@pinia/colada-devtools 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist/index.d.ts +2 -4
  2. package/dist/index.js +19 -20
  3. package/dist/index.js.map +1 -1
  4. package/dist-panel/{(unselected)-B-_Xdo2t.js → (unselected)-BvYXA0-7.js} +3 -3
  5. package/dist-panel/{(unselected)-B-_Xdo2t.js.map → (unselected)-BvYXA0-7.js.map} +1 -1
  6. package/dist-panel/{(unselected)-BFwQCIEo.js → (unselected)-De_qnqOP.js} +3 -3
  7. package/dist-panel/{(unselected)-BFwQCIEo.js.map → (unselected)-De_qnqOP.js.map} +1 -1
  8. package/dist-panel/_mutationId_-DJZUO9uK.js +307 -0
  9. package/dist-panel/_mutationId_-DJZUO9uK.js.map +1 -0
  10. package/dist-panel/_queryId_-OYxjQ3wF.js +439 -0
  11. package/dist-panel/_queryId_-OYxjQ3wF.js.map +1 -0
  12. package/dist-panel/circle-x-CKUVRuJV.js +678 -0
  13. package/dist-panel/circle-x-CKUVRuJV.js.map +1 -0
  14. package/dist-panel/{index-CTwvPt67.js → index-BDRe8hqi.js} +497 -469
  15. package/dist-panel/{index-CTwvPt67.js.map → index-BDRe8hqi.js.map} +1 -1
  16. package/dist-panel/{index-kHk614RY.js → index-CbhK8baV.js} +2 -2
  17. package/dist-panel/{index-kHk614RY.js.map → index-CbhK8baV.js.map} +1 -1
  18. package/dist-panel/index.js +2 -2
  19. package/dist-panel/{loader-nEPBwFfz.js → loader-DUh7Y4gr.js} +2 -2
  20. package/dist-panel/loader-DUh7Y4gr.js.map +1 -0
  21. package/dist-panel/{mouse-pointer-click-DQLuAnaZ.js → mouse-pointer-click-tLOKuf9h.js} +2 -2
  22. package/dist-panel/mouse-pointer-click-tLOKuf9h.js.map +1 -0
  23. package/dist-panel/{mutations-BZWQwG2S.js → mutations-DbP2-xaA.js} +4 -4
  24. package/dist-panel/{mutations-BZWQwG2S.js.map → mutations-DbP2-xaA.js.map} +1 -1
  25. package/dist-panel/{queries-D3ybdTKc.js → queries-CfTVwyNe.js} +4 -4
  26. package/dist-panel/{queries-D3ybdTKc.js.map → queries-CfTVwyNe.js.map} +1 -1
  27. package/dist-panel/{settings-DddAyvXJ.js → settings--jMqFgqF.js} +2 -2
  28. package/dist-panel/{settings-DddAyvXJ.js.map → settings--jMqFgqF.js.map} +1 -1
  29. package/dist-panel/{use-container-media-query-BWmwm2oB.js → use-container-media-query-B1rNyopG.js} +2 -2
  30. package/dist-panel/{use-container-media-query-BWmwm2oB.js.map → use-container-media-query-B1rNyopG.js.map} +1 -1
  31. package/dist-shared/index.d.ts +95 -0
  32. package/dist-shared/index.js +2 -1
  33. package/dist-shared/index.js.map +1 -1
  34. package/package.json +6 -6
  35. package/dist-panel/_mutationId_-BG1E7StK.js +0 -306
  36. package/dist-panel/_mutationId_-BG1E7StK.js.map +0 -1
  37. package/dist-panel/_queryId_-BHPtMxoe.js +0 -423
  38. package/dist-panel/_queryId_-BHPtMxoe.js.map +0 -1
  39. package/dist-panel/braces-B9tH-Qp5.js +0 -294
  40. package/dist-panel/braces-B9tH-Qp5.js.map +0 -1
  41. package/dist-panel/loader-nEPBwFfz.js.map +0 -1
  42. package/dist-panel/mouse-pointer-click-DQLuAnaZ.js.map +0 -1
@@ -18,7 +18,7 @@ const $ = {}, Ht = [], ze = () => {
18
18
  return ((r) => t[r] || (t[r] = e(r)));
19
19
  }, Xs = /-\w/g, _e = qr(
20
20
  (e) => e.replace(Xs, (t) => t.slice(1).toUpperCase())
21
- ), Zs = /\B([A-Z])/g, De = qr(
21
+ ), Zs = /\B([A-Z])/g, Ne = qr(
22
22
  (e) => e.replace(Zs, "-$1").toLowerCase()
23
23
  ), Jr = qr((e) => e.charAt(0).toUpperCase() + e.slice(1)), go = qr(
24
24
  (e) => e ? `on${Jr(e)}` : ""
@@ -263,10 +263,10 @@ class bi {
263
263
  * @internal
264
264
  */
265
265
  runIfDirty() {
266
- Po(this) && this.run();
266
+ Oo(this) && this.run();
267
267
  }
268
268
  get dirty() {
269
- return Po(this);
269
+ return Oo(this);
270
270
  }
271
271
  }
272
272
  let wi = 0, ir, sr;
@@ -318,14 +318,14 @@ function ki(e) {
318
318
  }
319
319
  e.deps = t, e.depsTail = r;
320
320
  }
