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