.Input__wrapper{flex-direction:row;align-items:center;margin-bottom:10px;display:flex}.Input__label{color:#666;flex:1;display:flex}.Input__input{color:#000;border:1px solid #999;border-radius:5px;flex:2;min-width:0;padding:7px 10px;font-size:16px;display:flex}
.Modal__overlay{flex-direction:column;flex-grow:0px;flex-shrink:1px;z-index:100;background-color:rgba(40,40,40,.6);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.Modal__modal{flex-grow:0px;background-color:#fff;border-radius:10px;flex-direction:column;min-width:300px;min-height:100px;padding:20px;display:flex;position:relative;box-shadow:0 0 20px #444}.Modal__title{color:#444;border-bottom:1px solid #ccc;margin:0;padding-bottom:10px}.Modal__closeButton{text-align:center;cursor:pointer;background-color:#eee;border:0;border-radius:20px;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;right:20px}.Modal__closeButton:hover{background-color:#ddd}.Modal__content{padding-top:20px}
.PlaygroundEditorTheme__ltr{text-align:left}.PlaygroundEditorTheme__rtl{text-align:right}.PlaygroundEditorTheme__paragraph{width:calc(100% - 25px);margin:10px 0;position:relative}.PlaygroundEditorTheme__quote{color:#65676b;border-left:4px solid #ced0d4;margin:0 0 10px 20px;padding-left:16px;font-size:15px}.PlaygroundEditorTheme__h1{color:#050505;margin:0;font-size:24px;font-weight:400}.PlaygroundEditorTheme__h2{color:#65676b;text-transform:uppercase;margin:0;font-size:15px;font-weight:700}.PlaygroundEditorTheme__h3{text-transform:uppercase;margin:0;font-size:12px}.PlaygroundEditorTheme__indent{--lexical-indent-base-value:40px}.PlaygroundEditorTheme__textBold{font-weight:700}.PlaygroundEditorTheme__textItalic{font-style:italic}.PlaygroundEditorTheme__textUnderline{text-decoration:underline}.PlaygroundEditorTheme__textStrikethrough{text-decoration:line-through}.PlaygroundEditorTheme__textUnderlineStrikethrough{text-decoration:underline line-through}.PlaygroundEditorTheme__textSubscript{font-size:.8em;vertical-align:sub!important}.PlaygroundEditorTheme__textSuperscript{vertical-align:super;font-size:.8em}.PlaygroundEditorTheme__textCode{background-color:#f0f2f5;padding:1px .25rem;font-family:Menlo,Consolas,Monaco,monospace;font-size:94%}.PlaygroundEditorTheme__hashtag{background-color:rgba(88,144,255,.15);border-bottom:1px solid rgba(88,144,255,.3)}.PlaygroundEditorTheme__link{color:#216fdb;text-decoration:none}.PlaygroundEditorTheme__link:hover{cursor:pointer;text-decoration:underline}.PlaygroundEditorTheme__code{-moz-tab-size:2;tab-size:2;background-color:#f0f2f5;margin:8px 0;padding:8px 8px 8px 52px;font-family:Menlo,Consolas,Monaco,monospace;font-size:13px;line-height:1.53;display:block;position:relative;overflow-x:auto}.PlaygroundEditorTheme__code:before{content:attr(data-gutter);color:#777;white-space:pre-wrap;text-align:right;background-color:#eee;border-right:1px solid #ccc;min-width:25px;padding:8px;position:absolute;top:0;left:0}.PlaygroundEditorTheme__table{border-collapse:collapse;border-spacing:0;table-layout:fixed;width:calc(100% - 25px);max-width:100%;margin:30px 0;overflow-y:scroll}.PlaygroundEditorTheme__tableSelected{outline:2px solid #3c84f4}.PlaygroundEditorTheme__tableCell{vertical-align:top;text-align:start;cursor:default;border:1px solid #bbb;outline:none;min-width:75px;padding:8px 12px;position:relative}@media (max-width:1280px){.PlaygroundEditorTheme__tableCell{padding:8px 12px}}.PlaygroundEditorTheme__tableCellSortedIndicator{opacity:.5;background-color:#999;width:100%;height:4px;display:block;position:absolute;bottom:0;left:0}.PlaygroundEditorTheme__tableCellResizer{cursor:ew-resize;z-index:10;width:8px;height:100%;position:absolute;top:0;right:-4px}.PlaygroundEditorTheme__tableCellHeader{text-align:start;background-color:#f2f3f5}.PlaygroundEditorTheme__tableCellSelected{background-color:#c9dbf0}.PlaygroundEditorTheme__tableCellPrimarySelected{z-index:2;border:2px solid #3c84f4;width:calc(100% - 2px);height:calc(100% - 2px);display:block;position:absolute;top:-1px;left:-1px}.PlaygroundEditorTheme__tableCellEditing{border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.4)}.PlaygroundEditorTheme__tableAddColumns{cursor:pointer;background-color:#eee;border:0;width:20px;height:100%;animation:.2s table-controls;position:absolute;top:0;right:0}.PlaygroundEditorTheme__tableAddColumns:after{content:" ";opacity:.4;background-image:url(/images/icons/plus.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.PlaygroundEditorTheme__tableAddColumns:hover{background-color:#c9dbf0}.PlaygroundEditorTheme__tableAddRows{cursor:pointer;background-color:#eee;border:0;width:calc(100% - 25px);height:20px;animation:.2s table-controls;position:absolute;bottom:-25px;left:0}.PlaygroundEditorTheme__tableAddRows:after{content:" ";opacity:.4;background-image:url(/images/icons/plus.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.PlaygroundEditorTheme__tableAddRows:hover{background-color:#c9dbf0}@keyframes table-controls{0%{opacity:0}to{opacity:1}}.PlaygroundEditorTheme__tableCellResizeRuler{background-color:#3c84f4;width:1px;height:100%;display:block;position:absolute;top:0}.PlaygroundEditorTheme__tableCellActionButtonContainer{z-index:4;width:20px;height:20px;display:block;position:absolute;top:6px;right:5px}.PlaygroundEditorTheme__tableCellActionButton{color:#222;cursor:pointer;background-color:#eee;border:0;border-radius:20px;width:20px;height:20px;display:block}.PlaygroundEditorTheme__tableCellActionButton:hover{background-color:#ddd}.PlaygroundEditorTheme__characterLimit{display:inline;background-color:#fbb!important}.PlaygroundEditorTheme__ol1,.PlaygroundEditorTheme__ol2,.PlaygroundEditorTheme__ol3,.PlaygroundEditorTheme__ol4,.PlaygroundEditorTheme__ol5{margin:0;padding:0;list-style-type:decimal;list-style-position:inside}.PlaygroundEditorTheme__ul{margin:0;padding:0;list-style:outside}.PlaygroundEditorTheme__listItem{margin:0 32px}.PlaygroundEditorTheme__listItemChecked,.PlaygroundEditorTheme__listItemUnchecked{outline:none;margin-left:8px;margin-right:8px;padding-left:24px;padding-right:24px;list-style-type:none;position:relative}.PlaygroundEditorTheme__listItemUnchecked:before,.PlaygroundEditorTheme__listItemChecked:before{content:"";cursor:pointer;background-size:cover;width:16px;height:16px;display:block;position:absolute;top:2px;left:0}.PlaygroundEditorTheme__listItemUnchecked[dir=rtl]:before,.PlaygroundEditorTheme__listItemChecked[dir=rtl]:before{left:auto;right:0}.PlaygroundEditorTheme__listItemUnchecked:focus:before,.PlaygroundEditorTheme__listItemChecked:focus:before{border-radius:2px;box-shadow:0 0 0 2px #a6cdfe}.PlaygroundEditorTheme__listItemUnchecked:before{border:1px solid #999;border-radius:2px}.PlaygroundEditorTheme__listItemChecked:before{background-color:#3d87f5;background-repeat:no-repeat;border:1px solid #3d87f5;border-radius:2px}.PlaygroundEditorTheme__listItemChecked:after{content:"";cursor:pointer;border:2px solid #fff;border-width:0 2px 2px 0;width:3px;height:6px;display:block;position:absolute;top:6px;left:7px;right:7px;transform:rotate(45deg)}.PlaygroundEditorTheme__nestedListItem{list-style-type:none}.PlaygroundEditorTheme__nestedListItem:before,.PlaygroundEditorTheme__nestedListItem:after{display:none}.PlaygroundEditorTheme__tokenComment{color:#708090}.PlaygroundEditorTheme__tokenPunctuation{color:#999}.PlaygroundEditorTheme__tokenProperty{color:#905}.PlaygroundEditorTheme__tokenSelector{color:#690}.PlaygroundEditorTheme__tokenOperator{color:#9a6e3a}.PlaygroundEditorTheme__tokenAttr{color:#07a}.PlaygroundEditorTheme__tokenVariable{color:#e90}.PlaygroundEditorTheme__tokenFunction{color:#dd4a68}.PlaygroundEditorTheme__mark{background:rgba(255,212,0,.14);border-bottom:2px solid rgba(255,212,0,.3);padding-bottom:2px}.PlaygroundEditorTheme__markOverlap{background:rgba(255,212,0,.3);border-bottom:2px solid rgba(255,212,0,.7)}.PlaygroundEditorTheme__mark.selected{background:rgba(255,212,0,.5);border-bottom:2px solid #ffd400}.PlaygroundEditorTheme__markOverlap.selected{background:rgba(255,212,0,.7);border-bottom:2px solid rgba(255,212,0,.7)}.PlaygroundEditorTheme__embedBlock{-webkit-user-select:none;-moz-user-select:none;user-select:none}.PlaygroundEditorTheme__embedBlockFocus{outline:2px solid #3c84f4}.generative-prompt-list-item{background-color:#eff6ff;border-radius:0 4px 4px 0;padding-left:8px;transition:all .2s;border-left:3px solid #3b82f6!important;margin-left:0!important;margin-right:32px!important}.generative-list-item{background-color:rgba(243,244,246,.8);border-radius:0 4px 4px 0;padding-left:8px;transition:all .2s;border-left:2px solid #e5e7eb!important;margin-left:0!important;margin-right:32px!important}.PlaygroundEditorTheme__listItem{margin:0 32px;position:relative}.PlaygroundEditorTheme__ul .PlaygroundEditorTheme__listItem,.PlaygroundEditorTheme__ol1 .PlaygroundEditorTheme__listItem,.PlaygroundEditorTheme__ol2 .PlaygroundEditorTheme__listItem,.PlaygroundEditorTheme__ol3 .PlaygroundEditorTheme__listItem,.PlaygroundEditorTheme__ol4 .PlaygroundEditorTheme__listItem,.PlaygroundEditorTheme__ol5 .PlaygroundEditorTheme__listItem{list-style:inherit}.generative-prompt-table{border-radius:8px;transition:all .2s;background-color:#eff6ff!important;border:2px solid #3b82f6!important}.generative-table{border-radius:8px;transition:all .2s;background-color:rgba(243,244,246,.5)!important;border:1px solid #e5e7eb!important}
/*# sourceMappingURL=b933e3eeedea007b.css.map*/