@digo-labs/common 0.1.19 → 0.1.20

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.
package/dist/index.js CHANGED
@@ -69,18 +69,11 @@ for (var d = class {
69
69
  .46,
70
70
  1
71
71
  ]
72
- }, ee = {
72
+ }, h = {
73
73
  enter: .35,
74
- move: .5,
75
- resize: .5,
74
+ beat: .7,
76
75
  hold: .3
77
- }, te = 48, ne = [
78
- .25,
79
- .5,
80
- 1,
81
- 2,
82
- 4
83
- ], h = "0 0 72 72", g = {
76
+ }, ee = 48, te = "0 0 72 72", g = {
84
77
  scaleOne: "M32.9873 53.559 C28.9705 57.5759 22.4578 57.5759 18.441 53.559 C14.4241 49.5421 14.4241 43.0295 18.441 39.0127 C23.5068 33.9468 27.8352 37.9669 32.9011 32.901 C37.9669 27.8352 33.9468 23.5069 39.0127 18.441 C43.0295 14.4241 49.5422 14.4241 53.559 18.441 C57.5759 22.4579 57.5759 28.9705 53.559 32.9874 C48.4932 38.0532 44.1648 34.0331 39.0989 39.099 C34.0331 44.1648 38.0532 48.4931 32.9873 53.559 Z",
85
78
  scaleTwo: "M36 50.3989 C42.6374 50.3989 42.8394 55.8681 49.4769 55.8681 C54.74 55.8681 59.0065 51.6016 59.0065 46.3385 C59.0065 41.0755 54.7399 36.8089 49.4769 36.8089 C42.8394 36.8089 42.6375 42.2781 36 42.2781 C29.3625 42.2781 29.1606 36.8089 22.5231 36.8089 C17.26 36.8089 12.9935 41.0754 12.9935 46.3385 C12.9935 51.6016 17.26 55.8681 22.5231 55.8681 C29.1606 55.8681 29.3625 50.3989 36 50.3989 Z M22.5231 35.1911 C17.26 35.1911 12.9935 30.9245 12.9935 25.6615 C12.9935 20.3984 17.26 16.1319 22.5231 16.1319 C29.1606 16.1319 29.3625 21.6011 36 21.6011 C42.6375 21.6011 42.8394 16.1319 49.4769 16.1319 C54.7399 16.1319 59.0065 20.3984 59.0065 25.6615 C59.0065 30.9245 54.74 35.1911 49.4769 35.1911 C42.8394 35.1911 42.6374 29.7219 36 29.7219 C29.3625 29.7219 29.1606 35.1911 22.5231 35.1911 Z",
86
79
  scaleThree: "M46.534 36 C46.534 30.1823 41.8177 25.466 36 25.466 C30.1823 25.466 25.466 30.1823 25.466 36 C25.466 41.8177 30.1823 46.534 36 46.534 C41.8177 46.534 46.534 41.8177 46.534 36 Z M10.2127 51.1055 C10.2127 43.6723 16.3429 43.4395 16.3429 35.9998 C16.3429 28.5601 10.2127 28.3338 10.2127 20.894 C10.2127 14.9949 14.9953 10.2131 20.8945 10.2131 C28.3277 10.2131 28.5606 16.3433 36.0003 16.3433 C43.4399 16.3434 43.6663 10.2131 51.106 10.2131 C57.0051 10.2131 61.7873 14.9953 61.7873 20.8945 C61.7873 28.3277 55.6571 28.5605 55.6571 36.0002 C55.6571 43.4399 61.7873 43.6662 61.7873 51.106 C61.7873 57.0051 57.0047 61.7869 51.1055 61.7869 C43.6723 61.7869 43.4394 55.6567 35.9997 55.6567 C28.5601 55.6566 28.3337 61.7869 20.894 61.7869 C14.9949 61.7869 10.2127 57.0047 10.2127 51.1055 Z",
@@ -131,13 +124,13 @@ for (var d = class {
131
124
  }
132
125
  };
133
126
  }
