@kavagy/react 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/THIRD_PARTY_NOTICES.md +30 -0
  3. package/dist/avatar/avatar.d.ts +189 -0
  4. package/dist/avatar/avatar.d.ts.map +1 -0
  5. package/dist/avatar/avatar.js +185 -0
  6. package/dist/avatar/avatar.js.map +1 -0
  7. package/dist/avatar/index.d.ts +2 -0
  8. package/dist/avatar/index.js +2 -0
  9. package/dist/badges/badges.d.ts +149 -0
  10. package/dist/badges/badges.d.ts.map +1 -0
  11. package/dist/badges/badges.js +269 -0
  12. package/dist/badges/badges.js.map +1 -0
  13. package/dist/badges/index.d.ts +2 -0
  14. package/dist/badges/index.js +2 -0
  15. package/dist/button/button.d.ts +208 -0
  16. package/dist/button/button.d.ts.map +1 -0
  17. package/dist/button/button.js +158 -0
  18. package/dist/button/button.js.map +1 -0
  19. package/dist/button/index.d.ts +2 -0
  20. package/dist/button/index.js +2 -0
  21. package/dist/button-utility/button-utility.d.ts +59 -0
  22. package/dist/button-utility/button-utility.d.ts.map +1 -0
  23. package/dist/button-utility/button-utility.js +78 -0
  24. package/dist/button-utility/button-utility.js.map +1 -0
  25. package/dist/button-utility/index.d.ts +2 -0
  26. package/dist/button-utility/index.js +2 -0
  27. package/dist/checkbox/checkbox.d.ts +23 -0
  28. package/dist/checkbox/checkbox.d.ts.map +1 -0
  29. package/dist/checkbox/checkbox.js +81 -0
  30. package/dist/checkbox/checkbox.js.map +1 -0
  31. package/dist/checkbox/index.d.ts +2 -0
  32. package/dist/checkbox/index.js +2 -0
  33. package/dist/dropdown/dropdown.d.ts +33 -0
  34. package/dist/dropdown/dropdown.d.ts.map +1 -0
  35. package/dist/dropdown/dropdown.js +128 -0
  36. package/dist/dropdown/dropdown.js.map +1 -0
  37. package/dist/dropdown/index.d.ts +2 -0
  38. package/dist/dropdown/index.js +2 -0
  39. package/dist/featured-icon/featured-icon.d.ts +141 -0
  40. package/dist/featured-icon/featured-icon.d.ts.map +1 -0
  41. package/dist/featured-icon/featured-icon.js +292 -0
  42. package/dist/featured-icon/featured-icon.js.map +1 -0
  43. package/dist/featured-icon/index.d.ts +2 -0
  44. package/dist/featured-icon/index.js +2 -0
  45. package/dist/input/index.d.ts +2 -0
  46. package/dist/input/index.js +2 -0
  47. package/dist/input/input.d.ts +42 -0
  48. package/dist/input/input.d.ts.map +1 -0
  49. package/dist/input/input.js +136 -0
  50. package/dist/input/input.js.map +1 -0
  51. package/dist/modal/index.d.ts +2 -0
  52. package/dist/modal/index.js +2 -0
  53. package/dist/modal/modal.d.ts +8 -0
  54. package/dist/modal/modal.d.ts.map +1 -0
  55. package/dist/modal/modal.js +35 -0
  56. package/dist/modal/modal.js.map +1 -0
  57. package/dist/radio-buttons/index.d.ts +2 -0
  58. package/dist/radio-buttons/index.js +2 -0
  59. package/dist/radio-buttons/radio-buttons.d.ts +30 -0
  60. package/dist/radio-buttons/radio-buttons.d.ts.map +1 -0
  61. package/dist/radio-buttons/radio-buttons.js +71 -0
  62. package/dist/radio-buttons/radio-buttons.js.map +1 -0
  63. package/dist/select/index.d.ts +2 -0
  64. package/dist/select/index.js +2 -0
  65. package/dist/select/select.d.ts +40 -0
  66. package/dist/select/select.d.ts.map +1 -0
  67. package/dist/select/select.js +198 -0
  68. package/dist/select/select.js.map +1 -0
  69. package/dist/styles.css +2843 -0
  70. package/dist/table/index.d.ts +2 -0
  71. package/dist/table/index.js +2 -0
  72. package/dist/table/table.d.ts +61 -0
  73. package/dist/table/table.d.ts.map +1 -0
  74. package/dist/table/table.js +208 -0
  75. package/dist/table/table.js.map +1 -0
  76. package/dist/tabs/index.d.ts +2 -0
  77. package/dist/tabs/index.js +2 -0
  78. package/dist/tabs/tabs.d.ts +62 -0
  79. package/dist/tabs/tabs.d.ts.map +1 -0
  80. package/dist/tabs/tabs.js +120 -0
  81. package/dist/tabs/tabs.js.map +1 -0
  82. package/dist/textarea/index.d.ts +2 -0
  83. package/dist/textarea/index.js +2 -0
  84. package/dist/textarea/textarea.d.ts +26 -0
  85. package/dist/textarea/textarea.d.ts.map +1 -0
  86. package/dist/textarea/textarea.js +74 -0
  87. package/dist/textarea/textarea.js.map +1 -0
  88. package/dist/toggle/index.d.ts +2 -0
  89. package/dist/toggle/index.js +2 -0
  90. package/dist/toggle/toggle.d.ts +151 -0
  91. package/dist/toggle/toggle.d.ts.map +1 -0
  92. package/dist/toggle/toggle.js +145 -0
  93. package/dist/toggle/toggle.js.map +1 -0
  94. package/dist/tooltip/index.d.ts +2 -0
  95. package/dist/tooltip/index.js +2 -0
  96. package/dist/tooltip/tooltip.d.ts +59 -0
  97. package/dist/tooltip/tooltip.d.ts.map +1 -0
  98. package/dist/tooltip/tooltip.js +86 -0
  99. package/dist/tooltip/tooltip.js.map +1 -0
  100. package/dist/utils/cx.d.ts +21 -0
  101. package/dist/utils/cx.d.ts.map +1 -0
  102. package/dist/utils/cx.js +75 -0
  103. package/dist/utils/cx.js.map +1 -0
  104. package/dist/utils/is-react-component.d.ts +9 -0
  105. package/dist/utils/is-react-component.d.ts.map +1 -0
  106. package/dist/utils/is-react-component.js +17 -0
  107. package/dist/utils/is-react-component.js.map +1 -0
  108. package/dist/utils/tv.d.ts +6 -0
  109. package/dist/utils/tv.d.ts.map +1 -0
  110. package/dist/utils/tv.js +11 -0
  111. package/dist/utils/tv.js.map +1 -0
  112. package/package.json +146 -0
