:root{--mono-font-family:"SF Mono",SFMono-Regular,ui-monospace,"DejaVu Sans Mono",Menlo,Consolas,monospace;--grl-transition:.2s cubic-bezier(.645,.045,.355,1);--grl-transition-quick:.1s cubic-bezier(.645,.045,.355,1)}.full-width{width:100%}.grl-textarea-input{line-height:var(--grl-line-height);color:var(--grl-color-text);resize:none;box-sizing:border-box;width:100%;font-family:var(--grl-font-family);border-radius:var(--grl-border-radius);border:1px solid var(--grl-color-border);background:var(--grl-color-bg-container);transition:var(--grl-transition);padding:4px 11px;font-size:14px}.grl-textarea-input:focus{box-shadow:0 0 0 2px var(--grl-control-outline);border-color:var(--grl-color-primary-hover);outline:none}.grl-textarea-input:hover{border-color:var(--grl-color-primary-hover);border-inline-end-width:1px}.grl-textarea-input::placeholder{color:var(--grl-color-text-placeholder)}.grl-textarea-input[disabled]{cursor:not-allowed;background-color:var(--grl-color-bg-container-disabled);color:var(--grl-color-text-disabled);border-color:var(--grl-color-border);box-shadow:none}.ant-notification-notice{margin:0!important}.text-added{color:var(--grl-color-success)}.text-modified{color:var(--grl-color-warning)}.text-removed{color:var(--grl-color-error);-webkit-text-decoration:line-through var(--grl-color-error);text-decoration:line-through var(--grl-color-error)}.diff-input-group{border:1px solid var(--grl-color-border);border-radius:var(--grl-border-radius);overflow:hidden}.diff-input-group .previous-input{-webkit-text-decoration:line-through var(--grl-color-error);text-decoration:line-through var(--grl-color-error);border:none}.diff-input-group .previous-input:focus{box-shadow:unset}.diff-input-group .current-input{border:none}.diff-input-group .current-input:focus{box-shadow:unset}.diff-code-editor{border:1px solid var(--grl-color-border);border-radius:var(--grl-border-radius);width:100%;overflow:hidden}.diff-code-editor.no-style{border:unset;border-radius:unset}.diff-code-editor .previous-input{-webkit-text-decoration:line-through var(--grl-color-error);text-decoration:line-through var(--grl-color-error)}.diff-text-area-group{border:1px solid var(--grl-color-border);border-radius:var(--grl-border-radius);width:100%;overflow:hidden}.diff-text-area-group.no-style{border:unset;border-radius:unset}.diff-text-area-group .previous-input{-webkit-text-decoration:line-through var(--grl-color-error);text-decoration:line-through var(--grl-color-error);border:unset}.diff-text-area-group .previous-input:focus{box-shadow:unset}.diff-text-area-group .current-input{border:unset}.diff-text-area-group .current-input:focus{box-shadow:unset}.grl-inline-tabs [data-node-key]{transition:all .1s;margin:0!important;padding:8px 0!important}.grl-inline-tabs [data-node-key]:hover{background:#0000000f!important}.grl-inline-tabs [data-node-key] [role=tab]{font-size:13px;padding:0 14px!important}.grl-inline-tabs [role=tablist]{margin:0!important}.grl-text-edit{flex-direction:column;max-width:140px;margin-right:8px;display:flex}.grl-text-edit__text,.grl-text-edit__input{border:1px solid #0000;border-radius:4px;padding:1px 5px;line-height:1.2em;font-size:14px!important}.grl-text-edit__text{transition:var(--grl-transition);white-space:nowrap;text-overflow:ellipsis;width:min-content;max-width:100%;overflow:hidden}.grl-text-edit__text:hover:not(:focus-within){background-color:var(--grl-color-bg-text-hover)}.grl-text-edit__input{font-family:var(--grl-font-family);border-color:var(--grl-color-primary-border);outline:none!important}[data-theme=dark] .grl-field-edit{color:#fff;background:#15314c}[data-theme=dark] .grl-field-edit--output{background:#153214}.grl-field-edit{color:#000;font-size:12px;font-family:var(--mono-font-family);cursor:pointer;-webkit-user-select:none;user-select:none;background:#acccec;border-radius:6px;align-items:center;max-width:100%;margin-top:2px;padding:2px 8px;display:flex}.grl-field-edit--output{background:#c7e0ba}.grl-field-edit[aria-disabled=true]{cursor:not-allowed}.grl-field-edit__footer{justify-content:space-between;gap:8px;width:100%;margin-top:16px;display:flex}.grl-ce{--ce-lineHeight:1.5em;--ce-verticalPadding:4px;--ce-horizontalPadding:11px}.grl-ce .cm-diagnosticMessageToken{background:#2b2d30;border-radius:5px;padding:2px 5px 3px}.grl-ce .cm-hoverTooltipMessageToken{filter:contrast(2)brightness(.75)}.grl-ce .cm-lintRange{padding-bottom:2.5px}.grl-ce .cm-lintRange-warning{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"3\">%3Cpath%20d%3D%22m0%202.5%20l2%20-1.5%20l1%200%20l2%201.5%20l1%200%22%20stroke%3D%22%23FFA500%22%20fill%3D%22none%22%20stroke-width%3D%221.2%22%2F%3E</svg>")}.grl-ce .cm-lintRange-error{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"3\">%3Cpath%20d%3D%22m0%202.5%20l2%20-1.5%20l1%200%20l2%201.5%20l1%200%22%20stroke%3D%22%23FF0000%22%20fill%3D%22none%22%20stroke-width%3D%221.2%22%2F%3E</svg>")}.grl-ce .cm-tooltip.cm-tooltip-below{margin-top:8px}.grl-ce.max-rows .cm-editor{max-height:calc(3px + var(--editorMaxRows)*var(--ce-lineHeight) + 2*var(--ce-verticalPadding))}.grl-ce.full-height,.grl-ce.full-height .cm-editor{height:100%}.grl-ce.no-style .cm-editor{border-radius:unset;border:none}.grl-ce.no-style .cm-editor.cm-focused{box-shadow:unset}.grl-ce.no-style .cm-editor:hover{border-inline-end-width:unset}.grl-ce .cm-editor{background:var(--grl-color-bg-container);border:1px solid var(--grl-color-border);border-color:var(--grl-color-border);width:100%;max-width:100%;line-height:var(--ce-lineHeight);border-radius:6px;transition:border-color,box-shadow .2s cubic-bezier(.645,.045,.355,1)}.grl-ce .cm-editor.cm-focused{box-shadow:0 0 0 2px var(--grl-control-outline);border-color:var(--grl-color-primary-hover);outline:none}.grl-ce .cm-editor:hover{border-color:var(--grl-color-primary-hover);border-inline-end-width:1px}.grl-ce .cm-editor[data-severity=error]{background:var(--grl-color-error-bg)!important;border-color:var(--grl-color-error-border)!important}.grl-ce .cm-editor[data-severity=warning]{background:var(--grl-color-warning-bg)!important;border-color:var(--grl-color-warning-border)!important}.grl-ce .cm-editor[data-severity=info]{background:var(--grl-color-info-bg)!important;border-color:var(--grl-color-info-border)!important}.grl-ce .cm-scroller{line-height:inherit}.grl-ce .cm-widgetBuffer{display:none}.grl-ce .cm-placeholder{display:inline}.grl-ce .cm-content{padding:var(--ce-verticalPadding)var(--ce-horizontalPadding)}.grl-ce .cm-line{caret-color:var(--grl-color-text);padding:0}.grl-ce .cm-line:focus-visible{outline:none}.grl-ce .cm-tooltip{font-family:var(--grl-font-family);background:var(--grl-color-bg-elevated);color:var(--grl-color-text);border:none;border-radius:6px;font-size:13px}.grl-ce .cm-tooltip>ul li[aria-selected]{background:var(--grl-color-primary-hover);color:#fff}.grl-ce .cm-tooltip>ul li[aria-selected] .cm-completionDetail{color:#fff}.grl-ce .cm-tooltip>*{border:1px solid var(--grl-color-border);border-radius:6px}.grl-ce .cm-tooltip .cm-tooltip-section:not(.cm-tooltip-lint){background:#f5f5f5;padding:4px}.grl-ce .cm-tooltip .cm-completionMatchedText{color:var(--grl-color-primary-hover);text-decoration:none!important}.grl-ce .cm-tooltip .cm-completionDetail{font-style:normal;color:var(--grl-color-text-secondary)!important}.grl-ce .cm-tooltip .cm-tooltip-lint{background:var(--grl-color-bg-elevated);border:1px solid var(--grl-color-border);color:var(--grl-color-text);padding:4px}.grl-ce .cm-tooltip .cm-tooltip-lint .cm-diagnostic:not(:last-of-type){margin-bottom:4px}.grl-ce .cm-tooltip .cm-tooltip-lint .cm-diagnostic-error{border-left-color:var(--grl-color-error-border)}.grl-ce .cm-tooltip .cm-tooltip-lint .cm-diagnostic-warning{border-left-color:var(--grl-color-warning-border)}.grl-ce .cm-tooltip .cm-diagnosticSource{font-size:75%}.grl-ce .cm-tooltip-autocomplete ul{padding:4px!important}.grl-ce .cm-tooltip-autocomplete li{border-radius:4px;font-size:12px;display:flex;color:var(--grl-color-text-base)!important;padding:4px!important}.grl-ce .cm-tooltip-autocomplete li[aria-selected=true]{background-color:var(--grl-color-border)!important}.grl-ce .cm-completionIcon:after{color:var(--icon-primary);background:var(--icon-secondary);border:1px solid var(--icon-primary);opacity:1;border-radius:50%;justify-content:center;align-items:center;width:2.25ch;height:2.25ch;font-size:8px;display:inline-flex}.grl-ce .cm-completionIcon{opacity:1;margin-right:4px}.grl-ce .cm-completionIcon-function:after{content:"f";--icon-primary:var(--grl-color-error);--icon-secondary:var(--grl-color-error-bg)}.grl-ce .cm-completionIcon-method:after{content:"m";--icon-primary:var(--grl-color-error);--icon-secondary:var(--grl-color-error-bg)}.grl-ce .cm-completionIcon-class:after{content:"C";--icon-primary:var(--grl-color-primary);--icon-secondary:var(--grl-color-primary-bg)}.grl-ce .cm-completionIcon-interface:after,.grl-ce .cm-completionIcon-type:after{content:"I";--icon-primary:var(--grl-color-success);--icon-secondary:var(--grl-color-success-bg)}.grl-ce .cm-completionIcon-variable:after,.grl-ce .cm-completionIcon-constant:after{content:"v";--icon-primary:var(--grl-color-warning);--icon-secondary:var(--grl-color-warning-bg);filter:hue-rotate(-20deg)}.grl-ce .cm-completionIcon-enum:after{content:"E";--icon-primary:var(--grl-color-primary);--icon-secondary:var(--grl-color-primary-bg);filter:hue-rotate(35deg)}.grl-ce .cm-completionIcon-property:after{content:"P";--icon-primary:var(--grl-color-primary);--icon-secondary:var(--grl-color-primary-bg);filter:hue-rotate(40deg)}.grl-ce .cm-completionIcon-keyword:after{content:"k";--icon-primary:var(--grl-color-warning);--icon-secondary:var(--grl-color-warning-bg);filter:hue-rotate(-20deg)}.grl-ce .cm-completionIcon-namespace:after{content:"n";--icon-primary:var(--grl-color-success);--icon-secondary:var(--grl-color-success-bg)}.grl-ce .cm-completionIcon-text:after{content:"abc";vertical-align:middle;font-size:50%}.grl-ce-hover-tooltip{font-family:var(--grl-font-family);color:var(--grl-color-text);border:none;border-radius:6px;font-size:13px;background:var(--grl-color-bg-elevated)!important;padding:2px 8px!important}.grl-ce-preview{background:var(--grl-color-bg-container-disabled);border-radius:8px;padding:8px}.grl-ce-preview>.ant-typography{font-family:var(--mono-font-family);font-size:12px}.grl-ce-preview .grl-ce.no-style .cm-editor{background:0 0}.grl-ce-preview .grl-ce.no-style .cm-content{padding:0}.grl-dt{--table-color:var(--grl-color-bg-layout);flex-direction:column;height:100%;min-height:1px;padding-right:4px;font-size:14px;display:flex}.grl-dt__container{position:relative}.grl-dt__add-row-wrapper{padding:8px;position:sticky;bottom:0}.grl-dt__add-row{max-width:var(--dt-container-width);transition:background-color .2s cubic-bezier(.645,.045,.355,1)!important}.grl-dt .grl-dt-text-primary .grl-text-edit__text,.grl-dt .grl-dt-text-primary .grl-text-edit__input{padding-left:0;padding-right:0}.grl-dt .grl-dt-field{font-size:8px;font-family:var(--mono-font-family);border-radius:6px;align-items:center;margin-top:2px;padding:2px 8px;display:flex}.grl-dt .table{border-collapse:collapse;table-layout:fixed;background-color:var(--grl-color-bg-container);width:fit-content;min-width:100%;height:1px;font-family:arial,sans-serif}.grl-dt .table .cell-wrapper{align-items:stretch;width:100%;height:100%;line-height:0;display:flex}.grl-dt .table .cell-wrapper>*{flex-grow:1}.grl-dt .table .cell-wrapper .grl-ce,.grl-dt .table .cell-wrapper .grl-ce .cm-editor{height:100%}.grl-dt .table thead{background-color:var(--table-color);border-color:var(--grl-color-border);z-index:10;margin:0;position:sticky;top:0}.grl-dt .table thead button{color:var(--grl-color-text-secondary)}.grl-dt .table thead th{box-sizing:border-box;text-align:left;height:40px;font-weight:400;position:relative}.grl-dt .table thead th[data-self=output],.grl-dt .table thead th[data-parent=output],.grl-dt .table thead th[data-self=description]{background:var(--table-color)}.grl-dt .table thead th .head-cell{box-sizing:border-box;align-items:center;width:100%;height:100%;min-height:0;padding:4px 8px;display:flex}.grl-dt .table thead th .head-cell.diff-added{box-shadow:0 0 0 2px var(--grl-color-success)}.grl-dt .table thead th .head-cell.diff-modified{box-shadow:0 0 0 2px var(--grl-color-warning)}.grl-dt .table thead th .head-cell.diff-removed{box-shadow:0 0 0 2px var(--grl-color-error)}.grl-dt .table thead th .text-wrapper{overflow:hidden}.grl-dt .table thead th .text-wrapper .span-overflow{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.grl-dt .table thead th .cta-wrapper{display:flex}.grl-dt .table tbody{background-color:var(--grl-color-bg-container)}.grl-dt .table tbody tr{width:fit-content;min-height:36px}.grl-dt .table tbody tr.selected>td:first-of-type,.grl-dt .table tbody tr.selected{background-color:var(--grl-color-primary-bg-fade)}.grl-dt .table tbody tr td.diff-modified{background-color:var(--grl-color-warning-bg)}.grl-dt .table tbody tr td.diff-added{background-color:var(--grl-color-success-bg)}.grl-dt .table tbody tr td.diff-removed{background-color:var(--grl-color-error-bg)}.grl-dt .table tbody tr.disabled{background-color:#00000005}.grl-dt .table tbody tr.disabled textarea{color:var(--grl-color-text-secondary);background-color:#0000}.grl-dt .table tbody td{outline-offset:-1.5px;outline:1.5px solid #0000;min-height:36px;padding:0}.grl-dt .table tbody td.selected{outline-color:var(--grl-color-border)}.grl-dt .table tbody td.sort-handler{padding:2px 14px;background-color:var(--table-color)!important}.grl-dt .table tbody td.sort-handler.draggable{cursor:grab}.grl-dt .table tbody td.sort-handler .text{justify-content:flex-end;align-items:flex-start;width:100%;height:100%;padding-top:6px;display:flex}.grl-dt .table tbody td.sort-handler.diff{background-color:#0000!important}.grl-dt .table tfoot{background-color:var(--grl-color-bg-elevated)}.grl-dt .table .add-row{text-align:center;cursor:pointer}.grl-dt .table .grl-dt__container{flex:1;overflow:auto}.grl-dt .table .resizer{z-index:1;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none;width:10px;height:100%;position:absolute;top:0;right:-5px}.grl-dt .table .resizer--last{width:16px;right:0}.grl-dt .table .resizer:after{content:"";border-radius:3px;width:3px;height:100%;margin:0 auto;transition:all .1s;display:block}.grl-dt .table .resizer:hover:after{background:var(--grl-color-primary-hover)}.grl-dt .table th,.grl-dt .table td{box-shadow:inset 0 0 0 .3px var(--grl-color-border)}.grl-dt .table .table-row{position:relative}.grl-dt .table .table-row:after{content:"";background:var(--grl-color-primary);position:absolute;left:0;right:0}.grl-dt .table .table-row.dropping-up:after{height:2px;top:0}.grl-dt .table .table-row.dropping-down:after{height:2px;bottom:0}.grl-dt .table .table-row.active,.grl-dt .table .table-row.diff-added{background-color:var(--grl-color-success-bg)}.grl-dt .table .table-row.diff-removed{background-color:var(--grl-color-error-bg)}.grl-dt__cell__input__status{z-index:5;opacity:.8;border:1px solid #0000;border-radius:50%;width:5px;height:5px;position:absolute;top:2px;left:2px}.grl-dt__cell__input__status[data-status=hit]{border-color:var(--grl-color-success);background:var(--grl-color-success)}.grl-dt__cell__input__status[data-status=no-hit]{border-color:var(--grl-color-border-hover)}.grl-dt__cell__input__container{position:relative}.grl-dt__cell__input.grl-textarea-input{opacity:.7;background-color:#0000;border:0;width:100%;padding:9px .75rem;font-size:14px}.grl-dt__cell__input.grl-textarea-input:focus{box-shadow:none!important}.grl-dt__cell__input.grl-ce{--ce-verticalPadding:9px;--ce-horizontalPadding:.75rem}.grl-dt__cell__input.grl-ce .cm-editor{background-color:#0000;border-radius:0;width:100%;box-shadow:none!important;border:0!important}.grl-dt__fields-reorder__item:hover{cursor:grab}.grl-dt__command-bar{box-sizing:border-box;border-bottom:1px solid var(--grl-color-border);padding:7px}.grl-dn{--node-border-radius:8px;--node-horizontal-padding:8px;--node-color:var(--grl-color-primary);--node-background:var(--grl-color-bg-container);--node-small-text:12px;flex-direction:column;gap:8px;display:flex}.grl-dn--success{--node-background:var(--grl-color-success-bg)}.grl-dn--error{--node-background:var(--grl-color-error-bg)}.grl-dn--warning{--node-background:var(--grl-color-warning-bg)}.grl-dn--diff-added .grl-dn__graphCard,.grl-dn--diff-added .grl-dn__graphCard:hover{border-color:var(--grl-color-success)!important}.grl-dn--diff-moved .grl-dn__graphCard,.grl-dn--diff-moved .grl-dn__graphCard:hover{border-color:var(--grl-color-info)!important}.grl-dn--diff-modified .grl-dn__graphCard,.grl-dn--diff-modified .grl-dn__graphCard:hover{border-color:var(--grl-color-warning)!important}.grl-dn--diff-removed .grl-dn__graphCard,.grl-dn--diff-removed .grl-dn__graphCard:hover{border-color:var(--grl-color-error)!important}.grl-dn--color--primary{--node-color:var(--grl-color-primary)}.grl-dn--color--secondary{--node-color:#722ed1}.grl-dn--list .grl-dn__graphCard{border:none;border-bottom:1px solid var(--grl-color-border-fade);border-radius:0}.grl-dn--selected .grl-dn__graphCard{border-color:var(--grl-color-primary-active)!important}.grl-dn:hover .grl-dn__graphCard{border-color:var(--grl-color-border-hover)}.grl-dn__graphCard{border:1px solid var(--grl-color-border);background:var(--node-background);cursor:grab;border-radius:var(--node-border-radius);transition:var(--grl-transition);flex-direction:column;display:flex;position:relative}.grl-dn__status-bar{justify-content:flex-end;align-items:center;gap:4px;width:100%;height:16px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-20px}.grl-dn__status-icon{color:var(--grl-color-text-secondary);border-radius:16px;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex}.grl-dn__status-icon--success{background-color:var(--grl-color-success);color:#fff}.grl-dn__status-icon--error{background-color:var(--grl-color-error);color:#fff}.grl-dn__header{box-sizing:border-box;grid-template-columns:min-content 1fr min-content;align-items:center;gap:0;height:40px;padding:8px;display:grid}.grl-dn__header__icon{color:#fff;background-color:var(--node-color);border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;margin-right:2px;font-size:16px;display:flex}.grl-dn__header__text{flex-direction:column;max-width:140px;margin-right:8px;display:flex}.grl-dn__header__text__name-input{width:120px;height:19px;font-size:14px;font-family:var(--grl-font-family);padding:0 4px}.grl-dn__header__text__name{max-width:132px;min-height:23px;transition:var(--grl-transition);white-space:nowrap;border-radius:4px;width:min-content;overflow:hidden}.grl-dn__header__text__name:hover:not(:focus-within){background-color:var(--grl-color-bg-text-hover)}.grl-dn__header__text__name:focus-within{box-shadow:0 0 0 1px var(--grl-color-border)}.grl-dn__header__text>span{padding:2px 6px;line-height:1.35}.grl-dn__body{padding:var(--node-horizontal-padding);border-top:1px solid var(--grl-color-border)}.grl-dn__body--no-footer{border-radius:0 0 var(--node-border-radius)var(--node-border-radius)}.grl-dn__body--no-padding{padding:0}.grl-dn__footer{background:var(--grl-color-primary-bg-fade);border-radius:0 0 var(--node-border-radius)var(--node-border-radius);border-top:1px solid var(--grl-color-border-fade);overflow:hidden}.grl-dn__footer__actions{display:flex}.grl-dn__footer__actions button{color:var(--grl-color-text-secondary);border-radius:0;height:auto;padding:2px 8px;font-size:12px}.grl-dn__cn__form{font-size:var(--node-small-text);padding:.5rem}.grl-dn__cn__form .ant-form-item-label{padding:0!important}.grl-dn__cn__form .grl-ce{font-size:12px}.grl-dn__details{flex-direction:column;display:flex}.grl-dn__details__header{background-color:var(--grl-color-primary-bg-fade);border-radius:var(--node-border-radius)var(--node-border-radius)0 0;border-bottom:1px solid var(--grl-color-border);justify-content:space-between;align-items:center;padding-left:10px;display:flex}.grl-dn__details__header__text{font-size:var(--node-small-text);color:var(--grl-color-text-secondary)}.grl-dn__details__header__close{color:var(--grl-color-text-secondary);font-size:0}.grl-dn__details__body{flex-direction:column;gap:2px;padding:10px;display:flex}.grl-dn__details__body .ant-typography,.grl-dn__details__body .settings-form .ant-typography{font-size:var(--node-small-text)!important}.grl-dn__details__body .settings-form .ant-form-item-row{text-align:start;flex-flow:wrap;min-width:100%;display:flex;flex-direction:column!important}.grl-dn__details__body .settings-form .ant-form-item-label{height:unset;text-align:start;padding-bottom:0!important}.grl-dn__details__body .settings-form .grl-ce{font-size:var(--node-small-text)}.grl-dn__details__body .settings-form .ant-input{line-height:1.34;font-size:var(--node-small-text);border-radius:6px;padding:4px 11px}.grl-dn__details__body .settings-form label{height:unset;font-size:var(--node-small-text)!important}.grl-dn__details__body .settings-form label:after{content:none!important}.grl-dn__details__body .settings-form .ant-form-item{margin-bottom:8px!important}.grl-dn__details__body .settings-form .ant-form-item:last-of-type{margin-bottom:0!important}.expression-list{box-sizing:border-box;--border-color:var(--grl-color-border-fade);background:var(--border-color);flex-direction:column;gap:1px;padding-bottom:1px;display:flex}.expression-list__item{background:var(--grl-color-bg-container);grid-template-columns:40px minmax(240px,1.1fr) 3fr 40px;grid-auto-flow:column;align-items:flex-start;display:grid;position:relative}.expression-list__item:focus-within{box-shadow:0 0 0 1px var(--grl-color-border)}.expression-list__item--heading{z-index:15;position:sticky;top:0}.expression-list__item--heading span{font-size:12px}.expression-list__item__th{padding:12px}.expression-list__item__th--order{height:100%}.expression-list__item:after{content:"";background:var(--grl-color-primary);position:absolute;left:0;right:0}.expression-list__item.dropping-up:after{height:2px;top:-1px}.expression-list__item.dropping-down:after{height:2px;bottom:-1px}.expression-list__item--added{background-color:var(--grl-color-success-bg)}.expression-list__item--removed{background-color:var(--grl-color-error-bg)}.expression-list__item--modified{background-color:var(--grl-color-warning-bg)}.expression-list__button-wrapper{margin-bottom:60px;padding:8px 0}.expression-list__button{grid-column:1/-1}.expression-list .expression-list-item>*{box-sizing:border-box;height:100%}.expression-list .expression-list-item__drag{color:var(--grl-color-text-secondary);cursor:grab;border-right:1px solid var(--border-color);justify-content:center;align-items:flex-start;height:100%;padding-top:15px;display:flex}.expression-list .expression-list-item__drag[aria-disabled=true]{cursor:not-allowed}.expression-list .expression-list-item__drag__inner{opacity:.5;align-content:center;gap:3px;display:flex}.expression-list .expression-list-item__drag__inner>span{line-height:1.4}.expression-list .expression-list-item:focus{background:red}.expression-list .expression-list-item__key{border-right:1px solid var(--border-color)}.expression-list .expression-list-item__key textarea{width:100%;font-family:var(--mono-font-family);background-color:#0000;border:0;border-radius:0;padding:12px;font-size:13px;line-height:1.5em}.expression-list .expression-list-item__key textarea:focus{box-shadow:none!important}.expression-list .expression-list-item__code{font-size:13px;position:relative}.expression-list .expression-list-item__value .cm-content{padding:12px 60px 12px 12px}.expression-list .expression-list-item__value .cm-placeholder{color:#bfbfbf}.expression-list .expression-list-item__resultOverlay{background:var(--grl-color-success-bg);border:1px solid var(--grl-color-success-border);white-space:nowrap;border-radius:4px;max-width:50%;max-height:calc(100% - 5px);padding:2px 6px;position:absolute;top:50%;right:3px;overflow-x:auto;transform:translateY(-50%)}.expression-list .expression-list-item__resultOverlay>span{font-family:var(--mono-font-family);font-size:12px}.expression-list .expression-list-item__livePreview{border-top:1px solid var(--grl-color-bg-layout);background:var(--grl-color-bg-layout);white-space:nowrap;z-index:5;opacity:1;pointer-events:bounding-box;border-right:none;border-radius:0 0 8px;width:400px;max-width:50%;padding:8px;position:absolute;top:100%;right:0;overflow-x:auto}.expression-list .expression-list-item__livePreview .grl-ce-preview{background:#fff}.expression-list .expression-list-item__livePreview:hover{opacity:.5}.expression-list .expression-list-item__action{justify-content:center;align-items:center;display:flex}.expression-list .expression-list-item__action>button{display:none}.expression-list .expression-list-item:hover .expression-list-item__action>button,.expression-list .expression-list-item:focus-within .expression-list-item__action>button{display:flex}.react-flow{direction:ltr}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.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 .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1px;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab;position:absolute}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:-webkit-grab;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background:#1a192b;border:1px solid #fff;border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:-4px;left:50%;transform:translate(-50%)}.react-flow__handle-top{top:-4px;left:50%;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{top:50%;right:-4px;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{z-index:5;margin:15px;position:absolute}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{background:#ffffff80;margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute}.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-input,.react-flow__node-output,.react-flow__node-group{color:#222;text-align:center;background-color:#fff;border:1px solid #1a192b;border-radius:3px;width:150px;padding:10px;font-size:12px}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.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,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted #0059dccc}.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{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{box-sizing:content-box;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fefefe;border:none;border-bottom:1px solid #eee;justify-content:center;align-items:center;width:16px;height:16px;padding:5px;display:flex}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:#3367d9;border:1px solid #fff;border-radius:1px;width:4px;height:4px;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.grl-dg{font-family:var(--grl-font-family);grid-template:"sidebar graph component"1fr"bottom bottom component"/min-content 1fr min-content;height:100%;display:grid}.grl-dg *{box-sizing:border-box}.grl-dg .react-flow__handle{transform-origin:50% calc(50% + 3.5px);opacity:.75;transition:all .2s;cursor:crosshair!important}.grl-dg .react-flow__handle-connecting,.grl-dg .react-flow__handle:hover{background-color:var(--grl-color-primary-bg-hover);opacity:1;transform:scale(2)}.grl-dg .nodrag{cursor:initial}.grl-dg__content{flex-direction:row;flex:1;grid-area:graph;width:100%;height:100%;display:flex}.grl-dg__simulator{background:var(--grl-color-primary-bg-fade);width:100%;height:100%}.grl-dg__simulator__search{background:0 0;border:none;width:100%;height:100%;padding-left:12px;font-size:13px;outline:none!important}.grl-dg__simulator__nodes-list{box-sizing:border-box;flex-direction:column;gap:4px;height:100%;padding:8px;display:flex}.grl-dg__simulator__nodes-list__node{-webkit-user-select:none;user-select:none;border-radius:6px;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;padding:5px 8px;display:flex}.grl-dg__simulator__nodes-list__node>span{font-size:13px}.grl-dg__simulator__nodes-list__node [data-role=name]{white-space:nowrap}.grl-dg__simulator__nodes-list__node [data-role=performance]{flex-shrink:0}.grl-dg__simulator__nodes-list__node:hover{cursor:pointer;background-color:#0000000f}.grl-dg__simulator__nodes-list__node.active,.grl-dg__simulator__segmentButton[data-active=true]{background-color:#0000001a}.grl-dg__simulator__sidebar{border-right:1px solid var(--grl-color-border);flex-direction:column;align-items:center;gap:.5rem;width:48px;padding-top:.5rem;display:flex}.grl-dg__simulator__section{flex-direction:column;display:flex}.grl-dg__simulator__section:not(:last-child){border-right:1px solid var(--grl-color-border)}.grl-dg__simulator__section__bar{border-bottom:1px solid var(--grl-color-border);-webkit-user-select:none;user-select:none;justify-content:flex-start;align-items:center;gap:4px;height:36px;padding:0 8px;display:flex}.grl-dg__simulator__section__bar__actions{align-items:center;gap:8px;display:flex}.grl-dg__simulator__section__bar--request{justify-content:space-between}.grl-dg__simulator__section__bar--nodes,.grl-dg__simulator__section__bar--response{justify-content:space-between;padding-left:0}.grl-dg__simulator__section__content{flex:1;overflow-y:auto}.grl-dg__simulator__request{width:300px}.grl-dg__simulator__nodes{width:260px}.grl-dg__simulator__response{flex:1;min-width:300px}.grl-dg__panel{border-top:1px solid var(--grl-color-border);background:var(--grl-color-primary-bg-fade);flex-direction:column;grid-area:bottom;width:100%;height:100%;display:flex;position:relative}.grl-dg__panel__content{flex:1;min-height:0;overflow:hidden}.grl-dg__panel__toolbar{border-bottom:1px solid var(--grl-color-border);flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:4px 4px 4px 8px;display:flex}.grl-dg__panel__toolbar__content{flex-grow:1}.grl-dg__panel__toolbar__actions{flex-shrink:1}.grl-dg__panel__toolbar>span{font-size:13px}.grl-dg__command-bar{border-bottom:1px solid var(--grl-color-border);justify-content:flex-start;gap:.5rem;width:100%;padding:7px;display:flex}.grl-dg__graph{background:#fff;flex-direction:column;flex:1;display:flex;overflow:hidden}.grl-dg__graph .grl-graph-tabs{box-sizing:content-box;border-bottom:1px solid var(--grl-color-border);background:var(--grl-color-bg-container);max-width:100%}.grl-dg__graph .grl-graph-tabs [role=tablist]{margin:0}.grl-dg__graph .grl-graph-tabs [data-node-key]{margin:0;padding:0}.grl-dg__graph .grl-graph-tabs__tab{text-shadow:none;align-items:center;gap:6px;padding:9px 12px;transition:all .1s;display:flex}.grl-dg__graph .grl-graph-tabs__tab[data-active=false]{opacity:.75}.grl-dg__graph .grl-graph-tabs__tab:hover{opacity:1}.grl-dg__graph .grl-graph-tabs__tab[data-active=true] .grl-graph-tabs__closeIcon,.grl-dg__graph .grl-graph-tabs__tab:hover .grl-graph-tabs__closeIcon{opacity:1!important}.grl-dg__graph .grl-graph-tabs__closeIcon{opacity:0;transition:all .1s}.grl-dg__graph .grl-graph-tabs__closeIcon>span{line-height:0!important}.grl-dg__graph .grl-graph-tabs .ant-tabs-nav:before{border-bottom:none}.grl-dg__graph .grl-graph-tabs .ant-tabs-tab-btn{color:var(--grl-color-text-secondary)!important}.grl-dg__graph .grl-graph-tabs .ant-tabs-tab-active:after{opacity:1}.grl-dg__graph .tab-content{background-color:var(--grl-color-bg-container);flex:1;width:100%;height:100%;min-height:0;display:none;position:relative}.grl-dg__graph .tab-content.active{flex-direction:column;display:flex}.grl-dg__graph .tab-content:focus,.grl-dg__graph .tab-content:focus-within{outline:none}.grl-dg__graph .content-wrapper{flex-direction:row;flex:1;width:100%;height:100%;display:flex;outline:0!important}.grl-dg__graph .react-flow{background-color:var(--grl-color-bg-layout);flex:1;width:100%;height:100%}.grl-dg__graph .node{box-sizing:border-box;border:1px solid var(--grl-color-border);background-color:var(--grl-color-bg-elevated);width:180px;height:80px;transition:var(--grl-transition);border-radius:4px;justify-content:center;align-items:center;padding:0 8px;display:flex;position:relative}.grl-dg__graph .node:hover{border-color:var(--grl-color-primary-hover);cursor:pointer}.grl-dg__graph .node.selected{border-color:var(--grl-color-primary-active)}.grl-dg__graph .node.simulated{background-color:var(--grl-color-primary-bg);border-color:var(--grl-color-primary-active)}.grl-dg__graph .node.error{background-color:var(--grl-color-error-bg);border-color:var(--grl-color-error-border)}.grl-dg__graph .node.input,.grl-dg__graph .node.output{border-radius:100px}.grl-dg__graph .node .performance{position:absolute;top:-20px;right:8px}.grl-dg__component-bar{background-color:var(--grl-color-bg-container);border-left:1px solid var(--grl-color-border);grid-area:component;height:100%;min-height:0;display:flex}.grl-dg__aside{background-color:var(--grl-color-bg-container);grid-area:sidebar;height:100%;min-height:0;display:flex}.grl-dg__aside__side-bar{border-right:1px solid var(--grl-color-border);flex-direction:column;justify-content:space-between;align-items:center;gap:.5rem;width:48px;min-width:48px;padding-top:.5rem;padding-bottom:.5rem;display:flex}.grl-dg__aside__side-bar__top,.grl-dg__aside__side-bar__bottom{flex-direction:column;align-items:center;gap:.5rem;display:flex}.grl-dg__aside__side-bar__bottom .color-primary{color:var(--grl-color-primary)}.grl-dg__aside__menu{background-color:var(--grl-color-bg-container);border-left:1px solid var(--grl-color-border);flex-direction:column;width:260px;min-width:260px;height:100%;display:flex}.grl-dg__aside__menu__heading{border-bottom:1px solid var(--grl-color-border);background:var(--grl-color-primary-bg-fade);box-sizing:border-box;flex-direction:row;align-items:center;padding:6px 12px;display:flex}.grl-dg__aside__menu__heading__text{flex:1;align-items:center;font-size:12px;display:flex}.grl-dg__aside__menu__content{flex:1;overflow-y:auto}.grl-dg__aside__menu__components{flex-direction:column;flex-grow:1;display:flex}.grl-dg__aside__menu__components__search{height:auto;box-shadow:none;z-index:1;border-top:none;border-left:none;border-right:none;border-radius:0;font-size:13px;position:sticky;top:0}.grl-dg__aside__menu__components .draggable-component{cursor:grab;transform:translate(0)}.grl-dg__aside__menu__components .draggable-component[draggable=false]{cursor:not-allowed;-webkit-user-select:none;user-select:none}.grl-dg__aside__menu__components .draggable-component[draggable=false] .grl-dn{color:var(--grl-color-bg-container-disabled)}.grl-dg__aside__menu__components .draggable-component[draggable=false] .grl-dn__header__icon{filter:grayscale()opacity(.3)}.grl-dg__aside__menu__components .draggable-component[draggable=true]:hover .grl-dn__header__icon,.grl-dg__aside__menu__components .draggable-component[draggable=true]:active .grl-dn__header__icon{filter:none}.grl-dg__aside__menu__components .draggable-component .grl-dn__header__icon{transition:var(--grl-transition);filter:opacity(.5)grayscale(.3)}.grl-dg__aside .node-form{padding:1rem;position:relative}.grl-dg__aside .node-form .button{z-index:99;position:absolute;top:8px;right:8px}.grl-dg__aside .node-form .form{flex-direction:column;display:flex}.grl-dg .react-flow__handle{border:1px solid var(--grl-color-primary-border);background-color:var(--grl-color-primary-bg);width:7px;height:7px;border-radius:50%!important}.grl-dg .react-flow__handle:after{content:"";border-radius:50%;width:20px;height:20px;display:block;position:absolute;top:50%;left:50%}.grl-dg .react-flow__handle-left{left:-3px!important}.grl-dg .react-flow__handle-left:after{width:36px;height:36px;transform:translate(-80%,-50%)}.grl-dg .react-flow__handle-right{right:-3px!important}.grl-dg .react-flow__handle-right:after{width:36px;height:36px;transform:translate(-20%,-50%)}.grl-dg .react-flow__edge-interaction{stroke-width:50px}.grl-dg .react-flow__edge-path-selector{fill:none;stroke:#0000;stroke-width:15px}.grl-dg .react-flow__edge-path-selector:hover{cursor:pointer}.grl-dg .react-flow__edge-path-selector:hover+.react-flow__edge-path,.grl-dg .react-flow__edge-path:hover{stroke:var(--grl-color-primary-border-hover);cursor:pointer}.grl-dg .react-flow__panel{box-shadow:none;border:1px solid var(--grl-color-border)}.grl-dg .react-flow__controls-button{background:var(--grl-color-bg-elevated);color:var(--grl-color-text);border-color:var(--grl-color-border);transition:var(--grl-transition);width:24px;height:24px}.grl-dg .react-flow__controls-button:hover{background:var(--grl-color-primary-hover)}.grl-dg .react-flow__controls-button svg{fill:currentColor}.grl-dg .react-flow__attribution{color:var(--grl-color-text);background:0 0;border:none}.grl-dg .edge-renderer{pointer-events:all;z-index:1000;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute}.grl-dg__view{background-color:var(--grl-color-bg-layout);flex:1;width:100%;height:100%;min-height:0;padding:24px;display:none;position:relative;overflow-y:auto}.grl-dg__view.active{flex-direction:column;display:flex}.grl-dg__view:focus,.grl-dg__view:focus-within{outline:none}.grl-dg__view__content{width:100%;max-width:1200px;margin:0 auto}.grl-dg__view__content__heading{margin-bottom:24px}.grl-dg__view__content__heading__first-row{justify-content:space-between;display:flex}.grl-dg__view__content__search{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.grl-dg__view__content__node-groups{margin-bottom:32px}.grl-dg__view .config-item-card{border:1px solid var(--grl-color-border);border-radius:8px}.grl-dg__view .config-item-card__content{align-items:center;gap:12px;display:flex}.grl-dg__view .config-item-card:hover{border-color:var(--grl-color-border-hover);box-shadow:0 2px 8px #0000001a}.grl-dg__view .config-item-card.success{--node-background:var(--grl-color-success-bg)}.grl-dg__view .config-item-card.error{--node-background:var(--grl-color-error-bg)}.grl-dg__view .config-item-card.modified,.grl-dg__view .config-item-card.modified:hover{border-color:var(--grl-color-warning)!important}.grl-edge-delete-button{opacity:0;pointer-events:none;transition:var(--grl-transition);justify-content:center;align-items:center;height:32px;display:flex;width:32px!important;padding:0!important}.grl-edge-delete-button[data-visible=true]{opacity:1;pointer-events:all}.grl-graph-node{visibility:visible!important}.grl-graph-node__handle-left{z-index:20;top:20px}.grl-graph-node__handle-left.compact{top:20px}.grl-graph-node__handle-right{z-index:20;top:20px}.grl-graph-node__handle-right.compact{top:20px}.switch{border-radius:4px;width:220px;height:auto;padding:0}.switch .switchNode{flex-direction:column;align-items:stretch;width:100%;display:flex}.switch .switchNode__activeHandle{background-color:var(--grl-color-success-bg)!important;border-color:var(--grl-color-success)!important}.switch .switchNode .react-flow__handle{z-index:20;top:calc(50% - 1px);right:-4px!important}.switch .switchNode__title{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:80px;display:flex;position:relative}.switch .switchNode__conditionsText{height:20px;padding:0 var(--node-horizontal-padding);justify-content:space-between;align-items:center;display:flex}.switch .switchNode__body{box-sizing:border-box;flex-direction:column;width:100%;padding:0 0 4px;display:flex}.switch .switchNode__body.edit{padding:0}.switch .switchNode__body .no-conditions{padding:0 12px}.switch .switchNode__addButton{border-radius:0;width:100%;height:40px;margin:0 auto}.switch .switchNode__statement{background-color:var(--grl-color-bg-container);position:relative}.switch .switchNode__statement:not(:last-child){border-bottom:1px solid var(--grl-color-border)}.switch .switchNode__statement.diff-added{background-color:var(--grl-color-success-bg)}.switch .switchNode__statement.diff-modified{background-color:var(--grl-color-warning-bg)}.switch .switchNode__statement.diff-removed{background-color:var(--grl-color-error-bg)}.switch .switchNode__statement.active{background-color:var(--grl-color-success-bg)}.switch .switchNode__statement__delete{color:var(--grl-color-text-disabled)}.switch .switchNode__statement__heading{padding:4px var(--node-horizontal-padding);flex-direction:row;display:flex;position:relative}.switch .switchNode__statement__heading__action{font-size:12px;font-weight:500}.switch .switchNode__statement__heading__action.inactive{color:var(--grl-color-text-disabled)}.switch .switchNode__statement__inputArea{padding:0px var(--node-horizontal-padding)7px;display:flex}.switch .switchNode__statement textarea{border-radius:4px;padding-right:32px}.switch .switchNode__statement textarea:hover,.switch .switchNode__statement textarea:active,.switch .switchNode__statement textarea:focus{z-index:1}.switch .switchNode__statement.compact{position:relative}.switch .switchNode__statement.compact .switchNode__statement__inputArea{padding:8px 10px}.switch .switchNode__statement.compact .switchNode__statement__inputArea .cm-editor{padding-right:14px}.switch .switchNode__statement.compact .switchNode__statement__button{position:absolute;top:10px;right:14px}.single-line{white-space:nowrap;width:140px;overflow:hidden}.single-line br{display:none}.single-line *{white-space:nowrap;display:inline}.grl-node-content{box-sizing:border-box;flex-direction:column;display:flex;position:relative}.grl-node-content-main{flex:1}.grl-node-content-side{width:100%;height:100%}.grl-node-content-side__panel{background:var(--grl-color-bg-elevated);flex-direction:column;height:100%;display:flex;overflow:hidden}.grl-node-content-side__header{background:var(--grl-color-primary-bg-fade);border-bottom:1px solid var(--grl-color-border);flex-shrink:0;align-items:center;display:flex}.grl-node-content-side__body{flex-grow:1;overflow-y:auto}.grl-function{box-sizing:border-box;flex-direction:column;display:flex;position:relative}.grl-function__content{flex:1}.grl-function__errorLineContent{background:#fff1f0}.grl-function[data-theme=dark] .grl-function__errorLineContent{background:#4e3534}.grl-function__debugger{border-left:1px solid var(--grl-color-border);height:100%}.grl-function__debugger__panel{background:var(--grl-color-bg-elevated);flex-direction:column;height:100%;display:flex;overflow:hidden}.grl-function__debugger__header{background:var(--grl-color-primary-bg-fade);border-bottom:1px solid var(--grl-color-border);flex-shrink:0;align-items:center;display:flex}.grl-function__debugger__body{flex-grow:1;overflow-y:auto}.grl-function__debugger__log{border-bottom:1px solid var(--grl-color-border-fade);color:var(--grl-color-text-base);font-family:var(--mono-font-family);line-height:var(--grl-line-height);justify-content:space-between;align-items:flex-start;padding:0 1.5rem 0 1rem;font-size:12px;display:flex}.grl-function__debugger__log__time{opacity:.5;padding-top:1ch}.grl-function__debugger__log__values>ul{display:inline-block}.grl-function__debugger__log__values>ul:first-of-type>li:first-of-type{margin-left:0!important}.grl-function__debugger__log__values>ul>li{padding:0!important}.grl-function__debugger__log__values li>div+label+span{display:none}.grl-function__debugger__log__values li>div>div{opacity:.25;font-family:emoji;font-size:.8em!important;transition:transform .25s!important}.grl-function__libraries{flex-direction:column;display:flex}.grl-function__libraries__item{border-bottom:1px solid var(--grl-color-border-fade);align-items:center;gap:8px;padding:8px;text-decoration:none;display:flex}.grl-function__libraries__item__actions{gap:8px;margin-left:auto;display:flex}
/*# sourceMappingURL=d5a3fc39b7b55c21.css.map*/