#__next,body,html{height:100%}.CommentPlugin_AddCommentBox{display:block;position:fixed;border-radius:20px;background-color:#fff;width:40px;height:60px;box-shadow:0 0 3px rgba(0,0,0,.2);z-index:10}.CommentPlugin_AddCommentBox_button{border-radius:20px;border:0;background:none;width:40px;height:60px;position:absolute;top:0;left:0;cursor:pointer}.CommentPlugin_AddCommentBox_button:hover{background-color:#f6f6f6}i.add-comment{background-size:contain;display:inline-block;height:20px;width:20px;vertical-align:-10px;background-image:url(/_next/static/media/chat-left-text.f8d9d18c.svg)}.CommentPlugin_CommentInputBox{display:block;position:fixed;width:90%;max-width:600px;min-height:80px;background-color:#fff;box-shadow:0 0 5px 0 rgba(0,0,0,.1);border-radius:5px;z-index:24;animation:show-input-box .4s ease}@keyframes show-input-box{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.CommentPlugin_CommentInputBox_Buttons{display:flex;flex-direction:row;padding:0 10px 10px;gap:10px}.CommentPlugin_CommentInputBox_Button{flex:1}.CommentPlugin_CommentInputBox_Button.primary{background-color:#4287f5;font-weight:700;color:#fff}.CommentPlugin_CommentInputBox_Button.primary:hover{background-color:#3572d3}.CommentPlugin_CommentInputBox_Button[disabled]{background-color:#eee;opacity:.5;cursor:not-allowed;font-weight:400;color:#444}.CommentPlugin_CommentInputBox_Button[disabled]:hover{opacity:.5;background-color:#eee}.CommentPlugin_CommentInputBox_EditorContainer{position:relative;margin:10px;border-radius:5px}.CommentPlugin_CommentInputBox_Editor{border:1px solid #ccc;background-color:#fff;border-radius:5px;font-size:15px;caret-color:#050505;padding:9px 10px 10px 9px;display:flex;height:150px;display:block;position:relative;outline:0;overflow:auto}.CommentPlugin_CommentInputBox_Editor:focus{outline:1px solid #4287f5}.CommentPlugin_ShowCommentsButton{position:fixed;top:10px;right:10px;background-color:#ddd;border-radius:10px;display:flex}i.comments{background-size:contain;display:inline-block;height:20px;width:20px;vertical-align:-10px;background-image:url(/_next/static/media/comments.73762aba.svg);opacity:.5;transition:opacity .2s linear}.CommentPlugin_ShowCommentsButton:hover i.comments{opacity:1}.CommentPlugin_ShowCommentsButton.active{background-color:#ccc}.CommentPlugin_ShowCommentsButton.inline{position:static;top:auto;right:auto;margin-left:8px}.CommentPlugin_CommentsPanel{position:fixed;right:0;width:500px;height:calc(100% - 120px);top:120px;background-color:#fff;border-top-left-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1);animation:show-comments .2s ease;z-index:25}.CommentPlugin_CommentsPanel_Loading{color:#777;font-size:50px;position:absolute;top:calc(50% - 15px);margin:0;padding:0;width:100%}@keyframes show-comments{0%{opacity:0;transform:translateX(300px)}to{opacity:1;transform:translateX(0)}}.CommentPlugin_CommentsPanel_Heading{padding-left:5px;padding-top:5px;margin:0;height:34px;border-bottom:1px solid #eee;font-size:20px;display:block;width:100%;color:#444;overflow:hidden}.CommentPlugin_CommentsPanel_Editor{position:relative;border:1px solid #ccc;background-color:#fff;border-radius:5px;font-size:15px;caret-color:#050505;display:block;padding:9px 10px 10px 9px;min-height:20px}.CommentPlugin_CommentsPanel_Editor:before{content:"";width:30px;height:20px;float:right}.CommentPlugin_CommentsPanel_SendButton{position:absolute;right:10px;top:8px;background:none}.CommentPlugin_CommentsPanel_SendButton:hover{background:none}i.send{background-size:contain;display:inline-block;height:20px;width:20px;vertical-align:-10px;background-image:url(/_next/static/media/send.1b37dc5e.svg);opacity:.5;transition:opacity .2s linear}.CommentPlugin_CommentsPanel_SendButton:hover i.send{opacity:1;filter:invert(45%) sepia(98%) saturate(2299%) hue-rotate(201deg) brightness(100%) contrast(92%)}.CommentPlugin_CommentsPanel_SendButton[disabled] i.send{opacity:.3}.CommentPlugin_CommentsPanel_SendButton:hover[disabled] i.send{opacity:.3;filter:none}.CommentPlugin_CommentsPanel_Empty{color:#777;font-size:15px;text-align:center;position:absolute;top:calc(50% - 15px);margin:0;padding:0;width:100%}.CommentPlugin_CommentsPanel_List{list-style-type:none;margin:0;padding:0;width:100%;position:absolute;top:45px;overflow-y:auto;height:calc(100% - 45px)}.CommentPlugin_CommentsPanel_List_Comment{padding:15px 0 15px 15px;margin:0;font-size:14px;position:relative;transition:all .2s linear}.CommentPlugin_CommentsPanel_List_Thread.active .CommentPlugin_CommentsPanel_List_Comment:hover{background-color:inherit}.CommentPlugin_CommentsPanel_List_Comment p{margin:0;color:#444}.CommentPlugin_CommentsPanel_List_Details{color:#444;padding-bottom:5px;vertical-align:top}.CommentPlugin_CommentsPanel_List_Comment_Author{font-weight:700;padding-right:5px}.CommentPlugin_CommentsPanel_List_Comment_Time{color:#999}.CommentPlugin_CommentsPanel_List_Thread{padding:0;margin:0;border-top:1px solid #eee;border-bottom:1px solid #eee;position:relative;transition:all .2s linear;border-left:0 solid #eee}.CommentPlugin_CommentsPanel_List_Thread+.CommentPlugin_CommentsPanel_List_Thread,.CommentPlugin_CommentsPanel_List_Thread:first-child{border-top:none}.CommentPlugin_CommentsPanel_List_Thread.interactive{cursor:pointer}.CommentPlugin_CommentsPanel_List_Thread.interactive:hover{background-color:#fafafa}.CommentPlugin_CommentsPanel_List_Thread.active{background-color:#fafafa;border-left:15px solid #eee;cursor:inherit}.CommentPlugin_CommentsPanel_List_Thread_QuoteBox{padding-top:10px;color:#ccc;display:block}.CommentPlugin_CommentsPanel_List_Thread_Quote{margin:0 10px}.CommentPlugin_CommentsPanel_List_Thread_Quote span{color:#222;background-color:rgba(255,212,0,.4);padding:1px;line-height:1.4;display:inline;font-weight:700}.CommentPlugin_CommentsPanel_List_Thread_Comments{padding-left:10px;list-style-type:none}.CommentPlugin_CommentsPanel_List_Thread_Comments .CommentPlugin_CommentsPanel_List_Comment:first-child{border:none;margin-left:0;padding-left:5px}.CommentPlugin_CommentsPanel_List_Thread_Comments .CommentPlugin_CommentsPanel_List_Comment:first-child.CommentPlugin_CommentsPanel_List_Comment:last-child{padding-bottom:5px}.CommentPlugin_CommentsPanel_List_Thread_Comments .CommentPlugin_CommentsPanel_List_Comment{padding-left:10px;border-left:5px solid #eee;margin-left:5px}.CommentPlugin_CommentsPanel_List_Thread_Editor{position:relative;padding-top:1px}.CommentPlugin_CommentsPanel_List_DeleteButton{position:absolute;top:10px;right:10px;width:30px;height:30px;background-color:transparent;opacity:0}.CommentPlugin_CommentsPanel_DeletedComment,.CommentPlugin_CommentsPanel_List_Comment:hover .CommentPlugin_CommentsPanel_List_DeleteButton,.CommentPlugin_CommentsPanel_List_Thread_QuoteBox:hover .CommentPlugin_CommentsPanel_List_DeleteButton{opacity:.5}.CommentPlugin_CommentsPanel_List_DeleteButton:hover{background-color:transparent;opacity:1;filter:invert(45%) sepia(98%) saturate(2299%) hue-rotate(201deg) brightness(100%) contrast(92%)}.CommentPlugin_CommentsPanel_List_DeleteButton i.delete{background-size:contain;position:absolute;left:5px;top:5px;height:15px;width:15px;vertical-align:-10px;background-image:url(/_next/static/media/trash3.9b053f42.svg);transition:opacity .2s linear}.CommentPlugin_CommentsPanel_List_Thread.orphaned{opacity:.7;border-left:3px solid #e8a838}.CommentPlugin_CommentsPanel_List_Thread.orphaned .CommentPlugin_CommentsPanel_List_Thread_Quote span{background-color:rgba(232,168,56,.15);text-decoration:line-through;color:#888}.CommentPlugin_CommentsPanel_List_Thread_OrphanedBadge{display:inline-block;font-size:11px;color:#b45309;background-color:#fef3c7;border:1px solid #fcd34d;border-radius:4px;padding:1px 6px;margin:4px 10px 0;font-weight:500}.ContentEditable__root{font-size:15px;padding:8px 28px;min-height:calc(100% - 16px);overflow:auto}.ContentEditable__root,.ImageNode__contentEditable{border:0;display:block;position:relative;-moz-tab-size:1;-o-tab-size:1;tab-size:1;outline:0}.ImageNode__contentEditable{min-height:20px;resize:none;cursor:text;caret-color:#050505;padding:10px;-webkit-user-select:text;-moz-user-select:text;user-select:text;font-size:12px;width:calc(100% - 20px);white-space:pre-wrap;word-break:break-word}.ImageNode__placeholder{font-size:12px;color:#888;overflow:hidden;position:absolute;text-overflow:ellipsis;top:10px;left:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;display:inline-block;pointer-events:none}.image-control-wrapper--resizing{touch-action:none}.PollNode__container{border:1px solid #eee;background-color:#fcfcfc;border-radius:10px;max-width:600px;min-width:400px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.PollNode__container.focused{outline:2px solid #3c84f4}.PollNode__inner{margin:15px;cursor:default}.PollNode__heading{margin:0 0 15px;color:#444;text-align:center;font-size:18px}.PollNode__optionContainer{display:flex;flex-direction:row;margin-bottom:10px;align-items:center}.PollNode__optionInputWrapper{display:flex;flex:10px;border:1px solid #3d87f5;border-radius:5px;position:relative;overflow:hidden;cursor:pointer}.PollNode__optionInput{display:flex;flex:1px;border:0;padding:7px;color:#3d87f5;background-color:transparent;font-weight:700;outline:0;z-index:0}.PollNode__optionInput::-moz-placeholder{font-weight:400;color:#999}.PollNode__optionInput::placeholder{font-weight:400;color:#999}.PollNode__optionInputVotes{background-color:#ecf3fe;height:100%;position:absolute;top:0;left:0;transition:width 1s ease;z-index:0}.PollNode__optionInputVotesCount{color:#3d87f5;position:absolute;right:15px;font-size:12px;top:5px}.PollNode__optionCheckboxWrapper{position:relative;display:flex;width:22px;height:22px;border:1px solid #999;margin-right:10px;border-radius:5px}.PollNode__optionCheckboxChecked{border:1px solid #3d87f5;background-color:#3d87f5}.PollNode__optionCheckboxChecked:after{content:"";cursor:pointer;position:absolute;display:block;top:4px;width:5px;left:8px;height:9px;margin:0;transform:rotate(45deg);border-color:#fff;border-style:solid;border-width:0 2px 2px 0}.PollNode__optionCheckbox{border:0;position:absolute;display:block;width:100%;height:100%;opacity:0;cursor:pointer}.PollNode__optionDelete{position:relative;display:flex;width:28px;height:28px;margin-left:6px;border:0;background-color:transparent;background-position:6px 6px;background-repeat:no-repeat;z-index:0;cursor:pointer;border-radius:5px;opacity:.3}.PollNode__optionDelete:after,.PollNode__optionDelete:before{position:absolute;display:block;content:"";background-color:#999;width:2px;height:15px;top:6px;left:13px}.PollNode__optionDelete:before{transform:rotate(-45deg)}.PollNode__optionDelete:after{transform:rotate(45deg)}.PollNode__optionDelete:hover{opacity:1;background-color:#eee}.PollNode__optionDeleteDisabled{cursor:not-allowed}.PollNode__optionDeleteDisabled:hover{opacity:.3;background-color:transparent}.PollNode__footer{display:flex;justify-content:center}.StickyNode__contentEditable{min-height:20px;border:0;resize:none;cursor:text;font-size:24px;caret-color:#050505;display:block;position:relative;-moz-tab-size:1;-o-tab-size:1;tab-size:1;outline:0;padding:10px;-webkit-user-select:text;-moz-user-select:text;user-select:text;white-space:pre-wrap;word-wrap:break-word}.StickyNode__placeholder{font-size:24px;color:#999;overflow:hidden;position:absolute;text-overflow:ellipsis;top:30px;left:20px;width:120px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;display:inline-block;pointer-events:none}.draggable-block-menu{border-radius:4px;padding:2px 1px;cursor:grab;position:absolute;left:-10000px;top:-10000px}.draggable-block-menu .icon{width:16px;height:16px;opacity:.3;background-image:url(/_next/static/media/draggable-block-menu.6f20b1d3.svg)}.draggable-block-menu:active{cursor:grabbing}.draggable-block-menu:hover{background-color:#efefef}.draggable-block-target-line{pointer-events:none;background:#00bfff;height:4px;position:absolute;left:-10000px;top:-10000px;opacity:0}.ToolbarPlugin__dialogActions{display:flex;flex-direction:row;justify-content:right;margin-top:20px}.ToolbarPlugin__dialogButtonsList{display:flex;flex-direction:column;justify-content:right;margin-top:20px}.ToolbarPlugin__dialogButtonsList button{margin-bottom:20px}.floating-text-format-popup{display:flex;background:#fff;padding:4 px;vertical-align:middle;position:absolute;z-index:10;top:-10000px;left:-10000px;opacity:0;background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:8px;transition:opacity .5s;height:37px}.floating-text-format-popup button.popup-item{border:0;display:flex;background:none;border-radius:10px;padding:8px;cursor:pointer;vertical-align:middle}.floating-text-format-popup button.popup-item:disabled{cursor:not-allowed}.floating-text-format-popup button.popup-item.spaced{margin-right:2px}.floating-text-format-popup button.popup-item i.format{background-size:contain;display:inline-block;height:18px;width:18px;margin-top:2px;vertical-align:-.25em;display:flex;opacity:.6}.floating-text-format-popup button.popup-item:disabled i.format{opacity:.2}.floating-text-format-popup button.popup-item.active{background-color:rgba(223,232,250,.3)}.floating-text-format-popup button.popup-item.active i{opacity:1}.floating-text-format-popup .popup-item:hover:not([disabled]){background-color:#eee}.floating-text-format-popup select.popup-item{border:0;display:flex;background:none;border-radius:10px;padding:8px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;width:70px;font-size:14px;color:#777;text-overflow:ellipsis}.floating-text-format-popup select.code-language{text-transform:capitalize;width:130px}.floating-text-format-popup .popup-item .text{display:flex;line-height:20px;vertical-align:middle;font-size:14px;color:#777;text-overflow:ellipsis;width:70px;overflow:hidden;height:20px;text-align:left}.floating-text-format-popup .popup-item .icon{display:flex;width:20px;height:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-right:8px;line-height:16px;background-size:contain}.floating-text-format-popup i.chevron-down{margin-top:3px;width:16px;height:16px;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.floating-text-format-popup i.chevron-down.inside{width:16px;height:16px;display:flex;margin-left:-25px;margin-top:11px;margin-right:10px;pointer-events:none}.floating-text-format-popup .divider{width:1px;background-color:#eee;margin:0 4px}.TableCellResizer__resizer{position:absolute}.CommentEditorTheme__paragraph{margin:0;position:"relative"}.PlaygroundEditorTheme__ltr{text-align:left}.PlaygroundEditorTheme__rtl{text-align:right}.PlaygroundEditorTheme__paragraph{margin:0;position:relative}.PlaygroundEditorTheme__quote{margin:0 0 10px 20px;font-size:15px;color:#65676b;border-left:4px solid #ced0d4;padding-left:16px}.PlaygroundEditorTheme__h1{font-size:24px;color:#050505;font-weight:400;margin:0}.PlaygroundEditorTheme__h2{font-size:15px;color:#65676b;font-weight:700;margin:0;text-transform:uppercase}.PlaygroundEditorTheme__h3{font-size:12px;margin:0;text-transform:uppercase}.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{font-size:.8em;vertical-align:super}.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{text-decoration:underline}.PlaygroundEditorTheme__code{background-color:#f0f2f5;font-family:Menlo,Consolas,Monaco,monospace;display:block;padding:8px 8px 8px 52px;line-height:1.53;font-size:13px;margin:8px 0;-moz-tab-size:2;-o-tab-size:2;tab-size:2;overflow-x:auto;position:relative}.PlaygroundEditorTheme__code:before{content:attr(data-gutter);position:absolute;background-color:#eee;left:0;top:0;border-right:1px solid #ccc;padding:8px;color:#777;white-space:pre-wrap;text-align:right;min-width:25px}.PlaygroundEditorTheme__table{border-collapse:collapse;border-spacing:0;max-width:100%;overflow-y:scroll;table-layout:fixed;width:calc(100% - 25px);margin:30px 0}.PlaygroundEditorTheme__tableSelected{outline:2px solid #3c84f4}.PlaygroundEditorTheme__tableCell{border:1px solid #bbb;min-width:75px;vertical-align:top;text-align:start;padding:6px 8px;position:relative;cursor:default;outline:none}.PlaygroundEditorTheme__tableCellSortedIndicator{display:block;opacity:.5;position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#999}.PlaygroundEditorTheme__tableCellResizer{position:absolute;right:-4px;height:100%;width:8px;cursor:ew-resize;z-index:10;top:0}.PlaygroundEditorTheme__tableCellHeader{background-color:#f2f3f5;text-align:start}.PlaygroundEditorTheme__tableCellSelected{background-color:#c9dbf0}.PlaygroundEditorTheme__tableCellPrimarySelected{border:2px solid #3c84f4;display:block;height:calc(100% - 2px);position:absolute;width:calc(100% - 2px);left:-1px;top:-1px;z-index:2}.PlaygroundEditorTheme__tableCellEditing{box-shadow:0 0 5px rgba(0,0,0,.4);border-radius:3px}.PlaygroundEditorTheme__tableAddColumns{position:absolute;top:0;width:20px;background-color:#eee;height:100%;right:0;animation:table-controls .2s ease;border:0;cursor:pointer}.PlaygroundEditorTheme__tableAddColumns:after{background-image:url(/_next/static/media/plus.52a40d33.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;display:block;content:" ";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.4}.PlaygroundEditorTheme__tableAddColumns:hover{background-color:#c9dbf0}.PlaygroundEditorTheme__tableAddRows{position:absolute;bottom:-25px;width:calc(100% - 25px);background-color:#eee;height:20px;left:0;animation:table-controls .2s ease;border:0;cursor:pointer}.PlaygroundEditorTheme__tableAddRows:after{background-image:url(/_next/static/media/plus.52a40d33.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;display:block;content:" ";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.4}.PlaygroundEditorTheme__tableAddRows:hover{background-color:#c9dbf0}@keyframes table-controls{0%{opacity:0}to{opacity:1}}.PlaygroundEditorTheme__tableCellResizeRuler{display:block;position:absolute;width:1px;background-color:#3c84f4;height:100%;top:0}.PlaygroundEditorTheme__tableCellActionButtonContainer{display:block;right:5px;top:6px;position:absolute;z-index:4;width:20px;height:20px}.PlaygroundEditorTheme__tableCellActionButton{background-color:#eee;display:block;border:0;border-radius:20px;width:20px;height:20px;color:#222;cursor:pointer}.PlaygroundEditorTheme__tableCellActionButton:hover{background-color:#ddd}.PlaygroundEditorTheme__characterLimit{display:inline;background-color:#fbb!important}.PlaygroundEditorTheme__ol1,.PlaygroundEditorTheme__ol2{padding:0;margin:0 0 0 16px;list-style-position:inside}.PlaygroundEditorTheme__ol2{list-style-type:upper-alpha}.PlaygroundEditorTheme__ol3{padding:0;margin:0 0 0 16px;list-style-type:lower-alpha;list-style-position:inside}.PlaygroundEditorTheme__ol4{padding:0;margin:0 0 0 16px;list-style-type:upper-roman;list-style-position:inside}.PlaygroundEditorTheme__ol5{list-style-type:lower-roman}.PlaygroundEditorTheme__ol5,.PlaygroundEditorTheme__ul{padding:0;margin:0 0 0 16px;list-style-position:inside}.PlaygroundEditorTheme__listItem{margin:0 32px}.PlaygroundEditorTheme__listItemChecked,.PlaygroundEditorTheme__listItemUnchecked{position:relative;margin-left:8px;margin-right:8px;padding-left:24px;padding-right:24px;list-style-type:none;outline:none}.PlaygroundEditorTheme__listItemChecked{text-decoration:line-through}.PlaygroundEditorTheme__listItemChecked:before,.PlaygroundEditorTheme__listItemUnchecked:before{content:"";width:16px;height:16px;top:2px;left:0;cursor:pointer;display:block;background-size:cover;position:absolute}.PlaygroundEditorTheme__listItemChecked[dir=rtl]:before,.PlaygroundEditorTheme__listItemUnchecked[dir=rtl]:before{left:auto;right:0}.PlaygroundEditorTheme__listItemChecked:focus:before,.PlaygroundEditorTheme__listItemUnchecked:focus:before{box-shadow:0 0 0 2px #a6cdfe;border-radius:2px}.PlaygroundEditorTheme__listItemUnchecked:before{border:1px solid #999;border-radius:2px}.PlaygroundEditorTheme__listItemChecked:before{border:1px solid #3d87f5;border-radius:2px;background-color:#3d87f5;background-repeat:no-repeat}.PlaygroundEditorTheme__listItemChecked:after{content:"";cursor:pointer;position:absolute;display:block;top:6px;width:3px;left:7px;height:6px;transform:rotate(45deg);border-color:#fff;border-style:solid;border-width:0 2px 2px 0}.PlaygroundEditorTheme__nestedListItem{list-style-type:none}.PlaygroundEditorTheme__nestedListItem:after,.PlaygroundEditorTheme__nestedListItem:before{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}.StickyEditorTheme__paragraph{margin:0;position:"relative"}.Button__root{padding:10px 15px;border:0;background-color:#eee;border-radius:5px;cursor:pointer;font-size:14px}.Button__root:hover{background-color:#ddd}.Button__small{padding:5px 10px;font-size:13px}.Button__disabled{cursor:not-allowed}.Button__disabled:hover{background-color:#eee}.color-picker-wrapper{padding:20px}.color-picker-basic-color{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0}.color-picker-basic-color button{border:1px solid #ccc;border-radius:4px;height:16px;width:16px;cursor:pointer;list-style-type:none}.color-picker-basic-color button.active{box-shadow:0 0 2px 2px rgba(0,0,0,.3)}.color-picker-saturation{width:100%;position:relative;margin-top:15px;height:150px;background-image:linear-gradient(transparent,#000),linear-gradient(90deg,#fff,transparent);-webkit-user-select:none;-moz-user-select:none;user-select:none}.color-picker-saturation_cursor{position:absolute;width:20px;height:20px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 15px rgba(0,0,0,.149);box-sizing:border-box;transform:translate(-10px,-10px)}.color-picker-hue{width:100%;position:relative;margin-top:15px;height:12px;background-image:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:12px}.color-picker-hue_cursor{position:absolute;width:20px;height:20px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 .5px rgba(0,0,0,.2);box-sizing:border-box;transform:translate(-10px,-4px)}.color-picker-color{border:1px solid #ccc;margin-top:15px;width:100%;height:20px}.EquationEditor_blockEditor,.EquationEditor_inlineEditor{padding:0;margin:0;border:0;outline:0;color:#8421a2;background-color:inherit;resize:none}.EquationEditor_blockEditor{width:"100%"}.EquationEditor_inputBackground{background-color:#eee}.EquationEditor_dollarSign{text-align:left;color:#b0b0b0}.Input__wrapper{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.Input__label{display:flex;flex:1;color:#666}.Input__input{display:flex;flex:2;border:1px solid #999;padding:7px 10px;font-size:16px;border-radius:5px;min-width:0}.KatexEquationAlterer_defaultRow{display:flex;flex-direction:row;margin-top:10px;margin-bottom:10px;justify-content:space-between;overflow:hidden}.KatexEquationAlterer_dialogActions{display:flex;flex-direction:row;overflow:hidden;margin-top:20px;margin-bottom:0;justify-content:right}.KatexEquationAlterer_centerRow{display:flex;flex-direction:"row";margin-top:10px;margin-bottom:10px;justify-content:center;overflow:hidden}.KatexEquationAlterer_textArea{width:100%;resize:none;padding:7px}.Modal__overlay{justify-content:center;align-items:center;position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(40,40,40,.6);flex-shrink:1px;z-index:100}.Modal__modal,.Modal__overlay{display:flex;flex-direction:column;flex-grow:0px}.Modal__modal{padding:20px;min-height:100px;min-width:300px;background-color:#fff;position:relative;box-shadow:0 0 20px 0 #444;border-radius:10px}.Modal__title{color:#444;margin:0;padding-bottom:10px;border-bottom:1px solid #ccc}.Modal__closeButton{border:0;position:absolute;right:20px;border-radius:20px;justify-content:center;align-items:center;display:flex;width:30px;height:30px;text-align:center;cursor:pointer;background-color:#eee}.Modal__closeButton:hover{background-color:#ddd}.Modal__content{padding-top:20px}.Placeholder__root{font-size:15px;color:#999;overflow:hidden;position:absolute;text-overflow:ellipsis;top:8px;left:28px;right:28px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;display:inline-block;pointer-events:none}@import "https://fonts.googleapis.com/css?family=Reenie+Beanie";.editor-shell{flex-direction:column;margin:0 auto;border-radius:4px;border-color:"coral";border-width:1px;max-width:100%;color:#000;position:relative;line-height:1.7;font-weight:400}.editor-shell .editor-container{background:#fff;position:relative;cursor:text;display:block;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.editor-shell .editor-container.tree-view{border-radius:0}.editor-shell .editor-container.plain-text{border-top-left-radius:10px;border-top-right-radius:10px}.editor-scroller{display:flex;min-height:320px;max-height:calc(100vh - 125px);border:0;resize:none;cursor:text;display:block;position:relative;outline:0;overflow:auto;resize:vertical}.editor{height:100%;position:relative}.test-recorder-output{margin:20px auto;width:100%}pre{line-height:1.1;margin:0;padding:10px;overflow:auto;max-height:180px}.tree-view-output,pre{background:#222;color:#fff;font-size:12px}.tree-view-output{display:block;padding:0;margin:1px auto 10px;max-height:250px;position:relative;overflow:hidden;border-bottom-left-radius:10px;border-bottom-right-radius:10px}pre::-webkit-scrollbar{background:transparent;width:10px}pre::-webkit-scrollbar-thumb{background:#999}.editor-dev-button{position:relative;display:block;width:40px;height:40px;font-size:12px;border-radius:20px;border:none;cursor:pointer;outline:none;box-shadow:0 1px 10px rgba(0,0,0,.3);background-color:#444}.editor-dev-button:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;display:block;background-size:contain;filter:invert(1)}.editor-dev-button:hover{background-color:#555}.editor-dev-button.active{background-color:#e92323}.test-recorder-toolbar{display:flex}.test-recorder-button{position:relative;display:block;width:32px;height:32px;font-size:10px;padding:6px;border-radius:4px;border:none;cursor:pointer;outline:none;box-shadow:1px 2px 2px rgba(0,0,0,.4);background-color:#222;transition:box-shadow 50ms ease-out}.test-recorder-button:active{box-shadow:1px 2px 4px rgba(0,0,0,.4)}.test-recorder-button+.test-recorder-button{margin-left:4px}.test-recorder-button:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;display:block;background-size:contain;filter:invert(1)}#options-button{position:fixed;left:20px;bottom:20px}#test-recorder-button{position:fixed;left:70px;bottom:20px}#paste-log-button{position:fixed;left:120px;bottom:20px}#options-button:after{background-image:url(/_next/static/media/gear.0826d192.svg)}#test-recorder-button:after{background-image:url(/_next/static/media/journal-code.ae5fad30.svg)}#paste-log-button:after{background-image:url(/_next/static/media/clipboard.4727ac21.svg)}#test-recorder-button-snapshot{margin-right:auto}#test-recorder-button-snapshot:after{background-image:url(/_next/static/media/camera.679d6384.svg)}#test-recorder-button-copy:after{background-image:url(/_next/static/media/clipboard.4727ac21.svg)}#test-recorder-button-download:after{background-image:url(/_next/static/media/download.e0a97ff9.svg)}.typeahead-popover{background:#fff;box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:8px;margin-top:25px}.typeahead-popover ul{padding:0;list-style:none;margin:0;border-radius:8px;max-height:200px;overflow-y:scroll}.typeahead-popover ul::-webkit-scrollbar{display:none}.typeahead-popover ul{-ms-overflow-style:none;scrollbar-width:none}.typeahead-popover ul li{margin:0;min-width:180px;font-size:14px;outline:none;cursor:pointer;border-radius:8px}.typeahead-popover ul li.selected{background:#eee}.typeahead-popover li{margin:0 8px;padding:8px;color:#050505;cursor:pointer;line-height:16px;font-size:15px;display:flex;align-content:center;flex-direction:row;flex-shrink:0;background-color:#fff;border-radius:8px;border:0}.typeahead-popover li.active{display:flex;width:20px;height:20px;background-size:contain}.typeahead-popover li:first-child{border-radius:8px 8px 0 0}.typeahead-popover li:last-child{border-radius:0 0 8px 8px}.typeahead-popover li:hover{background-color:#eee}.typeahead-popover li .text{display:flex;line-height:20px;flex-grow:1;min-width:150px}.typeahead-popover li .icon{display:flex;width:20px;height:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-right:8px;line-height:16px;background-size:contain}.component-picker-menu{width:200px}.mentions-menu{width:250px}.auto-embed-menu{width:150px}.emoji-menu{width:200px}i.palette{background-image:url(/_next/static/media/palette.4093c15a.svg)}i.bucket{background-image:url(/_next/static/media/paint-bucket.ccbee641.svg)}i.bold{background-image:url(/_next/static/media/type-bold.75675c47.svg)}i.italic{background-image:url(/_next/static/media/type-italic.cd79165b.svg)}i.clear{background-image:url(/_next/static/media/trash.a97cf9a8.svg)}i.code{background-image:url(/_next/static/media/code.eb5d9e87.svg)}i.underline{background-image:url(/_next/static/media/type-underline.cda93251.svg)}i.strikethrough{background-image:url(/_next/static/media/type-strikethrough.1d04de1e.svg)}i.subscript{background-image:url(/_next/static/media/type-subscript.e54ff151.svg)}i.superscript{background-image:url(/_next/static/media/type-superscript.63875c66.svg)}i.link{background-image:url(/_next/static/media/link.8d0ddc18.svg)}i.horizontal-rule{background-image:url(/_next/static/media/horizontal-rule.ffe55ffd.svg)}.icon.plus{background-image:url(/_next/static/media/plus.52a40d33.svg)}.icon.caret-right{background-image:url(/_next/static/media/caret-right-fill.050e4bfd.svg)}.icon.dropdown-more{background-image:url(/_next/static/media/dropdown-more.09662ed9.svg)}.icon.font-color{background-image:url(/_next/static/media/font-color.5e2a4464.svg)}.icon.font-family{background-image:url(/_next/static/media/font-family.66650eb5.svg)}.icon.bg-color{background-image:url(/_next/static/media/bg-color.30448b3e.svg)}i.image{background-image:url(/_next/static/media/file-image.b69d7965.svg)}i.table{background-image:url(/_next/static/media/table.ab729b2e.svg)}i.close{background-image:url(/_next/static/media/close.dbdf737c.svg)}i.figma{background-image:url(/_next/static/media/figma.152d4a11.svg)}i.poll{background-image:url(/_next/static/media/card-checklist.973441ce.svg)}i.tweet{background-image:url(/_next/static/media/tweet.612c2c70.svg)}i.youtube{background-image:url(/_next/static/media/youtube.5178e563.svg)}.icon.left-align,i.left-align{background-image:url(/_next/static/media/text-left.27cfc29b.svg)}i.center-align{background-image:url(/_next/static/media/text-center.a47404c8.svg)}i.right-align{background-image:url(/_next/static/media/text-right.b2990204.svg)}i.justify-align{background-image:url(/_next/static/media/justify.0f263645.svg)}i.indent{background-image:url(/_next/static/media/indent.ed37dfb1.svg)}i.markdown{background-image:url(/_next/static/media/markdown.917d23dc.svg)}i.outdent{background-image:url(/_next/static/media/outdent.825d5e7b.svg)}i.undo{background-image:url(/_next/static/media/arrow-counterclockwise.8d9125b5.svg)}i.redo{background-image:url(/_next/static/media/arrow-clockwise.989e9b4d.svg)}i.sticky{background-image:url(/_next/static/media/sticky.3ed92842.svg)}i.mic{background-image:url(/_next/static/media/mic.d4c525ba.svg)}i.import{background-image:url(/_next/static/media/upload.c9fa6cee.svg)}i.export{background-image:url(/_next/static/media/download.e0a97ff9.svg)}i.diagram-2{background-image:url(/_next/static/media/diagram-2.457e87cb.svg)}i.user{background-image:url(/_next/static/media/user.a1c77650.svg)}i.equation{background-image:url(/_next/static/media/plus-slash-minus.20691f78.svg)}i.gif{background-image:url(/_next/static/media/filetype-gif.cdee0db8.svg)}i.copy{background-image:url(/_next/static/media/copy.d2c9d6f1.svg)}i.success{background-image:url(/_next/static/media/success.a076b4f2.svg)}i.prettier{background-image:url(/_next/static/media/prettier.0bb0fbf7.svg)}i.prettier-error{background-image:url(/_next/static/media/prettier-error.a0208445.svg)}.link-editor .button.active,.toolbar .button.active{background-color:#dfe8fa}.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:#eee;font-size:15px;color:#050505;border:0;outline:0;position:relative;font-family:inherit}.link-editor div.link-edit{background-image:url(/_next/static/media/pencil-fill.0867cbcb.svg);background-size:16px;background-position:50%;background-repeat:no-repeat;width:35px;vertical-align:-.25em;position:absolute;right:0;top:0;bottom:0;cursor:pointer}.link-editor .link-input a{color:#216fdb;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}.link-editor .font-family-wrapper,.link-editor .font-size-wrapper{display:flex;margin:0 4px}.link-editor select{padding:6px;border:none;background-color:rgba(0,0,0,.075);border-radius:4px}.mention:focus{box-shadow:0 0 0 2px #b4d5ff;outline:none}#block-controls{display:block;position:absolute;right:10px;width:32px;height:32px;box-sizing:border-box;box-shadow:0 1px 2px 0 rgba(0,0,0,.1);top:16px;z-index:10;border-radius:8px;border:1px solid #ced0d4;overflow:hidden}#block-controls button{border:1px solid #fff;background-color:#fff;display:block;transition:background-color .1s ease;cursor:pointer;outline:none;border-radius:8px;padding:3px}#block-controls button:hover{background-color:#efefef}#block-controls button:focus-visible{border-color:blue}#block-controls span.block-type{background-size:contain;display:block;width:18px;height:18px;margin:2px}#block-controls span.block-type.paragraph{background-image:url(/_next/static/media/text-paragraph.fbded589.svg)}#block-controls span.block-type.h1{background-image:url(/_next/static/media/type-h1.70184306.svg)}#block-controls span.block-type.h2{background-image:url(/_next/static/media/type-h2.87ed3ff4.svg)}#block-controls span.block-type.quote{background-image:url(/_next/static/media/chat-square-quote.5315220d.svg)}#block-controls span.block-type.ul{background-image:url(/_next/static/media/list-ul.bed8f450.svg)}#block-controls span.block-type.ol{background-image:url(/_next/static/media/list-ol.98663563.svg)}#block-controls span.block-type.code{background-image:url(/_next/static/media/code.eb5d9e87.svg)}.characters-limit{color:#888;font-size:12px;text-align:right;display:block;position:absolute;left:12px;bottom:5px}.characters-limit.characters-limit-exceeded{color:red}.dropdown{z-index:10;display:block;position:fixed;box-shadow:0 12px 28px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.1),inset 0 0 0 1px hsla(0,0%,100%,.5);min-height:40px}.dropdown,.dropdown .item{border-radius:8px;background-color:#fff}.dropdown .item{margin:0 8px;padding:8px;color:#050505;cursor:pointer;line-height:16px;font-size:15px;display:flex;align-content:center;flex-direction:row;flex-shrink:0;justify-content:space-between;border:0;max-width:250px;min-width:100px}.dropdown .item.fontsize-item,.dropdown .item.fontsize-item .text{min-width:unset}.dropdown .item .active{display:flex;width:20px;height:20px;background-size:contain}.dropdown .item:first-child{margin-top:8px}.dropdown .item:last-child{margin-bottom:8px}.dropdown .item:hover{background-color:#eee}.dropdown .item .text{display:flex;line-height:20px;flex-grow:1;min-width:150px}.dropdown .item .icon{display:flex;width:20px;height:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-right:12px;line-height:16px;background-size:contain;background-position:50%;background-repeat:no-repeat}.dropdown .divider{width:auto;background-color:#eee;margin:4px 8px;height:1px}@media screen and (max-width:1100px){.dropdown-button-text{display:none!important}.code-language .dropdown-button-text,.font-size .dropdown-button-text{display:flex!important}}.icon.paragraph{background-image:url(/_next/static/media/text-paragraph.fbded589.svg)}.icon.h1{background-image:url(/_next/static/media/type-h1.70184306.svg)}.icon.h2{background-image:url(/_next/static/media/type-h2.87ed3ff4.svg)}.icon.h3{background-image:url(/_next/static/media/type-h3.e98ae3ff.svg)}.icon.h4{background-image:url(/_next/static/media/type-h4.43a9c42d.svg)}.icon.h5{background-image:url(/_next/static/media/type-h5.9003a968.svg)}.icon.h6{background-image:url(/_next/static/media/type-h6.f548896a.svg)}.icon.bullet,.icon.bullet-list{background-image:url(/_next/static/media/list-ul.bed8f450.svg)}.icon.check,.icon.check-list{background-image:url(/_next/static/media/square-check.674be1bf.svg)}.icon.number,.icon.numbered-list{background-image:url(/_next/static/media/list-ol.98663563.svg)}.icon.quote{background-image:url(/_next/static/media/chat-square-quote.5315220d.svg)}.icon.code{background-image:url(/_next/static/media/code.eb5d9e87.svg)}.switches{z-index:6;position:fixed;left:10px;bottom:70px;animation:slide-in .4s ease}@keyframes slide-in{0%{opacity:0;transform:translateX(-200px)}to{opacity:1;transform:translateX(0)}}.switch{display:block;color:#444;margin:5px 0;background-color:hsla(0,0%,93%,.7);padding:5px 10px;border-radius:10px}#rich-text-switch{right:0}#character-count-switch{right:130px}.switch label{margin-right:5px;line-height:24px;width:100px;font-size:14px}.switch button,.switch label{display:inline-block;vertical-align:middle}.switch button{background-color:#ced0d4;height:24px;box-sizing:border-box;border-radius:12px;width:44px;position:relative;outline:none;cursor:pointer;transition:background-color .1s;border:2px solid transparent}.switch button:focus-visible{border-color:blue}.switch button span{top:0;left:0;display:block;position:absolute;width:20px;height:20px;border-radius:12px;background-color:#fff;transition:transform .2s}.switch button[aria-checked=true]{background-color:#1877f2}.switch button[aria-checked=true] span{transform:translateX(20px)}.editor-shell span.editor-image{cursor:default;display:inline-block;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.editor-shell .editor-image img{max-width:100%;cursor:default}.editor-shell .editor-image img.focused{outline:2px solid #3c84f4;-webkit-user-select:none;-moz-user-select:none;user-select:none}.editor-shell .editor-image img.focused.draggable{cursor:grab}.editor-shell .editor-image img.focused.draggable:active{cursor:grabbing}.editor-shell .editor-image .image-caption-container .tree-view-output{margin:0;border-radius:0}.editor-shell .editor-image .image-caption-container{display:block;position:absolute;bottom:4px;left:0;right:0;padding:0;margin:0;border-top:1px solid #fff;background-color:hsla(0,0%,100%,.9);min-width:100px;color:#000;overflow:hidden}.editor-shell .editor-image .image-caption-button{display:block;position:absolute;bottom:20px;left:0;right:0;width:30%;padding:10px;margin:0 auto;border:1px solid hsla(0,0%,100%,.3);border-radius:5px;background-color:rgba(0,0,0,.5);min-width:100px;color:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.editor-shell .editor-image .image-caption-button:hover{background-color:rgba(60,132,244,.5)}.editor-shell .editor-image .image-resizer{display:block;width:7px;height:7px;position:absolute;background-color:#3c84f4;border:1px solid #fff}.editor-shell .editor-image .image-resizer.image-resizer-n{top:-6px;left:48%;cursor:n-resize}.editor-shell .editor-image .image-resizer.image-resizer-ne{top:-6px;right:-6px;cursor:ne-resize}.editor-shell .editor-image .image-resizer.image-resizer-e{bottom:48%;right:-6px;cursor:e-resize}.editor-shell .editor-image .image-resizer.image-resizer-se{bottom:-2px;right:-6px;cursor:nwse-resize}.editor-shell .editor-image .image-resizer.image-resizer-s{bottom:-2px;left:48%;cursor:s-resize}.editor-shell .editor-image .image-resizer.image-resizer-sw{bottom:-2px;left:-6px;cursor:sw-resize}.editor-shell .editor-image .image-resizer.image-resizer-w{bottom:48%;left:-6px;cursor:w-resize}.editor-shell .editor-image .image-resizer.image-resizer-nw{top:-6px;left:-6px;cursor:nw-resize}.emoji{color:transparent;caret-color:#050505;background-size:16px 16px;background-position:50%;background-repeat:no-repeat;vertical-align:middle;margin:0 -1px}.emoji-inner{padding:0 .15em}.emoji-inner::-moz-selection{color:transparent;background-color:hsla(0,0%,59%,.4)}.emoji-inner::selection{color:transparent;background-color:hsla(0,0%,59%,.4)}.emoji-inner::moz-selection{color:transparent;background-color:hsla(0,0%,59%,.4)}.emoji.happysmile{background-image:url(/_next/static/media/1F642.830f2cc9.png)}.emoji.veryhappysmile{background-image:url(/_next/static/media/1F600.32631ebc.png)}.emoji.unhappysmile{background-image:url(/_next/static/media/1F641.61cff493.png)}.emoji.heart{background-image:url(/_next/static/media/2764.6e29e63e.png)}.keyword{color:#f1765e;font-weight:700}.actions{position:absolute;text-align:right;padding:10px;bottom:0;right:0}.actions.tree-view{border-bottom-left-radius:0;border-bottom-right-radius:0}.actions i{background-size:contain;display:inline-block;height:15px;width:15px;vertical-align:-.25em}.actions i.indent{background-image:url(/_next/static/media/indent.ed37dfb1.svg)}.actions i.outdent{background-image:url(/_next/static/media/outdent.825d5e7b.svg)}.actions i.lock{background-image:url(/_next/static/media/lock-fill.c3a62077.svg)}.actions i.image{background-image:url(/_next/static/media/file-image.b69d7965.svg)}.actions i.table{background-image:url(/_next/static/media/table.ab729b2e.svg)}.actions i.unlock{background-image:url(/_next/static/media/lock.e1fafe34.svg)}.actions i.left-align{background-image:url(/_next/static/media/text-left.27cfc29b.svg)}.actions i.center-align{background-image:url(/_next/static/media/text-center.a47404c8.svg)}.actions i.right-align{background-image:url(/_next/static/media/text-right.b2990204.svg)}.actions i.justify-align{background-image:url(/_next/static/media/justify.0f263645.svg)}.actions i.disconnect{background-image:url(/_next/static/media/plug.74052ba9.svg)}.actions i.connect{background-image:url(/_next/static/media/plug-fill.baa3b97f.svg)}.table-cell-action-button-container{position:absolute}.table-cell-action-button{background-color:none;display:flex;justify-content:center;align-items:center;border:0;position:relative;border-radius:15px;color:#222;display:inline-block;cursor:pointer}i.chevron-down{background-color:transparent;background-size:contain;display:inline-block;height:8px;width:8px;background-image:url(/_next/static/media/chevron-down.c6e3f095.svg)}.action-button{background-color:#eee;border:0;padding:8px 12px;position:relative;margin-left:5px;border-radius:15px;color:#222;display:inline-block;cursor:pointer}.action-button:hover{background-color:#ddd;color:#000}.action-button-mic.active{animation:mic-pulsate-color 3s infinite}button.action-button:disabled{opacity:.6;background:#eee;cursor:not-allowed}@keyframes mic-pulsate-color{0%{background-color:#ffdcdc}50%{background-color:#ff8585}to{background-color:#ffdcdc}}.debug-timetravel-panel{overflow:hidden;padding:0 0 10px;margin:auto;display:flex}.debug-timetravel-panel-slider{padding:0;flex:8}.debug-timetravel-panel-button{padding:0;border:0;background:none;flex:1;color:#fff;font-size:12px}.debug-timetravel-panel-button:hover{text-decoration:underline}.debug-timetravel-button{border:0;padding:0;font-size:12px;top:10px;right:15px;position:absolute;background:none;color:#fff}.debug-timetravel-button:hover{text-decoration:underline}.connecting{font-size:15px;color:#999;overflow:hidden;position:absolute;text-overflow:ellipsis;top:10px;left:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;display:inline-block;pointer-events:none}.ltr{text-align:left}.rtl{text-align:right}.toolbar{display:flex;margin-bottom:1px;background:#f7fafc;padding:4px;border-top-left-radius:10px;border-top-right-radius:10px;vertical-align:middle;overflow:auto;height:45px}.toolbar button.toolbar-item{border:0;display:flex;background:none;border-radius:10px;padding:8px;cursor:pointer;vertical-align:middle;flex-shrink:0;align-items:center;justify-content:space-between}.toolbar button.toolbar-item:disabled{cursor:not-allowed}.toolbar button.toolbar-item.spaced{margin-right:2px}.toolbar button.toolbar-item i.format{background-size:contain;display:inline-block;height:18px;width:18px;vertical-align:-.25em;display:flex;opacity:.6}.toolbar button.toolbar-item:disabled .chevron-down,.toolbar button.toolbar-item:disabled .icon,.toolbar button.toolbar-item:disabled .text,.toolbar button.toolbar-item:disabled i.format{opacity:.2}.toolbar button.toolbar-item.active{background-color:rgba(223,232,250,.3)}.toolbar button.toolbar-item.active i{opacity:1}.toolbar .toolbar-item:hover:not([disabled]){background-color:#eee}.toolbar .toolbar-item.font-family .text{display:block;max-width:40px}.toolbar .code-language{width:150px}.toolbar .toolbar-item .text{display:flex;line-height:20px;vertical-align:middle;font-size:14px;color:#777;text-overflow:ellipsis;overflow:hidden;height:20px;text-align:left;padding-right:10px}.toolbar .toolbar-item .icon{width:20px;height:20px;margin-right:8px;line-height:16px;background-size:contain}.toolbar .toolbar-item .icon,.toolbar i.chevron-down{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.toolbar i.chevron-down{margin-top:3px;width:16px;height:16px}.toolbar i.chevron-down.inside{width:16px;height:16px;display:flex;margin-left:-25px;margin-top:11px;margin-right:10px;pointer-events:none}.toolbar .divider{width:1px;background-color:#eee;margin:0 4px}.sticky-note-container{position:absolute;z-index:9;width:120px;display:inline-block}.sticky-note{line-height:1;text-align:left;width:120px;margin:25px;padding:20px 10px;position:relative;border:1px solid #e8e8e8;font-family:Reenie Beanie;font-size:24px;border-bottom-right-radius:60px 5px;display:block;cursor:move}.sticky-note:after{content:"";position:absolute;z-index:-1;right:0;bottom:20px;width:120px;height:25px;background:rgba(0,0,0,.2);box-shadow:2px 15px 5px rgba(0,0,0,.4);transform:matrix(-1,-.1,0,1,0,0)}.sticky-note.yellow{border-top:1px solid #fdfd86;background:linear-gradient(135deg,#ff8 81%,#ff8 82%,#ff8 0,#ffffc6)}.sticky-note.pink{border-top:1px solid #e7d1e4;background:linear-gradient(135deg,#f7cbe8 81%,#f7cbe8 82%,#f7cbe8 0,#e7bfe1)}.sticky-note-container.dragging{transition:none!important}.sticky-note div{cursor:text}.sticky-note .delete{border:0;background:none;position:absolute;top:8px;right:10px;font-size:10px;cursor:pointer;opacity:.5}.sticky-note .delete:hover{font-weight:700;opacity:1}.sticky-note .color{border:0;background:none;position:absolute;top:8px;right:25px;cursor:pointer;opacity:.5}.sticky-note .color:hover{opacity:1}.sticky-note .color i{display:block;width:12px;height:12px;background-size:contain}.excalidraw-button{border:0;padding:0;margin:0;background-color:transparent}.excalidraw-button.selected{outline:2px solid #3c84f4;-webkit-user-select:none;-moz-user-select:none;user-select:none}.github-corner:hover .octo-arm{animation:octocat-wave .56s ease-in-out}@keyframes octocat-wave{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave .56s ease-in-out}}.spacer{letter-spacing:-2px}@font-face{font-family:Sarabun;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/sarabun-thai-400-normal.515bc855.woff2) format("woff2"),url(/_next/static/media/sarabun-all-400-normal.07a6da3a.woff) format("woff");unicode-range:U+0e01-0e5b,U+200c-200d,U+25cc}@font-face{font-family:Sarabun;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/sarabun-vietnamese-400-normal.5be8ebcb.woff2) format("woff2"),url(/_next/static/media/sarabun-all-400-normal.07a6da3a.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:Sarabun;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/sarabun-latin-ext-400-normal.9d1dc24a.woff2) format("woff2"),url(/_next/static/media/sarabun-all-400-normal.07a6da3a.woff) format("woff");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Sarabun;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/sarabun-latin-400-normal.2077125b.woff2) format("woff2"),url(/_next/static/media/sarabun-all-400-normal.07a6da3a.woff) format("woff");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}