@shopflowateam/ui 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/pkg/style.css +2448 -0
package/pkg/style.css ADDED
@@ -0,0 +1,2448 @@
1
+ /*! tailwindcss v4.2.2 | 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-scale-x: 1;
9
+ --tw-scale-y: 1;
10
+ --tw-scale-z: 1;
11
+ --tw-rotate-x: initial;
12
+ --tw-rotate-y: initial;
13
+ --tw-rotate-z: initial;
14
+ --tw-skew-x: initial;
15
+ --tw-skew-y: initial;
16
+ --tw-space-y-reverse: 0;
17
+ --tw-border-style: solid;
18
+ --tw-leading: initial;
19
+ --tw-font-weight: initial;
20
+ --tw-tracking: initial;
21
+ --tw-shadow: 0 0 #0000;
22
+ --tw-shadow-color: initial;
23
+ --tw-shadow-alpha: 100%;
24
+ --tw-inset-shadow: 0 0 #0000;
25
+ --tw-inset-shadow-color: initial;
26
+ --tw-inset-shadow-alpha: 100%;
27
+ --tw-ring-color: initial;
28
+ --tw-ring-shadow: 0 0 #0000;
29
+ --tw-inset-ring-color: initial;
30
+ --tw-inset-ring-shadow: 0 0 #0000;
31
+ --tw-ring-inset: initial;
32
+ --tw-ring-offset-width: 0px;
33
+ --tw-ring-offset-color: #fff;
34
+ --tw-ring-offset-shadow: 0 0 #0000;
35
+ --tw-backdrop-blur: initial;
36
+ --tw-backdrop-brightness: initial;
37
+ --tw-backdrop-contrast: initial;
38
+ --tw-backdrop-grayscale: initial;
39
+ --tw-backdrop-hue-rotate: initial;
40
+ --tw-backdrop-invert: initial;
41
+ --tw-backdrop-opacity: initial;
42
+ --tw-backdrop-saturate: initial;
43
+ --tw-backdrop-sepia: initial;
44
+ --tw-duration: initial;
45
+ }
46
+ }
47
+ }
48
+
49
+ @layer theme {
50
+ :root, :host {
51
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
52
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
53
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
54
+ "Courier New", monospace;
55
+ --color-red-50: oklch(97.1% .013 17.38);
56
+ --color-red-100: oklch(93.6% .032 17.717);
57
+ --color-red-500: oklch(63.7% .237 25.331);
58
+ --color-red-600: oklch(57.7% .245 27.325);
59
+ --color-red-700: oklch(50.5% .213 27.518);
60
+ --color-green-50: oklch(98.2% .018 155.826);
61
+ --color-green-100: oklch(96.2% .044 156.743);
62
+ --color-green-500: oklch(72.3% .219 149.579);
63
+ --color-green-600: oklch(62.7% .194 149.214);
64
+ --color-green-700: oklch(52.7% .154 150.069);
65
+ --color-gray-300: oklch(87.2% .01 258.338);
66
+ --color-gray-400: oklch(70.7% .022 261.325);
67
+ --color-gray-500: oklch(55.1% .027 264.364);
68
+ --color-gray-600: oklch(44.6% .03 256.802);
69
+ --color-gray-700: oklch(37.3% .034 259.733);
70
+ --color-gray-800: oklch(27.8% .033 256.848);
71
+ --color-gray-900: oklch(21% .034 264.665);
72
+ --color-black: #000;
73
+ --color-white: #fff;
74
+ --spacing: .25rem;
75
+ --container-sm: 24rem;
76
+ --container-md: 28rem;
77
+ --container-xl: 36rem;
78
+ --container-2xl: 42rem;
79
+ --container-7xl: 80rem;
80
+ --text-xs: .75rem;
81
+ --text-xs--line-height: calc(1 / .75);
82
+ --text-sm: .875rem;
83
+ --text-sm--line-height: calc(1.25 / .875);
84
+ --text-lg: 1.125rem;
85
+ --text-lg--line-height: calc(1.75 / 1.125);
86
+ --text-xl: 1.25rem;
87
+ --text-xl--line-height: calc(1.75 / 1.25);
88
+ --text-2xl: 1.5rem;
89
+ --text-2xl--line-height: calc(2 / 1.5);
90
+ --text-3xl: 1.875rem;
91
+ --text-3xl--line-height: calc(2.25 / 1.875);
92
+ --text-4xl: 2.25rem;
93
+ --text-4xl--line-height: calc(2.5 / 2.25);
94
+ --text-5xl: 3rem;
95
+ --text-5xl--line-height: 1;
96
+ --text-6xl: 3.75rem;
97
+ --text-6xl--line-height: 1;
98
+ --font-weight-medium: 500;
99
+ --font-weight-semibold: 600;
100
+ --font-weight-bold: 700;
101
+ --font-weight-black: 900;
102
+ --tracking-tighter: -.05em;
103
+ --tracking-tight: -.025em;
104
+ --tracking-normal: 0em;
105
+ --tracking-wide: .025em;
106
+ --tracking-wider: .05em;
107
+ --tracking-widest: .1em;
108
+ --leading-tight: 1.25;
109
+ --leading-relaxed: 1.625;
110
+ --radius-md: .375rem;
111
+ --radius-lg: .5rem;
112
+ --radius-xl: .75rem;
113
+ --radius-2xl: 1rem;
114
+ --radius-3xl: 1.5rem;
115
+ --animate-spin: spin 1s linear infinite;
116
+ --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
117
+ --blur-xl: 24px;
118
+ --default-transition-duration: .15s;
119
+ --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
120
+ --default-font-family: var(--font-sans);
121
+ --default-mono-font-family: var(--font-mono);
122
+ --color-primary: #0070f3;
123
+ --color-primary-dark: #0051ad;
124
+ --color-surface: #fff;
125
+ --color-surface-dim: #f5f5f7;
126
+ --color-border: #e5e5e5;
127
+ --color-text: #1d1d1f;
128
+ --color-text-muted: #86868b;
129
+ }
130
+ }
131
+
132
+ @layer base {
133
+ *, :after, :before, ::backdrop {
134
+ box-sizing: border-box;
135
+ border: 0 solid;
136
+ margin: 0;
137
+ padding: 0;
138
+ }
139
+
140
+ ::file-selector-button {
141
+ box-sizing: border-box;
142
+ border: 0 solid;
143
+ margin: 0;
144
+ padding: 0;
145
+ }
146
+
147
+ html, :host {
148
+ -webkit-text-size-adjust: 100%;
149
+ tab-size: 4;
150
+ line-height: 1.5;
151
+ 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");
152
+ font-feature-settings: var(--default-font-feature-settings, normal);
153
+ font-variation-settings: var(--default-font-variation-settings, normal);
154
+ -webkit-tap-highlight-color: transparent;
155
+ }
156
+
157
+ hr {
158
+ height: 0;
159
+ color: inherit;
160
+ border-top-width: 1px;
161
+ }
162
+
163
+ abbr:where([title]) {
164
+ -webkit-text-decoration: underline dotted;
165
+ text-decoration: underline dotted;
166
+ }
167
+
168
+ h1, h2, h3, h4, h5, h6 {
169
+ font-size: inherit;
170
+ font-weight: inherit;
171
+ }
172
+
173
+ a {
174
+ color: inherit;
175
+ -webkit-text-decoration: inherit;
176
+ -webkit-text-decoration: inherit;
177
+ -webkit-text-decoration: inherit;
178
+ text-decoration: inherit;
179
+ }
180
+
181
+ b, strong {
182
+ font-weight: bolder;
183
+ }
184
+
185
+ code, kbd, samp, pre {
186
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
187
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
188
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
189
+ font-size: 1em;
190
+ }
191
+
192
+ small {
193
+ font-size: 80%;
194
+ }
195
+
196
+ sub, sup {
197
+ vertical-align: baseline;
198
+ font-size: 75%;
199
+ line-height: 0;
200
+ position: relative;
201
+ }
202
+
203
+ sub {
204
+ bottom: -.25em;
205
+ }
206
+
207
+ sup {
208
+ top: -.5em;
209
+ }
210
+
211
+ table {
212
+ text-indent: 0;
213
+ border-color: inherit;
214
+ border-collapse: collapse;
215
+ }
216
+
217
+ :-moz-focusring {
218
+ outline: auto;
219
+ }
220
+
221
+ progress {
222
+ vertical-align: baseline;
223
+ }
224
+
225
+ summary {
226
+ display: list-item;
227
+ }
228
+
229
+ ol, ul, menu {
230
+ list-style: none;
231
+ }
232
+
233
+ img, svg, video, canvas, audio, iframe, embed, object {
234
+ vertical-align: middle;
235
+ display: block;
236
+ }
237
+
238
+ img, video {
239
+ max-width: 100%;
240
+ height: auto;
241
+ }
242
+
243
+ button, input, select, optgroup, textarea {
244
+ font: inherit;
245
+ font-feature-settings: inherit;
246
+ font-variation-settings: inherit;
247
+ letter-spacing: inherit;
248
+ color: inherit;
249
+ opacity: 1;
250
+ background-color: #0000;
251
+ border-radius: 0;
252
+ }
253
+
254
+ ::file-selector-button {
255
+ font: inherit;
256
+ font-feature-settings: inherit;
257
+ font-variation-settings: inherit;
258
+ letter-spacing: inherit;
259
+ color: inherit;
260
+ opacity: 1;
261
+ background-color: #0000;
262
+ border-radius: 0;
263
+ }
264
+
265
+ :where(select:is([multiple], [size])) optgroup {
266
+ font-weight: bolder;
267
+ }
268
+
269
+ :where(select:is([multiple], [size])) optgroup option {
270
+ padding-inline-start: 20px;
271
+ }
272
+
273
+ ::file-selector-button {
274
+ margin-inline-end: 4px;
275
+ }
276
+
277
+ ::placeholder {
278
+ opacity: 1;
279
+ }
280
+
281
+ @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
282
+ ::placeholder {
283
+ color: currentColor;
284
+ }
285
+
286
+ @supports (color: color-mix(in lab, red, red)) {
287
+ ::placeholder {
288
+ color: color-mix(in oklab, currentcolor 50%, transparent);
289
+ }
290
+ }
291
+ }
292
+
293
+ textarea {
294
+ resize: vertical;
295
+ }
296
+
297
+ ::-webkit-search-decoration {
298
+ -webkit-appearance: none;
299
+ }
300
+
301
+ ::-webkit-date-and-time-value {
302
+ min-height: 1lh;
303
+ text-align: inherit;
304
+ }
305
+
306
+ ::-webkit-datetime-edit {
307
+ display: inline-flex;
308
+ }
309
+
310
+ ::-webkit-datetime-edit-fields-wrapper {
311
+ padding: 0;
312
+ }
313
+
314
+ ::-webkit-datetime-edit {
315
+ padding-block: 0;
316
+ }
317
+
318
+ ::-webkit-datetime-edit-year-field {
319
+ padding-block: 0;
320
+ }
321
+
322
+ ::-webkit-datetime-edit-month-field {
323
+ padding-block: 0;
324
+ }
325
+
326
+ ::-webkit-datetime-edit-day-field {
327
+ padding-block: 0;
328
+ }
329
+
330
+ ::-webkit-datetime-edit-hour-field {
331
+ padding-block: 0;
332
+ }
333
+
334
+ ::-webkit-datetime-edit-minute-field {
335
+ padding-block: 0;
336
+ }
337
+
338
+ ::-webkit-datetime-edit-second-field {
339
+ padding-block: 0;
340
+ }
341
+
342
+ ::-webkit-datetime-edit-millisecond-field {
343
+ padding-block: 0;
344
+ }
345
+
346
+ ::-webkit-datetime-edit-meridiem-field {
347
+ padding-block: 0;
348
+ }
349
+
350
+ ::-webkit-calendar-picker-indicator {
351
+ line-height: 1;
352
+ }
353
+
354
+ :-moz-ui-invalid {
355
+ box-shadow: none;
356
+ }
357
+
358
+ button, input:where([type="button"], [type="reset"], [type="submit"]) {
359
+ appearance: button;
360
+ }
361
+
362
+ ::file-selector-button {
363
+ appearance: button;
364
+ }
365
+
366
+ ::-webkit-inner-spin-button {
367
+ height: auto;
368
+ }
369
+
370
+ ::-webkit-outer-spin-button {
371
+ height: auto;
372
+ }
373
+
374
+ [hidden]:where(:not([hidden="until-found"])) {
375
+ display: none !important;
376
+ }
377
+
378
+ :root {
379
+ --primary: var(--color-primary);
380
+ --surface: var(--color-surface);
381
+ --text: var(--color-text);
382
+ }
383
+
384
+ @media (prefers-color-scheme: dark) {
385
+ :root {
386
+ --color-surface: #000;
387
+ --color-surface-dim: #1c1c1e;
388
+ --color-border: #333;
389
+ --color-text: #f5f5f7;
390
+ --color-text-muted: #a1a1a6;
391
+ }
392
+ }
393
+
394
+ body {
395
+ background-color: var(--color-surface);
396
+ font-family: var(--font-sans);
397
+ color: var(--color-text);
398
+ -webkit-font-smoothing: antialiased;
399
+ -moz-osx-font-smoothing: grayscale;
400
+ font-family: Poppins, sans-serif;
401
+ }
402
+ }
403
+
404
+ @layer components {
405
+ .container-tight {
406
+ max-width: var(--container-7xl);
407
+ padding-inline: calc(var(--spacing) * 6);
408
+ margin-inline: auto;
409
+ }
410
+
411
+ @media (min-width: 64rem) {
412
+ .container-tight {
413
+ padding-inline: calc(var(--spacing) * 12);
414
+ }
415
+ }
416
+
417
+ .glass {
418
+ border-bottom-style: var(--tw-border-style);
419
+ border-color: #ffffff1a;
420
+ border-bottom-width: 1px;
421
+ }
422
+
423
+ @supports (color: color-mix(in lab, red, red)) {
424
+ .glass {
425
+ border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
426
+ }
427
+ }
428
+
429
+ .glass {
430
+ background-color: #ffffffb3;
431
+ }
432
+
433
+ @supports (color: color-mix(in lab, red, red)) {
434
+ .glass {
435
+ background-color: color-mix(in oklab, var(--color-surface) 70%, transparent);
436
+ }
437
+ }
438
+
439
+ .glass {
440
+ --tw-backdrop-blur: blur(var(--blur-xl));
441
+ -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
442
+ backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
443
+ }
444
+
445
+ .btn-primary {
446
+ border-radius: var(--radius-2xl);
447
+ background-color: var(--color-primary);
448
+ min-height: 44px;
449
+ padding-inline: calc(var(--spacing) * 8);
450
+ padding-block: calc(var(--spacing) * 3);
451
+ --tw-font-weight: var(--font-weight-bold);
452
+ font-weight: var(--font-weight-bold);
453
+ color: var(--color-white);
454
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
455
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
456
+ --tw-shadow-color: #0070f333;
457
+ justify-content: center;
458
+ align-items: center;
459
+ display: flex;
460
+ }
461
+
462
+ @supports (color: color-mix(in lab, red, red)) {
463
+ .btn-primary {
464
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-primary) 20%, transparent) var(--tw-shadow-alpha), transparent);
465
+ }
466
+ }
467
+
468
+ .btn-primary {
469
+ transition-property: all;
470
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
471
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
472
+ }
473
+
474
+ .tap-target {
475
+ justify-content: center;
476
+ align-items: center;
477
+ min-width: 44px;
478
+ min-height: 44px;
479
+ display: flex;
480
+ }
481
+
482
+ @media (hover: hover) {
483
+ .btn-primary:hover {
484
+ --tw-scale-x: 105%;
485
+ --tw-scale-y: 105%;
486
+ --tw-scale-z: 105%;
487
+ scale: var(--tw-scale-x) var(--tw-scale-y);
488
+ --tw-shadow-color: #0070f366;
489
+ }
490
+
491
+ @supports (color: color-mix(in lab, red, red)) {
492
+ .btn-primary:hover {
493
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-primary) 40%, transparent) var(--tw-shadow-alpha), transparent);
494
+ }
495
+ }
496
+ }
497
+ }
498
+
499
+ @layer utilities {
500
+ .\@container, .\[container-type\:inline-size\] {
501
+ container-type: inline-size;
502
+ }
503
+
504
+ .invisible {
505
+ visibility: hidden;
506
+ }
507
+
508
+ .visible {
509
+ visibility: visible;
510
+ }
511
+
512
+ .absolute {
513
+ position: absolute;
514
+ }
515
+
516
+ .fixed {
517
+ position: fixed;
518
+ }
519
+
520
+ .relative {
521
+ position: relative;
522
+ }
523
+
524
+ .sticky {
525
+ position: sticky;
526
+ }
527
+
528
+ .inset-0 {
529
+ inset: calc(var(--spacing) * 0);
530
+ }
531
+
532
+ .inset-y-0 {
533
+ inset-block: calc(var(--spacing) * 0);
534
+ }
535
+
536
+ .start {
537
+ inset-inline-start: var(--spacing);
538
+ }
539
+
540
+ .-top-1 {
541
+ top: calc(var(--spacing) * -1);
542
+ }
543
+
544
+ .top-0 {
545
+ top: calc(var(--spacing) * 0);
546
+ }
547
+
548
+ .top-1\/2 {
549
+ top: 50%;
550
+ }
551
+
552
+ .top-20 {
553
+ top: calc(var(--spacing) * 20);
554
+ }
555
+
556
+ .-right-1 {
557
+ right: calc(var(--spacing) * -1);
558
+ }
559
+
560
+ .right-0 {
561
+ right: calc(var(--spacing) * 0);
562
+ }
563
+
564
+ .-bottom-1 {
565
+ bottom: calc(var(--spacing) * -1);
566
+ }
567
+
568
+ .bottom-10 {
569
+ bottom: calc(var(--spacing) * 10);
570
+ }
571
+
572
+ .left-0 {
573
+ left: calc(var(--spacing) * 0);
574
+ }
575
+
576
+ .left-4 {
577
+ left: calc(var(--spacing) * 4);
578
+ }
579
+
580
+ .z-10 {
581
+ z-index: 10;
582
+ }
583
+
584
+ .z-40 {
585
+ z-index: 40;
586
+ }
587
+
588
+ .z-50 {
589
+ z-index: 50;
590
+ }
591
+
592
+ .z-\[100\] {
593
+ z-index: 100;
594
+ }
595
+
596
+ .col-span-1 {
597
+ grid-column: span 1 / span 1;
598
+ }
599
+
600
+ .container {
601
+ width: 100%;
602
+ }
603
+
604
+ @media (min-width: 40rem) {
605
+ .container {
606
+ max-width: 40rem;
607
+ }
608
+ }
609
+
610
+ @media (min-width: 48rem) {
611
+ .container {
612
+ max-width: 48rem;
613
+ }
614
+ }
615
+
616
+ @media (min-width: 64rem) {
617
+ .container {
618
+ max-width: 64rem;
619
+ }
620
+ }
621
+
622
+ @media (min-width: 80rem) {
623
+ .container {
624
+ max-width: 80rem;
625
+ }
626
+ }
627
+
628
+ @media (min-width: 96rem) {
629
+ .container {
630
+ max-width: 96rem;
631
+ }
632
+ }
633
+
634
+ .mx-4 {
635
+ margin-inline: calc(var(--spacing) * 4);
636
+ }
637
+
638
+ .mx-auto {
639
+ margin-inline: auto;
640
+ }
641
+
642
+ .mt-2 {
643
+ margin-top: calc(var(--spacing) * 2);
644
+ }
645
+
646
+ .mt-4 {
647
+ margin-top: calc(var(--spacing) * 4);
648
+ }
649
+
650
+ .mt-8 {
651
+ margin-top: calc(var(--spacing) * 8);
652
+ }
653
+
654
+ .mt-10 {
655
+ margin-top: calc(var(--spacing) * 10);
656
+ }
657
+
658
+ .-mr-4 {
659
+ margin-right: calc(var(--spacing) * -4);
660
+ }
661
+
662
+ .-mb-4 {
663
+ margin-bottom: calc(var(--spacing) * -4);
664
+ }
665
+
666
+ .mb-2 {
667
+ margin-bottom: calc(var(--spacing) * 2);
668
+ }
669
+
670
+ .mb-4 {
671
+ margin-bottom: calc(var(--spacing) * 4);
672
+ }
673
+
674
+ .mb-6 {
675
+ margin-bottom: calc(var(--spacing) * 6);
676
+ }
677
+
678
+ .mb-8 {
679
+ margin-bottom: calc(var(--spacing) * 8);
680
+ }
681
+
682
+ .mb-10 {
683
+ margin-bottom: calc(var(--spacing) * 10);
684
+ }
685
+
686
+ .mb-12 {
687
+ margin-bottom: calc(var(--spacing) * 12);
688
+ }
689
+
690
+ .mb-16 {
691
+ margin-bottom: calc(var(--spacing) * 16);
692
+ }
693
+
694
+ .ml-auto {
695
+ margin-left: auto;
696
+ }
697
+
698
+ .line-clamp-1 {
699
+ -webkit-line-clamp: 1;
700
+ -webkit-box-orient: vertical;
701
+ display: -webkit-box;
702
+ overflow: hidden;
703
+ }
704
+
705
+ .line-clamp-2 {
706
+ -webkit-line-clamp: 2;
707
+ -webkit-box-orient: vertical;
708
+ display: -webkit-box;
709
+ overflow: hidden;
710
+ }
711
+
712
+ .block {
713
+ display: block;
714
+ }
715
+
716
+ .flex {
717
+ display: flex;
718
+ }
719
+
720
+ .grid {
721
+ display: grid;
722
+ }
723
+
724
+ .hidden {
725
+ display: none;
726
+ }
727
+
728
+ .inline-block {
729
+ display: inline-block;
730
+ }
731
+
732
+ .aspect-square {
733
+ aspect-ratio: 1;
734
+ }
735
+
736
+ .h-0\.5 {
737
+ height: calc(var(--spacing) * .5);
738
+ }
739
+
740
+ .h-1 {
741
+ height: calc(var(--spacing) * 1);
742
+ }
743
+
744
+ .h-2 {
745
+ height: calc(var(--spacing) * 2);
746
+ }
747
+
748
+ .h-4 {
749
+ height: calc(var(--spacing) * 4);
750
+ }
751
+
752
+ .h-5 {
753
+ height: calc(var(--spacing) * 5);
754
+ }
755
+
756
+ .h-6 {
757
+ height: calc(var(--spacing) * 6);
758
+ }
759
+
760
+ .h-8 {
761
+ height: calc(var(--spacing) * 8);
762
+ }
763
+
764
+ .h-10 {
765
+ height: calc(var(--spacing) * 10);
766
+ }
767
+
768
+ .h-11 {
769
+ height: calc(var(--spacing) * 11);
770
+ }
771
+
772
+ .h-12 {
773
+ height: calc(var(--spacing) * 12);
774
+ }
775
+
776
+ .h-16 {
777
+ height: calc(var(--spacing) * 16);
778
+ }
779
+
780
+ .h-20 {
781
+ height: calc(var(--spacing) * 20);
782
+ }
783
+
784
+ .h-32 {
785
+ height: calc(var(--spacing) * 32);
786
+ }
787
+
788
+ .h-\[1px\] {
789
+ height: 1px;
790
+ }
791
+
792
+ .h-\[600px\] {
793
+ height: 600px;
794
+ }
795
+
796
+ .h-full {
797
+ height: 100%;
798
+ }
799
+
800
+ .min-h-\[44px\] {
801
+ min-height: 44px;
802
+ }
803
+
804
+ .min-h-\[48px\] {
805
+ min-height: 48px;
806
+ }
807
+
808
+ .min-h-\[58px\] {
809
+ min-height: 58px;
810
+ }
811
+
812
+ .min-h-\[60px\] {
813
+ min-height: 60px;
814
+ }
815
+
816
+ .min-h-screen {
817
+ min-height: 100vh;
818
+ }
819
+
820
+ .w-1\/2 {
821
+ width: 50%;
822
+ }
823
+
824
+ .w-1\/4 {
825
+ width: 25%;
826
+ }
827
+
828
+ .w-2 {
829
+ width: calc(var(--spacing) * 2);
830
+ }
831
+
832
+ .w-3\/4 {
833
+ width: 75%;
834
+ }
835
+
836
+ .w-4 {
837
+ width: calc(var(--spacing) * 4);
838
+ }
839
+
840
+ .w-5 {
841
+ width: calc(var(--spacing) * 5);
842
+ }
843
+
844
+ .w-8 {
845
+ width: calc(var(--spacing) * 8);
846
+ }
847
+
848
+ .w-10 {
849
+ width: calc(var(--spacing) * 10);
850
+ }
851
+
852
+ .w-12 {
853
+ width: calc(var(--spacing) * 12);
854
+ }
855
+
856
+ .w-16 {
857
+ width: calc(var(--spacing) * 16);
858
+ }
859
+
860
+ .w-32 {
861
+ width: calc(var(--spacing) * 32);
862
+ }
863
+
864
+ .w-72 {
865
+ width: calc(var(--spacing) * 72);
866
+ }
867
+
868
+ .w-\[85\%\] {
869
+ width: 85%;
870
+ }
871
+
872
+ .w-full {
873
+ width: 100%;
874
+ }
875
+
876
+ .max-w-2xl {
877
+ max-width: var(--container-2xl);
878
+ }
879
+
880
+ .max-w-sm {
881
+ max-width: var(--container-sm);
882
+ }
883
+
884
+ .max-w-xl {
885
+ max-width: var(--container-xl);
886
+ }
887
+
888
+ .min-w-\[44px\] {
889
+ min-width: 44px;
890
+ }
891
+
892
+ .flex-1 {
893
+ flex: 1;
894
+ }
895
+
896
+ .flex-shrink-0 {
897
+ flex-shrink: 0;
898
+ }
899
+
900
+ .origin-top-left {
901
+ transform-origin: 0 0;
902
+ }
903
+
904
+ .translate-x-0 {
905
+ --tw-translate-x: calc(var(--spacing) * 0);
906
+ translate: var(--tw-translate-x) var(--tw-translate-y);
907
+ }
908
+
909
+ .translate-x-full {
910
+ --tw-translate-x: 100%;
911
+ translate: var(--tw-translate-x) var(--tw-translate-y);
912
+ }
913
+
914
+ .-translate-y-1\/2 {
915
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
916
+ translate: var(--tw-translate-x) var(--tw-translate-y);
917
+ }
918
+
919
+ .scale-90 {
920
+ --tw-scale-x: 90%;
921
+ --tw-scale-y: 90%;
922
+ --tw-scale-z: 90%;
923
+ scale: var(--tw-scale-x) var(--tw-scale-y);
924
+ }
925
+
926
+ .scale-110 {
927
+ --tw-scale-x: 110%;
928
+ --tw-scale-y: 110%;
929
+ --tw-scale-z: 110%;
930
+ scale: var(--tw-scale-x) var(--tw-scale-y);
931
+ }
932
+
933
+ .transform {
934
+ transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
935
+ }
936
+
937
+ .animate-pulse {
938
+ animation: var(--animate-pulse);
939
+ }
940
+
941
+ .animate-spin {
942
+ animation: var(--animate-spin);
943
+ }
944
+
945
+ .cursor-pointer {
946
+ cursor: pointer;
947
+ }
948
+
949
+ .grid-cols-1 {
950
+ grid-template-columns: repeat(1, minmax(0, 1fr));
951
+ }
952
+
953
+ .grid-cols-2 {
954
+ grid-template-columns: repeat(2, minmax(0, 1fr));
955
+ }
956
+
957
+ .flex-col {
958
+ flex-direction: column;
959
+ }
960
+
961
+ .flex-wrap {
962
+ flex-wrap: wrap;
963
+ }
964
+
965
+ .items-center {
966
+ align-items: center;
967
+ }
968
+
969
+ .items-end {
970
+ align-items: flex-end;
971
+ }
972
+
973
+ .items-start {
974
+ align-items: flex-start;
975
+ }
976
+
977
+ .justify-between {
978
+ justify-content: space-between;
979
+ }
980
+
981
+ .justify-center {
982
+ justify-content: center;
983
+ }
984
+
985
+ .justify-start {
986
+ justify-content: flex-start;
987
+ }
988
+
989
+ .gap-1 {
990
+ gap: calc(var(--spacing) * 1);
991
+ }
992
+
993
+ .gap-2 {
994
+ gap: calc(var(--spacing) * 2);
995
+ }
996
+
997
+ .gap-3 {
998
+ gap: calc(var(--spacing) * 3);
999
+ }
1000
+
1001
+ .gap-4 {
1002
+ gap: calc(var(--spacing) * 4);
1003
+ }
1004
+
1005
+ .gap-6 {
1006
+ gap: calc(var(--spacing) * 6);
1007
+ }
1008
+
1009
+ .gap-8 {
1010
+ gap: calc(var(--spacing) * 8);
1011
+ }
1012
+
1013
+ .gap-12 {
1014
+ gap: calc(var(--spacing) * 12);
1015
+ }
1016
+
1017
+ .gap-16 {
1018
+ gap: calc(var(--spacing) * 16);
1019
+ }
1020
+
1021
+ .gap-20 {
1022
+ gap: calc(var(--spacing) * 20);
1023
+ }
1024
+
1025
+ .gap-px {
1026
+ gap: 1px;
1027
+ }
1028
+
1029
+ :where(.space-y-1 > :not(:last-child)) {
1030
+ --tw-space-y-reverse: 0;
1031
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
1032
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
1033
+ }
1034
+
1035
+ :where(.space-y-2 > :not(:last-child)) {
1036
+ --tw-space-y-reverse: 0;
1037
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
1038
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
1039
+ }
1040
+
1041
+ :where(.space-y-3 > :not(:last-child)) {
1042
+ --tw-space-y-reverse: 0;
1043
+ margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
1044
+ margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
1045
+ }
1046
+
1047
+ :where(.space-y-4 > :not(:last-child)) {
1048
+ --tw-space-y-reverse: 0;
1049
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
1050
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
1051
+ }
1052
+
1053
+ :where(.space-y-6 > :not(:last-child)) {
1054
+ --tw-space-y-reverse: 0;
1055
+ margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
1056
+ margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
1057
+ }
1058
+
1059
+ :where(.space-y-8 > :not(:last-child)) {
1060
+ --tw-space-y-reverse: 0;
1061
+ margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
1062
+ margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
1063
+ }
1064
+
1065
+ :where(.space-y-10 > :not(:last-child)) {
1066
+ --tw-space-y-reverse: 0;
1067
+ margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
1068
+ margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
1069
+ }
1070
+
1071
+ :where(.space-y-12 > :not(:last-child)) {
1072
+ --tw-space-y-reverse: 0;
1073
+ margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
1074
+ margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
1075
+ }
1076
+
1077
+ .gap-x-4 {
1078
+ column-gap: calc(var(--spacing) * 4);
1079
+ }
1080
+
1081
+ .gap-y-8 {
1082
+ row-gap: calc(var(--spacing) * 8);
1083
+ }
1084
+
1085
+ .overflow-hidden {
1086
+ overflow: hidden;
1087
+ }
1088
+
1089
+ .overflow-x-auto {
1090
+ overflow-x: auto;
1091
+ }
1092
+
1093
+ .overflow-y-auto {
1094
+ overflow-y: auto;
1095
+ }
1096
+
1097
+ .rounded {
1098
+ border-radius: .25rem;
1099
+ }
1100
+
1101
+ .rounded-3xl {
1102
+ border-radius: var(--radius-3xl);
1103
+ }
1104
+
1105
+ .rounded-full {
1106
+ border-radius: 3.40282e38px;
1107
+ }
1108
+
1109
+ .rounded-lg {
1110
+ border-radius: var(--radius-lg);
1111
+ }
1112
+
1113
+ .rounded-md {
1114
+ border-radius: var(--radius-md);
1115
+ }
1116
+
1117
+ .rounded-xl {
1118
+ border-radius: var(--radius-xl);
1119
+ }
1120
+
1121
+ .border {
1122
+ border-style: var(--tw-border-style);
1123
+ border-width: 1px;
1124
+ }
1125
+
1126
+ .border-2 {
1127
+ border-style: var(--tw-border-style);
1128
+ border-width: 2px;
1129
+ }
1130
+
1131
+ .border-t {
1132
+ border-top-style: var(--tw-border-style);
1133
+ border-top-width: 1px;
1134
+ }
1135
+
1136
+ .border-b {
1137
+ border-bottom-style: var(--tw-border-style);
1138
+ border-bottom-width: 1px;
1139
+ }
1140
+
1141
+ .border-l {
1142
+ border-left-style: var(--tw-border-style);
1143
+ border-left-width: 1px;
1144
+ }
1145
+
1146
+ .border-border {
1147
+ border-color: var(--color-border);
1148
+ }
1149
+
1150
+ .border-gray-800 {
1151
+ border-color: var(--color-gray-800);
1152
+ }
1153
+
1154
+ .border-green-100 {
1155
+ border-color: var(--color-green-100);
1156
+ }
1157
+
1158
+ .border-primary {
1159
+ border-color: var(--color-primary);
1160
+ }
1161
+
1162
+ .border-red-100 {
1163
+ border-color: var(--color-red-100);
1164
+ }
1165
+
1166
+ .border-transparent {
1167
+ border-color: #0000;
1168
+ }
1169
+
1170
+ .border-white\/10 {
1171
+ border-color: #ffffff1a;
1172
+ }
1173
+
1174
+ @supports (color: color-mix(in lab, red, red)) {
1175
+ .border-white\/10 {
1176
+ border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
1177
+ }
1178
+ }
1179
+
1180
+ .border-white\/30 {
1181
+ border-color: #ffffff4d;
1182
+ }
1183
+
1184
+ @supports (color: color-mix(in lab, red, red)) {
1185
+ .border-white\/30 {
1186
+ border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
1187
+ }
1188
+ }
1189
+
1190
+ .border-t-white {
1191
+ border-top-color: var(--color-white);
1192
+ }
1193
+
1194
+ .bg-\[\#0A0A0A\] {
1195
+ background-color: #0a0a0a;
1196
+ }
1197
+
1198
+ .bg-black {
1199
+ background-color: var(--color-black);
1200
+ }
1201
+
1202
+ .bg-black\/40 {
1203
+ background-color: #0006;
1204
+ }
1205
+
1206
+ @supports (color: color-mix(in lab, red, red)) {
1207
+ .bg-black\/40 {
1208
+ background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
1209
+ }
1210
+ }
1211
+
1212
+ .bg-black\/80 {
1213
+ background-color: #000c;
1214
+ }
1215
+
1216
+ @supports (color: color-mix(in lab, red, red)) {
1217
+ .bg-black\/80 {
1218
+ background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
1219
+ }
1220
+ }
1221
+
1222
+ .bg-border {
1223
+ background-color: var(--color-border);
1224
+ }
1225
+
1226
+ .bg-gray-900 {
1227
+ background-color: var(--color-gray-900);
1228
+ }
1229
+
1230
+ .bg-gray-900\/50 {
1231
+ background-color: #10182880;
1232
+ }
1233
+
1234
+ @supports (color: color-mix(in lab, red, red)) {
1235
+ .bg-gray-900\/50 {
1236
+ background-color: color-mix(in oklab, var(--color-gray-900) 50%, transparent);
1237
+ }
1238
+ }
1239
+
1240
+ .bg-green-50 {
1241
+ background-color: var(--color-green-50);
1242
+ }
1243
+
1244
+ .bg-green-500 {
1245
+ background-color: var(--color-green-500);
1246
+ }
1247
+
1248
+ .bg-primary {
1249
+ background-color: var(--color-primary);
1250
+ }
1251
+
1252
+ .bg-primary\/5 {
1253
+ background-color: #0070f30d;
1254
+ }
1255
+
1256
+ @supports (color: color-mix(in lab, red, red)) {
1257
+ .bg-primary\/5 {
1258
+ background-color: color-mix(in oklab, var(--color-primary) 5%, transparent);
1259
+ }
1260
+ }
1261
+
1262
+ .bg-primary\/20 {
1263
+ background-color: #0070f333;
1264
+ }
1265
+
1266
+ @supports (color: color-mix(in lab, red, red)) {
1267
+ .bg-primary\/20 {
1268
+ background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
1269
+ }
1270
+ }
1271
+
1272
+ .bg-red-50 {
1273
+ background-color: var(--color-red-50);
1274
+ }
1275
+
1276
+ .bg-red-500 {
1277
+ background-color: var(--color-red-500);
1278
+ }
1279
+
1280
+ .bg-surface {
1281
+ background-color: var(--color-surface);
1282
+ }
1283
+
1284
+ .bg-surface-dim {
1285
+ background-color: var(--color-surface-dim);
1286
+ }
1287
+
1288
+ .bg-text\/5 {
1289
+ background-color: #1d1d1f0d;
1290
+ }
1291
+
1292
+ @supports (color: color-mix(in lab, red, red)) {
1293
+ .bg-text\/5 {
1294
+ background-color: color-mix(in oklab, var(--color-text) 5%, transparent);
1295
+ }
1296
+ }
1297
+
1298
+ .bg-white {
1299
+ background-color: var(--color-white);
1300
+ }
1301
+
1302
+ .bg-white\/5 {
1303
+ background-color: #ffffff0d;
1304
+ }
1305
+
1306
+ @supports (color: color-mix(in lab, red, red)) {
1307
+ .bg-white\/5 {
1308
+ background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
1309
+ }
1310
+ }
1311
+
1312
+ .bg-white\/10 {
1313
+ background-color: #ffffff1a;
1314
+ }
1315
+
1316
+ @supports (color: color-mix(in lab, red, red)) {
1317
+ .bg-white\/10 {
1318
+ background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
1319
+ }
1320
+ }
1321
+
1322
+ .object-cover {
1323
+ object-fit: cover;
1324
+ }
1325
+
1326
+ .p-2 {
1327
+ padding: calc(var(--spacing) * 2);
1328
+ }
1329
+
1330
+ .p-2\.5 {
1331
+ padding: calc(var(--spacing) * 2.5);
1332
+ }
1333
+
1334
+ .p-3 {
1335
+ padding: calc(var(--spacing) * 3);
1336
+ }
1337
+
1338
+ .p-4 {
1339
+ padding: calc(var(--spacing) * 4);
1340
+ }
1341
+
1342
+ .p-5 {
1343
+ padding: calc(var(--spacing) * 5);
1344
+ }
1345
+
1346
+ .p-8 {
1347
+ padding: calc(var(--spacing) * 8);
1348
+ }
1349
+
1350
+ .p-10 {
1351
+ padding: calc(var(--spacing) * 10);
1352
+ }
1353
+
1354
+ .px-2 {
1355
+ padding-inline: calc(var(--spacing) * 2);
1356
+ }
1357
+
1358
+ .px-4 {
1359
+ padding-inline: calc(var(--spacing) * 4);
1360
+ }
1361
+
1362
+ .px-5 {
1363
+ padding-inline: calc(var(--spacing) * 5);
1364
+ }
1365
+
1366
+ .px-6 {
1367
+ padding-inline: calc(var(--spacing) * 6);
1368
+ }
1369
+
1370
+ .px-8 {
1371
+ padding-inline: calc(var(--spacing) * 8);
1372
+ }
1373
+
1374
+ .px-10 {
1375
+ padding-inline: calc(var(--spacing) * 10);
1376
+ }
1377
+
1378
+ .py-0\.5 {
1379
+ padding-block: calc(var(--spacing) * .5);
1380
+ }
1381
+
1382
+ .py-1 {
1383
+ padding-block: calc(var(--spacing) * 1);
1384
+ }
1385
+
1386
+ .py-2 {
1387
+ padding-block: calc(var(--spacing) * 2);
1388
+ }
1389
+
1390
+ .py-2\.5 {
1391
+ padding-block: calc(var(--spacing) * 2.5);
1392
+ }
1393
+
1394
+ .py-3 {
1395
+ padding-block: calc(var(--spacing) * 3);
1396
+ }
1397
+
1398
+ .py-4 {
1399
+ padding-block: calc(var(--spacing) * 4);
1400
+ }
1401
+
1402
+ .py-5 {
1403
+ padding-block: calc(var(--spacing) * 5);
1404
+ }
1405
+
1406
+ .py-6 {
1407
+ padding-block: calc(var(--spacing) * 6);
1408
+ }
1409
+
1410
+ .py-8 {
1411
+ padding-block: calc(var(--spacing) * 8);
1412
+ }
1413
+
1414
+ .py-10 {
1415
+ padding-block: calc(var(--spacing) * 10);
1416
+ }
1417
+
1418
+ .py-12 {
1419
+ padding-block: calc(var(--spacing) * 12);
1420
+ }
1421
+
1422
+ .py-24 {
1423
+ padding-block: calc(var(--spacing) * 24);
1424
+ }
1425
+
1426
+ .py-40 {
1427
+ padding-block: calc(var(--spacing) * 40);
1428
+ }
1429
+
1430
+ .pt-6 {
1431
+ padding-top: calc(var(--spacing) * 6);
1432
+ }
1433
+
1434
+ .pt-8 {
1435
+ padding-top: calc(var(--spacing) * 8);
1436
+ }
1437
+
1438
+ .pt-16 {
1439
+ padding-top: calc(var(--spacing) * 16);
1440
+ }
1441
+
1442
+ .pt-\[env\(safe-area-inset-top\)\] {
1443
+ padding-top: env(safe-area-inset-top);
1444
+ }
1445
+
1446
+ .pr-4 {
1447
+ padding-right: calc(var(--spacing) * 4);
1448
+ }
1449
+
1450
+ .pr-\[env\(safe-area-inset-right\)\] {
1451
+ padding-right: env(safe-area-inset-right);
1452
+ }
1453
+
1454
+ .pb-2 {
1455
+ padding-bottom: calc(var(--spacing) * 2);
1456
+ }
1457
+
1458
+ .pb-8 {
1459
+ padding-bottom: calc(var(--spacing) * 8);
1460
+ }
1461
+
1462
+ .pb-\[env\(safe-area-inset-bottom\)\] {
1463
+ padding-bottom: env(safe-area-inset-bottom);
1464
+ }
1465
+
1466
+ .pl-12 {
1467
+ padding-left: calc(var(--spacing) * 12);
1468
+ }
1469
+
1470
+ .pl-\[env\(safe-area-inset-left\)\] {
1471
+ padding-left: env(safe-area-inset-left);
1472
+ }
1473
+
1474
+ .text-center {
1475
+ text-align: center;
1476
+ }
1477
+
1478
+ .text-left {
1479
+ text-align: left;
1480
+ }
1481
+
1482
+ .text-2xl {
1483
+ font-size: var(--text-2xl);
1484
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1485
+ }
1486
+
1487
+ .text-3xl {
1488
+ font-size: var(--text-3xl);
1489
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
1490
+ }
1491
+
1492
+ .text-4xl {
1493
+ font-size: var(--text-4xl);
1494
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
1495
+ }
1496
+
1497
+ .text-lg {
1498
+ font-size: var(--text-lg);
1499
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1500
+ }
1501
+
1502
+ .text-sm {
1503
+ font-size: var(--text-sm);
1504
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1505
+ }
1506
+
1507
+ .text-xl {
1508
+ font-size: var(--text-xl);
1509
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1510
+ }
1511
+
1512
+ .text-xs {
1513
+ font-size: var(--text-xs);
1514
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1515
+ }
1516
+
1517
+ .text-\[8px\] {
1518
+ font-size: 8px;
1519
+ }
1520
+
1521
+ .text-\[9px\] {
1522
+ font-size: 9px;
1523
+ }
1524
+
1525
+ .text-\[10px\] {
1526
+ font-size: 10px;
1527
+ }
1528
+
1529
+ .text-\[11px\] {
1530
+ font-size: 11px;
1531
+ }
1532
+
1533
+ .text-\[12px\] {
1534
+ font-size: 12px;
1535
+ }
1536
+
1537
+ .text-\[13px\] {
1538
+ font-size: 13px;
1539
+ }
1540
+
1541
+ .text-\[15px\] {
1542
+ font-size: 15px;
1543
+ }
1544
+
1545
+ .leading-relaxed {
1546
+ --tw-leading: var(--leading-relaxed);
1547
+ line-height: var(--leading-relaxed);
1548
+ }
1549
+
1550
+ .leading-tight {
1551
+ --tw-leading: var(--leading-tight);
1552
+ line-height: var(--leading-tight);
1553
+ }
1554
+
1555
+ .font-black {
1556
+ --tw-font-weight: var(--font-weight-black);
1557
+ font-weight: var(--font-weight-black);
1558
+ }
1559
+
1560
+ .font-bold {
1561
+ --tw-font-weight: var(--font-weight-bold);
1562
+ font-weight: var(--font-weight-bold);
1563
+ }
1564
+
1565
+ .font-medium {
1566
+ --tw-font-weight: var(--font-weight-medium);
1567
+ font-weight: var(--font-weight-medium);
1568
+ }
1569
+
1570
+ .font-semibold {
1571
+ --tw-font-weight: var(--font-weight-semibold);
1572
+ font-weight: var(--font-weight-semibold);
1573
+ }
1574
+
1575
+ .tracking-\[0\.2em\] {
1576
+ --tw-tracking: .2em;
1577
+ letter-spacing: .2em;
1578
+ }
1579
+
1580
+ .tracking-\[0\.3em\] {
1581
+ --tw-tracking: .3em;
1582
+ letter-spacing: .3em;
1583
+ }
1584
+
1585
+ .tracking-\[0\.4em\] {
1586
+ --tw-tracking: .4em;
1587
+ letter-spacing: .4em;
1588
+ }
1589
+
1590
+ .tracking-\[0\.25em\] {
1591
+ --tw-tracking: .25em;
1592
+ letter-spacing: .25em;
1593
+ }
1594
+
1595
+ .tracking-normal {
1596
+ --tw-tracking: var(--tracking-normal);
1597
+ letter-spacing: var(--tracking-normal);
1598
+ }
1599
+
1600
+ .tracking-tight {
1601
+ --tw-tracking: var(--tracking-tight);
1602
+ letter-spacing: var(--tracking-tight);
1603
+ }
1604
+
1605
+ .tracking-tighter {
1606
+ --tw-tracking: var(--tracking-tighter);
1607
+ letter-spacing: var(--tracking-tighter);
1608
+ }
1609
+
1610
+ .tracking-wide {
1611
+ --tw-tracking: var(--tracking-wide);
1612
+ letter-spacing: var(--tracking-wide);
1613
+ }
1614
+
1615
+ .tracking-wider {
1616
+ --tw-tracking: var(--tracking-wider);
1617
+ letter-spacing: var(--tracking-wider);
1618
+ }
1619
+
1620
+ .tracking-widest {
1621
+ --tw-tracking: var(--tracking-widest);
1622
+ letter-spacing: var(--tracking-widest);
1623
+ }
1624
+
1625
+ .whitespace-nowrap {
1626
+ white-space: nowrap;
1627
+ }
1628
+
1629
+ .text-black {
1630
+ color: var(--color-black);
1631
+ }
1632
+
1633
+ .text-gray-300 {
1634
+ color: var(--color-gray-300);
1635
+ }
1636
+
1637
+ .text-gray-400 {
1638
+ color: var(--color-gray-400);
1639
+ }
1640
+
1641
+ .text-gray-500 {
1642
+ color: var(--color-gray-500);
1643
+ }
1644
+
1645
+ .text-gray-600 {
1646
+ color: var(--color-gray-600);
1647
+ }
1648
+
1649
+ .text-green-600 {
1650
+ color: var(--color-green-600);
1651
+ }
1652
+
1653
+ .text-green-700 {
1654
+ color: var(--color-green-700);
1655
+ }
1656
+
1657
+ .text-primary {
1658
+ color: var(--color-primary);
1659
+ }
1660
+
1661
+ .text-red-500 {
1662
+ color: var(--color-red-500);
1663
+ }
1664
+
1665
+ .text-red-600 {
1666
+ color: var(--color-red-600);
1667
+ }
1668
+
1669
+ .text-text {
1670
+ color: var(--color-text);
1671
+ }
1672
+
1673
+ .text-text-muted {
1674
+ color: var(--color-text-muted);
1675
+ }
1676
+
1677
+ .text-white {
1678
+ color: var(--color-white);
1679
+ }
1680
+
1681
+ .text-white\/40 {
1682
+ color: #fff6;
1683
+ }
1684
+
1685
+ @supports (color: color-mix(in lab, red, red)) {
1686
+ .text-white\/40 {
1687
+ color: color-mix(in oklab, var(--color-white) 40%, transparent);
1688
+ }
1689
+ }
1690
+
1691
+ .uppercase {
1692
+ text-transform: uppercase;
1693
+ }
1694
+
1695
+ .italic {
1696
+ font-style: italic;
1697
+ }
1698
+
1699
+ .underline {
1700
+ text-decoration-line: underline;
1701
+ }
1702
+
1703
+ .decoration-2 {
1704
+ text-decoration-thickness: 2px;
1705
+ }
1706
+
1707
+ .underline-offset-4 {
1708
+ text-underline-offset: 4px;
1709
+ }
1710
+
1711
+ .underline-offset-8 {
1712
+ text-underline-offset: 8px;
1713
+ }
1714
+
1715
+ .opacity-0 {
1716
+ opacity: 0;
1717
+ }
1718
+
1719
+ .opacity-40 {
1720
+ opacity: .4;
1721
+ }
1722
+
1723
+ .opacity-60 {
1724
+ opacity: .6;
1725
+ }
1726
+
1727
+ .opacity-100 {
1728
+ opacity: 1;
1729
+ }
1730
+
1731
+ .shadow-2xl {
1732
+ --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
1733
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1734
+ }
1735
+
1736
+ .shadow-lg {
1737
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
1738
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1739
+ }
1740
+
1741
+ .shadow-md {
1742
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
1743
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1744
+ }
1745
+
1746
+ .shadow-premium {
1747
+ --tw-shadow: 0 20px 40px var(--tw-shadow-color, #0000001a);
1748
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1749
+ }
1750
+
1751
+ .shadow-sm {
1752
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
1753
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1754
+ }
1755
+
1756
+ .outline-hidden {
1757
+ --tw-outline-style: none;
1758
+ outline-style: none;
1759
+ }
1760
+
1761
+ @media (forced-colors: active) {
1762
+ .outline-hidden {
1763
+ outline-offset: 2px;
1764
+ outline: 2px solid #0000;
1765
+ }
1766
+ }
1767
+
1768
+ .backdrop-blur-xl {
1769
+ --tw-backdrop-blur: blur(var(--blur-xl));
1770
+ -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
1771
+ backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
1772
+ }
1773
+
1774
+ .transition-all {
1775
+ transition-property: all;
1776
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1777
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1778
+ }
1779
+
1780
+ .transition-colors {
1781
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1782
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1783
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1784
+ }
1785
+
1786
+ .transition-opacity {
1787
+ transition-property: opacity;
1788
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1789
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1790
+ }
1791
+
1792
+ .transition-transform {
1793
+ transition-property: transform, translate, scale, rotate;
1794
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1795
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1796
+ }
1797
+
1798
+ .duration-300 {
1799
+ --tw-duration: .3s;
1800
+ transition-duration: .3s;
1801
+ }
1802
+
1803
+ .duration-500 {
1804
+ --tw-duration: .5s;
1805
+ transition-duration: .5s;
1806
+ }
1807
+
1808
+ .duration-700 {
1809
+ --tw-duration: .7s;
1810
+ transition-duration: .7s;
1811
+ }
1812
+
1813
+ .duration-1000 {
1814
+ --tw-duration: 1s;
1815
+ transition-duration: 1s;
1816
+ }
1817
+
1818
+ @media (hover: hover) {
1819
+ .group-hover\:translate-x-1:is(:where(.group):hover *) {
1820
+ --tw-translate-x: calc(var(--spacing) * 1);
1821
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1822
+ }
1823
+
1824
+ .group-hover\:scale-105:is(:where(.group):hover *) {
1825
+ --tw-scale-x: 105%;
1826
+ --tw-scale-y: 105%;
1827
+ --tw-scale-z: 105%;
1828
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1829
+ }
1830
+
1831
+ .group-hover\:scale-110:is(:where(.group):hover *) {
1832
+ --tw-scale-x: 110%;
1833
+ --tw-scale-y: 110%;
1834
+ --tw-scale-z: 110%;
1835
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1836
+ }
1837
+
1838
+ .group-hover\:rotate-12:is(:where(.group):hover *) {
1839
+ rotate: 12deg;
1840
+ }
1841
+
1842
+ .group-hover\:border-primary\/50:is(:where(.group):hover *) {
1843
+ border-color: #0070f380;
1844
+ }
1845
+
1846
+ @supports (color: color-mix(in lab, red, red)) {
1847
+ .group-hover\:border-primary\/50:is(:where(.group):hover *) {
1848
+ border-color: color-mix(in oklab, var(--color-primary) 50%, transparent);
1849
+ }
1850
+ }
1851
+
1852
+ .group-hover\:text-primary:is(:where(.group):hover *) {
1853
+ color: var(--color-primary);
1854
+ }
1855
+ }
1856
+
1857
+ .selection\:bg-primary\/20 ::selection {
1858
+ background-color: #0070f333;
1859
+ }
1860
+
1861
+ @supports (color: color-mix(in lab, red, red)) {
1862
+ .selection\:bg-primary\/20 ::selection {
1863
+ background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
1864
+ }
1865
+ }
1866
+
1867
+ .selection\:bg-primary\/20::selection {
1868
+ background-color: #0070f333;
1869
+ }
1870
+
1871
+ @supports (color: color-mix(in lab, red, red)) {
1872
+ .selection\:bg-primary\/20::selection {
1873
+ background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
1874
+ }
1875
+ }
1876
+
1877
+ .placeholder\:text-gray-700::placeholder {
1878
+ color: var(--color-gray-700);
1879
+ }
1880
+
1881
+ .placeholder\:opacity-30::placeholder {
1882
+ opacity: .3;
1883
+ }
1884
+
1885
+ @media (hover: hover) {
1886
+ .hover\:scale-105:hover {
1887
+ --tw-scale-x: 105%;
1888
+ --tw-scale-y: 105%;
1889
+ --tw-scale-z: 105%;
1890
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1891
+ }
1892
+
1893
+ .hover\:border-primary\/30:hover {
1894
+ border-color: #0070f34d;
1895
+ }
1896
+
1897
+ @supports (color: color-mix(in lab, red, red)) {
1898
+ .hover\:border-primary\/30:hover {
1899
+ border-color: color-mix(in oklab, var(--color-primary) 30%, transparent);
1900
+ }
1901
+ }
1902
+
1903
+ .hover\:border-text:hover {
1904
+ border-color: var(--color-text);
1905
+ }
1906
+
1907
+ .hover\:border-text-muted:hover {
1908
+ border-color: var(--color-text-muted);
1909
+ }
1910
+
1911
+ .hover\:bg-gray-800:hover {
1912
+ background-color: var(--color-gray-800);
1913
+ }
1914
+
1915
+ .hover\:bg-primary:hover {
1916
+ background-color: var(--color-primary);
1917
+ }
1918
+
1919
+ .hover\:bg-primary-dark:hover {
1920
+ background-color: var(--color-primary-dark);
1921
+ }
1922
+
1923
+ .hover\:bg-surface:hover {
1924
+ background-color: var(--color-surface);
1925
+ }
1926
+
1927
+ .hover\:bg-surface-dim:hover {
1928
+ background-color: var(--color-surface-dim);
1929
+ }
1930
+
1931
+ .hover\:text-primary:hover {
1932
+ color: var(--color-primary);
1933
+ }
1934
+
1935
+ .hover\:text-red-700:hover {
1936
+ color: var(--color-red-700);
1937
+ }
1938
+
1939
+ .hover\:text-text:hover {
1940
+ color: var(--color-text);
1941
+ }
1942
+
1943
+ .hover\:text-white:hover {
1944
+ color: var(--color-white);
1945
+ }
1946
+
1947
+ .hover\:underline:hover {
1948
+ text-decoration-line: underline;
1949
+ }
1950
+
1951
+ .hover\:shadow-premium:hover {
1952
+ --tw-shadow: 0 20px 40px var(--tw-shadow-color, #0000001a);
1953
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1954
+ }
1955
+ }
1956
+
1957
+ .focus\:border-text-muted:focus {
1958
+ border-color: var(--color-text-muted);
1959
+ }
1960
+
1961
+ .focus\:border-white\/40:focus {
1962
+ border-color: #fff6;
1963
+ }
1964
+
1965
+ @supports (color: color-mix(in lab, red, red)) {
1966
+ .focus\:border-white\/40:focus {
1967
+ border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
1968
+ }
1969
+ }
1970
+
1971
+ .focus\:shadow-sm:focus {
1972
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
1973
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1974
+ }
1975
+
1976
+ .focus\:ring-1:focus {
1977
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1978
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1979
+ }
1980
+
1981
+ .focus\:ring-2:focus {
1982
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1983
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1984
+ }
1985
+
1986
+ .focus\:ring-primary:focus {
1987
+ --tw-ring-color: var(--color-primary);
1988
+ }
1989
+
1990
+ .focus\:ring-primary\/20:focus {
1991
+ --tw-ring-color: #0070f333;
1992
+ }
1993
+
1994
+ @supports (color: color-mix(in lab, red, red)) {
1995
+ .focus\:ring-primary\/20:focus {
1996
+ --tw-ring-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
1997
+ }
1998
+ }
1999
+
2000
+ .active\:scale-95:active {
2001
+ --tw-scale-x: 95%;
2002
+ --tw-scale-y: 95%;
2003
+ --tw-scale-z: 95%;
2004
+ scale: var(--tw-scale-x) var(--tw-scale-y);
2005
+ }
2006
+
2007
+ .active\:scale-\[0\.98\]:active {
2008
+ scale: .98;
2009
+ }
2010
+
2011
+ .active\:bg-primary-dark:active {
2012
+ background-color: var(--color-primary-dark);
2013
+ }
2014
+
2015
+ .active\:bg-surface-dim:active {
2016
+ background-color: var(--color-surface-dim);
2017
+ }
2018
+
2019
+ .disabled\:cursor-not-allowed:disabled {
2020
+ cursor: not-allowed;
2021
+ }
2022
+
2023
+ .disabled\:opacity-30:disabled {
2024
+ opacity: .3;
2025
+ }
2026
+
2027
+ .disabled\:opacity-50:disabled {
2028
+ opacity: .5;
2029
+ }
2030
+
2031
+ @media (min-width: 40rem) {
2032
+ .sm\:inline {
2033
+ display: inline;
2034
+ }
2035
+
2036
+ .sm\:w-96 {
2037
+ width: calc(var(--spacing) * 96);
2038
+ }
2039
+
2040
+ .sm\:grid-cols-2 {
2041
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2042
+ }
2043
+
2044
+ .sm\:grid-cols-3 {
2045
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2046
+ }
2047
+
2048
+ .sm\:flex-row {
2049
+ flex-direction: row;
2050
+ }
2051
+ }
2052
+
2053
+ @media (min-width: 48rem) {
2054
+ .md\:col-span-1 {
2055
+ grid-column: span 1 / span 1;
2056
+ }
2057
+
2058
+ .md\:mb-8 {
2059
+ margin-bottom: calc(var(--spacing) * 8);
2060
+ }
2061
+
2062
+ .md\:flex {
2063
+ display: flex;
2064
+ }
2065
+
2066
+ .md\:hidden {
2067
+ display: none;
2068
+ }
2069
+
2070
+ .md\:grid-cols-2 {
2071
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2072
+ }
2073
+
2074
+ .md\:grid-cols-4 {
2075
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2076
+ }
2077
+
2078
+ .md\:flex-row {
2079
+ flex-direction: row;
2080
+ }
2081
+
2082
+ .md\:p-12 {
2083
+ padding: calc(var(--spacing) * 12);
2084
+ }
2085
+
2086
+ .md\:py-24 {
2087
+ padding-block: calc(var(--spacing) * 24);
2088
+ }
2089
+
2090
+ .md\:text-2xl {
2091
+ font-size: var(--text-2xl);
2092
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
2093
+ }
2094
+
2095
+ .md\:text-3xl {
2096
+ font-size: var(--text-3xl);
2097
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
2098
+ }
2099
+
2100
+ .md\:text-5xl {
2101
+ font-size: var(--text-5xl);
2102
+ line-height: var(--tw-leading, var(--text-5xl--line-height));
2103
+ }
2104
+ }
2105
+
2106
+ @media (min-width: 64rem) {
2107
+ .lg\:sticky {
2108
+ position: sticky;
2109
+ }
2110
+
2111
+ .lg\:top-32 {
2112
+ top: calc(var(--spacing) * 32);
2113
+ }
2114
+
2115
+ .lg\:col-span-4 {
2116
+ grid-column: span 4 / span 4;
2117
+ }
2118
+
2119
+ .lg\:col-span-5 {
2120
+ grid-column: span 5 / span 5;
2121
+ }
2122
+
2123
+ .lg\:col-span-7 {
2124
+ grid-column: span 7 / span 7;
2125
+ }
2126
+
2127
+ .lg\:col-span-8 {
2128
+ grid-column: span 8 / span 8;
2129
+ }
2130
+
2131
+ .lg\:block {
2132
+ display: block;
2133
+ }
2134
+
2135
+ .lg\:hidden {
2136
+ display: none;
2137
+ }
2138
+
2139
+ .lg\:max-w-md {
2140
+ max-width: var(--container-md);
2141
+ }
2142
+
2143
+ .lg\:grid-cols-2 {
2144
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2145
+ }
2146
+
2147
+ .lg\:grid-cols-3 {
2148
+ grid-template-columns: repeat(3, minmax(0, 1fr));
2149
+ }
2150
+
2151
+ .lg\:grid-cols-12 {
2152
+ grid-template-columns: repeat(12, minmax(0, 1fr));
2153
+ }
2154
+
2155
+ .lg\:flex-row {
2156
+ flex-direction: row;
2157
+ }
2158
+
2159
+ .lg\:justify-end {
2160
+ justify-content: flex-end;
2161
+ }
2162
+
2163
+ .lg\:gap-x-8 {
2164
+ column-gap: calc(var(--spacing) * 8);
2165
+ }
2166
+
2167
+ .lg\:gap-y-16 {
2168
+ row-gap: calc(var(--spacing) * 16);
2169
+ }
2170
+
2171
+ .lg\:rounded-2xl {
2172
+ border-radius: var(--radius-2xl);
2173
+ }
2174
+
2175
+ .lg\:pb-0 {
2176
+ padding-bottom: calc(var(--spacing) * 0);
2177
+ }
2178
+
2179
+ .lg\:text-6xl {
2180
+ font-size: var(--text-6xl);
2181
+ line-height: var(--tw-leading, var(--text-6xl--line-height));
2182
+ }
2183
+ }
2184
+
2185
+ @container (min-width: 200px) {
2186
+ .\@\[200px\]\:rounded-2xl {
2187
+ border-radius: var(--radius-2xl);
2188
+ }
2189
+
2190
+ .\@\[200px\]\:text-xs {
2191
+ font-size: var(--text-xs);
2192
+ line-height: var(--tw-leading, var(--text-xs--line-height));
2193
+ }
2194
+ }
2195
+
2196
+ @container (min-width: 250px) {
2197
+ .\@\[250px\]\:flex-row {
2198
+ flex-direction: row;
2199
+ }
2200
+
2201
+ .\@\[250px\]\:items-start {
2202
+ align-items: flex-start;
2203
+ }
2204
+
2205
+ .\@\[250px\]\:justify-between {
2206
+ justify-content: space-between;
2207
+ }
2208
+ }
2209
+
2210
+ @container (min-width: 500px) {
2211
+ .\@\[500px\]\:w-32 {
2212
+ width: calc(var(--spacing) * 32);
2213
+ }
2214
+
2215
+ .\@\[500px\]\:flex-row {
2216
+ flex-direction: row;
2217
+ }
2218
+ }
2219
+ }
2220
+
2221
+ @property --tw-translate-x {
2222
+ syntax: "*";
2223
+ inherits: false;
2224
+ initial-value: 0;
2225
+ }
2226
+
2227
+ @property --tw-translate-y {
2228
+ syntax: "*";
2229
+ inherits: false;
2230
+ initial-value: 0;
2231
+ }
2232
+
2233
+ @property --tw-translate-z {
2234
+ syntax: "*";
2235
+ inherits: false;
2236
+ initial-value: 0;
2237
+ }
2238
+
2239
+ @property --tw-scale-x {
2240
+ syntax: "*";
2241
+ inherits: false;
2242
+ initial-value: 1;
2243
+ }
2244
+
2245
+ @property --tw-scale-y {
2246
+ syntax: "*";
2247
+ inherits: false;
2248
+ initial-value: 1;
2249
+ }
2250
+
2251
+ @property --tw-scale-z {
2252
+ syntax: "*";
2253
+ inherits: false;
2254
+ initial-value: 1;
2255
+ }
2256
+
2257
+ @property --tw-rotate-x {
2258
+ syntax: "*";
2259
+ inherits: false
2260
+ }
2261
+
2262
+ @property --tw-rotate-y {
2263
+ syntax: "*";
2264
+ inherits: false
2265
+ }
2266
+
2267
+ @property --tw-rotate-z {
2268
+ syntax: "*";
2269
+ inherits: false
2270
+ }
2271
+
2272
+ @property --tw-skew-x {
2273
+ syntax: "*";
2274
+ inherits: false
2275
+ }
2276
+
2277
+ @property --tw-skew-y {
2278
+ syntax: "*";
2279
+ inherits: false
2280
+ }
2281
+
2282
+ @property --tw-space-y-reverse {
2283
+ syntax: "*";
2284
+ inherits: false;
2285
+ initial-value: 0;
2286
+ }
2287
+
2288
+ @property --tw-border-style {
2289
+ syntax: "*";
2290
+ inherits: false;
2291
+ initial-value: solid;
2292
+ }
2293
+
2294
+ @property --tw-leading {
2295
+ syntax: "*";
2296
+ inherits: false
2297
+ }
2298
+
2299
+ @property --tw-font-weight {
2300
+ syntax: "*";
2301
+ inherits: false
2302
+ }
2303
+
2304
+ @property --tw-tracking {
2305
+ syntax: "*";
2306
+ inherits: false
2307
+ }
2308
+
2309
+ @property --tw-shadow {
2310
+ syntax: "*";
2311
+ inherits: false;
2312
+ initial-value: 0 0 #0000;
2313
+ }
2314
+
2315
+ @property --tw-shadow-color {
2316
+ syntax: "*";
2317
+ inherits: false
2318
+ }
2319
+
2320
+ @property --tw-shadow-alpha {
2321
+ syntax: "<percentage>";
2322
+ inherits: false;
2323
+ initial-value: 100%;
2324
+ }
2325
+
2326
+ @property --tw-inset-shadow {
2327
+ syntax: "*";
2328
+ inherits: false;
2329
+ initial-value: 0 0 #0000;
2330
+ }
2331
+
2332
+ @property --tw-inset-shadow-color {
2333
+ syntax: "*";
2334
+ inherits: false
2335
+ }
2336
+
2337
+ @property --tw-inset-shadow-alpha {
2338
+ syntax: "<percentage>";
2339
+ inherits: false;
2340
+ initial-value: 100%;
2341
+ }
2342
+
2343
+ @property --tw-ring-color {
2344
+ syntax: "*";
2345
+ inherits: false
2346
+ }
2347
+
2348
+ @property --tw-ring-shadow {
2349
+ syntax: "*";
2350
+ inherits: false;
2351
+ initial-value: 0 0 #0000;
2352
+ }
2353
+
2354
+ @property --tw-inset-ring-color {
2355
+ syntax: "*";
2356
+ inherits: false
2357
+ }
2358
+
2359
+ @property --tw-inset-ring-shadow {
2360
+ syntax: "*";
2361
+ inherits: false;
2362
+ initial-value: 0 0 #0000;
2363
+ }
2364
+
2365
+ @property --tw-ring-inset {
2366
+ syntax: "*";
2367
+ inherits: false
2368
+ }
2369
+
2370
+ @property --tw-ring-offset-width {
2371
+ syntax: "<length>";
2372
+ inherits: false;
2373
+ initial-value: 0;
2374
+ }
2375
+
2376
+ @property --tw-ring-offset-color {
2377
+ syntax: "*";
2378
+ inherits: false;
2379
+ initial-value: #fff;
2380
+ }
2381
+
2382
+ @property --tw-ring-offset-shadow {
2383
+ syntax: "*";
2384
+ inherits: false;
2385
+ initial-value: 0 0 #0000;
2386
+ }
2387
+
2388
+ @property --tw-backdrop-blur {
2389
+ syntax: "*";
2390
+ inherits: false
2391
+ }
2392
+
2393
+ @property --tw-backdrop-brightness {
2394
+ syntax: "*";
2395
+ inherits: false
2396
+ }
2397
+
2398
+ @property --tw-backdrop-contrast {
2399
+ syntax: "*";
2400
+ inherits: false
2401
+ }
2402
+
2403
+ @property --tw-backdrop-grayscale {
2404
+ syntax: "*";
2405
+ inherits: false
2406
+ }
2407
+
2408
+ @property --tw-backdrop-hue-rotate {
2409
+ syntax: "*";
2410
+ inherits: false
2411
+ }
2412
+
2413
+ @property --tw-backdrop-invert {
2414
+ syntax: "*";
2415
+ inherits: false
2416
+ }
2417
+
2418
+ @property --tw-backdrop-opacity {
2419
+ syntax: "*";
2420
+ inherits: false
2421
+ }
2422
+
2423
+ @property --tw-backdrop-saturate {
2424
+ syntax: "*";
2425
+ inherits: false
2426
+ }
2427
+
2428
+ @property --tw-backdrop-sepia {
2429
+ syntax: "*";
2430
+ inherits: false
2431
+ }
2432
+
2433
+ @property --tw-duration {
2434
+ syntax: "*";
2435
+ inherits: false
2436
+ }
2437
+
2438
+ @keyframes spin {
2439
+ to {
2440
+ transform: rotate(360deg);
2441
+ }
2442
+ }
2443
+
2444
+ @keyframes pulse {
2445
+ 50% {
2446
+ opacity: .5;
2447
+ }
2448
+ }