@charset "UTF-8";:root{--ne-editor-radius-sm:0.375rem;--ne-editor-radius-md:0.5rem;--ne-editor-radius-lg:0.625rem;--ne-editor-radius-xl:0.875rem}.neeto-editor__callout{border-radius:8px;margin:16px 0;padding:16px;position:relative}.neeto-editor__callout .callout-container{align-items:flex-start;display:flex;gap:12px}.neeto-editor__callout .callout-container .callout-emoji{flex-shrink:0;line-height:1}.neeto-editor__callout .callout-container .callout-content{flex-grow:1;min-width:0;outline:none}.neeto-editor__callout .callout-container .callout-content p{margin:0}.neeto-editor__callout .callout-container .callout-content h1:first-child,.neeto-editor__callout .callout-container .callout-content h2:first-child,.neeto-editor__callout .callout-container .callout-content h3:first-child,.neeto-editor__callout .callout-container .callout-content h4:first-child,.neeto-editor__callout .callout-container .callout-content h5:first-child,.neeto-editor__callout .callout-container .callout-content h6:first-child{margin-top:0}.neeto-editor__callout .callout-container .callout-content>p:first-child{margin-top:0}.neeto-editor__callout.neeto-editor__callout--default{background-color:oklch(.97 0 0);background-color:var(--ne-editor-content-callout-default-background-color)}.neeto-editor__callout.neeto-editor__callout--info{background-color:oklch(.9732 .0141 251.56);background-color:var(--ne-editor-content-callout-info-background-color)}.neeto-editor__callout.neeto-editor__callout--info .callout-emoji{color:oklch(.55 .22 263);color:var(--ne-editor-content-callout-info-foreground-color)}.neeto-editor__callout.neeto-editor__callout--warning{background-color:oklch(.9748 .0331 85.79);background-color:var(--ne-editor-content-callout-warning-background-color)}.neeto-editor__callout.neeto-editor__callout--warning .callout-emoji{color:oklch(.67 .16 47);color:var(--ne-editor-content-callout-warning-foreground-color)}.neeto-editor__callout.neeto-editor__callout--error{background-color:oklch(.965 .0223 13.09);background-color:var(--ne-editor-content-callout-error-background-color)}.neeto-editor__callout.neeto-editor__callout--error .callout-emoji{color:oklch(.58 .24 28);color:var(--ne-editor-content-callout-error-foreground-color)}.neeto-editor__callout.neeto-editor__callout--success{background-color:oklch(.9759 .0289 145.42);background-color:var(--ne-editor-content-callout-success-background-color)}.neeto-editor__callout.neeto-editor__callout--success .callout-emoji{color:oklch(.63 .18 145);color:var(--ne-editor-content-callout-success-foreground-color)}.neeto-ui-dropdown__popup .neeto-ui-dropdown__popup-menu.neeto-editor-callout-dropdown{padding:8px;width:200px}.neeto-editor-callout-dropdown{display:flex;flex-direction:column;gap:8px}.neeto-editor-callout-dropdown .neeto-editor-callout-dropdown__section{width:100%}.neeto-editor-callout-dropdown .neeto-editor-callout-dropdown__section .neeto-editor-callout-dropdown__section-title{color:var(--muted-foreground);font-size:10px;font-weight:500;letter-spacing:.5px;margin-bottom:4px;padding:0 4px;text-transform:uppercase}.neeto-editor-callout-dropdown .neeto-editor-callout-dropdown__section .neeto-editor-callout-dropdown__options-grid{display:flex;flex-direction:column;gap:2px}.neeto-editor-callout-dropdown__type-option{align-items:center;background:none;border:1px solid transparent;border-radius:4px;cursor:pointer;display:flex;font-size:12px;padding-block:6px;padding-inline:8px;text-align:start;transition:all .15s ease;width:100%}.neeto-editor-callout-dropdown__type-option .neeto-editor-callout-dropdown__type-emoji{align-items:center;display:flex;flex-shrink:0;font-size:14px;height:16px;justify-content:center;margin-inline-end:8px;width:16px}.neeto-editor-callout-dropdown__type-option .neeto-editor-callout-dropdown__type-label{color:var(--foreground);flex:1;font-weight:500}.neeto-editor-callout-dropdown__type-option:hover{background-color:var(--accent)}.neeto-editor-callout-dropdown__type-option--selected{background-color:var(--primary);border:1px solid var(--primary)}.neeto-editor-callout-dropdown__type-option--selected .neeto-editor-callout-dropdown__type-label{color:var(--primary-foreground)}.ProseMirror ul[data-type=todoList],.neeto-editor-content ul[data-type=todoList]{list-style:none;margin-inline-start:0;padding:0}.ProseMirror ul[data-type=todoList] li,.neeto-editor-content ul[data-type=todoList] li{align-items:flex-start;display:flex;position:relative}.ProseMirror ul[data-type=todoList] li>label,.neeto-editor-content ul[data-type=todoList] li>label{flex:0 0 auto;margin-inline-end:.5rem;pointer-events:none;-moz-user-select:none;user-select:none;z-index:1}.ProseMirror ul[data-type=todoList] li>div,.neeto-editor-content ul[data-type=todoList] li>div{flex:1 1 auto;min-height:1.5rem}.ProseMirror ul[data-type=todoList] input[type=checkbox],.neeto-editor-content ul[data-type=todoList] input[type=checkbox]{border-color:oklch(.145 0 0);border-color:var(--ne-editor-content-todo-checkbox-border-color);border-radius:0;border-width:1px;color:oklch(.205 0 0);color:var(--ne-editor-content-todo-checkbox-color);cursor:pointer;pointer-events:auto;position:relative;top:-2px;z-index:2}.ProseMirror ul[data-type=todoList] input[type=checkbox]:checked,.neeto-editor-content ul[data-type=todoList] input[type=checkbox]:checked{border-color:oklch(.205 0 0);border-color:var(--ne-editor-content-todo-checkbox-color)}.ProseMirror ul[data-type=todoList] ul[data-type=todoList],.neeto-editor-content ul[data-type=todoList] ul[data-type=todoList]{margin:0}.ProseMirror ul[data-type=todoList] li[data-checked=true]>div p,.neeto-editor-content ul[data-type=todoList] li[data-checked=true]>div p{opacity:.65;text-decoration:line-through}.neeto-editor-content .hljs{background:#282c34;color:#abb2bf}.neeto-editor-content .hljs-comment,.neeto-editor-content .hljs-quote{color:#5c6370;font-style:italic}.neeto-editor-content .hljs-doctag,.neeto-editor-content .hljs-formula,.neeto-editor-content .hljs-keyword{color:#c678dd}.neeto-editor-content .hljs-deletion,.neeto-editor-content .hljs-name,.neeto-editor-content .hljs-section,.neeto-editor-content .hljs-selector-tag,.neeto-editor-content .hljs-subst{color:#e06c75}.neeto-editor-content .hljs-literal{color:#56b6c2}.neeto-editor-content .hljs-addition,.neeto-editor-content .hljs-attribute,.neeto-editor-content .hljs-meta .hljs-string,.neeto-editor-content .hljs-regexp,.neeto-editor-content .hljs-string{color:#98c379}.neeto-editor-content .hljs-attr,.neeto-editor-content .hljs-number,.neeto-editor-content .hljs-selector-attr,.neeto-editor-content .hljs-selector-class,.neeto-editor-content .hljs-selector-pseudo,.neeto-editor-content .hljs-template-variable,.neeto-editor-content .hljs-type,.neeto-editor-content .hljs-variable{color:#d19a66}.neeto-editor-content .hljs-bullet,.neeto-editor-content .hljs-link,.neeto-editor-content .hljs-meta,.neeto-editor-content .hljs-selector-id,.neeto-editor-content .hljs-symbol,.neeto-editor-content .hljs-title{color:#61aeee}.neeto-editor-content .hljs-built_in,.neeto-editor-content .hljs-class .hljs-title,.neeto-editor-content .hljs-title.class_{color:#e6c07b}.neeto-editor-content .hljs-emphasis{font-style:italic}.neeto-editor-content .hljs-strong{font-weight:700}.neeto-editor-content .hljs-link{text-decoration:underline}.neeto-ui-theme--dark .hljs{background:#fafafa;color:#383a42}.neeto-ui-theme--dark .hljs-comment,.neeto-ui-theme--dark .hljs-quote{color:#a0a1a7;font-style:italic}.neeto-ui-theme--dark .hljs-doctag,.neeto-ui-theme--dark .hljs-formula,.neeto-ui-theme--dark .hljs-keyword{color:#a626a4}.neeto-ui-theme--dark .hljs-deletion,.neeto-ui-theme--dark .hljs-name,.neeto-ui-theme--dark .hljs-section,.neeto-ui-theme--dark .hljs-selector-tag,.neeto-ui-theme--dark .hljs-subst{color:#e45649}.neeto-ui-theme--dark .hljs-literal{color:#0184bb}.neeto-ui-theme--dark .hljs-addition,.neeto-ui-theme--dark .hljs-attribute,.neeto-ui-theme--dark .hljs-meta .hljs-string,.neeto-ui-theme--dark .hljs-regexp,.neeto-ui-theme--dark .hljs-string{color:#50a14f}.neeto-ui-theme--dark .hljs-attr,.neeto-ui-theme--dark .hljs-number,.neeto-ui-theme--dark .hljs-selector-attr,.neeto-ui-theme--dark .hljs-selector-class,.neeto-ui-theme--dark .hljs-selector-pseudo,.neeto-ui-theme--dark .hljs-template-variable,.neeto-ui-theme--dark .hljs-type,.neeto-ui-theme--dark .hljs-variable{color:#986801}.neeto-ui-theme--dark .hljs-bullet,.neeto-ui-theme--dark .hljs-link,.neeto-ui-theme--dark .hljs-meta,.neeto-ui-theme--dark .hljs-selector-id,.neeto-ui-theme--dark .hljs-symbol,.neeto-ui-theme--dark .hljs-title{color:#4078f2}.neeto-ui-theme--dark .hljs-built_in,.neeto-ui-theme--dark .hljs-class .hljs-title,.neeto-ui-theme--dark .hljs-title.class_{color:#c18401}.neeto-ui-theme--dark .hljs-emphasis{font-style:italic}.neeto-ui-theme--dark .hljs-strong{font-weight:700}.neeto-ui-theme--dark .hljs-link{text-decoration:underline}.neeto-ui-theme--light .hljs{background:#282c34;color:#abb2bf}.neeto-ui-theme--light .hljs-comment,.neeto-ui-theme--light .hljs-quote{color:#5c6370;font-style:italic}.neeto-ui-theme--light .hljs-doctag,.neeto-ui-theme--light .hljs-formula,.neeto-ui-theme--light .hljs-keyword{color:#c678dd}.neeto-ui-theme--light .hljs-deletion,.neeto-ui-theme--light .hljs-name,.neeto-ui-theme--light .hljs-section,.neeto-ui-theme--light .hljs-selector-tag,.neeto-ui-theme--light .hljs-subst{color:#e06c75}.neeto-ui-theme--light .hljs-literal{color:#56b6c2}.neeto-ui-theme--light .hljs-addition,.neeto-ui-theme--light .hljs-attribute,.neeto-ui-theme--light .hljs-meta .hljs-string,.neeto-ui-theme--light .hljs-regexp,.neeto-ui-theme--light .hljs-string{color:#98c379}.neeto-ui-theme--light .hljs-attr,.neeto-ui-theme--light .hljs-number,.neeto-ui-theme--light .hljs-selector-attr,.neeto-ui-theme--light .hljs-selector-class,.neeto-ui-theme--light .hljs-selector-pseudo,.neeto-ui-theme--light .hljs-template-variable,.neeto-ui-theme--light .hljs-type,.neeto-ui-theme--light .hljs-variable{color:#d19a66}.neeto-ui-theme--light .hljs-bullet,.neeto-ui-theme--light .hljs-link,.neeto-ui-theme--light .hljs-meta,.neeto-ui-theme--light .hljs-selector-id,.neeto-ui-theme--light .hljs-symbol,.neeto-ui-theme--light .hljs-title{color:#61aeee}.neeto-ui-theme--light .hljs-built_in,.neeto-ui-theme--light .hljs-class .hljs-title,.neeto-ui-theme--light .hljs-title.class_{color:#e6c07b}.neeto-ui-theme--light .hljs-emphasis{font-style:italic}.neeto-ui-theme--light .hljs-strong{font-weight:700}.neeto-ui-theme--light .hljs-link{text-decoration:underline}.light,.neeto-ui-theme--light,:root{--ne-editor-content-h1-margin:1.5rem 0 0.25rem;--ne-editor-content-h2-margin:1.5rem 0 0.25rem;--ne-editor-content-h3-margin:1.5rem 0 0.25rem;--ne-editor-content-h4-margin:1.5rem 0 0.25rem;--ne-editor-content-h5-margin:1.5rem 0 0.25rem;--ne-editor-content-h6-margin:1.5rem 0 0.25rem;--ne-editor-content-heading-color:oklch(0.145 0 0);--ne-editor-content-heading-font-weight:600;--ne-editor-content-heading-font-weight-bold:bold;--ne-editor-content-heading-line-height:1.25;--ne-editor-content-paragraph-color:oklch(0.145 0 0);--ne-editor-content-paragraph-font-weight:400;--ne-editor-content-paragraph-line-height:1.6;--ne-editor-content-paragraph-margin-bottom:0.5rem;--ne-editor-content-list-padding-inline-start:2rem;--ne-editor-content-list-margin-bottom:1rem;--ne-editor-content-list-item-margin-bottom:0.5rem;--ne-editor-content-list-item-margin-top:0.5rem;--ne-editor-content-code-font-size:85%;--ne-editor-content-code-background-color:oklch(0.296 0.014 257);--ne-editor-content-code-line-number-color:oklch(0.475 0.020 252);--ne-editor-content-code-color:oklch(0.752 0.013 248);--ne-editor-content-code-padding:0.2em 0.4em;--ne-editor-content-inline-code-color:oklch(0.145 0 0);--ne-editor-content-inline-code-background-color:oklch(0.97 0 0);--ne-editor-content-blockquote-color:oklch(0.556 0 0);--ne-editor-content-blockquote-border-color:oklch(0.922 0 0);--ne-editor-content-blockquote-border-inline-start-width:4px;--ne-editor-content-blockquote-margin-bottom:1rem;--ne-editor-content-blockquote-padding-inline-start:0.75rem;--ne-editor-content-image-border-color:oklch(0.922 0 0);--ne-editor-content-image-border-radius:8px;--ne-editor-content-anchor-color:oklch(0.205 0 0);--ne-editor-content-link-color:oklch(0.4829 0.1672 257.26);--ne-editor-content-link-decoration-color:oklch(0.4829 0.1672 257.26/0.4);--ne-editor-content-mention-color:oklch(0.205 0 0);--ne-editor-content-table-border-color:oklch(0.922 0 0);--ne-editor-content-table-header-background-color:oklch(0.97 0 0);--ne-editor-content-table-cell-background-color:oklch(1 0 0);--ne-editor-content-figcaption-color:oklch(0.556 0 0);--ne-editor-content-callout-default-background-color:oklch(0.97 0 0);--ne-editor-content-callout-info-background-color:oklch(0.9732 0.0141 251.56);--ne-editor-content-callout-warning-background-color:oklch(0.9748 0.0331 85.79);--ne-editor-content-callout-error-background-color:oklch(0.965 0.0223 13.09);--ne-editor-content-callout-success-background-color:oklch(0.9759 0.0289 145.42);--ne-editor-content-callout-info-foreground-color:oklch(0.55 0.22 263);--ne-editor-content-callout-warning-foreground-color:oklch(0.67 0.16 47);--ne-editor-content-callout-error-foreground-color:oklch(0.58 0.24 28);--ne-editor-content-callout-success-foreground-color:oklch(0.63 0.18 145);--ne-editor-content-todo-checkbox-color:oklch(0.205 0 0);--ne-editor-content-todo-checkbox-border-color:oklch(0.145 0 0);--ne-editor-content-radius-sm:0.375rem;--ne-editor-content-radius-lg:0.625rem;--neeto-editor-highlight-text-1:#32302c;--neeto-editor-highlight-text-2:#787774;--neeto-editor-highlight-text-3:#9f6b53;--neeto-editor-highlight-text-4:#d9730d;--neeto-editor-highlight-text-5:#cb912f;--neeto-editor-highlight-text-6:#448361;--neeto-editor-highlight-text-7:#337ea9;--neeto-editor-highlight-text-8:#9065b0;--neeto-editor-highlight-text-9:#c14c8a;--neeto-editor-highlight-text-10:#d44c47;--neeto-editor-highlight-text-11:#6364dc;--neeto-editor-highlight-text-12:#d99641;--neeto-editor-highlight-text-13:#5a8cd7;--neeto-editor-highlight-text-14:#48a869;--neeto-editor-highlight-text-15:#dc3232;--neeto-editor-highlight-text-16:#af50dc;--neeto-editor-highlight-bg-1:#ff0;--neeto-editor-highlight-bg-2:#e3e3de;--neeto-editor-highlight-bg-3:#dfcece;--neeto-editor-highlight-bg-4:#f9e0c8;--neeto-editor-highlight-bg-5:#f7e7b6;--neeto-editor-highlight-bg-6:#d0e0cd;--neeto-editor-highlight-bg-7:#c0dfec;--neeto-editor-highlight-bg-8:#e3cef3;--neeto-editor-highlight-bg-9:#f4cdde;--neeto-editor-highlight-bg-10:#f9c7ca;--neeto-editor-highlight-bg-11:#b69cff;--neeto-editor-highlight-bg-12:#d9730d;--neeto-editor-highlight-bg-13:#4a85e8;--neeto-editor-highlight-bg-14:#00ff01;--neeto-editor-highlight-bg-15:red;--neeto-editor-highlight-bg-16:#f0f}.dark,.neeto-ui-theme--dark{--ne-editor-content-heading-color:oklch(0.985 0 0);--ne-editor-content-paragraph-color:oklch(0.985 0 0);--ne-editor-content-code-background-color:oklch(0.978 0.003 247);--ne-editor-content-code-line-number-color:oklch(0.475 0.020 252);--ne-editor-content-code-color:oklch(0.244 0.011 248);--ne-editor-content-inline-code-color:oklch(0.985 0 0);--ne-editor-content-inline-code-background-color:oklch(0.269 0 0);--ne-editor-content-blockquote-color:oklch(0.708 0 0);--ne-editor-content-blockquote-border-color:oklch(1 0 0/10%);--ne-editor-content-image-border-color:oklch(1 0 0/10%);--ne-editor-content-anchor-color:oklch(0.922 0 0);--ne-editor-content-link-color:oklch(0.71 0.12 253);--ne-editor-content-link-decoration-color:oklch(0.71 0.12 253/0.4);--ne-editor-content-mention-color:oklch(0.922 0 0);--ne-editor-content-table-border-color:oklch(1 0 0/10%);--ne-editor-content-table-header-background-color:oklch(0.269 0 0);--ne-editor-content-table-cell-background-color:oklch(0.145 0 0);--ne-editor-content-figcaption-color:oklch(0.708 0 0);--ne-editor-content-callout-default-background-color:oklch(0.269 0 0);--ne-editor-content-callout-info-background-color:oklch(0.2217 0.069 259.89);--ne-editor-content-callout-warning-background-color:oklch(0.2246 0.0538 76.04);--ne-editor-content-callout-error-background-color:oklch(0.221 0.0657 15.11);--ne-editor-content-callout-success-background-color:oklch(0.2309 0.0716 149.68);--ne-editor-content-callout-info-foreground-color:oklch(0.71 0.16 254);--ne-editor-content-callout-warning-foreground-color:oklch(0.83 0.17 82);--ne-editor-content-callout-error-foreground-color:oklch(0.71 0.19 22);--ne-editor-content-callout-success-foreground-color:oklch(0.79 0.21 145);--ne-editor-content-todo-checkbox-color:oklch(0.922 0 0);--ne-editor-content-todo-checkbox-border-color:oklch(0.985 0 0);--neeto-editor-highlight-text-1:#cdcdcd;--neeto-editor-highlight-text-2:#b4b4b4;--neeto-editor-highlight-text-3:#c89678;--neeto-editor-highlight-text-4:#f0b464;--neeto-editor-highlight-text-5:#e6be78;--neeto-editor-highlight-text-6:#78be96;--neeto-editor-highlight-text-7:#64b4dc;--neeto-editor-highlight-text-8:#be96e6;--neeto-editor-highlight-text-9:#dc78be;--neeto-editor-highlight-text-10:#e6786e;--neeto-editor-highlight-text-11:#9b9cff;--neeto-editor-highlight-text-12:#f5b464;--neeto-editor-highlight-text-13:#78aaf5;--neeto-editor-highlight-text-14:#64c887;--neeto-editor-highlight-text-15:#fa6e6e;--neeto-editor-highlight-text-16:#dc82ff;--neeto-editor-highlight-bg-1:#646400;--neeto-editor-highlight-bg-2:#41413c;--neeto-editor-highlight-bg-3:#413737;--neeto-editor-highlight-bg-4:#504130;--neeto-editor-highlight-bg-5:#554e2d;--neeto-editor-highlight-bg-6:#2d412a;--neeto-editor-highlight-bg-7:#234452;--neeto-editor-highlight-bg-8:#413055;--neeto-editor-highlight-bg-9:#552d44;--neeto-editor-highlight-bg-10:#553030;--neeto-editor-highlight-bg-11:#32145a;--neeto-editor-highlight-bg-12:#643c0a;--neeto-editor-highlight-bg-13:#193c6e;--neeto-editor-highlight-bg-14:#00500a;--neeto-editor-highlight-bg-15:#6e0f0f;--neeto-editor-highlight-bg-16:#640a64}.neeto-editor-content{-moz-tab-size:2;-o-tab-size:2;tab-size:2;white-space:pre-wrap;word-break:break-word}.neeto-editor-content hr{border-color:oklch(.145 0 0);border-color:var(--ne-editor-content-paragraph-color);margin:.5rem 0;opacity:.2}.neeto-editor-content .table-responsive{-webkit-overflow-scrolling:touch;margin:1rem 0;overflow-x:auto}.neeto-editor-content .table-responsive.neeto-editor-table--left table td,.neeto-editor-content .table-responsive.neeto-editor-table--left table th{text-align:start!important}.neeto-editor-content .table-responsive.neeto-editor-table--center table td,.neeto-editor-content .table-responsive.neeto-editor-table--center table th{text-align:center!important}.neeto-editor-content .table-responsive.neeto-editor-table--right table td,.neeto-editor-content .table-responsive.neeto-editor-table--right table th{text-align:end!important}.neeto-editor-content.neeto-editor-size--small{--ne-editor-content-h1-font-size:1.75rem;--ne-editor-content-h2-font-size:1.3125rem;--ne-editor-content-h3-font-size:1.09375rem;--ne-editor-content-h4-font-size:0.875rem;--ne-editor-content-h5-font-size:0.765625rem;--ne-editor-content-h6-font-size:0.74375rem;--ne-editor-content-paragraph-font-size:0.875rem;--ne-editor-content-paragraph-line-height:1.5;--ne-editor-content-list-padding-inline-start:1.5rem;--ne-editor-content-list-item-margin-bottom:0.25rem;--ne-editor-content-list-item-margin-top:0.25rem}.neeto-editor-content.neeto-editor-size--medium{--ne-editor-content-h1-font-size:2rem;--ne-editor-content-h2-font-size:1.5rem;--ne-editor-content-h3-font-size:1.25rem;--ne-editor-content-h4-font-size:1rem;--ne-editor-content-h5-font-size:0.875rem;--ne-editor-content-h6-font-size:0.75rem;--ne-editor-content-paragraph-font-size:1rem}@media only screen and (max-width:767px){.neeto-editor-content.neeto-editor-size--medium{--ne-editor-content-h1-font-size:1.375rem;--ne-editor-content-h2-font-size:1.25rem;--ne-editor-content-h3-font-size:1.125rem}}.neeto-editor-content.neeto-editor-size--large{--ne-editor-content-h1-font-size:2.375rem;--ne-editor-content-h2-font-size:1.93rem;--ne-editor-content-h3-font-size:1.633rem;--ne-editor-content-h4-font-size:1.336rem;--ne-editor-content-h5-font-size:0.986rem;--ne-editor-content-h6-font-size:0.796rem;--ne-editor-content-paragraph-font-size:1.125rem}@media only screen and (max-width:767px){.neeto-editor-content.neeto-editor-size--large{--ne-editor-content-h1-font-size:2.125rem;--ne-editor-content-h2-font-size:1.7266rem;--ne-editor-content-h3-font-size:1.4609rem;--ne-editor-content-h4-font-size:1.1953rem;--ne-editor-content-h5-font-size:0.875rem;--ne-editor-content-h6-font-size:0.75rem;--ne-editor-content-paragraph-font-size:1rem}}.neeto-editor-content h1,.neeto-editor-content h2,.neeto-editor-content h3,.neeto-editor-content h4,.neeto-editor-content h5,.neeto-editor-content h6{color:oklch(.145 0 0);color:var(--ne-editor-content-heading-color);font-weight:600;font-weight:var(--ne-editor-content-heading-font-weight)}.neeto-editor-content h1 strong,.neeto-editor-content h2 strong,.neeto-editor-content h3 strong,.neeto-editor-content h4 strong,.neeto-editor-content h5 strong,.neeto-editor-content h6 strong{font-weight:700!important;font-weight:var(--ne-editor-content-heading-font-weight-bold)!important}.neeto-editor-content h1{font-size:var(--ne-editor-content-h1-font-size);margin:1.5rem 0 .25rem;margin:var(--ne-editor-content-h1-margin)}.neeto-editor-content h2{font-size:var(--ne-editor-content-h2-font-size);margin:1.5rem 0 .25rem;margin:var(--ne-editor-content-h2-margin)}.neeto-editor-content h3{font-size:var(--ne-editor-content-h3-font-size);margin:1.5rem 0 .25rem;margin:var(--ne-editor-content-h3-margin)}.neeto-editor-content h4{font-size:var(--ne-editor-content-h4-font-size);margin:1.5rem 0 .25rem;margin:var(--ne-editor-content-h4-margin)}.neeto-editor-content h5{font-size:var(--ne-editor-content-h5-font-size);margin:1.5rem 0 .25rem;margin:var(--ne-editor-content-h5-margin)}.neeto-editor-content h6{font-size:var(--ne-editor-content-h6-font-size);margin:1.5rem 0 .25rem;margin:var(--ne-editor-content-h6-margin)}.neeto-editor-content .header-wrapper{position:relative}.neeto-editor-content .header-wrapper__link{position:absolute;top:50%}.neeto-editor-content .header-wrapper h1,.neeto-editor-content .header-wrapper h2,.neeto-editor-content .header-wrapper h3,.neeto-editor-content .header-wrapper h4,.neeto-editor-content .header-wrapper h5,.neeto-editor-content .header-wrapper h6{line-height:1.25;line-height:var(--ne-editor-content-heading-line-height);transition:color .15s ease-in}.neeto-editor-content .header-wrapper .header-link-icon-wrapper{align-items:center;display:flex;height:100%;inset-inline-start:-1.5625rem;opacity:0;position:absolute;transition:opacity .15s ease-in;width:1.5625rem}.neeto-editor-content .header-wrapper .header-link-icon-wrapper svg{fill:oklch(.205 0 0);fill:var(--ne-editor-content-anchor-color);transition:fill .15s ease-in}.neeto-editor-content .header-wrapper:hover .header-link-icon-wrapper{opacity:1}.neeto-editor-content .header-wrapper:hover svg{fill:oklch(.205 0 0);fill:var(--ne-editor-content-anchor-color)}.neeto-editor-content p{color:oklch(.145 0 0);color:var(--ne-editor-content-paragraph-color);font-size:var(--ne-editor-content-paragraph-font-size);font-weight:400;font-weight:var(--ne-editor-content-paragraph-font-weight);line-height:1.6;line-height:var(--ne-editor-content-paragraph-line-height);margin-bottom:.5rem;margin-bottom:var(--ne-editor-content-paragraph-margin-bottom);margin-top:0;min-height:1.3rem}.neeto-editor-content p:empty:after{content:" "}.neeto-editor-content p:empty{line-height:1;margin-bottom:0;min-height:1rem}.neeto-editor-content p:last-child{margin-bottom:0}.neeto-editor-content p strong{font-weight:600!important}.neeto-editor-content div{color:oklch(.145 0 0);color:var(--ne-editor-content-paragraph-color);font-size:var(--ne-editor-content-paragraph-font-size);font-weight:400;font-weight:var(--ne-editor-content-paragraph-font-weight);line-height:1.6;line-height:var(--ne-editor-content-paragraph-line-height)}.neeto-editor-content code{background-color:oklch(.296 .014 257);background-color:var(--ne-editor-content-code-background-color);border-color:oklch(.296 .014 257);border-color:var(--ne-editor-content-code-background-color);border-radius:.375rem;border-radius:var(--ne-editor-content-radius-sm);color:oklch(.752 .013 248);color:var(--ne-editor-content-code-color);font-family:SFMono-Regular,Menlo,Consolas,PT Mono,Liberation Mono,Courier,monospace;font-size:85%;font-size:var(--ne-editor-content-code-font-size);padding:.2em .4em;padding:var(--ne-editor-content-code-padding)}.neeto-editor-content code *{font-size:inherit!important}.neeto-editor-content h1 code,.neeto-editor-content h2 code,.neeto-editor-content h3 code,.neeto-editor-content h4 code,.neeto-editor-content h5 code,.neeto-editor-content h6 code,.neeto-editor-content li code,.neeto-editor-content p code,.neeto-editor-content table td code,.neeto-editor-content table th code{background-color:oklch(.97 0 0);background-color:var(--ne-editor-content-inline-code-background-color);border-radius:.375rem;border-radius:var(--ne-editor-content-radius-sm);color:oklch(.145 0 0);color:var(--ne-editor-content-inline-code-color);font-size:85%;font-size:var(--ne-editor-content-code-font-size)}.neeto-editor-content pre{background-color:oklch(.296 .014 257);background-color:var(--ne-editor-content-code-background-color);border-color:oklch(.296 .014 257);border-color:var(--ne-editor-content-code-background-color);border-radius:.625rem;border-radius:var(--ne-editor-content-radius-lg);counter-reset:line-number;font-size:var(--ne-editor-content-paragraph-font-size);line-height:1.5;margin-bottom:1rem;margin-top:1rem;max-width:100%;padding:0;position:relative}.neeto-editor-content pre,.neeto-editor-content pre div{color:oklch(.752 .013 248);color:var(--ne-editor-content-code-color)}.neeto-editor-content pre .neeto-editor-codeblock-options{align-items:center;display:flex;gap:.25rem;inset-inline-end:.25rem;opacity:0;position:absolute;top:.25rem;visibility:hidden}.neeto-editor-content pre .neeto-editor-codeblock-options__menu{display:flex;flex-direction:column;gap:.25rem}.neeto-editor-content pre .neeto-editor-codeblock-options__input{margin:.25rem}.neeto-editor-content pre:hover .neeto-editor-codeblock-options{opacity:1;visibility:visible}.neeto-editor-content pre:hover .copy-button{opacity:1;visibility:visible}.neeto-editor-content pre .copy-button{inset-inline-end:.25rem;opacity:0;position:absolute;top:.25rem;visibility:hidden}.neeto-editor-content pre[data-linenumbers] .highlight-line{padding-inline-start:3.125rem;position:relative}.neeto-editor-content pre[data-linenumbers] .highlight-line:before{align-items:center;color:oklch(.475 .02 252);color:var(--ne-editor-content-code-line-number-color);content:counter(line-number);counter-increment:line-number;display:flex;font-size:85%;font-weight:400;height:100%;inset-inline-start:0;justify-content:flex-end;padding-inline-end:1rem;padding-inline-start:.625rem;position:absolute;width:3.125rem}.neeto-editor-content pre[data-linenumbers] .highlight-line:last-child:before{content:""}.neeto-editor-content pre>code{background-color:transparent;border-radius:0;border-radius:.625rem;border-radius:var(--ne-editor-content-radius-lg);border-width:0;color:inherit;display:block;font-size:85%;font-size:var(--ne-editor-content-code-font-size);font-weight:400;line-height:inherit;overflow-x:auto;padding:.75rem;white-space:pre!important;width:100%}.neeto-editor-content pre[data-linenumbers]>code{padding-inline-start:0}.neeto-editor-content blockquote{border-inline-start-color:oklch(.922 0 0);border-inline-start-color:var(--ne-editor-content-blockquote-border-color);border-inline-start-width:4px;border-inline-start-width:var(--ne-editor-content-blockquote-border-inline-start-width);color:oklch(.556 0 0);color:var(--ne-editor-content-blockquote-color);font-weight:500;margin-bottom:1rem;margin-bottom:var(--ne-editor-content-blockquote-margin-bottom);padding-inline-start:.75rem;padding-inline-start:var(--ne-editor-content-blockquote-padding-inline-start);quotes:"“" "”" "‘" "’"}.neeto-editor-content blockquote div,.neeto-editor-content blockquote p{color:inherit}.neeto-editor-content blockquote>p:before{content:""!important}.neeto-editor-content blockquote>p:after{content:""!important}.neeto-editor-content ol,.neeto-editor-content ul{list-style:revert;margin-bottom:1rem;margin-bottom:var(--ne-editor-content-list-margin-bottom);padding-inline-start:2rem;padding-inline-start:var(--ne-editor-content-list-padding-inline-start)}.neeto-editor-content ol li,.neeto-editor-content ul li{color:oklch(.145 0 0);color:var(--ne-editor-content-paragraph-color);font-size:var(--ne-editor-content-paragraph-font-size);font-weight:400;font-weight:var(--ne-editor-content-paragraph-font-weight);line-height:1.6;line-height:var(--ne-editor-content-paragraph-line-height)}.neeto-editor-content ol li:before,.neeto-editor-content ul li:before{background-color:oklch(.145 0 0);background-color:var(--ne-editor-content-paragraph-color)}.neeto-editor-content ol li>p,.neeto-editor-content ul li>p{margin-bottom:.5rem!important;margin-bottom:var(--ne-editor-content-list-item-margin-bottom)!important;margin-top:.5rem!important;margin-top:var(--ne-editor-content-list-item-margin-top)!important}.neeto-editor-content ol+p,.neeto-editor-content ul+p{margin-top:.5rem!important;margin-top:var(--ne-editor-content-list-item-margin-top)!important}.neeto-editor-content a[href]{color:oklch(.4829 .1672 257.26);color:var(--ne-editor-content-link-color);font-weight:inherit;text-decoration:underline;text-decoration-color:oklch(.4829 .1672 257.26/.4);text-decoration-color:var(--ne-editor-content-link-decoration-color);text-underline-offset:4px}.neeto-editor-content a[href]:hover{text-decoration-color:oklch(.4829 .1672 257.26);text-decoration-color:var(--ne-editor-content-link-color)}.neeto-editor-content .neeto-editor__video-wrapper{display:flex;margin:1rem 0;padding-inline-start:3px}.neeto-editor-content .neeto-editor__video-wrapper.neeto-editor__video--bordered iframe,.neeto-editor-content .neeto-editor__video-wrapper.neeto-editor__video--bordered video{border:1px solid oklch(.922 0 0);border-color:var(--ne-editor-content-image-border-color);border-radius:8px;border-radius:var(--ne-editor-content-image-border-radius)}.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe{display:inline-block;height:auto!important;max-width:100%;vertical-align:top}.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe iframe{aspect-ratio:16/9;width:100%}.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-1-1 iframe{aspect-ratio:1/1;width:100%}.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-16-9 iframe{aspect-ratio:16/9;width:100%}.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-9-16 iframe{aspect-ratio:9/16;width:100%}.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-4-3 iframe{aspect-ratio:4/3;width:100%}.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-3-2 iframe{aspect-ratio:3/2;width:100%}.neeto-editor-content .neeto-editor__video--left{justify-content:flex-start}.neeto-editor-content .neeto-editor__video--right{justify-content:flex-end}.neeto-editor-content .neeto-editor__video--center{justify-content:center}.neeto-editor-content mark{border-radius:.375rem;border-radius:var(--ne-editor-content-radius-sm);padding:0}.neeto-editor-content [data-type=mention]{color:oklch(.205 0 0);color:var(--ne-editor-content-mention-color);font-weight:600}.neeto-editor-content [data-type=special-mention]{color:oklch(.205 0 0);color:var(--ne-editor-content-mention-color);font-weight:600}.neeto-editor-content table{border:1px solid oklch(.922 0 0);border:1px solid var(--ne-editor-content-table-border-color);border-collapse:separate;border-radius:.375rem;border-radius:var(--ne-editor-content-radius-sm);border-spacing:0;min-width:300px;overflow:hidden;table-layout:fixed}.neeto-editor-content table td,.neeto-editor-content table th{border-inline-start:1px solid oklch(.922 0 0);border-inline-start:1px solid var(--ne-editor-content-table-border-color);border-top:1px solid oklch(.922 0 0);border-top:1px solid var(--ne-editor-content-table-border-color);padding-block:8px;padding-inline:12px;position:relative;text-align:start}.neeto-editor-content table td:first-child,.neeto-editor-content table th:first-child{border-inline-start:none}.neeto-editor-content table th{background:oklch(.97 0 0);background:var(--ne-editor-content-table-header-background-color);border-top:none}.neeto-editor-content table td{background:oklch(1 0 0);background:var(--ne-editor-content-table-cell-background-color)}.neeto-editor-content--hidden{display:none}.neeto-editor__image-wrapper{color:inherit!important;display:flex;font-weight:400!important;margin:1rem 0;padding-inline-start:3px;text-decoration:none}.neeto-editor__image-wrapper.neeto-editor__image--bordered img,.neeto-editor__image-wrapper.neeto-editor__image--bordered video{border:1px solid oklch(.922 0 0);border-color:var(--ne-editor-content-image-border-color);border-radius:8px;border-radius:var(--ne-editor-content-image-border-radius)}.neeto-editor__image-wrapper figure{cursor:pointer;display:inline-block;margin:0;max-width:100%;overflow:hidden;position:relative;vertical-align:top}.neeto-editor__image-wrapper .neeto-editor__image{display:inline-block;height:auto!important;max-width:100%;min-height:52px;vertical-align:top}.neeto-editor__image-wrapper .neeto-editor__image img,.neeto-editor__image-wrapper .neeto-editor__image video{display:inline-block;height:auto;vertical-align:top!important;width:100%}.neeto-editor__image-wrapper .neeto-editor__image img.hidden,.neeto-editor__image-wrapper .neeto-editor__image video.hidden{display:none}.neeto-editor__image-wrapper .neeto-editor__image img{cursor:zoom-in}.neeto-editor__image-wrapper .neeto-editor__image-placeholder{align-items:center;border:1px solid;border-radius:8px;display:flex;height:200px;justify-content:center;width:400px}.neeto-editor__image-wrapper figcaption div{color:oklch(.556 0 0);color:var(--ne-editor-content-figcaption-color);font-size:.875rem;font-weight:400;line-height:1.4;text-align:center}.neeto-editor__image-wrapper figcaption div a{display:inline-block;margin:0;text-align:center}.neeto-editor__image-wrapper figcaption.is-empty div:before{color:var(--muted-foreground);content:"Add a caption";inset:0;position:absolute}.neeto-editor__image-wrapper:has(img:not([src])),.neeto-editor__image-wrapper:has(video:not([src]):not(:has(source[src]))){display:none}.neeto-editor-content figcaption{color:oklch(.556 0 0);color:var(--ne-editor-content-figcaption-color);font-size:.875rem;font-weight:400;line-height:1.4;max-width:100%;text-align:center}.neeto-editor__image--left{justify-content:flex-start}.neeto-editor__image--center{justify-content:center}.neeto-editor__image--right{justify-content:flex-end}.selected-text{background-color:var(--border);padding-block:2px;padding-inline:0}.ne-image-preview-wrapper{align-items:center;background:color-mix(in oklch,var(--foreground) 50%,transparent);display:none;height:100%;inset-inline-start:0;justify-content:center;pointer-events:auto;position:fixed;top:0;width:100%;z-index:999999}.ne-image-preview-wrapper.active{display:flex}.ne-image-preview-wrapper .ne-image-preview{background:var(--background);border-radius:10px;display:flex;flex-direction:column;gap:10px;max-height:90vh;max-width:60vw;opacity:0;position:relative;transition:opacity .1s ease-in-out}.ne-image-preview-wrapper .ne-image-preview img{background:var(--background);max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;overflow:hidden;padding:10px;width:-moz-fit-content;width:fit-content}.ne-image-preview-wrapper .ne-image-preview.image-loaded{align-items:center;background:transparent;border-radius:10px;display:flex;opacity:1}.ne-image-preview-wrapper .ne-image-preview__caption{color:var(--foreground);line-height:1.5;margin-top:auto;text-align:center;width:100%}.ne-image-preview-wrapper .close-button{align-items:center;background-color:var(--background);border-radius:9999px;cursor:pointer;display:flex;height:30px;inset-inline-end:0;justify-content:center;position:absolute;top:-40px;width:30px}.ne-image-preview-wrapper .image-preview{max-height:70%;max-width:70%}.ne-image-preview-wrapper__spinner{position:absolute}.ne-image-preview-wrapper__spinner i{background-color:var(--border)}.neeto-editor-table{margin:1rem 0 0;max-width:100%;overflow-x:auto;position:relative;width:-moz-fit-content;width:fit-content}.neeto-editor-table table td p,.neeto-editor-table table th p{margin:0}.neeto-editor-table table .column-resize-handle{background-color:var(--border);bottom:0;inset-inline-end:-2px;position:absolute;top:0;width:4px}.neeto-editor-table table .selectedCell:after{background:color-mix(in oklch,var(--primary) 10%,transparent);content:"";inset:0;position:absolute}.neeto-editor-table__wrapper{display:flex;gap:2px;max-width:100%;overflow-x:auto}.neeto-editor-table__add-column,.neeto-editor-table__add-row{align-items:center;background:var(--border);border-radius:.375rem;border-radius:var(--ne-editor-radius-sm);cursor:pointer;display:flex;justify-content:center;opacity:0;transition:.15s ease-in-out;visibility:hidden}.neeto-editor-table__add-column p,.neeto-editor-table__add-row p{color:var(--muted-foreground)!important;font-size:1rem!important;font-weight:300!important;line-height:16px!important}.neeto-editor-table__add-column:hover,.neeto-editor-table__add-row:hover{background:var(--border)}.neeto-editor-table:hover .neeto-editor-table__add-column,.neeto-editor-table:hover .neeto-editor-table__add-row{opacity:1;visibility:visible}.neeto-editor-table__add-row{margin-block:2px;margin-inline:0 20px;padding-block-end:2px}.neeto-editor-table__add-column{flex-direction:column;padding-inline:4px}.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--left table td,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--left table th,.neeto-editor-table.neeto-editor-table--left table td,.neeto-editor-table.neeto-editor-table--left table th{text-align:start!important}.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--center table td,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--center table th,.neeto-editor-table.neeto-editor-table--center table td,.neeto-editor-table.neeto-editor-table--center table th{text-align:center!important}.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--right table td,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--right table th,.neeto-editor-table.neeto-editor-table--right table td,.neeto-editor-table.neeto-editor-table--right table th{text-align:end!important}.ProseMirror.resize-cursor{cursor:col-resize}.ne-codeblock-nodeview-wrapper pre{padding-inline-end:.75rem;padding-inline-start:.75rem}.ne-codeblock-nodeview-wrapper pre:before{content:none}.ne-codeblock-nodeview-wrapper .highlighted-line{background-color:oklch(.95 .2 95/.2);inset-inline-end:0;inset-inline-start:0;pointer-events:none;position:absolute;z-index:0}.ne-codeblock-nodeview-wrapper .selected-text{background:inherit}.dark .hljs{background:#fafafa;color:#383a42}.dark .hljs-comment,.dark .hljs-quote{color:#a0a1a7;font-style:italic}.dark .hljs-doctag,.dark .hljs-formula,.dark .hljs-keyword{color:#a626a4}.dark .hljs-deletion,.dark .hljs-name,.dark .hljs-section,.dark .hljs-selector-tag,.dark .hljs-subst{color:#e45649}.dark .hljs-literal{color:#0184bb}.dark .hljs-addition,.dark .hljs-attribute,.dark .hljs-meta .hljs-string,.dark .hljs-regexp,.dark .hljs-string{color:#50a14f}.dark .hljs-attr,.dark .hljs-number,.dark .hljs-selector-attr,.dark .hljs-selector-class,.dark .hljs-selector-pseudo,.dark .hljs-template-variable,.dark .hljs-type,.dark .hljs-variable{color:#986801}.dark .hljs-bullet,.dark .hljs-link,.dark .hljs-meta,.dark .hljs-selector-id,.dark .hljs-symbol,.dark .hljs-title{color:#4078f2}.dark .hljs-built_in,.dark .hljs-class .hljs-title,.dark .hljs-title.class_{color:#c18401}.dark .hljs-emphasis{font-style:italic}.dark .hljs-strong{font-weight:700}.dark .hljs-link{text-decoration:underline}.ne-attachments{display:flex;flex-direction:column;gap:8px}.ne-attachments__items{display:flex;flex-wrap:wrap;gap:8px}.ne-attachments__preview{align-items:center;background-color:var(--background);border:1px solid var(--border);border-radius:.375rem;border-radius:var(--ne-editor-radius-sm);display:flex;justify-content:space-between;padding-block:4px;padding-inline:8px 2px;width:256px}.ne-attachments__preview-wrapper{display:flex;gap:8px;width:88%}.ne-attachments__preview-wrapper__icon{height:auto;width:15px}.ne-attachments__preview-wrapper p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:92%}.ne-attachments__preview-wrapper:hover{cursor:pointer}.ne-attachments__preview__progress{display:flex;gap:4px;justify-content:space-between;opacity:.5;width:76%}.ne-attachments__preview__progress p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:85%}.ne-attachments__preview__progress p:nth-child(2){flex-shrink:0;width:-moz-fit-content;width:fit-content}.ne-attachments__preview__progress-icon{height:auto;width:15px}.ne-attachments__preview:hover{box-shadow:0 0 0 1px var(--ring)}.ne-attachments input[type=file]{display:none}.ne-attachments-preview{display:flex;flex-direction:column;gap:8px}.ne-attachments-preview .neeto-ui-modal__close{inset-inline-end:16px!important;top:9px!important}.ne-attachments-preview__header{border-bottom:1px solid var(--border);display:flex;flex-direction:row;gap:8px;margin-bottom:8px;min-height:58px;padding:16px!important}.ne-attachments-preview__header__fileinfo{align-items:center;border-inline-end:1px solid var(--border);display:flex;gap:8px;padding-inline-end:6px}.ne-attachments-preview__body{align-items:center;display:flex;flex-grow:1;justify-content:center;min-height:10px;padding-bottom:8px!important;position:relative;width:100vw}.ne-attachments-preview__body-download{color:var(--info-foreground);cursor:pointer}.ne-attachments-preview__body-docviewer{height:100%;width:100%}.ne-attachments-preview__body img{max-height:100%;max-width:100%}.ne-attachments-preview__body video{height:100%;width:100%}.ne-attachments-preview__body iframe{height:100%;padding:0 8px;width:100%}.ne-attachments-preview__body-left,.ne-attachments-preview__body-right{position:absolute!important;top:50%;transform:translateY(-50%);z-index:1}.ne-attachments-preview__body-left{inset-inline-start:16px}.ne-attachments-preview__body-right{inset-inline-end:16px}.ne-attachments .attachment-button-loader{scale:.5;width:26px!important}.ne-attachments--integrated{background-color:var(--background);border:1px solid var(--border);border-radius:0 0 var(--radius) var(--radius);border-top:none;padding-inline:6px}.ne-attachments__wrapper{position:relative}.ne-attachments__wrapper.is-dragging-over-files:after{align-items:center;background-color:color-mix(in oklch,var(--border) 50%,transparent);border:3px dashed var(--muted-foreground);border-radius:5px;color:var(--muted-foreground);content:"Drop the file here";display:flex;font-size:1.2rem;font-weight:700;inset:7px;justify-content:center;pointer-events:none;position:absolute}