@suryapamenang/ui 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 (216) hide show
  1. package/README.md +81 -0
  2. package/dist/components/basic-blocks-base-kit.d.ts +6 -0
  3. package/dist/components/basic-blocks-base-kit.d.ts.map +1 -0
  4. package/dist/components/basic-blocks-base-kit.js +17 -0
  5. package/dist/components/basic-blocks-kit.d.ts +6 -0
  6. package/dist/components/basic-blocks-kit.d.ts.map +1 -0
  7. package/dist/components/basic-blocks-kit.js +68 -0
  8. package/dist/components/basic-marks-base-kit.d.ts +20 -0
  9. package/dist/components/basic-marks-base-kit.d.ts.map +1 -0
  10. package/dist/components/basic-marks-base-kit.js +15 -0
  11. package/dist/components/basic-marks-kit.d.ts +20 -0
  12. package/dist/components/basic-marks-kit.d.ts.map +1 -0
  13. package/dist/components/basic-marks-kit.js +27 -0
  14. package/dist/components/basic-nodes-kit.d.ts +24 -0
  15. package/dist/components/basic-nodes-kit.d.ts.map +1 -0
  16. package/dist/components/basic-nodes-kit.js +3 -0
  17. package/dist/components/file-upload.d.ts +15 -0
  18. package/dist/components/file-upload.d.ts.map +1 -0
  19. package/dist/components/file-upload.js +29 -0
  20. package/dist/components/multi-step-viewer.d.ts +23 -0
  21. package/dist/components/multi-step-viewer.d.ts.map +1 -0
  22. package/dist/components/multi-step-viewer.js +73 -0
  23. package/dist/components/plate-editor.d.ts +2 -0
  24. package/dist/components/plate-editor.d.ts.map +1 -0
  25. package/dist/components/plate-editor.js +44 -0
  26. package/dist/hooks/use-file-upload.d.ts +46 -0
  27. package/dist/hooks/use-file-upload.d.ts.map +1 -0
  28. package/dist/hooks/use-file-upload.js +228 -0
  29. package/dist/hooks/use-mobile.d.ts +2 -0
  30. package/dist/hooks/use-mobile.d.ts.map +1 -0
  31. package/dist/hooks/use-mobile.js +15 -0
  32. package/dist/hooks/use-multi-step-viewer.d.ts +30 -0
  33. package/dist/hooks/use-multi-step-viewer.d.ts.map +1 -0
  34. package/dist/hooks/use-multi-step-viewer.js +72 -0
  35. package/dist/index.css +3645 -0
  36. package/dist/lib/utils.d.ts +3 -0
  37. package/dist/lib/utils.d.ts.map +1 -0
  38. package/dist/lib/utils.js +5 -0
  39. package/dist/primitives/accordion.d.ts +8 -0
  40. package/dist/primitives/accordion.d.ts.map +1 -0
  41. package/dist/primitives/accordion.js +17 -0
  42. package/dist/primitives/alert-dialog.d.ts +15 -0
  43. package/dist/primitives/alert-dialog.d.ts.map +1 -0
  44. package/dist/primitives/alert-dialog.js +38 -0
  45. package/dist/primitives/avatar.d.ts +7 -0
  46. package/dist/primitives/avatar.d.ts.map +1 -0
  47. package/dist/primitives/avatar.js +13 -0
  48. package/dist/primitives/badge.d.ts +10 -0
  49. package/dist/primitives/badge.d.ts.map +1 -0
  50. package/dist/primitives/badge.js +22 -0
  51. package/dist/primitives/blockquote-node-static.d.ts +3 -0
  52. package/dist/primitives/blockquote-node-static.d.ts.map +1 -0
  53. package/dist/primitives/blockquote-node-static.js +5 -0
  54. package/dist/primitives/blockquote-node.d.ts +3 -0
  55. package/dist/primitives/blockquote-node.d.ts.map +1 -0
  56. package/dist/primitives/blockquote-node.js +5 -0
  57. package/dist/primitives/breadcrumb.d.ts +14 -0
  58. package/dist/primitives/breadcrumb.d.ts.map +1 -0
  59. package/dist/primitives/breadcrumb.js +29 -0
  60. package/dist/primitives/button.d.ts +11 -0
  61. package/dist/primitives/button.d.ts.map +1 -0
  62. package/dist/primitives/button.js +33 -0
  63. package/dist/primitives/calendar.d.ts +9 -0
  64. package/dist/primitives/calendar.d.ts.map +1 -0
  65. package/dist/primitives/calendar.js +73 -0
  66. package/dist/primitives/card.d.ts +10 -0
  67. package/dist/primitives/card.d.ts.map +1 -0
  68. package/dist/primitives/card.js +24 -0
  69. package/dist/primitives/chart.d.ts +42 -0
  70. package/dist/primitives/chart.d.ts.map +1 -0
  71. package/dist/primitives/chart.js +132 -0
  72. package/dist/primitives/checkbox.d.ts +5 -0
  73. package/dist/primitives/checkbox.d.ts.map +1 -0
  74. package/dist/primitives/checkbox.js +8 -0
  75. package/dist/primitives/code-node-static.d.ts +3 -0
  76. package/dist/primitives/code-node-static.d.ts.map +1 -0
  77. package/dist/primitives/code-node-static.js +5 -0
  78. package/dist/primitives/code-node.d.ts +3 -0
  79. package/dist/primitives/code-node.d.ts.map +1 -0
  80. package/dist/primitives/code-node.js +5 -0
  81. package/dist/primitives/command.d.ts +19 -0
  82. package/dist/primitives/command.d.ts.map +1 -0
  83. package/dist/primitives/command.js +33 -0
  84. package/dist/primitives/datepicker.d.ts +8 -0
  85. package/dist/primitives/datepicker.d.ts.map +1 -0
  86. package/dist/primitives/datepicker.js +42 -0
  87. package/dist/primitives/datepicker2.d.ts +8 -0
  88. package/dist/primitives/datepicker2.d.ts.map +1 -0
  89. package/dist/primitives/datepicker2.js +13 -0
  90. package/dist/primitives/dialog.d.ts +16 -0
  91. package/dist/primitives/dialog.d.ts.map +1 -0
  92. package/dist/primitives/dialog.js +35 -0
  93. package/dist/primitives/drawer.d.ts +14 -0
  94. package/dist/primitives/drawer.d.ts.map +1 -0
  95. package/dist/primitives/drawer.js +34 -0
  96. package/dist/primitives/dropdown-menu.d.ts +26 -0
  97. package/dist/primitives/dropdown-menu.d.ts.map +1 -0
  98. package/dist/primitives/dropdown-menu.js +50 -0
  99. package/dist/primitives/dropzone.d.ts +12 -0
  100. package/dist/primitives/dropzone.d.ts.map +1 -0
  101. package/dist/primitives/dropzone.js +7 -0
  102. package/dist/primitives/editor-static.d.ts +9 -0
  103. package/dist/primitives/editor-static.d.ts.map +1 -0
  104. package/dist/primitives/editor-static.js +29 -0
  105. package/dist/primitives/editor.d.ts +29 -0
  106. package/dist/primitives/editor.d.ts.map +1 -0
  107. package/dist/primitives/editor.js +56 -0
  108. package/dist/primitives/field.d.ts +27 -0
  109. package/dist/primitives/field.d.ts.map +1 -0
  110. package/dist/primitives/field.js +77 -0
  111. package/dist/primitives/fixed-toolbar.d.ts +3 -0
  112. package/dist/primitives/fixed-toolbar.d.ts.map +1 -0
  113. package/dist/primitives/fixed-toolbar.js +6 -0
  114. package/dist/primitives/form.d.ts +24 -0
  115. package/dist/primitives/form.d.ts.map +1 -0
  116. package/dist/primitives/form.js +58 -0
  117. package/dist/primitives/heading-node-static.d.ts +15 -0
  118. package/dist/primitives/heading-node-static.d.ts.map +1 -0
  119. package/dist/primitives/heading-node-static.js +37 -0
  120. package/dist/primitives/heading-node.d.ts +15 -0
  121. package/dist/primitives/heading-node.d.ts.map +1 -0
  122. package/dist/primitives/heading-node.js +37 -0
  123. package/dist/primitives/highlight-node-static.d.ts +3 -0
  124. package/dist/primitives/highlight-node-static.d.ts.map +1 -0
  125. package/dist/primitives/highlight-node-static.js +5 -0
  126. package/dist/primitives/highlight-node.d.ts +3 -0
  127. package/dist/primitives/highlight-node.d.ts.map +1 -0
  128. package/dist/primitives/highlight-node.js +5 -0
  129. package/dist/primitives/hr-node-static.d.ts +3 -0
  130. package/dist/primitives/hr-node-static.d.ts.map +1 -0
  131. package/dist/primitives/hr-node-static.js +6 -0
  132. package/dist/primitives/hr-node.d.ts +3 -0
  133. package/dist/primitives/hr-node.d.ts.map +1 -0
  134. package/dist/primitives/hr-node.js +9 -0
  135. package/dist/primitives/input.d.ts +4 -0
  136. package/dist/primitives/input.d.ts.map +1 -0
  137. package/dist/primitives/input.js +6 -0
  138. package/dist/primitives/kbd-node-static.d.ts +3 -0
  139. package/dist/primitives/kbd-node-static.d.ts.map +1 -0
  140. package/dist/primitives/kbd-node-static.js +5 -0
  141. package/dist/primitives/kbd-node.d.ts +3 -0
  142. package/dist/primitives/kbd-node.d.ts.map +1 -0
  143. package/dist/primitives/kbd-node.js +5 -0
  144. package/dist/primitives/kbd.d.ts +4 -0
  145. package/dist/primitives/kbd.d.ts.map +1 -0
  146. package/dist/primitives/kbd.js +9 -0
  147. package/dist/primitives/label.d.ts +5 -0
  148. package/dist/primitives/label.d.ts.map +1 -0
  149. package/dist/primitives/label.js +7 -0
  150. package/dist/primitives/mark-toolbar-button.d.ts +7 -0
  151. package/dist/primitives/mark-toolbar-button.d.ts.map +1 -0
  152. package/dist/primitives/mark-toolbar-button.js +8 -0
  153. package/dist/primitives/pagination.d.ts +14 -0
  154. package/dist/primitives/pagination.d.ts.map +1 -0
  155. package/dist/primitives/pagination.js +29 -0
  156. package/dist/primitives/paragraph-node-static.d.ts +3 -0
  157. package/dist/primitives/paragraph-node-static.d.ts.map +1 -0
  158. package/dist/primitives/paragraph-node-static.js +6 -0
  159. package/dist/primitives/paragraph-node.d.ts +3 -0
  160. package/dist/primitives/paragraph-node.d.ts.map +1 -0
  161. package/dist/primitives/paragraph-node.js +6 -0
  162. package/dist/primitives/popover.d.ts +8 -0
  163. package/dist/primitives/popover.d.ts.map +1 -0
  164. package/dist/primitives/popover.js +16 -0
  165. package/dist/primitives/progress.d.ts +5 -0
  166. package/dist/primitives/progress.d.ts.map +1 -0
  167. package/dist/primitives/progress.js +7 -0
  168. package/dist/primitives/radio-group.d.ts +6 -0
  169. package/dist/primitives/radio-group.d.ts.map +1 -0
  170. package/dist/primitives/radio-group.js +11 -0
  171. package/dist/primitives/scroll-area.d.ts +6 -0
  172. package/dist/primitives/scroll-area.d.ts.map +1 -0
  173. package/dist/primitives/scroll-area.js +12 -0
  174. package/dist/primitives/select.d.ts +16 -0
  175. package/dist/primitives/select.d.ts.map +1 -0
  176. package/dist/primitives/select.js +37 -0
  177. package/dist/primitives/separator.d.ts +5 -0
  178. package/dist/primitives/separator.d.ts.map +1 -0
  179. package/dist/primitives/separator.js +7 -0
  180. package/dist/primitives/sheet.d.ts +14 -0
  181. package/dist/primitives/sheet.d.ts.map +1 -0
  182. package/dist/primitives/sheet.js +39 -0
  183. package/dist/primitives/sidebar.d.ts +71 -0
  184. package/dist/primitives/sidebar.d.ts.map +1 -0
  185. package/dist/primitives/sidebar.js +212 -0
  186. package/dist/primitives/skeleton.d.ts +3 -0
  187. package/dist/primitives/skeleton.d.ts.map +1 -0
  188. package/dist/primitives/skeleton.js +6 -0
  189. package/dist/primitives/sonner.d.ts +4 -0
  190. package/dist/primitives/sonner.d.ts.map +1 -0
  191. package/dist/primitives/sonner.js +20 -0
  192. package/dist/primitives/spinner.d.ts +3 -0
  193. package/dist/primitives/spinner.d.ts.map +1 -0
  194. package/dist/primitives/spinner.js +7 -0
  195. package/dist/primitives/table.d.ts +11 -0
  196. package/dist/primitives/table.d.ts.map +1 -0
  197. package/dist/primitives/table.js +27 -0
  198. package/dist/primitives/tabs.d.ts +8 -0
  199. package/dist/primitives/tabs.d.ts.map +1 -0
  200. package/dist/primitives/tabs.js +16 -0
  201. package/dist/primitives/textarea.d.ts +4 -0
  202. package/dist/primitives/textarea.d.ts.map +1 -0
  203. package/dist/primitives/textarea.js +6 -0
  204. package/dist/primitives/toggle-group.d.ts +10 -0
  205. package/dist/primitives/toggle-group.d.ts.map +1 -0
  206. package/dist/primitives/toggle-group.js +21 -0
  207. package/dist/primitives/toggle.d.ts +10 -0
  208. package/dist/primitives/toggle.d.ts.map +1 -0
  209. package/dist/primitives/toggle.js +25 -0
  210. package/dist/primitives/toolbar.d.ts +43 -0
  211. package/dist/primitives/toolbar.d.ts.map +1 -0
  212. package/dist/primitives/toolbar.js +110 -0
  213. package/dist/primitives/tooltip.d.ts +8 -0
  214. package/dist/primitives/tooltip.d.ts.map +1 -0
  215. package/dist/primitives/tooltip.js +16 -0
  216. package/package.json +88 -0