321
- function Po(e) {
321
+ function Oo(e) {
322
322
  for (let t = e.deps; t; t = t.nextDep)
323
323
  if (t.dep.version !== t.version || t.dep.computed && (Ei(t.dep.computed) || t.dep.version !== t.version))
324
324
  return !0;
325
325
  return !!e._dirty;
326
326
  }
327
327
  function Ei(e) {
328
- if (e.flags & 4 && !(e.flags & 16) || (e.flags &= -17, e.globalVersion === fr) || (e.globalVersion = fr, !e.isSSR && e.flags & 128 && (!e.deps && !e._dirty || !Po(e))))
328
+ if (e.flags & 4 && !(e.flags & 16) || (e.flags &= -17, e.globalVersion === fr) || (e.globalVersion = fr, !e.isSSR && e.flags & 128 && (!e.deps && !e._dirty || !Oo(e))))
329
329
  return;
330
330
  e.flags |= 2;
331
331
  const t = e.dep, r = te, o = Be;
@@ -422,11 +422,11 @@ function Ai(e) {
422
422
  r !== e && (e.prevSub = r, r && (r.nextSub = e)), e.dep.subs = e;
423
423
  }
424
424
  }
425
- const Nr = /* @__PURE__ */ new WeakMap(), Tt = Symbol(
425
+ const Nr = /* @__PURE__ */ new WeakMap(), Tt = /* @__PURE__ */ Symbol(
426
426
  ""
427
- ), Oo = Symbol(
427
+ ), Po = /* @__PURE__ */ Symbol(
428
428
  ""
429
- ), dr = Symbol(
429
+ ), dr = /* @__PURE__ */ Symbol(
430
430
  ""
431
431
  );
432
432
  function be(e, t, r) {
@@ -458,10 +458,10 @@ function st(e, t, r, o, n, i) {
458
458
  } else
459
459
  switch ((r !== void 0 || s.has(void 0)) && l(s.get(r)), f && l(s.get(dr)), t) {
460
460
  case "add":
461
- a ? f && l(s.get("length")) : (l(s.get(Tt)), zt(e) && l(s.get(Oo)));
461
+ a ? f && l(s.get("length")) : (l(s.get(Tt)), zt(e) && l(s.get(Po)));
462
462
  break;
463
463
  case "delete":
464
- a || (l(s.get(Tt)), zt(e) && l(s.get(Oo)));
464
+ a || (l(s.get(Tt)), zt(e) && l(s.get(Po)));
465
465
  break;
466
466
  case "set":
467
467
  zt(e) && l(s.get(Tt));
@@ -482,7 +482,7 @@ function eo(e) {
482
482
  return be(e = W(e), "iterate", dr), e;
483
483
  }
484
484
  function yt(e, t) {
485
- return dt(e) ? Pt(e) ? Gt(We(t)) : Gt(t) : We(t);
485
+ return dt(e) ? Ot(e) ? Gt(We(t)) : Gt(t) : We(t);
486
486
  }
487
487
  const hl = {
488
488
  __proto__: null,
@@ -659,7 +659,7 @@ class Ci {
659
659
  if (r === "__v_isShallow")
660
660
  return i;
661
661
  if (r === "__v_raw")
662
- return o === (n ? i ? Mi : Ni : i ? Ii : Oi).get(t) || // receiver is not the reactive proxy, but has the same prototype
662
+ return o === (n ? i ? Mi : Ni : i ? Ii : Pi).get(t) || // receiver is not the reactive proxy, but has the same prototype
663
663
  // this means the receiver is a user proxy of the reactive proxy
664
664
  Object.getPrototypeOf(t) === Object.getPrototypeOf(o) ? t : void 0;
665
665
  const s = F(t);
@@ -725,7 +725,7 @@ class Ti extends Ci {
725
725
  ), Reflect.ownKeys(t);
726
726
  }
727
727
  }
728
- class Pi extends Ci {
728
+ class Oi extends Ci {
729
729
  constructor(t = !1) {
730
730
  super(!0, t);
731
731
  }
@@ -736,14 +736,14 @@ class Pi extends Ci {
736
736
  return !0;
737
737
  }
738
738
  }
739
- const vl = /* @__PURE__ */ new Ti(), yl = /* @__PURE__ */ new Pi(), bl = /* @__PURE__ */ new Ti(!0), wl = /* @__PURE__ */ new Pi(!0), Io = (e) => e, Er = (e) => Reflect.getPrototypeOf(e);
739
+ const vl = /* @__PURE__ */ new Ti(), yl = /* @__PURE__ */ new Oi(), bl = /* @__PURE__ */ new Ti(!0), wl = /* @__PURE__ */ new Oi(!0), Io = (e) => e, Er = (e) => Reflect.getPrototypeOf(e);
740
740
  function _l(e, t, r) {
741
741
  return function(...o) {
742
742
  const n = this.__v_raw, i = W(n), s = zt(i), l = e === "entries" || e === Symbol.iterator && s, a = e === "keys" && s, f = n[e](...o), c = r ? Io : t ? Gt : We;
743
743
  return !t && be(
744
744
  i,
745
745
  "iterate",
746
- a ? Oo : Tt
746
+ a ? Po : Tt
747
747
  ), {
748
748
  // iterator protocol
749
749
  next() {
@@ -853,7 +853,7 @@ const kl = {
853
853
  get: /* @__PURE__ */ to(!0, !1)
854
854
  }, Al = {
855
855
  get: /* @__PURE__ */ to(!0, !0)
856
- }, Oi = /* @__PURE__ */ new WeakMap(), Ii = /* @__PURE__ */ new WeakMap(), Ni = /* @__PURE__ */ new WeakMap(), Mi = /* @__PURE__ */ new WeakMap();
856
+ }, Pi = /* @__PURE__ */ new WeakMap(), Ii = /* @__PURE__ */ new WeakMap(), Ni = /* @__PURE__ */ new WeakMap(), Mi = /* @__PURE__ */ new WeakMap();
857
857
  function Rl(e) {
858
858
  switch (e) {
859
859
  case "Object":
@@ -877,7 +877,7 @@ function ro(e) {
877
877
  !1,
878
878
  vl,
879
879
  kl,
880
- Oi
880
+ Pi
881
881
  );
882
882
  }
883
883
  function Di(e) {
@@ -922,8 +922,8 @@ function oo(e, t, r, o, n) {
922
922
  );
923
923
  return n.set(e, l), l;
924
924
  }
925
- function Pt(e) {
926
- return dt(e) ? Pt(e.__v_raw) : !!(e && e.__v_isReactive);
925
+ function Ot(e) {
926
+ return dt(e) ? Ot(e.__v_raw) : !!(e && e.__v_isReactive);
927
927
  }
928
928
  function dt(e) {
929
929
  return !!(e && e.__v_isReadonly);
@@ -952,9 +952,9 @@ function ct(e) {
952
952
  return Fi(e, !0);
953
953
  }
954
954
  function Fi(e, t) {
955
- return ue(e) ? e : new Pl(e, t);
955
+ return ue(e) ? e : new Ol(e, t);
956
956
  }
957
- class Pl {
957
+ class Ol {
958
958
  constructor(t, r) {
959
959
  this.dep = new Zr(), this.__v_isRef = !0, this.__v_isShallow = !1, this._rawValue = r ? t : W(t), this._value = r ? t : We(t), this.__v_isShallow = r;
960
960
  }
@@ -972,7 +972,7 @@ function Ue(e) {
972
972
  function He(e) {
973
973
  return H(e) ? e() : Ue(e);
974
974
  }
975
- const Ol = {
975
+ const Pl = {
976
976
  get: (e, t, r) => t === "__v_raw" ? e : Ue(Reflect.get(e, t, r)),
977
977
  set: (e, t, r, o) => {
978
978
  const n = e[t];
@@ -980,7 +980,7 @@ const Ol = {
980
980
  }
981
981
  };
982
982
  function Vi(e) {
983
- return Pt(e) ? e : new Proxy(e, Ol);
983
+ return Ot(e) ? e : new Proxy(e, Pl);
984
984
  }
985
985
  class Il {
986
986
  constructor(t) {
@@ -1075,10 +1075,10 @@ function Ll(e, t = !1, r = At) {
1075
1075
  function Hl(e, t, r = $) {
1076
1076
  const { immediate: o, deep: n, once: i, scheduler: s, augmentJob: l, call: a } = r, f = (R) => n ? R : je(R) || n === !1 || n === 0 ? lt(R, 1) : lt(R);
1077
1077
  let c, d, m, g, k = !1, x = !1;
1078
- if (ue(e) ? (d = () => e.value, k = je(e)) : Pt(e) ? (d = () => f(e), k = !0) : F(e) ? (x = !0, k = e.some((R) => Pt(R) || je(R)), d = () => e.map((R) => {
1078
+ if (ue(e) ? (d = () => e.value, k = je(e)) : Ot(e) ? (d = () => f(e), k = !0) : F(e) ? (x = !0, k = e.some((R) => Ot(R) || je(R)), d = () => e.map((R) => {
1079
1079
  if (ue(R))
1080
1080
  return R.value;
1081
- if (Pt(R))
1081
+ if (Ot(R))
1082
1082
  return f(R);
1083
1083
  if (H(R))
1084
1084
  return a ? a(R, 2) : R();
@@ -1111,12 +1111,12 @@ function Hl(e, t, r = $) {
1111
1111
  R(...B), S();
1112
1112
  };
1113
1113
  }
1114
- let P = x ? new Array(e.length).fill(Ar) : Ar;
1114
+ let O = x ? new Array(e.length).fill(Ar) : Ar;
1115
1115
  const I = (R) => {
1116
1116
  if (!(!(c.flags & 1) || !c.dirty && !R))
1117
1117
  if (t) {
1118
1118
  const B = c.run();
1119
- if (n || k || (x ? B.some((ne, q) => Ie(ne, P[q])) : Ie(B, P))) {
1119
+ if (n || k || (x ? B.some((ne, q) => Ie(ne, O[q])) : Ie(B, O))) {
1120
1120
  m && m();
1121
1121
  const ne = At;
1122
1122
  At = c;
@@ -1124,10 +1124,10 @@ function Hl(e, t, r = $) {
1124
1124
  const q = [
1125
1125
  B,
1126
1126
  // pass undefined as the old value when it's changed for the first time
1127
- P === Ar ? void 0 : x && P[0] === Ar ? [] : P,
1127
+ O === Ar ? void 0 : x && O[0] === Ar ? [] : O,
1128
1128
  g
1129
1129
  ];
1130
- P = B, a ? a(t, 3, q) : (
1130
+ O = B, a ? a(t, 3, q) : (
1131
1131
  // @ts-expect-error
1132
1132
  t(...q)
1133
1133
  );
@@ -1147,7 +1147,7 @@ function Hl(e, t, r = $) {
1147
1147
  for (const B of R) B();
1148
1148
  Mr.delete(c);
1149
1149
  }
1150
- }, t ? o ? I(!0) : P = c.run() : s ? s(I.bind(null, !0), !0) : c.run(), S.pause = c.pause.bind(c), S.resume = c.resume.bind(c), S.stop = S, S;
1150
+ }, t ? o ? I(!0) : O = c.run() : s ? s(I.bind(null, !0), !0) : c.run(), S.pause = c.pause.bind(c), S.resume = c.resume.bind(c), S.stop = S, S;
1151
1151
  }
1152
1152
  function lt(e, t = 1 / 0, r) {
1153
1153
  if (t <= 0 || !Z(e) || e.__v_skip || (r = r || /* @__PURE__ */ new Map(), (r.get(e) || 0) >= t))
@@ -1317,7 +1317,7 @@ function rr(e, t = ge, r) {
1317
1317
  };
1318
1318
  return o._n = !0, o._c = !0, o._d = !0, o;
1319
1319
  }
1320
- function Cf(e, t) {
1320
+ function Tf(e, t) {
1321
1321
  if (ge === null)
1322
1322
  return e;
1323
1323
  const r = ho(ge), o = e.dirs || (e.dirs = []);
@@ -1351,7 +1351,7 @@ function Et(e, t, r, o) {
1351
1351
  ]), ft());
1352
1352
  }
1353
1353
  }
1354
- const Ul = Symbol("_vte"), Kl = (e) => e.__isTeleport, $l = Symbol("_leaveCb");
1354
+ const Ul = /* @__PURE__ */ Symbol("_vte"), Kl = (e) => e.__isTeleport, $l = /* @__PURE__ */ Symbol("_leaveCb");
1355
1355
  function tn(e, t) {
1356
1356
  e.shapeFlag & 6 && e.component ? (e.transition = t, tn(e.component.subTree, t)) : e.shapeFlag & 128 ? (e.ssContent.transition = t.clone(e.ssContent), e.ssFallback.transition = t.clone(e.ssFallback)) : e.transition = t;
1357
1357
  }
@@ -1366,7 +1366,7 @@ function Nt(e, t) {
1366
1366
  function $i(e) {
1367
1367
  e.ids = [e.ids[0] + e.ids[2]++ + "-", 0, 0];
1368
1368
  }
1369
- function Tf(e) {
1369
+ function Of(e) {
1370
1370
  const t = gt(), r = ct(null);
1371
1371
  if (t) {
1372
1372
  const n = t.refs === $ ? t.refs = {} : t.refs;
@@ -1421,8 +1421,8 @@ function lr(e, t, r, o, n = !1) {
1421
1421
  else if (k)
1422
1422
  c[a] = [i], g(a) && (d[a] = c[a]);
1423
1423
  else {
1424
- const P = [i];
1425
- a.value = P, e.k && (c[e.k] = P);
1424
+ const O = [i];
1425
+ a.value = O, e.k && (c[e.k] = O);
1426
1426
  }
1427
1427
  } else k ? (c[a] = s, g(a) && (d[a] = s)) : x && (a.value = s, e.k && (c[e.k] = s));
1428
1428
  };
@@ -1430,7 +1430,7 @@ function lr(e, t, r, o, n = !1) {
1430
1430
  const S = () => {
1431
1431
  M(), Vr.delete(e);
1432
1432
  };
1433
- S.id = -1, Vr.set(e, S), Me(S, r);
1433
+ S.id = -1, Vr.set(e, S), De(S, r);
1434
1434
  } else
1435
1435
  yn(e), M();
1436
1436
  }
@@ -1503,7 +1503,7 @@ const Ji = "components";
1503
1503
  function bn(e, t) {
1504
1504
  return Qi(Ji, e, !0, t) || e;
1505
1505
  }
1506
- const Yi = Symbol.for("v-ndc");
1506
+ const Yi = /* @__PURE__ */ Symbol.for("v-ndc");
1507
1507
  function Pf(e) {
1508
1508
  return le(e) ? Qi(Ji, e, !1) || e : e || Yi;
1509
1509
  }
@@ -1535,7 +1535,7 @@ function ra(e, t, r, o) {
1535
1535
  let n;
1536
1536
  const i = r, s = F(e);
1537
1537
  if (s || le(e)) {
1538
- const l = s && Pt(e);
1538
+ const l = s && Ot(e);
1539
1539
  let a = !1, f = !1;
1540
1540
  l && (a = !je(e), f = dt(e), e = eo(e)), n = new Array(e.length);
1541
1541
  for (let c = 0, d = e.length; c < d; c++)
@@ -1678,7 +1678,7 @@ const No = (e) => e ? _s(e) ? ho(e) : No(e.parent) : null, ar = (
1678
1678
  return r.get != null ? e._.accessCache[t] = 0 : G(r, "value") && this.set(e, t, r.value, null), Reflect.defineProperty(e, t, r);
1679
1679
  }
1680
1680
  };
1681
- function Of() {
1681
+ function If() {
1682
1682
  return na().slots;
1683
1683
  }
1684
1684
  function na(e) {
@@ -1691,7 +1691,7 @@ function jr(e) {
1691
1691
  {}
1692
1692
  ) : e;
1693
1693
  }
1694
- function If(e, t) {
1694
+ function Nf(e, t) {
1695
1695
  return !e || !t ? e || t : F(e) && F(t) ? e.concat(t) : ce({}, jr(e), jr(t));
1696
1696
  }
1697
1697
  let Mo = !0;
@@ -1715,7 +1715,7 @@ function ia(e) {
1715
1715
  activated: x,
1716
1716
  deactivated: M,
1717
1717
  beforeDestroy: S,
1718
- beforeUnmount: P,
1718
+ beforeUnmount: O,
1719
1719
  destroyed: I,
1720
1720
  unmounted: R,
1721
1721
  render: B,
@@ -1742,7 +1742,7 @@ function ia(e) {
1742
1742
  }
1743
1743
  if (Mo = !0, i)
1744
1744
  for (const X in i) {
1745
- const Y = i[X], rt = H(Y) ? Y.bind(r, r) : H(Y.get) ? Y.get.bind(r, r) : ze, mt = !H(Y) && H(Y.set) ? Y.set.bind(r) : ze, qe = oe({
1745
+ const Y = i[X], rt = H(Y) ? Y.bind(r, r) : H(Y.get) ? Y.get.bind(r, r) : ze, mt = !H(Y) && H(Y.set) ? Y.set.bind(r) : ze, qe = re({
1746
1746
  get: rt,
1747
1747
  set: mt
1748
1748
  });
@@ -1766,7 +1766,7 @@ function ia(e) {
1766
1766
  function J(X, Y) {
1767
1767
  F(Y) ? Y.forEach((rt) => X(rt.bind(r))) : Y && X(Y.bind(r));
1768
1768
  }
1769
- if (J(Jl, d), J(xr, m), J(qi, g), J(Yl, k), J(Wl, x), J(Gl, M), J(ta, me), J(ea, ne), J(Zl, q), J(Ql, P), J(ao, R), J(Xl, xe), F(he))
1769
+ if (J(Jl, d), J(xr, m), J(qi, g), J(Yl, k), J(Wl, x), J(Gl, M), J(ta, me), J(ea, ne), J(Zl, q), J(Ql, O), J(ao, R), J(Xl, xe), F(he))
1770
1770
  if (he.length) {
1771
1771
  const X = e.exposed || (e.exposed = {});
1772
1772
  he.forEach((Y) => {
@@ -1985,19 +1985,19 @@ function fa(e, t) {
1985
1985
  return i.provides[c] = d, f;
1986
1986
  },
1987
1987
  runWithContext(c) {
1988
- const d = Ot;
1989
- Ot = f;
1988
+ const d = Pt;
1989
+ Pt = f;
1990
1990
  try {
1991
1991
  return c();
1992
1992
  } finally {
1993
- Ot = d;
1993
+ Pt = d;
1994
1994
  }
1995
1995
  }
1996
1996
  };
1997
1997
  return f;
1998
1998
  };
1999
1999
  }
2000
- let Ot = null;
2000
+ let Pt = null;
2001
2001
  function It(e, t) {
2002
2002
  if (we) {
2003
2003
  let r = we.provides;
@@ -2007,8 +2007,8 @@ function It(e, t) {
2007
2007
  }
2008
2008
  function Ce(e, t, r = !1) {
2009
2009
  const o = gt();
2010
- if (o || Ot) {
2011
- let n = Ot ? Ot._context.provides : o ? o.parent == null || o.ce ? o.vnode.appContext && o.vnode.appContext.provides : o.parent.provides : void 0;
2010
+ if (o || Pt) {
2011
+ let n = Pt ? Pt._context.provides : o ? o.parent == null || o.ce ? o.vnode.appContext && o.vnode.appContext.provides : o.parent.provides : void 0;
2012
2012
  if (n && e in n)
2013
2013
  return n[e];
2014
2014
  if (arguments.length > 1)
@@ -2016,9 +2016,9 @@ function Ce(e, t, r = !1) {
2016
2016
  }
2017
2017
  }
2018
2018
  function os() {
2019
- return !!(gt() || Ot);
2019
+ return !!(gt() || Pt);
2020
2020
  }
2021
- const da = Symbol.for("v-scx"), ha = () => Ce(da);
2021
+ const da = /* @__PURE__ */ Symbol.for("v-scx"), ha = () => Ce(da);
2022
2022
  function pa(e, t) {
2023
2023
  return co(e, null, t);
2024
2024
  }
@@ -2049,7 +2049,7 @@ function co(e, t, r = $) {
2049
2049
  l.call = (g, k, x) => tt(g, c, k, x);
2050
2050
  let d = !1;
2051
2051
  i === "post" ? l.scheduler = (g) => {
2052
- Me(g, c && c.suspense);
2052
+ De(g, c && c.suspense);
2053
2053
  } : i !== "sync" && (d = !0, l.scheduler = (g, k) => {
2054
2054
  k ? g() : en(g);
2055
2055
  }), l.augmentJob = (g) => {
@@ -2075,7 +2075,7 @@ function ns(e, t) {
2075
2075
  };
2076
2076
  }
2077
2077
  function va(e, t, r = $) {
2078
- const o = gt(), n = _e(t), i = De(t), s = is(e, n), l = ji((a, f) => {
2078
+ const o = gt(), n = _e(t), i = Ne(t), s = is(e, n), l = ji((a, f) => {
2079
2079
  let c, d = $, m;
2080
2080
  return ga(() => {
2081
2081
  const g = e[n];
@@ -2103,7 +2103,7 @@ function va(e, t, r = $) {
2103
2103
  };
2104
2104
  }, l;
2105
2105
  }
2106
- const is = (e, t) => t === "modelValue" || t === "model-value" ? e.modelModifiers : e[`${t}Modifiers`] || e[`${_e(t)}Modifiers`] || e[`${De(t)}Modifiers`];
2106
+ const is = (e, t) => t === "modelValue" || t === "model-value" ? e.modelModifiers : e[`${t}Modifiers`] || e[`${_e(t)}Modifiers`] || e[`${Ne(t)}Modifiers`];
2107
2107
  function ya(e, t, ...r) {
2108
2108
  if (e.isUnmounted) return;
2109
2109
  const o = e.vnode.props || $;
@@ -2112,7 +2112,7 @@ function ya(e, t, ...r) {
2112
2112
  s && (s.trim && (n = r.map((c) => le(c) ? c.trim() : c)), s.number && (n = r.map(Jo)));
2113
2113
  let l, a = o[l = go(t)] || // also try camelCase event handler (#2249)
2114
2114
  o[l = go(_e(t))];
2115
- !a && i && (a = o[l = go(De(t))]), a && tt(
2115
+ !a && i && (a = o[l = go(Ne(t))]), a && tt(
2116
2116
  a,
2117
2117
  e,
2118
2118
  6,
@@ -2149,7 +2149,7 @@ function ss(e, t, r = !1) {
2149
2149
  return !i && !l ? (Z(e) && o.set(e, null), null) : (F(i) ? i.forEach((a) => s[a] = null) : ce(s, i), Z(e) && o.set(e, s), s);
2150
2150
  }
2151
2151
  function uo(e, t) {
2152
- return !e || !Kr(t) ? !1 : (t = t.slice(2).replace(/Once$/, ""), G(e, t[0].toLowerCase() + t.slice(1)) || G(e, De(t)) || G(e, t));
2152
+ return !e || !Kr(t) ? !1 : (t = t.slice(2).replace(/Once$/, ""), G(e, t[0].toLowerCase() + t.slice(1)) || G(e, Ne(t)) || G(e, t));
2153
2153
  }
2154
2154
  function En(e) {
2155
2155
  const {
@@ -2169,7 +2169,7 @@ function En(e) {
2169
2169
  ctx: k,
2170
2170
  inheritAttrs: x
2171
2171
  } = e, M = Fr(e);
2172
- let S, P;
2172
+ let S, O;
2173
2173
  try {
2174
2174
  if (r.shapeFlag & 4) {
2175
2175
  const R = n || o, B = R;
@@ -2183,7 +2183,7 @@ function En(e) {
2183
2183
  m,
2184
2184
  k
2185
2185
  )
2186
- ), P = l;
2186
+ ), O = l;
2187
2187
  } else {
2188
2188
  const R = t;
2189
2189
  S = et(
@@ -2194,18 +2194,18 @@ function En(e) {
2194
2194
  d,
2195
2195
  null
2196
2196
  )
2197
- ), P = t.props ? l : wa(l);
2197
+ ), O = t.props ? l : wa(l);
2198
2198
  }
2199
2199
  } catch (R) {
2200
2200
  cr.length = 0, so(R, e, 1), S = ae(ht);
2201
2201
  }
2202
2202
  let I = S;
2203
- if (P && x !== !1) {
2204
- const R = Object.keys(P), { shapeFlag: B } = I;
2205
- R.length && B & 7 && (i && R.some(Go) && (P = _a(
2206
- P,
2203
+ if (O && x !== !1) {
2204
+ const R = Object.keys(O), { shapeFlag: B } = I;
2205
+ R.length && B & 7 && (i && R.some(Go) && (O = _a(
2206
+ O,
2207
2207
  i
2208
- )), I = qt(I, P, !1, !0));
2208
+ )), I = qt(I, O, !1, !0));
2209
2209
  }
2210
2210
  return r.dirs && (I = qt(I, null, !1, !0), I.dirs = I.dirs ? I.dirs.concat(r.dirs) : r.dirs), r.transition && tn(I, r.transition), S = I, Fr(M), S;
2211
2211
  }
@@ -2314,7 +2314,7 @@ function Sa(e, t, r, o) {
2314
2314
  (!t || // for camelCase
2315
2315
  !G(t, d) && // it's possible the original props was passed in as kebab-case
2316
2316
  // and converted to camelCase (#955)
2317
- ((c = De(d)) === d || !G(t, c))) && (a ? r && // for camelCase
2317
+ ((c = Ne(d)) === d || !G(t, c))) && (a ? r && // for camelCase
2318
2318
  (r[d] !== void 0 || // for kebab-case
2319
2319
  r[c] !== void 0) && (n[d] = Fo(
2320
2320
  a,
@@ -2384,7 +2384,7 @@ function Fo(e, t, r, o, n, i) {
2384
2384
  ] && (i && !l ? o = !1 : s[
2385
2385
  1
2386
2386
  /* shouldCastTrue */
2387
- ] && (o === "" || o === De(r)) && (o = !0));
2387
+ ] && (o === "" || o === Ne(r)) && (o = !0));
2388
2388
  }
2389
2389
  return o;
2390
2390
  }
@@ -2418,7 +2418,7 @@ function fs(e, t, r = !1) {
2418
2418
  let x = !1, M = !0;
2419
2419
  if (F(k))
2420
2420
  for (let S = 0; S < k.length; ++S) {
2421
- const P = k[S], I = H(P) && P.name;
2421
+ const O = k[S], I = H(O) && O.name;
2422
2422
  if (I === "Boolean") {
2423
2423
  x = !0;
2424
2424
  break;
@@ -2480,11 +2480,11 @@ const rn = (e) => e === "_" || e === "_ctx" || e === "$stable", on = (e) => F(e)
2480
2480
  if (i)
2481
2481
  for (const l in n)
2482
2482
  !rn(l) && s[l] == null && delete n[l];
2483
- }, Me = Ma;
2484
- function Pa(e) {
2485
- return Oa(e);
2483
+ }, De = Ma;
2484
+ function Oa(e) {
2485
+ return Pa(e);
2486
2486
  }
2487
- function Oa(e, t) {
2487
+ function Pa(e, t) {
2488
2488
  const r = Yr();
2489
2489
  r.__VUE__ = !0;
2490
2490
  const {
@@ -2504,7 +2504,7 @@ function Oa(e, t) {
2504
2504
  if (u === h)
2505
2505
  return;
2506
2506
  u && !er(u, h) && (y = b(u), Te(u, w, v, !0), u = null), h.patchFlag === -2 && (E = !1, h.dynamicChildren = null);
2507
- const { type: _, ref: j, shapeFlag: O } = h;
2507
+ const { type: _, ref: j, shapeFlag: P } = h;
2508
2508
  switch (_) {
2509
2509
  case fo:
2510
2510
  M(u, h, p, y);
@@ -2512,8 +2512,8 @@ function Oa(e, t) {
2512
2512
  case ht:
2513
2513
  S(u, h, p, y);
2514
2514
  break;
2515
- case Pr:
2516
- u == null && P(h, p, y, C);
2515
+ case Or:
2516
+ u == null && O(h, p, y, C);
2517
2517
  break;
2518
2518
  case Re:
2519
2519
  fe(
@@ -2529,7 +2529,7 @@ function Oa(e, t) {
2529
2529
  );
2530
2530
  break;
2531
2531
  default:
2532
- O & 1 ? B(
2532
+ P & 1 ? B(
2533
2533
  u,
2534
2534
  h,
2535
2535
  p,
@@ -2539,7 +2539,7 @@ function Oa(e, t) {
2539
2539
  C,
2540
2540
  A,
2541
2541
  E
2542
- ) : O & 6 ? pe(
2542
+ ) : P & 6 ? pe(
2543
2543
  u,
2544
2544
  h,
2545
2545
  p,
@@ -2549,7 +2549,7 @@ function Oa(e, t) {
2549
2549
  C,
2550
2550
  A,
2551
2551
  E
2552
- ) : (O & 64 || O & 128) && _.process(
2552
+ ) : (P & 64 || P & 128) && _.process(
2553
2553
  u,
2554
2554
  h,
2555
2555
  p,
@@ -2580,7 +2580,7 @@ function Oa(e, t) {
2580
2580
  p,
2581
2581
  y
2582
2582
  ) : h.el = u.el;
2583
- }, P = (u, h, p, y) => {
2583
+ }, O = (u, h, p, y) => {
2584
2584
  [u.el, u.anchor] = k(
2585
2585
  u.children,
2586
2586
  h,
@@ -2629,13 +2629,13 @@ function Oa(e, t) {
2629
2629
  }
2630
2630
  }, ne = (u, h, p, y, w, v, C, A) => {
2631
2631
  let E, _;
2632
- const { props: j, shapeFlag: O, transition: V, dirs: L } = u;
2632
+ const { props: j, shapeFlag: P, transition: V, dirs: L } = u;
2633
2633
  if (E = u.el = s(
2634
2634
  u.type,
2635
2635
  v,
2636
2636
  j && j.is,
2637
2637
  j
2638
- ), O & 8 ? c(E, u.children) : O & 16 && me(
2638
+ ), P & 8 ? c(E, u.children) : P & 16 && me(
2639
2639
  u.children,
2640
2640
  E,
2641
2641
  null,
@@ -2651,7 +2651,7 @@ function Oa(e, t) {
2651
2651
  }
2652
2652
  L && Et(u, null, y, "beforeMount");
2653
2653
  const K = Ia(w, V);
2654
- K && V.beforeEnter(E), o(E, h, p), ((_ = j && j.onVnodeMounted) || K || L) && Me(() => {
2654
+ K && V.beforeEnter(E), o(E, h, p), ((_ = j && j.onVnodeMounted) || K || L) && De(() => {
2655
2655
  _ && Xe(_, y, u), K && V.enter(E), L && Et(u, null, y, "mounted");
2656
2656
  }, w);
2657
2657
  }, q = (u, h, p, y, w) => {
@@ -2690,9 +2690,9 @@ function Oa(e, t) {
2690
2690
  const A = h.el = u.el;
2691
2691
  let { patchFlag: E, dynamicChildren: _, dirs: j } = h;
2692
2692
  E |= u.patchFlag & 16;
2693
- const O = u.props || $, V = h.props || $;
2693
+ const P = u.props || $, V = h.props || $;
2694
2694
  let L;
2695
- if (p && St(p, !1), (L = V.onVnodeBeforeUpdate) && Xe(L, p, h, u), j && Et(h, u, p, "beforeUpdate"), p && St(p, !0), (O.innerHTML && V.innerHTML == null || O.textContent && V.textContent == null) && c(A, ""), _ ? he(
2695
+ if (p && St(p, !1), (L = V.onVnodeBeforeUpdate) && Xe(L, p, h, u), j && Et(h, u, p, "beforeUpdate"), p && St(p, !0), (P.innerHTML && V.innerHTML == null || P.textContent && V.textContent == null) && c(A, ""), _ ? he(
2696
2696
  u.dynamicChildren,
2697
2697
  _,
2698
2698
  A,
@@ -2712,17 +2712,17 @@ function Oa(e, t) {
2712
2712
  !1
2713
2713
  ), E > 0) {
2714
2714
  if (E & 16)
2715
- ve(A, O, V, p, w);
2716
- else if (E & 2 && O.class !== V.class && i(A, "class", null, V.class, w), E & 4 && i(A, "style", O.style, V.style, w), E & 8) {
2715
+ ve(A, P, V, p, w);
2716
+ else if (E & 2 && P.class !== V.class && i(A, "class", null, V.class, w), E & 4 && i(A, "style", P.style, V.style, w), E & 8) {
2717
2717
  const K = h.dynamicProps;
2718
2718
  for (let ee = 0; ee < K.length; ee++) {
2719
- const Q = K[ee], Pe = O[Q], Oe = V[Q];
2720
- (Oe !== Pe || Q === "value") && i(A, Q, Pe, Oe, w, p);
2719
+ const Q = K[ee], Oe = P[Q], Pe = V[Q];
2720
+ (Pe !== Oe || Q === "value") && i(A, Q, Oe, Pe, w, p);
2721
2721
  }
2722
2722
  }
2723
2723
  E & 1 && u.children !== h.children && c(A, h.children);
2724
- } else !C && _ == null && ve(A, O, V, p, w);
2725
- ((L = V.onVnodeUpdated) || j) && Me(() => {
2724
+ } else !C && _ == null && ve(A, P, V, p, w);
2725
+ ((L = V.onVnodeUpdated) || j) && De(() => {
2726
2726
  L && Xe(L, p, h, u), j && Et(h, u, p, "updated");
2727
2727
  }, y);
2728
2728
  }, he = (u, h, p, y, w, v, C) => {
@@ -2774,7 +2774,7 @@ function Oa(e, t) {
2774
2774
  }
2775
2775
  }, fe = (u, h, p, y, w, v, C, A, E) => {
2776
2776
  const _ = h.el = u ? u.el : l(""), j = h.anchor = u ? u.anchor : l("");
2777
- let { patchFlag: O, dynamicChildren: V, slotScopeIds: L } = h;
2777
+ let { patchFlag: P, dynamicChildren: V, slotScopeIds: L } = h;
2778
2778
  L && (A = A ? A.concat(L) : L), u == null ? (o(_, p, y), o(j, p, y), me(
2779
2779
  // #10007
2780
2780
  // such fragment like `<></>` will be compiled into
@@ -2788,7 +2788,7 @@ function Oa(e, t) {
2788
2788
  C,
2789
2789
  A,
2790
2790
  E
2791
- )) : O > 0 && O & 64 && V && // #2715 the previous fragment could've been a BAILed one as a result
2791
+ )) : P > 0 && P & 64 && V && // #2715 the previous fragment could've been a BAILed one as a result
2792
2792
  // of renderSlot() with no valid children
2793
2793
  u.dynamicChildren ? (he(
2794
2794
  u.dynamicChildren,
@@ -2868,22 +2868,22 @@ function Oa(e, t) {
2868
2868
  }, J = (u, h, p, y, w, v, C) => {
2869
2869
  const A = () => {
2870
2870
  if (u.isMounted) {
2871
- let { next: O, bu: V, u: L, parent: K, vnode: ee } = u;
2871
+ let { next: P, bu: V, u: L, parent: K, vnode: ee } = u;
2872
2872
  {
2873
2873
  const Ye = ms(u);
2874
2874
  if (Ye) {
2875
- O && (O.el = ee.el, X(u, O, C)), Ye.asyncDep.then(() => {
2875
+ P && (P.el = ee.el, X(u, P, C)), Ye.asyncDep.then(() => {
2876
2876
  u.isUnmounted || A();
2877
2877
  });
2878
2878
  return;
2879
2879
  }
2880
2880
  }
2881
- let Q = O, Pe;
2882
- St(u, !1), O ? (O.el = ee.el, X(u, O, C)) : O = ee, V && Tr(V), (Pe = O.props && O.props.onVnodeBeforeUpdate) && Xe(Pe, K, O, ee), St(u, !0);
2883
- const Oe = En(u), Je = u.subTree;
2884
- u.subTree = Oe, x(
2881
+ let Q = P, Oe;
2882
+ St(u, !1), P ? (P.el = ee.el, X(u, P, C)) : P = ee, V && Tr(V), (Oe = P.props && P.props.onVnodeBeforeUpdate) && Xe(Oe, K, P, ee), St(u, !0);
2883
+ const Pe = En(u), Je = u.subTree;
2884
+ u.subTree = Pe, x(
2885
2885
  Je,
2886
- Oe,
2886
+ Pe,
2887
2887
  // parent may have changed if it's in a teleport
2888
2888
  d(Je.el),
2889
2889
  // anchor may have changed if it's in a fragment
@@ -2891,17 +2891,17 @@ function Oa(e, t) {
2891
2891
  u,
2892
2892
  w,
2893
2893
  v
2894
- ), O.el = Oe.el, Q === null && ka(u, Oe.el), L && Me(L, w), (Pe = O.props && O.props.onVnodeUpdated) && Me(
2895
- () => Xe(Pe, K, O, ee),
2894
+ ), P.el = Pe.el, Q === null && ka(u, Pe.el), L && De(L, w), (Oe = P.props && P.props.onVnodeUpdated) && De(
2895
+ () => Xe(Oe, K, P, ee),
2896
2896
  w
2897
2897
  );
2898
2898
  } else {
2899
- let O;
2900
- const { el: V, props: L } = h, { bm: K, m: ee, parent: Q, root: Pe, type: Oe } = u, Je = Ut(h);
2901
- St(u, !1), K && Tr(K), !Je && (O = L && L.onVnodeBeforeMount) && Xe(O, Q, h), St(u, !0);
2899
+ let P;
2900
+ const { el: V, props: L } = h, { bm: K, m: ee, parent: Q, root: Oe, type: Pe } = u, Je = Ut(h);
2901
+ St(u, !1), K && Tr(K), !Je && (P = L && L.onVnodeBeforeMount) && Xe(P, Q, h), St(u, !0);
2902
2902
  {
2903
- Pe.ce && // @ts-expect-error _def is private
2904
- Pe.ce._def.shadowRoot !== !1 && Pe.ce._injectChildStyle(Oe);
2903
+ Oe.ce && // @ts-expect-error _def is private
2904
+ Oe.ce._def.shadowRoot !== !1 && Oe.ce._injectChildStyle(Pe);
2905
2905
  const Ye = u.subTree = En(u);
2906
2906
  x(
2907
2907
  null,
@@ -2913,14 +2913,14 @@ function Oa(e, t) {
2913
2913
  v
2914
2914
  ), h.el = Ye.el;
2915
2915
  }
2916
- if (ee && Me(ee, w), !Je && (O = L && L.onVnodeMounted)) {
2916
+ if (ee && De(ee, w), !Je && (P = L && L.onVnodeMounted)) {
2917
2917
  const Ye = h;
2918
- Me(
2919
- () => Xe(O, Q, Ye),
2918
+ De(
2919
+ () => Xe(P, Q, Ye),
2920
2920
  w
2921
2921
  );
2922
2922
  }
2923
- (h.shapeFlag & 256 || Q && Ut(Q.vnode) && Q.vnode.shapeFlag & 256) && u.a && Me(u.a, w), u.isMounted = !0, h = p = y = null;
2923
+ (h.shapeFlag & 256 || Q && Ut(Q.vnode) && Q.vnode.shapeFlag & 256) && u.a && De(u.a, w), u.isMounted = !0, h = p = y = null;
2924
2924
  }
2925
2925
  };
2926
2926
  u.scope.on();
@@ -2933,12 +2933,12 @@ function Oa(e, t) {
2933
2933
  const y = u.vnode.props;
2934
2934
  u.vnode = h, u.next = null, Sa(u, h.props, y, p), Ta(u, h.children, p), ut(), vn(u), ft();
2935
2935
  }, Y = (u, h, p, y, w, v, C, A, E = !1) => {
2936
- const _ = u && u.children, j = u ? u.shapeFlag : 0, O = h.children, { patchFlag: V, shapeFlag: L } = h;
2936
+ const _ = u && u.children, j = u ? u.shapeFlag : 0, P = h.children, { patchFlag: V, shapeFlag: L } = h;
2937
2937
  if (V > 0) {
2938
2938
  if (V & 128) {
2939
2939
  mt(
2940
2940
  _,
2941
- O,
2941
+ P,
2942
2942
  p,
2943
2943
  y,
2944
2944
  w,
@@ -2951,7 +2951,7 @@ function Oa(e, t) {
2951
2951
  } else if (V & 256) {
2952
2952
  rt(
2953
2953
  _,
2954
- O,
2954
+ P,
2955
2955
  p,
2956
2956
  y,
2957
2957
  w,
@@ -2963,9 +2963,9 @@ function Oa(e, t) {
2963
2963
  return;
2964
2964
  }
2965
2965
  }
2966
- L & 8 ? (j & 16 && Le(_, w, v), O !== _ && c(p, O)) : j & 16 ? L & 16 ? mt(
2966
+ L & 8 ? (j & 16 && Le(_, w, v), P !== _ && c(p, P)) : j & 16 ? L & 16 ? mt(
2967
2967
  _,
2968
- O,
2968
+ P,
2969
2969
  p,
2970
2970
  y,
2971
2971
  w,
@@ -2974,7 +2974,7 @@ function Oa(e, t) {
2974
2974
  A,
2975
2975
  E
2976
2976
  ) : Le(_, w, v, !0) : (j & 8 && c(p, ""), L & 16 && me(
2977
- O,
2977
+ P,
2978
2978
  p,
2979
2979
  y,
2980
2980
  w,
@@ -2985,9 +2985,9 @@ function Oa(e, t) {
2985
2985
  ));
2986
2986
  }, rt = (u, h, p, y, w, v, C, A, E) => {
2987
2987
  u = u || Ht, h = h || Ht;
2988
- const _ = u.length, j = h.length, O = Math.min(_, j);
2988
+ const _ = u.length, j = h.length, P = Math.min(_, j);
2989
2989
  let V;
2990
- for (V = 0; V < O; V++) {
2990
+ for (V = 0; V < P; V++) {
2991
2991
  const L = h[V] = E ? wt(h[V]) : et(h[V]);
2992
2992
  x(
2993
2993
  u[V],
@@ -3007,7 +3007,7 @@ function Oa(e, t) {
3007
3007
  v,
3008
3008
  !0,
3009
3009
  !1,
3010
- O
3010
+ P
3011
3011
  ) : me(
3012
3012
  h,
3013
3013
  p,
@@ -3017,13 +3017,13 @@ function Oa(e, t) {
3017
3017
  C,
3018
3018
  A,
3019
3019
  E,
3020
- O
3020
+ P
3021
3021
  );
3022
3022
  }, mt = (u, h, p, y, w, v, C, A, E) => {
3023
3023
  let _ = 0;
3024
3024
  const j = h.length;
3025
- let O = u.length - 1, V = j - 1;
3026
- for (; _ <= O && _ <= V; ) {
3025
+ let P = u.length - 1, V = j - 1;
3026
+ for (; _ <= P && _ <= V; ) {
3027
3027
  const L = u[_], K = h[_] = E ? wt(h[_]) : et(h[_]);
3028
3028
  if (er(L, K))
3029
3029
  x(
@@ -3041,8 +3041,8 @@ function Oa(e, t) {
3041
3041
  break;
3042
3042
  _++;
3043
3043
  }
3044
- for (; _ <= O && _ <= V; ) {
3045
- const L = u[O], K = h[V] = E ? wt(h[V]) : et(h[V]);
3044
+ for (; _ <= P && _ <= V; ) {
3045
+ const L = u[P], K = h[V] = E ? wt(h[V]) : et(h[V]);
3046
3046
  if (er(L, K))
3047
3047
  x(
3048
3048
  L,
@@ -3057,9 +3057,9 @@ function Oa(e, t) {
3057
3057
  );
3058
3058
  else
3059
3059
  break;
3060
- O--, V--;
3060
+ P--, V--;
3061
3061
  }
3062
- if (_ > O) {
3062
+ if (_ > P) {
3063
3063
  if (_ <= V) {
3064
3064
  const L = V + 1, K = L < j ? h[L].el : y;
3065
3065
  for (; _ <= V; )
@@ -3076,36 +3076,36 @@ function Oa(e, t) {
3076
3076
  ), _++;
3077
3077
  }
3078
3078
  } else if (_ > V)
3079
- for (; _ <= O; )
3079
+ for (; _ <= P; )
3080
3080
  Te(u[_], w, v, !0), _++;
3081
3081
  else {
3082
3082
  const L = _, K = _, ee = /* @__PURE__ */ new Map();
3083
3083
  for (_ = K; _ <= V; _++) {
3084
- const Ne = h[_] = E ? wt(h[_]) : et(h[_]);
3085
- Ne.key != null && ee.set(Ne.key, _);
3084
+ const Me = h[_] = E ? wt(h[_]) : et(h[_]);
3085
+ Me.key != null && ee.set(Me.key, _);
3086
3086
  }
3087
- let Q, Pe = 0;
3088
- const Oe = V - K + 1;
3087
+ let Q, Oe = 0;
3088
+ const Pe = V - K + 1;
3089
3089
  let Je = !1, Ye = 0;
3090
- const Xt = new Array(Oe);
3091
- for (_ = 0; _ < Oe; _++) Xt[_] = 0;
3092
- for (_ = L; _ <= O; _++) {
3093
- const Ne = u[_];
3094
- if (Pe >= Oe) {
3095
- Te(Ne, w, v, !0);
3090
+ const Xt = new Array(Pe);
3091
+ for (_ = 0; _ < Pe; _++) Xt[_] = 0;
3092
+ for (_ = L; _ <= P; _++) {
3093
+ const Me = u[_];
3094
+ if (Oe >= Pe) {
3095
+ Te(Me, w, v, !0);
3096
3096
  continue;
3097
3097
  }
3098
3098
  let Qe;
3099
- if (Ne.key != null)
3100
- Qe = ee.get(Ne.key);
3099
+ if (Me.key != null)
3100
+ Qe = ee.get(Me.key);
3101
3101
  else
3102
3102
  for (Q = K; Q <= V; Q++)
3103
- if (Xt[Q - K] === 0 && er(Ne, h[Q])) {
3103
+ if (Xt[Q - K] === 0 && er(Me, h[Q])) {
3104
3104
  Qe = Q;
3105
3105
  break;
3106
3106
  }
3107
- Qe === void 0 ? Te(Ne, w, v, !0) : (Xt[Qe - K] = _ + 1, Qe >= Ye ? Ye = Qe : Je = !0, x(
3108
- Ne,
3107
+ Qe === void 0 ? Te(Me, w, v, !0) : (Xt[Qe - K] = _ + 1, Qe >= Ye ? Ye = Qe : Je = !0, x(
3108
+ Me,
3109
3109
  h[Qe],
3110
3110
  p,
3111
3111
  null,
@@ -3114,11 +3114,11 @@ function Oa(e, t) {
3114
3114
  C,
3115
3115
  A,
3116
3116
  E
3117
- ), Pe++);
3117
+ ), Oe++);
3118
3118
  }
3119
3119
  const cn = Je ? Na(Xt) : Ht;
3120
- for (Q = cn.length - 1, _ = Oe - 1; _ >= 0; _--) {
3121
- const Ne = K + _, Qe = h[Ne], un = h[Ne + 1], fn = Ne + 1 < j ? (
3120
+ for (Q = cn.length - 1, _ = Pe - 1; _ >= 0; _--) {
3121
+ const Me = K + _, Qe = h[Me], un = h[Me + 1], fn = Me + 1 < j ? (
3122
3122
  // #13559, fallback to el placeholder for unresolved async component
3123
3123
  un.el || un.placeholder
3124
3124
  ) : y;
@@ -3151,26 +3151,26 @@ function Oa(e, t) {
3151
3151
  }
3152
3152
  if (C === Re) {
3153
3153
  o(v, h, p);
3154
- for (let O = 0; O < E.length; O++)
3155
- qe(E[O], h, p, y);
3154
+ for (let P = 0; P < E.length; P++)
3155
+ qe(E[P], h, p, y);
3156
3156
  o(u.anchor, h, p);
3157
3157
  return;
3158
3158
  }
3159
- if (C === Pr) {
3159
+ if (C === Or) {
3160
3160
  I(u, h, p);
3161
3161
  return;
3162
3162
  }
3163
3163
  if (y !== 2 && _ & 1 && A)
3164
3164
  if (y === 0)
3165
- A.beforeEnter(v), o(v, h, p), Me(() => A.enter(v), w);
3165
+ A.beforeEnter(v), o(v, h, p), De(() => A.enter(v), w);
3166
3166
  else {
3167
- const { leave: O, delayLeave: V, afterLeave: L } = A, K = () => {
3167
+ const { leave: P, delayLeave: V, afterLeave: L } = A, K = () => {
3168
3168
  u.ctx.isUnmounted ? n(v) : o(v, h, p);
3169
3169
  }, ee = () => {
3170
3170
  v._isLeaving && v[$l](
3171
3171
  !0
3172
3172
  /* cancelled */
3173
- ), O(v, () => {
3173
+ ), P(v, () => {
3174
3174
  K(), L && L();
3175
3175
  });
3176
3176
  };
@@ -3186,11 +3186,11 @@ function Oa(e, t) {
3186
3186
  children: E,
3187
3187
  dynamicChildren: _,
3188
3188
  shapeFlag: j,
3189
- patchFlag: O,
3189
+ patchFlag: P,
3190
3190
  dirs: V,
3191
3191
  cacheIndex: L
3192
3192
  } = u;
3193
- if (O === -2 && (w = !1), A != null && (ut(), lr(A, null, p, u, !0), ft()), L != null && (h.renderCache[L] = void 0), j & 256) {
3193
+ if (P === -2 && (w = !1), A != null && (ut(), lr(A, null, p, u, !0), ft()), L != null && (h.renderCache[L] = void 0), j & 256) {
3194
3194
  h.ctx.deactivate(u);
3195
3195
  return;
3196
3196
  }
@@ -3215,15 +3215,15 @@ function Oa(e, t) {
3215
3215
  // so that it doesn't take the fast path during unmount - otherwise
3216
3216
  // components nested in v-once are never unmounted.
3217
3217
  !_.hasOnce && // #1153: fast path should not be taken for non-stable (v-for) fragments
3218
- (v !== Re || O > 0 && O & 64) ? Le(
3218
+ (v !== Re || P > 0 && P & 64) ? Le(
3219
3219
  _,
3220
3220
  h,
3221
3221
  p,
3222
3222
  !1,
3223
3223
  !0
3224
- ) : (v === Re && O & 384 || !w && j & 16) && Le(E, h, p), y && Dt(u);
3224
+ ) : (v === Re && P & 384 || !w && j & 16) && Le(E, h, p), y && Dt(u);
3225
3225
  }
3226
- (ee && (Q = C && C.onVnodeUnmounted) || K) && Me(() => {
3226
+ (ee && (Q = C && C.onVnodeUnmounted) || K) && De(() => {
3227
3227
  Q && Xe(Q, h, u), K && Et(u, null, h, "unmounted");
3228
3228
  }, p);
3229
3229
  }, Dt = (u) => {
@@ -3232,7 +3232,7 @@ function Oa(e, t) {
3232
3232
  Ft(p, y);
3233
3233
  return;
3234
3234
  }
3235
- if (h === Pr) {
3235
+ if (h === Or) {
3236
3236
  R(u);
3237
3237
  return;
3238
3238
  }
@@ -3251,7 +3251,7 @@ function Oa(e, t) {
3251
3251
  n(h);
3252
3252
  }, kt = (u, h, p) => {
3253
3253
  const { bum: y, scope: w, job: v, subTree: C, um: A, m: E, a: _ } = u;
3254
- Rn(E), Rn(_), y && Tr(y), w.stop(), v && (v.flags |= 8, Te(C, u, h, p)), A && Me(A, h), Me(() => {
3254
+ Rn(E), Rn(_), y && Tr(y), w.stop(), v && (v.flags |= 8, Te(C, u, h, p)), A && De(A, h), De(() => {
3255
3255
  u.isUnmounted = !0;
3256
3256
  }, h);
3257
3257
  }, Le = (u, h, p, y = !1, w = !1, v = 0) => {
@@ -3347,7 +3347,7 @@ const vs = (e) => e.__isSuspense;
3347
3347
  function Ma(e, t) {
3348
3348
  t && t.pendingBranch ? F(e) ? t.effects.push(...e) : t.effects.push(e) : zi(e);
3349
3349
  }
3350
- const Re = Symbol.for("v-fgt"), fo = Symbol.for("v-txt"), ht = Symbol.for("v-cmt"), Pr = Symbol.for("v-stc"), cr = [];
3350
+ const Re = /* @__PURE__ */ Symbol.for("v-fgt"), fo = /* @__PURE__ */ Symbol.for("v-txt"), ht = /* @__PURE__ */ Symbol.for("v-cmt"), Or = /* @__PURE__ */ Symbol.for("v-stc"), cr = [];
3351
3351
  let Fe = null;
3352
3352
  function Ve(e = !1) {
3353
3353
  cr.push(Fe = e ? null : []);
@@ -3393,7 +3393,7 @@ function gr(e) {
3393
3393
  function er(e, t) {
3394
3394
  return e.type === t.type && e.key === t.key;
3395
3395
  }
3396
- const bs = ({ key: e }) => e ?? null, Or = ({
3396
+ const bs = ({ key: e }) => e ?? null, Pr = ({
3397
3397
  ref: e,
3398
3398
  ref_key: t,
3399
3399
  ref_for: r
@@ -3405,7 +3405,7 @@ function Se(e, t = null, r = null, o = 0, n = null, i = e === Re ? 0 : 1, s = !1
3405
3405
  type: e,
3406
3406
  props: t,
3407
3407
  key: t && bs(t),
3408
- ref: t && Or(t),
3408
+ ref: t && Pr(t),
3409
3409
  scopeId: Ki,
3410
3410
  slotScopeIds: null,
3411
3411
  children: r,
@@ -3480,7 +3480,7 @@ function qt(e, t, r = !1, o = !1) {
3480
3480
  // #2078 in the case of <component :is="vnode" ref="extra"/>
3481
3481
  // if the vnode itself already has a ref, cloneVNode will need to merge
3482
3482
  // the refs so the single vnode can be set on multiple refs
3483
- r && i ? F(i) ? i.concat(Or(t)) : [i, Or(t)] : Or(t)
3483
+ r && i ? F(i) ? i.concat(Pr(t)) : [i, Pr(t)] : Pr(t)
3484
3484
  ) : i,
3485
3485
  scopeId: e.scopeId,
3486
3486
  slotScopeIds: e.slotScopeIds,
@@ -3522,7 +3522,7 @@ function qt(e, t, r = !1, o = !1) {
3522
3522
  function ja(e = " ", t = 0) {
3523
3523
  return ae(fo, null, e, t);
3524
3524
  }
3525
- function Nf(e = "", t = !1) {
3525
+ function Mf(e = "", t = !1) {
3526
3526
  return t ? (Ve(), Kt(ht, null, e)) : ae(ht, null, e);
3527
3527
  }
3528
3528
  function et(e) {
@@ -3775,7 +3775,7 @@ function $a(e, t = !0) {
3775
3775
  function Wa(e) {
3776
3776
  return H(e) && "__vccOpts" in e;
3777
3777
  }
3778
- const oe = (e, t) => jl(e, t, mr);
3778
+ const re = (e, t) => jl(e, t, mr);
3779
3779
  function Es(e, t, r) {
3780
3780
  try {
3781
3781
  Hr(-1);
@@ -3787,15 +3787,15 @@ function Es(e, t, r) {
3787
3787
  }
3788
3788
  const Ga = "3.5.25";
3789
3789
  let jo;
3790
- const Pn = typeof window < "u" && window.trustedTypes;
3791
- if (Pn)
3790
+ const On = typeof window < "u" && window.trustedTypes;
3791
+ if (On)
3792
3792
  try {
3793
- jo = /* @__PURE__ */ Pn.createPolicy("vue", {
3793
+ jo = /* @__PURE__ */ On.createPolicy("vue", {
3794
3794
  createHTML: (e) => e
3795
3795
  });
3796
3796
  } catch {
3797
3797
  }
3798
- const Ss = jo ? (e) => jo.createHTML(e) : (e) => e, qa = "http://www.w3.org/2000/svg", Ja = "http://www.w3.org/1998/Math/MathML", it = typeof document < "u" ? document : null, On = it && /* @__PURE__ */ it.createElement("template"), Ya = {
3798
+ const Ss = jo ? (e) => jo.createHTML(e) : (e) => e, qa = "http://www.w3.org/2000/svg", Ja = "http://www.w3.org/1998/Math/MathML", it = typeof document < "u" ? document : null, Pn = it && /* @__PURE__ */ it.createElement("template"), Ya = {
3799
3799
  insert: (e, t, r) => {
3800
3800
  t.insertBefore(e, r || null);
3801
3801
  },
@@ -3831,10 +3831,10 @@ const Ss = jo ? (e) => jo.createHTML(e) : (e) => e, qa = "http://www.w3.org/2000
3831
3831
  for (; t.insertBefore(n.cloneNode(!0), r), !(n === i || !(n = n.nextSibling)); )
3832
3832
  ;
3833
3833
  else {
3834
- On.innerHTML = Ss(
3834
+ Pn.innerHTML = Ss(
3835
3835
  o === "svg" ? `<svg>${e}</svg>` : o === "mathml" ? `<math>${e}</math>` : e
3836
3836
  );
3837
- const l = On.content;
3837
+ const l = Pn.content;
3838
3838
  if (o === "svg" || o === "mathml") {
3839
3839
  const a = l.firstChild;
3840
3840
  for (; a.firstChild; )
@@ -3850,13 +3850,13 @@ const Ss = jo ? (e) => jo.createHTML(e) : (e) => e, qa = "http://www.w3.org/2000
3850
3850
  r ? r.previousSibling : t.lastChild
3851
3851
  ];
3852
3852
  }
3853
- }, Qa = Symbol("_vtc");
3853
+ }, Qa = /* @__PURE__ */ Symbol("_vtc");
3854
3854
  function Xa(e, t, r) {
3855
3855
  const o = e[Qa];
3856
3856
  o && (t = (t ? [t, ...o] : [...o]).join(" ")), t == null ? e.removeAttribute("class") : r ? e.setAttribute("class", t) : e.className = t;
3857
3857
  }
3858
- const In = Symbol("_vod"), Za = Symbol("_vsh"), As = Symbol("");
3859
- function Mf(e) {
3858
+ const In = /* @__PURE__ */ Symbol("_vod"), Za = /* @__PURE__ */ Symbol("_vsh"), As = /* @__PURE__ */ Symbol("");
3859
+ function Df(e) {
3860
3860
  const t = gt();
3861
3861
  if (!t)
3862
3862
  return;
@@ -3889,7 +3889,7 @@ function Lo(e, t) {
3889
3889
  Br(e.el, t);
3890
3890
  else if (e.type === Re)
3891
3891
  e.children.forEach((r) => Lo(r, t));
3892
- else if (e.type === Pr) {
3892
+ else if (e.type === Or) {
3893
3893
  let { el: r, anchor: o } = e;
3894
3894
  for (; r && (Br(r, t), r !== o); )
3895
3895
  r = r.nextSibling;
@@ -3939,7 +3939,7 @@ function Ir(e, t, r) {
3939
3939
  else {
3940
3940
  const o = rc(e, t);
3941
3941
  Nn.test(r) ? e.setProperty(
3942
- De(o),
3942
+ Ne(o),
3943
3943
  r.replace(Nn, ""),
3944
3944
  "important"
3945
3945
  ) : e[o] = r;
@@ -4001,7 +4001,7 @@ function Rt(e, t, r, o) {
4001
4001
  function oc(e, t, r, o) {
4002
4002
  e.removeEventListener(t, r, o);
4003
4003
  }
4004
- const jn = Symbol("_vei");
4004
+ const jn = /* @__PURE__ */ Symbol("_vei");
4005
4005
  function nc(e, t, r, o, n = null) {
4006
4006
  const i = e[jn] || (e[jn] = {}), s = i[t];
4007
4007
  if (o && s)
@@ -4026,7 +4026,7 @@ function ic(e) {
4026
4026
  for (; o = e.match(Ln); )
4027
4027
  e = e.slice(0, e.length - o[0].length), t[o[0].toLowerCase()] = !0;
4028
4028
  }
4029
- return [e[2] === ":" ? e.slice(3) : De(e.slice(2)), t];
4029
+ return [e[2] === ":" ? e.slice(3) : Ne(e.slice(2)), t];
4030
4030
  }
4031
4031
  let ko = 0;
4032
4032
  const sc = /* @__PURE__ */ Promise.resolve(), lc = () => ko || (sc.then(() => ko = 0), ko = Date.now());
@@ -4193,12 +4193,12 @@ class sn extends hc {
4193
4193
  _setProp(t, r, o = !0, n = !1) {
4194
4194
  if (r !== this._props[t] && (this._dirty = !0, r === zn ? delete this._props[t] : (this._props[t] = r, t === "key" && this._app && (this._app._ceVNode.key = r)), n && this._instance && this._update(), o)) {
4195
4195
  const i = this._ob;
4196
- i && (this._processMutations(i.takeRecords()), i.disconnect()), r === !0 ? this.setAttribute(De(t), "") : typeof r == "string" || typeof r == "number" ? this.setAttribute(De(t), r + "") : r || this.removeAttribute(De(t)), i && i.observe(this, { attributes: !0 });
4196
+ i && (this._processMutations(i.takeRecords()), i.disconnect()), r === !0 ? this.setAttribute(Ne(t), "") : typeof r == "string" || typeof r == "number" ? this.setAttribute(Ne(t), r + "") : r || this.removeAttribute(Ne(t)), i && i.observe(this, { attributes: !0 });
4197
4197
  }
4198
4198
  }
4199
4199
  _update() {
4200
4200
  const t = this._createVNode();
4201
- this._app && (t.appContext = this._app._context), wc(t, this._root);
4201
+ this._app && (t.appContext = this._app._context), _c(t, this._root);
4202
4202
  }
4203
4203
  _createVNode() {
4204
4204
  const t = {};
@@ -4215,7 +4215,7 @@ class sn extends hc {
4215
4215
  );
4216
4216
  };
4217
4217
  o.emit = (i, ...s) => {
4218
- n(i, s), De(i) !== i && n(De(i), s);
4218
+ n(i, s), Ne(i) !== i && n(Ne(i), s);
4219
4219
  }, this._setParent();
4220
4220
  }), r;
4221
4221
  }
@@ -4315,11 +4315,11 @@ function Bn(e) {
4315
4315
  const t = e.target;
4316
4316
  t.composing && (t.composing = !1, t.dispatchEvent(new Event("input")));
4317
4317
  }
4318
- const $t = Symbol("_assign");
4318
+ const $t = /* @__PURE__ */ Symbol("_assign");
4319
4319
  function Un(e, t, r) {
4320
4320
  return t && (e = e.trim()), r && (e = Jo(e)), e;
4321
4321
  }
4322
- const Df = {
4322
+ const Ff = {
4323
4323
  created(e, { modifiers: { lazy: t, trim: r, number: o } }, n) {
4324
4324
  e[$t] = Ur(n);
4325
4325
  const i = o || n.props && n.props.type === "number";
@@ -4338,7 +4338,7 @@ const Df = {
4338
4338
  const l = (i || e.type === "number") && !/^0\d/.test(e.value) ? Jo(e.value) : e.value, a = t ?? "";
4339
4339
  l !== a && (document.activeElement === e && e.type !== "range" && (o && t === r || n && e.value.trim() === a) || (e.value = a));
4340
4340
  }
4341
- }, Ff = {
4341
+ }, Vf = {
4342
4342
  // #4096 array checkboxes need to be deep traversed
4343
4343
  deep: !0,
4344
4344
  created(e, t, r) {
@@ -4406,54 +4406,73 @@ const mc = ["ctrl", "shift", "alt", "meta"], vc = {
4406
4406
  }
4407
4407
  return e(n, ...i);
4408
4408
  }));
4409
- }, bc = /* @__PURE__ */ ce({ patchProp: uc }, Ya);
4409
+ }, bc = {
4410
+ esc: "escape",
4411
+ space: " ",
4412
+ up: "arrow-up",
4413
+ left: "arrow-left",
4414
+ right: "arrow-right",
4415
+ down: "arrow-down",
4416
+ delete: "backspace"
4417
+ }, jf = (e, t) => {
4418
+ const r = e._withKeys || (e._withKeys = {}), o = t.join(".");
4419
+ return r[o] || (r[o] = ((n) => {
4420
+ if (!("key" in n))
4421
+ return;
4422
+ const i = Ne(n.key);
4423
+ if (t.some(
4424
+ (s) => s === i || bc[s] === i
4425
+ ))
4426
+ return e(n);
4427
+ }));
4428
+ }, wc = /* @__PURE__ */ ce({ patchProp: uc }, Ya);
4410
4429
  let $n;
4411
4430
  function Cs() {
4412
- return $n || ($n = Pa(bc));
4431
+ return $n || ($n = Oa(wc));
4413
4432
  }
4414
- const wc = ((...e) => {
4433
+ const _c = ((...e) => {
4415
4434
  Cs().render(...e);
4416
4435
  }), Wn = ((...e) => {
4417
4436
  const t = Cs().createApp(...e), { mount: r } = t;
4418
4437
  return t.mount = (o) => {
4419
- const n = xc(o);
4438
+ const n = kc(o);
4420
4439
  if (!n) return;
4421
4440
  const i = t._component;
4422
4441
  !H(i) && !i.render && !i.template && (i.template = n.innerHTML), n.nodeType === 1 && (n.textContent = "");
4423
- const s = r(n, !1, _c(n));
4442
+ const s = r(n, !1, xc(n));
4424
4443
  return n instanceof Element && (n.removeAttribute("v-cloak"), n.setAttribute("data-v-app", "")), s;
4425
4444
  }, t;
4426
4445
  });
4427
- function _c(e) {
4446
+ function xc(e) {
4428
4447
  if (e instanceof SVGElement)
4429
4448
  return "svg";
4430
4449
  if (typeof MathMLElement == "function" && e instanceof MathMLElement)
4431
4450
  return "mathml";
4432
4451
  }
4433
- function xc(e) {
4452
+ function kc(e) {
4434
4453
  return le(e) ? document.querySelector(e) : e;
4435
4454
  }
4436
4455
  function Ho(e, t) {
4437
4456
  return Yo() ? (cl(e, t), !0) : !1;
4438
4457
  }
4439
- const Eo = /* @__PURE__ */ new WeakMap(), kc = /* @__NO_SIDE_EFFECTS__ */ (...e) => {
4458
+ const Eo = /* @__PURE__ */ new WeakMap(), Ec = /* @__NO_SIDE_EFFECTS__ */ (...e) => {
4440
4459
  var t;
4441
4460
  const r = e[0], o = (t = gt()) === null || t === void 0 ? void 0 : t.proxy, n = o ?? Yo();
4442
4461
  if (n == null && !os()) throw new Error("injectLocal must be called in setup");
4443
4462
  return n && Eo.has(n) && r in Eo.get(n) ? Eo.get(n)[r] : Ce(...e);
4444
4463
  }, zo = typeof window < "u" && typeof document < "u";
4445
4464
  typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
4446
- const Ec = Object.prototype.toString, Sc = (e) => Ec.call(e) === "[object Object]", Ac = () => {
4465
+ const Sc = Object.prototype.toString, Ac = (e) => Sc.call(e) === "[object Object]", Rc = () => {
4447
4466
  };
4448
4467
  function Ts(...e) {
4449
4468
  if (e.length !== 1) return Dl(...e);
4450
4469
  const t = e[0];
4451
4470
  return typeof t == "function" ? Wt(ji(() => ({
4452
4471
  get: t,
4453
- set: Ac
4472
+ set: Rc
4454
4473
  }))) : xt(t);
4455
4474
  }
4456
- function Rc(e, t) {
4475
+ function Cc(e, t) {
4457
4476
  function r(...o) {
4458
4477
  return new Promise((n, i) => {
4459
4478
  Promise.resolve(e(() => t.apply(this, o), {
@@ -4465,8 +4484,8 @@ function Rc(e, t) {
4465
4484
  }
4466
4485
  return r;
4467
4486
  }
4468
- const Ps = (e) => e();
4469
- function Cc(e = Ps, t = {}) {
4487
+ const Os = (e) => e();
4488
+ function Tc(e = Os, t = {}) {
4470
4489
  const { initialState: r = "active" } = t, o = Ts(r === "active");
4471
4490
  function n() {
4472
4491
  o.value = !1;
@@ -4490,15 +4509,15 @@ function Gn(e) {
4490
4509
  function So(e) {
4491
4510
  return Array.isArray(e) ? e : [e];
4492
4511
  }
4493
- function Tc(e) {
4512
+ function Oc(e) {
4494
4513
  return gt();
4495
4514
  }
4496
4515
  function Pc(e, t, r = {}) {
4497
- const { eventFilter: o = Ps, ...n } = r;
4498
- return Ke(e, Rc(o, t), n);
4516
+ const { eventFilter: o = Os, ...n } = r;
4517
+ return Ke(e, Cc(o, t), n);
4499
4518
  }
4500
- function Oc(e, t, r = {}) {
4501
- const { eventFilter: o, initialState: n = "active", ...i } = r, { eventFilter: s, pause: l, resume: a, isActive: f } = Cc(o, { initialState: n });
4519
+ function Ic(e, t, r = {}) {
4520
+ const { eventFilter: o, initialState: n = "active", ...i } = r, { eventFilter: s, pause: l, resume: a, isActive: f } = Tc(o, { initialState: n });
4502
4521
  return {
4503
4522
  stop: Pc(e, t, {
4504
4523
  ...i,
@@ -4509,11 +4528,11 @@ function Oc(e, t, r = {}) {
4509
4528
  isActive: f
4510
4529
  };
4511
4530
  }
4512
- const Ic = Oc;
4513
- function Os(e, t = !0, r) {
4514
- Tc() ? xr(e, r) : t ? e() : _r(e);
4531
+ const Nc = Ic;
4532
+ function Ps(e, t = !0, r) {
4533
+ Oc() ? xr(e, r) : t ? e() : _r(e);
4515
4534
  }
4516
- function Nc(e, t = 1e3, r = {}) {
4535
+ function Mc(e, t = 1e3, r = {}) {
4517
4536
  const { immediate: o = !0, immediateCallback: n = !1 } = r;
4518
4537
  let i = null;
4519
4538
  const s = ct(!1);
@@ -4535,7 +4554,7 @@ function Nc(e, t = 1e3, r = {}) {
4535
4554
  resume: f
4536
4555
  };
4537
4556
  }
4538
- function Mc(e, t, r) {
4557
+ function Dc(e, t, r) {
4539
4558
  return Ke(e, t, {
4540
4559
  ...r,
4541
4560
  immediate: !0
@@ -4548,11 +4567,11 @@ function Is(e) {
4548
4567
  return (t = r?.$el) !== null && t !== void 0 ? t : r;
4549
4568
  }
4550
4569
  function vr(...e) {
4551
- const t = (o, n, i, s) => (o.addEventListener(n, i, s), () => o.removeEventListener(n, i, s)), r = oe(() => {
4570
+ const t = (o, n, i, s) => (o.addEventListener(n, i, s), () => o.removeEventListener(n, i, s)), r = re(() => {
4552
4571
  const o = So(He(e[0])).filter((n) => n != null);
4553
4572
  return o.every((n) => typeof n != "string") ? o : void 0;
4554
4573
  });
4555
- return Mc(() => {
4574
+ return Dc(() => {
4556
4575
  var o, n;
4557
4576
  return [
4558
4577
  (o = (n = r.value) === null || n === void 0 ? void 0 : n.map((i) => Is(i))) !== null && o !== void 0 ? o : [at].filter((i) => i != null),
@@ -4562,26 +4581,26 @@ function vr(...e) {
4562
4581
  ];
4563
4582
  }, ([o, n, i, s], l, a) => {
4564
4583
  if (!o?.length || !n?.length || !i?.length) return;
4565
- const f = Sc(s) ? { ...s } : s, c = o.flatMap((d) => n.flatMap((m) => i.map((g) => t(d, m, g, f))));
4584
+ const f = Ac(s) ? { ...s } : s, c = o.flatMap((d) => n.flatMap((m) => i.map((g) => t(d, m, g, f))));
4566
4585
  a(() => {
4567
4586
  c.forEach((d) => d());
4568
4587
  });
4569
4588
  }, { flush: "post" });
4570
4589
  }
4571
4590
  // @__NO_SIDE_EFFECTS__
4572
- function Dc() {
4591
+ function Fc() {
4573
4592
  const e = ct(!1), t = gt();
4574
4593
  return t && xr(() => {
4575
4594
  e.value = !0;
4576
4595
  }, t), e;
4577
4596
  }
4578
4597
  // @__NO_SIDE_EFFECTS__
4579
- function Fc(e) {
4580
- const t = /* @__PURE__ */ Dc();
4581
- return oe(() => (t.value, !!e()));
4598
+ function Vc(e) {
4599
+ const t = /* @__PURE__ */ Fc();
4600
+ return re(() => (t.value, !!e()));
4582
4601
  }
4583
- function Vc(e, t = {}) {
4584
- const { immediate: r = !0, fpsLimit: o = void 0, window: n = at, once: i = !1 } = t, s = ct(!1), l = oe(() => o ? 1e3 / He(o) : null);
4602
+ function jc(e, t = {}) {
4603
+ const { immediate: r = !0, fpsLimit: o = void 0, window: n = at, once: i = !1 } = t, s = ct(!1), l = re(() => o ? 1e3 / He(o) : null);
4585
4604
  let a = 0, f = null;
4586
4605
  function c(g) {
4587
4606
  if (!s.value || !n) return;
@@ -4612,14 +4631,14 @@ function Vc(e, t = {}) {
4612
4631
  resume: d
4613
4632
  };
4614
4633
  }
4615
- const jc = Symbol("vueuse-ssr-width");
4634
+ const Lc = /* @__PURE__ */ Symbol("vueuse-ssr-width");
4616
4635
  // @__NO_SIDE_EFFECTS__
4617
- function Lc() {
4618
- const e = os() ? /* @__PURE__ */ kc(jc, null) : null;
4636
+ function Hc() {
4637
+ const e = os() ? /* @__PURE__ */ Ec(Lc, null) : null;
4619
4638
  return typeof e == "number" ? e : void 0;
4620
4639
  }
4621
- function Hc(e, t = {}) {
4622
- const { window: r = at, ssrWidth: o = /* @__PURE__ */ Lc() } = t, n = /* @__PURE__ */ Fc(() => r && "matchMedia" in r && typeof r.matchMedia == "function"), i = ct(typeof o == "number"), s = ct(), l = ct(!1), a = (f) => {
4640
+ function zc(e, t = {}) {
4641
+ const { window: r = at, ssrWidth: o = /* @__PURE__ */ Hc() } = t, n = /* @__PURE__ */ Vc(() => r && "matchMedia" in r && typeof r.matchMedia == "function"), i = ct(typeof o == "number"), s = ct(), l = ct(!1), a = (f) => {
4623
4642
  l.value = f.matches;
4624
4643
  };
4625
4644
  return pa(() => {
@@ -4632,23 +4651,23 @@ function Hc(e, t = {}) {
4632
4651
  return;
4633
4652
  }
4634
4653
  n.value && (s.value = r.matchMedia(He(e)), l.value = s.value.matches);
4635
- }), vr(s, "change", a, { passive: !0 }), oe(() => l.value);
4654
+ }), vr(s, "change", a, { passive: !0 }), re(() => l.value);
4636
4655
  }
4637
- const Rr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Cr = "__vueuse_ssr_handlers__", zc = /* @__PURE__ */ Bc();
4638
- function Bc() {
4656
+ const Rr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Cr = "__vueuse_ssr_handlers__", Bc = /* @__PURE__ */ Uc();
4657
+ function Uc() {
4639
4658
  return Cr in Rr || (Rr[Cr] = Rr[Cr] || {}), Rr[Cr];
4640
4659
  }
4641
4660
  function Ns(e, t) {
4642
- return zc[e] || t;
4661
+ return Bc[e] || t;
4643
4662
  }
4644
4663
  // @__NO_SIDE_EFFECTS__
4645
- function Uc(e) {
4646
- return Hc("(prefers-color-scheme: dark)", e);
4647
- }
4648
4664
  function Kc(e) {
4665
+ return zc("(prefers-color-scheme: dark)", e);
4666
+ }
4667
+ function $c(e) {
4649
4668
  return e == null ? "any" : e instanceof Set ? "set" : e instanceof Map ? "map" : e instanceof Date ? "date" : typeof e == "boolean" ? "boolean" : typeof e == "string" ? "string" : typeof e == "object" ? "object" : Number.isNaN(e) ? "any" : "number";
4650
4669
  }
4651
- const $c = {
4670
+ const Wc = {
4652
4671
  boolean: {
4653
4672
  read: (e) => e === "true",
4654
4673
  write: (e) => String(e)
@@ -4686,14 +4705,14 @@ function Ms(e, t, r, o = {}) {
4686
4705
  var n;
4687
4706
  const { flush: i = "pre", deep: s = !0, listenToStorageChanges: l = !0, writeDefaults: a = !0, mergeDefaults: f = !1, shallow: c, window: d = at, eventFilter: m, onError: g = (z) => {
4688
4707
  console.error(z);
4689
- }, initOnMounted: k } = o, x = (c ? ct : xt)(typeof t == "function" ? t() : t), M = oe(() => He(e));
4708
+ }, initOnMounted: k } = o, x = (c ? ct : xt)(typeof t == "function" ? t() : t), M = re(() => He(e));
4690
4709
  if (!r) try {
4691
4710
  r = Ns("getDefaultStorage", () => at?.localStorage)();
4692
4711
  } catch (z) {
4693
4712
  g(z);
4694
4713
  }
4695
4714
  if (!r) return x;
4696
- const S = He(t), P = Kc(S), I = (n = o.serializer) !== null && n !== void 0 ? n : $c[P], { pause: R, resume: B } = Ic(x, (z) => he(z), {
4715
+ const S = He(t), O = $c(S), I = (n = o.serializer) !== null && n !== void 0 ? n : Wc[O], { pause: R, resume: B } = Nc(x, (z) => he(z), {
4697
4716
  flush: i,
4698
4717
  deep: s,
4699
4718
  eventFilter: m
@@ -4705,7 +4724,7 @@ function Ms(e, t, r, o = {}) {
4705
4724
  }, me = (z) => {
4706
4725
  k && !ne || pe(z);
4707
4726
  };
4708
- d && l && (r instanceof Storage ? vr(d, "storage", q, { passive: !0 }) : vr(d, qn, me)), k ? Os(() => {
4727
+ d && l && (r instanceof Storage ? vr(d, "storage", q, { passive: !0 }) : vr(d, qn, me)), k ? Ps(() => {
4709
4728
  ne = !0, fe();
4710
4729
  }) : fe();
4711
4730
  function xe(z, ie) {
@@ -4738,7 +4757,7 @@ function Ms(e, t, r, o = {}) {
4738
4757
  return a && S != null && r.setItem(M.value, I.write(S)), S;
4739
4758
  if (!z && f) {
4740
4759
  const J = I.read(ie);
4741
- return typeof f == "function" ? f(J, S) : P === "object" && !Array.isArray(J) ? {
4760
+ return typeof f == "function" ? f(J, S) : O === "object" && !Array.isArray(J) ? {
4742
4761
  ...S,
4743
4762
  ...J
4744
4763
  } : J;
@@ -4768,17 +4787,17 @@ function Ms(e, t, r, o = {}) {
4768
4787
  }
4769
4788
  return x;
4770
4789
  }
4771
- const Wc = "*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}";
4772
- function Gc(e = {}) {
4790
+ const Gc = "*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}";
4791
+ function qc(e = {}) {
4773
4792
  const { selector: t = "html", attribute: r = "class", initialValue: o = "auto", window: n = at, storage: i, storageKey: s = "vueuse-color-scheme", listenToStorageChanges: l = !0, storageRef: a, emitAuto: f, disableTransition: c = !0 } = e, d = {
4774
4793
  auto: "",
4775
4794
  light: "light",
4776
4795
  dark: "dark",
4777
4796
  ...e.modes || {}
4778
- }, m = /* @__PURE__ */ Uc({ window: n }), g = oe(() => m.value ? "dark" : "light"), k = a || (s == null ? Ts(o) : Ms(s, o, i, {
4797
+ }, m = /* @__PURE__ */ Kc({ window: n }), g = re(() => m.value ? "dark" : "light"), k = a || (s == null ? Ts(o) : Ms(s, o, i, {
4779
4798
  window: n,
4780
4799
  listenToStorageChanges: l
4781
- })), x = oe(() => k.value === "auto" ? g.value : k.value), M = Ns("updateHTMLAttrs", (R, B, ne) => {
4800
+ })), x = re(() => k.value === "auto" ? g.value : k.value), M = Ns("updateHTMLAttrs", (R, B, ne) => {
4782
4801
  const q = typeof R == "string" ? n?.document.querySelector(R) : Is(R);
4783
4802
  if (!q) return;
4784
4803
  const me = /* @__PURE__ */ new Set(), xe = /* @__PURE__ */ new Set();
@@ -4794,7 +4813,7 @@ function Gc(e = {}) {
4794
4813
  };
4795
4814
  if (me.size === 0 && xe.size === 0 && he === null) return;
4796
4815
  let ve;
4797
- c && (ve = n.document.createElement("style"), ve.appendChild(document.createTextNode(Wc)), n.document.head.appendChild(ve));
4816
+ c && (ve = n.document.createElement("style"), ve.appendChild(document.createTextNode(Gc)), n.document.head.appendChild(ve));
4798
4817
  for (const fe of me) q.classList.add(fe);
4799
4818
  for (const fe of xe) q.classList.remove(fe);
4800
4819
  he && q.setAttribute(he.key, he.value), c && (n.getComputedStyle(ve).opacity, document.head.removeChild(ve));
@@ -4803,14 +4822,14 @@ function Gc(e = {}) {
4803
4822
  var B;
4804
4823
  M(t, r, (B = d[R]) !== null && B !== void 0 ? B : R);
4805
4824
  }
4806
- function P(R) {
4825
+ function O(R) {
4807
4826
  e.onChanged ? e.onChanged(R, S) : S(R);
4808
4827
  }
4809
- Ke(x, P, {
4828
+ Ke(x, O, {
4810
4829
  flush: "post",
4811
4830
  immediate: !0
4812
- }), Os(() => P(x.value));
4813
- const I = oe({
4831
+ }), Ps(() => O(x.value));
4832
+ const I = re({
4814
4833
  get() {
4815
4834
  return f ? k.value : x.value;
4816
4835
  },
@@ -4824,19 +4843,19 @@ function Gc(e = {}) {
4824
4843
  state: x
4825
4844
  });
4826
4845
  }
4827
- function qc(e, t, r = {}) {
4846
+ function Jc(e, t, r = {}) {
4828
4847
  const { window: o = at } = r;
4829
4848
  return Ms(e, t, o?.localStorage, r);
4830
4849
  }
4831
4850
  // @__NO_SIDE_EFFECTS__
4832
- function Jc(e = {}) {
4833
- const { controls: t = !1, interval: r = "requestAnimationFrame", immediate: o = !0 } = e, n = xt(/* @__PURE__ */ new Date()), i = () => n.value = /* @__PURE__ */ new Date(), s = r === "requestAnimationFrame" ? Vc(i, { immediate: o }) : Nc(i, r, { immediate: o });
4851
+ function Yc(e = {}) {
4852
+ const { controls: t = !1, interval: r = "requestAnimationFrame", immediate: o = !0 } = e, n = xt(/* @__PURE__ */ new Date()), i = () => n.value = /* @__PURE__ */ new Date(), s = r === "requestAnimationFrame" ? jc(i, { immediate: o }) : Mc(i, r, { immediate: o });
4834
4853
  return t ? {
4835
4854
  now: n,
4836
4855
  ...s
4837
4856
  } : n;
4838
4857
  }
4839
- const Yc = [
4858
+ const Qc = [
4840
4859
  {
4841
4860
  max: 6e4,
4842
4861
  value: 1e3,
@@ -4872,7 +4891,7 @@ const Yc = [
4872
4891
  value: 31536e6,
4873
4892
  name: "year"
4874
4893
  }
4875
- ], Qc = {
4894
+ ], Xc = {
4876
4895
  justNow: "just now",
4877
4896
  past: (e) => e.match(/\d/) ? `${e} ago` : e,
4878
4897
  future: (e) => e.match(/\d/) ? `in ${e}` : e,
@@ -4885,32 +4904,32 @@ const Yc = [
4885
4904
  second: (e) => `${e} second${e > 1 ? "s" : ""}`,
4886
4905
  invalid: ""
4887
4906
  };
4888
- function Xc(e) {
4907
+ function Zc(e) {
4889
4908
  return e.toISOString().slice(0, 10);
4890
4909
  }
4891
4910
  // @__NO_SIDE_EFFECTS__
4892
- function Vf(e, t = {}) {
4893
- const { controls: r = !1, updateInterval: o = 3e4 } = t, { now: n, ...i } = /* @__PURE__ */ Jc({
4911
+ function Lf(e, t = {}) {
4912
+ const { controls: r = !1, updateInterval: o = 3e4 } = t, { now: n, ...i } = /* @__PURE__ */ Yc({
4894
4913
  interval: o,
4895
4914
  controls: !0
4896
- }), s = oe(() => Zc(new Date(He(e)), t, He(n)));
4915
+ }), s = re(() => eu(new Date(He(e)), t, He(n)));
4897
4916
  return r ? {
4898
4917
  timeAgo: s,
4899
4918
  ...i
4900
4919
  } : s;
4901
4920
  }
4902
- function Zc(e, t = {}, r = Date.now()) {
4903
- const { max: o, messages: n = Qc, fullDateFormatter: i = Xc, units: s = Yc, showSecond: l = !1, rounding: a = "round" } = t, f = typeof a == "number" ? (M) => +M.toFixed(a) : Math[a], c = +r - +e, d = Math.abs(c);
4921
+ function eu(e, t = {}, r = Date.now()) {
4922
+ const { max: o, messages: n = Xc, fullDateFormatter: i = Zc, units: s = Qc, showSecond: l = !1, rounding: a = "round" } = t, f = typeof a == "number" ? (M) => +M.toFixed(a) : Math[a], c = +r - +e, d = Math.abs(c);
4904
4923
  function m(M, S) {
4905
4924
  return f(Math.abs(M) / S.value);
4906
4925
  }
4907
4926
  function g(M, S) {
4908
- const P = m(M, S), I = M > 0, R = k(S.name, P, I);
4927
+ const O = m(M, S), I = M > 0, R = k(S.name, O, I);
4909
4928
  return k(I ? "past" : "future", R, I);
4910
4929
  }
4911
- function k(M, S, P) {
4930
+ function k(M, S, O) {
4912
4931
  const I = n[M];
4913
- return typeof I == "function" ? I(S, P) : I.replace("{0}", S.toString());
4932
+ return typeof I == "function" ? I(S, O) : I.replace("{0}", S.toString());
4914
4933
  }
4915
4934
  if (d < 6e4 && !l) return n.justNow;
4916
4935
  if (typeof o == "number" && d > o) return i(new Date(e));
@@ -4925,7 +4944,7 @@ function Zc(e, t = {}, r = Date.now()) {
4925
4944
  }
4926
4945
  return n.invalid;
4927
4946
  }
4928
- const eu = /* @__PURE__ */ Nt({
4947
+ const tu = /* @__PURE__ */ Nt({
4929
4948
  __name: "ResizablePanel",
4930
4949
  props: {
4931
4950
  translate: {
@@ -4936,7 +4955,7 @@ const eu = /* @__PURE__ */ Nt({
4936
4955
  },
4937
4956
  emits: ["update:translate"],
4938
4957
  setup(e) {
4939
- const t = va(e, "translate"), r = xt(!1), o = oe(() => ({
4958
+ const t = va(e, "translate"), r = xt(!1), o = re(() => ({
4940
4959
  transform: `translateY(-${t.value - 5}px)`
4941
4960
  }));
4942
4961
  function n() {
@@ -4959,17 +4978,18 @@ const eu = /* @__PURE__ */ Nt({
4959
4978
  onMousedown: yc(n, ["prevent"])
4960
4979
  }, null, 38));
4961
4980
  }
4962
- }), tu = /* @__PURE__ */ Nt({
4981
+ }), ru = /* @__PURE__ */ Nt({
4963
4982
  __name: "PiPContainer",
4964
4983
  props: {
4965
4984
  isPip: { type: Boolean }
4966
4985
  },
4967
4986
  setup(e) {
4968
- const t = Gc({
4987
+ const t = qc({
4988
+ storageKey: "pc:color-scheme",
4969
4989
  selector: "#root"
4970
- }), r = oe(() => t.value === "auto" ? [] : t.value), o = qc("pinia-colada-devtools-pip-container-height", 400);
4990
+ }), r = re(() => t.value === "auto" ? [] : t.value), o = Jc("pinia-colada-devtools-pip-container-height", 400);
4971
4991
  o.value = Math.min(o.value, window.innerHeight * 0.8);
4972
- const n = oe(() => ({ height: `${o.value}px` })), i = oe(() => e.isPip ? ["h-full"] : [
4992
+ const n = re(() => ({ height: `${o.value}px` })), i = re(() => e.isPip ? ["h-full"] : [
4973
4993
  "fixed",
4974
4994
  "max-h-[80%]",
4975
4995
  "min-h-[20vh]",
@@ -4988,19 +5008,19 @@ const eu = /* @__PURE__ */ Nt({
4988
5008
  }, s.$attrs), [
4989
5009
  Xi(s.$slots, "default")
4990
5010
  ], 16),
4991
- ae(eu, {
5011
+ ae(tu, {
4992
5012
  translate: Ue(o),
4993
5013
  "onUpdate:translate": l[0] || (l[0] = (a) => ue(o) ? o.value = a : null)
4994
5014
  }, null, 8, ["translate"])
4995
5015
  ], 64));
4996
5016
  }
4997
- }), ru = {
5017
+ }), ou = {
4998
5018
  viewBox: "0 0 24 24",
4999
5019
  width: "1.2em",
5000
5020
  height: "1.2em"
5001
5021
  };
5002
- function ou(e, t) {
5003
- return Ve(), Mt("svg", ru, [...t[0] || (t[0] = [
5022
+ function nu(e, t) {
5023
+ return Ve(), Mt("svg", ou, [...t[0] || (t[0] = [
5004
5024
  Se("path", {
5005
5025
  fill: "none",
5006
5026
  stroke: "currentColor",
@@ -5011,13 +5031,14 @@ function ou(e, t) {
5011
5031
  }, null, -1)
5012
5032
  ])]);
5013
5033
  }
5014
- const nu = io({ name: "lucide-x", render: ou }), iu = /* @__PURE__ */ Nt({
5034
+ const iu = io({ name: "lucide-x", render: nu }), su = /* @__PURE__ */ Nt({
5015
5035
  __name: "UButton.ce",
5016
5036
  props: {
5017
- size: { default: "md", type: String }
5037
+ size: { default: "md", type: String },
5038
+ variant: { default: "normal", type: String }
5018
5039
  },
5019
5040
  setup(e) {
5020
- const t = oe(() => {
5041
+ const t = re(() => {
5021
5042
  switch (e.size) {
5022
5043
  case "xs":
5023
5044
  return "px-1 py-0.5 gap-1";
@@ -5025,25 +5046,30 @@ const nu = io({ name: "lucide-x", render: ou }), iu = /* @__PURE__ */ Nt({
5025
5046
  return "px-1.5 py-1 gap-1";
5026
5047
  case "lg":
5027
5048
  return "px-3 py-1 gap-2";
5028
- case "md":
5029
5049
  default:
5030
5050
  return "px-2 py-1 gap-1.5";
5031
5051
  }
5032
- });
5033
- return (r, o) => (Ve(), Mt("button", {
5052
+ }), r = re(() => e.variant === "outline" ? "bg-transparent border border-(--ui-border) text-(--ui-text-muted) hover:bg-(--ui-bg-muted) hover:text-(--ui-text)" : "bg-theme-400 hover:bg-theme-600 dark:bg-theme-400 dark:hover:bg-theme-300 text-gray-900");
5053
+ return (o, n) => (Ve(), Mt("button", {
5034
5054
  type: "button",
5035
- class: Qt(["bg-theme-400 hover:bg-theme-600 dark:bg-theme-400 dark:hover:bg-theme-300 font-medium hover:cursor-pointer focus-visible:outline-theme focus-visible:outline-offset-2 focus-visible:outline-2 transition-colors text-(--color-gray-900) flex items-center disabled:cursor-not-allowed disabled:text-(--color-gray-700)", [`text-${e.size}`, t.value, `rounded-${e.size}`]])
5055
+ class: Qt(["font-medium hover:cursor-pointer focus-visible:outline-theme focus-visible:outline-offset-2 focus-visible:outline-2 transition-colors flex items-center disabled:cursor-not-allowed disabled:text-gray-700", [
5056
+ // @sourced in tailwind css
5057
+ `text-${e.size}`,
5058
+ `rounded-${e.size}`,
5059
+ t.value,
5060
+ r.value
5061
+ ]])
5036
5062
  }, [
5037
- Xi(r.$slots, "default")
5063
+ Xi(o.$slots, "default")
5038
5064
  ], 2));
5039
5065
  }
5040
- }), su = {
5066
+ }), lu = {
5041
5067
  viewBox: "0 0 24 24",
5042
5068
  width: "1.2em",
5043
5069
  height: "1.2em"
5044
5070
  };
5045
- function lu(e, t) {
5046
- return Ve(), Mt("svg", su, [...t[0] || (t[0] = [
5071
+ function au(e, t) {
5072
+ return Ve(), Mt("svg", lu, [...t[0] || (t[0] = [
5047
5073
  Se("path", {
5048
5074
  fill: "none",
5049
5075
  stroke: "currentColor",
@@ -5054,13 +5080,13 @@ function lu(e, t) {
5054
5080
  }, null, -1)
5055
5081
  ])]);
5056
5082
  }
5057
- const au = io({ name: "lucide-minimize2", render: lu }), cu = {
5083
+ const cu = io({ name: "lucide-minimize2", render: au }), uu = {
5058
5084
  viewBox: "0 0 24 24",
5059
5085
  width: "1.2em",
5060
5086
  height: "1.2em"
5061
5087
  };
5062
- function uu(e, t) {
5063
- return Ve(), Mt("svg", cu, [...t[0] || (t[0] = [
5088
+ function fu(e, t) {
5089
+ return Ve(), Mt("svg", uu, [...t[0] || (t[0] = [
5064
5090
  Se("g", {
5065
5091
  fill: "none",
5066
5092
  stroke: "currentColor",
@@ -5079,8 +5105,8 @@ function uu(e, t) {
5079
5105
  ], -1)
5080
5106
  ])]);
5081
5107
  }
5082
- const fu = io({ name: "lucide-picture-in-picture", render: uu }), Ds = Symbol("duplex-channel");
5083
- function jf() {
5108
+ const du = io({ name: "lucide-picture-in-picture", render: fu }), Ds = /* @__PURE__ */ Symbol("duplex-channel");
5109
+ function Hf() {
5084
5110
  const e = Ce(Ds);
5085
5111
  if (!e)
5086
5112
  throw new Error(
@@ -5088,8 +5114,8 @@ function jf() {
5088
5114
  );
5089
5115
  return e;
5090
5116
  }
5091
- const Fs = Symbol("queries");
5092
- function Lf() {
5117
+ const Fs = /* @__PURE__ */ Symbol("queries");
5118
+ function zf() {
5093
5119
  const e = Ce(Fs);
5094
5120
  if (!e)
5095
5121
  throw new Error(
@@ -5097,8 +5123,8 @@ function Lf() {
5097
5123
  );
5098
5124
  return e;
5099
5125
  }
5100
- const Vs = Symbol("mutations");
5101
- function Hf() {
5126
+ const Vs = /* @__PURE__ */ Symbol("mutations");
5127
+ function Bf() {
5102
5128
  const e = Ce(Vs);
5103
5129
  if (!e)
5104
5130
  throw new Error(
@@ -5106,7 +5132,7 @@ function Hf() {
5106
5132
  );
5107
5133
  return e;
5108
5134
  }
5109
- const du = { class: "w-full h-full grid grid-rows-[auto_1fr] bg-ui-bg text-ui-text font-sans" }, hu = { class: "flex items-center border-b border-(--ui-border) select-none" }, pu = ["href", "onClick"], gu = { class: "flex items-center py-1 gap-1 pr-1" }, mu = /* @__PURE__ */ Nt({
5135
+ const hu = { class: "w-full h-full grid grid-rows-[auto_1fr] bg-ui-bg text-ui-text font-sans" }, pu = { class: "flex items-center border-b border-(--ui-border) select-none" }, gu = ["href", "onClick"], mu = { class: "flex items-center py-1 gap-1 pr-1" }, vu = /* @__PURE__ */ Nt({
5110
5136
  __name: "DevtoolsPanel.ce",
5111
5137
  props: {
5112
5138
  port: { type: null },
@@ -5147,14 +5173,14 @@ const du = { class: "w-full h-full grid grid-rows-[auto_1fr] bg-ui-bg text-ui-te
5147
5173
  const l = i.value.findIndex((a) => a.id === s.id);
5148
5174
  l !== -1 && i.value.splice(l, 1);
5149
5175
  }), (s, l) => {
5150
- const a = bn("RouterLink"), f = fu, c = au, d = iu, m = nu, g = bn("RouterView"), k = tu;
5176
+ const a = bn("RouterLink"), f = du, c = cu, d = su, m = iu, g = bn("RouterView"), k = ru;
5151
5177
  return Ve(), Kt(k, {
5152
5178
  id: "root",
5153
5179
  "is-pip": e.isPip
5154
5180
  }, {
5155
5181
  default: rr(() => [
5156
- Se("main", du, [
5157
- Se("div", hu, [
5182
+ Se("main", hu, [
5183
+ Se("div", pu, [
5158
5184
  l[2] || (l[2] = Se("div", { class: "flex items-center p-2 mr-2" }, [
5159
5185
  Se("span", { class: "text-xl" }, "🍹")
5160
5186
  ], -1)),
@@ -5163,17 +5189,17 @@ const du = { class: "w-full h-full grid grid-rows-[auto_1fr] bg-ui-bg text-ui-te
5163
5189
  custom: "",
5164
5190
  to: x
5165
5191
  }, {
5166
- default: rr(({ isActive: M, href: S, navigate: P }) => [
5192
+ default: rr(({ isActive: M, href: S, navigate: O }) => [
5167
5193
  Se("a", {
5168
5194
  href: S,
5169
5195
  class: Qt([M ? "border-theme" : "border-transparent text-(--ui-text-dimmed)", "px-4 py-2 font-medium transition-colors hover:bg-theme-400 relative theme-primary border-b-2 hover:border-theme-300"]),
5170
- onClick: P
5171
- }, vi(x.slice(1, 2).toUpperCase() + x.slice(2)), 11, pu)
5196
+ onClick: O
5197
+ }, vi(x.slice(1, 2).toUpperCase() + x.slice(2)), 11, gu)
5172
5198
  ]),
5173
5199
  _: 2
5174
5200
  }, 1032, ["to"])), 64)),
5175
5201
  l[3] || (l[3] = Se("div", { class: "flex-grow" }, null, -1)),
5176
- Se("div", gu, [
5202
+ Se("div", mu, [
5177
5203
  ae(d, {
5178
5204
  class: "variant-ghost theme-neutral",
5179
5205
  title: e.isPip ? "Restore window" : "Open in a new window",
@@ -5209,20 +5235,20 @@ const du = { class: "w-full h-full grid grid-rows-[auto_1fr] bg-ui-bg text-ui-te
5209
5235
  }, 8, ["is-pip"]);
5210
5236
  };
5211
5237
  }
5212
- }), vu = '@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-outline-style:solid;--progress-value:0}}}.splitpanes{width:100%;height:100%;display:flex}.splitpanes--vertical{flex-direction:row}.splitpanes--horizontal{flex-direction:column}.splitpanes--dragging .splitpanes__pane{-webkit-user-select:none;user-select:none;pointer-events:none}.splitpanes__pane{width:100%;height:100%;overflow:auto}.splitpanes--vertical .splitpanes__pane{transition:width .2s ease-out}.splitpanes--horizontal .splitpanes__pane{transition:height .2s ease-out}.splitpanes--dragging .splitpanes__pane{transition:none}.splitpanes__splitter{touch-action:none;-webkit-user-select:none;user-select:none}.splitpanes--vertical>.splitpanes__splitter{cursor:col-resize;min-width:1px}.splitpanes--horizontal>.splitpanes__splitter{cursor:row-resize;min-height:1px}.splitpanes.default-theme .splitpanes__pane{background-color:#f2f2f2}.splitpanes.default-theme .splitpanes__splitter{box-sizing:border-box;background-color:#fff;flex-shrink:0;position:relative}.splitpanes.default-theme .splitpanes__splitter:before,.splitpanes.default-theme .splitpanes__splitter:after{content:"";background-color:#00000026;transition:background-color .3s;position:absolute;top:50%;left:50%}.splitpanes.default-theme .splitpanes__splitter:hover:before,.splitpanes.default-theme .splitpanes__splitter:hover:after{background-color:#00000040}.splitpanes.default-theme .splitpanes__splitter:first-child{cursor:auto}.default-theme.splitpanes .splitpanes .splitpanes__splitter{z-index:1}.default-theme.splitpanes--vertical>.splitpanes__splitter,.default-theme .splitpanes--vertical>.splitpanes__splitter{border-left:1px solid #eee;width:7px;margin-left:-1px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{width:1px;height:30px;transform:translateY(-50%)}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:before{margin-left:-2px}.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{margin-left:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter,.default-theme .splitpanes--horizontal>.splitpanes__splitter{border-top:1px solid #eee;height:7px;margin-top:-1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{width:30px;height:1px;transform:translate(-50%)}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before{margin-top:-2px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{margin-top:1px}.splitpanes__splitter{--grab-size:-4px;background-color:var(--ui-text);transition:background-color .2s;position:relative}@supports (color:color-mix(in lab,red,red)){.splitpanes__splitter{background-color:color-mix(in lab,var(--ui-text)20%,var(--ui-bg))}}.splitpanes--vertical>.splitpanes__splitter:before{left:var(--grab-size);right:var(--grab-size);height:100%}.splitpanes--horizontal>.splitpanes__splitter:before{top:var(--grab-size);bottom:var(--grab-size);width:100%}.splitpanes__splitter:before{content:"";z-index:10000;transition:background-color .25s ease-out;position:absolute;inset:0}.splitpanes__splitter:hover:before{background-color:var(--ui-text)}@supports (color:color-mix(in lab,red,red)){.splitpanes__splitter:hover:before{background-color:color-mix(in lab,var(--ui-text),transparent 75%)}}.splitpanes__splitter:hover:before{opacity:1}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-300:oklch(80.8% .114 19.571);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-red-800:oklch(44.4% .177 26.899);--color-red-900:oklch(39.6% .141 25.723);--color-red-950:oklch(25.8% .092 26.042);--color-orange-50:oklch(98% .016 73.684);--color-orange-100:oklch(95.4% .038 75.164);--color-orange-200:oklch(90.1% .076 70.697);--color-orange-300:oklch(83.7% .128 66.29);--color-orange-400:oklch(75% .183 55.934);--color-orange-500:oklch(70.5% .213 47.604);--color-orange-600:oklch(64.6% .222 41.116);--color-orange-700:oklch(55.3% .195 38.402);--color-orange-800:oklch(47% .157 37.304);--color-orange-900:oklch(40.8% .123 38.172);--color-orange-950:oklch(26.6% .079 36.259);--color-yellow-50:oklch(98.7% .026 102.212);--color-yellow-100:oklch(97.3% .071 103.193);--color-yellow-200:oklch(94.5% .129 101.54);--color-yellow-300:oklch(90.5% .182 98.111);--color-yellow-400:oklch(85.2% .199 91.936);--color-yellow-500:oklch(79.5% .184 86.047);--color-yellow-600:oklch(68.1% .162 75.834);--color-yellow-700:oklch(55.4% .135 66.442);--color-yellow-800:oklch(47.6% .114 61.907);--color-yellow-900:oklch(42.1% .095 57.708);--color-yellow-950:oklch(28.6% .066 53.813);--color-lime-50:oklch(98.6% .031 120.757);--color-lime-100:oklch(96.7% .067 122.328);--color-lime-200:oklch(93.8% .127 124.321);--color-lime-300:oklch(89.7% .196 126.665);--color-lime-400:oklch(84.1% .238 128.85);--color-lime-500:oklch(76.8% .233 130.85);--color-lime-600:oklch(64.8% .2 131.684);--color-lime-700:oklch(53.2% .157 131.589);--color-lime-800:oklch(45.3% .124 130.933);--color-lime-900:oklch(40.5% .101 131.063);--color-lime-950:oklch(27.4% .072 132.109);--color-green-50:oklch(98.2% .018 155.826);--color-green-100:oklch(96.2% .044 156.743);--color-green-200:oklch(92.5% .084 155.995);--color-green-300:oklch(87.1% .15 154.449);--color-green-400:oklch(79.2% .209 151.711);--color-green-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-green-700:oklch(52.7% .154 150.069);--color-green-800:oklch(44.8% .119 151.328);--color-green-900:oklch(39.3% .095 152.535);--color-green-950:oklch(26.6% .065 152.934);--color-blue-50:oklch(97% .014 254.604);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-200:oklch(88.2% .059 254.128);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-blue-800:oklch(42.4% .199 265.638);--color-blue-900:oklch(37.9% .146 265.522);--color-blue-950:oklch(28.2% .091 267.935);--color-purple-50:oklch(97.7% .014 308.299);--color-purple-100:oklch(94.6% .033 307.174);--color-purple-200:oklch(90.2% .063 306.703);--color-purple-300:oklch(82.7% .119 306.383);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-500:oklch(62.7% .265 303.9);--color-purple-600:oklch(55.8% .288 302.321);--color-purple-700:oklch(49.6% .265 301.924);--color-purple-800:oklch(43.8% .218 303.724);--color-purple-900:oklch(38.1% .176 304.987);--color-purple-950:oklch(29.1% .149 302.717);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-gray-900:oklch(21% .034 264.665);--color-gray-950:oklch(13% .028 261.692);--color-neutral-50:var(--color-gray-50);--color-neutral-100:var(--color-gray-100);--color-neutral-200:var(--color-gray-200);--color-neutral-300:var(--color-gray-300);--color-neutral-400:var(--color-gray-400);--color-neutral-500:var(--color-gray-500);--color-neutral-600:var(--color-gray-600);--color-neutral-700:var(--color-gray-700);--color-neutral-800:var(--color-gray-800);--color-neutral-900:var(--color-gray-900);--color-neutral-950:var(--color-gray-950);--color-white:#fff;--spacing:.25rem;--container-md:28rem;--container-3xl:48rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--leading-snug:1.375;--radius-xs:.125rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--animate-spin:spin 1s linear infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-primary-50:var(--color-lime-50);--color-primary-100:var(--color-lime-100);--color-primary-200:var(--color-lime-200);--color-primary-300:var(--color-lime-300);--color-primary-400:var(--color-lime-400);--color-primary-500:var(--color-lime-500);--color-primary-600:var(--color-lime-600);--color-primary-700:var(--color-lime-700);--color-primary-800:var(--color-lime-800);--color-primary-900:var(--color-lime-900);--color-primary-950:var(--color-lime-950);--color-secondary-50:var(--color-yellow-50);--color-secondary-100:var(--color-yellow-100);--color-secondary-200:var(--color-yellow-200);--color-secondary-300:var(--color-yellow-300);--color-secondary-400:var(--color-yellow-400);--color-secondary-500:var(--color-yellow-500);--color-secondary-600:var(--color-yellow-600);--color-secondary-700:var(--color-yellow-700);--color-secondary-800:var(--color-yellow-800);--color-secondary-900:var(--color-yellow-900);--color-success-50:var(--color-green-50);--color-success-100:var(--color-green-100);--color-success-200:var(--color-green-200);--color-success-300:var(--color-green-300);--color-success-400:var(--color-green-400);--color-success-500:var(--color-green-500);--color-success-600:var(--color-green-600);--color-success-700:var(--color-green-700);--color-success-800:var(--color-green-800);--color-success-900:var(--color-green-900);--color-success-950:var(--color-green-950);--color-warning-50:var(--color-orange-50);--color-warning-100:var(--color-orange-100);--color-warning-200:var(--color-orange-200);--color-warning-300:var(--color-orange-300);--color-warning-400:var(--color-orange-400);--color-warning-500:var(--color-orange-500);--color-warning-600:var(--color-orange-600);--color-warning-700:var(--color-orange-700);--color-warning-800:var(--color-orange-800);--color-warning-900:var(--color-orange-900);--color-warning-950:var(--color-orange-950);--color-error-50:var(--color-red-50);--color-error-100:var(--color-red-100);--color-error-200:var(--color-red-200);--color-error-300:var(--color-red-300);--color-error-400:var(--color-red-400);--color-error-500:var(--color-red-500);--color-error-600:var(--color-red-600);--color-error-700:var(--color-red-700);--color-error-800:var(--color-red-800);--color-error-900:var(--color-red-900);--color-error-950:var(--color-red-950);--color-info-50:var(--color-blue-50);--color-info-100:var(--color-blue-100);--color-info-200:var(--color-blue-200);--color-info-300:var(--color-blue-300);--color-info-400:var(--color-blue-400);--color-info-500:var(--color-blue-500);--color-info-600:var(--color-blue-600);--color-info-700:var(--color-blue-700);--color-info-800:var(--color-blue-800);--color-info-900:var(--color-blue-900);--color-info-950:var(--color-blue-950);--color-theme:var(--ui-neutral);--color-theme-50:var(--color-neutral-50);--color-theme-100:var(--color-neutral-100);--color-theme-200:var(--color-neutral-200);--color-theme-300:var(--color-neutral-300);--color-theme-400:var(--color-neutral-400);--color-theme-500:var(--color-neutral-500);--color-theme-600:var(--color-neutral-600);--color-theme-700:var(--color-neutral-700);--color-theme-800:var(--color-neutral-800);--color-theme-900:var(--color-neutral-900);--color-theme-950:var(--color-neutral-950)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.\\@container{container-type:inline-size}.collapse{visibility:collapse}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.-inset-1{inset:calc(var(--spacing)*-1)}.top-1\\/2{top:50%}.right-0{right:calc(var(--spacing)*0)}.bottom-0{bottom:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.left-2{left:calc(var(--spacing)*2)}.z-9999,.z-\\[9999\\]{z-index:9999}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-4{margin-top:calc(var(--spacing)*4)}.mr-2{margin-right:calc(var(--spacing)*2)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-12{margin-bottom:calc(var(--spacing)*12)}.mb-\\[700px\\]{margin-bottom:700px}.ml-5{margin-left:calc(var(--spacing)*5)}.block{display:block}.flex{display:flex}.grid{display:grid}.inline{display:inline}.inline-block{display:inline-block}.size-2{width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.size-3{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.size-3\\.5{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.size-\\[1em\\]{width:1em;height:1em}.h-5{height:calc(var(--spacing)*5)}.h-40{height:calc(var(--spacing)*40)}.h-\\[8px\\]{height:8px}.h-full{height:100%}.max-h-\\[80\\%\\]{max-height:80%}.max-h-\\[1200px\\]{max-height:1200px}.min-h-\\[20vh\\]{min-height:20vh}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.w-8{width:calc(var(--spacing)*8)}.w-40{width:calc(var(--spacing)*40)}.w-full{width:100%}.max-w-3xl{max-width:var(--container-3xl)}.max-w-md{max-width:var(--container-md)}.min-w-\\[1\\.65em\\]{min-width:1.65em}.flex-grow,.grow{flex-grow:1}.-translate-y-1\\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.rotate-90{rotate:90deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-spin{animation:var(--animate-spin)}.cursor-col-resize{cursor:col-resize}.cursor-help{cursor:help}.cursor-pointer{cursor:pointer}.cursor-row-resize{cursor:row-resize}.touch-none{touch-action:none}.grid-flow-col{grid-auto-flow:column}.grid-cols-\\[auto_1fr\\]{grid-template-columns:auto 1fr}.grid-cols-\\[auto_auto_1fr\\]{grid-template-columns:auto auto 1fr}.grid-cols-\\[minmax\\(0\\,auto\\)_1fr\\]{grid-template-columns:minmax(0,auto) 1fr}.grid-rows-\\[auto_1fr\\]{grid-template-rows:auto 1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-items-start{justify-items:start}.gap-0\\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}.gap-x-0\\.5{column-gap:calc(var(--spacing)*.5)}.gap-x-1{column-gap:calc(var(--spacing)*1)}.gap-x-2{column-gap:calc(var(--spacing)*2)}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-\\(--ui-border\\)>:not(:last-child)){border-color:var(--ui-border)}:where(.divide-\\(--ui-border-accented\\)>:not(:last-child)){border-color:var(--ui-border-accented)}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xs{border-radius:var(--radius-xs)}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-tl{border-top-left-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-\\(--ui-border\\){border-color:var(--ui-border)}.border-theme{border-color:var(--color-theme)}.border-transparent{border-color:#0000}.bg-\\(--ui-bg-accented\\){background-color:var(--ui-bg-accented)}.bg-\\(--ui-bg-muted\\){background-color:var(--ui-bg-muted)}.bg-\\(--ui-border\\){background-color:var(--ui-border)}.bg-\\(--ui-text\\)\\/5{background-color:var(--ui-text)}@supports (color:color-mix(in lab,red,red)){.bg-\\(--ui-text\\)\\/5{background-color:color-mix(in oklab,var(--ui-text)5%,transparent)}}.bg-\\(--ui-text\\)\\/8{background-color:var(--ui-text)}@supports (color:color-mix(in lab,red,red)){.bg-\\(--ui-text\\)\\/8{background-color:color-mix(in oklab,var(--ui-text)8%,transparent)}}.bg-error-200{background-color:var(--color-error-200)}.bg-error-500{background-color:var(--color-error-500)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-400{background-color:var(--color-gray-400)}.bg-info-200{background-color:var(--color-info-200)}.bg-info-500{background-color:var(--color-info-500)}.bg-neutral-200{background-color:var(--color-neutral-200)}.bg-neutral-400{background-color:var(--color-neutral-400)}.bg-neutral-500\\/20{background-color:#6a728233}@supports (color:color-mix(in lab,red,red)){.bg-neutral-500\\/20{background-color:color-mix(in oklab,var(--color-neutral-500)20%,transparent)}}.bg-purple-200{background-color:var(--color-purple-200)}.bg-purple-400{background-color:var(--color-purple-400)}.bg-success-200{background-color:var(--color-success-200)}.bg-success-500{background-color:var(--color-success-500)}.bg-theme-400{background-color:var(--color-theme-400)}.bg-theme\\/70{background-color:var(--color-theme)}@supports (color:color-mix(in lab,red,red)){.bg-theme\\/70{background-color:color-mix(in oklab,var(--color-theme)70%,transparent)}}.bg-transparent{background-color:#0000}.bg-warning-200{background-color:var(--color-warning-200)}.bg-warning-500{background-color:var(--color-warning-500)}.p-0\\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-4{padding:calc(var(--spacing)*4)}.px-0\\.5{padding-inline:calc(var(--spacing)*.5)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-0\\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-6{padding-block:calc(var(--spacing)*6)}.pt-6{padding-top:calc(var(--spacing)*6)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-2{padding-right:calc(var(--spacing)*2)}.pl-8{padding-left:calc(var(--spacing)*8)}.text-center{text-align:center}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-wrap{text-wrap:wrap}.wrap-break-word{overflow-wrap:break-word}.text-\\(--color-gray-900\\){color:var(--color-gray-900)}.text-\\(--devtools-syntax-gray\\){color:var(--devtools-syntax-gray)}.text-\\(--devtools-syntax-green\\){color:var(--devtools-syntax-green)}.text-\\(--devtools-syntax-orange\\){color:var(--devtools-syntax-orange)}.text-\\(--devtools-syntax-purple\\){color:var(--devtools-syntax-purple)}.text-\\(--devtools-syntax-red\\){color:var(--devtools-syntax-red)}.text-\\(--devtools-syntax-sapphire\\){color:var(--devtools-syntax-sapphire)}.text-\\(--ui-text\\),.text-\\(--ui-text\\)\\/50{color:var(--ui-text)}@supports (color:color-mix(in lab,red,red)){.text-\\(--ui-text\\)\\/50{color:color-mix(in oklab,var(--ui-text)50%,transparent)}}.text-\\(--ui-text-dimmed\\){color:var(--ui-text-dimmed)}.text-\\(--ui-text-muted\\){color:var(--ui-text-muted)}.text-error-100{color:var(--color-error-100)}.text-gray-100{color:var(--color-gray-100)}.text-info-100{color:var(--color-info-100)}.text-neutral-100{color:var(--color-neutral-100)}.text-neutral-400{color:var(--color-neutral-400)}.text-neutral-500{color:var(--color-neutral-500)}.text-neutral-500\\/50{color:#6a728280}@supports (color:color-mix(in lab,red,red)){.text-neutral-500\\/50{color:color-mix(in oklab,var(--color-neutral-500)50%,transparent)}}.text-purple-100{color:var(--color-purple-100)}.text-success-100{color:var(--color-success-100)}.text-warning-100{color:var(--color-warning-100)}.italic{font-style:italic}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-\\(--ui-bg-muted\\){--tw-ring-color:var(--ui-bg-muted)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\\[background-color\\]{transition-property:background-color;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.select-none{-webkit-user-select:none;user-select:none}@media(hover:hover){.hover\\:cursor-pointer:hover{cursor:pointer}.hover\\:border-theme-300:hover{border-color:var(--color-theme-300)}.hover\\:bg-\\(--ui-bg-elevated\\):hover{background-color:var(--ui-bg-elevated)}.hover\\:bg-\\(--ui-bg-muted\\):hover{background-color:var(--ui-bg-muted)}.hover\\:bg-\\(--ui-border\\):hover{background-color:var(--ui-border)}.hover\\:bg-theme-400:hover{background-color:var(--color-theme-400)}.hover\\:bg-theme-600:hover{background-color:var(--color-theme-600)}.hover\\:ring:hover{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-theme:focus{--tw-ring-color:var(--color-theme)}.focus\\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\\:outline-2:focus-visible{outline-style:var(--tw-outline-style);outline-width:2px}.focus-visible\\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\\:outline-theme:focus-visible{outline-color:var(--color-theme)}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:text-\\(--color-gray-700\\):disabled{color:var(--color-gray-700)}@media(min-width:48rem){.md\\:flex{display:flex}.md\\:pt-0{padding-top:calc(var(--spacing)*0)}}@container not (min-width:750px){.\\@max-\\[750px\\]\\:hidden{display:none}}@container not (min-width:28rem){.\\@max-md\\:hidden{display:none}}@media(prefers-color-scheme:dark){:where(.dark\\:divide-\\(--ui-border\\)>:not(:last-child)){border-color:var(--ui-border)}.dark\\:bg-neutral-700{background-color:var(--color-neutral-700)}.dark\\:bg-neutral-800{background-color:var(--color-neutral-800)}.dark\\:bg-theme-400{background-color:var(--color-theme-400)}.dark\\:text-neutral-500{color:var(--color-neutral-500)}@media(hover:hover){.dark\\:hover\\:bg-theme-300:hover{background-color:var(--color-theme-300)}}}}:host{color-scheme:light dark;--ui-radius:var(--radius-sm);--ui-primary:light-dark(var(--color-secondary-500),var(--color-primary-400));--ui-secondary:light-dark(var(--color-secondary-500),var(--color-secondary-400));--ui-success:light-dark(var(--color-success-500),var(--color-success-400));--ui-info:light-dark(var(--color-info-500),var(--color-info-400));--ui-warning:light-dark(var(--color-warning-500),var(--color-warning-400));--ui-error:light-dark(var(--color-error-500),var(--color-error-400));--ui-neutral:light-dark(var(--color-neutral-500),var(--color-neutral-400));--ui-text-dimmed:light-dark(var(--color-gray-400),var(--color-gray-500));--ui-text-muted:light-dark(var(--color-gray-500),var(--color-gray-400));--ui-text-toned:light-dark(var(--color-gray-600),var(--color-gray-300));--ui-text:light-dark(var(--color-gray-900),var(--color-gray-50));--ui-text-inverted:light-dark(var(--color-gray-50),var(--color-gray-900));--ui-bg:light-dark(var(--color-white),var(--color-gray-900));--ui-bg-muted:light-dark(var(--color-gray-50),var(--color-gray-800));--ui-bg-elevated:light-dark(var(--color-gray-100),var(--color-gray-700));--ui-bg-accented:light-dark(var(--color-gray-200),var(--color-gray-600));--ui-bg-inverted:light-dark(var(--color-gray-900),var(--color-white));--ui-border:var(--ui-text);font-family:sans-serif}@supports (color:color-mix(in lab,red,red)){:host{--ui-border:color-mix(in hsl,var(--ui-text)20%,transparent)}}:host{--ui-border-muted:var(--ui-text-muted)}@supports (color:color-mix(in lab,red,red)){:host{--ui-border-muted:color-mix(in hsl,var(--ui-text-muted)10%,transparent)}}:host{--ui-border-accented:var(--ui-text)}@supports (color:color-mix(in lab,red,red)){:host{--ui-border-accented:color-mix(in hsl,var(--ui-text)35%,transparent)}}:host{--ui-border-inverted:var(--ui-text-inverted)}@supports (color:color-mix(in lab,red,red)){:host{--ui-border-inverted:color-mix(in hsl,var(--ui-text-inverted)50%,transparent)}}:host{--devtools-syntax-orange:light-dark(#fe640b,#fab387);--devtools-syntax-purple:light-dark(#8839ef,#cba6f7);--devtools-syntax-gray:light-dark(#4c4f69,#cdd6f4);--devtools-syntax-green:light-dark(#40a02b,#a6e3a1);--devtools-syntax-red:light-dark(#d20f39,#f38ba8);--devtools-syntax-yellow:light-dark(#df8e1d,#f9e2af);--devtools-syntax-sapphire:light-dark(#209fb5,#74c7ec)}@media(prefers-color-scheme:dark){:host{--color-primary-50:var(--color-yellow-50);--color-primary-100:var(--color-yellow-100);--color-primary-200:var(--color-yellow-200);--color-primary-300:var(--color-yellow-300);--color-primary-400:var(--color-yellow-400);--color-primary-500:var(--color-yellow-500);--color-primary-600:var(--color-yellow-600);--color-primary-700:var(--color-yellow-700);--color-primary-800:var(--color-yellow-800);--color-primary-900:var(--color-yellow-900);--color-primary-950:var(--color-yellow-950);--color-secondary-50:var(--color-lime-50);--color-secondary-100:var(--color-lime-100);--color-secondary-200:var(--color-lime-200);--color-secondary-300:var(--color-lime-300);--color-secondary-400:var(--color-lime-400);--color-secondary-500:var(--color-lime-500);--color-secondary-600:var(--color-lime-600);--color-secondary-700:var(--color-lime-700);--color-secondary-800:var(--color-lime-800);--color-secondary-900:var(--color-lime-900);--color-secondary-950:var(--color-lime-950)}}:host:has(.dark){color-scheme:dark}:host:has(.light){color-scheme:light}#root{color:var(--ui-text);background-color:var(--ui-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class~=bg-theme]{color:var(--ui-text);--ui-text:var(--ui-text-inverted)}@media(hover:hover){[class*=bg-theme][class*="hover:"]:hover{color:var(--ui-text);--ui-text:var(--ui-text-inverted)}}.theme-primary{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--ui-secondary);--color-theme-50:var(--color-secondary-50);--color-theme-100:var(--color-secondary-100);--color-theme-200:var(--color-secondary-200);--color-theme-300:var(--color-secondary-300);--color-theme-400:var(--color-secondary-400);--color-theme-500:var(--color-secondary-500);--color-theme-600:var(--color-secondary-600);--color-theme-700:var(--color-secondary-700);--color-theme-800:var(--color-secondary-800);--color-theme-900:var(--color-secondary-900);--color-theme-950:var(--color-secondary-950)}@media(prefers-color-scheme:dark){.theme-primary{--color-theme:var(--ui-primary);--color-theme-50:var(--color-primary-50);--color-theme-100:var(--color-primary-100);--color-theme-200:var(--color-primary-200);--color-theme-300:var(--color-primary-300);--color-theme-400:var(--color-primary-400);--color-theme-500:var(--color-primary-500);--color-theme-600:var(--color-primary-600);--color-theme-700:var(--color-primary-700);--color-theme-800:var(--color-primary-800);--color-theme-900:var(--color-primary-900);--color-theme-950:var(--color-primary-950)}}.theme-secondary{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--ui-secondary);--color-theme-50:var(--color-secondary-50);--color-theme-100:var(--color-secondary-100);--color-theme-200:var(--color-secondary-200);--color-theme-300:var(--color-secondary-300);--color-theme-400:var(--color-secondary-400);--color-theme-500:var(--color-secondary-500);--color-theme-600:var(--color-secondary-600);--color-theme-700:var(--color-secondary-700);--color-theme-800:var(--color-secondary-800);--color-theme-900:var(--color-secondary-900);--color-theme-950:var(--color-secondary-950)}.theme-success{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--ui-success);--color-theme-50:var(--color-success-50);--color-theme-100:var(--color-success-100);--color-theme-200:var(--color-success-200);--color-theme-300:var(--color-success-300);--color-theme-400:var(--color-success-400);--color-theme-500:var(--color-success-500);--color-theme-600:var(--color-success-600);--color-theme-700:var(--color-success-700);--color-theme-800:var(--color-success-800);--color-theme-900:var(--color-success-900);--color-theme-950:var(--color-success-950)}.theme-info{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--ui-info);--color-theme-50:var(--color-info-50);--color-theme-100:var(--color-info-100);--color-theme-200:var(--color-info-200);--color-theme-300:var(--color-info-300);--color-theme-400:var(--color-info-400);--color-theme-500:var(--color-info-500);--color-theme-600:var(--color-info-600);--color-theme-700:var(--color-info-700);--color-theme-800:var(--color-info-800);--color-theme-900:var(--color-info-900);--color-theme-950:var(--color-info-950)}.theme-warning{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--ui-warning);--color-theme-50:var(--color-warning-50);--color-theme-100:var(--color-warning-100);--color-theme-200:var(--color-warning-200);--color-theme-300:var(--color-warning-300);--color-theme-400:var(--color-warning-400);--color-theme-500:var(--color-warning-500);--color-theme-600:var(--color-warning-600);--color-theme-700:var(--color-warning-700);--color-theme-800:var(--color-warning-800);--color-theme-900:var(--color-warning-900);--color-theme-950:var(--color-warning-950)}.theme-error{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--ui-error);--color-theme-50:var(--color-error-50);--color-theme-100:var(--color-error-100);--color-theme-200:var(--color-error-200);--color-theme-300:var(--color-error-300);--color-theme-400:var(--color-error-400);--color-theme-500:var(--color-error-500);--color-theme-600:var(--color-error-600);--color-theme-700:var(--color-error-700);--color-theme-800:var(--color-error-800);--color-theme-900:var(--color-error-900);--color-theme-950:var(--color-error-950)}.theme-neutral{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--ui-neutral);--color-theme-50:var(--color-neutral-50);--color-theme-100:var(--color-neutral-100);--color-theme-200:var(--color-neutral-200);--color-theme-300:var(--color-neutral-300);--color-theme-400:var(--color-neutral-400);--color-theme-500:var(--color-neutral-500);--color-theme-600:var(--color-neutral-600);--color-theme-700:var(--color-neutral-700);--color-theme-800:var(--color-neutral-800);--color-theme-900:var(--color-neutral-900);--color-theme-950:var(--color-neutral-950)}.theme-purple{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--color-purple-400);--color-theme-50:var(--color-purple-50);--color-theme-100:var(--color-purple-100);--color-theme-200:var(--color-purple-200);--color-theme-300:var(--color-purple-300);--color-theme-400:var(--color-purple-400);--color-theme-500:var(--color-purple-500);--color-theme-600:var(--color-purple-600);--color-theme-700:var(--color-purple-700);--color-theme-800:var(--color-purple-800);--color-theme-900:var(--color-purple-900);--color-theme-950:var(--color-purple-950)}.variant-ghost.variant-ghost{--ui-text:var(--color-theme);color:var(--color-theme);background-color:#0000}.variant-ghost.variant-ghost:hover{color:var(--color-theme);background-color:var(--ui-bg)}@supports (color:color-mix(in lab,red,red)){.variant-ghost.variant-ghost:hover{background-color:color-mix(in hsl,var(--ui-bg)10%,transparent)}}@property --progress-value{syntax:"<number>";inherits:false;initial-value:0}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@keyframes spin{to{transform:rotate(360deg)}}', yu = (e, t) => {
5238
+ }), yu = '@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--progress-value:0}}}.splitpanes{width:100%;height:100%;display:flex}.splitpanes--vertical{flex-direction:row}.splitpanes--horizontal{flex-direction:column}.splitpanes--dragging .splitpanes__pane{-webkit-user-select:none;user-select:none;pointer-events:none}.splitpanes__pane{width:100%;height:100%;overflow:auto}.splitpanes--vertical .splitpanes__pane{transition:width .2s ease-out}.splitpanes--horizontal .splitpanes__pane{transition:height .2s ease-out}.splitpanes--dragging .splitpanes__pane{transition:none}.splitpanes__splitter{touch-action:none;-webkit-user-select:none;user-select:none}.splitpanes--vertical>.splitpanes__splitter{cursor:col-resize;min-width:1px}.splitpanes--horizontal>.splitpanes__splitter{cursor:row-resize;min-height:1px}.splitpanes.default-theme .splitpanes__pane{background-color:#f2f2f2}.splitpanes.default-theme .splitpanes__splitter{box-sizing:border-box;background-color:#fff;flex-shrink:0;position:relative}.splitpanes.default-theme .splitpanes__splitter:before,.splitpanes.default-theme .splitpanes__splitter:after{content:"";background-color:#00000026;transition:background-color .3s;position:absolute;top:50%;left:50%}.splitpanes.default-theme .splitpanes__splitter:hover:before,.splitpanes.default-theme .splitpanes__splitter:hover:after{background-color:#00000040}.splitpanes.default-theme .splitpanes__splitter:first-child{cursor:auto}.default-theme.splitpanes .splitpanes .splitpanes__splitter{z-index:1}.default-theme.splitpanes--vertical>.splitpanes__splitter,.default-theme .splitpanes--vertical>.splitpanes__splitter{border-left:1px solid #eee;width:7px;margin-left:-1px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{width:1px;height:30px;transform:translateY(-50%)}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:before{margin-left:-2px}.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{margin-left:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter,.default-theme .splitpanes--horizontal>.splitpanes__splitter{border-top:1px solid #eee;height:7px;margin-top:-1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{width:30px;height:1px;transform:translate(-50%)}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before{margin-top:-2px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{margin-top:1px}.splitpanes__splitter{--grab-size:-4px;background-color:var(--ui-text);transition:background-color .2s;position:relative}@supports (color:color-mix(in lab,red,red)){.splitpanes__splitter{background-color:color-mix(in lab,var(--ui-text)20%,var(--ui-bg))}}.splitpanes--vertical>.splitpanes__splitter:before{left:var(--grab-size);right:var(--grab-size);height:100%}.splitpanes--horizontal>.splitpanes__splitter:before{top:var(--grab-size);bottom:var(--grab-size);width:100%}.splitpanes__splitter:before{content:"";z-index:10000;transition:background-color .25s ease-out;position:absolute;inset:0}.splitpanes__splitter:hover:before{background-color:var(--ui-text)}@supports (color:color-mix(in lab,red,red)){.splitpanes__splitter:hover:before{background-color:color-mix(in lab,var(--ui-text),transparent 75%)}}.splitpanes__splitter:hover:before{opacity:1}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-300:oklch(80.8% .114 19.571);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-red-800:oklch(44.4% .177 26.899);--color-red-900:oklch(39.6% .141 25.723);--color-red-950:oklch(25.8% .092 26.042);--color-orange-50:oklch(98% .016 73.684);--color-orange-100:oklch(95.4% .038 75.164);--color-orange-200:oklch(90.1% .076 70.697);--color-orange-300:oklch(83.7% .128 66.29);--color-orange-400:oklch(75% .183 55.934);--color-orange-500:oklch(70.5% .213 47.604);--color-orange-600:oklch(64.6% .222 41.116);--color-orange-700:oklch(55.3% .195 38.402);--color-orange-800:oklch(47% .157 37.304);--color-orange-900:oklch(40.8% .123 38.172);--color-orange-950:oklch(26.6% .079 36.259);--color-yellow-50:oklch(98.7% .026 102.212);--color-yellow-100:oklch(97.3% .071 103.193);--color-yellow-200:oklch(94.5% .129 101.54);--color-yellow-300:oklch(90.5% .182 98.111);--color-yellow-400:oklch(85.2% .199 91.936);--color-yellow-500:oklch(79.5% .184 86.047);--color-yellow-600:oklch(68.1% .162 75.834);--color-yellow-700:oklch(55.4% .135 66.442);--color-yellow-800:oklch(47.6% .114 61.907);--color-yellow-900:oklch(42.1% .095 57.708);--color-yellow-950:oklch(28.6% .066 53.813);--color-lime-50:oklch(98.6% .031 120.757);--color-lime-100:oklch(96.7% .067 122.328);--color-lime-200:oklch(93.8% .127 124.321);--color-lime-300:oklch(89.7% .196 126.665);--color-lime-400:oklch(84.1% .238 128.85);--color-lime-500:oklch(76.8% .233 130.85);--color-lime-600:oklch(64.8% .2 131.684);--color-lime-700:oklch(53.2% .157 131.589);--color-lime-800:oklch(45.3% .124 130.933);--color-lime-900:oklch(40.5% .101 131.063);--color-lime-950:oklch(27.4% .072 132.109);--color-green-50:oklch(98.2% .018 155.826);--color-green-100:oklch(96.2% .044 156.743);--color-green-200:oklch(92.5% .084 155.995);--color-green-300:oklch(87.1% .15 154.449);--color-green-400:oklch(79.2% .209 151.711);--color-green-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-green-700:oklch(52.7% .154 150.069);--color-green-800:oklch(44.8% .119 151.328);--color-green-900:oklch(39.3% .095 152.535);--color-green-950:oklch(26.6% .065 152.934);--color-blue-50:oklch(97% .014 254.604);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-200:oklch(88.2% .059 254.128);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-blue-800:oklch(42.4% .199 265.638);--color-blue-900:oklch(37.9% .146 265.522);--color-blue-950:oklch(28.2% .091 267.935);--color-purple-50:oklch(97.7% .014 308.299);--color-purple-100:oklch(94.6% .033 307.174);--color-purple-200:oklch(90.2% .063 306.703);--color-purple-300:oklch(82.7% .119 306.383);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-500:oklch(62.7% .265 303.9);--color-purple-600:oklch(55.8% .288 302.321);--color-purple-700:oklch(49.6% .265 301.924);--color-purple-800:oklch(43.8% .218 303.724);--color-purple-900:oklch(38.1% .176 304.987);--color-purple-950:oklch(29.1% .149 302.717);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-gray-900:oklch(21% .034 264.665);--color-gray-950:oklch(13% .028 261.692);--color-neutral-50:var(--color-gray-50);--color-neutral-100:var(--color-gray-100);--color-neutral-200:var(--color-gray-200);--color-neutral-300:var(--color-gray-300);--color-neutral-400:var(--color-gray-400);--color-neutral-500:var(--color-gray-500);--color-neutral-600:var(--color-gray-600);--color-neutral-700:var(--color-gray-700);--color-neutral-800:var(--color-gray-800);--color-neutral-900:var(--color-gray-900);--color-neutral-950:var(--color-gray-950);--color-white:#fff;--spacing:.25rem;--container-md:28rem;--container-3xl:48rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--leading-snug:1.375;--radius-xs:.125rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--animate-spin:spin 1s linear infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-primary-50:var(--color-lime-50);--color-primary-100:var(--color-lime-100);--color-primary-200:var(--color-lime-200);--color-primary-300:var(--color-lime-300);--color-primary-400:var(--color-lime-400);--color-primary-500:var(--color-lime-500);--color-primary-600:var(--color-lime-600);--color-primary-700:var(--color-lime-700);--color-primary-800:var(--color-lime-800);--color-primary-900:var(--color-lime-900);--color-primary-950:var(--color-lime-950);--color-secondary-50:var(--color-yellow-50);--color-secondary-100:var(--color-yellow-100);--color-secondary-200:var(--color-yellow-200);--color-secondary-300:var(--color-yellow-300);--color-secondary-400:var(--color-yellow-400);--color-secondary-500:var(--color-yellow-500);--color-secondary-600:var(--color-yellow-600);--color-secondary-700:var(--color-yellow-700);--color-secondary-800:var(--color-yellow-800);--color-secondary-900:var(--color-yellow-900);--color-success-50:var(--color-green-50);--color-success-100:var(--color-green-100);--color-success-200:var(--color-green-200);--color-success-300:var(--color-green-300);--color-success-400:var(--color-green-400);--color-success-500:var(--color-green-500);--color-success-600:var(--color-green-600);--color-success-700:var(--color-green-700);--color-success-800:var(--color-green-800);--color-success-900:var(--color-green-900);--color-success-950:var(--color-green-950);--color-warning-50:var(--color-orange-50);--color-warning-100:var(--color-orange-100);--color-warning-200:var(--color-orange-200);--color-warning-300:var(--color-orange-300);--color-warning-400:var(--color-orange-400);--color-warning-500:var(--color-orange-500);--color-warning-600:var(--color-orange-600);--color-warning-700:var(--color-orange-700);--color-warning-800:var(--color-orange-800);--color-warning-900:var(--color-orange-900);--color-warning-950:var(--color-orange-950);--color-error-50:var(--color-red-50);--color-error-100:var(--color-red-100);--color-error-200:var(--color-red-200);--color-error-300:var(--color-red-300);--color-error-400:var(--color-red-400);--color-error-500:var(--color-red-500);--color-error-600:var(--color-red-600);--color-error-700:var(--color-red-700);--color-error-800:var(--color-red-800);--color-error-900:var(--color-red-900);--color-error-950:var(--color-red-950);--color-info-50:var(--color-blue-50);--color-info-100:var(--color-blue-100);--color-info-200:var(--color-blue-200);--color-info-300:var(--color-blue-300);--color-info-400:var(--color-blue-400);--color-info-500:var(--color-blue-500);--color-info-600:var(--color-blue-600);--color-info-700:var(--color-blue-700);--color-info-800:var(--color-blue-800);--color-info-900:var(--color-blue-900);--color-info-950:var(--color-blue-950);--color-theme:var(--ui-neutral);--color-theme-50:var(--color-neutral-50);--color-theme-100:var(--color-neutral-100);--color-theme-200:var(--color-neutral-200);--color-theme-300:var(--color-neutral-300);--color-theme-400:var(--color-neutral-400);--color-theme-500:var(--color-neutral-500);--color-theme-600:var(--color-neutral-600);--color-theme-700:var(--color-neutral-700);--color-theme-800:var(--color-neutral-800);--color-theme-900:var(--color-neutral-900);--color-theme-950:var(--color-neutral-950)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.\\@container{container-type:inline-size}.collapse{visibility:collapse}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.-inset-1{inset:calc(var(--spacing)*-1)}.top-1\\/2{top:50%}.right-0{right:calc(var(--spacing)*0)}.bottom-0{bottom:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.left-2{left:calc(var(--spacing)*2)}.z-9999,.z-\\[9999\\]{z-index:9999}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-4{margin-top:calc(var(--spacing)*4)}.mr-2{margin-right:calc(var(--spacing)*2)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-12{margin-bottom:calc(var(--spacing)*12)}.mb-\\[700px\\]{margin-bottom:700px}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-5{margin-left:calc(var(--spacing)*5)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.size-2{width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.size-3{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.size-3\\.5{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.size-\\[1em\\]{width:1em;height:1em}.h-5{height:calc(var(--spacing)*5)}.h-40{height:calc(var(--spacing)*40)}.h-\\[8px\\]{height:8px}.h-full{height:100%}.max-h-\\[80\\%\\]{max-height:80%}.max-h-\\[1200px\\]{max-height:1200px}.min-h-\\[20vh\\]{min-height:20vh}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.w-8{width:calc(var(--spacing)*8)}.w-40{width:calc(var(--spacing)*40)}.w-full{width:100%}.max-w-3xl{max-width:var(--container-3xl)}.max-w-md{max-width:var(--container-md)}.min-w-\\[1\\.65em\\]{min-width:1.65em}.flex-grow,.grow{flex-grow:1}.-translate-y-1\\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.rotate-90{rotate:90deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-spin{animation:var(--animate-spin)}.cursor-col-resize{cursor:col-resize}.cursor-help{cursor:help}.cursor-pointer{cursor:pointer}.cursor-row-resize{cursor:row-resize}.touch-none{touch-action:none}.grid-flow-col{grid-auto-flow:column}.grid-cols-\\[auto_1fr\\]{grid-template-columns:auto 1fr}.grid-cols-\\[auto_auto_1fr\\]{grid-template-columns:auto auto 1fr}.grid-cols-\\[minmax\\(0\\,auto\\)_1fr\\]{grid-template-columns:minmax(0,auto) 1fr}.grid-rows-\\[auto_1fr\\]{grid-template-rows:auto 1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-items-start{justify-items:start}.gap-0\\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}.gap-x-0\\.5{column-gap:calc(var(--spacing)*.5)}.gap-x-1{column-gap:calc(var(--spacing)*1)}.gap-x-2{column-gap:calc(var(--spacing)*2)}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-\\(--ui-border\\)>:not(:last-child)){border-color:var(--ui-border)}:where(.divide-\\(--ui-border-accented\\)>:not(:last-child)){border-color:var(--ui-border-accented)}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xs{border-radius:var(--radius-xs)}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-tl{border-top-left-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-\\(--ui-border\\){border-color:var(--ui-border)}.border-neutral-200{border-color:var(--color-neutral-200)}.border-theme{border-color:var(--color-theme)}.border-transparent{border-color:#0000}.bg-\\(--ui-bg-accented\\){background-color:var(--ui-bg-accented)}.bg-\\(--ui-bg-muted\\){background-color:var(--ui-bg-muted)}.bg-\\(--ui-border\\){background-color:var(--ui-border)}.bg-\\(--ui-text\\)\\/5{background-color:var(--ui-text)}@supports (color:color-mix(in lab,red,red)){.bg-\\(--ui-text\\)\\/5{background-color:color-mix(in oklab,var(--ui-text)5%,transparent)}}.bg-\\(--ui-text\\)\\/8{background-color:var(--ui-text)}@supports (color:color-mix(in lab,red,red)){.bg-\\(--ui-text\\)\\/8{background-color:color-mix(in oklab,var(--ui-text)8%,transparent)}}.bg-error-200{background-color:var(--color-error-200)}.bg-error-500{background-color:var(--color-error-500)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-400{background-color:var(--color-gray-400)}.bg-info-200{background-color:var(--color-info-200)}.bg-info-500{background-color:var(--color-info-500)}.bg-neutral-200{background-color:var(--color-neutral-200)}.bg-neutral-400{background-color:var(--color-neutral-400)}.bg-neutral-500\\/20{background-color:#6a728233}@supports (color:color-mix(in lab,red,red)){.bg-neutral-500\\/20{background-color:color-mix(in oklab,var(--color-neutral-500)20%,transparent)}}.bg-purple-200{background-color:var(--color-purple-200)}.bg-purple-400{background-color:var(--color-purple-400)}.bg-success-200{background-color:var(--color-success-200)}.bg-success-500{background-color:var(--color-success-500)}.bg-theme-400{background-color:var(--color-theme-400)}.bg-theme\\/70{background-color:var(--color-theme)}@supports (color:color-mix(in lab,red,red)){.bg-theme\\/70{background-color:color-mix(in oklab,var(--color-theme)70%,transparent)}}.bg-transparent{background-color:#0000}.bg-warning-200{background-color:var(--color-warning-200)}.bg-warning-500{background-color:var(--color-warning-500)}.p-0\\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-4{padding:calc(var(--spacing)*4)}.px-0\\.5{padding-inline:calc(var(--spacing)*.5)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-0\\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-6{padding-block:calc(var(--spacing)*6)}.pt-6{padding-top:calc(var(--spacing)*6)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-2{padding-right:calc(var(--spacing)*2)}.pl-8{padding-left:calc(var(--spacing)*8)}.text-center{text-align:center}.align-middle{vertical-align:middle}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-wrap{text-wrap:wrap}.wrap-break-word{overflow-wrap:break-word}.text-\\(--devtools-syntax-gray\\){color:var(--devtools-syntax-gray)}.text-\\(--devtools-syntax-green\\){color:var(--devtools-syntax-green)}.text-\\(--devtools-syntax-orange\\){color:var(--devtools-syntax-orange)}.text-\\(--devtools-syntax-purple\\){color:var(--devtools-syntax-purple)}.text-\\(--devtools-syntax-red\\){color:var(--devtools-syntax-red)}.text-\\(--devtools-syntax-sapphire\\){color:var(--devtools-syntax-sapphire)}.text-\\(--ui-text\\),.text-\\(--ui-text\\)\\/50{color:var(--ui-text)}@supports (color:color-mix(in lab,red,red)){.text-\\(--ui-text\\)\\/50{color:color-mix(in oklab,var(--ui-text)50%,transparent)}}.text-\\(--ui-text-dimmed\\){color:var(--ui-text-dimmed)}.text-\\(--ui-text-muted\\),.text-\\(--ui-text-muted\\)\\/50{color:var(--ui-text-muted)}@supports (color:color-mix(in lab,red,red)){.text-\\(--ui-text-muted\\)\\/50{color:color-mix(in oklab,var(--ui-text-muted)50%,transparent)}}.text-error-100{color:var(--color-error-100)}.text-gray-100{color:var(--color-gray-100)}.text-gray-900{color:var(--color-gray-900)}.text-info-100{color:var(--color-info-100)}.text-neutral-100{color:var(--color-neutral-100)}.text-neutral-400{color:var(--color-neutral-400)}.text-neutral-500{color:var(--color-neutral-500)}.text-neutral-500\\/50{color:#6a728280}@supports (color:color-mix(in lab,red,red)){.text-neutral-500\\/50{color:color-mix(in oklab,var(--color-neutral-500)50%,transparent)}}.text-purple-100{color:var(--color-purple-100)}.text-success-100{color:var(--color-success-100)}.text-warning-100{color:var(--color-warning-100)}.italic{font-style:italic}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-\\(--ui-bg-muted\\){--tw-ring-color:var(--ui-bg-muted)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\\[background-color\\]{transition-property:background-color;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.select-none{-webkit-user-select:none;user-select:none}@media(hover:hover){.group-hover\\:flex:is(:where(.group):hover *){display:flex}.group-hover\\:inline-flex:is(:where(.group):hover *){display:inline-flex}.hover\\:cursor-pointer:hover{cursor:pointer}.hover\\:border-theme-300:hover{border-color:var(--color-theme-300)}.hover\\:bg-\\(--ui-bg-elevated\\):hover{background-color:var(--ui-bg-elevated)}.hover\\:bg-\\(--ui-bg-muted\\):hover{background-color:var(--ui-bg-muted)}.hover\\:bg-\\(--ui-border\\):hover{background-color:var(--ui-border)}.hover\\:bg-theme-400:hover{background-color:var(--color-theme-400)}.hover\\:bg-theme-600:hover{background-color:var(--color-theme-600)}.hover\\:text-\\(--ui-text\\):hover{color:var(--ui-text)}.hover\\:ring:hover{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-theme:focus{--tw-ring-color:var(--color-theme)}.focus\\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\\:outline-2:focus-visible{outline-style:var(--tw-outline-style);outline-width:2px}.focus-visible\\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\\:outline-theme:focus-visible{outline-color:var(--color-theme)}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:text-gray-700:disabled{color:var(--color-gray-700)}@media(min-width:48rem){.md\\:flex{display:flex}.md\\:pt-0{padding-top:calc(var(--spacing)*0)}}@container not (min-width:750px){.\\@max-\\[750px\\]\\:hidden{display:none}}@container not (min-width:28rem){.\\@max-md\\:hidden{display:none}}@media(prefers-color-scheme:dark){:where(.dark\\:divide-\\(--ui-border\\)>:not(:last-child)){border-color:var(--ui-border)}.dark\\:border-neutral-800{border-color:var(--color-neutral-800)}.dark\\:bg-neutral-700{background-color:var(--color-neutral-700)}.dark\\:bg-neutral-800{background-color:var(--color-neutral-800)}.dark\\:bg-theme-400{background-color:var(--color-theme-400)}.dark\\:text-neutral-500{color:var(--color-neutral-500)}@media(hover:hover){.dark\\:hover\\:bg-theme-300:hover{background-color:var(--color-theme-300)}}}}:host{color-scheme:light dark;--ui-radius:var(--radius-sm);--ui-primary:light-dark(var(--color-secondary-500),var(--color-primary-400));--ui-secondary:light-dark(var(--color-secondary-500),var(--color-secondary-400));--ui-success:light-dark(var(--color-success-500),var(--color-success-400));--ui-info:light-dark(var(--color-info-500),var(--color-info-400));--ui-warning:light-dark(var(--color-warning-500),var(--color-warning-400));--ui-error:light-dark(var(--color-error-500),var(--color-error-400));--ui-neutral:light-dark(var(--color-neutral-500),var(--color-neutral-400));--ui-text-dimmed:light-dark(var(--color-gray-400),var(--color-gray-500));--ui-text-muted:light-dark(var(--color-gray-500),var(--color-gray-400));--ui-text-toned:light-dark(var(--color-gray-600),var(--color-gray-300));--ui-text:light-dark(var(--color-gray-900),var(--color-gray-50));--ui-text-inverted:light-dark(var(--color-gray-50),var(--color-gray-900));--ui-bg:light-dark(var(--color-white),var(--color-gray-900));--ui-bg-muted:light-dark(var(--color-gray-50),var(--color-gray-800));--ui-bg-elevated:light-dark(var(--color-gray-100),var(--color-gray-700));--ui-bg-accented:light-dark(var(--color-gray-200),var(--color-gray-600));--ui-bg-inverted:light-dark(var(--color-gray-900),var(--color-white));--ui-border:var(--ui-text);font-family:sans-serif}@supports (color:color-mix(in lab,red,red)){:host{--ui-border:color-mix(in hsl,var(--ui-text)20%,transparent)}}:host{--ui-border-muted:var(--ui-text-muted)}@supports (color:color-mix(in lab,red,red)){:host{--ui-border-muted:color-mix(in hsl,var(--ui-text-muted)10%,transparent)}}:host{--ui-border-accented:var(--ui-text)}@supports (color:color-mix(in lab,red,red)){:host{--ui-border-accented:color-mix(in hsl,var(--ui-text)35%,transparent)}}:host{--ui-border-inverted:var(--ui-text-inverted)}@supports (color:color-mix(in lab,red,red)){:host{--ui-border-inverted:color-mix(in hsl,var(--ui-text-inverted)50%,transparent)}}:host{--devtools-syntax-orange:light-dark(#fe640b,#fab387);--devtools-syntax-purple:light-dark(#8839ef,#cba6f7);--devtools-syntax-gray:light-dark(#4c4f69,#cdd6f4);--devtools-syntax-green:light-dark(#40a02b,#a6e3a1);--devtools-syntax-red:light-dark(#d20f39,#f38ba8);--devtools-syntax-yellow:light-dark(#df8e1d,#f9e2af);--devtools-syntax-sapphire:light-dark(#209fb5,#74c7ec)}@media(prefers-color-scheme:dark){:host{--color-primary-50:var(--color-yellow-50);--color-primary-100:var(--color-yellow-100);--color-primary-200:var(--color-yellow-200);--color-primary-300:var(--color-yellow-300);--color-primary-400:var(--color-yellow-400);--color-primary-500:var(--color-yellow-500);--color-primary-600:var(--color-yellow-600);--color-primary-700:var(--color-yellow-700);--color-primary-800:var(--color-yellow-800);--color-primary-900:var(--color-yellow-900);--color-primary-950:var(--color-yellow-950);--color-secondary-50:var(--color-lime-50);--color-secondary-100:var(--color-lime-100);--color-secondary-200:var(--color-lime-200);--color-secondary-300:var(--color-lime-300);--color-secondary-400:var(--color-lime-400);--color-secondary-500:var(--color-lime-500);--color-secondary-600:var(--color-lime-600);--color-secondary-700:var(--color-lime-700);--color-secondary-800:var(--color-lime-800);--color-secondary-900:var(--color-lime-900);--color-secondary-950:var(--color-lime-950)}}:host:has(.dark){color-scheme:dark}:host:has(.light){color-scheme:light}#root{color:var(--ui-text);background-color:var(--ui-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root *{scrollbar-width:thin}[class~=bg-theme]{color:var(--ui-text);--ui-text:var(--ui-text-inverted)}@media(hover:hover){[class*=bg-theme][class*="hover:"]:hover{color:var(--ui-text);--ui-text:var(--ui-text-inverted)}}.theme-primary{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--ui-secondary);--color-theme-50:var(--color-secondary-50);--color-theme-100:var(--color-secondary-100);--color-theme-200:var(--color-secondary-200);--color-theme-300:var(--color-secondary-300);--color-theme-400:var(--color-secondary-400);--color-theme-500:var(--color-secondary-500);--color-theme-600:var(--color-secondary-600);--color-theme-700:var(--color-secondary-700);--color-theme-800:var(--color-secondary-800);--color-theme-900:var(--color-secondary-900);--color-theme-950:var(--color-secondary-950)}@media(prefers-color-scheme:dark){.theme-primary{--color-theme:var(--ui-primary);--color-theme-50:var(--color-primary-50);--color-theme-100:var(--color-primary-100);--color-theme-200:var(--color-primary-200);--color-theme-300:var(--color-primary-300);--color-theme-400:var(--color-primary-400);--color-theme-500:var(--color-primary-500);--color-theme-600:var(--color-primary-600);--color-theme-700:var(--color-primary-700);--color-theme-800:var(--color-primary-800);--color-theme-900:var(--color-primary-900);--color-theme-950:var(--color-primary-950)}}.theme-secondary{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--ui-secondary);--color-theme-50:var(--color-secondary-50);--color-theme-100:var(--color-secondary-100);--color-theme-200:var(--color-secondary-200);--color-theme-300:var(--color-secondary-300);--color-theme-400:var(--color-secondary-400);--color-theme-500:var(--color-secondary-500);--color-theme-600:var(--color-secondary-600);--color-theme-700:var(--color-secondary-700);--color-theme-800:var(--color-secondary-800);--color-theme-900:var(--color-secondary-900);--color-theme-950:var(--color-secondary-950)}.theme-success{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--ui-success);--color-theme-50:var(--color-success-50);--color-theme-100:var(--color-success-100);--color-theme-200:var(--color-success-200);--color-theme-300:var(--color-success-300);--color-theme-400:var(--color-success-400);--color-theme-500:var(--color-success-500);--color-theme-600:var(--color-success-600);--color-theme-700:var(--color-success-700);--color-theme-800:var(--color-success-800);--color-theme-900:var(--color-success-900);--color-theme-950:var(--color-success-950)}.theme-info{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--ui-info);--color-theme-50:var(--color-info-50);--color-theme-100:var(--color-info-100);--color-theme-200:var(--color-info-200);--color-theme-300:var(--color-info-300);--color-theme-400:var(--color-info-400);--color-theme-500:var(--color-info-500);--color-theme-600:var(--color-info-600);--color-theme-700:var(--color-info-700);--color-theme-800:var(--color-info-800);--color-theme-900:var(--color-info-900);--color-theme-950:var(--color-info-950)}.theme-warning{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--ui-warning);--color-theme-50:var(--color-warning-50);--color-theme-100:var(--color-warning-100);--color-theme-200:var(--color-warning-200);--color-theme-300:var(--color-warning-300);--color-theme-400:var(--color-warning-400);--color-theme-500:var(--color-warning-500);--color-theme-600:var(--color-warning-600);--color-theme-700:var(--color-warning-700);--color-theme-800:var(--color-warning-800);--color-theme-900:var(--color-warning-900);--color-theme-950:var(--color-warning-950)}.theme-error{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--ui-error);--color-theme-50:var(--color-error-50);--color-theme-100:var(--color-error-100);--color-theme-200:var(--color-error-200);--color-theme-300:var(--color-error-300);--color-theme-400:var(--color-error-400);--color-theme-500:var(--color-error-500);--color-theme-600:var(--color-error-600);--color-theme-700:var(--color-error-700);--color-theme-800:var(--color-error-800);--color-theme-900:var(--color-error-900);--color-theme-950:var(--color-error-950)}.theme-neutral{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--ui-neutral);--color-theme-50:var(--color-neutral-50);--color-theme-100:var(--color-neutral-100);--color-theme-200:var(--color-neutral-200);--color-theme-300:var(--color-neutral-300);--color-theme-400:var(--color-neutral-400);--color-theme-500:var(--color-neutral-500);--color-theme-600:var(--color-neutral-600);--color-theme-700:var(--color-neutral-700);--color-theme-800:var(--color-neutral-800);--color-theme-900:var(--color-neutral-900);--color-theme-950:var(--color-neutral-950)}.theme-purple{--ui-text:var(--ui-text-inverted);--ui-bg:var(--color-theme);--color-theme:var(--color-purple-400);--color-theme-50:var(--color-purple-50);--color-theme-100:var(--color-purple-100);--color-theme-200:var(--color-purple-200);--color-theme-300:var(--color-purple-300);--color-theme-400:var(--color-purple-400);--color-theme-500:var(--color-purple-500);--color-theme-600:var(--color-purple-600);--color-theme-700:var(--color-purple-700);--color-theme-800:var(--color-purple-800);--color-theme-900:var(--color-purple-900);--color-theme-950:var(--color-purple-950)}.variant-ghost.variant-ghost{--ui-text:var(--color-theme);color:var(--color-theme);background-color:#0000}.variant-ghost.variant-ghost:hover{color:var(--color-theme);background-color:var(--ui-bg)}@supports (color:color-mix(in lab,red,red)){.variant-ghost.variant-ghost:hover{background-color:color-mix(in hsl,var(--ui-bg)10%,transparent)}}@property --progress-value{syntax:"<number>";inherits:false;initial-value:0}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}', bu = (e, t) => {
5213
5239
  const r = e.__vccOpts || e;
5214
5240
  for (const [o, n] of t)
5215
5241
  r[o] = n;
5216
5242
  return r;
5217
- }, bu = /* @__PURE__ */ yu(mu, [["styles", [vu]]]);
5243
+ }, wu = /* @__PURE__ */ bu(vu, [["styles", [yu]]]);
5218
5244
  const Lt = typeof document < "u";
5219
5245
  function js(e) {
5220
5246
  return typeof e == "object" || "displayName" in e || "props" in e || "__vccOpts" in e;
5221
5247
  }
5222
- function wu(e) {
5248
+ function _u(e) {
5223
5249
  return e.__esModule || e[Symbol.toStringTag] === "Module" || e.default && js(e.default);
5224
5250
  }
5225
- const re = Object.assign;
5251
+ const oe = Object.assign;
5226
5252
  function Ao(e, t) {
5227
5253
  const r = {};
5228
5254
  for (const o in t) {
@@ -5238,24 +5264,24 @@ function Jn(e, t) {
5238
5264
  for (const o in e) r[o] = o in t ? t[o] : e[o];
5239
5265
  return r;
5240
5266
  }
5241
- const Ls = /#/g, _u = /&/g, xu = /\//g, ku = /=/g, Eu = /\?/g, Hs = /\+/g, Su = /%5B/g, Au = /%5D/g, zs = /%5E/g, Ru = /%60/g, Bs = /%7B/g, Cu = /%7C/g, Us = /%7D/g, Tu = /%20/g;
5267
+ const Ls = /#/g, xu = /&/g, ku = /\//g, Eu = /=/g, Su = /\?/g, Hs = /\+/g, Au = /%5B/g, Ru = /%5D/g, zs = /%5E/g, Cu = /%60/g, Bs = /%7B/g, Tu = /%7C/g, Us = /%7D/g, Ou = /%20/g;
5242
5268
  function ln(e) {
5243
- return e == null ? "" : encodeURI("" + e).replace(Cu, "|").replace(Su, "[").replace(Au, "]");
5269
+ return e == null ? "" : encodeURI("" + e).replace(Tu, "|").replace(Au, "[").replace(Ru, "]");
5244
5270
  }
5245
5271
  function Pu(e) {
5246
5272
  return ln(e).replace(Bs, "{").replace(Us, "}").replace(zs, "^");
5247
5273
  }
5248
5274
  function Bo(e) {
5249
- return ln(e).replace(Hs, "%2B").replace(Tu, "+").replace(Ls, "%23").replace(_u, "%26").replace(Ru, "`").replace(Bs, "{").replace(Us, "}").replace(zs, "^");
5250
- }
5251
- function Ou(e) {
5252
- return Bo(e).replace(ku, "%3D");
5275
+ return ln(e).replace(Hs, "%2B").replace(Ou, "+").replace(Ls, "%23").replace(xu, "%26").replace(Cu, "`").replace(Bs, "{").replace(Us, "}").replace(zs, "^");
5253
5276
  }
5254
5277
  function Iu(e) {
5255
- return ln(e).replace(Ls, "%23").replace(Eu, "%3F");
5278
+ return Bo(e).replace(Eu, "%3D");
5256
5279
  }
5257
5280
  function Nu(e) {
5258
- return Iu(e).replace(xu, "%2F");
5281
+ return ln(e).replace(Ls, "%23").replace(Su, "%3F");
5282
+ }
5283
+ function Mu(e) {
5284
+ return Nu(e).replace(ku, "%2F");
5259
5285
  }
5260
5286
  function yr(e) {
5261
5287
  if (e == null) return null;
@@ -5265,23 +5291,23 @@ function yr(e) {
5265
5291
  }
5266
5292
  return "" + e;
5267
5293
  }
5268
- const Mu = /\/$/, Du = (e) => e.replace(Mu, "");
5294
+ const Du = /\/$/, Fu = (e) => e.replace(Du, "");
5269
5295
  function Ro(e, t, r = "/") {
5270
5296
  let o, n = {}, i = "", s = "";
5271
5297
  const l = t.indexOf("#");
5272
5298
  let a = t.indexOf("?");
5273
- return a = l >= 0 && a > l ? -1 : a, a >= 0 && (o = t.slice(0, a), i = t.slice(a, l > 0 ? l : t.length), n = e(i.slice(1))), l >= 0 && (o = o || t.slice(0, l), s = t.slice(l, t.length)), o = Lu(o ?? t, r), {
5299
+ return a = l >= 0 && a > l ? -1 : a, a >= 0 && (o = t.slice(0, a), i = t.slice(a, l > 0 ? l : t.length), n = e(i.slice(1))), l >= 0 && (o = o || t.slice(0, l), s = t.slice(l, t.length)), o = Hu(o ?? t, r), {
5274
5300
  fullPath: o + i + s,
5275
5301
  path: o,
5276
5302
  query: n,
5277
5303
  hash: yr(s)
5278
5304
  };
5279
5305
  }
5280
- function Fu(e, t) {
5306
+ function Vu(e, t) {
5281
5307
  const r = t.query ? e(t.query) : "";
5282
5308
  return t.path + (r && "?") + r + (t.hash || "");
5283
5309
  }
5284
- function Vu(e, t, r) {
5310
+ function ju(e, t, r) {
5285
5311
  const o = t.matched.length - 1, n = r.matched.length - 1;
5286
5312
  return o > -1 && o === n && Jt(t.matched[o], r.matched[n]) && Ks(t.params, r.params) && e(t.query) === e(r.query) && t.hash === r.hash;
5287
5313
  }
@@ -5290,16 +5316,16 @@ function Jt(e, t) {
5290
5316
  }
5291
5317
  function Ks(e, t) {
5292
5318
  if (Object.keys(e).length !== Object.keys(t).length) return !1;
5293
- for (const r in e) if (!ju(e[r], t[r])) return !1;
5319
+ for (var r in e) if (!Lu(e[r], t[r])) return !1;
5294
5320
  return !0;
5295
5321
  }
5296
- function ju(e, t) {
5297
- return Ge(e) ? Yn(e, t) : Ge(t) ? Yn(t, e) : e === t;
5322
+ function Lu(e, t) {
5323
+ return Ge(e) ? Yn(e, t) : Ge(t) ? Yn(t, e) : e?.valueOf() === t?.valueOf();
5298
5324
  }
5299
5325
  function Yn(e, t) {
5300
5326
  return Ge(t) ? e.length === t.length && e.every((r, o) => r === t[o]) : e.length === 1 && e[0] === t;
5301
5327
  }
5302
- function Lu(e, t) {
5328
+ function Hu(e, t) {
5303
5329
  if (e.startsWith("/")) return e;
5304
5330
  if (!e) return t;
5305
5331
  const r = t.split("/"), o = e.split("/"), n = o[o.length - 1];
@@ -5329,18 +5355,18 @@ let Uo = /* @__PURE__ */ (function(e) {
5329
5355
  return e.back = "back", e.forward = "forward", e.unknown = "", e;
5330
5356
  })({});
5331
5357
  const Co = "";
5332
- function Hu(e) {
5358
+ function zu(e) {
5333
5359
  if (!e) if (Lt) {
5334
5360
  const t = document.querySelector("base");
5335
5361
  e = t && t.getAttribute("href") || "/", e = e.replace(/^\w+:\/\/[^\/]+/, "");
5336
5362
  } else e = "/";
5337
- return e[0] !== "/" && e[0] !== "#" && (e = "/" + e), Du(e);
5338
- }
5339
- const zu = /^[^#]+#/;
5340
- function Bu(e, t) {
5341
- return e.replace(zu, "#") + t;
5363
+ return e[0] !== "/" && e[0] !== "#" && (e = "/" + e), Fu(e);
5342
5364
  }
5365
+ const Bu = /^[^#]+#/;
5343
5366
  function Uu(e, t) {
5367
+ return e.replace(Bu, "#") + t;
5368
+ }
5369
+ function Ku(e, t) {
5344
5370
  const r = document.documentElement.getBoundingClientRect(), o = e.getBoundingClientRect();
5345
5371
  return {
5346
5372
  behavior: t.behavior,
@@ -5348,17 +5374,17 @@ function Uu(e, t) {
5348
5374
  top: o.top - r.top - (t.top || 0)
5349
5375
  };
5350
5376
  }
5351
- const Ku = () => ({
5377
+ const $u = () => ({
5352
5378
  left: window.scrollX,
5353
5379
  top: window.scrollY
5354
5380
  });
5355
- function $u(e) {
5381
+ function Wu(e) {
5356
5382
  let t;
5357
5383
  if ("el" in e) {
5358
5384
  const r = e.el, o = typeof r == "string" && r.startsWith("#"), n = typeof r == "string" ? o ? document.getElementById(r.slice(1)) : document.querySelector(r) : r;
5359
5385
  if (!n)
5360
5386
  return;
5361
- t = Uu(n, e);
5387
+ t = Ku(n, e);
5362
5388
  } else t = e;
5363
5389
  "scrollBehavior" in document.documentElement.style ? window.scrollTo(t) : window.scrollTo(t.left != null ? t.left : window.scrollX, t.top != null ? t.top : window.scrollY);
5364
5390
  }
@@ -5366,14 +5392,14 @@ function Xn(e, t) {
5366
5392
  return (history.state ? history.state.position - t : -1) + e;
5367
5393
  }
5368
5394
  const Ko = /* @__PURE__ */ new Map();
5369
- function Wu(e, t) {
5395
+ function Gu(e, t) {
5370
5396
  Ko.set(e, t);
5371
5397
  }
5372
- function Gu(e) {
5398
+ function qu(e) {
5373
5399
  const t = Ko.get(e);
5374
5400
  return Ko.delete(e), t;
5375
5401
  }
5376
- function qu(e) {
5402
+ function Ju(e) {
5377
5403
  return typeof e == "string" || e && typeof e == "object";
5378
5404
  }
5379
5405
  function $s(e) {
@@ -5382,10 +5408,10 @@ function $s(e) {
5382
5408
  let se = /* @__PURE__ */ (function(e) {
5383
5409
  return e[e.MATCHER_NOT_FOUND = 1] = "MATCHER_NOT_FOUND", e[e.NAVIGATION_GUARD_REDIRECT = 2] = "NAVIGATION_GUARD_REDIRECT", e[e.NAVIGATION_ABORTED = 4] = "NAVIGATION_ABORTED", e[e.NAVIGATION_CANCELLED = 8] = "NAVIGATION_CANCELLED", e[e.NAVIGATION_DUPLICATED = 16] = "NAVIGATION_DUPLICATED", e;
5384
5410
  })({});
5385
- const Ws = Symbol("");
5411
+ const Ws = /* @__PURE__ */ Symbol("");
5386
5412
  se.MATCHER_NOT_FOUND + "", se.NAVIGATION_GUARD_REDIRECT + "", se.NAVIGATION_ABORTED + "", se.NAVIGATION_CANCELLED + "", se.NAVIGATION_DUPLICATED + "";
5387
5413
  function Yt(e, t) {
5388
- return re(/* @__PURE__ */ new Error(), {
5414
+ return oe(/* @__PURE__ */ new Error(), {
5389
5415
  type: e,
5390
5416
  [Ws]: !0
5391
5417
  }, t);
@@ -5393,19 +5419,19 @@ function Yt(e, t) {
5393
5419
  function nt(e, t) {
5394
5420
  return e instanceof Error && Ws in e && (t == null || !!(e.type & t));
5395
5421
  }
5396
- const Ju = [
5422
+ const Yu = [
5397
5423
  "params",
5398
5424
  "query",
5399
5425
  "hash"
5400
5426
  ];
5401
- function Yu(e) {
5427
+ function Qu(e) {
5402
5428
  if (typeof e == "string") return e;
5403
5429
  if (e.path != null) return e.path;
5404
5430
  const t = {};
5405
- for (const r of Ju) r in e && (t[r] = e[r]);
5431
+ for (const r of Yu) r in e && (t[r] = e[r]);
5406
5432
  return JSON.stringify(t, null, 2);
5407
5433
  }
5408
- function Qu(e) {
5434
+ function Xu(e) {
5409
5435
  const t = {};
5410
5436
  if (e === "" || e === "?") return t;
5411
5437
  const r = (e[0] === "?" ? e.slice(1) : e).split("&");
@@ -5422,7 +5448,7 @@ function Zn(e) {
5422
5448
  let t = "";
5423
5449
  for (let r in e) {
5424
5450
  const o = e[r];
5425
- if (r = Ou(r), o == null) {
5451
+ if (r = Iu(r), o == null) {
5426
5452
  o !== void 0 && (t += (t.length ? "&" : "") + r);
5427
5453
  continue;
5428
5454
  }
@@ -5432,7 +5458,7 @@ function Zn(e) {
5432
5458
  }
5433
5459
  return t;
5434
5460
  }
5435
- function Xu(e) {
5461
+ function Zu(e) {
5436
5462
  const t = {};
5437
5463
  for (const r in e) {
5438
5464
  const o = e[r];
@@ -5440,7 +5466,7 @@ function Xu(e) {
5440
5466
  }
5441
5467
  return t;
5442
5468
  }
5443
- const Zu = Symbol(""), ei = Symbol(""), po = Symbol(""), an = Symbol(""), $o = Symbol("");
5469
+ const ef = /* @__PURE__ */ Symbol(""), ei = /* @__PURE__ */ Symbol(""), po = /* @__PURE__ */ Symbol(""), an = /* @__PURE__ */ Symbol(""), $o = /* @__PURE__ */ Symbol("");
5444
5470
  function tr() {
5445
5471
  let e = [];
5446
5472
  function t(o) {
@@ -5465,7 +5491,7 @@ function _t(e, t, r, o, n, i = (s) => s()) {
5465
5491
  m === !1 ? a(Yt(se.NAVIGATION_ABORTED, {
5466
5492
  from: r,
5467
5493
  to: t
5468
- })) : m instanceof Error ? a(m) : qu(m) ? a(Yt(se.NAVIGATION_GUARD_REDIRECT, {
5494
+ })) : m instanceof Error ? a(m) : Ju(m) ? a(Yt(se.NAVIGATION_GUARD_REDIRECT, {
5469
5495
  from: t,
5470
5496
  to: m
5471
5497
  })) : (s && o.enterCallbacks[n] === s && typeof m == "function" && s.push(m), l());
@@ -5487,7 +5513,7 @@ function To(e, t, r, o, n = (i) => i()) {
5487
5513
  let f = a();
5488
5514
  i.push(() => f.then((c) => {
5489
5515
  if (!c) throw new Error(`Couldn't resolve component "${l}" at "${s.path}"`);
5490
- const d = wu(c) ? c.default : c;
5516
+ const d = _u(c) ? c.default : c;
5491
5517
  s.mods[l] = c, s.components[l] = d;
5492
5518
  const m = (d.__vccOpts || d)[t];
5493
5519
  return m && _t(m, r, o, s, l, n)();
@@ -5496,7 +5522,7 @@ function To(e, t, r, o, n = (i) => i()) {
5496
5522
  }
5497
5523
  return i;
5498
5524
  }
5499
- function ef(e, t) {
5525
+ function tf(e, t) {
5500
5526
  const r = [], o = [], n = [], i = Math.max(t.matched.length, e.matched.length);
5501
5527
  for (let s = 0; s < i; s++) {
5502
5528
  const l = t.matched[s];
@@ -5510,9 +5536,9 @@ function ef(e, t) {
5510
5536
  n
5511
5537
  ];
5512
5538
  }
5513
- function tf(e = "") {
5539
+ function rf(e = "") {
5514
5540
  let t = [], r = [[Co, {}]], o = 0;
5515
- e = Hu(e);
5541
+ e = zu(e);
5516
5542
  function n(l, a = {}) {
5517
5543
  o++, o !== r.length && r.splice(o), r.push([l, a]);
5518
5544
  }
@@ -5528,7 +5554,7 @@ function tf(e = "") {
5528
5554
  location: Co,
5529
5555
  state: {},
5530
5556
  base: e,
5531
- createHref: Bu.bind(null, e),
5557
+ createHref: Uu.bind(null, e),
5532
5558
  replace(l, a) {
5533
5559
  r.splice(o--, 1), n(l, a);
5534
5560
  },
@@ -5566,13 +5592,13 @@ let Ct = /* @__PURE__ */ (function(e) {
5566
5592
  var de = /* @__PURE__ */ (function(e) {
5567
5593
  return e[e.Static = 0] = "Static", e[e.Param = 1] = "Param", e[e.ParamRegExp = 2] = "ParamRegExp", e[e.ParamRegExpEnd = 3] = "ParamRegExpEnd", e[e.EscapeNext = 4] = "EscapeNext", e;
5568
5594
  })(de || {});
5569
- const rf = {
5595
+ const of = {
5570
5596
  type: Ct.Static,
5571
5597
  value: ""
5572
- }, of = /[a-zA-Z0-9_]/;
5573
- function nf(e) {
5598
+ }, nf = /[a-zA-Z0-9_]/;
5599
+ function sf(e) {
5574
5600
  if (!e) return [[]];
5575
- if (e === "/") return [[rf]];
5601
+ if (e === "/") return [[of]];
5576
5602
  if (!e.startsWith("/")) throw new Error(`Invalid path "${e}"`);
5577
5603
  function t(g) {
5578
5604
  throw new Error(`ERR (${r})/"${f}": ${g}`);
@@ -5612,7 +5638,7 @@ function nf(e) {
5612
5638
  m(), r = o;
5613
5639
  break;
5614
5640
  case de.Param:
5615
- a === "(" ? r = de.ParamRegExp : of.test(a) ? m() : (d(), r = de.Static, a !== "*" && a !== "?" && a !== "+" && l--);
5641
+ a === "(" ? r = de.ParamRegExp : nf.test(a) ? m() : (d(), r = de.Static, a !== "*" && a !== "?" && a !== "+" && l--);
5616
5642
  break;
5617
5643
  case de.ParamRegExp:
5618
5644
  a === ")" ? c[c.length - 1] == "\\" ? c = c.slice(0, -1) + a : r = de.ParamRegExpEnd : c += a;
@@ -5627,7 +5653,7 @@ function nf(e) {
5627
5653
  }
5628
5654
  return r === de.ParamRegExp && t(`Unfinished custom RegExp for param "${f}"`), d(), s(), n;
5629
5655
  }
5630
- const ti = "[^/]+?", sf = {
5656
+ const ti = "[^/]+?", lf = {
5631
5657
  sensitive: !1,
5632
5658
  strict: !1,
5633
5659
  start: !0,
@@ -5636,9 +5662,9 @@ const ti = "[^/]+?", sf = {
5636
5662
  var Ee = /* @__PURE__ */ (function(e) {
5637
5663
  return e[e._multiplier = 10] = "_multiplier", e[e.Root = 90] = "Root", e[e.Segment = 40] = "Segment", e[e.SubSegment = 30] = "SubSegment", e[e.Static = 40] = "Static", e[e.Dynamic = 20] = "Dynamic", e[e.BonusCustomRegExp = 10] = "BonusCustomRegExp", e[e.BonusWildcard = -50] = "BonusWildcard", e[e.BonusRepeatable = -20] = "BonusRepeatable", e[e.BonusOptional = -8] = "BonusOptional", e[e.BonusStrict = 0.7000000000000001] = "BonusStrict", e[e.BonusCaseSensitive = 0.25] = "BonusCaseSensitive", e;
5638
5664
  })(Ee || {});
5639
- const lf = /[.+*?^${}()[\]/\\]/g;
5640
- function af(e, t) {
5641
- const r = re({}, sf, t), o = [];
5665
+ const af = /[.+*?^${}()[\]/\\]/g;
5666
+ function cf(e, t) {
5667
+ const r = oe({}, lf, t), o = [];
5642
5668
  let n = r.start ? "^" : "";
5643
5669
  const i = [];
5644
5670
  for (const f of e) {
@@ -5648,7 +5674,7 @@ function af(e, t) {
5648
5674
  const m = f[d];
5649
5675
  let g = Ee.Segment + (r.sensitive ? Ee.BonusCaseSensitive : 0);
5650
5676
  if (m.type === Ct.Static)
5651
- d || (n += "/"), n += m.value.replace(lf, "\\$&"), g += Ee.Static;
5677
+ d || (n += "/"), n += m.value.replace(af, "\\$&"), g += Ee.Static;
5652
5678
  else if (m.type === Ct.Param) {
5653
5679
  const { value: k, repeatable: x, optional: M, regexp: S } = m;
5654
5680
  i.push({
@@ -5656,17 +5682,17 @@ function af(e, t) {
5656
5682
  repeatable: x,
5657
5683
  optional: M
5658
5684
  });
5659
- const P = S || ti;
5660
- if (P !== ti) {
5685
+ const O = S || ti;
5686
+ if (O !== ti) {
5661
5687
  g += Ee.BonusCustomRegExp;
5662
5688
  try {
5663
- `${P}`;
5689
+ `${O}`;
5664
5690
  } catch (R) {
5665
- throw new Error(`Invalid custom RegExp for param "${k}" (${P}): ` + R.message);
5691
+ throw new Error(`Invalid custom RegExp for param "${k}" (${O}): ` + R.message);
5666
5692
  }
5667
5693
  }
5668
- let I = x ? `((?:${P})(?:/(?:${P}))*)` : `(${P})`;
5669
- d || (I = M && f.length < 2 ? `(?:/${I})` : "/" + I), M && (I += "?"), n += I, g += Ee.Dynamic, M && (g += Ee.BonusOptional), x && (g += Ee.BonusRepeatable), P === ".*" && (g += Ee.BonusWildcard);
5694
+ let I = x ? `((?:${O})(?:/(?:${O}))*)` : `(${O})`;
5695
+ d || (I = M && f.length < 2 ? `(?:/${I})` : "/" + I), M && (I += "?"), n += I, g += Ee.Dynamic, M && (g += Ee.BonusOptional), x && (g += Ee.BonusRepeatable), O === ".*" && (g += Ee.BonusWildcard);
5670
5696
  }
5671
5697
  c.push(g);
5672
5698
  }
@@ -5695,11 +5721,11 @@ function af(e, t) {
5695
5721
  else if (g.type === Ct.Param) {
5696
5722
  const { value: k, repeatable: x, optional: M } = g, S = k in f ? f[k] : "";
5697
5723
  if (Ge(S) && !x) throw new Error(`Provided param "${k}" is an array but it is not repeatable (* or + modifiers)`);
5698
- const P = Ge(S) ? S.join("/") : S;
5699
- if (!P) if (M)
5724
+ const O = Ge(S) ? S.join("/") : S;
5725
+ if (!O) if (M)
5700
5726
  m.length < 2 && (c.endsWith("/") ? c = c.slice(0, -1) : d = !0);
5701
5727
  else throw new Error(`Missing required param "${k}"`);
5702
- c += P;
5728
+ c += O;
5703
5729
  }
5704
5730
  }
5705
5731
  return c || "/";
@@ -5712,7 +5738,7 @@ function af(e, t) {
5712
5738
  stringify: a
5713
5739
  };
5714
5740
  }
5715
- function cf(e, t) {
5741
+ function uf(e, t) {
5716
5742
  let r = 0;
5717
5743
  for (; r < e.length && r < t.length; ) {
5718
5744
  const o = t[r] - e[r];
@@ -5725,7 +5751,7 @@ function Gs(e, t) {
5725
5751
  let r = 0;
5726
5752
  const o = e.score, n = t.score;
5727
5753
  for (; r < o.length && r < n.length; ) {
5728
- const i = cf(o[r], n[r]);
5754
+ const i = uf(o[r], n[r]);
5729
5755
  if (i) return i;
5730
5756
  r++;
5731
5757
  }
@@ -5739,13 +5765,13 @@ function ri(e) {
5739
5765
  const t = e[e.length - 1];
5740
5766
  return e.length > 0 && t[t.length - 1] < 0;
5741
5767
  }
5742
- const uf = {
5768
+ const ff = {
5743
5769
  strict: !1,
5744
5770
  end: !0,
5745
5771
  sensitive: !1
5746
5772
  };
5747
- function ff(e, t, r) {
5748
- const o = af(nf(e.path), r), n = re(o, {
5773
+ function df(e, t, r) {
5774
+ const o = cf(sf(e.path), r), n = oe(o, {
5749
5775
  record: e,
5750
5776
  parent: t,
5751
5777
  children: [],
@@ -5753,9 +5779,9 @@ function ff(e, t, r) {
5753
5779
  });
5754
5780
  return t && !n.record.aliasOf == !t.record.aliasOf && t.children.push(n), n;
5755
5781
  }
5756
- function df(e, t) {
5782
+ function hf(e, t) {
5757
5783
  const r = [], o = /* @__PURE__ */ new Map();
5758
- t = Jn(uf, t);
5784
+ t = Jn(ff, t);
5759
5785
  function n(d) {
5760
5786
  return o.get(d);
5761
5787
  }
@@ -5765,24 +5791,24 @@ function df(e, t) {
5765
5791
  const M = Jn(t, d), S = [x];
5766
5792
  if ("alias" in d) {
5767
5793
  const R = typeof d.alias == "string" ? [d.alias] : d.alias;
5768
- for (const B of R) S.push(ni(re({}, x, {
5794
+ for (const B of R) S.push(ni(oe({}, x, {
5769
5795
  components: g ? g.record.components : x.components,
5770
5796
  path: B,
5771
5797
  aliasOf: g ? g.record : x
5772
5798
  })));
5773
5799
  }
5774
- let P, I;
5800
+ let O, I;
5775
5801
  for (const R of S) {
5776
5802
  const { path: B } = R;
5777
5803
  if (m && B[0] !== "/") {
5778
5804
  const ne = m.record.path, q = ne[ne.length - 1] === "/" ? "" : "/";
5779
5805
  R.path = m.record.path + (B && q + B);
5780
5806
  }
5781
- if (P = ff(R, m, M), g ? g.alias.push(P) : (I = I || P, I !== P && I.alias.push(P), k && d.name && !ii(P) && s(d.name)), qs(P) && a(P), x.children) {
5807
+ if (O = df(R, m, M), g ? g.alias.push(O) : (I = I || O, I !== O && I.alias.push(O), k && d.name && !ii(O) && s(d.name)), qs(O) && a(O), x.children) {
5782
5808
  const ne = x.children;
5783
- for (let q = 0; q < ne.length; q++) i(ne[q], P, g && g.children[q]);
5809
+ for (let q = 0; q < ne.length; q++) i(ne[q], O, g && g.children[q]);
5784
5810
  }
5785
- g = g || P;
5811
+ g = g || O;
5786
5812
  }
5787
5813
  return I ? () => {
5788
5814
  s(I);
@@ -5801,14 +5827,14 @@ function df(e, t) {
5801
5827
  return r;
5802
5828
  }
5803
5829
  function a(d) {
5804
- const m = gf(d, r);
5830
+ const m = mf(d, r);
5805
5831
  r.splice(m, 0, d), d.record.name && !ii(d) && o.set(d.record.name, d);
5806
5832
  }
5807
5833
  function f(d, m) {
5808
5834
  let g, k = {}, x, M;
5809
5835
  if ("name" in d && d.name) {
5810
5836
  if (g = o.get(d.name), !g) throw Yt(se.MATCHER_NOT_FOUND, { location: d });
5811
- M = g.record.name, k = re(oi(m.params, g.keys.filter((I) => !I.optional).concat(g.parent ? g.parent.keys.filter((I) => I.optional) : []).map((I) => I.name)), d.params && oi(d.params, g.keys.map((I) => I.name))), x = g.stringify(k);
5837
+ M = g.record.name, k = oe(oi(m.params, g.keys.filter((I) => !I.optional).concat(g.parent ? g.parent.keys.filter((I) => I.optional) : []).map((I) => I.name)), d.params && oi(d.params, g.keys.map((I) => I.name))), x = g.stringify(k);
5812
5838
  } else if (d.path != null)
5813
5839
  x = d.path, g = r.find((I) => I.re.test(x)), g && (k = g.parse(x), M = g.record.name);
5814
5840
  else {
@@ -5816,18 +5842,18 @@ function df(e, t) {
5816
5842
  location: d,
5817
5843
  currentLocation: m
5818
5844
  });
5819
- M = g.record.name, k = re({}, m.params, d.params), x = g.stringify(k);
5845
+ M = g.record.name, k = oe({}, m.params, d.params), x = g.stringify(k);
5820
5846
  }
5821
5847
  const S = [];
5822
- let P = g;
5823
- for (; P; )
5824
- S.unshift(P.record), P = P.parent;
5848
+ let O = g;
5849
+ for (; O; )
5850
+ S.unshift(O.record), O = O.parent;
5825
5851
  return {
5826
5852
  name: M,
5827
5853
  path: x,
5828
5854
  params: k,
5829
5855
  matched: S,
5830
- meta: pf(S)
5856
+ meta: gf(S)
5831
5857
  };
5832
5858
  }
5833
5859
  e.forEach((d) => i(d));
@@ -5856,7 +5882,7 @@ function ni(e) {
5856
5882
  meta: e.meta || {},
5857
5883
  aliasOf: e.aliasOf,
5858
5884
  beforeEnter: e.beforeEnter,
5859
- props: hf(e),
5885
+ props: pf(e),
5860
5886
  children: e.children || [],
5861
5887
  instances: {},
5862
5888
  leaveGuards: /* @__PURE__ */ new Set(),
@@ -5866,7 +5892,7 @@ function ni(e) {
5866
5892
  };
5867
5893
  return Object.defineProperty(t, "mods", { value: {} }), t;
5868
5894
  }
5869
- function hf(e) {
5895
+ function pf(e) {
5870
5896
  const t = {}, r = e.props || !1;
5871
5897
  if ("component" in e) t.default = r;
5872
5898
  else for (const o in e.components) t[o] = typeof r == "object" ? r[o] : r;
@@ -5879,19 +5905,19 @@ function ii(e) {
5879
5905
  }
5880
5906
  return !1;
5881
5907
  }
5882
- function pf(e) {
5883
- return e.reduce((t, r) => re(t, r.meta), {});
5908
+ function gf(e) {
5909
+ return e.reduce((t, r) => oe(t, r.meta), {});
5884
5910
  }
5885
- function gf(e, t) {
5911
+ function mf(e, t) {
5886
5912
  let r = 0, o = t.length;
5887
5913
  for (; r !== o; ) {
5888
5914
  const i = r + o >> 1;
5889
5915
  Gs(e, t[i]) < 0 ? o = i : r = i + 1;
5890
5916
  }
5891
- const n = mf(e);
5917
+ const n = vf(e);
5892
5918
  return n && (o = t.lastIndexOf(n, o - 1)), o;
5893
5919
  }
5894
- function mf(e) {
5920
+ function vf(e) {
5895
5921
  let t = e;
5896
5922
  for (; t = t.parent; ) if (qs(t) && Gs(e, t) === 0) return t;
5897
5923
  }
@@ -5899,19 +5925,19 @@ function qs({ record: e }) {
5899
5925
  return !!(e.name || e.components && Object.keys(e.components).length || e.redirect);
5900
5926
  }
5901
5927
  function si(e) {
5902
- const t = Ce(po), r = Ce(an), o = oe(() => {
5928
+ const t = Ce(po), r = Ce(an), o = re(() => {
5903
5929
  const a = Ue(e.to);
5904
5930
  return t.resolve(a);
5905
- }), n = oe(() => {
5931
+ }), n = re(() => {
5906
5932
  const { matched: a } = o.value, { length: f } = a, c = a[f - 1], d = r.matched;
5907
5933
  if (!c || !d.length) return -1;
5908
5934
  const m = d.findIndex(Jt.bind(null, c));
5909
5935
  if (m > -1) return m;
5910
5936
  const g = li(a[f - 2]);
5911
5937
  return f > 1 && li(c) === g && d[d.length - 1].path !== g ? d.findIndex(Jt.bind(null, a[f - 2])) : m;
5912
- }), i = oe(() => n.value > -1 && _f(r.params, o.value.params)), s = oe(() => n.value > -1 && n.value === r.matched.length - 1 && Ks(r.params, o.value.params));
5938
+ }), i = re(() => n.value > -1 && xf(r.params, o.value.params)), s = re(() => n.value > -1 && n.value === r.matched.length - 1 && Ks(r.params, o.value.params));
5913
5939
  function l(a = {}) {
5914
- if (wf(a)) {
5940
+ if (_f(a)) {
5915
5941
  const f = t[Ue(e.replace) ? "replace" : "push"](Ue(e.to)).catch(ur);
5916
5942
  return e.viewTransition && typeof document < "u" && "startViewTransition" in document && document.startViewTransition(() => f), f;
5917
5943
  }
@@ -5919,16 +5945,16 @@ function si(e) {
5919
5945
  }
5920
5946
  return {
5921
5947
  route: o,
5922
- href: oe(() => o.value.href),
5948
+ href: re(() => o.value.href),
5923
5949
  isActive: i,
5924
5950
  isExactActive: s,
5925
5951
  navigate: l
5926
5952
  };
5927
5953
  }
5928
- function vf(e) {
5954
+ function yf(e) {
5929
5955
  return e.length === 1 ? e[0] : e;
5930
5956
  }
5931
- const yf = /* @__PURE__ */ Nt({
5957
+ const bf = /* @__PURE__ */ Nt({
5932
5958
  name: "RouterLink",
5933
5959
  compatConfig: { MODE: 3 },
5934
5960
  props: {
@@ -5948,12 +5974,12 @@ const yf = /* @__PURE__ */ Nt({
5948
5974
  },
5949
5975
  useLink: si,
5950
5976
  setup(e, { slots: t }) {
5951
- const r = ro(si(e)), { options: o } = Ce(po), n = oe(() => ({
5977
+ const r = ro(si(e)), { options: o } = Ce(po), n = re(() => ({
5952
5978
  [ai(e.activeClass, o.linkActiveClass, "router-link-active")]: r.isActive,
5953
5979
  [ai(e.exactActiveClass, o.linkExactActiveClass, "router-link-exact-active")]: r.isExactActive
5954
5980
  }));
5955
5981
  return () => {
5956
- const i = t.default && vf(t.default(r));
5982
+ const i = t.default && yf(t.default(r));
5957
5983
  return e.custom ? i : Es("a", {
5958
5984
  "aria-current": r.isExactActive ? e.ariaCurrentValue : null,
5959
5985
  href: r.href,
@@ -5962,8 +5988,8 @@ const yf = /* @__PURE__ */ Nt({
5962
5988
  }, i);
5963
5989
  };
5964
5990
  }
5965
- }), bf = yf;
5966
- function wf(e) {
5991
+ }), wf = bf;
5992
+ function _f(e) {
5967
5993
  if (!(e.metaKey || e.altKey || e.ctrlKey || e.shiftKey) && !e.defaultPrevented && !(e.button !== void 0 && e.button !== 0)) {
5968
5994
  if (e.currentTarget && e.currentTarget.getAttribute) {
5969
5995
  const t = e.currentTarget.getAttribute("target");
@@ -5972,19 +5998,19 @@ function wf(e) {
5972
5998
  return e.preventDefault && e.preventDefault(), !0;
5973
5999
  }
5974
6000
  }
5975
- function _f(e, t) {
6001
+ function xf(e, t) {
5976
6002
  for (const r in t) {
5977
6003
  const o = t[r], n = e[r];
5978
6004
  if (typeof o == "string") {
5979
6005
  if (o !== n) return !1;
5980
- } else if (!Ge(n) || n.length !== o.length || o.some((i, s) => i !== n[s])) return !1;
6006
+ } else if (!Ge(n) || n.length !== o.length || o.some((i, s) => i.valueOf() !== n[s].valueOf())) return !1;
5981
6007
  }
5982
6008
  return !0;
5983
6009
  }
5984
6010
  function li(e) {
5985
6011
  return e ? e.aliasOf ? e.aliasOf.path : e.path : "";
5986
6012
  }
5987
- const ai = (e, t, r) => e ?? t ?? r, xf = /* @__PURE__ */ Nt({
6013
+ const ai = (e, t, r) => e ?? t ?? r, kf = /* @__PURE__ */ Nt({
5988
6014
  name: "RouterView",
5989
6015
  inheritAttrs: !1,
5990
6016
  props: {
@@ -5996,14 +6022,14 @@ const ai = (e, t, r) => e ?? t ?? r, xf = /* @__PURE__ */ Nt({
5996
6022
  },
5997
6023
  compatConfig: { MODE: 3 },
5998
6024
  setup(e, { attrs: t, slots: r }) {
5999
- const o = Ce($o), n = oe(() => e.route || o.value), i = Ce(ei, 0), s = oe(() => {
6025
+ const o = Ce($o), n = re(() => e.route || o.value), i = Ce(ei, 0), s = re(() => {
6000
6026
  let f = Ue(i);
6001
6027
  const { matched: c } = n.value;
6002
6028
  let d;
6003
6029
  for (; (d = c[f]) && !d.components; ) f++;
6004
6030
  return f;
6005
- }), l = oe(() => n.value.matched[s.value]);
6006
- It(ei, oe(() => s.value + 1)), It(Zu, l), It($o, n);
6031
+ }), l = re(() => n.value.matched[s.value]);
6032
+ It(ei, re(() => s.value + 1)), It(ef, l), It($o, n);
6007
6033
  const a = xt();
6008
6034
  return Ke(() => [
6009
6035
  a.value,
@@ -6017,7 +6043,7 @@ const ai = (e, t, r) => e ?? t ?? r, xf = /* @__PURE__ */ Nt({
6017
6043
  Component: m,
6018
6044
  route: f
6019
6045
  });
6020
- const g = d.props[c], k = g ? g === !0 ? f.params : typeof g == "function" ? g(f) : g : null, M = Es(m, re({}, k, t, {
6046
+ const g = d.props[c], k = g ? g === !0 ? f.params : typeof g == "function" ? g(f) : g : null, M = Es(m, oe({}, k, t, {
6021
6047
  onVnodeUnmounted: (S) => {
6022
6048
  S.component.isUnmounted && (d.instances[c] = null);
6023
6049
  },
@@ -6035,12 +6061,12 @@ function ci(e, t) {
6035
6061
  const r = e(t);
6036
6062
  return r.length === 1 ? r[0] : r;
6037
6063
  }
6038
- const kf = xf;
6039
- function Ef(e) {
6040
- const t = df(e.routes, e), r = e.parseQuery || Qu, o = e.stringifyQuery || Zn, n = e.history, i = tr(), s = tr(), l = tr(), a = ct(vt);
6064
+ const Ef = kf;
6065
+ function Sf(e) {
6066
+ const t = hf(e.routes, e), r = e.parseQuery || Xu, o = e.stringifyQuery || Zn, n = e.history, i = tr(), s = tr(), l = tr(), a = ct(vt);
6041
6067
  let f = vt;
6042
6068
  Lt && e.scrollBehavior && "scrollRestoration" in history && (history.scrollRestoration = "manual");
6043
- const c = Ao.bind(null, (b) => "" + b), d = Ao.bind(null, Nu), m = Ao.bind(null, yr);
6069
+ const c = Ao.bind(null, (b) => "" + b), d = Ao.bind(null, Mu), m = Ao.bind(null, yr);
6044
6070
  function g(b, N) {
6045
6071
  let T, D;
6046
6072
  return $s(b) ? (T = t.getRecordMatcher(b), D = N) : D = b, t.addRoute(D, T);
@@ -6056,9 +6082,9 @@ function Ef(e) {
6056
6082
  return !!t.getRecordMatcher(b);
6057
6083
  }
6058
6084
  function S(b, N) {
6059
- if (N = re({}, N || a.value), typeof b == "string") {
6085
+ if (N = oe({}, N || a.value), typeof b == "string") {
6060
6086
  const p = Ro(r, b, N.path), y = t.resolve({ path: p.path }, N), w = n.createHref(p.fullPath);
6061
- return re(p, y, {
6087
+ return oe(p, y, {
6062
6088
  params: m(y.params),
6063
6089
  hash: yr(p.hash),
6064
6090
  redirectedFrom: void 0,
@@ -6067,29 +6093,29 @@ function Ef(e) {
6067
6093
  }
6068
6094
  let T;
6069
6095
  if (b.path != null)
6070
- T = re({}, b, { path: Ro(r, b.path, N.path).path });
6096
+ T = oe({}, b, { path: Ro(r, b.path, N.path).path });
6071
6097
  else {
6072
- const p = re({}, b.params);
6098
+ const p = oe({}, b.params);
6073
6099
  for (const y in p) p[y] == null && delete p[y];
6074
- T = re({}, b, { params: d(p) }), N.params = d(N.params);
6100
+ T = oe({}, b, { params: d(p) }), N.params = d(N.params);
6075
6101
  }
6076
6102
  const D = t.resolve(T, N), U = b.hash || "";
6077
6103
  D.params = c(m(D.params));
6078
- const u = Fu(o, re({}, b, {
6104
+ const u = Vu(o, oe({}, b, {
6079
6105
  hash: Pu(U),
6080
6106
  path: D.path
6081
6107
  })), h = n.createHref(u);
6082
- return re({
6108
+ return oe({
6083
6109
  fullPath: u,
6084
6110
  hash: U,
6085
- query: o === Zn ? Xu(b.query) : b.query || {}
6111
+ query: o === Zn ? Zu(b.query) : b.query || {}
6086
6112
  }, D, {
6087
6113
  redirectedFrom: void 0,
6088
6114
  href: h
6089
6115
  });
6090
6116
  }
6091
- function P(b) {
6092
- return typeof b == "string" ? Ro(r, b, a.value.path) : re({}, b);
6117
+ function O(b) {
6118
+ return typeof b == "string" ? Ro(r, b, a.value.path) : oe({}, b);
6093
6119
  }
6094
6120
  function I(b, N) {
6095
6121
  if (f !== b) return Yt(se.NAVIGATION_CANCELLED, {
@@ -6101,14 +6127,14 @@ function Ef(e) {
6101
6127
  return q(b);
6102
6128
  }
6103
6129
  function B(b) {
6104
- return R(re(P(b), { replace: !0 }));
6130
+ return R(oe(O(b), { replace: !0 }));
6105
6131
  }
6106
6132
  function ne(b, N) {
6107
6133
  const T = b.matched[b.matched.length - 1];
6108
6134
  if (T && T.redirect) {
6109
6135
  const { redirect: D } = T;
6110
6136
  let U = typeof D == "function" ? D(b, N) : D;
6111
- return typeof U == "string" && (U = U.includes("?") || U.includes("#") ? U = P(U) : { path: U }, U.params = {}), re({
6137
+ return typeof U == "string" && (U = U.includes("?") || U.includes("#") ? U = O(U) : { path: U }, U.params = {}), oe({
6112
6138
  query: b.query,
6113
6139
  hash: b.hash,
6114
6140
  params: U.path != null ? {} : b.params
@@ -6117,22 +6143,22 @@ function Ef(e) {
6117
6143
  }
6118
6144
  function q(b, N) {
6119
6145
  const T = f = S(b), D = a.value, U = b.state, u = b.force, h = b.replace === !0, p = ne(T, D);
6120
- if (p) return q(re(P(p), {
6121
- state: typeof p == "object" ? re({}, U, p.state) : U,
6146
+ if (p) return q(oe(O(p), {
6147
+ state: typeof p == "object" ? oe({}, U, p.state) : U,
6122
6148
  force: u,
6123
6149
  replace: h
6124
6150
  }), N || T);
6125
6151
  const y = T;
6126
6152
  y.redirectedFrom = N;
6127
6153
  let w;
6128
- return !u && Vu(o, D, T) && (w = Yt(se.NAVIGATION_DUPLICATED, {
6154
+ return !u && ju(o, D, T) && (w = Yt(se.NAVIGATION_DUPLICATED, {
6129
6155
  to: y,
6130
6156
  from: D
6131
6157
  }), qe(D, D, !0, !1)), (w ? Promise.resolve(w) : he(y, D)).catch((v) => nt(v) ? nt(v, se.NAVIGATION_GUARD_REDIRECT) ? v : mt(v) : Y(v, y, D)).then((v) => {
6132
6158
  if (v) {
6133
6159
  if (nt(v, se.NAVIGATION_GUARD_REDIRECT))
6134
- return q(re({ replace: h }, P(v.to), {
6135
- state: typeof v.to == "object" ? re({}, U, v.to.state) : U,
6160
+ return q(oe({ replace: h }, O(v.to), {
6161
+ state: typeof v.to == "object" ? oe({}, U, v.to.state) : U,
6136
6162
  force: u
6137
6163
  }), N || y);
6138
6164
  } else v = fe(y, D, !0, h, U);
@@ -6149,7 +6175,7 @@ function Ef(e) {
6149
6175
  }
6150
6176
  function he(b, N) {
6151
6177
  let T;
6152
- const [D, U, u] = ef(b, N);
6178
+ const [D, U, u] = tf(b, N);
6153
6179
  T = To(D.reverse(), "beforeRouteLeave", b, N);
6154
6180
  for (const p of D) p.leaveGuards.forEach((y) => {
6155
6181
  T.push(_t(y, b, N));
@@ -6183,7 +6209,7 @@ function Ef(e) {
6183
6209
  const u = I(b, N);
6184
6210
  if (u) return u;
6185
6211
  const h = N === vt, p = Lt ? history.state : {};
6186
- T && (D || h ? n.replace(b.fullPath, re({ scroll: h && p && p.scroll }, U)) : n.push(b.fullPath, U)), a.value = b, qe(b, N, T, h), mt();
6212
+ T && (D || h ? n.replace(b.fullPath, oe({ scroll: h && p && p.scroll }, U)) : n.push(b.fullPath, U)), a.value = b, qe(b, N, T, h), mt();
6187
6213
  }
6188
6214
  let pe;
6189
6215
  function z() {
@@ -6191,7 +6217,7 @@ function Ef(e) {
6191
6217
  if (!kt.listening) return;
6192
6218
  const D = S(b), U = ne(D, kt.currentRoute.value);
6193
6219
  if (U) {
6194
- q(re(U, {
6220
+ q(oe(U, {
6195
6221
  replace: !0,
6196
6222
  force: !0
6197
6223
  }), D).catch(ur);
@@ -6199,7 +6225,7 @@ function Ef(e) {
6199
6225
  }
6200
6226
  f = D;
6201
6227
  const u = a.value;
6202
- Lt && Wu(Xn(u.fullPath, T.delta), Ku()), he(D, u).catch((h) => nt(h, se.NAVIGATION_ABORTED | se.NAVIGATION_CANCELLED) ? h : nt(h, se.NAVIGATION_GUARD_REDIRECT) ? (q(re(P(h.to), { force: !0 }), D).then((p) => {
6228
+ Lt && Gu(Xn(u.fullPath, T.delta), $u()), he(D, u).catch((h) => nt(h, se.NAVIGATION_ABORTED | se.NAVIGATION_CANCELLED) ? h : nt(h, se.NAVIGATION_GUARD_REDIRECT) ? (q(oe(O(h.to), { force: !0 }), D).then((p) => {
6203
6229
  nt(p, se.NAVIGATION_ABORTED | se.NAVIGATION_DUPLICATED) && !T.delta && T.type === Uo.pop && n.go(-1, !1);
6204
6230
  }).catch(ur), Promise.reject()) : (T.delta && n.go(-T.delta, !1), Y(h, D, u))).then((h) => {
6205
6231
  h = h || fe(D, u, !1), h && (T.delta && !nt(h, se.NAVIGATION_CANCELLED) ? n.go(-T.delta, !1) : T.type === Uo.pop && nt(h, se.NAVIGATION_ABORTED | se.NAVIGATION_DUPLICATED) && n.go(-1, !1)), ve(D, u, h);
@@ -6223,8 +6249,8 @@ function Ef(e) {
6223
6249
  function qe(b, N, T, D) {
6224
6250
  const { scrollBehavior: U } = e;
6225
6251
  if (!Lt || !U) return Promise.resolve();
6226
- const u = !T && Gu(Xn(b.fullPath, 0)) || (D || !T) && history.state && history.state.scroll || null;
6227
- return _r().then(() => U(b, N, u)).then((h) => h && $u(h)).catch((h) => Y(h, b, N));
6252
+ const u = !T && qu(Xn(b.fullPath, 0)) || (D || !T) && history.state && history.state.scroll || null;
6253
+ return _r().then(() => U(b, N, u)).then((h) => h && Wu(h)).catch((h) => Y(h, b, N));
6228
6254
  }
6229
6255
  const Te = (b) => n.go(b);
6230
6256
  let Dt;
@@ -6249,7 +6275,7 @@ function Ef(e) {
6249
6275
  onError: J.add,
6250
6276
  isReady: rt,
6251
6277
  install(b) {
6252
- b.component("RouterLink", bf), b.component("RouterView", kf), b.config.globalProperties.$router = kt, Object.defineProperty(b.config.globalProperties, "$route", {
6278
+ b.component("RouterLink", wf), b.component("RouterView", Ef), b.config.globalProperties.$router = kt, Object.defineProperty(b.config.globalProperties, "$route", {
6253
6279
  enumerable: !0,
6254
6280
  get: () => Ue(a)
6255
6281
  }), Lt && !Dt && a.value === vt && (Dt = !0, R(n.location).catch((D) => {
@@ -6271,34 +6297,34 @@ function Ef(e) {
6271
6297
  }
6272
6298
  return kt;
6273
6299
  }
6274
- function zf() {
6300
+ function Uf() {
6275
6301
  return Ce(po);
6276
6302
  }
6277
- function Bf(e) {
6303
+ function Kf(e) {
6278
6304
  return Ce(an);
6279
6305
  }
6280
- const Sf = [
6306
+ const Af = [
6281
6307
  {
6282
6308
  path: "/",
6283
6309
  name: "/",
6284
- component: () => import("./index-kHk614RY.js")
6310
+ component: () => import("./index-CbhK8baV.js")
6285
6311
  /* no children */
6286
6312
  },
6287
6313
  {
6288
6314
  path: "/mutations",
6289
6315
  name: "/mutations",
6290
- component: () => import("./mutations-BZWQwG2S.js"),
6316
+ component: () => import("./mutations-DbP2-xaA.js"),
6291
6317
  children: [
6292
6318
  {
6293
6319
  path: "",
6294
6320
  name: "/mutations/(unselected)",
6295
- component: () => import("./(unselected)-B-_Xdo2t.js")
6321
+ component: () => import("./(unselected)-BvYXA0-7.js")
6296
6322
  /* no children */
6297
6323
  },
6298
6324
  {
6299
6325
  path: ":mutationId",
6300
6326
  name: "/mutations/[mutationId]",
6301
- component: () => import("./_mutationId_-BG1E7StK.js")
6327
+ component: () => import("./_mutationId_-DJZUO9uK.js")
6302
6328
  /* no children */
6303
6329
  }
6304
6330
  ]
@@ -6306,18 +6332,18 @@ const Sf = [
6306
6332
  {
6307
6333
  path: "/queries",
6308
6334
  name: "/queries",
6309
- component: () => import("./queries-D3ybdTKc.js"),
6335
+ component: () => import("./queries-CfTVwyNe.js"),
6310
6336
  children: [
6311
6337
  {
6312
6338
  path: "",
6313
6339
  name: "/queries/(unselected)",
6314
- component: () => import("./(unselected)-BFwQCIEo.js")
6340
+ component: () => import("./(unselected)-De_qnqOP.js")
6315
6341
  /* no children */
6316
6342
  },
6317
6343
  {
6318
6344
  path: ":queryId",
6319
6345
  name: "/queries/[queryId]",
6320
- component: () => import("./_queryId_-BHPtMxoe.js")
6346
+ component: () => import("./_queryId_-OYxjQ3wF.js")
6321
6347
  /* no children */
6322
6348
  }
6323
6349
  ]
@@ -6325,14 +6351,14 @@ const Sf = [
6325
6351
  {
6326
6352
  path: "/settings",
6327
6353
  name: "/settings",
6328
- component: () => import("./settings-DddAyvXJ.js")
6354
+ component: () => import("./settings--jMqFgqF.js")
6329
6355
  /* no children */
6330
6356
  }
6331
6357
  ];
6332
- function Af(e) {
6333
- const t = Ef({
6334
- history: tf(),
6335
- routes: [{ path: "/", redirect: "/queries" }, ...Sf]
6358
+ function Rf(e) {
6359
+ const t = Sf({
6360
+ history: rf(),
6361
+ routes: [{ path: "/", redirect: "/queries" }, ...Af]
6336
6362
  });
6337
6363
  t.afterEach((o) => {
6338
6364
  localStorage.setItem("pc-devtools-route", o.fullPath);
@@ -6340,24 +6366,24 @@ function Af(e) {
6340
6366
  const r = localStorage.getItem("pc-devtools-route") || "/queries";
6341
6367
  return t.push(r), e;
6342
6368
  }
6343
- const Uf = /* @__PURE__ */ dc(bu, {
6344
- configureApp: Af,
6369
+ const $f = /* @__PURE__ */ dc(wu, {
6370
+ configureApp: Rf,
6345
6371
  shadowRoot: !0
6346
6372
  });
6347
6373
  export {
6348
- Uf as $,
6349
- Zc as A,
6350
- iu as B,
6351
- Lf as C,
6352
- Mf as D,
6374
+ Nf as $,
6375
+ eu as A,
6376
+ su as B,
6377
+ zf as C,
6378
+ Df as D,
6353
6379
  ct as E,
6354
6380
  Re as F,
6355
6381
  cl as G,
6356
6382
  He as H,
6357
6383
  va as I,
6358
- Cf as J,
6359
- Df as K,
6360
- Of as L,
6384
+ Tf as J,
6385
+ Ff as K,
6386
+ If as L,
6361
6387
  xr as M,
6362
6388
  Ql as N,
6363
6389
  It as O,
@@ -6368,36 +6394,38 @@ export {
6368
6394
  Qr as T,
6369
6395
  pa as U,
6370
6396
  vr as V,
6371
- Fc as W,
6372
- If as X,
6373
- Ff as Y,
6397
+ Vc as W,
6398
+ jf as X,
6399
+ yc as Y,
6374
6400
  Pf as Z,
6375
- yu as _,
6401
+ bu as _,
6376
6402
  Se as a,
6377
- oe as b,
6403
+ Vf as a0,
6404
+ $f as a1,
6405
+ re as b,
6378
6406
  Mt as c,
6379
6407
  Nt as d,
6380
6408
  Kt as e,
6381
- Nf as f,
6409
+ Mf as f,
6382
6410
  Ue as g,
6383
6411
  ra as h,
6384
6412
  ae as i,
6385
6413
  xt as j,
6386
- Hf as k,
6387
- Tf as l,
6414
+ Bf as k,
6415
+ Of as l,
6388
6416
  io as m,
6389
6417
  Qt as n,
6390
6418
  Ve as o,
6391
- qc as p,
6419
+ Jc as p,
6392
6420
  ja as q,
6393
6421
  bn as r,
6394
- jf as s,
6422
+ Hf as s,
6395
6423
  vi as t,
6396
- zf as u,
6424
+ Uf as u,
6397
6425
  Ke as v,
6398
6426
  rr as w,
6399
6427
  ue as x,
6400
- Bf as y,
6401
- Vf as z
6428
+ Kf as y,
6429
+ Lf as z
6402
6430
  };
6403
- //# sourceMappingURL=index-CTwvPt67.js.map
6431
+ //# sourceMappingURL=index-BDRe8hqi.js.map