@ugurdemirel/landcraft 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,53 +1,53 @@
1
- import { jsxs as n, jsx as e, Fragment as Ae } from "react/jsx-runtime";
2
- import { forwardRef as P, useState as L, useEffect as qe, useId as He } from "react";
3
- function Pe(r) {
1
+ import { jsx as e, jsxs as n, Fragment as Ne } from "react/jsx-runtime";
2
+ import { forwardRef as L, isValidElement as Ze, Children as _e, cloneElement as Je, useState as V, useEffect as _, useId as ce, useRef as ge } from "react";
3
+ function Re(r) {
4
4
  var t, o, l = "";
5
5
  if (typeof r == "string" || typeof r == "number") l += r;
6
6
  else if (typeof r == "object") if (Array.isArray(r)) {
7
7
  var c = r.length;
8
- for (t = 0; t < c; t++) r[t] && (o = Pe(r[t])) && (l && (l += " "), l += o);
8
+ for (t = 0; t < c; t++) r[t] && (o = Re(r[t])) && (l && (l += " "), l += o);
9
9
  } else for (o in r) r[o] && (l && (l += " "), l += o);
10
10
  return l;
11
11
  }
12
- function Oe() {
13
- for (var r, t, o = 0, l = "", c = arguments.length; o < c; o++) (r = arguments[o]) && (t = Pe(r)) && (l && (l += " "), l += t);
12
+ function Qe() {
13
+ for (var r, t, o = 0, l = "", c = arguments.length; o < c; o++) (r = arguments[o]) && (t = Re(r)) && (l && (l += " "), l += t);
14
14
  return l;
15
15
  }
16
- const pe = "-", _e = (r) => {
17
- const t = We(r), {
16
+ const we = "-", Xe = (r) => {
17
+ const t = rr(r), {
18
18
  conflictingClassGroups: o,
19
19
  conflictingClassGroupModifiers: l
20
20
  } = r;
21
21
  return {
22
22
  getClassGroupId: (s) => {
23
- const d = s.split(pe);
24
- return d[0] === "" && d.length !== 1 && d.shift(), Te(d, t) || Ue(s);
23
+ const d = s.split(we);
24
+ return d[0] === "" && d.length !== 1 && d.shift(), Ve(d, t) || er(s);
25
25
  },
26
26
  getConflictingClassGroupIds: (s, d) => {
27
27
  const u = o[s] || [];
28
28
  return d && l[s] ? [...u, ...l[s]] : u;
29
29
  }
30
30
  };
31
- }, Te = (r, t) => {
31
+ }, Ve = (r, t) => {
32
32
  var s;
33
33
  if (r.length === 0)
34
34
  return t.classGroupId;
35
- const o = r[0], l = t.nextPart.get(o), c = l ? Te(r.slice(1), l) : void 0;
35
+ const o = r[0], l = t.nextPart.get(o), c = l ? Ve(r.slice(1), l) : void 0;
36
36
  if (c)
37
37
  return c;
38
38
  if (t.validators.length === 0)
39
39
  return;
40
- const a = r.join(pe);
40
+ const i = r.join(we);
41
41
  return (s = t.validators.find(({
42
42
  validator: d
43
- }) => d(a))) == null ? void 0 : s.classGroupId;
44
- }, xe = /^\[(.+)\]$/, Ue = (r) => {
45
- if (xe.test(r)) {
46
- const t = xe.exec(r)[1], o = t == null ? void 0 : t.substring(0, t.indexOf(":"));
43
+ }) => d(i))) == null ? void 0 : s.classGroupId;
44
+ }, Me = /^\[(.+)\]$/, er = (r) => {
45
+ if (Me.test(r)) {
46
+ const t = Me.exec(r)[1], o = t == null ? void 0 : t.substring(0, t.indexOf(":"));
47
47
  if (o)
48
48
  return "arbitrary.." + o;
49
49
  }
50
- }, We = (r) => {
50
+ }, rr = (r) => {
51
51
  const {
52
52
  theme: t,
53
53
  prefix: o
@@ -55,19 +55,19 @@ const pe = "-", _e = (r) => {
55
55
  nextPart: /* @__PURE__ */ new Map(),
56
56
  validators: []
57
57
  };
58
- return Qe(Object.entries(r.classGroups), o).forEach(([a, s]) => {
59
- me(s, l, a, t);
58
+ return or(Object.entries(r.classGroups), o).forEach(([i, s]) => {
59
+ he(s, l, i, t);
60
60
  }), l;
61
- }, me = (r, t, o, l) => {
61
+ }, he = (r, t, o, l) => {
62
62
  r.forEach((c) => {
63
63
  if (typeof c == "string") {
64
- const a = c === "" ? t : be(t, c);
65
- a.classGroupId = o;
64
+ const i = c === "" ? t : Se(t, c);
65
+ i.classGroupId = o;
66
66
  return;
67
67
  }
68
68
  if (typeof c == "function") {
69
- if (Ye(c)) {
70
- me(c(l), t, o, l);
69
+ if (tr(c)) {
70
+ he(c(l), t, o, l);
71
71
  return;
72
72
  }
73
73
  t.validators.push({
@@ -76,22 +76,22 @@ const pe = "-", _e = (r) => {
76
76
  });
77
77
  return;
78
78
  }
79
- Object.entries(c).forEach(([a, s]) => {
80
- me(s, be(t, a), o, l);
79
+ Object.entries(c).forEach(([i, s]) => {
80
+ he(s, Se(t, i), o, l);
81
81
  });
82
82
  });
83
- }, be = (r, t) => {
83
+ }, Se = (r, t) => {
84
84
  let o = r;
85
- return t.split(pe).forEach((l) => {
85
+ return t.split(we).forEach((l) => {
86
86
  o.nextPart.has(l) || o.nextPart.set(l, {
87
87
  nextPart: /* @__PURE__ */ new Map(),
88
88
  validators: []
89
89
  }), o = o.nextPart.get(l);
90
90
  }), o;
91
- }, Ye = (r) => r.isThemeGetter, Qe = (r, t) => t ? r.map(([o, l]) => {
92
- const c = l.map((a) => typeof a == "string" ? t + a : typeof a == "object" ? Object.fromEntries(Object.entries(a).map(([s, d]) => [t + s, d])) : a);
91
+ }, tr = (r) => r.isThemeGetter, or = (r, t) => t ? r.map(([o, l]) => {
92
+ const c = l.map((i) => typeof i == "string" ? t + i : typeof i == "object" ? Object.fromEntries(Object.entries(i).map(([s, d]) => [t + s, d])) : i);
93
93
  return [o, c];
94
- }) : r, De = (r) => {
94
+ }) : r, nr = (r) => {
95
95
  if (r < 1)
96
96
  return {
97
97
  get: () => {
@@ -100,55 +100,55 @@ const pe = "-", _e = (r) => {
100
100
  }
101
101
  };
102
102
  let t = 0, o = /* @__PURE__ */ new Map(), l = /* @__PURE__ */ new Map();
103
- const c = (a, s) => {
104
- o.set(a, s), t++, t > r && (t = 0, l = o, o = /* @__PURE__ */ new Map());
103
+ const c = (i, s) => {
104
+ o.set(i, s), t++, t > r && (t = 0, l = o, o = /* @__PURE__ */ new Map());
105
105
  };
106
106
  return {
107
- get(a) {
108
- let s = o.get(a);
107
+ get(i) {
108
+ let s = o.get(i);
109
109
  if (s !== void 0)
110
110
  return s;
111
- if ((s = l.get(a)) !== void 0)
112
- return c(a, s), s;
111
+ if ((s = l.get(i)) !== void 0)
112
+ return c(i, s), s;
113
113
  },
114
- set(a, s) {
115
- o.has(a) ? o.set(a, s) : c(a, s);
114
+ set(i, s) {
115
+ o.has(i) ? o.set(i, s) : c(i, s);
116
116
  }
117
117
  };
118
- }, Ie = "!", Je = (r) => {
118
+ }, Fe = "!", lr = (r) => {
119
119
  const {
120
120
  separator: t,
121
121
  experimentalParseClassName: o
122
- } = r, l = t.length === 1, c = t[0], a = t.length, s = (d) => {
122
+ } = r, l = t.length === 1, c = t[0], i = t.length, s = (d) => {
123
123
  const u = [];
124
- let f = 0, g = 0, m;
124
+ let p = 0, h = 0, m;
125
125
  for (let b = 0; b < d.length; b++) {
126
- let C = d[b];
127
- if (f === 0) {
128
- if (C === c && (l || d.slice(b, b + a) === t)) {
129
- u.push(d.slice(g, b)), g = b + a;
126
+ let N = d[b];
127
+ if (p === 0) {
128
+ if (N === c && (l || d.slice(b, b + i) === t)) {
129
+ u.push(d.slice(h, b)), h = b + i;
130
130
  continue;
131
131
  }
132
- if (C === "/") {
132
+ if (N === "/") {
133
133
  m = b;
134
134
  continue;
135
135
  }
136
136
  }
137
- C === "[" ? f++ : C === "]" && f--;
137
+ N === "[" ? p++ : N === "]" && p--;
138
138
  }
139
- const x = u.length === 0 ? d : d.substring(g), p = x.startsWith(Ie), h = p ? x.substring(1) : x, y = m && m > g ? m - g : void 0;
139
+ const v = u.length === 0 ? d : d.substring(h), g = v.startsWith(Fe), f = g ? v.substring(1) : v, x = m && m > h ? m - h : void 0;
140
140
  return {
141
141
  modifiers: u,
142
- hasImportantModifier: p,
143
- baseClassName: h,
144
- maybePostfixModifierPosition: y
142
+ hasImportantModifier: g,
143
+ baseClassName: f,
144
+ maybePostfixModifierPosition: x
145
145
  };
146
146
  };
147
147
  return o ? (d) => o({
148
148
  className: d,
149
149
  parseClassName: s
150
150
  }) : s;
151
- }, Xe = (r) => {
151
+ }, sr = (r) => {
152
152
  if (r.length <= 1)
153
153
  return r;
154
154
  const t = [];
@@ -156,122 +156,122 @@ const pe = "-", _e = (r) => {
156
156
  return r.forEach((l) => {
157
157
  l[0] === "[" ? (t.push(...o.sort(), l), o = []) : o.push(l);
158
158
  }), t.push(...o.sort()), t;
159
- }, Ze = (r) => ({
160
- cache: De(r.cacheSize),
161
- parseClassName: Je(r),
162
- ..._e(r)
163
- }), Ke = /\s+/, er = (r, t) => {
159
+ }, ar = (r) => ({
160
+ cache: nr(r.cacheSize),
161
+ parseClassName: lr(r),
162
+ ...Xe(r)
163
+ }), ir = /\s+/, cr = (r, t) => {
164
164
  const {
165
165
  parseClassName: o,
166
166
  getClassGroupId: l,
167
167
  getConflictingClassGroupIds: c
168
- } = t, a = [], s = r.trim().split(Ke);
168
+ } = t, i = [], s = r.trim().split(ir);
169
169
  let d = "";
170
170
  for (let u = s.length - 1; u >= 0; u -= 1) {
171
- const f = s[u], {
172
- modifiers: g,
171
+ const p = s[u], {
172
+ modifiers: h,
173
173
  hasImportantModifier: m,
174
- baseClassName: x,
175
- maybePostfixModifierPosition: p
176
- } = o(f);
177
- let h = !!p, y = l(h ? x.substring(0, p) : x);
178
- if (!y) {
179
- if (!h) {
180
- d = f + (d.length > 0 ? " " + d : d);
174
+ baseClassName: v,
175
+ maybePostfixModifierPosition: g
176
+ } = o(p);
177
+ let f = !!g, x = l(f ? v.substring(0, g) : v);
178
+ if (!x) {
179
+ if (!f) {
180
+ d = p + (d.length > 0 ? " " + d : d);
181
181
  continue;
182
182
  }
183
- if (y = l(x), !y) {
184
- d = f + (d.length > 0 ? " " + d : d);
183
+ if (x = l(v), !x) {
184
+ d = p + (d.length > 0 ? " " + d : d);
185
185
  continue;
186
186
  }
187
- h = !1;
187
+ f = !1;
188
188
  }
189
- const b = Xe(g).join(":"), C = m ? b + Ie : b, w = C + y;
190
- if (a.includes(w))
189
+ const b = sr(h).join(":"), N = m ? b + Fe : b, w = N + x;
190
+ if (i.includes(w))
191
191
  continue;
192
- a.push(w);
193
- const B = c(y, h);
194
- for (let T = 0; T < B.length; ++T) {
195
- const I = B[T];
196
- a.push(C + I);
192
+ i.push(w);
193
+ const E = c(x, f);
194
+ for (let B = 0; B < E.length; ++B) {
195
+ const M = E[B];
196
+ i.push(N + M);
197
197
  }
198
- d = f + (d.length > 0 ? " " + d : d);
198
+ d = p + (d.length > 0 ? " " + d : d);
199
199
  }
200
200
  return d;
201
201
  };
202
- function rr() {
202
+ function dr() {
203
203
  let r = 0, t, o, l = "";
204
204
  for (; r < arguments.length; )
205
- (t = arguments[r++]) && (o = Be(t)) && (l && (l += " "), l += o);
205
+ (t = arguments[r++]) && (o = $e(t)) && (l && (l += " "), l += o);
206
206
  return l;
207
207
  }
208
- const Be = (r) => {
208
+ const $e = (r) => {
209
209
  if (typeof r == "string")
210
210
  return r;
211
211
  let t, o = "";
212
212
  for (let l = 0; l < r.length; l++)
213
- r[l] && (t = Be(r[l])) && (o && (o += " "), o += t);
213
+ r[l] && (t = $e(r[l])) && (o && (o += " "), o += t);
214
214
  return o;
215
215
  };
216
- function tr(r, ...t) {
217
- let o, l, c, a = s;
216
+ function mr(r, ...t) {
217
+ let o, l, c, i = s;
218
218
  function s(u) {
219
- const f = t.reduce((g, m) => m(g), r());
220
- return o = Ze(f), l = o.cache.get, c = o.cache.set, a = d, d(u);
219
+ const p = t.reduce((h, m) => m(h), r());
220
+ return o = ar(p), l = o.cache.get, c = o.cache.set, i = d, d(u);
221
221
  }
222
222
  function d(u) {
223
- const f = l(u);
224
- if (f)
225
- return f;
226
- const g = er(u, o);
227
- return c(u, g), g;
223
+ const p = l(u);
224
+ if (p)
225
+ return p;
226
+ const h = cr(u, o);
227
+ return c(u, h), h;
228
228
  }
229
229
  return function() {
230
- return a(rr.apply(null, arguments));
230
+ return i(dr.apply(null, arguments));
231
231
  };
232
232
  }
233
- const S = (r) => {
233
+ const T = (r) => {
234
234
  const t = (o) => o[r] || [];
235
235
  return t.isThemeGetter = !0, t;
236
- }, Le = /^\[(?:([a-z-]+):)?(.+)\]$/i, or = /^\d+\/\d+$/, nr = /* @__PURE__ */ new Set(["px", "full", "screen"]), lr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, sr = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, ar = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, ir = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, cr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, $ = (r) => U(r) || nr.has(r) || or.test(r), E = (r) => Y(r, "length", xr), U = (r) => !!r && !Number.isNaN(Number(r)), se = (r) => Y(r, "number", U), X = (r) => !!r && Number.isInteger(Number(r)), dr = (r) => r.endsWith("%") && U(r.slice(0, -1)), N = (r) => Le.test(r), V = (r) => lr.test(r), mr = /* @__PURE__ */ new Set(["length", "size", "percentage"]), ur = (r) => Y(r, mr, Re), gr = (r) => Y(r, "position", Re), fr = /* @__PURE__ */ new Set(["image", "url"]), pr = (r) => Y(r, fr, yr), hr = (r) => Y(r, "", br), Z = () => !0, Y = (r, t, o) => {
237
- const l = Le.exec(r);
236
+ }, He = /^\[(?:([a-z-]+):)?(.+)\]$/i, ur = /^\d+\/\d+$/, fr = /* @__PURE__ */ new Set(["px", "full", "screen"]), pr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, gr = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, hr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, xr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, br = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, O = (r) => Q(r) || fr.has(r) || ur.test(r), W = (r) => re(r, "length", Sr), Q = (r) => !!r && !Number.isNaN(Number(r)), de = (r) => re(r, "number", Q), oe = (r) => !!r && Number.isInteger(Number(r)), vr = (r) => r.endsWith("%") && Q(r.slice(0, -1)), k = (r) => He.test(r), K = (r) => pr.test(r), yr = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Nr = (r) => re(r, yr, Oe), wr = (r) => re(r, "position", Oe), kr = /* @__PURE__ */ new Set(["image", "url"]), Cr = (r) => re(r, kr, zr), Mr = (r) => re(r, "", jr), ne = () => !0, re = (r, t, o) => {
237
+ const l = He.exec(r);
238
238
  return l ? l[1] ? typeof t == "string" ? l[1] === t : t.has(l[1]) : o(l[2]) : !1;
239
- }, xr = (r) => (
239
+ }, Sr = (r) => (
240
240
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
241
241
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
242
242
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
243
- sr.test(r) && !ar.test(r)
244
- ), Re = () => !1, br = (r) => ir.test(r), yr = (r) => cr.test(r), vr = () => {
245
- const r = S("colors"), t = S("spacing"), o = S("blur"), l = S("brightness"), c = S("borderColor"), a = S("borderRadius"), s = S("borderSpacing"), d = S("borderWidth"), u = S("contrast"), f = S("grayscale"), g = S("hueRotate"), m = S("invert"), x = S("gap"), p = S("gradientColorStops"), h = S("gradientColorStopPositions"), y = S("inset"), b = S("margin"), C = S("opacity"), w = S("padding"), B = S("saturate"), T = S("scale"), I = S("sepia"), K = S("skew"), O = S("space"), ee = S("translate"), _ = () => ["auto", "contain", "none"], Q = () => ["auto", "hidden", "clip", "visible", "scroll"], D = () => ["auto", N, t], M = () => [N, t], re = () => ["", $, E], q = () => ["auto", U, N], J = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], H = () => ["solid", "dashed", "dotted", "double", "none"], te = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], v = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], z = () => ["", "0", N], j = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], A = () => [U, N];
243
+ gr.test(r) && !hr.test(r)
244
+ ), Oe = () => !1, jr = (r) => xr.test(r), zr = (r) => br.test(r), Ar = () => {
245
+ const r = T("colors"), t = T("spacing"), o = T("blur"), l = T("brightness"), c = T("borderColor"), i = T("borderRadius"), s = T("borderSpacing"), d = T("borderWidth"), u = T("contrast"), p = T("grayscale"), h = T("hueRotate"), m = T("invert"), v = T("gap"), g = T("gradientColorStops"), f = T("gradientColorStopPositions"), x = T("inset"), b = T("margin"), N = T("opacity"), w = T("padding"), E = T("saturate"), B = T("scale"), M = T("sepia"), I = T("skew"), z = T("space"), S = T("translate"), G = () => ["auto", "contain", "none"], F = () => ["auto", "hidden", "clip", "visible", "scroll"], H = () => ["auto", k, t], A = () => [k, t], le = () => ["", O, W], Y = () => ["auto", Q, k], se = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], q = () => ["solid", "dashed", "dotted", "double", "none"], te = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], J = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], Z = () => ["", "0", k], y = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], j = () => [Q, k];
246
246
  return {
247
247
  cacheSize: 500,
248
248
  separator: ":",
249
249
  theme: {
250
- colors: [Z],
251
- spacing: [$, E],
252
- blur: ["none", "", V, N],
253
- brightness: A(),
250
+ colors: [ne],
251
+ spacing: [O, W],
252
+ blur: ["none", "", K, k],
253
+ brightness: j(),
254
254
  borderColor: [r],
255
- borderRadius: ["none", "", "full", V, N],
256
- borderSpacing: M(),
257
- borderWidth: re(),
258
- contrast: A(),
259
- grayscale: z(),
260
- hueRotate: A(),
261
- invert: z(),
262
- gap: M(),
255
+ borderRadius: ["none", "", "full", K, k],
256
+ borderSpacing: A(),
257
+ borderWidth: le(),
258
+ contrast: j(),
259
+ grayscale: Z(),
260
+ hueRotate: j(),
261
+ invert: Z(),
262
+ gap: A(),
263
263
  gradientColorStops: [r],
264
- gradientColorStopPositions: [dr, E],
265
- inset: D(),
266
- margin: D(),
267
- opacity: A(),
268
- padding: M(),
269
- saturate: A(),
270
- scale: A(),
271
- sepia: z(),
272
- skew: A(),
273
- space: M(),
274
- translate: M()
264
+ gradientColorStopPositions: [vr, W],
265
+ inset: H(),
266
+ margin: H(),
267
+ opacity: j(),
268
+ padding: A(),
269
+ saturate: j(),
270
+ scale: j(),
271
+ sepia: Z(),
272
+ skew: j(),
273
+ space: A(),
274
+ translate: A()
275
275
  },
276
276
  classGroups: {
277
277
  // Layout
@@ -280,7 +280,7 @@ const S = (r) => {
280
280
  * @see https://tailwindcss.com/docs/aspect-ratio
281
281
  */
282
282
  aspect: [{
283
- aspect: ["auto", "square", "video", N]
283
+ aspect: ["auto", "square", "video", k]
284
284
  }],
285
285
  /**
286
286
  * Container
@@ -292,21 +292,21 @@ const S = (r) => {
292
292
  * @see https://tailwindcss.com/docs/columns
293
293
  */
294
294
  columns: [{
295
- columns: [V]
295
+ columns: [K]
296
296
  }],
297
297
  /**
298
298
  * Break After
299
299
  * @see https://tailwindcss.com/docs/break-after
300
300
  */
301
301
  "break-after": [{
302
- "break-after": j()
302
+ "break-after": y()
303
303
  }],
304
304
  /**
305
305
  * Break Before
306
306
  * @see https://tailwindcss.com/docs/break-before
307
307
  */
308
308
  "break-before": [{
309
- "break-before": j()
309
+ "break-before": y()
310
310
  }],
311
311
  /**
312
312
  * Break Inside
@@ -365,49 +365,49 @@ const S = (r) => {
365
365
  * @see https://tailwindcss.com/docs/object-position
366
366
  */
367
367
  "object-position": [{
368
- object: [...J(), N]
368
+ object: [...se(), k]
369
369
  }],
370
370
  /**
371
371
  * Overflow
372
372
  * @see https://tailwindcss.com/docs/overflow
373
373
  */
374
374
  overflow: [{
375
- overflow: Q()
375
+ overflow: F()
376
376
  }],
377
377
  /**
378
378
  * Overflow X
379
379
  * @see https://tailwindcss.com/docs/overflow
380
380
  */
381
381
  "overflow-x": [{
382
- "overflow-x": Q()
382
+ "overflow-x": F()
383
383
  }],
384
384
  /**
385
385
  * Overflow Y
386
386
  * @see https://tailwindcss.com/docs/overflow
387
387
  */
388
388
  "overflow-y": [{
389
- "overflow-y": Q()
389
+ "overflow-y": F()
390
390
  }],
391
391
  /**
392
392
  * Overscroll Behavior
393
393
  * @see https://tailwindcss.com/docs/overscroll-behavior
394
394
  */
395
395
  overscroll: [{
396
- overscroll: _()
396
+ overscroll: G()
397
397
  }],
398
398
  /**
399
399
  * Overscroll Behavior X
400
400
  * @see https://tailwindcss.com/docs/overscroll-behavior
401
401
  */
402
402
  "overscroll-x": [{
403
- "overscroll-x": _()
403
+ "overscroll-x": G()
404
404
  }],
405
405
  /**
406
406
  * Overscroll Behavior Y
407
407
  * @see https://tailwindcss.com/docs/overscroll-behavior
408
408
  */
409
409
  "overscroll-y": [{
410
- "overscroll-y": _()
410
+ "overscroll-y": G()
411
411
  }],
412
412
  /**
413
413
  * Position
@@ -419,63 +419,63 @@ const S = (r) => {
419
419
  * @see https://tailwindcss.com/docs/top-right-bottom-left
420
420
  */
421
421
  inset: [{
422
- inset: [y]
422
+ inset: [x]
423
423
  }],
424
424
  /**
425
425
  * Right / Left
426
426
  * @see https://tailwindcss.com/docs/top-right-bottom-left
427
427
  */
428
428
  "inset-x": [{
429
- "inset-x": [y]
429
+ "inset-x": [x]
430
430
  }],
431
431
  /**
432
432
  * Top / Bottom
433
433
  * @see https://tailwindcss.com/docs/top-right-bottom-left
434
434
  */
435
435
  "inset-y": [{
436
- "inset-y": [y]
436
+ "inset-y": [x]
437
437
  }],
438
438
  /**
439
439
  * Start
440
440
  * @see https://tailwindcss.com/docs/top-right-bottom-left
441
441
  */
442
442
  start: [{
443
- start: [y]
443
+ start: [x]
444
444
  }],
445
445
  /**
446
446
  * End
447
447
  * @see https://tailwindcss.com/docs/top-right-bottom-left
448
448
  */
449
449
  end: [{
450
- end: [y]
450
+ end: [x]
451
451
  }],
452
452
  /**
453
453
  * Top
454
454
  * @see https://tailwindcss.com/docs/top-right-bottom-left
455
455
  */
456
456
  top: [{
457
- top: [y]
457
+ top: [x]
458
458
  }],
459
459
  /**
460
460
  * Right
461
461
  * @see https://tailwindcss.com/docs/top-right-bottom-left
462
462
  */
463
463
  right: [{
464
- right: [y]
464
+ right: [x]
465
465
  }],
466
466
  /**
467
467
  * Bottom
468
468
  * @see https://tailwindcss.com/docs/top-right-bottom-left
469
469
  */
470
470
  bottom: [{
471
- bottom: [y]
471
+ bottom: [x]
472
472
  }],
473
473
  /**
474
474
  * Left
475
475
  * @see https://tailwindcss.com/docs/top-right-bottom-left
476
476
  */
477
477
  left: [{
478
- left: [y]
478
+ left: [x]
479
479
  }],
480
480
  /**
481
481
  * Visibility
@@ -487,7 +487,7 @@ const S = (r) => {
487
487
  * @see https://tailwindcss.com/docs/z-index
488
488
  */
489
489
  z: [{
490
- z: ["auto", X, N]
490
+ z: ["auto", oe, k]
491
491
  }],
492
492
  // Flexbox and Grid
493
493
  /**
@@ -495,7 +495,7 @@ const S = (r) => {
495
495
  * @see https://tailwindcss.com/docs/flex-basis
496
496
  */
497
497
  basis: [{
498
- basis: D()
498
+ basis: H()
499
499
  }],
500
500
  /**
501
501
  * Flex Direction
@@ -516,35 +516,35 @@ const S = (r) => {
516
516
  * @see https://tailwindcss.com/docs/flex
517
517
  */
518
518
  flex: [{
519
- flex: ["1", "auto", "initial", "none", N]
519
+ flex: ["1", "auto", "initial", "none", k]
520
520
  }],
521
521
  /**
522
522
  * Flex Grow
523
523
  * @see https://tailwindcss.com/docs/flex-grow
524
524
  */
525
525
  grow: [{
526
- grow: z()
526
+ grow: Z()
527
527
  }],
528
528
  /**
529
529
  * Flex Shrink
530
530
  * @see https://tailwindcss.com/docs/flex-shrink
531
531
  */
532
532
  shrink: [{
533
- shrink: z()
533
+ shrink: Z()
534
534
  }],
535
535
  /**
536
536
  * Order
537
537
  * @see https://tailwindcss.com/docs/order
538
538
  */
539
539
  order: [{
540
- order: ["first", "last", "none", X, N]
540
+ order: ["first", "last", "none", oe, k]
541
541
  }],
542
542
  /**
543
543
  * Grid Template Columns
544
544
  * @see https://tailwindcss.com/docs/grid-template-columns
545
545
  */
546
546
  "grid-cols": [{
547
- "grid-cols": [Z]
547
+ "grid-cols": [ne]
548
548
  }],
549
549
  /**
550
550
  * Grid Column Start / End
@@ -552,29 +552,29 @@ const S = (r) => {
552
552
  */
553
553
  "col-start-end": [{
554
554
  col: ["auto", {
555
- span: ["full", X, N]
556
- }, N]
555
+ span: ["full", oe, k]
556
+ }, k]
557
557
  }],
558
558
  /**
559
559
  * Grid Column Start
560
560
  * @see https://tailwindcss.com/docs/grid-column
561
561
  */
562
562
  "col-start": [{
563
- "col-start": q()
563
+ "col-start": Y()
564
564
  }],
565
565
  /**
566
566
  * Grid Column End
567
567
  * @see https://tailwindcss.com/docs/grid-column
568
568
  */
569
569
  "col-end": [{
570
- "col-end": q()
570
+ "col-end": Y()
571
571
  }],
572
572
  /**
573
573
  * Grid Template Rows
574
574
  * @see https://tailwindcss.com/docs/grid-template-rows
575
575
  */
576
576
  "grid-rows": [{
577
- "grid-rows": [Z]
577
+ "grid-rows": [ne]
578
578
  }],
579
579
  /**
580
580
  * Grid Row Start / End
@@ -582,22 +582,22 @@ const S = (r) => {
582
582
  */
583
583
  "row-start-end": [{
584
584
  row: ["auto", {
585
- span: [X, N]
586
- }, N]
585
+ span: [oe, k]
586
+ }, k]
587
587
  }],
588
588
  /**
589
589
  * Grid Row Start
590
590
  * @see https://tailwindcss.com/docs/grid-row
591
591
  */
592
592
  "row-start": [{
593
- "row-start": q()
593
+ "row-start": Y()
594
594
  }],
595
595
  /**
596
596
  * Grid Row End
597
597
  * @see https://tailwindcss.com/docs/grid-row
598
598
  */
599
599
  "row-end": [{
600
- "row-end": q()
600
+ "row-end": Y()
601
601
  }],
602
602
  /**
603
603
  * Grid Auto Flow
@@ -611,42 +611,42 @@ const S = (r) => {
611
611
  * @see https://tailwindcss.com/docs/grid-auto-columns
612
612
  */
613
613
  "auto-cols": [{
614
- "auto-cols": ["auto", "min", "max", "fr", N]
614
+ "auto-cols": ["auto", "min", "max", "fr", k]
615
615
  }],
616
616
  /**
617
617
  * Grid Auto Rows
618
618
  * @see https://tailwindcss.com/docs/grid-auto-rows
619
619
  */
620
620
  "auto-rows": [{
621
- "auto-rows": ["auto", "min", "max", "fr", N]
621
+ "auto-rows": ["auto", "min", "max", "fr", k]
622
622
  }],
623
623
  /**
624
624
  * Gap
625
625
  * @see https://tailwindcss.com/docs/gap
626
626
  */
627
627
  gap: [{
628
- gap: [x]
628
+ gap: [v]
629
629
  }],
630
630
  /**
631
631
  * Gap X
632
632
  * @see https://tailwindcss.com/docs/gap
633
633
  */
634
634
  "gap-x": [{
635
- "gap-x": [x]
635
+ "gap-x": [v]
636
636
  }],
637
637
  /**
638
638
  * Gap Y
639
639
  * @see https://tailwindcss.com/docs/gap
640
640
  */
641
641
  "gap-y": [{
642
- "gap-y": [x]
642
+ "gap-y": [v]
643
643
  }],
644
644
  /**
645
645
  * Justify Content
646
646
  * @see https://tailwindcss.com/docs/justify-content
647
647
  */
648
648
  "justify-content": [{
649
- justify: ["normal", ...v()]
649
+ justify: ["normal", ...J()]
650
650
  }],
651
651
  /**
652
652
  * Justify Items
@@ -667,7 +667,7 @@ const S = (r) => {
667
667
  * @see https://tailwindcss.com/docs/align-content
668
668
  */
669
669
  "align-content": [{
670
- content: ["normal", ...v(), "baseline"]
670
+ content: ["normal", ...J(), "baseline"]
671
671
  }],
672
672
  /**
673
673
  * Align Items
@@ -688,7 +688,7 @@ const S = (r) => {
688
688
  * @see https://tailwindcss.com/docs/place-content
689
689
  */
690
690
  "place-content": [{
691
- "place-content": [...v(), "baseline"]
691
+ "place-content": [...J(), "baseline"]
692
692
  }],
693
693
  /**
694
694
  * Place Items
@@ -836,7 +836,7 @@ const S = (r) => {
836
836
  * @see https://tailwindcss.com/docs/space
837
837
  */
838
838
  "space-x": [{
839
- "space-x": [O]
839
+ "space-x": [z]
840
840
  }],
841
841
  /**
842
842
  * Space Between X Reverse
@@ -848,7 +848,7 @@ const S = (r) => {
848
848
  * @see https://tailwindcss.com/docs/space
849
849
  */
850
850
  "space-y": [{
851
- "space-y": [O]
851
+ "space-y": [z]
852
852
  }],
853
853
  /**
854
854
  * Space Between Y Reverse
@@ -861,51 +861,51 @@ const S = (r) => {
861
861
  * @see https://tailwindcss.com/docs/width
862
862
  */
863
863
  w: [{
864
- w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", N, t]
864
+ w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", k, t]
865
865
  }],
866
866
  /**
867
867
  * Min-Width
868
868
  * @see https://tailwindcss.com/docs/min-width
869
869
  */
870
870
  "min-w": [{
871
- "min-w": [N, t, "min", "max", "fit"]
871
+ "min-w": [k, t, "min", "max", "fit"]
872
872
  }],
873
873
  /**
874
874
  * Max-Width
875
875
  * @see https://tailwindcss.com/docs/max-width
876
876
  */
877
877
  "max-w": [{
878
- "max-w": [N, t, "none", "full", "min", "max", "fit", "prose", {
879
- screen: [V]
880
- }, V]
878
+ "max-w": [k, t, "none", "full", "min", "max", "fit", "prose", {
879
+ screen: [K]
880
+ }, K]
881
881
  }],
882
882
  /**
883
883
  * Height
884
884
  * @see https://tailwindcss.com/docs/height
885
885
  */
886
886
  h: [{
887
- h: [N, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
887
+ h: [k, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
888
888
  }],
889
889
  /**
890
890
  * Min-Height
891
891
  * @see https://tailwindcss.com/docs/min-height
892
892
  */
893
893
  "min-h": [{
894
- "min-h": [N, t, "min", "max", "fit", "svh", "lvh", "dvh"]
894
+ "min-h": [k, t, "min", "max", "fit", "svh", "lvh", "dvh"]
895
895
  }],
896
896
  /**
897
897
  * Max-Height
898
898
  * @see https://tailwindcss.com/docs/max-height
899
899
  */
900
900
  "max-h": [{
901
- "max-h": [N, t, "min", "max", "fit", "svh", "lvh", "dvh"]
901
+ "max-h": [k, t, "min", "max", "fit", "svh", "lvh", "dvh"]
902
902
  }],
903
903
  /**
904
904
  * Size
905
905
  * @see https://tailwindcss.com/docs/size
906
906
  */
907
907
  size: [{
908
- size: [N, t, "auto", "min", "max", "fit"]
908
+ size: [k, t, "auto", "min", "max", "fit"]
909
909
  }],
910
910
  // Typography
911
911
  /**
@@ -913,7 +913,7 @@ const S = (r) => {
913
913
  * @see https://tailwindcss.com/docs/font-size
914
914
  */
915
915
  "font-size": [{
916
- text: ["base", V, E]
916
+ text: ["base", K, W]
917
917
  }],
918
918
  /**
919
919
  * Font Smoothing
@@ -930,14 +930,14 @@ const S = (r) => {
930
930
  * @see https://tailwindcss.com/docs/font-weight
931
931
  */
932
932
  "font-weight": [{
933
- font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", se]
933
+ font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", de]
934
934
  }],
935
935
  /**
936
936
  * Font Family
937
937
  * @see https://tailwindcss.com/docs/font-family
938
938
  */
939
939
  "font-family": [{
940
- font: [Z]
940
+ font: [ne]
941
941
  }],
942
942
  /**
943
943
  * Font Variant Numeric
@@ -974,35 +974,35 @@ const S = (r) => {
974
974
  * @see https://tailwindcss.com/docs/letter-spacing
975
975
  */
976
976
  tracking: [{
977
- tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", N]
977
+ tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", k]
978
978
  }],
979
979
  /**
980
980
  * Line Clamp
981
981
  * @see https://tailwindcss.com/docs/line-clamp
982
982
  */
983
983
  "line-clamp": [{
984
- "line-clamp": ["none", U, se]
984
+ "line-clamp": ["none", Q, de]
985
985
  }],
986
986
  /**
987
987
  * Line Height
988
988
  * @see https://tailwindcss.com/docs/line-height
989
989
  */
990
990
  leading: [{
991
- leading: ["none", "tight", "snug", "normal", "relaxed", "loose", $, N]
991
+ leading: ["none", "tight", "snug", "normal", "relaxed", "loose", O, k]
992
992
  }],
993
993
  /**
994
994
  * List Style Image
995
995
  * @see https://tailwindcss.com/docs/list-style-image
996
996
  */
997
997
  "list-image": [{
998
- "list-image": ["none", N]
998
+ "list-image": ["none", k]
999
999
  }],
1000
1000
  /**
1001
1001
  * List Style Type
1002
1002
  * @see https://tailwindcss.com/docs/list-style-type
1003
1003
  */
1004
1004
  "list-style-type": [{
1005
- list: ["none", "disc", "decimal", N]
1005
+ list: ["none", "disc", "decimal", k]
1006
1006
  }],
1007
1007
  /**
1008
1008
  * List Style Position
@@ -1024,7 +1024,7 @@ const S = (r) => {
1024
1024
  * @see https://tailwindcss.com/docs/placeholder-opacity
1025
1025
  */
1026
1026
  "placeholder-opacity": [{
1027
- "placeholder-opacity": [C]
1027
+ "placeholder-opacity": [N]
1028
1028
  }],
1029
1029
  /**
1030
1030
  * Text Alignment
@@ -1045,7 +1045,7 @@ const S = (r) => {
1045
1045
  * @see https://tailwindcss.com/docs/text-opacity
1046
1046
  */
1047
1047
  "text-opacity": [{
1048
- "text-opacity": [C]
1048
+ "text-opacity": [N]
1049
1049
  }],
1050
1050
  /**
1051
1051
  * Text Decoration
@@ -1057,21 +1057,21 @@ const S = (r) => {
1057
1057
  * @see https://tailwindcss.com/docs/text-decoration-style
1058
1058
  */
1059
1059
  "text-decoration-style": [{
1060
- decoration: [...H(), "wavy"]
1060
+ decoration: [...q(), "wavy"]
1061
1061
  }],
1062
1062
  /**
1063
1063
  * Text Decoration Thickness
1064
1064
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1065
1065
  */
1066
1066
  "text-decoration-thickness": [{
1067
- decoration: ["auto", "from-font", $, E]
1067
+ decoration: ["auto", "from-font", O, W]
1068
1068
  }],
1069
1069
  /**
1070
1070
  * Text Underline Offset
1071
1071
  * @see https://tailwindcss.com/docs/text-underline-offset
1072
1072
  */
1073
1073
  "underline-offset": [{
1074
- "underline-offset": ["auto", $, N]
1074
+ "underline-offset": ["auto", O, k]
1075
1075
  }],
1076
1076
  /**
1077
1077
  * Text Decoration Color
@@ -1102,14 +1102,14 @@ const S = (r) => {
1102
1102
  * @see https://tailwindcss.com/docs/text-indent
1103
1103
  */
1104
1104
  indent: [{
1105
- indent: M()
1105
+ indent: A()
1106
1106
  }],
1107
1107
  /**
1108
1108
  * Vertical Alignment
1109
1109
  * @see https://tailwindcss.com/docs/vertical-align
1110
1110
  */
1111
1111
  "vertical-align": [{
1112
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", N]
1112
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", k]
1113
1113
  }],
1114
1114
  /**
1115
1115
  * Whitespace
@@ -1137,7 +1137,7 @@ const S = (r) => {
1137
1137
  * @see https://tailwindcss.com/docs/content
1138
1138
  */
1139
1139
  content: [{
1140
- content: ["none", N]
1140
+ content: ["none", k]
1141
1141
  }],
1142
1142
  // Backgrounds
1143
1143
  /**
@@ -1160,7 +1160,7 @@ const S = (r) => {
1160
1160
  * @see https://tailwindcss.com/docs/background-opacity
1161
1161
  */
1162
1162
  "bg-opacity": [{
1163
- "bg-opacity": [C]
1163
+ "bg-opacity": [N]
1164
1164
  }],
1165
1165
  /**
1166
1166
  * Background Origin
@@ -1174,7 +1174,7 @@ const S = (r) => {
1174
1174
  * @see https://tailwindcss.com/docs/background-position
1175
1175
  */
1176
1176
  "bg-position": [{
1177
- bg: [...J(), gr]
1177
+ bg: [...se(), wr]
1178
1178
  }],
1179
1179
  /**
1180
1180
  * Background Repeat
@@ -1190,7 +1190,7 @@ const S = (r) => {
1190
1190
  * @see https://tailwindcss.com/docs/background-size
1191
1191
  */
1192
1192
  "bg-size": [{
1193
- bg: ["auto", "cover", "contain", ur]
1193
+ bg: ["auto", "cover", "contain", Nr]
1194
1194
  }],
1195
1195
  /**
1196
1196
  * Background Image
@@ -1199,7 +1199,7 @@ const S = (r) => {
1199
1199
  "bg-image": [{
1200
1200
  bg: ["none", {
1201
1201
  "gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1202
- }, pr]
1202
+ }, Cr]
1203
1203
  }],
1204
1204
  /**
1205
1205
  * Background Color
@@ -1213,42 +1213,42 @@ const S = (r) => {
1213
1213
  * @see https://tailwindcss.com/docs/gradient-color-stops
1214
1214
  */
1215
1215
  "gradient-from-pos": [{
1216
- from: [h]
1216
+ from: [f]
1217
1217
  }],
1218
1218
  /**
1219
1219
  * Gradient Color Stops Via Position
1220
1220
  * @see https://tailwindcss.com/docs/gradient-color-stops
1221
1221
  */
1222
1222
  "gradient-via-pos": [{
1223
- via: [h]
1223
+ via: [f]
1224
1224
  }],
1225
1225
  /**
1226
1226
  * Gradient Color Stops To Position
1227
1227
  * @see https://tailwindcss.com/docs/gradient-color-stops
1228
1228
  */
1229
1229
  "gradient-to-pos": [{
1230
- to: [h]
1230
+ to: [f]
1231
1231
  }],
1232
1232
  /**
1233
1233
  * Gradient Color Stops From
1234
1234
  * @see https://tailwindcss.com/docs/gradient-color-stops
1235
1235
  */
1236
1236
  "gradient-from": [{
1237
- from: [p]
1237
+ from: [g]
1238
1238
  }],
1239
1239
  /**
1240
1240
  * Gradient Color Stops Via
1241
1241
  * @see https://tailwindcss.com/docs/gradient-color-stops
1242
1242
  */
1243
1243
  "gradient-via": [{
1244
- via: [p]
1244
+ via: [g]
1245
1245
  }],
1246
1246
  /**
1247
1247
  * Gradient Color Stops To
1248
1248
  * @see https://tailwindcss.com/docs/gradient-color-stops
1249
1249
  */
1250
1250
  "gradient-to": [{
1251
- to: [p]
1251
+ to: [g]
1252
1252
  }],
1253
1253
  // Borders
1254
1254
  /**
@@ -1256,105 +1256,105 @@ const S = (r) => {
1256
1256
  * @see https://tailwindcss.com/docs/border-radius
1257
1257
  */
1258
1258
  rounded: [{
1259
- rounded: [a]
1259
+ rounded: [i]
1260
1260
  }],
1261
1261
  /**
1262
1262
  * Border Radius Start
1263
1263
  * @see https://tailwindcss.com/docs/border-radius
1264
1264
  */
1265
1265
  "rounded-s": [{
1266
- "rounded-s": [a]
1266
+ "rounded-s": [i]
1267
1267
  }],
1268
1268
  /**
1269
1269
  * Border Radius End
1270
1270
  * @see https://tailwindcss.com/docs/border-radius
1271
1271
  */
1272
1272
  "rounded-e": [{
1273
- "rounded-e": [a]
1273
+ "rounded-e": [i]
1274
1274
  }],
1275
1275
  /**
1276
1276
  * Border Radius Top
1277
1277
  * @see https://tailwindcss.com/docs/border-radius
1278
1278
  */
1279
1279
  "rounded-t": [{
1280
- "rounded-t": [a]
1280
+ "rounded-t": [i]
1281
1281
  }],
1282
1282
  /**
1283
1283
  * Border Radius Right
1284
1284
  * @see https://tailwindcss.com/docs/border-radius
1285
1285
  */
1286
1286
  "rounded-r": [{
1287
- "rounded-r": [a]
1287
+ "rounded-r": [i]
1288
1288
  }],
1289
1289
  /**
1290
1290
  * Border Radius Bottom
1291
1291
  * @see https://tailwindcss.com/docs/border-radius
1292
1292
  */
1293
1293
  "rounded-b": [{
1294
- "rounded-b": [a]
1294
+ "rounded-b": [i]
1295
1295
  }],
1296
1296
  /**
1297
1297
  * Border Radius Left
1298
1298
  * @see https://tailwindcss.com/docs/border-radius
1299
1299
  */
1300
1300
  "rounded-l": [{
1301
- "rounded-l": [a]
1301
+ "rounded-l": [i]
1302
1302
  }],
1303
1303
  /**
1304
1304
  * Border Radius Start Start
1305
1305
  * @see https://tailwindcss.com/docs/border-radius
1306
1306
  */
1307
1307
  "rounded-ss": [{
1308
- "rounded-ss": [a]
1308
+ "rounded-ss": [i]
1309
1309
  }],
1310
1310
  /**
1311
1311
  * Border Radius Start End
1312
1312
  * @see https://tailwindcss.com/docs/border-radius
1313
1313
  */
1314
1314
  "rounded-se": [{
1315
- "rounded-se": [a]
1315
+ "rounded-se": [i]
1316
1316
  }],
1317
1317
  /**
1318
1318
  * Border Radius End End
1319
1319
  * @see https://tailwindcss.com/docs/border-radius
1320
1320
  */
1321
1321
  "rounded-ee": [{
1322
- "rounded-ee": [a]
1322
+ "rounded-ee": [i]
1323
1323
  }],
1324
1324
  /**
1325
1325
  * Border Radius End Start
1326
1326
  * @see https://tailwindcss.com/docs/border-radius
1327
1327
  */
1328
1328
  "rounded-es": [{
1329
- "rounded-es": [a]
1329
+ "rounded-es": [i]
1330
1330
  }],
1331
1331
  /**
1332
1332
  * Border Radius Top Left
1333
1333
  * @see https://tailwindcss.com/docs/border-radius
1334
1334
  */
1335
1335
  "rounded-tl": [{
1336
- "rounded-tl": [a]
1336
+ "rounded-tl": [i]
1337
1337
  }],
1338
1338
  /**
1339
1339
  * Border Radius Top Right
1340
1340
  * @see https://tailwindcss.com/docs/border-radius
1341
1341
  */
1342
1342
  "rounded-tr": [{
1343
- "rounded-tr": [a]
1343
+ "rounded-tr": [i]
1344
1344
  }],
1345
1345
  /**
1346
1346
  * Border Radius Bottom Right
1347
1347
  * @see https://tailwindcss.com/docs/border-radius
1348
1348
  */
1349
1349
  "rounded-br": [{
1350
- "rounded-br": [a]
1350
+ "rounded-br": [i]
1351
1351
  }],
1352
1352
  /**
1353
1353
  * Border Radius Bottom Left
1354
1354
  * @see https://tailwindcss.com/docs/border-radius
1355
1355
  */
1356
1356
  "rounded-bl": [{
1357
- "rounded-bl": [a]
1357
+ "rounded-bl": [i]
1358
1358
  }],
1359
1359
  /**
1360
1360
  * Border Width
@@ -1424,14 +1424,14 @@ const S = (r) => {
1424
1424
  * @see https://tailwindcss.com/docs/border-opacity
1425
1425
  */
1426
1426
  "border-opacity": [{
1427
- "border-opacity": [C]
1427
+ "border-opacity": [N]
1428
1428
  }],
1429
1429
  /**
1430
1430
  * Border Style
1431
1431
  * @see https://tailwindcss.com/docs/border-style
1432
1432
  */
1433
1433
  "border-style": [{
1434
- border: [...H(), "hidden"]
1434
+ border: [...q(), "hidden"]
1435
1435
  }],
1436
1436
  /**
1437
1437
  * Divide Width X
@@ -1462,14 +1462,14 @@ const S = (r) => {
1462
1462
  * @see https://tailwindcss.com/docs/divide-opacity
1463
1463
  */
1464
1464
  "divide-opacity": [{
1465
- "divide-opacity": [C]
1465
+ "divide-opacity": [N]
1466
1466
  }],
1467
1467
  /**
1468
1468
  * Divide Style
1469
1469
  * @see https://tailwindcss.com/docs/divide-style
1470
1470
  */
1471
1471
  "divide-style": [{
1472
- divide: H()
1472
+ divide: q()
1473
1473
  }],
1474
1474
  /**
1475
1475
  * Border Color
@@ -1546,21 +1546,21 @@ const S = (r) => {
1546
1546
  * @see https://tailwindcss.com/docs/outline-style
1547
1547
  */
1548
1548
  "outline-style": [{
1549
- outline: ["", ...H()]
1549
+ outline: ["", ...q()]
1550
1550
  }],
1551
1551
  /**
1552
1552
  * Outline Offset
1553
1553
  * @see https://tailwindcss.com/docs/outline-offset
1554
1554
  */
1555
1555
  "outline-offset": [{
1556
- "outline-offset": [$, N]
1556
+ "outline-offset": [O, k]
1557
1557
  }],
1558
1558
  /**
1559
1559
  * Outline Width
1560
1560
  * @see https://tailwindcss.com/docs/outline-width
1561
1561
  */
1562
1562
  "outline-w": [{
1563
- outline: [$, E]
1563
+ outline: [O, W]
1564
1564
  }],
1565
1565
  /**
1566
1566
  * Outline Color
@@ -1574,7 +1574,7 @@ const S = (r) => {
1574
1574
  * @see https://tailwindcss.com/docs/ring-width
1575
1575
  */
1576
1576
  "ring-w": [{
1577
- ring: re()
1577
+ ring: le()
1578
1578
  }],
1579
1579
  /**
1580
1580
  * Ring Width Inset
@@ -1593,14 +1593,14 @@ const S = (r) => {
1593
1593
  * @see https://tailwindcss.com/docs/ring-opacity
1594
1594
  */
1595
1595
  "ring-opacity": [{
1596
- "ring-opacity": [C]
1596
+ "ring-opacity": [N]
1597
1597
  }],
1598
1598
  /**
1599
1599
  * Ring Offset Width
1600
1600
  * @see https://tailwindcss.com/docs/ring-offset-width
1601
1601
  */
1602
1602
  "ring-offset-w": [{
1603
- "ring-offset": [$, E]
1603
+ "ring-offset": [O, W]
1604
1604
  }],
1605
1605
  /**
1606
1606
  * Ring Offset Color
@@ -1615,21 +1615,21 @@ const S = (r) => {
1615
1615
  * @see https://tailwindcss.com/docs/box-shadow
1616
1616
  */
1617
1617
  shadow: [{
1618
- shadow: ["", "inner", "none", V, hr]
1618
+ shadow: ["", "inner", "none", K, Mr]
1619
1619
  }],
1620
1620
  /**
1621
1621
  * Box Shadow Color
1622
1622
  * @see https://tailwindcss.com/docs/box-shadow-color
1623
1623
  */
1624
1624
  "shadow-color": [{
1625
- shadow: [Z]
1625
+ shadow: [ne]
1626
1626
  }],
1627
1627
  /**
1628
1628
  * Opacity
1629
1629
  * @see https://tailwindcss.com/docs/opacity
1630
1630
  */
1631
1631
  opacity: [{
1632
- opacity: [C]
1632
+ opacity: [N]
1633
1633
  }],
1634
1634
  /**
1635
1635
  * Mix Blend Mode
@@ -1680,21 +1680,21 @@ const S = (r) => {
1680
1680
  * @see https://tailwindcss.com/docs/drop-shadow
1681
1681
  */
1682
1682
  "drop-shadow": [{
1683
- "drop-shadow": ["", "none", V, N]
1683
+ "drop-shadow": ["", "none", K, k]
1684
1684
  }],
1685
1685
  /**
1686
1686
  * Grayscale
1687
1687
  * @see https://tailwindcss.com/docs/grayscale
1688
1688
  */
1689
1689
  grayscale: [{
1690
- grayscale: [f]
1690
+ grayscale: [p]
1691
1691
  }],
1692
1692
  /**
1693
1693
  * Hue Rotate
1694
1694
  * @see https://tailwindcss.com/docs/hue-rotate
1695
1695
  */
1696
1696
  "hue-rotate": [{
1697
- "hue-rotate": [g]
1697
+ "hue-rotate": [h]
1698
1698
  }],
1699
1699
  /**
1700
1700
  * Invert
@@ -1708,14 +1708,14 @@ const S = (r) => {
1708
1708
  * @see https://tailwindcss.com/docs/saturate
1709
1709
  */
1710
1710
  saturate: [{
1711
- saturate: [B]
1711
+ saturate: [E]
1712
1712
  }],
1713
1713
  /**
1714
1714
  * Sepia
1715
1715
  * @see https://tailwindcss.com/docs/sepia
1716
1716
  */
1717
1717
  sepia: [{
1718
- sepia: [I]
1718
+ sepia: [M]
1719
1719
  }],
1720
1720
  /**
1721
1721
  * Backdrop Filter
@@ -1751,14 +1751,14 @@ const S = (r) => {
1751
1751
  * @see https://tailwindcss.com/docs/backdrop-grayscale
1752
1752
  */
1753
1753
  "backdrop-grayscale": [{
1754
- "backdrop-grayscale": [f]
1754
+ "backdrop-grayscale": [p]
1755
1755
  }],
1756
1756
  /**
1757
1757
  * Backdrop Hue Rotate
1758
1758
  * @see https://tailwindcss.com/docs/backdrop-hue-rotate
1759
1759
  */
1760
1760
  "backdrop-hue-rotate": [{
1761
- "backdrop-hue-rotate": [g]
1761
+ "backdrop-hue-rotate": [h]
1762
1762
  }],
1763
1763
  /**
1764
1764
  * Backdrop Invert
@@ -1772,21 +1772,21 @@ const S = (r) => {
1772
1772
  * @see https://tailwindcss.com/docs/backdrop-opacity
1773
1773
  */
1774
1774
  "backdrop-opacity": [{
1775
- "backdrop-opacity": [C]
1775
+ "backdrop-opacity": [N]
1776
1776
  }],
1777
1777
  /**
1778
1778
  * Backdrop Saturate
1779
1779
  * @see https://tailwindcss.com/docs/backdrop-saturate
1780
1780
  */
1781
1781
  "backdrop-saturate": [{
1782
- "backdrop-saturate": [B]
1782
+ "backdrop-saturate": [E]
1783
1783
  }],
1784
1784
  /**
1785
1785
  * Backdrop Sepia
1786
1786
  * @see https://tailwindcss.com/docs/backdrop-sepia
1787
1787
  */
1788
1788
  "backdrop-sepia": [{
1789
- "backdrop-sepia": [I]
1789
+ "backdrop-sepia": [M]
1790
1790
  }],
1791
1791
  // Tables
1792
1792
  /**
@@ -1837,35 +1837,35 @@ const S = (r) => {
1837
1837
  * @see https://tailwindcss.com/docs/transition-property
1838
1838
  */
1839
1839
  transition: [{
1840
- transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", N]
1840
+ transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", k]
1841
1841
  }],
1842
1842
  /**
1843
1843
  * Transition Duration
1844
1844
  * @see https://tailwindcss.com/docs/transition-duration
1845
1845
  */
1846
1846
  duration: [{
1847
- duration: A()
1847
+ duration: j()
1848
1848
  }],
1849
1849
  /**
1850
1850
  * Transition Timing Function
1851
1851
  * @see https://tailwindcss.com/docs/transition-timing-function
1852
1852
  */
1853
1853
  ease: [{
1854
- ease: ["linear", "in", "out", "in-out", N]
1854
+ ease: ["linear", "in", "out", "in-out", k]
1855
1855
  }],
1856
1856
  /**
1857
1857
  * Transition Delay
1858
1858
  * @see https://tailwindcss.com/docs/transition-delay
1859
1859
  */
1860
1860
  delay: [{
1861
- delay: A()
1861
+ delay: j()
1862
1862
  }],
1863
1863
  /**
1864
1864
  * Animation
1865
1865
  * @see https://tailwindcss.com/docs/animation
1866
1866
  */
1867
1867
  animate: [{
1868
- animate: ["none", "spin", "ping", "pulse", "bounce", N]
1868
+ animate: ["none", "spin", "ping", "pulse", "bounce", k]
1869
1869
  }],
1870
1870
  // Transforms
1871
1871
  /**
@@ -1880,63 +1880,63 @@ const S = (r) => {
1880
1880
  * @see https://tailwindcss.com/docs/scale
1881
1881
  */
1882
1882
  scale: [{
1883
- scale: [T]
1883
+ scale: [B]
1884
1884
  }],
1885
1885
  /**
1886
1886
  * Scale X
1887
1887
  * @see https://tailwindcss.com/docs/scale
1888
1888
  */
1889
1889
  "scale-x": [{
1890
- "scale-x": [T]
1890
+ "scale-x": [B]
1891
1891
  }],
1892
1892
  /**
1893
1893
  * Scale Y
1894
1894
  * @see https://tailwindcss.com/docs/scale
1895
1895
  */
1896
1896
  "scale-y": [{
1897
- "scale-y": [T]
1897
+ "scale-y": [B]
1898
1898
  }],
1899
1899
  /**
1900
1900
  * Rotate
1901
1901
  * @see https://tailwindcss.com/docs/rotate
1902
1902
  */
1903
1903
  rotate: [{
1904
- rotate: [X, N]
1904
+ rotate: [oe, k]
1905
1905
  }],
1906
1906
  /**
1907
1907
  * Translate X
1908
1908
  * @see https://tailwindcss.com/docs/translate
1909
1909
  */
1910
1910
  "translate-x": [{
1911
- "translate-x": [ee]
1911
+ "translate-x": [S]
1912
1912
  }],
1913
1913
  /**
1914
1914
  * Translate Y
1915
1915
  * @see https://tailwindcss.com/docs/translate
1916
1916
  */
1917
1917
  "translate-y": [{
1918
- "translate-y": [ee]
1918
+ "translate-y": [S]
1919
1919
  }],
1920
1920
  /**
1921
1921
  * Skew X
1922
1922
  * @see https://tailwindcss.com/docs/skew
1923
1923
  */
1924
1924
  "skew-x": [{
1925
- "skew-x": [K]
1925
+ "skew-x": [I]
1926
1926
  }],
1927
1927
  /**
1928
1928
  * Skew Y
1929
1929
  * @see https://tailwindcss.com/docs/skew
1930
1930
  */
1931
1931
  "skew-y": [{
1932
- "skew-y": [K]
1932
+ "skew-y": [I]
1933
1933
  }],
1934
1934
  /**
1935
1935
  * Transform Origin
1936
1936
  * @see https://tailwindcss.com/docs/transform-origin
1937
1937
  */
1938
1938
  "transform-origin": [{
1939
- origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", N]
1939
+ origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", k]
1940
1940
  }],
1941
1941
  // Interactivity
1942
1942
  /**
@@ -1958,7 +1958,7 @@ const S = (r) => {
1958
1958
  * @see https://tailwindcss.com/docs/cursor
1959
1959
  */
1960
1960
  cursor: [{
1961
- cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", N]
1961
+ cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", k]
1962
1962
  }],
1963
1963
  /**
1964
1964
  * Caret Color
@@ -1993,126 +1993,126 @@ const S = (r) => {
1993
1993
  * @see https://tailwindcss.com/docs/scroll-margin
1994
1994
  */
1995
1995
  "scroll-m": [{
1996
- "scroll-m": M()
1996
+ "scroll-m": A()
1997
1997
  }],
1998
1998
  /**
1999
1999
  * Scroll Margin X
2000
2000
  * @see https://tailwindcss.com/docs/scroll-margin
2001
2001
  */
2002
2002
  "scroll-mx": [{
2003
- "scroll-mx": M()
2003
+ "scroll-mx": A()
2004
2004
  }],
2005
2005
  /**
2006
2006
  * Scroll Margin Y
2007
2007
  * @see https://tailwindcss.com/docs/scroll-margin
2008
2008
  */
2009
2009
  "scroll-my": [{
2010
- "scroll-my": M()
2010
+ "scroll-my": A()
2011
2011
  }],
2012
2012
  /**
2013
2013
  * Scroll Margin Start
2014
2014
  * @see https://tailwindcss.com/docs/scroll-margin
2015
2015
  */
2016
2016
  "scroll-ms": [{
2017
- "scroll-ms": M()
2017
+ "scroll-ms": A()
2018
2018
  }],
2019
2019
  /**
2020
2020
  * Scroll Margin End
2021
2021
  * @see https://tailwindcss.com/docs/scroll-margin
2022
2022
  */
2023
2023
  "scroll-me": [{
2024
- "scroll-me": M()
2024
+ "scroll-me": A()
2025
2025
  }],
2026
2026
  /**
2027
2027
  * Scroll Margin Top
2028
2028
  * @see https://tailwindcss.com/docs/scroll-margin
2029
2029
  */
2030
2030
  "scroll-mt": [{
2031
- "scroll-mt": M()
2031
+ "scroll-mt": A()
2032
2032
  }],
2033
2033
  /**
2034
2034
  * Scroll Margin Right
2035
2035
  * @see https://tailwindcss.com/docs/scroll-margin
2036
2036
  */
2037
2037
  "scroll-mr": [{
2038
- "scroll-mr": M()
2038
+ "scroll-mr": A()
2039
2039
  }],
2040
2040
  /**
2041
2041
  * Scroll Margin Bottom
2042
2042
  * @see https://tailwindcss.com/docs/scroll-margin
2043
2043
  */
2044
2044
  "scroll-mb": [{
2045
- "scroll-mb": M()
2045
+ "scroll-mb": A()
2046
2046
  }],
2047
2047
  /**
2048
2048
  * Scroll Margin Left
2049
2049
  * @see https://tailwindcss.com/docs/scroll-margin
2050
2050
  */
2051
2051
  "scroll-ml": [{
2052
- "scroll-ml": M()
2052
+ "scroll-ml": A()
2053
2053
  }],
2054
2054
  /**
2055
2055
  * Scroll Padding
2056
2056
  * @see https://tailwindcss.com/docs/scroll-padding
2057
2057
  */
2058
2058
  "scroll-p": [{
2059
- "scroll-p": M()
2059
+ "scroll-p": A()
2060
2060
  }],
2061
2061
  /**
2062
2062
  * Scroll Padding X
2063
2063
  * @see https://tailwindcss.com/docs/scroll-padding
2064
2064
  */
2065
2065
  "scroll-px": [{
2066
- "scroll-px": M()
2066
+ "scroll-px": A()
2067
2067
  }],
2068
2068
  /**
2069
2069
  * Scroll Padding Y
2070
2070
  * @see https://tailwindcss.com/docs/scroll-padding
2071
2071
  */
2072
2072
  "scroll-py": [{
2073
- "scroll-py": M()
2073
+ "scroll-py": A()
2074
2074
  }],
2075
2075
  /**
2076
2076
  * Scroll Padding Start
2077
2077
  * @see https://tailwindcss.com/docs/scroll-padding
2078
2078
  */
2079
2079
  "scroll-ps": [{
2080
- "scroll-ps": M()
2080
+ "scroll-ps": A()
2081
2081
  }],
2082
2082
  /**
2083
2083
  * Scroll Padding End
2084
2084
  * @see https://tailwindcss.com/docs/scroll-padding
2085
2085
  */
2086
2086
  "scroll-pe": [{
2087
- "scroll-pe": M()
2087
+ "scroll-pe": A()
2088
2088
  }],
2089
2089
  /**
2090
2090
  * Scroll Padding Top
2091
2091
  * @see https://tailwindcss.com/docs/scroll-padding
2092
2092
  */
2093
2093
  "scroll-pt": [{
2094
- "scroll-pt": M()
2094
+ "scroll-pt": A()
2095
2095
  }],
2096
2096
  /**
2097
2097
  * Scroll Padding Right
2098
2098
  * @see https://tailwindcss.com/docs/scroll-padding
2099
2099
  */
2100
2100
  "scroll-pr": [{
2101
- "scroll-pr": M()
2101
+ "scroll-pr": A()
2102
2102
  }],
2103
2103
  /**
2104
2104
  * Scroll Padding Bottom
2105
2105
  * @see https://tailwindcss.com/docs/scroll-padding
2106
2106
  */
2107
2107
  "scroll-pb": [{
2108
- "scroll-pb": M()
2108
+ "scroll-pb": A()
2109
2109
  }],
2110
2110
  /**
2111
2111
  * Scroll Padding Left
2112
2112
  * @see https://tailwindcss.com/docs/scroll-padding
2113
2113
  */
2114
2114
  "scroll-pl": [{
2115
- "scroll-pl": M()
2115
+ "scroll-pl": A()
2116
2116
  }],
2117
2117
  /**
2118
2118
  * Scroll Snap Align
@@ -2180,7 +2180,7 @@ const S = (r) => {
2180
2180
  * @see https://tailwindcss.com/docs/will-change
2181
2181
  */
2182
2182
  "will-change": [{
2183
- "will-change": ["auto", "scroll", "contents", "transform", N]
2183
+ "will-change": ["auto", "scroll", "contents", "transform", k]
2184
2184
  }],
2185
2185
  // SVG
2186
2186
  /**
@@ -2195,7 +2195,7 @@ const S = (r) => {
2195
2195
  * @see https://tailwindcss.com/docs/stroke-width
2196
2196
  */
2197
2197
  "stroke-w": [{
2198
- stroke: [$, E, se]
2198
+ stroke: [O, W, de]
2199
2199
  }],
2200
2200
  /**
2201
2201
  * Stroke
@@ -2270,107 +2270,135 @@ const S = (r) => {
2270
2270
  "font-size": ["leading"]
2271
2271
  }
2272
2272
  };
2273
- }, Nr = /* @__PURE__ */ tr(vr);
2274
- function i(...r) {
2275
- return Nr(Oe(r));
2273
+ }, Tr = /* @__PURE__ */ mr(Ar);
2274
+ function a(...r) {
2275
+ return Tr(Qe(r));
2276
2276
  }
2277
- function wr(r) {
2277
+ function Lr(r) {
2278
2278
  return typeof window > "u" ? "" : window.getComputedStyle(document.documentElement).getPropertyValue(r).trim();
2279
2279
  }
2280
- function kr(r) {
2280
+ function Pr(r) {
2281
2281
  let t = r;
2282
2282
  const o = t.match(/var\(--[\w-]+/g) ?? [];
2283
2283
  for (const l of o) {
2284
- const c = l.replace(/^var\(/, ""), a = wr(c);
2285
- a && (t = t.split(l).join(a));
2284
+ const c = l.replace(/^var\(/, ""), i = Lr(c);
2285
+ i && (t = t.split(l).join(i));
2286
2286
  }
2287
2287
  return t;
2288
2288
  }
2289
- function Cr(r) {
2289
+ function Gr(r) {
2290
2290
  var u;
2291
2291
  let t = r.trim();
2292
2292
  if (/^#([0-9a-f]{3}){1,2}$/i.test(t))
2293
- return t.length === 4 && (t = "#" + t.slice(1).split("").map((f) => f + f).join("")), {
2293
+ return t.length === 4 && (t = "#" + t.slice(1).split("").map((p) => p + p).join("")), {
2294
2294
  r: parseInt(t.slice(1, 3), 16),
2295
2295
  g: parseInt(t.slice(3, 5), 16),
2296
2296
  b: parseInt(t.slice(5, 7), 16)
2297
2297
  };
2298
- const c = ((u = kr(t).replace(/[()/;,]/g, " ").match(/-?\d+(\.\d+)?/g)) == null ? void 0 : u.map(Number)) ?? [];
2298
+ const c = ((u = Pr(t).replace(/[()/;,]/g, " ").match(/-?\d+(\.\d+)?/g)) == null ? void 0 : u.map(Number)) ?? [];
2299
2299
  if (c.length < 3) return null;
2300
- const [a, s, d] = c;
2300
+ const [i, s, d] = c;
2301
2301
  return {
2302
- r: Math.max(0, Math.min(255, Math.round(a))),
2302
+ r: Math.max(0, Math.min(255, Math.round(i))),
2303
2303
  g: Math.max(0, Math.min(255, Math.round(s))),
2304
2304
  b: Math.max(0, Math.min(255, Math.round(d)))
2305
2305
  };
2306
2306
  }
2307
- function ae(r) {
2308
- const t = Cr(r);
2307
+ function me(r) {
2308
+ const t = Gr(r);
2309
2309
  if (!t) return 0;
2310
2310
  const o = [t.r, t.g, t.b].map((l) => l / 255).map((l) => l <= 0.03928 ? l / 12.92 : Math.pow((l + 0.055) / 1.055, 2.4));
2311
2311
  return 0.2126 * o[0] + 0.7152 * o[1] + 0.0722 * o[2];
2312
2312
  }
2313
- function ye(r, t) {
2313
+ function je(r, t) {
2314
2314
  const [o, l] = r > t ? [r, t] : [t, r];
2315
2315
  return (o + 0.05) / (l + 0.05);
2316
2316
  }
2317
- function R(r, t = "#ffffff", o = "#0f172a") {
2318
- const l = ae(r), c = ae(t), a = ae(o);
2319
- return ye(l, c) >= ye(l, a) ? t : o;
2317
+ function $(r, t = "#ffffff", o = "#0f172a") {
2318
+ const l = me(r), c = me(t), i = me(o);
2319
+ return je(l, c) >= je(l, i) ? t : o;
2320
2320
  }
2321
- const Mr = {
2321
+ function Er(r, t) {
2322
+ const o = { ...t };
2323
+ for (const l in t) {
2324
+ const c = r[l], i = t[l];
2325
+ /^on[A-Z]/.test(l) ? c && i ? o[l] = (...d) => {
2326
+ i(...d), c(...d);
2327
+ } : c && (o[l] = c) : l === "style" ? o[l] = { ...c, ...i } : l === "className" && (o[l] = a(c, i));
2328
+ }
2329
+ return { ...r, ...o };
2330
+ }
2331
+ function Br(...r) {
2332
+ return (t) => {
2333
+ for (const o of r)
2334
+ typeof o == "function" ? o(t) : o != null && (o.current = t);
2335
+ };
2336
+ }
2337
+ const Ue = L((r, t) => {
2338
+ const { children: o, ...l } = r;
2339
+ if (!Ze(o))
2340
+ return null;
2341
+ const c = _e.only(o), i = Br(t, c.ref);
2342
+ return Je(c, {
2343
+ ...Er(l, c.props),
2344
+ ref: i
2345
+ });
2346
+ });
2347
+ Ue.displayName = "Slot";
2348
+ const Ir = {
2322
2349
  primary: "bg-primary text-on-primary hover:bg-primary-hover",
2323
2350
  dark: "bg-secondary text-on-secondary hover:bg-secondary-hover",
2324
2351
  outline: "border border-border bg-transparent text-foreground hover:border-foreground/30 hover:bg-surface",
2325
2352
  ghost: "text-foreground hover:bg-surface",
2326
2353
  link: "px-0 h-auto text-primary hover:text-primary-hover"
2327
- }, jr = {
2354
+ }, Rr = {
2328
2355
  sm: "h-9 px-4 text-[13px] gap-1.5",
2329
2356
  md: "h-11 px-5 text-sm gap-2",
2330
2357
  lg: "h-12 px-7 text-[15px] gap-2"
2331
- }, zr = "group inline-flex select-none items-center justify-center rounded-lg font-medium tracking-tight transition-[background-color,border-color,color,box-shadow] duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:opacity-50 cursor-pointer", Sr = P(
2358
+ }, Vr = "group inline-flex select-none items-center justify-center rounded-lg font-medium tracking-tight transition-[background-color,border-color,color,box-shadow] duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:opacity-50 cursor-pointer", Fr = L(
2332
2359
  ({
2333
2360
  className: r,
2334
2361
  variant: t = "primary",
2335
2362
  size: o = "md",
2336
2363
  iconLeft: l,
2337
2364
  iconRight: c,
2338
- customColor: a,
2365
+ customColor: i,
2339
2366
  fullWidth: s,
2340
- style: d,
2341
- type: u = "button",
2342
- children: f,
2343
- ...g
2344
- }, m) => {
2345
- const x = a ? {
2346
- ...d,
2347
- backgroundColor: a,
2348
- color: R(a)
2349
- } : d, p = t === "link";
2350
- return /* @__PURE__ */ n(
2367
+ asChild: d,
2368
+ style: u,
2369
+ type: p = "button",
2370
+ children: h,
2371
+ ...m
2372
+ }, v) => {
2373
+ const g = i ? {
2374
+ ...u,
2375
+ backgroundColor: i,
2376
+ color: $(i)
2377
+ } : u, f = t === "link", x = a(
2378
+ Vr,
2379
+ Rr[o],
2380
+ i ? "hover:brightness-95" : Ir[t],
2381
+ f && "underline-offset-4 hover:underline",
2382
+ s && "w-full",
2383
+ r
2384
+ );
2385
+ return d ? /* @__PURE__ */ e(Ue, { ref: v, style: g, className: x, ...m, children: h }) : /* @__PURE__ */ n(
2351
2386
  "button",
2352
2387
  {
2353
- ref: m,
2354
- type: u,
2355
- style: x,
2356
- className: i(
2357
- zr,
2358
- jr[o],
2359
- a ? "hover:brightness-95" : Mr[t],
2360
- p && "underline-offset-4 hover:underline",
2361
- s && "w-full",
2362
- r
2363
- ),
2364
- ...g,
2388
+ ref: v,
2389
+ type: p,
2390
+ style: g,
2391
+ className: x,
2392
+ ...m,
2365
2393
  children: [
2366
- l ? /* @__PURE__ */ e("span", { className: i("shrink-0", !p && "opacity-70"), children: l }) : null,
2367
- f,
2394
+ l ? /* @__PURE__ */ e("span", { className: a("shrink-0", !f && "opacity-70"), children: l }) : null,
2395
+ h,
2368
2396
  c ? /* @__PURE__ */ e(
2369
2397
  "span",
2370
2398
  {
2371
- className: i(
2399
+ className: a(
2372
2400
  "shrink-0 transition-transform duration-200",
2373
- !p && "opacity-70 group-hover:translate-x-0.5"
2401
+ !f && "opacity-70 group-hover:translate-x-0.5"
2374
2402
  ),
2375
2403
  children: c
2376
2404
  }
@@ -2380,27 +2408,27 @@ const Mr = {
2380
2408
  );
2381
2409
  }
2382
2410
  );
2383
- Sr.displayName = "Button";
2384
- const Ar = "inline-flex items-center rounded-full font-medium tracking-tight transition-colors duration-200", Pr = {
2411
+ Fr.displayName = "Button";
2412
+ const $r = "inline-flex items-center rounded-full font-medium tracking-tight transition-colors duration-200", Hr = {
2385
2413
  sm: "px-2.5 py-0.5 text-xs gap-1",
2386
2414
  md: "px-3 py-1 text-[13px] gap-1.5"
2387
- }, Tr = {
2415
+ }, Or = {
2388
2416
  solid: "bg-primary text-on-primary",
2389
2417
  soft: "bg-primary-soft text-primary",
2390
2418
  outline: "text-muted-foreground ring-1 ring-inset ring-border",
2391
2419
  dot: "text-foreground ring-1 ring-inset ring-border bg-surface"
2392
- }, ue = P(
2393
- ({ className: r, variant: t = "soft", size: o = "md", icon: l, customColor: c, style: a, children: s, ...d }, u) => {
2394
- const f = c ? { ...a, backgroundColor: c, color: R(c, "#111111", "#ffffff") } : a;
2420
+ }, xe = L(
2421
+ ({ className: r, variant: t = "soft", size: o = "md", icon: l, customColor: c, style: i, children: s, ...d }, u) => {
2422
+ const p = c ? { ...i, backgroundColor: c, color: $(c, "#111111", "#ffffff") } : i;
2395
2423
  return /* @__PURE__ */ n(
2396
2424
  "span",
2397
2425
  {
2398
2426
  ref: u,
2399
- style: f,
2400
- className: i(
2401
- Ar,
2402
- Pr[o],
2403
- c ? void 0 : Tr[t],
2427
+ style: p,
2428
+ className: a(
2429
+ $r,
2430
+ Hr[o],
2431
+ c ? void 0 : Or[t],
2404
2432
  r
2405
2433
  ),
2406
2434
  ...d,
@@ -2409,7 +2437,7 @@ const Ar = "inline-flex items-center rounded-full font-medium tracking-tight tra
2409
2437
  "span",
2410
2438
  {
2411
2439
  "aria-hidden": !0,
2412
- className: i(
2440
+ className: a(
2413
2441
  "h-1.5 w-1.5 shrink-0 rounded-full",
2414
2442
  c ? "currentColor" : "bg-primary"
2415
2443
  ),
@@ -2423,19 +2451,19 @@ const Ar = "inline-flex items-center rounded-full font-medium tracking-tight tra
2423
2451
  );
2424
2452
  }
2425
2453
  );
2426
- ue.displayName = "Badge";
2427
- const Ir = {
2454
+ xe.displayName = "Badge";
2455
+ const Ur = {
2428
2456
  outlined: "border border-border bg-surface",
2429
2457
  elevated: "border border-border bg-surface shadow-soft",
2430
2458
  inset: "bg-surface-strong"
2431
- }, Br = P(
2459
+ }, Wr = L(
2432
2460
  ({ className: r, variant: t = "outlined", interactive: o = !1, ...l }, c) => /* @__PURE__ */ e(
2433
2461
  "div",
2434
2462
  {
2435
2463
  ref: c,
2436
- className: i(
2464
+ className: a(
2437
2465
  "rounded-xl transition-[border-color,box-shadow,transform] duration-200",
2438
- Ir[t],
2466
+ Ur[t],
2439
2467
  o && "cursor-pointer hover:-translate-y-0.5 hover:border-foreground/20 hover:shadow-raised",
2440
2468
  "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",
2441
2469
  r
@@ -2444,50 +2472,50 @@ const Ir = {
2444
2472
  }
2445
2473
  )
2446
2474
  );
2447
- Br.displayName = "Card";
2448
- const Lr = P(
2449
- ({ className: r, icon: t, children: o, ...l }, c) => /* @__PURE__ */ n("div", { ref: c, className: i("flex flex-col gap-2 p-6 pb-0", r), ...l, children: [
2475
+ Wr.displayName = "Card";
2476
+ const Kr = L(
2477
+ ({ className: r, icon: t, children: o, ...l }, c) => /* @__PURE__ */ n("div", { ref: c, className: a("flex flex-col gap-2 p-6 pb-0", r), ...l, children: [
2450
2478
  t ? /* @__PURE__ */ e("div", { className: "mb-1.5", children: t }) : null,
2451
2479
  o
2452
2480
  ] })
2453
2481
  );
2454
- Lr.displayName = "CardHeader";
2455
- const Rr = P(
2482
+ Kr.displayName = "CardHeader";
2483
+ const Dr = L(
2456
2484
  ({ className: r, ...t }, o) => /* @__PURE__ */ e(
2457
2485
  "h3",
2458
2486
  {
2459
2487
  ref: o,
2460
- className: i("font-display text-lg font-semibold tracking-tight text-foreground", r),
2488
+ className: a("font-display text-lg font-semibold tracking-tight text-foreground", r),
2461
2489
  ...t
2462
2490
  }
2463
2491
  )
2464
2492
  );
2465
- Rr.displayName = "CardTitle";
2466
- const $r = P(
2467
- ({ className: r, ...t }, o) => /* @__PURE__ */ e("p", { ref: o, className: i("text-sm leading-6 text-muted-foreground", r), ...t })
2493
+ Dr.displayName = "CardTitle";
2494
+ const Yr = L(
2495
+ ({ className: r, ...t }, o) => /* @__PURE__ */ e("p", { ref: o, className: a("text-sm leading-6 text-muted-foreground", r), ...t })
2468
2496
  );
2469
- $r.displayName = "CardDescription";
2470
- const Gr = P(
2471
- ({ className: r, ...t }, o) => /* @__PURE__ */ e("div", { ref: o, className: i("p-6 pt-5", r), ...t })
2497
+ Yr.displayName = "CardDescription";
2498
+ const qr = L(
2499
+ ({ className: r, ...t }, o) => /* @__PURE__ */ e("div", { ref: o, className: a("p-6 pt-5", r), ...t })
2472
2500
  );
2473
- Gr.displayName = "CardContent";
2474
- const Er = P(
2475
- ({ className: r, ...t }, o) => /* @__PURE__ */ e("div", { ref: o, className: i("flex items-center gap-3 border-t border-border/70 p-6 pt-5", r), ...t })
2501
+ qr.displayName = "CardContent";
2502
+ const Zr = L(
2503
+ ({ className: r, ...t }, o) => /* @__PURE__ */ e("div", { ref: o, className: a("flex items-center gap-3 border-t border-border/70 p-6 pt-5", r), ...t })
2476
2504
  );
2477
- Er.displayName = "CardFooter";
2478
- const Vr = {
2505
+ Zr.displayName = "CardFooter";
2506
+ const _r = {
2479
2507
  sm: "max-w-xl",
2480
2508
  md: "max-w-3xl",
2481
2509
  lg: "max-w-5xl",
2482
2510
  xl: "max-w-6xl"
2483
- }, F = P(
2484
- ({ className: r, as: t, size: o = "xl", gutters: l = !0, ...c }, a) => /* @__PURE__ */ e(
2511
+ }, D = L(
2512
+ ({ className: r, as: t, size: o = "xl", gutters: l = !0, ...c }, i) => /* @__PURE__ */ e(
2485
2513
  t ?? "div",
2486
2514
  {
2487
- ref: a,
2488
- className: i(
2515
+ ref: i,
2516
+ className: a(
2489
2517
  "mx-auto w-full",
2490
- o !== "full" && Vr[o],
2518
+ o !== "full" && _r[o],
2491
2519
  l && "px-5 sm:px-8",
2492
2520
  r
2493
2521
  ),
@@ -2495,8 +2523,8 @@ const Vr = {
2495
2523
  }
2496
2524
  )
2497
2525
  );
2498
- F.displayName = "Container";
2499
- const Fr = {
2526
+ D.displayName = "Container";
2527
+ const Jr = {
2500
2528
  0: "gap-0",
2501
2529
  1: "gap-1",
2502
2530
  2: "gap-2",
@@ -2509,42 +2537,42 @@ const Fr = {
2509
2537
  12: "gap-12",
2510
2538
  16: "gap-16",
2511
2539
  20: "gap-20"
2512
- }, qr = P(
2540
+ }, Qr = L(
2513
2541
  ({ className: r, gap: t = 4, horizontal: o = !1, ...l }, c) => /* @__PURE__ */ e(
2514
2542
  "div",
2515
2543
  {
2516
2544
  ref: c,
2517
- className: i(
2545
+ className: a(
2518
2546
  "flex",
2519
2547
  o ? "flex-row flex-wrap items-center" : "flex-col",
2520
- Fr[t],
2548
+ Jr[t],
2521
2549
  r
2522
2550
  ),
2523
2551
  ...l
2524
2552
  }
2525
2553
  )
2526
2554
  );
2527
- qr.displayName = "Stack";
2528
- const ie = "inline-flex items-center gap-2 text-xs font-semibold tracking-[0.18em] uppercase", Hr = {
2529
- caps: i(ie, "text-foreground/50"),
2530
- soft: i(
2531
- ie,
2555
+ Qr.displayName = "Stack";
2556
+ const ue = "inline-flex items-center gap-2 text-xs font-semibold tracking-[0.18em] uppercase", Xr = {
2557
+ caps: a(ue, "text-foreground/50"),
2558
+ soft: a(
2559
+ ue,
2532
2560
  "rounded-full px-3 py-1 text-primary tracking-widest bg-primary-soft uppercase"
2533
2561
  ),
2534
- plain: i(ie, "text-primary")
2535
- }, $e = P(
2536
- ({ className: r, eyebrow: t, eyebrowStyle: o = "caps", title: l, description: c, align: a = "center", children: s, ...d }, u) => /* @__PURE__ */ n(
2562
+ plain: a(ue, "text-primary")
2563
+ }, We = L(
2564
+ ({ className: r, eyebrow: t, eyebrowStyle: o = "caps", title: l, description: c, align: i = "center", children: s, ...d }, u) => /* @__PURE__ */ n(
2537
2565
  "div",
2538
2566
  {
2539
2567
  ref: u,
2540
- className: i(
2568
+ className: a(
2541
2569
  "mb-14 max-w-2xl",
2542
- a === "center" && "mx-auto text-center",
2570
+ i === "center" && "mx-auto text-center",
2543
2571
  r
2544
2572
  ),
2545
2573
  ...d,
2546
2574
  children: [
2547
- t ? /* @__PURE__ */ e("p", { className: Hr[o], children: t }) : null,
2575
+ t ? /* @__PURE__ */ e("p", { className: Xr[o], children: t }) : null,
2548
2576
  l ? /* @__PURE__ */ e("h2", { className: "mt-5 font-display text-balance text-[1.9rem] font-semibold leading-[1.08] tracking-tight text-foreground sm:text-4xl", children: l }) : null,
2549
2577
  c ? /* @__PURE__ */ e("p", { className: "mt-4 text-pretty text-base leading-7 text-muted-foreground sm:text-lg", children: c }) : null,
2550
2578
  s
@@ -2552,31 +2580,31 @@ const ie = "inline-flex items-center gap-2 text-xs font-semibold tracking-[0.18e
2552
2580
  }
2553
2581
  )
2554
2582
  );
2555
- $e.displayName = "SectionHeader";
2556
- const Or = {
2583
+ We.displayName = "SectionHeader";
2584
+ const et = {
2557
2585
  sm: "py-14",
2558
2586
  md: "py-20 sm:py-24",
2559
2587
  lg: "py-24 sm:py-32"
2560
- }, _r = P(
2588
+ }, rt = L(
2561
2589
  ({
2562
2590
  className: r,
2563
2591
  containerClassName: t,
2564
2592
  size: o = "md",
2565
2593
  eyebrow: l,
2566
2594
  eyebrowStyle: c,
2567
- title: a,
2595
+ title: i,
2568
2596
  description: s,
2569
2597
  align: d = "center",
2570
2598
  children: u,
2571
- id: f,
2572
- ...g
2573
- }, m) => /* @__PURE__ */ e("section", { ref: m, id: f, className: i("w-full", Or[o], r), ...g, children: /* @__PURE__ */ n(F, { className: t, children: [
2574
- l || a || s ? /* @__PURE__ */ e(
2575
- $e,
2599
+ id: p,
2600
+ ...h
2601
+ }, m) => /* @__PURE__ */ e("section", { ref: m, id: p, className: a("w-full", et[o], r), ...h, children: /* @__PURE__ */ n(D, { className: t, children: [
2602
+ l || i || s ? /* @__PURE__ */ e(
2603
+ We,
2576
2604
  {
2577
2605
  eyebrow: l,
2578
2606
  eyebrowStyle: c,
2579
- title: a,
2607
+ title: i,
2580
2608
  description: s,
2581
2609
  align: d
2582
2610
  }
@@ -2584,47 +2612,47 @@ const Or = {
2584
2612
  u
2585
2613
  ] }) })
2586
2614
  );
2587
- _r.displayName = "Section";
2588
- function ve(r) {
2615
+ rt.displayName = "Section";
2616
+ function ze(r) {
2589
2617
  return typeof window > "u" ? "" : window.getComputedStyle(document.documentElement).getPropertyValue(r).trim();
2590
2618
  }
2591
- function he(r, t = "#ffffff") {
2592
- const [o, l] = L(() => {
2593
- const c = ve(r);
2594
- return c ? R(c) : t;
2619
+ function ke(r, t = "#ffffff") {
2620
+ const [o, l] = V(() => {
2621
+ const c = ze(r);
2622
+ return c ? $(c) : t;
2595
2623
  });
2596
- return qe(() => {
2624
+ return _(() => {
2597
2625
  const c = () => {
2598
- const s = ve(r);
2599
- l(s ? R(s) : t);
2626
+ const s = ze(r);
2627
+ l(s ? $(s) : t);
2600
2628
  };
2601
2629
  c();
2602
- const a = new MutationObserver(c);
2603
- return a.observe(document.documentElement, {
2630
+ const i = new MutationObserver(c);
2631
+ return i.observe(document.documentElement, {
2604
2632
  attributes: !0,
2605
2633
  attributeFilter: ["style", "class"]
2606
- }), () => a.disconnect();
2634
+ }), () => i.disconnect();
2607
2635
  }, [r, t]), o;
2608
2636
  }
2609
- const Ne = "font-display font-semibold tracking-[-0.03em] text-balance text-foreground", Ur = P(
2610
- ({ className: r, variant: t = "split", eyebrow: o, title: l, description: c, primaryAction: a, secondaryAction: s, media: d, meta: u, id: f, ...g }, m) => {
2611
- const x = t === "centered", h = he(t === "statement" ? "--color-secondary" : "--color-primary"), y = "relative mx-auto flex w-full max-w-6xl flex-col items-center px-5 sm:px-8", b = typeof o == "string" ? /* @__PURE__ */ e("p", { className: "text-xs font-semibold uppercase tracking-[0.2em] text-primary", children: o }) : o ? /* @__PURE__ */ e("div", { children: o }) : null, C = a || s ? /* @__PURE__ */ n("div", { className: "flex flex-wrap items-center gap-4", children: [
2612
- a,
2637
+ const Ae = "font-display font-semibold tracking-[-0.03em] text-balance text-foreground", tt = L(
2638
+ ({ className: r, variant: t = "split", eyebrow: o, title: l, description: c, primaryAction: i, secondaryAction: s, media: d, meta: u, id: p, ...h }, m) => {
2639
+ const v = t === "centered", f = ke(t === "statement" ? "--color-secondary" : "--color-primary"), x = "relative mx-auto flex w-full max-w-6xl flex-col items-center px-5 sm:px-8", b = typeof o == "string" ? /* @__PURE__ */ e("p", { className: "text-xs font-semibold uppercase tracking-[0.2em] text-primary", children: o }) : o ? /* @__PURE__ */ e("div", { children: o }) : null, N = i || s ? /* @__PURE__ */ n("div", { className: "flex flex-wrap items-center gap-4", children: [
2640
+ i,
2613
2641
  s
2614
2642
  ] }) : null;
2615
2643
  return t === "split" ? /* @__PURE__ */ e(
2616
2644
  "section",
2617
2645
  {
2618
2646
  ref: m,
2619
- id: f,
2620
- className: i("relative w-full border-b border-border bg-background", r),
2621
- ...g,
2622
- children: /* @__PURE__ */ n("div", { className: i(y, "items-start gap-14 pt-20 pb-20 sm:pt-28 sm:pb-28 lg:grid lg:grid-cols-[1.05fr_0.95fr] lg:gap-20"), children: [
2647
+ id: p,
2648
+ className: a("relative w-full border-b border-border bg-background", r),
2649
+ ...h,
2650
+ children: /* @__PURE__ */ n("div", { className: a(x, "items-start gap-14 pt-20 pb-20 sm:pt-28 sm:pb-28 lg:grid lg:grid-cols-[1.05fr_0.95fr] lg:gap-20"), children: [
2623
2651
  /* @__PURE__ */ n("div", { className: "max-w-xl", children: [
2624
2652
  b,
2625
- /* @__PURE__ */ e("h1", { className: i(Ne, "mt-6 text-5xl leading-[1.03] sm:text-6xl lg:text-7xl"), children: l }),
2653
+ /* @__PURE__ */ e("h1", { className: a(Ae, "mt-6 text-5xl leading-[1.03] sm:text-6xl lg:text-7xl"), children: l }),
2626
2654
  c ? /* @__PURE__ */ e("p", { className: "mt-7 max-w-md text-pretty leading-relaxed text-muted-foreground sm:text-lg", children: c }) : null,
2627
- C ? /* @__PURE__ */ e("div", { className: "mt-10", children: C }) : null,
2655
+ N ? /* @__PURE__ */ e("div", { className: "mt-10", children: N }) : null,
2628
2656
  u ? /* @__PURE__ */ e("ul", { className: "mt-14 flex flex-wrap items-center gap-x-8 gap-y-3 border-t border-border pt-6", children: u.map((w) => /* @__PURE__ */ n("li", { className: "flex items-center gap-2 text-sm text-muted-foreground", children: [
2629
2657
  w.icon ? /* @__PURE__ */ e("span", { className: "text-foreground/35", children: w.icon }) : null,
2630
2658
  w.label
@@ -2633,24 +2661,24 @@ const Ne = "font-display font-semibold tracking-[-0.03em] text-balance text-fore
2633
2661
  d ? /* @__PURE__ */ e("div", { className: "w-full self-center", children: d }) : null
2634
2662
  ] })
2635
2663
  }
2636
- ) : x ? /* @__PURE__ */ e(
2664
+ ) : v ? /* @__PURE__ */ e(
2637
2665
  "section",
2638
2666
  {
2639
2667
  ref: m,
2640
- id: f,
2641
- className: i("relative w-full border-b border-border bg-background", r),
2642
- ...g,
2643
- children: /* @__PURE__ */ n("div", { className: i(y, "pt-24 pb-20 text-center sm:pt-32 sm:pb-24"), children: [
2668
+ id: p,
2669
+ className: a("relative w-full border-b border-border bg-background", r),
2670
+ ...h,
2671
+ children: /* @__PURE__ */ n("div", { className: a(x, "pt-24 pb-20 text-center sm:pt-32 sm:pb-24"), children: [
2644
2672
  b,
2645
- /* @__PURE__ */ e("h1", { className: i(Ne, "mt-7 max-w-4xl text-5xl leading-[1.04] sm:text-6xl lg:text-7xl"), children: l }),
2673
+ /* @__PURE__ */ e("h1", { className: a(Ae, "mt-7 max-w-4xl text-5xl leading-[1.04] sm:text-6xl lg:text-7xl"), children: l }),
2646
2674
  c ? /* @__PURE__ */ e("p", { className: "mx-auto mt-7 max-w-xl text-pretty leading-relaxed text-muted-foreground sm:text-lg", children: c }) : null,
2647
- C ? /* @__PURE__ */ e("div", { className: "mt-10 justify-center", children: C }) : null,
2648
- u ? /* @__PURE__ */ e("ul", { className: "mt-14 flex flex-wrap items-center justify-center gap-x-9 gap-y-3", children: u.map((w, B) => /* @__PURE__ */ n(
2675
+ N ? /* @__PURE__ */ e("div", { className: "mt-10 justify-center", children: N }) : null,
2676
+ u ? /* @__PURE__ */ e("ul", { className: "mt-14 flex flex-wrap items-center justify-center gap-x-9 gap-y-3", children: u.map((w, E) => /* @__PURE__ */ n(
2649
2677
  "li",
2650
2678
  {
2651
- className: i(
2679
+ className: a(
2652
2680
  "flex items-center gap-2 text-sm text-muted-foreground",
2653
- B > 0 && "sm:border-l sm:border-border sm:pl-9"
2681
+ E > 0 && "sm:border-l sm:border-border sm:pl-9"
2654
2682
  ),
2655
2683
  children: [
2656
2684
  w.icon ? /* @__PURE__ */ e("span", { className: "text-foreground/35", children: w.icon }) : null,
@@ -2666,25 +2694,25 @@ const Ne = "font-display font-semibold tracking-[-0.03em] text-balance text-fore
2666
2694
  "section",
2667
2695
  {
2668
2696
  ref: m,
2669
- id: f,
2670
- className: i("relative w-full overflow-hidden bg-secondary", r),
2671
- style: { color: h },
2672
- ...g,
2697
+ id: p,
2698
+ className: a("relative w-full overflow-hidden bg-secondary", r),
2699
+ style: { color: f },
2700
+ ...h,
2673
2701
  children: [
2674
2702
  /* @__PURE__ */ e("div", { "aria-hidden": !0, className: "pointer-events-none absolute inset-0 grain opacity-[0.07] mix-blend-overlay" }),
2675
2703
  /* @__PURE__ */ e("div", { "aria-hidden": !0, className: "pointer-events-none absolute inset-x-0 top-0 h-px bg-white/10" }),
2676
- /* @__PURE__ */ n("div", { className: i(y, "pt-28 pb-24 text-center sm:pt-36 sm:pb-32"), children: [
2704
+ /* @__PURE__ */ n("div", { className: a(x, "pt-28 pb-24 text-center sm:pt-36 sm:pb-32"), children: [
2677
2705
  /* @__PURE__ */ e(
2678
2706
  "h1",
2679
2707
  {
2680
2708
  className: "max-w-5xl font-display text-[2.9rem] font-semibold leading-[1.02] tracking-[-0.04em] text-balance sm:text-7xl lg:text-8xl",
2681
- style: { color: h },
2709
+ style: { color: f },
2682
2710
  children: l
2683
2711
  }
2684
2712
  ),
2685
- c ? /* @__PURE__ */ e("p", { className: "mx-auto mt-8 max-w-xl text-pretty leading-relaxed sm:text-lg", style: { color: h, opacity: 0.72 }, children: c }) : null,
2686
- C ? /* @__PURE__ */ e("div", { className: "mt-11 justify-center", children: C }) : null,
2687
- u ? /* @__PURE__ */ e("ul", { className: "mt-16 flex flex-wrap items-center justify-center gap-x-10 gap-y-3", children: u.map((w) => /* @__PURE__ */ n("li", { className: "flex items-center gap-2 text-sm font-medium", style: { color: h, opacity: 0.72 }, children: [
2713
+ c ? /* @__PURE__ */ e("p", { className: "mx-auto mt-8 max-w-xl text-pretty leading-relaxed sm:text-lg", style: { color: f, opacity: 0.72 }, children: c }) : null,
2714
+ N ? /* @__PURE__ */ e("div", { className: "mt-11 justify-center", children: N }) : null,
2715
+ u ? /* @__PURE__ */ e("ul", { className: "mt-16 flex flex-wrap items-center justify-center gap-x-10 gap-y-3", children: u.map((w) => /* @__PURE__ */ n("li", { className: "flex items-center gap-2 text-sm font-medium", style: { color: f, opacity: 0.72 }, children: [
2688
2716
  w.icon ? /* @__PURE__ */ e("span", { children: w.icon }) : null,
2689
2717
  w.label
2690
2718
  ] }, w.label)) }) : null
@@ -2694,8 +2722,8 @@ const Ne = "font-display font-semibold tracking-[-0.03em] text-balance text-fore
2694
2722
  );
2695
2723
  }
2696
2724
  );
2697
- Ur.displayName = "Hero";
2698
- const k = {
2725
+ tt.displayName = "Hero";
2726
+ const C = {
2699
2727
  xmlns: "http://www.w3.org/2000/svg",
2700
2728
  viewBox: "0 0 24 24",
2701
2729
  fill: "none",
@@ -2704,82 +2732,82 @@ const k = {
2704
2732
  strokeLinecap: "round",
2705
2733
  strokeLinejoin: "round",
2706
2734
  "aria-hidden": !0
2707
- }, W = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2735
+ }, X = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2708
2736
  /* @__PURE__ */ e("path", { d: "M5 12h14" }),
2709
2737
  /* @__PURE__ */ e("path", { d: "m13 6 6 6-6 6" })
2710
- ] }), Wr = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2738
+ ] }), ot = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2711
2739
  /* @__PURE__ */ e("path", { d: "M7 17 17 7" }),
2712
2740
  /* @__PURE__ */ e("path", { d: "M8 7h9v9" })
2713
- ] }), Yr = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2741
+ ] }), nt = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2714
2742
  /* @__PURE__ */ e("path", { d: "M12 5v14" }),
2715
2743
  /* @__PURE__ */ e("path", { d: "m6 13 6 6 6-6" })
2716
- ] }), Qr = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2744
+ ] }), lt = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2717
2745
  /* @__PURE__ */ e("path", { d: "M12 19V5" }),
2718
2746
  /* @__PURE__ */ e("path", { d: "m6 11 6-6 6 6" })
2719
- ] }), le = (r) => /* @__PURE__ */ e("svg", { ...k, ...r, children: /* @__PURE__ */ e("path", { d: "M20 6 9 17l-5-5" }) }), we = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2747
+ ] }), ee = (r) => /* @__PURE__ */ e("svg", { ...C, ...r, children: /* @__PURE__ */ e("path", { d: "M20 6 9 17l-5-5" }) }), Te = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2720
2748
  /* @__PURE__ */ e("path", { d: "M12 5v14" }),
2721
2749
  /* @__PURE__ */ e("path", { d: "M5 12h14" })
2722
- ] }), Ge = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2750
+ ] }), Ce = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2723
2751
  /* @__PURE__ */ e("path", { d: "M18 6 6 18" }),
2724
2752
  /* @__PURE__ */ e("path", { d: "m6 6 12 12" })
2725
- ] }), Ee = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2753
+ ] }), Ke = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2726
2754
  /* @__PURE__ */ e("path", { d: "M4 7h16" }),
2727
2755
  /* @__PURE__ */ e("path", { d: "M4 12h16" }),
2728
2756
  /* @__PURE__ */ e("path", { d: "M4 17h16" })
2729
- ] }), ke = (r) => /* @__PURE__ */ e("svg", { ...k, ...r, children: /* @__PURE__ */ e("path", { d: "m6 9 6 6 6-6" }) }), Dr = (r) => /* @__PURE__ */ e("svg", { ...k, ...r, children: /* @__PURE__ */ e("path", { d: "m9 6 6 6-6 6" }) }), Jr = (r) => /* @__PURE__ */ e("svg", { ...k, ...r, children: /* @__PURE__ */ e("path", { d: "m15 6-6 6 6 6" }) }), Mt = (r) => /* @__PURE__ */ e("svg", { ...k, ...r, children: /* @__PURE__ */ e("path", { d: "M13 2 3 14h7l-1 8 10-12h-7l1-8z" }) }), jt = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2757
+ ] }), be = (r) => /* @__PURE__ */ e("svg", { ...C, ...r, children: /* @__PURE__ */ e("path", { d: "m6 9 6 6 6-6" }) }), st = (r) => /* @__PURE__ */ e("svg", { ...C, ...r, children: /* @__PURE__ */ e("path", { d: "m9 6 6 6-6 6" }) }), at = (r) => /* @__PURE__ */ e("svg", { ...C, ...r, children: /* @__PURE__ */ e("path", { d: "m15 6-6 6 6 6" }) }), $t = (r) => /* @__PURE__ */ e("svg", { ...C, ...r, children: /* @__PURE__ */ e("path", { d: "M13 2 3 14h7l-1 8 10-12h-7l1-8z" }) }), Ht = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2730
2758
  /* @__PURE__ */ e("path", { d: "M12 3 5 6v5c0 4.5 3 7.5 7 9 4-1.5 7-4.5 7-9V6l-7-3z" }),
2731
2759
  /* @__PURE__ */ e("path", { d: "m9 12 2 2 4-4" })
2732
- ] }), zt = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2760
+ ] }), Ot = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2733
2761
  /* @__PURE__ */ e("path", { d: "m12 2 9 5-9 5-9-5 9-5z" }),
2734
2762
  /* @__PURE__ */ e("path", { d: "m3 12 9 5 9-5" }),
2735
2763
  /* @__PURE__ */ e("path", { d: "m3 17 9 5 9-5" })
2736
- ] }), St = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2764
+ ] }), Ut = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2737
2765
  /* @__PURE__ */ e("rect", { width: "14", height: "20", x: "5", y: "2", rx: "2.5" }),
2738
2766
  /* @__PURE__ */ e("path", { d: "M12 18h.01" })
2739
- ] }), At = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2767
+ ] }), Wt = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2740
2768
  /* @__PURE__ */ e("path", { d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16z" }),
2741
2769
  /* @__PURE__ */ e("path", { d: "m12 14 4-4" }),
2742
2770
  /* @__PURE__ */ e("path", { d: "M12 10.5 9 13.5" })
2743
- ] }), Pt = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2771
+ ] }), Kt = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2744
2772
  /* @__PURE__ */ e("path", { d: "M3 20h18" }),
2745
2773
  /* @__PURE__ */ e("path", { d: "M7 20V8" }),
2746
2774
  /* @__PURE__ */ e("path", { d: "M12 20V4" }),
2747
2775
  /* @__PURE__ */ e("path", { d: "M17 20v-7" })
2748
- ] }), Tt = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2776
+ ] }), Dt = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2749
2777
  /* @__PURE__ */ e("path", { d: "M16 21v-2a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v2" }),
2750
2778
  /* @__PURE__ */ e("circle", { cx: "9", cy: "7", r: "4" }),
2751
2779
  /* @__PURE__ */ e("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
2752
2780
  /* @__PURE__ */ e("path", { d: "M16 3.13a4 4 0 0 1 0 7.75" })
2753
- ] }), Xr = (r) => /* @__PURE__ */ e("svg", { viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": !0, ...r, children: /* @__PURE__ */ e("path", { d: "M12 2.5c.33 0 .63.19.77.5l1.98 4.01 4.42.64c.62.09.87.85.42 1.29l-3.2 3.12.76 4.4c.11.62-.55 1.1-1.1.8L12 15.13l-3.95 2.08c-.56.29-1.21-.18-1.1-.8l.76-4.4-3.2-3.12a.78.78 0 0 1 .42-1.29l4.42-.64L11.23 3c.14-.31.44-.5.77-.5z" }) }), Ve = (r) => /* @__PURE__ */ e("svg", { viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": !0, ...r, children: /* @__PURE__ */ e("path", { d: "M10.5 5C7 5 4.5 7.5 4.5 11c0 3.3 2.2 5.5 5.2 5.5.2 0 .4 0 .5-.1-.2 1.5-1.3 2.6-2.9 3.2a.75.75 0 1 0 .4 1.4c3.6-1 5.8-3.8 5.8-7.7V7.5C13 6.1 11.9 5 10.5 5zm9 0C16 5 13.5 7.5 13.5 11c0 3.3 2.2 5.5 5.2 5.5.2 0 .4 0 .5-.1-.2 1.5-1.3 2.6-2.9 3.2a.75.75 0 1 0 .4 1.4c3.6-1 5.8-3.8 5.8-7.7V7.5C22 6.1 20.9 5 19.5 5z" }) }), It = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2781
+ ] }), it = (r) => /* @__PURE__ */ e("svg", { viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": !0, ...r, children: /* @__PURE__ */ e("path", { d: "M12 2.5c.33 0 .63.19.77.5l1.98 4.01 4.42.64c.62.09.87.85.42 1.29l-3.2 3.12.76 4.4c.11.62-.55 1.1-1.1.8L12 15.13l-3.95 2.08c-.56.29-1.21-.18-1.1-.8l.76-4.4-3.2-3.12a.78.78 0 0 1 .42-1.29l4.42-.64L11.23 3c.14-.31.44-.5.77-.5z" }) }), De = (r) => /* @__PURE__ */ e("svg", { viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": !0, ...r, children: /* @__PURE__ */ e("path", { d: "M10.5 5C7 5 4.5 7.5 4.5 11c0 3.3 2.2 5.5 5.2 5.5.2 0 .4 0 .5-.1-.2 1.5-1.3 2.6-2.9 3.2a.75.75 0 1 0 .4 1.4c3.6-1 5.8-3.8 5.8-7.7V7.5C13 6.1 11.9 5 10.5 5zm9 0C16 5 13.5 7.5 13.5 11c0 3.3 2.2 5.5 5.2 5.5.2 0 .4 0 .5-.1-.2 1.5-1.3 2.6-2.9 3.2a.75.75 0 1 0 .4 1.4c3.6-1 5.8-3.8 5.8-7.7V7.5C22 6.1 20.9 5 19.5 5z" }) }), Le = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2754
2782
  /* @__PURE__ */ e("circle", { cx: "12", cy: "12", r: "9" }),
2755
2783
  /* @__PURE__ */ e("path", { d: "M3 12h18" }),
2756
2784
  /* @__PURE__ */ e("path", { d: "M12 3a14 14 0 0 1 0 18 14 14 0 0 1 0-18z" })
2757
- ] }), Zr = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2785
+ ] }), ct = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2758
2786
  /* @__PURE__ */ e("rect", { width: "18", height: "14", x: "3", y: "5", rx: "2" }),
2759
2787
  /* @__PURE__ */ e("path", { d: "m3 7 9 6 9-6" })
2760
- ] }), Bt = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2788
+ ] }), Yt = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2761
2789
  /* @__PURE__ */ e("rect", { width: "18", height: "11", x: "3", y: "11", rx: "2" }),
2762
2790
  /* @__PURE__ */ e("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
2763
- ] }), Lt = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2791
+ ] }), qt = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2764
2792
  /* @__PURE__ */ e("circle", { cx: "12", cy: "12", r: "9" }),
2765
2793
  /* @__PURE__ */ e("path", { d: "M12 7v5l3 2" })
2766
- ] }), Rt = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2794
+ ] }), Zt = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2767
2795
  /* @__PURE__ */ e("path", { d: "M12 2v20" }),
2768
2796
  /* @__PURE__ */ e("path", { d: "M17 5.5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6" })
2769
- ] }), $t = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2797
+ ] }), _t = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2770
2798
  /* @__PURE__ */ e("path", { d: "m16 18 6-6-6-6" }),
2771
2799
  /* @__PURE__ */ e("path", { d: "m8 6-6 6 6 6" })
2772
- ] }), Gt = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2800
+ ] }), Jt = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2773
2801
  /* @__PURE__ */ e("path", { d: "m5 17 5-5-5-5" }),
2774
2802
  /* @__PURE__ */ e("path", { d: "M13 19h6" })
2775
- ] }), Et = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2803
+ ] }), Qt = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2776
2804
  /* @__PURE__ */ e("path", { d: "m3 11 18-8-7 18-3-7-8-3z" }),
2777
2805
  /* @__PURE__ */ e("path", { d: "M11 14 21 3" })
2778
- ] }), Vt = (r) => /* @__PURE__ */ e("svg", { ...k, ...r, children: /* @__PURE__ */ e("path", { d: "m8 5 11 7-11 7V5z" }) }), Ft = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2806
+ ] }), Xt = (r) => /* @__PURE__ */ e("svg", { ...C, ...r, children: /* @__PURE__ */ e("path", { d: "m8 5 11 7-11 7V5z" }) }), eo = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2779
2807
  /* @__PURE__ */ e("path", { d: "M15 3h6v6" }),
2780
2808
  /* @__PURE__ */ e("path", { d: "M10 14 21 3" }),
2781
2809
  /* @__PURE__ */ e("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
2782
- ] }), qt = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2810
+ ] }), ro = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2783
2811
  /* @__PURE__ */ e("path", { d: "M4 6h10" }),
2784
2812
  /* @__PURE__ */ e("path", { d: "M18 6h2" }),
2785
2813
  /* @__PURE__ */ e("circle", { cx: "16", cy: "6", r: "2" }),
@@ -2789,81 +2817,83 @@ const k = {
2789
2817
  /* @__PURE__ */ e("path", { d: "M4 18h10" }),
2790
2818
  /* @__PURE__ */ e("path", { d: "M18 18h2" }),
2791
2819
  /* @__PURE__ */ e("circle", { cx: "16", cy: "18", r: "2" })
2792
- ] }), Ht = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2820
+ ] }), to = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2793
2821
  /* @__PURE__ */ e("ellipse", { cx: "12", cy: "5", rx: "8", ry: "3" }),