134
- static getContact(e, t) {
135
- for (let n of t.blocks) {
136
- if (n.id === e.id) continue;
137
- let t = Math.max(e.x, n.x), r = Math.min(e.x + e.size, n.x + n.size), i = Math.max(e.y, n.y), a = Math.min(e.y + e.size, n.y + n.size);
138
- if (!(r < t || a < i || r > t && a > i)) return {
139
- id: n.id,
140
- x: (t + r) / 2,
127
+ static getContact(e, t, n = []) {
128
+ let r = t.blocks.filter((t) => t.id !== e.id), i = [...r.filter((e) => n.includes(e.id)), ...r.filter((e) => !n.includes(e.id))];
129
+ for (let t of i) {
130
+ let n = Math.max(e.x, t.x), r = Math.min(e.x + e.size, t.x + t.size), i = Math.max(e.y, t.y), a = Math.min(e.y + e.size, t.y + t.size);
131
+ if (!(r < n || a < i || r > n && a > i)) return {
132
+ id: t.id,
133
+ x: (n + r) / 2,
141
134
  y: (i + a) / 2
142
135
  };
143
136
  }
@@ -154,8 +147,17 @@ for (var d = class {
154
147
  y: i.y + (e.y - r.y) / r.size * i.size
155
148
  };
156
149
  }
150
+ static getEntry(e, t) {
151
+ for (let n of e) {
152
+ let e = n.blocks.find((e) => e.id === t);
153
+ if (e) return e.enter ?? "contact";
154
+ }
155
+ return "contact";
156
+ }
157
157
  }, v = {
158
158
  stair: {
159
+ beat: .55,
160
+ hold: .25,
159
161
  blocks: {
160
162
  a: {
161
163
  color: "black",
@@ -215,190 +217,231 @@ for (var d = class {
215
217
  stage: 3
216
218
  }
217
219
  ],
218
- hold: 1
220
+ hold: 1.5
219
221
  }
220
222
  ]
221
223
  },
222
224
  trade: {
225
+ beat: .83,
226
+ hold: .2,
223
227
  blocks: {
224
- a: { color: "orange" },
225
- b: { color: "blue" }
228
+ a: {
229
+ color: "orange",
230
+ family: "pivot"
231
+ },
232
+ b: {
233
+ color: "blue",
234
+ family: "scale"
235
+ }
226
236
  },
227
237
  poses: [{ blocks: [{
228
238
  id: "b",
229
- x: .5,
230
- y: .5,
231
- size: 1
239
+ x: 1,
240
+ y: 1,
241
+ size: 2
232
242
  }, {
233
243
  id: "a",
234
- x: 1.5,
244
+ x: 3,
235
245
  y: 0,
236
- size: 2
246
+ size: 4
237
247
  }] }, { blocks: [{
238
248
  id: "b",
239
249
  x: 0,
240
250
  y: 0,
241
- size: 2
251
+ size: 4
242
252
  }, {
243
253
  id: "a",
244
- x: 2,
245
- y: .5,
246
- size: 1
254
+ x: 4,
255
+ y: 1,
256
+ size: 2
247
257
  }] }]
248
258
  },
249
259
  column: {
250
260
  fit: "pose",
261
+ beat: .55,
262
+ hold: .17,
251
263
  blocks: {
252
- a: { color: "orange" },
253
- b: { color: "blue" },
254
- c: { color: "yellow" }
264
+ a: {
265
+ color: "orange",
266
+ family: "pivot"
267
+ },
268
+ b: {
269
+ color: "blue",
270
+ family: "connect"
271
+ },
272
+ c: {
273
+ color: "yellow",
274
+ family: "spark"
275
+ }
255
276
  },
256
277
  poses: [
257
278
  { blocks: [{
258
279
  id: "a",
259
280
  x: 0,
260
- y: 3,
261
- size: 4
281
+ y: 6,
282
+ size: 8
262
283
  }] },
263
284
  { blocks: [{
264
285
  id: "a",
265
286
  x: 0,
266
- y: 3,
267
- size: 4
287
+ y: 6,
288
+ size: 8
268
289
  }, {
269
290
  id: "b",
270
- x: 1,
271
- y: 1,
272
- size: 2
291
+ x: 2,
292
+ y: 2,
293
+ size: 4
273
294
  }] },
274
295
  {
275
296
  blocks: [
276
297
  {
277
298
  id: "a",
278
299
  x: 0,
279
- y: 3,
280
- size: 4
300
+ y: 6,
301
+ size: 8
281
302
  },
282
303
  {
283
304
  id: "b",
284
- x: 1,
285
- y: 1,
286
- size: 2
305
+ x: 2,
306
+ y: 2,
307
+ size: 4
287
308
  },
288
309
  {
289
310
  id: "c",
290
- x: 1.5,
311
+ x: 3,
291
312
  y: 0,
292
- size: 1
313
+ size: 2
293
314
  }
294
315
  ],
295
- hold: 1.1
316
+ hold: 1.3
296
317
  },
297
318
  { blocks: [{
298
319
  id: "a",
299
320
  x: 0,
300
- y: 3,
301
- size: 4
321
+ y: 6,
322
+ size: 8
302
323
  }, {
303
324
  id: "b",
304
- x: 1,
305
- y: 1,
306
- size: 2
325
+ x: 2,
326
+ y: 2,
327
+ size: 4
307
328
  }] }
308
329
  ]
309
330
  },
310
331
  satellites: {
332
+ beat: .75,
333
+ hold: .2,
311
334
  blocks: {
312
- core: { color: "orange" },
313
- light: { color: "yellow" },
314
- dark: { color: "blue" }
335
+ core: {
336
+ color: "orange",
337
+ family: "scale"
338
+ },
339
+ light: {
340
+ color: "yellow",
341
+ family: "spark"
342
+ },
343
+ dark: {
344
+ color: "blue",
345
+ family: "connect"
346
+ }
315
347
  },
316
348
  poses: [
317
- { blocks: [{
318
- id: "core",
319
- x: 1.5,
320
- y: 1.5,
321
- size: 1
322
- }] },
323
349
  {
324
- blocks: [
325
- {
326
- id: "core",
327
- x: 1,
328
- y: 1,
329
- size: 2
330
- },
331
- {
332
- id: "light",
333
- x: 0,
334
- y: 3,
335
- size: 1
336
- },
337
- {
338
- id: "dark",
339
- x: 1.5,
340
- y: 0,
341
- size: 1
342
- }
343
- ],
344
- hold: .2
345
- },
346
- {
347
- blocks: [
348
- {
349
- id: "core",
350
- x: 1.5,
351
- y: 1.5,
352
- size: 1
353
- },
354
- {
355
- id: "light",
356
- x: 2.5,
357
- y: 2.5,
358
- size: 1
359
- },
360
- {
361
- id: "dark",
362
- x: .5,
363
- y: .5,
364
- size: 1
365
- }
366
- ],
367
- hold: .2
350
+ blocks: [{
351
+ id: "core",
352
+ x: 3,
353
+ y: 3,
354
+ size: 2
355
+ }],
356
+ hold: .3
368
357
  },
369
358
  { blocks: [
370
359
  {
371
360
  id: "core",
361
+ x: 2,
362
+ y: 2,
363
+ size: 4
364
+ },
365
+ {
366
+ id: "light",
367
+ x: 0,
368
+ y: 6,
369
+ size: 2
370
+ },
371
+ {
372
+ id: "dark",
373
+ x: 3,
374
+ y: 0,
375
+ size: 2
376
+ }
377
+ ] },
378
+ { blocks: [
379
+ {
380
+ id: "core",
381
+ x: 3,
382
+ y: 3,
383
+ size: 2
384
+ },
385
+ {
386
+ id: "light",
387
+ x: 5,
388
+ y: 5,
389
+ size: 2
390
+ },
391
+ {
392
+ id: "dark",
372
393
  x: 1,
373
394
  y: 1,
374
395
  size: 2
396
+ }
397
+ ] },
398
+ { blocks: [
399
+ {
400
+ id: "core",
401
+ x: 2,
402
+ y: 2,
403
+ size: 4
375
404
  },
376
405
  {
377
406
  id: "light",
378
- x: 3,
407
+ x: 6,
379
408
  y: 0,
380
- size: 1
409
+ size: 2
381
410
  },
382
411
  {
383
412
  id: "dark",
384
413
  x: 0,
385
- y: 3,
386
- size: 1
414
+ y: 6,
415
+ size: 2
387
416
  }
388
417
  ] },
389
- { blocks: [{
390
- id: "core",
391
- x: 1.5,
392
- y: 1.5,
393
- size: 1
394
- }] }
418
+ {
419
+ blocks: [{
420
+ id: "core",
421
+ x: 3,
422
+ y: 3,
423
+ size: 2
424
+ }],
425
+ hold: .3
426
+ }
395
427
  ]
396
428
  },
397
429
  swap: {
430
+ beat: .8,
431
+ hold: .3,
398
432
  blocks: {
399
- core: { color: "orange" },
400
- medium: { color: "blue" },
401
- light: { color: "yellow" }
433
+ core: {
434
+ color: "orange",
435
+ family: "pivot"
436
+ },
437
+ medium: {
438
+ color: "blue",
439
+ family: "scale"
440
+ },
441
+ light: {
442
+ color: "yellow",
443
+ family: "spark"
444
+ }
402
445
  },
403
446
  poses: [
404
447
  { blocks: [
@@ -466,70 +509,68 @@ for (var d = class {
466
509
  ]
467
510
  },
468
511
  orbit: {
512
+ beat: .7,
513
+ hold: .2,
469
514
  blocks: {
470
- a: { color: "orange" },
471
- b: { color: "blue" }
472
- },
473
- poses: [
474
- {
475
- blocks: [{
476
- id: "a",
477
- x: 0,
478
- y: 0,
479
- size: 1
480
- }, {
481
- id: "b",
482
- x: 1,
483
- y: 1,
484
- size: 1
485
- }],
486
- hold: .2
487
- },
488
- {
489
- blocks: [{
490
- id: "a",
491
- x: 0,
492
- y: 1,
493
- size: 1
494
- }, {
495
- id: "b",
496
- x: 1,
497
- y: 0,
498
- size: 1
499
- }],
500
- hold: .2
501
- },
502
- {
503
- blocks: [{
504
- id: "a",
505
- x: 1,
506
- y: 1,
507
- size: 1
508
- }, {
509
- id: "b",
510
- x: 0,
511
- y: 0,
512
- size: 1
513
- }],
514
- hold: .2
515
+ a: {
516
+ color: "orange",
517
+ family: "connect"
515
518
  },
516
- {
517
- blocks: [{
518
- id: "a",
519
- x: 1,
520
- y: 0,
521
- size: 1
522
- }, {
523
- id: "b",
524
- x: 0,
525
- y: 1,
526
- size: 1
527
- }],
528
- hold: .2
519
+ b: {
520
+ color: "blue",
521
+ family: "pivot"
529
522
  }
523
+ },
524
+ poses: [
525
+ { blocks: [{
526
+ id: "a",
527
+ x: 0,
528
+ y: 0,
529
+ size: 1
530
+ }, {
531
+ id: "b",
532
+ x: 1,
533
+ y: 1,
534
+ size: 1
535
+ }] },
536
+ { blocks: [{
537
+ id: "a",
538
+ x: 0,
539
+ y: 1,
540
+ size: 1
541
+ }, {
542
+ id: "b",
543
+ x: 1,
544
+ y: 0,
545
+ size: 1
546
+ }] },
547
+ { blocks: [{
548
+ id: "a",
549
+ x: 1,
550
+ y: 1,
551
+ size: 1
552
+ }, {
553
+ id: "b",
554
+ x: 0,
555
+ y: 0,
556
+ size: 1
557
+ }] },
558
+ { blocks: [{
559
+ id: "a",
560
+ x: 1,
561
+ y: 0,
562
+ size: 1
563
+ }, {
564
+ id: "b",
565
+ x: 0,
566
+ y: 1,
567
+ size: 1
568
+ }] }
530
569
  ]
531
570
  },
532
571
  cluster: {
572
+ beat: .7,
573
+ hold: .2,
533
574
  blocks: {
534
575
  orange: {
535
576
  color: "orange",
@@ -539,6 +580,10 @@ for (var d = class {
539
580
  color: "blue",
540
581
  family: "spark"
541
582
  },
583
+ olive: {
584
+ color: "yellowMuted",
585
+ family: "spark"
586
+ },
542
587
  pink: {
543
588
  color: "pink",
544
589
  family: "connect"
@@ -547,137 +592,229 @@ for (var d = class {
547
592
  color: "yellowLight",
548
593
  family: "scale"
549
594
  },
550
- olive: {
595
+ tiny: {
551
596
  color: "yellowMuted",
552
597
  family: "spark"
598
+ },
599
+ black: {
600
+ color: "black",
601
+ family: "scale"
553
602
  }
554
603
  },
555
604
  poses: [
556
605
  {
557
606
  blocks: [{
558
607
  id: "orange",
559
- x: 1,
560
- y: 1,
561
- size: 2,
608
+ x: 0,
609
+ y: 0,
610
+ size: 8,
611
+ stage: 1,
612
+ enter: "center"
613
+ }],
614
+ beat: .4
615
+ },
616
+ {
617
+ blocks: [{
618
+ id: "orange",
619
+ x: 4,
620
+ y: 0,
621
+ size: 8,
622
+ stage: 1
623
+ }, {
624
+ id: "blue",
625
+ x: 0,
626
+ y: 8,
627
+ size: 4,
562
628
  stage: 1
563
629
  }],
564
- hold: .4
630
+ beat: .4
565
631
  },
566
- { blocks: [{
567
- id: "orange",
568
- x: 1,
569
- y: 1,
570
- size: 2,
571
- stage: 1
572
- }, {
573
- id: "blue",
574
- x: 0,
575
- y: 3,
576
- size: 1,
577
- stage: 1
578
- }] },
632
+ { blocks: [
633
+ {
634
+ id: "orange",
635
+ x: 4,
636
+ y: 4,
637
+ size: 8,
638
+ stage: 2
639
+ },
640
+ {
641
+ id: "blue",
642
+ x: 0,
643
+ y: 8,
644
+ size: 4,
645
+ stage: 1
646
+ },
647
+ {
648
+ id: "olive",
649
+ x: 12,
650
+ y: 0,
651
+ size: 4,
652
+ stage: 1
653
+ }
654
+ ] },
579
655
  {
580
656
  blocks: [
581
657
  {
582
658
  id: "orange",
583
- x: 2,
584
- y: 1,
585
- size: 2,
659
+ x: 4,
660
+ y: 4,
661
+ size: 8,
586
662
  stage: 2
587
663
  },
588
664
  {
589
665
  id: "blue",
590
- x: 1,
591
- y: 2,
592
- size: 1,
593
- stage: 1
666
+ x: 0,
667
+ y: 0,
668
+ size: 4,
669
+ stage: 2
594
670
  },
595
671
  {
596
- id: "olive",
672
+ id: "pink",
597
673
  x: 4,
598
674
  y: 0,
599
- size: 1,
600
- stage: 1
675
+ size: 4,
676
+ stage: 2
677
+ },
678
+ {
679
+ id: "olive",
680
+ x: 12,
681
+ y: 8,
682
+ size: 4,
683
+ stage: 2
684
+ },
685
+ {
686
+ id: "yellow",
687
+ x: 12,
688
+ y: 6,
689
+ size: 2,
690
+ stage: 2
691
+ },
692
+ {
693
+ id: "tiny",
694
+ x: 12,
695
+ y: 5,
696
+ size: 1
601
697
  }
602
698
  ],
603
- hold: .6
699
+ beat: .9
604
700
  },
605
- { blocks: [
606
- {
607
- id: "orange",
608
- x: 2,
609
- y: 2,
610
- size: 2,
611
- stage: 2
612
- },
613
- {
614
- id: "blue",
615
- x: 1,
616
- y: 1,
617
- size: 1,
618
- stage: 2
619
- },
620
- {
621
- id: "pink",
622
- x: 2,
623
- y: 1,
624
- size: 1,
625
- stage: 2
626
- },
627
- {
628
- id: "yellow",
629
- x: 4,
630
- y: 2,
631
- size: 1,
632
- stage: 2
633
- },
634
- {
635
- id: "olive",
636
- x: 4,
637
- y: 3,
638
- size: 1,
639
- stage: 2
640
- }
641
- ] },
642
701
  {
643
702
  blocks: [
644
703
  {
645
704
  id: "orange",
646
- x: 1,
647
- y: 2,
648
- size: 2,
705
+ x: 0,
706
+ y: 4,
707
+ size: 8,
649
708
  stage: 3
650
709
  },
651
710
  {
652
711
  id: "blue",
653
- x: 2,
654
- y: 1,
655
- size: 1,
712
+ x: 4,
713
+ y: 0,
714
+ size: 4,
656
715
  stage: 3
657
716
  },
658
717
  {
659
718
  id: "pink",
660
- x: 3,
661
- y: 1,
662
- size: 1,
719
+ x: 8,
720
+ y: 0,
721
+ size: 4,
663
722
  stage: 2
664
723
  },
665
724
  {
666
725
  id: "yellow",
667
- x: 3,
668
- y: 2,
669
- size: 1,
726
+ x: 8,
727
+ y: 4,
728
+ size: 4,
670
729
  stage: 2
671
730
  },
672
731
  {
673
732
  id: "olive",
733
+ x: 8,
734
+ y: 8,
735
+ size: 4,
736
+ stage: 2
737
+ },
738
+ {
739
+ id: "black",
740
+ x: 12,
741
+ y: 10,
742
+ size: 2
743
+ }
744
+ ],
745
+ beat: .63,
746
+ hold: 2.2
747
+ }
748
+ ]
749
+ },
750
+ spark: {
751
+ beat: .5,
752
+ hold: .27,
753
+ blocks: {
754
+ orange: {
755
+ color: "orange",
756
+ family: "spark"
757
+ },
758
+ yellow: {
759
+ color: "yellow",
760
+ family: "spark"
761
+ },
762
+ purple: {
763
+ color: "purple",
764
+ family: "spark"
765
+ }
766
+ },
767
+ poses: [
768
+ {
769
+ blocks: [{
770
+ id: "orange",
771
+ x: 0,
772
+ y: 0,
773
+ size: 3,
774
+ stage: 2,
775
+ enter: "center"
776
+ }],
777
+ beat: .45
778
+ },
779
+ { blocks: [{
780
+ id: "orange",
781
+ x: 0,
782
+ y: 0,
783
+ size: 3,
784
+ stage: 2
785
+ }, {
786
+ id: "yellow",
787
+ x: 3,
788
+ y: 0,
789
+ size: 3,
790
+ stage: 1,
791
+ enter: "split"
792
+ }] },
793
+ {
794
+ blocks: [
795
+ {
796
+ id: "purple",
674
797
  x: 3,
675
- y: 3,
676
- size: 1,
798
+ y: 0,
799
+ size: 6,
800
+ stage: 1
801
+ },
802
+ {
803
+ id: "orange",
804
+ x: 0,
805
+ y: 0,
806
+ size: 3,
807
+ stage: 3
808
+ },
809
+ {
810
+ id: "yellow",
811
+ x: 9,
812
+ y: 6,
813
+ size: 4,
677
814
  stage: 2
678
815
  }
679
816
  ],
680
- hold: 2
817
+ hold: 1.2
681
818
  }
682
819
  ]
683
820
  }
@@ -703,11 +840,11 @@ for (var d = class {
703
840
  purple: "#B052FF",
704
841
  blue: "#0578FF",
705
842
  green: "#6EE750"
706
- }, re = class {
843
+ }, ne = class {
707
844
  static getColor(e) {
708
845
  return Object.entries(S).find(([, t]) => t.toLowerCase() === e.toLowerCase())?.[0] ?? "black";
709
846
  }
710
- }, ie = class a {
847
+ }, re = class a {
711
848
  static isImagePayload(e) {
712
849
  return e.mediaType.startsWith("image/");
713
850
  }
@@ -889,16 +1026,16 @@ for (var d = class {
889
1026
  behavior: "smooth"
890
1027
  });
891
1028
  }
892
- }, C = "https://api.digo-labs.com", ae = "X-Digo-App", oe = "X-Admin-Secret", se = "-digo-labs-storage", ce = [
1029
+ }, C = "https://api.digo-labs.com", ie = "X-Digo-App", ae = "X-Admin-Secret", oe = "-digo-labs-storage", se = [
893
1030
  "#58C2E3",
894
1031
  "#79F2A9",
895
1032
  "#985EFF",
896
1033
  "#BDF279"
897
- ], le = "wss://ws.digo-labs.com", ue = {
1034
+ ], ce = "wss://ws.digo-labs.com", le = {
898
1035
  url: `${C}/api/proxy/replicate`,
899
1036
  targetHeader: "x-replicate-target-url",
900
1037
  hosts: /(\.|^)replicate\.com$/
901
- }, de = "us-east-1", fe = {
1038
+ }, ue = "us-east-1", de = {
902
1039
  sm: 640,
903
1040
  md: 768,
904
1041
  lg: 1024,
@@ -942,7 +1079,7 @@ for (var d = class {
942
1079
  "typo-body",
943
1080
  "typo-code"
944
1081
  ]
945
- }, pe = [
1082
+ }, fe = [
946
1083
  {
947
1084
  name: "Claude 3.7 Sonnet",
948
1085
  description: "Anthropic's advanced model",
@@ -958,7 +1095,7 @@ for (var d = class {
958
1095
  description: "OpenAi's advanced model",
959
1096
  icon: "icon-[simple-icons--openai]"
960
1097
  }
961
- ], T = {
1098
+ ], pe = {
962
1099
  typescript: {
963
1100
  icon: "typescript",
964
1101
  name: "TypeScript"
@@ -1031,9 +1168,9 @@ for (var d = class {
1031
1168
  icon: "code",
1032
1169
  name: "Text"
1033
1170
  }
1034
- }, E = /* @__PURE__ */ function(e) {
1171
+ }, T = /* @__PURE__ */ function(e) {
1035
1172
  return e.Navigation = "Navigation", e.Actions = "Actions", e.Status = "Status", e.Media = "Media", e.Files = "Files", e.UI = "UI", e.Brands = "Brands", e.Programming = "Programming", e.Tools = "Tools", e.Data = "Data", e.Communication = "Communication", e.Design = "Design", e.AI = "AI", e.Numbers = "Numbers", e.Misc = "Misc", e;
1036
- }(E || {}), D = {
1173
+ }(T || {}), E = {
1037
1174
  arrowUp: {
1038
1175
  category: "Navigation",
1039
1176
  icon: "icon-[lucide--arrow-up]"
@@ -2774,37 +2911,37 @@ for (var d = class {
2774
2911
  category: "Misc",
2775
2912
  icon: "icon-[lucide--package-plus]"
2776
2913
  }
2777
- }, O = class {
2914
+ }, D = class {
2778
2915
  static getIcon(e) {
2779
- return e in D ? D[e].icon : e;
2916
+ return e in E ? E[e].icon : e;
2780
2917
  }
2781
2918
  static getCategory(e) {
2782
- return D[e].category;
2919
+ return E[e].category;
2783
2920
  }
2784
2921
  static getCategories() {
2785
2922
  let e = /* @__PURE__ */ new Set();
2786
- for (let t of Object.values(D)) e.add(t.category);
2787
- return Object.values(E).filter((t) => e.has(t));
2923
+ for (let t of Object.values(E)) e.add(t.category);
2924
+ return Object.values(T).filter((t) => e.has(t));
2788
2925
  }
2789
2926
  static getByCategory() {
2790
2927
  let e = {};
2791
- for (let t of Object.values(E)) e[t] = [];
2792
- for (let [t, n] of Object.entries(D)) e[n.category].push({
2928
+ for (let t of Object.values(T)) e[t] = [];
2929
+ for (let [t, n] of Object.entries(E)) e[n.category].push({
2793
2930
  id: t,
2794
2931
  category: n.category,
2795
2932
  icon: n.icon
2796
2933
  });
2797
2934
  return e;
2798
2935
  }
2799
- }, k = "@plugin \"@iconify/tailwind4\";\n\n@plugin \"tailwindcss-animate\";\n\n@source inline(\"typo-1 typo-2 typo-3 typo-4 typo-5 typo-6 typo-7 typo-8 typo-9 typo-10 typo-11 typo-12 typo-13 typo-14 typo-15 typo-16 typo-17 typo-18 typo-weight-100 typo-weight-200 typo-weight-300 typo-weight-400 typo-weight-500 typo-weight-600 typo-weight-700 typo-weight-800 typo-weight-900\");\n\n@source \"./index.js\";\n@source \"./**/*.{ts,tsx}\";\n\n@theme static {\n --font-code: 'geist-mono', monospace;\n --font-geist: 'geist', sans-serif;\n --font-geist-mono: 'geist-mono', monospace;\n --font-pixel-circle: 'geist-pixel-circle', monospace;\n --font-pixel-grid: 'geist-pixel-grid', monospace;\n --font-pixel-line: 'geist-pixel-line', monospace;\n --font-pixel-square: 'geist-pixel-square', monospace;\n --font-pixel-triangle: 'geist-pixel-triangle', monospace;\n --font-clash-grotesk: 'clash-grotesk-variable', sans-serif;\n --font-nippo: 'nippo', sans-serif;\n --font-humane: 'humane-variable', sans-serif;\n --font-general-sans: 'general-sans', sans-serif;\n --font-kode-mono: 'kode-mono-vf', monospace;\n --font-aalto: 'Aalto', display;\n --font-being: 'being', display;\n --font-benzol: 'benzol', display;\n --font-half: 'half', display;\n --font-miratrix: 'miratrix', display;\n --font-triakis: 'triakis', display;\n --font-yeager: 'yeager', display;\n --font-karmatic-arcade: 'karmatic-arcade-regular', display;\n --font-digital-7: 'digital-7-mono', monospace;\n --font-pixelony: 'pixelony', display;\n --font-unknown: 'unknown', display;\n --font-disket: 'disket', display;\n --font-heming: 'heming', display;\n --font-obrazec: 'obrazec', display;\n\n --color-neutral-1: #111111;\n --color-neutral-2: #191919;\n --color-neutral-3: #222222;\n --color-neutral-4: #2a2a2a;\n --color-neutral-5: #313131;\n --color-neutral-6: #3a3a3a;\n --color-neutral-7: #484848;\n --color-neutral-8: #606060;\n --color-neutral-9: #6e6e6e;\n --color-neutral-10: #7b7b7b;\n --color-neutral-11: #b4b4b4;\n --color-neutral-12: #eeeeee;\n\n --color-neutralA-1: #FFFFFF05;\n --color-neutralA-2: #FFFFFF09;\n --color-neutralA-3: #FFFFFF12;\n --color-neutralA-4: #FFFFFF1B;\n --color-neutralA-5: #FFFFFF22;\n --color-neutralA-6: #FFFFFF2C;\n --color-neutralA-7: #FFFFFF3B;\n --color-neutralA-8: #FFFFFF55;\n --color-neutralA-9: #FFFFFF64;\n --color-neutralA-10: #FFFFFF72;\n --color-neutralA-11: #FFFFFFAF;\n --color-neutralA-12: #FFFFFFED;\n\n --color-shadows-1: #0000000D;\n --color-shadows-2: #0000001A;\n --color-shadows-3: #00000026;\n --color-shadows-4: #00000033;\n --color-shadows-5: #0000004D;\n --color-shadows-6: #00000066;\n --color-shadows-7: #00000080;\n --color-shadows-8: #00000099;\n --color-shadows-9: #000000B3;\n --color-shadows-10: #000000CC;\n --color-shadows-11: #000000E6;\n --color-shadows-12: #000000F2;\n\n --color-accent-1: #0e1512;\n --color-accent-2: #121b17;\n --color-accent-3: #132d21;\n --color-accent-4: #113b29;\n --color-accent-5: #174933;\n --color-accent-6: #20573e;\n --color-accent-7: #28684a;\n --color-accent-8: #2f7c57;\n --color-accent-9: #30a46c;\n --color-accent-10: #33b074;\n --color-accent-11: #3dd68c;\n --color-accent-12: #b1f1cb;\n\n --color-accentA-1: #00de4505;\n --color-accentA-2: #29f99d0b;\n --color-accentA-3: #22ff991e;\n --color-accentA-4: #11ff992d;\n --color-accentA-5: #2bffa23c;\n --color-accentA-6: #44ffaa4b;\n --color-accentA-7: #50fdac5e;\n --color-accentA-8: #54ffad73;\n --color-accentA-9: #44ffa49e;\n --color-accentA-10: #43fea4ab;\n --color-accentA-11: #46fea5d4;\n --color-accentA-12: #bbffd7f0;\n\n --color-error-1: #191113;\n --color-error-2: #1e1517;\n --color-error-3: #3a141e;\n --color-error-4: #4e1325;\n --color-error-5: #5e1a2e;\n --color-error-6: #6f2539;\n --color-error-7: #883447;\n --color-error-8: #b3445a;\n --color-error-9: #e54666;\n --color-error-10: #ec5a72;\n --color-error-11: #ff949d;\n --color-error-12: #fed2e1;\n\n --color-errorA-1: #f4126709;\n --color-errorA-2: #f22f7a11;\n --color-errorA-3: #fe2a8b2a;\n --color-errorA-4: #fd158741;\n --color-errorA-5: #fd278f51;\n --color-errorA-6: #fe459763;\n --color-errorA-7: #fd559b7f;\n --color-errorA-8: #fe5b9bab;\n --color-errorA-9: #fe418de8;\n --color-errorA-10: #ff5693ed;\n --color-errorA-11: #ff92ad;\n --color-errorA-12: #ffd5eafd;\n\n --color-success-1: #0d1512;\n --color-success-2: #121c18;\n --color-success-3: #0f2e22;\n --color-success-4: #0b3b2c;\n --color-success-5: #114837;\n --color-success-6: #1b5745;\n --color-success-7: #246854;\n --color-success-8: #2a7e68;\n --color-success-9: #29a383;\n --color-success-10: #27b08b;\n --color-success-11: #1fd8a4;\n --color-success-12: #adf0d4;\n\n --color-successA-1: #00de4505;\n --color-successA-2: #29f99d0b;\n --color-successA-3: #22ff991e;\n --color-successA-4: #11ff992d;\n --color-successA-5: #2bffa23c;\n --color-successA-6: #44ffaa4b;\n --color-successA-7: #50fdac5e;\n --color-successA-8: #54ffad73;\n --color-successA-9: #44ffa49e;\n --color-successA-10: #43fea4ab;\n --color-successA-11: #46fea5d4;\n --color-successA-12: #bbffd7f0;\n\n --color-warning-1: #16120c;\n --color-warning-2: #1d180f;\n --color-warning-3: #302008;\n --color-warning-4: #3f2700;\n --color-warning-5: #4d3000;\n --color-warning-6: #5c3d05;\n --color-warning-7: #714f19;\n --color-warning-8: #8f6424;\n --color-warning-9: #f5d90a;\n --color-warning-10: #ffef5c;\n --color-warning-11: #f0c000;\n --color-warning-12: #fffad1;\n\n --color-warningA-1: #d1510004;\n --color-warningA-2: #f9b4000b;\n --color-warningA-3: #ffaa001e;\n --color-warningA-4: #fdb70028;\n --color-warningA-5: #febb0036;\n --color-warningA-6: #fec40046;\n --color-warningA-7: #fdcb225c;\n --color-warningA-8: #fdca327b;\n --color-warningA-9: #ffe629;\n --color-warningA-10: #ffff57;\n --color-warningA-11: #fee949f5;\n --color-warningA-12: #fef6baf6;\n\n --color-info-1: #0d1520;\n --color-info-2: #111927;\n --color-info-3: #0d2847;\n --color-info-4: #003362;\n --color-info-5: #004074;\n --color-info-6: #104d87;\n --color-info-7: #205d9e;\n --color-info-8: #2870bd;\n --color-info-9: #0090ff;\n --color-info-10: #3b9eff;\n --color-info-11: #70b8ff;\n --color-info-12: #c2e6ff;\n\n --color-infoA-1: #004df211;\n --color-infoA-2: #1166fb18;\n --color-infoA-3: #0077ff3a;\n --color-infoA-4: #0075ff57;\n --color-infoA-5: #0081fd6b;\n --color-infoA-6: #0f89fd7f;\n --color-infoA-7: #2a91fe98;\n --color-infoA-8: #3094feb9;\n --color-infoA-9: #0090ff;\n --color-infoA-10: #3b9eff;\n --color-infoA-11: #70b8ff;\n --color-infoA-12: #c2e6ff;\n\n --text-xxs: 0.625rem;\n --text-10xl: 10rem;\n --text-11xl: 12rem;\n --text-12xl: 14rem;\n --text-13xl: 16rem;\n}\n\n@theme {\n --radius: 0.5rem;\n --radius-xxs: calc(var(--radius) * 0.25);\n --radius-xs: calc(var(--radius) * 0.375);\n --radius-sm: calc(var(--radius) * 0.625);\n --radius-md: calc(var(--radius) * 0.875);\n --radius-lg: calc(var(--radius) * 1.25);\n --radius-xl: calc(var(--radius) * 1.75);\n --radius-2xl: calc(var(--radius) * 2.5);\n --radius-3xl: calc(var(--radius) * 3.5);\n\n --typo-header-font: 'geist', sans-serif;\n --typo-header-weight: 600;\n --typo-header-tracking: 0.025em;\n --typo-header-leading: 1;\n\n --typo-label-font: 'geist', sans-serif;\n --typo-label-weight: 500;\n --typo-label-tracking: 0.025em;\n --typo-label-leading: 1;\n\n --typo-body-font: 'geist', sans-serif;\n --typo-body-weight: 400;\n --typo-body-tracking: 0.025em;\n --typo-body-leading: 1.375;\n\n --typo-code-font: 'geist-mono', monospace;\n --typo-code-weight: 500;\n --typo-code-tracking: 0;\n --typo-code-leading: 1.5;\n\n --typo-scale-factor: 1;\n\n --shadow-xs-color: var(--color-neutral-9);\n --shadow-xs-offsetX: 0px;\n --shadow-xs-offsetY: 0px;\n --shadow-xs-blur: 2px;\n --shadow-xs-spread: 0px;\n --shadow-xs-opacity: 5%;\n --shadow-xs: var(--shadow-xs-offsetX) var(--shadow-xs-offsetY) var(--shadow-xs-blur) var(--shadow-xs-spread) color-mix(in srgb, var(--shadow-xs-color) var(--shadow-xs-opacity), transparent);\n\n --shadow-s-color: var(--color-neutral-9);\n --shadow-s-offsetX: 0px;\n --shadow-s-offsetY: 0px;\n --shadow-s-blur: 4px;\n --shadow-s-spread: 0px;\n --shadow-s-opacity: 10%;\n --shadow-s: var(--shadow-s-offsetX) var(--shadow-s-offsetY) var(--shadow-s-blur) var(--shadow-s-spread) color-mix(in srgb, var(--shadow-s-color) var(--shadow-s-opacity), transparent);\n\n --shadow-m-color: var(--color-neutral-9);\n --shadow-m-offsetX: 0px;\n --shadow-m-offsetY: 0px;\n --shadow-m-blur: 8px;\n --shadow-m-spread: -1px;\n --shadow-m-opacity: 15%;\n --shadow-m: var(--shadow-m-offsetX) var(--shadow-m-offsetY) var(--shadow-m-blur) var(--shadow-m-spread) color-mix(in srgb, var(--shadow-m-color) var(--shadow-m-opacity), transparent);\n\n --shadow-l-color: var(--color-neutral-9);\n --shadow-l-offsetX: 0px;\n --shadow-l-offsetY: 0px;\n --shadow-l-blur: 16px;\n --shadow-l-spread: -2px;\n --shadow-l-opacity: 20%;\n --shadow-l: var(--shadow-l-offsetX) var(--shadow-l-offsetY) var(--shadow-l-blur) var(--shadow-l-spread) color-mix(in srgb, var(--shadow-l-color) var(--shadow-l-opacity), transparent);\n\n --shadow-xl-color: var(--color-neutral-9);\n --shadow-xl-offsetX: 0px;\n --shadow-xl-offsetY: 0px;\n --shadow-xl-blur: 40px;\n --shadow-xl-spread: -8px;\n --shadow-xl-opacity: 30%;\n --shadow-xl: var(--shadow-xl-offsetX) var(--shadow-xl-offsetY) var(--shadow-xl-blur) var(--shadow-xl-spread) color-mix(in srgb, var(--shadow-xl-color) var(--shadow-xl-opacity), transparent);\n}\n\n@utility typo-weight-100 {\n @apply font-thin;\n}\n\n@utility typo-weight-200 {\n @apply font-extralight;\n}\n\n@utility typo-weight-300 {\n @apply font-light;\n}\n\n@utility typo-weight-400 {\n @apply font-normal;\n}\n\n@utility typo-weight-500 {\n @apply font-medium;\n}\n\n@utility typo-weight-600 {\n @apply font-semibold;\n}\n\n@utility typo-weight-700 {\n @apply font-bold;\n}\n\n@utility typo-weight-800 {\n @apply font-extrabold;\n}\n\n@utility typo-weight-900 {\n @apply font-black;\n}\n\n@utility typo-header {\n font-family: var(--typo-header-font);\n font-weight: var(--typo-header-weight);\n -webkit-font-smoothing: antialiased;\n white-space: nowrap;\n letter-spacing: var(--typo-header-tracking);\n line-height: var(--typo-header-leading);\n}\n\n@utility typo-label {\n font-family: var(--typo-label-font);\n font-weight: var(--typo-label-weight);\n -webkit-font-smoothing: antialiased;\n white-space: nowrap;\n letter-spacing: var(--typo-label-tracking);\n line-height: var(--typo-label-leading);\n}\n\n@utility typo-body {\n font-family: var(--typo-body-font);\n font-weight: var(--typo-body-weight);\n -webkit-font-smoothing: antialiased;\n text-wrap: wrap;\n letter-spacing: var(--typo-body-tracking);\n line-height: var(--typo-body-leading);\n}\n\n@utility typo-code {\n font-family: var(--typo-code-font);\n font-weight: var(--typo-code-weight);\n -webkit-font-smoothing: antialiased;\n white-space: nowrap;\n letter-spacing: var(--typo-code-tracking);\n line-height: var(--typo-code-leading);\n font-variant-numeric: tabular-nums;\n}\n\n@utility typo-1 {\n @apply typo-body;\n font-size: calc(var(--text-xxs) * var(--typo-scale-factor));\n}\n\n@utility typo-2 {\n @apply typo-body;\n font-size: calc(var(--text-xs) * var(--typo-scale-factor));\n}\n\n@utility typo-3 {\n @apply typo-body;\n font-size: calc(var(--text-sm) * var(--typo-scale-factor));\n}\n\n@utility typo-4 {\n @apply typo-body;\n font-size: calc(var(--text-base) * var(--typo-scale-factor));\n}\n\n@utility typo-5 {\n @apply typo-body;\n font-size: calc(var(--text-lg) * var(--typo-scale-factor));\n}\n\n@utility typo-6 {\n @apply typo-body;\n font-size: calc(var(--text-xl) * var(--typo-scale-factor));\n}\n\n@utility typo-7 {\n @apply typo-body;\n font-size: calc(var(--text-2xl) * var(--typo-scale-factor));\n}\n\n@utility typo-8 {\n @apply typo-body;\n font-size: calc(var(--text-3xl) * var(--typo-scale-factor));\n}\n\n@utility typo-9 {\n @apply typo-body;\n font-size: calc(var(--text-4xl) * var(--typo-scale-factor));\n}\n\n@utility typo-10 {\n @apply typo-body;\n font-size: calc(var(--text-5xl) * var(--typo-scale-factor));\n}\n\n@utility typo-11 {\n @apply typo-body;\n font-size: calc(var(--text-6xl) * var(--typo-scale-factor));\n}\n\n@utility typo-12 {\n @apply typo-body;\n font-size: calc(var(--text-7xl) * var(--typo-scale-factor));\n}\n\n@utility typo-13 {\n @apply typo-body;\n font-size: calc(var(--text-8xl) * var(--typo-scale-factor));\n}\n\n@utility typo-14 {\n @apply typo-body;\n font-size: calc(var(--text-9xl) * var(--typo-scale-factor));\n}\n\n@utility typo-15 {\n @apply typo-body;\n font-size: calc(var(--text-10xl) * var(--typo-scale-factor));\n}\n\n@utility typo-16 {\n @apply typo-body;\n font-size: calc(var(--text-11xl) * var(--typo-scale-factor));\n}\n\n@utility typo-17 {\n @apply typo-body;\n font-size: calc(var(--text-12xl) * var(--typo-scale-factor));\n}\n\n@utility typo-18 {\n @apply typo-body;\n font-size: calc(var(--text-13xl) * var(--typo-scale-factor));\n}\n\n@utility filter-none {\n filter: none;\n}\n\n@utility flex-col-center {\n @apply flex flex-col justify-center items-center align-middle;\n}\n\n@utility grid-hor-center {\n @apply grid grid-flow-col items-center;\n}\n\n@utility grid-ver-center {\n @apply grid grid-flow-row items-center;\n}\n\n@utility flex-row-center {\n @apply flex flex-row justify-center items-center align-middle;\n}\n\n@utility cs-border-dashed {\n @apply border border-dashed border-neutralA-4;\n}\n\n@utility cs-disabled {\n @apply disabled:pointer-events-none disabled:opacity-50 data-disabled:pointer-events-none data-disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50;\n }\n\n@utility cs-has-disabled {\n @apply has-[[data-slot=control]:disabled]:pointer-events-none has-[[data-slot=control]:disabled]:opacity-50;\n}\n\n@utility cs-transition {\n @apply transition-all duration-200 ease-in-out;\n}\n\n@utility cs-contrast {\n @apply drop-shadow-[0_-1px_1px_#fff4];\n}\n\n@utility cs-popup-animation {\n @apply origin-(--transform-origin) transition-[scale,opacity] duration-[0.25s] ease-[cubic-bezier(0.34,1.56,0.64,1)] data-starting-style:scale-90 data-starting-style:opacity-0 data-ending-style:scale-90 data-ending-style:opacity-0 data-instant:transition-none;\n}\n\n@utility cs-focus {\n @apply outline-none focus-visible:duration-0 focus-visible:outline-solid focus-visible:z-1 focus-visible:ring-[3px] focus-visible:ring-accent-4 focus-visible:outline-1 focus-visible:-outline-offset-1 focus-visible:outline-accent-9; \n}\n\n@utility cs-has-focus {\n @apply has-[[data-slot=control]:focus-visible]:z-1 has-[[data-slot=control]:focus-visible]:ring-[3px] has-[[data-slot=control]:focus-visible]:ring-accent-4 has-[[data-slot=control]:focus-visible]:outline-1 has-[[data-slot=control]:focus-visible]:outline-solid has-[[data-slot=control]:focus-visible]:-outline-offset-1 has-[[data-slot=control]:focus-visible]:outline-accent-9;\n}\n\n@utility cs-invalid {\n @apply aria-invalid:ring-3 aria-invalid:ring-error-6 aria-invalid:border-error-9 focus-visible:aria-invalid:ring-error-4 focus-visible:aria-invalid:outline-error-9;\n}\n\n@utility cs-has-invalid {\n @apply has-[[data-slot=control][aria-invalid=true]]:ring-3 has-[[data-slot=control][aria-invalid=true]]:ring-error-6 has-[[data-slot=control][aria-invalid=true]]:border-error-9 has-[[data-slot=control][aria-invalid=true]:focus-visible]:ring-error-4 has-[[data-slot=control][aria-invalid=true]:focus-visible]:outline-error-9;\n}\n\n@utility cs-steps {\n counter-reset: step;\n}\n\n@utility cs-step {\n &::before {\n --tw-content: counter(step);\n content: var(--tw-content);\n counter-increment: step;\n }\n}\n\n@utility cs-masonry {\n columns: 3;\n & > * {\n break-inside: avoid-column;\n }\n}\n\n@utility cs-stroke {\n -webkit-text-stroke-width: var(--stroke-w, 2px);\n -webkit-text-stroke-color: var(--stroke-color, var(--color-neutral-12));\n color: transparent;\n paint-order: stroke fill;\n}\n\n@utility cs-backdrop-panel {\n @apply rounded-md border-neutralA-4 bg-neutral-1/60 text-neutral-11 backdrop-blur-lg border shadow-m;\n }\n\n@utility animate-collapsible-down {\n animation: collapsible-down 0.2s ease-out;\n}\n\n@utility animate-collapsible-up {\n animation: collapsible-up 0.2s ease-out;\n}\n\n@utility no-scrollbar {\n @apply [scrollbar-width:none] [&::-webkit-scrollbar]:hidden;\n}\n\n@utility cs-gutter {\n background: repeating-linear-gradient(315deg, var(--color-neutral-3) 0 1px, transparent 1px 50%);\n background-size: 10px 10px;\n background-attachment: fixed;\n}\n\n@utility cs-dots {\n background-image: radial-gradient(var(--color-neutral-4) 1px, transparent 1px);\n background-size: 20px 20px;\n}\n\n@keyframes stripes {\n from { background-position: 0 0; }\n to { background-position: 16px 0; }\n}\n\n@utility cs-stripes {\n background-image: repeating-linear-gradient(315deg, var(--color-neutralA-4) 0 4px, transparent 2px 50%);\n background-size: 16px 16px;\n animation: stripes 0.6s linear infinite;\n}\n\n@utility cs-guides {\n overflow: clip;\n isolation: isolate;\n\n & > * {\n position: relative;\n z-index: 0;\n\n &::after {\n content: '';\n position: absolute;\n left: 0;\n right: -1px;\n top: -9999px;\n bottom: -9999px;\n border-left: 1px solid var(--color-neutral-4);\n border-right: 1px solid var(--color-neutral-4);\n pointer-events: none;\n z-index: 1;\n }\n\n &::before {\n content: '';\n position: absolute;\n top: 0;\n bottom: -1px;\n left: -9999px;\n right: -9999px;\n border-top: 1px solid var(--color-neutral-4);\n border-bottom: 1px solid var(--color-neutral-4);\n pointer-events: none;\n z-index: 1;\n }\n }\n}\n\n@utility cs-page-container {\n @apply grid grid-cols-[1fr_minmax(0,var(--page-max-w,64rem))_1fr];\n}\n\n@utility cs-page-grid {\n position: relative;\n max-width: var(--page-max-w, 64rem);\n width: 100%;\n margin-inline: auto;\n border-inline: 1px solid var(--color-neutral-4);\n\n & > :where(*) {\n position: relative;\n\n &::after {\n content: '';\n position: absolute;\n bottom: 0;\n left: -100vw;\n width: 200vw;\n height: 1px;\n background-color: var(--color-neutral-4);\n pointer-events: none;\n }\n }\n\n & > :where(*:first-child)::before {\n content: '';\n position: absolute;\n top: 0;\n left: -100vw;\n width: 200vw;\n height: 1px;\n background-color: var(--color-neutral-4);\n pointer-events: none;\n }\n}\n\n@utility cs-page-gutter {\n &::before, &::after {\n content: '';\n position: absolute;\n top: 0;\n bottom: 0;\n width: var(--page-gutter-w, 2.5rem);\n pointer-events: none;\n background: repeating-linear-gradient(315deg, var(--color-neutral-3) 0 1px, transparent 1px 50%);\n background-size: 10px 10px;\n background-attachment: fixed;\n }\n\n &::before {\n right: 100%;\n border-left: 1px solid var(--color-neutral-4);\n }\n\n &::after {\n left: 100%;\n border-right: 1px solid var(--color-neutral-4);\n }\n}\n\n@media (pointer: coarse) {\n input,\n select,\n textarea {\n font-size: max(16px, 1em);\n }\n}\n\n@layer base {\n\n * {\n @apply transition-colors duration-200;\n }\n\n body {\n color: var(--color-neutral-12);\n background-color: var(--color-neutral-1);\n }\n\n\n @font-face {\n font-family: 'geist';\n font-weight: 100 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/geist.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'geist-mono';\n font-weight: 100 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/geist-mono.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'geist-pixel-circle';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/geist-pixel-circle.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'geist-pixel-grid';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/geist-pixel-grid.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'geist-pixel-line';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/geist-pixel-line.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'geist-pixel-square';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/geist-pixel-square.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'geist-pixel-triangle';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/geist-pixel-triangle.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'clash-grotesk-variable';\n font-weight: 200 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/clash-grotesk-variable.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'nippo';\n font-weight: 200 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/nippo.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'being';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/being.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'Aalto';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/aalto.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'humane-variable';\n font-weight: 200 800;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/humane-variable.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'general-sans';\n font-weight: 200 800;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/general-sans.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'karmatic-arcade-regular';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/karmatic-arcade-regular.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'kode-mono-vf';\n font-style: normal;\n font-weight: 400 700;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/kode-mono-vf.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'digital-7-mono';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/digital-7-mono.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'pixelony';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/pixelony.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'unknown';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 140%;\n src: url(https://cdn.digo-labs.com/fonts/unknown.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'benzol';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/benzol.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'half';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/half.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'miratrix';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/miratrix.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'triakis';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/triakis.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'yeager';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/yeager.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'disket';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/disket.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'heming';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/heming.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'obrazec';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/obrazec.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'satoshi';\n font-weight: 300 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/satoshi.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'chillax';\n font-weight: 200 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/chillax.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'panchang';\n font-weight: 200 800;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/panchang.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'zodiak';\n font-weight: 100 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/zodiak.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'supreme';\n font-weight: 100 800;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/supreme.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'boska';\n font-weight: 200 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/boska.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'tanker';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/tanker.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'gambarino';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/gambarino.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'neco';\n font-weight: 400 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/neco.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'erode';\n font-weight: 300 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/erode.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'pramukh-rounded';\n font-weight: 200 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/pramukh-rounded.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'bevellier';\n font-weight: 100 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/bevellier.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'comico';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/comico.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'aktura';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/aktura.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'technor';\n font-weight: 200 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/technor.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'array';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/array.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'styro';\n font-weight: 200 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/styro.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'recia';\n font-weight: 300 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/recia.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'melodrama';\n font-weight: 300 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/melodrama.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'boxing';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/boxing.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'kola';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/kola.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'zina';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/zina.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'tabular';\n font-weight: 300 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/tabular.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'expose';\n font-weight: 400 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/expose.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'kihim';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/kihim.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'pilcrow-rounded';\n font-weight: 400 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/pilcrow-rounded.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'new-title';\n font-weight: 200 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/new-title.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'kohinoor-zerone';\n font-weight: 100;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/kohinoor-zerone.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'roundo';\n font-weight: 200 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/roundo.woff2) format('woff2');\n }\n \n}\n\n@layer utilities {\n * {\n scrollbar-width: thin;\n scrollbar-color: #ffffff50 transparent;\n }\n}\n\n@layer base {\n ::selection {\n background-color: var(--color-neutral-12);\n color: var(--color-neutral-1);\n }\n\n ::-moz-selection {\n background-color: var(--color-neutral-12);\n color: var(--color-neutral-1);\n }\n}", A = /--font-([\w-]+):\s*'([^']+)'/g, j = /* @__PURE__ */ new Map(), M; (M = A.exec(k)) !== null;) {
2800
- let e = `--font-${M[1]}`, t = M[2];
2801
- j.set(t.toLowerCase(), e);
2936
+ }, O = "@plugin \"@iconify/tailwind4\";\n\n@plugin \"tailwindcss-animate\";\n\n@source inline(\"typo-1 typo-2 typo-3 typo-4 typo-5 typo-6 typo-7 typo-8 typo-9 typo-10 typo-11 typo-12 typo-13 typo-14 typo-15 typo-16 typo-17 typo-18 typo-weight-100 typo-weight-200 typo-weight-300 typo-weight-400 typo-weight-500 typo-weight-600 typo-weight-700 typo-weight-800 typo-weight-900\");\n\n@source \"./index.js\";\n@source \"./**/*.{ts,tsx}\";\n\n@theme static {\n --font-code: 'geist-mono', monospace;\n --font-geist: 'geist', sans-serif;\n --font-geist-mono: 'geist-mono', monospace;\n --font-pixel-circle: 'geist-pixel-circle', monospace;\n --font-pixel-grid: 'geist-pixel-grid', monospace;\n --font-pixel-line: 'geist-pixel-line', monospace;\n --font-pixel-square: 'geist-pixel-square', monospace;\n --font-pixel-triangle: 'geist-pixel-triangle', monospace;\n --font-clash-grotesk: 'clash-grotesk-variable', sans-serif;\n --font-nippo: 'nippo', sans-serif;\n --font-humane: 'humane-variable', sans-serif;\n --font-general-sans: 'general-sans', sans-serif;\n --font-kode-mono: 'kode-mono-vf', monospace;\n --font-aalto: 'Aalto', display;\n --font-being: 'being', display;\n --font-benzol: 'benzol', display;\n --font-half: 'half', display;\n --font-miratrix: 'miratrix', display;\n --font-triakis: 'triakis', display;\n --font-yeager: 'yeager', display;\n --font-karmatic-arcade: 'karmatic-arcade-regular', display;\n --font-digital-7: 'digital-7-mono', monospace;\n --font-pixelony: 'pixelony', display;\n --font-unknown: 'unknown', display;\n --font-disket: 'disket', display;\n --font-heming: 'heming', display;\n --font-obrazec: 'obrazec', display;\n\n --color-neutral-1: #111111;\n --color-neutral-2: #191919;\n --color-neutral-3: #222222;\n --color-neutral-4: #2a2a2a;\n --color-neutral-5: #313131;\n --color-neutral-6: #3a3a3a;\n --color-neutral-7: #484848;\n --color-neutral-8: #606060;\n --color-neutral-9: #6e6e6e;\n --color-neutral-10: #7b7b7b;\n --color-neutral-11: #b4b4b4;\n --color-neutral-12: #eeeeee;\n\n --color-neutralA-1: #FFFFFF05;\n --color-neutralA-2: #FFFFFF09;\n --color-neutralA-3: #FFFFFF12;\n --color-neutralA-4: #FFFFFF1B;\n --color-neutralA-5: #FFFFFF22;\n --color-neutralA-6: #FFFFFF2C;\n --color-neutralA-7: #FFFFFF3B;\n --color-neutralA-8: #FFFFFF55;\n --color-neutralA-9: #FFFFFF64;\n --color-neutralA-10: #FFFFFF72;\n --color-neutralA-11: #FFFFFFAF;\n --color-neutralA-12: #FFFFFFED;\n\n --color-shadows-1: #0000000D;\n --color-shadows-2: #0000001A;\n --color-shadows-3: #00000026;\n --color-shadows-4: #00000033;\n --color-shadows-5: #0000004D;\n --color-shadows-6: #00000066;\n --color-shadows-7: #00000080;\n --color-shadows-8: #00000099;\n --color-shadows-9: #000000B3;\n --color-shadows-10: #000000CC;\n --color-shadows-11: #000000E6;\n --color-shadows-12: #000000F2;\n\n --color-accent-1: #0e1512;\n --color-accent-2: #121b17;\n --color-accent-3: #132d21;\n --color-accent-4: #113b29;\n --color-accent-5: #174933;\n --color-accent-6: #20573e;\n --color-accent-7: #28684a;\n --color-accent-8: #2f7c57;\n --color-accent-9: #30a46c;\n --color-accent-10: #33b074;\n --color-accent-11: #3dd68c;\n --color-accent-12: #b1f1cb;\n\n --color-accentA-1: #00de4505;\n --color-accentA-2: #29f99d0b;\n --color-accentA-3: #22ff991e;\n --color-accentA-4: #11ff992d;\n --color-accentA-5: #2bffa23c;\n --color-accentA-6: #44ffaa4b;\n --color-accentA-7: #50fdac5e;\n --color-accentA-8: #54ffad73;\n --color-accentA-9: #44ffa49e;\n --color-accentA-10: #43fea4ab;\n --color-accentA-11: #46fea5d4;\n --color-accentA-12: #bbffd7f0;\n\n --color-error-1: #191113;\n --color-error-2: #1e1517;\n --color-error-3: #3a141e;\n --color-error-4: #4e1325;\n --color-error-5: #5e1a2e;\n --color-error-6: #6f2539;\n --color-error-7: #883447;\n --color-error-8: #b3445a;\n --color-error-9: #e54666;\n --color-error-10: #ec5a72;\n --color-error-11: #ff949d;\n --color-error-12: #fed2e1;\n\n --color-errorA-1: #f4126709;\n --color-errorA-2: #f22f7a11;\n --color-errorA-3: #fe2a8b2a;\n --color-errorA-4: #fd158741;\n --color-errorA-5: #fd278f51;\n --color-errorA-6: #fe459763;\n --color-errorA-7: #fd559b7f;\n --color-errorA-8: #fe5b9bab;\n --color-errorA-9: #fe418de8;\n --color-errorA-10: #ff5693ed;\n --color-errorA-11: #ff92ad;\n --color-errorA-12: #ffd5eafd;\n\n --color-success-1: #0d1512;\n --color-success-2: #121c18;\n --color-success-3: #0f2e22;\n --color-success-4: #0b3b2c;\n --color-success-5: #114837;\n --color-success-6: #1b5745;\n --color-success-7: #246854;\n --color-success-8: #2a7e68;\n --color-success-9: #29a383;\n --color-success-10: #27b08b;\n --color-success-11: #1fd8a4;\n --color-success-12: #adf0d4;\n\n --color-successA-1: #00de4505;\n --color-successA-2: #29f99d0b;\n --color-successA-3: #22ff991e;\n --color-successA-4: #11ff992d;\n --color-successA-5: #2bffa23c;\n --color-successA-6: #44ffaa4b;\n --color-successA-7: #50fdac5e;\n --color-successA-8: #54ffad73;\n --color-successA-9: #44ffa49e;\n --color-successA-10: #43fea4ab;\n --color-successA-11: #46fea5d4;\n --color-successA-12: #bbffd7f0;\n\n --color-warning-1: #16120c;\n --color-warning-2: #1d180f;\n --color-warning-3: #302008;\n --color-warning-4: #3f2700;\n --color-warning-5: #4d3000;\n --color-warning-6: #5c3d05;\n --color-warning-7: #714f19;\n --color-warning-8: #8f6424;\n --color-warning-9: #f5d90a;\n --color-warning-10: #ffef5c;\n --color-warning-11: #f0c000;\n --color-warning-12: #fffad1;\n\n --color-warningA-1: #d1510004;\n --color-warningA-2: #f9b4000b;\n --color-warningA-3: #ffaa001e;\n --color-warningA-4: #fdb70028;\n --color-warningA-5: #febb0036;\n --color-warningA-6: #fec40046;\n --color-warningA-7: #fdcb225c;\n --color-warningA-8: #fdca327b;\n --color-warningA-9: #ffe629;\n --color-warningA-10: #ffff57;\n --color-warningA-11: #fee949f5;\n --color-warningA-12: #fef6baf6;\n\n --color-info-1: #0d1520;\n --color-info-2: #111927;\n --color-info-3: #0d2847;\n --color-info-4: #003362;\n --color-info-5: #004074;\n --color-info-6: #104d87;\n --color-info-7: #205d9e;\n --color-info-8: #2870bd;\n --color-info-9: #0090ff;\n --color-info-10: #3b9eff;\n --color-info-11: #70b8ff;\n --color-info-12: #c2e6ff;\n\n --color-infoA-1: #004df211;\n --color-infoA-2: #1166fb18;\n --color-infoA-3: #0077ff3a;\n --color-infoA-4: #0075ff57;\n --color-infoA-5: #0081fd6b;\n --color-infoA-6: #0f89fd7f;\n --color-infoA-7: #2a91fe98;\n --color-infoA-8: #3094feb9;\n --color-infoA-9: #0090ff;\n --color-infoA-10: #3b9eff;\n --color-infoA-11: #70b8ff;\n --color-infoA-12: #c2e6ff;\n\n --text-xxs: 0.625rem;\n --text-10xl: 10rem;\n --text-11xl: 12rem;\n --text-12xl: 14rem;\n --text-13xl: 16rem;\n}\n\n@theme {\n --radius: 0.5rem;\n --radius-xxs: calc(var(--radius) * 0.25);\n --radius-xs: calc(var(--radius) * 0.375);\n --radius-sm: calc(var(--radius) * 0.625);\n --radius-md: calc(var(--radius) * 0.875);\n --radius-lg: calc(var(--radius) * 1.25);\n --radius-xl: calc(var(--radius) * 1.75);\n --radius-2xl: calc(var(--radius) * 2.5);\n --radius-3xl: calc(var(--radius) * 3.5);\n\n --typo-header-font: 'geist', sans-serif;\n --typo-header-weight: 600;\n --typo-header-tracking: 0.025em;\n --typo-header-leading: 1;\n\n --typo-label-font: 'geist', sans-serif;\n --typo-label-weight: 500;\n --typo-label-tracking: 0.025em;\n --typo-label-leading: 1;\n\n --typo-body-font: 'geist', sans-serif;\n --typo-body-weight: 400;\n --typo-body-tracking: 0.025em;\n --typo-body-leading: 1.375;\n\n --typo-code-font: 'geist-mono', monospace;\n --typo-code-weight: 500;\n --typo-code-tracking: 0;\n --typo-code-leading: 1.5;\n\n --typo-scale-factor: 1;\n\n --shadow-xs-color: var(--color-neutral-9);\n --shadow-xs-offsetX: 0px;\n --shadow-xs-offsetY: 0px;\n --shadow-xs-blur: 2px;\n --shadow-xs-spread: 0px;\n --shadow-xs-opacity: 5%;\n --shadow-xs: var(--shadow-xs-offsetX) var(--shadow-xs-offsetY) var(--shadow-xs-blur) var(--shadow-xs-spread) color-mix(in srgb, var(--shadow-xs-color) var(--shadow-xs-opacity), transparent);\n\n --shadow-s-color: var(--color-neutral-9);\n --shadow-s-offsetX: 0px;\n --shadow-s-offsetY: 0px;\n --shadow-s-blur: 4px;\n --shadow-s-spread: 0px;\n --shadow-s-opacity: 10%;\n --shadow-s: var(--shadow-s-offsetX) var(--shadow-s-offsetY) var(--shadow-s-blur) var(--shadow-s-spread) color-mix(in srgb, var(--shadow-s-color) var(--shadow-s-opacity), transparent);\n\n --shadow-m-color: var(--color-neutral-9);\n --shadow-m-offsetX: 0px;\n --shadow-m-offsetY: 0px;\n --shadow-m-blur: 8px;\n --shadow-m-spread: -1px;\n --shadow-m-opacity: 15%;\n --shadow-m: var(--shadow-m-offsetX) var(--shadow-m-offsetY) var(--shadow-m-blur) var(--shadow-m-spread) color-mix(in srgb, var(--shadow-m-color) var(--shadow-m-opacity), transparent);\n\n --shadow-l-color: var(--color-neutral-9);\n --shadow-l-offsetX: 0px;\n --shadow-l-offsetY: 0px;\n --shadow-l-blur: 16px;\n --shadow-l-spread: -2px;\n --shadow-l-opacity: 20%;\n --shadow-l: var(--shadow-l-offsetX) var(--shadow-l-offsetY) var(--shadow-l-blur) var(--shadow-l-spread) color-mix(in srgb, var(--shadow-l-color) var(--shadow-l-opacity), transparent);\n\n --shadow-xl-color: var(--color-neutral-9);\n --shadow-xl-offsetX: 0px;\n --shadow-xl-offsetY: 0px;\n --shadow-xl-blur: 40px;\n --shadow-xl-spread: -8px;\n --shadow-xl-opacity: 30%;\n --shadow-xl: var(--shadow-xl-offsetX) var(--shadow-xl-offsetY) var(--shadow-xl-blur) var(--shadow-xl-spread) color-mix(in srgb, var(--shadow-xl-color) var(--shadow-xl-opacity), transparent);\n}\n\n@utility typo-weight-100 {\n @apply font-thin;\n}\n\n@utility typo-weight-200 {\n @apply font-extralight;\n}\n\n@utility typo-weight-300 {\n @apply font-light;\n}\n\n@utility typo-weight-400 {\n @apply font-normal;\n}\n\n@utility typo-weight-500 {\n @apply font-medium;\n}\n\n@utility typo-weight-600 {\n @apply font-semibold;\n}\n\n@utility typo-weight-700 {\n @apply font-bold;\n}\n\n@utility typo-weight-800 {\n @apply font-extrabold;\n}\n\n@utility typo-weight-900 {\n @apply font-black;\n}\n\n@utility typo-header {\n font-family: var(--typo-header-font);\n font-weight: var(--typo-header-weight);\n -webkit-font-smoothing: antialiased;\n white-space: nowrap;\n letter-spacing: var(--typo-header-tracking);\n line-height: var(--typo-header-leading);\n}\n\n@utility typo-label {\n font-family: var(--typo-label-font);\n font-weight: var(--typo-label-weight);\n -webkit-font-smoothing: antialiased;\n white-space: nowrap;\n letter-spacing: var(--typo-label-tracking);\n line-height: var(--typo-label-leading);\n}\n\n@utility typo-body {\n font-family: var(--typo-body-font);\n font-weight: var(--typo-body-weight);\n -webkit-font-smoothing: antialiased;\n text-wrap: wrap;\n letter-spacing: var(--typo-body-tracking);\n line-height: var(--typo-body-leading);\n}\n\n@utility typo-code {\n font-family: var(--typo-code-font);\n font-weight: var(--typo-code-weight);\n -webkit-font-smoothing: antialiased;\n white-space: nowrap;\n letter-spacing: var(--typo-code-tracking);\n line-height: var(--typo-code-leading);\n font-variant-numeric: tabular-nums;\n}\n\n@utility typo-1 {\n @apply typo-body;\n font-size: calc(var(--text-xxs) * var(--typo-scale-factor));\n}\n\n@utility typo-2 {\n @apply typo-body;\n font-size: calc(var(--text-xs) * var(--typo-scale-factor));\n}\n\n@utility typo-3 {\n @apply typo-body;\n font-size: calc(var(--text-sm) * var(--typo-scale-factor));\n}\n\n@utility typo-4 {\n @apply typo-body;\n font-size: calc(var(--text-base) * var(--typo-scale-factor));\n}\n\n@utility typo-5 {\n @apply typo-body;\n font-size: calc(var(--text-lg) * var(--typo-scale-factor));\n}\n\n@utility typo-6 {\n @apply typo-body;\n font-size: calc(var(--text-xl) * var(--typo-scale-factor));\n}\n\n@utility typo-7 {\n @apply typo-body;\n font-size: calc(var(--text-2xl) * var(--typo-scale-factor));\n}\n\n@utility typo-8 {\n @apply typo-body;\n font-size: calc(var(--text-3xl) * var(--typo-scale-factor));\n}\n\n@utility typo-9 {\n @apply typo-body;\n font-size: calc(var(--text-4xl) * var(--typo-scale-factor));\n}\n\n@utility typo-10 {\n @apply typo-body;\n font-size: calc(var(--text-5xl) * var(--typo-scale-factor));\n}\n\n@utility typo-11 {\n @apply typo-body;\n font-size: calc(var(--text-6xl) * var(--typo-scale-factor));\n}\n\n@utility typo-12 {\n @apply typo-body;\n font-size: calc(var(--text-7xl) * var(--typo-scale-factor));\n}\n\n@utility typo-13 {\n @apply typo-body;\n font-size: calc(var(--text-8xl) * var(--typo-scale-factor));\n}\n\n@utility typo-14 {\n @apply typo-body;\n font-size: calc(var(--text-9xl) * var(--typo-scale-factor));\n}\n\n@utility typo-15 {\n @apply typo-body;\n font-size: calc(var(--text-10xl) * var(--typo-scale-factor));\n}\n\n@utility typo-16 {\n @apply typo-body;\n font-size: calc(var(--text-11xl) * var(--typo-scale-factor));\n}\n\n@utility typo-17 {\n @apply typo-body;\n font-size: calc(var(--text-12xl) * var(--typo-scale-factor));\n}\n\n@utility typo-18 {\n @apply typo-body;\n font-size: calc(var(--text-13xl) * var(--typo-scale-factor));\n}\n\n@utility filter-none {\n filter: none;\n}\n\n@utility flex-col-center {\n @apply flex flex-col justify-center items-center align-middle;\n}\n\n@utility grid-hor-center {\n @apply grid grid-flow-col items-center;\n}\n\n@utility grid-ver-center {\n @apply grid grid-flow-row items-center;\n}\n\n@utility flex-row-center {\n @apply flex flex-row justify-center items-center align-middle;\n}\n\n@utility cs-border-dashed {\n @apply border border-dashed border-neutralA-4;\n}\n\n@utility cs-disabled {\n @apply disabled:pointer-events-none disabled:opacity-50 data-disabled:pointer-events-none data-disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50;\n }\n\n@utility cs-has-disabled {\n @apply has-[[data-slot=control]:disabled]:pointer-events-none has-[[data-slot=control]:disabled]:opacity-50;\n}\n\n@utility cs-transition {\n @apply transition-all duration-200 ease-in-out;\n}\n\n@utility cs-contrast {\n @apply drop-shadow-[0_-1px_1px_#fff4];\n}\n\n@utility cs-popup-animation {\n @apply origin-(--transform-origin) transition-[scale,opacity] duration-[0.25s] ease-[cubic-bezier(0.34,1.56,0.64,1)] data-starting-style:scale-90 data-starting-style:opacity-0 data-ending-style:scale-90 data-ending-style:opacity-0 data-instant:transition-none;\n}\n\n@utility cs-focus {\n @apply outline-none focus-visible:duration-0 focus-visible:outline-solid focus-visible:z-1 focus-visible:ring-[3px] focus-visible:ring-accent-4 focus-visible:outline-1 focus-visible:-outline-offset-1 focus-visible:outline-accent-9; \n}\n\n@utility cs-has-focus {\n @apply has-[[data-slot=control]:focus-visible]:z-1 has-[[data-slot=control]:focus-visible]:ring-[3px] has-[[data-slot=control]:focus-visible]:ring-accent-4 has-[[data-slot=control]:focus-visible]:outline-1 has-[[data-slot=control]:focus-visible]:outline-solid has-[[data-slot=control]:focus-visible]:-outline-offset-1 has-[[data-slot=control]:focus-visible]:outline-accent-9;\n}\n\n@utility cs-invalid {\n @apply aria-invalid:ring-3 aria-invalid:ring-error-6 aria-invalid:border-error-9 focus-visible:aria-invalid:ring-error-4 focus-visible:aria-invalid:outline-error-9;\n}\n\n@utility cs-has-invalid {\n @apply has-[[data-slot=control][aria-invalid=true]]:ring-3 has-[[data-slot=control][aria-invalid=true]]:ring-error-6 has-[[data-slot=control][aria-invalid=true]]:border-error-9 has-[[data-slot=control][aria-invalid=true]:focus-visible]:ring-error-4 has-[[data-slot=control][aria-invalid=true]:focus-visible]:outline-error-9;\n}\n\n@utility cs-steps {\n counter-reset: step;\n}\n\n@utility cs-step {\n &::before {\n --tw-content: counter(step);\n content: var(--tw-content);\n counter-increment: step;\n }\n}\n\n@utility cs-masonry {\n columns: 3;\n & > * {\n break-inside: avoid-column;\n }\n}\n\n@utility cs-stroke {\n -webkit-text-stroke-width: var(--stroke-w, 2px);\n -webkit-text-stroke-color: var(--stroke-color, var(--color-neutral-12));\n color: transparent;\n paint-order: stroke fill;\n}\n\n@utility cs-backdrop-panel {\n @apply rounded-md border-neutralA-4 bg-neutral-1/60 text-neutral-11 backdrop-blur-lg border shadow-m;\n }\n\n@utility animate-collapsible-down {\n animation: collapsible-down 0.2s ease-out;\n}\n\n@utility animate-collapsible-up {\n animation: collapsible-up 0.2s ease-out;\n}\n\n@utility no-scrollbar {\n @apply [scrollbar-width:none] [&::-webkit-scrollbar]:hidden;\n}\n\n@utility cs-gutter {\n background: repeating-linear-gradient(315deg, var(--color-neutral-3) 0 1px, transparent 1px 50%);\n background-size: 10px 10px;\n background-attachment: fixed;\n}\n\n@utility cs-dots {\n background-image: radial-gradient(var(--color-neutral-4) 1px, transparent 1px);\n background-size: 20px 20px;\n}\n\n@keyframes stripes {\n from { background-position: 0 0; }\n to { background-position: 16px 0; }\n}\n\n@utility cs-stripes {\n background-image: repeating-linear-gradient(315deg, var(--color-neutralA-4) 0 4px, transparent 2px 50%);\n background-size: 16px 16px;\n animation: stripes 0.6s linear infinite;\n}\n\n@utility cs-guides {\n overflow: clip;\n isolation: isolate;\n\n & > * {\n position: relative;\n z-index: 0;\n\n &::after {\n content: '';\n position: absolute;\n left: 0;\n right: -1px;\n top: -9999px;\n bottom: -9999px;\n border-left: 1px solid var(--color-neutral-4);\n border-right: 1px solid var(--color-neutral-4);\n pointer-events: none;\n z-index: 1;\n }\n\n &::before {\n content: '';\n position: absolute;\n top: 0;\n bottom: -1px;\n left: -9999px;\n right: -9999px;\n border-top: 1px solid var(--color-neutral-4);\n border-bottom: 1px solid var(--color-neutral-4);\n pointer-events: none;\n z-index: 1;\n }\n }\n}\n\n@utility cs-page-container {\n @apply grid grid-cols-[1fr_minmax(0,var(--page-max-w,64rem))_1fr];\n}\n\n@utility cs-page-grid {\n position: relative;\n max-width: var(--page-max-w, 64rem);\n width: 100%;\n margin-inline: auto;\n border-inline: 1px solid var(--color-neutral-4);\n\n & > :where(*) {\n position: relative;\n\n &::after {\n content: '';\n position: absolute;\n bottom: 0;\n left: -100vw;\n width: 200vw;\n height: 1px;\n background-color: var(--color-neutral-4);\n pointer-events: none;\n }\n }\n\n & > :where(*:first-child)::before {\n content: '';\n position: absolute;\n top: 0;\n left: -100vw;\n width: 200vw;\n height: 1px;\n background-color: var(--color-neutral-4);\n pointer-events: none;\n }\n}\n\n@utility cs-page-gutter {\n &::before, &::after {\n content: '';\n position: absolute;\n top: 0;\n bottom: 0;\n width: var(--page-gutter-w, 2.5rem);\n pointer-events: none;\n background: repeating-linear-gradient(315deg, var(--color-neutral-3) 0 1px, transparent 1px 50%);\n background-size: 10px 10px;\n background-attachment: fixed;\n }\n\n &::before {\n right: 100%;\n border-left: 1px solid var(--color-neutral-4);\n }\n\n &::after {\n left: 100%;\n border-right: 1px solid var(--color-neutral-4);\n }\n}\n\n@media (pointer: coarse) {\n input,\n select,\n textarea {\n font-size: max(16px, 1em);\n }\n}\n\n@layer base {\n\n * {\n @apply transition-colors duration-200;\n }\n\n body {\n color: var(--color-neutral-12);\n background-color: var(--color-neutral-1);\n }\n\n\n @font-face {\n font-family: 'geist';\n font-weight: 100 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/geist.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'geist-mono';\n font-weight: 100 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/geist-mono.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'geist-pixel-circle';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/geist-pixel-circle.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'geist-pixel-grid';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/geist-pixel-grid.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'geist-pixel-line';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/geist-pixel-line.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'geist-pixel-square';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/geist-pixel-square.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'geist-pixel-triangle';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/geist-pixel-triangle.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'clash-grotesk-variable';\n font-weight: 200 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/clash-grotesk-variable.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'nippo';\n font-weight: 200 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/nippo.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'being';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/being.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'Aalto';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/aalto.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'humane-variable';\n font-weight: 200 800;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/humane-variable.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'general-sans';\n font-weight: 200 800;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/general-sans.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'karmatic-arcade-regular';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/karmatic-arcade-regular.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'kode-mono-vf';\n font-style: normal;\n font-weight: 400 700;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/kode-mono-vf.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'digital-7-mono';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/digital-7-mono.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'pixelony';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/pixelony.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'unknown';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 140%;\n src: url(https://cdn.digo-labs.com/fonts/unknown.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'benzol';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/benzol.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'half';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/half.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'miratrix';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/miratrix.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'triakis';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/triakis.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'yeager';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/yeager.otf) format('opentype');\n }\n\n @font-face {\n font-family: 'disket';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/disket.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'heming';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/heming.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'obrazec';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/obrazec.ttf) format('truetype');\n }\n\n @font-face {\n font-family: 'satoshi';\n font-weight: 300 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/satoshi.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'chillax';\n font-weight: 200 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/chillax.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'panchang';\n font-weight: 200 800;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/panchang.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'zodiak';\n font-weight: 100 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/zodiak.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'supreme';\n font-weight: 100 800;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/supreme.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'boska';\n font-weight: 200 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/boska.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'tanker';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/tanker.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'gambarino';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/gambarino.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'neco';\n font-weight: 400 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/neco.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'erode';\n font-weight: 300 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/erode.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'pramukh-rounded';\n font-weight: 200 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/pramukh-rounded.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'bevellier';\n font-weight: 100 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/bevellier.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'comico';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/comico.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'aktura';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/aktura.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'technor';\n font-weight: 200 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/technor.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'array';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/array.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'styro';\n font-weight: 200 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/styro.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'recia';\n font-weight: 300 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/recia.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'melodrama';\n font-weight: 300 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/melodrama.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'boxing';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/boxing.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'kola';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/kola.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'zina';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/zina.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'tabular';\n font-weight: 300 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/tabular.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'expose';\n font-weight: 400 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/expose.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'kihim';\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/kihim.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'pilcrow-rounded';\n font-weight: 400 900;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/pilcrow-rounded.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'new-title';\n font-weight: 200 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/new-title.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'kohinoor-zerone';\n font-weight: 100;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/kohinoor-zerone.woff2) format('woff2');\n }\n\n @font-face {\n font-family: 'roundo';\n font-weight: 200 700;\n font-style: normal;\n font-display: swap;\n size-adjust: 100%;\n src: url(https://cdn.digo-labs.com/fonts/roundo.woff2) format('woff2');\n }\n \n}\n\n@layer utilities {\n * {\n scrollbar-width: thin;\n scrollbar-color: #ffffff50 transparent;\n }\n}\n\n@layer base {\n ::selection {\n background-color: var(--color-neutral-12);\n color: var(--color-neutral-1);\n }\n\n ::-moz-selection {\n background-color: var(--color-neutral-12);\n color: var(--color-neutral-1);\n }\n}", k = /--font-([\w-]+):\s*'([^']+)'/g, A = /* @__PURE__ */ new Map(), j; (j = k.exec(O)) !== null;) {
2937
+ let e = `--font-${j[1]}`, t = j[2];
2938
+ A.set(t.toLowerCase(), e);
2802
2939
  }
2803
- for (var N = /@font-face\s*\{([^}]*)\}/gs, P = [], F; (F = N.exec(k)) !== null;) {
2804
- let e = F[1], t = e.match(/font-family:\s*'([^']+)'/), n = e.match(/font-weight:\s*([\d\s]+)/), r = e.match(/font-style:\s*(\w+)/), i = e.match(/src:\s*url\([^)]*?\/fonts\/([^)]+)\)\s*format\('(\w+)'\)/);
2940
+ for (var M = /@font-face\s*\{([^}]*)\}/gs, N = [], P; (P = M.exec(O)) !== null;) {
2941
+ let e = P[1], t = e.match(/font-family:\s*'([^']+)'/), n = e.match(/font-weight:\s*([\d\s]+)/), r = e.match(/font-style:\s*(\w+)/), i = e.match(/src:\s*url\([^)]*?\/fonts\/([^)]+)\)\s*format\('(\w+)'\)/);
2805
2942
  if (!t || !n || !r || !i) continue;
2806
2943
  let a = t[1], o = n[1].trim(), s = r[1], c = i[1], l = i[2] === "truetype" ? "ttf" : i[2] === "opentype" ? "otf" : "woff2", u = o.split(/\s+/).map(Number), d = Math.min(...u), f = Math.max(...u);
2807
- P.push({
2944
+ N.push({
2808
2945
  family: a,
2809
2946
  weightMin: d,
2810
2947
  weightMax: f,
@@ -2812,11 +2949,11 @@ for (var N = /@font-face\s*\{([^}]*)\}/gs, P = [], F; (F = N.exec(k)) !== null;)
2812
2949
  format: l,
2813
2950
  filePath: `/fonts/${c}`,
2814
2951
  fileName: c,
2815
- cssVariable: j.get(a.toLowerCase()) ?? null
2952
+ cssVariable: A.get(a.toLowerCase()) ?? null
2816
2953
  });
2817
2954
  }
2818
- P.sort((e, t) => e.family.localeCompare(t.family));
2819
- var I = P, L = {
2955
+ N.sort((e, t) => e.family.localeCompare(t.family));
2956
+ var F = N, I = {
2820
2957
  digoLogo: "https://cdn.digo-labs.com/images/digo-logo.png",
2821
2958
  digoLogoSvg: "https://cdn.digo-labs.com/images/digo-logo.svg",
2822
2959
  pcLogoV1Svg: "https://cdn.digo-labs.com/images/pc-logo-v1.svg",
@@ -2839,7 +2976,7 @@ var I = P, L = {
2839
2976
  drawingPen: "https://cdn.digo-labs.com/images/pen.svg",
2840
2977
  drawingPenTip: "https://cdn.digo-labs.com/images/pen-tip.svg",
2841
2978
  drawingEraser: "https://cdn.digo-labs.com/images/eraser.png"
2842
- }, R = { porsche: "https://cdn.digo-labs.com/models/porsche.glb" }, z = class {
2979
+ }, L = { porsche: "https://cdn.digo-labs.com/models/porsche.glb" }, R = class {
2843
2980
  static setValue(e, t) {
2844
2981
  localStorage.setItem(e, JSON.stringify(t));
2845
2982
  }
@@ -2852,7 +2989,7 @@ var I = P, L = {
2852
2989
  return t;
2853
2990
  }
2854
2991
  }
2855
- }, B = class {
2992
+ }, z = class {
2856
2993
  static setValue(e, t) {
2857
2994
  sessionStorage.setItem(e, JSON.stringify(t));
2858
2995
  }
@@ -2865,7 +3002,7 @@ var I = P, L = {
2865
3002
  return t;
2866
3003
  }
2867
3004
  }
2868
- }, me = {
3005
+ }, B = {
2869
3006
  bedrockText: "bedrock-text",
2870
3007
  dmxSend: "dmx-send",
2871
3008
  storagePresignUpload: "storage-presign-upload",
@@ -2879,7 +3016,7 @@ var I = P, L = {
2879
3016
  databaseUpdate: "database-update",
2880
3017
  databaseDelete: "database-delete",
2881
3018
  refreshSchemas: "refresh-schemas"
2882
- }, he = class {
3019
+ }, me = class {
2883
3020
  static hashCode(e) {
2884
3021
  return [...e].reduce((e, t) => Math.imul(31, e) + t.charCodeAt(0) | 0, 0);
2885
3022
  }
@@ -2910,7 +3047,7 @@ var I = P, L = {
2910
3047
  static getFirstLetter(e) {
2911
3048
  return e ? e.charAt(0).toUpperCase() : "X";
2912
3049
  }
2913
- }, ge = {
3050
+ }, he = {
2914
3051
  digo: "Digo",
2915
3052
  refresh: "Refresh",
2916
3053
  code: "Code",
@@ -2998,52 +3135,52 @@ var I = P, L = {
2998
3135
  generate: "Generate",
2999
3136
  savePreset: "Save Preset",
3000
3137
  image: "Image"
3001
- }, _e = c.object({
3138
+ }, ge = c.object({
3002
3139
  mediaType: c.string(),
3003
3140
  base64: c.string(),
3004
3141
  name: c.string().optional()
3005
- }), ve = c.object({
3142
+ }), _e = c.object({
3006
3143
  mediaType: c.string(),
3007
3144
  base64: c.string(),
3008
3145
  name: c.string().optional()
3009
- }), ye = c.string().regex(/^\d+x\d+$/).transform((e) => e), V = c.string().regex(/^\d+:\d+$/).transform((e) => e), be = c.object({
3146
+ }), ve = c.string().regex(/^\d+x\d+$/).transform((e) => e), V = c.string().regex(/^\d+:\d+$/).transform((e) => e), ye = c.object({
3010
3147
  prompt: c.string().min(1),
3011
3148
  aspectRatio: V.optional(),
3012
3149
  seed: c.number().int().optional()
3013
- }), xe = c.object({
3150
+ }), be = c.object({
3014
3151
  prompt: c.string().min(1),
3015
3152
  image: c.string().url(),
3016
3153
  strength: c.number().min(0).max(1).optional()
3017
- }), Se = c.object({
3154
+ }), xe = c.object({
3018
3155
  image: c.string().url(),
3019
3156
  factor: c.number().positive().optional()
3020
- }), Ce = c.object({ image: c.string().url() }), we = c.object({
3157
+ }), Se = c.object({ image: c.string().url() }), Ce = c.object({
3021
3158
  url: c.string().url(),
3022
3159
  contentType: c.string().optional(),
3023
3160
  width: c.number().optional(),
3024
3161
  height: c.number().optional(),
3025
3162
  seed: c.number().optional(),
3026
3163
  model: c.string().optional()
3027
- }), Te = c.object({
3164
+ }), we = c.object({
3028
3165
  prompt: c.string().min(1),
3029
3166
  aspectRatio: V.optional(),
3030
3167
  durationSeconds: c.number().positive().optional()
3031
- }), Ee = c.object({
3168
+ }), Te = c.object({
3032
3169
  url: c.string().url(),
3033
3170
  contentType: c.string().optional(),
3034
3171
  durationSeconds: c.number().optional(),
3035
3172
  model: c.string().optional()
3036
- }), De = c.object({
3173
+ }), Ee = c.object({
3037
3174
  text: c.string().min(1),
3038
3175
  voice: c.string().optional(),
3039
3176
  speed: c.number().positive().optional()
3040
- }), Oe = c.object({
3177
+ }), De = c.object({
3041
3178
  prompt: c.string().min(1),
3042
3179
  durationSeconds: c.number().positive().optional()
3043
- }), ke = c.object({
3180
+ }), Oe = c.object({
3044
3181
  audio: c.string().url(),
3045
3182
  language: c.string().optional()
3046
- }), Ae = c.object({
3183
+ }), ke = c.object({
3047
3184
  url: c.string().url(),
3048
3185
  contentType: c.string().optional(),
3049
3186
  durationSeconds: c.number().optional(),
@@ -3052,23 +3189,23 @@ var I = P, L = {
3052
3189
  text: c.string(),
3053
3190
  startSecond: c.number(),
3054
3191
  endSecond: c.number()
3055
- }), je = c.object({
3192
+ }), Ae = c.object({
3056
3193
  text: c.string(),
3057
3194
  segments: c.array(H).optional(),
3058
3195
  language: c.string().optional(),
3059
3196
  model: c.string().optional()
3060
- }), Me = c.object({
3197
+ }), je = c.object({
3061
3198
  type: c.literal("text"),
3062
3199
  text: c.string()
3063
- }), Ne = c.object({
3200
+ }), Me = c.object({
3064
3201
  type: c.literal("image"),
3065
3202
  source: c.object({
3066
3203
  base64: c.string(),
3067
3204
  mediaType: c.string()
3068
3205
  })
3069
- }), Pe = c.union([c.string(), c.array(c.union([Me, Ne]))]), U = c.object({
3206
+ }), Ne = c.union([c.string(), c.array(c.union([je, Me]))]), U = c.object({
3070
3207
  role: c.enum(["user", "assistant"]),
3071
- content: Pe
3208
+ content: Ne
3072
3209
  }), W = c.object({
3073
3210
  model: c.string().optional(),
3074
3211
  messages: c.array(U).min(1),
@@ -3077,45 +3214,45 @@ var I = P, L = {
3077
3214
  maxTokens: c.number().int().positive().optional(),
3078
3215
  stopSequences: c.array(c.string()).optional(),
3079
3216
  providerOptions: c.record(c.string(), c.record(c.string(), c.any())).optional()
3080
- }), Fe = W.omit({
3217
+ }), Pe = W.omit({
3081
3218
  model: !0,
3082
3219
  stopSequences: !0,
3083
3220
  providerOptions: !0
3084
- }), Ie = c.object({
3221
+ }), Fe = c.object({
3085
3222
  channel: c.number().int().min(1).max(512),
3086
3223
  value: c.number().int().min(0).max(255)
3087
- }), Le = c.object({ success: c.boolean() }), G = c.string().min(1), K = c.union([
3224
+ }), Ie = c.object({ success: c.boolean() }), G = c.string().min(1), K = c.union([
3088
3225
  c.string(),
3089
3226
  c.number(),
3090
3227
  c.boolean(),
3091
3228
  c.null()
3092
- ]), q = c.record(c.string(), c.unknown()), Re = c.object({
3229
+ ]), q = c.record(c.string(), c.unknown()), Le = c.object({
3093
3230
  table: G,
3094
3231
  limit: c.number().int().positive().max(1e3).default(100),
3095
3232
  offset: c.number().int().nonnegative().optional()
3096
- }), ze = c.object({ rows: c.array(q) }), Be = c.object({
3233
+ }), Re = c.object({ rows: c.array(q) }), ze = c.object({
3097
3234
  table: G,
3098
3235
  pk: G,
3099
3236
  value: K
3100
- }), Ve = c.object({ row: q.nullable() }), He = c.object({
3237
+ }), Be = c.object({ row: q.nullable() }), Ve = c.object({
3101
3238
  table: G,
3102
3239
  column: G,
3103
3240
  value: K,
3104
3241
  limit: c.number().int().positive().max(1e3).default(100),
3105
3242
  offset: c.number().int().nonnegative().optional()
3106
- }), Ue = c.object({ rows: c.array(q) }), We = c.object({
3243
+ }), He = c.object({ rows: c.array(q) }), Ue = c.object({
3107
3244
  table: G,
3108
3245
  record: q
3109
- }), Ge = c.object({ row: q }), Ke = c.object({
3246
+ }), We = c.object({ row: q }), Ge = c.object({
3110
3247
  table: G,
3111
3248
  pk: G,
3112
3249
  value: K,
3113
3250
  changes: q
3114
- }), qe = c.object({ success: c.boolean() }), Je = c.object({
3251
+ }), Ke = c.object({ success: c.boolean() }), qe = c.object({
3115
3252
  table: G,
3116
3253
  pk: G,
3117
3254
  value: K
3118
- }), Ye = c.object({ success: c.boolean() }), Xe = c.object({
3255
+ }), Je = c.object({ success: c.boolean() }), Ye = c.object({
3119
3256
  bucket: c.string().min(1),
3120
3257
  path: c.string().min(1),
3121
3258
  contentType: c.string().min(1),
@@ -3123,11 +3260,11 @@ var I = P, L = {
3123
3260
  }), J = c.object({
3124
3261
  url: c.string().url(),
3125
3262
  expiresAt: c.number()
3126
- }), Ze = c.object({
3263
+ }), Xe = c.object({
3127
3264
  bucket: c.string().min(1),
3128
3265
  path: c.string().min(1),
3129
3266
  expiresIn: c.number().int().positive().max(604800).optional()
3130
- }), Qe = J, $e = c.object({
3267
+ }), Ze = J, Qe = c.object({
3131
3268
  bucket: c.string().min(1),
3132
3269
  prefix: c.string().optional(),
3133
3270
  limit: c.number().int().positive().max(1e3).optional()
@@ -3136,21 +3273,21 @@ var I = P, L = {
3136
3273
  size: c.number(),
3137
3274
  lastModified: c.string(),
3138
3275
  etag: c.string().optional()
3139
- }), et = c.object({ objects: c.array(Y) }), tt = c.object({
3276
+ }), $e = c.object({ objects: c.array(Y) }), et = c.object({
3140
3277
  bucket: c.string().min(1),
3141
3278
  paths: c.array(c.string().min(1)).min(1)
3142
- }), nt = c.object({
3279
+ }), tt = c.object({
3143
3280
  success: c.boolean(),
3144
3281
  deleted: c.array(c.string())
3145
- }), rt = /* @__PURE__ */ function(e) {
3282
+ }), nt = /* @__PURE__ */ function(e) {
3146
3283
  return e.ANIMATED_FILM = "3D_ANIMATED_FAMILY_FILM", e.FLAT_VECTOR_ILLUSTRATION = "FLAT_VECTOR_ILLUSTRATION", e.GRAPHIC_NOVEL_ILLUSTRATION = "GRAPHIC_NOVEL_ILLUSTRATION", e.MAXIMALISM = "MAXIMALISM", e.MIDCENTURY_RETRO = "MIDCENTURY_RETRO", e.PHOTOREALISM = "PHOTOREALISM", e.SOFT_DIGITAL_PAINTING = "SOFT_DIGITAL_PAINTING", e;
3147
- }({}), it = /* @__PURE__ */ function(e) {
3284
+ }({}), rt = /* @__PURE__ */ function(e) {
3148
3285
  return e.IDENTIFY = "IDENTIFY", e.SUBSCRIBE = "SUBSCRIBE", e.UNSUBSCRIBE = "UNSUBSCRIBE", e.MESSAGE = "MESSAGE", e.STATE = "STATE", e;
3149
- }({}), X = /* @__PURE__ */ function(e) {
3286
+ }({}), it = /* @__PURE__ */ function(e) {
3150
3287
  return e.MESSAGE = "MESSAGE", e.STATE = "STATE", e;
3151
- }({}), at = "_hub", ot = /* @__PURE__ */ function(e) {
3288
+ }({}), X = "_hub", at = /* @__PURE__ */ function(e) {
3152
3289
  return e.CONNECT = "CONNECT", e.DISCONNECT = "DISCONNECT", e.SUBSCRIBE = "SUBSCRIBE", e.UNSUBSCRIBE = "UNSUBSCRIBE", e.MESSAGE = "MESSAGE", e.STATE = "STATE", e;
3153
- }({}), st = { pcLogo3D: "https://cdn.digo-labs.com/videos/pc-logo-3d.mp4" };
3290
+ }({}), ot = { pcLogo3D: "https://cdn.digo-labs.com/videos/pc-logo-3d.mp4" };
3154
3291
  //#endregion
3155
3292
  //#region src/utils.ts
3156
3293
  async function Z(e) {
@@ -3160,13 +3297,13 @@ async function Z(e) {
3160
3297
  return [null, e];
3161
3298
  }
3162
3299
  }
3163
- var ct = u({ extend: { classGroups: w } });
3164
- function lt(...e) {
3165
- return ct(l(e));
3300
+ var st = u({ extend: { classGroups: w } });
3301
+ function ct(...e) {
3302
+ return st(l(e));
3166
3303
  }
3167
3304
  //#endregion
3168
3305
  //#region src/samples.ts
3169
- var ut = [
3306
+ var lt = [
3170
3307
  "New York",
3171
3308
  "Tokyo",
3172
3309
  "Paris",
@@ -3192,7 +3329,7 @@ var ut = [
3192
3329
  "Mexico City",
3193
3330
  "Oslo",
3194
3331
  "Zürich"
3195
- ], dt = [
3332
+ ], ut = [
3196
3333
  "The quick brown fox jumps over the lazy dog.",
3197
3334
  "Pack my box with five dozen liquor jugs.",
3198
3335
  "How vexingly quick daft zebras jump.",
@@ -3203,16 +3340,16 @@ var ut = [
3203
3340
  "Sixty zippers were quickly picked from the woven jute bag.",
3204
3341
  "We promptly judged antique ivory buckles for the next prize.",
3205
3342
  "A mad boxer shot a quick, gloved jab to the jaw of his dizzy opponent."
3206
- ], ft = { monorepo: { trustedOrigins: [
3343
+ ], dt = { monorepo: { trustedOrigins: [
3207
3344
  "http://localhost:*",
3208
3345
  "http://127.0.0.1:*",
3209
3346
  "https://*.digo-labs.com"
3210
- ] } }, Q = "productionclub.net", pt = "admin", $ = {
3347
+ ] } }, Q = "productionclub.net", ft = "admin", $ = {
3211
3348
  public: 0,
3212
3349
  user: 1,
3213
3350
  org: 2,
3214
3351
  admin: 3
3215
- }, mt = class {
3352
+ }, pt = class {
3216
3353
  static deriveTier(e) {
3217
3354
  return e ? this.hasAdminRole(e.role) ? "admin" : this.isOrgUser(e) ? "org" : "user" : "public";
3218
3355
  }
@@ -3223,13 +3360,13 @@ var ut = [
3223
3360
  return typeof e == "string" && Object.hasOwn($, e);
3224
3361
  }
3225
3362
  static hasAdminRole(e) {
3226
- return e ? e.split(",").includes(pt) : !1;
3363
+ return e ? e.split(",").includes(ft) : !1;
3227
3364
  }
3228
3365
  static isOrgUser(e) {
3229
3366
  return e.emailVerified ? e.email.toLowerCase().endsWith(`@${Q}`) : !1;
3230
3367
  }
3231
3368
  };
3232
3369
  //#endregion
3233
- export { pe as AI_MODELS, ft as AUTH_PROJECTS, v as AWS_BLOCK_GROUPS, ne as AWS_BLOCK_SIZES, de as AWS_DEFAULT_REGION, ee as AWS_DURATIONS, m as AWS_EASINGS, g as AWS_GLYPHS, p as AWS_GLYPH_FAMILIES, h as AWS_GLYPH_VIEWBOX, f as AWS_PALETTE, te as AWS_UNIT, d as AppConfigHelpers, mt as AuthTierHelpers, _ as AwsHelpers, C as BACKEND_URL, fe as BREAKPOINTS, x as BRICK_ARROW_PATH, S as BRICK_COLORS, b as BRICK_GLYPHS, y as BRICK_GLYPH_VIEWBOX, rt as BedrockStyle, re as BrickHelpers, ut as CITIES, ie as CommonHelpers, oe as DIGO_ADMIN_SECRET, ce as DIGO_COLORS, ae as DIGO_HEADERS, se as DIGO_STORAGE_BUCKET_SUFFIX, dt as EXCERPTS, I as FONT_FACES, L as IMAGES, O as IconHelpers, T as LANGUAGE_MAP, z as LocalStorage, R as MODELS, Q as ORG_EMAIL_DOMAIN, ue as REPLICATE_PROXY, me as ROUTES, ge as STRINGS, B as SessionStorage, he as StringHelpers, w as TYPO_CLASS_GROUPS, st as VIDEOS, at as WEBSOCKET_HUB_CHANNEL, le as WS_URL, X as WebSocketHubEvent, it as WebsocketClientEvent, ot as WebsocketLogEvent, V as aspectRatioSchema, Oe as audioMusicBodySchema, De as audioSpeechBodySchema, ke as audioTranscribeBodySchema, lt as cn, We as databaseCreateBodySchema, Ge as databaseCreateResponseSchema, Je as databaseDeleteBodySchema, Ye as databaseDeleteResponseSchema, Re as databaseGetAllBodySchema, ze as databaseGetAllResponseSchema, Be as databaseGetBodySchema, He as databaseGetByBodySchema, Ue as databaseGetByResponseSchema, Ve as databaseGetResponseSchema, Ke as databaseUpdateBodySchema, qe as databaseUpdateResponseSchema, tt as deleteBodySchema, nt as deleteResponseSchema, Ie as dmxSendBodySchema, Le as dmxSendResponseSchema, _e as filePayloadSchema, Ae as generatedAudioSchema, we as generatedImageSchema, Ee as generatedVideoSchema, xe as imageEditBodySchema, be as imageGenerateBodySchema, ve as imagePayloadSchema, Ce as imageRemoveBackgroundBodySchema, Se as imageUpscaleBodySchema, $e as listBodySchema, et as listResponseSchema, Ze as presignDownloadBodySchema, Qe as presignDownloadResponseSchema, Xe as presignUploadBodySchema, J as presignUploadResponseSchema, ye as sizeFormattedSchema, Y as storageObjectSchema, W as textBodySchema, Fe as textGenerateBodySchema, U as textMessageSchema, je as transcriptionSchema, H as transcriptionSegmentSchema, Z as tryCatch, Te as videoGenerateBodySchema };
3370
+ export { fe as AI_MODELS, dt as AUTH_PROJECTS, v as AWS_BLOCK_GROUPS, ue as AWS_DEFAULT_REGION, h as AWS_DURATIONS, m as AWS_EASINGS, g as AWS_GLYPHS, p as AWS_GLYPH_FAMILIES, te as AWS_GLYPH_VIEWBOX, f as AWS_PALETTE, ee as AWS_UNIT, d as AppConfigHelpers, pt as AuthTierHelpers, _ as AwsHelpers, C as BACKEND_URL, de as BREAKPOINTS, x as BRICK_ARROW_PATH, S as BRICK_COLORS, b as BRICK_GLYPHS, y as BRICK_GLYPH_VIEWBOX, nt as BedrockStyle, ne as BrickHelpers, lt as CITIES, re as CommonHelpers, ae as DIGO_ADMIN_SECRET, se as DIGO_COLORS, ie as DIGO_HEADERS, oe as DIGO_STORAGE_BUCKET_SUFFIX, ut as EXCERPTS, F as FONT_FACES, I as IMAGES, D as IconHelpers, pe as LANGUAGE_MAP, R as LocalStorage, L as MODELS, Q as ORG_EMAIL_DOMAIN, le as REPLICATE_PROXY, B as ROUTES, he as STRINGS, z as SessionStorage, me as StringHelpers, w as TYPO_CLASS_GROUPS, ot as VIDEOS, X as WEBSOCKET_HUB_CHANNEL, ce as WS_URL, it as WebSocketHubEvent, rt as WebsocketClientEvent, at as WebsocketLogEvent, V as aspectRatioSchema, De as audioMusicBodySchema, Ee as audioSpeechBodySchema, Oe as audioTranscribeBodySchema, ct as cn, Ue as databaseCreateBodySchema, We as databaseCreateResponseSchema, qe as databaseDeleteBodySchema, Je as databaseDeleteResponseSchema, Le as databaseGetAllBodySchema, Re as databaseGetAllResponseSchema, ze as databaseGetBodySchema, Ve as databaseGetByBodySchema, He as databaseGetByResponseSchema, Be as databaseGetResponseSchema, Ge as databaseUpdateBodySchema, Ke as databaseUpdateResponseSchema, et as deleteBodySchema, tt as deleteResponseSchema, Fe as dmxSendBodySchema, Ie as dmxSendResponseSchema, ge as filePayloadSchema, ke as generatedAudioSchema, Ce as generatedImageSchema, Te as generatedVideoSchema, be as imageEditBodySchema, ye as imageGenerateBodySchema, _e as imagePayloadSchema, Se as imageRemoveBackgroundBodySchema, xe as imageUpscaleBodySchema, Qe as listBodySchema, $e as listResponseSchema, Xe as presignDownloadBodySchema, Ze as presignDownloadResponseSchema, Ye as presignUploadBodySchema, J as presignUploadResponseSchema, ve as sizeFormattedSchema, Y as storageObjectSchema, W as textBodySchema, Pe as textGenerateBodySchema, U as textMessageSchema, Ae as transcriptionSchema, H as transcriptionSegmentSchema, Z as tryCatch, we as videoGenerateBodySchema };
3234
3371
 
3235
3372
  //# sourceMappingURL=index.js.map