@hanzo/docs 16.2.6

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 (385) hide show
  1. package/.turbo/turbo-build.log +249 -0
  2. package/CHANGELOG.md +12 -0
  3. package/LICENSE +21 -0
  4. package/dist/cli/build.d.ts +117 -0
  5. package/dist/cli/build.js +2 -0
  6. package/dist/content-collections/index.d.ts +1 -0
  7. package/dist/content-collections/index.js +2 -0
  8. package/dist/core/breadcrumb.d.ts +1 -0
  9. package/dist/core/breadcrumb.js +2 -0
  10. package/dist/core/content/github.d.ts +1 -0
  11. package/dist/core/content/github.js +2 -0
  12. package/dist/core/content/index.d.ts +1 -0
  13. package/dist/core/content/index.js +2 -0
  14. package/dist/core/content/toc.d.ts +1 -0
  15. package/dist/core/content/toc.js +2 -0
  16. package/dist/core/dynamic-link.d.ts +1 -0
  17. package/dist/core/dynamic-link.js +2 -0
  18. package/dist/core/framework/index.d.ts +1 -0
  19. package/dist/core/framework/index.js +2 -0
  20. package/dist/core/framework/next.d.ts +1 -0
  21. package/dist/core/framework/next.js +2 -0
  22. package/dist/core/framework/react-router.d.ts +1 -0
  23. package/dist/core/framework/react-router.js +2 -0
  24. package/dist/core/framework/tanstack.d.ts +1 -0
  25. package/dist/core/framework/tanstack.js +2 -0
  26. package/dist/core/framework/waku.d.ts +1 -0
  27. package/dist/core/framework/waku.js +2 -0
  28. package/dist/core/highlight/client.d.ts +1 -0
  29. package/dist/core/highlight/client.js +2 -0
  30. package/dist/core/highlight/index.d.ts +1 -0
  31. package/dist/core/highlight/index.js +2 -0
  32. package/dist/core/i18n/index.d.ts +1 -0
  33. package/dist/core/i18n/index.js +2 -0
  34. package/dist/core/i18n/middleware.d.ts +1 -0
  35. package/dist/core/i18n/middleware.js +2 -0
  36. package/dist/core/link.d.ts +2 -0
  37. package/dist/core/link.js +6 -0
  38. package/dist/core/mdx-plugins/codeblock-utils.d.ts +1 -0
  39. package/dist/core/mdx-plugins/codeblock-utils.js +2 -0
  40. package/dist/core/mdx-plugins/index.d.ts +1 -0
  41. package/dist/core/mdx-plugins/index.js +2 -0
  42. package/dist/core/mdx-plugins/rehype-code.d.ts +1 -0
  43. package/dist/core/mdx-plugins/rehype-code.js +2 -0
  44. package/dist/core/mdx-plugins/remark-gfm.d.ts +1 -0
  45. package/dist/core/mdx-plugins/remark-gfm.js +2 -0
  46. package/dist/core/mdx-plugins/remark-steps.d.ts +1 -0
  47. package/dist/core/mdx-plugins/remark-steps.js +2 -0
  48. package/dist/core/mdx-plugins/remark-structure.d.ts +1 -0
  49. package/dist/core/mdx-plugins/remark-structure.js +2 -0
  50. package/dist/core/negotiation.d.ts +1 -0
  51. package/dist/core/negotiation.js +2 -0
  52. package/dist/core/page-tree.d.ts +1 -0
  53. package/dist/core/page-tree.js +2 -0
  54. package/dist/core/search/algolia.d.ts +1 -0
  55. package/dist/core/search/algolia.js +2 -0
  56. package/dist/core/search/client.d.ts +1 -0
  57. package/dist/core/search/client.js +2 -0
  58. package/dist/core/search/index.d.ts +1 -0
  59. package/dist/core/search/index.js +2 -0
  60. package/dist/core/search/orama-cloud.d.ts +1 -0
  61. package/dist/core/search/orama-cloud.js +2 -0
  62. package/dist/core/search/server.d.ts +1 -0
  63. package/dist/core/search/server.js +2 -0
  64. package/dist/core/source/client.d.ts +1 -0
  65. package/dist/core/source/client.js +2 -0
  66. package/dist/core/source/index.d.ts +1 -0
  67. package/dist/core/source/index.js +2 -0
  68. package/dist/core/source/lucide-icons.d.ts +1 -0
  69. package/dist/core/source/lucide-icons.js +2 -0
  70. package/dist/core/source/schema.d.ts +1 -0
  71. package/dist/core/source/schema.js +2 -0
  72. package/dist/core/toc.d.ts +1 -0
  73. package/dist/core/toc.js +2 -0
  74. package/dist/docgen/index.d.ts +1 -0
  75. package/dist/docgen/index.js +2 -0
  76. package/dist/docgen/remark-ts2js.d.ts +1 -0
  77. package/dist/docgen/remark-ts2js.js +2 -0
  78. package/dist/mdx/bun.d.ts +1 -0
  79. package/dist/mdx/bun.js +2 -0
  80. package/dist/mdx/config.d.ts +1 -0
  81. package/dist/mdx/config.js +2 -0
  82. package/dist/mdx/index.d.ts +1 -0
  83. package/dist/mdx/index.js +2 -0
  84. package/dist/mdx/next.d.ts +1 -0
  85. package/dist/mdx/next.js +2 -0
  86. package/dist/mdx/plugins/index-file.d.ts +1 -0
  87. package/dist/mdx/plugins/index-file.js +2 -0
  88. package/dist/mdx/plugins/json-schema.d.ts +2 -0
  89. package/dist/mdx/plugins/json-schema.js +6 -0
  90. package/dist/mdx/plugins/last-modified.d.ts +2 -0
  91. package/dist/mdx/plugins/last-modified.js +6 -0
  92. package/dist/mdx/runtime/browser.d.ts +1 -0
  93. package/dist/mdx/runtime/browser.js +2 -0
  94. package/dist/mdx/runtime/dynamic.d.ts +1 -0
  95. package/dist/mdx/runtime/dynamic.js +2 -0
  96. package/dist/mdx/runtime/server.d.ts +1 -0
  97. package/dist/mdx/runtime/server.js +2 -0
  98. package/dist/mdx/runtime/types.d.ts +1 -0
  99. package/dist/mdx/runtime/types.js +2 -0
  100. package/dist/mdx/vite.d.ts +2 -0
  101. package/dist/mdx/vite.js +6 -0
  102. package/dist/mdx-remote/client.d.ts +1 -0
  103. package/dist/mdx-remote/client.js +2 -0
  104. package/dist/mdx-remote/index.d.ts +1 -0
  105. package/dist/mdx-remote/index.js +2 -0
  106. package/dist/obsidian/index.d.ts +1 -0
  107. package/dist/obsidian/index.js +2 -0
  108. package/dist/obsidian/mdx.d.ts +1 -0
  109. package/dist/obsidian/mdx.js +2 -0
  110. package/dist/obsidian/ui.d.ts +1 -0
  111. package/dist/obsidian/ui.js +2 -0
  112. package/dist/openapi/css/preset.css +1 -0
  113. package/dist/openapi/index.d.ts +1 -0
  114. package/dist/openapi/index.js +2 -0
  115. package/dist/openapi/server.d.ts +1 -0
  116. package/dist/openapi/server.js +2 -0
  117. package/dist/openapi/ui.d.ts +1 -0
  118. package/dist/openapi/ui.js +2 -0
  119. package/dist/press/index.d.ts +1 -0
  120. package/dist/press/index.js +2 -0
  121. package/dist/press/vite.d.ts +1 -0
  122. package/dist/press/vite.js +2 -0
  123. package/dist/python/components.d.ts +1 -0
  124. package/dist/python/components.js +2 -0
  125. package/dist/python/index.d.ts +1 -0
  126. package/dist/python/index.js +2 -0
  127. package/dist/twoslash/cache-fs.d.ts +1 -0
  128. package/dist/twoslash/cache-fs.js +2 -0
  129. package/dist/twoslash/index.d.ts +1 -0
  130. package/dist/twoslash/index.js +2 -0
  131. package/dist/twoslash/twoslash.css +225 -0
  132. package/dist/twoslash/ui.d.ts +1 -0
  133. package/dist/twoslash/ui.js +2 -0
  134. package/dist/typescript/index.d.ts +1 -0
  135. package/dist/typescript/index.js +2 -0
  136. package/dist/typescript/ui.d.ts +1 -0
  137. package/dist/typescript/ui.js +2 -0
  138. package/dist/ui/components/accordion.d.ts +1 -0
  139. package/dist/ui/components/accordion.js +2 -0
  140. package/dist/ui/components/banner.d.ts +1 -0
  141. package/dist/ui/components/banner.js +2 -0
  142. package/dist/ui/components/callout.d.ts +1 -0
  143. package/dist/ui/components/callout.js +2 -0
  144. package/dist/ui/components/card.d.ts +1 -0
  145. package/dist/ui/components/card.js +2 -0
  146. package/dist/ui/components/codeblock.d.ts +1 -0
  147. package/dist/ui/components/codeblock.js +2 -0
  148. package/dist/ui/components/dialog/search-algolia.d.ts +1 -0
  149. package/dist/ui/components/dialog/search-algolia.js +2 -0
  150. package/dist/ui/components/dialog/search-default.d.ts +1 -0
  151. package/dist/ui/components/dialog/search-default.js +2 -0
  152. package/dist/ui/components/dialog/search-orama.d.ts +1 -0
  153. package/dist/ui/components/dialog/search-orama.js +2 -0
  154. package/dist/ui/components/dialog/search.d.ts +1 -0
  155. package/dist/ui/components/dialog/search.js +2 -0
  156. package/dist/ui/components/dynamic-codeblock.d.ts +1 -0
  157. package/dist/ui/components/dynamic-codeblock.js +2 -0
  158. package/dist/ui/components/files.d.ts +1 -0
  159. package/dist/ui/components/files.js +2 -0
  160. package/dist/ui/components/github-info.d.ts +1 -0
  161. package/dist/ui/components/github-info.js +2 -0
  162. package/dist/ui/components/heading.d.ts +1 -0
  163. package/dist/ui/components/heading.js +2 -0
  164. package/dist/ui/components/image-zoom.d.ts +1 -0
  165. package/dist/ui/components/image-zoom.js +2 -0
  166. package/dist/ui/components/inline-toc.d.ts +1 -0
  167. package/dist/ui/components/inline-toc.js +2 -0
  168. package/dist/ui/components/sidebar/base.d.ts +1 -0
  169. package/dist/ui/components/sidebar/base.js +2 -0
  170. package/dist/ui/components/sidebar/link-item.d.ts +1 -0
  171. package/dist/ui/components/sidebar/link-item.js +2 -0
  172. package/dist/ui/components/sidebar/page-tree.d.ts +1 -0
  173. package/dist/ui/components/sidebar/page-tree.js +2 -0
  174. package/dist/ui/components/steps.d.ts +1 -0
  175. package/dist/ui/components/steps.js +2 -0
  176. package/dist/ui/components/tabs.d.ts +1 -0
  177. package/dist/ui/components/tabs.js +2 -0
  178. package/dist/ui/components/tabs.unstyled.d.ts +1 -0
  179. package/dist/ui/components/tabs.unstyled.js +2 -0
  180. package/dist/ui/components/toc/clerk.d.ts +1 -0
  181. package/dist/ui/components/toc/clerk.js +2 -0
  182. package/dist/ui/components/toc/default.d.ts +1 -0
  183. package/dist/ui/components/toc/default.js +2 -0
  184. package/dist/ui/components/toc/index.d.ts +1 -0
  185. package/dist/ui/components/toc/index.js +2 -0
  186. package/dist/ui/components/type-table.d.ts +1 -0
  187. package/dist/ui/components/type-table.js +2 -0
  188. package/dist/ui/components/ui/accordion.d.ts +1 -0
  189. package/dist/ui/components/ui/accordion.js +2 -0
  190. package/dist/ui/components/ui/button.d.ts +1 -0
  191. package/dist/ui/components/ui/button.js +2 -0
  192. package/dist/ui/components/ui/collapsible.d.ts +1 -0
  193. package/dist/ui/components/ui/collapsible.js +2 -0
  194. package/dist/ui/components/ui/navigation-menu.d.ts +1 -0
  195. package/dist/ui/components/ui/navigation-menu.js +2 -0
  196. package/dist/ui/components/ui/popover.d.ts +1 -0
  197. package/dist/ui/components/ui/popover.js +2 -0
  198. package/dist/ui/components/ui/scroll-area.d.ts +1 -0
  199. package/dist/ui/components/ui/scroll-area.js +2 -0
  200. package/dist/ui/components/ui/tabs.d.ts +1 -0
  201. package/dist/ui/components/ui/tabs.js +2 -0
  202. package/dist/ui/contexts/i18n.d.ts +1 -0
  203. package/dist/ui/contexts/i18n.js +2 -0
  204. package/dist/ui/contexts/tree.d.ts +1 -0
  205. package/dist/ui/contexts/tree.js +2 -0
  206. package/dist/ui/css/black.css +39 -0
  207. package/dist/ui/css/catppuccin.css +49 -0
  208. package/dist/ui/css/colors/index.css +51 -0
  209. package/dist/ui/css/dusk.css +47 -0
  210. package/dist/ui/css/layouts/docs.css +1 -0
  211. package/dist/ui/css/layouts/home.css +1 -0
  212. package/dist/ui/css/layouts/notebook.css +1 -0
  213. package/dist/ui/css/neutral.css +7 -0
  214. package/dist/ui/css/ocean.css +48 -0
  215. package/dist/ui/css/preset.css +305 -0
  216. package/dist/ui/css/purple.css +39 -0
  217. package/dist/ui/css/shadcn.css +36 -0
  218. package/dist/ui/css/shiki.css +90 -0
  219. package/dist/ui/css/solar.css +75 -0
  220. package/dist/ui/css/style.css +9 -0
  221. package/dist/ui/css/vitepress.css +77 -0
  222. package/dist/ui/dist/theme/typography/index.d.ts +10 -0
  223. package/dist/ui/dist/theme/typography/index.d.ts.map +1 -0
  224. package/dist/ui/dist/theme/typography/index.js +137 -0
  225. package/dist/ui/dist/theme/typography/styles.d.ts +93 -0
  226. package/dist/ui/dist/theme/typography/styles.d.ts.map +1 -0
  227. package/dist/ui/dist/theme/typography/styles.js +433 -0
  228. package/dist/ui/i18n.d.ts +1 -0
  229. package/dist/ui/i18n.js +2 -0
  230. package/dist/ui/image-zoom.css +77 -0
  231. package/dist/ui/layouts/docs/page.d.ts +1 -0
  232. package/dist/ui/layouts/docs/page.js +2 -0
  233. package/dist/ui/layouts/docs.d.ts +1 -0
  234. package/dist/ui/layouts/docs.js +2 -0
  235. package/dist/ui/layouts/home/navbar.d.ts +1 -0
  236. package/dist/ui/layouts/home/navbar.js +2 -0
  237. package/dist/ui/layouts/home.d.ts +1 -0
  238. package/dist/ui/layouts/home.js +2 -0
  239. package/dist/ui/layouts/notebook/page.d.ts +1 -0
  240. package/dist/ui/layouts/notebook/page.js +2 -0
  241. package/dist/ui/layouts/notebook.d.ts +1 -0
  242. package/dist/ui/layouts/notebook.js +2 -0
  243. package/dist/ui/layouts/shared.d.ts +1 -0
  244. package/dist/ui/layouts/shared.js +2 -0
  245. package/dist/ui/mdx.d.ts +2 -0
  246. package/dist/ui/mdx.js +6 -0
  247. package/dist/ui/og.d.ts +1 -0
  248. package/dist/ui/og.js +2 -0
  249. package/dist/ui/page.d.ts +1 -0
  250. package/dist/ui/page.js +2 -0
  251. package/dist/ui/provider/base.d.ts +1 -0
  252. package/dist/ui/provider/base.js +2 -0
  253. package/dist/ui/provider/next.d.ts +1 -0
  254. package/dist/ui/provider/next.js +2 -0
  255. package/dist/ui/provider/react-router.d.ts +1 -0
  256. package/dist/ui/provider/react-router.js +2 -0
  257. package/dist/ui/provider/tanstack.d.ts +1 -0
  258. package/dist/ui/provider/tanstack.js +2 -0
  259. package/dist/ui/provider/waku.d.ts +1 -0
  260. package/dist/ui/provider/waku.js +2 -0
  261. package/dist/ui/style.css +3306 -0
  262. package/dist/ui/utils/use-copy-button.d.ts +1 -0
  263. package/dist/ui/utils/use-copy-button.js +2 -0
  264. package/package.json +146 -0
  265. package/scripts/copy-css.js +57 -0
  266. package/scripts/generate-exports.ts +2 -0
  267. package/src/cli/build.ts +1 -0
  268. package/src/content-collections/index.ts +1 -0
  269. package/src/core/breadcrumb.ts +1 -0
  270. package/src/core/content/github.ts +1 -0
  271. package/src/core/content/index.ts +1 -0
  272. package/src/core/content/toc.ts +1 -0
  273. package/src/core/dynamic-link.ts +1 -0
  274. package/src/core/framework/index.ts +1 -0
  275. package/src/core/framework/next.ts +1 -0
  276. package/src/core/framework/react-router.ts +1 -0
  277. package/src/core/framework/tanstack.ts +1 -0
  278. package/src/core/framework/waku.ts +1 -0
  279. package/src/core/highlight/client.ts +1 -0
  280. package/src/core/highlight/index.ts +1 -0
  281. package/src/core/i18n/index.ts +1 -0
  282. package/src/core/i18n/middleware.ts +1 -0
  283. package/src/core/link.ts +2 -0
  284. package/src/core/mdx-plugins/codeblock-utils.ts +1 -0
  285. package/src/core/mdx-plugins/index.ts +1 -0
  286. package/src/core/mdx-plugins/rehype-code.ts +1 -0
  287. package/src/core/mdx-plugins/remark-gfm.ts +1 -0
  288. package/src/core/mdx-plugins/remark-steps.ts +1 -0
  289. package/src/core/mdx-plugins/remark-structure.ts +1 -0
  290. package/src/core/negotiation.ts +1 -0
  291. package/src/core/page-tree.ts +1 -0
  292. package/src/core/search/algolia.ts +1 -0
  293. package/src/core/search/client.ts +1 -0
  294. package/src/core/search/index.ts +1 -0
  295. package/src/core/search/orama-cloud.ts +1 -0
  296. package/src/core/search/server.ts +1 -0
  297. package/src/core/source/client.ts +1 -0
  298. package/src/core/source/index.ts +1 -0
  299. package/src/core/source/lucide-icons.ts +1 -0
  300. package/src/core/source/schema.ts +1 -0
  301. package/src/core/toc.ts +1 -0
  302. package/src/docgen/index.ts +1 -0
  303. package/src/docgen/remark-ts2js.ts +1 -0
  304. package/src/mdx/bun.ts +1 -0
  305. package/src/mdx/config.ts +1 -0
  306. package/src/mdx/index.ts +1 -0
  307. package/src/mdx/next.ts +1 -0
  308. package/src/mdx/plugins/index-file.ts +1 -0
  309. package/src/mdx/plugins/json-schema.ts +2 -0
  310. package/src/mdx/plugins/last-modified.ts +2 -0
  311. package/src/mdx/runtime/browser.ts +1 -0
  312. package/src/mdx/runtime/dynamic.ts +1 -0
  313. package/src/mdx/runtime/server.ts +1 -0
  314. package/src/mdx/runtime/types.ts +1 -0
  315. package/src/mdx/vite.ts +2 -0
  316. package/src/mdx-remote/client.ts +1 -0
  317. package/src/mdx-remote/index.ts +1 -0
  318. package/src/obsidian/index.ts +1 -0
  319. package/src/obsidian/mdx.ts +1 -0
  320. package/src/obsidian/ui.ts +1 -0
  321. package/src/openapi/index.ts +1 -0
  322. package/src/openapi/server.ts +1 -0
  323. package/src/openapi/ui.ts +1 -0
  324. package/src/press/index.ts +1 -0
  325. package/src/press/vite.ts +1 -0
  326. package/src/python/components.ts +1 -0
  327. package/src/python/index.ts +1 -0
  328. package/src/twoslash/cache-fs.ts +1 -0
  329. package/src/twoslash/index.ts +1 -0
  330. package/src/twoslash/ui.ts +1 -0
  331. package/src/typescript/index.ts +1 -0
  332. package/src/typescript/ui.ts +1 -0
  333. package/src/ui/components/accordion.ts +1 -0
  334. package/src/ui/components/banner.ts +1 -0
  335. package/src/ui/components/callout.ts +1 -0
  336. package/src/ui/components/card.ts +1 -0
  337. package/src/ui/components/codeblock.ts +1 -0
  338. package/src/ui/components/dialog/search-algolia.ts +1 -0
  339. package/src/ui/components/dialog/search-default.ts +1 -0
  340. package/src/ui/components/dialog/search-orama.ts +1 -0
  341. package/src/ui/components/dialog/search.ts +1 -0
  342. package/src/ui/components/dynamic-codeblock.ts +1 -0
  343. package/src/ui/components/files.ts +1 -0
  344. package/src/ui/components/github-info.ts +1 -0
  345. package/src/ui/components/heading.ts +1 -0
  346. package/src/ui/components/image-zoom.ts +1 -0
  347. package/src/ui/components/inline-toc.ts +1 -0
  348. package/src/ui/components/sidebar/base.ts +1 -0
  349. package/src/ui/components/sidebar/link-item.ts +1 -0
  350. package/src/ui/components/sidebar/page-tree.ts +1 -0
  351. package/src/ui/components/steps.ts +1 -0
  352. package/src/ui/components/tabs.ts +1 -0
  353. package/src/ui/components/tabs.unstyled.ts +1 -0
  354. package/src/ui/components/toc/clerk.ts +1 -0
  355. package/src/ui/components/toc/default.ts +1 -0
  356. package/src/ui/components/toc/index.ts +1 -0
  357. package/src/ui/components/type-table.ts +1 -0
  358. package/src/ui/components/ui/accordion.ts +1 -0
  359. package/src/ui/components/ui/button.ts +1 -0
  360. package/src/ui/components/ui/collapsible.ts +1 -0
  361. package/src/ui/components/ui/navigation-menu.ts +1 -0
  362. package/src/ui/components/ui/popover.ts +1 -0
  363. package/src/ui/components/ui/scroll-area.ts +1 -0
  364. package/src/ui/components/ui/tabs.ts +1 -0
  365. package/src/ui/contexts/i18n.ts +1 -0
  366. package/src/ui/contexts/tree.ts +1 -0
  367. package/src/ui/i18n.ts +1 -0
  368. package/src/ui/layouts/docs/page.ts +1 -0
  369. package/src/ui/layouts/docs.ts +1 -0
  370. package/src/ui/layouts/home/navbar.ts +1 -0
  371. package/src/ui/layouts/home.ts +1 -0
  372. package/src/ui/layouts/notebook/page.ts +1 -0
  373. package/src/ui/layouts/notebook.ts +1 -0
  374. package/src/ui/layouts/shared.ts +1 -0
  375. package/src/ui/mdx.ts +2 -0
  376. package/src/ui/og.ts +1 -0
  377. package/src/ui/page.ts +1 -0
  378. package/src/ui/provider/base.ts +1 -0
  379. package/src/ui/provider/next.ts +1 -0
  380. package/src/ui/provider/react-router.ts +1 -0
  381. package/src/ui/provider/tanstack.ts +1 -0
  382. package/src/ui/provider/waku.ts +1 -0
  383. package/src/ui/utils/use-copy-button.ts +1 -0
  384. package/tsconfig.json +20 -0
  385. package/tsup.config.ts +50 -0
