.editor-container{border:1px solid hsl(var(--border));border-radius:.75rem;position:relative;width:100%;max-width:100%;margin-left:auto;margin-right:auto;text-align:left;font-weight:400;line-height:20px;color:hsl(var(--foreground));background-color:hsl(var(--background))}.editor-input{position:relative;min-height:150px;resize:none;font-size:15px;caret-color:#444;outline:none;padding:12px 10px;tab-size:.5}.chat-composer .editor-input{min-height:0;font-size:14px;padding:8px 6px}.chat-composer .editor-container{border:none;border-radius:0;background-color:transparent}.editor-placeholder{position:absolute;top:12px;left:12px;color:hsl(var(--muted-foreground));overflow:hidden;text-overflow:ellipsis;user-select:none;pointer-events:none;display:inline-block}.link-editor{position:absolute;z-index:100;top:-10000px;left:-10000px;margin-top:-6px;max-width:300px;width:100%;opacity:0;background-color:hsl(var(--popover));color:hsl(var(--popover-foreground));box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:8px;transition:opacity .5s}.link-editor .link-input{display:block;width:calc(100% - 24px);box-sizing:border-box;margin:8px 12px;padding:8px 12px;border-radius:15px;background-color:hsl(var(--muted));font-size:15px;color:hsl(var(--foreground));border:0;outline:0;position:relative;font-family:inherit}.link-editor div.link-edit{width:35px;position:absolute;right:0;top:0;bottom:0;cursor:pointer}.link-editor .link-input a{color:rgb(33,111,219);text-decoration:none;display:block;white-space:nowrap;overflow:hidden;margin-right:30px;text-overflow:ellipsis}.link-editor .link-input a:hover{text-decoration:underline;text-underline-offset:2px}.EditorTheme__code{background-color:transparent;font-family:Menlo,Consolas,Monaco,monospace;display:block;padding:8px 8px 8px 52px;line-height:1.53;font-size:13px;margin:8px 0;overflow-x:auto;border:1px solid #ccc;position:relative;border-radius:8px;tab-size:2}.EditorTheme__code:before{content:attr(data-gutter);position:absolute;background-color:transparent;border-right:1px solid #ccc;left:0;top:0;padding:8px;color:#777;white-space:pre-wrap;text-align:right;min-width:25px}.EditorTheme__table{border-collapse:collapse;border-spacing:0;overflow-y:scroll;overflow-x:scroll;table-layout:fixed;width:fit-content;width:100%;margin:0 25px 30px 0}.EditorTheme__tokenComment{color:slategray}.EditorTheme__tokenPunctuation{color:#999}.EditorTheme__tokenProperty{color:#905}.EditorTheme__tokenSelector{color:#690}.EditorTheme__tokenOperator{color:#9a6e3a}.EditorTheme__tokenAttr{color:#07a}.EditorTheme__tokenVariable{color:#e90}.EditorTheme__tokenFunction{color:#dd4a68}