.ContentEditable__root{border:0;font-size:15px;display:block;position:relative;outline:0;padding:4px 28px 0}@media (max-width:1025px){.ContentEditable__root{padding-left:8px;padding-right:8px}}.Placeholder__root{font-size:15px;color:#999;overflow:hidden;position:absolute;text-overflow:ellipsis;top:0;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){.Placeholder__root{left:8px}}.code-action-menu-container{height:35.8px;font-size:10px;color:rgba(0,0,0,.5);position:absolute;display:flex;align-items:center;flex-direction:row;-webkit-user-select:none;-moz-user-select:none;user-select:none}.code-action-menu-container .code-highlight-language{margin-right:4px}.code-action-menu-container button.menu-item{border:1px solid transparent;border-radius:4px;padding:4px;background:none;cursor:pointer;flex-shrink:0;display:flex;align-items:center;color:rgba(0,0,0,.5);text-transform:uppercase}.code-action-menu-container button.menu-item i.format{height:16px;width:16px;opacity:.6;display:flex;color:rgba(0,0,0,.5);background-size:contain}.code-action-menu-container button.menu-item:hover{border:1px solid rgba(0,0,0,.3);opacity:.9}.code-action-menu-container button.menu-item:active{background-color:#dfe8fa;border:1px solid rgba(0,0,0,.45)}.code-action-menu-container .prettier-wrapper{position:relative}.code-action-menu-container .prettier-wrapper .code-error-tips{padding:5px;border-radius:4px;color:#fff;background:#222;margin-top:4px;position:absolute;top:26px;right:0}.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}.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;padding-right:8px}.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}.target-blank-checkbox-wrapper{display:flex;align-items:center;justify-content:center;gap:2px}.target-blank-checkbox-wrapper>label{font-size:11px;white-space:nowrap}.floating-text-format-popup{display:flex;background:#fff;padding:4px;vertical-align:middle;position:absolute;top:0;left:0;z-index:10;opacity:0;box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:8px;transition:opacity .5s;min-height:35px;will-change:transform;max-width:450px;flex-wrap:wrap}.floating-text-format-popup button.popup-item{border:0;display:flex;background:none;border-radius:0 8px;padding:8px;cursor:pointer;vertical-align:middle;align-items:center}.floating-text-format-popup button.popup-item.non-scroll{height:auto!important}.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;height:18px;width:18px;margin-top:2px;vertical-align:-.25em;display:flex;opacity:.6}.floating-text-format-popup button.toolbar-item .icon{height:18px;width:18px;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-right:8px;line-height:16px;background-size:contain}.floating-text-format-popup button.toolbar-item .text+i.chevron-down{margin-left:4px}.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}@media (max-width:1024px){.floating-text-format-popup button.insert-comment{display:none}}.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.53f77f2d.svg)}@media (max-width:1024px){.CommentPlugin_AddCommentBox{display:none}}.CommentPlugin_CommentInputBox{display:block;position:absolute;width:250px;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}.CommentPlugin_CommentInputBox:before{content:"";position:absolute;width:0;height:0;margin-left:.5em;right:-1em;top:0;left:calc(50% + .25em);box-sizing:border-box;border-color:transparent transparent #fff #fff;border-style:solid;border-width:.5em;transform-origin:0 0;transform:rotate(135deg);box-shadow:-3px 3px 3px 0 rgba(0,0,0,.05)}@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 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{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:80px}.CommentPlugin_CommentInputBox_Editor:focus{outline:1px solid #4287f5}.CommentPlugin_ShowCommentsButton{position:fixed;top:10px;right:10px;background-color:#ddd;border-radius:10px}i.comments{background-size:contain;display:inline-block;height:20px;width:20px;vertical-align:-10px;background-image:url(/_next/static/media/comments.911cd797.svg);opacity:.5;transition:opacity .2s linear}@media (max-width:1024px){.CommentPlugin_ShowCommentsButton{display:none}}.CommentPlugin_ShowCommentsButton:hover i.comments{opacity:1}.CommentPlugin_ShowCommentsButton.active{background-color:#ccc}.CommentPlugin_CommentsPanel{position:fixed;right:0;width:300px;height:calc(100% - 88px);top:88px;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}@keyframes show-comments{0%{opacity:0;transform:translateX(300px)}to{opacity:1;transform:translateX(0)}}.CommentPlugin_CommentsPanel_Heading{padding-left:15px;padding-top:10px;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.37932bbe.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.4390d0a1.svg);transition:opacity .2s linear}.CommentEditorTheme__paragraph{margin:0;position:"relative"}.Formaloo_RichText__blockCursor{display:block;pointer-events:none;position:absolute}.Formaloo_RichText__characterLimit{display:inline;background-color:#fbb}.Formaloo_RichText__link:hover{text-decoration:underline;cursor:pointer}.Formaloo_RichText__mark.selected{background:rgba(255,212,0,.5);border-bottom:2px solid #ffd400}.Formaloo_RichText__markOverlap.selected{background:rgba(255,212,0,.7);border-bottom:2px solid rgba(255,212,0,.7)}.Formaloo_RichText__embedBlock{-webkit-user-select:none;-moz-user-select:none;user-select:none}.Formaloo_RichText__embedBlockFocus{outline:2px solid #3c84f4}.Formaloo_RichText__layoutItem{border:1px dashed #ddd;padding:8px 16px}.Formaloo_RichText__listItemChecked:before,.Formaloo_RichText__listItemUnchecked:before{cursor:pointer}.Formaloo_RichText__listItemChecked:focus:before,.Formaloo_RichText__listItemUnchecked:focus:before{box-shadow:0 0 0 2px #a6cdfe;border-radius:2px}.Formaloo_RichText__listItemChecked:after,.Formaloo_RichText__listItemUnchecked:after{cursor:pointer}.editor-shell .Formaloo_RichText__table{width:max-content;max-width:100%;table-layout:fixed}.Formaloo_RichText__table{overflow-y:scroll;overflow-x:scroll}.editor-shell .Formaloo_RichText__tableCell,.editor-shell .Formaloo_RichText__tableCellHeader{box-sizing:border-box}.Formaloo_RichText__tableSelection ::selection{background-color:transparent}.Formaloo_RichText__tableSelected{outline:2px solid #3c84f4}.Formaloo_RichText__tableCellSelected{background-color:#c9dbf0}.Formaloo_RichText__tableCellPrimarySelected{border:2px solid #3c84f4;display:block;height:calc(100% - 2px);position:absolute;width:calc(100% - 2px);left:-1px;top:-1px;z-index:2}.Formaloo_RichText__tableCellEditing{box-shadow:0 0 5px rgba(0,0,0,.4);border-radius:3px}.Formaloo_RichText__tableCellSortedIndicator{display:block;opacity:.5;position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#999}.Formaloo_RichText__tableCellResizer{position:absolute;right:-4px;height:100%;width:8px;cursor:ew-resize;z-index:10;top:0}.Formaloo_RichText__tableCellResizeRuler{display:block;position:absolute;width:1px;background-color:#3c84f4;height:100%;top:0}.Formaloo_RichText__tableAddColumns{position:absolute;top:0;width:20px;background-color:#eee;height:100%;right:-25px;animation:table-controls .2s ease;border:0;cursor:pointer}.Formaloo_RichText__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}.Formaloo_RichText__tableAddColumns:hover{background-color:#c9dbf0}.Formaloo_RichText__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}.Formaloo_RichText__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}.Formaloo_RichText__tableAddRows:hover{background-color:#c9dbf0}@keyframes table-controls{0%{opacity:0}to{opacity:1}}.Formaloo_RichText__tableCellActionButtonContainer{display:block;right:5px;top:6px;position:absolute;z-index:4;width:20px;height:20px}.Formaloo_RichText__tableCellActionButton{background-color:#eee;display:block;border:0;border-radius:20px;width:20px;height:20px;color:#222;cursor:pointer}.Formaloo_RichText__tableCellActionButton:hover{background-color:#ddd}.editor-image{cursor:default}.editor-image,.editor-image img.focused{-webkit-user-select:none;-moz-user-select:none;user-select:none}.editor-image img.focused{outline:2px solid #3c84f4}.editor-image img.focused.draggable{cursor:-webkit-grab;cursor:grab}.editor-image img.focused.draggable:active{cursor:-webkit-grabbing;cursor:grabbing}.inline-editor-image{z-index:1;cursor:default}.Formaloo_RichText__image-caption-container{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}.Formaloo_RichText__hr{padding:2px;border:none;margin:1em 0;cursor:pointer}.Formaloo_RichText__ai_prompt{display:block;height:168px;width:100%;border-radius:6px;border:1px solid #d1d5db;background-color:#fff;padding:12px 16px;font-size:16px;color:#6b7280;overflow-y:auto;cursor:text;min-height:140px;position:relative;white-space:pre-wrap;word-wrap:break-word}.Formaloo_RichText__ai_prompt.empty:before{content:attr(data-placeholder);position:absolute;top:12px;left:16px;color:#9ca3af;pointer-events:none;opacity:.6}.Formaloo_RichText__ai_prompt.focused{border-color:#ff9466;box-shadow:0 0 0 2px rgba(255,148,102,.2);outline:none}.Formaloo_RichText__aiPrompt__container{display:flex;width:100%;max-width:800px;margin:16px auto;padding:20px;flex-direction:column;align-items:flex-start;gap:12px;border-radius:8px;border:2px solid #ff9466;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0)),linear-gradient(257deg,hsla(3,88%,84%,.5) 7.53%,hsla(39,93%,94%,.5) 31.17%,hsla(35,88%,90%,.5) 61.62%,hsla(20,92%,90%,.5) 87.66%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Formaloo_RichText__aiPrompt__container [contenteditable=false]{-webkit-user-select:none;-moz-user-select:none;user-select:none}.Formaloo_RichText__aiPrompt__container [contenteditable=true]{-moz-user-select:text;user-select:text;-webkit-user-select:text}.Formaloo_RichText__aiPrompt__header{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:4px;flex-wrap:wrap;gap:8px;row-gap:8px}@media (max-width:900px){.Formaloo_RichText__aiPrompt__header{flex-direction:column;align-items:flex-start;gap:8px}}.Formaloo_RichText__aiPrompt__titleContainer{display:flex;align-items:center;gap:4px}.Formaloo_RichText__aiPrompt__icon{display:flex;align-items:center;justify-content:center;background-size:contain;width:20px;height:20px;position:relative}.Formaloo_RichText__aiPrompt__icon:after{content:"";position:absolute;width:100%;height:100%;background-image:url(/_next/static/media/ai-filled.c2a31c4b.svg);background-repeat:no-repeat;background-position:50%}.Formaloo_RichText__aiPrompt__label{font-weight:600;font-size:16px;color:#272e35}.Formaloo_RichText__aiPrompt__info_AI{display:flex;align-items:center;border-top-left-radius:4px;border-bottom-left-radius:4px;padding:4px 0 4px 8px;background:#fef4ef;font-size:14px;color:#ff9466;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}@media (max-width:900px){.Formaloo_RichText__aiPrompt__info_AI{white-space:normal}}.Formaloo_RichText__aiPrompt__info{display:flex;align-items:center;border-top-right-radius:4px;border-bottom-right-radius:4px;padding:4px 8px 4px 4px;background:#fef4ef;font-size:14px;color:#555f6d;word-wrap:break-word;overflow-wrap:break-word}.Formaloo_RichText__aiPrompt__description{margin:0;color:#555f6d;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.1px}.Formaloo_RichText__aiPrompt__descriptionContainer{display:flex;align-items:center;gap:8px;width:100%}.Formaloo_RichText__aiPrompt__infoIcon{position:relative;display:flex;align-items:center;justify-content:center;width:16px;height:16px;cursor:pointer;flex-shrink:0}.Formaloo_RichText__aiPrompt__infoIcon:after{content:"";position:absolute;width:100%;height:100%;background-image:url(/_next/static/media/icon-help.4c37f5da.svg);background-repeat:no-repeat;background-position:50%;background-size:contain;opacity:.6;transition:opacity .2s ease}.Formaloo_RichText__aiPrompt__infoIcon:hover:after{opacity:1}.Formaloo_RichText__aiPrompt__tooltip{position:absolute;bottom:100%;right:0;left:auto;margin-bottom:8px;padding:8px 12px;background-color:#272e35;color:#fff;font-size:12px;line-height:16px;border-radius:6px;width:max-content;max-width:min(280px,25vw);white-space:normal;text-align:left;word-break:normal;overflow-wrap:break-word;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.15);font-weight:400}.Formaloo_RichText__aiPrompt__tooltip:before{content:"";position:absolute;top:100%;right:2px;left:auto;border:6px solid transparent;border-top-color:#272e35}.Formaloo_RichText__aiPrompt__infoIcon:hover .Formaloo_RichText__aiPrompt__tooltip{opacity:1;visibility:visible}.Formaloo_RichText__aiPrompt__examples{width:100%}.Formaloo_RichText__aiPrompt__examplesLabel{color:#555f6d;margin-bottom:8px;font-family:Inter;font-size:13px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.2px}.Formaloo_RichText__aiPrompt__examplesButtons{display:flex;flex-wrap:wrap;gap:12px}.Formaloo_RichText__aiPrompt__exampleButton{padding:4px 12px;background-color:hsla(0,0%,100%,.5);border:1px solid #cfd6dd;border-radius:6px;color:#272e35;cursor:pointer;transition:all .2s ease;font-family:Inter;font-size:13px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.2px}.Formaloo_RichText__aiPrompt__exampleButton:hover{background-color:#f9fafb;border-color:#9ca3af}.toolbar::-webkit-scrollbar{height:3px;scrollbar-color:rgba(0,0,0,.1)}.toolbar::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.1);border-radius:4px}.dynamic-replacement-menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dynamic-replacement-item{transition:background-color .2s ease}.dynamic-replacement-item.selected,.dynamic-replacement-item:hover{background-color:#f8f9fa}.dynamic-replacement-item.selected{background-color:#e3f2fd}.dynamic-replacement-menu .typeahead-popover{box-shadow:0 8px 32px rgba(0,0,0,.12);border:1px solid #e1e5e9}.dynamic-replacement-menu ul{margin:0;padding:0;list-style:none}.dynamic-replacement-menu .item{border:none;outline:none;list-style:none}.Formaloo_RichText__Collapsible__title{cursor:pointer}.Formaloo_RichText__Collapsible__collapsed .Formaloo_RichText__Collapsible__content{display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.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 #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}.Input__wrapper{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.Input__label{display:flex;flex:1 1;color:#666}.Input__input{display:flex;flex:2 1;border:1px solid #999;padding:7px 10px;font-size:16px;border-radius:5px;min-width:0}.DialogActions{flex-direction:row}.DialogActions,.DialogButtonsList{display:flex;justify-content:right;margin-top:20px}.DialogButtonsList{flex-direction:column}.DialogButtonsList button{margin-bottom:20px}[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}.html-source-editor{width:100%;height:500px;display:flex;flex-direction:column;gap:8px}.html-source-info{padding:8px 12px;background-color:#f3f4f6;border-radius:4px;font-size:12px;color:#6b7280;border:1px solid #e5e7eb}.html-source-textarea{width:100%;height:100%;padding:16px;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:14px;line-height:1.6;border:1px solid #d1d5db;border-radius:6px;resize:none;outline:none;background-color:#1e1e1e;color:#d4d4d4;white-space:pre-wrap;word-wrap:break-word;overflow:auto;tab-size:2;-moz-tab-size:2;box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}.html-source-textarea:focus{border-color:#4a90e2;box-shadow:0 0 0 3px rgba(74,144,226,.1),inset 0 2px 4px rgba(0,0,0,.1)}.html-source-textarea::-webkit-scrollbar{width:12px;height:12px}.html-source-textarea::-webkit-scrollbar-track{background:#2d2d2d;border-radius:6px}.html-source-textarea::-webkit-scrollbar-thumb{background:#4a4a4a;border-radius:6px;border:2px solid #2d2d2d}.html-source-textarea::-webkit-scrollbar-thumb:hover{background:#5a5a5a}.html-source-textarea{scrollbar-width:thin;scrollbar-color:#4a4a4a #2d2d2d}.html-source-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:12px}.html-source-button{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.html-source-button-secondary{background-color:#f5f5f5;color:#333}.html-source-button-secondary:hover{background-color:#e0e0e0}.html-source-button-primary{background-color:#4a90e2;color:#fff}.html-source-button-primary:hover{background-color:#357abd}.html-source-button:active{transform:translateY(1px)}.ImageEnhancement__menu{background:#fff;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.08);padding:12px;display:flex;flex-direction:column;gap:12px;min-width:200px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ImageEnhancement__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.ImageEnhancement__label{font-size:13px;font-weight:500;color:#5e6ad2;min-width:60px;text-align:left}.ImageEnhancement__buttonGroup{display:flex;gap:4px;background:#f7f8fa;border-radius:6px;padding:2px}.ImageEnhancement__button{width:28px;height:28px;border:none;border-radius:4px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .15s ease;position:relative}.ImageEnhancement__button:hover{background:#fff;color:#374151;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ImageEnhancement__button:active{background:#e5e7eb;transform:scale(.95)}.ImageEnhancement__button.active{background:#5e6ad2!important;color:#fff!important;box-shadow:0 1px 3px rgba(94,106,210,.3)!important}.ImageEnhancement__button.active:hover{background:#4f46e5!important;color:#fff!important}.ImageEnhancement__button svg{stroke-width:2}.ImageEnhancement__button:disabled{opacity:.5;cursor:not-allowed}.ImageEnhancement__fullWidthButton{height:28px;padding:0 12px;background:#5e6ad2;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:500;transition:all .15s ease;box-shadow:0 2px 8px rgba(94,106,210,.3);white-space:nowrap;z-index:10000}.ImageEnhancement__fullWidthButton:hover{background:#4f46e5;transform:scale(1.05);box-shadow:0 4px 12px rgba(94,106,210,.4)}.ImageEnhancement__fullWidthButton:active{transform:scale(.95)}.ImageEnhancement__fullWidthButton svg{stroke-width:2}.ImageEnhancement__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ImageEnhancement__modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);width:90%;max-width:400px;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.ImageEnhancement__modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e1e5e9}.ImageEnhancement__modal-header h3{margin:0;font-size:16px;font-weight:600;color:#1a1a1a}.ImageEnhancement__modal-close{background:none;border:none;cursor:pointer;padding:4px;color:#6b7280;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s ease}.ImageEnhancement__modal-close:hover{background:#f3f4f6;color:#374151}.ImageEnhancement__modal-body{padding:20px;display:flex;flex-direction:column;gap:16px}.ImageEnhancement__modal-label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:500;color:#374151}.ImageEnhancement__modal-input{padding:10px 12px;font-size:14px;border:1px solid #d1d5db;border-radius:6px;outline:none;transition:all .15s ease;font-family:inherit}.ImageEnhancement__modal-input:focus{border-color:#5e6ad2;box-shadow:0 0 0 3px rgba(94,106,210,.1)}.ImageEnhancement__modal-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151;cursor:pointer}.ImageEnhancement__modal-checkbox input[type=checkbox]{cursor:pointer;width:16px;height:16px}.ImageEnhancement__modal-footer{display:flex;gap:8px;padding:16px 20px;border-top:1px solid #e1e5e9;justify-content:flex-end}.ImageEnhancement__modal-button{padding:8px 16px;font-size:13px;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:all .15s ease;font-family:inherit}.ImageEnhancement__modal-button:disabled{opacity:.5;cursor:not-allowed}.ImageEnhancement__modal-button--secondary{background:#f3f4f6;color:#374151}.ImageEnhancement__modal-button--secondary:hover:not(:disabled){background:#e5e7eb}.ImageEnhancement__modal-button--primary{background:#5e6ad2;color:#fff}.ImageEnhancement__modal-button--primary:hover:not(:disabled){background:#4f46e5;box-shadow:0 2px 8px rgba(94,106,210,.3)}.Formaloo_editor-shell img:hover,.editor-shell img:hover{outline:2px solid rgba(0,122,204,.3);outline-offset:2px}.image-align-left{text-align:left!important}.image-align-center{text-align:center!important}.image-align-right{text-align:right!important}.image-align-center img,.image-align-left img,.image-align-right img{display:inline-block!important}.image-float-left{float:left!important;margin:0 10px 10px 0!important}.image-float-right{float:right!important;margin:0 0 10px 10px!important}.image-float-none{float:none!important;margin:0!important}.image-text-wrap{display:inline-block;vertical-align:top}.image-text-wrap+*{margin-top:0}.editor-shell table.focused{outline:2px solid rgba(94,106,210,.5);outline-offset:2px}.editor-shell table:hover{outline:2px solid rgba(0,122,204,.3);outline-offset:2px}.editor-shell table td,.editor-shell table th{user-select:text;-webkit-user-select:text;-moz-user-select:text}.editor-shell table td::selection,.editor-shell table th::selection{background-color:rgba(0,122,255,.15)}.editor-shell .Formaloo_RichText__tableCellSelected{background-color:rgba(201,219,240,.3)!important}.editor-shell .Formaloo_RichText__tableCellPrimarySelected{background-color:rgba(201,219,240,.5)!important}.TableCellResizer__resizer{position:absolute;z-index:99999!important;background:transparent;transition:all .2s ease;opacity:0;pointer-events:auto!important;min-width:6px;min-height:6px}.TableCellResizer__resizer:hover{opacity:1;background:rgba(94,106,210,.1)}.TableCellResizer__resizer[style*="cursor: col-resize"]{border-right:2px solid transparent;transition:border-color .2s ease,opacity .2s ease}.TableCellResizer__resizer[style*="cursor: col-resize"]:hover{border-right-color:#5e6ad2;opacity:1}.TableCellResizer__resizer[style*="cursor: row-resize"]{border-bottom:2px solid transparent;transition:border-color .2s ease,opacity .2s ease}.TableCellResizer__resizer[style*="cursor: row-resize"]:hover{border-bottom-color:#5e6ad2;opacity:1}.TableCellResizer__resizer[style*="background-color: #adf"]{opacity:1!important;background:rgba(94,106,210,.2)!important;border-color:#5e6ad2!important}.editor-shell table:focus-within .TableCellResizer__resizer,.editor-shell table:hover .TableCellResizer__resizer{opacity:1!important}.editor-shell table:focus-within .TableCellResizer__resizer:hover,.editor-shell table:hover .TableCellResizer__resizer:hover{opacity:1!important}.editor-shell table.focused .TableCellResizer__resizer,.editor-shell table.selected .TableCellResizer__resizer{opacity:1!important;background:rgba(94,106,210,.3)!important;border:2px solid rgba(94,106,210,.6)!important;box-shadow:0 0 4px 2px rgba(94,106,210,.3)!important}.editor-shell table.focused .TableCellResizer__resizer:hover,.editor-shell table.selected .TableCellResizer__resizer:hover{opacity:1!important;background:rgba(94,106,210,.5)!important;border-color:#5e6ad2!important}.editor-shell table.focused .TableCellResizer__resizer[style*="cursor: col-resize"]{border-right:3px solid rgba(94,106,210,.8)!important;background:rgba(94,106,210,.2)!important}.editor-shell table.focused .TableCellResizer__resizer[style*="cursor: row-resize"]{border-bottom:3px solid rgba(94,106,210,.8)!important;background:rgba(94,106,210,.2)!important}.table-cell-action-menu{display:flex;flex-direction:column;background:#fff;padding:6px;position:fixed;z-index:10001;opacity:0;box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:8px;transition:opacity .2s ease;min-width:220px;max-width:280px}.table-cell-action-menu.show{opacity:1}.table-cell-action-menu button.menu-item{all:unset;box-sizing:border-box;display:flex;background:none;border-radius:6px;padding:10px 12px;cursor:pointer;align-items:center;font-size:14px;color:#333;text-align:left;width:100%;transition:background-color .15s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.table-cell-action-menu button.menu-item:disabled{cursor:not-allowed;opacity:.5}.table-cell-action-menu button.menu-item:hover:not([disabled]){background-color:#f5f5f5}.table-cell-action-menu button.menu-item:active:not([disabled]){background-color:#e8e8e8}.table-cell-action-menu button.menu-item .text{display:flex;line-height:20px;flex-grow:1;font-size:14px;color:#333;font-weight:400}.table-cell-action-menu button.menu-item .icon{display:flex;width:18px;height:18px;margin-right:8px;opacity:.7}.table-cell-action-menu .divider{width:100%;height:1px;background-color:#e0e0e0;margin:4px 0}.table-cell-action-button-container{position:absolute;top:0;left:0;will-change:transform}.table-cell-action-button{border:0!important;display:flex!important;justify-content:center!important;align-items:center!important;background:hsla(0,0%,100%,.95)!important;border-radius:4px!important;padding:3px 5px!important;cursor:pointer;box-shadow:none;transition:all .15s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);position:relative}.table-cell-action-button:hover{background:#fff!important;box-shadow:none}.table-cell-action-button i.chevron-down{width:12px!important;height:12px!important;display:flex;opacity:.6;background-size:contain}.table-cell-action-button:hover i.chevron-down{opacity:1}