.navbar{background-color:var(--primary-color);height:60px;display:flex;align-items:center;justify-content:space-between;position:relative;padding:0 20px;color:#fff;box-shadow:0 2px 4px #0000001a}.navbar-logo{font-size:20px;font-weight:500;display:flex;align-items:center;gap:8px;position:static}.logo-icon{font-size:22px}.navbar-menu{display:flex;list-style:none;margin:0 auto;justify-content:flex-start;flex:1}.navbar-item{margin-left:20px;padding:8px 16px;cursor:pointer;border-radius:4px;transition:all .2s ease;position:relative}.navbar-item:hover{background-color:var(--secondary-color)}.navbar-item.active{background-color:var(--secondary-color);font-weight:500}.navbar-item.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#fff;border-radius:2px}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;list-style:none;min-width:150px;margin:0;padding:0;border:1px solid #ccc;border-radius:4px;display:block;z-index:9999}.navbar-subitem{padding:8px 12px;color:#000;white-space:nowrap}.navbar-subitem:hover{background-color:var(--secondary-color);color:#fff}.logout-button{background-color:transparent;border:1px solid white;color:#fff;padding:6px 12px;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s;margin-left:20px}.logout-button:hover{background-color:#fff3}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;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:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation: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;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.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{font-size:10px;background:rgba(255,255,255,.5);padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.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{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.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:rgba(0,89,220,.08);border:1px dotted rgba(0,89,220,.8)}.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{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.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{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.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:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.dependency-graph{width:100%;height:100%;min-height:500px;background-color:var(--background-color);border-radius:8px;overflow:hidden;position:relative;z-index:1;display:flex}.dependency-graph>div{width:100%!important;height:100%!important;flex:1}.react-flow,.react-flow__renderer{width:100%;height:100%}.node-card{padding:12px;border-radius:8px;box-shadow:0 2px 5px #0000001a;width:300px;font-size:14px;background-color:var(--card-background);border:1px solid var(--border-color);cursor:pointer;transition:all .2s ease;z-index:2}.react-flow__edge:hover{stroke-width:3}.react-flow__pane{z-index:1}.react-flow__viewport{z-index:1;overflow:visible!important}.react-flow__node{z-index:10!important;transition:transform .3s ease}.react-flow__controls,.react-flow__minimap{z-index:20}.react-flow__handle{width:8px;height:8px;background-color:#555;border:1px solid #fff;display:block!important;pointer-events:all!important;visibility:visible!important;z-index:15}.react-flow__handle-right{right:-4px}.react-flow__handle-left{left:-4px}.react-flow__handle-bottom{bottom:-4px}.react-flow__handle-top{top:-4px}.react-flow__edge-path{stroke-width:3px;stroke:#555;stroke-opacity:1}.react-flow__edge:hover .react-flow__edge-path{stroke-width:3}.reactflow-debug-panel{z-index:20}.reactflow-debug-panel button{background:rgba(255,255,255,.8);border:1px solid #ccc;border-radius:4px;padding:5px 10px;font-size:12px;cursor:pointer}.reactflow-debug-panel button:hover{background:white}.custom-edge-path{stroke:#888;stroke-width:2;fill:none}.custom-edge-path:hover{stroke-width:3}.react-flow__edge-path,.react-flow__connection-path{stroke:#888;stroke-width:2}.react-flow__edge{pointer-events:all;z-index:5}.react-flow__edge-path{stroke:#555;stroke-width:2.5;stroke-opacity:.8}.react-flow__edge:hover .react-flow__edge-path{stroke:#333;stroke-width:3.5;stroke-opacity:1}.react-flow__edges{z-index:5}.react-flow__handle{opacity:1;pointer-events:all;background-color:#555;border:1px solid #fff;visibility:visible;display:block;z-index:15}.react-flow__connection{z-index:1000;pointer-events:none}.react-flow__connection-path{stroke:#555;stroke-width:2.5;stroke-dasharray:5 5}@keyframes dashedLine{to{stroke-dashoffset:-20}}.react-flow__edge.animated .react-flow__edge-path{stroke-dasharray:5,5;animation:dashedLine 1s linear infinite}.react-flow__edges{z-index:2}.dependency-graph-container{width:100%;height:100%;min-height:500px;background-color:var(--background-color);border-radius:8px;overflow:hidden;position:relative;display:flex;flex-direction:column}.reactflow-wrapper{width:100%;height:100%;min-height:600px;position:absolute;top:0;left:0;right:0;bottom:0;flex:1}.node-card{padding:12px;border-radius:8px;box-shadow:0 2px 5px #0000001a;width:300px;font-size:14px;background-color:var(--card-background);border:1px solid var(--border-color);cursor:pointer;transition:all .2s ease}.node-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.l1-node{border-left:5px solid #0078d4}.l2-node{border-left:5px solid #ff8c00}.l3-node{border-left:5px solid #107c10;margin-bottom:10px}.node-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.node-id{font-weight:500;flex:1;margin-right:10px}.node-state{font-size:12px;padding:3px 8px;border-radius:12px;text-align:center;white-space:nowrap}.node-state.in-progress{background-color:#deecf9;color:#0078d4}.node-state.blocked{background-color:#fed9cc;color:#d83b01}.node-state.approved{background-color:#dff6dd;color:#107c10}.node-state.committed{background-color:#eff6fc;color:#0078d4}.node-state.new{background-color:#edebe9;color:#605e5c}.node-state.ready-for-testing{background-color:#e3f7df;color:#107c10}.node-state.removed{background-color:#f3f2f1;color:#8a8886;text-decoration:line-through}.node-state.done{background-color:#dff6dd;color:#107c10}.node-state.active{background-color:#deecf9;color:#0078d4}.node-state.on-hold{background-color:#fff4ce;color:#605e5c}.node-body{display:flex;flex-direction:column;gap:8px}.node-info{display:flex;flex-direction:column;font-size:12px}.node-info-label{color:#605e5c;margin-bottom:2px}.node-info-value{word-break:break-word}.graph-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;color:var(--text-color);z-index:5;background-color:#fffc;padding:20px;border-radius:8px;box-shadow:0 4px 12px #0000001a;text-align:center}.graph-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;color:var(--error-color);background-color:#ffffffe6;padding:20px;border-radius:8px;border-left:4px solid var(--error-color);box-shadow:0 4px 12px #0000001a;text-align:center;max-width:80%}.reactflow-debug-panel{z-index:20;background-color:#fffc;padding:8px 12px;border-radius:4px;font-size:12px}.node-count-display{font-weight:700}.react-flow__edge{z-index:5!important}.react-flow__edge-path{stroke:#555!important;stroke-width:2px!important;stroke-opacity:1!important}.react-flow__edge.animated .react-flow__edge-path{stroke-dasharray:5,5!important;animation:dashedLine 1s linear infinite!important}.react-flow__handle{opacity:1!important;pointer-events:all!important;width:10px!important;height:10px!important;background-color:transparent!important;border:none!important;visibility:visible!important;display:block!important}.react-flow__handle{width:10px!important;height:10px!important;background-color:#555!important;border:2px solid #fff!important;opacity:1!important;visibility:visible!important;display:block!important;position:absolute!important;pointer-events:all!important;z-index:100!important}.react-flow__handle-top{top:-6px!important;left:50%!important;transform:translate(-50%)!important}.react-flow__handle-bottom{bottom:-6px!important;left:50%!important;transform:translate(-50%)!important}.react-flow__edge{z-index:6!important}.react-flow__edge-path{stroke:#555!important;stroke-width:3px!important;stroke-opacity:1!important}.react-flow__handle-left,.react-flow__handle-right{display:none!important}.react-flow__edge-path{stroke:#555!important;stroke-width:2.5px!important;stroke-opacity:1!important}.react-flow__edge:hover .react-flow__edge-path{stroke:#333!important;stroke-width:3.5px!important;stroke-opacity:1!important}.features-table-container{width:100%;padding:10px;overflow-x:auto}.features-table{width:100%;border-collapse:collapse;font-size:14px;background:#fff;border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.features-table thead th{background-color:#b2bec3;color:#fff;padding:8px;text-align:left}.features-table tbody tr{border-bottom:1px solid var(--border-color)}.features-table td{padding:8px}.features-table button{background-color:#95a5a6;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px}.features-table button:hover{background-color:var(--primary-color)}.tag-date--danger,.tag-date--warn,.tag-date--soft-warn,.tag-date--safe{display:block;width:12px;height:12px;border-radius:50%;margin:0 auto}.tag-date--danger{background-color:#ff6b6b}.tag-date--warn{background-color:#feca57}.tag-date--soft-warn{background-color:#a3cb38}.tag-date--safe{background-color:#1dd1a1}.table-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px;height:300px}.dependency-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;min-height:200px}.spinner-border{margin-bottom:15px}.sortable-column{cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.sortable-column:hover{background-color:#a0aec0}.sort-indicator{margin-left:5px;font-size:12px}@media (max-width: 600px){.features-table thead{display:none}.features-table tr,.features-table td{display:block;width:100%}.features-table td{border-bottom:1px solid var(--border-color);padding:10px 0}.features-table td:before{content:attr(data-label);font-weight:700;display:block}}.main-content{flex:1;padding:20px;width:100%;height:calc(100vh - 60px);position:relative;overflow:hidden;display:flex;flex-direction:column}.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;font-size:18px;color:var(--text-color)}.loading-spinner{width:50px;height:50px;border:5px solid rgba(0,120,212,.1);border-radius:50%;border-top-color:var(--primary-color);animation:spin 1s ease-in-out infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}.error-message{display:flex;justify-content:center;align-items:center;height:100%;font-size:18px;color:var(--error-color);text-align:center;padding:20px}.empty-state{display:flex;justify-content:center;align-items:center;height:100%;font-size:18px;color:var(--text-color);text-align:center;padding:20px}.graph-container{width:100%;flex:1;position:relative;display:flex;flex-direction:column;z-index:1;min-height:0;height:100%}.graph-info{position:absolute;top:10px;right:10px;background-color:#ffffffe6;padding:8px 12px;border-radius:8px;font-size:12px;color:var(--text-color);z-index:10;box-shadow:0 2px 5px #0000001a}:root{--primary-color: #2980b9;--secondary-color: #2b88d8;--background-color: #f5f5f5;--card-background: #ffffff;--text-color: #333333;--border-color: #e0e0e0;--success-color: #107c10;--warning-color: #ffb900;--error-color: #d83b01;--info-color: #0078d4}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;margin:0;padding:0}body{font-family:Roboto,sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.5}.app-container{width:100%;height:100%;min-height:100vh;display:flex;flex-direction:column}
