:root{--kdc-transition:.2s ease-in-out;--kdc-border-radius-default:2px;--kdc-font-size-base:13px;--kdc-sidebar-shadow:0 15px 25px #00000026, 0 5px 10px #0000000d;--kdc-sidebar-button-shadow:0 1px 3px #0000001f, 0 1px 2px #0000003d;--kdc-color-sidebar-background:white;--kdc-color-sidebar-trigger-background:white;--kdc-color-sidebar-trigger-background-hover:#e0e0e0;--kdc-color-sidebar-trigger-background-active:#cfcfcf;--kdc-color-sidebar-hover-background:#00000026;--kdc-color-sidebar-font-primary:#1f1f1f;--kdc-color-sidebar-icon-primary:#3d3d3d;--kdc-color-primary:#0552b5;--kdc-color-findMatchBackground-default:orange;--kdc-color-findMatchForeground-default:#000;--kdc-color-findMatchBorder-default:#5a5a5a;--kdc-color-findMatchHighlightBackground-default:#ff0;--kdc-color-findMatchHighlightForeground-default:#000;--kdc-color-findMatchHighlightBorder-default:#717171;--kdc-color-findMatchBackground:var(--kdc-color-findMatchBackground-default);--kdc-color-findMatchForeground:var(--kdc-color-findMatchForeground-default);--kdc-color-findMatchBorder:var(--kdc-color-findMatchBorder-default);--kdc-color-findMatchHighlightBackground:var(--kdc-color-findMatchHighlightBackground-default);--kdc-color-findMatchHighlightForeground:var(--kdc-color-findMatchHighlightForeground-default);--kdc-color-findMatchHighlightBorder:var(--kdc-color-findMatchHighlightBorder-default);--kdc-color-input-background:white;--kdc-color-input-border:#e0e0e0;--kdc-color-input-foreground:#1f1f1f;--kdc-color-input-placeholderForeground:#787878;--kdc-color-inputOption-activeBackground:#e0e0e0;--kdc-color-inputOption-activeBorder:#cfcfcf;--kdc-color-inputOption-hoverBackground:#e0e0e0;--kdc-color-focusBorder:var(--kdc-color-primary);--kdc-color-errorForeground:#e20404;--kdc-color-list-activeSelectionBackground:#e0e0e0;--kdc-color-list-activeSelectionForeground:#1f1f1f;--kdc-color-list-focusOutline:var(--kdc-color-primary);--kdc-color-list-hoverBackground:#e0e0e0;--kdc-color-list-hoverForeground:#1f1f1f;--kdc-color-selection-background:#007fd4;--kdc-color-breadcrumb-foreground:#1f1f1f;--kdc-color-breadcrumb-background:var(--kdc-color-sidebar-background)}@media (prefers-color-scheme:dark){:root{--kdc-color-sidebar-background:#252525;--kdc-color-sidebar-trigger-background:#252525;--kdc-color-sidebar-trigger-background-hover:#04395e;--kdc-color-sidebar-trigger-background-active:#37373d;--kdc-color-sidebar-hover-background:#5a5d5e4f;--kdc-color-sidebar-font-primary:#ccc;--kdc-color-sidebar-icon-primary:#c5c5c5;--kdc-color-primary:#007fd4;--kdc-color-findMatchBackground-default:#ffd78c;--kdc-color-findMatchForeground-default:#000;--kdc-color-findMatchBorder-default:#e7e7e7;--kdc-color-findMatchHighlightBackground-default:#ffffa6;--kdc-color-findMatchHighlightForeground-default:#000;--kdc-color-findMatchHighlightBorder-default:#dfdfdf;--kdc-color-findMatchBackground:var(--kdc-color-findMatchBackground-default);--kdc-color-findMatchForeground:var(--kdc-color-findMatchForeground-default);--kdc-color-findMatchBorder:var(--kdc-color-findMatchBorder-default);--kdc-color-findMatchHighlightBackground:var(--kdc-color-findMatchHighlightBackground-default);--kdc-color-findMatchHighlightForeground:var(--kdc-color-findMatchHighlightForeground-default);--kdc-color-findMatchHighlightBorder:var(--kdc-color-findMatchHighlightBorder-default);--kdc-color-input-background:#252525;--kdc-color-input-border:#04395e;--kdc-color-input-foreground:#ccc;--kdc-color-input-placeholderForeground:#dbdbdb;--kdc-color-inputOption-activeBackground:#04395e;--kdc-color-inputOption-activeBorder:#cfcfcf;--kdc-color-inputOption-hoverBackground:#04395e;--kdc-color-focusBorder:var(--kdc-color-primary);--kdc-color-errorForeground:#f57575;--kdc-color-list-activeSelectionBackground:#04395e;--kdc-color-list-activeSelectionForeground:#ccc;--kdc-color-list-focusOutline:var(--kdc-color-primary);--kdc-color-list-hoverBackground:#04395e;--kdc-color-list-hoverForeground:#ccc;--kdc-color-selection-background:#3eb1fe;--kdc-color-breadcrumb-foreground:#ccc;--kdc-color-breadcrumb-background:var(--kdc-color-sidebar-background)}}
.options__section{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.options__section:last-of-type{margin-bottom:0}.options__heading{margin:0;font-size:1rem;font-weight:600;line-height:1.5}.options__button-group{flex-wrap:wrap;gap:4px;padding:0 4px;display:flex}.options__icon-button{--background:transparent;box-sizing:border-box;appearance:none;border-radius:var(--kdc-border-radius-default);color:var(--kdc-color-sidebar-icon-primary);background:var(--background);transition:background var(--kdc-transition);cursor:pointer;border:none;padding:4px}.options__icon-button:hover{--background:var(--kdc-color-sidebar-hover-background)}.options__button{box-sizing:border-box;appearance:none;border-radius:var(--kdc-border-radius-default);box-shadow:none;color:var(--kdc-color-sidebar-font-primary);background:var(--kdc-color-sidebar-trigger-background-active);transition:box-shadow var(--kdc-transition);cursor:pointer;border:none;padding:4px 8px;font-size:.8rem;font-weight:400}.options__button:hover{box-shadow:var(--kdc-sidebar-button-shadow)}.options__column,.options__input-container{flex-direction:column;display:flex}.options__input-container>:not(legend){margin-left:12px}.options__separator{font-weight:700;display:block}.options__category{flex-direction:column;display:flex}.options__category>summary{margin-bottom:4px;font-weight:700}.options__category>:not(summary){margin:0 0 4px 12px}.options__input{vertical-align:baseline;margin:0 4px 0 0}.options__text-field{border:2px solid var(--kdc-color-sidebar-trigger-background-hover);border-radius:var(--kdc-border-radius-default);background:var(--kdc-color-sidebar-trigger-background-active);color:var(--kdc-color-sidebar-font-primary);padding:2px 4px;font-size:1rem}.options__text-field:focus,.options__text-field:focus-visible{border-color:var(--kdc-color-primary);outline:none!important}.options__input,.options__category>summary,.options__button,.options__icon-button{outline:none}.options__input:focus-visible,.options__category>summary:focus-visible,.options__button:focus-visible,.options__icon-button:focus-visible{--outline-size:2px;outline:var(--outline-size) solid var(--kdc-color-primary);outline-offset:calc(-1 * var(--outline-size))}.options__selection{border:2px solid var(--kdc-color-sidebar-trigger-background-hover);border-radius:var(--kdc-border-radius-default);background:var(--kdc-color-sidebar-trigger-background-active);color:var(--kdc-color-sidebar-font-primary);cursor:pointer;padding:2px 4px;font-size:.8rem}.options__selection:focus{border-color:var(--kdc-color-primary);outline:none}.options__hidden{display:none}
.klighd-popup{color:#000}
.search-bar-panel{z-index:9999;background-color:var(--kdc-color-sidebar-background);box-shadow:var(--kdc-sidebar-shadow);color:var(--kdc-color-sidebar-font-primary);font-size:var(--kdc-font-size-base);border-radius:var(--kdc-border-radius-default) 0 0 var(--kdc-border-radius-default);width:250px;padding:4px;font-family:Helvetica,Arial,sans-serif;position:absolute;top:10px;left:10px}.search-bar-panel.hidden{display:none}.search-controls{margin-bottom:8px;display:flex}.search-input{color:var(--kdc-color-input-foreground);background-color:var(--kdc-color-input-background);border:1px solid var(--kdc-color-input-border);border-radius:2px;flex:1;padding:2px 6px}.search-input::placeholder{color:var(--kdc-color-input-placeholderForeground)}.search-input:focus{outline-color:var(--kdc-color-focusBorder)}.search-input::selection{background-color:var(--kdc-color-selection-background,#99c2ff);color:var(--kdc-color-input-foreground)}.search-button{cursor:pointer;background-color:var(--kdc-color-input-background);width:24px;height:24px;color:var(--kdc-color-input-foreground);border:none;border-radius:2px;margin-left:3px;padding:3px;transition:background-color .2s}.search-button.active{background-color:var(--kdc-color-inputOption-activeBackground);border:1px solid var(--kdc-color-inputOption-activeBorder)}.search-button:not(.active):hover{background-color:var(--kdc-color-inputOption-hoverBackground)}.tag-input-container{margin:0 0 3px;animation:.2s ease-out slideDown;display:flex}.search-results-header{margin-top:1px;margin-bottom:3px;font-weight:700}.search-results-error{color:var(--kdc-color-errorForeground);margin-bottom:3px;font-weight:700}.search-results-list{max-height:200px;margin:3px 0 0;padding-left:0;list-style-type:none}.search-results-list.scrollable{border:none;overflow-y:auto}.search-result-item{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background-color:#0000;max-width:100%;padding:2px 6px;transition:background-color .2s;overflow:hidden}.search-result-item:hover{color:var(--kdc-color-list-hoverForeground);background-color:var(--kdc-color-list-hoverBackground)}.search-result-item.selected{color:var(--kdc-color-list-activeSelectionForeground);background-color:var(--kdc-color-list-activeSelectionBackground);border:1px solid var(--kdc-color-list-focusOutline)}.search-result-path{color:var(--kdc-color-list-activeSelectionForeground);margin-top:3px;font-size:11px}.search-tooltip{pointer-events:none;z-index:10000;color:var(--kdc-color-breadcrumb-foreground);background-color:var(--kdc-color-breadcrumb-background);border:1px solid var(--kdc-color-breadcrumb-foreground);border-radius:4px;padding:4px 8px;font-size:12px;display:none;position:fixed}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
:root{--sidebar-width:"fit-content"}.sidebar{box-sizing:border-box;min-width:min(400px,35vw);max-width:75vw;width:var(--sidebar-width);border-radius:var(--kdc-border-radius-default) 0 0 var(--kdc-border-radius-default);background-color:var(--kdc-color-sidebar-background);box-shadow:var(--kdc-sidebar-shadow);color:var(--kdc-color-sidebar-font-primary);font-size:var(--kdc-font-size-base);transition:transform var(--kdc-transition);font-family:Helvetica,Arial,sans-serif;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.sidebar--open{transform:translate(0%)}.sidebar__content{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;height:100%;padding:16px;display:flex}.sidebar__panel-content{box-sizing:border-box;flex-grow:2;overflow-y:auto}.sidebar__title{margin:0;font-size:1.2rem;font-weight:700;line-height:1.5}.sidebar__toggle-container{flex-direction:column;display:flex;position:absolute;top:16px;left:0;transform:translate(-100%)}.sidebar__toggle-button{--background:var(--kdc-color-sidebar-trigger-background);border-radius:var(--kdc-border-radius-default) 0 0 var(--kdc-border-radius-default);cursor:pointer;background:var(--background);color:var(--kdc-color-sidebar-icon-primary);box-shadow:var(--kdc-sidebar-button-shadow);transition:background var(--kdc-transition);border:none;outline:none;padding:8px}.sidebar__toggle-button:hover,.sidebar__toggle-button:focus-visible{--background:var(--kdc-color-sidebar-trigger-background-hover)}.sidebar__toggle-button--active,.sidebar__enabled-button{--background:var(--kdc-color-sidebar-trigger-background-active)}.sidebar-icon-size{width:24px;height:24px}
.proxy-view{box-sizing:border-box;pointer-events:none;width:fit-content;height:fit-content;position:fixed}
.sprotty{padding:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.sprotty-root{position:relative}.sprotty-hidden{width:0;height:0;display:block;position:absolute}.sprotty-popup{background:#fff;border:1px solid;border-radius:5px;min-width:100px;max-width:400px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;position:absolute}.sprotty-popup>div{margin:10px}.sprotty-popup-closed{display:none}.sprotty-projection-bar.horizontal{width:100%;height:20px;position:absolute;bottom:0;left:0}.sprotty-projection-bar.vertical{width:20px;height:100%;position:absolute;top:0;right:0}.sprotty-viewport{z-index:1;border-style:solid;border-width:2px}.sprotty-projection-bar.horizontal .sprotty-projection,.sprotty-projection-bar.horizontal .sprotty-viewport{height:100%;position:absolute;top:0}.sprotty-projection-bar.vertical .sprotty-projection,.sprotty-projection-bar.vertical .sprotty-viewport{width:100%;position:absolute;left:0}@keyframes spin{to{transform:rotate(360deg)}}.animation-spin{animation:1.5s linear infinite spin}.sprotty-missing{stroke-width:1px;stroke:red;fill:red;text-anchor:start;font-size:14pt}.sprotty-junction{stroke:#000;stroke-width:1px;fill:#fff}
@font-face{font-family:codicon;font-display:block;src:url(../media/codicon.3haaa36o3e-7a.ttf)format("truetype")}.codicon[class*=codicon-]{text-rendering:auto;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none;font:16px/1 codicon;text-decoration:none;display:inline-block}@keyframes codicon-spin{to{transform:rotate(360deg)}}.codicon-sync.codicon-modifier-spin,.codicon-loading.codicon-modifier-spin,.codicon-gear.codicon-modifier-spin{animation:1.5s steps(30,end) infinite codicon-spin}.codicon-modifier-disabled{opacity:.5}.codicon-modifier-hidden{opacity:0}.codicon-loading{animation-duration:1s!important;animation-timing-function:cubic-bezier(.53,.21,.29,.67)!important}.codicon-add:before,.codicon-plus:before,.codicon-gist-new:before,.codicon-repo-create:before{content:""}.codicon-lightbulb:before,.codicon-light-bulb:before{content:""}.codicon-repo:before,.codicon-repo-delete:before{content:""}.codicon-gist-fork:before,.codicon-repo-forked:before{content:""}.codicon-git-pull-request:before,.codicon-git-pull-request-abandoned:before{content:""}.codicon-record-keys:before,.codicon-keyboard:before{content:""}.codicon-tag:before,.codicon-git-pull-request-label:before,.codicon-tag-add:before,.codicon-tag-remove:before{content:""}.codicon-person:before,.codicon-person-follow:before,.codicon-person-outline:before,.codicon-person-filled:before{content:""}.codicon-git-branch:before,.codicon-git-branch-create:before,.codicon-git-branch-delete:before,.codicon-source-control:before{content:""}.codicon-mirror:before,.codicon-mirror-public:before{content:""}.codicon-star:before,.codicon-star-add:before,.codicon-star-delete:before,.codicon-star-empty:before{content:""}.codicon-comment:before,.codicon-comment-add:before{content:""}.codicon-alert:before,.codicon-warning:before{content:""}.codicon-search:before,.codicon-search-save:before{content:""}.codicon-log-out:before,.codicon-sign-out:before{content:""}.codicon-log-in:before,.codicon-sign-in:before{content:""}.codicon-eye:before,.codicon-eye-unwatch:before,.codicon-eye-watch:before{content:""}.codicon-circle-filled:before,.codicon-primitive-dot:before,.codicon-close-dirty:before,.codicon-debug-breakpoint:before,.codicon-debug-breakpoint-disabled:before,.codicon-debug-hint:before,.codicon-terminal-decoration-success:before{content:""}.codicon-primitive-square:before{content:""}.codicon-edit:before,.codicon-pencil:before{content:""}.codicon-info:before,.codicon-issue-opened:before{content:""}.codicon-gist-private:before,.codicon-git-fork-private:before,.codicon-lock:before,.codicon-mirror-private:before{content:""}.codicon-close:before,.codicon-remove-close:before,.codicon-x:before{content:""}.codicon-repo-sync:before,.codicon-sync:before{content:""}.codicon-clone:before,.codicon-desktop-download:before{content:""}.codicon-beaker:before,.codicon-microscope:before{content:""}.codicon-vm:before,.codicon-device-desktop:before{content:""}.codicon-file:before,.codicon-file-text:before{content:""}.codicon-more:before,.codicon-ellipsis:before,.codicon-kebab-horizontal:before{content:""}.codicon-mail-reply:before,.codicon-reply:before{content:""}.codicon-organization:before,.codicon-organization-filled:before,.codicon-organization-outline:before{content:""}.codicon-new-file:before,.codicon-file-add:before{content:""}.codicon-new-folder:before,.codicon-file-directory-create:before{content:""}.codicon-trash:before,.codicon-trashcan:before{content:""}.codicon-history:before,.codicon-clock:before{content:""}.codicon-folder:before,.codicon-file-directory:before,.codicon-symbol-folder:before{content:""}.codicon-logo-github:before,.codicon-mark-github:before,.codicon-github:before{content:""}.codicon-terminal:before,.codicon-console:before,.codicon-repl:before{content:""}.codicon-zap:before,.codicon-symbol-event:before{content:""}.codicon-error:before,.codicon-stop:before{content:""}.codicon-variable:before,.codicon-symbol-variable:before{content:""}.codicon-array:before,.codicon-symbol-array:before{content:""}.codicon-symbol-module:before,.codicon-symbol-package:before,.codicon-symbol-namespace:before,.codicon-symbol-object:before{content:""}.codicon-symbol-method:before,.codicon-symbol-function:before,.codicon-symbol-constructor:before{content:""}.codicon-symbol-boolean:before,.codicon-symbol-null:before{content:""}.codicon-symbol-numeric:before,.codicon-symbol-number:before{content:""}.codicon-symbol-structure:before,.codicon-symbol-struct:before{content:""}.codicon-symbol-parameter:before,.codicon-symbol-type-parameter:before{content:""}.codicon-symbol-key:before,.codicon-symbol-text:before{content:""}.codicon-symbol-reference:before,.codicon-go-to-file:before{content:""}.codicon-symbol-enum:before,.codicon-symbol-value:before{content:""}.codicon-symbol-ruler:before,.codicon-symbol-unit:before{content:""}.codicon-activate-breakpoints:before{content:""}.codicon-archive:before{content:""}.codicon-arrow-both:before{content:""}.codicon-arrow-down:before{content:""}.codicon-arrow-left:before{content:""}.codicon-arrow-right:before{content:""}.codicon-arrow-small-down:before{content:""}.codicon-arrow-small-left:before{content:""}.codicon-arrow-small-right:before{content:""}.codicon-arrow-small-up:before{content:""}.codicon-arrow-up:before{content:""}.codicon-bell:before{content:""}.codicon-bold:before{content:""}.codicon-book:before{content:""}.codicon-bookmark:before{content:""}.codicon-debug-breakpoint-conditional-unverified:before{content:""}.codicon-debug-breakpoint-conditional:before,.codicon-debug-breakpoint-conditional-disabled:before{content:""}.codicon-debug-breakpoint-data-unverified:before{content:""}.codicon-debug-breakpoint-data:before,.codicon-debug-breakpoint-data-disabled:before{content:""}.codicon-debug-breakpoint-log-unverified:before{content:""}.codicon-debug-breakpoint-log:before,.codicon-debug-breakpoint-log-disabled:before{content:""}.codicon-briefcase:before{content:""}.codicon-broadcast:before{content:""}.codicon-browser:before{content:""}.codicon-bug:before{content:""}.codicon-calendar:before{content:""}.codicon-case-sensitive:before{content:""}.codicon-check:before{content:""}.codicon-checklist:before{content:""}.codicon-chevron-down:before{content:""}.codicon-chevron-left:before{content:""}.codicon-chevron-right:before{content:""}.codicon-chevron-up:before{content:""}.codicon-chrome-close:before{content:""}.codicon-chrome-maximize:before{content:""}.codicon-chrome-minimize:before{content:""}.codicon-chrome-restore:before{content:""}.codicon-circle-outline:before,.codicon-circle:before,.codicon-debug-breakpoint-unverified:before,.codicon-terminal-decoration-incomplete:before{content:""}.codicon-circle-slash:before{content:""}.codicon-circuit-board:before{content:""}.codicon-clear-all:before{content:""}.codicon-clippy:before{content:""}.codicon-close-all:before{content:""}.codicon-cloud-download:before{content:""}.codicon-cloud-upload:before{content:""}.codicon-code:before{content:""}.codicon-collapse-all:before{content:""}.codicon-color-mode:before{content:""}.codicon-comment-discussion:before{content:""}.codicon-credit-card:before{content:""}.codicon-dash:before{content:""}.codicon-dashboard:before{content:""}.codicon-database:before{content:""}.codicon-debug-continue:before{content:""}.codicon-debug-disconnect:before{content:""}.codicon-debug-pause:before{content:""}.codicon-debug-restart:before{content:""}.codicon-debug-start:before{content:""}.codicon-debug-step-into:before{content:""}.codicon-debug-step-out:before{content:""}.codicon-debug-step-over:before{content:""}.codicon-debug-stop:before{content:""}.codicon-debug:before{content:""}.codicon-device-camera-video:before{content:""}.codicon-device-camera:before{content:""}.codicon-device-mobile:before{content:""}.codicon-diff-added:before{content:""}.codicon-diff-ignored:before{content:""}.codicon-diff-modified:before{content:""}.codicon-diff-removed:before{content:""}.codicon-diff-renamed:before{content:""}.codicon-diff:before,.codicon-diff-sidebyside:before{content:""}.codicon-discard:before{content:""}.codicon-editor-layout:before{content:""}.codicon-empty-window:before{content:""}.codicon-exclude:before{content:""}.codicon-extensions:before{content:""}.codicon-eye-closed:before{content:""}.codicon-file-binary:before{content:""}.codicon-file-code:before{content:""}.codicon-file-media:before{content:""}.codicon-file-pdf:before{content:""}.codicon-file-submodule:before{content:""}.codicon-file-symlink-directory:before{content:""}.codicon-file-symlink-file:before{content:""}.codicon-file-zip:before{content:""}.codicon-files:before{content:""}.codicon-filter:before{content:""}.codicon-flame:before{content:""}.codicon-fold-down:before{content:""}.codicon-fold-up:before{content:""}.codicon-fold:before{content:""}.codicon-folder-active:before{content:""}.codicon-folder-opened:before{content:""}.codicon-gear:before{content:""}.codicon-gift:before{content:""}.codicon-gist-secret:before{content:""}.codicon-gist:before{content:""}.codicon-git-commit:before{content:""}.codicon-git-compare:before,.codicon-compare-changes:before{content:""}.codicon-git-merge:before{content:""}.codicon-github-action:before{content:""}.codicon-github-alt:before{content:""}.codicon-globe:before{content:""}.codicon-grabber:before{content:""}.codicon-graph:before{content:""}.codicon-gripper:before{content:""}.codicon-heart:before{content:""}.codicon-home:before{content:""}.codicon-horizontal-rule:before{content:""}.codicon-hubot:before{content:""}.codicon-inbox:before{content:""}.codicon-issue-reopened:before{content:""}.codicon-issues:before{content:""}.codicon-italic:before{content:""}.codicon-jersey:before{content:""}.codicon-json:before{content:""}.codicon-kebab-vertical:before{content:""}.codicon-key:before{content:""}.codicon-law:before{content:""}.codicon-lightbulb-autofix:before{content:""}.codicon-link-external:before{content:""}.codicon-link:before{content:""}.codicon-list-ordered:before{content:""}.codicon-list-unordered:before{content:""}.codicon-live-share:before{content:""}.codicon-loading:before{content:""}.codicon-location:before{content:""}.codicon-mail-read:before{content:""}.codicon-mail:before{content:""}.codicon-markdown:before{content:""}.codicon-megaphone:before{content:""}.codicon-mention:before{content:""}.codicon-milestone:before,.codicon-git-pull-request-milestone:before{content:""}.codicon-mortar-board:before{content:""}.codicon-move:before{content:""}.codicon-multiple-windows:before{content:""}.codicon-mute:before{content:""}.codicon-no-newline:before{content:""}.codicon-note:before{content:""}.codicon-octoface:before{content:""}.codicon-open-preview:before{content:""}.codicon-package:before{content:""}.codicon-paintcan:before{content:""}.codicon-pin:before{content:""}.codicon-play:before,.codicon-run:before{content:""}.codicon-plug:before{content:""}.codicon-preserve-case:before{content:""}.codicon-preview:before{content:""}.codicon-project:before{content:""}.codicon-pulse:before{content:""}.codicon-question:before{content:""}.codicon-quote:before{content:""}.codicon-radio-tower:before{content:""}.codicon-reactions:before{content:""}.codicon-references:before{content:""}.codicon-refresh:before{content:""}.codicon-regex:before{content:""}.codicon-remote-explorer:before{content:""}.codicon-remote:before{content:""}.codicon-remove:before{content:""}.codicon-replace-all:before{content:""}.codicon-replace:before{content:""}.codicon-repo-clone:before{content:""}.codicon-repo-force-push:before{content:""}.codicon-repo-pull:before{content:""}.codicon-repo-push:before{content:""}.codicon-report:before{content:""}.codicon-request-changes:before{content:""}.codicon-rocket:before{content:""}.codicon-root-folder-opened:before{content:""}.codicon-root-folder:before{content:""}.codicon-rss:before{content:""}.codicon-ruby:before{content:""}.codicon-save-all:before{content:""}.codicon-save-as:before{content:""}.codicon-save:before{content:""}.codicon-screen-full:before{content:""}.codicon-screen-normal:before{content:""}.codicon-search-stop:before{content:""}.codicon-server:before{content:""}.codicon-settings-gear:before{content:""}.codicon-settings:before{content:""}.codicon-shield:before{content:""}.codicon-smiley:before{content:""}.codicon-sort-precedence:before{content:""}.codicon-split-horizontal:before{content:""}.codicon-split-vertical:before{content:""}.codicon-squirrel:before{content:""}.codicon-star-full:before{content:""}.codicon-star-half:before{content:""}.codicon-symbol-class:before{content:""}.codicon-symbol-color:before{content:""}.codicon-symbol-constant:before{content:""}.codicon-symbol-enum-member:before{content:""}.codicon-symbol-field:before{content:""}.codicon-symbol-file:before{content:""}.codicon-symbol-interface:before{content:""}.codicon-symbol-keyword:before{content:""}.codicon-symbol-misc:before{content:""}.codicon-symbol-operator:before{content:""}.codicon-symbol-property:before,.codicon-wrench:before,.codicon-wrench-subaction:before{content:""}.codicon-symbol-snippet:before{content:""}.codicon-tasklist:before{content:""}.codicon-telescope:before{content:""}.codicon-text-size:before{content:""}.codicon-three-bars:before{content:""}.codicon-thumbsdown:before{content:""}.codicon-thumbsup:before{content:""}.codicon-tools:before{content:""}.codicon-triangle-down:before{content:""}.codicon-triangle-left:before{content:""}.codicon-triangle-right:before{content:""}.codicon-triangle-up:before{content:""}.codicon-twitter:before{content:""}.codicon-unfold:before{content:""}.codicon-unlock:before{content:""}.codicon-unmute:before{content:""}.codicon-unverified:before{content:""}.codicon-verified:before{content:""}.codicon-versions:before{content:""}.codicon-vm-active:before{content:""}.codicon-vm-outline:before{content:""}.codicon-vm-running:before{content:""}.codicon-watch:before{content:""}.codicon-whitespace:before{content:""}.codicon-whole-word:before{content:""}.codicon-window:before{content:""}.codicon-word-wrap:before{content:""}.codicon-zoom-in:before{content:""}.codicon-zoom-out:before{content:""}.codicon-list-filter:before{content:""}.codicon-list-flat:before{content:""}.codicon-list-selection:before,.codicon-selection:before{content:""}.codicon-list-tree:before{content:""}.codicon-debug-breakpoint-function-unverified:before{content:""}.codicon-debug-breakpoint-function:before,.codicon-debug-breakpoint-function-disabled:before{content:""}.codicon-debug-stackframe-active:before{content:""}.codicon-circle-small-filled:before,.codicon-debug-stackframe-dot:before,.codicon-terminal-decoration-mark:before{content:""}.codicon-debug-stackframe:before,.codicon-debug-stackframe-focused:before{content:""}.codicon-debug-breakpoint-unsupported:before{content:""}.codicon-symbol-string:before{content:""}.codicon-debug-reverse-continue:before{content:""}.codicon-debug-step-back:before{content:""}.codicon-debug-restart-frame:before{content:""}.codicon-debug-alt:before{content:""}.codicon-call-incoming:before{content:""}.codicon-call-outgoing:before{content:""}.codicon-menu:before{content:""}.codicon-expand-all:before{content:""}.codicon-feedback:before,.codicon-git-pull-request-reviewer:before{content:""}.codicon-group-by-ref-type:before{content:""}.codicon-ungroup-by-ref-type:before{content:""}.codicon-account:before,.codicon-git-pull-request-assignee:before{content:""}.codicon-bell-dot:before{content:""}.codicon-debug-console:before{content:""}.codicon-library:before{content:""}.codicon-output:before{content:""}.codicon-run-all:before{content:""}.codicon-sync-ignored:before{content:""}.codicon-pinned:before{content:""}.codicon-github-inverted:before{content:""}.codicon-server-process:before{content:""}.codicon-server-environment:before{content:""}.codicon-pass:before,.codicon-issue-closed:before{content:""}.codicon-stop-circle:before{content:""}.codicon-play-circle:before{content:""}.codicon-record:before{content:""}.codicon-debug-alt-small:before{content:""}.codicon-vm-connect:before{content:""}.codicon-cloud:before{content:""}.codicon-merge:before{content:""}.codicon-export:before{content:""}.codicon-graph-left:before{content:""}.codicon-magnet:before{content:""}.codicon-notebook:before{content:""}.codicon-redo:before{content:""}.codicon-check-all:before{content:""}.codicon-pinned-dirty:before{content:""}.codicon-pass-filled:before{content:""}.codicon-circle-large-filled:before{content:""}.codicon-circle-large:before,.codicon-circle-large-outline:before{content:""}.codicon-combine:before,.codicon-gather:before{content:""}.codicon-table:before{content:""}.codicon-variable-group:before{content:""}.codicon-type-hierarchy:before{content:""}.codicon-type-hierarchy-sub:before{content:""}.codicon-type-hierarchy-super:before{content:""}.codicon-git-pull-request-create:before{content:""}.codicon-run-above:before{content:""}.codicon-run-below:before{content:""}.codicon-notebook-template:before{content:""}.codicon-debug-rerun:before{content:""}.codicon-workspace-trusted:before{content:""}.codicon-workspace-untrusted:before{content:""}.codicon-workspace-unknown:before{content:""}.codicon-terminal-cmd:before{content:""}.codicon-terminal-debian:before{content:""}.codicon-terminal-linux:before{content:""}.codicon-terminal-powershell:before{content:""}.codicon-terminal-tmux:before{content:""}.codicon-terminal-ubuntu:before{content:""}.codicon-terminal-bash:before{content:""}.codicon-arrow-swap:before{content:""}.codicon-copy:before{content:""}.codicon-person-add:before{content:""}.codicon-filter-filled:before{content:""}.codicon-wand:before{content:""}.codicon-debug-line-by-line:before{content:""}.codicon-inspect:before{content:""}.codicon-layers:before{content:""}.codicon-layers-dot:before{content:""}.codicon-layers-active:before{content:""}.codicon-compass:before{content:""}.codicon-compass-dot:before{content:""}.codicon-compass-active:before{content:""}.codicon-azure:before{content:""}.codicon-issue-draft:before{content:""}.codicon-git-pull-request-closed:before{content:""}.codicon-git-pull-request-draft:before{content:""}.codicon-debug-all:before{content:""}.codicon-debug-coverage:before{content:""}.codicon-run-errors:before{content:""}.codicon-folder-library:before{content:""}.codicon-debug-continue-small:before{content:""}.codicon-beaker-stop:before{content:""}.codicon-graph-line:before{content:""}.codicon-graph-scatter:before{content:""}.codicon-pie-chart:before{content:""}.codicon-bracket:before{content:""}.codicon-bracket-dot:before{content:""}.codicon-bracket-error:before{content:""}.codicon-lock-small:before{content:""}.codicon-azure-devops:before{content:""}.codicon-verified-filled:before{content:""}.codicon-newline:before{content:""}.codicon-layout:before{content:""}.codicon-layout-activitybar-left:before{content:""}.codicon-layout-activitybar-right:before{content:""}.codicon-layout-panel-left:before{content:""}.codicon-layout-panel-center:before{content:""}.codicon-layout-panel-justify:before{content:""}.codicon-layout-panel-right:before{content:""}.codicon-layout-panel:before{content:""}.codicon-layout-sidebar-left:before{content:""}.codicon-layout-sidebar-right:before{content:""}.codicon-layout-statusbar:before{content:""}.codicon-layout-menubar:before{content:""}.codicon-layout-centered:before{content:""}.codicon-target:before{content:""}.codicon-indent:before{content:""}.codicon-record-small:before{content:""}.codicon-error-small:before,.codicon-terminal-decoration-error:before{content:""}.codicon-arrow-circle-down:before{content:""}.codicon-arrow-circle-left:before{content:""}.codicon-arrow-circle-right:before{content:""}.codicon-arrow-circle-up:before{content:""}.codicon-layout-sidebar-right-off:before{content:""}.codicon-layout-panel-off:before{content:""}.codicon-layout-sidebar-left-off:before{content:""}.codicon-blank:before{content:""}.codicon-heart-filled:before{content:""}.codicon-map:before,.codicon-map-horizontal:before,.codicon-fold-horizontal:before{content:""}.codicon-map-filled:before,.codicon-map-horizontal-filled:before,.codicon-fold-horizontal-filled:before{content:""}.codicon-circle-small:before{content:""}.codicon-bell-slash:before{content:""}.codicon-bell-slash-dot:before{content:""}.codicon-comment-unresolved:before{content:""}.codicon-git-pull-request-go-to-changes:before{content:""}.codicon-git-pull-request-new-changes:before{content:""}.codicon-search-fuzzy:before{content:""}.codicon-comment-draft:before{content:""}.codicon-send:before{content:""}.codicon-sparkle:before{content:""}.codicon-insert:before{content:""}.codicon-mic:before{content:""}.codicon-thumbsdown-filled:before{content:""}.codicon-thumbsup-filled:before{content:""}.codicon-coffee:before{content:""}.codicon-snake:before{content:""}.codicon-game:before{content:""}.codicon-vr:before{content:""}.codicon-chip:before{content:""}.codicon-piano:before{content:""}.codicon-music:before{content:""}.codicon-mic-filled:before{content:""}.codicon-repo-fetch:before{content:""}.codicon-copilot:before{content:""}.codicon-lightbulb-sparkle:before{content:""}.codicon-robot:before{content:""}.codicon-sparkle-filled:before{content:""}.codicon-diff-single:before{content:""}.codicon-diff-multiple:before{content:""}.codicon-surround-with:before{content:""}.codicon-share:before{content:""}.codicon-git-stash:before{content:""}.codicon-git-stash-apply:before{content:""}.codicon-git-stash-pop:before{content:""}.codicon-vscode:before{content:""}.codicon-vscode-insiders:before{content:""}.codicon-code-oss:before{content:""}.codicon-run-coverage:before{content:""}.codicon-run-all-coverage:before{content:""}.codicon-coverage:before{content:""}.codicon-github-project:before{content:""}.codicon-map-vertical:before,.codicon-fold-vertical:before{content:""}.codicon-map-vertical-filled:before,.codicon-fold-vertical-filled:before{content:""}.codicon-go-to-search:before{content:""}.codicon-percentage:before,.codicon-sort-percentage:before{content:""}.codicon-attach:before{content:""}.codicon-go-to-editing-session:before{content:""}.codicon-edit-session:before{content:""}.codicon-code-review:before{content:""}.codicon-copilot-warning:before{content:""}.codicon-python:before{content:""}.codicon-copilot-large:before{content:""}.codicon-copilot-warning-large:before{content:""}.codicon-keyboard-tab:before{content:""}.codicon-copilot-blocked:before{content:""}.codicon-copilot-not-connected:before{content:""}.codicon-flag:before{content:""}.codicon-lightbulb-empty:before{content:""}.codicon-symbol-method-arrow:before{content:""}.codicon-copilot-unavailable:before{content:""}.codicon-repo-pinned:before{content:""}.codicon-keyboard-tab-above:before{content:""}.codicon-keyboard-tab-below:before{content:""}.codicon-git-pull-request-done:before{content:""}.codicon-mcp:before{content:""}.codicon-extensions-large:before{content:""}.codicon-layout-panel-dock:before{content:""}.codicon-layout-sidebar-left-dock:before{content:""}.codicon-layout-sidebar-right-dock:before{content:""}.codicon-copilot-in-progress:before{content:""}.codicon-copilot-error:before{content:""}.codicon-copilot-success:before{content:""}.codicon-chat-sparkle:before{content:""}.codicon-search-sparkle:before{content:""}.codicon-edit-sparkle:before{content:""}.codicon-copilot-snooze:before{content:""}.codicon-send-to-remote-agent:before{content:""}.codicon-comment-discussion-sparkle:before{content:""}.codicon-chat-sparkle-warning:before{content:""}.codicon-chat-sparkle-error:before{content:""}.codicon-collection:before{content:""}.codicon-new-collection:before{content:""}.codicon-thinking:before{content:""}.codicon-git-fetch:before{content:""}
.sprotty{-webkit-user-select:none;user-select:none;width:calc(100vw - var(--sidebar-width))}button>svg{vertical-align:bottom;width:auto;height:auto}.light-bg{background:#f7f7f7}
:root{--background:#fff;--foreground:#171717}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}button>svg.MuiSvgIcon-root{width:1em;height:1em}.diagram-with-svg-overlays__diagram.sprotty,.diagram-with-svg-overlays__diagram>svg.sprotty-graph,.diagram-with-svg-overlays__diagram .sprotty,.diagram-with-svg-overlays__diagram svg.sprotty-graph{width:100%;height:100%}.diagram-with-svg-overlays__diagram svg.sprotty-graph{display:block}#klighd-diagram{--sidebar-width:0px;flex:1 1 0;min-width:0;min-height:0}#klighd-diagram.sprotty,#klighd-diagram>svg.sprotty-graph{width:100%;height:100%}#klighd-diagram>svg.sprotty-graph{display:block}.inactive-session-status{background-color:#cbcbcb;border:1px solid #ababab;border-radius:50%;width:12px;height:12px;display:inline-block}.active-session-status{background-color:#42cc42;border:1px solid #34ad34;border-radius:50%;width:12px;height:12px;animation:2.5s ease-in-out infinite active-session-status-pulse;display:inline-block}@keyframes active-session-status-pulse{30%{box-shadow:0 0 0 4px #42cc4240}60%,to{box-shadow:none}}
