@max-ts/svelte 1.9.0 → 1.10.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 (386) hide show
  1. package/dist/_virtual/_rolldown/runtime.js +6 -11
  2. package/dist/assets/styles.css +3630 -0
  3. package/dist/components/Accordion/Accordion.js +1 -3
  4. package/dist/components/Accordion/Content/Content.js +1 -3
  5. package/dist/components/Accordion/Content/styles.css.js +1 -5
  6. package/dist/components/Accordion/Item/Item.js +1 -3
  7. package/dist/components/Accordion/Trigger/Trigger.js +1 -3
  8. package/dist/components/Accordion/Trigger/styles.css.js +1 -5
  9. package/dist/components/Accordion/index.js +1 -3
  10. package/dist/components/Alert/Alert.js +1 -3
  11. package/dist/components/Alert/Description/Description.js +1 -3
  12. package/dist/components/Alert/Description/styles.css.js +1 -5
  13. package/dist/components/Alert/Title/Title.js +1 -3
  14. package/dist/components/Alert/Title/styles.css.js +1 -5
  15. package/dist/components/Alert/index.js +2 -4
  16. package/dist/components/Alert/styles.css.js +1 -5
  17. package/dist/components/Badge/Badge.js +1 -3
  18. package/dist/components/Badge/styles.css.js +1 -5
  19. package/dist/components/Button/Button.js +2 -4
  20. package/dist/components/Button/styles.css.js +1 -5
  21. package/dist/components/ButtonGroup/ButtonGroup.js +1 -3
  22. package/dist/components/ButtonGroup/Separator/Separator.js +1 -3
  23. package/dist/components/ButtonGroup/Separator/styles.css.js +1 -5
  24. package/dist/components/ButtonGroup/Text/Text.js +2 -4
  25. package/dist/components/ButtonGroup/Text/styles.css.js +1 -5
  26. package/dist/components/ButtonGroup/index.js +1 -3
  27. package/dist/components/ButtonGroup/styles.css.js +5 -11
  28. package/dist/components/Calendar/Calendar.js +2 -4
  29. package/dist/components/Calendar/Caption/Caption.js +2 -4
  30. package/dist/components/Calendar/Cell/Cell.js +1 -3
  31. package/dist/components/Calendar/Cell/styles.css.js +1 -5
  32. package/dist/components/Calendar/Day/Day.js +1 -3
  33. package/dist/components/Calendar/Day/styles.css.js +1 -5
  34. package/dist/components/Calendar/Grid/Grid.js +1 -3
  35. package/dist/components/Calendar/Grid/styles.css.js +1 -5
  36. package/dist/components/Calendar/GridBody/GridBody.js +1 -3
  37. package/dist/components/Calendar/GridHead/GridHead.js +1 -3
  38. package/dist/components/Calendar/GridRow/GridRow.js +1 -3
  39. package/dist/components/Calendar/GridRow/styles.css.js +1 -5
  40. package/dist/components/Calendar/HeadCell/HeadCell.js +1 -3
  41. package/dist/components/Calendar/HeadCell/styles.css.js +1 -5
  42. package/dist/components/Calendar/Header/Header.js +1 -3
  43. package/dist/components/Calendar/Header/styles.css.js +1 -5
  44. package/dist/components/Calendar/Month/Month.js +1 -3
  45. package/dist/components/Calendar/MonthSelect/MonthSelect.js +1 -3
  46. package/dist/components/Calendar/MonthSelect/styles.css.js +1 -5
  47. package/dist/components/Calendar/Months/Months.js +1 -3
  48. package/dist/components/Calendar/Months/styles.css.js +1 -5
  49. package/dist/components/Calendar/Nav/Nav.js +1 -3
  50. package/dist/components/Calendar/Nav/styles.css.js +1 -5
  51. package/dist/components/Calendar/NextButton/NextButton.js +1 -3
  52. package/dist/components/Calendar/NextButton/styles.css.js +1 -4
  53. package/dist/components/Calendar/PrevButton/PrevButton.js +1 -3
  54. package/dist/components/Calendar/PrevButton/styles.css.js +1 -4
  55. package/dist/components/Calendar/YearSelect/YearSelect.js +1 -3
  56. package/dist/components/Calendar/YearSelect/styles.css.js +1 -5
  57. package/dist/components/Calendar/styles.css.js +1 -5
  58. package/dist/components/Card/Action/Action.js +1 -3
  59. package/dist/components/Card/Action/styles.css.js +1 -4
  60. package/dist/components/Card/Card.js +1 -3
  61. package/dist/components/Card/Content/Content.js +1 -3
  62. package/dist/components/Card/Content/styles.css.js +1 -5
  63. package/dist/components/Card/Description/Description.js +1 -3
  64. package/dist/components/Card/Description/styles.css.js +1 -5
  65. package/dist/components/Card/Footer/Footer.js +1 -3
  66. package/dist/components/Card/Footer/styles.css.js +1 -5
  67. package/dist/components/Card/Header/Header.js +1 -3
  68. package/dist/components/Card/Header/styles.css.js +1 -5
  69. package/dist/components/Card/Title/Title.js +1 -3
  70. package/dist/components/Card/Title/styles.css.js +1 -5
  71. package/dist/components/Card/index.js +1 -3
  72. package/dist/components/Card/styles.css.js +1 -5
  73. package/dist/components/Carousel/Arrows/Arrows.js +1 -3
  74. package/dist/components/Carousel/Arrows/styles.css.js +1 -5
  75. package/dist/components/Carousel/Carousel.js +1 -3
  76. package/dist/components/Carousel/Content/Content.js +1 -3
  77. package/dist/components/Carousel/Content/styles.css.js +1 -5
  78. package/dist/components/Carousel/Dots/Dots.js +1 -3
  79. package/dist/components/Carousel/Dots/styles.css.js +1 -5
  80. package/dist/components/Carousel/Item/Item.js +1 -3
  81. package/dist/components/Carousel/Item/styles.css.js +1 -4
  82. package/dist/components/Carousel/context.js +1 -3
  83. package/dist/components/Carousel/index.js +1 -3
  84. package/dist/components/Carousel/store.svelte.js +1 -2
  85. package/dist/components/Carousel/styles.css.js +1 -4
  86. package/dist/components/Checkbox/Checkbox.js +1 -3
  87. package/dist/components/Checkbox/styles.css.js +1 -5
  88. package/dist/components/CircularProgress/CircularProgress.js +1 -3
  89. package/dist/components/CircularProgress/styles.css.js +6 -12
  90. package/dist/components/ContentState/ContentState.js +3 -5
  91. package/dist/components/ContentState/styles.css.js +1 -4
  92. package/dist/components/DataGrid/Body/Body.js +2 -4
  93. package/dist/components/DataGrid/Body/styles.css.js +1 -4
  94. package/dist/components/DataGrid/Cell/Cell.js +2 -4
  95. package/dist/components/DataGrid/Cell/styles.css.js +1 -5
  96. package/dist/components/DataGrid/DataGrid.js +2 -5
  97. package/dist/components/DataGrid/Footer/Footer.js +1 -3
  98. package/dist/components/DataGrid/Footer/styles.css.js +1 -5
  99. package/dist/components/DataGrid/Header/Header.js +1 -3
  100. package/dist/components/DataGrid/Header/styles.css.js +1 -4
  101. package/dist/components/DataGrid/HeaderCell/HeaderCell.js +2 -4
  102. package/dist/components/DataGrid/HeaderCell/styles.css.js +1 -5
  103. package/dist/components/DataGrid/Row/Row.js +1 -3
  104. package/dist/components/DataGrid/Row/styles.css.js +1 -5
  105. package/dist/components/DataGrid/State/State.js +2 -4
  106. package/dist/components/DataGrid/State/styles.css.js +1 -4
  107. package/dist/components/DataGrid/styles.css.js +1 -5
  108. package/dist/components/DataGridSortHeader/DataGridSortHeader.js +3 -5
  109. package/dist/components/DataGridSortHeader/styles.css.js +7 -13
  110. package/dist/components/Dialog/Close/Close.js +1 -3
  111. package/dist/components/Dialog/Content/Content.js +1 -3
  112. package/dist/components/Dialog/Description/Description.js +1 -3
  113. package/dist/components/Dialog/Dialog.js +1 -3
  114. package/dist/components/Dialog/Footer/Footer.js +1 -3
  115. package/dist/components/Dialog/Header/Header.js +1 -3
  116. package/dist/components/Dialog/Overlay/Overlay.js +1 -3
  117. package/dist/components/Dialog/Portal/Portal.js +1 -3
  118. package/dist/components/Dialog/Title/Title.js +1 -3
  119. package/dist/components/Dialog/Trigger/Trigger.js +1 -3
  120. package/dist/components/Dialog/index.js +1 -3
  121. package/dist/components/Dialog/styles.css.js +1 -5
  122. package/dist/components/Drawer/Close/Close.js +1 -3
  123. package/dist/components/Drawer/Content/Content.js +1 -3
  124. package/dist/components/Drawer/Description/Description.js +1 -3
  125. package/dist/components/Drawer/Drawer.js +1 -3
  126. package/dist/components/Drawer/Footer/Footer.js +1 -3
  127. package/dist/components/Drawer/Header/Header.js +1 -3
  128. package/dist/components/Drawer/Overlay/Overlay.js +1 -3
  129. package/dist/components/Drawer/Portal/Portal.js +1 -3
  130. package/dist/components/Drawer/Title/Title.js +1 -3
  131. package/dist/components/Drawer/Trigger/Trigger.js +1 -3
  132. package/dist/components/Drawer/context.js +1 -3
  133. package/dist/components/Drawer/index.js +1 -3
  134. package/dist/components/Drawer/styles.css.js +1 -5
  135. package/dist/components/DropdownMenu/CheckboxGroup/CheckboxGroup.js +1 -3
  136. package/dist/components/DropdownMenu/CheckboxItem/CheckboxItem.js +2 -4
  137. package/dist/components/DropdownMenu/CheckboxItem/styles.css.js +1 -5
  138. package/dist/components/DropdownMenu/Content/Content.js +1 -3
  139. package/dist/components/DropdownMenu/Content/styles.css.js +1 -5
  140. package/dist/components/DropdownMenu/DropdownMenu.js +1 -3
  141. package/dist/components/DropdownMenu/Group/Group.js +1 -3
  142. package/dist/components/DropdownMenu/GroupHeading/GroupHeading.js +1 -3
  143. package/dist/components/DropdownMenu/GroupHeading/styles.css.js +1 -5
  144. package/dist/components/DropdownMenu/Item/Item.js +1 -3
  145. package/dist/components/DropdownMenu/Item/styles.css.js +1 -5
  146. package/dist/components/DropdownMenu/Label/Label.js +1 -3
  147. package/dist/components/DropdownMenu/Label/styles.css.js +1 -5
  148. package/dist/components/DropdownMenu/Portal/Portal.js +1 -3
  149. package/dist/components/DropdownMenu/RadioGroup/RadioGroup.js +1 -3
  150. package/dist/components/DropdownMenu/RadioItem/RadioItem.js +1 -3
  151. package/dist/components/DropdownMenu/RadioItem/styles.css.js +1 -5
  152. package/dist/components/DropdownMenu/Separator/Separator.js +1 -3
  153. package/dist/components/DropdownMenu/Separator/styles.css.js +1 -5
  154. package/dist/components/DropdownMenu/Shortcut/Shortcut.js +1 -3
  155. package/dist/components/DropdownMenu/Shortcut/styles.css.js +1 -5
  156. package/dist/components/DropdownMenu/Sub/Sub.js +1 -3
  157. package/dist/components/DropdownMenu/SubContent/SubContent.js +1 -3
  158. package/dist/components/DropdownMenu/SubContent/styles.css.js +1 -5
  159. package/dist/components/DropdownMenu/SubTrigger/SubTrigger.js +1 -3
  160. package/dist/components/DropdownMenu/SubTrigger/styles.css.js +1 -5
  161. package/dist/components/DropdownMenu/Trigger/Trigger.js +1 -3
  162. package/dist/components/DropdownMenu/index.js +1 -3
  163. package/dist/components/Empty/Content/Content.js +1 -3
  164. package/dist/components/Empty/Description/Description.js +1 -3
  165. package/dist/components/Empty/Empty.js +1 -3
  166. package/dist/components/Empty/Header/Header.js +1 -3
  167. package/dist/components/Empty/Media/Media.js +1 -3
  168. package/dist/components/Empty/Title/Title.js +1 -3
  169. package/dist/components/Empty/index.js +1 -3
  170. package/dist/components/Empty/styles.css.js +1 -5
  171. package/dist/components/Field/Content/Content.js +1 -3
  172. package/dist/components/Field/Content/styles.css.js +1 -5
  173. package/dist/components/Field/Description/Description.js +1 -3
  174. package/dist/components/Field/Description/styles.css.js +1 -5
  175. package/dist/components/Field/Field.js +1 -3
  176. package/dist/components/Field/FieldError/FieldError.js +1 -3
  177. package/dist/components/Field/FieldError/styles.css.js +1 -5
  178. package/dist/components/Field/FieldSet/FieldSet.js +1 -3
  179. package/dist/components/Field/FieldSet/styles.css.js +1 -5
  180. package/dist/components/Field/Group/Group.js +1 -3
  181. package/dist/components/Field/Group/styles.css.js +1 -5
  182. package/dist/components/Field/Label/Label.js +1 -3
  183. package/dist/components/Field/Label/styles.css.js +1 -5
  184. package/dist/components/Field/Legend/Legend.js +1 -3
  185. package/dist/components/Field/Legend/styles.css.js +1 -5
  186. package/dist/components/Field/Separator/Separator.js +1 -3
  187. package/dist/components/Field/Separator/styles.css.js +1 -5
  188. package/dist/components/Field/Title/Title.js +1 -3
  189. package/dist/components/Field/Title/styles.css.js +1 -5
  190. package/dist/components/Field/index.js +1 -3
  191. package/dist/components/Field/styles.css.js +1 -5
  192. package/dist/components/Input/Input.js +2 -4
  193. package/dist/components/Input/styles.css.js +1 -5
  194. package/dist/components/InputGroup/Addon/Addon.js +1 -3
  195. package/dist/components/InputGroup/Addon/styles.css.js +7 -13
  196. package/dist/components/InputGroup/Button/Button.js +1 -3
  197. package/dist/components/InputGroup/Button/styles.css.js +7 -13
  198. package/dist/components/InputGroup/Input/Input.js +1 -3
  199. package/dist/components/InputGroup/Input/styles.css.js +1 -5
  200. package/dist/components/InputGroup/InputGroup.js +1 -3
  201. package/dist/components/InputGroup/Text/Text.js +1 -3
  202. package/dist/components/InputGroup/Text/styles.css.js +1 -5
  203. package/dist/components/InputGroup/Textarea/Textarea.js +1 -3
  204. package/dist/components/InputGroup/Textarea/styles.css.js +1 -5
  205. package/dist/components/InputGroup/index.js +1 -3
  206. package/dist/components/InputGroup/styles.css.js +1 -5
  207. package/dist/components/Item/Actions/Actions.js +1 -3
  208. package/dist/components/Item/Content/Content.js +1 -3
  209. package/dist/components/Item/Description/Description.js +1 -3
  210. package/dist/components/Item/Footer/Footer.js +1 -3
  211. package/dist/components/Item/Group/Group.js +1 -3
  212. package/dist/components/Item/Header/Header.js +1 -3
  213. package/dist/components/Item/Item.js +2 -4
  214. package/dist/components/Item/Media/Media.js +1 -3
  215. package/dist/components/Item/Separator/Separator.js +1 -3
  216. package/dist/components/Item/Title/Title.js +1 -3
  217. package/dist/components/Item/index.js +1 -3
  218. package/dist/components/Item/styles.css.js +1 -5
  219. package/dist/components/Label/Label.js +1 -3
  220. package/dist/components/Label/styles.css.js +1 -5
  221. package/dist/components/Placeholder/Image/Image.js +1 -3
  222. package/dist/components/Placeholder/Image/styles.css.js +1 -5
  223. package/dist/components/Placeholder/Placeholder.js +1 -3
  224. package/dist/components/Placeholder/constants.js +1 -2
  225. package/dist/components/Placeholder/styles.css.js +1 -5
  226. package/dist/components/Popover/Close/PopoverClose.js +1 -3
  227. package/dist/components/Popover/Content/PopoverContent.js +1 -3
  228. package/dist/components/Popover/Popover.js +1 -3
  229. package/dist/components/Popover/Portal/PopoverPortal.js +1 -3
  230. package/dist/components/Popover/Trigger/PopoverTrigger.js +1 -3
  231. package/dist/components/Popover/index.js +1 -3
  232. package/dist/components/Popover/styles.css.js +1 -5
  233. package/dist/components/RangeInput/RangeInput.js +1 -3
  234. package/dist/components/RangeInput/styles.css.js +1 -5
  235. package/dist/components/RangeInput/utils.js +1 -2
  236. package/dist/components/ScalableContainer/ScalableContainer.js +1 -3
  237. package/dist/components/ScalableContainer/store.svelte.js +1 -2
  238. package/dist/components/ScalableContainer/styles.css.js +1 -5
  239. package/dist/components/Select/Content/Content.js +1 -3
  240. package/dist/components/Select/Content/styles.css.js +1 -5
  241. package/dist/components/Select/Group/Group.js +1 -3
  242. package/dist/components/Select/GroupHeading/GroupHeading.js +1 -3
  243. package/dist/components/Select/GroupHeading/styles.css.js +1 -5
  244. package/dist/components/Select/Item/Item.js +2 -4
  245. package/dist/components/Select/Item/styles.css.js +1 -5
  246. package/dist/components/Select/Label/Label.js +1 -3
  247. package/dist/components/Select/Label/styles.css.js +1 -5
  248. package/dist/components/Select/Portal/Portal.js +1 -3
  249. package/dist/components/Select/ScrollDownButton/ScrollDownButton.js +1 -3
  250. package/dist/components/Select/ScrollDownButton/styles.css.js +1 -5
  251. package/dist/components/Select/ScrollUpButton/ScrollUpButton.js +1 -3
  252. package/dist/components/Select/ScrollUpButton/styles.css.js +1 -5
  253. package/dist/components/Select/Select.js +1 -3
  254. package/dist/components/Select/Separator/Separator.js +1 -3
  255. package/dist/components/Select/Separator/styles.css.js +1 -5
  256. package/dist/components/Select/Trigger/Trigger.js +1 -3
  257. package/dist/components/Select/Trigger/styles.css.js +1 -5
  258. package/dist/components/Select/index.js +1 -3
  259. package/dist/components/Separator/Separator.js +1 -3
  260. package/dist/components/Separator/styles.css.js +1 -5
  261. package/dist/components/Slider/Slider.js +1 -3
  262. package/dist/components/Slider/styles.css.js +1 -5
  263. package/dist/components/SliderInput/SliderInput.js +1 -3
  264. package/dist/components/SliderInput/styles.css.js +1 -5
  265. package/dist/components/SliderInput/utils.js +1 -2
  266. package/dist/components/Spinner/Spinner.js +1 -3
  267. package/dist/components/Spinner/styles.css.js +6 -12
  268. package/dist/components/Tabs/Content/Content.js +1 -3
  269. package/dist/components/Tabs/List/List.js +1 -3
  270. package/dist/components/Tabs/Tabs.js +1 -3
  271. package/dist/components/Tabs/Trigger/Trigger.js +1 -3
  272. package/dist/components/Tabs/index.js +1 -3
  273. package/dist/components/Tabs/styles.css.js +1 -5
  274. package/dist/components/Tooltip/Content/Content.js +1 -3
  275. package/dist/components/Tooltip/Content/styles.css.js +1 -5
  276. package/dist/components/Tooltip/Portal/Portal.js +1 -3
  277. package/dist/components/Tooltip/Provider/Provider.js +1 -3
  278. package/dist/components/Tooltip/Tooltip.js +2 -4
  279. package/dist/components/Tooltip/Trigger/Trigger.js +1 -3
  280. package/dist/components/Typography/Typography.js +1 -3
  281. package/dist/components/Typography/styles.css.js +1 -5
  282. package/dist/components/index.js +1 -2
  283. package/dist/theme.js +1 -4
  284. package/dist/utils.js +1 -3
  285. package/package.json +18 -17
  286. package/dist/assets/src/components/Accordion/Content/styles.css.ts.vanilla-CRgv-0Oa.css +0 -30
  287. package/dist/assets/src/components/Accordion/Trigger/styles.css.ts.vanilla-Cy15wtKZ.css +0 -39
  288. package/dist/assets/src/components/Alert/Description/styles.css.ts.vanilla-aIFKt78Y.css +0 -11
  289. package/dist/assets/src/components/Alert/Title/styles.css.ts.vanilla-BaybB7G2.css +0 -9
  290. package/dist/assets/src/components/Alert/styles.css.ts.vanilla-iD1pgdZ8.css +0 -46
  291. package/dist/assets/src/components/Badge/styles.css.ts.vanilla-Bjel8_Kw.css +0 -55
  292. package/dist/assets/src/components/Button/styles.css.ts.vanilla-Ct9mSifU.css +0 -208
  293. package/dist/assets/src/components/ButtonGroup/Separator/styles.css.ts.vanilla-EvTZBBDg.css +0 -9
  294. package/dist/assets/src/components/ButtonGroup/Text/styles.css.ts.vanilla-IWUf3WT6.css +0 -20
  295. package/dist/assets/src/components/ButtonGroup/styles.css.ts.vanilla-C1HKTlBo.css +0 -48
  296. package/dist/assets/src/components/Calendar/Cell/styles.css.ts.vanilla-Cbks2GU9.css +0 -19
  297. package/dist/assets/src/components/Calendar/Day/styles.css.ts.vanilla-CfL5V7LV.css +0 -46
  298. package/dist/assets/src/components/Calendar/Grid/styles.css.ts.vanilla-CoC90GwV.css +0 -8
  299. package/dist/assets/src/components/Calendar/GridRow/styles.css.ts.vanilla-U6mvCZYf.css +0 -4
  300. package/dist/assets/src/components/Calendar/HeadCell/styles.css.ts.vanilla-uZVFT3sf.css +0 -7
  301. package/dist/assets/src/components/Calendar/Header/styles.css.ts.vanilla-HzvDukx2.css +0 -10
  302. package/dist/assets/src/components/Calendar/MonthSelect/styles.css.ts.vanilla-CAhi6mgx.css +0 -35
  303. package/dist/assets/src/components/Calendar/Months/styles.css.ts.vanilla-D8F5R8Jq.css +0 -11
  304. package/dist/assets/src/components/Calendar/Nav/styles.css.ts.vanilla-hgUZ58vD.css +0 -11
  305. package/dist/assets/src/components/Calendar/NextButton/styles.css.ts.vanilla-Cuf73VQC.css +0 -13
  306. package/dist/assets/src/components/Calendar/PrevButton/styles.css.ts.vanilla-CesYCmjG.css +0 -13
  307. package/dist/assets/src/components/Calendar/YearSelect/styles.css.ts.vanilla-BMmaovdo.css +0 -35
  308. package/dist/assets/src/components/Calendar/styles.css.ts.vanilla-CkQD0ryE.css +0 -19
  309. package/dist/assets/src/components/Card/Action/styles.css.ts.vanilla-BzUjqk_g.css +0 -7
  310. package/dist/assets/src/components/Card/Content/styles.css.ts.vanilla-BDTd_O_q.css +0 -4
  311. package/dist/assets/src/components/Card/Description/styles.css.ts.vanilla-DkrZCqiD.css +0 -4
  312. package/dist/assets/src/components/Card/Footer/styles.css.ts.vanilla-BsuS8s-a.css +0 -9
  313. package/dist/assets/src/components/Card/Header/styles.css.ts.vanilla-Ck0IW2si.css +0 -18
  314. package/dist/assets/src/components/Card/Title/styles.css.ts.vanilla-CrIgH8US.css +0 -5
  315. package/dist/assets/src/components/Card/styles.css.ts.vanilla-C1gWeVmb.css +0 -11
  316. package/dist/assets/src/components/Carousel/Arrows/styles.css.ts.vanilla-CFc3t0Nn.css +0 -58
  317. package/dist/assets/src/components/Carousel/Content/styles.css.ts.vanilla-C9hep06R.css +0 -30
  318. package/dist/assets/src/components/Carousel/Dots/styles.css.ts.vanilla-GOQJy88x.css +0 -56
  319. package/dist/assets/src/components/Carousel/Item/styles.css.ts.vanilla-DH1QYb6c.css +0 -14
  320. package/dist/assets/src/components/Carousel/styles.css.ts.vanilla-Dy8E8h1L.css +0 -3
  321. package/dist/assets/src/components/Checkbox/styles.css.ts.vanilla-BKlsXQk6.css +0 -62
  322. package/dist/assets/src/components/CircularProgress/styles.css.ts.vanilla-HSziDJBb.css +0 -58
  323. package/dist/assets/src/components/ContentState/styles.css.ts.vanilla-DxRTguX7.css +0 -8
  324. package/dist/assets/src/components/DataGrid/Body/styles.css.ts.vanilla-DW-VMEZn.css +0 -7
  325. package/dist/assets/src/components/DataGrid/Cell/styles.css.ts.vanilla-BxWJsext.css +0 -11
  326. package/dist/assets/src/components/DataGrid/Footer/styles.css.ts.vanilla-B6yhzE26.css +0 -16
  327. package/dist/assets/src/components/DataGrid/Header/styles.css.ts.vanilla-B6cv8XDg.css +0 -5
  328. package/dist/assets/src/components/DataGrid/HeaderCell/styles.css.ts.vanilla-dV_weZXd.css +0 -9
  329. package/dist/assets/src/components/DataGrid/Row/styles.css.ts.vanilla-CKwydkes.css +0 -13
  330. package/dist/assets/src/components/DataGrid/State/styles.css.ts.vanilla-Cfm5Y8YC.css +0 -11
  331. package/dist/assets/src/components/DataGrid/styles.css.ts.vanilla-e28yFL_V.css +0 -35
  332. package/dist/assets/src/components/DataGridSortHeader/styles.css.ts.vanilla-DDAuz1H0.css +0 -32
  333. package/dist/assets/src/components/Dialog/styles.css.ts.vanilla-Bkz7TIeD.css +0 -142
  334. package/dist/assets/src/components/Drawer/styles.css.ts.vanilla-cJ-WZT2j.css +0 -130
  335. package/dist/assets/src/components/DropdownMenu/CheckboxItem/styles.css.ts.vanilla-Dl0yxRWI.css +0 -42
  336. package/dist/assets/src/components/DropdownMenu/Content/styles.css.ts.vanilla-r7oF9Kc9.css +0 -97
  337. package/dist/assets/src/components/DropdownMenu/GroupHeading/styles.css.ts.vanilla-iAFIxJU_.css +0 -11
  338. package/dist/assets/src/components/DropdownMenu/Item/styles.css.ts.vanilla-CmdyolmW.css +0 -31
  339. package/dist/assets/src/components/DropdownMenu/Label/styles.css.ts.vanilla-B2rB2ShR.css +0 -12
  340. package/dist/assets/src/components/DropdownMenu/RadioItem/styles.css.ts.vanilla-B0rQ4UF6.css +0 -39
  341. package/dist/assets/src/components/DropdownMenu/Separator/styles.css.ts.vanilla-DYvNTpF0.css +0 -8
  342. package/dist/assets/src/components/DropdownMenu/Shortcut/styles.css.ts.vanilla-D3fXpLgb.css +0 -6
  343. package/dist/assets/src/components/DropdownMenu/SubContent/styles.css.ts.vanilla-WDOSQgkQ.css +0 -97
  344. package/dist/assets/src/components/DropdownMenu/SubTrigger/styles.css.ts.vanilla-DXkXt8DK.css +0 -36
  345. package/dist/assets/src/components/Empty/styles.css.ts.vanilla-YAGWQaIZ.css +0 -84
  346. package/dist/assets/src/components/Field/Content/styles.css.ts.vanilla-Cl5QFTz5.css +0 -7
  347. package/dist/assets/src/components/Field/Description/styles.css.ts.vanilla-BMtEi35G.css +0 -25
  348. package/dist/assets/src/components/Field/FieldError/styles.css.ts.vanilla-DJjGKV20.css +0 -15
  349. package/dist/assets/src/components/Field/FieldSet/styles.css.ts.vanilla-Bp8cZwZK.css +0 -10
  350. package/dist/assets/src/components/Field/Group/styles.css.ts.vanilla-DmOIH8vN.css +0 -14
  351. package/dist/assets/src/components/Field/Label/styles.css.ts.vanilla-Dg5c3RRL.css +0 -30
  352. package/dist/assets/src/components/Field/Legend/styles.css.ts.vanilla-Z0EOdgnf.css +0 -10
  353. package/dist/assets/src/components/Field/Separator/styles.css.ts.vanilla-DdVu6Yid.css +0 -23
  354. package/dist/assets/src/components/Field/Title/styles.css.ts.vanilla-ClIiAxyc.css +0 -12
  355. package/dist/assets/src/components/Field/styles.css.ts.vanilla-pJeVGP3o.css +0 -60
  356. package/dist/assets/src/components/Input/styles.css.ts.vanilla-OTgWCLQT.css +0 -97
  357. package/dist/assets/src/components/InputGroup/Addon/styles.css.ts.vanilla-BZlnHdwv.css +0 -55
  358. package/dist/assets/src/components/InputGroup/Button/styles.css.ts.vanilla-CyEiw7bW.css +0 -37
  359. package/dist/assets/src/components/InputGroup/Input/styles.css.ts.vanilla-Dkc417RX.css +0 -27
  360. package/dist/assets/src/components/InputGroup/Text/styles.css.ts.vanilla-Bu6aVU98.css +0 -14
  361. package/dist/assets/src/components/InputGroup/Textarea/styles.css.ts.vanilla-DIqtGbwz.css +0 -28
  362. package/dist/assets/src/components/InputGroup/styles.css.ts.vanilla-DNARUupj.css +0 -63
  363. package/dist/assets/src/components/Item/styles.css.ts.vanilla-CvQd4vT5.css +0 -125
  364. package/dist/assets/src/components/Label/styles.css.ts.vanilla-QYh88Z8m.css +0 -21
  365. package/dist/assets/src/components/Placeholder/Image/styles.css.ts.vanilla-BTheqLgl.css +0 -20
  366. package/dist/assets/src/components/Placeholder/styles.css.ts.vanilla-D0kFn6PA.css +0 -42
  367. package/dist/assets/src/components/Popover/styles.css.ts.vanilla-Bx7MQlFx.css +0 -44
  368. package/dist/assets/src/components/RangeInput/styles.css.ts.vanilla-YtyEUyN4.css +0 -64
  369. package/dist/assets/src/components/ScalableContainer/styles.css.ts.vanilla-DW9CH1mT.css +0 -51
  370. package/dist/assets/src/components/Select/Content/styles.css.ts.vanilla-D599WG_l.css +0 -63
  371. package/dist/assets/src/components/Select/GroupHeading/styles.css.ts.vanilla-DUgk9xF8.css +0 -8
  372. package/dist/assets/src/components/Select/Item/styles.css.ts.vanilla-DNSfggBD.css +0 -45
  373. package/dist/assets/src/components/Select/Label/styles.css.ts.vanilla-BdQq5WOs.css +0 -8
  374. package/dist/assets/src/components/Select/ScrollDownButton/styles.css.ts.vanilla-7S9gQjlF.css +0 -8
  375. package/dist/assets/src/components/Select/ScrollUpButton/styles.css.ts.vanilla-DLYWl4UM.css +0 -12
  376. package/dist/assets/src/components/Select/Separator/styles.css.ts.vanilla-DikOvXhH.css +0 -9
  377. package/dist/assets/src/components/Select/Trigger/styles.css.ts.vanilla-BCDIWDu9.css +0 -63
  378. package/dist/assets/src/components/Separator/styles.css.ts.vanilla-KsA3TZd5.css +0 -12
  379. package/dist/assets/src/components/Slider/styles.css.ts.vanilla-BwosySl4.css +0 -85
  380. package/dist/assets/src/components/SliderInput/styles.css.ts.vanilla-D5Ijdd1P.css +0 -66
  381. package/dist/assets/src/components/Spinner/styles.css.ts.vanilla-DRCCYbMQ.css +0 -24
  382. package/dist/assets/src/components/Tabs/styles.css.ts.vanilla-CZnsdQXL.css +0 -62
  383. package/dist/assets/src/components/Tooltip/Content/styles.css.ts.vanilla-TIsrH3sQ.css +0 -135
  384. package/dist/assets/src/components/Typography/styles.css.ts.vanilla-RejbDOhi.css +0 -145
  385. package/dist/assets/src/theme.css.ts.vanilla-DlH7Hr_5.css +0 -64
  386. package/dist/components/DataGrid/constants.js +0 -5
