.tiptap-content{font-size:1rem;line-height:1.8;color:inherit;outline:none;min-height:400px;caret-color:#000;word-wrap:break-word;white-space:pre-wrap}.dark .tiptap-content{caret-color:#fff}.tiptap-content:focus{outline:none}.tiptap-content p.is-editor-empty:first-child:before,.tiptap-content .is-empty.is-editor-empty:before{content:attr(data-placeholder);float:left;color:#9ca3af;pointer-events:none;height:0;font-style:normal}.dark .tiptap-content p.is-editor-empty:first-child:before,.dark .tiptap-content .is-empty.is-editor-empty:before{color:#52525b}.tiptap-content .is-empty:before{content:attr(data-placeholder);float:left;color:#d1d5db;pointer-events:none;height:0}.dark .tiptap-content .is-empty:before{color:#3f3f46}.tiptap-content h1{font-size:1.875rem;font-weight:700;line-height:1.3;margin:1.75rem 0 .5rem;letter-spacing:-.02em}.tiptap-content h1:first-child{margin-top:0}.tiptap-content h2{font-size:1.5rem;font-weight:600;line-height:1.35;margin:1.5rem 0 .4rem;letter-spacing:-.01em}.tiptap-content h3{font-size:1.25rem;font-weight:600;line-height:1.4;margin:1.25rem 0 .35rem}.tiptap-content p{margin:.4em 0}.tiptap-content p:first-child{margin-top:0}.tiptap-content strong{font-weight:700}.tiptap-content em{font-style:italic}.tiptap-content u{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px}.tiptap-content s{text-decoration:line-through;opacity:.7}.tiptap-content mark{background-color:#fef08a;border-radius:3px;padding:1px 3px;box-decoration-break:clone}.dark .tiptap-content mark{background-color:#facc1540;color:#fef9c3}.tiptap-content a{color:#3b82f6;text-decoration:underline;text-underline-offset:2px;text-decoration-color:#3b82f666;cursor:pointer;transition:text-decoration-color .15s}.tiptap-content a:hover{text-decoration-color:#3b82f6}.dark .tiptap-content a{color:#60a5fa;text-decoration-color:#60a5fa66}.dark .tiptap-content a:hover{text-decoration-color:#60a5fa}.tiptap-content ul{list-style-type:disc;padding-left:1.5rem;margin:.4em 0}.tiptap-content ol{list-style-type:decimal;padding-left:1.5rem;margin:.4em 0}.tiptap-content li{margin:.15em 0}.tiptap-content li p,.tiptap-content ul ul,.tiptap-content ol ol,.tiptap-content ul ol,.tiptap-content ol ul{margin:0}.tiptap-content ul[data-type=taskList]{list-style:none;padding-left:0;margin:.4em 0}.tiptap-content ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.5rem;margin:.25em 0}.tiptap-content ul[data-type=taskList] li>label{flex-shrink:0;margin-top:.25em;user-select:none}.tiptap-content ul[data-type=taskList] li>label input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;position:relative;transition:all .15s ease;background:transparent;display:block}.dark .tiptap-content ul[data-type=taskList] li>label input[type=checkbox]{border-color:#52525b}.tiptap-content ul[data-type=taskList] li>label input[type=checkbox]:hover{border-color:#9ca3af}.tiptap-content ul[data-type=taskList] li>label input[type=checkbox]:checked{background-color:#000;border-color:#000}.dark .tiptap-content ul[data-type=taskList] li>label input[type=checkbox]:checked{background-color:#fff;border-color:#fff}.tiptap-content ul[data-type=taskList] li>label input[type=checkbox]:checked:after{content:"";position:absolute;left:4px;top:1px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.dark .tiptap-content ul[data-type=taskList] li>label input[type=checkbox]:checked:after{border-color:#000}.tiptap-content ul[data-type=taskList] li[data-checked=true]>div{opacity:.5;text-decoration:line-through}.tiptap-content ul[data-type=taskList] li>div{flex:1;min-width:0}.tiptap-content ul[data-type=taskList] ul[data-type=taskList]{margin-left:1.25rem}.tiptap-content blockquote{border-left:3px solid #e5e7eb;padding-left:1rem;margin:.75rem 0;color:#6b7280}.tiptap-content blockquote p{margin:.25em 0}.dark .tiptap-content blockquote{border-left-color:#3f3f46;color:#a1a1aa}.tiptap-content code{background-color:#f3f4f6;border-radius:4px;padding:.15rem .4rem;font-size:.875em;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;color:#e11d48}.dark .tiptap-content code{background-color:#27272a;color:#fb7185}.tiptap-content pre{background-color:#18181b;color:#e4e4e7;border-radius:8px;padding:1rem 1.25rem;margin:.75rem 0;overflow-x:auto;font-size:.875rem;line-height:1.6;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace}.tiptap-content pre code{background:none;padding:0;border-radius:0;color:inherit;font-size:inherit}.tiptap-content hr{border:none;border-top:1px solid #e5e7eb;margin:1.5rem 0}.dark .tiptap-content hr{border-top-color:#27272a}.tiptap-content::selection,.tiptap-content *::selection{background:#3b82f640}.dark .tiptap-content::selection,.dark .tiptap-content *::selection{background:#60a5fa4d}.tiptap-content .ProseMirror-gapcursor{position:relative}.tiptap-content .ProseMirror-gapcursor:after{border-top:1px solid #000}.dark .tiptap-content .ProseMirror-gapcursor:after{border-top-color:#fff}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}
