.tiptap-button{--tt-button-default-bg-color:var(--tt-gray-a-100);--tt-button-hover-bg-color:var(--tt-gray-200);--tt-button-active-bg-color:var(--tt-gray-a-200);--tt-button-active-bg-color-emphasized:var(--color-brand-500);--tt-button-active-bg-color-subdued:var(--tt-gray-a-200);--tt-button-active-hover-bg-color:var(--tt-gray-300);--tt-button-active-hover-bg-color-emphasized:var(--tt-brand-color-800);--tt-button-active-hover-bg-color-subdued:var(--tt-gray-a-300);--tt-button-disabled-bg-color:var(--tt-gray-a-50);--tt-button-default-text-color:var(--tt-gray-a-600);--tt-button-hover-text-color:var(--tt-gray-a-900);--tt-button-active-text-color:var(--tt-gray-a-900);--tt-button-active-text-color-emphasized:var(--tt-gray-a-900);--tt-button-active-text-color-subdued:var(--tt-gray-a-900);--tt-button-disabled-text-color:var(--tt-gray-a-300);--tt-button-default-icon-color:var(--tt-gray-a-600);--tt-button-hover-icon-color:var(--tt-gray-a-900);--tt-button-active-icon-color-subdued:var(--tt-gray-a-900);--tt-button-disabled-icon-color:var(--tt-gray-a-400);--tt-button-default-icon-sub-color:var(--tt-gray-a-300);--tt-button-hover-icon-sub-color:var(--tt-gray-a-400);--tt-button-active-icon-sub-color:var(--tt-gray-a-300);--tt-button-active-icon-sub-color-subdued:var(--tt-gray-a-300);--tt-button-disabled-icon-sub-color:var(--tt-gray-a-100);--tt-button-default-dropdown-arrows-color:var(--tt-gray-a-600);--tt-button-hover-dropdown-arrows-color:var(--tt-gray-a-700);--tt-button-active-dropdown-arrows-color:var(--tt-gray-a-600);--tt-button-active-dropdown-arrows-color-emphasized:var(--tt-gray-a-700);--tt-button-active-dropdown-arrows-color-subdued:var(--tt-gray-a-600);--tt-button-disabled-dropdown-arrows-color:var(--tt-gray-a-400)}.tiptap-button[data-style=ghost]{--tt-button-default-bg-color:transparent;--tt-button-hover-bg-color:var(--tt-gray-200);--tt-button-active-bg-color:var(--tt-gray-a-100);--tt-button-active-bg-color-subdued:var(--tt-gray-a-100);--tt-button-active-hover-bg-color:var(--tt-gray-200);--tt-button-active-hover-bg-color-subdued:var(--tt-gray-a-200);--tt-button-disabled-bg-color:transparent}.tiptap-button[data-style=primary]{--tt-button-default-bg-color:var(--tt-brand-color-500);--tt-button-hover-bg-color:var(--tt-brand-color-600);--tt-button-disabled-bg-color:var(--tt-gray-a-100);--tt-button-default-text-color:var(--white);--tt-button-hover-text-color:var(--white)}html[data-theme=light] .tiptap-button[data-style=ghost]{--tt-button-active-bg-color-emphasized:var(--tt-brand-color-100);--tt-button-active-hover-bg-color-emphasized:var(--tt-brand-color-200)}html[data-theme=light] .tiptap-button[data-style=primary]{--tt-button-active-bg-color:var(--tt-brand-color-100);--tt-button-active-hover-bg-color:var(--tt-brand-color-200)}html[data-theme=dark] .tiptap-button[data-style=ghost]{--tt-button-active-bg-color-emphasized:var(--tt-brand-color-900);--tt-button-active-hover-bg-color-emphasized:var(--tt-brand-color-800)}html[data-theme=dark] .tiptap-button[data-style=primary]{--tt-button-active-bg-color:var(--tt-brand-color-900);--tt-button-active-hover-bg-color:var(--tt-brand-color-800)}
.tiptap-button-group{vertical-align:middle;display:flex;position:relative}.tiptap-button-group[data-orientation=vertical]{flex-direction:column;justify-content:center;align-items:flex-start;min-width:max-content}.tiptap-button-group[data-orientation=vertical]>.tiptap-button{width:100%}.tiptap-button-group[data-orientation=horizontal]{align-items:center;gap:calc(var(--spacing,.25rem) * .5);flex-direction:row}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial}}}.tiptap-button{--tt-transition-duration-default:.2s;--tt-transition-easing-default:cubic-bezier(.46, .03, .52, .96);height:calc(var(--spacing,.25rem) * 8);min-width:calc(var(--spacing,.25rem) * 8);cursor:pointer;justify-content:center;align-items:center;gap:calc(var(--spacing,.25rem) * 1);border-radius:var(--radius-xl,.75rem);border-style:var(--tw-border-style);padding:calc(var(--spacing,.25rem) * 2);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25 / .875)));--tw-leading:1.15;--tw-font-weight:var(--font-weight-medium,500);line-height:1.15;font-weight:var(--font-weight-medium,500);transition-property:background,color,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4, 0, .2, 1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s));font-feature-settings:"salt" on,"cv01" on;transition-duration:var(--tt-transition-duration-default);transition-timing-function:var(--tt-transition-easing-default);background-color:var(--tt-button-default-bg-color);color:var(--tt-button-default-text-color);border-width:0;display:inline-flex}.tiptap-button:focus-visible{--tw-outline-style:none;outline-style:none}.tiptap-button[data-highlighted=true],.tiptap-button[data-focus-visible=true]{background-color:var(--tt-button-hover-bg-color);color:var(--tt-button-hover-text-color)}.tiptap-button[data-weight=small]{width:calc(var(--spacing,.25rem) * 6);min-width:calc(var(--spacing,.25rem) * 6);padding-inline:calc(var(--spacing,.25rem) * 0)}.tiptap-button[data-size=large]{height:calc(var(--spacing,.25rem) * 9.5);min-width:calc(var(--spacing,.25rem) * 9.5);padding:calc(var(--spacing,.25rem) * 2.5);font-size:.9375rem}.tiptap-button[data-size=small]{height:calc(var(--spacing,.25rem) * 6);min-width:calc(var(--spacing,.25rem) * 6);border-radius:var(--radius-lg,.5rem);font-size:var(--text-xs,.75rem);line-height:var(--tw-leading,var(--text-xs--line-height,calc(1 / .75)));--tw-leading:1.2;padding:.3125rem;line-height:1.2}.tiptap-button .tiptap-button-text{padding-inline:calc(var(--spacing,.25rem) * .5);text-align:left;--tw-leading:calc(var(--spacing,.25rem) * 6);line-height:calc(var(--spacing,.25rem) * 6);flex-grow:1}.tiptap-button[data-text-trim=on] .tiptap-button-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tiptap-button .tiptap-button-icon,.tiptap-button .tiptap-button-icon-sub,.tiptap-button .tiptap-button-dropdown-arrows,.tiptap-button .tiptap-button-dropdown-small{flex-shrink:0}.tiptap-button .tiptap-button-icon,.tiptap-button .tiptap-button-icon-sub{height:calc(var(--spacing,.25rem) * 4);width:calc(var(--spacing,.25rem) * 4)}.tiptap-button[data-size=large] .tiptap-button-icon,.tiptap-button[data-size=large] .tiptap-button-icon-sub{height:calc(var(--spacing,.25rem) * 4.5);width:calc(var(--spacing,.25rem) * 4.5)}.tiptap-button[data-size=small] .tiptap-button-icon,.tiptap-button[data-size=small] .tiptap-button-icon-sub{height:calc(var(--spacing,.25rem) * 3.5);width:calc(var(--spacing,.25rem) * 3.5)}.tiptap-button .tiptap-button-dropdown-arrows{height:calc(var(--spacing,.25rem) * 3);width:calc(var(--spacing,.25rem) * 3)}.tiptap-button[data-size=large] .tiptap-button-dropdown-arrows{height:calc(var(--spacing,.25rem) * 3.5);width:calc(var(--spacing,.25rem) * 3.5)}.tiptap-button[data-size=small] .tiptap-button-dropdown-arrows,.tiptap-button .tiptap-button-dropdown-small{height:calc(var(--spacing,.25rem) * 2.5);width:calc(var(--spacing,.25rem) * 2.5)}.tiptap-button[data-size=large] .tiptap-button-dropdown-small{height:calc(var(--spacing,.25rem) * 3);width:calc(var(--spacing,.25rem) * 3)}.tiptap-button[data-size=small] .tiptap-button-dropdown-small{height:calc(var(--spacing,.25rem) * 2);width:calc(var(--spacing,.25rem) * 2)}.tiptap-button:has(>svg):not(:has(>:not(svg))){gap:calc(var(--spacing,.25rem) * .5)}.tiptap-button:has(>svg):not(:has(>:not(svg)))[data-size=large]{gap:calc(var(--spacing,.25rem) * .5)}.tiptap-button:has(>svg):not(:has(>:not(svg)))[data-size=small]{gap:calc(var(--spacing,.25rem) * .5)}.tiptap-button:has(>svg:nth-of-type(2)):has(>.tiptap-button-dropdown-small):not(:has(>svg:nth-of-type(3))):not(:has(>.tiptap-button-text)){gap:calc(var(--spacing,.25rem) * 0);padding-right:calc(var(--spacing,.25rem) * 1)}.tiptap-button:has(>svg:nth-of-type(2)):has(>.tiptap-button-dropdown-small):not(:has(>svg:nth-of-type(3))):not(:has(>.tiptap-button-text))[data-size=large]{padding-right:calc(var(--spacing,.25rem) * 1.5)}.tiptap-button:has(>svg:nth-of-type(2)):has(>.tiptap-button-dropdown-small):not(:has(>svg:nth-of-type(3))):not(:has(>.tiptap-button-text))[data-size=small]{padding-right:calc(var(--spacing,.25rem) * .5)}.tiptap-button .tiptap-button-emoji{width:calc(var(--spacing,.25rem) * 4);justify-content:center;display:flex}.tiptap-button[data-size=large] .tiptap-button-emoji{width:calc(var(--spacing,.25rem) * 4.5)}.tiptap-button[data-size=small] .tiptap-button-emoji{width:calc(var(--spacing,.25rem) * 3.5)}.tiptap-button{background-color:var(--tt-button-default-bg-color);color:var(--tt-button-default-text-color)}.tiptap-button .tiptap-button-icon{color:var(--tt-button-default-icon-color)}.tiptap-button .tiptap-button-icon-sub{color:var(--tt-button-default-icon-sub-color)}.tiptap-button .tiptap-button-dropdown-arrows,.tiptap-button .tiptap-button-dropdown-small{color:var(--tt-button-default-dropdown-arrows-color)}.tiptap-button:hover:not([data-active-item=true]):not([disabled]),.tiptap-button[data-active-item=true]:not([disabled]),.tiptap-button[data-highlighted]:not([disabled]):not([data-highlighted=false]){background-color:var(--tt-button-hover-bg-color);color:var(--tt-button-hover-text-color)}.tiptap-button:hover:not([data-active-item=true]):not([disabled]) .tiptap-button-icon,.tiptap-button[data-active-item=true]:not([disabled]) .tiptap-button-icon,.tiptap-button[data-highlighted]:not([disabled]):not([data-highlighted=false]) .tiptap-button-icon{color:var(--tt-button-hover-icon-color)}.tiptap-button:hover:not([data-active-item=true]):not([disabled]) .tiptap-button-icon-sub,.tiptap-button[data-active-item=true]:not([disabled]) .tiptap-button-icon-sub,.tiptap-button[data-highlighted]:not([disabled]):not([data-highlighted=false]) .tiptap-button-icon-sub{color:var(--tt-button-hover-icon-sub-color)}.tiptap-button:hover:not([data-active-item=true]):not([disabled]) .tiptap-button-dropdown-arrows,.tiptap-button:hover:not([data-active-item=true]):not([disabled]) .tiptap-button-dropdown-small,.tiptap-button[data-active-item=true]:not([disabled]) .tiptap-button-dropdown-arrows,.tiptap-button[data-active-item=true]:not([disabled]) .tiptap-button-dropdown-small,.tiptap-button[data-highlighted]:not([disabled]):not([data-highlighted=false]) .tiptap-button-dropdown-arrows,.tiptap-button[data-highlighted]:not([disabled]):not([data-highlighted=false]) .tiptap-button-dropdown-small{color:var(--tt-button-hover-dropdown-arrows-color)}.tiptap-button[data-active-state=on]:not([disabled]),.tiptap-button[data-state=open]:not([disabled]){background-color:var(--tt-button-active-bg-color);color:var(--tt-button-active-text-color)}.tiptap-button[data-active-state=on]:not([disabled]) .tiptap-button-icon,.tiptap-button[data-state=open]:not([disabled]) .tiptap-button-icon{color:var(--color-text-accent-dark-mode-only)}.tiptap-button[data-active-state=on]:not([disabled]) .tiptap-button-icon-sub,.tiptap-button[data-state=open]:not([disabled]) .tiptap-button-icon-sub{color:var(--tt-button-active-icon-sub-color)}.tiptap-button[data-active-state=on]:not([disabled]) .tiptap-button-dropdown-arrows,.tiptap-button[data-active-state=on]:not([disabled]) .tiptap-button-dropdown-small,.tiptap-button[data-state=open]:not([disabled]) .tiptap-button-dropdown-arrows,.tiptap-button[data-state=open]:not([disabled]) .tiptap-button-dropdown-small{color:var(--tt-button-active-dropdown-arrows-color)}.tiptap-button[data-active-state=on]:not([disabled]):hover,.tiptap-button[data-state=open]:not([disabled]):hover{background-color:var(--tt-button-active-hover-bg-color)}.tiptap-button[data-active-state=on]:not([disabled])[data-appearance=emphasized],.tiptap-button[data-state=open]:not([disabled])[data-appearance=emphasized]{background-color:var(--tt-button-active-bg-color-emphasized);color:var(--tt-button-active-text-color-emphasized)}.tiptap-button[data-active-state=on]:not([disabled])[data-appearance=emphasized] .tiptap-button-icon,.tiptap-button[data-active-state=on]:not([disabled])[data-appearance=emphasized] .tiptap-button-icon-sub,.tiptap-button[data-state=open]:not([disabled])[data-appearance=emphasized] .tiptap-button-icon,.tiptap-button[data-state=open]:not([disabled])[data-appearance=emphasized] .tiptap-button-icon-sub{color:var(--color-text-accent-dark-mode-only)}.tiptap-button[data-active-state=on]:not([disabled])[data-appearance=emphasized] .tiptap-button-dropdown-arrows,.tiptap-button[data-active-state=on]:not([disabled])[data-appearance=emphasized] .tiptap-button-dropdown-small,.tiptap-button[data-state=open]:not([disabled])[data-appearance=emphasized] .tiptap-button-dropdown-arrows,.tiptap-button[data-state=open]:not([disabled])[data-appearance=emphasized] .tiptap-button-dropdown-small{color:var(--tt-button-active-dropdown-arrows-color-emphasized)}.tiptap-button[data-active-state=on]:not([disabled])[data-appearance=emphasized]:hover,.tiptap-button[data-state=open]:not([disabled])[data-appearance=emphasized]:hover{background-color:var(--tt-button-active-hover-bg-color-emphasized)}.tiptap-button[data-active-state=on]:not([disabled])[data-appearance=subdued],.tiptap-button[data-state=open]:not([disabled])[data-appearance=subdued]{background-color:var(--tt-button-active-bg-color-subdued);color:var(--tt-button-active-text-color-subdued)}.tiptap-button[data-active-state=on]:not([disabled])[data-appearance=subdued] .tiptap-button-icon,.tiptap-button[data-state=open]:not([disabled])[data-appearance=subdued] .tiptap-button-icon{color:var(--tt-button-active-icon-color-subdued)}.tiptap-button[data-active-state=on]:not([disabled])[data-appearance=subdued] .tiptap-button-icon-sub,.tiptap-button[data-state=open]:not([disabled])[data-appearance=subdued] .tiptap-button-icon-sub{color:var(--tt-button-active-icon-sub-color-subdued)}.tiptap-button[data-active-state=on]:not([disabled])[data-appearance=subdued] .tiptap-button-dropdown-arrows,.tiptap-button[data-active-state=on]:not([disabled])[data-appearance=subdued] .tiptap-button-dropdown-small,.tiptap-button[data-state=open]:not([disabled])[data-appearance=subdued] .tiptap-button-dropdown-arrows,.tiptap-button[data-state=open]:not([disabled])[data-appearance=subdued] .tiptap-button-dropdown-small{color:var(--tt-button-active-dropdown-arrows-color-subdued)}.tiptap-button[data-active-state=on]:not([disabled])[data-appearance=subdued]:hover,.tiptap-button[data-state=open]:not([disabled])[data-appearance=subdued]:hover{background-color:var(--tt-button-active-hover-bg-color-subdued)}.tiptap-button[data-active-state=on]:not([disabled])[data-appearance=subdued]:hover .tiptap-button-icon,.tiptap-button[data-state=open]:not([disabled])[data-appearance=subdued]:hover .tiptap-button-icon{color:var(--tt-button-active-icon-color-subdued)}.tiptap-button:disabled{background-color:var(--tt-button-disabled-bg-color);color:var(--tt-button-disabled-text-color)}.tiptap-button:disabled .tiptap-button-icon{color:var(--tt-button-disabled-icon-color)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-leading:initial;--tw-font-weight:initial}}}html[data-theme=light],html[data-theme=dark]{--tiptap-card-border-color:var(--tt-gray-a-100);--tiptap-card-group-label-color:var(--tt-gray-a-800)}html[data-theme=light]{--tiptap-card-bg-color:var(--white)}html[data-theme=dark]{--tiptap-card-bg-color:var(--tt-gray-50)}.tiptap-card{--padding:.375rem;--border-width:1px;min-width:calc(var(--spacing,.25rem) * 0);border-radius:var(--radius-2xl,1rem);overflow-wrap:break-word;--tw-outline-style:none;background-clip:border-box;background-color:var(--tiptap-card-bg-color);border:1px solid var(--tiptap-card-border-color);box-shadow:var(--tt-shadow-elevated-md);outline-style:none;flex-direction:column;align-items:center;display:flex;position:relative}.tiptap-card-header{width:100%;padding:calc(var(--spacing,.25rem) * 1.5);border-bottom:var(--border-width) solid var(--tiptap-card-border-color);flex:none;justify-content:space-between;align-items:center;display:flex}.tiptap-card-body{padding:calc(var(--spacing,.25rem) * 1.5);flex:1;overflow-y:auto}.tiptap-card-item-group{vertical-align:middle;min-width:max-content;display:flex;position:relative}.tiptap-card-item-group[data-orientation=vertical]{flex-direction:column;justify-content:center}.tiptap-card-item-group[data-orientation=horizontal]{align-items:center;gap:calc(var(--spacing,.25rem) * 1);flex-direction:row}.tiptap-card-group-label{padding-inline:calc(var(--spacing,.25rem) * 2);padding-top:calc(var(--spacing,.25rem) * 3);padding-bottom:calc(var(--spacing,.25rem) * 1);font-size:var(--text-xs,.75rem);line-height:var(--tw-leading,var(--text-xs--line-height,calc(1 / .75)));--tw-leading:var(--leading-normal,1.5);line-height:var(--leading-normal,1.5);--tw-font-weight:var(--font-weight-semibold,600);font-weight:var(--font-weight-semibold,600);text-transform:capitalize;color:var(--tiptap-card-group-label-color)}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}
html[data-theme=light] .tiptap.ProseMirror,html[data-theme=dark] .tiptap.ProseMirror{--blockquote-bg-color:var(--tt-gray-900)}.tiptap.ProseMirror blockquote{margin-block:calc(var(--spacing,.25rem) * 6);padding-block:.375em;padding-left:1em;position:relative}.tiptap.ProseMirror blockquote p{margin-top:calc(var(--spacing,.25rem) * 0)}.tiptap.ProseMirror blockquote:before,.tiptap.ProseMirror blockquote.is-empty:before{inset-block:calc(var(--spacing,.25rem) * 0);left:calc(var(--spacing,.25rem) * 0);content:"";background-color:var(--blockquote-bg-color);border-radius:0;width:.25em;height:100%;position:absolute}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-leading:initial}}}html[data-theme=light] .tiptap.ProseMirror,html[data-theme=dark] .tiptap.ProseMirror{--tt-inline-code-bg-color:var(--tt-gray-a-100);--tt-inline-code-text-color:var(--tt-gray-a-700);--tt-inline-code-border-color:var(--tt-gray-a-200);--tt-codeblock-bg:var(--tt-gray-a-50);--tt-codeblock-text:var(--tt-gray-a-800);--tt-codeblock-border:var(--tt-gray-a-200)}.tiptap.ProseMirror code{border-radius:var(--radius-md,.375rem);border-style:var(--tw-border-style);font-family:var(--font-mono,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);--tw-leading:var(--leading-snug,1.375);font-size:.875em;line-height:var(--leading-snug,1.375);background-color:var(--tt-inline-code-bg-color);color:var(--tt-inline-code-text-color);border-width:1px;border-color:var(--tt-inline-code-border-color);padding-block:.1em;padding-inline:.2em}.tiptap.ProseMirror pre{border-radius:var(--radius-md,.375rem);border-style:var(--tw-border-style);font-size:var(--text-base,1rem);line-height:var(--tw-leading,var(--text-base--line-height,calc(1.5 / 1)));background-color:var(--tt-codeblock-bg);color:var(--tt-codeblock-text);border-width:1px;border-color:var(--tt-codeblock-border);margin-block:1.5em;padding:1em}.tiptap.ProseMirror pre code{border-style:var(--tw-border-style);color:inherit;-webkit-text-fill-color:inherit;background-color:#0000;border-width:0;border-radius:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-font-weight:initial}}}.tiptap.ProseMirror h1,.tiptap.ProseMirror h2,.tiptap.ProseMirror h3,.tiptap.ProseMirror h4,.tiptap.ProseMirror h5,.tiptap.ProseMirror h6{color:inherit;font-style:inherit;line-height:1.25;position:relative}.tiptap.ProseMirror h1:first-child,.tiptap.ProseMirror h1:first-of-type,.tiptap.ProseMirror h2:first-child,.tiptap.ProseMirror h2:first-of-type,.tiptap.ProseMirror h3:first-child,.tiptap.ProseMirror h3:first-of-type,.tiptap.ProseMirror h4:first-child,.tiptap.ProseMirror h4:first-of-type,.tiptap.ProseMirror h5:first-child,.tiptap.ProseMirror h5:first-of-type,.tiptap.ProseMirror h6:first-child,.tiptap.ProseMirror h6:first-of-type{margin-top:calc(var(--spacing,.25rem) * 0)}.tiptap.ProseMirror h1{font-size:var(--text-2xl,1.5rem);line-height:var(--tw-leading,var(--text-2xl--line-height,calc(2 / 1.5)));--tw-font-weight:var(--font-weight-bold,700);font-weight:var(--font-weight-bold,700);border-bottom:1px solid var(--tt-gray-a-200);margin-top:1.5em;margin-bottom:.5em;padding-bottom:.3em}.tiptap.ProseMirror h2{font-size:var(--text-xl,1.25rem);line-height:var(--tw-leading,var(--text-xl--line-height,calc(1.75 / 1.25)));--tw-font-weight:var(--font-weight-semibold,600);font-weight:var(--font-weight-semibold,600);border-bottom:1px solid var(--tt-gray-a-200);margin-top:1.5em;margin-bottom:.4em;padding-bottom:.3em}.tiptap.ProseMirror h3{font-size:var(--text-lg,1.125rem);line-height:var(--tw-leading,var(--text-lg--line-height,calc(1.75 / 1.125)));--tw-font-weight:var(--font-weight-semibold,600);font-weight:var(--font-weight-semibold,600);margin-top:1.25em;margin-bottom:.3em}.tiptap.ProseMirror h4{font-size:var(--text-base,1rem);line-height:var(--tw-leading,var(--text-base--line-height,calc(1.5 / 1)));--tw-font-weight:var(--font-weight-semibold,600);font-weight:var(--font-weight-semibold,600);margin-top:1em;margin-bottom:.25em}.tiptap.ProseMirror h5,.tiptap.ProseMirror h6{font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25 / .875)));--tw-font-weight:var(--font-weight-semibold,600);font-weight:var(--font-weight-semibold,600);margin-top:1em;margin-bottom:.25em}@property --tw-font-weight{syntax:"*";inherits:false}
html[data-theme=light] .tiptap.ProseMirror,html[data-theme=dark] .tiptap.ProseMirror{--horizontal-rule-color:var(--tt-gray-a-200)}.tiptap.ProseMirror hr{--tw-border-style:none;background-color:var(--horizontal-rule-color);border-style:none;height:1px}.tiptap.ProseMirror [data-type=horizontalRule]{padding-block:calc(var(--spacing,.25rem) * 3);margin-block:1em}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-outline-style:solid}}}.tiptap.ProseMirror img{max-width:100%;height:auto;display:block}.tiptap.ProseMirror>img:not([data-type=emoji] img){margin-block:calc(var(--spacing,.25rem) * 8);outline-width:1px;outline-style:var(--tw-outline-style);border-radius:.25rem;outline-width:.125rem;outline-color:#0000}.tiptap.ProseMirror img:not([data-type=emoji] img).ProseMirror-selectednode{outline-color:var(--color-brand-500)}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-leading:initial;--tw-border-style:solid;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0}}}html[data-theme=light] .tiptap.ProseMirror,html[data-theme=dark] .tiptap.ProseMirror{--tt-checklist-bg-color:var(--tt-gray-a-100);--tt-checklist-bg-active-color:var(--tt-gray-a-900);--tt-checklist-border-color:var(--tt-gray-a-200);--tt-checklist-border-active-color:var(--tt-gray-a-900);--tt-checklist-text-active:var(--tt-gray-a-500)}html[data-theme=light] .tiptap.ProseMirror{--tt-checklist-check-icon-color:var(--white)}html[data-theme=dark] .tiptap.ProseMirror{--tt-checklist-check-icon-color:var(--black)}.tiptap.ProseMirror ol,.tiptap.ProseMirror ul{margin-block:calc(var(--spacing,.25rem) * 6);padding-left:calc(var(--spacing,.25rem) * 6)}.tiptap.ProseMirror ol:first-child,.tiptap.ProseMirror ul:first-child{margin-top:calc(var(--spacing,.25rem) * 0)}.tiptap.ProseMirror ol:last-child,.tiptap.ProseMirror ul:last-child{margin-bottom:calc(var(--spacing,.25rem) * 0)}.tiptap.ProseMirror ol ol,.tiptap.ProseMirror ol ul,.tiptap.ProseMirror ul ol,.tiptap.ProseMirror ul ul{margin-block:calc(var(--spacing,.25rem) * 0)}.tiptap.ProseMirror li p{margin-top:calc(var(--spacing,.25rem) * 0);--tw-leading:var(--leading-normal,1.5);line-height:var(--leading-normal,1.5)}.tiptap.ProseMirror ol{list-style:decimal}.tiptap.ProseMirror ol ol{list-style:lower-alpha}.tiptap.ProseMirror ol ol ol{list-style:lower-roman}.tiptap.ProseMirror ul:not([data-type=taskList]){list-style:outside}.tiptap.ProseMirror ul:not([data-type=taskList]) ul{list-style:circle}.tiptap.ProseMirror ul:not([data-type=taskList]) ul ul{list-style:square}.tiptap.ProseMirror ul[data-type=taskList]{padding-left:.25em}.tiptap.ProseMirror ul[data-type=taskList] li{flex-direction:row;align-items:flex-start;display:flex}.tiptap.ProseMirror ul[data-type=taskList] li:not(:has(>p:first-child)){list-style-type:none}.tiptap.ProseMirror ul[data-type=taskList] li[data-checked=true]>div>p{opacity:.5;text-decoration-line:line-through}.tiptap.ProseMirror ul[data-type=taskList] li[data-checked=true]>div>p span{text-decoration-line:line-through}.tiptap.ProseMirror ul[data-type=taskList] li label{padding-top:calc(var(--spacing,.25rem) * 1.5);padding-right:calc(var(--spacing,.25rem) * 2);position:relative}.tiptap.ProseMirror ul[data-type=taskList] li label input[type=checkbox]{height:calc(var(--spacing,.25rem) * 0);width:calc(var(--spacing,.25rem) * 0);opacity:0;position:absolute}.tiptap.ProseMirror ul[data-type=taskList] li label span{cursor:pointer;border-style:var(--tw-border-style);width:1em;height:1em;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4, 0, .2, 1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s));border-width:1px;border-color:var(--tt-checklist-border-color);background-color:var(--tt-checklist-bg-color);border-radius:.25rem;display:block;position:relative}.tiptap.ProseMirror ul[data-type=taskList] li label span:before{--tw-translate-x:calc(calc(1 / 2 * 100%) * -1);--tw-translate-y:calc(calc(1 / 2 * 100%) * -1);width:.75em;height:.75em;translate:var(--tw-translate-x) var(--tw-translate-y);opacity:0;content:"";background-color:var(--tt-checklist-check-icon-color);position:absolute;top:50%;left:50%;-webkit-mask:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22currentColor%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.4142%204.58579C22.1953%205.36683%2022.1953%206.63317%2021.4142%207.41421L10.4142%2018.4142C9.63317%2019.1953%208.36684%2019.1953%207.58579%2018.4142L2.58579%2013.4142C1.80474%2012.6332%201.80474%2011.3668%202.58579%2010.5858C3.36683%209.80474%204.63317%209.80474%205.41421%2010.5858L9%2014.1716L18.5858%204.58579C19.3668%203.80474%2020.6332%203.80474%2021.4142%204.58579Z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E) 50%/contain no-repeat;mask:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22currentColor%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.4142%204.58579C22.1953%205.36683%2022.1953%206.63317%2021.4142%207.41421L10.4142%2018.4142C9.63317%2019.1953%208.36684%2019.1953%207.58579%2018.4142L2.58579%2013.4142C1.80474%2012.6332%201.80474%2011.3668%202.58579%2010.5858C3.36683%209.80474%204.63317%209.80474%205.41421%2010.5858L9%2014.1716L18.5858%204.58579C19.3668%203.80474%2020.6332%203.80474%2021.4142%204.58579Z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E) 50%/contain no-repeat}.tiptap.ProseMirror ul[data-type=taskList] li label input[type=checkbox]:checked+span{background:var(--tt-checklist-bg-active-color);border-color:var(--tt-checklist-border-active-color)}.tiptap.ProseMirror ul[data-type=taskList] li label input[type=checkbox]:checked+span:before{opacity:1}.tiptap.ProseMirror ul[data-type=taskList] li div{min-width:calc(var(--spacing,.25rem) * 0);flex:1}@property --tw-leading{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-leading:initial;--tw-font-weight:initial}}}.tiptap.ProseMirror>*{position:relative}.tiptap.ProseMirror{white-space:pre-wrap;--tw-outline-style:none;caret-color:var(--tt-cursor-color);outline-style:none}.tiptap.ProseMirror p:not(:first-child):not(td p):not(th p){margin-top:calc(var(--spacing,.25rem) * 4);--tw-leading:var(--leading-relaxed,1.625);font-size:15px;line-height:var(--leading-relaxed,1.625);--tw-font-weight:var(--font-weight-normal,400);font-weight:var(--font-weight-normal,400)}.tiptap.ProseMirror:not(.readonly):not(.ProseMirror-hideselection) ::selection{background-color:var(--tt-selection-color)}.tiptap.ProseMirror:not(.readonly):not(.ProseMirror-hideselection) .selection::selection{background-color:#0000}.tiptap.ProseMirror .selection{background-color:var(--tt-selection-color);display:inline}.tiptap.ProseMirror .ProseMirror-selectednode:not(img):not(pre):not(.react-renderer){border-radius:var(--radius-lg,.5rem);background-color:var(--tt-selection-color)}.tiptap.ProseMirror .ProseMirror-hideselection{caret-color:#0000}.tiptap.ProseMirror.resize-cursor{cursor:col-resize}.tiptap.ProseMirror a span{text-decoration-line:underline}.tiptap.ProseMirror s span{text-decoration-line:line-through}.tiptap.ProseMirror u span{text-decoration-line:underline}.tiptap.ProseMirror [data-type=emoji] img{width:calc(var(--spacing,.25rem) * 5);height:calc(var(--spacing,.25rem) * 5);cursor:text;display:inline-block}.tiptap.ProseMirror a{color:var(--color-text-accent);text-decoration-line:underline;-webkit-text-decoration-color:var(--color-text-accent);-webkit-text-decoration-color:var(--color-text-accent);-webkit-text-decoration-color:var(--color-text-accent);text-decoration-color:var(--color-text-accent)}.is-empty:not(.with-slash)[data-placeholder]:has(>.ProseMirror-trailingBreak:only-child):before{content:attr(data-placeholder)}.is-empty[data-placeholder]:has(>.ProseMirror-trailingBreak:only-child):before{pointer-events:none;right:calc(var(--spacing,.25rem) * 0);left:calc(var(--spacing,.25rem) * 0);height:calc(var(--spacing,.25rem) * 0);width:100%;position:absolute}.is-empty[data-placeholder]:has(>.ProseMirror-trailingBreak):before{color:var(--color-components-input-text-placeholder)}.find-replace-highlight{background-color:#ffff03;border-radius:2px}.find-replace-highlight.find-replace-highlight-active{background-color:#ff9632}.prosemirror-dropcursor-block,.prosemirror-dropcursor-inline{cursor:grabbing;border-radius:.25rem;width:100%;height:.188rem;margin-inline:-1px;background-color:var(--color-text-secondary)!important}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}
.index-module__yz7QbG__wrapper{background:linear-gradient(131deg,#2250f2 0%,#0ebcf3 100%);box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814}.index-module__yz7QbG__convert{color:#0000;background:linear-gradient(91.92deg,#104ae1 -1.74%,#0098ee 75.74%);-webkit-background-clip:text;background-clip:text}
