.instruction-input-container{width:100%}.instruction-input-editor{min-height:24px;max-height:200px;overflow-y:auto}.instruction-editor{font-family:var(--font-smooth),ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.instruction-editor .ProseMirror{outline:none!important;min-height:24px}.instruction-editor .ProseMirror:focus-visible{outline:none!important}.instruction-editor .ProseMirror p{margin:0;line-height:1.6}.instruction-editor .ProseMirror.is-empty:before{pointer-events:none;float:left;height:0;width:100%;color:#999}.instruction-editor .ProseMirror>p.is-editor-empty[data-placeholder]:before{content:attr(data-placeholder);color:#9ca3af}.instruction-editor .text-prompt-template{background-color:rgba(0,109,250,.0784313725);padding:0 2px;margin:0 2px;border-radius:4px;display:inline-block}.instruction-editor .text-prompt-template .content{color:#006dfa;padding:0 2px;display:flex;flex-direction:row;align-items:center;justify-content:center}.instruction-editor .text-prompt-template .content:empty:before{pointer-events:none;float:left;height:100%;width:100%;color:#99c5fd;font-size:inherit;line-height:inherit}.instruction-editor .text-prompt-template .content:empty[data-placeholder]:before{content:attr(data-placeholder)}.dark .instruction-editor .ProseMirror>p.is-editor-empty[data-placeholder]:before{color:#6b7280}.dark .instruction-editor .text-prompt-template{background-color:rgba(0,109,250,.2)}.dark .instruction-editor .text-prompt-template .content{color:#60a5fa}.dark .instruction-editor .text-prompt-template .content:empty:before{color:#3b82f6}