@docyrus/ui-pro-ai-assistant 0.0.2 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (314) hide show
  1. package/dist/components/assistant-animations.d.ts +3 -3
  2. package/dist/docy-assistant.d.ts +1 -1
  3. package/dist/index.js +74 -47
  4. package/dist/index.js.map +1 -1
  5. package/dist/styles.css +5137 -0
  6. package/dist/types/index.d.ts +3 -3
  7. package/dist/views/assistant-view.d.ts +2 -2
  8. package/package.json +38 -36
  9. package/src/components/assistant-animations.tsx +0 -29
  10. package/src/components/assistant-dialogs.tsx +0 -235
  11. package/src/components/code-view.tsx +0 -278
  12. package/src/components/create-agent-task.tsx +0 -104
  13. package/src/components/create-new-work-version.tsx +0 -30
  14. package/src/components/extract-web.tsx +0 -160
  15. package/src/components/forward-to-agent.tsx +0 -90
  16. package/src/components/generate-chart.tsx +0 -101
  17. package/src/components/generative-action-button.tsx +0 -122
  18. package/src/components/generative-tool.tsx +0 -685
  19. package/src/components/generative-ui-object.tsx +0 -210
  20. package/src/components/input-area.tsx +0 -1209
  21. package/src/components/json-schema-layout.tsx +0 -326
  22. package/src/components/list-item-card.tsx +0 -92
  23. package/src/components/mermaid-diagram.tsx +0 -192
  24. package/src/components/preview-image.tsx +0 -47
  25. package/src/components/request-approval.tsx +0 -48
  26. package/src/components/request-user-input.tsx +0 -270
  27. package/src/components/search-web.tsx +0 -319
  28. package/src/components/sheet-command.tsx +0 -88
  29. package/src/components/shell-canvas.tsx +0 -122
  30. package/src/components/show-advanced-data-table.tsx +0 -352
  31. package/src/components/show-generated-content-options.tsx +0 -93
  32. package/src/components/show-people-cards.tsx +0 -180
  33. package/src/components/subagent-tool.tsx +0 -180
  34. package/src/components/text-editor-tool.tsx +0 -328
  35. package/src/components/work-canvas.tsx +0 -88
  36. package/src/components/work-card.tsx +0 -42
  37. package/src/declarations.d.ts +0 -1
  38. package/src/docy-assistant.tsx +0 -1962
  39. package/src/hooks/index.ts +0 -7
  40. package/src/hooks/use-assistant-api.ts +0 -507
  41. package/src/hooks/use-deployment-data.ts +0 -162
  42. package/src/hooks/use-project-state.ts +0 -347
  43. package/src/hooks/use-session-state.ts +0 -207
  44. package/src/hooks/use-speech-recognition.ts +0 -137
  45. package/src/hooks/use-ui-state.ts +0 -185
  46. package/src/hooks/use-works-state.ts +0 -146
  47. package/src/i18n/context.tsx +0 -253
  48. package/src/i18n/index.ts +0 -19
  49. package/src/i18n/locales/de.json +0 -198
  50. package/src/i18n/locales/el.json +0 -198
  51. package/src/i18n/locales/en.json +0 -226
  52. package/src/i18n/locales/es.json +0 -198
  53. package/src/i18n/locales/fr.json +0 -198
  54. package/src/i18n/locales/it.json +0 -198
  55. package/src/i18n/locales/pt.json +0 -198
  56. package/src/i18n/locales/sl.json +0 -198
  57. package/src/i18n/locales/tr.json +0 -211
  58. package/src/i18n/types.ts +0 -23
  59. package/src/i18n/use-translation.ts +0 -17
  60. package/src/index.ts +0 -18
  61. package/src/internal/plate-editor/editor/auth-context.ts +0 -11
  62. package/src/internal/plate-editor/editor/editor-base-kit.tsx +0 -39
  63. package/src/internal/plate-editor/editor/editor-kit.tsx +0 -89
  64. package/src/internal/plate-editor/editor/plate-editor.tsx +0 -75
  65. package/src/internal/plate-editor/editor/plate-types.ts +0 -126
  66. package/src/internal/plate-editor/editor/plugins/ai-kit.tsx +0 -172
  67. package/src/internal/plate-editor/editor/plugins/autoformat-kit.tsx +0 -211
  68. package/src/internal/plate-editor/editor/plugins/basic-blocks-base-kit.tsx +0 -26
  69. package/src/internal/plate-editor/editor/plugins/basic-blocks-kit.tsx +0 -51
  70. package/src/internal/plate-editor/editor/plugins/basic-marks-base-kit.tsx +0 -24
  71. package/src/internal/plate-editor/editor/plugins/basic-marks-kit.tsx +0 -38
  72. package/src/internal/plate-editor/editor/plugins/basic-nodes-kit.tsx +0 -6
  73. package/src/internal/plate-editor/editor/plugins/block-menu-kit.tsx +0 -14
  74. package/src/internal/plate-editor/editor/plugins/block-placeholder-kit.tsx +0 -17
  75. package/src/internal/plate-editor/editor/plugins/block-selection-kit.tsx +0 -31
  76. package/src/internal/plate-editor/editor/plugins/callout-base-kit.tsx +0 -5
  77. package/src/internal/plate-editor/editor/plugins/callout-kit.tsx +0 -7
  78. package/src/internal/plate-editor/editor/plugins/code-block-base-kit.tsx +0 -23
  79. package/src/internal/plate-editor/editor/plugins/code-block-kit.tsx +0 -26
  80. package/src/internal/plate-editor/editor/plugins/column-base-kit.tsx +0 -8
  81. package/src/internal/plate-editor/editor/plugins/column-kit.tsx +0 -7
  82. package/src/internal/plate-editor/editor/plugins/comment-base-kit.tsx +0 -5
  83. package/src/internal/plate-editor/editor/plugins/comment-kit.tsx +0 -174
  84. package/src/internal/plate-editor/editor/plugins/copilot-kit.tsx +0 -68
  85. package/src/internal/plate-editor/editor/plugins/cursor-overlay-kit.tsx +0 -13
  86. package/src/internal/plate-editor/editor/plugins/date-base-kit.tsx +0 -5
  87. package/src/internal/plate-editor/editor/plugins/date-kit.tsx +0 -7
  88. package/src/internal/plate-editor/editor/plugins/discussion-kit.tsx +0 -36
  89. package/src/internal/plate-editor/editor/plugins/dnd-kit.tsx +0 -27
  90. package/src/internal/plate-editor/editor/plugins/docx-export-kit.tsx +0 -43
  91. package/src/internal/plate-editor/editor/plugins/docx-kit.tsx +0 -6
  92. package/src/internal/plate-editor/editor/plugins/emoji-kit.tsx +0 -15
  93. package/src/internal/plate-editor/editor/plugins/exit-break-kit.tsx +0 -12
  94. package/src/internal/plate-editor/editor/plugins/floating-toolbar-kit.tsx +0 -19
  95. package/src/internal/plate-editor/editor/plugins/font-base-kit.tsx +0 -36
  96. package/src/internal/plate-editor/editor/plugins/font-kit.tsx +0 -47
  97. package/src/internal/plate-editor/editor/plugins/indent-base-kit.tsx +0 -19
  98. package/src/internal/plate-editor/editor/plugins/indent-kit.tsx +0 -22
  99. package/src/internal/plate-editor/editor/plugins/link-base-kit.tsx +0 -5
  100. package/src/internal/plate-editor/editor/plugins/link-kit.tsx +0 -35
  101. package/src/internal/plate-editor/editor/plugins/list-base-kit.tsx +0 -24
  102. package/src/internal/plate-editor/editor/plugins/list-kit.tsx +0 -27
  103. package/src/internal/plate-editor/editor/plugins/markdown-kit.tsx +0 -18
  104. package/src/internal/plate-editor/editor/plugins/math-base-kit.tsx +0 -8
  105. package/src/internal/plate-editor/editor/plugins/math-kit.tsx +0 -10
  106. package/src/internal/plate-editor/editor/plugins/media-base-kit.tsx +0 -37
  107. package/src/internal/plate-editor/editor/plugins/media-kit.tsx +0 -53
  108. package/src/internal/plate-editor/editor/plugins/mention-base-kit.tsx +0 -5
  109. package/src/internal/plate-editor/editor/plugins/mention-kit.tsx +0 -36
  110. package/src/internal/plate-editor/editor/plugins/slash-kit.tsx +0 -17
  111. package/src/internal/plate-editor/editor/plugins/suggestion-base-kit.tsx +0 -5
  112. package/src/internal/plate-editor/editor/plugins/suggestion-kit.tsx +0 -95
  113. package/src/internal/plate-editor/editor/plugins/table-base-kit.tsx +0 -20
  114. package/src/internal/plate-editor/editor/plugins/table-kit.tsx +0 -22
  115. package/src/internal/plate-editor/editor/plugins/toc-base-kit.tsx +0 -5
  116. package/src/internal/plate-editor/editor/plugins/toc-kit.tsx +0 -14
  117. package/src/internal/plate-editor/editor/plugins/toggle-base-kit.tsx +0 -5
  118. package/src/internal/plate-editor/editor/plugins/toggle-kit.tsx +0 -9
  119. package/src/internal/plate-editor/editor/transforms.ts +0 -165
  120. package/src/internal/plate-editor/editor/use-chat.ts +0 -152
  121. package/src/internal/plate-editor/hooks/index.ts +0 -3
  122. package/src/internal/plate-editor/hooks/use-copy-to-clipboard.ts +0 -31
  123. package/src/internal/plate-editor/hooks/use-is-touch-device.ts +0 -26
  124. package/src/internal/plate-editor/hooks/use-lock-scroll.ts +0 -21
  125. package/src/internal/plate-editor/hooks/use-media-query.ts +0 -44
  126. package/src/internal/plate-editor/hooks/use-mounted.ts +0 -18
  127. package/src/internal/plate-editor/hooks/use-on-click-outside.ts +0 -114
  128. package/src/internal/plate-editor/hooks/use-upload-file.ts +0 -81
  129. package/src/internal/plate-editor/i18n/context.tsx +0 -58
  130. package/src/internal/plate-editor/i18n/index.ts +0 -3
  131. package/src/internal/plate-editor/i18n/locales/de.json +0 -57
  132. package/src/internal/plate-editor/i18n/locales/el.json +0 -57
  133. package/src/internal/plate-editor/i18n/locales/en.json +0 -57
  134. package/src/internal/plate-editor/i18n/locales/es.json +0 -57
  135. package/src/internal/plate-editor/i18n/locales/fr.json +0 -57
  136. package/src/internal/plate-editor/i18n/locales/it.json +0 -57
  137. package/src/internal/plate-editor/i18n/locales/pt.json +0 -57
  138. package/src/internal/plate-editor/i18n/locales/sl.json +0 -57
  139. package/src/internal/plate-editor/i18n/locales/tr.json +0 -57
  140. package/src/internal/plate-editor/i18n/types.ts +0 -59
  141. package/src/internal/plate-editor/i18n/use-translation.ts +0 -22
  142. package/src/internal/plate-editor/index.ts +0 -39
  143. package/src/internal/plate-editor/lib/ai-output-converter.ts +0 -153
  144. package/src/internal/plate-editor/lib/download-file.ts +0 -17
  145. package/src/internal/plate-editor/plate-ui/ai-chat-editor.tsx +0 -24
  146. package/src/internal/plate-editor/plate-ui/ai-menu.tsx +0 -828
  147. package/src/internal/plate-editor/plate-ui/ai-node.tsx +0 -41
  148. package/src/internal/plate-editor/plate-ui/ai-toolbar-button.tsx +0 -25
  149. package/src/internal/plate-editor/plate-ui/alert-dialog.tsx +0 -145
  150. package/src/internal/plate-editor/plate-ui/align-toolbar-button.tsx +0 -88
  151. package/src/internal/plate-editor/plate-ui/avatar.tsx +0 -3
  152. package/src/internal/plate-editor/plate-ui/block-context-menu.tsx +0 -104
  153. package/src/internal/plate-editor/plate-ui/block-discussion.tsx +0 -364
  154. package/src/internal/plate-editor/plate-ui/block-draggable.tsx +0 -557
  155. package/src/internal/plate-editor/plate-ui/block-list-static.tsx +0 -77
  156. package/src/internal/plate-editor/plate-ui/block-list.tsx +0 -85
  157. package/src/internal/plate-editor/plate-ui/block-menu.tsx +0 -555
  158. package/src/internal/plate-editor/plate-ui/block-selection.tsx +0 -47
  159. package/src/internal/plate-editor/plate-ui/block-suggestion.tsx +0 -469
  160. package/src/internal/plate-editor/plate-ui/blockquote-node-static.tsx +0 -10
  161. package/src/internal/plate-editor/plate-ui/blockquote-node.tsx +0 -11
  162. package/src/internal/plate-editor/plate-ui/button.tsx +0 -201
  163. package/src/internal/plate-editor/plate-ui/calendar.tsx +0 -3
  164. package/src/internal/plate-editor/plate-ui/callout-node-static.tsx +0 -76
  165. package/src/internal/plate-editor/plate-ui/callout-node.tsx +0 -54
  166. package/src/internal/plate-editor/plate-ui/caption.tsx +0 -47
  167. package/src/internal/plate-editor/plate-ui/checkbox.tsx +0 -3
  168. package/src/internal/plate-editor/plate-ui/code-block-node-static.tsx +0 -172
  169. package/src/internal/plate-editor/plate-ui/code-block-node.tsx +0 -226
  170. package/src/internal/plate-editor/plate-ui/code-node-static.tsx +0 -11
  171. package/src/internal/plate-editor/plate-ui/code-node.tsx +0 -12
  172. package/src/internal/plate-editor/plate-ui/column-node-static.tsx +0 -65
  173. package/src/internal/plate-editor/plate-ui/column-node.tsx +0 -24
  174. package/src/internal/plate-editor/plate-ui/command.tsx +0 -202
  175. package/src/internal/plate-editor/plate-ui/comment-node-static.tsx +0 -12
  176. package/src/internal/plate-editor/plate-ui/comment-node.tsx +0 -45
  177. package/src/internal/plate-editor/plate-ui/comment-toolbar-button.tsx +0 -24
  178. package/src/internal/plate-editor/plate-ui/comment.tsx +0 -619
  179. package/src/internal/plate-editor/plate-ui/cursor-overlay.tsx +0 -85
  180. package/src/internal/plate-editor/plate-ui/date-node-static.tsx +0 -43
  181. package/src/internal/plate-editor/plate-ui/date-node.tsx +0 -54
  182. package/src/internal/plate-editor/plate-ui/dialog.tsx +0 -445
  183. package/src/internal/plate-editor/plate-ui/dropdown-menu.tsx +0 -264
  184. package/src/internal/plate-editor/plate-ui/editor-static.tsx +0 -40
  185. package/src/internal/plate-editor/plate-ui/editor.tsx +0 -146
  186. package/src/internal/plate-editor/plate-ui/emoji-node.tsx +0 -48
  187. package/src/internal/plate-editor/plate-ui/emoji-toolbar-button.tsx +0 -626
  188. package/src/internal/plate-editor/plate-ui/equation-node-static.tsx +0 -155
  189. package/src/internal/plate-editor/plate-ui/equation-node.tsx +0 -226
  190. package/src/internal/plate-editor/plate-ui/equation-toolbar-button.tsx +0 -26
  191. package/src/internal/plate-editor/plate-ui/export-toolbar-button.tsx +0 -206
  192. package/src/internal/plate-editor/plate-ui/fixed-toolbar-buttons.tsx +0 -157
  193. package/src/internal/plate-editor/plate-ui/fixed-toolbar.tsx +0 -25
  194. package/src/internal/plate-editor/plate-ui/floating-discussion.tsx +0 -1129
  195. package/src/internal/plate-editor/plate-ui/floating-toolbar-buttons.tsx +0 -129
  196. package/src/internal/plate-editor/plate-ui/floating-toolbar.tsx +0 -97
  197. package/src/internal/plate-editor/plate-ui/font-color-toolbar-button.tsx +0 -209
  198. package/src/internal/plate-editor/plate-ui/font-size-toolbar-button.tsx +0 -152
  199. package/src/internal/plate-editor/plate-ui/ghost-text.tsx +0 -20
  200. package/src/internal/plate-editor/plate-ui/heading-node-static.tsx +0 -52
  201. package/src/internal/plate-editor/plate-ui/heading-node.tsx +0 -56
  202. package/src/internal/plate-editor/plate-ui/highlight-node-static.tsx +0 -9
  203. package/src/internal/plate-editor/plate-ui/highlight-node.tsx +0 -11
  204. package/src/internal/plate-editor/plate-ui/history-toolbar-button.tsx +0 -50
  205. package/src/internal/plate-editor/plate-ui/hover-card.tsx +0 -7
  206. package/src/internal/plate-editor/plate-ui/hr-node-static.tsx +0 -18
  207. package/src/internal/plate-editor/plate-ui/hr-node.tsx +0 -28
  208. package/src/internal/plate-editor/plate-ui/import-toolbar-button.tsx +0 -122
  209. package/src/internal/plate-editor/plate-ui/indent-toolbar-button.tsx +0 -32
  210. package/src/internal/plate-editor/plate-ui/inline-combobox.tsx +0 -409
  211. package/src/internal/plate-editor/plate-ui/input.tsx +0 -37
  212. package/src/internal/plate-editor/plate-ui/insert-toolbar-button.tsx +0 -258
  213. package/src/internal/plate-editor/plate-ui/label.tsx +0 -1
  214. package/src/internal/plate-editor/plate-ui/line-height-toolbar-button.tsx +0 -69
  215. package/src/internal/plate-editor/plate-ui/link-node-static.tsx +0 -15
  216. package/src/internal/plate-editor/plate-ui/link-node.tsx +0 -33
  217. package/src/internal/plate-editor/plate-ui/link-toolbar-button.tsx +0 -28
  218. package/src/internal/plate-editor/plate-ui/link-toolbar.tsx +0 -147
  219. package/src/internal/plate-editor/plate-ui/list-toolbar-button.tsx +0 -177
  220. package/src/internal/plate-editor/plate-ui/mark-toolbar-button.tsx +0 -34
  221. package/src/internal/plate-editor/plate-ui/media-audio-node-static.tsx +0 -21
  222. package/src/internal/plate-editor/plate-ui/media-audio-node.tsx +0 -32
  223. package/src/internal/plate-editor/plate-ui/media-embed-node.tsx +0 -103
  224. package/src/internal/plate-editor/plate-ui/media-file-node-static.tsx +0 -30
  225. package/src/internal/plate-editor/plate-ui/media-file-node.tsx +0 -52
  226. package/src/internal/plate-editor/plate-ui/media-image-node-static.tsx +0 -37
  227. package/src/internal/plate-editor/plate-ui/media-image-node.tsx +0 -183
  228. package/src/internal/plate-editor/plate-ui/media-placeholder-node.tsx +0 -441
  229. package/src/internal/plate-editor/plate-ui/media-preview-dialog.tsx +0 -127
  230. package/src/internal/plate-editor/plate-ui/media-toolbar-button.tsx +0 -227
  231. package/src/internal/plate-editor/plate-ui/media-toolbar.tsx +0 -214
  232. package/src/internal/plate-editor/plate-ui/media-upload-toast.tsx +0 -73
  233. package/src/internal/plate-editor/plate-ui/media-video-node-static.tsx +0 -35
  234. package/src/internal/plate-editor/plate-ui/media-video-node.tsx +0 -119
  235. package/src/internal/plate-editor/plate-ui/mention-node-static.tsx +0 -46
  236. package/src/internal/plate-editor/plate-ui/mention-node.tsx +0 -79
  237. package/src/internal/plate-editor/plate-ui/menu.tsx +0 -539
  238. package/src/internal/plate-editor/plate-ui/mode-toolbar-button.tsx +0 -124
  239. package/src/internal/plate-editor/plate-ui/more-toolbar-button.tsx +0 -34
  240. package/src/internal/plate-editor/plate-ui/paragraph-node-static.tsx +0 -15
  241. package/src/internal/plate-editor/plate-ui/paragraph-node.tsx +0 -16
  242. package/src/internal/plate-editor/plate-ui/popover.tsx +0 -75
  243. package/src/internal/plate-editor/plate-ui/progress.tsx +0 -1
  244. package/src/internal/plate-editor/plate-ui/remote-cursor-overlay.tsx +0 -79
  245. package/src/internal/plate-editor/plate-ui/resize-handle.tsx +0 -86
  246. package/src/internal/plate-editor/plate-ui/separator.tsx +0 -41
  247. package/src/internal/plate-editor/plate-ui/slash-node.tsx +0 -433
  248. package/src/internal/plate-editor/plate-ui/spinner.tsx +0 -1
  249. package/src/internal/plate-editor/plate-ui/suggestion-node-static.tsx +0 -35
  250. package/src/internal/plate-editor/plate-ui/suggestion-node.tsx +0 -166
  251. package/src/internal/plate-editor/plate-ui/suggestion-toolbar-button.tsx +0 -24
  252. package/src/internal/plate-editor/plate-ui/table-node-static.tsx +0 -84
  253. package/src/internal/plate-editor/plate-ui/table-node.tsx +0 -283
  254. package/src/internal/plate-editor/plate-ui/table-toolbar-button.tsx +0 -252
  255. package/src/internal/plate-editor/plate-ui/tabs.tsx +0 -3
  256. package/src/internal/plate-editor/plate-ui/textarea.tsx +0 -57
  257. package/src/internal/plate-editor/plate-ui/toc-node-static.tsx +0 -142
  258. package/src/internal/plate-editor/plate-ui/toc-node.tsx +0 -57
  259. package/src/internal/plate-editor/plate-ui/toc-sidebar.tsx +0 -48
  260. package/src/internal/plate-editor/plate-ui/toggle-node-static.tsx +0 -18
  261. package/src/internal/plate-editor/plate-ui/toggle-node.tsx +0 -33
  262. package/src/internal/plate-editor/plate-ui/toggle-toolbar-button.tsx +0 -24
  263. package/src/internal/plate-editor/plate-ui/toggle.tsx +0 -3
  264. package/src/internal/plate-editor/plate-ui/toolbar.tsx +0 -378
  265. package/src/internal/plate-editor/plate-ui/tooltip.tsx +0 -148
  266. package/src/internal/plate-editor/plate-ui/turn-into-toolbar-button.tsx +0 -175
  267. package/src/internal/plate-editor/types/index.ts +0 -22
  268. package/src/internal/plate-editor/vite.ts +0 -284
  269. package/src/internal/sheets/components/univer-sheets.tsx +0 -1104
  270. package/src/internal/sheets/i18n/context.tsx +0 -183
  271. package/src/internal/sheets/i18n/index.ts +0 -19
  272. package/src/internal/sheets/i18n/locales/de.json +0 -21
  273. package/src/internal/sheets/i18n/locales/el.json +0 -21
  274. package/src/internal/sheets/i18n/locales/en.json +0 -21
  275. package/src/internal/sheets/i18n/locales/es.json +0 -21
  276. package/src/internal/sheets/i18n/locales/fr.json +0 -21
  277. package/src/internal/sheets/i18n/locales/it.json +0 -21
  278. package/src/internal/sheets/i18n/locales/pt.json +0 -21
  279. package/src/internal/sheets/i18n/locales/sl.json +0 -21
  280. package/src/internal/sheets/i18n/locales/tr.json +0 -21
  281. package/src/internal/sheets/i18n/types.ts +0 -23
  282. package/src/internal/sheets/i18n/use-translation.ts +0 -17
  283. package/src/internal/sheets/index.ts +0 -14
  284. package/src/internal/sheets/types/css.d.ts +0 -11
  285. package/src/internal/sheets/types/index.ts +0 -260
  286. package/src/internal/sheets/xlsx.ts +0 -1169
  287. package/src/lib/api-client.ts +0 -77
  288. package/src/lib/assistant-api-actions.ts +0 -549
  289. package/src/lib/assistant-config.tsx +0 -75
  290. package/src/lib/class-utils.ts +0 -40
  291. package/src/lib/index.ts +0 -7
  292. package/src/lib/message-utils.ts +0 -131
  293. package/src/tools/tools-schema.json +0 -512
  294. package/src/types/index.ts +0 -235
  295. package/src/views/assistant-view.tsx +0 -1137
  296. package/src/views/canvas-app.tsx +0 -839
  297. package/src/views/canvas-code.tsx +0 -93
  298. package/src/views/canvas-deep-research.tsx +0 -44
  299. package/src/views/canvas-image.tsx +0 -25
  300. package/src/views/canvas-record-view.tsx +0 -285
  301. package/src/views/canvas-spreadsheet.tsx +0 -125
  302. package/src/views/canvas-text.tsx +0 -52
  303. package/src/views/canvas.tsx +0 -274
  304. package/src/views/chat-panel.tsx +0 -149
  305. package/src/views/index.ts +0 -20
  306. package/src/views/memories-panel.tsx +0 -365
  307. package/src/views/message-list.tsx +0 -370
  308. package/src/views/project-detail.tsx +0 -257
  309. package/src/views/projects-panel.tsx +0 -131
  310. package/src/views/sessions-list.tsx +0 -98
  311. package/src/views/sidebar-content.tsx +0 -256
  312. package/src/views/work-detail.tsx +0 -98
  313. package/src/vite.ts +0 -64
  314. package/src/worker.ts +0 -203
