:root{--wf-space-0: 0;--wf-space-1: 2px;--wf-space-2: 4px;--wf-space-3: 5px;--wf-space-4: 6px;--wf-space-5: 8px;--wf-space-6: 10px;--wf-space-7: 11px;--wf-space-8: 14px;--wf-space-10: 18px;--wf-space-12: 22px;--wf-text-kicker: 10.5px;--wf-text-tiny: 11px;--wf-text-meta: 11px;--wf-text-label: 12px;--wf-text-body: 13px;--wf-text-title: 13px;--wf-text-h: 15px;--wf-text-h-lg: 18px;--wf-weight-regular: 400;--wf-weight-medium: 500;--wf-weight-semibold: 600;--wf-weight-bold: 700;--wf-leading-tight: 1.25;--wf-leading-base: 1.35;--wf-leading-loose: 1.5;--wf-letter-caps: .05em;--wf-radius-xs: 3px;--wf-radius-sm: 5px;--wf-radius-md: 5px;--wf-radius-lg: 6px;--wf-radius-xl: 9px;--wf-radius-pill: 999px;--wf-control-h-xs: 22px;--wf-control-h-sm: 24px;--wf-control-h: 28px;--wf-control-h-lg: 34px;--wf-shadow-card: 0 1px 3px rgba(15, 23, 42, .06);--wf-shadow-pop: 0 4px 12px rgba(15, 23, 42, .08);--wf-shadow-popover: 0 8px 24px rgba(15, 23, 42, .12);--wf-shadow-modal: 0 16px 40px rgba(15, 23, 42, .18);--wf-trans-fast: .1s ease;--wf-trans-base: .12s ease;--wf-trans-slow: .2s ease;--wf-z-canvas: 1;--wf-z-edge-chip: 2;--wf-z-node: 3;--wf-z-toolbar: 5;--wf-z-popover: 20;--wf-z-overlay: 80;--wf-z-modal: 100;--wf-z-tooltip: 10000;--wf-surface: var(--surface, #ffffff);--wf-surface-soft: var(--surface-soft, #f1f5f9);--wf-line: var(--line, #e2e8f0);--wf-line-strong: var(--line-strong, #cbd5e1);--wf-text: var(--text, #1f2937);--wf-text-soft: var(--text-soft, #475569);--wf-muted: var(--muted, #6c7280);--wf-accent: var(--accent, #5b6cff);--wf-accent-soft: color-mix(in srgb, var(--accent, #5b6cff) 10%, var(--surface, #ffffff));--wf-success: var(--success, #047857);--wf-warn: var(--warn, #d97706);--wf-danger: var(--danger-text, #dc2626)}.wf2-field{display:grid;gap:6px;margin:0}.wf2-field+.wf2-field{margin-top:14px}.wf2-field__label{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin:0 0 2px}.wf2-field__label-text{color:var(--text, #1f2937);font-size:13px;font-weight:600;letter-spacing:-.005em;line-height:1.3}.wf2-field__required{color:var(--danger-text, #dc2626);font-weight:700;margin-left:1px}.wf2-field__required-note{background:var(--danger-bg, rgba(220, 38, 38, .08));border-radius:999px;color:var(--danger-text, #dc2626);display:inline-block;font-size:10.5px;font-weight:600;letter-spacing:.02em;margin-left:8px;padding:1px 8px}.wf2-field__input{display:block;width:100%}.wf2-field__hint{color:var(--muted, #6c7280);display:block;font-size:12px;font-weight:400;line-height:1.45;margin:0}.wf2-field__hint code{background:var(--surface-soft, #f1f5f9);border:1px solid var(--line, #e2e8f0);border-radius:3px;color:var(--text, #1f2937);font-size:11px;padding:1px 4px}.wf2-field__error{color:var(--danger-text, #b91c1c);display:block;font-size:12px;font-weight:500;line-height:1.4;margin:0}.wf2-field--has-error .wf2-field__input input,.wf2-field--has-error .wf2-field__input textarea,.wf2-field--has-error .wf2-field__input select{border-color:var(--danger-text, #dc2626)}.wf2-field input[type=text],.wf2-field input[type=number],.wf2-field input[type=email],.wf2-field input[type=tel],.wf2-field input[type=url],.wf2-field input[type=time],.wf2-field input[type=date],.wf2-field input[type=datetime-local],.wf2-field textarea,.wf2-field select{background:var(--surface, #ffffff);border:1px solid var(--line-strong, #cbd5e1);border-radius:7px;color:var(--text, #1f2937);font-family:inherit;font-size:13px;line-height:1.4;padding:8px 12px;transition:border-color .12s ease,box-shadow .12s ease;width:100%;min-width:0;max-width:100%;box-sizing:border-box}.wf2-field input:focus,.wf2-field textarea:focus,.wf2-field select:focus{border-color:var(--accent, #5b6cff);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent, #5b6cff) 18%,transparent);outline:none}.wf2-field textarea{line-height:1.5;min-height:80px;resize:vertical}.wf2-field input::placeholder,.wf2-field textarea::placeholder{color:var(--muted, #9ca3af)}.wf2-field input:disabled,.wf2-field textarea:disabled,.wf2-field select:disabled{background:var(--surface-soft, #f1f5f9);color:var(--muted, #6c7280);cursor:not-allowed}.wf2-field--checkbox{gap:4px}.wf2-field__check-row{align-items:center;cursor:pointer;display:flex;gap:8px;user-select:none}.wf2-field__check-row input[type=checkbox]{accent-color:var(--accent, #5b6cff);cursor:pointer;flex-shrink:0;height:16px;margin:0;width:16px}.wf2-field__check-label{color:var(--text, #1f2937);font-size:13px;font-weight:500;line-height:1.4}.wf2-field--checkbox .wf2-field__hint{margin-left:24px}.wf2-stepper{align-items:stretch;display:flex;gap:4px}.wf2-stepper input[type=number]{flex:1 1 auto;min-width:0;text-align:center}.wf2-stepper__btn{background:var(--surface-soft, #f1f5f9);border:1px solid var(--line-strong, #cbd5e1);border-radius:7px;color:var(--text, #1f2937);cursor:pointer;font-size:16px;font-weight:600;height:auto;min-width:36px;padding:0;transition:background .12s ease,border-color .12s ease}.wf2-stepper__btn:hover{background:var(--accent-soft, color-mix(in srgb, var(--accent, #5b6cff) 10%, var(--surface, #ffffff)));border-color:var(--accent, #5b6cff);color:var(--accent, #5b6cff)}.wf2-stepper__btn:active{background:var(--accent, #5b6cff);color:#fff}.wf2-stepper__unit{align-items:center;background:var(--surface-soft, #f1f5f9);border-radius:6px;color:var(--muted, #6c7280);display:flex;font-size:12px;font-weight:500;padding:0 10px;white-space:nowrap}.wf2-segmented{background:var(--surface-soft, #f1f5f9);border:1px solid var(--line, #e2e8f0);border-radius:8px;display:flex;gap:2px;padding:3px}.wf2-segmented__btn{background:transparent;border:0;border-radius:6px;color:var(--muted, #6c7280);cursor:pointer;flex:1 1 auto;font-family:inherit;font-size:12.5px;font-weight:500;padding:6px 10px;transition:background .12s ease,color .12s ease;white-space:nowrap}.wf2-segmented__btn:hover{color:var(--text, #1f2937)}.wf2-segmented__btn--active{background:var(--surface, #ffffff);box-shadow:0 1px 2px #0f172a14;color:var(--text, #1f2937);font-weight:600}.wf2-segmented__btn:focus-visible{outline:2px solid var(--accent, #5b6cff);outline-offset:-2px}.wf2-multiselect{background:var(--surface, #ffffff);border:1px solid var(--line-strong, #cbd5e1);border-radius:7px;padding:6px;position:relative;transition:border-color .12s ease,box-shadow .12s ease}.wf2-multiselect:focus-within{border-color:var(--accent, #5b6cff);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent, #5b6cff) 18%,transparent)}.wf2-multiselect__chips{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:4px}.wf2-multiselect__chips:empty{display:none}.wf2-multiselect__chip{align-items:center;background:var(--accent-soft, color-mix(in srgb, var(--accent, #5b6cff) 10%, var(--surface, #ffffff)));border:1px solid color-mix(in srgb,var(--accent, #5b6cff) 25%,var(--line, #e2e8f0));border-radius:12px;color:var(--accent, #5b6cff);display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:2px 4px 2px 10px}.wf2-multiselect__chip-text{line-height:1.4}.wf2-multiselect__chip-remove{align-items:center;background:transparent;border:0;border-radius:50%;color:inherit;cursor:pointer;display:inline-flex;font-size:14px;height:18px;justify-content:center;line-height:1;padding:0;transition:background .12s ease;width:18px}.wf2-multiselect__chip-remove:hover{background:color-mix(in srgb,var(--accent, #5b6cff) 18%,transparent)}.wf2-multiselect__input{background:transparent!important;border:0!important;box-shadow:none!important;font-size:13px;outline:none!important;padding:4px!important;width:100%}.wf2-multiselect__options{background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:7px;box-shadow:0 4px 16px #0f172a1a;display:none;left:0;margin-top:4px;max-height:240px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:100}.wf2-multiselect:focus-within .wf2-multiselect__options,.wf2-multiselect__options[data-wf2-multiselect-open]{display:block}.wf2-multiselect__option{align-items:flex-start;background:transparent;border:0;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:2px;padding:8px 12px;text-align:left;width:100%}.wf2-multiselect__option:hover{background:var(--surface-soft, #f1f5f9)}.wf2-multiselect__option-label{color:var(--text, #1f2937);font-size:13px;font-weight:500}.wf2-multiselect__option-hint{color:var(--muted, #6c7280);font-size:11.5px}.wf2-multiselect__empty{color:var(--muted, #6c7280);font-size:12px;margin:0;padding:12px;text-align:center}.wf2-widget-promptable .wf2-promptable__header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:2px}.wf2-promptable__mode{background:var(--surface-soft, #f1f5f9);border-radius:6px;display:inline-flex;flex-shrink:0;gap:2px;padding:2px}.wf2-promptable__mode-btn{background:transparent;border:0;border-radius:4px;color:var(--muted, #6c7280);cursor:pointer;font-size:11.5px;font-weight:500;padding:3px 10px;transition:background .12s ease,color .12s ease}.wf2-promptable__mode-btn:hover{color:var(--text, #1f2937)}.wf2-promptable__mode-btn--active{background:var(--surface, #ffffff);box-shadow:0 1px 2px #0f172a14;color:var(--accent, #5b6cff);font-weight:600}.wf2-widget-interim .wf2-interim__toggles{display:flex;gap:16px;margin-top:4px;padding:8px 12px;background:var(--surface-soft, #f1f5f9);border-radius:7px;flex-wrap:wrap}.wf2-interim__toggle{align-items:center;cursor:pointer;display:flex;font-size:12.5px;font-weight:500;gap:6px;user-select:none}.wf2-interim__toggle--disabled{cursor:not-allowed;opacity:.55}.wf2-interim__toggle input[type=checkbox]{accent-color:var(--accent, #5b6cff);cursor:inherit;margin:0}.wf2-interim__body{border-left:3px solid var(--accent-soft, color-mix(in srgb, var(--accent, #5b6cff) 25%, transparent));display:grid;gap:10px;margin-top:8px;padding-left:12px}.wf2-widget-outcome .wf2-outcome{position:relative}.wf2-outcome__options{background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:7px;box-shadow:0 4px 12px #0f172a14;display:none;margin-top:4px;max-height:220px;overflow-y:auto}.wf2-outcome:focus-within .wf2-outcome__options,.wf2-outcome__options[data-wf2-outcome-open]{display:block}.wf2-outcome__option{background:transparent;border:0;cursor:pointer;display:block;font:inherit;font-size:13px;padding:8px 12px;text-align:left;width:100%}.wf2-outcome__option:hover{background:var(--surface-soft, #f1f5f9)}.wf2-outcome__option--active{background:var(--accent-soft, color-mix(in srgb, var(--accent, #5b6cff) 8%, var(--surface, #ffffff)));color:var(--accent, #5b6cff);font-weight:500}.wf2-outcome__option--create{border-top:1px solid var(--line, #e2e8f0);color:var(--accent, #5b6cff);font-weight:500}.wf2-outcome__option--hidden{display:none}.wf2-outcome__create-prefix{color:var(--muted, #6c7280);margin-right:4px}.wf2-outcome__empty{color:var(--muted, #6c7280);font-size:12px;margin:0;padding:12px;text-align:center}.wf2-widget .wf2-varref,.wf2-varref{display:flex;flex-wrap:wrap;position:relative}.wf2-varref__input{border-bottom-right-radius:0!important;border-right:0!important;border-top-right-radius:0!important;flex:1 1 auto;min-width:0}.wf2-varref__open{background:var(--surface-soft, #f1f5f9);border:1px solid var(--line-strong, #cbd5e1);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--accent, #5b6cff);cursor:pointer;font-family:ui-monospace,monospace;font-size:12px;font-weight:600;padding:0 12px;transition:background .12s ease;white-space:nowrap}.wf2-varref__open:hover{background:var(--accent, #5b6cff);color:#fff}.wf2-varref__popover{background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:8px;box-shadow:0 4px 12px #0f172a14;display:none;flex-basis:100%;margin-top:6px;max-height:320px;overflow-y:auto;padding:10px}.wf2-varref__popover[data-wf2-varref-open]{display:block}.wf2-varref__search input{font-size:12.5px!important;margin-bottom:10px;padding:6px 10px!important}.wf2-varref__group{margin-bottom:12px}.wf2-varref__group:last-child{margin-bottom:0}.wf2-varref__group-header{align-items:center;border-bottom:1px solid var(--line, #e2e8f0);color:var(--muted, #6c7280);display:flex;font-size:11px;font-weight:700;justify-content:space-between;letter-spacing:.04em;margin-bottom:6px;padding-bottom:4px;text-transform:uppercase}.wf2-varref__group-add{background:transparent;border:0;color:var(--accent, #5b6cff);cursor:pointer;font-size:14px;font-weight:600;line-height:1;padding:0 4px}.wf2-varref__var{align-items:center;background:var(--surface-soft, #f1f5f9);border:1px solid var(--line, #e2e8f0);border-radius:999px;color:var(--text, #1f2937);cursor:pointer;display:inline-flex;font-family:ui-monospace,monospace;font-size:11.5px;gap:4px;margin:0 4px 4px 0;padding:3px 10px;transition:background .12s ease,border-color .12s ease}.wf2-varref__var:hover{background:var(--accent-soft, color-mix(in srgb, var(--accent, #5b6cff) 10%, var(--surface, #ffffff)));border-color:var(--accent, #5b6cff);color:var(--accent, #5b6cff)}.wf2-varref__type{background:var(--surface, #ffffff);border-radius:3px;color:var(--muted, #6c7280);font-family:inherit;font-size:10px;font-weight:600;padding:1px 4px;text-transform:lowercase}.wf2-varref__empty{color:var(--muted, #6c7280);font-size:12px;margin:0;padding:8px 0;text-align:center}.wf2-tabs__header{align-items:center;border-bottom:1px solid var(--line, #e2e8f0);display:flex;gap:4px;margin-bottom:14px;padding-bottom:8px}.wf2-tabs__btn{align-items:center;background:transparent;border:0;border-radius:6px;color:var(--muted, #6c7280);cursor:pointer;display:inline-flex;font-size:12.5px;font-weight:500;gap:6px;padding:4px 8px;transition:background .12s ease,color .12s ease}.wf2-tabs__btn:hover{background:var(--surface-soft, #f1f5f9);color:var(--text, #1f2937)}.wf2-tabs__btn--active{color:var(--accent, #5b6cff);font-weight:600;position:relative}.wf2-tabs__btn--active:after{background:var(--accent, #5b6cff);border-radius:1px;bottom:-9px;content:"";height:2px;left:8px;position:absolute;right:8px}.wf2-tabs__icon{align-items:center;border:1px solid currentColor;border-radius:50%;display:inline-flex;font-size:10px;font-weight:700;height:14px;justify-content:center;line-height:1;width:14px}.wf2-tabs__btn--filled .wf2-tabs__icon{background:var(--success, #047857);border-color:var(--success, #047857);color:#fff}.wf2-tabs__btn--pending .wf2-tabs__icon{background:transparent;border-color:var(--warn, #d97706);color:var(--warn, #d97706)}.wf2-tabs__btn--error .wf2-tabs__icon{background:var(--danger-text, #dc2626);border-color:var(--danger-text, #dc2626);color:#fff}.wf2-tabs__btn--neutral .wf2-tabs__label{color:var(--text-soft, #64748b)}.wf2-tabs__btn--neutral.wf2-tabs__btn--active .wf2-tabs__label{color:var(--accent, #5b6cff)}.wf2-tabs__sep{color:var(--line, #e2e8f0);font-size:12px}.wf2-widget-addrow .wf2-addrow__rows{display:flex;flex-direction:column;gap:8px}.wf2-addrow__rows:empty{display:none}.wf2-addrow__row{align-items:flex-start;background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:7px;display:grid;gap:8px;grid-template-columns:16px minmax(0,1fr) 28px;padding:8px 10px}.wf2-addrow__drag{color:var(--muted, #9ca3af);cursor:grab;font-size:10px;letter-spacing:-1px;line-height:1.4;padding-top:4px;user-select:none}.wf2-addrow__drag:active{cursor:grabbing}.wf2-addrow__body{min-width:0}.wf2-addrow__remove{align-items:center;background:transparent;border:0;border-radius:4px;color:var(--muted, #6c7280);cursor:pointer;display:inline-flex;font-size:13px;height:24px;justify-content:center;padding:0;transition:background .12s ease,color .12s ease;width:24px}.wf2-addrow__remove:hover{background:var(--danger-bg, rgba(220, 38, 38, .08));color:var(--danger-text, #b91c1c)}.wf2-addrow__add{background:transparent;border:1px dashed var(--line-strong, #cbd5e1);border-radius:7px;color:var(--accent, #5b6cff);cursor:pointer;font-size:12.5px;font-weight:500;margin-top:8px;padding:8px 12px;transition:background .12s ease,border-color .12s ease;width:100%}.wf2-addrow__add:hover{background:var(--accent-soft, color-mix(in srgb, var(--accent, #5b6cff) 8%, var(--surface, #ffffff)));border-color:var(--accent, #5b6cff);border-style:solid}.wf2-addrow__empty{color:var(--muted, #6c7280);font-size:12px;font-style:italic;margin:0;padding:16px 12px;text-align:center}.wf2-addrow__cap{color:var(--muted, #6c7280);font-size:11.5px;margin:8px 0 0;text-align:center}.wf2-route-chip{align-items:center;background:var(--surface, #ffffff);border:1px solid var(--line-strong, #cbd5e1);border-radius:999px;cursor:pointer;display:inline-flex;font-size:11px;font-weight:500;gap:4px;padding:2px 8px;position:absolute;transform:translate(-50%,-50%);transition:background .12s ease,border-color .12s ease;white-space:nowrap;z-index:5}.wf2-route-chip:hover{background:var(--accent-soft, color-mix(in srgb, var(--accent, #5b6cff) 10%, var(--surface, #ffffff)));border-color:var(--accent, #5b6cff)}.wf2-route-chip__icon{font-size:10px}.wf2-route-chip--always{border-color:var(--line-strong, #cbd5e1);color:var(--muted, #6c7280)}.wf2-route-chip--intent{border-color:var(--accent, #5b6cff);color:var(--accent, #5b6cff)}.wf2-route-chip--variable{border-color:var(--info, #0369a1);color:var(--info, #0369a1)}.wf2-route-chip--tool_result{border-color:var(--warning, #d97706);color:var(--warning, #d97706)}.wf2-route-chip--else{border-color:var(--line-strong, #cbd5e1);color:var(--muted, #6c7280);font-style:italic}.wf2-widget-connection .wf2-connection{align-items:stretch;display:flex;gap:6px}.wf2-connection__select{flex:1 1 auto;min-width:0}.wf2-connection__add{background:var(--surface-soft, #f1f5f9);border:1px solid var(--line-strong, #cbd5e1);border-radius:7px;color:var(--accent, #5b6cff);cursor:pointer;font-size:12.5px;font-weight:500;padding:0 12px;transition:background .12s ease,border-color .12s ease;white-space:nowrap}.wf2-connection__add:hover{background:var(--accent-soft, color-mix(in srgb, var(--accent, #5b6cff) 10%, var(--surface, #ffffff)));border-color:var(--accent, #5b6cff)}.wf2-inspector{background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:8px;display:flex;flex-direction:column;height:100%;max-height:100%;min-height:0;overflow:hidden}.wf2-inspector__head{align-items:flex-start;border-bottom:1px solid var(--line, #e2e8f0);display:grid;gap:10px;grid-template-columns:32px minmax(0,1fr) auto;padding:10px 14px 11px}.wf2-inspector__actions{align-items:center;display:inline-flex;gap:2px}.wf2-inspector__icon-btn{align-items:center;background:transparent;border:1px solid transparent;border-radius:5px;color:var(--muted, #6c7280);cursor:pointer;display:inline-flex;height:26px;justify-content:center;padding:0;transition:background .12s,color .12s,border-color .12s;width:26px}.wf2-inspector__icon-btn:hover,.wf2-inspector__icon-btn:focus-visible{background:var(--surface-soft, #f1f5f9);border-color:var(--line, #e2e8f0);color:var(--text, #1f2937);outline:none}.wf2-inspector__icon{align-items:center;background:color-mix(in srgb,var(--node-c, var(--accent, #5b6cff)) 12%,var(--surface, #ffffff));border:1px solid color-mix(in srgb,var(--node-c, var(--accent, #5b6cff)) 30%,var(--line, #e2e8f0));border-radius:8px;color:var(--node-c, var(--accent, #5b6cff));display:inline-flex;font-size:16px;height:32px;justify-content:center;width:32px}.wf2-inspector__titleblock{min-width:0}.wf2-inspector__kicker{align-items:center;display:inline-flex;flex-wrap:wrap;gap:6px;margin-bottom:2px}.wf2-inspector__cat-chip{background:color-mix(in srgb,var(--wf-accent) 10%,var(--wf-surface));border-radius:var(--wf-radius-pill);color:var(--wf-accent);font-size:var(--wf-text-tiny);font-weight:var(--wf-weight-semibold);letter-spacing:.02em;padding:2px 8px}.wf2-inspector__pill{background:var(--surface-soft, #f1f5f9);border-radius:999px;font-size:9.5px;font-weight:700;letter-spacing:.05em;padding:1px 6px;text-transform:uppercase}.wf2-inspector__pill--beta{background:var(--warning-bg, rgba(217, 119, 6, .1));color:var(--warning, #b45309)}.wf2-inspector__title{color:var(--wf-text);font-size:var(--wf-text-h);font-weight:var(--wf-weight-bold);letter-spacing:-.01em;margin:2px 0 0}.wf2-inspector__title-input{background:transparent;border:none;border-bottom:1px dashed transparent;box-sizing:border-box;color:var(--wf-text);font-family:inherit;font-size:var(--wf-text-h);font-weight:var(--wf-weight-bold);letter-spacing:-.01em;margin:2px 0 0;padding:1px 2px;width:100%;outline:none;transition:border-color .12s ease,background-color .12s ease}.wf2-inspector__title-input::placeholder{color:var(--wf-text);opacity:.55;font-weight:var(--wf-weight-bold)}.wf2-inspector__title-input:hover{border-bottom-color:var(--wf-line)}.wf2-inspector__title-input:focus{background:var(--wf-surface-soft);border-bottom-color:var(--wf-accent, var(--accent))}.wf2-inspector__desc{color:var(--wf-muted);font-size:var(--wf-text-meta);line-height:1.35;margin:2px 0 0}.wf2-inspector__status{align-items:center;background:transparent;border:0;border-bottom:1px solid var(--wf-line);cursor:default;display:flex;font:inherit;gap:var(--wf-space-4);padding:var(--wf-space-3) var(--wf-space-8);text-align:left;width:100%}.wf2-inspector__status[type=button]:not(:disabled){cursor:pointer}.wf2-inspector__status:focus-visible{outline:2px solid var(--wf-accent);outline-offset:-2px}.wf2-inspector__status-icon{align-items:center;border-radius:50%;display:inline-flex;font-size:11px;font-weight:var(--wf-weight-bold);height:18px;justify-content:center;width:18px}.wf2-inspector__status-text{color:var(--wf-text);font-size:var(--wf-text-label);font-weight:var(--wf-weight-medium)}.wf2-inspector__status--ready{background:color-mix(in srgb,var(--wf-success) 6%,transparent)}.wf2-inspector__status--ready .wf2-inspector__status-icon{background:var(--wf-success);color:#fff}.wf2-inspector__status--ready .wf2-inspector__status-text{color:var(--wf-success)}.wf2-inspector__status--pending{background:color-mix(in srgb,var(--wf-warn) 8%,transparent)}.wf2-inspector__status--pending .wf2-inspector__status-icon{background:transparent;border:1.5px solid var(--wf-warn);color:var(--wf-warn)}.wf2-inspector__status--pending .wf2-inspector__status-text{color:var(--wf-warn)}.wf2-inspector__status--warning{background:color-mix(in srgb,var(--wf-warn) 10%,transparent)}.wf2-inspector__status--warning .wf2-inspector__status-icon{background:var(--wf-warn);color:#fff}.wf2-inspector__status--warning .wf2-inspector__status-text{color:var(--wf-warn)}.wf2-inspector__status--error{background:color-mix(in srgb,var(--wf-danger) 8%,transparent)}.wf2-inspector__status--error .wf2-inspector__status-icon{background:var(--wf-danger);color:#fff}.wf2-inspector__status--error .wf2-inspector__status-text{color:var(--wf-danger)}.wf2-inspector__issues{list-style:none;margin:var(--wf-space-4) var(--wf-space-6) 0;padding:0;display:flex;flex-direction:column;border:1px solid var(--wf-line);border-radius:var(--radius-sm, 7px);overflow:hidden}.wf2-inspector__issue{display:flex;align-items:flex-start;gap:7px;padding:6px 9px 6px 8px;border-left:3px solid transparent;font-size:12px;line-height:1.4;color:var(--wf-text)}.wf2-inspector__issue+.wf2-inspector__issue{border-top:1px solid var(--wf-line)}.wf2-inspector__issue-icon{flex:0 0 auto;font-size:11px;line-height:1.5;margin-top:.5px}.wf2-inspector__issue-msg{min-width:0}.wf2-inspector__issue--error{background:color-mix(in srgb,var(--wf-danger) 6%,var(--surface));border-left-color:var(--wf-danger)}.wf2-inspector__issue--error .wf2-inspector__issue-icon{color:var(--wf-danger)}.wf2-inspector__issue--warning{background:color-mix(in srgb,var(--wf-warn) 8%,var(--surface));border-left-color:var(--wf-warn)}.wf2-inspector__issue--warning .wf2-inspector__issue-icon{color:var(--wf-warn)}.wf2-inspector__body{display:flex;flex-direction:column;flex:1 1 0;min-height:0;gap:var(--wf-space-6);overflow-y:auto;padding:var(--wf-space-5) var(--wf-space-6)}.wf2-inspector__section{background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-radius-lg)}.wf2-inspector__section-band{background:var(--wf-surface-soft);border-bottom:1px solid var(--wf-line);border-top-left-radius:var(--wf-radius-lg);border-top-right-radius:var(--wf-radius-lg);box-sizing:border-box;display:block;min-height:40px;padding:var(--wf-space-4) var(--wf-space-6)}.wf2-inspector__section--collapsible:not([open]) .wf2-inspector__section-band{border-bottom-left-radius:var(--wf-radius-lg);border-bottom-right-radius:var(--wf-radius-lg)}.wf2-inspector__section-band-text{display:flex;flex-direction:column;gap:2px;min-width:0}.wf2-inspector__section-title{color:var(--wf-text);font-size:var(--wf-text-label);font-weight:var(--wf-weight-semibold);letter-spacing:-.005em;line-height:var(--wf-leading-tight);margin:0;text-transform:none}.wf2-inspector__section-helper{color:var(--wf-muted);font-size:var(--wf-text-meta);line-height:var(--wf-leading-base);margin:0}.wf2-inspector__section-band--collapsible{cursor:pointer;list-style:none;user-select:none;border-bottom-color:transparent}.wf2-inspector__section-band--collapsible::-webkit-details-marker,.wf2-inspector__section-band--collapsible::marker{display:none;content:""}.wf2-inspector__section-band--collapsible:hover .wf2-inspector__section-title{color:var(--wf-accent)}.wf2-inspector__section-band-row{align-items:center;display:flex;gap:var(--wf-space-4);justify-content:space-between}.wf2-inspector__section-band--collapsible .wf2-inspector__section-band-text{flex:1 1 auto}.wf2-inspector__section--collapsible[open] .wf2-inspector__section-band--collapsible{border-bottom-color:var(--wf-line)}.wf2-inspector__section-chevron{align-items:center;color:var(--wf-muted);display:inline-flex;flex:0 0 auto;height:16px;justify-content:center;transition:transform var(--wf-trans-slow);width:16px}.wf2-inspector__section--collapsible[open] .wf2-inspector__section-chevron{transform:rotate(180deg)}.wf2-inspector__section-body{background:var(--wf-surface);border-bottom-left-radius:var(--wf-radius-lg);border-bottom-right-radius:var(--wf-radius-lg);padding:var(--wf-space-5) var(--wf-space-6)}.wf2-inspector__section--collapsible:not([open]) .wf2-inspector__section-body{display:none}.wf2-inspector__section-body .wf2-inspector__fields{margin:0}.wf2-inspector__fields{display:flex;flex-direction:column;gap:14px}.wf2-inspector__intro{background:var(--surface-soft, #f1f5f9);border-radius:7px;color:var(--muted, #6c7280);font-size:12px;line-height:1.5;margin:0 0 12px;padding:8px 12px}.wf2-inspector__empty{color:var(--muted, #6c7280);font-size:12.5px;font-style:italic;margin:0;padding:16px 0;text-align:center}.wf2-inspector__foot{background:var(--wf-surface-soft);border-top:1px solid var(--wf-line);padding:var(--wf-space-3) var(--wf-space-8)}.wf2-inspector__dev{margin:0}.wf2-inspector__dev-summary{align-items:center;color:var(--wf-muted);cursor:pointer;display:flex;font-size:var(--wf-text-meta);font-weight:var(--wf-weight-medium);gap:6px;justify-content:space-between;list-style:none;user-select:none}.wf2-inspector__dev-summary::-webkit-details-marker{display:none}.wf2-inspector__dev-summary:hover{color:var(--wf-text)}.wf2-inspector__dev-chevron{align-items:center;color:inherit;display:inline-flex;height:12px;justify-content:center;transition:transform var(--wf-trans-slow);width:12px}.wf2-inspector__dev[open] .wf2-inspector__dev-chevron{transform:rotate(180deg)}.wf2-inspector__dev-list{display:grid;font-size:var(--wf-text-tiny);gap:4px 12px;grid-template-columns:max-content 1fr;margin:var(--wf-space-3) 0 0}.wf2-inspector__dev-list dt{color:var(--wf-muted)}.wf2-inspector__dev-list dd{color:var(--wf-text);margin:0}.wf2-inspector__dev-list code{background:var(--wf-surface);border:1px solid var(--wf-line);border-radius:var(--wf-radius-xs);font-size:var(--wf-text-tiny);padding:1px 5px}.wf2-customrow{display:flex;flex-direction:column;gap:8px;min-width:0}.wf2-customrow--var .wf2-field{margin:0}.wf2-customrow--collect{gap:6px}.wf2-customrow__label{color:var(--muted, #6c7280);font-size:11px;font-weight:600;letter-spacing:.04em;margin:0;text-transform:uppercase}.wf2-customrow__checks{display:flex;flex-wrap:wrap;gap:12px}.wf2-customrow__checks .wf2-field--checkbox{flex:0 0 auto}.wf2-widget-filter .wf2-filter__case{background:var(--surface-soft, #f1f5f9);border:1px solid var(--line, #e2e8f0);border-radius:8px;margin-bottom:8px;padding:10px 12px}.wf2-filter__case-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.wf2-filter__case-label{color:var(--text, #1f2937);font-size:12.5px;font-weight:600}.wf2-filter__combinator{background:var(--surface, #ffffff);border:1px solid var(--line-strong, #cbd5e1);border-radius:4px;color:var(--accent, #5b6cff);cursor:pointer;font-size:11px;font-weight:700;letter-spacing:.04em;padding:2px 8px}.wf2-filter__combinator:hover{background:var(--accent-soft, color-mix(in srgb, var(--accent, #5b6cff) 10%, var(--surface, #ffffff)))}.wf2-filter__condition{background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:7px;display:flex;flex-direction:column;gap:10px;padding:10px 12px}.wf2-filter__condition .wf2-field{margin:0}.wf2-filter__condition .wf2-field+.wf2-field{margin-top:0}.wf2-filter__condition .wf2-field__label{margin-bottom:0}.wf2-filter__else{margin-top:8px}.wf2-filter__else-head{align-items:center;background:var(--surface-soft, #f1f5f9);border:1px dashed var(--line-strong, #cbd5e1);border-radius:8px;display:flex;gap:10px;padding:10px 12px}.wf2-filter__else-head .wf2-route-chip{position:static;transform:none}.wf2-filter__else-hint{color:var(--muted, #6c7280);font-size:11.5px;line-height:1.4}.wf2-widget-schedule .wf2-schedule__days{display:flex;flex-direction:column;gap:6px}.wf2-schedule__day{background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:7px;padding:8px 10px}.wf2-schedule__day--enabled{background:var(--accent-soft, color-mix(in srgb, var(--accent, #5b6cff) 4%, var(--surface, #ffffff)));border-color:color-mix(in srgb,var(--accent, #5b6cff) 25%,var(--line, #e2e8f0))}.wf2-schedule__day-toggle{align-items:center;cursor:pointer;display:flex;gap:8px;user-select:none}.wf2-schedule__day-toggle input[type=checkbox]{accent-color:var(--accent, #5b6cff);margin:0}.wf2-schedule__day-name{color:var(--text, #1f2937);font-size:12.5px;font-weight:500}.wf2-schedule__ranges{margin-top:8px}.wf2-schedule__range{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.wf2-schedule__time{background:var(--surface, #ffffff);border:1px solid var(--line-strong, #cbd5e1);border-radius:6px;color:var(--text, #1f2937);flex:1 1 100px;font-size:12.5px;min-width:0;padding:4px 8px}.wf2-schedule__arrow{color:var(--muted, #6c7280)}.wf2-schedule__range-remove{align-items:center;background:transparent;border:0;border-radius:4px;color:var(--muted, #6c7280);cursor:pointer;display:inline-flex;font-size:12px;height:22px;justify-content:center;padding:0;transition:background .12s ease,color .12s ease;width:22px}.wf2-schedule__range-remove:hover{background:var(--danger-bg, rgba(239, 68, 68, .08));color:var(--danger-text, #b91c1c)}.wf2-schedule__add-range{background:transparent;border:1px dashed var(--line-strong, #cbd5e1);border-radius:6px;color:var(--accent, #5b6cff);cursor:pointer;font-size:11.5px;font-weight:500;margin-top:4px;padding:4px 10px;width:100%}.wf2-schedule__add-range:hover{background:var(--accent-soft, color-mix(in srgb, var(--accent, #5b6cff) 8%, var(--surface, #ffffff)));border-color:var(--accent, #5b6cff);border-style:solid}.wf2-schedule__no-ranges{color:var(--muted, #6c7280);font-size:11.5px;font-style:italic;margin:0;padding:4px 0}.wf2-tip{align-items:center;background:color-mix(in srgb,var(--accent, #5b6cff) 8%,var(--surface, #ffffff));border:1px solid color-mix(in srgb,var(--accent, #5b6cff) 22%,var(--line, #e2e8f0));border-radius:50%;color:color-mix(in srgb,var(--accent, #5b6cff) 70%,var(--text, #1f2937));cursor:help;display:inline-flex;flex:0 0 18px;font-size:11px;font-weight:700;height:18px;justify-content:center;line-height:1;margin-left:4px;position:relative;transition:background .12s ease,color .12s ease,border-color .12s ease;user-select:none;width:18px}.wf2-tip:hover,.wf2-tip:focus-visible{background:var(--accent, #5b6cff);border-color:var(--accent, #5b6cff);color:#fff;outline:none}.wf2-palette__tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:10px;padding:4px;background:var(--surface-soft, #f3f4f6);border-radius:10px;border:1px solid var(--line, #e5e7eb)}.wf2-palette__tab{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 8px;border:none;border-radius:7px;background:transparent;color:var(--text-soft, #6b7280);font-size:12px;font-weight:500;cursor:pointer;transition:background .12s ease,color .12s ease;text-align:center;min-width:0;white-space:nowrap}.wf2-palette__tab:hover{color:var(--text, #1f2937)}.wf2-palette__tab--active{background:var(--surface, #ffffff);color:var(--text, #1f2937);box-shadow:0 1px 2px #0000000f;font-weight:600}.wf2-palette__tab-icon{display:none}.wf2-palette__tab-label{flex:0 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf2-palette__tab-count{flex:0 0 auto;font-size:10px;font-weight:600;background:var(--line, #e5e7eb);color:var(--text-soft, #6b7280);padding:1px 6px;border-radius:999px;min-width:18px;text-align:center;line-height:14px}.wf2-palette__tab--active .wf2-palette__tab-count{background:var(--accent, #0ea5e9);color:#fff}.wf2-palette__hint{font-size:12px;line-height:1.4;margin:0 0 12px}.wf2-palette__hint kbd{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;padding:1px 4px;background:var(--surface-soft, #f3f4f6);border:1px solid var(--line, #e5e7eb);border-radius:3px}.wf2-palette__group{margin-bottom:14px}.wf2-palette__group h6{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-soft, #6b7280);margin:0 0 6px}.workflow-palette-item.wf2-palette__item{display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:flex-start;padding:8px 10px;width:100%;text-align:left;background:transparent;border:1px solid transparent;border-radius:8px;cursor:grab;transition:background .12s ease,border-color .12s ease,transform .12s ease}.workflow-palette-item.wf2-palette__item:hover{background:var(--surface-soft, #f3f4f6);border-color:var(--line, #e5e7eb)}.workflow-palette-item.wf2-palette__item:active{cursor:grabbing;transform:scale(.99)}.workflow-palette-item.wf2-palette__item.is-armed{background:var(--accent-soft, rgba(14, 165, 233, .08));border-color:var(--accent, #0ea5e9);box-shadow:0 0 0 3px #0ea5e91f}.workflow-palette-item.wf2-palette__item .wf2-palette__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;flex-shrink:0}.workflow-palette-item.wf2-palette__item .wf2-palette__icon svg{width:16px;height:16px}.wf2-palette__icon-glyph{font-size:16px;line-height:1}.wf2-palette__body{display:flex;flex-direction:column;gap:2px;min-width:0}.workflow-palette-item.wf2-palette__item .wf2-palette__label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--text, #1f2937);line-height:1.3}.wf2-palette__sub{font-size:11px;line-height:1.4;color:var(--text-soft, #6b7280);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.wf2-palette__beta{display:inline-block;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--warn-soft, rgba(245, 158, 11, .15));color:var(--warn, #b45309);padding:1px 5px;border-radius:3px;vertical-align:middle}.wf2-palette__empty{font-size:12px;padding:12px;text-align:center;border:1px dashed var(--line, #e5e7eb);border-radius:8px}.wf2-inspector-cell{display:flex;flex-direction:column;min-height:0;height:100%;background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:8px;overflow:hidden}.wf2-inspector-cell .wf2-inspector{border:0;border-radius:0;flex:1 1 auto;min-height:0}.wf2-inspector-extras{padding:12px 16px 16px;border-top:1px solid var(--line, #e5e7eb);background:var(--surface-soft, #f8fafc);display:flex;flex-direction:column;gap:12px;flex:0 0 auto}.wf2-inspector-extras:empty{display:none}.wf2-connected-paths{display:flex;flex-direction:column;gap:8px}.wf2-connected-paths__head{display:flex;align-items:center;gap:8px;cursor:pointer;user-select:none;list-style:none}.wf2-connected-paths__head::-webkit-details-marker{display:none}.wf2-connected-paths__head .wf2-connected-paths__title{flex:1 1 auto}.wf2-connected-paths__head:after{content:"";flex:0 0 auto;width:6px;height:6px;border-right:1.5px solid var(--wf-muted, #6b7280);border-bottom:1.5px solid var(--wf-muted, #6b7280);transform:rotate(-45deg);transition:transform .15s ease}.wf2-connected-paths[open]>.wf2-connected-paths__head:after{transform:rotate(45deg)}.wf2-connected-paths__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;border-radius:999px;background:var(--surface, #ffffff);border:1px solid var(--line, #e5e7eb);color:var(--text-soft, #475569);font-size:11px;font-weight:600}.wf2-connected-paths__group{display:flex;flex-direction:column;gap:4px}.wf2-connected-paths__group-label{font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-soft, #64748b)}.wf2-connected-paths__list{display:flex;flex-direction:column;gap:4px}.wf2-connected-paths__list .workflow-edge-row{margin:0}.wf-edge-chip-layer{position:absolute;inset:0;pointer-events:none;z-index:2}.wf-edge-chip-wrap{position:absolute;inset:0;pointer-events:none}.wf-edge-chip-wrap .wf2-route-chip{position:absolute;pointer-events:auto;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:12px;background:var(--surface, #ffffff);border:1px solid var(--line, #e5e7eb);font-size:11px;font-weight:500;color:var(--text, #1f2937);line-height:1.4;white-space:nowrap;box-shadow:0 1px 3px #00000014;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.wf-edge-chip-wrap .wf2-route-chip:hover{border-color:var(--accent, #0ea5e9);box-shadow:0 2px 6px #0ea5e92e}.wf-edge-chip-wrap.is-selected .wf2-route-chip{border-color:var(--accent, #0ea5e9);color:var(--accent, #0ea5e9);font-weight:600;box-shadow:0 0 0 3px #0ea5e924;transform:translate(-50%,calc(-50% - 26px));pointer-events:none}.wf2-route-chip__icon{font-size:11px;line-height:1;opacity:.85}.wf2-route-chip--intent .wf2-route-chip__icon{color:#0ea5e9}.wf2-route-chip--variable .wf2-route-chip__icon{color:#14b8a6}.wf2-route-chip--tool_result .wf2-route-chip__icon{color:#f59e0b}.wf2-route-chip--else .wf2-route-chip__icon,.wf2-route-chip--always .wf2-route-chip__icon{color:#6b7280}.wf2-route-chip__label{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf2-inspector__body,.wf2-inspector__fields,.wf2-tabs__body,.wf2-customrow,.wf2-addrow__body,.wf2-addrow__row,.wf2-widget,.wf2-widget-filter,.wf2-filter__case,.wf2-filter__condition,.wf2-widget-schedule,.wf2-schedule__day,.wf2-schedule__ranges,.wf2-widget-interim,.wf2-interim__body,.wf2-widget-outcome,.wf2-widget-transfer-dest,.wf2-widget-promptable,.wf2-widget-connection,.wf2-widget-addrow{min-width:0}.wf2-widget-stepper,.wf2-stepper,.wf2-segmented,.wf2-multiselect__chips,.wf2-multiselect__pick{flex-wrap:wrap}.wf2-multiselect__chips input,.wf2-multiselect__pick input{min-width:80px}.wf2-filter__case-head{flex-wrap:wrap}.wf2-filter__case-label{flex:1 1 auto;min-width:0}.wf2-schedule__day{display:flex;flex-direction:column;gap:8px}.wf2-schedule__ranges{margin-top:0}.wf2-customrow--header{display:grid;grid-template-columns:minmax(120px,1fr) minmax(120px,1fr);gap:8px}@media(max-width:1024px){.wf2-customrow--header{grid-template-columns:1fr}}.wf2-customrow--var{display:grid;grid-template-columns:minmax(140px,1fr) minmax(100px,auto);gap:8px}.wf2-customrow--var .wf2-field--checkbox,.wf2-customrow--var .wf2-field[data-wf2-field-name=description]{grid-column:1 / -1}@media(max-width:480px){.wf2-customrow--var{grid-template-columns:1fr}}.wf2-customrow--collect{display:grid;grid-template-columns:minmax(140px,1fr) minmax(100px,auto);gap:8px}.wf2-customrow--collect .wf2-field[data-wf2-field-name=question],.wf2-customrow--collect .wf2-customrow__checks{grid-column:1 / -1}@media(max-width:480px){.wf2-customrow--collect{grid-template-columns:1fr}}.wf2-inspector__body{overflow-x:hidden}.wf2-flows-sidebar{background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:8px;display:flex;flex-direction:column;gap:10px;height:100%;min-width:0;overflow-y:auto;padding:10px}.wf2-flows-sidebar--collapsed{align-items:center;padding:8px 6px}.wf2-flows-sidebar__head{align-items:center;display:flex;gap:6px;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid var(--line, #e2e8f0)}.wf2-flows-sidebar__title-block{align-items:center;display:inline-flex;gap:6px}.wf2-flows-sidebar__title{color:var(--text, #1f2937);font-size:13px;font-weight:600}.wf2-flows-sidebar__count{align-items:center;background:var(--surface-soft, #f1f5f9);border-radius:999px;color:var(--muted, #6c7280);display:inline-flex;font-size:10.5px;font-weight:600;height:18px;justify-content:center;min-width:22px;padding:0 6px}.wf2-flows-sidebar__actions{align-items:center;display:inline-flex;gap:4px}.wf2-flows-sidebar__new{align-items:center;background:var(--accent, #5b6cff);border:0;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:11.5px;font-weight:500;gap:4px;padding:5px 9px;transition:filter .12s ease}.wf2-flows-sidebar__new:hover{filter:brightness(1.06)}.wf2-flows-sidebar__new--icon-only{padding:6px}.wf2-flows-sidebar__collapse{align-items:center;background:transparent;border:0;border-radius:4px;color:var(--muted, #6c7280);cursor:pointer;display:inline-flex;height:24px;justify-content:center;padding:0;transition:background .12s ease,color .12s ease;width:24px}.wf2-flows-sidebar__collapse:hover{background:var(--surface-soft, #f1f5f9);color:var(--text, #1f2937)}.wf2-flows-sidebar__empty{color:var(--muted, #6c7280);font-size:12px;line-height:1.4;margin:16px 8px;text-align:center}.wf2-flows-sidebar__empty strong{color:var(--accent, #5b6cff)}.wf2-flows-sidebar__group{display:flex;flex-direction:column;gap:6px}.wf2-flows-sidebar__group-title{color:var(--muted, #6c7280);font-size:10.5px;font-weight:700;letter-spacing:.06em;margin:4px 4px 2px;text-transform:uppercase}.wf2-flows-sidebar__list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0}.wf2-flows-sidebar__row{background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:7px;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:8px 10px;position:relative;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.wf2-flows-sidebar__row:hover{background:var(--surface-soft, #f1f5f9);border-color:var(--accent, #5b6cff)}.wf2-flows-sidebar__row:focus-visible{border-color:var(--accent, #5b6cff);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent, #5b6cff) 18%,transparent);outline:none}.wf2-flows-sidebar__row--active{background:color-mix(in srgb,var(--accent, #5b6cff) 6%,var(--surface, #ffffff));border-color:var(--accent, #5b6cff);box-shadow:0 1px 3px color-mix(in srgb,var(--accent, #5b6cff) 18%,transparent)}.wf2-flows-sidebar__row--active:before{background:var(--accent, #5b6cff);border-radius:0 3px 3px 0;bottom:8px;content:"";left:-1px;position:absolute;top:8px;width:3px}.wf2-flows-sidebar__row--off{opacity:.65}.wf2-flows-sidebar__row-head{align-items:center;display:flex;gap:6px;justify-content:space-between;min-width:0}.wf2-flows-sidebar__name{color:var(--text, #1f2937);flex:1 1 auto;font-size:12.5px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf2-flows-sidebar__rename-input{background:var(--surface, #ffffff);border:1px solid var(--accent, #5b6cff);border-radius:4px;color:var(--text, #1f2937);flex:1 1 auto;font-family:inherit;font-size:12.5px;font-weight:600;min-width:0;padding:2px 6px}.wf2-flows-sidebar__menu{align-items:center;background:transparent;border:0;border-radius:4px;color:var(--muted, #6c7280);cursor:pointer;display:inline-flex;flex:0 0 auto;height:20px;justify-content:center;opacity:.6;padding:0;transition:background .12s ease,color .12s ease,opacity .12s ease;width:20px}.wf2-flows-sidebar__row:hover .wf2-flows-sidebar__menu,.wf2-flows-sidebar__row--active .wf2-flows-sidebar__menu{opacity:1}.wf2-flows-sidebar__menu:hover{background:var(--surface-soft, #f1f5f9);color:var(--text, #1f2937)}.wf2-flows-sidebar__meta{align-items:center;color:var(--wf-muted);display:flex;flex-wrap:wrap;font-size:var(--wf-text-tiny);gap:4px;line-height:var(--wf-leading-tight);min-width:0}.wf2-flows-sidebar__meta-sep{color:var(--wf-line-strong)}.wf2-flows-sidebar__meta-type{color:var(--wf-text-soft);font-weight:var(--wf-weight-medium)}.wf2-flows-sidebar__meta-flag{font-weight:var(--wf-weight-semibold)}.wf2-flows-sidebar__meta-flag--first{color:var(--wf-success)}.wf2-flows-sidebar__meta-flag--global{color:var(--wf-accent)}.wf2-flows-sidebar__meta-flag--off{color:var(--wf-muted);font-style:italic}.wf2-flows-sidebar__meta-channels{color:var(--wf-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.wf2-flows-sidebar__icons{display:flex;flex-direction:column;gap:4px;margin:6px 0}.wf2-flows-sidebar__icon-btn{align-items:center;background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:6px;color:var(--text-soft, #475569);cursor:pointer;display:inline-flex;height:28px;justify-content:center;padding:0;position:relative;transition:background .12s ease,border-color .12s ease;width:28px}.wf2-flows-sidebar__icon-btn:hover{background:var(--surface-soft, #f1f5f9);border-color:var(--accent, #5b6cff)}.wf2-flows-sidebar__icon-btn--active{background:var(--accent, #5b6cff);border-color:var(--accent, #5b6cff);color:#fff}.wf2-flows-sidebar__icon-btn--active:hover,.wf2-flows-sidebar__icon-btn--active:focus-visible{background:color-mix(in srgb,var(--accent, #5b6cff) 88%,#000);border-color:color-mix(in srgb,var(--accent, #5b6cff) 88%,#000);color:#fff}.wf2-flows-sidebar__icon-btn--live{border-color:color-mix(in srgb,var(--accent, #5b6cff) 35%,var(--line, #e2e8f0))}.wf2-flows-sidebar__icon-btn--post{border-color:color-mix(in srgb,var(--muted, #6c7280) 45%,var(--line, #e2e8f0))}.wf2-flows-sidebar__icon-btn--active.wf2-flows-sidebar__icon-btn--live,.wf2-flows-sidebar__icon-btn--active.wf2-flows-sidebar__icon-btn--post{border-color:var(--accent, #5b6cff)}.wf2-flows-sidebar__icon-letter{font-size:13px;font-weight:600;letter-spacing:-.01em;line-height:1}.wf2-flows-sidebar__icon-dot{background:var(--success, #047857);border:1.5px solid var(--surface, #ffffff);border-radius:50%;bottom:-2px;height:8px;position:absolute;right:-2px;width:8px}.wf2-flow-new-form{background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:8px;box-shadow:0 8px 24px #0f172a1f;display:flex;flex-direction:column;gap:12px;padding:14px 16px;position:absolute;top:56px;left:12px;width:280px;z-index:50}.wf2-flow-new-form__head{align-items:center;display:flex;justify-content:space-between}.wf2-flow-new-form__head strong{font-size:13px;font-weight:700}.wf2-flow-new-form__close{align-items:center;background:transparent;border:0;border-radius:4px;color:var(--muted, #6c7280);cursor:pointer;display:inline-flex;font-size:18px;height:24px;justify-content:center;padding:0;width:24px}.wf2-flow-new-form__close:hover{background:var(--surface-soft, #f1f5f9);color:var(--text, #1f2937)}.wf2-flow-new-form__field{display:flex;flex-direction:column;gap:4px}.wf2-flow-new-form__label{color:var(--text, #1f2937);font-size:11.5px;font-weight:600}.wf2-flow-new-form__field input[type=text]{background:var(--surface, #ffffff);border:1px solid var(--line-strong, #cbd5e1);border-radius:6px;font-family:inherit;font-size:13px;padding:6px 10px;width:100%;box-sizing:border-box}.wf2-flow-new-form__radio{align-items:center;cursor:pointer;display:flex;font-size:12.5px;gap:6px;padding:3px 0}.wf2-flow-new-form__actions{align-items:center;display:flex;gap:8px;justify-content:flex-end}.wf-canvas:focus-visible,.wf-canvas.v2:focus-visible{outline:2px solid var(--accent, #6366f1);outline-offset:-2px}.wf-canvas-toolbar{align-items:center;background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:10px;box-shadow:0 4px 12px #0f172a0f;display:flex;flex-direction:column;gap:2px;left:16px;padding:6px;position:absolute;top:50%;transform:translateY(-50%);z-index:5}.wf-canvas-tool{align-items:center;background:transparent;border:0;border-radius:var(--wf-radius-md, 6px);color:var(--text-soft, #475569);cursor:pointer;display:inline-flex;height:28px;justify-content:center;padding:0;transition:background .12s ease,color .12s ease;width:28px}.wf-canvas-tool:hover{background:var(--surface-soft, #f1f5f9);color:var(--text, #1f2937)}.wf-canvas-tool.is-active{background:color-mix(in srgb,var(--accent, #5b6cff) 12%,var(--surface, #ffffff));color:var(--accent, #5b6cff)}.wf-canvas-tool--primary{background:var(--accent, #5b6cff);color:#fff}.wf-canvas-tool--primary:hover{background:var(--accent, #5b6cff);filter:brightness(1.06);color:#fff}.wf-canvas-tool--primary.is-active{background:var(--accent, #5b6cff);color:#fff;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent, #5b6cff) 22%,transparent)}.wf-canvas-tool__divider{background:var(--line, #e2e8f0);height:1px;margin:4px;width:calc(100% - 8px)}.wf-add-block-popover{background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:12px;box-shadow:0 16px 40px #0f172a29;display:flex;flex-direction:column;left:70px;max-height:min(520px,calc(100% - 32px));position:absolute;top:50%;transform:translateY(-50%);width:300px;z-index:20;overflow:hidden}.wf-add-block-popover__head{align-items:center;background:var(--surface, #ffffff);border-bottom:1px solid var(--line, #e2e8f0);display:flex;font-size:13px;font-weight:700;justify-content:space-between;padding:10px 14px}.wf-add-block-popover__close{align-items:center;background:transparent;border:1px solid transparent;border-radius:4px;color:var(--muted, #6c7280);cursor:pointer;display:inline-flex;height:24px;justify-content:center;padding:0;transition:background .12s,color .12s;width:24px}.wf-add-block-popover__close:hover{background:var(--surface-soft, #f1f5f9);color:var(--text, #1f2937)}.wf-add-block-popover__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:10px 12px}.wf-add-block-popover .workflow-sidebar.wf2-palette{background:transparent;border:0;padding:0;max-height:none;overflow:visible}.wf-add-block-popover .wf2-palette__tabs{margin-bottom:8px}.wf-add-block-popover .wf2-palette__hint{font-size:11px;margin-bottom:10px}.wf-canvas-foot{align-items:center;background:#ffffffeb;backdrop-filter:blur(6px);border:1px solid var(--line, #e2e8f0);border-radius:999px;bottom:14px;box-shadow:0 4px 12px #0f172a0f;color:var(--muted, #6c7280);display:inline-flex;font-size:12px;gap:8px;left:50%;padding:6px 14px;position:absolute;transform:translate(-50%);z-index:4}.wf-canvas-foot__icon{align-items:center;border-radius:50%;display:inline-flex;font-size:11px;font-weight:700;height:18px;justify-content:center;width:18px}.wf-canvas-foot--saved .wf-canvas-foot__icon{background:color-mix(in srgb,var(--success, #047857) 16%,transparent);color:var(--success, #047857)}.wf-canvas-foot--saving .wf-canvas-foot__icon{background:color-mix(in srgb,var(--accent, #5b6cff) 14%,transparent);color:var(--accent, #5b6cff);animation:wf-foot-spin 1.4s linear infinite}.wf-canvas-foot--dirty .wf-canvas-foot__icon{background:color-mix(in srgb,var(--warn, #d97706) 16%,transparent);color:var(--warn, #d97706)}.wf-canvas-foot--failed{background:color-mix(in srgb,var(--danger-text, #dc2626) 8%,var(--surface, #ffffff));border-color:color-mix(in srgb,var(--danger-text, #dc2626) 30%,var(--line, #e2e8f0));color:var(--danger-text, #b91c1c)}.wf-canvas-foot--failed .wf-canvas-foot__icon{background:var(--danger-text, #dc2626);color:#fff}.wf-canvas-foot__label{color:var(--text, #1f2937);font-weight:500}.wf-canvas-foot--failed .wf-canvas-foot__label,.wf-canvas-foot--saving .wf-canvas-foot__label{color:inherit}.wf-canvas-foot__sep{color:var(--line-strong, #cbd5e1)}.wf-canvas-foot__agent{color:var(--muted, #6c7280)}@keyframes wf-foot-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wf2-flow-row-menu{background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:7px;box-shadow:0 4px 12px #0f172a1a;display:flex;flex-direction:column;padding:4px;position:absolute;right:8px;width:200px;z-index:60}.wf2-flow-row-menu__item[disabled]{color:var(--muted, #6c7280);cursor:not-allowed;opacity:.6}.wf2-flow-row-menu__item[disabled]:hover{background:transparent}.wf2-flow-row-menu__item{background:transparent;border:0;border-radius:4px;color:var(--text, #1f2937);cursor:pointer;font-family:inherit;font-size:12.5px;padding:6px 10px;text-align:left;transition:background .12s ease}.wf2-flow-row-menu__item:hover{background:var(--surface-soft, #f1f5f9)}.wf2-flow-row-menu__item--danger{color:var(--danger-text, #b91c1c)}.wf2-flow-row-menu__item--danger:hover{background:var(--danger-bg, rgba(220, 38, 38, .08))}.wf-issues-drawer{background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:12px;bottom:12px;box-shadow:0 -8px 32px #0f172a1f;display:flex;flex-direction:column;left:64px;max-height:40%;min-height:0;position:absolute;right:12px;z-index:25;animation:wf-issues-drawer-in .16s ease-out}@keyframes wf-issues-drawer-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wf-issues-drawer__head{align-items:center;background:var(--surface-soft, #f8fafc);border-bottom:1px solid var(--line, #e2e8f0);border-top-left-radius:12px;border-top-right-radius:12px;display:flex;gap:12px;justify-content:space-between;padding:10px 14px}.wf-issues-drawer__title{align-items:baseline;display:flex;gap:8px}.wf-issues-drawer__title strong{color:var(--text, #1f2937);font-size:13px}.wf-issues-drawer__count{color:var(--muted, #6c7280);font-size:12px}.wf-issues-drawer__close{align-items:center;background:transparent;border:1px solid transparent;border-radius:4px;color:var(--muted, #6c7280);cursor:pointer;display:inline-flex;height:24px;justify-content:center;padding:0;transition:background .12s,color .12s,border-color .12s;width:24px}.wf-issues-drawer__close:hover,.wf-issues-drawer__close:focus-visible{background:var(--surface, #ffffff);border-color:var(--line, #e2e8f0);color:var(--text, #1f2937);outline:none}.wf-issues-drawer__body{flex:1 1 0;min-height:0;overflow-y:auto;padding:8px 14px 12px}.wf-issues-group{margin-top:10px}.wf-issues-group:first-child{margin-top:0}.wf-issues-group__head{color:var(--muted, #6c7280);font-size:11px;font-weight:700;letter-spacing:.08em;margin:0 0 6px;text-transform:uppercase}.wf-issues-group--error .wf-issues-group__head{color:var(--danger-text, #b91c1c)}.wf-issues-group--warning .wf-issues-group__head{color:var(--warn-text, #b45309)}.wf-issues-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.wf-issue{align-items:flex-start;background:var(--surface-soft, #f8fafc);border:1px solid var(--line, #e2e8f0);border-radius:8px;display:flex;gap:10px;padding:8px 12px}.wf-issue--error{background:color-mix(in srgb,var(--danger-text, #dc2626) 5%,var(--surface, #ffffff));border-color:color-mix(in srgb,var(--danger-text, #dc2626) 25%,var(--line, #e2e8f0))}.wf-issue--warning{background:color-mix(in srgb,var(--warn-text, #d97706) 5%,var(--surface, #ffffff));border-color:color-mix(in srgb,var(--warn-text, #d97706) 25%,var(--line, #e2e8f0))}.wf-issue__dot{border-radius:50%;flex:0 0 auto;height:8px;margin-top:6px;width:8px}.wf-issue--error .wf-issue__dot{background:var(--danger-text, #dc2626)}.wf-issue--warning .wf-issue__dot{background:var(--warn-text, #d97706)}.wf-issue__body{flex:1 1 auto;min-width:0}.wf-issue__message{color:var(--text, #1f2937);font-size:12.5px;line-height:1.45;margin:0 0 2px}.wf-issue__location{color:var(--muted, #6c7280);font-size:11px}.wf-issue__jump{align-self:center;background:transparent;border:1px solid var(--line, #e2e8f0);border-radius:6px;color:var(--text, #1f2937);cursor:pointer;flex:0 0 auto;font-size:12px;padding:4px 10px;transition:background .12s,border-color .12s,color .12s}.wf-issue__jump:hover,.wf-issue__jump:focus-visible{background:var(--surface, #ffffff);border-color:color-mix(in srgb,var(--accent, #0ea5e9) 50%,var(--line, #e2e8f0));color:var(--accent, #0ea5e9);outline:none}.workflow-templates-modal__head{align-items:center;display:flex;gap:12px;justify-content:space-between}.workflow-templates-modal__title{margin:0}.workflow-templates-modal__lede{font-size:13px;margin:6px 0 14px}.wf-sr-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.workflow-hint__sub{font-size:11px;margin-top:10px}.workflow-multiselect-list{font-size:12px;margin:8px 0;padding-left:20px}.wf-grid-svg,.wf-edge-svg{left:-10000px;pointer-events:none;position:absolute;top:-10000px}.wf-edge-svg{overflow:visible}.wf-edge-svg__edges{pointer-events:auto}.wf2-connected-paths__title{background:transparent;border:0;border-radius:0;color:var(--wf-text);font-size:var(--wf-text-label);font-weight:var(--wf-weight-semibold);margin:0;padding:0}.wf-connect-hint[data-tone=danger]{background:var(--wf-danger, #dc2626)}