@@ -0,0 +1,2843 @@
1
+ /*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, kavagy;
4
+ @layer theme {
5
+ :root, :host {
6
+ --color-red-50: rgb(254 242 242);
7
+ --color-red-100: rgb(254 226 226);
8
+ --color-red-200: rgb(254 202 202);
9
+ --color-red-300: rgb(252 165 165);
10
+ --color-red-400: rgb(248 113 113);
11
+ --color-red-500: rgb(239 68 68);
12
+ --color-red-600: rgb(220 38 38);
13
+ --color-red-700: rgb(185 28 28);
14
+ --color-red-800: rgb(153 27 27);
15
+ --color-red-900: rgb(127 29 29);
16
+ --color-red-950: rgb(69 10 10);
17
+ --color-orange-50: rgb(255 247 237);
18
+ --color-orange-100: rgb(255 237 213);
19
+ --color-orange-200: rgb(254 215 170);
20
+ --color-orange-300: rgb(253 186 116);
21
+ --color-orange-400: rgb(251 146 60);
22
+ --color-orange-500: rgb(249 115 22);
23
+ --color-orange-600: rgb(234 88 12);
24
+ --color-orange-700: rgb(194 65 12);
25
+ --color-orange-800: rgb(154 52 18);
26
+ --color-orange-900: rgb(124 45 18);
27
+ --color-orange-950: rgb(67 20 7);
28
+ --color-yellow-50: rgb(254 252 232);
29
+ --color-yellow-100: rgb(254 249 195);
30
+ --color-yellow-200: rgb(254 240 138);
31
+ --color-yellow-300: rgb(253 224 71);
32
+ --color-yellow-400: rgb(250 204 21);
33
+ --color-yellow-500: rgb(234 179 8);
34
+ --color-yellow-600: rgb(202 138 4);
35
+ --color-yellow-700: rgb(161 98 7);
36
+ --color-yellow-800: rgb(133 77 14);
37
+ --color-yellow-900: rgb(113 63 18);
38
+ --color-yellow-950: rgb(66 32 6);
39
+ --color-green-50: rgb(240 253 244);
40
+ --color-green-100: rgb(220 252 231);
41
+ --color-green-200: rgb(187 247 208);
42
+ --color-green-300: rgb(134 239 172);
43
+ --color-green-400: rgb(74 222 128);
44
+ --color-green-500: rgb(34 197 94);
45
+ --color-green-600: rgb(22 163 74);
46
+ --color-green-700: rgb(21 128 61);
47
+ --color-green-800: rgb(22 101 52);
48
+ --color-green-900: rgb(20 83 45);
49
+ --color-green-950: rgb(5 46 22);
50
+ --color-blue-50: rgb(239 246 255);
51
+ --color-blue-100: rgb(219 234 254);
52
+ --color-blue-200: rgb(191 219 254);
53
+ --color-blue-300: rgb(147 197 253);
54
+ --color-blue-400: rgb(96 165 250);
55
+ --color-blue-500: rgb(59 130 246);
56
+ --color-blue-600: rgb(37 99 235);
57
+ --color-blue-700: rgb(29 78 216);
58
+ --color-blue-800: rgb(30 64 175);
59
+ --color-blue-900: rgb(30 58 138);
60
+ --color-blue-950: rgb(23 37 84);
61
+ --color-indigo-50: rgb(238 242 255);
62
+ --color-indigo-100: rgb(224 231 255);
63
+ --color-indigo-200: rgb(199 210 254);
64
+ --color-indigo-300: rgb(165 180 252);
65
+ --color-indigo-400: rgb(129 140 248);
66
+ --color-indigo-500: rgb(99 102 241);
67
+ --color-indigo-600: rgb(79 70 229);
68
+ --color-indigo-700: rgb(67 56 202);
69
+ --color-indigo-800: rgb(55 48 163);
70
+ --color-indigo-900: rgb(49 46 129);
71
+ --color-indigo-950: rgb(30 27 75);
72
+ --color-fuchsia-300: rgb(240 171 252);
73
+ --color-fuchsia-400: rgb(232 121 249);
74
+ --color-fuchsia-500: rgb(217 70 239);
75
+ --color-fuchsia-600: rgb(192 38 211);
76
+ --color-fuchsia-700: rgb(162 28 175);
77
+ --color-fuchsia-800: rgb(134 25 143);
78
+ --color-fuchsia-900: rgb(112 26 117);
79
+ --color-fuchsia-950: rgb(74 4 78);
80
+ --color-pink-50: rgb(253 242 248);
81
+ --color-pink-100: rgb(252 231 243);
82
+ --color-pink-200: rgb(251 207 232);
83
+ --color-pink-300: rgb(249 168 212);
84
+ --color-pink-400: rgb(244 114 182);
85
+ --color-pink-500: rgb(236 72 153);
86
+ --color-pink-600: rgb(219 39 119);
87
+ --color-pink-700: rgb(190 24 93);
88
+ --color-pink-800: rgb(157 23 77);
89
+ --color-pink-900: rgb(131 24 67);
90
+ --color-pink-950: rgb(80 7 36);
91
+ --color-neutral-50: rgb(249 250 251);
92
+ --color-neutral-100: rgb(243 244 246);
93
+ --color-neutral-200: rgb(229 231 235);
94
+ --color-neutral-300: rgb(209 213 219);
95
+ --color-neutral-400: rgb(156 163 175);
96
+ --color-neutral-500: rgb(107 114 128);
97
+ --color-neutral-600: rgb(75 85 99);
98
+ --color-neutral-700: rgb(55 65 81);
99
+ --color-neutral-800: rgb(31 41 55);
100
+ --color-neutral-900: rgb(17 24 39);
101
+ --color-neutral-950: rgb(3 7 18);
102
+ --color-black: #000;
103
+ --color-white: #fff;
104
+ --spacing: 0.25rem;
105
+ --container-xs: 20rem;
106
+ --text-xs: 0.75rem;
107
+ --text-xs--line-height: 1.125rem;
108
+ --text-sm: 0.875rem;
109
+ --text-sm--line-height: 1.25rem;
110
+ --text-lg: 1.125rem;
111
+ --text-lg--line-height: 1.75rem;
112
+ --text-xl: 1.25rem;
113
+ --text-xl--line-height: 1.875rem;
114
+ --font-weight-medium: 500;
115
+ --font-weight-semibold: 600;
116
+ --font-weight-bold: 700;
117
+ --radius-md: 0.375rem;
118
+ --radius-lg: 0.5rem;
119
+ --radius-xl: 0.75rem;
120
+ --radius-2xl: 1rem;
121
+ --shadow-xs: 0px 1px 2px rgba(0, 0, 0, 0.05);
122
+ --ease-in: cubic-bezier(0.4, 0, 1, 1);
123
+ --ease-out: cubic-bezier(0, 0, 0.2, 1);
124
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
125
+ --animate-spin: spin 1s linear infinite;
126
+ --default-transition-duration: 150ms;
127
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
128
+ --text-md: 1rem;
129
+ --text-md--line-height: 1.5rem;
130
+ --text-display-xs: 1.5rem;
131
+ --text-display-xs--line-height: 2rem;
132
+ --radius-none: 0px;
133
+ --radius-full: 9999px;
134
+ --shadow-skeuomorphic: 0px 0px 0px 1px rgba(0, 0, 0, 0.18) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.05) inset;
135
+ --ease-linear: cubic-bezier(0, 0, 1, 1);
136
+ --color-base-white: rgb(255 255 255);
137
+ --color-brand-50: rgb(240 242 246);
138
+ --color-brand-100: rgb(223 227 234);
139
+ --color-brand-200: rgb(193 200 212);
140
+ --color-brand-300: rgb(151 163 183);
141
+ --color-brand-400: rgb(108 122 145);
142
+ --color-brand-500: rgb(79 93 115);
143
+ --color-brand-600: rgb(58 70 90);
144
+ --color-brand-700: rgb(44 54 71);
145
+ --color-brand-800: rgb(33 41 55);
146
+ --color-brand-900: rgb(23 29 40);
147
+ --color-brand-950: rgb(14 18 26);
148
+ --color-bg-primary: var(--color-base-white);
149
+ --color-bg-primary_alt: var(--color-base-white);
150
+ --color-bg-primary_hover: var(--color-neutral-50);
151
+ --color-bg-primary-solid: var(--color-neutral-950);
152
+ --color-bg-secondary: var(--color-neutral-50);
153
+ --color-bg-secondary_alt: var(--color-neutral-50);
154
+ --color-bg-secondary-solid: var(--color-neutral-600);
155
+ --color-bg-tertiary: var(--color-neutral-100);
156
+ --color-bg-overlay: var(--color-neutral-950);
157
+ --color-bg-brand-primary_alt: var(--color-brand-50);
158
+ --color-bg-brand-secondary: var(--color-brand-100);
159
+ --color-bg-brand-solid: var(--color-brand-600);
160
+ --color-bg-brand-solid_hover: var(--color-brand-700);
161
+ --color-bg-error-primary: var(--color-red-50);
162
+ --color-bg-error-secondary: var(--color-red-100);
163
+ --color-bg-error-solid: var(--color-red-600);
164
+ --color-bg-error-solid_hover: var(--color-red-700);
165
+ --color-bg-warning-secondary: var(--color-yellow-100);
166
+ --color-bg-warning-solid: var(--color-yellow-500);
167
+ --color-bg-success-secondary: var(--color-green-100);
168
+ --color-bg-success-solid: var(--color-green-600);
169
+ --color-text-primary: var(--color-neutral-900);
170
+ --color-text-primary_on-brand: var(--color-base-white);
171
+ --color-text-secondary: var(--color-neutral-700);
172
+ --color-text-secondary_hover: var(--color-neutral-800);
173
+ --color-text-secondary_on-brand: var(--color-brand-200);
174
+ --color-text-tertiary: var(--color-neutral-600);
175
+ --color-text-tertiary_hover: var(--color-neutral-700);
176
+ --color-text-quaternary: var(--color-neutral-500);
177
+ --color-text-placeholder: var(--color-neutral-500);
178
+ --color-text-white: var(--color-base-white);
179
+ --color-text-brand-secondary: var(--color-brand-700);
180
+ --color-text-brand-secondary_hover: var(--color-brand-800);
181
+ --color-text-brand-tertiary: var(--color-brand-600);
182
+ --color-text-error-primary: var(--color-red-600);
183
+ --color-text-error-primary_hover: var(--color-red-700);
184
+ --color-border-primary: var(--color-neutral-300);
185
+ --color-border-secondary: var(--color-neutral-200);
186
+ --color-border-secondary_alt: var(--color-neutral-200);
187
+ --color-border-brand: var(--color-brand-500);
188
+ --color-border-brand_alt: var(--color-brand-600);
189
+ --color-border-error: var(--color-red-500);
190
+ --color-border-error_subtle: var(--color-red-300);
191
+ --color-fg-secondary: var(--color-neutral-600);
192
+ --color-fg-secondary_hover: var(--color-neutral-700);
193
+ --color-fg-tertiary: var(--color-neutral-500);
194
+ --color-fg-quaternary: var(--color-neutral-400);
195
+ --color-fg-quaternary_hover: var(--color-neutral-500);
196
+ --color-fg-white: var(--color-base-white);
197
+ --color-fg-brand-primary: var(--color-brand-600);
198
+ --color-fg-brand-primary_alt: var(--color-brand-700);
199
+ --color-fg-brand-secondary_alt: var(--color-brand-500);
200
+ --color-fg-brand-secondary_hover: var(--color-brand-600);
201
+ --color-fg-error-primary: var(--color-red-600);
202
+ --color-fg-error-secondary: var(--color-red-500);
203
+ --color-fg-warning-primary: var(--color-yellow-600);
204
+ --color-fg-success-primary: var(--color-green-600);
205
+ --color-fg-success-secondary: var(--color-green-500);
206
+ --ring-color-primary: var(--color-border-primary);
207
+ --ring-color-secondary: var(--color-border-secondary);
208
+ --ring-color-secondary_alt: var(--color-border-secondary_alt);
209
+ --ring-color-error: var(--color-border-error);
210
+ --ring-color-error_subtle: var(--color-border-error_subtle);
211
+ --ring-color-brand: var(--color-border-brand);
212
+ --ring-color-brand-solid: var(--color-bg-brand-solid);
213
+ --ring-color-focus-ring: var(--color-border-brand);
214
+ --outline-color-primary: var(--color-border-primary);
215
+ --outline-color-error: var(--color-border-error);
216
+ --outline-color-brand: var(--color-border-brand);
217
+ --outline-color-focus-ring: var(--color-border-brand);
218
+ --color-utility-brand-50: var(--color-brand-50);
219
+ --color-utility-brand-100: var(--color-brand-100);
220
+ --color-utility-brand-200: var(--color-brand-200);
221
+ --color-utility-brand-400: var(--color-brand-400);
222
+ --color-utility-brand-500: var(--color-brand-500);
223
+ --color-utility-brand-700: var(--color-brand-700);
224
+ --color-utility-neutral-50: var(--color-neutral-50);
225
+ --color-utility-neutral-100: var(--color-neutral-100);
226
+ --color-utility-neutral-200: var(--color-neutral-200);
227
+ --color-utility-neutral-300: var(--color-neutral-300);
228
+ --color-utility-neutral-400: var(--color-neutral-400);
229
+ --color-utility-neutral-500: var(--color-neutral-500);
230
+ --color-utility-neutral-700: var(--color-neutral-700);
231
+ --color-utility-red-50: var(--color-red-50);
232
+ --color-utility-red-100: var(--color-red-100);
233
+ --color-utility-red-200: var(--color-red-200);
234
+ --color-utility-red-400: var(--color-red-400);
235
+ --color-utility-red-500: var(--color-red-500);
236
+ --color-utility-red-700: var(--color-red-700);
237
+ --color-utility-orange-50: var(--color-orange-50);
238
+ --color-utility-orange-100: var(--color-orange-100);
239
+ --color-utility-orange-200: var(--color-orange-200);
240
+ --color-utility-orange-400: var(--color-orange-400);
241
+ --color-utility-orange-500: var(--color-orange-500);
242
+ --color-utility-orange-700: var(--color-orange-700);
243
+ --color-utility-yellow-50: var(--color-yellow-50);
244
+ --color-utility-yellow-100: var(--color-yellow-100);
245
+ --color-utility-yellow-200: var(--color-yellow-200);
246
+ --color-utility-yellow-400: var(--color-yellow-400);
247
+ --color-utility-yellow-500: var(--color-yellow-500);
248
+ --color-utility-yellow-700: var(--color-yellow-700);
249
+ --color-utility-green-50: var(--color-green-50);
250
+ --color-utility-green-100: var(--color-green-100);
251
+ --color-utility-green-200: var(--color-green-200);
252
+ --color-utility-green-400: var(--color-green-400);
253
+ --color-utility-green-500: var(--color-green-500);
254
+ --color-utility-green-700: var(--color-green-700);
255
+ --color-utility-blue-50: var(--color-blue-50);
256
+ --color-utility-blue-100: var(--color-blue-100);
257
+ --color-utility-blue-200: var(--color-blue-200);
258
+ --color-utility-blue-400: var(--color-blue-400);
259
+ --color-utility-blue-500: var(--color-blue-500);
260
+ --color-utility-blue-700: var(--color-blue-700);
261
+ --color-utility-indigo-50: var(--color-indigo-50);
262
+ --color-utility-indigo-100: var(--color-indigo-100);
263
+ --color-utility-indigo-200: var(--color-indigo-200);
264
+ --color-utility-indigo-400: var(--color-indigo-400);
265
+ --color-utility-indigo-500: var(--color-indigo-500);
266
+ --color-utility-indigo-700: var(--color-indigo-700);
267
+ --color-utility-pink-50: var(--color-pink-50);
268
+ --color-utility-pink-100: var(--color-pink-100);
269
+ --color-utility-pink-200: var(--color-pink-200);
270
+ --color-utility-pink-400: var(--color-pink-400);
271
+ --color-utility-pink-500: var(--color-pink-500);
272
+ --color-utility-pink-700: var(--color-pink-700);
273
+ }
274
+ }
275
+ @layer kavagy {
276
+ .pointer-events-none {
277
+ pointer-events: none;
278
+ }
279
+ .invisible {
280
+ visibility: hidden;
281
+ }
282
+ .visible {
283
+ visibility: visible;
284
+ }
285
+ .sr-only {
286
+ position: absolute;
287
+ width: 1px;
288
+ height: 1px;
289
+ padding: 0;
290
+ margin: -1px;
291
+ overflow: hidden;
292
+ clip-path: inset(50%);
293
+ white-space: nowrap;
294
+ border-width: 0;
295
+ }
296
+ .absolute {
297
+ position: absolute;
298
+ }
299
+ .fixed {
300
+ position: fixed;
301
+ }
302
+ .relative {
303
+ position: relative;
304
+ }
305
+ .inset-0 {
306
+ inset: 0px;
307
+ }
308
+ .top-1\/2 {
309
+ top: calc(1 / 2 * 100%);
310
+ }
311
+ .-right-px {
312
+ right: -1px;
313
+ }
314
+ .right-0 {
315
+ right: 0px;
316
+ }
317
+ .right-3 {
318
+ right: calc(var(--spacing) * 3);
319
+ }
320
+ .right-3\.5 {
321
+ right: calc(var(--spacing) * 3.5);
322
+ }
323
+ .-bottom-px {
324
+ bottom: -1px;
325
+ }
326
+ .bottom-0 {
327
+ bottom: 0px;
328
+ }
329
+ .left-1\/2 {
330
+ left: calc(1 / 2 * 100%);
331
+ }
332
+ .left-3 {
333
+ left: calc(var(--spacing) * 3);
334
+ }
335
+ .left-3\.5 {
336
+ left: calc(var(--spacing) * 3.5);
337
+ }
338
+ .z-1 {
339
+ z-index: 1;
340
+ }
341
+ .z-10 {
342
+ z-index: 10;
343
+ }
344
+ .z-50 {
345
+ z-index: 50;
346
+ }
347
+ .container {
348
+ width: 100%;
349
+ @media (width >= 320px) {
350
+ max-width: 320px;
351
+ }
352
+ @media (width >= 480px) {
353
+ max-width: 480px;
354
+ }
355
+ @media (width >= 640px) {
356
+ max-width: 640px;
357
+ }
358
+ @media (width >= 768px) {
359
+ max-width: 768px;
360
+ }
361
+ @media (width >= 1024px) {
362
+ max-width: 1024px;
363
+ }
364
+ @media (width >= 1280px) {
365
+ max-width: 1280px;
366
+ }
367
+ @media (width >= 1536px) {
368
+ max-width: 1536px;
369
+ }
370
+ }
371
+ .m-0 {
372
+ margin: 0px;
373
+ }
374
+ .-my-px {
375
+ margin-block: -1px;
376
+ }
377
+ .my-1 {
378
+ margin-block: var(--spacing);
379
+ }
380
+ .mt-0\.5 {
381
+ margin-top: calc(var(--spacing) * 0.5);
382
+ }
383
+ .mr-2 {
384
+ margin-right: calc(var(--spacing) * 2);
385
+ }
386
+ .ml-1 {
387
+ margin-left: var(--spacing);
388
+ }
389
+ .ml-auto {
390
+ margin-left: auto;
391
+ }
392
+ .block {
393
+ display: block;
394
+ }
395
+ .flex {
396
+ display: flex;
397
+ }
398
+ .grid {
399
+ display: grid;
400
+ }
401
+ .hidden {
402
+ display: none;
403
+ }
404
+ .inline {
405
+ display: inline;
406
+ }
407
+ .inline-flex {
408
+ display: inline-flex;
409
+ }
410
+ .table {
411
+ display: table;
412
+ }
413
+ .size-1\.5 {
414
+ width: calc(var(--spacing) * 1.5);
415
+ height: calc(var(--spacing) * 1.5);
416
+ }
417
+ .size-2 {
418
+ width: calc(var(--spacing) * 2);
419
+ height: calc(var(--spacing) * 2);
420
+ }
421
+ .size-2\.5 {
422
+ width: calc(var(--spacing) * 2.5);
423
+ height: calc(var(--spacing) * 2.5);
424
+ }
425
+ .size-3 {
426
+ width: calc(var(--spacing) * 3);
427
+ height: calc(var(--spacing) * 3);
428
+ }
429
+ .size-3\.5 {
430
+ width: calc(var(--spacing) * 3.5);
431
+ height: calc(var(--spacing) * 3.5);
432
+ }
433
+ .size-4 {
434
+ width: calc(var(--spacing) * 4);
435
+ height: calc(var(--spacing) * 4);
436
+ }
437
+ .size-4\.5 {
438
+ width: calc(var(--spacing) * 4.5);
439
+ height: calc(var(--spacing) * 4.5);
440
+ }
441
+ .size-5 {
442
+ width: calc(var(--spacing) * 5);
443
+ height: calc(var(--spacing) * 5);
444
+ }
445
+ .size-6 {
446
+ width: calc(var(--spacing) * 6);
447
+ height: calc(var(--spacing) * 6);
448
+ }
449
+ .size-7 {
450
+ width: calc(var(--spacing) * 7);
451
+ height: calc(var(--spacing) * 7);
452
+ }
453
+ .size-8 {
454
+ width: calc(var(--spacing) * 8);
455
+ height: calc(var(--spacing) * 8);
456
+ }
457
+ .size-10 {
458
+ width: calc(var(--spacing) * 10);
459
+ height: calc(var(--spacing) * 10);
460
+ }
461
+ .size-12 {
462
+ width: calc(var(--spacing) * 12);
463
+ height: calc(var(--spacing) * 12);
464
+ }
465
+ .size-14 {
466
+ width: calc(var(--spacing) * 14);
467
+ height: calc(var(--spacing) * 14);
468
+ }
469
+ .size-16 {
470
+ width: calc(var(--spacing) * 16);
471
+ height: calc(var(--spacing) * 16);
472
+ }
473
+ .size-full {
474
+ width: 100%;
475
+ height: 100%;
476
+ }
477
+ .h-3 {
478
+ height: calc(var(--spacing) * 3);
479
+ }
480
+ .h-4 {
481
+ height: calc(var(--spacing) * 4);
482
+ }
483
+ .h-5 {
484
+ height: calc(var(--spacing) * 5);
485
+ }
486
+ .h-6 {
487
+ height: calc(var(--spacing) * 6);
488
+ }
489
+ .h-9 {
490
+ height: calc(var(--spacing) * 9);
491
+ }
492
+ .h-11 {
493
+ height: calc(var(--spacing) * 11);
494
+ }
495
+ .h-14 {
496
+ height: calc(var(--spacing) * 14);
497
+ }
498
+ .h-18 {
499
+ height: calc(var(--spacing) * 18);
500
+ }
501
+ .h-max {
502
+ height: max-content;
503
+ }
504
+ .h-min {
505
+ height: min-content;
506
+ }
507
+ .h-px {
508
+ height: 1px;
509
+ }
510
+ .max-h-56\! {
511
+ max-height: calc(var(--spacing) * 56) !important;
512
+ }
513
+ .max-h-64\! {
514
+ max-height: calc(var(--spacing) * 64) !important;
515
+ }
516
+ .max-h-80\! {
517
+ max-height: calc(var(--spacing) * 80) !important;
518
+ }
519
+ .max-h-\[calc\(var\(--visual-viewport-height\)-var\(--modal-pt\)-var\(--modal-pb\)\)\] {
520
+ max-height: calc(var(--visual-viewport-height) - var(--modal-pt) - var(--modal-pb));
521
+ }
522
+ .max-h-\[inherit\] {
523
+ max-height: inherit;
524
+ }
525
+ .min-h-dvh {
526
+ min-height: 100dvh;
527
+ }
528
+ .w-\(--trigger-width\) {
529
+ width: var(--trigger-width);
530
+ }
531
+ .w-2\.5 {
532
+ width: calc(var(--spacing) * 2.5);
533
+ }
534
+ .w-8 {
535
+ width: calc(var(--spacing) * 8);
536
+ }
537
+ .w-9 {
538
+ width: calc(var(--spacing) * 9);
539
+ }
540
+ .w-10 {
541
+ width: calc(var(--spacing) * 10);
542
+ }
543
+ .w-11 {
544
+ width: calc(var(--spacing) * 11);
545
+ }
546
+ .w-62 {
547
+ width: calc(var(--spacing) * 62);
548
+ }
549
+ .w-full {
550
+ width: 100%;
551
+ }
552
+ .w-max {
553
+ width: max-content;
554
+ }
555
+ .w-min {
556
+ width: min-content;
557
+ }
558
+ .max-w-xs {
559
+ max-width: var(--container-xs);
560
+ }
561
+ .min-w-0 {
562
+ min-width: 0px;
563
+ }
564
+ .flex-1 {
565
+ flex: 1;
566
+ }
567
+ .shrink-0 {
568
+ flex-shrink: 0;
569
+ }
570
+ .grow {
571
+ flex-grow: 1;
572
+ }
573
+ .origin-\(--trigger-anchor-point\) {
574
+ transform-origin: var(--trigger-anchor-point);
575
+ }
576
+ .origin-center {
577
+ transform-origin: center;
578
+ }
579
+ .-translate-x-1\/2 {
580
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
581
+ translate: var(--tw-translate-x) var(--tw-translate-y);
582
+ }
583
+ .translate-x-4 {
584
+ --tw-translate-x: calc(var(--spacing) * 4);
585
+ translate: var(--tw-translate-x) var(--tw-translate-y);
586
+ }
587
+ .translate-x-5 {
588
+ --tw-translate-x: calc(var(--spacing) * 5);
589
+ translate: var(--tw-translate-x) var(--tw-translate-y);
590
+ }
591
+ .-translate-y-1\/2 {
592
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
593
+ translate: var(--tw-translate-x) var(--tw-translate-y);
594
+ }
595
+ .rotate-180 {
596
+ rotate: 180deg;
597
+ }
598
+ .animate-spin {
599
+ animation: var(--animate-spin);
600
+ }
601
+ .cursor-default {
602
+ cursor: default;
603
+ }
604
+ .cursor-not-allowed {
605
+ cursor: not-allowed;
606
+ }
607
+ .cursor-pointer {
608
+ cursor: pointer;
609
+ }
610
+ .scroll-py-3 {
611
+ scroll-padding-block: calc(var(--spacing) * 3);
612
+ }
613
+ .appearance-none {
614
+ appearance: none;
615
+ }
616
+ .flex-col {
617
+ flex-direction: column;
618
+ }
619
+ .flex-row {
620
+ flex-direction: row;
621
+ }
622
+ .flex-wrap {
623
+ flex-wrap: wrap;
624
+ }
625
+ .place-content-center {
626
+ place-content: center;
627
+ }
628
+ .place-items-center {
629
+ place-items: center;
630
+ }
631
+ .items-center {
632
+ align-items: center;
633
+ }
634
+ .items-end {
635
+ align-items: flex-end;
636
+ }
637
+ .items-start {
638
+ align-items: flex-start;
639
+ }
640
+ .justify-between {
641
+ justify-content: space-between;
642
+ }
643
+ .justify-center {
644
+ justify-content: center;
645
+ }
646
+ .justify-normal {
647
+ justify-content: normal;
648
+ }
649
+ .justify-start {
650
+ justify-content: flex-start;
651
+ }
652
+ .gap-0\.5 {
653
+ gap: calc(var(--spacing) * 0.5);
654
+ }
655
+ .gap-1 {
656
+ gap: var(--spacing);
657
+ }
658
+ .gap-1\.5 {
659
+ gap: calc(var(--spacing) * 1.5);
660
+ }
661
+ .gap-2 {
662
+ gap: calc(var(--spacing) * 2);
663
+ }
664
+ .gap-3 {
665
+ gap: calc(var(--spacing) * 3);
666
+ }
667
+ .gap-4 {
668
+ gap: calc(var(--spacing) * 4);
669
+ }
670
+ .gap-6 {
671
+ gap: calc(var(--spacing) * 6);
672
+ }
673
+ .gap-x-1\.5 {
674
+ column-gap: calc(var(--spacing) * 1.5);
675
+ }
676
+ .gap-x-2 {
677
+ column-gap: calc(var(--spacing) * 2);
678
+ }
679
+ .self-end {
680
+ align-self: flex-end;
681
+ }
682
+ .truncate {
683
+ overflow: hidden;
684
+ text-overflow: ellipsis;
685
+ white-space: nowrap;
686
+ }
687
+ .overflow-auto {
688
+ overflow: auto;
689
+ }
690
+ .overflow-hidden {
691
+ overflow: hidden;
692
+ }
693
+ .overflow-x-auto {
694
+ overflow-x: auto;
695
+ }
696
+ .overflow-x-hidden {
697
+ overflow-x: hidden;
698
+ }
699
+ .overflow-y-auto {
700
+ overflow-y: auto;
701
+ }
702
+ .rounded {
703
+ border-radius: 0.25rem;
704
+ }
705
+ .rounded-\[3px\] {
706
+ border-radius: 3px;
707
+ }
708
+ .rounded-\[7px\] {
709
+ border-radius: 7px;
710
+ }
711
+ .rounded-\[10px\] {
712
+ border-radius: 10px;
713
+ }
714
+ .rounded-full {
715
+ border-radius: var(--radius-full);
716
+ }
717
+ .rounded-lg {
718
+ border-radius: var(--radius-lg);
719
+ }
720
+ .rounded-md {
721
+ border-radius: var(--radius-md);
722
+ }
723
+ .rounded-none {
724
+ border-radius: var(--radius-none);
725
+ }
726
+ .rounded-xl {
727
+ border-radius: var(--radius-xl);
728
+ }
729
+ .border {
730
+ border-style: var(--tw-border-style);
731
+ border-width: 1px;
732
+ }
733
+ .border-b {
734
+ border-bottom-style: var(--tw-border-style);
735
+ border-bottom-width: 1px;
736
+ }
737
+ .border-b-2 {
738
+ border-bottom-style: var(--tw-border-style);
739
+ border-bottom-width: 2px;
740
+ }
741
+ .border-l-2 {
742
+ border-left-style: var(--tw-border-style);
743
+ border-left-width: 2px;
744
+ }
745
+ .border-brand {
746
+ border-color: var(--color-border-brand);
747
+ }
748
+ .border-brand_alt {
749
+ border-color: var(--color-border-brand_alt);
750
+ }
751
+ .border-fg-brand-primary_alt {
752
+ border-color: var(--color-fg-brand-primary_alt);
753
+ }
754
+ .border-primary {
755
+ border-color: var(--color-border-primary);
756
+ }
757
+ .border-secondary {
758
+ border-color: var(--color-border-secondary);
759
+ }
760
+ .border-transparent {
761
+ border-color: transparent;
762
+ }
763
+ .bg-border-secondary {
764
+ background-color: var(--color-border-secondary);
765
+ }
766
+ .bg-brand-primary_alt {
767
+ background-color: var(--color-bg-brand-primary_alt);
768
+ }
769
+ .bg-brand-secondary {
770
+ background-color: var(--color-bg-brand-secondary);
771
+ }
772
+ .bg-brand-solid {
773
+ background-color: var(--color-bg-brand-solid);
774
+ }
775
+ .bg-brand-solid_hover {
776
+ background-color: var(--color-bg-brand-solid_hover);
777
+ }
778
+ .bg-error-secondary {
779
+ background-color: var(--color-bg-error-secondary);
780
+ }
781
+ .bg-error-solid {
782
+ background-color: var(--color-bg-error-solid);
783
+ }
784
+ .bg-fg-error-primary {
785
+ background-color: var(--color-fg-error-primary);
786
+ }
787
+ .bg-fg-success-secondary {
788
+ background-color: var(--color-fg-success-secondary);
789
+ }
790
+ .bg-fg-white {
791
+ background-color: var(--color-fg-white);
792
+ }
793
+ .bg-overlay\/70 {
794
+ background-color: color-mix(in srgb, rgb(3 7 18) 70%, transparent);
795
+ @supports (color: color-mix(in lab, red, red)) {
796
+ background-color: color-mix(in oklab, var(--color-bg-overlay) 70%, transparent);
797
+ }
798
+ }
799
+ .bg-primary {
800
+ background-color: var(--color-bg-primary);
801
+ }
802
+ .bg-primary-solid {
803
+ background-color: var(--color-bg-primary-solid);
804
+ }
805
+ .bg-primary_alt {
806
+ background-color: var(--color-bg-primary_alt);
807
+ }
808
+ .bg-primary_hover {
809
+ background-color: var(--color-bg-primary_hover);
810
+ }
811
+ .bg-secondary {
812
+ background-color: var(--color-bg-secondary);
813
+ }
814
+ .bg-secondary-solid {
815
+ background-color: var(--color-bg-secondary-solid);
816
+ }
817
+ .bg-secondary_alt {
818
+ background-color: var(--color-bg-secondary_alt);
819
+ }
820
+ .bg-success-secondary {
821
+ background-color: var(--color-bg-success-secondary);
822
+ }
823
+ .bg-success-solid {
824
+ background-color: var(--color-bg-success-solid);
825
+ }
826
+ .bg-tertiary {
827
+ background-color: var(--color-bg-tertiary);
828
+ }
829
+ .bg-transparent {
830
+ background-color: transparent;
831
+ }
832
+ .bg-utility-blue-50 {
833
+ background-color: var(--color-utility-blue-50);
834
+ }
835
+ .bg-utility-brand-50 {
836
+ background-color: var(--color-utility-brand-50);
837
+ }
838
+ .bg-utility-green-50 {
839
+ background-color: var(--color-utility-green-50);
840
+ }
841
+ .bg-utility-indigo-50 {
842
+ background-color: var(--color-utility-indigo-50);
843
+ }
844
+ .bg-utility-neutral-50 {
845
+ background-color: var(--color-utility-neutral-50);
846
+ }
847
+ .bg-utility-neutral-300 {
848
+ background-color: var(--color-utility-neutral-300);
849
+ }
850
+ .bg-utility-orange-50 {
851
+ background-color: var(--color-utility-orange-50);
852
+ }
853
+ .bg-utility-pink-50 {
854
+ background-color: var(--color-utility-pink-50);
855
+ }
856
+ .bg-utility-red-50 {
857
+ background-color: var(--color-utility-red-50);
858
+ }
859
+ .bg-utility-yellow-50 {
860
+ background-color: var(--color-utility-yellow-50);
861
+ }
862
+ .bg-warning-secondary {
863
+ background-color: var(--color-bg-warning-secondary);
864
+ }
865
+ .bg-warning-solid {
866
+ background-color: var(--color-bg-warning-solid);
867
+ }
868
+ .fill-bg-primary-solid {
869
+ fill: var(--color-bg-primary-solid);
870
+ }
871
+ .fill-current {
872
+ fill: currentcolor;
873
+ }
874
+ .stroke-current {
875
+ stroke: currentcolor;
876
+ }
877
+ .stroke-\[2\.25px\] {
878
+ stroke-width: 2.25px;
879
+ }
880
+ .stroke-\[3px\] {
881
+ stroke-width: 3px;
882
+ }
883
+ .object-cover {
884
+ object-fit: cover;
885
+ }
886
+ .p-0 {
887
+ padding: 0px;
888
+ }
889
+ .p-0\! {
890
+ padding: 0px !important;
891
+ }
892
+ .p-0\.5 {
893
+ padding: calc(var(--spacing) * 0.5);
894
+ }
895
+ .p-1 {
896
+ padding: var(--spacing);
897
+ }
898
+ .p-1\.5 {
899
+ padding: calc(var(--spacing) * 1.5);
900
+ }
901
+ .p-2 {
902
+ padding: calc(var(--spacing) * 2);
903
+ }
904
+ .p-2\.5 {
905
+ padding: calc(var(--spacing) * 2.5);
906
+ }
907
+ .p-3 {
908
+ padding: calc(var(--spacing) * 3);
909
+ }
910
+ .p-6 {
911
+ padding: calc(var(--spacing) * 6);
912
+ }
913
+ .p-\[1\.5px\] {
914
+ padding: 1.5px;
915
+ }
916
+ .p-px {
917
+ padding: 1px;
918
+ }
919
+ .px-0\.5 {
920
+ padding-inline: calc(var(--spacing) * 0.5);
921
+ }
922
+ .px-1 {
923
+ padding-inline: var(--spacing);
924
+ }
925
+ .px-1\.5 {
926
+ padding-inline: calc(var(--spacing) * 1.5);
927
+ }
928
+ .px-2 {
929
+ padding-inline: calc(var(--spacing) * 2);
930
+ }
931
+ .px-2\.5 {
932
+ padding-inline: calc(var(--spacing) * 2.5);
933
+ }
934
+ .px-3 {
935
+ padding-inline: calc(var(--spacing) * 3);
936
+ }
937
+ .px-3\.5 {
938
+ padding-inline: calc(var(--spacing) * 3.5);
939
+ }
940
+ .px-4 {
941
+ padding-inline: calc(var(--spacing) * 4);
942
+ }
943
+ .px-4\.5 {
944
+ padding-inline: calc(var(--spacing) * 4.5);
945
+ }
946
+ .px-5 {
947
+ padding-inline: calc(var(--spacing) * 5);
948
+ }
949
+ .px-6 {
950
+ padding-inline: calc(var(--spacing) * 6);
951
+ }
952
+ .py-0\.5 {
953
+ padding-block: calc(var(--spacing) * 0.5);
954
+ }
955
+ .py-1 {
956
+ padding-block: var(--spacing);
957
+ }
958
+ .py-1\.5 {
959
+ padding-block: calc(var(--spacing) * 1.5);
960
+ }
961
+ .py-2 {
962
+ padding-block: calc(var(--spacing) * 2);
963
+ }
964
+ .py-2\.5 {
965
+ padding-block: calc(var(--spacing) * 2.5);
966
+ }
967
+ .py-3 {
968
+ padding-block: calc(var(--spacing) * 3);
969
+ }
970
+ .py-4 {
971
+ padding-block: calc(var(--spacing) * 4);
972
+ }
973
+ .py-5 {
974
+ padding-block: calc(var(--spacing) * 5);
975
+ }
976
+ .py-px {
977
+ padding-block: 1px;
978
+ }
979
+ .pt-\(--modal-pt\) {
980
+ padding-top: var(--modal-pt);
981
+ }
982
+ .pt-0 {
983
+ padding-top: 0px;
984
+ }
985
+ .pr-0 {
986
+ padding-right: 0px;
987
+ }
988
+ .pr-1 {
989
+ padding-right: var(--spacing);
990
+ }
991
+ .pr-1\.5 {
992
+ padding-right: calc(var(--spacing) * 1.5);
993
+ }
994
+ .pr-2\.5 {
995
+ padding-right: calc(var(--spacing) * 2.5);
996
+ }
997
+ .pr-3 {
998
+ padding-right: calc(var(--spacing) * 3);
999
+ }
1000
+ .pr-3\.5 {
1001
+ padding-right: calc(var(--spacing) * 3.5);
1002
+ }
1003
+ .pr-4 {
1004
+ padding-right: calc(var(--spacing) * 4);
1005
+ }
1006
+ .pr-9 {
1007
+ padding-right: calc(var(--spacing) * 9);
1008
+ }
1009
+ .pr-9\.5 {
1010
+ padding-right: calc(var(--spacing) * 9.5);
1011
+ }
1012
+ .pb-\(--modal-pb\) {
1013
+ padding-bottom: var(--modal-pb);
1014
+ }
1015
+ .pb-2\.5 {
1016
+ padding-bottom: calc(var(--spacing) * 2.5);
1017
+ }
1018
+ .pl-2 {
1019
+ padding-left: calc(var(--spacing) * 2);
1020
+ }
1021
+ .pl-2\.5 {
1022
+ padding-left: calc(var(--spacing) * 2.5);
1023
+ }
1024
+ .pl-3 {
1025
+ padding-left: calc(var(--spacing) * 3);
1026
+ }
1027
+ .pl-4 {
1028
+ padding-left: calc(var(--spacing) * 4);
1029
+ }
1030
+ .pl-9 {
1031
+ padding-left: calc(var(--spacing) * 9);
1032
+ }
1033
+ .pl-10 {
1034
+ padding-left: calc(var(--spacing) * 10);
1035
+ }
1036
+ .pl-10\.5 {
1037
+ padding-left: calc(var(--spacing) * 10.5);
1038
+ }
1039
+ .text-center {
1040
+ text-align: center;
1041
+ }
1042
+ .text-left {
1043
+ text-align: left;
1044
+ }
1045
+ .align-middle {
1046
+ vertical-align: middle;
1047
+ }
1048
+ .text-display-xs {
1049
+ font-size: var(--text-display-xs);
1050
+ line-height: var(--tw-leading, var(--text-display-xs--line-height));
1051
+ }
1052
+ .text-lg {
1053
+ font-size: var(--text-lg);
1054
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1055
+ }
1056
+ .text-md {
1057
+ font-size: var(--text-md);
1058
+ line-height: var(--tw-leading, var(--text-md--line-height));
1059
+ }
1060
+ .text-sm {
1061
+ font-size: var(--text-sm);
1062
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1063
+ }
1064
+ .text-xl {
1065
+ font-size: var(--text-xl);
1066
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1067
+ }
1068
+ .text-xs {
1069
+ font-size: var(--text-xs);
1070
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1071
+ }
1072
+ .text-\[10px\] {
1073
+ font-size: 10px;
1074
+ }
1075
+ .leading-\[13px\] {
1076
+ --tw-leading: 13px;
1077
+ line-height: 13px;
1078
+ }
1079
+ .font-bold {
1080
+ --tw-font-weight: var(--font-weight-bold);
1081
+ font-weight: var(--font-weight-bold);
1082
+ }
1083
+ .font-medium {
1084
+ --tw-font-weight: var(--font-weight-medium);
1085
+ font-weight: var(--font-weight-medium);
1086
+ }
1087
+ .font-semibold {
1088
+ --tw-font-weight: var(--font-weight-semibold);
1089
+ font-weight: var(--font-weight-semibold);
1090
+ }
1091
+ .whitespace-nowrap {
1092
+ white-space: nowrap;
1093
+ }
1094
+ .text-brand-secondary {
1095
+ color: var(--color-text-brand-secondary);
1096
+ }
1097
+ .text-brand-tertiary {
1098
+ color: var(--color-text-brand-tertiary);
1099
+ }
1100
+ .text-error-primary {
1101
+ color: var(--color-text-error-primary);
1102
+ }
1103
+ .text-fg-brand-primary {
1104
+ color: var(--color-fg-brand-primary);
1105
+ }
1106
+ .text-fg-error-primary {
1107
+ color: var(--color-fg-error-primary);
1108
+ }
1109
+ .text-fg-error-secondary {
1110
+ color: var(--color-fg-error-secondary);
1111
+ }
1112
+ .text-fg-quaternary {
1113
+ color: var(--color-fg-quaternary);
1114
+ }
1115
+ .text-fg-quaternary_hover {
1116
+ color: var(--color-fg-quaternary_hover);
1117
+ }
1118
+ .text-fg-secondary {
1119
+ color: var(--color-fg-secondary);
1120
+ }
1121
+ .text-fg-success-primary {
1122
+ color: var(--color-fg-success-primary);
1123
+ }
1124
+ .text-fg-tertiary {
1125
+ color: var(--color-fg-tertiary);
1126
+ }
1127
+ .text-fg-warning-primary {
1128
+ color: var(--color-fg-warning-primary);
1129
+ }
1130
+ .text-fg-white {
1131
+ color: var(--color-fg-white);
1132
+ }
1133
+ .text-placeholder {
1134
+ color: var(--color-text-placeholder);
1135
+ }
1136
+ .text-primary {
1137
+ color: var(--color-text-primary);
1138
+ }
1139
+ .text-primary_on-brand {
1140
+ color: var(--color-text-primary_on-brand);
1141
+ }
1142
+ .text-quaternary {
1143
+ color: var(--color-text-quaternary);
1144
+ }
1145
+ .text-secondary {
1146
+ color: var(--color-text-secondary);
1147
+ }
1148
+ .text-secondary_hover {
1149
+ color: var(--color-text-secondary_hover);
1150
+ }
1151
+ .text-secondary_on-brand {
1152
+ color: var(--color-text-secondary_on-brand);
1153
+ }
1154
+ .text-tertiary {
1155
+ color: var(--color-text-tertiary);
1156
+ }
1157
+ .text-utility-blue-400 {
1158
+ color: var(--color-utility-blue-400);
1159
+ }
1160
+ .text-utility-blue-500 {
1161
+ color: var(--color-utility-blue-500);
1162
+ }
1163
+ .text-utility-blue-700 {
1164
+ color: var(--color-utility-blue-700);
1165
+ }
1166
+ .text-utility-brand-400 {
1167
+ color: var(--color-utility-brand-400);
1168
+ }
1169
+ .text-utility-brand-500 {
1170
+ color: var(--color-utility-brand-500);
1171
+ }
1172
+ .text-utility-brand-700 {
1173
+ color: var(--color-utility-brand-700);
1174
+ }
1175
+ .text-utility-green-400 {
1176
+ color: var(--color-utility-green-400);
1177
+ }
1178
+ .text-utility-green-500 {
1179
+ color: var(--color-utility-green-500);
1180
+ }
1181
+ .text-utility-green-700 {
1182
+ color: var(--color-utility-green-700);
1183
+ }
1184
+ .text-utility-indigo-400 {
1185
+ color: var(--color-utility-indigo-400);
1186
+ }
1187
+ .text-utility-indigo-500 {
1188
+ color: var(--color-utility-indigo-500);
1189
+ }
1190
+ .text-utility-indigo-700 {
1191
+ color: var(--color-utility-indigo-700);
1192
+ }
1193
+ .text-utility-neutral-400 {
1194
+ color: var(--color-utility-neutral-400);
1195
+ }
1196
+ .text-utility-neutral-500 {
1197
+ color: var(--color-utility-neutral-500);
1198
+ }
1199
+ .text-utility-neutral-700 {
1200
+ color: var(--color-utility-neutral-700);
1201
+ }
1202
+ .text-utility-orange-400 {
1203
+ color: var(--color-utility-orange-400);
1204
+ }
1205
+ .text-utility-orange-500 {
1206
+ color: var(--color-utility-orange-500);
1207
+ }
1208
+ .text-utility-orange-700 {
1209
+ color: var(--color-utility-orange-700);
1210
+ }
1211
+ .text-utility-pink-400 {
1212
+ color: var(--color-utility-pink-400);
1213
+ }
1214
+ .text-utility-pink-500 {
1215
+ color: var(--color-utility-pink-500);
1216
+ }
1217
+ .text-utility-pink-700 {
1218
+ color: var(--color-utility-pink-700);
1219
+ }
1220
+ .text-utility-red-400 {
1221
+ color: var(--color-utility-red-400);
1222
+ }
1223
+ .text-utility-red-500 {
1224
+ color: var(--color-utility-red-500);
1225
+ }
1226
+ .text-utility-red-700 {
1227
+ color: var(--color-utility-red-700);
1228
+ }
1229
+ .text-utility-yellow-400 {
1230
+ color: var(--color-utility-yellow-400);
1231
+ }
1232
+ .text-utility-yellow-500 {
1233
+ color: var(--color-utility-yellow-500);
1234
+ }
1235
+ .text-utility-yellow-700 {
1236
+ color: var(--color-utility-yellow-700);
1237
+ }
1238
+ .text-white {
1239
+ color: var(--color-text-white);
1240
+ }
1241
+ .underline {
1242
+ text-decoration-line: underline;
1243
+ }
1244
+ .opacity-0 {
1245
+ opacity: 0%;
1246
+ }
1247
+ .opacity-30 {
1248
+ opacity: 30%;
1249
+ }
1250
+ .opacity-50 {
1251
+ opacity: 50%;
1252
+ }
1253
+ .opacity-100 {
1254
+ opacity: 100%;
1255
+ }
1256
+ .shadow {
1257
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1258
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1259
+ }
1260
+ .shadow-lg {
1261
+ --tw-shadow: 0px 12px 16px -4px var(--tw-shadow-color, rgba(0, 0, 0, 0.08)), 0px 4px 6px -2px var(--tw-shadow-color, rgba(0, 0, 0, 0.03)), 0px 2px 2px -1px var(--tw-shadow-color, rgba(0, 0, 0, 0.04));
1262
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1263
+ }
1264
+ .shadow-sm {
1265
+ --tw-shadow: 0px 1px 3px var(--tw-shadow-color, rgba(0, 0, 0, 0.1)), 0px 1px 2px -1px var(--tw-shadow-color, rgba(0, 0, 0, 0.1));
1266
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1267
+ }
1268
+ .shadow-xl {
1269
+ --tw-shadow: 0px 20px 24px -4px var(--tw-shadow-color, rgba(0, 0, 0, 0.08)), 0px 8px 8px -4px var(--tw-shadow-color, rgba(0, 0, 0, 0.03)), 0px 3px 3px -1.5px var(--tw-shadow-color, rgba(0, 0, 0, 0.04));
1270
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1271
+ }
1272
+ .shadow-xs {
1273
+ --tw-shadow: 0px 1px 2px var(--tw-shadow-color, rgba(0, 0, 0, 0.05));
1274
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1275
+ }
1276
+ .shadow-xs-skeuomorphic {
1277
+ --tw-shadow: var(--shadow-skeuomorphic), var(--shadow-xs);
1278
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1279
+ }
1280
+ .ring {
1281
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1282
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1283
+ }
1284
+ .ring-0 {
1285
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1286
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1287
+ }
1288
+ .ring-1 {
1289
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1290
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1291
+ }
1292
+ .ring-2 {
1293
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1294
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1295
+ }
1296
+ .ring-\[0\.5px\] {
1297
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1298
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1299
+ }
1300
+ .ring-\[1\.5px\] {
1301
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1302
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1303
+ }
1304
+ .ring-bg-primary {
1305
+ --tw-ring-color: var(--color-bg-primary);
1306
+ }
1307
+ .ring-brand {
1308
+ --tw-ring-color: var(--ring-color-brand);
1309
+ }
1310
+ .ring-brand-solid {
1311
+ --tw-ring-color: var(--ring-color-brand-solid);
1312
+ }
1313
+ .ring-error {
1314
+ --tw-ring-color: var(--ring-color-error);
1315
+ }
1316
+ .ring-error_subtle {
1317
+ --tw-ring-color: var(--ring-color-error_subtle);
1318
+ }
1319
+ .ring-focus-ring {
1320
+ --tw-ring-color: var(--ring-color-focus-ring);
1321
+ }
1322
+ .ring-primary {
1323
+ --tw-ring-color: var(--ring-color-primary);
1324
+ }
1325
+ .ring-secondary {
1326
+ --tw-ring-color: var(--ring-color-secondary);
1327
+ }
1328
+ .ring-secondary_alt {
1329
+ --tw-ring-color: var(--ring-color-secondary_alt);
1330
+ }
1331
+ .ring-transparent {
1332
+ --tw-ring-color: transparent;
1333
+ }
1334
+ .ring-utility-blue-200 {
1335
+ --tw-ring-color: var(--color-utility-blue-200);
1336
+ }
1337
+ .ring-utility-brand-200 {
1338
+ --tw-ring-color: var(--color-utility-brand-200);
1339
+ }
1340
+ .ring-utility-green-200 {
1341
+ --tw-ring-color: var(--color-utility-green-200);
1342
+ }
1343
+ .ring-utility-indigo-200 {
1344
+ --tw-ring-color: var(--color-utility-indigo-200);
1345
+ }
1346
+ .ring-utility-neutral-200 {
1347
+ --tw-ring-color: var(--color-utility-neutral-200);
1348
+ }
1349
+ .ring-utility-orange-200 {
1350
+ --tw-ring-color: var(--color-utility-orange-200);
1351
+ }
1352
+ .ring-utility-pink-200 {
1353
+ --tw-ring-color: var(--color-utility-pink-200);
1354
+ }
1355
+ .ring-utility-red-200 {
1356
+ --tw-ring-color: var(--color-utility-red-200);
1357
+ }
1358
+ .ring-utility-yellow-200 {
1359
+ --tw-ring-color: var(--color-utility-yellow-200);
1360
+ }
1361
+ .outline-hidden {
1362
+ --tw-outline-style: none;
1363
+ outline-style: none;
1364
+ @media (forced-colors: active) {
1365
+ outline: 2px solid transparent;
1366
+ outline-offset: 2px;
1367
+ }
1368
+ }
1369
+ .outline {
1370
+ outline-style: var(--tw-outline-style);
1371
+ outline-width: 1px;
1372
+ }
1373
+ .outline-2 {
1374
+ outline-style: var(--tw-outline-style);
1375
+ outline-width: 2px;
1376
+ }
1377
+ .outline-\[0\.5px\] {
1378
+ outline-style: var(--tw-outline-style);
1379
+ outline-width: 0.5px;
1380
+ }
1381
+ .-outline-offset-2 {
1382
+ outline-offset: calc(2px * -1);
1383
+ }
1384
+ .-outline-offset-\[0\.5px\] {
1385
+ outline-offset: calc(0.5px * -1);
1386
+ }
1387
+ .outline-offset-2 {
1388
+ outline-offset: 2px;
1389
+ }
1390
+ .outline-black\/16 {
1391
+ outline-color: color-mix(in srgb, #000 16%, transparent);
1392
+ @supports (color: color-mix(in lab, red, red)) {
1393
+ outline-color: color-mix(in oklab, var(--color-black) 16%, transparent);
1394
+ }
1395
+ }
1396
+ .outline-brand {
1397
+ outline-color: var(--outline-color-brand);
1398
+ }
1399
+ .outline-error {
1400
+ outline-color: var(--outline-color-error);
1401
+ }
1402
+ .outline-focus-ring {
1403
+ outline-color: var(--outline-color-focus-ring);
1404
+ }
1405
+ .outline-primary {
1406
+ outline-color: var(--outline-color-primary);
1407
+ }
1408
+ .outline-transparent {
1409
+ outline-color: transparent;
1410
+ }
1411
+ .backdrop-blur-\[6px\] {
1412
+ --tw-backdrop-blur: blur(6px);
1413
+ -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,);
1414
+ 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,);
1415
+ }
1416
+ .transition {
1417
+ 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;
1418
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1419
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1420
+ }
1421
+ .transition-colors {
1422
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1423
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1424
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1425
+ }
1426
+ .transition-inherit-all {
1427
+ transition-property: inherit;
1428
+ transition-duration: inherit;
1429
+ transition-timing-function: inherit;
1430
+ }
1431
+ .transition-shadow {
1432
+ transition-property: box-shadow;
1433
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1434
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1435
+ }
1436
+ .transition-transform {
1437
+ transition-property: transform, translate, scale, rotate;
1438
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1439
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1440
+ }
1441
+ .duration-100 {
1442
+ --tw-duration: 100ms;
1443
+ transition-duration: 100ms;
1444
+ }
1445
+ .duration-150 {
1446
+ --tw-duration: 150ms;
1447
+ transition-duration: 150ms;
1448
+ }
1449
+ .duration-200 {
1450
+ --tw-duration: 200ms;
1451
+ transition-duration: 200ms;
1452
+ }
1453
+ .duration-300 {
1454
+ --tw-duration: 300ms;
1455
+ transition-duration: 300ms;
1456
+ }
1457
+ .ease-in {
1458
+ --tw-ease: var(--ease-in);
1459
+ transition-timing-function: var(--ease-in);
1460
+ }
1461
+ .ease-in-out {
1462
+ --tw-ease: var(--ease-in-out);
1463
+ transition-timing-function: var(--ease-in-out);
1464
+ }
1465
+ .ease-linear {
1466
+ --tw-ease: var(--ease-linear);
1467
+ transition-timing-function: var(--ease-linear);
1468
+ }
1469
+ .ease-out {
1470
+ --tw-ease: var(--ease-out);
1471
+ transition-timing-function: var(--ease-out);
1472
+ }
1473
+ .will-change-transform {
1474
+ will-change: transform;
1475
+ }
1476
+ .animate-in {
1477
+ animation-name: enter;
1478
+ animation-duration: 150ms;
1479
+ --tw-enter-opacity: initial;
1480
+ --tw-enter-scale: initial;
1481
+ --tw-enter-rotate: initial;
1482
+ --tw-enter-translate-x: initial;
1483
+ --tw-enter-translate-y: initial;
1484
+ }
1485
+ .animate-out {
1486
+ animation-name: exit;
1487
+ animation-duration: 150ms;
1488
+ --tw-exit-opacity: initial;
1489
+ --tw-exit-scale: initial;
1490
+ --tw-exit-rotate: initial;
1491
+ --tw-exit-translate-x: initial;
1492
+ --tw-exit-translate-y: initial;
1493
+ }
1494
+ .select-all {
1495
+ -webkit-user-select: all;
1496
+ user-select: all;
1497
+ }
1498
+ .select-none {
1499
+ -webkit-user-select: none;
1500
+ user-select: none;
1501
+ }
1502
+ .\[--modal-pb\:clamp\(16px\,8vh\,64px\)\] {
1503
+ --modal-pb: clamp(16px, 8vh, 64px);
1504
+ }
1505
+ .\[--modal-pt\:16px\] {
1506
+ --modal-pt: 16px;
1507
+ }
1508
+ .duration-100 {
1509
+ animation-duration: 100ms;
1510
+ }
1511
+ .duration-150 {
1512
+ animation-duration: 150ms;
1513
+ }
1514
+ .duration-200 {
1515
+ animation-duration: 200ms;
1516
+ }
1517
+ .duration-300 {
1518
+ animation-duration: 300ms;
1519
+ }
1520
+ .ease-in {
1521
+ animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
1522
+ }
1523
+ .ease-in-out {
1524
+ animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1525
+ }
1526
+ .ease-linear {
1527
+ animation-timing-function: cubic-bezier(0, 0, 1, 1);
1528
+ }
1529
+ .ease-out {
1530
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
1531
+ }
1532
+ .fade-in {
1533
+ --tw-enter-opacity: 0;
1534
+ }
1535
+ .fade-out {
1536
+ --tw-exit-opacity: 0;
1537
+ }
1538
+ .ring-inset {
1539
+ --tw-ring-inset: inset;
1540
+ }
1541
+ .zoom-in-95 {
1542
+ --tw-enter-scale: .95;
1543
+ }
1544
+ .zoom-out-95 {
1545
+ --tw-exit-scale: .95;
1546
+ }
1547
+ .group-required\:block:is(:where(.group):is(:where([data-rac])[data-required], :where(:not([data-rac])):required) *) {
1548
+ display: block;
1549
+ }
1550
+ .group-invalid\:text-error-primary:is(:where(.group):is(:where([data-rac])[data-invalid], :where(:not([data-rac])):invalid) *) {
1551
+ color: var(--color-text-error-primary);
1552
+ }
1553
+ .group-invalid\:ring-2:is(:where(.group):is(:where([data-rac])[data-invalid], :where(:not([data-rac])):invalid) *) {
1554
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1555
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1556
+ }
1557
+ .group-invalid\:ring-error:is(:where(.group):is(:where([data-rac])[data-invalid], :where(:not([data-rac])):invalid) *) {
1558
+ --tw-ring-color: var(--ring-color-error);
1559
+ }
1560
+ .group-invalid\:ring-error_subtle:is(:where(.group):is(:where([data-rac])[data-invalid], :where(:not([data-rac])):invalid) *) {
1561
+ --tw-ring-color: var(--ring-color-error_subtle);
1562
+ }
1563
+ .group-invalid\/input\:block:is(:where(.group\/input):is(:where([data-rac])[data-invalid], :where(:not([data-rac])):invalid) *) {
1564
+ display: block;
1565
+ }
1566
+ @media (hover: hover) {
1567
+ .group-hover\:bg-primary_hover:is(:where(.group):is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) *) {
1568
+ background-color: var(--color-bg-primary_hover);
1569
+ }
1570
+ }
1571
+ .group-focus-visible\:outline-2:is(:where(.group):is(:where([data-rac])[data-focus-visible], :where(:not([data-rac])):focus-visible) *) {
1572
+ outline-style: var(--tw-outline-style);
1573
+ outline-width: 2px;
1574
+ }
1575
+ .group-focus-visible\:outline-offset-2:is(:where(.group):is(:where([data-rac])[data-focus-visible], :where(:not([data-rac])):focus-visible) *) {
1576
+ outline-offset: 2px;
1577
+ }
1578
+ .group-focus-visible\:outline-focus-ring:is(:where(.group):is(:where([data-rac])[data-focus-visible], :where(:not([data-rac])):focus-visible) *) {
1579
+ outline-color: var(--outline-color-focus-ring);
1580
+ }
1581
+ .group-disabled\:cursor-not-allowed:is(:where(.group):is(:where([data-rac])[data-disabled], :where(:not([data-rac])):disabled) *) {
1582
+ cursor: not-allowed;
1583
+ }
1584
+ .group-disabled\:opacity-50:is(:where(.group):is(:where([data-rac])[data-disabled], :where(:not([data-rac])):disabled) *) {
1585
+ opacity: 50%;
1586
+ }
1587
+ .group-orientation-vertical\:justify-start:is(:where(.group)[data-orientation="vertical"] *) {
1588
+ justify-content: flex-start;
1589
+ }
1590
+ .placeholder\:text-placeholder::placeholder {
1591
+ color: var(--color-text-placeholder);
1592
+ }
1593
+ .before\:absolute::before {
1594
+ content: var(--tw-content);
1595
+ position: absolute;
1596
+ }
1597
+ .before\:inset-0::before {
1598
+ content: var(--tw-content);
1599
+ inset: 0px;
1600
+ }
1601
+ .before\:inset-px::before {
1602
+ content: var(--tw-content);
1603
+ inset: 1px;
1604
+ }
1605
+ .before\:inset-x-0::before {
1606
+ content: var(--tw-content);
1607
+ inset-inline: 0px;
1608
+ }
1609
+ .before\:bottom-0::before {
1610
+ content: var(--tw-content);
1611
+ bottom: 0px;
1612
+ }
1613
+ .before\:size-6::before {
1614
+ content: var(--tw-content);
1615
+ width: calc(var(--spacing) * 6);
1616
+ height: calc(var(--spacing) * 6);
1617
+ }
1618
+ .before\:size-7::before {
1619
+ content: var(--tw-content);
1620
+ width: calc(var(--spacing) * 7);
1621
+ height: calc(var(--spacing) * 7);
1622
+ }
1623
+ .before\:size-8::before {
1624
+ content: var(--tw-content);
1625
+ width: calc(var(--spacing) * 8);
1626
+ height: calc(var(--spacing) * 8);
1627
+ }
1628
+ .before\:size-9::before {
1629
+ content: var(--tw-content);
1630
+ width: calc(var(--spacing) * 9);
1631
+ height: calc(var(--spacing) * 9);
1632
+ }
1633
+ .before\:size-full::before {
1634
+ content: var(--tw-content);
1635
+ width: 100%;
1636
+ height: 100%;
1637
+ }
1638
+ .before\:h-px::before {
1639
+ content: var(--tw-content);
1640
+ height: 1px;
1641
+ }
1642
+ .before\:rounded-\[5px\]::before {
1643
+ content: var(--tw-content);
1644
+ border-radius: 5px;
1645
+ }
1646
+ .before\:rounded-\[7px\]::before {
1647
+ content: var(--tw-content);
1648
+ border-radius: 7px;
1649
+ }
1650
+ .before\:rounded-\[9px\]::before {
1651
+ content: var(--tw-content);
1652
+ border-radius: 9px;
1653
+ }
1654
+ .before\:rounded-\[11px\]::before {
1655
+ content: var(--tw-content);
1656
+ border-radius: 11px;
1657
+ }
1658
+ .before\:rounded-\[inherit\]::before {
1659
+ content: var(--tw-content);
1660
+ border-radius: inherit;
1661
+ }
1662
+ .before\:rounded-full::before {
1663
+ content: var(--tw-content);
1664
+ border-radius: var(--radius-full);
1665
+ }
1666
+ .before\:border::before {
1667
+ content: var(--tw-content);
1668
+ border-style: var(--tw-border-style);
1669
+ border-width: 1px;
1670
+ }
1671
+ .before\:border-2::before {
1672
+ content: var(--tw-content);
1673
+ border-style: var(--tw-border-style);
1674
+ border-width: 2px;
1675
+ }
1676
+ .before\:border-fg-brand-primary\/30::before {
1677
+ content: var(--tw-content);
1678
+ border-color: color-mix(in srgb, rgb(58 70 90) 30%, transparent);
1679
+ @supports (color: color-mix(in lab, red, red)) {
1680
+ border-color: color-mix(in oklab, var(--color-fg-brand-primary) 30%, transparent);
1681
+ }
1682
+ }
1683
+ .before\:border-fg-error-primary\/30::before {
1684
+ content: var(--tw-content);
1685
+ border-color: color-mix(in srgb, rgb(220 38 38) 30%, transparent);
1686
+ @supports (color: color-mix(in lab, red, red)) {
1687
+ border-color: color-mix(in oklab, var(--color-fg-error-primary) 30%, transparent);
1688
+ }
1689
+ }
1690
+ .before\:border-fg-success-primary\/30::before {
1691
+ content: var(--tw-content);
1692
+ border-color: color-mix(in srgb, rgb(22 163 74) 30%, transparent);
1693
+ @supports (color: color-mix(in lab, red, red)) {
1694
+ border-color: color-mix(in oklab, var(--color-fg-success-primary) 30%, transparent);
1695
+ }
1696
+ }
1697
+ .before\:border-fg-tertiary\/30::before {
1698
+ content: var(--tw-content);
1699
+ border-color: color-mix(in srgb, rgb(107 114 128) 30%, transparent);
1700
+ @supports (color: color-mix(in lab, red, red)) {
1701
+ border-color: color-mix(in oklab, var(--color-fg-tertiary) 30%, transparent);
1702
+ }
1703
+ }
1704
+ .before\:border-fg-warning-primary\/30::before {
1705
+ content: var(--tw-content);
1706
+ border-color: color-mix(in srgb, rgb(202 138 4) 30%, transparent);
1707
+ @supports (color: color-mix(in lab, red, red)) {
1708
+ border-color: color-mix(in oklab, var(--color-fg-warning-primary) 30%, transparent);
1709
+ }
1710
+ }
1711
+ .before\:border-utility-brand-200::before {
1712
+ content: var(--tw-content);
1713
+ border-color: var(--color-utility-brand-200);
1714
+ }
1715
+ .before\:border-utility-brand-200\/12::before {
1716
+ content: var(--tw-content);
1717
+ border-color: color-mix(in srgb, rgb(193 200 212) 12%, transparent);
1718
+ @supports (color: color-mix(in lab, red, red)) {
1719
+ border-color: color-mix(in oklab, var(--color-utility-brand-200) 12%, transparent);
1720
+ }
1721
+ }
1722
+ .before\:border-utility-green-200::before {
1723
+ content: var(--tw-content);
1724
+ border-color: var(--color-utility-green-200);
1725
+ }
1726
+ .before\:border-utility-green-200\/12::before {
1727
+ content: var(--tw-content);
1728
+ border-color: color-mix(in srgb, rgb(187 247 208) 12%, transparent);
1729
+ @supports (color: color-mix(in lab, red, red)) {
1730
+ border-color: color-mix(in oklab, var(--color-utility-green-200) 12%, transparent);
1731
+ }
1732
+ }
1733
+ .before\:border-utility-neutral-200::before {
1734
+ content: var(--tw-content);
1735
+ border-color: var(--color-utility-neutral-200);
1736
+ }
1737
+ .before\:border-utility-neutral-200\/12::before {
1738
+ content: var(--tw-content);
1739
+ border-color: color-mix(in srgb, rgb(229 231 235) 12%, transparent);
1740
+ @supports (color: color-mix(in lab, red, red)) {
1741
+ border-color: color-mix(in oklab, var(--color-utility-neutral-200) 12%, transparent);
1742
+ }
1743
+ }
1744
+ .before\:border-utility-red-200::before {
1745
+ content: var(--tw-content);
1746
+ border-color: var(--color-utility-red-200);
1747
+ }
1748
+ .before\:border-utility-red-200\/12::before {
1749
+ content: var(--tw-content);
1750
+ border-color: color-mix(in srgb, rgb(254 202 202) 12%, transparent);
1751
+ @supports (color: color-mix(in lab, red, red)) {
1752
+ border-color: color-mix(in oklab, var(--color-utility-red-200) 12%, transparent);
1753
+ }
1754
+ }
1755
+ .before\:border-utility-yellow-200::before {
1756
+ content: var(--tw-content);
1757
+ border-color: var(--color-utility-yellow-200);
1758
+ }
1759
+ .before\:border-utility-yellow-200\/12::before {
1760
+ content: var(--tw-content);
1761
+ border-color: color-mix(in srgb, rgb(254 240 138) 12%, transparent);
1762
+ @supports (color: color-mix(in lab, red, red)) {
1763
+ border-color: color-mix(in oklab, var(--color-utility-yellow-200) 12%, transparent);
1764
+ }
1765
+ }
1766
+ .before\:border-white\/12::before {
1767
+ content: var(--tw-content);
1768
+ border-color: color-mix(in srgb, #fff 12%, transparent);
1769
+ @supports (color: color-mix(in lab, red, red)) {
1770
+ border-color: color-mix(in oklab, var(--color-white) 12%, transparent);
1771
+ }
1772
+ }
1773
+ .before\:border-white\/32::before {
1774
+ content: var(--tw-content);
1775
+ border-color: color-mix(in srgb, #fff 32%, transparent);
1776
+ @supports (color: color-mix(in lab, red, red)) {
1777
+ border-color: color-mix(in oklab, var(--color-white) 32%, transparent);
1778
+ }
1779
+ }
1780
+ .before\:bg-border-secondary::before {
1781
+ content: var(--tw-content);
1782
+ background-color: var(--color-border-secondary);
1783
+ }
1784
+ .before\:bg-utility-brand-50::before {
1785
+ content: var(--tw-content);
1786
+ background-color: var(--color-utility-brand-50);
1787
+ }
1788
+ .before\:bg-utility-green-50::before {
1789
+ content: var(--tw-content);
1790
+ background-color: var(--color-utility-green-50);
1791
+ }
1792
+ .before\:bg-utility-neutral-50::before {
1793
+ content: var(--tw-content);
1794
+ background-color: var(--color-utility-neutral-50);
1795
+ }
1796
+ .before\:bg-utility-red-50::before {
1797
+ content: var(--tw-content);
1798
+ background-color: var(--color-utility-red-50);
1799
+ }
1800
+ .before\:bg-utility-yellow-50::before {
1801
+ content: var(--tw-content);
1802
+ background-color: var(--color-utility-yellow-50);
1803
+ }
1804
+ .before\:mask-b-from-0\%::before {
1805
+ content: var(--tw-content);
1806
+ mask-image: var(--tw-mask-linear), var(--tw-mask-radial), var(--tw-mask-conic);
1807
+ mask-composite: intersect;
1808
+ --tw-mask-linear: var(--tw-mask-left), var(--tw-mask-right), var(--tw-mask-bottom), var(--tw-mask-top);
1809
+ --tw-mask-bottom: linear-gradient(to bottom, var(--tw-mask-bottom-from-color) var(--tw-mask-bottom-from-position), var(--tw-mask-bottom-to-color) var(--tw-mask-bottom-to-position));
1810
+ --tw-mask-bottom-from-position: 0%;
1811
+ }
1812
+ .before\:mask-\[linear-gradient\(to_bottom\,black_0\%\,transparent_25\%\,transparent_75\%\,black_100\%\)\]::before {
1813
+ content: var(--tw-content);
1814
+ mask-image: linear-gradient(to bottom,black 0%,transparent 25%,transparent 75%,black 100%);
1815
+ }
1816
+ .after\:pointer-events-none::after {
1817
+ content: var(--tw-content);
1818
+ pointer-events: none;
1819
+ }
1820
+ .after\:absolute::after {
1821
+ content: var(--tw-content);
1822
+ position: absolute;
1823
+ }
1824
+ .after\:block::after {
1825
+ content: var(--tw-content);
1826
+ display: block;
1827
+ }
1828
+ .after\:size-6::after {
1829
+ content: var(--tw-content);
1830
+ width: calc(var(--spacing) * 6);
1831
+ height: calc(var(--spacing) * 6);
1832
+ }
1833
+ .after\:size-7::after {
1834
+ content: var(--tw-content);
1835
+ width: calc(var(--spacing) * 7);
1836
+ height: calc(var(--spacing) * 7);
1837
+ }
1838
+ .after\:size-8::after {
1839
+ content: var(--tw-content);
1840
+ width: calc(var(--spacing) * 8);
1841
+ height: calc(var(--spacing) * 8);
1842
+ }
1843
+ .after\:size-8\.5::after {
1844
+ content: var(--tw-content);
1845
+ width: calc(var(--spacing) * 8.5);
1846
+ height: calc(var(--spacing) * 8.5);
1847
+ }
1848
+ .after\:size-9\.5::after {
1849
+ content: var(--tw-content);
1850
+ width: calc(var(--spacing) * 9.5);
1851
+ height: calc(var(--spacing) * 9.5);
1852
+ }
1853
+ .after\:size-10::after {
1854
+ content: var(--tw-content);
1855
+ width: calc(var(--spacing) * 10);
1856
+ height: calc(var(--spacing) * 10);
1857
+ }
1858
+ .after\:size-10\.5::after {
1859
+ content: var(--tw-content);
1860
+ width: calc(var(--spacing) * 10.5);
1861
+ height: calc(var(--spacing) * 10.5);
1862
+ }
1863
+ .after\:size-11\.5::after {
1864
+ content: var(--tw-content);
1865
+ width: calc(var(--spacing) * 11.5);
1866
+ height: calc(var(--spacing) * 11.5);
1867
+ }
1868
+ .after\:rounded-full::after {
1869
+ content: var(--tw-content);
1870
+ border-radius: var(--radius-full);
1871
+ }
1872
+ .after\:border-2::after {
1873
+ content: var(--tw-content);
1874
+ border-style: var(--tw-border-style);
1875
+ border-width: 2px;
1876
+ }
1877
+ .after\:border-fg-brand-primary\/10::after {
1878
+ content: var(--tw-content);
1879
+ border-color: color-mix(in srgb, rgb(58 70 90) 10%, transparent);
1880
+ @supports (color: color-mix(in lab, red, red)) {
1881
+ border-color: color-mix(in oklab, var(--color-fg-brand-primary) 10%, transparent);
1882
+ }
1883
+ }
1884
+ .after\:border-fg-error-primary\/10::after {
1885
+ content: var(--tw-content);
1886
+ border-color: color-mix(in srgb, rgb(220 38 38) 10%, transparent);
1887
+ @supports (color: color-mix(in lab, red, red)) {
1888
+ border-color: color-mix(in oklab, var(--color-fg-error-primary) 10%, transparent);
1889
+ }
1890
+ }
1891
+ .after\:border-fg-success-primary\/10::after {
1892
+ content: var(--tw-content);
1893
+ border-color: color-mix(in srgb, rgb(22 163 74) 10%, transparent);
1894
+ @supports (color: color-mix(in lab, red, red)) {
1895
+ border-color: color-mix(in oklab, var(--color-fg-success-primary) 10%, transparent);
1896
+ }
1897
+ }
1898
+ .after\:border-fg-tertiary\/10::after {
1899
+ content: var(--tw-content);
1900
+ border-color: color-mix(in srgb, rgb(107 114 128) 10%, transparent);
1901
+ @supports (color: color-mix(in lab, red, red)) {
1902
+ border-color: color-mix(in oklab, var(--color-fg-tertiary) 10%, transparent);
1903
+ }
1904
+ }
1905
+ .after\:border-fg-warning-primary\/10::after {
1906
+ content: var(--tw-content);
1907
+ border-color: color-mix(in srgb, rgb(202 138 4) 10%, transparent);
1908
+ @supports (color: color-mix(in lab, red, red)) {
1909
+ border-color: color-mix(in oklab, var(--color-fg-warning-primary) 10%, transparent);
1910
+ }
1911
+ }
1912
+ .after\:bg-brand-solid::after {
1913
+ content: var(--tw-content);
1914
+ background-color: var(--color-bg-brand-solid);
1915
+ }
1916
+ .after\:bg-error-solid::after {
1917
+ content: var(--tw-content);
1918
+ background-color: var(--color-bg-error-solid);
1919
+ }
1920
+ .after\:bg-secondary-solid::after {
1921
+ content: var(--tw-content);
1922
+ background-color: var(--color-bg-secondary-solid);
1923
+ }
1924
+ .after\:bg-success-solid::after {
1925
+ content: var(--tw-content);
1926
+ background-color: var(--color-bg-success-solid);
1927
+ }
1928
+ .after\:bg-warning-solid::after {
1929
+ content: var(--tw-content);
1930
+ background-color: var(--color-bg-warning-solid);
1931
+ }
1932
+ .autofill\:rounded-lg:autofill {
1933
+ border-radius: var(--radius-lg);
1934
+ }
1935
+ .autofill\:text-primary:autofill {
1936
+ color: var(--color-text-primary);
1937
+ }
1938
+ @media (hover: hover) {
1939
+ .hover\:bg-brand-solid_hover:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1940
+ background-color: var(--color-bg-brand-solid_hover);
1941
+ }
1942
+ .hover\:bg-error-primary:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1943
+ background-color: var(--color-bg-error-primary);
1944
+ }
1945
+ .hover\:bg-error-solid_hover:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1946
+ background-color: var(--color-bg-error-solid_hover);
1947
+ }
1948
+ .hover\:bg-primary_hover:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1949
+ background-color: var(--color-bg-primary_hover);
1950
+ }
1951
+ .hover\:bg-secondary:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1952
+ background-color: var(--color-bg-secondary);
1953
+ }
1954
+ .hover\:bg-utility-blue-100:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1955
+ background-color: var(--color-utility-blue-100);
1956
+ }
1957
+ .hover\:bg-utility-brand-100:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1958
+ background-color: var(--color-utility-brand-100);
1959
+ }
1960
+ .hover\:bg-utility-green-100:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1961
+ background-color: var(--color-utility-green-100);
1962
+ }
1963
+ .hover\:bg-utility-indigo-100:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1964
+ background-color: var(--color-utility-indigo-100);
1965
+ }
1966
+ .hover\:bg-utility-neutral-100:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1967
+ background-color: var(--color-utility-neutral-100);
1968
+ }
1969
+ .hover\:bg-utility-orange-100:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1970
+ background-color: var(--color-utility-orange-100);
1971
+ }
1972
+ .hover\:bg-utility-pink-100:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1973
+ background-color: var(--color-utility-pink-100);
1974
+ }
1975
+ .hover\:bg-utility-red-100:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1976
+ background-color: var(--color-utility-red-100);
1977
+ }
1978
+ .hover\:bg-utility-yellow-100:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1979
+ background-color: var(--color-utility-yellow-100);
1980
+ }
1981
+ .hover\:text-brand-secondary_hover:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1982
+ color: var(--color-text-brand-secondary_hover);
1983
+ }
1984
+ .hover\:text-error-primary_hover:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1985
+ color: var(--color-text-error-primary_hover);
1986
+ }
1987
+ .hover\:text-fg-quaternary_hover:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1988
+ color: var(--color-fg-quaternary_hover);
1989
+ }
1990
+ .hover\:text-secondary_hover:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1991
+ color: var(--color-text-secondary_hover);
1992
+ }
1993
+ .hover\:text-tertiary_hover:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1994
+ color: var(--color-text-tertiary_hover);
1995
+ }
1996
+ .hover\:text-utility-blue-500:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
1997
+ color: var(--color-utility-blue-500);
1998
+ }
1999
+ .hover\:text-utility-brand-500:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
2000
+ color: var(--color-utility-brand-500);
2001
+ }
2002
+ .hover\:text-utility-green-500:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
2003
+ color: var(--color-utility-green-500);
2004
+ }
2005
+ .hover\:text-utility-indigo-500:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
2006
+ color: var(--color-utility-indigo-500);
2007
+ }
2008
+ .hover\:text-utility-neutral-500:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
2009
+ color: var(--color-utility-neutral-500);
2010
+ }
2011
+ .hover\:text-utility-orange-500:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
2012
+ color: var(--color-utility-orange-500);
2013
+ }
2014
+ .hover\:text-utility-pink-500:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
2015
+ color: var(--color-utility-pink-500);
2016
+ }
2017
+ .hover\:text-utility-red-500:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
2018
+ color: var(--color-utility-red-500);
2019
+ }
2020
+ .hover\:text-utility-yellow-500:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) {
2021
+ color: var(--color-utility-yellow-500);
2022
+ }
2023
+ }
2024
+ .focus\:text-fg-quaternary_hover:is(:where([data-rac])[data-focused], :where(:not([data-rac])):focus) {
2025
+ color: var(--color-fg-quaternary_hover);
2026
+ }
2027
+ .focus\:outline-hidden:is(:where([data-rac])[data-focused], :where(:not([data-rac])):focus) {
2028
+ --tw-outline-style: none;
2029
+ outline-style: none;
2030
+ @media (forced-colors: active) {
2031
+ outline: 2px solid transparent;
2032
+ outline-offset: 2px;
2033
+ }
2034
+ }
2035
+ .focus-visible\:z-1:is(:where([data-rac])[data-focus-visible], :where(:not([data-rac])):focus-visible) {
2036
+ z-index: 1;
2037
+ }
2038
+ .focus-visible\:ring-2:is(:where([data-rac])[data-focus-visible], :where(:not([data-rac])):focus-visible) {
2039
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2040
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2041
+ }
2042
+ .focus-visible\:ring-focus-ring:is(:where([data-rac])[data-focus-visible], :where(:not([data-rac])):focus-visible) {
2043
+ --tw-ring-color: var(--ring-color-focus-ring);
2044
+ }
2045
+ .focus-visible\:ring-offset-1:is(:where([data-rac])[data-focus-visible], :where(:not([data-rac])):focus-visible) {
2046
+ --tw-ring-offset-width: 1px;
2047
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2048
+ }
2049
+ .focus-visible\:outline-2:is(:where([data-rac])[data-focus-visible], :where(:not([data-rac])):focus-visible) {
2050
+ outline-style: var(--tw-outline-style);
2051
+ outline-width: 2px;
2052
+ }
2053
+ .focus-visible\:-outline-offset-2:is(:where([data-rac])[data-focus-visible], :where(:not([data-rac])):focus-visible) {
2054
+ outline-offset: calc(2px * -1);
2055
+ }
2056
+ .focus-visible\:outline-offset-2:is(:where([data-rac])[data-focus-visible], :where(:not([data-rac])):focus-visible) {
2057
+ outline-offset: 2px;
2058
+ }
2059
+ .focus-visible\:ring-inset:is(:where([data-rac])[data-focus-visible], :where(:not([data-rac])):focus-visible) {
2060
+ --tw-ring-inset: inset;
2061
+ }
2062
+ .disabled\:cursor-not-allowed:is(:where([data-rac])[data-disabled], :where(:not([data-rac])):disabled) {
2063
+ cursor: not-allowed;
2064
+ }
2065
+ .disabled\:opacity-50:is(:where([data-rac])[data-disabled], :where(:not([data-rac])):disabled) {
2066
+ opacity: 50%;
2067
+ }
2068
+ .disabled\:shadow-xs:is(:where([data-rac])[data-disabled], :where(:not([data-rac])):disabled) {
2069
+ --tw-shadow: 0px 1px 2px var(--tw-shadow-color, rgba(0, 0, 0, 0.05));
2070
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2071
+ }
2072
+ :where([data-input-wrapper]) .in-data-input-wrapper\:gap-1\.5 {
2073
+ gap: calc(var(--spacing) * 1.5);
2074
+ }
2075
+ :where([data-input-wrapper]) .in-data-input-wrapper\:px-3\.5 {
2076
+ padding-inline: calc(var(--spacing) * 3.5);
2077
+ }
2078
+ :where([data-input-wrapper]) .in-data-input-wrapper\:px-4 {
2079
+ padding-inline: calc(var(--spacing) * 4);
2080
+ }
2081
+ :where([data-input-wrapper]) .in-data-input-wrapper\:py-2\.5 {
2082
+ padding-block: calc(var(--spacing) * 2.5);
2083
+ }
2084
+ :where([data-input-wrapper]) .in-data-input-wrapper\:text-md {
2085
+ font-size: var(--text-md);
2086
+ line-height: var(--tw-leading, var(--text-md--line-height));
2087
+ }
2088
+ :where([data-input-wrapper]) .in-data-input-wrapper\:shadow-xs {
2089
+ --tw-shadow: 0px 1px 2px var(--tw-shadow-color, rgba(0, 0, 0, 0.05));
2090
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2091
+ }
2092
+ :where([data-input-wrapper]) .in-data-input-wrapper\:focus\:\!z-50:is(:where([data-rac])[data-focused], :where(:not([data-rac])):focus) {
2093
+ z-index: 50 !important;
2094
+ }
2095
+ :where([data-input-wrapper]) .in-data-input-wrapper\:disabled\:opacity-100:is(:where([data-rac])[data-disabled], :where(:not([data-rac])):disabled) {
2096
+ opacity: 100%;
2097
+ }
2098
+ :where([data-leading]) :is(:where([data-input-wrapper]) .in-data-input-wrapper\:in-data-leading\:-mr-px) {
2099
+ margin-right: -1px;
2100
+ }
2101
+ :where([data-leading]) :is(:where([data-input-wrapper]) .in-data-input-wrapper\:in-data-leading\:rounded-r-none) {
2102
+ border-top-right-radius: var(--radius-none);
2103
+ border-bottom-right-radius: var(--radius-none);
2104
+ }
2105
+ :where([data-leading]) :is(:where([data-input-wrapper]) .in-data-input-wrapper\:in-data-leading\:before\:rounded-r-none)::before {
2106
+ content: var(--tw-content);
2107
+ border-top-right-radius: var(--radius-none);
2108
+ border-bottom-right-radius: var(--radius-none);
2109
+ }
2110
+ :where([data-trailing]) :is(:where([data-input-wrapper]) .in-data-input-wrapper\:in-data-trailing\:-ml-px) {
2111
+ margin-left: -1px;
2112
+ }
2113
+ :where([data-trailing]) :is(:where([data-input-wrapper]) .in-data-input-wrapper\:in-data-trailing\:rounded-l-none) {
2114
+ border-top-left-radius: var(--radius-none);
2115
+ border-bottom-left-radius: var(--radius-none);
2116
+ }
2117
+ :where([data-trailing]) :is(:where([data-input-wrapper]) .in-data-input-wrapper\:in-data-trailing\:before\:rounded-l-none)::before {
2118
+ content: var(--tw-content);
2119
+ border-top-left-radius: var(--radius-none);
2120
+ border-bottom-left-radius: var(--radius-none);
2121
+ }
2122
+ :where([data-input-size="sm"]) .in-data-\[input-size\=sm\]\:text-xs {
2123
+ font-size: var(--text-xs);
2124
+ line-height: var(--tw-leading, var(--text-xs--line-height));
2125
+ }
2126
+ :where([data-placement="left"]) .in-placement-left\:-rotate-90 {
2127
+ rotate: calc(90deg * -1);
2128
+ }
2129
+ :where([data-placement="right"]) .in-placement-right\:rotate-90 {
2130
+ rotate: 90deg;
2131
+ }
2132
+ :where([data-placement="top"]) .in-placement-top\:rotate-0 {
2133
+ rotate: 0deg;
2134
+ }
2135
+ :where([data-placement="bottom"]) .in-placement-bottom\:rotate-180 {
2136
+ rotate: 180deg;
2137
+ }
2138
+ :is(.\*\:data-icon\:pointer-events-none > *)[data-icon] {
2139
+ pointer-events: none;
2140
+ }
2141
+ :is(.\*\:data-icon\:size-4 > *)[data-icon] {
2142
+ width: calc(var(--spacing) * 4);
2143
+ height: calc(var(--spacing) * 4);
2144
+ }
2145
+ :is(.\*\:data-icon\:size-5 > *)[data-icon] {
2146
+ width: calc(var(--spacing) * 5);
2147
+ height: calc(var(--spacing) * 5);
2148
+ }
2149
+ :is(.\*\:data-icon\:size-6 > *)[data-icon] {
2150
+ width: calc(var(--spacing) * 6);
2151
+ height: calc(var(--spacing) * 6);
2152
+ }
2153
+ :is(.\*\:data-icon\:size-7 > *)[data-icon] {
2154
+ width: calc(var(--spacing) * 7);
2155
+ height: calc(var(--spacing) * 7);
2156
+ }
2157
+ :is(.\*\:data-icon\:shrink-0 > *)[data-icon] {
2158
+ flex-shrink: 0;
2159
+ }
2160
+ :is(.\*\:data-icon\:stroke-\[2\.25px\] > *)[data-icon] {
2161
+ stroke-width: 2.25px;
2162
+ }
2163
+ :is(.\*\:data-icon\:text-current > *)[data-icon] {
2164
+ color: currentcolor;
2165
+ }
2166
+ :is(.\*\:data-icon\:text-fg-brand-secondary_alt > *)[data-icon] {
2167
+ color: var(--color-fg-brand-secondary_alt);
2168
+ }
2169
+ :is(.\*\:data-icon\:text-fg-brand-secondary_hover > *)[data-icon] {
2170
+ color: var(--color-fg-brand-secondary_hover);
2171
+ }
2172
+ :is(.\*\:data-icon\:text-fg-error-secondary > *)[data-icon] {
2173
+ color: var(--color-fg-error-secondary);
2174
+ }
2175
+ :is(.\*\:data-icon\:text-fg-quaternary > *)[data-icon] {
2176
+ color: var(--color-fg-quaternary);
2177
+ }
2178
+ :is(.\*\:data-icon\:text-fg-secondary_hover > *)[data-icon] {
2179
+ color: var(--color-fg-secondary_hover);
2180
+ }
2181
+ :is(.\*\:data-icon\:text-primary_on-brand\/60 > *)[data-icon] {
2182
+ color: color-mix(in srgb, rgb(255 255 255) 60%, transparent);
2183
+ @supports (color: color-mix(in lab, red, red)) {
2184
+ color: color-mix(in oklab, var(--color-text-primary_on-brand) 60%, transparent);
2185
+ }
2186
+ }
2187
+ :is(.\*\:data-icon\:text-white\/60 > *)[data-icon] {
2188
+ color: color-mix(in srgb, rgb(255 255 255) 60%, transparent);
2189
+ @supports (color: color-mix(in lab, red, red)) {
2190
+ color: color-mix(in oklab, var(--color-text-white) 60%, transparent);
2191
+ }
2192
+ }
2193
+ :is(.\*\:data-icon\:transition-inherit-all > *)[data-icon] {
2194
+ transition-property: inherit;
2195
+ transition-duration: inherit;
2196
+ transition-timing-function: inherit;
2197
+ }
2198
+ @media (hover: hover) {
2199
+ :is(.hover\:\*\:data-icon\:text-fg-brand-secondary_hover:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) > *)[data-icon] {
2200
+ color: var(--color-fg-brand-secondary_hover);
2201
+ }
2202
+ :is(.hover\:\*\:data-icon\:text-fg-error-primary:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) > *)[data-icon] {
2203
+ color: var(--color-fg-error-primary);
2204
+ }
2205
+ :is(.hover\:\*\:data-icon\:text-fg-quaternary_hover:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) > *)[data-icon] {
2206
+ color: var(--color-fg-quaternary_hover);
2207
+ }
2208
+ :is(.hover\:\*\:data-icon\:text-primary_on-brand\/70:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) > *)[data-icon] {
2209
+ color: color-mix(in srgb, rgb(255 255 255) 70%, transparent);
2210
+ @supports (color: color-mix(in lab, red, red)) {
2211
+ color: color-mix(in oklab, var(--color-text-primary_on-brand) 70%, transparent);
2212
+ }
2213
+ }
2214
+ :is(.hover\:\*\:data-icon\:text-white\/70:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) > *)[data-icon] {
2215
+ color: color-mix(in srgb, rgb(255 255 255) 70%, transparent);
2216
+ @supports (color: color-mix(in lab, red, red)) {
2217
+ color: color-mix(in oklab, var(--color-text-white) 70%, transparent);
2218
+ }
2219
+ }
2220
+ }
2221
+ .data-icon-only\:p-2[data-icon-only] {
2222
+ padding: calc(var(--spacing) * 2);
2223
+ }
2224
+ .data-icon-only\:p-2\.5[data-icon-only] {
2225
+ padding: calc(var(--spacing) * 2.5);
2226
+ }
2227
+ .data-icon-only\:p-3[data-icon-only] {
2228
+ padding: calc(var(--spacing) * 3);
2229
+ }
2230
+ .data-icon-only\:p-3\.5[data-icon-only] {
2231
+ padding: calc(var(--spacing) * 3.5);
2232
+ }
2233
+ :where([data-input-wrapper]) .in-data-input-wrapper\:data-icon-only\:p-2\.5[data-icon-only] {
2234
+ padding: calc(var(--spacing) * 2.5);
2235
+ }
2236
+ :where([data-input-wrapper]) .in-data-input-wrapper\:data-icon-only\:p-3[data-icon-only] {
2237
+ padding: calc(var(--spacing) * 3);
2238
+ }
2239
+ .data-loading\:bg-brand-solid_hover[data-loading] {
2240
+ background-color: var(--color-bg-brand-solid_hover);
2241
+ }
2242
+ .data-loading\:bg-error-primary[data-loading] {
2243
+ background-color: var(--color-bg-error-primary);
2244
+ }
2245
+ .data-loading\:bg-error-solid_hover[data-loading] {
2246
+ background-color: var(--color-bg-error-solid_hover);
2247
+ }
2248
+ .data-loading\:bg-primary_hover[data-loading] {
2249
+ background-color: var(--color-bg-primary_hover);
2250
+ }
2251
+ :is(.\*\:data-text\:underline > *)[data-text] {
2252
+ text-decoration-line: underline;
2253
+ }
2254
+ :is(.\*\:data-text\:decoration-transparent > *)[data-text] {
2255
+ text-decoration-color: transparent;
2256
+ }
2257
+ :is(.\*\:data-text\:underline-offset-2 > *)[data-text] {
2258
+ text-underline-offset: 2px;
2259
+ }
2260
+ :is(.\*\:data-text\:underline-offset-3 > *)[data-text] {
2261
+ text-underline-offset: 3px;
2262
+ }
2263
+ :is(.\*\:data-text\:underline-offset-4 > *)[data-text] {
2264
+ text-underline-offset: 4px;
2265
+ }
2266
+ @media (hover: hover) {
2267
+ :is(.hover\:\*\:data-text\:decoration-current:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) > *)[data-text] {
2268
+ text-decoration-color: currentcolor;
2269
+ }
2270
+ :is(.hover\:\*\:data-text\:decoration-fg-brand-secondary_alt:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) > *)[data-text] {
2271
+ text-decoration-color: var(--color-fg-brand-secondary_alt);
2272
+ }
2273
+ :is(.hover\:\*\:data-text\:decoration-fg-quaternary:is(:where([data-rac])[data-hovered], :where(:not([data-rac])):hover) > *)[data-text] {
2274
+ text-decoration-color: var(--color-fg-quaternary);
2275
+ }
2276
+ }
2277
+ .nth-2\:pl-3:nth-child(2) {
2278
+ padding-left: calc(var(--spacing) * 3);
2279
+ }
2280
+ @media (width < 640px) {
2281
+ .max-sm\:overflow-y-auto {
2282
+ overflow-y: auto;
2283
+ }
2284
+ }
2285
+ @media (width >= 640px) {
2286
+ .sm\:items-center {
2287
+ align-items: center;
2288
+ }
2289
+ .sm\:justify-center {
2290
+ justify-content: center;
2291
+ }
2292
+ .sm\:rounded-2xl {
2293
+ border-radius: var(--radius-2xl);
2294
+ }
2295
+ .sm\:px-8 {
2296
+ padding-inline: calc(var(--spacing) * 8);
2297
+ }
2298
+ .sm\:\[--modal-pb\:32px\] {
2299
+ --modal-pb: 32px;
2300
+ }
2301
+ .sm\:\[--modal-pt\:32px\] {
2302
+ --modal-pt: 32px;
2303
+ }
2304
+ }
2305
+ @media (width >= 768px) {
2306
+ .md\:inline-flex {
2307
+ display: inline-flex;
2308
+ }
2309
+ .md\:flex-row {
2310
+ flex-direction: row;
2311
+ }
2312
+ .md\:px-5 {
2313
+ padding-inline: calc(var(--spacing) * 5);
2314
+ }
2315
+ .md\:px-6 {
2316
+ padding-inline: calc(var(--spacing) * 6);
2317
+ }
2318
+ .md\:pl-5 {
2319
+ padding-left: calc(var(--spacing) * 5);
2320
+ }
2321
+ .md\:pl-6 {
2322
+ padding-left: calc(var(--spacing) * 6);
2323
+ }
2324
+ }
2325
+ .selected\:bg-secondary[data-selected] {
2326
+ background-color: var(--color-bg-secondary);
2327
+ }
2328
+ .\[\&\:\:-webkit-resizer\]\:bg-\(image\:--resize-handle-bg\)::-webkit-resizer {
2329
+ background-image: var(--resize-handle-bg);
2330
+ }
2331
+ .\[\&\:\:-webkit-resizer\]\:bg-contain::-webkit-resizer {
2332
+ background-size: contain;
2333
+ }
2334
+ .dark\:\[\&\:\:-webkit-resizer\]\:bg-\(image\:--resize-handle-bg-dark\):where(.dark, .dark *)::-webkit-resizer {
2335
+ background-image: var(--resize-handle-bg-dark);
2336
+ }
2337
+ .\[\&\>\*\:not\(\[data-icon\=loading\]\)\]\:invisible > :not([data-icon=loading]) {
2338
+ visibility: hidden;
2339
+ }
2340
+ .\[\&\>\*\:not\(\[data-icon\=loading\]\)\:not\(\[data-text\]\)\]\:hidden > :not([data-icon=loading]):not([data-text]) {
2341
+ display: none;
2342
+ }
2343
+ .\[\&\>td\]\:after\:absolute > td::after {
2344
+ content: var(--tw-content);
2345
+ position: absolute;
2346
+ }
2347
+ .\[\&\>td\]\:after\:inset-x-0 > td::after {
2348
+ content: var(--tw-content);
2349
+ inset-inline: 0px;
2350
+ }
2351
+ .\[\&\>td\]\:after\:bottom-0 > td::after {
2352
+ content: var(--tw-content);
2353
+ bottom: 0px;
2354
+ }
2355
+ .\[\&\>td\]\:after\:h-px > td::after {
2356
+ content: var(--tw-content);
2357
+ height: 1px;
2358
+ }
2359
+ .\[\&\>td\]\:after\:w-full > td::after {
2360
+ content: var(--tw-content);
2361
+ width: 100%;
2362
+ }
2363
+ .\[\&\>td\]\:after\:bg-border-secondary > td::after {
2364
+ content: var(--tw-content);
2365
+ background-color: var(--color-border-secondary);
2366
+ }
2367
+ .last\:\[\&\>td\]\:after\:hidden:last-child > td::after {
2368
+ content: var(--tw-content);
2369
+ display: none;
2370
+ }
2371
+ .\[\&\>td\]\:focus-visible\:after\:opacity-0 > td:is(:where([data-rac])[data-focus-visible], :where(:not([data-rac])):focus-visible)::after {
2372
+ content: var(--tw-content);
2373
+ opacity: 0%;
2374
+ }
2375
+ .focus-visible\:\[\&\>td\]\:after\:opacity-0:is(:where([data-rac])[data-focus-visible], :where(:not([data-rac])):focus-visible) > td::after {
2376
+ content: var(--tw-content);
2377
+ opacity: 0%;
2378
+ }
2379
+ .\[\&\>tr\>th\]\:after\:pointer-events-none > tr > th::after {
2380
+ content: var(--tw-content);
2381
+ pointer-events: none;
2382
+ }
2383
+ .\[\&\>tr\>th\]\:after\:absolute > tr > th::after {
2384
+ content: var(--tw-content);
2385
+ position: absolute;
2386
+ }
2387
+ .\[\&\>tr\>th\]\:after\:inset-x-0 > tr > th::after {
2388
+ content: var(--tw-content);
2389
+ inset-inline: 0px;
2390
+ }
2391
+ .\[\&\>tr\>th\]\:after\:bottom-0 > tr > th::after {
2392
+ content: var(--tw-content);
2393
+ bottom: 0px;
2394
+ }
2395
+ .\[\&\>tr\>th\]\:after\:h-px > tr > th::after {
2396
+ content: var(--tw-content);
2397
+ height: 1px;
2398
+ }
2399
+ .\[\&\>tr\>th\]\:after\:bg-border-secondary > tr > th::after {
2400
+ content: var(--tw-content);
2401
+ background-color: var(--color-border-secondary);
2402
+ }
2403
+ .\[\&\>tr\>th\]\:focus-visible\:after\:bg-transparent > tr > th:is(:where([data-rac])[data-focus-visible], :where(:not([data-rac])):focus-visible)::after {
2404
+ content: var(--tw-content);
2405
+ background-color: transparent;
2406
+ }
2407
+ }
2408
+ @layer base {
2409
+ .dark {
2410
+ --color-bg-primary: var(--color-neutral-950);
2411
+ --color-bg-primary_alt: var(--color-neutral-900);
2412
+ --color-bg-primary_hover: var(--color-neutral-800);
2413
+ --color-bg-primary-solid: var(--color-base-white);
2414
+ --color-bg-secondary: var(--color-neutral-900);
2415
+ --color-bg-secondary_alt: var(--color-neutral-800);
2416
+ --color-bg-secondary_hover: var(--color-neutral-800);
2417
+ --color-bg-secondary-solid: var(--color-neutral-600);
2418
+ --color-bg-tertiary: var(--color-neutral-800);
2419
+ --color-bg-quaternary: var(--color-neutral-700);
2420
+ --color-bg-active: var(--color-neutral-800);
2421
+ --color-bg-disabled: var(--color-neutral-800);
2422
+ --color-bg-disabled_subtle: var(--color-neutral-900);
2423
+ --color-bg-overlay: var(--color-neutral-950);
2424
+ --color-bg-brand-primary: var(--color-brand-900);
2425
+ --color-bg-brand-primary_alt: var(--color-brand-800);
2426
+ --color-bg-brand-secondary: var(--color-brand-800);
2427
+ --color-bg-brand-solid: var(--color-brand-600);
2428
+ --color-bg-brand-solid_hover: var(--color-brand-700);
2429
+ --color-bg-brand-section: var(--color-brand-950);
2430
+ --color-bg-brand-section_subtle: var(--color-brand-900);
2431
+ --color-bg-error-primary: var(--color-red-900);
2432
+ --color-bg-error-secondary: var(--color-red-800);
2433
+ --color-bg-error-solid: var(--color-red-600);
2434
+ --color-bg-error-solid_hover: var(--color-red-700);
2435
+ --color-bg-warning-primary: var(--color-yellow-900);
2436
+ --color-bg-warning-secondary: var(--color-yellow-800);
2437
+ --color-bg-warning-solid: var(--color-yellow-500);
2438
+ --color-bg-success-primary: var(--color-green-900);
2439
+ --color-bg-success-secondary: var(--color-green-800);
2440
+ --color-bg-success-solid: var(--color-green-600);
2441
+ --color-border-primary: var(--color-neutral-700);
2442
+ --color-border-secondary: var(--color-neutral-800);
2443
+ --color-border-secondary_alt: var(--color-neutral-700);
2444
+ --color-border-tertiary: var(--color-neutral-800);
2445
+ --color-border-disabled: var(--color-neutral-700);
2446
+ --color-border-disabled_subtle: var(--color-neutral-800);
2447
+ --color-border-brand: var(--color-brand-400);
2448
+ --color-border-brand_alt: var(--color-brand-500);
2449
+ --color-border-error: var(--color-red-400);
2450
+ --color-border-error_subtle: var(--color-red-700);
2451
+ --color-fg-primary: var(--color-neutral-50);
2452
+ --color-fg-secondary: var(--color-neutral-300);
2453
+ --color-fg-secondary_hover: var(--color-neutral-200);
2454
+ --color-fg-tertiary: var(--color-neutral-400);
2455
+ --color-fg-tertiary_hover: var(--color-neutral-300);
2456
+ --color-fg-quaternary: var(--color-neutral-500);
2457
+ --color-fg-quaternary_hover: var(--color-neutral-400);
2458
+ --color-fg-quinary: var(--color-neutral-600);
2459
+ --color-fg-quinary_hover: var(--color-neutral-500);
2460
+ --color-fg-disabled: var(--color-neutral-600);
2461
+ --color-fg-disabled_subtle: var(--color-neutral-700);
2462
+ --color-fg-brand-primary: var(--color-brand-400);
2463
+ --color-fg-brand-primary_alt: var(--color-brand-300);
2464
+ --color-fg-brand-secondary: var(--color-brand-500);
2465
+ --color-fg-brand-secondary_alt: var(--color-neutral-400);
2466
+ --color-fg-brand-secondary_hover: var(--color-brand-600);
2467
+ --color-fg-error-primary: var(--color-red-400);
2468
+ --color-fg-error-secondary: var(--color-red-500);
2469
+ --color-fg-warning-primary: var(--color-yellow-400);
2470
+ --color-fg-warning-secondary: var(--color-yellow-500);
2471
+ --color-fg-success-primary: var(--color-green-400);
2472
+ --color-fg-success-secondary: var(--color-green-500);
2473
+ --color-text-primary: var(--color-neutral-50);
2474
+ --color-text-secondary: var(--color-neutral-300);
2475
+ --color-text-secondary_hover: var(--color-neutral-200);
2476
+ --color-text-tertiary: var(--color-neutral-400);
2477
+ --color-text-tertiary_hover: var(--color-neutral-300);
2478
+ --color-text-quaternary: var(--color-neutral-400);
2479
+ --color-text-disabled: var(--color-neutral-500);
2480
+ --color-text-placeholder: var(--color-neutral-400);
2481
+ --color-text-placeholder_subtle: var(--color-neutral-700);
2482
+ --color-text-brand-primary: var(--color-brand-50);
2483
+ --color-text-brand-secondary: var(--color-brand-300);
2484
+ --color-text-brand-secondary_hover: var(--color-brand-200);
2485
+ --color-text-brand-tertiary: var(--color-brand-400);
2486
+ --color-text-brand-tertiary_alt: var(--color-neutral-400);
2487
+ --color-text-error-primary: var(--color-red-400);
2488
+ --color-text-error-primary_hover: var(--color-red-300);
2489
+ --color-text-warning-primary: var(--color-yellow-400);
2490
+ --color-text-success-primary: var(--color-green-400);
2491
+ --color-utility-brand-50: var(--color-brand-950);
2492
+ --color-utility-brand-100: var(--color-brand-900);
2493
+ --color-utility-brand-200: var(--color-brand-800);
2494
+ --color-utility-brand-300: var(--color-brand-700);
2495
+ --color-utility-brand-400: var(--color-brand-600);
2496
+ --color-utility-brand-500: var(--color-brand-500);
2497
+ --color-utility-brand-600: var(--color-brand-400);
2498
+ --color-utility-brand-700: var(--color-brand-300);
2499
+ --color-utility-neutral-50: var(--color-neutral-950);
2500
+ --color-utility-neutral-100: var(--color-neutral-900);
2501
+ --color-utility-neutral-200: var(--color-neutral-800);
2502
+ --color-utility-neutral-300: var(--color-neutral-700);
2503
+ --color-utility-neutral-400: var(--color-neutral-600);
2504
+ --color-utility-neutral-500: var(--color-neutral-500);
2505
+ --color-utility-neutral-600: var(--color-neutral-400);
2506
+ --color-utility-neutral-700: var(--color-neutral-300);
2507
+ --color-utility-red-50: var(--color-red-950);
2508
+ --color-utility-red-100: var(--color-red-900);
2509
+ --color-utility-red-200: var(--color-red-800);
2510
+ --color-utility-red-300: var(--color-red-700);
2511
+ --color-utility-red-400: var(--color-red-600);
2512
+ --color-utility-red-500: var(--color-red-500);
2513
+ --color-utility-red-600: var(--color-red-400);
2514
+ --color-utility-red-700: var(--color-red-300);
2515
+ --color-utility-orange-50: var(--color-orange-950);
2516
+ --color-utility-orange-100: var(--color-orange-900);
2517
+ --color-utility-orange-200: var(--color-orange-800);
2518
+ --color-utility-orange-300: var(--color-orange-700);
2519
+ --color-utility-orange-400: var(--color-orange-600);
2520
+ --color-utility-orange-500: var(--color-orange-500);
2521
+ --color-utility-orange-600: var(--color-orange-400);
2522
+ --color-utility-orange-700: var(--color-orange-300);
2523
+ --color-utility-yellow-50: var(--color-yellow-950);
2524
+ --color-utility-yellow-100: var(--color-yellow-900);
2525
+ --color-utility-yellow-200: var(--color-yellow-800);
2526
+ --color-utility-yellow-300: var(--color-yellow-700);
2527
+ --color-utility-yellow-400: var(--color-yellow-600);
2528
+ --color-utility-yellow-500: var(--color-yellow-500);
2529
+ --color-utility-yellow-600: var(--color-yellow-400);
2530
+ --color-utility-yellow-700: var(--color-yellow-300);
2531
+ --color-utility-green-50: var(--color-green-950);
2532
+ --color-utility-green-100: var(--color-green-900);
2533
+ --color-utility-green-200: var(--color-green-800);
2534
+ --color-utility-green-300: var(--color-green-700);
2535
+ --color-utility-green-400: var(--color-green-600);
2536
+ --color-utility-green-500: var(--color-green-500);
2537
+ --color-utility-green-600: var(--color-green-400);
2538
+ --color-utility-green-700: var(--color-green-300);
2539
+ --color-utility-blue-50: var(--color-blue-950);
2540
+ --color-utility-blue-100: var(--color-blue-900);
2541
+ --color-utility-blue-200: var(--color-blue-800);
2542
+ --color-utility-blue-300: var(--color-blue-700);
2543
+ --color-utility-blue-400: var(--color-blue-600);
2544
+ --color-utility-blue-500: var(--color-blue-500);
2545
+ --color-utility-blue-600: var(--color-blue-400);
2546
+ --color-utility-blue-700: var(--color-blue-300);
2547
+ --color-utility-indigo-50: var(--color-indigo-950);
2548
+ --color-utility-indigo-100: var(--color-indigo-900);
2549
+ --color-utility-indigo-200: var(--color-indigo-800);
2550
+ --color-utility-indigo-300: var(--color-indigo-700);
2551
+ --color-utility-indigo-400: var(--color-indigo-600);
2552
+ --color-utility-indigo-500: var(--color-indigo-500);
2553
+ --color-utility-indigo-600: var(--color-indigo-400);
2554
+ --color-utility-indigo-700: var(--color-indigo-300);
2555
+ --color-utility-fuchsia-50: var(--color-fuchsia-950);
2556
+ --color-utility-fuchsia-100: var(--color-fuchsia-900);
2557
+ --color-utility-fuchsia-200: var(--color-fuchsia-800);
2558
+ --color-utility-fuchsia-300: var(--color-fuchsia-700);
2559
+ --color-utility-fuchsia-400: var(--color-fuchsia-600);
2560
+ --color-utility-fuchsia-500: var(--color-fuchsia-500);
2561
+ --color-utility-fuchsia-600: var(--color-fuchsia-400);
2562
+ --color-utility-fuchsia-700: var(--color-fuchsia-300);
2563
+ --color-utility-pink-50: var(--color-pink-950);
2564
+ --color-utility-pink-100: var(--color-pink-900);
2565
+ --color-utility-pink-200: var(--color-pink-800);
2566
+ --color-utility-pink-300: var(--color-pink-700);
2567
+ --color-utility-pink-400: var(--color-pink-600);
2568
+ --color-utility-pink-500: var(--color-pink-500);
2569
+ --color-utility-pink-600: var(--color-pink-400);
2570
+ --color-utility-pink-700: var(--color-pink-300);
2571
+ --component-table-header-bg: var(--color-neutral-900);
2572
+ --component-tooltip-bg: var(--color-neutral-700);
2573
+ }
2574
+ }
2575
+ @keyframes enter {
2576
+ from {
2577
+ opacity: var(--tw-enter-opacity, 1);
2578
+ 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));
2579
+ }
2580
+ }
2581
+ @keyframes exit {
2582
+ to {
2583
+ opacity: var(--tw-exit-opacity, 1);
2584
+ 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));
2585
+ }
2586
+ }
2587
+ @property --tw-translate-x {
2588
+ syntax: "*";
2589
+ inherits: false;
2590
+ initial-value: 0;
2591
+ }
2592
+ @property --tw-translate-y {
2593
+ syntax: "*";
2594
+ inherits: false;
2595
+ initial-value: 0;
2596
+ }
2597
+ @property --tw-translate-z {
2598
+ syntax: "*";
2599
+ inherits: false;
2600
+ initial-value: 0;
2601
+ }
2602
+ @property --tw-border-style {
2603
+ syntax: "*";
2604
+ inherits: false;
2605
+ initial-value: solid;
2606
+ }
2607
+ @property --tw-leading {
2608
+ syntax: "*";
2609
+ inherits: false;
2610
+ }
2611
+ @property --tw-font-weight {
2612
+ syntax: "*";
2613
+ inherits: false;
2614
+ }
2615
+ @property --tw-shadow {
2616
+ syntax: "*";
2617
+ inherits: false;
2618
+ initial-value: 0 0 #0000;
2619
+ }
2620
+ @property --tw-shadow-color {
2621
+ syntax: "*";
2622
+ inherits: false;
2623
+ }
2624
+ @property --tw-shadow-alpha {
2625
+ syntax: "<percentage>";
2626
+ inherits: false;
2627
+ initial-value: 100%;
2628
+ }
2629
+ @property --tw-inset-shadow {
2630
+ syntax: "*";
2631
+ inherits: false;
2632
+ initial-value: 0 0 #0000;
2633
+ }
2634
+ @property --tw-inset-shadow-color {
2635
+ syntax: "*";
2636
+ inherits: false;
2637
+ }
2638
+ @property --tw-inset-shadow-alpha {
2639
+ syntax: "<percentage>";
2640
+ inherits: false;
2641
+ initial-value: 100%;
2642
+ }
2643
+ @property --tw-ring-color {
2644
+ syntax: "*";
2645
+ inherits: false;
2646
+ }
2647
+ @property --tw-ring-shadow {
2648
+ syntax: "*";
2649
+ inherits: false;
2650
+ initial-value: 0 0 #0000;
2651
+ }
2652
+ @property --tw-inset-ring-color {
2653
+ syntax: "*";
2654
+ inherits: false;
2655
+ }
2656
+ @property --tw-inset-ring-shadow {
2657
+ syntax: "*";
2658
+ inherits: false;
2659
+ initial-value: 0 0 #0000;
2660
+ }
2661
+ @property --tw-ring-inset {
2662
+ syntax: "*";
2663
+ inherits: false;
2664
+ }
2665
+ @property --tw-ring-offset-width {
2666
+ syntax: "<length>";
2667
+ inherits: false;
2668
+ initial-value: 0px;
2669
+ }
2670
+ @property --tw-ring-offset-color {
2671
+ syntax: "*";
2672
+ inherits: false;
2673
+ initial-value: #fff;
2674
+ }
2675
+ @property --tw-ring-offset-shadow {
2676
+ syntax: "*";
2677
+ inherits: false;
2678
+ initial-value: 0 0 #0000;
2679
+ }
2680
+ @property --tw-outline-style {
2681
+ syntax: "*";
2682
+ inherits: false;
2683
+ initial-value: solid;
2684
+ }
2685
+ @property --tw-backdrop-blur {
2686
+ syntax: "*";
2687
+ inherits: false;
2688
+ }
2689
+ @property --tw-backdrop-brightness {
2690
+ syntax: "*";
2691
+ inherits: false;
2692
+ }
2693
+ @property --tw-backdrop-contrast {
2694
+ syntax: "*";
2695
+ inherits: false;
2696
+ }
2697
+ @property --tw-backdrop-grayscale {
2698
+ syntax: "*";
2699
+ inherits: false;
2700
+ }
2701
+ @property --tw-backdrop-hue-rotate {
2702
+ syntax: "*";
2703
+ inherits: false;
2704
+ }
2705
+ @property --tw-backdrop-invert {
2706
+ syntax: "*";
2707
+ inherits: false;
2708
+ }
2709
+ @property --tw-backdrop-opacity {
2710
+ syntax: "*";
2711
+ inherits: false;
2712
+ }
2713
+ @property --tw-backdrop-saturate {
2714
+ syntax: "*";
2715
+ inherits: false;
2716
+ }
2717
+ @property --tw-backdrop-sepia {
2718
+ syntax: "*";
2719
+ inherits: false;
2720
+ }
2721
+ @property --tw-duration {
2722
+ syntax: "*";
2723
+ inherits: false;
2724
+ }
2725
+ @property --tw-ease {
2726
+ syntax: "*";
2727
+ inherits: false;
2728
+ }
2729
+ @property --tw-content {
2730
+ syntax: "*";
2731
+ initial-value: "";
2732
+ inherits: false;
2733
+ }
2734
+ @property --tw-mask-linear {
2735
+ syntax: "*";
2736
+ inherits: false;
2737
+ initial-value: linear-gradient(#fff, #fff);
2738
+ }
2739
+ @property --tw-mask-radial {
2740
+ syntax: "*";
2741
+ inherits: false;
2742
+ initial-value: linear-gradient(#fff, #fff);
2743
+ }
2744
+ @property --tw-mask-conic {
2745
+ syntax: "*";
2746
+ inherits: false;
2747
+ initial-value: linear-gradient(#fff, #fff);
2748
+ }
2749
+ @property --tw-mask-left {
2750
+ syntax: "*";
2751
+ inherits: false;
2752
+ initial-value: linear-gradient(#fff, #fff);
2753
+ }
2754
+ @property --tw-mask-right {
2755
+ syntax: "*";
2756
+ inherits: false;
2757
+ initial-value: linear-gradient(#fff, #fff);
2758
+ }
2759
+ @property --tw-mask-bottom {
2760
+ syntax: "*";
2761
+ inherits: false;
2762
+ initial-value: linear-gradient(#fff, #fff);
2763
+ }
2764
+ @property --tw-mask-top {
2765
+ syntax: "*";
2766
+ inherits: false;
2767
+ initial-value: linear-gradient(#fff, #fff);
2768
+ }
2769
+ @property --tw-mask-bottom-from-position {
2770
+ syntax: "*";
2771
+ inherits: false;
2772
+ initial-value: 0%;
2773
+ }
2774
+ @property --tw-mask-bottom-to-position {
2775
+ syntax: "*";
2776
+ inherits: false;
2777
+ initial-value: 100%;
2778
+ }
2779
+ @property --tw-mask-bottom-from-color {
2780
+ syntax: "*";
2781
+ inherits: false;
2782
+ initial-value: black;
2783
+ }
2784
+ @property --tw-mask-bottom-to-color {
2785
+ syntax: "*";
2786
+ inherits: false;
2787
+ initial-value: transparent;
2788
+ }
2789
+ @keyframes spin {
2790
+ to {
2791
+ transform: rotate(360deg);
2792
+ }
2793
+ }
2794
+ @layer properties {
2795
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
2796
+ *, ::before, ::after, ::backdrop {
2797
+ --tw-translate-x: 0;
2798
+ --tw-translate-y: 0;
2799
+ --tw-translate-z: 0;
2800
+ --tw-border-style: solid;
2801
+ --tw-leading: initial;
2802
+ --tw-font-weight: initial;
2803
+ --tw-shadow: 0 0 #0000;
2804
+ --tw-shadow-color: initial;
2805
+ --tw-shadow-alpha: 100%;
2806
+ --tw-inset-shadow: 0 0 #0000;
2807
+ --tw-inset-shadow-color: initial;
2808
+ --tw-inset-shadow-alpha: 100%;
2809
+ --tw-ring-color: initial;
2810
+ --tw-ring-shadow: 0 0 #0000;
2811
+ --tw-inset-ring-color: initial;
2812
+ --tw-inset-ring-shadow: 0 0 #0000;
2813
+ --tw-ring-inset: initial;
2814
+ --tw-ring-offset-width: 0px;
2815
+ --tw-ring-offset-color: #fff;
2816
+ --tw-ring-offset-shadow: 0 0 #0000;
2817
+ --tw-outline-style: solid;
2818
+ --tw-backdrop-blur: initial;
2819
+ --tw-backdrop-brightness: initial;
2820
+ --tw-backdrop-contrast: initial;
2821
+ --tw-backdrop-grayscale: initial;
2822
+ --tw-backdrop-hue-rotate: initial;
2823
+ --tw-backdrop-invert: initial;
2824
+ --tw-backdrop-opacity: initial;
2825
+ --tw-backdrop-saturate: initial;
2826
+ --tw-backdrop-sepia: initial;
2827
+ --tw-duration: initial;
2828
+ --tw-ease: initial;
2829
+ --tw-content: "";
2830
+ --tw-mask-linear: linear-gradient(#fff, #fff);
2831
+ --tw-mask-radial: linear-gradient(#fff, #fff);
2832
+ --tw-mask-conic: linear-gradient(#fff, #fff);
2833
+ --tw-mask-left: linear-gradient(#fff, #fff);
2834
+ --tw-mask-right: linear-gradient(#fff, #fff);
2835
+ --tw-mask-bottom: linear-gradient(#fff, #fff);
2836
+ --tw-mask-top: linear-gradient(#fff, #fff);
2837
+ --tw-mask-bottom-from-position: 0%;
2838
+ --tw-mask-bottom-to-position: 100%;
2839
+ --tw-mask-bottom-from-color: black;
2840
+ --tw-mask-bottom-to-color: transparent;
2841
+ }
2842
+ }
2843
+ }