@@ -0,0 +1,5137 @@
1
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ .\@container\/card-header {
4
+ container-type: inline-size;
5
+ container-name: card-header;
6
+ }
7
+ .\@container\/field-group {
8
+ container-type: inline-size;
9
+ container-name: field-group;
10
+ }
11
+ .\@container {
12
+ container-type: inline-size;
13
+ }
14
+ .pointer-events-auto {
15
+ pointer-events: auto;
16
+ }
17
+ .pointer-events-none {
18
+ pointer-events: none;
19
+ }
20
+ .collapse {
21
+ visibility: collapse;
22
+ }
23
+ .invisible {
24
+ visibility: hidden;
25
+ }
26
+ .visible {
27
+ visibility: visible;
28
+ }
29
+ .sr-only {
30
+ position: absolute;
31
+ width: 1px;
32
+ height: 1px;
33
+ padding: 0;
34
+ margin: -1px;
35
+ overflow: hidden;
36
+ clip-path: inset(50%);
37
+ white-space: nowrap;
38
+ border-width: 0;
39
+ }
40
+ .absolute {
41
+ position: absolute;
42
+ }
43
+ .fixed {
44
+ position: fixed;
45
+ }
46
+ .relative {
47
+ position: relative;
48
+ }
49
+ .static {
50
+ position: static;
51
+ }
52
+ .sticky {
53
+ position: sticky;
54
+ }
55
+ .inset-s-1\/2 {
56
+ inset-inline-start: calc(1 / 2 * 100%);
57
+ }
58
+ .-inset-e-px {
59
+ inset-inline-end: -1px;
60
+ }
61
+ .-top-px {
62
+ top: -1px;
63
+ }
64
+ .top-1\/2 {
65
+ top: calc(1 / 2 * 100%);
66
+ }
67
+ .top-1\/3 {
68
+ top: calc(1 / 3 * 100%);
69
+ }
70
+ .top-\[-5px\] {
71
+ top: -5px;
72
+ }
73
+ .top-\[5px\] {
74
+ top: 5px;
75
+ }
76
+ .top-\[50\%\] {
77
+ top: 50%;
78
+ }
79
+ .top-\[60\%\] {
80
+ top: 60%;
81
+ }
82
+ .top-full {
83
+ top: 100%;
84
+ }
85
+ .top-px {
86
+ top: 1px;
87
+ }
88
+ .right-\[-1\.5px\] {
89
+ right: -1.5px;
90
+ }
91
+ .right-\[-18px\] {
92
+ right: -18px;
93
+ }
94
+ .right-\[80px\] {
95
+ right: 80px;
96
+ }
97
+ .-bottom-px {
98
+ bottom: -1px;
99
+ }
100
+ .bottom-\[-18px\] {
101
+ bottom: -18px;
102
+ }
103
+ .bottom-\[30px\] {
104
+ bottom: 30px;
105
+ }
106
+ .left-1\/2 {
107
+ left: calc(1 / 2 * 100%);
108
+ }
109
+ .left-\[-1\.5px\] {
110
+ left: -1.5px;
111
+ }
112
+ .left-\[-2px\] {
113
+ left: -2px;
114
+ }
115
+ .left-\[-14px\] {
116
+ left: -14px;
117
+ }
118
+ .left-\[50\%\] {
119
+ left: 50%;
120
+ }
121
+ .isolate {
122
+ isolation: isolate;
123
+ }
124
+ .z-0 {
125
+ z-index: 0;
126
+ }
127
+ .z-1 {
128
+ z-index: 1;
129
+ }
130
+ .z-10 {
131
+ z-index: 10;
132
+ }
133
+ .z-20 {
134
+ z-index: 20;
135
+ }
136
+ .z-30 {
137
+ z-index: 30;
138
+ }
139
+ .z-40 {
140
+ z-index: 40;
141
+ }
142
+ .z-50 {
143
+ z-index: 50;
144
+ }
145
+ .z-99 {
146
+ z-index: 99;
147
+ }
148
+ .z-100 {
149
+ z-index: 100;
150
+ }
151
+ .z-500 {
152
+ z-index: 500;
153
+ }
154
+ .z-9999 {
155
+ z-index: 9999;
156
+ }
157
+ .z-\[99\] {
158
+ z-index: 99;
159
+ }
160
+ .z-\[100\] {
161
+ z-index: 100;
162
+ }
163
+ .z-\[101\] {
164
+ z-index: 101;
165
+ }
166
+ .z-\[200\] {
167
+ z-index: 200;
168
+ }
169
+ .z-\[9999\] {
170
+ z-index: 9999;
171
+ }
172
+ .z-\[10000\] {
173
+ z-index: 10000;
174
+ }
175
+ .order-first {
176
+ order: -9999;
177
+ }
178
+ .order-last {
179
+ order: 9999;
180
+ }
181
+ .col-span-1 {
182
+ grid-column: span 1 / span 1;
183
+ }
184
+ .col-span-2 {
185
+ grid-column: span 2 / span 2;
186
+ }
187
+ .col-start-2 {
188
+ grid-column-start: 2;
189
+ }
190
+ .row-span-2 {
191
+ grid-row: span 2 / span 2;
192
+ }
193
+ .row-start-1 {
194
+ grid-row-start: 1;
195
+ }
196
+ .container {
197
+ width: 100%;
198
+ }
199
+ .-mx-px {
200
+ margin-inline: -1px;
201
+ }
202
+ .mx-auto {
203
+ margin-inline: auto;
204
+ }
205
+ .my-auto {
206
+ margin-block: auto;
207
+ }
208
+ .my-px {
209
+ margin-block: 1px;
210
+ }
211
+ .ms-auto {
212
+ margin-inline-start: auto;
213
+ }
214
+ .mt-\[1\.4em\] {
215
+ margin-top: 1.4em;
216
+ }
217
+ .mt-\[1em\] {
218
+ margin-top: 1em;
219
+ }
220
+ .mt-auto {
221
+ margin-top: auto;
222
+ }
223
+ .mt-px {
224
+ margin-top: 1px;
225
+ }
226
+ .mr-auto {
227
+ margin-right: auto;
228
+ }
229
+ .-mb-px {
230
+ margin-bottom: -1px;
231
+ }
232
+ .ml-\[26px\] {
233
+ margin-left: 26px;
234
+ }
235
+ .ml-auto {
236
+ margin-left: auto;
237
+ }
238
+ .ml-px {
239
+ margin-left: 1px;
240
+ }
241
+ .box-border {
242
+ box-sizing: border-box;
243
+ }
244
+ .box-content {
245
+ box-sizing: content-box;
246
+ }
247
+ .line-clamp-1 {
248
+ overflow: hidden;
249
+ display: -webkit-box;
250
+ -webkit-box-orient: vertical;
251
+ -webkit-line-clamp: 1;
252
+ }
253
+ .line-clamp-2 {
254
+ overflow: hidden;
255
+ display: -webkit-box;
256
+ -webkit-box-orient: vertical;
257
+ -webkit-line-clamp: 2;
258
+ }
259
+ .line-clamp-3 {
260
+ overflow: hidden;
261
+ display: -webkit-box;
262
+ -webkit-box-orient: vertical;
263
+ -webkit-line-clamp: 3;
264
+ }
265
+ .block {
266
+ display: block;
267
+ }
268
+ .contents {
269
+ display: contents;
270
+ }
271
+ .flex {
272
+ display: flex;
273
+ }
274
+ .flex\! {
275
+ display: flex !important;
276
+ }
277
+ .flow-root {
278
+ display: flow-root;
279
+ }
280
+ .grid {
281
+ display: grid;
282
+ }
283
+ .hidden {
284
+ display: none;
285
+ }
286
+ .inline {
287
+ display: inline;
288
+ }
289
+ .inline-block {
290
+ display: inline-block;
291
+ }
292
+ .inline-flex {
293
+ display: inline-flex;
294
+ }
295
+ .table {
296
+ display: table;
297
+ }
298
+ .table-caption {
299
+ display: table-caption;
300
+ }
301
+ .table-cell {
302
+ display: table-cell;
303
+ }
304
+ .table-row {
305
+ display: table-row;
306
+ }
307
+ .field-sizing-content {
308
+ field-sizing: content;
309
+ }
310
+ .aspect-square {
311
+ aspect-ratio: 1 / 1;
312
+ }
313
+ .size-\(--cell-size\) {
314
+ width: var(--cell-size);
315
+ height: var(--cell-size);
316
+ }
317
+ .size-\[26px\] {
318
+ width: 26px;
319
+ height: 26px;
320
+ }
321
+ .size-\[28px\] {
322
+ width: 28px;
323
+ height: 28px;
324
+ }
325
+ .size-\[130px\] {
326
+ width: 130px;
327
+ height: 130px;
328
+ }
329
+ .size-auto {
330
+ width: auto;
331
+ height: auto;
332
+ }
333
+ .size-full {
334
+ width: 100%;
335
+ height: 100%;
336
+ }
337
+ .h-\(--cell-size\) {
338
+ height: var(--cell-size);
339
+ }
340
+ .h-\(--radix-accordion-content-height\) {
341
+ height: var(--radix-accordion-content-height);
342
+ }
343
+ .h-\(--radix-navigation-menu-viewport-height\) {
344
+ height: var(--radix-navigation-menu-viewport-height);
345
+ }
346
+ .h-\[0\.1px\] {
347
+ height: 0.1px;
348
+ }
349
+ .h-\[1\.5em\] {
350
+ height: 1.5em;
351
+ }
352
+ .h-\[18\.24px\] {
353
+ height: 18.24px;
354
+ }
355
+ .h-\[19px\] {
356
+ height: 19px;
357
+ }
358
+ .h-\[23rem\] {
359
+ height: 23rem;
360
+ }
361
+ .h-\[24px\] {
362
+ height: 24px;
363
+ }
364
+ .h-\[26px\] {
365
+ height: 26px;
366
+ }
367
+ .h-\[28px\] {
368
+ height: 28px;
369
+ }
370
+ .h-\[40vh\] {
371
+ height: 40vh;
372
+ }
373
+ .h-\[90vh\] {
374
+ height: 90vh;
375
+ }
376
+ .h-\[95vh\] {
377
+ height: 95vh;
378
+ }
379
+ .h-\[200px\] {
380
+ height: 200px;
381
+ }
382
+ .h-\[300px\] {
383
+ height: 300px;
384
+ }
385
+ .h-\[340px\] {
386
+ height: 340px;
387
+ }
388
+ .h-\[344px\] {
389
+ height: 344px;
390
+ }
391
+ .h-\[400px\] {
392
+ height: 400px;
393
+ }
394
+ .h-\[650px\] {
395
+ height: 650px;
396
+ }
397
+ .h-\[calc\(100\%\+0\.75rem\)\] {
398
+ height: calc(100% + 0.75rem);
399
+ }
400
+ .h-\[calc\(100\%-1px\)\] {
401
+ height: calc(100% - 1px);
402
+ }
403
+ .h-\[calc\(100\%_\+_8px\)\] {
404
+ height: calc(100% + 8px);
405
+ }
406
+ .h-auto {
407
+ height: auto;
408
+ }
409
+ .h-full {
410
+ height: 100%;
411
+ }
412
+ .h-px {
413
+ height: 1px;
414
+ }
415
+ .h-screen {
416
+ height: 100vh;
417
+ }
418
+ .h-svh {
419
+ height: 100svh;
420
+ }
421
+ .max-h-\(--radix-context-menu-content-available-height\) {
422
+ max-height: var(--radix-context-menu-content-available-height);
423
+ }
424
+ .max-h-\(--radix-dropdown-menu-content-available-height\) {
425
+ max-height: var(--radix-dropdown-menu-content-available-height);
426
+ }
427
+ .max-h-\(--radix-select-content-available-height\) {
428
+ max-height: var(--radix-select-content-available-height);
429
+ }
430
+ .max-h-\[22rem\] {
431
+ max-height: 22rem;
432
+ }
433
+ .max-h-\[40vh\] {
434
+ max-height: 40vh;
435
+ }
436
+ .max-h-\[50vh\] {
437
+ max-height: 50vh;
438
+ }
439
+ .max-h-\[70vh\] {
440
+ max-height: 70vh;
441
+ }
442
+ .max-h-\[80dvh\] {
443
+ max-height: 80dvh;
444
+ }
445
+ .max-h-\[80vh\] {
446
+ max-height: 80vh;
447
+ }
448
+ .max-h-\[160px\] {
449
+ max-height: 160px;
450
+ }
451
+ .max-h-\[200px\] {
452
+ max-height: 200px;
453
+ }
454
+ .max-h-\[240px\] {
455
+ max-height: 240px;
456
+ }
457
+ .max-h-\[270px\] {
458
+ max-height: 270px;
459
+ }
460
+ .max-h-\[300px\] {
461
+ max-height: 300px;
462
+ }
463
+ .max-h-\[500px\] {
464
+ max-height: 500px;
465
+ }
466
+ .max-h-\[calc\(100vh-4rem\)\] {
467
+ max-height: calc(100vh - 4rem);
468
+ }
469
+ .max-h-\[min\(40vh\,320px\)\] {
470
+ max-height: min(40vh, 320px);
471
+ }
472
+ .max-h-\[min\(50dvh\,calc\(-24px\+var\(--radix-popper-available-height\)\)\)\] {
473
+ max-height: min(50dvh, calc(-24px + var(--radix-popper-available-height)));
474
+ }
475
+ .max-h-\[min\(70vh\,320px\)\] {
476
+ max-height: min(70vh, 320px);
477
+ }
478
+ .max-h-fit {
479
+ max-height: fit-content;
480
+ }
481
+ .max-h-full {
482
+ max-height: 100%;
483
+ }
484
+ .max-h-none {
485
+ max-height: none;
486
+ }
487
+ .max-h-screen {
488
+ max-height: 100vh;
489
+ }
490
+ .min-h-\[1lh\] {
491
+ min-height: 1lh;
492
+ }
493
+ .min-h-\[25px\] {
494
+ min-height: 25px;
495
+ }
496
+ .min-h-\[28px\] {
497
+ min-height: 28px;
498
+ }
499
+ .min-h-\[50\%\] {
500
+ min-height: 50%;
501
+ }
502
+ .min-h-\[60px\] {
503
+ min-height: 60px;
504
+ }
505
+ .min-h-\[140px\] {
506
+ min-height: 140px;
507
+ }
508
+ .min-h-\[150px\] {
509
+ min-height: 150px;
510
+ }
511
+ .min-h-\[300px\] {
512
+ min-height: 300px;
513
+ }
514
+ .min-h-\[400px\] {
515
+ min-height: 400px;
516
+ }
517
+ .min-h-\[640px\] {
518
+ min-height: 640px;
519
+ }
520
+ .min-h-full {
521
+ min-height: 100%;
522
+ }
523
+ .min-h-svh {
524
+ min-height: 100svh;
525
+ }
526
+ .w-\(--cell-size\) {
527
+ width: var(--cell-size);
528
+ }
529
+ .w-\(--radix-dropdown-menu-trigger-width\) {
530
+ width: var(--radix-dropdown-menu-trigger-width);
531
+ }
532
+ .w-\(--radix-popover-trigger-width\) {
533
+ width: var(--radix-popover-trigger-width);
534
+ }
535
+ .w-\(--sidebar-width\) {
536
+ width: var(--sidebar-width);
537
+ }
538
+ .w-2\/5 {
539
+ width: calc(2 / 5 * 100%);
540
+ }
541
+ .w-3\/5 {
542
+ width: calc(3 / 5 * 100%);
543
+ }
544
+ .w-\[33px\] {
545
+ width: 33px;
546
+ }
547
+ .w-\[46px\] {
548
+ width: 46px;
549
+ }
550
+ .w-\[80vw\] {
551
+ width: 80vw;
552
+ }
553
+ .w-\[90vw\] {
554
+ width: 90vw;
555
+ }
556
+ .w-\[98\%\]\! {
557
+ width: 98% !important;
558
+ }
559
+ .w-\[100px\] {
560
+ width: 100px;
561
+ }
562
+ .w-\[180px\] {
563
+ width: 180px;
564
+ }
565
+ .w-\[200px\] {
566
+ width: 200px;
567
+ }
568
+ .w-\[220px\] {
569
+ width: 220px;
570
+ }
571
+ .w-\[240px\] {
572
+ width: 240px;
573
+ }
574
+ .w-\[250px\] {
575
+ width: 250px;
576
+ }
577
+ .w-\[260px\] {
578
+ width: 260px;
579
+ }
580
+ .w-\[288px\] {
581
+ width: 288px;
582
+ }
583
+ .w-\[300px\] {
584
+ width: 300px;
585
+ }
586
+ .w-\[320px\] {
587
+ width: 320px;
588
+ }
589
+ .w-\[330px\] {
590
+ width: 330px;
591
+ }
592
+ .w-\[360px\] {
593
+ width: 360px;
594
+ }
595
+ .w-\[380px\] {
596
+ width: 380px;
597
+ }
598
+ .w-\[400px\] {
599
+ width: 400px;
600
+ }
601
+ .w-\[408px\] {
602
+ width: 408px;
603
+ }
604
+ .w-\[700px\] {
605
+ width: 700px;
606
+ }
607
+ .w-\[calc\(100\%-8px\)\] {
608
+ width: calc(100% - 8px);
609
+ }
610
+ .w-auto {
611
+ width: auto;
612
+ }
613
+ .w-fit {
614
+ width: fit-content;
615
+ }
616
+ .w-full {
617
+ width: 100%;
618
+ }
619
+ .w-max {
620
+ width: max-content;
621
+ }
622
+ .w-px {
623
+ width: 1px;
624
+ }
625
+ .w-screen {
626
+ width: 100vw;
627
+ }
628
+ .max-w-\(--radix-popover-content-available-width\) {
629
+ max-width: var(--radix-popover-content-available-width);
630
+ }
631
+ .max-w-\(--skeleton-width\) {
632
+ max-width: var(--skeleton-width);
633
+ }
634
+ .max-w-\[80vw\] {
635
+ max-width: 80vw;
636
+ }
637
+ .max-w-\[90vw\] {
638
+ max-width: 90vw;
639
+ }
640
+ .max-w-\[95\%\] {
641
+ max-width: 95%;
642
+ }
643
+ .max-w-\[100px\] {
644
+ max-width: 100px;
645
+ }
646
+ .max-w-\[100vw\] {
647
+ max-width: 100vw;
648
+ }
649
+ .max-w-\[120px\] {
650
+ max-width: 120px;
651
+ }
652
+ .max-w-\[200px\] {
653
+ max-width: 200px;
654
+ }
655
+ .max-w-\[260px\] {
656
+ max-width: 260px;
657
+ }
658
+ .max-w-\[300px\] {
659
+ max-width: 300px;
660
+ }
661
+ .max-w-\[320px\] {
662
+ max-width: 320px;
663
+ }
664
+ .max-w-\[500px\] {
665
+ max-width: 500px;
666
+ }
667
+ .max-w-\[700px\] {
668
+ max-width: 700px;
669
+ }
670
+ .max-w-\[calc\(100\%-2rem\)\] {
671
+ max-width: calc(100% - 2rem);
672
+ }
673
+ .max-w-\[calc\(100vw-24px\)\] {
674
+ max-width: calc(100vw - 24px);
675
+ }
676
+ .max-w-full {
677
+ max-width: 100%;
678
+ }
679
+ .max-w-max {
680
+ max-width: max-content;
681
+ }
682
+ .max-w-none {
683
+ max-width: none;
684
+ }
685
+ .min-w-\(--cell-size\) {
686
+ min-width: var(--cell-size);
687
+ }
688
+ .min-w-\(--radix-select-trigger-width\) {
689
+ min-width: var(--radix-select-trigger-width);
690
+ }
691
+ .min-w-\[80vw\] {
692
+ min-width: 80vw;
693
+ }
694
+ .min-w-\[92px\] {
695
+ min-width: 92px;
696
+ }
697
+ .min-w-\[96px\] {
698
+ min-width: 96px;
699
+ }
700
+ .min-w-\[130px\] {
701
+ min-width: 130px;
702
+ }
703
+ .min-w-\[180px\] {
704
+ min-width: 180px;
705
+ }
706
+ .min-w-\[200px\] {
707
+ min-width: 200px;
708
+ }
709
+ .min-w-\[220px\] {
710
+ min-width: 220px;
711
+ }
712
+ .min-w-\[280px\] {
713
+ min-width: 280px;
714
+ }
715
+ .min-w-\[calc\(var\(--radix-select-trigger-width\)\+16px\)\] {
716
+ min-width: calc(var(--radix-select-trigger-width) + 16px);
717
+ }
718
+ .min-w-full {
719
+ min-width: 100%;
720
+ }
721
+ .flex-1 {
722
+ flex: 1;
723
+ }
724
+ .flex-none {
725
+ flex: none;
726
+ }
727
+ .flex-shrink-0 {
728
+ flex-shrink: 0;
729
+ }
730
+ .shrink-0 {
731
+ flex-shrink: 0;
732
+ }
733
+ .flex-grow {
734
+ flex-grow: 1;
735
+ }
736
+ .grow {
737
+ flex-grow: 1;
738
+ }
739
+ .grow-0 {
740
+ flex-grow: 0;
741
+ }
742
+ .basis-full {
743
+ flex-basis: 100%;
744
+ }
745
+ .table-fixed {
746
+ table-layout: fixed;
747
+ }
748
+ .caption-bottom {
749
+ caption-side: bottom;
750
+ }
751
+ .border-collapse {
752
+ border-collapse: collapse;
753
+ }
754
+ .origin-\(--radix-context-menu-content-transform-origin\) {
755
+ transform-origin: var(--radix-context-menu-content-transform-origin);
756
+ }
757
+ .origin-\(--radix-dropdown-menu-content-transform-origin\) {
758
+ transform-origin: var(--radix-dropdown-menu-content-transform-origin);
759
+ }
760
+ .origin-\(--radix-hover-card-content-transform-origin\) {
761
+ transform-origin: var(--radix-hover-card-content-transform-origin);
762
+ }
763
+ .origin-\(--radix-menubar-content-transform-origin\) {
764
+ transform-origin: var(--radix-menubar-content-transform-origin);
765
+ }
766
+ .origin-\(--radix-popover-content-transform-origin\) {
767
+ transform-origin: var(--radix-popover-content-transform-origin);
768
+ }
769
+ .origin-\(--radix-select-content-transform-origin\) {
770
+ transform-origin: var(--radix-select-content-transform-origin);
771
+ }
772
+ .origin-\(--radix-tooltip-content-transform-origin\) {
773
+ transform-origin: var(--radix-tooltip-content-transform-origin);
774
+ }
775
+ .-translate-x-1\/2 {
776
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
777
+ translate: var(--tw-translate-x) var(--tw-translate-y);
778
+ }
779
+ .-translate-x-full {
780
+ --tw-translate-x: -100%;
781
+ translate: var(--tw-translate-x) var(--tw-translate-y);
782
+ }
783
+ .-translate-x-px {
784
+ --tw-translate-x: -1px;
785
+ translate: var(--tw-translate-x) var(--tw-translate-y);
786
+ }
787
+ .translate-x-\[-50\%\] {
788
+ --tw-translate-x: -50%;
789
+ translate: var(--tw-translate-x) var(--tw-translate-y);
790
+ }
791
+ .translate-x-full {
792
+ --tw-translate-x: 100%;
793
+ translate: var(--tw-translate-x) var(--tw-translate-y);
794
+ }
795
+ .translate-x-px {
796
+ --tw-translate-x: 1px;
797
+ translate: var(--tw-translate-x) var(--tw-translate-y);
798
+ }
799
+ .-translate-y-1\/2 {
800
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
801
+ translate: var(--tw-translate-x) var(--tw-translate-y);
802
+ }
803
+ .translate-y-\[-50\%\] {
804
+ --tw-translate-y: -50%;
805
+ translate: var(--tw-translate-x) var(--tw-translate-y);
806
+ }
807
+ .translate-y-\[calc\(-50\%_-_2px\)\] {
808
+ --tw-translate-y: calc(-50% - 2px);
809
+ translate: var(--tw-translate-x) var(--tw-translate-y);
810
+ }
811
+ .scale-x-\[-1\] {
812
+ --tw-scale-x: -1;
813
+ scale: var(--tw-scale-x) var(--tw-scale-y);
814
+ }
815
+ .rotate-0 {
816
+ rotate: 0deg;
817
+ }
818
+ .rotate-45 {
819
+ rotate: 45deg;
820
+ }
821
+ .rotate-90 {
822
+ rotate: 90deg;
823
+ }
824
+ .rotate-180 {
825
+ rotate: 180deg;
826
+ }
827
+ .transform {
828
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
829
+ }
830
+ .cursor-col-resize {
831
+ cursor: col-resize;
832
+ }
833
+ .cursor-default {
834
+ cursor: default;
835
+ }
836
+ .cursor-ew-resize {
837
+ cursor: ew-resize;
838
+ }
839
+ .cursor-grab {
840
+ cursor: grab;
841
+ }
842
+ .cursor-grabbing {
843
+ cursor: grabbing;
844
+ }
845
+ .cursor-not-allowed {
846
+ cursor: not-allowed;
847
+ }
848
+ .cursor-pointer {
849
+ cursor: pointer;
850
+ }
851
+ .cursor-row-resize {
852
+ cursor: row-resize;
853
+ }
854
+ .cursor-text {
855
+ cursor: text;
856
+ }
857
+ .touch-manipulation {
858
+ touch-action: manipulation;
859
+ }
860
+ .touch-none {
861
+ touch-action: none;
862
+ }
863
+ .resize {
864
+ resize: both;
865
+ }
866
+ .resize-none {
867
+ resize: none;
868
+ }
869
+ .list-disc {
870
+ list-style-type: disc;
871
+ }
872
+ .list-none {
873
+ list-style-type: none;
874
+ }
875
+ .\[appearance\:textfield\] {
876
+ appearance: textfield;
877
+ }
878
+ .appearance-none {
879
+ appearance: none;
880
+ }
881
+ .auto-rows-min {
882
+ grid-auto-rows: min-content;
883
+ }
884
+ .grid-cols-1 {
885
+ grid-template-columns: repeat(1, minmax(0, 1fr));
886
+ }
887
+ .grid-cols-2 {
888
+ grid-template-columns: repeat(2, minmax(0, 1fr));
889
+ }
890
+ .grid-cols-3 {
891
+ grid-template-columns: repeat(3, minmax(0, 1fr));
892
+ }
893
+ .grid-cols-8 {
894
+ grid-template-columns: repeat(8, minmax(0, 1fr));
895
+ }
896
+ .grid-rows-\[auto_1fr\] {
897
+ grid-template-rows: auto 1fr;
898
+ }
899
+ .flex-col {
900
+ flex-direction: column;
901
+ }
902
+ .flex-col-reverse {
903
+ flex-direction: column-reverse;
904
+ }
905
+ .flex-row {
906
+ flex-direction: row;
907
+ }
908
+ .flex-row-reverse {
909
+ flex-direction: row-reverse;
910
+ }
911
+ .flex-nowrap {
912
+ flex-wrap: nowrap;
913
+ }
914
+ .flex-wrap {
915
+ flex-wrap: wrap;
916
+ }
917
+ .place-content-center {
918
+ place-content: center;
919
+ }
920
+ .place-items-center {
921
+ place-items: center;
922
+ }
923
+ .items-center {
924
+ align-items: center;
925
+ }
926
+ .items-end {
927
+ align-items: flex-end;
928
+ }
929
+ .items-start {
930
+ align-items: flex-start;
931
+ }
932
+ .items-stretch {
933
+ align-items: stretch;
934
+ }
935
+ .justify-between {
936
+ justify-content: space-between;
937
+ }
938
+ .justify-center {
939
+ justify-content: center;
940
+ }
941
+ .justify-end {
942
+ justify-content: flex-end;
943
+ }
944
+ .justify-start {
945
+ justify-content: flex-start;
946
+ }
947
+ .justify-stretch {
948
+ justify-content: stretch;
949
+ }
950
+ .gap-px {
951
+ gap: 1px;
952
+ }
953
+ .divide-y {
954
+ :where(& > :not(:last-child)) {
955
+ --tw-divide-y-reverse: 0;
956
+ border-bottom-style: var(--tw-border-style);
957
+ border-top-style: var(--tw-border-style);
958
+ border-top-width: calc(1px * var(--tw-divide-y-reverse));
959
+ border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
960
+ }
961
+ }
962
+ .self-end {
963
+ align-self: flex-end;
964
+ }
965
+ .self-start {
966
+ align-self: flex-start;
967
+ }
968
+ .self-stretch {
969
+ align-self: stretch;
970
+ }
971
+ .justify-self-end {
972
+ justify-self: flex-end;
973
+ }
974
+ .truncate {
975
+ overflow: hidden;
976
+ text-overflow: ellipsis;
977
+ white-space: nowrap;
978
+ }
979
+ .overflow-auto {
980
+ overflow: auto;
981
+ }
982
+ .overflow-hidden {
983
+ overflow: hidden;
984
+ }
985
+ .overflow-visible {
986
+ overflow: visible;
987
+ }
988
+ .overflow-x-auto {
989
+ overflow-x: auto;
990
+ }
991
+ .overflow-x-hidden {
992
+ overflow-x: hidden;
993
+ }
994
+ .overflow-x-scroll {
995
+ overflow-x: scroll;
996
+ }
997
+ .overflow-y-auto {
998
+ overflow-y: auto;
999
+ }
1000
+ .overflow-y-hidden {
1001
+ overflow-y: hidden;
1002
+ }
1003
+ .rounded-\(--cell-radius\) {
1004
+ border-radius: var(--cell-radius);
1005
+ }
1006
+ .rounded-\[0\.6rem\] {
1007
+ border-radius: 0.6rem;
1008
+ }
1009
+ .rounded-\[2px\] {
1010
+ border-radius: 2px;
1011
+ }
1012
+ .rounded-\[3\.2px\] {
1013
+ border-radius: 3.2px;
1014
+ }
1015
+ .rounded-\[4px\] {
1016
+ border-radius: 4px;
1017
+ }
1018
+ .rounded-\[50\%\] {
1019
+ border-radius: 50%;
1020
+ }
1021
+ .rounded-\[calc\(var\(--radius\)-5px\)\] {
1022
+ border-radius: calc(var(--radius) - 5px);
1023
+ }
1024
+ .rounded-\[inherit\] {
1025
+ border-radius: inherit;
1026
+ }
1027
+ .rounded-\[min\(var\(--radius-md\)\,8px\)\] {
1028
+ border-radius: min(var(--radius-md), 8px);
1029
+ }
1030
+ .rounded-\[min\(var\(--radius-md\)\,10px\)\] {
1031
+ border-radius: min(var(--radius-md), 10px);
1032
+ }
1033
+ .rounded-full {
1034
+ border-radius: calc(infinity * 1px);
1035
+ }
1036
+ .rounded-none {
1037
+ border-radius: 0;
1038
+ }
1039
+ .rounded-s-\(--cell-radius\) {
1040
+ border-start-start-radius: var(--cell-radius);
1041
+ border-end-start-radius: var(--cell-radius);
1042
+ }
1043
+ .rounded-e-\(--cell-radius\) {
1044
+ border-start-end-radius: var(--cell-radius);
1045
+ border-end-end-radius: var(--cell-radius);
1046
+ }
1047
+ .rounded-t-\[10px\] {
1048
+ border-top-left-radius: 10px;
1049
+ border-top-right-radius: 10px;
1050
+ }
1051
+ .rounded-r-none {
1052
+ border-top-right-radius: 0;
1053
+ border-bottom-right-radius: 0;
1054
+ }
1055
+ .rounded-bl-none {
1056
+ border-bottom-left-radius: 0;
1057
+ }
1058
+ .border {
1059
+ border-style: var(--tw-border-style);
1060
+ border-width: 1px;
1061
+ }
1062
+ .border-0 {
1063
+ border-style: var(--tw-border-style);
1064
+ border-width: 0px;
1065
+ }
1066
+ .border-2 {
1067
+ border-style: var(--tw-border-style);
1068
+ border-width: 2px;
1069
+ }
1070
+ .border-\[1\.5px\] {
1071
+ border-style: var(--tw-border-style);
1072
+ border-width: 1.5px;
1073
+ }
1074
+ .border-x {
1075
+ border-inline-style: var(--tw-border-style);
1076
+ border-inline-width: 1px;
1077
+ }
1078
+ .border-y {
1079
+ border-block-style: var(--tw-border-style);
1080
+ border-block-width: 1px;
1081
+ }
1082
+ .border-s {
1083
+ border-inline-start-style: var(--tw-border-style);
1084
+ border-inline-start-width: 1px;
1085
+ }
1086
+ .border-s-2 {
1087
+ border-inline-start-style: var(--tw-border-style);
1088
+ border-inline-start-width: 2px;
1089
+ }
1090
+ .border-e {
1091
+ border-inline-end-style: var(--tw-border-style);
1092
+ border-inline-end-width: 1px;
1093
+ }
1094
+ .border-t {
1095
+ border-top-style: var(--tw-border-style);
1096
+ border-top-width: 1px;
1097
+ }
1098
+ .border-t-0 {
1099
+ border-top-style: var(--tw-border-style);
1100
+ border-top-width: 0px;
1101
+ }
1102
+ .border-r {
1103
+ border-right-style: var(--tw-border-style);
1104
+ border-right-width: 1px;
1105
+ }
1106
+ .border-b {
1107
+ border-bottom-style: var(--tw-border-style);
1108
+ border-bottom-width: 1px;
1109
+ }
1110
+ .border-b-1 {
1111
+ border-bottom-style: var(--tw-border-style);
1112
+ border-bottom-width: 1px;
1113
+ }
1114
+ .border-b-2 {
1115
+ border-bottom-style: var(--tw-border-style);
1116
+ border-bottom-width: 2px;
1117
+ }
1118
+ .border-l {
1119
+ border-left-style: var(--tw-border-style);
1120
+ border-left-width: 1px;
1121
+ }
1122
+ .border-l-0 {
1123
+ border-left-style: var(--tw-border-style);
1124
+ border-left-width: 0px;
1125
+ }
1126
+ .border-l-2 {
1127
+ border-left-style: var(--tw-border-style);
1128
+ border-left-width: 2px;
1129
+ }
1130
+ .border-l-\[3px\] {
1131
+ border-left-style: var(--tw-border-style);
1132
+ border-left-width: 3px;
1133
+ }
1134
+ .border-dashed {
1135
+ --tw-border-style: dashed;
1136
+ border-style: dashed;
1137
+ }
1138
+ .border-none {
1139
+ --tw-border-style: none;
1140
+ border-style: none;
1141
+ }
1142
+ .border-none\! {
1143
+ --tw-border-style: none !important;
1144
+ border-style: none !important;
1145
+ }
1146
+ .border-solid {
1147
+ --tw-border-style: solid;
1148
+ border-style: solid;
1149
+ }
1150
+ .border-\(--color-border\) {
1151
+ border-color: var(--color-border);
1152
+ }
1153
+ .border-current {
1154
+ border-color: currentcolor;
1155
+ }
1156
+ .border-transparent {
1157
+ border-color: transparent;
1158
+ }
1159
+ .bg-\(--cellBackground\) {
1160
+ background-color: var(--cellBackground);
1161
+ }
1162
+ .bg-\(--color-bg\) {
1163
+ background-color: var(--color-bg);
1164
+ }
1165
+ .bg-\[rgb\(247\,246\,245\)\] {
1166
+ background-color: rgb(247,246,245);
1167
+ }
1168
+ .bg-current {
1169
+ background-color: currentcolor;
1170
+ }
1171
+ .bg-inherit {
1172
+ background-color: inherit;
1173
+ }
1174
+ .bg-transparent {
1175
+ background-color: transparent;
1176
+ }
1177
+ .bg-gradient-to-l {
1178
+ --tw-gradient-position: to left in oklab;
1179
+ background-image: linear-gradient(var(--tw-gradient-stops));
1180
+ }
1181
+ .bg-gradient-to-r {
1182
+ --tw-gradient-position: to right in oklab;
1183
+ background-image: linear-gradient(var(--tw-gradient-stops));
1184
+ }
1185
+ .bg-\[linear-gradient\(120deg\,\#6EB6F2_10\%\,\#a855f7\,\#ea580c\,\#eab308\)\] {
1186
+ background-image: linear-gradient(120deg,#6EB6F2 10%,#a855f7,#ea580c,#eab308);
1187
+ }
1188
+ .bg-\[radial-gradient\(circle\,_\#94a3b8_1px\,_transparent_1px\)\] {
1189
+ background-image: radial-gradient(circle, #94a3b8 1px, transparent 1px);
1190
+ }
1191
+ .from-transparent {
1192
+ --tw-gradient-from: transparent;
1193
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1194
+ }
1195
+ .to-transparent {
1196
+ --tw-gradient-to: transparent;
1197
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1198
+ }
1199
+ .bg-\[length\:250\%_100\%\,auto\] {
1200
+ background-size: 250% 100%,auto;
1201
+ }
1202
+ .bg-\[size\:22px_22px\] {
1203
+ background-size: 22px 22px;
1204
+ }
1205
+ .bg-cover {
1206
+ background-size: cover;
1207
+ }
1208
+ .bg-clip-content {
1209
+ background-clip: content-box;
1210
+ }
1211
+ .bg-clip-padding {
1212
+ background-clip: padding-box;
1213
+ }
1214
+ .bg-clip-text {
1215
+ background-clip: text;
1216
+ }
1217
+ .bg-center {
1218
+ background-position: center;
1219
+ }
1220
+ .\[background-repeat\:no-repeat\,padding-box\] {
1221
+ background-repeat: no-repeat,padding-box;
1222
+ }
1223
+ .fill-current {
1224
+ fill: currentcolor;
1225
+ }
1226
+ .stroke-inherit {
1227
+ stroke: inherit;
1228
+ }
1229
+ .stroke-1 {
1230
+ stroke-width: 1;
1231
+ }
1232
+ .stroke-\[2\.25px\] {
1233
+ stroke-width: 2.25px;
1234
+ }
1235
+ .stroke-\[3px\] {
1236
+ stroke-width: 3px;
1237
+ }
1238
+ .object-contain {
1239
+ object-fit: contain;
1240
+ }
1241
+ .object-cover {
1242
+ object-fit: cover;
1243
+ }
1244
+ .p-\[3px\] {
1245
+ padding: 3px;
1246
+ }
1247
+ .p-px {
1248
+ padding: 1px;
1249
+ }
1250
+ .px-\(--cell-size\) {
1251
+ padding-inline: var(--cell-size);
1252
+ }
1253
+ .px-\[0\.3em\] {
1254
+ padding-inline: 0.3em;
1255
+ }
1256
+ .px-\[5\.12px\] {
1257
+ padding-inline: 5.12px;
1258
+ }
1259
+ .px-\[5px\] {
1260
+ padding-inline: 5px;
1261
+ }
1262
+ .px-\[14px\] {
1263
+ padding-inline: 14px;
1264
+ }
1265
+ .px-\[70px\] {
1266
+ padding-inline: 70px;
1267
+ }
1268
+ .px-px {
1269
+ padding-inline: 1px;
1270
+ }
1271
+ .py-\[0\.2em\] {
1272
+ padding-block: 0.2em;
1273
+ }
1274
+ .py-\[1\.5px\] {
1275
+ padding-block: 1.5px;
1276
+ }
1277
+ .py-\[3px\] {
1278
+ padding-block: 3px;
1279
+ }
1280
+ .py-px {
1281
+ padding-block: 1px;
1282
+ }
1283
+ .pt-\[34px\] {
1284
+ padding-top: 34px;
1285
+ }
1286
+ .pr-\[5px\] {
1287
+ padding-right: 5px;
1288
+ }
1289
+ .pb-\[30vh\] {
1290
+ padding-bottom: 30vh;
1291
+ }
1292
+ .pb-\[51\.25\%\] {
1293
+ padding-bottom: 51.25%;
1294
+ }
1295
+ .pb-\[56\.25\%\] {
1296
+ padding-bottom: 56.25%;
1297
+ }
1298
+ .pb-\[56\.0417\%\] {
1299
+ padding-bottom: 56.0417%;
1300
+ }
1301
+ .pb-\[75\%\] {
1302
+ padding-bottom: 75%;
1303
+ }
1304
+ .pl-\[5px\] {
1305
+ padding-left: 5px;
1306
+ }
1307
+ .pl-\[26px\] {
1308
+ padding-left: 26px;
1309
+ }
1310
+ .pl-\[32px\] {
1311
+ padding-left: 32px;
1312
+ }
1313
+ .pl-\[50px\] {
1314
+ padding-left: 50px;
1315
+ }
1316
+ .text-center {
1317
+ text-align: center;
1318
+ }
1319
+ .text-end {
1320
+ text-align: end;
1321
+ }
1322
+ .text-justify {
1323
+ text-align: justify;
1324
+ }
1325
+ .text-left {
1326
+ text-align: left;
1327
+ }
1328
+ .text-start {
1329
+ text-align: start;
1330
+ }
1331
+ .align-baseline {
1332
+ vertical-align: baseline;
1333
+ }
1334
+ .align-middle {
1335
+ vertical-align: middle;
1336
+ }
1337
+ .align-text-bottom {
1338
+ vertical-align: text-bottom;
1339
+ }
1340
+ .align-top {
1341
+ vertical-align: top;
1342
+ }
1343
+ .font-\[inherit\] {
1344
+ font-family: inherit;
1345
+ }
1346
+ .font-\[ui-sans-serif\,_-apple-system\,_BlinkMacSystemFont\,_\"Segoe_UI_Variable_Display\"\,_\"Segoe_UI\"\,_Helvetica\,_\"Apple_Color_Emoji\"\,_Arial\,_sans-serif\,_\"Segoe_UI_Emoji\"\,_\"Segoe_UI_Symbol\"\] {
1347
+ font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
1348
+ }
1349
+ .text-\[0\.8rem\] {
1350
+ font-size: 0.8rem;
1351
+ }
1352
+ .text-\[1\.5em\] {
1353
+ font-size: 1.5em;
1354
+ }
1355
+ .text-\[1\.25em\] {
1356
+ font-size: 1.25em;
1357
+ }
1358
+ .text-\[1\.875em\] {
1359
+ font-size: 1.875em;
1360
+ }
1361
+ .text-\[9px\] {
1362
+ font-size: 9px;
1363
+ }
1364
+ .text-\[10\.4px\] {
1365
+ font-size: 10.4px;
1366
+ }
1367
+ .text-\[10px\] {
1368
+ font-size: 10px;
1369
+ }
1370
+ .text-\[11px\] {
1371
+ font-size: 11px;
1372
+ }
1373
+ .text-\[18px\] {
1374
+ font-size: 18px;
1375
+ }
1376
+ .leading-\[1\.3\]\! {
1377
+ --tw-leading: 1.3 !important;
1378
+ line-height: 1.3 !important;
1379
+ }
1380
+ .leading-\[normal\] {
1381
+ --tw-leading: normal;
1382
+ line-height: normal;
1383
+ }
1384
+ .leading-none {
1385
+ --tw-leading: 1;
1386
+ line-height: 1;
1387
+ }
1388
+ .text-balance {
1389
+ text-wrap: balance;
1390
+ }
1391
+ .text-nowrap {
1392
+ text-wrap: nowrap;
1393
+ }
1394
+ .break-words {
1395
+ overflow-wrap: break-word;
1396
+ }
1397
+ .wrap-break-word {
1398
+ overflow-wrap: break-word;
1399
+ }
1400
+ .break-all {
1401
+ word-break: break-all;
1402
+ }
1403
+ .whitespace-nowrap {
1404
+ white-space: nowrap;
1405
+ }
1406
+ .whitespace-pre-wrap {
1407
+ white-space: pre-wrap;
1408
+ }
1409
+ .text-\[rgb\(17\,96\,174\)\] {
1410
+ color: rgb(17,96,174);
1411
+ }
1412
+ .text-current {
1413
+ color: currentcolor;
1414
+ }
1415
+ .text-inherit {
1416
+ color: inherit;
1417
+ }
1418
+ .text-transparent {
1419
+ color: transparent;
1420
+ }
1421
+ .capitalize {
1422
+ text-transform: capitalize;
1423
+ }
1424
+ .uppercase {
1425
+ text-transform: uppercase;
1426
+ }
1427
+ .italic {
1428
+ font-style: italic;
1429
+ }
1430
+ .slashed-zero {
1431
+ --tw-slashed-zero: slashed-zero;
1432
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1433
+ }
1434
+ .tabular-nums {
1435
+ --tw-numeric-spacing: tabular-nums;
1436
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1437
+ }
1438
+ .line-through {
1439
+ text-decoration-line: line-through;
1440
+ }
1441
+ .no-underline {
1442
+ text-decoration-line: none;
1443
+ }
1444
+ .underline {
1445
+ text-decoration-line: underline;
1446
+ }
1447
+ .decoration-dotted {
1448
+ text-decoration-style: dotted;
1449
+ }
1450
+ .decoration-\[0\.5px\] {
1451
+ text-decoration-thickness: 0.5px;
1452
+ }
1453
+ .underline-offset-2 {
1454
+ text-underline-offset: 2px;
1455
+ }
1456
+ .underline-offset-4 {
1457
+ text-underline-offset: 4px;
1458
+ }
1459
+ .opacity-0 {
1460
+ opacity: 0%;
1461
+ }
1462
+ .opacity-30 {
1463
+ opacity: 30%;
1464
+ }
1465
+ .opacity-50 {
1466
+ opacity: 50%;
1467
+ }
1468
+ .opacity-60 {
1469
+ opacity: 60%;
1470
+ }
1471
+ .opacity-70 {
1472
+ opacity: 70%;
1473
+ }
1474
+ .opacity-100 {
1475
+ opacity: 100%;
1476
+ }
1477
+ .bg-blend-color {
1478
+ background-blend-mode: color;
1479
+ }
1480
+ .shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
1481
+ --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-border)));
1482
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1483
+ }
1484
+ .shadow-none {
1485
+ --tw-shadow: 0 0 #0000;
1486
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1487
+ }
1488
+ .shadow-none\! {
1489
+ --tw-shadow: 0 0 #0000 !important;
1490
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
1491
+ }
1492
+ .ring-0 {
1493
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1494
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1495
+ }
1496
+ .ring-1 {
1497
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1498
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1499
+ }
1500
+ .ring-2 {
1501
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1502
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1503
+ }
1504
+ .ring-offset-2 {
1505
+ --tw-ring-offset-width: 2px;
1506
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1507
+ }
1508
+ .outline-hidden {
1509
+ --tw-outline-style: none;
1510
+ outline-style: none;
1511
+ @media (forced-colors: active) {
1512
+ outline: 2px solid transparent;
1513
+ outline-offset: 2px;
1514
+ }
1515
+ }
1516
+ .outline {
1517
+ outline-style: var(--tw-outline-style);
1518
+ outline-width: 1px;
1519
+ }
1520
+ .outline\! {
1521
+ outline-style: var(--tw-outline-style) !important;
1522
+ outline-width: 1px !important;
1523
+ }
1524
+ .outline-1 {
1525
+ outline-style: var(--tw-outline-style);
1526
+ outline-width: 1px;
1527
+ }
1528
+ .outline-offset-\[-3px\] {
1529
+ outline-offset: -3px;
1530
+ }
1531
+ .\!filter {
1532
+ 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,) !important;
1533
+ }
1534
+ .filter {
1535
+ 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,);
1536
+ }
1537
+ .transition {
1538
+ 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;
1539
+ transition-timing-function: var(--tw-ease, ease);
1540
+ transition-duration: var(--tw-duration, 0s);
1541
+ }
1542
+ .transition-\[color\,box-shadow\] {
1543
+ transition-property: color,box-shadow;
1544
+ transition-timing-function: var(--tw-ease, ease);
1545
+ transition-duration: var(--tw-duration, 0s);
1546
+ }
1547
+ .transition-\[left\,right\,width\] {
1548
+ transition-property: left,right,width;
1549
+ transition-timing-function: var(--tw-ease, ease);
1550
+ transition-duration: var(--tw-duration, 0s);
1551
+ }
1552
+ .transition-\[margin\,opacity\] {
1553
+ transition-property: margin,opacity;
1554
+ transition-timing-function: var(--tw-ease, ease);
1555
+ transition-duration: var(--tw-duration, 0s);
1556
+ }
1557
+ .transition-\[shadow\,border\,opacity\] {
1558
+ transition-property: shadow,border,opacity;
1559
+ transition-timing-function: var(--tw-ease, ease);
1560
+ transition-duration: var(--tw-duration, 0s);
1561
+ }
1562
+ .transition-\[shadow\,border\] {
1563
+ transition-property: shadow,border;
1564
+ transition-timing-function: var(--tw-ease, ease);
1565
+ transition-duration: var(--tw-duration, 0s);
1566
+ }
1567
+ .transition-\[width\,height\,padding\] {
1568
+ transition-property: width,height,padding;
1569
+ transition-timing-function: var(--tw-ease, ease);
1570
+ transition-duration: var(--tw-duration, 0s);
1571
+ }
1572
+ .transition-\[width\] {
1573
+ transition-property: width;
1574
+ transition-timing-function: var(--tw-ease, ease);
1575
+ transition-duration: var(--tw-duration, 0s);
1576
+ }
1577
+ .transition-all {
1578
+ transition-property: all;
1579
+ transition-timing-function: var(--tw-ease, ease);
1580
+ transition-duration: var(--tw-duration, 0s);
1581
+ }
1582
+ .transition-colors {
1583
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1584
+ transition-timing-function: var(--tw-ease, ease);
1585
+ transition-duration: var(--tw-duration, 0s);
1586
+ }
1587
+ .transition-opacity {
1588
+ transition-property: opacity;
1589
+ transition-timing-function: var(--tw-ease, ease);
1590
+ transition-duration: var(--tw-duration, 0s);
1591
+ }
1592
+ .transition-shadow {
1593
+ transition-property: box-shadow;
1594
+ transition-timing-function: var(--tw-ease, ease);
1595
+ transition-duration: var(--tw-duration, 0s);
1596
+ }
1597
+ .transition-transform {
1598
+ transition-property: transform, translate, scale, rotate;
1599
+ transition-timing-function: var(--tw-ease, ease);
1600
+ transition-duration: var(--tw-duration, 0s);
1601
+ }
1602
+ .transition-none {
1603
+ transition-property: none;
1604
+ }
1605
+ .duration-75 {
1606
+ --tw-duration: 75ms;
1607
+ transition-duration: 75ms;
1608
+ }
1609
+ .duration-100 {
1610
+ --tw-duration: 100ms;
1611
+ transition-duration: 100ms;
1612
+ }
1613
+ .duration-200 {
1614
+ --tw-duration: 200ms;
1615
+ transition-duration: 200ms;
1616
+ }
1617
+ .duration-250 {
1618
+ --tw-duration: 250ms;
1619
+ transition-duration: 250ms;
1620
+ }
1621
+ .duration-300 {
1622
+ --tw-duration: 300ms;
1623
+ transition-duration: 300ms;
1624
+ }
1625
+ .duration-700 {
1626
+ --tw-duration: 700ms;
1627
+ transition-duration: 700ms;
1628
+ }
1629
+ .duration-1000 {
1630
+ --tw-duration: 1000ms;
1631
+ transition-duration: 1000ms;
1632
+ }
1633
+ .duration-\[3s\] {
1634
+ --tw-duration: 3s;
1635
+ transition-duration: 3s;
1636
+ }
1637
+ .ease-\[cubic-bezier\(0\.22\,1\,0\.36\,1\)\] {
1638
+ --tw-ease: cubic-bezier(0.22,1,0.36,1);
1639
+ transition-timing-function: cubic-bezier(0.22,1,0.36,1);
1640
+ }
1641
+ .ease-linear {
1642
+ --tw-ease: linear;
1643
+ transition-timing-function: linear;
1644
+ }
1645
+ .will-change-\[width\] {
1646
+ will-change: width;
1647
+ }
1648
+ .will-change-transform {
1649
+ will-change: transform;
1650
+ }
1651
+ .\[contain\:content\] {
1652
+ contain: content;
1653
+ }
1654
+ .outline-dashed {
1655
+ --tw-outline-style: dashed;
1656
+ outline-style: dashed;
1657
+ }
1658
+ .outline-none {
1659
+ --tw-outline-style: none;
1660
+ outline-style: none;
1661
+ }
1662
+ .outline-solid\! {
1663
+ --tw-outline-style: solid !important;
1664
+ outline-style: solid !important;
1665
+ }
1666
+ .select-none {
1667
+ -webkit-user-select: none;
1668
+ user-select: none;
1669
+ }
1670
+ .select-text {
1671
+ -webkit-user-select: text;
1672
+ user-select: text;
1673
+ }
1674
+ .\[--bg\:linear-gradient\(90deg\,\#0000_calc\(50\%-var\(--spread\)\)\,var\(--color-background\)\,\#0000_calc\(50\%\+var\(--spread\)\)\)\] {
1675
+ --bg: linear-gradient(90deg,#0000 calc(50% - var(--spread)),var(--color-background),#0000 calc(50% + var(--spread)));
1676
+ }
1677
+ .\[--cell-radius\:var\(--radius-md\)\] {
1678
+ --cell-radius: var(--radius-md);
1679
+ }
1680
+ .\[animation-timing-function\:cubic-bezier\(0\.16\,1\,0\.3\,1\)\] {
1681
+ animation-timing-function: cubic-bezier(0.16,1,0.3,1);
1682
+ }
1683
+ .\[counter-increment\:line_0\] {
1684
+ counter-increment: line 0;
1685
+ }
1686
+ .\[counter-reset\:line\] {
1687
+ counter-reset: line;
1688
+ }
1689
+ .\[tab-size\:2\] {
1690
+ tab-size: 2;
1691
+ }
1692
+ .ring-inset {
1693
+ --tw-ring-inset: inset;
1694
+ }
1695
+ .\*\:w-full {
1696
+ :is(& > *) {
1697
+ width: 100%;
1698
+ }
1699
+ }
1700
+ .\*\*\:inline {
1701
+ :is(& *) {
1702
+ display: inline;
1703
+ }
1704
+ }
1705
+ .\*\*\:whitespace-nowrap {
1706
+ :is(& *) {
1707
+ white-space: nowrap;
1708
+ }
1709
+ }
1710
+ .not-last\:border-r {
1711
+ &:not(*:last-child) {
1712
+ border-right-style: var(--tw-border-style);
1713
+ border-right-width: 1px;
1714
+ }
1715
+ }
1716
+ .not-last\:border-b {
1717
+ &:not(*:last-child) {
1718
+ border-bottom-style: var(--tw-border-style);
1719
+ border-bottom-width: 1px;
1720
+ }
1721
+ }
1722
+ .group-last\/toolbar-group\:hidden\! {
1723
+ &:is(:where(.group\/toolbar-group):last-child *) {
1724
+ display: none !important;
1725
+ }
1726
+ }
1727
+ .group-focus-within\:pointer-events-none {
1728
+ &:is(:where(.group):focus-within *) {
1729
+ pointer-events: none;
1730
+ }
1731
+ }
1732
+ .group-focus-within\:cursor-default {
1733
+ &:is(:where(.group):focus-within *) {
1734
+ cursor: default;
1735
+ }
1736
+ }
1737
+ .group-focus-within\/menu-item\:opacity-100 {
1738
+ &:is(:where(.group\/menu-item):focus-within *) {
1739
+ opacity: 100%;
1740
+ }
1741
+ }
1742
+ .group-hover\:translate-x-full {
1743
+ &:is(:where(.group):hover *) {
1744
+ @media (hover: hover) {
1745
+ --tw-translate-x: 100%;
1746
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1747
+ }
1748
+ }
1749
+ }
1750
+ .group-hover\:opacity-0 {
1751
+ &:is(:where(.group):hover *) {
1752
+ @media (hover: hover) {
1753
+ opacity: 0%;
1754
+ }
1755
+ }
1756
+ }
1757
+ .group-hover\:opacity-100 {
1758
+ &:is(:where(.group):hover *) {
1759
+ @media (hover: hover) {
1760
+ opacity: 100%;
1761
+ }
1762
+ }
1763
+ }
1764
+ .group-hover\/container\:opacity-100 {
1765
+ &:is(:where(.group\/container):hover *) {
1766
+ @media (hover: hover) {
1767
+ opacity: 100%;
1768
+ }
1769
+ }
1770
+ }
1771
+ .group-hover\/media\:opacity-100 {
1772
+ &:is(:where(.group\/media):hover *) {
1773
+ @media (hover: hover) {
1774
+ opacity: 100%;
1775
+ }
1776
+ }
1777
+ }
1778
+ .group-hover\/menu-item\:opacity-100 {
1779
+ &:is(:where(.group\/menu-item):hover *) {
1780
+ @media (hover: hover) {
1781
+ opacity: 100%;
1782
+ }
1783
+ }
1784
+ }
1785
+ .group-hover\/title\:opacity-100 {
1786
+ &:is(:where(.group\/title):hover *) {
1787
+ @media (hover: hover) {
1788
+ opacity: 100%;
1789
+ }
1790
+ }
1791
+ }
1792
+ .group-has-disabled\/field\:opacity-50 {
1793
+ &:is(:where(.group\/field):has(*:disabled) *) {
1794
+ opacity: 50%;
1795
+ }
1796
+ }
1797
+ .group-has-data-horizontal\/field\:text-balance {
1798
+ &:is(:where(.group\/field):has(*[data-horizontal]) *) {
1799
+ text-wrap: balance;
1800
+ }
1801
+ }
1802
+ .group-has-data-\[resizing\=true\]\/media\:opacity-0 {
1803
+ &:is(:where(.group\/media):has(*[data-resizing="true"]) *) {
1804
+ opacity: 0%;
1805
+ }
1806
+ }
1807
+ .group-has-data-\[slot\=command-shortcut\]\/command-item\:hidden {
1808
+ &:is(:where(.group\/command-item):has(*[data-slot="command-shortcut"]) *) {
1809
+ display: none;
1810
+ }
1811
+ }
1812
+ .group-has-data-\[slot\=item-description\]\/item\:self-start {
1813
+ &:is(:where(.group\/item):has(*[data-slot="item-description"]) *) {
1814
+ align-self: flex-start;
1815
+ }
1816
+ }
1817
+ .group-has-data-\[state\=open\]\/media\:opacity-100 {
1818
+ &:is(:where(.group\/media):has(*[data-state="open"]) *) {
1819
+ opacity: 100%;
1820
+ }
1821
+ }
1822
+ .group-has-\[\[data-col\=\"0\"\]\:hover\]\/table\:block {
1823
+ &:is(:where(.group\/table):has(*:is([data-col="0"]:hover)) *) {
1824
+ display: block;
1825
+ }
1826
+ }
1827
+ .group-has-\[\[data-col\=\"0\"\]\[data-resizing\=\"true\"\]\]\/table\:block {
1828
+ &:is(:where(.group\/table):has(*:is([data-col="0"][data-resizing="true"])) *) {
1829
+ display: block;
1830
+ }
1831
+ }
1832
+ .group-has-\[\[data-col\=\"1\"\]\:hover\]\/table\:block {
1833
+ &:is(:where(.group\/table):has(*:is([data-col="1"]:hover)) *) {
1834
+ display: block;
1835
+ }
1836
+ }
1837
+ .group-has-\[\[data-col\=\"1\"\]\[data-resizing\=\"true\"\]\]\/table\:block {
1838
+ &:is(:where(.group\/table):has(*:is([data-col="1"][data-resizing="true"])) *) {
1839
+ display: block;
1840
+ }
1841
+ }
1842
+ .group-has-\[\[data-col\=\"10\"\]\:hover\]\/table\:block {
1843
+ &:is(:where(.group\/table):has(*:is([data-col="10"]:hover)) *) {
1844
+ display: block;
1845
+ }
1846
+ }
1847
+ .group-has-\[\[data-col\=\"10\"\]\[data-resizing\=\"true\"\]\]\/table\:block {
1848
+ &:is(:where(.group\/table):has(*:is([data-col="10"][data-resizing="true"])) *) {
1849
+ display: block;
1850
+ }
1851
+ }
1852
+ .group-has-\[\[data-col\=\"2\"\]\:hover\]\/table\:block {
1853
+ &:is(:where(.group\/table):has(*:is([data-col="2"]:hover)) *) {
1854
+ display: block;
1855
+ }
1856
+ }
1857
+ .group-has-\[\[data-col\=\"2\"\]\[data-resizing\=\"true\"\]\]\/table\:block {
1858
+ &:is(:where(.group\/table):has(*:is([data-col="2"][data-resizing="true"])) *) {
1859
+ display: block;
1860
+ }
1861
+ }
1862
+ .group-has-\[\[data-col\=\"3\"\]\:hover\]\/table\:block {
1863
+ &:is(:where(.group\/table):has(*:is([data-col="3"]:hover)) *) {
1864
+ display: block;
1865
+ }
1866
+ }
1867
+ .group-has-\[\[data-col\=\"3\"\]\[data-resizing\=\"true\"\]\]\/table\:block {
1868
+ &:is(:where(.group\/table):has(*:is([data-col="3"][data-resizing="true"])) *) {
1869
+ display: block;
1870
+ }
1871
+ }
1872
+ .group-has-\[\[data-col\=\"4\"\]\:hover\]\/table\:block {
1873
+ &:is(:where(.group\/table):has(*:is([data-col="4"]:hover)) *) {
1874
+ display: block;
1875
+ }
1876
+ }
1877
+ .group-has-\[\[data-col\=\"4\"\]\[data-resizing\=\"true\"\]\]\/table\:block {
1878
+ &:is(:where(.group\/table):has(*:is([data-col="4"][data-resizing="true"])) *) {
1879
+ display: block;
1880
+ }
1881
+ }
1882
+ .group-has-\[\[data-col\=\"5\"\]\:hover\]\/table\:block {
1883
+ &:is(:where(.group\/table):has(*:is([data-col="5"]:hover)) *) {
1884
+ display: block;
1885
+ }
1886
+ }
1887
+ .group-has-\[\[data-col\=\"5\"\]\[data-resizing\=\"true\"\]\]\/table\:block {
1888
+ &:is(:where(.group\/table):has(*:is([data-col="5"][data-resizing="true"])) *) {
1889
+ display: block;
1890
+ }
1891
+ }
1892
+ .group-has-\[\[data-col\=\"6\"\]\:hover\]\/table\:block {
1893
+ &:is(:where(.group\/table):has(*:is([data-col="6"]:hover)) *) {
1894
+ display: block;
1895
+ }
1896
+ }
1897
+ .group-has-\[\[data-col\=\"6\"\]\[data-resizing\=\"true\"\]\]\/table\:block {
1898
+ &:is(:where(.group\/table):has(*:is([data-col="6"][data-resizing="true"])) *) {
1899
+ display: block;
1900
+ }
1901
+ }
1902
+ .group-has-\[\[data-col\=\"7\"\]\:hover\]\/table\:block {
1903
+ &:is(:where(.group\/table):has(*:is([data-col="7"]:hover)) *) {
1904
+ display: block;
1905
+ }
1906
+ }
1907
+ .group-has-\[\[data-col\=\"7\"\]\[data-resizing\=\"true\"\]\]\/table\:block {
1908
+ &:is(:where(.group\/table):has(*:is([data-col="7"][data-resizing="true"])) *) {
1909
+ display: block;
1910
+ }
1911
+ }
1912
+ .group-has-\[\[data-col\=\"8\"\]\:hover\]\/table\:block {
1913
+ &:is(:where(.group\/table):has(*:is([data-col="8"]:hover)) *) {
1914
+ display: block;
1915
+ }
1916
+ }
1917
+ .group-has-\[\[data-col\=\"8\"\]\[data-resizing\=\"true\"\]\]\/table\:block {
1918
+ &:is(:where(.group\/table):has(*:is([data-col="8"][data-resizing="true"])) *) {
1919
+ display: block;
1920
+ }
1921
+ }
1922
+ .group-has-\[\[data-col\=\"9\"\]\:hover\]\/table\:block {
1923
+ &:is(:where(.group\/table):has(*:is([data-col="9"]:hover)) *) {
1924
+ display: block;
1925
+ }
1926
+ }
1927
+ .group-has-\[\[data-col\=\"9\"\]\[data-resizing\=\"true\"\]\]\/table\:block {
1928
+ &:is(:where(.group\/table):has(*:is([data-col="9"][data-resizing="true"])) *) {
1929
+ display: block;
1930
+ }
1931
+ }
1932
+ .group-has-\[\[data-resizer-left\]\:hover\]\/table\:block {
1933
+ &:is(:where(.group\/table):has(*:is([data-resizer-left]:hover)) *) {
1934
+ display: block;
1935
+ }
1936
+ }
1937
+ .group-has-\[\[data-resizer-left\]\[data-resizing\=\"true\"\]\]\/table\:block {
1938
+ &:is(:where(.group\/table):has(*:is([data-resizer-left][data-resizing="true"])) *) {
1939
+ display: block;
1940
+ }
1941
+ }
1942
+ .group-has-\[\[role\=option\]\]\/combobox-list\:hidden {
1943
+ &:is(:where(.group\/combobox-list):has(*:is([role=option])) *) {
1944
+ display: none;
1945
+ }
1946
+ }
1947
+ .group-has-\[td\:last-child\:hover\,th\:last-child\:hover\]\/table\:opacity-100 {
1948
+ &:is(:where(.group\/table):has(*:is(td:last-child:hover,th:last-child:hover)) *) {
1949
+ opacity: 100%;
1950
+ }
1951
+ }
1952
+ .group-has-\[tr\:last-child\:hover\]\/table\:opacity-100 {
1953
+ &:is(:where(.group\/table):has(*:is(tr:last-child:hover)) *) {
1954
+ opacity: 100%;
1955
+ }
1956
+ }
1957
+ .group-has-\[td\:last-child\:hover\,th\:last-child\:hover\]\/table\:group-has-\[tr\:last-child\:hover\]\/table\:opacity-100 {
1958
+ &:is(:where(.group\/table):has(*:is(td:last-child:hover,th:last-child:hover)) *) {
1959
+ &:is(:where(.group\/table):has(*:is(tr:last-child:hover)) *) {
1960
+ opacity: 100%;
1961
+ }
1962
+ }
1963
+ }
1964
+ .group-has-\[\>svg\]\/alert\:col-start-2 {
1965
+ &:is(:where(.group\/alert):has(>svg) *) {
1966
+ grid-column-start: 2;
1967
+ }
1968
+ }
1969
+ .group-aria-expanded\/accordion-trigger\:hidden {
1970
+ &:is(:where(.group\/accordion-trigger)[aria-expanded="true"] *) {
1971
+ display: none;
1972
+ }
1973
+ }
1974
+ .group-aria-expanded\/accordion-trigger\:inline {
1975
+ &:is(:where(.group\/accordion-trigger)[aria-expanded="true"] *) {
1976
+ display: inline;
1977
+ }
1978
+ }
1979
+ .group-aria-selected\:opacity-100 {
1980
+ &:is(:where(.group)[aria-selected="true"] *) {
1981
+ opacity: 100%;
1982
+ }
1983
+ }
1984
+ .group-data-open\/navigation-menu-trigger\:rotate-180 {
1985
+ &:is(:where(.group\/navigation-menu-trigger)[data-open] *) {
1986
+ rotate: 180deg;
1987
+ }
1988
+ }
1989
+ .group-data-popup-open\/navigation-menu-trigger\:rotate-180 {
1990
+ &:is(:where(.group\/navigation-menu-trigger)[data-popup-open] *) {
1991
+ rotate: 180deg;
1992
+ }
1993
+ }
1994
+ .group-data-vertical\/tabs\:h-fit {
1995
+ &:is(:where(.group\/tabs)[data-vertical] *) {
1996
+ height: fit-content;
1997
+ }
1998
+ }
1999
+ .group-data-vertical\/tabs\:w-full {
2000
+ &:is(:where(.group\/tabs)[data-vertical] *) {
2001
+ width: 100%;
2002
+ }
2003
+ }
2004
+ .group-data-vertical\/tabs\:flex-col {
2005
+ &:is(:where(.group\/tabs)[data-vertical] *) {
2006
+ flex-direction: column;
2007
+ }
2008
+ }
2009
+ .group-data-vertical\/tabs\:justify-start {
2010
+ &:is(:where(.group\/tabs)[data-vertical] *) {
2011
+ justify-content: flex-start;
2012
+ }
2013
+ }
2014
+ .group-data-\[active-item\=\'true\'\]\/menu-item\:inline-block {
2015
+ &:is(:where(.group\/menu-item)[data-active-item='true'] *) {
2016
+ display: inline-block;
2017
+ }
2018
+ }
2019
+ .group-data-\[checked\=true\]\/command-item\:opacity-100 {
2020
+ &:is(:where(.group\/command-item)[data-checked="true"] *) {
2021
+ opacity: 100%;
2022
+ }
2023
+ }
2024
+ .group-data-\[collapsible\=icon\]\:hidden {
2025
+ &:is(:where(.group)[data-collapsible="icon"] *) {
2026
+ display: none;
2027
+ }
2028
+ }
2029
+ .group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\) {
2030
+ &:is(:where(.group)[data-collapsible="icon"] *) {
2031
+ width: var(--sidebar-width-icon);
2032
+ }
2033
+ }
2034
+ .group-data-\[collapsible\=icon\]\:overflow-hidden {
2035
+ &:is(:where(.group)[data-collapsible="icon"] *) {
2036
+ overflow: hidden;
2037
+ }
2038
+ }
2039
+ .group-data-\[collapsible\=icon\]\:opacity-0 {
2040
+ &:is(:where(.group)[data-collapsible="icon"] *) {
2041
+ opacity: 0%;
2042
+ }
2043
+ }
2044
+ .group-data-\[disabled\=true\]\:pointer-events-none {
2045
+ &:is(:where(.group)[data-disabled="true"] *) {
2046
+ pointer-events: none;
2047
+ }
2048
+ }
2049
+ .group-data-\[disabled\=true\]\:opacity-50 {
2050
+ &:is(:where(.group)[data-disabled="true"] *) {
2051
+ opacity: 50%;
2052
+ }
2053
+ }
2054
+ .group-data-\[disabled\=true\]\/field\:opacity-50 {
2055
+ &:is(:where(.group\/field)[data-disabled="true"] *) {
2056
+ opacity: 50%;
2057
+ }
2058
+ }
2059
+ .group-data-\[disabled\=true\]\/input-group\:opacity-50 {
2060
+ &:is(:where(.group\/input-group)[data-disabled="true"] *) {
2061
+ opacity: 50%;
2062
+ }
2063
+ }
2064
+ .group-data-\[focused\=true\]\/day\:relative {
2065
+ &:is(:where(.group\/day)[data-focused="true"] *) {
2066
+ position: relative;
2067
+ }
2068
+ }
2069
+ .group-data-\[focused\=true\]\/day\:z-10 {
2070
+ &:is(:where(.group\/day)[data-focused="true"] *) {
2071
+ z-index: 10;
2072
+ }
2073
+ }
2074
+ .group-data-\[focused\=true\]\/day\:ring-\[3px\] {
2075
+ &:is(:where(.group\/day)[data-focused="true"] *) {
2076
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2077
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2078
+ }
2079
+ }
2080
+ .group-data-\[readonly\=true\]\/editor\:hidden {
2081
+ &:is(:where(.group\/editor)[data-readonly="true"] *) {
2082
+ display: none;
2083
+ }
2084
+ }
2085
+ .group-data-\[selected\=true\]\:opacity-100 {
2086
+ &:is(:where(.group)[data-selected="true"] *) {
2087
+ opacity: 100%;
2088
+ }
2089
+ }
2090
+ .group-data-\[side\=left\]\:border-e {
2091
+ &:is(:where(.group)[data-side="left"] *) {
2092
+ border-inline-end-style: var(--tw-border-style);
2093
+ border-inline-end-width: 1px;
2094
+ }
2095
+ }
2096
+ .group-data-\[side\=right\]\:rotate-180 {
2097
+ &:is(:where(.group)[data-side="right"] *) {
2098
+ rotate: 180deg;
2099
+ }
2100
+ }
2101
+ .group-data-\[side\=right\]\:border-s {
2102
+ &:is(:where(.group)[data-side="right"] *) {
2103
+ border-inline-start-style: var(--tw-border-style);
2104
+ border-inline-start-width: 1px;
2105
+ }
2106
+ }
2107
+ .group-data-\[size\=sm\]\/alert-dialog-content\:grid {
2108
+ &:is(:where(.group\/alert-dialog-content)[data-size="sm"] *) {
2109
+ display: grid;
2110
+ }
2111
+ }
2112
+ .group-data-\[size\=sm\]\/alert-dialog-content\:grid-cols-2 {
2113
+ &:is(:where(.group\/alert-dialog-content)[data-size="sm"] *) {
2114
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2115
+ }
2116
+ }
2117
+ .group-data-\[spacing\=0\]\/toggle-group\:rounded-none {
2118
+ &:is(:where(.group\/toggle-group)[data-spacing="0"] *) {
2119
+ border-radius: 0;
2120
+ }
2121
+ }
2122
+ .group-data-\[spacing\=0\]\/toggle-group\:shadow-none {
2123
+ &:is(:where(.group\/toggle-group)[data-spacing="0"] *) {
2124
+ --tw-shadow: 0 0 #0000;
2125
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2126
+ }
2127
+ }
2128
+ .group-data-\[state\=closed\]\:-rotate-90 {
2129
+ &:is(:where(.group)[data-state="closed"] *) {
2130
+ rotate: calc(90deg * -1);
2131
+ }
2132
+ }
2133
+ .group-data-\[state\=open\]\:rotate-90 {
2134
+ &:is(:where(.group)[data-state="open"] *) {
2135
+ rotate: 90deg;
2136
+ }
2137
+ }
2138
+ .group-data-\[state\=open\]\:rotate-180 {
2139
+ &:is(:where(.group)[data-state="open"] *) {
2140
+ rotate: 180deg;
2141
+ }
2142
+ }
2143
+ .group-data-\[state\=open\]\/context-menu\:opacity-0 {
2144
+ &:is(:where(.group\/context-menu)[data-state="open"] *) {
2145
+ opacity: 0%;
2146
+ }
2147
+ }
2148
+ .group-data-\[variant\=floating\]\:ring-1 {
2149
+ &:is(:where(.group)[data-variant="floating"] *) {
2150
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2151
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2152
+ }
2153
+ }
2154
+ .group-data-\[variant\=line\]\/tabs-list\:bg-transparent {
2155
+ &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
2156
+ background-color: transparent;
2157
+ }
2158
+ }
2159
+ .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block {
2160
+ &:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *) {
2161
+ display: block;
2162
+ }
2163
+ }
2164
+ .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:text-center {
2165
+ &:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *) {
2166
+ text-align: center;
2167
+ }
2168
+ }
2169
+ .group-data-\[vaul-drawer-direction\=top\]\/drawer-content\:text-center {
2170
+ &:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="top"] *) {
2171
+ text-align: center;
2172
+ }
2173
+ }
2174
+ .group-data-\[viewport\=false\]\/navigation-menu\:top-full {
2175
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2176
+ top: 100%;
2177
+ }
2178
+ }
2179
+ .group-data-\[viewport\=false\]\/navigation-menu\:overflow-hidden {
2180
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2181
+ overflow: hidden;
2182
+ }
2183
+ }
2184
+ .group-data-\[viewport\=false\]\/navigation-menu\:ring-1 {
2185
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2186
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2187
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2188
+ }
2189
+ }
2190
+ .group-data-\[viewport\=false\]\/navigation-menu\:duration-300 {
2191
+ &:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2192
+ --tw-duration: 300ms;
2193
+ transition-duration: 300ms;
2194
+ }
2195
+ }
2196
+ .group-\[\.is-user\]\:ml-auto {
2197
+ &:is(:where(.group):is(.is-user) *) {
2198
+ margin-left: auto;
2199
+ }
2200
+ }
2201
+ .peer-disabled\:cursor-not-allowed {
2202
+ &:is(:where(.peer):disabled ~ *) {
2203
+ cursor: not-allowed;
2204
+ }
2205
+ }
2206
+ .peer-disabled\:opacity-50 {
2207
+ &:is(:where(.peer):disabled ~ *) {
2208
+ opacity: 50%;
2209
+ }
2210
+ }
2211
+ .peer-has-\[\[role\=menuitem\]\]\/menu-group\:block {
2212
+ &:is(:where(.peer\/menu-group):has(*:is([role=menuitem])) ~ *) {
2213
+ display: block;
2214
+ }
2215
+ }
2216
+ .peer-has-\[\[role\=menuitemradio\]\]\/menu-group\:block {
2217
+ &:is(:where(.peer\/menu-group):has(*:is([role=menuitemradio])) ~ *) {
2218
+ display: block;
2219
+ }
2220
+ }
2221
+ .peer-has-\[\[role\=option\]\]\/menu-group\:block {
2222
+ &:is(:where(.peer\/menu-group):has(*:is([role=option])) ~ *) {
2223
+ display: block;
2224
+ }
2225
+ }
2226
+ .selection\:bg-transparent {
2227
+ & *::selection {
2228
+ background-color: transparent;
2229
+ }
2230
+ &::selection {
2231
+ background-color: transparent;
2232
+ }
2233
+ }
2234
+ .file\:inline-flex {
2235
+ &::file-selector-button {
2236
+ display: inline-flex;
2237
+ }
2238
+ }
2239
+ .file\:border-0 {
2240
+ &::file-selector-button {
2241
+ border-style: var(--tw-border-style);
2242
+ border-width: 0px;
2243
+ }
2244
+ }
2245
+ .file\:bg-transparent {
2246
+ &::file-selector-button {
2247
+ background-color: transparent;
2248
+ }
2249
+ }
2250
+ .before\:pointer-events-none {
2251
+ &::before {
2252
+ content: var(--tw-content);
2253
+ pointer-events: none;
2254
+ }
2255
+ }
2256
+ .before\:absolute {
2257
+ &::before {
2258
+ content: var(--tw-content);
2259
+ position: absolute;
2260
+ }
2261
+ }
2262
+ .before\:z-1 {
2263
+ &::before {
2264
+ content: var(--tw-content);
2265
+ z-index: 1;
2266
+ }
2267
+ }
2268
+ .before\:z-10 {
2269
+ &::before {
2270
+ content: var(--tw-content);
2271
+ z-index: 10;
2272
+ }
2273
+ }
2274
+ .before\:box-border {
2275
+ &::before {
2276
+ content: var(--tw-content);
2277
+ box-sizing: border-box;
2278
+ }
2279
+ }
2280
+ .before\:inline-block {
2281
+ &::before {
2282
+ content: var(--tw-content);
2283
+ display: inline-block;
2284
+ }
2285
+ }
2286
+ .before\:size-full {
2287
+ &::before {
2288
+ content: var(--tw-content);
2289
+ width: 100%;
2290
+ height: 100%;
2291
+ }
2292
+ }
2293
+ .before\:cursor-text {
2294
+ &::before {
2295
+ content: var(--tw-content);
2296
+ cursor: text;
2297
+ }
2298
+ }
2299
+ .before\:rounded-\[4px\] {
2300
+ &::before {
2301
+ content: var(--tw-content);
2302
+ border-radius: 4px;
2303
+ }
2304
+ }
2305
+ .before\:border {
2306
+ &::before {
2307
+ content: var(--tw-content);
2308
+ border-style: var(--tw-border-style);
2309
+ border-width: 1px;
2310
+ }
2311
+ }
2312
+ .before\:border-t {
2313
+ &::before {
2314
+ content: var(--tw-content);
2315
+ border-top-style: var(--tw-border-style);
2316
+ border-top-width: 1px;
2317
+ }
2318
+ }
2319
+ .before\:border-r {
2320
+ &::before {
2321
+ content: var(--tw-content);
2322
+ border-right-style: var(--tw-border-style);
2323
+ border-right-width: 1px;
2324
+ }
2325
+ }
2326
+ .before\:border-b {
2327
+ &::before {
2328
+ content: var(--tw-content);
2329
+ border-bottom-style: var(--tw-border-style);
2330
+ border-bottom-width: 1px;
2331
+ }
2332
+ }
2333
+ .before\:border-l {
2334
+ &::before {
2335
+ content: var(--tw-content);
2336
+ border-left-style: var(--tw-border-style);
2337
+ border-left-width: 1px;
2338
+ }
2339
+ }
2340
+ .before\:bg-linear-to-r {
2341
+ &::before {
2342
+ content: var(--tw-content);
2343
+ --tw-gradient-position: to right;
2344
+ @supports (background-image: linear-gradient(in lab, red, red)) {
2345
+ --tw-gradient-position: to right in oklab;
2346
+ }
2347
+ background-image: linear-gradient(var(--tw-gradient-stops));
2348
+ }
2349
+ }
2350
+ .before\:from-transparent {
2351
+ &::before {
2352
+ content: var(--tw-content);
2353
+ --tw-gradient-from: transparent;
2354
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
2355
+ }
2356
+ }
2357
+ .before\:to-transparent {
2358
+ &::before {
2359
+ content: var(--tw-content);
2360
+ --tw-gradient-to: transparent;
2361
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
2362
+ }
2363
+ }
2364
+ .before\:text-right {
2365
+ &::before {
2366
+ content: var(--tw-content);
2367
+ text-align: right;
2368
+ }
2369
+ }
2370
+ .before\:opacity-0 {
2371
+ &::before {
2372
+ content: var(--tw-content);
2373
+ opacity: 0%;
2374
+ }
2375
+ }
2376
+ .before\:opacity-100 {
2377
+ &::before {
2378
+ content: var(--tw-content);
2379
+ opacity: 100%;
2380
+ }
2381
+ }
2382
+ .before\:transition-opacity {
2383
+ &::before {
2384
+ content: var(--tw-content);
2385
+ transition-property: opacity;
2386
+ transition-timing-function: var(--tw-ease, ease);
2387
+ transition-duration: var(--tw-duration, 0s);
2388
+ }
2389
+ }
2390
+ .before\:duration-200 {
2391
+ &::before {
2392
+ content: var(--tw-content);
2393
+ --tw-duration: 200ms;
2394
+ transition-duration: 200ms;
2395
+ }
2396
+ }
2397
+ .before\:content-\[\"\"\] {
2398
+ &::before {
2399
+ --tw-content: "";
2400
+ content: var(--tw-content);
2401
+ }
2402
+ }
2403
+ .before\:content-\[\'\'\] {
2404
+ &::before {
2405
+ --tw-content: '';
2406
+ content: var(--tw-content);
2407
+ }
2408
+ }
2409
+ .before\:content-\[attr\(placeholder\)\] {
2410
+ &::before {
2411
+ --tw-content: attr(placeholder);
2412
+ content: var(--tw-content);
2413
+ }
2414
+ }
2415
+ .before\:content-\[counter\(line\)\] {
2416
+ &::before {
2417
+ --tw-content: counter(line);
2418
+ content: var(--tw-content);
2419
+ }
2420
+ }
2421
+ .before\:select-none {
2422
+ &::before {
2423
+ content: var(--tw-content);
2424
+ -webkit-user-select: none;
2425
+ user-select: none;
2426
+ }
2427
+ }
2428
+ .before\:\[counter-increment\:line\] {
2429
+ &::before {
2430
+ content: var(--tw-content);
2431
+ counter-increment: line;
2432
+ }
2433
+ }
2434
+ .group-has-data-\[resizing\=true\]\/media\:before\:opacity-0 {
2435
+ &:is(:where(.group\/media):has(*[data-resizing="true"]) *) {
2436
+ &::before {
2437
+ content: var(--tw-content);
2438
+ opacity: 0%;
2439
+ }
2440
+ }
2441
+ }
2442
+ .after\:absolute {
2443
+ &::after {
2444
+ content: var(--tw-content);
2445
+ position: absolute;
2446
+ }
2447
+ }
2448
+ .after\:inset-s-1\/2 {
2449
+ &::after {
2450
+ content: var(--tw-content);
2451
+ inset-inline-start: calc(1 / 2 * 100%);
2452
+ }
2453
+ }
2454
+ .after\:z-1 {
2455
+ &::after {
2456
+ content: var(--tw-content);
2457
+ z-index: 1;
2458
+ }
2459
+ }
2460
+ .after\:block {
2461
+ &::after {
2462
+ content: var(--tw-content);
2463
+ display: block;
2464
+ }
2465
+ }
2466
+ .after\:flex {
2467
+ &::after {
2468
+ content: var(--tw-content);
2469
+ display: flex;
2470
+ }
2471
+ }
2472
+ .after\:hidden {
2473
+ &::after {
2474
+ content: var(--tw-content);
2475
+ display: none;
2476
+ }
2477
+ }
2478
+ .after\:inline-block {
2479
+ &::after {
2480
+ content: var(--tw-content);
2481
+ display: inline-block;
2482
+ }
2483
+ }
2484
+ .after\:h-\[calc\(100\%\)\+4px\] {
2485
+ &::after {
2486
+ content: var(--tw-content);
2487
+ height: calc(100%)+4px;
2488
+ }
2489
+ }
2490
+ .after\:h-full {
2491
+ &::after {
2492
+ content: var(--tw-content);
2493
+ height: 100%;
2494
+ }
2495
+ }
2496
+ .after\:max-h-\[50\%\] {
2497
+ &::after {
2498
+ content: var(--tw-content);
2499
+ max-height: 50%;
2500
+ }
2501
+ }
2502
+ .after\:w-\[2px\] {
2503
+ &::after {
2504
+ content: var(--tw-content);
2505
+ width: 2px;
2506
+ }
2507
+ }
2508
+ .after\:w-\[18px\] {
2509
+ &::after {
2510
+ content: var(--tw-content);
2511
+ width: 18px;
2512
+ }
2513
+ }
2514
+ .after\:w-\[calc\(100\%\+8px\)\] {
2515
+ &::after {
2516
+ content: var(--tw-content);
2517
+ width: calc(100% + 8px);
2518
+ }
2519
+ }
2520
+ .after\:-translate-x-1\/2 {
2521
+ &::after {
2522
+ content: var(--tw-content);
2523
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
2524
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2525
+ }
2526
+ }
2527
+ .after\:rounded-\[20px\] {
2528
+ &::after {
2529
+ content: var(--tw-content);
2530
+ border-radius: 20px;
2531
+ }
2532
+ }
2533
+ .after\:rounded-full {
2534
+ &::after {
2535
+ content: var(--tw-content);
2536
+ border-radius: calc(infinity * 1px);
2537
+ }
2538
+ }
2539
+ .after\:border {
2540
+ &::after {
2541
+ content: var(--tw-content);
2542
+ border-style: var(--tw-border-style);
2543
+ border-width: 1px;
2544
+ }
2545
+ }
2546
+ .after\:pb-\[var\(--aspect-ratio\)\] {
2547
+ &::after {
2548
+ content: var(--tw-content);
2549
+ padding-bottom: var(--aspect-ratio);
2550
+ }
2551
+ }
2552
+ .after\:align-middle {
2553
+ &::after {
2554
+ content: var(--tw-content);
2555
+ vertical-align: middle;
2556
+ }
2557
+ }
2558
+ .after\:opacity-0 {
2559
+ &::after {
2560
+ content: var(--tw-content);
2561
+ opacity: 0%;
2562
+ }
2563
+ }
2564
+ .after\:mix-blend-darken {
2565
+ &::after {
2566
+ content: var(--tw-content);
2567
+ mix-blend-mode: darken;
2568
+ }
2569
+ }
2570
+ .after\:transition-opacity {
2571
+ &::after {
2572
+ content: var(--tw-content);
2573
+ transition-property: opacity;
2574
+ transition-timing-function: var(--tw-ease, ease);
2575
+ transition-duration: var(--tw-duration, 0s);
2576
+ }
2577
+ }
2578
+ .after\:duration-200 {
2579
+ &::after {
2580
+ content: var(--tw-content);
2581
+ --tw-duration: 200ms;
2582
+ transition-duration: 200ms;
2583
+ }
2584
+ }
2585
+ .after\:content-\[\"\"\] {
2586
+ &::after {
2587
+ --tw-content: "";
2588
+ content: var(--tw-content);
2589
+ }
2590
+ }
2591
+ .after\:content-\[\'\'\] {
2592
+ &::after {
2593
+ --tw-content: '';
2594
+ content: var(--tw-content);
2595
+ }
2596
+ }
2597
+ .after\:content-\[\'\*\'\] {
2598
+ &::after {
2599
+ --tw-content: '*';
2600
+ content: var(--tw-content);
2601
+ }
2602
+ }
2603
+ .after\:content-\[\'_\'\] {
2604
+ &::after {
2605
+ --tw-content: ' ';
2606
+ content: var(--tw-content);
2607
+ }
2608
+ }
2609
+ .group-hover\/media\:after\:opacity-100 {
2610
+ &:is(:where(.group\/media):hover *) {
2611
+ @media (hover: hover) {
2612
+ &::after {
2613
+ content: var(--tw-content);
2614
+ opacity: 100%;
2615
+ }
2616
+ }
2617
+ }
2618
+ }
2619
+ .group-data-horizontal\/tabs\:after\:bottom-\[-5px\] {
2620
+ &:is(:where(.group\/tabs)[data-horizontal] *) {
2621
+ &::after {
2622
+ content: var(--tw-content);
2623
+ bottom: -5px;
2624
+ }
2625
+ }
2626
+ }
2627
+ .group-data-\[collapsible\=offcanvas\]\:after\:inset-s-full {
2628
+ &:is(:where(.group)[data-collapsible="offcanvas"] *) {
2629
+ &::after {
2630
+ content: var(--tw-content);
2631
+ inset-inline-start: 100%;
2632
+ }
2633
+ }
2634
+ }
2635
+ .first\:border-s {
2636
+ &:first-child {
2637
+ border-inline-start-style: var(--tw-border-style);
2638
+ border-inline-start-width: 1px;
2639
+ }
2640
+ }
2641
+ .last\:border-b-0 {
2642
+ &:last-child {
2643
+ border-bottom-style: var(--tw-border-style);
2644
+ border-bottom-width: 0px;
2645
+ }
2646
+ }
2647
+ .checked\:before\:absolute {
2648
+ &:checked {
2649
+ &::before {
2650
+ content: var(--tw-content);
2651
+ position: absolute;
2652
+ }
2653
+ }
2654
+ }
2655
+ .checked\:before\:inset-s-1\/2 {
2656
+ &:checked {
2657
+ &::before {
2658
+ content: var(--tw-content);
2659
+ inset-inline-start: calc(1 / 2 * 100%);
2660
+ }
2661
+ }
2662
+ }
2663
+ .checked\:before\:top-1\/2 {
2664
+ &:checked {
2665
+ &::before {
2666
+ content: var(--tw-content);
2667
+ top: calc(1 / 2 * 100%);
2668
+ }
2669
+ }
2670
+ }
2671
+ .checked\:before\:-translate-x-1\/2 {
2672
+ &:checked {
2673
+ &::before {
2674
+ content: var(--tw-content);
2675
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
2676
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2677
+ }
2678
+ }
2679
+ }
2680
+ .checked\:before\:-translate-y-1\/2 {
2681
+ &:checked {
2682
+ &::before {
2683
+ content: var(--tw-content);
2684
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
2685
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2686
+ }
2687
+ }
2688
+ }
2689
+ .checked\:before\:rounded-full {
2690
+ &:checked {
2691
+ &::before {
2692
+ content: var(--tw-content);
2693
+ border-radius: calc(infinity * 1px);
2694
+ }
2695
+ }
2696
+ }
2697
+ .checked\:before\:content-\[\'\'\] {
2698
+ &:checked {
2699
+ &::before {
2700
+ --tw-content: '';
2701
+ content: var(--tw-content);
2702
+ }
2703
+ }
2704
+ }
2705
+ .read-only\:ring-0 {
2706
+ &:read-only {
2707
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2708
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2709
+ }
2710
+ }
2711
+ .focus-within\:ring-2 {
2712
+ &:focus-within {
2713
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2714
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2715
+ }
2716
+ }
2717
+ .focus-within\:ring-offset-2 {
2718
+ &:focus-within {
2719
+ --tw-ring-offset-width: 2px;
2720
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2721
+ }
2722
+ }
2723
+ .hover\:bg-transparent {
2724
+ &:hover {
2725
+ @media (hover: hover) {
2726
+ background-color: transparent;
2727
+ }
2728
+ }
2729
+ }
2730
+ .hover\:no-underline {
2731
+ &:hover {
2732
+ @media (hover: hover) {
2733
+ text-decoration-line: none;
2734
+ }
2735
+ }
2736
+ }
2737
+ .hover\:underline {
2738
+ &:hover {
2739
+ @media (hover: hover) {
2740
+ text-decoration-line: underline;
2741
+ }
2742
+ }
2743
+ }
2744
+ .hover\:decoration-solid {
2745
+ &:hover {
2746
+ @media (hover: hover) {
2747
+ text-decoration-style: solid;
2748
+ }
2749
+ }
2750
+ }
2751
+ .hover\:opacity-80 {
2752
+ &:hover {
2753
+ @media (hover: hover) {
2754
+ opacity: 80%;
2755
+ }
2756
+ }
2757
+ }
2758
+ .hover\:opacity-100 {
2759
+ &:hover {
2760
+ @media (hover: hover) {
2761
+ opacity: 100%;
2762
+ }
2763
+ }
2764
+ }
2765
+ .hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\] {
2766
+ &:hover {
2767
+ @media (hover: hover) {
2768
+ --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-accent)));
2769
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2770
+ }
2771
+ }
2772
+ }
2773
+ .hover\:ring-4 {
2774
+ &:hover {
2775
+ @media (hover: hover) {
2776
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2777
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2778
+ }
2779
+ }
2780
+ }
2781
+ .focus\:z-10 {
2782
+ &:focus {
2783
+ z-index: 10;
2784
+ }
2785
+ }
2786
+ .focus\:border-none {
2787
+ &:focus {
2788
+ --tw-border-style: none;
2789
+ border-style: none;
2790
+ }
2791
+ }
2792
+ .focus\:ring-0 {
2793
+ &:focus {
2794
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2795
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2796
+ }
2797
+ }
2798
+ .focus\:ring-1 {
2799
+ &:focus {
2800
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2801
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2802
+ }
2803
+ }
2804
+ .focus\:ring-2 {
2805
+ &:focus {
2806
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2807
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2808
+ }
2809
+ }
2810
+ .focus\:ring-offset-2 {
2811
+ &:focus {
2812
+ --tw-ring-offset-width: 2px;
2813
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2814
+ }
2815
+ }
2816
+ .focus\:outline-hidden {
2817
+ &:focus {
2818
+ --tw-outline-style: none;
2819
+ outline-style: none;
2820
+ @media (forced-colors: active) {
2821
+ outline: 2px solid transparent;
2822
+ outline-offset: 2px;
2823
+ }
2824
+ }
2825
+ }
2826
+ .focus\:outline-none {
2827
+ &:focus {
2828
+ --tw-outline-style: none;
2829
+ outline-style: none;
2830
+ }
2831
+ }
2832
+ .focus-visible\:z-10 {
2833
+ &:focus-visible {
2834
+ z-index: 10;
2835
+ }
2836
+ }
2837
+ .focus-visible\:ring-0 {
2838
+ &:focus-visible {
2839
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2840
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2841
+ }
2842
+ }
2843
+ .focus-visible\:ring-1 {
2844
+ &:focus-visible {
2845
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2846
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2847
+ }
2848
+ }
2849
+ .focus-visible\:ring-2 {
2850
+ &:focus-visible {
2851
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2852
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2853
+ }
2854
+ }
2855
+ .focus-visible\:ring-3 {
2856
+ &:focus-visible {
2857
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2858
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2859
+ }
2860
+ }
2861
+ .focus-visible\:ring-4 {
2862
+ &:focus-visible {
2863
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2864
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2865
+ }
2866
+ }
2867
+ .focus-visible\:ring-\[3px\] {
2868
+ &:focus-visible {
2869
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2870
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2871
+ }
2872
+ }
2873
+ .focus-visible\:ring-transparent {
2874
+ &:focus-visible {
2875
+ --tw-ring-color: transparent;
2876
+ }
2877
+ }
2878
+ .focus-visible\:ring-offset-1 {
2879
+ &:focus-visible {
2880
+ --tw-ring-offset-width: 1px;
2881
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2882
+ }
2883
+ }
2884
+ .focus-visible\:ring-offset-2 {
2885
+ &:focus-visible {
2886
+ --tw-ring-offset-width: 2px;
2887
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2888
+ }
2889
+ }
2890
+ .focus-visible\:outline-hidden {
2891
+ &:focus-visible {
2892
+ --tw-outline-style: none;
2893
+ outline-style: none;
2894
+ @media (forced-colors: active) {
2895
+ outline: 2px solid transparent;
2896
+ outline-offset: 2px;
2897
+ }
2898
+ }
2899
+ }
2900
+ .focus-visible\:outline-1 {
2901
+ &:focus-visible {
2902
+ outline-style: var(--tw-outline-style);
2903
+ outline-width: 1px;
2904
+ }
2905
+ }
2906
+ .focus-visible\:outline-none {
2907
+ &:focus-visible {
2908
+ --tw-outline-style: none;
2909
+ outline-style: none;
2910
+ }
2911
+ }
2912
+ .\*\:focus-visible\:relative {
2913
+ :is(& > *) {
2914
+ &:focus-visible {
2915
+ position: relative;
2916
+ }
2917
+ }
2918
+ }
2919
+ .\*\:focus-visible\:z-10 {
2920
+ :is(& > *) {
2921
+ &:focus-visible {
2922
+ z-index: 10;
2923
+ }
2924
+ }
2925
+ }
2926
+ .active\:cursor-grabbing {
2927
+ &:active {
2928
+ cursor: grabbing;
2929
+ }
2930
+ }
2931
+ .disabled\:pointer-events-none {
2932
+ &:disabled {
2933
+ pointer-events: none;
2934
+ }
2935
+ }
2936
+ .disabled\:cursor-default {
2937
+ &:disabled {
2938
+ cursor: default;
2939
+ }
2940
+ }
2941
+ .disabled\:cursor-not-allowed {
2942
+ &:disabled {
2943
+ cursor: not-allowed;
2944
+ }
2945
+ }
2946
+ .disabled\:opacity-50 {
2947
+ &:disabled {
2948
+ opacity: 50%;
2949
+ }
2950
+ }
2951
+ .in-data-\[side\=left\]\:cursor-w-resize {
2952
+ :where(*[data-side="left"]) & {
2953
+ cursor: w-resize;
2954
+ }
2955
+ }
2956
+ .in-data-\[side\=right\]\:cursor-e-resize {
2957
+ :where(*[data-side="right"]) & {
2958
+ cursor: e-resize;
2959
+ }
2960
+ }
2961
+ .in-data-\[slot\=action-bar-selection\]\:w-px {
2962
+ :where(*[data-slot="action-bar-selection"]) & {
2963
+ width: 1px;
2964
+ }
2965
+ }
2966
+ .in-data-\[slot\=card-content\]\:bg-transparent {
2967
+ :where(*[data-slot="card-content"]) & {
2968
+ background-color: transparent;
2969
+ }
2970
+ }
2971
+ .in-data-\[slot\=combobox-content\]\:focus-within\:border-inherit {
2972
+ :where(*[data-slot="combobox-content"]) & {
2973
+ &:focus-within {
2974
+ border-color: inherit;
2975
+ }
2976
+ }
2977
+ }
2978
+ .in-data-\[slot\=combobox-content\]\:focus-within\:ring-0 {
2979
+ :where(*[data-slot="combobox-content"]) & {
2980
+ &:focus-within {
2981
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2982
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2983
+ }
2984
+ }
2985
+ }
2986
+ .in-data-\[slot\=popover-content\]\:bg-transparent {
2987
+ :where(*[data-slot="popover-content"]) & {
2988
+ background-color: transparent;
2989
+ }
2990
+ }
2991
+ .has-disabled\:opacity-50 {
2992
+ &:has(*:disabled) {
2993
+ opacity: 50%;
2994
+ }
2995
+ }
2996
+ .has-aria-invalid\:ring-3 {
2997
+ &:has(*[aria-invalid="true"]) {
2998
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2999
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3000
+ }
3001
+ }
3002
+ .has-data-readonly\:w-fit {
3003
+ &:has(*[data-readonly]) {
3004
+ width: fit-content;
3005
+ }
3006
+ }
3007
+ .has-data-readonly\:cursor-default {
3008
+ &:has(*[data-readonly]) {
3009
+ cursor: default;
3010
+ }
3011
+ }
3012
+ .has-data-readonly\:border-transparent {
3013
+ &:has(*[data-readonly]) {
3014
+ border-color: transparent;
3015
+ }
3016
+ }
3017
+ .has-data-readonly\:focus-within\:\[box-shadow\:none\] {
3018
+ &:has(*[data-readonly]) {
3019
+ &:focus-within {
3020
+ box-shadow: none;
3021
+ }
3022
+ }
3023
+ }
3024
+ .has-data-\[slot\=alert-action\]\:relative {
3025
+ &:has(*[data-slot="alert-action"]) {
3026
+ position: relative;
3027
+ }
3028
+ }
3029
+ .has-data-\[slot\=alert-dialog-media\]\:grid-rows-\[auto_auto_1fr\] {
3030
+ &:has(*[data-slot="alert-dialog-media"]) {
3031
+ grid-template-rows: auto auto 1fr;
3032
+ }
3033
+ }
3034
+ .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\] {
3035
+ &:has(*[data-slot="card-action"]) {
3036
+ grid-template-columns: 1fr auto;
3037
+ }
3038
+ }
3039
+ .has-data-\[slot\=card-description\]\:grid-rows-\[auto_auto\] {
3040
+ &:has(*[data-slot="card-description"]) {
3041
+ grid-template-rows: auto auto;
3042
+ }
3043
+ }
3044
+ .has-\[\[data-slate-editor\]\:focus\]\:ring-2 {
3045
+ &:has(*:is([data-slate-editor]:focus)) {
3046
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3047
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3048
+ }
3049
+ }
3050
+ .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-3 {
3051
+ &:has(*:is([data-slot=input-group-control]:focus-visible)) {
3052
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3053
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3054
+ }
3055
+ }
3056
+ .has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-3 {
3057
+ &:has(*:is([data-slot][aria-invalid=true])) {
3058
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3059
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3060
+ }
3061
+ }
3062
+ .has-\[\[role\=menuitem\]\]\:block {
3063
+ &:has(*:is([role=menuitem])) {
3064
+ display: block;
3065
+ }
3066
+ }
3067
+ .has-\[\[role\=menuitemradio\]\]\:block {
3068
+ &:has(*:is([role=menuitemradio])) {
3069
+ display: block;
3070
+ }
3071
+ }
3072
+ .has-\[\[role\=option\]\]\:block {
3073
+ &:has(*:is([role=option])) {
3074
+ display: block;
3075
+ }
3076
+ }
3077
+ .has-\[button\]\:flex {
3078
+ &:has(*:is(button)) {
3079
+ display: flex;
3080
+ }
3081
+ }
3082
+ .has-\[select\:disabled\]\:opacity-50 {
3083
+ &:has(*:is(select:disabled)) {
3084
+ opacity: 50%;
3085
+ }
3086
+ }
3087
+ .has-\[\+input\:not\(\:placeholder-shown\)\]\:pointer-events-none {
3088
+ &:has(+input:not(:placeholder-shown)) {
3089
+ pointer-events: none;
3090
+ }
3091
+ }
3092
+ .has-\[\+input\:not\(\:placeholder-shown\)\]\:cursor-default {
3093
+ &:has(+input:not(:placeholder-shown)) {
3094
+ cursor: default;
3095
+ }
3096
+ }
3097
+ .has-\[\>\[data-align\=block-end\]\]\:h-auto {
3098
+ &:has(>[data-align=block-end]) {
3099
+ height: auto;
3100
+ }
3101
+ }
3102
+ .has-\[\>\[data-align\=block-end\]\]\:flex-col {
3103
+ &:has(>[data-align=block-end]) {
3104
+ flex-direction: column;
3105
+ }
3106
+ }
3107
+ .has-\[\>\[data-align\=block-start\]\]\:h-auto {
3108
+ &:has(>[data-align=block-start]) {
3109
+ height: auto;
3110
+ }
3111
+ }
3112
+ .has-\[\>\[data-align\=block-start\]\]\:flex-col {
3113
+ &:has(>[data-align=block-start]) {
3114
+ flex-direction: column;
3115
+ }
3116
+ }
3117
+ .has-\[\>\[data-slot\=field-content\]\]\:items-start {
3118
+ &:has(>[data-slot=field-content]) {
3119
+ align-items: flex-start;
3120
+ }
3121
+ }
3122
+ .has-\[\>\[data-slot\=field\]\]\:w-full {
3123
+ &:has(>[data-slot=field]) {
3124
+ width: 100%;
3125
+ }
3126
+ }
3127
+ .has-\[\>\[data-slot\=field\]\]\:flex-col {
3128
+ &:has(>[data-slot=field]) {
3129
+ flex-direction: column;
3130
+ }
3131
+ }
3132
+ .has-\[\>\[data-slot\=field\]\]\:border {
3133
+ &:has(>[data-slot=field]) {
3134
+ border-style: var(--tw-border-style);
3135
+ border-width: 1px;
3136
+ }
3137
+ }
3138
+ .has-\[\>kbd\]\:ms-\[-0\.15rem\] {
3139
+ &:has(>kbd) {
3140
+ margin-inline-start: -0.15rem;
3141
+ }
3142
+ }
3143
+ .has-\[\>kbd\]\:me-\[-0\.15rem\] {
3144
+ &:has(>kbd) {
3145
+ margin-inline-end: -0.15rem;
3146
+ }
3147
+ }
3148
+ .has-\[\>svg\]\:grid-cols-\[auto_1fr\] {
3149
+ &:has(>svg) {
3150
+ grid-template-columns: auto 1fr;
3151
+ }
3152
+ }
3153
+ .has-\[\>textarea\]\:h-auto {
3154
+ &:has(>textarea) {
3155
+ height: auto;
3156
+ }
3157
+ }
3158
+ .aria-disabled\:pointer-events-none {
3159
+ &[aria-disabled="true"] {
3160
+ pointer-events: none;
3161
+ }
3162
+ }
3163
+ .aria-disabled\:opacity-50 {
3164
+ &[aria-disabled="true"] {
3165
+ opacity: 50%;
3166
+ }
3167
+ }
3168
+ .aria-expanded\:opacity-100 {
3169
+ &[aria-expanded="true"] {
3170
+ opacity: 100%;
3171
+ }
3172
+ }
3173
+ .aria-invalid\:ring-0 {
3174
+ &[aria-invalid="true"] {
3175
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3176
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3177
+ }
3178
+ }
3179
+ .aria-invalid\:ring-3 {
3180
+ &[aria-invalid="true"] {
3181
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3182
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3183
+ }
3184
+ }
3185
+ .aria-\[orientation\=horizontal\]\:h-px {
3186
+ &[aria-orientation="horizontal"] {
3187
+ height: 1px;
3188
+ }
3189
+ }
3190
+ .aria-\[orientation\=horizontal\]\:w-full {
3191
+ &[aria-orientation="horizontal"] {
3192
+ width: 100%;
3193
+ }
3194
+ }
3195
+ .aria-\[orientation\=horizontal\]\:after\:w-full {
3196
+ &[aria-orientation="horizontal"] {
3197
+ &::after {
3198
+ content: var(--tw-content);
3199
+ width: 100%;
3200
+ }
3201
+ }
3202
+ }
3203
+ .aria-\[orientation\=horizontal\]\:after\:-translate-y-1\/2 {
3204
+ &[aria-orientation="horizontal"] {
3205
+ &::after {
3206
+ content: var(--tw-content);
3207
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
3208
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3209
+ }
3210
+ }
3211
+ }
3212
+ .aria-\[orientation\=vertical\]\:flex-col {
3213
+ &[aria-orientation="vertical"] {
3214
+ flex-direction: column;
3215
+ }
3216
+ }
3217
+ .group-data-\[variant\=line\]\/tabs-list\:data-active\:bg-transparent {
3218
+ &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
3219
+ &[data-active] {
3220
+ background-color: transparent;
3221
+ }
3222
+ }
3223
+ }
3224
+ .group-data-\[variant\=line\]\/tabs-list\:data-active\:shadow-none {
3225
+ &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
3226
+ &[data-active] {
3227
+ --tw-shadow: 0 0 #0000;
3228
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3229
+ }
3230
+ }
3231
+ }
3232
+ .group-data-\[variant\=line\]\/tabs-list\:data-active\:after\:opacity-100 {
3233
+ &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
3234
+ &[data-active] {
3235
+ &::after {
3236
+ content: var(--tw-content);
3237
+ opacity: 100%;
3238
+ }
3239
+ }
3240
+ }
3241
+ }
3242
+ .group-data-\[size\=default\]\/switch\:data-checked\:translate-x-\[calc\(100\%-2px\)\] {
3243
+ &:is(:where(.group\/switch)[data-size="default"] *) {
3244
+ &[data-checked] {
3245
+ --tw-translate-x: calc(100% - 2px);
3246
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3247
+ }
3248
+ }
3249
+ }
3250
+ .group-data-\[size\=sm\]\/switch\:data-checked\:translate-x-\[calc\(100\%-2px\)\] {
3251
+ &:is(:where(.group\/switch)[data-size="sm"] *) {
3252
+ &[data-checked] {
3253
+ --tw-translate-x: calc(100% - 2px);
3254
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3255
+ }
3256
+ }
3257
+ }
3258
+ .data-disabled\:pointer-events-none {
3259
+ &[data-disabled] {
3260
+ pointer-events: none;
3261
+ }
3262
+ }
3263
+ .data-disabled\:cursor-not-allowed {
3264
+ &[data-disabled] {
3265
+ cursor: not-allowed;
3266
+ }
3267
+ }
3268
+ .data-disabled\:opacity-50 {
3269
+ &[data-disabled] {
3270
+ opacity: 50%;
3271
+ }
3272
+ }
3273
+ .data-dragging\:cursor-grabbing {
3274
+ &[data-dragging] {
3275
+ cursor: grabbing;
3276
+ }
3277
+ }
3278
+ .data-ending-style\:opacity-0 {
3279
+ &[data-ending-style] {
3280
+ opacity: 0%;
3281
+ }
3282
+ }
3283
+ .data-horizontal\:mx-px {
3284
+ &[data-horizontal] {
3285
+ margin-inline: 1px;
3286
+ }
3287
+ }
3288
+ .data-horizontal\:h-full {
3289
+ &[data-horizontal] {
3290
+ height: 100%;
3291
+ }
3292
+ }
3293
+ .data-horizontal\:h-px {
3294
+ &[data-horizontal] {
3295
+ height: 1px;
3296
+ }
3297
+ }
3298
+ .data-horizontal\:w-auto {
3299
+ &[data-horizontal] {
3300
+ width: auto;
3301
+ }
3302
+ }
3303
+ .data-horizontal\:w-full {
3304
+ &[data-horizontal] {
3305
+ width: 100%;
3306
+ }
3307
+ }
3308
+ .data-horizontal\:flex-col {
3309
+ &[data-horizontal] {
3310
+ flex-direction: column;
3311
+ }
3312
+ }
3313
+ .data-horizontal\:border-t {
3314
+ &[data-horizontal] {
3315
+ border-top-style: var(--tw-border-style);
3316
+ border-top-width: 1px;
3317
+ }
3318
+ }
3319
+ .data-horizontal\:border-t-transparent {
3320
+ &[data-horizontal] {
3321
+ border-top-color: transparent;
3322
+ }
3323
+ }
3324
+ .data-invalid\:cursor-not-allowed {
3325
+ &[data-invalid] {
3326
+ cursor: not-allowed;
3327
+ }
3328
+ }
3329
+ .data-pending\:opacity-60 {
3330
+ &[data-pending] {
3331
+ opacity: 60%;
3332
+ }
3333
+ }
3334
+ .data-readonly\:w-fit {
3335
+ &[data-readonly] {
3336
+ width: fit-content;
3337
+ }
3338
+ }
3339
+ .\*\*\:data-slate-placeholder\:\!top-1\/2 {
3340
+ :is(& *) {
3341
+ &[data-slate-placeholder] {
3342
+ top: calc(1 / 2 * 100%) !important;
3343
+ }
3344
+ }
3345
+ }
3346
+ .\*\*\:data-slate-placeholder\:-translate-y-1\/2 {
3347
+ :is(& *) {
3348
+ &[data-slate-placeholder] {
3349
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
3350
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3351
+ }
3352
+ }
3353
+ }
3354
+ .\*\*\:data-slate-placeholder\:opacity-100\! {
3355
+ :is(& *) {
3356
+ &[data-slate-placeholder] {
3357
+ opacity: 100% !important;
3358
+ }
3359
+ }
3360
+ }
3361
+ .data-starting-style\:opacity-0 {
3362
+ &[data-starting-style] {
3363
+ opacity: 0%;
3364
+ }
3365
+ }
3366
+ .data-vertical\:my-px {
3367
+ &[data-vertical] {
3368
+ margin-block: 1px;
3369
+ }
3370
+ }
3371
+ .data-vertical\:h-auto {
3372
+ &[data-vertical] {
3373
+ height: auto;
3374
+ }
3375
+ }
3376
+ .data-vertical\:h-full {
3377
+ &[data-vertical] {
3378
+ height: 100%;
3379
+ }
3380
+ }
3381
+ .data-vertical\:w-auto {
3382
+ &[data-vertical] {
3383
+ width: auto;
3384
+ }
3385
+ }
3386
+ .data-vertical\:w-full {
3387
+ &[data-vertical] {
3388
+ width: 100%;
3389
+ }
3390
+ }
3391
+ .data-vertical\:w-px {
3392
+ &[data-vertical] {
3393
+ width: 1px;
3394
+ }
3395
+ }
3396
+ .data-vertical\:flex-col {
3397
+ &[data-vertical] {
3398
+ flex-direction: column;
3399
+ }
3400
+ }
3401
+ .data-vertical\:items-stretch {
3402
+ &[data-vertical] {
3403
+ align-items: stretch;
3404
+ }
3405
+ }
3406
+ .data-vertical\:self-stretch {
3407
+ &[data-vertical] {
3408
+ align-self: stretch;
3409
+ }
3410
+ }
3411
+ .data-vertical\:border-s {
3412
+ &[data-vertical] {
3413
+ border-inline-start-style: var(--tw-border-style);
3414
+ border-inline-start-width: 1px;
3415
+ }
3416
+ }
3417
+ .data-vertical\:border-s-transparent {
3418
+ &[data-vertical] {
3419
+ border-inline-start-color: transparent;
3420
+ }
3421
+ }
3422
+ .data-\[active\=true\]\:z-10 {
3423
+ &[data-active="true"] {
3424
+ z-index: 10;
3425
+ }
3426
+ }
3427
+ .data-\[active\=true\]\:ring-3 {
3428
+ &[data-active="true"] {
3429
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3430
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3431
+ }
3432
+ }
3433
+ .data-\[align-trigger\=true\]\:animate-none {
3434
+ &[data-align-trigger="true"] {
3435
+ animation: none;
3436
+ }
3437
+ }
3438
+ .data-\[disabled\]\:pointer-events-none {
3439
+ &[data-disabled] {
3440
+ pointer-events: none;
3441
+ }
3442
+ }
3443
+ .data-\[disabled\]\:opacity-50 {
3444
+ &[data-disabled] {
3445
+ opacity: 50%;
3446
+ }
3447
+ }
3448
+ .data-\[disabled\=true\]\:pointer-events-none {
3449
+ &[data-disabled="true"] {
3450
+ pointer-events: none;
3451
+ }
3452
+ }
3453
+ .data-\[disabled\=true\]\:opacity-50 {
3454
+ &[data-disabled="true"] {
3455
+ opacity: 50%;
3456
+ }
3457
+ }
3458
+ .data-\[position\=popper\]\:h-\(--radix-select-trigger-height\) {
3459
+ &[data-position="popper"] {
3460
+ height: var(--radix-select-trigger-height);
3461
+ }
3462
+ }
3463
+ .data-\[position\=popper\]\:w-full {
3464
+ &[data-position="popper"] {
3465
+ width: 100%;
3466
+ }
3467
+ }
3468
+ .data-\[position\=popper\]\:min-w-\(--radix-select-trigger-width\) {
3469
+ &[data-position="popper"] {
3470
+ min-width: var(--radix-select-trigger-width);
3471
+ }
3472
+ }
3473
+ .data-\[range-end\=true\]\:rounded-\(--cell-radius\) {
3474
+ &[data-range-end="true"] {
3475
+ border-radius: var(--cell-radius);
3476
+ }
3477
+ }
3478
+ .data-\[range-end\=true\]\:rounded-e-\(--cell-radius\) {
3479
+ &[data-range-end="true"] {
3480
+ border-start-end-radius: var(--cell-radius);
3481
+ border-end-end-radius: var(--cell-radius);
3482
+ }
3483
+ }
3484
+ .data-\[range-middle\=true\]\:rounded-none {
3485
+ &[data-range-middle="true"] {
3486
+ border-radius: 0;
3487
+ }
3488
+ }
3489
+ .data-\[range-start\=true\]\:rounded-\(--cell-radius\) {
3490
+ &[data-range-start="true"] {
3491
+ border-radius: var(--cell-radius);
3492
+ }
3493
+ }
3494
+ .data-\[range-start\=true\]\:rounded-s-\(--cell-radius\) {
3495
+ &[data-range-start="true"] {
3496
+ border-start-start-radius: var(--cell-radius);
3497
+ border-end-start-radius: var(--cell-radius);
3498
+ }
3499
+ }
3500
+ .data-\[selected\=true\]\:rounded-none {
3501
+ &[data-selected="true"] {
3502
+ border-radius: 0;
3503
+ }
3504
+ }
3505
+ .data-\[side\=bottom\]\:h-auto {
3506
+ &[data-side="bottom"] {
3507
+ height: auto;
3508
+ }
3509
+ }
3510
+ .data-\[side\=bottom\]\:origin-top {
3511
+ &[data-side="bottom"] {
3512
+ transform-origin: top;
3513
+ }
3514
+ }
3515
+ .data-\[side\=bottom\]\:border-t {
3516
+ &[data-side="bottom"] {
3517
+ border-top-style: var(--tw-border-style);
3518
+ border-top-width: 1px;
3519
+ }
3520
+ }
3521
+ .data-\[side\=left\]\:h-full {
3522
+ &[data-side="left"] {
3523
+ height: 100%;
3524
+ }
3525
+ }
3526
+ .data-\[side\=left\]\:w-3\/4 {
3527
+ &[data-side="left"] {
3528
+ width: calc(3 / 4 * 100%);
3529
+ }
3530
+ }
3531
+ .data-\[side\=left\]\:origin-right {
3532
+ &[data-side="left"] {
3533
+ transform-origin: 100%;
3534
+ }
3535
+ }
3536
+ .data-\[side\=left\]\:border-e {
3537
+ &[data-side="left"] {
3538
+ border-inline-end-style: var(--tw-border-style);
3539
+ border-inline-end-width: 1px;
3540
+ }
3541
+ }
3542
+ .data-\[side\=left\]\:group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\] {
3543
+ &[data-side="left"] {
3544
+ &:is(:where(.group)[data-collapsible="offcanvas"] *) {
3545
+ left: calc(var(--sidebar-width) * -1);
3546
+ }
3547
+ }
3548
+ }
3549
+ .data-\[side\=right\]\:h-full {
3550
+ &[data-side="right"] {
3551
+ height: 100%;
3552
+ }
3553
+ }
3554
+ .data-\[side\=right\]\:w-3\/4 {
3555
+ &[data-side="right"] {
3556
+ width: calc(3 / 4 * 100%);
3557
+ }
3558
+ }
3559
+ .data-\[side\=right\]\:origin-left {
3560
+ &[data-side="right"] {
3561
+ transform-origin: 0;
3562
+ }
3563
+ }
3564
+ .data-\[side\=right\]\:border-s {
3565
+ &[data-side="right"] {
3566
+ border-inline-start-style: var(--tw-border-style);
3567
+ border-inline-start-width: 1px;
3568
+ }
3569
+ }
3570
+ .data-\[side\=right\]\:group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\] {
3571
+ &[data-side="right"] {
3572
+ &:is(:where(.group)[data-collapsible="offcanvas"] *) {
3573
+ right: calc(var(--sidebar-width) * -1);
3574
+ }
3575
+ }
3576
+ }
3577
+ .data-\[side\=top\]\:h-auto {
3578
+ &[data-side="top"] {
3579
+ height: auto;
3580
+ }
3581
+ }
3582
+ .data-\[side\=top\]\:origin-bottom {
3583
+ &[data-side="top"] {
3584
+ transform-origin: bottom;
3585
+ }
3586
+ }
3587
+ .data-\[side\=top\]\:border-b {
3588
+ &[data-side="top"] {
3589
+ border-bottom-style: var(--tw-border-style);
3590
+ border-bottom-width: 1px;
3591
+ }
3592
+ }
3593
+ .data-\[size\=default\]\:h-\[18\.4px\] {
3594
+ &[data-size="default"] {
3595
+ height: 18.4px;
3596
+ }
3597
+ }
3598
+ .data-\[size\=default\]\:w-\[32px\] {
3599
+ &[data-size="default"] {
3600
+ width: 32px;
3601
+ }
3602
+ }
3603
+ .data-\[size\=sm\]\:h-\[14px\] {
3604
+ &[data-size="sm"] {
3605
+ height: 14px;
3606
+ }
3607
+ }
3608
+ .data-\[size\=sm\]\:w-\[24px\] {
3609
+ &[data-size="sm"] {
3610
+ width: 24px;
3611
+ }
3612
+ }
3613
+ .\*\*\:data-\[slot\=accordion-trigger-icon\]\:ms-auto {
3614
+ :is(& *) {
3615
+ &[data-slot="accordion-trigger-icon"] {
3616
+ margin-inline-start: auto;
3617
+ }
3618
+ }
3619
+ }
3620
+ .\*\:data-\[slot\=avatar\]\:ring-2 {
3621
+ :is(& > *) {
3622
+ &[data-slot="avatar"] {
3623
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3624
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3625
+ }
3626
+ }
3627
+ }
3628
+ .\*\*\:data-\[slot\=command-input-wrapper\]\:h-auto {
3629
+ :is(& *) {
3630
+ &[data-slot="command-input-wrapper"] {
3631
+ height: auto;
3632
+ }
3633
+ }
3634
+ }
3635
+ .\*\*\:data-\[slot\=command-input-wrapper\]\:border-none {
3636
+ :is(& *) {
3637
+ &[data-slot="command-input-wrapper"] {
3638
+ --tw-border-style: none;
3639
+ border-style: none;
3640
+ }
3641
+ }
3642
+ }
3643
+ .\*\:data-\[slot\=field-label\]\:flex-auto {
3644
+ :is(& > *) {
3645
+ &[data-slot="field-label"] {
3646
+ flex: auto;
3647
+ }
3648
+ }
3649
+ }
3650
+ .\*\*\:data-\[slot\=grid-cell-content\]\:line-clamp-1 {
3651
+ :is(& *) {
3652
+ &[data-slot="grid-cell-content"] {
3653
+ overflow: hidden;
3654
+ display: -webkit-box;
3655
+ -webkit-box-orient: vertical;
3656
+ -webkit-line-clamp: 1;
3657
+ }
3658
+ }
3659
+ }
3660
+ .\*\*\:data-\[slot\=grid-cell-content\]\:line-clamp-2 {
3661
+ :is(& *) {
3662
+ &[data-slot="grid-cell-content"] {
3663
+ overflow: hidden;
3664
+ display: -webkit-box;
3665
+ -webkit-box-orient: vertical;
3666
+ -webkit-line-clamp: 2;
3667
+ }
3668
+ }
3669
+ }
3670
+ .\*\*\:data-\[slot\=grid-cell-content\]\:line-clamp-3 {
3671
+ :is(& *) {
3672
+ &[data-slot="grid-cell-content"] {
3673
+ overflow: hidden;
3674
+ display: -webkit-box;
3675
+ -webkit-box-orient: vertical;
3676
+ -webkit-line-clamp: 3;
3677
+ }
3678
+ }
3679
+ }
3680
+ .\*\*\:data-\[slot\=grid-cell-content\]\:line-clamp-4 {
3681
+ :is(& *) {
3682
+ &[data-slot="grid-cell-content"] {
3683
+ overflow: hidden;
3684
+ display: -webkit-box;
3685
+ -webkit-box-orient: vertical;
3686
+ -webkit-line-clamp: 4;
3687
+ }
3688
+ }
3689
+ }
3690
+ .\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:ring-0 {
3691
+ :is(& *) {
3692
+ &[data-slot="navigation-menu-link"] {
3693
+ &:focus {
3694
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3695
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3696
+ }
3697
+ }
3698
+ }
3699
+ }
3700
+ .\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:outline-none {
3701
+ :is(& *) {
3702
+ &[data-slot="navigation-menu-link"] {
3703
+ &:focus {
3704
+ --tw-outline-style: none;
3705
+ outline-style: none;
3706
+ }
3707
+ }
3708
+ }
3709
+ }
3710
+ .\*\:data-\[slot\=select-value\]\:line-clamp-1 {
3711
+ :is(& > *) {
3712
+ &[data-slot="select-value"] {
3713
+ overflow: hidden;
3714
+ display: -webkit-box;
3715
+ -webkit-box-orient: vertical;
3716
+ -webkit-line-clamp: 1;
3717
+ }
3718
+ }
3719
+ }
3720
+ .\*\:data-\[slot\=select-value\]\:flex {
3721
+ :is(& > *) {
3722
+ &[data-slot="select-value"] {
3723
+ display: flex;
3724
+ }
3725
+ }
3726
+ }
3727
+ .\*\:data-\[slot\=select-value\]\:items-center {
3728
+ :is(& > *) {
3729
+ &[data-slot="select-value"] {
3730
+ align-items: center;
3731
+ }
3732
+ }
3733
+ }
3734
+ .data-\[state\=active\]\:bg-transparent {
3735
+ &[data-state="active"] {
3736
+ background-color: transparent;
3737
+ }
3738
+ }
3739
+ .data-\[state\=active\]\:shadow-none {
3740
+ &[data-state="active"] {
3741
+ --tw-shadow: 0 0 #0000;
3742
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3743
+ }
3744
+ }
3745
+ .data-\[state\=checked\]\:opacity-100 {
3746
+ &[data-state="checked"] {
3747
+ opacity: 100%;
3748
+ }
3749
+ }
3750
+ .data-\[state\=closed\]\:hidden {
3751
+ &[data-state="closed"] {
3752
+ display: none;
3753
+ }
3754
+ }
3755
+ .data-\[state\=closed\]\:overflow-hidden {
3756
+ &[data-state="closed"] {
3757
+ overflow: hidden;
3758
+ }
3759
+ }
3760
+ .data-\[state\=closed\]\:opacity-0 {
3761
+ &[data-state="closed"] {
3762
+ opacity: 0%;
3763
+ }
3764
+ }
3765
+ .data-\[state\=closed\]\:duration-500 {
3766
+ &[data-state="closed"] {
3767
+ --tw-duration: 500ms;
3768
+ transition-duration: 500ms;
3769
+ }
3770
+ }
3771
+ .data-\[variant\=line\]\:rounded-none {
3772
+ &[data-variant="line"] {
3773
+ border-radius: 0;
3774
+ }
3775
+ }
3776
+ .group-data-horizontal\/toggle-group\:data-\[spacing\=0\]\:data-\[variant\=outline\]\:border-s-0 {
3777
+ &:is(:where(.group\/toggle-group)[data-horizontal] *) {
3778
+ &[data-spacing="0"] {
3779
+ &[data-variant="outline"] {
3780
+ border-inline-start-style: var(--tw-border-style);
3781
+ border-inline-start-width: 0px;
3782
+ }
3783
+ }
3784
+ }
3785
+ }
3786
+ .group-data-vertical\/toggle-group\:data-\[spacing\=0\]\:data-\[variant\=outline\]\:border-t-0 {
3787
+ &:is(:where(.group\/toggle-group)[data-vertical] *) {
3788
+ &[data-spacing="0"] {
3789
+ &[data-variant="outline"] {
3790
+ border-top-style: var(--tw-border-style);
3791
+ border-top-width: 0px;
3792
+ }
3793
+ }
3794
+ }
3795
+ }
3796
+ .group-data-horizontal\/toggle-group\:data-\[spacing\=0\]\:data-\[variant\=outline\]\:first\:border-s {
3797
+ &:is(:where(.group\/toggle-group)[data-horizontal] *) {
3798
+ &[data-spacing="0"] {
3799
+ &[data-variant="outline"] {
3800
+ &:first-child {
3801
+ border-inline-start-style: var(--tw-border-style);
3802
+ border-inline-start-width: 1px;
3803
+ }
3804
+ }
3805
+ }
3806
+ }
3807
+ }
3808
+ .group-data-vertical\/toggle-group\:data-\[spacing\=0\]\:data-\[variant\=outline\]\:first\:border-t {
3809
+ &:is(:where(.group\/toggle-group)[data-vertical] *) {
3810
+ &[data-spacing="0"] {
3811
+ &[data-variant="outline"] {
3812
+ &:first-child {
3813
+ border-top-style: var(--tw-border-style);
3814
+ border-top-width: 1px;
3815
+ }
3816
+ }
3817
+ }
3818
+ }
3819
+ }
3820
+ .data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\] {
3821
+ &[data-vaul-drawer-direction="bottom"] {
3822
+ max-height: 80vh;
3823
+ }
3824
+ }
3825
+ .data-\[vaul-drawer-direction\=bottom\]\:border-t {
3826
+ &[data-vaul-drawer-direction="bottom"] {
3827
+ border-top-style: var(--tw-border-style);
3828
+ border-top-width: 1px;
3829
+ }
3830
+ }
3831
+ .data-\[vaul-drawer-direction\=left\]\:w-3\/4 {
3832
+ &[data-vaul-drawer-direction="left"] {
3833
+ width: calc(3 / 4 * 100%);
3834
+ }
3835
+ }
3836
+ .data-\[vaul-drawer-direction\=left\]\:border-e {
3837
+ &[data-vaul-drawer-direction="left"] {
3838
+ border-inline-end-style: var(--tw-border-style);
3839
+ border-inline-end-width: 1px;
3840
+ }
3841
+ }
3842
+ .data-\[vaul-drawer-direction\=right\]\:w-3\/4 {
3843
+ &[data-vaul-drawer-direction="right"] {
3844
+ width: calc(3 / 4 * 100%);
3845
+ }
3846
+ }
3847
+ .data-\[vaul-drawer-direction\=right\]\:border-s {
3848
+ &[data-vaul-drawer-direction="right"] {
3849
+ border-inline-start-style: var(--tw-border-style);
3850
+ border-inline-start-width: 1px;
3851
+ }
3852
+ }
3853
+ .data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\] {
3854
+ &[data-vaul-drawer-direction="top"] {
3855
+ max-height: 80vh;
3856
+ }
3857
+ }
3858
+ .data-\[vaul-drawer-direction\=top\]\:border-b {
3859
+ &[data-vaul-drawer-direction="top"] {
3860
+ border-bottom-style: var(--tw-border-style);
3861
+ border-bottom-width: 1px;
3862
+ }
3863
+ }
3864
+ .motion-reduce\:animate-none {
3865
+ @media (prefers-reduced-motion: reduce) {
3866
+ animation: none;
3867
+ }
3868
+ }
3869
+ .motion-reduce\:transition-none {
3870
+ @media (prefers-reduced-motion: reduce) {
3871
+ transition-property: none;
3872
+ }
3873
+ }
3874
+ .ltr\:-translate-x-1\/2 {
3875
+ &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
3876
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
3877
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3878
+ }
3879
+ }
3880
+ .rtl\:-translate-x-1\/2 {
3881
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3882
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
3883
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3884
+ }
3885
+ }
3886
+ .rtl\:-translate-x-px {
3887
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3888
+ --tw-translate-x: -1px;
3889
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3890
+ }
3891
+ }
3892
+ .rtl\:translate-x-1\/2 {
3893
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3894
+ --tw-translate-x: calc(1 / 2 * 100%);
3895
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3896
+ }
3897
+ }
3898
+ .rtl\:translate-x-px {
3899
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3900
+ --tw-translate-x: 1px;
3901
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3902
+ }
3903
+ }
3904
+ .rtl\:rotate-180 {
3905
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3906
+ rotate: 180deg;
3907
+ }
3908
+ }
3909
+ .rtl\:after\:translate-x-1\/2 {
3910
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3911
+ &::after {
3912
+ content: var(--tw-content);
3913
+ --tw-translate-x: calc(1 / 2 * 100%);
3914
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3915
+ }
3916
+ }
3917
+ }
3918
+ .rtl\:in-data-\[side\=left\]\:cursor-e-resize {
3919
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3920
+ :where(*[data-side="left"]) & {
3921
+ cursor: e-resize;
3922
+ }
3923
+ }
3924
+ }
3925
+ .rtl\:in-data-\[side\=right\]\:cursor-w-resize {
3926
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3927
+ :where(*[data-side="right"]) & {
3928
+ cursor: w-resize;
3929
+ }
3930
+ }
3931
+ }
3932
+ .rtl\:group-data-\[size\=default\]\/switch\:data-checked\:-translate-x-\[calc\(100\%-2px\)\] {
3933
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3934
+ &:is(:where(.group\/switch)[data-size="default"] *) {
3935
+ &[data-checked] {
3936
+ --tw-translate-x: calc(calc(100% - 2px) * -1);
3937
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3938
+ }
3939
+ }
3940
+ }
3941
+ }
3942
+ .rtl\:group-data-\[size\=sm\]\/switch\:data-checked\:-translate-x-\[calc\(100\%-2px\)\] {
3943
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
3944
+ &:is(:where(.group\/switch)[data-size="sm"] *) {
3945
+ &[data-checked] {
3946
+ --tw-translate-x: calc(calc(100% - 2px) * -1);
3947
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3948
+ }
3949
+ }
3950
+ }
3951
+ }
3952
+ .dark\:\!bg-\[var\(--shiki-dark-bg\)\] {
3953
+ @media (prefers-color-scheme: dark) {
3954
+ background-color: var(--shiki-dark-bg) !important;
3955
+ }
3956
+ }
3957
+ .dark\:bg-transparent {
3958
+ @media (prefers-color-scheme: dark) {
3959
+ background-color: transparent;
3960
+ }
3961
+ }
3962
+ .dark\:\!text-\[var\(--shiki-dark\)\] {
3963
+ @media (prefers-color-scheme: dark) {
3964
+ color: var(--shiki-dark) !important;
3965
+ }
3966
+ }
3967
+ .dark\:invert {
3968
+ @media (prefers-color-scheme: dark) {
3969
+ --tw-invert: invert(100%);
3970
+ 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,);
3971
+ }
3972
+ }
3973
+ .dark\:after\:mix-blend-lighten {
3974
+ @media (prefers-color-scheme: dark) {
3975
+ &::after {
3976
+ content: var(--tw-content);
3977
+ mix-blend-mode: lighten;
3978
+ }
3979
+ }
3980
+ }
3981
+ .dark\:group-data-\[variant\=line\]\/tabs-list\:data-active\:border-transparent {
3982
+ @media (prefers-color-scheme: dark) {
3983
+ &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
3984
+ &[data-active] {
3985
+ border-color: transparent;
3986
+ }
3987
+ }
3988
+ }
3989
+ }
3990
+ .dark\:group-data-\[variant\=line\]\/tabs-list\:data-active\:bg-transparent {
3991
+ @media (prefers-color-scheme: dark) {
3992
+ &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
3993
+ &[data-active] {
3994
+ background-color: transparent;
3995
+ }
3996
+ }
3997
+ }
3998
+ }
3999
+ .print\:hidden {
4000
+ @media print {
4001
+ display: none;
4002
+ }
4003
+ }
4004
+ .print\:break-inside-avoid {
4005
+ @media print {
4006
+ break-inside: avoid;
4007
+ }
4008
+ }
4009
+ .print\:placeholder\:text-transparent {
4010
+ @media print {
4011
+ &::placeholder {
4012
+ color: transparent;
4013
+ }
4014
+ }
4015
+ }
4016
+ .\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent {
4017
+ & .recharts-dot[stroke='#fff'] {
4018
+ stroke: transparent;
4019
+ }
4020
+ }
4021
+ .\[\&_\.recharts-layer\]\:outline-hidden {
4022
+ & .recharts-layer {
4023
+ --tw-outline-style: none;
4024
+ outline-style: none;
4025
+ @media (forced-colors: active) {
4026
+ outline: 2px solid transparent;
4027
+ outline-offset: 2px;
4028
+ }
4029
+ }
4030
+ }
4031
+ .\[\&_\.recharts-sector\]\:outline-hidden {
4032
+ & .recharts-sector {
4033
+ --tw-outline-style: none;
4034
+ outline-style: none;
4035
+ @media (forced-colors: active) {
4036
+ outline: 2px solid transparent;
4037
+ outline-offset: 2px;
4038
+ }
4039
+ }
4040
+ }
4041
+ .\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent {
4042
+ & .recharts-sector[stroke='#fff'] {
4043
+ stroke: transparent;
4044
+ }
4045
+ }
4046
+ .\[\&_\.recharts-surface\]\:outline-hidden {
4047
+ & .recharts-surface {
4048
+ --tw-outline-style: none;
4049
+ outline-style: none;
4050
+ @media (forced-colors: active) {
4051
+ outline: 2px solid transparent;
4052
+ outline-offset: 2px;
4053
+ }
4054
+ }
4055
+ }
4056
+ .\[\&_\>_\.lty-playbtn\]\:absolute {
4057
+ & > .lty-playbtn {
4058
+ position: absolute;
4059
+ }
4060
+ }
4061
+ .\[\&_\>_\.lty-playbtn\]\:top-1\/2 {
4062
+ & > .lty-playbtn {
4063
+ top: calc(1 / 2 * 100%);
4064
+ }
4065
+ }
4066
+ .\[\&_\>_\.lty-playbtn\]\:left-1\/2 {
4067
+ & > .lty-playbtn {
4068
+ left: calc(1 / 2 * 100%);
4069
+ }
4070
+ }
4071
+ .\[\&_\>_\.lty-playbtn\]\:z-1 {
4072
+ & > .lty-playbtn {
4073
+ z-index: 1;
4074
+ }
4075
+ }
4076
+ .\[\&_\>_\.lty-playbtn\]\:h-\[46px\] {
4077
+ & > .lty-playbtn {
4078
+ height: 46px;
4079
+ }
4080
+ }
4081
+ .\[\&_\>_\.lty-playbtn\]\:w-\[70px\] {
4082
+ & > .lty-playbtn {
4083
+ width: 70px;
4084
+ }
4085
+ }
4086
+ .\[\&_\>_\.lty-playbtn\]\:\[transform\:translate3d\(-50\%\,-50\%\,0\)\] {
4087
+ & > .lty-playbtn {
4088
+ transform: translate3d(-50%,-50%,0);
4089
+ }
4090
+ }
4091
+ .\[\&_\>_\.lty-playbtn\]\:rounded-\[14\%\] {
4092
+ & > .lty-playbtn {
4093
+ border-radius: 14%;
4094
+ }
4095
+ }
4096
+ .\[\&_\>_\.lty-playbtn\]\:bg-\[\#212121\] {
4097
+ & > .lty-playbtn {
4098
+ background-color: #212121;
4099
+ }
4100
+ }
4101
+ .\[\&_\>_\.lty-playbtn\]\:opacity-80 {
4102
+ & > .lty-playbtn {
4103
+ opacity: 80%;
4104
+ }
4105
+ }
4106
+ .\[\&_\>_\.lty-playbtn\]\:\[transition\:all_0\.2s_cubic-bezier\(0\,_0\,_0\.2\,_1\)\] {
4107
+ & > .lty-playbtn {
4108
+ transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
4109
+ }
4110
+ }
4111
+ .\[\&_\>_\.lty-playbtn\]\:before\:absolute {
4112
+ & > .lty-playbtn {
4113
+ &::before {
4114
+ content: var(--tw-content);
4115
+ position: absolute;
4116
+ }
4117
+ }
4118
+ }
4119
+ .\[\&_\>_\.lty-playbtn\]\:before\:top-1\/2 {
4120
+ & > .lty-playbtn {
4121
+ &::before {
4122
+ content: var(--tw-content);
4123
+ top: calc(1 / 2 * 100%);
4124
+ }
4125
+ }
4126
+ }
4127
+ .\[\&_\>_\.lty-playbtn\]\:before\:left-1\/2 {
4128
+ & > .lty-playbtn {
4129
+ &::before {
4130
+ content: var(--tw-content);
4131
+ left: calc(1 / 2 * 100%);
4132
+ }
4133
+ }
4134
+ }
4135
+ .\[\&_\>_\.lty-playbtn\]\:before\:\[transform\:translate3d\(-50\%\,-50\%\,0\)\] {
4136
+ & > .lty-playbtn {
4137
+ &::before {
4138
+ content: var(--tw-content);
4139
+ transform: translate3d(-50%,-50%,0);
4140
+ }
4141
+ }
4142
+ }
4143
+ .\[\&_\>_\.lty-playbtn\]\:before\:border-y-\[11px\] {
4144
+ & > .lty-playbtn {
4145
+ &::before {
4146
+ content: var(--tw-content);
4147
+ border-block-style: var(--tw-border-style);
4148
+ border-block-width: 11px;
4149
+ }
4150
+ }
4151
+ }
4152
+ .\[\&_\>_\.lty-playbtn\]\:before\:border-r-0 {
4153
+ & > .lty-playbtn {
4154
+ &::before {
4155
+ content: var(--tw-content);
4156
+ border-right-style: var(--tw-border-style);
4157
+ border-right-width: 0px;
4158
+ }
4159
+ }
4160
+ }
4161
+ .\[\&_\>_\.lty-playbtn\]\:before\:border-l-\[19px\] {
4162
+ & > .lty-playbtn {
4163
+ &::before {
4164
+ content: var(--tw-content);
4165
+ border-left-style: var(--tw-border-style);
4166
+ border-left-width: 19px;
4167
+ }
4168
+ }
4169
+ }
4170
+ .\[\&_\>_\.lty-playbtn\]\:before\:border-\[transparent_transparent_transparent_\#fff\] {
4171
+ & > .lty-playbtn {
4172
+ &::before {
4173
+ content: var(--tw-content);
4174
+ border-color: transparent transparent transparent #fff;
4175
+ }
4176
+ }
4177
+ }
4178
+ .\[\&_\>_\.lty-playbtn\]\:before\:content-\[\"\"\] {
4179
+ & > .lty-playbtn {
4180
+ &::before {
4181
+ --tw-content: "";
4182
+ content: var(--tw-content);
4183
+ }
4184
+ }
4185
+ }
4186
+ .\[\&_\>_iframe\]\:absolute {
4187
+ & > iframe {
4188
+ position: absolute;
4189
+ }
4190
+ }
4191
+ .\[\&_\>_iframe\]\:size-full {
4192
+ & > iframe {
4193
+ width: 100%;
4194
+ height: 100%;
4195
+ }
4196
+ }
4197
+ .\[\&_\[data-slot\=command-input-wrapper\]_svg\]\:hidden {
4198
+ & [data-slot=command-input-wrapper] svg {
4199
+ display: none;
4200
+ }
4201
+ }
4202
+ .\[\&_a\]\:underline {
4203
+ & a {
4204
+ text-decoration-line: underline;
4205
+ }
4206
+ }
4207
+ .\[\&_a\]\:underline-offset-3 {
4208
+ & a {
4209
+ text-underline-offset: 3px;
4210
+ }
4211
+ }
4212
+ .\[\&_br\]\:hidden {
4213
+ & br {
4214
+ display: none;
4215
+ }
4216
+ }
4217
+ .\[\&_img\]\:size-full {
4218
+ & img {
4219
+ width: 100%;
4220
+ height: 100%;
4221
+ }
4222
+ }
4223
+ .\[\&_img\]\:object-cover {
4224
+ & img {
4225
+ object-fit: cover;
4226
+ }
4227
+ }
4228
+ .\[\&_svg\]\:pointer-events-none {
4229
+ & svg {
4230
+ pointer-events: none;
4231
+ }
4232
+ }
4233
+ .\[\&_svg\]\:invisible {
4234
+ & svg {
4235
+ visibility: hidden;
4236
+ }
4237
+ }
4238
+ .\[\&_svg\]\:hidden {
4239
+ & svg {
4240
+ display: none;
4241
+ }
4242
+ }
4243
+ .\[\&_svg\]\:size-\[14px\] {
4244
+ & svg {
4245
+ width: 14px;
4246
+ height: 14px;
4247
+ }
4248
+ }
4249
+ .\[\&_svg\]\:shrink-0 {
4250
+ & svg {
4251
+ flex-shrink: 0;
4252
+ }
4253
+ }
4254
+ .\[\&_table\]\:w-full {
4255
+ & table {
4256
+ width: 100%;
4257
+ }
4258
+ }
4259
+ .\[\&_tr\]\:border-b {
4260
+ & tr {
4261
+ border-bottom-style: var(--tw-border-style);
4262
+ border-bottom-width: 1px;
4263
+ }
4264
+ }
4265
+ .\[\&_tr\:last-child\]\:border-0 {
4266
+ & tr:last-child {
4267
+ border-style: var(--tw-border-style);
4268
+ border-width: 0px;
4269
+ }
4270
+ }
4271
+ .\[\&\+\[data-slot\=item-content\]\]\:flex-none {
4272
+ &+[data-slot=item-content] {
4273
+ flex: none;
4274
+ }
4275
+ }
4276
+ .\[\&\.lyt-activated\]\:cursor-\[unset\] {
4277
+ &.lyt-activated {
4278
+ cursor: unset;
4279
+ }
4280
+ }
4281
+ .\[\&\.lyt-activated\]\:before\:pointer-events-none {
4282
+ &.lyt-activated {
4283
+ &::before {
4284
+ content: var(--tw-content);
4285
+ pointer-events: none;
4286
+ }
4287
+ }
4288
+ }
4289
+ .\[\&\.lyt-activated\]\:before\:absolute {
4290
+ &.lyt-activated {
4291
+ &::before {
4292
+ content: var(--tw-content);
4293
+ position: absolute;
4294
+ }
4295
+ }
4296
+ }
4297
+ .\[\&\.lyt-activated\]\:before\:h-\[60px\] {
4298
+ &.lyt-activated {
4299
+ &::before {
4300
+ content: var(--tw-content);
4301
+ height: 60px;
4302
+ }
4303
+ }
4304
+ }
4305
+ .\[\&\.lyt-activated\]\:before\:w-full {
4306
+ &.lyt-activated {
4307
+ &::before {
4308
+ content: var(--tw-content);
4309
+ width: 100%;
4310
+ }
4311
+ }
4312
+ }
4313
+ .\[\&\.lyt-activated\]\:before\:bg-\[url\(data\:image\/png\;base64\,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT\+OqFAAAAdklEQVQoz42QQQ7AIAgEF\/T\/D\+kbq\/RWAlnQyyazA4aoAB4FsBSA\/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg\=\=\)\] {
4314
+ &.lyt-activated {
4315
+ &::before {
4316
+ content: var(--tw-content);
4317
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
4318
+ }
4319
+ }
4320
+ }
4321
+ .\[\&\.lyt-activated\]\:before\:bg-top {
4322
+ &.lyt-activated {
4323
+ &::before {
4324
+ content: var(--tw-content);
4325
+ background-position: top;
4326
+ }
4327
+ }
4328
+ }
4329
+ .\[\&\.lyt-activated\]\:before\:bg-repeat-x {
4330
+ &.lyt-activated {
4331
+ &::before {
4332
+ content: var(--tw-content);
4333
+ background-repeat: repeat-x;
4334
+ }
4335
+ }
4336
+ }
4337
+ .\[\&\.lyt-activated\]\:before\:pb-\[50px\] {
4338
+ &.lyt-activated {
4339
+ &::before {
4340
+ content: var(--tw-content);
4341
+ padding-bottom: 50px;
4342
+ }
4343
+ }
4344
+ }
4345
+ .\[\&\.lyt-activated\]\:before\:opacity-0 {
4346
+ &.lyt-activated {
4347
+ &::before {
4348
+ content: var(--tw-content);
4349
+ opacity: 0%;
4350
+ }
4351
+ }
4352
+ }
4353
+ .\[\&\.lyt-activated\]\:before\:\[transition\:all_0\.2s_cubic-bezier\(0\,_0\,_0\.2\,_1\)\] {
4354
+ &.lyt-activated {
4355
+ &::before {
4356
+ content: var(--tw-content);
4357
+ transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
4358
+ }
4359
+ }
4360
+ }
4361
+ .\[\&\.lyt-activated_\>_\.lty-playbtn\]\:pointer-events-none {
4362
+ &.lyt-activated > .lty-playbtn {
4363
+ pointer-events: none;
4364
+ }
4365
+ }
4366
+ .\[\&\.lyt-activated_\>_\.lty-playbtn\]\:opacity-0\! {
4367
+ &.lyt-activated > .lty-playbtn {
4368
+ opacity: 0% !important;
4369
+ }
4370
+ }
4371
+ .\[\&\:\:-webkit-inner-spin-button\]\:appearance-none {
4372
+ &::-webkit-inner-spin-button {
4373
+ appearance: none;
4374
+ }
4375
+ }
4376
+ .\[\&\:\:-webkit-outer-spin-button\]\:appearance-none {
4377
+ &::-webkit-outer-spin-button {
4378
+ appearance: none;
4379
+ }
4380
+ }
4381
+ .\[\&\:\:-webkit-scrollbar-button\]\:hidden {
4382
+ &::-webkit-scrollbar-button {
4383
+ display: none;
4384
+ }
4385
+ }
4386
+ .\[\&\:\:-webkit-scrollbar-thumb\]\:min-h-\[65px\] {
4387
+ &::-webkit-scrollbar-thumb {
4388
+ min-height: 65px;
4389
+ }
4390
+ }
4391
+ .\[\&\:\:-webkit-scrollbar-thumb\]\:border-4 {
4392
+ &::-webkit-scrollbar-thumb {
4393
+ border-style: var(--tw-border-style);
4394
+ border-width: 4px;
4395
+ }
4396
+ }
4397
+ .\[\&\:\:-webkit-scrollbar-track\]\:border-0 {
4398
+ &::-webkit-scrollbar-track {
4399
+ border-style: var(--tw-border-style);
4400
+ border-width: 0px;
4401
+ }
4402
+ }
4403
+ .focus\:\[\&\:\:placeholder\]\:opacity-0 {
4404
+ &:focus {
4405
+ &::placeholder {
4406
+ opacity: 0%;
4407
+ }
4408
+ }
4409
+ }
4410
+ .\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-s-\(--cell-radius\) {
4411
+ &:first-child[data-selected=true] button {
4412
+ border-start-start-radius: var(--cell-radius);
4413
+ border-end-start-radius: var(--cell-radius);
4414
+ }
4415
+ }
4416
+ .\[\&\:has\(\[role\=option\]\)\]\:block {
4417
+ &:has([role=option]) {
4418
+ display: block;
4419
+ }
4420
+ }
4421
+ .\[\&\:hover_\>_\.lty-playbtn\]\:bg-\[red\] {
4422
+ &:hover > .lty-playbtn {
4423
+ background-color: red;
4424
+ }
4425
+ }
4426
+ .\[\&\:hover_\>_\.lty-playbtn\]\:opacity-100 {
4427
+ &:hover > .lty-playbtn {
4428
+ opacity: 100%;
4429
+ }
4430
+ }
4431
+ .\*\*\:\[\.hljs-addition\]\:bg-\[\#f0fff4\] {
4432
+ :is(& *) {
4433
+ &:is(.hljs-addition) {
4434
+ background-color: #f0fff4;
4435
+ }
4436
+ }
4437
+ }
4438
+ .\*\*\:\[\.hljs-addition\]\:text-\[\#22863a\] {
4439
+ :is(& *) {
4440
+ &:is(.hljs-addition) {
4441
+ color: #22863a;
4442
+ }
4443
+ }
4444
+ }
4445
+ .\*\*\:\[\.hljs-attr\,\.hljs-attribute\,\.hljs-literal\,\.hljs-meta\,\.hljs-number\,\.hljs-operator\,\.hljs-selector-attr\,\.hljs-selector-class\,\.hljs-selector-id\,\.hljs-variable\]\:text-\[\#005cc5\] {
4446
+ :is(& *) {
4447
+ &:is(.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable) {
4448
+ color: #005cc5;
4449
+ }
4450
+ }
4451
+ }
4452
+ .\*\*\:\[\.hljs-built_in\,\.hljs-symbol\]\:text-\[\#e36209\] {
4453
+ :is(& *) {
4454
+ &:is(.hljs-built in,.hljs-symbol) {
4455
+ color: #e36209;
4456
+ }
4457
+ }
4458
+ }
4459
+ .\*\*\:\[\.hljs-bullet\]\:text-\[\#735c0f\] {
4460
+ :is(& *) {
4461
+ &:is(.hljs-bullet) {
4462
+ color: #735c0f;
4463
+ }
4464
+ }
4465
+ }
4466
+ .\*\*\:\[\.hljs-comment\,\.hljs-code\,\.hljs-formula\]\:text-\[\#6a737d\] {
4467
+ :is(& *) {
4468
+ &:is(.hljs-comment,.hljs-code,.hljs-formula) {
4469
+ color: #6a737d;
4470
+ }
4471
+ }
4472
+ }
4473
+ .\*\*\:\[\.hljs-deletion\]\:bg-\[\#ffeef0\] {
4474
+ :is(& *) {
4475
+ &:is(.hljs-deletion) {
4476
+ background-color: #ffeef0;
4477
+ }
4478
+ }
4479
+ }
4480
+ .\*\*\:\[\.hljs-deletion\]\:text-\[\#b31d28\] {
4481
+ :is(& *) {
4482
+ &:is(.hljs-deletion) {
4483
+ color: #b31d28;
4484
+ }
4485
+ }
4486
+ }
4487
+ .\*\*\:\[\.hljs-emphasis\]\:italic {
4488
+ :is(& *) {
4489
+ &:is(.hljs-emphasis) {
4490
+ font-style: italic;
4491
+ }
4492
+ }
4493
+ }
4494
+ .\*\*\:\[\.hljs-keyword\,\.hljs-doctag\,\.hljs-template-tag\,\.hljs-template-variable\,\.hljs-type\,\.hljs-variable\.language_\]\:text-\[\#d73a49\] {
4495
+ :is(& *) {
4496
+ &:is(.hljs-keyword,.hljs-doctag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language ) {
4497
+ color: #d73a49;
4498
+ }
4499
+ }
4500
+ }
4501
+ .\*\*\:\[\.hljs-name\,\.hljs-quote\,\.hljs-selector-tag\,\.hljs-selector-pseudo\]\:text-\[\#22863a\] {
4502
+ :is(& *) {
4503
+ &:is(.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo) {
4504
+ color: #22863a;
4505
+ }
4506
+ }
4507
+ }
4508
+ .\*\*\:\[\.hljs-regexp\,\.hljs-string\,\.hljs-meta_\.hljs-string\]\:text-\[\#032f62\] {
4509
+ :is(& *) {
4510
+ &:is(.hljs-regexp,.hljs-string,.hljs-meta .hljs-string) {
4511
+ color: #032f62;
4512
+ }
4513
+ }
4514
+ }
4515
+ .\*\*\:\[\.hljs-section\]\:text-\[\#005cc5\] {
4516
+ :is(& *) {
4517
+ &:is(.hljs-section) {
4518
+ color: #005cc5;
4519
+ }
4520
+ }
4521
+ }
4522
+ .\*\*\:\[\.hljs-title\,\.hljs-title\.class_\,\.hljs-title\.class_\.inherited__\,\.hljs-title\.function_\]\:text-\[\#6f42c1\] {
4523
+ :is(& *) {
4524
+ &:is(.hljs-title,.hljs-title.class ,.hljs-title.class .inherited ,.hljs-title.function ) {
4525
+ color: #6f42c1;
4526
+ }
4527
+ }
4528
+ }
4529
+ .rtl\:\*\*\:\[\.rdp-button\\_next\>svg\]\:rotate-180 {
4530
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
4531
+ :is(& *) {
4532
+ &:is(.rdp-button_next>svg) {
4533
+ rotate: 180deg;
4534
+ }
4535
+ }
4536
+ }
4537
+ }
4538
+ .rtl\:\*\*\:\[\.rdp-button\\_previous\>svg\]\:rotate-180 {
4539
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
4540
+ :is(& *) {
4541
+ &:is(.rdp-button_previous>svg) {
4542
+ rotate: 180deg;
4543
+ }
4544
+ }
4545
+ }
4546
+ }
4547
+ .\[a\]\:transition-colors {
4548
+ &:is(a) {
4549
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
4550
+ transition-timing-function: var(--tw-ease, ease);
4551
+ transition-duration: var(--tw-duration, 0s);
4552
+ }
4553
+ }
4554
+ .\*\:\[a\]\:underline {
4555
+ :is(& > *) {
4556
+ &:is(a) {
4557
+ text-decoration-line: underline;
4558
+ }
4559
+ }
4560
+ }
4561
+ .\*\:\[a\]\:underline-offset-3 {
4562
+ :is(& > *) {
4563
+ &:is(a) {
4564
+ text-underline-offset: 3px;
4565
+ }
4566
+ }
4567
+ }
4568
+ .\*\:first\:\[span\]\:hidden {
4569
+ :is(& > *) {
4570
+ &:first-child {
4571
+ &:is(span) {
4572
+ display: none;
4573
+ }
4574
+ }
4575
+ }
4576
+ }
4577
+ .\*\:\[span\]\:last\:flex {
4578
+ :is(& > *) {
4579
+ &:is(span) {
4580
+ &:last-child {
4581
+ display: flex;
4582
+ }
4583
+ }
4584
+ }
4585
+ }
4586
+ .\*\:\[span\]\:last\:items-center {
4587
+ :is(& > *) {
4588
+ &:is(span) {
4589
+ &:last-child {
4590
+ align-items: center;
4591
+ }
4592
+ }
4593
+ }
4594
+ }
4595
+ .\*\:\[svg\]\:row-span-2 {
4596
+ :is(& > *) {
4597
+ &:is(svg) {
4598
+ grid-row: span 2 / span 2;
4599
+ }
4600
+ }
4601
+ }
4602
+ .\*\:\[svg\]\:text-current {
4603
+ :is(& > *) {
4604
+ &:is(svg) {
4605
+ color: currentcolor;
4606
+ }
4607
+ }
4608
+ }
4609
+ .\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-e-\(--cell-radius\) {
4610
+ &:last-child[data-selected=true] button {
4611
+ border-start-end-radius: var(--cell-radius);
4612
+ border-end-end-radius: var(--cell-radius);
4613
+ }
4614
+ }
4615
+ .\[\&\:nth-child\(2\)\[data-selected\=true\]_button\]\:rounded-s-\(--cell-radius\) {
4616
+ &:nth-child(2)[data-selected=true] button {
4617
+ border-start-start-radius: var(--cell-radius);
4618
+ border-end-start-radius: var(--cell-radius);
4619
+ }
4620
+ }
4621
+ .\[\&\>\*\:not\(\:first-child\)\]\:rounded-s-none {
4622
+ &>*:not(:first-child) {
4623
+ border-start-start-radius: 0;
4624
+ border-end-start-radius: 0;
4625
+ }
4626
+ }
4627
+ .\[\&\>\*\:not\(\:first-child\)\]\:rounded-t-none {
4628
+ &>*:not(:first-child) {
4629
+ border-top-left-radius: 0;
4630
+ border-top-right-radius: 0;
4631
+ }
4632
+ }
4633
+ .\[\&\>\*\:not\(\:first-child\)\]\:border-s-0 {
4634
+ &>*:not(:first-child) {
4635
+ border-inline-start-style: var(--tw-border-style);
4636
+ border-inline-start-width: 0px;
4637
+ }
4638
+ }
4639
+ .\[\&\>\*\:not\(\:first-child\)\]\:border-t-0 {
4640
+ &>*:not(:first-child) {
4641
+ border-top-style: var(--tw-border-style);
4642
+ border-top-width: 0px;
4643
+ }
4644
+ }
4645
+ .\[\&\>\*\:not\(\:last-child\)\]\:rounded-e-none {
4646
+ &>*:not(:last-child) {
4647
+ border-start-end-radius: 0;
4648
+ border-end-end-radius: 0;
4649
+ }
4650
+ }
4651
+ .\[\&\>\*\:not\(\:last-child\)\]\:rounded-b-none {
4652
+ &>*:not(:last-child) {
4653
+ border-bottom-right-radius: 0;
4654
+ border-bottom-left-radius: 0;
4655
+ }
4656
+ }
4657
+ .\[\&\>\.sr-only\]\:w-auto {
4658
+ &>.sr-only {
4659
+ width: auto;
4660
+ }
4661
+ }
4662
+ .\[\&\>\[data-slot\=select-trigger\]\:not\(\[class\*\=\'w-\'\]\)\]\:w-fit {
4663
+ &>[data-slot=select-trigger]:not([class*='w-']) {
4664
+ width: fit-content;
4665
+ }
4666
+ }
4667
+ .has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px {
4668
+ &:has(>[data-slot=field-content]) {
4669
+ &>[role=checkbox],[role=radio] {
4670
+ margin-top: 1px;
4671
+ }
4672
+ }
4673
+ }
4674
+ .\[\&\>a\]\:underline {
4675
+ &>a {
4676
+ text-decoration-line: underline;
4677
+ }
4678
+ }
4679
+ .\[\&\>a\]\:underline-offset-4 {
4680
+ &>a {
4681
+ text-underline-offset: 4px;
4682
+ }
4683
+ }
4684
+ .\[\&\>button\]\:hidden {
4685
+ &>button {
4686
+ display: none;
4687
+ }
4688
+ }
4689
+ .\[\&\>button\]\:border-none\! {
4690
+ &>button {
4691
+ --tw-border-style: none !important;
4692
+ border-style: none !important;
4693
+ }
4694
+ }
4695
+ .\[\&\>button\]\:bg-transparent\! {
4696
+ &>button {
4697
+ background-color: transparent !important;
4698
+ }
4699
+ }
4700
+ .\[\&\>img\]\:rounded-full {
4701
+ &>img {
4702
+ border-radius: calc(infinity * 1px);
4703
+ }
4704
+ }
4705
+ .\[\&\>img\]\:p-px {
4706
+ &>img {
4707
+ padding: 1px;
4708
+ }
4709
+ }
4710
+ .\[\&\>img\]\:ring-1 {
4711
+ &>img {
4712
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
4713
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
4714
+ }
4715
+ }
4716
+ .\[\&\>input\]\:flex-1 {
4717
+ &>input {
4718
+ flex: 1;
4719
+ }
4720
+ }
4721
+ .\[\&\>kbd\]\:rounded-\[calc\(var\(--radius\)-5px\)\] {
4722
+ &>kbd {
4723
+ border-radius: calc(var(--radius) - 5px);
4724
+ }
4725
+ }
4726
+ .\[\&\>span\]\:opacity-70 {
4727
+ &>span {
4728
+ opacity: 70%;
4729
+ }
4730
+ }
4731
+ .\[\&\>span\:first-child\]\:ltr\:left-auto {
4732
+ &>span:first-child {
4733
+ &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
4734
+ left: auto;
4735
+ }
4736
+ }
4737
+ }
4738
+ .\[\&\>span\:first-child\]\:rtl\:right-auto {
4739
+ &>span:first-child {
4740
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
4741
+ right: auto;
4742
+ }
4743
+ }
4744
+ }
4745
+ .\[\&\>span\:last-child\]\:truncate {
4746
+ &>span:last-child {
4747
+ overflow: hidden;
4748
+ text-overflow: ellipsis;
4749
+ white-space: nowrap;
4750
+ }
4751
+ }
4752
+ .\[\&\>svg\]\:pointer-events-none {
4753
+ &>svg {
4754
+ pointer-events: none;
4755
+ }
4756
+ }
4757
+ .\[\&\>svg\]\:hidden {
4758
+ &>svg {
4759
+ display: none;
4760
+ }
4761
+ }
4762
+ .\[\&\>svg\]\:shrink-0 {
4763
+ &>svg {
4764
+ flex-shrink: 0;
4765
+ }
4766
+ }
4767
+ .group-data-\[size\=sm\]\/avatar\:\[\&\>svg\]\:hidden {
4768
+ &:is(:where(.group\/avatar)[data-size="sm"] *) {
4769
+ &>svg {
4770
+ display: none;
4771
+ }
4772
+ }
4773
+ }
4774
+ .\[\&\>tr\]\:last\:border-b-0 {
4775
+ &>tr {
4776
+ &:last-child {
4777
+ border-bottom-style: var(--tw-border-style);
4778
+ border-bottom-width: 0px;
4779
+ }
4780
+ }
4781
+ }
4782
+ .\[\&\[aria-orientation\=horizontal\]\>div\]\:rotate-90 {
4783
+ &[aria-orientation=horizontal]>div {
4784
+ rotate: 90deg;
4785
+ }
4786
+ }
4787
+ .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
4788
+ [data-side=left][data-state=collapsed] & {
4789
+ cursor: e-resize;
4790
+ }
4791
+ }
4792
+ .rtl\:\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
4793
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
4794
+ [data-side=left][data-state=collapsed] & {
4795
+ cursor: w-resize;
4796
+ }
4797
+ }
4798
+ }
4799
+ .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
4800
+ [data-side=right][data-state=collapsed] & {
4801
+ cursor: w-resize;
4802
+ }
4803
+ }
4804
+ .rtl\:\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
4805
+ &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
4806
+ [data-side=right][data-state=collapsed] & {
4807
+ cursor: e-resize;
4808
+ }
4809
+ }
4810
+ }
4811
+ @property --tw-translate-x {
4812
+ syntax: "*";
4813
+ inherits: false;
4814
+ initial-value: 0;
4815
+ }
4816
+ @property --tw-translate-y {
4817
+ syntax: "*";
4818
+ inherits: false;
4819
+ initial-value: 0;
4820
+ }
4821
+ @property --tw-translate-z {
4822
+ syntax: "*";
4823
+ inherits: false;
4824
+ initial-value: 0;
4825
+ }
4826
+ @property --tw-scale-x {
4827
+ syntax: "*";
4828
+ inherits: false;
4829
+ initial-value: 1;
4830
+ }
4831
+ @property --tw-scale-y {
4832
+ syntax: "*";
4833
+ inherits: false;
4834
+ initial-value: 1;
4835
+ }
4836
+ @property --tw-scale-z {
4837
+ syntax: "*";
4838
+ inherits: false;
4839
+ initial-value: 1;
4840
+ }
4841
+ @property --tw-rotate-x {
4842
+ syntax: "*";
4843
+ inherits: false;
4844
+ }
4845
+ @property --tw-rotate-y {
4846
+ syntax: "*";
4847
+ inherits: false;
4848
+ }
4849
+ @property --tw-rotate-z {
4850
+ syntax: "*";
4851
+ inherits: false;
4852
+ }
4853
+ @property --tw-skew-x {
4854
+ syntax: "*";
4855
+ inherits: false;
4856
+ }
4857
+ @property --tw-skew-y {
4858
+ syntax: "*";
4859
+ inherits: false;
4860
+ }
4861
+ @property --tw-divide-y-reverse {
4862
+ syntax: "*";
4863
+ inherits: false;
4864
+ initial-value: 0;
4865
+ }
4866
+ @property --tw-border-style {
4867
+ syntax: "*";
4868
+ inherits: false;
4869
+ initial-value: solid;
4870
+ }
4871
+ @property --tw-gradient-position {
4872
+ syntax: "*";
4873
+ inherits: false;
4874
+ }
4875
+ @property --tw-gradient-from {
4876
+ syntax: "<color>";
4877
+ inherits: false;
4878
+ initial-value: #0000;
4879
+ }
4880
+ @property --tw-gradient-via {
4881
+ syntax: "<color>";
4882
+ inherits: false;
4883
+ initial-value: #0000;
4884
+ }
4885
+ @property --tw-gradient-to {
4886
+ syntax: "<color>";
4887
+ inherits: false;
4888
+ initial-value: #0000;
4889
+ }
4890
+ @property --tw-gradient-stops {
4891
+ syntax: "*";
4892
+ inherits: false;
4893
+ }
4894
+ @property --tw-gradient-via-stops {
4895
+ syntax: "*";
4896
+ inherits: false;
4897
+ }
4898
+ @property --tw-gradient-from-position {
4899
+ syntax: "<length-percentage>";
4900
+ inherits: false;
4901
+ initial-value: 0%;
4902
+ }
4903
+ @property --tw-gradient-via-position {
4904
+ syntax: "<length-percentage>";
4905
+ inherits: false;
4906
+ initial-value: 50%;
4907
+ }
4908
+ @property --tw-gradient-to-position {
4909
+ syntax: "<length-percentage>";
4910
+ inherits: false;
4911
+ initial-value: 100%;
4912
+ }
4913
+ @property --tw-leading {
4914
+ syntax: "*";
4915
+ inherits: false;
4916
+ }
4917
+ @property --tw-ordinal {
4918
+ syntax: "*";
4919
+ inherits: false;
4920
+ }
4921
+ @property --tw-slashed-zero {
4922
+ syntax: "*";
4923
+ inherits: false;
4924
+ }
4925
+ @property --tw-numeric-figure {
4926
+ syntax: "*";
4927
+ inherits: false;
4928
+ }
4929
+ @property --tw-numeric-spacing {
4930
+ syntax: "*";
4931
+ inherits: false;
4932
+ }
4933
+ @property --tw-numeric-fraction {
4934
+ syntax: "*";
4935
+ inherits: false;
4936
+ }
4937
+ @property --tw-shadow {
4938
+ syntax: "*";
4939
+ inherits: false;
4940
+ initial-value: 0 0 #0000;
4941
+ }
4942
+ @property --tw-shadow-color {
4943
+ syntax: "*";
4944
+ inherits: false;
4945
+ }
4946
+ @property --tw-shadow-alpha {
4947
+ syntax: "<percentage>";
4948
+ inherits: false;
4949
+ initial-value: 100%;
4950
+ }
4951
+ @property --tw-inset-shadow {
4952
+ syntax: "*";
4953
+ inherits: false;
4954
+ initial-value: 0 0 #0000;
4955
+ }
4956
+ @property --tw-inset-shadow-color {
4957
+ syntax: "*";
4958
+ inherits: false;
4959
+ }
4960
+ @property --tw-inset-shadow-alpha {
4961
+ syntax: "<percentage>";
4962
+ inherits: false;
4963
+ initial-value: 100%;
4964
+ }
4965
+ @property --tw-ring-color {
4966
+ syntax: "*";
4967
+ inherits: false;
4968
+ }
4969
+ @property --tw-ring-shadow {
4970
+ syntax: "*";
4971
+ inherits: false;
4972
+ initial-value: 0 0 #0000;
4973
+ }
4974
+ @property --tw-inset-ring-color {
4975
+ syntax: "*";
4976
+ inherits: false;
4977
+ }
4978
+ @property --tw-inset-ring-shadow {
4979
+ syntax: "*";
4980
+ inherits: false;
4981
+ initial-value: 0 0 #0000;
4982
+ }
4983
+ @property --tw-ring-inset {
4984
+ syntax: "*";
4985
+ inherits: false;
4986
+ }
4987
+ @property --tw-ring-offset-width {
4988
+ syntax: "<length>";
4989
+ inherits: false;
4990
+ initial-value: 0px;
4991
+ }
4992
+ @property --tw-ring-offset-color {
4993
+ syntax: "*";
4994
+ inherits: false;
4995
+ initial-value: #fff;
4996
+ }
4997
+ @property --tw-ring-offset-shadow {
4998
+ syntax: "*";
4999
+ inherits: false;
5000
+ initial-value: 0 0 #0000;
5001
+ }
5002
+ @property --tw-outline-style {
5003
+ syntax: "*";
5004
+ inherits: false;
5005
+ initial-value: solid;
5006
+ }
5007
+ @property --tw-blur {
5008
+ syntax: "*";
5009
+ inherits: false;
5010
+ }
5011
+ @property --tw-brightness {
5012
+ syntax: "*";
5013
+ inherits: false;
5014
+ }
5015
+ @property --tw-contrast {
5016
+ syntax: "*";
5017
+ inherits: false;
5018
+ }
5019
+ @property --tw-grayscale {
5020
+ syntax: "*";
5021
+ inherits: false;
5022
+ }
5023
+ @property --tw-hue-rotate {
5024
+ syntax: "*";
5025
+ inherits: false;
5026
+ }
5027
+ @property --tw-invert {
5028
+ syntax: "*";
5029
+ inherits: false;
5030
+ }
5031
+ @property --tw-opacity {
5032
+ syntax: "*";
5033
+ inherits: false;
5034
+ }
5035
+ @property --tw-saturate {
5036
+ syntax: "*";
5037
+ inherits: false;
5038
+ }
5039
+ @property --tw-sepia {
5040
+ syntax: "*";
5041
+ inherits: false;
5042
+ }
5043
+ @property --tw-drop-shadow {
5044
+ syntax: "*";
5045
+ inherits: false;
5046
+ }
5047
+ @property --tw-drop-shadow-color {
5048
+ syntax: "*";
5049
+ inherits: false;
5050
+ }
5051
+ @property --tw-drop-shadow-alpha {
5052
+ syntax: "<percentage>";
5053
+ inherits: false;
5054
+ initial-value: 100%;
5055
+ }
5056
+ @property --tw-drop-shadow-size {
5057
+ syntax: "*";
5058
+ inherits: false;
5059
+ }
5060
+ @property --tw-duration {
5061
+ syntax: "*";
5062
+ inherits: false;
5063
+ }
5064
+ @property --tw-ease {
5065
+ syntax: "*";
5066
+ inherits: false;
5067
+ }
5068
+ @property --tw-content {
5069
+ syntax: "*";
5070
+ initial-value: "";
5071
+ inherits: false;
5072
+ }
5073
+ @layer properties {
5074
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
5075
+ *, ::before, ::after, ::backdrop {
5076
+ --tw-translate-x: 0;
5077
+ --tw-translate-y: 0;
5078
+ --tw-translate-z: 0;
5079
+ --tw-scale-x: 1;
5080
+ --tw-scale-y: 1;
5081
+ --tw-scale-z: 1;
5082
+ --tw-rotate-x: initial;
5083
+ --tw-rotate-y: initial;
5084
+ --tw-rotate-z: initial;
5085
+ --tw-skew-x: initial;
5086
+ --tw-skew-y: initial;
5087
+ --tw-divide-y-reverse: 0;
5088
+ --tw-border-style: solid;
5089
+ --tw-gradient-position: initial;
5090
+ --tw-gradient-from: #0000;
5091
+ --tw-gradient-via: #0000;
5092
+ --tw-gradient-to: #0000;
5093
+ --tw-gradient-stops: initial;
5094
+ --tw-gradient-via-stops: initial;
5095
+ --tw-gradient-from-position: 0%;
5096
+ --tw-gradient-via-position: 50%;
5097
+ --tw-gradient-to-position: 100%;
5098
+ --tw-leading: initial;
5099
+ --tw-ordinal: initial;
5100
+ --tw-slashed-zero: initial;
5101
+ --tw-numeric-figure: initial;
5102
+ --tw-numeric-spacing: initial;
5103
+ --tw-numeric-fraction: initial;
5104
+ --tw-shadow: 0 0 #0000;
5105
+ --tw-shadow-color: initial;
5106
+ --tw-shadow-alpha: 100%;
5107
+ --tw-inset-shadow: 0 0 #0000;
5108
+ --tw-inset-shadow-color: initial;
5109
+ --tw-inset-shadow-alpha: 100%;
5110
+ --tw-ring-color: initial;
5111
+ --tw-ring-shadow: 0 0 #0000;
5112
+ --tw-inset-ring-color: initial;
5113
+ --tw-inset-ring-shadow: 0 0 #0000;
5114
+ --tw-ring-inset: initial;
5115
+ --tw-ring-offset-width: 0px;
5116
+ --tw-ring-offset-color: #fff;
5117
+ --tw-ring-offset-shadow: 0 0 #0000;
5118
+ --tw-outline-style: solid;
5119
+ --tw-blur: initial;
5120
+ --tw-brightness: initial;
5121
+ --tw-contrast: initial;
5122
+ --tw-grayscale: initial;
5123
+ --tw-hue-rotate: initial;
5124
+ --tw-invert: initial;
5125
+ --tw-opacity: initial;
5126
+ --tw-saturate: initial;
5127
+ --tw-sepia: initial;
5128
+ --tw-drop-shadow: initial;
5129
+ --tw-drop-shadow-color: initial;
5130
+ --tw-drop-shadow-alpha: 100%;
5131
+ --tw-drop-shadow-size: initial;
5132
+ --tw-duration: initial;
5133
+ --tw-ease: initial;
5134
+ --tw-content: "";
5135
+ }
5136
+ }
5137
+ }