@luxonis/depthai-viewer-common 3.7.5 → 3.8.0

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