.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:1px 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}.text-node-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;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-selected{border-color:var(--text-node-card-selected-border);box-shadow:var(--node-shell-selected-shadow)}.text-node-card-generating{border-color:var(--text-node-card-generating-border);box-shadow:0 18px 44px var(--text-node-generating-glow),0 8px 32px #000000a6}.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(--node-panel-bg);border:1px solid var(--text-node-prompt-input-border);border-radius:var(--node-panel-radius);box-sizing:border-box;display:flex;position:relative;overflow:hidden}.text-node-prompt-input:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:var(--node-panel-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-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:transparent;border:none;padding:0;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:none;width:var(--toolbar-icon-hitbox);height:var(--toolbar-icon-hitbox);border-radius:var(--toolbar-icon-radius);color:var(--text-node-toolbar-btn-color);transition:background .2s ease}.text-node-toolbar-button:hover:not(:disabled){background:var(--text-node-toolbar-btn-hover-bg)}.text-node-toolbar-button:active{box-shadow:none;outline:none}.text-node-toolbar-button:disabled{opacity:.4;cursor:not-allowed;background:transparent}.text-node-toolbar-button svg{width:var(--toolbar-icon-size);height:var(--toolbar-icon-size);flex-shrink:0}.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-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:1.5px solid transparent;background:var(--text-node-action-btn-bg);background-image:linear-gradient(var(--text-node-action-btn-bg),var(--text-node-action-btn-bg)),conic-gradient(from 209deg at 50% 50%,#dbfffea8 21.65427401661873deg,#e5d4b5a8 77.88461744785309deg,#f7b285a8,#837fffa8 212.88461208343506deg,#ef97e6a8 276.9230818748474deg,#fc9799a8 342.16386795043945deg);background-origin:border-box;background-clip:padding-box,border-box;color:var(--text-node-action-btn-text);font-family:var(--font-primary);font-size:12px;font-weight:400;line-height:16px;white-space:nowrap;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.text-node-toolbar-action-button:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.text-node-toolbar-action-button:disabled{opacity:.45;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-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:1px 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;width:200%;height:200%;background:conic-gradient(from 90deg,var(--text-node-generating-gradient-1),var(--text-node-generating-gradient-2),var(--text-node-generating-gradient-1));animation:text-node-generating-sheen 2.4s linear infinite;opacity:.4}.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}.text-node-focused-textarea-wrapper{position:relative;display:flex;flex:1;min-height:0}.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}@keyframes text-node-generating-sheen{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.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-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}
