@charset "UTF-8";.ff-guide{--g-accent: #1677ff;--g-accent-soft: rgba(22, 119, 255, .12);--g-panel: #ffffff;--g-panel-2: #f7f9fc;--g-border: #e8ecf2;--g-ink: rgba(0, 0, 0, .85);--g-muted: rgba(0, 0, 0, .5);--g-chrome: #eef1f6;color:var(--g-ink)}:root[data-theme=dark] .ff-guide{--g-accent-soft: rgba(22, 119, 255, .22);--g-panel: #1f1f1f;--g-panel-2: #171717;--g-border: #303030;--g-ink: rgba(255, 255, 255, .88);--g-muted: rgba(255, 255, 255, .5);--g-chrome: #262626}.ff-guide-shell{display:flex;gap:28px;align-items:flex-start}.ff-guide-toc{position:sticky;top:12px;flex:0 0 232px;width:232px;align-self:flex-start;max-height:calc(100vh - 40px);overflow:auto;padding:6px 4px 20px}.ff-guide-body{flex:1 1 auto;min-width:0}@media(max-width:900px){.ff-guide-toc{display:none}}.ff-toc-group{margin-bottom:14px}.ff-toc-group>.ff-toc-title{font-size:11px;letter-spacing:.6px;text-transform:uppercase;color:var(--g-muted);font-weight:700;padding:6px 10px 4px;display:flex;align-items:center;gap:7px}.ff-toc-link{display:block;padding:5px 10px 5px 26px;border-radius:7px;cursor:pointer;font-size:13px;color:var(--g-muted);border-left:2px solid transparent;text-decoration:none;transition:background .15s,color .15s,border-color .15s}.ff-toc-link:hover{background:var(--g-accent-soft);color:var(--g-ink)}.ff-toc-link.active{color:var(--g-accent);background:var(--g-accent-soft);border-left-color:var(--g-accent);font-weight:600}.ff-toc-link.sub{padding:4px 10px 4px 42px;font-size:12px;opacity:.92}.ff-demo-setup{border:1px solid var(--g-border);border-radius:12px;overflow:hidden;margin-bottom:22px;background:var(--g-panel);box-shadow:0 1px 4px #141e3c0d}.ff-demo-setup-head{display:flex;align-items:center;gap:10px;padding:12px 18px;font-weight:700;font-size:14px;color:#fff;background:linear-gradient(90deg,#1677ff,#722ed1 60%,#13c2c2)}.ff-demo-table{width:100%;border-collapse:collapse}.ff-demo-table td{padding:12px 18px;border-top:1px solid var(--g-border);font-size:13.5px;vertical-align:middle}.ff-demo-table tr:first-child td{border-top:none}.ff-demo-table code{font-size:13px;font-weight:600;padding:2px 9px;border-radius:6px;background:var(--g-accent-soft);color:var(--g-accent)}.ff-demo-type{display:inline-block;min-width:110px;text-align:center;font-size:12px;font-weight:700;padding:3px 12px;border-radius:20px;letter-spacing:.2px}.ff-demo-type.blue{color:#1677ff;background:#1677ff1f;border:1px solid rgba(22,119,255,.35)}.ff-demo-type.purple{color:#722ed1;background:#722ed11f;border:1px solid rgba(114,46,209,.35)}.ff-demo-type.teal{color:#08979c;background:#13c2c224;border:1px solid rgba(19,194,194,.4)}.ff-demo-desc{color:var(--g-muted);font-size:12.5px}.ff-demo-note{padding:10px 18px;font-size:12.5px;color:var(--g-muted);background:var(--g-accent-soft);border-top:1px solid var(--g-border)}@media(max-width:640px){.ff-demo-desc{display:none}}.ff-guide section{scroll-margin-top:16px}.ff-chapter-hero{position:relative;overflow:hidden;border-radius:14px;padding:22px 26px;border:1px solid var(--g-border);background:radial-gradient(1200px 200px at 100% -40%,var(--g-accent-soft),transparent 60%),var(--g-panel)}.ff-chapter-hero .ff-chapter-kicker{font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--g-accent)}.ff-card{border:1px solid var(--g-border);border-radius:12px;background:var(--g-panel);padding:18px 20px;margin-top:16px}.ff-card>h4{margin:0 0 2px}.ff-step-badge{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--g-accent);color:#fff;font-weight:700;font-size:13px;flex:0 0 auto}.ff-shot{border:1px solid var(--g-border);border-radius:10px;overflow:hidden;background:var(--g-panel)}.ff-shot-chrome{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--g-chrome);border-bottom:1px solid var(--g-border)}.ff-shot-dots{display:flex;gap:5px}.ff-shot-dot{width:10px;height:10px;border-radius:50%}.ff-shot-url{font-size:11px;color:var(--g-muted);background:var(--g-panel);border:1px solid var(--g-border);border-radius:5px;padding:2px 10px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ff-shot-pintoggle{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;border:1px solid transparent;cursor:pointer;font-size:11px;font-weight:600;padding:2px 10px;border-radius:20px;background:var(--g-panel-2);color:var(--g-muted);opacity:0;transition:opacity .15s,background .15s,color .15s}.ff-shot-pintoggle.on{background:var(--g-accent-soft);color:var(--g-accent);border-color:transparent}.ff-shot:hover .ff-shot-pintoggle,.ff-shot-pintoggle:focus-visible{opacity:1}.ff-lb-btn.on{background:#1677ff52}.ff-shot-stage{position:relative;width:100%}.ff-shot-stage img{display:block;width:100%;height:auto}.ff-shot-zoomable{cursor:zoom-in}.ff-shot-zoomable:focus-visible{outline:2px solid var(--g-accent);outline-offset:2px}.ff-shot-hint{position:absolute;right:10px;bottom:10px;z-index:3;pointer-events:none;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#fff;background:#0000008c;border-radius:20px;padding:4px 12px;opacity:0;transform:translateY(4px);transition:opacity .15s,transform .15s}.ff-shot-zoomable:hover .ff-shot-hint,.ff-shot-zoomable:focus-visible .ff-shot-hint{opacity:1;transform:none}.ff-shot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:4px 0}.ff-grid-cell{margin:0;border:1px solid var(--g-border);border-radius:10px;overflow:hidden;background:var(--g-panel);transition:border-color .15s,transform .15s,box-shadow .15s}.ff-grid-cell.ff-shot-zoomable:hover{border-color:var(--g-accent);transform:translateY(-2px);box-shadow:0 6px 18px #0000001f}.ff-grid-cell.ff-shot-zoomable:focus-visible{outline:2px solid var(--g-accent);outline-offset:2px}.ff-grid-thumb{position:relative;aspect-ratio:16 / 10;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--g-panel-2)}.ff-grid-thumb img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.ff-grid-zoom{position:absolute;right:8px;bottom:8px;width:26px;height:26px;border-radius:50%;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;opacity:0;transition:opacity .15s}.ff-grid-cell:hover .ff-grid-zoom,.ff-grid-cell:focus-visible .ff-grid-zoom{opacity:1}.ff-grid-cap{padding:8px 10px;font-size:12px;font-weight:600;color:var(--g-ink);border-top:1px solid var(--g-border)}.ff-grid-ph{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.ff-grid-ph .ff-shot-ph-file{font-size:11px;font-family:monospace;color:var(--g-muted)}@media(max-width:900px){.ff-shot-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.ff-shot-grid{grid-template-columns:1fr}}.ff-shot-ph{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:260px;color:var(--g-muted);background:linear-gradient(var(--g-border) 1px,transparent 1px) 0 0 / 100% 34px,linear-gradient(90deg,var(--g-border) 1px,transparent 1px) 0 0 / 34px 100%,var(--g-panel-2)}.ff-shot-ph .ff-shot-ph-badge{font-size:12px;font-weight:600;color:var(--g-accent);background:var(--g-accent-soft);border-radius:20px;padding:4px 12px}.ff-shot-ph .ff-shot-ph-file{font-size:11px;font-family:monospace}.ff-shot-ph:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(100deg,transparent 30%,rgba(255,255,255,.12) 50%,transparent 70%);background-size:220% 100%;animation:ff-shimmer 2.6s linear infinite}@keyframes ff-shimmer{to{background-position:-220% 0}}.ff-pin{position:absolute;transform:translate(-50%,-50%);width:24px;height:24px;border-radius:50%;background:var(--g-accent);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 3px #ffffffe6,0 2px 6px #0000004d;z-index:2;pointer-events:none}.ff-pin:before{content:"";position:absolute;inset:-6px;border-radius:50%;border:2px solid var(--g-accent);opacity:.6;animation:ff-pin-pulse 2s ease-out infinite}@keyframes ff-pin-pulse{0%{transform:scale(.7);opacity:.7}to{transform:scale(1.6);opacity:0}}.ff-legend{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:8px}.ff-legend li{display:flex;gap:10px;align-items:flex-start;font-size:13px}.ff-legend .ff-legend-n{flex:0 0 auto;width:20px;height:20px;border-radius:50%;background:var(--g-accent-soft);color:var(--g-accent);font-weight:700;font-size:11px;display:flex;align-items:center;justify-content:center;margin-top:1px}.ff-pipe{display:flex;align-items:stretch;gap:0;flex-wrap:wrap}.ff-pipe-stage{flex:1 1 150px;min-width:140px;text-align:center;padding:14px 10px;border-radius:12px;border:1px solid var(--g-border);background:var(--g-panel);position:relative}.ff-pipe-ico{width:42px;height:42px;border-radius:12px;margin:0 auto 8px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;background:var(--g-accent)}.ff-pipe-stage.s2 .ff-pipe-ico{background:#52c41a}.ff-pipe-stage.s3 .ff-pipe-ico{background:#722ed1}.ff-pipe-stage.s4 .ff-pipe-ico{background:#fa8c16}.ff-pipe-stage.s5 .ff-pipe-ico{background:#13c2c2}.ff-pipe-stage .ff-pipe-t{font-weight:600;font-size:13px}.ff-pipe-stage .ff-pipe-d{font-size:11.5px;color:var(--g-muted);margin-top:2px}.ff-pipe-conn{flex:0 0 34px;align-self:center;height:3px;border-radius:2px;position:relative;overflow:hidden;background:var(--g-border)}.ff-pipe-conn:after{content:"";position:absolute;inset:0;border-radius:2px;background:linear-gradient(90deg,transparent,var(--g-accent),transparent);background-size:60% 100%;animation:ff-flow 1.6s linear infinite}@keyframes ff-flow{0%{background-position:-60% 0}to{background-position:160% 0}}.ff-pipe-stage{animation:ff-stage-lit 8s ease-in-out infinite}.ff-pipe-stage.s1{animation-delay:0s}.ff-pipe-stage.s2{animation-delay:1.4s}.ff-pipe-stage.s3{animation-delay:2.8s}.ff-pipe-stage.s4{animation-delay:4.2s}.ff-pipe-stage.s5{animation-delay:5.6s}@keyframes ff-stage-lit{0%,12%,to{box-shadow:0 0 0 0 transparent;transform:translateY(0)}4%{box-shadow:0 6px 20px var(--g-accent-soft);transform:translateY(-3px)}}@media(max-width:720px){.ff-pipe-conn{display:none}.ff-pipe{flex-direction:column}}.ff-reveal{opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}.ff-reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.ff-shot-ph:after,.ff-pin:before,.ff-pipe-conn:after,.ff-pipe-stage{animation:none!important}.ff-reveal{opacity:1;transform:none;transition:none}}.ff-lb{position:fixed;inset:0;z-index:1200;background:#06080eeb}.ff-lb-top{position:absolute;top:0;left:0;right:0;height:52px;z-index:3;display:flex;align-items:center;gap:12px;padding:0 14px;color:#fff;background:linear-gradient(rgba(0,0,0,.55),transparent)}.ff-lb-caption{flex:1;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ff-lb-count{font-size:12px;color:#ffffffb3;font-variant-numeric:tabular-nums}.ff-lb-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto;border:none;border-radius:8px;cursor:pointer;color:#fff;font-size:15px;background:#ffffff1f;transition:background .15s}.ff-lb-btn:hover{background:#ffffff42}.ff-lb-viewport{position:absolute;inset:52px 0 60px;overflow:hidden;display:flex;align-items:center;justify-content:center}.ff-lb.has-legend .ff-lb-viewport{right:340px}.ff-lb-stage{position:relative;display:inline-block;transform-origin:center center;will-change:transform}.ff-lb-img{display:block;max-width:84vw;max-height:calc(100vh - 150px);-webkit-user-select:none;user-select:none;border-radius:4px}.ff-lb.has-legend .ff-lb-img{max-width:calc(84vw - 340px)}.ff-lb-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border:none;border-radius:50%;cursor:pointer;color:#fff;font-size:18px;background:#ffffff24;transition:background .15s}.ff-lb-nav:hover{background:#ffffff47}.ff-lb-nav.prev{left:16px}.ff-lb-nav.next{right:16px}.ff-lb.has-legend .ff-lb-nav.next{right:356px}.ff-lb-legend{position:absolute;top:52px;right:0;bottom:0;width:340px;z-index:3;overflow:auto;padding:16px 18px;color:#fff;background:#121620f7;border-left:1px solid rgba(255,255,255,.12)}.ff-lb-legend-title{font-size:12px;text-transform:uppercase;letter-spacing:.6px;color:#fff9;font-weight:700;margin-bottom:10px}.ff-lb-legend .ff-legend{margin:0}.ff-lb-legend .ff-legend li{color:#ffffffeb}.ff-lb-legend .ff-legend .ant-typography{color:#fffffff2}.ff-lb-legend .ff-legend strong,.ff-lb-legend .ff-legend b{color:#69b1ff;font-weight:600}.ff-lb-legend .ff-legend code{color:#fff;background:#ffffff24;border-color:#ffffff38}.ff-lb-legend .ff-legend .ff-legend-n{background:#ffffff29;color:#fff}.ff-lb-tools{position:absolute;bottom:14px;left:50%;transform:translate(-50%);z-index:3;display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:12px;background:#121620eb;border:1px solid rgba(255,255,255,.14)}.ff-lb.has-legend .ff-lb-tools{left:calc(50% - 170px)}.ff-lb-zoom{color:#fff;font-size:12px;min-width:46px;text-align:center;font-variant-numeric:tabular-nums}.ff-lb-stage .ff-pin{width:26px;height:26px;font-size:13px}@media(max-width:860px){.ff-lb.has-legend .ff-lb-viewport{right:0;bottom:210px}.ff-lb.has-legend .ff-lb-img{max-width:90vw}.ff-lb.has-legend .ff-lb-nav.next{right:16px}.ff-lb.has-legend .ff-lb-tools{left:50%;bottom:216px}.ff-lb-legend{top:auto;width:100%;height:190px;border-left:none;border-top:1px solid rgba(255,255,255,.12)}}.djs-parent{--color-grey-225-10-15: hsl(225, 10%, 15%);--color-grey-225-10-35: hsl(225, 10%, 35%);--color-grey-225-10-55: hsl(225, 10%, 55%);--color-grey-225-10-75: hsl(225, 10%, 75%);--color-grey-225-10-80: hsl(225, 10%, 80%);--color-grey-225-10-85: hsl(225, 10%, 85%);--color-grey-225-10-90: hsl(225, 10%, 90%);--color-grey-225-10-95: hsl(225, 10%, 95%);--color-grey-225-10-97: hsl(225, 10%, 97%);--color-blue-205-100-45: hsl(205, 100%, 45%);--color-blue-205-100-45-opacity-30: hsla(205, 100%, 45%, 30%);--color-blue-205-100-50: hsl(205, 100%, 50%);--color-blue-205-100-50-opacity-15: hsla(205, 100%, 50%, 15%);--color-blue-205-100-70: hsl(205, 100%, 75%);--color-blue-205-100-95: hsl(205, 100%, 95%);--color-green-150-86-44: hsl(150, 86%, 44%);--color-red-360-100-40: hsl(360, 100%, 40%);--color-red-360-100-45: hsl(360, 100%, 45%);--color-red-360-100-92: hsl(360, 100%, 92%);--color-red-360-100-97: hsl(360, 100%, 97%);--color-white: hsl(0, 0%, 100%);--color-black: hsl(0, 0%, 0%);--color-black-opacity-10: hsla(0, 0%, 0%, 10%);--color-black-opacity-30: hsla(0, 0%, 0%, 30%);--canvas-fill-color: var(--color-white);--bendpoint-fill-color: var(--color-blue-205-100-45);--bendpoint-stroke-color: var(--canvas-fill-color);--context-pad-entry-background-color: var(--color-white);--context-pad-entry-hover-background-color: var(--color-grey-225-10-95);--element-dragger-color: var(--color-blue-205-100-50);--element-hover-outline-fill-color: var(--color-blue-205-100-45);--element-selected-outline-stroke-color: var(--color-blue-205-100-50);--element-selected-outline-secondary-stroke-color: var(--color-blue-205-100-70);--lasso-fill-color: var(--color-blue-205-100-50-opacity-15);--lasso-stroke-color: var(--element-selected-outline-stroke-color);--palette-entry-color: var(--color-grey-225-10-15);--palette-entry-hover-color: var(--color-blue-205-100-45);--palette-entry-selected-color: var(--color-blue-205-100-50);--palette-separator-color: var(--color-grey-225-10-75);--palette-toggle-hover-background-color: var(--color-grey-225-10-55);--palette-background-color: var(--color-grey-225-10-97);--palette-border-color: var(--color-grey-225-10-75);--popup-font-family: "IBM Plex Sans", sans-serif;--popup-font-size: 14px;--popup-header-entry-selected-color: var(--color-blue-205-100-50);--popup-header-font-weight: bolder;--popup-header-group-divider-color: var(--color-grey-225-10-75);--popup-background-color: var(--color-white);--popup-border-color: transparent;--popup-shadow-color: var(--color-black-opacity-30);--popup-disabled-color: var(--color-grey-225-10-35);--popup-description-color: var(--color-grey-225-10-55);--popup-no-results-color: var(--color-grey-225-10-55);--popup-entry-title-color: var(--color-grey-225-10-55);--popup-entry-hover-color: var(--color-grey-225-10-95);--popup-search-border-color: var(--color-grey-225-10-75);--popup-search-focus-border-color: var(--color-blue-205-100-50);--popup-search-focus-background-color: var(--color-blue-205-100-95);--resizer-fill-color: var(--color-blue-205-100-45);--resizer-stroke-color: var(--canvas-fill-color);--search-font-family: "IBM Plex Sans", sans-serif;--search-font-size: 14px;--search-container-background-color: var(--color-white);--search-shadow-color: var(--color-black-opacity-30);--search-input-border-color: var(--color-grey-225-10-75);--search-input-focus-border-color: var(--color-blue-205-100-50);--search-input-focus-background-color: var(--color-blue-205-100-95);--search-result-hover-background-color: var(--color-grey-225-10-95);--search-result-secondary-color: var(--color-grey-225-10-55);--search-preselected-background-color: var(--color-blue-205-100-50-opacity-15);--shape-attach-allowed-stroke-color: var(--color-blue-205-100-50);--shape-connect-allowed-fill-color: var(--color-grey-225-10-97);--shape-drop-allowed-fill-color: var(--color-grey-225-10-97);--shape-drop-not-allowed-fill-color: var(--color-red-360-100-97);--shape-resize-preview-stroke-color: var(--color-blue-205-100-50);--snap-line-stroke-color: var(--color-blue-205-100-45-opacity-30);--space-tool-crosshair-stroke-color: var(--color-black);--tooltip-error-background-color: var(--color-red-360-100-97);--tooltip-error-border-color: var(--color-red-360-100-45);--tooltip-error-color: var(--color-red-360-100-45)}.djs-container svg.drop-not-ok{background:var(--shape-drop-not-allowed-fill-color)!important}.djs-container svg.new-parent{background:var(--shape-drop-allowed-fill-color)!important}.djs-outline,.djs-selection-outline{fill:none;shape-rendering:geometricPrecision;stroke-width:2px}.djs-outline{visibility:hidden}.djs-selection-outline{stroke:var(--element-selected-outline-stroke-color)}.djs-element.selected .djs-outline{visibility:visible;stroke:var(--element-selected-outline-stroke-color)}.djs-connection.selected .djs-outline{display:none}.djs-multi-select .djs-element.selected .djs-outline{stroke:var(--element-selected-outline-secondary-stroke-color);display:block}.djs-shape.connect-ok .djs-visual>:nth-child(1){fill:var(--shape-connect-allowed-fill-color)!important}.djs-shape.connect-not-ok .djs-visual>:nth-child(1),.djs-shape.drop-not-ok .djs-visual>:nth-child(1){fill:var(--shape-drop-not-allowed-fill-color)!important}.djs-shape.new-parent .djs-visual>:nth-child(1){fill:var(--shape-drop-allowed-fill-color)!important}.drop-not-ok,.connect-not-ok,.drop-not-ok *,.connect-not-ok *{cursor:not-allowed!important}.drop-ok,.connect-ok,.drop-ok *,.connect-ok *{cursor:default!important}.djs-element.attach-ok .djs-visual>:nth-child(1){stroke-width:5px!important;stroke:var(--shape-attach-allowed-stroke-color)!important}.djs-frame.connect-not-ok .djs-visual>:nth-child(1),.djs-frame.drop-not-ok .djs-visual>:nth-child(1){stroke-width:3px!important;stroke:var(--shape-drop-not-allowed-fill-color)!important;fill:none!important}.djs-lasso-overlay{fill:var(--lasso-fill-color);stroke:var(--lasso-stroke-color);stroke-width:2px;shape-rendering:geometricPrecision;pointer-events:none}.djs-resize-overlay{fill:none;stroke-dasharray:5 1 3 1;stroke:var(--shape-resize-preview-stroke-color);pointer-events:none}.djs-resizer-hit{fill:none;pointer-events:all}.djs-resizer-visual{fill:var(--resizer-fill-color);stroke-width:1px;stroke:var(--resizer-stroke-color);shape-rendering:geometricPrecision}.djs-resizer:hover .djs-resizer-visual{stroke:var(--resizer-stroke-color);stroke-opacity:1}.djs-cursor-resize-ns,.djs-resizer-n,.djs-resizer-s{cursor:ns-resize}.djs-cursor-resize-ew,.djs-resizer-e,.djs-resizer-w{cursor:ew-resize}.djs-cursor-resize-nwse,.djs-resizer-nw,.djs-resizer-se{cursor:nwse-resize}.djs-cursor-resize-nesw,.djs-resizer-ne,.djs-resizer-sw{cursor:nesw-resize}.djs-shape.djs-resizing>.djs-outline{visibility:hidden!important}.djs-shape.djs-resizing>.djs-resizer{visibility:hidden}.djs-dragger>.djs-resizer{visibility:hidden}.djs-dragger *{fill:none!important;stroke:var(--element-dragger-color)!important}.djs-dragger tspan,.djs-dragger text{fill:var(--element-dragger-color)!important;stroke:none!important}.djs-dragger marker circle,.djs-dragger marker path,.djs-dragger marker polygon,.djs-dragger marker polyline,.djs-dragger marker rect{fill:var(--element-dragger-color)!important;stroke:none!important}.djs-dragger marker text,.djs-dragger marker tspan{fill:none!important;stroke:var(--element-dragger-color)!important}.djs-dragging,.djs-dragging>*{opacity:.3!important;pointer-events:none!important}.djs-visual,.djs-outline{pointer-events:none}.djs-element.attach-ok .djs-hit{stroke-width:60px!important}.djs-element>.djs-hit-all,.djs-element>.djs-hit-no-move{pointer-events:all}.djs-element>.djs-hit-stroke,.djs-element>.djs-hit-click-stroke{pointer-events:stroke}.djs-connection .djs-visual{stroke-width:2px;fill:none}.djs-cursor-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.djs-cursor-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.djs-cursor-crosshair{cursor:crosshair}.djs-cursor-move{cursor:move}.djs-cursor-resize-ns{cursor:ns-resize}.djs-cursor-resize-ew{cursor:ew-resize}.djs-snap-line{stroke:var(--snap-line-stroke-color);stroke-linecap:round;stroke-width:2px;pointer-events:none}.djs-crosshair{stroke:var(--space-tool-crosshair-stroke-color);stroke-linecap:round;stroke-width:1px;pointer-events:none;shape-rendering:geometricPrecision;stroke-dasharray:5,5}.djs-palette{position:absolute;left:20px;top:20px;box-sizing:border-box;width:48px}.djs-palette .separator{margin:5px;padding-top:5px;border:none;border-bottom:solid 1px var(--palette-separator-color);clear:both}.djs-palette .entry:before{vertical-align:initial}.djs-palette .djs-palette-toggle{cursor:pointer}.djs-palette .entry,.djs-palette .djs-palette-toggle{color:var(--palette-entry-color);font-size:30px;text-align:center}.djs-palette .entry{float:left}.djs-palette .entry img{max-width:100%}.djs-palette .djs-palette-entries:after{content:"";display:table;clear:both}.djs-palette .djs-palette-toggle:hover{background:var(--palette-toggle-hover-background-color)}.djs-palette .entry:hover{color:var(--palette-entry-hover-color)}.djs-palette .highlighted-entry{color:var(--palette-entry-selected-color)!important}.djs-palette .entry,.djs-palette .djs-palette-toggle{width:46px;height:46px;line-height:46px;cursor:default}.djs-palette.two-column.open{width:94px}.djs-palette:not(.open) .djs-palette-entries{display:none}.djs-palette:not(.open){overflow:hidden}.djs-palette.open .djs-palette-toggle{display:none}.djs-context-pad{position:absolute;display:none;pointer-events:none;line-height:1;width:72px;z-index:100}.djs-context-pad .entry{width:22px;height:22px;text-align:center;display:inline-block;font-size:22px;margin:0 2px 2px 0;border-radius:3px;cursor:default;background-color:var(--context-pad-entry-background-color);box-shadow:0 0 2px 1px var(--context-pad-entry-background-color);pointer-events:all;vertical-align:middle}.djs-context-pad .entry:hover{background:var(--context-pad-entry-hover-background-color)}.djs-context-pad.open{display:block}.djs-popup{line-height:1;box-sizing:border-box;width:min-content;background:var(--popup-background-color);overflow:hidden;position:fixed;z-index:200;box-shadow:0 2px 6px var(--popup-shadow-color);border:solid 1px var(--popup-border-color);min-width:120px;outline:none;font-size:var(--popup-font-size);font-family:var(--popup-font-family)}.djs-popup-search input{width:100%;box-sizing:border-box;font-size:var(--popup-font-size);padding:3px 6px 3px 28px;border-radius:2px;border:solid 1px var(--popup-search-border-color);line-height:21px}.djs-popup-search input:focus{background-color:var(--popup-search-focus-background-color);border:solid 1px var(--popup-search-focus-border-color);outline:none}.djs-popup-header{display:flex;align-items:stretch;line-height:20px;margin:10px 12px}.djs-popup-header .entry{border-radius:2px}.djs-popup button.entry{padding:0;background:transparent;border:0}.djs-popup-header .entry.active{color:var(--popup-header-entry-selected-color)}.djs-popup-header .entry.disabled{color:inherit}.djs-popup-header-group{display:flex;flex-direction:row;align-items:center;list-style:none;margin:0;padding:0}.djs-popup-header-group .entry{display:flex;flex-direction:row;align-items:center}.djs-popup-header-group+.djs-popup-header-group:before{content:"";width:1px;height:20px;background:var(--popup-header-group-divider-color);margin:0 5px}.djs-popup-search{position:relative;width:auto;margin:10px 12px}.djs-popup-title{font-size:var(--popup-font-size);font-weight:var(--popup-header-font-weight);flex:1;margin:0}.djs-popup-search-icon{position:absolute;left:8px;top:7px}.djs-popup-results{margin:7px 3px 7px 12px;list-style:none;max-height:280px;overflow:auto;padding-right:9px}.djs-popup-group{margin:0;padding:0;width:100%}.djs-popup-body .entry,.djs-popup-body .entry-header{padding:5px 7px;cursor:default;border-radius:4px}.djs-popup-body .entry-header{font-weight:var(--popup-header-font-weight);color:var(--popup-entry-title-color);padding-left:0}.djs-popup [class*=icon] .djs-popup-label,.djs-popup-label:not(:first-child){margin-left:.5em}.djs-popup [class*=icon]:before,.djs-popup-entry-icon{width:1em;height:1em;display:inline-block;font-size:1.4em;vertical-align:middle}.djs-popup-body .entry-header:not(:first-child){margin-top:8px;margin-bottom:2px}.djs-popup-body .entry{display:flex;flex-direction:row;align-items:stretch;height:min-content}.djs-popup .entry.selected{background-color:var(--popup-entry-hover-color)}.djs-popup .entry.disabled{color:var(--popup-disabled-color);cursor:not-allowed}.djs-popup-body .entry:not(:first-child){margin-top:2px}.djs-popup-entry-content{display:flex;flex-direction:column;flex:1;overflow:hidden}.djs-popup-entry-description{color:var(--popup-description-color)}.djs-popup-label,.djs-popup-entry-description{line-height:1.4em}.djs-popup .entry,.djs-popup .entry-header{margin:1px}.djs-popup-title,.djs-popup-label,.djs-popup-entry-description,.djs-popup .entry-header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.djs-popup-entry-name{display:flex}.djs-popup-body{flex-direction:column;width:auto}.djs-popup *::-webkit-scrollbar{width:6px}.djs-popup *::-webkit-scrollbar-thumb{border-radius:3px;background-color:#0003}.djs-popup *::-webkit-scrollbar-track{box-shadow:none;background:transparent;margin:0;padding:5px}.djs-popup-no-results{padding:0 12px 12px;color:var(--popup-no-results-color)}.djs-popup-entry-docs{flex:0;flex-direction:row;align-items:center;padding-left:5px;display:none}.djs-popup-body .entry:hover .djs-popup-entry-docs{display:flex}.djs-popup-entry-docs svg{vertical-align:middle;margin:auto 2px auto 5px}.djs-palette{background:var(--palette-background-color);border:solid 1px var(--palette-border-color);border-radius:2px}.djs-segment-dragger,.djs-bendpoint{display:none}.djs-segment-dragger .djs-visual{display:none;fill:var(--bendpoint-fill-color);stroke:var(--bendpoint-stroke-color);stroke-width:1px;stroke-opacity:1}.djs-segment-dragger:hover .djs-visual{display:block}.djs-bendpoint .djs-visual{fill:var(--bendpoint-fill-color);stroke:var(--bendpoint-stroke-color);stroke-width:1px}.djs-segment-dragger:hover,.djs-bendpoints.hover .djs-segment-dragger,.djs-bendpoints.selected .djs-segment-dragger,.djs-bendpoint:hover,.djs-bendpoints.hover .djs-bendpoint,.djs-bendpoints.selected .djs-bendpoint{display:block}.djs-drag-active .djs-bendpoints *{display:none}.djs-bendpoints:not(.hover) .floating{display:none}.djs-segment-dragger:hover .djs-visual,.djs-segment-dragger.djs-dragging .djs-visual,.djs-bendpoint:hover .djs-visual,.djs-bendpoint.floating .djs-visual{fill:var(--bendpoint-fill-color);stroke:var(--bendpoint-stroke-color);stroke-opacity:1}.djs-bendpoint.floating .djs-hit{pointer-events:none}.djs-segment-dragger .djs-hit,.djs-bendpoint .djs-hit{fill:none;pointer-events:all}.djs-segment-dragger.horizontal .djs-hit{cursor:ns-resize}.djs-segment-dragger.vertical .djs-hit{cursor:ew-resize}.djs-segment-dragger.djs-dragging .djs-hit{pointer-events:none}.djs-updating,.djs-updating>*{pointer-events:none!important}.djs-updating .djs-context-pad,.djs-updating .djs-outline,.djs-updating .djs-bendpoint,.djs-multi-select .djs-bendpoint,.djs-multi-select .djs-segment-dragger,.connect-ok .djs-bendpoint,.connect-not-ok .djs-bendpoint,.drop-ok .djs-bendpoint,.drop-not-ok .djs-bendpoint{display:none!important}.djs-segment-dragger.djs-dragging,.djs-bendpoint.djs-dragging{display:block;opacity:1}.djs-tooltip-error{width:160px;padding:6px;background:var(--tooltip-error-background-color);border:solid 1px var(--tooltip-error-border-color);border-radius:2px;color:var(--tooltip-error-color);font-size:12px;line-height:16px;opacity:.75}.djs-tooltip-error:hover{opacity:1}.djs-search-open .djs-context-pad{display:none}.djs-search-open .djs-connection.selected .djs-outline{display:block}.djs-search-container{position:absolute;top:20px;left:0;right:0;margin-left:auto;margin-right:auto;width:25%;min-width:300px;max-width:400px;z-index:10;font-family:var(--search-font-family);font-size:var(--search-font-size);border-radius:2px;box-shadow:0 2px 6px var(--search-shadow-color)}.djs-search-container:not(.open){display:none}.djs-search-input{position:relative}.djs-search-input svg{position:absolute;left:8px;top:7px}.djs-search-input input{font-size:var(--search-font-size);width:100%;padding:3px 6px 3px 28px;border:1px solid var(--search-input-border-color);border-radius:2px;box-sizing:border-box;line-height:21px}.djs-search-input input:focus{background-color:var(--search-input-focus-background-color);border:solid 1px var(--search-input-focus-border-color);outline:none}.djs-search-results{position:relative;overflow-y:auto;max-height:200px;background:var(--search-container-background-color)}.djs-search-result{padding:6px 8px}.djs-search-result-primary{margin:0 0 3px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.djs-search-result-secondary{font-family:monospace;margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:var(--search-result-secondary-color)}.djs-search-result:hover,.djs-search-result-selected,.djs-search-result-selected:hover{background:var(--search-result-hover-background-color)}.djs-search-open .djs-element .djs-outline{fill:var(--search-preselected-background-color)!important}.djs-element-hidden,.djs-element-hidden .djs-hit,.djs-element-hidden .djs-outline,.djs-label-hidden .djs-label{display:none!important}.djs-element .djs-hit-stroke,.djs-element .djs-hit-click-stroke,.djs-element .djs-hit-all{cursor:move}.bjs-container{--bjs-font-family: Arial, sans-serif;--color-grey-225-10-15: hsl(225, 10%, 15%);--color-grey-225-10-35: hsl(225, 10%, 35%);--color-grey-225-10-55: hsl(225, 10%, 55%);--color-grey-225-10-75: hsl(225, 10%, 75%);--color-grey-225-10-80: hsl(225, 10%, 80%);--color-grey-225-10-85: hsl(225, 10%, 85%);--color-grey-225-10-90: hsl(225, 10%, 90%);--color-grey-225-10-95: hsl(225, 10%, 95%);--color-grey-225-10-97: hsl(225, 10%, 97%);--color-blue-205-100-45: hsl(205, 100%, 45%);--color-blue-205-100-45-opacity-30: hsla(205, 100%, 45%, 30%);--color-blue-205-100-50: hsl(205, 100%, 50%);--color-blue-205-100-95: hsl(205, 100%, 95%);--color-green-150-86-44: hsl(150, 86%, 44%);--color-red-360-100-40: hsl(360, 100%, 40%);--color-red-360-100-45: hsl(360, 100%, 45%);--color-red-360-100-92: hsl(360, 100%, 92%);--color-red-360-100-97: hsl(360, 100%, 97%);--color-white: hsl(0, 0%, 100%);--color-black: hsl(0, 0%, 0%);--color-black-opacity-05: hsla(0, 0%, 0%, 5%);--color-black-opacity-10: hsla(0, 0%, 0%, 10%);--breadcrumbs-font-family: var(--bjs-font-family);--breadcrumbs-item-color: var(--color-blue-205-100-50);--breadcrumbs-arrow-color: var(--color-black);--drilldown-fill-color: var(--color-white);--drilldown-background-color: var(--color-blue-205-100-50)}.bjs-breadcrumbs{position:absolute;display:none;flex-wrap:wrap;align-items:center;top:30px;left:30px;padding:0;margin:0;font-family:var(--breadcrumbs-font-family);font-size:16px;line-height:normal}.bjs-breadcrumbs-shown .bjs-breadcrumbs{display:flex}.djs-palette-shown .bjs-breadcrumbs{left:90px}.djs-palette-shown.djs-palette-two-column .bjs-breadcrumbs{left:140px}.bjs-breadcrumbs li{display:inline-flex;padding-bottom:5px;align-items:center}.bjs-breadcrumbs li a{cursor:pointer;color:var(--breadcrumbs-item-color)}.bjs-breadcrumbs li:last-of-type a{color:inherit;cursor:default}.bjs-breadcrumbs li:not(:first-child):before{content:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" /><path d="M0 0h24v24H0z" fill="none" /></svg>');padding:0 8px;color:var(--breadcrumbs-arrow-color);height:1em}.bjs-breadcrumbs .bjs-crumb{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bjs-drilldown{width:20px;height:20px;padding:0;margin-left:-20px;cursor:pointer;border:none;border-radius:2px;outline:none;fill:var(--drilldown-fill-color);background-color:var(--drilldown-background-color)}.bjs-drilldown-empty{display:none}.selected .bjs-drilldown-empty{display:inherit}[data-popup=align-elements] .djs-popup-results{display:flex}[data-popup=align-elements] .djs-popup-body [data-group]+[data-group]{border-left:1px solid var(--popup-border-color)}[data-popup=align-elements] [data-group=align]{display:grid;grid-template-columns:repeat(3,1fr)}[data-popup=align-elements] .djs-popup-body .entry{padding:6px 8px}[data-popup=align-elements] .djs-popup-body .entry:not(:first-child){margin-top:0}[data-popup=align-elements] .djs-popup-entry-icon{display:block;margin:0;height:20px;width:20px}@font-face{font-family:bpmn;src:url(/assets/bpmn-GG2Gc6GC.eot?21877404);src:url(/assets/bpmn-GG2Gc6GC.eot?21877404#iefix) format("embedded-opentype"),url(/assets/bpmn-sIjfRMkI.woff2?21877404) format("woff2"),url(/assets/bpmn-CCmvRa3L.woff?21877404) format("woff"),url(/assets/bpmn-BXGSTQk_.ttf?21877404) format("truetype"),url(/assets/bpmn-CfAG4AR5.svg?21877404#bpmn) format("svg");font-weight:400;font-style:normal}[class^=bpmn-icon-]:before,[class*=" bpmn-icon-"]:before{font-family:bpmn;font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bpmn-icon-trash:before{content:""}.bpmn-icon-gateway-parallel:before{content:""}.bpmn-icon-intermediate-event-catch-cancel:before{content:""}.bpmn-icon-intermediate-event-catch-non-interrupting-message:before{content:""}.bpmn-icon-start-event-compensation:before{content:""}.bpmn-icon-start-event-non-interrupting-parallel-multiple:before{content:""}.bpmn-icon-loop-marker:before{content:""}.bpmn-icon-parallel-mi-marker:before{content:""}.bpmn-icon-start-event-non-interrupting-signal:before{content:""}.bpmn-icon-intermediate-event-catch-non-interrupting-timer:before{content:""}.bpmn-icon-intermediate-event-catch-parallel-multiple:before{content:""}.bpmn-icon-intermediate-event-catch-compensation:before{content:""}.bpmn-icon-gateway-xor:before{content:""}.bpmn-icon-end-event-cancel:before{content:""}.bpmn-icon-intermediate-event-catch-condition:before{content:""}.bpmn-icon-intermediate-event-catch-non-interrupting-parallel-multiple:before{content:""}.bpmn-icon-start-event-condition:before{content:""}.bpmn-icon-start-event-non-interrupting-timer:before{content:""}.bpmn-icon-sequential-mi-marker:before{content:""}.bpmn-icon-user-task:before{content:""}.bpmn-icon-business-rule:before{content:""}.bpmn-icon-sub-process-marker:before{content:""}.bpmn-icon-start-event-parallel-multiple:before{content:""}.bpmn-icon-start-event-error:before{content:""}.bpmn-icon-intermediate-event-catch-signal:before{content:""}.bpmn-icon-intermediate-event-catch-error:before{content:""}.bpmn-icon-end-event-compensation:before{content:""}.bpmn-icon-subprocess-collapsed:before{content:""}.bpmn-icon-subprocess-expanded:before{content:""}.bpmn-icon-task:before{content:""}.bpmn-icon-end-event-error:before{content:""}.bpmn-icon-intermediate-event-catch-escalation:before{content:""}.bpmn-icon-intermediate-event-catch-timer:before{content:""}.bpmn-icon-start-event-escalation:before{content:""}.bpmn-icon-start-event-signal:before{content:""}.bpmn-icon-business-rule-task:before{content:""}.bpmn-icon-manual:before{content:""}.bpmn-icon-receive:before{content:""}.bpmn-icon-call-activity:before{content:""}.bpmn-icon-start-event-timer:before{content:""}.bpmn-icon-start-event-message:before{content:""}.bpmn-icon-intermediate-event-none:before{content:""}.bpmn-icon-intermediate-event-catch-link:before{content:""}.bpmn-icon-end-event-escalation:before{content:""}.bpmn-icon-bpmn-io:before{content:""}.bpmn-icon-gateway-complex:before{content:""}.bpmn-icon-gateway-eventbased:before{content:""}.bpmn-icon-gateway-none:before{content:""}.bpmn-icon-gateway-or:before{content:""}.bpmn-icon-end-event-terminate:before{content:""}.bpmn-icon-end-event-signal:before{content:""}.bpmn-icon-end-event-none:before{content:""}.bpmn-icon-end-event-multiple:before{content:""}.bpmn-icon-end-event-message:before{content:""}.bpmn-icon-end-event-link:before{content:""}.bpmn-icon-intermediate-event-catch-message:before{content:""}.bpmn-icon-intermediate-event-throw-compensation:before{content:""}.bpmn-icon-start-event-multiple:before{content:""}.bpmn-icon-script:before{content:""}.bpmn-icon-manual-task:before{content:""}.bpmn-icon-send:before{content:""}.bpmn-icon-service:before{content:""}.bpmn-icon-receive-task:before{content:""}.bpmn-icon-user:before{content:""}.bpmn-icon-start-event-none:before{content:""}.bpmn-icon-intermediate-event-throw-escalation:before{content:""}.bpmn-icon-intermediate-event-catch-multiple:before{content:""}.bpmn-icon-intermediate-event-catch-non-interrupting-escalation:before{content:""}.bpmn-icon-intermediate-event-throw-link:before{content:""}.bpmn-icon-start-event-non-interrupting-condition:before{content:""}.bpmn-icon-data-object:before{content:""}.bpmn-icon-script-task:before{content:""}.bpmn-icon-send-task:before{content:""}.bpmn-icon-data-store:before{content:""}.bpmn-icon-start-event-non-interrupting-escalation:before{content:""}.bpmn-icon-intermediate-event-throw-message:before{content:""}.bpmn-icon-intermediate-event-catch-non-interrupting-multiple:before{content:""}.bpmn-icon-intermediate-event-catch-non-interrupting-signal:before{content:""}.bpmn-icon-intermediate-event-throw-multiple:before{content:""}.bpmn-icon-start-event-non-interrupting-message:before{content:""}.bpmn-icon-ad-hoc-marker:before{content:""}.bpmn-icon-service-task:before{content:""}.bpmn-icon-task-none:before{content:""}.bpmn-icon-compensation-marker:before{content:""}.bpmn-icon-start-event-non-interrupting-multiple:before{content:""}.bpmn-icon-intermediate-event-throw-signal:before{content:""}.bpmn-icon-intermediate-event-catch-non-interrupting-condition:before{content:""}.bpmn-icon-participant:before{content:""}.bpmn-icon-event-subprocess-expanded:before{content:""}.bpmn-icon-lane-insert-below:before{content:""}.bpmn-icon-space-tool:before{content:""}.bpmn-icon-connection-multi:before{content:""}.bpmn-icon-lane:before{content:""}.bpmn-icon-lasso-tool:before{content:""}.bpmn-icon-lane-insert-above:before{content:""}.bpmn-icon-lane-divide-three:before{content:""}.bpmn-icon-lane-divide-two:before{content:""}.bpmn-icon-data-input:before{content:""}.bpmn-icon-data-output:before{content:""}.bpmn-icon-hand-tool:before{content:""}.bpmn-icon-group:before{content:""}.bpmn-icon-text-annotation:before{content:""}.bpmn-icon-transaction:before{content:""}.bpmn-icon-screw-wrench:before{content:""}.bpmn-icon-connection:before{content:""}.bpmn-icon-conditional-flow:before{content:""}.bpmn-icon-default-flow:before{content:""}.djs-minimap{position:absolute;top:20px;right:20px;overflow:hidden;background-color:#ffffffe6;border:solid 1px #CCC;border-radius:2px;box-sizing:border-box;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.djs-minimap:not(.open){overflow:hidden}.djs-minimap .map{display:none}.djs-minimap.open .map{display:block}.djs-minimap .map{width:320px;height:180px}.djs-minimap:not(.open) .toggle{padding:10px;text-align:center}.djs-minimap .toggle:before{content:attr(title)}.djs-minimap.open .toggle{position:absolute;right:0;padding:6px;z-index:1}.djs-minimap .map{cursor:crosshair}.djs-minimap .viewport{fill:none;stroke:none}.djs-minimap .viewport-dom{position:absolute;border:solid 2px orange;border-radius:2px;box-sizing:border-box;cursor:move}.djs-minimap:not(.open) .viewport-dom{display:none}.djs-minimap.open .overlay{position:absolute;inset:0;background:#fff3;pointer-events:none}.djs-minimap .cursor-crosshair{cursor:crosshair}.djs-minimap .cursor-move{cursor:move}.bio-properties-panel,.djs-parent{--color-grey-225-10-15: hsl(225, 10%, 15%);--color-grey-225-10-35: hsl(225, 10%, 35%);--color-grey-225-10-55: hsl(225, 10%, 55%);--color-grey-225-10-75: hsl(225, 10%, 75%);--color-grey-225-10-80: hsl(225, 10%, 80%);--color-grey-225-10-85: hsl(225, 10%, 85%);--color-grey-225-10-90: hsl(225, 10%, 90%);--color-grey-225-10-95: hsl(225, 10%, 95%);--color-grey-225-10-97: hsl(225, 10%, 97%);--color-grey-0-0-22: hsl(0, 0%, 22%);--color-blue-205-100-35: hsl(205, 100%, 35%);--color-blue-205-100-40: hsl(205, 100%, 40%);--color-green-150-86-44: hsl(150, 86%, 44%);--color-blue-205-100-45: hsl(205, 100%, 45%);--color-blue-205-100-50: hsl(205, 100%, 50%);--color-blue-219-99-53: hsl(219, 99%, 53%);--color-blue-218-100-74: hsl(218, 100%, 74%);--color-blue-205-100-85: hsl(205, 100%, 85%);--color-blue-205-100-95: hsl(205, 100%, 95%);--color-red-360-100-40: hsl(360, 100%, 40%);--color-red-360-100-45: hsl(360, 100%, 45%);--color-red-360-100-92: hsl(360, 100%, 92%);--color-red-360-100-97: hsl(360, 100%, 97%);--color-white: white;--color-black: black;--color-transparent: transparent}.bio-properties-panel{--text-base-color: var(--color-grey-225-10-15);--text-error-color: var(--color-red-360-100-45);--link-color: var(--color-blue-205-100-50);--description-color: var(--color-grey-225-10-35);--description-code-background-color: var(--color-grey-225-10-97);--description-code-border-color: var(--color-grey-225-10-85);--description-list-item-color: var(--color-grey-225-10-35);--placeholder-color: var(--color-grey-225-10-35);--placeholder-background-color: var(--color-grey-225-10-95);--header-background-color: var(--color-grey-225-10-95);--header-icon-fill-color: var(--color-grey-225-10-15);--header-bottom-border-color: var(--color-grey-225-10-75);--group-background-color: var(--color-white);--group-bottom-border-color: var(--color-grey-225-10-75);--sticky-group-background-color: var(--color-grey-225-10-95);--sticky-group-bottom-border-color: var(--color-grey-225-10-75);--add-entry-fill-color: var(--color-grey-225-10-35);--add-entry-hover-fill-color: var(--color-white);--add-entry-hover-background-color: var(--color-blue-205-100-50);--add-entry-label-color: var(--color-white);--remove-entry-fill-color: var(--color-red-360-100-45);--remove-entry-hover-background-color: var(--color-red-360-100-92);--arrow-fill-color: var(--color-grey-225-10-35);--arrow-hover-background-color: var(--color-grey-225-10-95);--dot-color: var(--color-grey-225-10-35);--dot-color-error: var(--color-red-360-100-45);--list-badge-color: var(--color-white);--list-badge-background-color: var(--color-grey-225-10-35);--input-background-color: var(--color-grey-225-10-97);--input-border-color: var(--color-grey-225-10-75);--input-focus-background-color: var(--color-blue-205-100-95);--input-focus-border-color: var(--color-blue-205-100-50);--focus-outline-color: var(--color-blue-205-100-40);--input-error-background-color: var(--color-red-360-100-97);--input-error-border-color: var(--color-red-360-100-45);--input-error-focus-border-color: var(--color-red-360-100-45);--input-disabled-color: var(--color-grey-225-10-55);--input-disabled-background-color: var(--color-grey-225-10-97);--input-disabled-border-color: var(--color-grey-225-10-90);--toggle-switch-on-background-color: var(--color-blue-205-100-50);--toggle-switch-off-background-color: var(--color-grey-225-10-75);--toggle-switch-switcher-background-color: var(--color-white);--side-line-background-color: var(--color-grey-225-10-35);--side-line-extension-background-color: var(--color-grey-225-10-35);--list-entry-dot-background-color: var(--color-grey-225-10-35);--list-entry-header-button-fill-color: var(--color-grey-225-10-35);--list-entry-add-entry-empty-background-color: var(--color-blue-205-100-50);--list-entry-add-entry-empty-hover-background-color: var(--color-blue-205-100-45);--list-entry-add-entry-label-color: var(--color-white);--list-entry-add-entry-background-color: var(--color-blue-205-100-50);--list-entry-add-entry-fill-color: var(--color-white);--dropdown-item-background-color: var(--color-white);--dropdown-item-hover-background-color: var(--color-grey-225-10-95);--dropdown-separator-background-color: var(--color-grey-225-10-75);--feel-background-color: transparent;--feel-active-color: var(--color-blue-205-100-45);--feel-inactive-color: var(--color-grey-225-10-35);--feel-hover-color: var(--color-grey-225-10-15);--feel-hover-background-color: var(--color-grey-225-10-97);--feel-active-background-color: transparent;--feel-required-color: var(--color-grey-225-10-55);--feel-open-popup-color: hsla(0, 0%, 32%, 1);--feel-open-popup-background-color: var(--color-white);--feel-open-popup-hover-color: hsla(219, 99%, 53%, 1);--feel-indicator-background-color: var(--color-grey-225-10-90);--feelers-select-color: var(--color-blue-205-100-85);--text-size-base: 14px;--text-size-small: 13px;--text-size-smallest: 12px;--text-line-height: 21px;--line-height-condensed: 17px;--font-family: sans-serif;--font-family-monospace: monospace;display:flex;flex-direction:column;flex:1;position:relative;height:100%;width:100%;overflow:hidden}.bio-properties-panel{color:var(--text-base-color)}.bio-properties-panel *{font-size:var(--text-size-base);line-height:var(--text-line-height);font-weight:400;box-sizing:border-box}.bio-properties-panel{font-family:var(--font-family)}.bio-properties-panel-placeholder{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;inset:0;background-color:var(--placeholder-background-color)}.bio-properties-panel-placeholder-text{color:var(--placeholder-color);font-size:var(--text-size-base);text-align:center;margin:12px 48px}.bio-properties-panel-header{display:flex;flex-direction:row;align-items:center;font-size:var(--text-size-base);padding:16px 10px;background-color:var(--header-background-color);border-bottom:1px solid var(--header-bottom-border-color);width:100%;z-index:10;max-height:64px;overflow:hidden}.bio-properties-panel-header-icon{fill:var(--header-icon-fill-color);display:flex;flex-direction:row;align-items:center;justify-content:center;width:32px;height:32px}.bio-properties-panel-header-labels{overflow:hidden;margin-left:12px;-webkit-user-select:none;user-select:none}.bio-properties-panel-header-type{font-size:var(--text-size-smallest);font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-transform:uppercase}.bio-properties-panel-header-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-top:-6px}.bio-properties-panel-header-actions{margin-left:auto;margin-top:auto}.bio-properties-panel-scroll-container{overflow-y:auto;overflow-x:hidden;flex:1}.bio-properties-panel-group{background-color:var(--group-background-color);border-bottom:1px solid var(--group-bottom-border-color);position:relative}.bio-properties-panel-group-header{display:flex;flex-direction:row;align-items:center;font-size:var(--text-size-base);height:32px;-webkit-user-select:none;user-select:none;justify-content:space-between;margin-bottom:-1px;position:relative;position:-webkit-sticky;position:sticky;top:0;z-index:10}.bio-properties-panel-group-header .bio-properties-panel-group-header-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:1px 12px 0}.bio-properties-panel-group-header.open .bio-properties-panel-group-header-title{font-weight:500}.bio-properties-panel-group-header.sticky{background-color:var(--sticky-group-background-color);border-bottom:1px solid var(--sticky-group-bottom-border-color)}.bio-properties-panel-group-header-buttons{display:flex}.bio-properties-panel-group-header-button{display:inline-flex;justify-content:center;align-items:center;align-self:center;height:22px;line-height:22px;min-width:22px;margin:5px;padding:0 3px;border:none;background:none}.bio-properties-panel-group-header-button:focus{outline-offset:2px;outline-color:var(--focus-outline-color)}.bio-properties-panel-group-header-buttons .bio-properties-panel-group-header-buttons:last-child{margin-right:0}.bio-properties-panel-add-entry{fill:var(--add-entry-fill-color);border-radius:11px}.bio-properties-panel-group-header.empty .bio-properties-panel-add-entry{margin-right:69px}.bio-properties-panel-group-header.empty .bio-properties-panel-add-entry:hover{margin-right:19px}.bio-properties-panel-group-header.empty .bio-properties-panel-add-entry-label{display:none;color:var(--add-entry-label-color);padding:0 6px 0 2px}.bio-properties-panel-group-header-button.bio-properties-panel-add-entry:hover{background-color:var(--add-entry-hover-background-color);fill:var(--add-entry-hover-fill-color)}.bio-properties-panel-group-header-button.bio-properties-panel-add-entry:hover .bio-properties-panel-add-entry-label{display:block}.bio-properties-panel-group-entries{display:none}.bio-properties-panel-group-entries.open{display:block}.bio-properties-panel-arrow{display:flex;justify-content:center;text-align:center;fill:var(--arrow-fill-color);min-width:22px;border-radius:11px;border:none;background:none}.bio-properties-panel-arrow:hover{background-color:var(--arrow-hover-background-color)}.bio-properties-panel-arrow-down{transform:rotate(90deg)}.bio-properties-panel-dot{align-self:center;height:8px;min-width:8px;border-radius:50%;margin:12px;background-color:var(--dot-color)}.bio-properties-panel-dot--error{--dot-color: var(--dot-color-error)}.bio-properties-panel-list{display:none}.bio-properties-panel-list.open{display:block;margin-bottom:6px;padding-bottom:2px}.bio-properties-panel-list-badge{height:22px;min-width:22px;color:var(--list-badge-color);border-radius:11px;font-size:var(--text-size-small);line-height:22px;text-align:center;-webkit-user-select:none;user-select:none;padding:0 5px;margin:5px;background-color:var(--list-badge-background-color)}.bio-properties-panel-list-badge--error{--list-badge-background-color: var(--dot-color-error)}.bio-properties-panel-entry{margin:2px 32px 6px 12px}.bio-properties-panel-entry:last-child{padding-bottom:10px}.bio-properties-panel-label{display:block;font-size:var(--text-size-small);margin:2px 0 1px}.bio-properties-panel-description,.bio-properties-panel-description p,.bio-properties-panel-description span,.bio-properties-panel-description div{color:var(--description-color);display:block;margin:2px 0 4px;line-height:var(--line-height-condensed);font-weight:400;font-size:var(--text-size-small)}.bio-properties-panel-description code{color:var(--description-color);font-family:var(--font-family);font-size:var(--text-size-small);line-height:var(--line-height-condensed);padding:0 2px;background-color:var(--description-code-background-color);border:1px solid var(--description-code-border-color);border-radius:3px}.bio-properties-panel-description pre code{width:100%;display:block;overflow-x:auto;padding:4px 6px;font-family:var(--font-family-monospace)}.bio-properties-panel-description ul{padding:0;margin:0 0 0 12px;list-style-type:disc}.bio-properties-panel-description li{color:var(--description-list-item-color);margin:0 0 0 12px}.bio-properties-panel-description a{color:var(--link-color);font-size:var(--text-size-small);text-decoration:underline}.bio-properties-panel-feelers-editor.bio-properties-panel-input{padding:0}.bio-properties-panel-feelers-input .cm-editor{min-height:32px;max-height:215px;background-color:transparent}.bio-properties-panel-feelers-editor .cm-editor.cm-focused,.bio-properties-panel-feelers-input .cm-editor.cm-focused{outline:none}.bio-properties-panel-input{padding:3px 6px 2px;border:1px solid var(--input-border-color);border-radius:2px;background-color:var(--input-background-color);font-size:var(--text-size-base);font-family:inherit}.bio-properties-panel-input[type=number],select.bio-properties-panel-input,textarea.bio-properties-panel-input,.bio-properties-panel-input[type=text]{display:block;width:100%}textarea.bio-properties-panel-input{min-height:28px}.bio-properties-panel-input:focus,.bio-properties-panel-input:focus-within{outline:none;background-color:var(--input-focus-background-color);border:1px solid var(--input-focus-border-color)}.bio-properties-panel-textfield:focus-within,.bio-properties-panel-feel-entry:focus-within{--input-background-color: var(--input-focus-background-color);--input-border-color: var(--input-focus-border-color)}.bio-properties-panel-input:disabled{border-color:var(--input-disabled-border-color);background-color:var(--input-disabled-background-color);color:var(--input-disabled-color)}select.bio-properties-panel-input{padding:4px 6px}.bio-properties-panel-input-monospace{font-family:var(--font-family-monospace)}.bio-properties-panel-input[type=checkbox],.bio-properties-panel-input[type=radio]{margin:0;vertical-align:middle}.bio-properties-panel-input[type=checkbox]:focus{outline:auto;outline-color:var(--focus-outline-color);outline-offset:2px}.bio-properties-panel-checkbox>.bio-properties-panel-label{display:inline-block;font-size:var(--text-size-base);margin-left:6px;margin-top:auto;vertical-align:middle}.bio-properties-panel-checkbox-entry+.bio-properties-panel-checkbox-entry{margin-top:-8px}.bio-properties-panel-checkbox-entry>.bio-properties-panel-description{margin-left:18px}textarea.bio-properties-panel-input{resize:vertical}.bio-properties-panel-entry.has-error .bio-properties-panel-input,.bio-properties-panel-entry.has-error .bio-properties-panel-feel-editor__open-popup-placeholder{border-color:var(--input-error-border-color);background-color:var(--input-error-background-color)}.bio-properties-panel-entry.has-error .bio-properties-panel-feel-indicator{border-color:var(--input-error-border-color)}.bio-properties-panel-entry.has-error .bio-properties-panel-input:focus,.bio-properties-panel-entry.has-error .bio-properties-panel-feel-indicator:focus{border-color:var(--input-error-focus-border-color)}.bio-properties-panel-entry .bio-properties-panel-error{color:var(--text-error-color);margin:4px 0;font-size:var(--text-size-small)}.bio-properties-panel-simple{width:100%;margin-right:8px}.bio-properties-panel-simple+.bio-properties-panel-remove-entry{margin:auto}.bio-properties-panel-toggle-switch-entry+.bio-properties-panel-toggle-switch-entry{margin-top:-8px}.bio-properties-panel-toggle-switch-entry>.bio-properties-panel-description{margin-left:38px}.bio-properties-panel-toggle-switch .bio-properties-panel-field-wrapper{display:flex;flex-direction:row;align-items:center}.bio-properties-panel-toggle-switch.inline{display:flex;flex-direction:row}.bio-properties-panel-toggle-switch.inline .bio-properties-panel-field-wrapper{margin-left:auto}.bio-properties-panel-toggle-switch>.bio-properties-panel-label{font-size:var(--text-size-base)}.bio-properties-panel-toggle-switch.inline>.bio-properties-panel-label{font-size:var(--text-size-small)}.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__label{margin:0 0 0 6px;font-size:var(--text-size-base)}.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__switcher{position:relative;width:32px;height:16px}.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__switcher:focus-within{outline:2px solid var(--input-focus-border-color);outline-offset:1px}.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__switcher input[type=checkbox]{opacity:0;width:0;height:0}.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__switcher .bio-properties-panel-toggle-switch__slider{position:absolute;cursor:pointer;inset:0;background-color:var(--toggle-switch-off-background-color);-webkit-transition:.4s;transition:.4s;border-radius:34px}.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__switcher .bio-properties-panel-toggle-switch__slider:before{position:absolute;content:"";height:12px;width:12px;left:2px;bottom:2px;background-color:var(--toggle-switch-switcher-background-color);-webkit-transition:.4s;transition:.4s;border-radius:50%}.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__switcher input[type=checkbox]:checked+.bio-properties-panel-toggle-switch__slider{background-color:var(--toggle-switch-on-background-color);box-shadow:0 0 1px}.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__switcher input[type=checkbox]:checked+.bio-properties-panel-toggle-switch__slider:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translate(16px)}.bio-properties-panel-collapsible-entry-entries{position:relative;display:none}.bio-properties-panel-collapsible-entry-entries .bio-properties-panel-entry:last-child{padding-bottom:0}.bio-properties-panel-collapsible-entry-entries.open{display:block}.bio-properties-panel-collapsible-entry-entries{padding-left:20px;margin-bottom:10px;position:relative;display:none}.bio-properties-panel-collapsible-entry-header{position:relative;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.bio-properties-panel-collapsible-entry-header .bio-properties-panel-collapsible-entry-header-title{padding:2px 24px 2px 32px;font-size:var(--text-size-base);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none}.bio-properties-panel-collapsible-entry-arrow{position:absolute;top:2px;left:6px;padding:0 3px;height:22px;display:inline-flex;justify-content:center;align-items:center;align-self:center}.bio-properties-panel-remove-entry{display:flex;align-items:center;justify-content:center;margin-right:5px;padding:0;width:22px;height:22px;fill:var(--remove-entry-fill-color);border-radius:50%;border:none;background:none;visibility:hidden}.bio-properties-panel-remove-entry:hover{background-color:var(--remove-entry-hover-background-color)}.bio-properties-panel-list-entry-item:hover .bio-properties-panel-remove-list-entry,.bio-properties-panel-collapsible-entry:hover>.bio-properties-panel-collapsible-entry-header .bio-properties-panel-remove-entry,.bio-properties-panel-collapsible-entry:focus-within>.bio-properties-panel-collapsible-entry-header .bio-properties-panel-remove-entry{visibility:visible}.bio-properties-panel-collapsible-entry-entries:before{content:"";position:absolute;left:16px;width:2px;top:-6px;bottom:12px;background-color:var(--side-line-background-color);border-radius:1px}.bio-properties-panel-collapsible-entry-entries .bio-properties-panel-entry:not(.bio-properties-panel-list-entry):last-child,.bio-properties-panel-list-entry.open:last-child{position:relative}.bio-properties-panel-collapsible-entry-entries .bio-properties-panel-entry:not(.bio-properties-panel-list-entry):last-child:after,.bio-properties-panel-list-entry.open:last-child:after{content:"";position:absolute;left:-16px;width:2px;top:0;bottom:-4px;background-color:var(--side-line-extension-background-color);border-radius:1px}.bio-properties-panel-list-entry-item .bio-properties-panel-collapsible-entry-entries .bio-properties-panel-entry:last-child:after{left:-18px}.bio-properties-panel-list-entry{position:relative;margin-right:5px;margin-bottom:0}.bio-properties-panel-list-entry .bio-properties-panel-entry{margin-right:0}.bio-properties-panel-list-entry-header{position:sticky;overflow:hidden;display:flex;justify-content:space-between;height:32px}.bio-properties-panel-list-entry-header.sticky{background-color:var(--color-white);border-bottom:1px solid var(--sticky-group-bottom-border-color);top:32px;z-index:9}.bio-properties-panel-list-entry:before{content:"";width:8px;height:8px;position:absolute;left:-19px;top:13px;border-radius:50%;background-color:var(--list-entry-dot-background-color)}.bio-properties-panel-list-entry-header-title{display:block;margin:auto 0;padding:2px 0;font-size:var(--text-size-base);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bio-properties-panel-list-entry-header-title.open{font-weight:500}.bio-properties-panel-list-entry-header-buttons{display:flex;align-items:center}.bio-properties-panel-list-entry-header-buttons>button{display:inline-flex;justify-content:center;align-items:center;align-self:center;height:22px;line-height:22px;min-width:22px;margin:5px;padding:0 3px;border:none;background:none;fill:var(--list-entry-header-button-fill-color)}.bio-properties-panel-list-entry-header-buttons>:last-child{margin-right:0}.bio-properties-panel-list-entry-items{padding:0;margin:0;list-style:none}.bio-properties-panel-list-entry-items:not(.open){display:none}.bio-properties-panel-list-entry-item{display:flex;justify-content:space-between}.bio-properties-panel-list-entry-item .bio-properties-panel-remove-entry{margin-right:1px}.bio-properties-panel-list-entry-item .bio-properties-panel-collapsible-entry{width:100%;margin-right:4px}.bio-properties-panel-list-entry-item .bio-properties-panel-collapsible-entry-header{margin-left:-8px}.bio-properties-panel-list-entry-item .bio-properties-panel-collapsible-entry-arrow{left:2px}.bio-properties-panel-list-entry-item .bio-properties-panel-collapsible-entry-header-title{padding-left:30px}.bio-properties-panel-list-entry-item .bio-properties-panel-collapsible-entry-entries{padding-left:10px}.bio-properties-panel-list-entry-item .bio-properties-panel-collapsible-entry-entries:before{left:4px}.bio-properties-panel-list-entry.empty .bio-properties-panel-add-entry{margin-right:16px;padding-left:6px}.bio-properties-panel-list-entry.empty .bio-properties-panel-add-entry-label{color:var(--list-entry-add-entry-label-color);padding:4px 6px 3px 2px}.bio-properties-panel-list-entry-header-buttons .bio-properties-panel-add-entry:hover{background-color:var(--list-entry-add-entry-background-color);fill:var(--list-entry-add-entry-fill-color)}.bio-properties-panel-list-entry-item .bio-properties-panel-simple .bio-properties-panel-input{border-radius:0;margin-bottom:-2px}.bio-properties-panel-list-entry-item:first-child .bio-properties-panel-simple .bio-properties-panel-input{border-top-left-radius:2px;border-top-right-radius:2px}.bio-properties-panel-list-entry-item:last-child .bio-properties-panel-simple .bio-properties-panel-input{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.bio-properties-panel-dropdown-button{position:relative;--dropdown-button-margin: 5px}.bio-properties-panel-dropdown-button:not(.open) .bio-properties-panel-dropdown-button__menu{display:none}.bio-properties-panel-dropdown-button__menu{min-width:calc(100% - var(--dropdown-button-margin) * 2);max-width:240px;position:absolute;top:calc(100% - var(--dropdown-button-margin));right:var(--dropdown-button-margin);z-index:101;background-color:var(--dropdown-item-background-color);padding:8px 0;box-shadow:0 1px 4px 0 var(--color-grey-225-10-85),0 2px 16px 0 var(--color-grey-225-10-75)}.bio-properties-panel-dropdown-button__menu-item{display:block;width:100%;padding:4px 12px;font-size:var(--text-size-small);appearance:revert;border:unset;background:unset;text-align:unset}.bio-properties-panel-dropdown-button__menu-item--separator{width:100%;height:1px;padding:0;margin:8px 0;background-color:var(--dropdown-separator-background-color)}.bio-properties-panel-dropdown-button__menu-item--actionable{font-size:var(--text-size-base)}.bio-properties-panel-dropdown-button__menu-item--actionable:hover{background-color:var(--dropdown-item-hover-background-color)}.bio-properties-panel-feel-input{position:relative}.bio-properties-panel-feel-input input{padding-right:2em}.bio-properties-panel-feel-entry .bio-properties-panel-label{display:flex}.bio-properties-panel-feel-icon{display:inline-flex;height:18px;width:22px;vertical-align:text-bottom;padding:0;margin:0 3px;align-items:center;align-self:center;justify-content:center;border:none;background:none;border-radius:3px}.bio-properties-panel-feel-icon.optional{cursor:pointer;background:var(--feel-background-color)}.bio-properties-panel-feel-icon svg *{fill:var(--feel-inactive-color)}.bio-properties-panel-feel-icon:hover{background:var(--feel-hover-background-color)}.bio-properties-panel-feel-icon:hover svg *{fill:var(--feel-hover-color)}.bio-properties-panel-feel-icon.active{background:var(--feel-active-background-color)}.bio-properties-panel-feel-icon.active:hover{background:var(--feel-hover-background-color)}.bio-properties-panel-feel-icon.required.active{background:none}.bio-properties-panel-feel-icon.active svg *{fill:var(--feel-active-color)}.bio-properties-panel-feel-icon.required.active svg *{fill:var(--feel-required-color)}.bio-properties-panel-feel-editor-container{position:relative}.bio-properties-panel-feel-editor-container.active{font-family:var(--font-family-monospace)}.bio-properties-panel-feel-container{position:relative}.bio-properties-panel-feel-container .bio-properties-panel-feel-editor-container>div{position:static;padding-left:2.4em!important;min-height:28px}.bio-properties-panel-feel-indicator{position:absolute;border:1px solid var(--input-border-color);background-color:var(--feel-indicator-background-color);border-right:0px;border-radius:2px 0 0 2px;z-index:1;height:100%;width:2em;text-align:center;padding:2px 6px}.bio-properties-panel-feel-editor-container .cm-scroller{overflow:hidden!important}.bio-properties-panel-feelers-editor .cm-editor{background-color:transparent}.bio-properties-panel-feelers-editor .cm-content ::selection{background:var(--feelers-select-color, hsl(205, 100%, 85%))}.bio-properties-panel-feelers-editor .cm-editor.cm-focused{background-color:transparent}.bio-properties-panel-feel-editor-container .bio-properties-panel-input{resize:none;overflow:hidden;overflow-y:auto}.bio-properties-panel-feel-editor-container,.bio-properties-panel-feel-editor-container .bio-properties-panel-input,.bio-properties-panel-feel-container .cm-editor{min-height:100%}.bio-properties-panel-feel-checkbox,.bio-properties-panel-feel-toggle-switch{padding-top:1px}.bio-properties-panel-feel-checkbox .bio-properties-panel-feel-entry:not(.feel-active),.bio-properties-panel-feel-toggle-switch .bio-properties-panel-feel-entry:not(.feel-active){display:flex;flex-direction:row;align-items:center}.bio-properties-panel-feel-checkbox .bio-properties-panel-feel-entry:not(.feel-active) .bio-properties-panel-feel-container,.bio-properties-panel-feel-toggle-switch .bio-properties-panel-feel-entry:not(.feel-active) .bio-properties-panel-feel-container{margin-left:auto}.bio-properties-panel-tooltip-wrapper{text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px;font:inherit;display:flex;justify-content:center;width:fit-content}.bio-properties-panel-tooltip{--tooltip-underline-color: var(--color-blue-219-99-53);--tooltip-background-color: var(--color-grey-0-0-22);--tooltip-link: var(--color-blue-218-100-74);--tooltip-code-background-color: var(--color-grey-225-10-97);--tooltip-code-border-color: var(--color-grey-225-10-85);display:flex;color:var(--color-white, white);position:fixed;z-index:1000;max-width:300px;font-size:var(--text-size-small);font-family:var(--font-family)}.bio-properties-panel-tooltip.right{padding-right:6px}.bio-properties-panel-tooltip.top{flex-direction:column}.bio-properties-panel-tooltip-content{background-color:var(--tooltip-background-color);padding:16px;border-radius:2px;font-weight:400;white-space:pre-wrap}.bio-properties-panel-tooltip-content h1{font-size:var(--text-size-base);font-weight:700;margin:0}.bio-properties-panel-tooltip-content code,.bio-properties-panel-tooltip-content pre{color:var(--description-color);font-family:var(--font-family);font-size:var(--text-size-small);line-height:var(--line-height-condensed);padding:0 2px;background-color:var(--tooltip-code-background-color);border:1px solid var(--tooltip-code-border-color);border-radius:3px}.bio-properties-panel-tooltip-content pre code{border:none}.bio-properties-panel-tooltip p:first-child{margin-top:0}.bio-properties-panel-tooltip p:last-child{margin-bottom:0}.bio-properties-panel-tooltip-content a{color:var(--tooltip-link)}.bio-properties-panel-tooltip .bio-properties-panel-tooltip-arrow{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid var(--tooltip-background-color);margin-top:16px}.bio-properties-panel-tooltip.top .bio-properties-panel-tooltip-arrow{margin-top:-3px;margin-left:calc(50% - 2.5px);transform:rotate(90deg)}.bio-properties-panel-feelers-editor-container .bio-properties-panel-feelers-editor__open-popup-placeholder,.bio-properties-panel-feel-editor-container .bio-properties-panel-feel-editor__open-popup-placeholder{display:none;justify-content:center;flex-direction:column;color:#17171740;padding:3px 6px 2px;border:1px solid var(--input-border-color);border-radius:2px;background-color:var(--input-background-color);font-size:var(--text-size-base);font-family:inherit;width:100%;min-height:100%}.bio-properties-panel-feelers-editor-container.popupOpen .bio-properties-panel-input,.bio-properties-panel-feel-editor-container.popupOpen .bio-properties-panel-input{display:none}.bio-properties-panel-feelers-editor-container.popupOpen .bio-properties-panel-feelers-editor__open-popup-placeholder,.bio-properties-panel-feel-editor-container.popupOpen .bio-properties-panel-feel-editor__open-popup-placeholder{display:flex}.bio-properties-panel-popup{--popup-background-color: hsla(0, 0%, 96%, 1);--popup-header-background-color: white;--popup-font-color: hsla(0, 0%, 0%, 1);--popup-title-color: hsla(0, 0%, 0%, 1);--feel-popup-close-background-color: hsla(219, 99%, 53%, 1);--feel-popup-gutters-background-color: hsla(0, 0%, 90%, 1);position:fixed;display:flex;flex:auto;flex-direction:column;font-family:IBM Plex Sans,sans-serif;padding:0;z-index:1001;box-shadow:0 2px 6px #0000004d;background-color:var(--popup-background-color);color:var(--popup-font-color);height:auto;width:auto;overflow:hidden;font-size:14px}.bio-properties-panel-popup h1,.bio-properties-panel-popup h2,.bio-properties-panel-popup h3,.bio-properties-panel-popup h4{font-weight:500;font-size:inherit}.bio-properties-panel-popup .bio-properties-panel-popup__header,.bio-properties-panel-popup .bio-properties-panel-popup__body,.bio-properties-panel-popup .bio-properties-panel-popup__footer{padding:12px;display:flex;justify-content:center;align-items:center}.bio-properties-panel-popup .bio-properties-panel-popup__body:not(:first-child){padding-top:0;padding-left:0;padding-right:0}.bio-properties-panel-popup .bio-properties-panel-popup__header{--popup-header-line-height: 16px;background-color:var(--popup-header-background-color);margin:0;font-size:12px;font-weight:400;line-height:var(--popup-header-line-height);text-align:left;color:var(--popup-title-color)}.bio-properties-panel-popup .bio-properties-panel-popup__header.draggable{cursor:grab}.bio-properties-panel-popup .bio-properties-panel-popup__drag-handle{display:flex}.bio-properties-panel-popup .bio-properties-panel-popup__drag-preview{width:1px;height:1px;position:absolute;top:0}.bio-properties-panel-popup .bio-properties-panel-popup__title{margin-left:8px}.bio-properties-panel-popup .bio-properties-panel-popup__title:first-letter{text-transform:capitalize}.bio-properties-panel-popup .bio-properties-panel-popup__close{margin:-12px -12px -12px 12px;width:40px;height:40px;border:none;background-color:var(--popup-header-background-color)}.bio-properties-panel-popup .bio-properties-panel-popup__close:hover,.bio-properties-panel-popup .bio-properties-panel-popup__close:focus-visible{background-color:var(--popup-background-color)}.bio-properties-panel-popup .bio-properties-panel-popup__close:focus-visible{outline-offset:-2px}.bio-properties-panel-popup .bio-properties-panel-popup__close svg{width:16px;height:16px;fill:currentColor;margin-top:2px}.bio-properties-panel-popup .bio-properties-panel-popup__header .bio-properties-panel-popup__drag-handle svg{margin-left:-4px}.bio-properties-panel-popup .bio-properties-panel-popup__body{font-size:inherit;height:100%;display:flex;overflow:auto;padding-bottom:0}.bio-properties-panel-popup .bio-properties-panel-popup__footer{position:absolute;bottom:0;right:8px}.bio-properties-panel-feel-popup{min-height:400px;width:fit-content}.bio-properties-panel-feel-popup .bio-properties-panel-feel-popup__body{display:flex;margin:0;padding:0;height:100%;width:100%}.bio-properties-panel-feel-popup__title-link{margin-left:8px;display:flex}.bio-properties-panel-feel-popup__title-link:first-of-type{margin-left:auto}.bio-properties-panel-feel-popup__title-link svg{width:var(--popup-header-line-height);height:var(--popup-header-line-height);fill:currentColor;margin:0 .5em}.bio-properties-panel-feel-popup .bio-properties-panel-feel-editor-container{display:flex;min-width:100%}.bio-properties-panel-feel-popup .bio-properties-panel-feel-editor-container .cm-scroller{overflow:auto!important}.bio-properties-panel-feel-popup .bio-properties-panel-feelers-editor-container{width:100%;display:flex}.bio-properties-panel-feel-popup .bio-properties-panel-feelers-editor-container .bio-properties-panel-feelers-editor{display:flex}.bio-properties-panel-feel-popup .bio-properties-panel-feelers-editor-container .bio-properties-panel-feelers-editor .cm-editor{width:100%}.bio-properties-panel-feel-popup .bio-properties-panel-input{width:100%;resize:none;padding:0;overflow:hidden;overflow-y:auto}.bio-properties-panel-feel-popup .bio-properties-panel-open-feel-popup{display:none!important}.bio-properties-panel-feelers-editor-container .bio-properties-panel-open-feel-popup,.bio-properties-panel-feel-container .bio-properties-panel-open-feel-popup{position:absolute;top:0;right:0;line-height:1;padding:3px 4px;margin:3px;display:none;background:none;border:none;color:var(--feel-open-popup-color);cursor:pointer}.bio-properties-panel-feelers-editor-container .bio-properties-panel-open-feel-popup svg,.bio-properties-panel-feel-container .bio-properties-panel-open-feel-popup svg{width:16px;height:16px}.bio-properties-panel-feelers-editor-container:hover .bio-properties-panel-open-feel-popup,.bio-properties-panel-feel-container:hover .bio-properties-panel-open-feel-popup,.bio-properties-panel-feelers-editor-container:focus-within .bio-properties-panel-open-feel-popup,.bio-properties-panel-feel-container:focus-within .bio-properties-panel-open-feel-popup{display:block}.bio-properties-panel-feelers-editor-container .bio-properties-panel-open-feel-popup:hover,.bio-properties-panel-feel-container .bio-properties-panel-open-feel-popup:hover{color:var(--feel-open-popup-hover-color)}.bio-properties-panel-feel-popup .bio-properties-panel-popup__footer .bio-properties-panel-feel-popup__close-btn{background:var(--feel-popup-close-background-color);width:66px;font-weight:400;font-size:14px;font-family:inherit;color:#fff;border:none;height:32px;cursor:pointer}.bio-properties-panel-feel-popup .bio-properties-panel-feel-editor-container .cm-editor{width:100%;height:100%}.bio-properties-panel-feel-popup .bio-properties-panel-feel-editor-container .cm-editor .cm-content{padding-left:4px}.bio-properties-panel-feel-popup .bio-properties-panel-input{border:none}.bio-properties-panel-feel-popup .cm-gutters{background-color:var(--feel-popup-gutters-background-color);border:none;padding:0}.bio-properties-panel-feel-popup .cm-gutter{min-width:32px}.bio-properties-panel-feel-popup .cm-gutters .cm-lineNumbers .cm-gutterElement{text-align:center}.bio-properties-panel-checkbox-group .bio-properties-panel-checkbox-group-entries>.bio-properties-panel-entry{margin:0;padding:0}.bpmn-palette-hidden .djs-palette{display:none!important}.bpmn-canvas-dark .djs-container,.bpmn-canvas-dark .djs-container .viewport{background-color:#1f1f1f!important}.bpmn-canvas-dark{--palette-background-color: #1f1f1f;--palette-border-color: #434343;--palette-entry-color: #d9d9d9;--palette-entry-hover-color: #ffffff;--palette-entry-selected-color: #1677ff;--palette-separator-color: #434343;--context-pad-entry-background-color: #2a2a2a;--context-pad-entry-hover-background-color: #3a3a3a;--popup-background-color: #1f1f1f;--popup-border-color: #434343;--popup-entry-hover-color: #303030;--popup-entry-title-color: #e8e8e8}.bpmn-canvas-dark .djs-palette .entry{color:#d9d9d9!important}.bpmn-canvas-dark .djs-palette .entry:hover{color:#fff!important}.djs-minimap{top:auto!important;bottom:50px!important;right:20px!important}.djs-minimap.open .toggle:after{content:"✕";margin-left:8px;font-weight:700;cursor:pointer}.bpmn-canvas-dark .djs-minimap{background:#1f1f1f!important;border-color:#434343!important}.bpmn-canvas-dark .djs-minimap .toggle{background:#2a2a2a!important;color:#d9d9d9!important;border-color:#434343!important}.bpmn-canvas-dark .djs-minimap .toggle:hover{color:#fff!important}.bpmn-canvas-dark .djs-minimap .map{background:#262626!important}.bpmn-canvas-dark .djs-context-pad .entry{background:#2a2a2a!important;color:#d9d9d9!important;box-shadow:0 0 0 1px #434343!important}.bpmn-canvas-dark .djs-context-pad .entry:hover{background:#3a3a3a!important;color:#fff!important}.bpmn-pp-dark .bio-properties-panel-description{color:#9a9a9a!important}.bpmn-canvas-dark .djs-palette{background:#1f1f1f!important;border-color:#434343!important}.bpmn-canvas-dark .djs-palette .entry:hover,.bpmn-canvas-dark .djs-context-pad .entry:hover{background:#303030!important}.bpmn-pp-dark .bio-properties-panel{--color-grey-225-10-97: #1f1f1f;--color-grey-225-10-95: #262626;--color-grey-225-10-90: #303030;--color-grey-225-10-85: #3a3a3a;--color-grey-225-10-80: #434343;--color-grey-225-10-75: #525252;--color-grey-0-0-13: #d9d9d9;--color-white: #1f1f1f;--color-black: #e8e8e8;background:#1f1f1f!important;color:#e8e8e8!important}.bpmn-pp-dark .bio-properties-panel-header{background:#262626!important;color:#e8e8e8!important;border-bottom-color:#434343!important}.bpmn-pp-dark .bio-properties-panel-group{border-color:#434343!important}.bpmn-pp-dark .bio-properties-panel-group-header{background:#262626!important;color:#e8e8e8!important}.bpmn-pp-dark .bio-properties-panel-entry{border-color:#434343!important}.bpmn-pp-dark .bio-properties-panel-label,.bpmn-pp-dark .bio-properties-panel-header-label{color:#bfbfbf!important}.bpmn-pp-dark .bio-properties-panel input,.bpmn-pp-dark .bio-properties-panel textarea,.bpmn-pp-dark .bio-properties-panel select{background:#262626!important;color:#e8e8e8!important;border-color:#434343!important}.bpmn-pp-dark .bio-properties-panel input:focus,.bpmn-pp-dark .bio-properties-panel textarea:focus,.bpmn-pp-dark .bio-properties-panel select:focus{border-color:#1677ff!important}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--ff-filter-bg: #fafafa;--ff-filter-border: #f0f0f0;--ff-subtle-bg: #fafafa;--ff-subtle-border: #f0f0f0}:root[data-theme=dark]{--ff-filter-bg: rgba(255, 255, 255, .04);--ff-filter-border: #303030;--ff-subtle-bg: rgba(255, 255, 255, .04);--ff-subtle-border: #303030}@keyframes ff-flow-march{to{background-position:18px 0}}.ff-flow-line{height:2px;flex:1;min-width:20px;border-radius:2px;background-image:repeating-linear-gradient(90deg,currentColor 0 7px,transparent 7px 14px);background-size:18px 2px;animation:ff-flow-march .7s linear infinite;opacity:.65}@media(prefers-reduced-motion:reduce){.ff-flow-line{animation:none}}