2794
2822
  /* @__PURE__ */ e("path", { d: "M4 5v7c0 1.66 3.58 3 8 3s8-1.34 8-3V5" }),
2795
2823
  /* @__PURE__ */ e("path", { d: "M4 12v7c0 1.66 3.58 3 8 3s8-1.34 8-3v-7" })
2796
- ] }), Ot = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2824
+ ] }), oo = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2797
2825
  /* @__PURE__ */ e("path", { d: "M21 8 12 3 3 8v8l9 5 9-5V8z" }),
2798
2826
  /* @__PURE__ */ e("path", { d: "m3 8 9 5 9-5" }),
2799
2827
  /* @__PURE__ */ e("path", { d: "M12 13v8" })
2800
- ] }), _t = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2828
+ ] }), no = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2801
2829
  /* @__PURE__ */ e("rect", { width: "16", height: "16", x: "4", y: "4", rx: "2" }),
2802
2830
  /* @__PURE__ */ e("rect", { width: "8", height: "8", x: "8", y: "8", rx: "1" }),
2803
2831
  /* @__PURE__ */ e("path", { d: "M9 2v2M15 2v2M9 20v2M15 20v2M2 9h2M2 15h2M20 9h2M20 15h2" })
2804
- ] }), Ut = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2832
+ ] }), lo = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2805
2833
  /* @__PURE__ */ e("path", { d: "M12 3a9 9 0 1 0 0 18c1.66 0 2-1.34 2-2 0-.66-.27-1.16-.58-1.66-.3-.48-.42-.84-.42-1.34 0-.83.67-1.5 1.5-1.5h3.2A4.3 4.3 0 0 0 21 10 9 9 0 0 0 12 3z" }),
