ct-rich-text-editor 1.0.9 → 1.1.1
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/api/auth.d.ts +3 -0
- package/dist/assets/style.css +1 -1
- package/dist/components/CommentSidebar/CommentSidebar.d.ts +9 -0
- package/dist/components/CommentSidebar/index.d.ts +1 -0
- package/dist/components/CommentToggle/CommentToggle.d.ts +9 -0
- package/dist/components/CommentToggle/index.d.ts +1 -0
- package/dist/components/CommentView/CommentView.d.ts +10 -0
- package/dist/components/CommentView/index.d.ts +1 -0
- package/dist/components/HtmlViewDisplay.d.ts +4 -0
- package/dist/components/ImageInsertTest.d.ts +4 -0
- package/dist/components/NotePanelMenu/NotePanelMenu.d.ts +7 -0
- package/dist/components/NotePanelMenu/index.d.ts +1 -0
- package/dist/components/NotePanelView/NotePanelView.d.ts +11 -0
- package/dist/components/NotePanelView/index.d.ts +1 -0
- package/dist/constants.d.ts +4 -1
- package/dist/context/CommentContext.d.ts +32 -0
- package/dist/context/HtmlViewContext.d.ts +18 -0
- package/dist/context/ToolbarContext.d.ts +2 -1
- package/dist/editorConfig.d.ts +9 -0
- package/dist/hooks/useEditorToolbar.d.ts +1 -1
- package/dist/index-33d833ec.js +27972 -0
- package/dist/index-33d833ec.js.map +1 -0
- package/dist/{index-9ce51b54.js → index-837e960a.js} +3 -3
- package/dist/index-837e960a.js.map +1 -0
- package/dist/index.d.ts +4 -3
- package/dist/index.js +10 -8
- package/dist/main.d.ts +1 -1
- package/dist/nodes/CommentNode.d.ts +35 -0
- package/dist/nodes/CommentedTextNode.d.ts +30 -0
- package/dist/nodes/NotePanelNode.d.ts +32 -0
- package/dist/plugins/AutocompletePlugin.d.ts +26 -0
- package/dist/plugins/CommentPlugin.d.ts +9 -0
- package/dist/plugins/CustomHorizontalRulePlugin/index.d.ts +1 -1
- package/dist/plugins/FloatingTextFormatToolbarPlugin/index.d.ts +1 -0
- package/dist/plugins/HtmlSyncPlugin.d.ts +3 -0
- package/dist/plugins/NotePanelPlugin.d.ts +8 -0
- package/dist/types.d.ts +14 -0
- package/dist/ui/Icons.d.ts +4 -1
- package/package.json +2 -3
- package/dist/index-988ead1c.js +0 -32204
- package/dist/index-988ead1c.js.map +0 -1
- package/dist/index-9ce51b54.js.map +0 -1
package/dist/api/auth.d.ts
CHANGED
|
@@ -16,6 +16,8 @@ export interface EditorConfig {
|
|
|
16
16
|
enableCodeFormat: boolean;
|
|
17
17
|
enableAIChat: boolean;
|
|
18
18
|
enableTodoList: boolean;
|
|
19
|
+
enableHtmlViewToggle: boolean;
|
|
20
|
+
enableAutocompleteToggle: boolean;
|
|
19
21
|
};
|
|
20
22
|
enableFloatingMenu: boolean;
|
|
21
23
|
htmlViewOption: boolean;
|
|
@@ -60,6 +62,7 @@ export interface ProjectData {
|
|
|
60
62
|
enableCodeFormat: boolean;
|
|
61
63
|
enableAIChat: boolean;
|
|
62
64
|
enableTodoList: boolean;
|
|
65
|
+
enableAutocompleteToggle: boolean;
|
|
63
66
|
};
|
|
64
67
|
enableFloatingMenu: boolean;
|
|
65
68
|
htmlViewOption: boolean;
|
package/dist/assets/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap";#ct-editor-f47ac10b{html,:host {line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent;} body {margin: 0; line-height: inherit;} 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; text-decoration: inherit;} b,strong {font-weight: bolder;} code,kbd,samp,pre {font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; font-feature-settings: normal; font-variation-settings: normal; font-size: 1em;} small {font-size: 80%;} sub,sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;} sub {bottom: -.25em;} sup {top: -.5em;} table {text-indent: 0; border-color: inherit; border-collapse: collapse;} button,input,optgroup,select,textarea {font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0; padding: 0;} button,select {text-transform: none;} button,input:where([type="button"]),input:where([type="reset"]),input:where([type="submit"]) {-webkit-appearance: button; background-color: transparent; background-image: none;} :-moz-focusring {outline: auto;} :-moz-ui-invalid {box-shadow: none;} progress {vertical-align: baseline;} ::-webkit-inner-spin-button,::-webkit-outer-spin-button {height: auto;} [type="search"] {-webkit-appearance: textfield; outline-offset: -2px;} ::-webkit-search-decoration {-webkit-appearance: none;} ::-webkit-file-upload-button {-webkit-appearance: button; font: inherit;} summary {display: list-item;} blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre {margin: 0;} fieldset {margin: 0; padding: 0;} legend {padding: 0;} ol,ul,menu {list-style: none; margin: 0; padding: 0;} dialog {padding: 0;} textarea {resize: vertical;} input::-moz-placeholder,textarea::-moz-placeholder {opacity: 1; color: #9ca3af;} input::placeholder,textarea::placeholder {opacity: 1; color: #9ca3af;} button,[role="button"] {cursor: pointer;} :disabled {cursor: default;} img,svg,video,canvas,audio,iframe,embed,object {display: block; vertical-align: middle;} img,video {max-width: 100%; height: auto;} [hidden]:where(:not([hidden="until-found"])) {display: none;} :root { --background: 0 0% 100%; --foreground: 240 6% 10%; --secondary: 0 0% 92%; --body: 0 0% 92%; --card: 0 0% 100%; --card-foreground: 0 0% 3.9%; --popover: 0 0% 100%; --popover-foreground: 0 0% 3.9%; --primary: 0 0% 9%; --primary-foreground: 0 0% 98%; --secondary-foreground: 0 0% 9%; --muted: 0 0% 96.1%; --muted-foreground: 0 0% 45.1%; --accent: 0 0% 96.1%; --accent-foreground: 0 0% 9%; --destructive: 0 84.2% 60.2%; --destructive-foreground: 0 0% 98%; --border: 0 0% 89.8%; --input: 0 0% 89.8%; --ring: 0 0% 3.9%; --chart-1: 12 76% 61%; --chart-2: 173 58% 39%; --chart-3: 197 37% 24%; --chart-4: 43 74% 66%; --chart-5: 27 87% 67%; --radius: .5rem; } .dark { --background: 240 6% 10%; --foreground: 0 0% 100%; --secondary: 240 7% 15%; --body: 240 10% 4%; --card: 0 0% 14.9%; --card-foreground: 0 0% 98%; --popover: 0 0% 14.9%; --popover-foreground: 0 0% 98%; --primary: 0 0% 98%; --primary-foreground: 0 0% 9%; --secondary-foreground: 0 0% 98%; --muted: 0 0% 14.9%; --muted-foreground: 0 0% 63.9%; --accent: 0 0% 14.9%; --accent-foreground: 0 0% 98%; --destructive: 0 62.8% 30.6%; --destructive-foreground: 0 0% 98%; --border: 0 0% 14.9%; --input: 0 0% 14.9%; --ring: 0 0% 83.1%; --chart-1: 220 70% 50%; --chart-2: 160 60% 45%; --chart-3: 30 80% 55%; --chart-4: 280 65% 60%; --chart-5: 340 75% 55%; } *{border-color: hsl(var(--border));} body{background-color: hsl(var(--body));} body{color: hsl(var(--foreground));} .container{width: 100%;} @media (min-width: 640px){.container{max-width: 640px;}} @media (min-width: 768px){.container{max-width: 768px;}} @media (min-width: 1024px){.container{max-width: 1024px;}} @media (min-width: 1280px){.container{max-width: 1280px;}} @media (min-width: 1536px){.container{max-width: 1536px;}} .sr-only{position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0;} .pointer-events-none{pointer-events: none;} .visible{visibility: visible;} .static{position: static;} .fixed{position: fixed;} .absolute{position: absolute;} .relative{position: relative;} .inset-0{inset: 0px;} .left-2{left: .5rem;} .left-4{left: 1rem;} .left-\[50\%\]{left: 50%;} .right-14{right: 3.5rem;} .right-2{right: .5rem;} .right-4{right: 1rem;} .right-full{right: 100%;} .top-1\/2{top: 50%;} .top-4{top: 1rem;} .top-\[50\%\]{top: 50%;} .z-50{z-index: 50;} .-mx-1{margin-left: -.25rem; margin-right: -.25rem;} .mx-1{margin-left: .25rem; margin-right: .25rem;} .my-1{margin-top: .25rem; margin-bottom: .25rem;} .my-2\.5{margin-top: .625rem; margin-bottom: .625rem;} .mb-2{margin-bottom: .5rem;} .mb-3{margin-bottom: .75rem;} .mb-4{margin-bottom: 1rem;} .mb-6{margin-bottom: 1.5rem;} .ml-auto{margin-left: auto;} .mr-1{margin-right: .25rem;} .mr-3{margin-right: .75rem;} .mr-4{margin-right: 1rem;} .mt-1{margin-top: .25rem;} .mt-2{margin-top: .5rem;} .mt-3{margin-top: .75rem;} .mt-4{margin-top: 1rem;} .mt-6{margin-top: 1.5rem;} .block{display: block;} .inline-block{display: inline-block;} .inline{display: inline;} .flex{display: flex;} .inline-flex{display: inline-flex;} .table{display: table;} .grid{display: grid;} .contents{display: contents;} .hidden{display: none;} .\!size-4{width: 1rem !important; height: 1rem !important;} .\!size-\[18px\]{width: 18px !important; height: 18px !important;} .size-4{width: 1rem; height: 1rem;} .size-\[18px\]{width: 18px; height: 18px;} .h-10{height: 2.5rem;} .h-12{height: 3rem;} .h-2{height: .5rem;} .h-3\.5{height: .875rem;} .h-4{height: 1rem;} .h-5{height: 1.25rem;} .h-6{height: 1.5rem;} .h-7{height: 1.75rem;} .h-8{height: 2rem;} .h-9{height: 2.25rem;} .h-\[1px\]{height: 1px;} .h-\[2px\]{height: 2px;} .h-\[var\(--radix-select-trigger-height\)\]{height: var(--radix-select-trigger-height);} .h-full{height: 100%;} .h-px{height: 1px;} .max-h-\[--radix-select-content-available-height\]{max-height: var(--radix-select-content-available-height);} .max-h-\[200px\]{max-height: 200px;} .max-h-\[500px\]{max-height: 500px;} .max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height: var(--radix-dropdown-menu-content-available-height);} .min-h-14{min-height: 3.5rem;} .min-h-\[150px\]{min-height: 150px;} .min-h-screen{min-height: 100vh;} .w-16{width: 4rem;} .w-2{width: .5rem;} .w-24{width: 6rem;} .w-3\.5{width: .875rem;} .w-4{width: 1rem;} .w-5{width: 1.25rem;} .w-56{width: 14rem;} .w-6{width: 1.5rem;} .w-72{width: 18rem;} .w-8{width: 2rem;} .w-9{width: 2.25rem;} .w-\[120px\]{width: 120px;} .w-\[14px\]{width: 14px;} .w-\[1px\]{width: 1px;} .w-auto{width: auto;} .w-full{width: 100%;} .min-w-\[8rem\]{min-width: 8rem;} .min-w-\[var\(--radix-select-trigger-width\)\]{min-width: var(--radix-select-trigger-width);} .max-w-full{max-width: 100%;} .max-w-lg{max-width: 32rem;} .flex-1{flex: 1 1 0%;} .shrink-0{flex-shrink: 0;} .flex-grow{flex-grow: 1;} .origin-\[--radix-dropdown-menu-content-transform-origin\]{transform-origin: var(--radix-dropdown-menu-content-transform-origin);} .origin-\[--radix-popover-content-transform-origin\]{transform-origin: var(--radix-popover-content-transform-origin);} .origin-\[--radix-select-content-transform-origin\]{transform-origin: var(--radix-select-content-transform-origin);} .origin-\[--radix-tooltip-content-transform-origin\]{transform-origin: var(--radix-tooltip-content-transform-origin);} .-translate-y-1\/2{ --tw-translate-y: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .translate-x-\[-50\%\]{ --tw-translate-x: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .translate-y-\[-50\%\]{ --tw-translate-y: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .transform{transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));} .cursor-pointer{cursor: pointer;} .select-none{-webkit-user-select: none; -moz-user-select: none; user-select: none;} .resize-none{resize: none;} .resize{resize: both;} .grid-cols-3{grid-template-columns: repeat(3,minmax(0,1fr));} .flex-col{flex-direction: column;} .flex-col-reverse{flex-direction: column-reverse;} .flex-wrap{flex-wrap: wrap;} .items-center{align-items: center;} .justify-center{justify-content: center;} .justify-between{justify-content: space-between;} .gap-1{gap: .25rem;} .gap-1\.5{gap: .375rem;} .gap-2{gap: .5rem;} .gap-3{gap: .75rem;} .gap-4{gap: 1rem;} .space-x-2 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(.5rem * var(--tw-space-x-reverse)); margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-3 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(.75rem * var(--tw-space-x-reverse)); margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse))); } .space-y-1\.5 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(.375rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(.375rem * var(--tw-space-y-reverse)); } .space-y-2 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(.5rem * var(--tw-space-y-reverse)); } .space-y-3 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(.75rem * var(--tw-space-y-reverse)); } .space-y-4 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); } .space-y-6 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); } .overflow-auto{overflow: auto;} .overflow-hidden{overflow: hidden;} .overflow-y-auto{overflow-y: auto;} .overflow-x-hidden{overflow-x: hidden;} .text-ellipsis{text-overflow: ellipsis;} .whitespace-nowrap{white-space: nowrap;} .rounded{border-radius: .25rem;} .rounded-\[2px\]{border-radius: 2px;} .rounded-full{border-radius: 9999px;} .rounded-lg{border-radius: var(--radius);} .rounded-md{border-radius: calc(var(--radius) - 2px);} .rounded-sm{border-radius: calc(var(--radius) - 4px);} .rounded-xl{border-radius: .75rem;} .border{border-width: 1px;} .border-2{border-width: 2px;} .border-b{border-bottom-width: 1px;} .border-dashed{border-style: dashed;} .border-none{border-style: none;} .border-\[\#e0e0e0\]{ --tw-border-opacity: 1; border-color: rgb(224 224 224 / var(--tw-border-opacity, 1)); } .border-background\/20{border-color: hsl(var(--background) / .2);} .border-blue-300{ --tw-border-opacity: 1; border-color: rgb(147 197 253 / var(--tw-border-opacity, 1)); } .border-foreground\/15{border-color: hsl(var(--foreground) / .15);} .border-foreground\/60{border-color: hsl(var(--foreground) / .6);} .border-gray-200{ --tw-border-opacity: 1; border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)); } .border-gray-300{ --tw-border-opacity: 1; border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)); } .border-gray-400{ --tw-border-opacity: 1; border-color: rgb(156 163 175 / var(--tw-border-opacity, 1)); } .border-input{border-color: hsl(var(--input));} .border-popover{border-color: hsl(var(--popover));} .border-red-200{ --tw-border-opacity: 1; border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)); } .border-red-500{ --tw-border-opacity: 1; border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)); } .bg-background{background-color: hsl(var(--background));} .bg-background\/50{background-color: hsl(var(--background) / .5);} .bg-black\/60{background-color: rgb(0 0 0 / .6);} .bg-blue-100{ --tw-bg-opacity: 1; background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1)); } .bg-blue-500{ --tw-bg-opacity: 1; background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)); } .bg-blue-600{ --tw-bg-opacity: 1; background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1)); } .bg-border{background-color: hsl(var(--border));} .bg-destructive{background-color: hsl(var(--destructive));} .bg-foreground{background-color: hsl(var(--foreground));} .bg-foreground\/10{background-color: hsl(var(--foreground) / .1);} .bg-foreground\/15{background-color: hsl(var(--foreground) / .15);} .bg-gray-100{ --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)); } .bg-gray-200{ --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)); } .bg-gray-50{ --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)); } .bg-input{background-color: hsl(var(--input));} .bg-muted{background-color: hsl(var(--muted));} .bg-popover{background-color: hsl(var(--popover));} .bg-primary{background-color: hsl(var(--primary));} .bg-red-50{ --tw-bg-opacity: 1; background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)); } .bg-secondary{background-color: hsl(var(--secondary));} .bg-slate-100\/10{background-color: rgb(241 245 249 / .1);} .bg-slate-100\/5{background-color: rgb(241 245 249 / .05);} .bg-transparent{background-color: transparent;} .bg-white{ --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); } .bg-gradient-to-r{background-image: linear-gradient(to right,var(--tw-gradient-stops));} .from-background{ --tw-gradient-from: hsl(var(--background)) var(--tw-gradient-from-position); --tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .via-primary\/10{ --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to); } .to-background{ --tw-gradient-to: hsl(var(--background)) var(--tw-gradient-to-position); } .fill-current{fill: currentColor;} .object-contain{-o-object-fit: contain; object-fit: contain;} .p-0{padding: 0px;} .p-1{padding: .25rem;} .p-1\.5{padding: .375rem;} .p-2{padding: .5rem;} .p-4{padding: 1rem;} .p-6{padding: 1.5rem;} .p-\[15px\]{padding: 15px;} .px-1{padding-left: .25rem; padding-right: .25rem;} .px-2{padding-left: .5rem; padding-right: .5rem;} .px-2\.5{padding-left: .625rem; padding-right: .625rem;} .px-3{padding-left: .75rem; padding-right: .75rem;} .px-4{padding-left: 1rem; padding-right: 1rem;} .px-5{padding-left: 1.25rem; padding-right: 1.25rem;} .px-6{padding-left: 1.5rem; padding-right: 1.5rem;} .px-8{padding-left: 2rem; padding-right: 2rem;} .py-1{padding-top: .25rem; padding-bottom: .25rem;} .py-1\.5{padding-top: .375rem; padding-bottom: .375rem;} .py-2{padding-top: .5rem; padding-bottom: .5rem;} .py-4{padding-top: 1rem; padding-bottom: 1rem;} .py-\[7px\]{padding-top: 7px; padding-bottom: 7px;} .\!pr-12{padding-right: 3rem !important;} .pl-2{padding-left: .5rem;} .pl-8{padding-left: 2rem;} .pr-2{padding-right: .5rem;} .pr-8{padding-right: 2rem;} .text-left{text-align: left;} .text-center{text-align: center;} .text-6xl{font-size: 3.75rem; line-height: 1;} .text-\[11px\]{font-size: 11px;} .text-\[13px\]{font-size: 13px;} .text-\[15px\]{font-size: 15px;} .text-base{font-size: 1rem; line-height: 1.5rem;} .text-lg{font-size: 1.125rem; line-height: 1.75rem;} .text-sm{font-size: .875rem; line-height: 1.25rem;} .text-xl{font-size: 1.25rem; line-height: 1.75rem;} .text-xs{font-size: .75rem; line-height: 1rem;} .font-bold{font-weight: 700;} .font-medium{font-weight: 500;} .font-normal{font-weight: 400;} .font-semibold{font-weight: 600;} .uppercase{text-transform: uppercase;} .lowercase{text-transform: lowercase;} .capitalize{text-transform: capitalize;} .italic{font-style: italic;} .leading-none{line-height: 1;} .tracking-tight{letter-spacing: -.025em;} .tracking-widest{letter-spacing: .1em;} .text-\[\#9e9e9e\]{ --tw-text-opacity: 1; color: rgb(158 158 158 / var(--tw-text-opacity, 1)); } .text-background{color: hsl(var(--background));} .text-black{ --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity, 1)); } .text-blue-700{ --tw-text-opacity: 1; color: rgb(29 78 216 / var(--tw-text-opacity, 1)); } .text-destructive{color: hsl(var(--destructive));} .text-destructive-foreground{color: hsl(var(--destructive-foreground));} .text-foreground{color: hsl(var(--foreground));} .text-foreground\/50{color: hsl(var(--foreground) / .5);} .text-foreground\/60{color: hsl(var(--foreground) / .6);} .text-gray-500{ --tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity, 1)); } .text-gray-600{ --tw-text-opacity: 1; color: rgb(75 85 99 / var(--tw-text-opacity, 1)); } .text-gray-800{ --tw-text-opacity: 1; color: rgb(31 41 55 / var(--tw-text-opacity, 1)); } .text-muted-foreground{color: hsl(var(--muted-foreground));} .text-popover-foreground{color: hsl(var(--popover-foreground));} .text-primary{color: hsl(var(--primary));} .text-primary-foreground{color: hsl(var(--primary-foreground));} .text-red-500{ --tw-text-opacity: 1; color: rgb(239 68 68 / var(--tw-text-opacity, 1)); } .text-red-600{ --tw-text-opacity: 1; color: rgb(220 38 38 / var(--tw-text-opacity, 1)); } .text-secondary-foreground{color: hsl(var(--secondary-foreground));} .text-white{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity, 1)); } .underline{text-decoration-line: underline;} .underline-offset-4{text-underline-offset: 4px;} .caret-\[\#757575\]{caret-color: #757575;} .opacity-50{opacity: .5;} .opacity-60{opacity: .6;} .opacity-70{opacity: .7;} .shadow{ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1); --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-lg{ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-md{ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-sm{ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-xl{ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .outline-none{outline: 2px solid transparent; outline-offset: 2px;} .outline{outline-style: solid;} .ring-offset-background{ --tw-ring-offset-color: hsl(var(--background)); } .filter{filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);} .transition{transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter; transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter; transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: .15s;} .transition-colors{transition-property: color,background-color,border-color,text-decoration-color,fill,stroke; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: .15s;} .transition-opacity{transition-property: opacity; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: .15s;} .transition-transform{transition-property: transform; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: .15s;} .duration-200{transition-duration: .2s;} .ease-in-out{transition-timing-function: cubic-bezier(.4,0,.2,1);} @keyframes enter{from{opacity: var(--tw-enter-opacity, 1); transform: translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));}} @keyframes exit{to{opacity: var(--tw-exit-opacity, 1); transform: translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));}} .animate-in{animation-name: enter; animation-duration: .15s; --tw-enter-opacity: initial; --tw-enter-scale: initial; --tw-enter-rotate: initial; --tw-enter-translate-x: initial; --tw-enter-translate-y: initial;} .fade-in-0{ --tw-enter-opacity: 0; } .zoom-in-95{ --tw-enter-scale: .95; } .duration-200{animation-duration: .2s;} .ease-in-out{animation-timing-function: cubic-bezier(.4,0,.2,1);} body {font-family: "Geist",sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal;} ::-webkit-scrollbar {width: 8px;} ::-webkit-scrollbar-track {background: rgb(240,240,240);} ::-webkit-scrollbar-thumb {background: rgb(180,180,180); border-radius: 10px;} body.dark ::-webkit-scrollbar-track {background: rgb(30,30,35);} body.dark ::-webkit-scrollbar-thumb {background: rgb(80,80,90);} #color-picker > .MuiPaper-root {background: hsla(var(--background)); border: 1px solid hsla(var(--foreground) / .1); box-shadow: none; border-radius: 10px;} #color-picker .epr-main {background-color: transparent; border: none;} #color-picker .epr-search-container input {background-color: hsla(var(--foreground) / .1); border-color: hsla(var(--foreground) / .2); color: hsla(var(--foreground));} #color-picker .epr-emoji-category-label {background-color: hsla(var(--foreground) / .1); color: hsla(var(--foreground));} #color-picker .epr-main > div:last-child {border-color: hsla(var(--foreground) / .2);} #color-picker .epr-emoji-category-content .epr-btn:focus {background-color: hsla(var(--foreground) / .2);} #color-picker .epr-skin-tones {background-color: transparent;} .PlaygroundEditorTheme__table .PlaygroundEditorTheme__tableCell {border-color: hsla(var(--foreground),.2); background-color: transparent !important;} .editor .PlaygroundEditorTheme__tableAddRows,.editor .PlaygroundEditorTheme__tableAddColumns {background-color: hsla(var(--foreground)); color: hsla(var(--background)); display: flex; align-items: center; justify-content: center;} .editor .PlaygroundEditorTheme__tableAddRows svg,.editor .PlaygroundEditorTheme__tableAddColumns svg {width: 14px; height: auto;} .PlaygroundEditorTheme__hr {background-color: transparent;} .PlaygroundEditorTheme__hr:after {background-color: hsla(var(--foreground));} body .ai-chat-popup {background-color: hsla(var(--background)); color: hsla(var(--foreground));} body .ai-chat-popup .ai-chat-input {background-color: hsla(var(--background)); color: hsla(var(--foreground));} .editorView textarea {background: hsla(var(--background)); color: hsla(var(--foreground)); border-radius: 10px; padding: 14px; border-color: hsla(var(--foreground),.2);} .editor {border: 1px solid hsla(var(--background)); color: hsla(var(--foreground)); border-radius: 8px;}}#ct-editor-f47ac10b *,#ct-editor-f47ac10b :before,#ct-editor-f47ac10b :after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }#ct-editor-f47ac10b ::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }#ct-editor-f47ac10b *,#ct-editor-f47ac10b :before,#ct-editor-f47ac10b :after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}#ct-editor-f47ac10b :before,#ct-editor-f47ac10b :after{--tw-content: ""}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:from-background\/80:hover{--tw-gradient-from: hsl(var(--background) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:via-primary\/10:hover{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:to-background\/80:hover{--tw-gradient-to: hsl(var(--background) / .8) var(--tw-gradient-to-position)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-background\/70:hover{color:hsl(var(--background) / .7)}.hover\:text-foreground\/75:hover{color:hsl(var(--foreground) / .75)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.focus\:bg-foreground\/5:focus{background-color:hsl(var(--foreground) / .05)}.focus\:bg-secondary:focus{background-color:hsl(var(--secondary))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[placeholder\]\:text-muted-foreground[data-placeholder],.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.dark\:text-blue-500:is(.dark *){--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-md{max-width:28rem}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:text-left{text-align:left}}.\[\&\>hr\]\:h-\[2px\]>hr{height:2px}.\[\&\>hr\]\:border-none>hr{border-style:none}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\]\:\!size-4>svg{width:1rem!important;height:1rem!important}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:size-5>svg{width:1.25rem;height:1.25rem}.\[\&\>svg\]\:h-auto>svg{height:auto}.\[\&\>svg\]\:w-4>svg{width:1rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:\!size-4 svg{width:1rem!important;height:1rem!important}.\[\&_svg\]\:\!size-5 svg{width:1.25rem!important;height:1.25rem!important}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:size-6 svg{width:1.5rem;height:1.5rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}#ct-editor-f47ac10b .ltr{text-align:left}#ct-editor-f47ac10b .rtl{text-align:right}#ct-editor-f47ac10b .paragraph{position:relative;display:block;margin:1em 0}#ct-editor-f47ac10b .quote{margin:0 0 10px 20px;font-size:15px;color:#65676b;border-left-color:#ced0d4;border-left-width:4px;border-left-style:solid;padding-left:16px}#ct-editor-f47ac10b .h1{display:block;font-size:2em;margin:.67em 0;font-weight:700}#ct-editor-f47ac10b .h2{display:block;font-size:1.5em;margin:.83em 0;font-weight:700}#ct-editor-f47ac10b .h3{display:block;font-size:1.17em;margin:1em 0;font-weight:700}#ct-editor-f47ac10b .h4{display:block;margin:1.33em 0;font-weight:700}#ct-editor-f47ac10b .h5{display:block;font-size:.83em;margin:1.67em 0}#ct-editor-f47ac10b .h6{display:block;font-size:.67em;margin:2.33em 0;font-weight:700}#ct-editor-f47ac10b .indent{--lexical-indent-base-value: 20px}#ct-editor-f47ac10b .textBold{font-weight:700}#ct-editor-f47ac10b .textItalic{font-style:italic}#ct-editor-f47ac10b .textUnderline{text-decoration:underline}#ct-editor-f47ac10b .textStrikethrough{text-decoration:line-through}#ct-editor-f47ac10b .textUnderlineStrikethrough{text-decoration:underline line-through}#ct-editor-f47ac10b .textSubscript{font-size:.8em;vertical-align:sub!important}#ct-editor-f47ac10b .textSuperscript{font-size:.8em;vertical-align:super}#ct-editor-f47ac10b .textCode{background-color:hsla(var(--foreground) / .08);color:hsla(var(--foreground) / .9);padding:2px 6px;font-family:Menlo,Consolas,Monaco,monospace;font-size:90%;border-radius:4px;border:1px solid hsla(var(--foreground) / .1);transition:all .2s ease}#ct-editor-f47ac10b .textCode:hover{background-color:hsla(var(--foreground) / .12);border-color:hsla(var(--foreground) / .2)}#ct-editor-f47ac10b .hashtag{background-color:#5890ff26;border-bottom:1px solid rgba(88,144,255,.3)}#ct-editor-f47ac10b .link{color:#216fdb;text-decoration:none}#ct-editor-f47ac10b .link:hover{text-decoration:underline;cursor:pointer}#ct-editor-f47ac10b .code{background-color:hsla(var(--foreground) / .05);color:hsla(var(--foreground));font-family:Menlo,Consolas,Monaco,monospace;display:block;padding:8px 8px 8px 52px;line-height:1.53;font-size:13px;margin:8px 0;-moz-tab-size:2;-o-tab-size:2;tab-size:2;overflow-x:auto;position:relative;border-radius:6px;border:1px solid hsla(var(--foreground) / .1);transition:all .2s ease;cursor:pointer}#ct-editor-f47ac10b .code:hover{background-color:hsla(var(--foreground) / .08);border-color:hsla(var(--foreground) / .2);box-shadow:0 2px 8px hsla(var(--foreground) / .1)}#ct-editor-f47ac10b .code:focus-within{outline:2px solid hsla(var(--primary));outline-offset:2px}#ct-editor-f47ac10b .code.selected{background-color:hsla(var(--foreground) / .1);border-color:hsla(var(--primary));box-shadow:0 0 0 2px hsla(var(--primary) / .2)}#ct-editor-f47ac10b .code:before{content:attr(data-gutter);position:absolute;background-color:hsla(var(--foreground) / .08);left:0;top:0;border-right:1px solid hsla(var(--foreground) / .15);border-top-left-radius:6px;border-bottom-left-radius:6px;padding:8px;color:hsla(var(--foreground) / .6);white-space:pre-wrap;text-align:right;min-width:25px}#ct-editor-f47ac10b .characterLimit{display:inline;background-color:#fbb!important}#ct-editor-f47ac10b .ol1{padding:0;margin:0;list-style-position:inside}#ct-editor-f47ac10b .ol2{padding:0;margin:0;list-style-type:upper-alpha;list-style-position:inside}#ct-editor-f47ac10b .ol3{padding:0;margin:0;list-style-type:lower-alpha;list-style-position:inside}#ct-editor-f47ac10b .ol4{padding:0;margin:0;list-style-type:upper-roman;list-style-position:inside}#ct-editor-f47ac10b .ol5{padding:0;margin:0;list-style-type:lower-roman;list-style-position:inside}#ct-editor-f47ac10b .ul{padding:0;margin:0;list-style-position:inside}#ct-editor-f47ac10b .listItem{margin:0 32px}#ct-editor-f47ac10b .listItemChecked,#ct-editor-f47ac10b .listItemUnchecked{position:relative;margin-left:8px;margin-right:8px;padding-left:24px;padding-right:24px;list-style-type:none;outline:none}#ct-editor-f47ac10b .listItemChecked{text-decoration:line-through}#ct-editor-f47ac10b .listItemUnchecked:before,#ct-editor-f47ac10b .listItemChecked:before{content:"";width:16px;height:16px;top:2px;left:0;cursor:pointer;display:block;background-size:cover;position:absolute}#ct-editor-f47ac10b .listItemUnchecked[dir=rtl]:before,#ct-editor-f47ac10b .listItemChecked[dir=rtl]:before{left:auto;right:0}#ct-editor-f47ac10b .listItemUnchecked:focus:before,#ct-editor-f47ac10b .listItemChecked:focus:before{box-shadow:0 0 0 2px #a6cdfe;border-radius:2px}#ct-editor-f47ac10b .listItemUnchecked:before{border:1px solid #999;border-radius:2px}#ct-editor-f47ac10b .listItemChecked:before{border:1px solid rgb(61,135,245);border-radius:2px;background-color:#3d87f5;background-repeat:no-repeat}#ct-editor-f47ac10b .listItemChecked:after{content:"";cursor:pointer;border-color:#fff;border-style:solid;position:absolute;display:block;top:6px;width:3px;left:7px;right:7px;height:6px;transform:rotate(45deg);border-width:0 2px 2px 0}#ct-editor-f47ac10b .nestedListItem{list-style-type:none}#ct-editor-f47ac10b .nestedListItem:before,#ct-editor-f47ac10b .nestedListItem:after{display:none}#ct-editor-f47ac10b .tokenComment{color:#708090}#ct-editor-f47ac10b .tokenPunctuation{color:#999}#ct-editor-f47ac10b .tokenProperty{color:#905}#ct-editor-f47ac10b .tokenSelector{color:#690}#ct-editor-f47ac10b .tokenOperator{color:#9a6e3a}#ct-editor-f47ac10b .tokenAttr{color:#07a}#ct-editor-f47ac10b .tokenVariable{color:#e90}#ct-editor-f47ac10b .tokenFunction{color:#dd4a68}#ct-editor-f47ac10b .mark{background:rgba(255,212,0,.14);border-bottom:2px solid rgba(255,212,0,.3);padding-bottom:2px}#ct-editor-f47ac10b .markOverlap{background:rgba(255,212,0,.3);border-bottom:2px solid rgba(255,212,0,.7)}#ct-editor-f47ac10b .mark.selected{background:rgba(255,212,0,.5);border-bottom:2px solid rgba(255,212,0,1)}#ct-editor-f47ac10b .markOverlap.selected{background:rgba(255,212,0,.7);border-bottom:2px solid rgba(255,212,0,.7)}#ct-editor-f47ac10b .embedBlock{-webkit-user-select:none;-moz-user-select:none;user-select:none}#ct-editor-f47ac10b .embedBlockFocus{outline:2px solid rgb(60,132,244)}#ct-editor-f47ac10b .tree-view-output{display:block;background:#222;color:#fff;padding:0;font-size:12px;margin:1px auto 10px;max-height:250px;position:relative;overflow:hidden;border-bottom-left-radius:10px;border-bottom-right-radius:10px}#ct-editor-f47ac10b .debug-timetravel-panel{overflow:hidden;padding:0 0 10px;margin:auto;display:flex}#ct-editor-f47ac10b .debug-timetravel-panel-slider{padding:0;flex:8}#ct-editor-f47ac10b .debug-timetravel-panel-button{padding:0;border:0;background:none;flex:1;color:#fff;font-size:12px}#ct-editor-f47ac10b .debug-timetravel-panel-button:hover{text-decoration:underline}#ct-editor-f47ac10b .debug-timetravel-button{border:0;padding:0;font-size:12px;top:10px;right:15px;position:absolute;background:none;color:#fff}#ct-editor-f47ac10b .debug-timetravel-button:hover{text-decoration:underline}#ct-editor-f47ac10b{@keyframes CursorBlink{to{visibility:hidden}}@keyframes table-controls{0%{opacity:0}to{opacity:1}}}#ct-editor-f47ac10b .PlaygroundEditorTheme__ltr{text-align:left}#ct-editor-f47ac10b .PlaygroundEditorTheme__rtl{text-align:right}#ct-editor-f47ac10b .PlaygroundEditorTheme__paragraph{margin:0;position:relative}#ct-editor-f47ac10b .PlaygroundEditorTheme__quote{margin:0 0 10px 20px;font-size:15px;border-left-width:4px;border-left-style:solid;padding-left:16px}#ct-editor-f47ac10b .PlaygroundEditorTheme__h1{font-size:24px;font-weight:400;margin:0}#ct-editor-f47ac10b .PlaygroundEditorTheme__h2{font-size:15px;color:#65676b;font-weight:700;margin:0;text-transform:uppercase}#ct-editor-f47ac10b .PlaygroundEditorTheme__h3{font-size:12px;margin:0;text-transform:uppercase}#ct-editor-f47ac10b .PlaygroundEditorTheme__indent{--lexical-indent-base-value: 40px}#ct-editor-f47ac10b .PlaygroundEditorTheme__textBold{font-weight:700}#ct-editor-f47ac10b .PlaygroundEditorTheme__textItalic{font-style:italic}#ct-editor-f47ac10b .PlaygroundEditorTheme__textUnderline{text-decoration:underline}#ct-editor-f47ac10b .PlaygroundEditorTheme__textStrikethrough{text-decoration:line-through}#ct-editor-f47ac10b .PlaygroundEditorTheme__textUnderlineStrikethrough{text-decoration:underline line-through}#ct-editor-f47ac10b .PlaygroundEditorTheme__tabNode{position:relative;text-decoration:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderline:after{content:"";position:absolute;left:0;right:0;bottom:.15em;border-bottom:.1em solid currentColor}#ct-editor-f47ac10b .PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textStrikethrough:before{content:"";position:absolute;left:0;right:0;top:.69em;border-top:.1em solid currentColor}#ct-editor-f47ac10b .PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderlineStrikethrough:before,#ct-editor-f47ac10b .PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderlineStrikethrough:after{content:"";position:absolute;left:0;right:0}#ct-editor-f47ac10b .PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderlineStrikethrough:before{top:.69em;border-top:.1em solid currentColor}#ct-editor-f47ac10b .PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderlineStrikethrough:after{bottom:.05em;border-bottom:.1em solid currentColor}#ct-editor-f47ac10b .PlaygroundEditorTheme__textSubscript{font-size:.8em;vertical-align:sub!important}#ct-editor-f47ac10b .PlaygroundEditorTheme__textSuperscript{font-size:.8em;vertical-align:super}#ct-editor-f47ac10b .PlaygroundEditorTheme__textCode{background-color:hsla(var(--foreground) / .08);color:hsla(var(--foreground) / .9);padding:2px 6px;font-family:Menlo,Consolas,Monaco,monospace;font-size:90%;border-radius:4px;border:1px solid hsla(var(--foreground) / .1);transition:all .2s ease}#ct-editor-f47ac10b .PlaygroundEditorTheme__textCode:hover{background-color:hsla(var(--foreground) / .12);border-color:hsla(var(--foreground) / .2)}#ct-editor-f47ac10b .PlaygroundEditorTheme__textLowercase{text-transform:lowercase}#ct-editor-f47ac10b .PlaygroundEditorTheme__textUppercase{text-transform:uppercase}#ct-editor-f47ac10b .PlaygroundEditorTheme__textCapitalize{text-transform:capitalize}#ct-editor-f47ac10b .PlaygroundEditorTheme__hashtag{background-color:#5890ff26;border-bottom:1px solid rgba(88,144,255,.3)}#ct-editor-f47ac10b .PlaygroundEditorTheme__link{color:#216fdb;text-decoration:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__link:hover{text-decoration:underline;cursor:pointer}#ct-editor-f47ac10b .PlaygroundEditorTheme__blockCursor{display:block;pointer-events:none;position:absolute}#ct-editor-f47ac10b .PlaygroundEditorTheme__blockCursor:after{content:"";display:block;position:absolute;top:-2px;width:20px;border-top:1px solid black;animation:CursorBlink 1.1s steps(2,start) infinite}#ct-editor-f47ac10b .PlaygroundEditorTheme__code{background-color:hsla(var(--foreground) / .05);color:hsla(var(--foreground));font-family:Menlo,Consolas,Monaco,monospace;display:block;padding:8px 8px 8px 52px;line-height:1.53;font-size:13px;margin:8px 0;overflow-x:auto;position:relative;-moz-tab-size:2;-o-tab-size:2;tab-size:2;border-radius:6px;border:1px solid hsla(var(--foreground) / .1);transition:all .2s ease;cursor:pointer}#ct-editor-f47ac10b .PlaygroundEditorTheme__code:hover{background-color:hsla(var(--foreground) / .08);border-color:hsla(var(--foreground) / .2);box-shadow:0 2px 8px hsla(var(--foreground) / .1)}#ct-editor-f47ac10b .PlaygroundEditorTheme__code:focus-within{outline:2px solid hsla(var(--primary));outline-offset:2px}#ct-editor-f47ac10b .PlaygroundEditorTheme__code.selected{background-color:hsla(var(--foreground) / .1);border-color:hsla(var(--primary));box-shadow:0 0 0 2px hsla(var(--primary) / .2)}#ct-editor-f47ac10b .PlaygroundEditorTheme__code:before{content:attr(data-gutter);position:absolute;background-color:hsla(var(--foreground) / .08);left:0;top:0;border-right:1px solid hsla(var(--foreground) / .15);border-top-left-radius:6px;border-bottom-left-radius:6px;padding:8px;color:hsla(var(--foreground) / .6);white-space:pre-wrap;text-align:right;min-width:25px}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableScrollableWrapper{overflow-x:auto;margin:0 25px 30px 0}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableScrollableWrapper>.PlaygroundEditorTheme__table{margin-top:0;margin-bottom:0}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableAlignmentCenter{margin-left:auto;margin-right:auto}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableAlignmentRight{margin-left:auto}#ct-editor-f47ac10b .PlaygroundEditorTheme__table{border-collapse:collapse;border-spacing:0;overflow-y:scroll;overflow-x:scroll;table-layout:fixed;width:-moz-fit-content;width:fit-content;margin-top:25px;margin-bottom:30px}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableRowStriping tr:nth-child(2n){background-color:hsla(var(--foreground) / .1)}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableRowStriping tr:nth-child(2n) .table-cell-action-button{color:hsla(var(--background))}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableSelection *::-moz-selection{background-color:transparent}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableSelection *::selection{background-color:transparent}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableSelected{outline:2px solid rgb(60,132,244)}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCell{border:1px solid #bbb;width:75px;vertical-align:top;text-align:start;padding:6px 8px;position:relative;outline:none;overflow:auto}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCell>*{overflow:inherit}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellResizer{position:absolute;right:-4px;height:100%;width:8px;cursor:ew-resize;z-index:10;top:0}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellHeader{font-weight:700;text-align:start}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellSelected{caret-color:transparent}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellSelected:after{position:absolute;left:0;right:0;bottom:0;top:0;background-color:highlight;mix-blend-mode:multiply;content:"";pointer-events:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableAddColumns{position:absolute;background-color:#eee;height:100%;animation:table-controls .2s ease;border:0;cursor:pointer}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableAddColumns:after{display:block;content:" ";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.4}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableAddColumns:hover{background-color:#c9dbf0}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableAddRows{position:absolute;width:calc(100% - 25px);background-color:#eee;animation:table-controls .2s ease;border:0;cursor:pointer}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellResizeRuler{display:block;position:absolute;width:1px;background-color:#3c84f4;height:100%;top:0}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellActionButtonContainer{display:block;right:5px;top:6px;position:absolute;z-index:4;width:20px;height:20px}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellActionButton{background-color:#eee;display:block;border:0;border-radius:20px;width:20px;height:20px;color:#222;cursor:pointer}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellActionButton:hover{background-color:#ddd}#ct-editor-f47ac10b .PlaygroundEditorTheme__characterLimit{display:inline;background-color:#fbb!important}#ct-editor-f47ac10b .PlaygroundEditorTheme__ol1{padding:0;margin:0;list-style-position:outside}#ct-editor-f47ac10b .PlaygroundEditorTheme__ol2{padding:0;margin:0;list-style-type:upper-alpha;list-style-position:outside}#ct-editor-f47ac10b .PlaygroundEditorTheme__ol3{padding:0;margin:0;list-style-type:lower-alpha;list-style-position:outside}#ct-editor-f47ac10b .PlaygroundEditorTheme__ol4{padding:0;margin:0;list-style-type:upper-roman;list-style-position:outside}#ct-editor-f47ac10b .PlaygroundEditorTheme__ol5{padding:0;margin:0;list-style-type:lower-roman;list-style-position:outside}#ct-editor-f47ac10b .PlaygroundEditorTheme__ul{padding:0;margin:0;list-style-position:outside}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItem{margin:0 32px}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemChecked,#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemUnchecked{position:relative;margin-left:8px;margin-right:8px;padding-left:24px;padding-right:24px;list-style-type:none;outline:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemChecked{text-decoration:line-through}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemUnchecked:before,#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemChecked:before{content:"";width:16px;height:16px;top:2px;left:0;cursor:pointer;display:block;background-size:cover;position:absolute}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemUnchecked[dir=rtl]:before,#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemChecked[dir=rtl]:before{left:auto;right:0}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemUnchecked:focus:before,#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemChecked:focus:before{box-shadow:0 0 0 2px #a6cdfe;border-radius:2px}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemUnchecked:before{border:1px solid #999;border-radius:2px}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemChecked:before{border:1px solid rgb(61,135,245);border-radius:2px;background-color:#3d87f5;background-repeat:no-repeat}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemChecked:after{content:"";cursor:pointer;border-color:#fff;border-style:solid;position:absolute;display:block;top:6px;width:3px;left:7px;right:7px;height:6px;transform:rotate(45deg);border-width:0 2px 2px 0}#ct-editor-f47ac10b .PlaygroundEditorTheme__nestedListItem{list-style-type:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__nestedListItem:before,#ct-editor-f47ac10b .PlaygroundEditorTheme__nestedListItem:after{display:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenComment{color:#708090}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenPunctuation{color:#999}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenProperty{color:#905}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenSelector{color:#690}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenOperator{color:#9a6e3a}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenAttr{color:#07a}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenVariable{color:#e90}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenFunction{color:#dd4a68}#ct-editor-f47ac10b .PlaygroundEditorTheme__mark{background:rgba(255,212,0,.14);border-bottom:2px solid rgba(255,212,0,.3);padding-bottom:2px}#ct-editor-f47ac10b .PlaygroundEditorTheme__markOverlap{background:rgba(255,212,0,.3);border-bottom:2px solid rgba(255,212,0,.7)}#ct-editor-f47ac10b .PlaygroundEditorTheme__mark.selected{background:rgba(255,212,0,.5);border-bottom:2px solid rgba(255,212,0,1)}#ct-editor-f47ac10b .PlaygroundEditorTheme__markOverlap.selected{background:rgba(255,212,0,.7);border-bottom:2px solid rgba(255,212,0,.7)}#ct-editor-f47ac10b .PlaygroundEditorTheme__embedBlock{-webkit-user-select:none;-moz-user-select:none;user-select:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__embedBlockFocus{outline:2px solid rgb(60,132,244)}#ct-editor-f47ac10b .PlaygroundEditorTheme__layoutContainer{display:grid;gap:10px;margin:10px 0}#ct-editor-f47ac10b .PlaygroundEditorTheme__layoutItem{border:1px dashed #ddd;padding:8px 16px;min-width:0;max-width:100%}#ct-editor-f47ac10b .PlaygroundEditorTheme__autocomplete{color:#ccc}#ct-editor-f47ac10b .PlaygroundEditorTheme__hr{padding:2px;border:none;margin:1em 0;cursor:pointer}#ct-editor-f47ac10b .PlaygroundEditorTheme__hr:after{content:"";display:block;height:2px;line-height:2px}#ct-editor-f47ac10b .PlaygroundEditorTheme__hr.selected{outline:2px solid rgb(60,132,244);-webkit-user-select:none;-moz-user-select:none;user-select:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__specialText{background-color:#ff0;font-weight:700}#ct-editor-f47ac10b .editor-image{position:relative;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none}#ct-editor-f47ac10b .editor-image img{max-width:100%;cursor:default}#ct-editor-f47ac10b .editor-image img.focused{outline:2px solid rgb(60,132,244);-webkit-user-select:none;-moz-user-select:none;user-select:none}#ct-editor-f47ac10b .editor-image img.focused.draggable{cursor:grab}#ct-editor-f47ac10b .editor-image img.focused.draggable:active{cursor:grabbing}#ct-editor-f47ac10b .editor-image .image-resizer{display:block!important;width:8px!important;height:8px!important;position:absolute!important;background-color:#3c84f4!important;border:1px solid #fff!important;border-radius:50%!important;z-index:10!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-n{top:-6px!important;left:48%!important;cursor:n-resize!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-ne{top:-6px!important;right:-6px!important;cursor:ne-resize!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-e{bottom:48%!important;right:-6px!important;cursor:e-resize!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-se{bottom:-2px!important;right:-6px!important;cursor:nwse-resize!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-s{bottom:-2px!important;left:48%!important;cursor:s-resize!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-sw{bottom:-2px!important;left:-6px!important;cursor:sw-resize!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-w{bottom:48%!important;left:-6px!important;cursor:w-resize!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-nw{top:-6px!important;left:-6px!important;cursor:nw-resize!important}#ct-editor-f47ac10b .ai-chat-popup{position:absolute;top:45px;left:0;border-radius:8px;padding:16px;z-index:10000;width:100%}#ct-editor-f47ac10b .ai-chat-form{display:flex;gap:12px;align-items:center}#ct-editor-f47ac10b .ai-chat-input{flex:1;padding:10px 12px;border-width:1px;border-style:solid;border-radius:12px;font-size:14px;outline:none;transition:border-color .2s}#ct-editor-f47ac10b .ai-chat-error{color:#d32f2f;font-size:14px;margin-bottom:10px;padding:8px;background-color:#ffebee;border-radius:4px;text-align:center}#ct-editor-f47ac10b .ai-chat-trigger{position:fixed;bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;background-color:#2196f3;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0003;z-index:1000;transition:background-color .2s}#ct-editor-f47ac10b .ai-chat-trigger:hover{background-color:#1976d2}#ct-editor-f47ac10b .ai-chat-trigger svg{width:24px;height:24px;fill:#fff}.code-action-menu-container{height:36px;font-size:11px;color:hsla(var(--foreground) / .7);position:absolute;display:flex;align-items:center;flex-direction:row;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:hsla(var(--background) / .95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(var(--foreground) / .1);border-radius:8px;padding:4px 8px;box-shadow:0 4px 12px hsla(var(--foreground) / .1);z-index:10}.code-action-menu-container .code-highlight-language{margin-right:8px;font-weight:500;color:hsla(var(--foreground) / .8);background-color:hsla(var(--foreground) / .08);padding:2px 6px;border-radius:4px;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.code-action-menu-container button.menu-item{border:1px solid transparent;border-radius:4px;padding:4px 8px;background:none;cursor:pointer;flex-shrink:0;display:flex;align-items:center;color:hsla(var(--foreground) / .7);text-transform:uppercase;font-size:10px;font-weight:500;transition:all .2s ease;margin-left:2px}.code-action-menu-container button.menu-item i.format{height:14px;width:14px;opacity:.7;display:flex;color:hsla(var(--foreground) / .7);background-size:contain;margin-right:4px}.code-action-menu-container button.menu-item:hover{background-color:hsla(var(--foreground) / .08);border:1px solid hsla(var(--foreground) / .2);color:hsla(var(--foreground) / .9);transform:translateY(-1px);box-shadow:0 2px 4px hsla(var(--foreground) / .1)}.code-action-menu-container button.menu-item:hover i.format{opacity:1}.code-action-menu-container button.menu-item:active{background-color:hsla(var(--primary) / .1);border:1px solid hsla(var(--primary) / .3);color:hsla(var(--primary));transform:translateY(0)}.code-action-menu-container .prettier-wrapper{position:relative}.code-action-menu-container .prettier-wrapper .code-error-tips{padding:5px;border-radius:4px;color:#fff;background:#222;margin-top:4px;position:absolute;top:26px;right:0}.floating-embed-menu{display:flex!important;flex-direction:column;background:#fff;padding:8px;position:absolute;top:0;left:0;z-index:9999!important;opacity:1!important;box-shadow:0 5px 10px #0000004d;border-radius:8px;transition:opacity .3s;will-change:transform;min-width:200px;pointer-events:auto!important;visibility:visible!important;border:1px solid #ddd}.embed-menu-section{margin-bottom:8px;width:100%}.embed-menu-section:last-child{margin-bottom:0}.embed-menu-section-title{font-size:12px;color:#777;margin-bottom:4px;font-weight:500;padding:0 4px}.embed-menu-buttons{display:flex;flex-wrap:wrap;width:100%}.embed-menu-button{display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:4px;padding:6px;margin-right:4px;cursor:pointer;color:#555;transition:background-color .2s,color .2s}.embed-menu-button:hover{background-color:#f0f0f0}.embed-menu-button.active{background-color:#1976d21a;color:#1976d2}.embed-menu-divider{height:1px;background-color:#eee;margin:8px 0;width:100%}.embed-node-wrapper{display:flex;width:100%;margin:8px 0}.embed-align-left{margin-right:auto}.embed-align-center{margin-left:auto;margin-right:auto}.embed-align-right{margin-left:auto}.embed-url{min-width:200px;max-width:100%}.embed-card{width:300px;height:auto}.embed-embed{min-width:200px;min-height:150px}.link-editor{display:flex;position:absolute;top:0;left:0;z-index:10;max-width:400px;width:100%;opacity:0;transition:opacity .5s;will-change:transform}.link-editor .button{width:20px;height:20px;display:inline-block;padding:6px;border-radius:8px;cursor:pointer;margin:0 2px}.link-editor .button.hovered{width:20px;height:20px;display:inline-block;background-color:#eee}.link-editor .button i,.actions i{background-size:contain;display:inline-block;height:20px;width:20px;vertical-align:-.25em}.floating-text-format-popup{display:flex;padding:4px;vertical-align:middle;position:absolute;top:0;left:0;z-index:10;opacity:0;border-radius:8px;transition:opacity .5s;will-change:transform}.floating-text-format-popup button.popup-item{border:0;display:flex;background:none;border-radius:10px;padding:2px;cursor:pointer;vertical-align:middle}.floating-text-format-popup button.popup-item:disabled{cursor:not-allowed}.floating-text-format-popup button.popup-item.spaced{margin-right:2px}.floating-text-format-popup button.popup-item i.format{background-size:contain;height:18px;width:18px;margin-top:2px;vertical-align:-.25em;display:flex;opacity:.6}.floating-text-format-popup button.popup-item:disabled i.format{opacity:.2}.floating-text-format-popup button.popup-item.active i{opacity:1}.floating-text-format-popup button.popup-item i.format.ai-chat{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'%3E%3Cpath d='M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z'%3E%3C/path%3E%3C/svg%3E")}.floating-text-format-popup select.popup-item{border:0;display:flex;background:none;border-radius:10px;padding:8px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;width:70px;font-size:14px;color:#777;text-overflow:ellipsis}.floating-text-format-popup select.code-language{text-transform:capitalize;width:130px}.floating-text-format-popup .popup-item .text{display:flex;line-height:20px;vertical-align:middle;font-size:14px;color:#777;text-overflow:ellipsis;width:70px;overflow:hidden;height:20px;text-align:left}.floating-text-format-popup .popup-item .icon{display:flex;width:20px;height:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-right:8px;line-height:16px;background-size:contain}.floating-text-format-popup i.chevron-down{margin-top:3px;width:16px;height:16px;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.floating-text-format-popup i.chevron-down.inside{width:16px;height:16px;display:flex;margin-left:-25px;margin-top:11px;margin-right:10px;pointer-events:none}.floating-text-format-popup .divider{width:1px;background-color:#eee;margin:0 4px}@media (max-width: 1024px){.floating-text-format-popup button.insert-comment{display:none}}.color-picker-wrapper{padding:20px}.color-picker-basic-color{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0}.color-picker-basic-color button{border:1px solid #ccc;border-radius:4px;height:16px;width:16px;cursor:pointer;list-style-type:none}.color-picker-basic-color button.active{box-shadow:0 0 2px 2px #0000004d}.color-picker-saturation{width:100%;position:relative;margin-top:15px;height:150px;background-image:linear-gradient(transparent,black),linear-gradient(to right,white,transparent);-webkit-user-select:none;-moz-user-select:none;user-select:none}.color-picker-saturation_cursor{position:absolute;width:20px;height:20px;border:2px solid #ffffff;border-radius:50%;box-shadow:0 0 15px #00000026;box-sizing:border-box;transform:translate(-10px,-10px)}.color-picker-hue{width:100%;position:relative;margin-top:15px;height:12px;background-image:linear-gradient(to right,rgb(255,0,0),rgb(255,255,0),rgb(0,255,0),rgb(0,255,255),rgb(0,0,255),rgb(255,0,255),rgb(255,0,0));-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:12px}.color-picker-hue_cursor{position:absolute;width:20px;height:20px;border:2px solid #ffffff;border-radius:50%;box-shadow:#0003 0 0 0 .5px;box-sizing:border-box;transform:translate(-10px,-4px)}.color-picker-color{border:1px solid #ccc;margin-top:15px;width:100%;height:20px}.Input__wrapper{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.Input__label{display:flex;flex:1;color:#666}.Input__input{display:flex;flex:2;border:1px solid #999;padding:7px 10px;font-size:16px;border-radius:5px;min-width:0}.TableCellResizer__resizer{position:absolute}
|
|
1
|
+
@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap";*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--cteditorf47ac10b-background: 0 0% 100%;--cteditorf47ac10b-foreground: 240 6% 10%;--cteditorf47ac10b-secondary: 0 0% 92%;--cteditorf47ac10b-body: 0 0% 92%;--cteditorf47ac10b-card: 0 0% 100%;--cteditorf47ac10b-card-foreground: 0 0% 3.9%;--cteditorf47ac10b-popover: 0 0% 100%;--cteditorf47ac10b-popover-foreground: 0 0% 3.9%;--cteditorf47ac10b-primary: 0 0% 9%;--cteditorf47ac10b-primary-foreground: 0 0% 98%;--cteditorf47ac10b-secondary-foreground: 0 0% 9%;--cteditorf47ac10b-muted: 0 0% 96.1%;--cteditorf47ac10b-muted-foreground: 0 0% 45.1%;--cteditorf47ac10b-accent: 0 0% 96.1%;--cteditorf47ac10b-accent-foreground: 0 0% 9%;--cteditorf47ac10b-destructive: 0 84.2% 60.2%;--cteditorf47ac10b-destructive-foreground: 0 0% 98%;--cteditorf47ac10b-border: 0 0% 89.8%;--cteditorf47ac10b-input: 0 0% 89.8%;--cteditorf47ac10b-ring: 0 0% 3.9%;--cteditorf47ac10b-chart-1: 12 76% 61%;--cteditorf47ac10b-chart-2: 173 58% 39%;--cteditorf47ac10b-chart-3: 197 37% 24%;--cteditorf47ac10b-chart-4: 43 74% 66%;--cteditorf47ac10b-chart-5: 27 87% 67%;--cteditorf47ac10b-radius: .5rem}.dark{--cteditorf47ac10b-background: 240 6% 10%;--cteditorf47ac10b-foreground: 0 0% 100%;--cteditorf47ac10b-secondary: 240 7% 15%;--cteditorf47ac10b-body: 240 10% 4%;--cteditorf47ac10b-card: 0 0% 14.9%;--cteditorf47ac10b-card-foreground: 0 0% 98%;--cteditorf47ac10b-popover: 0 0% 14.9%;--cteditorf47ac10b-popover-foreground: 0 0% 98%;--cteditorf47ac10b-primary: 0 0% 98%;--cteditorf47ac10b-primary-foreground: 0 0% 9%;--cteditorf47ac10b-secondary-foreground: 0 0% 98%;--cteditorf47ac10b-muted: 0 0% 14.9%;--cteditorf47ac10b-muted-foreground: 0 0% 63.9%;--cteditorf47ac10b-accent: 0 0% 14.9%;--cteditorf47ac10b-accent-foreground: 0 0% 98%;--cteditorf47ac10b-destructive: 0 62.8% 30.6%;--cteditorf47ac10b-destructive-foreground: 0 0% 98%;--cteditorf47ac10b-border: 0 0% 14.9%;--cteditorf47ac10b-input: 0 0% 14.9%;--cteditorf47ac10b-ring: 0 0% 83.1%;--cteditorf47ac10b-chart-1: 220 70% 50%;--cteditorf47ac10b-chart-2: 160 60% 45%;--cteditorf47ac10b-chart-3: 30 80% 55%;--cteditorf47ac10b-chart-4: 280 65% 60%;--cteditorf47ac10b-chart-5: 340 75% 55%}@layer utilities{*{border-color:hsl(var(--cteditorf47ac10b-border))}}*{border-color:hsl(var(--cteditorf47ac10b-border))}body{background-color:hsl(var(--cteditorf47ac10b-body));color:hsl(var(--cteditorf47ac10b-foreground));font-family:Geist,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:rgb(240,240,240)}::-webkit-scrollbar-thumb{background:rgb(180,180,180);border-radius:10px}body.dark ::-webkit-scrollbar-track{background:rgb(30,30,35)}body.dark ::-webkit-scrollbar-thumb{background:rgb(80,80,90)}.PlaygroundEditorTheme__table .PlaygroundEditorTheme__tableCell{border-color:hsla(var(--cteditorf47ac10b-foreground),.2);background-color:transparent!important}.editor .PlaygroundEditorTheme__tableAddRows,.editor .PlaygroundEditorTheme__tableAddColumns{background-color:hsla(var(--cteditorf47ac10b-foreground));color:hsla(var(--cteditorf47ac10b-background));display:flex;align-items:center;justify-content:center}.\!editor .PlaygroundEditorTheme__tableAddRows,.\!editor .PlaygroundEditorTheme__tableAddColumns{background-color:hsla(var(--cteditorf47ac10b-foreground))!important;color:hsla(var(--cteditorf47ac10b-background))!important;display:flex!important;align-items:center!important;justify-content:center!important}.editor .PlaygroundEditorTheme__tableAddRows svg,.editor .PlaygroundEditorTheme__tableAddColumns svg{width:14px;height:auto}.\!editor .PlaygroundEditorTheme__tableAddRows svg,.\!editor .PlaygroundEditorTheme__tableAddColumns svg{width:14px!important;height:auto!important}.PlaygroundEditorTheme__hr{background-color:transparent}.PlaygroundEditorTheme__hr:after{background-color:hsla(var(--cteditorf47ac10b-foreground))}body .ai-chat-popup{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;color:hsla(var(--cteditorf47ac10b-foreground))}body .ai-chat-popup .ai-chat-input{background-color:hsla(var(--cteditorf47ac10b-background));color:hsla(var(--cteditorf47ac10b-foreground))}.editorView textarea{background:hsla(var(--cteditorf47ac10b-background));color:hsla(var(--cteditorf47ac10b-foreground));border-radius:10px;padding:14px;border-color:hsla(var(--cteditorf47ac10b-foreground)/ .2)}.\!editor{border:1px solid hsla(var(--cteditorf47ac10b-background))!important;color:hsla(var(--cteditorf47ac10b-foreground))!important;border-radius:8px!important}.editor{border:1px solid hsla(var(--cteditorf47ac10b-background));color:hsla(var(--cteditorf47ac10b-foreground));border-radius:8px}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.-right-1{right:-.25rem}.-top-1{top:-.25rem}.left-2{left:.5rem}.left-4{left:1rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-14{right:3.5rem}.right-2{right:.5rem}.right-4{right:1rem}.right-full{right:100%}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.z-40{z-index:40}.z-50{z-index:50}.m-4{margin:1rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.ml-1{margin-left:.25rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.\!size-4{width:1rem!important;height:1rem!important}.\!size-5{width:1.25rem!important;height:1.25rem!important}.\!size-\[18px\]{width:18px!important;height:18px!important}.size-4{width:1rem;height:1rem}.size-\[18px\]{width:18px;height:18px}.h-10{height:2.5rem}.h-12{height:3rem}.h-2{height:.5rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[18px\]{height:18px}.h-\[1px\]{height:1px}.h-\[2px\]{height:2px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.max-h-\[--radix-select-content-available-height\]{max-height:var(--radix-select-content-available-height)}.max-h-\[200px\]{max-height:200px}.max-h-\[500px\]{max-height:500px}.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height)}.min-h-14{min-height:3.5rem}.min-h-\[1\.25rem\]{min-height:1.25rem}.min-h-\[150px\]{min-height:150px}.min-h-screen{min-height:100vh}.w-16{width:4rem}.w-2{width:.5rem}.w-24{width:6rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[120px\]{width:120px}.w-\[14px\]{width:14px}.w-\[1px\]{width:1px}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[18px\]{min-width:18px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.origin-\[--radix-dropdown-menu-content-transform-origin\]{transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.origin-\[--radix-popover-content-transform-origin\]{transform-origin:var(--radix-popover-content-transform-origin)}.origin-\[--radix-select-content-transform-origin\]{transform-origin:var(--radix-select-content-transform-origin)}.origin-\[--radix-tooltip-content-transform-origin\]{transform-origin:var(--radix-tooltip-content-transform-origin)}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-\[2px\]{border-radius:2px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--cteditorf47ac10b-radius)}.rounded-md{border-radius:calc(var(--cteditorf47ac10b-radius) - 2px)}.rounded-sm{border-radius:calc(var(--cteditorf47ac10b-radius) - 4px)}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#e0e0e0\]{--tw-border-opacity: 1;border-color:rgb(224 224 224 / var(--tw-border-opacity, 1))}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-background\/20{border-color:hsl(var(--cteditorf47ac10b-background) / .2)}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-border{border-color:hsl(var(--cteditorf47ac10b-border))}.border-foreground\/15{border-color:hsl(var(--cteditorf47ac10b-foreground) / .15)}.border-foreground\/60{border-color:hsl(var(--cteditorf47ac10b-foreground) / .6)}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--cteditorf47ac10b-input))}.border-popover{border-color:hsl(var(--cteditorf47ac10b-popover))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-l-amber-500{--tw-border-opacity: 1;border-left-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-l-blue-500{--tw-border-opacity: 1;border-left-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-l-green-500{--tw-border-opacity: 1;border-left-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-l-muted-foreground{border-left-color:hsl(var(--cteditorf47ac10b-muted-foreground))}.border-l-red-500{--tw-border-opacity: 1;border-left-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--cteditorf47ac10b-background))}.bg-background\/50{background-color:hsl(var(--cteditorf47ac10b-background) / .5)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/60{background-color:#0009}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-border{background-color:hsl(var(--cteditorf47ac10b-border))}.bg-destructive{background-color:hsl(var(--cteditorf47ac10b-destructive))}.bg-foreground{background-color:hsl(var(--cteditorf47ac10b-foreground))}.bg-foreground\/15{background-color:hsl(var(--cteditorf47ac10b-foreground) / .15)}.bg-foreground\/20{background-color:hsl(var(--cteditorf47ac10b-foreground) / .2)}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-input{background-color:hsl(var(--cteditorf47ac10b-input))}.bg-muted{background-color:hsl(var(--cteditorf47ac10b-muted))}.bg-muted\/50{background-color:hsl(var(--cteditorf47ac10b-muted) / .5)}.bg-popover{background-color:hsl(var(--cteditorf47ac10b-popover))}.bg-primary{background-color:hsl(var(--cteditorf47ac10b-primary))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:hsl(var(--cteditorf47ac10b-secondary))}.bg-sidebar{background-color:hsl(var(--cteditorf47ac10b-sidebar-background))}.bg-slate-100\/10{background-color:#f1f5f91a}.bg-slate-100\/5{background-color:#f1f5f90d}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-40{--tw-bg-opacity: .4}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-background{--tw-gradient-from: hsl(var(--cteditorf47ac10b-background)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--cteditorf47ac10b-background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-primary\/10{--tw-gradient-to: hsl(var(--cteditorf47ac10b-primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--cteditorf47ac10b-primary) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-background{--tw-gradient-to: hsl(var(--cteditorf47ac10b-background)) var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-\[15px\]{padding:15px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.\!pr-12{padding-right:3rem!important}.pl-2{padding-left:.5rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pr-8{padding-right:2rem}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-6xl{font-size:3.75rem;line-height:1}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-\[\#9e9e9e\]{--tw-text-opacity: 1;color:rgb(158 158 158 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-background{color:hsl(var(--cteditorf47ac10b-background))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-destructive{color:hsl(var(--cteditorf47ac10b-destructive))}.text-destructive-foreground{color:hsl(var(--cteditorf47ac10b-destructive-foreground))}.text-foreground{color:hsl(var(--cteditorf47ac10b-foreground))}.text-foreground\/50{color:hsl(var(--cteditorf47ac10b-foreground) / .5)}.text-foreground\/60{color:hsl(var(--cteditorf47ac10b-foreground) / .6)}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--cteditorf47ac10b-muted-foreground))}.text-popover-foreground{color:hsl(var(--cteditorf47ac10b-popover-foreground))}.text-primary{color:hsl(var(--cteditorf47ac10b-primary))}.text-primary-foreground{color:hsl(var(--cteditorf47ac10b-primary-foreground))}.text-primary\/90{color:hsl(var(--cteditorf47ac10b-primary) / .9)}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--cteditorf47ac10b-secondary-foreground))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.caret-\[\#757575\]{caret-color:#757575}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-offset-background{--tw-ring-offset-color: hsl(var(--cteditorf47ac10b-background))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}#ct-editor-f47ac10b{@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--cteditorf47ac10b-foreground))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--cteditorf47ac10b-muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--cteditorf47ac10b-muted-foreground))}.empty\:before\:text-muted-foreground\/60:empty:before{content:var(--tw-content);color:hsl(var(--cteditorf47ac10b-muted-foreground) / .6)}.empty\:before\:content-\[attr\(data-placeholder\)\]:empty:before{--tw-content: attr(data-placeholder);content:var(--tw-content)}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-white:hover{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.hover\:bg-accent:hover{background-color:hsl(var(--cteditorf47ac10b-accent))}.hover\:bg-amber-600:hover{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.hover\:bg-background\/80:hover{background-color:hsl(var(--cteditorf47ac10b-background) / .8)}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--cteditorf47ac10b-destructive) / .9)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.hover\:bg-primary\/90:hover{background-color:hsl(var(--cteditorf47ac10b-primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--cteditorf47ac10b-secondary) / .8)}.hover\:from-background\/80:hover{--tw-gradient-from: hsl(var(--cteditorf47ac10b-background) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--cteditorf47ac10b-background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:via-primary\/10:hover{--tw-gradient-to: hsl(var(--cteditorf47ac10b-primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--cteditorf47ac10b-primary) / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:to-background\/80:hover{--tw-gradient-to: hsl(var(--cteditorf47ac10b-background) / .8) var(--tw-gradient-to-position)}.hover\:text-accent-foreground:hover{color:hsl(var(--cteditorf47ac10b-accent-foreground))}.hover\:text-background\/70:hover{color:hsl(var(--cteditorf47ac10b-background) / .7)}.hover\:text-foreground\/75:hover{color:hsl(var(--cteditorf47ac10b-foreground) / .75)}.hover\:text-primary:hover{color:hsl(var(--cteditorf47ac10b-primary))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-primary\/60:focus{border-color:hsl(var(--cteditorf47ac10b-primary) / .6)}.focus\:bg-foreground\/5:focus{background-color:hsl(var(--cteditorf47ac10b-foreground) / .05)}.focus\:bg-secondary:focus{background-color:hsl(var(--cteditorf47ac10b-secondary))}.focus\:text-accent-foreground:focus{color:hsl(var(--cteditorf47ac10b-accent-foreground))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-amber-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1))}.focus\:ring-amber-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--cteditorf47ac10b-ring))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--cteditorf47ac10b-ring))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--cteditorf47ac10b-accent))}.data-\[placeholder\]\:text-muted-foreground[data-placeholder],.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--cteditorf47ac10b-muted-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.dark\:border-amber-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity, 1))}.dark\:border-blue-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:border-green-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:bg-amber-950\/50:is(.dark *){background-color:#451a0380}.dark\:bg-blue-950\/50:is(.dark *){background-color:#17255480}.dark\:bg-green-950\/50:is(.dark *){background-color:#052e1680}.dark\:bg-input\/30:is(.dark *){background-color:hsl(var(--cteditorf47ac10b-input) / .3)}.dark\:bg-muted\/30:is(.dark *){background-color:hsl(var(--cteditorf47ac10b-muted) / .3)}.dark\:bg-red-950\/50:is(.dark *){background-color:#450a0a80}.dark\:text-amber-100:is(.dark *){--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}.dark\:text-amber-200:is(.dark *){--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.dark\:text-blue-100:is(.dark *){--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-blue-500:is(.dark *){--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-green-100:is(.dark *){--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.dark\:text-green-200:is(.dark *){--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-red-100:is(.dark *){--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-md{max-width:28rem}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:var(--cteditorf47ac10b-radius)}.sm\:text-left{text-align:left}}.\[\&\>hr\]\:h-\[2px\]>hr{height:2px}.\[\&\>hr\]\:border-none>hr{border-style:none}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\]\:\!size-4>svg{width:1rem!important;height:1rem!important}.\[\&\>svg\]\:\!size-5>svg{width:1.25rem!important;height:1.25rem!important}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:size-5>svg{width:1.25rem;height:1.25rem}.\[\&\>svg\]\:h-auto>svg{height:auto}.\[\&\>svg\]\:w-4>svg{width:1rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:\!size-4 svg{width:1rem!important;height:1rem!important}.\[\&_svg\]\:\!size-5 svg{width:1.25rem!important;height:1.25rem!important}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:size-6 svg{width:1.5rem;height:1.5rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}#ct-editor-f47ac10b .ltr{text-align:left}#ct-editor-f47ac10b .rtl{text-align:right}#ct-editor-f47ac10b .paragraph{position:relative;display:block;margin:1em 0}#ct-editor-f47ac10b .quote{margin:0 0 10px 20px;font-size:15px;color:#65676b;border-left-color:#ced0d4;border-left-width:4px;border-left-style:solid;padding-left:16px}#ct-editor-f47ac10b .h1{display:block;font-size:2em;margin:.67em 0;font-weight:700}#ct-editor-f47ac10b .h2{display:block;font-size:1.5em;margin:.83em 0;font-weight:700}#ct-editor-f47ac10b .h3{display:block;font-size:1.17em;margin:1em 0;font-weight:700}#ct-editor-f47ac10b .h4{display:block;margin:1.33em 0;font-weight:700}#ct-editor-f47ac10b .h5{display:block;font-size:.83em;margin:1.67em 0}#ct-editor-f47ac10b .h6{display:block;font-size:.67em;margin:2.33em 0;font-weight:700}#ct-editor-f47ac10b .indent{--lexical-indent-base-value: 20px}#ct-editor-f47ac10b .textBold{font-weight:700}#ct-editor-f47ac10b .textItalic{font-style:italic}#ct-editor-f47ac10b .textUnderline{text-decoration:underline}#ct-editor-f47ac10b .textStrikethrough{text-decoration:line-through}#ct-editor-f47ac10b .textUnderlineStrikethrough{text-decoration:underline line-through}#ct-editor-f47ac10b .textSubscript{font-size:.8em;vertical-align:sub!important}#ct-editor-f47ac10b .textSuperscript{font-size:.8em;vertical-align:super}#ct-editor-f47ac10b .textCode{background-color:hsla(var(--foreground) / .08);color:hsla(var(--foreground) / .9);padding:2px 6px;font-family:Menlo,Consolas,Monaco,monospace;font-size:90%;border-radius:4px;border:1px solid hsla(var(--foreground) / .1);transition:all .2s ease}#ct-editor-f47ac10b .textCode:hover{background-color:hsla(var(--foreground) / .12);border-color:hsla(var(--foreground) / .2)}#ct-editor-f47ac10b .hashtag{background-color:#5890ff26;border-bottom:1px solid rgba(88,144,255,.3)}#ct-editor-f47ac10b .link{color:#216fdb;text-decoration:none}#ct-editor-f47ac10b .link:hover{text-decoration:underline;cursor:pointer}#ct-editor-f47ac10b .code{background-color:hsla(var(--foreground) / .05);color:hsla(var(--foreground));font-family:Menlo,Consolas,Monaco,monospace;display:block;padding:8px 8px 8px 52px;line-height:1.53;font-size:13px;margin:8px 0;-moz-tab-size:2;-o-tab-size:2;tab-size:2;overflow-x:auto;position:relative;border-radius:6px;border:1px solid hsla(var(--foreground) / .1);transition:all .2s ease;cursor:pointer}#ct-editor-f47ac10b .code:hover{background-color:hsla(var(--foreground) / .08);border-color:hsla(var(--foreground) / .2);box-shadow:0 2px 8px hsla(var(--foreground) / .1)}#ct-editor-f47ac10b .code:focus-within{outline:2px solid hsla(var(--primary));outline-offset:2px}#ct-editor-f47ac10b .code.selected{background-color:hsla(var(--foreground) / .1);border-color:hsla(var(--primary));box-shadow:0 0 0 2px hsla(var(--primary) / .2)}#ct-editor-f47ac10b .code:before{content:attr(data-gutter);position:absolute;background-color:hsla(var(--foreground) / .08);left:0;top:0;border-right:1px solid hsla(var(--foreground) / .15);border-top-left-radius:6px;border-bottom-left-radius:6px;padding:8px;color:hsla(var(--foreground) / .6);white-space:pre-wrap;text-align:right;min-width:25px}#ct-editor-f47ac10b .characterLimit{display:inline;background-color:#fbb!important}#ct-editor-f47ac10b .ol1{padding:0;margin:0;list-style-position:inside}#ct-editor-f47ac10b .ol2{padding:0;margin:0;list-style-type:upper-alpha;list-style-position:inside}#ct-editor-f47ac10b .ol3{padding:0;margin:0;list-style-type:lower-alpha;list-style-position:inside}#ct-editor-f47ac10b .ol4{padding:0;margin:0;list-style-type:upper-roman;list-style-position:inside}#ct-editor-f47ac10b .ol5{padding:0;margin:0;list-style-type:lower-roman;list-style-position:inside}#ct-editor-f47ac10b .ul{padding:0;margin:0;list-style-position:inside}#ct-editor-f47ac10b .listItem{margin:0 32px}#ct-editor-f47ac10b .listItemChecked,#ct-editor-f47ac10b .listItemUnchecked{position:relative;margin-left:8px;margin-right:8px;padding-left:24px;padding-right:24px;list-style-type:none;outline:none}#ct-editor-f47ac10b .listItemChecked{text-decoration:line-through}#ct-editor-f47ac10b .listItemUnchecked:before,#ct-editor-f47ac10b .listItemChecked:before{content:"";width:16px;height:16px;top:2px;left:0;cursor:pointer;display:block;background-size:cover;position:absolute}#ct-editor-f47ac10b .listItemUnchecked[dir=rtl]:before,#ct-editor-f47ac10b .listItemChecked[dir=rtl]:before{left:auto;right:0}#ct-editor-f47ac10b .listItemUnchecked:focus:before,#ct-editor-f47ac10b .listItemChecked:focus:before{box-shadow:0 0 0 2px #a6cdfe;border-radius:2px}#ct-editor-f47ac10b .listItemUnchecked:before{border:1px solid #999;border-radius:2px}#ct-editor-f47ac10b .listItemChecked:before{border:1px solid rgb(61,135,245);border-radius:2px;background-color:#3d87f5;background-repeat:no-repeat}#ct-editor-f47ac10b .listItemChecked:after{content:"";cursor:pointer;border-color:#fff;border-style:solid;position:absolute;display:block;top:6px;width:3px;left:7px;right:7px;height:6px;transform:rotate(45deg);border-width:0 2px 2px 0}#ct-editor-f47ac10b .nestedListItem{list-style-type:none}#ct-editor-f47ac10b .nestedListItem:before,#ct-editor-f47ac10b .nestedListItem:after{display:none}#ct-editor-f47ac10b .tokenComment{color:#708090}#ct-editor-f47ac10b .tokenPunctuation{color:#999}#ct-editor-f47ac10b .comment-node{display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}#ct-editor-f47ac10b .comment-highlight{background-color:#fef3c7!important;border-bottom:2px solid #f59e0b!important;border-radius:2px;padding:1px 2px;cursor:pointer;position:relative;transition:all .2s ease}#ct-editor-f47ac10b .comment-highlight:hover{background-color:#fde68a!important;box-shadow:0 2px 4px #f59e0b4d;transform:translateY(-1px)}#ct-editor-f47ac10b .commented-text{background-color:#fef3c7!important;border-radius:2px;padding:1px 2px;cursor:pointer;position:relative;transition:all .2s ease}#ct-editor-f47ac10b .commented-text:hover{background-color:#fde68a!important;box-shadow:0 2px 4px #f59e0b4d}#ct-editor-f47ac10b .tokenProperty{color:#905}#ct-editor-f47ac10b .tokenSelector{color:#690}#ct-editor-f47ac10b .tokenOperator{color:#9a6e3a}#ct-editor-f47ac10b .tokenAttr{color:#07a}#ct-editor-f47ac10b .tokenVariable{color:#e90}#ct-editor-f47ac10b .tokenFunction{color:#dd4a68}#ct-editor-f47ac10b .mark{background:rgba(255,212,0,.14);border-bottom:2px solid rgba(255,212,0,.3);padding-bottom:2px}#ct-editor-f47ac10b .markOverlap{background:rgba(255,212,0,.3);border-bottom:2px solid rgba(255,212,0,.7)}#ct-editor-f47ac10b .mark.selected{background:rgba(255,212,0,.5);border-bottom:2px solid rgba(255,212,0,1)}#ct-editor-f47ac10b .markOverlap.selected{background:rgba(255,212,0,.7);border-bottom:2px solid rgba(255,212,0,.7)}#ct-editor-f47ac10b .embedBlock{-webkit-user-select:none;-moz-user-select:none;user-select:none}#ct-editor-f47ac10b .embedBlockFocus{outline:2px solid rgb(60,132,244)}#ct-editor-f47ac10b .tree-view-output{display:block;background:#222;color:#fff;padding:0;font-size:12px;margin:1px auto 10px;max-height:250px;position:relative;overflow:hidden;border-bottom-left-radius:10px;border-bottom-right-radius:10px}#ct-editor-f47ac10b .debug-timetravel-panel{overflow:hidden;padding:0 0 10px;margin:auto;display:flex}#ct-editor-f47ac10b .debug-timetravel-panel-slider{padding:0;flex:8}#ct-editor-f47ac10b .debug-timetravel-panel-button{padding:0;border:0;background:none;flex:1;color:#fff;font-size:12px}#ct-editor-f47ac10b .debug-timetravel-panel-button:hover{text-decoration:underline}#ct-editor-f47ac10b .debug-timetravel-button{border:0;padding:0;font-size:12px;top:10px;right:15px;position:absolute;background:none;color:#fff}#ct-editor-f47ac10b .debug-timetravel-button:hover{text-decoration:underline}#ct-editor-f47ac10b{@keyframes CursorBlink{to{visibility:hidden}}@keyframes table-controls{0%{opacity:0}to{opacity:1}}}#ct-editor-f47ac10b .PlaygroundEditorTheme__ltr{text-align:left}#ct-editor-f47ac10b .PlaygroundEditorTheme__rtl{text-align:right}#ct-editor-f47ac10b .PlaygroundEditorTheme__paragraph{margin:0;position:relative}#ct-editor-f47ac10b .PlaygroundEditorTheme__quote{margin:0 0 10px 20px;font-size:15px;border-left-width:4px;border-left-style:solid;padding-left:16px}#ct-editor-f47ac10b .PlaygroundEditorTheme__h1{font-size:24px;font-weight:400;margin:0}#ct-editor-f47ac10b .PlaygroundEditorTheme__h2{font-size:15px;color:#65676b;font-weight:700;margin:0;text-transform:uppercase}#ct-editor-f47ac10b .PlaygroundEditorTheme__h3{font-size:12px;margin:0;text-transform:uppercase}#ct-editor-f47ac10b .PlaygroundEditorTheme__indent{--lexical-indent-base-value: 40px}#ct-editor-f47ac10b .PlaygroundEditorTheme__textBold{font-weight:700}#ct-editor-f47ac10b .PlaygroundEditorTheme__textItalic{font-style:italic}#ct-editor-f47ac10b .PlaygroundEditorTheme__textUnderline{text-decoration:underline}#ct-editor-f47ac10b .PlaygroundEditorTheme__textStrikethrough{text-decoration:line-through}#ct-editor-f47ac10b .PlaygroundEditorTheme__textUnderlineStrikethrough{text-decoration:underline line-through}#ct-editor-f47ac10b .PlaygroundEditorTheme__tabNode{position:relative;text-decoration:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderline:after{content:"";position:absolute;left:0;right:0;bottom:.15em;border-bottom:.1em solid currentColor}#ct-editor-f47ac10b .PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textStrikethrough:before{content:"";position:absolute;left:0;right:0;top:.69em;border-top:.1em solid currentColor}#ct-editor-f47ac10b .PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderlineStrikethrough:before,#ct-editor-f47ac10b .PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderlineStrikethrough:after{content:"";position:absolute;left:0;right:0}#ct-editor-f47ac10b .PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderlineStrikethrough:before{top:.69em;border-top:.1em solid currentColor}#ct-editor-f47ac10b .PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderlineStrikethrough:after{bottom:.05em;border-bottom:.1em solid currentColor}#ct-editor-f47ac10b .PlaygroundEditorTheme__textSubscript{font-size:.8em;vertical-align:sub!important}#ct-editor-f47ac10b .PlaygroundEditorTheme__textSuperscript{font-size:.8em;vertical-align:super}#ct-editor-f47ac10b .PlaygroundEditorTheme__textCode{background-color:hsla(var(--foreground) / .08);color:hsla(var(--foreground) / .9);padding:2px 6px;font-family:Menlo,Consolas,Monaco,monospace;font-size:90%;border-radius:4px;border:1px solid hsla(var(--foreground) / .1);transition:all .2s ease}#ct-editor-f47ac10b .PlaygroundEditorTheme__textCode:hover{background-color:hsla(var(--foreground) / .12);border-color:hsla(var(--foreground) / .2)}#ct-editor-f47ac10b .PlaygroundEditorTheme__textLowercase{text-transform:lowercase}#ct-editor-f47ac10b .PlaygroundEditorTheme__textUppercase{text-transform:uppercase}#ct-editor-f47ac10b .PlaygroundEditorTheme__textCapitalize{text-transform:capitalize}#ct-editor-f47ac10b .PlaygroundEditorTheme__hashtag{background-color:#5890ff26;border-bottom:1px solid rgba(88,144,255,.3)}#ct-editor-f47ac10b .PlaygroundEditorTheme__link{color:#216fdb;text-decoration:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__link:hover{text-decoration:underline;cursor:pointer}#ct-editor-f47ac10b .PlaygroundEditorTheme__blockCursor{display:block;pointer-events:none;position:absolute}#ct-editor-f47ac10b .PlaygroundEditorTheme__blockCursor:after{content:"";display:block;position:absolute;top:-2px;width:20px;border-top:1px solid black;animation:CursorBlink 1.1s steps(2,start) infinite}#ct-editor-f47ac10b .PlaygroundEditorTheme__code{background-color:hsla(var(--foreground) / .05);color:hsla(var(--foreground));font-family:Menlo,Consolas,Monaco,monospace;display:block;padding:8px 8px 8px 52px;line-height:1.53;font-size:13px;margin:8px 0;overflow-x:auto;position:relative;-moz-tab-size:2;-o-tab-size:2;tab-size:2;border-radius:6px;border:1px solid hsla(var(--foreground) / .1);transition:all .2s ease;cursor:pointer}#ct-editor-f47ac10b .PlaygroundEditorTheme__code:hover{background-color:hsla(var(--foreground) / .08);border-color:hsla(var(--foreground) / .2);box-shadow:0 2px 8px hsla(var(--foreground) / .1)}#ct-editor-f47ac10b .PlaygroundEditorTheme__code:focus-within{outline:2px solid hsla(var(--primary));outline-offset:2px}#ct-editor-f47ac10b .PlaygroundEditorTheme__code.selected{background-color:hsla(var(--foreground) / .1);border-color:hsla(var(--primary));box-shadow:0 0 0 2px hsla(var(--primary) / .2)}#ct-editor-f47ac10b .PlaygroundEditorTheme__code:before{content:attr(data-gutter);position:absolute;background-color:hsla(var(--foreground) / .08);left:0;top:0;border-right:1px solid hsla(var(--foreground) / .15);border-top-left-radius:6px;border-bottom-left-radius:6px;padding:8px;color:hsla(var(--foreground) / .6);white-space:pre-wrap;text-align:right;min-width:25px}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableScrollableWrapper{overflow-x:auto;margin:0 25px 30px 0}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableScrollableWrapper>.PlaygroundEditorTheme__table{margin-top:0;margin-bottom:0}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableAlignmentCenter{margin-left:auto;margin-right:auto}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableAlignmentRight{margin-left:auto}#ct-editor-f47ac10b .PlaygroundEditorTheme__table{border-collapse:collapse;border-spacing:0;overflow-y:scroll;overflow-x:scroll;table-layout:fixed;width:-moz-fit-content;width:fit-content;margin-top:25px;margin-bottom:30px}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableRowStriping tr:nth-child(2n){background-color:hsla(var(--foreground) / .1)}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableRowStriping tr:nth-child(2n) .table-cell-action-button{color:hsla(var(--background))}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableSelection *::-moz-selection{background-color:transparent}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableSelection *::selection{background-color:transparent}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableSelected{outline:2px solid rgb(60,132,244)}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCell{border:1px solid #bbb;width:75px;vertical-align:top;text-align:start;padding:6px 8px;position:relative;outline:none;overflow:auto}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCell>*{overflow:inherit}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellResizer{position:absolute;right:-4px;height:100%;width:8px;cursor:ew-resize;z-index:10;top:0}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellHeader{font-weight:700;text-align:start}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellSelected{caret-color:transparent}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellSelected:after{position:absolute;left:0;right:0;bottom:0;top:0;background-color:highlight;mix-blend-mode:multiply;content:"";pointer-events:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableAddColumns{position:absolute;background-color:#eee;height:100%;animation:table-controls .2s ease;border:0;cursor:pointer}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableAddColumns:after{display:block;content:" ";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.4}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableAddColumns:hover{background-color:#c9dbf0}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableAddRows{position:absolute;width:calc(100% - 25px);background-color:#eee;animation:table-controls .2s ease;border:0;cursor:pointer}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellResizeRuler{display:block;position:absolute;width:1px;background-color:#3c84f4;height:100%;top:0}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellActionButtonContainer{display:block;right:5px;top:6px;position:absolute;z-index:4;width:20px;height:20px}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellActionButton{background-color:#eee;display:block;border:0;border-radius:20px;width:20px;height:20px;color:#222;cursor:pointer}#ct-editor-f47ac10b .PlaygroundEditorTheme__tableCellActionButton:hover{background-color:#ddd}#ct-editor-f47ac10b .PlaygroundEditorTheme__characterLimit{display:inline;background-color:#fbb!important}#ct-editor-f47ac10b .PlaygroundEditorTheme__ol1{padding:0;margin:0;list-style-position:outside}#ct-editor-f47ac10b .PlaygroundEditorTheme__ol2{padding:0;margin:0;list-style-type:upper-alpha;list-style-position:outside}#ct-editor-f47ac10b .PlaygroundEditorTheme__ol3{padding:0;margin:0;list-style-type:lower-alpha;list-style-position:outside}#ct-editor-f47ac10b .PlaygroundEditorTheme__ol4{padding:0;margin:0;list-style-type:upper-roman;list-style-position:outside}#ct-editor-f47ac10b .PlaygroundEditorTheme__ol5{padding:0;margin:0;list-style-type:lower-roman;list-style-position:outside}#ct-editor-f47ac10b .PlaygroundEditorTheme__ul{padding:0;margin:0;list-style-position:outside}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItem{margin:0 32px}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemChecked,#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemUnchecked{position:relative;margin-left:8px;margin-right:8px;padding-left:24px;padding-right:24px;list-style-type:none;outline:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemChecked{text-decoration:line-through}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemUnchecked:before,#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemChecked:before{content:"";width:16px;height:16px;top:2px;left:0;cursor:pointer;display:block;background-size:cover;position:absolute}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemUnchecked[dir=rtl]:before,#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemChecked[dir=rtl]:before{left:auto;right:0}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemUnchecked:focus:before,#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemChecked:focus:before{box-shadow:0 0 0 2px #a6cdfe;border-radius:2px}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemUnchecked:before{border:1px solid #999;border-radius:2px}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemChecked:before{border:1px solid rgb(61,135,245);border-radius:2px;background-color:#3d87f5;background-repeat:no-repeat}#ct-editor-f47ac10b .PlaygroundEditorTheme__listItemChecked:after{content:"";cursor:pointer;border-color:#fff;border-style:solid;position:absolute;display:block;top:6px;width:3px;left:7px;right:7px;height:6px;transform:rotate(45deg);border-width:0 2px 2px 0}#ct-editor-f47ac10b .PlaygroundEditorTheme__nestedListItem{list-style-type:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__nestedListItem:before,#ct-editor-f47ac10b .PlaygroundEditorTheme__nestedListItem:after{display:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenComment{color:#708090}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenPunctuation{color:#999}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenProperty{color:#905}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenSelector{color:#690}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenOperator{color:#9a6e3a}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenAttr{color:#07a}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenVariable{color:#e90}#ct-editor-f47ac10b .PlaygroundEditorTheme__tokenFunction{color:#dd4a68}#ct-editor-f47ac10b .PlaygroundEditorTheme__mark{background:rgba(255,212,0,.14);border-bottom:2px solid rgba(255,212,0,.3);padding-bottom:2px}#ct-editor-f47ac10b .PlaygroundEditorTheme__markOverlap{background:rgba(255,212,0,.3);border-bottom:2px solid rgba(255,212,0,.7)}#ct-editor-f47ac10b .PlaygroundEditorTheme__mark.selected{background:rgba(255,212,0,.5);border-bottom:2px solid rgba(255,212,0,1)}#ct-editor-f47ac10b .PlaygroundEditorTheme__markOverlap.selected{background:rgba(255,212,0,.7);border-bottom:2px solid rgba(255,212,0,.7)}#ct-editor-f47ac10b .PlaygroundEditorTheme__embedBlock{-webkit-user-select:none;-moz-user-select:none;user-select:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__embedBlockFocus{outline:2px solid rgb(60,132,244)}#ct-editor-f47ac10b .PlaygroundEditorTheme__layoutContainer{display:grid;gap:10px;margin:10px 0}#ct-editor-f47ac10b .PlaygroundEditorTheme__layoutItem{border:1px dashed #ddd;padding:8px 16px;min-width:0;max-width:100%}#ct-editor-f47ac10b .PlaygroundEditorTheme__autocomplete{color:#ccc}#ct-editor-f47ac10b .PlaygroundEditorTheme__hr{padding:2px;border:none;margin:1em 0;cursor:pointer}#ct-editor-f47ac10b .PlaygroundEditorTheme__hr:after{content:"";display:block;height:2px;line-height:2px}#ct-editor-f47ac10b .PlaygroundEditorTheme__hr.selected{outline:2px solid rgb(60,132,244);-webkit-user-select:none;-moz-user-select:none;user-select:none}#ct-editor-f47ac10b .PlaygroundEditorTheme__specialText{background-color:#ff0;font-weight:700}#ct-editor-f47ac10b .editor-image{position:relative;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none}#ct-editor-f47ac10b .editor-image img{max-width:100%;cursor:default}#ct-editor-f47ac10b .editor-image img.focused{outline:2px solid rgb(60,132,244);-webkit-user-select:none;-moz-user-select:none;user-select:none}#ct-editor-f47ac10b .editor-image img.focused.draggable{cursor:grab}#ct-editor-f47ac10b .editor-image img.focused.draggable:active{cursor:grabbing}#ct-editor-f47ac10b .editor-image .image-resizer{display:block!important;width:8px!important;height:8px!important;position:absolute!important;background-color:#3c84f4!important;border:1px solid #fff!important;border-radius:50%!important;z-index:10!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-n{top:-6px!important;left:48%!important;cursor:n-resize!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-ne{top:-6px!important;right:-6px!important;cursor:ne-resize!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-e{bottom:48%!important;right:-6px!important;cursor:e-resize!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-se{bottom:-2px!important;right:-6px!important;cursor:nwse-resize!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-s{bottom:-2px!important;left:48%!important;cursor:s-resize!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-sw{bottom:-2px!important;left:-6px!important;cursor:sw-resize!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-w{bottom:48%!important;left:-6px!important;cursor:w-resize!important}#ct-editor-f47ac10b .editor-image .image-resizer.image-resizer-nw{top:-6px!important;left:-6px!important;cursor:nw-resize!important}#ct-editor-f47ac10b .ai-chat-popup{position:absolute;top:0%;left:0%;right:0%;bottom:0%;z-index:10000;width:100%;background-color:#0003;transition:opacity .3s ease,transform .3s ease;transform-origin:bottom center}#ct-editor-f47ac10b .ai-chat-content{padding:16px;background:rgba(33,32,32,.5);border-radius:12px;box-shadow:0 2px 8px #0003;z-index:10000;max-width:500px;width:100%}#ct-editor-f47ac10b .ai-chat-form{display:flex;gap:12px;align-items:center}#ct-editor-f47ac10b .ai-chat-input{flex:1;padding:10px 12px;border-width:1px;border-style:solid;border-radius:12px;font-size:14px;outline:none;transition:border-color .2s}#ct-editor-f47ac10b .ai-chat-error{color:#d32f2f;font-size:14px;margin-bottom:10px;padding:8px;background-color:#ffebee;border-radius:4px;text-align:center}#ct-editor-f47ac10b .ai-chat-trigger{position:fixed;bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;background-color:#2196f3;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0003;z-index:1000;transition:background-color .2s}#ct-editor-f47ac10b .ai-chat-trigger:hover{background-color:#1976d2}#ct-editor-f47ac10b .ai-chat-trigger svg{width:24px;height:24px;fill:#fff}#ct-editor-f47ac10b{@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}}#ct-editor-f47ac10b .autocomplete-menu{position:absolute;background:white;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 4px 12px #00000026;max-height:300px;overflow-y:auto;z-index:1000;min-width:200px;max-width:400px;font-family:system-ui,-apple-system,sans-serif}#ct-editor-f47ac10b .autocomplete-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f0f2f5;display:flex;align-items:center;gap:8px;transition:background-color .2s ease;font-size:14px;line-height:1.4}#ct-editor-f47ac10b .autocomplete-item:last-child{border-bottom:none}#ct-editor-f47ac10b .autocomplete-item:hover,#ct-editor-f47ac10b .autocomplete-item.selected{background-color:#f8f9fa}#ct-editor-f47ac10b .autocomplete-item.selected{background-color:#e3f2fd;border-left:3px solid #2196f3}#ct-editor-f47ac10b .autocomplete-item.loading{background-color:#f5f5f5;color:#666;font-style:italic;cursor:default}#ct-editor-f47ac10b .autocomplete-item.spelling{border-left:3px solid #ff9800}#ct-editor-f47ac10b .autocomplete-item.spelling.selected{background-color:#fff3e0;border-left-color:#ff9800}#ct-editor-f47ac10b .autocomplete-item.correction{border-left:3px solid #4caf50}#ct-editor-f47ac10b .autocomplete-item.correction.selected{background-color:#e8f5e8;border-left-color:#4caf50}#ct-editor-f47ac10b .autocomplete-item.enhancement{border-left:3px solid #9c27b0}#ct-editor-f47ac10b .autocomplete-item.enhancement.selected{background-color:#f3e5f5;border-left-color:#9c27b0}#ct-editor-f47ac10b .autocomplete-item.suggestion{border-left:3px solid #2196f3}#ct-editor-f47ac10b .autocomplete-item.suggestion.selected{background-color:#e3f2fd;border-left-color:#2196f3}#ct-editor-f47ac10b .option-icon{font-size:16px;width:20px;text-align:center;flex-shrink:0}#ct-editor-f47ac10b .option-text{flex:1;font-weight:500;color:#1a1a1a}#ct-editor-f47ac10b .option-badge{font-size:11px;padding:2px 6px;border-radius:12px;background-color:#e0e0e0;color:#666;text-transform:uppercase;font-weight:600;letter-spacing:.5px;flex-shrink:0}#ct-editor-f47ac10b .autocomplete-item.spelling .option-badge{background-color:#fff3e0;color:#ff9800}#ct-editor-f47ac10b .autocomplete-item.correction .option-badge{background-color:#e8f5e8;color:#4caf50}#ct-editor-f47ac10b .autocomplete-item.enhancement .option-badge{background-color:#f3e5f5;color:#9c27b0}@media (prefers-color-scheme: dark){#ct-editor-f47ac10b .autocomplete-menu{background:#2d2d2d;border-color:#444;color:#fff}#ct-editor-f47ac10b .autocomplete-item{border-bottom-color:#444}#ct-editor-f47ac10b .autocomplete-item:hover{background-color:#3a3a3a}#ct-editor-f47ac10b .autocomplete-item.selected{background-color:#1e3a8a;color:#fff}#ct-editor-f47ac10b .autocomplete-item.spelling.selected{background-color:#7c2d12}#ct-editor-f47ac10b .autocomplete-item.correction.selected{background-color:#14532d}#ct-editor-f47ac10b .autocomplete-item.enhancement.selected{background-color:#581c87}#ct-editor-f47ac10b .option-text{color:#fff}#ct-editor-f47ac10b .option-badge{background-color:#444;color:#ccc}#ct-editor-f47ac10b .autocomplete-item.loading{background-color:#3a3a3a;color:#ccc}}@media (max-width: 480px){#ct-editor-f47ac10b .autocomplete-menu{max-width:90vw;font-size:13px}#ct-editor-f47ac10b .autocomplete-item{padding:10px 12px}#ct-editor-f47ac10b .option-badge{font-size:10px;padding:1px 4px}}#ct-editor-f47ac10b .autocomplete-menu{animation:slideIn .2s ease-out}#ct-editor-f47ac10b .autocomplete-menu::-webkit-scrollbar{width:6px}#ct-editor-f47ac10b .autocomplete-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}#ct-editor-f47ac10b .autocomplete-menu::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}#ct-editor-f47ac10b .autocomplete-menu::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.code-action-menu-container{height:36px;font-size:11px;color:hsla(var(--foreground) / .7);position:absolute;display:flex;align-items:center;flex-direction:row;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:hsla(var(--background) / .95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(var(--foreground) / .1);border-radius:8px;padding:4px 8px;box-shadow:0 4px 12px hsla(var(--foreground) / .1);z-index:10}.code-action-menu-container .code-highlight-language{margin-right:8px;font-weight:500;color:hsla(var(--foreground) / .8);background-color:hsla(var(--foreground) / .08);padding:2px 6px;border-radius:4px;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.code-action-menu-container button.menu-item{border:1px solid transparent;border-radius:4px;padding:4px 8px;background:none;cursor:pointer;flex-shrink:0;display:flex;align-items:center;color:hsla(var(--foreground) / .7);text-transform:uppercase;font-size:10px;font-weight:500;transition:all .2s ease;margin-left:2px}.code-action-menu-container button.menu-item i.format{height:14px;width:14px;opacity:.7;display:flex;color:hsla(var(--foreground) / .7);background-size:contain;margin-right:4px}.code-action-menu-container button.menu-item:hover{background-color:hsla(var(--foreground) / .08);border:1px solid hsla(var(--foreground) / .2);color:hsla(var(--foreground) / .9);transform:translateY(-1px);box-shadow:0 2px 4px hsla(var(--foreground) / .1)}.code-action-menu-container button.menu-item:hover i.format{opacity:1}.code-action-menu-container button.menu-item:active{background-color:hsla(var(--primary) / .1);border:1px solid hsla(var(--primary) / .3);color:hsla(var(--primary));transform:translateY(0)}.code-action-menu-container .prettier-wrapper{position:relative}.code-action-menu-container .prettier-wrapper .code-error-tips{padding:5px;border-radius:4px;color:#fff;background:#222;margin-top:4px;position:absolute;top:26px;right:0}.react-colorful{width:100%!important;height:150px!important;border-radius:6px}.react-colorful__saturation{border-radius:6px 6px 0 0;height:120px!important}.react-colorful__hue{height:24px!important;border-radius:0 0 6px 6px}.react-colorful__pointer{width:18px!important;height:18px!important;border:2px solid #fff!important;box-shadow:0 2px 8px #0000004d!important;border-radius:50%!important}.react-colorful__interactive:focus .react-colorful__pointer{transform:scale(1.1);border-width:4px}.react-colorful__saturation-pointer{border:2px solid #fff!important;border-radius:50%!important;box-shadow:0 2px 8px #0000004d!important}.react-colorful__hue-pointer{border:2px solid #fff!important;border-radius:2px!important;box-shadow:0 2px 8px #0000004d!important}.floating-embed-menu{display:flex!important;background:hsla(var(--secondary));padding:8px;position:absolute;top:20%;left:0;z-index:9999!important;opacity:1!important;box-shadow:0 5px 10px #0000004d;border-radius:8px;transition:opacity .3s;will-change:transform;min-width:200px;pointer-events:auto!important;visibility:visible!important}.embed-menu-section{width:100%}.embed-menu-section:last-child{margin-bottom:0}.embed-menu-section-title{font-size:12px;color:#777;margin-bottom:4px;font-weight:500;padding:0 4px}.embed-menu-buttons{display:flex;width:100%}.embed-menu-button{display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:4px;padding:6px;margin-right:4px;cursor:pointer;color:#fff;transition:background-color .2s,color .2s}.embed-menu-button:hover{background-color:#1976d21a}.embed-menu-button.active{background-color:hsla(var(--foreground) / .1);color:#fff}.embed-menu-divider{height:32px;background-color:#1976d233;margin:0 8px;width:1px}.embed-node-wrapper{display:flex;width:100%;margin:8px 0}.embed-align-left{margin-right:auto}.embed-align-center{margin-left:auto;margin-right:auto}.embed-align-right{margin-left:auto}.embed-url{min-width:200px;max-width:100%}.embed-card{width:300px;height:auto}.embed-embed{min-width:200px;min-height:150px}.link-editor{display:flex;position:absolute;top:0;left:0;z-index:10;max-width:400px;width:100%;opacity:0;transition:opacity .5s;will-change:transform}.link-editor .button{width:20px;height:20px;display:inline-block;padding:6px;border-radius:8px;cursor:pointer;margin:0 2px}.link-editor .button.hovered{width:20px;height:20px;display:inline-block;background-color:#eee}.link-editor .button i,.actions i{background-size:contain;display:inline-block;height:20px;width:20px;vertical-align:-.25em}.floating-text-format-popup{display:flex;padding:4px;vertical-align:middle;position:absolute;top:0;left:0;z-index:10;opacity:0;border-radius:8px;transition:opacity .5s;will-change:transform}.floating-text-format-popup button.popup-item{border:0;display:flex;background:none;border-radius:10px;padding:2px;cursor:pointer;vertical-align:middle}.floating-text-format-popup button.popup-item:disabled{cursor:not-allowed}.floating-text-format-popup button.popup-item.spaced{margin-right:2px}.floating-text-format-popup button.popup-item i.format{background-size:contain;height:18px;width:18px;margin-top:2px;vertical-align:-.25em;display:flex;opacity:.6}.floating-text-format-popup button.popup-item:disabled i.format{opacity:.2}.floating-text-format-popup button.popup-item.active i{opacity:1}.floating-text-format-popup button.popup-item i.format.ai-chat{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'%3E%3Cpath d='M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z'%3E%3C/path%3E%3C/svg%3E")}.floating-text-format-popup select.popup-item{border:0;display:flex;background:none;border-radius:10px;padding:8px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;width:70px;font-size:14px;color:#777;text-overflow:ellipsis}.floating-text-format-popup select.code-language{text-transform:capitalize;width:130px}.floating-text-format-popup .popup-item .text{display:flex;line-height:20px;vertical-align:middle;font-size:14px;color:#777;text-overflow:ellipsis;width:70px;overflow:hidden;height:20px;text-align:left}.floating-text-format-popup .popup-item .icon{display:flex;width:20px;height:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-right:8px;line-height:16px;background-size:contain}.floating-text-format-popup i.chevron-down{margin-top:3px;width:16px;height:16px;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.floating-text-format-popup i.chevron-down.inside{width:16px;height:16px;display:flex;margin-left:-25px;margin-top:11px;margin-right:10px;pointer-events:none}.floating-text-format-popup .divider{width:1px;background-color:#eee;margin:0 4px}.floating-text-format-popup button.popup-item i.format.comment{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z'%3E%3C/path%3E%3C/svg%3E")}@media (max-width: 1024px){.floating-text-format-popup button.insert-comment{display:none}}.color-picker-wrapper{padding:20px}.color-picker-basic-color{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0}.color-picker-basic-color button{border:1px solid #ccc;border-radius:4px;height:16px;width:16px;cursor:pointer;list-style-type:none}.color-picker-basic-color button.active{box-shadow:0 0 2px 2px #0000004d}.color-picker-saturation{width:100%;position:relative;margin-top:15px;height:150px;background-image:linear-gradient(transparent,black),linear-gradient(to right,white,transparent);-webkit-user-select:none;-moz-user-select:none;user-select:none}.color-picker-saturation_cursor{position:absolute;width:20px;height:20px;border:2px solid #ffffff;border-radius:50%;box-shadow:0 0 15px #00000026;box-sizing:border-box;transform:translate(-10px,-10px)}.color-picker-hue{width:100%;position:relative;margin-top:15px;height:12px;background-image:linear-gradient(to right,rgb(255,0,0),rgb(255,255,0),rgb(0,255,0),rgb(0,255,255),rgb(0,0,255),rgb(255,0,255),rgb(255,0,0));-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:12px}.color-picker-hue_cursor{position:absolute;width:20px;height:20px;border:2px solid #ffffff;border-radius:50%;box-shadow:#0003 0 0 0 .5px;box-sizing:border-box;transform:translate(-10px,-4px)}.color-picker-color{border:1px solid #ccc;margin-top:15px;width:100%;height:20px}.Input__wrapper{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.Input__label{display:flex;flex:1;color:#666}.Input__input{display:flex;flex:2;border:1px solid #999;padding:7px 10px;font-size:16px;border-radius:5px;min-width:0}.TableCellResizer__resizer{position:absolute}.image-caption-button{position:absolute;bottom:-42px;left:50%;transform:translate(-50%);background:hsla(var(--secondary));border-radius:8px;padding:2px 16px;font-size:13px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;font-weight:400;white-space:nowrap;z-index:9999!important}.image-caption-button:hover{background:hsla(var(--secondary) / .8);box-shadow:0 2px 8px #00000026}.image-caption-button:active{background:hsla(var(--secondary) / .6);transform:translate(-50%) translateY(1px)}.ImageNode__contentEditable{position:absolute;bottom:-36px;left:50%;transform:translate(-50%);width:100%;max-width:calc(100vw - 40px);background:hsla(var(--secondary));border-radius:8px;padding:2px 8px;line-height:normal;height:28px;font-size:14px;outline:none;box-shadow:0 5px 10px #0000004d;z-index:9999!important;opacity:1!important;transition:opacity .3s;will-change:transform;min-width:200px;pointer-events:auto!important;visibility:visible!important}.ImageNode__contentEditable::-moz-placeholder{color:#8a8d91;font-style:normal}.ImageNode__contentEditable::placeholder{color:#8a8d91;font-style:normal}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
interface CommentSidebarProps {
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
onCommentCountChange?: (count: number) => void;
|
|
7
|
+
}
|
|
8
|
+
declare const CommentSidebar: React.FC<CommentSidebarProps>;
|
|
9
|
+
export default CommentSidebar;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './CommentSidebar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './CommentToggle';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './CommentView';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './NotePanelMenu';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { NotePanelType } from '../../nodes/NotePanelNode';
|
|
3
|
+
|
|
4
|
+
interface NotePanelViewProps {
|
|
5
|
+
type: NotePanelType;
|
|
6
|
+
title: string;
|
|
7
|
+
content: any;
|
|
8
|
+
nodeKey: string;
|
|
9
|
+
}
|
|
10
|
+
declare const NotePanelView: React.FC<NotePanelViewProps>;
|
|
11
|
+
export default NotePanelView;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './NotePanelView';
|
package/dist/constants.d.ts
CHANGED
|
@@ -10,11 +10,14 @@ import { EditorThemeClasses } from '../node_modules/lexical/LexicalEditor';
|
|
|
10
10
|
import { EmbedNode } from './nodes/EmbedNode';
|
|
11
11
|
import { ImageNode } from './nodes/ImageNode';
|
|
12
12
|
import { MentionNode } from './nodes/MentionNode';
|
|
13
|
+
import { NotePanelNode } from './nodes/NotePanelNode';
|
|
14
|
+
import { CommentNode } from './nodes/CommentNode';
|
|
15
|
+
import { CommentedTextNode } from './nodes/CommentedTextNode';
|
|
13
16
|
import { CustomHorizontalRuleNode } from './plugins/CustomHorizontalRulePlugin';
|
|
14
17
|
import { AlignMenuItem, FormatTextMenuItem } from './types';
|
|
15
18
|
|
|
16
19
|
export declare const theme: EditorThemeClasses;
|
|
17
|
-
export declare const EDITOR_NODES: (typeof EmbedNode | typeof MentionNode | typeof
|
|
20
|
+
export declare const EDITOR_NODES: (typeof EmbedNode | typeof LinkNode | typeof CodeNode | typeof ImageNode | typeof MentionNode | typeof NotePanelNode | typeof CommentNode | typeof CommentedTextNode | typeof CustomHorizontalRuleNode | typeof HorizontalRuleNode | typeof CodeHighlightNode | typeof HeadingNode | typeof QuoteNode | typeof ListNode | typeof ListItemNode | typeof TableNode | typeof TableCellNode | typeof TableRowNode)[];
|
|
18
21
|
export declare const initialConfig: InitialConfigType;
|
|
19
22
|
export declare const blockTypeToBlockName: {
|
|
20
23
|
bullet: string;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface Comment {
|
|
4
|
+
id: string;
|
|
5
|
+
text: string;
|
|
6
|
+
author: string;
|
|
7
|
+
timestamp: number;
|
|
8
|
+
status: "open" | "resolved";
|
|
9
|
+
replies: Reply[];
|
|
10
|
+
selectedText: string;
|
|
11
|
+
}
|
|
12
|
+
export interface Reply {
|
|
13
|
+
id: string;
|
|
14
|
+
text: string;
|
|
15
|
+
author: string;
|
|
16
|
+
timestamp: number;
|
|
17
|
+
}
|
|
18
|
+
interface CommentContextType {
|
|
19
|
+
comments: Comment[];
|
|
20
|
+
addComment: (comment: Omit<Comment, "id" | "timestamp" | "status" | "replies">) => string;
|
|
21
|
+
updateComment: (id: string, updates: Partial<Comment>) => void;
|
|
22
|
+
deleteComment: (id: string) => void;
|
|
23
|
+
addReply: (commentId: string, reply: Omit<Reply, "id" | "timestamp">) => void;
|
|
24
|
+
resolveComment: (id: string) => void;
|
|
25
|
+
getCommentById: (id: string) => Comment | undefined;
|
|
26
|
+
}
|
|
27
|
+
export declare const useComments: () => CommentContextType;
|
|
28
|
+
interface CommentProviderProps {
|
|
29
|
+
children: React.ReactNode;
|
|
30
|
+
}
|
|
31
|
+
export declare const CommentProvider: React.FC<CommentProviderProps>;
|
|
32
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Dispatch, ReactNode, SetStateAction } from 'react';
|
|
2
|
+
|
|
3
|
+
interface HtmlViewContextType {
|
|
4
|
+
isHtmlView: boolean;
|
|
5
|
+
setIsHtmlView: Dispatch<SetStateAction<boolean>>;
|
|
6
|
+
htmlContent: string;
|
|
7
|
+
setHtmlContent: Dispatch<SetStateAction<string>>;
|
|
8
|
+
isUserTyping: boolean;
|
|
9
|
+
setIsUserTyping: Dispatch<SetStateAction<boolean>>;
|
|
10
|
+
canUpdateFromEditor: boolean;
|
|
11
|
+
setCanUpdateFromEditor: Dispatch<SetStateAction<boolean>>;
|
|
12
|
+
}
|
|
13
|
+
export declare const useHtmlView: () => HtmlViewContextType;
|
|
14
|
+
interface HtmlViewProviderProps {
|
|
15
|
+
children: ReactNode;
|
|
16
|
+
}
|
|
17
|
+
export declare const HtmlViewProvider: React.FC<HtmlViewProviderProps>;
|
|
18
|
+
export {};
|
|
@@ -20,7 +20,7 @@ export declare const blockTypeToBlockName: {
|
|
|
20
20
|
};
|
|
21
21
|
declare const INITIAL_TOOLBAR_STATE: {
|
|
22
22
|
bgColor: string;
|
|
23
|
-
blockType: "number" | "code" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "
|
|
23
|
+
blockType: "number" | "code" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "paragraph" | "quote" | "bullet" | "check";
|
|
24
24
|
canRedo: boolean;
|
|
25
25
|
canUndo: boolean;
|
|
26
26
|
codeLanguage: string;
|
|
@@ -41,6 +41,7 @@ declare const INITIAL_TOOLBAR_STATE: {
|
|
|
41
41
|
isSuperscript: boolean;
|
|
42
42
|
isUnderline: boolean;
|
|
43
43
|
rootType: "table" | "root";
|
|
44
|
+
isAutocompleteEnabled: boolean;
|
|
44
45
|
};
|
|
45
46
|
type ToolbarState = typeof INITIAL_TOOLBAR_STATE;
|
|
46
47
|
type ToolbarStateKey = keyof ToolbarState;
|
package/dist/editorConfig.d.ts
CHANGED
|
@@ -15,6 +15,9 @@ export declare const editorConfig: {
|
|
|
15
15
|
enableCodeFormat: boolean;
|
|
16
16
|
enableAIChat: boolean;
|
|
17
17
|
enableTodoList: boolean;
|
|
18
|
+
enableHtmlViewToggle: boolean;
|
|
19
|
+
enableNotePanels: boolean;
|
|
20
|
+
enableAutocompleteToggle: boolean;
|
|
18
21
|
};
|
|
19
22
|
enableFloatingMenu: boolean;
|
|
20
23
|
htmlViewOption: boolean;
|
|
@@ -31,6 +34,12 @@ export declare const editorConfig: {
|
|
|
31
34
|
code: boolean;
|
|
32
35
|
link: boolean;
|
|
33
36
|
aiChat: boolean;
|
|
37
|
+
comment: boolean;
|
|
38
|
+
};
|
|
39
|
+
enableAutocomplete: boolean;
|
|
40
|
+
autocompleteOptions: {
|
|
41
|
+
minMatchLength: number;
|
|
42
|
+
maxSuggestions: number;
|
|
34
43
|
};
|
|
35
44
|
defaultFontFamilies: string[];
|
|
36
45
|
mentionUserList: string[];
|
|
@@ -3,7 +3,7 @@ import { TextFormatType } from '../../node_modules/lexical';
|
|
|
3
3
|
declare const useEditorToolbar: () => {
|
|
4
4
|
hasFormat: Record<TextFormatType, boolean>;
|
|
5
5
|
isEditorEmpty: boolean;
|
|
6
|
-
blockType: "number" | "code" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "
|
|
6
|
+
blockType: "number" | "code" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "paragraph" | "quote" | "bullet" | "check";
|
|
7
7
|
insertLink: () => void;
|
|
8
8
|
insertHorizontalRule: () => void;
|
|
9
9
|
clearFormatting: () => void;
|