banhaten 0.1.0

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