.tx-code-editor{position:relative;display:flex;flex-direction:column;width:100%;min-height:160px;border-radius:12px;border:1px solid var(--tx-code-editor-border, var(--tx-border-color, #dcdfe6));background:var(--tx-code-editor-bg, var(--tx-fill-color-blank, #fff));overflow:hidden;transition:border-color .25s,box-shadow .25s}.tx-code-editor.is-focused{border-color:var(--tx-code-editor-focus, var(--tx-color-primary, #409eff));box-shadow:0 0 0 2px color-mix(in srgb,var(--tx-code-editor-focus, #409eff) 35%,transparent)}.tx-code-editor.is-readonly{opacity:.92}.tx-code-editor__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border-bottom:1px solid var(--tx-code-editor-border, var(--tx-border-color, #dcdfe6));background:var(--tx-code-editor-toolbar-bg, var(--tx-fill-color-lighter, #fafafa));color:var(--tx-code-editor-text, var(--tx-text-color-primary, #303133))}.tx-code-editor__view{flex:1;min-height:160px}.tx-code-editor .cm-editor{height:100%;background:transparent}.tx-code-editor .cm-content{min-height:160px}.tx-code-editor-toolbar[data-v-75d711bd]{display:flex;align-items:center;justify-content:space-between;gap:12px;color:inherit}.tx-code-editor-toolbar__actions[data-v-75d711bd]{display:flex;flex-wrap:wrap;gap:8px}.tx-code-editor-toolbar__action[data-v-75d711bd]{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;border:1px solid color-mix(in srgb,currentColor 12%,transparent);background:transparent;color:inherit;font-size:12px;line-height:1;cursor:pointer;transition:border-color .2s,background-color .2s,color .2s}.tx-code-editor-toolbar__action[data-v-75d711bd]:hover:not(:disabled){background:color-mix(in srgb,currentColor 10%,transparent)}.tx-code-editor-toolbar__action[data-v-75d711bd]:disabled{opacity:.5;cursor:not-allowed}.tx-code-editor-toolbar__action.is-active[data-v-75d711bd]{border-color:color-mix(in srgb,currentColor 30%,transparent);background:color-mix(in srgb,currentColor 18%,transparent)}.tx-code-editor-toolbar__label[data-v-75d711bd]{white-space:nowrap}.tx-code-editor-toolbar__shortcut[data-v-75d711bd]{font-size:11px;opacity:.6}.tx-code-editor-toolbar.is-compact .tx-code-editor-toolbar__action[data-v-75d711bd]{padding:4px 8px}
