.text-node-card{position:absolute;inset:0;display:flex;align-items:flex-start;justify-content:flex-start;padding:0;width:100%;height:100%;border-radius:var(--node-shell-radius);background:var(--text-node-card-bg);border:2px solid var(--text-node-card-border);box-shadow:var(--node-shell-shadow);box-sizing:border-box;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease;cursor:default}.text-node-card:before{content:"";position:absolute;inset:-2px;border-radius:inherit;padding:2px;background:var(--node-shell-edge);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;pointer-events:none}.text-node-card:hover{border-color:var(--text-node-card-selected-border)}.text-node-card-selected{border-color:var(--text-node-card-selected-border);box-shadow:var(--node-shell-selected-shadow)}.text-node-card-generating{border-color:var(--brand-blue);box-shadow:var(--node-shell-shadow),0 0 18px 0 var(--brand-blue);animation:text-node-card-loading-border-glow 2.4s ease-in-out infinite}@keyframes text-node-card-loading-border-glow{0%,to{border-color:var(--brand-blue);box-shadow:var(--node-shell-shadow),0 0 18px 0 var(--brand-blue)}50%{border-color:var(--accent-primary);box-shadow:var(--node-shell-shadow),0 0 26px 2px var(--accent-primary)}}.text-node-structure{position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:0;overflow:hidden;border-radius:inherit}.text-node-header-wrapper{width:100%;height:48px;flex-shrink:0}.text-node-header.node-header{position:relative;inset:auto;width:100%;height:48px;padding:12px 16px 10px;gap:10px;background:transparent;border-radius:0;border:none;box-sizing:border-box}.text-node-header.node-header .node-header-right{gap:10px}.text-node-prompt-wrapper{width:100%;flex:1;min-height:100px;padding:0 16px 16px;box-sizing:border-box;display:flex;align-items:stretch;gap:10px}.text-node-prompt-input{width:100%;flex:1;min-height:80px;padding:8px;background:var(--text-node-prompt-input-bg);border:1px solid transparent;box-shadow:var(--glass-btn-shadow);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--node-panel-radius);box-sizing:border-box;display:flex;position:relative;overflow:hidden}.text-node-prompt-input:before{content:none}.text-node-ai-wrapper{width:100%;flex:1;min-height:0;padding:16px 10px 16px 16px;box-sizing:border-box;gap:10px;background:var(--text-node-ai-wrapper-bg);display:flex;flex-direction:column;overflow:hidden}.text-node-ai-output-container{flex:1;overflow:hidden}.text-node-ai-output{width:100%;height:100%;overflow-y:auto;color:var(--text-node-ai-output-text);font-family:var(--font-body);font-size:var(--font-14);line-height:1.5;white-space:pre-wrap;word-break:break-word;background:transparent;border:none;padding:0;margin:0;resize:none;outline:none}.text-node-agentic-preview{display:flex;flex-direction:column;gap:10px;padding:0;flex:1;min-height:0;overflow:hidden}.text-node-agentic-original-line{width:100%;color:var(--text-node-agentic-original-text);font-size:14px;line-height:18.2px;word-break:break-word;max-height:calc(18.2px * 3);overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:var(--text-node-agentic-scrollbar-thumb) transparent}.text-node-agentic-original-text{text-decoration:line-through;line-height:18.2px;font-weight:400}.text-node-agentic-shell{display:flex;flex-direction:column;gap:10px;padding:16px;background:var(--text-node-agentic-prompt-bg);border-radius:8px;flex:1;min-height:0}.text-node-agentic-card{border:1px solid var(--text-node-agentic-card-border);border-radius:8px;padding:8px;background:var(--text-node-agentic-card-bg);display:flex;flex-direction:column;flex:1;max-height:100%;min-height:0;gap:0}.text-node-agentic-card-top{flex-shrink:0;min-width:0;display:flex;flex-direction:column}.text-node-agentic-refined-wrap{display:flex;flex-direction:column;min-height:0;overflow:hidden}.text-node-agentic-split-resizer{position:relative;width:100%;height:16px;display:flex;align-items:center;justify-content:center;cursor:row-resize;background:var(--text-node-split-resizer-bg);transition:background .15s ease;flex-shrink:0;z-index:2;margin:4px 0}.text-node-agentic-split-resizer:hover{background:var(--text-node-split-resizer-hover-bg)}.text-node-agentic-split-resizer:active{background:var(--text-node-split-resizer-active-bg)}.text-node-agentic-split-resizer .text-node-split-resizer-handle{width:40px;height:4px;border-radius:2px;background:var(--text-node-split-resizer-handle);transition:background .15s ease,width .15s ease}.text-node-agentic-split-resizer:hover .text-node-split-resizer-handle{background:var(--text-node-split-resizer-handle-hover);width:60px}.text-node-agentic-card-header{display:flex;align-items:center;gap:10px;color:var(--text-node-agentic-header-text);font-size:10px;line-height:14px}.text-node-agentic-edit-icon{flex:0 0 auto;color:var(--text-node-agentic-header-icon)}.text-node-agentic-instruction{flex:1;display:block;line-height:14px;min-width:0;max-height:28px;overflow-y:auto;white-space:normal;word-break:break-word;padding-right:4px;scrollbar-width:thin;scrollbar-color:var(--text-node-agentic-scrollbar-thumb) transparent}.text-node-agentic-refined{color:var(--text-node-agentic-refined-text);font-size:14px;line-height:18.2px;white-space:pre-wrap;flex:1;min-height:0;max-height:100%;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:var(--text-node-agentic-scrollbar-thumb) transparent}.text-node-agentic-original-line::-webkit-scrollbar,.text-node-agentic-instruction::-webkit-scrollbar{width:0}.text-node-agentic-original-line::-webkit-scrollbar-thumb,.text-node-agentic-instruction::-webkit-scrollbar-thumb{background:var(--text-node-agentic-scrollbar-thumb);border-radius:10px}.text-node-agentic-original-line::-webkit-scrollbar-track,.text-node-agentic-instruction::-webkit-scrollbar-track{background:var(--text-node-agentic-scrollbar-track);border-radius:10px}.text-node-agentic-original-line:hover::-webkit-scrollbar,.text-node-agentic-original-line:focus-within::-webkit-scrollbar,.text-node-agentic-instruction:hover::-webkit-scrollbar,.text-node-agentic-instruction:focus-within::-webkit-scrollbar,.text-node-agentic-refined:hover::-webkit-scrollbar,.text-node-agentic-refined:focus-within::-webkit-scrollbar{width:4px}.text-node-agentic-refined::-webkit-scrollbar{width:0}.text-node-agentic-refined::-webkit-scrollbar{width:4px}.text-node-agentic-refined::-webkit-scrollbar-thumb{background:var(--text-node-agentic-scrollbar-thumb);border-radius:10px}.text-node-agentic-refined::-webkit-scrollbar-track{background:var(--text-node-agentic-scrollbar-track);border-radius:10px}.text-node-agentic-actions{display:flex;gap:12px;justify-content:space-between;flex-shrink:0;margin-top:12px}.text-node-agentic-close{flex:0 0 auto;border:none;background:transparent;color:var(--text-node-agentic-close-text);font-size:12px;cursor:pointer;line-height:1;padding:0}.text-node-agentic-action-button{flex:1;padding:4px 16px;border-radius:6px;border:1px solid var(--text-node-agentic-action-border);background:var(--text-node-agentic-action-bg);color:var(--text-node-agentic-action-text);font-size:14px;line-height:22px;box-shadow:var(--text-node-agentic-action-shadow);cursor:pointer;transition:background .15s ease,border-color .15s ease}.text-node-agentic-action-button.primary{background:var(--text-node-agentic-action-primary-bg)}.text-node-agentic-action-button:disabled{opacity:.6;cursor:default}.text-node-ai-output::-webkit-scrollbar{width:4px}.text-node-ai-actions{height:32px;display:flex;align-items:center;justify-content:flex-end;position:absolute;bottom:30px;right:20px}.text-node-ai-copy-button{width:32px;height:32px;padding:8px;border:none;border-radius:8px;background:var(--text-node-copy-btn-bg);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,opacity .15s ease}.text-node-ai-copy-button:hover{background:var(--text-node-copy-btn-hover)}.text-node-ai-copy-button:active{background:var(--text-node-copy-btn-active)}.text-node-ai-copy-button:disabled{opacity:.4;cursor:not-allowed}.text-node-card-body{flex:1;display:flex;flex-direction:column;gap:12px}.text-node-toolbar-button{background:var(--node-header-play-btn-bg);border:1px solid transparent;padding:0;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--glass-btn-shadow);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);width:var(--toolbar-icon-hitbox);height:var(--toolbar-icon-hitbox);border-radius:var(--toolbar-icon-radius);color:var(--node-header-play-btn-icon-color);transition:background .2s ease,border-color .2s ease}.text-node-toolbar-button:hover:not(:disabled){background:var(--node-header-play-btn-hover-bg);border-color:transparent}.text-node-toolbar-button:active{box-shadow:none;outline:none}.text-node-toolbar-button:disabled{opacity:.5;cursor:not-allowed}.text-node-toolbar-button svg{width:var(--toolbar-icon-size);height:var(--toolbar-icon-size);flex-shrink:0}.text-node-toolbar-open-editor-icon{display:inline-block;width:var(--toolbar-icon-size);height:var(--toolbar-icon-size);flex-shrink:0;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.05323%204.61727L7.22912%203.44137C7.25745%203.41291%207.27722%203.37707%207.28618%203.33792C7.29514%203.29878%207.29294%203.25791%207.27982%203.21996C7.26671%203.182%207.2432%203.14849%207.21199%203.12324C7.18077%203.09798%207.14309%203.08199%207.10323%203.07709L2.81216%202.57084C2.67555%202.55477%202.5577%202.66994%202.57377%202.80923L3.08002%207.1003C3.10145%207.27709%203.31841%207.35209%203.4443%207.22619L4.61484%206.05566L8.19609%209.63423C8.27912%209.71727%208.41573%209.71727%208.49877%209.63423L9.63448%208.50119C9.71752%208.41816%209.71752%208.28155%209.63448%208.19852L6.05323%204.61727ZM15.5006%209.63423C15.5836%209.71727%2015.7202%209.71727%2015.8032%209.63423L19.3845%206.05566L20.555%207.22619C20.5835%207.25452%2020.6193%207.27429%2020.6585%207.28325C20.6976%207.29221%2020.7385%207.29001%2020.7764%207.27689C20.8144%207.26378%2020.8479%207.24027%2020.8732%207.20905C20.8984%207.17784%2020.9144%207.14016%2020.9193%207.1003L21.4256%202.81191C21.4416%202.6753%2021.3264%202.55744%2021.1872%202.57352L16.8961%203.07977C16.7193%203.10119%2016.6443%203.31816%2016.7702%203.44405L17.9461%204.61994L14.3648%208.19584C14.325%208.23611%2014.3026%208.2905%2014.3026%208.34718C14.3026%208.40385%2014.325%208.45824%2014.3648%208.49852L15.5006%209.63423ZM20.9193%2016.8985C20.8979%2016.7217%2020.6809%2016.6467%2020.555%2016.7726L19.3845%2017.9432L15.8032%2014.3646C15.763%2014.3247%2015.7086%2014.3023%2015.6519%2014.3023C15.5952%2014.3023%2015.5408%2014.3247%2015.5006%2014.3646L14.3648%2015.4976C14.325%2015.5379%2014.3026%2015.5923%2014.3026%2015.649C14.3026%2015.7056%2014.325%2015.76%2014.3648%2015.8003L17.9461%2019.3815L16.7702%2020.5574C16.7419%2020.5859%2016.7221%2020.6217%2016.7131%2020.6609C16.7042%2020.7%2016.7064%2020.7409%2016.7195%2020.7789C16.7326%2020.8168%2016.7561%2020.8503%2016.7873%2020.8756C16.8186%2020.9008%2016.8562%2020.9168%2016.8961%2020.9217L21.1872%2021.428C21.3238%2021.444%2021.4416%2021.3289%2021.4256%2021.1896L20.9193%2016.8985ZM8.49877%2014.3646C8.45849%2014.3247%208.40411%2014.3023%208.34743%2014.3023C8.29075%2014.3023%208.23636%2014.3247%208.19609%2014.3646L4.61484%2017.9432L3.4443%2016.7726C3.41584%2016.7443%203.38%2016.7245%203.34085%2016.7156C3.30171%2016.7066%203.26084%2016.7088%203.22289%2016.7219C3.18493%2016.735%203.15142%2016.7585%203.12616%2016.7898C3.10091%2016.821%203.08492%2016.8587%203.08002%2016.8985L2.57377%2021.1869C2.5577%2021.3235%202.67287%2021.4414%202.81216%2021.4253L7.10323%2020.919C7.28002%2020.8976%207.35502%2020.6807%207.22912%2020.5548L6.05323%2019.3815L9.63448%2015.803C9.71752%2015.7199%209.71752%2015.5833%209.63448%2015.5003L8.49877%2014.3646Z'%20fill='%23FFFFFF'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.05323%204.61727L7.22912%203.44137C7.25745%203.41291%207.27722%203.37707%207.28618%203.33792C7.29514%203.29878%207.29294%203.25791%207.27982%203.21996C7.26671%203.182%207.2432%203.14849%207.21199%203.12324C7.18077%203.09798%207.14309%203.08199%207.10323%203.07709L2.81216%202.57084C2.67555%202.55477%202.5577%202.66994%202.57377%202.80923L3.08002%207.1003C3.10145%207.27709%203.31841%207.35209%203.4443%207.22619L4.61484%206.05566L8.19609%209.63423C8.27912%209.71727%208.41573%209.71727%208.49877%209.63423L9.63448%208.50119C9.71752%208.41816%209.71752%208.28155%209.63448%208.19852L6.05323%204.61727ZM15.5006%209.63423C15.5836%209.71727%2015.7202%209.71727%2015.8032%209.63423L19.3845%206.05566L20.555%207.22619C20.5835%207.25452%2020.6193%207.27429%2020.6585%207.28325C20.6976%207.29221%2020.7385%207.29001%2020.7764%207.27689C20.8144%207.26378%2020.8479%207.24027%2020.8732%207.20905C20.8984%207.17784%2020.9144%207.14016%2020.9193%207.1003L21.4256%202.81191C21.4416%202.6753%2021.3264%202.55744%2021.1872%202.57352L16.8961%203.07977C16.7193%203.10119%2016.6443%203.31816%2016.7702%203.44405L17.9461%204.61994L14.3648%208.19584C14.325%208.23611%2014.3026%208.2905%2014.3026%208.34718C14.3026%208.40385%2014.325%208.45824%2014.3648%208.49852L15.5006%209.63423ZM20.9193%2016.8985C20.8979%2016.7217%2020.6809%2016.6467%2020.555%2016.7726L19.3845%2017.9432L15.8032%2014.3646C15.763%2014.3247%2015.7086%2014.3023%2015.6519%2014.3023C15.5952%2014.3023%2015.5408%2014.3247%2015.5006%2014.3646L14.3648%2015.4976C14.325%2015.5379%2014.3026%2015.5923%2014.3026%2015.649C14.3026%2015.7056%2014.325%2015.76%2014.3648%2015.8003L17.9461%2019.3815L16.7702%2020.5574C16.7419%2020.5859%2016.7221%2020.6217%2016.7131%2020.6609C16.7042%2020.7%2016.7064%2020.7409%2016.7195%2020.7789C16.7326%2020.8168%2016.7561%2020.8503%2016.7873%2020.8756C16.8186%2020.9008%2016.8562%2020.9168%2016.8961%2020.9217L21.1872%2021.428C21.3238%2021.444%2021.4416%2021.3289%2021.4256%2021.1896L20.9193%2016.8985ZM8.49877%2014.3646C8.45849%2014.3247%208.40411%2014.3023%208.34743%2014.3023C8.29075%2014.3023%208.23636%2014.3247%208.19609%2014.3646L4.61484%2017.9432L3.4443%2016.7726C3.41584%2016.7443%203.38%2016.7245%203.34085%2016.7156C3.30171%2016.7066%203.26084%2016.7088%203.22289%2016.7219C3.18493%2016.735%203.15142%2016.7585%203.12616%2016.7898C3.10091%2016.821%203.08492%2016.8587%203.08002%2016.8985L2.57377%2021.1869C2.5577%2021.3235%202.67287%2021.4414%202.81216%2021.4253L7.10323%2020.919C7.28002%2020.8976%207.35502%2020.6807%207.22912%2020.5548L6.05323%2019.3815L9.63448%2015.803C9.71752%2015.7199%209.71752%2015.5833%209.63448%2015.5003L8.49877%2014.3646Z'%20fill='%23FFFFFF'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.text-node-toolbar-divider{width:1px;height:var(--toolbar-divider-height);background:var(--text-node-toolbar-divider);margin:0;align-self:center}.text-node-toolbar-button--open-editor{margin-left:var(--toolbar-divider-margin)}.text-node-toolbar-action-button{display:inline-flex;align-items:center;gap:var(--toolbar-action-gap);padding:var(--toolbar-action-padding-y) var(--toolbar-action-padding-x);height:var(--toolbar-action-height);min-width:var(--toolbar-action-min-width);border-radius:var(--toolbar-action-radius);border:1px solid transparent;background:linear-gradient(115deg,#dbfffe59,#e5d4b559 17%,#f7b28559 32%,#837fff59 51%,#ef97e659 82%,#fc979959);box-shadow:var(--glass-btn-shadow);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--node-header-play-btn-icon-color);font-family:var(--font-primary);font-size:12px;font-weight:400;line-height:16px;white-space:nowrap;cursor:pointer;transition:background .2s ease,border-color .2s ease}.text-node-toolbar-action-button:hover:not(:disabled){background:linear-gradient(115deg,#dbfffe59,#e5d4b559 17%,#f7b28559 32%,#837fff59 51%,#ef97e659 82%,#fc979959);border-color:transparent}.text-node-toolbar-action-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.text-node-toolbar-action-button.tutorial-highlight{position:relative;font-weight:inherit}.text-node-toolbar-action-button.tutorial-highlight:after{content:"";position:absolute;inset:-6px;border:2px solid var(--text-node-tutorial-highlight-border);border-radius:6px;pointer-events:none}.text-node-toolbar-action-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.text-node-toolbar-action-icon svg{width:100%;height:100%}.text-node-textarea{width:100%;height:100%;flex:1;min-height:0;max-height:100%;overflow-y:auto;resize:none;background:transparent;border:none;color:var(--text-node-textarea-text);font-family:var(--font-body);font-size:var(--font-14);line-height:1.5;outline:none;padding:10px 12px;box-sizing:border-box;word-break:break-word;scrollbar-width:thin;scrollbar-color:var(--text-node-scrollbar-thumb) transparent}.text-node-textarea::placeholder{color:var(--text-node-textarea-placeholder);font-family:var(--font-body)}.text-node-textarea:read-only{cursor:wait}.text-node-textarea::-webkit-scrollbar{width:0}.text-node-textarea::-webkit-scrollbar-track{background:var(--text-node-scrollbar-track);border-radius:2px}.text-node-textarea::-webkit-scrollbar-thumb{background:var(--text-node-scrollbar-thumb);border-radius:2px}.text-node-textarea::-webkit-scrollbar-thumb:hover{background:var(--text-node-scrollbar-thumb-hover)}.text-node-textarea:hover::-webkit-scrollbar,.text-node-textarea:focus::-webkit-scrollbar,.text-node-ai-output:hover::-webkit-scrollbar,.text-node-ai-output:focus::-webkit-scrollbar{width:4px}.text-node-compact-contenteditable{white-space:pre-wrap;word-break:break-word;outline:none;min-height:1.5em}.text-node-compact-contenteditable:empty:before{content:attr(data-placeholder);color:var(--text-node-textarea-placeholder);font-family:var(--font-body);pointer-events:none}.text-node-compact-contenteditable[contenteditable=false]{cursor:wait}.text-node-compact-contenteditable .text-node-variable-badge{cursor:grab;-webkit-user-select:none;user-select:none}.text-node-ai-output{scrollbar-width:thin;scrollbar-color:var(--text-node-scrollbar-thumb) transparent}.text-node-ai-output::-webkit-scrollbar{width:0}.text-node-ai-output::-webkit-scrollbar-track{background:var(--text-node-scrollbar-track);border-radius:2px}.text-node-ai-output::-webkit-scrollbar-thumb{background:var(--text-node-scrollbar-thumb);border-radius:2px}.text-node-ai-output::-webkit-scrollbar-thumb:hover{background:var(--text-node-scrollbar-thumb-hover)}.text-node-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-node-card-refined{background:var(--text-node-refined-card-bg);border:2px solid var(--text-node-refined-card-border);box-shadow:var(--node-shell-shadow)}.text-node-card-refined.text-node-card-selected{border-color:var(--text-node-card-selected-border);box-shadow:var(--node-shell-selected-shadow)}.text-node-generating-overlay{position:absolute;inset:0;border-radius:inherit;background:var(--text-node-generating-overlay-bg);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:4;overflow:hidden}.text-node-generating-overlay:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 35%,var(--overlay-light) 50%,transparent 65%);background-size:250% 100%;animation:text-node-loading-shimmer 1.8s ease-in-out infinite;pointer-events:none}.text-node-loading-center-stack{position:relative;z-index:1;width:min(220px,calc(100% - 32px));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.text-node-loading-orbit{width:56px;height:56px;position:relative}.text-node-loading-orbit-track{position:relative;width:100%;height:100%;animation:text-node-loading-orbit-spin 2s linear infinite}.text-node-loading-orbit-sphere{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--accent-primary);box-shadow:0 0 10px 2px var(--accent-primary),0 0 4px var(--accent-primary);top:0;left:50%;translate:-50% -50%}.text-node-loading-orbit-sphere--secondary{background:var(--brand-accent-primary);box-shadow:0 0 10px 2px var(--brand-accent-primary),0 0 4px var(--brand-accent-primary);top:auto;bottom:0;translate:-50% 50%}.text-node-loading-status{color:var(--brand-blue);font-size:var(--font-12);font-weight:600;line-height:1;letter-spacing:.01em;text-align:center;margin-top:8px}@keyframes text-node-loading-orbit-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes text-node-loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.text-node-describe-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--text-node-describe-overlay-bg);border-radius:inherit;cursor:pointer;z-index:3;overflow:hidden;opacity:1}.text-node-describe-overlay:focus-visible{outline:2px solid rgba(248,141,230,.6);outline-offset:-2px}.text-node-describe-overlay-btn{display:flex;width:40px;height:40px;padding:8px;justify-content:center;align-items:center;border-radius:8px;background:var(--text-node-describe-overlay-btn-bg);color:var(--text-node-describe-overlay-btn-color);pointer-events:none;transition:background .2s ease,transform .1s ease}.text-node-describe-overlay:hover .text-node-describe-overlay-btn{background:var(--text-node-describe-overlay-btn-hover-bg);transform:scale(1.05)}.text-node-describe-overlay-text{color:var(--text-node-describe-overlay-text);font-family:var(--font-primary);font-size:14px;font-weight:400;line-height:1.3;pointer-events:none;-webkit-user-select:none;user-select:none;margin:0}.base-node-content.text-node-content-above-handles{z-index:50}.text-node-focused-textarea-wrapper{position:relative;display:flex;flex:1;min-height:0}.text-node-focused-popup-contenteditable{flex:1;width:100%;min-height:0;padding:0;margin:0;outline:none;overflow-y:auto;color:var(--text-primary);font-family:var(--font-body, Lato, sans-serif);font-size:18px;line-height:1.8;white-space:pre-wrap;word-break:break-word;scrollbar-width:thin;scrollbar-color:var(--text-node-scrollbar-thumb) transparent}.text-node-focused-popup-contenteditable::-webkit-scrollbar{width:4px}.text-node-focused-popup-contenteditable::-webkit-scrollbar-track{background:transparent}.text-node-focused-popup-contenteditable::-webkit-scrollbar-thumb{background:var(--text-node-scrollbar-thumb, rgba(255, 255, 255, .25));border-radius:2px}.text-node-focused-popup-contenteditable:empty:before{content:attr(data-placeholder);color:var(--text-node-textarea-placeholder, var(--text-placeholder));pointer-events:none}.text-node-focused-popup-contenteditable .text-node-variable-badge{cursor:grab;-webkit-user-select:none;user-select:none}.text-node-generating-indicator{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:12px;background:var(--text-node-generating-indicator-bg);border:1px solid var(--text-node-generating-indicator-border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-family:var(--font-primary);font-size:var(--font-12);color:var(--text-node-generating-text);position:relative;z-index:1}.text-node-generating-spinner{width:18px;height:18px;border-radius:50%;border:2px solid var(--text-node-spinner-border);border-top-color:var(--text-node-spinner-top)}.text-node-generating-text{letter-spacing:.02em}.text-node-generating-overlay .text-node-generating-indicator{border:none}.text-node-generating-overlay .text-node-generating-spinner{border:2px solid var(--brand-accent-primary);border-top-color:transparent}.text-node-generating-overlay .text-node-generating-text{color:var(--brand-accent-primary)}.text-node-card-body-refined{background:transparent;border-radius:0;padding:0;border:none;display:flex;flex:1;min-height:0}.text-node-readonly-wrapper{flex:1;max-height:100%;overflow-y:auto;padding-right:6px}.text-node-readonly-wrapper::-webkit-scrollbar{width:4px}.text-node-readonly-wrapper::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.text-node-readonly-wrapper::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:2px}.text-node-readonly-wrapper::-webkit-scrollbar-thumb:hover{background:#fff6}.text-node-readonly-text{margin:0;color:var(--text-node-readonly-text);font-size:var(--font-14);line-height:1.5;white-space:pre-wrap;word-break:break-word}.text-node-readonly-text::selection{background:var(--text-node-selection-bg);color:#fff}.text-node-split-resizer{position:relative;width:100%;height:16px;display:flex;align-items:center;justify-content:center;cursor:row-resize;background:var(--text-node-split-resizer-bg);transition:background .15s ease;flex-shrink:0;z-index:2}.text-node-split-resizer:hover{background:var(--text-node-split-resizer-hover-bg)}.text-node-split-resizer:active{background:var(--text-node-split-resizer-active-bg)}.text-node-split-resizer-handle{width:40px;height:4px;border-radius:2px;background:var(--text-node-split-resizer-handle);transition:background .15s ease,width .15s ease}.text-node-split-resizer:hover .text-node-split-resizer-handle{background:var(--text-node-split-resizer-handle-hover);width:60px}.text-node-resize-line{border-color:var(--text-node-resize-border-color)!important;border-width:1px!important}.text-node-resize-handle{width:8px!important;height:8px!important;border-radius:2px!important;background:var(--text-node-resize-handle-bg)!important;border:1px solid rgba(255,255,255,.2)!important}.text-node-resize-handle:hover{background:var(--text-node-resize-handle-hover-bg)!important;transform:scale(1.2)}.text-node-prompt-wrapper{flex:none;min-height:80px}.text-node-resize-footer{width:100%;height:24px;display:flex;align-items:center;justify-content:flex-end;padding:6px 12px;cursor:nwse-resize;color:var(--text-node-resize-footer-color);background:transparent;flex-shrink:0;box-sizing:border-box;transition:color .15s ease}.text-node-resize-icon:hover{color:var(--text-node-resize-icon-hover)}.text-node-resize-icon:active{color:var(--text-node-resize-icon-active)}.text-node-resize-icon{flex-shrink:0}.text-node-expand-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;background:transparent;color:var(--text-tertiary, #8B8B8B);cursor:pointer;transition:background .15s ease,color .15s ease;flex-shrink:0}.text-node-expand-button:hover{background:var(--bg-hover, rgba(255, 255, 255, .1));color:var(--text-primary, #ffffff)}.text-node-add-variable-button{display:flex;align-items:center;height:20px;padding:0 8px;border:none;border-radius:4px;background:transparent;color:var(--text-tertiary, #8B8B8B);font-family:var(--font-body);font-size:11px;cursor:pointer;flex-shrink:0;transition:background .15s ease,color .15s ease}.text-node-add-variable-button:hover{background:var(--bg-hover, rgba(255, 255, 255, .1));color:var(--text-primary, #ffffff)}.text-node-prompt-wrapper-compact{position:relative;display:flex;flex-direction:column;padding:0 16px}.text-node-inline-textarea{flex:1;width:100%;min-height:0;margin:0;padding:12px;background:var(--text-node-prompt-input-bg);border:none;border-radius:8px;resize:none;outline:none;overflow-y:auto;cursor:text;color:var(--text-node-preview-text);font-family:var(--font-body);font-size:14px;line-height:1.5;word-break:break-word;white-space:pre-wrap;scrollbar-width:thin;scrollbar-color:var(--text-node-scrollbar-thumb) transparent;box-sizing:border-box}.text-node-inline-textarea::-webkit-scrollbar{width:4px}.text-node-inline-textarea::-webkit-scrollbar-track{background:var(--text-node-scrollbar-track);border-radius:2px}.text-node-inline-textarea::-webkit-scrollbar-thumb{background:var(--text-node-scrollbar-thumb);border-radius:2px}.text-node-inline-textarea::placeholder{color:var(--text-node-textarea-placeholder);font-style:italic}.text-node-inline-textarea:focus{outline:none}.text-node-compact-metadata{color:var(--text-node-metadata-text);font-family:var(--font-body);font-size:11px;line-height:24px;margin-right:auto;padding-left:4px}.text-node-card-focused{overflow:visible!important}.text-node-focused-popup{position:absolute;top:53px;left:-220px;width:calc(100% + 440px);min-height:700px;display:flex;flex-direction:column;background:var(--text-node-card-bg);border:1px solid var(--text-node-card-selected-border);border-radius:12px;box-shadow:0 8px 32px #00000080,0 0 0 1px #ffffff0d;z-index:100;padding:16px;box-sizing:border-box;transform-origin:top center}.text-node-focused-popup-textarea{flex:1;width:100%;min-height:0;margin:0;padding:0;border:none;border-radius:0;resize:none;outline:none;overflow-y:auto;background:transparent;color:var(--text-primary);font-family:var(--font-body, Lato, sans-serif);font-size:18px;line-height:1.8;scrollbar-width:thin;scrollbar-color:var(--text-node-scrollbar-thumb) transparent}.text-node-focused-popup-textarea::-webkit-scrollbar{width:4px}.text-node-focused-popup-textarea::-webkit-scrollbar-track{background:transparent}.text-node-focused-popup-textarea::-webkit-scrollbar-thumb{background:var(--text-node-scrollbar-thumb, rgba(255, 255, 255, .25));border-radius:2px}.text-node-focused-popup-textarea::placeholder{color:var(--text-node-textarea-placeholder, var(--text-placeholder))}.text-node-focused-popup-textarea:focus{outline:none}.text-node-focused-popup-footer{display:flex;align-items:center;justify-content:space-between;padding-top:8px}.text-node-focused-popup-footer-right{display:flex;align-items:center;gap:8px}.text-node-focused-expand-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;background:transparent;color:var(--text-tertiary, #8B8B8B);cursor:pointer;transition:background .15s ease,color .15s ease}.text-node-focused-expand-button:hover{background:var(--bg-hover, rgba(255, 255, 255, .1));color:var(--text-primary, #ffffff)}.text-node-focused-popup-hint{color:var(--text-node-metadata-text);font-family:var(--font-body, Lato, sans-serif);font-size:11px;opacity:.6}.text-node-focused-popup-processing{display:flex;align-items:center;gap:8px;padding:12px 0;border-top:1px solid var(--border-primary, rgba(255, 255, 255, .08))}.text-node-focused-popup-ai{flex-shrink:0;max-height:200px;overflow-y:auto;border-top:1px solid var(--border-primary, rgba(255, 255, 255, .08));padding-top:12px;margin-top:12px}.text-node-focused-popup-ai-output{width:100%}.text-node-focused-popup-ai-textarea{width:100%;min-height:80px;margin:0;padding:0;border:none;border-radius:0;resize:none;outline:none;background:transparent;color:var(--text-primary);font-family:var(--font-body, Lato, sans-serif);font-size:14px;line-height:1.6}.text-node-focused-popup-ai-textarea:focus{outline:none}.text-node-focused-popup-action-btn svg{width:14px;height:14px}.text-node-variable-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;background:var(--variable-badge-bg, rgba(241, 160, 250, .15));color:var(--variable-badge-color, #F1A0FA);font-size:12px;font-family:var(--font-body, Lato, sans-serif);font-weight:500;line-height:1.4;white-space:nowrap;vertical-align:middle;margin:0 2px;-webkit-user-select:none;user-select:none}.text-node-variable-badge-editing{outline:1px solid var(--variable-badge-outline, rgba(241, 160, 250, .5));cursor:text;-webkit-user-select:text;user-select:text}.text-node-variable-badge-prefix{opacity:.6;pointer-events:none}.text-node-variable-badge-name{outline:none;min-width:1ch}.text-node-badge-after{font-weight:400;background:none;color:inherit;padding:0;margin:0;border-radius:0;display:inline}.text-node-badge-view{position:absolute;inset:0;overflow-y:auto;font-family:var(--font-body, Lato, sans-serif);font-size:var(--font-14, 14px);line-height:1.5;color:var(--text-node-textarea-text);word-break:break-word;cursor:text;padding:0;scrollbar-width:thin;scrollbar-color:var(--text-node-scrollbar-thumb) transparent}.text-node-badge-view-popup{font-size:18px;line-height:1.8}.text-node-at-dropdown{min-width:200px;max-width:300px;background:var(--bg-secondary, #1a1a2e);border:1px solid var(--border-primary, rgba(255, 255, 255, .12));border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #00000080}.text-node-at-dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;background:transparent;border:none;color:var(--text-primary, #fff);font-family:var(--font-body, Lato, sans-serif);font-size:13px;text-align:left;cursor:pointer;transition:background .1s ease}.text-node-at-dropdown-item:hover,.text-node-at-dropdown-item.active{background:var(--bg-hover, rgba(255, 255, 255, .08))}.text-node-at-dropdown-create{color:var(--text-secondary, rgba(255, 255, 255, .6));border-top:1px solid var(--border-primary, rgba(255, 255, 255, .08))}.text-node-at-dropdown-badge-preview{display:inline-flex;align-items:center;padding:1px 6px;border-radius:10px;background:var(--accent-gradient, linear-gradient(135deg, #FF8EE5, #8953BC));color:var(--text-primary, #fff);font-size:11px;font-weight:500}.text-node-thinking-stack{display:flex;flex-direction:column;align-items:center;gap:16px;position:relative;z-index:1;width:100%;padding:0 24px;box-sizing:border-box}.text-node-skeleton-stack{display:flex;flex-direction:column;gap:8px;width:100%;max-width:200px}.text-node-skeleton-line{height:8px;border-radius:4px;background:var(--brand-blue);animation:text-node-skeleton-pulse 1.6s ease-in-out infinite}.text-node-skeleton-line:nth-child(1){width:100%;animation-delay:0s}.text-node-skeleton-line:nth-child(2){width:65%;animation-delay:.2s}.text-node-skeleton-line:nth-child(3){width:80%;animation-delay:.4s}@keyframes text-node-skeleton-pulse{0%,to{opacity:.35}50%{opacity:.85}}@media(prefers-reduced-motion:reduce){.text-node-skeleton-line{animation:none;opacity:.5}.text-node-card-generating{animation:none;border-color:var(--brand-blue);box-shadow:var(--node-shell-shadow),0 0 18px 0 var(--brand-blue)}.text-node-loading-orbit-track,.text-node-generating-overlay:after{animation:none}}
