@alkimi.org/ui-kit 0.1.14 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/README.github.md +49 -5
  2. package/README.md +69 -8
  3. package/README.npm.md +69 -8
  4. package/dist/HelveticaNowDisplay-Medium-CXVMKHU3.ttf +0 -0
  5. package/dist/HelveticaNowDisplay-Regular-O4IVE4NP.ttf +0 -0
  6. package/dist/chunk-2XHWLYXD.mjs +3 -0
  7. package/dist/chunk-2XHWLYXD.mjs.map +1 -0
  8. package/dist/chunk-74PDRKS7.js +3 -0
  9. package/dist/chunk-74PDRKS7.js.map +1 -0
  10. package/dist/chunk-BCAQUOTY.mjs +3 -0
  11. package/dist/chunk-BCAQUOTY.mjs.map +1 -0
  12. package/dist/chunk-FUYXCJOQ.js +3 -0
  13. package/dist/chunk-FUYXCJOQ.js.map +1 -0
  14. package/dist/chunk-IK3C7KV5.mjs +3 -0
  15. package/dist/chunk-IK3C7KV5.mjs.map +1 -0
  16. package/dist/chunk-JNEIOQGF.js +3 -0
  17. package/dist/chunk-JNEIOQGF.js.map +1 -0
  18. package/dist/chunk-R74QDO2Z.js +3 -0
  19. package/dist/chunk-R74QDO2Z.js.map +1 -0
  20. package/dist/chunk-S5TKCF6T.mjs +3 -0
  21. package/dist/chunk-S5TKCF6T.mjs.map +1 -0
  22. package/dist/chunk-SVWC2KRP.js +3 -0
  23. package/dist/chunk-SVWC2KRP.js.map +1 -0
  24. package/dist/chunk-WF73K6X2.mjs +3 -0
  25. package/dist/chunk-WF73K6X2.mjs.map +1 -0
  26. package/dist/chunk-WJXJQZGO.js +3 -0
  27. package/dist/chunk-WJXJQZGO.js.map +1 -0
  28. package/dist/chunk-XNHJPYUV.mjs +3 -0
  29. package/dist/chunk-XNHJPYUV.mjs.map +1 -0
  30. package/dist/components/GlitchLink.js +2 -88
  31. package/dist/components/GlitchLink.js.map +1 -1
  32. package/dist/components/GlitchLink.mjs +1 -57
  33. package/dist/components/GlitchLink.mjs.map +1 -1
  34. package/dist/components/PixelLoad.js +2 -181
  35. package/dist/components/PixelLoad.js.map +1 -1
  36. package/dist/components/PixelLoad.mjs +1 -146
  37. package/dist/components/PixelLoad.mjs.map +1 -1
  38. package/dist/components/TextDecoder.js +2 -284
  39. package/dist/components/TextDecoder.js.map +1 -1
  40. package/dist/components/TextDecoder.mjs +1 -257
  41. package/dist/components/TextDecoder.mjs.map +1 -1
  42. package/dist/components/button.d.mts +1 -1
  43. package/dist/components/button.d.ts +1 -1
  44. package/dist/components/button.js +2 -108
  45. package/dist/components/button.js.map +1 -1
  46. package/dist/components/button.mjs +2 -73
  47. package/dist/components/button.mjs.map +1 -1
  48. package/dist/components/card.js +2 -114
  49. package/dist/components/card.js.map +1 -1
  50. package/dist/components/card.mjs +2 -75
  51. package/dist/components/card.mjs.map +1 -1
  52. package/dist/components/tabs.d.mts +9 -0
  53. package/dist/components/tabs.d.ts +9 -0
  54. package/dist/components/tabs.js +3 -0
  55. package/dist/components/tabs.js.map +1 -0
  56. package/dist/components/tabs.mjs +3 -0
  57. package/dist/components/tabs.mjs.map +1 -0
  58. package/dist/fonts/fonts/HelveticaNowDisplay-Medium.ttf +0 -0
  59. package/dist/fonts/fonts/HelveticaNowDisplay-Regular.ttf +0 -0
  60. package/dist/index.css +1 -961
  61. package/dist/index.css.map +1 -1
  62. package/dist/index.d.mts +6 -9
  63. package/dist/index.d.ts +6 -9
  64. package/dist/index.js +2 -661
  65. package/dist/index.js.map +1 -1
  66. package/dist/index.mjs +2 -626
  67. package/dist/index.mjs.map +1 -1
  68. package/dist/styles.css +1 -961
  69. package/dist/styles.css.map +1 -1
  70. package/package.json +15 -39
  71. package/dist/lib/utils.d.mts +0 -5
  72. package/dist/lib/utils.d.ts +0 -5
  73. package/dist/lib/utils.js +0 -36
  74. package/dist/lib/utils.js.map +0 -1
  75. package/dist/lib/utils.mjs +0 -12
  76. package/dist/lib/utils.mjs.map +0 -1