2806
2834
  /* @__PURE__ */ e("circle", { cx: "7.5", cy: "10.5", r: "0.8", fill: "currentColor", stroke: "none" }),
2807
2835
  /* @__PURE__ */ e("circle", { cx: "12", cy: "7.5", r: "0.8", fill: "currentColor", stroke: "none" }),
2808
2836
  /* @__PURE__ */ e("circle", { cx: "16.5", cy: "10.5", r: "0.8", fill: "currentColor", stroke: "none" })
2809
- ] }), Wt = (r) => /* @__PURE__ */ n("svg", { ...k, ...r, children: [
2837
+ ] }), so = (r) => /* @__PURE__ */ n("svg", { ...C, ...r, children: [
2810
2838
  /* @__PURE__ */ e("path", { d: "M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z" }),
2811
2839
  /* @__PURE__ */ e("path", { d: "m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z" }),
2812
2840
  /* @__PURE__ */ e("path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0" }),
2813
2841
  /* @__PURE__ */ e("path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5" }),
2814
2842
  /* @__PURE__ */ e("circle", { cx: "15.5", cy: "8.5", r: "1.5", fill: "currentColor", stroke: "none" })
2815
- ] }), Kr = {
2843
+ ] }), dt = {
2816
2844
  classic: "text-muted-foreground hover:text-foreground",
2817
2845
  floating: "text-muted-foreground hover:text-foreground",
2818
2846
  inverse: "text-on-secondary/60 hover:text-on-secondary"
2819
- }, et = ({
2847
+ }, mt = ({
2820
2848
  className: r,
2821
2849
  variant: t = "classic",
2822
2850
  brand: o,
2823
2851
  logo: l,
2824
2852
  logoSrc: c,
2825
- logoAlt: a,
2853
+ logoAlt: i,
2826
2854
  logoClassName: s,
2827
2855
  brandHref: d = "#",
2828
2856
  links: u,
2829
- actions: f,
2830
- cta: g,
2831
- sticky: m = !0,
2832
- ...x
2857
+ actions: p,
2858
+ cta: h,
2859
+ languageSwitcher: m,
2860
+ sticky: v = !0,
2861
+ LinkComponent: g,
2862
+ ...f
2833
2863
  }) => {
2834
- const [p, h] = L(!1), y = t === "inverse", b = i(
2864
+ const [x, b] = V(!1), N = t === "inverse", w = g ?? "a", E = a(
2835
2865
  "w-full transition-colors duration-200",
2836
- m && "sticky top-0 z-50",
2866
+ v && "sticky top-0 z-50",
2837
2867
  t === "classic" && "border-b border-border bg-background/85 backdrop-blur-md supports-[backdrop-filter]:bg-background/75",
2838
2868
  t === "floating" && "px-0",
2839
2869
  t === "inverse" && "border-b border-white/10 bg-[#101010]/85 backdrop-blur-md"
2840
- ), C = i(
2870
+ ), B = a(
2841
2871
  "flex h-16 w-full items-center justify-between gap-4 transition-colors duration-200",
2842
2872
  t === "floating" && "mx-auto mt-3 max-w-5xl rounded-xl border border-border bg-surface/90 px-5 shadow-soft backdrop-blur-md supports-[backdrop-filter]:bg-surface/70",
2843
2873
  t === "classic" && "mx-auto max-w-6xl px-5 sm:px-8",
2844
2874
  t === "inverse" && "mx-auto max-w-6xl px-5 sm:px-8"
2845
- ), w = l ?? (c ? /* @__PURE__ */ e(
2875
+ ), M = l ?? (c ? /* @__PURE__ */ e(
2846
2876
  "img",
2847
2877
  {
2848
2878
  src: c,
2849
- alt: a ?? (typeof o == "string" ? o : "Logo"),
2850
- className: i("h-7 w-auto", s)
2879
+ alt: i ?? (typeof o == "string" ? o : "Logo"),
2880
+ className: a("h-7 w-auto", s)
2851
2881
  }
2852
- ) : null), B = w ? /* @__PURE__ */ e("span", { className: "flex items-center", children: w }) : /* @__PURE__ */ n(
2882
+ ) : null), I = M ? /* @__PURE__ */ e("span", { className: "flex items-center", children: M }) : /* @__PURE__ */ n(
2853
2883
  "span",
2854
2884
  {
2855
- className: i(
2885
+ className: a(
2856
2886
  "flex items-center gap-2 font-display text-[17px] font-bold tracking-tight",
2857
- y ? "text-on-secondary" : "text-foreground"
2887
+ N ? "text-on-secondary" : "text-foreground"
2858
2888
  ),
2859
2889
  children: [
2860
2890
  /* @__PURE__ */ e(
2861
2891
  "span",
2862
2892
  {
2863
2893
  "aria-hidden": !0,
2864
- className: i(
2894
+ className: a(
2865
2895
  "inline-block h-2.5 w-2.5 rounded-sm",
2866
- y ? "bg-on-secondary" : "bg-foreground"
2896
+ N ? "bg-on-secondary" : "bg-foreground"
2867
2897
  )
2868
2898
  }
2869
2899
  ),
@@ -2871,200 +2901,203 @@ const k = {
2871
2901
  ]
2872
2902
  }
2873
2903
  );
2874
- return /* @__PURE__ */ n("header", { className: i(b, t === "floating" && "px-3 sm:px-6", r), ...x, children: [
2875
- /* @__PURE__ */ n("nav", { className: C, "aria-label": "Main navigation", children: [
2876
- /* @__PURE__ */ e("a", { href: d, className: "shrink-0", children: B }),
2877
- /* @__PURE__ */ e("ul", { className: "hidden items-center gap-7 md:flex", children: u.map((T) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(
2878
- "a",
2904
+ return /* @__PURE__ */ n("header", { className: a(E, t === "floating" && "px-3 sm:px-6", r), ...f, children: [
2905
+ /* @__PURE__ */ n("nav", { className: B, "aria-label": "Main navigation", children: [
2906
+ /* @__PURE__ */ e(w, { href: d, className: "shrink-0", children: I }),
2907
+ /* @__PURE__ */ e("ul", { className: "hidden items-center gap-7 md:flex", children: u.map((z) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(
2908
+ w,
2879
2909
  {
2880
- href: T.href,
2881
- className: i(
2910
+ href: z.href,
2911
+ className: a(
2882
2912
  "text-sm font-medium transition-colors duration-150",
2883
- Kr[t]
2913
+ dt[t]
2884
2914
  ),
2885
- children: T.label
2915
+ children: z.label
2886
2916
  }
2887
- ) }, T.href)) }),
2917
+ ) }, z.href)) }),
2888
2918
  /* @__PURE__ */ n("div", { className: "hidden items-center gap-3 md:flex", children: [
2889
- f,
2890
- g
2919
+ m,
2920
+ p,
2921
+ h
2891
2922
  ] }),
2923
+ m ? /* @__PURE__ */ e("div", { className: "flex items-center md:hidden", children: m }) : null,
2892
2924
  /* @__PURE__ */ e(
2893
2925
  "button",
2894
2926
  {
2895
2927
  type: "button",
2896
- "aria-label": p ? "Close menu" : "Open menu",
2897
- "aria-expanded": p,
2898
- onClick: () => h((T) => !T),
2899
- className: i(
2928
+ "aria-label": x ? "Close menu" : "Open menu",
2929
+ "aria-expanded": x,
2930
+ onClick: () => b((z) => !z),
2931
+ className: a(
2900
2932
  "inline-flex h-10 w-10 shrink-0 cursor-pointer items-center justify-center rounded-md md:hidden",
2901
2933
  "transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
2902
- y ? "text-on-secondary hover:bg-white/10" : "text-foreground hover:bg-surface"
2934
+ N ? "text-on-secondary hover:bg-white/10" : "text-foreground hover:bg-surface"
2903
2935
  ),
2904
- children: p ? /* @__PURE__ */ e(Ge, { className: "h-5 w-5" }) : /* @__PURE__ */ e(Ee, { className: "h-5 w-5" })
2936
+ children: x ? /* @__PURE__ */ e(Ce, { className: "h-5 w-5" }) : /* @__PURE__ */ e(Ke, { className: "h-5 w-5" })
2905
2937
  }
2906
2938
  )
2907
2939
  ] }),
2908
2940
  /* @__PURE__ */ e(
2909
2941
  "div",
2910
2942
  {
2911
- className: i(
2943
+ className: a(
2912
2944
  "grid transition-[grid-template-rows,opacity] duration-200 md:hidden",
2913
- p ? "grid-rows-[1fr] opacity-100" : "grid-rows-[0fr] opacity-0",
2914
- y ? "border-t border-white/10 bg-[#101010]" : t === "floating" ? "mx-3 mb-3 max-w-5xl overflow-hidden rounded-b-xl border border-border bg-surface" : "border-t border-border bg-background"
2945
+ x ? "grid-rows-[1fr] opacity-100" : "grid-rows-[0fr] opacity-0",
2946
+ N ? "border-t border-white/10 bg-[#101010]" : t === "floating" ? "mx-3 mb-3 max-w-5xl overflow-hidden rounded-b-xl border border-border bg-surface" : "border-t border-border bg-background"
2915
2947
  ),
2916
- children: /* @__PURE__ */ e("div", { className: "min-h-0 overflow-hidden", children: /* @__PURE__ */ n("ul", { className: i("flex flex-col py-4", t !== "floating" && "px-5"), children: [
2917
- u.map((T) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(
2918
- "a",
2948
+ children: /* @__PURE__ */ e("div", { className: "min-h-0 overflow-hidden", children: /* @__PURE__ */ n("ul", { className: a("flex flex-col py-4", t !== "floating" && "px-5"), children: [
2949
+ u.map((z) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(
2950
+ w,
2919
2951
  {
2920
- href: T.href,
2921
- onClick: () => h(!1),
2922
- className: i(
2952
+ href: z.href,
2953
+ onClick: () => b(!1),
2954
+ className: a(
2923
2955
  "block rounded-md px-2 py-2.5 text-sm font-medium transition-colors duration-150",
2924
- y ? "text-on-secondary/70 hover:bg-white/10 hover:text-on-secondary" : "text-muted-foreground hover:bg-surface hover:text-foreground"
2956
+ N ? "text-on-secondary/70 hover:bg-white/10 hover:text-on-secondary" : "text-muted-foreground hover:bg-surface hover:text-foreground"
2925
2957
  ),
2926
- children: T.label
2958
+ children: z.label
2927
2959
  }
2928
- ) }, T.href)),
2929
- g ? /* @__PURE__ */ e("li", { className: "mt-3 px-2 pb-2", children: g }) : f ? /* @__PURE__ */ e("li", { className: "mt-3 flex flex-wrap gap-3 px-2 pb-2", children: f }) : null
2960
+ ) }, z.href)),
2961
+ h ? /* @__PURE__ */ e("li", { className: "mt-3 px-2 pb-2", children: h }) : p ? /* @__PURE__ */ e("li", { className: "mt-3 flex flex-wrap gap-3 px-2 pb-2", children: p }) : null
2930
2962
  ] }) })
2931
2963
  }
2932
2964
  )
2933
2965
  ] });
2934
2966
  };
2935
- et.displayName = "Navbar";
2936
- const rt = {
2967
+ mt.displayName = "Navbar";
2968
+ const ut = {
2937
2969
  classic: "text-muted-foreground hover:text-foreground hover:bg-surface",
2938
2970
  floating: "text-muted-foreground hover:text-foreground hover:bg-surface",
2939
2971
  inverse: "text-on-secondary/60 hover:text-on-secondary hover:bg-white/10"
2940
- }, tt = ({
2972
+ }, ft = ({
2941
2973
  className: r,
2942
2974
  variant: t = "classic",
2943
2975
  brand: o,
2944
2976
  logo: l,
2945
2977
  logoSrc: c,
2946
- logoAlt: a,
2978
+ logoAlt: i,
2947
2979
  logoClassName: s,
2948
2980
  brandHref: d = "#",
2949
2981
  items: u,
2950
- actions: f,
2951
- cta: g,
2982
+ actions: p,
2983
+ cta: h,
2952
2984
  sticky: m = !0,
2953
- onKeyDown: x,
2954
- ...p
2985
+ LinkComponent: v,
2986
+ onKeyDown: g,
2987
+ ...f
2955
2988
  }) => {
2956
- const h = He(), [y, b] = L(null), [C, w] = L(!1), [B, T] = L(null), I = t === "inverse", K = () => b(null), O = () => {
2957
- b(null), w(!1), T(null);
2958
- }, ee = I ? "border-white/10 bg-[#161616]" : "border-border bg-surface shadow-raised", _ = (v) => `${h}-panel-${v}`, Q = i(
2989
+ const x = ce(), b = v ?? "a", [N, w] = V(null), [E, B] = V(!1), [M, I] = V(null), z = t === "inverse", S = () => w(null), G = () => {
2990
+ w(null), B(!1), I(null);
2991
+ }, F = z ? "border-white/10 bg-[#161616]" : "border-border bg-surface shadow-raised", H = (y) => `${x}-panel-${y}`, A = a(
2959
2992
  "relative w-full transition-colors duration-200",
2960
2993
  m && "sticky top-0 z-50",
2961
2994
  t === "classic" && "border-b border-border bg-background/85 backdrop-blur-md supports-[backdrop-filter]:bg-background/75",
2962
2995
  t === "inverse" && "border-b border-white/10 bg-[#101010]/85 backdrop-blur-md"
2963
- ), D = i(
2996
+ ), le = a(
2964
2997
  "relative flex h-16 w-full items-center justify-between gap-4 transition-colors duration-200",
2965
2998
  t === "floating" && "mx-auto mt-3 max-w-5xl rounded-xl border border-border bg-surface/90 px-5 shadow-soft backdrop-blur-md supports-[backdrop-filter]:bg-surface/70",
2966
2999
  t !== "floating" && "mx-auto max-w-6xl px-5 sm:px-8"
2967
- ), M = l ?? (c ? /* @__PURE__ */ e(
3000
+ ), Y = l ?? (c ? /* @__PURE__ */ e(
2968
3001
  "img",
2969
3002
  {
2970
3003
  src: c,
2971
- alt: a ?? (typeof o == "string" ? o : "Logo"),
2972
- className: i("h-7 w-auto", s)
3004
+ alt: i ?? (typeof o == "string" ? o : "Logo"),
3005
+ className: a("h-7 w-auto", s)
2973
3006
  }
2974
- ) : null), re = M ? /* @__PURE__ */ e("span", { className: "flex items-center", children: M }) : /* @__PURE__ */ n(
3007
+ ) : null), se = Y ? /* @__PURE__ */ e("span", { className: "flex items-center", children: Y }) : /* @__PURE__ */ n(
2975
3008
  "span",
2976
3009
  {
2977
- className: i(
3010
+ className: a(
2978
3011
  "flex items-center gap-2 font-display text-[17px] font-bold tracking-tight",
2979
- I ? "text-on-secondary" : "text-foreground"
3012
+ z ? "text-on-secondary" : "text-foreground"
2980
3013
  ),
2981
3014
  children: [
2982
3015
  /* @__PURE__ */ e(
2983
3016
  "span",
2984
3017
  {
2985
3018
  "aria-hidden": !0,
2986
- className: i(
3019
+ className: a(
2987
3020
  "inline-block h-2.5 w-2.5 rounded-sm",
2988
- I ? "bg-on-secondary" : "bg-foreground"
3021
+ z ? "bg-on-secondary" : "bg-foreground"
2989
3022
  )
2990
3023
  }
2991
3024
  ),
2992
3025
  o
2993
3026
  ]
2994
3027
  }
2995
- ), q = i(
3028
+ ), q = a(
2996
3029
  "flex items-center gap-1.5 rounded-md px-3 py-2 text-sm font-medium transition-colors duration-150",
2997
- rt[t]
2998
- ), J = (v) => {
2999
- var z;
3030
+ ut[t]
3031
+ ), te = (y) => {
3032
+ var j;
3000
3033
  return /* @__PURE__ */ e(
3001
3034
  "div",
3002
3035
  {
3003
- className: i(
3036
+ className: a(
3004
3037
  "grid gap-x-10 gap-y-8 sm:grid-cols-2",
3005
- v.featured ? "" : "lg:grid-cols-3"
3038
+ y.featured ? "" : "lg:grid-cols-3"
3006
3039
  ),
3007
- children: (z = v.columns) == null ? void 0 : z.map((j, A) => /* @__PURE__ */ n("div", { children: [
3008
- j.title ? /* @__PURE__ */ e(
3040
+ children: (j = y.columns) == null ? void 0 : j.map((P, R) => /* @__PURE__ */ n("div", { children: [
3041
+ P.title ? /* @__PURE__ */ e(
3009
3042
  "h4",
3010
3043
  {
3011
- className: i(
3044
+ className: a(
3012
3045
  "text-xs font-semibold uppercase tracking-[0.14em]",
3013
- I ? "text-on-secondary/45" : "text-muted-foreground/70"
3046
+ z ? "text-on-secondary/45" : "text-muted-foreground/70"
3014
3047
  ),
3015
- children: j.title
3048
+ children: P.title
3016
3049
  }
3017
3050
  ) : null,
3018
- /* @__PURE__ */ e("ul", { className: i(j.title && "mt-3", "space-y-0.5"), children: j.links.map((G) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ n(
3019
- "a",
3051
+ /* @__PURE__ */ e("ul", { className: a(P.title && "mt-3", "space-y-0.5"), children: P.links.map((U) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ n(
3052
+ b,
3020
3053
  {
3021
- href: G.href,
3022
- onClick: O,
3023
- className: i(
3054
+ href: U.href,
3055
+ onClick: G,
3056
+ className: a(
3024
3057
  "-mx-2 block rounded-md px-2 py-2 transition-colors duration-150",
3025
- I ? "hover:bg-white/10" : "hover:bg-surface-strong"
3058
+ z ? "hover:bg-white/10" : "hover:bg-surface-strong"
3026
3059
  ),
3027
3060
  children: [
3028
- /* @__PURE__ */ e("span", { className: "block text-sm font-medium text-foreground", children: G.label }),
3029
- G.description ? /* @__PURE__ */ e(
3061
+ /* @__PURE__ */ e("span", { className: "block text-sm font-medium text-foreground", children: U.label }),
3062
+ U.description ? /* @__PURE__ */ e(
3030
3063
  "span",
3031
3064
  {
3032
- className: i(
3065
+ className: a(
3033
3066
  "mt-0.5 block text-[13px] leading-snug",
3034
- I ? "text-on-secondary/50" : "text-muted-foreground"
3067
+ z ? "text-on-secondary/50" : "text-muted-foreground"
3035
3068
  ),
3036
- children: G.description
3069
+ children: U.description
3037
3070
  }
3038
3071
  ) : null
3039
3072
  ]
3040
3073
  }
3041
- ) }, G.href)) })
3042
- ] }, j.title ?? A))
3074
+ ) }, U.href)) })
3075
+ ] }, P.title ?? R))
3043
3076
  }
3044
3077
  );
3045
- }, H = (v, z = !1) => {
3046
- const j = v.featured;
3047
- if (!j) return null;
3048
- const A = j.accent ? { backgroundColor: j.accent, color: R(j.accent) } : void 0;
3078
+ }, J = (y, j = !1) => {
3079
+ const P = y.featured;
3080
+ if (!P) return null;
3081
+ const R = P.accent ? { backgroundColor: P.accent, color: $(P.accent) } : void 0;
3049
3082
  return /* @__PURE__ */ n(
3050
- "a",
3083
+ b,
3051
3084
  {
3052
- href: j.href,
3053
- onClick: O,
3054
- className: i(
3085
+ href: P.href,
3086
+ onClick: G,
3087
+ className: a(
3055
3088
  "group relative block overflow-hidden rounded-lg p-6 transition-transform duration-150 hover:-translate-y-0.5",
3056
- z && "mt-8",
3057
- !j.accent && "bg-primary text-on-primary"
3089
+ j && "mt-8",
3090
+ !P.accent && "bg-primary text-on-primary"
3058
3091
  ),
3059
- style: A,
3092
+ style: R,
3060
3093
  children: [
3061
3094
  /* @__PURE__ */ n("div", { className: "flex h-full flex-col justify-between gap-4", children: [
3062
3095
  /* @__PURE__ */ n("div", { children: [
3063
- /* @__PURE__ */ e("h4", { className: "font-display text-base font-semibold tracking-tight", children: j.title }),
3064
- j.description ? /* @__PURE__ */ e("p", { className: "mt-1.5 text-[13px] leading-relaxed opacity-80", children: j.description }) : null
3096
+ /* @__PURE__ */ e("h4", { className: "font-display text-base font-semibold tracking-tight", children: P.title }),
3097
+ P.description ? /* @__PURE__ */ e("p", { className: "mt-1.5 text-[13px] leading-relaxed opacity-80", children: P.description }) : null
3065
3098
  ] }),
3066
- j.cta ? /* @__PURE__ */ n("span", { className: "text-sm font-semibold underline decoration-1 underline-offset-4", children: [
3067
- j.cta,
3099
+ P.cta ? /* @__PURE__ */ n("span", { className: "text-sm font-semibold underline decoration-1 underline-offset-4", children: [
3100
+ P.cta,
3068
3101
  " →"
3069
3102
  ] }) : null
3070
3103
  ] }),
@@ -3078,151 +3111,151 @@ const rt = {
3078
3111
  ]
3079
3112
  }
3080
3113
  );
3081
- }, te = (v) => {
3082
- v.key === "Escape" && O(), x == null || x(v);
3114
+ }, Z = (y) => {
3115
+ y.key === "Escape" && G(), g == null || g(y);
3083
3116
  };
3084
3117
  return /* @__PURE__ */ n(
3085
3118
  "header",
3086
3119
  {
3087
- className: i(Q, t === "floating" && "px-3 sm:px-6", r),
3088
- onKeyDown: te,
3089
- ...p,
3120
+ className: a(A, t === "floating" && "px-3 sm:px-6", r),
3121
+ onKeyDown: Z,
3122
+ ...f,
3090
3123
  children: [
3091
- /* @__PURE__ */ n("nav", { className: D, onMouseLeave: K, "aria-label": "Mega menu", children: [
3092
- /* @__PURE__ */ e("a", { href: d, className: "shrink-0", children: re }),
3093
- /* @__PURE__ */ e("ul", { className: "hidden items-center gap-1 lg:flex", children: u.map((v, z) => {
3094
- var G;
3095
- const j = !!((G = v.columns) != null && G.length || v.featured), A = y === z;
3096
- return /* @__PURE__ */ e("li", { className: "relative", children: j ? /* @__PURE__ */ n(
3124
+ /* @__PURE__ */ n("nav", { className: le, onMouseLeave: S, "aria-label": "Mega menu", children: [
3125
+ /* @__PURE__ */ e(b, { href: d, className: "shrink-0", children: se }),
3126
+ /* @__PURE__ */ e("ul", { className: "hidden items-center gap-1 lg:flex", children: u.map((y, j) => {
3127
+ var U;
3128
+ const P = !!((U = y.columns) != null && U.length || y.featured), R = N === j;
3129
+ return /* @__PURE__ */ e("li", { className: "relative", children: P ? /* @__PURE__ */ n(
3097
3130
  "button",
3098
3131
  {
3099
3132
  type: "button",
3100
3133
  "aria-haspopup": "true",
3101
- "aria-expanded": A,
3102
- "aria-controls": _(z),
3103
- onClick: () => b(A ? null : z),
3104
- onMouseEnter: () => b(z),
3105
- className: i(
3134
+ "aria-expanded": R,
3135
+ "aria-controls": H(j),
3136
+ onClick: () => w(R ? null : j),
3137
+ onMouseEnter: () => w(j),
3138
+ className: a(
3106
3139
  q,
3107
- A && (I ? "bg-white/10 text-on-secondary" : "bg-surface text-foreground")
3140
+ R && (z ? "bg-white/10 text-on-secondary" : "bg-surface text-foreground")
3108
3141
  ),
3109
3142
  children: [
3110
3143
  /* @__PURE__ */ n("span", { className: "flex items-center gap-1.5", children: [
3111
- v.label,
3112
- v.badge ? /* @__PURE__ */ e(
3144
+ y.label,
3145
+ y.badge ? /* @__PURE__ */ e(
3113
3146
  "span",
3114
3147
  {
3115
- className: i(
3148
+ className: a(
3116
3149
  "rounded-full px-1.5 py-0.5 text-[10px] font-semibold tracking-wide",
3117
- I ? "bg-white/15 text-on-secondary" : "bg-primary-soft text-primary"
3150
+ z ? "bg-white/15 text-on-secondary" : "bg-primary-soft text-primary"
3118
3151
  ),
3119
- children: v.badge
3152
+ children: y.badge
3120
3153
  }
3121
3154
  ) : null
3122
3155
  ] }),
3123
3156
  /* @__PURE__ */ e(
3124
- ke,
3157
+ be,
3125
3158
  {
3126
- className: i(
3159
+ className: a(
3127
3160
  "h-4 w-4 shrink-0 transition-transform duration-150",
3128
- A && "rotate-180"
3161
+ R && "rotate-180"
3129
3162
  )
3130
3163
  }
3131
3164
  )
3132
3165
  ]
3133
3166
  }
3134
- ) : /* @__PURE__ */ n("a", { href: v.href ?? "#", className: q, children: [
3135
- v.label,
3136
- v.badge ? /* @__PURE__ */ e("span", { className: "rounded-full bg-primary-soft px-1.5 py-0.5 text-[10px] font-semibold tracking-wide text-primary", children: v.badge }) : null
3137
- ] }) }, v.label);
3167
+ ) : /* @__PURE__ */ n(b, { href: y.href ?? "#", className: q, children: [
3168
+ y.label,
3169
+ y.badge ? /* @__PURE__ */ e("span", { className: "rounded-full bg-primary-soft px-1.5 py-0.5 text-[10px] font-semibold tracking-wide text-primary", children: y.badge }) : null
3170
+ ] }) }, y.label);
3138
3171
  }) }),
3139
3172
  /* @__PURE__ */ n("div", { className: "hidden items-center gap-3 lg:flex", children: [
3140
- f,
3141
- g
3173
+ p,
3174
+ h
3142
3175
  ] }),
3143
3176
  /* @__PURE__ */ e(
3144
3177
  "button",
3145
3178
  {
3146
3179
  type: "button",
3147
- "aria-label": C ? "Close menu" : "Open menu",
3148
- "aria-expanded": C,
3149
- onClick: () => w((v) => !v),
3150
- className: i(
3180
+ "aria-label": E ? "Close menu" : "Open menu",
3181
+ "aria-expanded": E,
3182
+ onClick: () => B((y) => !y),
3183
+ className: a(
3151
3184
  "inline-flex h-10 w-10 shrink-0 cursor-pointer items-center justify-center rounded-md lg:hidden",
3152
3185
  "transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
3153
- I ? "text-on-secondary hover:bg-white/10" : "text-foreground hover:bg-surface"
3186
+ z ? "text-on-secondary hover:bg-white/10" : "text-foreground hover:bg-surface"
3154
3187
  ),
3155
- children: C ? /* @__PURE__ */ e(Ge, { className: "h-5 w-5" }) : /* @__PURE__ */ e(Ee, { className: "h-5 w-5" })
3188
+ children: E ? /* @__PURE__ */ e(Ce, { className: "h-5 w-5" }) : /* @__PURE__ */ e(Ke, { className: "h-5 w-5" })
3156
3189
  }
3157
3190
  )
3158
3191
  ] }),
3159
- u.map((v, z) => {
3160
- var A;
3161
- if (!((A = v.columns) != null && A.length) && !v.featured) return null;
3162
- const j = y === z;
3192
+ u.map((y, j) => {
3193
+ var R;
3194
+ if (!((R = y.columns) != null && R.length) && !y.featured) return null;
3195
+ const P = N === j;
3163
3196
  return /* @__PURE__ */ e(
3164
3197
  "div",
3165
3198
  {
3166
- id: _(z),
3199
+ id: H(j),
3167
3200
  role: "region",
3168
- "aria-label": `${v.label} menu`,
3169
- onMouseEnter: () => b(z),
3170
- className: i(
3201
+ "aria-label": `${y.label} menu`,
3202
+ onMouseEnter: () => w(j),
3203
+ className: a(
3171
3204
  "absolute inset-x-0 top-full z-50 pt-2 transition-all duration-150",
3172
- j ? "visible translate-y-0 opacity-100" : "pointer-events-none invisible -translate-y-1 opacity-0"
3205
+ P ? "visible translate-y-0 opacity-100" : "pointer-events-none invisible -translate-y-1 opacity-0"
3173
3206
  ),
3174
3207
  children: /* @__PURE__ */ n(
3175
3208
  "div",
3176
3209
  {
3177
- className: i(
3210
+ className: a(
3178
3211
  "overflow-hidden rounded-xl border p-6 md:p-8",
3179
- ee,
3180
- v.featured ? "lg:grid lg:grid-cols-[minmax(0,1fr)_auto] lg:gap-12" : ""
3212
+ F,
3213
+ y.featured ? "lg:grid lg:grid-cols-[minmax(0,1fr)_auto] lg:gap-12" : ""
3181
3214
  ),
3182
3215
  children: [
3183
- J(v),
3184
- v.featured && /* @__PURE__ */ e("div", { className: i("mt-8 max-w-sm lg:mt-0 lg:w-64"), children: H(v) })
3216
+ te(y),
3217
+ y.featured && /* @__PURE__ */ e("div", { className: a("mt-8 max-w-sm lg:mt-0 lg:w-64"), children: J(y) })
3185
3218
  ]
3186
3219
  }
3187
3220
  )
3188
3221
  },
3189
- v.label
3222
+ y.label
3190
3223
  );
3191
3224
  }),
3192
3225
  /* @__PURE__ */ e(
3193
3226
  "div",
3194
3227
  {
3195
- className: i(
3228
+ className: a(
3196
3229
  "grid transition-[grid-template-rows,opacity] duration-200 lg:hidden",
3197
- C ? "grid-rows-[1fr] opacity-100" : "grid-rows-[0fr] opacity-0",
3198
- I ? "border-t border-white/10 bg-[#101010]" : t === "floating" ? "mx-3 mb-3 max-w-5xl overflow-hidden rounded-b-xl border border-border bg-surface" : "border-t border-border bg-background"
3230
+ E ? "grid-rows-[1fr] opacity-100" : "grid-rows-[0fr] opacity-0",
3231
+ z ? "border-t border-white/10 bg-[#101010]" : t === "floating" ? "mx-3 mb-3 max-w-5xl overflow-hidden rounded-b-xl border border-border bg-surface" : "border-t border-border bg-background"
3199
3232
  ),
3200
3233
  children: /* @__PURE__ */ e("div", { className: "min-h-0 overflow-hidden", children: /* @__PURE__ */ n("ul", { className: "flex flex-col py-4", children: [
3201
3234
  u.map(
3202
- (v, z) => {
3203
- var j;
3204
- return (j = v.columns) != null && j.length || v.featured ? /* @__PURE__ */ n("li", { className: "px-5", children: [
3235
+ (y, j) => {
3236
+ var P;
3237
+ return (P = y.columns) != null && P.length || y.featured ? /* @__PURE__ */ n("li", { className: "px-5", children: [
3205
3238
  /* @__PURE__ */ n(
3206
3239
  "button",
3207
3240
  {
3208
3241
  type: "button",
3209
- "aria-expanded": B === z,
3210
- onClick: () => T((A) => A === z ? null : z),
3211
- className: i(
3242
+ "aria-expanded": M === j,
3243
+ onClick: () => I((R) => R === j ? null : j),
3244
+ className: a(
3212
3245
  "flex w-full items-center justify-between rounded-md px-2 py-2.5 text-sm font-medium transition-colors duration-150",
3213
- I ? "text-on-secondary hover:bg-white/10" : "text-foreground hover:bg-surface"
3246
+ z ? "text-on-secondary hover:bg-white/10" : "text-foreground hover:bg-surface"
3214
3247
  ),
3215
3248
  children: [
3216
3249
  /* @__PURE__ */ n("span", { className: "flex items-center gap-2", children: [
3217
- v.label,
3218
- v.badge ? /* @__PURE__ */ e("span", { className: "rounded-full bg-primary-soft px-1.5 py-0.5 text-[10px] font-semibold tracking-wide text-primary", children: v.badge }) : null
3250
+ y.label,
3251
+ y.badge ? /* @__PURE__ */ e("span", { className: "rounded-full bg-primary-soft px-1.5 py-0.5 text-[10px] font-semibold tracking-wide text-primary", children: y.badge }) : null
3219
3252
  ] }),
3220
3253
  /* @__PURE__ */ e(
3221
- ke,
3254
+ be,
3222
3255
  {
3223
- className: i(
3256
+ className: a(
3224
3257
  "h-4 w-4 shrink-0 transition-transform duration-150",
3225
- B === z && "rotate-180"
3258
+ M === j && "rotate-180"
3226
3259
  )
3227
3260
  }
3228
3261
  )
@@ -3232,31 +3265,31 @@ const rt = {
3232
3265
  /* @__PURE__ */ e(
3233
3266
  "div",
3234
3267
  {
3235
- className: i(
3268
+ className: a(
3236
3269
  "grid transition-[grid-template-rows,opacity] duration-200",
3237
- B === z ? "grid-rows-[1fr] opacity-100" : "grid-rows-[0fr] opacity-0"
3270
+ M === j ? "grid-rows-[1fr] opacity-100" : "grid-rows-[0fr] opacity-0"
3238
3271
  ),
3239
3272
  children: /* @__PURE__ */ e("div", { className: "min-h-0 overflow-hidden", children: /* @__PURE__ */ n("div", { className: "py-2 pl-1", children: [
3240
- J(v),
3241
- v.featured ? /* @__PURE__ */ e("div", { className: "max-w-sm", children: H(v, !0) }) : null
3273
+ te(y),
3274
+ y.featured ? /* @__PURE__ */ e("div", { className: "max-w-sm", children: J(y, !0) }) : null
3242
3275
  ] }) })
3243
3276
  }
3244
3277
  )
3245
- ] }, v.label) : /* @__PURE__ */ e("li", { className: "px-5", children: /* @__PURE__ */ e(
3246
- "a",
3278
+ ] }, y.label) : /* @__PURE__ */ e("li", { className: "px-5", children: /* @__PURE__ */ e(
3279
+ b,
3247
3280
  {
3248
- href: v.href ?? "#",
3249
- onClick: () => w(!1),
3250
- className: i(
3281
+ href: y.href ?? "#",
3282
+ onClick: () => B(!1),
3283
+ className: a(
3251
3284
  "block rounded-md px-2 py-2.5 text-sm font-medium transition-colors duration-150",
3252
- I ? "text-on-secondary/70 hover:bg-white/10 hover:text-on-secondary" : "text-muted-foreground hover:bg-surface hover:text-foreground"
3285
+ z ? "text-on-secondary/70 hover:bg-white/10 hover:text-on-secondary" : "text-muted-foreground hover:bg-surface hover:text-foreground"
3253
3286
  ),
3254
- children: v.label
3287
+ children: y.label
3255
3288
  }
3256
- ) }, v.label);
3289
+ ) }, y.label);
3257
3290
  }
3258
3291
  ),
3259
- g ? /* @__PURE__ */ e("li", { className: "px-8 pb-2 pt-3", children: g }) : f ? /* @__PURE__ */ e("li", { className: "mt-3 flex flex-wrap gap-3 px-8 pb-2", children: f }) : null
3292
+ h ? /* @__PURE__ */ e("li", { className: "px-8 pb-2 pt-3", children: h }) : p ? /* @__PURE__ */ e("li", { className: "mt-3 flex flex-wrap gap-3 px-8 pb-2", children: p }) : null
3260
3293
  ] }) })
3261
3294
  }
3262
3295
  )
@@ -3264,45 +3297,45 @@ const rt = {
3264
3297
  }
3265
3298
  );
3266
3299
  };
3267
- tt.displayName = "MegaMenu";
3268
- const ot = ({ name: r }) => /* @__PURE__ */ e("span", { className: "text-lg font-semibold tracking-tight text-foreground/45 transition-colors duration-200 group-hover:text-foreground", children: r }), ce = ({ logo: r }) => r.src ? /* @__PURE__ */ e(
3300
+ ft.displayName = "MegaMenu";
3301
+ const pt = ({ name: r }) => /* @__PURE__ */ e("span", { className: "text-lg font-semibold tracking-tight text-foreground/45 transition-colors duration-200 group-hover:text-foreground", children: r }), fe = ({ logo: r }) => r.src ? /* @__PURE__ */ e(
3269
3302
  "img",
3270
3303
  {
3271
3304
  src: r.src,
3272
3305
  alt: r.name,
3273
3306
  loading: "lazy",
3274
- className: i(
3307
+ className: a(
3275
3308
  "max-h-7 w-auto opacity-50 grayscale transition-all duration-200 group-hover:opacity-90 group-hover:grayscale-0",
3276
3309
  "h-7"
3277
3310
  )
3278
3311
  }
3279
- ) : /* @__PURE__ */ e(ot, { name: r.name }), nt = P(
3280
- ({ className: r, logos: t, title: o, option: l = "quiet", ...c }, a) => {
3312
+ ) : /* @__PURE__ */ e(pt, { name: r.name }), gt = L(
3313
+ ({ className: r, logos: t, title: o, option: l = "quiet", ...c }, i) => {
3281
3314
  if (l === "marquee") {
3282
3315
  const s = [...t, ...t];
3283
- return /* @__PURE__ */ n("div", { ref: a, className: i("w-full overflow-hidden", r), ...c, children: [
3316
+ return /* @__PURE__ */ n("div", { ref: i, className: a("w-full overflow-hidden", r), ...c, children: [
3284
3317
  o ? /* @__PURE__ */ e("p", { className: "mb-8 text-center text-xs font-semibold uppercase tracking-[0.18em] text-muted-foreground", children: o }) : null,
3285
- /* @__PURE__ */ e("div", { className: "mask-fade-x", children: /* @__PURE__ */ e("div", { className: "flex w-max animate-marquee gap-14 pr-14 motion-reduce:animate-none", children: s.map((d, u) => /* @__PURE__ */ e("div", { className: "group shrink-0", children: /* @__PURE__ */ e(ce, { logo: d }) }, `${d.name}-${u}`)) }) })
3318
+ /* @__PURE__ */ e("div", { className: "mask-fade-x", children: /* @__PURE__ */ e("div", { className: "flex w-max animate-marquee gap-14 pr-14 motion-reduce:animate-none", children: s.map((d, u) => /* @__PURE__ */ e("div", { className: "group shrink-0", children: /* @__PURE__ */ e(fe, { logo: d }) }, `${d.name}-${u}`)) }) })
3286
3319
  ] });
3287
3320
  }
3288
- return l === "strip" ? /* @__PURE__ */ n("div", { ref: a, className: i("w-full", r), ...c, children: [
3321
+ return l === "strip" ? /* @__PURE__ */ n("div", { ref: i, className: a("w-full", r), ...c, children: [
3289
3322
  o ? /* @__PURE__ */ e("p", { className: "mb-8 text-center text-xs font-semibold uppercase tracking-[0.18em] text-muted-foreground", children: o }) : null,
3290
- /* @__PURE__ */ e("ul", { className: "flex flex-wrap items-center justify-center gap-x-10 gap-y-4 rounded-2xl border border-border bg-surface px-6 py-7 sm:gap-x-14", children: t.map((s) => /* @__PURE__ */ e("li", { className: "group", children: /* @__PURE__ */ e(ce, { logo: s }) }, s.name)) })
3291
- ] }) : /* @__PURE__ */ n("div", { ref: a, className: i("w-full", r), ...c, children: [
3323
+ /* @__PURE__ */ e("ul", { className: "flex flex-wrap items-center justify-center gap-x-10 gap-y-4 rounded-2xl border border-border bg-surface px-6 py-7 sm:gap-x-14", children: t.map((s) => /* @__PURE__ */ e("li", { className: "group", children: /* @__PURE__ */ e(fe, { logo: s }) }, s.name)) })
3324
+ ] }) : /* @__PURE__ */ n("div", { ref: i, className: a("w-full", r), ...c, children: [
3292
3325
  o ? /* @__PURE__ */ e("p", { className: "mb-8 text-center text-xs font-semibold uppercase tracking-[0.18em] text-muted-foreground", children: o }) : null,
3293
- /* @__PURE__ */ e("ul", { className: "flex flex-wrap items-center justify-center gap-x-12 gap-y-6", children: t.map((s) => /* @__PURE__ */ e("li", { className: "group", children: /* @__PURE__ */ e(ce, { logo: s }) }, s.name)) })
3326
+ /* @__PURE__ */ e("ul", { className: "flex flex-wrap items-center justify-center gap-x-12 gap-y-6", children: t.map((s) => /* @__PURE__ */ e("li", { className: "group", children: /* @__PURE__ */ e(fe, { logo: s }) }, s.name)) })
3294
3327
  ] });
3295
3328
  }
3296
3329
  );
3297
- nt.displayName = "LogoCloud";
3298
- const ge = P(
3299
- ({ className: r, icon: t, title: o, description: l, accent: c, large: a = !1, ...s }, d) => {
3300
- const u = c ? { backgroundColor: c, color: R(c, "#111111", "#ffffff") } : void 0;
3330
+ gt.displayName = "LogoCloud";
3331
+ const ve = L(
3332
+ ({ className: r, icon: t, title: o, description: l, accent: c, large: i = !1, ...s }, d) => {
3333
+ const u = c ? { backgroundColor: c, color: $(c, "#111111", "#ffffff") } : void 0;
3301
3334
  return /* @__PURE__ */ n(
3302
3335
  "div",
3303
3336
  {
3304
3337
  ref: d,
3305
- className: i(
3338
+ className: a(
3306
3339
  "group relative flex h-full flex-col rounded-xl border border-border bg-surface p-7 transition-colors duration-200 hover:border-foreground/15",
3307
3340
  r
3308
3341
  ),
@@ -3311,7 +3344,7 @@ const ge = P(
3311
3344
  t ? /* @__PURE__ */ e(
3312
3345
  "div",
3313
3346
  {
3314
- className: i(
3347
+ className: a(
3315
3348
  "mb-5 inline-flex h-10 w-10 items-center justify-center rounded-lg text-[1.05rem]",
3316
3349
  !c && "bg-primary-soft text-primary"
3317
3350
  ),
@@ -3319,27 +3352,27 @@ const ge = P(
3319
3352
  children: t
3320
3353
  }
3321
3354
  ) : null,
3322
- /* @__PURE__ */ e("h3", { className: i("font-display font-semibold tracking-tight text-foreground", a ? "text-2xl" : "text-lg"), children: o }),
3323
- l ? /* @__PURE__ */ e("p", { className: i("mt-2.5 text-pretty leading-relaxed text-muted-foreground", a ? "text-[15px]" : "text-sm"), children: l }) : null
3355
+ /* @__PURE__ */ e("h3", { className: a("font-display font-semibold tracking-tight text-foreground", i ? "text-2xl" : "text-lg"), children: o }),
3356
+ l ? /* @__PURE__ */ e("p", { className: a("mt-2.5 text-pretty leading-relaxed text-muted-foreground", i ? "text-[15px]" : "text-sm"), children: l }) : null
3324
3357
  ]
3325
3358
  }
3326
3359
  );
3327
3360
  }
3328
3361
  );
3329
- ge.displayName = "FeatureCard";
3330
- const lt = {
3362
+ ve.displayName = "FeatureCard";
3363
+ const ht = {
3331
3364
  2: "sm:grid-cols-2",
3332
3365
  3: "sm:grid-cols-2 lg:grid-cols-3",
3333
3366
  4: "sm:grid-cols-2 lg:grid-cols-4"
3334
- }, Ce = [
3367
+ }, Pe = [
3335
3368
  "sm:col-span-2 lg:row-span-2",
3336
3369
  "",
3337
3370
  "",
3338
3371
  "lg:col-span-2",
3339
3372
  "",
3340
3373
  "lg:col-span-2"
3341
- ], st = P(
3342
- ({ className: r, features: t, option: o = "columns", columns: l = 3, ...c }, a) => o === "editorialRows" ? /* @__PURE__ */ e("div", { ref: a, className: i("w-full", r), ...c, children: /* @__PURE__ */ e("div", { className: "divide-y divide-border border-t border-b border-border", children: t.map((s, d) => /* @__PURE__ */ n(
3374
+ ], xt = L(
3375
+ ({ className: r, features: t, option: o = "columns", columns: l = 3, ...c }, i) => o === "editorialRows" ? /* @__PURE__ */ e("div", { ref: i, className: a("w-full", r), ...c, children: /* @__PURE__ */ e("div", { className: "divide-y divide-border border-t border-b border-border", children: t.map((s, d) => /* @__PURE__ */ n(
3343
3376
  "div",
3344
3377
  {
3345
3378
  className: "group flex flex-col gap-3 py-6 transition-colors duration-200 sm:flex-row sm:items-baseline sm:gap-10",
@@ -3356,42 +3389,42 @@ const lt = {
3356
3389
  )) }) }) : o === "bento" ? /* @__PURE__ */ e(
3357
3390
  "div",
3358
3391
  {
3359
- ref: a,
3360
- className: i(
3392
+ ref: i,
3393
+ className: a(
3361
3394
  "grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-4 lg:auto-rows-[minmax(9rem,auto)]",
3362
3395
  r
3363
3396
  ),
3364
3397
  ...c,
3365
3398
  children: t.map(
3366
- (s, d) => s ? /* @__PURE__ */ e("div", { className: i(d < Ce.length && Ce[d]), children: /* @__PURE__ */ e(ge, { ...s, large: d === 0, className: "h-full" }) }, d) : null
3399
+ (s, d) => s ? /* @__PURE__ */ e("div", { className: a(d < Pe.length && Pe[d]), children: /* @__PURE__ */ e(ve, { ...s, large: d === 0, className: "h-full" }) }, d) : null
3367
3400
  )
3368
3401
  }
3369
3402
  ) : /* @__PURE__ */ e(
3370
3403
  "div",
3371
3404
  {
3372
- ref: a,
3373
- className: i(
3405
+ ref: i,
3406
+ className: a(
3374
3407
  "grid grid-cols-1 gap-4",
3375
- lt[l],
3408
+ ht[l],
3376
3409
  r
3377
3410
  ),
3378
3411
  ...c,
3379
- children: t.map((s, d) => /* @__PURE__ */ e(ge, { ...s, className: "h-full" }, d))
3412
+ children: t.map((s, d) => /* @__PURE__ */ e(ve, { ...s, className: "h-full" }, d))
3380
3413
  }
3381
3414
  )
3382
3415
  );
3383
- st.displayName = "FeatureGrid";
3384
- const oe = "font-display font-semibold tabular-nums tracking-[-0.02em] text-foreground", ne = "ml-1 font-sans text-sm font-normal tracking-normal text-muted-foreground", de = {
3416
+ xt.displayName = "FeatureGrid";
3417
+ const ae = "font-display font-semibold tabular-nums tracking-[-0.02em] text-foreground", ie = "ml-1 font-sans text-sm font-normal tracking-normal text-muted-foreground", pe = {
3385
3418
  2: "sm:grid-cols-2",
3386
3419
  3: "sm:grid-cols-2 lg:grid-cols-3",
3387
3420
  4: "sm:grid-cols-2 lg:grid-cols-4"
3388
3421
  };
3389
- function Me({ delta: r }) {
3390
- const t = r >= 0, o = t ? Qr : Yr;
3422
+ function Ge({ delta: r }) {
3423
+ const t = r >= 0, o = t ? lt : nt;
3391
3424
  return /* @__PURE__ */ n(
3392
3425
  "span",
3393
3426
  {
3394
- className: i(
3427
+ className: a(
3395
3428
  "inline-flex items-center gap-1 rounded-full px-2 py-0.5 text-xs font-semibold tabular-nums",
3396
3429
  t ? "bg-accent/10 text-accent" : "bg-danger-soft text-danger"
3397
3430
  ),
@@ -3403,12 +3436,12 @@ function Me({ delta: r }) {
3403
3436
  }
3404
3437
  );
3405
3438
  }
3406
- const at = P(
3407
- ({ className: r, stats: t, option: o = "editorial", columns: l = 4, ...c }, a) => o === "ticker" ? /* @__PURE__ */ e(
3439
+ const bt = L(
3440
+ ({ className: r, stats: t, option: o = "editorial", columns: l = 4, ...c }, i) => o === "ticker" ? /* @__PURE__ */ e(
3408
3441
  "dl",
3409
3442
  {
3410
- ref: a,
3411
- className: i(
3443
+ ref: i,
3444
+ className: a(
3412
3445
  "flex w-full items-stretch overflow-x-auto rounded-2xl border border-border bg-surface",
3413
3446
  r
3414
3447
  ),
@@ -3416,18 +3449,18 @@ const at = P(
3416
3449
  children: t.map((s, d) => /* @__PURE__ */ n(
3417
3450
  "div",
3418
3451
  {
3419
- className: i(
3452
+ className: a(
3420
3453
  "flex min-w-[11rem] flex-1 flex-col gap-3 p-6",
3421
3454
  d > 0 && "border-l border-border"
3422
3455
  ),
3423
3456
  children: [
3424
3457
  /* @__PURE__ */ n("div", { className: "flex items-center justify-between gap-3", children: [
3425
3458
  /* @__PURE__ */ e("dt", { className: "text-xs font-semibold uppercase tracking-[0.14em] text-muted-foreground", children: s.label }),
3426
- typeof s.delta == "number" ? /* @__PURE__ */ e(Me, { delta: s.delta }) : null
3459
+ typeof s.delta == "number" ? /* @__PURE__ */ e(Ge, { delta: s.delta }) : null
3427
3460
  ] }),
3428
- /* @__PURE__ */ n("dd", { className: i(oe, "text-3xl", s.accent ? "text-primary" : void 0), children: [
3461
+ /* @__PURE__ */ n("dd", { className: a(ae, "text-3xl", s.accent ? "text-primary" : void 0), children: [
3429
3462
  s.value,
3430
- s.suffix ? /* @__PURE__ */ e("span", { className: ne, children: s.suffix }) : null
3463
+ s.suffix ? /* @__PURE__ */ e("span", { className: ie, children: s.suffix }) : null
3431
3464
  ] }),
3432
3465
  s.sub ? /* @__PURE__ */ e("p", { className: "text-[13px] leading-5 text-muted-foreground", children: s.sub }) : null
3433
3466
  ]
@@ -3438,17 +3471,17 @@ const at = P(
3438
3471
  ) : o === "cells" ? /* @__PURE__ */ e(
3439
3472
  "dl",
3440
3473
  {
3441
- ref: a,
3442
- className: i("grid grid-cols-1 gap-4", de[l], r),
3474
+ ref: i,
3475
+ className: a("grid grid-cols-1 gap-4", pe[l], r),
3443
3476
  ...c,
3444
3477
  children: t.map((s) => /* @__PURE__ */ n(
3445
3478
  "div",
3446
3479
  {
3447
3480
  className: "flex min-h-[8.5rem] flex-col justify-between rounded-xl border border-border bg-surface p-6",
3448
3481
  children: [
3449
- /* @__PURE__ */ n("dd", { className: i(oe, "text-3xl", s.accent ? "text-primary" : void 0), children: [
3482
+ /* @__PURE__ */ n("dd", { className: a(ae, "text-3xl", s.accent ? "text-primary" : void 0), children: [
3450
3483
  s.value,
3451
- s.suffix ? /* @__PURE__ */ e("span", { className: ne, children: s.suffix }) : null
3484
+ s.suffix ? /* @__PURE__ */ e("span", { className: ie, children: s.suffix }) : null
3452
3485
  ] }),
3453
3486
  /* @__PURE__ */ n("div", { className: "mt-5 flex items-center justify-between gap-3", children: [
3454
3487
  /* @__PURE__ */ e("dt", { className: "text-sm text-muted-foreground", children: s.label }),
@@ -3462,20 +3495,20 @@ const at = P(
3462
3495
  ) : o === "hairline" ? /* @__PURE__ */ e(
3463
3496
  "dl",
3464
3497
  {
3465
- ref: a,
3466
- className: i("grid grid-cols-1 gap-y-10", de[l], r),
3498
+ ref: i,
3499
+ className: a("grid grid-cols-1 gap-y-10", pe[l], r),
3467
3500
  ...c,
3468
3501
  children: t.map((s, d) => /* @__PURE__ */ n(
3469
3502
  "div",
3470
3503
  {
3471
- className: i(
3504
+ className: a(
3472
3505
  "text-center",
3473
3506
  l > 1 && d > 0 && "sm:border-l sm:border-border"
3474
3507
  ),
3475
3508
  children: [
3476
- /* @__PURE__ */ n("dd", { className: i(oe, "text-5xl", s.accent ? "text-primary" : void 0), children: [
3509
+ /* @__PURE__ */ n("dd", { className: a(ae, "text-5xl", s.accent ? "text-primary" : void 0), children: [
3477
3510
  s.value,
3478
- s.suffix ? /* @__PURE__ */ e("span", { className: ne, children: s.suffix }) : null
3511
+ s.suffix ? /* @__PURE__ */ e("span", { className: ie, children: s.suffix }) : null
3479
3512
  ] }),
3480
3513
  /* @__PURE__ */ e("dt", { className: "mt-3 text-xs font-semibold uppercase tracking-[0.16em] text-muted-foreground", children: s.label })
3481
3514
  ]
@@ -3486,25 +3519,25 @@ const at = P(
3486
3519
  ) : /* @__PURE__ */ e(
3487
3520
  "dl",
3488
3521
  {
3489
- ref: a,
3490
- className: i("grid grid-cols-1 gap-x-10 gap-y-12", de[l], r),
3522
+ ref: i,
3523
+ className: a("grid grid-cols-1 gap-x-10 gap-y-12", pe[l], r),
3491
3524
  ...c,
3492
3525
  children: t.map((s) => /* @__PURE__ */ n("div", { className: "border-t border-border pt-6", children: [
3493
3526
  /* @__PURE__ */ n("div", { className: "flex items-center justify-between gap-3", children: [
3494
3527
  /* @__PURE__ */ e("dt", { className: "text-xs font-semibold uppercase tracking-[0.18em] text-muted-foreground", children: s.label }),
3495
- typeof s.delta == "number" ? /* @__PURE__ */ e(Me, { delta: s.delta }) : null
3528
+ typeof s.delta == "number" ? /* @__PURE__ */ e(Ge, { delta: s.delta }) : null
3496
3529
  ] }),
3497
3530
  /* @__PURE__ */ n(
3498
3531
  "dd",
3499
3532
  {
3500
- className: i(
3501
- oe,
3533
+ className: a(
3534
+ ae,
3502
3535
  "mt-4 text-5xl sm:text-6xl",
3503
3536
  s.accent ? "text-primary" : void 0
3504
3537
  ),
3505
3538
  children: [
3506
3539
  s.value,
3507
- s.suffix ? /* @__PURE__ */ e("span", { className: ne, children: s.suffix }) : null
3540
+ s.suffix ? /* @__PURE__ */ e("span", { className: ie, children: s.suffix }) : null
3508
3541
  ]
3509
3542
  }
3510
3543
  ),
@@ -3513,34 +3546,34 @@ const at = P(
3513
3546
  }
3514
3547
  )
3515
3548
  );
3516
- at.displayName = "Stats";
3517
- function je({
3549
+ bt.displayName = "Stats";
3550
+ function Ee({
3518
3551
  value: r,
3519
3552
  billing: t,
3520
3553
  dim: o
3521
3554
  }) {
3522
- return r === null ? /* @__PURE__ */ e("span", { children: "Custom" }) : /* @__PURE__ */ n(Ae, { children: [
3555
+ return r === null ? /* @__PURE__ */ e("span", { children: "Custom" }) : /* @__PURE__ */ n(Ne, { children: [
3523
3556
  /* @__PURE__ */ n("span", { className: "text-[2.6rem] font-semibold tracking-tight sm:text-[3rem]", children: [
3524
3557
  "$",
3525
3558
  r
3526
3559
  ] }),
3527
- /* @__PURE__ */ n("span", { className: i("text-sm font-normal", o && "opacity-60"), children: [
3560
+ /* @__PURE__ */ n("span", { className: a("text-sm font-normal", o && "opacity-60"), children: [
3528
3561
  "/",
3529
3562
  t === "monthly" ? "mo" : "yr"
3530
3563
  ] })
3531
3564
  ] });
3532
3565
  }
3533
- function it({
3566
+ function vt({
3534
3567
  billing: r,
3535
3568
  onChange: t,
3536
3569
  dark: o
3537
3570
  }) {
3538
- const l = he("--color-accent");
3571
+ const l = ke("--color-accent");
3539
3572
  return /* @__PURE__ */ n("div", { className: "mb-10 flex items-center justify-center gap-4", children: [
3540
3573
  /* @__PURE__ */ e(
3541
3574
  "span",
3542
3575
  {
3543
- className: i(
3576
+ className: a(
3544
3577
  "text-sm font-medium transition-colors",
3545
3578
  r === "monthly" ? o ? "text-white" : "text-foreground" : "text-muted-foreground"
3546
3579
  ),
@@ -3555,7 +3588,7 @@ function it({
3555
3588
  "aria-checked": r === "yearly",
3556
3589
  "aria-label": "Billing period",
3557
3590
  onClick: () => t(r === "monthly" ? "yearly" : "monthly"),
3558
- className: i(
3591
+ className: a(
3559
3592
  "relative inline-flex h-6 w-11 shrink-0 cursor-pointer items-center rounded-full transition-colors duration-200",
3560
3593
  "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",
3561
3594
  r === "yearly" ? "bg-primary" : "bg-border"
@@ -3563,7 +3596,7 @@ function it({
3563
3596
  children: /* @__PURE__ */ e(
3564
3597
  "span",
3565
3598
  {
3566
- className: i(
3599
+ className: a(
3567
3600
  "inline-block h-4 w-4 transform rounded-full bg-white shadow transition-transform duration-200",
3568
3601
  r === "yearly" ? "translate-x-6" : "translate-x-1"
3569
3602
  )
@@ -3574,7 +3607,7 @@ function it({
3574
3607
  /* @__PURE__ */ n(
3575
3608
  "span",
3576
3609
  {
3577
- className: i(
3610
+ className: a(
3578
3611
  "flex items-center gap-2 text-sm font-medium transition-colors",
3579
3612
  r === "yearly" ? o ? "text-white" : "text-foreground" : "text-muted-foreground"
3580
3613
  ),
@@ -3593,142 +3626,142 @@ function it({
3593
3626
  )
3594
3627
  ] });
3595
3628
  }
3596
- const ct = ({
3629
+ const yt = ({
3597
3630
  className: r,
3598
3631
  plans: t,
3599
3632
  option: o = "cards",
3600
3633
  defaultBilling: l = "monthly",
3601
3634
  onSelect: c,
3602
- ...a
3635
+ ...i
3603
3636
  }) => {
3604
- const [s, d] = L(l), u = (m) => s === "monthly" ? m.monthly : m.yearly, f = (m) => m === null ? "Custom" : `$${m}`, g = (m, x) => {
3605
- const p = m.highlighted && !m.customColor, h = m.customColor ? R(m.customColor, "#111111", "#ffffff") : void 0;
3637
+ const [s, d] = V(l), u = (m) => s === "monthly" ? m.monthly : m.yearly, p = (m) => m === null ? "Custom" : `$${m}`, h = (m, v) => {
3638
+ const g = m.highlighted && !m.customColor, f = m.customColor ? $(m.customColor, "#111111", "#ffffff") : void 0;
3606
3639
  return /* @__PURE__ */ n(
3607
3640
  "button",
3608
3641
  {
3609
3642
  type: "button",
3610
3643
  onClick: () => c == null ? void 0 : c(m, s),
3611
- className: i(
3644
+ className: a(
3612
3645
  "inline-flex h-11 cursor-pointer items-center justify-center gap-2 rounded-lg px-5 text-sm font-semibold transition-colors duration-200",
3613
3646
  "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
3614
- p || m.customColor ? "hover:brightness-95" : x ? "bg-white text-black hover:bg-white/90" : "border border-border text-foreground hover:bg-surface"
3647
+ g || m.customColor ? "hover:brightness-95" : v ? "bg-white text-black hover:bg-white/90" : "border border-border text-foreground hover:bg-surface"
3615
3648
  ),
3616
- style: m.customColor ? { backgroundColor: m.customColor, color: h } : p ? {
3649
+ style: m.customColor ? { backgroundColor: m.customColor, color: f } : g ? {
3617
3650
  backgroundColor: "rgb(var(--color-primary))",
3618
3651
  color: "rgb(var(--color-on-primary))"
3619
3652
  } : void 0,
3620
3653
  children: [
3621
3654
  m.cta || "Start",
3622
- /* @__PURE__ */ e(W, { className: "h-4 w-4 opacity-60" })
3655
+ /* @__PURE__ */ e(X, { className: "h-4 w-4 opacity-60" })
3623
3656
  ]
3624
3657
  }
3625
3658
  );
3626
3659
  };
3627
- return o === "compact" ? /* @__PURE__ */ e("div", { className: i("w-full", r), ...a, children: /* @__PURE__ */ e("div", { className: "divide-y divide-border overflow-hidden rounded-xl border border-border bg-surface", children: t.map((m) => {
3628
- const x = m.highlighted && !m.customColor, p = m.customColor ? "rgb(var(--color-surface))" : x ? "rgb(var(--color-primary-soft))" : void 0, h = m.customColor ? m.customColor : x ? "rgb(var(--color-primary))" : void 0;
3660
+ return o === "compact" ? /* @__PURE__ */ e("div", { className: a("w-full", r), ...i, children: /* @__PURE__ */ e("div", { className: "divide-y divide-border overflow-hidden rounded-xl border border-border bg-surface", children: t.map((m) => {
3661
+ const v = m.highlighted && !m.customColor, g = m.customColor ? "rgb(var(--color-surface))" : v ? "rgb(var(--color-primary-soft))" : void 0, f = m.customColor ? m.customColor : v ? "rgb(var(--color-primary))" : void 0;
3629
3662
  return /* @__PURE__ */ n(
3630
3663
  "div",
3631
3664
  {
3632
- className: i(
3665
+ className: a(
3633
3666
  "group flex flex-col gap-5 p-5 transition-colors duration-200 hover:bg-surface-strong sm:flex-row sm:items-center sm:justify-between",
3634
- x && "bg-primary-soft/60"
3667
+ v && "bg-primary-soft/60"
3635
3668
  ),
3636
- style: p ? { backgroundColor: p } : void 0,
3669
+ style: g ? { backgroundColor: g } : void 0,
3637
3670
  children: [
3638
3671
  /* @__PURE__ */ n("div", { className: "min-w-0", children: [
3639
3672
  /* @__PURE__ */ n("div", { className: "flex items-center gap-2.5", children: [
3640
3673
  /* @__PURE__ */ e("h3", { className: "font-display text-lg font-semibold tracking-tight text-foreground", children: m.name }),
3641
- x ? /* @__PURE__ */ e("span", { className: "rounded-full bg-primary px-2.5 py-0.5 text-[11px] font-semibold text-on-primary uppercase tracking-wider", children: "Popular" }) : null
3674
+ v ? /* @__PURE__ */ e("span", { className: "rounded-full bg-primary px-2.5 py-0.5 text-[11px] font-semibold text-on-primary uppercase tracking-wider", children: "Popular" }) : null
3642
3675
  ] }),
3643
3676
  m.description ? /* @__PURE__ */ e("p", { className: "mt-1 truncate text-sm text-muted-foreground", children: m.description }) : null
3644
3677
  ] }),
3645
3678
  /* @__PURE__ */ n("div", { className: "flex items-center gap-6", children: [
3646
- /* @__PURE__ */ e("ul", { className: "hidden items-center gap-4 lg:flex", children: m.features.slice(0, 3).map((y) => /* @__PURE__ */ n("li", { className: "flex items-center gap-1.5 text-sm text-muted-foreground", style: { color: h }, children: [
3647
- /* @__PURE__ */ e(le, { className: "h-3.5 w-3.5 text-current" }),
3648
- y
3649
- ] }, y)) }),
3679
+ /* @__PURE__ */ e("ul", { className: "hidden items-center gap-4 lg:flex", children: m.features.slice(0, 3).map((x) => /* @__PURE__ */ n("li", { className: "flex items-center gap-1.5 text-sm text-muted-foreground", style: { color: f }, children: [
3680
+ /* @__PURE__ */ e(ee, { className: "h-3.5 w-3.5 text-current" }),
3681
+ x
3682
+ ] }, x)) }),
3650
3683
  /* @__PURE__ */ n("div", { className: "font-display text-2xl font-semibold tracking-tight text-foreground", children: [
3651
- f(u(m)),
3684
+ p(u(m)),
3652
3685
  u(m) !== null ? /* @__PURE__ */ n("span", { className: "text-sm font-normal text-muted-foreground", children: [
3653
3686
  "/",
3654
3687
  s === "monthly" ? "mo" : "yr"
3655
3688
  ] }) : null
3656
3689
  ] }),
3657
- g(m)
3690
+ h(m)
3658
3691
  ] })
3659
3692
  ]
3660
3693
  },
3661
3694
  m.name
3662
3695
  );
3663
- }) }) }) : o === "bento" ? /* @__PURE__ */ e("div", { className: i("w-full", r), ...a, children: /* @__PURE__ */ e("div", { className: "grid grid-cols-1 gap-4 lg:grid-cols-2", children: t.map((m) => {
3664
- const x = m.highlighted && !m.customColor, p = m.customColor || (x ? "rgb(var(--color-primary))" : void 0), h = m.customColor ? R(m.customColor, "#111111", "#ffffff") : x ? "rgb(var(--color-on-primary))" : void 0;
3696
+ }) }) }) : o === "bento" ? /* @__PURE__ */ e("div", { className: a("w-full", r), ...i, children: /* @__PURE__ */ e("div", { className: "grid grid-cols-1 gap-4 lg:grid-cols-2", children: t.map((m) => {
3697
+ const v = m.highlighted && !m.customColor, g = m.customColor || (v ? "rgb(var(--color-primary))" : void 0), f = m.customColor ? $(m.customColor, "#111111", "#ffffff") : v ? "rgb(var(--color-on-primary))" : void 0;
3665
3698
  return /* @__PURE__ */ n(
3666
3699
  "div",
3667
3700
  {
3668
- className: i(
3701
+ className: a(
3669
3702
  "flex h-full flex-col rounded-xl p-8",
3670
- p ? "lg:col-span-2" : "border border-border bg-surface"
3703
+ g ? "lg:col-span-2" : "border border-border bg-surface"
3671
3704
  ),
3672
- style: p ? { backgroundColor: p, color: h } : void 0,
3705
+ style: g ? { backgroundColor: g, color: f } : void 0,
3673
3706
  children: [
3674
3707
  /* @__PURE__ */ n("div", { className: "flex flex-wrap items-start justify-between gap-4", children: [
3675
3708
  /* @__PURE__ */ n("div", { children: [
3676
- /* @__PURE__ */ e("h3", { className: i("font-display text-xl font-semibold tracking-tight", p ? "text-current" : "text-foreground"), children: m.name }),
3677
- m.description ? /* @__PURE__ */ e("p", { className: i("mt-1.5 text-sm", p ? void 0 : "text-muted-foreground"), children: m.description }) : null
3709
+ /* @__PURE__ */ e("h3", { className: a("font-display text-xl font-semibold tracking-tight", g ? "text-current" : "text-foreground"), children: m.name }),
3710
+ m.description ? /* @__PURE__ */ e("p", { className: a("mt-1.5 text-sm", g ? void 0 : "text-muted-foreground"), children: m.description }) : null
3678
3711
  ] }),
3679
- /* @__PURE__ */ e("div", { className: i("font-display", p ? "text-current" : "text-foreground"), children: /* @__PURE__ */ e(je, { value: u(m), billing: s, dim: !p }) })
3712
+ /* @__PURE__ */ e("div", { className: a("font-display", g ? "text-current" : "text-foreground"), children: /* @__PURE__ */ e(Ee, { value: u(m), billing: s, dim: !g }) })
3680
3713
  ] }),
3681
3714
  /* @__PURE__ */ e(
3682
3715
  "ul",
3683
3716
  {
3684
- className: i(
3717
+ className: a(
3685
3718
  "mt-7 grid grid-cols-1 gap-x-8 gap-y-2.5 text-sm sm:grid-cols-2",
3686
- p ? "lg:max-w-2xl" : void 0
3719
+ g ? "lg:max-w-2xl" : void 0
3687
3720
  ),
3688
- children: m.features.map((y) => /* @__PURE__ */ n("li", { className: i("flex items-start gap-2.5", p ? "text-current" : "text-muted-foreground"), children: [
3689
- /* @__PURE__ */ e(le, { className: i("mt-0.5 h-4 w-4 shrink-0", p ? "text-current" : "text-primary") }),
3690
- y
3691
- ] }, y))
3721
+ children: m.features.map((x) => /* @__PURE__ */ n("li", { className: a("flex items-start gap-2.5", g ? "text-current" : "text-muted-foreground"), children: [
3722
+ /* @__PURE__ */ e(ee, { className: a("mt-0.5 h-4 w-4 shrink-0", g ? "text-current" : "text-primary") }),
3723
+ x
3724
+ ] }, x))
3692
3725
  }
3693
3726
  ),
3694
- /* @__PURE__ */ e("div", { className: "mt-8", children: g(m, !p) })
3727
+ /* @__PURE__ */ e("div", { className: "mt-8", children: h(m, !g) })
3695
3728
  ]
3696
3729
  },
3697
3730
  m.name
3698
3731
  );
3699
- }) }) }) : /* @__PURE__ */ n("div", { className: i("w-full", r), ...a, children: [
3700
- /* @__PURE__ */ e(it, { billing: s, onChange: d }),
3732
+ }) }) }) : /* @__PURE__ */ n("div", { className: a("w-full", r), ...i, children: [
3733
+ /* @__PURE__ */ e(vt, { billing: s, onChange: d }),
3701
3734
  /* @__PURE__ */ e("div", { className: "grid grid-cols-1 gap-5 md:grid-cols-2 lg:grid-cols-3", children: t.map((m) => {
3702
- const x = m.highlighted && !m.customColor, p = m.customColor || (x ? "rgb(var(--color-primary))" : void 0), h = m.customColor ? R(m.customColor, "#111111", "#ffffff") : x ? "rgb(var(--color-on-primary))" : void 0;
3735
+ const v = m.highlighted && !m.customColor, g = m.customColor || (v ? "rgb(var(--color-primary))" : void 0), f = m.customColor ? $(m.customColor, "#111111", "#ffffff") : v ? "rgb(var(--color-on-primary))" : void 0;
3703
3736
  return /* @__PURE__ */ n(
3704
3737
  "div",
3705
3738
  {
3706
- className: i(
3739
+ className: a(
3707
3740
  "relative flex flex-col rounded-xl p-7",
3708
- p ? "shadow-raised" : "border border-border bg-surface",
3709
- !p && x && "border-primary"
3741
+ g ? "shadow-raised" : "border border-border bg-surface",
3742
+ !g && v && "border-primary"
3710
3743
  ),
3711
- style: p ? { backgroundColor: p, color: h } : void 0,
3744
+ style: g ? { backgroundColor: g, color: f } : void 0,
3712
3745
  children: [
3713
- x ? /* @__PURE__ */ e(
3746
+ v ? /* @__PURE__ */ e(
3714
3747
  "span",
3715
3748
  {
3716
- className: i(
3749
+ className: a(
3717
3750
  "absolute -top-3 left-7 rounded-full px-2.5 py-1 text-[11px] font-semibold uppercase tracking-wider",
3718
- !p && "bg-primary text-on-primary"
3751
+ !g && "bg-primary text-on-primary"
3719
3752
  ),
3720
- style: p ? { backgroundColor: "rgb(var(--color-on-primary))", color: "rgb(var(--color-primary))" } : void 0,
3753
+ style: g ? { backgroundColor: "rgb(var(--color-on-primary))", color: "rgb(var(--color-primary))" } : void 0,
3721
3754
  children: "Most popular"
3722
3755
  }
3723
3756
  ) : null,
3724
- /* @__PURE__ */ e("h3", { className: i("font-display text-lg font-semibold tracking-tight", p ? "text-current" : "text-foreground"), children: m.name }),
3725
- m.description ? /* @__PURE__ */ e("p", { className: i("mt-1.5 text-sm", p ? void 0 : "text-muted-foreground"), children: m.description }) : null,
3726
- /* @__PURE__ */ e("div", { className: i("mt-6 flex items-baseline font-display", p ? "text-current" : "text-foreground"), children: /* @__PURE__ */ e(je, { value: u(m), billing: s, dim: !p }) }),
3727
- /* @__PURE__ */ e("ul", { className: i("mt-7 flex-1 space-y-2.5 text-sm", p ? "text-current" : "text-muted-foreground"), children: m.features.map((y) => /* @__PURE__ */ n("li", { className: "flex items-start gap-2.5", children: [
3728
- /* @__PURE__ */ e(le, { className: i("mt-0.5 h-4 w-4 shrink-0", p ? "text-current" : "text-primary") }),
3729
- y
3730
- ] }, y)) }),
3731
- /* @__PURE__ */ e("div", { className: "mt-8", children: g(m, !p) })
3757
+ /* @__PURE__ */ e("h3", { className: a("font-display text-lg font-semibold tracking-tight", g ? "text-current" : "text-foreground"), children: m.name }),
3758
+ m.description ? /* @__PURE__ */ e("p", { className: a("mt-1.5 text-sm", g ? void 0 : "text-muted-foreground"), children: m.description }) : null,
3759
+ /* @__PURE__ */ e("div", { className: a("mt-6 flex items-baseline font-display", g ? "text-current" : "text-foreground"), children: /* @__PURE__ */ e(Ee, { value: u(m), billing: s, dim: !g }) }),
3760
+ /* @__PURE__ */ e("ul", { className: a("mt-7 flex-1 space-y-2.5 text-sm", g ? "text-current" : "text-muted-foreground"), children: m.features.map((x) => /* @__PURE__ */ n("li", { className: "flex items-start gap-2.5", children: [
3761
+ /* @__PURE__ */ e(ee, { className: a("mt-0.5 h-4 w-4 shrink-0", g ? "text-current" : "text-primary") }),
3762
+ x
3763
+ ] }, x)) }),
3764
+ /* @__PURE__ */ e("div", { className: "mt-8", children: h(m, !g) })
3732
3765
  ]
3733
3766
  },
3734
3767
  m.name
@@ -3736,35 +3769,35 @@ const ct = ({
3736
3769
  }) })
3737
3770
  ] });
3738
3771
  };
3739
- ct.displayName = "Pricing";
3740
- const Fe = (r) => r.split(" ").map((t) => t[0]).join("").slice(0, 2).toUpperCase(), ze = P(
3772
+ yt.displayName = "Pricing";
3773
+ const Ye = (r) => r.split(" ").map((t) => t[0]).join("").slice(0, 2).toUpperCase(), Be = L(
3741
3774
  function({ className: t, testimonial: o, ...l }, c) {
3742
- const { quote: a, author: s, role: d, company: u, avatar: f, accent: g, rating: m } = o, x = g ? { backgroundColor: g, color: R(g, "#111111", "#ffffff") } : void 0;
3775
+ const { quote: i, author: s, role: d, company: u, avatar: p, accent: h, rating: m } = o, v = h ? { backgroundColor: h, color: $(h, "#111111", "#ffffff") } : void 0;
3743
3776
  return /* @__PURE__ */ n(
3744
3777
  "figure",
3745
3778
  {
3746
3779
  ref: c,
3747
- className: i(
3780
+ className: a(
3748
3781
  "mb-4 flex flex-col break-inside-avoid rounded-2xl border border-border bg-surface p-7",
3749
3782
  t
3750
3783
  ),
3751
3784
  ...l,
3752
3785
  children: [
3753
3786
  /* @__PURE__ */ n("div", { className: "mb-5 flex items-center justify-between", children: [
3754
- /* @__PURE__ */ e(Ve, { className: i("h-6 w-6", g ? void 0 : "text-primary/30"), style: g ? { color: g } : void 0 }),
3755
- m ? /* @__PURE__ */ e("span", { className: "flex items-center gap-0.5 text-amber-500", "aria-label": `${m} / 5`, children: Array.from({ length: 5 }).map((p, h) => /* @__PURE__ */ e(Xr, { className: "h-3.5 w-3.5" }, h)) }) : null
3787
+ /* @__PURE__ */ e(De, { className: a("h-6 w-6", h ? void 0 : "text-primary/30"), style: h ? { color: h } : void 0 }),
3788
+ m ? /* @__PURE__ */ e("span", { className: "flex items-center gap-0.5 text-amber-500", "aria-label": `${m} / 5`, children: Array.from({ length: 5 }).map((g, f) => /* @__PURE__ */ e(it, { className: "h-3.5 w-3.5" }, f)) }) : null
3756
3789
  ] }),
3757
- /* @__PURE__ */ e("blockquote", { className: "flex-1 text-[15px] leading-7 text-foreground/85", children: a }),
3790
+ /* @__PURE__ */ e("blockquote", { className: "flex-1 text-[15px] leading-7 text-foreground/85", children: i }),
3758
3791
  /* @__PURE__ */ n("figcaption", { className: "mt-6 flex items-center gap-3", children: [
3759
- f || /* @__PURE__ */ e(
3792
+ p || /* @__PURE__ */ e(
3760
3793
  "span",
3761
3794
  {
3762
- style: x,
3763
- className: i(
3795
+ style: v,
3796
+ className: a(
3764
3797
  "inline-flex h-10 w-10 shrink-0 items-center justify-center rounded-full text-xs font-bold",
3765
- !g && "bg-primary-soft text-primary"
3798
+ !h && "bg-primary-soft text-primary"
3766
3799
  ),
3767
- children: Fe(s)
3800
+ children: Ye(s)
3768
3801
  }
3769
3802
  ),
3770
3803
  /* @__PURE__ */ n("div", { children: [
@@ -3776,48 +3809,48 @@ const Fe = (r) => r.split(" ").map((t) => t[0]).join("").slice(0, 2).toUpperCase
3776
3809
  }
3777
3810
  );
3778
3811
  }
3779
- ), dt = ({ className: r, items: t, option: o = "grid", ...l }) => {
3812
+ ), Nt = ({ className: r, items: t, option: o = "grid", ...l }) => {
3780
3813
  if (o === "carousel")
3781
- return /* @__PURE__ */ e(mt, { items: t, className: r, ...l });
3814
+ return /* @__PURE__ */ e(wt, { items: t, className: r, ...l });
3782
3815
  if (o === "marquee") {
3783
3816
  const c = [...t, ...t];
3784
- return /* @__PURE__ */ e("div", { className: i("w-full overflow-hidden", r), ...l, children: /* @__PURE__ */ e("div", { className: "mask-fade-x", children: /* @__PURE__ */ e("div", { className: "flex w-max animate-marquee gap-4 pr-4 motion-reduce:animate-none", children: c.map((a, s) => /* @__PURE__ */ e("div", { className: "w-[19rem] shrink-0 sm:w-[24rem]", children: /* @__PURE__ */ e(ze, { testimonial: a, className: "m-0" }) }, s)) }) }) });
3817
+ return /* @__PURE__ */ e("div", { className: a("w-full overflow-hidden", r), ...l, children: /* @__PURE__ */ e("div", { className: "mask-fade-x", children: /* @__PURE__ */ e("div", { className: "flex w-max animate-marquee gap-4 pr-4 motion-reduce:animate-none", children: c.map((i, s) => /* @__PURE__ */ e("div", { className: "w-[19rem] shrink-0 sm:w-[24rem]", children: /* @__PURE__ */ e(Be, { testimonial: i, className: "m-0" }) }, s)) }) }) });
3785
3818
  }
3786
- return /* @__PURE__ */ e("div", { className: i("columns-1 gap-4 md:columns-2 lg:columns-3", r), ...l, children: t.map((c, a) => /* @__PURE__ */ e(ze, { testimonial: c }, a)) });
3819
+ return /* @__PURE__ */ e("div", { className: a("columns-1 gap-4 md:columns-2 lg:columns-3", r), ...l, children: t.map((c, i) => /* @__PURE__ */ e(Be, { testimonial: c }, i)) });
3787
3820
  };
3788
- dt.displayName = "Testimonials";
3789
- function mt({
3821
+ Nt.displayName = "Testimonials";
3822
+ function wt({
3790
3823
  items: r,
3791
3824
  className: t,
3792
3825
  ...o
3793
3826
  }) {
3794
- const [l, c] = L(0), a = r[l % r.length], s = a.accent ? { backgroundColor: a.accent, color: R(a.accent, "#111111", "#ffffff") } : void 0, d = (u) => c((f) => (f + u + r.length) % r.length);
3795
- return /* @__PURE__ */ n("div", { className: i("mx-auto w-full max-w-3xl", t), ...o, children: [
3827
+ const [l, c] = V(0), i = r[l % r.length], s = i.accent ? { backgroundColor: i.accent, color: $(i.accent, "#111111", "#ffffff") } : void 0, d = (u) => c((p) => (p + u + r.length) % r.length);
3828
+ return /* @__PURE__ */ n("div", { className: a("mx-auto w-full max-w-3xl", t), ...o, children: [
3796
3829
  /* @__PURE__ */ n("figure", { className: "relative rounded-2xl border border-border bg-surface p-10 text-center sm:p-14", children: [
3797
3830
  /* @__PURE__ */ e(
3798
- Ve,
3831
+ De,
3799
3832
  {
3800
- className: i("mx-auto mb-6 h-8 w-8", a.accent ? void 0 : "text-primary/25"),
3801
- style: a.accent ? { color: a.accent } : void 0,
3833
+ className: a("mx-auto mb-6 h-8 w-8", i.accent ? void 0 : "text-primary/25"),
3834
+ style: i.accent ? { color: i.accent } : void 0,
3802
3835
  "aria-hidden": !0
3803
3836
  }
3804
3837
  ),
3805
- /* @__PURE__ */ e("blockquote", { className: "font-display text-balance text-xl font-medium leading-relaxed tracking-tight text-foreground sm:text-2xl", children: a.quote }),
3838
+ /* @__PURE__ */ e("blockquote", { className: "font-display text-balance text-xl font-medium leading-relaxed tracking-tight text-foreground sm:text-2xl", children: i.quote }),
3806
3839
  /* @__PURE__ */ n("figcaption", { className: "mt-8 flex items-center justify-center gap-3", children: [
3807
- a.avatar ? a.avatar : /* @__PURE__ */ e(
3840
+ i.avatar ? i.avatar : /* @__PURE__ */ e(
3808
3841
  "span",
3809
3842
  {
3810
3843
  style: s,
3811
- className: i(
3844
+ className: a(
3812
3845
  "inline-flex h-11 w-11 items-center justify-center rounded-full text-xs font-bold",
3813
- !a.accent && "bg-foreground text-background"
3846
+ !i.accent && "bg-foreground text-background"
3814
3847
  ),
3815
- children: Fe(a.author)
3848
+ children: Ye(i.author)
3816
3849
  }
3817
3850
  ),
3818
3851
  /* @__PURE__ */ n("div", { className: "text-left", children: [
3819
- /* @__PURE__ */ e("div", { className: "text-sm font-semibold text-foreground", children: a.author }),
3820
- /* @__PURE__ */ e("div", { className: "text-xs text-muted-foreground", children: [a.role, a.company].filter(Boolean).join(" · ") })
3852
+ /* @__PURE__ */ e("div", { className: "text-sm font-semibold text-foreground", children: i.author }),
3853
+ /* @__PURE__ */ e("div", { className: "text-xs text-muted-foreground", children: [i.role, i.company].filter(Boolean).join(" · ") })
3821
3854
  ] })
3822
3855
  ] })
3823
3856
  ] }),
@@ -3829,22 +3862,22 @@ function mt({
3829
3862
  "aria-label": "Previous testimonial",
3830
3863
  onClick: () => d(-1),
3831
3864
  className: "inline-flex h-10 w-10 cursor-pointer items-center justify-center rounded-full border border-border bg-surface text-foreground transition-colors duration-150 hover:border-foreground/25 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
3832
- children: /* @__PURE__ */ e(Jr, { className: "h-4 w-4" })
3865
+ children: /* @__PURE__ */ e(at, { className: "h-4 w-4" })
3833
3866
  }
3834
3867
  ),
3835
- /* @__PURE__ */ e("div", { className: "flex items-center gap-1.5", children: r.map((u, f) => /* @__PURE__ */ e(
3868
+ /* @__PURE__ */ e("div", { className: "flex items-center gap-1.5", children: r.map((u, p) => /* @__PURE__ */ e(
3836
3869
  "button",
3837
3870
  {
3838
3871
  type: "button",
3839
- "aria-label": `Testimonial ${f + 1}`,
3840
- "aria-current": f === l,
3841
- onClick: () => c(f),
3842
- className: i(
3872
+ "aria-label": `Testimonial ${p + 1}`,
3873
+ "aria-current": p === l,
3874
+ onClick: () => c(p),
3875
+ className: a(
3843
3876
  "h-1.5 cursor-pointer rounded-full transition-all duration-200",
3844
- f === l ? "w-6 bg-foreground" : "w-1.5 bg-foreground/25 hover:bg-foreground/50"
3877
+ p === l ? "w-6 bg-foreground" : "w-1.5 bg-foreground/25 hover:bg-foreground/50"
3845
3878
  )
3846
3879
  },
3847
- f
3880
+ p
3848
3881
  )) }),
3849
3882
  /* @__PURE__ */ e(
3850
3883
  "button",
@@ -3853,31 +3886,31 @@ function mt({
3853
3886
  "aria-label": "Next testimonial",
3854
3887
  onClick: () => d(1),
3855
3888
  className: "inline-flex h-10 w-10 cursor-pointer items-center justify-center rounded-full border border-border bg-surface text-foreground transition-colors duration-150 hover:border-foreground/25 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
3856
- children: /* @__PURE__ */ e(Dr, { className: "h-4 w-4" })
3889
+ children: /* @__PURE__ */ e(st, { className: "h-4 w-4" })
3857
3890
  }
3858
3891
  )
3859
3892
  ] })
3860
3893
  ] });
3861
3894
  }
3862
- const ut = P(
3863
- ({ className: r, title: t, description: o, action: l, secondaryAction: c, option: a = "panel", align: s = "left", id: d, ...u }, f) => {
3864
- const g = a === "panel", x = he(a === "inverse" ? "--color-secondary" : "--color-primary");
3865
- return a === "surface" ? /* @__PURE__ */ e("section", { ref: f, id: d, className: i("w-full", r), ...u, children: /* @__PURE__ */ e(F, { className: "py-20 sm:py-24", children: /* @__PURE__ */ n(
3895
+ const kt = L(
3896
+ ({ className: r, title: t, description: o, action: l, secondaryAction: c, option: i = "panel", align: s = "left", id: d, ...u }, p) => {
3897
+ const h = i === "panel", v = ke(i === "inverse" ? "--color-secondary" : "--color-primary");
3898
+ return i === "surface" ? /* @__PURE__ */ e("section", { ref: p, id: d, className: a("w-full", r), ...u, children: /* @__PURE__ */ e(D, { className: "py-20 sm:py-24", children: /* @__PURE__ */ n(
3866
3899
  "div",
3867
3900
  {
3868
- className: i(
3901
+ className: a(
3869
3902
  "flex flex-col gap-10 border-t border-border pt-14 sm:flex-row sm:items-end sm:justify-between sm:pt-16",
3870
3903
  s === "center" && "items-center text-center sm:flex-col sm:items-center"
3871
3904
  ),
3872
3905
  children: [
3873
- /* @__PURE__ */ n("div", { className: i("max-w-3xl", s === "center" && "mx-auto"), children: [
3906
+ /* @__PURE__ */ n("div", { className: a("max-w-3xl", s === "center" && "mx-auto"), children: [
3874
3907
  /* @__PURE__ */ e("h2", { className: "font-display text-4xl font-semibold leading-[1.03] tracking-[-0.03em] text-balance text-foreground sm:text-6xl", children: t }),
3875
- o ? /* @__PURE__ */ e("p", { className: i("mt-5 max-w-xl text-pretty text-base leading-7 text-muted-foreground sm:text-lg", s === "center" && "mx-auto"), children: o }) : null
3908
+ o ? /* @__PURE__ */ e("p", { className: a("mt-5 max-w-xl text-pretty text-base leading-7 text-muted-foreground sm:text-lg", s === "center" && "mx-auto"), children: o }) : null
3876
3909
  ] }),
3877
3910
  /* @__PURE__ */ n(
3878
3911
  "div",
3879
3912
  {
3880
- className: i(
3913
+ className: a(
3881
3914
  "flex flex-wrap items-center gap-4",
3882
3915
  s === "center" && "justify-center"
3883
3916
  ),
@@ -3889,13 +3922,13 @@ const ut = P(
3889
3922
  )
3890
3923
  ]
3891
3924
  }
3892
- ) }) }) : /* @__PURE__ */ e("section", { ref: f, id: d, className: i("w-full py-6 pb-20", r), ...u, children: /* @__PURE__ */ e(F, { children: g ? /* @__PURE__ */ n(
3925
+ ) }) }) : /* @__PURE__ */ e("section", { ref: p, id: d, className: a("w-full py-6 pb-20", r), ...u, children: /* @__PURE__ */ e(D, { children: h ? /* @__PURE__ */ n(
3893
3926
  "div",
3894
3927
  {
3895
3928
  className: "relative overflow-hidden rounded-[1.75rem] px-7 py-14 sm:px-14 sm:py-20",
3896
3929
  style: {
3897
3930
  background: "radial-gradient(120% 160% at 0% 0%, rgb(var(--color-primary)), rgb(var(--color-primary-hover)) 55%, rgb(var(--color-primary) / 0.85))",
3898
- color: x
3931
+ color: v
3899
3932
  },
3900
3933
  children: [
3901
3934
  /* @__PURE__ */ e("div", { "aria-hidden": !0, className: "pointer-events-none absolute inset-0 grain opacity-[0.07] mix-blend-overlay" }),
@@ -3910,17 +3943,17 @@ const ut = P(
3910
3943
  /* @__PURE__ */ n(
3911
3944
  "div",
3912
3945
  {
3913
- className: i(
3946
+ className: a(
3914
3947
  "relative flex flex-col gap-9",
3915
3948
  s === "center" ? "items-center text-center" : "items-start"
3916
3949
  ),
3917
3950
  children: [
3918
- /* @__PURE__ */ n("div", { className: i("max-w-2xl", s === "center" && "mx-auto"), children: [
3951
+ /* @__PURE__ */ n("div", { className: a("max-w-2xl", s === "center" && "mx-auto"), children: [
3919
3952
  /* @__PURE__ */ e("h2", { className: "font-display text-balance text-3xl font-semibold leading-[1.06] tracking-[-0.02em] sm:text-5xl", children: t }),
3920
3953
  o ? /* @__PURE__ */ e(
3921
3954
  "p",
3922
3955
  {
3923
- className: i(
3956
+ className: a(
3924
3957
  "mt-4 text-pretty text-base leading-7 sm:text-lg",
3925
3958
  s === "center" && "mx-auto max-w-xl"
3926
3959
  ),
@@ -3931,7 +3964,7 @@ const ut = P(
3931
3964
  /* @__PURE__ */ n(
3932
3965
  "div",
3933
3966
  {
3934
- className: i(
3967
+ className: a(
3935
3968
  "flex flex-wrap items-center gap-4",
3936
3969
  s === "center" && "justify-center"
3937
3970
  ),
@@ -3952,27 +3985,27 @@ const ut = P(
3952
3985
  className: "relative overflow-hidden rounded-[1.75rem] px-7 py-16 sm:px-16 sm:py-20",
3953
3986
  style: {
3954
3987
  backgroundColor: "rgb(var(--color-secondary))",
3955
- color: x
3988
+ color: v
3956
3989
  },
3957
3990
  children: [
3958
3991
  /* @__PURE__ */ e("div", { "aria-hidden": !0, className: "pointer-events-none absolute inset-0 grain opacity-[0.09] mix-blend-overlay" }),
3959
3992
  /* @__PURE__ */ n(
3960
3993
  "div",
3961
3994
  {
3962
- className: i(
3995
+ className: a(
3963
3996
  "relative flex flex-col items-start gap-10",
3964
3997
  s === "center" && "items-center text-center",
3965
3998
  "lg:flex-row lg:items-end lg:justify-between"
3966
3999
  ),
3967
4000
  children: [
3968
- /* @__PURE__ */ n("div", { className: i("max-w-3xl", s === "center" && "mx-auto"), children: [
4001
+ /* @__PURE__ */ n("div", { className: a("max-w-3xl", s === "center" && "mx-auto"), children: [
3969
4002
  /* @__PURE__ */ e("h2", { className: "font-display text-balance text-4xl font-semibold leading-[1.02] tracking-[-0.03em] sm:text-6xl", children: t }),
3970
- o ? /* @__PURE__ */ e("p", { className: i("mt-5 max-w-xl text-pretty text-base leading-7 sm:text-lg", s === "center" && "mx-auto"), children: o }) : null
4003
+ o ? /* @__PURE__ */ e("p", { className: a("mt-5 max-w-xl text-pretty text-base leading-7 sm:text-lg", s === "center" && "mx-auto"), children: o }) : null
3971
4004
  ] }),
3972
4005
  /* @__PURE__ */ n(
3973
4006
  "div",
3974
4007
  {
3975
- className: i(
4008
+ className: a(
3976
4009
  "flex flex-wrap items-center gap-4",
3977
4010
  s === "center" && "justify-center"
3978
4011
  ),
@@ -3990,60 +4023,60 @@ const ut = P(
3990
4023
  ) }) });
3991
4024
  }
3992
4025
  );
3993
- ut.displayName = "CTA";
3994
- const gt = ({
4026
+ kt.displayName = "CTA";
4027
+ const Ct = ({
3995
4028
  className: r,
3996
4029
  items: t,
3997
4030
  option: o = "accordion",
3998
4031
  allowMultiple: l = !1,
3999
4032
  defaultOpen: c = [],
4000
- eyebrow: a,
4033
+ eyebrow: i,
4001
4034
  title: s,
4002
4035
  description: d,
4003
4036
  ...u
4004
4037
  }) => {
4005
- const [f, g] = L(
4038
+ const [p, h] = V(
4006
4039
  () => new Set(l ? c : c.slice(0, 1))
4007
- ), m = (h) => {
4008
- g((y) => {
4009
- const b = new Set(y);
4010
- return b.has(h) ? b.delete(h) : (l || b.clear(), b.add(h)), b;
4040
+ ), m = (f) => {
4041
+ h((x) => {
4042
+ const b = new Set(x);
4043
+ return b.has(f) ? b.delete(f) : (l || b.clear(), b.add(f)), b;
4011
4044
  });
4012
- }, x = (h) => /* @__PURE__ */ e("p", { className: "text-xs font-semibold uppercase tracking-[0.18em] text-primary", children: h });
4045
+ }, v = (f) => /* @__PURE__ */ e("p", { className: "text-xs font-semibold uppercase tracking-[0.18em] text-primary", children: f });
4013
4046
  if (o === "cards")
4014
- return /* @__PURE__ */ n("div", { className: i("w-full", r), ...u, children: [
4015
- a ? /* @__PURE__ */ e("div", { className: "mb-10", children: x(String(a)) }) : null,
4016
- /* @__PURE__ */ e("div", { className: "grid grid-cols-1 gap-4 md:grid-cols-2", children: t.map((h, y) => /* @__PURE__ */ n(
4047
+ return /* @__PURE__ */ n("div", { className: a("w-full", r), ...u, children: [
4048
+ i ? /* @__PURE__ */ e("div", { className: "mb-10", children: v(String(i)) }) : null,
4049
+ /* @__PURE__ */ e("div", { className: "grid grid-cols-1 gap-4 md:grid-cols-2", children: t.map((f, x) => /* @__PURE__ */ n(
4017
4050
  "div",
4018
4051
  {
4019
4052
  className: "flex flex-col rounded-xl border border-border bg-surface p-7",
4020
4053
  children: [
4021
4054
  /* @__PURE__ */ n("div", { className: "flex items-baseline gap-4", children: [
4022
- /* @__PURE__ */ e("span", { className: "font-display text-sm font-semibold tabular-nums text-foreground/35", children: String(y + 1).padStart(2, "0") }),
4023
- /* @__PURE__ */ e("h3", { className: "font-display text-lg font-semibold tracking-tight text-foreground", children: h.question })
4055
+ /* @__PURE__ */ e("span", { className: "font-display text-sm font-semibold tabular-nums text-foreground/35", children: String(x + 1).padStart(2, "0") }),
4056
+ /* @__PURE__ */ e("h3", { className: "font-display text-lg font-semibold tracking-tight text-foreground", children: f.question })
4024
4057
  ] }),
4025
- /* @__PURE__ */ e("p", { className: "mt-4 border-t border-border pt-4 text-sm leading-6 text-muted-foreground", children: h.answer })
4058
+ /* @__PURE__ */ e("p", { className: "mt-4 border-t border-border pt-4 text-sm leading-6 text-muted-foreground", children: f.answer })
4026
4059
  ]
4027
4060
  },
4028
- h.question
4061
+ f.question
4029
4062
  )) })
4030
4063
  ] });
4031
- const p = /* @__PURE__ */ e("div", { className: "divide-y divide-border rounded-2xl border border-border bg-surface", children: t.map((h, y) => {
4032
- const b = f.has(y);
4064
+ const g = /* @__PURE__ */ e("div", { className: "divide-y divide-border rounded-2xl border border-border bg-surface", children: t.map((f, x) => {
4065
+ const b = p.has(x);
4033
4066
  return /* @__PURE__ */ n("div", { children: [
4034
4067
  /* @__PURE__ */ e("h3", { children: /* @__PURE__ */ n(
4035
4068
  "button",
4036
4069
  {
4037
4070
  type: "button",
4038
4071
  "aria-expanded": b,
4039
- onClick: () => m(y),
4072
+ onClick: () => m(x),
4040
4073
  className: "flex w-full cursor-pointer items-center justify-between gap-4 px-6 py-5 text-left text-[15px] font-medium text-foreground transition-colors duration-150 hover:bg-surface-strong/60 focus-visible:outline-none",
4041
4074
  children: [
4042
- h.question,
4075
+ f.question,
4043
4076
  /* @__PURE__ */ e(
4044
- we,
4077
+ Te,
4045
4078
  {
4046
- className: i(
4079
+ className: a(
4047
4080
  "h-4.5 w-4.5 shrink-0 text-foreground/45 transition-transform duration-200 sm:h-5 sm:w-5",
4048
4081
  b && "rotate-45 text-primary"
4049
4082
  )
@@ -4052,31 +4085,31 @@ const gt = ({
4052
4085
  ]
4053
4086
  }
4054
4087
  ) }),
4055
- b ? /* @__PURE__ */ e("p", { className: "px-6 pb-6 text-sm leading-7 text-muted-foreground", children: h.answer }) : null
4056
- ] }, h.question);
4088
+ b ? /* @__PURE__ */ e("p", { className: "px-6 pb-6 text-sm leading-7 text-muted-foreground", children: f.answer }) : null
4089
+ ] }, f.question);
4057
4090
  }) });
4058
- return o === "split" ? /* @__PURE__ */ n("div", { className: i("grid w-full gap-10 lg:grid-cols-[0.9fr_1.1fr] lg:gap-20", r), ...u, children: [
4091
+ return o === "split" ? /* @__PURE__ */ n("div", { className: a("grid w-full gap-10 lg:grid-cols-[0.9fr_1.1fr] lg:gap-20", r), ...u, children: [
4059
4092
  /* @__PURE__ */ n("div", { className: "lg:sticky lg:top-24 lg:self-start", children: [
4060
- a ? x(String(a)) : null,
4093
+ i ? v(String(i)) : null,
4061
4094
  s ? /* @__PURE__ */ e("h2", { className: "mt-4 font-display text-3xl font-semibold leading-[1.08] tracking-tight text-foreground sm:text-4xl", children: s }) : null,
4062
4095
  d ? /* @__PURE__ */ e("p", { className: "mt-4 text-pretty text-base leading-7 text-muted-foreground", children: d }) : null
4063
4096
  ] }),
4064
- /* @__PURE__ */ e("div", { className: "divide-y divide-border", children: t.map((h, y) => {
4065
- const b = f.has(y);
4097
+ /* @__PURE__ */ e("div", { className: "divide-y divide-border", children: t.map((f, x) => {
4098
+ const b = p.has(x);
4066
4099
  return /* @__PURE__ */ n("div", { children: [
4067
4100
  /* @__PURE__ */ e("h3", { children: /* @__PURE__ */ n(
4068
4101
  "button",
4069
4102
  {
4070
4103
  type: "button",
4071
4104
  "aria-expanded": b,
4072
- onClick: () => m(y),
4105
+ onClick: () => m(x),
4073
4106
  className: "flex w-full cursor-pointer items-center justify-between gap-4 py-5 text-left text-base font-semibold text-foreground transition-colors duration-150 focus-visible:outline-none",
4074
4107
  children: [
4075
- h.question,
4108
+ f.question,
4076
4109
  /* @__PURE__ */ e(
4077
- we,
4110
+ Te,
4078
4111
  {
4079
- className: i(
4112
+ className: a(
4080
4113
  "h-4.5 w-4.5 shrink-0 text-foreground/45 transition-transform duration-200 sm:h-5 sm:w-5",
4081
4114
  b && "rotate-45 text-primary"
4082
4115
  )
@@ -4085,45 +4118,62 @@ const gt = ({
4085
4118
  ]
4086
4119
  }
4087
4120
  ) }),
4088
- b ? /* @__PURE__ */ e("p", { className: "pb-6 text-sm leading-7 text-muted-foreground", children: h.answer }) : null
4089
- ] }, h.question);
4121
+ b ? /* @__PURE__ */ e("p", { className: "pb-6 text-sm leading-7 text-muted-foreground", children: f.answer }) : null
4122
+ ] }, f.question);
4090
4123
  }) })
4091
- ] }) : /* @__PURE__ */ e("div", { className: i("mx-auto w-full max-w-3xl", r), ...u, children: p });
4124
+ ] }) : /* @__PURE__ */ e("div", { className: a("mx-auto w-full max-w-3xl", r), ...u, children: g });
4092
4125
  };
4093
- gt.displayName = "FAQ";
4094
- const ft = ({
4126
+ Ct.displayName = "FAQ";
4127
+ const Mt = ({
4095
4128
  className: r,
4096
4129
  brand: t,
4097
- description: o,
4098
- columns: l,
4099
- socials: c,
4100
- bottom: a,
4101
- option: s = "classic",
4102
- badge: d,
4103
- ...u
4130
+ logo: o,
4131
+ logoSrc: l,
4132
+ logoAlt: c,
4133
+ logoClassName: i,
4134
+ description: s,
4135
+ columns: d,
4136
+ socials: u,
4137
+ bottom: p,
4138
+ languageSwitcher: h,
4139
+ option: m = "classic",
4140
+ badge: v,
4141
+ LinkComponent: g,
4142
+ ...f
4104
4143
  }) => {
4105
- const f = /* @__PURE__ */ n("span", { className: "flex items-center gap-2 font-display text-lg font-bold tracking-tight", children: [
4144
+ const x = g ?? "a", b = (M = "h-7 w-auto") => o ?? (l ? /* @__PURE__ */ e(
4145
+ "img",
4146
+ {
4147
+ src: l,
4148
+ alt: c ?? (typeof t == "string" ? t : "Logo"),
4149
+ className: a(M, i)
4150
+ }
4151
+ ) : null), N = /* @__PURE__ */ n("span", { className: "flex items-center gap-2 font-display text-lg font-bold tracking-tight", children: [
4106
4152
  /* @__PURE__ */ e("span", { "aria-hidden": !0, className: "inline-block h-2.5 w-2.5 rounded-sm bg-current" }),
4107
4153
  t
4108
- ] });
4109
- return s === "minimal" ? /* @__PURE__ */ e("footer", { className: i("w-full border-t border-border bg-background", r), ...u, children: /* @__PURE__ */ n(F, { className: "flex flex-col items-center justify-between gap-6 py-10 sm:flex-row", children: [
4110
- f,
4111
- /* @__PURE__ */ e("ul", { className: "flex flex-wrap items-center justify-center gap-x-8 gap-y-3", children: l.flatMap((g) => g.links).slice(0, 6).map((g) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e("a", { href: g.href, className: "text-sm text-muted-foreground transition-colors duration-150 hover:text-foreground", children: g.label }) }, g.href)) }),
4112
- /* @__PURE__ */ e("div", { className: "text-sm text-muted-foreground", children: a })
4113
- ] }) }) : s === "editorial" ? /* @__PURE__ */ e("footer", { className: i("w-full border-t border-border bg-background", r), ...u, children: /* @__PURE__ */ n(F, { className: "py-16 sm:py-20", children: [
4154
+ ] }), w = b() ?? N, E = b() ?? N, B = b("h-12 w-auto") ?? /* @__PURE__ */ e("span", { className: "font-display text-5xl font-bold tracking-[-0.03em] text-foreground sm:text-7xl", children: t });
4155
+ return m === "minimal" ? /* @__PURE__ */ e("footer", { className: a("w-full border-t border-border bg-background", r), ...f, children: /* @__PURE__ */ n(D, { className: "flex flex-col items-center justify-between gap-6 py-10 sm:flex-row", children: [
4156
+ E,
4157
+ /* @__PURE__ */ e("ul", { className: "flex flex-wrap items-center justify-center gap-x-8 gap-y-3", children: d.flatMap((M) => M.links).slice(0, 6).map((M) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(x, { href: M.href, className: "text-sm text-muted-foreground transition-colors duration-150 hover:text-foreground", children: M.label }) }, M.href)) }),
4158
+ /* @__PURE__ */ n("div", { className: "flex flex-col items-center gap-3", children: [
4159
+ h ? /* @__PURE__ */ e("div", { children: h }) : null,
4160
+ /* @__PURE__ */ e("div", { className: "text-sm text-muted-foreground", children: p })
4161
+ ] })
4162
+ ] }) }) : m === "editorial" ? /* @__PURE__ */ e("footer", { className: a("w-full border-t border-border bg-background", r), ...f, children: /* @__PURE__ */ n(D, { className: "py-16 sm:py-20", children: [
4114
4163
  /* @__PURE__ */ n("div", { className: "mb-14 flex flex-col justify-between gap-8 sm:flex-row sm:items-end", children: [
4115
4164
  /* @__PURE__ */ n("div", { children: [
4116
- /* @__PURE__ */ e("span", { className: "font-display text-5xl font-bold tracking-[-0.03em] text-foreground sm:text-7xl", children: t }),
4117
- o ? /* @__PURE__ */ e("p", { className: "mt-3 max-w-sm text-sm leading-6 text-muted-foreground", children: o }) : null
4165
+ B,
4166
+ s ? /* @__PURE__ */ e("p", { className: "mt-3 max-w-sm text-sm leading-6 text-muted-foreground", children: s }) : null
4118
4167
  ] }),
4119
- c ? /* @__PURE__ */ e("div", { className: "flex items-center gap-3", children: c }) : null
4168
+ u ? /* @__PURE__ */ e("div", { className: "flex items-center gap-3", children: u }) : null
4120
4169
  ] }),
4121
- /* @__PURE__ */ e("div", { className: "grid grid-cols-2 gap-8 border-t border-border pt-12 md:grid-cols-4", children: l.map((g) => /* @__PURE__ */ n("div", { children: [
4122
- /* @__PURE__ */ e("h3", { className: "text-xs font-semibold uppercase tracking-[0.16em] text-muted-foreground", children: g.title }),
4123
- /* @__PURE__ */ e("ul", { className: "mt-4 space-y-2.5", children: g.links.map((m) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e("a", { href: m.href, className: "text-[15px] text-foreground/80 transition-colors duration-150 hover:text-foreground", children: m.label }) }, m.href)) })
4124
- ] }, g.title)) }),
4170
+ /* @__PURE__ */ e("div", { className: "grid grid-cols-2 gap-8 border-t border-border pt-12 md:grid-cols-4", children: d.map((M) => /* @__PURE__ */ n("div", { children: [
4171
+ /* @__PURE__ */ e("h3", { className: "text-xs font-semibold uppercase tracking-[0.16em] text-muted-foreground", children: M.title }),
4172
+ /* @__PURE__ */ e("ul", { className: "mt-4 space-y-2.5", children: M.links.map((I) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(x, { href: I.href, className: "text-[15px] text-foreground/80 transition-colors duration-150 hover:text-foreground", children: I.label }) }, I.href)) })
4173
+ ] }, M.title)) }),
4125
4174
  /* @__PURE__ */ n("div", { className: "mt-12 flex flex-col items-center justify-between gap-4 border-t border-border pt-8 text-sm text-muted-foreground sm:flex-row", children: [
4126
- /* @__PURE__ */ e("span", { children: a }),
4175
+ /* @__PURE__ */ e("span", { children: p }),
4176
+ h ? /* @__PURE__ */ e("div", { children: h }) : null,
4127
4177
  /* @__PURE__ */ n("span", { children: [
4128
4178
  "© ",
4129
4179
  (/* @__PURE__ */ new Date()).getFullYear(),
@@ -4132,28 +4182,29 @@ const ft = ({
4132
4182
  ". All rights reserved."
4133
4183
  ] })
4134
4184
  ] })
4135
- ] }) }) : /* @__PURE__ */ e("footer", { className: i("w-full bg-secondary text-on-secondary", r), ...u, children: /* @__PURE__ */ n(F, { className: "py-16", children: [
4185
+ ] }) }) : /* @__PURE__ */ e("footer", { className: a("w-full bg-secondary text-on-secondary", r), ...f, children: /* @__PURE__ */ n(D, { className: "py-16", children: [
4136
4186
  /* @__PURE__ */ n("div", { className: "grid grid-cols-2 gap-10 md:grid-cols-4 lg:grid-cols-6", children: [
4137
4187
  /* @__PURE__ */ n("div", { className: "col-span-2", children: [
4138
- /* @__PURE__ */ e("span", { style: { color: "rgb(var(--color-on-secondary))" }, children: f }),
4139
- o ? /* @__PURE__ */ e("p", { className: "mt-4 max-w-xs text-sm leading-6 text-on-secondary/60", children: o }) : null,
4140
- c ? /* @__PURE__ */ e("div", { className: "mt-6 flex items-center gap-3", children: c }) : null,
4141
- d ? /* @__PURE__ */ e("div", { className: "mt-6", children: d }) : null
4188
+ /* @__PURE__ */ e("span", { style: { color: "rgb(var(--color-on-secondary))" }, children: w }),
4189
+ s ? /* @__PURE__ */ e("p", { className: "mt-4 max-w-xs text-sm leading-6 text-on-secondary/60", children: s }) : null,
4190
+ u ? /* @__PURE__ */ e("div", { className: "mt-6 flex items-center gap-3", children: u }) : null,
4191
+ v ? /* @__PURE__ */ e("div", { className: "mt-6", children: v }) : null
4142
4192
  ] }),
4143
- l.map((g) => /* @__PURE__ */ n("div", { children: [
4144
- /* @__PURE__ */ e("h3", { className: "text-xs font-semibold uppercase tracking-[0.16em] text-on-secondary/50", children: g.title }),
4145
- /* @__PURE__ */ e("ul", { className: "mt-4 space-y-2.5", children: g.links.map((m) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(
4146
- "a",
4193
+ d.map((M) => /* @__PURE__ */ n("div", { children: [
4194
+ /* @__PURE__ */ e("h3", { className: "text-xs font-semibold uppercase tracking-[0.16em] text-on-secondary/50", children: M.title }),
4195
+ /* @__PURE__ */ e("ul", { className: "mt-4 space-y-2.5", children: M.links.map((I) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(
4196
+ x,
4147
4197
  {
4148
- href: m.href,
4198
+ href: I.href,
4149
4199
  className: "text-sm text-on-secondary/70 transition-colors duration-150 hover:text-on-secondary",
4150
- children: m.label
4200
+ children: I.label
4151
4201
  }
4152
- ) }, m.href)) })
4153
- ] }, g.title))
4202
+ ) }, I.href)) })
4203
+ ] }, M.title))
4154
4204
  ] }),
4155
4205
  /* @__PURE__ */ n("div", { className: "mt-14 flex flex-col items-center justify-between gap-4 border-t border-white/10 pt-8 text-sm text-on-secondary/50 sm:flex-row", children: [
4156
- /* @__PURE__ */ e("span", { children: a }),
4206
+ /* @__PURE__ */ e("span", { children: p }),
4207
+ h ? /* @__PURE__ */ e("div", { children: h }) : null,
4157
4208
  /* @__PURE__ */ n("span", { children: [
4158
4209
  "© ",
4159
4210
  (/* @__PURE__ */ new Date()).getFullYear(),
@@ -4164,32 +4215,258 @@ const ft = ({
4164
4215
  ] })
4165
4216
  ] }) });
4166
4217
  };
4167
- ft.displayName = "Footer";
4168
- const Se = "w-full rounded-lg border border-border bg-surface px-4 text-sm text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 focus:ring-offset-background", pt = ({
4218
+ Mt.displayName = "Footer";
4219
+ const St = new Set(
4220
+ `AD AE AF AG AI AL AM AO AQ AR AS AT AU AW AX AZ BA BB BD BE BF BG BH BI BJ BL BM BN BO BQ BR BS BT BV BW BY BZ
4221
+ CA CC CD CF CG CH CI CK CL CM CN CO CR CU CV CW CX CY CZ DE DJ DK DM DO DZ EC EE EG EH ER ES ET FI FJ FK FM FO FR
4222
+ GA GB GD GE GF GG GH GI GL GM GN GP GQ GR GS GT GU GW GY HK HM HN HR HT HU ID IE IL IM IN IO IQ IR IS IT JE JM JO
4223
+ JP KE KG KH KI KM KN KP KR KW KY KZ LA LB LC LI LK LR LS LT LU LV LY MA MC MD ME MF MG MH MK ML MM MN MO MP MQ MR
4224
+ MS MT MU MV MW MX MY MZ NA NC NE NF NG NI NL NO NP NR NU NZ OM PA PE PF PG PH PK PL PM PN PR PS PT PW PY QA RE RO
4225
+ RS RU RW SA SB SC SD SE SG SH SI SJ SK SL SM SN SO SR SS ST SV SX SY SZ TC TD TF TG TH TJ TK TL TM TN TO TR TT TV
4226
+ TW TZ UA UG UM US UY UZ VA VC VE VG VI VN VU WF WS YE YT ZA ZM ZW`.split(/\s+/)
4227
+ );
4228
+ function jt(r) {
4229
+ const t = r.toUpperCase();
4230
+ return St.has(t) ? String.fromCodePoint(127462 + t.charCodeAt(0) - 65, 127462 + t.charCodeAt(1) - 65) : "";
4231
+ }
4232
+ const zt = {
4233
+ sm: "max-w-sm",
4234
+ md: "max-w-lg",
4235
+ lg: "max-w-2xl"
4236
+ }, qe = L(
4237
+ ({ className: r, open: t, onClose: o, title: l, description: c, footer: i, size: s = "md", children: d, ...u }, p) => {
4238
+ const h = ce(), m = ce(), v = ge(null), g = ge(o);
4239
+ return _(() => {
4240
+ g.current = o;
4241
+ }, [o]), _(() => {
4242
+ const f = v.current;
4243
+ f && (f.hasAttribute("popover") || f.setAttribute("popover", "auto"));
4244
+ }, []), _(() => {
4245
+ const f = v.current;
4246
+ f && (t ? (f.matches(":popover-open") || f.showPopover(), document.body.style.overflow = "hidden") : (f.matches(":popover-open") && f.hidePopover(), document.body.style.overflow = ""));
4247
+ }, [t]), _(() => {
4248
+ const f = v.current;
4249
+ if (!f) return;
4250
+ const x = (b) => {
4251
+ var N;
4252
+ b.newState === "closed" && ((N = g.current) == null || N.call(g));
4253
+ };
4254
+ return f.addEventListener("toggle", x), () => f.removeEventListener("toggle", x);
4255
+ }, []), _(
4256
+ () => () => {
4257
+ document.body.style.overflow = "";
4258
+ },
4259
+ []
4260
+ ), /* @__PURE__ */ n(
4261
+ "div",
4262
+ {
4263
+ ref: (f) => {
4264
+ v.current = f, typeof p == "function" ? p(f) : p && (p.current = f);
4265
+ },
4266
+ role: "dialog",
4267
+ "aria-modal": "true",
4268
+ "aria-labelledby": l ? h : void 0,
4269
+ "aria-describedby": c ? m : void 0,
4270
+ className: a(
4271
+ "modal-anim modal-backdrop fixed inset-0 z-[100] m-auto h-fit max-h-[calc(100vh-2rem)] w-fit max-w-[calc(100vw-2rem)] overflow-y-auto rounded-2xl border border-border bg-surface p-6 text-foreground shadow-overlay",
4272
+ zt[s],
4273
+ r
4274
+ ),
4275
+ ...u,
4276
+ children: [
4277
+ l ? /* @__PURE__ */ e(
4278
+ "h2",
4279
+ {
4280
+ id: h,
4281
+ className: "pr-8 font-display text-lg font-semibold tracking-tight text-foreground",
4282
+ children: l
4283
+ }
4284
+ ) : null,
4285
+ c ? /* @__PURE__ */ e("p", { id: m, className: "mt-1.5 text-sm leading-6 text-muted-foreground", children: c }) : null,
4286
+ /* @__PURE__ */ e(
4287
+ "button",
4288
+ {
4289
+ type: "button",
4290
+ "aria-label": "Close dialog",
4291
+ onClick: o,
4292
+ className: "absolute right-4 top-4 inline-flex h-8 w-8 cursor-pointer items-center justify-center rounded-md text-muted-foreground transition-colors duration-150 hover:bg-surface-strong hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
4293
+ children: /* @__PURE__ */ e(Ce, { className: "h-4 w-4" })
4294
+ }
4295
+ ),
4296
+ /* @__PURE__ */ e("div", { className: l || c ? "mt-4" : "pt-8", children: d }),
4297
+ i ? /* @__PURE__ */ e("div", { className: "mt-6 flex flex-wrap items-center justify-end gap-3", children: i }) : null
4298
+ ]
4299
+ }
4300
+ );
4301
+ }
4302
+ );
4303
+ qe.displayName = "Modal";
4304
+ const At = ({
4305
+ className: r,
4306
+ languages: t,
4307
+ option: o = "dropdown",
4308
+ value: l,
4309
+ defaultValue: c,
4310
+ onChange: i,
4311
+ align: s = "end",
4312
+ modalTitle: d,
4313
+ showFlag: u = !1,
4314
+ inverse: p = !1,
4315
+ ...h
4316
+ }) => {
4317
+ var z;
4318
+ const m = ce(), v = `--ls-${m.replace(/:/g, "")}`, g = ge(null), [f, x] = V(!1), [b, N] = V(c ?? ((z = t[0]) == null ? void 0 : z.code) ?? ""), w = l ?? b, E = t.find((S) => S.code === w) ?? t[0], B = (S) => {
4319
+ N(S), x(!1), i == null || i(S);
4320
+ }, M = (S, { size: G = "text-sm", globeClass: F = "text-muted-foreground" } = {}) => {
4321
+ const H = jt(S);
4322
+ return H ? /* @__PURE__ */ e("span", { "aria-hidden": !0, className: a(G, "leading-none"), children: H }) : /* @__PURE__ */ e(Le, { className: a("h-4 w-4 shrink-0", F) });
4323
+ };
4324
+ if (_(() => {
4325
+ if (!f || o !== "dropdown") return;
4326
+ const S = (F) => {
4327
+ g.current && !g.current.contains(F.target) && x(!1);
4328
+ }, G = (F) => {
4329
+ F.key === "Escape" && x(!1);
4330
+ };
4331
+ return document.addEventListener("pointerdown", S), document.addEventListener("keydown", G), () => {
4332
+ document.removeEventListener("pointerdown", S), document.removeEventListener("keydown", G);
4333
+ };
4334
+ }, [f, o]), t.length === 0) return null;
4335
+ const I = /* @__PURE__ */ n(
4336
+ "button",
4337
+ {
4338
+ type: "button",
4339
+ "aria-haspopup": o === "dropdown" ? "listbox" : "dialog",
4340
+ "aria-expanded": f,
4341
+ "aria-controls": o === "dropdown" ? m : void 0,
4342
+ onClick: () => x((S) => !S),
4343
+ style: { anchorName: v },
4344
+ className: a(
4345
+ "inline-flex h-9 cursor-pointer items-center gap-1.5 rounded-lg border px-3 text-[13px] font-medium transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
4346
+ p ? "border-white/10 text-on-secondary hover:bg-white/10" : "border-border text-foreground hover:bg-surface"
4347
+ ),
4348
+ children: [
4349
+ u ? M(E.code, { globeClass: p ? "opacity-70" : "text-muted-foreground" }) : /* @__PURE__ */ e(
4350
+ Le,
4351
+ {
4352
+ className: a("h-4 w-4", p ? "opacity-70" : "text-muted-foreground")
4353
+ }
4354
+ ),
4355
+ /* @__PURE__ */ e("span", { className: "tracking-tight", children: E.label }),
4356
+ /* @__PURE__ */ e(
4357
+ be,
4358
+ {
4359
+ className: a(
4360
+ "h-3.5 w-3.5 transition-transform duration-150",
4361
+ f && "rotate-180",
4362
+ p ? "opacity-70" : "text-muted-foreground"
4363
+ )
4364
+ }
4365
+ )
4366
+ ]
4367
+ }
4368
+ );
4369
+ return o === "modal" ? /* @__PURE__ */ n(Ne, { children: [
4370
+ /* @__PURE__ */ e("div", { ref: g, className: a("relative inline-flex", r), ...h, children: I }),
4371
+ /* @__PURE__ */ e(qe, { open: f, onClose: () => x(!1), title: d, size: "sm", children: /* @__PURE__ */ e("div", { role: "listbox", "aria-label": "Select language", className: "grid min-w-[19rem] gap-1.5", children: t.map((S) => {
4372
+ const G = S.code === w;
4373
+ return /* @__PURE__ */ n(
4374
+ "button",
4375
+ {
4376
+ type: "button",
4377
+ role: "option",
4378
+ "aria-selected": G,
4379
+ onClick: () => B(S.code),
4380
+ className: a(
4381
+ "flex w-full cursor-pointer items-center justify-between gap-3 rounded-lg border px-4 py-3 text-left transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
4382
+ G ? "border-primary/40 bg-primary-soft text-foreground" : "border-border text-foreground hover:bg-surface-strong"
4383
+ ),
4384
+ children: [
4385
+ /* @__PURE__ */ n("span", { className: "flex items-center gap-3", children: [
4386
+ u ? M(S.code, { size: "text-base" }) : null,
4387
+ /* @__PURE__ */ e("span", { className: "text-sm font-medium", children: S.label })
4388
+ ] }),
4389
+ /* @__PURE__ */ n("span", { className: "flex items-center gap-2 text-xs font-semibold uppercase tracking-wide text-muted-foreground", children: [
4390
+ S.code,
4391
+ G ? /* @__PURE__ */ e(ee, { className: "h-4 w-4 text-primary" }) : null
4392
+ ] })
4393
+ ]
4394
+ },
4395
+ S.code
4396
+ );
4397
+ }) }) })
4398
+ ] }) : /* @__PURE__ */ n("div", { ref: g, className: a("relative inline-flex", r), ...h, children: [
4399
+ I,
4400
+ /* @__PURE__ */ e(
4401
+ "div",
4402
+ {
4403
+ id: m,
4404
+ role: "listbox",
4405
+ "aria-label": "Select language",
4406
+ style: {
4407
+ positionAnchor: v,
4408
+ top: "anchor(bottom)",
4409
+ ...s === "start" ? { left: "anchor(left)" } : { right: "anchor(right)" }
4410
+ },
4411
+ className: a(
4412
+ "absolute top-full z-50 mt-2 min-w-[10rem] rounded-lg border border-border bg-surface p-1 shadow-raised transition-all duration-150",
4413
+ s === "start" ? "left-0" : "right-0",
4414
+ f ? "visible translate-y-0 opacity-100" : "pointer-events-none invisible -translate-y-1 opacity-0"
4415
+ ),
4416
+ children: t.map((S) => {
4417
+ const G = S.code === w;
4418
+ return /* @__PURE__ */ n(
4419
+ "button",
4420
+ {
4421
+ type: "button",
4422
+ role: "option",
4423
+ "aria-selected": G,
4424
+ onClick: () => B(S.code),
4425
+ className: a(
4426
+ "flex w-full cursor-pointer items-center justify-between gap-3 rounded-md px-3 py-2 text-[13px] font-medium transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
4427
+ G ? "bg-surface-strong text-foreground" : "text-muted-foreground hover:bg-surface-strong hover:text-foreground"
4428
+ ),
4429
+ children: [
4430
+ /* @__PURE__ */ n("span", { className: "flex items-center gap-2.5", children: [
4431
+ u ? M(S.code) : null,
4432
+ S.label
4433
+ ] }),
4434
+ G ? /* @__PURE__ */ e(ee, { className: "h-3.5 w-3.5 text-primary" }) : null
4435
+ ]
4436
+ },
4437
+ S.code
4438
+ );
4439
+ })
4440
+ }
4441
+ )
4442
+ ] });
4443
+ };
4444
+ At.displayName = "LanguageSwitcher";
4445
+ const Ie = "w-full rounded-lg border border-border bg-surface px-4 text-sm text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 focus:ring-offset-background", Tt = ({
4169
4446
  className: r,
4170
4447
  option: t = "inline",
4171
4448
  placeholder: o = "you@company.com",
4172
4449
  buttonLabel: l = "Join",
4173
4450
  successMessage: c = "You’re on the list!",
4174
- note: a,
4451
+ note: i,
4175
4452
  onSubmit: s,
4176
4453
  ...d
4177
4454
  }) => {
4178
- const [u, f] = L(""), [g, m] = L(!1), [x, p] = L(null), h = (b) => {
4455
+ const [u, p] = V(""), [h, m] = V(!1), [v, g] = V(null), f = (b) => {
4179
4456
  b.preventDefault();
4180
- const C = u.trim();
4181
- if (!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(C)) {
4182
- p("Please enter a valid email.");
4457
+ const N = u.trim();
4458
+ if (!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(N)) {
4459
+ g("Please enter a valid email.");
4183
4460
  return;
4184
4461
  }
4185
- p(null), m(!0), s == null || s(C);
4186
- }, y = /* @__PURE__ */ n("p", { className: "flex items-center gap-2 rounded-lg border border-accent/40 bg-accent/10 px-4 py-3.5 text-sm font-medium text-accent", role: "status", children: [
4187
- /* @__PURE__ */ e(le, { className: "h-4 w-4" }),
4462
+ g(null), m(!0), s == null || s(N);
4463
+ }, x = /* @__PURE__ */ n("p", { className: "flex items-center gap-2 rounded-lg border border-accent/40 bg-accent/10 px-4 py-3.5 text-sm font-medium text-accent", role: "status", children: [
4464
+ /* @__PURE__ */ e(ee, { className: "h-4 w-4" }),
4188
4465
  c
4189
4466
  ] });
4190
- return t === "card" ? /* @__PURE__ */ e("form", { onSubmit: h, className: i("w-full", r), ...d, children: g ? y : /* @__PURE__ */ n("div", { className: "rounded-xl border border-border bg-surface p-7", children: [
4467
+ return t === "card" ? /* @__PURE__ */ e("form", { onSubmit: f, className: a("w-full", r), ...d, children: h ? x : /* @__PURE__ */ n("div", { className: "rounded-xl border border-border bg-surface p-7", children: [
4191
4468
  /* @__PURE__ */ n("div", { className: "mb-5 flex items-center gap-3", children: [
4192
- /* @__PURE__ */ e("span", { className: "inline-flex h-9 w-9 items-center justify-center rounded-lg bg-primary-soft text-primary", children: /* @__PURE__ */ e(Zr, { className: "h-4 w-4" }) }),
4469
+ /* @__PURE__ */ e("span", { className: "inline-flex h-9 w-9 items-center justify-center rounded-lg bg-primary-soft text-primary", children: /* @__PURE__ */ e(ct, { className: "h-4 w-4" }) }),
4193
4470
  /* @__PURE__ */ e("p", { className: "font-display text-lg font-semibold tracking-tight text-foreground", children: "Monthly digest" })
4194
4471
  ] }),
4195
4472
  /* @__PURE__ */ e("label", { htmlFor: "newsletter-email", className: "sr-only", children: "Your email address" }),
@@ -4202,10 +4479,10 @@ const Se = "w-full rounded-lg border border-border bg-surface px-4 text-sm text-
4202
4479
  autoComplete: "email",
4203
4480
  value: u,
4204
4481
  onChange: (b) => {
4205
- f(b.target.value), x && p(null);
4482
+ p(b.target.value), v && g(null);
4206
4483
  },
4207
4484
  placeholder: o,
4208
- className: i(Se, "h-11")
4485
+ className: a(Ie, "h-11")
4209
4486
  }
4210
4487
  ),
4211
4488
  /* @__PURE__ */ n(
@@ -4215,14 +4492,14 @@ const Se = "w-full rounded-lg border border-border bg-surface px-4 text-sm text-
4215
4492
  className: "inline-flex h-11 shrink-0 cursor-pointer items-center justify-center gap-2 rounded-lg bg-primary px-5 text-sm font-semibold text-on-primary transition-colors duration-200 hover:bg-primary-hover focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",
4216
4493
  children: [
4217
4494
  l,
4218
- /* @__PURE__ */ e(W, { className: "h-4 w-4 opacity-60" })
4495
+ /* @__PURE__ */ e(X, { className: "h-4 w-4 opacity-60" })
4219
4496
  ]
4220
4497
  }
4221
4498
  )
4222
4499
  ] }),
4223
- x ? /* @__PURE__ */ e("p", { className: "mt-2 text-sm font-medium text-red-500", role: "alert", children: x }) : a ? /* @__PURE__ */ e("p", { className: "mt-3 text-xs leading-5 text-muted-foreground", children: a }) : null
4224
- ] }) }) : t === "underline" ? /* @__PURE__ */ n("form", { onSubmit: h, className: i("w-full", r), ...d, children: [
4225
- g ? y : /* @__PURE__ */ n("div", { className: "flex items-end gap-3 border-b border-foreground/20 pb-3 transition-colors duration-200 focus-within:border-foreground", children: [
4500
+ v ? /* @__PURE__ */ e("p", { className: "mt-2 text-sm font-medium text-red-500", role: "alert", children: v }) : i ? /* @__PURE__ */ e("p", { className: "mt-3 text-xs leading-5 text-muted-foreground", children: i }) : null
4501
+ ] }) }) : t === "underline" ? /* @__PURE__ */ n("form", { onSubmit: f, className: a("w-full", r), ...d, children: [
4502
+ h ? x : /* @__PURE__ */ n("div", { className: "flex items-end gap-3 border-b border-foreground/20 pb-3 transition-colors duration-200 focus-within:border-foreground", children: [
4226
4503
  /* @__PURE__ */ e("label", { htmlFor: "newsletter-email", className: "sr-only", children: "Your email address" }),
4227
4504
  /* @__PURE__ */ e(
4228
4505
  "input",
@@ -4232,7 +4509,7 @@ const Se = "w-full rounded-lg border border-border bg-surface px-4 text-sm text-
4232
4509
  autoComplete: "email",
4233
4510
  value: u,
4234
4511
  onChange: (b) => {
4235
- f(b.target.value), x && p(null);
4512
+ p(b.target.value), v && g(null);
4236
4513
  },
4237
4514
  placeholder: o,
4238
4515
  className: "w-full bg-transparent text-sm text-foreground placeholder:text-muted-foreground focus:outline-none"
@@ -4245,13 +4522,13 @@ const Se = "w-full rounded-lg border border-border bg-surface px-4 text-sm text-
4245
4522
  className: "inline-flex shrink-0 cursor-pointer items-center gap-1.5 text-sm font-semibold text-foreground transition-colors duration-150 hover:text-primary",
4246
4523
  children: [
4247
4524
  l,
4248
- /* @__PURE__ */ e(W, { className: "h-4 w-4 transition-transform duration-200 group-hover:translate-x-0.5" })
4525
+ /* @__PURE__ */ e(X, { className: "h-4 w-4 transition-transform duration-200 group-hover:translate-x-0.5" })
4249
4526
  ]
4250
4527
  }
4251
4528
  )
4252
4529
  ] }),
4253
- x ? /* @__PURE__ */ e("p", { className: "mt-2 text-sm font-medium text-red-500", role: "alert", children: x }) : a ? /* @__PURE__ */ e("p", { className: "mt-2 text-xs leading-5 text-muted-foreground", children: a }) : null
4254
- ] }) : /* @__PURE__ */ e("form", { onSubmit: h, className: i("w-full", r), ...d, children: g ? y : /* @__PURE__ */ n(Ae, { children: [
4530
+ v ? /* @__PURE__ */ e("p", { className: "mt-2 text-sm font-medium text-red-500", role: "alert", children: v }) : i ? /* @__PURE__ */ e("p", { className: "mt-2 text-xs leading-5 text-muted-foreground", children: i }) : null
4531
+ ] }) : /* @__PURE__ */ e("form", { onSubmit: f, className: a("w-full", r), ...d, children: h ? x : /* @__PURE__ */ n(Ne, { children: [
4255
4532
  /* @__PURE__ */ e("label", { htmlFor: "newsletter-email", className: "sr-only", children: "Your email address" }),
4256
4533
  /* @__PURE__ */ n("div", { className: "flex flex-col gap-3 sm:flex-row", children: [
4257
4534
  /* @__PURE__ */ e(
@@ -4262,10 +4539,10 @@ const Se = "w-full rounded-lg border border-border bg-surface px-4 text-sm text-
4262
4539
  autoComplete: "email",
4263
4540
  value: u,
4264
4541
  onChange: (b) => {
4265
- f(b.target.value), x && p(null);
4542
+ p(b.target.value), v && g(null);
4266
4543
  },
4267
4544
  placeholder: o,
4268
- className: i(Se, "h-11")
4545
+ className: a(Ie, "h-11")
4269
4546
  }
4270
4547
  ),
4271
4548
  /* @__PURE__ */ n(
@@ -4275,49 +4552,49 @@ const Se = "w-full rounded-lg border border-border bg-surface px-4 text-sm text-
4275
4552
  className: "inline-flex h-11 shrink-0 cursor-pointer items-center justify-center gap-2 rounded-lg bg-primary px-5 text-sm font-semibold text-on-primary transition-colors duration-200 hover:bg-primary-hover focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",
4276
4553
  children: [
4277
4554
  l,
4278
- /* @__PURE__ */ e(W, { className: "h-4 w-4 opacity-60" })
4555
+ /* @__PURE__ */ e(X, { className: "h-4 w-4 opacity-60" })
4279
4556
  ]
4280
4557
  }
4281
4558
  )
4282
4559
  ] }),
4283
- x ? /* @__PURE__ */ e("p", { className: "mt-2 text-sm font-medium text-red-500", role: "alert", children: x }) : a ? /* @__PURE__ */ e("p", { className: "mt-2 text-xs leading-5 text-muted-foreground", children: a }) : null
4560
+ v ? /* @__PURE__ */ e("p", { className: "mt-2 text-sm font-medium text-red-500", role: "alert", children: v }) : i ? /* @__PURE__ */ e("p", { className: "mt-2 text-xs leading-5 text-muted-foreground", children: i }) : null
4284
4561
  ] }) });
4285
4562
  };
4286
- pt.displayName = "Newsletter";
4287
- const ht = {
4563
+ Tt.displayName = "Newsletter";
4564
+ const Lt = {
4288
4565
  sm: "prose-sm",
4289
4566
  md: "prose",
4290
4567
  lg: "prose-lg",
4291
4568
  xl: "prose-xl",
4292
4569
  "2xl": "prose-2xl"
4293
- }, xt = P(
4294
- ({ className: r, size: t = "lg", html: o, wide: l = !1, children: c, ...a }, s) => /* @__PURE__ */ e(
4570
+ }, Pt = L(
4571
+ ({ className: r, size: t = "lg", html: o, wide: l = !1, children: c, ...i }, s) => /* @__PURE__ */ e(
4295
4572
  "article",
4296
4573
  {
4297
4574
  ref: s,
4298
- className: i(
4575
+ className: a(
4299
4576
  "prose prose-neutral",
4300
- ht[t],
4577
+ Lt[t],
4301
4578
  !l && "max-w-3xl",
4302
4579
  r
4303
4580
  ),
4304
4581
  ...o ? { dangerouslySetInnerHTML: { __html: o } } : null,
4305
- ...a,
4582
+ ...i,
4306
4583
  children: o ? null : c
4307
4584
  }
4308
4585
  )
4309
4586
  );
4310
- xt.displayName = "Prose";
4311
- const bt = P(
4312
- ({ className: r, ...t }, o) => /* @__PURE__ */ e("p", { ref: o, className: i("lead", r), ...t })
4587
+ Pt.displayName = "Prose";
4588
+ const Gt = L(
4589
+ ({ className: r, ...t }, o) => /* @__PURE__ */ e("p", { ref: o, className: a("lead", r), ...t })
4313
4590
  );
4314
- bt.displayName = "ProseLead";
4315
- function yt({ name: r, avatar: t }) {
4591
+ Gt.displayName = "ProseLead";
4592
+ function Et({ name: r, avatar: t }) {
4316
4593
  if (t) return t;
4317
4594
  const o = r.split(" ").map((l) => l[0]).join("").slice(0, 2).toUpperCase();
4318
4595
  return /* @__PURE__ */ e("span", { className: "grid h-8 w-8 shrink-0 place-items-center rounded-full bg-primary-soft text-[11px] font-bold text-primary", children: o });
4319
4596
  }
4320
- const vt = ({ post: r }) => {
4597
+ const Bt = ({ post: r }) => {
4321
4598
  var t, o;
4322
4599
  return r.cover ? /* @__PURE__ */ e("img", { src: r.cover, alt: "", loading: "lazy", className: "aspect-[16/10] w-full object-cover" }) : /* @__PURE__ */ e(
4323
4600
  "div",
@@ -4334,20 +4611,21 @@ const vt = ({ post: r }) => {
4334
4611
  )
4335
4612
  }
4336
4613
  );
4337
- }, fe = P(
4338
- ({ className: r, post: t, option: o = "card", ...l }, c) => {
4614
+ }, ye = L(
4615
+ ({ className: r, post: t, option: o = "card", LinkComponent: l, ...c }, i) => {
4616
+ const s = l ?? "a";
4339
4617
  if (o === "row")
4340
4618
  return /* @__PURE__ */ n(
4341
- "a",
4619
+ s,
4342
4620
  {
4343
- ref: c,
4621
+ ref: i,
4344
4622
  href: t.href ?? "#",
4345
- className: i("group flex cursor-pointer items-baseline gap-5 py-6", r),
4346
- ...l,
4623
+ className: a("group flex cursor-pointer items-baseline gap-5 py-6", r),
4624
+ ...c,
4347
4625
  children: [
4348
4626
  /* @__PURE__ */ n("div", { className: "min-w-0 flex-1", children: [
4349
4627
  /* @__PURE__ */ n("div", { className: "flex items-center gap-3", children: [
4350
- t.category ? /* @__PURE__ */ e(ue, { variant: "soft", size: "sm", children: t.category }) : null,
4628
+ t.category ? /* @__PURE__ */ e(xe, { variant: "soft", size: "sm", children: t.category }) : null,
4351
4629
  /* @__PURE__ */ n("span", { className: "text-xs tabular-nums text-muted-foreground", children: [
4352
4630
  t.date,
4353
4631
  t.readTime ? ` · ${t.readTime}` : ""
@@ -4355,36 +4633,36 @@ const vt = ({ post: r }) => {
4355
4633
  ] }),
4356
4634
  /* @__PURE__ */ e("h3", { className: "mt-2.5 font-display text-xl font-semibold tracking-tight text-foreground transition-transform duration-200 group-hover:translate-x-1 sm:text-2xl", children: t.title })
4357
4635
  ] }),
4358
- /* @__PURE__ */ e("span", { className: "text-foreground/30 transition-all duration-200 group-hover:translate-x-0.5 group-hover:text-foreground", children: /* @__PURE__ */ e(Wr, { className: "h-5 w-5" }) })
4636
+ /* @__PURE__ */ e("span", { className: "text-foreground/30 transition-all duration-200 group-hover:translate-x-0.5 group-hover:text-foreground", children: /* @__PURE__ */ e(ot, { className: "h-5 w-5" }) })
4359
4637
  ]
4360
4638
  }
4361
4639
  );
4362
- const a = t.author;
4640
+ const d = t.author;
4363
4641
  return /* @__PURE__ */ n(
4364
- "a",
4642
+ s,
4365
4643
  {
4366
- ref: c,
4644
+ ref: i,
4367
4645
  href: t.href ?? "#",
4368
- className: i(
4646
+ className: a(
4369
4647
  "group flex h-full cursor-pointer flex-col overflow-hidden rounded-xl border border-border bg-surface transition-colors duration-200 hover:border-foreground/20",
4370
4648
  r
4371
4649
  ),
4372
- ...l,
4650
+ ...c,
4373
4651
  children: [
4374
- /* @__PURE__ */ e("div", { className: "overflow-hidden", children: /* @__PURE__ */ e(vt, { post: t }) }),
4652
+ /* @__PURE__ */ e("div", { className: "overflow-hidden", children: /* @__PURE__ */ e(Bt, { post: t }) }),
4375
4653
  /* @__PURE__ */ n("div", { className: "flex flex-1 flex-col p-6", children: [
4376
4654
  /* @__PURE__ */ n("div", { className: "flex items-center justify-between gap-3", children: [
4377
- t.category ? /* @__PURE__ */ e(ue, { variant: "soft", size: "sm", children: t.category }) : /* @__PURE__ */ e("span", {}),
4655
+ t.category ? /* @__PURE__ */ e(xe, { variant: "soft", size: "sm", children: t.category }) : /* @__PURE__ */ e("span", {}),
4378
4656
  t.readTime ? /* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: t.readTime }) : null
4379
4657
  ] }),
4380
4658
  /* @__PURE__ */ e("h3", { className: "mt-4 font-display text-lg font-semibold leading-snug tracking-tight text-foreground sm:text-xl", children: t.title }),
4381
4659
  t.excerpt ? /* @__PURE__ */ e("p", { className: "mt-2.5 line-clamp-2 text-sm leading-6 text-muted-foreground", children: t.excerpt }) : null,
4382
4660
  /* @__PURE__ */ n("div", { className: "mt-5 flex items-center justify-between gap-3 border-t border-border pt-4", children: [
4383
- a ? /* @__PURE__ */ n("span", { className: "flex min-w-0 items-center gap-2.5", children: [
4384
- /* @__PURE__ */ e(yt, { name: a.name, avatar: a.avatar }),
4385
- /* @__PURE__ */ e("span", { className: "truncate text-xs font-medium text-foreground", children: a.name })
4661
+ d ? /* @__PURE__ */ n("span", { className: "flex min-w-0 items-center gap-2.5", children: [
4662
+ /* @__PURE__ */ e(Et, { name: d.name, avatar: d.avatar }),
4663
+ /* @__PURE__ */ e("span", { className: "truncate text-xs font-medium text-foreground", children: d.name })
4386
4664
  ] }) : /* @__PURE__ */ e("span", { className: "text-xs tabular-nums text-muted-foreground", children: t.date }),
4387
- /* @__PURE__ */ e(W, { className: "h-4 w-4 text-foreground/35 transition-all duration-200 group-hover:translate-x-0.5 group-hover:text-foreground" })
4665
+ /* @__PURE__ */ e(X, { className: "h-4 w-4 text-foreground/35 transition-all duration-200 group-hover:translate-x-0.5 group-hover:text-foreground" })
4388
4666
  ] })
4389
4667
  ] })
4390
4668
  ]
@@ -4392,130 +4670,135 @@ const vt = ({ post: r }) => {
4392
4670
  );
4393
4671
  }
4394
4672
  );
4395
- fe.displayName = "BlogCard";
4396
- const Nt = {
4673
+ ye.displayName = "BlogCard";
4674
+ const It = {
4397
4675
  2: "sm:grid-cols-2",
4398
4676
  3: "sm:grid-cols-2 lg:grid-cols-3"
4399
- }, wt = P(
4677
+ }, Rt = L(
4400
4678
  ({
4401
4679
  className: r,
4402
4680
  posts: t,
4403
4681
  limit: o,
4404
4682
  columns: l = 3,
4405
4683
  option: c = "card",
4406
- eyebrow: a,
4684
+ eyebrow: i,
4407
4685
  eyebrowStyle: s = "caps",
4408
4686
  title: d,
4409
4687
  description: u,
4410
- showAllLabel: f,
4411
- showAllHref: g,
4412
- ...m
4413
- }, x) => {
4414
- const p = o ? t.slice(0, o) : t;
4415
- return /* @__PURE__ */ e("section", { ref: x, className: i("w-full py-20 sm:py-24", r), ...m, children: /* @__PURE__ */ n(F, { children: [
4416
- (a || d || u || g) && /* @__PURE__ */ n("div", { className: "mb-12 flex flex-col gap-6 sm:flex-row sm:items-end sm:justify-between", children: [
4688
+ showAllLabel: p,
4689
+ showAllHref: h,
4690
+ LinkComponent: m,
4691
+ ...v
4692
+ }, g) => {
4693
+ const f = o ? t.slice(0, o) : t, x = m ?? "a";
4694
+ return /* @__PURE__ */ e("section", { ref: g, className: a("w-full py-20 sm:py-24", r), ...v, children: /* @__PURE__ */ n(D, { children: [
4695
+ (i || d || u || h) && /* @__PURE__ */ n("div", { className: "mb-12 flex flex-col gap-6 sm:flex-row sm:items-end sm:justify-between", children: [
4417
4696
  /* @__PURE__ */ n("div", { className: "max-w-2xl", children: [
4418
- a ? /* @__PURE__ */ e(
4697
+ i ? /* @__PURE__ */ e(
4419
4698
  "p",
4420
4699
  {
4421
- className: i(
4700
+ className: a(
4422
4701
  "text-xs font-semibold uppercase tracking-[0.18em]",
4423
4702
  s === "caps" && "text-foreground/50",
4424
4703
  s === "soft" && "inline-flex items-center rounded-full bg-primary-soft px-3 py-1.5 text-primary",
4425
4704
  s === "plain" && "text-primary"
4426
4705
  ),
4427
- children: a
4706
+ children: i
4428
4707
  }
4429
4708
  ) : null,
4430
4709
  d ? /* @__PURE__ */ e("h2", { className: "mt-4 font-display text-balance text-3xl font-semibold leading-[1.08] tracking-tight text-foreground sm:text-4xl", children: d }) : null,
4431
4710
  u ? /* @__PURE__ */ e("p", { className: "mt-4 text-pretty text-base leading-7 text-muted-foreground", children: u }) : null
4432
4711
  ] }),
4433
- g ? /* @__PURE__ */ n(
4434
- "a",
4712
+ h ? /* @__PURE__ */ n(
4713
+ x,
4435
4714
  {
4436
- href: g,
4715
+ href: h,
4437
4716
  className: "group inline-flex shrink-0 cursor-pointer items-center gap-1.5 text-sm font-semibold text-foreground transition-colors duration-150 hover:text-primary",
4438
4717
  children: [
4439
- f ?? "All posts",
4440
- /* @__PURE__ */ e(W, { className: "h-4 w-4 transition-transform duration-200 group-hover:translate-x-0.5" })
4718
+ p ?? "All posts",
4719
+ /* @__PURE__ */ e(X, { className: "h-4 w-4 transition-transform duration-200 group-hover:translate-x-0.5" })
4441
4720
  ]
4442
4721
  }
4443
4722
  ) : null
4444
4723
  ] }),
4445
- c === "row" ? /* @__PURE__ */ e("div", { className: "divide-y divide-border border-t border-border", children: p.map((h) => /* @__PURE__ */ e(fe, { post: h, option: "row" }, h.title)) }) : /* @__PURE__ */ e("div", { className: i("grid grid-cols-1 gap-4", Nt[l]), children: p.map((h) => /* @__PURE__ */ e(fe, { post: h, option: "card" }, h.title)) })
4724
+ c === "row" ? /* @__PURE__ */ e("div", { className: "divide-y divide-border border-t border-border", children: f.map((b) => /* @__PURE__ */ e(ye, { post: b, option: "row", LinkComponent: m }, b.title)) }) : /* @__PURE__ */ e("div", { className: a("grid grid-cols-1 gap-4", It[l]), children: f.map((b) => /* @__PURE__ */ e(ye, { post: b, option: "card", LinkComponent: m }, b.title)) })
4446
4725
  ] }) });
4447
4726
  }
4448
4727
  );
4449
- wt.displayName = "BlogSection";
4728
+ Rt.displayName = "BlogSection";
4450
4729
  export {
4451
- Yr as ArrowDown,
4452
- W as ArrowRight,
4453
- Qr as ArrowUp,
4454
- Wr as ArrowUpRight,
4455
- ue as Badge,
4456
- Pt as BarChart,
4457
- fe as BlogCard,
4458
- wt as BlogSection,
4459
- Ot as Box,
4460
- Sr as Button,
4461
- ut as CTA,
4462
- Br as Card,
4463
- Gr as CardContent,
4464
- $r as CardDescription,
4465
- Er as CardFooter,
4466
- Lr as CardHeader,
4467
- Rr as CardTitle,
4468
- le as Check,
4469
- ke as ChevronDown,
4470
- Jr as ChevronLeft,
4471
- Dr as ChevronRight,
4472
- Lt as Clock,
4473
- $t as Code,
4474
- F as Container,
4475
- _t as Cpu,
4476
- Ht as Database,
4477
- Rt as DollarSign,
4478
- Ft as ExternalLink,
4479
- gt as FAQ,
4480
- ge as FeatureCard,
4481
- st as FeatureGrid,
4482
- ft as Footer,
4483
- At as Gauge,
4484
- It as Globe,
4485
- Ur as Hero,
4486
- zt as Layers,
4487
- Bt as Lock,
4488
- nt as LogoCloud,
4489
- Zr as Mail,
4490
- tt as MegaMenu,
4491
- Ee as Menu,
4492
- et as Navbar,
4493
- pt as Newsletter,
4494
- Ut as Palette,
4495
- Vt as Play,
4496
- we as Plus,
4497
- ct as Pricing,
4498
- xt as Prose,
4499
- bt as ProseLead,
4500
- Ve as Quote,
4501
- Wt as Rocket,
4502
- _r as Section,
4503
- $e as SectionHeader,
4504
- Et as Send,
4505
- jt as ShieldCheck,
4506
- qt as Sliders,
4507
- St as Smartphone,
4508
- qr as Stack,
4509
- Xr as Star,
4510
- at as Stats,
4511
- Gt as Terminal,
4512
- ze as TestimonialCard,
4513
- dt as Testimonials,
4514
- Tt as Users,
4515
- Ge as X,
4516
- Mt as Zap,
4517
- i as cn,
4518
- R as getContrastText,
4519
- he as useTokenForeground
4730
+ nt as ArrowDown,
4731
+ X as ArrowRight,
4732
+ lt as ArrowUp,
4733
+ ot as ArrowUpRight,
4734
+ xe as Badge,
4735
+ Kt as BarChart,
4736
+ ye as BlogCard,
4737
+ Rt as BlogSection,
4738
+ oo as Box,
4739
+ Fr as Button,
4740
+ kt as CTA,
4741
+ Wr as Card,
4742
+ qr as CardContent,
4743
+ Yr as CardDescription,
4744
+ Zr as CardFooter,
4745
+ Kr as CardHeader,
4746
+ Dr as CardTitle,
4747
+ ee as Check,
4748
+ be as ChevronDown,
4749
+ at as ChevronLeft,
4750
+ st as ChevronRight,
4751
+ qt as Clock,
4752
+ _t as Code,
4753
+ D as Container,
4754
+ no as Cpu,
4755
+ to as Database,
4756
+ Zt as DollarSign,
4757
+ eo as ExternalLink,
4758
+ Ct as FAQ,
4759
+ ve as FeatureCard,
4760
+ xt as FeatureGrid,
4761
+ Mt as Footer,
4762
+ Wt as Gauge,
4763
+ Le as Globe,
4764
+ tt as Hero,
4765
+ At as LanguageSwitcher,
4766
+ Ot as Layers,
4767
+ Yt as Lock,
4768
+ gt as LogoCloud,
4769
+ ct as Mail,
4770
+ ft as MegaMenu,
4771
+ Ke as Menu,
4772
+ qe as Modal,
4773
+ mt as Navbar,
4774
+ Tt as Newsletter,
4775
+ lo as Palette,
4776
+ Xt as Play,
4777
+ Te as Plus,
4778
+ yt as Pricing,
4779
+ Pt as Prose,
4780
+ Gt as ProseLead,
4781
+ De as Quote,
4782
+ so as Rocket,
4783
+ rt as Section,
4784
+ We as SectionHeader,
4785
+ Qt as Send,
4786
+ Ht as ShieldCheck,
4787
+ ro as Sliders,
4788
+ Ue as Slot,
4789
+ Ut as Smartphone,
4790
+ Qr as Stack,
4791
+ it as Star,
4792
+ bt as Stats,
4793
+ Jt as Terminal,
4794
+ Be as TestimonialCard,
4795
+ Nt as Testimonials,
4796
+ Dt as Users,
4797
+ Ce as X,
4798
+ $t as Zap,
4799
+ a as cn,
4800
+ $ as getContrastText,
4801
+ jt as iso2ToFlagEmoji,
4802
+ ke as useTokenForeground
4520
4803
  };
4521
4804
  //# sourceMappingURL=index.js.map