vtex-css-sanitizer-cli 1.0.3 → 1.0.7

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.
@@ -0,0 +1,1504 @@
1
+ /*! tailwindcss v4.2.1 | 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-space-y-reverse: 0;
6
+ --tw-border-style: solid;
7
+ --tw-gradient-position: initial;
8
+ --tw-gradient-from: #0000;
9
+ --tw-gradient-via: #0000;
10
+ --tw-gradient-to: #0000;
11
+ --tw-gradient-stops: initial;
12
+ --tw-gradient-via-stops: initial;
13
+ --tw-gradient-from-position: 0%;
14
+ --tw-gradient-via-position: 50%;
15
+ --tw-gradient-to-position: 100%;
16
+ --tw-leading: initial;
17
+ --tw-font-weight: initial;
18
+ --tw-tracking: initial;
19
+ --tw-shadow: 0 0 #0000;
20
+ --tw-shadow-color: initial;
21
+ --tw-shadow-alpha: 100%;
22
+ --tw-inset-shadow: 0 0 #0000;
23
+ --tw-inset-shadow-color: initial;
24
+ --tw-inset-shadow-alpha: 100%;
25
+ --tw-ring-color: initial;
26
+ --tw-ring-shadow: 0 0 #0000;
27
+ --tw-inset-ring-color: initial;
28
+ --tw-inset-ring-shadow: 0 0 #0000;
29
+ --tw-ring-inset: initial;
30
+ --tw-ring-offset-width: 0px;
31
+ --tw-ring-offset-color: #fff;
32
+ --tw-ring-offset-shadow: 0 0 #0000;
33
+ --tw-duration: initial;
34
+ }
35
+ }
36
+ }
37
+
38
+ @layer theme {
39
+ :root, :host {
40
+ --font-sans: "Inter", system-ui, -apple-system, sans-serif;
41
+ --font-mono: "JetBrains Mono", "Fira Code", monospace;
42
+ --color-white: #fff;
43
+ --spacing: .25rem;
44
+ --container-md: 28rem;
45
+ --container-xl: 36rem;
46
+ --text-xs: .75rem;
47
+ --text-xs--line-height: calc(1 / .75);
48
+ --text-sm: .875rem;
49
+ --text-sm--line-height: calc(1.25 / .875);
50
+ --text-base: 1rem;
51
+ --text-base--line-height: calc(1.5 / 1);
52
+ --text-lg: 1.125rem;
53
+ --text-lg--line-height: calc(1.75 / 1.125);
54
+ --text-xl: 1.25rem;
55
+ --text-xl--line-height: calc(1.75 / 1.25);
56
+ --text-2xl: 1.5rem;
57
+ --text-2xl--line-height: calc(2 / 1.5);
58
+ --text-3xl: 1.875rem;
59
+ --text-3xl--line-height: calc(2.25 / 1.875);
60
+ --text-5xl: 3rem;
61
+ --text-5xl--line-height: 1;
62
+ --text-6xl: 3.75rem;
63
+ --text-6xl--line-height: 1;
64
+ --font-weight-medium: 500;
65
+ --font-weight-semibold: 600;
66
+ --font-weight-bold: 700;
67
+ --tracking-tight: -.025em;
68
+ --tracking-wide: .025em;
69
+ --tracking-wider: .05em;
70
+ --tracking-widest: .1em;
71
+ --leading-relaxed: 1.625;
72
+ --radius-md: .375rem;
73
+ --radius-lg: .5rem;
74
+ --radius-xl: .75rem;
75
+ --radius-2xl: 1rem;
76
+ --animate-spin: spin 1s linear infinite;
77
+ --default-transition-duration: .15s;
78
+ --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
79
+ --default-font-family: var(--font-sans);
80
+ --default-mono-font-family: var(--font-mono);
81
+ --color-bg-primary: #0a0a0f;
82
+ --color-bg-secondary: #12121a;
83
+ --color-bg-card: #16161f;
84
+ --color-bg-card-hover: #1c1c28;
85
+ --color-bg-input: #0e0e16;
86
+ --color-accent-pink: #14b8a6;
87
+ --color-accent-blue: #14b8a6;
88
+ --color-accent-blue-btn: #0d9488;
89
+ --color-accent-blue-btn-hover: #0f766e;
90
+ --color-accent-green: #4ade80;
91
+ --color-accent-yellow: #ffd073;
92
+ --color-accent-red: #e94560;
93
+ --color-text-primary: #e8e8ed;
94
+ --color-text-secondary: #8b8b9e;
95
+ --color-text-muted: #5c5c72;
96
+ --color-border: #23232f;
97
+ --color-border-active: #14b8a6;
98
+ }
99
+ }
100
+
101
+ @layer base {
102
+ *, :after, :before, ::backdrop {
103
+ box-sizing: border-box;
104
+ border: 0 solid;
105
+ margin: 0;
106
+ padding: 0;
107
+ }
108
+
109
+ ::file-selector-button {
110
+ box-sizing: border-box;
111
+ border: 0 solid;
112
+ margin: 0;
113
+ padding: 0;
114
+ }
115
+
116
+ html, :host {
117
+ -webkit-text-size-adjust: 100%;
118
+ tab-size: 4;
119
+ line-height: 1.5;
120
+ 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");
121
+ font-feature-settings: var(--default-font-feature-settings, normal);
122
+ font-variation-settings: var(--default-font-variation-settings, normal);
123
+ -webkit-tap-highlight-color: transparent;
124
+ }
125
+
126
+ hr {
127
+ height: 0;
128
+ color: inherit;
129
+ border-top-width: 1px;
130
+ }
131
+
132
+ abbr:where([title]) {
133
+ -webkit-text-decoration: underline dotted;
134
+ text-decoration: underline dotted;
135
+ }
136
+
137
+ h1, h2, h3, h4, h5, h6 {
138
+ font-size: inherit;
139
+ font-weight: inherit;
140
+ }
141
+
142
+ a {
143
+ color: inherit;
144
+ -webkit-text-decoration: inherit;
145
+ -webkit-text-decoration: inherit;
146
+ -webkit-text-decoration: inherit;
147
+ text-decoration: inherit;
148
+ }
149
+
150
+ b, strong {
151
+ font-weight: bolder;
152
+ }
153
+
154
+ code, kbd, samp, pre {
155
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
156
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
157
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
158
+ font-size: 1em;
159
+ }
160
+
161
+ small {
162
+ font-size: 80%;
163
+ }
164
+
165
+ sub, sup {
166
+ vertical-align: baseline;
167
+ font-size: 75%;
168
+ line-height: 0;
169
+ position: relative;
170
+ }
171
+
172
+ sub {
173
+ bottom: -.25em;
174
+ }
175
+
176
+ sup {
177
+ top: -.5em;
178
+ }
179
+
180
+ table {
181
+ text-indent: 0;
182
+ border-color: inherit;
183
+ border-collapse: collapse;
184
+ }
185
+
186
+ :-moz-focusring {
187
+ outline: auto;
188
+ }
189
+
190
+ progress {
191
+ vertical-align: baseline;
192
+ }
193
+
194
+ summary {
195
+ display: list-item;
196
+ }
197
+
198
+ ol, ul, menu {
199
+ list-style: none;
200
+ }
201
+
202
+ img, svg, video, canvas, audio, iframe, embed, object {
203
+ vertical-align: middle;
204
+ display: block;
205
+ }
206
+
207
+ img, video {
208
+ max-width: 100%;
209
+ height: auto;
210
+ }
211
+
212
+ button, input, select, optgroup, textarea {
213
+ font: inherit;
214
+ font-feature-settings: inherit;
215
+ font-variation-settings: inherit;
216
+ letter-spacing: inherit;
217
+ color: inherit;
218
+ opacity: 1;
219
+ background-color: #0000;
220
+ border-radius: 0;
221
+ }
222
+
223
+ ::file-selector-button {
224
+ font: inherit;
225
+ font-feature-settings: inherit;
226
+ font-variation-settings: inherit;
227
+ letter-spacing: inherit;
228
+ color: inherit;
229
+ opacity: 1;
230
+ background-color: #0000;
231
+ border-radius: 0;
232
+ }
233
+
234
+ :where(select:is([multiple], [size])) optgroup {
235
+ font-weight: bolder;
236
+ }
237
+
238
+ :where(select:is([multiple], [size])) optgroup option {
239
+ padding-inline-start: 20px;
240
+ }
241
+
242
+ ::file-selector-button {
243
+ margin-inline-end: 4px;
244
+ }
245
+
246
+ ::placeholder {
247
+ opacity: 1;
248
+ }
249
+
250
+ @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
251
+ ::placeholder {
252
+ color: currentColor;
253
+ }
254
+
255
+ @supports (color: color-mix(in lab, red, red)) {
256
+ ::placeholder {
257
+ color: color-mix(in oklab, currentcolor 50%, transparent);
258
+ }
259
+ }
260
+ }
261
+
262
+ textarea {
263
+ resize: vertical;
264
+ }
265
+
266
+ ::-webkit-search-decoration {
267
+ -webkit-appearance: none;
268
+ }
269
+
270
+ ::-webkit-date-and-time-value {
271
+ min-height: 1lh;
272
+ text-align: inherit;
273
+ }
274
+
275
+ ::-webkit-datetime-edit {
276
+ display: inline-flex;
277
+ }
278
+
279
+ ::-webkit-datetime-edit-fields-wrapper {
280
+ padding: 0;
281
+ }
282
+
283
+ ::-webkit-datetime-edit {
284
+ padding-block: 0;
285
+ }
286
+
287
+ ::-webkit-datetime-edit-year-field {
288
+ padding-block: 0;
289
+ }
290
+
291
+ ::-webkit-datetime-edit-month-field {
292
+ padding-block: 0;
293
+ }
294
+
295
+ ::-webkit-datetime-edit-day-field {
296
+ padding-block: 0;
297
+ }
298
+
299
+ ::-webkit-datetime-edit-hour-field {
300
+ padding-block: 0;
301
+ }
302
+
303
+ ::-webkit-datetime-edit-minute-field {
304
+ padding-block: 0;
305
+ }
306
+
307
+ ::-webkit-datetime-edit-second-field {
308
+ padding-block: 0;
309
+ }
310
+
311
+ ::-webkit-datetime-edit-millisecond-field {
312
+ padding-block: 0;
313
+ }
314
+
315
+ ::-webkit-datetime-edit-meridiem-field {
316
+ padding-block: 0;
317
+ }
318
+
319
+ ::-webkit-calendar-picker-indicator {
320
+ line-height: 1;
321
+ }
322
+
323
+ :-moz-ui-invalid {
324
+ box-shadow: none;
325
+ }
326
+
327
+ button, input:where([type="button"], [type="reset"], [type="submit"]) {
328
+ appearance: button;
329
+ }
330
+
331
+ ::file-selector-button {
332
+ appearance: button;
333
+ }
334
+
335
+ ::-webkit-inner-spin-button {
336
+ height: auto;
337
+ }
338
+
339
+ ::-webkit-outer-spin-button {
340
+ height: auto;
341
+ }
342
+
343
+ [hidden]:where(:not([hidden="until-found"])) {
344
+ display: none !important;
345
+ }
346
+ }
347
+
348
+ @layer components;
349
+
350
+ @layer utilities {
351
+ .relative {
352
+ position: relative;
353
+ }
354
+
355
+ .mx-auto {
356
+ margin-inline: auto;
357
+ }
358
+
359
+ .mt-0\.5 {
360
+ margin-top: calc(var(--spacing) * .5);
361
+ }
362
+
363
+ .mt-1 {
364
+ margin-top: calc(var(--spacing) * 1);
365
+ }
366
+
367
+ .mt-2 {
368
+ margin-top: calc(var(--spacing) * 2);
369
+ }
370
+
371
+ .mt-3 {
372
+ margin-top: calc(var(--spacing) * 3);
373
+ }
374
+
375
+ .mt-8 {
376
+ margin-top: calc(var(--spacing) * 8);
377
+ }
378
+
379
+ .mb-1 {
380
+ margin-bottom: calc(var(--spacing) * 1);
381
+ }
382
+
383
+ .mb-2 {
384
+ margin-bottom: calc(var(--spacing) * 2);
385
+ }
386
+
387
+ .mb-3 {
388
+ margin-bottom: calc(var(--spacing) * 3);
389
+ }
390
+
391
+ .mb-4 {
392
+ margin-bottom: calc(var(--spacing) * 4);
393
+ }
394
+
395
+ .mb-6 {
396
+ margin-bottom: calc(var(--spacing) * 6);
397
+ }
398
+
399
+ .mb-8 {
400
+ margin-bottom: calc(var(--spacing) * 8);
401
+ }
402
+
403
+ .mb-10 {
404
+ margin-bottom: calc(var(--spacing) * 10);
405
+ }
406
+
407
+ .ml-auto {
408
+ margin-left: auto;
409
+ }
410
+
411
+ .block {
412
+ display: block;
413
+ }
414
+
415
+ .flex {
416
+ display: flex;
417
+ }
418
+
419
+ .inline-block {
420
+ display: inline-block;
421
+ }
422
+
423
+ .h-3 {
424
+ height: calc(var(--spacing) * 3);
425
+ }
426
+
427
+ .h-4 {
428
+ height: calc(var(--spacing) * 4);
429
+ }
430
+
431
+ .h-5 {
432
+ height: calc(var(--spacing) * 5);
433
+ }
434
+
435
+ .h-7 {
436
+ height: calc(var(--spacing) * 7);
437
+ }
438
+
439
+ .h-8 {
440
+ height: calc(var(--spacing) * 8);
441
+ }
442
+
443
+ .h-9 {
444
+ height: calc(var(--spacing) * 9);
445
+ }
446
+
447
+ .h-14 {
448
+ height: calc(var(--spacing) * 14);
449
+ }
450
+
451
+ .h-24 {
452
+ height: calc(var(--spacing) * 24);
453
+ }
454
+
455
+ .h-full {
456
+ height: 100%;
457
+ }
458
+
459
+ .w-3 {
460
+ width: calc(var(--spacing) * 3);
461
+ }
462
+
463
+ .w-4 {
464
+ width: calc(var(--spacing) * 4);
465
+ }
466
+
467
+ .w-5 {
468
+ width: calc(var(--spacing) * 5);
469
+ }
470
+
471
+ .w-7 {
472
+ width: calc(var(--spacing) * 7);
473
+ }
474
+
475
+ .w-8 {
476
+ width: calc(var(--spacing) * 8);
477
+ }
478
+
479
+ .w-9 {
480
+ width: calc(var(--spacing) * 9);
481
+ }
482
+
483
+ .w-14 {
484
+ width: calc(var(--spacing) * 14);
485
+ }
486
+
487
+ .w-24 {
488
+ width: calc(var(--spacing) * 24);
489
+ }
490
+
491
+ .w-full {
492
+ width: 100%;
493
+ }
494
+
495
+ .max-w-\[400px\] {
496
+ max-width: 400px;
497
+ }
498
+
499
+ .max-w-full {
500
+ max-width: 100%;
501
+ }
502
+
503
+ .max-w-md {
504
+ max-width: var(--container-md);
505
+ }
506
+
507
+ .max-w-xl {
508
+ max-width: var(--container-xl);
509
+ }
510
+
511
+ .min-w-0 {
512
+ min-width: calc(var(--spacing) * 0);
513
+ }
514
+
515
+ .flex-1 {
516
+ flex: 1;
517
+ }
518
+
519
+ .shrink-0 {
520
+ flex-shrink: 0;
521
+ }
522
+
523
+ .animate-spin {
524
+ animation: var(--animate-spin);
525
+ }
526
+
527
+ .cursor-not-allowed {
528
+ cursor: not-allowed;
529
+ }
530
+
531
+ .cursor-pointer {
532
+ cursor: pointer;
533
+ }
534
+
535
+ .flex-col {
536
+ flex-direction: column;
537
+ }
538
+
539
+ .items-center {
540
+ align-items: center;
541
+ }
542
+
543
+ .items-start {
544
+ align-items: flex-start;
545
+ }
546
+
547
+ .justify-center {
548
+ justify-content: center;
549
+ }
550
+
551
+ .gap-2 {
552
+ gap: calc(var(--spacing) * 2);
553
+ }
554
+
555
+ .gap-3 {
556
+ gap: calc(var(--spacing) * 3);
557
+ }
558
+
559
+ .gap-4 {
560
+ gap: calc(var(--spacing) * 4);
561
+ }
562
+
563
+ .gap-5 {
564
+ gap: calc(var(--spacing) * 5);
565
+ }
566
+
567
+ .gap-8 {
568
+ gap: calc(var(--spacing) * 8);
569
+ }
570
+
571
+ :where(.space-y-1 > :not(:last-child)) {
572
+ --tw-space-y-reverse: 0;
573
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
574
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
575
+ }
576
+
577
+ :where(.space-y-3 > :not(:last-child)) {
578
+ --tw-space-y-reverse: 0;
579
+ margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
580
+ margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
581
+ }
582
+
583
+ :where(.space-y-4 > :not(:last-child)) {
584
+ --tw-space-y-reverse: 0;
585
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
586
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
587
+ }
588
+
589
+ :where(.space-y-6 > :not(:last-child)) {
590
+ --tw-space-y-reverse: 0;
591
+ margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
592
+ margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
593
+ }
594
+
595
+ :where(.space-y-8 > :not(:last-child)) {
596
+ --tw-space-y-reverse: 0;
597
+ margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
598
+ margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
599
+ }
600
+
601
+ :where(.space-y-10 > :not(:last-child)) {
602
+ --tw-space-y-reverse: 0;
603
+ margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
604
+ margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
605
+ }
606
+
607
+ .truncate {
608
+ text-overflow: ellipsis;
609
+ white-space: nowrap;
610
+ overflow: hidden;
611
+ }
612
+
613
+ .overflow-hidden {
614
+ overflow: hidden;
615
+ }
616
+
617
+ .overflow-y-auto {
618
+ overflow-y: auto;
619
+ }
620
+
621
+ .rounded {
622
+ border-radius: .25rem;
623
+ }
624
+
625
+ .rounded-2xl {
626
+ border-radius: var(--radius-2xl);
627
+ }
628
+
629
+ .rounded-full {
630
+ border-radius: 3.40282e38px;
631
+ }
632
+
633
+ .rounded-lg {
634
+ border-radius: var(--radius-lg);
635
+ }
636
+
637
+ .rounded-md {
638
+ border-radius: var(--radius-md);
639
+ }
640
+
641
+ .rounded-xl {
642
+ border-radius: var(--radius-xl);
643
+ }
644
+
645
+ .border {
646
+ border-style: var(--tw-border-style);
647
+ border-width: 1px;
648
+ }
649
+
650
+ .border-2 {
651
+ border-style: var(--tw-border-style);
652
+ border-width: 2px;
653
+ }
654
+
655
+ .border-t {
656
+ border-top-style: var(--tw-border-style);
657
+ border-top-width: 1px;
658
+ }
659
+
660
+ .border-b {
661
+ border-bottom-style: var(--tw-border-style);
662
+ border-bottom-width: 1px;
663
+ }
664
+
665
+ .border-dashed {
666
+ --tw-border-style: dashed;
667
+ border-style: dashed;
668
+ }
669
+
670
+ .border-accent-blue {
671
+ border-color: var(--color-accent-blue);
672
+ }
673
+
674
+ .border-accent-red\/30 {
675
+ border-color: #e945604d;
676
+ }
677
+
678
+ @supports (color: color-mix(in lab, red, red)) {
679
+ .border-accent-red\/30 {
680
+ border-color: color-mix(in oklab, var(--color-accent-red) 30%, transparent);
681
+ }
682
+ }
683
+
684
+ .border-border {
685
+ border-color: var(--color-border);
686
+ }
687
+
688
+ .border-border\/50 {
689
+ border-color: #23232f80;
690
+ }
691
+
692
+ @supports (color: color-mix(in lab, red, red)) {
693
+ .border-border\/50 {
694
+ border-color: color-mix(in oklab, var(--color-border) 50%, transparent);
695
+ }
696
+ }
697
+
698
+ .border-t-transparent {
699
+ border-top-color: #0000;
700
+ }
701
+
702
+ .bg-accent-red {
703
+ background-color: var(--color-accent-red);
704
+ }
705
+
706
+ .bg-accent-red\/5 {
707
+ background-color: #e945600d;
708
+ }
709
+
710
+ @supports (color: color-mix(in lab, red, red)) {
711
+ .bg-accent-red\/5 {
712
+ background-color: color-mix(in oklab, var(--color-accent-red) 5%, transparent);
713
+ }
714
+ }
715
+
716
+ .bg-accent-red\/10 {
717
+ background-color: #e945601a;
718
+ }
719
+
720
+ @supports (color: color-mix(in lab, red, red)) {
721
+ .bg-accent-red\/10 {
722
+ background-color: color-mix(in oklab, var(--color-accent-red) 10%, transparent);
723
+ }
724
+ }
725
+
726
+ .bg-accent-yellow {
727
+ background-color: var(--color-accent-yellow);
728
+ }
729
+
730
+ .bg-accent-yellow\/10 {
731
+ background-color: #ffd0731a;
732
+ }
733
+
734
+ @supports (color: color-mix(in lab, red, red)) {
735
+ .bg-accent-yellow\/10 {
736
+ background-color: color-mix(in oklab, var(--color-accent-yellow) 10%, transparent);
737
+ }
738
+ }
739
+
740
+ .bg-bg-card {
741
+ background-color: var(--color-bg-card);
742
+ }
743
+
744
+ .bg-bg-input {
745
+ background-color: var(--color-bg-input);
746
+ }
747
+
748
+ .bg-bg-primary {
749
+ background-color: var(--color-bg-primary);
750
+ }
751
+
752
+ .bg-bg-secondary {
753
+ background-color: var(--color-bg-secondary);
754
+ }
755
+
756
+ .bg-gradient-to-br {
757
+ --tw-gradient-position: to bottom right in oklab;
758
+ background-image: linear-gradient(var(--tw-gradient-stops));
759
+ }
760
+
761
+ .bg-gradient-to-r {
762
+ --tw-gradient-position: to right in oklab;
763
+ background-image: linear-gradient(var(--tw-gradient-stops));
764
+ }
765
+
766
+ .from-accent-blue-btn {
767
+ --tw-gradient-from: var(--color-accent-blue-btn);
768
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
769
+ }
770
+
771
+ .from-accent-pink {
772
+ --tw-gradient-from: var(--color-accent-pink);
773
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
774
+ }
775
+
776
+ .via-accent-blue {
777
+ --tw-gradient-via: var(--color-accent-blue);
778
+ --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
779
+ --tw-gradient-stops: var(--tw-gradient-via-stops);
780
+ }
781
+
782
+ .to-accent-blue {
783
+ --tw-gradient-to: var(--color-accent-blue);
784
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
785
+ }
786
+
787
+ .to-accent-blue-btn-hover {
788
+ --tw-gradient-to: var(--color-accent-blue-btn-hover);
789
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
790
+ }
791
+
792
+ .to-accent-green {
793
+ --tw-gradient-to: var(--color-accent-green);
794
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
795
+ }
796
+
797
+ .p-4 {
798
+ padding: calc(var(--spacing) * 4);
799
+ }
800
+
801
+ .p-5 {
802
+ padding: calc(var(--spacing) * 5);
803
+ }
804
+
805
+ .p-6 {
806
+ padding: calc(var(--spacing) * 6);
807
+ }
808
+
809
+ .p-8 {
810
+ padding: calc(var(--spacing) * 8);
811
+ }
812
+
813
+ .p-12 {
814
+ padding: calc(var(--spacing) * 12);
815
+ }
816
+
817
+ .px-2 {
818
+ padding-inline: calc(var(--spacing) * 2);
819
+ }
820
+
821
+ .px-2\.5 {
822
+ padding-inline: calc(var(--spacing) * 2.5);
823
+ }
824
+
825
+ .px-3 {
826
+ padding-inline: calc(var(--spacing) * 3);
827
+ }
828
+
829
+ .px-4 {
830
+ padding-inline: calc(var(--spacing) * 4);
831
+ }
832
+
833
+ .px-5 {
834
+ padding-inline: calc(var(--spacing) * 5);
835
+ }
836
+
837
+ .px-6 {
838
+ padding-inline: calc(var(--spacing) * 6);
839
+ }
840
+
841
+ .px-8 {
842
+ padding-inline: calc(var(--spacing) * 8);
843
+ }
844
+
845
+ .py-0\.5 {
846
+ padding-block: calc(var(--spacing) * .5);
847
+ }
848
+
849
+ .py-1 {
850
+ padding-block: calc(var(--spacing) * 1);
851
+ }
852
+
853
+ .py-1\.5 {
854
+ padding-block: calc(var(--spacing) * 1.5);
855
+ }
856
+
857
+ .py-2 {
858
+ padding-block: calc(var(--spacing) * 2);
859
+ }
860
+
861
+ .py-2\.5 {
862
+ padding-block: calc(var(--spacing) * 2.5);
863
+ }
864
+
865
+ .py-3 {
866
+ padding-block: calc(var(--spacing) * 3);
867
+ }
868
+
869
+ .py-3\.5 {
870
+ padding-block: calc(var(--spacing) * 3.5);
871
+ }
872
+
873
+ .py-4 {
874
+ padding-block: calc(var(--spacing) * 4);
875
+ }
876
+
877
+ .py-5 {
878
+ padding-block: calc(var(--spacing) * 5);
879
+ }
880
+
881
+ .py-6 {
882
+ padding-block: calc(var(--spacing) * 6);
883
+ }
884
+
885
+ .py-16 {
886
+ padding-block: calc(var(--spacing) * 16);
887
+ }
888
+
889
+ .py-24 {
890
+ padding-block: calc(var(--spacing) * 24);
891
+ }
892
+
893
+ .text-center {
894
+ text-align: center;
895
+ }
896
+
897
+ .font-mono {
898
+ font-family: var(--font-mono);
899
+ }
900
+
901
+ .text-2xl {
902
+ font-size: var(--text-2xl);
903
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
904
+ }
905
+
906
+ .text-3xl {
907
+ font-size: var(--text-3xl);
908
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
909
+ }
910
+
911
+ .text-5xl {
912
+ font-size: var(--text-5xl);
913
+ line-height: var(--tw-leading, var(--text-5xl--line-height));
914
+ }
915
+
916
+ .text-6xl {
917
+ font-size: var(--text-6xl);
918
+ line-height: var(--tw-leading, var(--text-6xl--line-height));
919
+ }
920
+
921
+ .text-base {
922
+ font-size: var(--text-base);
923
+ line-height: var(--tw-leading, var(--text-base--line-height));
924
+ }
925
+
926
+ .text-lg {
927
+ font-size: var(--text-lg);
928
+ line-height: var(--tw-leading, var(--text-lg--line-height));
929
+ }
930
+
931
+ .text-sm {
932
+ font-size: var(--text-sm);
933
+ line-height: var(--tw-leading, var(--text-sm--line-height));
934
+ }
935
+
936
+ .text-xl {
937
+ font-size: var(--text-xl);
938
+ line-height: var(--tw-leading, var(--text-xl--line-height));
939
+ }
940
+
941
+ .text-xs {
942
+ font-size: var(--text-xs);
943
+ line-height: var(--tw-leading, var(--text-xs--line-height));
944
+ }
945
+
946
+ .text-\[10px\] {
947
+ font-size: 10px;
948
+ }
949
+
950
+ .text-\[11px\] {
951
+ font-size: 11px;
952
+ }
953
+
954
+ .leading-relaxed {
955
+ --tw-leading: var(--leading-relaxed);
956
+ line-height: var(--leading-relaxed);
957
+ }
958
+
959
+ .font-bold {
960
+ --tw-font-weight: var(--font-weight-bold);
961
+ font-weight: var(--font-weight-bold);
962
+ }
963
+
964
+ .font-medium {
965
+ --tw-font-weight: var(--font-weight-medium);
966
+ font-weight: var(--font-weight-medium);
967
+ }
968
+
969
+ .font-semibold {
970
+ --tw-font-weight: var(--font-weight-semibold);
971
+ font-weight: var(--font-weight-semibold);
972
+ }
973
+
974
+ .tracking-tight {
975
+ --tw-tracking: var(--tracking-tight);
976
+ letter-spacing: var(--tracking-tight);
977
+ }
978
+
979
+ .tracking-wide {
980
+ --tw-tracking: var(--tracking-wide);
981
+ letter-spacing: var(--tracking-wide);
982
+ }
983
+
984
+ .tracking-wider {
985
+ --tw-tracking: var(--tracking-wider);
986
+ letter-spacing: var(--tracking-wider);
987
+ }
988
+
989
+ .tracking-widest {
990
+ --tw-tracking: var(--tracking-widest);
991
+ letter-spacing: var(--tracking-widest);
992
+ }
993
+
994
+ .text-accent-blue {
995
+ color: var(--color-accent-blue);
996
+ }
997
+
998
+ .text-accent-green {
999
+ color: var(--color-accent-green);
1000
+ }
1001
+
1002
+ .text-accent-red {
1003
+ color: var(--color-accent-red);
1004
+ }
1005
+
1006
+ .text-accent-yellow {
1007
+ color: var(--color-accent-yellow);
1008
+ }
1009
+
1010
+ .text-text-muted {
1011
+ color: var(--color-text-muted);
1012
+ }
1013
+
1014
+ .text-text-muted\/60 {
1015
+ color: #5c5c7299;
1016
+ }
1017
+
1018
+ @supports (color: color-mix(in lab, red, red)) {
1019
+ .text-text-muted\/60 {
1020
+ color: color-mix(in oklab, var(--color-text-muted) 60%, transparent);
1021
+ }
1022
+ }
1023
+
1024
+ .text-text-muted\/80 {
1025
+ color: #5c5c72cc;
1026
+ }
1027
+
1028
+ @supports (color: color-mix(in lab, red, red)) {
1029
+ .text-text-muted\/80 {
1030
+ color: color-mix(in oklab, var(--color-text-muted) 80%, transparent);
1031
+ }
1032
+ }
1033
+
1034
+ .text-text-primary {
1035
+ color: var(--color-text-primary);
1036
+ }
1037
+
1038
+ .text-text-secondary {
1039
+ color: var(--color-text-secondary);
1040
+ }
1041
+
1042
+ .text-white {
1043
+ color: var(--color-white);
1044
+ }
1045
+
1046
+ .uppercase {
1047
+ text-transform: uppercase;
1048
+ }
1049
+
1050
+ .shadow-\[0_0_10px_rgba\(233\,69\,96\,0\.4\)\] {
1051
+ --tw-shadow: 0 0 10px var(--tw-shadow-color, #e9456066);
1052
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1053
+ }
1054
+
1055
+ .shadow-\[0_0_10px_rgba\(255\,208\,115\,0\.4\)\] {
1056
+ --tw-shadow: 0 0 10px var(--tw-shadow-color, #ffd07366);
1057
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1058
+ }
1059
+
1060
+ .shadow-lg {
1061
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
1062
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1063
+ }
1064
+
1065
+ .shadow-md {
1066
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
1067
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1068
+ }
1069
+
1070
+ .shadow-sm {
1071
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
1072
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1073
+ }
1074
+
1075
+ .shadow-accent-pink\/10 {
1076
+ --tw-shadow-color: #14b8a61a;
1077
+ }
1078
+
1079
+ @supports (color: color-mix(in lab, red, red)) {
1080
+ .shadow-accent-pink\/10 {
1081
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-accent-pink) 10%, transparent) var(--tw-shadow-alpha), transparent);
1082
+ }
1083
+ }
1084
+
1085
+ .transition-all {
1086
+ transition-property: all;
1087
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1088
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1089
+ }
1090
+
1091
+ .transition-colors {
1092
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1093
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1094
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1095
+ }
1096
+
1097
+ .duration-200 {
1098
+ --tw-duration: .2s;
1099
+ transition-duration: .2s;
1100
+ }
1101
+
1102
+ .duration-300 {
1103
+ --tw-duration: .3s;
1104
+ transition-duration: .3s;
1105
+ }
1106
+
1107
+ @media (hover: hover) {
1108
+ .group-hover\:bg-accent-blue\/10:is(:where(.group):hover *) {
1109
+ background-color: #14b8a61a;
1110
+ }
1111
+
1112
+ @supports (color: color-mix(in lab, red, red)) {
1113
+ .group-hover\:bg-accent-blue\/10:is(:where(.group):hover *) {
1114
+ background-color: color-mix(in oklab, var(--color-accent-blue) 10%, transparent);
1115
+ }
1116
+ }
1117
+
1118
+ .group-hover\:text-accent-blue:is(:where(.group):hover *) {
1119
+ color: var(--color-accent-blue);
1120
+ }
1121
+
1122
+ .group-hover\:text-text-primary:is(:where(.group):hover *) {
1123
+ color: var(--color-text-primary);
1124
+ }
1125
+
1126
+ .hover\:scale-\[1\.02\]:hover {
1127
+ scale: 1.02;
1128
+ }
1129
+
1130
+ .hover\:border-accent-blue:hover {
1131
+ border-color: var(--color-accent-blue);
1132
+ }
1133
+
1134
+ .hover\:border-accent-red\/40:hover {
1135
+ border-color: #e9456066;
1136
+ }
1137
+
1138
+ @supports (color: color-mix(in lab, red, red)) {
1139
+ .hover\:border-accent-red\/40:hover {
1140
+ border-color: color-mix(in oklab, var(--color-accent-red) 40%, transparent);
1141
+ }
1142
+ }
1143
+
1144
+ .hover\:border-accent-yellow\/40:hover {
1145
+ border-color: #ffd07366;
1146
+ }
1147
+
1148
+ @supports (color: color-mix(in lab, red, red)) {
1149
+ .hover\:border-accent-yellow\/40:hover {
1150
+ border-color: color-mix(in oklab, var(--color-accent-yellow) 40%, transparent);
1151
+ }
1152
+ }
1153
+
1154
+ .hover\:border-border-active\/30:hover {
1155
+ border-color: #14b8a64d;
1156
+ }
1157
+
1158
+ @supports (color: color-mix(in lab, red, red)) {
1159
+ .hover\:border-border-active\/30:hover {
1160
+ border-color: color-mix(in oklab, var(--color-border-active) 30%, transparent);
1161
+ }
1162
+ }
1163
+
1164
+ .hover\:bg-bg-card:hover {
1165
+ background-color: var(--color-bg-card);
1166
+ }
1167
+
1168
+ .hover\:bg-bg-card-hover:hover {
1169
+ background-color: var(--color-bg-card-hover);
1170
+ }
1171
+
1172
+ .hover\:text-text-primary:hover {
1173
+ color: var(--color-text-primary);
1174
+ }
1175
+
1176
+ .hover\:underline:hover {
1177
+ text-decoration-line: underline;
1178
+ }
1179
+
1180
+ .hover\:shadow-lg:hover {
1181
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
1182
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1183
+ }
1184
+
1185
+ .hover\:shadow-xl:hover {
1186
+ --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
1187
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1188
+ }
1189
+
1190
+ .hover\:shadow-accent-blue-btn\/20:hover {
1191
+ --tw-shadow-color: #0d948833;
1192
+ }
1193
+
1194
+ @supports (color: color-mix(in lab, red, red)) {
1195
+ .hover\:shadow-accent-blue-btn\/20:hover {
1196
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-accent-blue-btn) 20%, transparent) var(--tw-shadow-alpha), transparent);
1197
+ }
1198
+ }
1199
+
1200
+ .hover\:shadow-accent-blue-btn\/25:hover {
1201
+ --tw-shadow-color: #0d948840;
1202
+ }
1203
+
1204
+ @supports (color: color-mix(in lab, red, red)) {
1205
+ .hover\:shadow-accent-blue-btn\/25:hover {
1206
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-accent-blue-btn) 25%, transparent) var(--tw-shadow-alpha), transparent);
1207
+ }
1208
+ }
1209
+ }
1210
+
1211
+ .active\:scale-\[0\.98\]:active {
1212
+ scale: .98;
1213
+ }
1214
+ }
1215
+
1216
+ @font-face {
1217
+ font-family: Inter;
1218
+ font-style: normal;
1219
+ font-weight: 100 900;
1220
+ font-display: swap;
1221
+ src: url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
1222
+ }
1223
+
1224
+ html, body, #root {
1225
+ width: 100%;
1226
+ height: 100%;
1227
+ overflow: hidden;
1228
+ }
1229
+
1230
+ body {
1231
+ font-family: var(--font-sans);
1232
+ background-color: var(--color-bg-primary);
1233
+ color: var(--color-text-primary);
1234
+ -webkit-font-smoothing: antialiased;
1235
+ -moz-osx-font-smoothing: grayscale;
1236
+ }
1237
+
1238
+ ::-webkit-scrollbar {
1239
+ width: 6px;
1240
+ }
1241
+
1242
+ ::-webkit-scrollbar-track {
1243
+ background: var(--color-bg-primary);
1244
+ }
1245
+
1246
+ ::-webkit-scrollbar-thumb {
1247
+ background: var(--color-border);
1248
+ border-radius: 3px;
1249
+ }
1250
+
1251
+ ::-webkit-scrollbar-thumb:hover {
1252
+ background: var(--color-text-muted);
1253
+ }
1254
+
1255
+ .drag-region {
1256
+ -webkit-app-region: drag;
1257
+ }
1258
+
1259
+ .no-drag {
1260
+ -webkit-app-region: no-drag;
1261
+ }
1262
+
1263
+ .code-block {
1264
+ background: var(--color-bg-input);
1265
+ border: 1px solid var(--color-border);
1266
+ font-family: var(--font-mono);
1267
+ white-space: pre-wrap;
1268
+ word-break: break-all;
1269
+ border-radius: 8px;
1270
+ padding: 12px 16px;
1271
+ font-size: 13px;
1272
+ line-height: 1.6;
1273
+ overflow-x: auto;
1274
+ }
1275
+
1276
+ input[type="checkbox"] {
1277
+ appearance: none;
1278
+ border: 2px solid var(--color-border);
1279
+ background: var(--color-bg-input);
1280
+ cursor: pointer;
1281
+ border-radius: 4px;
1282
+ flex-shrink: 0;
1283
+ width: 18px;
1284
+ height: 18px;
1285
+ transition: all .15s;
1286
+ position: relative;
1287
+ }
1288
+
1289
+ input[type="checkbox"]:checked {
1290
+ background: var(--color-accent-blue);
1291
+ border-color: var(--color-accent-blue);
1292
+ }
1293
+
1294
+ input[type="checkbox"]:checked:after {
1295
+ content: "✓";
1296
+ color: #fff;
1297
+ font-size: 12px;
1298
+ font-weight: 700;
1299
+ position: absolute;
1300
+ top: -1px;
1301
+ left: 2px;
1302
+ }
1303
+
1304
+ .fade-in {
1305
+ animation: .3s ease-out fadeIn;
1306
+ }
1307
+
1308
+ @keyframes fadeIn {
1309
+ from {
1310
+ opacity: 0;
1311
+ transform: translateY(8px);
1312
+ }
1313
+
1314
+ to {
1315
+ opacity: 1;
1316
+ transform: translateY(0);
1317
+ }
1318
+ }
1319
+
1320
+ @keyframes pulse-glow {
1321
+ 0%, 100% {
1322
+ box-shadow: 0 0 #14b8a64d;
1323
+ }
1324
+
1325
+ 50% {
1326
+ box-shadow: 0 0 20px 4px #14b8a626;
1327
+ }
1328
+ }
1329
+
1330
+ .pulse-glow {
1331
+ animation: 2s ease-in-out infinite pulse-glow;
1332
+ }
1333
+
1334
+ @keyframes spin {
1335
+ to {
1336
+ transform: rotate(360deg);
1337
+ }
1338
+ }
1339
+
1340
+ .animate-spin {
1341
+ animation: 1s linear infinite spin;
1342
+ }
1343
+
1344
+ @property --tw-space-y-reverse {
1345
+ syntax: "*";
1346
+ inherits: false;
1347
+ initial-value: 0;
1348
+ }
1349
+
1350
+ @property --tw-border-style {
1351
+ syntax: "*";
1352
+ inherits: false;
1353
+ initial-value: solid;
1354
+ }
1355
+
1356
+ @property --tw-gradient-position {
1357
+ syntax: "*";
1358
+ inherits: false
1359
+ }
1360
+
1361
+ @property --tw-gradient-from {
1362
+ syntax: "<color>";
1363
+ inherits: false;
1364
+ initial-value: #0000;
1365
+ }
1366
+
1367
+ @property --tw-gradient-via {
1368
+ syntax: "<color>";
1369
+ inherits: false;
1370
+ initial-value: #0000;
1371
+ }
1372
+
1373
+ @property --tw-gradient-to {
1374
+ syntax: "<color>";
1375
+ inherits: false;
1376
+ initial-value: #0000;
1377
+ }
1378
+
1379
+ @property --tw-gradient-stops {
1380
+ syntax: "*";
1381
+ inherits: false
1382
+ }
1383
+
1384
+ @property --tw-gradient-via-stops {
1385
+ syntax: "*";
1386
+ inherits: false
1387
+ }
1388
+
1389
+ @property --tw-gradient-from-position {
1390
+ syntax: "<length-percentage>";
1391
+ inherits: false;
1392
+ initial-value: 0%;
1393
+ }
1394
+
1395
+ @property --tw-gradient-via-position {
1396
+ syntax: "<length-percentage>";
1397
+ inherits: false;
1398
+ initial-value: 50%;
1399
+ }
1400
+
1401
+ @property --tw-gradient-to-position {
1402
+ syntax: "<length-percentage>";
1403
+ inherits: false;
1404
+ initial-value: 100%;
1405
+ }
1406
+
1407
+ @property --tw-leading {
1408
+ syntax: "*";
1409
+ inherits: false
1410
+ }
1411
+
1412
+ @property --tw-font-weight {
1413
+ syntax: "*";
1414
+ inherits: false
1415
+ }
1416
+
1417
+ @property --tw-tracking {
1418
+ syntax: "*";
1419
+ inherits: false
1420
+ }
1421
+
1422
+ @property --tw-shadow {
1423
+ syntax: "*";
1424
+ inherits: false;
1425
+ initial-value: 0 0 #0000;
1426
+ }
1427
+
1428
+ @property --tw-shadow-color {
1429
+ syntax: "*";
1430
+ inherits: false
1431
+ }
1432
+
1433
+ @property --tw-shadow-alpha {
1434
+ syntax: "<percentage>";
1435
+ inherits: false;
1436
+ initial-value: 100%;
1437
+ }
1438
+
1439
+ @property --tw-inset-shadow {
1440
+ syntax: "*";
1441
+ inherits: false;
1442
+ initial-value: 0 0 #0000;
1443
+ }
1444
+
1445
+ @property --tw-inset-shadow-color {
1446
+ syntax: "*";
1447
+ inherits: false
1448
+ }
1449
+
1450
+ @property --tw-inset-shadow-alpha {
1451
+ syntax: "<percentage>";
1452
+ inherits: false;
1453
+ initial-value: 100%;
1454
+ }
1455
+
1456
+ @property --tw-ring-color {
1457
+ syntax: "*";
1458
+ inherits: false
1459
+ }
1460
+
1461
+ @property --tw-ring-shadow {
1462
+ syntax: "*";
1463
+ inherits: false;
1464
+ initial-value: 0 0 #0000;
1465
+ }
1466
+
1467
+ @property --tw-inset-ring-color {
1468
+ syntax: "*";
1469
+ inherits: false
1470
+ }
1471
+
1472
+ @property --tw-inset-ring-shadow {
1473
+ syntax: "*";
1474
+ inherits: false;
1475
+ initial-value: 0 0 #0000;
1476
+ }
1477
+
1478
+ @property --tw-ring-inset {
1479
+ syntax: "*";
1480
+ inherits: false
1481
+ }
1482
+
1483
+ @property --tw-ring-offset-width {
1484
+ syntax: "<length>";
1485
+ inherits: false;
1486
+ initial-value: 0;
1487
+ }
1488
+
1489
+ @property --tw-ring-offset-color {
1490
+ syntax: "*";
1491
+ inherits: false;
1492
+ initial-value: #fff;
1493
+ }
1494
+
1495
+ @property --tw-ring-offset-shadow {
1496
+ syntax: "*";
1497
+ inherits: false;
1498
+ initial-value: 0 0 #0000;
1499
+ }
1500
+
1501
+ @property --tw-duration {
1502
+ syntax: "*";
1503
+ inherits: false
1504
+ }