@elevasis/ui 1.21.0 → 1.23.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.
Files changed (47) hide show
  1. package/dist/charts/index.js +2 -2
  2. package/dist/{chunk-CYJILY7M.js → chunk-5266RV46.js} +2 -2
  3. package/dist/{chunk-V422ET6W.js → chunk-7TLPKXC2.js} +2 -2
  4. package/dist/{chunk-UZWZY7TJ.js → chunk-HOYZWSNV.js} +90 -79
  5. package/dist/{chunk-BC6TJEON.js → chunk-IAZT3VO6.js} +157 -38
  6. package/dist/{chunk-2WLVOFK7.js → chunk-MRBYKPRI.js} +4 -3
  7. package/dist/{chunk-FVBYSDM4.js → chunk-N5SDJP44.js} +1 -1
  8. package/dist/{chunk-3DIU726S.js → chunk-NVSKJG3L.js} +25 -4
  9. package/dist/{chunk-NL6EFQYE.js → chunk-PCOE5EBU.js} +4 -4
  10. package/dist/{chunk-MOBXWBES.js → chunk-QGQECEOT.js} +458 -411
  11. package/dist/{chunk-CRFV2TVK.js → chunk-U3LCNE7V.js} +2 -2
  12. package/dist/{chunk-ST2RSBQ3.js → chunk-VDGE7JR6.js} +3 -3
  13. package/dist/components/index.css +0 -3
  14. package/dist/components/index.d.ts +37 -37
  15. package/dist/components/index.js +13 -15
  16. package/dist/features/auth/index.css +0 -3
  17. package/dist/features/dashboard/index.css +0 -3
  18. package/dist/features/dashboard/index.js +6 -7
  19. package/dist/features/monitoring/index.css +0 -3
  20. package/dist/features/monitoring/index.js +7 -8
  21. package/dist/features/operations/index.css +0 -3
  22. package/dist/features/operations/index.js +8 -9
  23. package/dist/features/settings/index.css +0 -3
  24. package/dist/features/settings/index.js +6 -7
  25. package/dist/hooks/index.css +0 -3
  26. package/dist/hooks/index.d.ts +1 -1
  27. package/dist/hooks/index.js +3 -4
  28. package/dist/hooks/published.css +0 -3
  29. package/dist/hooks/published.d.ts +1 -1
  30. package/dist/hooks/published.js +3 -4
  31. package/dist/index.css +0 -3
  32. package/dist/index.d.ts +2 -2
  33. package/dist/index.js +4 -5
  34. package/dist/layout/index.d.ts +1 -1
  35. package/dist/layout/index.js +1 -2
  36. package/dist/provider/index.css +0 -3
  37. package/dist/provider/index.d.ts +1 -1
  38. package/dist/provider/index.js +3 -4
  39. package/dist/provider/published.d.ts +1 -1
  40. package/dist/theme/index.d.ts +1 -1
  41. package/dist/theme/index.js +3 -3
  42. package/dist/types/index.d.ts +1 -1
  43. package/package.json +3 -3
  44. package/dist/chunk-R3R367QY.js +0 -14
  45. package/dist/theme/presets/synapse.d.ts +0 -10
  46. package/dist/theme/presets/synapse.d.ts.map +0 -1
  47. package/dist/theme/presets/synapse.js +0 -75
@@ -1,4 +1,4 @@
1
- import { CyberBackground, WaveBackground } from './chunk-3DIU726S.js';
1
+ import { AppBackground, CyberBackground, WaveBackground } from './chunk-NVSKJG3L.js';
2
2
  import { createElement, Fragment, createContext, useRef, useEffect, useContext } from 'react';
3
3
  import { jsxs, Fragment as Fragment$1, jsx } from 'react/jsx-runtime';
4
4
  import { Tooltip, Text, Tabs, Table, Stack, SimpleGrid, Select, Combobox, SegmentedControl, ScrollArea, Paper, Popover, Notification, Modal, Menu, Input, HoverCard, Group, Grid, Flex, Code, Divider, Card, Button, Accordion, createTheme } from '@mantine/core';
@@ -64,11 +64,118 @@ function generateShades(hex) {
64
64
  ];
65
65
  return targets.map((tl) => hslToHex(h, s, tl));
66
66
  }
67
+ var STYLE = `
68
+ /* NOTE: does not neutralize AppShellContainer's background paint, unlike
69
+ ChromeBackground / ConstellationBackground. AmbientBloom is designed to
70
+ compose *above* existing background layers (CyberBackground's grid,
71
+ ConstellationBackground's canvas), so it must not knock out the base
72
+ color paint the sibling background relies on. */
73
+ .elevasis-ambient-bloom {
74
+ display: none;
75
+ position: fixed;
76
+ inset: 0;
77
+ pointer-events: none;
78
+ overflow: hidden;
79
+ }
80
+ [data-mantine-color-scheme="dark"] .elevasis-ambient-bloom {
81
+ display: block;
82
+ }
83
+ [data-mantine-color-scheme="dark"] .elevasis-ambient-bloom-lobe {
84
+ mix-blend-mode: screen;
85
+ }
86
+ @keyframes elevasis-ambient-bloom-a {
87
+ 0%, 100% { transform: translate(0, 0) scale(1); }
88
+ 33% { transform: translate(4%, -5%) scale(1.08); }
89
+ 66% { transform: translate(-5%, 4%) scale(0.94); }
90
+ }
91
+ @keyframes elevasis-ambient-bloom-b {
92
+ 0%, 100% { transform: translate(0, 0) scale(1); }
93
+ 50% { transform: translate(-6%, 6%) scale(1.12); }
94
+ }
95
+ @keyframes elevasis-ambient-bloom-c {
96
+ 0%, 100% { transform: translate(0, 0) scale(1); }
97
+ 40% { transform: translate(5%, 4%) scale(0.9); }
98
+ 80% { transform: translate(-4%, -6%) scale(1.08); }
99
+ }
100
+ @media (prefers-reduced-motion: reduce) {
101
+ .elevasis-ambient-bloom-lobe { animation: none !important; }
102
+ }
103
+ `;
104
+ function AmbientBloom({
105
+ color = "var(--color-primary)",
106
+ intensity = 0.08
107
+ }) {
108
+ const primaryPct = `${Math.round(intensity * 100)}%`;
109
+ const secondaryPct = `${Math.round(intensity * 80)}%`;
110
+ const tertiaryPct = `${Math.round(intensity * 60)}%`;
111
+ return /* @__PURE__ */ jsxs(Fragment$1, { children: [
112
+ /* @__PURE__ */ jsx("style", { children: STYLE }),
113
+ /* @__PURE__ */ jsxs("div", { className: "elevasis-ambient-bloom", "aria-hidden": "true", children: [
114
+ /* @__PURE__ */ jsx(
115
+ "div",
116
+ {
117
+ className: "elevasis-ambient-bloom-lobe",
118
+ style: {
119
+ position: "absolute",
120
+ top: "-30%",
121
+ left: "0%",
122
+ width: "100%",
123
+ height: "92%",
124
+ background: `radial-gradient(ellipse at center, color-mix(in srgb, ${color} ${primaryPct}, transparent) 0%, transparent 60%)`,
125
+ filter: "blur(80px)",
126
+ animation: "elevasis-ambient-bloom-a 32s ease-in-out infinite",
127
+ willChange: "transform"
128
+ }
129
+ }
130
+ ),
131
+ /* @__PURE__ */ jsx(
132
+ "div",
133
+ {
134
+ className: "elevasis-ambient-bloom-lobe",
135
+ style: {
136
+ position: "absolute",
137
+ top: "15%",
138
+ right: "-20%",
139
+ width: "88%",
140
+ height: "82%",
141
+ background: `radial-gradient(ellipse at center, color-mix(in srgb, ${color} ${secondaryPct}, transparent) 0%, transparent 65%)`,
142
+ filter: "blur(90px)",
143
+ animation: "elevasis-ambient-bloom-b 40s ease-in-out infinite",
144
+ willChange: "transform"
145
+ }
146
+ }
147
+ ),
148
+ /* @__PURE__ */ jsx(
149
+ "div",
150
+ {
151
+ className: "elevasis-ambient-bloom-lobe",
152
+ style: {
153
+ position: "absolute",
154
+ top: "15%",
155
+ left: "-15%",
156
+ width: "82%",
157
+ height: "78%",
158
+ background: `radial-gradient(ellipse at center, color-mix(in srgb, ${color} ${tertiaryPct}, transparent) 0%, transparent 60%)`,
159
+ filter: "blur(100px)",
160
+ animation: "elevasis-ambient-bloom-c 36s ease-in-out infinite",
161
+ willChange: "transform"
162
+ }
163
+ }
164
+ )
165
+ ] })
166
+ ] });
167
+ }
67
168
 
68
169
  // src/theme/presets/default.ts
