.text-editor{color:var(--text-primary);background-color:var(--bg-controls);border-radius:4px;font-size:14px;position:relative}.text-editor .cm-scroller{border-radius:4px;min-width:120px;padding:0 4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.text-editor .cm-cursor{border-left:1px solid var(--text-primary)}.text-editor .cm-editor{width:100%;height:100%;min-height:inherit;border:1px solid #0000;border-radius:4px}.text-editor .cm-editor.cm-focused>.cm-scroller>.cm-selectionLayer .cm-selectionBackground,.text-editor .cm-editor .cm-selectionBackground{background:var(--brand-light)}.text-editor .cm-focused{border-color:var(--brand);box-sizing:border-box;outline:none}.text-editor .cm-content{white-space:pre-wrap;word-wrap:break-word;width:100%;line-height:1.5}.text-editor .cm-line{padding:2px 4px}.text-editor .cm-variable{background-color:var(--rainbow-purple2);color:var(--text-primary);border-radius:4px;margin:2px;padding:3px 4px;font-size:12px}.text-editor .cm-variable-invalid{background-color:var(--rainbow-orange2);color:var(--text-primary);border-radius:4px;margin:2px;padding:3px 4px;font-size:12px}
