poro-editor 1.0.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CharCount.d.ts +2 -0
- package/dist/Icon.d.ts +8 -0
- package/dist/config.d.ts +4 -0
- package/dist/poro-editor.css +1 -1
- package/dist/poro-editor.js +12598 -11243
- package/dist/poro-editor.js.map +1 -1
- package/dist/poro-editor.umd.cjs +118 -118
- package/dist/poro-editor.umd.cjs.map +1 -1
- package/package.json +3 -8
package/dist/Icon.d.ts
ADDED
package/dist/config.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export namespace DEFAULT_UPLOAD_CONFIG {
|
|
|
14
14
|
let compressMaxWidth: number;
|
|
15
15
|
let compressMaxHeight: number;
|
|
16
16
|
let compressType: string;
|
|
17
|
+
let customUploader: null;
|
|
17
18
|
}
|
|
18
19
|
export const DEFAULT_EXPORT_FORMATS: string[];
|
|
19
20
|
export namespace DEFAULT_CONFIG {
|
|
@@ -24,4 +25,7 @@ export namespace DEFAULT_CONFIG {
|
|
|
24
25
|
export let theme: string;
|
|
25
26
|
export let locale: string;
|
|
26
27
|
export { DEFAULT_EXPORT_FORMATS as exportFormats };
|
|
28
|
+
export let maxLength: null;
|
|
29
|
+
export let showCharCount: boolean;
|
|
30
|
+
export let readonly: boolean;
|
|
27
31
|
}
|
package/dist/poro-editor.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.3 | MIT License | https://tailwindcss.com */@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-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.relative{position:relative}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.icon-\[mdi--account-circle\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 19.2c-2.5 0-4.71-1.28-6-3.2c.03-2 4-3.1 6-3.1s5.97 1.1 6 3.1a7.23 7.23 0 0 1-6 3.2M12 5a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m0-3A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10c0-5.53-4.5-10-10-10'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--account\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--calendar\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-1V1m-1 11h-5v5h5z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--clock\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m4.2 14.2L11 13V7h1.5v5.2l4.5 2.7z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--cloud-upload\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 20H6.5q-2.28 0-3.89-1.57Q1 16.85 1 14.58q0-1.95 1.17-3.48q1.18-1.53 3.08-1.95q.63-2.3 2.5-3.72Q9.63 4 12 4q2.93 0 4.96 2.04Q19 8.07 19 11q1.73.2 2.86 1.5q1.14 1.28 1.14 3q0 1.88-1.31 3.19T18.5 20H13v-7.15l1.6 1.55L16 13l-4-4l-4 4l1.4 1.4l1.6-1.55Z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--code-braces\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8 3a2 2 0 0 0-2 2v4a2 2 0 0 1-2 2H3v2h1a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h2v-2H8v-5a2 2 0 0 0-2-2a2 2 0 0 0 2-2V5h2V3m6 0a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h1v2h-1a2 2 0 0 0-2 2v4a2 2 0 0 1-2 2h-2v-2h2v-5a2 2 0 0 1 2-2a2 2 0 0 1-2-2V5h-2V3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--code-tags\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m14.6 16.6l4.6-4.6l-4.6-4.6L16 6l6 6l-6 6zm-5.2 0L4.8 12l4.6-4.6L8 6l-6 6l6 6z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--delete\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 4h-3.5l-1-1h-5l-1 1H5v2h14M6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--email\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m20 8l-8 5l-8-5V6l8 5l8-5m0-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--emoticon-outline\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 17.5c2.33 0 4.3-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5M8.5 11A1.5 1.5 0 0 0 10 9.5A1.5 1.5 0 0 0 8.5 8A1.5 1.5 0 0 0 7 9.5A1.5 1.5 0 0 0 8.5 11m7 0A1.5 1.5 0 0 0 17 9.5A1.5 1.5 0 0 0 15.5 8A1.5 1.5 0 0 0 14 9.5a1.5 1.5 0 0 0 1.5 1.5M12 20a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8m0-18C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--eye\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 9a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3m0 8a5 5 0 0 1-5-5a5 5 0 0 1 5-5a5 5 0 0 1 5 5a5 5 0 0 1-5 5m0-12.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-align-center\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 3h18v2H3zm4 4h10v2H7zm-4 4h18v2H3zm4 4h10v2H7zm-4 4h18v2H3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-align-justify\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 3h18v2H3zm0 4h18v2H3zm0 4h18v2H3zm0 4h18v2H3zm0 4h18v2H3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-align-left\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 3h18v2H3zm0 4h12v2H3zm0 4h18v2H3zm0 4h12v2H3zm0 4h18v2H3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-align-right\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 3h18v2H3zm6 4h12v2H9zm-6 4h18v2H3zm6 4h12v2H9zm-6 4h18v2H3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-bold\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13.5 15.5H10v-3h3.5A1.5 1.5 0 0 1 15 14a1.5 1.5 0 0 1-1.5 1.5m-3.5-9h3A1.5 1.5 0 0 1 14.5 8A1.5 1.5 0 0 1 13 9.5h-3m5.6 1.29c.97-.68 1.65-1.79 1.65-2.79c0-2.26-1.75-4-4-4H7v14h7.04c2.1 0 3.71-1.7 3.71-3.79c0-1.52-.86-2.82-2.15-3.42'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-color-highlight\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m4 17l2.75-2.75l-.03-.02c-.58-.59-.58-1.54 0-2.12l4.74-4.74l4.24 4.24l-4.74 4.74c-.57.58-1.5.58-2.09.02l-.63.63zM15.91 2.91c.59-.58 1.54-.58 2.12 0l2.13 2.12c.58.59.58 1.54 0 2.13l-3.3 3.29l-4.24-4.24z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-color-text\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9.62 12L12 5.67L14.37 12M11 3L5.5 17h2.25l1.12-3h6.25l1.13 3h2.25L13 3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-float-left\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 7h6v6H3zm0-4h18v2H3zm18 4v2H11V7zm0 4v2H11v-2zM3 15h14v2H3zm0 4h18v2H3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-float-right\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M15 7h6v6h-6zM3 3h18v2H3zm10 4v2H3V7zm-4 4v2H3v-2zm-6 4h14v2H3zm0 4h18v2H3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-font\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17 8h3v12h1v1h-4v-1h1v-3h-4l-1.5 3H14v1h-4v-1h1zm1 1l-3.5 7H18zM5 3h5c1.11 0 2 .89 2 2v11H9v-5H6v5H3V5c0-1.11.89-2 2-2m1 2v4h3V5z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-header-1\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 4h2v6h4V4h2v14H9v-6H5v6H3zm11 14v-2h2V6.31l-2.5 1.44V5.44L16 4h2v12h2v2z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-header-2\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 4h2v6h4V4h2v14H9v-6H5v6H3zm18 14h-6a2 2 0 0 1-2-2c0-.53.2-1 .54-1.36l4.87-5.23c.37-.36.59-.86.59-1.41a2 2 0 0 0-2-2a2 2 0 0 0-2 2h-2a4 4 0 0 1 4-4a4 4 0 0 1 4 4c0 1.1-.45 2.1-1.17 2.83L15 16h6z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-header-3\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 4h2v6h4V4h2v14H9v-6H5v6H3zm12 0h4a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h2v1h4v-4h-4v-2h4V6h-4v1h-2V6a2 2 0 0 1 2-2'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-header-4\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 4h2v6h4V4h2v14H9v-6H5v6H3zm15 14v-5h-5v-2l5-7h2v7h1v2h-1v5zm0-7V7.42L15.45 11z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-header-5\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 4h2v6h4V4h2v14H9v-6H5v6H3zm12 0h5v2h-5v4h2a4 4 0 0 1 4 4a4 4 0 0 1-4 4h-2a2 2 0 0 1-2-2v-1h2v1h2a2 2 0 0 0 2-2a2 2 0 0 0-2-2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-header-6\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 4h2v6h4V4h2v14H9v-6H5v6H3zm12 0h4a2 2 0 0 1 2 2v1h-2V6h-4v4h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 8v4h4v-4z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-italic\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-list-bulleted\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 5h14v2H7zm0 8v-2h14v2zM4 4.5A1.5 1.5 0 0 1 5.5 6A1.5 1.5 0 0 1 4 7.5A1.5 1.5 0 0 1 2.5 6A1.5 1.5 0 0 1 4 4.5m0 6A1.5 1.5 0 0 1 5.5 12A1.5 1.5 0 0 1 4 13.5A1.5 1.5 0 0 1 2.5 12A1.5 1.5 0 0 1 4 10.5M7 19v-2h14v2zm-3-2.5A1.5 1.5 0 0 1 5.5 18A1.5 1.5 0 0 1 4 19.5A1.5 1.5 0 0 1 2.5 18A1.5 1.5 0 0 1 4 16.5'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-list-numbered\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 13v-2h14v2zm0 6v-2h14v2zM7 7V5h14v2zM3 8V5H2V4h2v4zm-1 9v-1h3v4H2v-1h2v-.5H3v-1h1V17zm2.25-7a.75.75 0 0 1 .75.75c0 .2-.08.39-.21.52L3.12 13H5v1H2v-.92L4 11H2v-1z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-paragraph\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4h-2v6H9V4zm0 6a2 2 0 0 0 2-2a2 2 0 0 0-2-2h-2v4z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-quote-close\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M14 17h3l2-4V7h-6v6h3M6 17h3l2-4V7H5v6h3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-size\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2 4v3h5v12h3V7h5V4zm19 5h-9v3h3v7h3v-7h3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-strikethrough\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 14h18v-2H3m2-8v3h5v3h4V7h5V4m-9 15h4v-3h-4z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--format-underline\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 21h14v-2H5zm7-4a6 6 0 0 0 6-6V3h-2.5v8a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 8.5 11V3H6v8a6 6 0 0 0 6 6'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--image-broken\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 3a2 2 0 0 1 2 2v6h-2v2h-2v2h-2v2h-2v2h-2v2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm2 12v4a2 2 0 0 1-2 2h-4v-2h2v-2h2v-2zm-2-6.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5H11v-1h2v-2h2v-2h2V9h2z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--image-text\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M22 13h-8v-2h8zm0-6h-8v2h8zm-8 10h8v-2h-8zm-2-8v6c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2m-1.5 6l-2.2-3l-1.8 2.3l-1.2-1.5L3.5 15z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--image\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m8.5 13.5l2.5 3l3.5-4.5l4.5 6H5m16 1V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--keyboard-return\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 7v4H5.83l3.58-3.59L8 6l-6 6l6 6l1.41-1.42L5.83 13H21V7z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--link\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7a5 5 0 0 0-5 5a5 5 0 0 0 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4a5 5 0 0 0 5-5a5 5 0 0 0-5-5'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--minus\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 13H5v-2h14z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--phone\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25c1.12.37 2.32.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57c.11.35.03.74-.25 1.02z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--redo\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18.4 10.6C16.55 9 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16a8 8 0 0 1 7.6-5.5c1.95 0 3.73.72 5.12 1.88L13 16h9V7z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--resize\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m10.59 12l4-4H11V6h7v7h-2V9.41l-4 4V16h8V4H8v8zM22 2v16H12v4H2V12h4V2zM10 14H4v6h6z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--table-border\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21 19a1 1 0 0 1-1 1h-1v-2h2zm-6 1v-2h2v2zm-4 0v-2h2v2zm-4 0v-2h2v2zm-3 0a1 1 0 0 1-1-1v-1h2v2zM19 4H5a2 2 0 0 0-2 2v2h18V6c0-1.11-.89-2-2-2M5 14H3v2h2zm0-4H3v2h2zm16 0h-2v2h2zm0 4h-2v2h2zm-10 2v-2h2v2zm0-4v-2h2v2z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--table-column-plus-after\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H2V2zm-7 8v4h7v-4zm0 6v4h7v-4zM4 4v4h7V4zm11 7h3V8h2v3h3v2h-3v3h-2v-3h-3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--table-column-plus-before\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h9V2zm7 8v4h-7v-4zm0 6v4h-7v-4zm0-12v4h-7V4zM9 11H6V8H4v3H1v2h3v3h2v-3h3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--table-column-remove\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 2h7a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 8v4h7v-4zm0 6v4h7v-4zM4 4v4h7V4zm13.59 8L15 9.41L16.41 8L19 10.59L21.59 8L23 9.41L20.41 12L23 14.59L21.59 16L19 13.41L16.41 16L15 14.59z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--table-large-plus\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.35 20H10v-3h2.09c.12-.72.37-1.39.72-2H10v-3h4v1.54c.58-.54 1.25-.93 2-1.19V12h4v.35c.75.26 1.42.65 2 1.19V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h9.54c-.54-.58-.93-1.25-1.19-2M16 7h4v3h-4zm-6 0h4v3h-4zM8 20H4v-3h4zm0-5H4v-3h4zm0-5H4V7h4zm9 4h2v3h3v2h-3v3h-2v-3h-3v-2h3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--table-large-remove\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.35 20H10v-3h2.09c.12-.72.37-1.39.72-2H10v-3h4v1.54c.58-.54 1.25-.93 2-1.19V12h4v.35c.75.26 1.42.65 2 1.19V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h9.54c-.54-.58-.93-1.25-1.19-2M16 7h4v3h-4zm-6 0h4v3h-4zM8 20H4v-3h4zm0-5H4v-3h4zm0-5H4V7h4zm6.46 5.88l1.42-1.42L18 16.59l2.12-2.13l1.42 1.42L19.41 18l2.13 2.12l-1.42 1.42L18 19.41l-2.12 2.13l-1.42-1.42L16.59 18z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--table-merge-cells\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 10H3V4h8v2H5zm14 8h-6v2h8v-6h-2zM5 18v-4H3v6h8v-2zM21 4h-8v2h6v4h2zM8 13v2l3-3l-3-3v2H3v2zm8-2V9l-3 3l3 3v-2h5v-2z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--table-row-plus-after\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M22 10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3h2v2h4V3h2v2h4V3h2v2h4V3h2zM4 10h4V7H4zm6 0h4V7h-4zm10 0V7h-4v3zm-9 4h2v3h3v2h-3v3h-2v-3H8v-2h3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--table-row-plus-before\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M22 14a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7h2v-2h4v2h2v-2h4v2h2v-2h4v2h2zM4 14h4v3H4zm6 0h4v3h-4zm10 0v3h-4v-3zm-9-4h2V7h3V5h-3V2h-2v3H8v2h3z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--table-row-remove\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9.41 13L12 15.59L14.59 13L16 14.41L13.41 17L16 19.59L14.59 21L12 18.41L9.41 21L8 19.59L10.59 17L8 14.41zM22 9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2zM4 9h4V6H4zm6 0h4V6h-4zm6 0h4V6h-4z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--table-split-cell\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 14h2v6H3v-6h2v4h14zM3 4v6h2V6h14v4h2V4zm8 7v2H8v2l-3-3l3-3v2zm5 0V9l3 3l-3 3v-2h-3v-2z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--table\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 4h14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 4v4h6V8zm8 0v4h6V8zm-8 6v4h6v-4zm8 0v4h6v-4z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--undo\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.5 8c-2.65 0-5.05 1-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88c3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-\[mdi--xml\]{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12.89 3l1.96.4L11.11 21l-1.96-.4zm6.7 9L16 8.41V5.58L22.42 12L16 18.41v-2.83zM1.58 12L8 5.58v2.83L4.41 12L8 15.58v2.83z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.italic{font-style:italic}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}.nice-editor{border:1px solid var(--editor-border);background:var(--editor-bg);position:relative;color:var(--editor-text)}.nice-editor .control-group{display:flex;flex-wrap:wrap;gap:8px;padding:12px;border-bottom:1px solid var(--toolbar-border);background:var(--toolbar-bg)}.nice-editor .button-group{display:flex;flex-wrap:wrap;gap:4px}.nice-editor .button-group button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid transparent;border-radius:4px;background:transparent;cursor:pointer;color:var(--toolbar-btn-color);transition:all .2s;white-space:nowrap}.nice-editor .button-group button:hover:not(:disabled){background:var(--toolbar-btn-hover-bg);color:var(--toolbar-btn-active-color)}.nice-editor .button-group button:disabled{opacity:.4;cursor:not-allowed}.nice-editor .button-group button.is-active{background:var(--toolbar-btn-active-bg)!important;border-color:var(--toolbar-btn-active-color)!important;color:var(--toolbar-btn-active-color)}.nice{padding:16px;min-height:300px;max-height:600px;overflow-y:auto;color:var(--editor-text)}.nice :first-child{margin-top:0}.nice>*+*{margin-top:.75em}.nice ul,.nice ol{padding:0 1rem;margin:1.25rem 1rem 1.25rem .4rem}.nice ul li p,.nice ol li p{margin-top:.25em;margin-bottom:.25em}.nice h1,.nice h2,.nice h3,.nice h4,.nice h5,.nice h6{line-height:1.1;margin-top:2.5rem;text-wrap:pretty}.nice h1,.nice h2{margin-top:3.5rem;margin-bottom:1.5rem}.nice h1{font-size:1.4rem}.nice h2{font-size:1.2rem}.nice h3{font-size:1.1rem}.nice h4,.nice h5,.nice h6{font-size:1rem}.nice code{background-color:var(--code-bg);border-radius:.4rem;color:var(--code-text);font-size:.85rem;padding:.25em .3em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.nice pre{background:#282c34;border-radius:.5rem;color:#abb2bf;font-family:JetBrainsMono,SFMono-Regular,monospace;margin:1.5rem 0;padding:.75rem 1rem}.nice pre code{background:none;color:inherit;font-size:.8rem;padding:0}.nice blockquote{border-left:3px solid var(--blockquote-border);margin:1.5rem 0;padding-left:1rem;color:var(--editor-text-secondary);background:var(--blockquote-bg)}.nice hr{border:none;border-top:1px solid var(--editor-border);margin:2rem 0}.nice p.is-editor-empty:first-child:before{color:var(--placeholder-color);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.nice .ProseMirror-selectednode,.nice .ProseMirror-selectednode *{color:var(--editor-text)!important}.floating-menu{display:flex;gap:2px;padding:4px;background:var(--floating-bg);border-radius:6px;box-shadow:var(--popup-shadow);border:1px solid var(--floating-border);margin-top:1em}.floating-menu button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid transparent;border-radius:4px;background:transparent;cursor:pointer;color:var(--floating-text);transition:all .2s}.floating-menu button:hover{background:var(--floating-hover-bg)}.floating-menu button.is-active{background:var(--floating-active-bg)!important}.bubble-menu{display:flex;gap:2px;padding:4px;background:var(--bubble-bg);border-radius:6px;box-shadow:var(--popup-shadow)}.bubble-menu button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:4px;background:transparent;cursor:pointer;transition:all .2s;color:var(--bubble-text)}.bubble-menu button:hover{background:var(--bubble-hover-bg)}.bubble-menu button.is-active{background:var(--bubble-active-bg)!important}.nice-editor .outline-node{background:var(--popup-bg);border:1px solid var(--popup-border);border-radius:8px;padding:16px;margin:16px 0;color:var(--popup-text)}.nice-editor .outline-node.ProseMirror-selectednode{outline:2px solid var(--focus-ring);outline-offset:2px}.nice-editor .outline-node-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--popup-border)}.nice-editor .outline-node-title{font-weight:600;font-size:14px;color:var(--popup-text)}.nice-editor .outline-node-delete{width:20px;height:20px;padding:0;border:none;border-radius:50%;background:transparent;color:var(--popup-text-secondary);cursor:pointer;font-size:16px;line-height:1;transition:all .2s}.nice-editor .outline-node-delete:hover{background:#ff4d4f;color:#fff}.nice-editor .outline-node-empty{color:var(--popup-text-secondary);font-size:13px;text-align:center;padding:12px}.nice-editor .outline-node-list{list-style:none;padding:0;margin:0;overflow-y:auto}.nice-editor .outline-node-item{padding:0;margin:0;font-size:13px;border-radius:4px;transition:all .2s}.nice-editor .outline-node-link{display:block;padding:6px 8px;color:var(--popup-text-secondary);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;border-radius:4px}.nice-editor .outline-node-link:hover{background:var(--popup-hover-bg);color:var(--focus-ring)}.nice-editor .outline-node-level-1 .outline-node-link{padding-left:8px;font-weight:500}.nice-editor .outline-node-level-2 .outline-node-link{padding-left:20px}.nice-editor .outline-node-level-3 .outline-node-link{padding-left:32px;font-size:12px}.nice-editor .outline-node-level-4 .outline-node-link{padding-left:44px;font-size:12px}.nice-editor .outline-node-level-5 .outline-node-link{padding-left:56px;font-size:12px;color:var(--popup-text-secondary)}.nice-editor .outline-node-level-6 .outline-node-link{padding-left:68px;font-size:12px;color:var(--popup-text-secondary)}.variable-node-wrapper{display:inline}.variable-node-content{display:inline-flex;align-items:center;padding:2px 6px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:4px;font-size:.9em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;cursor:default;-webkit-user-select:none;user-select:none;transition:all .2s}.variable-node-content:hover{box-shadow:0 2px 8px #667eea66}.ProseMirror-selectednode .variable-node-content{outline:2px solid var(--focus-ring);outline-offset:2px}.variable-panel{min-width:200px;max-width:300px}.variable-panel-title{font-weight:600;font-size:14px;color:var(--popup-text);padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid var(--popup-border)}.variable-panel-list{display:flex;flex-direction:column;gap:4px}.variable-panel-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .2s}.variable-panel-item:hover{background:var(--popup-hover-bg)}.variable-panel-item-label{flex:1;font-size:14px;color:var(--popup-text)}.variable-panel-item-id{font-size:12px;color:var(--popup-text-secondary);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.variable-panel-popover{z-index:9999!important}.variable-panel-popover.ant-popover .ant-popover-content{background:var(--popup-bg)!important}.variable-panel-popover.ant-popover .ant-popover-inner{background:var(--popup-bg)!important;border-radius:8px!important;box-shadow:var(--popup-shadow)!important;border:1px solid var(--popup-border)!important}.variable-panel-popover .ant-popover-arrow{display:none!important}.variable-panel-popover .ant-popover-inner-content,.variable-panel-popover .variable-panel{background:var(--popup-bg)!important}.variable-panel-popover .variable-panel-title{color:var(--popup-text)!important;border-bottom-color:var(--popup-border)!important}.variable-panel-popover .variable-panel-item-label{color:var(--popup-text)!important}.variable-panel-popover .variable-panel-item-id{color:var(--popup-text-secondary)!important}.source-code-modal .ant-modal-body{padding:16px}.source-code-content{background:var(--code-bg);border:1px solid var(--popup-border);border-radius:6px;padding:16px;margin:0;max-height:500px;overflow:auto;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;line-height:1.6;color:var(--popup-text);white-space:pre-wrap;word-wrap:break-word}.html-preview-modal .ant-modal-body{padding:16px}.html-preview-container{background:var(--editor-bg);border:1px solid var(--popup-border);border-radius:8px;min-height:400px;max-height:600px;overflow:auto}.html-preview-content{padding:20px;line-height:1.6;color:var(--editor-text)}.html-preview-content h1,.html-preview-content h2,.html-preview-content h3,.html-preview-content h4,.html-preview-content h5,.html-preview-content h6{margin-top:1.5em;margin-bottom:.5em;line-height:1.3}.html-preview-content h1{font-size:2em;border-bottom:1px solid var(--editor-border);padding-bottom:.3em}.html-preview-content h2{font-size:1.5em;border-bottom:1px solid var(--editor-border);padding-bottom:.3em}.html-preview-content h3{font-size:1.25em}.html-preview-content p{margin:1em 0}.html-preview-content ul,.html-preview-content ol{padding-left:2em;margin:1em 0}.html-preview-content blockquote{border-left:4px solid var(--blockquote-border);padding-left:1em;margin:1em 0;color:var(--editor-text-secondary)}.html-preview-content code{background:var(--code-bg);padding:.2em .4em;border-radius:3px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em}.html-preview-content pre{background:#f6f8fa;border:1px solid var(--popup-border);border-radius:6px;padding:16px;overflow-x:auto;margin:1em 0}.html-preview-content pre code{background:none;padding:0}.html-preview-content hr{border:none;border-top:1px solid var(--editor-border);margin:2em 0}.html-preview-content a{color:var(--link-color);text-decoration:none}.html-preview-content a:hover{text-decoration:underline}.html-preview-content img{max-width:100%;height:auto}.html-preview-content table{border-collapse:collapse;width:100%;margin:1em 0}.html-preview-content table th,.html-preview-content table td{border:1px solid var(--table-border);padding:8px 12px}.html-preview-content table th{background:var(--table-header-bg);font-weight:600}.nice table{border-collapse:collapse;table-layout:fixed;width:100%;margin:1em 0;overflow:hidden;border:1px solid var(--table-border);border-radius:4px}.nice table td,.nice table th{min-width:80px;height:36px;vertical-align:top;box-sizing:border-box;position:relative;border:1px solid var(--table-border);padding:6px 8px}.nice table th{background:var(--table-header-bg);font-weight:600}.nice table td.selectedCell,.nice table th.selectedCell{background:var(--table-selected-bg)}.nice table.table-selected{outline:2px solid var(--table-selected-border);outline-offset:2px;border-radius:4px}.nice table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:var(--focus-ring);pointer-events:none}.nice table .tableWrapper{overflow-x:auto;margin:1em 0}.nice .resize-cursor{cursor:col-resize}.table-menu-popover{z-index:9999!important}.table-menu-popover.ant-popover .ant-popover-content{background:var(--popup-bg)!important}.table-menu-popover.ant-popover .ant-popover-inner{background:var(--popup-bg)!important;border-radius:8px!important;box-shadow:var(--popup-shadow)!important;padding:12px!important;border:1px solid var(--popup-border)!important}.table-menu-popover .ant-popover-arrow{display:none!important}.table-menu-popover .ant-popover-inner-content,.table-menu-popover .table-menu-panel{background:var(--popup-bg)!important}.table-menu-popover .table-grid-cell{background:var(--editor-bg)!important;border-color:var(--popup-border)!important}.table-menu-popover .table-grid-label,.table-menu-popover .table-menu-section-title{color:var(--popup-text-secondary)!important}.table-menu-panel{min-width:200px}.table-menu-section-title{font-size:12px;color:var(--popup-text-secondary);font-weight:500;margin-bottom:6px;padding-left:2px}.table-menu-panel .table-menu-section-title:not(:first-child){margin-top:10px;padding-top:8px;border-top:1px solid var(--popup-border)}.table-menu-actions{display:flex;flex-wrap:wrap;gap:4px}.table-action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid transparent;border-radius:4px;background:transparent;cursor:pointer;color:var(--popup-text);transition:all .2s}.table-action-btn:hover:not(:disabled){background:var(--popup-hover-bg);color:var(--focus-ring)}.table-action-btn:disabled{opacity:.35;cursor:not-allowed}.table-insert-grid{display:flex;flex-direction:column;align-items:center;gap:8px}.table-grid-label{font-size:12px;color:var(--popup-text-secondary);text-align:center}.table-grid{display:flex;flex-direction:column;gap:2px}.table-grid-row{display:flex;gap:2px}.table-grid-cell{width:20px;height:20px;border:1px solid var(--popup-border);border-radius:2px;cursor:pointer;transition:all .15s}.table-grid-cell.is-hovered{background:var(--focus-ring);border-color:var(--focus-ring)}.table-grid-cell:hover{border-color:var(--focus-ring)}.table-floating-toolbar{position:absolute;z-index:100;display:flex;align-items:flex-end;height:28px}.table-toolbar-toggle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--image-toolbar-bg);border-radius:6px;box-shadow:var(--popup-shadow);cursor:pointer;color:var(--image-toolbar-text);transition:all .15s;flex-shrink:0}.table-toolbar-toggle:hover{background:var(--image-toolbar-active-bg)}.table-toolbar-expanded{display:none;position:absolute;left:26px;bottom:0;align-items:center;gap:2px;padding:6px 8px 6px 4px;background:var(--image-toolbar-bg);border-radius:0 6px 6px 0;box-shadow:var(--popup-shadow);white-space:nowrap}.table-floating-toolbar:hover .table-toolbar-expanded{display:flex}.table-toolbar-expanded .table-action-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:4px;background:transparent;cursor:pointer;transition:all .15s;color:var(--image-toolbar-text)}.table-toolbar-expanded .table-action-btn:hover:not(:disabled){background:var(--image-toolbar-hover-bg);color:var(--image-toolbar-text)}.table-toolbar-expanded .table-action-btn:disabled{opacity:.3;cursor:not-allowed}.align-menu-wrapper{position:relative}.align-menu-popup{position:absolute;top:100%;left:0;margin-top:4px;background:var(--popup-bg)!important;border-radius:6px;box-shadow:var(--popup-shadow);padding:8px;z-index:1000;min-width:120px}.align-menu-title{font-size:12px;color:var(--popup-text-secondary)!important;margin-bottom:6px;padding-left:4px}.align-menu-actions{display:flex;gap:4px}.align-action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:4px;background:transparent!important;cursor:pointer;transition:all .15s;color:var(--popup-text)!important}.align-action-btn span{color:var(--popup-text)!important}.align-action-btn:hover{background:var(--popup-hover-bg)!important}.align-action-btn.is-active{background:var(--popup-active-bg)!important;color:var(--popup-active-color)!important}.table-bubble-divider{width:1px;height:20px;background:var(--image-toolbar-border);margin:0 4px}.image-menu-popover{z-index:9999!important}.image-menu-popover.ant-popover .ant-popover-content{background:var(--popup-bg)!important}.image-menu-popover.ant-popover .ant-popover-inner{padding:0!important;border-radius:8px!important;background:var(--popup-bg)!important;border:1px solid var(--popup-border)!important;box-shadow:var(--popup-shadow)!important}.image-menu-popover .ant-popover-arrow{display:none!important}.image-menu-popover .ant-popover-inner-content,.image-menu-popover .ant-tabs-nav{background:var(--popup-bg)!important}.image-menu-popover .ant-tabs-tab{color:var(--popup-text)!important}.image-menu-popover .ant-tabs-tab-active{color:var(--focus-ring)!important}.image-menu-panel{width:320px}.image-menu-panel .ant-tabs-nav{margin-bottom:0;padding:0 12px}.image-menu-upload{padding:16px}.image-menu-dragger{border-radius:8px!important}.image-menu-dragger .ant-upload{padding:24px!important}.image-menu-url{padding:16px;display:flex;gap:8px}.image-menu-url-btn{padding:4px 16px;background:var(--focus-ring);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .2s}.image-menu-url-btn:hover{opacity:.85}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:200px;min-height:150px;background:var(--code-bg);border:2px dashed var(--popup-border);border-radius:8px;padding:20px;color:var(--popup-text-secondary)}.image-placeholder.uploading{border-color:var(--focus-ring);background:var(--table-selected-bg)}.image-placeholder.error{border-color:#ff4d4f;background:#fff2f0;cursor:pointer}.image-placeholder.error:hover{border-color:#ff7875}.image-placeholder-spinner{width:32px;height:32px;border:3px solid var(--focus-ring);border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.image-placeholder-text{margin-top:12px;font-size:14px}.image-placeholder-retry{margin-top:8px;font-size:12px;color:var(--focus-ring)}.image-node-wrapper{margin:1em 0}.image-node-wrapper img{max-width:100%;height:auto;border-radius:4px;cursor:pointer}.image-node-wrapper img:hover{outline:2px solid var(--focus-ring);outline-offset:2px}.image-floating-toolbar{position:absolute;z-index:100;display:flex;align-items:flex-end;height:28px}.image-toolbar-toggle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--image-toolbar-bg);border-radius:6px;box-shadow:var(--popup-shadow);cursor:pointer;color:var(--image-toolbar-text);transition:all .15s;flex-shrink:0}.image-toolbar-toggle:hover{background:var(--image-toolbar-active-bg)}.image-toolbar-expanded{display:none;position:absolute;left:26px;bottom:0;align-items:center;gap:8px;padding:6px 8px 6px 4px;background:var(--image-toolbar-bg);border-radius:0 6px 6px 0;box-shadow:var(--popup-shadow);white-space:nowrap}.image-floating-toolbar:hover .image-toolbar-expanded{display:flex}.image-toolbar-section{display:flex;align-items:center;gap:4px}.image-toolbar-label{font-size:12px;color:var(--image-toolbar-text);opacity:.6;margin-right:4px}.image-toolbar-sizes,.image-toolbar-floats{display:flex;gap:2px}.image-toolbar-size-btn{padding:4px 8px;font-size:12px;background:transparent;border:none;border-radius:4px;color:var(--image-toolbar-text);cursor:pointer;transition:all .15s}.image-toolbar-size-btn:hover{background:var(--image-toolbar-hover-bg)}.image-toolbar-size-btn.is-active{background:var(--image-toolbar-active-bg)}.image-toolbar-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:4px;background:transparent;cursor:pointer;transition:all .15s;color:var(--image-toolbar-text)}.image-toolbar-btn:hover{background:var(--image-toolbar-hover-bg)}.image-toolbar-btn.is-active{background:var(--image-toolbar-active-bg)}.image-toolbar-delete:hover{background:#ff4d4f}.image-toolbar-divider{width:1px;height:20px;background:var(--image-toolbar-border);margin:0 4px}.menu-separator{width:1px;height:20px;background:var(--editor-border);margin:6px 4px;display:inline-block;vertical-align:middle}.bubble-menu .menu-separator{background:var(--bubble-border)}.heading-selector-wrapper,.font-size-selector-wrapper,.link-button-wrapper{position:relative;display:inline-flex}.heading-selector-popup,.font-size-selector-popup,.link-button-popup{position:absolute;top:100%;left:0;margin-top:4px;background:var(--popup-bg);border-radius:6px;box-shadow:var(--popup-shadow);padding:8px;z-index:1000;min-width:120px}.heading-option,.font-size-option{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;border:none;border-radius:4px;background:transparent;color:var(--popup-text);cursor:pointer;transition:all .15s;font-size:13px;text-align:left}.heading-option:hover,.font-size-option:hover{background:var(--popup-hover-bg)}.heading-option.is-active,.font-size-option.is-active{background:var(--popup-active-bg);color:var(--popup-active-color)}.link-input-wrapper{display:flex;gap:8px;align-items:center}.nice{font-size:16px;color:#000;padding:0 10px;line-height:1.6;word-spacing:0px;letter-spacing:0px;word-break:break-word;word-wrap:break-word;text-align:left;font-family:Optima-Regular,Optima,PingFangSC-light,PingFangTC-light,PingFang SC,Cambria,Cochin,Georgia,Times,Times New Roman,serif}.nice p{font-size:16px;padding-top:8px;padding-bottom:8px;margin:0;line-height:26px;color:#000}.nice h1,.nice h2,.nice h3,.nice h4,.nice h5,.nice h6{margin-top:30px;margin-bottom:15px;padding:0;font-weight:700;color:#000}.nice h1{font-size:24px}.nice h2{font-size:22px}.nice h3{font-size:20px}.nice h4{font-size:18px}.nice h5,.nice h6{font-size:16px}.nice h1 .prefix,.nice h2 .prefix,.nice h3 .prefix,.nice h4 .prefix,.nice h5 .prefix,.nice h6 .prefix,.nice h1 .suffix .nice h2 .suffix,.nice h3 .suffix,.nice h4 .suffix,.nice h5 .suffix,.nice h6 .suffix{display:none}.nice ul,.nice ol{margin-top:8px;margin-bottom:8px;padding-left:25px;color:#000}.nice ul{list-style-type:disc}.nice ul ul{list-style-type:square}.nice ol{list-style-type:decimal}.nice li p{margin-top:5px;margin-bottom:5px;line-height:26px;text-align:left;color:#010101;font-weight:500;padding:0}.nice blockquote{border:none}.nice blockquote{display:block;font-size:.9em;overflow:auto;overflow-scrolling:touch;border-left:3px solid rgba(0,0,0,.4);background:#0000000d;color:#6a737d;padding:10px 10px 10px 20px;margin-bottom:20px;margin-top:20px}.nice blockquote p{margin:0;color:#000;line-height:26px}.nice .table-of-contents a{border:none;color:#000;font-weight:400}.nice a{text-decoration:none;color:#1e6bb8;word-wrap:break-word;font-weight:700;border-bottom:1px solid #1e6bb8}.nice strong{font-weight:700;color:#000}.nice em{font-style:italic;color:#000}.nice em strong{font-weight:700;color:#000}.nice del{font-style:italic;color:#000}.nice hr{height:1px;margin:10px 0;border:none;border-top:1px solid black}.nice pre{margin-top:10px;margin-bottom:10px}.nice pre code{display:-webkit-box;font-family:Operator Mono,Consolas,Monaco,Menlo,monospace;border-radius:0;font-size:12px;-webkit-overflow-scrolling:touch}.nice pre code span{line-height:26px}.nice p code,.nice li code{font-size:14px;word-wrap:break-word;padding:2px 4px;border-radius:4px;margin:0 2px;color:#1e6bb8;background-color:#1b1f230d;font-family:Operator Mono,Consolas,Monaco,Menlo,monospace;word-break:break-all}.nice img{display:block;margin:0 auto;max-width:100%}.nice figure{margin:10px 0}.nice figcaption{margin-top:5px;text-align:center;color:#888;font-size:14px}.nice .table-container{overflow-x:auto}.nice table{display:table;text-align:left}.nice tbody{border:0}.nice table tr{border:0;border-top:1px solid #ccc;background-color:#fff}.nice table tr:nth-child(2n){background-color:#f8f8f8}.nice table tr th,.nice table tr td{font-size:16px;border:1px solid #ccc;padding:5px 10px;text-align:left}.nice table tr th{font-weight:700;background-color:#f0f0f0}.nice table tr th:nth-of-type(n),.nice table tr td:nth-of-type(n){min-width:85px}.nice .footnote-word,.nice .footnote-ref{color:#1e6bb8;font-weight:700}.nice .footnote-item{display:flex}.nice .footnote-num{display:inline;width:10%;background:none;font-size:80%;opacity:.6;line-height:26px;font-family:ptima-Regular,Optima,PingFangSC-light,PingFangTC-light,PingFang SC,Cambria,Cochin,Georgia,Times,Times New Roman,serif}.nice .footnote-item p{display:inline;font-size:14px;width:calc(100% - 50px);padding:0;margin:0;line-height:26px;color:#000;word-break:break-all}.nice sub,sup{line-height:0}.nice .footnotes-sep:before{content:"参考资料";display:block}.nice .block-equation{text-align:center;overflow:auto;display:block;-webkit-overflow-scrolling:touch}.nice .block-equation svg{max-width:300%!important;-webkit-overflow-scrolling:touch}.nice .imageflow-layer1{margin-top:1em;margin-bottom:.5em;white-space:normal;border:0px none;padding:0;overflow:hidden}.nice .imageflow-layer2{white-space:nowrap;width:100%;overflow-x:scroll}.nice .imageflow-layer3{display:inline-block;word-wrap:break-word;white-space:normal;vertical-align:middle;width:100%}.nice .imageflow-img{display:inline-block}.nice .imageflow-caption{text-align:center;margin-top:0;padding-top:0;color:#888}.nice .nice-suffix-juejin-container{margin-top:20px!important}.nice figure a{border:none}.nice figure a img{margin:0}.nice figure{display:flex;flex-direction:column;justify-content:center;align-items:center}.nice figure a{display:flex;justify-content:center;align-items:center}.nice figure a+figcaption{display:flex;justify-content:center;align-items:center;width:100%;margin-top:-35px;background:#000000b3;color:#fff;line-height:35px;z-index:20}.nice-editor,.nice-editor[data-theme=light]{--editor-bg: #ffffff;--editor-text: #1f2937;--editor-text-secondary: #6b7280;--editor-border: #e5e7eb;--editor-hover-bg: #f3f4f6;--editor-active-bg: #e5e7eb;--toolbar-bg: #ffffff;--toolbar-border: #e5e7eb;--toolbar-btn-color: #374151;--toolbar-btn-hover-bg: #f3f4f6;--toolbar-btn-active-bg: #e6f7ff;--toolbar-btn-active-color: #1890ff;--toolbar-btn-disabled-color: #d1d5db;--popup-bg: #ffffff;--popup-border: #e5e7eb;--popup-shadow: 0 4px 12px rgba(0, 0, 0, .15);--popup-text: #1f2937;--popup-text-secondary: #6b7280;--popup-hover-bg: #f3f4f6;--popup-active-bg: #1890ff;--popup-active-color: #ffffff;--bubble-bg: #ffffff;--bubble-text: #374151;--bubble-hover-bg: #f3f4f6;--bubble-active-bg: #1890ff;--bubble-border: #e5e7eb;--floating-bg: #ffffff;--floating-text: #374151;--floating-hover-bg: #f3f4f6;--floating-active-bg: #1890ff;--floating-border: #e5e7eb;--image-toolbar-bg: #ffffff;--image-toolbar-text: #374151;--image-toolbar-hover-bg: #f3f4f6;--image-toolbar-active-bg: #1890ff;--image-toolbar-border: #e5e7eb;--image-toolbar-handle-bg: #1890ff;--image-toolbar-handle-border: #ffffff;--table-border: #e5e7eb;--table-header-bg: #f9fafb;--table-selected-bg: rgba(24, 144, 255, .1);--table-selected-border: #1890ff;--placeholder-color: #9ca3af;--selection-bg: rgba(24, 144, 255, .2);--focus-ring: #1890ff;--link-color: #1890ff;--code-bg: #f3f4f6;--code-text: #e11d48;--blockquote-border: #d1d5db;--blockquote-bg: #f9fafb}.nice-editor[data-theme=dark]{--editor-bg: #1f2937;--editor-text: #f9fafb;--editor-text-secondary: #9ca3af;--editor-border: #374151;--editor-hover-bg: #374151;--editor-active-bg: #4b5563;--toolbar-bg: #1f2937;--toolbar-border: #374151;--toolbar-btn-color: #f9fafb;--toolbar-btn-hover-bg: #374151;--toolbar-btn-active-bg: #4b5563;--toolbar-btn-active-color: #40a9ff;--toolbar-btn-disabled-color: #6b7280;--popup-bg: #374151;--popup-border: #4b5563;--popup-shadow: 0 4px 12px rgba(0, 0, 0, .4);--popup-text: #f9fafb;--popup-text-secondary: #9ca3af;--popup-hover-bg: #4b5563;--popup-active-bg: #1890ff;--popup-active-color: #ffffff;--bubble-bg: #1f2937;--bubble-text: #ffffff;--bubble-hover-bg: #374151;--bubble-active-bg: #1890ff;--bubble-border: #374151;--floating-bg: #1f2937;--floating-text: #ffffff;--floating-hover-bg: #374151;--floating-active-bg: #1890ff;--floating-border: #374151;--image-toolbar-bg: #1f2937;--image-toolbar-text: #ffffff;--image-toolbar-hover-bg: #374151;--image-toolbar-active-bg: #1890ff;--image-toolbar-border: #374151;--image-toolbar-handle-bg: #1890ff;--image-toolbar-handle-border: #ffffff;--table-border: #374151;--table-header-bg: #374151;--table-selected-bg: rgba(24, 144, 255, .2);--table-selected-border: #1890ff;--placeholder-color: #6b7280;--selection-bg: rgba(24, 144, 255, .3);--focus-ring: #1890ff;--link-color: #40a9ff;--code-bg: #374151;--code-text: #f9a8d4;--blockquote-border: #4b5563;--blockquote-bg: #374151}
|
|
1
|
+
.nice-editor{border:1px solid var(--editor-border);background:var(--editor-bg);position:relative;color:var(--editor-text)}.nice-editor.readonly{background:var(--code-bg)}.nice-editor.readonly .nice{cursor:default;-webkit-user-select:text;user-select:text}.nice-editor .control-group{display:flex;flex-wrap:wrap;gap:8px;padding:12px;border-bottom:1px solid var(--toolbar-border);background:var(--toolbar-bg)}.nice-editor .button-group{display:flex;flex-wrap:wrap;gap:4px}.nice-editor .button-group button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid transparent;border-radius:4px;background:transparent;cursor:pointer;color:var(--toolbar-btn-color);transition:all .2s;white-space:nowrap}.nice-editor .button-group button:hover:not(:disabled){background:var(--toolbar-btn-hover-bg);color:var(--toolbar-btn-active-color)}.nice-editor .button-group button:disabled{opacity:.4;cursor:not-allowed}.nice-editor .button-group button.is-active{background:var(--toolbar-btn-active-bg)!important;border-color:var(--toolbar-btn-active-color)!important;color:var(--toolbar-btn-active-color)}.nice{padding:16px;min-height:300px;max-height:600px;overflow-y:auto;color:var(--editor-text)}.nice :first-child{margin-top:0}.nice>*+*{margin-top:.75em}.nice ul,.nice ol{padding:0 1rem;margin:1.25rem 1rem 1.25rem .4rem}.nice ul li p,.nice ol li p{margin-top:.25em;margin-bottom:.25em}.nice h1,.nice h2,.nice h3,.nice h4,.nice h5,.nice h6{line-height:1.1;margin-top:2.5rem;text-wrap:pretty}.nice h1,.nice h2{margin-top:3.5rem;margin-bottom:1.5rem}.nice h1{font-size:1.4rem}.nice h2{font-size:1.2rem}.nice h3{font-size:1.1rem}.nice h4,.nice h5,.nice h6{font-size:1rem}.nice code{background-color:var(--code-bg);border-radius:.4rem;color:var(--code-text);font-size:.85rem;padding:.25em .3em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.nice pre{background:#282c34;border-radius:.5rem;color:#abb2bf;font-family:JetBrainsMono,SFMono-Regular,monospace;margin:1.5rem 0;padding:.75rem 1rem}.nice pre code{background:none;color:inherit;font-size:.8rem;padding:0}.nice blockquote{border-left:3px solid var(--blockquote-border);margin:1.5rem 0;padding-left:1rem;color:var(--editor-text-secondary);background:var(--blockquote-bg)}.nice hr{border:none;border-top:1px solid var(--editor-border);margin:2rem 0}.nice p.is-editor-empty:first-child:before{color:var(--placeholder-color);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.nice .ProseMirror-selectednode,.nice .ProseMirror-selectednode *{color:var(--editor-text)!important}.floating-menu{display:flex;gap:2px;padding:4px;background:var(--floating-bg);border-radius:6px;box-shadow:var(--popup-shadow);border:1px solid var(--floating-border);margin-top:1em}.floating-menu button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid transparent;border-radius:4px;background:transparent;cursor:pointer;color:var(--floating-text);transition:all .2s}.floating-menu button:hover{background:var(--floating-hover-bg)}.floating-menu button.is-active{background:var(--floating-active-bg)!important}.bubble-menu{display:flex;gap:2px;padding:4px;background:var(--bubble-bg);border-radius:6px;box-shadow:var(--popup-shadow)}.bubble-menu button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:4px;background:transparent;cursor:pointer;transition:all .2s;color:var(--bubble-text)}.bubble-menu button:hover{background:var(--bubble-hover-bg)}.bubble-menu button.is-active{background:var(--bubble-active-bg)!important}.nice-editor .outline-node{background:var(--popup-bg);border:1px solid var(--popup-border);border-radius:8px;padding:16px;margin:16px 0;color:var(--popup-text)}.nice-editor .outline-node.ProseMirror-selectednode{outline:2px solid var(--focus-ring);outline-offset:2px}.nice-editor .outline-node-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--popup-border)}.nice-editor .outline-node-title{font-weight:600;font-size:14px;color:var(--popup-text)}.nice-editor .outline-node-delete{width:20px;height:20px;padding:0;border:none;border-radius:50%;background:transparent;color:var(--popup-text-secondary);cursor:pointer;font-size:16px;line-height:1;transition:all .2s}.nice-editor .outline-node-delete:hover{background:#ff4d4f;color:#fff}.nice-editor .outline-node-empty{color:var(--popup-text-secondary);font-size:13px;text-align:center;padding:12px}.nice-editor .outline-node-list{list-style:none;padding:0;margin:0;overflow-y:auto}.nice-editor .outline-node-item{padding:0;margin:0;font-size:13px;border-radius:4px;transition:all .2s}.nice-editor .outline-node-link{display:block;padding:6px 8px;color:var(--popup-text-secondary);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;border-radius:4px}.nice-editor .outline-node-link:hover{background:var(--popup-hover-bg);color:var(--focus-ring)}.nice-editor .outline-node-level-1 .outline-node-link{padding-left:8px;font-weight:500}.nice-editor .outline-node-level-2 .outline-node-link{padding-left:20px}.nice-editor .outline-node-level-3 .outline-node-link{padding-left:32px;font-size:12px}.nice-editor .outline-node-level-4 .outline-node-link{padding-left:44px;font-size:12px}.nice-editor .outline-node-level-5 .outline-node-link{padding-left:56px;font-size:12px;color:var(--popup-text-secondary)}.nice-editor .outline-node-level-6 .outline-node-link{padding-left:68px;font-size:12px;color:var(--popup-text-secondary)}.variable-node-wrapper{display:inline}.variable-node-content{display:inline-flex;align-items:center;padding:0 6px;background:linear-gradient(135deg,#c5c5c5,#bab9bb);color:#fff;border-radius:4px;font-size:.8em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;cursor:default;-webkit-user-select:none;user-select:none;transition:all .2s}.variable-node-content:hover{box-shadow:0 2px 8px #667eea66}.ProseMirror-selectednode .variable-node-content{outline:2px solid var(--focus-ring);outline-offset:2px}.variable-panel{min-width:200px;max-width:300px}.variable-panel-title{font-weight:600;font-size:14px;color:var(--popup-text);padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid var(--popup-border)}.variable-panel-list{display:flex;flex-direction:column;gap:4px}.variable-panel-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .2s}.variable-panel-item:hover{background:var(--popup-hover-bg)}.variable-panel-item-label{flex:1;font-size:14px;color:var(--popup-text)}.variable-panel-item-id{font-size:12px;color:var(--popup-text-secondary);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.variable-panel-popover{z-index:9999!important}.variable-panel-popover.ant-popover .ant-popover-content{background:var(--popup-bg)!important}.variable-panel-popover.ant-popover .ant-popover-inner{background:var(--popup-bg)!important;border-radius:8px!important;box-shadow:var(--popup-shadow)!important;border:1px solid var(--popup-border)!important}.variable-panel-popover .ant-popover-arrow{display:none!important}.variable-panel-popover .ant-popover-inner-content,.variable-panel-popover .variable-panel{background:var(--popup-bg)!important}.variable-panel-popover .variable-panel-title{color:var(--popup-text)!important;border-bottom-color:var(--popup-border)!important}.variable-panel-popover .variable-panel-item-label{color:var(--popup-text)!important}.variable-panel-popover .variable-panel-item-id{color:var(--popup-text-secondary)!important}.source-code-modal .ant-modal-body{padding:16px}.source-code-content{background:var(--code-bg);border:1px solid var(--popup-border);border-radius:6px;padding:16px;margin:0;max-height:500px;overflow:auto;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;line-height:1.6;color:var(--popup-text);white-space:pre-wrap;word-wrap:break-word}.html-preview-modal .ant-modal-body{padding:16px}.html-preview-container{background:var(--editor-bg);border:1px solid var(--popup-border);border-radius:8px;min-height:400px;max-height:600px;overflow:auto}.html-preview-content{padding:20px;line-height:1.6;color:var(--editor-text)}.html-preview-content h1,.html-preview-content h2,.html-preview-content h3,.html-preview-content h4,.html-preview-content h5,.html-preview-content h6{margin-top:1.5em;margin-bottom:.5em;line-height:1.3}.html-preview-content h1{font-size:2em;border-bottom:1px solid var(--editor-border);padding-bottom:.3em}.html-preview-content h2{font-size:1.5em;border-bottom:1px solid var(--editor-border);padding-bottom:.3em}.html-preview-content h3{font-size:1.25em}.html-preview-content p{margin:1em 0}.html-preview-content ul,.html-preview-content ol{padding-left:2em;margin:1em 0}.html-preview-content blockquote{border-left:4px solid var(--blockquote-border);padding-left:1em;margin:1em 0;color:var(--editor-text-secondary)}.html-preview-content code{background:var(--code-bg);padding:.2em .4em;border-radius:3px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em}.html-preview-content pre{background:#f6f8fa;border:1px solid var(--popup-border);border-radius:6px;padding:16px;overflow-x:auto;margin:1em 0}.html-preview-content pre code{background:none;padding:0}.html-preview-content hr{border:none;border-top:1px solid var(--editor-border);margin:2em 0}.html-preview-content a{color:var(--link-color);text-decoration:none}.html-preview-content a:hover{text-decoration:underline}.html-preview-content img{max-width:100%;height:auto}.html-preview-content table{border-collapse:collapse;width:100%;margin:1em 0}.html-preview-content table th,.html-preview-content table td{border:1px solid var(--table-border);padding:8px 12px}.html-preview-content table th{background:var(--table-header-bg);font-weight:600}.nice table{border-collapse:collapse;table-layout:fixed;width:100%;margin:1em 0;overflow:hidden;border:1px solid var(--table-border);border-radius:4px}.nice table td,.nice table th{min-width:80px;height:36px;vertical-align:top;box-sizing:border-box;position:relative;border:1px solid var(--table-border);padding:6px 8px}.nice table th{background:var(--table-header-bg);font-weight:600}.nice table td.selectedCell,.nice table th.selectedCell{background:var(--table-selected-bg)}.nice table.table-selected{outline:2px solid var(--table-selected-border);outline-offset:2px;border-radius:4px}.nice table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:var(--focus-ring);pointer-events:none}.nice table .tableWrapper{overflow-x:auto;margin:1em 0}.nice .resize-cursor{cursor:col-resize}.table-menu-popover{z-index:9999!important}.table-menu-popover.ant-popover .ant-popover-content{background:var(--popup-bg)!important}.table-menu-popover.ant-popover .ant-popover-inner{background:var(--popup-bg)!important;border-radius:8px!important;box-shadow:var(--popup-shadow)!important;padding:12px!important;border:1px solid var(--popup-border)!important}.table-menu-popover .ant-popover-arrow{display:none!important}.table-menu-popover .ant-popover-inner-content,.table-menu-popover .table-menu-panel{background:var(--popup-bg)!important}.table-menu-popover .table-grid-cell{background:var(--editor-bg)!important;border-color:var(--popup-border)!important}.table-menu-popover .table-grid-label,.table-menu-popover .table-menu-section-title{color:var(--popup-text-secondary)!important}.table-menu-panel{min-width:200px}.table-menu-section-title{font-size:12px;color:var(--popup-text-secondary);font-weight:500;margin-bottom:6px;padding-left:2px}.table-menu-panel .table-menu-section-title:not(:first-child){margin-top:10px;padding-top:8px;border-top:1px solid var(--popup-border)}.table-menu-actions{display:flex;flex-wrap:wrap;gap:4px}.table-action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid transparent;border-radius:4px;background:transparent;cursor:pointer;color:var(--popup-text);transition:all .2s}.table-action-btn:hover:not(:disabled){background:var(--popup-hover-bg);color:var(--focus-ring)}.table-action-btn:disabled{opacity:.35;cursor:not-allowed}.table-insert-grid{display:flex;flex-direction:column;align-items:center;gap:8px}.table-grid-label{font-size:12px;color:var(--popup-text-secondary);text-align:center}.table-grid{display:flex;flex-direction:column;gap:2px}.table-grid-row{display:flex;gap:2px}.table-grid-cell{width:20px;height:20px;border:1px solid var(--popup-border);border-radius:2px;cursor:pointer;transition:all .15s}.table-grid-cell.is-hovered{background:var(--focus-ring);border-color:var(--focus-ring)}.table-grid-cell:hover{border-color:var(--focus-ring)}.table-floating-toolbar{position:absolute;z-index:100;display:flex;align-items:flex-end;height:28px}.table-toolbar-toggle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--image-toolbar-bg);border-radius:6px;box-shadow:var(--popup-shadow);cursor:pointer;color:var(--image-toolbar-text);transition:all .15s;flex-shrink:0}.table-toolbar-toggle:hover{background:var(--image-toolbar-active-bg)}.table-toolbar-expanded{display:none;position:absolute;left:26px;bottom:0;align-items:center;gap:2px;padding:6px 8px 6px 4px;background:var(--image-toolbar-bg);border-radius:0 6px 6px 0;box-shadow:var(--popup-shadow);white-space:nowrap}.table-floating-toolbar:hover .table-toolbar-expanded{display:flex}.table-toolbar-expanded .table-action-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:4px;background:transparent;cursor:pointer;transition:all .15s;color:var(--image-toolbar-text)}.table-toolbar-expanded .table-action-btn:hover:not(:disabled){background:var(--image-toolbar-hover-bg);color:var(--image-toolbar-text)}.table-toolbar-expanded .table-action-btn:disabled{opacity:.3;cursor:not-allowed}.align-menu-wrapper{position:relative}.align-menu-popup{position:absolute;top:100%;left:0;margin-top:4px;background:var(--popup-bg)!important;border-radius:6px;box-shadow:var(--popup-shadow);padding:8px;z-index:1000;min-width:120px}.align-menu-title{font-size:12px;color:var(--popup-text-secondary)!important;margin-bottom:6px;padding-left:4px}.align-menu-actions{display:flex;gap:4px}.align-action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:4px;background:transparent!important;cursor:pointer;transition:all .15s;color:var(--popup-text)!important}.align-action-btn span{color:var(--popup-text)!important}.align-action-btn:hover{background:var(--popup-hover-bg)!important}.align-action-btn.is-active{background:var(--popup-active-bg)!important;color:var(--popup-active-color)!important}.table-bubble-divider{width:1px;height:20px;background:var(--image-toolbar-border);margin:0 4px}.image-menu-popover{z-index:9999!important}.image-menu-popover.ant-popover .ant-popover-content{background:var(--popup-bg)!important}.image-menu-popover.ant-popover .ant-popover-inner{padding:0!important;border-radius:8px!important;background:var(--popup-bg)!important;border:1px solid var(--popup-border)!important;box-shadow:var(--popup-shadow)!important}.image-menu-popover .ant-popover-arrow{display:none!important}.image-menu-popover .ant-popover-inner-content,.image-menu-popover .ant-tabs-nav{background:var(--popup-bg)!important}.image-menu-popover .ant-tabs-tab{color:var(--popup-text)!important}.image-menu-popover .ant-tabs-tab-active{color:var(--focus-ring)!important}.image-menu-panel{width:320px}.image-menu-panel .ant-tabs-nav{margin-bottom:0;padding:0 12px}.image-menu-upload{padding:16px}.image-menu-dragger{border-radius:8px!important}.image-menu-dragger .ant-upload{padding:24px!important}.image-menu-url{padding:16px;display:flex;gap:8px}.image-menu-url-btn{padding:4px 16px;background:var(--focus-ring);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .2s}.image-menu-url-btn:hover{opacity:.85}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:200px;min-height:150px;background:var(--code-bg);border:2px dashed var(--popup-border);border-radius:8px;padding:20px;color:var(--popup-text-secondary)}.image-placeholder.uploading{border-color:var(--focus-ring);background:var(--table-selected-bg)}.image-placeholder.error{border-color:#ff4d4f;background:#fff2f0;cursor:pointer}.image-placeholder.error:hover{border-color:#ff7875}.image-placeholder-spinner{width:32px;height:32px;border:3px solid var(--focus-ring);border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.image-placeholder-text{margin-top:12px;font-size:14px}.image-placeholder-retry{margin-top:8px;font-size:12px;color:var(--focus-ring)}.image-node-wrapper{margin:1em 0}.image-node-wrapper img{max-width:100%;height:auto;border-radius:4px;cursor:pointer}.image-node-wrapper img:hover{outline:2px solid var(--focus-ring);outline-offset:2px}.image-floating-toolbar{position:absolute;z-index:100;display:flex;align-items:flex-end;height:28px}.image-toolbar-toggle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--image-toolbar-bg);border-radius:6px;box-shadow:var(--popup-shadow);cursor:pointer;color:var(--image-toolbar-text);transition:all .15s;flex-shrink:0}.image-toolbar-toggle:hover{background:var(--image-toolbar-active-bg)}.image-toolbar-expanded{display:none;position:absolute;left:26px;bottom:0;align-items:center;gap:8px;padding:6px 8px 6px 4px;background:var(--image-toolbar-bg);border-radius:0 6px 6px 0;box-shadow:var(--popup-shadow);white-space:nowrap}.image-floating-toolbar:hover .image-toolbar-expanded{display:flex}.image-toolbar-section{display:flex;align-items:center;gap:4px}.image-toolbar-label{font-size:12px;color:var(--image-toolbar-text);opacity:.6;margin-right:4px}.image-toolbar-sizes,.image-toolbar-floats{display:flex;gap:2px}.image-toolbar-size-btn{padding:4px 8px;font-size:12px;background:transparent;border:none;border-radius:4px;color:var(--image-toolbar-text);cursor:pointer;transition:all .15s}.image-toolbar-size-btn:hover{background:var(--image-toolbar-hover-bg)}.image-toolbar-size-btn.is-active{background:var(--image-toolbar-active-bg);color:#fff}.image-toolbar-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:4px;background:transparent;cursor:pointer;transition:all .15s;color:var(--image-toolbar-text)}.image-toolbar-btn:hover{background:var(--image-toolbar-hover-bg)}.image-toolbar-btn.is-active{background:var(--image-toolbar-active-bg);color:#fff}.image-toolbar-delete:hover{background:#ff4d4f}.image-toolbar-divider{width:1px;height:20px;background:var(--image-toolbar-border);margin:0 4px}.menu-separator{width:1px;height:20px;background:var(--editor-border);margin:6px 4px;display:inline-block;vertical-align:middle}.bubble-menu .menu-separator{background:var(--bubble-border)}.heading-selector-wrapper,.font-size-selector-wrapper,.link-button-wrapper{position:relative;display:inline-flex}.heading-selector-popup,.font-size-selector-popup,.link-button-popup{position:absolute;top:100%;left:0;margin-top:4px;background:var(--popup-bg);border-radius:6px;box-shadow:var(--popup-shadow);padding:8px;z-index:1000;min-width:120px}.heading-option,.font-size-option{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;border:none;border-radius:4px;background:transparent;color:var(--popup-text);cursor:pointer;transition:all .15s;font-size:13px;text-align:left}.heading-option:hover,.font-size-option:hover{background:var(--popup-hover-bg)}.heading-option.is-active,.font-size-option.is-active{background:var(--popup-active-bg);color:var(--popup-active-color)}.link-input-wrapper{display:flex;gap:8px;align-items:center}.char-count-wrapper{position:absolute;right:12px;bottom:8px;font-size:12px;color:var(--editor-text-secondary);background:var(--editor-bg);padding:2px 8px;border-radius:4px;opacity:.7;transition:opacity .2s;z-index:10}.char-count-wrapper:hover{opacity:1}.char-count-wrapper.exceeded{color:#ff4d4f;font-weight:500}.char-count-separator{margin:0 2px}.nice{font-size:16px;color:#000;padding:0 10px;line-height:1.6;word-spacing:0px;letter-spacing:0px;word-break:break-word;word-wrap:break-word;text-align:left;font-family:Optima-Regular,Optima,PingFangSC-light,PingFangTC-light,PingFang SC,Cambria,Cochin,Georgia,Times,Times New Roman,serif}.nice p{font-size:16px;padding-top:8px;padding-bottom:8px;margin:0;line-height:26px;color:#000}.nice h1,.nice h2,.nice h3,.nice h4,.nice h5,.nice h6{margin-top:30px;margin-bottom:15px;padding:0;font-weight:700;color:#000}.nice h1{font-size:24px}.nice h2{font-size:22px}.nice h3{font-size:20px}.nice h4{font-size:18px}.nice h5,.nice h6{font-size:16px}.nice h1 .prefix,.nice h2 .prefix,.nice h3 .prefix,.nice h4 .prefix,.nice h5 .prefix,.nice h6 .prefix,.nice h1 .suffix .nice h2 .suffix,.nice h3 .suffix,.nice h4 .suffix,.nice h5 .suffix,.nice h6 .suffix{display:none}.nice ul,.nice ol{margin-top:8px;margin-bottom:8px;padding-left:25px;color:#000}.nice ul{list-style-type:disc}.nice ul ul{list-style-type:square}.nice ol{list-style-type:decimal}.nice li p{margin-top:5px;margin-bottom:5px;line-height:26px;text-align:left;color:#010101;font-weight:500;padding:0}.nice blockquote{border:none}.nice blockquote{display:block;font-size:.9em;overflow:auto;overflow-scrolling:touch;border-left:3px solid rgba(0,0,0,.4);background:#0000000d;color:#6a737d;padding:10px 10px 10px 20px;margin-bottom:20px;margin-top:20px}.nice blockquote p{margin:0;color:#000;line-height:26px}.nice .table-of-contents a{border:none;color:#000;font-weight:400}.nice a{text-decoration:none;color:#1e6bb8;word-wrap:break-word;font-weight:700;border-bottom:1px solid #1e6bb8}.nice strong{font-weight:700;color:#000}.nice em{font-style:italic;color:#000}.nice em strong{font-weight:700;color:#000}.nice del{font-style:italic;color:#000}.nice hr{height:1px;margin:10px 0;border:none;border-top:1px solid black}.nice pre{margin-top:10px;margin-bottom:10px}.nice pre code{display:-webkit-box;font-family:Operator Mono,Consolas,Monaco,Menlo,monospace;border-radius:0;font-size:12px;-webkit-overflow-scrolling:touch}.nice pre code span{line-height:26px}.nice p code,.nice li code{font-size:14px;word-wrap:break-word;padding:2px 4px;border-radius:4px;margin:0 2px;color:#1e6bb8;background-color:#1b1f230d;font-family:Operator Mono,Consolas,Monaco,Menlo,monospace;word-break:break-all}.nice img{display:block;margin:0 auto;max-width:100%}.nice figure{margin:10px 0}.nice figcaption{margin-top:5px;text-align:center;color:#888;font-size:14px}.nice .table-container{overflow-x:auto}.nice table{display:table;text-align:left}.nice tbody{border:0}.nice table tr{border:0;border-top:1px solid #ccc;background-color:#fff}.nice table tr:nth-child(2n){background-color:#f8f8f8}.nice table tr th,.nice table tr td{font-size:16px;border:1px solid #ccc;padding:5px 10px;text-align:left}.nice table tr th{font-weight:700;background-color:#f0f0f0}.nice table tr th:nth-of-type(n),.nice table tr td:nth-of-type(n){min-width:85px}.nice .footnote-word,.nice .footnote-ref{color:#1e6bb8;font-weight:700}.nice .footnote-item{display:flex}.nice .footnote-num{display:inline;width:10%;background:none;font-size:80%;opacity:.6;line-height:26px;font-family:ptima-Regular,Optima,PingFangSC-light,PingFangTC-light,PingFang SC,Cambria,Cochin,Georgia,Times,Times New Roman,serif}.nice .footnote-item p{display:inline;font-size:14px;width:calc(100% - 50px);padding:0;margin:0;line-height:26px;color:#000;word-break:break-all}.nice sub,sup{line-height:0}.nice .footnotes-sep:before{content:"参考资料";display:block}.nice .block-equation{text-align:center;overflow:auto;display:block;-webkit-overflow-scrolling:touch}.nice .block-equation svg{max-width:300%!important;-webkit-overflow-scrolling:touch}.nice .imageflow-layer1{margin-top:1em;margin-bottom:.5em;white-space:normal;border:0px none;padding:0;overflow:hidden}.nice .imageflow-layer2{white-space:nowrap;width:100%;overflow-x:scroll}.nice .imageflow-layer3{display:inline-block;word-wrap:break-word;white-space:normal;vertical-align:middle;width:100%}.nice .imageflow-img{display:inline-block}.nice .imageflow-caption{text-align:center;margin-top:0;padding-top:0;color:#888}.nice .nice-suffix-juejin-container{margin-top:20px!important}.nice figure a{border:none}.nice figure a img{margin:0}.nice figure{display:flex;flex-direction:column;justify-content:center;align-items:center}.nice figure a{display:flex;justify-content:center;align-items:center}.nice figure a+figcaption{display:flex;justify-content:center;align-items:center;width:100%;margin-top:-35px;background:#000000b3;color:#fff;line-height:35px;z-index:20}.nice-editor,.nice-editor[data-theme=light]{--editor-bg: #ffffff;--editor-text: #1f2937;--editor-text-secondary: #6b7280;--editor-border: #e5e7eb;--editor-hover-bg: #f3f4f6;--editor-active-bg: #e5e7eb;--toolbar-bg: #ffffff;--toolbar-border: #e5e7eb;--toolbar-btn-color: #374151;--toolbar-btn-hover-bg: #f3f4f6;--toolbar-btn-active-bg: #e6f7ff;--toolbar-btn-active-color: #1890ff;--toolbar-btn-disabled-color: #d1d5db;--popup-bg: #ffffff;--popup-border: #e5e7eb;--popup-shadow: 0 4px 12px rgba(0, 0, 0, .15);--popup-text: #1f2937;--popup-text-secondary: #6b7280;--popup-hover-bg: #f3f4f6;--popup-active-bg: #1890ff;--popup-active-color: #ffffff;--bubble-bg: #ffffff;--bubble-text: #374151;--bubble-hover-bg: #f3f4f6;--bubble-active-bg: #1890ff;--bubble-border: #e5e7eb;--floating-bg: #ffffff;--floating-text: #374151;--floating-hover-bg: #f3f4f6;--floating-active-bg: #1890ff;--floating-border: #e5e7eb;--image-toolbar-bg: #ffffff;--image-toolbar-text: #374151;--image-toolbar-hover-bg: #f3f4f6;--image-toolbar-active-bg: #1890ff;--image-toolbar-border: #e5e7eb;--image-toolbar-handle-bg: #1890ff;--image-toolbar-handle-border: #ffffff;--table-border: #e5e7eb;--table-header-bg: #f9fafb;--table-selected-bg: rgba(24, 144, 255, .1);--table-selected-border: #1890ff;--placeholder-color: #9ca3af;--selection-bg: rgba(24, 144, 255, .2);--focus-ring: #1890ff;--link-color: #1890ff;--code-bg: #f3f4f6;--code-text: #e11d48;--blockquote-border: #d1d5db;--blockquote-bg: #f9fafb}.nice-editor[data-theme=dark]{--editor-bg: #1f2937;--editor-text: #f9fafb;--editor-text-secondary: #9ca3af;--editor-border: #374151;--editor-hover-bg: #374151;--editor-active-bg: #4b5563;--toolbar-bg: #1f2937;--toolbar-border: #374151;--toolbar-btn-color: #f9fafb;--toolbar-btn-hover-bg: #374151;--toolbar-btn-active-bg: #4b5563;--toolbar-btn-active-color: #40a9ff;--toolbar-btn-disabled-color: #6b7280;--popup-bg: #374151;--popup-border: #4b5563;--popup-shadow: 0 4px 12px rgba(0, 0, 0, .4);--popup-text: #f9fafb;--popup-text-secondary: #9ca3af;--popup-hover-bg: #4b5563;--popup-active-bg: #1890ff;--popup-active-color: #ffffff;--bubble-bg: #1f2937;--bubble-text: #ffffff;--bubble-hover-bg: #374151;--bubble-active-bg: #1890ff;--bubble-border: #374151;--floating-bg: #1f2937;--floating-text: #ffffff;--floating-hover-bg: #374151;--floating-active-bg: #1890ff;--floating-border: #374151;--image-toolbar-bg: #1f2937;--image-toolbar-text: #ffffff;--image-toolbar-hover-bg: #374151;--image-toolbar-active-bg: #1890ff;--image-toolbar-border: #374151;--image-toolbar-handle-bg: #1890ff;--image-toolbar-handle-border: #ffffff;--table-border: #374151;--table-header-bg: #374151;--table-selected-bg: rgba(24, 144, 255, .2);--table-selected-border: #1890ff;--placeholder-color: #6b7280;--selection-bg: rgba(24, 144, 255, .3);--focus-ring: #1890ff;--link-color: #40a9ff;--code-bg: #374151;--code-text: #f9a8d4;--blockquote-border: #4b5563;--blockquote-bg: #374151}
|