69
170
  var defaultPreset = {
70
171
  subtitleFontFamily: '"Inter", sans-serif',
71
172
  fontImports: ["https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"],
173
+ background: createElement(
174
+ Fragment,
175
+ null,
176
+ createElement(AppBackground),
177
+ createElement(AmbientBloom, { intensity: 0.06, color: "#606468" })
178
+ ),
72
179
  light: {
73
180
  primary: "#0099ff",
74
181
  primaryContrast: "#ffffff",
@@ -78,14 +185,14 @@ var defaultPreset = {
78
185
  text: "#212529",
79
186
  textDimmed: "#495057",
80
187
  textSubtle: "#868e96",
81
- border: "#ddd",
188
+ border: "rgba(0, 0, 0, 0.09)",
82
189
  error: "#dc3545",
83
190
  warning: "#fd7e14",
84
191
  success: "#28a745",
85
- glassBackground: "rgba(252, 252, 252, 0.6)",
86
- glassBlur: "blur(10px)",
87
- shadow: "0px 3px 5px -4px rgba(0, 0, 0, 0.18)",
88
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.02), 0 8px 16px rgba(0, 0, 0, 0.02)",
192
+ glassBackground: "rgba(245, 245, 247, 0.72)",
193
+ glassBlur: "blur(20px) saturate(160%)",
194
+ shadow: "0px 1px 2px rgba(0, 0, 0, 0.06), 0px 6px 16px -4px rgba(0, 0, 0, 0.10)",
195
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.03), 0 6px 16px rgba(0, 0, 0, 0.04), 0 16px 32px -8px rgba(0, 0, 0, 0.04)",
89
196
  durationFast: "150ms",
90
197
  durationNormal: "250ms",
91
198
  easing: "cubic-bezier(0.4, 0, 0.2, 1)",
@@ -97,19 +204,19 @@ var defaultPreset = {
97
204
  primary: "#0099ff",
98
205
  primaryContrast: "#ffffff",
99
206
  background: "#040404",
100
- surface: "#111112",
101
- surfaceHover: "#191919",
207
+ surface: "rgba(16, 16, 18, 0.52)",
208
+ surfaceHover: "rgba(24, 24, 26, 0.56)",
102
209
  text: "#ffffff",
103
210
  textDimmed: "#c1c2c5",
104
211
  textSubtle: "#999999",
105
- border: "#1C1C1C",
212
+ border: "rgba(255, 255, 255, 0.02)",
106
213
  error: "#ff5252",
107
214
  warning: "#ff9800",
108
215
  success: "#4caf50",
109
- glassBackground: "rgba(15, 15, 15, 0.6)",
110
- glassBlur: "blur(10px)",
111
- shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
112
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
216
+ glassBackground: "rgba(16, 16, 18, 0.55)",
217
+ glassBlur: "blur(22px) saturate(160%)",
218
+ shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 8px 24px -8px rgba(0, 0, 0, 0.5), 0px 20px 48px -16px rgba(0, 0, 0, 0.35)",
219
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.10), inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
113
220
  durationFast: "150ms",
114
221
  durationNormal: "250ms",
115
222
  easing: "cubic-bezier(0.4, 0, 0.2, 1)",
@@ -118,9 +225,13 @@ var defaultPreset = {
118
225
  fontSans: 'Roboto, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif'
119
226
  }
120
227
  };
