:root,[data-strider-theme]{--strider-font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--strider-font-size-xs:0.75rem;--strider-font-size-sm:0.8125rem;--strider-font-size-md:0.875rem;--strider-font-size-lg:1rem;--strider-line-height:1.35;--strider-color-canvas:#f6f8f7;--strider-color-surface:#fff;--strider-color-surface-raised:#fff;--strider-color-surface-muted:#eef3f1;--strider-color-text:#16211f;--strider-color-muted:#60736f;--strider-color-border:#ccd8d5;--strider-color-border-strong:#aabbb7;--strider-color-primary:#276d63;--strider-color-primary-hover:#1f5c54;--strider-color-primary-soft:#dff0ec;--strider-color-primary-text:#fff;--strider-color-focus:#54a89a;--strider-color-danger:#b42318;--strider-color-danger-hover:#8f1d14;--strider-color-danger-soft:#fde7e4;--strider-color-warning:#9a5b00;--strider-color-warning-hover:#754400;--strider-color-warning-soft:#fff0cf;--strider-color-success:#16714a;--strider-color-success-soft:#def3e8;--strider-shadow-control:0 1px 2px rgba(15,23,42,.08);--strider-shadow-popover:0 16px 36px rgba(15,23,42,.16);--strider-radius-control:6px;--strider-radius-card:8px;--strider-radius-pill:999px;--strider-space-1:0.25rem;--strider-space-2:0.5rem;--strider-space-3:0.75rem;--strider-space-4:1rem;--strider-space-5:1.25rem;--strider-space-6:1.5rem}[data-strider-theme=debtica]{--strider-color-canvas:var(--color-bg);--strider-color-surface:var(--color-surface);--strider-color-surface-raised:color-mix(in srgb,var(--color-surface) 94%,#fff 6%);--strider-color-surface-muted:color-mix(in srgb,var(--color-border) 36%,var(--color-surface));--strider-color-text:var(--color-text);--strider-color-muted:var(--color-muted);--strider-color-border:var(--color-border);--strider-color-border-strong:var(--color-primary-border);--strider-color-primary:var(--color-primary);--strider-color-primary-hover:color-mix(in srgb,var(--color-primary) 88%,#fff 12%);--strider-color-primary-soft:var(--color-primary-soft);--strider-color-primary-text:#fff;--strider-color-focus:var(--color-primary);--strider-color-danger:var(--color-danger);--strider-color-danger-hover:color-mix(in srgb,var(--color-danger) 88%,#fff 12%);--strider-color-danger-soft:var(--color-danger-soft);--strider-color-warning:var(--color-warning);--strider-color-warning-hover:color-mix(in srgb,var(--color-warning) 88%,#fff 12%);--strider-color-warning-soft:color-mix(in srgb,var(--color-warning) 12%,var(--color-surface));--strider-color-success:var(--color-success);--strider-color-success-soft:color-mix(in srgb,var(--color-success) 11%,transparent);--strider-shadow-control:0 1px 4px rgba(0,0,0,.22),inset 0 1px 0 hsla(0,0%,100%,.04);--strider-shadow-popover:0 16px 36px rgba(0,0,0,.38);color-scheme:dark}[data-theme=light] [data-strider-theme=debtica],[data-theme=light][data-strider-theme=debtica]{color-scheme:light}[data-strider-theme=sentria]{--strider-color-canvas:#f3efe7;--strider-color-surface:#fffaf2;--strider-color-surface-raised:#fffdf8;--strider-color-surface-muted:#ece4d8;--strider-color-text:#1d241c;--strider-color-muted:#5e665d;--strider-color-border:#d8cfc0;--strider-color-border-strong:#bcae9a;--strider-color-primary:#365d54;--strider-color-primary-hover:#2b4d45;--strider-color-primary-soft:#dce8e2;--strider-color-focus:#b85c38;--strider-radius-card:10px}.strider-accordion-header,.strider-button,.strider-definition-workbench,.strider-field__control,.strider-pill-toggle,.strider-rich-select__option,.strider-rich-select__trigger{font-family:var(--strider-font-family)}.strider-button{align-items:center;border:1px solid var(--strider-color-border);border-radius:var(--strider-radius-control);box-shadow:var(--strider-shadow-control);cursor:pointer;display:inline-flex;font-size:var(--strider-font-size-sm);font-weight:700;gap:var(--strider-space-2);justify-content:center;line-height:1.1;min-height:32px;padding:0 13px;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.strider-button:hover:not(:disabled){border-color:var(--strider-color-border-strong)}.strider-accordion-header:focus-visible,.strider-button:focus-visible,.strider-field__control:focus-visible,.strider-pill-toggle:focus-visible,.strider-rich-select__option:focus-visible,.strider-rich-select__trigger:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--strider-color-focus) 28%,transparent);outline:none}.strider-accordion-header:disabled,.strider-button:disabled,.strider-field__control:disabled,.strider-pill-toggle:disabled,.strider-rich-select__option:disabled,.strider-rich-select__trigger:disabled{cursor:not-allowed;opacity:.62}.strider-button--compact{font-size:var(--strider-font-size-xs);min-height:22px;padding:0 10px}.strider-button--icon-only{aspect-ratio:1;min-width:32px;padding-inline:0}.strider-button--compact.strider-button--icon-only{min-width:28px}.strider-button--primary{background:linear-gradient(180deg,color-mix(in srgb,var(--strider-color-primary) 92%,#fff 8%),var(--strider-color-primary));border-color:color-mix(in srgb,var(--strider-color-primary) 72%,var(--strider-color-border));color:var(--strider-color-primary-text)}.strider-button--primary:hover:not(:disabled){background:var(--strider-color-primary-hover);border-color:var(--strider-color-primary-hover)}.strider-button--neutral{background:color-mix(in srgb,var(--strider-color-muted) 10%,var(--strider-color-surface));border-color:color-mix(in srgb,var(--strider-color-muted) 24%,var(--strider-color-border));color:var(--strider-color-text)}.strider-button--danger{background:var(--strider-color-danger-soft);border-color:color-mix(in srgb,var(--strider-color-danger) 32%,var(--strider-color-border));color:var(--strider-color-danger)}.strider-button--danger:hover:not(:disabled){background:var(--strider-color-danger);border-color:var(--strider-color-danger);color:#fff}.strider-button--warning{background:var(--strider-color-warning-soft);border-color:color-mix(in srgb,var(--strider-color-warning) 35%,var(--strider-color-border));color:var(--strider-color-warning)}.strider-button--warning:hover:not(:disabled){background:var(--strider-color-warning);border-color:var(--strider-color-warning);color:#fff}.strider-button__icon,.strider-icon-leading-text{align-items:center;display:inline-flex}.strider-button__text{min-width:0;overflow:hidden;text-overflow:ellipsis}.strider-section-card{align-content:start;background:var(--strider-color-surface);border:1px solid var(--strider-color-border);border-radius:var(--strider-radius-card);color:var(--strider-color-text);display:grid;grid-gap:var(--strider-space-4);gap:var(--strider-space-4);padding:var(--strider-space-4)}.strider-section-card__header{align-items:flex-start;display:flex;gap:var(--strider-space-3);justify-content:space-between}.strider-section-card__title{font-size:var(--strider-font-size-lg);line-height:var(--strider-line-height);margin:0}.strider-section-card__subtitle{color:var(--strider-color-muted);font-size:var(--strider-font-size-sm);line-height:var(--strider-line-height);margin:.2rem 0 0}.strider-section-card__actions{align-items:center;display:inline-flex;flex-wrap:wrap;gap:var(--strider-space-2)}.strider-accordion-header{align-items:center;background:var(--strider-color-surface);border:1px solid var(--strider-color-border);border-radius:var(--strider-radius-card);color:var(--strider-color-text);cursor:pointer;display:grid;grid-gap:var(--strider-space-3);gap:var(--strider-space-3);grid-template-columns:minmax(0,1fr) auto auto;padding:.85rem 1rem;text-align:left;width:100%}.strider-accordion-header__main{display:grid;grid-gap:.15rem;gap:.15rem;min-width:0}.strider-accordion-header__title{font-size:var(--strider-font-size-md);font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.strider-accordion-header__meta,.strider-accordion-header__subtitle{color:var(--strider-color-muted);font-size:var(--strider-font-size-sm)}.strider-field,.strider-rich-select{color:var(--strider-color-text);display:grid;grid-gap:.3rem;gap:.3rem;min-width:0}.strider-field__label{color:var(--strider-color-muted);font-size:var(--strider-font-size-xs);font-weight:700}.strider-field__control-wrap{display:grid;position:relative}.strider-field__icon{align-items:center;color:var(--strider-color-muted);display:inline-flex;left:.6rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.strider-field__control{background:var(--strider-color-surface);border:1px solid var(--strider-color-border);border-radius:var(--strider-radius-control);box-sizing:border-box;color:var(--strider-color-text);font-size:var(--strider-font-size-sm);line-height:var(--strider-line-height);min-height:34px;padding:.42rem .6rem;resize:none;transition:border-color .15s ease,box-shadow .15s ease;width:100%}textarea.strider-field__control{resize:vertical}.strider-field__control--compact{min-height:28px;padding-block:.28rem}.strider-field__control--with-icon{padding-left:2rem}.strider-rich-select{position:relative}.strider-rich-select__trigger{align-items:center;background:var(--strider-color-surface);border:1px solid var(--strider-color-border);border-radius:var(--strider-radius-control);box-sizing:border-box;box-shadow:var(--strider-shadow-control);color:var(--strider-color-muted);cursor:pointer;display:inline-flex;font-size:var(--strider-font-size-sm);gap:var(--strider-space-2);justify-content:space-between;line-height:1.15;min-height:32px;min-width:9rem;padding:.33rem .62rem;text-align:left;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease;width:100%}.strider-rich-select__trigger--compact{min-height:28px;padding-block:.25rem}.strider-rich-select__trigger--with-description{min-height:40px}.strider-rich-select__trigger--compact.strider-rich-select__trigger--with-description{min-height:36px}.strider-rich-select__trigger:hover:not(:disabled){border-color:var(--strider-color-border-strong)}.strider-rich-select__option-content,.strider-rich-select__value-wrap{display:grid;grid-gap:.12rem;gap:.12rem;min-width:0}.strider-rich-select__value{font-weight:700}.strider-rich-select__description,.strider-rich-select__value{color:var(--strider-color-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.strider-rich-select__description{font-size:var(--strider-font-size-xs)}.strider-rich-select__chevron{color:var(--strider-color-muted);flex:0 0 auto;transition:transform .14s ease}.strider-rich-select__chevron--open{transform:rotate(180deg)}.strider-rich-select__menu{background:var(--strider-color-surface-raised);border:1px solid var(--strider-color-border);border-radius:var(--strider-radius-card);box-shadow:var(--strider-shadow-popover);display:grid;max-height:18rem;min-width:min(22rem,100vw);overflow:auto;padding:.35rem;z-index:9999}.strider-rich-select__option{align-items:center;background:transparent;border:0;border-radius:var(--strider-radius-control);color:var(--strider-color-text);cursor:pointer;display:flex;font-size:var(--strider-font-size-sm);gap:var(--strider-space-3);justify-content:space-between;line-height:1.15;padding:.55rem .6rem;text-align:left;width:100%}.strider-rich-select__option--highlighted,.strider-rich-select__option--selected,.strider-rich-select__option:hover:not(:disabled){background:var(--strider-color-primary-soft)}.strider-rich-select__option--selected .strider-rich-select__option-label{font-weight:700}.strider-rich-select__option-description,.strider-rich-select__option-label{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.strider-rich-select__option-description{color:var(--strider-color-muted);font-size:var(--strider-font-size-xs);margin-top:.15rem}.strider-rich-select__option-check{color:var(--strider-color-primary);flex:0 0 auto}.strider-floating-modal-overlay{align-items:center;background:transparent;display:flex;inset:0;justify-content:center;pointer-events:none;position:fixed}.strider-floating-modal{background:var(--color-surface,var(--strider-color-surface));border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);color:var(--color-text,var(--strider-color-text));display:flex;flex-direction:column;font-family:var(--strider-font-family);max-width:calc(100vw - 24px);overflow:hidden;padding:28px;pointer-events:auto;position:fixed}.strider-floating-modal--action{backdrop-filter:blur(12px) saturate(1.05);-webkit-backdrop-filter:blur(12px) saturate(1.05);background:color-mix(in srgb,var(--color-surface,var(--strider-color-surface)) 90%,hsla(0,0%,100%,.06));border:1px solid color-mix(in srgb,var(--color-border,var(--strider-color-border)) 80%,transparent);box-shadow:0 46px 120px rgba(6,18,22,.36),0 22px 56px rgba(6,18,22,.3),0 10px 24px rgba(6,18,22,.24),var(--shadow-floating-modal-glow,0 0 30px rgba(15,23,42,.14)),0 1px 0 hsla(0,0%,100%,.08) inset,0 0 0 1px rgba(134,172,65,.06);padding:0}.strider-floating-modal--scroll-body{padding:0}.strider-floating-modal__header{align-items:center;display:flex;flex-shrink:0;gap:var(--strider-space-2);justify-content:space-between;margin-bottom:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.strider-floating-modal--scroll-body .strider-floating-modal__header{border-bottom:1px solid var(--color-border,var(--strider-color-border));margin-bottom:0;padding:28px 28px 20px}.strider-floating-modal__header--colored{border-radius:12px 12px 0 0;box-shadow:var(--shadow-card-header,inset 0 1px 0 hsla(0,0%,100%,.2));margin:-28px -28px 20px;padding:14px 20px 14px 28px}.strider-floating-modal--scroll-body .strider-floating-modal__header--colored{margin:0}.strider-floating-modal__header--action{background:color-mix(in srgb,var(--color-surface,var(--strider-color-surface)) 94%,hsla(0,0%,100%,.05));border-bottom:1px solid color-mix(in srgb,var(--color-border,var(--strider-color-border)) 78%,transparent);border-radius:10px;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--strider-floating-modal-accent,var(--strider-color-primary)) 34%,transparent),inset 0 3px 0 0 var(--strider-floating-modal-accent,var(--strider-color-primary));color:var(--color-text,var(--strider-color-text));margin:8px 8px 0;padding:14px 16px}.strider-floating-modal--collapsed .strider-floating-modal__header--action{border-bottom:0;margin:8px}.strider-floating-modal__header--draggable{cursor:-webkit-grab;cursor:grab;touch-action:none}.strider-floating-modal__header--dragging{cursor:-webkit-grabbing;cursor:grabbing}.strider-floating-modal__header--pulse{animation:strider-floating-modal-header-pulse 2s ease-in-out infinite}.strider-floating-modal__title{color:var(--color-text,var(--strider-color-text));font-size:var(--strider-font-size-lg);font-weight:800;line-height:var(--strider-line-height);margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.strider-floating-modal__controls{align-items:center;display:inline-flex;flex:0 0 auto;gap:4px}.strider-floating-modal__control-button,.strider-floating-modal__drag-indicator{align-items:center;display:inline-flex;justify-content:center}.strider-floating-modal__drag-indicator{opacity:.78;padding-inline:2px}.strider-floating-modal__control-button{background:transparent;border:0;border-radius:var(--strider-radius-control);cursor:pointer;min-height:26px;min-width:26px;padding:4px}.strider-floating-modal__control-button:hover{background:color-mix(in srgb,var(--color-muted,var(--strider-color-muted)) 14%,transparent)}.strider-floating-modal__control-button:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--strider-color-focus) 28%,transparent);outline:none}.strider-floating-modal__body{min-height:0}.strider-floating-modal--action .strider-floating-modal__body{padding:16px 20px 20px}.strider-floating-modal--scroll-body .strider-floating-modal__body{flex:1 1;overflow-y:auto;padding:24px 28px}.strider-floating-modal__footer{background:var(--color-surface,var(--strider-color-surface));border-top:1px solid var(--color-border,var(--strider-color-border));flex-shrink:0;padding:16px 20px 20px}@keyframes strider-floating-modal-header-pulse{0%,to{box-shadow:inset 0 0 0 1px var(--modal-pulse-ring-rest,color-mix(in srgb,var(--strider-color-primary) 38%,transparent)),inset 0 3px 0 0 var(--modal-pulse-top-rest,var(--strider-color-primary)),0 0 0 rgba(134,172,65,0)}50%{box-shadow:inset 0 0 0 1px var(--modal-pulse-ring-peak,color-mix(in srgb,var(--strider-color-primary) 74%,transparent)),inset 0 3px 0 0 var(--modal-pulse-top-peak,var(--strider-color-primary)),0 0 24px var(--modal-pulse-glow-1,color-mix(in srgb,var(--strider-color-primary) 30%,transparent)),0 0 40px var(--modal-pulse-glow-2,color-mix(in srgb,var(--strider-color-primary) 16%,transparent))}}.strider-definition-workbench{align-items:start;color:var(--strider-color-text);display:grid;grid-gap:var(--strider-space-4);gap:var(--strider-space-4);grid-template-columns:minmax(260px,.74fr) minmax(520px,1.76fr);min-width:0}.strider-definition-workbench__column,.strider-definition-workbench__list-heading,.strider-definition-workbench__row-main{display:grid;min-width:0}.strider-definition-workbench__column{gap:var(--strider-space-3)}.strider-definition-workbench__list-header{align-items:center;display:flex;flex-wrap:wrap;gap:var(--strider-space-3);justify-content:space-between}.strider-definition-workbench__list-title{color:var(--strider-color-text);font-size:var(--strider-font-size-sm);font-weight:800}.strider-definition-workbench__count,.strider-definition-workbench__description,.strider-definition-workbench__editor-title,.strider-definition-workbench__empty,.strider-definition-workbench__list-subtitle,.strider-definition-workbench__row-detail,.strider-definition-workbench__row-meta{color:var(--strider-color-muted)}.strider-definition-workbench__count,.strider-definition-workbench__description,.strider-definition-workbench__editor-title,.strider-definition-workbench__empty,.strider-definition-workbench__list-subtitle{font-size:var(--strider-font-size-xs)}.strider-definition-workbench__filter{align-items:end;display:grid;grid-gap:var(--strider-space-2);gap:var(--strider-space-2);grid-template-columns:minmax(0,1fr) auto}.strider-definition-workbench__count{font-weight:800;padding-bottom:.45rem;white-space:nowrap}.strider-definition-workbench__list{background:color-mix(in srgb,var(--strider-color-border) 7%,var(--strider-color-surface));border:1px solid var(--strider-color-border);border-radius:var(--strider-radius-card);max-height:32.5rem;min-height:8.25rem;overflow:auto}.strider-definition-workbench__empty{padding:var(--strider-space-3)}.strider-definition-workbench__row{background:var(--strider-color-surface);border-bottom:1px solid var(--strider-color-border);cursor:pointer;display:grid;grid-gap:.35rem;gap:.35rem;padding:.55rem .65rem}.strider-definition-workbench__row:hover{background:color-mix(in srgb,var(--strider-color-primary) 6%,var(--strider-color-surface))}.strider-definition-workbench__row:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--strider-color-focus) 28%,transparent);outline:none}.strider-definition-workbench__row--active{background:color-mix(in srgb,var(--strider-color-primary) 10%,var(--strider-color-surface))}.strider-definition-workbench__row-top{align-items:flex-start;display:flex;gap:var(--strider-space-3);justify-content:space-between}.strider-definition-workbench__row-title{color:var(--strider-color-text);font-size:var(--strider-font-size-xs);font-weight:800;overflow-wrap:anywhere}.strider-definition-workbench__row-detail,.strider-definition-workbench__row-meta{font-size:var(--strider-font-size-xs);line-height:var(--strider-line-height);overflow-wrap:anywhere}.strider-definition-workbench__row-meta{margin-top:.15rem}.strider-definition-workbench__row-detail{color:var(--strider-color-text)}.strider-definition-workbench__row-detail--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.strider-definition-workbench__row-actions{display:inline-flex;flex-shrink:0;gap:.35rem}.strider-definition-workbench__row-actions .strider-button{min-height:1.625rem;min-width:1.625rem}.strider-definition-workbench__row-footer{align-items:center;display:flex;flex-wrap:wrap;gap:var(--strider-space-2)}.strider-definition-workbench__status{align-items:center;border-radius:var(--strider-radius-control);display:inline-flex;font-size:var(--strider-font-size-xs);font-weight:800;min-height:1.125rem;padding:.05rem .4rem}.strider-definition-workbench__status--active{background:var(--strider-color-success-soft);color:var(--strider-color-success)}.strider-definition-workbench__status--inactive{background:var(--strider-color-surface-muted);color:var(--strider-color-muted)}.strider-definition-workbench__description{flex:1 1 7.5rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.strider-definition-workbench__editor{background:color-mix(in srgb,var(--strider-color-primary) 3%,var(--strider-color-surface));border:1px solid var(--strider-color-border);border-radius:var(--strider-radius-card);display:grid;grid-gap:var(--strider-space-3);gap:var(--strider-space-3);min-width:0;padding:var(--strider-space-4)}.strider-definition-workbench__editor-title{font-weight:700}.strider-loading{align-items:center;color:var(--strider-color-muted);display:inline-flex;font-family:var(--strider-font-family);font-size:var(--strider-font-size-sm);gap:var(--strider-space-2)}.strider-loading--compact{font-size:var(--strider-font-size-xs)}.strider-spinner{animation:strider-spin .8s linear infinite;border:2px solid color-mix(in srgb,currentColor 22%,transparent);border-top-color:currentcolor;border-radius:999px;display:inline-block;height:.9rem;width:.9rem}.strider-pill-toggle-group{align-items:center;display:flex;flex-wrap:wrap;gap:var(--strider-space-2)}.strider-pill-toggle{background:var(--strider-color-surface);border:1px solid var(--strider-color-border);border-radius:var(--strider-radius-pill);color:var(--strider-color-muted);cursor:pointer;font-size:var(--strider-font-size-xs);font-weight:800;padding:.32rem .65rem}.strider-pill-toggle--selected{background:var(--strider-color-primary-soft);border-color:color-mix(in srgb,var(--strider-color-primary) 35%,var(--strider-color-border));color:var(--strider-color-primary)}.strider-modal-actions{align-items:center;display:flex;flex-wrap:wrap;gap:var(--strider-space-2)}.strider-modal-actions--start{justify-content:flex-start}.strider-modal-actions--end{justify-content:flex-end}.strider-modal-actions--between{justify-content:space-between}.strider-icon-leading-text{gap:var(--strider-space-2)}@keyframes strider-spin{to{transform:rotate(1turn)}}@media (max-width:640px){.strider-section-card__header{display:grid}.strider-accordion-header{grid-template-columns:minmax(0,1fr) auto}.strider-accordion-header__meta{grid-column:1/-1}}@media (max-width:960px){.strider-definition-workbench,.strider-definition-workbench__filter{grid-template-columns:minmax(0,1fr)}.strider-definition-workbench__count{padding-bottom:0}}.react-flow{direction:ltr;--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:hsla(0,0%,100%,.5);--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:hsla(0,0%,94%,.6);--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;background-color:var(--xy-background-color,var(--xy-background-color-default));--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:hsla(0,0%,94%,.25);--xy-node-boxshadow-hover-default:0 1px 4px 1px rgba(0,0,0,.08);--xy-node-boxshadow-selected-default:0 0 0 0.5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:rgba(0,89,220,.08);--xy-selection-border-default:1px dotted rgba(0,89,220,.8);--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px rgba(0,0,0,.08);--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:hsla(0,0%,59%,.25);--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:rgba(60,60,60,.6);--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:hsla(0,0%,94%,.25);--xy-node-boxshadow-hover-default:0 1px 4px 1px hsla(0,0%,100%,.08);--xy-node-boxshadow-selected-default:0 0 0 0.5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:rgba(200,200,220,.08);--xy-selection-border-default:1px dotted rgba(200,200,220,.8);--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px rgba(0,0,0,.08);--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:-webkit-grab;cursor:grab}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path,.react-flow__edge.selected .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:-webkit-grab;cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.bottom.center,.react-flow__panel.top.center{left:50%;transform:translateX(-15px) translateX(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{pointer-events:none}.react-flow__edgelabel-renderer,.react-flow__viewport-portal{position:absolute;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__minimap{background:var(
    --xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default))
  )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(
      --xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default))
    );stroke:var(
      --xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default))
    );stroke-width:var(
      --xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default))
    )}.react-flow__minimap-node{fill:var(
      --xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default))
    );stroke:var(
      --xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default))
    );stroke-width:var(
      --xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default))
    )}.react-flow__background-pattern.dots{fill:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default))
    )}.react-flow__background-pattern.lines{stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default))
    )}.react-flow__background-pattern.cross{stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default))
    )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border-bottom:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      );color:var(
      --xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default))
    );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{padding:10px;border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default))}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(
        --xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default))
      );color:var(
        --xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default))
      )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}.strider-diagram,.strider-diagram-node{font-family:var(--strider-font-family)}.strider-diagram{background:radial-gradient(circle at 1px 1px,color-mix(in srgb,var(--strider-color-border) 32%,transparent) 1px,transparent 0),var(--strider-color-surface-muted);background-size:18px 18px;border:1px solid var(--strider-color-border);border-radius:var(--strider-radius-card);box-sizing:border-box;color:var(--strider-color-text);min-height:20rem;overflow:hidden;position:relative;width:100%}.strider-diagram__flow{height:100%;min-height:inherit;width:100%}.strider-diagram__overlay{inset:var(--strider-space-3) var(--strider-space-3) auto auto;pointer-events:none;position:absolute;z-index:5}.strider-diagram .react-flow__controls{background:var(--strider-color-surface-raised);border:1px solid var(--strider-color-border);border-radius:var(--strider-radius-control);box-shadow:var(--strider-shadow-popover);overflow:hidden}.strider-diagram .react-flow__controls-button{background:var(--strider-color-surface-raised);border-bottom:1px solid var(--strider-color-border);color:var(--strider-color-muted)}.strider-diagram .react-flow__controls-button:hover{background:var(--strider-color-primary-soft);color:var(--strider-color-text)}.strider-diagram .react-flow__minimap{border:1px solid var(--strider-color-border);border-radius:var(--strider-radius-control);box-shadow:var(--strider-shadow-popover);overflow:hidden}.strider-diagram .react-flow__edge-path{stroke:var(--strider-color-muted)}.strider-diagram .react-flow__handle{background:var(--strider-color-surface-raised);border:2px solid var(--strider-color-primary);height:.58rem;width:.58rem}.strider-diagram-node{background:var(--strider-color-surface);border:1px solid var(--strider-color-border);border-radius:var(--strider-radius-card);box-shadow:var(--strider-shadow-control);box-sizing:border-box;color:var(--strider-color-text);display:grid;grid-gap:var(--strider-space-3);gap:var(--strider-space-3);max-width:min(24rem,100%);min-width:12rem;overflow:hidden;padding:var(--strider-space-3)}.strider-diagram-node--selected{border-color:var(--strider-diagram-node-accent,var(--strider-color-primary));box-shadow:0 0 0 2px color-mix(in srgb,var(--strider-diagram-node-accent,var(--strider-color-primary)) 22%,transparent),var(--strider-shadow-control)}.strider-diagram-node--compact{gap:var(--strider-space-2);min-width:10rem;padding:var(--strider-space-2)}.strider-diagram-node__header{align-items:start;display:grid;grid-gap:var(--strider-space-2);gap:var(--strider-space-2);grid-template-columns:auto minmax(0,1fr) auto;min-width:0}.strider-diagram-node__accent{background:var(--strider-diagram-node-accent,var(--strider-color-primary));border-radius:999px;display:inline-block;height:100%;min-height:1.8rem;width:.28rem}.strider-diagram-node__body,.strider-diagram-node__footer,.strider-diagram-node__heading{min-width:0}.strider-diagram-node__heading{display:grid;grid-gap:.15rem;gap:.15rem}.strider-diagram-node__title{color:var(--strider-color-text);font-size:var(--strider-font-size-sm);line-height:1.16;overflow-wrap:anywhere}.strider-diagram-node__body,.strider-diagram-node__footer,.strider-diagram-node__meta,.strider-diagram-node__subtitle{color:var(--strider-color-muted);font-size:var(--strider-font-size-xs);line-height:var(--strider-line-height)}.strider-diagram-node__body,.strider-diagram-node__subtitle{overflow-wrap:anywhere}.strider-diagram-node__meta{background:var(--strider-color-surface-muted);border-radius:999px;font-weight:800;max-width:8rem;overflow:hidden;padding:.12rem .5rem;text-overflow:ellipsis;white-space:nowrap}.strider-diagram-node__footer{align-items:center;display:flex;flex-wrap:wrap;gap:var(--strider-space-2)}