.ProseMirror{font-family:var(--font-sans,system-ui,-apple-system,sans-serif);font-size:1rem;line-height:1.8;color:var(--color);outline:none;min-height:200px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ProseMirror:focus{outline:none}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4{font-family:var(--font-heading,var(--font-sans,serif));font-weight:700;color:var(--color);line-height:1.25;letter-spacing:-.02em;margin-top:2rem;margin-bottom:.5rem}.ProseMirror h1{font-size:2.25rem;font-weight:700;margin-top:0;letter-spacing:-.03em}.ProseMirror h2{font-size:1.625rem;font-weight:700;margin-top:2.5rem}.ProseMirror h3{font-size:1.25rem;font-weight:600;margin-top:2rem}.ProseMirror h4{font-size:1.0625rem;font-weight:600;margin-top:1.5rem}.ProseMirror>h1:first-child,.ProseMirror>h2:first-child,.ProseMirror>h3:first-child{margin-top:0}.ProseMirror p{margin-top:0;margin-bottom:1rem;line-height:1.8}.ProseMirror p:last-child{margin-bottom:0}.ProseMirror strong{font-weight:700}.ProseMirror em{font-style:italic}.ProseMirror s{text-decoration:line-through;color:var(--color10)}.ProseMirror a,.ProseMirror u{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.ProseMirror a{color:var(--primary);transition:opacity .15s ease}.ProseMirror a:hover{opacity:.8}.ProseMirror code{font-family:ui-monospace,SF Mono,Fira Code,Menlo,Consolas,monospace;font-size:.875em;background-color:var(--color3);color:var(--color);border:1px solid var(--borderColorSubtle);border-radius:4px;padding:.1em .4em}.ProseMirror pre{position:relative;background-color:var(--color2);border:1px solid var(--borderColor);border-radius:8px;padding:1.25rem 1.25rem 1rem;margin:1.5rem 0;overflow-x:auto}.ProseMirror pre code{font-family:ui-monospace,SF Mono,Fira Code,Menlo,Consolas,monospace;font-size:.875rem;line-height:1.7;background:none;border:none;padding:0;color:var(--color)}.ProseMirror blockquote{position:relative;border-left:3px solid var(--primary);background-color:var(--backgroundSurface);border-radius:0 6px 6px 0;padding:.75rem 1rem .75rem 1.25rem;margin:1.25rem 0;color:var(--color);font-style:normal}.ProseMirror blockquote p{margin-bottom:0;line-height:1.75}.ProseMirror blockquote em{color:var(--color10);font-style:italic}.ProseMirror ol,.ProseMirror ul{padding-left:1.625rem;margin:0 0 1rem}.ProseMirror ul{list-style-type:disc}.ProseMirror ol{list-style-type:decimal}.ProseMirror li{margin-bottom:.3rem;line-height:1.75}.ProseMirror li p{margin-bottom:0}.ProseMirror ol ol,.ProseMirror ol ul,.ProseMirror ul ol,.ProseMirror ul ul{margin-top:.25rem;margin-bottom:.25rem}.ProseMirror ul[data-type=taskList],.tiptap-task-list{list-style:none;padding-left:0;margin-bottom:1rem}.ProseMirror ul[data-type=taskList] li,.tiptap-task-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.35rem;line-height:1.75;list-style:none;padding-left:0;margin-left:0}.tiptap-task-item>div{display:flex;align-items:center;gap:.5rem;width:100%;min-width:0}.tiptap-task-item p{margin:0;padding:0;line-height:1.75}.ProseMirror ul[data-type=taskList] li>label,.tiptap-task-item>label{flex:0 0 auto;cursor:pointer;display:flex;align-items:center;padding-top:2px}.ProseMirror ul[data-type=taskList] input[type=checkbox],.tiptap-task-item input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;border:1.5px solid var(--borderColor);background-color:transparent;border-radius:4px;cursor:pointer;position:relative;margin:0;transition:background-color .15s ease,border-color .15s ease;display:grid;place-content:center;flex-shrink:0}.ProseMirror ul[data-type=taskList] input[type=checkbox]:hover,.tiptap-task-item input[type=checkbox]:hover{border-color:var(--primary)}.ProseMirror ul[data-type=taskList] input[type=checkbox]:checked,.tiptap-task-item input[type=checkbox]:checked{background-color:var(--primary);border-color:var(--primary)}.ProseMirror ul[data-type=taskList] input[type=checkbox]:checked:after,.tiptap-task-item input[type=checkbox]:checked:after{content:"";width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%;display:block}.ProseMirror ul[data-type=taskList] li[data-checked=true]>div>p,.tiptap-task-item[data-checked=true] p{text-decoration:line-through;color:var(--color10)}.ProseMirror hr,.tiptap-hr{border:none;border-top:1px solid var(--borderColor);margin:2.5rem 0}.ProseMirror img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0;cursor:pointer;display:block}.ProseMirror img.ProseMirror-selectednode{outline:2px solid var(--primary);outline-offset:2px}.ProseMirror table{border-collapse:collapse;width:100%;margin:1.25rem 0;font-size:.9375rem}.ProseMirror td,.ProseMirror th{border:1px solid var(--borderColor);padding:.5rem .875rem;text-align:left;vertical-align:top}.ProseMirror th{background-color:var(--backgroundSurface);font-weight:600;font-size:.875rem;letter-spacing:.01em}.ProseMirror ::-moz-selection{background-color:var(--primaryLight)}.ProseMirror ::selection{background-color:var(--primaryLight)}.ProseMirror .ProseMirror-selectednode{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.tiptap-container:focus-within .ProseMirror p.is-editor-empty:first-child:before,.tiptap-container:focus-within .ProseMirror p.is-empty:before{content:attr(data-placeholder);float:left;color:var(--color10);pointer-events:none;height:0}.tiptap-container:focus-within .ProseMirror h1.is-empty:before,.tiptap-container:focus-within .ProseMirror h2.is-empty:before,.tiptap-container:focus-within .ProseMirror h3.is-empty:before{content:attr(data-placeholder);float:left;color:var(--color10);pointer-events:none;height:0;font-family:var(--font-heading,var(--font-sans,serif))}.tiptap-container:not(:focus-within) .ProseMirror h1.is-empty:before,.tiptap-container:not(:focus-within) .ProseMirror h2.is-empty:before,.tiptap-container:not(:focus-within) .ProseMirror h3.is-empty:before,.tiptap-container:not(:focus-within) .ProseMirror p.is-editor-empty:first-child:before,.tiptap-container:not(:focus-within) .ProseMirror p.is-empty:before{content:none!important}.tiptap-container{isolation:isolate;z-index:10;width:100%}.ProseMirror .ProseMirror-dropcursor{border-color:var(--primary)!important}.ProseMirror mark,.highlight,.tiptap-highlight{padding:.1em .2em;border-radius:3px;color:inherit}.highlight-yellow,.highlight[data-color=yellow]{background-color:var(--highlight-yellow,rgba(253,224,71,.4))}.highlight-green,.highlight[data-color=green]{background-color:var(--highlight-green,rgba(74,222,128,.35))}.highlight-blue,.highlight[data-color=blue]{background-color:var(--highlight-blue,rgba(147,197,253,.4))}.highlight-pink,.highlight[data-color=pink]{background-color:var(--highlight-pink,rgba(249,168,212,.4))}.highlight-orange,.highlight[data-color=orange]{background-color:var(--highlight-orange,rgba(253,186,116,.4))}.ProseMirror mark:not([data-color]):not([class*=highlight-]){background-color:var(--highlight-yellow,rgba(253,224,71,.4))}.ProseMirror .entity-mention{font-weight:500;padding:.1em .3em;border-radius:4px;cursor:pointer;text-decoration:none;transition:background-color .1s ease}.ProseMirror .entity-mention:hover{background-color:var(--color3)}.ProseMirror .entity-mention[data-entity-type=task]{color:var(--primary,#3B82F6)}.ProseMirror .entity-mention[data-entity-type=note]{color:var(--secondary,#8B5CF6)}.ProseMirror .entity-mention[data-entity-type=person]{color:#06B6D4}.ProseMirror .entity-mention[data-entity-type=event]{color:#F97316}.ProseMirror .entity-mention[data-entity-type=file]{color:var(--ai,#10B981)}.ProseMirror .entity-mention[data-entity-type=company]{color:#6366F1}.ProseMirror .entity-mention[data-entity-type=bookmark]{color:#EAB308}.ProseMirror .view-mention{font-weight:500;padding:.1em .3em;border-radius:4px;cursor:pointer;text-decoration:none;color:var(--primary);transition:background-color .1s ease}.ProseMirror .view-mention:hover{background-color:var(--primaryLight)}.synap-cell-node,.synap-entity-node{margin:1rem 0}.drag-handle{position:absolute;left:-28px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:grab;opacity:0;transition:opacity .15s ease,background-color .1s ease;border-radius:6px;z-index:50;color:var(--color10);pointer-events:auto}.drag-handle.is-visible{opacity:1}.drag-handle:hover{background-color:var(--backgroundHover);opacity:1}.drag-handle:active{cursor:grabbing}.drag-handle svg{width:14px;height:14px}.diff-addition{background-color:rgba(16,185,129,.15);border-bottom:2px solid var(--ai);padding:0 2px;border-radius:2px;cursor:pointer;transition:background-color .15s ease}.diff-addition:hover{background-color:rgba(16,185,129,.25)}.diff-deletion{background-color:rgba(220,38,38,.1);color:var(--error);text-decoration:line-through;text-decoration-color:var(--error);padding:0 2px;border-radius:2px;cursor:pointer;transition:background-color .15s ease}.diff-deletion:hover{background-color:rgba(220,38,38,.2)}.comment-highlight{background-color:rgba(251,191,36,.15);border-bottom:2px dotted var(--warning);cursor:pointer;padding:0 1px;border-radius:2px;transition:background-color .15s ease}.comment-highlight:hover{background-color:rgba(251,191,36,.25)}.comment-highlight--ai{background-color:rgba(16,185,129,.1);border-bottom-color:var(--ai)}.comment-highlight--ai:hover{background-color:rgba(16,185,129,.2)}.comment-highlight:after{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background-color:var(--warning);margin-left:3px;vertical-align:super;opacity:.7}.comment-highlight--ai:after{background-color:var(--ai)}.ai-suggestion-highlight{background-color:rgba(16,185,129,.08);border:1px dashed var(--ai);border-radius:4px;padding:2px 4px;margin:-2px -4px;cursor:pointer;transition:background-color .15s ease}.ai-suggestion-highlight:hover{background-color:var(--aiLight,rgba(16,185,129,.15))}.dark .bubble-menu-container,.dark .command-menu-container,[data-tamagui-theme=dark] .bubble-menu-container,[data-tamagui-theme=dark] .command-menu-container{background-color:var(--background)!important;border-color:var(--borderColor)!important}.dark .command-menu-container [data-selected=true],[data-tamagui-theme=dark] .command-menu-container [data-selected=true]{background-color:var(--aiLight,rgba(16,185,129,.15))!important}.ec{color-scheme:light;--ec-h:0;--ec-s:0%;--ec-l-300:91.00%;--ec-l-500:83.50%;--ec-l-600:78.40%;--ec-l-700:71.40%;--ec-bg-fallback-color:#fff;--ec-hs:var(--ec-h),var(--ec-s);--ec-color-300:hsl(var(--ec-hs),var(--ec-l-300));--ec-color-500:hsl(var(--ec-hs),var(--ec-l-500));--ec-color-600:hsl(var(--ec-hs),var(--ec-l-600));--ec-color-700:hsl(var(--ec-hs),var(--ec-l-700));--ec-border-color:var(--ec-color-500);--ec-accent-color:var(--ec-color-600);--ec-button-bg-color:var(--ec-bg-color);--ec-button-border-color:var(--ec-color-600);--ec-button-text-color:var(--ec-text-color);--ec-button-active-bg-color:var(--ec-color-300);--ec-button-active-border-color:var(--ec-color-700);--ec-button-active-text-color:var(--ec-button-text-color);--ec-event-bg-color:#039be5;--ec-event-text-color:#fff;--ec-bg-event-color:var(--ec-color-500);--ec-bg-event-opacity:0.3;--ec-list-day-bg-color:var(--ec-bg-color,var(--ec-bg-fallback-color));--ec-today-bg-color:rgba(255,220,40,.15);--ec-highlight-color:rgba(188,232,241,.3);--ec-popup-bg-color:var(--ec-bg-color,var(--ec-bg-fallback-color));--ec-now-indicator-color:#ea4335}.ec-dark .ec{color-scheme:dark;--ec-h:215;--ec-s:15%;--ec-l-300:25.50%;--ec-l-500:42.40%;--ec-l-600:49.80%;--ec-l-700:57.30%;--ec-bg-fallback-color:#22272e}@media (prefers-color-scheme:dark){.ec-auto-dark .ec{color-scheme:dark;--ec-h:215;--ec-s:15%;--ec-l-300:25.50%;--ec-l-500:42.40%;--ec-l-600:49.80%;--ec-l-700:57.30%;--ec-bg-fallback-color:#22272e}}.ec-day,.ec-day-title,.ec-days,.ec-resource{flex:1 1 0;min-width:0;max-width:100%}.ec{display:flex;flex-direction:column;color:var(--ec-text-color);background-color:var(--ec-bg-color);-webkit-tap-highlight-color:transparent}.ec ::-webkit-scrollbar{background-color:transparent}.ec ::-webkit-scrollbar-thumb{border:4px solid transparent;box-shadow:none;background-color:var(--ec-border-color);background-clip:padding-box;border-radius:8px;min-height:40px}.ec :hover::-webkit-scrollbar-thumb{background-color:var(--ec-accent-color)}.ec-hidden-scroll{display:none;overflow-y:scroll;visibility:hidden;flex-shrink:0}.ec-with-scroll .ec-hidden-scroll{display:block}.ec-toolbar{flex:0 0 auto;display:flex;justify-content:space-between;align-items:center;margin-bottom:1em}.ec-toolbar>*{margin-bottom:-.5em}.ec-toolbar>*>*{margin-bottom:.5em}.ec-toolbar>*>:not(:last-child){margin-right:.75em}.ec-title{margin:0}.ec-button{background-color:var(--ec-button-bg-color);border:1px solid var(--ec-button-border-color);padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem}.ec-button:not(:disabled){color:var(--ec-button-text-color);cursor:pointer}.ec-button.ec-active,.ec-button:not(:disabled):hover{background-color:var(--ec-button-active-bg-color);border-color:var(--ec-button-active-border-color);color:var(--ec-button-active-text-color);z-index:1}.ec-button-group{display:inline-flex}.ec-button-group .ec-button:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.ec-button-group .ec-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.ec-icon{display:inline-block;width:1em}.ec-icon.ec-next:after,.ec-icon.ec-prev:after{content:"";position:relative;width:.5em;height:.5em;border-top:2px solid;border-right:2px solid;display:inline-block}.ec-icon.ec-prev:after{transform:rotate(-135deg) translate(-2px,2px)}.ec-icon.ec-next:after{transform:rotate(45deg) translate(-2px,2px)}.ec-all-day,.ec-body,.ec-day,.ec-days,.ec-header,.ec-list .ec-day-head{border:1px solid var(--ec-border-color)}.ec-header{display:flex;flex-shrink:0}.ec-header .ec-resource{flex-direction:column}.ec-header .ec-resource .ec-days{border-top-style:solid}.ec-header .ec-days{border-bottom:none}.ec-header .ec-day{min-height:24px;line-height:24px;text-align:center;overflow:hidden;text-overflow:ellipsis}.ec-all-day{flex-shrink:0;border-top:none}.ec-all-day .ec-days{border-bottom:none}.ec-all-day .ec-day{padding-bottom:4px}.ec-body{position:relative;overflow-x:hidden;overflow-y:auto}.ec:not(.ec-list) .ec-body{border-top:none}.ec-day-grid .ec-body{flex:1 1 auto}.ec-sidebar{flex:0 0 auto;width:auto;max-width:100%;padding:0 4px 0 8px;display:flex;flex-direction:column;justify-content:center}.ec-sidebar-title{visibility:hidden;overflow-y:hidden;height:0;text-align:right}.ec-all-day .ec-sidebar-title{visibility:visible;height:auto;padding:8px 0}.ec-content{display:flex}.ec-day-grid .ec-content{flex-direction:column;height:100%}.ec-day-grid .ec-uniform .ec-content{overflow:hidden}.ec-list .ec-content{flex-direction:column}.ec-days,.ec-resource{display:flex}.ec-days{border-style:none none solid}.ec-days:last-child{border-bottom:none}.ec-day-grid .ec-days,.ec-resource .ec-days{flex:1 0 auto}.ec-day-grid .ec-uniform .ec-days{flex:1 1 0%;min-height:0}.ec-day{border-style:none none none solid}.ec-day.ec-today{background-color:var(--ec-today-bg-color)}.ec-day.ec-highlight{background-color:var(--ec-highlight-color)}.ec-day-grid .ec-body .ec-day{min-height:5em;position:relative}.ec-day-grid .ec-uniform .ec-day{min-height:0}.ec-day-grid .ec-day:first-child{border-left:none}.ec-day.ec-other-month .ec-day-head{opacity:.3}.ec-list .ec-day{border:none}.ec-day-grid .ec-day-head{display:block;text-align:right;padding:4px 4px 3px}.ec-day-grid .ec-day-foot{position:absolute;bottom:0;padding:2px;font-size:.85em}.ec-day-grid .ec-day-foot a{cursor:pointer}.ec-list .ec-day-head{flex:1 0 auto;background-color:var(--ec-list-day-bg-color);border-style:solid none;margin:-1px 0 0;padding:8px 14px;position:sticky;top:0;z-index:2}.ec-list .ec-day:first-child .ec-day-head{border-top:none}.ec-list .ec-day-side{float:right}.ec-list .ec-no-events{text-align:center;padding:5em 0}.ec-events{margin:0 6px 0 0}.ec-events.ec-preview,.ec-time-grid .ec-events{position:relative}.ec-event{display:flex;padding:2px;color:var(--ec-event-text-color);box-sizing:border-box;box-shadow:0 0 1px 0 var(--ec-border-color);background-color:var(--ec-event-bg-color);border-radius:3px;font-size:.85em;line-height:1.5;z-index:1}.ec-all-day .ec-event,.ec-day-grid .ec-event{position:relative}.ec-time-grid .ec-body .ec-event{position:absolute}.ec-list .ec-event{flex-direction:row;padding:8px 14px;color:inherit;background-color:transparent;border-radius:0}.ec-event.ec-preview{z-index:1000;width:100%;opacity:.8}.ec-event.ec-pointer,.ec-event.ec-preview{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ec-event.ec-pointer{color:inherit;pointer-events:none;z-index:0;box-shadow:none;display:none}.ec-day:hover .ec-event.ec-pointer{display:flex}.ec-event-body{display:flex;flex-direction:column;width:100%}.ec-all-day .ec-event-body,.ec-day-grid .ec-event-body{flex-direction:row}.ec-event-tag{width:4px;border-radius:2px;margin-right:8px}.ec-event-time{overflow:hidden;white-space:nowrap;margin:0 0 1px;flex-shrink:0}.ec-day-grid .ec-event-time{margin:0 3px 0 0;max-width:100%;text-overflow:ellipsis}.ec-event-title{overflow:hidden;margin:unset;font-weight:inherit}.ec-all-day .ec-event-title,.ec-day-grid .ec-event-title{min-height:1.5em;white-space:nowrap;text-overflow:ellipsis}.ec-time-grid .ec-body .ec-event-title{position:sticky;top:0}.ec-list .ec-event-title{font-size:1rem}.ec-draggable{cursor:pointer}.ec-draggable,.ec-ghost{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ec-ghost{opacity:.5;pointer-events:none}.ec-bg-events{position:relative}.ec-bg-event{position:absolute;background-color:var(--ec-bg-event-color);opacity:var(--ec-bg-event-opacity);width:100%;z-index:1}.ec-line,.ec-time{height:24px}.ec-time{position:relative;line-height:24px;top:-12px;text-align:right;white-space:nowrap}.ec-all-day .ec-time,.ec-header .ec-time{visibility:hidden;overflow-y:hidden;height:0}.ec-lines{width:8px}.ec-line:not(:first-child):after{content:"";position:absolute;width:100%;border-bottom:1px solid var(--ec-border-color);pointer-events:none}.ec-body:not(.ec-compact) .ec-line:nth-child(2n):after{border-bottom-style:dotted}.ec-popup{position:absolute;top:0;display:flex;flex-direction:column;width:110%;min-width:180px;z-index:1010;padding:8px 10px 14px;background-color:var(--ec-popup-bg-color);border:1px solid var(--ec-border-color);border-radius:6px;outline:1px solid transparent;box-shadow:0 1px 3px 0 hsla(var(--ec-hs),50%,.15),0 4px 8px 3px hsla(var(--ec-hs),50%,.15)}.ec-popup .ec-day-head{text-align:left;display:flex;justify-content:space-between}.ec-popup .ec-day-head a{cursor:pointer;font-size:1.5em;line-height:.8}.ec-popup .ec-events{margin:0;min-height:0;overflow:auto}.ec-extra{position:relative;height:100%;overflow:hidden;margin-left:-6.5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ec-now-indicator{position:absolute;z-index:1005;width:100%;border-top:2px solid var(--ec-now-indicator-color);pointer-events:none}.ec-now-indicator:before{background:var(--ec-now-indicator-color);border-radius:50%;content:"";position:absolute;height:12px;margin-top:-7px;width:12px;pointer-events:none}.ec-resizer{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ec-all-day .ec-resizer,.ec-day-grid .ec-resizer{top:0;right:0;bottom:0;width:50%;max-width:8px;cursor:ew-resize}.ec-time-grid .ec-body .ec-resizer{left:0;right:0;bottom:0;height:50%;max-height:8px;cursor:ns-resize}.ec-dragging{cursor:pointer!important}.ec-resizing-y{cursor:ns-resize!important}.ec-resizing-x{cursor:ew-resize!important}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;opacity:0}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e,.react-grid-item>.react-resizable-handle.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+");background-position:100% 100%;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_0eeb07{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_0eeb07{--font-sans:"DM Sans","DM Sans Fallback"}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_acf54a{font-family:Fraunces,Fraunces Fallback;font-style:normal}.__variable_acf54a{--font-heading:"Fraunces","Fraunces Fallback"}:root{--font-sans:"DM Sans",ui-sans-serif,system-ui,sans-serif;--font-heading:"Fraunces",Georgia,serif}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);--tw-bg-opacity:1;background-color:hsl(var(--heroui-background)/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:hsl(var(--heroui-foreground)/var(--tw-text-opacity,1))}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:hsl(var(--heroui-default-200)/var(--tw-bg-opacity,1));border-radius:9999px}::-webkit-scrollbar-thumb:hover{--tw-bg-opacity:1;background-color:hsl(var(--heroui-default-300)/var(--tw-bg-opacity,1))}input,select,textarea{color:hsl(var(--heroui-foreground));caret-color:hsl(var(--heroui-foreground));appearance:none;-webkit-appearance:none;-moz-appearance:none;border:0;outline:none}input:focus,input:focus-visible,select:focus,select:focus-visible,textarea:focus,textarea:focus-visible{outline:none;box-shadow:none}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:hsl(var(--heroui-foreground))!important;-webkit-box-shadow:inset 0 0 0 1000px transparent!important;caret-color:hsl(var(--heroui-foreground))!important;-webkit-transition:background-color 9999s ease-in-out 0s;transition:background-color 9999s ease-in-out 0s}