@orcestr/ui 0.0.1

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