@industry-theme/file-editing-panels 0.3.16 → 0.3.18

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.
Files changed (45) hide show
  1. package/dist/{index-BnAExCDB.js → index--tqMMVET.js} +2 -2
  2. package/dist/{index-BnAExCDB.js.map → index--tqMMVET.js.map} +1 -1
  3. package/dist/{index-qLyan-Aa.js → index-BCtOA9-r.js} +2 -2
  4. package/dist/{index-qLyan-Aa.js.map → index-BCtOA9-r.js.map} +1 -1
  5. package/dist/{index-BS-Km6P1.js → index-BN_ut6cW.js} +2 -2
  6. package/dist/{index-BS-Km6P1.js.map → index-BN_ut6cW.js.map} +1 -1
  7. package/dist/{index-Dtjdy7IW.js → index-BqlTIhAc.js} +251 -84
  8. package/dist/index-BqlTIhAc.js.map +1 -0
  9. package/dist/{index-CHGI7GI7.js → index-CD19Cn2h.js} +2 -2
  10. package/dist/{index-CHGI7GI7.js.map → index-CD19Cn2h.js.map} +1 -1
  11. package/dist/{index-DWs6oUxg.js → index-CSkeyrcW.js} +2 -2
  12. package/dist/{index-DWs6oUxg.js.map → index-CSkeyrcW.js.map} +1 -1
  13. package/dist/{index-qpPnf6Yl.js → index-CZdMxQb8.js} +2 -2
  14. package/dist/{index-qpPnf6Yl.js.map → index-CZdMxQb8.js.map} +1 -1
  15. package/dist/{index-CwEWoBuA.js → index-Cf6YiFwd.js} +2 -2
  16. package/dist/{index-CwEWoBuA.js.map → index-Cf6YiFwd.js.map} +1 -1
  17. package/dist/{index-CxdL3oBg.js → index-ClYa3JTM.js} +2 -2
  18. package/dist/{index-CxdL3oBg.js.map → index-ClYa3JTM.js.map} +1 -1
  19. package/dist/{index-Y1iKFV_6.js → index-CxIqSemk.js} +2 -2
  20. package/dist/{index-Y1iKFV_6.js.map → index-CxIqSemk.js.map} +1 -1
  21. package/dist/{index-jDCUeTFf.js → index-CxTKXcps.js} +2 -2
  22. package/dist/{index-jDCUeTFf.js.map → index-CxTKXcps.js.map} +1 -1
  23. package/dist/{index-CfDqvzuu.js → index-D16Rwhyr.js} +2 -2
  24. package/dist/{index-CfDqvzuu.js.map → index-D16Rwhyr.js.map} +1 -1
  25. package/dist/{index-B_Eb-yxi.js → index-D28fU6KZ.js} +2 -2
  26. package/dist/{index-B_Eb-yxi.js.map → index-D28fU6KZ.js.map} +1 -1
  27. package/dist/{index-BUnN1yjC.js → index-D5fp2bAg.js} +2 -2
  28. package/dist/{index-BUnN1yjC.js.map → index-D5fp2bAg.js.map} +1 -1
  29. package/dist/{index-DxrjOTXQ.js → index-DjnzAbZR.js} +2 -2
  30. package/dist/{index-DxrjOTXQ.js.map → index-DjnzAbZR.js.map} +1 -1
  31. package/dist/{index-BWBk-TfQ.js → index-Dm7woeyA.js} +2 -2
  32. package/dist/{index-BWBk-TfQ.js.map → index-Dm7woeyA.js.map} +1 -1
  33. package/dist/{index-9TOXv_Ti.js → index-E_IZ21fC.js} +2 -2
  34. package/dist/{index-9TOXv_Ti.js.map → index-E_IZ21fC.js.map} +1 -1
  35. package/dist/{index-Cj1D7iYu.js → index-eFPe8wLW.js} +2 -2
  36. package/dist/{index-Cj1D7iYu.js.map → index-eFPe8wLW.js.map} +1 -1
  37. package/dist/index.d.ts +3 -0
  38. package/dist/index.d.ts.map +1 -1
  39. package/dist/panels/MDXEditorPanel/MDXEditorPanel.d.ts +1 -0
  40. package/dist/panels/MDXEditorPanel/MDXEditorPanel.d.ts.map +1 -1
  41. package/dist/panels/MDXEditorPanel/index.d.ts +1 -1
  42. package/dist/panels/MDXEditorPanel/index.d.ts.map +1 -1
  43. package/dist/panels.bundle.js +2408 -2
  44. package/package.json +2 -1
  45. package/dist/index-Dtjdy7IW.js.map +0 -1