@@ -0,0 +1,3630 @@
1
+ :root {
2
+ --colors-primary: oklch(0.27 0.00 0);
3
+ --colors-secondary: oklch(0.45 0.03 257);
4
+ --colors-border: oklch(0.92 0.00 0);
5
+ --colors-error: oklch(0.64 0.21 25);
6
+ --colors-success: oklch(0.63 0.17 149);
7
+ --colors-warning: oklch(0.80 0.16 86);
8
+ --colors-info: oklch(0.6 0.19 250);
9
+ --colors-background-tooltip: oklch(0.37 0.00 0);
10
+ --colors-background-paper: #FFFFFF;
11
+ --colors-background-element: oklch(0.97 0.00 265);
12
+ --colors-background-elementHover: oklch(0.96 0 0);
13
+ --colors-background-sidebar: oklch(0.9851 0 0);
14
+ --colors-foreground-primary: oklch(0.98 0.003 264);
15
+ --colors-foreground-secondary: oklch(0.18 0.02 264);
16
+ --colors-text-primary: oklch(0.21 0.03 265);
17
+ --colors-text-secondary: oklch(0.37 0.03 260);
18
+ --colors-text-disabled: oklch(0.55 0.02 264);
19
+ --colors-text-hint: oklch(0.71 0.02 261);
20
+ --spacing-1: 0.25rem;
21
+ --spacing-2: 0.5rem;
22
+ --spacing-3: 0.75rem;
23
+ --spacing-4: 1rem;
24
+ --spacing-5: 1.25rem;
25
+ --spacing-6: 1.5rem;
26
+ --spacing-7: 1.75rem;
27
+ --spacing-8: 2rem;
28
+ --spacing-9: 2.25rem;
29
+ --spacing-10: 2.5rem;
30
+ --spacing-12: 3rem;
31
+ --spacing-16: 4rem;
32
+ --spacing-20: 5rem;
33
+ --shadow-1: 0 1px 2px rgba(0, 0, 0, 0.05);
34
+ --shadow-2: 0 1px 2px 0px rgba(0, 0, 0, 0.05);
35
+ --shadow-3: 0 1px 3px 0px rgba(0, 0, 0, 0.1), 0 1px 2px 0px rgba(0, 0, 0, 0.06);
36
+ --shadow-4: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
37
+ --shadow-5: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
38
+ --elevation-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba #00000024 (0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
39
+ --elevation-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
40
+ --elevation-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
41
+ --elevation-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
42
+ --elevation-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
43
+ --fontSize-xs: 0.75rem;
44
+ --fontSize-sm: 0.875rem;
45
+ --fontSize-base: 1rem;
46
+ --fontSize-lg: 1.125rem;
47
+ --fontSize-xl: 1.25rem;
48
+ --fontSize-2xl: 1.5rem;
49
+ --fontSize-3xl: 1.875rem;
50
+ --fontSize-4xl: 2.25rem;
51
+ --fontWeight-normal: 400;
52
+ --fontWeight-medium: 500;
53
+ --fontWeight-semibold: 600;
54
+ --fontWeight-bold: 700;
55
+ --lineHeight-none: 1;
56
+ --lineHeight-tight: 1.25;
57
+ --lineHeight-snug: 1.375;
58
+ --lineHeight-normal: 1.5;
59
+ --lineHeight-relaxed: 1.625;
60
+ --lineHeight-loose: 2;
61
+ --radius-small: 0.375rem;
62
+ --radius-medium: 0.5rem;
63
+ --radius-large: 1rem;
64
+ }
65
+ *, *::before, *::after {
66
+ box-sizing: border-box;
67
+ }
68
+ body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
69
+ margin: 0;
70
+ }
71
+ ul[role="list"], ol[role="list"] {
72
+ padding: 0;
73
+ }
74
+ ul, ol {
75
+ list-style: none;
76
+ margin: 0;
77
+ padding: 0;
78
+ }
79
+ li {
80
+ padding: 0;
81
+ margin: 0;
82
+ list-style-type: none;
83
+ }
84
+ body {
85
+ line-height: 1.5;
86
+ font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
87
+ -webkit-font-smoothing: antialiased;
88
+ color: var(--colors-text-primary);
89
+ background-color: var(--colors-background-paper);
90
+ }
91
+ h1, h2, h3, h4, h5, h6 {
92
+ font-size: inherit;
93
+ font-weight: inherit;
94
+ }
95
+ button, input, textarea, select {
96
+ font: inherit;
97
+ color: inherit;
98
+ background: none;
99
+ border: none;
100
+ padding: 0;
101
+ margin: 0;
102
+ outline: none;
103
+ }
104
+ button {
105
+ cursor: pointer;
106
+ }
107
+ a {
108
+ text-decoration: none;
109
+ color: inherit;
110
+ }
111
+ img, picture, video, canvas {
112
+ display: block;
113
+ max-width: 100%;
114
+ height: auto;
115
+ }
116
+ *::-webkit-scrollbar {
117
+ width: 6px;
118
+ height: 6px;
119
+ }
120
+ *::-webkit-scrollbar-track {
121
+ background-color: transparent;
122
+ }
123
+ *::-webkit-scrollbar-thumb {
124
+ background-color: color-mix(in oklch, var(--colors-primary) 60%, transparent);
125
+ border-radius: var(--radius-small);
126
+ width: 6px;
127
+ height: 6px;
128
+ }
129
+ @media (prefers-reduced-motion: reduce) {
130
+ *, *::before, *::after {
131
+ animation-duration: 0.01ms !important;
132
+ animation-iteration-count: 1 !important;
133
+ transition-duration: 0.01ms !important;
134
+ scroll-behavior: auto;
135
+ }
136
+ }
137
+ @keyframes styles_accordionUp__14zrieq0 {
138
+ 0% {
139
+ height: var(--bits-accordion-content-height);
140
+ }
141
+ 100% {
142
+ height: 0;
143
+ }
144
+ }
145
+ @keyframes styles_accordionDown__14zrieq1 {
146
+ from {
147
+ height: 0;
148
+ }
149
+ to {
150
+ height: var(--bits-accordion-content-height);
151
+ }
152
+ }
153
+ .styles_content__14zrieq2 {
154
+ overflow: hidden;
155
+ padding-inline: var(--spacing-2);
156
+ }
157
+ .styles_content__14zrieq2[data-state=closed] {
158
+ animation: styles_accordionUp__14zrieq0 0.2s ease-out;
159
+ }
160
+ .styles_content__14zrieq2[data-state=open] {
161
+ animation: styles_accordionDown__14zrieq1 0.2s ease-out;
162
+ }
163
+ .styles_inner__14zrieq3 {
164
+ padding-top: 0;
165
+ padding-bottom: var(--spacing-4);
166
+ }
167
+ .styles_header__11d5qg50 {
168
+ display: flex;
169
+ }
170
+ .styles_trigger__11d5qg51 {
171
+ display: flex;
172
+ flex: 1;
173
+ align-items: center;
174
+ justify-content: space-between;
175
+ gap: var(--spacing-4);
176
+ padding: var(--spacing-2);
177
+ border-radius: var(--radius-small);
178
+ text-align: start;
179
+ transition-property: all;
180
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
181
+ transition-duration: 150ms;
182
+ outline: 2px solid transparent;
183
+ outline-offset: 2px;
184
+ }
185
+ .styles_trigger__11d5qg51:focus-visible {
186
+ box-shadow: 0 0 0 3px var(--colors-info);
187
+ border-color: var(--colors-info);
188
+ }
189
+ .styles_trigger__11d5qg51[disabled] {
190
+ pointer-events: none;
191
+ opacity: 0.5;
192
+ }
193
+ .styles_trigger__11d5qg51[data-state=open] > svg {
194
+ transform: rotate(180deg);
195
+ }
196
+ .styles_icon__11d5qg52 {
197
+ color: var(--colors-text-secondary);
198
+ pointer-events: none;
199
+ width: var(--spacing-4);
200
+ height: var(--spacing-4);
201
+ flex-shrink: 0;
202
+ transform: translateY(0.125rem);
203
+ transition-property: transform;
204
+ transition-duration: 200ms;
205
+ }
206
+ .styles_description__1j59szw0 {
207
+ grid-area: description;
208
+ display: grid;
209
+ justify-items: start;
210
+ gap: var(--spacing-1);
211
+ font-size: var(--fontSize-sm);
212
+ opacity: 0.8;
213
+ }
214
+ .styles_description__1j59szw0 p {
215
+ line-height: var(--lineHeight-relaxed);
216
+ }
217
+ .styles_alertBase__vk70iv0 {
218
+ position: relative;
219
+ display: grid;
220
+ grid-template-columns: auto 1fr;
221
+ grid-template-rows: auto auto;
222
+ grid-template-areas:
223
+ "icon title"
224
+ "description description"
225
+ ;
226
+ align-items: center;
227
+ gap: var(--spacing-1) var(--spacing-2);
228
+ border-radius: var(--radius-large);
229
+ border: 1px solid var(--colors-border);
230
+ padding: var(--spacing-3) var(--spacing-4);
231
+ font-size: var(--fontSize-sm);
232
+ }
233
+ .styles_alertBase__vk70iv0 > svg {
234
+ width: 1rem;
235
+ height: 1rem;
236
+ color: currentColor;
237
+ }
238
+ .styles_alertVariants_default__vk70iv1 {
239
+ background-color: var(--colors-background-paper);
240
+ color: var(--colors-text-primary);
241
+ border-color: var(--colors-border);
242
+ }
243
+ .styles_alertVariants_error__vk70iv2 {
244
+ color: var(--colors-error);
245
+ background-color: var(--colors-background-paper);
246
+ border-color: var(--colors-error);
247
+ }
248
+ .styles_alertVariants_info__vk70iv3 {
249
+ color: var(--colors-info);
250
+ background-color: var(--colors-background-paper);
251
+ border-color: var(--colors-info);
252
+ }
253
+ .styles_alertVariants_success__vk70iv4 {
254
+ color: var(--colors-success);
255
+ background-color: var(--colors-background-paper);
256
+ border-color: var(--colors-success);
257
+ }
258
+ .styles_alertVariants_warning__vk70iv5 {
259
+ color: var(--colors-warning);
260
+ background-color: var(--colors-background-paper);
261
+ border-color: var(--colors-warning);
262
+ }
263
+ .styles_title__1wq1fea0 {
264
+ grid-area: title;
265
+ text-overflow: ellipsis;
266
+ white-space: nowrap;
267
+ overflow: hidden;
268
+ min-height: 1rem;
269
+ font-weight: var(--fontWeight-medium);
270
+ letter-spacing: -0.02em;
271
+ }
272
+ .styles_badge__l5k2ok0 {
273
+ display: inline-flex;
274
+ width: fit-content;
275
+ flex-shrink: 0;
276
+ align-items: center;
277
+ justify-content: center;
278
+ gap: var(--spacing-1);
279
+ overflow: hidden;
280
+ border-radius: 9999px;
281
+ border: 1px solid transparent;
282
+ padding: 2px var(--spacing-2);
283
+ font-size: var(--fontSize-xs);
284
+ font-weight: var(--fontWeight-medium);
285
+ white-space: nowrap;
286
+ transition: color 0.2s, background-color 0.2s, box-shadow 0.2s;
287
+ text-decoration: none;
288
+ outline: none;
289
+ }
290
+ .styles_badge__l5k2ok0:focus-visible {
291
+ box-shadow: 0 0 0 2px var(--colors-background-paper), 0 0 0 4px var(--colors-primary);
292
+ }
293
+ .styles_badge__l5k2ok0 > svg {
294
+ pointer-events: none;
295
+ width: var(--spacing-3);
296
+ height: var(--spacing-3);
297
+ }
298
+ .styles_badgeVariants_default__l5k2ok1 {
299
+ background-color: var(--colors-primary);
300
+ color: var(--colors-foreground-primary);
301
+ }
302
+ .styles_badgeVariants_default__l5k2ok1[href]:hover {
303
+ background-color: color-mix(in oklch, var(--colors-primary) 90%, transparent);
304
+ }
305
+ .styles_badgeVariants_secondary__l5k2ok2 {
306
+ background-color: var(--colors-secondary);
307
+ color: var(--colors-foreground-secondary);
308
+ }
309
+ .styles_badgeVariants_secondary__l5k2ok2[href]:hover {
310
+ background-color: color-mix(in oklch, var(--colors-secondary) 90%, transparent);
311
+ }
312
+ .styles_badgeVariants_destructive__l5k2ok3 {
313
+ background-color: var(--colors-error);
314
+ color: var(--colors-foreground-primary);
315
+ }
316
+ .styles_badgeVariants_destructive__l5k2ok3[href]:hover {
317
+ background-color: color-mix(in oklch, var(--colors-error) 90%, transparent);
318
+ }
319
+ .styles_badgeVariants_outline__l5k2ok4 {
320
+ background-color: transparent;
321
+ color: var(--colors-text-primary);
322
+ border: 1px solid var(--colors-border);
323
+ }
324
+ .styles_badgeVariants_outline__l5k2ok4[href]:hover {
325
+ background-color: var(--colors-background-elementHover);
326
+ }
327
+ @keyframes styles_spin__16himha1 {
328
+ 0% {
329
+ transform: rotate(0deg);
330
+ }
331
+ 100% {
332
+ transform: rotate(360deg);
333
+ }
334
+ }
335
+ .styles_buttonBase__16himha0 {
336
+ display: inline-flex;
337
+ justify-content: center;
338
+ align-items: center;
339
+ white-space: nowrap;
340
+ border-radius: var(--radius-medium);
341
+ border-width: 0;
342
+ font-size: inherit;
343
+ font-family: inherit;
344
+ font-weight: var(--fontWeight-medium);
345
+ transition: background-color 0.2s;
346
+ cursor: pointer;
347
+ line-height: 100%;
348
+ position: relative;
349
+ }
350
+ .styles_buttonBase__16himha0:disabled {
351
+ pointer-events: none;
352
+ opacity: 0.6;
353
+ }
354
+ .styles_buttonBase__16himha0:focus-visible {
355
+ outline: 2px solid transparent;
356
+ outline-offset: 2px;
357
+ box-shadow: var(--elevation-1);
358
+ }
359
+ .styles_loading__16himha2 {
360
+ pointer-events: none;
361
+ opacity: 0.6;
362
+ }
363
+ .styles_loading__16himha2::after {
364
+ content: "";
365
+ position: absolute;
366
+ display: inline-block;
367
+ box-sizing: border-box;
368
+ width: 18px;
369
+ height: 18px;
370
+ border-radius: 50%;
371
+ border-width: 2px;
372
+ border-style: solid;
373
+ border-bottom-color: transparent;
374
+ animation: styles_spin__16himha1 1s linear infinite;
375
+ z-index: 2;
376
+ }
377
+ .styles_loading__16himha2:before {
378
+ content: "";
379
+ position: absolute;
380
+ top: 0;
381
+ left: 0;
382
+ width: 100%;
383
+ height: 100%;
384
+ border-radius: inherit;
385
+ background-color: inherit;
386
+ z-index: 1;
387
+ }
388
+ .styles_fullWidth__16himha3 {
389
+ width: 100%;
390
+ }
391
+ .styles_buttonVariants_default__16himha4 {
392
+ background-color: var(--colors-primary);
393
+ color: var(--colors-foreground-primary);
394
+ }
395
+ .styles_buttonVariants_default__16himha4:hover {
396
+ background-color: color-mix(in oklch, var(--colors-primary) 85%, transparent);
397
+ }
398
+ .styles_buttonVariants_destructive__16himha5 {
399
+ background-color: var(--colors-error);
400
+ color: var(--colors-foreground-primary);
401
+ }
402
+ .styles_buttonVariants_destructive__16himha5:hover {
403
+ background-color: color-mix(in oklch, var(--colors-error) 85%, transparent);
404
+ }
405
+ .styles_buttonVariants_outline__16himha6 {
406
+ border: 1px solid var(--colors-border);
407
+ background-color: var(--colors-background-paper);
408
+ color: var(--colors-text-primary);
409
+ }
410
+ .styles_buttonVariants_outline__16himha6:hover {
411
+ background-color: var(--colors-background-elementHover);
412
+ }
413
+ .styles_buttonVariants_ghost__16himha7 {
414
+ background-color: transparent;
415
+ color: var(--colors-text-primary);
416
+ }
417
+ .styles_buttonVariants_ghost__16himha7:hover {
418
+ background-color: var(--colors-background-elementHover);
419
+ }
420
+ .styles_buttonVariants_ghost__16himha7.styles_loading__16himha2 {
421
+ background-color: var(--colors-background-elementHover);
422
+ }
423
+ .styles_buttonVariants_link__16himha8 {
424
+ background-color: transparent;
425
+ color: var(--colors-primary);
426
+ text-underline-offset: 4px;
427
+ }
428
+ .styles_buttonVariants_link__16himha8:hover {
429
+ text-decoration-line: underline;
430
+ }
431
+ .styles_buttonSizes_small__16himha9 {
432
+ height: var(--spacing-7);
433
+ padding: var(--spacing-1) var(--spacing-2);
434
+ border-radius: var(--radius-small);
435
+ font-size: var(--fontSize-xs);
436
+ }
437
+ .styles_buttonSizes_medium__16himhaa {
438
+ height: var(--spacing-9);
439
+ padding: var(--spacing-2) var(--spacing-3);
440
+ font-size: var(--fontSize-base);
441
+ }
442
+ .styles_buttonSizes_large__16himhab {
443
+ height: var(--spacing-10);
444
+ padding: var(--spacing-3) var(--spacing-4);
445
+ font-size: var(--fontSize-lg);
446
+ }
447
+ .styles_buttonSizes_icon__16himhac {
448
+ height: var(--spacing-9);
449
+ width: var(--spacing-9);
450
+ }
451
+ .styles_buttonSizes_iconSmall__16himhad {
452
+ height: var(--spacing-7);
453
+ width: var(--spacing-7);
454
+ }
455
+ .styles_buttonSizes_icon__16himhac svg {
456
+ width: var(--spacing-6);
457
+ height: var(--spacing-6);
458
+ }
459
+ .styles_buttonSizes_iconSmall__16himhad svg {
460
+ width: var(--spacing-4);
461
+ height: var(--spacing-4);
462
+ }
463
+ .styles_container__zn4w4x0 {
464
+ display: flex;
465
+ width: fit-content;
466
+ align-items: stretch;
467
+ }
468
+ .styles_container__zn4w4x0:has(> [data-slot=button-group]) {
469
+ gap: var(--spacing-2);
470
+ }
471
+ .styles_orientation_horizontal__zn4w4x1 {
472
+ flex-direction: row;
473
+ }
474
+ .styles_orientation_vertical__zn4w4x2 {
475
+ flex-direction: column;
476
+ }
477
+ .styles_container__zn4w4x0 > * {
478
+ position: relative;
479
+ }
480
+ .styles_container__zn4w4x0 > *:focus-visible {
481
+ z-index: 10;
482
+ }
483
+ .styles_orientation_horizontal__zn4w4x1 > *:not(:first-child) {
484
+ border-top-left-radius: 0;
485
+ border-bottom-left-radius: 0;
486
+ border-left-width: 0;
487
+ }
488
+ .styles_orientation_horizontal__zn4w4x1 > *:not(:last-child) {
489
+ border-top-right-radius: 0;
490
+ border-bottom-right-radius: 0;
491
+ }
492
+ .styles_orientation_vertical__zn4w4x2 > *:not(:first-child) {
493
+ border-top-left-radius: 0;
494
+ border-top-right-radius: 0;
495
+ border-top-width: 0;
496
+ }
497
+ .styles_orientation_vertical__zn4w4x2 > *:not(:last-child) {
498
+ border-bottom-left-radius: 0;
499
+ border-bottom-right-radius: 0;
500
+ }
501
+ .styles_container__zn4w4x0 {
502
+ width: fit-content;
503
+ }
504
+ .styles_container__zn4w4x0 > input {
505
+ flex: 1;
506
+ }
507
+ .styles_orientation_horizontal__zn4w4x1:has(> select[aria-hidden=true]:last-child) > [data-slot=select-trigger]:last-of-type {
508
+ border-top-right-radius: var(--radius-medium);
509
+ border-bottom-right-radius: var(--radius-medium);
510
+ }
511
+ .styles_separator__mohq570 {
512
+ background-color: var(--colors-border);
513
+ position: relative;
514
+ margin: 0 !important;
515
+ align-self: stretch;
516
+ }
517
+ .styles_separator__mohq570[data-orientation=vertical] {
518
+ height: auto;
519
+ }
520
+ .styles_text__1n5rolr0 {
521
+ background-color: var(--colors-background-element);
522
+ display: flex;
523
+ align-items: center;
524
+ gap: var(--spacing-2);
525
+ border-radius: var(--radius-medium);
526
+ border: 1px solid var(--colors-border);
527
+ padding: var(--spacing-2) var(--spacing-4);
528
+ font-size: var(--fontSize-sm);
529
+ font-weight: var(--fontWeight-medium);
530
+ color: var(--colors-text-primary);
531
+ box-shadow: var(--shadow-1);
532
+ }
533
+ .styles_text__1n5rolr0 svg {
534
+ pointer-events: none;
535
+ }
536
+ .styles_text__1n5rolr0 svg:not([class*='size-']) {
537
+ width: var(--spacing-4);
538
+ height: var(--spacing-4);
539
+ }
540
+ .styles_wrapper__iaxiha0 {
541
+ position: relative;
542
+ display: flex;
543
+ border-radius: var(--radius-medium);
544
+ border: 1px solid var(--colors-border);
545
+ box-shadow: var(--shadow-1);
546
+ }
547
+ .styles_wrapper__iaxiha0:has(:focus-visible) {
548
+ box-shadow: var(--shadow-3);
549
+ }
550
+ .styles_select__iaxiha1 {
551
+ position: absolute;
552
+ top: 0;
553
+ right: 0;
554
+ bottom: 0;
555
+ left: 0;
556
+ opacity: 0;
557
+ }
558
+ .styles_visiblePart__iaxiha2 {
559
+ display: flex;
560
+ height: var(--spacing-8);
561
+ align-items: center;
562
+ gap: var(--spacing-1);
563
+ border-radius: var(--radius-medium);
564
+ padding-left: var(--spacing-2);
565
+ padding-right: var(--spacing-1);
566
+ font-size: var(--fontSize-sm);
567
+ font-weight: var(--fontWeight-medium);
568
+ user-select: none;
569
+ }
570
+ .styles_visiblePart__iaxiha2 > svg {
571
+ color: var(--colors-text-secondary);
572
+ width: 0.875rem;
573
+ height: 0.875rem;
574
+ }
575
+ .styles_wrapper__1q4zm20 {
576
+ position: relative;
577
+ display: flex;
578
+ border-radius: var(--radius-medium);
579
+ border: 1px solid var(--colors-border);
580
+ box-shadow: var(--shadow-1);
581
+ }
582
+ .styles_wrapper__1q4zm20:has(:focus-visible) {
583
+ box-shadow: var(--shadow-3);
584
+ }
585
+ .styles_select__1q4zm21 {
586
+ position: absolute;
587
+ top: 0;
588
+ right: 0;
589
+ bottom: 0;
590
+ left: 0;
591
+ opacity: 0;
592
+ }
593
+ .styles_visiblePart__1q4zm22 {
594
+ display: flex;
595
+ height: var(--spacing-8);
596
+ align-items: center;
597
+ gap: var(--spacing-1);
598
+ border-radius: var(--radius-medium);
599
+ padding-left: var(--spacing-2);
600
+ padding-right: var(--spacing-1);
601
+ font-size: var(--fontSize-sm);
602
+ font-weight: var(--fontWeight-medium);
603
+ user-select: none;
604
+ }
605
+ .styles_visiblePart__1q4zm22 > svg {
606
+ color: var(--colors-text-secondary);
607
+ width: 0.875rem;
608
+ height: 0.875rem;
609
+ }
610
+ .styles_cell__k3waa00 {
611
+ position: relative;
612
+ width: var(--cell-size);
613
+ height: var(--cell-size);
614
+ padding: 0;
615
+ text-align: center;
616
+ font-size: var(--fontSize-sm);
617
+ }
618
+ .styles_cell__k3waa00:focus-within {
619
+ z-index: 20;
620
+ }
621
+ .styles_cell__k3waa00:first-child[data-selected] [data-bits-day] {
622
+ border-top-left-radius: var(--radius-medium);
623
+ border-bottom-left-radius: var(--radius-medium);
624
+ }
625
+ .styles_cell__k3waa00:last-child[data-selected] [data-bits-day] {
626
+ border-top-right-radius: var(--radius-medium);
627
+ border-bottom-right-radius: var(--radius-medium);
628
+ }
629
+ .styles_day__em3vch0 {
630
+ display: flex;
631
+ width: var(--cell-size);
632
+ height: var(--cell-size);
633
+ flex-direction: column;
634
+ align-items: center;
635
+ justify-content: center;
636
+ gap: var(--spacing-1);
637
+ padding: 0;
638
+ white-space: nowrap;
639
+ user-select: none;
640
+ }
641
+ .styles_day__em3vch0:focus {
642
+ position: relative;
643
+ }
644
+ .styles_day__em3vch0[data-selected] {
645
+ background-color: var(--colors-primary);
646
+ color: var(--colors-foreground-primary);
647
+ }
648
+ .styles_day__em3vch0[data-today] {
649
+ text-decoration: underline;
650
+ text-underline-offset: var(--spacing-1);
651
+ text-decoration-thickness: 2px;
652
+ }
653
+ .styles_day__em3vch0[data-disabled] {
654
+ color: var(--colors-text-secondary);
655
+ pointer-events: none;
656
+ opacity: 0.5;
657
+ }
658
+ .styles_day__em3vch0[data-unavailable] {
659
+ color: var(--colors-text-secondary);
660
+ text-decoration: line-through;
661
+ }
662
+ .styles_day__em3vch0 > span {
663
+ font-size: var(--fontSize-xs);
664
+ opacity: 0.7;
665
+ }
666
+ .styles_day__em3vch0[data-today][data-disabled] {
667
+ color: var(--colors-text-hint);
668
+ }
669
+ .styles_day__em3vch0[data-outside-month]:not([data-selected]) {
670
+ color: var(--colors-text-hint);
671
+ }
672
+ .styles_day__em3vch0[data-outside-month]:not([data-selected]):hover {
673
+ color: var(--colors-text-primary);
674
+ }
675
+ .styles_grid__duhgu40 {
676
+ margin-top: var(--spacing-4);
677
+ display: flex;
678
+ width: 100%;
679
+ border-collapse: collapse;
680
+ flex-direction: column;
681
+ gap: var(--spacing-1);
682
+ }
683
+ .styles_gridRow__1mm3fo10 {
684
+ display: flex;
685
+ column-gap: var(--spacing-1);
686
+ }
687
+ .styles_headCell__1nghnwh0 {
688
+ color: var(--colors-text-secondary);
689
+ width: var(--cell-size);
690
+ border-radius: var(--radius-medium);
691
+ font-size: var(--fontSize-xs);
692
+ font-weight: var(--fontWeight-normal);
693
+ }
694
+ .styles_header__s2om6s0 {
695
+ display: flex;
696
+ height: var(--cell-size);
697
+ width: 100%;
698
+ align-items: center;
699
+ justify-content: center;
700
+ gap: 0.375rem;
701
+ font-size: var(--fontSize-sm);
702
+ font-weight: var(--fontWeight-medium);
703
+ }
704
+ .styles_months__10vjkx10 {
705
+ position: relative;
706
+ display: flex;
707
+ flex-direction: column;
708
+ gap: var(--spacing-4);
709
+ }
710
+ @media (min-width: 768px) {
711
+ .styles_months__10vjkx10 {
712
+ flex-direction: row;
713
+ }
714
+ }
715
+ .styles_nav__12rczk80 {
716
+ position: absolute;
717
+ left: 0;
718
+ right: 0;
719
+ top: 0;
720
+ display: flex;
721
+ width: 100%;
722
+ align-items: center;
723
+ justify-content: space-between;
724
+ gap: var(--spacing-1);
725
+ }
726
+ .styles_nextButton__10hqk8n0 {
727
+ width: var(--cell-size);
728
+ height: var(--cell-size);
729
+ background-color: transparent;
730
+ padding: 0;
731
+ user-select: none;
732
+ }
733
+ .styles_nextButton__10hqk8n0[disabled] {
734
+ opacity: 0.5;
735
+ }
736
+ [dir=rtl] .styles_nextButton__10hqk8n0 {
737
+ transform: rotate(180deg);
738
+ }
739
+ .styles_prevButton__1pi42ea0 {
740
+ width: var(--cell-size);
741
+ height: var(--cell-size);
742
+ background-color: transparent;
743
+ padding: 0;
744
+ user-select: none;
745
+ }
746
+ .styles_prevButton__1pi42ea0[disabled] {
747
+ opacity: 0.5;
748
+ }
749
+ [dir=rtl] .styles_prevButton__1pi42ea0 {
750
+ transform: rotate(180deg);
751
+ }
752
+ .styles_calendar__3pvz3c0 {
753
+ --cell-size: var(--spacing-8);
754
+ width: max-content;
755
+ background-color: var(--colors-background-paper);
756
+ padding: var(--spacing-3);
757
+ }
758
+ [data-slot=card-content] .styles_calendar__3pvz3c0 {
759
+ background-color: transparent;
760
+ }
761
+ [data-slot=popover-content] .styles_calendar__3pvz3c0 {
762
+ background-color: transparent;
763
+ }
764
+ .styles_gridRow__3pvz3c1 {
765
+ margin-top: var(--spacing-2);
766
+ width: 100%;
767
+ }
768
+ .styles_gridRowHead__3pvz3c2 {
769
+ user-select: none;
770
+ }
771
+ .styles_action__qq59jq0 {
772
+ grid-column: 2;
773
+ grid-row-start: 1;
774
+ grid-row-end: span 2;
775
+ justify-self: end;
776
+ align-self: start;
777
+ }
778
+ .styles_card__1j6rf7o0 {
779
+ display: flex;
780
+ flex-direction: column;
781
+ gap: var(--spacing-6);
782
+ border-radius: var(--radius-large);
783
+ border: 1px solid var(--colors-border);
784
+ padding: var(--spacing-6) 0;
785
+ background-color: var(--colors-background-paper);
786
+ color: var(--colors-text-primary);
787
+ box-shadow: var(--shadow-2);
788
+ }
789
+ .styles_content__1tzb7690 {
790
+ padding-left: var(--spacing-6);
791
+ padding-right: var(--spacing-6);
792
+ }
793
+ .styles_description__1rwwthy0 {
794
+ font-size: var(--fontSize-sm);
795
+ color: var(--colors-text-secondary);
796
+ }
797
+ .styles_footer__f7en8n0 {
798
+ display: flex;
799
+ align-items: center;
800
+ padding-left: var(--spacing-6);
801
+ padding-right: var(--spacing-6);
802
+ }
803
+ .styles_footer__f7en8n0[data-slot=card-footer-border] {
804
+ padding-top: var(--spacing-6);
805
+ }
806
+ .styles_header__da1tmf0 {
807
+ display: grid;
808
+ grid-auto-rows: min-content;
809
+ grid-template-rows: auto auto;
810
+ align-items: start;
811
+ gap: var(--spacing-2);
812
+ padding-left: var(--spacing-6);
813
+ padding-right: var(--spacing-6);
814
+ }
815
+ .styles_header__da1tmf0[data-slot=card-action] {
816
+ grid-template-columns: 1fr auto;
817
+ }
818
+ .styles_header__da1tmf0 > [data-slot=card-action] {
819
+ grid-column: 2;
820
+ grid-row-start: 1;
821
+ grid-row-end: span 2;
822
+ justify-self: end;
823
+ }
824
+ .styles_title__1qpikcg0 {
825
+ line-height: var(--lineHeight-none);
826
+ font-weight: var(--fontWeight-semibold);
827
+ font-size: var(--fontSize-base);
828
+ }
829
+ .styles_buttonBase__3ygkf90 {
830
+ position: absolute;
831
+ background-color: transparent;
832
+ border: none;
833
+ cursor: pointer;
834
+ display: flex;
835
+ justify-content: center;
836
+ align-items: center;
837
+ }
838
+ .styles_buttonBase__3ygkf90:disabled {
839
+ user-select: none;
840
+ cursor: default;
841
+ opacity: 0.5;
842
+ }
843
+ .styles_iconWrapper__3ygkf91 {
844
+ width: var(--spacing-8);
845
+ height: var(--spacing-8);
846
+ display: flex;
847
+ justify-content: center;
848
+ align-items: center;
849
+ background-color: var(--colors-background-paper);
850
+ border-radius: 9999px;
851
+ transition: transform 0.2s ease;
852
+ }
853
+ .styles_buttonBase__3ygkf90:not(:disabled):hover .styles_iconWrapper__3ygkf91 {
854
+ transform: scale(1.1);
855
+ }
856
+ .styles_iconWrapper__3ygkf91 svg {
857
+ width: var(--spacing-5);
858
+ height: var(--spacing-5);
859
+ }
860
+ .styles_buttonNext_horizontal__3ygkf92 {
861
+ right: 0;
862
+ top: 0;
863
+ width: clamp(2.5rem, 4vw, 4rem);
864
+ height: 100%;
865
+ }
866
+ .styles_buttonNext_vertical__3ygkf93 {
867
+ left: 0;
868
+ bottom: 0;
869
+ width: 100%;
870
+ height: clamp(2.5rem, 4vw, 4rem);
871
+ }
872
+ .styles_buttonPrev_horizontal__3ygkf94 {
873
+ left: 0;
874
+ top: 0;
875
+ width: clamp(2.5rem, 4vw, 4rem);
876
+ height: 100%;
877
+ }
878
+ .styles_buttonPrev_vertical__3ygkf95 {
879
+ right: 0;
880
+ top: 0;
881
+ width: 100%;
882
+ height: clamp(2.5rem, 4vw, 4rem);
883
+ }
884
+ .styles_buttonNext_vertical__3ygkf93 svg, .styles_buttonPrev_vertical__3ygkf95 svg {
885
+ transform: rotate(90deg);
886
+ }
887
+ .styles_carousel__qk9vdb0 {
888
+ position: relative;
889
+ }
890
+ .styles_content__ho48de0 {
891
+ display: flex;
892
+ overflow: hidden;
893
+ height: 100%;
894
+ width: 100%;
895
+ scroll-behavior: smooth;
896
+ -webkit-overflow-scrolling: touch;
897
+ scrollbar-width: none;
898
+ }
899
+ .styles_content__ho48de0::-webkit-scrollbar {
900
+ display: none;
901
+ }
902
+ .styles_orientation_horizontal__ho48de1 {
903
+ overflow-x: auto;
904
+ overflow-y: hidden;
905
+ flex-direction: row;
906
+ scroll-snap-type: x mandatory;
907
+ overscroll-behavior-x: contain;
908
+ overscroll-behavior-y: auto;
909
+ column-gap: var(--spacing-4);
910
+ }
911
+ .styles_orientation_vertical__ho48de2 {
912
+ overflow-y: auto;
913
+ overflow-x: hidden;
914
+ flex-direction: column;
915
+ scroll-snap-type: y mandatory;
916
+ overscroll-behavior-y: contain;
917
+ overscroll-behavior-x: auto;
918
+ row-gap: var(--spacing-4);
919
+ }
920
+ .styles_baseWrapper__zoccy10 {
921
+ display: flex;
922
+ position: absolute;
923
+ z-index: 1;
924
+ overflow: auto;
925
+ justify-content: center;
926
+ gap: var(--spacing-1);
927
+ }
928
+ .styles_wrapper_horizontal__zoccy11 {
929
+ width: 100%;
930
+ height: auto;
931
+ bottom: var(--spacing-2);
932
+ left: 0;
933
+ }
934
+ .styles_wrapper_vertical__zoccy12 {
935
+ width: auto;
936
+ height: 100%;
937
+ bottom: 0;
938
+ left: var(--spacing-4);
939
+ flex-direction: column;
940
+ }
941
+ .styles_buttonBase__zoccy13 {
942
+ width: var(--spacing-6);
943
+ height: var(--spacing-6);
944
+ position: relative;
945
+ border: none;
946
+ background: transparent;
947
+ cursor: pointer;
948
+ }
949
+ .styles_buttonBase__zoccy13:focus {
950
+ outline: none;
951
+ }
952
+ .styles_buttonBase__zoccy13:after {
953
+ background-color: var(--colors-border);
954
+ }
955
+ .styles_dotButton_horizontal__zoccy14::after {
956
+ content: "";
957
+ position: absolute;
958
+ left: 0;
959
+ top: 50%;
960
+ transform: translateY(-50%);
961
+ width: 100%;
962
+ height: 2px;
963
+ }
964
+ .styles_dotButton_vertical__zoccy15::after {
965
+ content: "";
966
+ position: absolute;
967
+ left: 50%;
968
+ top: 0;
969
+ transform: translateX(-50%);
970
+ width: 2px;
971
+ height: 100%;
972
+ }
973
+ .styles_selected__zoccy16::after {
974
+ background-color: var(--colors-primary);
975
+ }
976
+ .styles_item__ibhmv20 {
977
+ min-width: 0;
978
+ flex-shrink: 0;
979
+ flex-grow: 0;
980
+ flex-basis: 100%;
981
+ }
982
+ .styles_orientation_horizontal__ibhmv21 {
983
+ scroll-snap-align: center;
984
+ scroll-snap-stop: always;
985
+ }
986
+ .styles_orientation_vertical__ibhmv22 {
987
+ scroll-snap-align: start;
988
+ scroll-snap-stop: always;
989
+ }
990
+ @keyframes styles_checked__1w94fa80 {
991
+ 0% {
992
+ scale: 0;
993
+ }
994
+ 60% {
995
+ scale: 1.15;
996
+ }
997
+ 100% {
998
+ scale: 1;
999
+ }
1000
+ }
1001
+ @keyframes styles_unchecked__1w94fa81 {
1002
+ from {
1003
+ scale: 1;
1004
+ }
1005
+ to {
1006
+ scale: 0;
1007
+ }
1008
+ }
1009
+ .styles_checkboxBase__1w94fa82 {
1010
+ display: flex;
1011
+ justify-content: center;
1012
+ align-items: center;
1013
+ width: var(--spacing-4);
1014
+ height: var(--spacing-4);
1015
+ flex-shrink: 0;
1016
+ border-radius: var(--spacing-1);
1017
+ border: 1px solid var(--colors-border);
1018
+ background-color: transparent;
1019
+ transition: background-color 200ms, border-color 200ms;
1020
+ cursor: pointer;
1021
+ outline: none;
1022
+ color: var(--colors-foreground-primary);
1023
+ }
1024
+ .styles_checkboxBase__1w94fa82:focus-visible {
1025
+ outline: none;
1026
+ border-color: var(--colors-primary);
1027
+ }
1028
+ .styles_checkboxBase__1w94fa82:hover {
1029
+ border-color: var(--colors-primary);
1030
+ box-shadow: var(--shadow-2);
1031
+ }
1032
+ .styles_checkboxBase__1w94fa82:disabled {
1033
+ cursor: not-allowed;
1034
+ opacity: 0.5;
1035
+ }
1036
+ .styles_checkboxBase__1w94fa82[data-state="checked"] {
1037
+ background-color: var(--colors-primary);
1038
+ border-color: var(--colors-primary);
1039
+ }
1040
+ .styles_checkboxBase__1w94fa82[aria-invalid="true"] {
1041
+ border-color: var(--colors-error);
1042
+ }
1043
+ .styles_indicator__1w94fa83 {
1044
+ color: currentColor;
1045
+ }
1046
+ .styles_checkboxBase__1w94fa82[data-state="checked"] .styles_indicator__1w94fa83 {
1047
+ animation: styles_checked__1w94fa80 400ms ease-in-out;
1048
+ }
1049
+ .styles_checkboxBase__1w94fa82[data-state="unchecked"] .styles_indicator__1w94fa83 {
1050
+ animation: styles_unchecked__1w94fa81 400ms ease-in-out;
1051
+ }
1052
+ @keyframes styles_rotate__1vb0c9u0 {
1053
+ to {
1054
+ transform: rotate(360deg);
1055
+ }
1056
+ }
1057
+ @keyframes styles_dash__1vb0c9u1 {
1058
+ 0% {
1059
+ stroke-dasharray: 1, 200;
1060
+ stroke-dashoffset: 0;
1061
+ }
1062
+ 50% {
1063
+ stroke-dasharray: 100, 200;
1064
+ stroke-dashoffset: -15px;
1065
+ }
1066
+ 100% {
1067
+ stroke-dasharray: 100, 200;
1068
+ stroke-dashoffset: -125px;
1069
+ }
1070
+ }
1071
+ .styles_root__1vb0c9u2 {
1072
+ display: inline-block;
1073
+ position: relative;
1074
+ overflow: hidden;
1075
+ }
1076
+ .styles_svg__1vb0c9u3 {
1077
+ display: block;
1078
+ width: 100%;
1079
+ height: 100%;
1080
+ transform-origin: center;
1081
+ }
1082
+ .styles_circle__1vb0c9u4 {
1083
+ stroke: currentColor;
1084
+ stroke-linecap: round;
1085
+ transition: stroke-dashoffset 0.35s;
1086
+ }
1087
+ .styles_variants_determinate__1vb0c9u5 {
1088
+ styles_svg__1vb0c9u3 {
1089
+ transform: rotate(-90deg);
1090
+ }
1091
+ styles_circle__1vb0c9u4 {
1092
+ transition: stroke-dashoffset 0.35s;
1093
+ }
1094
+ }
1095
+ .styles_variants_indeterminate__1vb0c9u6 {
1096
+ animation: styles_rotate__1vb0c9u0 1.4s linear infinite;
1097
+ styles_circle__1vb0c9u4 {
1098
+ animation: styles_dash__1vb0c9u1 1.4s ease-in-out infinite;
1099
+ }
1100
+ }
1101
+ .styles_colors_primary__1vb0c9u7 {
1102
+ color: var(--colors-primary);
1103
+ }
1104
+ .styles_colors_secondary__1vb0c9u8 {
1105
+ color: var(--colors-secondary);
1106
+ }
1107
+ .styles_colors_inherit__1vb0c9u9 {
1108
+ color: inherit;
1109
+ }
1110
+ .styles_loadingContainer__kx5p8g0 {
1111
+ display: flex;
1112
+ flex-grow: 1;
1113
+ align-items: center;
1114
+ justify-content: center;
1115
+ width: 100%;
1116
+ height: 100%;
1117
+ }
1118
+ .styles_cell__73y58c0 {
1119
+ overflow: hidden;
1120
+ padding: var(--spacing-1) var(--spacing-2);
1121
+ height: 100%;
1122
+ color: var(--colors-text-primary);
1123
+ font-size: var(--fontSize-base);
1124
+ border-bottom: 1px solid var(--colors-border);
1125
+ }
1126
+ .styles_disabled__73y58c1 {
1127
+ opacity: 0.5;
1128
+ }
1129
+ .styles_row__1bfixnu0 {
1130
+ background-color: transparent;
1131
+ transition: background-color 0.2s ease;
1132
+ }
1133
+ .styles_row__1bfixnu0:last-child td {
1134
+ border-bottom: none;
1135
+ }
1136
+ .styles_selectable__1bfixnu1 {
1137
+ cursor: pointer;
1138
+ }
1139
+ .styles_selectable__1bfixnu1:hover {
1140
+ background-color: var(--colors-background-elementHover);
1141
+ }
1142
+ .styles_container__1au6dz80 {
1143
+ width: 100%;
1144
+ height: 100%;
1145
+ }
1146
+ .styles_loader__1au6dz81 {
1147
+ height: 100%;
1148
+ min-height: 50px;
1149
+ display: flex;
1150
+ justify-content: center;
1151
+ align-items: center;
1152
+ }
1153
+ .styles_container__j1g1a40 {
1154
+ height: 100%;
1155
+ margin: 0;
1156
+ padding: 0;
1157
+ scroll-behavior: smooth;
1158
+ list-style: none;
1159
+ }
1160
+ .styles_footer__ide43b0 {
1161
+ width: 100%;
1162
+ height: auto;
1163
+ display: flex;
1164
+ justify-content: flex-end;
1165
+ align-items: center;
1166
+ background-color: var(--colors-background-paper);
1167
+ position: sticky;
1168
+ bottom: 0;
1169
+ padding: var(--spacing-2);
1170
+ border-top: 1px solid var(--colors-border);
1171
+ margin-top: auto;
1172
+ }
1173
+ .styles_footer__ide43b0:empty {
1174
+ display: none;
1175
+ }
1176
+ .styles_cell__byu5qd0 {
1177
+ padding: var(--spacing-1) var(--spacing-2);
1178
+ width: 100%;
1179
+ font-weight: var(--fontWeight-semibold);
1180
+ font-size: var(--fontSize-sm);
1181
+ overflow-wrap: break-word;
1182
+ background-color: var(--colors-background-paper);
1183
+ border-bottom: 1px solid var(--colors-border);
1184
+ }
1185
+ .styles_sticky__lf0w1c0 {
1186
+ position: sticky;
1187
+ top: 0;
1188
+ z-index: 1;
1189
+ }
1190
+ .styles_container__k8jzpb0 {
1191
+ position: relative;
1192
+ display: flex;
1193
+ flex-direction: column;
1194
+ background-color: var(--colors-background-paper);
1195
+ width: 100%;
1196
+ height: 100%;
1197
+ overflow: hidden auto;
1198
+ border: 1px solid var(--colors-border);
1199
+ border-radius: var(--radius-medium);
1200
+ }
1201
+ .styles_table__k8jzpb1 {
1202
+ width: 100%;
1203
+ table-layout: fixed;
1204
+ border-collapse: separate;
1205
+ border-spacing: 0;
1206
+ }
1207
+ .styles_fullHeight__k8jzpb2 {
1208
+ height: 100%;
1209
+ }
1210
+ .styles_disabled__k8jzpb3 {
1211
+ pointer-events: none;
1212
+ background: var(--colors-background-paper);
1213
+ mix-blend-mode: luminosity;
1214
+ }
1215
+ .styles_loading__k8jzpb4 {
1216
+ pointer-events: none;
1217
+ opacity: 0.5;
1218
+ }
1219
+ .styles_title__k8jzpb5 {
1220
+ font-size: var(--fontSize-2xl);
1221
+ font-weight: var(--fontWeight-semibold);
1222
+ line-height: var(--lineHeight-none);
1223
+ letter-spacing: -0.025em;
1224
+ }
1225
+ .styles_wrapper__1u2u0bp0 {
1226
+ display: flex;
1227
+ position: relative;
1228
+ align-items: center;
1229
+ gap: var(--spacing-1);
1230
+ cursor: pointer;
1231
+ background-color: transparent;
1232
+ border: none;
1233
+ color: inherit;
1234
+ font-size: inherit;
1235
+ font-weight: inherit;
1236
+ font-family: inherit;
1237
+ width: 100%;
1238
+ height: 100%;
1239
+ overflow-wrap: break-word;
1240
+ }
1241
+ .styles_wrapper__1u2u0bp0 svg {
1242
+ min-width: 12px;
1243
+ stroke: currentColor;
1244
+ }
1245
+ .styles_alignments_left__1u2u0bp1 {
1246
+ justify-content: flex-start;
1247
+ }
1248
+ .styles_alignments_center__1u2u0bp2 {
1249
+ justify-content: center;
1250
+ }
1251
+ .styles_alignments_right__1u2u0bp3 {
1252
+ justify-content: flex-end;
1253
+ }
1254
+ .styles_alignments_justify__1u2u0bp4 {
1255
+ justify-content: space-between;
1256
+ }
1257
+ @keyframes styles_fadeIn__oq9x4f0 {
1258
+ from {
1259
+ opacity: 0;
1260
+ }
1261
+ to {
1262
+ opacity: 1;
1263
+ }
1264
+ }
1265
+ @keyframes styles_fadeOut__oq9x4f1 {
1266
+ from {
1267
+ opacity: 1;
1268
+ }
1269
+ to {
1270
+ opacity: 0;
1271
+ }
1272
+ }
1273
+ @keyframes styles_scaleIn__oq9x4f2 {
1274
+ from {
1275
+ opacity: 0;
1276
+ transform: translate(-50%, -48%) scale(0.95);
1277
+ }
1278
+ to {
1279
+ opacity: 1;
1280
+ transform: translate(-50%, -50%) scale(1);
1281
+ }
1282
+ }
1283
+ @keyframes styles_scaleOut__oq9x4f3 {
1284
+ from {
1285
+ opacity: 1;
1286
+ transform: translate(-50%, -50%) scale(1);
1287
+ }
1288
+ to {
1289
+ opacity: 0;
1290
+ transform: translate(-50%, -48%) scale(0.95);
1291
+ }
1292
+ }
1293
+ .styles_overlay__oq9x4f4 {
1294
+ position: fixed;
1295
+ inset: 0;
1296
+ background-color: rgb(15 23 42 / 0.5);
1297
+ z-index: 50;
1298
+ }
1299
+ .styles_overlay__oq9x4f4[data-state=open] {
1300
+ animation: styles_fadeIn__oq9x4f0 150ms ease-out;
1301
+ }
1302
+ .styles_overlay__oq9x4f4[data-state=closed] {
1303
+ animation: styles_fadeOut__oq9x4f1 150ms ease-in;
1304
+ }
1305
+ .styles_content__oq9x4f5 {
1306
+ position: fixed;
1307
+ top: 50%;
1308
+ left: 50%;
1309
+ transform: translate(-50%, -50%);
1310
+ z-index: 51;
1311
+ display: grid;
1312
+ gap: var(--spacing-4);
1313
+ width: calc(100% - 2rem);
1314
+ max-height: min(90vh, 48rem);
1315
+ background-color: var(--colors-background-paper);
1316
+ color: var(--colors-text-primary);
1317
+ border-radius: var(--radius-large);
1318
+ border: 1px solid var(--colors-border);
1319
+ box-shadow: var(--shadow-4);
1320
+ padding: var(--spacing-6);
1321
+ outline: none;
1322
+ }
1323
+ .styles_content__oq9x4f5[data-state=open] {
1324
+ animation: styles_scaleIn__oq9x4f2 200ms ease-out;
1325
+ }
1326
+ .styles_content__oq9x4f5[data-state=closed] {
1327
+ animation: styles_scaleOut__oq9x4f3 150ms ease-in;
1328
+ }
1329
+ .styles_header__oq9x4f6 {
1330
+ display: flex;
1331
+ flex-direction: column;
1332
+ gap: var(--spacing-2);
1333
+ text-align: center;
1334
+ }
1335
+ .styles_footer__oq9x4f7 {
1336
+ display: flex;
1337
+ flex-direction: column-reverse;
1338
+ gap: var(--spacing-2);
1339
+ }
1340
+ .styles_title__oq9x4f8 {
1341
+ font-size: var(--fontSize-lg);
1342
+ font-weight: var(--fontWeight-semibold);
1343
+ line-height: var(--lineHeight-snug);
1344
+ }
1345
+ .styles_description__oq9x4f9 {
1346
+ color: var(--colors-text-secondary);
1347
+ font-size: var(--fontSize-sm);
1348
+ }
1349
+ .styles_closeButton__oq9x4fa {
1350
+ position: absolute;
1351
+ top: var(--spacing-4);
1352
+ right: var(--spacing-4);
1353
+ display: inline-flex;
1354
+ align-items: center;
1355
+ justify-content: center;
1356
+ border: none;
1357
+ border-radius: var(--radius-small);
1358
+ background-color: transparent;
1359
+ color: var(--colors-text-secondary);
1360
+ opacity: 0.7;
1361
+ cursor: pointer;
1362
+ padding: var(--spacing-1);
1363
+ transition: opacity 0.2s ease;
1364
+ }
1365
+ .styles_closeButton__oq9x4fa:hover {
1366
+ opacity: 1;
1367
+ }
1368
+ .styles_closeButton__oq9x4fa:focus-visible {
1369
+ outline: 2px solid var(--colors-primary);
1370
+ outline-offset: 2px;
1371
+ }
1372
+ .styles_closeButton__oq9x4fa:disabled {
1373
+ opacity: 0.5;
1374
+ pointer-events: none;
1375
+ }
1376
+ .styles_visuallyHidden__oq9x4fb {
1377
+ border: 0;
1378
+ clip: rect(0, 0, 0, 0);
1379
+ height: 1px;
1380
+ margin: -1px;
1381
+ overflow: hidden;
1382
+ padding: 0;
1383
+ position: absolute;
1384
+ width: 1px;
1385
+ white-space: nowrap;
1386
+ }
1387
+ @media screen and (min-width: 640px) {
1388
+ .styles_content__oq9x4f5 {
1389
+ width: 32rem;
1390
+ }
1391
+ .styles_header__oq9x4f6 {
1392
+ text-align: left;
1393
+ }
1394
+ .styles_footer__oq9x4f7 {
1395
+ flex-direction: row;
1396
+ justify-content: flex-end;
1397
+ }
1398
+ }
1399
+ @keyframes styles_fadeIn__1rbt3ly0 {
1400
+ from {
1401
+ opacity: 0;
1402
+ }
1403
+ to {
1404
+ opacity: 1;
1405
+ }
1406
+ }
1407
+ @keyframes styles_fadeOut__1rbt3ly1 {
1408
+ from {
1409
+ opacity: 1;
1410
+ }
1411
+ to {
1412
+ opacity: 0;
1413
+ }
1414
+ }
1415
+ @keyframes styles_slideIn__1rbt3ly2 {
1416
+ from {
1417
+ transform: translateY(100%);
1418
+ }
1419
+ to {
1420
+ transform: translateY(0);
1421
+ }
1422
+ }
1423
+ .styles_overlay__1rbt3ly3 {
1424
+ position: fixed;
1425
+ inset: 0;
1426
+ background-color: rgb(15 23 42 / 0.5);
1427
+ z-index: 50;
1428
+ }
1429
+ .styles_overlay__1rbt3ly3[data-state=open] {
1430
+ animation: styles_fadeIn__1rbt3ly0 150ms ease-out;
1431
+ }
1432
+ .styles_overlay__1rbt3ly3[data-state=closed] {
1433
+ animation: styles_fadeOut__1rbt3ly1 150ms ease-in;
1434
+ }
1435
+ .styles_content__1rbt3ly4 {
1436
+ position: fixed;
1437
+ display: flex;
1438
+ flex-direction: column;
1439
+ background-color: var(--colors-background-paper);
1440
+ color: var(--colors-text-primary);
1441
+ border: 1px solid var(--colors-border);
1442
+ box-shadow: var(--shadow-4);
1443
+ z-index: 51;
1444
+ width: 100%;
1445
+ max-width: 100%;
1446
+ max-height: 100%;
1447
+ inset: auto 0 0 0;
1448
+ border-radius: var(--radius-large) var(--radius-large) 0 0;
1449
+ }
1450
+ .styles_content__1rbt3ly4[data-state=open] {
1451
+ animation: styles_slideIn__1rbt3ly2 220ms ease-out;
1452
+ }
1453
+ .styles_content__1rbt3ly4[data-state=closed] {
1454
+ transform: translateY(100%);
1455
+ }
1456
+ .styles_contentTransition__1rbt3ly5 {
1457
+ transition: transform 210ms ease-in-out;
1458
+ }
1459
+ .styles_header__1rbt3ly6 {
1460
+ display: flex;
1461
+ flex-direction: column;
1462
+ gap: var(--spacing-2);
1463
+ padding: var(--spacing-4);
1464
+ }
1465
+ .styles_footer__1rbt3ly7 {
1466
+ margin-top: auto;
1467
+ display: flex;
1468
+ flex-direction: column;
1469
+ gap: var(--spacing-2);
1470
+ padding: var(--spacing-4);
1471
+ }
1472
+ .styles_title__1rbt3ly8 {
1473
+ font-size: var(--fontSize-lg);
1474
+ font-weight: var(--fontWeight-semibold);
1475
+ color: var(--colors-text-primary);
1476
+ }
1477
+ .styles_description__1rbt3ly9 {
1478
+ font-size: var(--fontSize-sm);
1479
+ color: var(--colors-text-secondary);
1480
+ }
1481
+ .styles_closeButton__1rbt3lya {
1482
+ position: absolute;
1483
+ top: var(--spacing-4);
1484
+ right: var(--spacing-4);
1485
+ display: inline-flex;
1486
+ align-items: center;
1487
+ justify-content: center;
1488
+ border: none;
1489
+ background-color: transparent;
1490
+ color: var(--colors-text-secondary);
1491
+ padding: var(--spacing-1);
1492
+ border-radius: var(--radius-small);
1493
+ cursor: pointer;
1494
+ opacity: 0.7;
1495
+ transition: opacity 0.2s ease;
1496
+ }
1497
+ .styles_closeButton__1rbt3lya:hover {
1498
+ opacity: 1;
1499
+ }
1500
+ .styles_closeButton__1rbt3lya:focus-visible {
1501
+ outline: 2px solid var(--colors-primary);
1502
+ outline-offset: 2px;
1503
+ }
1504
+ .styles_handle__1rbt3lyb {
1505
+ width: 100%;
1506
+ height: var(--spacing-8);
1507
+ display: flex;
1508
+ justify-content: center;
1509
+ align-items: center;
1510
+ }
1511
+ .styles_handle__1rbt3lyb::after {
1512
+ content: "";
1513
+ width: 100px;
1514
+ height: 8px;
1515
+ border-radius: var(--radius-medium);
1516
+ background-color: var(--colors-background-element);
1517
+ }
1518
+ .styles_visuallyHidden__1rbt3lyc {
1519
+ position: absolute;
1520
+ width: 1px;
1521
+ height: 1px;
1522
+ padding: 0;
1523
+ margin: -1px;
1524
+ overflow: hidden;
1525
+ clip: rect(0, 0, 0, 0);
1526
+ white-space: nowrap;
1527
+ border: 0;
1528
+ }
1529
+ .styles_unchecked__1x1b5sl0 {
1530
+ color: transparent;
1531
+ }
1532
+ .styles_root__1x1b5sl1 {
1533
+ position: relative;
1534
+ display: flex;
1535
+ align-items: center;
1536
+ gap: var(--spacing-2);
1537
+ padding-top: 0.375rem;
1538
+ padding-bottom: 0.375rem;
1539
+ padding-left: var(--spacing-8);
1540
+ padding-right: var(--spacing-2);
1541
+ border-radius: var(--radius-small);
1542
+ font-size: var(--fontSize-sm);
1543
+ cursor: default;
1544
+ user-select: none;
1545
+ outline: none;
1546
+ }
1547
+ .styles_root__1x1b5sl1:focus {
1548
+ background-color: var(--colors-background-elementHover);
1549
+ color: var(--colors-foreground-secondary);
1550
+ }
1551
+ .styles_root__1x1b5sl1[data-disabled] {
1552
+ pointer-events: none;
1553
+ opacity: 0.5;
1554
+ }
1555
+ .styles_root__1x1b5sl1 svg {
1556
+ pointer-events: none;
1557
+ flex-shrink: 0;
1558
+ width: var(--spacing-4);
1559
+ height: var(--spacing-4);
1560
+ }
1561
+ .styles_iconWrapper__1x1b5sl2 {
1562
+ position: absolute;
1563
+ left: var(--spacing-2);
1564
+ display: flex;
1565
+ align-items: center;
1566
+ justify-content: center;
1567
+ pointer-events: none;
1568
+ width: 0.875rem;
1569
+ height: 0.875rem;
1570
+ }
1571
+ @keyframes styles_fadeIn__oog05e0 {
1572
+ from {
1573
+ opacity: 0;
1574
+ }
1575
+ to {
1576
+ opacity: 1;
1577
+ }
1578
+ }
1579
+ @keyframes styles_fadeOut__oog05e1 {
1580
+ from {
1581
+ opacity: 1;
1582
+ }
1583
+ to {
1584
+ opacity: 0;
1585
+ }
1586
+ }
1587
+ @keyframes styles_zoomIn95__oog05e2 {
1588
+ from {
1589
+ transform: scale(0.95);
1590
+ }
1591
+ to {
1592
+ transform: scale(1);
1593
+ }
1594
+ }
1595
+ @keyframes styles_zoomOut95__oog05e3 {
1596
+ from {
1597
+ transform: scale(1);
1598
+ }
1599
+ to {
1600
+ transform: scale(0.95);
1601
+ }
1602
+ }
1603
+ @keyframes styles_slideFromTop__oog05e4 {
1604
+ from {
1605
+ transform: translateY(-0.5rem);
1606
+ }
1607
+ to {
1608
+ transform: translateY(0);
1609
+ }
1610
+ }
1611
+ @keyframes styles_slideFromBottom__oog05e5 {
1612
+ from {
1613
+ transform: translateY(0.5rem);
1614
+ }
1615
+ to {
1616
+ transform: translateY(0);
1617
+ }
1618
+ }
1619
+ @keyframes styles_slideFromStart__oog05e6 {
1620
+ from {
1621
+ transform: translateX(-0.5rem);
1622
+ }
1623
+ to {
1624
+ transform: translateX(0);
1625
+ }
1626
+ }
1627
+ @keyframes styles_slideFromEnd__oog05e7 {
1628
+ from {
1629
+ transform: translateX(0.5rem);
1630
+ }
1631
+ to {
1632
+ transform: translateX(0);
1633
+ }
1634
+ }
1635
+ .styles_content__oog05e8 {
1636
+ z-index: 50;
1637
+ background-color: var(--colors-background-paper);
1638
+ color: var(--colors-text-primary);
1639
+ max-height: var(--bits-dropdown-menu-content-available-height);
1640
+ min-width: 8rem;
1641
+ transform-origin: var(--bits-dropdown-menu-content-transform-origin);
1642
+ overflow-x: hidden;
1643
+ overflow-y: auto;
1644
+ border-radius: var(--radius-medium);
1645
+ border: 1px solid var(--colors-border);
1646
+ padding: var(--spacing-1);
1647
+ box-shadow: var(--shadow-4);
1648
+ outline: none;
1649
+ }
1650
+ .styles_content__oog05e8[data-state=open] {
1651
+ animation: styles_fadeIn__oog05e0 150ms ease-out, styles_zoomIn95__oog05e2 150ms ease-out;
1652
+ }
1653
+ .styles_content__oog05e8[data-state=closed] {
1654
+ animation: styles_fadeOut__oog05e1 150ms ease-in, styles_zoomOut95__oog05e3 150ms ease-in;
1655
+ }
1656
+ .styles_content__oog05e8[data-side=bottom] {
1657
+ animation: styles_slideFromTop__oog05e4 150ms ease-out;
1658
+ }
1659
+ .styles_content__oog05e8[data-side=top] {
1660
+ animation: styles_slideFromBottom__oog05e5 150ms ease-out;
1661
+ }
1662
+ .styles_content__oog05e8[data-side=left] {
1663
+ animation: styles_slideFromEnd__oog05e7 150ms ease-out;
1664
+ }
1665
+ .styles_content__oog05e8[data-side=right] {
1666
+ animation: styles_slideFromStart__oog05e6 150ms ease-out;
1667
+ }
1668
+ .styles_root__nvi1sa0 {
1669
+ padding-left: var(--spacing-2);
1670
+ padding-right: var(--spacing-2);
1671
+ padding-top: 0.375rem;
1672
+ padding-bottom: 0.375rem;
1673
+ font-size: var(--fontSize-sm);
1674
+ font-weight: var(--fontWeight-semibold);
1675
+ }
1676
+ .styles_root__nvi1sa0[data-inset] {
1677
+ padding-left: var(--spacing-8);
1678
+ }
1679
+ .styles_root__sbsufd0 {
1680
+ position: relative;
1681
+ display: flex;
1682
+ align-items: center;
1683
+ gap: var(--spacing-2);
1684
+ cursor: default;
1685
+ padding-left: var(--spacing-2);
1686
+ padding-right: var(--spacing-2);
1687
+ padding-top: 0.375rem;
1688
+ padding-bottom: 0.375rem;
1689
+ border-radius: var(--radius-small);
1690
+ font-size: var(--fontSize-sm);
1691
+ user-select: none;
1692
+ outline: none;
1693
+ }
1694
+ .styles_root__sbsufd0[data-highlighted] {
1695
+ background-color: var(--colors-background-elementHover);
1696
+ color: var(--colors-text-primary);
1697
+ }
1698
+ .styles_root__sbsufd0[data-disabled] {
1699
+ pointer-events: none;
1700
+ opacity: 0.5;
1701
+ }
1702
+ .styles_root__sbsufd0[data-inset] {
1703
+ padding-left: var(--spacing-8);
1704
+ }
1705
+ .styles_root__sbsufd0 svg {
1706
+ color: var(--colors-text-hint);
1707
+ height: var(--spacing-4);
1708
+ width: var(--spacing-4);
1709
+ }
1710
+ .styles_label__1gn65l80 {
1711
+ padding-left: var(--spacing-2);
1712
+ padding-right: var(--spacing-2);
1713
+ padding-top: 0.375rem;
1714
+ padding-bottom: 0.375rem;
1715
+ font-size: var(--fontSize-sm);
1716
+ font-weight: var(--fontWeight-semibold);
1717
+ color: var(--colors-text-primary);
1718
+ }
1719
+ .styles_label__1gn65l80[data-inset] {
1720
+ padding-left: var(--spacing-8);
1721
+ }
1722
+ .styles_item__ed88mc0 {
1723
+ position: relative;
1724
+ display: flex;
1725
+ cursor: default;
1726
+ align-items: center;
1727
+ gap: var(--spacing-2);
1728
+ border-radius: var(--radius-small);
1729
+ padding-top: 0.375rem;
1730
+ padding-bottom: 0.375rem;
1731
+ padding-inline-start: var(--spacing-8);
1732
+ padding-inline-end: var(--spacing-2);
1733
+ font-size: var(--fontSize-sm);
1734
+ outline: 2px solid transparent;
1735
+ outline-offset: 2px;
1736
+ user-select: none;
1737
+ }
1738
+ .styles_item__ed88mc0:focus {
1739
+ background-color: var(--colors-background-elementHover);
1740
+ color: var(--colors-text-primary);
1741
+ }
1742
+ .styles_item__ed88mc0[data-disabled] {
1743
+ pointer-events: none;
1744
+ opacity: 0.5;
1745
+ }
1746
+ .styles_indicator__ed88mc1 {
1747
+ pointer-events: none;
1748
+ position: absolute;
1749
+ inset-inline-start: var(--spacing-2);
1750
+ display: flex;
1751
+ width: 0.875rem;
1752
+ height: 0.875rem;
1753
+ align-items: center;
1754
+ justify-content: center;
1755
+ }
1756
+ .styles_icon__ed88mc2 {
1757
+ width: var(--spacing-2);
1758
+ height: var(--spacing-2);
1759
+ fill: currentColor;
1760
+ }
1761
+ .styles_separator__13dj3l70 {
1762
+ background-color: var(--colors-border);
1763
+ margin-left: calc(-1 * var(--spacing-1));
1764
+ margin-right: calc(-1 * var(--spacing-1));
1765
+ margin-top: var(--spacing-1);
1766
+ margin-bottom: var(--spacing-1);
1767
+ height: 1px;
1768
+ }
1769
+ .styles_shortcut__1dxg6ja0 {
1770
+ color: var(--colors-text-secondary);
1771
+ margin-inline-start: auto;
1772
+ font-size: var(--fontSize-xs);
1773
+ letter-spacing: 0.1em;
1774
+ }
1775
+ @keyframes styles_fadeIn__caxtg50 {
1776
+ 0% {
1777
+ opacity: 0;
1778
+ }
1779
+ 100% {
1780
+ opacity: 1;
1781
+ }
1782
+ }
1783
+ @keyframes styles_fadeOut__caxtg51 {
1784
+ 0% {
1785
+ opacity: 1;
1786
+ }
1787
+ 100% {
1788
+ opacity: 0;
1789
+ }
1790
+ }
1791
+ @keyframes styles_zoomIn95__caxtg52 {
1792
+ 0% {
1793
+ opacity: 0;
1794
+ transform: scale(0.95);
1795
+ }
1796
+ 100% {
1797
+ opacity: 1;
1798
+ transform: scale(1);
1799
+ }
1800
+ }
1801
+ @keyframes styles_zoomOut95__caxtg53 {
1802
+ 0% {
1803
+ opacity: 1;
1804
+ transform: scale(1);
1805
+ }
1806
+ 100% {
1807
+ opacity: 0;
1808
+ transform: scale(0.95);
1809
+ }
1810
+ }
1811
+ @keyframes styles_slideInFromTop2__caxtg54 {
1812
+ 0% {
1813
+ transform: translateY(-0.5rem);
1814
+ }
1815
+ 100% {
1816
+ transform: translateY(0);
1817
+ }
1818
+ }
1819
+ @keyframes styles_slideInFromBottom2__caxtg55 {
1820
+ 0% {
1821
+ transform: translateY(0.5rem);
1822
+ }
1823
+ 100% {
1824
+ transform: translateY(0);
1825
+ }
1826
+ }
1827
+ @keyframes styles_slideInFromLeft2__caxtg56 {
1828
+ 0% {
1829
+ transform: translateX(0.5rem);
1830
+ }
1831
+ 100% {
1832
+ transform: translateX(0);
1833
+ }
1834
+ }
1835
+ @keyframes styles_slideInFromRight2__caxtg57 {
1836
+ 0% {
1837
+ transform: translateX(-0.5rem);
1838
+ }
1839
+ 100% {
1840
+ transform: translateX(0);
1841
+ }
1842
+ }
1843
+ .styles_subContent__caxtg58 {
1844
+ background-color: var(--colors-background-paper);
1845
+ color: var(--colors-text-primary);
1846
+ z-index: 50;
1847
+ min-width: 8rem;
1848
+ overflow: hidden;
1849
+ border-radius: var(--radius-medium);
1850
+ border: 1px solid var(--colors-border);
1851
+ padding: var(--spacing-1);
1852
+ box-shadow: var(--shadow-3);
1853
+ }
1854
+ .styles_subContent__caxtg58[data-state=open] {
1855
+ animation: styles_fadeIn__caxtg50 0.2s ease-out, styles_zoomIn95__caxtg52 0.2s ease-out;
1856
+ }
1857
+ .styles_subContent__caxtg58[data-state=closed] {
1858
+ animation: styles_fadeOut__caxtg51 0.2s ease-in, styles_zoomOut95__caxtg53 0.2s ease-in;
1859
+ }
1860
+ .styles_subContent__caxtg58[data-side=bottom] {
1861
+ animation: styles_slideInFromTop2__caxtg54 0.2s ease-out;
1862
+ }
1863
+ .styles_subContent__caxtg58[data-side=left] {
1864
+ animation: styles_slideInFromRight2__caxtg57 0.2s ease-out;
1865
+ }
1866
+ .styles_subContent__caxtg58[data-side=right] {
1867
+ animation: styles_slideInFromLeft2__caxtg56 0.2s ease-out;
1868
+ }
1869
+ .styles_subContent__caxtg58[data-side=top] {
1870
+ animation: styles_slideInFromBottom2__caxtg55 0.2s ease-out;
1871
+ }
1872
+ .styles_subTrigger__1fq3dxn0 {
1873
+ display: flex;
1874
+ cursor: default;
1875
+ align-items: center;
1876
+ gap: var(--spacing-2);
1877
+ border-radius: var(--radius-small);
1878
+ padding-left: var(--spacing-2);
1879
+ padding-right: var(--spacing-2);
1880
+ padding-top: 0.375rem;
1881
+ padding-bottom: 0.375rem;
1882
+ font-size: var(--fontSize-sm);
1883
+ outline: 2px solid transparent;
1884
+ outline-offset: 2px;
1885
+ user-select: none;
1886
+ }
1887
+ .styles_subTrigger__1fq3dxn0[data-highlighted], .styles_subTrigger__1fq3dxn0[data-state=open] {
1888
+ background-color: var(--colors-background-elementHover);
1889
+ color: var(--colors-text-primary);
1890
+ }
1891
+ .styles_subTrigger__1fq3dxn0[data-disabled] {
1892
+ pointer-events: none;
1893
+ opacity: 0.5;
1894
+ }
1895
+ .styles_subTrigger__1fq3dxn0[data-inset] {
1896
+ padding-inline-start: var(--spacing-8);
1897
+ }
1898
+ .styles_subTrigger__1fq3dxn0 svg {
1899
+ color: var(--colors-text-hint);
1900
+ height: var(--spacing-4);
1901
+ width: var(--spacing-4);
1902
+ }
1903
+ .styles_icon__1fq3dxn1 {
1904
+ margin-inline-start: auto;
1905
+ width: var(--spacing-4);
1906
+ height: var(--spacing-4);
1907
+ }
1908
+ .styles_root__13225ic0 {
1909
+ display: flex;
1910
+ min-width: 0;
1911
+ flex: 1;
1912
+ flex-direction: column;
1913
+ align-items: center;
1914
+ justify-content: center;
1915
+ gap: var(--spacing-6);
1916
+ border-radius: var(--radius-large);
1917
+ border: 2px dashed var(--colors-border);
1918
+ padding: var(--spacing-6);
1919
+ text-align: center;
1920
+ text-wrap: balance;
1921
+ }
1922
+ .styles_content__13225ic1 {
1923
+ display: flex;
1924
+ width: 100%;
1925
+ max-width: 24rem;
1926
+ min-width: 0;
1927
+ flex-direction: column;
1928
+ align-items: center;
1929
+ gap: var(--spacing-4);
1930
+ font-size: var(--fontSize-sm);
1931
+ text-wrap: balance;
1932
+ }
1933
+ .styles_header__13225ic2 {
1934
+ display: flex;
1935
+ max-width: 24rem;
1936
+ flex-direction: column;
1937
+ align-items: center;
1938
+ gap: var(--spacing-2);
1939
+ text-align: center;
1940
+ }
1941
+ .styles_title__13225ic3 {
1942
+ font-size: var(--fontSize-lg);
1943
+ font-weight: var(--fontWeight-medium);
1944
+ letter-spacing: -0.025em;
1945
+ }
1946
+ .styles_description__13225ic4 {
1947
+ color: var(--colors-text-secondary);
1948
+ font-size: var(--fontSize-sm);
1949
+ line-height: var(--lineHeight-relaxed);
1950
+ }
1951
+ .styles_description__13225ic4 > a {
1952
+ text-decoration: underline;
1953
+ text-underline-offset: 4px;
1954
+ }
1955
+ .styles_description__13225ic4 > a:hover {
1956
+ color: var(--colors-primary);
1957
+ }
1958
+ .styles_media__13225ic5 {
1959
+ margin-bottom: var(--spacing-2);
1960
+ display: flex;
1961
+ flex-shrink: 0;
1962
+ align-items: center;
1963
+ justify-content: center;
1964
+ }
1965
+ .styles_media__13225ic5 svg {
1966
+ pointer-events: none;
1967
+ flex-shrink: 0;
1968
+ }
1969
+ .styles_mediaVariants_default__13225ic6 {
1970
+ background-color: transparent;
1971
+ }
1972
+ .styles_mediaVariants_icon__13225ic7 {
1973
+ background-color: var(--colors-background-element);
1974
+ color: var(--colors-text-primary);
1975
+ display: flex;
1976
+ width: var(--spacing-10);
1977
+ height: var(--spacing-10);
1978
+ flex-shrink: 0;
1979
+ align-items: center;
1980
+ justify-content: center;
1981
+ border-radius: var(--radius-large);
1982
+ }
1983
+ .styles_mediaVariants_icon__13225ic7 svg:not([class*='size-']) {
1984
+ width: var(--spacing-6);
1985
+ height: var(--spacing-6);
1986
+ }
1987
+ @media (min-width: 768px) {
1988
+ .styles_root__13225ic0 {
1989
+ padding: var(--spacing-12);
1990
+ }
1991
+ }
1992
+ .styles_content__q1q4h90 {
1993
+ display: flex;
1994
+ flex: 1;
1995
+ flex-direction: column;
1996
+ gap: var(--spacing-2);
1997
+ line-height: var(--lineHeight-snug);
1998
+ }
1999
+ .styles_root__1ofqr5y0 {
2000
+ color: var(--colors-text-disabled);
2001
+ font-size: var(--fontSize-sm);
2002
+ line-height: var(--lineHeight-normal);
2003
+ font-weight: var(--fontWeight-normal);
2004
+ }
2005
+ [data-slot=field][data-orientation=horizontal] .styles_root__1ofqr5y0 {
2006
+ text-wrap: balance;
2007
+ }
2008
+ .styles_root__1ofqr5y0:last-child {
2009
+ margin-top: 0;
2010
+ }
2011
+ .styles_root__1ofqr5y0:nth-last-child(2) {
2012
+ margin-top: calc(-1 * var(--spacing-1));
2013
+ }
2014
+ [data-variant=legend] + .styles_root__1ofqr5y0 {
2015
+ margin-top: calc(-1.5 * var(--spacing-1));
2016
+ }
2017
+ .styles_root__1ofqr5y0 > a {
2018
+ text-decoration-line: underline;
2019
+ text-underline-offset: 4px;
2020
+ }
2021
+ .styles_root__1ofqr5y0 > a:hover {
2022
+ color: var(--colors-primary);
2023
+ }
2024
+ .styles_base__1dmfjc20 {
2025
+ display: flex;
2026
+ width: 100%;
2027
+ gap: var(--spacing-3);
2028
+ }
2029
+ .styles_base__1dmfjc20[data-invalid=true] {
2030
+ color: var(--colors-error);
2031
+ }
2032
+ .styles_vertical__1dmfjc21 {
2033
+ flex-direction: column;
2034
+ }
2035
+ .styles_vertical__1dmfjc21 > * {
2036
+ width: 100%;
2037
+ }
2038
+ .styles_horizontal__1dmfjc22 {
2039
+ flex-direction: row;
2040
+ align-items: center;
2041
+ }
2042
+ .styles_horizontal__1dmfjc22 > [data-slot=field-label] {
2043
+ flex: 1 1 0%;
2044
+ }
2045
+ .styles_horizontal__1dmfjc22:has(>[data-slot=field-content]) {
2046
+ align-items: flex-start;
2047
+ }
2048
+ .styles_horizontal__1dmfjc22:has(>[data-slot=field-content]) > [role=checkbox], .styles_horizontal__1dmfjc22:has(>[data-slot=field-content]) > [role=radio] {
2049
+ margin-top: 1px;
2050
+ }
2051
+ .styles_responsive__1dmfjc23 {
2052
+ flex-direction: column;
2053
+ }
2054
+ .styles_responsive__1dmfjc23 > * {
2055
+ width: 100%;
2056
+ }
2057
+ .styles_responsive__1dmfjc23 > [data-slot=field-label] {
2058
+ width: 100%;
2059
+ }
2060
+ .styles_responsive__1dmfjc23:has(>[data-slot=field-content]) {
2061
+ width: 100%;
2062
+ }
2063
+ .styles_responsive__1dmfjc23:has(>[data-slot=field-content]) > [role=checkbox], .styles_responsive__1dmfjc23:has(>[data-slot=field-content]) > [role=radio] {
2064
+ width: 100%;
2065
+ }
2066
+ @media (min-width: 768px) {
2067
+ .styles_responsive__1dmfjc23 {
2068
+ flex-direction: row;
2069
+ align-items: center;
2070
+ }
2071
+ .styles_responsive__1dmfjc23 > * {
2072
+ width: auto;
2073
+ }
2074
+ .styles_responsive__1dmfjc23 > [data-slot=field-label] {
2075
+ flex: 1 1 0%;
2076
+ }
2077
+ .styles_responsive__1dmfjc23:has(>[data-slot=field-content]) {
2078
+ align-items: flex-start;
2079
+ }
2080
+ .styles_responsive__1dmfjc23:has(>[data-slot=field-content]) > [role=checkbox], .styles_responsive__1dmfjc23:has(>[data-slot=field-content]) > [role=radio] {
2081
+ margin-top: 1px;
2082
+ }
2083
+ }
2084
+ .styles_root__1di7pdy0 {
2085
+ color: var(--colors-error);
2086
+ font-size: var(--fontSize-sm);
2087
+ font-weight: var(--fontWeight-normal);
2088
+ }
2089
+ .styles_root__1di7pdy0 ul {
2090
+ margin-inline-start: var(--spacing-4);
2091
+ display: flex;
2092
+ flex-direction: column;
2093
+ gap: var(--spacing-1);
2094
+ list-style-type: disc;
2095
+ }
2096
+ .styles_root__1di7pdy0 ul li {
2097
+ text-align: start;
2098
+ }
2099
+ .styles_root__1o60gea0 {
2100
+ display: flex;
2101
+ flex-direction: column;
2102
+ gap: var(--spacing-6);
2103
+ border: none;
2104
+ padding: 0;
2105
+ }
2106
+ .styles_root__1o60gea0:has(>[data-slot=checkbox-group]), .styles_root__1o60gea0:has(>[data-slot=radio-group]) {
2107
+ gap: var(--spacing-3);
2108
+ }
2109
+ .styles_root__zhheok0 {
2110
+ display: flex;
2111
+ width: 100%;
2112
+ flex-direction: column;
2113
+ gap: var(--spacing-4);
2114
+ container-type: inline-size;
2115
+ container-name: field-group;
2116
+ }
2117
+ .styles_root__zhheok0[data-slot=checkbox-group], .styles_root__zhheok0[data-slot=radio-group] {
2118
+ gap: var(--spacing-3);
2119
+ }
2120
+ .styles_root__zhheok0 > [data-slot=field-group] {
2121
+ gap: var(--spacing-4);
2122
+ }
2123
+ .styles_root__10hsf2y0 {
2124
+ display: flex;
2125
+ width: fit-content;
2126
+ align-items: center;
2127
+ gap: var(--spacing-2);
2128
+ line-height: var(--lineHeight-snug);
2129
+ font-size: var(--fontSize-sm);
2130
+ cursor: pointer;
2131
+ }
2132
+ [data-slot=field][data-disabled=true] .styles_root__10hsf2y0 {
2133
+ opacity: 0.5;
2134
+ }
2135
+ .styles_root__10hsf2y0:has(>[data-slot=field]) {
2136
+ width: 100%;
2137
+ flex-direction: column;
2138
+ border-radius: var(--radius-medium);
2139
+ border-width: 1px;
2140
+ border-style: solid;
2141
+ border-color: var(--colors-border);
2142
+ }
2143
+ .styles_root__10hsf2y0:has(>[data-slot=field][data-state=checked]) {
2144
+ background-color: color-mix(in oklch, var(--colors-primary) 5%, transparent);
2145
+ border-color: var(--colors-primary);
2146
+ }
2147
+ .styles_root__10hsf2y0:has(>[data-slot=field][data-state=checked]) html[data-theme="dark"] .styles_root__10hsf2y0 {
2148
+ background-color: color-mix(in oklch, var(--colors-primary) 10%, transparent);
2149
+ }
2150
+ .styles_root__10hsf2y0 > [data-slot=field] {
2151
+ padding: var(--spacing-4);
2152
+ }
2153
+ .styles_root__myn6j70 {
2154
+ margin-bottom: var(--spacing-2);
2155
+ font-weight: var(--fontWeight-medium);
2156
+ }
2157
+ .styles_root__myn6j70[data-variant=legend] {
2158
+ font-size: var(--fontSize-base);
2159
+ }
2160
+ .styles_root__myn6j70[data-variant=label] {
2161
+ font-size: var(--fontSize-sm);
2162
+ }
2163
+ .styles_root__qdfkbi0 {
2164
+ position: relative;
2165
+ margin-block: calc(-1 * var(--spacing-2));
2166
+ height: var(--spacing-5);
2167
+ font-size: var(--fontSize-sm);
2168
+ }
2169
+ [data-slot=field-group][data-variant=outline] .styles_root__qdfkbi0 {
2170
+ margin-bottom: calc(-1 * var(--spacing-2));
2171
+ }
2172
+ .styles_separator__qdfkbi1 {
2173
+ position: absolute;
2174
+ top: 50%;
2175
+ inset-inline: 0;
2176
+ }
2177
+ .styles_content__qdfkbi2 {
2178
+ position: relative;
2179
+ margin-inline: auto;
2180
+ display: block;
2181
+ width: fit-content;
2182
+ padding-inline: var(--spacing-2);
2183
+ background-color: var(--colors-background-paper);
2184
+ color: var(--colors-text-secondary);
2185
+ }
2186
+ .styles_root__9qi2jh0 {
2187
+ display: flex;
2188
+ width: fit-content;
2189
+ align-items: center;
2190
+ gap: var(--spacing-2);
2191
+ font-size: var(--fontSize-sm);
2192
+ line-height: var(--lineHeight-snug);
2193
+ font-weight: var(--fontWeight-medium);
2194
+ }
2195
+ [data-slot=field][data-disabled=true] .styles_root__9qi2jh0 {
2196
+ opacity: 0.5;
2197
+ }
2198
+ .styles_inputBase__1sj9q5k0 {
2199
+ background-color: var(--colors-background-paper);
2200
+ border: 1px solid var(--colors-border);
2201
+ border-radius: var(--radius-medium);
2202
+ color: var(--colors-text-primary);
2203
+ font-size: var(--fontSize-base);
2204
+ font-weight: var(--fontWeight-normal);
2205
+ line-height: var(--lineHeight-normal);
2206
+ min-width: 0;
2207
+ transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
2208
+ outline: none;
2209
+ white-space: nowrap;
2210
+ overflow: hidden;
2211
+ text-overflow: ellipsis;
2212
+ box-shadow: var(--shadow-1);
2213
+ }
2214
+ .styles_inputBase__1sj9q5k0::placeholder {
2215
+ color: var(--colors-text-hint);
2216
+ }
2217
+ .styles_inputBase__1sj9q5k0:disabled {
2218
+ cursor: not-allowed;
2219
+ opacity: 0.5;
2220
+ }
2221
+ .styles_inputBase__1sj9q5k0:focus-visible {
2222
+ outline: 2px solid transparent;
2223
+ outline-offset: 2px;
2224
+ box-shadow: var(--shadow-2);
2225
+ border-color: var(--colors-primary);
2226
+ }
2227
+ .styles_inputBase__1sj9q5k0[aria-invalid="true"] {
2228
+ border-color: var(--colors-error);
2229
+ box-shadow: 0 0 0 3px var(--colors-error)20;
2230
+ }
2231
+ .styles_inputBase__1sj9q5k0:hover:not(:disabled) {
2232
+ border-color: var(--colors-primary);
2233
+ }
2234
+ .styles_inputBase__1sj9q5k0:selection {
2235
+ background-color: var(--colors-primary);
2236
+ color: var(--colors-foreground-primary);
2237
+ }
2238
+ .styles_sizes_small__1sj9q5k1 {
2239
+ padding: 0.125rem var(--spacing-2);
2240
+ height: 28px;
2241
+ font-size: var(--fontSize-sm);
2242
+ }
2243
+ .styles_sizes_medium__1sj9q5k2 {
2244
+ padding: var(--spacing-1) var(--spacing-3);
2245
+ height: 36px;
2246
+ font-size: var(--fontSize-base);
2247
+ }
2248
+ .styles_sizes_large__1sj9q5k3 {
2249
+ padding: var(--spacing-2) var(--spacing-4);
2250
+ height: 44px;
2251
+ font-size: var(--fontSize-lg);
2252
+ }
2253
+ .styles_fileInput__1sj9q5k4 {
2254
+ background-color: var(--colors-background-paper);
2255
+ border: 1px solid var(--colors-border);
2256
+ border-radius: var(--radius-medium);
2257
+ color: var(--colors-text-primary);
2258
+ font-size: var(--fontSize-base);
2259
+ font-weight: var(--fontWeight-medium);
2260
+ width: 100%;
2261
+ min-width: 0;
2262
+ transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
2263
+ outline: none;
2264
+ white-space: nowrap;
2265
+ overflow: hidden;
2266
+ text-overflow: ellipsis;
2267
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
2268
+ }
2269
+ .styles_fileInput__1sj9q5k4::selection {
2270
+ background-color: var(--colors-primary);
2271
+ color: var(--colors-foreground-primary);
2272
+ }
2273
+ .styles_fileInput__1sj9q5k4:focus-visible {
2274
+ outline: 2px solid transparent;
2275
+ outline-offset: 2px;
2276
+ box-shadow: 0 0 0 3px var(--colors-primary)20;
2277
+ border-color: var(--colors-primary);
2278
+ }
2279
+ .styles_fileInput__1sj9q5k4:disabled {
2280
+ cursor: not-allowed;
2281
+ opacity: 0.5;
2282
+ }
2283
+ .styles_fileInput__1sj9q5k4::placeholder {
2284
+ color: var(--colors-text-hint);
2285
+ }
2286
+ .styles_fileInput__1sj9q5k4[aria-invalid="true"] {
2287
+ border-color: var(--colors-error);
2288
+ box-shadow: 0 0 0 3px var(--colors-error)20;
2289
+ }
2290
+ .styles_fileInput__1sj9q5k4::-webkit-file-upload-button {
2291
+ cursor: pointer;
2292
+ background-color: transparent;
2293
+ border: none;
2294
+ }
2295
+ .styles_addon__12a78m00 {
2296
+ display: flex;
2297
+ align-items: center;
2298
+ justify-content: center;
2299
+ gap: var(--spacing-2);
2300
+ color: var(--colors-text-hint);
2301
+ font-size: var(--fontSize-sm);
2302
+ font-weight: var(--fontWeight-medium);
2303
+ padding-block: var(--spacing-2);
2304
+ padding-inline: var(--spacing-2);
2305
+ cursor: text;
2306
+ user-select: none;
2307
+ min-height: var(--spacing-9);
2308
+ }
2309
+ .styles_align_inline-start__12a78m01 {
2310
+ order: -1;
2311
+ padding-inline-start: var(--spacing-3);
2312
+ }
2313
+ .styles_align_inline-end__12a78m02 {
2314
+ order: 1;
2315
+ padding-inline-end: var(--spacing-3);
2316
+ }
2317
+ .styles_align_block-start__12a78m03 {
2318
+ order: -1;
2319
+ width: 100%;
2320
+ justify-content: flex-start;
2321
+ align-items: flex-start;
2322
+ padding-inline: var(--spacing-3);
2323
+ padding-bottom: var(--spacing-2);
2324
+ border-bottom: 1px solid var(--colors-border);
2325
+ min-height: auto;
2326
+ }
2327
+ .styles_align_block-end__12a78m04 {
2328
+ order: 1;
2329
+ width: 100%;
2330
+ justify-content: flex-start;
2331
+ align-items: flex-end;
2332
+ padding-inline: var(--spacing-3);
2333
+ padding-top: var(--spacing-2);
2334
+ border-top: 1px solid var(--colors-border);
2335
+ min-height: auto;
2336
+ }
2337
+ .styles_addon__12a78m00 > svg {
2338
+ pointer-events: none;
2339
+ }
2340
+ .styles_addon__12a78m00 > svg:not([class*='size-']) {
2341
+ width: 1rem;
2342
+ height: 1rem;
2343
+ }
2344
+ .styles_addon__12a78m00 > kbd {
2345
+ border-radius: calc(var(--radius-medium) - 4px);
2346
+ }
2347
+ [data-slot="input-group"][data-disabled="true"] .styles_addon__12a78m00 {
2348
+ opacity: 0.6;
2349
+ }
2350
+ .styles_base__fq6480 {
2351
+ display: inline-flex;
2352
+ align-items: center;
2353
+ justify-content: center;
2354
+ gap: var(--spacing-1);
2355
+ box-shadow: none;
2356
+ font-size: var(--fontSize-sm);
2357
+ }
2358
+ .styles_sizes_xs__fq6481 {
2359
+ height: var(--spacing-6);
2360
+ padding-inline: var(--spacing-2);
2361
+ border-radius: var(--radius-small);
2362
+ }
2363
+ .styles_sizes_sm__fq6482 {
2364
+ height: var(--spacing-8);
2365
+ padding-inline: var(--spacing-3);
2366
+ border-radius: var(--radius-medium);
2367
+ }
2368
+ .styles_sizes_icon-xs__fq6483 {
2369
+ height: var(--spacing-6);
2370
+ width: var(--spacing-6);
2371
+ padding: 0;
2372
+ border-radius: var(--radius-small);
2373
+ }
2374
+ .styles_sizes_icon-sm__fq6484 {
2375
+ height: var(--spacing-8);
2376
+ width: var(--spacing-8);
2377
+ padding: 0;
2378
+ border-radius: var(--radius-medium);
2379
+ }
2380
+ .styles_base__fq6480 svg {
2381
+ pointer-events: none;
2382
+ }
2383
+ .styles_base__fq6480 svg:not([class*='size-']) {
2384
+ width: 1rem;
2385
+ height: 1rem;
2386
+ }
2387
+ .styles_control__1s24l5e0 {
2388
+ flex: 1;
2389
+ width: 100%;
2390
+ border: none;
2391
+ background-color: transparent;
2392
+ color: var(--colors-text-primary);
2393
+ font-size: var(--fontSize-base);
2394
+ line-height: var(--lineHeight-normal);
2395
+ padding-inline: var(--spacing-3);
2396
+ padding-block: var(--spacing-2);
2397
+ min-height: var(--spacing-9);
2398
+ min-width: 0;
2399
+ box-shadow: none;
2400
+ border-radius: 0;
2401
+ appearance: none;
2402
+ }
2403
+ .styles_control__1s24l5e0:focus-visible {
2404
+ outline: none;
2405
+ box-shadow: none;
2406
+ }
2407
+ .styles_control__1s24l5e0::placeholder {
2408
+ color: var(--colors-text-hint);
2409
+ }
2410
+ .styles_control__1s24l5e0:disabled {
2411
+ opacity: 0.5;
2412
+ cursor: not-allowed;
2413
+ }
2414
+ .styles_container__rl3s4j0 {
2415
+ position: relative;
2416
+ display: flex;
2417
+ width: 100%;
2418
+ align-items: stretch;
2419
+ border-radius: var(--radius-medium);
2420
+ border: 1px solid var(--colors-border);
2421
+ background-color: var(--colors-background-paper);
2422
+ box-shadow: var(--shadow-1);
2423
+ min-height: var(--spacing-9);
2424
+ padding: 0;
2425
+ overflow: hidden;
2426
+ transition: border-color 0.2s, box-shadow 0.2s, color 0.2s;
2427
+ }
2428
+ .styles_container__rl3s4j0:has(> textarea) {
2429
+ min-height: auto;
2430
+ }
2431
+ .styles_container__rl3s4j0:has(> [data-align="block-start"]) {
2432
+ flex-direction: column;
2433
+ align-items: stretch;
2434
+ min-height: auto;
2435
+ gap: var(--spacing-2);
2436
+ }
2437
+ .styles_container__rl3s4j0:has(> [data-align="block-end"]) {
2438
+ flex-direction: column;
2439
+ align-items: stretch;
2440
+ min-height: auto;
2441
+ gap: var(--spacing-2);
2442
+ }
2443
+ .styles_container__rl3s4j0:has([data-slot="input-group-control"]:focus-visible) {
2444
+ border-color: var(--colors-primary);
2445
+ box-shadow: var(--shadow-2);
2446
+ }
2447
+ .styles_container__rl3s4j0:has([data-slot][aria-invalid="true"]) {
2448
+ border-color: var(--colors-error);
2449
+ box-shadow: 0 0 0 3px color-mix(in oklch, var(--colors-error) 40%, transparent);
2450
+ }
2451
+ .styles_container__rl3s4j0[data-disabled="true"] {
2452
+ opacity: 0.55;
2453
+ cursor: not-allowed;
2454
+ }
2455
+ .styles_container__rl3s4j0 > * {
2456
+ display: flex;
2457
+ align-items: center;
2458
+ gap: var(--spacing-2);
2459
+ }
2460
+ .styles_container__rl3s4j0 > [data-slot="input-group-control"] {
2461
+ flex: 1;
2462
+ min-width: 0;
2463
+ align-self: stretch;
2464
+ }
2465
+ .styles_container__rl3s4j0:has(> [data-align="inline-start"]) > [data-slot="input-group-control"] {
2466
+ padding-left: var(--spacing-2);
2467
+ }
2468
+ .styles_container__rl3s4j0:has(> [data-align="inline-end"]) > [data-slot="input-group-control"] {
2469
+ padding-right: var(--spacing-2);
2470
+ }
2471
+ .styles_container__rl3s4j0:has(> [data-align="block-start"]) > [data-slot="input-group-control"] {
2472
+ padding-bottom: var(--spacing-3);
2473
+ }
2474
+ .styles_container__rl3s4j0:has(> [data-align="block-end"]) > [data-slot="input-group-control"] {
2475
+ padding-top: var(--spacing-3);
2476
+ }
2477
+ .styles_text__14dyhly0 {
2478
+ display: inline-flex;
2479
+ align-items: center;
2480
+ gap: var(--spacing-2);
2481
+ color: var(--colors-text-hint);
2482
+ font-size: var(--fontSize-sm);
2483
+ }
2484
+ .styles_text__14dyhly0 svg {
2485
+ pointer-events: none;
2486
+ }
2487
+ .styles_text__14dyhly0 svg:not([class*='size-']) {
2488
+ width: 1rem;
2489
+ height: 1rem;
2490
+ }
2491
+ .styles_textarea__gxp1dz0 {
2492
+ flex: 1;
2493
+ width: 100%;
2494
+ border: none;
2495
+ background-color: transparent;
2496
+ color: var(--colors-text-primary);
2497
+ font-size: var(--fontSize-base);
2498
+ line-height: var(--lineHeight-normal);
2499
+ padding-inline: var(--spacing-3);
2500
+ padding-block: var(--spacing-3);
2501
+ min-height: var(--spacing-12);
2502
+ min-width: 0;
2503
+ box-shadow: none;
2504
+ border-radius: 0;
2505
+ resize: none;
2506
+ appearance: none;
2507
+ }
2508
+ .styles_textarea__gxp1dz0:focus-visible {
2509
+ outline: none;
2510
+ box-shadow: none;
2511
+ }
2512
+ .styles_textarea__gxp1dz0::placeholder {
2513
+ color: var(--colors-text-hint);
2514
+ }
2515
+ .styles_textarea__gxp1dz0:disabled {
2516
+ opacity: 0.5;
2517
+ cursor: not-allowed;
2518
+ }
2519
+ .styles_item__b9ajag0 {
2520
+ display: flex;
2521
+ flex-wrap: wrap;
2522
+ align-items: center;
2523
+ border-radius: var(--radius-medium);
2524
+ border: 1px solid transparent;
2525
+ font-size: var(--fontSize-sm);
2526
+ transition: background-color 0.1s, border-color 0.1s, box-shadow 0.1s;
2527
+ outline: none;
2528
+ position: relative;
2529
+ }
2530
+ .styles_item__b9ajag0:focus-visible {
2531
+ border-color: var(--colors-primary);
2532
+ box-shadow: 0 0 0 3px color-mix(in oklch, var(--colors-primary) 20%, transparent);
2533
+ }
2534
+ .styles_item__b9ajag0[href]:hover {
2535
+ background-color: color-mix(in oklch, var(--colors-background-elementHover) 50%, transparent);
2536
+ }
2537
+ .styles_itemVariants_default__b9ajag1 {
2538
+ background-color: transparent;
2539
+ }
2540
+ .styles_itemVariants_outline__b9ajag2 {
2541
+ border-color: var(--colors-border);
2542
+ }
2543
+ .styles_itemVariants_muted__b9ajag3 {
2544
+ background-color: color-mix(in oklch, var(--colors-background-element) 50%, transparent);
2545
+ }
2546
+ .styles_itemSizes_default__b9ajag4 {
2547
+ gap: var(--spacing-4);
2548
+ padding: var(--spacing-4);
2549
+ }
2550
+ .styles_itemSizes_small__b9ajag5 {
2551
+ gap: var(--spacing-2);
2552
+ padding: var(--spacing-3) var(--spacing-4);
2553
+ }
2554
+ .styles_header__b9ajag6 {
2555
+ display: flex;
2556
+ flex-basis: 100%;
2557
+ align-items: center;
2558
+ justify-content: space-between;
2559
+ gap: var(--spacing-2);
2560
+ }
2561
+ .styles_title__b9ajag8 {
2562
+ display: flex;
2563
+ width: fit-content;
2564
+ align-items: center;
2565
+ gap: var(--spacing-2);
2566
+ font-size: var(--fontSize-sm);
2567
+ line-height: var(--lineHeight-snug);
2568
+ font-weight: var(--fontWeight-medium);
2569
+ }
2570
+ .styles_description__b9ajag9 {
2571
+ color: var(--colors-text-secondary);
2572
+ font-size: var(--fontSize-sm);
2573
+ line-height: var(--lineHeight-normal);
2574
+ font-weight: var(--fontWeight-normal);
2575
+ display: -webkit-box;
2576
+ -webkit-line-clamp: 2;
2577
+ -webkit-box-orient: vertical;
2578
+ overflow: hidden;
2579
+ }
2580
+ .styles_description__b9ajag9 > a {
2581
+ text-decoration: underline;
2582
+ text-underline-offset: 4px;
2583
+ }
2584
+ .styles_description__b9ajag9 > a:hover {
2585
+ color: var(--colors-primary);
2586
+ }
2587
+ .styles_content__b9ajaga {
2588
+ display: flex;
2589
+ flex: 1;
2590
+ flex-direction: column;
2591
+ gap: var(--spacing-1);
2592
+ }
2593
+ .styles_content__b9ajaga + [data-slot=item-content] {
2594
+ flex: none;
2595
+ }
2596
+ .styles_actions__b9ajagb {
2597
+ display: flex;
2598
+ align-items: center;
2599
+ gap: var(--spacing-2);
2600
+ }
2601
+ .styles_media__b9ajagc {
2602
+ display: flex;
2603
+ flex-shrink: 0;
2604
+ align-items: center;
2605
+ justify-content: center;
2606
+ gap: var(--spacing-2);
2607
+ }
2608
+ .styles_item__b9ajag0:has([data-slot=item-description]) .styles_media__b9ajagc {
2609
+ transform: translateY(2px);
2610
+ align-self: flex-start;
2611
+ }
2612
+ .styles_media__b9ajagc svg {
2613
+ pointer-events: none;
2614
+ }
2615
+ .styles_mediaVariants_default__b9ajagd {
2616
+ background-color: transparent;
2617
+ }
2618
+ .styles_mediaVariants_icon__b9ajage {
2619
+ background-color: var(--colors-background-element);
2620
+ width: var(--spacing-8);
2621
+ height: var(--spacing-8);
2622
+ border-radius: var(--radius-small);
2623
+ border: 1px solid var(--colors-border);
2624
+ }
2625
+ .styles_mediaVariants_image__b9ajagf {
2626
+ width: var(--spacing-10);
2627
+ height: var(--spacing-10);
2628
+ overflow: hidden;
2629
+ border-radius: var(--radius-small);
2630
+ }
2631
+ .styles_mediaVariants_icon__b9ajage svg:not([class*='size-']) {
2632
+ width: var(--spacing-4);
2633
+ height: var(--spacing-4);
2634
+ }
2635
+ .styles_mediaVariants_image__b9ajagf img {
2636
+ width: 100%;
2637
+ height: 100%;
2638
+ object-fit: cover;
2639
+ }
2640
+ .styles_group__b9ajagg {
2641
+ display: flex;
2642
+ flex-direction: column;
2643
+ }
2644
+ .styles_labelBase__1h4dxce0 {
2645
+ display: flex;
2646
+ align-items: center;
2647
+ gap: var(--spacing-2);
2648
+ font-size: var(--fontSize-sm);
2649
+ line-height: none;
2650
+ font-weight: var(--fontWeight-medium);
2651
+ user-select: none;
2652
+ }
2653
+ .styles_labelBase__1h4dxce0[data-disabled="true"] {
2654
+ pointer-events: none;
2655
+ opacity: 0.5;
2656
+ }
2657
+ .styles_labelBase__1h4dxce0:has([data-disabled="true"]) {
2658
+ pointer-events: none;
2659
+ opacity: 0.5;
2660
+ }
2661
+ .peer:disabled + * {
2662
+ cursor: not-allowed;
2663
+ opacity: 0.5;
2664
+ }
2665
+ .styles_wrapper__rub3490 {
2666
+ display: block;
2667
+ max-width: 100%;
2668
+ object-fit: contain;
2669
+ color: var(--colors-text-secondary);
2670
+ }
2671
+ .styles_sizes_small__rub3491 {
2672
+ margin: auto auto var(--spacing-4);
2673
+ }
2674
+ .styles_sizes_medium__rub3492 {
2675
+ margin: auto auto var(--spacing-8);
2676
+ }
2677
+ .styles_sizes_large__rub3493 {
2678
+ margin: auto auto var(--spacing-10);
2679
+ }
2680
+ @media (max-width: 600px) {
2681
+ .styles_wrapper__rub3490 {
2682
+ margin: auto auto var(--spacing-4);
2683
+ }
2684
+ }
2685
+ .styles_wrapper__175k6rz0 {
2686
+ display: flex;
2687
+ flex-direction: column;
2688
+ align-items: center;
2689
+ justify-content: center;
2690
+ width: 100%;
2691
+ height: 100%;
2692
+ padding: var(--spacing-4);
2693
+ background-color: var(--colors-background-paper);
2694
+ }
2695
+ .styles_sizes_small__175k6rz1 {
2696
+ gap: var(--spacing-4);
2697
+ }
2698
+ .styles_sizes_medium__175k6rz2 {
2699
+ gap: var(--spacing-8);
2700
+ }
2701
+ .styles_sizes_large__175k6rz3 {
2702
+ gap: var(--spacing-10);
2703
+ }
2704
+ .styles_innerContainer__175k6rz4 {
2705
+ margin: 0 auto;
2706
+ }
2707
+ .styles_descriptionClass__175k6rz5 {
2708
+ text-align: center;
2709
+ display: block;
2710
+ color: var(--colors-text-secondary);
2711
+ }
2712
+ .styles_footerClass__175k6rz6 {
2713
+ display: flex;
2714
+ flex-wrap: wrap;
2715
+ justify-content: center;
2716
+ color: var(--colors-text-secondary);
2717
+ gap: var(--spacing-2);
2718
+ }
2719
+ @media (max-width: 560px) {
2720
+ .styles_wrapper__175k6rz0 {
2721
+ display: grid;
2722
+ grid-template-columns: 100%;
2723
+ grid-template-rows: 1fr max-content;
2724
+ gap: var(--spacing-4);
2725
+ }
2726
+ }
2727
+ @keyframes styles_zoomIn__i7mp5x0 {
2728
+ from {
2729
+ opacity: 0;
2730
+ transform: scale(0.95);
2731
+ }
2732
+ to {
2733
+ opacity: 1;
2734
+ transform: scale(1);
2735
+ }
2736
+ }
2737
+ @keyframes styles_zoomOut__i7mp5x1 {
2738
+ from {
2739
+ opacity: 1;
2740
+ transform: scale(1);
2741
+ }
2742
+ to {
2743
+ opacity: 0;
2744
+ transform: scale(0.95);
2745
+ }
2746
+ }
2747
+ .styles_content__i7mp5x2 {
2748
+ background-color: var(--colors-background-paper);
2749
+ color: var(--colors-text-primary);
2750
+ z-index: 50;
2751
+ width: 18rem;
2752
+ border-radius: var(--radius-medium);
2753
+ border: 1px solid var(--colors-border);
2754
+ padding: var(--spacing-4);
2755
+ box-shadow: var(--shadow-2);
2756
+ outline: none;
2757
+ transform-origin: var(--bits-popover-content-transform-origin);
2758
+ }
2759
+ .styles_content__i7mp5x2[data-state=open] {
2760
+ animation: styles_zoomIn__i7mp5x0 0.15s ease-out;
2761
+ }
2762
+ .styles_content__i7mp5x2[data-state=closed] {
2763
+ animation: styles_zoomOut__i7mp5x1 0.1s ease-in;
2764
+ }
2765
+ .styles_trigger__i7mp5x3 {
2766
+ cursor: pointer;
2767
+ }
2768
+ .styles_close__i7mp5x4 {
2769
+ cursor: pointer;
2770
+ }
2771
+ .styles_container__14rk0zx0 {
2772
+ position: relative;
2773
+ display: grid;
2774
+ grid-template-columns: auto 1fr auto 1fr auto;
2775
+ align-items: center;
2776
+ column-gap: var(--spacing-1);
2777
+ background: var(--colors-background-paper);
2778
+ border: 1px solid var(--colors-border);
2779
+ border-radius: var(--radius-medium);
2780
+ transition: border 0.2s;
2781
+ }
2782
+ .styles_fullWidth__14rk0zx1 {
2783
+ width: 100%;
2784
+ }
2785
+ .styles_active__14rk0zx2 {
2786
+ border-color: var(--colors-primary);
2787
+ }
2788
+ .styles_sizes_small__14rk0zx3 {
2789
+ padding: 0.125rem var(--spacing-2) var(--spacing-1) var(--spacing-2);
2790
+ height: 28px;
2791
+ font-size: var(--fontSize-sm);
2792
+ }
2793
+ .styles_sizes_medium__14rk0zx4 {
2794
+ padding: var(--spacing-1) var(--spacing-3) var(--spacing-2) var(--spacing-3);
2795
+ height: 36px;
2796
+ font-size: var(--fontSize-base);
2797
+ }
2798
+ .styles_sizes_large__14rk0zx5 {
2799
+ padding: var(--spacing-2) var(--spacing-4) var(--spacing-3) var(--spacing-4);
2800
+ height: 44px;
2801
+ font-size: var(--fontSize-lg);
2802
+ }
2803
+ .styles_text__14rk0zx6 {
2804
+ font-size: inherit;
2805
+ }
2806
+ .styles_input__14rk0zx7 {
2807
+ text-align: center;
2808
+ width: 100%;
2809
+ min-width: 24px;
2810
+ border: none;
2811
+ font-size: inherit;
2812
+ text-wrap: nowrap;
2813
+ text-overflow: ellipsis;
2814
+ overflow: hidden;
2815
+ outline: none;
2816
+ background: transparent;
2817
+ color: inherit;
2818
+ }
2819
+ .styles_input__14rk0zx7:focus {
2820
+ border: none;
2821
+ }
2822
+ .styles_slider__14rk0zx8 {
2823
+ bottom: -2px;
2824
+ left: 50%;
2825
+ transform: translateX(-50%);
2826
+ }
2827
+ .styles_track__14rk0zx9 {
2828
+ background-color: transparent;
2829
+ }
2830
+ @media (max-width: 600px) {
2831
+ .styles_container__14rk0zx0 {
2832
+ width: 100%;
2833
+ }
2834
+ }
2835
+ .styles_toolbar__14ie7q10 {
2836
+ position: absolute;
2837
+ top: 0;
2838
+ right: 4px;
2839
+ z-index: 1;
2840
+ opacity: 0.5;
2841
+ transition: opacity 0.2s ease-in-out;
2842
+ }
2843
+ .styles_toolbar__14ie7q10:hover {
2844
+ opacity: 1;
2845
+ }
2846
+ .styles_viewport__14ie7q11 {
2847
+ width: 100%;
2848
+ height: 100%;
2849
+ overflow: hidden;
2850
+ position: relative;
2851
+ touch-action: none;
2852
+ }
2853
+ .styles_contentWrapper__14ie7q12 {
2854
+ position: absolute;
2855
+ inset: 0;
2856
+ display: flex;
2857
+ align-items: center;
2858
+ justify-content: center;
2859
+ user-select: none;
2860
+ }
2861
+ .styles_overlay__14ie7q13 {
2862
+ position: absolute;
2863
+ bottom: 16px;
2864
+ left: 50%;
2865
+ transform: translateX(-50%);
2866
+ background-color: rgba(0, 0, 0, 0.7);
2867
+ color: white;
2868
+ padding: var(--spacing-2) var(--spacing-4);
2869
+ border-radius: var(--radius-small);
2870
+ font-size: var(--fontSize-sm);
2871
+ pointer-events: none;
2872
+ z-index: 10;
2873
+ opacity: 0;
2874
+ transition: opacity 0.2s ease-in-out;
2875
+ }
2876
+ .styles_overlay__14ie7q13[data-visible="true"] {
2877
+ opacity: 1;
2878
+ }
2879
+ @media (min-width: 48rem) {
2880
+ .styles_toolbar__14ie7q10 {
2881
+ top: 50%;
2882
+ bottom: unset;
2883
+ transform: translateY(-50%);
2884
+ }
2885
+ }
2886
+ @keyframes styles_fadeIn__w5sq0p0 {
2887
+ 0% {
2888
+ opacity: 0;
2889
+ }
2890
+ 100% {
2891
+ opacity: 1;
2892
+ }
2893
+ }
2894
+ @keyframes styles_fadeOut__w5sq0p1 {
2895
+ 0% {
2896
+ opacity: 1;
2897
+ }
2898
+ 100% {
2899
+ opacity: 0;
2900
+ }
2901
+ }
2902
+ @keyframes styles_zoomIn95__w5sq0p2 {
2903
+ 0% {
2904
+ opacity: 0;
2905
+ transform: scale(0.95);
2906
+ }
2907
+ 100% {
2908
+ opacity: 1;
2909
+ transform: scale(1);
2910
+ }
2911
+ }
2912
+ @keyframes styles_zoomOut95__w5sq0p3 {
2913
+ 0% {
2914
+ opacity: 1;
2915
+ transform: scale(1);
2916
+ }
2917
+ 100% {
2918
+ opacity: 0;
2919
+ transform: scale(0.95);
2920
+ }
2921
+ }
2922
+ .styles_content__w5sq0p4 {
2923
+ background-color: var(--colors-background-paper);
2924
+ color: var(--colors-text-primary);
2925
+ position: relative;
2926
+ z-index: 50;
2927
+ max-height: var(--bits-select-content-available-height);
2928
+ min-width: 8rem;
2929
+ overflow-x: hidden;
2930
+ overflow-y: auto;
2931
+ border-radius: var(--radius-medium);
2932
+ border: 1px solid var(--colors-border);
2933
+ box-shadow: var(--shadow-3);
2934
+ }
2935
+ .styles_content__w5sq0p4[data-state=open] {
2936
+ animation: styles_fadeIn__w5sq0p0 0.2s ease-out, styles_zoomIn95__w5sq0p2 0.2s ease-out;
2937
+ }
2938
+ .styles_content__w5sq0p4[data-state=closed] {
2939
+ animation: styles_fadeOut__w5sq0p1 0.2s ease-in, styles_zoomOut95__w5sq0p3 0.2s ease-in;
2940
+ }
2941
+ .styles_viewport__w5sq0p5 {
2942
+ height: var(--bits-select-anchor-height);
2943
+ width: 100%;
2944
+ min-width: var(--bits-select-anchor-width);
2945
+ scroll-margin-top: var(--spacing-1);
2946
+ scroll-margin-bottom: var(--spacing-1);
2947
+ padding: var(--spacing-1);
2948
+ }
2949
+ .styles_groupHeading__19r0of00 {
2950
+ color: var(--colors-text-secondary);
2951
+ padding-left: var(--spacing-2);
2952
+ padding-right: var(--spacing-2);
2953
+ padding-top: 0.375rem;
2954
+ padding-bottom: 0.375rem;
2955
+ font-size: var(--fontSize-xs);
2956
+ }
2957
+ .styles_item__1sx68oi0 {
2958
+ position: relative;
2959
+ display: flex;
2960
+ width: 100%;
2961
+ cursor: default;
2962
+ align-items: center;
2963
+ gap: var(--spacing-2);
2964
+ border-radius: var(--radius-small);
2965
+ padding-top: 0.375rem;
2966
+ padding-bottom: 0.375rem;
2967
+ padding-left: var(--spacing-2);
2968
+ padding-right: var(--spacing-8);
2969
+ font-size: var(--fontSize-sm);
2970
+ outline: 2px solid transparent;
2971
+ outline-offset: 2px;
2972
+ user-select: none;
2973
+ }
2974
+ .styles_item__1sx68oi0[data-highlighted] {
2975
+ background-color: var(--colors-background-elementHover);
2976
+ color: var(--colors-text-primary);
2977
+ }
2978
+ .styles_item__1sx68oi0[data-disabled] {
2979
+ pointer-events: none;
2980
+ opacity: 0.5;
2981
+ }
2982
+ .styles_item__1sx68oi0 svg {
2983
+ pointer-events: none;
2984
+ flex-shrink: 0;
2985
+ width: var(--spacing-4);
2986
+ height: var(--spacing-4);
2987
+ }
2988
+ .styles_item__1sx68oi0 > span:last-child {
2989
+ display: flex;
2990
+ align-items: center;
2991
+ gap: var(--spacing-2);
2992
+ }
2993
+ .styles_checkSpan__1sx68oi1 {
2994
+ position: absolute;
2995
+ inset-inline-end: var(--spacing-2);
2996
+ display: flex;
2997
+ width: 0.875rem;
2998
+ height: 0.875rem;
2999
+ align-items: center;
3000
+ justify-content: center;
3001
+ }
3002
+ .styles_label__iexzjb0 {
3003
+ color: var(--colors-text-secondary);
3004
+ padding-left: var(--spacing-2);
3005
+ padding-right: var(--spacing-2);
3006
+ padding-top: 0.375rem;
3007
+ padding-bottom: 0.375rem;
3008
+ font-size: var(--fontSize-xs);
3009
+ }
3010
+ .styles_scrollDownButton__7d3xw70 {
3011
+ display: flex;
3012
+ cursor: default;
3013
+ align-items: center;
3014
+ justify-content: center;
3015
+ padding-top: var(--spacing-1);
3016
+ padding-bottom: var(--spacing-1);
3017
+ }
3018
+ .styles_scrollUpButton__16ac59n0 {
3019
+ display: flex;
3020
+ cursor: default;
3021
+ align-items: center;
3022
+ justify-content: center;
3023
+ padding-top: var(--spacing-1);
3024
+ padding-bottom: var(--spacing-1);
3025
+ }
3026
+ .styles_icon__16ac59n1 {
3027
+ width: var(--spacing-4);
3028
+ height: var(--spacing-4);
3029
+ }
3030
+ .styles_separator__1vmfpff0 {
3031
+ background-color: var(--colors-border);
3032
+ pointer-events: none;
3033
+ margin-left: calc(-1 * var(--spacing-1));
3034
+ margin-right: calc(-1 * var(--spacing-1));
3035
+ margin-top: var(--spacing-1);
3036
+ margin-bottom: var(--spacing-1);
3037
+ height: 1px;
3038
+ }
3039
+ .styles_trigger__8s541n0 {
3040
+ border-color: var(--colors-border);
3041
+ display: flex;
3042
+ width: fit-content;
3043
+ align-items: center;
3044
+ justify-content: space-between;
3045
+ gap: var(--spacing-2);
3046
+ border-radius: var(--radius-medium);
3047
+ border: 1px solid var(--colors-border);
3048
+ background-color: transparent;
3049
+ padding-left: var(--spacing-3);
3050
+ padding-right: var(--spacing-3);
3051
+ padding-top: var(--spacing-2);
3052
+ padding-bottom: var(--spacing-2);
3053
+ font-size: var(--fontSize-sm);
3054
+ white-space: nowrap;
3055
+ box-shadow: var(--shadow-1);
3056
+ transition-property: color, box-shadow;
3057
+ outline: 2px solid transparent;
3058
+ outline-offset: 2px;
3059
+ user-select: none;
3060
+ }
3061
+ .styles_trigger__8s541n0[data-placeholder] {
3062
+ color: var(--colors-text-secondary);
3063
+ }
3064
+ .styles_trigger__8s541n0:focus-visible {
3065
+ border-color: var(--colors-info);
3066
+ box-shadow: 0 0 0 3px var(--colors-info);
3067
+ }
3068
+ .styles_trigger__8s541n0[aria-invalid=true] {
3069
+ box-shadow: 0 0 0 3px rgba(var(--colors-error), 0.2);
3070
+ border-color: var(--colors-error);
3071
+ }
3072
+ .styles_trigger__8s541n0[disabled] {
3073
+ cursor: not-allowed;
3074
+ opacity: 0.5;
3075
+ }
3076
+ .styles_trigger__8s541n0[data-size=default] {
3077
+ height: 2.25rem;
3078
+ }
3079
+ .styles_trigger__8s541n0[data-size=sm] {
3080
+ height: 2rem;
3081
+ }
3082
+ .styles_trigger__8s541n0 svg {
3083
+ pointer-events: none;
3084
+ flex-shrink: 0;
3085
+ width: var(--spacing-4);
3086
+ height: var(--spacing-4);
3087
+ }
3088
+ .styles_trigger__8s541n0 > [data-slot=select-value] {
3089
+ display: flex;
3090
+ align-items: center;
3091
+ gap: var(--spacing-2);
3092
+ overflow: hidden;
3093
+ text-overflow: ellipsis;
3094
+ -webkit-line-clamp: 1;
3095
+ -webkit-box-orient: vertical;
3096
+ }
3097
+ .styles_chevronIcon__8s541n1 {
3098
+ width: var(--spacing-4);
3099
+ height: var(--spacing-4);
3100
+ opacity: 0.5;
3101
+ }
3102
+ .styles_separator__1oft9jk0 {
3103
+ background-color: var(--colors-border);
3104
+ flex-shrink: 0;
3105
+ }
3106
+ .styles_separator__1oft9jk0[data-orientation=horizontal] {
3107
+ height: 1px;
3108
+ width: 100%;
3109
+ }
3110
+ .styles_separator__1oft9jk0[data-orientation=vertical] {
3111
+ height: 100%;
3112
+ width: 1px;
3113
+ }
3114
+ .styles_root__1af48w00 {
3115
+ position: relative;
3116
+ display: flex;
3117
+ width: 100%;
3118
+ touch-action: none;
3119
+ align-items: center;
3120
+ user-select: none;
3121
+ }
3122
+ .styles_root__1af48w00[data-disabled] {
3123
+ opacity: 0.5;
3124
+ }
3125
+ .styles_root__1af48w00[data-orientation=vertical] {
3126
+ flex-direction: column;
3127
+ height: 100%;
3128
+ min-height: 176px;
3129
+ width: auto;
3130
+ }
3131
+ .styles_track__1af48w01 {
3132
+ background-color: var(--colors-background-element);
3133
+ position: relative;
3134
+ flex-grow: 1;
3135
+ overflow: hidden;
3136
+ border-radius: 9999px;
3137
+ }
3138
+ .styles_root__1af48w00[data-orientation=horizontal] .styles_trackSizes_small__1af48w02 {
3139
+ height: 1px;
3140
+ }
3141
+ .styles_root__1af48w00[data-orientation=vertical] .styles_trackSizes_small__1af48w02 {
3142
+ width: 1px;
3143
+ }
3144
+ .styles_root__1af48w00[data-orientation=horizontal] .styles_trackSizes_medium__1af48w03 {
3145
+ height: 2px;
3146
+ }
3147
+ .styles_root__1af48w00[data-orientation=vertical] .styles_trackSizes_medium__1af48w03 {
3148
+ width: 2px;
3149
+ }
3150
+ .styles_root__1af48w00[data-orientation=horizontal] .styles_trackSizes_large__1af48w04 {
3151
+ height: 3px;
3152
+ }
3153
+ .styles_root__1af48w00[data-orientation=vertical] .styles_trackSizes_large__1af48w04 {
3154
+ width: 3px;
3155
+ }
3156
+ .styles_range__1af48w05 {
3157
+ background-color: var(--colors-primary);
3158
+ position: absolute;
3159
+ }
3160
+ .styles_root__1af48w00[data-orientation=horizontal] .styles_range__1af48w05 {
3161
+ height: 100%;
3162
+ }
3163
+ .styles_root__1af48w00[data-orientation=vertical] .styles_range__1af48w05 {
3164
+ width: 100%;
3165
+ }
3166
+ .styles_thumb__1af48w06 {
3167
+ display: block;
3168
+ flex-shrink: 0;
3169
+ border-radius: 9999px;
3170
+ border: 2px solid var(--colors-primary);
3171
+ background-color: var(--colors-background-paper);
3172
+ box-shadow: var(--shadow-1);
3173
+ transition: box-shadow 0.2s, transform 0.2s;
3174
+ cursor: grab;
3175
+ outline: none;
3176
+ }
3177
+ .styles_thumb__1af48w06:hover {
3178
+ box-shadow: 0 0 0 4px color-mix(in oklch, var(--colors-primary) 15%, transparent);
3179
+ }
3180
+ .styles_thumb__1af48w06:focus-visible {
3181
+ box-shadow: 0 0 0 4px color-mix(in oklch, var(--colors-primary) 25%, transparent);
3182
+ }
3183
+ .styles_thumb__1af48w06:disabled {
3184
+ pointer-events: none;
3185
+ opacity: 0.5;
3186
+ }
3187
+ .styles_thumbSizes_small__1af48w07 {
3188
+ width: 11px;
3189
+ height: 11px;
3190
+ }
3191
+ .styles_thumbSizes_medium__1af48w08 {
3192
+ width: 13px;
3193
+ height: 13px;
3194
+ }
3195
+ .styles_thumbSizes_large__1af48w09 {
3196
+ width: 15px;
3197
+ height: 15px;
3198
+ }
3199
+ .styles_container__d42aim0 {
3200
+ position: relative;
3201
+ display: grid;
3202
+ grid-template-columns: 1fr auto;
3203
+ align-items: center;
3204
+ column-gap: var(--spacing-1);
3205
+ background: var(--colors-background-paper);
3206
+ border: 1px solid var(--colors-border);
3207
+ border-radius: var(--radius-medium);
3208
+ transition: border 0.2s;
3209
+ }
3210
+ .styles_fullWidth__d42aim1 {
3211
+ width: 100%;
3212
+ }
3213
+ .styles_active__d42aim2 {
3214
+ border-color: var(--colors-primary);
3215
+ }
3216
+ .styles_sizes_small__d42aim3 {
3217
+ padding: 0.125rem var(--spacing-2);
3218
+ height: 28px;
3219
+ font-size: var(--fontSize-sm);
3220
+ }
3221
+ .styles_sizes_medium__d42aim4 {
3222
+ padding: var(--spacing-1) var(--spacing-3);
3223
+ height: 36px;
3224
+ font-size: var(--fontSize-base);
3225
+ }
3226
+ .styles_sizes_large__d42aim5 {
3227
+ padding: var(--spacing-2) var(--spacing-4);
3228
+ height: 44px;
3229
+ font-size: var(--fontSize-lg);
3230
+ }
3231
+ .styles_text__d42aim6 {
3232
+ font-size: inherit;
3233
+ }
3234
+ .styles_input__d42aim7 {
3235
+ width: 100%;
3236
+ min-width: 24px;
3237
+ border: none;
3238
+ font-size: inherit;
3239
+ text-wrap: nowrap;
3240
+ text-overflow: ellipsis;
3241
+ overflow: hidden;
3242
+ outline: none;
3243
+ background: transparent;
3244
+ color: inherit;
3245
+ }
3246
+ .styles_input__d42aim7:focus {
3247
+ border: none;
3248
+ }
3249
+ .styles_slider__d42aim8 {
3250
+ position: absolute;
3251
+ bottom: -2px;
3252
+ left: 50%;
3253
+ transform: translateX(-50%);
3254
+ width: calc(100% - var(--radius-large));
3255
+ border-radius: 9999px;
3256
+ }
3257
+ .styles_track__d42aim9 {
3258
+ background-color: transparent;
3259
+ }
3260
+ @media (max-width: 600px) {
3261
+ .styles_container__d42aim0 {
3262
+ width: 100%;
3263
+ }
3264
+ }
3265
+ @keyframes styles_spin__rkoygc0 {
3266
+ from {
3267
+ transform: rotate(0deg);
3268
+ }
3269
+ to {
3270
+ transform: rotate(360deg);
3271
+ }
3272
+ }
3273
+ .styles_spinner__rkoygc1 {
3274
+ display: inline-block;
3275
+ animation: styles_spin__rkoygc0 1s linear infinite;
3276
+ }
3277
+ .styles_spinnerSizes_small__rkoygc2 {
3278
+ width: var(--spacing-4);
3279
+ height: var(--spacing-4);
3280
+ }
3281
+ .styles_spinnerSizes_medium__rkoygc3 {
3282
+ width: var(--spacing-6);
3283
+ height: var(--spacing-6);
3284
+ }
3285
+ .styles_spinnerSizes_large__rkoygc4 {
3286
+ width: var(--spacing-8);
3287
+ height: var(--spacing-8);
3288
+ }
3289
+ .styles_root__mob0850 {
3290
+ display: flex;
3291
+ flex-direction: column;
3292
+ gap: var(--spacing-2);
3293
+ }
3294
+ .styles_list__mob0851 {
3295
+ background-color: var(--colors-background-paper);
3296
+ color: var(--colors-text-secondary);
3297
+ display: inline-flex;
3298
+ height: var(--spacing-10);
3299
+ width: fit-content;
3300
+ align-items: center;
3301
+ justify-content: center;
3302
+ border-radius: var(--radius-medium);
3303
+ box-shadow: var(--shadow-3);
3304
+ padding: var(--spacing-1);
3305
+ gap: var(--spacing-1);
3306
+ }
3307
+ .styles_trigger__mob0852 {
3308
+ color: var(--colors-text-primary);
3309
+ display: inline-flex;
3310
+ height: calc(100% - 1px);
3311
+ flex: 1;
3312
+ align-items: center;
3313
+ justify-content: center;
3314
+ gap: var(--spacing-1);
3315
+ border-radius: var(--radius-medium);
3316
+ border: 1px solid transparent;
3317
+ padding: var(--spacing-1) var(--spacing-2);
3318
+ font-size: var(--fontSize-sm);
3319
+ font-weight: var(--fontWeight-medium);
3320
+ white-space: nowrap;
3321
+ transition: color 0.2s, background-color 0.2s, box-shadow 0.2s;
3322
+ cursor: pointer;
3323
+ outline: none;
3324
+ }
3325
+ .styles_trigger__mob0852[data-state=active] {
3326
+ background-color: var(--colors-primary);
3327
+ color: var(--colors-foreground-primary);
3328
+ box-shadow: var(--shadow-1);
3329
+ }
3330
+ .styles_trigger__mob0852:focus-visible {
3331
+ border-color: var(--colors-primary);
3332
+ box-shadow: 0 0 0 3px color-mix(in oklch, var(--colors-primary) 20%, transparent);
3333
+ outline: 1px solid var(--colors-primary);
3334
+ }
3335
+ .styles_trigger__mob0852:disabled {
3336
+ pointer-events: none;
3337
+ opacity: 0.5;
3338
+ }
3339
+ .styles_trigger__mob0852 svg {
3340
+ pointer-events: none;
3341
+ flex-shrink: 0;
3342
+ }
3343
+ .styles_trigger__mob0852 svg:not([class*='size-']) {
3344
+ width: var(--spacing-4);
3345
+ height: var(--spacing-4);
3346
+ }
3347
+ .styles_content__mob0853 {
3348
+ flex: 1;
3349
+ outline: none;
3350
+ }
3351
+ @keyframes styles_fadeIn__ly8gs70 {
3352
+ 0% {
3353
+ opacity: 0;
3354
+ }
3355
+ 100% {
3356
+ opacity: 1;
3357
+ }
3358
+ }
3359
+ @keyframes styles_fadeOut__ly8gs71 {
3360
+ 0% {
3361
+ opacity: 1;
3362
+ }
3363
+ 100% {
3364
+ opacity: 0;
3365
+ }
3366
+ }
3367
+ @keyframes styles_zoomIn__ly8gs72 {
3368
+ 0% {
3369
+ transform: scale(0.95);
3370
+ opacity: 0;
3371
+ }
3372
+ 100% {
3373
+ transform: scale(1);
3374
+ opacity: 1;
3375
+ }
3376
+ }
3377
+ @keyframes styles_zoomOut__ly8gs73 {
3378
+ 0% {
3379
+ transform: scale(1);
3380
+ opacity: 1;
3381
+ }
3382
+ 100% {
3383
+ transform: scale(0.95);
3384
+ opacity: 0;
3385
+ }
3386
+ }
3387
+ @keyframes styles_slideInFromTop__ly8gs74 {
3388
+ 0% {
3389
+ transform: translateY(8px);
3390
+ opacity: 0;
3391
+ }
3392
+ 100% {
3393
+ transform: translateY(0);
3394
+ opacity: 1;
3395
+ }
3396
+ }
3397
+ @keyframes styles_slideInFromBottom__ly8gs75 {
3398
+ 0% {
3399
+ transform: translateY(-8px);
3400
+ opacity: 0;
3401
+ }
3402
+ 100% {
3403
+ transform: translateY(0);
3404
+ opacity: 1;
3405
+ }
3406
+ }
3407
+ @keyframes styles_slideInFromEnd__ly8gs76 {
3408
+ 0% {
3409
+ transform: translateX(-8px);
3410
+ opacity: 0;
3411
+ }
3412
+ 100% {
3413
+ transform: translateX(0);
3414
+ opacity: 1;
3415
+ }
3416
+ }
3417
+ @keyframes styles_slideInFromStart__ly8gs77 {
3418
+ 0% {
3419
+ transform: translateX(8px);
3420
+ opacity: 0;
3421
+ }
3422
+ 100% {
3423
+ transform: translateX(0);
3424
+ opacity: 1;
3425
+ }
3426
+ }
3427
+ .styles_content__ly8gs78 {
3428
+ z-index: 50;
3429
+ background-color: var(--colors-background-tooltip);
3430
+ color: var(--colors-background-paper);
3431
+ border-radius: var(--radius-small);
3432
+ padding: var(--spacing-2) var(--spacing-3);
3433
+ font-size: var(--fontSize-xs);
3434
+ font-weight: var(--fontWeight-semibold);
3435
+ text-align: center;
3436
+ width: fit-content;
3437
+ transform-origin: var(--bits-tooltip-content-transform-origin);
3438
+ animation: styles_fadeIn__ly8gs70 150ms ease-out, styles_zoomIn__ly8gs72 150ms ease-out;
3439
+ text-wrap: balance;
3440
+ line-height: var(--lineHeight-none);
3441
+ }
3442
+ .styles_content__ly8gs78[data-state="closed"] {
3443
+ animation: styles_fadeOut__ly8gs71 150ms ease-out, styles_zoomOut__ly8gs73 150ms ease-out;
3444
+ }
3445
+ .styles_content__ly8gs78[data-side="bottom"] {
3446
+ animation: styles_fadeIn__ly8gs70 150ms ease-out, styles_slideInFromTop__ly8gs74 150ms ease-out;
3447
+ }
3448
+ .styles_content__ly8gs78[data-side="left"] {
3449
+ animation: styles_fadeIn__ly8gs70 150ms ease-out, styles_slideInFromEnd__ly8gs76 150ms ease-out;
3450
+ }
3451
+ .styles_content__ly8gs78[data-side="right"] {
3452
+ animation: styles_fadeIn__ly8gs70 150ms ease-out, styles_slideInFromStart__ly8gs77 150ms ease-out;
3453
+ }
3454
+ .styles_content__ly8gs78[data-side="top"] {
3455
+ animation: styles_fadeIn__ly8gs70 150ms ease-out, styles_slideInFromBottom__ly8gs75 150ms ease-out;
3456
+ }
3457
+ .styles_content__ly8gs78[data-side="bottom"][data-state="closed"] {
3458
+ animation: styles_fadeOut__ly8gs71 150ms ease-out, styles_zoomOut__ly8gs73 150ms ease-out, styles_slideInFromTop__ly8gs74 150ms ease-out reverse;
3459
+ }
3460
+ .styles_content__ly8gs78[data-side="left"][data-state="closed"] {
3461
+ animation: styles_fadeOut__ly8gs71 150ms ease-out, styles_zoomOut__ly8gs73 150ms ease-out, styles_slideInFromEnd__ly8gs76 150ms ease-out reverse;
3462
+ }
3463
+ .styles_content__ly8gs78[data-side="right"][data-state="closed"] {
3464
+ animation: styles_fadeOut__ly8gs71 150ms ease-out, styles_zoomOut__ly8gs73 150ms ease-out, styles_slideInFromStart__ly8gs77 150ms ease-out reverse;
3465
+ }
3466
+ .styles_content__ly8gs78[data-side="top"][data-state="closed"] {
3467
+ animation: styles_fadeOut__ly8gs71 150ms ease-out, styles_zoomOut__ly8gs73 150ms ease-out, styles_slideInFromBottom__ly8gs75 150ms ease-out reverse;
3468
+ }
3469
+ .styles_arrow__ly8gs79 {
3470
+ fill: var(--colors-background-tooltip);
3471
+ width: 14px;
3472
+ height: 14px;
3473
+ }
3474
+ .styles_arrow__ly8gs79[data-side="top"] {
3475
+ translate: 0 -5px;
3476
+ }
3477
+ .styles_arrow__ly8gs79[data-side="bottom"] {
3478
+ translate: 0 5px;
3479
+ }
3480
+ .styles_arrow__ly8gs79[data-side="right"] {
3481
+ translate: 5px 0;
3482
+ }
3483
+ .styles_arrow__ly8gs79[data-side="left"] {
3484
+ translate: -5px 0;
3485
+ }
3486
+ .styles_variants_h1__13e75lj0 {
3487
+ font-size: var(--fontSize-4xl);
3488
+ font-weight: var(--fontWeight-bold);
3489
+ line-height: var(--lineHeight-tight);
3490
+ letter-spacing: -0.025em;
3491
+ }
3492
+ .styles_variants_h2__13e75lj1 {
3493
+ font-size: var(--fontSize-3xl);
3494
+ font-weight: var(--fontWeight-bold);
3495
+ line-height: var(--lineHeight-tight);
3496
+ letter-spacing: -0.025em;
3497
+ }
3498
+ .styles_variants_h3__13e75lj2 {
3499
+ font-size: var(--fontSize-2xl);
3500
+ font-weight: var(--fontWeight-bold);
3501
+ line-height: var(--lineHeight-snug);
3502
+ letter-spacing: -0.025em;
3503
+ }
3504
+ .styles_variants_h4__13e75lj3 {
3505
+ font-size: var(--fontSize-xl);
3506
+ font-weight: var(--fontWeight-semibold);
3507
+ line-height: var(--lineHeight-snug);
3508
+ }
3509
+ .styles_variants_h5__13e75lj4 {
3510
+ font-size: var(--fontSize-lg);
3511
+ font-weight: var(--fontWeight-semibold);
3512
+ line-height: var(--lineHeight-normal);
3513
+ }
3514
+ .styles_variants_h6__13e75lj5 {
3515
+ font-size: var(--fontSize-base);
3516
+ font-weight: var(--fontWeight-semibold);
3517
+ line-height: var(--lineHeight-normal);
3518
+ }
3519
+ .styles_variants_subtitle1__13e75lj6 {
3520
+ font-size: var(--fontSize-base);
3521
+ font-weight: var(--fontWeight-medium);
3522
+ line-height: var(--lineHeight-normal);
3523
+ letter-spacing: 0.009em;
3524
+ }
3525
+ .styles_variants_subtitle2__13e75lj7 {
3526
+ font-size: var(--fontSize-sm);
3527
+ font-weight: var(--fontWeight-medium);
3528
+ line-height: 1.57;
3529
+ letter-spacing: 0.007em;
3530
+ }
3531
+ .styles_variants_body1__13e75lj8 {
3532
+ font-size: var(--fontSize-base);
3533
+ font-weight: var(--fontWeight-normal);
3534
+ line-height: var(--lineHeight-normal);
3535
+ letter-spacing: 0.012em;
3536
+ }
3537
+ .styles_variants_body2__13e75lj9 {
3538
+ font-size: var(--fontSize-sm);
3539
+ font-weight: var(--fontWeight-normal);
3540
+ line-height: var(--lineHeight-snug);
3541
+ letter-spacing: 0.01em;
3542
+ }
3543
+ .styles_variants_caption__13e75lja {
3544
+ font-size: var(--fontSize-xs);
3545
+ font-weight: var(--fontWeight-normal);
3546
+ line-height: var(--lineHeight-relaxed);
3547
+ letter-spacing: 0.027em;
3548
+ }
3549
+ .styles_variants_overline__13e75ljb {
3550
+ font-size: var(--fontSize-xs);
3551
+ font-weight: var(--fontWeight-normal);
3552
+ line-height: 2.66;
3553
+ letter-spacing: 0.083em;
3554
+ text-transform: uppercase;
3555
+ }
3556
+ .styles_colors_primary__13e75ljc {
3557
+ color: var(--colors-text-primary);
3558
+ }
3559
+ .styles_colors_secondary__13e75ljd {
3560
+ color: var(--colors-text-secondary);
3561
+ }
3562
+ .styles_colors_disabled__13e75lje {
3563
+ color: var(--colors-text-disabled);
3564
+ }
3565
+ .styles_colors_success__13e75ljf {
3566
+ color: var(--colors-success);
3567
+ }
3568
+ .styles_colors_error__13e75ljg {
3569
+ color: var(--colors-error);
3570
+ }
3571
+ .styles_colors_warning__13e75ljh {
3572
+ color: var(--colors-warning);
3573
+ }
3574
+ .styles_colors_info__13e75lji {
3575
+ color: var(--colors-info);
3576
+ }
3577
+ .styles_colors_muted__13e75ljj {
3578
+ color: var(--colors-text-hint);
3579
+ }
3580
+ .styles_alignments_left__13e75ljk {
3581
+ text-align: left;
3582
+ }
3583
+ .styles_alignments_center__13e75ljl {
3584
+ text-align: center;
3585
+ }
3586
+ .styles_alignments_right__13e75ljm {
3587
+ text-align: right;
3588
+ }
3589
+ .styles_alignments_justify__13e75ljn {
3590
+ text-align: justify;
3591
+ }
3592
+ .styles_displays_block__13e75ljo {
3593
+ display: block;
3594
+ }
3595
+ .styles_displays_inline__13e75ljp {
3596
+ display: inline;
3597
+ }
3598
+ .styles_weights_normal__13e75ljq {
3599
+ font-weight: var(--fontWeight-normal);
3600
+ }
3601
+ .styles_weights_medium__13e75ljr {
3602
+ font-weight: var(--fontWeight-medium);
3603
+ }
3604
+ .styles_weights_semibold__13e75ljs {
3605
+ font-weight: var(--fontWeight-semibold);
3606
+ }
3607
+ .styles_weights_bold__13e75ljt {
3608
+ font-weight: var(--fontWeight-bold);
3609
+ }
3610
+ .styles_transforms_lowercase__13e75lju {
3611
+ text-transform: lowercase;
3612
+ }
3613
+ .styles_transforms_uppercase__13e75ljv {
3614
+ text-transform: uppercase;
3615
+ }
3616
+ .styles_transforms_capitalize__13e75ljw {
3617
+ text-transform: capitalize;
3618
+ }
3619
+ .styles_decorations_none__13e75ljx {
3620
+ text-decoration: none;
3621
+ }
3622
+ .styles_decorations_underline__13e75ljy {
3623
+ text-decoration: underline;
3624
+ }
3625
+ .styles_decorations_lineThrough__13e75ljz {
3626
+ text-decoration: line-through;
3627
+ }
3628
+ .styles_gutterBottomClass__13e75lj10 {
3629
+ margin-bottom: var(--spacing-2);
3630
+ }