:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f6f8;--surface:#fff;--border:#e2e4e9;--text:#1a1d23;--text-muted:#6b7280;--primary:#2563eb;--primary-hover:#1d4ed8;--danger:#dc2626;--danger-hover:#b91c1c;--success-bg:#ecfdf5;--success-text:#047857;--error-bg:#fef2f2;--error-text:#b91c1c;--radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#14161b;--surface:#1c1f26;--border:#2f333c;--text:#e8eaef;--text-muted:#9aa1ad;--primary:#3b82f6;--primary-hover:#60a5fa;--danger:#f87171;--danger-hover:#fca5a5;--success-bg:#062919;--success-text:#34d399;--error-bg:#2c1212;--error-text:#fca5a5}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#14161b;--surface:#1c1f26;--border:#2f333c;--text:#e8eaef;--text-muted:#9aa1ad;--primary:#3b82f6;--primary-hover:#60a5fa;--danger:#f87171;--danger-hover:#fca5a5;--success-bg:#062919;--success-text:#34d399;--error-bg:#2c1212;--error-text:#fca5a5}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);margin:0;transition:background-color .15s,color .15s}h1,h2,h3{margin:0 0 .5rem}a{color:var(--primary)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em}.shell{min-height:100vh;display:flex}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:220px;height:100vh;padding:1.25rem 1rem;display:flex;position:sticky;top:0}.sidebar-top{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.sidebar-brand{font-size:1.05rem;font-weight:700}.theme-toggle{border:1px solid var(--border);background:var(--bg);cursor:pointer;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:1rem;line-height:1;display:inline-flex}.theme-toggle:hover{border-color:var(--primary)}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.sidebar-link{border-radius:var(--radius);color:var(--text);padding:.55rem .75rem;font-size:.92rem;text-decoration:none;display:block}.sidebar-link:hover{background:var(--bg)}.sidebar-link.is-active{background:var(--primary);color:#fff}.sidebar-footer{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.sidebar-user{color:var(--text-muted);word-break:break-all;font-size:.8rem}.content{flex:1;max-width:960px;padding:2rem 2.5rem}.page-loading,.empty-state{color:var(--text-muted)}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-bottom:1.25rem;display:flex}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;padding:1.25rem}.btn{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;align-items:center;gap:.35rem;padding:.5rem .9rem;font-size:.88rem;font-weight:500;line-height:1.2;text-decoration:none;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.btn-secondary:hover:not(:disabled){background:var(--bg)}.btn-danger{background:var(--surface);border-color:var(--danger);color:var(--danger)}.btn-danger:hover:not(:disabled){background:var(--danger);color:#fff}.btn-ghost{color:var(--text-muted);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--bg);color:var(--text)}.btn-sm{padding:.3rem .6rem;font-size:.8rem}.form{flex-direction:column;gap:1rem;max-width:720px;display:flex}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.field{flex-direction:column;gap:.3rem;display:flex}.field-label{color:var(--text-muted);font-size:.82rem;font-weight:600}.field-hint{color:var(--text-muted);font-size:.78rem}input,select,textarea{font:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);padding:.5rem .65rem}input:focus,select:focus,textarea:focus{outline:2px solid var(--primary);outline-offset:-1px}input:disabled{background:var(--bg);color:var(--text-muted)}textarea{resize:vertical;font-family:inherit}textarea.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85rem}.form-actions{gap:.5rem;display:flex}.inline-form{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.inline-form input{flex:1;min-width:100px}.row-list{flex-direction:column;gap:.5rem;display:flex}.row-list-item{align-items:center;gap:.5rem;display:flex}.row-list-item input{flex:1}.row-list-item-wide input:first-child{flex:0 0 30%}.field-with-action{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.field-with-action input{flex:200px;min-width:0}.upload-button{flex-shrink:0;align-items:center;gap:.5rem;display:inline-flex}.upload-error{color:var(--error-text)}.rte{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.rte-toolbar{border-bottom:1px solid var(--border);background:var(--bg);flex-wrap:wrap;align-items:center;gap:.25rem;padding:.4rem;display:flex}.rte-btn{font:inherit;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:.3rem .55rem;font-size:.8rem}.rte-btn:hover{background:var(--surface);color:var(--text)}.rte-btn.on{background:var(--surface);border-color:var(--border);color:var(--primary)}.rte-sep{background:var(--border);align-self:stretch;width:1px;margin:0 .15rem}.rte-content{min-height:320px;max-height:640px;padding:.75rem .9rem;overflow-y:auto}.rte-content .ProseMirror{outline:none;min-height:300px}.rte-content .ProseMirror p{margin:0 0 .75em}.rte-content .ProseMirror h2{margin:1em 0 .5em;font-size:1.3rem}.rte-content .ProseMirror h3{margin:1em 0 .5em;font-size:1.1rem}.rte-content .ProseMirror ul,.rte-content .ProseMirror ol{margin:0 0 .75em;padding-left:1.4em}.rte-content .ProseMirror blockquote{border-left:3px solid var(--border);color:var(--text-muted);margin:0 0 .75em;padding-left:.9em}.rte-content .ProseMirror pre{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.6em .8em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85rem;overflow-x:auto}.rte-content .ProseMirror code{background:var(--bg);border-radius:4px;padding:.1em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em}.rte-content .ProseMirror pre code{background:0 0;padding:0}.rte-content .ProseMirror img{border-radius:6px;max-width:100%}.rte-content .ProseMirror hr{border:none;border-top:1px solid var(--border);margin:1.2em 0}.color-swatch{vertical-align:middle;border:1px solid var(--border);border-radius:3px;width:.9em;height:.9em;display:inline-block}.table-scroll{border-radius:var(--radius);-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.data-table{border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;min-width:560px;overflow:hidden}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--border);padding:.6rem .75rem;font-size:.88rem}.data-table th{background:var(--bg);text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-size:.78rem}.data-table tbody tr:last-child td{border-bottom:none}.table-actions{flex-wrap:wrap;justify-content:flex-end;gap:.4rem;display:flex}.banner{border-radius:var(--radius);margin-bottom:1rem;padding:.65rem .9rem;font-size:.88rem}.banner-error{background:var(--error-bg);color:var(--error-text)}.banner-success{background:var(--success-bg);color:var(--success-text)}.login-screen{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;padding:1.5rem;display:flex}.login-topbar{justify-content:flex-end;width:100%;max-width:360px;display:flex}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1rem;width:100%;max-width:360px;padding:2rem;display:flex}.login-subtitle{color:var(--text-muted);margin:-.5rem 0 0;font-size:.9rem}.message-list{flex-direction:column;gap:.75rem;display:flex}.message-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.message-card.is-unread{border-left:3px solid var(--primary)}.message-card header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.3rem 1rem;margin-bottom:.4rem;display:flex}.message-card time{color:var(--text-muted);white-space:nowrap;font-size:.78rem}.message-subject{color:var(--text-muted);font-weight:400}.message-card p{white-space:pre-wrap;margin:0 0 .6rem}@media (width<=720px){.shell{flex-direction:column}.sidebar{flex-direction:column;align-items:stretch;gap:.75rem;width:100%;height:auto;position:static}.sidebar-top{margin-bottom:0}.sidebar-nav{flex-flow:wrap}.sidebar-footer{flex-direction:row;justify-content:space-between;align-items:center;padding-top:.75rem}.sidebar-user{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.content{padding:1.25rem}.form-grid{grid-template-columns:1fr}}@media (width<=560px){.content,.panel{padding:1rem}.login-card{padding:1.5rem}.row-list-item,.row-list-item-wide{flex-direction:column;align-items:stretch}.row-list-item-wide input:first-child{flex:1}.row-list-item>.btn,.row-list-item-wide>.btn{align-self:flex-start}.upload-button{width:100%}.upload-button .btn{justify-content:center;width:100%}.data-table th,.data-table td{padding:.5rem .6rem;font-size:.82rem}.rte-content{min-height:220px}}.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))}.skill-editor{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.skill-editor-toolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.skill-editor-body{align-items:flex-start;gap:16px;display:flex;overflow-x:auto}.skill-editor-canvas-wrap{flex:none}.skill-grid-header{display:flex}.skill-grid-header-cell{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;flex:none;padding-bottom:6px;font-size:12px;font-weight:600}.skill-editor-canvas{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);display:flex;position:relative;overflow:hidden}.skill-grid-lanes{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;flex:none;display:flex}.skill-grid-lane-cell{color:var(--text-muted);border-bottom:1px dashed var(--border);align-items:center;padding:0 12px;font-size:12px;font-weight:600;display:flex}.skill-editor-flow{flex:none;position:relative}.skill-node-box{border:2px solid var(--border);background:var(--surface);cursor:grab;border-radius:8px;align-items:center;gap:8px;min-width:150px;max-width:190px;padding:8px 10px;display:flex;box-shadow:0 1px 2px #0000000f}.skill-node-box--selected{box-shadow:0 0 0 2px var(--primary)}.skill-node-icon{object-fit:cover;border-radius:50%;flex:none;width:28px;height:28px}.skill-node-text{min-width:0}.skill-node-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.skill-node-pct{margin-top:2px;font-size:11px;font-weight:700}.skill-edge{stroke:var(--text-muted);stroke-width:1.5px}.skill-edge--cross{stroke:var(--primary);stroke-dasharray:4 3}.skill-edge-delete{border:1px solid var(--border);background:var(--surface);width:18px;height:18px;color:var(--danger);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:12px;line-height:1;display:flex;position:absolute}.skill-edge-delete:hover{background:var(--error-bg)}.skill-editor-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex-direction:column;flex:0 0 220px;gap:10px;padding:14px;display:flex}.skill-editor-panel h3{margin:0 0 4px;font-size:14px}.skill-editor-axes{flex-wrap:wrap;gap:24px;display:flex}.skill-editor-axes .field{flex:320px;min-width:280px}.skill-axis-id{white-space:nowrap}