@@ -3,14 +3,2420 @@
3
3
  try {
4
4
  if (typeof document != "undefined") {
5
5
  var elementStyle = document.createElement("style");
6
- elementStyle.appendChild(document.createTextNode(".mdxeditor {\n /** Code mirror */\n & .cm-editor {\n --sp-font-mono: var(--font-mono);\n --sp-font-body: var(--font-body);\n padding: var(--sp-space-4) 0;\n }\n\n & .sp-editor .cm-editor {\n padding-bottom: 0;\n }\n\n & .cm-scroller {\n padding: 0 !important;\n }\n\n & .cm-focused {\n outline: none;\n }\n\n & .sp-wrapper {\n overflow: hidden;\n }\n\n & .sp-layout {\n border: none;\n }\n\n & .sp-cm {\n & pre {\n white-space: break-spaces;\n word-break: break-word;\n overflow-wrap: anywhere;\n flex-shrink: 1;\n }\n }\n\n /** Diff viewer */\n & .cm-mergeView .cm-scroller {\n font-family: var(--font-mono);\n line-height: 1.3rem;\n font-size: var(--text-xs);\n }\n\n /** Diff viewer */\n & .cm-sourceView .cm-scroller {\n font-family: var(--font-mono);\n line-height: 1.3rem;\n font-size: var(--text-xs);\n }\n\n & .cm-gutters {\n background: transparent;\n font-size: var(--text-xxs);\n }\n\n & .cm-activeLine {\n background: transparent;\n }\n\n & .cm-tooltip-autocomplete {\n background: var(--baseBgSubtle);\n }\n\n\n hr[data-lexical-decorator=true].selected {\n outline: 2px solid highlight;\n }\n}\n:root, .light, .light-theme {\n --blue-1: #fbfdff;\n --blue-2: #f4faff;\n --blue-3: #e6f4fe;\n --blue-4: #d5efff;\n --blue-5: #c2e5ff;\n --blue-6: #acd8fc;\n --blue-7: #8ec8f6;\n --blue-8: #5eb1ef;\n --blue-9: #0090ff;\n --blue-10: #0588f0;\n --blue-11: #0d74ce;\n --blue-12: #113264;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n :root, .light, .light-theme {\n --blue-1: color(display-p3 0.986 0.992 0.999);\n --blue-2: color(display-p3 0.96 0.979 0.998);\n --blue-3: color(display-p3 0.912 0.956 0.991);\n --blue-4: color(display-p3 0.853 0.932 1);\n --blue-5: color(display-p3 0.788 0.894 0.998);\n --blue-6: color(display-p3 0.709 0.843 0.976);\n --blue-7: color(display-p3 0.606 0.777 0.947);\n --blue-8: color(display-p3 0.451 0.688 0.917);\n --blue-9: color(display-p3 0.247 0.556 0.969);\n --blue-10: color(display-p3 0.234 0.523 0.912);\n --blue-11: color(display-p3 0.15 0.44 0.84);\n --blue-12: color(display-p3 0.102 0.193 0.379);\n }\n }\n}.dark, .dark-theme {\n --blue-1: #0d1520;\n --blue-2: #111927;\n --blue-3: #0d2847;\n --blue-4: #003362;\n --blue-5: #004074;\n --blue-6: #104d87;\n --blue-7: #205d9e;\n --blue-8: #2870bd;\n --blue-9: #0090ff;\n --blue-10: #3b9eff;\n --blue-11: #70b8ff;\n --blue-12: #c2e6ff;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n .dark, .dark-theme {\n --blue-1: color(display-p3 0.057 0.081 0.122);\n --blue-2: color(display-p3 0.072 0.098 0.147);\n --blue-3: color(display-p3 0.078 0.154 0.27);\n --blue-4: color(display-p3 0.033 0.197 0.37);\n --blue-5: color(display-p3 0.08 0.245 0.441);\n --blue-6: color(display-p3 0.14 0.298 0.511);\n --blue-7: color(display-p3 0.195 0.361 0.6);\n --blue-8: color(display-p3 0.239 0.434 0.72);\n --blue-9: color(display-p3 0.247 0.556 0.969);\n --blue-10: color(display-p3 0.344 0.612 0.973);\n --blue-11: color(display-p3 0.49 0.72 1);\n --blue-12: color(display-p3 0.788 0.898 0.99);\n }\n }\n}:root, .light, .light-theme {\n --slate-1: #fcfcfd;\n --slate-2: #f9f9fb;\n --slate-3: #f0f0f3;\n --slate-4: #e8e8ec;\n --slate-5: #e0e1e6;\n --slate-6: #d9d9e0;\n --slate-7: #cdced6;\n --slate-8: #b9bbc6;\n --slate-9: #8b8d98;\n --slate-10: #80838d;\n --slate-11: #60646c;\n --slate-12: #1c2024;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n :root, .light, .light-theme {\n --slate-1: color(display-p3 0.988 0.988 0.992);\n --slate-2: color(display-p3 0.976 0.976 0.984);\n --slate-3: color(display-p3 0.94 0.941 0.953);\n --slate-4: color(display-p3 0.908 0.909 0.925);\n --slate-5: color(display-p3 0.88 0.881 0.901);\n --slate-6: color(display-p3 0.85 0.852 0.876);\n --slate-7: color(display-p3 0.805 0.808 0.838);\n --slate-8: color(display-p3 0.727 0.733 0.773);\n --slate-9: color(display-p3 0.547 0.553 0.592);\n --slate-10: color(display-p3 0.503 0.512 0.549);\n --slate-11: color(display-p3 0.379 0.392 0.421);\n --slate-12: color(display-p3 0.113 0.125 0.14);\n }\n }\n}.dark, .dark-theme {\n --slate-1: #111113;\n --slate-2: #18191b;\n --slate-3: #212225;\n --slate-4: #272a2d;\n --slate-5: #2e3135;\n --slate-6: #363a3f;\n --slate-7: #43484e;\n --slate-8: #5a6169;\n --slate-9: #696e77;\n --slate-10: #777b84;\n --slate-11: #b0b4ba;\n --slate-12: #edeef0;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n .dark, .dark-theme {\n --slate-1: color(display-p3 0.067 0.067 0.074);\n --slate-2: color(display-p3 0.095 0.098 0.105);\n --slate-3: color(display-p3 0.13 0.135 0.145);\n --slate-4: color(display-p3 0.156 0.163 0.176);\n --slate-5: color(display-p3 0.183 0.191 0.206);\n --slate-6: color(display-p3 0.215 0.226 0.244);\n --slate-7: color(display-p3 0.265 0.28 0.302);\n --slate-8: color(display-p3 0.357 0.381 0.409);\n --slate-9: color(display-p3 0.415 0.431 0.463);\n --slate-10: color(display-p3 0.469 0.483 0.514);\n --slate-11: color(display-p3 0.692 0.704 0.728);\n --slate-12: color(display-p3 0.93 0.933 0.94);\n }\n }\n}:root, .light, .light-theme {\n --grass-1: #fbfefb;\n --grass-2: #f5fbf5;\n --grass-3: #e9f6e9;\n --grass-4: #daf1db;\n --grass-5: #c9e8ca;\n --grass-6: #b2ddb5;\n --grass-7: #94ce9a;\n --grass-8: #65ba74;\n --grass-9: #46a758;\n --grass-10: #3e9b4f;\n --grass-11: #2a7e3b;\n --grass-12: #203c25;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n :root, .light, .light-theme {\n --grass-1: color(display-p3 0.986 0.996 0.985);\n --grass-2: color(display-p3 0.966 0.983 0.964);\n --grass-3: color(display-p3 0.923 0.965 0.917);\n --grass-4: color(display-p3 0.872 0.94 0.865);\n --grass-5: color(display-p3 0.811 0.908 0.802);\n --grass-6: color(display-p3 0.733 0.864 0.724);\n --grass-7: color(display-p3 0.628 0.803 0.622);\n --grass-8: color(display-p3 0.477 0.72 0.482);\n --grass-9: color(display-p3 0.38 0.647 0.378);\n --grass-10: color(display-p3 0.344 0.598 0.342);\n --grass-11: color(display-p3 0.263 0.488 0.261);\n --grass-12: color(display-p3 0.151 0.233 0.153);\n }\n }\n}:root, .light, .light-theme {\n --cyan-1: #fafdfe;\n --cyan-2: #f2fafb;\n --cyan-3: #def7f9;\n --cyan-4: #caf1f6;\n --cyan-5: #b5e9f0;\n --cyan-6: #9ddde7;\n --cyan-7: #7dcedc;\n --cyan-8: #3db9cf;\n --cyan-9: #00a2c7;\n --cyan-10: #0797b9;\n --cyan-11: #107d98;\n --cyan-12: #0d3c48;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n :root, .light, .light-theme {\n --cyan-1: color(display-p3 0.982 0.992 0.996);\n --cyan-2: color(display-p3 0.955 0.981 0.984);\n --cyan-3: color(display-p3 0.888 0.965 0.975);\n --cyan-4: color(display-p3 0.821 0.941 0.959);\n --cyan-5: color(display-p3 0.751 0.907 0.935);\n --cyan-6: color(display-p3 0.671 0.862 0.9);\n --cyan-7: color(display-p3 0.564 0.8 0.854);\n --cyan-8: color(display-p3 0.388 0.715 0.798);\n --cyan-9: color(display-p3 0.282 0.627 0.765);\n --cyan-10: color(display-p3 0.264 0.583 0.71);\n --cyan-11: color(display-p3 0.08 0.48 0.63);\n --cyan-12: color(display-p3 0.108 0.232 0.277);\n }\n }\n}:root, .light, .light-theme {\n --amber-1: #fefdfb;\n --amber-2: #fefbe9;\n --amber-3: #fff7c2;\n --amber-4: #ffee9c;\n --amber-5: #fbe577;\n --amber-6: #f3d673;\n --amber-7: #e9c162;\n --amber-8: #e2a336;\n --amber-9: #ffc53d;\n --amber-10: #ffba18;\n --amber-11: #ab6400;\n --amber-12: #4f3422;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n :root, .light, .light-theme {\n --amber-1: color(display-p3 0.995 0.992 0.985);\n --amber-2: color(display-p3 0.994 0.986 0.921);\n --amber-3: color(display-p3 0.994 0.969 0.782);\n --amber-4: color(display-p3 0.989 0.937 0.65);\n --amber-5: color(display-p3 0.97 0.902 0.527);\n --amber-6: color(display-p3 0.936 0.844 0.506);\n --amber-7: color(display-p3 0.89 0.762 0.443);\n --amber-8: color(display-p3 0.85 0.65 0.3);\n --amber-9: color(display-p3 1 0.77 0.26);\n --amber-10: color(display-p3 0.959 0.741 0.274);\n --amber-11: color(display-p3 0.64 0.4 0);\n --amber-12: color(display-p3 0.294 0.208 0.145);\n }\n }\n}:root, .light, .light-theme {\n --red-1: #fffcfc;\n --red-2: #fff7f7;\n --red-3: #feebec;\n --red-4: #ffdbdc;\n --red-5: #ffcdce;\n --red-6: #fdbdbe;\n --red-7: #f4a9aa;\n --red-8: #eb8e90;\n --red-9: #e5484d;\n --red-10: #dc3e42;\n --red-11: #ce2c31;\n --red-12: #641723;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n :root, .light, .light-theme {\n --red-1: color(display-p3 0.998 0.989 0.988);\n --red-2: color(display-p3 0.995 0.971 0.971);\n --red-3: color(display-p3 0.985 0.925 0.925);\n --red-4: color(display-p3 0.999 0.866 0.866);\n --red-5: color(display-p3 0.984 0.812 0.811);\n --red-6: color(display-p3 0.955 0.751 0.749);\n --red-7: color(display-p3 0.915 0.675 0.672);\n --red-8: color(display-p3 0.872 0.575 0.572);\n --red-9: color(display-p3 0.83 0.329 0.324);\n --red-10: color(display-p3 0.798 0.294 0.285);\n --red-11: color(display-p3 0.744 0.234 0.222);\n --red-12: color(display-p3 0.36 0.115 0.143);\n }\n }\n}.ui-module_editorRoot_3d63c {\n --accentBase: var(--blue-1);\n --accentBgSubtle: var(--blue-2);\n --accentBg: var(--blue-3);\n --accentBgHover: var(--blue-4);\n --accentBgActive: var(--blue-5);\n --accentLine: var(--blue-6);\n --accentBorder: var(--blue-7);\n --accentBorderHover: var(--blue-8);\n --accentSolid: var(--blue-9);\n --accentSolidHover: var(--blue-10);\n --accentText: var(--blue-11);\n --accentTextContrast: var(--blue-12);\n\n --basePageBg: white;\n --baseBase: var(--slate-1);\n --baseBgSubtle: var(--slate-2);\n --baseBg: var(--slate-3);\n --baseBgHover: var(--slate-4);\n --baseBgActive: var(--slate-5);\n --baseLine: var(--slate-6);\n --baseBorder: var(--slate-7);\n --baseBorderHover: var(--slate-8);\n --baseSolid: var(--slate-9);\n --baseSolidHover: var(--slate-10);\n --baseText: var(--slate-11);\n --baseTextContrast: var(--slate-12);\n\n --admonitionTipBg: var(--cyan-4);\n --admonitionTipBorder: var(--cyan-8);\n\n --admonitionInfoBg: var(--grass-4);\n --admonitionInfoBorder: var(--grass-8);\n\n --admonitionCautionBg: var(--amber-4);\n --admonitionCautionBorder: var(--amber-8);\n\n --admonitionDangerBg: var(--red-4);\n --admonitionDangerBorder: var(--red-8);\n\n --admonitionNoteBg: var(--slate-4);\n --admonitionNoteBorder: var(--slate-8);\n\n --error-color: var(--red-10);\n\n --spacing-0: 0px;\n --spacing-px: 1px;\n --spacing-0_5: 0.125rem;\n --spacing-1: 0.25rem;\n --spacing-1_5: 0.375rem;\n --spacing-2: 0.5rem;\n --spacing-2_5: 0.625rem;\n --spacing-3: 0.75rem;\n --spacing-3_5: 0.875rem;\n --spacing-4: 1rem;\n --spacing-5: 1.25rem;\n --spacing-6: 1.5rem;\n --spacing-7: 1.75rem;\n --spacing-8: 2rem;\n --spacing-9: 2.25rem;\n --spacing-10: 2.5rem;\n --spacing-11: 2.75rem;\n --spacing-12: 3rem;\n --spacing-14: 3.5rem;\n --spacing-16: 4rem;\n --spacing-20: 5rem;\n --spacing-24: 6rem;\n --spacing-28: 7rem;\n --spacing-32: 8rem;\n --spacing-36: 9rem;\n --spacing-40: 10rem;\n --spacing-44: 11rem;\n --spacing-48: 12rem;\n --spacing-52: 13rem;\n --spacing-56: 14rem;\n --spacing-60: 15rem;\n --spacing-64: 16rem;\n --spacing-72: 18rem;\n --spacing-80: 20rem;\n --spacing-96: 24rem;\n\n --radius-none: 0px;\n --radius-small: var(--spacing-0_5);\n --radius-base: var(--spacing-1);\n --radius-medium: var(--spacing-1_5);\n --radius-large: var(--spacing-2);\n --radius-extra-large: var(--spacing-3);\n --radius-full: 9999px;\n\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;\n --font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',\n sans-serif;\n\n --text-base: 1rem;\n --text-sm: 0.875rem;\n --text-xs: 0.75rem;\n --text-xxs: 0.6rem;\n\n font-family: var(--font-body);\n color: var(--baseText);\n}\n\n.ui-module_editorWrapper_nPW0c {\n}\n\n.ui-module_nestedListItem_-OMpV {\n list-style: none;\n}\n\n.ui-module_toolbarRoot_QA6-G {\n z-index: 2;\n display: flex;\n flex-direction: row;\n gap: var(--spacing-1);\n border-radius: var(--radius-medium);\n padding: var(--spacing-1_5);\n align-items: center;\n overflow-x: auto;\n position: sticky;\n top: 0;\n background-color: var(--baseBg);\n width: inherit;\n\n & div[role='separator'] {\n margin: var(--spacing-2) var(--spacing-1);\n border-left: 1px solid var(--baseBorder);\n border-right: 1px solid var(--baseBase);\n height: var(--spacing-4);\n }\n\n & svg {\n color: var(--baseTextContrast);\n display: block;\n }\n}\n\n.ui-module_readOnlyToolbarRoot_zZzZ0 {\n pointer-events: none;\n background: var(--baseBase);\n\n & > div {\n opacity: 0.5;\n }\n}\n\n.ui-module_toolbarStatusContent_y2-dX {\n display: flex;\n align-items: center;\n gap: var(--spacing-1);\n}\n\n.ui-module_toolbarModeSwitch_TiGNq {\n opacity: 1 !important;\n margin-left: auto;\n align-self: stretch;\n align-items: stretch;\n display: flex;\n border: 1px solid var(--baseBg);\n border-radius: var(--radius-medium);\n font-size: var(--text-xs);\n\n .ui-module_toolbarToggleItem_2BQQ2 {\n padding-inline-end: var(--spacing-4);\n padding-inline-start: var(--spacing-4);\n\n &:active,\n &[data-state='on'] {\n background-color: var(--baseBorder);\n }\n }\n}\n\n.ui-module_toolbarGroupOfGroups_-7ePU {\n display: flex;\n margin: 0 var(--spacing-1);\n}\n\n.ui-module_toolbarToggleSingleGroup_O8hn8:first-of-type .ui-module_toolbarToggleItem_2BQQ2:only-child,\n.ui-module_toolbarToggleSingleGroup_O8hn8:only-child .ui-module_toolbarToggleItem_2BQQ2:first-child,\n.ui-module_toolbarModeSwitch_TiGNq .ui-module_toolbarToggleItem_2BQQ2:first-child {\n border-top-left-radius: var(--radius-base);\n border-bottom-left-radius: var(--radius-base);\n}\n\n.ui-module_toolbarToggleSingleGroup_O8hn8:last-of-type .ui-module_toolbarToggleItem_2BQQ2:only-child,\n.ui-module_toolbarToggleSingleGroup_O8hn8:only-child .ui-module_toolbarToggleItem_2BQQ2:last-child,\n.ui-module_toolbarModeSwitch_TiGNq .ui-module_toolbarToggleItem_2BQQ2:last-child {\n border-top-right-radius: var(--radius-base);\n border-bottom-right-radius: var(--radius-base);\n}\n\n.ui-module_toolbarToggleItem_2BQQ2,\n.ui-module_toolbarButton_nedIw {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n padding: var(--spacing-0_5);\n\n @media (hover: hover) {\n &:hover {\n background-color: var(--baseBgActive);\n }\n }\n\n &:active svg {\n transform: translate(1px, 1px);\n }\n\n &[data-state='on'],\n &:active {\n color: var(--baseTextContrast);\n background-color: var(--baseBgActive);\n }\n\n &[data-disabled] {\n pointer-events: none;\n & svg {\n color: var(--baseBorderHover);\n }\n }\n}\n\n.ui-module_toolbarButton_nedIw {\n border-radius: var(--radius-base);\n}\n\n.ui-module_toolbarButton_nedIw + .ui-module_toolbarButton_nedIw {\n margin-left: var(--spacing-1);\n}\n\n.ui-module_activeToolbarButton_TqEHl {\n color: var(--accentText);\n}\n\n.ui-module_toolbarToggleSingleGroup_O8hn8 {\n display: flex;\n align-items: center;\n white-space: nowrap;\n}\n\n.ui-module_toolbarNodeKindSelectContainer_xzct9,\n.ui-module_toolbarButtonDropdownContainer_oweZ4,\n.ui-module_toolbarCodeBlockLanguageSelectContent_qC11c,\n.ui-module_selectContainer_zEOzj {\n filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.2));\n z-index: 3;\n width: var(--spacing-36);\n border-bottom-left-radius: var(--radius-base);\n border-bottom-right-radius: var(--radius-base);\n background-color: var(--basePageBg);\n font-size: var(--text-sm);\n}\n\n.ui-module_toolbarButtonDropdownContainer_oweZ4 {\n border-top-right-radius: var(--radius-base);\n\n & .ui-module_selectItem_-0ITo:first-child {\n border-top-right-radius: var(--radius-base);\n }\n}\n\n.ui-module_toolbarNodeKindSelectTrigger_NhAa4,\n.ui-module_toolbarButtonSelectTrigger_qc9aS,\n.ui-module_selectTrigger_QvY-l {\n border: 0;\n background-color: transparent;\n display: flex;\n color: inherit;\n align-items: center;\n width: var(--spacing-36);\n padding: var(--spacing-0_5) var(--spacing-1);\n padding-inline-start: var(--spacing-2);\n border-radius: var(--radius-medium);\n white-space: nowrap;\n flex-wrap: nowrap;\n font-size: var(--text-sm);\n background-color: var(--basePageBg);\n margin: 0 var(--spacing-1);\n\n &[data-state='open'] {\n filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.2));\n border-bottom-right-radius: var(--radius-none);\n border-bottom-left-radius: var(--radius-none);\n }\n}\n\n.ui-module_selectTrigger_QvY-l[data-placeholder] > span:first-child {\n color: var(--baseBorderHover);\n}\n\n/** used in the sandpack */\n\n.ui-module_toolbarButtonSelectTrigger_qc9aS {\n width: auto;\n padding-inline-start: var(--spacing-2);\n padding-inline-end: var(--spacing-1);\n padding-block: var(--spacing-0_5);\n}\n\n.ui-module_toolbarCodeBlockLanguageSelectTrigger_zqKns,\n.ui-module_toolbarCodeBlockLanguageSelectContent_qC11c {\n width: var(--spacing-48);\n}\n\n.ui-module_toolbarNodeKindSelectItem_EL2xh,\n.ui-module_selectItem_-0ITo {\n cursor: default;\n display: flex;\n padding: var(--spacing-2);\n\n &[data-highlighted] {\n background-color: var(--baseBg);\n }\n\n &[data-state='checked'] {\n color: var(--baseTextContrast);\n background-color: var(--baseBg);\n }\n\n &[data-highlighted] {\n outline: none;\n }\n\n &:last-child {\n border-bottom-left-radius: var(--radius-base);\n border-bottom-right-radius: var(--radius-base);\n }\n}\n\n.ui-module_toolbarNodeKindSelectDropdownArrow_zdl-w,\n.ui-module_selectDropdownArrow_9sZWz {\n margin-left: auto;\n display: flex;\n align-items: center;\n}\n\n.ui-module_contentEditable_Neszj {\n box-sizing: border-box;\n width: 100%;\n color: var(--baseTextContrast);\n\n &:focus {\n outline: none;\n }\n\n padding: var(--spacing-3);\n}\n\n.ui-module_codeMirrorWrapper_WzR1U {\n margin-bottom: var(--spacing-5);\n border: 1px solid var(--baseLine);\n border-radius: var(--radius-medium);\n overflow: hidden;\n padding: 0.8rem;\n position: relative;\n}\n\n.ui-module_sandPackWrapper_NEHwo {\n margin-bottom: var(--spacing-5);\n border: 1px solid var(--baseLine);\n border-radius: var(--radius-medium);\n overflow: hidden;\n position: relative;\n}\n\n.ui-module_codeMirrorToolbar_4LDML {\n position: absolute;\n right: 0;\n top: 0;\n display: flex;\n gap: var(--spacing-1);\n padding: var(--spacing-1);\n z-index: 1;\n background-color: var(--baseBase);\n border-bottom-left-radius: var(--radius-base);\n}\n\n.ui-module_frontmatterWrapper_yywSY {\n border-radius: var(--radius-medium);\n padding: var(--spacing-3);\n background-color: var(--baseBgSubtle);\n\n &[data-expanded='true'] {\n margin-bottom: var(--spacing-10);\n }\n}\n\n.ui-module_frontmatterToggleButton_7ZBOE {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n display: flex;\n align-items: center;\n gap: var(--spacing-1);\n font-size: var(--text-sm);\n}\n\n.ui-module_propertyPanelTitle_wudSB {\n font-size: var(--text-xs);\n font-weight: 400;\n margin: 0;\n padding-top: var(--spacing-2);\n padding-left: var(--spacing-2);\n}\n\n.ui-module_propertyEditorTable_fYpKY {\n table-layout: fixed;\n border-spacing: var(--spacing-2);\n\n & th {\n text-align: left;\n font-size: var(--text-sm);\n padding: var(--spacing-2) var(--spacing-3);\n }\n\n & col:nth-child(1) {\n width: 30%;\n }\n\n & col:nth-child(2) {\n width: 70%;\n }\n\n & td:last-child .ui-module_iconButton_b94iY {\n margin-left: var(--spacing-4);\n margin-right: var(--spacing-4);\n }\n\n & .ui-module_readOnlyColumnCell_tCgPb {\n padding-left: 0;\n }\n}\n\n.ui-module_propertyEditorLabelCell_Z2hv7 {\n font-weight: 400;\n}\n\n.ui-module_readOnlyColumnCell_tCgPb {\n padding-left: 0;\n}\n\n.ui-module_buttonsFooter_Juqi3 {\n display: flex;\n justify-content: flex-end;\n gap: var(--spacing-2);\n}\n\n.ui-module_propertyEditorInput_PXpSX {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n width: 100%;\n padding: var(--spacing-2) var(--spacing-3);\n border-radius: var(--radius-base);\n border: 1px solid var(--baseBorder);\n background-color: var(--baseBase);\n font-size: var(--text-sm);\n}\n\n.ui-module_iconButton_b94iY {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n color: var(--baseText);\n\n @media (hover: hover) {\n &:hover {\n color: var(--baseTextContrast);\n }\n }\n\n &:disabled,\n &:disabled:hover {\n color: var(--baseLine);\n }\n}\n\n.ui-module_primaryButton_SztyP,\n.ui-module_secondaryButton_9rAaf {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n padding: var(--spacing-2) var(--spacing-3);\n border: 1px solid var(--accentBorder);\n background-color: var(--accentSolidHover);\n color: var(--baseBase);\n font-size: var(--text-xs);\n border-radius: var(--radius-medium);\n\n &:disabled {\n background: var(--accentLine);\n border-color: var(--accentBg);\n }\n}\n\n.ui-module_smallButton_ME9Rg {\n font-size: var(--text-xs);\n padding: var(--spacing-1) var(--spacing-2);\n border-radius: var(--radius-base);\n}\n\n.ui-module_secondaryButton_9rAaf {\n border: 1px solid var(--baseBorder);\n background-color: var(--baseSolidHover);\n color: var(--baseBase);\n}\n\n.ui-module_dialogForm_fym3H {\n display: flex;\n flex-direction: row;\n gap: var(--spacing-2);\n}\n\n.ui-module_linkDialogEditForm_Qc-E2 {\n display: flex;\n flex-direction: column;\n align-items: stretch;\n gap: var(--spacing-2);\n padding: 0;\n}\n\n.ui-module_linkDialogInputContainer_UMMwL {\n display: flex;\n flex-direction: column;\n align-items: stretch;\n}\n\n.ui-module_linkDialogInputWrapper_aWNFC {\n display: flex;\n align-items: center;\n background-color: var(--baseBase);\n\n border-radius: var(--radius-base);\n border: 1px solid var(--baseBorder);\n\n &[data-visible-dropdown='true'] {\n border-bottom-left-radius: var(--radius-none);\n border-bottom-right-radius: var(--radius-none);\n border-bottom-width: 0;\n }\n\n & > button {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n padding-right: var(--spacing-2);\n }\n}\n\n.ui-module_linkDialogInput_wW3Qq,\n.ui-module_dialogInput_0XU4W {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n width: 20rem;\n padding: var(--spacing-2) var(--spacing-3);\n font-size: var(--text-sm);\n\n &::placeholder {\n color: var(--baseBorder);\n }\n}\n\n.ui-module_linkDialogAnchor_UVham {\n position: fixed;\n background-color: highlight;\n z-index: -1;\n\n &[data-visible='true'] {\n visibility: visible;\n }\n\n &[data-visible='false'] {\n visibility: hidden;\n }\n}\n\n.ui-module_linkDialogPopoverContent_-aAXR,\n.ui-module_tableColumnEditorPopoverContent_qiZ8k,\n.ui-module_dialogContent_IRmgH {\n filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.2));\n display: flex;\n align-items: center;\n gap: var(--spacing-0_5);\n border-radius: var(--radius-medium);\n border: 1px solid var(--baseBg);\n background-color: var(--basePageBg);\n padding: var(--spacing-1) var(--spacing-1);\n font-size: var(--text-sm);\n}\n\n.ui-module_largeDialogContent_GvvAH {\n filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.2));\n gap: var(--spacing-0_5);\n border-radius: var(--radius-medium);\n border: 1px solid var(--baseBorder);\n background-color: var(--baseBgSubtle);\n padding: var(--spacing-4);\n font-size: var(--text-sm);\n}\n\n.ui-module_dialogTitle_XDJ1h {\n font-size: var(--text-base);\n font-weight: 600;\n padding-left: var(--spacing-2);\n}\n\n.ui-module_dialogCloseButton_P-p41 {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n position: absolute;\n top: 10px;\n right: 10px;\n}\n\n.ui-module_popoverContent_mouz8 {\n filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.2));\n display: flex;\n align-items: center;\n gap: var(--spacing-0_5);\n border-radius: var(--radius-medium);\n background-color: var(--baseBgSubtle);\n padding: var(--spacing-2) var(--spacing-2);\n font-size: var(--text-sm);\n z-index: 1;\n}\n\n.ui-module_popoverArrow_Mq8HP {\n fill: var(--basePageBg);\n}\n\n.ui-module_linkDialogPreviewAnchor_orTS8 {\n margin-right: var(--spacing-1);\n display: flex;\n align-items: center;\n color: var(--accentText);\n text-decoration: none;\n\n @media (hover: hover) {\n &:hover {\n color: var(--accentSolidHover);\n }\n }\n\n border: 1px solid transparent;\n\n & span {\n max-width: 14rem;\n overflow-x: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n}\n\n.ui-module_tooltipTrigger_uoOTp {\n align-self: center;\n}\n\n.ui-module_tooltipContent_GpCAE {\n z-index: 2;\n position: relative;\n border-radius: var(--radius-medium);\n padding: var(--spacing-1) var(--spacing-2);\n font-size: var(--text-xs);\n background-color: var(--baseText);\n color: var(--baseBase);\n\n & svg {\n fill: var(--baseText);\n }\n}\n\n.ui-module_actionButton_miZ0c {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n padding: var(--spacing-1);\n color: var(--baseTextContrast);\n & svg {\n display: block;\n }\n @media (hover: hover) {\n &:hover {\n background-color: var(--baseBg);\n }\n }\n &:active svg {\n transform: translate(1px, 1px);\n }\n &[data-state='on'],\n &:active {\n background-color: var(--baseBg);\n color: var(--baseTextContrast);\n }\n padding: var(--spacing-1) var(--spacing-1);\n border-radius: var(--radius-medium);\n color: var(--baseTextContrast);\n}\n\n.ui-module_primaryActionButton_tWgQF {\n background-color: var(--accentSolid);\n color: var(--baseBase);\n\n @media (hover: hover) {\n &:hover {\n background-color: var(--accentSolidHover);\n color: var(--baseBase);\n }\n }\n}\n\n.ui-module_tableEditor_Bz6zN {\n table-layout: fixed;\n width: 100%;\n height: 100%;\n border-spacing: 0;\n border-collapse: collapse;\n\n & thead > tr > th {\n text-align: right;\n }\n\n & > tbody > tr > td:not(.ui-module_toolCell_0AstW),\n & > tbody > tr > th:not(.ui-module_toolCell_0AstW):not([data-tool-cell='true']) {\n border: 1px solid var(--baseBgActive);\n padding: var(--spacing-1) var(--spacing-2);\n white-space: normal;\n\n & > div {\n outline: none;\n\n & > p {\n margin: 0;\n }\n }\n\n &[data-active='true'] {\n outline: solid 1px var(--baseSolid);\n }\n }\n\n .ui-module_tableColumnEditorTrigger_pxT4B,\n .ui-module_tableRowEditorTrigger_Fnk5y,\n .ui-module_addRowButton_OnB8h,\n .ui-module_addColumnButton_i7qS0,\n .ui-module_iconButton_b94iY {\n opacity: 0.15;\n }\n\n @media (hover: hover) {\n &:hover {\n .ui-module_tableColumnEditorTrigger_pxT4B,\n .ui-module_tableRowEditorTrigger_Fnk5y,\n .ui-module_addRowButton_OnB8h,\n .ui-module_addColumnButton_i7qS0,\n .ui-module_iconButton_b94iY {\n opacity: 0.3;\n\n &:hover {\n opacity: 1;\n }\n }\n }\n }\n}\n\n.ui-module_toolCell_0AstW {\n text-align: right;\n\n & button {\n margin: auto;\n display: block;\n }\n}\n\n.ui-module_tableColumnEditorTrigger_pxT4B {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n padding: var(--spacing-1);\n color: var(--baseTextContrast);\n & svg {\n display: block;\n }\n @media (hover: hover) {\n &:hover {\n background-color: var(--baseBg);\n }\n }\n &:active svg {\n transform: translate(1px, 1px);\n }\n &[data-state='on'],\n &:active {\n background-color: var(--baseBg);\n color: var(--baseTextContrast);\n }\n padding: var(--spacing-1);\n border-radius: var(--radius-full);\n opacity: 0.2;\n\n &[data-active='true'] {\n opacity: 1 !important;\n }\n}\n\n.ui-module_tableColumnEditorToolbar_h5qAi {\n display: flex;\n\n & > button {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n padding: var(--spacing-1);\n color: var(--baseTextContrast);\n & svg {\n display: block;\n }\n @media (hover: hover) {\n &:hover {\n background-color: var(--baseBg);\n }\n }\n &:active svg {\n transform: translate(1px, 1px);\n }\n &[data-state='on'],\n &:active {\n background-color: var(--baseBg);\n color: var(--baseTextContrast);\n }\n }\n\n & [role='separator'] {\n margin-left: var(--spacing-1);\n margin-right: var(--spacing-1);\n }\n}\n\n.ui-module_toggleGroupRoot_09l0I {\n display: inline-flex;\n\n & button {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n padding: var(--spacing-1);\n color: var(--baseTextContrast);\n & svg {\n display: block;\n }\n @media (hover: hover) {\n &:hover {\n background-color: var(--baseBg);\n }\n }\n &:active svg {\n transform: translate(1px, 1px);\n }\n &[data-state='on'],\n &:active {\n background-color: var(--baseBg);\n color: var(--baseTextContrast);\n }\n\n &:first-child {\n border-top-left-radius: var(--radius-base);\n border-bottom-left-radius: var(--radius-base);\n }\n\n &:last-child {\n border-top-right-radius: var(--radius-base);\n border-bottom-right-radius: var(--radius-base);\n }\n }\n}\n\n.ui-module_tableToolsColumn_OeGBn {\n width: 2rem;\n\n & button {\n margin: auto;\n display: block;\n }\n}\n\n.ui-module_leftAlignedCell_AOE-0 {\n text-align: left;\n}\n\n.ui-module_rightAlignedCell_VeNXT {\n text-align: right;\n}\n\n.ui-module_centeredCell_6nOM2 {\n text-align: center;\n}\n\n.ui-module_addColumnButton_i7qS0,\n.ui-module_addRowButton_OnB8h {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n padding: var(--spacing-1);\n color: var(--baseTextContrast);\n & svg {\n display: block;\n }\n @media (hover: hover) {\n &:hover {\n background-color: var(--baseBg);\n }\n }\n &:active svg {\n transform: translate(1px, 1px);\n }\n &[data-state='on'],\n &:active {\n background-color: var(--baseBg);\n color: var(--baseTextContrast);\n }\n background-color: var(--baseBase);\n\n & svg {\n margin: auto;\n }\n\n display: flex;\n align-items: center;\n}\n\n.ui-module_addRowButton_OnB8h {\n width: 100%;\n margin-top: var(--spacing-px);\n box-sizing: border-box;\n border-bottom-right-radius: var(--radius-medium);\n border-bottom-left-radius: var(--radius-medium);\n}\n\n.ui-module_addColumnButton_i7qS0 {\n margin-left: var(--spacing-px);\n height: 100%;\n border-top-right-radius: var(--radius-medium);\n border-bottom-right-radius: var(--radius-medium);\n}\n\n/** Dialog */\n\n.ui-module_dialogOverlay_UNZ-- {\n position: fixed;\n inset: 0;\n animation: ui-module_overlayShow_l5JqT 150ms cubic-bezier(0.16, 1, 0.3, 1);\n background-color: var(--baseBase);\n z-index: 51;\n opacity: 0.5;\n}\n\n.ui-module_dialogContent_IRmgH,\n.ui-module_largeDialogContent_GvvAH {\n position: fixed;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n animation: ui-module_contentShow_1UlWE 150ms cubic-bezier(0.16, 1, 0.3, 1);\n z-index: 52;\n}\n\n.ui-module_dialogContent_IRmgH:focus,\n.ui-module_largeDialogContent_GvvAH:focus {\n outline: none;\n}\n\n@keyframes ui-module_overlayShow_l5JqT {\n from {\n opacity: 0;\n }\n\n to {\n opacity: 0.5;\n }\n}\n\n@keyframes ui-module_contentShow_1UlWE {\n from {\n opacity: 0;\n transform: translate(-50%, -48%) scale(0.96);\n }\n\n to {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n }\n}\n\n.ui-module_focusedImage_-XGsD {\n outline: highlight solid 2px;\n}\n\n.ui-module_imageWrapper_asuzE {\n display: inline-block;\n position: relative;\n}\n\n.ui-module_imageWrapper_asuzE[draggable='true'] {\n cursor: move;\n /* fallback if grab cursor is unsupported */\n cursor: grab;\n cursor: -moz-grab;\n cursor: -webkit-grab;\n}\n\n.ui-module_editImageToolbar_kLkPH {\n position: absolute;\n right: 0;\n top: 0;\n display: flex;\n gap: var(--spacing-1);\n padding: var(--spacing-1);\n z-index: 1;\n background-color: var(--baseBase);\n border-bottom-left-radius: var(--radius-base);\n}\n\n.ui-module_editImageButton_HwGdI {\n & svg {\n display: block;\n }\n}\n\n.ui-module_inlineEditor_chmlT {\n display: inline-flex;\n border-radius: var(--radius-medium);\n padding: var(--spacing-1);\n gap: var(--spacing-2);\n align-items: center;\n background: var(--baseBg);\n}\n\n.ui-module_blockEditor_hqEug {\n display: flex;\n justify-content: stretch;\n border-radius: var(--radius-medium);\n padding: var(--spacing-2);\n gap: var(--spacing-2);\n align-items: center;\n background: var(--baseBg);\n\n & .ui-module_nestedEditor_SnebQ {\n flex-grow: 1;\n }\n}\n\n.ui-module_nestedEditor_SnebQ {\n background: var(--basePageBg);\n padding: var(--spacing-1) var(--spacing-2);\n border-radius: var(--radius-medium);\n\n & > p {\n margin: 0;\n }\n\n &:focus {\n outline: none;\n }\n}\n\n.ui-module_genericComponentName_7NrVP {\n font-size: var(--text-sm);\n color: var(--baseText);\n padding-right: var(--spacing-2);\n}\n\n.ui-module_diffSourceToggleWrapper_OKN4p {\n margin-left: auto;\n pointer-events: auto;\n opacity: 1;\n position: sticky;\n right: 0;\n}\n\n.ui-module_ggDiffSourceToggle_kEzrx {\n}\n\n.ui-module_diffSourceToggle_b80Me {\n border-radius: var(--radius-medium);\n background-color: var(--baseBase);\n display: flex;\n\n .ui-module_toolbarToggleItem_2BQQ2 {\n padding: 0;\n\n & > span {\n display: block;\n padding: var(--spacing-1) var(--spacing-1);\n }\n }\n}\n\n.ui-module_selectWithLabel_ghMtH {\n display: flex;\n align-items: center;\n gap: var(--spacing-2);\n margin-left: var(--spacing-2);\n\n & > label {\n font-size: var(--text-sm);\n }\n\n .ui-module_selectTrigger_QvY-l {\n border: 1px solid var(--baseBorder);\n }\n}\n\n.ui-module_toolbarTitleMode_m5TQr {\n font-size: var(--text-sm);\n margin-left: var(--spacing-2);\n}\n\n.ui-module_imageControlWrapperResizing_CaK3A {\n touch-action: none;\n}\n\n.ui-module_imageResizer_kLRMX {\n display: block;\n width: 7px;\n height: 7px;\n position: absolute;\n background-color: var(--accentText);\n border: 1px solid var(--baseBg);\n}\n\n.ui-module_imageResizer_kLRMX.ui-module_imageResizerN_EbaZ- {\n top: -6px;\n left: 48%;\n cursor: n-resize;\n}\n\n.ui-module_imageResizer_kLRMX.ui-module_imageResizerNe_omQKd {\n top: -6px;\n right: -6px;\n cursor: ne-resize;\n}\n\n.ui-module_imageResizer_kLRMX.ui-module_imageResizerE_PbuNB {\n bottom: 48%;\n right: -6px;\n cursor: e-resize;\n}\n\n.ui-module_imageResizer_kLRMX.ui-module_imageResizerSe_3JFP9 {\n bottom: -2px;\n right: -6px;\n cursor: nwse-resize;\n}\n\n.ui-module_imageResizer_kLRMX.ui-module_imageResizerS_jL4ed {\n bottom: -2px;\n left: 48%;\n cursor: s-resize;\n}\n\n.ui-module_imageResizer_kLRMX.ui-module_imageResizerSw_Ylpu9 {\n bottom: -2px;\n left: -6px;\n cursor: sw-resize;\n}\n\n.ui-module_imageResizer_kLRMX.ui-module_imageResizerW_Qq-qg {\n bottom: 48%;\n left: -6px;\n cursor: w-resize;\n}\n\n.ui-module_imageResizer_kLRMX.ui-module_imageResizerNw_DsHzu {\n top: -6px;\n left: -6px;\n cursor: nw-resize;\n}\n\n.ui-module_imagePlaceholder_334Il {\n border: 2px dashed;\n padding: 48px;\n margin: 12px;\n width: fit-content;\n height: fit-content;\n}\n\n.ui-module_imageDimensionsContainer_Z1mie {\n display: flex;\n gap: var(--spacing-4);\n}\n\n.ui-module_placeholder_SFgVt {\n color: var(--baseSolid);\n overflow: hidden;\n position: absolute;\n top: 0;\n padding: var(--spacing-3);\n text-overflow: ellipsis;\n user-select: none;\n white-space: nowrap;\n display: inline-block;\n pointer-events: none;\n}\n\n.ui-module_rootContentEditableWrapper_dJxz1 {\n position: relative;\n}\n\n.ui-module_downshiftContainer_DQwPw {\n display: flex;\n flex-direction: column;\n align-items: stretch;\n}\n\n.ui-module_downshiftInputWrapper_nTVWG {\n display: flex;\n align-items: center;\n background-color: var(--baseBase);\n\n border-radius: var(--radius-base);\n border: 1px solid var(--baseBorder);\n\n &[data-visible-dropdown='true'] {\n border-bottom-left-radius: var(--radius-none);\n border-bottom-right-radius: var(--radius-none);\n border-bottom-width: 0;\n }\n\n & > button {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n padding-right: var(--spacing-2);\n }\n}\n\n.ui-module_downshiftInput_gwUym {\n border: 0;\n background-color: transparent;\n font-size: inherit;\n appearance: none;\n all: unset;\n box-sizing: border-box;\n cursor: default;\n width: 20rem;\n padding: var(--spacing-2) var(--spacing-3);\n font-size: var(--text-sm);\n\n &::placeholder {\n color: var(--baseBorder);\n }\n}\n\n.ui-module_downshiftAutocompleteContainer_4py0Z {\n position: relative;\n\n & ul {\n all: unset;\n box-sizing: border-box;\n position: absolute;\n font-size: var(--text-sm);\n width: 100%;\n display: none;\n border-bottom-left-radius: var(--radius-medium);\n border-bottom-right-radius: var(--radius-medium);\n max-height: var(--spacing-48);\n overflow-x: hidden;\n overflow-y: auto;\n border: 1px solid var(--baseBorder);\n border-top-width: 0;\n background-color: var(--baseBase);\n\n &[data-visible='true'] {\n display: block;\n }\n\n & li {\n padding: var(--spacing-2) var(--spacing-3);\n white-space: nowrap;\n margin-bottom: var(--spacing-1);\n overflow-x: hidden;\n text-overflow: ellipsis;\n\n &[data-selected='true'] {\n background-color: var(--baseBgSubtle);\n }\n\n &[data-highlighted='true'] {\n background-color: var(--baseBgHover);\n }\n\n &:last-of-type {\n border-bottom-left-radius: var(--radius-medium);\n border-bottom-right-radius: var(--radius-medium);\n }\n }\n }\n}\n\n.ui-module_textInput_WkP9R {\n all: unset;\n border-radius: var(--radius-base);\n border: 1px solid var(--baseBorder);\n background-color: var(--baseBase);\n padding: var(--spacing-2) var(--spacing-3);\n}\n\nform.ui-module_multiFieldForm_81Blh {\n display: flex;\n flex-direction: column;\n padding: var(--spacing-2);\n gap: var(--spacing-2);\n\n .ui-module_formField_YL3zT {\n display: flex;\n flex-direction: column;\n gap: var(--spacing-2);\n\n & label {\n font-size: var(--text-xs);\n }\n }\n}\n\n.ui-module_markdownParseError_24XbG {\n border-radius: var(--radius-base);\n border: 1px solid var(--error-color);\n padding: var(--spacing-2);\n margin-block: var(--spacing-2);\n color: var(--error-color);\n font-size: var(--text-xs);\n}\n\n.ui-module_popupContainer_c-ODE {\n position: relative;\n z-index: 2;\n}\n\n.ui-module_inputSizer_XK71G {\n display: inline-grid;\n vertical-align: baseline;\n align-items: center;\n position: relative;\n\n &::after,\n & input {\n width: auto;\n min-width: 1rem;\n grid-area: 1 / 2;\n font: inherit;\n margin: 0;\n padding: 0 2px;\n resize: none;\n background: none;\n appearance: none;\n border: none;\n color: inherit;\n }\n\n span {\n padding: 0.25em;\n }\n\n &::after {\n content: attr(data-value);\n white-space: pre-wrap;\n }\n}\n:root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {\n --blue-1: #fbfdff;\n --blue-2: #f4faff;\n --blue-3: #e6f4fe;\n --blue-4: #d5efff;\n --blue-5: #c2e5ff;\n --blue-6: #acd8fc;\n --blue-7: #8ec8f6;\n --blue-8: #5eb1ef;\n --blue-9: #0090ff;\n --blue-10: #0588f0;\n --blue-11: #0d74ce;\n --blue-12: #113264;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {\n --blue-1: color(display-p3 0.986 0.992 0.999);\n --blue-2: color(display-p3 0.96 0.979 0.998);\n --blue-3: color(display-p3 0.912 0.956 0.991);\n --blue-4: color(display-p3 0.853 0.932 1);\n --blue-5: color(display-p3 0.788 0.894 0.998);\n --blue-6: color(display-p3 0.709 0.843 0.976);\n --blue-7: color(display-p3 0.606 0.777 0.947);\n --blue-8: color(display-p3 0.451 0.688 0.917);\n --blue-9: color(display-p3 0.247 0.556 0.969);\n --blue-10: color(display-p3 0.234 0.523 0.912);\n --blue-11: color(display-p3 0.15 0.44 0.84);\n --blue-12: color(display-p3 0.102 0.193 0.379);\n }\n }\n}\n\n.lexical-theme-module_dark_ALXQz, .lexical-theme-module_dark-theme_ZjZQK {\n --blue-1: #0d1520;\n --blue-2: #111927;\n --blue-3: #0d2847;\n --blue-4: #003362;\n --blue-5: #004074;\n --blue-6: #104d87;\n --blue-7: #205d9e;\n --blue-8: #2870bd;\n --blue-9: #0090ff;\n --blue-10: #3b9eff;\n --blue-11: #70b8ff;\n --blue-12: #c2e6ff;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n .lexical-theme-module_dark_ALXQz, .lexical-theme-module_dark-theme_ZjZQK {\n --blue-1: color(display-p3 0.057 0.081 0.122);\n --blue-2: color(display-p3 0.072 0.098 0.147);\n --blue-3: color(display-p3 0.078 0.154 0.27);\n --blue-4: color(display-p3 0.033 0.197 0.37);\n --blue-5: color(display-p3 0.08 0.245 0.441);\n --blue-6: color(display-p3 0.14 0.298 0.511);\n --blue-7: color(display-p3 0.195 0.361 0.6);\n --blue-8: color(display-p3 0.239 0.434 0.72);\n --blue-9: color(display-p3 0.247 0.556 0.969);\n --blue-10: color(display-p3 0.344 0.612 0.973);\n --blue-11: color(display-p3 0.49 0.72 1);\n --blue-12: color(display-p3 0.788 0.898 0.99);\n }\n }\n}\n\n:root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {\n --slate-1: #fcfcfd;\n --slate-2: #f9f9fb;\n --slate-3: #f0f0f3;\n --slate-4: #e8e8ec;\n --slate-5: #e0e1e6;\n --slate-6: #d9d9e0;\n --slate-7: #cdced6;\n --slate-8: #b9bbc6;\n --slate-9: #8b8d98;\n --slate-10: #80838d;\n --slate-11: #60646c;\n --slate-12: #1c2024;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {\n --slate-1: color(display-p3 0.988 0.988 0.992);\n --slate-2: color(display-p3 0.976 0.976 0.984);\n --slate-3: color(display-p3 0.94 0.941 0.953);\n --slate-4: color(display-p3 0.908 0.909 0.925);\n --slate-5: color(display-p3 0.88 0.881 0.901);\n --slate-6: color(display-p3 0.85 0.852 0.876);\n --slate-7: color(display-p3 0.805 0.808 0.838);\n --slate-8: color(display-p3 0.727 0.733 0.773);\n --slate-9: color(display-p3 0.547 0.553 0.592);\n --slate-10: color(display-p3 0.503 0.512 0.549);\n --slate-11: color(display-p3 0.379 0.392 0.421);\n --slate-12: color(display-p3 0.113 0.125 0.14);\n }\n }\n}\n\n.lexical-theme-module_dark_ALXQz, .lexical-theme-module_dark-theme_ZjZQK {\n --slate-1: #111113;\n --slate-2: #18191b;\n --slate-3: #212225;\n --slate-4: #272a2d;\n --slate-5: #2e3135;\n --slate-6: #363a3f;\n --slate-7: #43484e;\n --slate-8: #5a6169;\n --slate-9: #696e77;\n --slate-10: #777b84;\n --slate-11: #b0b4ba;\n --slate-12: #edeef0;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n .lexical-theme-module_dark_ALXQz, .lexical-theme-module_dark-theme_ZjZQK {\n --slate-1: color(display-p3 0.067 0.067 0.074);\n --slate-2: color(display-p3 0.095 0.098 0.105);\n --slate-3: color(display-p3 0.13 0.135 0.145);\n --slate-4: color(display-p3 0.156 0.163 0.176);\n --slate-5: color(display-p3 0.183 0.191 0.206);\n --slate-6: color(display-p3 0.215 0.226 0.244);\n --slate-7: color(display-p3 0.265 0.28 0.302);\n --slate-8: color(display-p3 0.357 0.381 0.409);\n --slate-9: color(display-p3 0.415 0.431 0.463);\n --slate-10: color(display-p3 0.469 0.483 0.514);\n --slate-11: color(display-p3 0.692 0.704 0.728);\n --slate-12: color(display-p3 0.93 0.933 0.94);\n }\n }\n}\n\n:root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {\n --grass-1: #fbfefb;\n --grass-2: #f5fbf5;\n --grass-3: #e9f6e9;\n --grass-4: #daf1db;\n --grass-5: #c9e8ca;\n --grass-6: #b2ddb5;\n --grass-7: #94ce9a;\n --grass-8: #65ba74;\n --grass-9: #46a758;\n --grass-10: #3e9b4f;\n --grass-11: #2a7e3b;\n --grass-12: #203c25;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {\n --grass-1: color(display-p3 0.986 0.996 0.985);\n --grass-2: color(display-p3 0.966 0.983 0.964);\n --grass-3: color(display-p3 0.923 0.965 0.917);\n --grass-4: color(display-p3 0.872 0.94 0.865);\n --grass-5: color(display-p3 0.811 0.908 0.802);\n --grass-6: color(display-p3 0.733 0.864 0.724);\n --grass-7: color(display-p3 0.628 0.803 0.622);\n --grass-8: color(display-p3 0.477 0.72 0.482);\n --grass-9: color(display-p3 0.38 0.647 0.378);\n --grass-10: color(display-p3 0.344 0.598 0.342);\n --grass-11: color(display-p3 0.263 0.488 0.261);\n --grass-12: color(display-p3 0.151 0.233 0.153);\n }\n }\n}\n\n:root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {\n --cyan-1: #fafdfe;\n --cyan-2: #f2fafb;\n --cyan-3: #def7f9;\n --cyan-4: #caf1f6;\n --cyan-5: #b5e9f0;\n --cyan-6: #9ddde7;\n --cyan-7: #7dcedc;\n --cyan-8: #3db9cf;\n --cyan-9: #00a2c7;\n --cyan-10: #0797b9;\n --cyan-11: #107d98;\n --cyan-12: #0d3c48;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {\n --cyan-1: color(display-p3 0.982 0.992 0.996);\n --cyan-2: color(display-p3 0.955 0.981 0.984);\n --cyan-3: color(display-p3 0.888 0.965 0.975);\n --cyan-4: color(display-p3 0.821 0.941 0.959);\n --cyan-5: color(display-p3 0.751 0.907 0.935);\n --cyan-6: color(display-p3 0.671 0.862 0.9);\n --cyan-7: color(display-p3 0.564 0.8 0.854);\n --cyan-8: color(display-p3 0.388 0.715 0.798);\n --cyan-9: color(display-p3 0.282 0.627 0.765);\n --cyan-10: color(display-p3 0.264 0.583 0.71);\n --cyan-11: color(display-p3 0.08 0.48 0.63);\n --cyan-12: color(display-p3 0.108 0.232 0.277);\n }\n }\n}\n\n:root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {\n --amber-1: #fefdfb;\n --amber-2: #fefbe9;\n --amber-3: #fff7c2;\n --amber-4: #ffee9c;\n --amber-5: #fbe577;\n --amber-6: #f3d673;\n --amber-7: #e9c162;\n --amber-8: #e2a336;\n --amber-9: #ffc53d;\n --amber-10: #ffba18;\n --amber-11: #ab6400;\n --amber-12: #4f3422;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {\n --amber-1: color(display-p3 0.995 0.992 0.985);\n --amber-2: color(display-p3 0.994 0.986 0.921);\n --amber-3: color(display-p3 0.994 0.969 0.782);\n --amber-4: color(display-p3 0.989 0.937 0.65);\n --amber-5: color(display-p3 0.97 0.902 0.527);\n --amber-6: color(display-p3 0.936 0.844 0.506);\n --amber-7: color(display-p3 0.89 0.762 0.443);\n --amber-8: color(display-p3 0.85 0.65 0.3);\n --amber-9: color(display-p3 1 0.77 0.26);\n --amber-10: color(display-p3 0.959 0.741 0.274);\n --amber-11: color(display-p3 0.64 0.4 0);\n --amber-12: color(display-p3 0.294 0.208 0.145);\n }\n }\n}\n\n:root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {\n --red-1: #fffcfc;\n --red-2: #fff7f7;\n --red-3: #feebec;\n --red-4: #ffdbdc;\n --red-5: #ffcdce;\n --red-6: #fdbdbe;\n --red-7: #f4a9aa;\n --red-8: #eb8e90;\n --red-9: #e5484d;\n --red-10: #dc3e42;\n --red-11: #ce2c31;\n --red-12: #641723;\n}\n\n@supports (color: color(display-p3 1 1 1)) {\n @media (color-gamut: p3) {\n :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {\n --red-1: color(display-p3 0.998 0.989 0.988);\n --red-2: color(display-p3 0.995 0.971 0.971);\n --red-3: color(display-p3 0.985 0.925 0.925);\n --red-4: color(display-p3 0.999 0.866 0.866);\n --red-5: color(display-p3 0.984 0.812 0.811);\n --red-6: color(display-p3 0.955 0.751 0.749);\n --red-7: color(display-p3 0.915 0.675 0.672);\n --red-8: color(display-p3 0.872 0.575 0.572);\n --red-9: color(display-p3 0.83 0.329 0.324);\n --red-10: color(display-p3 0.798 0.294 0.285);\n --red-11: color(display-p3 0.744 0.234 0.222);\n --red-12: color(display-p3 0.36 0.115 0.143);\n }\n }\n}\n\n.lexical-theme-module_bold_aiWbg {\n font-weight: bold;\n}\n\n.lexical-theme-module_italic_fbxIe {\n font-style: italic;\n}\n\n.lexical-theme-module_underline_Fl7gX {\n text-decoration: underline;\n}\n\n.lexical-theme-module_bold_aiWbg {\n font-weight: 700;\n}\n\n.lexical-theme-module_italic_fbxIe {\n font-style: italic;\n}\n\n.lexical-theme-module_underline_Fl7gX {\n text-decoration: underline\n}\n\n.lexical-theme-module_strikethrough_ZPg1J {\n text-decoration: line-through\n}\n\n.lexical-theme-module_underlineStrikethrough_g359y {\n text-decoration: underline line-through\n}\n\n.lexical-theme-module_subscript_hdZ01 {\n font-size: .8em;\n vertical-align: sub !important\n}\n\n.lexical-theme-module_superscript_fotk0 {\n font-size: .8em;\n vertical-align: super\n}\n\n.lexical-theme-module_code_XUTW4 {\n background-color: var(--baseBg);\n padding: 1px .25rem;\n font-family: var(--font-mono);\n font-size: 94%\n}\n\n.lexical-theme-module_nestedListItem_LEP2f {\n list-style: none;\n list-style-type: none;\n}\n\n.lexical-theme-module_nestedListItem_LEP2f:before,\n.lexical-theme-module_nestedListItem_LEP2f:after {\n display: none;\n}\n\n.lexical-theme-module_listitem_5mMAE {\n margin: var(--spacing-2) 0;\n}\n\n.lexical-theme-module_listItemChecked_kISPU,\n.lexical-theme-module_listItemUnchecked_GM3vI {\n position: relative;\n margin-left: 0;\n margin-right: 0;\n margin-inline-start: -1rem;\n padding-left: var(--spacing-6);\n padding-right: var(--spacing-6);\n list-style-type: none;\n outline: none;\n}\n\n.lexical-theme-module_listItemChecked_kISPU {\n text-decoration: line-through;\n}\n\n.lexical-theme-module_listItemUnchecked_GM3vI:before,\n.lexical-theme-module_listItemChecked_kISPU:before {\n content: '';\n width: var(--spacing-4);\n height: var(--spacing-4);\n top: 0;\n left: 0;\n cursor: pointer;\n display: block;\n background-size: cover;\n position: absolute;\n}\n\n.lexical-theme-module_listItemUnchecked_GM3vI[dir='rtl']:before,\n.lexical-theme-module_listItemChecked_kISPU[dir='rtl']:before {\n left: auto;\n right: 0;\n}\n\n.lexical-theme-module_listItemUnchecked_GM3vI:focus:before,\n.lexical-theme-module_listItemChecked_kISPU:focus:before {\n box-shadow: 0 0 0 2px var(--accentBgActive);\n border-radius: var(--radius-small);\n}\n\n.lexical-theme-module_listItemUnchecked_GM3vI:before {\n border: 1px solid var(--baseBorder);\n border-radius: var(--radius-small);\n}\n\n.lexical-theme-module_listItemChecked_kISPU:before {\n border: 1px solid var(--accentBorder);\n border-radius: var(--radius-small);\n background-color: var(--accentSolid);\n background-repeat: no-repeat;\n}\n\n.lexical-theme-module_listItemChecked_kISPU:after {\n content: '';\n cursor: pointer;\n border-color: var(--baseBase);\n border-style: solid;\n position: absolute;\n display: block;\n top: var(--spacing-0_5);\n width: var(--spacing-1);\n left: var(--spacing-1_5);\n right: var(--spacing-1_5);\n height: var(--spacing-2);\n transform: rotate(45deg);\n border-width: 0 var(--spacing-0_5) var(--spacing-0_5) 0;\n}\n\n.lexical-theme-module_nestedListItem_LEP2f {\n list-style-type: none;\n}\n\n.lexical-theme-module_nestedListItem_LEP2f:before,\n.lexical-theme-module_nestedListItem_LEP2f:after {\n display: none;\n}\n\n.lexical-theme-module_admonitionDanger_odODu,\n.lexical-theme-module_admonitionInfo_hhpuA,\n.lexical-theme-module_admonitionNote_ipt6L,\n.lexical-theme-module_admonitionTip_Nso9F,\n.lexical-theme-module_admonitionCaution_SoaPW {\n padding: var(--spacing-2);\n margin-top: var(--spacing-2);\n margin-bottom: var(--spacing-2);\n border-left: 3px solid var(--admonitionBorder);\n background-color: var(--admonitionBg);\n}\n\n.lexical-theme-module_admonitionInfo_hhpuA {\n --admonitionBorder: var(--admonitionInfoBorder);\n --admonitionBg: var(--admonitionInfoBg);\n}\n\n.lexical-theme-module_admonitionTip_Nso9F {\n --admonitionBorder: var(--admonitionTipBorder);\n --admonitionBg: var(--admonitionTipBg);\n}\n\n.lexical-theme-module_admonitionCaution_SoaPW {\n --admonitionBorder: var(--admonitionCautionBorder);\n --admonitionBg: var(--admonitionCautionBg);\n}\n\n.lexical-theme-module_admonitionDanger_odODu {\n --admonitionBorder: var(--admonitionDangerBorder);\n --admonitionBg: var(--admonitionDangerBg);\n}\n\n.lexical-theme-module_admonitionNote_ipt6L {\n --admonitionBorder: var(--admonitionNoteBorder);\n --admonitionBg: var(--admonitionNoteBg);\n}\n\n.lexical-theme-module_mdxExpression_uhhzT {\n font-family: var(--font-mono);\n font-size: 84%;\n color: var(--accentText);\n\n & input:focus-visible {\n outline: none;\n }\n}\n/* Override Tailwind's preflight heading resets for MDX editor */\n.mdx-editor-wrapper h1 {\n font-size: 2em;\n font-weight: 700;\n margin-top: 0.67em;\n margin-bottom: 0.67em;\n}\n\n.mdx-editor-wrapper h2 {\n font-size: 1.5em;\n font-weight: 700;\n margin-top: 0.83em;\n margin-bottom: 0.83em;\n}\n\n.mdx-editor-wrapper h3 {\n font-size: 1.17em;\n font-weight: 700;\n margin-top: 1em;\n margin-bottom: 1em;\n}\n\n.mdx-editor-wrapper h4 {\n font-size: 1em;\n font-weight: 700;\n margin-top: 1.33em;\n margin-bottom: 1.33em;\n}\n\n.mdx-editor-wrapper h5 {\n font-size: 0.83em;\n font-weight: 700;\n margin-top: 1.67em;\n margin-bottom: 1.67em;\n}\n\n.mdx-editor-wrapper h6 {\n font-size: 0.67em;\n font-weight: 700;\n margin-top: 2.33em;\n margin-bottom: 2.33em;\n}\n\n/* Restore other common element styles that Tailwind resets */\n.mdx-editor-wrapper p {\n margin-top: 1em;\n margin-bottom: 1em;\n}\n\n.mdx-editor-wrapper ul,\n.mdx-editor-wrapper ol {\n margin-top: 1em;\n margin-bottom: 1em;\n padding-left: 2em;\n}\n\n.mdx-editor-wrapper ul {\n list-style-type: disc;\n}\n\n.mdx-editor-wrapper ol {\n list-style-type: decimal;\n}\n\n.mdx-editor-wrapper li {\n display: list-item;\n}\n\n.mdx-editor-wrapper blockquote {\n margin-top: 1em;\n margin-bottom: 1em;\n margin-left: 2em;\n margin-right: 2em;\n}\n\n.mdx-editor-wrapper pre {\n margin-top: 1em;\n margin-bottom: 1em;\n}\n\n.mdx-editor-wrapper strong,\n.mdx-editor-wrapper b {\n font-weight: 700;\n}\n\n.mdx-editor-wrapper em,\n.mdx-editor-wrapper i {\n font-style: italic;\n}\n\n.mdx-editor-wrapper code {\n font-family: monospace;\n}\n\n.mdx-editor-wrapper hr {\n margin-top: 1em;\n margin-bottom: 1em;\n border-top: 1px solid;\n}"));
6
+ elementStyle.appendChild(document.createTextNode(`.mdxeditor {
7
+ /** Code mirror */
8
+ & .cm-editor {
9
+ --sp-font-mono: var(--font-mono);
10
+ --sp-font-body: var(--font-body);
11
+ padding: var(--sp-space-4) 0;
12
+ }
13
+
14
+ & .sp-editor .cm-editor {
15
+ padding-bottom: 0;
16
+ }
17
+
18
+ & .cm-scroller {
19
+ padding: 0 !important;
20
+ }
21
+
22
+ & .cm-focused {
23
+ outline: none;
24
+ }
25
+
26
+ & .sp-wrapper {
27
+ overflow: hidden;
28
+ }
29
+
30
+ & .sp-layout {
31
+ border: none;
32
+ }
33
+
34
+ & .sp-cm {
35
+ & pre {
36
+ white-space: break-spaces;
37
+ word-break: break-word;
38
+ overflow-wrap: anywhere;
39
+ flex-shrink: 1;
40
+ }
41
+ }
42
+
43
+ /** Diff viewer */
44
+ & .cm-mergeView .cm-scroller {
45
+ font-family: var(--font-mono);
46
+ line-height: 1.3rem;
47
+ font-size: var(--text-xs);
48
+ }
49
+
50
+ /** Diff viewer */
51
+ & .cm-sourceView .cm-scroller {
52
+ font-family: var(--font-mono);
53
+ line-height: 1.3rem;
54
+ font-size: var(--text-xs);
55
+ }
56
+
57
+ & .cm-gutters {
58
+ background: transparent;
59
+ font-size: var(--text-xxs);
60
+ }
61
+
62
+ & .cm-activeLine {
63
+ background: transparent;
64
+ }
65
+
66
+ & .cm-tooltip-autocomplete {
67
+ background: var(--baseBgSubtle);
68
+ }
69
+
70
+
71
+ hr[data-lexical-decorator=true].selected {
72
+ outline: 2px solid highlight;
73
+ }
74
+ }
75
+ :root, .light, .light-theme {
76
+ --blue-1: #fbfdff;
77
+ --blue-2: #f4faff;
78
+ --blue-3: #e6f4fe;
79
+ --blue-4: #d5efff;
80
+ --blue-5: #c2e5ff;
81
+ --blue-6: #acd8fc;
82
+ --blue-7: #8ec8f6;
83
+ --blue-8: #5eb1ef;
84
+ --blue-9: #0090ff;
85
+ --blue-10: #0588f0;
86
+ --blue-11: #0d74ce;
87
+ --blue-12: #113264;
88
+ }
89
+
90
+ @supports (color: color(display-p3 1 1 1)) {
91
+ @media (color-gamut: p3) {
92
+ :root, .light, .light-theme {
93
+ --blue-1: color(display-p3 0.986 0.992 0.999);
94
+ --blue-2: color(display-p3 0.96 0.979 0.998);
95
+ --blue-3: color(display-p3 0.912 0.956 0.991);
96
+ --blue-4: color(display-p3 0.853 0.932 1);
97
+ --blue-5: color(display-p3 0.788 0.894 0.998);
98
+ --blue-6: color(display-p3 0.709 0.843 0.976);
99
+ --blue-7: color(display-p3 0.606 0.777 0.947);
100
+ --blue-8: color(display-p3 0.451 0.688 0.917);
101
+ --blue-9: color(display-p3 0.247 0.556 0.969);
102
+ --blue-10: color(display-p3 0.234 0.523 0.912);
103
+ --blue-11: color(display-p3 0.15 0.44 0.84);
104
+ --blue-12: color(display-p3 0.102 0.193 0.379);
105
+ }
106
+ }
107
+ }.dark, .dark-theme {
108
+ --blue-1: #0d1520;
109
+ --blue-2: #111927;
110
+ --blue-3: #0d2847;
111
+ --blue-4: #003362;
112
+ --blue-5: #004074;
113
+ --blue-6: #104d87;
114
+ --blue-7: #205d9e;
115
+ --blue-8: #2870bd;
116
+ --blue-9: #0090ff;
117
+ --blue-10: #3b9eff;
118
+ --blue-11: #70b8ff;
119
+ --blue-12: #c2e6ff;
120
+ }
121
+
122
+ @supports (color: color(display-p3 1 1 1)) {
123
+ @media (color-gamut: p3) {
124
+ .dark, .dark-theme {
125
+ --blue-1: color(display-p3 0.057 0.081 0.122);
126
+ --blue-2: color(display-p3 0.072 0.098 0.147);
127
+ --blue-3: color(display-p3 0.078 0.154 0.27);
128
+ --blue-4: color(display-p3 0.033 0.197 0.37);
129
+ --blue-5: color(display-p3 0.08 0.245 0.441);
130
+ --blue-6: color(display-p3 0.14 0.298 0.511);
131
+ --blue-7: color(display-p3 0.195 0.361 0.6);
132
+ --blue-8: color(display-p3 0.239 0.434 0.72);
133
+ --blue-9: color(display-p3 0.247 0.556 0.969);
134
+ --blue-10: color(display-p3 0.344 0.612 0.973);
135
+ --blue-11: color(display-p3 0.49 0.72 1);
136
+ --blue-12: color(display-p3 0.788 0.898 0.99);
137
+ }
138
+ }
139
+ }:root, .light, .light-theme {
140
+ --slate-1: #fcfcfd;
141
+ --slate-2: #f9f9fb;
142
+ --slate-3: #f0f0f3;
143
+ --slate-4: #e8e8ec;
144
+ --slate-5: #e0e1e6;
145
+ --slate-6: #d9d9e0;
146
+ --slate-7: #cdced6;
147
+ --slate-8: #b9bbc6;
148
+ --slate-9: #8b8d98;
149
+ --slate-10: #80838d;
150
+ --slate-11: #60646c;
151
+ --slate-12: #1c2024;
152
+ }
153
+
154
+ @supports (color: color(display-p3 1 1 1)) {
155
+ @media (color-gamut: p3) {
156
+ :root, .light, .light-theme {
157
+ --slate-1: color(display-p3 0.988 0.988 0.992);
158
+ --slate-2: color(display-p3 0.976 0.976 0.984);
159
+ --slate-3: color(display-p3 0.94 0.941 0.953);
160
+ --slate-4: color(display-p3 0.908 0.909 0.925);
161
+ --slate-5: color(display-p3 0.88 0.881 0.901);
162
+ --slate-6: color(display-p3 0.85 0.852 0.876);
163
+ --slate-7: color(display-p3 0.805 0.808 0.838);
164
+ --slate-8: color(display-p3 0.727 0.733 0.773);
165
+ --slate-9: color(display-p3 0.547 0.553 0.592);
166
+ --slate-10: color(display-p3 0.503 0.512 0.549);
167
+ --slate-11: color(display-p3 0.379 0.392 0.421);
168
+ --slate-12: color(display-p3 0.113 0.125 0.14);
169
+ }
170
+ }
171
+ }.dark, .dark-theme {
172
+ --slate-1: #111113;
173
+ --slate-2: #18191b;
174
+ --slate-3: #212225;
175
+ --slate-4: #272a2d;
176
+ --slate-5: #2e3135;
177
+ --slate-6: #363a3f;
178
+ --slate-7: #43484e;
179
+ --slate-8: #5a6169;
180
+ --slate-9: #696e77;
181
+ --slate-10: #777b84;
182
+ --slate-11: #b0b4ba;
183
+ --slate-12: #edeef0;
184
+ }
185
+
186
+ @supports (color: color(display-p3 1 1 1)) {
187
+ @media (color-gamut: p3) {
188
+ .dark, .dark-theme {
189
+ --slate-1: color(display-p3 0.067 0.067 0.074);
190
+ --slate-2: color(display-p3 0.095 0.098 0.105);
191
+ --slate-3: color(display-p3 0.13 0.135 0.145);
192
+ --slate-4: color(display-p3 0.156 0.163 0.176);
193
+ --slate-5: color(display-p3 0.183 0.191 0.206);
194
+ --slate-6: color(display-p3 0.215 0.226 0.244);
195
+ --slate-7: color(display-p3 0.265 0.28 0.302);
196
+ --slate-8: color(display-p3 0.357 0.381 0.409);
197
+ --slate-9: color(display-p3 0.415 0.431 0.463);
198
+ --slate-10: color(display-p3 0.469 0.483 0.514);
199
+ --slate-11: color(display-p3 0.692 0.704 0.728);
200
+ --slate-12: color(display-p3 0.93 0.933 0.94);
201
+ }
202
+ }
203
+ }:root, .light, .light-theme {
204
+ --grass-1: #fbfefb;
205
+ --grass-2: #f5fbf5;
206
+ --grass-3: #e9f6e9;
207
+ --grass-4: #daf1db;
208
+ --grass-5: #c9e8ca;
209
+ --grass-6: #b2ddb5;
210
+ --grass-7: #94ce9a;
211
+ --grass-8: #65ba74;
212
+ --grass-9: #46a758;
213
+ --grass-10: #3e9b4f;
214
+ --grass-11: #2a7e3b;
215
+ --grass-12: #203c25;
216
+ }
217
+
218
+ @supports (color: color(display-p3 1 1 1)) {
219
+ @media (color-gamut: p3) {
220
+ :root, .light, .light-theme {
221
+ --grass-1: color(display-p3 0.986 0.996 0.985);
222
+ --grass-2: color(display-p3 0.966 0.983 0.964);
223
+ --grass-3: color(display-p3 0.923 0.965 0.917);
224
+ --grass-4: color(display-p3 0.872 0.94 0.865);
225
+ --grass-5: color(display-p3 0.811 0.908 0.802);
226
+ --grass-6: color(display-p3 0.733 0.864 0.724);
227
+ --grass-7: color(display-p3 0.628 0.803 0.622);
228
+ --grass-8: color(display-p3 0.477 0.72 0.482);
229
+ --grass-9: color(display-p3 0.38 0.647 0.378);
230
+ --grass-10: color(display-p3 0.344 0.598 0.342);
231
+ --grass-11: color(display-p3 0.263 0.488 0.261);
232
+ --grass-12: color(display-p3 0.151 0.233 0.153);
233
+ }
234
+ }
235
+ }:root, .light, .light-theme {
236
+ --cyan-1: #fafdfe;
237
+ --cyan-2: #f2fafb;
238
+ --cyan-3: #def7f9;
239
+ --cyan-4: #caf1f6;
240
+ --cyan-5: #b5e9f0;
241
+ --cyan-6: #9ddde7;
242
+ --cyan-7: #7dcedc;
243
+ --cyan-8: #3db9cf;
244
+ --cyan-9: #00a2c7;
245
+ --cyan-10: #0797b9;
246
+ --cyan-11: #107d98;
247
+ --cyan-12: #0d3c48;
248
+ }
249
+
250
+ @supports (color: color(display-p3 1 1 1)) {
251
+ @media (color-gamut: p3) {
252
+ :root, .light, .light-theme {
253
+ --cyan-1: color(display-p3 0.982 0.992 0.996);
254
+ --cyan-2: color(display-p3 0.955 0.981 0.984);
255
+ --cyan-3: color(display-p3 0.888 0.965 0.975);
256
+ --cyan-4: color(display-p3 0.821 0.941 0.959);
257
+ --cyan-5: color(display-p3 0.751 0.907 0.935);
258
+ --cyan-6: color(display-p3 0.671 0.862 0.9);
259
+ --cyan-7: color(display-p3 0.564 0.8 0.854);
260
+ --cyan-8: color(display-p3 0.388 0.715 0.798);
261
+ --cyan-9: color(display-p3 0.282 0.627 0.765);
262
+ --cyan-10: color(display-p3 0.264 0.583 0.71);
263
+ --cyan-11: color(display-p3 0.08 0.48 0.63);
264
+ --cyan-12: color(display-p3 0.108 0.232 0.277);
265
+ }
266
+ }
267
+ }:root, .light, .light-theme {
268
+ --amber-1: #fefdfb;
269
+ --amber-2: #fefbe9;
270
+ --amber-3: #fff7c2;
271
+ --amber-4: #ffee9c;
272
+ --amber-5: #fbe577;
273
+ --amber-6: #f3d673;
274
+ --amber-7: #e9c162;
275
+ --amber-8: #e2a336;
276
+ --amber-9: #ffc53d;
277
+ --amber-10: #ffba18;
278
+ --amber-11: #ab6400;
279
+ --amber-12: #4f3422;
280
+ }
281
+
282
+ @supports (color: color(display-p3 1 1 1)) {
283
+ @media (color-gamut: p3) {
284
+ :root, .light, .light-theme {
285
+ --amber-1: color(display-p3 0.995 0.992 0.985);
286
+ --amber-2: color(display-p3 0.994 0.986 0.921);
287
+ --amber-3: color(display-p3 0.994 0.969 0.782);
288
+ --amber-4: color(display-p3 0.989 0.937 0.65);
289
+ --amber-5: color(display-p3 0.97 0.902 0.527);
290
+ --amber-6: color(display-p3 0.936 0.844 0.506);
291
+ --amber-7: color(display-p3 0.89 0.762 0.443);
292
+ --amber-8: color(display-p3 0.85 0.65 0.3);
293
+ --amber-9: color(display-p3 1 0.77 0.26);
294
+ --amber-10: color(display-p3 0.959 0.741 0.274);
295
+ --amber-11: color(display-p3 0.64 0.4 0);
296
+ --amber-12: color(display-p3 0.294 0.208 0.145);
297
+ }
298
+ }
299
+ }:root, .light, .light-theme {
300
+ --red-1: #fffcfc;
301
+ --red-2: #fff7f7;
302
+ --red-3: #feebec;
303
+ --red-4: #ffdbdc;
304
+ --red-5: #ffcdce;
305
+ --red-6: #fdbdbe;
306
+ --red-7: #f4a9aa;
307
+ --red-8: #eb8e90;
308
+ --red-9: #e5484d;
309
+ --red-10: #dc3e42;
310
+ --red-11: #ce2c31;
311
+ --red-12: #641723;
312
+ }
313
+
314
+ @supports (color: color(display-p3 1 1 1)) {
315
+ @media (color-gamut: p3) {
316
+ :root, .light, .light-theme {
317
+ --red-1: color(display-p3 0.998 0.989 0.988);
318
+ --red-2: color(display-p3 0.995 0.971 0.971);
319
+ --red-3: color(display-p3 0.985 0.925 0.925);
320
+ --red-4: color(display-p3 0.999 0.866 0.866);
321
+ --red-5: color(display-p3 0.984 0.812 0.811);
322
+ --red-6: color(display-p3 0.955 0.751 0.749);
323
+ --red-7: color(display-p3 0.915 0.675 0.672);
324
+ --red-8: color(display-p3 0.872 0.575 0.572);
325
+ --red-9: color(display-p3 0.83 0.329 0.324);
326
+ --red-10: color(display-p3 0.798 0.294 0.285);
327
+ --red-11: color(display-p3 0.744 0.234 0.222);
328
+ --red-12: color(display-p3 0.36 0.115 0.143);
329
+ }
330
+ }
331
+ }.ui-module_editorRoot_3d63c {
332
+ --accentBase: var(--blue-1);
333
+ --accentBgSubtle: var(--blue-2);
334
+ --accentBg: var(--blue-3);
335
+ --accentBgHover: var(--blue-4);
336
+ --accentBgActive: var(--blue-5);
337
+ --accentLine: var(--blue-6);
338
+ --accentBorder: var(--blue-7);
339
+ --accentBorderHover: var(--blue-8);
340
+ --accentSolid: var(--blue-9);
341
+ --accentSolidHover: var(--blue-10);
342
+ --accentText: var(--blue-11);
343
+ --accentTextContrast: var(--blue-12);
344
+
345
+ --basePageBg: white;
346
+ --baseBase: var(--slate-1);
347
+ --baseBgSubtle: var(--slate-2);
348
+ --baseBg: var(--slate-3);
349
+ --baseBgHover: var(--slate-4);
350
+ --baseBgActive: var(--slate-5);
351
+ --baseLine: var(--slate-6);
352
+ --baseBorder: var(--slate-7);
353
+ --baseBorderHover: var(--slate-8);
354
+ --baseSolid: var(--slate-9);
355
+ --baseSolidHover: var(--slate-10);
356
+ --baseText: var(--slate-11);
357
+ --baseTextContrast: var(--slate-12);
358
+
359
+ --admonitionTipBg: var(--cyan-4);
360
+ --admonitionTipBorder: var(--cyan-8);
361
+
362
+ --admonitionInfoBg: var(--grass-4);
363
+ --admonitionInfoBorder: var(--grass-8);
364
+
365
+ --admonitionCautionBg: var(--amber-4);
366
+ --admonitionCautionBorder: var(--amber-8);
367
+
368
+ --admonitionDangerBg: var(--red-4);
369
+ --admonitionDangerBorder: var(--red-8);
370
+
371
+ --admonitionNoteBg: var(--slate-4);
372
+ --admonitionNoteBorder: var(--slate-8);
373
+
374
+ --error-color: var(--red-10);
375
+
376
+ --spacing-0: 0px;
377
+ --spacing-px: 1px;
378
+ --spacing-0_5: 0.125rem;
379
+ --spacing-1: 0.25rem;
380
+ --spacing-1_5: 0.375rem;
381
+ --spacing-2: 0.5rem;
382
+ --spacing-2_5: 0.625rem;
383
+ --spacing-3: 0.75rem;
384
+ --spacing-3_5: 0.875rem;
385
+ --spacing-4: 1rem;
386
+ --spacing-5: 1.25rem;
387
+ --spacing-6: 1.5rem;
388
+ --spacing-7: 1.75rem;
389
+ --spacing-8: 2rem;
390
+ --spacing-9: 2.25rem;
391
+ --spacing-10: 2.5rem;
392
+ --spacing-11: 2.75rem;
393
+ --spacing-12: 3rem;
394
+ --spacing-14: 3.5rem;
395
+ --spacing-16: 4rem;
396
+ --spacing-20: 5rem;
397
+ --spacing-24: 6rem;
398
+ --spacing-28: 7rem;
399
+ --spacing-32: 8rem;
400
+ --spacing-36: 9rem;
401
+ --spacing-40: 10rem;
402
+ --spacing-44: 11rem;
403
+ --spacing-48: 12rem;
404
+ --spacing-52: 13rem;
405
+ --spacing-56: 14rem;
406
+ --spacing-60: 15rem;
407
+ --spacing-64: 16rem;
408
+ --spacing-72: 18rem;
409
+ --spacing-80: 20rem;
410
+ --spacing-96: 24rem;
411
+
412
+ --radius-none: 0px;
413
+ --radius-small: var(--spacing-0_5);
414
+ --radius-base: var(--spacing-1);
415
+ --radius-medium: var(--spacing-1_5);
416
+ --radius-large: var(--spacing-2);
417
+ --radius-extra-large: var(--spacing-3);
418
+ --radius-full: 9999px;
419
+
420
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
421
+ --font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
422
+ sans-serif;
423
+
424
+ --text-base: 1rem;
425
+ --text-sm: 0.875rem;
426
+ --text-xs: 0.75rem;
427
+ --text-xxs: 0.6rem;
428
+
429
+ font-family: var(--font-body);
430
+ color: var(--baseText);
431
+ }
432
+
433
+ .ui-module_editorWrapper_nPW0c {
434
+ }
435
+
436
+ .ui-module_nestedListItem_-OMpV {
437
+ list-style: none;
438
+ }
439
+
440
+ .ui-module_toolbarRoot_QA6-G {
441
+ z-index: 2;
442
+ display: flex;
443
+ flex-direction: row;
444
+ gap: var(--spacing-1);
445
+ border-radius: var(--radius-medium);
446
+ padding: var(--spacing-1_5);
447
+ align-items: center;
448
+ overflow-x: auto;
449
+ position: sticky;
450
+ top: 0;
451
+ background-color: var(--baseBg);
452
+ width: inherit;
453
+
454
+ & div[role='separator'] {
455
+ margin: var(--spacing-2) var(--spacing-1);
456
+ border-left: 1px solid var(--baseBorder);
457
+ border-right: 1px solid var(--baseBase);
458
+ height: var(--spacing-4);
459
+ }
460
+
461
+ & svg {
462
+ color: var(--baseTextContrast);
463
+ display: block;
464
+ }
465
+ }
466
+
467
+ .ui-module_readOnlyToolbarRoot_zZzZ0 {
468
+ pointer-events: none;
469
+ background: var(--baseBase);
470
+
471
+ & > div {
472
+ opacity: 0.5;
473
+ }
474
+ }
475
+
476
+ .ui-module_toolbarStatusContent_y2-dX {
477
+ display: flex;
478
+ align-items: center;
479
+ gap: var(--spacing-1);
480
+ }
481
+
482
+ .ui-module_toolbarModeSwitch_TiGNq {
483
+ opacity: 1 !important;
484
+ margin-left: auto;
485
+ align-self: stretch;
486
+ align-items: stretch;
487
+ display: flex;
488
+ border: 1px solid var(--baseBg);
489
+ border-radius: var(--radius-medium);
490
+ font-size: var(--text-xs);
491
+
492
+ .ui-module_toolbarToggleItem_2BQQ2 {
493
+ padding-inline-end: var(--spacing-4);
494
+ padding-inline-start: var(--spacing-4);
495
+
496
+ &:active,
497
+ &[data-state='on'] {
498
+ background-color: var(--baseBorder);
499
+ }
500
+ }
501
+ }
502
+
503
+ .ui-module_toolbarGroupOfGroups_-7ePU {
504
+ display: flex;
505
+ margin: 0 var(--spacing-1);
506
+ }
507
+
508
+ .ui-module_toolbarToggleSingleGroup_O8hn8:first-of-type .ui-module_toolbarToggleItem_2BQQ2:only-child,
509
+ .ui-module_toolbarToggleSingleGroup_O8hn8:only-child .ui-module_toolbarToggleItem_2BQQ2:first-child,
510
+ .ui-module_toolbarModeSwitch_TiGNq .ui-module_toolbarToggleItem_2BQQ2:first-child {
511
+ border-top-left-radius: var(--radius-base);
512
+ border-bottom-left-radius: var(--radius-base);
513
+ }
514
+
515
+ .ui-module_toolbarToggleSingleGroup_O8hn8:last-of-type .ui-module_toolbarToggleItem_2BQQ2:only-child,
516
+ .ui-module_toolbarToggleSingleGroup_O8hn8:only-child .ui-module_toolbarToggleItem_2BQQ2:last-child,
517
+ .ui-module_toolbarModeSwitch_TiGNq .ui-module_toolbarToggleItem_2BQQ2:last-child {
518
+ border-top-right-radius: var(--radius-base);
519
+ border-bottom-right-radius: var(--radius-base);
520
+ }
521
+
522
+ .ui-module_toolbarToggleItem_2BQQ2,
523
+ .ui-module_toolbarButton_nedIw {
524
+ border: 0;
525
+ background-color: transparent;
526
+ font-size: inherit;
527
+ appearance: none;
528
+ all: unset;
529
+ box-sizing: border-box;
530
+ cursor: default;
531
+ padding: var(--spacing-0_5);
532
+
533
+ @media (hover: hover) {
534
+ &:hover {
535
+ background-color: var(--baseBgActive);
536
+ }
537
+ }
538
+
539
+ &:active svg {
540
+ transform: translate(1px, 1px);
541
+ }
542
+
543
+ &[data-state='on'],
544
+ &:active {
545
+ color: var(--baseTextContrast);
546
+ background-color: var(--baseBgActive);
547
+ }
548
+
549
+ &[data-disabled] {
550
+ pointer-events: none;
551
+ & svg {
552
+ color: var(--baseBorderHover);
553
+ }
554
+ }
555
+ }
556
+
557
+ .ui-module_toolbarButton_nedIw {
558
+ border-radius: var(--radius-base);
559
+ }
560
+
561
+ .ui-module_toolbarButton_nedIw + .ui-module_toolbarButton_nedIw {
562
+ margin-left: var(--spacing-1);
563
+ }
564
+
565
+ .ui-module_activeToolbarButton_TqEHl {
566
+ color: var(--accentText);
567
+ }
568
+
569
+ .ui-module_toolbarToggleSingleGroup_O8hn8 {
570
+ display: flex;
571
+ align-items: center;
572
+ white-space: nowrap;
573
+ }
574
+
575
+ .ui-module_toolbarNodeKindSelectContainer_xzct9,
576
+ .ui-module_toolbarButtonDropdownContainer_oweZ4,
577
+ .ui-module_toolbarCodeBlockLanguageSelectContent_qC11c,
578
+ .ui-module_selectContainer_zEOzj {
579
+ filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.2));
580
+ z-index: 3;
581
+ width: var(--spacing-36);
582
+ border-bottom-left-radius: var(--radius-base);
583
+ border-bottom-right-radius: var(--radius-base);
584
+ background-color: var(--basePageBg);
585
+ font-size: var(--text-sm);
586
+ }
587
+
588
+ .ui-module_toolbarButtonDropdownContainer_oweZ4 {
589
+ border-top-right-radius: var(--radius-base);
590
+
591
+ & .ui-module_selectItem_-0ITo:first-child {
592
+ border-top-right-radius: var(--radius-base);
593
+ }
594
+ }
595
+
596
+ .ui-module_toolbarNodeKindSelectTrigger_NhAa4,
597
+ .ui-module_toolbarButtonSelectTrigger_qc9aS,
598
+ .ui-module_selectTrigger_QvY-l {
599
+ border: 0;
600
+ background-color: transparent;
601
+ display: flex;
602
+ color: inherit;
603
+ align-items: center;
604
+ width: var(--spacing-36);
605
+ padding: var(--spacing-0_5) var(--spacing-1);
606
+ padding-inline-start: var(--spacing-2);
607
+ border-radius: var(--radius-medium);
608
+ white-space: nowrap;
609
+ flex-wrap: nowrap;
610
+ font-size: var(--text-sm);
611
+ background-color: var(--basePageBg);
612
+ margin: 0 var(--spacing-1);
613
+
614
+ &[data-state='open'] {
615
+ filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.2));
616
+ border-bottom-right-radius: var(--radius-none);
617
+ border-bottom-left-radius: var(--radius-none);
618
+ }
619
+ }
620
+
621
+ .ui-module_selectTrigger_QvY-l[data-placeholder] > span:first-child {
622
+ color: var(--baseBorderHover);
623
+ }
624
+
625
+ /** used in the sandpack */
626
+
627
+ .ui-module_toolbarButtonSelectTrigger_qc9aS {
628
+ width: auto;
629
+ padding-inline-start: var(--spacing-2);
630
+ padding-inline-end: var(--spacing-1);
631
+ padding-block: var(--spacing-0_5);
632
+ }
633
+
634
+ .ui-module_toolbarCodeBlockLanguageSelectTrigger_zqKns,
635
+ .ui-module_toolbarCodeBlockLanguageSelectContent_qC11c {
636
+ width: var(--spacing-48);
637
+ }
638
+
639
+ .ui-module_toolbarNodeKindSelectItem_EL2xh,
640
+ .ui-module_selectItem_-0ITo {
641
+ cursor: default;
642
+ display: flex;
643
+ padding: var(--spacing-2);
644
+
645
+ &[data-highlighted] {
646
+ background-color: var(--baseBg);
647
+ }
648
+
649
+ &[data-state='checked'] {
650
+ color: var(--baseTextContrast);
651
+ background-color: var(--baseBg);
652
+ }
653
+
654
+ &[data-highlighted] {
655
+ outline: none;
656
+ }
657
+
658
+ &:last-child {
659
+ border-bottom-left-radius: var(--radius-base);
660
+ border-bottom-right-radius: var(--radius-base);
661
+ }
662
+ }
663
+
664
+ .ui-module_toolbarNodeKindSelectDropdownArrow_zdl-w,
665
+ .ui-module_selectDropdownArrow_9sZWz {
666
+ margin-left: auto;
667
+ display: flex;
668
+ align-items: center;
669
+ }
670
+
671
+ .ui-module_contentEditable_Neszj {
672
+ box-sizing: border-box;
673
+ width: 100%;
674
+ color: var(--baseTextContrast);
675
+
676
+ &:focus {
677
+ outline: none;
678
+ }
679
+
680
+ padding: var(--spacing-3);
681
+ }
682
+
683
+ .ui-module_codeMirrorWrapper_WzR1U {
684
+ margin-bottom: var(--spacing-5);
685
+ border: 1px solid var(--baseLine);
686
+ border-radius: var(--radius-medium);
687
+ overflow: hidden;
688
+ padding: 0.8rem;
689
+ position: relative;
690
+ }
691
+
692
+ .ui-module_sandPackWrapper_NEHwo {
693
+ margin-bottom: var(--spacing-5);
694
+ border: 1px solid var(--baseLine);
695
+ border-radius: var(--radius-medium);
696
+ overflow: hidden;
697
+ position: relative;
698
+ }
699
+
700
+ .ui-module_codeMirrorToolbar_4LDML {
701
+ position: absolute;
702
+ right: 0;
703
+ top: 0;
704
+ display: flex;
705
+ gap: var(--spacing-1);
706
+ padding: var(--spacing-1);
707
+ z-index: 1;
708
+ background-color: var(--baseBase);
709
+ border-bottom-left-radius: var(--radius-base);
710
+ }
711
+
712
+ .ui-module_frontmatterWrapper_yywSY {
713
+ border-radius: var(--radius-medium);
714
+ padding: var(--spacing-3);
715
+ background-color: var(--baseBgSubtle);
716
+
717
+ &[data-expanded='true'] {
718
+ margin-bottom: var(--spacing-10);
719
+ }
720
+ }
721
+
722
+ .ui-module_frontmatterToggleButton_7ZBOE {
723
+ border: 0;
724
+ background-color: transparent;
725
+ font-size: inherit;
726
+ appearance: none;
727
+ all: unset;
728
+ box-sizing: border-box;
729
+ cursor: default;
730
+ display: flex;
731
+ align-items: center;
732
+ gap: var(--spacing-1);
733
+ font-size: var(--text-sm);
734
+ }
735
+
736
+ .ui-module_propertyPanelTitle_wudSB {
737
+ font-size: var(--text-xs);
738
+ font-weight: 400;
739
+ margin: 0;
740
+ padding-top: var(--spacing-2);
741
+ padding-left: var(--spacing-2);
742
+ }
743
+
744
+ .ui-module_propertyEditorTable_fYpKY {
745
+ table-layout: fixed;
746
+ border-spacing: var(--spacing-2);
747
+
748
+ & th {
749
+ text-align: left;
750
+ font-size: var(--text-sm);
751
+ padding: var(--spacing-2) var(--spacing-3);
752
+ }
753
+
754
+ & col:nth-child(1) {
755
+ width: 30%;
756
+ }
757
+
758
+ & col:nth-child(2) {
759
+ width: 70%;
760
+ }
761
+
762
+ & td:last-child .ui-module_iconButton_b94iY {
763
+ margin-left: var(--spacing-4);
764
+ margin-right: var(--spacing-4);
765
+ }
766
+
767
+ & .ui-module_readOnlyColumnCell_tCgPb {
768
+ padding-left: 0;
769
+ }
770
+ }
771
+
772
+ .ui-module_propertyEditorLabelCell_Z2hv7 {
773
+ font-weight: 400;
774
+ }
775
+
776
+ .ui-module_readOnlyColumnCell_tCgPb {
777
+ padding-left: 0;
778
+ }
779
+
780
+ .ui-module_buttonsFooter_Juqi3 {
781
+ display: flex;
782
+ justify-content: flex-end;
783
+ gap: var(--spacing-2);
784
+ }
785
+
786
+ .ui-module_propertyEditorInput_PXpSX {
787
+ border: 0;
788
+ background-color: transparent;
789
+ font-size: inherit;
790
+ appearance: none;
791
+ all: unset;
792
+ box-sizing: border-box;
793
+ cursor: default;
794
+ width: 100%;
795
+ padding: var(--spacing-2) var(--spacing-3);
796
+ border-radius: var(--radius-base);
797
+ border: 1px solid var(--baseBorder);
798
+ background-color: var(--baseBase);
799
+ font-size: var(--text-sm);
800
+ }
801
+
802
+ .ui-module_iconButton_b94iY {
803
+ border: 0;
804
+ background-color: transparent;
805
+ font-size: inherit;
806
+ appearance: none;
807
+ all: unset;
808
+ box-sizing: border-box;
809
+ cursor: default;
810
+ color: var(--baseText);
811
+
812
+ @media (hover: hover) {
813
+ &:hover {
814
+ color: var(--baseTextContrast);
815
+ }
816
+ }
817
+
818
+ &:disabled,
819
+ &:disabled:hover {
820
+ color: var(--baseLine);
821
+ }
822
+ }
823
+
824
+ .ui-module_primaryButton_SztyP,
825
+ .ui-module_secondaryButton_9rAaf {
826
+ border: 0;
827
+ background-color: transparent;
828
+ font-size: inherit;
829
+ appearance: none;
830
+ all: unset;
831
+ box-sizing: border-box;
832
+ cursor: default;
833
+ padding: var(--spacing-2) var(--spacing-3);
834
+ border: 1px solid var(--accentBorder);
835
+ background-color: var(--accentSolidHover);
836
+ color: var(--baseBase);
837
+ font-size: var(--text-xs);
838
+ border-radius: var(--radius-medium);
839
+
840
+ &:disabled {
841
+ background: var(--accentLine);
842
+ border-color: var(--accentBg);
843
+ }
844
+ }
845
+
846
+ .ui-module_smallButton_ME9Rg {
847
+ font-size: var(--text-xs);
848
+ padding: var(--spacing-1) var(--spacing-2);
849
+ border-radius: var(--radius-base);
850
+ }
851
+
852
+ .ui-module_secondaryButton_9rAaf {
853
+ border: 1px solid var(--baseBorder);
854
+ background-color: var(--baseSolidHover);
855
+ color: var(--baseBase);
856
+ }
857
+
858
+ .ui-module_dialogForm_fym3H {
859
+ display: flex;
860
+ flex-direction: row;
861
+ gap: var(--spacing-2);
862
+ }
863
+
864
+ .ui-module_linkDialogEditForm_Qc-E2 {
865
+ display: flex;
866
+ flex-direction: column;
867
+ align-items: stretch;
868
+ gap: var(--spacing-2);
869
+ padding: 0;
870
+ }
871
+
872
+ .ui-module_linkDialogInputContainer_UMMwL {
873
+ display: flex;
874
+ flex-direction: column;
875
+ align-items: stretch;
876
+ }
877
+
878
+ .ui-module_linkDialogInputWrapper_aWNFC {
879
+ display: flex;
880
+ align-items: center;
881
+ background-color: var(--baseBase);
882
+
883
+ border-radius: var(--radius-base);
884
+ border: 1px solid var(--baseBorder);
885
+
886
+ &[data-visible-dropdown='true'] {
887
+ border-bottom-left-radius: var(--radius-none);
888
+ border-bottom-right-radius: var(--radius-none);
889
+ border-bottom-width: 0;
890
+ }
891
+
892
+ & > button {
893
+ border: 0;
894
+ background-color: transparent;
895
+ font-size: inherit;
896
+ appearance: none;
897
+ all: unset;
898
+ box-sizing: border-box;
899
+ cursor: default;
900
+ padding-right: var(--spacing-2);
901
+ }
902
+ }
903
+
904
+ .ui-module_linkDialogInput_wW3Qq,
905
+ .ui-module_dialogInput_0XU4W {
906
+ border: 0;
907
+ background-color: transparent;
908
+ font-size: inherit;
909
+ appearance: none;
910
+ all: unset;
911
+ box-sizing: border-box;
912
+ cursor: default;
913
+ width: 20rem;
914
+ padding: var(--spacing-2) var(--spacing-3);
915
+ font-size: var(--text-sm);
916
+
917
+ &::placeholder {
918
+ color: var(--baseBorder);
919
+ }
920
+ }
921
+
922
+ .ui-module_linkDialogAnchor_UVham {
923
+ position: fixed;
924
+ background-color: highlight;
925
+ z-index: -1;
926
+
927
+ &[data-visible='true'] {
928
+ visibility: visible;
929
+ }
930
+
931
+ &[data-visible='false'] {
932
+ visibility: hidden;
933
+ }
934
+ }
935
+
936
+ .ui-module_linkDialogPopoverContent_-aAXR,
937
+ .ui-module_tableColumnEditorPopoverContent_qiZ8k,
938
+ .ui-module_dialogContent_IRmgH {
939
+ filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.2));
940
+ display: flex;
941
+ align-items: center;
942
+ gap: var(--spacing-0_5);
943
+ border-radius: var(--radius-medium);
944
+ border: 1px solid var(--baseBg);
945
+ background-color: var(--basePageBg);
946
+ padding: var(--spacing-1) var(--spacing-1);
947
+ font-size: var(--text-sm);
948
+ }
949
+
950
+ .ui-module_largeDialogContent_GvvAH {
951
+ filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.2));
952
+ gap: var(--spacing-0_5);
953
+ border-radius: var(--radius-medium);
954
+ border: 1px solid var(--baseBorder);
955
+ background-color: var(--baseBgSubtle);
956
+ padding: var(--spacing-4);
957
+ font-size: var(--text-sm);
958
+ }
959
+
960
+ .ui-module_dialogTitle_XDJ1h {
961
+ font-size: var(--text-base);
962
+ font-weight: 600;
963
+ padding-left: var(--spacing-2);
964
+ }
965
+
966
+ .ui-module_dialogCloseButton_P-p41 {
967
+ border: 0;
968
+ background-color: transparent;
969
+ font-size: inherit;
970
+ appearance: none;
971
+ all: unset;
972
+ box-sizing: border-box;
973
+ cursor: default;
974
+ position: absolute;
975
+ top: 10px;
976
+ right: 10px;
977
+ }
978
+
979
+ .ui-module_popoverContent_mouz8 {
980
+ filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.2));
981
+ display: flex;
982
+ align-items: center;
983
+ gap: var(--spacing-0_5);
984
+ border-radius: var(--radius-medium);
985
+ background-color: var(--baseBgSubtle);
986
+ padding: var(--spacing-2) var(--spacing-2);
987
+ font-size: var(--text-sm);
988
+ z-index: 1;
989
+ }
990
+
991
+ .ui-module_popoverArrow_Mq8HP {
992
+ fill: var(--basePageBg);
993
+ }
994
+
995
+ .ui-module_linkDialogPreviewAnchor_orTS8 {
996
+ margin-right: var(--spacing-1);
997
+ display: flex;
998
+ align-items: center;
999
+ color: var(--accentText);
1000
+ text-decoration: none;
1001
+
1002
+ @media (hover: hover) {
1003
+ &:hover {
1004
+ color: var(--accentSolidHover);
1005
+ }
1006
+ }
1007
+
1008
+ border: 1px solid transparent;
1009
+
1010
+ & span {
1011
+ max-width: 14rem;
1012
+ overflow-x: hidden;
1013
+ text-overflow: ellipsis;
1014
+ white-space: nowrap;
1015
+ }
1016
+ }
1017
+
1018
+ .ui-module_tooltipTrigger_uoOTp {
1019
+ align-self: center;
1020
+ }
1021
+
1022
+ .ui-module_tooltipContent_GpCAE {
1023
+ z-index: 2;
1024
+ position: relative;
1025
+ border-radius: var(--radius-medium);
1026
+ padding: var(--spacing-1) var(--spacing-2);
1027
+ font-size: var(--text-xs);
1028
+ background-color: var(--baseText);
1029
+ color: var(--baseBase);
1030
+
1031
+ & svg {
1032
+ fill: var(--baseText);
1033
+ }
1034
+ }
1035
+
1036
+ .ui-module_actionButton_miZ0c {
1037
+ border: 0;
1038
+ background-color: transparent;
1039
+ font-size: inherit;
1040
+ appearance: none;
1041
+ all: unset;
1042
+ box-sizing: border-box;
1043
+ cursor: default;
1044
+ padding: var(--spacing-1);
1045
+ color: var(--baseTextContrast);
1046
+ & svg {
1047
+ display: block;
1048
+ }
1049
+ @media (hover: hover) {
1050
+ &:hover {
1051
+ background-color: var(--baseBg);
1052
+ }
1053
+ }
1054
+ &:active svg {
1055
+ transform: translate(1px, 1px);
1056
+ }
1057
+ &[data-state='on'],
1058
+ &:active {
1059
+ background-color: var(--baseBg);
1060
+ color: var(--baseTextContrast);
1061
+ }
1062
+ padding: var(--spacing-1) var(--spacing-1);
1063
+ border-radius: var(--radius-medium);
1064
+ color: var(--baseTextContrast);
1065
+ }
1066
+
1067
+ .ui-module_primaryActionButton_tWgQF {
1068
+ background-color: var(--accentSolid);
1069
+ color: var(--baseBase);
1070
+
1071
+ @media (hover: hover) {
1072
+ &:hover {
1073
+ background-color: var(--accentSolidHover);
1074
+ color: var(--baseBase);
1075
+ }
1076
+ }
1077
+ }
1078
+
1079
+ .ui-module_tableEditor_Bz6zN {
1080
+ table-layout: fixed;
1081
+ width: 100%;
1082
+ height: 100%;
1083
+ border-spacing: 0;
1084
+ border-collapse: collapse;
1085
+
1086
+ & thead > tr > th {
1087
+ text-align: right;
1088
+ }
1089
+
1090
+ & > tbody > tr > td:not(.ui-module_toolCell_0AstW),
1091
+ & > tbody > tr > th:not(.ui-module_toolCell_0AstW):not([data-tool-cell='true']) {
1092
+ border: 1px solid var(--baseBgActive);
1093
+ padding: var(--spacing-1) var(--spacing-2);
1094
+ white-space: normal;
1095
+
1096
+ & > div {
1097
+ outline: none;
1098
+
1099
+ & > p {
1100
+ margin: 0;
1101
+ }
1102
+ }
1103
+
1104
+ &[data-active='true'] {
1105
+ outline: solid 1px var(--baseSolid);
1106
+ }
1107
+ }
1108
+
1109
+ .ui-module_tableColumnEditorTrigger_pxT4B,
1110
+ .ui-module_tableRowEditorTrigger_Fnk5y,
1111
+ .ui-module_addRowButton_OnB8h,
1112
+ .ui-module_addColumnButton_i7qS0,
1113
+ .ui-module_iconButton_b94iY {
1114
+ opacity: 0.15;
1115
+ }
1116
+
1117
+ @media (hover: hover) {
1118
+ &:hover {
1119
+ .ui-module_tableColumnEditorTrigger_pxT4B,
1120
+ .ui-module_tableRowEditorTrigger_Fnk5y,
1121
+ .ui-module_addRowButton_OnB8h,
1122
+ .ui-module_addColumnButton_i7qS0,
1123
+ .ui-module_iconButton_b94iY {
1124
+ opacity: 0.3;
1125
+
1126
+ &:hover {
1127
+ opacity: 1;
1128
+ }
1129
+ }
1130
+ }
1131
+ }
1132
+ }
1133
+
1134
+ .ui-module_toolCell_0AstW {
1135
+ text-align: right;
1136
+
1137
+ & button {
1138
+ margin: auto;
1139
+ display: block;
1140
+ }
1141
+ }
1142
+
1143
+ .ui-module_tableColumnEditorTrigger_pxT4B {
1144
+ border: 0;
1145
+ background-color: transparent;
1146
+ font-size: inherit;
1147
+ appearance: none;
1148
+ all: unset;
1149
+ box-sizing: border-box;
1150
+ cursor: default;
1151
+ padding: var(--spacing-1);
1152
+ color: var(--baseTextContrast);
1153
+ & svg {
1154
+ display: block;
1155
+ }
1156
+ @media (hover: hover) {
1157
+ &:hover {
1158
+ background-color: var(--baseBg);
1159
+ }
1160
+ }
1161
+ &:active svg {
1162
+ transform: translate(1px, 1px);
1163
+ }
1164
+ &[data-state='on'],
1165
+ &:active {
1166
+ background-color: var(--baseBg);
1167
+ color: var(--baseTextContrast);
1168
+ }
1169
+ padding: var(--spacing-1);
1170
+ border-radius: var(--radius-full);
1171
+ opacity: 0.2;
1172
+
1173
+ &[data-active='true'] {
1174
+ opacity: 1 !important;
1175
+ }
1176
+ }
1177
+
1178
+ .ui-module_tableColumnEditorToolbar_h5qAi {
1179
+ display: flex;
1180
+
1181
+ & > button {
1182
+ border: 0;
1183
+ background-color: transparent;
1184
+ font-size: inherit;
1185
+ appearance: none;
1186
+ all: unset;
1187
+ box-sizing: border-box;
1188
+ cursor: default;
1189
+ padding: var(--spacing-1);
1190
+ color: var(--baseTextContrast);
1191
+ & svg {
1192
+ display: block;
1193
+ }
1194
+ @media (hover: hover) {
1195
+ &:hover {
1196
+ background-color: var(--baseBg);
1197
+ }
1198
+ }
1199
+ &:active svg {
1200
+ transform: translate(1px, 1px);
1201
+ }
1202
+ &[data-state='on'],
1203
+ &:active {
1204
+ background-color: var(--baseBg);
1205
+ color: var(--baseTextContrast);
1206
+ }
1207
+ }
1208
+
1209
+ & [role='separator'] {
1210
+ margin-left: var(--spacing-1);
1211
+ margin-right: var(--spacing-1);
1212
+ }
1213
+ }
1214
+
1215
+ .ui-module_toggleGroupRoot_09l0I {
1216
+ display: inline-flex;
1217
+
1218
+ & button {
1219
+ border: 0;
1220
+ background-color: transparent;
1221
+ font-size: inherit;
1222
+ appearance: none;
1223
+ all: unset;
1224
+ box-sizing: border-box;
1225
+ cursor: default;
1226
+ padding: var(--spacing-1);
1227
+ color: var(--baseTextContrast);
1228
+ & svg {
1229
+ display: block;
1230
+ }
1231
+ @media (hover: hover) {
1232
+ &:hover {
1233
+ background-color: var(--baseBg);
1234
+ }
1235
+ }
1236
+ &:active svg {
1237
+ transform: translate(1px, 1px);
1238
+ }
1239
+ &[data-state='on'],
1240
+ &:active {
1241
+ background-color: var(--baseBg);
1242
+ color: var(--baseTextContrast);
1243
+ }
1244
+
1245
+ &:first-child {
1246
+ border-top-left-radius: var(--radius-base);
1247
+ border-bottom-left-radius: var(--radius-base);
1248
+ }
1249
+
1250
+ &:last-child {
1251
+ border-top-right-radius: var(--radius-base);
1252
+ border-bottom-right-radius: var(--radius-base);
1253
+ }
1254
+ }
1255
+ }
1256
+
1257
+ .ui-module_tableToolsColumn_OeGBn {
1258
+ width: 2rem;
1259
+
1260
+ & button {
1261
+ margin: auto;
1262
+ display: block;
1263
+ }
1264
+ }
1265
+
1266
+ .ui-module_leftAlignedCell_AOE-0 {
1267
+ text-align: left;
1268
+ }
1269
+
1270
+ .ui-module_rightAlignedCell_VeNXT {
1271
+ text-align: right;
1272
+ }
1273
+
1274
+ .ui-module_centeredCell_6nOM2 {
1275
+ text-align: center;
1276
+ }
1277
+
1278
+ .ui-module_addColumnButton_i7qS0,
1279
+ .ui-module_addRowButton_OnB8h {
1280
+ border: 0;
1281
+ background-color: transparent;
1282
+ font-size: inherit;
1283
+ appearance: none;
1284
+ all: unset;
1285
+ box-sizing: border-box;
1286
+ cursor: default;
1287
+ padding: var(--spacing-1);
1288
+ color: var(--baseTextContrast);
1289
+ & svg {
1290
+ display: block;
1291
+ }
1292
+ @media (hover: hover) {
1293
+ &:hover {
1294
+ background-color: var(--baseBg);
1295
+ }
1296
+ }
1297
+ &:active svg {
1298
+ transform: translate(1px, 1px);
1299
+ }
1300
+ &[data-state='on'],
1301
+ &:active {
1302
+ background-color: var(--baseBg);
1303
+ color: var(--baseTextContrast);
1304
+ }
1305
+ background-color: var(--baseBase);
1306
+
1307
+ & svg {
1308
+ margin: auto;
1309
+ }
1310
+
1311
+ display: flex;
1312
+ align-items: center;
1313
+ }
1314
+
1315
+ .ui-module_addRowButton_OnB8h {
1316
+ width: 100%;
1317
+ margin-top: var(--spacing-px);
1318
+ box-sizing: border-box;
1319
+ border-bottom-right-radius: var(--radius-medium);
1320
+ border-bottom-left-radius: var(--radius-medium);
1321
+ }
1322
+
1323
+ .ui-module_addColumnButton_i7qS0 {
1324
+ margin-left: var(--spacing-px);
1325
+ height: 100%;
1326
+ border-top-right-radius: var(--radius-medium);
1327
+ border-bottom-right-radius: var(--radius-medium);
1328
+ }
1329
+
1330
+ /** Dialog */
1331
+
1332
+ .ui-module_dialogOverlay_UNZ-- {
1333
+ position: fixed;
1334
+ inset: 0;
1335
+ animation: ui-module_overlayShow_l5JqT 150ms cubic-bezier(0.16, 1, 0.3, 1);
1336
+ background-color: var(--baseBase);
1337
+ z-index: 51;
1338
+ opacity: 0.5;
1339
+ }
1340
+
1341
+ .ui-module_dialogContent_IRmgH,
1342
+ .ui-module_largeDialogContent_GvvAH {
1343
+ position: fixed;
1344
+ top: 50%;
1345
+ left: 50%;
1346
+ transform: translate(-50%, -50%);
1347
+ animation: ui-module_contentShow_1UlWE 150ms cubic-bezier(0.16, 1, 0.3, 1);
1348
+ z-index: 52;
1349
+ }
1350
+
1351
+ .ui-module_dialogContent_IRmgH:focus,
1352
+ .ui-module_largeDialogContent_GvvAH:focus {
1353
+ outline: none;
1354
+ }
1355
+
1356
+ @keyframes ui-module_overlayShow_l5JqT {
1357
+ from {
1358
+ opacity: 0;
1359
+ }
1360
+
1361
+ to {
1362
+ opacity: 0.5;
1363
+ }
1364
+ }
1365
+
1366
+ @keyframes ui-module_contentShow_1UlWE {
1367
+ from {
1368
+ opacity: 0;
1369
+ transform: translate(-50%, -48%) scale(0.96);
1370
+ }
1371
+
1372
+ to {
1373
+ opacity: 1;
1374
+ transform: translate(-50%, -50%) scale(1);
1375
+ }
1376
+ }
1377
+
1378
+ .ui-module_focusedImage_-XGsD {
1379
+ outline: highlight solid 2px;
1380
+ }
1381
+
1382
+ .ui-module_imageWrapper_asuzE {
1383
+ display: inline-block;
1384
+ position: relative;
1385
+ }
1386
+
1387
+ .ui-module_imageWrapper_asuzE[draggable='true'] {
1388
+ cursor: move;
1389
+ /* fallback if grab cursor is unsupported */
1390
+ cursor: grab;
1391
+ cursor: -moz-grab;
1392
+ cursor: -webkit-grab;
1393
+ }
1394
+
1395
+ .ui-module_editImageToolbar_kLkPH {
1396
+ position: absolute;
1397
+ right: 0;
1398
+ top: 0;
1399
+ display: flex;
1400
+ gap: var(--spacing-1);
1401
+ padding: var(--spacing-1);
1402
+ z-index: 1;
1403
+ background-color: var(--baseBase);
1404
+ border-bottom-left-radius: var(--radius-base);
1405
+ }
1406
+
1407
+ .ui-module_editImageButton_HwGdI {
1408
+ & svg {
1409
+ display: block;
1410
+ }
1411
+ }
1412
+
1413
+ .ui-module_inlineEditor_chmlT {
1414
+ display: inline-flex;
1415
+ border-radius: var(--radius-medium);
1416
+ padding: var(--spacing-1);
1417
+ gap: var(--spacing-2);
1418
+ align-items: center;
1419
+ background: var(--baseBg);
1420
+ }
1421
+
1422
+ .ui-module_blockEditor_hqEug {
1423
+ display: flex;
1424
+ justify-content: stretch;
1425
+ border-radius: var(--radius-medium);
1426
+ padding: var(--spacing-2);
1427
+ gap: var(--spacing-2);
1428
+ align-items: center;
1429
+ background: var(--baseBg);
1430
+
1431
+ & .ui-module_nestedEditor_SnebQ {
1432
+ flex-grow: 1;
1433
+ }
1434
+ }
1435
+
1436
+ .ui-module_nestedEditor_SnebQ {
1437
+ background: var(--basePageBg);
1438
+ padding: var(--spacing-1) var(--spacing-2);
1439
+ border-radius: var(--radius-medium);
1440
+
1441
+ & > p {
1442
+ margin: 0;
1443
+ }
1444
+
1445
+ &:focus {
1446
+ outline: none;
1447
+ }
1448
+ }
1449
+
1450
+ .ui-module_genericComponentName_7NrVP {
1451
+ font-size: var(--text-sm);
1452
+ color: var(--baseText);
1453
+ padding-right: var(--spacing-2);
1454
+ }
1455
+
1456
+ .ui-module_diffSourceToggleWrapper_OKN4p {
1457
+ margin-left: auto;
1458
+ pointer-events: auto;
1459
+ opacity: 1;
1460
+ position: sticky;
1461
+ right: 0;
1462
+ }
1463
+
1464
+ .ui-module_ggDiffSourceToggle_kEzrx {
1465
+ }
1466
+
1467
+ .ui-module_diffSourceToggle_b80Me {
1468
+ border-radius: var(--radius-medium);
1469
+ background-color: var(--baseBase);
1470
+ display: flex;
1471
+
1472
+ .ui-module_toolbarToggleItem_2BQQ2 {
1473
+ padding: 0;
1474
+
1475
+ & > span {
1476
+ display: block;
1477
+ padding: var(--spacing-1) var(--spacing-1);
1478
+ }
1479
+ }
1480
+ }
1481
+
1482
+ .ui-module_selectWithLabel_ghMtH {
1483
+ display: flex;
1484
+ align-items: center;
1485
+ gap: var(--spacing-2);
1486
+ margin-left: var(--spacing-2);
1487
+
1488
+ & > label {
1489
+ font-size: var(--text-sm);
1490
+ }
1491
+
1492
+ .ui-module_selectTrigger_QvY-l {
1493
+ border: 1px solid var(--baseBorder);
1494
+ }
1495
+ }
1496
+
1497
+ .ui-module_toolbarTitleMode_m5TQr {
1498
+ font-size: var(--text-sm);
1499
+ margin-left: var(--spacing-2);
1500
+ }
1501
+
1502
+ .ui-module_imageControlWrapperResizing_CaK3A {
1503
+ touch-action: none;
1504
+ }
1505
+
1506
+ .ui-module_imageResizer_kLRMX {
1507
+ display: block;
1508
+ width: 7px;
1509
+ height: 7px;
1510
+ position: absolute;
1511
+ background-color: var(--accentText);
1512
+ border: 1px solid var(--baseBg);
1513
+ }
1514
+
1515
+ .ui-module_imageResizer_kLRMX.ui-module_imageResizerN_EbaZ- {
1516
+ top: -6px;
1517
+ left: 48%;
1518
+ cursor: n-resize;
1519
+ }
1520
+
1521
+ .ui-module_imageResizer_kLRMX.ui-module_imageResizerNe_omQKd {
1522
+ top: -6px;
1523
+ right: -6px;
1524
+ cursor: ne-resize;
1525
+ }
1526
+
1527
+ .ui-module_imageResizer_kLRMX.ui-module_imageResizerE_PbuNB {
1528
+ bottom: 48%;
1529
+ right: -6px;
1530
+ cursor: e-resize;
1531
+ }
1532
+
1533
+ .ui-module_imageResizer_kLRMX.ui-module_imageResizerSe_3JFP9 {
1534
+ bottom: -2px;
1535
+ right: -6px;
1536
+ cursor: nwse-resize;
1537
+ }
1538
+
1539
+ .ui-module_imageResizer_kLRMX.ui-module_imageResizerS_jL4ed {
1540
+ bottom: -2px;
1541
+ left: 48%;
1542
+ cursor: s-resize;
1543
+ }
1544
+
1545
+ .ui-module_imageResizer_kLRMX.ui-module_imageResizerSw_Ylpu9 {
1546
+ bottom: -2px;
1547
+ left: -6px;
1548
+ cursor: sw-resize;
1549
+ }
1550
+
1551
+ .ui-module_imageResizer_kLRMX.ui-module_imageResizerW_Qq-qg {
1552
+ bottom: 48%;
1553
+ left: -6px;
1554
+ cursor: w-resize;
1555
+ }
1556
+
1557
+ .ui-module_imageResizer_kLRMX.ui-module_imageResizerNw_DsHzu {
1558
+ top: -6px;
1559
+ left: -6px;
1560
+ cursor: nw-resize;
1561
+ }
1562
+
1563
+ .ui-module_imagePlaceholder_334Il {
1564
+ border: 2px dashed;
1565
+ padding: 48px;
1566
+ margin: 12px;
1567
+ width: fit-content;
1568
+ height: fit-content;
1569
+ }
1570
+
1571
+ .ui-module_imageDimensionsContainer_Z1mie {
1572
+ display: flex;
1573
+ gap: var(--spacing-4);
1574
+ }
1575
+
1576
+ .ui-module_placeholder_SFgVt {
1577
+ color: var(--baseSolid);
1578
+ overflow: hidden;
1579
+ position: absolute;
1580
+ top: 0;
1581
+ padding: var(--spacing-3);
1582
+ text-overflow: ellipsis;
1583
+ user-select: none;
1584
+ white-space: nowrap;
1585
+ display: inline-block;
1586
+ pointer-events: none;
1587
+ }
1588
+
1589
+ .ui-module_rootContentEditableWrapper_dJxz1 {
1590
+ position: relative;
1591
+ }
1592
+
1593
+ .ui-module_downshiftContainer_DQwPw {
1594
+ display: flex;
1595
+ flex-direction: column;
1596
+ align-items: stretch;
1597
+ }
1598
+
1599
+ .ui-module_downshiftInputWrapper_nTVWG {
1600
+ display: flex;
1601
+ align-items: center;
1602
+ background-color: var(--baseBase);
1603
+
1604
+ border-radius: var(--radius-base);
1605
+ border: 1px solid var(--baseBorder);
1606
+
1607
+ &[data-visible-dropdown='true'] {
1608
+ border-bottom-left-radius: var(--radius-none);
1609
+ border-bottom-right-radius: var(--radius-none);
1610
+ border-bottom-width: 0;
1611
+ }
1612
+
1613
+ & > button {
1614
+ border: 0;
1615
+ background-color: transparent;
1616
+ font-size: inherit;
1617
+ appearance: none;
1618
+ all: unset;
1619
+ box-sizing: border-box;
1620
+ cursor: default;
1621
+ padding-right: var(--spacing-2);
1622
+ }
1623
+ }
1624
+
1625
+ .ui-module_downshiftInput_gwUym {
1626
+ border: 0;
1627
+ background-color: transparent;
1628
+ font-size: inherit;
1629
+ appearance: none;
1630
+ all: unset;
1631
+ box-sizing: border-box;
1632
+ cursor: default;
1633
+ width: 20rem;
1634
+ padding: var(--spacing-2) var(--spacing-3);
1635
+ font-size: var(--text-sm);
1636
+
1637
+ &::placeholder {
1638
+ color: var(--baseBorder);
1639
+ }
1640
+ }
1641
+
1642
+ .ui-module_downshiftAutocompleteContainer_4py0Z {
1643
+ position: relative;
1644
+
1645
+ & ul {
1646
+ all: unset;
1647
+ box-sizing: border-box;
1648
+ position: absolute;
1649
+ font-size: var(--text-sm);
1650
+ width: 100%;
1651
+ display: none;
1652
+ border-bottom-left-radius: var(--radius-medium);
1653
+ border-bottom-right-radius: var(--radius-medium);
1654
+ max-height: var(--spacing-48);
1655
+ overflow-x: hidden;
1656
+ overflow-y: auto;
1657
+ border: 1px solid var(--baseBorder);
1658
+ border-top-width: 0;
1659
+ background-color: var(--baseBase);
1660
+
1661
+ &[data-visible='true'] {
1662
+ display: block;
1663
+ }
1664
+
1665
+ & li {
1666
+ padding: var(--spacing-2) var(--spacing-3);
1667
+ white-space: nowrap;
1668
+ margin-bottom: var(--spacing-1);
1669
+ overflow-x: hidden;
1670
+ text-overflow: ellipsis;
1671
+
1672
+ &[data-selected='true'] {
1673
+ background-color: var(--baseBgSubtle);
1674
+ }
1675
+
1676
+ &[data-highlighted='true'] {
1677
+ background-color: var(--baseBgHover);
1678
+ }
1679
+
1680
+ &:last-of-type {
1681
+ border-bottom-left-radius: var(--radius-medium);
1682
+ border-bottom-right-radius: var(--radius-medium);
1683
+ }
1684
+ }
1685
+ }
1686
+ }
1687
+
1688
+ .ui-module_textInput_WkP9R {
1689
+ all: unset;
1690
+ border-radius: var(--radius-base);
1691
+ border: 1px solid var(--baseBorder);
1692
+ background-color: var(--baseBase);
1693
+ padding: var(--spacing-2) var(--spacing-3);
1694
+ }
1695
+
1696
+ form.ui-module_multiFieldForm_81Blh {
1697
+ display: flex;
1698
+ flex-direction: column;
1699
+ padding: var(--spacing-2);
1700
+ gap: var(--spacing-2);
1701
+
1702
+ .ui-module_formField_YL3zT {
1703
+ display: flex;
1704
+ flex-direction: column;
1705
+ gap: var(--spacing-2);
1706
+
1707
+ & label {
1708
+ font-size: var(--text-xs);
1709
+ }
1710
+ }
1711
+ }
1712
+
1713
+ .ui-module_markdownParseError_24XbG {
1714
+ border-radius: var(--radius-base);
1715
+ border: 1px solid var(--error-color);
1716
+ padding: var(--spacing-2);
1717
+ margin-block: var(--spacing-2);
1718
+ color: var(--error-color);
1719
+ font-size: var(--text-xs);
1720
+ }
1721
+
1722
+ .ui-module_popupContainer_c-ODE {
1723
+ position: relative;
1724
+ z-index: 2;
1725
+ }
1726
+
1727
+ .ui-module_inputSizer_XK71G {
1728
+ display: inline-grid;
1729
+ vertical-align: baseline;
1730
+ align-items: center;
1731
+ position: relative;
1732
+
1733
+ &::after,
1734
+ & input {
1735
+ width: auto;
1736
+ min-width: 1rem;
1737
+ grid-area: 1 / 2;
1738
+ font: inherit;
1739
+ margin: 0;
1740
+ padding: 0 2px;
1741
+ resize: none;
1742
+ background: none;
1743
+ appearance: none;
1744
+ border: none;
1745
+ color: inherit;
1746
+ }
1747
+
1748
+ span {
1749
+ padding: 0.25em;
1750
+ }
1751
+
1752
+ &::after {
1753
+ content: attr(data-value);
1754
+ white-space: pre-wrap;
1755
+ }
1756
+ }
1757
+ :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {
1758
+ --blue-1: #fbfdff;
1759
+ --blue-2: #f4faff;
1760
+ --blue-3: #e6f4fe;
1761
+ --blue-4: #d5efff;
1762
+ --blue-5: #c2e5ff;
1763
+ --blue-6: #acd8fc;
1764
+ --blue-7: #8ec8f6;
1765
+ --blue-8: #5eb1ef;
1766
+ --blue-9: #0090ff;
1767
+ --blue-10: #0588f0;
1768
+ --blue-11: #0d74ce;
1769
+ --blue-12: #113264;
1770
+ }
1771
+
1772
+ @supports (color: color(display-p3 1 1 1)) {
1773
+ @media (color-gamut: p3) {
1774
+ :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {
1775
+ --blue-1: color(display-p3 0.986 0.992 0.999);
1776
+ --blue-2: color(display-p3 0.96 0.979 0.998);
1777
+ --blue-3: color(display-p3 0.912 0.956 0.991);
1778
+ --blue-4: color(display-p3 0.853 0.932 1);
1779
+ --blue-5: color(display-p3 0.788 0.894 0.998);
1780
+ --blue-6: color(display-p3 0.709 0.843 0.976);
1781
+ --blue-7: color(display-p3 0.606 0.777 0.947);
1782
+ --blue-8: color(display-p3 0.451 0.688 0.917);
1783
+ --blue-9: color(display-p3 0.247 0.556 0.969);
1784
+ --blue-10: color(display-p3 0.234 0.523 0.912);
1785
+ --blue-11: color(display-p3 0.15 0.44 0.84);
1786
+ --blue-12: color(display-p3 0.102 0.193 0.379);
1787
+ }
1788
+ }
1789
+ }
1790
+
1791
+ .lexical-theme-module_dark_ALXQz, .lexical-theme-module_dark-theme_ZjZQK {
1792
+ --blue-1: #0d1520;
1793
+ --blue-2: #111927;
1794
+ --blue-3: #0d2847;
1795
+ --blue-4: #003362;
1796
+ --blue-5: #004074;
1797
+ --blue-6: #104d87;
1798
+ --blue-7: #205d9e;
1799
+ --blue-8: #2870bd;
1800
+ --blue-9: #0090ff;
1801
+ --blue-10: #3b9eff;
1802
+ --blue-11: #70b8ff;
1803
+ --blue-12: #c2e6ff;
1804
+ }
1805
+
1806
+ @supports (color: color(display-p3 1 1 1)) {
1807
+ @media (color-gamut: p3) {
1808
+ .lexical-theme-module_dark_ALXQz, .lexical-theme-module_dark-theme_ZjZQK {
1809
+ --blue-1: color(display-p3 0.057 0.081 0.122);
1810
+ --blue-2: color(display-p3 0.072 0.098 0.147);
1811
+ --blue-3: color(display-p3 0.078 0.154 0.27);
1812
+ --blue-4: color(display-p3 0.033 0.197 0.37);
1813
+ --blue-5: color(display-p3 0.08 0.245 0.441);
1814
+ --blue-6: color(display-p3 0.14 0.298 0.511);
1815
+ --blue-7: color(display-p3 0.195 0.361 0.6);
1816
+ --blue-8: color(display-p3 0.239 0.434 0.72);
1817
+ --blue-9: color(display-p3 0.247 0.556 0.969);
1818
+ --blue-10: color(display-p3 0.344 0.612 0.973);
1819
+ --blue-11: color(display-p3 0.49 0.72 1);
1820
+ --blue-12: color(display-p3 0.788 0.898 0.99);
1821
+ }
1822
+ }
1823
+ }
1824
+
1825
+ :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {
1826
+ --slate-1: #fcfcfd;
1827
+ --slate-2: #f9f9fb;
1828
+ --slate-3: #f0f0f3;
1829
+ --slate-4: #e8e8ec;
1830
+ --slate-5: #e0e1e6;
1831
+ --slate-6: #d9d9e0;
1832
+ --slate-7: #cdced6;
1833
+ --slate-8: #b9bbc6;
1834
+ --slate-9: #8b8d98;
1835
+ --slate-10: #80838d;
1836
+ --slate-11: #60646c;
1837
+ --slate-12: #1c2024;
1838
+ }
1839
+
1840
+ @supports (color: color(display-p3 1 1 1)) {
1841
+ @media (color-gamut: p3) {
1842
+ :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {
1843
+ --slate-1: color(display-p3 0.988 0.988 0.992);
1844
+ --slate-2: color(display-p3 0.976 0.976 0.984);
1845
+ --slate-3: color(display-p3 0.94 0.941 0.953);
1846
+ --slate-4: color(display-p3 0.908 0.909 0.925);
1847
+ --slate-5: color(display-p3 0.88 0.881 0.901);
1848
+ --slate-6: color(display-p3 0.85 0.852 0.876);
1849
+ --slate-7: color(display-p3 0.805 0.808 0.838);
1850
+ --slate-8: color(display-p3 0.727 0.733 0.773);
1851
+ --slate-9: color(display-p3 0.547 0.553 0.592);
1852
+ --slate-10: color(display-p3 0.503 0.512 0.549);
1853
+ --slate-11: color(display-p3 0.379 0.392 0.421);
1854
+ --slate-12: color(display-p3 0.113 0.125 0.14);
1855
+ }
1856
+ }
1857
+ }
1858
+
1859
+ .lexical-theme-module_dark_ALXQz, .lexical-theme-module_dark-theme_ZjZQK {
1860
+ --slate-1: #111113;
1861
+ --slate-2: #18191b;
1862
+ --slate-3: #212225;
1863
+ --slate-4: #272a2d;
1864
+ --slate-5: #2e3135;
1865
+ --slate-6: #363a3f;
1866
+ --slate-7: #43484e;
1867
+ --slate-8: #5a6169;
1868
+ --slate-9: #696e77;
1869
+ --slate-10: #777b84;
1870
+ --slate-11: #b0b4ba;
1871
+ --slate-12: #edeef0;
1872
+ }
1873
+
1874
+ @supports (color: color(display-p3 1 1 1)) {
1875
+ @media (color-gamut: p3) {
1876
+ .lexical-theme-module_dark_ALXQz, .lexical-theme-module_dark-theme_ZjZQK {
1877
+ --slate-1: color(display-p3 0.067 0.067 0.074);
1878
+ --slate-2: color(display-p3 0.095 0.098 0.105);
1879
+ --slate-3: color(display-p3 0.13 0.135 0.145);
1880
+ --slate-4: color(display-p3 0.156 0.163 0.176);
1881
+ --slate-5: color(display-p3 0.183 0.191 0.206);
1882
+ --slate-6: color(display-p3 0.215 0.226 0.244);
1883
+ --slate-7: color(display-p3 0.265 0.28 0.302);
1884
+ --slate-8: color(display-p3 0.357 0.381 0.409);
1885
+ --slate-9: color(display-p3 0.415 0.431 0.463);
1886
+ --slate-10: color(display-p3 0.469 0.483 0.514);
1887
+ --slate-11: color(display-p3 0.692 0.704 0.728);
1888
+ --slate-12: color(display-p3 0.93 0.933 0.94);
1889
+ }
1890
+ }
1891
+ }
1892
+
1893
+ :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {
1894
+ --grass-1: #fbfefb;
1895
+ --grass-2: #f5fbf5;
1896
+ --grass-3: #e9f6e9;
1897
+ --grass-4: #daf1db;
1898
+ --grass-5: #c9e8ca;
1899
+ --grass-6: #b2ddb5;
1900
+ --grass-7: #94ce9a;
1901
+ --grass-8: #65ba74;
1902
+ --grass-9: #46a758;
1903
+ --grass-10: #3e9b4f;
1904
+ --grass-11: #2a7e3b;
1905
+ --grass-12: #203c25;
1906
+ }
1907
+
1908
+ @supports (color: color(display-p3 1 1 1)) {
1909
+ @media (color-gamut: p3) {
1910
+ :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {
1911
+ --grass-1: color(display-p3 0.986 0.996 0.985);
1912
+ --grass-2: color(display-p3 0.966 0.983 0.964);
1913
+ --grass-3: color(display-p3 0.923 0.965 0.917);
1914
+ --grass-4: color(display-p3 0.872 0.94 0.865);
1915
+ --grass-5: color(display-p3 0.811 0.908 0.802);
1916
+ --grass-6: color(display-p3 0.733 0.864 0.724);
1917
+ --grass-7: color(display-p3 0.628 0.803 0.622);
1918
+ --grass-8: color(display-p3 0.477 0.72 0.482);
1919
+ --grass-9: color(display-p3 0.38 0.647 0.378);
1920
+ --grass-10: color(display-p3 0.344 0.598 0.342);
1921
+ --grass-11: color(display-p3 0.263 0.488 0.261);
1922
+ --grass-12: color(display-p3 0.151 0.233 0.153);
1923
+ }
1924
+ }
1925
+ }
1926
+
1927
+ :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {
1928
+ --cyan-1: #fafdfe;
1929
+ --cyan-2: #f2fafb;
1930
+ --cyan-3: #def7f9;
1931
+ --cyan-4: #caf1f6;
1932
+ --cyan-5: #b5e9f0;
1933
+ --cyan-6: #9ddde7;
1934
+ --cyan-7: #7dcedc;
1935
+ --cyan-8: #3db9cf;
1936
+ --cyan-9: #00a2c7;
1937
+ --cyan-10: #0797b9;
1938
+ --cyan-11: #107d98;
1939
+ --cyan-12: #0d3c48;
1940
+ }
1941
+
1942
+ @supports (color: color(display-p3 1 1 1)) {
1943
+ @media (color-gamut: p3) {
1944
+ :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {
1945
+ --cyan-1: color(display-p3 0.982 0.992 0.996);
1946
+ --cyan-2: color(display-p3 0.955 0.981 0.984);
1947
+ --cyan-3: color(display-p3 0.888 0.965 0.975);
1948
+ --cyan-4: color(display-p3 0.821 0.941 0.959);
1949
+ --cyan-5: color(display-p3 0.751 0.907 0.935);
1950
+ --cyan-6: color(display-p3 0.671 0.862 0.9);
1951
+ --cyan-7: color(display-p3 0.564 0.8 0.854);
1952
+ --cyan-8: color(display-p3 0.388 0.715 0.798);
1953
+ --cyan-9: color(display-p3 0.282 0.627 0.765);
1954
+ --cyan-10: color(display-p3 0.264 0.583 0.71);
1955
+ --cyan-11: color(display-p3 0.08 0.48 0.63);
1956
+ --cyan-12: color(display-p3 0.108 0.232 0.277);
1957
+ }
1958
+ }
1959
+ }
1960
+
1961
+ :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {
1962
+ --amber-1: #fefdfb;
1963
+ --amber-2: #fefbe9;
1964
+ --amber-3: #fff7c2;
1965
+ --amber-4: #ffee9c;
1966
+ --amber-5: #fbe577;
1967
+ --amber-6: #f3d673;
1968
+ --amber-7: #e9c162;
1969
+ --amber-8: #e2a336;
1970
+ --amber-9: #ffc53d;
1971
+ --amber-10: #ffba18;
1972
+ --amber-11: #ab6400;
1973
+ --amber-12: #4f3422;
1974
+ }
1975
+
1976
+ @supports (color: color(display-p3 1 1 1)) {
1977
+ @media (color-gamut: p3) {
1978
+ :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {
1979
+ --amber-1: color(display-p3 0.995 0.992 0.985);
1980
+ --amber-2: color(display-p3 0.994 0.986 0.921);
1981
+ --amber-3: color(display-p3 0.994 0.969 0.782);
1982
+ --amber-4: color(display-p3 0.989 0.937 0.65);
1983
+ --amber-5: color(display-p3 0.97 0.902 0.527);
1984
+ --amber-6: color(display-p3 0.936 0.844 0.506);
1985
+ --amber-7: color(display-p3 0.89 0.762 0.443);
1986
+ --amber-8: color(display-p3 0.85 0.65 0.3);
1987
+ --amber-9: color(display-p3 1 0.77 0.26);
1988
+ --amber-10: color(display-p3 0.959 0.741 0.274);
1989
+ --amber-11: color(display-p3 0.64 0.4 0);
1990
+ --amber-12: color(display-p3 0.294 0.208 0.145);
1991
+ }
1992
+ }
1993
+ }
1994
+
1995
+ :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {
1996
+ --red-1: #fffcfc;
1997
+ --red-2: #fff7f7;
1998
+ --red-3: #feebec;
1999
+ --red-4: #ffdbdc;
2000
+ --red-5: #ffcdce;
2001
+ --red-6: #fdbdbe;
2002
+ --red-7: #f4a9aa;
2003
+ --red-8: #eb8e90;
2004
+ --red-9: #e5484d;
2005
+ --red-10: #dc3e42;
2006
+ --red-11: #ce2c31;
2007
+ --red-12: #641723;
2008
+ }
2009
+
2010
+ @supports (color: color(display-p3 1 1 1)) {
2011
+ @media (color-gamut: p3) {
2012
+ :root, .lexical-theme-module_light_TXmQm, .lexical-theme-module_light-theme_6YE-f {
2013
+ --red-1: color(display-p3 0.998 0.989 0.988);
2014
+ --red-2: color(display-p3 0.995 0.971 0.971);
2015
+ --red-3: color(display-p3 0.985 0.925 0.925);
2016
+ --red-4: color(display-p3 0.999 0.866 0.866);
2017
+ --red-5: color(display-p3 0.984 0.812 0.811);
2018
+ --red-6: color(display-p3 0.955 0.751 0.749);
2019
+ --red-7: color(display-p3 0.915 0.675 0.672);
2020
+ --red-8: color(display-p3 0.872 0.575 0.572);
2021
+ --red-9: color(display-p3 0.83 0.329 0.324);
2022
+ --red-10: color(display-p3 0.798 0.294 0.285);
2023
+ --red-11: color(display-p3 0.744 0.234 0.222);
2024
+ --red-12: color(display-p3 0.36 0.115 0.143);
2025
+ }
2026
+ }
2027
+ }
2028
+
2029
+ .lexical-theme-module_bold_aiWbg {
2030
+ font-weight: bold;
2031
+ }
2032
+
2033
+ .lexical-theme-module_italic_fbxIe {
2034
+ font-style: italic;
2035
+ }
2036
+
2037
+ .lexical-theme-module_underline_Fl7gX {
2038
+ text-decoration: underline;
2039
+ }
2040
+
2041
+ .lexical-theme-module_bold_aiWbg {
2042
+ font-weight: 700;
2043
+ }
2044
+
2045
+ .lexical-theme-module_italic_fbxIe {
2046
+ font-style: italic;
2047
+ }
2048
+
2049
+ .lexical-theme-module_underline_Fl7gX {
2050
+ text-decoration: underline
2051
+ }
2052
+
2053
+ .lexical-theme-module_strikethrough_ZPg1J {
2054
+ text-decoration: line-through
2055
+ }
2056
+
2057
+ .lexical-theme-module_underlineStrikethrough_g359y {
2058
+ text-decoration: underline line-through
2059
+ }
2060
+
2061
+ .lexical-theme-module_subscript_hdZ01 {
2062
+ font-size: .8em;
2063
+ vertical-align: sub !important
2064
+ }
2065
+
2066
+ .lexical-theme-module_superscript_fotk0 {
2067
+ font-size: .8em;
2068
+ vertical-align: super
2069
+ }
2070
+
2071
+ .lexical-theme-module_code_XUTW4 {
2072
+ background-color: var(--baseBg);
2073
+ padding: 1px .25rem;
2074
+ font-family: var(--font-mono);
2075
+ font-size: 94%
2076
+ }
2077
+
2078
+ .lexical-theme-module_nestedListItem_LEP2f {
2079
+ list-style: none;
2080
+ list-style-type: none;
2081
+ }
2082
+
2083
+ .lexical-theme-module_nestedListItem_LEP2f:before,
2084
+ .lexical-theme-module_nestedListItem_LEP2f:after {
2085
+ display: none;
2086
+ }
2087
+
2088
+ .lexical-theme-module_listitem_5mMAE {
2089
+ margin: var(--spacing-2) 0;
2090
+ }
2091
+
2092
+ .lexical-theme-module_listItemChecked_kISPU,
2093
+ .lexical-theme-module_listItemUnchecked_GM3vI {
2094
+ position: relative;
2095
+ margin-left: 0;
2096
+ margin-right: 0;
2097
+ margin-inline-start: -1rem;
2098
+ padding-left: var(--spacing-6);
2099
+ padding-right: var(--spacing-6);
2100
+ list-style-type: none;
2101
+ outline: none;
2102
+ }
2103
+
2104
+ .lexical-theme-module_listItemChecked_kISPU {
2105
+ text-decoration: line-through;
2106
+ }
2107
+
2108
+ .lexical-theme-module_listItemUnchecked_GM3vI:before,
2109
+ .lexical-theme-module_listItemChecked_kISPU:before {
2110
+ content: '';
2111
+ width: var(--spacing-4);
2112
+ height: var(--spacing-4);
2113
+ top: 0;
2114
+ left: 0;
2115
+ cursor: pointer;
2116
+ display: block;
2117
+ background-size: cover;
2118
+ position: absolute;
2119
+ }
2120
+
2121
+ .lexical-theme-module_listItemUnchecked_GM3vI[dir='rtl']:before,
2122
+ .lexical-theme-module_listItemChecked_kISPU[dir='rtl']:before {
2123
+ left: auto;
2124
+ right: 0;
2125
+ }
2126
+
2127
+ .lexical-theme-module_listItemUnchecked_GM3vI:focus:before,
2128
+ .lexical-theme-module_listItemChecked_kISPU:focus:before {
2129
+ box-shadow: 0 0 0 2px var(--accentBgActive);
2130
+ border-radius: var(--radius-small);
2131
+ }
2132
+
2133
+ .lexical-theme-module_listItemUnchecked_GM3vI:before {
2134
+ border: 1px solid var(--baseBorder);
2135
+ border-radius: var(--radius-small);
2136
+ }
2137
+
2138
+ .lexical-theme-module_listItemChecked_kISPU:before {
2139
+ border: 1px solid var(--accentBorder);
2140
+ border-radius: var(--radius-small);
2141
+ background-color: var(--accentSolid);
2142
+ background-repeat: no-repeat;
2143
+ }
2144
+
2145
+ .lexical-theme-module_listItemChecked_kISPU:after {
2146
+ content: '';
2147
+ cursor: pointer;
2148
+ border-color: var(--baseBase);
2149
+ border-style: solid;
2150
+ position: absolute;
2151
+ display: block;
2152
+ top: var(--spacing-0_5);
2153
+ width: var(--spacing-1);
2154
+ left: var(--spacing-1_5);
2155
+ right: var(--spacing-1_5);
2156
+ height: var(--spacing-2);
2157
+ transform: rotate(45deg);
2158
+ border-width: 0 var(--spacing-0_5) var(--spacing-0_5) 0;
2159
+ }
2160
+
2161
+ .lexical-theme-module_nestedListItem_LEP2f {
2162
+ list-style-type: none;
2163
+ }
2164
+
2165
+ .lexical-theme-module_nestedListItem_LEP2f:before,
2166
+ .lexical-theme-module_nestedListItem_LEP2f:after {
2167
+ display: none;
2168
+ }
2169
+
2170
+ .lexical-theme-module_admonitionDanger_odODu,
2171
+ .lexical-theme-module_admonitionInfo_hhpuA,
2172
+ .lexical-theme-module_admonitionNote_ipt6L,
2173
+ .lexical-theme-module_admonitionTip_Nso9F,
2174
+ .lexical-theme-module_admonitionCaution_SoaPW {
2175
+ padding: var(--spacing-2);
2176
+ margin-top: var(--spacing-2);
2177
+ margin-bottom: var(--spacing-2);
2178
+ border-left: 3px solid var(--admonitionBorder);
2179
+ background-color: var(--admonitionBg);
2180
+ }
2181
+
2182
+ .lexical-theme-module_admonitionInfo_hhpuA {
2183
+ --admonitionBorder: var(--admonitionInfoBorder);
2184
+ --admonitionBg: var(--admonitionInfoBg);
2185
+ }
2186
+
2187
+ .lexical-theme-module_admonitionTip_Nso9F {
2188
+ --admonitionBorder: var(--admonitionTipBorder);
2189
+ --admonitionBg: var(--admonitionTipBg);
2190
+ }
2191
+
2192
+ .lexical-theme-module_admonitionCaution_SoaPW {
2193
+ --admonitionBorder: var(--admonitionCautionBorder);
2194
+ --admonitionBg: var(--admonitionCautionBg);
2195
+ }
2196
+
2197
+ .lexical-theme-module_admonitionDanger_odODu {
2198
+ --admonitionBorder: var(--admonitionDangerBorder);
2199
+ --admonitionBg: var(--admonitionDangerBg);
2200
+ }
2201
+
2202
+ .lexical-theme-module_admonitionNote_ipt6L {
2203
+ --admonitionBorder: var(--admonitionNoteBorder);
2204
+ --admonitionBg: var(--admonitionNoteBg);
2205
+ }
2206
+
2207
+ .lexical-theme-module_mdxExpression_uhhzT {
2208
+ font-family: var(--font-mono);
2209
+ font-size: 84%;
2210
+ color: var(--accentText);
2211
+
2212
+ & input:focus-visible {
2213
+ outline: none;
2214
+ }
2215
+ }
2216
+ /* Override Tailwind's preflight heading resets for MDX editor */
2217
+ .mdx-editor-wrapper h1 {
2218
+ font-size: 2em;
2219
+ font-weight: 700;
2220
+ margin-top: 0.67em;
2221
+ margin-bottom: 0.67em;
2222
+ }
2223
+
2224
+ .mdx-editor-wrapper h2 {
2225
+ font-size: 1.5em;
2226
+ font-weight: 700;
2227
+ margin-top: 0.83em;
2228
+ margin-bottom: 0.83em;
2229
+ }
2230
+
2231
+ .mdx-editor-wrapper h3 {
2232
+ font-size: 1.17em;
2233
+ font-weight: 700;
2234
+ margin-top: 1em;
2235
+ margin-bottom: 1em;
2236
+ }
2237
+
2238
+ .mdx-editor-wrapper h4 {
2239
+ font-size: 1em;
2240
+ font-weight: 700;
2241
+ margin-top: 1.33em;
2242
+ margin-bottom: 1.33em;
2243
+ }
2244
+
2245
+ .mdx-editor-wrapper h5 {
2246
+ font-size: 0.83em;
2247
+ font-weight: 700;
2248
+ margin-top: 1.67em;
2249
+ margin-bottom: 1.67em;
2250
+ }
2251
+
2252
+ .mdx-editor-wrapper h6 {
2253
+ font-size: 0.67em;
2254
+ font-weight: 700;
2255
+ margin-top: 2.33em;
2256
+ margin-bottom: 2.33em;
2257
+ }
2258
+
2259
+ /* Restore other common element styles that Tailwind resets */
2260
+ .mdx-editor-wrapper p {
2261
+ margin-top: 1em;
2262
+ margin-bottom: 1em;
2263
+ }
2264
+
2265
+ .mdx-editor-wrapper ul,
2266
+ .mdx-editor-wrapper ol {
2267
+ margin-top: 1em;
2268
+ margin-bottom: 1em;
2269
+ padding-left: 2em;
2270
+ }
2271
+
2272
+ .mdx-editor-wrapper ul {
2273
+ list-style-type: disc;
2274
+ }
2275
+
2276
+ .mdx-editor-wrapper ol {
2277
+ list-style-type: decimal;
2278
+ }
2279
+
2280
+ .mdx-editor-wrapper li {
2281
+ display: list-item;
2282
+ }
2283
+
2284
+ .mdx-editor-wrapper blockquote {
2285
+ margin-top: 1em;
2286
+ margin-bottom: 1em;
2287
+ margin-left: 2em;
2288
+ margin-right: 2em;
2289
+ }
2290
+
2291
+ .mdx-editor-wrapper pre {
2292
+ margin-top: 1em;
2293
+ margin-bottom: 1em;
2294
+ }
2295
+
2296
+ .mdx-editor-wrapper strong,
2297
+ .mdx-editor-wrapper b {
2298
+ font-weight: 700;
2299
+ }
2300
+
2301
+ .mdx-editor-wrapper em,
2302
+ .mdx-editor-wrapper i {
2303
+ font-style: italic;
2304
+ }
2305
+
2306
+ .mdx-editor-wrapper code {
2307
+ font-family: monospace;
2308
+ }
2309
+
2310
+ .mdx-editor-wrapper hr {
2311
+ margin-top: 1em;
2312
+ margin-bottom: 1em;
2313
+ border-top: 1px solid;
2314
+ }
2315
+ /* Define dark colors directly without requiring .dark scope */
2316
+ .dark-editor.mdxeditor {
2317
+ /* Tomato dark colors */
2318
+ --tomato-1: #181111;
2319
+ --tomato-2: #1f1513;
2320
+ --tomato-3: #391714;
2321
+ --tomato-4: #4e1511;
2322
+ --tomato-5: #5e1c16;
2323
+ --tomato-6: #6e2920;
2324
+ --tomato-7: #853a2d;
2325
+ --tomato-8: #ac4d39;
2326
+ --tomato-9: #e54d2e;
2327
+ --tomato-10: #ec6142;
2328
+ --tomato-11: #ff9592;
2329
+ --tomato-12: #fbd3cb;
2330
+
2331
+ /* Mauve dark colors */
2332
+ --mauve-1: #121113;
2333
+ --mauve-2: #1a191b;
2334
+ --mauve-3: #232225;
2335
+ --mauve-4: #2b292d;
2336
+ --mauve-5: #323035;
2337
+ --mauve-6: #3c393f;
2338
+ --mauve-7: #49474e;
2339
+ --mauve-8: #625f69;
2340
+ --mauve-9: #6f6d78;
2341
+ --mauve-10: #7c7a85;
2342
+ --mauve-11: #b5b2bc;
2343
+ --mauve-12: #eeeef0;
2344
+
2345
+ /* MDXEditor theme variables */
2346
+ --accentBase: var(--tomato-1);
2347
+ --accentBgSubtle: var(--tomato-2);
2348
+ --accentBg: var(--tomato-3);
2349
+ --accentBgHover: var(--tomato-4);
2350
+ --accentBgActive: var(--tomato-5);
2351
+ --accentLine: var(--tomato-6);
2352
+ --accentBorder: var(--tomato-7);
2353
+ --accentBorderHover: var(--tomato-8);
2354
+ --accentSolid: var(--tomato-9);
2355
+ --accentSolidHover: var(--tomato-10);
2356
+ --accentText: var(--tomato-11);
2357
+ --accentTextContrast: var(--tomato-12);
2358
+
2359
+ --baseBase: var(--mauve-1);
2360
+ --baseBgSubtle: var(--mauve-2);
2361
+ --baseBg: var(--mauve-3);
2362
+ --baseBgHover: var(--mauve-4);
2363
+ --baseBgActive: var(--mauve-5);
2364
+ --baseLine: var(--mauve-6);
2365
+ --baseBorder: var(--mauve-7);
2366
+ --baseBorderHover: var(--mauve-8);
2367
+ --baseSolid: var(--mauve-9);
2368
+ --baseSolidHover: var(--mauve-10);
2369
+ --baseText: var(--mauve-11);
2370
+ --baseTextContrast: var(--mauve-12);
2371
+
2372
+ --admonitionTipBg: #003848;
2373
+ --admonitionTipBorder: #12718e;
2374
+
2375
+ --admonitionInfoBg: #0e3b2d;
2376
+ --admonitionInfoBorder: #23825c;
2377
+
2378
+ --admonitionCautionBg: #3f2200;
2379
+ --admonitionCautionBorder: #a15a2b;
2380
+
2381
+ --admonitionDangerBg: #3d1111;
2382
+ --admonitionDangerBorder: #cd3d3d;
2383
+
2384
+ --admonitionNoteBg: var(--mauve-4);
2385
+ --admonitionNoteBorder: var(--mauve-8);
2386
+
2387
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
2388
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
2389
+
2390
+ color: var(--baseTextContrast);
2391
+ --basePageBg: var(--mauve-1);
2392
+ background: var(--basePageBg);
2393
+ }
2394
+
2395
+ /* Ensure proper text colors in dark mode */
2396
+ .dark-editor.mdxeditor .contentEditable {
2397
+ color: var(--baseTextContrast);
2398
+ }
2399
+
2400
+ .dark-editor.mdxeditor h1,
2401
+ .dark-editor.mdxeditor h2,
2402
+ .dark-editor.mdxeditor h3,
2403
+ .dark-editor.mdxeditor h4,
2404
+ .dark-editor.mdxeditor h5,
2405
+ .dark-editor.mdxeditor h6 {
2406
+ color: var(--baseTextContrast);
2407
+ }
2408
+
2409
+ .dark-editor.mdxeditor p,
2410
+ .dark-editor.mdxeditor li {
2411
+ color: var(--baseTextContrast);
2412
+ }`));
7
2413
  document.head.appendChild(elementStyle);
8
2414
  }
9
2415
  } catch (e) {
10
2416
  console.error("vite-plugin-css-injected-by-js", e);
11
2417
  }
12
2418
  })();
13
- import { G, H, J, K, M, O, z, A, x, y, B, F, w, D } from "./index-Dtjdy7IW.js";
2419
+ import { G, H, J, K, M, O, z, A, x, y, B, F, w, D } from "./index-BqlTIhAc.js";
14
2420
  export {
15
2421
  G as FileEditorPanel,
16
2422
  H as FileEditorPanelPreview,