package/dist/index.css ADDED
@@ -0,0 +1,3645 @@
1
+ /*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: var(--font-sans);
7
+ --font-serif: var(--font-serif);
8
+ --font-mono: var(--font-mono);
9
+ --color-black: #000;
10
+ --color-white: #fff;
11
+ --spacing: 0.25rem;
12
+ --container-sm: 24rem;
13
+ --container-lg: 32rem;
14
+ --text-xs: 0.75rem;
15
+ --text-xs--line-height: calc(1 / 0.75);
16
+ --text-sm: 0.875rem;
17
+ --text-sm--line-height: calc(1.25 / 0.875);
18
+ --text-base: 1rem;
19
+ --text-base--line-height: calc(1.5 / 1);
20
+ --text-lg: 1.125rem;
21
+ --text-lg--line-height: calc(1.75 / 1.125);
22
+ --text-xl: 1.25rem;
23
+ --text-xl--line-height: calc(1.75 / 1.25);
24
+ --text-2xl: 1.5rem;
25
+ --text-2xl--line-height: calc(2 / 1.5);
26
+ --text-4xl: 2.25rem;
27
+ --text-4xl--line-height: calc(2.5 / 2.25);
28
+ --font-weight-normal: 400;
29
+ --font-weight-medium: 500;
30
+ --font-weight-semibold: 600;
31
+ --font-weight-bold: 700;
32
+ --tracking-tight: -0.025em;
33
+ --tracking-widest: 0.1em;
34
+ --leading-tight: 1.25;
35
+ --leading-snug: 1.375;
36
+ --leading-normal: 1.5;
37
+ --radius-xs: 0.125rem;
38
+ --shadow-2xs: var(--shadow-2xs);
39
+ --shadow-xs: var(--shadow-xs);
40
+ --shadow-sm: var(--shadow-sm);
41
+ --shadow-md: var(--shadow-md);
42
+ --shadow-lg: var(--shadow-lg);
43
+ --shadow-xl: var(--shadow-xl);
44
+ --shadow-2xl: var(--shadow-2xl);
45
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
46
+ --animate-spin: spin 1s linear infinite;
47
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
48
+ --blur-sm: 8px;
49
+ --aspect-video: 16 / 9;
50
+ --default-transition-duration: 150ms;
51
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
52
+ --default-font-family: var(--font-sans);
53
+ --default-mono-font-family: var(--font-mono);
54
+ --shadow: var(--shadow);
55
+ --color-highlight: var(--highlight);
56
+ --color-brand: var(--brand);
57
+ --color-border: var(--border);
58
+ }
59
+ }
60
+ @layer base {
61
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
62
+ box-sizing: border-box;
63
+ margin: 0;
64
+ padding: 0;
65
+ border: 0 solid;
66
+ }
67
+ html, :host {
68
+ line-height: 1.5;
69
+ -webkit-text-size-adjust: 100%;
70
+ tab-size: 4;
71
+ font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
72
+ font-feature-settings: var(--default-font-feature-settings, normal);
73
+ font-variation-settings: var(--default-font-variation-settings, normal);
74
+ -webkit-tap-highlight-color: transparent;
75
+ }
76
+ hr {
77
+ height: 0;
78
+ color: inherit;
79
+ border-top-width: 1px;
80
+ }
81
+ abbr:where([title]) {
82
+ -webkit-text-decoration: underline dotted;
83
+ text-decoration: underline dotted;
84
+ }
85
+ h1, h2, h3, h4, h5, h6 {
86
+ font-size: inherit;
87
+ font-weight: inherit;
88
+ }
89
+ a {
90
+ color: inherit;
91
+ -webkit-text-decoration: inherit;
92
+ text-decoration: inherit;
93
+ }
94
+ b, strong {
95
+ font-weight: bolder;
96
+ }
97
+ code, kbd, samp, pre {
98
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
99
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
100
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
101
+ font-size: 1em;
102
+ }
103
+ small {
104
+ font-size: 80%;
105
+ }
106
+ sub, sup {
107
+ font-size: 75%;
108
+ line-height: 0;
109
+ position: relative;
110
+ vertical-align: baseline;
111
+ }
112
+ sub {
113
+ bottom: -0.25em;
114
+ }
115
+ sup {
116
+ top: -0.5em;
117
+ }
118
+ table {
119
+ text-indent: 0;
120
+ border-color: inherit;
121
+ border-collapse: collapse;
122
+ }
123
+ :-moz-focusring:where(:not(iframe)) {
124
+ outline: auto;
125
+ }
126
+ progress {
127
+ vertical-align: baseline;
128
+ }
129
+ summary {
130
+ display: list-item;
131
+ }
132
+ ol, ul, menu {
133
+ list-style: none;
134
+ }
135
+ img, svg, video, canvas, audio, iframe, embed, object {
136
+ display: block;
137
+ vertical-align: middle;
138
+ }
139
+ img, video {
140
+ max-width: 100%;
141
+ height: auto;
142
+ }
143
+ button, input, select, optgroup, textarea, ::file-selector-button {
144
+ font: inherit;
145
+ font-feature-settings: inherit;
146
+ font-variation-settings: inherit;
147
+ letter-spacing: inherit;
148
+ color: inherit;
149
+ border-radius: 0;
150
+ background-color: transparent;
151
+ opacity: 1;
152
+ }
153
+ :where(select:is([multiple], [size])) optgroup {
154
+ font-weight: bolder;
155
+ }
156
+ :where(select:is([multiple], [size])) optgroup option {
157
+ padding-inline-start: 20px;
158
+ }
159
+ ::file-selector-button {
160
+ margin-inline-end: 4px;
161
+ }
162
+ ::placeholder {
163
+ opacity: 1;
164
+ }
165
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
166
+ ::placeholder {
167
+ color: currentcolor;
168
+ @supports (color: color-mix(in lab, red, red)) {
169
+ color: color-mix(in oklab, currentcolor 50%, transparent);
170
+ }
171
+ }
172
+ }
173
+ textarea {
174
+ resize: vertical;
175
+ }
176
+ ::-webkit-search-decoration {
177
+ -webkit-appearance: none;
178
+ }
179
+ ::-webkit-date-and-time-value {
180
+ min-height: 1lh;
181
+ text-align: inherit;
182
+ }
183
+ ::-webkit-datetime-edit {
184
+ display: inline-flex;
185
+ }
186
+ ::-webkit-datetime-edit-fields-wrapper {
187
+ padding: 0;
188
+ }
189
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
190
+ padding-block: 0;
191
+ }
192
+ ::-webkit-calendar-picker-indicator {
193
+ line-height: 1;
194
+ }
195
+ :-moz-ui-invalid {
196
+ box-shadow: none;
197
+ }
198
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
199
+ appearance: button;
200
+ }
201
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
202
+ height: auto;
203
+ }
204
+ [hidden]:where(:not([hidden="until-found"])) {
205
+ display: none !important;
206
+ }
207
+ }
208
+ @layer utilities {
209
+ .\@container\/card-header {
210
+ container-type: inline-size;
211
+ container-name: card-header;
212
+ }
213
+ .\@container\/field-group {
214
+ container-type: inline-size;
215
+ container-name: field-group;
216
+ }
217
+ .pointer-events-none {
218
+ pointer-events: none;
219
+ }
220
+ .invisible {
221
+ visibility: hidden;
222
+ }
223
+ .sr-only {
224
+ position: absolute;
225
+ width: 1px;
226
+ height: 1px;
227
+ padding: 0;
228
+ margin: -1px;
229
+ overflow: hidden;
230
+ clip-path: inset(50%);
231
+ white-space: nowrap;
232
+ border-width: 0;
233
+ }
234
+ .absolute {
235
+ position: absolute;
236
+ }
237
+ .fixed {
238
+ position: fixed;
239
+ }
240
+ .relative {
241
+ position: relative;
242
+ }
243
+ .sticky {
244
+ position: sticky;
245
+ }
246
+ .inset-0 {
247
+ inset: 0px;
248
+ }
249
+ .inset-x-0 {
250
+ inset-inline: 0px;
251
+ }
252
+ .inset-y-0 {
253
+ inset-block: 0px;
254
+ }
255
+ .top-0 {
256
+ top: 0px;
257
+ }
258
+ .top-1\.5 {
259
+ top: calc(var(--spacing) * 1.5);
260
+ }
261
+ .top-1\/2 {
262
+ top: calc(1 / 2 * 100%);
263
+ }
264
+ .top-3\.5 {
265
+ top: calc(var(--spacing) * 3.5);
266
+ }
267
+ .top-4 {
268
+ top: calc(var(--spacing) * 4);
269
+ }
270
+ .top-\[50\%\] {
271
+ top: 50%;
272
+ }
273
+ .right-0 {
274
+ right: 0px;
275
+ }
276
+ .right-1 {
277
+ right: var(--spacing);
278
+ }
279
+ .right-2 {
280
+ right: calc(var(--spacing) * 2);
281
+ }
282
+ .right-3 {
283
+ right: calc(var(--spacing) * 3);
284
+ }
285
+ .right-4 {
286
+ right: calc(var(--spacing) * 4);
287
+ }
288
+ .bottom-0 {
289
+ bottom: 0px;
290
+ }
291
+ .left-0 {
292
+ left: 0px;
293
+ }
294
+ .left-1\/2 {
295
+ left: calc(1 / 2 * 100%);
296
+ }
297
+ .left-2 {
298
+ left: calc(var(--spacing) * 2);
299
+ }
300
+ .left-\[50\%\] {
301
+ left: 50%;
302
+ }
303
+ .z-10 {
304
+ z-index: 10;
305
+ }
306
+ .z-20 {
307
+ z-index: 20;
308
+ }
309
+ .z-50 {
310
+ z-index: 50;
311
+ }
312
+ .col-start-2 {
313
+ grid-column-start: 2;
314
+ }
315
+ .row-span-2 {
316
+ grid-row: span 2 / span 2;
317
+ }
318
+ .row-start-1 {
319
+ grid-row-start: 1;
320
+ }
321
+ .m-0 {
322
+ margin: 0px;
323
+ }
324
+ .-mx-1 {
325
+ margin-inline: calc(var(--spacing) * -1);
326
+ }
327
+ .mx-1\.5 {
328
+ margin-inline: calc(var(--spacing) * 1.5);
329
+ }
330
+ .mx-2 {
331
+ margin-inline: calc(var(--spacing) * 2);
332
+ }
333
+ .mx-3\.5 {
334
+ margin-inline: calc(var(--spacing) * 3.5);
335
+ }
336
+ .mx-auto {
337
+ margin-inline: auto;
338
+ }
339
+ .-my-2 {
340
+ margin-block: calc(var(--spacing) * -2);
341
+ }
342
+ .my-0\.5 {
343
+ margin-block: calc(var(--spacing) * 0.5);
344
+ }
345
+ .my-1 {
346
+ margin-block: var(--spacing);
347
+ }
348
+ .my-1\.5 {
349
+ margin-block: calc(var(--spacing) * 1.5);
350
+ }
351
+ .-me-2 {
352
+ margin-inline-end: calc(var(--spacing) * -2);
353
+ }
354
+ .mt-1 {
355
+ margin-top: var(--spacing);
356
+ }
357
+ .mt-2 {
358
+ margin-top: calc(var(--spacing) * 2);
359
+ }
360
+ .mt-4 {
361
+ margin-top: calc(var(--spacing) * 4);
362
+ }
363
+ .mt-\[0\.75em\] {
364
+ margin-top: 0.75em;
365
+ }
366
+ .mt-\[1\.4em\] {
367
+ margin-top: 1.4em;
368
+ }
369
+ .mt-\[1\.6em\] {
370
+ margin-top: 1.6em;
371
+ }
372
+ .mt-\[1em\] {
373
+ margin-top: 1em;
374
+ }
375
+ .mt-auto {
376
+ margin-top: auto;
377
+ }
378
+ .mb-0 {
379
+ margin-bottom: 0px;
380
+ }
381
+ .mb-1 {
382
+ margin-bottom: var(--spacing);
383
+ }
384
+ .mb-1\.5 {
385
+ margin-bottom: calc(var(--spacing) * 1.5);
386
+ }
387
+ .mb-2 {
388
+ margin-bottom: calc(var(--spacing) * 2);
389
+ }
390
+ .mb-3 {
391
+ margin-bottom: calc(var(--spacing) * 3);
392
+ }
393
+ .ml-4 {
394
+ margin-left: calc(var(--spacing) * 4);
395
+ }
396
+ .ml-auto {
397
+ margin-left: auto;
398
+ }
399
+ .scrollbar-hide {
400
+ -ms-overflow-style: none;
401
+ scrollbar-width: none;
402
+ &::-webkit-scrollbar {
403
+ display: none;
404
+ }
405
+ }
406
+ .block {
407
+ display: block;
408
+ }
409
+ .contents {
410
+ display: contents;
411
+ }
412
+ .flex {
413
+ display: flex;
414
+ }
415
+ .grid {
416
+ display: grid;
417
+ }
418
+ .hidden {
419
+ display: none;
420
+ }
421
+ .inline-flex {
422
+ display: inline-flex;
423
+ }
424
+ .table {
425
+ display: table;
426
+ }
427
+ .table-caption {
428
+ display: table-caption;
429
+ }
430
+ .table-cell {
431
+ display: table-cell;
432
+ }
433
+ .table-row {
434
+ display: table-row;
435
+ }
436
+ .field-sizing-content {
437
+ field-sizing: content;
438
+ }
439
+ .aspect-square {
440
+ aspect-ratio: 1 / 1;
441
+ }
442
+ .aspect-video {
443
+ aspect-ratio: var(--aspect-video);
444
+ }
445
+ .size-\(--cell-size\) {
446
+ width: var(--cell-size);
447
+ height: var(--cell-size);
448
+ }
449
+ .size-2 {
450
+ width: calc(var(--spacing) * 2);
451
+ height: calc(var(--spacing) * 2);
452
+ }
453
+ .size-2\.5 {
454
+ width: calc(var(--spacing) * 2.5);
455
+ height: calc(var(--spacing) * 2.5);
456
+ }
457
+ .size-3 {
458
+ width: calc(var(--spacing) * 3);
459
+ height: calc(var(--spacing) * 3);
460
+ }
461
+ .size-3\.5 {
462
+ width: calc(var(--spacing) * 3.5);
463
+ height: calc(var(--spacing) * 3.5);
464
+ }
465
+ .size-4 {
466
+ width: calc(var(--spacing) * 4);
467
+ height: calc(var(--spacing) * 4);
468
+ }
469
+ .size-5 {
470
+ width: calc(var(--spacing) * 5);
471
+ height: calc(var(--spacing) * 5);
472
+ }
473
+ .size-6 {
474
+ width: calc(var(--spacing) * 6);
475
+ height: calc(var(--spacing) * 6);
476
+ }
477
+ .size-7 {
478
+ width: calc(var(--spacing) * 7);
479
+ height: calc(var(--spacing) * 7);
480
+ }
481
+ .size-8 {
482
+ width: calc(var(--spacing) * 8);
483
+ height: calc(var(--spacing) * 8);
484
+ }
485
+ .size-9 {
486
+ width: calc(var(--spacing) * 9);
487
+ height: calc(var(--spacing) * 9);
488
+ }
489
+ .size-10 {
490
+ width: calc(var(--spacing) * 10);
491
+ height: calc(var(--spacing) * 10);
492
+ }
493
+ .size-11 {
494
+ width: calc(var(--spacing) * 11);
495
+ height: calc(var(--spacing) * 11);
496
+ }
497
+ .size-auto {
498
+ width: auto;
499
+ height: auto;
500
+ }
501
+ .size-full {
502
+ width: 100%;
503
+ height: 100%;
504
+ }
505
+ .h-\(--cell-size\) {
506
+ height: var(--cell-size);
507
+ }
508
+ .h-\(--radix-select-trigger-height\) {
509
+ height: var(--radix-select-trigger-height);
510
+ }
511
+ .h-0\.5 {
512
+ height: calc(var(--spacing) * 0.5);
513
+ }
514
+ .h-2 {
515
+ height: calc(var(--spacing) * 2);
516
+ }
517
+ .h-2\.5 {
518
+ height: calc(var(--spacing) * 2.5);
519
+ }
520
+ .h-4 {
521
+ height: calc(var(--spacing) * 4);
522
+ }
523
+ .h-5 {
524
+ height: calc(var(--spacing) * 5);
525
+ }
526
+ .h-7 {
527
+ height: calc(var(--spacing) * 7);
528
+ }
529
+ .h-8 {
530
+ height: calc(var(--spacing) * 8);
531
+ }
532
+ .h-9 {
533
+ height: calc(var(--spacing) * 9);
534
+ }
535
+ .h-10 {
536
+ height: calc(var(--spacing) * 10);
537
+ }
538
+ .h-12 {
539
+ height: calc(var(--spacing) * 12);
540
+ }
541
+ .h-\[650px\] {
542
+ height: 650px;
543
+ }
544
+ .h-\[calc\(100\%-1px\)\] {
545
+ height: calc(100% - 1px);
546
+ }
547
+ .h-auto {
548
+ height: auto;
549
+ }
550
+ .h-full {
551
+ height: 100%;
552
+ }
553
+ .h-px {
554
+ height: 1px;
555
+ }
556
+ .h-svh {
557
+ height: 100svh;
558
+ }
559
+ .max-h-\(--radix-dropdown-menu-content-available-height\) {
560
+ max-height: var(--radix-dropdown-menu-content-available-height);
561
+ }
562
+ .max-h-\(--radix-select-content-available-height\) {
563
+ max-height: var(--radix-select-content-available-height);
564
+ }
565
+ .max-h-\[300px\] {
566
+ max-height: 300px;
567
+ }
568
+ .max-h-\[min\(70vh\,320px\)\] {
569
+ max-height: min(70vh, 320px);
570
+ }
571
+ .min-h-0 {
572
+ min-height: 0px;
573
+ }
574
+ .min-h-16 {
575
+ min-height: calc(var(--spacing) * 16);
576
+ }
577
+ .min-h-32 {
578
+ min-height: calc(var(--spacing) * 32);
579
+ }
580
+ .min-h-svh {
581
+ min-height: 100svh;
582
+ }
583
+ .w-\(--cell-size\) {
584
+ width: var(--cell-size);
585
+ }
586
+ .w-\(--sidebar-width\) {
587
+ width: var(--sidebar-width);
588
+ }
589
+ .w-0 {
590
+ width: 0px;
591
+ }
592
+ .w-1 {
593
+ width: var(--spacing);
594
+ }
595
+ .w-2 {
596
+ width: calc(var(--spacing) * 2);
597
+ }
598
+ .w-2\.5 {
599
+ width: calc(var(--spacing) * 2.5);
600
+ }
601
+ .w-3\/4 {
602
+ width: calc(3 / 4 * 100%);
603
+ }
604
+ .w-4 {
605
+ width: calc(var(--spacing) * 4);
606
+ }
607
+ .w-5 {
608
+ width: calc(var(--spacing) * 5);
609
+ }
610
+ .w-6 {
611
+ width: calc(var(--spacing) * 6);
612
+ }
613
+ .w-8 {
614
+ width: calc(var(--spacing) * 8);
615
+ }
616
+ .w-48 {
617
+ width: calc(var(--spacing) * 48);
618
+ }
619
+ .w-72 {
620
+ width: calc(var(--spacing) * 72);
621
+ }
622
+ .w-\[100px\] {
623
+ width: 100px;
624
+ }
625
+ .w-auto {
626
+ width: auto;
627
+ }
628
+ .w-fit {
629
+ width: fit-content;
630
+ }
631
+ .w-full {
632
+ width: 100%;
633
+ }
634
+ .w-px {
635
+ width: 1px;
636
+ }
637
+ .max-w-\(--skeleton-width\) {
638
+ max-width: var(--skeleton-width);
639
+ }
640
+ .max-w-\[200px\] {
641
+ max-width: 200px;
642
+ }
643
+ .max-w-\[700px\] {
644
+ max-width: 700px;
645
+ }
646
+ .max-w-\[calc\(100\%-2rem\)\] {
647
+ max-width: calc(100% - 2rem);
648
+ }
649
+ .min-w-\(--cell-size\) {
650
+ min-width: var(--cell-size);
651
+ }
652
+ .min-w-\(--radix-select-trigger-width\) {
653
+ min-width: var(--radix-select-trigger-width);
654
+ }
655
+ .min-w-0 {
656
+ min-width: 0px;
657
+ }
658
+ .min-w-5 {
659
+ min-width: calc(var(--spacing) * 5);
660
+ }
661
+ .min-w-8 {
662
+ min-width: calc(var(--spacing) * 8);
663
+ }
664
+ .min-w-9 {
665
+ min-width: calc(var(--spacing) * 9);
666
+ }
667
+ .min-w-10 {
668
+ min-width: calc(var(--spacing) * 10);
669
+ }
670
+ .min-w-20 {
671
+ min-width: calc(var(--spacing) * 20);
672
+ }
673
+ .min-w-32 {
674
+ min-width: calc(var(--spacing) * 32);
675
+ }
676
+ .flex-1 {
677
+ flex: 1;
678
+ }
679
+ .shrink-0 {
680
+ flex-shrink: 0;
681
+ }
682
+ .caption-bottom {
683
+ caption-side: bottom;
684
+ }
685
+ .border-collapse {
686
+ border-collapse: collapse;
687
+ }
688
+ .origin-\(--radix-dropdown-menu-content-transform-origin\) {
689
+ transform-origin: var(--radix-dropdown-menu-content-transform-origin);
690
+ }
691
+ .origin-\(--radix-popover-content-transform-origin\) {
692
+ transform-origin: var(--radix-popover-content-transform-origin);
693
+ }
694
+ .origin-\(--radix-select-content-transform-origin\) {
695
+ transform-origin: var(--radix-select-content-transform-origin);
696
+ }
697
+ .origin-\(--radix-tooltip-content-transform-origin\) {
698
+ transform-origin: var(--radix-tooltip-content-transform-origin);
699
+ }
700
+ .-translate-x-1\/2 {
701
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
702
+ translate: var(--tw-translate-x) var(--tw-translate-y);
703
+ }
704
+ .-translate-x-px {
705
+ --tw-translate-x: -1px;
706
+ translate: var(--tw-translate-x) var(--tw-translate-y);
707
+ }
708
+ .translate-x-\[-50\%\] {
709
+ --tw-translate-x: -50%;
710
+ translate: var(--tw-translate-x) var(--tw-translate-y);
711
+ }
712
+ .translate-x-px {
713
+ --tw-translate-x: 1px;
714
+ translate: var(--tw-translate-x) var(--tw-translate-y);
715
+ }
716
+ .-translate-y-1\/2 {
717
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
718
+ translate: var(--tw-translate-x) var(--tw-translate-y);
719
+ }
720
+ .translate-y-0\.5 {
721
+ --tw-translate-y: calc(var(--spacing) * 0.5);
722
+ translate: var(--tw-translate-x) var(--tw-translate-y);
723
+ }
724
+ .translate-y-\[-50\%\] {
725
+ --tw-translate-y: -50%;
726
+ translate: var(--tw-translate-x) var(--tw-translate-y);
727
+ }
728
+ .translate-y-\[calc\(-50\%_-_2px\)\] {
729
+ --tw-translate-y: calc(-50% - 2px);
730
+ translate: var(--tw-translate-x) var(--tw-translate-y);
731
+ }
732
+ .rotate-45 {
733
+ rotate: 45deg;
734
+ }
735
+ .transform {
736
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
737
+ }
738
+ .animate-in {
739
+ animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
740
+ }
741
+ .animate-pulse {
742
+ animation: var(--animate-pulse);
743
+ }
744
+ .animate-spin {
745
+ animation: var(--animate-spin);
746
+ }
747
+ .cursor-default {
748
+ cursor: default;
749
+ }
750
+ .cursor-not-allowed {
751
+ cursor: not-allowed;
752
+ }
753
+ .cursor-pointer {
754
+ cursor: pointer;
755
+ }
756
+ .cursor-text {
757
+ cursor: text;
758
+ }
759
+ .touch-none {
760
+ touch-action: none;
761
+ }
762
+ .scroll-my-1 {
763
+ scroll-margin-block: var(--spacing);
764
+ }
765
+ .scroll-py-1 {
766
+ scroll-padding-block: var(--spacing);
767
+ }
768
+ .list-disc {
769
+ list-style-type: disc;
770
+ }
771
+ .auto-rows-min {
772
+ grid-auto-rows: min-content;
773
+ }
774
+ .grid-rows-\[auto_auto\] {
775
+ grid-template-rows: auto auto;
776
+ }
777
+ .flex-col {
778
+ flex-direction: column;
779
+ }
780
+ .flex-col-reverse {
781
+ flex-direction: column-reverse;
782
+ }
783
+ .flex-row {
784
+ flex-direction: row;
785
+ }
786
+ .flex-wrap {
787
+ flex-wrap: wrap;
788
+ }
789
+ .items-center {
790
+ align-items: center;
791
+ }
792
+ .items-end {
793
+ align-items: flex-end;
794
+ }
795
+ .items-start {
796
+ align-items: flex-start;
797
+ }
798
+ .items-stretch {
799
+ align-items: stretch;
800
+ }
801
+ .justify-between {
802
+ justify-content: space-between;
803
+ }
804
+ .justify-center {
805
+ justify-content: center;
806
+ }
807
+ .justify-end {
808
+ justify-content: flex-end;
809
+ }
810
+ .gap-0 {
811
+ gap: 0px;
812
+ }
813
+ .gap-0\.5 {
814
+ gap: calc(var(--spacing) * 0.5);
815
+ }
816
+ .gap-1 {
817
+ gap: var(--spacing);
818
+ }
819
+ .gap-1\.5 {
820
+ gap: calc(var(--spacing) * 1.5);
821
+ }
822
+ .gap-2 {
823
+ gap: calc(var(--spacing) * 2);
824
+ }
825
+ .gap-3 {
826
+ gap: calc(var(--spacing) * 3);
827
+ }
828
+ .gap-4 {
829
+ gap: calc(var(--spacing) * 4);
830
+ }
831
+ .gap-6 {
832
+ gap: calc(var(--spacing) * 6);
833
+ }
834
+ .gap-7 {
835
+ gap: calc(var(--spacing) * 7);
836
+ }
837
+ .gap-\[--spacing\(var\(--gap\)\)\] {
838
+ gap: calc(var(--spacing) * var(--gap));
839
+ }
840
+ :where(.space-y-2 > :not(:last-child)) {
841
+ --tw-space-y-reverse: 0;
842
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
843
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
844
+ }
845
+ .self-start {
846
+ align-self: flex-start;
847
+ }
848
+ .justify-self-end {
849
+ justify-self: flex-end;
850
+ }
851
+ .truncate {
852
+ overflow: hidden;
853
+ text-overflow: ellipsis;
854
+ white-space: nowrap;
855
+ }
856
+ .overflow-auto {
857
+ overflow: auto;
858
+ }
859
+ .overflow-hidden {
860
+ overflow: hidden;
861
+ }
862
+ .overflow-x-auto {
863
+ overflow-x: auto;
864
+ }
865
+ .overflow-x-hidden {
866
+ overflow-x: hidden;
867
+ }
868
+ .overflow-y-auto {
869
+ overflow-y: auto;
870
+ }
871
+ .rounded {
872
+ border-radius: 0.25rem;
873
+ }
874
+ .rounded-\[2px\] {
875
+ border-radius: 2px;
876
+ }
877
+ .rounded-\[4px\] {
878
+ border-radius: 4px;
879
+ }
880
+ .rounded-\[inherit\] {
881
+ border-radius: inherit;
882
+ }
883
+ .rounded-full {
884
+ border-radius: calc(infinity * 1px);
885
+ }
886
+ .rounded-lg {
887
+ border-radius: var(--radius);
888
+ }
889
+ .rounded-md {
890
+ border-radius: calc(var(--radius) - 2px);
891
+ }
892
+ .rounded-none {
893
+ border-radius: 0;
894
+ }
895
+ .rounded-sm {
896
+ border-radius: calc(var(--radius) - 4px);
897
+ }
898
+ .rounded-xl {
899
+ border-radius: calc(var(--radius) + 4px);
900
+ }
901
+ .rounded-xs {
902
+ border-radius: var(--radius-xs);
903
+ }
904
+ .rounded-t-lg {
905
+ border-top-left-radius: var(--radius);
906
+ border-top-right-radius: var(--radius);
907
+ }
908
+ .rounded-l-md {
909
+ border-top-left-radius: calc(var(--radius) - 2px);
910
+ border-bottom-left-radius: calc(var(--radius) - 2px);
911
+ }
912
+ .rounded-r-md {
913
+ border-top-right-radius: calc(var(--radius) - 2px);
914
+ border-bottom-right-radius: calc(var(--radius) - 2px);
915
+ }
916
+ .rounded-r-none {
917
+ border-top-right-radius: 0;
918
+ border-bottom-right-radius: 0;
919
+ }
920
+ .border {
921
+ border-style: var(--tw-border-style);
922
+ border-width: 1px;
923
+ }
924
+ .border-2 {
925
+ border-style: var(--tw-border-style);
926
+ border-width: 2px;
927
+ }
928
+ .border-\[1\.5px\] {
929
+ border-style: var(--tw-border-style);
930
+ border-width: 1.5px;
931
+ }
932
+ .border-t {
933
+ border-top-style: var(--tw-border-style);
934
+ border-top-width: 1px;
935
+ }
936
+ .border-r {
937
+ border-right-style: var(--tw-border-style);
938
+ border-right-width: 1px;
939
+ }
940
+ .border-b {
941
+ border-bottom-style: var(--tw-border-style);
942
+ border-bottom-width: 1px;
943
+ }
944
+ .border-l {
945
+ border-left-style: var(--tw-border-style);
946
+ border-left-width: 1px;
947
+ }
948
+ .border-l-0 {
949
+ border-left-style: var(--tw-border-style);
950
+ border-left-width: 0px;
951
+ }
952
+ .border-l-2 {
953
+ border-left-style: var(--tw-border-style);
954
+ border-left-width: 2px;
955
+ }
956
+ .border-dashed {
957
+ --tw-border-style: dashed;
958
+ border-style: dashed;
959
+ }
960
+ .border-none {
961
+ --tw-border-style: none;
962
+ border-style: none;
963
+ }
964
+ .border-\(--color-border\) {
965
+ border-color: var(--color-border);
966
+ }
967
+ .border-border {
968
+ border-color: var(--border);
969
+ }
970
+ .border-border\/50 {
971
+ border-color: var(--border);
972
+ @supports (color: color-mix(in lab, red, red)) {
973
+ border-color: color-mix(in oklab, var(--border) 50%, transparent);
974
+ }
975
+ }
976
+ .border-input {
977
+ border-color: var(--input);
978
+ }
979
+ .border-muted-foreground\/30 {
980
+ border-color: var(--muted-foreground);
981
+ @supports (color: color-mix(in lab, red, red)) {
982
+ border-color: color-mix(in oklab, var(--muted-foreground) 30%, transparent);
983
+ }
984
+ }
985
+ .border-primary {
986
+ border-color: var(--primary);
987
+ }
988
+ .border-sidebar-border {
989
+ border-color: var(--sidebar-border);
990
+ }
991
+ .border-transparent {
992
+ border-color: transparent;
993
+ }
994
+ .border-t-transparent {
995
+ border-top-color: transparent;
996
+ }
997
+ .border-b-border {
998
+ border-bottom-color: var(--border);
999
+ }
1000
+ .border-l-transparent {
1001
+ border-left-color: transparent;
1002
+ }
1003
+ .bg-\(--color-bg\) {
1004
+ background-color: var(--color-bg);
1005
+ }
1006
+ .bg-accent {
1007
+ background-color: var(--accent);
1008
+ }
1009
+ .bg-background {
1010
+ background-color: var(--background);
1011
+ }
1012
+ .bg-background\/95 {
1013
+ background-color: var(--background);
1014
+ @supports (color: color-mix(in lab, red, red)) {
1015
+ background-color: color-mix(in oklab, var(--background) 95%, transparent);
1016
+ }
1017
+ }
1018
+ .bg-black\/50 {
1019
+ background-color: color-mix(in srgb, #000 50%, transparent);
1020
+ @supports (color: color-mix(in lab, red, red)) {
1021
+ background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
1022
+ }
1023
+ }
1024
+ .bg-border {
1025
+ background-color: var(--border);
1026
+ }
1027
+ .bg-card {
1028
+ background-color: var(--card);
1029
+ }
1030
+ .bg-destructive {
1031
+ background-color: var(--destructive);
1032
+ }
1033
+ .bg-foreground {
1034
+ background-color: var(--foreground);
1035
+ }
1036
+ .bg-highlight\/30 {
1037
+ background-color: var(--color-highlight);
1038
+ @supports (color: color-mix(in lab, red, red)) {
1039
+ background-color: color-mix(in oklab, var(--color-highlight) 30%, transparent);
1040
+ }
1041
+ }
1042
+ .bg-muted {
1043
+ background-color: var(--muted);
1044
+ }
1045
+ .bg-muted\/50 {
1046
+ background-color: var(--muted);
1047
+ @supports (color: color-mix(in lab, red, red)) {
1048
+ background-color: color-mix(in oklab, var(--muted) 50%, transparent);
1049
+ }
1050
+ }
1051
+ .bg-popover {
1052
+ background-color: var(--popover);
1053
+ }
1054
+ .bg-primary {
1055
+ background-color: var(--primary);
1056
+ }
1057
+ .bg-primary\/20 {
1058
+ background-color: var(--primary);
1059
+ @supports (color: color-mix(in lab, red, red)) {
1060
+ background-color: color-mix(in oklab, var(--primary) 20%, transparent);
1061
+ }
1062
+ }
1063
+ .bg-secondary {
1064
+ background-color: var(--secondary);
1065
+ }
1066
+ .bg-sidebar {
1067
+ background-color: var(--sidebar);
1068
+ }
1069
+ .bg-sidebar-border {
1070
+ background-color: var(--sidebar-border);
1071
+ }
1072
+ .bg-transparent {
1073
+ background-color: transparent;
1074
+ }
1075
+ .bg-clip-content {
1076
+ background-clip: content-box;
1077
+ }
1078
+ .fill-current {
1079
+ fill: currentcolor;
1080
+ }
1081
+ .fill-foreground {
1082
+ fill: var(--foreground);
1083
+ }
1084
+ .fill-primary {
1085
+ fill: var(--primary);
1086
+ }
1087
+ .object-fill {
1088
+ object-fit: fill;
1089
+ }
1090
+ .p-0 {
1091
+ padding: 0px;
1092
+ }
1093
+ .p-1 {
1094
+ padding: var(--spacing);
1095
+ }
1096
+ .p-2 {
1097
+ padding: calc(var(--spacing) * 2);
1098
+ }
1099
+ .p-3 {
1100
+ padding: calc(var(--spacing) * 3);
1101
+ }
1102
+ .p-4 {
1103
+ padding: calc(var(--spacing) * 4);
1104
+ }
1105
+ .p-6 {
1106
+ padding: calc(var(--spacing) * 6);
1107
+ }
1108
+ .p-8 {
1109
+ padding: calc(var(--spacing) * 8);
1110
+ }
1111
+ .p-\[3px\] {
1112
+ padding: 3px;
1113
+ }
1114
+ .p-px {
1115
+ padding: 1px;
1116
+ }
1117
+ .px-\(--cell-size\) {
1118
+ padding-inline: var(--cell-size);
1119
+ }
1120
+ .px-0 {
1121
+ padding-inline: 0px;
1122
+ }
1123
+ .px-1 {
1124
+ padding-inline: var(--spacing);
1125
+ }
1126
+ .px-1\.5 {
1127
+ padding-inline: calc(var(--spacing) * 1.5);
1128
+ }
1129
+ .px-2 {
1130
+ padding-inline: calc(var(--spacing) * 2);
1131
+ }
1132
+ .px-2\.5 {
1133
+ padding-inline: calc(var(--spacing) * 2.5);
1134
+ }
1135
+ .px-3 {
1136
+ padding-inline: calc(var(--spacing) * 3);
1137
+ }
1138
+ .px-4 {
1139
+ padding-inline: calc(var(--spacing) * 4);
1140
+ }
1141
+ .px-5 {
1142
+ padding-inline: calc(var(--spacing) * 5);
1143
+ }
1144
+ .px-6 {
1145
+ padding-inline: calc(var(--spacing) * 6);
1146
+ }
1147
+ .px-16 {
1148
+ padding-inline: calc(var(--spacing) * 16);
1149
+ }
1150
+ .px-\[0\.3em\] {
1151
+ padding-inline: 0.3em;
1152
+ }
1153
+ .py-0\.5 {
1154
+ padding-block: calc(var(--spacing) * 0.5);
1155
+ }
1156
+ .py-1 {
1157
+ padding-block: var(--spacing);
1158
+ }
1159
+ .py-1\.5 {
1160
+ padding-block: calc(var(--spacing) * 1.5);
1161
+ }
1162
+ .py-2 {
1163
+ padding-block: calc(var(--spacing) * 2);
1164
+ }
1165
+ .py-3 {
1166
+ padding-block: calc(var(--spacing) * 3);
1167
+ }
1168
+ .py-4 {
1169
+ padding-block: calc(var(--spacing) * 4);
1170
+ }
1171
+ .py-6 {
1172
+ padding-block: calc(var(--spacing) * 6);
1173
+ }
1174
+ .py-\[0\.2em\] {
1175
+ padding-block: 0.2em;
1176
+ }
1177
+ .pe-3 {
1178
+ padding-inline-end: calc(var(--spacing) * 3);
1179
+ }
1180
+ .pt-0 {
1181
+ padding-top: 0px;
1182
+ }
1183
+ .pt-3 {
1184
+ padding-top: calc(var(--spacing) * 3);
1185
+ }
1186
+ .pt-4 {
1187
+ padding-top: calc(var(--spacing) * 4);
1188
+ }
1189
+ .pr-1 {
1190
+ padding-right: var(--spacing);
1191
+ }
1192
+ .pr-2 {
1193
+ padding-right: calc(var(--spacing) * 2);
1194
+ }
1195
+ .pr-8 {
1196
+ padding-right: calc(var(--spacing) * 8);
1197
+ }
1198
+ .pr-10 {
1199
+ padding-right: calc(var(--spacing) * 10);
1200
+ }
1201
+ .pb-1 {
1202
+ padding-bottom: var(--spacing);
1203
+ }
1204
+ .pb-2 {
1205
+ padding-bottom: calc(var(--spacing) * 2);
1206
+ }
1207
+ .pb-3 {
1208
+ padding-bottom: calc(var(--spacing) * 3);
1209
+ }
1210
+ .pb-4 {
1211
+ padding-bottom: calc(var(--spacing) * 4);
1212
+ }
1213
+ .pb-72 {
1214
+ padding-bottom: calc(var(--spacing) * 72);
1215
+ }
1216
+ .pb-px {
1217
+ padding-bottom: 1px;
1218
+ }
1219
+ .pl-2 {
1220
+ padding-left: calc(var(--spacing) * 2);
1221
+ }
1222
+ .pl-6 {
1223
+ padding-left: calc(var(--spacing) * 6);
1224
+ }
1225
+ .pl-8 {
1226
+ padding-left: calc(var(--spacing) * 8);
1227
+ }
1228
+ .text-center {
1229
+ text-align: center;
1230
+ }
1231
+ .text-left {
1232
+ text-align: left;
1233
+ }
1234
+ .align-middle {
1235
+ vertical-align: middle;
1236
+ }
1237
+ .font-mono {
1238
+ font-family: var(--font-mono);
1239
+ }
1240
+ .font-sans {
1241
+ font-family: var(--font-sans);
1242
+ }
1243
+ .text-2xl {
1244
+ font-size: var(--text-2xl);
1245
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1246
+ }
1247
+ .text-4xl {
1248
+ font-size: var(--text-4xl);
1249
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
1250
+ }
1251
+ .text-base {
1252
+ font-size: var(--text-base);
1253
+ line-height: var(--tw-leading, var(--text-base--line-height));
1254
+ }
1255
+ .text-lg {
1256
+ font-size: var(--text-lg);
1257
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1258
+ }
1259
+ .text-sm {
1260
+ font-size: var(--text-sm);
1261
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1262
+ }
1263
+ .text-xl {
1264
+ font-size: var(--text-xl);
1265
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1266
+ }
1267
+ .text-xs {
1268
+ font-size: var(--text-xs);
1269
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1270
+ }
1271
+ .text-\[0\.8rem\] {
1272
+ font-size: 0.8rem;
1273
+ }
1274
+ .text-\[11px\] {
1275
+ font-size: 11px;
1276
+ }
1277
+ .leading-none {
1278
+ --tw-leading: 1;
1279
+ line-height: 1;
1280
+ }
1281
+ .leading-normal {
1282
+ --tw-leading: var(--leading-normal);
1283
+ line-height: var(--leading-normal);
1284
+ }
1285
+ .leading-snug {
1286
+ --tw-leading: var(--leading-snug);
1287
+ line-height: var(--leading-snug);
1288
+ }
1289
+ .leading-tight {
1290
+ --tw-leading: var(--leading-tight);
1291
+ line-height: var(--leading-tight);
1292
+ }
1293
+ .font-bold {
1294
+ --tw-font-weight: var(--font-weight-bold);
1295
+ font-weight: var(--font-weight-bold);
1296
+ }
1297
+ .font-medium {
1298
+ --tw-font-weight: var(--font-weight-medium);
1299
+ font-weight: var(--font-weight-medium);
1300
+ }
1301
+ .font-normal {
1302
+ --tw-font-weight: var(--font-weight-normal);
1303
+ font-weight: var(--font-weight-normal);
1304
+ }
1305
+ .font-semibold {
1306
+ --tw-font-weight: var(--font-weight-semibold);
1307
+ font-weight: var(--font-weight-semibold);
1308
+ }
1309
+ .tracking-tight {
1310
+ --tw-tracking: var(--tracking-tight);
1311
+ letter-spacing: var(--tracking-tight);
1312
+ }
1313
+ .tracking-widest {
1314
+ --tw-tracking: var(--tracking-widest);
1315
+ letter-spacing: var(--tracking-widest);
1316
+ }
1317
+ .text-balance {
1318
+ text-wrap: balance;
1319
+ }
1320
+ .break-words {
1321
+ overflow-wrap: break-word;
1322
+ }
1323
+ .wrap-break-word {
1324
+ overflow-wrap: break-word;
1325
+ }
1326
+ .whitespace-nowrap {
1327
+ white-space: nowrap;
1328
+ }
1329
+ .whitespace-pre-wrap {
1330
+ white-space: pre-wrap;
1331
+ }
1332
+ .text-accent-foreground {
1333
+ color: var(--accent-foreground);
1334
+ }
1335
+ .text-background {
1336
+ color: var(--background);
1337
+ }
1338
+ .text-card-foreground {
1339
+ color: var(--card-foreground);
1340
+ }
1341
+ .text-current {
1342
+ color: currentcolor;
1343
+ }
1344
+ .text-destructive {
1345
+ color: var(--destructive);
1346
+ }
1347
+ .text-foreground {
1348
+ color: var(--foreground);
1349
+ }
1350
+ .text-inherit {
1351
+ color: inherit;
1352
+ }
1353
+ .text-muted-foreground {
1354
+ color: var(--muted-foreground);
1355
+ }
1356
+ .text-muted-foreground\/50 {
1357
+ color: var(--muted-foreground);
1358
+ @supports (color: color-mix(in lab, red, red)) {
1359
+ color: color-mix(in oklab, var(--muted-foreground) 50%, transparent);
1360
+ }
1361
+ }
1362
+ .text-muted-foreground\/70 {
1363
+ color: var(--muted-foreground);
1364
+ @supports (color: color-mix(in lab, red, red)) {
1365
+ color: color-mix(in oklab, var(--muted-foreground) 70%, transparent);
1366
+ }
1367
+ }
1368
+ .text-muted-foreground\/80 {
1369
+ color: var(--muted-foreground);
1370
+ @supports (color: color-mix(in lab, red, red)) {
1371
+ color: color-mix(in oklab, var(--muted-foreground) 80%, transparent);
1372
+ }
1373
+ }
1374
+ .text-popover-foreground {
1375
+ color: var(--popover-foreground);
1376
+ }
1377
+ .text-primary {
1378
+ color: var(--primary);
1379
+ }
1380
+ .text-primary-foreground {
1381
+ color: var(--primary-foreground);
1382
+ }
1383
+ .text-secondary-foreground {
1384
+ color: var(--secondary-foreground);
1385
+ }
1386
+ .text-sidebar-foreground {
1387
+ color: var(--sidebar-foreground);
1388
+ }
1389
+ .text-sidebar-foreground\/70 {
1390
+ color: var(--sidebar-foreground);
1391
+ @supports (color: color-mix(in lab, red, red)) {
1392
+ color: color-mix(in oklab, var(--sidebar-foreground) 70%, transparent);
1393
+ }
1394
+ }
1395
+ .text-white {
1396
+ color: var(--color-white);
1397
+ }
1398
+ .italic {
1399
+ font-style: italic;
1400
+ }
1401
+ .tabular-nums {
1402
+ --tw-numeric-spacing: tabular-nums;
1403
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1404
+ }
1405
+ .underline {
1406
+ text-decoration-line: underline;
1407
+ }
1408
+ .underline-offset-4 {
1409
+ text-underline-offset: 4px;
1410
+ }
1411
+ .caret-primary {
1412
+ caret-color: var(--primary);
1413
+ }
1414
+ .opacity-0 {
1415
+ opacity: 0%;
1416
+ }
1417
+ .opacity-50 {
1418
+ opacity: 50%;
1419
+ }
1420
+ .opacity-60 {
1421
+ opacity: 60%;
1422
+ }
1423
+ .opacity-70 {
1424
+ opacity: 70%;
1425
+ }
1426
+ .shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
1427
+ --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-border)));
1428
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1429
+ }
1430
+ .shadow-lg {
1431
+ --tw-shadow: var(--shadow-lg);
1432
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1433
+ }
1434
+ .shadow-md {
1435
+ --tw-shadow: var(--shadow-md);
1436
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1437
+ }
1438
+ .shadow-none {
1439
+ --tw-shadow: 0 0 #0000;
1440
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1441
+ }
1442
+ .shadow-sm {
1443
+ --tw-shadow: var(--shadow-sm);
1444
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1445
+ }
1446
+ .shadow-xl {
1447
+ --tw-shadow: var(--shadow-xl);
1448
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1449
+ }
1450
+ .shadow-xs {
1451
+ --tw-shadow: var(--shadow-xs);
1452
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1453
+ }
1454
+ .ring-2 {
1455
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1456
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1457
+ }
1458
+ .shadow-\[rgba\(255\,_255\,_255\,_0\.1\)_0px_0\.5px_0px_0px_inset\,_rgb\(248\,_249\,_250\)_0px_1px_5px_0px_inset\,_rgb\(193\,_200\,_205\)_0px_0px_0px_0\.5px\,_rgb\(193\,_200\,_205\)_0px_2px_1px_-1px\,_rgb\(193\,_200\,_205\)_0px_1px_0px_0px\] {
1459
+ --tw-shadow-color: rgba(255, 255, 255, 0.1);
1460
+ @supports (color: color-mix(in lab, red, red)) {
1461
+ --tw-shadow-color: color-mix(in oklab, rgba(255, 255, 255, 0.1) 0px 0.5px 0px 0px inset, rgb(248, 249, 250) 0px 1px 5px 0px inset, rgb(193, 200, 205) 0px 0px 0px 0.5px, rgb(193, 200, 205) 0px 2px 1px -1px, rgb(193, 200, 205) 0px 1px 0px 0px var(--tw-shadow-alpha), transparent);
1462
+ }
1463
+ }
1464
+ .ring-ring {
1465
+ --tw-ring-color: var(--ring);
1466
+ }
1467
+ .ring-sidebar-ring {
1468
+ --tw-ring-color: var(--sidebar-ring);
1469
+ }
1470
+ .ring-offset-2 {
1471
+ --tw-ring-offset-width: 2px;
1472
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1473
+ }
1474
+ .ring-offset-background {
1475
+ --tw-ring-offset-color: var(--background);
1476
+ }
1477
+ .outline-hidden {
1478
+ --tw-outline-style: none;
1479
+ outline-style: none;
1480
+ @media (forced-colors: active) {
1481
+ outline: 2px solid transparent;
1482
+ outline-offset: 2px;
1483
+ }
1484
+ }
1485
+ .outline {
1486
+ outline-style: var(--tw-outline-style);
1487
+ outline-width: 1px;
1488
+ }
1489
+ .backdrop-blur-sm {
1490
+ --tw-backdrop-blur: blur(var(--blur-sm));
1491
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1492
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1493
+ }
1494
+ .transition {
1495
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
1496
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1497
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1498
+ }
1499
+ .transition-\[color\,box-shadow\] {
1500
+ transition-property: color,box-shadow;
1501
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1502
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1503
+ }
1504
+ .transition-\[left\,right\,width\] {
1505
+ transition-property: left,right,width;
1506
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1507
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1508
+ }
1509
+ .transition-\[margin\,opacity\] {
1510
+ transition-property: margin,opacity;
1511
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1512
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1513
+ }
1514
+ .transition-\[width\,height\,padding\] {
1515
+ transition-property: width,height,padding;
1516
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1517
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1518
+ }
1519
+ .transition-\[width\] {
1520
+ transition-property: width;
1521
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1522
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1523
+ }
1524
+ .transition-all {
1525
+ transition-property: all;
1526
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1527
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1528
+ }
1529
+ .transition-colors {
1530
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1531
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1532
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1533
+ }
1534
+ .transition-opacity {
1535
+ transition-property: opacity;
1536
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1537
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1538
+ }
1539
+ .transition-shadow {
1540
+ transition-property: box-shadow;
1541
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1542
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1543
+ }
1544
+ .transition-transform {
1545
+ transition-property: transform, translate, scale, rotate;
1546
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1547
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1548
+ }
1549
+ .transition-none {
1550
+ transition-property: none;
1551
+ }
1552
+ .duration-200 {
1553
+ --tw-duration: 200ms;
1554
+ transition-duration: 200ms;
1555
+ }
1556
+ .ease-in-out {
1557
+ --tw-ease: var(--ease-in-out);
1558
+ transition-timing-function: var(--ease-in-out);
1559
+ }
1560
+ .ease-linear {
1561
+ --tw-ease: linear;
1562
+ transition-timing-function: linear;
1563
+ }
1564
+ .fade-in-0 {
1565
+ --tw-enter-opacity: calc(0/100);
1566
+ --tw-enter-opacity: 0;
1567
+ }
1568
+ .outline-none {
1569
+ --tw-outline-style: none;
1570
+ outline-style: none;
1571
+ }
1572
+ .select-none {
1573
+ -webkit-user-select: none;
1574
+ user-select: none;
1575
+ }
1576
+ .select-text {
1577
+ -webkit-user-select: text;
1578
+ user-select: text;
1579
+ }
1580
+ .zoom-in-95 {
1581
+ --tw-enter-scale: calc(95*1%);
1582
+ --tw-enter-scale: .95;
1583
+ }
1584
+ .\[--cell-size\:--spacing\(8\)\] {
1585
+ --cell-size: calc(var(--spacing) * 8);
1586
+ }
1587
+ .group-last\/toolbar-group\:hidden\!:is(:where(.group\/toolbar-group):last-child *) {
1588
+ display: none !important;
1589
+ }
1590
+ .group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *) {
1591
+ opacity: 100%;
1592
+ }
1593
+ @media (hover: hover) {
1594
+ .group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *) {
1595
+ opacity: 100%;
1596
+ }
1597
+ }
1598
+ .group-has-data-\[orientation\=horizontal\]\/field\:text-balance:is(:where(.group\/field):has([data-orientation="horizontal"]) *) {
1599
+ text-wrap: balance;
1600
+ }
1601
+ .group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar="menu-action"]) *) {
1602
+ padding-right: calc(var(--spacing) * 8);
1603
+ }
1604
+ .group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible="icon"] *) {
1605
+ margin-top: calc(var(--spacing) * -8);
1606
+ }
1607
+ .group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible="icon"] *) {
1608
+ display: none;
1609
+ }
1610
+ .group-data-\[collapsible\=icon\]\:size-8\!:is(:where(.group)[data-collapsible="icon"] *) {
1611
+ width: calc(var(--spacing) * 8) !important;
1612
+ height: calc(var(--spacing) * 8) !important;
1613
+ }
1614
+ .group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.group)[data-collapsible="icon"] *) {
1615
+ width: var(--sidebar-width-icon);
1616
+ }
1617
+ .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.group)[data-collapsible="icon"] *) {
1618
+ width: calc(var(--sidebar-width-icon) + (calc(var(--spacing) * 4)));
1619
+ }
1620
+ .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]:is(:where(.group)[data-collapsible="icon"] *) {
1621
+ width: calc(var(--sidebar-width-icon) + (calc(var(--spacing) * 4)) + 2px);
1622
+ }
1623
+ .group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible="icon"] *) {
1624
+ overflow: hidden;
1625
+ }
1626
+ .group-data-\[collapsible\=icon\]\:p-0\!:is(:where(.group)[data-collapsible="icon"] *) {
1627
+ padding: 0px !important;
1628
+ }
1629
+ .group-data-\[collapsible\=icon\]\:p-2\!:is(:where(.group)[data-collapsible="icon"] *) {
1630
+ padding: calc(var(--spacing) * 2) !important;
1631
+ }
1632
+ .group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible="icon"] *) {
1633
+ opacity: 0%;
1634
+ }
1635
+ .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
1636
+ right: calc(var(--sidebar-width) * -1);
1637
+ }
1638
+ .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
1639
+ left: calc(var(--sidebar-width) * -1);
1640
+ }
1641
+ .group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
1642
+ width: 0px;
1643
+ }
1644
+ .group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
1645
+ --tw-translate-x: 0px;
1646
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1647
+ }
1648
+ .group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled="true"] *) {
1649
+ pointer-events: none;
1650
+ }
1651
+ .group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled="true"] *) {
1652
+ opacity: 50%;
1653
+ }
1654
+ .group-data-\[disabled\=true\]\/field\:opacity-50:is(:where(.group\/field)[data-disabled="true"] *) {
1655
+ opacity: 50%;
1656
+ }
1657
+ .group-data-\[focused\=true\]\/day\:relative:is(:where(.group\/day)[data-focused="true"] *) {
1658
+ position: relative;
1659
+ }
1660
+ .group-data-\[focused\=true\]\/day\:z-10:is(:where(.group\/day)[data-focused="true"] *) {
1661
+ z-index: 10;
1662
+ }
1663
+ .group-data-\[focused\=true\]\/day\:border-ring:is(:where(.group\/day)[data-focused="true"] *) {
1664
+ border-color: var(--ring);
1665
+ }
1666
+ .group-data-\[focused\=true\]\/day\:ring-\[3px\]:is(:where(.group\/day)[data-focused="true"] *) {
1667
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1668
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1669
+ }
1670
+ .group-data-\[focused\=true\]\/day\:ring-ring\/50:is(:where(.group\/day)[data-focused="true"] *) {
1671
+ --tw-ring-color: var(--ring);
1672
+ @supports (color: color-mix(in lab, red, red)) {
1673
+ --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
1674
+ }
1675
+ }
1676
+ .group-data-\[pressed\=true\]\:bg-accent:is(:where(.group)[data-pressed="true"] *) {
1677
+ background-color: var(--accent);
1678
+ }
1679
+ .group-data-\[pressed\=true\]\:text-accent-foreground:is(:where(.group)[data-pressed="true"] *) {
1680
+ color: var(--accent-foreground);
1681
+ }
1682
+ .group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side="left"] *) {
1683
+ right: calc(var(--spacing) * -4);
1684
+ }
1685
+ .group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side="left"] *) {
1686
+ border-right-style: var(--tw-border-style);
1687
+ border-right-width: 1px;
1688
+ }
1689
+ .group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side="right"] *) {
1690
+ left: 0px;
1691
+ }
1692
+ .group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side="right"] *) {
1693
+ rotate: 180deg;
1694
+ }
1695
+ .group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side="right"] *) {
1696
+ border-left-style: var(--tw-border-style);
1697
+ border-left-width: 1px;
1698
+ }
1699
+ .group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant="floating"] *) {
1700
+ border-radius: var(--radius);
1701
+ }
1702
+ .group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant="floating"] *) {
1703
+ border-style: var(--tw-border-style);
1704
+ border-width: 1px;
1705
+ }
1706
+ .group-data-\[variant\=floating\]\:border-sidebar-border:is(:where(.group)[data-variant="floating"] *) {
1707
+ border-color: var(--sidebar-border);
1708
+ }
1709
+ .group-data-\[variant\=floating\]\:shadow-sm:is(:where(.group)[data-variant="floating"] *) {
1710
+ --tw-shadow: var(--shadow-sm);
1711
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1712
+ }
1713
+ .group-data-\[variant\=outline\]\/field-group\:-mb-2:is(:where(.group\/field-group)[data-variant="outline"] *) {
1714
+ margin-bottom: calc(var(--spacing) * -2);
1715
+ }
1716
+ .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *) {
1717
+ display: block;
1718
+ }
1719
+ .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:text-center:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *) {
1720
+ text-align: center;
1721
+ }
1722
+ .group-data-\[vaul-drawer-direction\=top\]\/drawer-content\:text-center:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="top"] *) {
1723
+ text-align: center;
1724
+ }
1725
+ @media (hover: hover) {
1726
+ .peer-hover\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button):hover ~ *) {
1727
+ color: var(--sidebar-accent-foreground);
1728
+ }
1729
+ }
1730
+ .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
1731
+ cursor: not-allowed;
1732
+ }
1733
+ .peer-disabled\:opacity-50:is(:where(.peer):disabled ~ *) {
1734
+ opacity: 50%;
1735
+ }
1736
+ .peer-has-\[\[role\=menuitem\]\]\/menu-group\:block:is(:where(.peer\/menu-group):has(:is([role=menuitem])) ~ *) {
1737
+ display: block;
1738
+ }
1739
+ .peer-has-\[\[role\=menuitemradio\]\]\/menu-group\:block:is(:where(.peer\/menu-group):has(:is([role=menuitemradio])) ~ *) {
1740
+ display: block;
1741
+ }
1742
+ .peer-has-\[\[role\=option\]\]\/menu-group\:block:is(:where(.peer\/menu-group):has(:is([role=option])) ~ *) {
1743
+ display: block;
1744
+ }
1745
+ .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button)[data-active="true"] ~ *) {
1746
+ color: var(--sidebar-accent-foreground);
1747
+ }
1748
+ .peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size="default"] ~ *) {
1749
+ top: calc(var(--spacing) * 1.5);
1750
+ }
1751
+ .peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size="lg"] ~ *) {
1752
+ top: calc(var(--spacing) * 2.5);
1753
+ }
1754
+ .peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size="sm"] ~ *) {
1755
+ top: var(--spacing);
1756
+ }
1757
+ .selection\:bg-brand\/25 ::selection {
1758
+ background-color: var(--color-brand);
1759
+ @supports (color: color-mix(in lab, red, red)) {
1760
+ background-color: color-mix(in oklab, var(--color-brand) 25%, transparent);
1761
+ }
1762
+ }
1763
+ .selection\:bg-brand\/25::selection {
1764
+ background-color: var(--color-brand);
1765
+ @supports (color: color-mix(in lab, red, red)) {
1766
+ background-color: color-mix(in oklab, var(--color-brand) 25%, transparent);
1767
+ }
1768
+ }
1769
+ .selection\:bg-primary ::selection {
1770
+ background-color: var(--primary);
1771
+ }
1772
+ .selection\:bg-primary::selection {
1773
+ background-color: var(--primary);
1774
+ }
1775
+ .selection\:text-primary-foreground ::selection {
1776
+ color: var(--primary-foreground);
1777
+ }
1778
+ .selection\:text-primary-foreground::selection {
1779
+ color: var(--primary-foreground);
1780
+ }
1781
+ .file\:inline-flex::file-selector-button {
1782
+ display: inline-flex;
1783
+ }
1784
+ .file\:h-7::file-selector-button {
1785
+ height: calc(var(--spacing) * 7);
1786
+ }
1787
+ .file\:border-0::file-selector-button {
1788
+ border-style: var(--tw-border-style);
1789
+ border-width: 0px;
1790
+ }
1791
+ .file\:bg-transparent::file-selector-button {
1792
+ background-color: transparent;
1793
+ }
1794
+ .file\:text-sm::file-selector-button {
1795
+ font-size: var(--text-sm);
1796
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1797
+ }
1798
+ .file\:font-medium::file-selector-button {
1799
+ --tw-font-weight: var(--font-weight-medium);
1800
+ font-weight: var(--font-weight-medium);
1801
+ }
1802
+ .file\:text-foreground::file-selector-button {
1803
+ color: var(--foreground);
1804
+ }
1805
+ .placeholder\:text-muted-foreground::placeholder {
1806
+ color: var(--muted-foreground);
1807
+ }
1808
+ .placeholder\:text-muted-foreground\/80::placeholder {
1809
+ color: var(--muted-foreground);
1810
+ @supports (color: color-mix(in lab, red, red)) {
1811
+ color: color-mix(in oklab, var(--muted-foreground) 80%, transparent);
1812
+ }
1813
+ }
1814
+ .after\:absolute::after {
1815
+ content: var(--tw-content);
1816
+ position: absolute;
1817
+ }
1818
+ .after\:-inset-2::after {
1819
+ content: var(--tw-content);
1820
+ inset: calc(var(--spacing) * -2);
1821
+ }
1822
+ .after\:inset-y-0::after {
1823
+ content: var(--tw-content);
1824
+ inset-block: 0px;
1825
+ }
1826
+ .after\:left-1\/2::after {
1827
+ content: var(--tw-content);
1828
+ left: calc(1 / 2 * 100%);
1829
+ }
1830
+ .after\:w-0\.5::after {
1831
+ content: var(--tw-content);
1832
+ width: calc(var(--spacing) * 0.5);
1833
+ }
1834
+ .group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible="offcanvas"] *)::after {
1835
+ content: var(--tw-content);
1836
+ left: 100%;
1837
+ }
1838
+ .last\:mt-0:last-child {
1839
+ margin-top: 0px;
1840
+ }
1841
+ .last\:border-b-0:last-child {
1842
+ border-bottom-style: var(--tw-border-style);
1843
+ border-bottom-width: 0px;
1844
+ }
1845
+ .focus-within\:ring-2:focus-within {
1846
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1847
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1848
+ }
1849
+ .focus-within\:ring-ring:focus-within {
1850
+ --tw-ring-color: var(--ring);
1851
+ }
1852
+ .focus-within\:ring-offset-2:focus-within {
1853
+ --tw-ring-offset-width: 2px;
1854
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1855
+ }
1856
+ @media (hover: hover) {
1857
+ .hover\:cursor-pointer:hover {
1858
+ cursor: pointer;
1859
+ }
1860
+ .hover\:bg-accent:hover {
1861
+ background-color: var(--accent);
1862
+ }
1863
+ .hover\:bg-accent\/50:hover {
1864
+ background-color: var(--accent);
1865
+ }
1866
+ @supports (color: color-mix(in lab, red, red)) {
1867
+ .hover\:bg-accent\/50:hover {
1868
+ background-color: color-mix(in oklab, var(--accent) 50%, transparent);
1869
+ }
1870
+ }
1871
+ .hover\:bg-destructive\/90:hover {
1872
+ background-color: var(--destructive);
1873
+ }
1874
+ @supports (color: color-mix(in lab, red, red)) {
1875
+ .hover\:bg-destructive\/90:hover {
1876
+ background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
1877
+ }
1878
+ }
1879
+ .hover\:bg-muted:hover {
1880
+ background-color: var(--muted);
1881
+ }
1882
+ .hover\:bg-muted\/50:hover {
1883
+ background-color: var(--muted);
1884
+ }
1885
+ @supports (color: color-mix(in lab, red, red)) {
1886
+ .hover\:bg-muted\/50:hover {
1887
+ background-color: color-mix(in oklab, var(--muted) 50%, transparent);
1888
+ }
1889
+ }
1890
+ .hover\:bg-primary\/90:hover {
1891
+ background-color: var(--primary);
1892
+ }
1893
+ @supports (color: color-mix(in lab, red, red)) {
1894
+ .hover\:bg-primary\/90:hover {
1895
+ background-color: color-mix(in oklab, var(--primary) 90%, transparent);
1896
+ }
1897
+ }
1898
+ .hover\:bg-secondary\/80:hover {
1899
+ background-color: var(--secondary);
1900
+ }
1901
+ @supports (color: color-mix(in lab, red, red)) {
1902
+ .hover\:bg-secondary\/80:hover {
1903
+ background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
1904
+ }
1905
+ }
1906
+ .hover\:bg-sidebar-accent:hover {
1907
+ background-color: var(--sidebar-accent);
1908
+ }
1909
+ .hover\:bg-transparent:hover {
1910
+ background-color: transparent;
1911
+ }
1912
+ .hover\:text-accent-foreground:hover {
1913
+ color: var(--accent-foreground);
1914
+ }
1915
+ .hover\:text-foreground:hover {
1916
+ color: var(--foreground);
1917
+ }
1918
+ .hover\:text-muted-foreground:hover {
1919
+ color: var(--muted-foreground);
1920
+ }
1921
+ .hover\:text-primary\/90:hover {
1922
+ color: var(--primary);
1923
+ }
1924
+ @supports (color: color-mix(in lab, red, red)) {
1925
+ .hover\:text-primary\/90:hover {
1926
+ color: color-mix(in oklab, var(--primary) 90%, transparent);
1927
+ }
1928
+ }
1929
+ .hover\:text-sidebar-accent-foreground:hover {
1930
+ color: var(--sidebar-accent-foreground);
1931
+ }
1932
+ .hover\:underline:hover {
1933
+ text-decoration-line: underline;
1934
+ }
1935
+ .hover\:opacity-100:hover {
1936
+ opacity: 100%;
1937
+ }
1938
+ .hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover {
1939
+ --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-accent)));
1940
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1941
+ }
1942
+ .hover\:group-data-\[collapsible\=offcanvas\]\:bg-sidebar:hover:is(:where(.group)[data-collapsible="offcanvas"] *) {
1943
+ background-color: var(--sidebar);
1944
+ }
1945
+ .hover\:after\:bg-sidebar-border:hover::after {
1946
+ content: var(--tw-content);
1947
+ background-color: var(--sidebar-border);
1948
+ }
1949
+ }
1950
+ .focus\:z-10:focus {
1951
+ z-index: 10;
1952
+ }
1953
+ .focus\:bg-accent:focus {
1954
+ background-color: var(--accent);
1955
+ }
1956
+ .focus\:text-accent-foreground:focus {
1957
+ color: var(--accent-foreground);
1958
+ }
1959
+ .focus\:ring-2:focus {
1960
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1961
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1962
+ }
1963
+ .focus\:ring-ring:focus {
1964
+ --tw-ring-color: var(--ring);
1965
+ }
1966
+ .focus\:ring-offset-2:focus {
1967
+ --tw-ring-offset-width: 2px;
1968
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1969
+ }
1970
+ .focus\:outline-hidden:focus {
1971
+ --tw-outline-style: none;
1972
+ outline-style: none;
1973
+ @media (forced-colors: active) {
1974
+ outline: 2px solid transparent;
1975
+ outline-offset: 2px;
1976
+ }
1977
+ }
1978
+ .focus-visible\:z-10:focus-visible {
1979
+ z-index: 10;
1980
+ }
1981
+ .focus-visible\:border-ring:focus-visible {
1982
+ border-color: var(--ring);
1983
+ }
1984
+ .focus-visible\:ring-2:focus-visible {
1985
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1986
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1987
+ }
1988
+ .focus-visible\:ring-\[3px\]:focus-visible {
1989
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1990
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1991
+ }
1992
+ .focus-visible\:ring-destructive\/20:focus-visible {
1993
+ --tw-ring-color: var(--destructive);
1994
+ @supports (color: color-mix(in lab, red, red)) {
1995
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
1996
+ }
1997
+ }
1998
+ .focus-visible\:ring-ring\/50:focus-visible {
1999
+ --tw-ring-color: var(--ring);
2000
+ @supports (color: color-mix(in lab, red, red)) {
2001
+ --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
2002
+ }
2003
+ }
2004
+ .focus-visible\:outline-1:focus-visible {
2005
+ outline-style: var(--tw-outline-style);
2006
+ outline-width: 1px;
2007
+ }
2008
+ .focus-visible\:outline-ring:focus-visible {
2009
+ outline-color: var(--ring);
2010
+ }
2011
+ .focus-visible\:outline-none:focus-visible {
2012
+ --tw-outline-style: none;
2013
+ outline-style: none;
2014
+ }
2015
+ .active\:bg-sidebar-accent:active {
2016
+ background-color: var(--sidebar-accent);
2017
+ }
2018
+ .active\:text-sidebar-accent-foreground:active {
2019
+ color: var(--sidebar-accent-foreground);
2020
+ }
2021
+ .disabled\:pointer-events-none:disabled {
2022
+ pointer-events: none;
2023
+ }
2024
+ .disabled\:cursor-not-allowed:disabled {
2025
+ cursor: not-allowed;
2026
+ }
2027
+ .disabled\:opacity-50:disabled {
2028
+ opacity: 50%;
2029
+ }
2030
+ :where([data-side="left"]) .in-data-\[side\=left\]\:cursor-w-resize {
2031
+ cursor: w-resize;
2032
+ }
2033
+ :where([data-side="right"]) .in-data-\[side\=right\]\:cursor-e-resize {
2034
+ cursor: e-resize;
2035
+ }
2036
+ :where([data-slot="card-content"]) .in-data-\[slot\=card-content\]\:bg-transparent {
2037
+ background-color: transparent;
2038
+ }
2039
+ :where([data-slot="popover-content"]) .in-data-\[slot\=popover-content\]\:bg-transparent {
2040
+ background-color: transparent;
2041
+ }
2042
+ :where([data-slot="tooltip-content"]) .in-data-\[slot\=tooltip-content\]\:bg-background\/20 {
2043
+ background-color: var(--background);
2044
+ @supports (color: color-mix(in lab, red, red)) {
2045
+ background-color: color-mix(in oklab, var(--background) 20%, transparent);
2046
+ }
2047
+ }
2048
+ :where([data-slot="tooltip-content"]) .in-data-\[slot\=tooltip-content\]\:text-background {
2049
+ color: var(--background);
2050
+ }
2051
+ .has-focus\:border-ring:has(:focus) {
2052
+ border-color: var(--ring);
2053
+ }
2054
+ .has-focus\:ring-\[3px\]:has(:focus) {
2055
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2056
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2057
+ }
2058
+ .has-focus\:ring-ring\/50:has(:focus) {
2059
+ --tw-ring-color: var(--ring);
2060
+ @supports (color: color-mix(in lab, red, red)) {
2061
+ --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
2062
+ }
2063
+ }
2064
+ .has-disabled\:pointer-events-none:has(:disabled) {
2065
+ pointer-events: none;
2066
+ }
2067
+ .has-disabled\:opacity-50:has(:disabled) {
2068
+ opacity: 50%;
2069
+ }
2070
+ .has-aria-disabled\:border-input:has([aria-disabled="true"]) {
2071
+ border-color: var(--input);
2072
+ }
2073
+ .has-aria-disabled\:bg-muted:has([aria-disabled="true"]) {
2074
+ background-color: var(--muted);
2075
+ }
2076
+ .has-data-readonly\:w-fit:has([data-readonly]) {
2077
+ width: fit-content;
2078
+ }
2079
+ .has-data-readonly\:cursor-default:has([data-readonly]) {
2080
+ cursor: default;
2081
+ }
2082
+ .has-data-readonly\:border-transparent:has([data-readonly]) {
2083
+ border-color: transparent;
2084
+ }
2085
+ .has-data-readonly\:focus-within\:\[box-shadow\:none\]:has([data-readonly]):focus-within {
2086
+ box-shadow: none;
2087
+ }
2088
+ .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot="card-action"]) {
2089
+ grid-template-columns: 1fr auto;
2090
+ }
2091
+ .has-data-\[state\=checked\]\:border-primary:has([data-state="checked"]) {
2092
+ border-color: var(--primary);
2093
+ }
2094
+ .has-data-\[state\=checked\]\:bg-primary\/5:has([data-state="checked"]) {
2095
+ background-color: var(--primary);
2096
+ @supports (color: color-mix(in lab, red, red)) {
2097
+ background-color: color-mix(in oklab, var(--primary) 5%, transparent);
2098
+ }
2099
+ }
2100
+ .has-data-\[variant\=inset\]\:bg-sidebar:has([data-variant="inset"]) {
2101
+ background-color: var(--sidebar);
2102
+ }
2103
+ .has-\[\[data-slate-editor\]\:focus\]\:border-brand\/50:has(:is([data-slate-editor]:focus)) {
2104
+ border-color: var(--color-brand);
2105
+ @supports (color: color-mix(in lab, red, red)) {
2106
+ border-color: color-mix(in oklab, var(--color-brand) 50%, transparent);
2107
+ }
2108
+ }
2109
+ .has-\[\[data-slate-editor\]\:focus\]\:ring-2:has(:is([data-slate-editor]:focus)) {
2110
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2111
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2112
+ }
2113
+ .has-\[\[data-slate-editor\]\:focus\]\:ring-brand\/30:has(:is([data-slate-editor]:focus)) {
2114
+ --tw-ring-color: var(--color-brand);
2115
+ @supports (color: color-mix(in lab, red, red)) {
2116
+ --tw-ring-color: color-mix(in oklab, var(--color-brand) 30%, transparent);
2117
+ }
2118
+ }
2119
+ .has-\[\[role\=menuitem\]\]\:block:has(:is([role=menuitem])) {
2120
+ display: block;
2121
+ }
2122
+ .has-\[\[role\=menuitemradio\]\]\:block:has(:is([role=menuitemradio])) {
2123
+ display: block;
2124
+ }
2125
+ .has-\[\[role\=option\]\]\:block:has(:is([role=option])) {
2126
+ display: block;
2127
+ }
2128
+ .has-\[button\]\:flex:has(:is(button)) {
2129
+ display: flex;
2130
+ }
2131
+ .has-\[input\:focus\]\:border-ring:has(:is(input:focus)) {
2132
+ border-color: var(--ring);
2133
+ }
2134
+ .has-\[input\:focus\]\:ring-\[3px\]:has(:is(input:focus)) {
2135
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2136
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2137
+ }
2138
+ .has-\[input\:focus\]\:ring-ring\/50:has(:is(input:focus)) {
2139
+ --tw-ring-color: var(--ring);
2140
+ @supports (color: color-mix(in lab, red, red)) {
2141
+ --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
2142
+ }
2143
+ }
2144
+ .has-\[\>\[data-slot\=checkbox-group\]\]\:gap-3:has( > [data-slot=checkbox-group]) {
2145
+ gap: calc(var(--spacing) * 3);
2146
+ }
2147
+ .has-\[\>\[data-slot\=field-content\]\]\:items-start:has( > [data-slot=field-content]) {
2148
+ align-items: flex-start;
2149
+ }
2150
+ .has-\[\>\[data-slot\=field\]\]\:w-full:has( > [data-slot=field]) {
2151
+ width: 100%;
2152
+ }
2153
+ .has-\[\>\[data-slot\=field\]\]\:flex-col:has( > [data-slot=field]) {
2154
+ flex-direction: column;
2155
+ }
2156
+ .has-\[\>\[data-slot\=field\]\]\:rounded-md:has( > [data-slot=field]) {
2157
+ border-radius: calc(var(--radius) - 2px);
2158
+ }
2159
+ .has-\[\>\[data-slot\=field\]\]\:border:has( > [data-slot=field]) {
2160
+ border-style: var(--tw-border-style);
2161
+ border-width: 1px;
2162
+ }
2163
+ .has-\[\>\[data-slot\=radio-group\]\]\:gap-3:has( > [data-slot=radio-group]) {
2164
+ gap: calc(var(--spacing) * 3);
2165
+ }
2166
+ .has-\[\>svg\]\:px-2\.5:has( > svg) {
2167
+ padding-inline: calc(var(--spacing) * 2.5);
2168
+ }
2169
+ .has-\[\>svg\]\:px-3:has( > svg) {
2170
+ padding-inline: calc(var(--spacing) * 3);
2171
+ }
2172
+ .has-\[\>svg\]\:px-4:has( > svg) {
2173
+ padding-inline: calc(var(--spacing) * 4);
2174
+ }
2175
+ .aria-checked\:bg-accent[aria-checked="true"] {
2176
+ background-color: var(--accent);
2177
+ }
2178
+ .aria-checked\:text-accent-foreground[aria-checked="true"] {
2179
+ color: var(--accent-foreground);
2180
+ }
2181
+ .aria-disabled\:pointer-events-none[aria-disabled="true"] {
2182
+ pointer-events: none;
2183
+ }
2184
+ .aria-disabled\:opacity-50[aria-disabled="true"] {
2185
+ opacity: 50%;
2186
+ }
2187
+ .aria-invalid\:border-destructive[aria-invalid="true"] {
2188
+ border-color: var(--destructive);
2189
+ }
2190
+ .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
2191
+ --tw-ring-color: var(--destructive);
2192
+ @supports (color: color-mix(in lab, red, red)) {
2193
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
2194
+ }
2195
+ }
2196
+ .aria-selected\:text-muted-foreground[aria-selected="true"] {
2197
+ color: var(--muted-foreground);
2198
+ }
2199
+ .data-disabled\:pointer-events-none[data-disabled] {
2200
+ pointer-events: none;
2201
+ }
2202
+ .data-disabled\:opacity-50[data-disabled] {
2203
+ opacity: 50%;
2204
+ }
2205
+ .data-inset\:pl-8[data-inset] {
2206
+ padding-left: calc(var(--spacing) * 8);
2207
+ }
2208
+ .data-placeholder\:text-muted-foreground[data-placeholder] {
2209
+ color: var(--muted-foreground);
2210
+ }
2211
+ .data-readonly\:w-fit[data-readonly] {
2212
+ width: fit-content;
2213
+ }
2214
+ :is(.\*\*\:data-slate-placeholder\:\!top-1\/2 *)[data-slate-placeholder] {
2215
+ top: calc(1 / 2 * 100%) !important;
2216
+ }
2217
+ :is(.\*\*\:data-slate-placeholder\:top-\[auto_\!important\] *)[data-slate-placeholder] {
2218
+ top: auto !important;
2219
+ }
2220
+ :is(.\*\*\:data-slate-placeholder\:-translate-y-1\/2 *)[data-slate-placeholder] {
2221
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
2222
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2223
+ }
2224
+ :is(.\*\*\:data-slate-placeholder\:text-muted-foreground\/80 *)[data-slate-placeholder] {
2225
+ color: var(--muted-foreground);
2226
+ @supports (color: color-mix(in lab, red, red)) {
2227
+ color: color-mix(in oklab, var(--muted-foreground) 80%, transparent);
2228
+ }
2229
+ }
2230
+ :is(.\*\*\:data-slate-placeholder\:opacity-100\! *)[data-slate-placeholder] {
2231
+ opacity: 100% !important;
2232
+ }
2233
+ .data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
2234
+ background-color: var(--sidebar-accent);
2235
+ }
2236
+ .data-\[active\=true\]\:font-medium[data-active="true"] {
2237
+ --tw-font-weight: var(--font-weight-medium);
2238
+ font-weight: var(--font-weight-medium);
2239
+ }
2240
+ .data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
2241
+ color: var(--sidebar-accent-foreground);
2242
+ }
2243
+ .data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
2244
+ pointer-events: none;
2245
+ }
2246
+ .data-\[disabled\=true\]\:opacity-50[data-disabled="true"] {
2247
+ opacity: 50%;
2248
+ }
2249
+ .data-\[dragging\=true\]\:bg-accent\/50[data-dragging="true"] {
2250
+ background-color: var(--accent);
2251
+ @supports (color: color-mix(in lab, red, red)) {
2252
+ background-color: color-mix(in oklab, var(--accent) 50%, transparent);
2253
+ }
2254
+ }
2255
+ .data-\[error\=true\]\:text-destructive[data-error="true"] {
2256
+ color: var(--destructive);
2257
+ }
2258
+ .data-\[invalid\=true\]\:text-destructive[data-invalid="true"] {
2259
+ color: var(--destructive);
2260
+ }
2261
+ .data-\[orientation\=horizontal\]\:h-px[data-orientation="horizontal"] {
2262
+ height: 1px;
2263
+ }
2264
+ .data-\[orientation\=horizontal\]\:w-full[data-orientation="horizontal"] {
2265
+ width: 100%;
2266
+ }
2267
+ .data-\[orientation\=vertical\]\:h-full[data-orientation="vertical"] {
2268
+ height: 100%;
2269
+ }
2270
+ .data-\[orientation\=vertical\]\:w-px[data-orientation="vertical"] {
2271
+ width: 1px;
2272
+ }
2273
+ .data-\[range-end\=true\]\:rounded-md[data-range-end="true"] {
2274
+ border-radius: calc(var(--radius) - 2px);
2275
+ }
2276
+ .data-\[range-end\=true\]\:rounded-r-md[data-range-end="true"] {
2277
+ border-top-right-radius: calc(var(--radius) - 2px);
2278
+ border-bottom-right-radius: calc(var(--radius) - 2px);
2279
+ }
2280
+ .data-\[range-end\=true\]\:bg-primary[data-range-end="true"] {
2281
+ background-color: var(--primary);
2282
+ }
2283
+ .data-\[range-end\=true\]\:text-primary-foreground[data-range-end="true"] {
2284
+ color: var(--primary-foreground);
2285
+ }
2286
+ .data-\[range-middle\=true\]\:rounded-none[data-range-middle="true"] {
2287
+ border-radius: 0;
2288
+ }
2289
+ .data-\[range-middle\=true\]\:bg-accent[data-range-middle="true"] {
2290
+ background-color: var(--accent);
2291
+ }
2292
+ .data-\[range-middle\=true\]\:text-accent-foreground[data-range-middle="true"] {
2293
+ color: var(--accent-foreground);
2294
+ }
2295
+ .data-\[range-start\=true\]\:rounded-md[data-range-start="true"] {
2296
+ border-radius: calc(var(--radius) - 2px);
2297
+ }
2298
+ .data-\[range-start\=true\]\:rounded-l-md[data-range-start="true"] {
2299
+ border-top-left-radius: calc(var(--radius) - 2px);
2300
+ border-bottom-left-radius: calc(var(--radius) - 2px);
2301
+ }
2302
+ .data-\[range-start\=true\]\:bg-primary[data-range-start="true"] {
2303
+ background-color: var(--primary);
2304
+ }
2305
+ .data-\[range-start\=true\]\:text-primary-foreground[data-range-start="true"] {
2306
+ color: var(--primary-foreground);
2307
+ }
2308
+ .data-\[selected-single\=true\]\:bg-primary[data-selected-single="true"] {
2309
+ background-color: var(--primary);
2310
+ }
2311
+ .data-\[selected-single\=true\]\:text-primary-foreground[data-selected-single="true"] {
2312
+ color: var(--primary-foreground);
2313
+ }
2314
+ .data-\[selected\=true\]\:rounded-none[data-selected="true"] {
2315
+ border-radius: 0;
2316
+ }
2317
+ .data-\[selected\=true\]\:bg-accent[data-selected="true"] {
2318
+ background-color: var(--accent);
2319
+ }
2320
+ .data-\[selected\=true\]\:text-accent-foreground[data-selected="true"] {
2321
+ color: var(--accent-foreground);
2322
+ }
2323
+ .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
2324
+ --tw-translate-y: var(--spacing);
2325
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2326
+ }
2327
+ .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
2328
+ --tw-enter-translate-y: calc(2*var(--spacing)*-1);
2329
+ }
2330
+ .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
2331
+ --tw-translate-x: calc(var(--spacing) * -1);
2332
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2333
+ }
2334
+ .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
2335
+ --tw-enter-translate-x: calc(2*var(--spacing));
2336
+ }
2337
+ .data-\[side\=right\]\:translate-x-1[data-side="right"] {
2338
+ --tw-translate-x: var(--spacing);
2339
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2340
+ }
2341
+ .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
2342
+ --tw-enter-translate-x: calc(2*var(--spacing)*-1);
2343
+ }
2344
+ .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
2345
+ --tw-translate-y: calc(var(--spacing) * -1);
2346
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2347
+ }
2348
+ .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
2349
+ --tw-enter-translate-y: calc(2*var(--spacing));
2350
+ }
2351
+ .data-\[size\=default\]\:h-9[data-size="default"] {
2352
+ height: calc(var(--spacing) * 9);
2353
+ }
2354
+ .data-\[size\=sm\]\:h-8[data-size="sm"] {
2355
+ height: calc(var(--spacing) * 8);
2356
+ }
2357
+ .data-\[slot\=checkbox-group\]\:gap-3[data-slot="checkbox-group"] {
2358
+ gap: calc(var(--spacing) * 3);
2359
+ }
2360
+ :is(.\*\*\:data-\[slot\=command-input-wrapper\]\:h-12 *)[data-slot="command-input-wrapper"] {
2361
+ height: calc(var(--spacing) * 12);
2362
+ }
2363
+ :is(.\*\:data-\[slot\=field\]\:p-4 > *)[data-slot="field"] {
2364
+ padding: calc(var(--spacing) * 4);
2365
+ }
2366
+ :is(.\*\:data-\[slot\=field-group\]\:gap-4 > *)[data-slot="field-group"] {
2367
+ gap: calc(var(--spacing) * 4);
2368
+ }
2369
+ :is(.\*\:data-\[slot\=select-value\]\:line-clamp-1 > *)[data-slot="select-value"] {
2370
+ overflow: hidden;
2371
+ display: -webkit-box;
2372
+ -webkit-box-orient: vertical;
2373
+ -webkit-line-clamp: 1;
2374
+ }
2375
+ :is(.\*\:data-\[slot\=select-value\]\:flex > *)[data-slot="select-value"] {
2376
+ display: flex;
2377
+ }
2378
+ :is(.\*\:data-\[slot\=select-value\]\:items-center > *)[data-slot="select-value"] {
2379
+ align-items: center;
2380
+ }
2381
+ :is(.\*\:data-\[slot\=select-value\]\:gap-2 > *)[data-slot="select-value"] {
2382
+ gap: calc(var(--spacing) * 2);
2383
+ }
2384
+ .data-\[spacing\=0\]\:rounded-none[data-spacing="0"] {
2385
+ border-radius: 0;
2386
+ }
2387
+ .data-\[spacing\=0\]\:shadow-none[data-spacing="0"] {
2388
+ --tw-shadow: 0 0 #0000;
2389
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2390
+ }
2391
+ .data-\[spacing\=0\]\:first\:rounded-l-md[data-spacing="0"]:first-child {
2392
+ border-top-left-radius: calc(var(--radius) - 2px);
2393
+ border-bottom-left-radius: calc(var(--radius) - 2px);
2394
+ }
2395
+ .data-\[spacing\=0\]\:last\:rounded-r-md[data-spacing="0"]:last-child {
2396
+ border-top-right-radius: calc(var(--radius) - 2px);
2397
+ border-bottom-right-radius: calc(var(--radius) - 2px);
2398
+ }
2399
+ .data-\[state\=active\]\:bg-background[data-state="active"] {
2400
+ background-color: var(--background);
2401
+ }
2402
+ .data-\[state\=active\]\:shadow-sm[data-state="active"] {
2403
+ --tw-shadow: var(--shadow-sm);
2404
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2405
+ }
2406
+ .data-\[state\=checked\]\:border-primary[data-state="checked"] {
2407
+ border-color: var(--primary);
2408
+ }
2409
+ .data-\[state\=checked\]\:bg-primary[data-state="checked"] {
2410
+ background-color: var(--primary);
2411
+ }
2412
+ .data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
2413
+ color: var(--primary-foreground);
2414
+ }
2415
+ .data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
2416
+ animation: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
2417
+ }
2418
+ .data-\[state\=closed\]\:animate-out[data-state="closed"] {
2419
+ animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
2420
+ }
2421
+ .data-\[state\=closed\]\:duration-300[data-state="closed"] {
2422
+ --tw-duration: 300ms;
2423
+ transition-duration: 300ms;
2424
+ }
2425
+ .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
2426
+ --tw-exit-opacity: calc(0/100);
2427
+ --tw-exit-opacity: 0;
2428
+ }
2429
+ .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
2430
+ --tw-exit-scale: calc(95*1%);
2431
+ --tw-exit-scale: .95;
2432
+ }
2433
+ .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
2434
+ --tw-exit-translate-y: 100%;
2435
+ }
2436
+ .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
2437
+ --tw-exit-translate-x: -100%;
2438
+ }
2439
+ .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
2440
+ --tw-exit-translate-x: 100%;
2441
+ }
2442
+ .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
2443
+ --tw-exit-translate-y: -100%;
2444
+ }
2445
+ .data-\[state\=on\]\:bg-accent[data-state="on"] {
2446
+ background-color: var(--accent);
2447
+ }
2448
+ .data-\[state\=on\]\:text-accent-foreground[data-state="on"] {
2449
+ color: var(--accent-foreground);
2450
+ }
2451
+ .data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
2452
+ animation: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
2453
+ }
2454
+ .data-\[state\=open\]\:animate-in[data-state="open"] {
2455
+ animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
2456
+ }
2457
+ .data-\[state\=open\]\:bg-accent[data-state="open"] {
2458
+ background-color: var(--accent);
2459
+ }
2460
+ .data-\[state\=open\]\:bg-secondary[data-state="open"] {
2461
+ background-color: var(--secondary);
2462
+ }
2463
+ .data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
2464
+ color: var(--accent-foreground);
2465
+ }
2466
+ .data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
2467
+ color: var(--muted-foreground);
2468
+ }
2469
+ .data-\[state\=open\]\:opacity-100[data-state="open"] {
2470
+ opacity: 100%;
2471
+ }
2472
+ .data-\[state\=open\]\:duration-500[data-state="open"] {
2473
+ --tw-duration: 500ms;
2474
+ transition-duration: 500ms;
2475
+ }
2476
+ .data-\[state\=open\]\:fade-in-0[data-state="open"] {
2477
+ --tw-enter-opacity: calc(0/100);
2478
+ --tw-enter-opacity: 0;
2479
+ }
2480
+ .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
2481
+ --tw-enter-scale: calc(95*1%);
2482
+ --tw-enter-scale: .95;
2483
+ }
2484
+ .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
2485
+ --tw-enter-translate-y: 100%;
2486
+ }
2487
+ .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
2488
+ --tw-enter-translate-x: -100%;
2489
+ }
2490
+ .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
2491
+ --tw-enter-translate-x: 100%;
2492
+ }
2493
+ .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
2494
+ --tw-enter-translate-y: -100%;
2495
+ }
2496
+ @media (hover: hover) {
2497
+ .data-\[state\=open\]\:hover\:bg-sidebar-accent[data-state="open"]:hover {
2498
+ background-color: var(--sidebar-accent);
2499
+ }
2500
+ .data-\[state\=open\]\:hover\:text-sidebar-accent-foreground[data-state="open"]:hover {
2501
+ color: var(--sidebar-accent-foreground);
2502
+ }
2503
+ }
2504
+ .data-\[state\=selected\]\:bg-muted[data-state="selected"] {
2505
+ background-color: var(--muted);
2506
+ }
2507
+ .data-\[variant\=destructive\]\:text-destructive[data-variant="destructive"] {
2508
+ color: var(--destructive);
2509
+ }
2510
+ .data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant="destructive"]:focus {
2511
+ background-color: var(--destructive);
2512
+ @supports (color: color-mix(in lab, red, red)) {
2513
+ background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
2514
+ }
2515
+ }
2516
+ .data-\[variant\=destructive\]\:focus\:text-destructive[data-variant="destructive"]:focus {
2517
+ color: var(--destructive);
2518
+ }
2519
+ .data-\[variant\=label\]\:text-sm[data-variant="label"] {
2520
+ font-size: var(--text-sm);
2521
+ line-height: var(--tw-leading, var(--text-sm--line-height));
2522
+ }
2523
+ .data-\[variant\=legend\]\:text-base[data-variant="legend"] {
2524
+ font-size: var(--text-base);
2525
+ line-height: var(--tw-leading, var(--text-base--line-height));
2526
+ }
2527
+ .data-\[spacing\=0\]\:data-\[variant\=outline\]\:border-l-0[data-spacing="0"][data-variant="outline"] {
2528
+ border-left-style: var(--tw-border-style);
2529
+ border-left-width: 0px;
2530
+ }
2531
+ .data-\[spacing\=0\]\:data-\[variant\=outline\]\:first\:border-l[data-spacing="0"][data-variant="outline"]:first-child {
2532
+ border-left-style: var(--tw-border-style);
2533
+ border-left-width: 1px;
2534
+ }
2535
+ .data-\[spacing\=default\]\:data-\[variant\=outline\]\:shadow-xs[data-spacing="default"][data-variant="outline"] {
2536
+ --tw-shadow: var(--shadow-xs);
2537
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2538
+ }
2539
+ .data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction="bottom"] {
2540
+ inset-inline: 0px;
2541
+ }
2542
+ .data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction="bottom"] {
2543
+ bottom: 0px;
2544
+ }
2545
+ .data-\[vaul-drawer-direction\=bottom\]\:mt-24[data-vaul-drawer-direction="bottom"] {
2546
+ margin-top: calc(var(--spacing) * 24);
2547
+ }
2548
+ .data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\][data-vaul-drawer-direction="bottom"] {
2549
+ max-height: 80vh;
2550
+ }
2551
+ .data-\[vaul-drawer-direction\=bottom\]\:rounded-t-lg[data-vaul-drawer-direction="bottom"] {
2552
+ border-top-left-radius: var(--radius);
2553
+ border-top-right-radius: var(--radius);
2554
+ }
2555
+ .data-\[vaul-drawer-direction\=bottom\]\:border-t[data-vaul-drawer-direction="bottom"] {
2556
+ border-top-style: var(--tw-border-style);
2557
+ border-top-width: 1px;
2558
+ }
2559
+ .data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction="left"] {
2560
+ inset-block: 0px;
2561
+ }
2562
+ .data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction="left"] {
2563
+ left: 0px;
2564
+ }
2565
+ .data-\[vaul-drawer-direction\=left\]\:w-3\/4[data-vaul-drawer-direction="left"] {
2566
+ width: calc(3 / 4 * 100%);
2567
+ }
2568
+ .data-\[vaul-drawer-direction\=left\]\:border-r[data-vaul-drawer-direction="left"] {
2569
+ border-right-style: var(--tw-border-style);
2570
+ border-right-width: 1px;
2571
+ }
2572
+ .data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction="right"] {
2573
+ inset-block: 0px;
2574
+ }
2575
+ .data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction="right"] {
2576
+ right: 0px;
2577
+ }
2578
+ .data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction="right"] {
2579
+ width: calc(3 / 4 * 100%);
2580
+ }
2581
+ .data-\[vaul-drawer-direction\=right\]\:border-l[data-vaul-drawer-direction="right"] {
2582
+ border-left-style: var(--tw-border-style);
2583
+ border-left-width: 1px;
2584
+ }
2585
+ .data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction="top"] {
2586
+ inset-inline: 0px;
2587
+ }
2588
+ .data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction="top"] {
2589
+ top: 0px;
2590
+ }
2591
+ .data-\[vaul-drawer-direction\=top\]\:mb-24[data-vaul-drawer-direction="top"] {
2592
+ margin-bottom: calc(var(--spacing) * 24);
2593
+ }
2594
+ .data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\][data-vaul-drawer-direction="top"] {
2595
+ max-height: 80vh;
2596
+ }
2597
+ .data-\[vaul-drawer-direction\=top\]\:rounded-b-lg[data-vaul-drawer-direction="top"] {
2598
+ border-bottom-right-radius: var(--radius);
2599
+ border-bottom-left-radius: var(--radius);
2600
+ }
2601
+ .data-\[vaul-drawer-direction\=top\]\:border-b[data-vaul-drawer-direction="top"] {
2602
+ border-bottom-style: var(--tw-border-style);
2603
+ border-bottom-width: 1px;
2604
+ }
2605
+ .nth-last-2\:-mt-1:nth-last-child(2) {
2606
+ margin-top: calc(var(--spacing) * -1);
2607
+ }
2608
+ @supports (backdrop-blur: var(--tw)) {
2609
+ .supports-backdrop-blur\:bg-background\/60 {
2610
+ background-color: var(--background);
2611
+ }
2612
+ @supports (color: color-mix(in lab, red, red)) {
2613
+ .supports-backdrop-blur\:bg-background\/60 {
2614
+ background-color: color-mix(in oklab, var(--background) 60%, transparent);
2615
+ }
2616
+ }
2617
+ }
2618
+ @media (width >= 40rem) {
2619
+ .sm\:block {
2620
+ display: block;
2621
+ }
2622
+ .sm\:flex {
2623
+ display: flex;
2624
+ }
2625
+ .sm\:max-w-lg {
2626
+ max-width: var(--container-lg);
2627
+ }
2628
+ .sm\:max-w-sm {
2629
+ max-width: var(--container-sm);
2630
+ }
2631
+ .sm\:flex-row {
2632
+ flex-direction: row;
2633
+ }
2634
+ .sm\:justify-end {
2635
+ justify-content: flex-end;
2636
+ }
2637
+ .sm\:gap-2\.5 {
2638
+ gap: calc(var(--spacing) * 2.5);
2639
+ }
2640
+ .sm\:px-24 {
2641
+ padding-inline: calc(var(--spacing) * 24);
2642
+ }
2643
+ .sm\:px-\[max\(64px\,calc\(50\%-350px\)\)\] {
2644
+ padding-inline: max(64px, calc(50% - 350px));
2645
+ }
2646
+ .sm\:pr-2\.5 {
2647
+ padding-right: calc(var(--spacing) * 2.5);
2648
+ }
2649
+ .sm\:pl-2\.5 {
2650
+ padding-left: calc(var(--spacing) * 2.5);
2651
+ }
2652
+ .sm\:text-left {
2653
+ text-align: left;
2654
+ }
2655
+ .data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction="left"] {
2656
+ max-width: var(--container-sm);
2657
+ }
2658
+ .data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction="right"] {
2659
+ max-width: var(--container-sm);
2660
+ }
2661
+ }
2662
+ @media (width >= 48rem) {
2663
+ .md\:block {
2664
+ display: block;
2665
+ }
2666
+ .md\:flex {
2667
+ display: flex;
2668
+ }
2669
+ .md\:hidden {
2670
+ display: none;
2671
+ }
2672
+ .md\:flex-row {
2673
+ flex-direction: row;
2674
+ }
2675
+ .md\:gap-1\.5 {
2676
+ gap: calc(var(--spacing) * 1.5);
2677
+ }
2678
+ .md\:text-left {
2679
+ text-align: left;
2680
+ }
2681
+ .md\:text-sm {
2682
+ font-size: var(--text-sm);
2683
+ line-height: var(--tw-leading, var(--text-sm--line-height));
2684
+ }
2685
+ .md\:opacity-0 {
2686
+ opacity: 0%;
2687
+ }
2688
+ .md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant="inset"] ~ *) {
2689
+ margin: calc(var(--spacing) * 2);
2690
+ }
2691
+ .md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant="inset"] ~ *) {
2692
+ margin-left: 0px;
2693
+ }
2694
+ .md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant="inset"] ~ *) {
2695
+ border-radius: calc(var(--radius) + 4px);
2696
+ }
2697
+ .md\:peer-data-\[variant\=inset\]\:shadow-sm:is(:where(.peer)[data-variant="inset"] ~ *) {
2698
+ --tw-shadow: var(--shadow-sm);
2699
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2700
+ }
2701
+ .md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(:where(.peer)[data-variant="inset"] ~ *):is(:where(.peer)[data-state="collapsed"] ~ *) {
2702
+ margin-left: calc(var(--spacing) * 2);
2703
+ }
2704
+ .md\:after\:hidden::after {
2705
+ content: var(--tw-content);
2706
+ display: none;
2707
+ }
2708
+ }
2709
+ @container field-group (width >= 28rem) {
2710
+ .\@md\/field-group\:flex-row {
2711
+ flex-direction: row;
2712
+ }
2713
+ .\@md\/field-group\:items-center {
2714
+ align-items: center;
2715
+ }
2716
+ .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:items-start:has( > [data-slot=field-content]) {
2717
+ align-items: flex-start;
2718
+ }
2719
+ }
2720
+ .dark\:border-input:is(.dark *) {
2721
+ border-color: var(--input);
2722
+ }
2723
+ .dark\:bg-destructive\/60:is(.dark *) {
2724
+ background-color: var(--destructive);
2725
+ @supports (color: color-mix(in lab, red, red)) {
2726
+ background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
2727
+ }
2728
+ }
2729
+ .dark\:bg-input\/30:is(.dark *) {
2730
+ background-color: var(--input);
2731
+ @supports (color: color-mix(in lab, red, red)) {
2732
+ background-color: color-mix(in oklab, var(--input) 30%, transparent);
2733
+ }
2734
+ }
2735
+ .dark\:text-muted-foreground:is(.dark *) {
2736
+ color: var(--muted-foreground);
2737
+ }
2738
+ .dark\:shadow-\[rgba\(255\,_255\,_255\,_0\.1\)_0px_0\.5px_0px_0px_inset\,_rgb\(26\,_29\,_30\)_0px_1px_5px_0px_inset\,_rgb\(76\,_81\,_85\)_0px_0px_0px_0\.5px\,_rgb\(76\,_81\,_85\)_0px_2px_1px_-1px\,_rgb\(76\,_81\,_85\)_0px_1px_0px_0px\]:is(.dark *) {
2739
+ --tw-shadow-color: rgba(255, 255, 255, 0.1);
2740
+ @supports (color: color-mix(in lab, red, red)) {
2741
+ --tw-shadow-color: color-mix(in oklab, rgba(255, 255, 255, 0.1) 0px 0.5px 0px 0px inset, rgb(26, 29, 30) 0px 1px 5px 0px inset, rgb(76, 81, 85) 0px 0px 0px 0.5px, rgb(76, 81, 85) 0px 2px 1px -1px, rgb(76, 81, 85) 0px 1px 0px 0px var(--tw-shadow-alpha), transparent);
2742
+ }
2743
+ }
2744
+ @media (hover: hover) {
2745
+ .dark\:hover\:bg-accent\/50:is(.dark *):hover {
2746
+ background-color: var(--accent);
2747
+ }
2748
+ @supports (color: color-mix(in lab, red, red)) {
2749
+ .dark\:hover\:bg-accent\/50:is(.dark *):hover {
2750
+ background-color: color-mix(in oklab, var(--accent) 50%, transparent);
2751
+ }
2752
+ }
2753
+ .dark\:hover\:bg-input\/50:is(.dark *):hover {
2754
+ background-color: var(--input);
2755
+ }
2756
+ @supports (color: color-mix(in lab, red, red)) {
2757
+ .dark\:hover\:bg-input\/50:is(.dark *):hover {
2758
+ background-color: color-mix(in oklab, var(--input) 50%, transparent);
2759
+ }
2760
+ }
2761
+ .dark\:hover\:text-accent-foreground:is(.dark *):hover {
2762
+ color: var(--accent-foreground);
2763
+ }
2764
+ }
2765
+ .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
2766
+ --tw-ring-color: var(--destructive);
2767
+ @supports (color: color-mix(in lab, red, red)) {
2768
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
2769
+ }
2770
+ }
2771
+ :where([data-slot="tooltip-content"]) .dark\:in-data-\[slot\=tooltip-content\]\:bg-background\/10:is(.dark *) {
2772
+ background-color: var(--background);
2773
+ @supports (color: color-mix(in lab, red, red)) {
2774
+ background-color: color-mix(in oklab, var(--background) 10%, transparent);
2775
+ }
2776
+ }
2777
+ .dark\:has-data-\[state\=checked\]\:bg-primary\/10:is(.dark *):has([data-state="checked"]) {
2778
+ background-color: var(--primary);
2779
+ @supports (color: color-mix(in lab, red, red)) {
2780
+ background-color: color-mix(in oklab, var(--primary) 10%, transparent);
2781
+ }
2782
+ }
2783
+ .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
2784
+ --tw-ring-color: var(--destructive);
2785
+ @supports (color: color-mix(in lab, red, red)) {
2786
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
2787
+ }
2788
+ }
2789
+ .dark\:data-\[state\=active\]\:border-input:is(.dark *)[data-state="active"] {
2790
+ border-color: var(--input);
2791
+ }
2792
+ .dark\:data-\[state\=active\]\:bg-input\/30:is(.dark *)[data-state="active"] {
2793
+ background-color: var(--input);
2794
+ @supports (color: color-mix(in lab, red, red)) {
2795
+ background-color: color-mix(in oklab, var(--input) 30%, transparent);
2796
+ }
2797
+ }
2798
+ .dark\:data-\[state\=active\]\:text-foreground:is(.dark *)[data-state="active"] {
2799
+ color: var(--foreground);
2800
+ }
2801
+ .dark\:data-\[state\=checked\]\:bg-primary:is(.dark *)[data-state="checked"] {
2802
+ background-color: var(--primary);
2803
+ }
2804
+ .dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant="destructive"]:focus {
2805
+ background-color: var(--destructive);
2806
+ @supports (color: color-mix(in lab, red, red)) {
2807
+ background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
2808
+ }
2809
+ }
2810
+ .\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text {
2811
+ fill: var(--muted-foreground);
2812
+ }
2813
+ .\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke='#ccc'] {
2814
+ stroke: var(--border);
2815
+ @supports (color: color-mix(in lab, red, red)) {
2816
+ stroke: color-mix(in oklab, var(--border) 50%, transparent);
2817
+ }
2818
+ }
2819
+ .\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor {
2820
+ stroke: var(--border);
2821
+ }
2822
+ .\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke='#fff'] {
2823
+ stroke: transparent;
2824
+ }
2825
+ .\[\&_\.recharts-layer\]\:outline-hidden .recharts-layer {
2826
+ --tw-outline-style: none;
2827
+ outline-style: none;
2828
+ @media (forced-colors: active) {
2829
+ outline: 2px solid transparent;
2830
+ outline-offset: 2px;
2831
+ }
2832
+ }
2833
+ .\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke='#ccc'] {
2834
+ stroke: var(--border);
2835
+ }
2836
+ .\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector {
2837
+ fill: var(--muted);
2838
+ }
2839
+ .\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor {
2840
+ fill: var(--muted);
2841
+ }
2842
+ .\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke='#ccc'] {
2843
+ stroke: var(--border);
2844
+ }
2845
+ .\[\&_\.recharts-sector\]\:outline-hidden .recharts-sector {
2846
+ --tw-outline-style: none;
2847
+ outline-style: none;
2848
+ @media (forced-colors: active) {
2849
+ outline: 2px solid transparent;
2850
+ outline-offset: 2px;
2851
+ }
2852
+ }
2853
+ .\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke='#fff'] {
2854
+ stroke: transparent;
2855
+ }
2856
+ .\[\&_\.recharts-surface\]\:outline-hidden .recharts-surface {
2857
+ --tw-outline-style: none;
2858
+ outline-style: none;
2859
+ @media (forced-colors: active) {
2860
+ outline: 2px solid transparent;
2861
+ outline-offset: 2px;
2862
+ }
2863
+ }
2864
+ .\[\&_\.slate-selection-area\]\:z-50 .slate-selection-area {
2865
+ z-index: 50;
2866
+ }
2867
+ .\[\&_\.slate-selection-area\]\:border .slate-selection-area {
2868
+ border-style: var(--tw-border-style);
2869
+ border-width: 1px;
2870
+ }
2871
+ .\[\&_\.slate-selection-area\]\:border-brand\/25 .slate-selection-area {
2872
+ border-color: var(--color-brand);
2873
+ @supports (color: color-mix(in lab, red, red)) {
2874
+ border-color: color-mix(in oklab, var(--color-brand) 25%, transparent);
2875
+ }
2876
+ }
2877
+ .\[\&_\.slate-selection-area\]\:bg-brand\/15 .slate-selection-area {
2878
+ background-color: var(--color-brand);
2879
+ @supports (color: color-mix(in lab, red, red)) {
2880
+ background-color: color-mix(in oklab, var(--color-brand) 15%, transparent);
2881
+ }
2882
+ }
2883
+ .\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
2884
+ padding-inline: calc(var(--spacing) * 2);
2885
+ }
2886
+ .\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
2887
+ padding-block: calc(var(--spacing) * 1.5);
2888
+ }
2889
+ .\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading] {
2890
+ font-size: var(--text-xs);
2891
+ line-height: var(--tw-leading, var(--text-xs--line-height));
2892
+ }
2893
+ .\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
2894
+ --tw-font-weight: var(--font-weight-medium);
2895
+ font-weight: var(--font-weight-medium);
2896
+ }
2897
+ .\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading] {
2898
+ color: var(--muted-foreground);
2899
+ }
2900
+ .\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
2901
+ padding-inline: calc(var(--spacing) * 2);
2902
+ }
2903
+ .\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~ [cmdk-group] {
2904
+ padding-top: 0px;
2905
+ }
2906
+ .\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
2907
+ height: calc(var(--spacing) * 5);
2908
+ }
2909
+ .\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
2910
+ width: calc(var(--spacing) * 5);
2911
+ }
2912
+ .\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
2913
+ height: calc(var(--spacing) * 12);
2914
+ }
2915
+ .\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
2916
+ padding-inline: calc(var(--spacing) * 2);
2917
+ }
2918
+ .\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
2919
+ padding-block: calc(var(--spacing) * 3);
2920
+ }
2921
+ .\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
2922
+ height: calc(var(--spacing) * 5);
2923
+ }
2924
+ .\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
2925
+ width: calc(var(--spacing) * 5);
2926
+ }
2927
+ .\[\&_strong\]\:font-bold strong {
2928
+ --tw-font-weight: var(--font-weight-bold);
2929
+ font-weight: var(--font-weight-bold);
2930
+ }
2931
+ .\[\&_svg\]\:pointer-events-none svg {
2932
+ pointer-events: none;
2933
+ }
2934
+ .\[\&_svg\]\:shrink-0 svg {
2935
+ flex-shrink: 0;
2936
+ }
2937
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*='size-']) {
2938
+ width: calc(var(--spacing) * 3);
2939
+ height: calc(var(--spacing) * 3);
2940
+ }
2941
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*='size-']) {
2942
+ width: calc(var(--spacing) * 4);
2943
+ height: calc(var(--spacing) * 4);
2944
+ }
2945
+ .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*='text-']) {
2946
+ color: var(--muted-foreground);
2947
+ }
2948
+ .\[\&_tr\]\:border-b tr {
2949
+ border-bottom-style: var(--tw-border-style);
2950
+ border-bottom-width: 1px;
2951
+ }
2952
+ .\[\&_tr\:last-child\]\:border-0 tr:last-child {
2953
+ border-style: var(--tw-border-style);
2954
+ border-width: 0px;
2955
+ }
2956
+ .\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md:first-child[data-selected=true] button {
2957
+ border-top-left-radius: calc(var(--radius) - 2px);
2958
+ border-bottom-left-radius: calc(var(--radius) - 2px);
2959
+ }
2960
+ .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
2961
+ padding-right: 0px;
2962
+ }
2963
+ .\[\.border-b\]\:pb-6:is(.border-b) {
2964
+ padding-bottom: calc(var(--spacing) * 6);
2965
+ }
2966
+ .\[\.border-t\]\:pt-6:is(.border-t) {
2967
+ padding-top: calc(var(--spacing) * 6);
2968
+ }
2969
+ :is(.rtl\:\*\*\:\[\.rdp-button\\_next\>svg\]\:rotate-180:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) *):is(.rdp-button_next > svg) {
2970
+ rotate: 180deg;
2971
+ }
2972
+ :is(.rtl\:\*\*\:\[\.rdp-button\\_previous\>svg\]\:rotate-180:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) *):is(.rdp-button_previous > svg) {
2973
+ rotate: 180deg;
2974
+ }
2975
+ :is(.\*\:\[span\]\:last\:flex > *):is(span):last-child {
2976
+ display: flex;
2977
+ }
2978
+ :is(.\*\:\[span\]\:last\:items-center > *):is(span):last-child {
2979
+ align-items: center;
2980
+ }
2981
+ :is(.\*\:\[span\]\:last\:gap-2 > *):is(span):last-child {
2982
+ gap: calc(var(--spacing) * 2);
2983
+ }
2984
+ :is(.data-\[variant\=destructive\]\:\*\:\[svg\]\:text-destructive\![data-variant="destructive"] > *):is(svg) {
2985
+ color: var(--destructive) !important;
2986
+ }
2987
+ .\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md:last-child[data-selected=true] button {
2988
+ border-top-right-radius: calc(var(--radius) - 2px);
2989
+ border-bottom-right-radius: calc(var(--radius) - 2px);
2990
+ }
2991
+ .\[\&\>\*\]\:w-full > * {
2992
+ width: 100%;
2993
+ }
2994
+ @container field-group (width >= 28rem) {
2995
+ .\@md\/field-group\:\[\&\>\*\]\:w-auto > * {
2996
+ width: auto;
2997
+ }
2998
+ }
2999
+ .\[\&\>\.sr-only\]\:w-auto > .sr-only {
3000
+ width: auto;
3001
+ }
3002
+ .\[\&\>\[data-slot\=field-label\]\]\:flex-auto > [data-slot=field-label] {
3003
+ flex: auto;
3004
+ }
3005
+ @container field-group (width >= 28rem) {
3006
+ .\@md\/field-group\:\[\&\>\[data-slot\=field-label\]\]\:flex-auto > [data-slot=field-label] {
3007
+ flex: auto;
3008
+ }
3009
+ }
3010
+ .\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\] > [role=checkbox] {
3011
+ --tw-translate-y: 2px;
3012
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3013
+ }
3014
+ .has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has( > [data-slot=field-content]) > [role=checkbox], .has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has( > [data-slot=field-content]) [role=radio] {
3015
+ margin-top: 1px;
3016
+ }
3017
+ @container field-group (width >= 28rem) {
3018
+ .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has( > [data-slot=field-content]) > [role=checkbox], .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has( > [data-slot=field-content]) [role=radio] {
3019
+ margin-top: 1px;
3020
+ }
3021
+ }
3022
+ .\[\&\>a\]\:underline > a {
3023
+ text-decoration-line: underline;
3024
+ }
3025
+ .\[\&\>a\]\:underline-offset-4 > a {
3026
+ text-underline-offset: 4px;
3027
+ }
3028
+ .\[\&\>a\:hover\]\:text-primary > a:hover {
3029
+ color: var(--primary);
3030
+ }
3031
+ .\[\&\>button\]\:hidden > button {
3032
+ display: none;
3033
+ }
3034
+ .\[\&\>span\]\:text-xs > span {
3035
+ font-size: var(--text-xs);
3036
+ line-height: var(--tw-leading, var(--text-xs--line-height));
3037
+ }
3038
+ .\[\&\>span\]\:opacity-70 > span {
3039
+ opacity: 70%;
3040
+ }
3041
+ .\[\&\>span\:last-child\]\:truncate > span:last-child {
3042
+ overflow: hidden;
3043
+ text-overflow: ellipsis;
3044
+ white-space: nowrap;
3045
+ }
3046
+ .\[\&\>svg\]\:pointer-events-none > svg {
3047
+ pointer-events: none;
3048
+ }
3049
+ .\[\&\>svg\]\:size-3 > svg {
3050
+ width: calc(var(--spacing) * 3);
3051
+ height: calc(var(--spacing) * 3);
3052
+ }
3053
+ .\[\&\>svg\]\:size-3\.5 > svg {
3054
+ width: calc(var(--spacing) * 3.5);
3055
+ height: calc(var(--spacing) * 3.5);
3056
+ }
3057
+ .\[\&\>svg\]\:size-4 > svg {
3058
+ width: calc(var(--spacing) * 4);
3059
+ height: calc(var(--spacing) * 4);
3060
+ }
3061
+ .\[\&\>svg\]\:h-2\.5 > svg {
3062
+ height: calc(var(--spacing) * 2.5);
3063
+ }
3064
+ .\[\&\>svg\]\:h-3 > svg {
3065
+ height: calc(var(--spacing) * 3);
3066
+ }
3067
+ .\[\&\>svg\]\:w-2\.5 > svg {
3068
+ width: calc(var(--spacing) * 2.5);
3069
+ }
3070
+ .\[\&\>svg\]\:w-3 > svg {
3071
+ width: calc(var(--spacing) * 3);
3072
+ }
3073
+ .\[\&\>svg\]\:shrink-0 > svg {
3074
+ flex-shrink: 0;
3075
+ }
3076
+ .\[\&\>svg\]\:text-muted-foreground > svg {
3077
+ color: var(--muted-foreground);
3078
+ }
3079
+ .\[\&\>svg\]\:text-sidebar-accent-foreground > svg {
3080
+ color: var(--sidebar-accent-foreground);
3081
+ }
3082
+ .\[\&\>tr\]\:last\:border-b-0 > tr:last-child {
3083
+ border-bottom-style: var(--tw-border-style);
3084
+ border-bottom-width: 0px;
3085
+ }
3086
+ .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open] > svg {
3087
+ rotate: 180deg;
3088
+ }
3089
+ [data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
3090
+ right: calc(var(--spacing) * -2);
3091
+ }
3092
+ [data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
3093
+ cursor: e-resize;
3094
+ }
3095
+ [data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
3096
+ left: calc(var(--spacing) * -2);
3097
+ }
3098
+ [data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
3099
+ cursor: w-resize;
3100
+ }
3101
+ [data-variant=legend] + .\[\[data-variant\=legend\]\+\&\]\:-mt-1\.5 {
3102
+ margin-top: calc(var(--spacing) * -1.5);
3103
+ }
3104
+ @media (hover: hover) {
3105
+ a.\[a\&\]\:hover\:bg-accent:hover {
3106
+ background-color: var(--accent);
3107
+ }
3108
+ a.\[a\&\]\:hover\:bg-destructive\/90:hover {
3109
+ background-color: var(--destructive);
3110
+ }
3111
+ @supports (color: color-mix(in lab, red, red)) {
3112
+ a.\[a\&\]\:hover\:bg-destructive\/90:hover {
3113
+ background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
3114
+ }
3115
+ }
3116
+ a.\[a\&\]\:hover\:bg-primary\/90:hover {
3117
+ background-color: var(--primary);
3118
+ }
3119
+ @supports (color: color-mix(in lab, red, red)) {
3120
+ a.\[a\&\]\:hover\:bg-primary\/90:hover {
3121
+ background-color: color-mix(in oklab, var(--primary) 90%, transparent);
3122
+ }
3123
+ }
3124
+ a.\[a\&\]\:hover\:bg-secondary\/90:hover {
3125
+ background-color: var(--secondary);
3126
+ }
3127
+ @supports (color: color-mix(in lab, red, red)) {
3128
+ a.\[a\&\]\:hover\:bg-secondary\/90:hover {
3129
+ background-color: color-mix(in oklab, var(--secondary) 90%, transparent);
3130
+ }
3131
+ }
3132
+ a.\[a\&\]\:hover\:text-accent-foreground:hover {
3133
+ color: var(--accent-foreground);
3134
+ }
3135
+ }
3136
+ }
3137
+ @property --tw-animation-delay {
3138
+ syntax: "*";
3139
+ inherits: false;
3140
+ initial-value: 0s;
3141
+ }
3142
+ @property --tw-animation-direction {
3143
+ syntax: "*";
3144
+ inherits: false;
3145
+ initial-value: normal;
3146
+ }
3147
+ @property --tw-animation-duration {
3148
+ syntax: "*";
3149
+ inherits: false;
3150
+ }
3151
+ @property --tw-animation-fill-mode {
3152
+ syntax: "*";
3153
+ inherits: false;
3154
+ initial-value: none;
3155
+ }
3156
+ @property --tw-animation-iteration-count {
3157
+ syntax: "*";
3158
+ inherits: false;
3159
+ initial-value: 1;
3160
+ }
3161
+ @property --tw-enter-blur {
3162
+ syntax: "*";
3163
+ inherits: false;
3164
+ initial-value: 0;
3165
+ }
3166
+ @property --tw-enter-opacity {
3167
+ syntax: "*";
3168
+ inherits: false;
3169
+ initial-value: 1;
3170
+ }
3171
+ @property --tw-enter-rotate {
3172
+ syntax: "*";
3173
+ inherits: false;
3174
+ initial-value: 0;
3175
+ }
3176
+ @property --tw-enter-scale {
3177
+ syntax: "*";
3178
+ inherits: false;
3179
+ initial-value: 1;
3180
+ }
3181
+ @property --tw-enter-translate-x {
3182
+ syntax: "*";
3183
+ inherits: false;
3184
+ initial-value: 0;
3185
+ }
3186
+ @property --tw-enter-translate-y {
3187
+ syntax: "*";
3188
+ inherits: false;
3189
+ initial-value: 0;
3190
+ }
3191
+ @property --tw-exit-blur {
3192
+ syntax: "*";
3193
+ inherits: false;
3194
+ initial-value: 0;
3195
+ }
3196
+ @property --tw-exit-opacity {
3197
+ syntax: "*";
3198
+ inherits: false;
3199
+ initial-value: 1;
3200
+ }
3201
+ @property --tw-exit-rotate {
3202
+ syntax: "*";
3203
+ inherits: false;
3204
+ initial-value: 0;
3205
+ }
3206
+ @property --tw-exit-scale {
3207
+ syntax: "*";
3208
+ inherits: false;
3209
+ initial-value: 1;
3210
+ }
3211
+ @property --tw-exit-translate-x {
3212
+ syntax: "*";
3213
+ inherits: false;
3214
+ initial-value: 0;
3215
+ }
3216
+ @property --tw-exit-translate-y {
3217
+ syntax: "*";
3218
+ inherits: false;
3219
+ initial-value: 0;
3220
+ }
3221
+ :root {
3222
+ --brand: oklch(0.623 0.214 259.815);
3223
+ --highlight: oklch(0.852 0.199 91.936);
3224
+ }
3225
+ .dark {
3226
+ --brand: oklch(0.707 0.165 254.624);
3227
+ --highlight: oklch(0.852 0.199 91.936);
3228
+ }
3229
+ :root {
3230
+ --background: oklch(0.9818 0.0054 95.0986);
3231
+ --foreground: oklch(0.3438 0.0269 95.7226);
3232
+ --card: oklch(0.9818 0.0054 95.0986);
3233
+ --card-foreground: oklch(0.1908 0.002 106.5859);
3234
+ --popover: oklch(1 0 0);
3235
+ --popover-foreground: oklch(0.2671 0.0196 98.939);
3236
+ --primary: oklch(0.6171 0.1375 39.0427);
3237
+ --primary-foreground: oklch(1 0 0);
3238
+ --secondary: oklch(0.9245 0.0138 92.9892);
3239
+ --secondary-foreground: oklch(0.4334 0.0177 98.6048);
3240
+ --muted: oklch(0.9341 0.0153 90.239);
3241
+ --muted-foreground: oklch(0.6059 0.0075 97.4233);
3242
+ --accent: oklch(0.9245 0.0138 92.9892);
3243
+ --accent-foreground: oklch(0.2671 0.0196 98.939);
3244
+ --destructive: oklch(57.7% 0.245 27.325);
3245
+ --destructive-foreground: oklch(1 0 0);
3246
+ --border: oklch(0.8847 0.0069 97.3627);
3247
+ --input: oklch(0.7621 0.0156 98.3528);
3248
+ --ring: oklch(0.6171 0.1375 39.0427);
3249
+ --chart-1: oklch(0.5583 0.1276 42.9956);
3250
+ --chart-2: oklch(0.6898 0.1581 290.4107);
3251
+ --chart-3: oklch(0.8816 0.0276 93.128);
3252
+ --chart-4: oklch(0.8822 0.0403 298.1792);
3253
+ --chart-5: oklch(0.5608 0.1348 42.0584);
3254
+ --sidebar: oklch(0.9663 0.008 98.8792);
3255
+ --sidebar-foreground: oklch(0.359 0.0051 106.6524);
3256
+ --sidebar-primary: oklch(0.6171 0.1375 39.0427);
3257
+ --sidebar-primary-foreground: oklch(0.9881 0 0);
3258
+ --sidebar-accent: oklch(0.9245 0.0138 92.9892);
3259
+ --sidebar-accent-foreground: oklch(0.325 0 0);
3260
+ --sidebar-border: oklch(0.9401 0 0);
3261
+ --sidebar-ring: oklch(0.7731 0 0);
3262
+ --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
3263
+ Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
3264
+ "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
3265
+ --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
3266
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
3267
+ "Courier New", monospace;
3268
+ --radius: 0.5rem;
3269
+ --shadow-x: 0;
3270
+ --shadow-y: 1px;
3271
+ --shadow-blur: 3px;
3272
+ --shadow-spread: 0px;
3273
+ --shadow-opacity: 0.1;
3274
+ --shadow-color: oklch(0 0 0);
3275
+ --shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
3276
+ --shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
3277
+ --shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
3278
+ --shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
3279
+ --shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 2px 4px -1px hsl(0 0% 0% / 0.1);
3280
+ --shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 4px 6px -1px hsl(0 0% 0% / 0.1);
3281
+ --shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 8px 10px -1px hsl(0 0% 0% / 0.1);
3282
+ --shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25);
3283
+ --tracking-normal: 0em;
3284
+ --spacing: 0.25rem;
3285
+ --text-destructive: oklch(0.64 0.21 25);
3286
+ }
3287
+ .dark, :root[class~="dark"] {
3288
+ --background: oklch(0.2679 0.0036 106.6427);
3289
+ --foreground: oklch(0.8074 0.0142 93.0137);
3290
+ --card: oklch(0.2679 0.0036 106.6427);
3291
+ --card-foreground: oklch(0.9818 0.0054 95.0986);
3292
+ --popover: oklch(0.3085 0.0035 106.6039);
3293
+ --popover-foreground: oklch(0.9211 0.004 106.4781);
3294
+ --primary: oklch(0.6724 0.1308 38.7559);
3295
+ --primary-foreground: oklch(1 0 0);
3296
+ --secondary: oklch(0.9818 0.0054 95.0986);
3297
+ --secondary-foreground: oklch(0.3085 0.0035 106.6039);
3298
+ --muted: oklch(0.2213 0.0038 106.707);
3299
+ --muted-foreground: oklch(0.7713 0.0169 99.0657);
3300
+ --accent: oklch(0.213 0.0078 95.4245);
3301
+ --accent-foreground: oklch(0.9663 0.008 98.8792);
3302
+ --destructive: oklch(0.6368 0.2078 25.3313);
3303
+ --destructive-foreground: oklch(1 0 0);
3304
+ --border: oklch(0.3618 0.0101 106.8928);
3305
+ --input: oklch(0.4336 0.0113 100.2195);
3306
+ --ring: oklch(0.6724 0.1308 38.7559);
3307
+ --chart-1: oklch(0.5583 0.1276 42.9956);
3308
+ --chart-2: oklch(0.6898 0.1581 290.4107);
3309
+ --chart-3: oklch(0.213 0.0078 95.4245);
3310
+ --chart-4: oklch(0.3074 0.0516 289.323);
3311
+ --chart-5: oklch(0.5608 0.1348 42.0584);
3312
+ --sidebar: oklch(0.2357 0.0024 67.7077);
3313
+ --sidebar-foreground: oklch(0.8074 0.0142 93.0137);
3314
+ --sidebar-primary: oklch(0.325 0 0);
3315
+ --sidebar-primary-foreground: oklch(0.9881 0 0);
3316
+ --sidebar-accent: oklch(0.168 0.002 106.6177);
3317
+ --sidebar-accent-foreground: oklch(0.8074 0.0142 93.0137);
3318
+ --sidebar-border: oklch(0.9401 0 0);
3319
+ --sidebar-ring: oklch(0.7731 0 0);
3320
+ --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
3321
+ Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
3322
+ "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
3323
+ --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
3324
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
3325
+ "Courier New", monospace;
3326
+ --radius: 0.5rem;
3327
+ --shadow-x: 0;
3328
+ --shadow-y: 1px;
3329
+ --shadow-blur: 3px;
3330
+ --shadow-spread: 0px;
3331
+ --shadow-opacity: 0.1;
3332
+ --shadow-color: oklch(0 0 0);
3333
+ --shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
3334
+ --shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
3335
+ --shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
3336
+ --shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
3337
+ --shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 2px 4px -1px hsl(0 0% 0% / 0.1);
3338
+ --shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 4px 6px -1px hsl(0 0% 0% / 0.1);
3339
+ --shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 8px 10px -1px hsl(0 0% 0% / 0.1);
3340
+ --shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25);
3341
+ }
3342
+ @property --tw-translate-x {
3343
+ syntax: "*";
3344
+ inherits: false;
3345
+ initial-value: 0;
3346
+ }
3347
+ @property --tw-translate-y {
3348
+ syntax: "*";
3349
+ inherits: false;
3350
+ initial-value: 0;
3351
+ }
3352
+ @property --tw-translate-z {
3353
+ syntax: "*";
3354
+ inherits: false;
3355
+ initial-value: 0;
3356
+ }
3357
+ @property --tw-rotate-x {
3358
+ syntax: "*";
3359
+ inherits: false;
3360
+ }
3361
+ @property --tw-rotate-y {
3362
+ syntax: "*";
3363
+ inherits: false;
3364
+ }
3365
+ @property --tw-rotate-z {
3366
+ syntax: "*";
3367
+ inherits: false;
3368
+ }
3369
+ @property --tw-skew-x {
3370
+ syntax: "*";
3371
+ inherits: false;
3372
+ }
3373
+ @property --tw-skew-y {
3374
+ syntax: "*";
3375
+ inherits: false;
3376
+ }
3377
+ @property --tw-space-y-reverse {
3378
+ syntax: "*";
3379
+ inherits: false;
3380
+ initial-value: 0;
3381
+ }
3382
+ @property --tw-border-style {
3383
+ syntax: "*";
3384
+ inherits: false;
3385
+ initial-value: solid;
3386
+ }
3387
+ @property --tw-leading {
3388
+ syntax: "*";
3389
+ inherits: false;
3390
+ }
3391
+ @property --tw-font-weight {
3392
+ syntax: "*";
3393
+ inherits: false;
3394
+ }
3395
+ @property --tw-tracking {
3396
+ syntax: "*";
3397
+ inherits: false;
3398
+ }
3399
+ @property --tw-ordinal {
3400
+ syntax: "*";
3401
+ inherits: false;
3402
+ }
3403
+ @property --tw-slashed-zero {
3404
+ syntax: "*";
3405
+ inherits: false;
3406
+ }
3407
+ @property --tw-numeric-figure {
3408
+ syntax: "*";
3409
+ inherits: false;
3410
+ }
3411
+ @property --tw-numeric-spacing {
3412
+ syntax: "*";
3413
+ inherits: false;
3414
+ }
3415
+ @property --tw-numeric-fraction {
3416
+ syntax: "*";
3417
+ inherits: false;
3418
+ }
3419
+ @property --tw-shadow {
3420
+ syntax: "*";
3421
+ inherits: false;
3422
+ initial-value: 0 0 #0000;
3423
+ }
3424
+ @property --tw-shadow-color {
3425
+ syntax: "*";
3426
+ inherits: false;
3427
+ }
3428
+ @property --tw-shadow-alpha {
3429
+ syntax: "<percentage>";
3430
+ inherits: false;
3431
+ initial-value: 100%;
3432
+ }
3433
+ @property --tw-inset-shadow {
3434
+ syntax: "*";
3435
+ inherits: false;
3436
+ initial-value: 0 0 #0000;
3437
+ }
3438
+ @property --tw-inset-shadow-color {
3439
+ syntax: "*";
3440
+ inherits: false;
3441
+ }
3442
+ @property --tw-inset-shadow-alpha {
3443
+ syntax: "<percentage>";
3444
+ inherits: false;
3445
+ initial-value: 100%;
3446
+ }
3447
+ @property --tw-ring-color {
3448
+ syntax: "*";
3449
+ inherits: false;
3450
+ }
3451
+ @property --tw-ring-shadow {
3452
+ syntax: "*";
3453
+ inherits: false;
3454
+ initial-value: 0 0 #0000;
3455
+ }
3456
+ @property --tw-inset-ring-color {
3457
+ syntax: "*";
3458
+ inherits: false;
3459
+ }
3460
+ @property --tw-inset-ring-shadow {
3461
+ syntax: "*";
3462
+ inherits: false;
3463
+ initial-value: 0 0 #0000;
3464
+ }
3465
+ @property --tw-ring-inset {
3466
+ syntax: "*";
3467
+ inherits: false;
3468
+ }
3469
+ @property --tw-ring-offset-width {
3470
+ syntax: "<length>";
3471
+ inherits: false;
3472
+ initial-value: 0px;
3473
+ }
3474
+ @property --tw-ring-offset-color {
3475
+ syntax: "*";
3476
+ inherits: false;
3477
+ initial-value: #fff;
3478
+ }
3479
+ @property --tw-ring-offset-shadow {
3480
+ syntax: "*";
3481
+ inherits: false;
3482
+ initial-value: 0 0 #0000;
3483
+ }
3484
+ @property --tw-outline-style {
3485
+ syntax: "*";
3486
+ inherits: false;
3487
+ initial-value: solid;
3488
+ }
3489
+ @property --tw-backdrop-blur {
3490
+ syntax: "*";
3491
+ inherits: false;
3492
+ }
3493
+ @property --tw-backdrop-brightness {
3494
+ syntax: "*";
3495
+ inherits: false;
3496
+ }
3497
+ @property --tw-backdrop-contrast {
3498
+ syntax: "*";
3499
+ inherits: false;
3500
+ }
3501
+ @property --tw-backdrop-grayscale {
3502
+ syntax: "*";
3503
+ inherits: false;
3504
+ }
3505
+ @property --tw-backdrop-hue-rotate {
3506
+ syntax: "*";
3507
+ inherits: false;
3508
+ }
3509
+ @property --tw-backdrop-invert {
3510
+ syntax: "*";
3511
+ inherits: false;
3512
+ }
3513
+ @property --tw-backdrop-opacity {
3514
+ syntax: "*";
3515
+ inherits: false;
3516
+ }
3517
+ @property --tw-backdrop-saturate {
3518
+ syntax: "*";
3519
+ inherits: false;
3520
+ }
3521
+ @property --tw-backdrop-sepia {
3522
+ syntax: "*";
3523
+ inherits: false;
3524
+ }
3525
+ @property --tw-duration {
3526
+ syntax: "*";
3527
+ inherits: false;
3528
+ }
3529
+ @property --tw-ease {
3530
+ syntax: "*";
3531
+ inherits: false;
3532
+ }
3533
+ @property --tw-content {
3534
+ syntax: "*";
3535
+ initial-value: "";
3536
+ inherits: false;
3537
+ }
3538
+ @keyframes spin {
3539
+ to {
3540
+ transform: rotate(360deg);
3541
+ }
3542
+ }
3543
+ @keyframes pulse {
3544
+ 50% {
3545
+ opacity: 0.5;
3546
+ }
3547
+ }
3548
+ @keyframes enter {
3549
+ from {
3550
+ opacity: var(--tw-enter-opacity,1);
3551
+ transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
3552
+ filter: blur(var(--tw-enter-blur,0));
3553
+ }
3554
+ }
3555
+ @keyframes exit {
3556
+ to {
3557
+ opacity: var(--tw-exit-opacity,1);
3558
+ transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
3559
+ filter: blur(var(--tw-exit-blur,0));
3560
+ }
3561
+ }
3562
+ @keyframes accordion-down {
3563
+ from {
3564
+ height: 0;
3565
+ }
3566
+ to {
3567
+ height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))));
3568
+ }
3569
+ }
3570
+ @keyframes accordion-up {
3571
+ from {
3572
+ height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))));
3573
+ }
3574
+ to {
3575
+ height: 0;
3576
+ }
3577
+ }
3578
+ @layer properties {
3579
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
3580
+ *, ::before, ::after, ::backdrop {
3581
+ --tw-translate-x: 0;
3582
+ --tw-translate-y: 0;
3583
+ --tw-translate-z: 0;
3584
+ --tw-rotate-x: initial;
3585
+ --tw-rotate-y: initial;
3586
+ --tw-rotate-z: initial;
3587
+ --tw-skew-x: initial;
3588
+ --tw-skew-y: initial;
3589
+ --tw-space-y-reverse: 0;
3590
+ --tw-border-style: solid;
3591
+ --tw-leading: initial;
3592
+ --tw-font-weight: initial;
3593
+ --tw-tracking: initial;
3594
+ --tw-ordinal: initial;
3595
+ --tw-slashed-zero: initial;
3596
+ --tw-numeric-figure: initial;
3597
+ --tw-numeric-spacing: initial;
3598
+ --tw-numeric-fraction: initial;
3599
+ --tw-shadow: 0 0 #0000;
3600
+ --tw-shadow-color: initial;
3601
+ --tw-shadow-alpha: 100%;
3602
+ --tw-inset-shadow: 0 0 #0000;
3603
+ --tw-inset-shadow-color: initial;
3604
+ --tw-inset-shadow-alpha: 100%;
3605
+ --tw-ring-color: initial;
3606
+ --tw-ring-shadow: 0 0 #0000;
3607
+ --tw-inset-ring-color: initial;
3608
+ --tw-inset-ring-shadow: 0 0 #0000;
3609
+ --tw-ring-inset: initial;
3610
+ --tw-ring-offset-width: 0px;
3611
+ --tw-ring-offset-color: #fff;
3612
+ --tw-ring-offset-shadow: 0 0 #0000;
3613
+ --tw-outline-style: solid;
3614
+ --tw-backdrop-blur: initial;
3615
+ --tw-backdrop-brightness: initial;
3616
+ --tw-backdrop-contrast: initial;
3617
+ --tw-backdrop-grayscale: initial;
3618
+ --tw-backdrop-hue-rotate: initial;
3619
+ --tw-backdrop-invert: initial;
3620
+ --tw-backdrop-opacity: initial;
3621
+ --tw-backdrop-saturate: initial;
3622
+ --tw-backdrop-sepia: initial;
3623
+ --tw-duration: initial;
3624
+ --tw-ease: initial;
3625
+ --tw-content: "";
3626
+ --tw-animation-delay: 0s;
3627
+ --tw-animation-direction: normal;
3628
+ --tw-animation-duration: initial;
3629
+ --tw-animation-fill-mode: none;
3630
+ --tw-animation-iteration-count: 1;
3631
+ --tw-enter-blur: 0;
3632
+ --tw-enter-opacity: 1;
3633
+ --tw-enter-rotate: 0;
3634
+ --tw-enter-scale: 1;
3635
+ --tw-enter-translate-x: 0;
3636
+ --tw-enter-translate-y: 0;
3637
+ --tw-exit-blur: 0;
3638
+ --tw-exit-opacity: 1;
3639
+ --tw-exit-rotate: 0;
3640
+ --tw-exit-scale: 1;
3641
+ --tw-exit-translate-x: 0;
3642
+ --tw-exit-translate-y: 0;
3643
+ }
3644
+ }
3645
+ }