.FlashMessage__overlay{display:flex;justify-content:center;align-items:center;position:fixed;pointer-events:none;top:0;bottom:0;left:0;right:0}.FlashMessage__alert{background-color:rgba(0,0,0,.8);color:#fff;font-size:1.5rem;border-radius:1em;padding:.5em 1.5em}.Collapsible__container{background:#fcfcfc;border:1px solid #eee;border-radius:10px;margin-bottom:8px}.Collapsible__title{cursor:pointer;padding:5px 5px 5px 20px;position:relative;font-weight:700;list-style:none;outline:none}.Collapsible__title::-webkit-details-marker,.Collapsible__title::marker{display:none}.Collapsible__title:before{border-color:transparent transparent transparent #000;border-style:solid;border-width:4px 6px;display:block;content:"";position:absolute;left:7px;top:50%;transform:translateY(-50%)}.Collapsible__container[open]>.Collapsible__title:before{border-width:6px 4px 0;border-color:#000 transparent transparent}.Collapsible__content{padding:0 5px 5px 20px}.Collapsible__collapsed .Collapsible__content{display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.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}.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}.DialogActions{flex-direction:row}.DialogActions,.DialogButtonsList{display:flex;justify-content:right;margin-top:20px}.DialogButtonsList{flex-direction:column}.DialogButtonsList button{margin-bottom:20px}.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}.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}[type=page-break]{position:relative;display:block;width:calc(100% + var(--editor-input-padding, 28px) * 2);overflow:unset;margin-left:calc(var(--editor-input-padding, 28px) * -1);margin-top:var(--editor-input-padding,28px);margin-bottom:var(--editor-input-padding,28px);border:none;border-top:1px dashed var(--editor-color-secondary,#eee);border-bottom:1px dashed var(--editor-color-secondary,#eee);background-color:var(--editor-color-secondary,#eee)}[type=page-break]:before{content:"";position:absolute;top:50%;left:calc(var(--editor-input-padding, 28px) + 12px);transform:translateY(-50%);opacity:.5;background-size:cover;background-image:url(/src/images/icons/scissors.svg);width:16px;height:16px}[type=page-break]:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;padding:2px 6px;border:1px solid #ccc;background-color:#fff;content:"PAGE BREAK";font-size:12px;color:#000;font-weight:600}.selected[type=page-break]{border-color:var(--editor-color-primary,#4766cb)}.selected[type=page-break]:before{opacity:1}.InlineImageNode__contentEditable{min-height:20px;border:0;resize:none;cursor:text;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;font-size:14px;line-height:1.4em;width:calc(100% - 20px);white-space:pre-wrap;word-break:break-word}.InlineImageNode__placeholder{font-size:12px;color:#888;overflow:hidden;position:absolute;text-overflow:ellipsis;bottom:10px;left:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;display:inline-block;pointer-events:none}.InlineImageNode_Checkbox:checked,.InlineImageNode_Checkbox:not(:checked){position:absolute;left:-9999px}.InlineImageNode_Checkbox:checked+label,.InlineImageNode_Checkbox:not(:checked)+label{position:absolute;padding-right:55px;cursor:pointer;line-height:20px;display:inline-block;color:#666}.InlineImageNode_Checkbox:checked+label:before,.InlineImageNode_Checkbox:not(:checked)+label:before{content:"";position:absolute;right:0;top:0;width:18px;height:18px;border:1px solid #666;background:#fff}.InlineImageNode_Checkbox:checked+label:after,.InlineImageNode_Checkbox:not(:checked)+label:after{content:"";width:8px;height:8px;background:#222;position:absolute;top:6px;right:6px;transition:all .2s ease}.InlineImageNode_Checkbox:not(:checked)+label:after{opacity:0;transform:scale(0)}.InlineImageNode_Checkbox:checked+label:after{opacity:1;transform:scale(1)}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;border:none;padding:0 1em 0 0;margin:0;font-family:inherit;font-size:inherit;cursor:inherit;line-height:inherit;z-index:1;outline:none}:root{--select-border:#393939;--select-focus:#101484;--select-arrow:var(--select-border)}.select{min-width:160px;max-width:290px;border:1px solid var(--select-border);border-radius:.25em;padding:.25em .5em;font-size:1rem;cursor:pointer;line-height:1.4;background:linear-gradient(180deg,#fff 0,#e5e5e5)}.TableCellResizer__resizer{position:absolute}.table-of-contents .heading2{margin-left:10px}.table-of-contents .heading3{margin-left:20px}.selected-heading{color:#3578e5;position:relative}.selected-heading-wrapper:before{content:" ";position:absolute;display:inline-block;left:-30px;top:4px;z-index:10;height:4px;width:4px;background-color:#3578e5;border:4px solid #fff;border-radius:50%}.normal-heading{cursor:pointer;line-height:20px;font-size:16px}.table-of-contents{color:#65676b;position:fixed;top:200px;right:-35px;padding:10px;width:250px;display:flex;flex-direction:row;justify-content:flex-start;z-index:1;height:300px}.first-heading{color:#000;font-weight:700;cursor:pointer}.headings{list-style:none;margin-top:0;margin-left:10px;padding:0;overflow:scroll;width:200px;height:220px;overflow-x:hidden;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.headings::-webkit-scrollbar{display:none}.headings:before{content:" ";position:absolute;height:220px;width:4px;right:240px;margin-top:5px;background-color:#ccd0d5;border-radius:2px}.normal-heading-wrapper{margin-left:32px;position:relative}.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 #00000026;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 #0003;box-sizing:border-box;transform:translate(-10px,-4px)}.color-picker-color{border:1px solid #ccc;margin-top:15px;width:100%;height:20px}.font-size-input{font-weight:700;font-size:14px;color:#777;border-radius:5px;border-color:grey;height:15px;padding:2px 4px;text-align:center;width:28px;align-self:center}.font-size-input:disabled{opacity:.2;cursor:not-allowed}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.add-icon{background-image:url(/_next/static/media/add-sign.4338b856.svg)}.add-icon,.minus-icon{background-repeat:no-repeat;background-position:50%}.minus-icon{background-image:url(/_next/static/media/minus-sign.2349f525.svg)}button.font-decrement{padding:0;margin-right:3px}button.font-increment{padding:0;margin-left:3px}.ContentEditable__root{border:0;font-size:15px;display:block;position:relative;outline:0;padding:8px 28px 40px;min-height:150px}@media (max-width:1025px){.ContentEditable__root{padding-left:8px;padding-right:8px}}.ContentEditable__placeholder{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}@media (max-width:1025px){.ContentEditable__placeholder{left:8px;right:8px}}.link-editor{display:flex;position:absolute;top:0;left:0;z-index:10;max-width:400px;width:100%;opacity:0;background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:0 0 8px 8px;transition:opacity .5s;will-change:transform}.link-editor .button{width:20px;height:20px;display:inline-block;padding:6px;border-radius:8px;cursor:pointer;margin:0 2px}.link-editor .button.hovered{width:20px;height:20px;display:inline-block;background-color:#eee}.actions i,.link-editor .button i{background-size:contain;display:inline-block;height:20px;width:20px;vertical-align:-.25em}.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:40px;text-transform:uppercase}.PlaygroundEditorTheme__h1,.PlaygroundEditorTheme__h2{font-weight:600;margin-bottom:12px;margin-top:8px;line-height:1.1}.PlaygroundEditorTheme__h2{font-size:32px}.PlaygroundEditorTheme__h3{font-size:28px;font-weight:600;margin-bottom:12px;margin-top:8px;line-height:1.1}.PlaygroundEditorTheme__h4{font-size:24px}.PlaygroundEditorTheme__h4,.PlaygroundEditorTheme__h5{font-weight:500;margin-bottom:12px;margin-top:8px;line-height:1.1}.PlaygroundEditorTheme__h5{font-size:20px}.PlaygroundEditorTheme__h6{font-size:16px;font-weight:500;margin-bottom:12px;margin-top:8px;line-height:1.1}.PlaygroundEditorTheme__indent{--lexical-indent-base-value:40px}.PlaygroundEditorTheme__textBold{font-weight:700}.PlaygroundEditorTheme__paragraph mark{background-color:unset}.PlaygroundEditorTheme__textHighlight{background:rgba(255,212,0,.14);border-bottom:2px solid rgba(255,212,0,.3)}.PlaygroundEditorTheme__textItalic{font-style:italic}.PlaygroundEditorTheme__textUnderline{text-decoration:underline}.PlaygroundEditorTheme__textStrikethrough{text-decoration:line-through}.PlaygroundEditorTheme__textUnderlineStrikethrough{text-decoration:underline line-through}.PlaygroundEditorTheme__tabNode{position:relative;text-decoration:none}.PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderline:after{content:"";position:absolute;left:0;right:0;bottom:.15em;border-bottom:.1em solid}.PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textStrikethrough:before{content:"";position:absolute;left:0;right:0;top:.69em;border-top:.1em solid}.PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderlineStrikethrough:after,.PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderlineStrikethrough:before{content:"";position:absolute;left:0;right:0}.PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderlineStrikethrough:before{top:.69em;border-top:.1em solid}.PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderlineStrikethrough:after{bottom:.05em;border-bottom:.1em solid}.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__textLowercase{text-transform:lowercase}.PlaygroundEditorTheme__textUppercase{text-transform:uppercase}.PlaygroundEditorTheme__textCapitalize{text-transform:capitalize}.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;cursor:pointer}.PlaygroundEditorTheme__blockCursor{display:block;pointer-events:none;position:absolute}.PlaygroundEditorTheme__blockCursor:after{content:"";display:block;position:absolute;top:-2px;width:20px;border-top:1px solid #000;animation:CursorBlink 1.1s steps(2,start) infinite}@keyframes CursorBlink{to{visibility:hidden}}.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;overflow-x:auto;position:relative;-moz-tab-size:2;-o-tab-size:2;tab-size:2}.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__tableScrollableWrapper{overflow-x:auto;margin:0 25px 30px 0}.PlaygroundEditorTheme__tableScrollableWrapper>.PlaygroundEditorTheme__table{margin-top:0;margin-bottom:0}.PlaygroundEditorTheme__tableAlignmentCenter{margin-left:auto;margin-right:auto}.PlaygroundEditorTheme__tableAlignmentRight{margin-left:auto}.PlaygroundEditorTheme__table{border-collapse:collapse;border-spacing:0;overflow-y:scroll;overflow-x:scroll;table-layout:fixed;width:-moz-fit-content;width:fit-content;margin-top:25px;margin-bottom:30px}.PlaygroundEditorTheme__tableFrozenRow{overflow-x:clip}.PlaygroundEditorTheme__tableFrozenRow tr:first-of-type>td{overflow:clip;background-color:#fff;position:sticky;z-index:2;top:44px}.PlaygroundEditorTheme__tableFrozenRow tr:first-of-type>th{overflow:clip;background-color:#f2f3f5;position:sticky;z-index:2;top:44px}.PlaygroundEditorTheme__tableFrozenRow tr:first-of-type>td:after,.PlaygroundEditorTheme__tableFrozenRow tr:first-of-type>th:after{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #bbb}.PlaygroundEditorTheme__tableFrozenColumn tr>td:first-child{background-color:#fff;position:sticky;z-index:2;left:0}.PlaygroundEditorTheme__tableFrozenColumn tr>th:first-child{background-color:#f2f3f5;position:sticky;z-index:2;left:0}.PlaygroundEditorTheme__tableFrozenColumn tr>:first-child:after{content:"";position:absolute;left:0;top:0;right:0;height:100%;border-right:1px solid #bbb}.PlaygroundEditorTheme__tableRowStriping tr:nth-child(2n){background-color:#f2f5fb}.PlaygroundEditorTheme__tableSelection ::-moz-selection{background-color:transparent}.PlaygroundEditorTheme__tableSelection ::selection{background-color:transparent}.PlaygroundEditorTheme__tableSelected{outline:2px solid #3c84f4}.PlaygroundEditorTheme__tableCell{border:1px solid #bbb;width:75px;vertical-align:top;text-align:start;padding:6px 8px;position:relative;outline:none;overflow:auto}.PlaygroundEditorTheme__tableCell>*{overflow:inherit}.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{caret-color:transparent}.PlaygroundEditorTheme__tableCellSelected:after{position:absolute;left:0;right:0;bottom:0;top:0;background-color:highlight;mix-blend-mode:multiply;content:"";pointer-events:none}.PlaygroundEditorTheme__tableAddColumns{position:absolute;background-color:#eee;height:100%;animation:table-controls .2s ease;border:0;cursor:pointer}.PlaygroundEditorTheme__tableAddColumns:after{background-image:url(/_next/static/media/plus.14112428.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,.PlaygroundEditorTheme__tableAddRows:hover{background-color:#c9dbf0}.PlaygroundEditorTheme__tableAddRows{position:absolute;width:calc(100% - 25px);background-color:#eee;animation:table-controls .2s ease;border:0;cursor:pointer}.PlaygroundEditorTheme__tableAddRows:after{background-image:url(/_next/static/media/plus.14112428.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}@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{padding:0;margin:0;list-style-position:outside;list-style-type:decimal}.PlaygroundEditorTheme__ol2{padding:0;margin:0;list-style-type:upper-alpha;list-style-position:outside}.PlaygroundEditorTheme__ol3{padding:0;margin:0;list-style-type:lower-alpha;list-style-position:outside}.PlaygroundEditorTheme__ol4{padding:0;margin:0;list-style-type:upper-roman;list-style-position:outside}.PlaygroundEditorTheme__ol5{padding:0;margin:0;list-style-type:lower-roman;list-style-position:outside}.PlaygroundEditorTheme__ul{padding:0;margin:0;list-style-position:outside;list-style-type:disc}.PlaygroundEditorTheme__ul>li>ul{list-style-type:circle}.PlaygroundEditorTheme__ul>li>ul>li ul{list-style-type:square}.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;right: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}.PlaygroundEditorTheme__layoutContainer{display:grid;gap:10px;margin:10px 0}.PlaygroundEditorTheme__layoutItem{border:1px dashed #ddd;padding:8px 16px;min-width:0;max-width:100%}.PlaygroundEditorTheme__autocomplete{color:#ccc}.PlaygroundEditorTheme__hr{padding:2px;border:none;margin:1em 0;cursor:pointer}.PlaygroundEditorTheme__hr:after{content:"";display:block;height:2px;background-color:#ccc;line-height:2px}.PlaygroundEditorTheme__hr.selected{outline:2px solid #3c84f4;-webkit-user-select:none;-moz-user-select:none;user-select:none}.PlaygroundEditorTheme__specialText{background-color:#ff0;font-weight:700}.dropdown{z-index:100;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.wide{align-items:center;width:248px}.dropdown .item.wide .icon-text-container{display:flex;.text{min-width:120px}}.dropdown .item .shortcut{color:#939393;align-self:flex-end}.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,.dialog-dropdown>.dropdown-button-text,.font-size .dropdown-button-text{display:flex!important}}.styles_editor-shell-editable__ym1KL{border:1px solid #d1d1d1}.styles_editor-shell__L5U8h{margin:20px auto;border-radius:2px;max-width:1100px;color:#000;position:relative;line-height:1.7;font-weight:400}.styles_editor-shell__L5U8h .editor-container.tree-view{border-radius:0}.styles_editor-shell__L5U8h .editor-container{background:#fff;position:relative;display:block;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.styles_editor-shell__L5U8h .editor-container.plain-text{border-top-left-radius:10px;border-top-right-radius:10px}.styles_editor-shell__L5U8h .editor-scroller{min-height:150px;max-width:100%;border:0;display:flex;position:relative;outline:0;z-index:0;resize:vertical}.styles_editor-shell__L5U8h .editor{flex:auto;max-width:100%;position:relative;resize:vertical;z-index:-1}.styles_editor-shell__L5U8h .test-recorder-output{margin:20px auto;width:100%}.styles_editor-shell__L5U8h pre{line-height:1.1;background:#222;color:#fff;margin:0;padding:10px;font-size:12px;overflow:auto;max-height:400px}.styles_editor-shell__L5U8h .tree-view-output{display:block;background:#222;color:#fff;padding:0;font-size:12px;margin:1px auto 10px;position:relative;overflow:hidden;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.styles_editor-shell__L5U8h pre::-webkit-scrollbar{background:transparent;width:10px}.styles_editor-shell__L5U8h pre::-webkit-scrollbar-thumb{background:#999}.styles_editor-shell__L5U8h .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}.styles_editor-shell__L5U8h .editor-dev-button:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;display:block;background-size:contain;filter:invert(1)}.styles_editor-shell__L5U8h .editor-dev-button:hover{background-color:#555}.styles_editor-shell__L5U8h .editor-dev-button.active{background-color:#e92323}.styles_editor-shell__L5U8h .test-recorder-toolbar{display:flex}.styles_editor-shell__L5U8h .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}.styles_editor-shell__L5U8h .test-recorder-button:active{box-shadow:1px 2px 4px rgba(0,0,0,.4)}.styles_editor-shell__L5U8h .test-recorder-button+.test-recorder-button{margin-left:4px}.styles_editor-shell__L5U8h .test-recorder-button:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;display:block;background-size:contain;filter:invert(1)}.styles_editor-shell__L5U8h #options-button{position:fixed;left:20px;bottom:20px}.styles_editor-shell__L5U8h #test-recorder-button{position:fixed;left:70px;bottom:20px}.styles_editor-shell__L5U8h #paste-log-button{position:fixed;left:120px;bottom:20px}.styles_editor-shell__L5U8h #docs-button{position:fixed;left:170px;bottom:20px}.styles_editor-shell__L5U8h #options-button:after{background-image:url(/_next/static/media/gear.40993e36.svg)}.styles_editor-shell__L5U8h #test-recorder-button:after{background-image:url(/_next/static/media/journal-code.bd27ce1c.svg)}.styles_editor-shell__L5U8h #paste-log-button:after{background-image:url(/_next/static/media/clipboard.74885197.svg)}.styles_editor-shell__L5U8h #docs-button:after{background-image:url(/_next/static/media/file-earmark-text.bcfb5c74.svg)}.styles_editor-shell__L5U8h #test-recorder-button-snapshot{margin-right:auto}.styles_editor-shell__L5U8h #test-recorder-button-snapshot:after{background-image:url(/_next/static/media/camera.147e3d3d.svg)}.styles_editor-shell__L5U8h #test-recorder-button-copy:after{background-image:url(/_next/static/media/clipboard.74885197.svg)}.styles_editor-shell__L5U8h #test-recorder-button-download:after{background-image:url(/_next/static/media/download.4de86450.svg)}.styles_editor-shell__L5U8h .typeahead-popover{background:#fff;box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:8px;position:fixed}.styles_editor-shell__L5U8h .typeahead-popover ul{padding:0;list-style:none;margin:0;border-radius:8px;max-height:200px;overflow-y:scroll}.styles_editor-shell__L5U8h .typeahead-popover ul::-webkit-scrollbar{display:none}.styles_editor-shell__L5U8h .typeahead-popover ul{-ms-overflow-style:none;scrollbar-width:none}.styles_editor-shell__L5U8h .typeahead-popover ul li{margin:0;min-width:180px;font-size:14px;outline:none;cursor:pointer;border-radius:8px}.styles_editor-shell__L5U8h .typeahead-popover ul li.selected{background:#eee}.styles_editor-shell__L5U8h .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}.styles_editor-shell__L5U8h .typeahead-popover li.active{display:flex;width:20px;height:20px;background-size:contain}.styles_editor-shell__L5U8h .typeahead-popover li:first-child{border-radius:8px 8px 0 0}.styles_editor-shell__L5U8h .typeahead-popover li:last-child{border-radius:0 0 8px 8px}.styles_editor-shell__L5U8h .typeahead-popover li:hover{background-color:#eee}.styles_editor-shell__L5U8h .typeahead-popover li .text{display:flex;line-height:20px;flex-grow:1;min-width:150px}.styles_editor-shell__L5U8h .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;background-repeat:no-repeat;background-position:50%}.styles_editor-shell__L5U8h .component-picker-menu{width:200px}.styles_editor-shell__L5U8h .mentions-menu{width:250px}.styles_editor-shell__L5U8h .auto-embed-menu{width:150px}.styles_editor-shell__L5U8h .emoji-menu{width:200px}.styles_editor-shell__L5U8h i.palette{background-image:url(/_next/static/media/palette.958c57c6.svg)}.styles_editor-shell__L5U8h i.bucket{background-image:url(/_next/static/media/paint-bucket.a8912666.svg)}.styles_editor-shell__L5U8h i.bold{background-image:url(/_next/static/media/type-bold.7e3e270b.svg)}.styles_editor-shell__L5U8h i.italic{background-image:url(/_next/static/media/type-italic.d8e45748.svg)}.styles_editor-shell__L5U8h i.clear{background-image:url(/_next/static/media/trash.a399e1fe.svg)}.styles_editor-shell__L5U8h i.code{background-image:url(/_next/static/media/code.912b1f4d.svg)}.styles_editor-shell__L5U8h i.underline{background-image:url(/_next/static/media/type-underline.104a0ed5.svg)}.styles_editor-shell__L5U8h i.uppercase{background-image:url(/_next/static/media/type-uppercase.11cc2629.svg)}.styles_editor-shell__L5U8h i.lowercase{background-image:url(/_next/static/media/type-lowercase.4b942bf5.svg)}.styles_editor-shell__L5U8h i.capitalize{background-image:url(/_next/static/media/type-capitalize.96cc1f23.svg)}.styles_editor-shell__L5U8h i.strikethrough{background-image:url(/_next/static/media/type-strikethrough.2694a816.svg)}.styles_editor-shell__L5U8h i.subscript{background-image:url(/_next/static/media/type-subscript.0b1f38a0.svg)}.styles_editor-shell__L5U8h i.superscript{background-image:url(/_next/static/media/type-superscript.20cbe23c.svg)}.styles_editor-shell__L5U8h i.highlight{background-image:url(/_next/static/media/highlighter.42d30392.svg)}.styles_editor-shell__L5U8h i.link{background-image:url(/_next/static/media/link.b774de25.svg)}.styles_editor-shell__L5U8h i.horizontal-rule{background-image:url(/_next/static/media/horizontal-rule.6fa23d57.svg)}.styles_editor-shell__L5U8h .icon.plus{background-image:url(/_next/static/media/plus.14112428.svg)}.styles_editor-shell__L5U8h .icon.caret-right{background-image:url(/_next/static/media/caret-right-fill.2942d25e.svg)}.styles_editor-shell__L5U8h .icon.dropdown-more{background-image:url(/_next/static/media/dropdown-more.09f3d139.svg)}.styles_editor-shell__L5U8h .icon.font-color{background-image:url(/_next/static/media/font-color.4f0c0de5.svg)}.styles_editor-shell__L5U8h .icon.font-family{background-image:url(/_next/static/media/font-family.cd3adf4e.svg)}.styles_editor-shell__L5U8h .icon.bg-color{background-image:url(/_next/static/media/bg-color.387561e0.svg)}.styles_editor-shell__L5U8h .icon.table{background-color:#6c757d;mask-image:url(/_next/static/media/table.0c7c3473.svg);-webkit-mask-image:url(/_next/static/media/table.0c7c3473.svg);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}.styles_editor-shell__L5U8h i.image{background-image:url(/_next/static/media/file-image.9a20f2a6.svg)}.styles_editor-shell__L5U8h i.table{background-image:url(/_next/static/media/table.0c7c3473.svg)}.styles_editor-shell__L5U8h i.close{background-image:url(/_next/static/media/close.29fbfcb1.svg)}.styles_editor-shell__L5U8h i.figma{background-image:url(/_next/static/media/figma.0b8b47f6.svg)}.styles_editor-shell__L5U8h i.poll{background-image:url(/_next/static/media/card-checklist.ca95adc9.svg)}.styles_editor-shell__L5U8h i.columns{background-image:url(/_next/static/media/3-columns.8cd6d38a.svg)}.styles_editor-shell__L5U8h i.x{background-image:url(/_next/static/media/x.7e158f14.svg)}.styles_editor-shell__L5U8h i.youtube{background-image:url(/_next/static/media/youtube.107845c3.svg)}.styles_editor-shell__L5U8h .icon.left-align,.styles_editor-shell__L5U8h i.left-align{background-image:url(/_next/static/media/text-left.54f41f4e.svg)}.styles_editor-shell__L5U8h .icon.center-align,.styles_editor-shell__L5U8h i.center-align{background-image:url(/_next/static/media/text-center.a411e780.svg)}.styles_editor-shell__L5U8h .icon.right-align,.styles_editor-shell__L5U8h i.right-align{background-image:url(/_next/static/media/text-right.9288b7a2.svg)}.styles_editor-shell__L5U8h .icon.justify-align,.styles_editor-shell__L5U8h i.justify-align{background-image:url(/_next/static/media/justify.4fefd490.svg)}.styles_editor-shell__L5U8h .icon.vertical-top,.styles_editor-shell__L5U8h i.left-align{background-image:url(/_next/static/media/vertical-top.6c4ae0ef.svg)}.styles_editor-shell__L5U8h .icon.vertical-middle,.styles_editor-shell__L5U8h i.center-align{background-image:url(/_next/static/media/vertical-middle.f9736ecf.svg)}.styles_editor-shell__L5U8h .icon.vertical-bottom,.styles_editor-shell__L5U8h i.right-align{background-image:url(/_next/static/media/vertical-bottom.44f23918.svg)}.styles_editor-shell__L5U8h i.indent{background-image:url(/_next/static/media/indent.627c9430.svg)}.styles_editor-shell__L5U8h i.markdown{background-image:url(/_next/static/media/markdown.e04d06ad.svg)}.styles_editor-shell__L5U8h i.outdent{background-image:url(/_next/static/media/outdent.d2e8ca31.svg)}.styles_editor-shell__L5U8h i.undo{background-image:url(/_next/static/media/arrow-counterclockwise.d3ba4c55.svg)}.styles_editor-shell__L5U8h i.redo{background-image:url(/_next/static/media/arrow-clockwise.ce8dea10.svg)}.styles_editor-shell__L5U8h i.sticky{background-image:url(/_next/static/media/sticky.faa2ad70.svg)}.styles_editor-shell__L5U8h i.mic{background-image:url(/_next/static/media/mic.3f4ad731.svg)}.styles_editor-shell__L5U8h i.import{background-image:url(/_next/static/media/upload.8794811b.svg)}.styles_editor-shell__L5U8h i.export{background-image:url(/_next/static/media/download.4de86450.svg)}.styles_editor-shell__L5U8h i.share{background-image:url(/_next/static/media/send.37932bbe.svg)}.styles_editor-shell__L5U8h i.diagram-2{background-image:url(/_next/static/media/diagram-2.111341e8.svg)}.styles_editor-shell__L5U8h i.user{background-image:url(/_next/static/media/user.2391a690.svg)}.styles_editor-shell__L5U8h i.equation{background-image:url(/_next/static/media/plus-slash-minus.6eb49a72.svg)}.styles_editor-shell__L5U8h i.gif{background-image:url(/_next/static/media/filetype-gif.71b41263.svg)}.styles_editor-shell__L5U8h i.copy{background-image:url(/_next/static/media/copy.1b0c370e.svg)}.styles_editor-shell__L5U8h i.success{background-image:url(/_next/static/media/success.c56f463c.svg)}.styles_editor-shell__L5U8h i.prettier{background-image:url(/_next/static/media/prettier.b513f0f5.svg)}.styles_editor-shell__L5U8h i.prettier-error{background-image:url(/_next/static/media/prettier-error.1e1325e0.svg)}.styles_editor-shell__L5U8h .icon.page-break,.styles_editor-shell__L5U8h i.page-break{background-image:url(/_next/static/media/scissors.dfd5cb75.svg)}.styles_editor-shell__L5U8h .link-editor .button.active,.styles_editor-shell__L5U8h .toolbar .button.active{background-color:#dfe8fa}.styles_editor-shell__L5U8h .link-editor .link-input{width:calc(100% - 75px);box-sizing:border-box;margin:12px;background-color:#eee}.styles_editor-shell__L5U8h .link-editor .link-input,.styles_editor-shell__L5U8h .link-editor .link-view{display:block;padding:8px 12px;border-radius:15px;font-size:15px;color:#050505;border:0;outline:0;position:relative;font-family:inherit}.styles_editor-shell__L5U8h .link-editor .link-view{width:calc(100% - 24px);margin:8px 12px}.styles_editor-shell__L5U8h .link-editor .link-view a{display:block;word-break:break-word;width:calc(100% - 33px)}.styles_editor-shell__L5U8h .link-editor div.link-edit{background-image:url(/_next/static/media/pencil-fill.94cb216b.svg);background-size:16px;background-position:50%;background-repeat:no-repeat;width:35px;vertical-align:-.25em;position:absolute;right:30px;top:0;bottom:0;cursor:pointer}.styles_editor-shell__L5U8h .link-editor div.link-trash{background-image:url(/_next/static/media/trash.a399e1fe.svg)}.styles_editor-shell__L5U8h .link-editor div.link-cancel,.styles_editor-shell__L5U8h .link-editor div.link-trash{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}.styles_editor-shell__L5U8h .link-editor div.link-cancel{background-image:url(/_next/static/media/close.29fbfcb1.svg);margin-right:28px}.styles_editor-shell__L5U8h .link-editor div.link-confirm{background-image:url(/_next/static/media/success-alt.e22bb551.svg);background-size:16px;background-position:50%;background-repeat:no-repeat;width:35px;vertical-align:-.25em;margin-right:2px;position:absolute;right:0;top:0;bottom:0;cursor:pointer}.styles_editor-shell__L5U8h .link-editor .link-input a{color:#216fdb;text-decoration:underline;white-space:nowrap;overflow:hidden;margin-right:30px;text-overflow:ellipsis}.styles_editor-shell__L5U8h .link-editor .link-input a:hover{text-decoration:underline}.styles_editor-shell__L5U8h .link-editor .font-family-wrapper,.styles_editor-shell__L5U8h .link-editor .font-size-wrapper{display:flex;margin:0 4px}.styles_editor-shell__L5U8h .link-editor select{padding:6px;border:none;background-color:rgba(0,0,0,.075);border-radius:4px}.styles_editor-shell__L5U8h .mention:focus{box-shadow:0 0 0 2px #b4d5ff;outline:none}.styles_editor-shell__L5U8h .characters-limit{color:#888;font-size:12px;text-align:right;display:block;position:absolute;left:12px;bottom:5px}.styles_editor-shell__L5U8h .characters-limit.characters-limit-exceeded{color:red}.styles_editor-shell__L5U8h .dropdown{z-index:100;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);border-radius:8px;min-height:40px;background-color:#fff}.styles_editor-shell__L5U8h .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;background-color:#fff;border-radius:8px;border:0;max-width:250px;min-width:100px}.styles_editor-shell__L5U8h .dropdown .item.wide{align-items:center;width:248px}.styles_editor-shell__L5U8h .dropdown .item.wide .icon-text-container{display:flex}.styles_editor-shell__L5U8h .dropdown .item.wide .icon-text-container .text{min-width:120px}.styles_editor-shell__L5U8h .dropdown .item .shortcut{color:#939393;align-self:flex-end}.styles_editor-shell__L5U8h .dropdown .item .active{display:flex;width:20px;height:20px;background-size:contain}.styles_editor-shell__L5U8h .dropdown .item:first-child{margin-top:8px}.styles_editor-shell__L5U8h .dropdown .item:last-child{margin-bottom:8px}.styles_editor-shell__L5U8h .dropdown .item:hover{background-color:#eee}.styles_editor-shell__L5U8h .dropdown .item .text{display:flex;line-height:20px;flex-grow:1;min-width:150px}.styles_editor-shell__L5U8h .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}.styles_editor-shell__L5U8h .dropdown .divider{width:auto;background-color:#eee;margin:4px 8px;height:1px}@media screen and (max-width:1100px){.styles_editor-shell__L5U8h .dropdown-button-text{display:none!important}.styles_editor-shell__L5U8h .code-language .dropdown-button-text,.styles_editor-shell__L5U8h .dialog-dropdown>.dropdown-button-text,.styles_editor-shell__L5U8h .font-size .dropdown-button-text{display:flex!important}}.styles_editor-shell__L5U8h .icon.paragraph{background-image:url(/_next/static/media/text-paragraph.61674422.svg)}.styles_editor-shell__L5U8h .icon.h1{background-image:url(/_next/static/media/type-h1.f292ffe1.svg)}.styles_editor-shell__L5U8h .icon.h2{background-image:url(/_next/static/media/type-h2.a9d1aa48.svg)}.styles_editor-shell__L5U8h .icon.h3{background-image:url(/_next/static/media/type-h3.4a29ff88.svg)}.styles_editor-shell__L5U8h .icon.h4{background-image:url(/_next/static/media/type-h4.7f48750c.svg)}.styles_editor-shell__L5U8h .icon.h5{background-image:url(/_next/static/media/type-h5.14b4ac56.svg)}.styles_editor-shell__L5U8h .icon.h6{background-image:url(/_next/static/media/type-h6.4e9dfe2d.svg)}.styles_editor-shell__L5U8h .icon.bullet,.styles_editor-shell__L5U8h .icon.bullet-list{background-image:url(/_next/static/media/list-ul.1d54da3f.svg)}.styles_editor-shell__L5U8h .icon.check,.styles_editor-shell__L5U8h .icon.check-list{background-image:url(/_next/static/media/square-check.a4cde2d3.svg)}.styles_editor-shell__L5U8h .icon.number,.styles_editor-shell__L5U8h .icon.numbered-list{background-image:url(/_next/static/media/list-ol.d64946f3.svg)}.styles_editor-shell__L5U8h .icon.quote{background-image:url(/_next/static/media/chat-square-quote.123cfa24.svg)}.styles_editor-shell__L5U8h .icon.code{background-image:url(/_next/static/media/code.912b1f4d.svg)}.styles_editor-shell__L5U8h .switches{z-index:6;position:fixed;left:10px;bottom:70px;animation:slide-in .4s ease}@keyframes styles_slide-in__bshP2{0%{opacity:0;transform:translateX(-200px)}to{opacity:1;transform:translateX(0)}}.styles_editor-shell__L5U8h .switch{display:block;color:#444;margin:5px 0;background-color:hsla(0,0%,93%,.7);padding:5px 10px;border-radius:10px}.styles_editor-shell__L5U8h #rich-text-switch{right:0}.styles_editor-shell__L5U8h #character-count-switch{right:130px}.styles_editor-shell__L5U8h .switch label{margin-right:5px;line-height:24px;width:100px;font-size:14px;display:inline-block;vertical-align:middle}.styles_editor-shell__L5U8h .switch button{background-color:#ced0d4;height:24px;box-sizing:border-box;border-radius:12px;width:44px;display:inline-block;vertical-align:middle;position:relative;outline:none;cursor:pointer;transition:background-color .1s;border:2px solid transparent}.styles_editor-shell__L5U8h .switch button:focus-visible{border-color:blue}.styles_editor-shell__L5U8h .switch button span{top:0;left:0;display:block;position:absolute;width:20px;height:20px;border-radius:12px;background-color:#fff;transition:transform .2s}.styles_editor-shell__L5U8h .switch button[aria-checked=true]{background-color:#1877f2}.styles_editor-shell__L5U8h .switch button[aria-checked=true] span{transform:translateX(20px)}.styles_editor-shell__L5U8h span.editor-image{cursor:default;display:inline-block;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles_editor-shell__L5U8h .editor-image img{max-width:100%;cursor:default}.styles_editor-shell__L5U8h .editor-image img.focused{outline:2px solid #3c84f4;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles_editor-shell__L5U8h .editor-image img.focused.draggable{cursor:grab}.styles_editor-shell__L5U8h .editor-image img.focused.draggable:active{cursor:grabbing}.styles_editor-shell__L5U8h .editor-image .image-caption-container .tree-view-output{margin:0;border-radius:0}.styles_editor-shell__L5U8h .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}.styles_editor-shell__L5U8h .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}.styles_editor-shell__L5U8h .editor-image .image-caption-button:hover{background-color:rgba(60,132,244,.5)}.styles_editor-shell__L5U8h .editor-image .image-edit-button{border:1px solid rgba(0,0,0,.3);border-radius:5px;background-image:url(/src/images/icons/pencil-fill.svg);background-size:16px;background-position:50%;background-repeat:no-repeat;width:35px;height:35px;vertical-align:-.25em;position:absolute;right:4px;top:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles_editor-shell__L5U8h .editor-image .image-edit-button:hover{background-color:rgba(60,132,244,.1)}.styles_editor-shell__L5U8h .editor-image .image-resizer{display:block;width:7px;height:7px;position:absolute;background-color:#3c84f4;border:1px solid #fff}.styles_editor-shell__L5U8h .editor-image .image-resizer.image-resizer-n{top:-6px;left:48%;cursor:n-resize}.styles_editor-shell__L5U8h .editor-image .image-resizer.image-resizer-ne{top:-6px;right:-6px;cursor:ne-resize}.styles_editor-shell__L5U8h .editor-image .image-resizer.image-resizer-e{bottom:48%;right:-6px;cursor:e-resize}.styles_editor-shell__L5U8h .editor-image .image-resizer.image-resizer-se{bottom:-2px;right:-6px;cursor:nwse-resize}.styles_editor-shell__L5U8h .editor-image .image-resizer.image-resizer-s{bottom:-2px;left:48%;cursor:s-resize}.styles_editor-shell__L5U8h .editor-image .image-resizer.image-resizer-sw{bottom:-2px;left:-6px;cursor:sw-resize}.styles_editor-shell__L5U8h .editor-image .image-resizer.image-resizer-w{bottom:48%;left:-6px;cursor:w-resize}.styles_editor-shell__L5U8h .editor-image .image-resizer.image-resizer-nw{top:-6px;left:-6px;cursor:nw-resize}.styles_editor-shell__L5U8h span.inline-editor-image{cursor:default;display:inline-block;position:relative;z-index:1}.styles_editor-shell__L5U8h .inline-editor-image img{max-width:100%;cursor:default}.styles_editor-shell__L5U8h .inline-editor-image img.focused{outline:2px solid #3c84f4}.styles_editor-shell__L5U8h .inline-editor-image img.focused.draggable{cursor:grab}.styles_editor-shell__L5U8h .inline-editor-image img.focused.draggable:active{cursor:grabbing}.styles_editor-shell__L5U8h .editor-shell .inline-editor-image .image-caption-container .tree-view-output{margin:0;border-radius:0}.styles_editor-shell__L5U8h .inline-editor-image.position-full{margin:1em 0}.styles_editor-shell__L5U8h .inline-editor-image.position-left{float:left;width:50%;margin:1em 1em 0 0}.styles_editor-shell__L5U8h .inline-editor-image.position-right{float:right;width:50%;margin:1em 0 0 1em}.styles_editor-shell__L5U8h .inline-editor-image .image-edit-button{display:block;position:absolute;top:12px;right:12px;padding:6px 8px;margin:0 auto;border:1px solid hsla(0,0%,100%,.3);border-radius:5px;background-color:rgba(0,0,0,.5);min-width:60px;color:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles_editor-shell__L5U8h .inline-editor-image .image-edit-button:hover{background-color:rgba(60,132,244,.5)}.styles_editor-shell__L5U8h .inline-editor-image .image-caption-container{display:block;background-color:#f4f4f4;min-width:100%;color:#000;overflow:hidden}.styles_editor-shell__L5U8h .emoji{color:transparent;caret-color:#050505;background-size:16px 16px;background-position:50%;background-repeat:no-repeat;vertical-align:middle;margin:0 -1px}.styles_editor-shell__L5U8h .emoji-inner{padding:0 .15em}.styles_editor-shell__L5U8h .emoji-inner::-moz-selection{color:transparent;background-color:hsla(0,0%,59%,.4)}.styles_editor-shell__L5U8h .emoji-inner::selection{color:transparent;background-color:hsla(0,0%,59%,.4)}.styles_editor-shell__L5U8h .emoji-inner::moz-selection{color:transparent;background-color:hsla(0,0%,59%,.4)}.styles_editor-shell__L5U8h .emoji.happysmile{background-image:url(/_next/static/media/1F642.830f2cc9.png)}.styles_editor-shell__L5U8h .emoji.veryhappysmile{background-image:url(/_next/static/media/1F600.32631ebc.png)}.styles_editor-shell__L5U8h .emoji.unhappysmile{background-image:url(/_next/static/media/1F641.61cff493.png)}.styles_editor-shell__L5U8h .emoji.heart{background-image:url(/_next/static/media/2764.6e29e63e.png)}.styles_editor-shell__L5U8h .keyword{color:#f1765e;font-weight:700}.styles_editor-shell__L5U8h .actions{position:absolute;text-align:right;margin:10px;bottom:0;right:0}.styles_editor-shell__L5U8h .actions.tree-view{border-bottom-left-radius:0;border-bottom-right-radius:0}.styles_editor-shell__L5U8h .actions i{background-size:contain;display:inline-block;height:15px;width:15px;vertical-align:-.25em}.styles_editor-shell__L5U8h .actions i.indent{background-image:url(/_next/static/media/indent.627c9430.svg)}.styles_editor-shell__L5U8h .actions i.outdent{background-image:url(/_next/static/media/outdent.d2e8ca31.svg)}.styles_editor-shell__L5U8h .actions i.lock{background-image:url(/_next/static/media/lock-fill.4e64a748.svg)}.styles_editor-shell__L5U8h .actions i.image{background-image:url(/_next/static/media/file-image.9a20f2a6.svg)}.styles_editor-shell__L5U8h .actions i.table{background-image:url(/_next/static/media/table.0c7c3473.svg)}.styles_editor-shell__L5U8h .actions i.unlock{background-image:url(/_next/static/media/lock.b0b0ecb8.svg)}.styles_editor-shell__L5U8h .actions i.left-align{background-image:url(/_next/static/media/text-left.54f41f4e.svg)}.styles_editor-shell__L5U8h .actions i.center-align{background-image:url(/_next/static/media/text-center.a411e780.svg)}.styles_editor-shell__L5U8h .actions i.right-align{background-image:url(/_next/static/media/text-right.9288b7a2.svg)}.styles_editor-shell__L5U8h .actions i.justify-align{background-image:url(/_next/static/media/justify.4fefd490.svg)}.styles_editor-shell__L5U8h .actions i.disconnect{background-image:url(/_next/static/media/plug.398c6256.svg)}.styles_editor-shell__L5U8h .actions i.connect{background-image:url(/_next/static/media/plug-fill.74cdba72.svg)}.styles_editor-shell__L5U8h .table-cell-action-button-container{position:absolute;z-index:3;top:0;left:0;will-change:transform}.styles_editor-shell__L5U8h .table-cell-action-button-container.table-cell-action-button-container--active{pointer-events:auto;opacity:1}.styles_editor-shell__L5U8h .table-cell-action-button-container.table-cell-action-button-container--inactive{pointer-events:none;opacity:0}.styles_editor-shell__L5U8h .table-cell-action-button{display:flex;justify-content:center;align-items:center;border:0;position:absolute;top:10px;right:10px;border-radius:15px;color:#222;display:inline-block;cursor:pointer}.styles_editor-shell__L5U8h i.chevron-down{background-color:transparent;background-size:contain;display:inline-block;height:8px;width:8px;background-image:url(/_next/static/media/chevron-down.d9636921.svg)}.styles_editor-shell__L5U8h .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}.styles_editor-shell__L5U8h .action-button:hover{background-color:#ddd;color:#000}.styles_editor-shell__L5U8h .action-button-mic.active{animation:mic-pulsate-color 3s infinite}.styles_editor-shell__L5U8h button.action-button:disabled{opacity:.6;background:#eee;cursor:not-allowed}@keyframes styles_mic-pulsate-color__DPCyj{0%{background-color:#ffdcdc}50%{background-color:#ff8585}to{background-color:#ffdcdc}}.styles_editor-shell__L5U8h .debug-timetravel-panel{overflow:hidden;padding:0 0 10px;margin:auto;display:flex}.styles_editor-shell__L5U8h .debug-timetravel-panel-slider{padding:0;flex:8}.styles_editor-shell__L5U8h .debug-timetravel-panel-button{padding:0;border:0;background:none;flex:1;color:#fff;font-size:12px}.styles_editor-shell__L5U8h .debug-timetravel-panel-button:hover{text-decoration:underline}.styles_editor-shell__L5U8h .debug-timetravel-button{border:0;padding:0;font-size:12px;top:10px;right:15px;position:absolute;background:none;color:#fff}.styles_editor-shell__L5U8h .debug-timetravel-button:hover{text-decoration:underline}.styles_editor-shell__L5U8h .debug-treetype-button{border:0;padding:0;font-size:12px;top:10px;right:85px;position:absolute;background:none;color:#fff}.styles_editor-shell__L5U8h .debug-treetype-button:hover{text-decoration:underline}.styles_editor-shell__L5U8h .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}.styles_editor-shell__L5U8h .ltr{text-align:left}.styles_editor-shell__L5U8h .rtl{text-align:right}.styles_editor-shell__L5U8h .toolbar{display:flex;margin-bottom:1px;background:#fff;padding:4px;border-top-left-radius:10px;border-top-right-radius:10px;vertical-align:middle;overflow:auto;height:36px;position:sticky;top:0;z-index:2;overflow-y:hidden}.styles_editor-shell__L5U8h 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}.styles_editor-shell__L5U8h button.toolbar-item:disabled{cursor:not-allowed}.styles_editor-shell__L5U8h button.toolbar-item.spaced{margin-right:2px}.styles_editor-shell__L5U8h button.toolbar-item i.format{background-size:contain;display:inline-block;height:18px;width:18px;vertical-align:-.25em;display:flex;opacity:.6}.styles_editor-shell__L5U8h button.toolbar-item:disabled .chevron-down,.styles_editor-shell__L5U8h button.toolbar-item:disabled .icon,.styles_editor-shell__L5U8h button.toolbar-item:disabled .text,.styles_editor-shell__L5U8h button.toolbar-item:disabled i.format{opacity:.2}.styles_editor-shell__L5U8h button.toolbar-item.active{background-color:rgba(223,232,250,.3)}.styles_editor-shell__L5U8h button.toolbar-item.active i{opacity:1}.styles_editor-shell__L5U8h .toolbar-item:hover:not([disabled]){background-color:#eee}.styles_editor-shell__L5U8h .toolbar-item.font-family .text{display:block;max-width:40px}.styles_editor-shell__L5U8h .toolbar .code-language{width:150px}.styles_editor-shell__L5U8h .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}.styles_editor-shell__L5U8h .toolbar .toolbar-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}.styles_editor-shell__L5U8h .toolbar i.chevron-down,.styles_editor-shell__L5U8h .toolbar-item i.chevron-down{margin-top:3px;width:16px;height:16px;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles_editor-shell__L5U8h .toolbar i.chevron-down.inside{width:16px;height:16px;display:flex;margin-left:-25px;margin-top:11px;margin-right:10px;pointer-events:none}.styles_editor-shell__L5U8h .toolbar .divider{width:1px;background-color:#eee;margin:0 4px}.styles_editor-shell__L5U8h .sticky-note-container{position:absolute;z-index:9;width:120px;display:inline-block}.styles_editor-shell__L5U8h .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}.styles_editor-shell__L5U8h .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)}.styles_editor-shell__L5U8h .sticky-note.yellow{border-top:1px solid #fdfd86;background:linear-gradient(135deg,#ff8 81%,#ff8 82%,#ff8 0,#ffffc6)}.styles_editor-shell__L5U8h .sticky-note.pink{border-top:1px solid #e7d1e4;background:linear-gradient(135deg,#f7cbe8 81%,#f7cbe8 82%,#f7cbe8 0,#e7bfe1)}.styles_editor-shell__L5U8h .sticky-note-container.dragging{transition:none!important}.styles_editor-shell__L5U8h .sticky-note div{cursor:text}.styles_editor-shell__L5U8h .sticky-note .delete{border:0;background:none;position:absolute;top:8px;right:10px;font-size:10px;cursor:pointer;opacity:.5}.styles_editor-shell__L5U8h .sticky-note .delete:hover{font-weight:700;opacity:1}.styles_editor-shell__L5U8h .sticky-note .color{border:0;background:none;position:absolute;top:8px;right:25px;cursor:pointer;opacity:.5}.styles_editor-shell__L5U8h .sticky-note .color:hover{opacity:1}.styles_editor-shell__L5U8h .sticky-note .color i{display:block;width:12px;height:12px;background-size:contain}.styles_editor-shell__L5U8h .excalidraw-button{border:0;padding:0;margin:0;background-color:transparent}.styles_editor-shell__L5U8h .excalidraw-button.selected{outline:2px solid #3c84f4;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles_editor-shell__L5U8h .github-corner:hover .octo-arm{animation:octocat-wave .56s ease-in-out}@keyframes styles_octocat-wave__dXdv_{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media(max-width:500px){.styles_editor-shell__L5U8h .github-corner:hover .octo-arm{animation:none}.styles_editor-shell__L5U8h .github-corner .octo-arm{animation:octocat-wave .56s ease-in-out}}.styles_editor-shell__L5U8h .spacer{letter-spacing:-2px}.styles_editor-shell__L5U8h .editor-equation{cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles_editor-shell__L5U8h .editor-equation.focused{outline:2px solid #3c84f4}.styles_editor-shell__L5U8h button.item i{opacity:.6}.styles_editor-shell__L5U8h button.item.dropdown-item-active{background-color:rgba(223,232,250,.3)}.styles_editor-shell__L5U8h button.item.dropdown-item-active i{opacity:1}.styles_editor-shell__L5U8h .TableNode__contentEditable{min-height:20px;border:0;resize:none;cursor:text;display:block;position:relative;outline:0;padding:0;-webkit-user-select:text;-moz-user-select:text;user-select:text;font-size:15px;white-space:pre-wrap;word-break:break-word;z-index:3}.styles_editor-shell__L5U8h .dialog-dropdown{background-color:#eee!important;margin-bottom:10px;width:100%}