@import "https://fonts.googleapis.com/css?family=Reenie+Beanie";body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,\.SFNSText-Regular,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 20px}pre{line-height:1.1;background:#222;color:#fff;margin:0;padding:10px;font-size:12px;overflow:auto;max-height:400px}pre::-webkit-scrollbar{background:transparent;width:10px}pre::-webkit-scrollbar-thumb{background:#999}.typeahead-popover{background:#fff;box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:8px;position:fixed}.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;background-repeat:no-repeat;background-position:50%}.component-picker-menu{width:200px}.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}}.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)}@keyframes mic-pulsate-color{0%{background-color:#ffdcdc}50%{background-color:#ff8585}to{background-color:#ffdcdc}}.ltr{text-align:left}.rtl{text-align:right}.toolbar{margin-bottom:1px;background:#fff;padding:4px;border-top-left-radius:10px;border-top-right-radius:10px;overflow:auto;height:36px;position:-webkit-sticky;position:sticky;top:0;z-index:2;overflow-y:hidden}.toolbar,button.toolbar-item{display:flex;vertical-align:middle}button.toolbar-item{border:0;background:none;border-radius:10px;padding:8px;cursor:pointer;flex-shrink:0;align-items:center;justify-content:space-between}button.toolbar-item:disabled{cursor:not-allowed}button.toolbar-item.spaced{margin-right:2px}button.toolbar-item i.format{background-size:contain;height:18px;width:18px;vertical-align:-.25em;display:flex;opacity:.6}button.toolbar-item:disabled .chevron-down,button.toolbar-item:disabled .icon,button.toolbar-item:disabled .text,button.toolbar-item:disabled i.format{opacity:.2}button.toolbar-item.active{background-color:#eff3f6}button.toolbar-item.active i{opacity:1}.toolbar-item:hover:not([disabled]){background-color:#e1e5e9;svg{color:red}}.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{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}.toolbar .toolbar-item .icon.exit-fullscreen,.toolbar .toolbar-item .icon.fullscreen{margin-right:0}.toolbar i.chevron-down,.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}.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}.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}.spacer{letter-spacing:-2px}button.item i{opacity:.6}button.item.dropdown-item-active{background-color:rgba(223,232,250,.3)}button.item.dropdown-item-active i{opacity:1}.dialog-dropdown{background-color:#eee!important;margin-bottom:10px;width:100%}#lexical-editor{i.chevron-down{background-image:url(/_next/static/media/chevron-down.d9636921.svg)}i.palette{background-image:url(/_next/static/media/palette.958c57c6.svg)}i.bucket{background-image:url(/_next/static/media/paint-bucket.a8912666.svg)}i.bold{background-image:url(/_next/static/media/type-bold.7e3e270b.svg)}i.italic{background-image:url(/_next/static/media/type-italic.d8e45748.svg)}i.clear{background-image:url(/_next/static/media/trash.a399e1fe.svg)}i.underline{background-image:url(/_next/static/media/type-underline.104a0ed5.svg)}i.uppercase{background-image:url(/_next/static/media/type-uppercase.11cc2629.svg)}i.lowercase{background-image:url(/_next/static/media/type-lowercase.4b942bf5.svg)}i.capitalize{background-image:url(/_next/static/media/type-capitalize.96cc1f23.svg)}i.strikethrough{background-image:url(/_next/static/media/type-strikethrough.2694a816.svg)}i.subscript{background-image:url(/_next/static/media/type-subscript.0b1f38a0.svg)}i.superscript{background-image:url(/_next/static/media/type-superscript.20cbe23c.svg)}i.link{background-image:url(/_next/static/media/link.b774de25.svg)}.icon.plus{background-image:url(/_next/static/media/plus.14112428.svg)}.icon.caret-right{background-image:url(/_next/static/media/caret-right-fill.2942d25e.svg)}.icon.dropdown-more{background-image:url(/_next/static/media/dropdown-more.09f3d139.svg)}.icon.font-color{background-image:url(/_next/static/media/font-color.4f0c0de5.svg)}.icon.bg-color{background-image:url(/_next/static/media/bg-color.387561e0.svg)}.icon.fullscreen{background-image:url(/_next/static/media/fullscreen.3acb49e8.svg)}.icon.exit-fullscreen{background-image:url(/_next/static/media/exit-fullscreen.af158a7d.svg)}i.success{background-image:url(/_next/static/media/success.c56f463c.svg)}i.prettier{background-image:url(/_next/static/media/prettier.b513f0f5.svg)}i.prettier-error{background-image:url(/_next/static/media/prettier-error.1e1325e0.svg)}.icon.paragraph{background-image:url(/_next/static/media/text-paragraph.61674422.svg)}.icon.h1{background-image:url(/_next/static/media/type-h1.f292ffe1.svg)}.icon.h2{background-image:url(/_next/static/media/type-h2.a9d1aa48.svg)}.icon.h3{background-image:url(/_next/static/media/type-h3.4a29ff88.svg)}.icon.h4{background-image:url(/_next/static/media/type-h4.7f48750c.svg)}.icon.h5{background-image:url(/_next/static/media/type-h5.14b4ac56.svg)}.icon.h6{background-image:url(/_next/static/media/type-h6.4e9dfe2d.svg)}.icon.link-edit{background-image:url(/_next/static/media/pencil-fill.94cb216b.svg)}.icon.link-trash{background-image:url(/_next/static/media/trash.a399e1fe.svg)}.icon.link-cancel{background-image:url(/_next/static/media/close.29fbfcb1.svg)}.icon.link-confirm{background-image:url(/_next/static/media/success-alt.e22bb551.svg)}.icon.number,.icon.numbered-list{background-image:url(/_next/static/media/list-ol.d64946f3.svg)}.icon.bullet,.icon.bullet-list{background-image:url(/_next/static/media/list-ul.1d54da3f.svg)}i.annotation{background-image:url(/_next/static/media/annotation.f67782bc.svg)}i.annotation-edit{-webkit-mask:url(/_next/static/media/annotation-edit.2ce7bded.svg);mask:url(/_next/static/media/annotation-edit.2ce7bded.svg)}i.annotation-confirm{-webkit-mask:url(/_next/static/media/annotation-confirm.b8f9fd60.svg);mask:url(/_next/static/media/annotation-confirm.b8f9fd60.svg)}i.annotation-cancel{-webkit-mask:url(/_next/static/media/annotation-cancel.4ccd0cac.svg);mask:url(/_next/static/media/annotation-cancel.4ccd0cac.svg)}i.annotation-delete{-webkit-mask:url(/_next/static/media/annotation-trash.cb6c8ebc.svg);mask:url(/_next/static/media/annotation-trash.cb6c8ebc.svg)}}.Annotation__container{display:ruby;flex-direction:column}.Annotation__container[open]{width:100%}.Annotation__text{color:#9f7544;cursor:pointer;&::-webkit-details-marker,&::marker{content:""}}.Annotation__container[open] .Annotation__indicator{&:before{transform:rotate(-45deg)}&:after{transform:rotate(45deg)}}.Annotation__content{display:none}.Annotation__container[open] .Annotation__content{display:block}.Annotation__content{border-top:2px solid #9f7544;background-color:#fff;padding:25px 11px;margin-bottom:10px;line-height:2.11;letter-spacing:.5px;font-size:16px}