markdown-text-editor 0.1.3 → 0.1.5

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/README.md CHANGED
@@ -1,7 +1,29 @@
1
+ [![Total Downloads](https://img.shields.io/npm/dt/markdown-text-editor.svg)](https://www.npmjs.com/package/markdown-text-editor)
2
+ [![Latest Release](https://img.shields.io/npm/v/markdown-text-editor.svg)](https://github.com/nezanuha/markdown-text-editor/releases)
3
+ [![License](https://img.shields.io/npm/l/markdown-text-editor.svg)](https://github.com/nezanuha/markdown-text-editor/blob/master/LICENSE)
4
+
5
+ ---
6
+
7
+
1
8
  ## MarkdownEditor Plugin Documentation
9
+ Transform textarea into powerful Markdown editor, and get/set value as standard HTML method.
2
10
 
11
+ [**DEMO**](https://codepen.io/Mohammed-Rashad/pen/pvoyqPQ)
12
+
13
+ ---
3
14
  Welcome to the documentation for the **MarkdownEditor Plugin** – an **open source project** offering the **best, simple, embeddable JavaScript Markdown editor plugin or library**. This powerful tool provides **real-time preview**, **syntax highlighting**, and **easy integration** into your projects. Whether you’re building a blog, note-taking app, or any content-rich website, this plugin delivers a robust and customizable markdown editing experience.
4
15
 
16
+ - ✅ **Actively Maintenaning**: The plugin receives regular updates to stay up to date.
17
+ - ✅ **User-Friendly**: It offers a WYSIWYG-style interface, making it great for non-technical users.
18
+ - ✅ **Simple Markdown _Get/Set_**: No complicated techniques are required to get and set the markdown content. You can use the <textarea> value or name attribute to get and set markdown content.
19
+ - ✅ **Tailwind CSS Support**: Built with TailwindCSS, and it will work with both Tailwind CSS and non-Tailwind CSS projects.
20
+ - ✅ **Responsive**: The editor is fully responsive, providing a seamless experience across all screen sizes.
21
+ - ✅ **RTL Support**: By default Right-to-Left (RTL) text is supported, making it ideal for languages like Arabic, Urdu, and Farsi.
22
+ - ✅ **Module Support**: Supports ESM, UMD, and CommonJS modules, making it easy to integrate with different module systems.
23
+ - ✅ **Live Preview Mode**: Watch your markdown content render while you type, providing a real-time preview of formatting, links, images, and more.
24
+ - ✅ **Automatic Dark Mode Support**: The editor follows your system's or website's dark mode settings, giving a seamless experience.
25
+
26
+
5
27
  ---
6
28
 
7
29
  ## Table of Contents
@@ -114,7 +136,7 @@ Alternatively, include the following CDN links in your HTML:
114
136
  #### CSS:
115
137
 
116
138
  ```html
117
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/markdown-text-editor/dist/markdown-text-editor.min.css">
139
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/markdown-text-editor/dist/markdown-text-editor.css">
118
140
  ```
119
141
 
120
142
  ---
@@ -278,4 +300,4 @@ This project is released under the [MIT License](LICENSE).
278
300
 
279
301
  ---
280
302
 
281
- Thank you for choosing the MarkdownEditor Plugin – your reliable, feature-rich solution for seamless markdown editing and content creation with **easy integration**. Happy coding!
303
+ Thank you for choosing the MarkdownEditor Plugin – your reliable, feature-rich solution for seamless markdown editing and content creation with **easy integration**. Happy coding!
package/dist/index.css CHANGED
@@ -1,3 +1,9 @@
1
- *,:after,:before{--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:rgba(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:rgba(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: }/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;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;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}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,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height: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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.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}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-inline-start-color:var(--tw-prose-quote-borders);border-inline-start-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em;quotes:"\201C""\201D""\2018""\2019"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);color:var(--tw-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;width:100%}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.8888889em;margin-top:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;line-height:1.2;margin-bottom:.8em;margin-top:0}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;line-height:1.4;margin-bottom:.8em;margin-top:1.6em}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.5555556em}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.4285714;margin-bottom:.5714286em;margin-top:1.4285714em}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;font-size:.8571429em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-top:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.25rem;font-size:.8571429em;line-height:1.6666667;margin-bottom:1.6666667em;margin-top:1.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-top:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.2857143em;margin-top:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2.8571429em;margin-top:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-top:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.sticky{position:sticky}.inset-x-0{left:0;right:0}.right-0{right:0}.top-0{top:0}.z-\[999\]{z-index:999}.mt-3{margin-top:.75rem}.mt-5{margin-top:1.25rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.size-full{height:100%;width:100%}.\!h-\[90lvh\]{height:90lvh!important}.h-48{height:12rem}.h-\[90lvh\]{height:90lvh}.max-w-full{max-width:100%}.max-w-max{max-width:-moz-max-content;max-width:max-content}.cursor-pointer{cursor:pointer}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.flex-col{flex-direction:column}.gap-4{gap:1rem}.space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.375rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.375rem*var(--tw-space-x-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.self-end{align-self:flex-end}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-0{border-width:0}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-stone-200{--tw-border-opacity:1;border-color:rgb(231 229 228/var(--tw-border-opacity,1))}.bg-stone-100{--tw-bg-opacity:1;background-color:rgb(245 245 244/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-4{padding:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.text-xs\/6{font-size:.75rem;line-height:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.text-stone-700{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity,1))}.text-stone-900{--tw-text-opacity:1;color:rgb(28 25 23/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-zinc-800{--tw-text-opacity:1;color:rgb(39 39 42/var(--tw-text-opacity,1))}.opacity-25{opacity:.25}.outline-0{outline-width:0}.duration-300{transition-duration:.3s}@media (min-width:768px){.md\:prose-base{font-size:1rem;line-height:1.75}.md\:prose-base :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.md\:prose-base :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.md\:prose-base :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em}.md\:prose-base :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.25em;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.md\:prose-base :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.md\:prose-base :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.md\:prose-base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.md\:prose-base :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.md\:prose-base :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.md\:prose-base :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.md\:prose-base :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.md\:prose-base :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;font-size:.875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}.md\:prose-base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.md\:prose-base :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.md\:prose-base :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.md\:prose-base :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.375rem;font-size:.875em;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}.md\:prose-base :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.md\:prose-base :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.md\:prose-base :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.md\:prose-base :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.md\:prose-base :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.md\:prose-base :where(.md\:prose-base>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.md\:prose-base :where(.md\:prose-base>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose-base :where(.md\:prose-base>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.md\:prose-base :where(.md\:prose-base>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose-base :where(.md\:prose-base>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.md\:prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.md\:prose-base :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.md\:prose-base :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose-base :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.md\:prose-base :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:3em;margin-top:3em}.md\:prose-base :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-base :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-base :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-base :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-base :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857}.md\:prose-base :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.md\:prose-base :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose-base :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}.md\:prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose-base :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.md\:prose-base :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.md\:prose-base :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.md\:prose-base :where(.md\:prose-base>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-base :where(.md\:prose-base>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}@media (prefers-color-scheme:dark){.dark\:prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}}.placeholder\:text-stone-300::-moz-placeholder{--tw-text-opacity:1;color:rgb(214 211 209/var(--tw-text-opacity,1))}.placeholder\:text-stone-300::placeholder{--tw-text-opacity:1;color:rgb(214 211 209/var(--tw-text-opacity,1))}.after\:invisible:after{content:var(--tw-content);visibility:hidden}.after\:whitespace-pre-wrap:after{content:var(--tw-content);white-space:pre-wrap}.after\:border:after{border-width:1px;content:var(--tw-content)}.after\:px-3\.5:after{content:var(--tw-content);padding-left:.875rem;padding-right:.875rem}.after\:py-2\.5:after{content:var(--tw-content);padding-bottom:.625rem;padding-top:.625rem}.after\:text-inherit:after{color:inherit;content:var(--tw-content)}.after\:content-\[attr\(data-cloned-val\)_\'_\'\]:after{--tw-content:attr(data-cloned-val) " ";content:var(--tw-content)}.after\:\[grid-area\:1\/1\/2\/2\]:after{content:var(--tw-content);grid-area:1/1/2/2}.hover\:bg-stone-200:hover{--tw-bg-opacity:1;background-color:rgb(231 229 228/var(--tw-bg-opacity,1))}.hover\:bg-violet-600:hover{--tw-bg-opacity:1;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))}.focus\:outline-0:focus{outline-width:0}.focus\:outline-2:focus{outline-width:2px}.focus\:outline-offset-2:focus{outline-offset:2px}.focus\:outline-violet-500:focus{outline-color:#8b5cf6}.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(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)}.active\:bg-violet-700:active{--tw-bg-opacity:1;background-color:rgb(109 40 217/var(--tw-bg-opacity,1))}@media (min-width:768px){.md\:pointer-events-auto{pointer-events:auto}.md\:block{display:block}.md\:grid{display:grid}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.md\:divide-stone-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(214 211 209/var(--tw-divide-opacity,1))}.md\:opacity-100{opacity:1}}@media (min-width:1024px){.lg\:p-12{padding:3rem}}@media (min-width:768px){.rtl\:md\:divide-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:1}}@media (prefers-color-scheme:dark){.dark\:border-stone-700{--tw-border-opacity:1;border-color:rgb(68 64 60/var(--tw-border-opacity,1))}.dark\:bg-stone-800{--tw-bg-opacity:1;background-color:rgb(41 37 36/var(--tw-bg-opacity,1))}.dark\:bg-stone-900{--tw-bg-opacity:1;background-color:rgb(28 25 23/var(--tw-bg-opacity,1))}.dark\:text-stone-100{--tw-text-opacity:1;color:rgb(245 245 244/var(--tw-text-opacity,1))}.dark\:text-stone-200{--tw-text-opacity:1;color:rgb(231 229 228/var(--tw-text-opacity,1))}.dark\:placeholder\:text-stone-700::-moz-placeholder{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity,1))}.dark\:placeholder\:text-stone-700::placeholder{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity,1))}.dark\:hover\:bg-stone-600:hover{--tw-bg-opacity:1;background-color:rgb(87 83 78/var(--tw-bg-opacity,1))}@media (min-width:768px){.dark\:md\:divide-stone-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(68 64 60/var(--tw-divide-opacity,1))}}}.\[\&\>textarea\]\:resize-none>textarea{resize:none}.\[\&\>textarea\]\:\[grid-area\:1\/1\/2\/2\]>textarea{grid-area:1/1/2/2}
1
+ /*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */@layer theme, base, components, utilities;@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-violet-500:oklch(0.606 0.25 292.717);--color-violet-600:oklch(0.541 0.281 293.009);--color-violet-700:oklch(0.491 0.27 292.581);--color-gray-200:oklch(0.928 0.006 264.531);--color-zinc-800:oklch(0.274 0.006 286.033);--color-stone-100:oklch(0.97 0.001 106.424);--color-stone-200:oklch(0.923 0.003 48.717);--color-stone-300:oklch(0.869 0.005 56.366);--color-stone-600:oklch(0.444 0.011 73.639);--color-stone-700:oklch(0.374 0.01 67.558);--color-stone-800:oklch(0.268 0.007 34.298);--color-stone-900:oklch(0.216 0.006 56.043);--color-white:#fff;--spacing:0.25rem;--text-xs:0.75rem;--font-weight-medium:500;--font-weight-semibold:600;--radius-sm:0.25rem;--radius-md:0.375rem;--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(
2
+ --font-sans--font-variation-settings
3
+ );--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(
4
+ --font-mono--font-feature-settings
5
+ );--default-mono-font-variation-settings:var(
6
+ --font-mono--font-variation-settings
7
+ )}}@layer base{*,::backdrop,::file-selector-button,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:var( --default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" );font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var( --default-font-variation-settings,normal );tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var( --default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace );font-feature-settings:var( --default-mono-font-feature-settings,normal );font-size:1em;font-variation-settings:var( --default-mono-font-variation-settings,normal )}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}::file-selector-button,button,input,optgroup,select,textarea{background-color:transparent;border-radius:0;color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{color:color-mix(in oklab,currentColor 50%,transparent);opacity:1}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.static{position:static}.sticky{position:sticky}.inset-x-0{inset-inline:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.right-0{right:calc(var(--spacing)*0)}.z-999{z-index:999}.container{width:100%;@media (width >= 40rem){max-width:40rem}@media (width >= 48rem){max-width:48rem}@media (width >= 64rem){max-width:64rem}@media (width >= 80rem){max-width:80rem}@media (width >= 96rem){max-width:96rem}}.prose{color:var(--tw-prose-body);max-width:65ch;--tw-prose-body:oklch(0.373 0.034 259.733);--tw-prose-headings:oklch(0.21 0.034 264.665);--tw-prose-lead:oklch(0.446 0.03 256.802);--tw-prose-links:oklch(0.21 0.034 264.665);--tw-prose-bold:oklch(0.21 0.034 264.665);--tw-prose-counters:oklch(0.551 0.027 264.364);--tw-prose-bullets:oklch(0.872 0.01 258.338);--tw-prose-hr:oklch(0.928 0.006 264.531);--tw-prose-quotes:oklch(0.21 0.034 264.665);--tw-prose-quote-borders:oklch(0.928 0.006 264.531);--tw-prose-captions:oklch(0.551 0.027 264.364);--tw-prose-kbd:oklch(0.21 0.034 264.665);--tw-prose-kbd-shadows:NaN NaN NaN;--tw-prose-code:oklch(0.21 0.034 264.665);--tw-prose-pre-code:oklch(0.928 0.006 264.531);--tw-prose-pre-bg:oklch(0.278 0.033 256.848);--tw-prose-th-borders:oklch(0.872 0.01 258.338);--tw-prose-td-borders:oklch(0.928 0.006 264.531);--tw-prose-invert-body:oklch(0.872 0.01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(0.707 0.022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(0.707 0.022 261.325);--tw-prose-invert-bullets:oklch(0.446 0.03 256.802);--tw-prose-invert-hr:oklch(0.373 0.034 259.733);--tw-prose-invert-quotes:oklch(0.967 0.003 264.542);--tw-prose-invert-quote-borders:oklch(0.373 0.034 259.733);--tw-prose-invert-captions:oklch(0.707 0.022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(0.872 0.01 258.338);--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:oklch(0.446 0.03 256.802);--tw-prose-invert-td-borders:oklch(0.373 0.034 259.733);font-size:1rem;line-height:1.75;:where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}:where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}:where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}:where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}:where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}:where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}:where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}:where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}:where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}:where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}:where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}:where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}:where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}:where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}:where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}:where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}:where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}:where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}:where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1;margin-bottom:3em;margin-top:3em}:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-inline-start-color:var(--tw-prose-quote-borders);border-inline-start-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em;quotes:"\201C""\201D""\2018""\2019"}:where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}:where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}:where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}:where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}:where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}:where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}:where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}:where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}:where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);color:var(--tw-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}:where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}:where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}:where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}:where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}:where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}:where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}:where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}:where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}:where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}:where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;width:100%}:where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}:where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em;vertical-align:bottom}:where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}:where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}:where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}:where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}:where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}:where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}:where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}:where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}:where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}:where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}:where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}:where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}:where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}:where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}:where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}:where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.prose-sm{font-size:.875rem;line-height:1.7142857;:where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}:where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.8888889em;margin-top:.8888889em}:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-inline-start:1.1111111em}:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;line-height:1.2;margin-bottom:.8em;margin-top:0}:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;line-height:1.4;margin-bottom:.8em;margin-top:1.6em}:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.5555556em}:where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.4285714;margin-bottom:.5714286em;margin-top:1.4285714em}:where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}:where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}:where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}:where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;font-size:.8571429em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-top:.1428571em;padding-inline-start:.3571429em}:where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}:where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}:where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}:where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.25rem;font-size:.8571429em;line-height:1.6666667;margin-bottom:1.6666667em;margin-top:1.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-top:.6666667em;padding-inline-start:1em}:where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-inline-start:1.5714286em}:where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-inline-start:1.5714286em}:where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.2857143em;margin-top:.2857143em}:where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}:where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}:where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}:where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}:where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}:where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}:where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}:where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}:where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}:where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}:where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}:where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2.8571429em;margin-top:2.8571429em}:where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}:where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}:where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-top:.6666667em;padding-inline-start:1em}:where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}:where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}:where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-5{margin-top:calc(var(--spacing)*5)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.size-full{height:100%;width:100%}.h-48{height:calc(var(--spacing)*48)}.h-56{height:calc(var(--spacing)*56)}.h-\[90lvh\]{height:90lvh}.h-\[90lvh\]\!{height:90lvh!important}.max-w-full{max-width:100%}.cursor-pointer{cursor:pointer}.appearance-none{appearance:none}.flex-col{flex-direction:column}.gap-4{gap:calc(var(--spacing)*4)}.space-y-3{:where(&>:not(:last-child)){--tw-space-y-reverse:0;margin-block-end:calc(var(--spacing)*3*(1 - var(--tw-space-y-reverse)));margin-block-start:calc(var(--spacing)*3*var(--tw-space-y-reverse))}}.space-x-1\.5{:where(&>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-end:calc(var(--spacing)*1.5*(1 - var(--tw-space-x-reverse)));margin-inline-start:calc(var(--spacing)*1.5*var(--tw-space-x-reverse))}}.self-end{align-self:flex-end}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-stone-200{border-color:var(--color-stone-200)}.bg-stone-100{background-color:var(--color-stone-100)}.bg-transparent{background-color:transparent}.bg-violet-500{background-color:var(--color-violet-500)}.bg-white{background-color:var(--color-white)}.p-1\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-4{padding:calc(var(--spacing)*4)}.px-3{padding-inline:calc(var(--spacing)*3)}.py-1{padding-block:calc(var(--spacing)*1)}.text-xs\/6{font-size:var(--text-xs);line-height:calc(var(--spacing)*6)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-stone-700{color:var(--color-stone-700)}.text-stone-900{color:var(--color-stone-900)}.text-white{color:var(--color-white)}.text-zinc-800{color:var(--color-zinc-800)}.italic{font-style:italic}.opacity-25{opacity:25%}.outline-0{outline-style:var(--tw-outline-style);outline-width:0}.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,)}.duration-300{--tw-duration:300ms;transition-duration:.3s}.placeholder\:text-stone-300{&::placeholder{color:var(--color-stone-300)}}.after\:invisible{&:after{content:var(--tw-content);visibility:hidden}}.after\:border{&:after{border-style:var(--tw-border-style);border-width:1px;content:var(--tw-content)}}.after\:px-3\.5{&:after{content:var(--tw-content);padding-inline:calc(var(--spacing)*3.5)}}.after\:py-2\.5{&:after{content:var(--tw-content);padding-block:calc(var(--spacing)*2.5)}}.after\:whitespace-pre-wrap{&:after{content:var(--tw-content);white-space:pre-wrap}}.after\:text-inherit{&:after{color:inherit;content:var(--tw-content)}}.after\:content-\[attr\(data-cloned-val\)_\'_\'\]{&:after{--tw-content:attr(data-cloned-val) " ";content:var(--tw-content)}}.after\:\[grid-area\:1\/1\/2\/2\]{&:after{content:var(--tw-content);grid-area:1/1/2/2}}.hover\:bg-stone-200{&:hover{@media (hover:hover){background-color:var(--color-stone-200)}}}.hover\:bg-violet-600{&:hover{@media (hover:hover){background-color:var(--color-violet-600)}}}.focus\:ring-0{&:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\:outline-0{&:focus{outline-style:var(--tw-outline-style);outline-width:0}}.focus\:outline-2{&:focus{outline-style:var(--tw-outline-style);outline-width:2px}}.focus\:outline-offset-2{&:focus{outline-offset:2px}}.focus\:outline-violet-500{&:focus{outline-color:var(--color-violet-500)}}.active\:bg-violet-700{&:active{background-color:var(--color-violet-700)}}.md\:pointer-events-auto{@media (width >= 48rem){pointer-events:auto}}.md\:prose-base{@media (width >= 48rem){font-size:1rem;line-height:1.75;:where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}:where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em}:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.25em;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;line-height:1.3333333;margin-bottom:1em;margin-top:2em}:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}:where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.5;margin-bottom:.5em;margin-top:1.5em}:where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;font-size:.875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}:where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}:where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}:where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}:where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.375rem;font-size:.875em;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}:where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}:where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}:where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}:where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:where(.md\:prose-base>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}:where(.md\:prose-base>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:where(.md\:prose-base>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}:where(.md\:prose-base>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:where(.md\:prose-base>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}:where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}:where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}:where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}:where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:3em;margin-top:3em}:where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857}:where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}:where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}:where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}:where(.md\:prose-base>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(.md\:prose-base>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}}.md\:block{@media (width >= 48rem){display:block}}.md\:grid{@media (width >= 48rem){display:grid}}.md\:grid-cols-2{@media (width >= 48rem){grid-template-columns:repeat(2,minmax(0,1fr))}}.md\:divide-x{@media (width >= 48rem){:where(&>:not(:last-child)){--tw-divide-x-reverse:0;border-inline-end-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-inline-start-width:calc(1px*var(--tw-divide-x-reverse));border-inline-style:var(--tw-border-style)}}}.md\:divide-stone-300{@media (width >= 48rem){:where(&>:not(:last-child)){border-color:var(--color-stone-300)}}}.md\:opacity-100{@media (width >= 48rem){opacity:100%}}.lg\:p-12{@media (width >= 64rem){padding:calc(var(--spacing)*12)}}.md\:rtl\:divide-x-reverse{@media (width >= 48rem){&:where(:dir(rtl),[dir=rtl],[dir=rtl] *){:where(&>:not(:last-child)){--tw-divide-x-reverse:1}}}}.dark\:border-stone-700{@media (prefers-color-scheme:dark){border-color:var(--color-stone-700)}}.dark\:bg-stone-800{@media (prefers-color-scheme:dark){background-color:var(--color-stone-800)}}.dark\:bg-stone-900{@media (prefers-color-scheme:dark){background-color:var(--color-stone-900)}}.dark\:text-stone-100{@media (prefers-color-scheme:dark){color:var(--color-stone-100)}}.dark\:text-stone-200{@media (prefers-color-scheme:dark){color:var(--color-stone-200)}}.dark\:prose-invert{@media (prefers-color-scheme:dark){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}}.dark\:placeholder\:text-stone-700{@media (prefers-color-scheme:dark){&::placeholder{color:var(--color-stone-700)}}}.dark\:hover\:bg-stone-600{@media (prefers-color-scheme:dark){&:hover{@media (hover:hover){background-color:var(--color-stone-600)}}}}.dark\:md\:divide-stone-700{@media (prefers-color-scheme:dark){@media (width >= 48rem){:where(&>:not(:last-child)){border-color:var(--color-stone-700)}}}}.\[\&\>textarea\]\:resize-none{&>textarea{resize:none}}.\[\&\>textarea\]\:\[grid-area\:1\/1\/2\/2\]{&>textarea{grid-area:1/1/2/2}}}@layer base{*,::backdrop,::file-selector-button,:after,:before{border-color:var(--color-gray-200,currentColor)}}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-content{syntax:"*";initial-value:"";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-divide-x-reverse{syntax:"*";inherits:false;initial-value:0}
2
8
 
3
9
  /*# sourceMappingURL=index.css.map*/
@@ -1 +1 @@
1
- {"version":3,"file":"index.css","mappings":"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","sources":["webpack://MarkdownEditor/./src/plugins/markdown/styles/main.css"],"sourcesContent":["@tailwind base;\n@tailwind components;\n@tailwind utilities;"],"names":[],"sourceRoot":""}
1
+ {"version":3,"file":"index.css","mappings":"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","sources":["webpack://MarkdownEditor/./src/plugins/markdown/styles/main.css"],"sourcesContent":["@import 'tailwindcss';\n\n@plugin '@tailwindcss/typography';\n\n/*\n The default border color has changed to `currentColor` in Tailwind CSS v4,\n so we've added these compatibility styles to make sure everything still\n looks the same as it did with Tailwind CSS v3.\n\n If we ever want to remove these styles, we need to add an explicit border\n color utility to any element that depends on these defaults.\n*/\n@layer base {\n *,\n ::after,\n ::before,\n ::backdrop,\n ::file-selector-button {\n border-color: var(--color-gray-200, currentColor);\n }\n}"],"names":[],"sourceRoot":""}
@@ -1,3 +1,9 @@
1
- *,:after,:before{--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:rgba(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:rgba(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: }/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;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;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}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,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height: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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.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}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-inline-start-color:var(--tw-prose-quote-borders);border-inline-start-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em;quotes:"\201C""\201D""\2018""\2019"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);color:var(--tw-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;width:100%}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.8888889em;margin-top:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;line-height:1.2;margin-bottom:.8em;margin-top:0}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;line-height:1.4;margin-bottom:.8em;margin-top:1.6em}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.5555556em}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.4285714;margin-bottom:.5714286em;margin-top:1.4285714em}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;font-size:.8571429em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-top:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.25rem;font-size:.8571429em;line-height:1.6666667;margin-bottom:1.6666667em;margin-top:1.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-top:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.2857143em;margin-top:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2.8571429em;margin-top:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-top:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.sticky{position:sticky}.inset-x-0{left:0;right:0}.right-0{right:0}.top-0{top:0}.z-\[999\]{z-index:999}.mt-3{margin-top:.75rem}.mt-5{margin-top:1.25rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.size-full{height:100%;width:100%}.\!h-\[90lvh\]{height:90lvh!important}.h-48{height:12rem}.h-\[90lvh\]{height:90lvh}.max-w-full{max-width:100%}.max-w-max{max-width:-moz-max-content;max-width:max-content}.cursor-pointer{cursor:pointer}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.flex-col{flex-direction:column}.gap-4{gap:1rem}.space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.375rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.375rem*var(--tw-space-x-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.self-end{align-self:flex-end}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-0{border-width:0}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-stone-200{--tw-border-opacity:1;border-color:rgb(231 229 228/var(--tw-border-opacity,1))}.bg-stone-100{--tw-bg-opacity:1;background-color:rgb(245 245 244/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-4{padding:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.text-xs\/6{font-size:.75rem;line-height:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.text-stone-700{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity,1))}.text-stone-900{--tw-text-opacity:1;color:rgb(28 25 23/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-zinc-800{--tw-text-opacity:1;color:rgb(39 39 42/var(--tw-text-opacity,1))}.opacity-25{opacity:.25}.outline-0{outline-width:0}.duration-300{transition-duration:.3s}@media (min-width:768px){.md\:prose-base{font-size:1rem;line-height:1.75}.md\:prose-base :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.md\:prose-base :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.md\:prose-base :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em}.md\:prose-base :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.25em;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.md\:prose-base :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.md\:prose-base :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.md\:prose-base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.md\:prose-base :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.md\:prose-base :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.md\:prose-base :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.md\:prose-base :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.md\:prose-base :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;font-size:.875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}.md\:prose-base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.md\:prose-base :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.md\:prose-base :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.md\:prose-base :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.375rem;font-size:.875em;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}.md\:prose-base :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.md\:prose-base :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.md\:prose-base :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.md\:prose-base :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.md\:prose-base :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.md\:prose-base :where(.md\:prose-base>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.md\:prose-base :where(.md\:prose-base>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose-base :where(.md\:prose-base>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.md\:prose-base :where(.md\:prose-base>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose-base :where(.md\:prose-base>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.md\:prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.md\:prose-base :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.md\:prose-base :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose-base :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.md\:prose-base :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:3em;margin-top:3em}.md\:prose-base :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-base :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-base :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-base :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-base :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857}.md\:prose-base :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.md\:prose-base :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose-base :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}.md\:prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose-base :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.md\:prose-base :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.md\:prose-base :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.md\:prose-base :where(.md\:prose-base>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-base :where(.md\:prose-base>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}@media (prefers-color-scheme:dark){.dark\:prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}}.placeholder\:text-stone-300::-moz-placeholder{--tw-text-opacity:1;color:rgb(214 211 209/var(--tw-text-opacity,1))}.placeholder\:text-stone-300::placeholder{--tw-text-opacity:1;color:rgb(214 211 209/var(--tw-text-opacity,1))}.after\:invisible:after{content:var(--tw-content);visibility:hidden}.after\:whitespace-pre-wrap:after{content:var(--tw-content);white-space:pre-wrap}.after\:border:after{border-width:1px;content:var(--tw-content)}.after\:px-3\.5:after{content:var(--tw-content);padding-left:.875rem;padding-right:.875rem}.after\:py-2\.5:after{content:var(--tw-content);padding-bottom:.625rem;padding-top:.625rem}.after\:text-inherit:after{color:inherit;content:var(--tw-content)}.after\:content-\[attr\(data-cloned-val\)_\'_\'\]:after{--tw-content:attr(data-cloned-val) " ";content:var(--tw-content)}.after\:\[grid-area\:1\/1\/2\/2\]:after{content:var(--tw-content);grid-area:1/1/2/2}.hover\:bg-stone-200:hover{--tw-bg-opacity:1;background-color:rgb(231 229 228/var(--tw-bg-opacity,1))}.hover\:bg-violet-600:hover{--tw-bg-opacity:1;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))}.focus\:outline-0:focus{outline-width:0}.focus\:outline-2:focus{outline-width:2px}.focus\:outline-offset-2:focus{outline-offset:2px}.focus\:outline-violet-500:focus{outline-color:#8b5cf6}.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(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)}.active\:bg-violet-700:active{--tw-bg-opacity:1;background-color:rgb(109 40 217/var(--tw-bg-opacity,1))}@media (min-width:768px){.md\:pointer-events-auto{pointer-events:auto}.md\:block{display:block}.md\:grid{display:grid}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.md\:divide-stone-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(214 211 209/var(--tw-divide-opacity,1))}.md\:opacity-100{opacity:1}}@media (min-width:1024px){.lg\:p-12{padding:3rem}}@media (min-width:768px){.rtl\:md\:divide-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:1}}@media (prefers-color-scheme:dark){.dark\:border-stone-700{--tw-border-opacity:1;border-color:rgb(68 64 60/var(--tw-border-opacity,1))}.dark\:bg-stone-800{--tw-bg-opacity:1;background-color:rgb(41 37 36/var(--tw-bg-opacity,1))}.dark\:bg-stone-900{--tw-bg-opacity:1;background-color:rgb(28 25 23/var(--tw-bg-opacity,1))}.dark\:text-stone-100{--tw-text-opacity:1;color:rgb(245 245 244/var(--tw-text-opacity,1))}.dark\:text-stone-200{--tw-text-opacity:1;color:rgb(231 229 228/var(--tw-text-opacity,1))}.dark\:placeholder\:text-stone-700::-moz-placeholder{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity,1))}.dark\:placeholder\:text-stone-700::placeholder{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity,1))}.dark\:hover\:bg-stone-600:hover{--tw-bg-opacity:1;background-color:rgb(87 83 78/var(--tw-bg-opacity,1))}@media (min-width:768px){.dark\:md\:divide-stone-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(68 64 60/var(--tw-divide-opacity,1))}}}.\[\&\>textarea\]\:resize-none>textarea{resize:none}.\[\&\>textarea\]\:\[grid-area\:1\/1\/2\/2\]>textarea{grid-area:1/1/2/2}
1
+ /*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */@layer theme, base, components, utilities;@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-violet-500:oklch(0.606 0.25 292.717);--color-violet-600:oklch(0.541 0.281 293.009);--color-violet-700:oklch(0.491 0.27 292.581);--color-gray-200:oklch(0.928 0.006 264.531);--color-zinc-800:oklch(0.274 0.006 286.033);--color-stone-100:oklch(0.97 0.001 106.424);--color-stone-200:oklch(0.923 0.003 48.717);--color-stone-300:oklch(0.869 0.005 56.366);--color-stone-600:oklch(0.444 0.011 73.639);--color-stone-700:oklch(0.374 0.01 67.558);--color-stone-800:oklch(0.268 0.007 34.298);--color-stone-900:oklch(0.216 0.006 56.043);--color-white:#fff;--spacing:0.25rem;--text-xs:0.75rem;--font-weight-medium:500;--font-weight-semibold:600;--radius-sm:0.25rem;--radius-md:0.375rem;--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(
2
+ --font-sans--font-variation-settings
3
+ );--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(
4
+ --font-mono--font-feature-settings
5
+ );--default-mono-font-variation-settings:var(
6
+ --font-mono--font-variation-settings
7
+ )}}@layer base{*,::backdrop,::file-selector-button,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:var( --default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" );font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var( --default-font-variation-settings,normal );tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var( --default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace );font-feature-settings:var( --default-mono-font-feature-settings,normal );font-size:1em;font-variation-settings:var( --default-mono-font-variation-settings,normal )}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}::file-selector-button,button,input,optgroup,select,textarea{background-color:transparent;border-radius:0;color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{color:color-mix(in oklab,currentColor 50%,transparent);opacity:1}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.static{position:static}.sticky{position:sticky}.inset-x-0{inset-inline:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.right-0{right:calc(var(--spacing)*0)}.z-999{z-index:999}.container{width:100%;@media (width >= 40rem){max-width:40rem}@media (width >= 48rem){max-width:48rem}@media (width >= 64rem){max-width:64rem}@media (width >= 80rem){max-width:80rem}@media (width >= 96rem){max-width:96rem}}.prose{color:var(--tw-prose-body);max-width:65ch;--tw-prose-body:oklch(0.373 0.034 259.733);--tw-prose-headings:oklch(0.21 0.034 264.665);--tw-prose-lead:oklch(0.446 0.03 256.802);--tw-prose-links:oklch(0.21 0.034 264.665);--tw-prose-bold:oklch(0.21 0.034 264.665);--tw-prose-counters:oklch(0.551 0.027 264.364);--tw-prose-bullets:oklch(0.872 0.01 258.338);--tw-prose-hr:oklch(0.928 0.006 264.531);--tw-prose-quotes:oklch(0.21 0.034 264.665);--tw-prose-quote-borders:oklch(0.928 0.006 264.531);--tw-prose-captions:oklch(0.551 0.027 264.364);--tw-prose-kbd:oklch(0.21 0.034 264.665);--tw-prose-kbd-shadows:NaN NaN NaN;--tw-prose-code:oklch(0.21 0.034 264.665);--tw-prose-pre-code:oklch(0.928 0.006 264.531);--tw-prose-pre-bg:oklch(0.278 0.033 256.848);--tw-prose-th-borders:oklch(0.872 0.01 258.338);--tw-prose-td-borders:oklch(0.928 0.006 264.531);--tw-prose-invert-body:oklch(0.872 0.01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(0.707 0.022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(0.707 0.022 261.325);--tw-prose-invert-bullets:oklch(0.446 0.03 256.802);--tw-prose-invert-hr:oklch(0.373 0.034 259.733);--tw-prose-invert-quotes:oklch(0.967 0.003 264.542);--tw-prose-invert-quote-borders:oklch(0.373 0.034 259.733);--tw-prose-invert-captions:oklch(0.707 0.022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(0.872 0.01 258.338);--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:oklch(0.446 0.03 256.802);--tw-prose-invert-td-borders:oklch(0.373 0.034 259.733);font-size:1rem;line-height:1.75;:where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}:where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}:where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}:where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}:where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}:where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}:where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}:where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}:where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}:where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}:where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}:where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}:where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}:where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}:where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}:where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}:where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}:where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}:where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1;margin-bottom:3em;margin-top:3em}:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-inline-start-color:var(--tw-prose-quote-borders);border-inline-start-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em;quotes:"\201C""\201D""\2018""\2019"}:where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}:where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}:where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}:where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}:where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}:where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}:where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}:where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}:where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);color:var(--tw-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}:where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}:where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}:where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}:where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}:where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}:where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}:where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}:where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}:where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}:where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;width:100%}:where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}:where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em;vertical-align:bottom}:where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}:where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}:where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}:where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}:where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}:where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}:where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}:where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}:where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}:where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}:where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}:where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}:where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}:where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}:where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}:where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.prose-sm{font-size:.875rem;line-height:1.7142857;:where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}:where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.8888889em;margin-top:.8888889em}:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-inline-start:1.1111111em}:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;line-height:1.2;margin-bottom:.8em;margin-top:0}:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;line-height:1.4;margin-bottom:.8em;margin-top:1.6em}:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.5555556em}:where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.4285714;margin-bottom:.5714286em;margin-top:1.4285714em}:where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}:where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}:where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}:where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;font-size:.8571429em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-top:.1428571em;padding-inline-start:.3571429em}:where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}:where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}:where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}:where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.25rem;font-size:.8571429em;line-height:1.6666667;margin-bottom:1.6666667em;margin-top:1.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-top:.6666667em;padding-inline-start:1em}:where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-inline-start:1.5714286em}:where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-inline-start:1.5714286em}:where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.2857143em;margin-top:.2857143em}:where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}:where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}:where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}:where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}:where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}:where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}:where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}:where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}:where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}:where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}:where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}:where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2.8571429em;margin-top:2.8571429em}:where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}:where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}:where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-top:.6666667em;padding-inline-start:1em}:where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}:where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}:where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-5{margin-top:calc(var(--spacing)*5)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.size-full{height:100%;width:100%}.h-48{height:calc(var(--spacing)*48)}.h-56{height:calc(var(--spacing)*56)}.h-\[90lvh\]{height:90lvh}.h-\[90lvh\]\!{height:90lvh!important}.max-w-full{max-width:100%}.cursor-pointer{cursor:pointer}.appearance-none{appearance:none}.flex-col{flex-direction:column}.gap-4{gap:calc(var(--spacing)*4)}.space-y-3{:where(&>:not(:last-child)){--tw-space-y-reverse:0;margin-block-end:calc(var(--spacing)*3*(1 - var(--tw-space-y-reverse)));margin-block-start:calc(var(--spacing)*3*var(--tw-space-y-reverse))}}.space-x-1\.5{:where(&>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-end:calc(var(--spacing)*1.5*(1 - var(--tw-space-x-reverse)));margin-inline-start:calc(var(--spacing)*1.5*var(--tw-space-x-reverse))}}.self-end{align-self:flex-end}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-stone-200{border-color:var(--color-stone-200)}.bg-stone-100{background-color:var(--color-stone-100)}.bg-transparent{background-color:transparent}.bg-violet-500{background-color:var(--color-violet-500)}.bg-white{background-color:var(--color-white)}.p-1\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-4{padding:calc(var(--spacing)*4)}.px-3{padding-inline:calc(var(--spacing)*3)}.py-1{padding-block:calc(var(--spacing)*1)}.text-xs\/6{font-size:var(--text-xs);line-height:calc(var(--spacing)*6)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-stone-700{color:var(--color-stone-700)}.text-stone-900{color:var(--color-stone-900)}.text-white{color:var(--color-white)}.text-zinc-800{color:var(--color-zinc-800)}.italic{font-style:italic}.opacity-25{opacity:25%}.outline-0{outline-style:var(--tw-outline-style);outline-width:0}.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,)}.duration-300{--tw-duration:300ms;transition-duration:.3s}.placeholder\:text-stone-300{&::placeholder{color:var(--color-stone-300)}}.after\:invisible{&:after{content:var(--tw-content);visibility:hidden}}.after\:border{&:after{border-style:var(--tw-border-style);border-width:1px;content:var(--tw-content)}}.after\:px-3\.5{&:after{content:var(--tw-content);padding-inline:calc(var(--spacing)*3.5)}}.after\:py-2\.5{&:after{content:var(--tw-content);padding-block:calc(var(--spacing)*2.5)}}.after\:whitespace-pre-wrap{&:after{content:var(--tw-content);white-space:pre-wrap}}.after\:text-inherit{&:after{color:inherit;content:var(--tw-content)}}.after\:content-\[attr\(data-cloned-val\)_\'_\'\]{&:after{--tw-content:attr(data-cloned-val) " ";content:var(--tw-content)}}.after\:\[grid-area\:1\/1\/2\/2\]{&:after{content:var(--tw-content);grid-area:1/1/2/2}}.hover\:bg-stone-200{&:hover{@media (hover:hover){background-color:var(--color-stone-200)}}}.hover\:bg-violet-600{&:hover{@media (hover:hover){background-color:var(--color-violet-600)}}}.focus\:ring-0{&:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\:outline-0{&:focus{outline-style:var(--tw-outline-style);outline-width:0}}.focus\:outline-2{&:focus{outline-style:var(--tw-outline-style);outline-width:2px}}.focus\:outline-offset-2{&:focus{outline-offset:2px}}.focus\:outline-violet-500{&:focus{outline-color:var(--color-violet-500)}}.active\:bg-violet-700{&:active{background-color:var(--color-violet-700)}}.md\:pointer-events-auto{@media (width >= 48rem){pointer-events:auto}}.md\:prose-base{@media (width >= 48rem){font-size:1rem;line-height:1.75;:where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}:where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em}:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.25em;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;line-height:1.3333333;margin-bottom:1em;margin-top:2em}:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}:where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.5;margin-bottom:.5em;margin-top:1.5em}:where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;font-size:.875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}:where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}:where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}:where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}:where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.375rem;font-size:.875em;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}:where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}:where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}:where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}:where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:where(.md\:prose-base>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}:where(.md\:prose-base>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:where(.md\:prose-base>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}:where(.md\:prose-base>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:where(.md\:prose-base>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}:where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}:where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}:where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}:where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:3em;margin-top:3em}:where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857}:where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}:where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}:where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}:where(.md\:prose-base>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:where(.md\:prose-base>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}}.md\:block{@media (width >= 48rem){display:block}}.md\:grid{@media (width >= 48rem){display:grid}}.md\:grid-cols-2{@media (width >= 48rem){grid-template-columns:repeat(2,minmax(0,1fr))}}.md\:divide-x{@media (width >= 48rem){:where(&>:not(:last-child)){--tw-divide-x-reverse:0;border-inline-end-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-inline-start-width:calc(1px*var(--tw-divide-x-reverse));border-inline-style:var(--tw-border-style)}}}.md\:divide-stone-300{@media (width >= 48rem){:where(&>:not(:last-child)){border-color:var(--color-stone-300)}}}.md\:opacity-100{@media (width >= 48rem){opacity:100%}}.lg\:p-12{@media (width >= 64rem){padding:calc(var(--spacing)*12)}}.md\:rtl\:divide-x-reverse{@media (width >= 48rem){&:where(:dir(rtl),[dir=rtl],[dir=rtl] *){:where(&>:not(:last-child)){--tw-divide-x-reverse:1}}}}.dark\:border-stone-700{@media (prefers-color-scheme:dark){border-color:var(--color-stone-700)}}.dark\:bg-stone-800{@media (prefers-color-scheme:dark){background-color:var(--color-stone-800)}}.dark\:bg-stone-900{@media (prefers-color-scheme:dark){background-color:var(--color-stone-900)}}.dark\:text-stone-100{@media (prefers-color-scheme:dark){color:var(--color-stone-100)}}.dark\:text-stone-200{@media (prefers-color-scheme:dark){color:var(--color-stone-200)}}.dark\:prose-invert{@media (prefers-color-scheme:dark){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}}.dark\:placeholder\:text-stone-700{@media (prefers-color-scheme:dark){&::placeholder{color:var(--color-stone-700)}}}.dark\:hover\:bg-stone-600{@media (prefers-color-scheme:dark){&:hover{@media (hover:hover){background-color:var(--color-stone-600)}}}}.dark\:md\:divide-stone-700{@media (prefers-color-scheme:dark){@media (width >= 48rem){:where(&>:not(:last-child)){border-color:var(--color-stone-700)}}}}.\[\&\>textarea\]\:resize-none{&>textarea{resize:none}}.\[\&\>textarea\]\:\[grid-area\:1\/1\/2\/2\]{&>textarea{grid-area:1/1/2/2}}}@layer base{*,::backdrop,::file-selector-button,:after,:before{border-color:var(--color-gray-200,currentColor)}}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-content{syntax:"*";initial-value:"";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-divide-x-reverse{syntax:"*";inherits:false;initial-value:0}
2
8
 
3
9
  /*# sourceMappingURL=markdown-text-editor.css.map*/
@@ -1 +1 @@
1
- {"version":3,"file":"markdown-text-editor.css","mappings":"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","sources":["webpack://MarkdownEditor/./src/plugins/markdown/styles/main.css"],"sourcesContent":["@tailwind base;\n@tailwind components;\n@tailwind utilities;"],"names":[],"sourceRoot":""}
1
+ {"version":3,"file":"markdown-text-editor.css","mappings":"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","sources":["webpack://MarkdownEditor/./src/plugins/markdown/styles/main.css"],"sourcesContent":["@import 'tailwindcss';\n\n@plugin '@tailwindcss/typography';\n\n/*\n The default border color has changed to `currentColor` in Tailwind CSS v4,\n so we've added these compatibility styles to make sure everything still\n looks the same as it did with Tailwind CSS v3.\n\n If we ever want to remove these styles, we need to add an explicit border\n color utility to any element that depends on these defaults.\n*/\n@layer base {\n *,\n ::after,\n ::before,\n ::backdrop,\n ::file-selector-button {\n border-color: var(--color-gray-200, currentColor);\n }\n}"],"names":[],"sourceRoot":""}