@crossangle-org/cs-ui 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cs-ui.css ADDED
@@ -0,0 +1,4371 @@
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
+ @layer properties {
3
+ @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
+ *, :before, :after, ::backdrop {
5
+ --tw-translate-x: 0;
6
+ --tw-translate-y: 0;
7
+ --tw-translate-z: 0;
8
+ --tw-rotate-x: initial;
9
+ --tw-rotate-y: initial;
10
+ --tw-rotate-z: initial;
11
+ --tw-skew-x: initial;
12
+ --tw-skew-y: initial;
13
+ --tw-space-y-reverse: 0;
14
+ --tw-border-style: solid;
15
+ --tw-leading: initial;
16
+ --tw-font-weight: initial;
17
+ --tw-shadow: 0 0 #0000;
18
+ --tw-shadow-color: initial;
19
+ --tw-shadow-alpha: 100%;
20
+ --tw-inset-shadow: 0 0 #0000;
21
+ --tw-inset-shadow-color: initial;
22
+ --tw-inset-shadow-alpha: 100%;
23
+ --tw-ring-color: initial;
24
+ --tw-ring-shadow: 0 0 #0000;
25
+ --tw-inset-ring-color: initial;
26
+ --tw-inset-ring-shadow: 0 0 #0000;
27
+ --tw-ring-inset: initial;
28
+ --tw-ring-offset-width: 0px;
29
+ --tw-ring-offset-color: #fff;
30
+ --tw-ring-offset-shadow: 0 0 #0000;
31
+ --tw-outline-style: solid;
32
+ --tw-blur: initial;
33
+ --tw-brightness: initial;
34
+ --tw-contrast: initial;
35
+ --tw-grayscale: initial;
36
+ --tw-hue-rotate: initial;
37
+ --tw-invert: initial;
38
+ --tw-opacity: initial;
39
+ --tw-saturate: initial;
40
+ --tw-sepia: initial;
41
+ --tw-drop-shadow: initial;
42
+ --tw-drop-shadow-color: initial;
43
+ --tw-drop-shadow-alpha: 100%;
44
+ --tw-drop-shadow-size: initial;
45
+ --tw-duration: initial;
46
+ --tw-animation-delay: 0s;
47
+ --tw-animation-direction: normal;
48
+ --tw-animation-duration: initial;
49
+ --tw-animation-fill-mode: none;
50
+ --tw-animation-iteration-count: 1;
51
+ --tw-enter-blur: 0;
52
+ --tw-enter-opacity: 1;
53
+ --tw-enter-rotate: 0;
54
+ --tw-enter-scale: 1;
55
+ --tw-enter-translate-x: 0;
56
+ --tw-enter-translate-y: 0;
57
+ --tw-exit-blur: 0;
58
+ --tw-exit-opacity: 1;
59
+ --tw-exit-rotate: 0;
60
+ --tw-exit-scale: 1;
61
+ --tw-exit-translate-x: 0;
62
+ --tw-exit-translate-y: 0;
63
+ }
64
+ }
65
+ }
66
+
67
+ @layer theme {
68
+ :root, :host {
69
+ --font-sans: "Google Sans Flex", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
70
+ --font-mono: "Google Sans Code", monospace;
71
+ --color-red-50: oklch(97.1% .013 17.38);
72
+ --color-red-500: oklch(63.7% .237 25.331);
73
+ --color-orange-50: oklch(98% .016 73.684);
74
+ --color-orange-400: oklch(75% .183 55.934);
75
+ --color-green-600: oklch(62.7% .194 149.214);
76
+ --color-emerald-50: oklch(97.9% .021 166.113);
77
+ --color-emerald-500: oklch(69.6% .17 162.48);
78
+ --color-blue-50: oklch(97% .014 254.604);
79
+ --color-blue-300: oklch(80.9% .105 251.813);
80
+ --color-blue-400: oklch(70.7% .165 254.624);
81
+ --color-blue-500: oklch(62.3% .214 259.815);
82
+ --color-blue-600: oklch(54.6% .245 262.881);
83
+ --color-blue-700: oklch(48.8% .243 264.376);
84
+ --color-blue-800: oklch(42.4% .199 265.638);
85
+ --color-zinc-50: oklch(98.5% 0 0);
86
+ --color-zinc-200: oklch(92% .004 286.32);
87
+ --color-zinc-900: oklch(21% .006 285.885);
88
+ --color-neutral-100: oklch(97% 0 0);
89
+ --color-neutral-200: oklch(92.2% 0 0);
90
+ --color-neutral-300: oklch(87% 0 0);
91
+ --color-neutral-400: oklch(70.8% 0 0);
92
+ --color-neutral-500: oklch(55.6% 0 0);
93
+ --color-neutral-600: oklch(43.9% 0 0);
94
+ --color-neutral-900: oklch(20.5% 0 0);
95
+ --color-neutral-950: oklch(14.5% 0 0);
96
+ --color-white: #fff;
97
+ --spacing: .25rem;
98
+ --container-sm: 24rem;
99
+ --text-xs: .75rem;
100
+ --text-xs--line-height: calc(1 / .75);
101
+ --text-sm: .875rem;
102
+ --text-sm--line-height: calc(1.25 / .875);
103
+ --text-base: 1rem;
104
+ --text-base--line-height: calc(1.5 / 1);
105
+ --text-lg: 1.125rem;
106
+ --text-lg--line-height: calc(1.75 / 1.125);
107
+ --font-weight-light: 300;
108
+ --font-weight-normal: 400;
109
+ --font-weight-medium: 500;
110
+ --font-weight-semibold: 600;
111
+ --font-weight-bold: 700;
112
+ --leading-tight: 1.25;
113
+ --leading-snug: 1.375;
114
+ --radius-xs: .125rem;
115
+ --radius-sm: .25rem;
116
+ --radius-md: .375rem;
117
+ --radius-lg: .5rem;
118
+ --radius-2xl: 1rem;
119
+ --animate-spin: spin 1s linear infinite;
120
+ --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
121
+ --blur-sm: 8px;
122
+ --blur-md: 12px;
123
+ --blur-lg: 16px;
124
+ --default-transition-duration: .15s;
125
+ --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
126
+ --default-font-family: var(--font-sans);
127
+ --default-mono-font-family: var(--font-mono);
128
+ --radius-small: var(--radius-sm);
129
+ --radius-medium: var(--radius-lg);
130
+ --color-bg-surface-default: var(--color-white);
131
+ --font-color-primary-default: var(--color-neutral-900);
132
+ --font-color-secondary-default: var(--color-neutral-500);
133
+ --font-color-onbrand-default: var(--color-zinc-900);
134
+ --font-color-inverse-default: var(--color-white);
135
+ --font-color-primary-muted: var(--color-neutral-400);
136
+ --border-color-default: var(--color-neutral-200);
137
+ --border-color-divider: var(--color-neutral-200);
138
+ --border-color-focus: var(--color-neutral-500);
139
+ --color-state-success-default: var(--color-emerald-500);
140
+ --color-state-warning-default: var(--color-orange-400);
141
+ --color-state-error-default: var(--color-red-500);
142
+ --color-state-info-default: var(--color-blue-500);
143
+ --font-size-metric-sm: var(--font-size-sm);
144
+ --font-size-heading-xs: var(--font-size-base);
145
+ --font-size-body-xs: var(--font-size-xs);
146
+ --font-size-productive-caption: var(--font-size-xs);
147
+ --font-size-productive-code-sm: var(--font-size-sm);
148
+ --color-bg-surface-alt: var(--color-zinc-50);
149
+ --color-bg-surface-muted: var(--color-neutral-100);
150
+ --color-bg-overlay-default: var(--color-alpha-black-50a);
151
+ --font-color-onbrand-hover: var(--color-neutral-600);
152
+ --font-color-disabled: var(--color-neutral-300);
153
+ --border-color-primary-default: var(--color-theme-primary-100);
154
+ --border-color-primary-hover: var(--color-theme-primary-200);
155
+ --radius-large: var(--radius-2xl);
156
+ --radius-max: var(--radius-full);
157
+ --color-state-success-subtle: var(--color-emerald-50);
158
+ --icon-size-small: var(--icon-sm);
159
+ --icon-color-primary-default: var(--color-theme-primary-100);
160
+ --icon-size-medium: var(--icon-md);
161
+ --icon-color-primary-muted: var(--color-neutral-400);
162
+ --icon-color-onbrand-default: var(--color-neutral-900);
163
+ --icon-color-onbrand-hover: var(--color-neutral-900);
164
+ --icon-color-disabled: var(--color-neutral-300);
165
+ --color-bg-primary-default: var(--color-theme-primary-100);
166
+ --color-bg-primary-hover: var(--color-theme-primary-200);
167
+ --color-bg-disabled: var(--color-neutral-200);
168
+ --scale-control-xs: var(--scale-xs);
169
+ --scale-control-sm: var(--scale-sm);
170
+ --scale-control-md: var(--scale-md);
171
+ --scale-control-lg: var(--scale-lg);
172
+ --radius-base: var(--radius-none);
173
+ --border-width-thin: var(--borderwidth-default);
174
+ --spacing-component-gap-md: var(--spacing-4);
175
+ --spacing-component-gap-lg: var(--spacing-5);
176
+ --opacity-state-disabled: var(--opacity-50);
177
+ --opacity-state-muted: var(--opacity-20);
178
+ --border-width-regular: var(--borderwidth-2);
179
+ --border-width-thick: var(--borderwidth-3);
180
+ --font-size-heading-sm: var(--font-size-lg);
181
+ --font-size-heading-md: var(--font-size-xl);
182
+ --font-size-heading-lg: var(--font-size-2xl);
183
+ --font-size-heading-xl: var(--font-size-5xl);
184
+ --font-size-heading-xxl: var(--font-size-6xl);
185
+ --font-size-body-sm: var(--font-size-sm);
186
+ --font-size-body-md: var(--font-size-base);
187
+ --font-size-body-lg: var(--font-size-lg);
188
+ --font-size-metric-md: var(--font-size-base);
189
+ --font-size-metric-lg: var(--font-size-lg);
190
+ --font-size-metric-xs: var(--font-size-xs);
191
+ --font-size-body-xl: var(--font-size-2xl);
192
+ --font-size-productive-code-md: var(--font-size-base);
193
+ --font-size-productive-label-sm: var(--font-size-xs);
194
+ --icon-size-micro: var(--icon-xs);
195
+ --spacing-component-padding-xs: var(--spacing-2);
196
+ --color-bg-surface-accent: var(--color-zinc-200);
197
+ --color-bg-primary-muted: var(--color-theme-primary-100-a10);
198
+ --color-bg-secondary-default: var(--color-theme-secondary-100);
199
+ --color-bg-secondary-hover: var(--color-theme-secondary-200);
200
+ --border-color-secondary-default: var(--color-theme-secondary-100);
201
+ --border-color-secondary-hover: var(--color-theme-secondary-200);
202
+ --font-color-link-default: var(--color-blue-700);
203
+ --font-color-link-hover: var(--color-blue-800);
204
+ --icon-color-inverse-default: var(--color-white);
205
+ --icon-color-link-default: var(--color-blue-700);
206
+ --icon-color-link-hover: var(--color-blue-800);
207
+ --effect-shadow-level-2: var(--color-alpha-black-10a);
208
+ --effect-blur-surface-md: var(--blur-default);
209
+ --effect-blur-surface-lg: var(--blur-md);
210
+ --color-state-error-subtle: var(--color-red-50);
211
+ --color-state-warning-subtle: var(--color-orange-50);
212
+ --spacing-component-gap-2xl: var(--spacing-9);
213
+ --spacing-component-padding-xl: var(--spacing-6);
214
+ --font-size-productive-label-md: var(--font-size-sm);
215
+ --font-letter-spacing-heading: var(--font-letter-spacing-tracking-normal);
216
+ --font-letter-spacing-body: var(--font-letter-spacing-tracking-normal);
217
+ --font-letter-spacing-metric: var(--font-letter-spacing-tracking-normal);
218
+ --font-letter-spacing-productive: var(--font-letter-spacing-tracking-normal);
219
+ --font-font-weight-heading-bold: var(--font-weight-semibold);
220
+ --font-font-weight-body-normal: var(--font-weight-normal);
221
+ --font-font-weight-metric-normal: var(--font-weight-normal);
222
+ --font-font-weight-productive-normal: var(--font-weight-normal);
223
+ --spacing-component-padding-2xl: var(--spacing-8);
224
+ --color-chart-data-vis-brand-1: var(--color-theme-primary-100);
225
+ --color-state-info-subtle: var(--color-blue-50);
226
+ --color-gradient-primary-start: var(--color-theme-primary-100);
227
+ --color-gradient-primary-end: var(--color-theme-secondary-100);
228
+ --color-gradient-secondary-start: var(--color-theme-accent-100);
229
+ --color-gradient-secondary-end: var(--color-theme-secondary-100);
230
+ --color-gradient-primary-hover-start: var(--color-theme-primary-200);
231
+ --color-gradient-primary-hover-end: var(--color-theme-secondary-200);
232
+ --border-color-surface: var(--color-neutral-400);
233
+ --spacing-component-padding-xxs: var(--spacing-1);
234
+ --color-chart-data-vis-brand-2: var(--color-theme-secondary-100);
235
+ --color-chart-data-vis-brand-3: var(--color-theme-accent-100);
236
+ --color-chart-border-grid: var(--color-neutral-300);
237
+ --color-chart-text-axis-label: var(--color-neutral-500);
238
+ --color-chart-text-data-value: var(--color-neutral-950);
239
+ --color-chart-border-axis: var(--color-neutral-300);
240
+ --color-chart-control-range-track: var(--color-white);
241
+ --color-chart-control-handle: var(--color-white);
242
+ --color-chart-control-border: var(--color-neutral-300);
243
+ --color-chart-control-thumb: var(--color-blue-400);
244
+ --line-height-metric-sm: var(--font-size-sm--line-height);
245
+ --line-height-heading-xs: var(--font-size-base--line-height);
246
+ --line-height-body-xs: var(--font-size-xs--line-height);
247
+ --line-height-productive-caption: var(--font-size-xs--line-height);
248
+ --line-height-productive-code-sm: var(--font-size-sm--line-height);
249
+ --line-height-heading-sm: var(--font-size-lg--line-height);
250
+ --line-height-heading-md: var(--font-size-xl--line-height);
251
+ --line-height-heading-lg: var(--font-size-2xl--line-height);
252
+ --line-height-heading-xl: var(--font-size-5xl--line-height);
253
+ --line-height-heading-xxl: var(--font-size-6xl--line-height);
254
+ --line-height-body-sm: var(--font-size-sm--line-height);
255
+ --line-height-body-md: var(--font-size-base--line-height);
256
+ --line-height-body-lg: var(--font-size-lg--line-height);
257
+ --line-height-metric-md: var(--font-size-base--line-height);
258
+ --line-height-metric-lg: var(--font-size-lg--line-height);
259
+ --line-height-metric-xs: var(--font-size-xs--line-height);
260
+ --line-height-body-xl: var(--font-size-2xl--line-height);
261
+ --line-height-productive-code-md: var(--font-size-base--line-height);
262
+ --line-height-productive-label-sm: var(--font-size-xs--line-height);
263
+ --line-height-productive-label-md: var(--font-size-sm--line-height);
264
+ --breakpoint-max-mobile: 840px;
265
+ }
266
+ }
267
+
268
+ @layer base {
269
+ *, :after, :before, ::backdrop {
270
+ box-sizing: border-box;
271
+ border: 0 solid;
272
+ margin: 0;
273
+ padding: 0;
274
+ }
275
+
276
+ ::file-selector-button {
277
+ box-sizing: border-box;
278
+ border: 0 solid;
279
+ margin: 0;
280
+ padding: 0;
281
+ }
282
+
283
+ html, :host {
284
+ -webkit-text-size-adjust: 100%;
285
+ tab-size: 4;
286
+ line-height: 1.5;
287
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
288
+ font-feature-settings: var(--default-font-feature-settings, normal);
289
+ font-variation-settings: var(--default-font-variation-settings, normal);
290
+ -webkit-tap-highlight-color: transparent;
291
+ }
292
+
293
+ hr {
294
+ height: 0;
295
+ color: inherit;
296
+ border-top-width: 1px;
297
+ }
298
+
299
+ abbr:where([title]) {
300
+ -webkit-text-decoration: underline dotted;
301
+ text-decoration: underline dotted;
302
+ }
303
+
304
+ h1, h2, h3, h4, h5, h6 {
305
+ font-size: inherit;
306
+ font-weight: inherit;
307
+ }
308
+
309
+ a {
310
+ color: inherit;
311
+ -webkit-text-decoration: inherit;
312
+ -webkit-text-decoration: inherit;
313
+ -webkit-text-decoration: inherit;
314
+ text-decoration: inherit;
315
+ }
316
+
317
+ b, strong {
318
+ font-weight: bolder;
319
+ }
320
+
321
+ code, kbd, samp, pre {
322
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
323
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
324
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
325
+ font-size: 1em;
326
+ }
327
+
328
+ small {
329
+ font-size: 80%;
330
+ }
331
+
332
+ sub, sup {
333
+ vertical-align: baseline;
334
+ font-size: 75%;
335
+ line-height: 0;
336
+ position: relative;
337
+ }
338
+
339
+ sub {
340
+ bottom: -.25em;
341
+ }
342
+
343
+ sup {
344
+ top: -.5em;
345
+ }
346
+
347
+ table {
348
+ text-indent: 0;
349
+ border-color: inherit;
350
+ border-collapse: collapse;
351
+ }
352
+
353
+ :-moz-focusring {
354
+ outline: auto;
355
+ }
356
+
357
+ progress {
358
+ vertical-align: baseline;
359
+ }
360
+
361
+ summary {
362
+ display: list-item;
363
+ }
364
+
365
+ ol, ul, menu {
366
+ list-style: none;
367
+ }
368
+
369
+ img, svg, video, canvas, audio, iframe, embed, object {
370
+ vertical-align: middle;
371
+ display: block;
372
+ }
373
+
374
+ img, video {
375
+ max-width: 100%;
376
+ height: auto;
377
+ }
378
+
379
+ button, input, select, optgroup, textarea {
380
+ font: inherit;
381
+ font-feature-settings: inherit;
382
+ font-variation-settings: inherit;
383
+ letter-spacing: inherit;
384
+ color: inherit;
385
+ opacity: 1;
386
+ background-color: #0000;
387
+ border-radius: 0;
388
+ }
389
+
390
+ ::file-selector-button {
391
+ font: inherit;
392
+ font-feature-settings: inherit;
393
+ font-variation-settings: inherit;
394
+ letter-spacing: inherit;
395
+ color: inherit;
396
+ opacity: 1;
397
+ background-color: #0000;
398
+ border-radius: 0;
399
+ }
400
+
401
+ :where(select:is([multiple], [size])) optgroup {
402
+ font-weight: bolder;
403
+ }
404
+
405
+ :where(select:is([multiple], [size])) optgroup option {
406
+ padding-inline-start: 20px;
407
+ }
408
+
409
+ ::file-selector-button {
410
+ margin-inline-end: 4px;
411
+ }
412
+
413
+ ::placeholder {
414
+ opacity: 1;
415
+ }
416
+
417
+ @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
418
+ ::placeholder {
419
+ color: currentColor;
420
+ }
421
+
422
+ @supports (color: color-mix(in lab, red, red)) {
423
+ ::placeholder {
424
+ color: color-mix(in oklab, currentcolor 50%, transparent);
425
+ }
426
+ }
427
+ }
428
+
429
+ textarea {
430
+ resize: vertical;
431
+ }
432
+
433
+ ::-webkit-search-decoration {
434
+ -webkit-appearance: none;
435
+ }
436
+
437
+ ::-webkit-date-and-time-value {
438
+ min-height: 1lh;
439
+ text-align: inherit;
440
+ }
441
+
442
+ ::-webkit-datetime-edit {
443
+ display: inline-flex;
444
+ }
445
+
446
+ ::-webkit-datetime-edit-fields-wrapper {
447
+ padding: 0;
448
+ }
449
+
450
+ ::-webkit-datetime-edit {
451
+ padding-block: 0;
452
+ }
453
+
454
+ ::-webkit-datetime-edit-year-field {
455
+ padding-block: 0;
456
+ }
457
+
458
+ ::-webkit-datetime-edit-month-field {
459
+ padding-block: 0;
460
+ }
461
+
462
+ ::-webkit-datetime-edit-day-field {
463
+ padding-block: 0;
464
+ }
465
+
466
+ ::-webkit-datetime-edit-hour-field {
467
+ padding-block: 0;
468
+ }
469
+
470
+ ::-webkit-datetime-edit-minute-field {
471
+ padding-block: 0;
472
+ }
473
+
474
+ ::-webkit-datetime-edit-second-field {
475
+ padding-block: 0;
476
+ }
477
+
478
+ ::-webkit-datetime-edit-millisecond-field {
479
+ padding-block: 0;
480
+ }
481
+
482
+ ::-webkit-datetime-edit-meridiem-field {
483
+ padding-block: 0;
484
+ }
485
+
486
+ ::-webkit-calendar-picker-indicator {
487
+ line-height: 1;
488
+ }
489
+
490
+ :-moz-ui-invalid {
491
+ box-shadow: none;
492
+ }
493
+
494
+ button, input:where([type="button"], [type="reset"], [type="submit"]) {
495
+ appearance: button;
496
+ }
497
+
498
+ ::file-selector-button {
499
+ appearance: button;
500
+ }
501
+
502
+ ::-webkit-inner-spin-button {
503
+ height: auto;
504
+ }
505
+
506
+ ::-webkit-outer-spin-button {
507
+ height: auto;
508
+ }
509
+
510
+ [hidden]:where(:not([hidden="until-found"])) {
511
+ display: none !important;
512
+ }
513
+ }
514
+
515
+ @layer components;
516
+
517
+ @layer utilities {
518
+ .\@container\/card-header {
519
+ container: card-header / inline-size;
520
+ }
521
+
522
+ .\@container\/field-group {
523
+ container: field-group / inline-size;
524
+ }
525
+
526
+ .pointer-events-none {
527
+ pointer-events: none;
528
+ }
529
+
530
+ .collapse {
531
+ visibility: collapse;
532
+ }
533
+
534
+ .invisible {
535
+ visibility: hidden;
536
+ }
537
+
538
+ .sr-only {
539
+ clip-path: inset(50%);
540
+ white-space: nowrap;
541
+ border-width: 0;
542
+ width: 1px;
543
+ height: 1px;
544
+ margin: -1px;
545
+ padding: 0;
546
+ position: absolute;
547
+ overflow: hidden;
548
+ }
549
+
550
+ .absolute {
551
+ position: absolute;
552
+ }
553
+
554
+ .fixed {
555
+ position: fixed;
556
+ }
557
+
558
+ .relative {
559
+ position: relative;
560
+ }
561
+
562
+ .sticky {
563
+ position: sticky;
564
+ }
565
+
566
+ .inset-0 {
567
+ inset: calc(var(--spacing) * 0);
568
+ }
569
+
570
+ .inset-x-0 {
571
+ inset-inline: calc(var(--spacing) * 0);
572
+ }
573
+
574
+ .top-0 {
575
+ top: calc(var(--spacing) * 0);
576
+ }
577
+
578
+ .top-1\/2 {
579
+ top: 50%;
580
+ }
581
+
582
+ .top-4 {
583
+ top: calc(var(--spacing) * 4);
584
+ }
585
+
586
+ .top-\[50\%\] {
587
+ top: 50%;
588
+ }
589
+
590
+ .top-\[60\%\] {
591
+ top: 60%;
592
+ }
593
+
594
+ .top-full {
595
+ top: 100%;
596
+ }
597
+
598
+ .right-4 {
599
+ right: calc(var(--spacing) * 4);
600
+ }
601
+
602
+ .bottom-0 {
603
+ bottom: calc(var(--spacing) * 0);
604
+ }
605
+
606
+ .left-0 {
607
+ left: calc(var(--spacing) * 0);
608
+ }
609
+
610
+ .left-\[50\%\] {
611
+ left: 50%;
612
+ }
613
+
614
+ .isolate {
615
+ isolation: isolate;
616
+ }
617
+
618
+ .z-50 {
619
+ z-index: 50;
620
+ }
621
+
622
+ .z-\[1\] {
623
+ z-index: 1;
624
+ }
625
+
626
+ .order-first {
627
+ order: -9999;
628
+ }
629
+
630
+ .order-last {
631
+ order: 9999;
632
+ }
633
+
634
+ .col-start-2 {
635
+ grid-column-start: 2;
636
+ }
637
+
638
+ .row-span-2 {
639
+ grid-row: span 2 / span 2;
640
+ }
641
+
642
+ .row-span-3 {
643
+ grid-row: span 3 / span 3;
644
+ }
645
+
646
+ .row-start-1 {
647
+ grid-row-start: 1;
648
+ }
649
+
650
+ .mx-0\! {
651
+ margin-inline: calc(var(--spacing) * 0) !important;
652
+ }
653
+
654
+ .mx-auto {
655
+ margin-inline: auto;
656
+ }
657
+
658
+ .-my-2 {
659
+ margin-block: calc(var(--spacing) * -2);
660
+ }
661
+
662
+ .my-4 {
663
+ margin-block: calc(var(--spacing) * 4);
664
+ }
665
+
666
+ .mt-1 {
667
+ margin-top: calc(var(--spacing) * 1);
668
+ }
669
+
670
+ .mt-4 {
671
+ margin-top: calc(var(--spacing) * 4);
672
+ }
673
+
674
+ .mt-auto {
675
+ margin-top: auto;
676
+ }
677
+
678
+ .mt-component-gap-sm {
679
+ margin-top: var(--spacing-3);
680
+ }
681
+
682
+ .mr-2 {
683
+ margin-right: calc(var(--spacing) * 2);
684
+ }
685
+
686
+ .mb-2 {
687
+ margin-bottom: calc(var(--spacing) * 2);
688
+ }
689
+
690
+ .mb-3 {
691
+ margin-bottom: calc(var(--spacing) * 3);
692
+ }
693
+
694
+ .mb-4 {
695
+ margin-bottom: calc(var(--spacing) * 4);
696
+ }
697
+
698
+ .ml-2 {
699
+ margin-left: calc(var(--spacing) * 2);
700
+ }
701
+
702
+ .ml-4 {
703
+ margin-left: calc(var(--spacing) * 4);
704
+ }
705
+
706
+ .ml-auto {
707
+ margin-left: auto;
708
+ }
709
+
710
+ .line-clamp-2 {
711
+ -webkit-line-clamp: 2;
712
+ -webkit-box-orient: vertical;
713
+ display: -webkit-box;
714
+ overflow: hidden;
715
+ }
716
+
717
+ .block {
718
+ display: block;
719
+ }
720
+
721
+ .flex {
722
+ display: flex;
723
+ }
724
+
725
+ .grid {
726
+ display: grid;
727
+ }
728
+
729
+ .hidden {
730
+ display: none;
731
+ }
732
+
733
+ .inline {
734
+ display: inline;
735
+ }
736
+
737
+ .inline-flex {
738
+ display: inline-flex;
739
+ }
740
+
741
+ .table {
742
+ display: table;
743
+ }
744
+
745
+ .table-caption {
746
+ display: table-caption;
747
+ }
748
+
749
+ .table-cell {
750
+ display: table-cell;
751
+ }
752
+
753
+ .table-row {
754
+ display: table-row;
755
+ }
756
+
757
+ .aspect-square {
758
+ aspect-ratio: 1;
759
+ }
760
+
761
+ .size-\(--cell-size\) {
762
+ width: var(--cell-size);
763
+ height: var(--cell-size);
764
+ }
765
+
766
+ .size-\(--icon-size-medium\)\! {
767
+ width: var(--icon-size-medium) !important;
768
+ height: var(--icon-size-medium) !important;
769
+ }
770
+
771
+ .size-\(--icon-size-micro\) {
772
+ width: var(--icon-size-micro);
773
+ height: var(--icon-size-micro);
774
+ }
775
+
776
+ .size-\(--icon-size-small\) {
777
+ width: var(--icon-size-small);
778
+ height: var(--icon-size-small);
779
+ }
780
+
781
+ .size-\(--scale-control-lg\) {
782
+ width: var(--scale-control-lg);
783
+ height: var(--scale-control-lg);
784
+ }
785
+
786
+ .size-\(--scale-control-xs\) {
787
+ width: var(--scale-control-xs);
788
+ height: var(--scale-control-xs);
789
+ }
790
+
791
+ .size-2\.5 {
792
+ width: calc(var(--spacing) * 2.5);
793
+ height: calc(var(--spacing) * 2.5);
794
+ }
795
+
796
+ .size-4 {
797
+ width: calc(var(--spacing) * 4);
798
+ height: calc(var(--spacing) * 4);
799
+ }
800
+
801
+ .size-6 {
802
+ width: calc(var(--spacing) * 6);
803
+ height: calc(var(--spacing) * 6);
804
+ }
805
+
806
+ .size-8 {
807
+ width: calc(var(--spacing) * 8);
808
+ height: calc(var(--spacing) * 8);
809
+ }
810
+
811
+ .size-10 {
812
+ width: calc(var(--spacing) * 10);
813
+ height: calc(var(--spacing) * 10);
814
+ }
815
+
816
+ .size-12 {
817
+ width: calc(var(--spacing) * 12);
818
+ height: calc(var(--spacing) * 12);
819
+ }
820
+
821
+ .size-16 {
822
+ width: calc(var(--spacing) * 16);
823
+ height: calc(var(--spacing) * 16);
824
+ }
825
+
826
+ .size-20 {
827
+ width: calc(var(--spacing) * 20);
828
+ height: calc(var(--spacing) * 20);
829
+ }
830
+
831
+ .size-\[60px\] {
832
+ width: 60px;
833
+ height: 60px;
834
+ }
835
+
836
+ .size-\[100px\] {
837
+ width: 100px;
838
+ height: 100px;
839
+ }
840
+
841
+ .size-auto {
842
+ width: auto;
843
+ height: auto;
844
+ }
845
+
846
+ .size-full {
847
+ width: 100%;
848
+ height: 100%;
849
+ }
850
+
851
+ .h-\(--border-width-regular\) {
852
+ height: var(--border-width-regular);
853
+ }
854
+
855
+ .h-\(--cell-size\) {
856
+ height: var(--cell-size);
857
+ }
858
+
859
+ .h-\(--scale-control-lg\) {
860
+ height: var(--scale-control-lg);
861
+ }
862
+
863
+ .h-\(--scale-control-md\) {
864
+ height: var(--scale-control-md);
865
+ }
866
+
867
+ .h-\(--scale-control-sm\) {
868
+ height: var(--scale-control-sm);
869
+ }
870
+
871
+ .h-\(--scale-control-xs\) {
872
+ height: var(--scale-control-xs);
873
+ }
874
+
875
+ .h-1\.5 {
876
+ height: calc(var(--spacing) * 1.5);
877
+ }
878
+
879
+ .h-2 {
880
+ height: calc(var(--spacing) * 2);
881
+ }
882
+
883
+ .h-4 {
884
+ height: calc(var(--spacing) * 4);
885
+ }
886
+
887
+ .h-5 {
888
+ height: calc(var(--spacing) * 5);
889
+ }
890
+
891
+ .h-6 {
892
+ height: calc(var(--spacing) * 6);
893
+ }
894
+
895
+ .h-8 {
896
+ height: calc(var(--spacing) * 8);
897
+ }
898
+
899
+ .h-9 {
900
+ height: calc(var(--spacing) * 9);
901
+ }
902
+
903
+ .h-12 {
904
+ height: calc(var(--spacing) * 12);
905
+ }
906
+
907
+ .h-\[100px\] {
908
+ height: 100px;
909
+ }
910
+
911
+ .h-\[200px\] {
912
+ height: 200px;
913
+ }
914
+
915
+ .h-\[300px\] {
916
+ height: 300px;
917
+ }
918
+
919
+ .h-\[400px\] {
920
+ height: 400px;
921
+ }
922
+
923
+ .h-\[calc\(1rem\+var\(--spacing-component-padding-xxs\)\*2\)\] {
924
+ height: calc(1rem + var(--spacing-component-padding-xxs) * 2);
925
+ }
926
+
927
+ .h-\[var\(--radix-navigation-menu-viewport-height\)\] {
928
+ height: var(--radix-navigation-menu-viewport-height);
929
+ }
930
+
931
+ .h-\[var\(--radix-select-trigger-height\)\] {
932
+ height: var(--radix-select-trigger-height);
933
+ }
934
+
935
+ .h-auto {
936
+ height: auto;
937
+ }
938
+
939
+ .h-fit {
940
+ height: fit-content;
941
+ }
942
+
943
+ .h-full {
944
+ height: 100%;
945
+ }
946
+
947
+ .max-h-\(--radix-dropdown-menu-content-available-height\) {
948
+ max-height: var(--radix-dropdown-menu-content-available-height);
949
+ }
950
+
951
+ .max-h-\(--radix-select-content-available-height\) {
952
+ max-height: var(--radix-select-content-available-height);
953
+ }
954
+
955
+ .max-h-48 {
956
+ max-height: calc(var(--spacing) * 48);
957
+ }
958
+
959
+ .max-h-\[300px\] {
960
+ max-height: 300px;
961
+ }
962
+
963
+ .min-h-\(--scale-lg\) {
964
+ min-height: var(--scale-lg);
965
+ }
966
+
967
+ .w-\(--cell-size\) {
968
+ width: var(--cell-size);
969
+ }
970
+
971
+ .w-\(--scale-control-xs\) {
972
+ width: var(--scale-control-xs);
973
+ }
974
+
975
+ .w-2 {
976
+ width: calc(var(--spacing) * 2);
977
+ }
978
+
979
+ .w-4 {
980
+ width: calc(var(--spacing) * 4);
981
+ }
982
+
983
+ .w-4\/5 {
984
+ width: 80%;
985
+ }
986
+
987
+ .w-6 {
988
+ width: calc(var(--spacing) * 6);
989
+ }
990
+
991
+ .w-72 {
992
+ width: calc(var(--spacing) * 72);
993
+ }
994
+
995
+ .w-\[100px\] {
996
+ width: 100px;
997
+ }
998
+
999
+ .w-\[150px\] {
1000
+ width: 150px;
1001
+ }
1002
+
1003
+ .w-\[200px\] {
1004
+ width: 200px;
1005
+ }
1006
+
1007
+ .w-\[250px\] {
1008
+ width: 250px;
1009
+ }
1010
+
1011
+ .w-\[300px\] {
1012
+ width: 300px;
1013
+ }
1014
+
1015
+ .w-\[350px\] {
1016
+ width: 350px;
1017
+ }
1018
+
1019
+ .w-\[400px\] {
1020
+ width: 400px;
1021
+ }
1022
+
1023
+ .w-\[500px\] {
1024
+ width: 500px;
1025
+ }
1026
+
1027
+ .w-\[800px\] {
1028
+ width: 800px;
1029
+ }
1030
+
1031
+ .w-\[calc\(2rem\+var\(--spacing-component-padding-xxs\)\*2\)\] {
1032
+ width: calc(2rem + var(--spacing-component-padding-xxs) * 2);
1033
+ }
1034
+
1035
+ .w-fit {
1036
+ width: fit-content;
1037
+ }
1038
+
1039
+ .w-full {
1040
+ width: 100%;
1041
+ }
1042
+
1043
+ .w-max {
1044
+ width: max-content;
1045
+ }
1046
+
1047
+ .max-w-\[calc\(100\%-\(2\*var\(--spacing-component-padding-xl\)\)\)\] {
1048
+ max-width: calc(100% - (2 * var(--spacing-component-padding-xl)));
1049
+ }
1050
+
1051
+ .max-w-max {
1052
+ max-width: max-content;
1053
+ }
1054
+
1055
+ .max-w-sm {
1056
+ max-width: var(--container-sm);
1057
+ }
1058
+
1059
+ .min-w-\(--cell-size\) {
1060
+ min-width: var(--cell-size);
1061
+ }
1062
+
1063
+ .min-w-\(--scale-control-lg\) {
1064
+ min-width: var(--scale-control-lg);
1065
+ }
1066
+
1067
+ .min-w-0 {
1068
+ min-width: calc(var(--spacing) * 0);
1069
+ }
1070
+
1071
+ .min-w-\[8rem\] {
1072
+ min-width: 8rem;
1073
+ }
1074
+
1075
+ .min-w-\[var\(--radix-select-trigger-width\)\] {
1076
+ min-width: var(--radix-select-trigger-width);
1077
+ }
1078
+
1079
+ .flex-1 {
1080
+ flex: 1;
1081
+ }
1082
+
1083
+ .shrink-0 {
1084
+ flex-shrink: 0;
1085
+ }
1086
+
1087
+ .caption-bottom {
1088
+ caption-side: bottom;
1089
+ }
1090
+
1091
+ .border-collapse {
1092
+ border-collapse: collapse;
1093
+ }
1094
+
1095
+ .origin-\(--radix-dropdown-menu-content-transform-origin\) {
1096
+ transform-origin: var(--radix-dropdown-menu-content-transform-origin);
1097
+ }
1098
+
1099
+ .origin-\(--radix-select-content-transform-origin\) {
1100
+ transform-origin: var(--radix-select-content-transform-origin);
1101
+ }
1102
+
1103
+ .origin-\(--radix-tooltip-content-transform-origin\) {
1104
+ transform-origin: var(--radix-tooltip-content-transform-origin);
1105
+ }
1106
+
1107
+ .translate-x-\[-50\%\] {
1108
+ --tw-translate-x: -50%;
1109
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1110
+ }
1111
+
1112
+ .translate-y-\[-50\%\] {
1113
+ --tw-translate-y: -50%;
1114
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1115
+ }
1116
+
1117
+ .translate-y-\[calc\(-50\%_-_2px\)\] {
1118
+ --tw-translate-y: calc(-50% - 2px);
1119
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1120
+ }
1121
+
1122
+ .rotate-45 {
1123
+ rotate: 45deg;
1124
+ }
1125
+
1126
+ .transform {
1127
+ transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
1128
+ }
1129
+
1130
+ .animate-in {
1131
+ animation: enter var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
1132
+ }
1133
+
1134
+ .animate-pulse {
1135
+ animation: var(--animate-pulse);
1136
+ }
1137
+
1138
+ .animate-spin {
1139
+ animation: var(--animate-spin);
1140
+ }
1141
+
1142
+ .cursor-default {
1143
+ cursor: default;
1144
+ }
1145
+
1146
+ .cursor-pointer {
1147
+ cursor: pointer;
1148
+ }
1149
+
1150
+ .cursor-text {
1151
+ cursor: text;
1152
+ }
1153
+
1154
+ .touch-none {
1155
+ touch-action: none;
1156
+ }
1157
+
1158
+ .resize-none {
1159
+ resize: none;
1160
+ }
1161
+
1162
+ .resize-y {
1163
+ resize: vertical;
1164
+ }
1165
+
1166
+ .scroll-my-1 {
1167
+ scroll-margin-block: calc(var(--spacing) * 1);
1168
+ }
1169
+
1170
+ .list-inside {
1171
+ list-style-position: inside;
1172
+ }
1173
+
1174
+ .list-disc {
1175
+ list-style-type: disc;
1176
+ }
1177
+
1178
+ .list-none {
1179
+ list-style-type: none;
1180
+ }
1181
+
1182
+ .auto-rows-min {
1183
+ grid-auto-rows: min-content;
1184
+ }
1185
+
1186
+ .grid-cols-10 {
1187
+ grid-template-columns: repeat(10, minmax(0, 1fr));
1188
+ }
1189
+
1190
+ .grid-rows-\[auto_auto\] {
1191
+ grid-template-rows: auto auto;
1192
+ }
1193
+
1194
+ .flex-col {
1195
+ flex-direction: column;
1196
+ }
1197
+
1198
+ .flex-col-reverse {
1199
+ flex-direction: column-reverse;
1200
+ }
1201
+
1202
+ .flex-row {
1203
+ flex-direction: row;
1204
+ }
1205
+
1206
+ .flex-wrap {
1207
+ flex-wrap: wrap;
1208
+ }
1209
+
1210
+ .place-content-center {
1211
+ place-content: center;
1212
+ }
1213
+
1214
+ .items-center {
1215
+ align-items: center;
1216
+ }
1217
+
1218
+ .items-center\! {
1219
+ align-items: center !important;
1220
+ }
1221
+
1222
+ .items-end {
1223
+ align-items: flex-end;
1224
+ }
1225
+
1226
+ .items-start {
1227
+ align-items: flex-start;
1228
+ }
1229
+
1230
+ .items-stretch {
1231
+ align-items: stretch;
1232
+ }
1233
+
1234
+ .justify-between {
1235
+ justify-content: space-between;
1236
+ }
1237
+
1238
+ .justify-center {
1239
+ justify-content: center;
1240
+ }
1241
+
1242
+ .justify-center\! {
1243
+ justify-content: center !important;
1244
+ }
1245
+
1246
+ .justify-end {
1247
+ justify-content: flex-end;
1248
+ }
1249
+
1250
+ .justify-start {
1251
+ justify-content: flex-start;
1252
+ }
1253
+
1254
+ .gap-\(--spacing-component-gap-2xl\) {
1255
+ gap: var(--spacing-component-gap-2xl);
1256
+ }
1257
+
1258
+ .gap-\(--spacing-component-gap-lg\) {
1259
+ gap: var(--spacing-component-gap-lg);
1260
+ }
1261
+
1262
+ .gap-\(--spacing-component-gap-md\) {
1263
+ gap: var(--spacing-component-gap-md);
1264
+ }
1265
+
1266
+ .gap-\(--spacing-component-padding-xs\) {
1267
+ gap: var(--spacing-component-padding-xs);
1268
+ }
1269
+
1270
+ .gap-1 {
1271
+ gap: calc(var(--spacing) * 1);
1272
+ }
1273
+
1274
+ .gap-1\.5 {
1275
+ gap: calc(var(--spacing) * 1.5);
1276
+ }
1277
+
1278
+ .gap-2 {
1279
+ gap: calc(var(--spacing) * 2);
1280
+ }
1281
+
1282
+ .gap-3 {
1283
+ gap: calc(var(--spacing) * 3);
1284
+ }
1285
+
1286
+ .gap-4 {
1287
+ gap: calc(var(--spacing) * 4);
1288
+ }
1289
+
1290
+ .gap-6 {
1291
+ gap: calc(var(--spacing) * 6);
1292
+ }
1293
+
1294
+ .gap-8 {
1295
+ gap: calc(var(--spacing) * 8);
1296
+ }
1297
+
1298
+ .gap-component-gap-2xl {
1299
+ gap: var(--spacing-9);
1300
+ }
1301
+
1302
+ .gap-component-gap-lg {
1303
+ gap: var(--spacing-5);
1304
+ }
1305
+
1306
+ .gap-component-gap-md {
1307
+ gap: var(--spacing-4);
1308
+ }
1309
+
1310
+ .gap-component-gap-none {
1311
+ gap: var(--spacing-0);
1312
+ }
1313
+
1314
+ .gap-component-gap-sm {
1315
+ gap: var(--spacing-3);
1316
+ }
1317
+
1318
+ .gap-component-gap-xl {
1319
+ gap: var(--spacing-7);
1320
+ }
1321
+
1322
+ .gap-component-gap-xs {
1323
+ gap: var(--spacing-2);
1324
+ }
1325
+
1326
+ .gap-component-gap-xs\! {
1327
+ gap: var(--spacing-2) !important;
1328
+ }
1329
+
1330
+ .gap-component-padding-md {
1331
+ gap: var(--spacing-4);
1332
+ }
1333
+
1334
+ :where(.space-y-1 > :not(:last-child)) {
1335
+ --tw-space-y-reverse: 0;
1336
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
1337
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
1338
+ }
1339
+
1340
+ :where(.space-y-2 > :not(:last-child)) {
1341
+ --tw-space-y-reverse: 0;
1342
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
1343
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
1344
+ }
1345
+
1346
+ :where(.space-y-4 > :not(:last-child)) {
1347
+ --tw-space-y-reverse: 0;
1348
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
1349
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
1350
+ }
1351
+
1352
+ .self-start {
1353
+ align-self: flex-start;
1354
+ }
1355
+
1356
+ .justify-self-end {
1357
+ justify-self: flex-end;
1358
+ }
1359
+
1360
+ .truncate {
1361
+ text-overflow: ellipsis;
1362
+ white-space: nowrap;
1363
+ overflow: hidden;
1364
+ }
1365
+
1366
+ .overflow-hidden {
1367
+ overflow: hidden;
1368
+ }
1369
+
1370
+ .overflow-x-auto {
1371
+ overflow-x: auto;
1372
+ }
1373
+
1374
+ .overflow-x-hidden {
1375
+ overflow-x: hidden;
1376
+ }
1377
+
1378
+ .overflow-y-auto {
1379
+ overflow-y: auto;
1380
+ }
1381
+
1382
+ .rounded-\(--radius-base\) {
1383
+ border-radius: var(--radius-base);
1384
+ }
1385
+
1386
+ .rounded-\(--radius-large\) {
1387
+ border-radius: var(--radius-large);
1388
+ }
1389
+
1390
+ .rounded-\(--radius-max\) {
1391
+ border-radius: var(--radius-max);
1392
+ }
1393
+
1394
+ .rounded-\(--radius-medium\) {
1395
+ border-radius: var(--radius-medium);
1396
+ }
1397
+
1398
+ .rounded-\(--radius-small\) {
1399
+ border-radius: var(--radius-small);
1400
+ }
1401
+
1402
+ .rounded-\[2px\] {
1403
+ border-radius: 2px;
1404
+ }
1405
+
1406
+ .rounded-\[inherit\] {
1407
+ border-radius: inherit;
1408
+ }
1409
+
1410
+ .rounded-full {
1411
+ border-radius: 3.40282e38px;
1412
+ }
1413
+
1414
+ .rounded-md {
1415
+ border-radius: var(--radius-md);
1416
+ }
1417
+
1418
+ .rounded-none {
1419
+ border-radius: 0;
1420
+ }
1421
+
1422
+ .rounded-xs {
1423
+ border-radius: var(--radius-xs);
1424
+ }
1425
+
1426
+ .rounded-l-md {
1427
+ border-top-left-radius: var(--radius-md);
1428
+ border-bottom-left-radius: var(--radius-md);
1429
+ }
1430
+
1431
+ .rounded-r-md {
1432
+ border-top-right-radius: var(--radius-md);
1433
+ border-bottom-right-radius: var(--radius-md);
1434
+ }
1435
+
1436
+ .border {
1437
+ border-style: var(--tw-border-style);
1438
+ border-width: 1px;
1439
+ }
1440
+
1441
+ .border-\(length\:--border-width-regular\) {
1442
+ border-style: var(--tw-border-style);
1443
+ border-width: var(--border-width-regular);
1444
+ }
1445
+
1446
+ .border-\(length\:--border-width-thin\) {
1447
+ border-style: var(--tw-border-style);
1448
+ border-width: var(--border-width-thin);
1449
+ }
1450
+
1451
+ .border-0 {
1452
+ border-style: var(--tw-border-style);
1453
+ border-width: 0;
1454
+ }
1455
+
1456
+ .border-t {
1457
+ border-top-style: var(--tw-border-style);
1458
+ border-top-width: 1px;
1459
+ }
1460
+
1461
+ .border-t-\(length\:--border-width-thin\) {
1462
+ border-top-style: var(--tw-border-style);
1463
+ border-top-width: var(--border-width-thin);
1464
+ }
1465
+
1466
+ .border-b {
1467
+ border-bottom-style: var(--tw-border-style);
1468
+ border-bottom-width: 1px;
1469
+ }
1470
+
1471
+ .border-b-\(length\:--border-width-thick\) {
1472
+ border-bottom-style: var(--tw-border-style);
1473
+ border-bottom-width: var(--border-width-thick);
1474
+ }
1475
+
1476
+ .border-b-\(length\:--border-width-thin\) {
1477
+ border-bottom-style: var(--tw-border-style);
1478
+ border-bottom-width: var(--border-width-thin);
1479
+ }
1480
+
1481
+ .border-l {
1482
+ border-left-style: var(--tw-border-style);
1483
+ border-left-width: 1px;
1484
+ }
1485
+
1486
+ .border-dashed {
1487
+ --tw-border-style: dashed;
1488
+ border-style: dashed;
1489
+ }
1490
+
1491
+ .border-none {
1492
+ --tw-border-style: none;
1493
+ border-style: none;
1494
+ }
1495
+
1496
+ .border-solid {
1497
+ --tw-border-style: solid;
1498
+ border-style: solid;
1499
+ }
1500
+
1501
+ .border-\(--border-color-default\) {
1502
+ border-color: var(--border-color-default);
1503
+ }
1504
+
1505
+ .border-\(--border-color-primary-default\) {
1506
+ border-color: var(--border-color-primary-default);
1507
+ }
1508
+
1509
+ .border-\(--border-color-secondary-default\) {
1510
+ border-color: var(--border-color-secondary-default);
1511
+ }
1512
+
1513
+ .border-\(--border-color-secondary-hover\) {
1514
+ border-color: var(--border-color-secondary-hover);
1515
+ }
1516
+
1517
+ .border-\(--border-color-surface\) {
1518
+ border-color: var(--border-color-surface);
1519
+ }
1520
+
1521
+ .border-transparent {
1522
+ border-color: #0000;
1523
+ }
1524
+
1525
+ .border-t-\(--border-color-default\) {
1526
+ border-top-color: var(--border-color-default);
1527
+ }
1528
+
1529
+ .border-t-transparent {
1530
+ border-top-color: #0000;
1531
+ }
1532
+
1533
+ .border-b-\(--border-color-default\) {
1534
+ border-bottom-color: var(--border-color-default);
1535
+ }
1536
+
1537
+ .border-b-transparent {
1538
+ border-bottom-color: #0000;
1539
+ }
1540
+
1541
+ .border-l-transparent {
1542
+ border-left-color: #0000;
1543
+ }
1544
+
1545
+ .bg-\(--border-color-default\) {
1546
+ background-color: var(--border-color-default);
1547
+ }
1548
+
1549
+ .bg-\(--border-color-divider\) {
1550
+ background-color: var(--border-color-divider);
1551
+ }
1552
+
1553
+ .bg-\(--color-bg-overlay-default\) {
1554
+ background-color: var(--color-bg-overlay-default);
1555
+ }
1556
+
1557
+ .bg-\(--color-bg-primary-default\) {
1558
+ background-color: var(--color-bg-primary-default);
1559
+ }
1560
+
1561
+ .bg-\(--color-bg-secondary-default\) {
1562
+ background-color: var(--color-bg-secondary-default);
1563
+ }
1564
+
1565
+ .bg-\(--color-bg-surface-accent\) {
1566
+ background-color: var(--color-bg-surface-accent);
1567
+ }
1568
+
1569
+ .bg-\(--color-bg-surface-alt\) {
1570
+ background-color: var(--color-bg-surface-alt);
1571
+ }
1572
+
1573
+ .bg-\(--color-bg-surface-default\) {
1574
+ background-color: var(--color-bg-surface-default);
1575
+ }
1576
+
1577
+ .bg-\(--color-bg-surface-muted\) {
1578
+ background-color: var(--color-bg-surface-muted);
1579
+ }
1580
+
1581
+ .bg-\(--color-data-progress-fill\) {
1582
+ background-color: var(--color-data-progress-fill);
1583
+ }
1584
+
1585
+ .bg-\(--color-data-progress-track\) {
1586
+ background-color: var(--color-data-progress-track);
1587
+ }
1588
+
1589
+ .bg-blue-500 {
1590
+ background-color: var(--color-blue-500);
1591
+ }
1592
+
1593
+ .bg-transparent {
1594
+ background-color: #0000;
1595
+ }
1596
+
1597
+ .bg-gradient-to-b {
1598
+ --tw-gradient-position: to bottom in oklab;
1599
+ background-image: linear-gradient(var(--tw-gradient-stops));
1600
+ }
1601
+
1602
+ .fill-\(--color-bg-surface-default\) {
1603
+ fill: var(--color-bg-surface-default);
1604
+ }
1605
+
1606
+ .fill-current {
1607
+ fill: currentColor;
1608
+ }
1609
+
1610
+ .p-0 {
1611
+ padding: calc(var(--spacing) * 0);
1612
+ }
1613
+
1614
+ .p-2 {
1615
+ padding: calc(var(--spacing) * 2);
1616
+ }
1617
+
1618
+ .p-3 {
1619
+ padding: calc(var(--spacing) * 3);
1620
+ }
1621
+
1622
+ .p-4 {
1623
+ padding: calc(var(--spacing) * 4);
1624
+ }
1625
+
1626
+ .p-6 {
1627
+ padding: calc(var(--spacing) * 6);
1628
+ }
1629
+
1630
+ .p-10 {
1631
+ padding: calc(var(--spacing) * 10);
1632
+ }
1633
+
1634
+ .p-component-padding-xs {
1635
+ padding: var(--spacing-2);
1636
+ }
1637
+
1638
+ .p-px {
1639
+ padding: 1px;
1640
+ }
1641
+
1642
+ .px-\(--cell-size\) {
1643
+ padding-inline: var(--cell-size);
1644
+ }
1645
+
1646
+ .px-\(--spacing-component-padding-2xl\) {
1647
+ padding-inline: var(--spacing-component-padding-2xl);
1648
+ }
1649
+
1650
+ .px-2 {
1651
+ padding-inline: calc(var(--spacing) * 2);
1652
+ }
1653
+
1654
+ .px-3 {
1655
+ padding-inline: calc(var(--spacing) * 3);
1656
+ }
1657
+
1658
+ .px-4 {
1659
+ padding-inline: calc(var(--spacing) * 4);
1660
+ }
1661
+
1662
+ .px-component-padding-2xl {
1663
+ padding-inline: var(--spacing-8);
1664
+ }
1665
+
1666
+ .px-component-padding-lg {
1667
+ padding-inline: var(--spacing-5);
1668
+ }
1669
+
1670
+ .px-component-padding-lg\! {
1671
+ padding-inline: var(--spacing-5) !important;
1672
+ }
1673
+
1674
+ .px-component-padding-md {
1675
+ padding-inline: var(--spacing-4);
1676
+ }
1677
+
1678
+ .px-component-padding-sm {
1679
+ padding-inline: var(--spacing-3);
1680
+ }
1681
+
1682
+ .px-component-padding-xl {
1683
+ padding-inline: var(--spacing-6);
1684
+ }
1685
+
1686
+ .px-component-padding-xs {
1687
+ padding-inline: var(--spacing-2);
1688
+ }
1689
+
1690
+ .px-component-padding-xxs {
1691
+ padding-inline: var(--spacing-1);
1692
+ }
1693
+
1694
+ .py-\(--spacing-component-padding-2xl\) {
1695
+ padding-block: var(--spacing-component-padding-2xl);
1696
+ }
1697
+
1698
+ .py-1\.5 {
1699
+ padding-block: calc(var(--spacing) * 1.5);
1700
+ }
1701
+
1702
+ .py-2 {
1703
+ padding-block: calc(var(--spacing) * 2);
1704
+ }
1705
+
1706
+ .py-component-padding-2xl {
1707
+ padding-block: var(--spacing-8);
1708
+ }
1709
+
1710
+ .py-component-padding-lg {
1711
+ padding-block: var(--spacing-5);
1712
+ }
1713
+
1714
+ .py-component-padding-lg\! {
1715
+ padding-block: var(--spacing-5) !important;
1716
+ }
1717
+
1718
+ .py-component-padding-md {
1719
+ padding-block: var(--spacing-4);
1720
+ }
1721
+
1722
+ .py-component-padding-sm {
1723
+ padding-block: var(--spacing-3);
1724
+ }
1725
+
1726
+ .py-component-padding-xl {
1727
+ padding-block: var(--spacing-6);
1728
+ }
1729
+
1730
+ .py-component-padding-xs {
1731
+ padding-block: var(--spacing-2);
1732
+ }
1733
+
1734
+ .py-component-padding-xxs {
1735
+ padding-block: var(--spacing-1);
1736
+ }
1737
+
1738
+ .pt-4 {
1739
+ padding-top: calc(var(--spacing) * 4);
1740
+ }
1741
+
1742
+ .pr-component-padding-md {
1743
+ padding-right: var(--spacing-4);
1744
+ }
1745
+
1746
+ .pr-component-padding-sm {
1747
+ padding-right: var(--spacing-3);
1748
+ }
1749
+
1750
+ .pl-component-padding-md {
1751
+ padding-left: var(--spacing-4);
1752
+ }
1753
+
1754
+ .pl-component-padding-sm {
1755
+ padding-left: var(--spacing-3);
1756
+ }
1757
+
1758
+ .text-center {
1759
+ text-align: center;
1760
+ }
1761
+
1762
+ .text-left {
1763
+ text-align: left;
1764
+ }
1765
+
1766
+ .text-right {
1767
+ text-align: right;
1768
+ }
1769
+
1770
+ .align-middle {
1771
+ vertical-align: middle;
1772
+ }
1773
+
1774
+ .typo-body-md {
1775
+ font-size: var(--font-size-body-md);
1776
+ line-height: var(--line-height-body-md);
1777
+ font-weight: var(--font-font-weight-body-normal);
1778
+ letter-spacing: var(--font-letter-spacing-body);
1779
+ }
1780
+
1781
+ .typo-body-sm {
1782
+ font-size: var(--font-size-body-sm);
1783
+ line-height: var(--line-height-body-sm);
1784
+ font-weight: var(--font-font-weight-body-normal);
1785
+ letter-spacing: var(--font-letter-spacing-body);
1786
+ }
1787
+
1788
+ .typo-body-sm\! {
1789
+ font-size: var(--font-size-body-sm) !important;
1790
+ line-height: var(--line-height-body-sm) !important;
1791
+ font-weight: var(--font-font-weight-body-normal) !important;
1792
+ letter-spacing: var(--font-letter-spacing-body) !important;
1793
+ }
1794
+
1795
+ .typo-body-xs {
1796
+ font-size: var(--font-size-body-xs);
1797
+ line-height: var(--line-height-body-xs);
1798
+ font-weight: var(--font-font-weight-body-normal);
1799
+ letter-spacing: var(--font-letter-spacing-body);
1800
+ }
1801
+
1802
+ .typo-heading-md {
1803
+ font-size: var(--font-size-heading-md);
1804
+ line-height: var(--line-height-heading-md);
1805
+ font-weight: var(--font-font-weight-heading-bold);
1806
+ letter-spacing: var(--font-letter-spacing-heading);
1807
+ }
1808
+
1809
+ .typo-heading-sm {
1810
+ font-size: var(--font-size-heading-sm);
1811
+ line-height: var(--line-height-heading-sm);
1812
+ font-weight: var(--font-font-weight-heading-bold);
1813
+ letter-spacing: var(--font-letter-spacing-heading);
1814
+ }
1815
+
1816
+ .typo-productive-caption {
1817
+ font-size: var(--font-size-productive-caption);
1818
+ line-height: var(--line-height-productive-caption);
1819
+ font-weight: var(--font-font-weight-productive-normal);
1820
+ letter-spacing: var(--font-letter-spacing-productive);
1821
+ }
1822
+
1823
+ .typo-productive-code-sm {
1824
+ font-size: var(--font-size-productive-code-sm);
1825
+ line-height: var(--line-height-productive-code-sm);
1826
+ font-weight: var(--font-weight-productive-normal);
1827
+ letter-spacing: var(--font-letter-spacing-productive);
1828
+ }
1829
+
1830
+ .typo-productive-label-md {
1831
+ font-size: var(--font-size-productive-label-md);
1832
+ line-height: var(--line-height-productive-label-md);
1833
+ font-weight: var(--font-weight-productive-normal);
1834
+ letter-spacing: var(--font-letter-spacing-productive);
1835
+ }
1836
+
1837
+ .typo-productive-label-sm {
1838
+ font-size: var(--font-size-productive-label-sm);
1839
+ line-height: var(--line-height-productive-label-sm);
1840
+ font-weight: var(--font-weight-productive-normal);
1841
+ letter-spacing: var(--font-letter-spacing-productive);
1842
+ }
1843
+
1844
+ .text-lg {
1845
+ font-size: var(--text-lg);
1846
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1847
+ }
1848
+
1849
+ .text-sm {
1850
+ font-size: var(--text-sm);
1851
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1852
+ }
1853
+
1854
+ .text-xs {
1855
+ font-size: var(--text-xs);
1856
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1857
+ }
1858
+
1859
+ .leading-none {
1860
+ --tw-leading: 1;
1861
+ line-height: 1;
1862
+ }
1863
+
1864
+ .leading-snug {
1865
+ --tw-leading: var(--leading-snug);
1866
+ line-height: var(--leading-snug);
1867
+ }
1868
+
1869
+ .leading-tight {
1870
+ --tw-leading: var(--leading-tight);
1871
+ line-height: var(--leading-tight);
1872
+ }
1873
+
1874
+ .font-bold {
1875
+ --tw-font-weight: var(--font-weight-bold);
1876
+ font-weight: var(--font-weight-bold);
1877
+ }
1878
+
1879
+ .font-medium {
1880
+ --tw-font-weight: var(--font-weight-medium);
1881
+ font-weight: var(--font-weight-medium);
1882
+ }
1883
+
1884
+ .font-normal {
1885
+ --tw-font-weight: var(--font-weight-normal);
1886
+ font-weight: var(--font-weight-normal);
1887
+ }
1888
+
1889
+ .font-semibold {
1890
+ --tw-font-weight: var(--font-weight-semibold);
1891
+ font-weight: var(--font-weight-semibold);
1892
+ }
1893
+
1894
+ .text-balance {
1895
+ text-wrap: balance;
1896
+ }
1897
+
1898
+ .text-wrap {
1899
+ text-wrap: wrap;
1900
+ }
1901
+
1902
+ .whitespace-nowrap {
1903
+ white-space: nowrap;
1904
+ }
1905
+
1906
+ .whitespace-pre-wrap {
1907
+ white-space: pre-wrap;
1908
+ }
1909
+
1910
+ .text-\(--color-state-error-default\) {
1911
+ color: var(--color-state-error-default);
1912
+ }
1913
+
1914
+ .text-\(--font-color-disabled\) {
1915
+ color: var(--font-color-disabled);
1916
+ }
1917
+
1918
+ .text-\(--font-color-inverse-default\) {
1919
+ color: var(--font-color-inverse-default);
1920
+ }
1921
+
1922
+ .text-\(--font-color-link-default\) {
1923
+ color: var(--font-color-link-default);
1924
+ }
1925
+
1926
+ .text-\(--font-color-onbrand-default\) {
1927
+ color: var(--font-color-onbrand-default);
1928
+ }
1929
+
1930
+ .text-\(--font-color-primary-default\) {
1931
+ color: var(--font-color-primary-default);
1932
+ }
1933
+
1934
+ .text-\(--font-color-primary-muted\) {
1935
+ color: var(--font-color-primary-muted);
1936
+ }
1937
+
1938
+ .text-\(--font-color-secondary-default\) {
1939
+ color: var(--font-color-secondary-default);
1940
+ }
1941
+
1942
+ .text-\(--font-color-secondary-default\)\! {
1943
+ color: var(--font-color-secondary-default) !important;
1944
+ }
1945
+
1946
+ .text-\(--icon-color-onbrand-default\) {
1947
+ color: var(--icon-color-onbrand-default);
1948
+ }
1949
+
1950
+ .text-\(--icon-color-primary-default\) {
1951
+ color: var(--icon-color-primary-default);
1952
+ }
1953
+
1954
+ .text-\(--icon-color-primary-muted\) {
1955
+ color: var(--icon-color-primary-muted);
1956
+ }
1957
+
1958
+ .text-current {
1959
+ color: currentColor;
1960
+ }
1961
+
1962
+ .text-green-600 {
1963
+ color: var(--color-green-600);
1964
+ }
1965
+
1966
+ .text-white {
1967
+ color: var(--color-white);
1968
+ }
1969
+
1970
+ .no-underline {
1971
+ text-decoration-line: none;
1972
+ }
1973
+
1974
+ .opacity-0 {
1975
+ opacity: 0;
1976
+ }
1977
+
1978
+ .opacity-50 {
1979
+ opacity: .5;
1980
+ }
1981
+
1982
+ .opacity-70 {
1983
+ opacity: .7;
1984
+ }
1985
+
1986
+ .shadow-lg {
1987
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
1988
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1989
+ }
1990
+
1991
+ .shadow-none {
1992
+ --tw-shadow: 0 0 #0000;
1993
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1994
+ }
1995
+
1996
+ .shadow-none\! {
1997
+ --tw-shadow: 0 0 #0000 !important;
1998
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
1999
+ }
2000
+
2001
+ .ring-\(length\:--border-width-thin\) {
2002
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(var(--border-width-thin) + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2003
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2004
+ }
2005
+
2006
+ .ring-0 {
2007
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2008
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2009
+ }
2010
+
2011
+ .boxshadow-lg {
2012
+ box-shadow: 4px 4px var(--effect-blur-surface-md) 0 var(--effect-shadow-level-2);
2013
+ }
2014
+
2015
+ .boxshadow-lg\! {
2016
+ box-shadow: 4px 4px var(--effect-blur-surface-md) 0 var(--effect-shadow-level-2) !important;
2017
+ }
2018
+
2019
+ .boxshadow-md {
2020
+ box-shadow: 2px 2px var(--effect-blur-surface-lg) 0 var(--effect-shadow-level-2);
2021
+ }
2022
+
2023
+ .boxshadow-sm {
2024
+ box-shadow: 2px 2px var(--effect-blur-surface-md) 0 var(--effect-shadow-level-2);
2025
+ }
2026
+
2027
+ .ring-\(--border-color-default\) {
2028
+ --tw-ring-color: var(--border-color-default);
2029
+ }
2030
+
2031
+ .ring-transparent {
2032
+ --tw-ring-color: transparent;
2033
+ }
2034
+
2035
+ .outline-hidden {
2036
+ --tw-outline-style: none;
2037
+ outline-style: none;
2038
+ }
2039
+
2040
+ @media (forced-colors: active) {
2041
+ .outline-hidden {
2042
+ outline-offset: 2px;
2043
+ outline: 2px solid #0000;
2044
+ }
2045
+ }
2046
+
2047
+ .outline {
2048
+ outline-style: var(--tw-outline-style);
2049
+ outline-width: 1px;
2050
+ }
2051
+
2052
+ .filter {
2053
+ filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
2054
+ }
2055
+
2056
+ .transition {
2057
+ 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;
2058
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2059
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2060
+ }
2061
+
2062
+ .transition-\[color\,background-color\] {
2063
+ transition-property: color, background-color;
2064
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2065
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2066
+ }
2067
+
2068
+ .transition-\[color\,box-shadow\] {
2069
+ transition-property: color, box-shadow;
2070
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2071
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2072
+ }
2073
+
2074
+ .transition-all {
2075
+ transition-property: all;
2076
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2077
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2078
+ }
2079
+
2080
+ .transition-colors {
2081
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
2082
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2083
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2084
+ }
2085
+
2086
+ .transition-opacity {
2087
+ transition-property: opacity;
2088
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2089
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2090
+ }
2091
+
2092
+ .transition-transform {
2093
+ transition-property: transform, translate, scale, rotate;
2094
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2095
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2096
+ }
2097
+
2098
+ .transition-none {
2099
+ transition-property: none;
2100
+ }
2101
+
2102
+ .duration-200 {
2103
+ --tw-duration: .2s;
2104
+ transition-duration: .2s;
2105
+ }
2106
+
2107
+ .duration-300 {
2108
+ --tw-duration: .3s;
2109
+ transition-duration: .3s;
2110
+ }
2111
+
2112
+ .fade-in-0 {
2113
+ --tw-enter-opacity: 0;
2114
+ }
2115
+
2116
+ .outline-none {
2117
+ --tw-outline-style: none;
2118
+ outline-style: none;
2119
+ }
2120
+
2121
+ .select-none {
2122
+ -webkit-user-select: none;
2123
+ user-select: none;
2124
+ }
2125
+
2126
+ .zoom-in-95 {
2127
+ --tw-enter-scale: .95;
2128
+ }
2129
+
2130
+ .\[--cell-size\:--spacing\(8\)\] {
2131
+ --cell-size: calc(var(--spacing) * 8);
2132
+ }
2133
+
2134
+ .gradient-primary-horizontal {
2135
+ background: linear-gradient(90deg, var(--color-gradient-primary-start) 0%, var(--color-gradient-primary-end) 100%);
2136
+ }
2137
+
2138
+ .gradient-primary-vertical {
2139
+ background: linear-gradient(180deg, var(--color-gradient-primary-start) 0%, var(--color-gradient-primary-end) 100%);
2140
+ }
2141
+
2142
+ .group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled="true"] *) {
2143
+ pointer-events: none;
2144
+ }
2145
+
2146
+ .group-data-\[disabled\=true\]\:text-\(--font-color-disabled\):is(:where(.group)[data-disabled="true"] *) {
2147
+ color: var(--font-color-disabled);
2148
+ }
2149
+
2150
+ .group-data-\[disabled\=true\]\/input-group\:opacity-\(--opacity-state-disabled\):is(:where(.group\/input-group)[data-disabled="true"] *) {
2151
+ opacity: var(--opacity-state-disabled);
2152
+ }
2153
+
2154
+ .group-data-\[state\=checked\]\:hidden:is(:where(.group)[data-state="checked"] *) {
2155
+ display: none;
2156
+ }
2157
+
2158
+ .group-data-\[state\=open\]\:rotate-180:is(:where(.group)[data-state="open"] *) {
2159
+ rotate: 180deg;
2160
+ }
2161
+
2162
+ .group-data-\[variant\=bottom-border\]\:rounded-none:is(:where(.group)[data-variant="bottom-border"] *) {
2163
+ border-radius: 0;
2164
+ }
2165
+
2166
+ .group-data-\[variant\=bottom-border\]\:border-b-\(length\:--border-width-thick\):is(:where(.group)[data-variant="bottom-border"] *) {
2167
+ border-bottom-style: var(--tw-border-style);
2168
+ border-bottom-width: var(--border-width-thick);
2169
+ }
2170
+
2171
+ .group-data-\[variant\=bottom-border\]\:border-b-transparent:is(:where(.group)[data-variant="bottom-border"] *) {
2172
+ border-bottom-color: #0000;
2173
+ }
2174
+
2175
+ .group-data-\[variant\=bottom-border\]\:text-\(--font-color-primary-muted\):is(:where(.group)[data-variant="bottom-border"] *) {
2176
+ color: var(--font-color-primary-muted);
2177
+ }
2178
+
2179
+ .group-data-\[variant\=custom\]\/accordion\:gap-component-gap-sm:is(:where(.group\/accordion)[data-variant="custom"] *) {
2180
+ gap: var(--spacing-3);
2181
+ }
2182
+
2183
+ .group-data-\[variant\=custom\]\/accordion\:py-component-padding-lg:is(:where(.group\/accordion)[data-variant="custom"] *) {
2184
+ padding-block: var(--spacing-5);
2185
+ }
2186
+
2187
+ .group-data-\[variant\=custom\]\/accordion\:pt-component-gap-xs:is(:where(.group\/accordion)[data-variant="custom"] *) {
2188
+ padding-top: var(--spacing-2);
2189
+ }
2190
+
2191
+ .group-data-\[variant\=custom\]\/accordion\:typo-body-sm:is(:where(.group\/accordion)[data-variant="custom"] *) {
2192
+ font-size: var(--font-size-body-sm);
2193
+ line-height: var(--line-height-body-sm);
2194
+ font-weight: var(--font-font-weight-body-normal);
2195
+ letter-spacing: var(--font-letter-spacing-body);
2196
+ }
2197
+
2198
+ .group-data-\[variant\=custom\]\/accordion\:text-\(--font-color-primary-muted\):is(:where(.group\/accordion)[data-variant="custom"] *) {
2199
+ color: var(--font-color-primary-muted);
2200
+ }
2201
+
2202
+ .group-data-\[variant\=default\]\/accordion\:gap-component-gap-sm:is(:where(.group\/accordion)[data-variant="default"] *) {
2203
+ gap: var(--spacing-3);
2204
+ }
2205
+
2206
+ .group-data-\[variant\=default\]\/accordion\:py-component-padding-lg:is(:where(.group\/accordion)[data-variant="default"] *) {
2207
+ padding-block: var(--spacing-5);
2208
+ }
2209
+
2210
+ .group-data-\[variant\=default\]\/accordion\:pt-component-gap-xs:is(:where(.group\/accordion)[data-variant="default"] *) {
2211
+ padding-top: var(--spacing-2);
2212
+ }
2213
+
2214
+ .group-data-\[variant\=default\]\/accordion\:text-\(--font-color-primary-muted\):is(:where(.group\/accordion)[data-variant="default"] *) {
2215
+ color: var(--font-color-primary-muted);
2216
+ }
2217
+
2218
+ .group-data-\[variant\=gradient\]\:bg-\(--color-bg-surface-muted\):is(:where(.group)[data-variant="gradient"] *) {
2219
+ background-color: var(--color-bg-surface-muted);
2220
+ }
2221
+
2222
+ .group-data-\[variant\=gradient\]\:text-\(--font-color-primary-muted\):is(:where(.group)[data-variant="gradient"] *) {
2223
+ color: var(--font-color-primary-muted);
2224
+ }
2225
+
2226
+ .group-data-\[variant\=outline\]\/field-group\:-mb-2:is(:where(.group\/field-group)[data-variant="outline"] *) {
2227
+ margin-bottom: calc(var(--spacing) * -2);
2228
+ }
2229
+
2230
+ .group-data-\[variant\=outline\]\/input-group\:text-\(--font-color-primary-default\):is(:where(.group\/input-group)[data-variant="outline"] *) {
2231
+ color: var(--font-color-primary-default);
2232
+ }
2233
+
2234
+ .group-data-\[variant\=solid\]\:bg-\(--color-bg-surface-muted\):is(:where(.group)[data-variant="solid"] *) {
2235
+ background-color: var(--color-bg-surface-muted);
2236
+ }
2237
+
2238
+ .group-data-\[variant\=solid\]\:text-\(--font-color-primary-muted\):is(:where(.group)[data-variant="solid"] *) {
2239
+ color: var(--font-color-primary-muted);
2240
+ }
2241
+
2242
+ .group-data-\[variant\=solid\]\/input-group\:text-\(--font-color-primary-default\):is(:where(.group\/input-group)[data-variant="solid"] *) {
2243
+ color: var(--font-color-primary-default);
2244
+ }
2245
+
2246
+ .group-data-\[variant\=solid-ghost\]\:text-\(--font-color-primary-muted\):is(:where(.group)[data-variant="solid-ghost"] *) {
2247
+ color: var(--font-color-primary-muted);
2248
+ }
2249
+
2250
+ .group-data-\[variant\=solid-line\]\:border-\(length\:--border-width-thin\):is(:where(.group)[data-variant="solid-line"] *) {
2251
+ border-style: var(--tw-border-style);
2252
+ border-width: var(--border-width-thin);
2253
+ }
2254
+
2255
+ .group-data-\[variant\=solid-line\]\:border-\(--border-color-primary-default\):is(:where(.group)[data-variant="solid-line"] *) {
2256
+ border-color: var(--border-color-primary-default);
2257
+ }
2258
+
2259
+ .group-data-\[variant\=solid-line\]\:bg-\(--color-bg-surface-default\):is(:where(.group)[data-variant="solid-line"] *) {
2260
+ background-color: var(--color-bg-surface-default);
2261
+ }
2262
+
2263
+ .group-data-\[variant\=solid-line\]\:text-\(--font-color-onbrand-hover\):is(:where(.group)[data-variant="solid-line"] *) {
2264
+ color: var(--font-color-onbrand-hover);
2265
+ }
2266
+
2267
+ .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *) {
2268
+ display: block;
2269
+ }
2270
+
2271
+ .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:text-center:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *), .group-data-\[vaul-drawer-direction\=top\]\/drawer-content\:text-center:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="top"] *) {
2272
+ text-align: center;
2273
+ }
2274
+
2275
+ .group-data-\[viewport\=false\]\/navigation-menu\:top-full:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2276
+ top: 100%;
2277
+ }
2278
+
2279
+ .group-data-\[viewport\=false\]\/navigation-menu\:mt-1:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2280
+ margin-top: calc(var(--spacing) * 1);
2281
+ }
2282
+
2283
+ .group-data-\[viewport\=false\]\/navigation-menu\:overflow-hidden:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2284
+ overflow: hidden;
2285
+ }
2286
+
2287
+ .group-data-\[viewport\=false\]\/navigation-menu\:duration-200:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
2288
+ --tw-duration: .2s;
2289
+ transition-duration: .2s;
2290
+ }
2291
+
2292
+ .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
2293
+ cursor: not-allowed;
2294
+ }
2295
+
2296
+ .peer-disabled\:text-\(--font-color-disabled\):is(:where(.peer):disabled ~ *) {
2297
+ color: var(--font-color-disabled);
2298
+ }
2299
+
2300
+ .peer-data-\[disabled\=true\]\:pointer-events-none:is(:where(.peer)[data-disabled="true"] ~ *) {
2301
+ pointer-events: none;
2302
+ }
2303
+
2304
+ .peer-data-\[disabled\=true\]\:text-\(--font-color-disabled\):is(:where(.peer)[data-disabled="true"] ~ *) {
2305
+ color: var(--font-color-disabled);
2306
+ }
2307
+
2308
+ .group-data-\[variant\=outline\]\/input-group\:placeholder\:text-\(--font-color-primary-muted\):is(:where(.group\/input-group)[data-variant="outline"] *)::placeholder, .group-data-\[variant\=solid\]\/input-group\:placeholder\:text-\(--font-color-primary-muted\):is(:where(.group\/input-group)[data-variant="solid"] *)::placeholder {
2309
+ color: var(--font-color-primary-muted);
2310
+ }
2311
+
2312
+ .last\:border-b-0:last-child {
2313
+ border-bottom-style: var(--tw-border-style);
2314
+ border-bottom-width: 0;
2315
+ }
2316
+
2317
+ .last\:bg-\(--color-bg-surface-alt\):last-child {
2318
+ background-color: var(--color-bg-surface-alt);
2319
+ }
2320
+
2321
+ .empty\:hidden:empty {
2322
+ display: none;
2323
+ }
2324
+
2325
+ @media (hover: hover) {
2326
+ .hover\:border-\(length\:--border-width-thin\):hover {
2327
+ border-style: var(--tw-border-style);
2328
+ border-width: var(--border-width-thin);
2329
+ }
2330
+
2331
+ .hover\:border-\(--border-color-default\):hover {
2332
+ border-color: var(--border-color-default);
2333
+ }
2334
+
2335
+ .hover\:border-\(--border-color-primary-default\):hover {
2336
+ border-color: var(--border-color-primary-default);
2337
+ }
2338
+
2339
+ .hover\:border-\(--border-color-primary-hover\):hover {
2340
+ border-color: var(--border-color-primary-hover);
2341
+ }
2342
+
2343
+ .hover\:bg-\(--color-bg-overlay-default\):hover {
2344
+ background-color: var(--color-bg-overlay-default);
2345
+ }
2346
+
2347
+ .hover\:bg-\(--color-bg-primary-default\):hover {
2348
+ background-color: var(--color-bg-primary-default);
2349
+ }
2350
+
2351
+ .hover\:bg-\(--color-bg-primary-hover\):hover {
2352
+ background-color: var(--color-bg-primary-hover);
2353
+ }
2354
+
2355
+ .hover\:bg-\(--color-bg-primary-muted\):hover {
2356
+ background-color: var(--color-bg-primary-muted);
2357
+ }
2358
+
2359
+ .hover\:bg-\(--color-bg-secondary-hover\):hover {
2360
+ background-color: var(--color-bg-secondary-hover);
2361
+ }
2362
+
2363
+ .hover\:bg-\(--color-bg-surface-accent\):hover {
2364
+ background-color: var(--color-bg-surface-accent);
2365
+ }
2366
+
2367
+ .hover\:bg-\(--color-bg-surface-default\):hover {
2368
+ background-color: var(--color-bg-surface-default);
2369
+ }
2370
+
2371
+ .hover\:bg-\(--color-bg-surface-muted\):hover {
2372
+ background-color: var(--color-bg-surface-muted);
2373
+ }
2374
+
2375
+ .hover\:bg-blue-600:hover {
2376
+ background-color: var(--color-blue-600);
2377
+ }
2378
+
2379
+ .hover\:bg-transparent:hover {
2380
+ background-color: #0000;
2381
+ }
2382
+
2383
+ .hover\:text-\(--font-color-link-hover\):hover {
2384
+ color: var(--font-color-link-hover);
2385
+ }
2386
+
2387
+ .hover\:text-\(--font-color-onbrand-default\):hover {
2388
+ color: var(--font-color-onbrand-default);
2389
+ }
2390
+
2391
+ .hover\:text-\(--font-color-onbrand-hover\):hover {
2392
+ color: var(--font-color-onbrand-hover);
2393
+ }
2394
+
2395
+ .hover\:text-\(--font-color-primary-default\):hover {
2396
+ color: var(--font-color-primary-default);
2397
+ }
2398
+
2399
+ .hover\:underline:hover {
2400
+ text-decoration-line: underline;
2401
+ }
2402
+
2403
+ .hover\:opacity-100:hover {
2404
+ opacity: 1;
2405
+ }
2406
+
2407
+ .hover\:ring-\(--border-color-primary-default\):hover {
2408
+ --tw-ring-color: var(--border-color-primary-default);
2409
+ }
2410
+
2411
+ .hover\:gradient-primary-hover-vertical:hover {
2412
+ background: linear-gradient(180deg, var(--color-gradient-primary-hover-start) 0%, var(--color-gradient-primary-hover-end) 100%);
2413
+ }
2414
+
2415
+ .hover\:gradient-primary-vertical:hover {
2416
+ background: linear-gradient(180deg, var(--color-gradient-primary-start) 0%, var(--color-gradient-primary-end) 100%);
2417
+ }
2418
+
2419
+ .group-data-\[variant\=bottom-border\]\:hover\:text-\(--font-color-primary-default\):is(:where(.group)[data-variant="bottom-border"] *):hover {
2420
+ color: var(--font-color-primary-default);
2421
+ }
2422
+
2423
+ .group-data-\[variant\=gradient\]\:hover\:bg-\(--color-bg-surface-accent\):is(:where(.group)[data-variant="gradient"] *):hover {
2424
+ background-color: var(--color-bg-surface-accent);
2425
+ }
2426
+
2427
+ .group-data-\[variant\=gradient\]\:hover\:text-\(--font-color-primary-muted\):is(:where(.group)[data-variant="gradient"] *):hover {
2428
+ color: var(--font-color-primary-muted);
2429
+ }
2430
+
2431
+ .group-data-\[variant\=solid\]\:hover\:bg-\(--color-bg-surface-accent\):is(:where(.group)[data-variant="solid"] *):hover {
2432
+ background-color: var(--color-bg-surface-accent);
2433
+ }
2434
+
2435
+ .group-data-\[variant\=solid\]\:hover\:text-\(--font-color-primary-muted\):is(:where(.group)[data-variant="solid"] *):hover {
2436
+ color: var(--font-color-primary-muted);
2437
+ }
2438
+
2439
+ .group-data-\[variant\=solid-ghost\]\:hover\:bg-\(--color-bg-surface-muted\):is(:where(.group)[data-variant="solid-ghost"] *):hover {
2440
+ background-color: var(--color-bg-surface-muted);
2441
+ }
2442
+
2443
+ .group-data-\[variant\=solid-ghost\]\:hover\:text-\(--font-color-primary-muted\):is(:where(.group)[data-variant="solid-ghost"] *):hover {
2444
+ color: var(--font-color-primary-muted);
2445
+ }
2446
+
2447
+ .group-data-\[variant\=solid-line\]\:hover\:border-\(--border-color-primary-hover\):is(:where(.group)[data-variant="solid-line"] *):hover {
2448
+ border-color: var(--border-color-primary-hover);
2449
+ }
2450
+
2451
+ .group-data-\[variant\=solid-line\]\:hover\:bg-\(--color-bg-surface-default\):is(:where(.group)[data-variant="solid-line"] *):hover {
2452
+ background-color: var(--color-bg-surface-default);
2453
+ }
2454
+
2455
+ .group-data-\[variant\=solid-line\]\:hover\:text-\(--font-color-onbrand-hover\):is(:where(.group)[data-variant="solid-line"] *):hover {
2456
+ color: var(--font-color-onbrand-hover);
2457
+ }
2458
+ }
2459
+
2460
+ .focus\:bg-\(--color-bg-primary-muted\):focus {
2461
+ background-color: var(--color-bg-primary-muted);
2462
+ }
2463
+
2464
+ .focus\:text-\(--font-color-primary-default\):focus {
2465
+ color: var(--font-color-primary-default);
2466
+ }
2467
+
2468
+ .focus\:shadow-md:focus {
2469
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
2470
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2471
+ }
2472
+
2473
+ .focus\:ring-0:focus {
2474
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2475
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2476
+ }
2477
+
2478
+ .focus\:ring-2:focus {
2479
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2480
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2481
+ }
2482
+
2483
+ .focus\:ring-offset-2:focus {
2484
+ --tw-ring-offset-width: 2px;
2485
+ --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2486
+ }
2487
+
2488
+ .focus\:outline-hidden:focus {
2489
+ --tw-outline-style: none;
2490
+ outline-style: none;
2491
+ }
2492
+
2493
+ @media (forced-colors: active) {
2494
+ .focus\:outline-hidden:focus {
2495
+ outline-offset: 2px;
2496
+ outline: 2px solid #0000;
2497
+ }
2498
+ }
2499
+
2500
+ .focus\:outline-none:focus {
2501
+ --tw-outline-style: none;
2502
+ outline-style: none;
2503
+ }
2504
+
2505
+ .focus-visible\:ring-0:focus-visible {
2506
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2507
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2508
+ }
2509
+
2510
+ .focus-visible\:outline-none:focus-visible {
2511
+ --tw-outline-style: none;
2512
+ outline-style: none;
2513
+ }
2514
+
2515
+ .disabled\:pointer-events-none:disabled {
2516
+ pointer-events: none;
2517
+ }
2518
+
2519
+ .disabled\:cursor-not-allowed:disabled {
2520
+ cursor: not-allowed;
2521
+ }
2522
+
2523
+ .disabled\:border-\(--border-color-default\):disabled {
2524
+ border-color: var(--border-color-default);
2525
+ }
2526
+
2527
+ .disabled\:border-\(--border-color-disabled\):disabled {
2528
+ border-color: var(--border-color-disabled);
2529
+ }
2530
+
2531
+ .disabled\:bg-\(--color-bg-disabled\):disabled {
2532
+ background-color: var(--color-bg-disabled);
2533
+ }
2534
+
2535
+ .disabled\:bg-\(--color-bg-surface-default\):disabled {
2536
+ background-color: var(--color-bg-surface-default);
2537
+ }
2538
+
2539
+ .disabled\:bg-\(--color-bg-surface-muted\):disabled {
2540
+ background-color: var(--color-bg-surface-muted);
2541
+ }
2542
+
2543
+ .disabled\:text-\(--font-color-disabled\):disabled {
2544
+ color: var(--font-color-disabled);
2545
+ }
2546
+
2547
+ .disabled\:text-\(--font-color-link-default\):disabled {
2548
+ color: var(--font-color-link-default);
2549
+ }
2550
+
2551
+ .disabled\:text-\(--font-color-onbrand-default\):disabled {
2552
+ color: var(--font-color-onbrand-default);
2553
+ }
2554
+
2555
+ .disabled\:opacity-\(--opacity-state-disabled\):disabled {
2556
+ opacity: var(--opacity-state-disabled);
2557
+ }
2558
+
2559
+ .disabled\:opacity-50:disabled {
2560
+ opacity: .5;
2561
+ }
2562
+
2563
+ .disabled\:gradient-primary-vertical:disabled {
2564
+ background: linear-gradient(180deg, var(--color-gradient-primary-start) 0%, var(--color-gradient-primary-end) 100%);
2565
+ }
2566
+
2567
+ .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot="card-action"]) {
2568
+ grid-template-columns: 1fr auto;
2569
+ }
2570
+
2571
+ .has-\[\[data-slot\=input-group\]\[data-disabled\=true\]\]\:pointer-events-none:has([data-slot="input-group"][data-disabled="true"]) {
2572
+ pointer-events: none;
2573
+ }
2574
+
2575
+ .has-\[\[data-slot\=input-group\]\[data-disabled\=true\]\]\:text-\(--font-color-disabled\):has([data-slot="input-group"][data-disabled="true"]) {
2576
+ color: var(--font-color-disabled);
2577
+ }
2578
+
2579
+ .has-\[\[data-slot\~\=input-group-control\]\:focus-visible\]\:border-none:has([data-slot~="input-group-control"]:focus-visible) {
2580
+ --tw-border-style: none;
2581
+ border-style: none;
2582
+ }
2583
+
2584
+ .has-\[\[data-slot\~\=input-group-control\]\:focus-visible\]\:bg-\(--color-bg-surface-default\):has([data-slot~="input-group-control"]:focus-visible) {
2585
+ background-color: var(--color-bg-surface-default);
2586
+ }
2587
+
2588
+ .has-\[\[data-slot\~\=input-group-control\]\:focus-visible\]\:bg-\(--color-bg-surface-muted\):has([data-slot~="input-group-control"]:focus-visible) {
2589
+ background-color: var(--color-bg-surface-muted);
2590
+ }
2591
+
2592
+ .has-\[\[data-slot\~\=input-group-control\]\:focus-visible\]\:ring-\(--border-color-focus\):has([data-slot~="input-group-control"]:focus-visible) {
2593
+ --tw-ring-color: var(--border-color-focus);
2594
+ }
2595
+
2596
+ .has-\[\[data-slot\~\=input-group-control\]\:focus-visible\]\:ring-\(--border-width-regular\):has([data-slot~="input-group-control"]:focus-visible) {
2597
+ --tw-ring-color: var(--border-width-regular);
2598
+ }
2599
+
2600
+ .has-\[\[data-slot\~\=input-group-control\]\:not\(\:placeholder-shown\)\[aria-invalid\=false\]\]\:bg-\(--color-bg-surface-default\):has([data-slot~="input-group-control"]:not(:placeholder-shown)[aria-invalid="false"]) {
2601
+ background-color: var(--color-bg-surface-default);
2602
+ }
2603
+
2604
+ .has-\[\[data-slot\~\=input-group-control\]\:not\(\:placeholder-shown\)\[aria-invalid\=false\]\]\:bg-\(--color-state-success-subtle\):has([data-slot~="input-group-control"]:not(:placeholder-shown)[aria-invalid="false"]) {
2605
+ background-color: var(--color-state-success-subtle);
2606
+ }
2607
+
2608
+ .has-\[\[data-slot\~\=input-group-control\]\:not\(\:placeholder-shown\)\[aria-invalid\=false\]\]\:ring-\(--color-state-success-default\):has([data-slot~="input-group-control"]:not(:placeholder-shown)[aria-invalid="false"]) {
2609
+ --tw-ring-color: var(--color-state-success-default);
2610
+ }
2611
+
2612
+ .has-\[\[data-slot\~\=input-group-control\]\[aria-invalid\=true\]\]\:bg-\(--color-bg-surface-default\):has([data-slot~="input-group-control"][aria-invalid="true"]) {
2613
+ background-color: var(--color-bg-surface-default);
2614
+ }
2615
+
2616
+ .has-\[\[data-slot\~\=input-group-control\]\[aria-invalid\=true\]\]\:bg-\(--color-state-error-subtle\):has([data-slot~="input-group-control"][aria-invalid="true"]) {
2617
+ background-color: var(--color-state-error-subtle);
2618
+ }
2619
+
2620
+ .has-\[\[data-slot\~\=input-group-control\]\[aria-invalid\=true\]\]\:ring-\(--color-state-error-default\):has([data-slot~="input-group-control"][aria-invalid="true"]) {
2621
+ --tw-ring-color: var(--color-state-error-default);
2622
+ }
2623
+
2624
+ .has-\[\>\[data-align\=block-end\]\]\:h-auto:has( > [data-align="block-end"]) {
2625
+ height: auto;
2626
+ }
2627
+
2628
+ .has-\[\>\[data-align\=block-end\]\]\:flex-col:has( > [data-align="block-end"]) {
2629
+ flex-direction: column;
2630
+ }
2631
+
2632
+ .has-\[\>\[data-align\=block-start\]\]\:h-auto:has( > [data-align="block-start"]) {
2633
+ height: auto;
2634
+ }
2635
+
2636
+ .has-\[\>\[data-align\=block-start\]\]\:flex-col:has( > [data-align="block-start"]) {
2637
+ flex-direction: column;
2638
+ }
2639
+
2640
+ .has-\[\>\[data-slot\=checkbox-group\]\]\:gap-component-gap-md:has( > [data-slot="checkbox-group"]) {
2641
+ gap: var(--spacing-4);
2642
+ }
2643
+
2644
+ .has-\[\>\[data-slot\=field-content\]\]\:items-start:has( > [data-slot="field-content"]) {
2645
+ align-items: flex-start;
2646
+ }
2647
+
2648
+ .has-\[\>\[data-slot\=radio-group\]\]\:gap-component-gap-md:has( > [data-slot="radio-group"]) {
2649
+ gap: var(--spacing-4);
2650
+ }
2651
+
2652
+ .has-\[\>input\:disabled\]\:opacity-\(--opacity-state-disabled\):has( > input:disabled) {
2653
+ opacity: var(--opacity-state-disabled);
2654
+ }
2655
+
2656
+ .has-\[\>textarea\]\:h-auto:has( > textarea) {
2657
+ height: auto;
2658
+ }
2659
+
2660
+ .has-\[\>textarea\:disabled\]\:opacity-\(--opacity-state-disabled\):has( > textarea:disabled) {
2661
+ opacity: var(--opacity-state-disabled);
2662
+ }
2663
+
2664
+ .aria-disabled\:cursor-not-allowed[aria-disabled="true"] {
2665
+ cursor: not-allowed;
2666
+ }
2667
+
2668
+ .aria-disabled\:opacity-\(--opacity-state-disabled\)[aria-disabled="true"] {
2669
+ opacity: var(--opacity-state-disabled);
2670
+ }
2671
+
2672
+ .aria-disabled\:opacity-50[aria-disabled="true"] {
2673
+ opacity: .5;
2674
+ }
2675
+
2676
+ .group-data-\[variant\=outline\]\/input-group\:aria-invalid\:text-\(--font-color-primary-default\):is(:where(.group\/input-group)[data-variant="outline"] *)[aria-invalid="true"], .group-data-\[variant\=solid\]\/input-group\:aria-invalid\:text-\(--font-color-primary-default\):is(:where(.group\/input-group)[data-variant="solid"] *)[aria-invalid="true"], .group-data-\[variant\=outline\]\/input-group\:aria-\[aria-invalid\=false\]\:text-\(--font-color-primary-default\):is(:where(.group\/input-group)[data-variant="outline"] *)[aria-aria-invalid="false"], .group-data-\[variant\=solid\]\/input-group\:aria-\[aria-invalid\=false\]\:text-\(--font-color-primary-default\):is(:where(.group\/input-group)[data-variant="solid"] *)[aria-aria-invalid="false"] {
2677
+ color: var(--font-color-primary-default);
2678
+ }
2679
+
2680
+ .data-\[active\=true\]\:bg-\(--color-bg-primary-muted\)[data-active="true"] {
2681
+ background-color: var(--color-bg-primary-muted);
2682
+ }
2683
+
2684
+ .data-\[active\=true\]\:text-\(--font-color-primary-default\)[data-active="true"] {
2685
+ color: var(--font-color-primary-default);
2686
+ }
2687
+
2688
+ .data-\[disabled\]\:pointer-events-none[data-disabled] {
2689
+ pointer-events: none;
2690
+ }
2691
+
2692
+ .data-\[disabled\]\:text-\(--font-color-disabled\)[data-disabled] {
2693
+ color: var(--font-color-disabled);
2694
+ }
2695
+
2696
+ .data-\[invalid\=true\]\:text-\(--color-state-error-default\)[data-invalid="true"] {
2697
+ color: var(--color-state-error-default);
2698
+ }
2699
+
2700
+ .data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion="from-end"] {
2701
+ --tw-enter-translate-x: calc(52 * var(--spacing));
2702
+ }
2703
+
2704
+ .data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion="from-start"] {
2705
+ --tw-enter-translate-x: calc(52 * var(--spacing) * -1);
2706
+ }
2707
+
2708
+ .data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion="to-end"] {
2709
+ --tw-exit-translate-x: calc(52 * var(--spacing));
2710
+ }
2711
+
2712
+ .data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion="to-start"] {
2713
+ --tw-exit-translate-x: calc(52 * var(--spacing) * -1);
2714
+ }
2715
+
2716
+ .data-\[motion\^\=from-\]\:animate-in[data-motion^="from-"] {
2717
+ animation: enter var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
2718
+ }
2719
+
2720
+ .data-\[motion\^\=from-\]\:fade-in[data-motion^="from-"] {
2721
+ --tw-enter-opacity: 0;
2722
+ }
2723
+
2724
+ .data-\[motion\^\=to-\]\:animate-out[data-motion^="to-"] {
2725
+ animation: exit var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
2726
+ }
2727
+
2728
+ .data-\[motion\^\=to-\]\:fade-out[data-motion^="to-"] {
2729
+ --tw-exit-opacity: 0;
2730
+ }
2731
+
2732
+ .data-\[orientation\=horizontal\]\:h-px[data-orientation="horizontal"] {
2733
+ height: 1px;
2734
+ }
2735
+
2736
+ .data-\[orientation\=horizontal\]\:w-full[data-orientation="horizontal"] {
2737
+ width: 100%;
2738
+ }
2739
+
2740
+ .data-\[orientation\=vertical\]\:h-full[data-orientation="vertical"] {
2741
+ height: 100%;
2742
+ }
2743
+
2744
+ .data-\[orientation\=vertical\]\:w-px[data-orientation="vertical"] {
2745
+ width: 1px;
2746
+ }
2747
+
2748
+ .data-\[placeholder\]\:text-\(--font-color-primary-muted\)[data-placeholder] {
2749
+ color: var(--font-color-primary-muted);
2750
+ }
2751
+
2752
+ .data-\[range-end\=true\]\:rounded-\(--radius-small\)[data-range-end="true"] {
2753
+ border-radius: var(--radius-small);
2754
+ }
2755
+
2756
+ .data-\[range-end\=true\]\:rounded-r-md[data-range-end="true"] {
2757
+ border-top-right-radius: var(--radius-md);
2758
+ border-bottom-right-radius: var(--radius-md);
2759
+ }
2760
+
2761
+ .data-\[range-end\=true\]\:bg-\(--color-bg-primary-default\)[data-range-end="true"] {
2762
+ background-color: var(--color-bg-primary-default);
2763
+ }
2764
+
2765
+ .data-\[range-end\=true\]\:text-\(--font-color-inverse-default\)[data-range-end="true"] {
2766
+ color: var(--font-color-inverse-default);
2767
+ }
2768
+
2769
+ .data-\[range-middle\=true\]\:rounded-none[data-range-middle="true"] {
2770
+ border-radius: 0;
2771
+ }
2772
+
2773
+ .data-\[range-middle\=true\]\:bg-\(--color-bg-surface-muted\)[data-range-middle="true"] {
2774
+ background-color: var(--color-bg-surface-muted);
2775
+ }
2776
+
2777
+ .data-\[range-middle\=true\]\:text-\(--font-color-primary-default\)[data-range-middle="true"] {
2778
+ color: var(--font-color-primary-default);
2779
+ }
2780
+
2781
+ .data-\[range-start\=true\]\:rounded-\(--radius-small\)[data-range-start="true"] {
2782
+ border-radius: var(--radius-small);
2783
+ }
2784
+
2785
+ .data-\[range-start\=true\]\:rounded-l-md[data-range-start="true"] {
2786
+ border-top-left-radius: var(--radius-md);
2787
+ border-bottom-left-radius: var(--radius-md);
2788
+ }
2789
+
2790
+ .data-\[range-start\=true\]\:bg-\(--color-bg-primary-default\)[data-range-start="true"] {
2791
+ background-color: var(--color-bg-primary-default);
2792
+ }
2793
+
2794
+ .data-\[range-start\=true\]\:text-\(--font-color-inverse-default\)[data-range-start="true"] {
2795
+ color: var(--font-color-inverse-default);
2796
+ }
2797
+
2798
+ .data-\[selected-single\=true\]\:bg-\(--color-bg-primary-default\)[data-selected-single="true"] {
2799
+ background-color: var(--color-bg-primary-default);
2800
+ }
2801
+
2802
+ .data-\[selected-single\=true\]\:text-\(--font-color-inverse-default\)[data-selected-single="true"] {
2803
+ color: var(--font-color-inverse-default);
2804
+ }
2805
+
2806
+ .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
2807
+ --tw-translate-y: calc(var(--spacing) * 1);
2808
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2809
+ }
2810
+
2811
+ .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
2812
+ --tw-enter-translate-y: calc(2 * var(--spacing) * -1);
2813
+ }
2814
+
2815
+ .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
2816
+ --tw-translate-x: calc(var(--spacing) * -1);
2817
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2818
+ }
2819
+
2820
+ .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
2821
+ --tw-enter-translate-x: calc(2 * var(--spacing));
2822
+ }
2823
+
2824
+ .data-\[side\=right\]\:translate-x-1[data-side="right"] {
2825
+ --tw-translate-x: calc(var(--spacing) * 1);
2826
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2827
+ }
2828
+
2829
+ .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
2830
+ --tw-enter-translate-x: calc(2 * var(--spacing) * -1);
2831
+ }
2832
+
2833
+ .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
2834
+ --tw-translate-y: calc(var(--spacing) * -1);
2835
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2836
+ }
2837
+
2838
+ .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
2839
+ --tw-enter-translate-y: calc(2 * var(--spacing));
2840
+ }
2841
+
2842
+ .data-\[slot\=checkbox-group\]\:gap-component-gap-md[data-slot="checkbox-group"] {
2843
+ gap: var(--spacing-4);
2844
+ }
2845
+
2846
+ :is(.\*\*\:data-\[slot\=navigation-menu-link\]\:outline-none *)[data-slot="navigation-menu-link"] {
2847
+ --tw-outline-style: none;
2848
+ outline-style: none;
2849
+ }
2850
+
2851
+ :is(.\*\:data-\[slot\=select-value\]\:line-clamp-1 > *)[data-slot="select-value"] {
2852
+ -webkit-line-clamp: 1;
2853
+ -webkit-box-orient: vertical;
2854
+ display: -webkit-box;
2855
+ overflow: hidden;
2856
+ }
2857
+
2858
+ :is(.\*\:data-\[slot\=select-value\]\:flex > *)[data-slot="select-value"] {
2859
+ display: flex;
2860
+ }
2861
+
2862
+ :is(.\*\:data-\[slot\=select-value\]\:items-center > *)[data-slot="select-value"] {
2863
+ align-items: center;
2864
+ }
2865
+
2866
+ :is(.\*\:data-\[slot\=select-value\]\:gap-\(--spacing-component-padding-xs\) > *)[data-slot="select-value"] {
2867
+ gap: var(--spacing-component-padding-xs);
2868
+ }
2869
+
2870
+ .data-\[spacing\=0\]\:rounded-none[data-spacing="0"] {
2871
+ border-radius: 0;
2872
+ }
2873
+
2874
+ .data-\[spacing\=0\]\:shadow-none[data-spacing="0"] {
2875
+ --tw-shadow: 0 0 #0000;
2876
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2877
+ }
2878
+
2879
+ .data-\[spacing\=0\]\:first\:rounded-l-md[data-spacing="0"]:first-child {
2880
+ border-top-left-radius: var(--radius-md);
2881
+ border-bottom-left-radius: var(--radius-md);
2882
+ }
2883
+
2884
+ .data-\[spacing\=0\]\:last\:rounded-r-md[data-spacing="0"]:last-child {
2885
+ border-top-right-radius: var(--radius-md);
2886
+ border-bottom-right-radius: var(--radius-md);
2887
+ }
2888
+
2889
+ .group-data-\[variant\=bottom-border\]\:data-\[state\=active\]\:border-b-\(length\:--border-width-thick\):is(:where(.group)[data-variant="bottom-border"] *)[data-state="active"] {
2890
+ border-bottom-style: var(--tw-border-style);
2891
+ border-bottom-width: var(--border-width-thick);
2892
+ }
2893
+
2894
+ .group-data-\[variant\=bottom-border\]\:data-\[state\=active\]\:border-b-\(--border-color-primary-default\):is(:where(.group)[data-variant="bottom-border"] *)[data-state="active"] {
2895
+ border-bottom-color: var(--border-color-primary-default);
2896
+ }
2897
+
2898
+ .group-data-\[variant\=bottom-border\]\:data-\[state\=active\]\:text-\(--font-color-primary-default\):is(:where(.group)[data-variant="bottom-border"] *)[data-state="active"] {
2899
+ color: var(--font-color-primary-default);
2900
+ }
2901
+
2902
+ .group-data-\[variant\=gradient\]\:data-\[state\=active\]\:text-\(--font-color-onbrand-default\):is(:where(.group)[data-variant="gradient"] *)[data-state="active"] {
2903
+ color: var(--font-color-onbrand-default);
2904
+ }
2905
+
2906
+ .group-data-\[variant\=gradient\]\:data-\[state\=active\]\:gradient-primary-vertical:is(:where(.group)[data-variant="gradient"] *)[data-state="active"] {
2907
+ background: linear-gradient(180deg, var(--color-gradient-primary-start) 0%, var(--color-gradient-primary-end) 100%);
2908
+ }
2909
+
2910
+ .group-data-\[variant\=solid\]\:data-\[state\=active\]\:bg-\(--color-bg-primary-default\):is(:where(.group)[data-variant="solid"] *)[data-state="active"] {
2911
+ background-color: var(--color-bg-primary-default);
2912
+ }
2913
+
2914
+ .group-data-\[variant\=solid\]\:data-\[state\=active\]\:text-\(--font-color-onbrand-default\):is(:where(.group)[data-variant="solid"] *)[data-state="active"] {
2915
+ color: var(--font-color-onbrand-default);
2916
+ }
2917
+
2918
+ .group-data-\[variant\=solid-ghost\]\:data-\[state\=active\]\:bg-\(--color-bg-primary-default\):is(:where(.group)[data-variant="solid-ghost"] *)[data-state="active"] {
2919
+ background-color: var(--color-bg-primary-default);
2920
+ }
2921
+
2922
+ .group-data-\[variant\=solid-ghost\]\:data-\[state\=active\]\:text-\(--font-color-onbrand-default\):is(:where(.group)[data-variant="solid-ghost"] *)[data-state="active"] {
2923
+ color: var(--font-color-onbrand-default);
2924
+ }
2925
+
2926
+ .group-data-\[variant\=solid-line\]\:data-\[state\=active\]\:bg-\(--color-bg-primary-default\):is(:where(.group)[data-variant="solid-line"] *)[data-state="active"] {
2927
+ background-color: var(--color-bg-primary-default);
2928
+ }
2929
+
2930
+ .group-data-\[variant\=solid-line\]\:data-\[state\=active\]\:text-\(--font-color-onbrand-default\):is(:where(.group)[data-variant="solid-line"] *)[data-state="active"] {
2931
+ color: var(--font-color-onbrand-default);
2932
+ }
2933
+
2934
+ .data-\[state\=checked\]\:translate-x-\[1rem\][data-state="checked"] {
2935
+ --tw-translate-x: 1rem;
2936
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2937
+ }
2938
+
2939
+ .data-\[state\=checked\]\:border-\(--border-color-primary-default\)[data-state="checked"] {
2940
+ border-color: var(--border-color-primary-default);
2941
+ }
2942
+
2943
+ .data-\[state\=checked\]\:bg-\(--color-bg-primary-default\)[data-state="checked"] {
2944
+ background-color: var(--color-bg-primary-default);
2945
+ }
2946
+
2947
+ .data-\[state\=checked\]\:text-\(--font-color-primary-default\)[data-state="checked"] {
2948
+ color: var(--font-color-primary-default);
2949
+ }
2950
+
2951
+ .data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
2952
+ animation: accordion-up var(--tw-animation-duration, var(--tw-duration, .2s)) var(--tw-ease, ease-out) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
2953
+ }
2954
+
2955
+ .data-\[state\=closed\]\:animate-out[data-state="closed"] {
2956
+ animation: exit var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
2957
+ }
2958
+
2959
+ .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
2960
+ --tw-exit-opacity: 0;
2961
+ }
2962
+
2963
+ .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
2964
+ --tw-exit-scale: .95;
2965
+ }
2966
+
2967
+ .group-data-\[variant\=custom\]\/accordion\:data-\[state\=closed\]\:text-\(--font-color-primary-default\):is(:where(.group\/accordion)[data-variant="custom"] *)[data-state="closed"], .group-data-\[variant\=default\]\/accordion\:data-\[state\=closed\]\:text-\(--font-color-primary-default\):is(:where(.group\/accordion)[data-variant="default"] *)[data-state="closed"] {
2968
+ color: var(--font-color-primary-default);
2969
+ }
2970
+
2971
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:animate-out:is(:where(.group\/navigation-menu)[data-viewport="false"] *)[data-state="closed"] {
2972
+ animation: exit var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
2973
+ }
2974
+
2975
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:fade-out-0:is(:where(.group\/navigation-menu)[data-viewport="false"] *)[data-state="closed"] {
2976
+ --tw-exit-opacity: 0;
2977
+ }
2978
+
2979
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:zoom-out-95:is(:where(.group\/navigation-menu)[data-viewport="false"] *)[data-state="closed"] {
2980
+ --tw-exit-scale: .95;
2981
+ }
2982
+
2983
+ .data-\[state\=hidden\]\:animate-out[data-state="hidden"] {
2984
+ animation: exit var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
2985
+ }
2986
+
2987
+ .data-\[state\=hidden\]\:fade-out[data-state="hidden"] {
2988
+ --tw-exit-opacity: 0;
2989
+ }
2990
+
2991
+ .data-\[state\=on\]\:border-\(--border-color-secondary-default\)[data-state="on"] {
2992
+ border-color: var(--border-color-secondary-default);
2993
+ }
2994
+
2995
+ .data-\[state\=on\]\:bg-\(--color-bg-primary-default\)[data-state="on"] {
2996
+ background-color: var(--color-bg-primary-default);
2997
+ }
2998
+
2999
+ .data-\[state\=on\]\:bg-\(--color-bg-secondary-default\)[data-state="on"] {
3000
+ background-color: var(--color-bg-secondary-default);
3001
+ }
3002
+
3003
+ .data-\[state\=on\]\:text-\(--font-color-primary-default\)[data-state="on"] {
3004
+ color: var(--font-color-primary-default);
3005
+ }
3006
+
3007
+ .data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
3008
+ animation: accordion-down var(--tw-animation-duration, var(--tw-duration, .2s)) var(--tw-ease, ease-out) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
3009
+ }
3010
+
3011
+ .data-\[state\=open\]\:animate-in[data-state="open"] {
3012
+ animation: enter var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
3013
+ }
3014
+
3015
+ .data-\[state\=open\]\:border-\(--border-color-default\)[data-state="open"] {
3016
+ border-color: var(--border-color-default);
3017
+ }
3018
+
3019
+ .data-\[state\=open\]\:border-b-\(--icon-color-primary-default\)[data-state="open"] {
3020
+ border-bottom-color: var(--icon-color-primary-default);
3021
+ }
3022
+
3023
+ .data-\[state\=open\]\:bg-\(--color-bg-primary-default\)[data-state="open"] {
3024
+ background-color: var(--color-bg-primary-default);
3025
+ }
3026
+
3027
+ .data-\[state\=open\]\:bg-\(--color-bg-surface-muted\)[data-state="open"] {
3028
+ background-color: var(--color-bg-surface-muted);
3029
+ }
3030
+
3031
+ .data-\[state\=open\]\:pb-component-padding-lg[data-state="open"] {
3032
+ padding-bottom: var(--spacing-5);
3033
+ }
3034
+
3035
+ .data-\[state\=open\]\:text-\(--font-color-primary-default\)[data-state="open"] {
3036
+ color: var(--font-color-primary-default);
3037
+ }
3038
+
3039
+ .data-\[state\=open\]\:fade-in-0[data-state="open"] {
3040
+ --tw-enter-opacity: 0;
3041
+ }
3042
+
3043
+ .data-\[state\=open\]\:zoom-in-90[data-state="open"] {
3044
+ --tw-enter-scale: .9;
3045
+ }
3046
+
3047
+ .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
3048
+ --tw-enter-scale: .95;
3049
+ }
3050
+
3051
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:animate-in:is(:where(.group\/navigation-menu)[data-viewport="false"] *)[data-state="open"] {
3052
+ animation: enter var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
3053
+ }
3054
+
3055
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:fade-in-0:is(:where(.group\/navigation-menu)[data-viewport="false"] *)[data-state="open"] {
3056
+ --tw-enter-opacity: 0;
3057
+ }
3058
+
3059
+ .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:zoom-in-95:is(:where(.group\/navigation-menu)[data-viewport="false"] *)[data-state="open"] {
3060
+ --tw-enter-scale: .95;
3061
+ }
3062
+
3063
+ @media (hover: hover) {
3064
+ .data-\[state\=open\]\:hover\:border-\(--border-color-default\)[data-state="open"]:hover {
3065
+ border-color: var(--border-color-default);
3066
+ }
3067
+
3068
+ .data-\[state\=open\]\:hover\:bg-\(--color-bg-surface-accent\)[data-state="open"]:hover {
3069
+ background-color: var(--color-bg-surface-accent);
3070
+ }
3071
+ }
3072
+
3073
+ .data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
3074
+ --tw-translate-x: calc(var(--spacing) * 0);
3075
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3076
+ }
3077
+
3078
+ .data-\[state\=unchecked\]\:bg-\(--color-bg-disabled\)[data-state="unchecked"] {
3079
+ background-color: var(--color-bg-disabled);
3080
+ }
3081
+
3082
+ .data-\[state\=visible\]\:animate-in[data-state="visible"] {
3083
+ animation: enter var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
3084
+ }
3085
+
3086
+ .data-\[state\=visible\]\:fade-in[data-state="visible"] {
3087
+ --tw-enter-opacity: 0;
3088
+ }
3089
+
3090
+ .data-\[variant\=label\]\:text-sm[data-variant="label"] {
3091
+ font-size: var(--text-sm);
3092
+ line-height: var(--tw-leading, var(--text-sm--line-height));
3093
+ }
3094
+
3095
+ .data-\[variant\=legend\]\:text-base[data-variant="legend"] {
3096
+ font-size: var(--text-base);
3097
+ line-height: var(--tw-leading, var(--text-base--line-height));
3098
+ }
3099
+
3100
+ .data-\[spacing\=0\]\:data-\[variant\=outline\]\:border-l-0[data-spacing="0"][data-variant="outline"] {
3101
+ border-left-style: var(--tw-border-style);
3102
+ border-left-width: 0;
3103
+ }
3104
+
3105
+ .data-\[spacing\=0\]\:data-\[variant\=outline\]\:first\:border-l[data-spacing="0"][data-variant="outline"]:first-child {
3106
+ border-left-style: var(--tw-border-style);
3107
+ border-left-width: 1px;
3108
+ }
3109
+
3110
+ .data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction="bottom"] {
3111
+ inset-inline: calc(var(--spacing) * 0);
3112
+ }
3113
+
3114
+ .data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction="bottom"] {
3115
+ bottom: calc(var(--spacing) * 0);
3116
+ }
3117
+
3118
+ .data-\[vaul-drawer-direction\=bottom\]\:mt-24[data-vaul-drawer-direction="bottom"] {
3119
+ margin-top: calc(var(--spacing) * 24);
3120
+ }
3121
+
3122
+ .data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\][data-vaul-drawer-direction="bottom"] {
3123
+ max-height: 80vh;
3124
+ }
3125
+
3126
+ .data-\[vaul-drawer-direction\=bottom\]\:rounded-t-\(--radius-large\)[data-vaul-drawer-direction="bottom"] {
3127
+ border-top-left-radius: var(--radius-large);
3128
+ border-top-right-radius: var(--radius-large);
3129
+ }
3130
+
3131
+ .data-\[vaul-drawer-direction\=bottom\]\:border-t-\[length\:--border-width-thin\][data-vaul-drawer-direction="bottom"] {
3132
+ border-top-style: var(--tw-border-style);
3133
+ border-top-width: --border-width-thin;
3134
+ }
3135
+
3136
+ .data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction="left"] {
3137
+ inset-block: calc(var(--spacing) * 0);
3138
+ }
3139
+
3140
+ .data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction="left"] {
3141
+ left: calc(var(--spacing) * 0);
3142
+ }
3143
+
3144
+ .data-\[vaul-drawer-direction\=left\]\:w-3\/4[data-vaul-drawer-direction="left"] {
3145
+ width: 75%;
3146
+ }
3147
+
3148
+ .data-\[vaul-drawer-direction\=left\]\:border-r-\[length\:--border-width-thin\][data-vaul-drawer-direction="left"] {
3149
+ border-right-style: var(--tw-border-style);
3150
+ border-right-width: --border-width-thin;
3151
+ }
3152
+
3153
+ .data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction="right"] {
3154
+ inset-block: calc(var(--spacing) * 0);
3155
+ }
3156
+
3157
+ .data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction="right"] {
3158
+ right: calc(var(--spacing) * 0);
3159
+ }
3160
+
3161
+ .data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction="right"] {
3162
+ width: 75%;
3163
+ }
3164
+
3165
+ .data-\[vaul-drawer-direction\=right\]\:border-l-\[length\:--border-width-thin\][data-vaul-drawer-direction="right"] {
3166
+ border-left-style: var(--tw-border-style);
3167
+ border-left-width: --border-width-thin;
3168
+ }
3169
+
3170
+ .data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction="top"] {
3171
+ inset-inline: calc(var(--spacing) * 0);
3172
+ }
3173
+
3174
+ .data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction="top"] {
3175
+ top: calc(var(--spacing) * 0);
3176
+ }
3177
+
3178
+ .data-\[vaul-drawer-direction\=top\]\:mb-24[data-vaul-drawer-direction="top"] {
3179
+ margin-bottom: calc(var(--spacing) * 24);
3180
+ }
3181
+
3182
+ .data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\][data-vaul-drawer-direction="top"] {
3183
+ max-height: 80vh;
3184
+ }
3185
+
3186
+ .data-\[vaul-drawer-direction\=top\]\:rounded-b-\(--radius-large\)[data-vaul-drawer-direction="top"] {
3187
+ border-bottom-right-radius: var(--radius-large);
3188
+ border-bottom-left-radius: var(--radius-large);
3189
+ }
3190
+
3191
+ .data-\[vaul-drawer-direction\=top\]\:border-b-\[length\:--border-width-thin\][data-vaul-drawer-direction="top"] {
3192
+ border-bottom-style: var(--tw-border-style);
3193
+ border-bottom-width: --border-width-thin;
3194
+ }
3195
+
3196
+ @media (min-width: 40rem) {
3197
+ .data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction="left"], .data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction="right"] {
3198
+ max-width: var(--container-sm);
3199
+ }
3200
+ }
3201
+
3202
+ @media (min-width: 48rem) {
3203
+ .md\:grid-cols-2 {
3204
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3205
+ }
3206
+
3207
+ .md\:flex-row {
3208
+ flex-direction: row;
3209
+ }
3210
+
3211
+ .md\:text-left {
3212
+ text-align: left;
3213
+ }
3214
+ }
3215
+
3216
+ @media (min-width: 64rem) {
3217
+ .lg\:grid-cols-\[\.75fr_1fr\] {
3218
+ grid-template-columns: .75fr 1fr;
3219
+ }
3220
+ }
3221
+
3222
+ @container field-group (min-width: 28rem) {
3223
+ .\@md\/field-group\:flex-row {
3224
+ flex-direction: row;
3225
+ }
3226
+
3227
+ .\@md\/field-group\:items-center {
3228
+ align-items: center;
3229
+ }
3230
+
3231
+ .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:items-start:has( > [data-slot="field-content"]) {
3232
+ align-items: flex-start;
3233
+ }
3234
+ }
3235
+
3236
+ .\[\&_svg\]\:pointer-events-none svg {
3237
+ pointer-events: none;
3238
+ }
3239
+
3240
+ .\[\&_svg\]\:ml-auto svg {
3241
+ margin-left: auto;
3242
+ }
3243
+
3244
+ .\[\&_svg\]\:size-\(--icon-size-medium\) svg {
3245
+ width: var(--icon-size-medium);
3246
+ height: var(--icon-size-medium);
3247
+ }
3248
+
3249
+ .\[\&_svg\]\:size-\(--icon-size-medium\)\! svg {
3250
+ width: var(--icon-size-medium) !important;
3251
+ height: var(--icon-size-medium) !important;
3252
+ }
3253
+
3254
+ .\[\&_svg\]\:size-\(--icon-size-micro\) svg {
3255
+ width: var(--icon-size-micro);
3256
+ height: var(--icon-size-micro);
3257
+ }
3258
+
3259
+ .\[\&_svg\]\:size-\(--icon-size-small\) svg {
3260
+ width: var(--icon-size-small);
3261
+ height: var(--icon-size-small);
3262
+ }
3263
+
3264
+ .\[\&_svg\]\:shrink-0 svg {
3265
+ flex-shrink: 0;
3266
+ }
3267
+
3268
+ .\[\&_svg\]\:text-\(--font-color-onbrand-default\) svg {
3269
+ color: var(--font-color-onbrand-default);
3270
+ }
3271
+
3272
+ .\[\&_svg\]\:text-\(--icon-color-inverse-default\) svg {
3273
+ color: var(--icon-color-inverse-default);
3274
+ }
3275
+
3276
+ .\[\&_svg\]\:text-\(--icon-color-link-default\) svg {
3277
+ color: var(--icon-color-link-default);
3278
+ }
3279
+
3280
+ .\[\&_svg\]\:text-\(--icon-color-onbrand-default\) svg {
3281
+ color: var(--icon-color-onbrand-default);
3282
+ }
3283
+
3284
+ .\[\&_svg\]\:text-\(--icon-color-primary-default\) svg {
3285
+ color: var(--icon-color-primary-default);
3286
+ }
3287
+
3288
+ .\[\&_svg\]\:text-\(--icon-color-primary-muted\) svg {
3289
+ color: var(--icon-color-primary-muted);
3290
+ }
3291
+
3292
+ .\[\&_svg\]\:transition-transform svg {
3293
+ transition-property: transform, translate, scale, rotate;
3294
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
3295
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
3296
+ }
3297
+
3298
+ .\[\&_svg\]\:duration-200 svg {
3299
+ --tw-duration: .2s;
3300
+ transition-duration: .2s;
3301
+ }
3302
+
3303
+ .group-data-\[variant\=bottom-border\]\:\[\&_svg\]\:text-\(--icon-color-primary-muted\):is(:where(.group)[data-variant="bottom-border"] *) svg, .group-data-\[variant\=gradient\]\:\[\&_svg\]\:text-\(--icon-color-primary-muted\):is(:where(.group)[data-variant="gradient"] *) svg, .group-data-\[variant\=solid\]\:\[\&_svg\]\:text-\(--icon-color-primary-muted\):is(:where(.group)[data-variant="solid"] *) svg, .group-data-\[variant\=solid-ghost\]\:\[\&_svg\]\:text-\(--icon-color-primary-muted\):is(:where(.group)[data-variant="solid-ghost"] *) svg {
3304
+ color: var(--icon-color-primary-muted);
3305
+ }
3306
+
3307
+ .group-data-\[variant\=solid-line\]\:\[\&_svg\]\:text-\(--icon-color-onbrand-hover\):is(:where(.group)[data-variant="solid-line"] *) svg {
3308
+ color: var(--icon-color-onbrand-hover);
3309
+ }
3310
+
3311
+ @media (hover: hover) {
3312
+ .\[\&_svg\]\:hover\:text-\(--font-color-onbrand-hover\) svg:hover {
3313
+ color: var(--font-color-onbrand-hover);
3314
+ }
3315
+
3316
+ .\[\&_svg\]\:hover\:text-\(--icon-color-onbrand-default\) svg:hover {
3317
+ color: var(--icon-color-onbrand-default);
3318
+ }
3319
+
3320
+ .\[\&_svg\]\:hover\:text-\(--icon-color-onbrand-hover\) svg:hover {
3321
+ color: var(--icon-color-onbrand-hover);
3322
+ }
3323
+
3324
+ .hover\:\[\&_svg\]\:text-\(--icon-color-link-hover\):hover svg {
3325
+ color: var(--icon-color-link-hover);
3326
+ }
3327
+
3328
+ .hover\:\[\&_svg\]\:text-\(--icon-color-onbrand-default\):hover svg {
3329
+ color: var(--icon-color-onbrand-default);
3330
+ }
3331
+
3332
+ .hover\:\[\&_svg\]\:text-\(--icon-color-onbrand-hover\):hover svg {
3333
+ color: var(--icon-color-onbrand-hover);
3334
+ }
3335
+
3336
+ .hover\:\[\&_svg\]\:text-\(--icon-color-primary-default\):hover svg, .group-data-\[variant\=bottom-border\]\:hover\:\[\&_svg\]\:text-\(--icon-color-primary-default\):is(:where(.group)[data-variant="bottom-border"] *):hover svg, .group-data-\[variant\=custom\]\/accordion\:hover\:\[\&_svg\]\:text-\(--icon-color-primary-default\):is(:where(.group\/accordion)[data-variant="custom"] *):hover svg, .group-data-\[variant\=default\]\/accordion\:hover\:\[\&_svg\]\:text-\(--icon-color-primary-default\):is(:where(.group\/accordion)[data-variant="default"] *):hover svg {
3337
+ color: var(--icon-color-primary-default);
3338
+ }
3339
+
3340
+ .group-data-\[variant\=gradient\]\:hover\:\[\&_svg\]\:text-\(--icon-color-primary-muted\):is(:where(.group)[data-variant="gradient"] *):hover svg, .group-data-\[variant\=solid\]\:hover\:\[\&_svg\]\:text-\(--icon-color-primary-muted\):is(:where(.group)[data-variant="solid"] *):hover svg, .group-data-\[variant\=solid-ghost\]\:hover\:\[\&_svg\]\:text-\(--icon-color-primary-muted\):is(:where(.group)[data-variant="solid-ghost"] *):hover svg {
3341
+ color: var(--icon-color-primary-muted);
3342
+ }
3343
+
3344
+ .group-data-\[variant\=solid-line\]\:hover\:\[\&_svg\]\:text-\(--icon-color-onbrand-hover\):is(:where(.group)[data-variant="solid-line"] *):hover svg {
3345
+ color: var(--icon-color-onbrand-hover);
3346
+ }
3347
+ }
3348
+
3349
+ .\[\&_svg\]\:disabled\:text-\(--icon-color-disabled\) svg:disabled, .disabled\:\[\&_svg\]\:text-\(--icon-color-disabled\):disabled svg {
3350
+ color: var(--icon-color-disabled);
3351
+ }
3352
+
3353
+ .disabled\:\[\&_svg\]\:text-\(--icon-color-link-default\):disabled svg {
3354
+ color: var(--icon-color-link-default);
3355
+ }
3356
+
3357
+ .disabled\:\[\&_svg\]\:text-\(--icon-color-onbrand-default\):disabled svg {
3358
+ color: var(--icon-color-onbrand-default);
3359
+ }
3360
+
3361
+ .data-\[disabled\]\:\[\&_svg\]\:text-\(--icon-color-disabled\)[data-disabled] svg {
3362
+ color: var(--icon-color-disabled);
3363
+ }
3364
+
3365
+ .group-data-\[variant\=bottom-border\]\:data-\[state\=active\]\:\[\&_svg\]\:text-\(--icon-color-primary-default\):is(:where(.group)[data-variant="bottom-border"] *)[data-state="active"] svg {
3366
+ color: var(--icon-color-primary-default);
3367
+ }
3368
+
3369
+ .group-data-\[variant\=gradient\]\:data-\[state\=active\]\:\[\&_svg\]\:text-\(--icon-color-onbrand-default\):is(:where(.group)[data-variant="gradient"] *)[data-state="active"] svg {
3370
+ color: var(--icon-color-onbrand-default);
3371
+ }
3372
+
3373
+ .group-data-\[variant\=solid\]\:data-\[state\=active\]\:\[\&_svg\]\:text-\(--icon-color-primary-default\):is(:where(.group)[data-variant="solid"] *)[data-state="active"] svg, .group-data-\[variant\=solid-ghost\]\:data-\[state\=active\]\:\[\&_svg\]\:text-\(--icon-color-primary-default\):is(:where(.group)[data-variant="solid-ghost"] *)[data-state="active"] svg, .group-data-\[variant\=solid-line\]\:data-\[state\=active\]\:\[\&_svg\]\:text-\(--icon-color-primary-default\):is(:where(.group)[data-variant="solid-line"] *)[data-state="active"] svg {
3374
+ color: var(--icon-color-primary-default);
3375
+ }
3376
+
3377
+ .data-\[state\=checked\]\:\[\&_svg\]\:text-\(--icon-color-onbrand-default\)[data-state="checked"] svg {
3378
+ color: var(--icon-color-onbrand-default);
3379
+ }
3380
+
3381
+ .data-\[state\=checked\]\:\[\&_svg\]\:text-\(--icon-color-primary-default\)[data-state="checked"] svg, .data-\[state\=on\]\:\[\&_svg\]\:text-\(--icon-color-primary-default\)[data-state="on"] svg {
3382
+ color: var(--icon-color-primary-default);
3383
+ }
3384
+
3385
+ .\[\&_svg\]\:data-\[state\=open\]\:text-\(--icon-color-onbrand-default\) svg[data-state="open"] {
3386
+ color: var(--icon-color-onbrand-default);
3387
+ }
3388
+
3389
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-\(--icon-size-small\) svg:not([class*="size-"]) {
3390
+ width: var(--icon-size-small);
3391
+ height: var(--icon-size-small);
3392
+ }
3393
+
3394
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
3395
+ width: calc(var(--spacing) * 4);
3396
+ height: calc(var(--spacing) * 4);
3397
+ }
3398
+
3399
+ .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-6 svg:not([class*="size-"]) {
3400
+ width: calc(var(--spacing) * 6);
3401
+ height: calc(var(--spacing) * 6);
3402
+ }
3403
+
3404
+ .group-data-\[variant\=custom\]\/accordion\:\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-\(--icon-size-small\):is(:where(.group\/accordion)[data-variant="custom"] *) svg:not([class*="size-"]), .group-data-\[variant\=default\]\/accordion\:\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-\(--icon-size-small\):is(:where(.group\/accordion)[data-variant="default"] *) svg:not([class*="size-"]) {
3405
+ width: var(--icon-size-small);
3406
+ height: var(--icon-size-small);
3407
+ }
3408
+
3409
+ .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-\(--icon-color-onbrand-default\) svg:not([class*="text-"]) {
3410
+ color: var(--icon-color-onbrand-default);
3411
+ }
3412
+
3413
+ .\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md:first-child[data-selected="true"] button {
3414
+ border-top-left-radius: var(--radius-md);
3415
+ border-bottom-left-radius: var(--radius-md);
3416
+ }
3417
+
3418
+ .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role="checkbox"]) {
3419
+ padding-right: calc(var(--spacing) * 0);
3420
+ }
3421
+
3422
+ .\[\.border-b\]\:border-\(--border-color-default\).border-b {
3423
+ border-color: var(--border-color-default);
3424
+ }
3425
+
3426
+ .\[\.border-b\]\:pb-component-padding-xl.border-b {
3427
+ padding-bottom: var(--spacing-6);
3428
+ }
3429
+
3430
+ .\[\.border-t\]\:border-\(--border-color-default\).border-t {
3431
+ border-color: var(--border-color-default);
3432
+ }
3433
+
3434
+ .\[\.border-t\]\:pt-component-padding-xl.border-t {
3435
+ padding-top: var(--spacing-6);
3436
+ }
3437
+
3438
+ :is(.rtl\:\*\*\:\[\.rdp-button\\_next\>svg\]\:rotate-180:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) *):is(.rdp-button_next > svg), :is(.rtl\:\*\*\:\[\.rdp-button\\_previous\>svg\]\:rotate-180:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) *):is(.rdp-button_previous > svg) {
3439
+ rotate: 180deg;
3440
+ }
3441
+
3442
+ @media (hover: hover) {
3443
+ .group-data-\[variant\=custom\]\/accordion\:\[data-state\=open\]\:hover\:\[\&_svg\]\:text-\(--icon-color-primary-default\):is(:where(.group\/accordion)[data-variant="custom"] *):is():hover svg, .group-data-\[variant\=default\]\/accordion\:\[data-state\=open\]\:hover\:\[\&_svg\]\:text-\(--icon-color-primary-default\):is(:where(.group\/accordion)[data-variant="default"] *):is():hover svg {
3444
+ color: var(--icon-color-primary-default);
3445
+ }
3446
+ }
3447
+
3448
+ :is(.\*\:\[span\]\:last\:flex > *):is(span):last-child {
3449
+ display: flex;
3450
+ }
3451
+
3452
+ :is(.\*\:\[span\]\:last\:items-center > *):is(span):last-child {
3453
+ align-items: center;
3454
+ }
3455
+
3456
+ :is(.\*\:\[span\]\:last\:gap-component-gap-sm > *):is(span):last-child {
3457
+ gap: var(--spacing-3);
3458
+ }
3459
+
3460
+ .\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md:last-child[data-selected="true"] button {
3461
+ border-top-right-radius: var(--radius-md);
3462
+ border-bottom-right-radius: var(--radius-md);
3463
+ }
3464
+
3465
+ .\[\&\:nth-child\(2\)\[data-selected\=true\]_button\]\:rounded-l-md:nth-child(2)[data-selected="true"] button {
3466
+ border-top-left-radius: var(--radius-md);
3467
+ border-bottom-left-radius: var(--radius-md);
3468
+ }
3469
+
3470
+ .\[\&\>\*\]\:w-full > * {
3471
+ width: 100%;
3472
+ }
3473
+
3474
+ @container field-group (min-width: 28rem) {
3475
+ .\@md\/field-group\:\[\&\>\*\]\:w-auto > * {
3476
+ width: auto;
3477
+ }
3478
+ }
3479
+
3480
+ .\[\&\>\.sr-only\]\:w-auto > .sr-only {
3481
+ width: auto;
3482
+ }
3483
+
3484
+ .\[\&\>\[data-slot\=field-group\]\]\:gap-component-gap-md > [data-slot="field-group"] {
3485
+ gap: var(--spacing-4);
3486
+ }
3487
+
3488
+ .\[\&\>\[data-slot\=field-label\]\]\:flex-auto > [data-slot="field-label"] {
3489
+ flex: auto;
3490
+ }
3491
+
3492
+ @container field-group (min-width: 28rem) {
3493
+ .\@md\/field-group\:\[\&\>\[data-slot\=field-label\]\]\:flex-auto > [data-slot="field-label"] {
3494
+ flex: auto;
3495
+ }
3496
+ }
3497
+
3498
+ .\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\] > [role="checkbox"] {
3499
+ --tw-translate-y: 2px;
3500
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3501
+ }
3502
+
3503
+ .has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has( > [data-slot="field-content"]) > [role="checkbox"], .has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has( > [data-slot="field-content"]) [role="radio"] {
3504
+ margin-top: 1px;
3505
+ }
3506
+
3507
+ @container field-group (min-width: 28rem) {
3508
+ .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has( > [data-slot="field-content"]) > [role="checkbox"], .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has( > [data-slot="field-content"]) [role="radio"] {
3509
+ margin-top: 1px;
3510
+ }
3511
+ }
3512
+
3513
+ .\[\&\>a\]\:underline > a {
3514
+ text-decoration-line: underline;
3515
+ }
3516
+
3517
+ .\[\&\>a\]\:underline-offset-4 > a {
3518
+ text-underline-offset: 4px;
3519
+ }
3520
+
3521
+ .\[\&\>kbd\]\:rounded-\[calc\(var\(--radius\)-5px\)\] > kbd {
3522
+ border-radius: calc(var(--radius) - 5px);
3523
+ }
3524
+
3525
+ .\[\&\>svg\]\:pointer-events-none > svg {
3526
+ pointer-events: none;
3527
+ }
3528
+
3529
+ .\[\&\>svg\]\:size-\(--icon-size-micro\) > svg {
3530
+ width: var(--icon-size-micro);
3531
+ height: var(--icon-size-micro);
3532
+ }
3533
+
3534
+ .\[\&\>svg\]\:size-\(--icon-size-small\) > svg {
3535
+ width: var(--icon-size-small);
3536
+ height: var(--icon-size-small);
3537
+ }
3538
+
3539
+ .\[\&\>svg\]\:text-\(--icon-color-primary-default\) > svg {
3540
+ color: var(--icon-color-primary-default);
3541
+ }
3542
+
3543
+ .group-data-\[variant\=outline\]\/input-group\:group-has-\[\[data-slot\~\=input-group-control\]\:not\(\:placeholder-shown\)\[aria-invalid\=false\]\]\/input-group\:\[\&\>svg\]\:text-\(--color-state-success-default\):is(:where(.group\/input-group)[data-variant="outline"] *):is(:where(.group\/input-group):has([data-slot~="input-group-control"]:not(:placeholder-shown)[aria-invalid="false"]) *) > svg {
3544
+ color: var(--color-state-success-default);
3545
+ }
3546
+
3547
+ .group-data-\[variant\=outline\]\/input-group\:group-has-\[\[data-slot\~\=input-group-control\]\:placeholder-shown\]\/input-group\:\[\&\>svg\]\:text-\(--icon-color-primary-default\):is(:where(.group\/input-group)[data-variant="outline"] *):is(:where(.group\/input-group):has([data-slot~="input-group-control"]:placeholder-shown) *) > svg {
3548
+ color: var(--icon-color-primary-default);
3549
+ }
3550
+
3551
+ .group-data-\[variant\=outline\]\/input-group\:group-has-\[\[data-slot\~\=input-group-control\]\[aria-invalid\=true\]\]\/input-group\:\[\&\>svg\]\:text-\(--color-state-error-default\):is(:where(.group\/input-group)[data-variant="outline"] *):is(:where(.group\/input-group):has([data-slot~="input-group-control"][aria-invalid="true"]) *) > svg {
3552
+ color: var(--color-state-error-default);
3553
+ }
3554
+
3555
+ .group-data-\[variant\=solid\]\/input-group\:group-has-\[\[data-slot\~\=input-group-control\]\:not\(\:placeholder-shown\)\[aria-invalid\=false\]\]\/input-group\:\[\&\>svg\]\:text-\(--color-state-success-default\):is(:where(.group\/input-group)[data-variant="solid"] *):is(:where(.group\/input-group):has([data-slot~="input-group-control"]:not(:placeholder-shown)[aria-invalid="false"]) *) > svg {
3556
+ color: var(--color-state-success-default);
3557
+ }
3558
+
3559
+ .group-data-\[variant\=solid\]\/input-group\:group-has-\[\[data-slot\~\=input-group-control\]\:placeholder-shown\]\/input-group\:\[\&\>svg\]\:text-\(--icon-color-primary-default\):is(:where(.group\/input-group)[data-variant="solid"] *):is(:where(.group\/input-group):has([data-slot~="input-group-control"]:placeholder-shown) *) > svg {
3560
+ color: var(--icon-color-primary-default);
3561
+ }
3562
+
3563
+ .group-data-\[variant\=solid\]\/input-group\:group-has-\[\[data-slot\~\=input-group-control\]\[aria-invalid\=true\]\]\/input-group\:\[\&\>svg\]\:text-\(--color-state-error-default\):is(:where(.group\/input-group)[data-variant="solid"] *):is(:where(.group\/input-group):has([data-slot~="input-group-control"][aria-invalid="true"]) *) > svg {
3564
+ color: var(--color-state-error-default);
3565
+ }
3566
+
3567
+ .\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-\(--icon-size-small\) > svg:not([class*="size-"]) {
3568
+ width: var(--icon-size-small);
3569
+ height: var(--icon-size-small);
3570
+ }
3571
+
3572
+ .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state="open"] > svg {
3573
+ rotate: 180deg;
3574
+ }
3575
+
3576
+ [data-slot="card-content"] .\[\[data-slot\=card-content\]_\&\]\:bg-transparent, [data-slot="popover-content"] .\[\[data-slot\=popover-content\]_\&\]\:bg-transparent {
3577
+ background-color: #0000;
3578
+ }
3579
+ }
3580
+
3581
+ @property --tw-animation-delay {
3582
+ syntax: "*";
3583
+ inherits: false;
3584
+ initial-value: 0s;
3585
+ }
3586
+
3587
+ @property --tw-animation-direction {
3588
+ syntax: "*";
3589
+ inherits: false;
3590
+ initial-value: normal;
3591
+ }
3592
+
3593
+ @property --tw-animation-duration {
3594
+ syntax: "*";
3595
+ inherits: false
3596
+ }
3597
+
3598
+ @property --tw-animation-fill-mode {
3599
+ syntax: "*";
3600
+ inherits: false;
3601
+ initial-value: none;
3602
+ }
3603
+
3604
+ @property --tw-animation-iteration-count {
3605
+ syntax: "*";
3606
+ inherits: false;
3607
+ initial-value: 1;
3608
+ }
3609
+
3610
+ @property --tw-enter-blur {
3611
+ syntax: "*";
3612
+ inherits: false;
3613
+ initial-value: 0;
3614
+ }
3615
+
3616
+ @property --tw-enter-opacity {
3617
+ syntax: "*";
3618
+ inherits: false;
3619
+ initial-value: 1;
3620
+ }
3621
+
3622
+ @property --tw-enter-rotate {
3623
+ syntax: "*";
3624
+ inherits: false;
3625
+ initial-value: 0;
3626
+ }
3627
+
3628
+ @property --tw-enter-scale {
3629
+ syntax: "*";
3630
+ inherits: false;
3631
+ initial-value: 1;
3632
+ }
3633
+
3634
+ @property --tw-enter-translate-x {
3635
+ syntax: "*";
3636
+ inherits: false;
3637
+ initial-value: 0;
3638
+ }
3639
+
3640
+ @property --tw-enter-translate-y {
3641
+ syntax: "*";
3642
+ inherits: false;
3643
+ initial-value: 0;
3644
+ }
3645
+
3646
+ @property --tw-exit-blur {
3647
+ syntax: "*";
3648
+ inherits: false;
3649
+ initial-value: 0;
3650
+ }
3651
+
3652
+ @property --tw-exit-opacity {
3653
+ syntax: "*";
3654
+ inherits: false;
3655
+ initial-value: 1;
3656
+ }
3657
+
3658
+ @property --tw-exit-rotate {
3659
+ syntax: "*";
3660
+ inherits: false;
3661
+ initial-value: 0;
3662
+ }
3663
+
3664
+ @property --tw-exit-scale {
3665
+ syntax: "*";
3666
+ inherits: false;
3667
+ initial-value: 1;
3668
+ }
3669
+
3670
+ @property --tw-exit-translate-x {
3671
+ syntax: "*";
3672
+ inherits: false;
3673
+ initial-value: 0;
3674
+ }
3675
+
3676
+ @property --tw-exit-translate-y {
3677
+ syntax: "*";
3678
+ inherits: false;
3679
+ initial-value: 0;
3680
+ }
3681
+
3682
+ :root {
3683
+ --color-red-50: #fef2f2;
3684
+ --color-red-100: #ffe2e2;
3685
+ --color-red-200: #ffc9c9;
3686
+ --color-red-300: #ffa2a2;
3687
+ --color-red-400: #ff6467;
3688
+ --color-red-500: #fb2c36;
3689
+ --color-red-600: #e7000b;
3690
+ --color-red-700: #c10007;
3691
+ --color-red-800: #9f0712;
3692
+ --color-red-900: #82181a;
3693
+ --color-red-950: #460809;
3694
+ --color-orange-50: #fff7ed;
3695
+ --color-orange-100: #ffedd4;
3696
+ --color-orange-200: #ffd6a7;
3697
+ --color-orange-300: #ffb86a;
3698
+ --color-orange-400: #ff8904;
3699
+ --color-orange-500: #ff6900;
3700
+ --color-orange-600: #f54900;
3701
+ --color-orange-700: #ca3500;
3702
+ --color-orange-800: #9f2d00;
3703
+ --color-orange-900: #7e2a0c;
3704
+ --color-orange-950: #441306;
3705
+ --color-amber-50: #fffbeb;
3706
+ --color-amber-100: #fef3c6;
3707
+ --color-amber-200: #fee685;
3708
+ --color-amber-300: #ffd230;
3709
+ --color-amber-400: #ffb900;
3710
+ --color-amber-500: #fe9a00;
3711
+ --color-amber-600: #e17100;
3712
+ --color-amber-700: #bb4d00;
3713
+ --color-amber-800: #973c00;
3714
+ --color-amber-900: #7b3306;
3715
+ --color-amber-950: #461901;
3716
+ --color-yellow-50: #fefce8;
3717
+ --color-yellow-100: #fef9c2;
3718
+ --color-yellow-200: #fff085;
3719
+ --color-yellow-300: #ffdf20;
3720
+ --color-yellow-400: #fdc700;
3721
+ --color-yellow-500: #f0b100;
3722
+ --color-yellow-600: #d08700;
3723
+ --color-yellow-700: #a65f00;
3724
+ --color-yellow-800: #894b00;
3725
+ --color-yellow-900: #733e0a;
3726
+ --color-yellow-950: #432004;
3727
+ --color-lime-50: #f7fee7;
3728
+ --color-lime-100: #ecfcca;
3729
+ --color-lime-200: #d8f999;
3730
+ --color-lime-300: #bbf451;
3731
+ --color-lime-400: #9ae600;
3732
+ --color-lime-500: #7ccf00;
3733
+ --color-lime-600: #5ea500;
3734
+ --color-lime-700: #497d00;
3735
+ --color-lime-800: #3c6300;
3736
+ --color-lime-900: #35530e;
3737
+ --color-lime-950: #192e03;
3738
+ --color-green-50: #f0fdf4;
3739
+ --color-green-100: #dcfce7;
3740
+ --color-green-200: #b9f8cf;
3741
+ --color-green-300: #7bf1a8;
3742
+ --color-green-400: #05df72;
3743
+ --color-green-500: #00c950;
3744
+ --color-green-600: #00a63e;
3745
+ --color-green-700: #008236;
3746
+ --color-green-800: #016630;
3747
+ --color-green-900: #0d542b;
3748
+ --color-green-950: #032e15;
3749
+ --color-emerald-50: #ecfdf5;
3750
+ --color-emerald-100: #d0fae5;
3751
+ --color-emerald-200: #a4f4cf;
3752
+ --color-emerald-300: #5ee9b5;
3753
+ --color-emerald-400: #00d492;
3754
+ --color-emerald-500: #00bc7d;
3755
+ --color-emerald-600: #096;
3756
+ --color-emerald-700: #007a55;
3757
+ --color-emerald-800: #006045;
3758
+ --color-emerald-900: #004f3b;
3759
+ --color-emerald-950: #002c22;
3760
+ --color-teal-50: #f0fdfa;
3761
+ --color-teal-100: #cbfbf1;
3762
+ --color-teal-200: #96f7e4;
3763
+ --color-teal-300: #46ecd5;
3764
+ --color-teal-400: #00d5be;
3765
+ --color-teal-500: #00bba7;
3766
+ --color-teal-600: #009689;
3767
+ --color-teal-700: #00786f;
3768
+ --color-teal-800: #005f5a;
3769
+ --color-teal-900: #0b4f4a;
3770
+ --color-teal-950: #022f2e;
3771
+ --color-cyan-50: #ecfeff;
3772
+ --color-cyan-100: #cefafe;
3773
+ --color-cyan-200: #a2f4fd;
3774
+ --color-cyan-300: #53eafd;
3775
+ --color-cyan-400: #00d3f2;
3776
+ --color-cyan-500: #00b8db;
3777
+ --color-cyan-600: #0092b8;
3778
+ --color-cyan-700: #007595;
3779
+ --color-cyan-800: #005f78;
3780
+ --color-cyan-900: #104e64;
3781
+ --color-cyan-950: #053345;
3782
+ --color-sky-50: #f0f9ff;
3783
+ --color-sky-100: #dff2fe;
3784
+ --color-sky-200: #b8e6fe;
3785
+ --color-sky-300: #74d4ff;
3786
+ --color-sky-400: #00bcff;
3787
+ --color-sky-500: #00a6f4;
3788
+ --color-sky-600: #0084d1;
3789
+ --color-sky-700: #0069a8;
3790
+ --color-sky-800: #00598a;
3791
+ --color-sky-900: #024a70;
3792
+ --color-sky-950: #052f4a;
3793
+ --color-blue-50: #eff6ff;
3794
+ --color-blue-100: #dbeafe;
3795
+ --color-blue-200: #bedbff;
3796
+ --color-blue-300: #8ec5ff;
3797
+ --color-blue-400: #51a2ff;
3798
+ --color-blue-500: #2b7fff;
3799
+ --color-blue-600: #155dfc;
3800
+ --color-blue-700: #1447e6;
3801
+ --color-blue-800: #193cb8;
3802
+ --color-blue-900: #1c398e;
3803
+ --color-blue-950: #162456;
3804
+ --color-indigo-50: #eef2ff;
3805
+ --color-indigo-100: #e0e7ff;
3806
+ --color-indigo-200: #c6d2ff;
3807
+ --color-indigo-300: #a3b3ff;
3808
+ --color-indigo-400: #7c86ff;
3809
+ --color-indigo-500: #615fff;
3810
+ --color-indigo-600: #4f39f6;
3811
+ --color-indigo-700: #432dd7;
3812
+ --color-indigo-800: #372aac;
3813
+ --color-indigo-900: #312c85;
3814
+ --color-indigo-950: #1e1a4d;
3815
+ --color-violet-50: #f5f3ff;
3816
+ --color-violet-100: #ede9fe;
3817
+ --color-violet-200: #ddd6ff;
3818
+ --color-violet-300: #c4b4ff;
3819
+ --color-violet-400: #a684ff;
3820
+ --color-violet-500: #8e51ff;
3821
+ --color-violet-600: #7f22fe;
3822
+ --color-violet-700: #7008e7;
3823
+ --color-violet-800: #5d0ec0;
3824
+ --color-violet-900: #4d179a;
3825
+ --color-violet-950: #2f0d68;
3826
+ --color-purple-50: #faf5ff;
3827
+ --color-purple-100: #f3e8ff;
3828
+ --color-purple-200: #e9d4ff;
3829
+ --color-purple-300: #dab2ff;
3830
+ --color-purple-400: #c27aff;
3831
+ --color-purple-500: #ad46ff;
3832
+ --color-purple-600: #9810fa;
3833
+ --color-purple-700: #8200db;
3834
+ --color-purple-800: #6e11b0;
3835
+ --color-purple-900: #59168b;
3836
+ --color-purple-950: #3c0366;
3837
+ --color-fuchsia-50: #fdf4ff;
3838
+ --color-fuchsia-100: #fae8ff;
3839
+ --color-fuchsia-200: #f6cfff;
3840
+ --color-fuchsia-300: #f4a8ff;
3841
+ --color-fuchsia-400: #ed6aff;
3842
+ --color-fuchsia-500: #e12afb;
3843
+ --color-fuchsia-600: #c800de;
3844
+ --color-fuchsia-700: #a800b7;
3845
+ --color-fuchsia-800: #8a0194;
3846
+ --color-fuchsia-900: #721378;
3847
+ --color-fuchsia-950: #4b004f;
3848
+ --color-pink-50: #fdf2f8;
3849
+ --color-pink-100: #fce7f3;
3850
+ --color-pink-200: #fccee8;
3851
+ --color-pink-300: #fda5d5;
3852
+ --color-pink-400: #fb64b6;
3853
+ --color-pink-500: #f6339a;
3854
+ --color-pink-600: #e60076;
3855
+ --color-pink-700: #c6005c;
3856
+ --color-pink-800: #a3004c;
3857
+ --color-pink-900: #861043;
3858
+ --color-pink-950: #510424;
3859
+ --color-rose-50: #fff1f2;
3860
+ --color-rose-100: #ffe4e6;
3861
+ --color-rose-200: #ffccd3;
3862
+ --color-rose-300: #ffa1ad;
3863
+ --color-rose-400: #ff637e;
3864
+ --color-rose-500: #ff2056;
3865
+ --color-rose-600: #ec003f;
3866
+ --color-rose-700: #c70036;
3867
+ --color-rose-800: #a50036;
3868
+ --color-rose-900: #8b0836;
3869
+ --color-rose-950: #4d0218;
3870
+ --color-slate-50: #f8fafc;
3871
+ --color-slate-100: #f1f5f9;
3872
+ --color-slate-200: #e2e8f0;
3873
+ --color-slate-300: #cad5e2;
3874
+ --color-slate-400: #90a1b9;
3875
+ --color-slate-500: #62748e;
3876
+ --color-slate-600: #45556c;
3877
+ --color-slate-700: #314158;
3878
+ --color-slate-800: #1d293d;
3879
+ --color-slate-900: #0f172b;
3880
+ --color-slate-950: #020618;
3881
+ --color-gray-50: #f9fafb;
3882
+ --color-gray-100: #f3f4f6;
3883
+ --color-gray-200: #e5e7eb;
3884
+ --color-gray-300: #d1d5dc;
3885
+ --color-gray-400: #99a1af;
3886
+ --color-gray-500: #6a7282;
3887
+ --color-gray-600: #4a5565;
3888
+ --color-gray-700: #364153;
3889
+ --color-gray-800: #1e2939;
3890
+ --color-gray-900: #101828;
3891
+ --color-gray-950: #030712;
3892
+ --color-zinc-50: #fafafa;
3893
+ --color-zinc-100: #f4f4f5;
3894
+ --color-zinc-200: #e4e4e7;
3895
+ --color-zinc-300: #d4d4d8;
3896
+ --color-zinc-400: #9f9fa9;
3897
+ --color-zinc-500: #71717b;
3898
+ --color-zinc-600: #52525c;
3899
+ --color-zinc-700: #3f3f46;
3900
+ --color-zinc-800: #27272a;
3901
+ --color-zinc-900: #18181b;
3902
+ --color-zinc-950: #09090b;
3903
+ --color-neutral-50: #fafafa;
3904
+ --color-neutral-100: #f5f5f5;
3905
+ --color-neutral-200: #e5e5e5;
3906
+ --color-neutral-300: #d4d4d4;
3907
+ --color-neutral-400: #a1a1a1;
3908
+ --color-neutral-500: #737373;
3909
+ --color-neutral-600: #525252;
3910
+ --color-neutral-700: #404040;
3911
+ --color-neutral-800: #262626;
3912
+ --color-neutral-900: #171717;
3913
+ --color-neutral-950: #0a0a0a;
3914
+ --color-stone-50: #fafaf9;
3915
+ --color-stone-100: #f5f5f4;
3916
+ --color-stone-200: #e7e5e4;
3917
+ --color-stone-300: #d6d3d1;
3918
+ --color-stone-400: #a6a09b;
3919
+ --color-stone-500: #79716b;
3920
+ --color-stone-600: #57534d;
3921
+ --color-stone-700: #44403b;
3922
+ --color-stone-800: #292524;
3923
+ --color-stone-900: #1c1917;
3924
+ --color-stone-950: #0c0a09;
3925
+ --color-black: #000;
3926
+ --color-white: #fff;
3927
+ --breakpoint-sm: 640px;
3928
+ --breakpoint-md: 768px;
3929
+ --breakpoint-lg: 1024px;
3930
+ --breakpoint-xl: 1280px;
3931
+ --breakpoint-2xl: 1536px;
3932
+ --container-3xs: 256px;
3933
+ --container-2xs: 288px;
3934
+ --container-xs: 320px;
3935
+ --container-sm: 384px;
3936
+ --container-md: 448px;
3937
+ --container-lg: 512px;
3938
+ --container-xl: 576px;
3939
+ --container-2xl: 672px;
3940
+ --container-3xl: 768px;
3941
+ --container-4xl: 896px;
3942
+ --container-5xl: 1024px;
3943
+ --container-6xl: 1152px;
3944
+ --container-7xl: 1280px;
3945
+ --font-size-xs: 12px;
3946
+ --font-size-xs--line-height: 16px;
3947
+ --font-size-sm: 14px;
3948
+ --font-size-sm--line-height: 20px;
3949
+ --font-size-base: 16px;
3950
+ --font-size-base--line-height: 24px;
3951
+ --font-size-lg: 18px;
3952
+ --font-size-lg--line-height: 28px;
3953
+ --font-size-xl: 20px;
3954
+ --font-size-xl--line-height: 28px;
3955
+ --font-size-2xl: 24px;
3956
+ --font-size-2xl--line-height: 32px;
3957
+ --font-size-3xl: 30px;
3958
+ --font-size-3xl--line-height: 36px;
3959
+ --font-size-4xl: 36px;
3960
+ --font-size-4xl--line-height: 40px;
3961
+ --font-size-5xl: 48px;
3962
+ --font-size-5xl--line-height: 48px;
3963
+ --font-size-6xl: 60px;
3964
+ --font-size-6xl--line-height: 60px;
3965
+ --font-size-7xl: 72px;
3966
+ --font-size-7xl--line-height: 72px;
3967
+ --font-size-8xl: 96px;
3968
+ --font-size-8xl--line-height: 96px;
3969
+ --font-size-9xl: 128px;
3970
+ --font-size-9xl--line-height: 128px;
3971
+ --font-weight-thin: 100;
3972
+ --font-weight-extralight: 200;
3973
+ --font-weight-light: 300;
3974
+ --font-weight-normal: 400;
3975
+ --font-weight-medium: 500;
3976
+ --font-weight-semibold: 600;
3977
+ --font-weight-bold: 700;
3978
+ --font-weight-extrabold: 800;
3979
+ --font-weight-black: 900;
3980
+ --radius-none: 0px;
3981
+ --radius-xs: 2px;
3982
+ --radius-sm: 4px;
3983
+ --radius-md: 6px;
3984
+ --radius-lg: 8px;
3985
+ --radius-xl: 12px;
3986
+ --radius-2xl: 16px;
3987
+ --radius-3xl: 24px;
3988
+ --spacing-0: 0px;
3989
+ --spacing-1: 2px;
3990
+ --spacing-2: 4px;
3991
+ --spacing-3: 8px;
3992
+ --spacing-4: 12px;
3993
+ --spacing-5: 16px;
3994
+ --spacing-6: 20px;
3995
+ --spacing-7: 24px;
3996
+ --spacing-8: 28px;
3997
+ --spacing-9: 32px;
3998
+ --spacing-10: 36px;
3999
+ --spacing-11: 40px;
4000
+ --spacing-12: 44px;
4001
+ --spacing-14: 48px;
4002
+ --spacing-16: 56px;
4003
+ --spacing-20: 64px;
4004
+ --spacing-24: 96px;
4005
+ --spacing-28: 112px;
4006
+ --spacing-32: 128px;
4007
+ --spacing-36: 144px;
4008
+ --spacing-40: 160px;
4009
+ --spacing-44: 176px;
4010
+ --spacing-48: 192px;
4011
+ --spacing-52: 208px;
4012
+ --spacing-56: 224px;
4013
+ --spacing-60: 240px;
4014
+ --spacing-64: 256px;
4015
+ --spacing-72: 288px;
4016
+ --spacing-80: 320px;
4017
+ --spacing-96: 384px;
4018
+ --radius-full: 999px;
4019
+ --radius-4xl: 32px;
4020
+ --blur-sm: 4px;
4021
+ --blur-none: 0px;
4022
+ --blur-default: 8px;
4023
+ --blur-md: 12px;
4024
+ --blur-lg: 16px;
4025
+ --blur-xl: 24px;
4026
+ --blur-2xl: 40px;
4027
+ --blur-3xl: 64px;
4028
+ --opacity-0: 0%;
4029
+ --opacity-5: 5%;
4030
+ --borderwidth-default: 1px;
4031
+ --borderwidth-2: 2px;
4032
+ --borderwidth-3: 3px;
4033
+ --borderwidth-8: 8px;
4034
+ --opacity-10: 10%;
4035
+ --opacity-20: 20%;
4036
+ --opacity-25: 25%;
4037
+ --opacity-30: 30%;
4038
+ --opacity-40: 40%;
4039
+ --opacity-50: 50%;
4040
+ --opacity-60: 60%;
4041
+ --opacity-70: 70%;
4042
+ --opacity-80: 80%;
4043
+ --opacity-75: 75%;
4044
+ --opacity-90: 90%;
4045
+ --opacity-95: 95%;
4046
+ --opacity-100: 100%;
4047
+ --color-theme-primary-100: #17d5d2;
4048
+ --color-theme-secondary-100: #aaa8ff;
4049
+ --color-theme-accent-100: #ff83b2;
4050
+ --font-letter-spacing-tracking-tighter: -.8px;
4051
+ --font-letter-spacing-tracking-tight: -.4px;
4052
+ --font-letter-spacing-tracking-normal: 0px;
4053
+ --font-letter-spacing-tracking-wide: .4px;
4054
+ --font-letter-spacing-tracking-wider: .8px;
4055
+ --font-letter-spacing-tracking-widest: 1.6px;
4056
+ --icon-xs: 12px;
4057
+ --icon-sm: 16px;
4058
+ --icon-md: 20px;
4059
+ --icon-lg: 24px;
4060
+ --icon-xl: 32px;
4061
+ --icon-2xl: 48px;
4062
+ --icon-3xl: 64px;
4063
+ --scale-xs: 16px;
4064
+ --scale-sm: 24px;
4065
+ --scale-md: 32px;
4066
+ --scale-lg: 40px;
4067
+ --scale-xl: 48px;
4068
+ --color-theme-primary-200: #19b3b1;
4069
+ --color-theme-secondary-200: #8684fe;
4070
+ --color-theme-accent-200: #e66798;
4071
+ --color-alpha-black-50a: #00000080;
4072
+ --color-alpha-black-40a: #0006;
4073
+ --color-alpha-black-30a: #0000004d;
4074
+ --color-alpha-black-20a: #0003;
4075
+ --color-alpha-black-10a: #0000001a;
4076
+ --color-alpha-black-60a: #0009;
4077
+ --color-alpha-black-70a: #000000b3;
4078
+ --color-alpha-white-70a: #ffffffb3;
4079
+ --color-alpha-white-60a: #fff9;
4080
+ --color-alpha-white-50a: #ffffff80;
4081
+ --color-alpha-white-40a: #fff6;
4082
+ --color-alpha-white-30a: #ffffff4d;
4083
+ --color-alpha-white-20a: #fff3;
4084
+ --color-alpha-white-10a: #ffffff1a;
4085
+ --color-alpha-black-5a: #0000000d;
4086
+ --color-alpha-white-5a: #ffffff0d;
4087
+ --color-theme-primary-100-a10: #17d5d21a;
4088
+ --color-theme-secondary-100-a10: #aaa8ff1a;
4089
+ --color-theme-accent-100-a10: #ff83b21a;
4090
+ --scale-xxs: 8px;
4091
+ --spacing-1-mobile: 2px;
4092
+ --spacing-2-mobile: 4px;
4093
+ --spacing-3-mobile: 8px;
4094
+ --spacing-4-mobile: 12px;
4095
+ --spacing-5-mobile: 16px;
4096
+ --spacing-6-mobile: 20px;
4097
+ --spacing-7-mobile: 24px;
4098
+ --spacing-8-mobile: 28px;
4099
+ --spacing-9-mobile: 32px;
4100
+ --spacing-10-mobile: 36px;
4101
+ --spacing-11-mobile: 40px;
4102
+ }
4103
+
4104
+ @property --tw-translate-x {
4105
+ syntax: "*";
4106
+ inherits: false;
4107
+ initial-value: 0;
4108
+ }
4109
+
4110
+ @property --tw-translate-y {
4111
+ syntax: "*";
4112
+ inherits: false;
4113
+ initial-value: 0;
4114
+ }
4115
+
4116
+ @property --tw-translate-z {
4117
+ syntax: "*";
4118
+ inherits: false;
4119
+ initial-value: 0;
4120
+ }
4121
+
4122
+ @property --tw-rotate-x {
4123
+ syntax: "*";
4124
+ inherits: false
4125
+ }
4126
+
4127
+ @property --tw-rotate-y {
4128
+ syntax: "*";
4129
+ inherits: false
4130
+ }
4131
+
4132
+ @property --tw-rotate-z {
4133
+ syntax: "*";
4134
+ inherits: false
4135
+ }
4136
+
4137
+ @property --tw-skew-x {
4138
+ syntax: "*";
4139
+ inherits: false
4140
+ }
4141
+
4142
+ @property --tw-skew-y {
4143
+ syntax: "*";
4144
+ inherits: false
4145
+ }
4146
+
4147
+ @property --tw-space-y-reverse {
4148
+ syntax: "*";
4149
+ inherits: false;
4150
+ initial-value: 0;
4151
+ }
4152
+
4153
+ @property --tw-border-style {
4154
+ syntax: "*";
4155
+ inherits: false;
4156
+ initial-value: solid;
4157
+ }
4158
+
4159
+ @property --tw-leading {
4160
+ syntax: "*";
4161
+ inherits: false
4162
+ }
4163
+
4164
+ @property --tw-font-weight {
4165
+ syntax: "*";
4166
+ inherits: false
4167
+ }
4168
+
4169
+ @property --tw-shadow {
4170
+ syntax: "*";
4171
+ inherits: false;
4172
+ initial-value: 0 0 #0000;
4173
+ }
4174
+
4175
+ @property --tw-shadow-color {
4176
+ syntax: "*";
4177
+ inherits: false
4178
+ }
4179
+
4180
+ @property --tw-shadow-alpha {
4181
+ syntax: "<percentage>";
4182
+ inherits: false;
4183
+ initial-value: 100%;
4184
+ }
4185
+
4186
+ @property --tw-inset-shadow {
4187
+ syntax: "*";
4188
+ inherits: false;
4189
+ initial-value: 0 0 #0000;
4190
+ }
4191
+
4192
+ @property --tw-inset-shadow-color {
4193
+ syntax: "*";
4194
+ inherits: false
4195
+ }
4196
+
4197
+ @property --tw-inset-shadow-alpha {
4198
+ syntax: "<percentage>";
4199
+ inherits: false;
4200
+ initial-value: 100%;
4201
+ }
4202
+
4203
+ @property --tw-ring-color {
4204
+ syntax: "*";
4205
+ inherits: false
4206
+ }
4207
+
4208
+ @property --tw-ring-shadow {
4209
+ syntax: "*";
4210
+ inherits: false;
4211
+ initial-value: 0 0 #0000;
4212
+ }
4213
+
4214
+ @property --tw-inset-ring-color {
4215
+ syntax: "*";
4216
+ inherits: false
4217
+ }
4218
+
4219
+ @property --tw-inset-ring-shadow {
4220
+ syntax: "*";
4221
+ inherits: false;
4222
+ initial-value: 0 0 #0000;
4223
+ }
4224
+
4225
+ @property --tw-ring-inset {
4226
+ syntax: "*";
4227
+ inherits: false
4228
+ }
4229
+
4230
+ @property --tw-ring-offset-width {
4231
+ syntax: "<length>";
4232
+ inherits: false;
4233
+ initial-value: 0;
4234
+ }
4235
+
4236
+ @property --tw-ring-offset-color {
4237
+ syntax: "*";
4238
+ inherits: false;
4239
+ initial-value: #fff;
4240
+ }
4241
+
4242
+ @property --tw-ring-offset-shadow {
4243
+ syntax: "*";
4244
+ inherits: false;
4245
+ initial-value: 0 0 #0000;
4246
+ }
4247
+
4248
+ @property --tw-outline-style {
4249
+ syntax: "*";
4250
+ inherits: false;
4251
+ initial-value: solid;
4252
+ }
4253
+
4254
+ @property --tw-blur {
4255
+ syntax: "*";
4256
+ inherits: false
4257
+ }
4258
+
4259
+ @property --tw-brightness {
4260
+ syntax: "*";
4261
+ inherits: false
4262
+ }
4263
+
4264
+ @property --tw-contrast {
4265
+ syntax: "*";
4266
+ inherits: false
4267
+ }
4268
+
4269
+ @property --tw-grayscale {
4270
+ syntax: "*";
4271
+ inherits: false
4272
+ }
4273
+
4274
+ @property --tw-hue-rotate {
4275
+ syntax: "*";
4276
+ inherits: false
4277
+ }
4278
+
4279
+ @property --tw-invert {
4280
+ syntax: "*";
4281
+ inherits: false
4282
+ }
4283
+
4284
+ @property --tw-opacity {
4285
+ syntax: "*";
4286
+ inherits: false
4287
+ }
4288
+
4289
+ @property --tw-saturate {
4290
+ syntax: "*";
4291
+ inherits: false
4292
+ }
4293
+
4294
+ @property --tw-sepia {
4295
+ syntax: "*";
4296
+ inherits: false
4297
+ }
4298
+
4299
+ @property --tw-drop-shadow {
4300
+ syntax: "*";
4301
+ inherits: false
4302
+ }
4303
+
4304
+ @property --tw-drop-shadow-color {
4305
+ syntax: "*";
4306
+ inherits: false
4307
+ }
4308
+
4309
+ @property --tw-drop-shadow-alpha {
4310
+ syntax: "<percentage>";
4311
+ inherits: false;
4312
+ initial-value: 100%;
4313
+ }
4314
+
4315
+ @property --tw-drop-shadow-size {
4316
+ syntax: "*";
4317
+ inherits: false
4318
+ }
4319
+
4320
+ @property --tw-duration {
4321
+ syntax: "*";
4322
+ inherits: false
4323
+ }
4324
+
4325
+ @keyframes spin {
4326
+ to {
4327
+ transform: rotate(360deg);
4328
+ }
4329
+ }
4330
+
4331
+ @keyframes pulse {
4332
+ 50% {
4333
+ opacity: .5;
4334
+ }
4335
+ }
4336
+
4337
+ @keyframes enter {
4338
+ from {
4339
+ opacity: var(--tw-enter-opacity, 1);
4340
+ 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));
4341
+ filter: blur(var(--tw-enter-blur, 0));
4342
+ }
4343
+ }
4344
+
4345
+ @keyframes exit {
4346
+ to {
4347
+ opacity: var(--tw-exit-opacity, 1);
4348
+ 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));
4349
+ filter: blur(var(--tw-exit-blur, 0));
4350
+ }
4351
+ }
4352
+
4353
+ @keyframes accordion-down {
4354
+ from {
4355
+ height: 0;
4356
+ }
4357
+
4358
+ to {
4359
+ height: var(--radix-accordion-content-height, var(--bits-accordion-content-height, var(--reka-accordion-content-height, var(--kb-accordion-content-height, var(--ngp-accordion-content-height, auto)))));
4360
+ }
4361
+ }
4362
+
4363
+ @keyframes accordion-up {
4364
+ from {
4365
+ height: var(--radix-accordion-content-height, var(--bits-accordion-content-height, var(--reka-accordion-content-height, var(--kb-accordion-content-height, var(--ngp-accordion-content-height, auto)))));
4366
+ }
4367
+
4368
+ to {
4369
+ height: 0;
4370
+ }
4371
+ }