@lemmo-lab/tokens-cli 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1142 @@
1
+ /**
2
+ * @lemmo-lab/tokens (v2) - JavaScript / TypeScript Exports
3
+ * Single Source of Truth
4
+ */
5
+
6
+ export const core = {
7
+ "color": {
8
+ "brand": {
9
+ "lime": "#d1fe17",
10
+ "limeHover": "#c4ee0b",
11
+ "limeEdge": "#829b19",
12
+ "limeContrast": "#386b00",
13
+ "pink": "#ff005b",
14
+ "pinkLight": "#fb398c",
15
+ "pinkDeep": "#ed1572",
16
+ "pinkMaroon": "#d1004e",
17
+ "pinkBase": "#8b006a",
18
+ "blue": "#0256fe",
19
+ "blueLight": "#245ef1",
20
+ "blueDeep": "#1544ed",
21
+ "blueOverlayA": "#1d63ef",
22
+ "blueOverlayB": "#5150d0",
23
+ "cyan": "#3c8cff",
24
+ "cyanSoft": "#9ce6f3",
25
+ "cyanGlow": "#3cd8ff",
26
+ "violet": "#853cb0",
27
+ "violetDeep": "#b02df2"
28
+ },
29
+ "dark": {
30
+ "pagePrimary": "#131517",
31
+ "appBackground": "#131517",
32
+ "surfaceTertiary": "#0a0c0e",
33
+ "surfacePrimary": "#1c1e20",
34
+ "surfaceSecondary": "#23262a",
35
+ "surfaceElevated": "#18191c",
36
+ "surfaceGlass": "rgba(15, 17, 19, 0.88)",
37
+ "fontPrimary": "#e1e1e3",
38
+ "fontSecondary": "#a1a1a5",
39
+ "fontMuted": "#898a8b",
40
+ "fontFaint": "#737475",
41
+ "fontOnBrand": "#131517",
42
+ "fontReverted": "#060515",
43
+ "borderSubtle": "rgba(255, 255, 255, 0.04)",
44
+ "borderMid": "rgba(255, 255, 255, 0.08)",
45
+ "borderStrong": "rgba(255, 255, 255, 0.15)",
46
+ "surfaceOliveStart": "#1F2022",
47
+ "surfaceOliveMid": "#222420",
48
+ "surfaceOliveEnd": "#272A20",
49
+ "surfaceOceanStart": "#121D23",
50
+ "surfaceOceanMid": "#152026",
51
+ "surfaceOceanDeep": "#1D282E",
52
+ "surfaceOceanEnd": "#273238",
53
+ "surfaceSteelStart": "#1F2024",
54
+ "surfaceSteelMid": "#232428",
55
+ "surfaceSteelDeep": "#343539",
56
+ "surfaceSteelEnd": "#48494D",
57
+ "offerBaseStart": "#55142c",
58
+ "offerBaseMid": "#35101d",
59
+ "offerBaseDeep": "#1e0c14",
60
+ "offerBaseEnd": "#140a0f"
61
+ },
62
+ "light": {
63
+ "pagePrimary": "#f8f9fa",
64
+ "appBackground": "#f1f3f5",
65
+ "surfaceTertiary": "#ffffff",
66
+ "surfacePrimary": "#ffffff",
67
+ "surfaceSecondary": "#e9ecef",
68
+ "surfaceElevated": "#ffffff",
69
+ "surfaceGlass": "rgba(255, 255, 255, 0.88)",
70
+ "fontPrimary": "#131517",
71
+ "fontSecondary": "#495057",
72
+ "fontMuted": "#6c757d",
73
+ "fontFaint": "#adb5bd",
74
+ "fontOnBrand": "#131517",
75
+ "fontReverted": "#ffffff",
76
+ "borderSubtle": "rgba(0, 0, 0, 0.08)",
77
+ "borderMid": "rgba(0, 0, 0, 0.15)",
78
+ "borderStrong": "rgba(0, 0, 0, 0.25)",
79
+ "surfaceOliveStart": "#f4f6f0",
80
+ "surfaceOliveMid": "#eaefe5",
81
+ "surfaceOliveEnd": "#e2ebd9",
82
+ "surfaceOceanStart": "#edf4f7",
83
+ "surfaceOceanMid": "#e2eff4",
84
+ "surfaceOceanDeep": "#d5e7ef",
85
+ "surfaceOceanEnd": "#c5dee9",
86
+ "surfaceSteelStart": "#f1f3f6",
87
+ "surfaceSteelMid": "#e6e9ef",
88
+ "surfaceSteelDeep": "#d9dde6",
89
+ "surfaceSteelEnd": "#ccd1dc",
90
+ "offerBaseStart": "#fce8ef",
91
+ "offerBaseMid": "#f8d4e2",
92
+ "offerBaseDeep": "#f4c0d4",
93
+ "offerBaseEnd": "#f0adc6"
94
+ },
95
+ "neon": {
96
+ "pagePrimary": "#08090a",
97
+ "appBackground": "#0d0f12",
98
+ "surfaceTertiary": "#040506",
99
+ "surfacePrimary": "#12151a",
100
+ "surfaceSecondary": "#181c24",
101
+ "surfaceElevated": "#1c212b",
102
+ "surfaceGlass": "rgba(8, 9, 10, 0.9)",
103
+ "brandLime": "#00ff66",
104
+ "brandCyan": "#00f0ff",
105
+ "brandPink": "#ff007f",
106
+ "fontPrimary": "#f0f6fc",
107
+ "fontSecondary": "#9db1c5",
108
+ "fontMuted": "#697e94",
109
+ "fontFaint": "#465668",
110
+ "borderSubtle": "rgba(0, 240, 255, 0.15)",
111
+ "borderMid": "rgba(0, 240, 255, 0.25)",
112
+ "borderStrong": "rgba(0, 240, 255, 0.45)"
113
+ },
114
+ "midnight": {
115
+ "pagePrimary": "#000000",
116
+ "appBackground": "#000000",
117
+ "surfaceTertiary": "#040404",
118
+ "surfacePrimary": "#0c0c0c",
119
+ "surfaceSecondary": "#161616",
120
+ "surfaceElevated": "#1e1e1e",
121
+ "surfaceGlass": "rgba(0, 0, 0, 0.92)",
122
+ "fontPrimary": "#ffffff",
123
+ "fontSecondary": "#999999",
124
+ "fontMuted": "#666666",
125
+ "fontFaint": "#444444",
126
+ "borderSubtle": "rgba(255, 255, 255, 0.08)",
127
+ "borderMid": "rgba(255, 255, 255, 0.12)",
128
+ "borderStrong": "rgba(255, 255, 255, 0.2)"
129
+ },
130
+ "status": {
131
+ "danger": {
132
+ "fg": "#fa0019",
133
+ "fgSoft": "#ff5462",
134
+ "bg": "#5c000f",
135
+ "glow": "#ff1f2e",
136
+ "lightFg": "#c9184a",
137
+ "lightFgSoft": "#a4161a",
138
+ "lightBg": "#ffe3e3",
139
+ "lightGlow": "#ff8787"
140
+ },
141
+ "warning": {
142
+ "fg": "#dfab01",
143
+ "fgSoft": "#ffef33",
144
+ "bg": "#523f00",
145
+ "glow": "#fff05a",
146
+ "lightFg": "#b05d00",
147
+ "lightFgSoft": "#8a4500",
148
+ "lightBg": "#fff3bf",
149
+ "lightGlow": "#ffe066"
150
+ },
151
+ "success": {
152
+ "fg": "#2eb844",
153
+ "fgSoft": "#4ee466",
154
+ "bg": "#0d4a17",
155
+ "glow": "#00e62e",
156
+ "lightFg": "#2d6a4f",
157
+ "lightFgSoft": "#1b4332",
158
+ "lightBg": "#d3f9d8",
159
+ "lightGlow": "#8ce99a"
160
+ },
161
+ "info": {
162
+ "fg": "#0256fe",
163
+ "fgSoft": "#5b91fe",
164
+ "bg": "#000d26",
165
+ "glow": "#3cd8ff",
166
+ "lightFg": "#00509d",
167
+ "lightFgSoft": "#00296b",
168
+ "lightBg": "#e7f5ff",
169
+ "lightGlow": "#74c0fc"
170
+ }
171
+ },
172
+ "alpha": {
173
+ "white4": "rgba(255, 255, 255, 0.04)",
174
+ "white5": "rgba(255, 255, 255, 0.05)",
175
+ "white8": "rgba(255, 255, 255, 0.08)",
176
+ "white10": "rgba(255, 255, 255, 0.1)",
177
+ "white15": "rgba(255, 255, 255, 0.15)",
178
+ "white20": "rgba(255, 255, 255, 0.2)",
179
+ "white30": "rgba(255, 255, 255, 0.3)",
180
+ "white50": "rgba(255, 255, 255, 0.5)",
181
+ "white70": "rgba(255, 255, 255, 0.7)",
182
+ "black4": "rgba(0, 0, 0, 0.04)",
183
+ "black7": "rgba(0, 0, 0, 0.07)",
184
+ "black20": "rgba(0, 0, 0, 0.2)",
185
+ "black24": "rgba(0, 0, 0, 0.24)",
186
+ "limeAlpha16": "rgba(209, 254, 23, 0.16)",
187
+ "limeAlpha8": "rgba(209, 254, 23, 0.08)",
188
+ "limeAlpha0": "rgba(209, 254, 23, 0)",
189
+ "pinkAlpha32": "rgba(255, 0, 91, 0.32)",
190
+ "pinkAlpha15": "rgba(255, 0, 91, 0.15)",
191
+ "pinkAlpha0": "rgba(255, 0, 91, 0)",
192
+ "whiteAlpha9": "rgba(255, 255, 255, 0.095)",
193
+ "whiteAlpha3": "rgba(255, 255, 255, 0.035)",
194
+ "whiteAlpha1": "rgba(255, 255, 255, 0.012)",
195
+ "limeWashStart": "rgba(187, 251, 12, 0.07)",
196
+ "limeWashEnd": "rgba(12, 251, 32, 0.01)",
197
+ "washGrayStart": "rgba(197, 197, 197, 0.08)",
198
+ "washGrayEnd": "rgba(197, 197, 197, 0.01)",
199
+ "pinkWashStart": "rgba(237, 21, 114, 0.10)",
200
+ "pinkWashEnd": "rgba(237, 21, 114, 0.01)",
201
+ "blueWashStart": "rgba(21, 68, 237, 0.10)",
202
+ "blueWashEnd": "rgba(21, 68, 237, 0.01)",
203
+ "steelFlatStart": "rgba(110, 145, 188, 0.02)",
204
+ "steelFlatEnd": "rgba(110, 145, 188, 0.20)",
205
+ "rimWhite18": "rgba(255, 255, 255, 0.09)",
206
+ "rimWhite38": "rgba(255, 255, 255, 0.03)",
207
+ "rimWhite0": "rgba(255, 255, 255, 0)",
208
+ "rimDiag18": "rgba(255, 255, 255, 0.10)",
209
+ "rimDiag42": "rgba(255, 255, 255, 0.04)",
210
+ "pillLimeStart": "rgba(117, 239, 29, 0.6)",
211
+ "pillLimeEnd": "rgba(194, 237, 21, 0)",
212
+ "pillWhiteGloss": "rgba(255, 255, 255, 0.6)",
213
+ "pillLimeBot": "rgba(200, 239, 29, 0.6)",
214
+ "pillPinkGloss": "rgba(239, 29, 186, 0.6)",
215
+ "pillVioletGloss": "rgba(176, 29, 239, 0.6)",
216
+ "pillVioletMid": "rgba(206, 25, 176, 0.3)",
217
+ "pillBlueGloss": "rgba(29, 99, 239, 0.6)",
218
+ "pillBlueMid": "rgba(81, 80, 208, 0.45)",
219
+ "pillVioletDeep": "rgba(133, 60, 176, 0.3)",
220
+ "pillPinkFade": "rgba(237, 21, 114, 0)",
221
+ "offerFlashStart": "rgba(255, 0, 91, 0.32)",
222
+ "offerFlashEnd": "rgba(255, 0, 91, 0.016)",
223
+ "tableCyan1": "rgba(60, 140, 255, 0.20)",
224
+ "tableCyan2": "rgba(60, 216, 255, 0.20)",
225
+ "overlayDarken": "rgba(0, 0, 0, 0.2)",
226
+ "overlayLighten": "rgba(255, 255, 255, 0.5)"
227
+ }
228
+ },
229
+ "elevation": {
230
+ "cardFeatured": "0 1.5rem 4rem rgba(0, 0, 0, 0.24)",
231
+ "cardBase": "10px 34px 24px 0 rgba(0, 0, 0, 0.15)",
232
+ "buttonBrandInset": "inset 0 0.8px 0 0 #d1fe17, inset 0 -1.6px 0 0 #829b19, inset 0 -2.4px 0 0 #829b19",
233
+ "buttonBrand": "inset 0 0.8px 0 0 #d1fe17, inset 0 -1.6px 0 0 #829b19, inset 0 -2.4px 0 0 #829b19, 10px 34px 24px 0px rgba(0, 0, 0, 0.15)",
234
+ "glossInset": "inset 0 -2px 2px 0 rgba(255, 255, 255, 0.4), inset 0 2px 2px 0 rgba(255, 255, 255, 0.4)",
235
+ "glowBrand": "0 0 0.4rem color-mix(in srgb, #d1fe17 56%, transparent)"
236
+ },
237
+ "motion": {
238
+ "duration": {
239
+ "fast": "100ms",
240
+ "normal": "200ms",
241
+ "slow": "300ms",
242
+ "slower": "500ms",
243
+ "slider": "150ms",
244
+ "planSwap": "420ms",
245
+ "breathe": "1.8s"
246
+ },
247
+ "easing": {
248
+ "out": "ease-out",
249
+ "inOut": "ease-in-out",
250
+ "snap": "cubic-bezier(0.77, 0, 0.175, 1)",
251
+ "spring": "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
252
+ "swift": "cubic-bezier(0.55, 0, 0.1, 1)",
253
+ "emphasized": "cubic-bezier(0.2, 0, 0, 1)",
254
+ "outExpo": "cubic-bezier(0.16, 1, 0.3, 1)",
255
+ "outQuart": "cubic-bezier(0.165, 0.84, 0.44, 1)"
256
+ }
257
+ },
258
+ "radius": {
259
+ "0": "0",
260
+ "100": ".25rem",
261
+ "150": ".375rem",
262
+ "200": ".5rem",
263
+ "250": ".625rem",
264
+ "300": ".75rem",
265
+ "400": "1rem",
266
+ "500": "1.25rem",
267
+ "600": "1.5rem",
268
+ "base": ".5rem",
269
+ "050": ".125rem",
270
+ "full": "9999px"
271
+ },
272
+ "breakpoint": {
273
+ "base": "20rem",
274
+ "sm": "40rem",
275
+ "md": "48rem",
276
+ "lg": "64rem",
277
+ "xl": "80rem",
278
+ "2xl": "120rem",
279
+ "3xl": "158rem",
280
+ "tablet": "var(--lemmo-bp-md)",
281
+ "desktop": "var(--lemmo-bp-xl)",
282
+ "wide": "var(--lemmo-bp-2xl)"
283
+ },
284
+ "stroke": {
285
+ "none": "0",
286
+ "hairline": "0.5px",
287
+ "thin": "1px",
288
+ "medium": "1.5px",
289
+ "thick": "2px",
290
+ "rim": "var(--lemmo-stroke-thin)",
291
+ "border": "var(--lemmo-stroke-thin)",
292
+ "borderGradient": "var(--lemmo-stroke-thick)",
293
+ "divider": "var(--lemmo-stroke-hairline)"
294
+ },
295
+ "size": {
296
+ "control": {
297
+ "xs": "2rem",
298
+ "sm": "2.25rem",
299
+ "md": "2.5rem",
300
+ "lg": "2.75rem",
301
+ "xl": "3rem"
302
+ },
303
+ "icon": {
304
+ "xs": ".75rem",
305
+ "sm": "1rem",
306
+ "md": "1.25rem",
307
+ "lg": "1.5rem",
308
+ "xl": "1.75rem"
309
+ },
310
+ "header": {
311
+ "default": "3.25rem",
312
+ "compact": "2.25rem"
313
+ },
314
+ "gutter": "1rem",
315
+ "container": {
316
+ "base": "100%",
317
+ "sm": "40rem",
318
+ "md": "48rem",
319
+ "lg": "64rem",
320
+ "xl": "80rem",
321
+ "2xl": "120rem",
322
+ "3xl": "158rem",
323
+ "media": "calc(100vw - 2rem)",
324
+ "copy": "80rem",
325
+ "content": "56rem",
326
+ "wide": "96rem"
327
+ },
328
+ "pricing": {
329
+ "columnSm": "66.5rem",
330
+ "columnLg": "89rem",
331
+ "maxDefault": "90rem",
332
+ "maxWide": "92rem",
333
+ "padX": "1rem",
334
+ "padXLg": "3.75rem",
335
+ "padY": "2rem"
336
+ }
337
+ },
338
+ "spacing": {
339
+ "0": "0",
340
+ "50": ".125rem",
341
+ "100": ".25rem",
342
+ "150": ".375rem",
343
+ "200": ".5rem",
344
+ "250": ".625rem",
345
+ "300": ".75rem",
346
+ "400": "1rem",
347
+ "500": "1.25rem",
348
+ "600": "1.5rem",
349
+ "700": "1.75rem",
350
+ "800": "2rem",
351
+ "1000": "2.5rem",
352
+ "1200": "3rem",
353
+ "1400": "3.5rem",
354
+ "1600": "4rem",
355
+ "2000": "5rem",
356
+ "2400": "6rem"
357
+ },
358
+ "gap": {
359
+ "1": ".25rem",
360
+ "2": ".5rem",
361
+ "3": ".75rem",
362
+ "4": "1rem",
363
+ "0-5": ".125rem",
364
+ "1-5": ".375rem",
365
+ "2-5": ".625rem",
366
+ "cardGrid": ".5rem",
367
+ "cardInner": ".5rem",
368
+ "sectionSm": "2.5rem",
369
+ "sectionLg": "5rem"
370
+ },
371
+ "typography": {
372
+ "fontFamily": {
373
+ "sans": [
374
+ "Satoshi",
375
+ "system-ui",
376
+ "sans-serif"
377
+ ],
378
+ "sansFa": [
379
+ "IRANSansX",
380
+ "Tahoma",
381
+ "sans-serif"
382
+ ],
383
+ "display": [
384
+ "Oddval",
385
+ "Satoshi",
386
+ "system-ui",
387
+ "sans-serif"
388
+ ],
389
+ "displayFa": [
390
+ "Morabba",
391
+ "Tahoma",
392
+ "sans-serif"
393
+ ],
394
+ "heading": [
395
+ "Satoshi",
396
+ "system-ui",
397
+ "sans-serif"
398
+ ],
399
+ "headingFa": [
400
+ "Morabba",
401
+ "Tahoma",
402
+ "sans-serif"
403
+ ],
404
+ "numeric": [
405
+ "Satoshi",
406
+ "system-ui",
407
+ "sans-serif"
408
+ ],
409
+ "mono": [
410
+ "ui-monospace",
411
+ "SFMono-Regular",
412
+ "Menlo",
413
+ "Monaco",
414
+ "monospace"
415
+ ]
416
+ },
417
+ "fontWeight": {
418
+ "regular": 400,
419
+ "medium": 500,
420
+ "cta": 510,
421
+ "semiBold": 600,
422
+ "bold": 700,
423
+ "black": 900
424
+ },
425
+ "fontSize": {
426
+ "100": ".75rem",
427
+ "200": ".875rem",
428
+ "300": "1rem",
429
+ "400": "1.125rem",
430
+ "500": "1.25rem",
431
+ "600": "1.5rem",
432
+ "700": "1.75rem",
433
+ "800": "2rem",
434
+ "900": "2.25rem",
435
+ "1000": "2.5rem",
436
+ "1100": "3rem",
437
+ "1200": "3.5rem",
438
+ "1300": "4rem",
439
+ "1400": "4.5rem",
440
+ "050": ".625rem"
441
+ },
442
+ "lineHeight": {
443
+ "300": 1.25,
444
+ "400": 1.28,
445
+ "500": 1.43,
446
+ "600": 1.5,
447
+ "700": 1.4,
448
+ "800": 1.33,
449
+ "900": 1.25,
450
+ "1000": 1.2,
451
+ "1100": 1.15,
452
+ "1200": 1.1,
453
+ "1300": 1.05,
454
+ "1400": 1
455
+ },
456
+ "letterSpacing": {
457
+ "none": "0",
458
+ "slight": "-0.025rem",
459
+ "tight": "-0.075rem",
460
+ "loose": "0.00625rem",
461
+ "wide": "0.0125rem",
462
+ "xxs": "-0.3px",
463
+ "5xl": "-1.2px",
464
+ "heading": "-2%",
465
+ "caps": "-4%",
466
+ "label": "0.2px",
467
+ "caption": "0",
468
+ "tableHead": "-0.56px"
469
+ },
470
+ "leadingFactor": {
471
+ "en": 1,
472
+ "fa": 1.15
473
+ }
474
+ }
475
+ };
476
+
477
+ export const semantic = {
478
+ "color": {
479
+ "page": {
480
+ "background": "#131517",
481
+ "foreground": "#e1e1e3"
482
+ },
483
+ "surface": {
484
+ "primary": {
485
+ "background": "#1c1e20",
486
+ "foreground": "#e1e1e3"
487
+ },
488
+ "secondary": {
489
+ "background": "#23262a",
490
+ "foreground": "#a1a1a5"
491
+ },
492
+ "tertiary": {
493
+ "background": "#0a0c0e",
494
+ "foreground": "#e1e1e3"
495
+ },
496
+ "elevated": {
497
+ "background": "#18191c",
498
+ "foreground": "#e1e1e3"
499
+ },
500
+ "glass": {
501
+ "background": "rgba(15, 17, 19, 0.88)",
502
+ "foreground": "#e1e1e3"
503
+ },
504
+ "brand": {
505
+ "background": "#d1fe17",
506
+ "foreground": "#131517"
507
+ }
508
+ },
509
+ "text": {
510
+ "primary": "#e1e1e3",
511
+ "secondary": "#a1a1a5",
512
+ "muted": "#898a8b",
513
+ "faint": "#737475",
514
+ "onBrand": "#131517",
515
+ "reverted": "#060515",
516
+ "danger": "#ff5462",
517
+ "warning": "#dfab01",
518
+ "success": "#4ee466",
519
+ "info": "#5b91fe"
520
+ },
521
+ "border": {
522
+ "default": "rgba(255, 255, 255, 0.15)",
523
+ "subtle": "rgba(255, 255, 255, 0.04)",
524
+ "mid": "rgba(255, 255, 255, 0.08)",
525
+ "danger": "#fa0019",
526
+ "warning": "#dfab01",
527
+ "success": "#2eb844",
528
+ "info": "#0256fe"
529
+ },
530
+ "interactive": {
531
+ "primary": {
532
+ "background": "#d1fe17",
533
+ "foreground": "#131517",
534
+ "hover": "#c4ee0b"
535
+ },
536
+ "secondary": {
537
+ "background": "#0256fe",
538
+ "foreground": "#e1e1e3",
539
+ "hover": "#245ef1"
540
+ }
541
+ },
542
+ "status": {
543
+ "danger": {
544
+ "background": "#5c000f",
545
+ "foreground": "#ff5462",
546
+ "border": "#fa0019",
547
+ "glow": "#ff1f2e"
548
+ },
549
+ "warning": {
550
+ "background": "#523f00",
551
+ "foreground": "#ffef33",
552
+ "border": "#dfab01",
553
+ "glow": "#fff05a"
554
+ },
555
+ "success": {
556
+ "background": "#0d4a17",
557
+ "foreground": "#4ee466",
558
+ "border": "#2eb844",
559
+ "glow": "#00e62e"
560
+ },
561
+ "info": {
562
+ "background": "#000d26",
563
+ "foreground": "#5b91fe",
564
+ "border": "#0256fe",
565
+ "glow": "#3cd8ff"
566
+ }
567
+ }
568
+ },
569
+ "gradient": {
570
+ "surfaceFeatured": "linear-gradient(225deg, rgba(209, 254, 23, 0.16) 0%, rgba(209, 254, 23, 0.08) 28%, rgba(209, 254, 23, 0) 62%), #18191c",
571
+ "surfacePinkHaze": "radial-gradient(145% 54% at 100% 0%, rgba(255, 0, 91, 0.32) 0%, rgba(255, 0, 91, 0.15) 42%, rgba(255, 0, 91, 0) 78%), #18191c",
572
+ "surfaceOlive": "linear-gradient(180deg, #1F2022 0%, #222420 55%, #272A20 100%)",
573
+ "surfaceOcean": "linear-gradient(180deg, #121D23 0%, #152026 45%, #1D282E 75%, #273238 100%)",
574
+ "surfaceSteel": "linear-gradient(180deg, #1F2024 0%, #232428 40%, #343539 75%, #48494D 100%)",
575
+ "surfaceBase": "linear-gradient(180deg, #1c1e20 0%, #131517 100%)",
576
+ "surfaceSoft": "radial-gradient(58% 220% at 3% 42%, rgba(255, 255, 255, 0.095) 0%, rgba(255, 255, 255, 0.035) 42%, rgba(255, 255, 255, 0.012) 100%), linear-gradient(180deg, #1c1e20 0%, #131517 100%)",
577
+ "surfaceLimeWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(187, 251, 12, 0.07) 0%, rgba(12, 251, 32, 0.01) 100%), radial-gradient(41.8% 183.68% at 10.4% 53.71%, rgba(197, 197, 197, 0.08) 0%, rgba(197, 197, 197, 0.01) 100%), linear-gradient(180deg, #1c1e20 0%, #131517 100%)",
578
+ "surfacePinkWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(237, 21, 114, 0.10) 0%, rgba(237, 21, 114, 0.01) 100%), linear-gradient(180deg, #1c1e20 0%, #131517 100%)",
579
+ "surfaceBlueWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(21, 68, 237, 0.10) 0%, rgba(21, 68, 237, 0.01) 100%), linear-gradient(180deg, #1c1e20 0%, #131517 100%)",
580
+ "surfaceSteelFlat": "linear-gradient(180deg, rgba(110, 145, 188, 0.02) 0%, rgba(110, 145, 188, 0.20) 100%), #1c1e20",
581
+ "surfacePlain": "linear-gradient(180deg, #1c1e20 0%, #131517 100%)",
582
+ "rimVertical": "linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.09) 18%, rgba(255, 255, 255, 0.03) 38%, rgba(255, 255, 255, 0) 72%)",
583
+ "rimDiagonal": "linear-gradient(225deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.10) 18%, rgba(255, 255, 255, 0.04) 42%, rgba(255, 255, 255, 0) 76%)",
584
+ "borderPink": "radial-gradient(86.59% 115.91% at 50% 45.45%, #fb398c 0%, #ed1572 100%)",
585
+ "borderBlue": "radial-gradient(86.59% 115.91% at 50% 45.45%, #245ef1 0%, #1544ed 100%)",
586
+ "pillLime": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(117, 239, 29, 0.6) 0%, rgba(194, 237, 21, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(200, 239, 29, 0.6) 0%, rgba(194, 237, 21, 0) 100%), linear-gradient(90deg, #d1fe17 0%, #d1fe17 100%)",
587
+ "pillBlue": "radial-gradient(ellipse 75% 300% at 73% 50%, #1d63ef 0%, #5150d0 45%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 30% 120% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), #0256fe",
588
+ "pillUltraviolet": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(29, 99, 239, 0.6) 0%, rgba(81, 80, 208, 0.45) 25%, rgba(133, 60, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(29, 99, 239, 0.6) 0%, rgba(133, 60, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), linear-gradient(90deg, #0256fe 0%, #0256fe 100%)",
589
+ "pillPink": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(239, 29, 186, 0.6) 0%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(176, 29, 239, 0.6) 0%, rgba(206, 25, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), linear-gradient(90deg, #ff005b 0%, #ff005b 100%)",
590
+ "offerBase": "radial-gradient(120% 90% at 50% 0%, #55142c 0%, #35101d 38%, #1e0c14 70%, #140a0f 100%)",
591
+ "offerFlash": "linear-gradient(0deg, rgba(255, 0, 91, 0.32) 0%, rgba(255, 0, 91, 0.016) 100%), linear-gradient(90deg, #0a0c0e 0%, #0a0c0e 100%)",
592
+ "offerDots": "radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.08) 1px, rgba(209, 254, 23, 0) 0)",
593
+ "offerCombo": "linear-gradient(135deg, #ff005b 0%, #d1004e 40%, #8b006a 100%)",
594
+ "tableCyan": "radial-gradient(211% 211% at 50.16% 100%, rgba(60, 140, 255, 0.20) 0%, rgba(60, 216, 255, 0.20) 100%), rgba(255, 255, 255, 0.05)",
595
+ "overlayDarken": "linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))"
596
+ },
597
+ "radius": {
598
+ "base": ".5rem",
599
+ "badge": "calc(.5rem * 0.75)",
600
+ "control": ".5rem",
601
+ "card": "calc(.5rem * 1.5)",
602
+ "media": "calc(.5rem * 2)",
603
+ "featuredCard": "calc(.5rem * 2.5)",
604
+ "mediaLg": "calc(.5rem * 3)",
605
+ "pill": "9999px"
606
+ },
607
+ "typography": {
608
+ "heading": "Satoshi,system-ui,sans-serif",
609
+ "display": "Oddval,Satoshi,system-ui,sans-serif",
610
+ "headingFa": "Morabba,Tahoma,sans-serif",
611
+ "displayFa": "Morabba,Tahoma,sans-serif",
612
+ "body": "{typography.fontFamily.body}",
613
+ "bodyFa": "{typography.fontFamily.bodyFa}",
614
+ "numeric": "Satoshi,system-ui,sans-serif",
615
+ "mono": "ui-monospace,SFMono-Regular,Menlo,Monaco,monospace"
616
+ }
617
+ };
618
+
619
+ export const themes = {
620
+ "default": {
621
+ "color": {
622
+ "page": {
623
+ "background": "#131517",
624
+ "foreground": "#e1e1e3"
625
+ },
626
+ "surface": {
627
+ "primary": {
628
+ "background": "#1c1e20",
629
+ "foreground": "#e1e1e3"
630
+ },
631
+ "secondary": {
632
+ "background": "#23262a",
633
+ "foreground": "#a1a1a5"
634
+ },
635
+ "tertiary": {
636
+ "background": "#0a0c0e",
637
+ "foreground": "#e1e1e3"
638
+ },
639
+ "elevated": {
640
+ "background": "#18191c",
641
+ "foreground": "#e1e1e3"
642
+ },
643
+ "glass": {
644
+ "background": "rgba(15, 17, 19, 0.88)",
645
+ "foreground": "#e1e1e3"
646
+ },
647
+ "brand": {
648
+ "background": "#d1fe17",
649
+ "foreground": "#131517"
650
+ }
651
+ },
652
+ "text": {
653
+ "primary": "#e1e1e3",
654
+ "secondary": "#a1a1a5",
655
+ "muted": "#898a8b",
656
+ "faint": "#737475",
657
+ "onBrand": "#131517",
658
+ "reverted": "#060515",
659
+ "danger": "#ff5462",
660
+ "warning": "#dfab01",
661
+ "success": "#4ee466",
662
+ "info": "#5b91fe"
663
+ },
664
+ "border": {
665
+ "default": "rgba(255, 255, 255, 0.15)",
666
+ "subtle": "rgba(255, 255, 255, 0.04)",
667
+ "mid": "rgba(255, 255, 255, 0.08)",
668
+ "danger": "#fa0019",
669
+ "warning": "#dfab01",
670
+ "success": "#2eb844",
671
+ "info": "#0256fe"
672
+ },
673
+ "interactive": {
674
+ "primary": {
675
+ "background": "#d1fe17",
676
+ "foreground": "#131517",
677
+ "hover": "#c4ee0b"
678
+ },
679
+ "secondary": {
680
+ "background": "#0256fe",
681
+ "foreground": "#ffffff",
682
+ "hover": "#245ef1"
683
+ }
684
+ },
685
+ "status": {
686
+ "danger": {
687
+ "background": "#5c000f",
688
+ "foreground": "#ff5462",
689
+ "border": "#fa0019",
690
+ "glow": "#ff1f2e"
691
+ },
692
+ "warning": {
693
+ "background": "#523f00",
694
+ "foreground": "#ffef33",
695
+ "border": "#dfab01",
696
+ "glow": "#fff05a"
697
+ },
698
+ "success": {
699
+ "background": "#0d4a17",
700
+ "foreground": "#4ee466",
701
+ "border": "#2eb844",
702
+ "glow": "#00e62e"
703
+ },
704
+ "info": {
705
+ "background": "#000d26",
706
+ "foreground": "#5b91fe",
707
+ "border": "#0256fe",
708
+ "glow": "#3cd8ff"
709
+ }
710
+ }
711
+ },
712
+ "gradient": {
713
+ "surfaceFeatured": "linear-gradient(225deg, rgba(209, 254, 23, 0.16) 0%, rgba(209, 254, 23, 0.08) 28%, rgba(209, 254, 23, 0) 62%), #18191c",
714
+ "surfacePinkHaze": "radial-gradient(145% 54% at 100% 0%, rgba(255, 0, 91, 0.32) 0%, rgba(255, 0, 91, 0.15) 42%, rgba(255, 0, 91, 0) 78%), #18191c",
715
+ "surfaceOlive": "linear-gradient(180deg, #1F2022 0%, #222420 55%, #272A20 100%)",
716
+ "surfaceOcean": "linear-gradient(180deg, #121D23 0%, #152026 45%, #1D282E 75%, #273238 100%)",
717
+ "surfaceSteel": "linear-gradient(180deg, #1F2024 0%, #232428 40%, #343539 75%, #48494D 100%)",
718
+ "surfaceBase": "linear-gradient(180deg, #1c1e20 0%, #131517 100%)",
719
+ "surfaceSoft": "radial-gradient(58% 220% at 3% 42%, rgba(255, 255, 255, 0.095) 0%, rgba(255, 255, 255, 0.035) 42%, rgba(255, 255, 255, 0.012) 100%), linear-gradient(180deg, #1c1e20 0%, #131517 100%)",
720
+ "surfaceLimeWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(187, 251, 12, 0.07) 0%, rgba(12, 251, 32, 0.01) 100%), radial-gradient(41.8% 183.68% at 10.4% 53.71%, rgba(197, 197, 197, 0.08) 0%, rgba(197, 197, 197, 0.01) 100%), linear-gradient(180deg, #1c1e20 0%, #131517 100%)",
721
+ "surfacePinkWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(237, 21, 114, 0.10) 0%, rgba(237, 21, 114, 0.01) 100%), linear-gradient(180deg, #1c1e20 0%, #131517 100%)",
722
+ "surfaceBlueWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(21, 68, 237, 0.10) 0%, rgba(21, 68, 237, 0.01) 100%), linear-gradient(180deg, #1c1e20 0%, #131517 100%)",
723
+ "surfaceSteelFlat": "linear-gradient(180deg, rgba(110, 145, 188, 0.02) 0%, rgba(110, 145, 188, 0.20) 100%), #1c1e20",
724
+ "surfacePlain": "linear-gradient(180deg, #1c1e20 0%, #131517 100%)",
725
+ "rimVertical": "linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.09) 18%, rgba(255, 255, 255, 0.03) 38%, rgba(255, 255, 255, 0) 72%)",
726
+ "rimDiagonal": "linear-gradient(225deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.10) 18%, rgba(255, 255, 255, 0.04) 42%, rgba(255, 255, 255, 0) 76%)",
727
+ "borderPink": "radial-gradient(86.59% 115.91% at 50% 45.45%, #fb398c 0%, #ed1572 100%)",
728
+ "borderBlue": "radial-gradient(86.59% 115.91% at 50% 45.45%, #245ef1 0%, #1544ed 100%)",
729
+ "pillLime": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(117, 239, 29, 0.6) 0%, rgba(194, 237, 21, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(200, 239, 29, 0.6) 0%, rgba(194, 237, 21, 0) 100%), linear-gradient(90deg, #d1fe17 0%, #d1fe17 100%)",
730
+ "pillBlue": "radial-gradient(ellipse 75% 300% at 73% 50%, #1d63ef 0%, #5150d0 45%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 30% 120% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), #0256fe",
731
+ "pillUltraviolet": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(29, 99, 239, 0.6) 0%, rgba(81, 80, 208, 0.45) 25%, rgba(133, 60, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(29, 99, 239, 0.6) 0%, rgba(133, 60, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), linear-gradient(90deg, #0256fe 0%, #0256fe 100%)",
732
+ "pillPink": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(239, 29, 186, 0.6) 0%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(176, 29, 239, 0.6) 0%, rgba(206, 25, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), linear-gradient(90deg, #ff005b 0%, #ff005b 100%)",
733
+ "offerBase": "radial-gradient(120% 90% at 50% 0%, #55142c 0%, #35101d 38%, #1e0c14 70%, #140a0f 100%)",
734
+ "offerFlash": "linear-gradient(0deg, rgba(255, 0, 91, 0.32) 0%, rgba(255, 0, 91, 0.016) 100%), linear-gradient(90deg, #0a0c0e 0%, #0a0c0e 100%)",
735
+ "offerDots": "radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.08) 1px, rgba(209, 254, 23, 0) 0)",
736
+ "offerCombo": "linear-gradient(135deg, #ff005b 0%, #d1004e 40%, #8b006a 100%)",
737
+ "tableCyan": "radial-gradient(211% 211% at 50.16% 100%, rgba(60, 140, 255, 0.20) 0%, rgba(60, 216, 255, 0.20) 100%), rgba(255, 255, 255, 0.05)",
738
+ "overlayDarken": "linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))"
739
+ },
740
+ "radius": {
741
+ "base": ".5rem"
742
+ },
743
+ "shadow": {
744
+ "cardFeatured": "0 1.5rem 4rem rgba(0, 0, 0, 0.24)",
745
+ "cardBase": "10px 34px 24px 0 rgba(0, 0, 0, 0.15)"
746
+ }
747
+ },
748
+ "light": {
749
+ "color": {
750
+ "page": {
751
+ "background": "#f8f9fa",
752
+ "foreground": "#131517"
753
+ },
754
+ "surface": {
755
+ "primary": {
756
+ "background": "#ffffff",
757
+ "foreground": "#131517"
758
+ },
759
+ "secondary": {
760
+ "background": "#e9ecef",
761
+ "foreground": "#495057"
762
+ },
763
+ "tertiary": {
764
+ "background": "#ffffff",
765
+ "foreground": "#131517"
766
+ },
767
+ "elevated": {
768
+ "background": "#ffffff",
769
+ "foreground": "#131517"
770
+ },
771
+ "glass": {
772
+ "background": "rgba(255, 255, 255, 0.88)",
773
+ "foreground": "#131517"
774
+ },
775
+ "brand": {
776
+ "background": "#386b00",
777
+ "foreground": "#ffffff"
778
+ }
779
+ },
780
+ "text": {
781
+ "primary": "#131517",
782
+ "secondary": "#495057",
783
+ "muted": "#6c757d",
784
+ "faint": "#adb5bd",
785
+ "onBrand": "#ffffff",
786
+ "reverted": "#ffffff",
787
+ "danger": "#c9184a",
788
+ "warning": "#b05d00",
789
+ "success": "#2d6a4f",
790
+ "info": "#00509d"
791
+ },
792
+ "border": {
793
+ "default": "rgba(0, 0, 0, 0.25)",
794
+ "subtle": "rgba(0, 0, 0, 0.08)",
795
+ "mid": "rgba(0, 0, 0, 0.15)",
796
+ "danger": "#c9184a",
797
+ "warning": "#b05d00",
798
+ "success": "#2d6a4f",
799
+ "info": "#00509d"
800
+ },
801
+ "interactive": {
802
+ "primary": {
803
+ "background": "#386b00",
804
+ "foreground": "#ffffff",
805
+ "hover": "#829b19"
806
+ },
807
+ "secondary": {
808
+ "background": "#0256fe",
809
+ "foreground": "#ffffff",
810
+ "hover": "#245ef1"
811
+ }
812
+ },
813
+ "status": {
814
+ "danger": {
815
+ "background": "#ffe3e3",
816
+ "foreground": "#a4161a",
817
+ "border": "#c9184a",
818
+ "glow": "#ff8787"
819
+ },
820
+ "warning": {
821
+ "background": "#fff3bf",
822
+ "foreground": "#8a4500",
823
+ "border": "#b05d00",
824
+ "glow": "#ffe066"
825
+ },
826
+ "success": {
827
+ "background": "#d3f9d8",
828
+ "foreground": "#1b4332",
829
+ "border": "#2d6a4f",
830
+ "glow": "#8ce99a"
831
+ },
832
+ "info": {
833
+ "background": "#e7f5ff",
834
+ "foreground": "#00296b",
835
+ "border": "#00509d",
836
+ "glow": "#74c0fc"
837
+ }
838
+ }
839
+ },
840
+ "gradient": {
841
+ "surfaceFeatured": "linear-gradient(225deg, rgba(209, 254, 23, 0.16) 0%, rgba(209, 254, 23, 0.08) 28%, rgba(209, 254, 23, 0) 62%), #ffffff",
842
+ "surfacePinkHaze": "radial-gradient(145% 54% at 100% 0%, rgba(255, 0, 91, 0.15) 0%, rgba(255, 0, 91, 0.15) 42%, rgba(255, 0, 91, 0) 78%), #ffffff",
843
+ "surfaceOlive": "linear-gradient(180deg, #f4f6f0 0%, #eaefe5 55%, #e2ebd9 100%)",
844
+ "surfaceOcean": "linear-gradient(180deg, #edf4f7 0%, #e2eff4 45%, #d5e7ef 75%, #c5dee9 100%)",
845
+ "surfaceSteel": "linear-gradient(180deg, #f1f3f6 0%, #e6e9ef 40%, #d9dde6 75%, #ccd1dc 100%)",
846
+ "surfaceBase": "linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%)",
847
+ "surfaceSoft": "radial-gradient(58% 220% at 3% 42%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 42%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%)",
848
+ "surfaceLimeWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(187, 251, 12, 0.07) 0%, rgba(12, 251, 32, 0.01) 100%), radial-gradient(41.8% 183.68% at 10.4% 53.71%, rgba(197, 197, 197, 0.08) 0%, rgba(197, 197, 197, 0.01) 100%), linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%)",
849
+ "surfacePinkWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(237, 21, 114, 0.10) 0%, rgba(237, 21, 114, 0.01) 100%), linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%)",
850
+ "surfaceBlueWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(21, 68, 237, 0.10) 0%, rgba(21, 68, 237, 0.01) 100%), linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%)",
851
+ "surfaceSteelFlat": "linear-gradient(180deg, rgba(110, 145, 188, 0.02) 0%, rgba(110, 145, 188, 0.20) 100%), #ffffff",
852
+ "surfacePlain": "linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%)",
853
+ "rimVertical": "linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.07) 18%, rgba(0, 0, 0, 0.04) 38%, rgba(209, 254, 23, 0) 72%)",
854
+ "rimDiagonal": "linear-gradient(225deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.07) 18%, rgba(0, 0, 0, 0.04) 42%, rgba(209, 254, 23, 0) 76%)",
855
+ "borderPink": "radial-gradient(86.59% 115.91% at 50% 45.45%, #fb398c 0%, #ed1572 100%)",
856
+ "borderBlue": "radial-gradient(86.59% 115.91% at 50% 45.45%, #245ef1 0%, #1544ed 100%)",
857
+ "pillLime": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(117, 239, 29, 0.6) 0%, rgba(194, 237, 21, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(200, 239, 29, 0.6) 0%, rgba(194, 237, 21, 0) 100%), linear-gradient(90deg, #386b00 0%, #386b00 100%)",
858
+ "pillBlue": "radial-gradient(ellipse 75% 300% at 73% 50%, #1d63ef 0%, #5150d0 45%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 30% 120% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), #0256fe",
859
+ "pillUltraviolet": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(29, 99, 239, 0.6) 0%, rgba(81, 80, 208, 0.45) 25%, rgba(133, 60, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(29, 99, 239, 0.6) 0%, rgba(133, 60, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), linear-gradient(90deg, #0256fe 0%, #0256fe 100%)",
860
+ "pillPink": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(239, 29, 186, 0.6) 0%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(176, 29, 239, 0.6) 0%, rgba(206, 25, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), linear-gradient(90deg, #ff005b 0%, #ff005b 100%)",
861
+ "offerBase": "radial-gradient(120% 90% at 50% 0%, #fce8ef 0%, #f8d4e2 38%, #f4c0d4 70%, #f0adc6 100%)",
862
+ "offerFlash": "linear-gradient(0deg, rgba(255, 0, 91, 0.15) 0%, rgba(209, 254, 23, 0) 100%), linear-gradient(90deg, #ffffff 0%, #ffffff 100%)",
863
+ "offerDots": "radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.07) 1px, rgba(209, 254, 23, 0) 0)",
864
+ "offerCombo": "linear-gradient(135deg, #ff005b 0%, #d1004e 40%, #8b006a 100%)",
865
+ "tableCyan": "radial-gradient(211% 211% at 50.16% 100%, {color.alpha.tableCyanLight} 0%, {color.alpha.tableCyanLight} 100%), rgba(255, 255, 255, 0.5)",
866
+ "overlayDarken": "linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5))"
867
+ },
868
+ "radius": {
869
+ "base": ".5rem"
870
+ },
871
+ "shadow": {
872
+ "cardFeatured": "0 1.5rem 4rem rgba(0, 0, 0, 0.24)",
873
+ "cardBase": "10px 34px 24px 0 rgba(0, 0, 0, 0.15)"
874
+ }
875
+ },
876
+ "midnight": {
877
+ "color": {
878
+ "page": {
879
+ "background": "#000000",
880
+ "foreground": "#ffffff"
881
+ },
882
+ "surface": {
883
+ "primary": {
884
+ "background": "#0c0c0c",
885
+ "foreground": "#ffffff"
886
+ },
887
+ "secondary": {
888
+ "background": "#161616",
889
+ "foreground": "#999999"
890
+ },
891
+ "tertiary": {
892
+ "background": "#040404",
893
+ "foreground": "#ffffff"
894
+ },
895
+ "elevated": {
896
+ "background": "#1e1e1e",
897
+ "foreground": "#ffffff"
898
+ },
899
+ "glass": {
900
+ "background": "rgba(0, 0, 0, 0.92)",
901
+ "foreground": "#ffffff"
902
+ },
903
+ "brand": {
904
+ "background": "#d1fe17",
905
+ "foreground": "#000000"
906
+ }
907
+ },
908
+ "text": {
909
+ "primary": "#ffffff",
910
+ "secondary": "#999999",
911
+ "muted": "#666666",
912
+ "faint": "#444444",
913
+ "onBrand": "#000000",
914
+ "reverted": "#000000",
915
+ "danger": "#ff5462",
916
+ "warning": "#dfab01",
917
+ "success": "#4ee466",
918
+ "info": "#5b91fe"
919
+ },
920
+ "border": {
921
+ "default": "rgba(255, 255, 255, 0.2)",
922
+ "subtle": "rgba(255, 255, 255, 0.08)",
923
+ "mid": "rgba(255, 255, 255, 0.12)",
924
+ "danger": "#fa0019",
925
+ "warning": "#dfab01",
926
+ "success": "#2eb844",
927
+ "info": "#0256fe"
928
+ },
929
+ "interactive": {
930
+ "primary": {
931
+ "background": "#d1fe17",
932
+ "foreground": "#000000",
933
+ "hover": "#c4ee0b"
934
+ },
935
+ "secondary": {
936
+ "background": "#0256fe",
937
+ "foreground": "#ffffff",
938
+ "hover": "#245ef1"
939
+ }
940
+ },
941
+ "status": {
942
+ "danger": {
943
+ "background": "#5c000f",
944
+ "foreground": "#ff5462",
945
+ "border": "#fa0019",
946
+ "glow": "#ff1f2e"
947
+ },
948
+ "warning": {
949
+ "background": "#523f00",
950
+ "foreground": "#ffef33",
951
+ "border": "#dfab01",
952
+ "glow": "#fff05a"
953
+ },
954
+ "success": {
955
+ "background": "#0d4a17",
956
+ "foreground": "#4ee466",
957
+ "border": "#2eb844",
958
+ "glow": "#00e62e"
959
+ },
960
+ "info": {
961
+ "background": "#000d26",
962
+ "foreground": "#5b91fe",
963
+ "border": "#0256fe",
964
+ "glow": "#3cd8ff"
965
+ }
966
+ }
967
+ },
968
+ "gradient": {
969
+ "surfaceFeatured": "linear-gradient(225deg, rgba(209, 254, 23, 0.16) 0%, rgba(209, 254, 23, 0.08) 28%, rgba(209, 254, 23, 0) 62%), #1e1e1e",
970
+ "surfacePinkHaze": "radial-gradient(145% 54% at 100% 0%, rgba(255, 0, 91, 0.32) 0%, rgba(255, 0, 91, 0.15) 42%, rgba(255, 0, 91, 0) 78%), #1e1e1e",
971
+ "surfaceOlive": "linear-gradient(180deg, #1F2022 0%, #222420 55%, #272A20 100%)",
972
+ "surfaceOcean": "linear-gradient(180deg, #121D23 0%, #152026 45%, #1D282E 75%, #273238 100%)",
973
+ "surfaceSteel": "linear-gradient(180deg, #1F2024 0%, #232428 40%, #343539 75%, #48494D 100%)",
974
+ "surfaceBase": "linear-gradient(180deg, #0c0c0c 0%, #000000 100%)",
975
+ "surfaceSoft": "radial-gradient(58% 220% at 3% 42%, rgba(255, 255, 255, 0.095) 0%, rgba(255, 255, 255, 0.035) 42%, rgba(255, 255, 255, 0.012) 100%), linear-gradient(180deg, #0c0c0c 0%, #000000 100%)",
976
+ "surfaceLimeWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(187, 251, 12, 0.07) 0%, rgba(12, 251, 32, 0.01) 100%), radial-gradient(41.8% 183.68% at 10.4% 53.71%, rgba(197, 197, 197, 0.08) 0%, rgba(197, 197, 197, 0.01) 100%), linear-gradient(180deg, #0c0c0c 0%, #000000 100%)",
977
+ "surfacePinkWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(237, 21, 114, 0.10) 0%, rgba(237, 21, 114, 0.01) 100%), linear-gradient(180deg, #0c0c0c 0%, #000000 100%)",
978
+ "surfaceBlueWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(21, 68, 237, 0.10) 0%, rgba(21, 68, 237, 0.01) 100%), linear-gradient(180deg, #0c0c0c 0%, #000000 100%)",
979
+ "surfaceSteelFlat": "linear-gradient(180deg, rgba(110, 145, 188, 0.02) 0%, rgba(110, 145, 188, 0.20) 100%), #0c0c0c",
980
+ "surfacePlain": "linear-gradient(180deg, #0c0c0c 0%, #000000 100%)",
981
+ "rimVertical": "linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.09) 18%, rgba(255, 255, 255, 0.03) 38%, rgba(255, 255, 255, 0) 72%)",
982
+ "rimDiagonal": "linear-gradient(225deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.10) 18%, rgba(255, 255, 255, 0.04) 42%, rgba(255, 255, 255, 0) 76%)",
983
+ "borderPink": "radial-gradient(86.59% 115.91% at 50% 45.45%, #fb398c 0%, #ed1572 100%)",
984
+ "borderBlue": "radial-gradient(86.59% 115.91% at 50% 45.45%, #245ef1 0%, #1544ed 100%)",
985
+ "pillLime": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(117, 239, 29, 0.6) 0%, rgba(194, 237, 21, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(200, 239, 29, 0.6) 0%, rgba(194, 237, 21, 0) 100%), linear-gradient(90deg, #d1fe17 0%, #d1fe17 100%)",
986
+ "pillBlue": "radial-gradient(ellipse 75% 300% at 73% 50%, #1d63ef 0%, #5150d0 45%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 30% 120% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), #0256fe",
987
+ "pillUltraviolet": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(29, 99, 239, 0.6) 0%, rgba(81, 80, 208, 0.45) 25%, rgba(133, 60, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(29, 99, 239, 0.6) 0%, rgba(133, 60, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), linear-gradient(90deg, #0256fe 0%, #0256fe 100%)",
988
+ "pillPink": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(239, 29, 186, 0.6) 0%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(176, 29, 239, 0.6) 0%, rgba(206, 25, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), linear-gradient(90deg, #ff005b 0%, #ff005b 100%)",
989
+ "offerBase": "radial-gradient(120% 90% at 50% 0%, #55142c 0%, #35101d 38%, #1e0c14 70%, #140a0f 100%)",
990
+ "offerFlash": "linear-gradient(0deg, rgba(255, 0, 91, 0.32) 0%, rgba(255, 0, 91, 0.016) 100%), linear-gradient(90deg, #040404 0%, #040404 100%)",
991
+ "offerDots": "radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.08) 1px, rgba(209, 254, 23, 0) 0)",
992
+ "offerCombo": "linear-gradient(135deg, #ff005b 0%, #d1004e 40%, #8b006a 100%)",
993
+ "tableCyan": "radial-gradient(211% 211% at 50.16% 100%, rgba(60, 140, 255, 0.20) 0%, rgba(60, 216, 255, 0.20) 100%), rgba(255, 255, 255, 0.08)",
994
+ "overlayDarken": "linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))"
995
+ },
996
+ "radius": {
997
+ "base": ".5rem"
998
+ },
999
+ "shadow": {
1000
+ "cardFeatured": "0 1.5rem 4rem rgba(0, 0, 0, 0.24)",
1001
+ "cardBase": "10px 34px 24px 0 rgba(0, 0, 0, 0.15)"
1002
+ }
1003
+ },
1004
+ "neon": {
1005
+ "color": {
1006
+ "page": {
1007
+ "background": "#08090a",
1008
+ "foreground": "#f0f6fc"
1009
+ },
1010
+ "surface": {
1011
+ "primary": {
1012
+ "background": "#12151a",
1013
+ "foreground": "#f0f6fc"
1014
+ },
1015
+ "secondary": {
1016
+ "background": "#181c24",
1017
+ "foreground": "#9db1c5"
1018
+ },
1019
+ "tertiary": {
1020
+ "background": "#040506",
1021
+ "foreground": "#f0f6fc"
1022
+ },
1023
+ "elevated": {
1024
+ "background": "#1c212b",
1025
+ "foreground": "#f0f6fc"
1026
+ },
1027
+ "glass": {
1028
+ "background": "rgba(8, 9, 10, 0.9)",
1029
+ "foreground": "#f0f6fc"
1030
+ },
1031
+ "brand": {
1032
+ "background": "#00ff66",
1033
+ "foreground": "#131517"
1034
+ }
1035
+ },
1036
+ "text": {
1037
+ "primary": "#f0f6fc",
1038
+ "secondary": "#9db1c5",
1039
+ "muted": "#697e94",
1040
+ "faint": "#465668",
1041
+ "onBrand": "#131517",
1042
+ "reverted": "#ffffff",
1043
+ "danger": "#ff007f",
1044
+ "warning": "#ffef33",
1045
+ "success": "#00ff66",
1046
+ "info": "#00f0ff"
1047
+ },
1048
+ "border": {
1049
+ "default": "rgba(0, 240, 255, 0.45)",
1050
+ "subtle": "rgba(0, 240, 255, 0.15)",
1051
+ "mid": "rgba(0, 240, 255, 0.25)",
1052
+ "danger": "#ff007f",
1053
+ "warning": "#dfab01",
1054
+ "success": "#00ff66",
1055
+ "info": "#00f0ff"
1056
+ },
1057
+ "interactive": {
1058
+ "primary": {
1059
+ "background": "#00ff66",
1060
+ "foreground": "#131517",
1061
+ "hover": "#c4ee0b"
1062
+ },
1063
+ "secondary": {
1064
+ "background": "#00f0ff",
1065
+ "foreground": "#131517",
1066
+ "hover": "#9ce6f3"
1067
+ }
1068
+ },
1069
+ "status": {
1070
+ "danger": {
1071
+ "background": "#5c000f",
1072
+ "foreground": "#ff5462",
1073
+ "border": "#ff007f",
1074
+ "glow": "#ff007f"
1075
+ },
1076
+ "warning": {
1077
+ "background": "#523f00",
1078
+ "foreground": "#ffef33",
1079
+ "border": "#dfab01",
1080
+ "glow": "#fff05a"
1081
+ },
1082
+ "success": {
1083
+ "background": "#0d4a17",
1084
+ "foreground": "#00ff66",
1085
+ "border": "#00ff66",
1086
+ "glow": "#00ff66"
1087
+ },
1088
+ "info": {
1089
+ "background": "#000d26",
1090
+ "foreground": "#00f0ff",
1091
+ "border": "#00f0ff",
1092
+ "glow": "#00f0ff"
1093
+ }
1094
+ }
1095
+ },
1096
+ "gradient": {
1097
+ "surfaceFeatured": "linear-gradient(225deg, rgba(209, 254, 23, 0.16) 0%, rgba(209, 254, 23, 0.08) 28%, rgba(209, 254, 23, 0) 62%), #1c212b",
1098
+ "surfacePinkHaze": "radial-gradient(145% 54% at 100% 0%, rgba(255, 0, 91, 0.32) 0%, rgba(255, 0, 91, 0.15) 42%, rgba(255, 0, 91, 0) 78%), #1c212b",
1099
+ "surfaceOlive": "linear-gradient(180deg, #1F2022 0%, #222420 55%, #272A20 100%)",
1100
+ "surfaceOcean": "linear-gradient(180deg, #121D23 0%, #152026 45%, #1D282E 75%, #273238 100%)",
1101
+ "surfaceSteel": "linear-gradient(180deg, #1F2024 0%, #232428 40%, #343539 75%, #48494D 100%)",
1102
+ "surfaceBase": "linear-gradient(180deg, #12151a 0%, #08090a 100%)",
1103
+ "surfaceSoft": "radial-gradient(58% 220% at 3% 42%, rgba(255, 255, 255, 0.095) 0%, rgba(255, 255, 255, 0.035) 42%, rgba(255, 255, 255, 0.012) 100%), linear-gradient(180deg, #12151a 0%, #08090a 100%)",
1104
+ "surfaceLimeWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(187, 251, 12, 0.07) 0%, rgba(12, 251, 32, 0.01) 100%), radial-gradient(41.8% 183.68% at 10.4% 53.71%, rgba(197, 197, 197, 0.08) 0%, rgba(197, 197, 197, 0.01) 100%), linear-gradient(180deg, #12151a 0%, #08090a 100%)",
1105
+ "surfacePinkWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(237, 21, 114, 0.10) 0%, rgba(237, 21, 114, 0.01) 100%), linear-gradient(180deg, #12151a 0%, #08090a 100%)",
1106
+ "surfaceBlueWash": "radial-gradient(56.49% 230.73% at 2.37% 40.91%, rgba(21, 68, 237, 0.10) 0%, rgba(21, 68, 237, 0.01) 100%), linear-gradient(180deg, #12151a 0%, #08090a 100%)",
1107
+ "surfaceSteelFlat": "linear-gradient(180deg, rgba(110, 145, 188, 0.02) 0%, rgba(110, 145, 188, 0.20) 100%), #12151a",
1108
+ "surfacePlain": "linear-gradient(180deg, #12151a 0%, #08090a 100%)",
1109
+ "rimVertical": "linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.09) 18%, rgba(255, 255, 255, 0.03) 38%, rgba(255, 255, 255, 0) 72%)",
1110
+ "rimDiagonal": "linear-gradient(225deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.10) 18%, rgba(255, 255, 255, 0.04) 42%, rgba(255, 255, 255, 0) 76%)",
1111
+ "borderPink": "radial-gradient(86.59% 115.91% at 50% 45.45%, #ff007f 0%, #ed1572 100%)",
1112
+ "borderBlue": "radial-gradient(86.59% 115.91% at 50% 45.45%, #00f0ff 0%, #1544ed 100%)",
1113
+ "pillLime": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(117, 239, 29, 0.6) 0%, rgba(194, 237, 21, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(200, 239, 29, 0.6) 0%, rgba(194, 237, 21, 0) 100%), linear-gradient(90deg, #00ff66 0%, #00ff66 100%)",
1114
+ "pillBlue": "radial-gradient(ellipse 75% 300% at 73% 50%, #1d63ef 0%, #5150d0 45%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 30% 120% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), #00f0ff",
1115
+ "pillUltraviolet": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(29, 99, 239, 0.6) 0%, rgba(81, 80, 208, 0.45) 25%, rgba(133, 60, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(29, 99, 239, 0.6) 0%, rgba(133, 60, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), linear-gradient(90deg, #00f0ff 0%, #00f0ff 100%)",
1116
+ "pillPink": "radial-gradient(ellipse 55% 95% at 73% 50%, rgba(239, 29, 186, 0.6) 0%, rgba(237, 21, 114, 0) 100%), radial-gradient(ellipse 25% 42% at 85% 37%, rgba(255, 255, 255, 0.6) 0%, rgba(209, 254, 23, 0) 100%), radial-gradient(ellipse 33% 70% at 12% 76%, rgba(176, 29, 239, 0.6) 0%, rgba(206, 25, 176, 0.3) 50%, rgba(237, 21, 114, 0) 100%), linear-gradient(90deg, #ff007f 0%, #ff007f 100%)",
1117
+ "offerBase": "radial-gradient(120% 90% at 50% 0%, #55142c 0%, #35101d 38%, #1e0c14 70%, #140a0f 100%)",
1118
+ "offerFlash": "linear-gradient(0deg, rgba(255, 0, 91, 0.32) 0%, rgba(255, 0, 91, 0.016) 100%), linear-gradient(90deg, #040506 0%, #040506 100%)",
1119
+ "offerDots": "radial-gradient(circle at 1px 1px, rgba(0, 240, 255, 0.15) 1px, rgba(209, 254, 23, 0) 0)",
1120
+ "offerCombo": "linear-gradient(135deg, #ff007f 0%, #d1004e 40%, #8b006a 100%)",
1121
+ "tableCyan": "radial-gradient(211% 211% at 50.16% 100%, rgba(60, 140, 255, 0.20) 0%, rgba(60, 216, 255, 0.20) 100%), rgba(0, 240, 255, 0.15)",
1122
+ "overlayDarken": "linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))"
1123
+ },
1124
+ "radius": {
1125
+ "base": ".5rem"
1126
+ },
1127
+ "shadow": {
1128
+ "cardFeatured": "0 1.5rem 4rem rgba(0, 0, 0, 0.24)",
1129
+ "cardBase": "10px 34px 24px 0 rgba(0, 0, 0, 0.15)"
1130
+ }
1131
+ }
1132
+ };
1133
+
1134
+ export const tokens = {
1135
+ core,
1136
+ semantic,
1137
+ themes,
1138
+ defaultTheme: themes.default,
1139
+ lightTheme: themes.light
1140
+ };
1141
+
1142
+ export default tokens;