121
-
122
- // src/theme/presets/tactical.ts
123
228
  var tacticalPreset = {
229
+ background: createElement(
230
+ Fragment,
231
+ null,
232
+ createElement(AppBackground),
233
+ createElement(AmbientBloom, { intensity: 0.07, color: "#5A6070" })
234
+ ),
124
235
  light: {
125
236
  primary: "#0099ff",
126
237
  primaryContrast: "#ffffff",
@@ -130,14 +241,14 @@ var tacticalPreset = {
130
241
  text: "#0F1319",
131
242
  textDimmed: "#3B4559",
132
243
  textSubtle: "#5D677B",
133
- border: "#C5CCD6",
244
+ border: "rgba(15, 19, 25, 0.14)",
134
245
  error: "#D32F2F",
135
246
  warning: "#ED6C02",
136
247
  success: "#2E7D32",
137
- glassBackground: "rgba(243, 243, 246, 0.6)",
138
- glassBlur: "blur(14px)",
139
- shadow: "0px 2px 4px -2px rgba(15, 19, 25, 0.12)",
140
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(15, 19, 25, 0.06), 0 4px 8px rgba(15, 19, 25, 0.04)",
248
+ glassBackground: "rgba(243, 243, 245, 0.70)",
249
+ glassBlur: "blur(20px) saturate(160%)",
250
+ shadow: "0px 1px 2px rgba(15, 19, 25, 0.06), 0px 6px 16px -4px rgba(15, 19, 25, 0.10)",
251
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(15, 19, 25, 0.06), 0 6px 16px rgba(15, 19, 25, 0.05), 0 16px 32px -8px rgba(15, 19, 25, 0.04)",
141
252
  durationFast: "100ms",
142
253
  durationNormal: "180ms",
143
254
  easing: "cubic-bezier(0.22, 0, 0.1, 1)",
@@ -148,18 +259,18 @@ var tacticalPreset = {
148
259
  dark: {
149
260
  primary: "#0099ff",
150
261
  primaryContrast: "#ffffff",
151
- background: "#020305",
152
- surface: "rgba(15, 17, 25, 0.3)",
153
- surfaceHover: "rgba(28, 30, 40, 0.5)",
154
- text: "#EFF2F7",
155
- textDimmed: "#B0BCD2",
156
- textSubtle: "#8898AE",
157
- border: "#181C2D",
262
+ background: "#030304",
263
+ surface: "rgba(18, 19, 21, 0.3)",
264
+ surfaceHover: "rgba(32, 33, 36, 0.5)",
265
+ text: "#EFF1F4",
266
+ textDimmed: "#B0B8C4",
267
+ textSubtle: "#8890A0",
268
+ border: "rgba(136, 144, 160, 0.02)",
158
269
  error: "#FF4757",
159
270
  warning: "#FFA502",
160
271
  success: "#2ED573",
161
- glassBackground: "rgba(14, 15, 22, 0.5)",
162
- glassBlur: "blur(18px) saturate(180%)",
272
+ glassBackground: "rgba(14, 15, 17, 0.66)",
273
+ glassBlur: "blur(24px) saturate(170%)",
163
274
  shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
164
275
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
165
276
  durationFast: "100ms",
@@ -178,9 +289,13 @@ var tacticalPreset = {
178
289
  },
179
290
  fontImports: ["https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;600;700&display=swap"]
180
291
  };
181
-
182
- // src/theme/presets/regal.ts
183
292
  var regalPreset = {
293
+ background: createElement(
294
+ Fragment,
295
+ null,
296
+ createElement(AppBackground),
297
+ createElement(AmbientBloom, { intensity: 0.12, color: "#606870" })
298
+ ),
184
299
  light: {
185
300
  primary: "#B8922F",
186
301
  primaryContrast: "#ffffff",
@@ -190,14 +305,14 @@ var regalPreset = {
190
305
  text: "#2E2E30",
191
306
  textDimmed: "#50505A",
192
307
  textSubtle: "#8E8E96",
193
- border: "#CCCCD2",
308
+ border: "rgba(46, 46, 48, 0.12)",
194
309
  error: "#A83232",
195
310
  warning: "#B87A1A",
196
311
  success: "#3A7A3A",
197
- glassBackground: "rgba(247, 247, 248, 0.6)",
198
- glassBlur: "blur(12px)",
199
- shadow: "0px 2px 6px -2px rgba(20, 20, 20, 0.12)",
200
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(20, 20, 20, 0.06), 0 4px 8px rgba(20, 20, 20, 0.04)",
312
+ glassBackground: "rgba(247, 247, 245, 0.70)",
313
+ glassBlur: "blur(22px) saturate(160%)",
314
+ shadow: "0px 1px 2px rgba(20, 20, 20, 0.06), 0px 6px 16px -4px rgba(20, 20, 20, 0.10)",
315
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(20, 20, 20, 0.06), 0 6px 16px rgba(20, 20, 20, 0.05), 0 16px 32px -8px rgba(20, 20, 20, 0.04)",
201
316
  durationFast: "180ms",
202
317
  durationNormal: "320ms",
203
318
  easing: "cubic-bezier(0.25, 0.1, 0.25, 1)",
@@ -206,22 +321,22 @@ var regalPreset = {
206
321
  fontSans: '"Inter", sans-serif'
207
322
  },
208
323
  dark: {
209
- primary: "#AE8730",
210
- primaryContrast: "#1A1400",
324
+ primary: "#C9A044",
325
+ primaryContrast: "#0A0800",
211
326
  background: "#000000",
212
- surface: "#0E0E0E",
213
- surfaceHover: "#181818",
214
- text: "#F5EEE0",
215
- textDimmed: "#C8BA98",
216
- textSubtle: "#A89880",
217
- border: "#1D1D1D",
327
+ surface: "transparent",
328
+ surfaceHover: "rgba(22, 23, 26, 0.12)",
329
+ text: "#E8E6E2",
330
+ textDimmed: "#A0A0A0",
331
+ textSubtle: "#707070",
332
+ border: "rgba(255, 255, 255, 0.02)",
218
333
  error: "#E05252",
219
334
  warning: "#D4943C",
220
335
  success: "#4AA84A",
221
- glassBackground: "rgba(14, 14, 14, 0.6)",
222
- glassBlur: "blur(14px)",
223
- shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
224
- cardShadow: "inset 0 1px 0 rgba(212, 168, 67, 0.08), inset 0 0 0 1px rgba(212, 168, 67, 0.04), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
336
+ glassBackground: "rgba(16, 17, 20, 0.36)",
337
+ glassBlur: "blur(22px) saturate(180%)",
338
+ shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 8px 24px -8px rgba(0, 0, 0, 0.5), 0px 20px 48px -16px rgba(0, 0, 0, 0.35)",
339
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
225
340
  durationFast: "180ms",
226
341
  durationNormal: "320ms",
227
342
  easing: "cubic-bezier(0.25, 0.1, 0.25, 1)",
@@ -244,109 +359,6 @@ var regalPreset = {
244
359
  "https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap"
245
360
  ]
246
361
  };
247
- var STYLE = `
248
- /* NOTE: does not neutralize AppShellContainer's background paint, unlike
249
- ChromeBackground / ConstellationBackground. AmbientBloom is designed to
250
- compose *above* existing background layers (CyberBackground's grid,
251
- ConstellationBackground's canvas), so it must not knock out the base
252
- color paint the sibling background relies on. */
253
- .elevasis-ambient-bloom {
254
- display: none;
255
- position: fixed;
256
- inset: 0;
257
- pointer-events: none;
258
- overflow: hidden;
259
- }
260
- [data-mantine-color-scheme="dark"] .elevasis-ambient-bloom {
261
- display: block;
262
- }
263
- [data-mantine-color-scheme="dark"] .elevasis-ambient-bloom-lobe {
264
- mix-blend-mode: screen;
265
- }
266
- @keyframes elevasis-ambient-bloom-a {
267
- 0%, 100% { transform: translate(0, 0) scale(1); }
268
- 33% { transform: translate(4%, -5%) scale(1.08); }
269
- 66% { transform: translate(-5%, 4%) scale(0.94); }
270
- }
271
- @keyframes elevasis-ambient-bloom-b {
272
- 0%, 100% { transform: translate(0, 0) scale(1); }
273
- 50% { transform: translate(-6%, 6%) scale(1.12); }
274
- }
275
- @keyframes elevasis-ambient-bloom-c {
276
- 0%, 100% { transform: translate(0, 0) scale(1); }
277
- 40% { transform: translate(5%, 4%) scale(0.9); }
278
- 80% { transform: translate(-4%, -6%) scale(1.08); }
279
- }
280
- @media (prefers-reduced-motion: reduce) {
281
- .elevasis-ambient-bloom-lobe { animation: none !important; }
282
- }
283
- `;
284
- function AmbientBloom({
285
- color = "var(--color-primary)",
286
- intensity = 0.08
287
- }) {
288
- const primaryPct = `${Math.round(intensity * 100)}%`;
289
- const secondaryPct = `${Math.round(intensity * 80)}%`;
290
- const tertiaryPct = `${Math.round(intensity * 60)}%`;
291
- return /* @__PURE__ */ jsxs(Fragment$1, { children: [
292
- /* @__PURE__ */ jsx("style", { children: STYLE }),
293
- /* @__PURE__ */ jsxs("div", { className: "elevasis-ambient-bloom", "aria-hidden": "true", children: [
294
- /* @__PURE__ */ jsx(
295
- "div",
296
- {
297
- className: "elevasis-ambient-bloom-lobe",
298
- style: {
299
- position: "absolute",
300
- top: "-30%",
301
- left: "5%",
302
- width: "85%",
303
- height: "85%",
304
- background: `radial-gradient(ellipse at center, color-mix(in srgb, ${color} ${primaryPct}, transparent) 0%, transparent 60%)`,
305
- filter: "blur(80px)",
306
- animation: "elevasis-ambient-bloom-a 32s ease-in-out infinite",
307
- willChange: "transform"
308
- }
309
- }
310
- ),
311
- /* @__PURE__ */ jsx(
312
- "div",
313
- {
314
- className: "elevasis-ambient-bloom-lobe",
315
- style: {
316
- position: "absolute",
317
- top: "15%",
318
- right: "-15%",
319
- width: "75%",
320
- height: "75%",
321
- background: `radial-gradient(ellipse at center, color-mix(in srgb, ${color} ${secondaryPct}, transparent) 0%, transparent 65%)`,
322
- filter: "blur(90px)",
323
- animation: "elevasis-ambient-bloom-b 40s ease-in-out infinite",
324
- willChange: "transform"
325
- }
326
- }
327
- ),
328
- /* @__PURE__ */ jsx(
329
- "div",
330
- {
331
- className: "elevasis-ambient-bloom-lobe",
332
- style: {
333
- position: "absolute",
334
- bottom: "-25%",
335
- left: "25%",
336
- width: "70%",
337
- height: "70%",
338
- background: `radial-gradient(ellipse at center, color-mix(in srgb, ${color} ${tertiaryPct}, transparent) 0%, transparent 60%)`,
339
- filter: "blur(100px)",
340
- animation: "elevasis-ambient-bloom-c 36s ease-in-out infinite",
341
- willChange: "transform"
342
- }
343
- }
344
- )
345
- ] })
346
- ] });
347
- }
348
-
349
- // src/theme/presets/cyber-volt.ts
350
362
  var cyberVoltPreset = {
351
363
  background: createElement(
352
364
  Fragment,
@@ -391,8 +403,8 @@ var cyberVoltPreset = {
391
403
  error: "#FF1744",
392
404
  warning: "#FF9100",
393
405
  success: "#00E676",
394
- glassBackground: "rgba(6, 14, 20, 0.32)",
395
- glassBlur: "blur(28px) saturate(200%)",
406
+ glassBackground: "rgba(6, 14, 20, 0.3)",
407
+ glassBlur: "blur(18px) saturate(180%)",
396
408
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
397
409
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(0, 229, 255, 0.06), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
398
410
  durationFast: "80ms",
@@ -426,17 +438,17 @@ var STYLE2 = `
426
438
 
427
439
  /* ============ Light mode variant palettes ============ */
428
440
  [data-mantine-color-scheme="light"] .chrome-bg-root[data-variant="midnight"] {
429
- --chrome-base: #F7F5FF;
430
- --chrome-origin-glow: rgba(221, 214, 254, 0.5);
431
- --chrome-vignette: rgba(30, 15, 60, 0.05);
432
- --chrome-beam-1: #A78BFA;
433
- --chrome-beam-2: #C4B5FD;
434
- --chrome-beam-3: #818CF8;
435
- --chrome-beam-4: #A78BFA;
436
- --chrome-beam-5: #8B5CF6;
437
- --chrome-beam-6: #C4B5FD;
438
- --chrome-beam-7: #818CF8;
439
- --chrome-beam-8: #A78BFA;
441
+ --chrome-base: #F3F5FA;
442
+ --chrome-origin-glow: rgba(180, 198, 220, 0.5);
443
+ --chrome-vignette: rgba(15, 25, 45, 0.05);
444
+ --chrome-beam-1: #7B93B8;
445
+ --chrome-beam-2: #94A8C8;
446
+ --chrome-beam-3: #6B84AD;
447
+ --chrome-beam-4: #8298BA;
448
+ --chrome-beam-5: #5F7FA8;
449
+ --chrome-beam-6: #94A8C8;
450
+ --chrome-beam-7: #6B84AD;
451
+ --chrome-beam-8: #7B93B8;
440
452
  }
441
453
  [data-mantine-color-scheme="light"] .chrome-bg-root[data-variant="aurora"] {
442
454
  --chrome-base: #F2F8F5;
@@ -480,17 +492,17 @@ var STYLE2 = `
480
492
 
481
493
  /* ============ Dark mode variant palettes ============ */
482
494
  [data-mantine-color-scheme="dark"] .chrome-bg-root[data-variant="midnight"] {
483
- --chrome-base: #050610;
495
+ --chrome-base: #050A14;
484
496
  --chrome-origin-glow: rgba(100, 116, 139, 0.06);
485
497
  --chrome-vignette: rgba(0, 0, 0, 0.4);
486
498
  --chrome-beam-1: #1E293B;
487
499
  --chrome-beam-2: #334155;
488
- --chrome-beam-3: #3B3B5C;
489
- --chrome-beam-4: #3730A3;
500
+ --chrome-beam-3: #2A3A52;
501
+ --chrome-beam-4: #1E3A5F;
490
502
  --chrome-beam-5: #475569;
491
- --chrome-beam-6: #312E81;
492
- --chrome-beam-7: #4C4A6E;
493
- --chrome-beam-8: #1E1B4B;
503
+ --chrome-beam-6: #1C3452;
504
+ --chrome-beam-7: #3A4D66;
505
+ --chrome-beam-8: #152840;
494
506
  }
495
507
  [data-mantine-color-scheme="dark"] .chrome-bg-root[data-variant="aurora"] {
496
508
  --chrome-base: #020807;
@@ -655,6 +667,20 @@ var STYLE2 = `
655
667
  opacity: 0.1;
656
668
  }
657
669
 
670
+ /* Aurora dark mode: softer beams to reduce ambient bloom */
671
+ [data-mantine-color-scheme="dark"] .chrome-bg-root[data-variant="aurora"] .chrome-bg-beam-1,
672
+ [data-mantine-color-scheme="dark"] .chrome-bg-root[data-variant="aurora"] .chrome-bg-beam-3,
673
+ [data-mantine-color-scheme="dark"] .chrome-bg-root[data-variant="aurora"] .chrome-bg-beam-5,
674
+ [data-mantine-color-scheme="dark"] .chrome-bg-root[data-variant="aurora"] .chrome-bg-beam-7 {
675
+ opacity: 0.07;
676
+ }
677
+ [data-mantine-color-scheme="dark"] .chrome-bg-root[data-variant="aurora"] .chrome-bg-beam-2,
678
+ [data-mantine-color-scheme="dark"] .chrome-bg-root[data-variant="aurora"] .chrome-bg-beam-4,
679
+ [data-mantine-color-scheme="dark"] .chrome-bg-root[data-variant="aurora"] .chrome-bg-beam-6,
680
+ [data-mantine-color-scheme="dark"] .chrome-bg-root[data-variant="aurora"] .chrome-bg-beam-8 {
681
+ opacity: 0.06;
682
+ }
683
+
658
684
  @keyframes chrome-rotate {
659
685
  from { transform: rotate(0deg); }
660
686
  to { transform: rotate(360deg); }
@@ -719,7 +745,7 @@ var auroraPreset = {
719
745
  text: "#E0F2F1",
720
746
  textDimmed: "#80CBC4",
721
747
  textSubtle: "#68C8BE",
722
- border: "rgba(128, 203, 196, 0.07)",
748
+ border: "rgba(128, 203, 196, 0.04)",
723
749
  error: "#F87171",
724
750
  warning: "#FBBF24",
725
751
  success: "#4ADE80",
@@ -784,7 +810,7 @@ var roseGoldPreset = {
784
810
  text: "#F5E8E6",
785
811
  textDimmed: "#D8B8B2",
786
812
  textSubtle: "#B89A94",
787
- border: "rgba(216, 184, 178, 0.07)",
813
+ border: "rgba(216, 184, 178, 0.05)",
788
814
  error: "#F87171",
789
815
  warning: "#FBBF24",
790
816
  success: "#4ADE80",
@@ -816,22 +842,22 @@ var midnightPreset = {
816
842
  ],
817
843
  background: createElement(ChromeBackground, { variant: "midnight" }),
818
844
  light: {
819
- primary: "#475569",
845
+ primary: "#4A5B7A",
820
846
  primaryContrast: "#ffffff",
821
- background: "#F5F3FF",
847
+ background: "#F3F5FA",
822
848
  surface: "transparent",
823
849
  surfaceHover: "rgba(71, 85, 105, 0.08)",
824
- text: "#0F0A1E",
825
- textDimmed: "#3D3758",
826
- textSubtle: "#6B6480",
827
- border: "rgba(15, 10, 30, 0.08)",
850
+ text: "#0A1020",
851
+ textDimmed: "#374358",
852
+ textSubtle: "#64708A",
853
+ border: "rgba(10, 16, 32, 0.08)",
828
854
  error: "#DC2626",
829
855
  warning: "#F59E0B",
830
856
  success: "#16A34A",
831
- glassBackground: "rgba(245, 243, 255, 0.55)",
857
+ glassBackground: "rgba(243, 245, 250, 0.55)",
832
858
  glassBlur: "blur(28px) saturate(180%)",
833
- shadow: "0px 1px 2px rgba(15, 10, 30, 0.04), 0px 8px 24px -8px rgba(139, 92, 246, 0.14)",
834
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(15, 10, 30, 0.05), 0 10px 28px -6px rgba(15, 10, 30, 0.08), 0 30px 56px -14px rgba(139, 92, 246, 0.18)",
859
+ shadow: "0px 1px 2px rgba(10, 16, 32, 0.04), 0px 8px 24px -8px rgba(92, 136, 210, 0.14)",
860
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(10, 16, 32, 0.05), 0 10px 28px -6px rgba(10, 16, 32, 0.08), 0 30px 56px -14px rgba(92, 136, 210, 0.18)",
835
861
  durationFast: "160ms",
836
862
  durationNormal: "280ms",
837
863
  easing: "cubic-bezier(0.4, 0, 0.2, 1)",
@@ -840,19 +866,19 @@ var midnightPreset = {
840
866
  fontSans: '"Inter", sans-serif'
841
867
  },
842
868
  dark: {
843
- primary: "#64748B",
869
+ primary: "#7888A8",
844
870
  primaryContrast: "#F1F5F9",
845
- background: "#060712",
871
+ background: "#060A14",
846
872
  surface: "transparent",
847
873
  surfaceHover: "#171A24",
848
874
  text: "#F1F5F9",
849
875
  textDimmed: "#CBD5E1",
850
876
  textSubtle: "#94A3B8",
851
- border: "rgba(203, 213, 225, 0.07)",
877
+ border: "rgba(193, 203, 215, 0.01)",
852
878
  error: "#F87171",
853
879
  warning: "#FBBF24",
854
880
  success: "#4ADE80",
855
- glassBackground: "rgba(12, 14, 22, 0.35)",
881
+ glassBackground: "rgba(12, 14, 22, 0.33)",
856
882
  glassBlur: "blur(28px) saturate(180%)",
857
883
  shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
858
884
  cardShadow: "inset 0 1px 0 rgba(203, 213, 225, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 2px 8px rgba(0, 0, 0, 0.45), 0 14px 34px -6px rgba(0, 0, 0, 0.55), 0 36px 68px -14px rgba(0, 0, 0, 0.45), 0 48px 96px -24px rgba(100, 116, 139, 0.12)",
@@ -937,78 +963,6 @@ var emberPreset = {
937
963
  }
938
964
  }
939
965
  };
940
- var honeyPreset = {
941
- subtitleFontFamily: '"Outfit", sans-serif',
942
- fontImports: [
943
- "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700&display=swap",
944
- "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap",
945
- "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap"
946
- ],
947
- background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
948
- /* @__PURE__ */ jsx(WaveBackground, { variant: "honey" }),
949
- /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.1 })
950
- ] }),
951
- light: {
952
- primary: "#A06A08",
953
- primaryContrast: "#ffffff",
954
- background: "#FCF9F2",
955
- surface: "transparent",
956
- surfaceHover: "rgba(160, 106, 8, 0.08)",
957
- text: "#2A1F0A",
958
- textDimmed: "#5C4820",
959
- textSubtle: "#8A7450",
960
- border: "rgba(42, 31, 10, 0.08)",
961
- error: "#C62828",
962
- warning: "#E65100",
963
- success: "#33691E",
964
- glassBackground: "rgba(251, 247, 240, 0.68)",
965
- glassBlur: "blur(24px) saturate(180%)",
966
- shadow: "0px 1px 2px rgba(42, 31, 10, 0.04), 0px 8px 24px -8px rgba(160, 106, 8, 0.12)",
967
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(42, 31, 10, 0.04), 0 8px 24px -8px rgba(160, 106, 8, 0.12), 0 24px 48px -16px rgba(160, 106, 8, 0.08)",
968
- durationFast: "140ms",
969
- durationNormal: "260ms",
970
- easing: "cubic-bezier(0.4, 0, 0.2, 1)",
971
- destructiveFg: "#ffffff",
972
- fontHeading: '"Syne", sans-serif',
973
- fontSans: '"Inter", sans-serif'
974
- },
975
- dark: {
976
- primary: "#E8A820",
977
- primaryContrast: "#1A1200",
978
- background: "#000000",
979
- surface: "transparent",
980
- surfaceHover: "#1C1808",
981
- text: "#FDF0D0",
982
- textDimmed: "#D8C070",
983
- textSubtle: "#B8A060",
984
- border: "rgba(216, 192, 112, 0.1)",
985
- error: "#EF5350",
986
- warning: "#FF8A65",
987
- success: "#8BC34A",
988
- glassBackground: "rgba(22, 19, 9, 0.35)",
989
- glassBlur: "blur(24px) saturate(180%)",
990
- shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
991
- cardShadow: "inset 0 1px 0 rgba(232, 168, 32, 0.08), inset 0 0 0 1px rgba(232, 168, 32, 0.04), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
992
- durationFast: "140ms",
993
- durationNormal: "260ms",
994
- easing: "cubic-bezier(0.4, 0, 0.2, 1)",
995
- destructiveFg: "#ffffff",
996
- fontHeading: '"Syne", sans-serif',
997
- fontSans: '"Inter", sans-serif'
998
- },
999
- framework: {
1000
- defaultRadius: "xl",
1001
- fontFamily: '"Inter", sans-serif',
1002
- headings: {
1003
- fontFamily: '"Syne", sans-serif'
1004
- },
1005
- components: {
1006
- Title: {
1007
- styles: { root: { letterSpacing: "-0.06em" } }
1008
- }
1009
- }
1010
- }
1011
- };
1012
966
  var canopyPreset = {
1013
967
  subtitleFontFamily: '"Lora", serif',
1014
968
  fontImports: [
@@ -1047,17 +1001,17 @@ var canopyPreset = {
1047
1001
  dark: {
1048
1002
  primary: "#4AA860",
1049
1003
  primaryContrast: "#ffffff",
1050
- background: "#000000",
1004
+ background: "#060A07",
1051
1005
  surface: "transparent",
1052
1006
  surfaceHover: "#162818",
1053
1007
  text: "#E0F0E4",
1054
1008
  textDimmed: "#98C8A4",
1055
1009
  textSubtle: "#80A090",
1056
- border: "rgba(152, 200, 164, 0.1)",
1010
+ border: "rgba(152, 200, 164, 0.09)",
1057
1011
  error: "#EF5350",
1058
1012
  warning: "#FF8A65",
1059
1013
  success: "#8BC34A",
1060
- glassBackground: "rgba(16, 23, 18, 0.35)",
1014
+ glassBackground: "rgba(16, 23, 18, 0.42)",
1061
1015
  glassBlur: "blur(18px) saturate(180%)",
1062
1016
  shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
1063
1017
  cardShadow: "inset 0 1px 0 rgba(74, 168, 96, 0.08), inset 0 0 0 1px rgba(74, 168, 96, 0.04), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
@@ -1077,9 +1031,13 @@ var canopyPreset = {
1077
1031
  }
1078
1032
  }
1079
1033
  };
1080
-
1081
- // src/theme/presets/slate.ts
1082
1034
  var slatePreset = {
1035
+ background: createElement(
1036
+ Fragment,
1037
+ null,
1038
+ createElement(AppBackground),
1039
+ createElement(AmbientBloom, { intensity: 0.06 })
1040
+ ),
1083
1041
  light: {
1084
1042
  primary: "#4A6E8E",
1085
1043
  primaryContrast: "#ffffff",
@@ -1089,14 +1047,14 @@ var slatePreset = {
1089
1047
  text: "#161C22",
1090
1048
  textDimmed: "#404C58",
1091
1049
  textSubtle: "#6A7A88",
1092
- border: "#C8D0D8",
1050
+ border: "rgba(22, 28, 34, 0.14)",
1093
1051
  error: "#D32F2F",
1094
1052
  warning: "#F57C00",
1095
1053
  success: "#388E3C",
1096
- glassBackground: "rgba(243, 244, 246, 0.6)",
1097
- glassBlur: "blur(10px)",
1098
- shadow: "0px 2px 4px -2px rgba(74, 110, 142, 0.08)",
1099
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(22, 28, 34, 0.05), 0 4px 8px rgba(22, 28, 34, 0.04)",
1054
+ glassBackground: "rgba(243, 244, 246, 0.70)",
1055
+ glassBlur: "blur(20px) saturate(160%)",
1056
+ shadow: "0px 1px 2px rgba(22, 28, 34, 0.05), 0px 6px 16px -4px rgba(22, 28, 34, 0.08)",
1057
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(22, 28, 34, 0.05), 0 6px 16px rgba(22, 28, 34, 0.05), 0 16px 32px -8px rgba(22, 28, 34, 0.04)",
1100
1058
  durationFast: "110ms",
1101
1059
  durationNormal: "200ms",
1102
1060
  easing: "cubic-bezier(0.22, 0, 0.1, 1)",
@@ -1113,12 +1071,12 @@ var slatePreset = {
1113
1071
  text: "#E8F0F8",
1114
1072
  textDimmed: "#A8C4DC",
1115
1073
  textSubtle: "#80A0B0",
1116
- border: "#182028",
1074
+ border: "rgba(128, 160, 176, 0.07)",
1117
1075
  error: "#FF5252",
1118
1076
  warning: "#FFB74D",
1119
1077
  success: "#69F0AE",
1120
- glassBackground: "rgba(12, 16, 22, 0.65)",
1121
- glassBlur: "blur(14px)",
1078
+ glassBackground: "rgba(14, 17, 22, 0.58)",
1079
+ glassBlur: "blur(22px) saturate(160%)",
1122
1080
  shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
1123
1081
  cardShadow: "inset 0 1px 0 rgba(123, 158, 188, 0.08), inset 0 0 0 1px rgba(123, 158, 188, 0.04), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
1124
1082
  durationFast: "110ms",
@@ -1146,7 +1104,7 @@ var cyberStrikePreset = {
1146
1104
  Fragment,
1147
1105
  null,
1148
1106
  createElement(CyberBackground, { variant: "strike" }),
1149
- createElement(AmbientBloom, { intensity: 0.12 })
1107
+ createElement(AmbientBloom, { intensity: 0.16 })
1150
1108
  ),
1151
1109
  light: {
1152
1110
  primary: "#FF1744",
@@ -1161,10 +1119,10 @@ var cyberStrikePreset = {
1161
1119
  error: "#FF1744",
1162
1120
  warning: "#FF9100",
1163
1121
  success: "#00E676",
1164
- glassBackground: "rgba(255, 248, 250, 0.25)",
1165
- glassBlur: "blur(8px) saturate(180%)",
1166
- shadow: "0px 2px 6px rgba(0, 0, 0, 0.05), 0px 20px 48px -8px rgba(0, 0, 0, 0.14)",
1167
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.03), 0 8px 24px -8px rgba(0, 0, 0, 0.06), 0 20px 48px -16px rgba(0, 0, 0, 0.04)",
1122
+ glassBackground: "rgba(255, 248, 250, 0.55)",
1123
+ glassBlur: "blur(26px) saturate(180%)",
1124
+ shadow: "0px 1px 2px rgba(0, 0, 0, 0.04), 0px 8px 24px -8px rgba(0, 0, 0, 0.10)",
1125
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px -8px rgba(0, 0, 0, 0.08), 0 24px 48px -16px rgba(0, 0, 0, 0.06)",
1168
1126
  durationFast: "80ms",
1169
1127
  durationNormal: "160ms",
1170
1128
  easing: "cubic-bezier(0.16, 1, 0.3, 1)",
@@ -1175,20 +1133,20 @@ var cyberStrikePreset = {
1175
1133
  dark: {
1176
1134
  primary: "#FF1744",
1177
1135
  primaryContrast: "#ffffff",
1178
- background: "#060404",
1136
+ background: "#050303",
1179
1137
  surface: "transparent",
1180
1138
  surfaceHover: "rgba(255, 23, 68, 0.06)",
1181
1139
  text: "#FAE0E4",
1182
1140
  textDimmed: "#F0A0B0",
1183
1141
  textSubtle: "#8E6068",
1184
- border: "rgba(255, 43, 88, 0.19)",
1142
+ border: "rgba(200, 175, 180, 0.10)",
1185
1143
  error: "#FF1744",
1186
1144
  warning: "#FF9100",
1187
1145
  success: "#00E676",
1188
- glassBackground: "rgba(24, 16, 20, 0.32)",
1189
- glassBlur: "blur(28px) saturate(200%)",
1190
- shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1191
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(255, 23, 68, 0.06), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1146
+ glassBackground: "rgba(20, 14, 18, 0.42)",
1147
+ glassBlur: "blur(28px) saturate(180%)",
1148
+ shadow: "0 1px 2px rgba(0, 0, 0, 0.5), 0 8px 24px -8px rgba(0, 0, 0, 0.5), 0 20px 48px -16px rgba(0, 0, 0, 0.4)",
1149
+ cardShadow: "inset 0 1px 0 rgba(230, 200, 210, 0.10), inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 2px 8px rgba(0, 0, 0, 0.5), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
1192
1150
  durationFast: "80ms",
1193
1151
  durationNormal: "160ms",
1194
1152
  easing: "cubic-bezier(0.16, 1, 0.3, 1)",
@@ -1231,7 +1189,7 @@ var cyberChromePreset = {
1231
1189
  warning: "#FF9100",
1232
1190
  success: "#00E676",
1233
1191
  glassBackground: "rgba(241, 243, 245, 0.28)",
1234
- glassBlur: "blur(8px) saturate(160%)",
1192
+ glassBlur: "blur(18px) saturate(180%)",
1235
1193
  shadow: "0px 2px 6px rgba(0, 0, 0, 0.05), 0px 20px 48px -8px rgba(0, 0, 0, 0.14)",
1236
1194
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.03), 0 8px 24px -8px rgba(0, 0, 0, 0.06), 0 20px 48px -16px rgba(0, 0, 0, 0.04)",
1237
1195
  durationFast: "80ms",
@@ -1244,7 +1202,7 @@ var cyberChromePreset = {
1244
1202
  dark: {
1245
1203
  primary: "#94A3B8",
1246
1204
  primaryContrast: "#0B0E12",
1247
- background: "#05070A",
1205
+ background: "#010204",
1248
1206
  surface: "transparent",
1249
1207
  surfaceHover: "rgba(148, 165, 184, 0.06)",
1250
1208
  text: "#E8EEF5",
@@ -1255,7 +1213,7 @@ var cyberChromePreset = {
1255
1213
  warning: "#FF9100",
1256
1214
  success: "#00E676",
1257
1215
  glassBackground: "rgba(14, 18, 24, 0.34)",
1258
- glassBlur: "blur(28px) saturate(160%)",
1216
+ glassBlur: "blur(28px) saturate(180%)",
1259
1217
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1260
1218
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(148, 165, 184, 0.07), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1261
1219
  durationFast: "80ms",
@@ -1289,7 +1247,7 @@ var cyberVoidPreset = {
1289
1247
  Fragment,
1290
1248
  null,
1291
1249
  createElement(CyberBackground, { variant: "void" }),
1292
- createElement(AmbientBloom, { intensity: 0.12 })
1250
+ createElement(AmbientBloom, { intensity: 0.13 })
1293
1251
  ),
1294
1252
  light: {
1295
1253
  primary: "#2979FF",
@@ -1304,7 +1262,7 @@ var cyberVoidPreset = {
1304
1262
  error: "#FF1744",
1305
1263
  warning: "#FF9100",
1306
1264
  success: "#00E676",
1307
- glassBackground: "rgba(245, 248, 253, 0.25)",
1265
+ glassBackground: "rgba(245, 248, 253, 0.28)",
1308
1266
  glassBlur: "blur(8px) saturate(180%)",
1309
1267
  shadow: "0px 2px 6px rgba(0, 0, 0, 0.05), 0px 20px 48px -8px rgba(0, 0, 0, 0.14)",
1310
1268
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.03), 0 8px 24px -8px rgba(0, 0, 0, 0.06), 0 20px 48px -16px rgba(0, 0, 0, 0.04)",
@@ -1318,20 +1276,20 @@ var cyberVoidPreset = {
1318
1276
  dark: {
1319
1277
  primary: "#2979FF",
1320
1278
  primaryContrast: "#ffffff",
1321
- background: "#030507",
1279
+ background: "#020406",
1322
1280
  surface: "transparent",
1323
- surfaceHover: "rgba(41, 121, 255, 0.06)",
1281
+ surfaceHover: "rgba(41, 121, 255, 0.08)",
1324
1282
  text: "#E0EAFA",
1325
1283
  textDimmed: "#99BBEE",
1326
1284
  textSubtle: "#5E7898",
1327
- border: "rgba(51, 131, 255, 0.2)",
1285
+ border: "rgba(41, 121, 255, 0.18)",
1328
1286
  error: "#FF1744",
1329
1287
  warning: "#FF9100",
1330
1288
  success: "#00E676",
1331
- glassBackground: "rgba(11, 15, 27, 0.32)",
1332
- glassBlur: "blur(28px) saturate(200%)",
1289
+ glassBackground: "rgba(11, 14, 16, 0.3)",
1290
+ glassBlur: "blur(18px) saturate(180%)",
1333
1291
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1334
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(41, 121, 255, 0.06), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1292
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(41, 121, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1335
1293
  durationFast: "80ms",
1336
1294
  durationNormal: "160ms",
1337
1295
  easing: "cubic-bezier(0.16, 1, 0.3, 1)",
@@ -1345,6 +1303,11 @@ var cyberVoidPreset = {
1345
1303
  headings: {
1346
1304
  fontFamily: '"Share Tech Mono", monospace',
1347
1305
  fontWeight: "400"
1306
+ },
1307
+ components: {
1308
+ Title: {
1309
+ styles: { root: { letterSpacing: "-0.05em" } }
1310
+ }
1348
1311
  }
1349
1312
  },
1350
1313
  fontImports: [
@@ -1389,17 +1352,17 @@ var nirvanaPreset = {
1389
1352
  dark: {
1390
1353
  primary: "#f23801",
1391
1354
  primaryContrast: "#ffffff",
1392
- background: "#000000",
1355
+ background: "#080605",
1393
1356
  surface: "transparent",
1394
1357
  surfaceHover: "#1a1a1a",
1395
1358
  text: "#ffffff",
1396
1359
  textDimmed: "#c8ccd0",
1397
1360
  textSubtle: "#8a8f95",
1398
- border: "rgba(255, 255, 255, 0.08)",
1361
+ border: "rgba(255, 255, 255, 0.07)",
1399
1362
  error: "#ff5252",
1400
1363
  warning: "#ff9800",
1401
1364
  success: "#4caf50",
1402
- glassBackground: "rgba(20, 20, 22, 0.35)",
1365
+ glassBackground: "rgba(20, 20, 22, 0.42)",
1403
1366
  glassBlur: "blur(18px) saturate(180%)",
1404
1367
  shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
1405
1368
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
@@ -1426,7 +1389,7 @@ var wavePreset = {
1426
1389
  ],
1427
1390
  background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
1428
1391
  /* @__PURE__ */ jsx(WaveBackground, { variant: "wave" }),
1429
- /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.1 })
1392
+ /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.08 })
1430
1393
  ] }),
1431
1394
  light: {
1432
1395
  primary: "#2563eb",
@@ -1455,17 +1418,17 @@ var wavePreset = {
1455
1418
  dark: {
1456
1419
  primary: "#60a5fa",
1457
1420
  primaryContrast: "#000000",
1458
- background: "#000000",
1421
+ background: "#030507",
1459
1422
  surface: "transparent",
1460
1423
  surfaceHover: "#141f36",
1461
1424
  text: "#f1f5f9",
1462
1425
  textDimmed: "#cbd5e1",
1463
1426
  textSubtle: "#94a3b8",
1464
- border: "rgba(148, 163, 184, 0.1)",
1427
+ border: "rgba(148, 163, 184, 0.03)",
1465
1428
  error: "#f87171",
1466
1429
  warning: "#fbbf24",
1467
1430
  success: "#4ade80",
1468
- glassBackground: "rgba(16, 16, 18, 0.38)",
1431
+ glassBackground: "rgba(16, 20, 30, 0.42)",
1469
1432
  glassBlur: "blur(18px) saturate(180%)",
1470
1433
  shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
1471
1434
  cardShadow: "inset 0 1px 0 rgba(148, 197, 255, 0.08), inset 0 0 0 1px rgba(148, 197, 255, 0.04), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
@@ -1748,7 +1711,7 @@ var synapsePreset = {
1748
1711
  text: "#ECFEFF",
1749
1712
  textDimmed: "#A5F3FC",
1750
1713
  textSubtle: "#5F8A94",
1751
- border: "rgba(34, 211, 238, 0.1)",
1714
+ border: "rgba(34, 211, 238, 0.07)",
1752
1715
  error: "#F87171",
1753
1716
  warning: "#FBBF24",
1754
1717
  success: "#4ADE80",
@@ -1773,13 +1736,13 @@ var synapsePreset = {
1773
1736
  }
1774
1737
  };
1775
1738
  var CORTEX_DARK = {
1776
- bgStops: ["rgba(4, 10, 26, 1)", "rgba(2, 5, 14, 1)", "rgba(0, 0, 0, 1)"],
1777
- paletteA: [59, 130, 246],
1778
- // blue-500
1779
- paletteB: [96, 165, 250],
1780
- // blue-400 (lighter)
1781
- paletteC: [14, 165, 233],
1782
- // sky-500
1739
+ bgStops: ["rgba(6, 10, 20, 1)", "rgba(3, 6, 14, 1)", "rgba(0, 0, 0, 1)"],
1740
+ paletteA: [90, 120, 180],
1741
+ // muted slate-blue
1742
+ paletteB: [110, 140, 195],
1743
+ // lighter slate-blue
1744
+ paletteC: [60, 130, 175],
1745
+ // muted teal-blue
1783
1746
  lineOpacity: 0.22,
1784
1747
  haloOpacity: 0.22,
1785
1748
  coreOpacity: 0.8,
@@ -1789,13 +1752,13 @@ var CORTEX_DARK = {
1789
1752
  coreBrightenB: 20
1790
1753
  };
1791
1754
  var CORTEX_LIGHT = {
1792
- bgStops: ["rgba(240, 246, 255, 1)", "rgba(224, 234, 250, 1)", "rgba(200, 218, 240, 1)"],
1793
- paletteA: [37, 99, 235],
1794
- // blue-600
1795
- paletteB: [29, 78, 216],
1796
- // blue-700
1797
- paletteC: [2, 132, 199],
1798
- // sky-600
1755
+ bgStops: ["rgba(243, 245, 250, 1)", "rgba(228, 234, 244, 1)", "rgba(208, 218, 232, 1)"],
1756
+ paletteA: [55, 85, 150],
1757
+ // muted blue
1758
+ paletteB: [45, 72, 135],
1759
+ // deeper muted blue
1760
+ paletteC: [40, 110, 160],
1761
+ // muted teal
1799
1762
  lineOpacity: 0.22,
1800
1763
  haloOpacity: 0.14,
1801
1764
  coreOpacity: 0.7,
@@ -1810,28 +1773,28 @@ var cortexPreset = {
1810
1773
  "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap",
1811
1774
  "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
1812
1775
  ],
1813
- colors: ["#3B82F6", "#02050E", "#F0F6FF"],
1776
+ colors: ["#5A78B4", "#02050E", "#F3F5FA"],
1814
1777
  background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
1815
1778
  /* @__PURE__ */ jsx(ConstellationBackground, { darkPalette: CORTEX_DARK, lightPalette: CORTEX_LIGHT }),
1816
- /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.1 })
1779
+ /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.12 })
1817
1780
  ] }),
1818
1781
  light: {
1819
- primary: "#2563EB",
1782
+ primary: "#3D6098",
1820
1783
  primaryContrast: "#ffffff",
1821
- background: "#F0F6FF",
1784
+ background: "#F3F5FA",
1822
1785
  surface: "transparent",
1823
- surfaceHover: "rgba(37, 99, 235, 0.08)",
1786
+ surfaceHover: "rgba(61, 96, 152, 0.07)",
1824
1787
  text: "#04102A",
1825
1788
  textDimmed: "#1A2E5A",
1826
1789
  textSubtle: "#556B94",
1827
- border: "rgba(4, 16, 42, 0.11)",
1790
+ border: "rgba(15, 23, 42, 0.09)",
1828
1791
  error: "#DC2626",
1829
1792
  warning: "#F59E0B",
1830
1793
  success: "#16A34A",
1831
- glassBackground: "rgba(240, 246, 255, 0.42)",
1832
- glassBlur: "blur(20px) saturate(180%)",
1833
- shadow: "0px 1px 2px rgba(4, 16, 42, 0.04), 0px 8px 24px -8px rgba(37, 99, 235, 0.14)",
1834
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(4, 16, 42, 0.04), 0 8px 24px -8px rgba(37, 99, 235, 0.12), 0 24px 48px -16px rgba(37, 99, 235, 0.08)",
1794
+ glassBackground: "rgba(240, 246, 255, 0.55)",
1795
+ glassBlur: "blur(26px) saturate(180%)",
1796
+ shadow: "0px 1px 2px rgba(4, 16, 42, 0.04), 0px 8px 24px -8px rgba(37, 99, 235, 0.10)",
1797
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(4, 16, 42, 0.04), 0 8px 24px -8px rgba(37, 99, 235, 0.10), 0 24px 48px -16px rgba(37, 99, 235, 0.06)",
1835
1798
  durationFast: "120ms",
1836
1799
  durationNormal: "220ms",
1837
1800
  easing: "cubic-bezier(0.22, 0, 0.1, 1)",
@@ -1840,22 +1803,22 @@ var cortexPreset = {
1840
1803
  fontSans: '"Inter", sans-serif'
1841
1804
  },
1842
1805
  dark: {
1843
- primary: "#60A5FA",
1844
- primaryContrast: "#ffffff",
1806
+ primary: "#7898BE",
1807
+ primaryContrast: "#F1F5F9",
1845
1808
  background: "#000000",
1846
1809
  surface: "transparent",
1847
- surfaceHover: "rgba(59, 130, 246, 0.08)",
1810
+ surfaceHover: "rgba(120, 152, 190, 0.07)",
1848
1811
  text: "#EBF4FF",
1849
1812
  textDimmed: "#BFD9FF",
1850
1813
  textSubtle: "#5F7A94",
1851
- border: "rgba(59, 130, 246, 0.13)",
1814
+ border: "rgba(148, 163, 184, 0.03)",
1852
1815
  error: "#F87171",
1853
1816
  warning: "#FBBF24",
1854
1817
  success: "#4ADE80",
1855
- glassBackground: "rgba(13, 19, 21, 0.2)",
1856
- glassBlur: "blur(20px) saturate(180%)",
1818
+ glassBackground: "rgba(10, 14, 20, 0.18)",
1819
+ glassBlur: "blur(15px) saturate(195%)",
1857
1820
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1858
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(59, 130, 246, 0.08), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1821
+ cardShadow: "inset 0 1px 0 rgba(180, 200, 230, 0.10), inset 0 0 0 1px rgba(148, 163, 184, 0.08), 0 1px 2px rgba(0, 0, 0, 0.5), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.4), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1859
1822
  durationFast: "120ms",
1860
1823
  durationNormal: "220ms",
1861
1824
  easing: "cubic-bezier(0.22, 0, 0.1, 1)",
@@ -1873,13 +1836,13 @@ var cortexPreset = {
1873
1836
  }
1874
1837
  };
1875
1838
  var HELIOS_DARK = {
1876
- bgStops: ["rgba(26, 16, 4, 1)", "rgba(12, 7, 2, 1)", "rgba(0, 0, 0, 1)"],
1877
- paletteA: [245, 158, 11],
1878
- // amber
1879
- paletteB: [251, 191, 36],
1880
- // light amber
1881
- paletteC: [249, 115, 22],
1882
- // orange
1839
+ bgStops: ["rgba(27, 19, 9, 1)", "rgba(14, 10, 4, 1)", "rgba(3, 2, 1, 1)"],
1840
+ paletteA: [190, 150, 60],
1841
+ // muted gold
1842
+ paletteB: [200, 170, 80],
1843
+ // soft warm gold
1844
+ paletteC: [180, 120, 50],
1845
+ // muted bronze-amber
1883
1846
  lineOpacity: 0.22,
1884
1847
  haloOpacity: 0.22,
1885
1848
  coreOpacity: 0.8,
@@ -1889,13 +1852,13 @@ var HELIOS_DARK = {
1889
1852
  coreBrightenB: 5
1890
1853
  };
1891
1854
  var HELIOS_LIGHT = {
1892
- bgStops: ["rgba(255, 251, 240, 1)", "rgba(250, 240, 220, 1)", "rgba(240, 224, 188, 1)"],
1893
- paletteA: [180, 83, 9],
1894
- // amber-700
1895
- paletteB: [194, 65, 12],
1896
- // orange-700
1897
- paletteC: [146, 64, 14],
1898
- // amber-800
1855
+ bgStops: ["rgba(250, 247, 240, 1)", "rgba(242, 236, 222, 1)", "rgba(230, 220, 200, 1)"],
1856
+ paletteA: [140, 95, 30],
1857
+ // muted amber
1858
+ paletteB: [150, 85, 30],
1859
+ // muted bronze
1860
+ paletteC: [120, 80, 30],
1861
+ // deep warm brown
1899
1862
  lineOpacity: 0.22,
1900
1863
  haloOpacity: 0.14,
1901
1864
  coreOpacity: 0.7,
@@ -1910,28 +1873,28 @@ var heliosPreset = {
1910
1873
  "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap",
1911
1874
  "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
1912
1875
  ],
1913
- colors: ["#F59E0B", "#0C0702", "#FFFBF0"],
1876
+ colors: ["#B8963C", "#0C0702", "#FAF7F0"],
1914
1877
  background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
1915
1878
  /* @__PURE__ */ jsx(ConstellationBackground, { darkPalette: HELIOS_DARK, lightPalette: HELIOS_LIGHT }),
1916
- /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.1 })
1879
+ /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.07 })
1917
1880
  ] }),
1918
1881
  light: {
1919
- primary: "#B45309",
1882
+ primary: "#8B6B2A",
1920
1883
  primaryContrast: "#ffffff",
1921
- background: "#FFFBF0",
1884
+ background: "#FAF7F0",
1922
1885
  surface: "transparent",
1923
- surfaceHover: "rgba(180, 83, 9, 0.08)",
1886
+ surfaceHover: "rgba(139, 107, 42, 0.07)",
1924
1887
  text: "#1F1504",
1925
1888
  textDimmed: "#4A3415",
1926
1889
  textSubtle: "#8A7A55",
1927
- border: "rgba(31, 21, 4, 0.11)",
1890
+ border: "rgba(31, 21, 4, 0.09)",
1928
1891
  error: "#DC2626",
1929
1892
  warning: "#F59E0B",
1930
1893
  success: "#16A34A",
1931
- glassBackground: "rgba(255, 251, 240, 0.42)",
1932
- glassBlur: "blur(20px) saturate(180%)",
1933
- shadow: "0px 1px 2px rgba(31, 21, 4, 0.04), 0px 8px 24px -8px rgba(180, 83, 9, 0.14)",
1934
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(31, 21, 4, 0.04), 0 8px 24px -8px rgba(180, 83, 9, 0.12), 0 24px 48px -16px rgba(180, 83, 9, 0.08)",
1894
+ glassBackground: "rgba(250, 247, 240, 0.55)",
1895
+ glassBlur: "blur(26px) saturate(180%)",
1896
+ shadow: "0px 1px 2px rgba(31, 21, 4, 0.04), 0px 8px 24px -8px rgba(139, 107, 42, 0.10)",
1897
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(31, 21, 4, 0.04), 0 8px 24px -8px rgba(139, 107, 42, 0.10), 0 24px 48px -16px rgba(139, 107, 42, 0.06)",
1935
1898
  durationFast: "120ms",
1936
1899
  durationNormal: "220ms",
1937
1900
  easing: "cubic-bezier(0.22, 0, 0.1, 1)",
@@ -1940,22 +1903,22 @@ var heliosPreset = {
1940
1903
  fontSans: '"Inter", sans-serif'
1941
1904
  },
1942
1905
  dark: {
1943
- primary: "#D19915",
1906
+ primary: "#B8963C",
1944
1907
  primaryContrast: "#1A0F02",
1945
1908
  background: "#000000",
1946
1909
  surface: "transparent",
1947
- surfaceHover: "rgba(245, 158, 11, 0.08)",
1910
+ surfaceHover: "rgba(184, 150, 60, 0.07)",
1948
1911
  text: "#FFF7E6",
1949
1912
  textDimmed: "#FCD98C",
1950
1913
  textSubtle: "#947A55",
1951
- border: "rgba(245, 158, 11, 0.1)",
1914
+ border: "rgba(184, 168, 140, 0.02)",
1952
1915
  error: "#F87171",
1953
1916
  warning: "#FBBF24",
1954
1917
  success: "#4ADE80",
1955
- glassBackground: "rgba(14, 9, 2, 0.2)",
1956
- glassBlur: "blur(20px) saturate(180%)",
1918
+ glassBackground: "rgba(36, 28, 14, 0.11)",
1919
+ glassBlur: "blur(14px) saturate(180%)",
1957
1920
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
1958
- cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(245, 158, 11, 0.08), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1921
+ cardShadow: "inset 0 1px 0 rgba(230, 210, 170, 0.12), inset 0 0 0 1px rgba(184, 168, 140, 0.10), 0 1px 2px rgba(0, 0, 0, 0.5), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.4), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
1959
1922
  durationFast: "120ms",
1960
1923
  durationNormal: "220ms",
1961
1924
  easing: "cubic-bezier(0.22, 0, 0.1, 1)",
@@ -1965,7 +1928,7 @@ var heliosPreset = {
1965
1928
  },
1966
1929
  framework: {
1967
1930
  fontFamily: '"Inter", sans-serif',
1968
- defaultRadius: "md",
1931
+ defaultRadius: "lg",
1969
1932
  headings: {
1970
1933
  fontFamily: '"Space Grotesk", sans-serif',
1971
1934
  fontWeight: "600"
@@ -2048,12 +2011,12 @@ var graphitePreset = {
2048
2011
  text: "#F3F4F6",
2049
2012
  textDimmed: "#D1D5DB",
2050
2013
  textSubtle: "#6B7280",
2051
- border: "rgba(156, 163, 175, 0.1)",
2014
+ border: "rgba(156, 163, 175, 0.07)",
2052
2015
  error: "#F87171",
2053
2016
  warning: "#FBBF24",
2054
2017
  success: "#4ADE80",
2055
- glassBackground: "rgba(10, 11, 13, 0.2)",
2056
- glassBlur: "blur(20px) saturate(180%)",
2018
+ glassBackground: "rgba(26, 30, 36, 0.2)",
2019
+ glassBlur: "blur(16px) saturate(180%)",
2057
2020
  shadow: "0 1px 2px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3), 0 16px 36px -14px rgba(0, 0, 0, 0.4)",
2058
2021
  cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 0 1px rgba(156, 163, 175, 0.08), 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35), 0 14px 28px -10px rgba(0, 0, 0, 0.45), 0 24px 48px -18px rgba(0, 0, 0, 0.35)",
2059
2022
  durationFast: "120ms",
@@ -2072,6 +2035,74 @@ var graphitePreset = {
2072
2035
  }
2073
2036
  }
2074
2037
  };
2038
+ var quarryPreset = {
2039
+ subtitleFontFamily: '"Lora", serif',
2040
+ fontImports: [
2041
+ "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&display=swap",
2042
+ "https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap",
2043
+ "https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap"
2044
+ ],
2045
+ background: /* @__PURE__ */ jsxs(Fragment$1, { children: [
2046
+ /* @__PURE__ */ jsx(WaveBackground, { variant: "quarry" }),
2047
+ /* @__PURE__ */ jsx(AmbientBloom, { intensity: 0.09 })
2048
+ ] }),
2049
+ light: {
2050
+ primary: "#636972",
2051
+ primaryContrast: "#ffffff",
2052
+ background: "#F1F3F5",
2053
+ surface: "transparent",
2054
+ surfaceHover: "rgba(99, 105, 114, 0.08)",
2055
+ text: "#15181C",
2056
+ textDimmed: "#353A42",
2057
+ textSubtle: "#686E78",
2058
+ border: "rgba(21, 24, 28, 0.09)",
2059
+ error: "#C62828",
2060
+ warning: "#E65100",
2061
+ success: "#4A6E5A",
2062
+ glassBackground: "rgba(241, 243, 245, 0.6)",
2063
+ glassBlur: "blur(24px) saturate(160%)",
2064
+ shadow: "0px 1px 2px rgba(21, 24, 28, 0.04), 0px 8px 24px -8px rgba(99, 105, 114, 0.14)",
2065
+ cardShadow: "inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(21, 24, 28, 0.04), 0 8px 24px -8px rgba(99, 105, 114, 0.12), 0 24px 48px -16px rgba(99, 105, 114, 0.08)",
2066
+ durationFast: "150ms",
2067
+ durationNormal: "280ms",
2068
+ easing: "cubic-bezier(0.4, 0, 0.2, 1)",
2069
+ destructiveFg: "#ffffff",
2070
+ fontHeading: '"Fraunces", serif',
2071
+ fontSans: '"Lato", sans-serif'
2072
+ },
2073
+ dark: {
2074
+ primary: "#A5ACB5",
2075
+ primaryContrast: "#101215",
2076
+ background: "#07080A",
2077
+ surface: "transparent",
2078
+ surfaceHover: "rgba(165, 172, 181, 0.08)",
2079
+ text: "#E8EBEF",
2080
+ textDimmed: "#B4B9C1",
2081
+ textSubtle: "#7A8089",
2082
+ border: "rgba(165, 172, 181, 0.08)",
2083
+ error: "#EF5350",
2084
+ warning: "#FF8A65",
2085
+ success: "#8EA99A",
2086
+ glassBackground: "rgba(22, 25, 30, 0.36)",
2087
+ glassBlur: "blur(18px) saturate(160%)",
2088
+ shadow: "0px 1px 2px rgba(0, 0, 0, 0.5), 0px 12px 32px -8px rgba(0, 0, 0, 0.6)",
2089
+ cardShadow: "inset 0 1px 0 rgba(165, 172, 181, 0.08), inset 0 0 0 1px rgba(165, 172, 181, 0.04), 0 2px 8px rgba(0, 0, 0, 0.4), 0 12px 32px -8px rgba(0, 0, 0, 0.5), 0 32px 64px -16px rgba(0, 0, 0, 0.4)",
2090
+ durationFast: "150ms",
2091
+ durationNormal: "280ms",
2092
+ easing: "cubic-bezier(0.4, 0, 0.2, 1)",
2093
+ destructiveFg: "#ffffff",
2094
+ fontHeading: '"Fraunces", serif',
2095
+ fontSans: '"Lato", sans-serif'
2096
+ },
2097
+ framework: {
2098
+ defaultRadius: "xl",
2099
+ fontFamily: '"Lato", sans-serif',
2100
+ headings: {
2101
+ fontFamily: '"Fraunces", serif',
2102
+ fontWeight: "600"
2103
+ }
2104
+ }
2105
+ };
2075
2106
 
2076
2107
  // src/theme/presets/index.ts
2077
2108
  var PRESETS = {
@@ -2099,6 +2130,12 @@ var PRESETS = {
2099
2130
  description: "Regal black and gold aesthetic",
2100
2131
  colors: ["#D4A843", "#080604", "#F5F0E8"]
2101
2132
  },
2133
+ midnight: {
2134
+ ...midnightPreset,
2135
+ label: "Midnight",
2136
+ description: "Chrome with steel-blue refractions",
2137
+ colors: ["#94A3B8", "#060A14", "#F3F5FA"]
2138
+ },
2102
2139
  aurora: {
2103
2140
  ...auroraPreset,
2104
2141
  label: "Aurora",
@@ -2111,24 +2148,12 @@ var PRESETS = {
2111
2148
  description: "Warm luxury and elegance",
2112
2149
  colors: ["#E8A598", "#120C0D", "#F4F0EE"]
2113
2150
  },
2114
- midnight: {
2115
- ...midnightPreset,
2116
- label: "Midnight",
2117
- description: "Chrome with violet refractions",
2118
- colors: ["#94A3B8", "#050210", "#F5F3FF"]
2119
- },
2120
2151
  ember: {
2121
2152
  ...emberPreset,
2122
2153
  label: "Ember",
2123
2154
  description: "Earthy terracotta warmth",
2124
2155
  colors: ["#E87B55", "#120E0A", "#F3EFEB"]
2125
2156
  },
2126
- nirvana: {
2127
- ...nirvanaPreset,
2128
- label: "Nirvana",
2129
- description: "Warm peach waves and rising motes",
2130
- colors: ["#f23801", "#000000", "#ffffff"]
2131
- },
2132
2157
  wave: {
2133
2158
  ...wavePreset,
2134
2159
  label: "Waves",
@@ -2141,35 +2166,23 @@ var PRESETS = {
2141
2166
  description: "Lush forest grounding",
2142
2167
  colors: ["#4AA860", "#080F0A", "#EDF3EE"]
2143
2168
  },
2144
- honey: {
2145
- ...honeyPreset,
2146
- label: "Honey",
2147
- description: "Warm amber optimism",
2148
- colors: ["#E8A820", "#110E04", "#F5F0E8"]
2169
+ quarry: {
2170
+ ...quarryPreset,
2171
+ label: "Quarry",
2172
+ description: "Gunmetal stone editorial",
2173
+ colors: ["#A5ACB5", "#07080A", "#F1F3F5"]
2149
2174
  },
2150
- "cyber-volt": {
2151
- ...cyberVoltPreset,
2152
- label: "Cyber-Volt",
2153
- description: "Neon-soaked sci-fi interface",
2154
- colors: ["#00E5FF", "#0A0E14", "#E8EDF2"]
2155
- },
2156
- "cyber-void": {
2157
- ...cyberVoidPreset,
2158
- label: "Cyber-Void",
2159
- description: "Cold synthetic digital depths",
2160
- colors: ["#2979FF", "#0A0D14", "#E8ECF2"]
2161
- },
2162
- "cyber-chrome": {
2163
- ...cyberChromePreset,
2164
- label: "Cyber-Chrome",
2165
- description: "Polished slate machined alloy",
2166
- colors: ["#94A3B8", "#05070A", "#F1F3F5"]
2175
+ nirvana: {
2176
+ ...nirvanaPreset,
2177
+ label: "Nirvana",
2178
+ description: "Warm peach waves and rising motes",
2179
+ colors: ["#f23801", "#000000", "#ffffff"]
2167
2180
  },
2168
- "cyber-strike": {
2169
- ...cyberStrikePreset,
2170
- label: "Cyber-Strike",
2171
- description: "Aggressive dystopian neon",
2172
- colors: ["#FF1744", "#140A0C", "#F2E8EA"]
2181
+ cortex: {
2182
+ ...cortexPreset,
2183
+ label: "Cortex",
2184
+ description: "Azure cortical constellation",
2185
+ colors: ["#60A5FA", "#02050E", "#F0F6FF"]
2173
2186
  },
2174
2187
  synapse: {
2175
2188
  ...synapsePreset,
@@ -2177,12 +2190,6 @@ var PRESETS = {
2177
2190
  description: "Cyan neural constellation",
2178
2191
  colors: ["#0EB5CC", "#020305", "#F0FAFB"]
2179
2192
  },
2180
- cortex: {
2181
- ...cortexPreset,
2182
- label: "Cortex",
2183
- description: "Azure cortical constellation",
2184
- colors: ["#60A5FA", "#02050E", "#F0F6FF"]
2185
- },
2186
2193
  graphite: {
2187
2194
  ...graphitePreset,
2188
2195
  label: "Graphite",
@@ -2194,7 +2201,37 @@ var PRESETS = {
2194
2201
  label: "Helios",
2195
2202
  description: "Golden stellar network",
2196
2203
  colors: ["#FBBF24", "#0C0702", "#FFFBF0"]
2204
+ },
2205
+ "cyber-void": {
2206
+ ...cyberVoidPreset,
2207
+ label: "Cyber-Void",
2208
+ description: "Cold synthetic digital depths",
2209
+ colors: ["#2979FF", "#0A0D14", "#E8ECF2"]
2210
+ },
2211
+ "cyber-volt": {
2212
+ ...cyberVoltPreset,
2213
+ label: "Cyber-Volt",
2214
+ description: "Neon-soaked sci-fi interface",
2215
+ colors: ["#00E5FF", "#0A0E14", "#E8EDF2"]
2216
+ },
2217
+ "cyber-chrome": {
2218
+ ...cyberChromePreset,
2219
+ label: "Cyber-Chrome",
2220
+ description: "Polished slate machined alloy",
2221
+ colors: ["#94A3B8", "#010204", "#F1F3F5"]
2222
+ },
2223
+ "cyber-strike": {
2224
+ ...cyberStrikePreset,
2225
+ label: "Cyber-Strike",
2226
+ description: "Aggressive dystopian neon",
2227
+ colors: ["#FF1744", "#140A0C", "#F2E8EA"]
2197
2228
  }
2229
+ // honey: {
2230
+ // ...honeyPreset,
2231
+ // label: 'Honey',
2232
+ // description: 'Warm amber optimism',
2233
+ // colors: ['#E8A820', '#110E04', '#F5F0E8']
2234
+ // }
2198
2235
  // canyon: {
2199
2236
  // ...canyonPreset,
2200
2237
  // label: 'Canyon',
@@ -2320,7 +2357,17 @@ var componentThemes = {
2320
2357
  Button: Button.extend({
2321
2358
  styles: {
2322
2359
  root: {
2323
- transition: `all var(--duration-fast) var(--easing)`
2360
+ transition: `all var(--duration-fast) var(--easing)`,
2361
+ '&[data-variant="default"]': {
2362
+ backgroundColor: "var(--color-surface)",
2363
+ backdropFilter: "var(--glass-blur)",
2364
+ WebkitBackdropFilter: "var(--glass-blur)",
2365
+ border: "1px solid var(--color-border)",
2366
+ color: "var(--color-text)"
2367
+ },
2368
+ '&[data-variant="default"]:hover': {
2369
+ backgroundColor: "var(--color-surface-hover)"
2370
+ }
2324
2371
  }
2325
2372
  }
2326
2373
  }),