@@ -0,0 +1,3306 @@
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --color-black: #000;
11
+ --spacing: 0.25rem;
12
+ --breakpoint-sm: 40rem;
13
+ --container-sm: 24rem;
14
+ --text-xs: 0.75rem;
15
+ --text-xs--line-height: calc(1 / 0.75);
16
+ --text-sm: 0.875rem;
17
+ --text-sm--line-height: calc(1.25 / 0.875);
18
+ --text-base: 1rem;
19
+ --text-base--line-height: calc(1.5 / 1);
20
+ --text-lg: 1.125rem;
21
+ --text-lg--line-height: calc(1.75 / 1.125);
22
+ --text-2xl: 1.5rem;
23
+ --text-3xl: 1.875rem;
24
+ --text-3xl--line-height: calc(2.25 / 1.875);
25
+ --font-weight-medium: 500;
26
+ --font-weight-semibold: 600;
27
+ --radius-sm: 0.25rem;
28
+ --radius-md: 0.375rem;
29
+ --radius-lg: 0.5rem;
30
+ --radius-xl: 0.75rem;
31
+ --radius-2xl: 1rem;
32
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
33
+ --blur-xs: 4px;
34
+ --blur-sm: 8px;
35
+ --blur-lg: 16px;
36
+ --default-transition-duration: 150ms;
37
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
38
+ --default-font-family: var(--font-sans);
39
+ --default-mono-font-family: var(--font-mono);
40
+ --color-fd-background: hsl(0, 0%, 96%);
41
+ --color-fd-foreground: hsl(0, 0%, 3.9%);
42
+ --color-fd-muted: hsl(0, 0%, 96.1%);
43
+ --color-fd-muted-foreground: hsl(0, 0%, 45.1%);
44
+ --color-fd-popover: hsl(0, 0%, 98%);
45
+ --color-fd-popover-foreground: hsl(0, 0%, 15.1%);
46
+ --color-fd-card: hsl(0, 0%, 94.7%);
47
+ --color-fd-card-foreground: hsl(0, 0%, 3.9%);
48
+ --color-fd-border: hsla(0, 0%, 80%, 50%);
49
+ --color-fd-primary: hsl(0, 0%, 9%);
50
+ --color-fd-primary-foreground: hsl(0, 0%, 98%);
51
+ --color-fd-secondary: hsl(0, 0%, 93.1%);
52
+ --color-fd-secondary-foreground: hsl(0, 0%, 9%);
53
+ --color-fd-accent: hsla(0, 0%, 82%, 50%);
54
+ --color-fd-accent-foreground: hsl(0, 0%, 9%);
55
+ --color-fd-ring: hsl(0, 0%, 63.9%);
56
+ --color-fd-overlay: hsla(0, 0%, 0%, 0.2);
57
+ --color-fd-info: oklch(62.3% 0.214 259.815);
58
+ --color-fd-warning: oklch(76.9% 0.188 70.08);
59
+ --color-fd-error: oklch(63.7% 0.237 25.331);
60
+ --color-fd-success: oklch(72.3% 0.219 149.579);
61
+ --color-fd-idea: oklch(70.5% 0.209 60.849);
62
+ --color-fd-diff-remove: rgba(200, 10, 100, 0.12);
63
+ --color-fd-diff-remove-symbol: rgb(230, 10, 100);
64
+ --color-fd-diff-add: rgba(14, 180, 100, 0.1);
65
+ --color-fd-diff-add-symbol: rgb(10, 200, 100);
66
+ --animate-fd-fade-in: fd-fade-in 300ms ease;
67
+ --animate-fd-fade-out: fd-fade-out 300ms ease;
68
+ --animate-fd-dialog-in: fd-dialog-in 300ms cubic-bezier(0.16, 1, 0.3, 1);
69
+ --animate-fd-dialog-out: fd-dialog-out 300ms cubic-bezier(0.16, 1, 0.3, 1);
70
+ --animate-fd-popover-in: fd-popover-in 100ms ease;
71
+ --animate-fd-popover-out: fd-popover-out 100ms ease;
72
+ --animate-fd-collapsible-down: fd-collapsible-down 150ms
73
+ cubic-bezier(0.45, 0, 0.55, 1);
74
+ --animate-fd-collapsible-up: fd-collapsible-up 150ms
75
+ cubic-bezier(0.45, 0, 0.55, 1);
76
+ --animate-fd-accordion-down: fd-accordion-down 200ms ease-out;
77
+ --animate-fd-accordion-up: fd-accordion-up 200ms ease-out;
78
+ --animate-fd-nav-menu-in: fd-nav-menu-in 200ms ease;
79
+ --animate-fd-nav-menu-out: fd-nav-menu-out 200ms ease;
80
+ --animate-fd-enterFromLeft: fd-enterFromLeft 250ms ease;
81
+ --animate-fd-enterFromRight: fd-enterFromRight 250ms ease;
82
+ --animate-fd-sidebar-in: fd-sidebar-in 250ms ease;
83
+ --animate-fd-sidebar-out: fd-sidebar-out 250ms ease;
84
+ --animate-fd-exitToLeft: fd-exitToLeft 250ms ease;
85
+ --animate-fd-exitToRight: fd-exitToRight 250ms ease;
86
+ }
87
+ }
88
+ @layer base {
89
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
90
+ box-sizing: border-box;
91
+ margin: 0;
92
+ padding: 0;
93
+ border: 0 solid;
94
+ }
95
+ html, :host {
96
+ line-height: 1.5;
97
+ -webkit-text-size-adjust: 100%;
98
+ tab-size: 4;
99
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
100
+ font-feature-settings: var(--default-font-feature-settings, normal);
101
+ font-variation-settings: var(--default-font-variation-settings, normal);
102
+ -webkit-tap-highlight-color: transparent;
103
+ }
104
+ hr {
105
+ height: 0;
106
+ color: inherit;
107
+ border-top-width: 1px;
108
+ }
109
+ abbr:where([title]) {
110
+ -webkit-text-decoration: underline dotted;
111
+ text-decoration: underline dotted;
112
+ }
113
+ h1, h2, h3, h4, h5, h6 {
114
+ font-size: inherit;
115
+ font-weight: inherit;
116
+ }
117
+ a {
118
+ color: inherit;
119
+ -webkit-text-decoration: inherit;
120
+ text-decoration: inherit;
121
+ }
122
+ b, strong {
123
+ font-weight: bolder;
124
+ }
125
+ code, kbd, samp, pre {
126
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
127
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
128
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
129
+ font-size: 1em;
130
+ }
131
+ small {
132
+ font-size: 80%;
133
+ }
134
+ sub, sup {
135
+ font-size: 75%;
136
+ line-height: 0;
137
+ position: relative;
138
+ vertical-align: baseline;
139
+ }
140
+ sub {
141
+ bottom: -0.25em;
142
+ }
143
+ sup {
144
+ top: -0.5em;
145
+ }
146
+ table {
147
+ text-indent: 0;
148
+ border-color: inherit;
149
+ border-collapse: collapse;
150
+ }
151
+ :-moz-focusring {
152
+ outline: auto;
153
+ }
154
+ progress {
155
+ vertical-align: baseline;
156
+ }
157
+ summary {
158
+ display: list-item;
159
+ }
160
+ ol, ul, menu {
161
+ list-style: none;
162
+ }
163
+ img, svg, video, canvas, audio, iframe, embed, object {
164
+ display: block;
165
+ vertical-align: middle;
166
+ }
167
+ img, video {
168
+ max-width: 100%;
169
+ height: auto;
170
+ }
171
+ button, input, select, optgroup, textarea, ::file-selector-button {
172
+ font: inherit;
173
+ font-feature-settings: inherit;
174
+ font-variation-settings: inherit;
175
+ letter-spacing: inherit;
176
+ color: inherit;
177
+ border-radius: 0;
178
+ background-color: transparent;
179
+ opacity: 1;
180
+ }
181
+ :where(select:is([multiple], [size])) optgroup {
182
+ font-weight: bolder;
183
+ }
184
+ :where(select:is([multiple], [size])) optgroup option {
185
+ padding-inline-start: 20px;
186
+ }
187
+ ::file-selector-button {
188
+ margin-inline-end: 4px;
189
+ }
190
+ ::placeholder {
191
+ opacity: 1;
192
+ }
193
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
194
+ ::placeholder {
195
+ color: currentcolor;
196
+ @supports (color: color-mix(in lab, red, red)) {
197
+ color: color-mix(in oklab, currentcolor 50%, transparent);
198
+ }
199
+ }
200
+ }
201
+ textarea {
202
+ resize: vertical;
203
+ }
204
+ ::-webkit-search-decoration {
205
+ -webkit-appearance: none;
206
+ }
207
+ ::-webkit-date-and-time-value {
208
+ min-height: 1lh;
209
+ text-align: inherit;
210
+ }
211
+ ::-webkit-datetime-edit {
212
+ display: inline-flex;
213
+ }
214
+ ::-webkit-datetime-edit-fields-wrapper {
215
+ padding: 0;
216
+ }
217
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
218
+ padding-block: 0;
219
+ }
220
+ ::-webkit-calendar-picker-indicator {
221
+ line-height: 1;
222
+ }
223
+ :-moz-ui-invalid {
224
+ box-shadow: none;
225
+ }
226
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
227
+ appearance: button;
228
+ }
229
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
230
+ height: auto;
231
+ }
232
+ [hidden]:where(:not([hidden="until-found"])) {
233
+ display: none !important;
234
+ }
235
+ }
236
+ @layer utilities {
237
+ .\@container {
238
+ container-type: inline-size;
239
+ }
240
+ .pointer-events-none {
241
+ pointer-events: none;
242
+ }
243
+ .collapse {
244
+ visibility: collapse;
245
+ }
246
+ .invisible {
247
+ visibility: hidden;
248
+ }
249
+ .visible {
250
+ visibility: visible;
251
+ }
252
+ .fd-step {
253
+ &:before {
254
+ background-color: var(--color-fd-secondary);
255
+ color: var(--color-fd-secondary-foreground);
256
+ content: counter(step);
257
+ counter-increment: step;
258
+ justify-content: center;
259
+ align-items: center;
260
+ font-size: 0.875rem;
261
+ line-height: 1.25rem;
262
+ display: flex;
263
+ position: absolute;
264
+ inset-inline-start: calc(var(--spacing) * -4);
265
+ width: calc(var(--spacing) * 8);
266
+ height: calc(var(--spacing) * 8);
267
+ border-radius: calc(infinity * 1px);
268
+ }
269
+ }
270
+ .fd-steps {
271
+ counter-reset: step;
272
+ position: relative;
273
+ margin-left: calc(var(--spacing) * 2);
274
+ border-left-style: var(--tw-border-style);
275
+ border-left-width: 1px;
276
+ padding-left: calc(var(--spacing) * 6);
277
+ @media (width >= 40rem) {
278
+ margin-left: calc(var(--spacing) * 4);
279
+ }
280
+ @media (width >= 40rem) {
281
+ padding-left: calc(var(--spacing) * 7);
282
+ }
283
+ }
284
+ .absolute {
285
+ position: absolute;
286
+ }
287
+ .fixed {
288
+ position: fixed;
289
+ }
290
+ .relative {
291
+ position: relative;
292
+ }
293
+ .static {
294
+ position: static;
295
+ }
296
+ .sticky {
297
+ position: sticky;
298
+ }
299
+ .inset-0 {
300
+ inset: calc(var(--spacing) * 0);
301
+ }
302
+ .inset-x-0 {
303
+ inset-inline: calc(var(--spacing) * 0);
304
+ }
305
+ .inset-x-2 {
306
+ inset-inline: calc(var(--spacing) * 2);
307
+ }
308
+ .inset-y-0 {
309
+ inset-block: calc(var(--spacing) * 0);
310
+ }
311
+ .inset-y-2 {
312
+ inset-block: calc(var(--spacing) * 2);
313
+ }
314
+ .start-0 {
315
+ inset-inline-start: calc(var(--spacing) * 0);
316
+ }
317
+ .start-3 {
318
+ inset-inline-start: calc(var(--spacing) * 3);
319
+ }
320
+ .start-4 {
321
+ inset-inline-start: calc(var(--spacing) * 4);
322
+ }
323
+ .end-0 {
324
+ inset-inline-end: calc(var(--spacing) * 0);
325
+ }
326
+ .end-2 {
327
+ inset-inline-end: calc(var(--spacing) * 2);
328
+ }
329
+ .-top-1\.5 {
330
+ top: calc(var(--spacing) * -1.5);
331
+ }
332
+ .top-\(--fd-docs-row-1\) {
333
+ top: var(--fd-docs-row-1);
334
+ }
335
+ .top-\(--fd-docs-row-2\) {
336
+ top: var(--fd-docs-row-2);
337
+ }
338
+ .top-\(--fd-docs-row-3\) {
339
+ top: var(--fd-docs-row-3);
340
+ }
341
+ .top-\(--fd-nav-height\) {
342
+ top: var(--fd-nav-height);
343
+ }
344
+ .top-\(--fd-top\) {
345
+ top: var(--fd-top);
346
+ }
347
+ .top-0 {
348
+ top: calc(var(--spacing) * 0);
349
+ }
350
+ .top-1\.5 {
351
+ top: calc(var(--spacing) * 1.5);
352
+ }
353
+ .top-1\/2 {
354
+ top: calc(1/2 * 100%);
355
+ }
356
+ .top-2 {
357
+ top: calc(var(--spacing) * 2);
358
+ }
359
+ .top-4 {
360
+ top: calc(var(--spacing) * 4);
361
+ }
362
+ .top-14 {
363
+ top: calc(var(--spacing) * 14);
364
+ }
365
+ .top-\[calc\(--spacing\(4\)\+var\(--fd-toc-popover-height\)\)\] {
366
+ top: calc(calc(var(--spacing) * 4) + var(--fd-toc-popover-height));
367
+ }
368
+ .right-2 {
369
+ right: calc(var(--spacing) * 2);
370
+ }
371
+ .bottom-0 {
372
+ bottom: calc(var(--spacing) * 0);
373
+ }
374
+ .bottom-1\.5 {
375
+ bottom: calc(var(--spacing) * 1.5);
376
+ }
377
+ .left-1\/2 {
378
+ left: calc(1/2 * 100%);
379
+ }
380
+ .z-2 {
381
+ z-index: 2;
382
+ }
383
+ .z-10 {
384
+ z-index: 10;
385
+ }
386
+ .z-20 {
387
+ z-index: 20;
388
+ }
389
+ .z-30 {
390
+ z-index: 30;
391
+ }
392
+ .z-40 {
393
+ z-index: 40;
394
+ }
395
+ .z-50 {
396
+ z-index: 50;
397
+ }
398
+ .z-\[-1\] {
399
+ z-index: -1;
400
+ }
401
+ .col-span-full {
402
+ grid-column: 1 / -1;
403
+ }
404
+ .container {
405
+ width: 100%;
406
+ @media (width >= 40rem) {
407
+ max-width: 40rem;
408
+ }
409
+ @media (width >= 48rem) {
410
+ max-width: 48rem;
411
+ }
412
+ @media (width >= 64rem) {
413
+ max-width: 64rem;
414
+ }
415
+ @media (width >= 80rem) {
416
+ max-width: 80rem;
417
+ }
418
+ @media (width >= 96rem) {
419
+ max-width: 96rem;
420
+ }
421
+ }
422
+ .-mx-1 {
423
+ margin-inline: calc(var(--spacing) * -1);
424
+ }
425
+ .-mx-px {
426
+ margin-inline: -1px;
427
+ }
428
+ .mx-0\.5 {
429
+ margin-inline: calc(var(--spacing) * 0.5);
430
+ }
431
+ .mx-auto {
432
+ margin-inline: auto;
433
+ }
434
+ .my-0 {
435
+ margin-block: calc(var(--spacing) * 0);
436
+ }
437
+ .my-0\! {
438
+ margin-block: calc(var(--spacing) * 0) !important;
439
+ }
440
+ .my-4 {
441
+ margin-block: calc(var(--spacing) * 4);
442
+ }
443
+ .my-6 {
444
+ margin-block: calc(var(--spacing) * 6);
445
+ }
446
+ .my-auto {
447
+ margin-block: auto;
448
+ }
449
+ .-ms-1\.5 {
450
+ margin-inline-start: calc(var(--spacing) * -1.5);
451
+ }
452
+ .ms-2 {
453
+ margin-inline-start: calc(var(--spacing) * 2);
454
+ }
455
+ .ms-auto {
456
+ margin-inline-start: auto;
457
+ }
458
+ .ms-px {
459
+ margin-inline-start: 1px;
460
+ }
461
+ .-me-0\.5 {
462
+ margin-inline-end: calc(var(--spacing) * -0.5);
463
+ }
464
+ .-me-1\.5 {
465
+ margin-inline-end: calc(var(--spacing) * -1.5);
466
+ }
467
+ .-me-2 {
468
+ margin-inline-end: calc(var(--spacing) * -2);
469
+ }
470
+ .me-1 {
471
+ margin-inline-end: calc(var(--spacing) * 1);
472
+ }
473
+ .me-2 {
474
+ margin-inline-end: calc(var(--spacing) * 2);
475
+ }
476
+ .me-auto {
477
+ margin-inline-end: auto;
478
+ }
479
+ .prose {
480
+ color: var(--tw-prose-body);
481
+ max-width: none;
482
+ font-size: 1rem;
483
+ line-height: 1.75rem;
484
+ :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
485
+ font-size: 1.25em;
486
+ line-height: 1.6;
487
+ margin-top: 1.2em;
488
+ margin-bottom: 1.2em;
489
+ color: var(--tw-prose-lead);
490
+ }
491
+ :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
492
+ padding-inline-start: 1rem;
493
+ list-style-type: disc;
494
+ margin-top: 1.25em;
495
+ margin-bottom: 1.25em;
496
+ }
497
+ :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
498
+ margin-top: 0.5em;
499
+ margin-bottom: 0.5em;
500
+ }
501
+ :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
502
+ padding-inline-start: 0.375em;
503
+ }
504
+ :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
505
+ padding-inline-start: 0;
506
+ }
507
+ :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
508
+ margin-top: 0.75em;
509
+ margin-bottom: 0.75em;
510
+ }
511
+ :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
512
+ margin-top: 1.25em;
513
+ }
514
+ :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
515
+ margin-bottom: 1.25em;
516
+ }
517
+ :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
518
+ margin-top: 1.25em;
519
+ }
520
+ :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
521
+ margin-bottom: 1.25em;
522
+ }
523
+ :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
524
+ margin-top: 0.75em;
525
+ margin-bottom: 0.75em;
526
+ }
527
+ :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
528
+ margin-top: 1.25em;
529
+ margin-bottom: 1.25em;
530
+ }
531
+ :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
532
+ color: var(--tw-prose-headings);
533
+ font-weight: 600;
534
+ margin-top: 1.25em;
535
+ }
536
+ :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
537
+ margin-top: 0.5em;
538
+ padding-inline-start: 1.625em;
539
+ }
540
+ :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
541
+ border-color: var(--tw-prose-hr);
542
+ border-top-width: 1px;
543
+ margin-top: 3em;
544
+ margin-bottom: 3em;
545
+ }
546
+ :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
547
+ margin-top: 1.25em;
548
+ margin-bottom: 1.25em;
549
+ }
550
+ :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
551
+ color: var(--tw-prose-bold);
552
+ font-weight: 500;
553
+ }
554
+ :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
555
+ color: inherit;
556
+ }
557
+ :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
558
+ color: inherit;
559
+ }
560
+ :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
561
+ color: inherit;
562
+ }
563
+ :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
564
+ list-style-type: decimal;
565
+ margin-top: 1.25em;
566
+ margin-bottom: 1.25em;
567
+ padding-inline-start: 1.625em;
568
+ }
569
+ :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
570
+ list-style-type: upper-alpha;
571
+ }
572
+ :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
573
+ list-style-type: lower-alpha;
574
+ }
575
+ :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
576
+ list-style-type: upper-alpha;
577
+ }
578
+ :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
579
+ list-style-type: lower-alpha;
580
+ }
581
+ :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
582
+ list-style-type: upper-roman;
583
+ }
584
+ :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
585
+ list-style-type: lower-roman;
586
+ }
587
+ :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
588
+ list-style-type: upper-roman;
589
+ }
590
+ :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
591
+ list-style-type: lower-roman;
592
+ }
593
+ :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
594
+ list-style-type: decimal;
595
+ }
596
+ :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
597
+ font-weight: 400;
598
+ color: var(--tw-prose-counters);
599
+ }
600
+ :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
601
+ color: var(--tw-prose-bullets);
602
+ }
603
+ :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
604
+ margin-top: 1.6em;
605
+ margin-bottom: 1.6em;
606
+ padding-inline-start: 1em;
607
+ font-weight: 500;
608
+ font-style: italic;
609
+ color: var(--tw-prose-quotes);
610
+ border-inline-start-width: 0.25rem;
611
+ border-inline-start-color: var(--tw-prose-quote-borders);
612
+ quotes: "\201C""\201D""\2018""\2019";
613
+ }
614
+ :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
615
+ content: open-quote;
616
+ }
617
+ :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
618
+ content: close-quote;
619
+ }
620
+ :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
621
+ color: var(--tw-prose-headings);
622
+ font-weight: 800;
623
+ font-size: var(--text-3xl);
624
+ margin-top: 0;
625
+ margin-bottom: 0.8888889em;
626
+ line-height: 1.1111111;
627
+ }
628
+ :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
629
+ font-weight: 900;
630
+ color: inherit;
631
+ }
632
+ :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
633
+ color: var(--tw-prose-headings);
634
+ font-size: 1.5em;
635
+ margin-top: 2em;
636
+ margin-bottom: 1em;
637
+ line-height: 1.3333333;
638
+ font-weight: 600;
639
+ }
640
+ :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
641
+ font-weight: 800;
642
+ color: inherit;
643
+ }
644
+ :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
645
+ color: var(--tw-prose-headings);
646
+ font-weight: 600;
647
+ font-size: 1.25em;
648
+ margin-top: 1.6em;
649
+ margin-bottom: 0.6em;
650
+ line-height: 1.6;
651
+ }
652
+ :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
653
+ font-weight: 700;
654
+ color: inherit;
655
+ }
656
+ :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
657
+ color: var(--tw-prose-headings);
658
+ font-weight: 600;
659
+ margin-top: 1.5em;
660
+ margin-bottom: 0.5em;
661
+ line-height: 1.5;
662
+ }
663
+ :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
664
+ font-weight: 700;
665
+ color: inherit;
666
+ }
667
+ :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
668
+ margin-top: 0;
669
+ }
670
+ :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
671
+ margin-top: 0;
672
+ }
673
+ :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
674
+ margin-top: 0;
675
+ }
676
+ :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
677
+ margin-top: 0;
678
+ }
679
+ :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
680
+ margin-top: 2em;
681
+ margin-bottom: 2em;
682
+ }
683
+ :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
684
+ display: block;
685
+ margin-top: 2em;
686
+ margin-bottom: 2em;
687
+ }
688
+ :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
689
+ margin-top: 0;
690
+ margin-bottom: 0;
691
+ }
692
+ :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
693
+ margin-top: 2em;
694
+ margin-bottom: 2em;
695
+ }
696
+ :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
697
+ font-size: 0.875em;
698
+ border-radius: 0.3125rem;
699
+ padding-top: 0.1875em;
700
+ padding-inline-end: 0.375em;
701
+ padding-bottom: 0.1875em;
702
+ padding-inline-start: 0.375em;
703
+ font-weight: 500;
704
+ font-family: inherit;
705
+ color: var(--tw-prose-kbd);
706
+ box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);
707
+ }
708
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
709
+ padding: 3px;
710
+ border: solid 1px;
711
+ font-size: 13px;
712
+ border-color: var(--color-fd-border);
713
+ border-radius: 5px;
714
+ font-weight: 400;
715
+ background: var(--color-fd-muted);
716
+ color: var(--tw-prose-code);
717
+ }
718
+ :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
719
+ color: inherit;
720
+ }
721
+ :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
722
+ color: inherit;
723
+ font-size: var(--text-2xl);
724
+ }
725
+ :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
726
+ color: inherit;
727
+ font-size: 0.875em;
728
+ }
729
+ :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
730
+ color: inherit;
731
+ font-size: 0.9em;
732
+ }
733
+ :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
734
+ color: inherit;
735
+ }
736
+ :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
737
+ color: inherit;
738
+ }
739
+ :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
740
+ color: inherit;
741
+ }
742
+ :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
743
+ font-size: 0.875em;
744
+ line-height: 1.7142857;
745
+ width: 100%;
746
+ table-layout: auto;
747
+ margin-top: 2em;
748
+ margin-bottom: 2em;
749
+ border-collapse: separate;
750
+ border-spacing: 0;
751
+ background: var(--color-fd-card);
752
+ border-radius: var(--radius-lg);
753
+ border: 1px solid var(--color-fd-border);
754
+ overflow: hidden;
755
+ }
756
+ :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
757
+ color: var(--tw-prose-headings);
758
+ font-weight: 600;
759
+ }
760
+ :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
761
+ margin-top: 2em;
762
+ margin-bottom: 2em;
763
+ }
764
+ :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
765
+ margin-top: 0;
766
+ margin-bottom: 0;
767
+ }
768
+ :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
769
+ color: var(--tw-prose-captions);
770
+ font-size: 0.875em;
771
+ line-height: 1.4285714;
772
+ margin-top: 0.8571429em;
773
+ }
774
+ :where(a:not([data-card])):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
775
+ color: var(--tw-prose-links);
776
+ transition: opacity .2s;
777
+ font-weight: 500;
778
+ text-decoration: underline;
779
+ text-underline-offset: 3.5px;
780
+ text-decoration-color: var(--color-fd-primary);
781
+ text-decoration-thickness: 1.5px;
782
+ }
783
+ :where(a:not([data-card]):hover):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
784
+ opacity: 80%;
785
+ }
786
+ --tw-prose-body: color-mix(in srgb, hsl(0, 0%, 3.9%) 90%, transparent);
787
+ @supports (color: color-mix(in lab, red, red)) {
788
+ --tw-prose-body: color-mix(in oklab, var(--color-fd-foreground) 90%, transparent);
789
+ }
790
+ --tw-prose-headings: var(--color-fd-foreground);
791
+ --tw-prose-lead: var(--color-fd-foreground);
792
+ --tw-prose-links: var(--color-fd-foreground);
793
+ --tw-prose-bold: var(--color-fd-foreground);
794
+ --tw-prose-counters: var(--color-fd-muted-foreground);
795
+ --tw-prose-bullets: var(--color-fd-muted-foreground);
796
+ --tw-prose-hr: var(--color-fd-border);
797
+ --tw-prose-quotes: var(--color-fd-foreground);
798
+ --tw-prose-quote-borders: var(--color-fd-border);
799
+ --tw-prose-captions: var(--color-fd-foreground);
800
+ --tw-prose-code: var(--color-fd-foreground);
801
+ --tw-prose-th-borders: var(--color-fd-border);
802
+ --tw-prose-td-borders: var(--color-fd-border);
803
+ --tw-prose-kbd: var(--color-fd-foreground);
804
+ --tw-prose-kbd-shadows: color-mix(in srgb, hsl(0, 0%, 9%) 50%, transparent);
805
+ @supports (color: color-mix(in lab, red, red)) {
806
+ --tw-prose-kbd-shadows: color-mix(in oklab, var(--color-fd-primary) 50%, transparent);
807
+ }
808
+ :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
809
+ margin-top: 0;
810
+ }
811
+ :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
812
+ margin-bottom: 0;
813
+ }
814
+ :where(th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
815
+ text-align: start;
816
+ padding: calc(var(--spacing) * 2.5);
817
+ border-inline-start: 1px solid var(--color-fd-border);
818
+ background: var(--color-fd-muted);
819
+ }
820
+ :where(th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
821
+ border-inline-start: none;
822
+ }
823
+ :where(th:not(tr:last-child *), td:not(tr:last-child *)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
824
+ border-bottom: 1px solid var(--color-fd-border);
825
+ }
826
+ :where(td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
827
+ text-align: start;
828
+ border-inline-start: 1px solid var(--color-fd-border);
829
+ padding: calc(var(--spacing) * 2.5);
830
+ }
831
+ :where(td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
832
+ border-inline-start: none;
833
+ }
834
+ :where(tfoot th, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
835
+ border-top-width: 1px;
836
+ border-top-color: var(--tw-prose-th-borders);
837
+ }
838
+ :where(thead th, thead td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
839
+ border-bottom-width: 1px;
840
+ border-bottom-color: var(--tw-prose-th-borders);
841
+ }
842
+ }
843
+ .prose-no-margin {
844
+ & > :first-child {
845
+ margin-top: 0;
846
+ }
847
+ & > :last-child {
848
+ margin-bottom: 0;
849
+ }
850
+ }
851
+ .mt-\(--fd-top\) {
852
+ margin-top: var(--fd-top);
853
+ }
854
+ .mt-6 {
855
+ margin-top: calc(var(--spacing) * 6);
856
+ }
857
+ .mt-px {
858
+ margin-top: 1px;
859
+ }
860
+ .mr-auto {
861
+ margin-right: auto;
862
+ }
863
+ .-mb-px {
864
+ margin-bottom: -1px;
865
+ }
866
+ .mb-1 {
867
+ margin-bottom: calc(var(--spacing) * 1);
868
+ }
869
+ .mb-1\.5 {
870
+ margin-bottom: calc(var(--spacing) * 1.5);
871
+ }
872
+ .mb-2 {
873
+ margin-bottom: calc(var(--spacing) * 2);
874
+ }
875
+ .mb-4 {
876
+ margin-bottom: calc(var(--spacing) * 4);
877
+ }
878
+ .mb-8 {
879
+ margin-bottom: calc(var(--spacing) * 8);
880
+ }
881
+ .mb-auto {
882
+ margin-bottom: auto;
883
+ }
884
+ .fd-scroll-container {
885
+ &::-webkit-scrollbar {
886
+ width: 5px;
887
+ height: 5px;
888
+ }
889
+ &::-webkit-scrollbar-thumb {
890
+ border-radius: 5px;
891
+ background: var(--color-fd-border);
892
+ }
893
+ &::-webkit-scrollbar-track {
894
+ background: transparent;
895
+ }
896
+ &::-webkit-scrollbar-corner {
897
+ display: none;
898
+ }
899
+ }
900
+ .block {
901
+ display: block;
902
+ }
903
+ .contents {
904
+ display: contents;
905
+ }
906
+ .flex {
907
+ display: flex;
908
+ }
909
+ .grid {
910
+ display: grid;
911
+ }
912
+ .hidden {
913
+ display: none;
914
+ }
915
+ .inline {
916
+ display: inline;
917
+ }
918
+ .inline-flex {
919
+ display: inline-flex;
920
+ }
921
+ .table {
922
+ display: table;
923
+ }
924
+ .size-3 {
925
+ width: calc(var(--spacing) * 3);
926
+ height: calc(var(--spacing) * 3);
927
+ }
928
+ .size-3\.5 {
929
+ width: calc(var(--spacing) * 3.5);
930
+ height: calc(var(--spacing) * 3.5);
931
+ }
932
+ .size-4 {
933
+ width: calc(var(--spacing) * 4);
934
+ height: calc(var(--spacing) * 4);
935
+ }
936
+ .size-4\.5 {
937
+ width: calc(var(--spacing) * 4.5);
938
+ height: calc(var(--spacing) * 4.5);
939
+ }
940
+ .size-5 {
941
+ width: calc(var(--spacing) * 5);
942
+ height: calc(var(--spacing) * 5);
943
+ }
944
+ .size-6\.5 {
945
+ width: calc(var(--spacing) * 6.5);
946
+ height: calc(var(--spacing) * 6.5);
947
+ }
948
+ .size-9 {
949
+ width: calc(var(--spacing) * 9);
950
+ height: calc(var(--spacing) * 9);
951
+ }
952
+ .size-full {
953
+ width: 100%;
954
+ height: 100%;
955
+ }
956
+ .h-\(--fd-animated-height\) {
957
+ height: var(--fd-animated-height);
958
+ }
959
+ .h-\(--fd-header-height\) {
960
+ height: var(--fd-header-height);
961
+ }
962
+ .h-\(--fd-height\) {
963
+ height: var(--fd-height);
964
+ }
965
+ .h-\(--fd-toc-popover-height\) {
966
+ height: var(--fd-toc-popover-height);
967
+ }
968
+ .h-\(--radix-navigation-menu-viewport-height\) {
969
+ height: var(--radix-navigation-menu-viewport-height);
970
+ }
971
+ .h-1\.5 {
972
+ height: calc(var(--spacing) * 1.5);
973
+ }
974
+ .h-9\.5 {
975
+ height: calc(var(--spacing) * 9.5);
976
+ }
977
+ .h-10 {
978
+ height: calc(var(--spacing) * 10);
979
+ }
980
+ .h-14 {
981
+ height: calc(var(--spacing) * 14);
982
+ }
983
+ .h-\[400px\] {
984
+ height: 400px;
985
+ }
986
+ .h-\[calc\(100dvh-var\(--fd-nav-height\)\)\] {
987
+ height: calc(100dvh - var(--fd-nav-height));
988
+ }
989
+ .h-\[calc\(var\(--fd-docs-height\)-var\(--fd-docs-row-1\)\)\] {
990
+ height: calc(var(--fd-docs-height) - var(--fd-docs-row-1));
991
+ }
992
+ .h-\[calc\(var\(--fd-docs-height\)-var\(--fd-docs-row-2\)\)\] {
993
+ height: calc(var(--fd-docs-height) - var(--fd-docs-row-2));
994
+ }
995
+ .h-\[calc\(var\(--fd-docs-height\)-var\(--fd-docs-row-3\)\)\] {
996
+ height: calc(var(--fd-docs-height) - var(--fd-docs-row-3));
997
+ }
998
+ .h-full {
999
+ height: 100%;
1000
+ }
1001
+ .h-px {
1002
+ height: 1px;
1003
+ }
1004
+ .max-h-\(--radix-popover-content-available-height\) {
1005
+ max-height: var(--radix-popover-content-available-height);
1006
+ }
1007
+ .max-h-\[50vh\] {
1008
+ max-height: 50vh;
1009
+ }
1010
+ .max-h-\[80svh\] {
1011
+ max-height: 80svh;
1012
+ }
1013
+ .max-h-\[460px\] {
1014
+ max-height: 460px;
1015
+ }
1016
+ .max-h-\[600px\] {
1017
+ max-height: 600px;
1018
+ }
1019
+ .min-h-\(--fd-docs-height\) {
1020
+ min-height: var(--fd-docs-height);
1021
+ }
1022
+ .min-h-0 {
1023
+ min-height: calc(var(--spacing) * 0);
1024
+ }
1025
+ .w-\(--fd-sidebar-width\) {
1026
+ width: var(--fd-sidebar-width);
1027
+ }
1028
+ .w-\(--fd-toc-width\) {
1029
+ width: var(--fd-toc-width);
1030
+ }
1031
+ .w-\(--radix-popover-trigger-width\) {
1032
+ width: var(--radix-popover-trigger-width);
1033
+ }
1034
+ .w-0 {
1035
+ width: calc(var(--spacing) * 0);
1036
+ }
1037
+ .w-0\.5 {
1038
+ width: calc(var(--spacing) * 0.5);
1039
+ }
1040
+ .w-1\.5 {
1041
+ width: calc(var(--spacing) * 1.5);
1042
+ }
1043
+ .w-4 {
1044
+ width: calc(var(--spacing) * 4);
1045
+ }
1046
+ .w-\[25\%\] {
1047
+ width: 25%;
1048
+ }
1049
+ .w-\[85\%\] {
1050
+ width: 85%;
1051
+ }
1052
+ .w-\[286px\] {
1053
+ width: 286px;
1054
+ }
1055
+ .w-\[calc\(100\%-1rem\)\] {
1056
+ width: calc(100% - 1rem);
1057
+ }
1058
+ .w-fit {
1059
+ width: fit-content;
1060
+ }
1061
+ .w-full {
1062
+ width: 100%;
1063
+ }
1064
+ .w-max {
1065
+ width: max-content;
1066
+ }
1067
+ .w-px {
1068
+ width: 1px;
1069
+ }
1070
+ .max-w-\[98vw\] {
1071
+ max-width: 98vw;
1072
+ }
1073
+ .max-w-\[240px\] {
1074
+ max-width: 240px;
1075
+ }
1076
+ .max-w-\[380px\] {
1077
+ max-width: 380px;
1078
+ }
1079
+ .max-w-\[860px\] {
1080
+ max-width: 860px;
1081
+ }
1082
+ .max-w-\[900px\] {
1083
+ max-width: 900px;
1084
+ }
1085
+ .max-w-\[1200px\] {
1086
+ max-width: 1200px;
1087
+ }
1088
+ .max-w-\[1400px\] {
1089
+ max-width: 1400px;
1090
+ }
1091
+ .max-w-screen-sm {
1092
+ max-width: var(--breakpoint-sm);
1093
+ }
1094
+ .max-w-sm {
1095
+ max-width: var(--container-sm);
1096
+ }
1097
+ .min-w-0 {
1098
+ min-width: calc(var(--spacing) * 0);
1099
+ }
1100
+ .min-w-\[240px\] {
1101
+ min-width: 240px;
1102
+ }
1103
+ .min-w-fit {
1104
+ min-width: fit-content;
1105
+ }
1106
+ .min-w-full {
1107
+ min-width: 100%;
1108
+ }
1109
+ .flex-1 {
1110
+ flex: 1;
1111
+ }
1112
+ .shrink {
1113
+ flex-shrink: 1;
1114
+ }
1115
+ .shrink-0 {
1116
+ flex-shrink: 0;
1117
+ }
1118
+ .origin-\(--radix-popover-content-transform-origin\) {
1119
+ transform-origin: var(--radix-popover-content-transform-origin);
1120
+ }
1121
+ .origin-\[top_center\] {
1122
+ transform-origin: top center;
1123
+ }
1124
+ .-translate-x-\(--fd-sidebar-width\) {
1125
+ --tw-translate-x: calc(var(--fd-sidebar-width) * -1);
1126
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1127
+ }
1128
+ .-translate-x-1\/2 {
1129
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1);
1130
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1131
+ }
1132
+ .translate-x-2 {
1133
+ --tw-translate-x: calc(var(--spacing) * 2);
1134
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1135
+ }
1136
+ .-translate-y-1\/2 {
1137
+ --tw-translate-y: calc(calc(1/2 * 100%) * -1);
1138
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1139
+ }
1140
+ .-translate-y-full {
1141
+ --tw-translate-y: -100%;
1142
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1143
+ }
1144
+ .translate-y-full {
1145
+ --tw-translate-y: 100%;
1146
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1147
+ }
1148
+ .-rotate-90 {
1149
+ rotate: calc(90deg * -1);
1150
+ }
1151
+ .rotate-180 {
1152
+ rotate: 180deg;
1153
+ }
1154
+ .transform {
1155
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
1156
+ }
1157
+ .animate-pulse {
1158
+ animation: var(--animate-pulse);
1159
+ }
1160
+ .scroll-m-24 {
1161
+ scroll-margin: calc(var(--spacing) * 24);
1162
+ }
1163
+ .scroll-m-28 {
1164
+ scroll-margin: calc(var(--spacing) * 28);
1165
+ }
1166
+ .list-none {
1167
+ list-style-type: none;
1168
+ }
1169
+ .auto-cols-auto {
1170
+ grid-auto-columns: auto;
1171
+ }
1172
+ .auto-rows-auto {
1173
+ grid-auto-rows: auto;
1174
+ }
1175
+ .grid-cols-1 {
1176
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1177
+ }
1178
+ .grid-cols-2 {
1179
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1180
+ }
1181
+ .grid-cols-\[1fr_3fr\] {
1182
+ grid-template-columns: 1fr 3fr;
1183
+ }
1184
+ .flex-col {
1185
+ flex-direction: column;
1186
+ }
1187
+ .flex-row {
1188
+ flex-direction: row;
1189
+ }
1190
+ .flex-row-reverse {
1191
+ flex-direction: row-reverse;
1192
+ }
1193
+ .flex-wrap {
1194
+ flex-wrap: wrap;
1195
+ }
1196
+ .items-center {
1197
+ align-items: center;
1198
+ }
1199
+ .items-end {
1200
+ align-items: flex-end;
1201
+ }
1202
+ .justify-between {
1203
+ justify-content: space-between;
1204
+ }
1205
+ .justify-center {
1206
+ justify-content: center;
1207
+ }
1208
+ .justify-end {
1209
+ justify-content: flex-end;
1210
+ }
1211
+ .gap-0\.5 {
1212
+ gap: calc(var(--spacing) * 0.5);
1213
+ }
1214
+ .gap-1 {
1215
+ gap: calc(var(--spacing) * 1);
1216
+ }
1217
+ .gap-1\.5 {
1218
+ gap: calc(var(--spacing) * 1.5);
1219
+ }
1220
+ .gap-2 {
1221
+ gap: calc(var(--spacing) * 2);
1222
+ }
1223
+ .gap-2\.5 {
1224
+ gap: calc(var(--spacing) * 2.5);
1225
+ }
1226
+ .gap-3 {
1227
+ gap: calc(var(--spacing) * 3);
1228
+ }
1229
+ .gap-3\.5 {
1230
+ gap: calc(var(--spacing) * 3.5);
1231
+ }
1232
+ .gap-4 {
1233
+ gap: calc(var(--spacing) * 4);
1234
+ }
1235
+ .gap-6 {
1236
+ gap: calc(var(--spacing) * 6);
1237
+ }
1238
+ .gap-y-4 {
1239
+ row-gap: calc(var(--spacing) * 4);
1240
+ }
1241
+ .divide-y {
1242
+ :where(& > :not(:last-child)) {
1243
+ --tw-divide-y-reverse: 0;
1244
+ border-bottom-style: var(--tw-border-style);
1245
+ border-top-style: var(--tw-border-style);
1246
+ border-top-width: calc(1px * var(--tw-divide-y-reverse));
1247
+ border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
1248
+ }
1249
+ }
1250
+ .divide-fd-border {
1251
+ :where(& > :not(:last-child)) {
1252
+ border-color: var(--color-fd-border);
1253
+ }
1254
+ }
1255
+ .truncate {
1256
+ overflow: hidden;
1257
+ text-overflow: ellipsis;
1258
+ white-space: nowrap;
1259
+ }
1260
+ .overflow-auto {
1261
+ overflow: auto;
1262
+ }
1263
+ .overflow-hidden {
1264
+ overflow: hidden;
1265
+ }
1266
+ .overflow-x-auto {
1267
+ overflow-x: auto;
1268
+ }
1269
+ .overflow-x-clip {
1270
+ overflow-x: clip;
1271
+ }
1272
+ .overflow-x-hidden {
1273
+ overflow-x: hidden;
1274
+ }
1275
+ .overflow-y-auto {
1276
+ overflow-y: auto;
1277
+ }
1278
+ .overscroll-contain {
1279
+ overscroll-behavior: contain;
1280
+ }
1281
+ .rounded-2xl {
1282
+ border-radius: var(--radius-2xl);
1283
+ }
1284
+ .rounded-\[inherit\] {
1285
+ border-radius: inherit;
1286
+ }
1287
+ .rounded-full {
1288
+ border-radius: calc(infinity * 1px);
1289
+ }
1290
+ .rounded-lg {
1291
+ border-radius: var(--radius-lg);
1292
+ }
1293
+ .rounded-md {
1294
+ border-radius: var(--radius-md);
1295
+ }
1296
+ .rounded-sm {
1297
+ border-radius: var(--radius-sm);
1298
+ }
1299
+ .rounded-xl {
1300
+ border-radius: var(--radius-xl);
1301
+ }
1302
+ .border {
1303
+ border-style: var(--tw-border-style);
1304
+ border-width: 1px;
1305
+ }
1306
+ .border-s {
1307
+ border-inline-start-style: var(--tw-border-style);
1308
+ border-inline-start-width: 1px;
1309
+ }
1310
+ .border-e {
1311
+ border-inline-end-style: var(--tw-border-style);
1312
+ border-inline-end-width: 1px;
1313
+ }
1314
+ .border-t {
1315
+ border-top-style: var(--tw-border-style);
1316
+ border-top-width: 1px;
1317
+ }
1318
+ .border-b {
1319
+ border-bottom-style: var(--tw-border-style);
1320
+ border-bottom-width: 1px;
1321
+ }
1322
+ .border-b-2 {
1323
+ border-bottom-style: var(--tw-border-style);
1324
+ border-bottom-width: 2px;
1325
+ }
1326
+ .border-l {
1327
+ border-left-style: var(--tw-border-style);
1328
+ border-left-width: 1px;
1329
+ }
1330
+ .border-fd-foreground\/10 {
1331
+ border-color: color-mix(in srgb, hsl(0, 0%, 3.9%) 10%, transparent);
1332
+ @supports (color: color-mix(in lab, red, red)) {
1333
+ border-color: color-mix(in oklab, var(--color-fd-foreground) 10%, transparent);
1334
+ }
1335
+ }
1336
+ .border-fd-primary {
1337
+ border-color: var(--color-fd-primary);
1338
+ }
1339
+ .border-transparent {
1340
+ border-color: transparent;
1341
+ }
1342
+ .bg-\(--callout-color\)\/50 {
1343
+ background-color: var(--callout-color);
1344
+ @supports (color: color-mix(in lab, red, red)) {
1345
+ background-color: color-mix(in oklab, var(--callout-color) 50%, transparent);
1346
+ }
1347
+ }
1348
+ .bg-\(--shiki-light-bg\) {
1349
+ background-color: var(--shiki-light-bg);
1350
+ }
1351
+ .bg-fd-accent {
1352
+ background-color: var(--color-fd-accent);
1353
+ }
1354
+ .bg-fd-background {
1355
+ background-color: var(--color-fd-background);
1356
+ }
1357
+ .bg-fd-background\/80 {
1358
+ background-color: color-mix(in srgb, hsl(0, 0%, 96%) 80%, transparent);
1359
+ @supports (color: color-mix(in lab, red, red)) {
1360
+ background-color: color-mix(in oklab, var(--color-fd-background) 80%, transparent);
1361
+ }
1362
+ }
1363
+ .bg-fd-border {
1364
+ background-color: var(--color-fd-border);
1365
+ }
1366
+ .bg-fd-card {
1367
+ background-color: var(--color-fd-card);
1368
+ }
1369
+ .bg-fd-foreground\/10 {
1370
+ background-color: color-mix(in srgb, hsl(0, 0%, 3.9%) 10%, transparent);
1371
+ @supports (color: color-mix(in lab, red, red)) {
1372
+ background-color: color-mix(in oklab, var(--color-fd-foreground) 10%, transparent);
1373
+ }
1374
+ }
1375
+ .bg-fd-muted {
1376
+ background-color: var(--color-fd-muted);
1377
+ }
1378
+ .bg-fd-overlay {
1379
+ background-color: var(--color-fd-overlay);
1380
+ }
1381
+ .bg-fd-popover {
1382
+ background-color: var(--color-fd-popover);
1383
+ }
1384
+ .bg-fd-popover\/60 {
1385
+ background-color: color-mix(in srgb, hsl(0, 0%, 98%) 60%, transparent);
1386
+ @supports (color: color-mix(in lab, red, red)) {
1387
+ background-color: color-mix(in oklab, var(--color-fd-popover) 60%, transparent);
1388
+ }
1389
+ }
1390
+ .bg-fd-primary {
1391
+ background-color: var(--color-fd-primary);
1392
+ }
1393
+ .bg-fd-primary\/10 {
1394
+ background-color: color-mix(in srgb, hsl(0, 0%, 9%) 10%, transparent);
1395
+ @supports (color: color-mix(in lab, red, red)) {
1396
+ background-color: color-mix(in oklab, var(--color-fd-primary) 10%, transparent);
1397
+ }
1398
+ }
1399
+ .bg-fd-secondary {
1400
+ background-color: var(--color-fd-secondary);
1401
+ }
1402
+ .bg-fd-secondary\/50 {
1403
+ background-color: color-mix(in srgb, hsl(0, 0%, 93.1%) 50%, transparent);
1404
+ @supports (color: color-mix(in lab, red, red)) {
1405
+ background-color: color-mix(in oklab, var(--color-fd-secondary) 50%, transparent);
1406
+ }
1407
+ }
1408
+ .bg-transparent {
1409
+ background-color: transparent;
1410
+ }
1411
+ .mask-\[linear-gradient\(to_bottom\,transparent\,white_16px\,white_calc\(100\%-16px\)\,transparent\)\] {
1412
+ mask-image: linear-gradient(to bottom,transparent,white 16px,white calc(100% - 16px),transparent);
1413
+ }
1414
+ .fill-\(--callout-color\) {
1415
+ fill: var(--callout-color);
1416
+ }
1417
+ .stroke-current\/25 {
1418
+ stroke: currentcolor;
1419
+ @supports (color: color-mix(in lab, red, red)) {
1420
+ stroke: color-mix(in oklab, currentcolor 25%, transparent);
1421
+ }
1422
+ }
1423
+ .stroke-fd-foreground\/10 {
1424
+ stroke: color-mix(in srgb, hsl(0, 0%, 3.9%) 10%, transparent);
1425
+ @supports (color: color-mix(in lab, red, red)) {
1426
+ stroke: color-mix(in oklab, var(--color-fd-foreground) 10%, transparent);
1427
+ }
1428
+ }
1429
+ .p-0 {
1430
+ padding: calc(var(--spacing) * 0);
1431
+ }
1432
+ .p-0\.5 {
1433
+ padding: calc(var(--spacing) * 0.5);
1434
+ }
1435
+ .p-1 {
1436
+ padding: calc(var(--spacing) * 1);
1437
+ }
1438
+ .p-1\.5 {
1439
+ padding: calc(var(--spacing) * 1.5);
1440
+ }
1441
+ .p-2 {
1442
+ padding: calc(var(--spacing) * 2);
1443
+ }
1444
+ .p-3 {
1445
+ padding: calc(var(--spacing) * 3);
1446
+ }
1447
+ .p-4 {
1448
+ padding: calc(var(--spacing) * 4);
1449
+ }
1450
+ .px-1\.5 {
1451
+ padding-inline: calc(var(--spacing) * 1.5);
1452
+ }
1453
+ .px-2 {
1454
+ padding-inline: calc(var(--spacing) * 2);
1455
+ }
1456
+ .px-2\.5 {
1457
+ padding-inline: calc(var(--spacing) * 2.5);
1458
+ }
1459
+ .px-3 {
1460
+ padding-inline: calc(var(--spacing) * 3);
1461
+ }
1462
+ .px-4 {
1463
+ padding-inline: calc(var(--spacing) * 4);
1464
+ }
1465
+ .px-6 {
1466
+ padding-inline: calc(var(--spacing) * 6);
1467
+ }
1468
+ .py-0\.5 {
1469
+ padding-block: calc(var(--spacing) * 0.5);
1470
+ }
1471
+ .py-1 {
1472
+ padding-block: calc(var(--spacing) * 1);
1473
+ }
1474
+ .py-1\.5 {
1475
+ padding-block: calc(var(--spacing) * 1.5);
1476
+ }
1477
+ .py-2 {
1478
+ padding-block: calc(var(--spacing) * 2);
1479
+ }
1480
+ .py-2\.5 {
1481
+ padding-block: calc(var(--spacing) * 2.5);
1482
+ }
1483
+ .py-3 {
1484
+ padding-block: calc(var(--spacing) * 3);
1485
+ }
1486
+ .py-3\.5 {
1487
+ padding-block: calc(var(--spacing) * 3.5);
1488
+ }
1489
+ .py-6 {
1490
+ padding-block: calc(var(--spacing) * 6);
1491
+ }
1492
+ .py-8 {
1493
+ padding-block: calc(var(--spacing) * 8);
1494
+ }
1495
+ .py-12 {
1496
+ padding-block: calc(var(--spacing) * 12);
1497
+ }
1498
+ .ps-1 {
1499
+ padding-inline-start: calc(var(--spacing) * 1);
1500
+ }
1501
+ .ps-2 {
1502
+ padding-inline-start: calc(var(--spacing) * 2);
1503
+ }
1504
+ .ps-2\.5 {
1505
+ padding-inline-start: calc(var(--spacing) * 2.5);
1506
+ }
1507
+ .ps-3 {
1508
+ padding-inline-start: calc(var(--spacing) * 3);
1509
+ }
1510
+ .ps-4 {
1511
+ padding-inline-start: calc(var(--spacing) * 4);
1512
+ }
1513
+ .ps-6 {
1514
+ padding-inline-start: calc(var(--spacing) * 6);
1515
+ }
1516
+ .ps-8 {
1517
+ padding-inline-start: calc(var(--spacing) * 8);
1518
+ }
1519
+ .pe-2 {
1520
+ padding-inline-end: calc(var(--spacing) * 2);
1521
+ }
1522
+ .pe-2\.5 {
1523
+ padding-inline-end: calc(var(--spacing) * 2.5);
1524
+ }
1525
+ .pe-4 {
1526
+ padding-inline-end: calc(var(--spacing) * 4);
1527
+ }
1528
+ .pt-0 {
1529
+ padding-top: calc(var(--spacing) * 0);
1530
+ }
1531
+ .pt-2 {
1532
+ padding-top: calc(var(--spacing) * 2);
1533
+ }
1534
+ .pt-3 {
1535
+ padding-top: calc(var(--spacing) * 3);
1536
+ }
1537
+ .pt-12 {
1538
+ padding-top: calc(var(--spacing) * 12);
1539
+ }
1540
+ .pb-1\.5 {
1541
+ padding-bottom: calc(var(--spacing) * 1.5);
1542
+ }
1543
+ .pb-2 {
1544
+ padding-bottom: calc(var(--spacing) * 2);
1545
+ }
1546
+ .pl-4 {
1547
+ padding-left: calc(var(--spacing) * 4);
1548
+ }
1549
+ .text-center {
1550
+ text-align: center;
1551
+ }
1552
+ .text-end {
1553
+ text-align: end;
1554
+ }
1555
+ .text-start {
1556
+ text-align: start;
1557
+ }
1558
+ .font-mono {
1559
+ font-family: var(--font-mono);
1560
+ }
1561
+ .text-3xl {
1562
+ font-size: var(--text-3xl);
1563
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
1564
+ }
1565
+ .text-base {
1566
+ font-size: var(--text-base);
1567
+ line-height: var(--tw-leading, var(--text-base--line-height));
1568
+ }
1569
+ .text-lg {
1570
+ font-size: var(--text-lg);
1571
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1572
+ }
1573
+ .text-sm {
1574
+ font-size: var(--text-sm);
1575
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1576
+ }
1577
+ .text-xs {
1578
+ font-size: var(--text-xs);
1579
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1580
+ }
1581
+ .text-\[0\.8125rem\] {
1582
+ font-size: 0.8125rem;
1583
+ }
1584
+ .text-\[0\.9375rem\] {
1585
+ font-size: 0.9375rem;
1586
+ }
1587
+ .text-\[1\.75em\] {
1588
+ font-size: 1.75em;
1589
+ }
1590
+ .font-medium {
1591
+ --tw-font-weight: var(--font-weight-medium);
1592
+ font-weight: var(--font-weight-medium);
1593
+ }
1594
+ .font-semibold {
1595
+ --tw-font-weight: var(--font-weight-semibold);
1596
+ font-weight: var(--font-weight-semibold);
1597
+ }
1598
+ .text-nowrap {
1599
+ text-wrap: nowrap;
1600
+ }
1601
+ .wrap-anywhere {
1602
+ overflow-wrap: anywhere;
1603
+ }
1604
+ .whitespace-nowrap {
1605
+ white-space: nowrap;
1606
+ }
1607
+ .text-fd-accent-foreground {
1608
+ color: var(--color-fd-accent-foreground);
1609
+ }
1610
+ .text-fd-card {
1611
+ color: var(--color-fd-card);
1612
+ }
1613
+ .text-fd-card-foreground {
1614
+ color: var(--color-fd-card-foreground);
1615
+ }
1616
+ .text-fd-foreground {
1617
+ color: var(--color-fd-foreground);
1618
+ }
1619
+ .text-fd-foreground\/80 {
1620
+ color: color-mix(in srgb, hsl(0, 0%, 3.9%) 80%, transparent);
1621
+ @supports (color: color-mix(in lab, red, red)) {
1622
+ color: color-mix(in oklab, var(--color-fd-foreground) 80%, transparent);
1623
+ }
1624
+ }
1625
+ .text-fd-muted-foreground {
1626
+ color: var(--color-fd-muted-foreground);
1627
+ }
1628
+ .text-fd-muted-foreground\/50 {
1629
+ color: color-mix(in srgb, hsl(0, 0%, 45.1%) 50%, transparent);
1630
+ @supports (color: color-mix(in lab, red, red)) {
1631
+ color: color-mix(in oklab, var(--color-fd-muted-foreground) 50%, transparent);
1632
+ }
1633
+ }
1634
+ .text-fd-popover-foreground {
1635
+ color: var(--color-fd-popover-foreground);
1636
+ }
1637
+ .text-fd-popover-foreground\/80 {
1638
+ color: color-mix(in srgb, hsl(0, 0%, 15.1%) 80%, transparent);
1639
+ @supports (color: color-mix(in lab, red, red)) {
1640
+ color: color-mix(in oklab, var(--color-fd-popover-foreground) 80%, transparent);
1641
+ }
1642
+ }
1643
+ .text-fd-primary {
1644
+ color: var(--color-fd-primary);
1645
+ }
1646
+ .text-fd-primary-foreground {
1647
+ color: var(--color-fd-primary-foreground);
1648
+ }
1649
+ .text-fd-primary\/50 {
1650
+ color: color-mix(in srgb, hsl(0, 0%, 9%) 50%, transparent);
1651
+ @supports (color: color-mix(in lab, red, red)) {
1652
+ color: color-mix(in oklab, var(--color-fd-primary) 50%, transparent);
1653
+ }
1654
+ }
1655
+ .text-fd-secondary-foreground {
1656
+ color: var(--color-fd-secondary-foreground);
1657
+ }
1658
+ .italic {
1659
+ font-style: italic;
1660
+ }
1661
+ .line-through {
1662
+ text-decoration-line: line-through;
1663
+ }
1664
+ .underline {
1665
+ text-decoration-line: underline;
1666
+ }
1667
+ .opacity-0 {
1668
+ opacity: 0%;
1669
+ }
1670
+ .shadow-2xl {
1671
+ --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
1672
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1673
+ }
1674
+ .shadow-lg {
1675
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1676
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1677
+ }
1678
+ .shadow-md {
1679
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1680
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1681
+ }
1682
+ .shadow-sm {
1683
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1684
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1685
+ }
1686
+ .shadow-black\/50 {
1687
+ --tw-shadow-color: color-mix(in srgb, #000 50%, transparent);
1688
+ @supports (color: color-mix(in lab, red, red)) {
1689
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 50%, transparent) var(--tw-shadow-alpha), transparent);
1690
+ }
1691
+ }
1692
+ .outline {
1693
+ outline-style: var(--tw-outline-style);
1694
+ outline-width: 1px;
1695
+ }
1696
+ .filter {
1697
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1698
+ }
1699
+ .backdrop-blur-lg {
1700
+ --tw-backdrop-blur: blur(var(--blur-lg));
1701
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1702
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1703
+ }
1704
+ .backdrop-blur-sm {
1705
+ --tw-backdrop-blur: blur(var(--blur-sm));
1706
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1707
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1708
+ }
1709
+ .backdrop-blur-xs {
1710
+ --tw-backdrop-blur: blur(var(--blur-xs));
1711
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1712
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1713
+ }
1714
+ .transition {
1715
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
1716
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1717
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1718
+ }
1719
+ .transition-\[grid-template-columns\] {
1720
+ transition-property: grid-template-columns;
1721
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1722
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1723
+ }
1724
+ .transition-\[height\] {
1725
+ transition-property: height;
1726
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1727
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1728
+ }
1729
+ .transition-\[width\,height\] {
1730
+ transition-property: width,height;
1731
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1732
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1733
+ }
1734
+ .transition-\[width\,inset-block\,translate\,background-color\] {
1735
+ transition-property: width,inset-block,translate,background-color;
1736
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1737
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1738
+ }
1739
+ .transition-all {
1740
+ transition-property: all;
1741
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1742
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1743
+ }
1744
+ .transition-colors {
1745
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1746
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1747
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1748
+ }
1749
+ .transition-opacity {
1750
+ transition-property: opacity;
1751
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1752
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1753
+ }
1754
+ .transition-transform {
1755
+ transition-property: transform, translate, scale, rotate;
1756
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1757
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1758
+ }
1759
+ .duration-100 {
1760
+ --tw-duration: 100ms;
1761
+ transition-duration: 100ms;
1762
+ }
1763
+ .duration-200 {
1764
+ --tw-duration: 200ms;
1765
+ transition-duration: 200ms;
1766
+ }
1767
+ .duration-250 {
1768
+ --tw-duration: 250ms;
1769
+ transition-duration: 250ms;
1770
+ }
1771
+ .duration-300 {
1772
+ --tw-duration: 300ms;
1773
+ transition-duration: 300ms;
1774
+ }
1775
+ .duration-400 {
1776
+ --tw-duration: 400ms;
1777
+ transition-duration: 400ms;
1778
+ }
1779
+ .outline-none {
1780
+ --tw-outline-style: none;
1781
+ outline-style: none;
1782
+ }
1783
+ .select-none {
1784
+ -webkit-user-select: none;
1785
+ user-select: none;
1786
+ }
1787
+ .\[--fd-docs-height\:100dvh\] {
1788
+ --fd-docs-height: 100dvh;
1789
+ }
1790
+ .\[--fd-header-height\:0px\] {
1791
+ --fd-header-height: 0px;
1792
+ }
1793
+ .\[--fd-layout-width\:1400px\] {
1794
+ --fd-layout-width: 1400px;
1795
+ }
1796
+ .\[--fd-nav-height\:56px\] {
1797
+ --fd-nav-height: 56px;
1798
+ }
1799
+ .\[--fd-sidebar-width\:0px\] {
1800
+ --fd-sidebar-width: 0px;
1801
+ }
1802
+ .\[--fd-toc-popover-height\:0px\] {
1803
+ --fd-toc-popover-height: 0px;
1804
+ }
1805
+ .\[--fd-toc-width\:0px\] {
1806
+ --fd-toc-width: 0px;
1807
+ }
1808
+ .\[grid-area\:header\] {
1809
+ grid-area: header;
1810
+ }
1811
+ .\[grid-area\:main\] {
1812
+ grid-area: main;
1813
+ }
1814
+ .\[grid-area\:sidebar\] {
1815
+ grid-area: sidebar;
1816
+ }
1817
+ .\[grid-area\:toc-popover\] {
1818
+ grid-area: toc-popover;
1819
+ }
1820
+ .\[grid-area\:toc\] {
1821
+ grid-area: toc;
1822
+ }
1823
+ .\[scrollbar-width\:none\] {
1824
+ scrollbar-width: none;
1825
+ }
1826
+ .\*\:pointer-events-auto {
1827
+ :is(& > *) {
1828
+ pointer-events: auto;
1829
+ }
1830
+ }
1831
+ .\*\:col-start-1 {
1832
+ :is(& > *) {
1833
+ grid-column-start: 1;
1834
+ }
1835
+ }
1836
+ .\*\:row-start-1 {
1837
+ :is(& > *) {
1838
+ grid-row-start: 1;
1839
+ }
1840
+ }
1841
+ .\*\:mx-auto {
1842
+ :is(& > *) {
1843
+ margin-inline: auto;
1844
+ }
1845
+ }
1846
+ .\*\:my-auto {
1847
+ :is(& > *) {
1848
+ margin-block: auto;
1849
+ }
1850
+ }
1851
+ .\*\:flex {
1852
+ :is(& > *) {
1853
+ display: flex;
1854
+ }
1855
+ }
1856
+ .\*\:w-\(--fd-sidebar-width\) {
1857
+ :is(& > *) {
1858
+ width: var(--fd-sidebar-width);
1859
+ }
1860
+ }
1861
+ .\*\:max-w-\(--fd-layout-width\) {
1862
+ :is(& > *) {
1863
+ max-width: var(--fd-layout-width);
1864
+ }
1865
+ }
1866
+ .\*\:max-w-\[900px\] {
1867
+ :is(& > *) {
1868
+ max-width: 900px;
1869
+ }
1870
+ }
1871
+ .\*\:max-w-\[1285px\] {
1872
+ :is(& > *) {
1873
+ max-width: 1285px;
1874
+ }
1875
+ }
1876
+ .\*\:flex-col {
1877
+ :is(& > *) {
1878
+ flex-direction: column;
1879
+ }
1880
+ }
1881
+ .\*\:border-b {
1882
+ :is(& > *) {
1883
+ border-bottom-style: var(--tw-border-style);
1884
+ border-bottom-width: 1px;
1885
+ }
1886
+ }
1887
+ .not-last\:mb-2 {
1888
+ &:not(*:last-child) {
1889
+ margin-bottom: calc(var(--spacing) * 2);
1890
+ }
1891
+ }
1892
+ .group-data-\[state\=active\]\:bg-fd-primary {
1893
+ &:is(:where(.group)[data-state="active"] *) {
1894
+ background-color: var(--color-fd-primary);
1895
+ }
1896
+ }
1897
+ .group-data-\[state\=open\]\:rotate-90 {
1898
+ &:is(:where(.group)[data-state="open"] *) {
1899
+ rotate: 90deg;
1900
+ }
1901
+ }
1902
+ .group-data-\[state\=open\]\:rotate-180 {
1903
+ &:is(:where(.group)[data-state="open"] *) {
1904
+ rotate: 180deg;
1905
+ }
1906
+ }
1907
+ .peer-hover\:opacity-100 {
1908
+ &:is(:where(.peer):hover ~ *) {
1909
+ @media (hover: hover) {
1910
+ opacity: 100%;
1911
+ }
1912
+ }
1913
+ }
1914
+ .placeholder\:text-fd-muted-foreground {
1915
+ &::placeholder {
1916
+ color: var(--color-fd-muted-foreground);
1917
+ }
1918
+ }
1919
+ .before\:absolute {
1920
+ &::before {
1921
+ content: var(--tw-content);
1922
+ position: absolute;
1923
+ }
1924
+ }
1925
+ .before\:inset-y-1 {
1926
+ &::before {
1927
+ content: var(--tw-content);
1928
+ inset-block: calc(var(--spacing) * 1);
1929
+ }
1930
+ }
1931
+ .before\:start-2\.5 {
1932
+ &::before {
1933
+ content: var(--tw-content);
1934
+ inset-inline-start: calc(var(--spacing) * 2.5);
1935
+ }
1936
+ }
1937
+ .before\:w-px {
1938
+ &::before {
1939
+ content: var(--tw-content);
1940
+ width: 1px;
1941
+ }
1942
+ }
1943
+ .before\:bg-fd-border {
1944
+ &::before {
1945
+ content: var(--tw-content);
1946
+ background-color: var(--color-fd-border);
1947
+ }
1948
+ }
1949
+ .before\:content-\[\'\'\] {
1950
+ &::before {
1951
+ --tw-content: '';
1952
+ content: var(--tw-content);
1953
+ }
1954
+ }
1955
+ .first\:ms-0 {
1956
+ &:first-child {
1957
+ margin-inline-start: calc(var(--spacing) * 0);
1958
+ }
1959
+ }
1960
+ .first\:mt-0 {
1961
+ &:first-child {
1962
+ margin-top: calc(var(--spacing) * 0);
1963
+ }
1964
+ }
1965
+ .first\:pt-0 {
1966
+ &:first-child {
1967
+ padding-top: calc(var(--spacing) * 0);
1968
+ }
1969
+ }
1970
+ .last\:me-0 {
1971
+ &:last-child {
1972
+ margin-inline-end: calc(var(--spacing) * 0);
1973
+ }
1974
+ }
1975
+ .last\:rounded-b-xl {
1976
+ &:last-child {
1977
+ border-bottom-right-radius: var(--radius-xl);
1978
+ border-bottom-left-radius: var(--radius-xl);
1979
+ }
1980
+ }
1981
+ .last\:pb-0 {
1982
+ &:last-child {
1983
+ padding-bottom: calc(var(--spacing) * 0);
1984
+ }
1985
+ }
1986
+ .\*\:last\:border-b-0 {
1987
+ :is(& > *) {
1988
+ &:last-child {
1989
+ border-bottom-style: var(--tw-border-style);
1990
+ border-bottom-width: 0px;
1991
+ }
1992
+ }
1993
+ }
1994
+ .empty\:mb-0 {
1995
+ &:empty {
1996
+ margin-bottom: calc(var(--spacing) * 0);
1997
+ }
1998
+ }
1999
+ .empty\:hidden {
2000
+ &:empty {
2001
+ display: none;
2002
+ }
2003
+ }
2004
+ .hover\:bg-fd-accent {
2005
+ &:hover {
2006
+ @media (hover: hover) {
2007
+ background-color: var(--color-fd-accent);
2008
+ }
2009
+ }
2010
+ }
2011
+ .hover\:bg-fd-accent\/50 {
2012
+ &:hover {
2013
+ @media (hover: hover) {
2014
+ background-color: color-mix(in srgb, hsla(0, 0%, 82%, 50%) 50%, transparent);
2015
+ @supports (color: color-mix(in lab, red, red)) {
2016
+ background-color: color-mix(in oklab, var(--color-fd-accent) 50%, transparent);
2017
+ }
2018
+ }
2019
+ }
2020
+ }
2021
+ .hover\:bg-fd-accent\/80 {
2022
+ &:hover {
2023
+ @media (hover: hover) {
2024
+ background-color: color-mix(in srgb, hsla(0, 0%, 82%, 50%) 80%, transparent);
2025
+ @supports (color: color-mix(in lab, red, red)) {
2026
+ background-color: color-mix(in oklab, var(--color-fd-accent) 80%, transparent);
2027
+ }
2028
+ }
2029
+ }
2030
+ }
2031
+ .hover\:bg-fd-primary\/80 {
2032
+ &:hover {
2033
+ @media (hover: hover) {
2034
+ background-color: color-mix(in srgb, hsl(0, 0%, 9%) 80%, transparent);
2035
+ @supports (color: color-mix(in lab, red, red)) {
2036
+ background-color: color-mix(in oklab, var(--color-fd-primary) 80%, transparent);
2037
+ }
2038
+ }
2039
+ }
2040
+ }
2041
+ .hover\:text-fd-accent-foreground {
2042
+ &:hover {
2043
+ @media (hover: hover) {
2044
+ color: var(--color-fd-accent-foreground);
2045
+ }
2046
+ }
2047
+ }
2048
+ .hover\:text-fd-accent-foreground\/80 {
2049
+ &:hover {
2050
+ @media (hover: hover) {
2051
+ color: color-mix(in srgb, hsl(0, 0%, 9%) 80%, transparent);
2052
+ @supports (color: color-mix(in lab, red, red)) {
2053
+ color: color-mix(in oklab, var(--color-fd-accent-foreground) 80%, transparent);
2054
+ }
2055
+ }
2056
+ }
2057
+ }
2058
+ .hover\:text-fd-popover-foreground\/50 {
2059
+ &:hover {
2060
+ @media (hover: hover) {
2061
+ color: color-mix(in srgb, hsl(0, 0%, 15.1%) 50%, transparent);
2062
+ @supports (color: color-mix(in lab, red, red)) {
2063
+ color: color-mix(in oklab, var(--color-fd-popover-foreground) 50%, transparent);
2064
+ }
2065
+ }
2066
+ }
2067
+ }
2068
+ .hover\:opacity-80 {
2069
+ &:hover {
2070
+ @media (hover: hover) {
2071
+ opacity: 80%;
2072
+ }
2073
+ }
2074
+ }
2075
+ .hover\:transition-none {
2076
+ &:hover {
2077
+ @media (hover: hover) {
2078
+ transition-property: none;
2079
+ }
2080
+ }
2081
+ }
2082
+ .focus-visible\:ring-2 {
2083
+ &:focus-visible {
2084
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2085
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2086
+ }
2087
+ }
2088
+ .focus-visible\:ring-fd-ring {
2089
+ &:focus-visible {
2090
+ --tw-ring-color: var(--color-fd-ring);
2091
+ }
2092
+ }
2093
+ .focus-visible\:outline-none {
2094
+ &:focus-visible {
2095
+ --tw-outline-style: none;
2096
+ outline-style: none;
2097
+ }
2098
+ }
2099
+ .focus-visible\:ring-inset {
2100
+ &:focus-visible {
2101
+ --tw-ring-inset: inset;
2102
+ }
2103
+ }
2104
+ .disabled\:pointer-events-none {
2105
+ &:disabled {
2106
+ pointer-events: none;
2107
+ }
2108
+ }
2109
+ .disabled\:opacity-50 {
2110
+ &:disabled {
2111
+ opacity: 50%;
2112
+ }
2113
+ }
2114
+ .has-focus-visible\:bg-fd-accent {
2115
+ &:has(*:focus-visible) {
2116
+ background-color: var(--color-fd-accent);
2117
+ }
2118
+ }
2119
+ .has-data-\[active\=true\]\:text-fd-primary {
2120
+ &:has(*[data-active="true"]) {
2121
+ color: var(--color-fd-primary);
2122
+ }
2123
+ }
2124
+ .\*\:has-\[\+\:last-child\[data-empty\=true\]\]\:border-b-0 {
2125
+ :is(& > *) {
2126
+ &:has(+:last-child[data-empty=true]) {
2127
+ border-bottom-style: var(--tw-border-style);
2128
+ border-bottom-width: 0px;
2129
+ }
2130
+ }
2131
+ }
2132
+ .data-checked\:text-fd-accent-foreground {
2133
+ &[data-checked] {
2134
+ color: var(--color-fd-accent-foreground);
2135
+ }
2136
+ }
2137
+ .data-\[active\=true\]\:bg-fd-primary\/10 {
2138
+ &[data-active="true"] {
2139
+ background-color: color-mix(in srgb, hsl(0, 0%, 9%) 10%, transparent);
2140
+ @supports (color: color-mix(in lab, red, red)) {
2141
+ background-color: color-mix(in oklab, var(--color-fd-primary) 10%, transparent);
2142
+ }
2143
+ }
2144
+ }
2145
+ .data-\[active\=true\]\:font-medium {
2146
+ &[data-active="true"] {
2147
+ --tw-font-weight: var(--font-weight-medium);
2148
+ font-weight: var(--font-weight-medium);
2149
+ }
2150
+ }
2151
+ .data-\[active\=true\]\:text-fd-primary {
2152
+ &[data-active="true"] {
2153
+ color: var(--color-fd-primary);
2154
+ }
2155
+ }
2156
+ .data-\[active\=true\]\:before\:absolute {
2157
+ &[data-active="true"] {
2158
+ &::before {
2159
+ content: var(--tw-content);
2160
+ position: absolute;
2161
+ }
2162
+ }
2163
+ }
2164
+ .data-\[active\=true\]\:before\:inset-y-2\.5 {
2165
+ &[data-active="true"] {
2166
+ &::before {
2167
+ content: var(--tw-content);
2168
+ inset-block: calc(var(--spacing) * 2.5);
2169
+ }
2170
+ }
2171
+ }
2172
+ .data-\[active\=true\]\:before\:start-2\.5 {
2173
+ &[data-active="true"] {
2174
+ &::before {
2175
+ content: var(--tw-content);
2176
+ inset-inline-start: calc(var(--spacing) * 2.5);
2177
+ }
2178
+ }
2179
+ }
2180
+ .data-\[active\=true\]\:before\:w-px {
2181
+ &[data-active="true"] {
2182
+ &::before {
2183
+ content: var(--tw-content);
2184
+ width: 1px;
2185
+ }
2186
+ }
2187
+ }
2188
+ .data-\[active\=true\]\:before\:bg-fd-primary {
2189
+ &[data-active="true"] {
2190
+ &::before {
2191
+ content: var(--tw-content);
2192
+ background-color: var(--color-fd-primary);
2193
+ }
2194
+ }
2195
+ }
2196
+ .data-\[active\=true\]\:before\:content-\[\'\'\] {
2197
+ &[data-active="true"] {
2198
+ &::before {
2199
+ --tw-content: '';
2200
+ content: var(--tw-content);
2201
+ }
2202
+ }
2203
+ }
2204
+ .data-\[active\=true\]\:hover\:transition-colors {
2205
+ &[data-active="true"] {
2206
+ &:hover {
2207
+ @media (hover: hover) {
2208
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
2209
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2210
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2211
+ }
2212
+ }
2213
+ }
2214
+ }
2215
+ .data-\[collapsed\=false\]\:hidden {
2216
+ &[data-collapsed="false"] {
2217
+ display: none;
2218
+ }
2219
+ }
2220
+ .\*\:data-\[empty\=true\]\:border-b-0 {
2221
+ :is(& > *) {
2222
+ &[data-empty="true"] {
2223
+ border-bottom-style: var(--tw-border-style);
2224
+ border-bottom-width: 0px;
2225
+ }
2226
+ }
2227
+ }
2228
+ .data-\[motion\=from-end\]\:animate-fd-enterFromRight {
2229
+ &[data-motion="from-end"] {
2230
+ animation: var(--animate-fd-enterFromRight);
2231
+ }
2232
+ }
2233
+ .data-\[motion\=from-start\]\:animate-fd-enterFromLeft {
2234
+ &[data-motion="from-start"] {
2235
+ animation: var(--animate-fd-enterFromLeft);
2236
+ }
2237
+ }
2238
+ .data-\[motion\=to-end\]\:animate-fd-exitToRight {
2239
+ &[data-motion="to-end"] {
2240
+ animation: var(--animate-fd-exitToRight);
2241
+ }
2242
+ }
2243
+ .data-\[motion\=to-start\]\:animate-fd-exitToLeft {
2244
+ &[data-motion="to-start"] {
2245
+ animation: var(--animate-fd-exitToLeft);
2246
+ }
2247
+ }
2248
+ .data-\[state\=active\]\:border-fd-primary {
2249
+ &[data-state="active"] {
2250
+ border-color: var(--color-fd-primary);
2251
+ }
2252
+ }
2253
+ .data-\[state\=active\]\:text-fd-primary {
2254
+ &[data-state="active"] {
2255
+ color: var(--color-fd-primary);
2256
+ }
2257
+ }
2258
+ .data-\[state\=closed\]\:animate-fd-accordion-up {
2259
+ &[data-state="closed"] {
2260
+ animation: var(--animate-fd-accordion-up);
2261
+ }
2262
+ }
2263
+ .data-\[state\=closed\]\:animate-fd-collapsible-up {
2264
+ &[data-state="closed"] {
2265
+ animation: var(--animate-fd-collapsible-up);
2266
+ }
2267
+ }
2268
+ .data-\[state\=closed\]\:animate-fd-dialog-out {
2269
+ &[data-state="closed"] {
2270
+ animation: var(--animate-fd-dialog-out);
2271
+ }
2272
+ }
2273
+ .data-\[state\=closed\]\:animate-fd-fade-out {
2274
+ &[data-state="closed"] {
2275
+ animation: var(--animate-fd-fade-out);
2276
+ }
2277
+ }
2278
+ .data-\[state\=closed\]\:animate-fd-nav-menu-out {
2279
+ &[data-state="closed"] {
2280
+ animation: var(--animate-fd-nav-menu-out);
2281
+ }
2282
+ }
2283
+ .data-\[state\=closed\]\:animate-fd-popover-out {
2284
+ &[data-state="closed"] {
2285
+ animation: var(--animate-fd-popover-out);
2286
+ }
2287
+ }
2288
+ .data-\[state\=closed\]\:animate-fd-sidebar-out {
2289
+ &[data-state="closed"] {
2290
+ animation: var(--animate-fd-sidebar-out);
2291
+ }
2292
+ }
2293
+ .data-\[state\=hidden\]\:animate-fd-fade-out {
2294
+ &[data-state="hidden"] {
2295
+ animation: var(--animate-fd-fade-out);
2296
+ }
2297
+ }
2298
+ .data-\[state\=inactive\]\:hidden {
2299
+ &[data-state="inactive"] {
2300
+ display: none;
2301
+ }
2302
+ }
2303
+ .data-\[state\=open\]\:animate-fd-accordion-down {
2304
+ &[data-state="open"] {
2305
+ animation: var(--animate-fd-accordion-down);
2306
+ }
2307
+ }
2308
+ .data-\[state\=open\]\:animate-fd-collapsible-down {
2309
+ &[data-state="open"] {
2310
+ animation: var(--animate-fd-collapsible-down);
2311
+ }
2312
+ }
2313
+ .data-\[state\=open\]\:animate-fd-dialog-in {
2314
+ &[data-state="open"] {
2315
+ animation: var(--animate-fd-dialog-in);
2316
+ }
2317
+ }
2318
+ .data-\[state\=open\]\:animate-fd-fade-in {
2319
+ &[data-state="open"] {
2320
+ animation: var(--animate-fd-fade-in);
2321
+ }
2322
+ }
2323
+ .data-\[state\=open\]\:animate-fd-nav-menu-in {
2324
+ &[data-state="open"] {
2325
+ animation: var(--animate-fd-nav-menu-in);
2326
+ }
2327
+ }
2328
+ .data-\[state\=open\]\:animate-fd-popover-in {
2329
+ &[data-state="open"] {
2330
+ animation: var(--animate-fd-popover-in);
2331
+ }
2332
+ }
2333
+ .data-\[state\=open\]\:animate-fd-sidebar-in {
2334
+ &[data-state="open"] {
2335
+ animation: var(--animate-fd-sidebar-in);
2336
+ }
2337
+ }
2338
+ .data-\[state\=open\]\:bg-fd-accent {
2339
+ &[data-state="open"] {
2340
+ background-color: var(--color-fd-accent);
2341
+ }
2342
+ }
2343
+ .data-\[state\=open\]\:bg-fd-accent\/50 {
2344
+ &[data-state="open"] {
2345
+ background-color: color-mix(in srgb, hsla(0, 0%, 82%, 50%) 50%, transparent);
2346
+ @supports (color: color-mix(in lab, red, red)) {
2347
+ background-color: color-mix(in oklab, var(--color-fd-accent) 50%, transparent);
2348
+ }
2349
+ }
2350
+ }
2351
+ .data-\[state\=open\]\:text-fd-accent-foreground {
2352
+ &[data-state="open"] {
2353
+ color: var(--color-fd-accent-foreground);
2354
+ }
2355
+ }
2356
+ .data-\[transparent\=false\]\:bg-fd-background\/80 {
2357
+ &[data-transparent="false"] {
2358
+ background-color: color-mix(in srgb, hsl(0, 0%, 96%) 80%, transparent);
2359
+ @supports (color: color-mix(in lab, red, red)) {
2360
+ background-color: color-mix(in oklab, var(--color-fd-background) 80%, transparent);
2361
+ }
2362
+ }
2363
+ }
2364
+ .max-xl\:hidden {
2365
+ @media (width < 80rem) {
2366
+ display: none;
2367
+ }
2368
+ }
2369
+ .max-lg\:flex {
2370
+ @media (width < 64rem) {
2371
+ display: flex;
2372
+ }
2373
+ }
2374
+ .max-lg\:hidden {
2375
+ @media (width < 64rem) {
2376
+ display: none;
2377
+ }
2378
+ }
2379
+ .max-lg\:rounded-b-2xl {
2380
+ @media (width < 64rem) {
2381
+ border-bottom-right-radius: var(--radius-2xl);
2382
+ border-bottom-left-radius: var(--radius-2xl);
2383
+ }
2384
+ }
2385
+ .max-lg\:shadow-lg {
2386
+ @media (width < 64rem) {
2387
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2388
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2389
+ }
2390
+ }
2391
+ .max-md\:invisible {
2392
+ @media (width < 48rem) {
2393
+ visibility: hidden;
2394
+ }
2395
+ }
2396
+ .max-md\:inset-x-0 {
2397
+ @media (width < 48rem) {
2398
+ inset-inline: calc(var(--spacing) * 0);
2399
+ }
2400
+ }
2401
+ .max-md\:bottom-0 {
2402
+ @media (width < 48rem) {
2403
+ bottom: calc(var(--spacing) * 0);
2404
+ }
2405
+ }
2406
+ .max-md\:flex {
2407
+ @media (width < 48rem) {
2408
+ display: flex;
2409
+ }
2410
+ }
2411
+ .max-md\:hidden {
2412
+ @media (width < 48rem) {
2413
+ display: none;
2414
+ }
2415
+ }
2416
+ .max-md\:rounded-md {
2417
+ @media (width < 48rem) {
2418
+ border-radius: var(--radius-md);
2419
+ }
2420
+ }
2421
+ .max-md\:border {
2422
+ @media (width < 48rem) {
2423
+ border-style: var(--tw-border-style);
2424
+ border-width: 1px;
2425
+ }
2426
+ }
2427
+ .max-md\:bg-fd-background {
2428
+ @media (width < 48rem) {
2429
+ background-color: var(--color-fd-background);
2430
+ }
2431
+ }
2432
+ .max-md\:bg-fd-secondary {
2433
+ @media (width < 48rem) {
2434
+ background-color: var(--color-fd-secondary);
2435
+ }
2436
+ }
2437
+ .max-md\:p-1\.5 {
2438
+ @media (width < 48rem) {
2439
+ padding: calc(var(--spacing) * 1.5);
2440
+ }
2441
+ }
2442
+ .max-sm\:mt-2 {
2443
+ @media (width < 40rem) {
2444
+ margin-top: calc(var(--spacing) * 2);
2445
+ }
2446
+ }
2447
+ .max-sm\:hidden {
2448
+ @media (width < 40rem) {
2449
+ display: none;
2450
+ }
2451
+ }
2452
+ .sm\:hidden {
2453
+ @media (width >= 40rem) {
2454
+ display: none;
2455
+ }
2456
+ }
2457
+ .sm\:flex-row {
2458
+ @media (width >= 40rem) {
2459
+ flex-direction: row;
2460
+ }
2461
+ }
2462
+ .sm\:items-center {
2463
+ @media (width >= 40rem) {
2464
+ align-items: center;
2465
+ }
2466
+ }
2467
+ .sm\:justify-end {
2468
+ @media (width >= 40rem) {
2469
+ justify-content: flex-end;
2470
+ }
2471
+ }
2472
+ .md\:sticky {
2473
+ @media (width >= 48rem) {
2474
+ position: sticky;
2475
+ }
2476
+ }
2477
+ .md\:top-\[calc\(50\%-250px\)\] {
2478
+ @media (width >= 48rem) {
2479
+ top: calc(50% - 250px);
2480
+ }
2481
+ }
2482
+ .md\:mx-auto {
2483
+ @media (width >= 48rem) {
2484
+ margin-inline: auto;
2485
+ }
2486
+ }
2487
+ .md\:mt-1 {
2488
+ @media (width >= 48rem) {
2489
+ margin-top: calc(var(--spacing) * 1);
2490
+ }
2491
+ }
2492
+ .md\:mb-auto {
2493
+ @media (width >= 48rem) {
2494
+ margin-bottom: auto;
2495
+ }
2496
+ }
2497
+ .md\:hidden {
2498
+ @media (width >= 48rem) {
2499
+ display: none;
2500
+ }
2501
+ }
2502
+ .md\:size-5 {
2503
+ @media (width >= 48rem) {
2504
+ width: calc(var(--spacing) * 5);
2505
+ height: calc(var(--spacing) * 5);
2506
+ }
2507
+ }
2508
+ .md\:h-\[calc\(100dvh-56px\)\] {
2509
+ @media (width >= 48rem) {
2510
+ height: calc(100dvh - 56px);
2511
+ }
2512
+ }
2513
+ .md\:w-\[300px\] {
2514
+ @media (width >= 48rem) {
2515
+ width: 300px;
2516
+ }
2517
+ }
2518
+ .md\:grid-cols-2 {
2519
+ @media (width >= 48rem) {
2520
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2521
+ }
2522
+ }
2523
+ .md\:gap-2 {
2524
+ @media (width >= 48rem) {
2525
+ gap: calc(var(--spacing) * 2);
2526
+ }
2527
+ }
2528
+ .md\:px-6 {
2529
+ @media (width >= 48rem) {
2530
+ padding-inline: calc(var(--spacing) * 6);
2531
+ }
2532
+ }
2533
+ .md\:pt-8 {
2534
+ @media (width >= 48rem) {
2535
+ padding-top: calc(var(--spacing) * 8);
2536
+ }
2537
+ }
2538
+ .has-data-\[collapsed\=true\]\:md\:flex {
2539
+ &:has(*[data-collapsed="true"]) {
2540
+ @media (width >= 48rem) {
2541
+ display: flex;
2542
+ }
2543
+ }
2544
+ }
2545
+ .lg\:hidden {
2546
+ @media (width >= 64rem) {
2547
+ display: none;
2548
+ }
2549
+ }
2550
+ .lg\:grid-cols-3 {
2551
+ @media (width >= 64rem) {
2552
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2553
+ }
2554
+ }
2555
+ .lg\:flex-row {
2556
+ @media (width >= 64rem) {
2557
+ flex-direction: row;
2558
+ }
2559
+ }
2560
+ .lg\:items-center {
2561
+ @media (width >= 64rem) {
2562
+ align-items: center;
2563
+ }
2564
+ }
2565
+ .xl\:hidden {
2566
+ @media (width >= 80rem) {
2567
+ display: none;
2568
+ }
2569
+ }
2570
+ .xl\:px-8 {
2571
+ @media (width >= 80rem) {
2572
+ padding-inline: calc(var(--spacing) * 8);
2573
+ }
2574
+ }
2575
+ .xl\:pt-14 {
2576
+ @media (width >= 80rem) {
2577
+ padding-top: calc(var(--spacing) * 14);
2578
+ }
2579
+ }
2580
+ .\@max-xl\:hidden {
2581
+ @container (width < 36rem) {
2582
+ display: none;
2583
+ }
2584
+ }
2585
+ .\@max-lg\:col-span-full {
2586
+ @container (width < 32rem) {
2587
+ grid-column: 1 / -1;
2588
+ }
2589
+ }
2590
+ .rtl\:-translate-x-2 {
2591
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
2592
+ --tw-translate-x: calc(var(--spacing) * -2);
2593
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2594
+ }
2595
+ }
2596
+ .rtl\:translate-x-full {
2597
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
2598
+ --tw-translate-x: 100%;
2599
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2600
+ }
2601
+ }
2602
+ .rtl\:-scale-x-100 {
2603
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
2604
+ --tw-scale-x: calc(100% * -1);
2605
+ scale: var(--tw-scale-x) var(--tw-scale-y);
2606
+ }
2607
+ }
2608
+ .rtl\:rotate-180 {
2609
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
2610
+ rotate: 180deg;
2611
+ }
2612
+ }
2613
+ .dark\:bg-\(--shiki-dark-bg\) {
2614
+ &:where(.dark, .dark *) {
2615
+ background-color: var(--shiki-dark-bg);
2616
+ }
2617
+ }
2618
+ .layout\:\[--fd-header-height\:--spacing\(14\)\] {
2619
+ #nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&) {
2620
+ --fd-header-height: calc(var(--spacing) * 14);
2621
+ }
2622
+ }
2623
+ .max-xl\:layout\:\[--fd-toc-popover-height\:--spacing\(10\)\] {
2624
+ @media (width < 80rem) {
2625
+ #nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&) {
2626
+ --fd-toc-popover-height: calc(var(--spacing) * 10);
2627
+ }
2628
+ }
2629
+ }
2630
+ .max-md\:layout\:\[--fd-header-height\:--spacing\(14\)\] {
2631
+ @media (width < 48rem) {
2632
+ #nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&) {
2633
+ --fd-header-height: calc(var(--spacing) * 14);
2634
+ }
2635
+ }
2636
+ }
2637
+ .md\:layout\:\[--fd-sidebar-width\:268px\] {
2638
+ @media (width >= 48rem) {
2639
+ #nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&) {
2640
+ --fd-sidebar-width: 268px;
2641
+ }
2642
+ }
2643
+ }
2644
+ .lg\:layout\:\[--fd-header-height\:--spacing\(24\)\] {
2645
+ @media (width >= 64rem) {
2646
+ #nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&) {
2647
+ --fd-header-height: calc(var(--spacing) * 24);
2648
+ }
2649
+ }
2650
+ }
2651
+ .xl\:layout\:\[--fd-toc-width\:268px\] {
2652
+ @media (width >= 80rem) {
2653
+ #nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&) {
2654
+ --fd-toc-width: 268px;
2655
+ }
2656
+ }
2657
+ }
2658
+ .\[\&_svg\]\:size-3\.5 {
2659
+ & svg {
2660
+ width: calc(var(--spacing) * 3.5);
2661
+ height: calc(var(--spacing) * 3.5);
2662
+ }
2663
+ }
2664
+ .\[\&_svg\]\:size-4 {
2665
+ & svg {
2666
+ width: calc(var(--spacing) * 4);
2667
+ height: calc(var(--spacing) * 4);
2668
+ }
2669
+ }
2670
+ .\[\&_svg\]\:size-4\.5 {
2671
+ & svg {
2672
+ width: calc(var(--spacing) * 4.5);
2673
+ height: calc(var(--spacing) * 4.5);
2674
+ }
2675
+ }
2676
+ .\[\&_svg\]\:size-5 {
2677
+ & svg {
2678
+ width: calc(var(--spacing) * 5);
2679
+ height: calc(var(--spacing) * 5);
2680
+ }
2681
+ }
2682
+ .\[\&_svg\]\:size-5\.5 {
2683
+ & svg {
2684
+ width: calc(var(--spacing) * 5.5);
2685
+ height: calc(var(--spacing) * 5.5);
2686
+ }
2687
+ }
2688
+ .\[\&_svg\]\:size-full {
2689
+ & svg {
2690
+ width: 100%;
2691
+ height: 100%;
2692
+ }
2693
+ }
2694
+ .\[\&_svg\]\:shrink-0 {
2695
+ & svg {
2696
+ flex-shrink: 0;
2697
+ }
2698
+ }
2699
+ .\[\&\>figure\:only-child\]\:-m-4 {
2700
+ &>figure:only-child {
2701
+ margin: calc(var(--spacing) * -4);
2702
+ }
2703
+ }
2704
+ .\[\&\>figure\:only-child\]\:border-none {
2705
+ &>figure:only-child {
2706
+ --tw-border-style: none;
2707
+ border-style: none;
2708
+ }
2709
+ }
2710
+ }
2711
+ .dark {
2712
+ --color-fd-background: hsl(0, 0%, 7.04%);
2713
+ --color-fd-foreground: hsl(0, 0%, 92%);
2714
+ --color-fd-muted: hsl(0, 0%, 12.9%);
2715
+ --color-fd-muted-foreground: hsla(0, 0%, 70%, 0.8);
2716
+ --color-fd-popover: hsl(0, 0%, 11.6%);
2717
+ --color-fd-popover-foreground: hsl(0, 0%, 86.9%);
2718
+ --color-fd-card: hsl(0, 0%, 9.8%);
2719
+ --color-fd-card-foreground: hsl(0, 0%, 98%);
2720
+ --color-fd-border: hsla(0, 0%, 40%, 20%);
2721
+ --color-fd-primary: hsl(0, 0%, 98%);
2722
+ --color-fd-primary-foreground: hsl(0, 0%, 9%);
2723
+ --color-fd-secondary: hsl(0, 0%, 12.9%);
2724
+ --color-fd-secondary-foreground: hsl(0, 0%, 92%);
2725
+ --color-fd-accent: hsla(0, 0%, 40.9%, 30%);
2726
+ --color-fd-accent-foreground: hsl(0, 0%, 90%);
2727
+ --color-fd-ring: hsl(0, 0%, 54.9%);
2728
+ --color-fd-overlay: hsla(0, 0%, 0%, 0.2);
2729
+ }
2730
+ .dark #nd-sidebar {
2731
+ --color-fd-muted: hsl(0, 0%, 16%);
2732
+ --color-fd-secondary: hsl(0, 0%, 18%);
2733
+ --color-fd-muted-foreground: hsl(0, 0%, 72%);
2734
+ }
2735
+ .shiki:not(.not-fumadocs-codeblock *) {
2736
+ --padding-left: calc(var(--spacing) * 4);
2737
+ --padding-right: calc(var(--spacing) * 4);
2738
+ code span {
2739
+ color: var(--shiki-light);
2740
+ }
2741
+ }
2742
+ .dark .shiki:not(.not-fumadocs-codeblock *) {
2743
+ code span {
2744
+ color: var(--shiki-dark);
2745
+ }
2746
+ }
2747
+ :is(pre *):is(.shiki *):not(.not-fumadocs-codeblock *) {
2748
+ .line& {
2749
+ position: relative;
2750
+ min-height: 1lh;
2751
+ padding-left: var(--padding-left);
2752
+ padding-right: var(--padding-right);
2753
+ }
2754
+ .has-focused .line&:not(.focused) {
2755
+ filter: blur(2px);
2756
+ transition: filter 200ms;
2757
+ }
2758
+ .has-focused:hover .line&:not(.focused) {
2759
+ filter: blur(0);
2760
+ }
2761
+ [data-line-numbers] .twoslash-meta-line& {
2762
+ padding-left: calc(var(--padding-left) + 7 * var(--spacing));
2763
+ }
2764
+ [data-line-numbers] .line& {
2765
+ counter-increment: line;
2766
+ padding-left: calc(var(--padding-left) + 7 * var(--spacing));
2767
+ }
2768
+ [data-line-numbers] .line&::after {
2769
+ position: absolute;
2770
+ content: counter(line);
2771
+ color: var(--fd-counter-color, hsl(0, 0%, 45.1%));
2772
+ @supports (color: color-mix(in lab, red, red)) {
2773
+ color: color-mix( in oklab, var(--fd-counter-color, var(--color-fd-muted-foreground)) 60%, transparent );
2774
+ }
2775
+ top: calc(var(--spacing) * 0);
2776
+ left: calc(var(--spacing) * 4);
2777
+ }
2778
+ .diff&::before {
2779
+ position: absolute;
2780
+ left: calc(var(--spacing) * 1.5);
2781
+ }
2782
+ .diff.remove& {
2783
+ opacity: 0.7;
2784
+ --fd-counter-color: var(--color-fd-diff-remove-symbol);
2785
+ background-color: var(--color-fd-diff-remove);
2786
+ }
2787
+ .diff.remove&::before {
2788
+ content: '-';
2789
+ color: var(--color-fd-diff-remove-symbol);
2790
+ }
2791
+ .diff.add& {
2792
+ --fd-counter-color: var(--color-fd-diff-add-symbol);
2793
+ background-color: var(--color-fd-diff-add);
2794
+ }
2795
+ .diff.add&::before {
2796
+ content: '+';
2797
+ color: var(--color-fd-diff-add-symbol);
2798
+ }
2799
+ .highlighted& {
2800
+ --fd-counter-color: var(--color-fd-primary);
2801
+ padding-left: calc(var(--padding-left) - 2px);
2802
+ border-left-style: var(--tw-border-style);
2803
+ border-left-width: 2px;
2804
+ border-color: color-mix(in srgb, hsl(0, 0%, 9%) 50%, transparent);
2805
+ @supports (color: color-mix(in lab, red, red)) {
2806
+ border-color: color-mix(in oklab, var(--color-fd-primary) 50%, transparent);
2807
+ }
2808
+ background-color: color-mix(in srgb, hsl(0, 0%, 9%) 10%, transparent);
2809
+ @supports (color: color-mix(in lab, red, red)) {
2810
+ background-color: color-mix(in oklab, var(--color-fd-primary) 10%, transparent);
2811
+ }
2812
+ }
2813
+ .highlighted-word& {
2814
+ padding: 1px;
2815
+ margin-block: -1px;
2816
+ border-radius: var(--radius-md);
2817
+ border-style: var(--tw-border-style);
2818
+ border-width: 1px;
2819
+ border-color: color-mix(in srgb, hsl(0, 0%, 9%) 30%, transparent);
2820
+ @supports (color: color-mix(in lab, red, red)) {
2821
+ border-color: color-mix(in oklab, var(--color-fd-primary) 30%, transparent);
2822
+ }
2823
+ background-color: color-mix(in srgb, hsl(0, 0%, 9%) 10%, transparent);
2824
+ @supports (color: color-mix(in lab, red, red)) {
2825
+ background-color: color-mix(in oklab, var(--color-fd-primary) 10%, transparent);
2826
+ }
2827
+ --tw-font-weight: var(--font-weight-medium);
2828
+ font-weight: var(--font-weight-medium);
2829
+ }
2830
+ }
2831
+ :root {
2832
+ --fd-sidebar-drawer-offset: 100%;
2833
+ }
2834
+ [dir='rtl'] {
2835
+ --fd-sidebar-drawer-offset: -100%;
2836
+ }
2837
+ @layer base {
2838
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
2839
+ border-color: var(--color-fd-border, currentColor);
2840
+ }
2841
+ body {
2842
+ background-color: var(--color-fd-background);
2843
+ color: var(--color-fd-foreground);
2844
+ }
2845
+ }
2846
+ @property --radix-collapsible-content-height {
2847
+ syntax: '<length>';
2848
+ inherits: false;
2849
+ initial-value: 0px;
2850
+ }
2851
+ @layer base {
2852
+ body {
2853
+ display: flex;
2854
+ min-height: 100vh;
2855
+ flex-direction: column;
2856
+ }
2857
+ }
2858
+ @property --tw-border-style {
2859
+ syntax: "*";
2860
+ inherits: false;
2861
+ initial-value: solid;
2862
+ }
2863
+ @property --tw-translate-x {
2864
+ syntax: "*";
2865
+ inherits: false;
2866
+ initial-value: 0;
2867
+ }
2868
+ @property --tw-translate-y {
2869
+ syntax: "*";
2870
+ inherits: false;
2871
+ initial-value: 0;
2872
+ }
2873
+ @property --tw-translate-z {
2874
+ syntax: "*";
2875
+ inherits: false;
2876
+ initial-value: 0;
2877
+ }
2878
+ @property --tw-rotate-x {
2879
+ syntax: "*";
2880
+ inherits: false;
2881
+ }
2882
+ @property --tw-rotate-y {
2883
+ syntax: "*";
2884
+ inherits: false;
2885
+ }
2886
+ @property --tw-rotate-z {
2887
+ syntax: "*";
2888
+ inherits: false;
2889
+ }
2890
+ @property --tw-skew-x {
2891
+ syntax: "*";
2892
+ inherits: false;
2893
+ }
2894
+ @property --tw-skew-y {
2895
+ syntax: "*";
2896
+ inherits: false;
2897
+ }
2898
+ @property --tw-divide-y-reverse {
2899
+ syntax: "*";
2900
+ inherits: false;
2901
+ initial-value: 0;
2902
+ }
2903
+ @property --tw-font-weight {
2904
+ syntax: "*";
2905
+ inherits: false;
2906
+ }
2907
+ @property --tw-shadow {
2908
+ syntax: "*";
2909
+ inherits: false;
2910
+ initial-value: 0 0 #0000;
2911
+ }
2912
+ @property --tw-shadow-color {
2913
+ syntax: "*";
2914
+ inherits: false;
2915
+ }
2916
+ @property --tw-shadow-alpha {
2917
+ syntax: "<percentage>";
2918
+ inherits: false;
2919
+ initial-value: 100%;
2920
+ }
2921
+ @property --tw-inset-shadow {
2922
+ syntax: "*";
2923
+ inherits: false;
2924
+ initial-value: 0 0 #0000;
2925
+ }
2926
+ @property --tw-inset-shadow-color {
2927
+ syntax: "*";
2928
+ inherits: false;
2929
+ }
2930
+ @property --tw-inset-shadow-alpha {
2931
+ syntax: "<percentage>";
2932
+ inherits: false;
2933
+ initial-value: 100%;
2934
+ }
2935
+ @property --tw-ring-color {
2936
+ syntax: "*";
2937
+ inherits: false;
2938
+ }
2939
+ @property --tw-ring-shadow {
2940
+ syntax: "*";
2941
+ inherits: false;
2942
+ initial-value: 0 0 #0000;
2943
+ }
2944
+ @property --tw-inset-ring-color {
2945
+ syntax: "*";
2946
+ inherits: false;
2947
+ }
2948
+ @property --tw-inset-ring-shadow {
2949
+ syntax: "*";
2950
+ inherits: false;
2951
+ initial-value: 0 0 #0000;
2952
+ }
2953
+ @property --tw-ring-inset {
2954
+ syntax: "*";
2955
+ inherits: false;
2956
+ }
2957
+ @property --tw-ring-offset-width {
2958
+ syntax: "<length>";
2959
+ inherits: false;
2960
+ initial-value: 0px;
2961
+ }
2962
+ @property --tw-ring-offset-color {
2963
+ syntax: "*";
2964
+ inherits: false;
2965
+ initial-value: #fff;
2966
+ }
2967
+ @property --tw-ring-offset-shadow {
2968
+ syntax: "*";
2969
+ inherits: false;
2970
+ initial-value: 0 0 #0000;
2971
+ }
2972
+ @property --tw-outline-style {
2973
+ syntax: "*";
2974
+ inherits: false;
2975
+ initial-value: solid;
2976
+ }
2977
+ @property --tw-blur {
2978
+ syntax: "*";
2979
+ inherits: false;
2980
+ }
2981
+ @property --tw-brightness {
2982
+ syntax: "*";
2983
+ inherits: false;
2984
+ }
2985
+ @property --tw-contrast {
2986
+ syntax: "*";
2987
+ inherits: false;
2988
+ }
2989
+ @property --tw-grayscale {
2990
+ syntax: "*";
2991
+ inherits: false;
2992
+ }
2993
+ @property --tw-hue-rotate {
2994
+ syntax: "*";
2995
+ inherits: false;
2996
+ }
2997
+ @property --tw-invert {
2998
+ syntax: "*";
2999
+ inherits: false;
3000
+ }
3001
+ @property --tw-opacity {
3002
+ syntax: "*";
3003
+ inherits: false;
3004
+ }
3005
+ @property --tw-saturate {
3006
+ syntax: "*";
3007
+ inherits: false;
3008
+ }
3009
+ @property --tw-sepia {
3010
+ syntax: "*";
3011
+ inherits: false;
3012
+ }
3013
+ @property --tw-drop-shadow {
3014
+ syntax: "*";
3015
+ inherits: false;
3016
+ }
3017
+ @property --tw-drop-shadow-color {
3018
+ syntax: "*";
3019
+ inherits: false;
3020
+ }
3021
+ @property --tw-drop-shadow-alpha {
3022
+ syntax: "<percentage>";
3023
+ inherits: false;
3024
+ initial-value: 100%;
3025
+ }
3026
+ @property --tw-drop-shadow-size {
3027
+ syntax: "*";
3028
+ inherits: false;
3029
+ }
3030
+ @property --tw-backdrop-blur {
3031
+ syntax: "*";
3032
+ inherits: false;
3033
+ }
3034
+ @property --tw-backdrop-brightness {
3035
+ syntax: "*";
3036
+ inherits: false;
3037
+ }
3038
+ @property --tw-backdrop-contrast {
3039
+ syntax: "*";
3040
+ inherits: false;
3041
+ }
3042
+ @property --tw-backdrop-grayscale {
3043
+ syntax: "*";
3044
+ inherits: false;
3045
+ }
3046
+ @property --tw-backdrop-hue-rotate {
3047
+ syntax: "*";
3048
+ inherits: false;
3049
+ }
3050
+ @property --tw-backdrop-invert {
3051
+ syntax: "*";
3052
+ inherits: false;
3053
+ }
3054
+ @property --tw-backdrop-opacity {
3055
+ syntax: "*";
3056
+ inherits: false;
3057
+ }
3058
+ @property --tw-backdrop-saturate {
3059
+ syntax: "*";
3060
+ inherits: false;
3061
+ }
3062
+ @property --tw-backdrop-sepia {
3063
+ syntax: "*";
3064
+ inherits: false;
3065
+ }
3066
+ @property --tw-duration {
3067
+ syntax: "*";
3068
+ inherits: false;
3069
+ }
3070
+ @property --tw-content {
3071
+ syntax: "*";
3072
+ initial-value: "";
3073
+ inherits: false;
3074
+ }
3075
+ @property --tw-scale-x {
3076
+ syntax: "*";
3077
+ inherits: false;
3078
+ initial-value: 1;
3079
+ }
3080
+ @property --tw-scale-y {
3081
+ syntax: "*";
3082
+ inherits: false;
3083
+ initial-value: 1;
3084
+ }
3085
+ @property --tw-scale-z {
3086
+ syntax: "*";
3087
+ inherits: false;
3088
+ initial-value: 1;
3089
+ }
3090
+ @keyframes pulse {
3091
+ 50% {
3092
+ opacity: 0.5;
3093
+ }
3094
+ }
3095
+ @keyframes fd-sidebar-in {
3096
+ from {
3097
+ transform: translateX(var(--fd-sidebar-drawer-offset));
3098
+ }
3099
+ }
3100
+ @keyframes fd-sidebar-out {
3101
+ to {
3102
+ transform: translateX(var(--fd-sidebar-drawer-offset));
3103
+ }
3104
+ }
3105
+ @keyframes fd-collapsible-down {
3106
+ from {
3107
+ height: 0;
3108
+ opacity: 0;
3109
+ }
3110
+ to {
3111
+ height: var(--radix-collapsible-content-height);
3112
+ }
3113
+ }
3114
+ @keyframes fd-collapsible-up {
3115
+ from {
3116
+ height: var(--radix-collapsible-content-height);
3117
+ }
3118
+ to {
3119
+ height: 0;
3120
+ opacity: 0;
3121
+ }
3122
+ }
3123
+ @keyframes fd-accordion-down {
3124
+ from {
3125
+ height: 0;
3126
+ opacity: 0.5;
3127
+ }
3128
+ to {
3129
+ height: var(--radix-accordion-content-height);
3130
+ }
3131
+ }
3132
+ @keyframes fd-accordion-up {
3133
+ from {
3134
+ height: var(--radix-accordion-content-height);
3135
+ }
3136
+ to {
3137
+ height: 0;
3138
+ opacity: 0.5;
3139
+ }
3140
+ }
3141
+ @keyframes fd-dialog-in {
3142
+ from {
3143
+ transform: scale(1.06);
3144
+ opacity: 0;
3145
+ }
3146
+ to {
3147
+ transform: scale(1);
3148
+ }
3149
+ }
3150
+ @keyframes fd-dialog-out {
3151
+ from {
3152
+ transform: scale(1);
3153
+ }
3154
+ to {
3155
+ transform: scale(1.04);
3156
+ opacity: 0;
3157
+ }
3158
+ }
3159
+ @keyframes fd-popover-in {
3160
+ from {
3161
+ opacity: 0;
3162
+ transform: scale(0.9);
3163
+ }
3164
+ }
3165
+ @keyframes fd-popover-out {
3166
+ to {
3167
+ opacity: 0;
3168
+ transform: scale(0.9);
3169
+ }
3170
+ }
3171
+ @keyframes fd-fade-in {
3172
+ from {
3173
+ opacity: 0;
3174
+ }
3175
+ to {
3176
+ opacity: 1;
3177
+ }
3178
+ }
3179
+ @keyframes fd-fade-out {
3180
+ from {
3181
+ opacity: 1;
3182
+ }
3183
+ to {
3184
+ opacity: 0;
3185
+ }
3186
+ }
3187
+ @keyframes fd-enterFromRight {
3188
+ from {
3189
+ opacity: 0;
3190
+ transform: translateX(200px);
3191
+ }
3192
+ to {
3193
+ opacity: 1;
3194
+ transform: translateX(0);
3195
+ }
3196
+ }
3197
+ @keyframes fd-enterFromLeft {
3198
+ from {
3199
+ opacity: 0;
3200
+ transform: translateX(-200px);
3201
+ }
3202
+ to {
3203
+ opacity: 1;
3204
+ transform: translateX(0);
3205
+ }
3206
+ }
3207
+ @keyframes fd-exitToRight {
3208
+ from {
3209
+ opacity: 1;
3210
+ transform: translateX(0);
3211
+ }
3212
+ to {
3213
+ opacity: 0;
3214
+ transform: translateX(200px);
3215
+ }
3216
+ }
3217
+ @keyframes fd-exitToLeft {
3218
+ from {
3219
+ opacity: 1;
3220
+ transform: translateX(0);
3221
+ }
3222
+ to {
3223
+ opacity: 0;
3224
+ transform: translateX(-200px);
3225
+ }
3226
+ }
3227
+ @keyframes fd-nav-menu-in {
3228
+ from {
3229
+ opacity: 0;
3230
+ height: 0px;
3231
+ }
3232
+ to {
3233
+ opacity: 1;
3234
+ height: var(--radix-navigation-menu-viewport-height);
3235
+ }
3236
+ }
3237
+ @keyframes fd-nav-menu-out {
3238
+ from {
3239
+ opacity: 1;
3240
+ height: var(--radix-navigation-menu-viewport-height);
3241
+ }
3242
+ to {
3243
+ opacity: 0;
3244
+ height: 0px;
3245
+ }
3246
+ }
3247
+ @layer properties {
3248
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
3249
+ *, ::before, ::after, ::backdrop {
3250
+ --tw-border-style: solid;
3251
+ --tw-translate-x: 0;
3252
+ --tw-translate-y: 0;
3253
+ --tw-translate-z: 0;
3254
+ --tw-rotate-x: initial;
3255
+ --tw-rotate-y: initial;
3256
+ --tw-rotate-z: initial;
3257
+ --tw-skew-x: initial;
3258
+ --tw-skew-y: initial;
3259
+ --tw-divide-y-reverse: 0;
3260
+ --tw-font-weight: initial;
3261
+ --tw-shadow: 0 0 #0000;
3262
+ --tw-shadow-color: initial;
3263
+ --tw-shadow-alpha: 100%;
3264
+ --tw-inset-shadow: 0 0 #0000;
3265
+ --tw-inset-shadow-color: initial;
3266
+ --tw-inset-shadow-alpha: 100%;
3267
+ --tw-ring-color: initial;
3268
+ --tw-ring-shadow: 0 0 #0000;
3269
+ --tw-inset-ring-color: initial;
3270
+ --tw-inset-ring-shadow: 0 0 #0000;
3271
+ --tw-ring-inset: initial;
3272
+ --tw-ring-offset-width: 0px;
3273
+ --tw-ring-offset-color: #fff;
3274
+ --tw-ring-offset-shadow: 0 0 #0000;
3275
+ --tw-outline-style: solid;
3276
+ --tw-blur: initial;
3277
+ --tw-brightness: initial;
3278
+ --tw-contrast: initial;
3279
+ --tw-grayscale: initial;
3280
+ --tw-hue-rotate: initial;
3281
+ --tw-invert: initial;
3282
+ --tw-opacity: initial;
3283
+ --tw-saturate: initial;
3284
+ --tw-sepia: initial;
3285
+ --tw-drop-shadow: initial;
3286
+ --tw-drop-shadow-color: initial;
3287
+ --tw-drop-shadow-alpha: 100%;
3288
+ --tw-drop-shadow-size: initial;
3289
+ --tw-backdrop-blur: initial;
3290
+ --tw-backdrop-brightness: initial;
3291
+ --tw-backdrop-contrast: initial;
3292
+ --tw-backdrop-grayscale: initial;
3293
+ --tw-backdrop-hue-rotate: initial;
3294
+ --tw-backdrop-invert: initial;
3295
+ --tw-backdrop-opacity: initial;
3296
+ --tw-backdrop-saturate: initial;
3297
+ --tw-backdrop-sepia: initial;
3298
+ --tw-duration: initial;
3299
+ --tw-content: "";
3300
+ --tw-scale-x: 1;
3301
+ --tw-scale-y: 1;
3302
+ --tw-scale-z: 1;
3303
+ --radix-collapsible-content-height: 0px;
3304
+ }
3305
+ }
3306
+ }