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