@peppone.choi/ui-kit 0.2.0

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