@mintlify/components 1.0.4 → 1.0.5

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.
@@ -1,7 +1,7 @@
1
1
  import { jsx as r, jsxs as w } from "react/jsx-runtime";
2
2
  import I from "../../_virtual/index.js";
3
3
  import { Classes as v } from "../../constants/selectors.js";
4
- import { DangerIcon as $, CheckIcon as A, TipIcon as T, NoteIcon as _, WarningIcon as D, InfoIcon as L } from "../../icons/index.js";
4
+ import { DangerIcon as $, CheckIcon as A, TipIcon as _, NoteIcon as T, WarningIcon as D, InfoIcon as L } from "../../icons/index.js";
5
5
  import { cn as x } from "../../utils/cn.js";
6
6
  import { Icon as W } from "../icon/icon.js";
7
7
  const j = {
@@ -18,13 +18,13 @@ const j = {
18
18
  childrenClassName: "text-yellow-800 dark:text-yellow-300"
19
19
  },
20
20
  note: {
21
- icon: _,
21
+ icon: T,
22
22
  defaultAriaLabel: "Note",
23
23
  className: "border border-blue-200 bg-blue-50 dark:border-blue-900 dark:bg-blue-600/20",
24
24
  childrenClassName: "text-blue-800 dark:text-blue-300"
25
25
  },
26
26
  tip: {
27
- icon: T,
27
+ icon: _,
28
28
  defaultAriaLabel: "Tip",
29
29
  className: 'border border-green-200 bg-green-50 dark:border-green-900 dark:bg-green-600/20 **:data-[component-part="callout-icon"]:mt-px',
30
30
  childrenClassName: "text-green-800 dark:text-green-300"
@@ -109,7 +109,7 @@ const j = {
109
109
  "div",
110
110
  {
111
111
  className: x(
112
- "prose dark:prose-invert w-full min-w-0 text-sm [&_a]:border-current [&_a]:text-current! [&_code]:text-current! [&_kbd]:bg-stone-100 [&_kbd]:text-current! dark:[&_kbd]:bg-stone-800",
112
+ "prose dark:prose-invert w-full min-w-0 text-sm [&_a]:border-current [&_a]:text-current! [&_code]:text-current! [&_kbd]:bg-stone-100 [&_kbd]:text-current! dark:[&_kbd]:bg-stone-800 [&_strong]:text-current!",
113
113
  d
114
114
  ),
115
115
  "data-component-part": "callout-content",
@@ -1 +1 @@
1
- {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../src/components/icon/icon.tsx"],"names":[],"mappings":"AAMA,OAAO,EAGL,KAAK,WAAW,EAChB,KAAK,QAAQ,EACb,KAAK,QAAQ,EACd,MAAM,oBAAoB,CAAC;AAG5B,KAAK,SAAS,GAAG;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,CAAC;AAEF,QAAA,MAAM,IAAI,GAAI,kIAaX,SAAS,mDAwHX,CAAC;AAEF,OAAO,EAAE,IAAI,EAAE,CAAC;AAChB,YAAY,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../src/components/icon/icon.tsx"],"names":[],"mappings":"AAMA,OAAO,EAGL,KAAK,WAAW,EAChB,KAAK,QAAQ,EAEb,KAAK,QAAQ,EACd,MAAM,oBAAoB,CAAC;AAG5B,KAAK,SAAS,GAAG;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,CAAC;AAEF,QAAA,MAAM,IAAI,GAAI,kIAaX,SAAS,mDAyHX,CAAC;AAEF,OAAO,EAAE,IAAI,EAAE,CAAC;AAChB,YAAY,EAAE,SAAS,EAAE,CAAC"}
@@ -2,12 +2,12 @@ import { jsx as n } from "react/jsx-runtime";
2
2
  import { MINTLIFY_ICONS_CDN_URL as C } from "../../constants/index.js";
3
3
  import { Classes as N } from "../../constants/selectors.js";
4
4
  import { cn as i } from "../../utils/cn.js";
5
- import { getIconUrl as y, ICON_TYPES as M } from "../../utils/icon-utils.js";
6
- import { isAbsoluteUrl as $ } from "../../utils/is-absolute-url.js";
7
- const w = ({
5
+ import { getIconUrl as y, ICON_TYPES as M, isBrandsIcon as $ } from "../../utils/icon-utils.js";
6
+ import { isAbsoluteUrl as v } from "../../utils/is-absolute-url.js";
7
+ const x = ({
8
8
  icon: t,
9
9
  iconType: a,
10
- color: s,
10
+ color: e,
11
11
  colorLight: g,
12
12
  colorDark: p,
13
13
  size: k,
@@ -22,22 +22,22 @@ const w = ({
22
22
  ...!I && { width: k || 16, height: k || 16 },
23
23
  display: "inline-block",
24
24
  verticalAlign: "middle"
25
- }, e = g && p, r = e ? {
25
+ }, s = g && p, r = s ? {
26
26
  ...b,
27
27
  "--color-light": g,
28
28
  "--color-dark": p
29
29
  } : b, o = i(
30
30
  N.Icon,
31
31
  "inline",
32
- !(s || e || l) && "bg-primary dark:bg-primary-light",
33
- e && "bg-(--color-light) dark:bg-(--color-dark)",
32
+ !(e || s || l) && "bg-primary dark:bg-primary-light",
33
+ s && "bg-(--color-light) dark:bg-(--color-dark)",
34
34
  f
35
35
  ), W = h === "pdf", m = y(t.toLowerCase(), a, d);
36
36
  if (a && !M.includes(a))
37
37
  return console.log(
38
38
  `Invalid iconType ${a} expected a string equal to one of: brands, duotone, light, regular, sharp-solid, solid, thin`
39
39
  ), null;
40
- if (typeof t == "string" && ($(t) || t.startsWith("/"))) {
40
+ if (typeof t == "string" && (v(t) || t.startsWith("/"))) {
41
41
  if (t.startsWith(C) || t.startsWith("https://mintlify.b-cdn.net"))
42
42
  return /* @__PURE__ */ n(
43
43
  "svg",
@@ -52,7 +52,7 @@ const w = ({
52
52
  maskRepeat: "no-repeat",
53
53
  maskPosition: "center",
54
54
  maskSize: "100%",
55
- ...!e && { backgroundColor: "currentColor" },
55
+ ...!s && { backgroundColor: "currentColor" },
56
56
  ...r
57
57
  }
58
58
  }
@@ -78,7 +78,7 @@ const w = ({
78
78
  alt: t,
79
79
  className: i(
80
80
  o,
81
- !(s || l || e) && "bg-stone-800 dark:bg-stone-100"
81
+ !(e || l || s) && "bg-stone-800 dark:bg-stone-100"
82
82
  ),
83
83
  "data-component-part": "icon-image",
84
84
  src: m,
@@ -93,7 +93,7 @@ const w = ({
93
93
  {
94
94
  className: i(
95
95
  o,
96
- !(s || l || e) && "bg-stone-800 dark:bg-stone-100"
96
+ !(e || l || s) && "bg-stone-800 dark:bg-stone-100"
97
97
  ),
98
98
  "data-component-part": "icon-svg",
99
99
  style: {
@@ -103,13 +103,13 @@ const w = ({
103
103
  maskImage: `url(${m})`,
104
104
  maskRepeat: "no-repeat",
105
105
  maskPosition: "center",
106
- maskSize: d === "lucide" ? "100%" : void 0,
107
- backgroundColor: s,
106
+ maskSize: d === "lucide" && !$(t) ? "100%" : void 0,
107
+ backgroundColor: e,
108
108
  ...r
109
109
  }
110
110
  }
111
111
  );
112
112
  };
113
113
  export {
114
- w as Icon
114
+ x as Icon
115
115
  };
@@ -1 +1 @@
1
- {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/search/button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,oBAAoB,EAAc,MAAM,OAAO,CAAC;AAI9D,KAAK,iBAAiB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG;IACjE,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,YAAY;mBAJD,OAAO;mBACP,MAAM;qDAsDtB,CAAC;AAIF,YAAY,EAAE,iBAAiB,EAAE,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/search/button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,oBAAoB,EAAc,MAAM,OAAO,CAAC;AAI9D,KAAK,iBAAiB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG;IACjE,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,YAAY;mBAJD,OAAO;mBACP,MAAM;qDAwDtB,CAAC;AAIF,YAAY,EAAE,iBAAiB,EAAE,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import { jsxs as f, jsx as r } from "react/jsx-runtime";
2
2
  import { forwardRef as x } from "react";
3
- import { cn as l } from "../../utils/cn.js";
4
- import { useSearch as p } from "./provider.js";
3
+ import { cn as p } from "../../utils/cn.js";
4
+ import { useSearch as l } from "./provider.js";
5
5
  import u from "../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/search.js";
6
- const b = x(
6
+ const h = x(
7
7
  ({
8
8
  showShortcut: o = !0,
9
9
  shortcutText: s = "⌘K",
@@ -12,20 +12,22 @@ const b = x(
12
12
  onClick: e,
13
13
  ...d
14
14
  }, i) => {
15
- const t = p(), m = (c) => {
15
+ const t = l(), m = (c) => {
16
16
  t == null || t.open(), e == null || e(c);
17
17
  };
18
18
  return /* @__PURE__ */ f(
19
19
  "button",
20
20
  {
21
- className: l(
21
+ className: p(
22
22
  "flex w-full items-center gap-2 px-3 py-2 text-left text-sm",
23
- "bg-white dark:bg-stone-900",
24
- "border border-stone-200 dark:border-stone-700",
23
+ "bg-transparent",
24
+ "border border-stone-200 dark:border-white/10",
25
25
  "rounded-xl",
26
- "hover:bg-stone-50 dark:hover:bg-stone-800",
27
- "focus:outline-none focus:ring-2 focus:ring-stone-400 dark:focus:ring-stone-600",
26
+ "text-stone-500",
27
+ "hover:border-stone-300 dark:hover:border-white/20",
28
+ "focus:outline-none focus:ring-0 focus:ring-offset-0",
28
29
  "transition-colors",
30
+ "cursor-pointer",
29
31
  n
30
32
  ),
31
33
  onClick: m,
@@ -36,18 +38,18 @@ const b = x(
36
38
  /* @__PURE__ */ r(
37
39
  u,
38
40
  {
39
- className: "shrink-0 text-stone-400 dark:text-stone-500",
41
+ className: "shrink-0 text-stone-800 dark:text-stone-500",
40
42
  size: 16
41
43
  }
42
44
  ),
43
45
  /* @__PURE__ */ r("span", { className: "flex-1 text-stone-500 dark:text-stone-400", children: a || "Search..." }),
44
- o && /* @__PURE__ */ r("kbd", { className: "hidden items-center gap-0.5 rounded border border-stone-200 bg-stone-100 px-1.5 py-0.5 font-medium font-sans text-stone-500 text-xs sm:inline-flex dark:border-stone-700 dark:bg-stone-800 dark:text-stone-400", children: s })
46
+ o && /* @__PURE__ */ r("kbd", { className: "hidden items-center gap-0.5 rounded px-1.5 py-0.5 font-medium font-sans text-stone-500 text-xs sm:inline-flex dark:text-stone-400", children: s })
45
47
  ]
46
48
  }
47
49
  );
48
50
  }
49
51
  );
50
- b.displayName = "SearchButton";
52
+ h.displayName = "SearchButton";
51
53
  export {
52
- b as SearchButton
54
+ h as SearchButton
53
55
  };
@@ -4,6 +4,7 @@ type SearchResult = {
4
4
  header: string;
5
5
  content: string;
6
6
  link: string;
7
+ icon?: ReactNode;
7
8
  metadata?: {
8
9
  breadcrumbs?: string[];
9
10
  [key: string]: unknown;
@@ -22,14 +23,16 @@ type SearchProps = {
22
23
  emptyState?: ReactNode;
23
24
  loadingState?: ReactNode;
24
25
  position?: "top" | "center";
26
+ paddingTop?: string;
25
27
  };
26
28
  type SearchHitProps = {
27
29
  isActive: boolean;
28
30
  header: string;
29
31
  description: string;
32
+ icon?: ReactNode;
30
33
  metadata?: SearchResult["metadata"];
31
34
  };
32
- declare const SearchHit: ({ isActive, header, description, metadata, }: SearchHitProps) => import("react/jsx-runtime").JSX.Element;
35
+ declare const SearchHit: ({ isActive, header, description, icon, metadata, }: SearchHitProps) => import("react/jsx-runtime").JSX.Element;
33
36
  declare const Search: import('react').ForwardRefExoticComponent<SearchProps & import('react').RefAttributes<HTMLInputElement>>;
34
37
  export type { SearchResult, SearchProps };
35
38
  export { Search, SearchHit };
@@ -1 +1 @@
1
- {"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../src/components/search/search.tsx"],"names":[],"mappings":"AAWA,OAAO,EAGL,KAAK,SAAS,EAOf,MAAM,OAAO,CAAC;AAGf,KAAK,YAAY,GAAG;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE;QACT,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;QACvB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;KACxB,CAAC;CACH,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,YAAY,EAAE,CAAC;IAChC,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CAC7B,CAAC;AAEF,KAAK,cAAc,GAAG;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,YAAY,CAAC,UAAU,CAAC,CAAC;CACrC,CAAC;AAEF,QAAA,MAAM,SAAS,GAAI,8CAKhB,cAAc,4CA6BhB,CAAC;AAEF,QAAA,MAAM,MAAM,0GAyRX,CAAC;AAIF,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../src/components/search/search.tsx"],"names":[],"mappings":"AAgBA,OAAO,EAGL,KAAK,SAAS,EAOf,MAAM,OAAO,CAAC;AAGf,KAAK,YAAY,GAAG;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE;QACT,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;QACvB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;KACxB,CAAC;CACH,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,YAAY,EAAE,CAAC;IAChC,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,KAAK,cAAc,GAAG;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,YAAY,CAAC,UAAU,CAAC,CAAC;CACrC,CAAC;AAEF,QAAA,MAAM,SAAS,GAAI,oDAMhB,cAAc,4CAuChB,CAAC;AAEF,QAAA,MAAM,MAAM,0GA6RX,CAAC;AAIF,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC"}
@@ -1,127 +1,134 @@
1
- import { jsxs as n, jsx as t, Fragment as g } from "react/jsx-runtime";
2
- import { forwardRef as q, useState as N, useRef as G, useImperativeHandle as M, useEffect as O, useCallback as x, useMemo as b, Fragment as f } from "react";
3
- import { cn as d } from "../../utils/cn.js";
4
- import { Combobox as P, ComboboxInput as X, ComboboxOptions as B, ComboboxOption as T } from "../../node_modules/.pnpm/@headlessui_react@2.2.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@headlessui/react/dist/components/combobox/combobox.js";
5
- import J from "../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/search.js";
6
- import U from "../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/loader-circle.js";
7
- import V from "../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/search-x.js";
8
- import { Transition as W, TransitionChild as C } from "../../node_modules/.pnpm/@headlessui_react@2.2.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@headlessui/react/dist/components/transition/transition.js";
9
- import { Dialog as Y, DialogPanel as Z } from "../../node_modules/.pnpm/@headlessui_react@2.2.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@headlessui/react/dist/components/dialog/dialog.js";
10
- const F = ({
11
- isActive: m,
1
+ import { jsxs as s, jsx as t, Fragment as g } from "react/jsx-runtime";
2
+ import { forwardRef as G, useState as T, useRef as M, useImperativeHandle as O, useEffect as P, useCallback as p, useMemo as b, Fragment as x } from "react";
3
+ import { cn as m } from "../../utils/cn.js";
4
+ import { Combobox as X, ComboboxInput as B, ComboboxOptions as J, ComboboxOption as C } from "../../node_modules/.pnpm/@headlessui_react@2.2.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@headlessui/react/dist/components/combobox/combobox.js";
5
+ import U from "../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/search.js";
6
+ import V from "../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/loader-circle.js";
7
+ import W from "../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/search-x.js";
8
+ import { Transition as Y, TransitionChild as F } from "../../node_modules/.pnpm/@headlessui_react@2.2.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@headlessui/react/dist/components/transition/transition.js";
9
+ import { Dialog as Z, DialogPanel as _ } from "../../node_modules/.pnpm/@headlessui_react@2.2.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@headlessui/react/dist/components/dialog/dialog.js";
10
+ import L from "../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/chevron-right.js";
11
+ const j = ({
12
+ isActive: d,
12
13
  header: r,
13
- description: c,
14
- metadata: o
15
- }) => /* @__PURE__ */ n(
14
+ description: i,
15
+ icon: o,
16
+ metadata: n
17
+ }) => /* @__PURE__ */ s(
16
18
  "div",
17
19
  {
18
- className: d(
19
- "flex w-full cursor-pointer flex-col gap-1 rounded-md px-2.5 py-2 transition-colors",
20
- m && "bg-stone-100 dark:bg-white/5"
20
+ className: m(
21
+ "flex w-full cursor-pointer items-start gap-2 rounded-xl border border-transparent bg-transparent px-3 py-2 text-stone-500 transition-colors focus:ring-0 focus:ring-offset-0",
22
+ d && "bg-stone-100 dark:bg-white/5"
21
23
  ),
22
24
  children: [
23
- (o == null ? void 0 : o.breadcrumbs) && o.breadcrumbs.length > 0 && /* @__PURE__ */ t("div", { className: "flex items-center gap-1 truncate text-stone-500 text-xs dark:text-stone-400", children: o.breadcrumbs.map((s, h) => (
24
- // biome-ignore lint/suspicious/noArrayIndexKey: Breadcrumbs are positional and may contain duplicates
25
- /* @__PURE__ */ n(f, { children: [
26
- h > 0 && /* @__PURE__ */ t("span", { className: "text-stone-400", children: " > " }),
27
- /* @__PURE__ */ t("span", { className: "truncate", children: s })
28
- ] }, h)
29
- )) }),
30
- /* @__PURE__ */ t("div", { className: "truncate font-medium text-sm text-stone-900 dark:text-white", children: r }),
31
- c && /* @__PURE__ */ t("div", { className: "line-clamp-2 text-sm text-stone-600 dark:text-stone-400", children: c })
25
+ o && /* @__PURE__ */ t("div", { className: "shrink-0 self-center text-stone-700 dark:text-stone-300", children: o }),
26
+ /* @__PURE__ */ s("div", { className: "flex flex-1 flex-col gap-1", children: [
27
+ (n == null ? void 0 : n.breadcrumbs) && n.breadcrumbs.length > 0 && /* @__PURE__ */ t("div", { className: "flex items-center gap-1 truncate text-stone-500 text-xs dark:text-stone-400", children: n.breadcrumbs.map((f, c) => (
28
+ // biome-ignore lint/suspicious/noArrayIndexKey: Breadcrumbs are positional and may contain duplicates
29
+ /* @__PURE__ */ s(x, { children: [
30
+ c > 0 && /* @__PURE__ */ t("span", { className: "text-stone-400", children: " > " }),
31
+ /* @__PURE__ */ t("span", { className: "truncate", children: f })
32
+ ] }, c)
33
+ )) }),
34
+ /* @__PURE__ */ t("div", { className: "truncate font-medium text-sm text-stone-900 dark:text-white", children: r }),
35
+ i && /* @__PURE__ */ t("div", { className: "line-clamp-2 text-sm text-stone-600 dark:text-stone-400", children: i })
36
+ ] }),
37
+ d && /* @__PURE__ */ t(L, { className: "size-5 shrink-0 self-center text-stone-400 dark:text-stone-500" })
32
38
  ]
33
39
  }
34
- ), _ = q(
40
+ ), ee = G(
35
41
  ({
36
- onSearch: m,
42
+ onSearch: d,
37
43
  results: r,
38
- isOpen: c,
44
+ isOpen: i,
39
45
  onClose: o,
40
- isLoading: s = !1,
41
- placeholder: h = "Search...",
42
- recentSearches: l = [],
43
- onSelectResult: p,
44
- className: j,
45
- emptyState: z,
46
- loadingState: S,
47
- position: D = "top"
48
- }, E) => {
49
- const [a, y] = N(""), [v, k] = N(!1), w = G(null);
50
- M(E, () => w.current), O(() => {
51
- c || (y(""), k(!1));
52
- }, [c]);
53
- const K = x(
46
+ isLoading: n = !1,
47
+ placeholder: f = "Search...",
48
+ recentSearches: c = [],
49
+ onSelectResult: h,
50
+ className: z,
51
+ emptyState: S,
52
+ loadingState: D,
53
+ position: y = "top",
54
+ paddingTop: E = "64px"
55
+ }, K) => {
56
+ const [a, k] = T(""), [v, N] = T(!1), w = M(null);
57
+ O(K, () => w.current), P(() => {
58
+ i || (k(""), N(!1));
59
+ }, [i]);
60
+ const R = p(
54
61
  (e) => {
55
- y(e), m(e);
62
+ k(e), d(e);
56
63
  },
57
- [m]
58
- ), u = x(
64
+ [d]
65
+ ), u = p(
59
66
  (e) => {
60
- e && (p == null || p(e, a), o());
67
+ e && (h == null || h(e, a), o());
61
68
  },
62
- [p, a, o]
63
- ), H = x(
69
+ [h, a, o]
70
+ ), H = p(
64
71
  (e) => {
65
72
  if (e.key === "Escape") {
66
73
  e.preventDefault(), o();
67
74
  return;
68
75
  }
69
- if (e.key === "Tab" && (r.length > 0 || l.length > 0) && (e.preventDefault(), e.currentTarget.setSelectionRange(
76
+ if (e.key === "Tab" && (r.length > 0 || c.length > 0) && (e.preventDefault(), e.currentTarget.setSelectionRange(
70
77
  e.currentTarget.value.length,
71
78
  e.currentTarget.value.length
72
- )), e.key === "Enter" && (e.metaKey || e.ctrlKey) && a && r.length > 0 && !s) {
73
- const i = r[0];
74
- i && u(i);
79
+ )), e.key === "Enter" && (e.metaKey || e.ctrlKey) && a && r.length > 0 && !n) {
80
+ const l = r[0];
81
+ l && u(l);
75
82
  }
76
83
  },
77
- [r, l, u, o, a, s]
78
- ), I = x((e) => {
79
- k(e.currentTarget.scrollTop > 0);
80
- }, []), R = b(
81
- () => !a && l.length > 0 && r.length === 0,
82
- [a, l.length, r.length]
83
- ), A = b(
84
- () => a && r.length > 0 && !s,
85
- [a, r.length, s]
86
- ), Q = b(
87
- () => a && !s && r.length === 0,
88
- [a, s, r.length]
89
- ), $ = /* @__PURE__ */ n(
90
- P,
84
+ [r, c, u, o, a, n]
85
+ ), I = p((e) => {
86
+ N(e.currentTarget.scrollTop > 0);
87
+ }, []), Q = b(
88
+ () => !a && c.length > 0 && r.length === 0,
89
+ [a, c.length, r.length]
90
+ ), $ = b(
91
+ () => a && r.length > 0 && !n,
92
+ [a, r.length, n]
93
+ ), q = b(
94
+ () => a && !n && r.length === 0,
95
+ [a, n, r.length]
96
+ ), A = /* @__PURE__ */ s(
97
+ X,
91
98
  {
92
99
  onChange: (e) => {
93
100
  e && u(e);
94
101
  },
95
102
  value: null,
96
103
  children: [
97
- /* @__PURE__ */ n(
104
+ /* @__PURE__ */ s(
98
105
  "div",
99
106
  {
100
- className: d(
107
+ className: m(
101
108
  "relative z-10 h-14 border-transparent border-b p-1.5 transition",
102
109
  v && "border-stone-200 dark:border-white/10"
103
110
  ),
104
111
  children: [
105
112
  /* @__PURE__ */ t(
106
- X,
113
+ B,
107
114
  {
108
115
  autoComplete: "off",
109
116
  autoFocus: !0,
110
- className: d(
111
- "peer h-full w-full rounded-md bg-white pr-14 pl-11 text-stone-950 tracking-tight shadow-sm outline-none ring ring-black/5 transition placeholder:text-stone-400 focus:ring-black/90 dark:bg-stone-900 dark:text-white dark:focus:ring-white placeholder:dark:text-white/50",
117
+ className: m(
118
+ "peer h-full w-full rounded-xl bg-white pr-14 pl-11 text-stone-950 tracking-tight shadow-sm outline-none ring ring-black/5 transition placeholder:text-stone-400 focus:ring-black/90 dark:bg-stone-900 dark:text-white dark:focus:ring-white placeholder:dark:text-white/50",
112
119
  "[&::-webkit-search-cancel-button]:appearance-none [&::-webkit-search-decoration]:appearance-none",
113
120
  !v && a && "shadow-lg"
114
121
  ),
115
- onChange: (e) => K(e.target.value),
122
+ onChange: (e) => R(e.target.value),
116
123
  onKeyDown: H,
117
- placeholder: h,
124
+ placeholder: f,
118
125
  ref: w,
119
126
  type: "search",
120
127
  value: a
121
128
  }
122
129
  ),
123
130
  /* @__PURE__ */ t(
124
- J,
131
+ U,
125
132
  {
126
133
  className: "absolute top-1/2 left-5 -translate-y-1/2 text-stone-950 opacity-50 peer-focus:opacity-100 dark:text-white",
127
134
  size: 18
@@ -131,26 +138,27 @@ const F = ({
131
138
  ]
132
139
  }
133
140
  ),
134
- /* @__PURE__ */ n(
135
- B,
141
+ /* @__PURE__ */ s(
142
+ J,
136
143
  {
137
144
  className: "mx-1.5 max-h-[calc(100vh-10rem)] overflow-y-auto",
138
145
  onScroll: I,
139
146
  static: !0,
140
147
  children: [
141
- R && /* @__PURE__ */ n(g, { children: [
148
+ Q && /* @__PURE__ */ s(g, { children: [
142
149
  /* @__PURE__ */ t("div", { className: "flex items-center justify-between px-2.5 py-2", children: /* @__PURE__ */ t("span", { className: "truncate text-sm text-stone-500", children: "Recent searches" }) }),
143
- l.map((e) => /* @__PURE__ */ t(
144
- T,
150
+ c.map((e) => /* @__PURE__ */ t(
151
+ C,
145
152
  {
146
- className: "last:mb-1.5",
153
+ className: "last:mb-2",
147
154
  value: e,
148
- children: ({ focus: i }) => /* @__PURE__ */ t(
149
- F,
155
+ children: ({ focus: l }) => /* @__PURE__ */ t(
156
+ j,
150
157
  {
151
158
  description: e.content,
152
159
  header: e.header,
153
- isActive: i,
160
+ icon: e.icon,
161
+ isActive: l,
154
162
  metadata: e.metadata
155
163
  }
156
164
  )
@@ -158,37 +166,38 @@ const F = ({
158
166
  e.id
159
167
  ))
160
168
  ] }),
161
- A && r.map((e) => /* @__PURE__ */ t(
162
- T,
169
+ $ && r.map((e) => /* @__PURE__ */ t(
170
+ C,
163
171
  {
164
- className: "last:mb-1.5",
172
+ className: "last:mb-2",
165
173
  value: e,
166
- children: ({ focus: i }) => /* @__PURE__ */ t(
167
- F,
174
+ children: ({ focus: l }) => /* @__PURE__ */ t(
175
+ j,
168
176
  {
169
177
  description: e.content,
170
178
  header: e.header,
171
- isActive: i,
179
+ icon: e.icon,
180
+ isActive: l,
172
181
  metadata: e.metadata
173
182
  }
174
183
  )
175
184
  },
176
185
  e.id
177
186
  )),
178
- s && a && /* @__PURE__ */ t("div", { className: "flex flex-col items-center justify-center gap-3 px-2.5 py-12", children: S || /* @__PURE__ */ n(g, { children: [
179
- /* @__PURE__ */ t(U, { className: "size-6 animate-spin text-stone-400 dark:text-stone-500" }),
180
- /* @__PURE__ */ n("div", { className: "text-center", children: [
187
+ n && a && /* @__PURE__ */ t("div", { className: "flex flex-col items-center justify-center gap-3 px-2.5 py-12", children: D || /* @__PURE__ */ s(g, { children: [
188
+ /* @__PURE__ */ t(V, { className: "size-6 animate-spin text-stone-400 dark:text-stone-500" }),
189
+ /* @__PURE__ */ s("div", { className: "text-center", children: [
181
190
  /* @__PURE__ */ t("p", { className: "font-medium text-sm text-stone-700 dark:text-stone-300", children: "Searching..." }),
182
- /* @__PURE__ */ n("p", { className: "mt-1 text-stone-500 text-xs dark:text-stone-400", children: [
191
+ /* @__PURE__ */ s("p", { className: "mt-1 text-stone-500 text-xs dark:text-stone-400", children: [
183
192
  'Finding results for "',
184
193
  a,
185
194
  '"'
186
195
  ] })
187
196
  ] })
188
197
  ] }) }),
189
- Q && /* @__PURE__ */ t("div", { className: "flex flex-col items-center justify-center gap-3 px-2.5 py-12", children: z || /* @__PURE__ */ n(g, { children: [
190
- /* @__PURE__ */ t(V, { className: "size-6 text-stone-300 dark:text-stone-600" }),
191
- /* @__PURE__ */ n("div", { className: "text-center", children: [
198
+ q && /* @__PURE__ */ t("div", { className: "flex flex-col items-center justify-center gap-3 px-2.5 py-12", children: S || /* @__PURE__ */ s(g, { children: [
199
+ /* @__PURE__ */ t(W, { className: "size-6 text-stone-300 dark:text-stone-600" }),
200
+ /* @__PURE__ */ s("div", { className: "text-center", children: [
192
201
  /* @__PURE__ */ t("p", { className: "font-medium text-sm text-stone-700 dark:text-stone-300", children: "No results found" }),
193
202
  /* @__PURE__ */ t("p", { className: "mt-1 text-stone-500 text-xs dark:text-stone-400", children: "Try searching with different keywords" })
194
203
  ] })
@@ -199,17 +208,17 @@ const F = ({
199
208
  ]
200
209
  }
201
210
  );
202
- return /* @__PURE__ */ t(W, { appear: !0, as: f, show: c, children: /* @__PURE__ */ n(
203
- Y,
211
+ return /* @__PURE__ */ t(Y, { appear: !0, as: x, show: i, children: /* @__PURE__ */ s(
212
+ Z,
204
213
  {
205
214
  as: "div",
206
- className: d("relative z-50", j),
215
+ className: m("relative z-50", z),
207
216
  onClose: o,
208
217
  children: [
209
218
  /* @__PURE__ */ t(
210
- C,
219
+ F,
211
220
  {
212
- as: f,
221
+ as: x,
213
222
  enter: "ease-out duration-100",
214
223
  enterFrom: "opacity-0",
215
224
  enterTo: "opacity-100",
@@ -222,21 +231,22 @@ const F = ({
222
231
  /* @__PURE__ */ t(
223
232
  "div",
224
233
  {
225
- className: d(
234
+ className: m(
226
235
  "fixed inset-0 z-10 flex justify-center p-4",
227
- D === "top" ? "items-start pt-16" : "items-center"
236
+ y === "top" ? "items-start" : "items-center"
228
237
  ),
238
+ style: y === "top" ? { paddingTop: E } : void 0,
229
239
  children: /* @__PURE__ */ t(
230
- C,
240
+ F,
231
241
  {
232
- as: f,
242
+ as: x,
233
243
  enter: "ease-out duration-100",
234
244
  enterFrom: "opacity-0 scale-95",
235
245
  enterTo: "opacity-100 scale-100",
236
246
  leave: "ease-in duration-50",
237
247
  leaveFrom: "opacity-100 scale-100",
238
248
  leaveTo: "opacity-0 scale-95",
239
- children: /* @__PURE__ */ t(Z, { className: "flex w-full max-w-[640px] flex-col overflow-hidden rounded-xl border border-stone-200 bg-white shadow-2xl dark:border-white/10 dark:bg-stone-900", children: $ })
249
+ children: /* @__PURE__ */ t(_, { className: "flex w-full max-w-[640px] flex-col overflow-hidden rounded-2xl border border-stone-200 bg-white shadow-2xl dark:border-white/10 dark:bg-stone-900", children: A })
240
250
  }
241
251
  )
242
252
  }
@@ -246,8 +256,8 @@ const F = ({
246
256
  ) });
247
257
  }
248
258
  );
249
- _.displayName = "Search";
259
+ ee.displayName = "Search";
250
260
  export {
251
- _ as Search,
252
- F as SearchHit
261
+ ee as Search,
262
+ j as SearchHit
253
263
  };
package/dist/styles.css CHANGED
@@ -1,2 +1,2 @@
1
1
  /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
- @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-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--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-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking: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-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:""}}}@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-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-amber-100:oklch(96.2% .059 95.617);--color-amber-300:oklch(87.9% .169 91.605);--color-amber-400:oklch(82.8% .189 84.429);--color-amber-600:oklch(66.6% .179 58.318);--color-yellow-50:oklch(98.7% .026 102.212);--color-yellow-200:oklch(94.5% .129 101.54);--color-yellow-300:oklch(90.5% .182 98.111);--color-yellow-500:oklch(79.5% .184 86.047);--color-yellow-600:oklch(68.1% .162 75.834);--color-yellow-800:oklch(47.6% .114 61.907);--color-yellow-900:oklch(42.1% .095 57.708);--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-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-green-800:oklch(44.8% .119 151.328);--color-green-900:oklch(39.3% .095 152.535);--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-100:oklch(94.6% .033 307.174);--color-purple-900:oklch(38.1% .176 304.987);--color-pink-400:oklch(71.8% .202 349.761);--color-pink-600:oklch(59.2% .249 .584);--color-zinc-950:oklch(14.1% .005 285.823);--color-stone-50:oklch(98.5% .001 106.423);--color-stone-100:oklch(97% .001 106.424);--color-stone-200:oklch(92.3% .003 48.717);--color-stone-300:oklch(86.9% .005 56.366);--color-stone-400:oklch(70.9% .01 56.259);--color-stone-500:oklch(55.3% .013 58.071);--color-stone-600:oklch(44.4% .011 73.639);--color-stone-700:oklch(37.4% .01 67.558);--color-stone-800:oklch(26.8% .007 34.298);--color-stone-900:oklch(21.6% .006 56.043);--color-stone-950:oklch(14.7% .004 49.25);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-2xl:42rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height:calc(1.5/1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--leading-tight:1.25;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--blur-sm:8px;--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:#166534;--color-primary-light:#f0f9f4;--color-primary-dark:#2d5a3d;--color-tooltip-foreground:#fff;--color-background-dark:#0e0e0f}}@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;-webkit-text-decoration: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}html{font-feature-settings:"cv02","cv03","cv04","cv11"}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing)*0)}.-top-1\.5{top:calc(var(--spacing)*-1.5)}.-top-18{top:calc(var(--spacing)*-18)}.top-\(--scroll-mt\){top:var(--scroll-mt)}.top-1\/2{top:50%}.top-2{top:calc(var(--spacing)*2)}.top-3{top:calc(var(--spacing)*3)}.top-5{top:calc(var(--spacing)*5)}.top-11{top:calc(var(--spacing)*11)}.right-0{right:calc(var(--spacing)*0)}.right-2{right:calc(var(--spacing)*2)}.right-4{right:calc(var(--spacing)*4)}.right-5{right:calc(var(--spacing)*5)}.right-6{right:calc(var(--spacing)*6)}.-bottom-1\.5{bottom:calc(var(--spacing)*-1.5)}.bottom-2{bottom:calc(var(--spacing)*2)}.-left-9{left:calc(var(--spacing)*-9)}.left-0{left:calc(var(--spacing)*0)}.left-1\/2{left:50%}.left-2{left:calc(var(--spacing)*2)}.left-5{left:calc(var(--spacing)*5)}.left-\[calc\(\(var\(--padding-left\)\+8\)\*1px\)\]{left:calc((var(--padding-left) + 8)*1px)}.z-10{z-index:10}.z-50{z-index:50}.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)}.m-0\!{margin:calc(var(--spacing)*0)!important}.m-auto{margin:auto}.mx-1\.5{margin-inline:calc(var(--spacing)*1.5)}.mx-3{margin-inline:calc(var(--spacing)*3)}.mx-6{margin-inline:calc(var(--spacing)*6)}.my-0{margin-block:calc(var(--spacing)*0)}.my-1{margin-block:calc(var(--spacing)*1)}.my-2{margin-block:calc(var(--spacing)*2)}.my-2\.5{margin-block:calc(var(--spacing)*2.5)}.my-4{margin-block:calc(var(--spacing)*4)}.my-8{margin-block:calc(var(--spacing)*8)}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-kbd:oklch(21% .034 264.665);--tw-prose-kbd-shadows:oklab(21% -.00316127 -.0338527/.1);--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.71429}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-inline-start:1.11111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.8em;font-size:2.14286em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.8em;font-size:1.42857em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.55556em;margin-bottom:.444444em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.42857em;margin-bottom:.571429em;line-height:1.42857}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.142857em;padding-inline-end:.357143em;padding-bottom:.142857em;border-radius:.3125rem;padding-inline-start:.357143em;font-size:.857143em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;border-radius:.25rem;margin-top:1.66667em;margin-bottom:1.66667em;padding-inline-start:1em;font-size:.857143em;line-height:1.66667}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em;padding-inline-start:1.57143em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;margin-bottom:.285714em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.428571em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;padding-inline-start:1.57143em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.85714em;margin-bottom:2.85714em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;font-size:.857143em;line-height:1.33333}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.-mt-1{margin-top:calc(var(--spacing)*-1)}.mt-0{margin-top:calc(var(--spacing)*0)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-2\!{margin-top:calc(var(--spacing)*2)!important}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-5{margin-top:calc(var(--spacing)*5)}.mt-8{margin-top:calc(var(--spacing)*8)}.mt-10{margin-top:calc(var(--spacing)*10)}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-5{margin-right:calc(var(--spacing)*5)}.-mb-px{margin-bottom:-1px}.mb-1\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.-ml-10{margin-left:calc(var(--spacing)*-10)}.ml-0\!{margin-left:calc(var(--spacing)*0)!important}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-3{margin-left:calc(var(--spacing)*3)}.ml-3\.5{margin-left:calc(var(--spacing)*3.5)}.ml-\[-13px\]{margin-left:-13px}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.aspect-square{aspect-ratio:1}.scrollbar-code-system{scrollbar-width:thin}.scrollbar-code-system::-webkit-scrollbar{width:8px;height:8px}.scrollbar-code-system::-webkit-scrollbar-track{background:0 0}.scrollbar-code-system::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:9999px}.scrollbar-code-system{scrollbar-color:#00000026 transparent}.scrollbar-code-system:hover::-webkit-scrollbar-thumb{background-color:#0003}.scrollbar-code-system:active::-webkit-scrollbar-thumb{background-color:#0003}.scrollbar-common{scrollbar-width:thin}.scrollbar-common::-webkit-scrollbar{width:8px;height:8px}.scrollbar-common::-webkit-scrollbar-track{background:0 0}.scrollbar-common::-webkit-scrollbar-thumb{background-color:#0003;border-radius:9999px}.scrollbar-common{scrollbar-color:#0003 transparent}.scrollbar-common:hover::-webkit-scrollbar-thumb{background-color:#00000040}.scrollbar-common:active::-webkit-scrollbar-thumb{background-color:#00000040}.scrollbar-code-dark{scrollbar-width:thin}.scrollbar-code-dark::-webkit-scrollbar{width:8px;height:8px}.scrollbar-code-dark::-webkit-scrollbar-track{background:0 0}.scrollbar-code-dark::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:9999px}.scrollbar-code-dark{scrollbar-color:#fff3 transparent}.scrollbar-code-dark:hover::-webkit-scrollbar-thumb{background-color:#ffffff40}.scrollbar-code-dark:active::-webkit-scrollbar-thumb{background-color:#ffffff40}.size-2\.5{width:calc(var(--spacing)*2.5);height:calc(var(--spacing)*2.5)}.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-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.size-6{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.size-7{width:calc(var(--spacing)*7);height:calc(var(--spacing)*7)}.size-\[26px\]{width:26px;height:26px}.size-full{width:100%;height:100%}.h-0\.5{height:calc(var(--spacing)*.5)}.h-3\.5{height:calc(var(--spacing)*3.5)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-8{height:calc(var(--spacing)*8)}.h-14{height:calc(var(--spacing)*14)}.h-24{height:calc(var(--spacing)*24)}.h-32{height:calc(var(--spacing)*32)}.h-\[170px\]{height:170px}.h-\[600px\]{height:600px}.h-\[calc\(100\%-2\.75rem\)\]{height:calc(100% - 2.75rem)}.h-auto{height:auto}.h-full{height:100%}.max-h-96{max-height:calc(var(--spacing)*96)}.max-h-\[104px\]{max-height:104px}.max-h-\[calc\(100vh-10rem\)\]{max-height:calc(100vh - 10rem)}.max-h-full{max-height:100%}.w-0{width:calc(var(--spacing)*0)}.w-3\.5{width:calc(var(--spacing)*3.5)}.w-4{width:calc(var(--spacing)*4)}.w-8{width:calc(var(--spacing)*8)}.w-64{width:calc(var(--spacing)*64)}.w-\[104px\]{width:104px}.w-\[400px\]{width:400px}.w-\[500px\]{width:500px}.w-\[800px\]{width:800px}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.max-w-2xl{max-width:var(--container-2xl)}.max-w-\[16rem\]{max-width:16rem}.max-w-\[50px\]{max-width:50px}.max-w-\[160px\]{max-width:160px}.max-w-\[640px\]{max-width:640px}.max-w-full{max-width:100%}.max-w-max{max-width:max-content}.min-w-\(--anchor-width\){min-width:var(--anchor-width)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-3{min-width:calc(var(--spacing)*3)}.min-w-16{min-width:calc(var(--spacing)*16)}.min-w-\[170px\]{min-width:170px}.min-w-full{min-width:100%}.flex-1{flex:1}.flex-none{flex:none}.shrink-0{flex-shrink:0}.grow-0{flex-grow:0}.-translate-x-1\/2{--tw-translate-x:calc(calc(1/2*100%)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1/2*100%)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.scale-95{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.rotate-0{rotate:none}.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-copy{cursor:copy}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-manipulation{touch-action:manipulation}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.content-center{align-content:center}.content-start{align-content:flex-start}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-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-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}.gap-\[3px\]{gap:3px}: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-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}.gap-x-2{column-gap:calc(var(--spacing)*2)}.gap-x-4{column-gap:calc(var(--spacing)*4)}.gap-x-6{column-gap:calc(var(--spacing)*6)}: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)))}.gap-y-4{row-gap:calc(var(--spacing)*4)}: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)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-\[10px\]{border-radius:10px}.rounded-\[14px\]{border-radius:14px}.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-xl{border-radius:var(--radius-xl)}.rounded-t-\[14px\]{border-top-left-radius:14px;border-top-right-radius:14px}.rounded-t-xl{border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}.rounded-tl-xl{border-top-left-radius:var(--radius-xl)}.rounded-b-xl{border-bottom-right-radius:var(--radius-xl);border-bottom-left-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-standard{border-width:1px;border-color:#e5e7ebb3}.border-standard:is(.dark *){border-color:#ffffff1a}.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-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.border-none{--tw-border-style:none;border-style:none}.border-solid{--tw-border-style:solid;border-style:solid}.border-\(--callout-border-color-light\,\#71717a33\){border-color:var(--callout-border-color-light,#71717a33)}.border-\[\#FF00FF\]{border-color:#f0f}.border-black\/5{border-color:#0000000d}@supports (color:color-mix(in lab, red, red)){.border-black\/5{border-color:color-mix(in oklab,var(--color-black)5%,transparent)}}.border-blue-200{border-color:var(--color-blue-200)}.border-blue-300{border-color:var(--color-blue-300)}.border-blue-500{border-color:var(--color-blue-500)}.border-blue-600{border-color:var(--color-blue-600)}.border-current{border-color:currentColor}.border-green-200{border-color:var(--color-green-200)}.border-primary{border-color:var(--color-primary)}.border-red-200{border-color:var(--color-red-200)}.border-stone-50{border-color:var(--color-stone-50)}.border-stone-100{border-color:var(--color-stone-100)}.border-stone-200{border-color:var(--color-stone-200)}.border-stone-200\/70{border-color:#e7e5e4b3}@supports (color:color-mix(in lab, red, red)){.border-stone-200\/70{border-color:color-mix(in oklab,var(--color-stone-200)70%,transparent)}}.border-stone-500\/20{border-color:#79716b33}@supports (color:color-mix(in lab, red, red)){.border-stone-500\/20{border-color:color-mix(in oklab,var(--color-stone-500)20%,transparent)}}.border-stone-600\/50{border-color:#57534d80}@supports (color:color-mix(in lab, red, red)){.border-stone-600\/50{border-color:color-mix(in oklab,var(--color-stone-600)50%,transparent)}}.border-stone-950\/10{border-color:#0c0a091a}@supports (color:color-mix(in lab, red, red)){.border-stone-950\/10{border-color:color-mix(in oklab,var(--color-stone-950)10%,transparent)}}.border-transparent{border-color:#0000}.border-white\/10{border-color:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.border-white\/10{border-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.border-yellow-200{border-color:var(--color-yellow-200)}.border-r-transparent{border-right-color:#0000}.dark .scrollbar-code-system{scrollbar-color:#fff3 transparent}.dark .scrollbar-code-system::-webkit-scrollbar-thumb{background-color:#fff3}.dark .scrollbar-code-system:hover::-webkit-scrollbar-thumb{background-color:#ffffff40}.dark .scrollbar-code-system:active::-webkit-scrollbar-thumb{background-color:#ffffff40}.dark .scrollbar-common{scrollbar-color:#fff3 transparent}.dark .scrollbar-common::-webkit-scrollbar-thumb{background-color:#fff3}.dark .scrollbar-common:hover::-webkit-scrollbar-thumb{background-color:#ffffff40}.dark .scrollbar-common:active::-webkit-scrollbar-thumb{background-color:#ffffff40}.bg-\(--callout-bg-color-light\,\#71717a1a\){background-color:var(--callout-bg-color-light,#71717a1a)}.bg-\(--color-bg\){background-color:var(--color-bg)}.bg-\(--color-light\){background-color:var(--color-light)}.bg-\[\#0F1117\]{background-color:#0f1117}.bg-amber-100\/50{background-color:#fef3c680}@supports (color:color-mix(in lab, red, red)){.bg-amber-100\/50{background-color:color-mix(in oklab,var(--color-amber-100)50%,transparent)}}.bg-black\/20{background-color:#0003}@supports (color:color-mix(in lab, red, red)){.bg-black\/20{background-color:color-mix(in oklab,var(--color-black)20%,transparent)}}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-green-50{background-color:var(--color-green-50)}.bg-green-100{background-color:var(--color-green-100)}.bg-green-500{background-color:var(--color-green-500)}.bg-primary{background-color:var(--color-primary)}.bg-primary-dark{background-color:var(--color-primary-dark)}.bg-primary\/10{background-color:#1665341a}@supports (color:color-mix(in lab, red, red)){.bg-primary\/10{background-color:color-mix(in oklab,var(--color-primary)10%,transparent)}}.bg-purple-100{background-color:var(--color-purple-100)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-100\/50{background-color:#ffe2e280}@supports (color:color-mix(in lab, red, red)){.bg-red-100\/50{background-color:color-mix(in oklab,var(--color-red-100)50%,transparent)}}.bg-stone-50{background-color:var(--color-stone-50)}.bg-stone-50\/50{background-color:#fafaf980}@supports (color:color-mix(in lab, red, red)){.bg-stone-50\/50{background-color:color-mix(in oklab,var(--color-stone-50)50%,transparent)}}.bg-stone-100{background-color:var(--color-stone-100)}.bg-stone-100\/50{background-color:#f5f5f480}@supports (color:color-mix(in lab, red, red)){.bg-stone-100\/50{background-color:color-mix(in oklab,var(--color-stone-100)50%,transparent)}}.bg-stone-200{background-color:var(--color-stone-200)}.bg-stone-200\/70{background-color:#e7e5e4b3}@supports (color:color-mix(in lab, red, red)){.bg-stone-200\/70{background-color:color-mix(in oklab,var(--color-stone-200)70%,transparent)}}.bg-stone-400{background-color:var(--color-stone-400)}.bg-stone-500{background-color:var(--color-stone-500)}.bg-stone-700{background-color:var(--color-stone-700)}.bg-stone-800{background-color:var(--color-stone-800)}.bg-stone-900{background-color:var(--color-stone-900)}.bg-stone-950\/5{background-color:#0c0a090d}@supports (color:color-mix(in lab, red, red)){.bg-stone-950\/5{background-color:color-mix(in oklab,var(--color-stone-950)5%,transparent)}}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-yellow-50{background-color:var(--color-yellow-50)}.bg-yellow-500{background-color:var(--color-yellow-500)}.bg-linear-to-b{--tw-gradient-position:to bottom}@supports (background-image:linear-gradient(in lab, red, red)){.bg-linear-to-b{--tw-gradient-position:to bottom in oklab}}.bg-linear-to-b{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-grid-stone-200\/20{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='color-mix(in oklab%2c oklch(92.3%25 0.003 48.717) 20%25%2c transparent)'%3e%3cpath d='M0 .5H31.5V32'/%3e%3c/svg%3e")}.from-stone-200{--tw-gradient-from:var(--color-stone-200);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-stone-200{--tw-gradient-via:var(--color-stone-200);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-80\%{--tw-gradient-via-position:80%}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.mask-\[linear-gradient\(0deg\,\#fff\,rgba\(255\,255\,255\,0\.6\)\)\]{-webkit-mask-image:linear-gradient(#fff9,#fff);mask-image:linear-gradient(#fff9,#fff)}.bg-center{background-position:50%}.bg-repeat-round{background-repeat:round}.fill-primary{fill:var(--color-primary)}.fill-primary-light{fill:var(--color-primary-light)}.fill-stone-400{fill:var(--color-stone-400)}.fill-stone-800{fill:var(--color-stone-800)}.object-cover{object-fit:cover}.object-center{object-position:center}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-1\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.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-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-3\.5{padding-inline:calc(var(--spacing)*3.5)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-8{padding-inline:calc(var(--spacing)*8)}.py-0{padding-block:calc(var(--spacing)*0)}.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-3{padding-block:calc(var(--spacing)*3)}.py-3\.5{padding-block:calc(var(--spacing)*3.5)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-8{padding-block:calc(var(--spacing)*8)}.py-12{padding-block:calc(var(--spacing)*12)}.py-\[5px\]{padding-block:5px}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-2\.5{padding-top:calc(var(--spacing)*2.5)}.pt-3{padding-top:calc(var(--spacing)*3)}.pt-16{padding-top:calc(var(--spacing)*16)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-1\.5{padding-right:calc(var(--spacing)*1.5)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-2\.5{padding-right:calc(var(--spacing)*2.5)}.pr-4{padding-right:calc(var(--spacing)*4)}.pr-14{padding-right:calc(var(--spacing)*14)}.pr-px{padding-right:1px}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-2\.5{padding-bottom:calc(var(--spacing)*2.5)}.pb-5{padding-bottom:calc(var(--spacing)*5)}.pb-6{padding-bottom:calc(var(--spacing)*6)}.pb-px{padding-bottom:1px}.pl-1{padding-left:calc(var(--spacing)*1)}.pl-1\.5{padding-left:calc(var(--spacing)*1.5)}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-2\.5{padding-left:calc(var(--spacing)*2.5)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-11{padding-left:calc(var(--spacing)*11)}.pl-\[calc\(var\(--padding-left\)\*1px\)\]{padding-left:calc(var(--padding-left)*1px)}.text-center{text-align:center}.text-left{text-align:left}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.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-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-4{--tw-leading:calc(var(--spacing)*4);line-height:calc(var(--spacing)*4)}.leading-5{--tw-leading:calc(var(--spacing)*5);line-height:calc(var(--spacing)*5)}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-\[1\.35rem\]{--tw-leading:1.35rem;line-height:1.35rem}.leading-\[9px\]{--tw-leading:9px;line-height:9px}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.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-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.-tracking-\[0\.1px\]{--tw-tracking:calc(.1px*-1);letter-spacing:-.1px}.tracking-\[-0\.1px\]{--tw-tracking:-.1px;letter-spacing:-.1px}.tracking-\[-0\.2px\]{--tw-tracking:-.2px;letter-spacing:-.2px}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.overflow-wrap-anywhere{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.wrap-break-word{overflow-wrap:break-word}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-wrap{white-space:pre-wrap}.text-\(--callout-text-color\){color:var(--callout-text-color)}.text-\(--color-text\){color:var(--color-text)}.text-amber-600{color:var(--color-amber-600)}.text-blue-600{color:var(--color-blue-600)}.text-blue-800{color:var(--color-blue-800)}.text-blue-900{color:var(--color-blue-900)}.text-green-800{color:var(--color-green-800)}.text-pink-600{color:var(--color-pink-600)}.text-primary{color:var(--color-primary)}.text-primary-light{color:var(--color-primary-light)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-red-800{color:var(--color-red-800)}.text-stone-50{color:var(--color-stone-50)}.text-stone-300{color:var(--color-stone-300)}.text-stone-400{color:var(--color-stone-400)}.text-stone-500{color:var(--color-stone-500)}.text-stone-600{color:var(--color-stone-600)}.text-stone-700{color:var(--color-stone-700)}.text-stone-800{color:var(--color-stone-800)}.text-stone-900{color:var(--color-stone-900)}.text-stone-950{color:var(--color-stone-950)}.text-stone-950\/50{color:#0c0a0980}@supports (color:color-mix(in lab, red, red)){.text-stone-950\/50{color:color-mix(in oklab,var(--color-stone-950)50%,transparent)}}.text-stone-950\/70{color:#0c0a09b3}@supports (color:color-mix(in lab, red, red)){.text-stone-950\/70{color:color-mix(in oklab,var(--color-stone-950)70%,transparent)}}.text-tooltip-foreground{color:var(--color-tooltip-foreground)}.text-white{color:var(--color-white)}.text-white\/40{color:#fff6}@supports (color:color-mix(in lab, red, red)){.text-white\/40{color:color-mix(in oklab,var(--color-white)40%,transparent)}}.text-white\/50{color:#ffffff80}@supports (color:color-mix(in lab, red, red)){.text-white\/50{color:color-mix(in oklab,var(--color-white)50%,transparent)}}.text-yellow-800{color:var(--color-yellow-800)}.text-zinc-950\/70{color:#09090bb3}@supports (color:color-mix(in lab, red, red)){.text-zinc-950\/70{color:color-mix(in oklab,var(--color-zinc-950)70%,transparent)}}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.decoration-stone-400{-webkit-text-decoration-color:var(--color-stone-400);-webkit-text-decoration-color:var(--color-stone-400);text-decoration-color:var(--color-stone-400)}.decoration-dotted{text-decoration-style:dotted}.decoration-2{text-decoration-thickness:2px}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.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)}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_16px_-3px_rgb\(10_10_10\/0\.05\)\,0_3px_10px_-2px_rgb\(10_10_10\/0\.02\)\]{--tw-shadow:0 10px 16px -3px var(--tw-shadow-color,#0a0a0a0d),0 3px 10px -2px var(--tw-shadow-color,#0a0a0a05);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px 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)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px 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)}.shadow-sm{--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)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px 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,.ring-1{--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)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + 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)}.shadow-stone-500\/5{--tw-shadow-color:#79716b0d}@supports (color:color-mix(in lab, red, red)){.shadow-stone-500\/5{--tw-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--color-stone-500)5%,transparent)var(--tw-shadow-alpha),transparent)}}.ring-black\/5{--tw-ring-color:#0000000d}@supports (color:color-mix(in lab, red, red)){.ring-black\/5{--tw-ring-color:color-mix(in oklab,var(--color-black)5%,transparent)}}.ring-blue-500{--tw-ring-color:var(--color-blue-500)}.ring-stone-200\/70{--tw-ring-color:#e7e5e4b3}@supports (color:color-mix(in lab, red, red)){.ring-stone-200\/70{--tw-ring-color:color-mix(in oklab,var(--color-stone-200)70%,transparent)}}.ring-stone-400\/30{--tw-ring-color:#a6a09b4d}@supports (color:color-mix(in lab, red, red)){.ring-stone-400\/30{--tw-ring-color:color-mix(in oklab,var(--color-stone-400)30%,transparent)}}.ring-stone-800\/50{--tw-ring-color:#29252480}@supports (color:color-mix(in lab, red, red)){.ring-stone-800\/50{--tw-ring-color:color-mix(in oklab,var(--color-stone-800)50%,transparent)}}.ring-transparent{--tw-ring-color:transparent}.ring-offset-2{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.outline-0{outline-style:var(--tw-outline-style);outline-width:0}.-outline-offset-1{outline-offset:calc(1px*-1)}.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,)}.filter-\[drop-shadow\(0_0_2px_rgb\(0_0_0\/0\.1\)\)_drop-shadow\(0_0_4px_rgb\(0_0_0\/0\.1\)\)\]{filter:drop-shadow(0 0 2px #0000001a)drop-shadow(0 0 4px #0000001a)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.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-\[height\]{transition-property:height;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;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-opacity{transition-property:opacity;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-50{--tw-duration:50ms;transition-duration:50ms}.duration-75{--tw-duration:75ms;transition-duration:75ms}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.prose-stone{--tw-prose-body:oklch(37.4% .01 67.558);--tw-prose-headings:oklch(21.6% .006 56.043);--tw-prose-lead:oklch(44.4% .011 73.639);--tw-prose-links:oklch(21.6% .006 56.043);--tw-prose-bold:oklch(21.6% .006 56.043);--tw-prose-counters:oklch(55.3% .013 58.071);--tw-prose-bullets:oklch(86.9% .005 56.366);--tw-prose-hr:oklch(92.3% .003 48.717);--tw-prose-quotes:oklch(21.6% .006 56.043);--tw-prose-quote-borders:oklch(92.3% .003 48.717);--tw-prose-captions:oklch(55.3% .013 58.071);--tw-prose-kbd:oklch(21.6% .006 56.043);--tw-prose-kbd-shadows:oklab(21.6% .00335142 .00497674/.1);--tw-prose-code:oklch(21.6% .006 56.043);--tw-prose-pre-code:oklch(92.3% .003 48.717);--tw-prose-pre-bg:oklch(26.8% .007 34.298);--tw-prose-th-borders:oklch(86.9% .005 56.366);--tw-prose-td-borders:oklch(92.3% .003 48.717);--tw-prose-invert-body:oklch(86.9% .005 56.366);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.9% .01 56.259);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.9% .01 56.259);--tw-prose-invert-bullets:oklch(44.4% .011 73.639);--tw-prose-invert-hr:oklch(37.4% .01 67.558);--tw-prose-invert-quotes:oklch(97% .001 106.424);--tw-prose-invert-quote-borders:oklch(37.4% .01 67.558);--tw-prose-invert-captions:oklch(70.9% .01 56.259);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(86.9% .005 56.366);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.4% .011 73.639);--tw-prose-invert-td-borders:oklch(37.4% .01 67.558)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.\[--color-bg-disabled\:\#ECDFFB\]{--color-bg-disabled:#ecdffb}.\[--color-bg-disabled\:\#EDFDF4\]{--color-bg-disabled:#edfdf4}.\[--color-bg-disabled\:\#F0F4FE\]{--color-bg-disabled:#f0f4fe}.\[--color-bg-disabled\:\#F5F5F5\]{--color-bg-disabled:#f5f5f5}.\[--color-bg-disabled\:\#FDF2F1\]{--color-bg-disabled:#fdf2f1}.\[--color-bg-disabled\:\#FEF4EC\]{--color-bg-disabled:#fef4ec}.\[--color-bg-disabled\:\#FEFCE8\]{--color-bg-disabled:#fefce8}.\[--color-bg-disabled\:rgba\(255\,255\,255\,0\.08\)\]{--color-bg-disabled:#ffffff14}.\[--color-bg-disabled\:rgba\(255\,255\,255\,0\.95\)\]{--color-bg-disabled:#fffffff2}.\[--color-bg\:\#D1FAE4\]{--color-bg:#d1fae4}.\[--color-bg\:\#E3EAFD\]{--color-bg:#e3eafd}.\[--color-bg\:\#ECDFFB\]{--color-bg:#ecdffb}.\[--color-bg\:\#F5F5F5\]{--color-bg:#f5f5f5}.\[--color-bg\:\#FCE5E4\]{--color-bg:#fce5e4}.\[--color-bg\:\#FDEAD8\]{--color-bg:#fdead8}.\[--color-bg\:\#FEF9C3\]{--color-bg:#fef9c3}.\[--color-bg\:rgba\(255\,255\,255\,0\.95\)\]{--color-bg:#fffffff2}.\[--color-text-disabled\:\#E9E9EA\]{--color-text-disabled:#e9e9ea}.\[--color-text-disabled\:\#FEF08A\]{--color-text-disabled:#fef08a}.\[--color-text-disabled\:rgba\(38\,189\,108\,0\.50\)\]{--color-text-disabled:#26bd6c80}.\[--color-text-disabled\:rgba\(51\,104\,240\,0\.50\)\]{--color-text-disabled:#3368f080}.\[--color-text-disabled\:rgba\(135\,61\,230\,0\.50\)\]{--color-text-disabled:#873de680}.\[--color-text-disabled\:rgba\(230\,72\,61\,0\.30\)\]{--color-text-disabled:#e6483d4d}.\[--color-text-disabled\:rgba\(230\,72\,61\,0\.50\)\]{--color-text-disabled:#e6483d80}.\[--color-text-disabled\:rgba\(244\,142\,47\,0\.50\)\]{--color-text-disabled:#f48e2f80}.\[--color-text\:\#9A1C13\]{--color-text:#9a1c13}.\[--color-text\:\#133A9A\]{--color-text:#133a9a}.\[--color-text\:\#166E3F\]{--color-text:#166e3f}.\[--color-text\:\#5314A3\]{--color-text:#5314a3}.\[--color-text\:\#78787A\]{--color-text:#78787a}.\[--color-text\:\#A16207\]{--color-text:#a16207}.\[--color-text\:\#AE590A\]{--color-text:#ae590a}.\[--color-text\:\#E6483D\]{--color-text:#e6483d}.\[--color-text\:rgba\(11\,12\,14\,0\.60\)\]{--color-text:#0b0c0e99}.\[grid-area\:1\/1\]{grid-area:1/1}:is(.\*\*\:ring-0 *){--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + 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)}:is(.\*\*\:outline-0 *){outline-style:var(--tw-outline-style);outline-width:0}@media (hover:hover){.group-hover\:bg-primary:is(:where(.group):hover *){background-color:var(--color-primary)}.group-hover\:bg-primary-light\/10:is(:where(.group):hover *){background-color:#f0f9f41a}@supports (color:color-mix(in lab, red, red)){.group-hover\:bg-primary-light\/10:is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-primary-light)10%,transparent)}}.group-hover\:bg-stone-200\/50:is(:where(.group):hover *){background-color:#e7e5e480}@supports (color:color-mix(in lab, red, red)){.group-hover\:bg-stone-200\/50:is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-stone-200)50%,transparent)}}.group-hover\:bg-stone-700\/70:is(:where(.group):hover *){background-color:#44403bb3}@supports (color:color-mix(in lab, red, red)){.group-hover\:bg-stone-700\/70:is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-stone-700)70%,transparent)}}.group-hover\:text-primary:is(:where(.group):hover *){color:var(--color-primary)}.group-hover\:text-primary-light:is(:where(.group):hover *){color:var(--color-primary-light)}.group-hover\:text-stone-950\/70:is(:where(.group):hover *){color:#0c0a09b3}@supports (color:color-mix(in lab, red, red)){.group-hover\:text-stone-950\/70:is(:where(.group):hover *){color:color-mix(in oklab,var(--color-stone-950)70%,transparent)}}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}.group-hover\/copy-button\:text-stone-500:is(:where(.group\/copy-button):hover *){color:var(--color-stone-500)}.group-hover\/copy-button\:text-white\/60:is(:where(.group\/copy-button):hover *){color:#fff9}@supports (color:color-mix(in lab, red, red)){.group-hover\/copy-button\:text-white\/60:is(:where(.group\/copy-button):hover *){color:color-mix(in oklab,var(--color-white)60%,transparent)}}.group-hover\/param-head\:opacity-100:is(:where(.group\/param-head):hover *){opacity:1}}.group-focus\/link\:border-2:is(:where(.group\/link):focus *){border-style:var(--tw-border-style);border-width:2px}.group-focus\/link\:border-primary:is(:where(.group\/link):focus *){border-color:var(--color-primary)}.group-has-\[\[data-component-part\=\"step-content\"\]\:empty\]\/step\:hidden:is(:where(.group\/step):has([data-component-part=step-content]:empty) *){display:none}@media (hover:hover){.peer-hover\:opacity-100:is(:where(.peer):hover~*){opacity:1}}.peer-focus\:opacity-100:is(:where(.peer):focus~*){opacity:1}.placeholder\:text-stone-400::placeholder{color:var(--color-stone-400)}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:right-0:before{content:var(--tw-content);right:calc(var(--spacing)*0)}.before\:h-full:before{content:var(--tw-content);height:100%}.before\:w-\[7px\]:before{content:var(--tw-content);width:7px}.before\:bg-stone-50:before{content:var(--tw-content);background-color:var(--color-stone-50)}.before\:content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-0:after{content:var(--tw-content);left:calc(var(--spacing)*0)}.after\:h-full:after{content:var(--tw-content);height:100%}.after\:w-\[7px\]:after{content:var(--tw-content);width:7px}.after\:bg-stone-50:after{content:var(--tw-content);background-color:var(--color-stone-50)}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.first\:ml-2\.5\!:first-child{margin-left:calc(var(--spacing)*2.5)!important}.last\:mb-1\.5:last-child{margin-bottom:calc(var(--spacing)*1.5)}@media (hover:hover){.hover\:scale-110:hover{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:border-primary\!:hover{border-color:var(--color-primary)!important}.hover\:border-stone-300:hover{border-color:var(--color-stone-300)}.hover\:bg-primary-light\/10:hover{background-color:#f0f9f41a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary-light\/10:hover{background-color:color-mix(in oklab,var(--color-primary-light)10%,transparent)}}.hover\:bg-primary\/10:hover{background-color:#1665341a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary\/10:hover{background-color:color-mix(in oklab,var(--color-primary)10%,transparent)}}.hover\:bg-stone-50:hover{background-color:var(--color-stone-50)}.hover\:bg-stone-50\/50:hover{background-color:#fafaf980}@supports (color:color-mix(in lab, red, red)){.hover\:bg-stone-50\/50:hover{background-color:color-mix(in oklab,var(--color-stone-50)50%,transparent)}}.hover\:bg-stone-100:hover{background-color:var(--color-stone-100)}.hover\:bg-stone-200\/50:hover{background-color:#e7e5e480}@supports (color:color-mix(in lab, red, red)){.hover\:bg-stone-200\/50:hover{background-color:color-mix(in oklab,var(--color-stone-200)50%,transparent)}}.hover\:bg-stone-700\/70:hover{background-color:#44403bb3}@supports (color:color-mix(in lab, red, red)){.hover\:bg-stone-700\/70:hover{background-color:color-mix(in oklab,var(--color-stone-700)70%,transparent)}}.hover\:bg-stone-950\/3:hover{background-color:#0c0a0908}@supports (color:color-mix(in lab, red, red)){.hover\:bg-stone-950\/3:hover{background-color:color-mix(in oklab,var(--color-stone-950)3%,transparent)}}.hover\:text-primary:hover{color:var(--color-primary)}.hover\:text-primary-light:hover{color:var(--color-primary-light)}.hover\:text-stone-600:hover{color:var(--color-stone-600)}.hover\:text-stone-900:hover{color:var(--color-stone-900)}.hover\:text-stone-950\/75:hover{color:#0c0a09bf}@supports (color:color-mix(in lab, red, red)){.hover\:text-stone-950\/75:hover{color:color-mix(in oklab,var(--color-stone-950)75%,transparent)}}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-100:hover{opacity:1}.hover\:ring-stone-400\/60:hover{--tw-ring-color:#a6a09b99}@supports (color:color-mix(in lab, red, red)){.hover\:ring-stone-400\/60:hover{--tw-ring-color:color-mix(in oklab,var(--color-stone-400)60%,transparent)}}}.focus\:bg-stone-950\/5:focus{background-color:#0c0a090d}@supports (color:color-mix(in lab, red, red)){.focus\:bg-stone-950\/5:focus{background-color:color-mix(in oklab,var(--color-stone-950)5%,transparent)}}.focus\:text-stone-950\/75:focus{color:#0c0a09bf}@supports (color:color-mix(in lab, red, red)){.focus\:text-stone-950\/75:focus{color:color-mix(in oklab,var(--color-stone-950)75%,transparent)}}.focus\:opacity-100:focus{opacity:1}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + 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-black\/90:focus{--tw-ring-color:#000000e6}@supports (color:color-mix(in lab, red, red)){.focus\:ring-black\/90:focus{--tw-ring-color:color-mix(in oklab,var(--color-black)90%,transparent)}}.focus\:ring-stone-400:focus{--tw-ring-color:var(--color-stone-400)}.focus\:outline-0:focus{outline-style:var(--tw-outline-style);outline-width:0}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}:is(.\*\*\:focus\:ring-0 *):focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + 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)}:is(.\*\*\:focus\:outline-0 *):focus{outline-style:var(--tw-outline-style);outline-width:0}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + 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-visible\:ring-primary:focus-visible{--tw-ring-color:var(--color-primary)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:outline-2:focus-visible{outline-style:var(--tw-outline-style);outline-width:2px}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\:pointer-events-none:disabled,.data-disabled\:pointer-events-none[data-disabled]{pointer-events:none}.data-disabled\:cursor-default[data-disabled]{cursor:default}.data-disabled\:cursor-not-allowed[data-disabled]{cursor:not-allowed}.data-disabled\:bg-\(--color-bg-disabled\)[data-disabled]{background-color:var(--color-bg-disabled)}.data-disabled\:text-\(--color-text-disabled\)[data-disabled]{color:var(--color-text-disabled)}.data-disabled\:opacity-50[data-disabled]{opacity:.5}:is(.\*\*\:data-\[component-part\=\"callout-icon\"\]\:mt-px *)[data-component-part=callout-icon]{margin-top:1px}:is(.\*\*\:data-\[component-part\=code-block-root\]\:rounded-b-2xl *)[data-component-part=code-block-root]{border-bottom-right-radius:var(--radius-2xl);border-bottom-left-radius:var(--radius-2xl)}.data-\[shape\=\"rounded\"\]\:rounded-\[4px\][data-shape=rounded]{border-radius:4px}.data-\[shape\=\"rounded\"\]\:rounded-\[6px\][data-shape=rounded]{border-radius:6px}.data-\[shape\=\"rounded\"\]\:rounded-\[8px\][data-shape=rounded]{border-radius:8px}.data-\[shape\=\'pill\'\]\:rounded-full[data-shape=pill]{border-radius:3.40282e38px}.data-\[variant\=\'outline\'\]\:outline-1[data-variant=outline]{outline-style:var(--tw-outline-style);outline-width:1px}.data-\[variant\=\'outline\'\]\:-outline-offset-1[data-variant=outline]{outline-offset:calc(1px*-1)}.data-\[variant\=\'outline\'\]\:outline-\[rgba\(11\,12\,14\,0\.08\)\][data-variant=outline]{outline-color:#0b0c0e14}.data-\[variant\=\'outline\'\]\:outline-solid[data-variant=outline]{--tw-outline-style:solid;outline-style:solid}@media (prefers-reduced-motion:no-preference){.motion-safe\:active\:scale-95:active{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}}@media (min-width:40rem){.sm\:inline-flex{display:inline-flex}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:48rem){.md\:h-10{height:calc(var(--spacing)*10)}.md\:w-\[120px\]{width:120px}.md\:max-w-\[60px\]{max-width:60px}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:gap-2{gap:calc(var(--spacing)*2)}}@media (min-width:64rem){.lg\:sticky{position:sticky}.lg\:w-\[160px\]{width:160px}.lg\:flex-row{flex-direction:row}.lg\:gap-6{gap:calc(var(--spacing)*6)}}@media (min-width:80rem){.xl\:hidden{display:none}}.dark\:block:is(.dark *){display:block}.dark\:hidden:is(.dark *){display:none}.dark\:border-\(--callout-border-color-dark\,\#71717a4d\):is(.dark *){border-color:var(--callout-border-color-dark,#71717a4d)}.dark\:border-blue-700:is(.dark *){border-color:var(--color-blue-700)}.dark\:border-blue-800:is(.dark *){border-color:var(--color-blue-800)}.dark\:border-blue-900:is(.dark *){border-color:var(--color-blue-900)}.dark\:border-green-900:is(.dark *){border-color:var(--color-green-900)}.dark\:border-primary-light:is(.dark *){border-color:var(--color-primary-light)}.dark\:border-red-900:is(.dark *){border-color:var(--color-red-900)}.dark\:border-red-900\/50:is(.dark *){border-color:#82181a80}@supports (color:color-mix(in lab, red, red)){.dark\:border-red-900\/50:is(.dark *){border-color:color-mix(in oklab,var(--color-red-900)50%,transparent)}}.dark\:border-stone-400\/50:is(.dark *){border-color:#a6a09b80}@supports (color:color-mix(in lab, red, red)){.dark\:border-stone-400\/50:is(.dark *){border-color:color-mix(in oklab,var(--color-stone-400)50%,transparent)}}.dark\:border-stone-500\/30:is(.dark *){border-color:#79716b4d}@supports (color:color-mix(in lab, red, red)){.dark\:border-stone-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-stone-500)30%,transparent)}}.dark\:border-stone-700:is(.dark *){border-color:var(--color-stone-700)}.dark\:border-stone-800:is(.dark *){border-color:var(--color-stone-800)}.dark\:border-stone-800\/50:is(.dark *){border-color:#29252480}@supports (color:color-mix(in lab, red, red)){.dark\:border-stone-800\/50:is(.dark *){border-color:color-mix(in oklab,var(--color-stone-800)50%,transparent)}}.dark\:border-stone-900:is(.dark *){border-color:var(--color-stone-900)}.dark\:border-white\/5:is(.dark *){border-color:#ffffff0d}@supports (color:color-mix(in lab, red, red)){.dark\:border-white\/5:is(.dark *){border-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.dark\:border-white\/10:is(.dark *){border-color:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.dark\:border-white\/10:is(.dark *){border-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.dark\:border-yellow-900:is(.dark *){border-color:var(--color-yellow-900)}.dark\:bg-\(--callout-bg-color-dark\,\#71717a1a\):is(.dark *){background-color:var(--callout-bg-color-dark,#71717a1a)}.dark\:bg-\(--color-dark\):is(.dark *){background-color:var(--color-dark)}.dark\:bg-\[\#0F1117\]:is(.dark *){background-color:#0f1117}.dark\:bg-\[\#0b0c0e\]:is(.dark *){background-color:#0b0c0e}.dark\:bg-amber-400\/10:is(.dark *){background-color:#fcbb001a}@supports (color:color-mix(in lab, red, red)){.dark\:bg-amber-400\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-amber-400)10%,transparent)}}.dark\:bg-background-dark:is(.dark *){background-color:var(--color-background-dark)}.dark\:bg-black\/40:is(.dark *){background-color:#0006}@supports (color:color-mix(in lab, red, red)){.dark\:bg-black\/40:is(.dark *){background-color:color-mix(in oklab,var(--color-black)40%,transparent)}}.dark\:bg-blue-600\/20:is(.dark *){background-color:#155dfc33}@supports (color:color-mix(in lab, red, red)){.dark\:bg-blue-600\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-600)20%,transparent)}}.dark\:bg-blue-900:is(.dark *){background-color:var(--color-blue-900)}.dark\:bg-blue-900\/20:is(.dark *){background-color:#1c398e33}@supports (color:color-mix(in lab, red, red)){.dark\:bg-blue-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-900)20%,transparent)}}.dark\:bg-blue-950:is(.dark *){background-color:var(--color-blue-950)}.dark\:bg-green-600\/20:is(.dark *){background-color:#00a54433}@supports (color:color-mix(in lab, red, red)){.dark\:bg-green-600\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-green-600)20%,transparent)}}.dark\:bg-green-900:is(.dark *){background-color:var(--color-green-900)}.dark\:bg-primary-light:is(.dark *){background-color:var(--color-primary-light)}.dark\:bg-purple-900:is(.dark *){background-color:var(--color-purple-900)}.dark\:bg-red-400\/10:is(.dark *){background-color:#ff65681a}@supports (color:color-mix(in lab, red, red)){.dark\:bg-red-400\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-red-400)10%,transparent)}}.dark\:bg-red-600\/20:is(.dark *){background-color:#e4001433}@supports (color:color-mix(in lab, red, red)){.dark\:bg-red-600\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-red-600)20%,transparent)}}.dark\:bg-red-950\/50:is(.dark *){background-color:#46080980}@supports (color:color-mix(in lab, red, red)){.dark\:bg-red-950\/50:is(.dark *){background-color:color-mix(in oklab,var(--color-red-950)50%,transparent)}}.dark\:bg-stone-50:is(.dark *){background-color:var(--color-stone-50)}.dark\:bg-stone-100:is(.dark *){background-color:var(--color-stone-100)}.dark\:bg-stone-200:is(.dark *){background-color:var(--color-stone-200)}.dark\:bg-stone-400:is(.dark *){background-color:var(--color-stone-400)}.dark\:bg-stone-500\/10:is(.dark *){background-color:#79716b1a}@supports (color:color-mix(in lab, red, red)){.dark\:bg-stone-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-stone-500)10%,transparent)}}.dark\:bg-stone-700:is(.dark *){background-color:var(--color-stone-700)}.dark\:bg-stone-800:is(.dark *){background-color:var(--color-stone-800)}.dark\:bg-stone-800\/25:is(.dark *){background-color:#29252440}@supports (color:color-mix(in lab, red, red)){.dark\:bg-stone-800\/25:is(.dark *){background-color:color-mix(in oklab,var(--color-stone-800)25%,transparent)}}.dark\:bg-stone-900:is(.dark *){background-color:var(--color-stone-900)}.dark\:bg-stone-950:is(.dark *){background-color:var(--color-stone-950)}.dark\:bg-transparent:is(.dark *){background-color:#0000}.dark\:bg-white\/5:is(.dark *){background-color:#ffffff0d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-white\/5:is(.dark *){background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.dark\:bg-white\/10:is(.dark *){background-color:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.dark\:bg-white\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.dark\:bg-yellow-600\/20:is(.dark *){background-color:#cd890033}@supports (color:color-mix(in lab, red, red)){.dark\:bg-yellow-600\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-yellow-600)20%,transparent)}}.dark\:bg-yellow-900\/20:is(.dark *){background-color:#733e0a33}@supports (color:color-mix(in lab, red, red)){.dark\:bg-yellow-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-yellow-900)20%,transparent)}}.dark\:bg-grid-white\/5:is(.dark *){background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='color-mix(in oklab%2c white 5%25%2c transparent)'%3e%3cpath d='M0 .5H31.5V32'/%3e%3c/svg%3e")}.dark\:from-white\/10:is(.dark *){--tw-gradient-from:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.dark\:from-white\/10:is(.dark *){--tw-gradient-from:color-mix(in oklab,var(--color-white)10%,transparent)}}.dark\:from-white\/10:is(.dark *){--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:via-white\/10:is(.dark *){--tw-gradient-via:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.dark\:via-white\/10:is(.dark *){--tw-gradient-via:color-mix(in oklab,var(--color-white)10%,transparent)}}.dark\:via-white\/10:is(.dark *){--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.dark\:mask-\[linear-gradient\(0deg\,rgba\(255\,255\,255\,0\.1\)\,rgba\(255\,255\,255\,0\.5\)\)\]:is(.dark *){-webkit-mask-image:linear-gradient(#ffffff80,#ffffff1a);mask-image:linear-gradient(#ffffff80,#ffffff1a)}.dark\:fill-primary-light:is(.dark *){fill:var(--color-primary-light)}.dark\:fill-stone-100:is(.dark *){fill:var(--color-stone-100)}.dark\:fill-stone-300:is(.dark *){fill:var(--color-stone-300)}.dark\:text-\(--dark-callout-text-color\):is(.dark *){color:var(--dark-callout-text-color)}.dark\:text-amber-300:is(.dark *){color:var(--color-amber-300)}.dark\:text-blue-100:is(.dark *){color:var(--color-blue-100)}.dark\:text-blue-300:is(.dark *){color:var(--color-blue-300)}.dark\:text-blue-400:is(.dark *){color:var(--color-blue-400)}.dark\:text-green-300:is(.dark *){color:var(--color-green-300)}.dark\:text-pink-400:is(.dark *){color:var(--color-pink-400)}.dark\:text-primary-light:is(.dark *){color:var(--color-primary-light)}.dark\:text-red-300:is(.dark *){color:var(--color-red-300)}.dark\:text-red-400:is(.dark *){color:var(--color-red-400)}.dark\:text-stone-50:is(.dark *){color:var(--color-stone-50)}.dark\:text-stone-100:is(.dark *){color:var(--color-stone-100)}.dark\:text-stone-200:is(.dark *){color:var(--color-stone-200)}.dark\:text-stone-300:is(.dark *){color:var(--color-stone-300)}.dark\:text-stone-400:is(.dark *){color:var(--color-stone-400)}.dark\:text-stone-500:is(.dark *){color:var(--color-stone-500)}.dark\:text-stone-600:is(.dark *){color:var(--color-stone-600)}.dark\:text-white:is(.dark *){color:var(--color-white)}.dark\:text-white\/40:is(.dark *){color:#fff6}@supports (color:color-mix(in lab, red, red)){.dark\:text-white\/40:is(.dark *){color:color-mix(in oklab,var(--color-white)40%,transparent)}}.dark\:text-white\/50:is(.dark *){color:#ffffff80}@supports (color:color-mix(in lab, red, red)){.dark\:text-white\/50:is(.dark *){color:color-mix(in oklab,var(--color-white)50%,transparent)}}.dark\:text-white\/70:is(.dark *){color:#ffffffb3}@supports (color:color-mix(in lab, red, red)){.dark\:text-white\/70:is(.dark *){color:color-mix(in oklab,var(--color-white)70%,transparent)}}.dark\:text-yellow-300:is(.dark *){color:var(--color-yellow-300)}.dark\:decoration-stone-500:is(.dark *){-webkit-text-decoration-color:var(--color-stone-500);-webkit-text-decoration-color:var(--color-stone-500);text-decoration-color:var(--color-stone-500)}.dark\:shadow-none:is(.dark *){--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark\:ring-1:is(.dark *){--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)}.dark\:shadow-stone-500\/5:is(.dark *){--tw-shadow-color:#79716b0d}@supports (color:color-mix(in lab, red, red)){.dark\:shadow-stone-500\/5:is(.dark *){--tw-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--color-stone-500)5%,transparent)var(--tw-shadow-alpha),transparent)}}.dark\:ring-stone-700\/25:is(.dark *){--tw-ring-color:#44403b40}@supports (color:color-mix(in lab, red, red)){.dark\:ring-stone-700\/25:is(.dark *){--tw-ring-color:color-mix(in oklab,var(--color-stone-700)25%,transparent)}}.dark\:ring-stone-800\/50:is(.dark *){--tw-ring-color:#29252480}@supports (color:color-mix(in lab, red, red)){.dark\:ring-stone-800\/50:is(.dark *){--tw-ring-color:color-mix(in oklab,var(--color-stone-800)50%,transparent)}}.dark\:ring-white\/\[0\.14\]:is(.dark *){--tw-ring-color:#ffffff24}@supports (color:color-mix(in lab, red, red)){.dark\:ring-white\/\[0\.14\]:is(.dark *){--tw-ring-color:color-mix(in oklab,var(--color-white)14.0%,transparent)}}.dark\:brightness-\[1\.35\]:is(.dark *){--tw-brightness:brightness(1.35);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,)}.dark\:prose-invert:is(.dark *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.dark\:\[--color-bg-disabled\:\#3A0F71\]:is(.dark *){--color-bg-disabled:#3a0f71}.dark\:\[--color-bg-disabled\:\#360A07\]:is(.dark *){--color-bg-disabled:#360a07}.dark\:\[--color-bg-disabled\:\#03153A\]:is(.dark *){--color-bg-disabled:#03153a}.dark\:\[--color-bg-disabled\:\#072213\]:is(.dark *){--color-bg-disabled:#072213}.dark\:\[--color-bg-disabled\:\#262727\]:is(.dark *){--color-bg-disabled:#262727}.dark\:\[--color-bg-disabled\:\#301903\]:is(.dark *){--color-bg-disabled:#301903}.dark\:\[--color-bg-disabled\:\#422006\]:is(.dark *){--color-bg-disabled:#422006}.dark\:\[--color-bg-disabled\:rgba\(255\,255\,255\,0\.24\)\]:is(.dark *){--color-bg-disabled:#ffffff3d}.dark\:\[--color-bg\:\#0F4C2C\]:is(.dark *){--color-bg:#0f4c2c}.dark\:\[--color-bg\:\#3A0F71\]:is(.dark *){--color-bg:#3a0f71}.dark\:\[--color-bg\:\#713F12\]:is(.dark *){--color-bg:#713f12}.dark\:\[--color-bg\:\#07296A\]:is(.dark *){--color-bg:#07296a}.dark\:\[--color-bg\:\#64120D\]:is(.dark *){--color-bg:#64120d}.dark\:\[--color-bg\:\#262727\]:is(.dark *){--color-bg:#262727}.dark\:\[--color-bg\:\#613105\]:is(.dark *){--color-bg:#613105}.dark\:\[--color-bg\:rgba\(255\,255\,255\,0\.95\)\]:is(.dark *){--color-bg:#fffffff2}.dark\:\[--color-text-disabled\:\#3C3C3D\]:is(.dark *){--color-text-disabled:#3c3c3d}.dark\:\[--color-text-disabled\:\#854D0E\]:is(.dark *){--color-text-disabled:#854d0e}.dark\:\[--color-text-disabled\:rgba\(38\,189\,108\,0\.30\)\]:is(.dark *){--color-text-disabled:#26bd6c4d}.dark\:\[--color-text-disabled\:rgba\(51\,104\,240\,0\.30\)\]:is(.dark *){--color-text-disabled:#3368f04d}.dark\:\[--color-text-disabled\:rgba\(135\,61\,230\,0\.30\)\]:is(.dark *){--color-text-disabled:#873de64d}.dark\:\[--color-text-disabled\:rgba\(230\,72\,61\,0\.30\)\]:is(.dark *){--color-text-disabled:#e6483d4d}.dark\:\[--color-text-disabled\:rgba\(230\,72\,61\,0\.40\)\]:is(.dark *){--color-text-disabled:#e6483d66}.dark\:\[--color-text-disabled\:rgba\(244\,142\,47\,0\.30\)\]:is(.dark *){--color-text-disabled:#f48e2f4d}.dark\:\[--color-text\:\#6AE1A1\]:is(.dark *){--color-text:#6ae1a1}.dark\:\[--color-text\:\#7196F4\]:is(.dark *){--color-text:#7196f4}.dark\:\[--color-text\:\#B78AF0\]:is(.dark *){--color-text:#b78af0}.dark\:\[--color-text\:\#D7D7D7\]:is(.dark *){--color-text:#d7d7d7}.dark\:\[--color-text\:\#E6483D\]:is(.dark *){--color-text:#e6483d}.dark\:\[--color-text\:\#F08B85\]:is(.dark *){--color-text:#f08b85}.dark\:\[--color-text\:\#F8B577\]:is(.dark *){--color-text:#f8b577}.dark\:\[--color-text\:\#FDE047\]:is(.dark *){--color-text:#fde047}.dark\:\[--color-text\:rgba\(11\,12\,14\,0\.60\)\]:is(.dark *){--color-text:#0b0c0e99}@media (hover:hover){.dark\:group-hover\:bg-primary-light:is(.dark *):is(:where(.group):hover *){background-color:var(--color-primary-light)}.dark\:group-hover\:bg-stone-700\/70:is(.dark *):is(:where(.group):hover *){background-color:#44403bb3}@supports (color:color-mix(in lab, red, red)){.dark\:group-hover\:bg-stone-700\/70:is(.dark *):is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-stone-700)70%,transparent)}}.dark\:group-hover\:text-primary-light:is(.dark *):is(:where(.group):hover *){color:var(--color-primary-light)}.dark\:group-hover\:text-white\/70:is(.dark *):is(:where(.group):hover *){color:#ffffffb3}@supports (color:color-mix(in lab, red, red)){.dark\:group-hover\:text-white\/70:is(.dark *):is(:where(.group):hover *){color:color-mix(in oklab,var(--color-white)70%,transparent)}}.group-hover\:dark\:text-primary-light:is(:where(.group):hover *):is(.dark *){color:var(--color-primary-light)}.dark\:group-hover\/copy-button\:text-white\/60:is(.dark *):is(:where(.group\/copy-button):hover *){color:#fff9}@supports (color:color-mix(in lab, red, red)){.dark\:group-hover\/copy-button\:text-white\/60:is(.dark *):is(:where(.group\/copy-button):hover *){color:color-mix(in oklab,var(--color-white)60%,transparent)}}}.dark\:group-focus\/link\:border-primary-light:is(.dark *):is(:where(.group\/link):focus *){border-color:var(--color-primary-light)}.placeholder\:dark\:text-white\/50::placeholder:is(){color:#ffffff80}@supports (color:color-mix(in lab, red, red)){.placeholder\:dark\:text-white\/50::placeholder:is(){color:color-mix(in oklab,var(--color-white)50%,transparent)}}.dark\:before\:bg-stone-900:is(.dark *):before,.dark\:after\:bg-stone-900:is(.dark *):after{content:var(--tw-content);background-color:var(--color-stone-900)}@media (hover:hover){.dark\:hover\:border-primary-light\!:is(.dark *):hover{border-color:var(--color-primary-light)!important}.dark\:hover\:border-stone-700:is(.dark *):hover{border-color:var(--color-stone-700)}.dark\:hover\:bg-primary-light\/10:is(.dark *):hover{background-color:#f0f9f41a}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-primary-light\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-primary-light)10%,transparent)}}.dark\:hover\:bg-stone-700\/70:is(.dark *):hover{background-color:#44403bb3}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-stone-700\/70:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-stone-700)70%,transparent)}}.dark\:hover\:bg-stone-800:is(.dark *):hover{background-color:var(--color-stone-800)}.dark\:hover\:bg-stone-900:is(.dark *):hover{background-color:var(--color-stone-900)}.dark\:hover\:bg-white\/3:is(.dark *):hover{background-color:#ffffff08}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-white\/3:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)3%,transparent)}}.dark\:hover\:bg-white\/5:is(.dark *):hover{background-color:#ffffff0d}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-white\/5:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.hover\:dark\:bg-stone-800:hover:is(.dark *){background-color:var(--color-stone-800)}.dark\:hover\:text-primary-light:is(.dark *):hover{color:var(--color-primary-light)}.dark\:hover\:text-stone-200:is(.dark *):hover{color:var(--color-stone-200)}.dark\:hover\:text-stone-300:is(.dark *):hover{color:var(--color-stone-300)}.dark\:hover\:text-white\/75:is(.dark *):hover{color:#ffffffbf}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:text-white\/75:is(.dark *):hover{color:color-mix(in oklab,var(--color-white)75%,transparent)}}.dark\:hover\:ring-white\/20:is(.dark *):hover{--tw-ring-color:#fff3}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:ring-white\/20:is(.dark *):hover{--tw-ring-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.dark\:hover\:brightness-150:is(.dark *):hover{--tw-brightness:brightness(150%);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,)}}.dark\:focus\:bg-white\/5:is(.dark *):focus{background-color:#ffffff0d}@supports (color:color-mix(in lab, red, red)){.dark\:focus\:bg-white\/5:is(.dark *):focus{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.dark\:focus\:text-white\/75:is(.dark *):focus{color:#ffffffbf}@supports (color:color-mix(in lab, red, red)){.dark\:focus\:text-white\/75:is(.dark *):focus{color:color-mix(in oklab,var(--color-white)75%,transparent)}}.dark\:focus\:ring-stone-600:is(.dark *):focus{--tw-ring-color:var(--color-stone-600)}.dark\:focus\:ring-white:is(.dark *):focus{--tw-ring-color:var(--color-white)}.dark\:focus-visible\:ring-primary-light:is(.dark *):focus-visible{--tw-ring-color:var(--color-primary-light)}.dark\:data-\[variant\=\'outline\'\]\:outline-\[rgba\(255\,255\,255\,0\.14\)\]:is(.dark *)[data-variant=outline]{outline-color:#ffffff24}.\[\&_\.prose\>p\:first-child\]\:mt-0 .prose>p:first-child{margin-top:calc(var(--spacing)*0)}.\[\&_\.prose\>p\:last-child\]\:mb-0 .prose>p:last-child{margin-bottom:calc(var(--spacing)*0)}.\[\&_\[data-component-part\$\=\"-icon\"\]\[data-icon-type\=\"inline\"\]_svg\]\:fill-current [data-component-part$=-icon][data-icon-type=inline] svg{fill:currentColor}.\[\&_\[data-component-part\$\=\"-icon\"\]\[data-icon-type\=\"string\"\]_svg\]\:bg-\(--color-text\) [data-component-part$=-icon][data-icon-type=string] svg{background-color:var(--color-text)}.data-disabled\:\[\&_\[data-component-part\$\=\"-icon\"\]\[data-icon-type\=\"string\"\]_svg\]\:bg-\(--color-text-disabled\)[data-disabled] [data-component-part$=-icon][data-icon-type=string] svg{background-color:var(--color-text-disabled)}.\[\&_a\]\:border-current a{border-color:currentColor}.\[\&_a\]\:text-current\! a,.\[\&_code\]\:text-current\! code{color:currentColor!important}.\[\&_div\]\:mr-2 div{margin-right:calc(var(--spacing)*2)}.\[\&_div\]\:inline div{display:inline}.\[\&_div\]\:leading-5 div{--tw-leading:calc(var(--spacing)*5);line-height:calc(var(--spacing)*5)}.\[\&_div\]\:leading-6 div{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.\[\&_kbd\]\:bg-stone-100 kbd{background-color:var(--color-stone-100)}.\[\&_kbd\]\:text-current\! kbd{color:currentColor!important}.dark\:\[\&_kbd\]\:bg-stone-800:is(.dark *) kbd{background-color:var(--color-stone-800)}.\[\&_svg\]\:size-2\.5 svg{width:calc(var(--spacing)*2.5);height:calc(var(--spacing)*2.5)}.\[\&_svg\]\:size-3 svg{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.\[\&_svg\]\:size-3\.5 svg{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.\[\&_svg\]\:size-4 svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&_svg\]\:h-auto svg{height:auto}.\[\&_svg\]\:max-h-full svg{max-height:100%}.\[\&_svg\]\:w-auto svg{width:auto}.\[\&_svg\]\:max-w-full svg{max-width:100%}.\[\&_svg\]\:bg-\(--color-text\) svg{background-color:var(--color-text)}.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{display:none}.\[\&\:\:-webkit-search-cancel-button\]\:appearance-none::-webkit-search-cancel-button{appearance:none}.\[\&\:\:-webkit-search-decoration\]\:appearance-none::-webkit-search-decoration{appearance:none}.\[\&\>details\]\:mb-0>details{margin-bottom:calc(var(--spacing)*0)}.\[\&\>details\]\:rounded-none>details{border-radius:0}.\[\&\>details\]\:border-0>details{border-style:var(--tw-border-style);border-width:0}.\[\&\>details\+details\]\:border-t>details+details{border-top-style:var(--tw-border-style);border-top-width:1px}.\[\&\>details\+details\]\:border-t-stone-200\/70>details+details{border-top-color:#e7e5e4b3}@supports (color:color-mix(in lab, red, red)){.\[\&\>details\+details\]\:border-t-stone-200\/70>details+details{border-top-color:color-mix(in oklab,var(--color-stone-200)70%,transparent)}}.dark\:\[\&\>details\+details\]\:border-t-white\/10:is(.dark *)>details+details{border-top-color:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.dark\:\[\&\>details\+details\]\:border-t-white\/10:is(.dark *)>details+details{border-top-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.\[\&\>details\>summary\]\:rounded-none>details>summary{border-radius:0}.\[\&\>span\]\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}:root{--twoslash-border-color:#dbdfde;--twoslash-underline-color:currentColor;--twoslash-popup-bg:#f3f7f6;--twoslash-popup-color:inherit;--twoslash-popup-shadow:#00000014 0px 1px 4px;--twoslash-code-font:inherit;--twoslash-code-font-size:1em;--twoslash-matched-color:inherit;--twoslash-highlighted-border:#c37d0d50;--twoslash-highlighted-bg:#c37d0d20;--twoslash-unmatched-color:#888;--twoslash-cursor-color:#8888;--twoslash-error-color:#d45656;--twoslash-error-bg:#d4565620;--twoslash-warn-color:#c37d0d;--twoslash-warn-bg:#c37d0d20;--twoslash-tag-color:#3772cf;--twoslash-tag-bg:#3772cf20;--twoslash-tag-warn-color:var(--twoslash-warn-color);--twoslash-tag-warn-bg:var(--twoslash-warn-bg);--twoslash-tag-annotate-color:#1ba673;--twoslash-tag-annotate-bg:#1ba67320;--twoslash-text-size:.8rem;--twoslash-docs-tag-style:italic}:root.twoslash-dark,html.dark div.twoslash-dark,html.dark div.dark\:twoslash-dark{--twoslash-border-color:#222526;--twoslash-popup-bg:#151819;--twoslash-highlighted-border:#ffa50080;--twoslash-highlighted-bg:#ffa50030;--twoslash-unmatched-color:#aaa;--twoslash-cursor-color:#bbbb;--twoslash-error-color:#ff6b6b;--twoslash-error-bg:#ff6b6b30;--twoslash-warn-color:orange;--twoslash-warn-bg:#ffa50030;--twoslash-tag-color:#6bb6ff;--twoslash-tag-bg:#6bb6ff30;--twoslash-tag-warn-color:var(--twoslash-warn-color);--twoslash-tag-warn-bg:var(--twoslash-warn-bg);--twoslash-tag-annotate-color:#4ade80;--twoslash-tag-annotate-bg:#4ade8030}@media (prefers-reduced-motion:reduce){.twoslash *{transition:none!important}}.twoslash:hover .twoslash-hover{border-color:var(--twoslash-underline-color)}.twoslash .twoslash-hover{border-bottom:1px dotted #0000;transition:border-color .3s;position:relative}.twoslash a span.twoslash-hover{border-bottom:1px solid var(--twoslash-underline-color);position:relative}.twoslash a span.twoslash-hover:hover{opacity:.75}.twoslash-popup-container .code-block{width:100%;margin-top:8px!important;margin-bottom:8px!important}.mint-twoslash-popover div[data-component-part=code-block-root]{width:100%}[data-radix-popper-content-wrapper]{z-index:9999!important}.mint-twoslash-popover{background:var(--twoslash-popup-bg);color:var(--twoslash-popup-color);border:1px solid var(--twoslash-border-color);pointer-events:auto;text-align:left;box-shadow:var(--twoslash-popup-shadow);border-radius:10px;flex-direction:column;max-width:50vw;padding:6px;display:inline-flex;font-size:var(--twoslash-text-size)!important}.mint-twoslash-popover-pre{width:100%;font-size:var(--twoslash-text-size);font-family:var(--twoslash-code-font);font-weight:400;display:flex}.mint-twoslash-popover code{background:0 0!important;padding:0!important}code.twoslash-popup-code.shiki{padding:8px!important}.mint-twoslash-popover:hover{-webkit-user-select:auto;user-select:auto}.twoslash .twoslash-popup-arrow{display:none}.twoslash-popup-code,.twoslash-popup-error,.twoslash-popup-docs{padding:6px 8px!important}.mint-twoslash-popover .twoslash-popup-docs{max-width:unset}.mint-twoslash-popover .twoslash-popup-error{color:var(--twoslash-error-color);background-color:var(--twoslash-error-bg)}.mint-twoslash-popover .twoslash-popup-docs-tags{flex-direction:column;display:flex}.mint-twoslash-popover .twoslash-popup-docs-tag-name{font-style:var(--twoslash-docs-tag-style);font-family:var(--twoslash-code-font);margin-right:.5em}.mint-twoslash-popover .twoslash-query-line .twoslash-popup-container{margin-bottom:1.4em;position:relative;transform:translateY(.6em)}div.twoslash-meta-line.twoslash-query-line{display:contents}.twoslash-error-line{background-color:var(--twoslash-error-bg);border-left:3px solid var(--twoslash-error-color);color:var(--twoslash-error-color);width:max-content;min-width:100%;margin:.2em 0;padding:6px 12px;position:relative}.twoslash-error-line.twoslash-error-level-warning{background-color:var(--twoslash-warn-bg);border-left:3px solid var(--twoslash-warn-color);color:var(--twoslash-warn-color)}.mint-twoslash-popover .twoslash-error{background:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%23c94824'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 100% repeat-x;padding-bottom:2px}.mint-twoslash-popover .twoslash-error.twoslash-error-level-warning{background:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%23c37d0d'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 100% repeat-x;padding-bottom:2px}.mint-twoslash-popover .twoslash-completion-cursor{position:relative}.mint-twoslash-popover .twoslash-completion-cursor .twoslash-completion-list{-webkit-user-select:none;user-select:none;z-index:8;box-shadow:var(--twoslash-popup-shadow);background:var(--twoslash-popup-bg);border:1px solid var(--twoslash-border-color);margin:3px 0 0 -1px;display:inline-block;position:absolute;top:0;left:0;transform:translateY(1.2em)}.twoslash-completion-list{width:240px;font-size:var(--twoslash-text-size);flex-direction:column;gap:4px;padding:4px;display:flex}.twoslash-completion-list:hover{-webkit-user-select:auto;user-select:auto}.twoslash-completion-list:before{background-color:var(--twoslash-cursor-color);content:" ";width:2px;height:1.4em;position:absolute;top:-1.6em;left:-1px}.twoslash-completion-list li{align-items:center;gap:.25em;line-height:1em;display:flex;overflow:hidden}.twoslash-completion-list li span.twoslash-completions-unmatched{color:var(--twoslash-unmatched-color)}.twoslash-completion-list .deprecated{opacity:.5;text-decoration:line-through}.twoslash-completion-list li span.twoslash-completions-matched{color:var(--twoslash-matched-color)}.twoslash-highlighted{background-color:var(--twoslash-highlighted-bg);border:1px solid var(--twoslash-highlighted-border);border-radius:4px;margin:-1px -3px;padding:1px 2px}.twoslash-completion-list .twoslash-completions-icon{color:var(--twoslash-unmatched-color);flex:none;width:1em}.mint-twoslash-popover .twoslash-tag-line{background-color:var(--twoslash-tag-bg);border-left:3px solid var(--twoslash-tag-color);color:var(--twoslash-tag-color);align-items:center;gap:.3em;width:max-content;min-width:100%;margin:.2em 0;padding:6px 10px;display:flex;position:relative}.mint-twoslash-popover .twoslash-tag-line .twoslash-tag-icon{width:1.1em;color:inherit}.twoslash-tag-line.twoslash-tag-error-line{background-color:var(--twoslash-error-bg);border-left:3px solid var(--twoslash-error-color);color:var(--twoslash-error-color)}.mint-twoslash-popover .twoslash-tag-line.twoslash-tag-warn-line{background-color:var(--twoslash-tag-warn-bg);border-left:3px solid var(--twoslash-tag-warn-color);color:var(--twoslash-tag-warn-color)}.mint-twoslash-popover .twoslash-tag-line.twoslash-tag-annotate-line{background-color:var(--twoslash-tag-annotate-bg);border-left:3px solid var(--twoslash-tag-annotate-color);color:var(--twoslash-tag-annotate-color)}.code-block{--fade-width:0px;--code-padding-right:48px}:not(.code-block)>[data-component-part=code-block-root]{--code-padding-right:48px}.code-block:has([data-floating-buttons]>:first-child:last-child){--fade-width:99px;--code-padding-right:99px}.code-block:has([data-floating-buttons]>:nth-child(2):last-child){--fade-width:131px;--code-padding-right:131px}.code-block:has([data-floating-buttons]>:nth-child(3):last-child){--fade-width:163px;--code-padding-right:163px}.code-block:has([data-component-part=code-block-root].code-block-wrap){--code-padding-right:0px!important}[data-fade-overlay]{pointer-events:none;top:calc(var(--spacing)*0);right:calc(var(--spacing)*0);z-index:1;border-top-right-radius:var(--radius-2xl);border-bottom-right-radius:var(--radius-xl);height:44px;width:var(--fade-width,0px);background:linear-gradient(to right,transparent 0px,var(--fade-color-light,var(--background-light))10px,var(--fade-color-light,var(--background-light))25px,var(--fade-color-light,var(--background-light))35px,var(--fade-color-light,var(--background-light))45px);position:absolute}@supports (color:color-mix(in lab, red, red)){[data-fade-overlay]{background:linear-gradient(to right,transparent 0px,color-mix(in srgb,var(--fade-color-light,var(--background-light))20%,transparent)10px,color-mix(in srgb,var(--fade-color-light,var(--background-light))50%,transparent)25px,color-mix(in srgb,var(--fade-color-light,var(--background-light))80%,transparent)35px,var(--fade-color-light,var(--background-light))45px)}}html.dark [data-fade-overlay]{background:linear-gradient(to right,transparent 0px,var(--fade-color-dark,var(--background-dark))10px,var(--fade-color-dark,var(--background-dark))25px,var(--fade-color-dark,var(--background-dark))35px,var(--fade-color-dark,var(--background-dark))45px)}@supports (color:color-mix(in lab, red, red)){html.dark [data-fade-overlay]{background:linear-gradient(to right,transparent 0px,color-mix(in srgb,var(--fade-color-dark,var(--background-dark))20%,transparent)10px,color-mix(in srgb,var(--fade-color-dark,var(--background-dark))50%,transparent)25px,color-mix(in srgb,var(--fade-color-dark,var(--background-dark))80%,transparent)35px,var(--fade-color-dark,var(--background-dark))45px)}}:has([data-floating-buttons])>[data-component-part=code-block-root] pre>code{padding-right:var(--code-padding-right,0px)!important}:has([data-component-part=code-block-header])>[data-component-part=code-block-root] pre>code{padding-right:var(--code-padding-right,48px)!important}[data-component-part=code-block-root] pre>code>span.line-highlight,[data-component-part=code-block-root] pre>code>span.line-diff{min-width:calc(100% + var(--code-padding-right,0px))}html.dark .shiki,html.dark .shiki span{position:relative;color:var(--shiki-dark)!important;font-weight:var(--shiki-dark-font-weight)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;text-decoration:var(--shiki-dark-text-decoration)!important}pre.shiki,html.dark .shiki .line-highlight span{background-color:#0000!important}html.dark .code-block-background{background-color:var(--shiki-dark-bg)!important}.code-block:has(.line-diff) [data-fade-overlay]{background:0 0!important}:is(html.dark,html:not(.dark) .codeblock-dark) pre.shiki>code{z-index:1;width:max-content;min-width:100%;display:block;position:relative}:is(html.dark,html:not(.dark) .codeblock-dark) pre[class^=language-diff-]{padding-inline:calc(var(--spacing)*9);display:flex}:is(html.dark,html:not(.dark) .codeblock-dark) pre[class^=language-diff-]>code{flex:none;min-width:100%}html:not(.dark) .codeblock-light pre.shiki>code{z-index:1;width:max-content;min-width:100%;display:block;position:relative}html:not(.dark) .codeblock-light pre[class^=language-diff-]{padding-inline:calc(var(--spacing)*9);display:flex}html:not(.dark) .codeblock-light pre[class^=language-diff-]>code{flex:none;min-width:100%}:not(pre)>code{border-radius:var(--radius-md);background-color:#f5f5f480}@supports (color:color-mix(in lab, red, red)){:not(pre)>code{background-color:color-mix(in oklab,var(--color-stone-100)50%,transparent)}}:not(pre)>code{padding-inline:calc(var(--spacing)*2);padding-block:calc(var(--spacing)*.5);overflow-wrap:break-word;color:var(--color-stone-600)}:not(pre)>code:is(.dark *){border-color:var(--color-stone-800);background-color:#ffffff0d}@supports (color:color-mix(in lab, red, red)){:not(pre)>code:is(.dark *){background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}:not(pre)>code:is(.dark *){color:var(--color-stone-200)}:not(pre)>code:before,:not(pre)>code:after{content:none!important}.code-block-wrap pre.shiki>code{width:100%!important;padding-right:0!important}.code-block-wrap pre.shiki>code>.line-highlight{padding-right:3rem!important}.code-block-wrap pre.shiki .line span{word-break:break-word;white-space:pre-wrap!important}.has-focused pre.shiki>code .line{filter:blur(.1rem);transition:filter .35s,opacity .35s}.has-focused pre.shiki>code .line:hover,.has-focused pre.shiki:hover>code .line,.has-focused pre.shiki>code .line-focus{filter:blur()}[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight{background:#f0f9f433!important}@supports (color:color-mix(in lab, red, red)){[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight{background:color-mix(in srgb,var(--color-primary-light)20%,transparent)!important}}[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight{z-index:0;width:100%;display:inline-block;position:relative}[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight:before,[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight:after{content:"";width:1rem;position:absolute;top:0;bottom:0;background:#f0f9f433!important}@supports (color:color-mix(in lab, red, red)){[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight:before,[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight:after{background:color-mix(in srgb,var(--color-primary-light)20%,transparent)!important}}[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight:before{border-left:1px solid var(--color-primary-light);left:-1rem}[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight:after{right:-1rem}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff{z-index:0;width:100%;display:inline-block;position:relative}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff:before{justify-content:center;align-items:center;width:1rem;display:flex;position:absolute;top:0;bottom:0;left:-1rem}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff:after{content:"";width:1rem;position:absolute;top:0;bottom:0;right:-1rem}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff.line-add{background:#22c55e26!important}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff.line-add:before{content:"+";color:#22c55e;border-left:1px solid #22c55ecc;background:#22c55e26!important}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff.line-add:after{background:#22c55e26!important}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff.line-remove{background:#ef444426!important}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff.line-remove:before{content:"-";color:#ef4444;border-left:1px solid #ef4444cc;background:#ef444426!important}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff.line-remove:after{background:#ef444426!important}.has-line-numbers pre.shiki>code{counter-reset:step;counter-increment:step 0}.has-line-numbers pre.shiki>code>.line:before{content:counter(step);counter-increment:step;text-align:right;-webkit-user-select:none;user-select:none;width:.6rem;margin-right:1.1rem;display:inline-block}.dark :is(){color:var(--shiki-dark)!important}:not(.dark) :is(){color:var(--shiki-light)!important;opacity:.4!important}.has-line-numbers .line-highlight{width:100%;display:inline-block;position:relative}.has-line-numbers .line-highlight:before{display:none}.has-line-numbers .line-highlight:after{content:"";position:absolute;inset:0 -1rem;background:#f0f9f433!important}@supports (color:color-mix(in lab, red, red)){.has-line-numbers .line-highlight:after{background:color-mix(in srgb,var(--color-primary-light)20%,transparent)!important}}.has-line-numbers .line-highlight:after{border-left:1px solid var(--color-primary-light);z-index:-1}.has-line-numbers .line-diff{width:100%;display:inline-block;position:relative}.has-line-numbers .line-diff.line-add:before{content:"+"!important}.has-line-numbers .line-diff.line-remove:before{content:"-"!important}.has-line-numbers .line-diff.line-add:after{content:"";z-index:-1;border-left:1px solid #22c55ecc;position:absolute;inset:0 -1rem;background:#22c55e26!important}.has-line-numbers .line-diff.line-remove:after{content:"";z-index:-1;border-left:1px solid #ef4444cc;position:absolute;inset:0 -1rem;background:#ef444426!important}.nct-inline-flex{z-index:-9999}code[data-symbols=true]{font-family:inherit}@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-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@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-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{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-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@keyframes spin{to{transform:rotate(360deg)}}
2
+ @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-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--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-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking: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-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:""}}}@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-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-amber-100:oklch(96.2% .059 95.617);--color-amber-300:oklch(87.9% .169 91.605);--color-amber-400:oklch(82.8% .189 84.429);--color-amber-600:oklch(66.6% .179 58.318);--color-yellow-50:oklch(98.7% .026 102.212);--color-yellow-200:oklch(94.5% .129 101.54);--color-yellow-300:oklch(90.5% .182 98.111);--color-yellow-500:oklch(79.5% .184 86.047);--color-yellow-600:oklch(68.1% .162 75.834);--color-yellow-800:oklch(47.6% .114 61.907);--color-yellow-900:oklch(42.1% .095 57.708);--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-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-green-800:oklch(44.8% .119 151.328);--color-green-900:oklch(39.3% .095 152.535);--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-100:oklch(94.6% .033 307.174);--color-purple-900:oklch(38.1% .176 304.987);--color-pink-400:oklch(71.8% .202 349.761);--color-pink-600:oklch(59.2% .249 .584);--color-zinc-950:oklch(14.1% .005 285.823);--color-stone-50:oklch(98.5% .001 106.423);--color-stone-100:oklch(97% .001 106.424);--color-stone-200:oklch(92.3% .003 48.717);--color-stone-300:oklch(86.9% .005 56.366);--color-stone-400:oklch(70.9% .01 56.259);--color-stone-500:oklch(55.3% .013 58.071);--color-stone-600:oklch(44.4% .011 73.639);--color-stone-700:oklch(37.4% .01 67.558);--color-stone-800:oklch(26.8% .007 34.298);--color-stone-900:oklch(21.6% .006 56.043);--color-stone-950:oklch(14.7% .004 49.25);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-2xl:42rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height:calc(1.5/1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--leading-tight:1.25;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--blur-sm:8px;--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:#166534;--color-primary-light:#f0f9f4;--color-primary-dark:#2d5a3d;--color-tooltip-foreground:#fff;--color-background-dark:#0e0e0f}}@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;-webkit-text-decoration: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}html{font-feature-settings:"cv02","cv03","cv04","cv11"}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing)*0)}.-top-1\.5{top:calc(var(--spacing)*-1.5)}.-top-18{top:calc(var(--spacing)*-18)}.top-\(--scroll-mt\){top:var(--scroll-mt)}.top-1\/2{top:50%}.top-2{top:calc(var(--spacing)*2)}.top-3{top:calc(var(--spacing)*3)}.top-5{top:calc(var(--spacing)*5)}.top-11{top:calc(var(--spacing)*11)}.right-0{right:calc(var(--spacing)*0)}.right-2{right:calc(var(--spacing)*2)}.right-4{right:calc(var(--spacing)*4)}.right-5{right:calc(var(--spacing)*5)}.right-6{right:calc(var(--spacing)*6)}.-bottom-1\.5{bottom:calc(var(--spacing)*-1.5)}.bottom-2{bottom:calc(var(--spacing)*2)}.-left-9{left:calc(var(--spacing)*-9)}.left-0{left:calc(var(--spacing)*0)}.left-1\/2{left:50%}.left-2{left:calc(var(--spacing)*2)}.left-5{left:calc(var(--spacing)*5)}.left-\[calc\(\(var\(--padding-left\)\+8\)\*1px\)\]{left:calc((var(--padding-left) + 8)*1px)}.z-10{z-index:10}.z-50{z-index:50}.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)}.m-0\!{margin:calc(var(--spacing)*0)!important}.m-auto{margin:auto}.mx-1\.5{margin-inline:calc(var(--spacing)*1.5)}.mx-3{margin-inline:calc(var(--spacing)*3)}.mx-6{margin-inline:calc(var(--spacing)*6)}.my-0{margin-block:calc(var(--spacing)*0)}.my-1{margin-block:calc(var(--spacing)*1)}.my-2{margin-block:calc(var(--spacing)*2)}.my-2\.5{margin-block:calc(var(--spacing)*2.5)}.my-4{margin-block:calc(var(--spacing)*4)}.my-8{margin-block:calc(var(--spacing)*8)}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-kbd:oklch(21% .034 264.665);--tw-prose-kbd-shadows:oklab(21% -.00316127 -.0338527/.1);--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.71429}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-inline-start:1.11111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.8em;font-size:2.14286em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.8em;font-size:1.42857em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.55556em;margin-bottom:.444444em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.42857em;margin-bottom:.571429em;line-height:1.42857}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.142857em;padding-inline-end:.357143em;padding-bottom:.142857em;border-radius:.3125rem;padding-inline-start:.357143em;font-size:.857143em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;border-radius:.25rem;margin-top:1.66667em;margin-bottom:1.66667em;padding-inline-start:1em;font-size:.857143em;line-height:1.66667}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em;padding-inline-start:1.57143em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;margin-bottom:.285714em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.428571em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;padding-inline-start:1.57143em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.85714em;margin-bottom:2.85714em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;font-size:.857143em;line-height:1.33333}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.-mt-1{margin-top:calc(var(--spacing)*-1)}.mt-0{margin-top:calc(var(--spacing)*0)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-2\!{margin-top:calc(var(--spacing)*2)!important}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-5{margin-top:calc(var(--spacing)*5)}.mt-8{margin-top:calc(var(--spacing)*8)}.mt-10{margin-top:calc(var(--spacing)*10)}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-5{margin-right:calc(var(--spacing)*5)}.-mb-px{margin-bottom:-1px}.mb-1\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.-ml-10{margin-left:calc(var(--spacing)*-10)}.ml-0\!{margin-left:calc(var(--spacing)*0)!important}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-3{margin-left:calc(var(--spacing)*3)}.ml-3\.5{margin-left:calc(var(--spacing)*3.5)}.ml-\[-13px\]{margin-left:-13px}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.aspect-square{aspect-ratio:1}.scrollbar-code-system{scrollbar-width:thin}.scrollbar-code-system::-webkit-scrollbar{width:8px;height:8px}.scrollbar-code-system::-webkit-scrollbar-track{background:0 0}.scrollbar-code-system::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:9999px}.scrollbar-code-system{scrollbar-color:#00000026 transparent}.scrollbar-code-system:hover::-webkit-scrollbar-thumb{background-color:#0003}.scrollbar-code-system:active::-webkit-scrollbar-thumb{background-color:#0003}.scrollbar-common{scrollbar-width:thin}.scrollbar-common::-webkit-scrollbar{width:8px;height:8px}.scrollbar-common::-webkit-scrollbar-track{background:0 0}.scrollbar-common::-webkit-scrollbar-thumb{background-color:#0003;border-radius:9999px}.scrollbar-common{scrollbar-color:#0003 transparent}.scrollbar-common:hover::-webkit-scrollbar-thumb{background-color:#00000040}.scrollbar-common:active::-webkit-scrollbar-thumb{background-color:#00000040}.scrollbar-code-dark{scrollbar-width:thin}.scrollbar-code-dark::-webkit-scrollbar{width:8px;height:8px}.scrollbar-code-dark::-webkit-scrollbar-track{background:0 0}.scrollbar-code-dark::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:9999px}.scrollbar-code-dark{scrollbar-color:#fff3 transparent}.scrollbar-code-dark:hover::-webkit-scrollbar-thumb{background-color:#ffffff40}.scrollbar-code-dark:active::-webkit-scrollbar-thumb{background-color:#ffffff40}.size-2\.5{width:calc(var(--spacing)*2.5);height:calc(var(--spacing)*2.5)}.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-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.size-6{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.size-7{width:calc(var(--spacing)*7);height:calc(var(--spacing)*7)}.size-\[26px\]{width:26px;height:26px}.size-full{width:100%;height:100%}.h-0\.5{height:calc(var(--spacing)*.5)}.h-3\.5{height:calc(var(--spacing)*3.5)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-8{height:calc(var(--spacing)*8)}.h-14{height:calc(var(--spacing)*14)}.h-24{height:calc(var(--spacing)*24)}.h-32{height:calc(var(--spacing)*32)}.h-\[170px\]{height:170px}.h-\[600px\]{height:600px}.h-\[calc\(100\%-2\.75rem\)\]{height:calc(100% - 2.75rem)}.h-auto{height:auto}.h-full{height:100%}.max-h-96{max-height:calc(var(--spacing)*96)}.max-h-\[104px\]{max-height:104px}.max-h-\[calc\(100vh-10rem\)\]{max-height:calc(100vh - 10rem)}.max-h-full{max-height:100%}.w-0{width:calc(var(--spacing)*0)}.w-3\.5{width:calc(var(--spacing)*3.5)}.w-4{width:calc(var(--spacing)*4)}.w-8{width:calc(var(--spacing)*8)}.w-64{width:calc(var(--spacing)*64)}.w-\[104px\]{width:104px}.w-\[400px\]{width:400px}.w-\[500px\]{width:500px}.w-\[800px\]{width:800px}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.max-w-2xl{max-width:var(--container-2xl)}.max-w-\[16rem\]{max-width:16rem}.max-w-\[50px\]{max-width:50px}.max-w-\[160px\]{max-width:160px}.max-w-\[640px\]{max-width:640px}.max-w-full{max-width:100%}.max-w-max{max-width:max-content}.min-w-\(--anchor-width\){min-width:var(--anchor-width)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-3{min-width:calc(var(--spacing)*3)}.min-w-16{min-width:calc(var(--spacing)*16)}.min-w-\[170px\]{min-width:170px}.min-w-full{min-width:100%}.flex-1{flex:1}.flex-none{flex:none}.shrink-0{flex-shrink:0}.grow-0{flex-grow:0}.-translate-x-1\/2{--tw-translate-x:calc(calc(1/2*100%)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1/2*100%)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.scale-95{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.rotate-0{rotate:none}.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-copy{cursor:copy}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-manipulation{touch-action:manipulation}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.content-center{align-content:center}.content-start{align-content:flex-start}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-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-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}.gap-\[3px\]{gap:3px}: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-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}.gap-x-2{column-gap:calc(var(--spacing)*2)}.gap-x-4{column-gap:calc(var(--spacing)*4)}.gap-x-6{column-gap:calc(var(--spacing)*6)}: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)))}.gap-y-4{row-gap:calc(var(--spacing)*4)}: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)))}.self-center{align-self:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-\[10px\]{border-radius:10px}.rounded-\[14px\]{border-radius:14px}.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-xl{border-radius:var(--radius-xl)}.rounded-t-\[14px\]{border-top-left-radius:14px;border-top-right-radius:14px}.rounded-t-xl{border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}.rounded-tl-xl{border-top-left-radius:var(--radius-xl)}.rounded-b-xl{border-bottom-right-radius:var(--radius-xl);border-bottom-left-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-standard{border-width:1px;border-color:#e5e7ebb3}.border-standard:is(.dark *){border-color:#ffffff1a}.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-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.border-none{--tw-border-style:none;border-style:none}.border-solid{--tw-border-style:solid;border-style:solid}.border-\(--callout-border-color-light\,\#71717a33\){border-color:var(--callout-border-color-light,#71717a33)}.border-\[\#FF00FF\]{border-color:#f0f}.border-black\/5{border-color:#0000000d}@supports (color:color-mix(in lab, red, red)){.border-black\/5{border-color:color-mix(in oklab,var(--color-black)5%,transparent)}}.border-blue-200{border-color:var(--color-blue-200)}.border-blue-300{border-color:var(--color-blue-300)}.border-blue-500{border-color:var(--color-blue-500)}.border-blue-600{border-color:var(--color-blue-600)}.border-current{border-color:currentColor}.border-green-200{border-color:var(--color-green-200)}.border-primary{border-color:var(--color-primary)}.border-red-200{border-color:var(--color-red-200)}.border-stone-50{border-color:var(--color-stone-50)}.border-stone-100{border-color:var(--color-stone-100)}.border-stone-200{border-color:var(--color-stone-200)}.border-stone-200\/70{border-color:#e7e5e4b3}@supports (color:color-mix(in lab, red, red)){.border-stone-200\/70{border-color:color-mix(in oklab,var(--color-stone-200)70%,transparent)}}.border-stone-500\/20{border-color:#79716b33}@supports (color:color-mix(in lab, red, red)){.border-stone-500\/20{border-color:color-mix(in oklab,var(--color-stone-500)20%,transparent)}}.border-stone-600\/50{border-color:#57534d80}@supports (color:color-mix(in lab, red, red)){.border-stone-600\/50{border-color:color-mix(in oklab,var(--color-stone-600)50%,transparent)}}.border-stone-950\/10{border-color:#0c0a091a}@supports (color:color-mix(in lab, red, red)){.border-stone-950\/10{border-color:color-mix(in oklab,var(--color-stone-950)10%,transparent)}}.border-transparent{border-color:#0000}.border-white\/10{border-color:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.border-white\/10{border-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.border-yellow-200{border-color:var(--color-yellow-200)}.border-r-transparent{border-right-color:#0000}.dark .scrollbar-code-system{scrollbar-color:#fff3 transparent}.dark .scrollbar-code-system::-webkit-scrollbar-thumb{background-color:#fff3}.dark .scrollbar-code-system:hover::-webkit-scrollbar-thumb{background-color:#ffffff40}.dark .scrollbar-code-system:active::-webkit-scrollbar-thumb{background-color:#ffffff40}.dark .scrollbar-common{scrollbar-color:#fff3 transparent}.dark .scrollbar-common::-webkit-scrollbar-thumb{background-color:#fff3}.dark .scrollbar-common:hover::-webkit-scrollbar-thumb{background-color:#ffffff40}.dark .scrollbar-common:active::-webkit-scrollbar-thumb{background-color:#ffffff40}.bg-\(--callout-bg-color-light\,\#71717a1a\){background-color:var(--callout-bg-color-light,#71717a1a)}.bg-\(--color-bg\){background-color:var(--color-bg)}.bg-\(--color-light\){background-color:var(--color-light)}.bg-\[\#0F1117\]{background-color:#0f1117}.bg-amber-100\/50{background-color:#fef3c680}@supports (color:color-mix(in lab, red, red)){.bg-amber-100\/50{background-color:color-mix(in oklab,var(--color-amber-100)50%,transparent)}}.bg-black\/20{background-color:#0003}@supports (color:color-mix(in lab, red, red)){.bg-black\/20{background-color:color-mix(in oklab,var(--color-black)20%,transparent)}}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-green-50{background-color:var(--color-green-50)}.bg-green-100{background-color:var(--color-green-100)}.bg-green-500{background-color:var(--color-green-500)}.bg-primary{background-color:var(--color-primary)}.bg-primary-dark{background-color:var(--color-primary-dark)}.bg-primary\/10{background-color:#1665341a}@supports (color:color-mix(in lab, red, red)){.bg-primary\/10{background-color:color-mix(in oklab,var(--color-primary)10%,transparent)}}.bg-purple-100{background-color:var(--color-purple-100)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-100\/50{background-color:#ffe2e280}@supports (color:color-mix(in lab, red, red)){.bg-red-100\/50{background-color:color-mix(in oklab,var(--color-red-100)50%,transparent)}}.bg-stone-50{background-color:var(--color-stone-50)}.bg-stone-50\/50{background-color:#fafaf980}@supports (color:color-mix(in lab, red, red)){.bg-stone-50\/50{background-color:color-mix(in oklab,var(--color-stone-50)50%,transparent)}}.bg-stone-100{background-color:var(--color-stone-100)}.bg-stone-100\/50{background-color:#f5f5f480}@supports (color:color-mix(in lab, red, red)){.bg-stone-100\/50{background-color:color-mix(in oklab,var(--color-stone-100)50%,transparent)}}.bg-stone-200{background-color:var(--color-stone-200)}.bg-stone-200\/70{background-color:#e7e5e4b3}@supports (color:color-mix(in lab, red, red)){.bg-stone-200\/70{background-color:color-mix(in oklab,var(--color-stone-200)70%,transparent)}}.bg-stone-400{background-color:var(--color-stone-400)}.bg-stone-500{background-color:var(--color-stone-500)}.bg-stone-700{background-color:var(--color-stone-700)}.bg-stone-800{background-color:var(--color-stone-800)}.bg-stone-900{background-color:var(--color-stone-900)}.bg-stone-950\/5{background-color:#0c0a090d}@supports (color:color-mix(in lab, red, red)){.bg-stone-950\/5{background-color:color-mix(in oklab,var(--color-stone-950)5%,transparent)}}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-yellow-50{background-color:var(--color-yellow-50)}.bg-yellow-500{background-color:var(--color-yellow-500)}.bg-linear-to-b{--tw-gradient-position:to bottom}@supports (background-image:linear-gradient(in lab, red, red)){.bg-linear-to-b{--tw-gradient-position:to bottom in oklab}}.bg-linear-to-b{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-grid-stone-200\/20{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='color-mix(in oklab%2c oklch(92.3%25 0.003 48.717) 20%25%2c transparent)'%3e%3cpath d='M0 .5H31.5V32'/%3e%3c/svg%3e")}.from-stone-200{--tw-gradient-from:var(--color-stone-200);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-stone-200{--tw-gradient-via:var(--color-stone-200);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-80\%{--tw-gradient-via-position:80%}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.mask-\[linear-gradient\(0deg\,\#fff\,rgba\(255\,255\,255\,0\.6\)\)\]{-webkit-mask-image:linear-gradient(#fff9,#fff);mask-image:linear-gradient(#fff9,#fff)}.bg-center{background-position:50%}.bg-repeat-round{background-repeat:round}.fill-primary{fill:var(--color-primary)}.fill-primary-light{fill:var(--color-primary-light)}.fill-stone-400{fill:var(--color-stone-400)}.fill-stone-800{fill:var(--color-stone-800)}.object-cover{object-fit:cover}.object-center{object-position:center}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-1\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.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-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-3\.5{padding-inline:calc(var(--spacing)*3.5)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-8{padding-inline:calc(var(--spacing)*8)}.py-0{padding-block:calc(var(--spacing)*0)}.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-3{padding-block:calc(var(--spacing)*3)}.py-3\.5{padding-block:calc(var(--spacing)*3.5)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-8{padding-block:calc(var(--spacing)*8)}.py-12{padding-block:calc(var(--spacing)*12)}.py-\[5px\]{padding-block:5px}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-2\.5{padding-top:calc(var(--spacing)*2.5)}.pt-3{padding-top:calc(var(--spacing)*3)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-1\.5{padding-right:calc(var(--spacing)*1.5)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-2\.5{padding-right:calc(var(--spacing)*2.5)}.pr-4{padding-right:calc(var(--spacing)*4)}.pr-14{padding-right:calc(var(--spacing)*14)}.pr-px{padding-right:1px}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-2\.5{padding-bottom:calc(var(--spacing)*2.5)}.pb-5{padding-bottom:calc(var(--spacing)*5)}.pb-6{padding-bottom:calc(var(--spacing)*6)}.pb-px{padding-bottom:1px}.pl-1{padding-left:calc(var(--spacing)*1)}.pl-1\.5{padding-left:calc(var(--spacing)*1.5)}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-2\.5{padding-left:calc(var(--spacing)*2.5)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-11{padding-left:calc(var(--spacing)*11)}.pl-\[calc\(var\(--padding-left\)\*1px\)\]{padding-left:calc(var(--padding-left)*1px)}.text-center{text-align:center}.text-left{text-align:left}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.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-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-4{--tw-leading:calc(var(--spacing)*4);line-height:calc(var(--spacing)*4)}.leading-5{--tw-leading:calc(var(--spacing)*5);line-height:calc(var(--spacing)*5)}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-\[1\.35rem\]{--tw-leading:1.35rem;line-height:1.35rem}.leading-\[9px\]{--tw-leading:9px;line-height:9px}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.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-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.-tracking-\[0\.1px\]{--tw-tracking:calc(.1px*-1);letter-spacing:-.1px}.tracking-\[-0\.1px\]{--tw-tracking:-.1px;letter-spacing:-.1px}.tracking-\[-0\.2px\]{--tw-tracking:-.2px;letter-spacing:-.2px}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.overflow-wrap-anywhere{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.wrap-break-word{overflow-wrap:break-word}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-wrap{white-space:pre-wrap}.text-\(--callout-text-color\){color:var(--callout-text-color)}.text-\(--color-text\){color:var(--color-text)}.text-amber-600{color:var(--color-amber-600)}.text-blue-600{color:var(--color-blue-600)}.text-blue-800{color:var(--color-blue-800)}.text-blue-900{color:var(--color-blue-900)}.text-green-800{color:var(--color-green-800)}.text-pink-600{color:var(--color-pink-600)}.text-primary{color:var(--color-primary)}.text-primary-light{color:var(--color-primary-light)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-red-800{color:var(--color-red-800)}.text-stone-50{color:var(--color-stone-50)}.text-stone-300{color:var(--color-stone-300)}.text-stone-400{color:var(--color-stone-400)}.text-stone-500{color:var(--color-stone-500)}.text-stone-600{color:var(--color-stone-600)}.text-stone-700{color:var(--color-stone-700)}.text-stone-800{color:var(--color-stone-800)}.text-stone-900{color:var(--color-stone-900)}.text-stone-950{color:var(--color-stone-950)}.text-stone-950\/50{color:#0c0a0980}@supports (color:color-mix(in lab, red, red)){.text-stone-950\/50{color:color-mix(in oklab,var(--color-stone-950)50%,transparent)}}.text-stone-950\/70{color:#0c0a09b3}@supports (color:color-mix(in lab, red, red)){.text-stone-950\/70{color:color-mix(in oklab,var(--color-stone-950)70%,transparent)}}.text-tooltip-foreground{color:var(--color-tooltip-foreground)}.text-white{color:var(--color-white)}.text-white\/40{color:#fff6}@supports (color:color-mix(in lab, red, red)){.text-white\/40{color:color-mix(in oklab,var(--color-white)40%,transparent)}}.text-white\/50{color:#ffffff80}@supports (color:color-mix(in lab, red, red)){.text-white\/50{color:color-mix(in oklab,var(--color-white)50%,transparent)}}.text-yellow-800{color:var(--color-yellow-800)}.text-zinc-950\/70{color:#09090bb3}@supports (color:color-mix(in lab, red, red)){.text-zinc-950\/70{color:color-mix(in oklab,var(--color-zinc-950)70%,transparent)}}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.decoration-stone-400{-webkit-text-decoration-color:var(--color-stone-400);-webkit-text-decoration-color:var(--color-stone-400);text-decoration-color:var(--color-stone-400)}.decoration-dotted{text-decoration-style:dotted}.decoration-2{text-decoration-thickness:2px}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.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)}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_16px_-3px_rgb\(10_10_10\/0\.05\)\,0_3px_10px_-2px_rgb\(10_10_10\/0\.02\)\]{--tw-shadow:0 10px 16px -3px var(--tw-shadow-color,#0a0a0a0d),0 3px 10px -2px var(--tw-shadow-color,#0a0a0a05);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px 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)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px 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)}.shadow-sm{--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)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px 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,.ring-1{--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)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + 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)}.shadow-stone-500\/5{--tw-shadow-color:#79716b0d}@supports (color:color-mix(in lab, red, red)){.shadow-stone-500\/5{--tw-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--color-stone-500)5%,transparent)var(--tw-shadow-alpha),transparent)}}.ring-black\/5{--tw-ring-color:#0000000d}@supports (color:color-mix(in lab, red, red)){.ring-black\/5{--tw-ring-color:color-mix(in oklab,var(--color-black)5%,transparent)}}.ring-blue-500{--tw-ring-color:var(--color-blue-500)}.ring-stone-200\/70{--tw-ring-color:#e7e5e4b3}@supports (color:color-mix(in lab, red, red)){.ring-stone-200\/70{--tw-ring-color:color-mix(in oklab,var(--color-stone-200)70%,transparent)}}.ring-stone-400\/30{--tw-ring-color:#a6a09b4d}@supports (color:color-mix(in lab, red, red)){.ring-stone-400\/30{--tw-ring-color:color-mix(in oklab,var(--color-stone-400)30%,transparent)}}.ring-stone-800\/50{--tw-ring-color:#29252480}@supports (color:color-mix(in lab, red, red)){.ring-stone-800\/50{--tw-ring-color:color-mix(in oklab,var(--color-stone-800)50%,transparent)}}.ring-transparent{--tw-ring-color:transparent}.ring-offset-2{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.outline-0{outline-style:var(--tw-outline-style);outline-width:0}.-outline-offset-1{outline-offset:calc(1px*-1)}.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,)}.filter-\[drop-shadow\(0_0_2px_rgb\(0_0_0\/0\.1\)\)_drop-shadow\(0_0_4px_rgb\(0_0_0\/0\.1\)\)\]{filter:drop-shadow(0 0 2px #0000001a)drop-shadow(0 0 4px #0000001a)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.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-\[height\]{transition-property:height;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;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-opacity{transition-property:opacity;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-50{--tw-duration:50ms;transition-duration:50ms}.duration-75{--tw-duration:75ms;transition-duration:75ms}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.prose-stone{--tw-prose-body:oklch(37.4% .01 67.558);--tw-prose-headings:oklch(21.6% .006 56.043);--tw-prose-lead:oklch(44.4% .011 73.639);--tw-prose-links:oklch(21.6% .006 56.043);--tw-prose-bold:oklch(21.6% .006 56.043);--tw-prose-counters:oklch(55.3% .013 58.071);--tw-prose-bullets:oklch(86.9% .005 56.366);--tw-prose-hr:oklch(92.3% .003 48.717);--tw-prose-quotes:oklch(21.6% .006 56.043);--tw-prose-quote-borders:oklch(92.3% .003 48.717);--tw-prose-captions:oklch(55.3% .013 58.071);--tw-prose-kbd:oklch(21.6% .006 56.043);--tw-prose-kbd-shadows:oklab(21.6% .00335142 .00497674/.1);--tw-prose-code:oklch(21.6% .006 56.043);--tw-prose-pre-code:oklch(92.3% .003 48.717);--tw-prose-pre-bg:oklch(26.8% .007 34.298);--tw-prose-th-borders:oklch(86.9% .005 56.366);--tw-prose-td-borders:oklch(92.3% .003 48.717);--tw-prose-invert-body:oklch(86.9% .005 56.366);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.9% .01 56.259);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.9% .01 56.259);--tw-prose-invert-bullets:oklch(44.4% .011 73.639);--tw-prose-invert-hr:oklch(37.4% .01 67.558);--tw-prose-invert-quotes:oklch(97% .001 106.424);--tw-prose-invert-quote-borders:oklch(37.4% .01 67.558);--tw-prose-invert-captions:oklch(70.9% .01 56.259);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(86.9% .005 56.366);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.4% .011 73.639);--tw-prose-invert-td-borders:oklch(37.4% .01 67.558)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.\[--color-bg-disabled\:\#ECDFFB\]{--color-bg-disabled:#ecdffb}.\[--color-bg-disabled\:\#EDFDF4\]{--color-bg-disabled:#edfdf4}.\[--color-bg-disabled\:\#F0F4FE\]{--color-bg-disabled:#f0f4fe}.\[--color-bg-disabled\:\#F5F5F5\]{--color-bg-disabled:#f5f5f5}.\[--color-bg-disabled\:\#FDF2F1\]{--color-bg-disabled:#fdf2f1}.\[--color-bg-disabled\:\#FEF4EC\]{--color-bg-disabled:#fef4ec}.\[--color-bg-disabled\:\#FEFCE8\]{--color-bg-disabled:#fefce8}.\[--color-bg-disabled\:rgba\(255\,255\,255\,0\.08\)\]{--color-bg-disabled:#ffffff14}.\[--color-bg-disabled\:rgba\(255\,255\,255\,0\.95\)\]{--color-bg-disabled:#fffffff2}.\[--color-bg\:\#D1FAE4\]{--color-bg:#d1fae4}.\[--color-bg\:\#E3EAFD\]{--color-bg:#e3eafd}.\[--color-bg\:\#ECDFFB\]{--color-bg:#ecdffb}.\[--color-bg\:\#F5F5F5\]{--color-bg:#f5f5f5}.\[--color-bg\:\#FCE5E4\]{--color-bg:#fce5e4}.\[--color-bg\:\#FDEAD8\]{--color-bg:#fdead8}.\[--color-bg\:\#FEF9C3\]{--color-bg:#fef9c3}.\[--color-bg\:rgba\(255\,255\,255\,0\.95\)\]{--color-bg:#fffffff2}.\[--color-text-disabled\:\#E9E9EA\]{--color-text-disabled:#e9e9ea}.\[--color-text-disabled\:\#FEF08A\]{--color-text-disabled:#fef08a}.\[--color-text-disabled\:rgba\(38\,189\,108\,0\.50\)\]{--color-text-disabled:#26bd6c80}.\[--color-text-disabled\:rgba\(51\,104\,240\,0\.50\)\]{--color-text-disabled:#3368f080}.\[--color-text-disabled\:rgba\(135\,61\,230\,0\.50\)\]{--color-text-disabled:#873de680}.\[--color-text-disabled\:rgba\(230\,72\,61\,0\.30\)\]{--color-text-disabled:#e6483d4d}.\[--color-text-disabled\:rgba\(230\,72\,61\,0\.50\)\]{--color-text-disabled:#e6483d80}.\[--color-text-disabled\:rgba\(244\,142\,47\,0\.50\)\]{--color-text-disabled:#f48e2f80}.\[--color-text\:\#9A1C13\]{--color-text:#9a1c13}.\[--color-text\:\#133A9A\]{--color-text:#133a9a}.\[--color-text\:\#166E3F\]{--color-text:#166e3f}.\[--color-text\:\#5314A3\]{--color-text:#5314a3}.\[--color-text\:\#78787A\]{--color-text:#78787a}.\[--color-text\:\#A16207\]{--color-text:#a16207}.\[--color-text\:\#AE590A\]{--color-text:#ae590a}.\[--color-text\:\#E6483D\]{--color-text:#e6483d}.\[--color-text\:rgba\(11\,12\,14\,0\.60\)\]{--color-text:#0b0c0e99}.\[grid-area\:1\/1\]{grid-area:1/1}:is(.\*\*\:ring-0 *){--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + 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)}:is(.\*\*\:outline-0 *){outline-style:var(--tw-outline-style);outline-width:0}@media (hover:hover){.group-hover\:bg-primary:is(:where(.group):hover *){background-color:var(--color-primary)}.group-hover\:bg-primary-light\/10:is(:where(.group):hover *){background-color:#f0f9f41a}@supports (color:color-mix(in lab, red, red)){.group-hover\:bg-primary-light\/10:is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-primary-light)10%,transparent)}}.group-hover\:bg-stone-200\/50:is(:where(.group):hover *){background-color:#e7e5e480}@supports (color:color-mix(in lab, red, red)){.group-hover\:bg-stone-200\/50:is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-stone-200)50%,transparent)}}.group-hover\:bg-stone-700\/70:is(:where(.group):hover *){background-color:#44403bb3}@supports (color:color-mix(in lab, red, red)){.group-hover\:bg-stone-700\/70:is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-stone-700)70%,transparent)}}.group-hover\:text-primary:is(:where(.group):hover *){color:var(--color-primary)}.group-hover\:text-primary-light:is(:where(.group):hover *){color:var(--color-primary-light)}.group-hover\:text-stone-950\/70:is(:where(.group):hover *){color:#0c0a09b3}@supports (color:color-mix(in lab, red, red)){.group-hover\:text-stone-950\/70:is(:where(.group):hover *){color:color-mix(in oklab,var(--color-stone-950)70%,transparent)}}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}.group-hover\/copy-button\:text-stone-500:is(:where(.group\/copy-button):hover *){color:var(--color-stone-500)}.group-hover\/copy-button\:text-white\/60:is(:where(.group\/copy-button):hover *){color:#fff9}@supports (color:color-mix(in lab, red, red)){.group-hover\/copy-button\:text-white\/60:is(:where(.group\/copy-button):hover *){color:color-mix(in oklab,var(--color-white)60%,transparent)}}.group-hover\/param-head\:opacity-100:is(:where(.group\/param-head):hover *){opacity:1}}.group-focus\/link\:border-2:is(:where(.group\/link):focus *){border-style:var(--tw-border-style);border-width:2px}.group-focus\/link\:border-primary:is(:where(.group\/link):focus *){border-color:var(--color-primary)}.group-has-\[\[data-component-part\=\"step-content\"\]\:empty\]\/step\:hidden:is(:where(.group\/step):has([data-component-part=step-content]:empty) *){display:none}@media (hover:hover){.peer-hover\:opacity-100:is(:where(.peer):hover~*){opacity:1}}.peer-focus\:opacity-100:is(:where(.peer):focus~*){opacity:1}.placeholder\:text-stone-400::placeholder{color:var(--color-stone-400)}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:right-0:before{content:var(--tw-content);right:calc(var(--spacing)*0)}.before\:h-full:before{content:var(--tw-content);height:100%}.before\:w-\[7px\]:before{content:var(--tw-content);width:7px}.before\:bg-stone-50:before{content:var(--tw-content);background-color:var(--color-stone-50)}.before\:content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-0:after{content:var(--tw-content);left:calc(var(--spacing)*0)}.after\:h-full:after{content:var(--tw-content);height:100%}.after\:w-\[7px\]:after{content:var(--tw-content);width:7px}.after\:bg-stone-50:after{content:var(--tw-content);background-color:var(--color-stone-50)}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.first\:ml-2\.5\!:first-child{margin-left:calc(var(--spacing)*2.5)!important}.last\:mb-2:last-child{margin-bottom:calc(var(--spacing)*2)}@media (hover:hover){.hover\:scale-110:hover{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:border-primary\!:hover{border-color:var(--color-primary)!important}.hover\:border-stone-300:hover{border-color:var(--color-stone-300)}.hover\:bg-primary-light\/10:hover{background-color:#f0f9f41a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary-light\/10:hover{background-color:color-mix(in oklab,var(--color-primary-light)10%,transparent)}}.hover\:bg-primary\/10:hover{background-color:#1665341a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary\/10:hover{background-color:color-mix(in oklab,var(--color-primary)10%,transparent)}}.hover\:bg-stone-50:hover{background-color:var(--color-stone-50)}.hover\:bg-stone-50\/50:hover{background-color:#fafaf980}@supports (color:color-mix(in lab, red, red)){.hover\:bg-stone-50\/50:hover{background-color:color-mix(in oklab,var(--color-stone-50)50%,transparent)}}.hover\:bg-stone-100:hover{background-color:var(--color-stone-100)}.hover\:bg-stone-200\/50:hover{background-color:#e7e5e480}@supports (color:color-mix(in lab, red, red)){.hover\:bg-stone-200\/50:hover{background-color:color-mix(in oklab,var(--color-stone-200)50%,transparent)}}.hover\:bg-stone-700\/70:hover{background-color:#44403bb3}@supports (color:color-mix(in lab, red, red)){.hover\:bg-stone-700\/70:hover{background-color:color-mix(in oklab,var(--color-stone-700)70%,transparent)}}.hover\:bg-stone-950\/3:hover{background-color:#0c0a0908}@supports (color:color-mix(in lab, red, red)){.hover\:bg-stone-950\/3:hover{background-color:color-mix(in oklab,var(--color-stone-950)3%,transparent)}}.hover\:text-primary:hover{color:var(--color-primary)}.hover\:text-primary-light:hover{color:var(--color-primary-light)}.hover\:text-stone-600:hover{color:var(--color-stone-600)}.hover\:text-stone-900:hover{color:var(--color-stone-900)}.hover\:text-stone-950\/75:hover{color:#0c0a09bf}@supports (color:color-mix(in lab, red, red)){.hover\:text-stone-950\/75:hover{color:color-mix(in oklab,var(--color-stone-950)75%,transparent)}}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-100:hover{opacity:1}.hover\:ring-stone-400\/60:hover{--tw-ring-color:#a6a09b99}@supports (color:color-mix(in lab, red, red)){.hover\:ring-stone-400\/60:hover{--tw-ring-color:color-mix(in oklab,var(--color-stone-400)60%,transparent)}}}.focus\:bg-stone-950\/5:focus{background-color:#0c0a090d}@supports (color:color-mix(in lab, red, red)){.focus\:bg-stone-950\/5:focus{background-color:color-mix(in oklab,var(--color-stone-950)5%,transparent)}}.focus\:text-stone-950\/75:focus{color:#0c0a09bf}@supports (color:color-mix(in lab, red, red)){.focus\:text-stone-950\/75:focus{color:color-mix(in oklab,var(--color-stone-950)75%,transparent)}}.focus\:opacity-100:focus{opacity:1}.focus\:ring-0:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + 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-black\/90:focus{--tw-ring-color:#000000e6}@supports (color:color-mix(in lab, red, red)){.focus\:ring-black\/90:focus{--tw-ring-color:color-mix(in oklab,var(--color-black)90%,transparent)}}.focus\:ring-offset-0:focus{--tw-ring-offset-width:0px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-0:focus{outline-style:var(--tw-outline-style);outline-width:0}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}:is(.\*\*\:focus\:ring-0 *):focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + 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)}:is(.\*\*\:focus\:outline-0 *):focus{outline-style:var(--tw-outline-style);outline-width:0}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + 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-visible\:ring-primary:focus-visible{--tw-ring-color:var(--color-primary)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:outline-2:focus-visible{outline-style:var(--tw-outline-style);outline-width:2px}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\:pointer-events-none:disabled,.data-disabled\:pointer-events-none[data-disabled]{pointer-events:none}.data-disabled\:cursor-default[data-disabled]{cursor:default}.data-disabled\:cursor-not-allowed[data-disabled]{cursor:not-allowed}.data-disabled\:bg-\(--color-bg-disabled\)[data-disabled]{background-color:var(--color-bg-disabled)}.data-disabled\:text-\(--color-text-disabled\)[data-disabled]{color:var(--color-text-disabled)}.data-disabled\:opacity-50[data-disabled]{opacity:.5}:is(.\*\*\:data-\[component-part\=\"callout-icon\"\]\:mt-px *)[data-component-part=callout-icon]{margin-top:1px}:is(.\*\*\:data-\[component-part\=code-block-root\]\:rounded-b-2xl *)[data-component-part=code-block-root]{border-bottom-right-radius:var(--radius-2xl);border-bottom-left-radius:var(--radius-2xl)}.data-\[shape\=\"rounded\"\]\:rounded-\[4px\][data-shape=rounded]{border-radius:4px}.data-\[shape\=\"rounded\"\]\:rounded-\[6px\][data-shape=rounded]{border-radius:6px}.data-\[shape\=\"rounded\"\]\:rounded-\[8px\][data-shape=rounded]{border-radius:8px}.data-\[shape\=\'pill\'\]\:rounded-full[data-shape=pill]{border-radius:3.40282e38px}.data-\[variant\=\'outline\'\]\:outline-1[data-variant=outline]{outline-style:var(--tw-outline-style);outline-width:1px}.data-\[variant\=\'outline\'\]\:-outline-offset-1[data-variant=outline]{outline-offset:calc(1px*-1)}.data-\[variant\=\'outline\'\]\:outline-\[rgba\(11\,12\,14\,0\.08\)\][data-variant=outline]{outline-color:#0b0c0e14}.data-\[variant\=\'outline\'\]\:outline-solid[data-variant=outline]{--tw-outline-style:solid;outline-style:solid}@media (prefers-reduced-motion:no-preference){.motion-safe\:active\:scale-95:active{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}}@media (min-width:40rem){.sm\:inline-flex{display:inline-flex}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:48rem){.md\:h-10{height:calc(var(--spacing)*10)}.md\:w-\[120px\]{width:120px}.md\:max-w-\[60px\]{max-width:60px}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:gap-2{gap:calc(var(--spacing)*2)}}@media (min-width:64rem){.lg\:sticky{position:sticky}.lg\:w-\[160px\]{width:160px}.lg\:flex-row{flex-direction:row}.lg\:gap-6{gap:calc(var(--spacing)*6)}}@media (min-width:80rem){.xl\:hidden{display:none}}.dark\:block:is(.dark *){display:block}.dark\:hidden:is(.dark *){display:none}.dark\:border-\(--callout-border-color-dark\,\#71717a4d\):is(.dark *){border-color:var(--callout-border-color-dark,#71717a4d)}.dark\:border-blue-700:is(.dark *){border-color:var(--color-blue-700)}.dark\:border-blue-800:is(.dark *){border-color:var(--color-blue-800)}.dark\:border-blue-900:is(.dark *){border-color:var(--color-blue-900)}.dark\:border-green-900:is(.dark *){border-color:var(--color-green-900)}.dark\:border-primary-light:is(.dark *){border-color:var(--color-primary-light)}.dark\:border-red-900:is(.dark *){border-color:var(--color-red-900)}.dark\:border-red-900\/50:is(.dark *){border-color:#82181a80}@supports (color:color-mix(in lab, red, red)){.dark\:border-red-900\/50:is(.dark *){border-color:color-mix(in oklab,var(--color-red-900)50%,transparent)}}.dark\:border-stone-400\/50:is(.dark *){border-color:#a6a09b80}@supports (color:color-mix(in lab, red, red)){.dark\:border-stone-400\/50:is(.dark *){border-color:color-mix(in oklab,var(--color-stone-400)50%,transparent)}}.dark\:border-stone-500\/30:is(.dark *){border-color:#79716b4d}@supports (color:color-mix(in lab, red, red)){.dark\:border-stone-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-stone-500)30%,transparent)}}.dark\:border-stone-700:is(.dark *){border-color:var(--color-stone-700)}.dark\:border-stone-800:is(.dark *){border-color:var(--color-stone-800)}.dark\:border-stone-800\/50:is(.dark *){border-color:#29252480}@supports (color:color-mix(in lab, red, red)){.dark\:border-stone-800\/50:is(.dark *){border-color:color-mix(in oklab,var(--color-stone-800)50%,transparent)}}.dark\:border-stone-900:is(.dark *){border-color:var(--color-stone-900)}.dark\:border-white\/5:is(.dark *){border-color:#ffffff0d}@supports (color:color-mix(in lab, red, red)){.dark\:border-white\/5:is(.dark *){border-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.dark\:border-white\/10:is(.dark *){border-color:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.dark\:border-white\/10:is(.dark *){border-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.dark\:border-yellow-900:is(.dark *){border-color:var(--color-yellow-900)}.dark\:bg-\(--callout-bg-color-dark\,\#71717a1a\):is(.dark *){background-color:var(--callout-bg-color-dark,#71717a1a)}.dark\:bg-\(--color-dark\):is(.dark *){background-color:var(--color-dark)}.dark\:bg-\[\#0F1117\]:is(.dark *){background-color:#0f1117}.dark\:bg-\[\#0b0c0e\]:is(.dark *){background-color:#0b0c0e}.dark\:bg-amber-400\/10:is(.dark *){background-color:#fcbb001a}@supports (color:color-mix(in lab, red, red)){.dark\:bg-amber-400\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-amber-400)10%,transparent)}}.dark\:bg-background-dark:is(.dark *){background-color:var(--color-background-dark)}.dark\:bg-black\/40:is(.dark *){background-color:#0006}@supports (color:color-mix(in lab, red, red)){.dark\:bg-black\/40:is(.dark *){background-color:color-mix(in oklab,var(--color-black)40%,transparent)}}.dark\:bg-blue-600\/20:is(.dark *){background-color:#155dfc33}@supports (color:color-mix(in lab, red, red)){.dark\:bg-blue-600\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-600)20%,transparent)}}.dark\:bg-blue-900:is(.dark *){background-color:var(--color-blue-900)}.dark\:bg-blue-900\/20:is(.dark *){background-color:#1c398e33}@supports (color:color-mix(in lab, red, red)){.dark\:bg-blue-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-900)20%,transparent)}}.dark\:bg-blue-950:is(.dark *){background-color:var(--color-blue-950)}.dark\:bg-green-600\/20:is(.dark *){background-color:#00a54433}@supports (color:color-mix(in lab, red, red)){.dark\:bg-green-600\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-green-600)20%,transparent)}}.dark\:bg-green-900:is(.dark *){background-color:var(--color-green-900)}.dark\:bg-primary-light:is(.dark *){background-color:var(--color-primary-light)}.dark\:bg-purple-900:is(.dark *){background-color:var(--color-purple-900)}.dark\:bg-red-400\/10:is(.dark *){background-color:#ff65681a}@supports (color:color-mix(in lab, red, red)){.dark\:bg-red-400\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-red-400)10%,transparent)}}.dark\:bg-red-600\/20:is(.dark *){background-color:#e4001433}@supports (color:color-mix(in lab, red, red)){.dark\:bg-red-600\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-red-600)20%,transparent)}}.dark\:bg-red-950\/50:is(.dark *){background-color:#46080980}@supports (color:color-mix(in lab, red, red)){.dark\:bg-red-950\/50:is(.dark *){background-color:color-mix(in oklab,var(--color-red-950)50%,transparent)}}.dark\:bg-stone-50:is(.dark *){background-color:var(--color-stone-50)}.dark\:bg-stone-100:is(.dark *){background-color:var(--color-stone-100)}.dark\:bg-stone-200:is(.dark *){background-color:var(--color-stone-200)}.dark\:bg-stone-400:is(.dark *){background-color:var(--color-stone-400)}.dark\:bg-stone-500\/10:is(.dark *){background-color:#79716b1a}@supports (color:color-mix(in lab, red, red)){.dark\:bg-stone-500\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-stone-500)10%,transparent)}}.dark\:bg-stone-700:is(.dark *){background-color:var(--color-stone-700)}.dark\:bg-stone-800:is(.dark *){background-color:var(--color-stone-800)}.dark\:bg-stone-800\/25:is(.dark *){background-color:#29252440}@supports (color:color-mix(in lab, red, red)){.dark\:bg-stone-800\/25:is(.dark *){background-color:color-mix(in oklab,var(--color-stone-800)25%,transparent)}}.dark\:bg-stone-900:is(.dark *){background-color:var(--color-stone-900)}.dark\:bg-stone-950:is(.dark *){background-color:var(--color-stone-950)}.dark\:bg-transparent:is(.dark *){background-color:#0000}.dark\:bg-white\/5:is(.dark *){background-color:#ffffff0d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-white\/5:is(.dark *){background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.dark\:bg-white\/10:is(.dark *){background-color:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.dark\:bg-white\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.dark\:bg-yellow-600\/20:is(.dark *){background-color:#cd890033}@supports (color:color-mix(in lab, red, red)){.dark\:bg-yellow-600\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-yellow-600)20%,transparent)}}.dark\:bg-yellow-900\/20:is(.dark *){background-color:#733e0a33}@supports (color:color-mix(in lab, red, red)){.dark\:bg-yellow-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-yellow-900)20%,transparent)}}.dark\:bg-grid-white\/5:is(.dark *){background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='color-mix(in oklab%2c white 5%25%2c transparent)'%3e%3cpath d='M0 .5H31.5V32'/%3e%3c/svg%3e")}.dark\:from-white\/10:is(.dark *){--tw-gradient-from:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.dark\:from-white\/10:is(.dark *){--tw-gradient-from:color-mix(in oklab,var(--color-white)10%,transparent)}}.dark\:from-white\/10:is(.dark *){--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.dark\:via-white\/10:is(.dark *){--tw-gradient-via:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.dark\:via-white\/10:is(.dark *){--tw-gradient-via:color-mix(in oklab,var(--color-white)10%,transparent)}}.dark\:via-white\/10:is(.dark *){--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.dark\:mask-\[linear-gradient\(0deg\,rgba\(255\,255\,255\,0\.1\)\,rgba\(255\,255\,255\,0\.5\)\)\]:is(.dark *){-webkit-mask-image:linear-gradient(#ffffff80,#ffffff1a);mask-image:linear-gradient(#ffffff80,#ffffff1a)}.dark\:fill-primary-light:is(.dark *){fill:var(--color-primary-light)}.dark\:fill-stone-100:is(.dark *){fill:var(--color-stone-100)}.dark\:fill-stone-300:is(.dark *){fill:var(--color-stone-300)}.dark\:text-\(--dark-callout-text-color\):is(.dark *){color:var(--dark-callout-text-color)}.dark\:text-amber-300:is(.dark *){color:var(--color-amber-300)}.dark\:text-blue-100:is(.dark *){color:var(--color-blue-100)}.dark\:text-blue-300:is(.dark *){color:var(--color-blue-300)}.dark\:text-blue-400:is(.dark *){color:var(--color-blue-400)}.dark\:text-green-300:is(.dark *){color:var(--color-green-300)}.dark\:text-pink-400:is(.dark *){color:var(--color-pink-400)}.dark\:text-primary-light:is(.dark *){color:var(--color-primary-light)}.dark\:text-red-300:is(.dark *){color:var(--color-red-300)}.dark\:text-red-400:is(.dark *){color:var(--color-red-400)}.dark\:text-stone-50:is(.dark *){color:var(--color-stone-50)}.dark\:text-stone-100:is(.dark *){color:var(--color-stone-100)}.dark\:text-stone-200:is(.dark *){color:var(--color-stone-200)}.dark\:text-stone-300:is(.dark *){color:var(--color-stone-300)}.dark\:text-stone-400:is(.dark *){color:var(--color-stone-400)}.dark\:text-stone-500:is(.dark *){color:var(--color-stone-500)}.dark\:text-stone-600:is(.dark *){color:var(--color-stone-600)}.dark\:text-white:is(.dark *){color:var(--color-white)}.dark\:text-white\/40:is(.dark *){color:#fff6}@supports (color:color-mix(in lab, red, red)){.dark\:text-white\/40:is(.dark *){color:color-mix(in oklab,var(--color-white)40%,transparent)}}.dark\:text-white\/50:is(.dark *){color:#ffffff80}@supports (color:color-mix(in lab, red, red)){.dark\:text-white\/50:is(.dark *){color:color-mix(in oklab,var(--color-white)50%,transparent)}}.dark\:text-white\/70:is(.dark *){color:#ffffffb3}@supports (color:color-mix(in lab, red, red)){.dark\:text-white\/70:is(.dark *){color:color-mix(in oklab,var(--color-white)70%,transparent)}}.dark\:text-yellow-300:is(.dark *){color:var(--color-yellow-300)}.dark\:decoration-stone-500:is(.dark *){-webkit-text-decoration-color:var(--color-stone-500);-webkit-text-decoration-color:var(--color-stone-500);text-decoration-color:var(--color-stone-500)}.dark\:shadow-none:is(.dark *){--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark\:ring-1:is(.dark *){--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)}.dark\:shadow-stone-500\/5:is(.dark *){--tw-shadow-color:#79716b0d}@supports (color:color-mix(in lab, red, red)){.dark\:shadow-stone-500\/5:is(.dark *){--tw-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--color-stone-500)5%,transparent)var(--tw-shadow-alpha),transparent)}}.dark\:ring-stone-700\/25:is(.dark *){--tw-ring-color:#44403b40}@supports (color:color-mix(in lab, red, red)){.dark\:ring-stone-700\/25:is(.dark *){--tw-ring-color:color-mix(in oklab,var(--color-stone-700)25%,transparent)}}.dark\:ring-stone-800\/50:is(.dark *){--tw-ring-color:#29252480}@supports (color:color-mix(in lab, red, red)){.dark\:ring-stone-800\/50:is(.dark *){--tw-ring-color:color-mix(in oklab,var(--color-stone-800)50%,transparent)}}.dark\:ring-white\/\[0\.14\]:is(.dark *){--tw-ring-color:#ffffff24}@supports (color:color-mix(in lab, red, red)){.dark\:ring-white\/\[0\.14\]:is(.dark *){--tw-ring-color:color-mix(in oklab,var(--color-white)14.0%,transparent)}}.dark\:brightness-\[1\.35\]:is(.dark *){--tw-brightness:brightness(1.35);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,)}.dark\:prose-invert:is(.dark *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.dark\:\[--color-bg-disabled\:\#3A0F71\]:is(.dark *){--color-bg-disabled:#3a0f71}.dark\:\[--color-bg-disabled\:\#360A07\]:is(.dark *){--color-bg-disabled:#360a07}.dark\:\[--color-bg-disabled\:\#03153A\]:is(.dark *){--color-bg-disabled:#03153a}.dark\:\[--color-bg-disabled\:\#072213\]:is(.dark *){--color-bg-disabled:#072213}.dark\:\[--color-bg-disabled\:\#262727\]:is(.dark *){--color-bg-disabled:#262727}.dark\:\[--color-bg-disabled\:\#301903\]:is(.dark *){--color-bg-disabled:#301903}.dark\:\[--color-bg-disabled\:\#422006\]:is(.dark *){--color-bg-disabled:#422006}.dark\:\[--color-bg-disabled\:rgba\(255\,255\,255\,0\.24\)\]:is(.dark *){--color-bg-disabled:#ffffff3d}.dark\:\[--color-bg\:\#0F4C2C\]:is(.dark *){--color-bg:#0f4c2c}.dark\:\[--color-bg\:\#3A0F71\]:is(.dark *){--color-bg:#3a0f71}.dark\:\[--color-bg\:\#713F12\]:is(.dark *){--color-bg:#713f12}.dark\:\[--color-bg\:\#07296A\]:is(.dark *){--color-bg:#07296a}.dark\:\[--color-bg\:\#64120D\]:is(.dark *){--color-bg:#64120d}.dark\:\[--color-bg\:\#262727\]:is(.dark *){--color-bg:#262727}.dark\:\[--color-bg\:\#613105\]:is(.dark *){--color-bg:#613105}.dark\:\[--color-bg\:rgba\(255\,255\,255\,0\.95\)\]:is(.dark *){--color-bg:#fffffff2}.dark\:\[--color-text-disabled\:\#3C3C3D\]:is(.dark *){--color-text-disabled:#3c3c3d}.dark\:\[--color-text-disabled\:\#854D0E\]:is(.dark *){--color-text-disabled:#854d0e}.dark\:\[--color-text-disabled\:rgba\(38\,189\,108\,0\.30\)\]:is(.dark *){--color-text-disabled:#26bd6c4d}.dark\:\[--color-text-disabled\:rgba\(51\,104\,240\,0\.30\)\]:is(.dark *){--color-text-disabled:#3368f04d}.dark\:\[--color-text-disabled\:rgba\(135\,61\,230\,0\.30\)\]:is(.dark *){--color-text-disabled:#873de64d}.dark\:\[--color-text-disabled\:rgba\(230\,72\,61\,0\.30\)\]:is(.dark *){--color-text-disabled:#e6483d4d}.dark\:\[--color-text-disabled\:rgba\(230\,72\,61\,0\.40\)\]:is(.dark *){--color-text-disabled:#e6483d66}.dark\:\[--color-text-disabled\:rgba\(244\,142\,47\,0\.30\)\]:is(.dark *){--color-text-disabled:#f48e2f4d}.dark\:\[--color-text\:\#6AE1A1\]:is(.dark *){--color-text:#6ae1a1}.dark\:\[--color-text\:\#7196F4\]:is(.dark *){--color-text:#7196f4}.dark\:\[--color-text\:\#B78AF0\]:is(.dark *){--color-text:#b78af0}.dark\:\[--color-text\:\#D7D7D7\]:is(.dark *){--color-text:#d7d7d7}.dark\:\[--color-text\:\#E6483D\]:is(.dark *){--color-text:#e6483d}.dark\:\[--color-text\:\#F08B85\]:is(.dark *){--color-text:#f08b85}.dark\:\[--color-text\:\#F8B577\]:is(.dark *){--color-text:#f8b577}.dark\:\[--color-text\:\#FDE047\]:is(.dark *){--color-text:#fde047}.dark\:\[--color-text\:rgba\(11\,12\,14\,0\.60\)\]:is(.dark *){--color-text:#0b0c0e99}@media (hover:hover){.dark\:group-hover\:bg-primary-light:is(.dark *):is(:where(.group):hover *){background-color:var(--color-primary-light)}.dark\:group-hover\:bg-stone-700\/70:is(.dark *):is(:where(.group):hover *){background-color:#44403bb3}@supports (color:color-mix(in lab, red, red)){.dark\:group-hover\:bg-stone-700\/70:is(.dark *):is(:where(.group):hover *){background-color:color-mix(in oklab,var(--color-stone-700)70%,transparent)}}.dark\:group-hover\:text-primary-light:is(.dark *):is(:where(.group):hover *){color:var(--color-primary-light)}.dark\:group-hover\:text-white\/70:is(.dark *):is(:where(.group):hover *){color:#ffffffb3}@supports (color:color-mix(in lab, red, red)){.dark\:group-hover\:text-white\/70:is(.dark *):is(:where(.group):hover *){color:color-mix(in oklab,var(--color-white)70%,transparent)}}.group-hover\:dark\:text-primary-light:is(:where(.group):hover *):is(.dark *){color:var(--color-primary-light)}.dark\:group-hover\/copy-button\:text-white\/60:is(.dark *):is(:where(.group\/copy-button):hover *){color:#fff9}@supports (color:color-mix(in lab, red, red)){.dark\:group-hover\/copy-button\:text-white\/60:is(.dark *):is(:where(.group\/copy-button):hover *){color:color-mix(in oklab,var(--color-white)60%,transparent)}}}.dark\:group-focus\/link\:border-primary-light:is(.dark *):is(:where(.group\/link):focus *){border-color:var(--color-primary-light)}.placeholder\:dark\:text-white\/50::placeholder:is(){color:#ffffff80}@supports (color:color-mix(in lab, red, red)){.placeholder\:dark\:text-white\/50::placeholder:is(){color:color-mix(in oklab,var(--color-white)50%,transparent)}}.dark\:before\:bg-stone-900:is(.dark *):before,.dark\:after\:bg-stone-900:is(.dark *):after{content:var(--tw-content);background-color:var(--color-stone-900)}@media (hover:hover){.dark\:hover\:border-primary-light\!:is(.dark *):hover{border-color:var(--color-primary-light)!important}.dark\:hover\:border-stone-700:is(.dark *):hover{border-color:var(--color-stone-700)}.dark\:hover\:border-white\/20:is(.dark *):hover{border-color:#fff3}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:border-white\/20:is(.dark *):hover{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.dark\:hover\:bg-primary-light\/10:is(.dark *):hover{background-color:#f0f9f41a}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-primary-light\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-primary-light)10%,transparent)}}.dark\:hover\:bg-stone-700\/70:is(.dark *):hover{background-color:#44403bb3}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-stone-700\/70:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-stone-700)70%,transparent)}}.dark\:hover\:bg-stone-800:is(.dark *):hover{background-color:var(--color-stone-800)}.dark\:hover\:bg-stone-900:is(.dark *):hover{background-color:var(--color-stone-900)}.dark\:hover\:bg-white\/3:is(.dark *):hover{background-color:#ffffff08}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-white\/3:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)3%,transparent)}}.dark\:hover\:bg-white\/5:is(.dark *):hover{background-color:#ffffff0d}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-white\/5:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.hover\:dark\:bg-stone-800:hover:is(.dark *){background-color:var(--color-stone-800)}.dark\:hover\:text-primary-light:is(.dark *):hover{color:var(--color-primary-light)}.dark\:hover\:text-stone-200:is(.dark *):hover{color:var(--color-stone-200)}.dark\:hover\:text-stone-300:is(.dark *):hover{color:var(--color-stone-300)}.dark\:hover\:text-white\/75:is(.dark *):hover{color:#ffffffbf}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:text-white\/75:is(.dark *):hover{color:color-mix(in oklab,var(--color-white)75%,transparent)}}.dark\:hover\:ring-white\/20:is(.dark *):hover{--tw-ring-color:#fff3}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:ring-white\/20:is(.dark *):hover{--tw-ring-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.dark\:hover\:brightness-150:is(.dark *):hover{--tw-brightness:brightness(150%);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,)}}.dark\:focus\:bg-white\/5:is(.dark *):focus{background-color:#ffffff0d}@supports (color:color-mix(in lab, red, red)){.dark\:focus\:bg-white\/5:is(.dark *):focus{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.dark\:focus\:text-white\/75:is(.dark *):focus{color:#ffffffbf}@supports (color:color-mix(in lab, red, red)){.dark\:focus\:text-white\/75:is(.dark *):focus{color:color-mix(in oklab,var(--color-white)75%,transparent)}}.dark\:focus\:ring-white:is(.dark *):focus{--tw-ring-color:var(--color-white)}.dark\:focus-visible\:ring-primary-light:is(.dark *):focus-visible{--tw-ring-color:var(--color-primary-light)}.dark\:data-\[variant\=\'outline\'\]\:outline-\[rgba\(255\,255\,255\,0\.14\)\]:is(.dark *)[data-variant=outline]{outline-color:#ffffff24}.\[\&_\.prose\>p\:first-child\]\:mt-0 .prose>p:first-child{margin-top:calc(var(--spacing)*0)}.\[\&_\.prose\>p\:last-child\]\:mb-0 .prose>p:last-child{margin-bottom:calc(var(--spacing)*0)}.\[\&_\[data-component-part\$\=\"-icon\"\]\[data-icon-type\=\"inline\"\]_svg\]\:fill-current [data-component-part$=-icon][data-icon-type=inline] svg{fill:currentColor}.\[\&_\[data-component-part\$\=\"-icon\"\]\[data-icon-type\=\"string\"\]_svg\]\:bg-\(--color-text\) [data-component-part$=-icon][data-icon-type=string] svg{background-color:var(--color-text)}.data-disabled\:\[\&_\[data-component-part\$\=\"-icon\"\]\[data-icon-type\=\"string\"\]_svg\]\:bg-\(--color-text-disabled\)[data-disabled] [data-component-part$=-icon][data-icon-type=string] svg{background-color:var(--color-text-disabled)}.\[\&_a\]\:border-current a{border-color:currentColor}.\[\&_a\]\:text-current\! a,.\[\&_code\]\:text-current\! code{color:currentColor!important}.\[\&_div\]\:mr-2 div{margin-right:calc(var(--spacing)*2)}.\[\&_div\]\:inline div{display:inline}.\[\&_div\]\:leading-5 div{--tw-leading:calc(var(--spacing)*5);line-height:calc(var(--spacing)*5)}.\[\&_div\]\:leading-6 div{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.\[\&_kbd\]\:bg-stone-100 kbd{background-color:var(--color-stone-100)}.\[\&_kbd\]\:text-current\! kbd{color:currentColor!important}.dark\:\[\&_kbd\]\:bg-stone-800:is(.dark *) kbd{background-color:var(--color-stone-800)}.\[\&_strong\]\:text-current\! strong{color:currentColor!important}.\[\&_svg\]\:size-2\.5 svg{width:calc(var(--spacing)*2.5);height:calc(var(--spacing)*2.5)}.\[\&_svg\]\:size-3 svg{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.\[\&_svg\]\:size-3\.5 svg{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.\[\&_svg\]\:size-4 svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&_svg\]\:h-auto svg{height:auto}.\[\&_svg\]\:max-h-full svg{max-height:100%}.\[\&_svg\]\:w-auto svg{width:auto}.\[\&_svg\]\:max-w-full svg{max-width:100%}.\[\&_svg\]\:bg-\(--color-text\) svg{background-color:var(--color-text)}.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{display:none}.\[\&\:\:-webkit-search-cancel-button\]\:appearance-none::-webkit-search-cancel-button{appearance:none}.\[\&\:\:-webkit-search-decoration\]\:appearance-none::-webkit-search-decoration{appearance:none}.\[\&\>details\]\:mb-0>details{margin-bottom:calc(var(--spacing)*0)}.\[\&\>details\]\:rounded-none>details{border-radius:0}.\[\&\>details\]\:border-0>details{border-style:var(--tw-border-style);border-width:0}.\[\&\>details\+details\]\:border-t>details+details{border-top-style:var(--tw-border-style);border-top-width:1px}.\[\&\>details\+details\]\:border-t-stone-200\/70>details+details{border-top-color:#e7e5e4b3}@supports (color:color-mix(in lab, red, red)){.\[\&\>details\+details\]\:border-t-stone-200\/70>details+details{border-top-color:color-mix(in oklab,var(--color-stone-200)70%,transparent)}}.dark\:\[\&\>details\+details\]\:border-t-white\/10:is(.dark *)>details+details{border-top-color:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.dark\:\[\&\>details\+details\]\:border-t-white\/10:is(.dark *)>details+details{border-top-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.\[\&\>details\>summary\]\:rounded-none>details>summary{border-radius:0}.\[\&\>span\]\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}:root{--twoslash-border-color:#dbdfde;--twoslash-underline-color:currentColor;--twoslash-popup-bg:#f3f7f6;--twoslash-popup-color:inherit;--twoslash-popup-shadow:#00000014 0px 1px 4px;--twoslash-code-font:inherit;--twoslash-code-font-size:1em;--twoslash-matched-color:inherit;--twoslash-highlighted-border:#c37d0d50;--twoslash-highlighted-bg:#c37d0d20;--twoslash-unmatched-color:#888;--twoslash-cursor-color:#8888;--twoslash-error-color:#d45656;--twoslash-error-bg:#d4565620;--twoslash-warn-color:#c37d0d;--twoslash-warn-bg:#c37d0d20;--twoslash-tag-color:#3772cf;--twoslash-tag-bg:#3772cf20;--twoslash-tag-warn-color:var(--twoslash-warn-color);--twoslash-tag-warn-bg:var(--twoslash-warn-bg);--twoslash-tag-annotate-color:#1ba673;--twoslash-tag-annotate-bg:#1ba67320;--twoslash-text-size:.8rem;--twoslash-docs-tag-style:italic}:root.twoslash-dark,html.dark div.twoslash-dark,html.dark div.dark\:twoslash-dark{--twoslash-border-color:#222526;--twoslash-popup-bg:#151819;--twoslash-highlighted-border:#ffa50080;--twoslash-highlighted-bg:#ffa50030;--twoslash-unmatched-color:#aaa;--twoslash-cursor-color:#bbbb;--twoslash-error-color:#ff6b6b;--twoslash-error-bg:#ff6b6b30;--twoslash-warn-color:orange;--twoslash-warn-bg:#ffa50030;--twoslash-tag-color:#6bb6ff;--twoslash-tag-bg:#6bb6ff30;--twoslash-tag-warn-color:var(--twoslash-warn-color);--twoslash-tag-warn-bg:var(--twoslash-warn-bg);--twoslash-tag-annotate-color:#4ade80;--twoslash-tag-annotate-bg:#4ade8030}@media (prefers-reduced-motion:reduce){.twoslash *{transition:none!important}}.twoslash:hover .twoslash-hover{border-color:var(--twoslash-underline-color)}.twoslash .twoslash-hover{border-bottom:1px dotted #0000;transition:border-color .3s;position:relative}.twoslash a span.twoslash-hover{border-bottom:1px solid var(--twoslash-underline-color);position:relative}.twoslash a span.twoslash-hover:hover{opacity:.75}.twoslash-popup-container .code-block{width:100%;margin-top:8px!important;margin-bottom:8px!important}.mint-twoslash-popover div[data-component-part=code-block-root]{width:100%}[data-radix-popper-content-wrapper]{z-index:9999!important}.mint-twoslash-popover{background:var(--twoslash-popup-bg);color:var(--twoslash-popup-color);border:1px solid var(--twoslash-border-color);pointer-events:auto;text-align:left;box-shadow:var(--twoslash-popup-shadow);border-radius:10px;flex-direction:column;max-width:50vw;padding:6px;display:inline-flex;font-size:var(--twoslash-text-size)!important}.mint-twoslash-popover-pre{width:100%;font-size:var(--twoslash-text-size);font-family:var(--twoslash-code-font);font-weight:400;display:flex}.mint-twoslash-popover code{background:0 0!important;padding:0!important}code.twoslash-popup-code.shiki{padding:8px!important}.mint-twoslash-popover:hover{-webkit-user-select:auto;user-select:auto}.twoslash .twoslash-popup-arrow{display:none}.twoslash-popup-code,.twoslash-popup-error,.twoslash-popup-docs{padding:6px 8px!important}.mint-twoslash-popover .twoslash-popup-docs{max-width:unset}.mint-twoslash-popover .twoslash-popup-error{color:var(--twoslash-error-color);background-color:var(--twoslash-error-bg)}.mint-twoslash-popover .twoslash-popup-docs-tags{flex-direction:column;display:flex}.mint-twoslash-popover .twoslash-popup-docs-tag-name{font-style:var(--twoslash-docs-tag-style);font-family:var(--twoslash-code-font);margin-right:.5em}.mint-twoslash-popover .twoslash-query-line .twoslash-popup-container{margin-bottom:1.4em;position:relative;transform:translateY(.6em)}div.twoslash-meta-line.twoslash-query-line{display:contents}.twoslash-error-line{background-color:var(--twoslash-error-bg);border-left:3px solid var(--twoslash-error-color);color:var(--twoslash-error-color);width:max-content;min-width:100%;margin:.2em 0;padding:6px 12px;position:relative}.twoslash-error-line.twoslash-error-level-warning{background-color:var(--twoslash-warn-bg);border-left:3px solid var(--twoslash-warn-color);color:var(--twoslash-warn-color)}.mint-twoslash-popover .twoslash-error{background:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%23c94824'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 100% repeat-x;padding-bottom:2px}.mint-twoslash-popover .twoslash-error.twoslash-error-level-warning{background:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%23c37d0d'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 100% repeat-x;padding-bottom:2px}.mint-twoslash-popover .twoslash-completion-cursor{position:relative}.mint-twoslash-popover .twoslash-completion-cursor .twoslash-completion-list{-webkit-user-select:none;user-select:none;z-index:8;box-shadow:var(--twoslash-popup-shadow);background:var(--twoslash-popup-bg);border:1px solid var(--twoslash-border-color);margin:3px 0 0 -1px;display:inline-block;position:absolute;top:0;left:0;transform:translateY(1.2em)}.twoslash-completion-list{width:240px;font-size:var(--twoslash-text-size);flex-direction:column;gap:4px;padding:4px;display:flex}.twoslash-completion-list:hover{-webkit-user-select:auto;user-select:auto}.twoslash-completion-list:before{background-color:var(--twoslash-cursor-color);content:" ";width:2px;height:1.4em;position:absolute;top:-1.6em;left:-1px}.twoslash-completion-list li{align-items:center;gap:.25em;line-height:1em;display:flex;overflow:hidden}.twoslash-completion-list li span.twoslash-completions-unmatched{color:var(--twoslash-unmatched-color)}.twoslash-completion-list .deprecated{opacity:.5;text-decoration:line-through}.twoslash-completion-list li span.twoslash-completions-matched{color:var(--twoslash-matched-color)}.twoslash-highlighted{background-color:var(--twoslash-highlighted-bg);border:1px solid var(--twoslash-highlighted-border);border-radius:4px;margin:-1px -3px;padding:1px 2px}.twoslash-completion-list .twoslash-completions-icon{color:var(--twoslash-unmatched-color);flex:none;width:1em}.mint-twoslash-popover .twoslash-tag-line{background-color:var(--twoslash-tag-bg);border-left:3px solid var(--twoslash-tag-color);color:var(--twoslash-tag-color);align-items:center;gap:.3em;width:max-content;min-width:100%;margin:.2em 0;padding:6px 10px;display:flex;position:relative}.mint-twoslash-popover .twoslash-tag-line .twoslash-tag-icon{width:1.1em;color:inherit}.twoslash-tag-line.twoslash-tag-error-line{background-color:var(--twoslash-error-bg);border-left:3px solid var(--twoslash-error-color);color:var(--twoslash-error-color)}.mint-twoslash-popover .twoslash-tag-line.twoslash-tag-warn-line{background-color:var(--twoslash-tag-warn-bg);border-left:3px solid var(--twoslash-tag-warn-color);color:var(--twoslash-tag-warn-color)}.mint-twoslash-popover .twoslash-tag-line.twoslash-tag-annotate-line{background-color:var(--twoslash-tag-annotate-bg);border-left:3px solid var(--twoslash-tag-annotate-color);color:var(--twoslash-tag-annotate-color)}.code-block{--fade-width:0px;--code-padding-right:48px}:not(.code-block)>[data-component-part=code-block-root]{--code-padding-right:48px}.code-block:has([data-floating-buttons]>:first-child:last-child){--fade-width:99px;--code-padding-right:99px}.code-block:has([data-floating-buttons]>:nth-child(2):last-child){--fade-width:131px;--code-padding-right:131px}.code-block:has([data-floating-buttons]>:nth-child(3):last-child){--fade-width:163px;--code-padding-right:163px}.code-block:has([data-component-part=code-block-root].code-block-wrap){--code-padding-right:0px!important}[data-fade-overlay]{pointer-events:none;top:calc(var(--spacing)*0);right:calc(var(--spacing)*0);z-index:1;border-top-right-radius:var(--radius-2xl);border-bottom-right-radius:var(--radius-xl);height:44px;width:var(--fade-width,0px);background:linear-gradient(to right,transparent 0px,var(--fade-color-light,var(--background-light))10px,var(--fade-color-light,var(--background-light))25px,var(--fade-color-light,var(--background-light))35px,var(--fade-color-light,var(--background-light))45px);position:absolute}@supports (color:color-mix(in lab, red, red)){[data-fade-overlay]{background:linear-gradient(to right,transparent 0px,color-mix(in srgb,var(--fade-color-light,var(--background-light))20%,transparent)10px,color-mix(in srgb,var(--fade-color-light,var(--background-light))50%,transparent)25px,color-mix(in srgb,var(--fade-color-light,var(--background-light))80%,transparent)35px,var(--fade-color-light,var(--background-light))45px)}}html.dark [data-fade-overlay]{background:linear-gradient(to right,transparent 0px,var(--fade-color-dark,var(--background-dark))10px,var(--fade-color-dark,var(--background-dark))25px,var(--fade-color-dark,var(--background-dark))35px,var(--fade-color-dark,var(--background-dark))45px)}@supports (color:color-mix(in lab, red, red)){html.dark [data-fade-overlay]{background:linear-gradient(to right,transparent 0px,color-mix(in srgb,var(--fade-color-dark,var(--background-dark))20%,transparent)10px,color-mix(in srgb,var(--fade-color-dark,var(--background-dark))50%,transparent)25px,color-mix(in srgb,var(--fade-color-dark,var(--background-dark))80%,transparent)35px,var(--fade-color-dark,var(--background-dark))45px)}}:has([data-floating-buttons])>[data-component-part=code-block-root] pre>code{padding-right:var(--code-padding-right,0px)!important}:has([data-component-part=code-block-header])>[data-component-part=code-block-root] pre>code{padding-right:var(--code-padding-right,48px)!important}[data-component-part=code-block-root] pre>code>span.line-highlight,[data-component-part=code-block-root] pre>code>span.line-diff{min-width:calc(100% + var(--code-padding-right,0px))}html.dark .shiki,html.dark .shiki span{position:relative;color:var(--shiki-dark)!important;font-weight:var(--shiki-dark-font-weight)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;text-decoration:var(--shiki-dark-text-decoration)!important}pre.shiki,html.dark .shiki .line-highlight span{background-color:#0000!important}html.dark .code-block-background{background-color:var(--shiki-dark-bg)!important}.code-block:has(.line-diff) [data-fade-overlay]{background:0 0!important}:is(html.dark,html:not(.dark) .codeblock-dark) pre.shiki>code{z-index:1;width:max-content;min-width:100%;display:block;position:relative}:is(html.dark,html:not(.dark) .codeblock-dark) pre[class^=language-diff-]{padding-inline:calc(var(--spacing)*9);display:flex}:is(html.dark,html:not(.dark) .codeblock-dark) pre[class^=language-diff-]>code{flex:none;min-width:100%}html:not(.dark) .codeblock-light pre.shiki>code{z-index:1;width:max-content;min-width:100%;display:block;position:relative}html:not(.dark) .codeblock-light pre[class^=language-diff-]{padding-inline:calc(var(--spacing)*9);display:flex}html:not(.dark) .codeblock-light pre[class^=language-diff-]>code{flex:none;min-width:100%}:not(pre)>code{border-radius:var(--radius-md);background-color:#f5f5f480}@supports (color:color-mix(in lab, red, red)){:not(pre)>code{background-color:color-mix(in oklab,var(--color-stone-100)50%,transparent)}}:not(pre)>code{padding-inline:calc(var(--spacing)*2);padding-block:calc(var(--spacing)*.5);overflow-wrap:break-word;color:var(--color-stone-600)}:not(pre)>code:is(.dark *){border-color:var(--color-stone-800);background-color:#ffffff0d}@supports (color:color-mix(in lab, red, red)){:not(pre)>code:is(.dark *){background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}:not(pre)>code:is(.dark *){color:var(--color-stone-200)}:not(pre)>code:before,:not(pre)>code:after{content:none!important}.code-block-wrap pre.shiki>code{width:100%!important;padding-right:0!important}.code-block-wrap pre.shiki>code>.line-highlight{padding-right:3rem!important}.code-block-wrap pre.shiki .line span{word-break:break-word;white-space:pre-wrap!important}.has-focused pre.shiki>code .line{filter:blur(.1rem);transition:filter .35s,opacity .35s}.has-focused pre.shiki>code .line:hover,.has-focused pre.shiki:hover>code .line,.has-focused pre.shiki>code .line-focus{filter:blur()}[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight{background:#f0f9f433!important}@supports (color:color-mix(in lab, red, red)){[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight{background:color-mix(in srgb,var(--color-primary-light)20%,transparent)!important}}[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight{z-index:0;width:100%;display:inline-block;position:relative}[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight:before,[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight:after{content:"";width:1rem;position:absolute;top:0;bottom:0;background:#f0f9f433!important}@supports (color:color-mix(in lab, red, red)){[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight:before,[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight:after{background:color-mix(in srgb,var(--color-primary-light)20%,transparent)!important}}[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight:before{border-left:1px solid var(--color-primary-light);left:-1rem}[data-component-part=code-block-root]:not(.has-line-numbers) .line-highlight:after{right:-1rem}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff{z-index:0;width:100%;display:inline-block;position:relative}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff:before{justify-content:center;align-items:center;width:1rem;display:flex;position:absolute;top:0;bottom:0;left:-1rem}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff:after{content:"";width:1rem;position:absolute;top:0;bottom:0;right:-1rem}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff.line-add{background:#22c55e26!important}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff.line-add:before{content:"+";color:#22c55e;border-left:1px solid #22c55ecc;background:#22c55e26!important}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff.line-add:after{background:#22c55e26!important}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff.line-remove{background:#ef444426!important}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff.line-remove:before{content:"-";color:#ef4444;border-left:1px solid #ef4444cc;background:#ef444426!important}[data-component-part=code-block-root]:not(.has-line-numbers) .line-diff.line-remove:after{background:#ef444426!important}.has-line-numbers pre.shiki>code{counter-reset:step;counter-increment:step 0}.has-line-numbers pre.shiki>code>.line:before{content:counter(step);counter-increment:step;text-align:right;-webkit-user-select:none;user-select:none;width:.6rem;margin-right:1.1rem;display:inline-block}.dark :is(){color:var(--shiki-dark)!important}:not(.dark) :is(){color:var(--shiki-light)!important;opacity:.4!important}.has-line-numbers .line-highlight{width:100%;display:inline-block;position:relative}.has-line-numbers .line-highlight:before{display:none}.has-line-numbers .line-highlight:after{content:"";position:absolute;inset:0 -1rem;background:#f0f9f433!important}@supports (color:color-mix(in lab, red, red)){.has-line-numbers .line-highlight:after{background:color-mix(in srgb,var(--color-primary-light)20%,transparent)!important}}.has-line-numbers .line-highlight:after{border-left:1px solid var(--color-primary-light);z-index:-1}.has-line-numbers .line-diff{width:100%;display:inline-block;position:relative}.has-line-numbers .line-diff.line-add:before{content:"+"!important}.has-line-numbers .line-diff.line-remove:before{content:"-"!important}.has-line-numbers .line-diff.line-add:after{content:"";z-index:-1;border-left:1px solid #22c55ecc;position:absolute;inset:0 -1rem;background:#22c55e26!important}.has-line-numbers .line-diff.line-remove:after{content:"";z-index:-1;border-left:1px solid #ef4444cc;position:absolute;inset:0 -1rem;background:#ef444426!important}.nct-inline-flex{z-index:-9999}code[data-symbols=true]{font-family:inherit}@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-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@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-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{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-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@keyframes spin{to{transform:rotate(360deg)}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mintlify/components",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Mintlify open-source UI components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",