package/dist/index.css CHANGED
@@ -1,963 +1,3 @@
1
- /* src/styles.css */
2
- @layer properties;
3
- @layer theme, base, components, utilities;
4
- @layer theme {
5
- :root,
6
- :host {
7
- --font-sans:
8
- ui-sans-serif,
9
- system-ui,
10
- sans-serif,
11
- "Apple Color Emoji",
12
- "Segoe UI Emoji",
13
- "Segoe UI Symbol",
14
- "Noto Color Emoji";
15
- --font-mono:
16
- ui-monospace,
17
- SFMono-Regular,
18
- Menlo,
19
- Monaco,
20
- Consolas,
21
- "Liberation Mono",
22
- "Courier New",
23
- monospace;
24
- --color-blue-600: oklch(54.6% 0.245 262.881);
25
- --color-gray-100: oklch(96.7% 0.003 264.542);
26
- --spacing: 0.25rem;
27
- --container-md: 28rem;
28
- --text-sm: 0.875rem;
29
- --text-sm--line-height: calc(1.25 / 0.875);
30
- --text-base: 1rem;
31
- --text-base--line-height: calc(1.5 / 1);
32
- --text-lg: 1.125rem;
33
- --text-lg--line-height: calc(1.75 / 1.125);
34
- --text-xl: 1.25rem;
35
- --text-xl--line-height: calc(1.75 / 1.25);
36
- --text-2xl: 1.5rem;
37
- --text-2xl--line-height: calc(2 / 1.5);
38
- --text-4xl: 2.25rem;
39
- --text-4xl--line-height: calc(2.5 / 2.25);
40
- --text-6xl: 3.75rem;
41
- --text-6xl--line-height: 1;
42
- --font-weight-medium: 500;
43
- --font-weight-semibold: 600;
44
- --font-weight-bold: 700;
45
- --tracking-tight: -0.025em;
46
- --radius-lg: calc(var(--radius) + 2px);
47
- --radius-3xl: 3.75rem;
48
- --ease-out: cubic-bezier(0, 0, 0.2, 1);
49
- --animate-spin: spin 1s linear infinite;
50
- --default-transition-duration: 150ms;
51
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
52
- --default-font-family: var(--font-sans);
53
- --default-mono-font-family: var(--font-mono);
54
- --radius: var(--radius);
55
- --color-border: hsl(var(--border));
56
- --color-input: hsl(var(--input));
57
- --color-ring: hsl(var(--ring));
58
- --color-background: hsl(var(--background));
59
- --color-foreground: hsl(var(--foreground));
60
- --color-primary: hsl(var(--primary));
61
- --color-primary-foreground: hsl(var(--primary-foreground));
62
- --color-secondary: hsl(var(--secondary));
63
- --color-secondary-foreground: hsl(var(--secondary-foreground));
64
- --color-destructive: hsl(var(--destructive));
65
- --color-destructive-foreground: hsl(var(--destructive-foreground));
66
- --color-muted: hsl(var(--muted));
67
- --color-muted-foreground: hsl(var(--muted-foreground));
68
- --color-accent: hsl(var(--accent));
69
- --color-accent-foreground: hsl(var(--accent-foreground));
70
- --color-card: hsl(var(--card));
71
- --color-card-foreground: hsl(var(--card-foreground));
72
- }
73
- }
74
- @layer base {
75
- *,
76
- ::after,
77
- ::before,
78
- ::backdrop,
79
- ::file-selector-button {
80
- box-sizing: border-box;
81
- margin: 0;
82
- padding: 0;
83
- border: 0 solid;
84
- }
85
- html,
86
- :host {
87
- line-height: 1.5;
88
- -webkit-text-size-adjust: 100%;
89
- -moz-tab-size: 4;
90
- -o-tab-size: 4;
91
- tab-size: 4;
92
- 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");
93
- font-feature-settings: var(--default-font-feature-settings, normal);
94
- font-variation-settings: var(--default-font-variation-settings, normal);
95
- -webkit-tap-highlight-color: transparent;
96
- }
97
- hr {
98
- height: 0;
99
- color: inherit;
100
- border-top-width: 1px;
101
- }
102
- abbr:where([title]) {
103
- -webkit-text-decoration: underline dotted;
104
- text-decoration: underline dotted;
105
- }
106
- h1,
107
- h2,
108
- h3,
109
- h4,
110
- h5,
111
- h6 {
112
- font-size: inherit;
113
- font-weight: inherit;
114
- }
115
- a {
116
- color: inherit;
117
- -webkit-text-decoration: inherit;
118
- text-decoration: inherit;
119
- }
120
- b,
121
- strong {
122
- font-weight: bolder;
123
- }
124
- code,
125
- kbd,
126
- samp,
127
- pre {
128
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
129
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
130
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
131
- font-size: 1em;
132
- }
133
- small {
134
- font-size: 80%;
135
- }
136
- sub,
137
- sup {
138
- font-size: 75%;
139
- line-height: 0;
140
- position: relative;
141
- vertical-align: baseline;
142
- }
143
- sub {
144
- bottom: -0.25em;
145
- }
146
- sup {
147
- top: -0.5em;
148
- }
149
- table {
150
- text-indent: 0;
151
- border-color: inherit;
152
- border-collapse: collapse;
153
- }
154
- :-moz-focusring {
155
- outline: auto;
156
- }
157
- progress {
158
- vertical-align: baseline;
159
- }
160
- summary {
161
- display: list-item;
162
- }
163
- ol,
164
- ul,
165
- menu {
166
- list-style: none;
167
- }
168
- img,
169
- svg,
170
- video,
171
- canvas,
172
- audio,
173
- iframe,
174
- embed,
175
- object {
176
- display: block;
177
- vertical-align: middle;
178
- }
179
- img,
180
- video {
181
- max-width: 100%;
182
- height: auto;
183
- }
184
- button,
185
- input,
186
- select,
187
- optgroup,
188
- textarea,
189
- ::file-selector-button {
190
- font: inherit;
191
- font-feature-settings: inherit;
192
- font-variation-settings: inherit;
193
- letter-spacing: inherit;
194
- color: inherit;
195
- border-radius: 0;
196
- background-color: transparent;
197
- opacity: 1;
198
- }
199
- :where(select:is([multiple], [size])) optgroup {
200
- font-weight: bolder;
201
- }
202
- :where(select:is([multiple], [size])) optgroup option {
203
- padding-inline-start: 20px;
204
- }
205
- ::file-selector-button {
206
- margin-inline-end: 4px;
207
- }
208
- ::-moz-placeholder {
209
- opacity: 1;
210
- }
211
- ::placeholder {
212
- opacity: 1;
213
- }
214
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
215
- ::-moz-placeholder {
216
- color: currentcolor;
217
- @supports (color: color-mix(in lab, red, red)) {
218
- color: color-mix(in oklab, currentcolor 50%, transparent);
219
- }
220
- }
221
- ::placeholder {
222
- color: currentcolor;
223
- @supports (color: color-mix(in lab, red, red)) {
224
- color: color-mix(in oklab, currentcolor 50%, transparent);
225
- }
226
- }
227
- }
228
- textarea {
229
- resize: vertical;
230
- }
231
- ::-webkit-search-decoration {
232
- -webkit-appearance: none;
233
- }
234
- ::-webkit-date-and-time-value {
235
- min-height: 1lh;
236
- text-align: inherit;
237
- }
238
- ::-webkit-datetime-edit {
239
- display: inline-flex;
240
- }
241
- ::-webkit-datetime-edit-fields-wrapper {
242
- padding: 0;
243
- }
244
- ::-webkit-datetime-edit,
245
- ::-webkit-datetime-edit-year-field,
246
- ::-webkit-datetime-edit-month-field,
247
- ::-webkit-datetime-edit-day-field,
248
- ::-webkit-datetime-edit-hour-field,
249
- ::-webkit-datetime-edit-minute-field,
250
- ::-webkit-datetime-edit-second-field,
251
- ::-webkit-datetime-edit-millisecond-field,
252
- ::-webkit-datetime-edit-meridiem-field {
253
- padding-block: 0;
254
- }
255
- ::-webkit-calendar-picker-indicator {
256
- line-height: 1;
257
- }
258
- :-moz-ui-invalid {
259
- box-shadow: none;
260
- }
261
- button,
262
- input:where([type=button], [type=reset], [type=submit]),
263
- ::file-selector-button {
264
- -webkit-appearance: button;
265
- -moz-appearance: button;
266
- appearance: button;
267
- }
268
- ::-webkit-inner-spin-button,
269
- ::-webkit-outer-spin-button {
270
- height: auto;
271
- }
272
- [hidden]:where(:not([hidden=until-found])) {
273
- display: none !important;
274
- }
275
- }
276
- @layer utilities {
277
- .visible {
278
- visibility: visible;
279
- }
280
- .absolute {
281
- position: absolute;
282
- }
283
- .relative {
284
- position: relative;
285
- }
286
- .static {
287
- position: static;
288
- }
289
- .top-0 {
290
- top: calc(var(--spacing) * 0);
291
- }
292
- .left-0 {
293
- left: calc(var(--spacing) * 0);
294
- }
295
- .z-10 {
296
- z-index: 10;
297
- }
298
- .z-\[1\] {
299
- z-index: 1;
300
- }
301
- .container {
302
- width: 100%;
303
- @media (width >= 40rem) {
304
- max-width: 40rem;
305
- }
306
- @media (width >= 48rem) {
307
- max-width: 48rem;
308
- }
309
- @media (width >= 64rem) {
310
- max-width: 64rem;
311
- }
312
- @media (width >= 80rem) {
313
- max-width: 80rem;
314
- }
315
- @media (width >= 96rem) {
316
- max-width: 96rem;
317
- }
318
- }
319
- .mx-auto {
320
- margin-inline: auto;
321
- }
322
- .mt-2 {
323
- margin-top: calc(var(--spacing) * 2);
324
- }
325
- .mt-12 {
326
- margin-top: calc(var(--spacing) * 12);
327
- }
328
- .mr-2 {
329
- margin-right: calc(var(--spacing) * 2);
330
- }
331
- .mb-4 {
332
- margin-bottom: calc(var(--spacing) * 4);
333
- }
334
- .mb-8 {
335
- margin-bottom: calc(var(--spacing) * 8);
336
- }
337
- .flex {
338
- display: flex;
339
- }
340
- .grid {
341
- display: grid;
342
- }
343
- .inline-flex {
344
- display: inline-flex;
345
- }
346
- .inline-grid {
347
- display: inline-grid;
348
- }
349
- .h-4 {
350
- height: calc(var(--spacing) * 4);
351
- }
352
- .h-8 {
353
- height: calc(var(--spacing) * 8);
354
- }
355
- .h-9 {
356
- height: calc(var(--spacing) * 9);
357
- }
358
- .h-10 {
359
- height: calc(var(--spacing) * 10);
360
- }
361
- .h-\[150px\] {
362
- height: 150px;
363
- }
364
- .h-\[300px\] {
365
- height: 300px;
366
- }
367
- .h-\[400px\] {
368
- height: 400px;
369
- }
370
- .h-\[calc\(100\%-0\.5rem\)\] {
371
- height: calc(100% - 0.5rem);
372
- }
373
- .h-full {
374
- height: 100%;
375
- }
376
- .min-h-screen {
377
- min-height: 100vh;
378
- }
379
- .w-4 {
380
- width: calc(var(--spacing) * 4);
381
- }
382
- .w-9 {
383
- width: calc(var(--spacing) * 9);
384
- }
385
- .w-\[200px\] {
386
- width: 200px;
387
- }
388
- .w-\[300px\] {
389
- width: 300px;
390
- }
391
- .w-\[400px\] {
392
- width: 400px;
393
- }
394
- .w-\[500px\] {
395
- width: 500px;
396
- }
397
- .w-full {
398
- width: 100%;
399
- }
400
- .max-w-md {
401
- max-width: var(--container-md);
402
- }
403
- .animate-spin {
404
- animation: var(--animate-spin);
405
- }
406
- .cursor-pointer {
407
- cursor: pointer;
408
- }
409
- .resize {
410
- resize: both;
411
- }
412
- .list-inside {
413
- list-style-position: inside;
414
- }
415
- .list-disc {
416
- list-style-type: disc;
417
- }
418
- .grid-cols-2 {
419
- grid-template-columns: repeat(2, minmax(0, 1fr));
420
- }
421
- .grid-cols-3 {
422
- grid-template-columns: repeat(3, minmax(0, 1fr));
423
- }
424
- .flex-col {
425
- flex-direction: column;
426
- }
427
- .flex-wrap {
428
- flex-wrap: wrap;
429
- }
430
- .items-center {
431
- align-items: center;
432
- }
433
- .justify-between {
434
- justify-content: space-between;
435
- }
436
- .justify-center {
437
- justify-content: center;
438
- }
439
- .gap-2 {
440
- gap: calc(var(--spacing) * 2);
441
- }
442
- .gap-4 {
443
- gap: calc(var(--spacing) * 4);
444
- }
445
- .space-y-1\.5 {
446
- :where(& > :not(:last-child)) {
447
- --tw-space-y-reverse: 0;
448
- margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
449
- margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
450
- }
451
- }
452
- .space-y-2 {
453
- :where(& > :not(:last-child)) {
454
- --tw-space-y-reverse: 0;
455
- margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
456
- margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
457
- }
458
- }
459
- .space-y-4 {
460
- :where(& > :not(:last-child)) {
461
- --tw-space-y-reverse: 0;
462
- margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
463
- margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
464
- }
465
- }
466
- .space-y-8 {
467
- :where(& > :not(:last-child)) {
468
- --tw-space-y-reverse: 0;
469
- margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
470
- margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
471
- }
472
- }
473
- .overflow-hidden {
474
- overflow: hidden;
475
- }
476
- .rounded-3xl {
477
- border-radius: var(--radius-3xl);
478
- }
479
- .rounded-full {
480
- border-radius: calc(infinity * 1px);
481
- }
482
- .rounded-lg {
483
- border-radius: var(--radius-lg);
484
- }
485
- .border {
486
- border-style: var(--tw-border-style);
487
- border-width: 1px;
488
- }
489
- .border-border {
490
- border-color: var(--color-border);
491
- }
492
- .border-input {
493
- border-color: var(--color-input);
494
- }
495
- .border-primary-foreground {
496
- border-color: var(--color-primary-foreground);
497
- }
498
- .border-t-transparent {
499
- border-top-color: transparent;
500
- }
501
- .bg-background {
502
- background-color: var(--color-background);
503
- }
504
- .bg-card {
505
- background-color: var(--color-card);
506
- }
507
- .bg-destructive {
508
- background-color: var(--color-destructive);
509
- }
510
- .bg-gray-100 {
511
- background-color: var(--color-gray-100);
512
- }
513
- .bg-muted {
514
- background-color: var(--color-muted);
515
- }
516
- .bg-primary {
517
- background-color: var(--color-primary);
518
- }
519
- .bg-secondary\/80 {
520
- background-color: color-mix(in srgb, hsl(var(--secondary)) 80%, transparent);
521
- @supports (color: color-mix(in lab, red, red)) {
522
- background-color: color-mix(in oklab, var(--color-secondary) 80%, transparent);
523
- }
524
- }
525
- .p-1 {
526
- padding: calc(var(--spacing) * 1);
527
- }
528
- .p-4 {
529
- padding: calc(var(--spacing) * 4);
530
- }
531
- .p-6 {
532
- padding: calc(var(--spacing) * 6);
533
- }
534
- .p-8 {
535
- padding: calc(var(--spacing) * 8);
536
- }
537
- .px-3 {
538
- padding-inline: calc(var(--spacing) * 3);
539
- }
540
- .px-4 {
541
- padding-inline: calc(var(--spacing) * 4);
542
- }
543
- .px-8 {
544
- padding-inline: calc(var(--spacing) * 8);
545
- }
546
- .py-1 {
547
- padding-block: calc(var(--spacing) * 1);
548
- }
549
- .py-2 {
550
- padding-block: calc(var(--spacing) * 2);
551
- }
552
- .py-8 {
553
- padding-block: calc(var(--spacing) * 8);
554
- }
555
- .pt-0 {
556
- padding-top: calc(var(--spacing) * 0);
557
- }
558
- .text-center {
559
- text-align: center;
560
- }
561
- .text-2xl {
562
- font-size: var(--text-2xl);
563
- line-height: var(--tw-leading, var(--text-2xl--line-height));
564
- }
565
- .text-4xl {
566
- font-size: var(--text-4xl);
567
- line-height: var(--tw-leading, var(--text-4xl--line-height));
568
- }
569
- .text-6xl {
570
- font-size: var(--text-6xl);
571
- line-height: var(--tw-leading, var(--text-6xl--line-height));
572
- }
573
- .text-base {
574
- font-size: var(--text-base);
575
- line-height: var(--tw-leading, var(--text-base--line-height));
576
- }
577
- .text-lg {
578
- font-size: var(--text-lg);
579
- line-height: var(--tw-leading, var(--text-lg--line-height));
580
- }
581
- .text-sm {
582
- font-size: var(--text-sm);
583
- line-height: var(--tw-leading, var(--text-sm--line-height));
584
- }
585
- .text-xl {
586
- font-size: var(--text-xl);
587
- line-height: var(--tw-leading, var(--text-xl--line-height));
588
- }
589
- .leading-none {
590
- --tw-leading: 1;
591
- line-height: 1;
592
- }
593
- .font-bold {
594
- --tw-font-weight: var(--font-weight-bold);
595
- font-weight: var(--font-weight-bold);
596
- }
597
- .font-medium {
598
- --tw-font-weight: var(--font-weight-medium);
599
- font-weight: var(--font-weight-medium);
600
- }
601
- .font-semibold {
602
- --tw-font-weight: var(--font-weight-semibold);
603
- font-weight: var(--font-weight-semibold);
604
- }
605
- .tracking-tight {
606
- --tw-tracking: var(--tracking-tight);
607
- letter-spacing: var(--tracking-tight);
608
- }
609
- .whitespace-nowrap {
610
- white-space: nowrap;
611
- }
612
- .text-blue-600 {
613
- color: var(--color-blue-600);
614
- }
615
- .text-card-foreground {
616
- color: var(--color-card-foreground);
617
- }
618
- .text-destructive-foreground {
619
- color: var(--color-destructive-foreground);
620
- }
621
- .text-foreground {
622
- color: var(--color-foreground);
623
- }
624
- .text-muted-foreground {
625
- color: var(--color-muted-foreground);
626
- }
627
- .text-primary {
628
- color: var(--color-primary);
629
- }
630
- .text-primary-foreground {
631
- color: var(--color-primary-foreground);
632
- }
633
- .text-primary-foreground\/80 {
634
- color: color-mix(in srgb, hsl(var(--primary-foreground)) 80%, transparent);
635
- @supports (color: color-mix(in lab, red, red)) {
636
- color: color-mix(in oklab, var(--color-primary-foreground) 80%, transparent);
637
- }
638
- }
639
- .text-secondary-foreground {
640
- color: var(--color-secondary-foreground);
641
- }
642
- .italic {
643
- font-style: italic;
644
- }
645
- .no-underline {
646
- text-decoration-line: none;
647
- }
648
- .underline-offset-4 {
649
- text-underline-offset: 4px;
650
- }
651
- .opacity-0 {
652
- opacity: 0%;
653
- }
654
- .opacity-100 {
655
- opacity: 100%;
656
- }
657
- .shadow-sm {
658
- --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));
659
- box-shadow:
660
- var(--tw-inset-shadow),
661
- var(--tw-inset-ring-shadow),
662
- var(--tw-ring-offset-shadow),
663
- var(--tw-ring-shadow),
664
- var(--tw-shadow);
665
- }
666
- .ring {
667
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
668
- box-shadow:
669
- var(--tw-inset-shadow),
670
- var(--tw-inset-ring-shadow),
671
- var(--tw-ring-offset-shadow),
672
- var(--tw-ring-shadow),
673
- var(--tw-shadow);
674
- }
675
- .ring-offset-background {
676
- --tw-ring-offset-color: var(--color-background);
677
- }
678
- .outline {
679
- outline-style: var(--tw-outline-style);
680
- outline-width: 1px;
681
- }
682
- .blur {
683
- --tw-blur: blur(8px);
684
- 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,);
685
- }
686
- .transition-all {
687
- transition-property: all;
688
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
689
- transition-duration: var(--tw-duration, var(--default-transition-duration));
690
- }
691
- .transition-colors {
692
- transition-property:
693
- color,
694
- background-color,
695
- border-color,
696
- outline-color,
697
- text-decoration-color,
698
- fill,
699
- stroke,
700
- --tw-gradient-from,
701
- --tw-gradient-via,
702
- --tw-gradient-to;
703
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
704
- transition-duration: var(--tw-duration, var(--default-transition-duration));
705
- }
706
- .transition-opacity {
707
- transition-property: opacity;
708
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
709
- transition-duration: var(--tw-duration, var(--default-transition-duration));
710
- }
711
- .duration-150 {
712
- --tw-duration: 150ms;
713
- transition-duration: 150ms;
714
- }
715
- .duration-200 {
716
- --tw-duration: 200ms;
717
- transition-duration: 200ms;
718
- }
719
- .duration-300 {
720
- --tw-duration: 300ms;
721
- transition-duration: 300ms;
722
- }
723
- .ease-out {
724
- --tw-ease: var(--ease-out);
725
- transition-timing-function: var(--ease-out);
726
- }
727
- .\*\:col-start-1 {
728
- :is(& > *) {
729
- grid-column-start: 1;
730
- }
731
- }
732
- .\*\:row-start-1 {
733
- :is(& > *) {
734
- grid-row-start: 1;
735
- }
736
- }
737
- .hover\:bg-accent {
738
- &:hover {
739
- @media (hover: hover) {
740
- background-color: var(--color-accent);
741
- }
742
- }
743
- }
744
- .hover\:bg-destructive\/90 {
745
- &:hover {
746
- @media (hover: hover) {
747
- background-color: color-mix(in srgb, hsl(var(--destructive)) 90%, transparent);
748
- @supports (color: color-mix(in lab, red, red)) {
749
- background-color: color-mix(in oklab, var(--color-destructive) 90%, transparent);
750
- }
751
- }
752
- }
753
- }
754
- .hover\:bg-primary\/90 {
755
- &:hover {
756
- @media (hover: hover) {
757
- background-color: color-mix(in srgb, hsl(var(--primary)) 90%, transparent);
758
- @supports (color: color-mix(in lab, red, red)) {
759
- background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
760
- }
761
- }
762
- }
763
- }
764
- .hover\:bg-secondary {
765
- &:hover {
766
- @media (hover: hover) {
767
- background-color: var(--color-secondary);
768
- }
769
- }
770
- }
771
- .hover\:text-accent-foreground {
772
- &:hover {
773
- @media (hover: hover) {
774
- color: var(--color-accent-foreground);
775
- }
776
- }
777
- }
778
- .hover\:underline {
779
- &:hover {
780
- @media (hover: hover) {
781
- text-decoration-line: underline;
782
- }
783
- }
784
- }
785
- .focus-visible\:ring-2 {
786
- &:focus-visible {
787
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
788
- box-shadow:
789
- var(--tw-inset-shadow),
790
- var(--tw-inset-ring-shadow),
791
- var(--tw-ring-offset-shadow),
792
- var(--tw-ring-shadow),
793
- var(--tw-shadow);
794
- }
795
- }
796
- .focus-visible\:ring-ring {
797
- &:focus-visible {
798
- --tw-ring-color: var(--color-ring);
799
- }
800
- }
801
- .focus-visible\:ring-offset-2 {
802
- &:focus-visible {
803
- --tw-ring-offset-width: 2px;
804
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
805
- }
806
- }
807
- .focus-visible\:outline-none {
808
- &:focus-visible {
809
- --tw-outline-style: none;
810
- outline-style: none;
811
- }
812
- }
813
- .disabled\:pointer-events-none {
814
- &:disabled {
815
- pointer-events: none;
816
- }
817
- }
818
- .disabled\:opacity-50 {
819
- &:disabled {
820
- opacity: 50%;
821
- }
822
- }
823
- .data-\[state\=active\]\:text-foreground {
824
- &[data-state=active] {
825
- color: var(--color-foreground);
826
- }
827
- }
828
- }
829
- @keyframes accordion-down {
830
- from {
831
- height: 0;
832
- }
833
- to {
834
- height: var(--radix-accordion-content-height);
835
- }
836
- }
837
- @keyframes accordion-up {
838
- from {
839
- height: var(--radix-accordion-content-height);
840
- }
841
- to {
842
- height: 0;
843
- }
844
- }
845
- @layer base {
846
- :root {
847
- --background: 240 10% 4%;
848
- --foreground: 144 100% 97%;
849
- --card: 0 0% 3.5%;
850
- --card-foreground: 140 100% 97.1%;
851
- --popover: 0 0% 3.5%;
852
- --popover-foreground: 140 100% 97.1%;
853
- --primary: 140 100% 97.1%;
854
- --primary-foreground: 240 6% 10%;
855
- --secondary: 240 4% 16%;
856
- --secondary-foreground: 140 100% 97.1%;
857
- --muted: 240 4% 16%;
858
- --muted-foreground: 144 4.3% 54.9%;
859
- --accent: 0 0% 15.3%;
860
- --accent-foreground: 140 100% 97.1%;
861
- --destructive: 0 62.8% 30.6%;
862
- --destructive-foreground: 140 100% 97.1%;
863
- --border: 240 3.7% 27.6%;
864
- --input: 240 3.7% 27.6%;
865
- --ring: 140 100% 97.1%;
866
- --radius: 0.625rem;
867
- }
868
- }
869
- @layer base {
870
- * {
871
- border-color: var(--color-border);
872
- }
873
- body {
874
- background-color: var(--color-background);
875
- color: var(--color-foreground);
876
- }
877
- }
878
- @property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
879
- @property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
880
- @property --tw-leading { syntax: "*"; inherits: false; }
881
- @property --tw-font-weight { syntax: "*"; inherits: false; }
882
- @property --tw-tracking { syntax: "*"; inherits: false; }
883
- @property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
884
- @property --tw-shadow-color { syntax: "*"; inherits: false; }
885
- @property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
886
- @property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
887
- @property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
888
- @property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
889
- @property --tw-ring-color { syntax: "*"; inherits: false; }
890
- @property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
891
- @property --tw-inset-ring-color { syntax: "*"; inherits: false; }
892
- @property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
893
- @property --tw-ring-inset { syntax: "*"; inherits: false; }
894
- @property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
895
- @property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
896
- @property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
897
- @property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
898
- @property --tw-blur { syntax: "*"; inherits: false; }
899
- @property --tw-brightness { syntax: "*"; inherits: false; }
900
- @property --tw-contrast { syntax: "*"; inherits: false; }
901
- @property --tw-grayscale { syntax: "*"; inherits: false; }
902
- @property --tw-hue-rotate { syntax: "*"; inherits: false; }
903
- @property --tw-invert { syntax: "*"; inherits: false; }
904
- @property --tw-opacity { syntax: "*"; inherits: false; }
905
- @property --tw-saturate { syntax: "*"; inherits: false; }
906
- @property --tw-sepia { syntax: "*"; inherits: false; }
907
- @property --tw-drop-shadow { syntax: "*"; inherits: false; }
908
- @property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
909
- @property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
910
- @property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
911
- @property --tw-duration { syntax: "*"; inherits: false; }
912
- @property --tw-ease { syntax: "*"; inherits: false; }
913
- @keyframes spin {
914
- to {
915
- transform: rotate(360deg);
916
- }
917
- }
918
- @layer properties {
919
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
920
- *,
921
- ::before,
922
- ::after,
923
- ::backdrop {
924
- --tw-space-y-reverse: 0;
925
- --tw-border-style: solid;
926
- --tw-leading: initial;
927
- --tw-font-weight: initial;
928
- --tw-tracking: initial;
929
- --tw-shadow: 0 0 #0000;
930
- --tw-shadow-color: initial;
931
- --tw-shadow-alpha: 100%;
932
- --tw-inset-shadow: 0 0 #0000;
933
- --tw-inset-shadow-color: initial;
934
- --tw-inset-shadow-alpha: 100%;
935
- --tw-ring-color: initial;
936
- --tw-ring-shadow: 0 0 #0000;
937
- --tw-inset-ring-color: initial;
938
- --tw-inset-ring-shadow: 0 0 #0000;
939
- --tw-ring-inset: initial;
940
- --tw-ring-offset-width: 0px;
941
- --tw-ring-offset-color: #fff;
942
- --tw-ring-offset-shadow: 0 0 #0000;
943
- --tw-outline-style: solid;
944
- --tw-blur: initial;
945
- --tw-brightness: initial;
946
- --tw-contrast: initial;
947
- --tw-grayscale: initial;
948
- --tw-hue-rotate: initial;
949
- --tw-invert: initial;
950
- --tw-opacity: initial;
951
- --tw-saturate: initial;
952
- --tw-sepia: initial;
953
- --tw-drop-shadow: initial;
954
- --tw-drop-shadow-color: initial;
955
- --tw-drop-shadow-alpha: 100%;
956
- --tw-drop-shadow-size: initial;
957
- --tw-duration: initial;
958
- --tw-ease: initial;
959
- }
960
- }
961
- }
1
+ @layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-blue-600: oklch(54.6% .245 262.881);--color-gray-100: oklch(96.7% .003 264.542);--spacing: .25rem;--container-md: 28rem;--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--text-base: 1rem;--text-base--line-height: 1.5 ;--text-lg: 1.125rem;--text-lg--line-height: calc(1.75 / 1.125);--text-xl: 1.25rem;--text-xl--line-height: calc(1.75 / 1.25);--text-2xl: 1.5rem;--text-2xl--line-height: calc(2 / 1.5);--text-4xl: 2.25rem;--text-4xl--line-height: calc(2.5 / 2.25);--text-6xl: 3.75rem;--text-6xl--line-height: 1;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--tracking-tight: -.025em;--radius-lg: calc(var(--radius) + 2px);--radius-3xl: 3.75rem;--ease-out: cubic-bezier(0, 0, .2, 1);--animate-spin: spin 1s linear infinite;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono);--radius: var(--radius);--font-family: "Helvetica Now Display", system-ui, -apple-system, sans-serif;--color-border: hsl(var(--border));--color-input: hsl(var(--input));--color-ring: hsl(var(--ring));--color-background: hsl(var(--background));--color-foreground: hsl(var(--foreground));--color-primary: hsl(var(--primary));--color-primary-foreground: hsl(var(--primary-foreground));--color-secondary: hsl(var(--secondary));--color-secondary-foreground: hsl(var(--secondary-foreground));--color-destructive: hsl(var(--destructive));--color-destructive-foreground: hsl(var(--destructive-foreground));--color-muted: hsl(var(--muted));--color-muted-foreground: hsl(var(--muted-foreground));--color-accent: hsl(var(--accent));--color-accent-foreground: hsl(var(--accent-foreground));--color-card-foreground: hsl(var(--card-foreground))}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;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");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::-moz-placeholder{color:currentcolor;@supports (color: color-mix(in lab,red,red)){color:color-mix(in oklab,currentcolor 50%,transparent)}}::placeholder{color:currentcolor;@supports (color: color-mix(in lab,red,red)){color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-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{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.static{position:static}.top-0{top:calc(var(--spacing) * 0)}.left-0{left:calc(var(--spacing) * 0)}.z-10{z-index:10}.z-\[1\]{z-index:1}.container{width:100%;@media(width>=40rem){max-width:40rem}@media(width>=48rem){max-width:48rem}@media(width>=64rem){max-width:64rem}@media(width>=80rem){max-width:80rem}@media(width>=96rem){max-width:96rem}}.mx-auto{margin-inline:auto}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-12{margin-top:calc(var(--spacing) * 12)}.mr-2{margin-right:calc(var(--spacing) * 2)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.flex{display:flex}.grid{display:grid}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.h-4{height:calc(var(--spacing) * 4)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-\[150px\]{height:150px}.h-\[300px\]{height:300px}.h-\[400px\]{height:400px}.h-\[calc\(100\%-0\.5rem\)\]{height:calc(100% - .5rem)}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-4{width:calc(var(--spacing) * 4)}.w-9{width:calc(var(--spacing) * 9)}.w-\[200px\]{width:200px}.w-\[300px\]{width:300px}.w-\[400px\]{width:400px}.w-\[500px\]{width:500px}.w-full{width:100%}.max-w-md{max-width:var(--container-md)}.animate-spin{animation:var(--animate-spin)}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing) * 2)}.gap-4{gap:calc(var(--spacing) * 4)}.space-y-1\.5{:where(&>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)))}}.space-y-2{:where(&>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}}.space-y-4{:where(&>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}}.space-y-8{:where(&>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)))}}.overflow-hidden{overflow:hidden}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-full{border-radius:calc(infinity * 1px)}.rounded-lg{border-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.border-border{border-color:var(--color-border)}.border-input{border-color:var(--color-input)}.border-primary-foreground{border-color:var(--color-primary-foreground)}.border-t-transparent{border-top-color:transparent}.bg-background{background-color:var(--color-background)}.bg-destructive{background-color:var(--color-destructive)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-muted{background-color:var(--color-muted)}.bg-primary{background-color:var(--color-primary)}.bg-secondary\/80{background-color:color-mix(in srgb,hsl(var(--secondary)) 80%,transparent);@supports (color: color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--color-secondary) 80%,transparent)}}.bg-transparent{background-color:transparent}.p-1{padding:calc(var(--spacing) * 1)}.p-4{padding:calc(var(--spacing) * 4)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-8{padding-inline:calc(var(--spacing) * 8)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-8{padding-block:calc(var(--spacing) * 8)}.pt-0{padding-top:calc(var(--spacing) * 0)}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading, var(--text-2xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading, var(--text-4xl--line-height))}.text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading, var(--text-6xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading, var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading, var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading, var(--text-xl--line-height))}.leading-none{--tw-leading: 1;line-height:1}.font-bold{--tw-font-weight: var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking: var(--tracking-tight);letter-spacing:var(--tracking-tight)}.whitespace-nowrap{white-space:nowrap}.text-blue-600{color:var(--color-blue-600)}.text-card-foreground{color:var(--color-card-foreground)}.text-destructive-foreground{color:var(--color-destructive-foreground)}.text-foreground{color:var(--color-foreground)}.text-muted-foreground{color:var(--color-muted-foreground)}.text-primary{color:var(--color-primary)}.text-primary-foreground{color:var(--color-primary-foreground)}.text-primary-foreground\/80{color:color-mix(in srgb,hsl(var(--primary-foreground)) 80%,transparent);@supports (color: color-mix(in lab,red,red)){color:color-mix(in oklab,var(--color-primary-foreground) 80%,transparent)}}.text-secondary-foreground{color:var(--color-secondary-foreground)}.italic{font-style:italic}.no-underline{text-decoration-line:none}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0%}.opacity-100{opacity:100%}.shadow-sm{--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / .1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-offset-background{--tw-ring-offset-color: var(--color-background)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur: blur(8px);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,)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.duration-150{--tw-duration: .15s;transition-duration:.15s}.duration-200{--tw-duration: .2s;transition-duration:.2s}.duration-300{--tw-duration: .3s;transition-duration:.3s}.ease-out{--tw-ease: var(--ease-out);transition-timing-function:var(--ease-out)}.\*\:col-start-1{:is(&>*){grid-column-start:1}}.\*\:row-start-1{:is(&>*){grid-row-start:1}}.hover\:bg-accent{&:hover{@media(hover:hover){background-color:var(--color-accent)}}}.hover\:bg-destructive\/90{&:hover{@media(hover:hover){background-color:color-mix(in srgb,hsl(var(--destructive)) 90%,transparent);@supports (color: color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--color-destructive) 90%,transparent)}}}}.hover\:bg-primary\/90{&:hover{@media(hover:hover){background-color:color-mix(in srgb,hsl(var(--primary)) 90%,transparent);@supports (color: color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--color-primary) 90%,transparent)}}}}.hover\:bg-secondary{&:hover{@media(hover:hover){background-color:var(--color-secondary)}}}.hover\:text-accent-foreground{&:hover{@media(hover:hover){color:var(--color-accent-foreground)}}}.hover\:underline{&:hover{@media(hover:hover){text-decoration-line:underline}}}.focus-visible\:ring-2{&:focus-visible{--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus-visible\:ring-ring{&:focus-visible{--tw-ring-color: var(--color-ring)}}.focus-visible\:ring-offset-2{&:focus-visible{--tw-ring-offset-width: 2px;--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}}.focus-visible\:outline-none{&:focus-visible{--tw-outline-style: none;outline-style:none}}.disabled\:pointer-events-none{&:disabled{pointer-events:none}}.disabled\:opacity-50{&:disabled{opacity:50%}}.data-\[state\=active\]\:text-foreground{&[data-state=active]{color:var(--color-foreground)}}}@font-face{font-family:Helvetica Now Display;src:url("./HelveticaNowDisplay-Regular-O4IVE4NP.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Now Display;src:url("./HelveticaNowDisplay-Medium-CXVMKHU3.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}@layer base{:root{--background: 240 10% 4%;--foreground: 144 100% 97%;--card: 0 0% 3.5%;--card-foreground: 140 100% 97.1%;--popover: 0 0% 3.5%;--popover-foreground: 140 100% 97.1%;--primary: 140 100% 97.1%;--primary-foreground: 240 6% 10%;--secondary: 240 4% 16%;--secondary-foreground: 140 100% 97.1%;--muted: 240 4% 16%;--muted-foreground: 144 4.3% 54.9%;--accent: 0 0% 15.3%;--accent-foreground: 140 100% 97.1%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 140 100% 97.1%;--border: 240 3.7% 27.6%;--input: 240 3.7% 27.6%;--ring: 140 100% 97.1%;--radius: .625rem}}@layer base{*{border-color:var(--color-border)}body{background-color:var(--color-background);color:var(--color-foreground);font-family:var(--font-family)}}@property --tw-space-y-reverse{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-leading{syntax: "*"; inherits: false;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-tracking{syntax: "*"; inherits: false;}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false;}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false;}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false;}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false;}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false;}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@property --tw-duration{syntax: "*"; inherits: false;}@property --tw-ease{syntax: "*"; inherits: false;}@keyframes spin{to{transform:rotate(360deg)}}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-space-y-reverse: 0;--tw-border-style: solid;--tw-leading: initial;--tw-font-weight: initial;--tw-tracking: initial;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial;--tw-duration: initial;--tw-ease: initial}}}
962
2
  /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
963
3
  /*# sourceMappingURL=index.css.map */