@versini/sassysaint 8.96.0 → 8.96.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/dist/chunks/{AboutChangelog.BT8UgmHQ.js → AboutChangelog.5H3s6hXQ.js} +3 -3
  2. package/dist/chunks/{AboutEntry.BJE-bU_N.js → AboutEntry.DXuBTI5j.js} +5 -5
  3. package/dist/chunks/{App.LYDFtAda.js → App.DLUrB4o3.js} +16 -16
  4. package/dist/chunks/{Chart.B095KoRq.js → Chart.DI3FUiHS.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.BknxuERx.js → ChatBubbleAssistant.DWmnAQaK.js} +4 -4
  6. package/dist/chunks/{ChatBubbleUser.BclrVW4B.js → ChatBubbleUser.JLxLbGEM.js} +3 -3
  7. package/dist/chunks/{ChatHistoryTable.CB_X65fc.js → ChatHistoryTable.BRWZcHZc.js} +3 -3
  8. package/dist/chunks/{HistoryEntry.BgHyFwE3.js → HistoryEntry.oGDvXnWV.js} +3 -3
  9. package/dist/chunks/{ProfileEntry.C9QOm9l-.js → ProfileEntry.61BaHgn1.js} +2 -2
  10. package/dist/chunks/{SettingsEntry.CzbiS7Bz.js → SettingsEntry.E4VKXtoi.js} +3 -3
  11. package/dist/chunks/{UsageEntry.CgQaTCNr.js → UsageEntry.XdEYO506.js} +3 -3
  12. package/dist/chunks/{UserMemoriesPanel.DTr5Rx1F.js → UserMemoriesPanel.C7ti4Lwv.js} +4 -4
  13. package/dist/chunks/{index.D9s4cOVM.js → index.C4VZ7mpR.js} +2 -2
  14. package/dist/chunks/{index.BCn9j5ZA.js → index.CLQ0Bsht.js} +1 -1
  15. package/dist/chunks/{index.BwhIOCQB.js → index.CVOBsWzS.js} +1 -1
  16. package/dist/chunks/{index.66Na7pB6.js → index.DSodEAJa.js} +1 -1
  17. package/dist/chunks/{index.CLiPgVbU.js → index.DVqhEqAN.js} +1 -1
  18. package/dist/chunks/{index.B5KZFYb6.js → index.Dqtte2J_.js} +3 -3
  19. package/dist/chunks/{index.CQkhzIBN.js → index.EWH6k6x-.js} +1 -1
  20. package/dist/chunks/{index.BXgW23HY.js → index.GNlaCbH7.js} +1 -1
  21. package/dist/chunks/{index.sJ3tCqwk.js → index.joz2BwFF.js} +7 -5
  22. package/dist/chunks/{useMarkdown.DLS4h-XT.js → useMarkdown.D67s_hlv.js} +6 -6
  23. package/dist/components/SassySaint/SassySaint.js +1 -1
  24. package/dist/index.js +4 -4
  25. package/dist/style.css +1 -1
  26. package/package.json +4 -4
@@ -1,8 +1,8 @@
1
1
  import { jsxs as s, jsx as r } from "react/jsx-runtime";
2
- import { useInViewport as c } from "./index.sJ3tCqwk.js";
2
+ import { useInViewport as c } from "./index.joz2BwFF.js";
3
3
  import { useRef as n, useCallback as f, useLayoutEffect as u } from "react";
4
- import { ButtonScroll as p } from "./App.LYDFtAda.js";
5
- import { useMarkdown as d } from "./useMarkdown.DLS4h-XT.js";
4
+ import { ButtonScroll as p } from "./App.DLUrB4o3.js";
5
+ import { useMarkdown as d } from "./useMarkdown.D67s_hlv.js";
6
6
  const x = ({ content: o }) => {
7
7
  const [l, t] = d(), { ref: i, inViewport: a } = c(), e = n(null), m = f(() => {
8
8
  e.current && e.current.scrollIntoView({
@@ -1,12 +1,12 @@
1
1
  import { jsxs as p, Fragment as n, jsx as e } from "react/jsx-runtime";
2
- import { useUniqueId as d, useServerCapabilities as g, useChangelogs as A, Card as a, renderDataAsList as c, CARDS as r, pluralize as B, isProbablyMobile as E, ABOUT_TITLE as I, L as S, j as f, Button as C } from "./index.sJ3tCqwk.js";
3
- import { Panel as O } from "./App.LYDFtAda.js";
2
+ import { useUniqueId as d, useServerCapabilities as g, useChangelogs as A, Card as a, renderDataAsList as c, CARDS as r, pluralize as B, isProbablyMobile as E, ABOUT_TITLE as I, L as S, j as f, Button as C } from "./index.joz2BwFF.js";
3
+ import { Panel as O } from "./App.DLUrB4o3.js";
4
4
  import U from "clsx";
5
5
  import { Suspense as L, lazy as N } from "react";
6
6
  const k = N(
7
7
  () => import(
8
8
  /* webpackChunkName: "LazyAboutChangelog" */
9
- "./AboutChangelog.BT8UgmHQ.js"
9
+ "./AboutChangelog.5H3s6hXQ.js"
10
10
  )
11
11
  ), v = () => {
12
12
  const i = d(), s = d(), { data: o, isSuccess: m } = g(), { data: h, isSuccess: u } = A(), T = o?.version || "", t = o?.models || [], b = o?.buildTime || "";
@@ -18,8 +18,8 @@ const k = N(
18
18
  className: "prose-dark dark:prose-lighter mb-4",
19
19
  noBorder: !0,
20
20
  children: c(i, {
21
- [r.ABOUT.VERSION]: "8.96.0",
22
- [r.ABOUT.BUILD_TIMESTAMP]: "12/01/2025 09:44 AM EST"
21
+ [r.ABOUT.VERSION]: "8.96.1",
22
+ [r.ABOUT.BUILD_TIMESTAMP]: "12/01/2025 11:45 AM EST"
23
23
  })
24
24
  }
25
25
  ),
@@ -1,5 +1,5 @@
1
1
  import { jsx as p, jsxs as N, Fragment as $e } from "react/jsx-runtime";
2
- import { ACTION_SORT as da, e$1 as gt, ACTION_SEARCH as pa, ACTION_RESET_PROMPT as mo, ACTION_TOGGLE_PROMPT as ho, ChatContext as Ie, LOCAL_STORAGE_PREFIX as Ce, LOCAL_STORAGE_CHAT_ID as jt, n as Ee, useLocalStorage as Oe, isDev as fa, isPWAMode as go, isTauri as _t, useChat as ma, useClickOutside as ha, useInterval as ga, isProbablyiPhone as Pe, useTheme as xe, ButtonIcon as Ae, IconAddLight as va, DEFAULT_ICON_ACTION_SIZE as Re, useUserPreferences as Fe, useHotkeys as Fr, IconCloseLight as ya, IconEditLight as _a, serverUrl as vo, useEntitlements as Br, IconClose as yo, useHaptic as ba, L as Sr, j as at, Button as cn, useSaveChat as wa, LOCAL_STORAGE_PRIVATE_DISCLOSURE as Ia, w as Jt, IconLockedLight as Ea, IconUnlockedLight as Ta, IconSelected as Sa, IconUnSelected as ka, IconNext as Ca, PromptsContext as Vr, IconBookSparklesLight as xa, IconRewrite as Aa, IconProofread as Na, IconMagic as Oa, LOCAL_STORAGE_REASONING_DISCLOSURE as Pa, IconLightBulbLight as Ra, IconSendLight as Ma, INPUT_PLACEHOLDER_TEXT_IN_SESSION as _o, INPUT_PLACEHOLDER_TEXT_MORNING as za, INPUT_PLACEHOLDER_TEXT_TODAY as $a, INPUT_PLACEHOLDER_TEXT_AFTERNOON as Za, INPUT_PLACEHOLDER_TEXT_EVENING as Da, INPUT_PLACEHOLDER_TEXT_NIGHT as La, INPUT_PLACEHOLDER_TEXT_DEFAULT as Ua, PROMPT_EDITABLE_AREA_CLASSNAME as ja, PROMPT_CLASSNAME as Fa, AppContext as Ct, HistoryContext as bo, useChatsHistory as Ba, useUniqueId as Va, j$1 as wo, ERROR_MESSAGE as Ha, o as bt, CLIPBOARD_PROMPT as ln, getHotkeyHandler as Ga, U as Ja, FOOTER_DISCLAIMERS as un, useViewportSize as Wa, useVisualViewportSize as Ya, useResizeObserver as Io, isProbablyiPad as qa, INPUT_BOTTOM_OFFSET_EXTRA as dn, INPUT_BOTTOM_OFFSET_IPHONE as Xa, INPUT_BOTTOM_OFFSET_IPAD as Qa, INPUT_BOTTOM_OFFSET as Eo, APP_SET_FOOTER_HEIGHT as Ka, FOOTER_TOP as kr, FOOTER_BOTTOM as vt, APP_SET_FOOTER_POSITION as dr, getLayoutPaddingClass as Cr, canEvaluateModels as pn, k as ei, IconOpenAI as ti, a as ri, IconAnthropic as ni, i as oi, IconGoogleGemini as si, s as ai, x as ii, p as pr, setNewProvider as fn, TOAST_PROVIDER_CHANGED as mn, useQueryClient as ci, LOG_OUT as hn, IconProfile as li, IconSliders as ui, IconHistory as di, IconEditUser as pi, IconChart as fi, IconInfo as mi, IconBack as hi, IconSettings as gi, n$1 as To, useInViewport as vi, useServerCapabilities as yi, getMessageContaintWrapperClass as _i, UI_FOOTER_BUFFER as So, UI_BUTTON_SCROLL_BUFFER as bi, Logo as wi, isProbablyMobile as Ii, UI_DEFAULT_MAIN_HEIGHT as gn, e as Ei, appReducer as Ti, applyOledMode as Si, APP_SET_OLED_MODE as ki, APP_SET_FULL_SCREEN as Ci, APP_SET_THEME_MODE as xi, APP_SET_THEME_PALETTE as Ai, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Ni, APP_CLASSNAME as Oi, y as vn, v as Pi, LOCAL_STORAGE_SORT as Ri, LOCAL_STORAGE_SEARCH as Mi, LOCAL_STORAGE_OLED_MODE as zi, LOCAL_STORAGE_FULL_SCREEN as $i, LOCAL_STORAGE_SORT_TIMESTAMP as Zi, LOCAL_STORAGE_SORT_TOKEN_USAGE as Di, TOAST_CACHE_ENABLED as Li, TOAST_CACHE_DISABLED as Ui } from "./index.sJ3tCqwk.js";
2
+ import { ACTION_SORT as da, e$1 as gt, ACTION_SEARCH as pa, ACTION_RESET_PROMPT as mo, ACTION_TOGGLE_PROMPT as ho, ChatContext as Ie, LOCAL_STORAGE_PREFIX as Ce, LOCAL_STORAGE_CHAT_ID as jt, n as Ee, useLocalStorage as Oe, isDev as fa, isPWAMode as go, isTauri as _t, useChat as ma, useClickOutside as ha, useInterval as ga, isProbablyiPhone as Pe, useTheme as xe, ButtonIcon as Ae, IconAddLight as va, DEFAULT_ICON_ACTION_SIZE as Re, useUserPreferences as Fe, useHotkeys as Fr, IconCloseLight as ya, IconEditLight as _a, serverUrl as vo, useEntitlements as Br, IconClose as yo, useHaptic as ba, L as Sr, j as at, Button as cn, useSaveChat as wa, LOCAL_STORAGE_PRIVATE_DISCLOSURE as Ia, w as Jt, IconLockedLight as Ea, IconUnlockedLight as Ta, IconSelected as Sa, IconUnSelected as ka, IconNext as Ca, PromptsContext as Vr, IconBookSparklesLight as xa, IconRewrite as Aa, IconProofread as Na, IconMagic as Oa, LOCAL_STORAGE_REASONING_DISCLOSURE as Pa, IconLightBulbLight as Ra, IconSendLight as Ma, INPUT_PLACEHOLDER_TEXT_IN_SESSION as _o, INPUT_PLACEHOLDER_TEXT_MORNING as za, INPUT_PLACEHOLDER_TEXT_TODAY as $a, INPUT_PLACEHOLDER_TEXT_AFTERNOON as Za, INPUT_PLACEHOLDER_TEXT_EVENING as Da, INPUT_PLACEHOLDER_TEXT_NIGHT as La, INPUT_PLACEHOLDER_TEXT_DEFAULT as Ua, PROMPT_EDITABLE_AREA_CLASSNAME as ja, PROMPT_CLASSNAME as Fa, AppContext as Ct, HistoryContext as bo, useChatsHistory as Ba, useUniqueId as Va, j$1 as wo, ERROR_MESSAGE as Ha, o as bt, CLIPBOARD_PROMPT as ln, getHotkeyHandler as Ga, U as Ja, FOOTER_DISCLAIMERS as un, useViewportSize as Wa, useVisualViewportSize as Ya, useResizeObserver as Io, isProbablyiPad as qa, INPUT_BOTTOM_OFFSET_EXTRA as dn, INPUT_BOTTOM_OFFSET_IPHONE as Xa, INPUT_BOTTOM_OFFSET_IPAD as Qa, INPUT_BOTTOM_OFFSET as Eo, APP_SET_FOOTER_HEIGHT as Ka, FOOTER_TOP as kr, FOOTER_BOTTOM as vt, APP_SET_FOOTER_POSITION as dr, getLayoutPaddingClass as Cr, canEvaluateModels as pn, k as ei, IconOpenAI as ti, a as ri, IconAnthropic as ni, i as oi, IconGoogleGemini as si, s as ai, x as ii, p as pr, setNewProvider as fn, TOAST_PROVIDER_CHANGED as mn, useQueryClient as ci, LOG_OUT as hn, IconProfile as li, IconSliders as ui, IconHistory as di, IconEditUser as pi, IconChart as fi, IconInfo as mi, IconBack as hi, IconSettings as gi, n$1 as To, useInViewport as vi, useServerCapabilities as yi, getMessageContaintWrapperClass as _i, UI_FOOTER_BUFFER as So, UI_BUTTON_SCROLL_BUFFER as bi, Logo as wi, isProbablyMobile as Ii, UI_DEFAULT_MAIN_HEIGHT as gn, e as Ei, appReducer as Ti, applyOledMode as Si, APP_SET_OLED_MODE as ki, APP_SET_FULL_SCREEN as Ci, APP_SET_THEME_MODE as xi, APP_SET_THEME_PALETTE as Ai, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Ni, APP_CLASSNAME as Oi, y as vn, v as Pi, LOCAL_STORAGE_SORT as Ri, LOCAL_STORAGE_SEARCH as Mi, LOCAL_STORAGE_OLED_MODE as zi, LOCAL_STORAGE_FULL_SCREEN as $i, LOCAL_STORAGE_SORT_TIMESTAMP as Zi, LOCAL_STORAGE_SORT_TOKEN_USAGE as Di, TOAST_CACHE_ENABLED as Li, TOAST_CACHE_DISABLED as Ui } from "./index.joz2BwFF.js";
3
3
  import ko, { useRef as J, useCallback as X, useSyncExternalStore as fr, useEffect as $, useState as Z, createContext as Hr, useContext as Q, useMemo as he, forwardRef as Qe, useId as Co, useLayoutEffect as Gr, cloneElement as ji, Suspense as Wt, lazy as Me, useReducer as Rt } from "react";
4
4
  import R, { clsx as Ze } from "clsx";
5
5
  import { computePosition as Fi, offset as xo, flip as Ao, shift as No, arrow as Bi, useMergeRefs as Jr, FloatingPortal as xr, FloatingOverlay as Vi, FloatingFocusManager as Ar, useFloating as Oo, useClick as Po, useDismiss as Ro, useRole as Mo, useInteractions as zo, useFloatingParentNodeId as $o, FloatingTree as Hi, useListItem as Zo, useFloatingTree as Do, useFloatingNodeId as Gi, autoUpdate as Ji, useHover as Wi, safePolygon as Yi, useListNavigation as qi, useTypeahead as Xi, FloatingNode as yn, FloatingList as _n } from "@floating-ui/react";
@@ -5714,7 +5714,7 @@ const Fs = async () => (br || (br = import(
5714
5714
  "./index.790ujKXR.js"
5715
5715
  )), br), Bs = async () => (wr || (wr = import(
5716
5716
  /* webpackChunkName: "toast-utilities" */
5717
- "./index.sJ3tCqwk.js"
5717
+ "./index.joz2BwFF.js"
5718
5718
  ).then((e) => e.utilities)), wr), Bf = async () => {
5719
5719
  try {
5720
5720
  await Promise.all([Fs(), Bs()]);
@@ -8362,38 +8362,38 @@ const Vm = [".png", ".jpg", ".jpeg", ".webp"], Hm = [".pdf", ".txt"], Gm = [
8362
8362
  }, Ih = Me(
8363
8363
  () => import(
8364
8364
  /* webpackChunkName: "modal-chunk" */
8365
- "./ProfileEntry.C9QOm9l-.js"
8365
+ "./ProfileEntry.61BaHgn1.js"
8366
8366
  ).then((e) => ({
8367
8367
  default: e.Profile
8368
8368
  }))
8369
8369
  ), Eh = Me(
8370
8370
  () => import(
8371
8371
  /* webpackChunkName: "modal-chunk" */
8372
- "./SettingsEntry.CzbiS7Bz.js"
8372
+ "./SettingsEntry.E4VKXtoi.js"
8373
8373
  ).then((e) => ({
8374
8374
  default: e.SettingsPanel
8375
8375
  }))
8376
8376
  ), Th = Me(
8377
8377
  () => import(
8378
8378
  /* webpackChunkName: "modal-chunk" */
8379
- "./HistoryEntry.BgHyFwE3.js"
8379
+ "./HistoryEntry.oGDvXnWV.js"
8380
8380
  ).then((e) => ({
8381
8381
  default: e.HistoryPanel
8382
8382
  }))
8383
8383
  ), Sh = Me(
8384
8384
  () => import(
8385
8385
  /* webpackChunkName: "modal-chunk" */
8386
- "./AboutEntry.BJE-bU_N.js"
8386
+ "./AboutEntry.DXuBTI5j.js"
8387
8387
  ).then((e) => ({ default: e.About }))
8388
8388
  ), kh = Me(
8389
8389
  () => import(
8390
8390
  /* webpackChunkName: "modal-chunk" */
8391
- "./UsageEntry.CgQaTCNr.js"
8391
+ "./UsageEntry.XdEYO506.js"
8392
8392
  ).then((e) => ({ default: e.Usage }))
8393
8393
  ), Ch = Me(
8394
8394
  () => import(
8395
8395
  /* webpackChunkName: "modal-chunk" */
8396
- "./UserMemoriesPanel.DTr5Rx1F.js"
8396
+ "./UserMemoriesPanel.C7ti4Lwv.js"
8397
8397
  ).then(
8398
8398
  (e) => ({ default: e.default })
8399
8399
  )
@@ -8443,23 +8443,23 @@ const Vm = [".png", ".jpg", ".jpeg", ".webp"], Hm = [".pdf", ".txt"], Gm = [
8443
8443
  f || Promise.all([
8444
8444
  import(
8445
8445
  /* webpackChunkName: "modal-chunk" */
8446
- "./ProfileEntry.C9QOm9l-.js"
8446
+ "./ProfileEntry.61BaHgn1.js"
8447
8447
  ),
8448
8448
  import(
8449
8449
  /* webpackChunkName: "modal-chunk" */
8450
- "./SettingsEntry.CzbiS7Bz.js"
8450
+ "./SettingsEntry.E4VKXtoi.js"
8451
8451
  ),
8452
8452
  import(
8453
8453
  /* webpackChunkName: "modal-chunk" */
8454
- "./HistoryEntry.BgHyFwE3.js"
8454
+ "./HistoryEntry.oGDvXnWV.js"
8455
8455
  ),
8456
8456
  import(
8457
8457
  /* webpackChunkName: "modal-chunk" */
8458
- "./AboutEntry.BJE-bU_N.js"
8458
+ "./AboutEntry.DXuBTI5j.js"
8459
8459
  ),
8460
8460
  import(
8461
8461
  /* webpackChunkName: "modal-chunk" */
8462
- "./UsageEntry.CgQaTCNr.js"
8462
+ "./UsageEntry.XdEYO506.js"
8463
8463
  )
8464
8464
  ]).finally(() => m(!0));
8465
8465
  }, [f]), h = X((M) => {
@@ -8729,18 +8729,18 @@ const po = "av-spinner", ra = ({ spinnerRef: e, mode: t = "system", type: r = "c
8729
8729
  ]
8730
8730
  });
8731
8731
  }, Ph = Me(
8732
- () => import("./index.BwhIOCQB.js").then((e) => ({ default: e.Bubble }))
8732
+ () => import("./index.CVOBsWzS.js").then((e) => ({ default: e.Bubble }))
8733
8733
  ), on = (e) => /* @__PURE__ */ p(Wt, { fallback: /* @__PURE__ */ p("span", { className: "inline-block" }), children: /* @__PURE__ */ p(Ph, { ...e }) });
8734
8734
  on.displayName = "AsyncBubble";
8735
8735
  const fo = 1, Rh = 150, Mh = Me(
8736
8736
  () => import(
8737
8737
  /* webpackChunkName: "LazyMessageAssistant" */
8738
- "./ChatBubbleAssistant.BknxuERx.js"
8738
+ "./ChatBubbleAssistant.DWmnAQaK.js"
8739
8739
  )
8740
8740
  ), zh = Me(
8741
8741
  () => import(
8742
8742
  /* webpackChunkName: "LazyMessageUser" */
8743
- "./ChatBubbleUser.BclrVW4B.js"
8743
+ "./ChatBubbleUser.JLxLbGEM.js"
8744
8744
  )
8745
8745
  ), $h = ko.memo(
8746
8746
  ({
@@ -1,7 +1,7 @@
1
1
  import { jsx as Pp } from "react/jsx-runtime";
2
- import { getDefaultExportFromCjs as dn } from "./App.LYDFtAda.js";
2
+ import { getDefaultExportFromCjs as dn } from "./App.DLUrB4o3.js";
3
3
  import Op, { useMemo as Lp } from "react";
4
- import { TRIMESTERS_SHORT as Ep, TRIMESTERS as on, TIME_RANGES as ls, isProbablyMobile as Ip, TIME_RANGE_LABELS as an } from "./index.sJ3tCqwk.js";
4
+ import { TRIMESTERS_SHORT as Ep, TRIMESTERS as on, TIME_RANGES as ls, isProbablyMobile as Ip, TIME_RANGE_LABELS as an } from "./index.joz2BwFF.js";
5
5
  var hs = { exports: {} }, Dp = hs.exports, nn;
6
6
  function Bp() {
7
7
  return nn || (nn = 1, (function(Ae, pe) {
@@ -1,10 +1,10 @@
1
1
  import { jsx as k } from "react/jsx-runtime";
2
- import { ChatContext as F, AppContext as O, n as P, useUserPreferences as R, convertCamelCaseToReadable as L, numberFormatter as _, pluralize as B } from "./index.sJ3tCqwk.js";
3
- import { BUBBLE_FOOTER_EMPTY as G } from "./index.BwhIOCQB.js";
2
+ import { ChatContext as F, AppContext as O, n as P, useUserPreferences as R, convertCamelCaseToReadable as L, numberFormatter as _, pluralize as B } from "./index.joz2BwFF.js";
3
+ import { BUBBLE_FOOTER_EMPTY as G } from "./index.CVOBsWzS.js";
4
4
  import E from "clsx";
5
5
  import v, { useState as h, useRef as M, useEffect as S, useContext as x } from "react";
6
- import { AsyncBubble as y } from "./App.LYDFtAda.js";
7
- import { useMarkdown as D } from "./useMarkdown.DLS4h-XT.js";
6
+ import { AsyncBubble as y } from "./App.DLUrB4o3.js";
7
+ import { useMarkdown as D } from "./useMarkdown.D67s_hlv.js";
8
8
  const N = 2, q = N * 1e3, A = "", I = (e) => e * (2 - e);
9
9
  function j(e, o = !0) {
10
10
  const [n, C] = h(0), [a, i] = h(0), [c, g] = h(e), t = M(0), s = M(0);
@@ -1,8 +1,8 @@
1
1
  import { jsx as a, Fragment as h, jsxs as S } from "react/jsx-runtime";
2
- import { Button as C } from "./index.sJ3tCqwk.js";
2
+ import { Button as C } from "./index.joz2BwFF.js";
3
3
  import { useState as _, useMemo as m, isValidElement as T, useEffect as b } from "react";
4
- import { AsyncBubble as w } from "./App.LYDFtAda.js";
5
- import { useMarkdown as x } from "./useMarkdown.DLS4h-XT.js";
4
+ import { AsyncBubble as w } from "./App.DLUrB4o3.js";
5
+ import { useMarkdown as x } from "./useMarkdown.D67s_hlv.js";
6
6
  /*!
7
7
  @versini/ui-truncate v5.2.2
8
8
  © 2025 gizmette.com
@@ -1,9 +1,9 @@
1
1
  import { jsxs as c, jsx as e } from "react/jsx-runtime";
2
- import { y as x, v as p, INFINITE_SCROLL_THRESHOLD as E, CARDS as I, pluralize as M, ButtonIcon as i, IconRestore as y, IconStarInCircle as U, IconStarInCircleLight as D, IconDelete as z, numberFormatter as L, isProbablyMobile as _ } from "./index.sJ3tCqwk.js";
3
- import { W as P, j as $, G as m, H as B, M as a, F as f } from "./index.BXgW23HY.js";
2
+ import { y as x, v as p, INFINITE_SCROLL_THRESHOLD as E, CARDS as I, pluralize as M, ButtonIcon as i, IconRestore as y, IconStarInCircle as U, IconStarInCircleLight as D, IconDelete as z, numberFormatter as L, isProbablyMobile as _ } from "./index.joz2BwFF.js";
3
+ import { W as P, j as $, G as m, H as B, M as a, F as f } from "./index.GNlaCbH7.js";
4
4
  import d from "clsx";
5
5
  import { Fragment as W } from "react";
6
- import { ResponsiveTooltip as h } from "./App.LYDFtAda.js";
6
+ import { ResponsiveTooltip as h } from "./App.DLUrB4o3.js";
7
7
  const s = {
8
8
  ROW: "row",
9
9
  TIMESTAMP: x,
@@ -1,12 +1,12 @@
1
1
  import { jsxs as c, Fragment as te, jsx as t } from "react/jsx-runtime";
2
- import { n as P, INFINITE_SCROLL_LIMIT as M, INFINITE_SCROLL_THRESHOLD as ae, HistoryContext as U, ChatContext as re, useLocalStorage as C, LOCAL_STORAGE_PREFIX as S, LOCAL_STORAGE_SORT_TIMESTAMP as se, e$1 as h, LOCAL_STORAGE_SORT_TOKEN_USAGE as oe, LOCAL_STORAGE_SORT as ne, y as b, LOCAL_STORAGE_CHAT_ID as ie, useDeleteChat as ce, useToggleFavoriteChat as le, APP_CLASSNAME as de, TOAST_CHAT_DELETED as he, graphQLRequest as me, SERVICE_TYPES as ue, ACTION_SORT as Ce, v as Se, useChatsHistory as fe, useUserChatStats as ye, LOCAL_STORAGE_SEARCH as Te, LOCAL_STORAGE_FAVORITES_ONLY as pe, HISTORY_TITLE as ge, Card as Ae, TextInput as Ee, debounce as _e, IconSearch as De, Button as z, L as ve, j as Le, ACTION_SEARCH as Oe } from "./index.sJ3tCqwk.js";
3
- import { useAiChat as ke, ConfirmationPanel as Re, LazyToastContainerWrapper as be, showErrorToast as Ie, v4 as He, CHAT_RESET as xe, CHAT_SET_ATTACHMENTS as Ne, CHAT_SET_STATUS as we, Panel as Fe, Toggle as Ge } from "./App.LYDFtAda.js";
2
+ import { n as P, INFINITE_SCROLL_LIMIT as M, INFINITE_SCROLL_THRESHOLD as ae, HistoryContext as U, ChatContext as re, useLocalStorage as C, LOCAL_STORAGE_PREFIX as S, LOCAL_STORAGE_SORT_TIMESTAMP as se, e$1 as h, LOCAL_STORAGE_SORT_TOKEN_USAGE as oe, LOCAL_STORAGE_SORT as ne, y as b, LOCAL_STORAGE_CHAT_ID as ie, useDeleteChat as ce, useToggleFavoriteChat as le, APP_CLASSNAME as de, TOAST_CHAT_DELETED as he, graphQLRequest as me, SERVICE_TYPES as ue, ACTION_SORT as Ce, v as Se, useChatsHistory as fe, useUserChatStats as ye, LOCAL_STORAGE_SEARCH as Te, LOCAL_STORAGE_FAVORITES_ONLY as pe, HISTORY_TITLE as ge, Card as Ae, TextInput as Ee, debounce as _e, IconSearch as De, Button as z, L as ve, j as Le, ACTION_SEARCH as Oe } from "./index.joz2BwFF.js";
3
+ import { useAiChat as ke, ConfirmationPanel as Re, LazyToastContainerWrapper as be, showErrorToast as Ie, v4 as He, CHAT_RESET as xe, CHAT_SET_ATTACHMENTS as Ne, CHAT_SET_STATUS as we, Panel as Fe, Toggle as Ge } from "./App.DLUrB4o3.js";
4
4
  import Me from "clsx";
5
5
  import { useRef as x, useState as N, useContext as w, useCallback as V, Suspense as ze, lazy as Ve, useEffect as Pe } from "react";
6
6
  const Ue = Ve(
7
7
  () => import(
8
8
  /* webpackChunkName: "history-table" */
9
- "./ChatHistoryTable.CB_X65fc.js"
9
+ "./ChatHistoryTable.BRWZcHZc.js"
10
10
  ).then((m) => ({ default: m.ChatHistoryTable }))
11
11
  ), Be = ({
12
12
  filteredHistory: m,
@@ -1,6 +1,6 @@
1
1
  import { jsxs as l, Fragment as K, jsx as e } from "react/jsx-runtime";
2
- import { n as O, useUniqueId as W, useUserPreferences as Y, useServerCapabilities as $, p as V, setUserPlan as q, Card as d, renderDataAsList as J, CARDS as n, L as h, j as i, Button as L, st as Q, isTauri as X, ButtonIcon as Z, IconPasskey as k, PROFILE_TITLE as ee } from "./index.sJ3tCqwk.js";
3
- import { preloadToast as ae, showSuccessToast as se, showErrorToast as ne, ConfirmationPanel as re, LazyToastContainerWrapper as le, Panel as te } from "./App.LYDFtAda.js";
2
+ import { n as O, useUniqueId as W, useUserPreferences as Y, useServerCapabilities as $, p as V, setUserPlan as q, Card as d, renderDataAsList as J, CARDS as n, L as h, j as i, Button as L, st as Q, isTauri as X, ButtonIcon as Z, IconPasskey as k, PROFILE_TITLE as ee } from "./index.joz2BwFF.js";
3
+ import { preloadToast as ae, showSuccessToast as se, showErrorToast as ne, ConfirmationPanel as re, LazyToastContainerWrapper as le, Panel as te } from "./App.DLUrB4o3.js";
4
4
  import ie from "clsx";
5
5
  import { useState as m, useMemo as oe, useCallback as P } from "react";
6
6
  const ce = () => {
@@ -1,7 +1,7 @@
1
1
  import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
- import { n as je, useEntitlements as Ve, AppContext as Fe, useUserPreferences as We, w as ie, useLocalStorage as de, LOCAL_STORAGE_OLED_MODE as $e, LOCAL_STORAGE_FULL_SCREEN as ze, e as ue, canEvaluateModels as He, W as Ye, getCacheInfo as qe, isServiceWorkerEnabled as Ke, SETTINGS_TITLE as Qe, Card as f, CARDS as r, V as Je, Button as v, PROMPTS_DESCRIPTION as Xe, K as me, L as Ze, j as he, applyOledMode as fe, APP_SET_OLED_MODE as Ee, APP_SET_FULL_SCREEN as Se, getCurrentGeoLocation as et, graphQLRequest as pe, handleServiceWorkerToggle as tt, SERVICE_TYPES as ge } from "./index.sJ3tCqwk.js";
3
- import { useCapability as Te, Panel as ot, Toggle as l } from "./App.LYDFtAda.js";
4
- import { TextArea as Ne } from "./index.66Na7pB6.js";
2
+ import { n as je, useEntitlements as Ve, AppContext as Fe, useUserPreferences as We, w as ie, useLocalStorage as de, LOCAL_STORAGE_OLED_MODE as $e, LOCAL_STORAGE_FULL_SCREEN as ze, e as ue, canEvaluateModels as He, W as Ye, getCacheInfo as qe, isServiceWorkerEnabled as Ke, SETTINGS_TITLE as Qe, Card as f, CARDS as r, V as Je, Button as v, PROMPTS_DESCRIPTION as Xe, K as me, L as Ze, j as he, applyOledMode as fe, APP_SET_OLED_MODE as Ee, APP_SET_FULL_SCREEN as Se, getCurrentGeoLocation as et, graphQLRequest as pe, handleServiceWorkerToggle as tt, SERVICE_TYPES as ge } from "./index.joz2BwFF.js";
3
+ import { useCapability as Te, Panel as ot, Toggle as l } from "./App.DLUrB4o3.js";
4
+ import { TextArea as Ne } from "./index.DSodEAJa.js";
5
5
  import { useContext as st, useState as s, useMemo as at, useCallback as nt, useEffect as be } from "react";
6
6
  const ut = ({
7
7
  open: Ce,
@@ -1,6 +1,6 @@
1
1
  import { jsxs as d, jsx as t } from "react/jsx-runtime";
2
- import { n as X, useUniqueId as Z, useUserChatStats as J, useLocalStorage as M, LOCAL_STORAGE_PREFIX as N, LOCAL_STORAGE_USAGE_VIEW_MODE as Q, LOCAL_STORAGE_USAGE_TIME_RANGE as $, TIME_RANGES as e, LOCAL_STORAGE_USAGE_SELECTED_MONTH as ee, useChatsUsage as te, USAGE_TITLE as ne, Card as Y, CARDS as T, L as A, j as c, TIME_RANGE_LABELS as k, MONTHS as g, ButtonIcon as E, IconChart as re, IconSelected as H, IconUnSelected as P, IconPrevious as le, IconNext as se, renderDataAsList as ae, Button as ie, pluralize as D } from "./index.sJ3tCqwk.js";
3
- import { Panel as oe, Menu as b, MenuGroupLabel as ce, MenuItem as x } from "./App.LYDFtAda.js";
2
+ import { n as X, useUniqueId as Z, useUserChatStats as J, useLocalStorage as M, LOCAL_STORAGE_PREFIX as N, LOCAL_STORAGE_USAGE_VIEW_MODE as Q, LOCAL_STORAGE_USAGE_TIME_RANGE as $, TIME_RANGES as e, LOCAL_STORAGE_USAGE_SELECTED_MONTH as ee, useChatsUsage as te, USAGE_TITLE as ne, Card as Y, CARDS as T, L as A, j as c, TIME_RANGE_LABELS as k, MONTHS as g, ButtonIcon as E, IconChart as re, IconSelected as H, IconUnSelected as P, IconPrevious as le, IconNext as se, renderDataAsList as ae, Button as ie, pluralize as D } from "./index.joz2BwFF.js";
3
+ import { Panel as oe, Menu as b, MenuGroupLabel as ce, MenuItem as x } from "./App.DLUrB4o3.js";
4
4
  import { useState as G, Suspense as de, lazy as Te } from "react";
5
5
  const a = [0, 3, 6, 9], s = {
6
6
  TOKEN: "token",
@@ -14,7 +14,7 @@ const a = [0, 3, 6, 9], s = {
14
14
  ], ue = Te(
15
15
  () => import(
16
16
  /* webpackChunkName: "chart-highcharts" */
17
- "./Chart.B095KoRq.js"
17
+ "./Chart.DI3FUiHS.js"
18
18
  )
19
19
  ), me = ({
20
20
  open: U,
@@ -1,10 +1,10 @@
1
1
  import { jsx as e, jsxs as r, Fragment as L } from "react/jsx-runtime";
2
- import { L as E, j as f, Button as b, n as ke, useLocalStorage as Q, LOCAL_STORAGE_PREFIX as Z, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as we, e$1 as l, LOCAL_STORAGE_SORT_MEMORY_COLUMN as Te, useUserMemories as Se, useExpiredMemories as ve, useDeleteMemory as De, useDeleteAllActiveMemories as be, useDeleteAllExpiredMemories as Me, useUpdateMemory as Ee, useRestoreMemory as Re, ButtonIcon as O, IconEdit as Ie, IconDelete as ee, IconRestore as Le } from "./index.sJ3tCqwk.js";
3
- import { Panel as se, Toggle as _, ConfirmationPanel as te, ResponsiveTooltip as z } from "./App.LYDFtAda.js";
4
- import { W as re, j as ie, G as D, M as s, F as B, H as oe, D as ne } from "./index.BXgW23HY.js";
2
+ import { L as E, j as f, Button as b, n as ke, useLocalStorage as Q, LOCAL_STORAGE_PREFIX as Z, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as we, e$1 as l, LOCAL_STORAGE_SORT_MEMORY_COLUMN as Te, useUserMemories as Se, useExpiredMemories as ve, useDeleteMemory as De, useDeleteAllActiveMemories as be, useDeleteAllExpiredMemories as Me, useUpdateMemory as Ee, useRestoreMemory as Re, ButtonIcon as O, IconEdit as Ie, IconDelete as ee, IconRestore as Le } from "./index.joz2BwFF.js";
3
+ import { Panel as se, Toggle as _, ConfirmationPanel as te, ResponsiveTooltip as z } from "./App.DLUrB4o3.js";
4
+ import { W as re, j as ie, G as D, M as s, F as B, H as oe, D as ne } from "./index.GNlaCbH7.js";
5
5
  import A from "clsx";
6
6
  import { useState as y, useEffect as Oe, useRef as le } from "react";
7
- import { TextArea as _e } from "./index.66Na7pB6.js";
7
+ import { TextArea as _e } from "./index.DSodEAJa.js";
8
8
  const ze = ({
9
9
  open: C,
10
10
  onOpenChange: M,
@@ -1,5 +1,5 @@
1
- import { find as Aa, parse as Ft, parse$1 as Ht, normalize as Pt, html as Ta, svg as Ba, visitParents as Na, SKIP as Da } from "./useMarkdown.DLS4h-XT.js";
2
- import { toText as Ca } from "./index.CQkhzIBN.js";
1
+ import { find as Aa, parse as Ft, parse$1 as Ht, normalize as Pt, html as Ta, svg as Ba, visitParents as Na, SKIP as Da } from "./useMarkdown.D67s_hlv.js";
2
+ import { toText as Ca } from "./index.EWH6k6x-.js";
3
3
  const Gt = /[#.]/g;
4
4
  function qa(r, e) {
5
5
  const t = r || "", a = {};
@@ -1,4 +1,4 @@
1
- import { convert as se, visitParents as Me, unicodeWhitespace as I, unicodePunctuation as N, normalizeIdentifier as _, classifyCharacter as W, visit as _e, toString as ce, EXIT as Oe, asciiAlphanumeric as Z, asciiAlpha as P, markdownLineEndingOrSpace as A, asciiControl as je, blankLine as Be, factorySpace as S, splice as q, resolveAll as We, markdownLineEnding as R, markdownSpace as T, combineExtensions as $e } from "./useMarkdown.DLS4h-XT.js";
1
+ import { convert as se, visitParents as Me, unicodeWhitespace as I, unicodePunctuation as N, normalizeIdentifier as _, classifyCharacter as W, visit as _e, toString as ce, EXIT as Oe, asciiAlphanumeric as Z, asciiAlpha as P, markdownLineEndingOrSpace as A, asciiControl as je, blankLine as Be, factorySpace as S, splice as q, resolveAll as We, markdownLineEnding as R, markdownSpace as T, combineExtensions as $e } from "./useMarkdown.D67s_hlv.js";
2
2
  import { longestStreak as qe } from "./index.Cyw5OC0t.js";
3
3
  function ne(e, n) {
4
4
  const t = String(e);
@@ -1,5 +1,5 @@
1
1
  import { jsxs as h, jsx as l } from "react/jsx-runtime";
2
- import { ButtonIcon as E, IconCopied as C, IconCopy as I } from "./index.sJ3tCqwk.js";
2
+ import { ButtonIcon as E, IconCopied as C, IconCopy as I } from "./index.joz2BwFF.js";
3
3
  import { useState as N, useEffect as $ } from "react";
4
4
  import t from "clsx";
5
5
  /*!
@@ -1,5 +1,5 @@
1
1
  import { jsxs as oe, jsx as h } from "react/jsx-runtime";
2
- import { useMergeRefs as ce, useResizeObserver as W, useUniqueId as ne, useUncontrolled as le, LiveRegion as ie } from "./index.sJ3tCqwk.js";
2
+ import { useMergeRefs as ce, useResizeObserver as W, useUniqueId as ne, useUncontrolled as le, LiveRegion as ie } from "./index.joz2BwFF.js";
3
3
  import ue, { useRef as k, useState as I, useLayoutEffect as R } from "react";
4
4
  import o from "clsx";
5
5
  /*!
@@ -1,4 +1,4 @@
1
- import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.DLS4h-XT.js";
1
+ import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.D67s_hlv.js";
2
2
  import { longestStreak as q } from "./index.Cyw5OC0t.js";
3
3
  function b() {
4
4
  return {
@@ -1,6 +1,6 @@
1
- import { getDefaultExportFromCjs as kn } from "./App.LYDFtAda.js";
2
- import { visit as In } from "./useMarkdown.DLS4h-XT.js";
3
- import { toText as Cn } from "./index.CQkhzIBN.js";
1
+ import { getDefaultExportFromCjs as kn } from "./App.DLUrB4o3.js";
2
+ import { visit as In } from "./useMarkdown.D67s_hlv.js";
3
+ import { toText as Cn } from "./index.EWH6k6x-.js";
4
4
  function xn(e) {
5
5
  const t = e.regex, i = e.COMMENT("//", "$", { contains: [{ begin: /\\\n/ }] }), a = "decltype\\(auto\\)", r = "[a-zA-Z_]\\w*::", d = "(?!struct)(" + a + "|" + t.optional(r) + "[a-zA-Z_]\\w*" + t.optional("<[^<>]+>") + ")", c = {
6
6
  className: "type",
@@ -1,4 +1,4 @@
1
- import { convert as E, convertElement as u } from "./useMarkdown.DLS4h-XT.js";
1
+ import { convert as E, convertElement as u } from "./useMarkdown.D67s_hlv.js";
2
2
  const f = (
3
3
  // Note: overloads like this are needed to support optional generics.
4
4
  /**
@@ -1,5 +1,5 @@
1
1
  import { jsx as l, jsxs as y } from "react/jsx-runtime";
2
- import { ButtonSort_private as f, e$1 as k } from "./index.sJ3tCqwk.js";
2
+ import { ButtonSort_private as f, e$1 as k } from "./index.joz2BwFF.js";
3
3
  import o from "clsx";
4
4
  import v, { useContext as b } from "react";
5
5
  /*!
@@ -7713,10 +7713,12 @@ const ic = "ASK! ME! ANYTHING!", oc = "Log in with a password", cc = "Log in wit
7713
7713
  dispatch: () => {
7714
7714
  }
7715
7715
  }), wc = (e) => {
7716
- const t = document.documentElement;
7717
- Array.from(t.style).filter((r) => r.startsWith("--av-")).forEach((r) => t.style.removeProperty(r)), e && Object.entries(e).forEach(([r, s]) => {
7718
- t.style.setProperty(r, s);
7719
- });
7716
+ if (e && Object.keys(e).length > 0) {
7717
+ const t = document.documentElement;
7718
+ Array.from(t.style).filter((r) => r.startsWith("--av-")).forEach((r) => t.style.removeProperty(r)), Object.entries(e).forEach(([r, s]) => {
7719
+ t.style.setProperty(r, s);
7720
+ });
7721
+ }
7720
7722
  }, Sc = () => {
7721
7723
  const {
7722
7724
  state: { oledMode: e, themePalette: t }
@@ -7877,7 +7879,7 @@ const ic = "ASK! ME! ANYTHING!", oc = "Log in with a password", cc = "Log in wit
7877
7879
  ] });
7878
7880
  }, Tc = new URL(document.location.href).searchParams, Br = !!Tc.get("debug") || !1, Ic = nn(() => import(
7879
7881
  /* webpackChunkName: "LazyApp" */
7880
- "./App.LYDFtAda.js"
7882
+ "./App.DLUrB4o3.js"
7881
7883
  ).then((e) => e.App)), _c = new Dn(), Kr = ({
7882
7884
  isComponent: e,
7883
7885
  headerHeight: t
@@ -1,7 +1,7 @@
1
1
  import { jsx as Le, jsxs as Rt, Fragment as Tr } from "react/jsx-runtime";
2
- import { isTauri as Lr, ButtonCopy as zr, unObfuscate as _r, obfuscate as Mr } from "./index.sJ3tCqwk.js";
2
+ import { isTauri as Lr, ButtonCopy as zr, unObfuscate as _r, obfuscate as Mr } from "./index.joz2BwFF.js";
3
3
  import { useCallback as Dt, useRef as Rn, useState as Nr, useEffect as vr } from "react";
4
- import { getDefaultExportFromCjs as Ot } from "./App.LYDFtAda.js";
4
+ import { getDefaultExportFromCjs as Ot } from "./App.DLUrB4o3.js";
5
5
  const Ft = -1, ee = 0, $n = 1, ne = 2, ze = 3, _e = 4, Me = 5, Ne = 6, Bt = 7, Ut = 8, Qe = typeof self == "object" ? self : globalThis, Rr = (n, e) => {
6
6
  const t = (i, l) => (n.set(l, i), i), r = (i) => {
7
7
  if (n.has(i))
@@ -7137,7 +7137,7 @@ class Bu {
7137
7137
  if (!this.remarkGfm) {
7138
7138
  const { default: e } = await import(
7139
7139
  /* webpackChunkName: "md-remark" */
7140
- "./index.BCn9j5ZA.js"
7140
+ "./index.CLQ0Bsht.js"
7141
7141
  );
7142
7142
  this.remarkGfm = e;
7143
7143
  }
@@ -7148,7 +7148,7 @@ class Bu {
7148
7148
  Vu("https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css");
7149
7149
  const { default: e } = await import(
7150
7150
  /* webpackChunkName: "md-rehype-katex" */
7151
- "./index.D9s4cOVM.js"
7151
+ "./index.C4VZ7mpR.js"
7152
7152
  );
7153
7153
  this.rehypeKatex = e;
7154
7154
  }
@@ -7158,7 +7158,7 @@ class Bu {
7158
7158
  if (!this.remarkMath) {
7159
7159
  const { default: e } = await import(
7160
7160
  /* webpackChunkName: "md-remark" */
7161
- "./index.CLiPgVbU.js"
7161
+ "./index.DVqhEqAN.js"
7162
7162
  );
7163
7163
  this.remarkMath = e;
7164
7164
  }
@@ -7168,7 +7168,7 @@ class Bu {
7168
7168
  if (!this.rehypeHighlight) {
7169
7169
  const { default: e } = await import(
7170
7170
  /* webpackChunkName: "md-rehype-highlight" */
7171
- "./index.B5KZFYb6.js"
7171
+ "./index.Dqtte2J_.js"
7172
7172
  );
7173
7173
  this.rehypeHighlight = e;
7174
7174
  }
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { SassySaint as a } from "../../chunks/index.sJ3tCqwk.js";
2
+ import { SassySaint as a } from "../../chunks/index.joz2BwFF.js";
3
3
  export {
4
4
  a as SassySaint
5
5
  };
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
- import { SassySaint as r } from "./chunks/index.sJ3tCqwk.js";
1
+ import { SassySaint as r } from "./chunks/index.joz2BwFF.js";
2
2
  /*!
3
- @sassysaint/client v8.96.0
3
+ @sassysaint/client v8.96.1
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
8
- version: "8.96.0",
9
- buildTime: "12/01/2025 09:44 AM EST",
8
+ version: "8.96.1",
9
+ buildTime: "12/01/2025 11:45 AM EST",
10
10
  license: "MIT"
11
11
  });
12
12
  } catch {
package/dist/style.css CHANGED
@@ -5,7 +5,7 @@
5
5
  Maintainer: @highlightjs/core-team
6
6
  Version: 2021.09.0
7
7
  https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/base16/tomorrow-night.min.css
8
- */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--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-outline-style:solid}}}@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-500:oklch(63.7% .237 25.331);--color-red-700:oklch(50.5% .213 27.518);--color-green-500:oklch(72.3% .219 149.579);--color-green-800:oklch(44.8% .119 151.328);--color-emerald-400:oklch(76.5% .177 163.223);--color-slate-50:oklch(98.4% .003 247.858);--color-slate-200:oklch(92.9% .013 255.508);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-400:oklch(70.4% .04 256.788);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-700:oklch(37.2% .044 257.287);--color-slate-800:oklch(27.9% .041 260.031);--color-slate-900:oklch(20.8% .042 265.755);--color-gray-400:oklch(70.7% .022 261.325);--color-neutral-400:oklch(70.8% 0 0);--color-neutral-700:oklch(37.1% 0 0);--color-black:#000;--color-white:#fff;--spacing:.25rem;--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: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-md:.375rem;--ease-in-out:cubic-bezier(.4,0,.2,1);--blur-lg:16px;--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)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.\@container\/editmemoriespanel{container:editmemoriespanel/inline-size}.\@container\/optimizations{container:optimizations/inline-size}.\@container{container-type:inline-size}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.top-2{top:calc(var(--spacing)*2)}.av-text-area__control--right{right:18px}.right-2{right:calc(var(--spacing)*2)}.right-4{right:calc(var(--spacing)*4)}.bottom-\(--sassy-bottom\){bottom:var(--sassy-bottom)}.av-text-area__control--left{left:18px}.left-1\/2{left:50%}.isolate{isolation:isolate}.z-10{z-index:10}.z-20{z-index:20}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-7{order:7}.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}}.prose{color:var(--tw-prose-body);max-width:inherit}.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:"“""”""‘""’";border-left-width:6px;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:1.75em;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:1em;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-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;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:2rem;margin-bottom:2rem;padding-inline-start:1.14286em;font-size:.875rem;font-weight:400;line-height:1.25rem;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;font-size:1rem}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0;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 :where(h1,h2,h3,h4,h5,h6):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Open Sans,ui-sans-serif,system-ui,sans-serif;font-weight:400}.prose :where(.av-header h1,.av-header h2,.av-header h3,.av-header h4,.av-header h5,.av-header h6):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(.av-header p):not(:where([class~=not-prose],[class~=not-prose] *)){margin:0}.prose :where(blockquote p):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Georgia,Cambria,Times New Roman,Times,serif}.prose :where(li>p,ul>p,ol>p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li>ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;padding-inline-start:0}.m-0{margin:calc(var(--spacing)*0)}.mx-1{margin-inline:calc(var(--spacing)*1)}.my-0{margin-block:calc(var(--spacing)*0)}.my-1{margin-block:calc(var(--spacing)*1)}.my-2{margin-block:calc(var(--spacing)*2)}.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-0{margin-top:calc(var(--spacing)*0)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.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-7{margin-top:calc(var(--spacing)*7)}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-3{margin-right:calc(var(--spacing)*3)}.mr-4{margin-right:calc(var(--spacing)*4)}.mb-0{margin-bottom:calc(var(--spacing)*0)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-auto{margin-left:auto}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.size-3{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.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-7{width:calc(var(--spacing)*7);height:calc(var(--spacing)*7)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.h-6{height:calc(var(--spacing)*6)}.h-8{height:calc(var(--spacing)*8)}.h-auto{height:auto}.h-full{height:100%}.max-h-60{max-height:calc(var(--spacing)*60)}.max-h-\[65vh\]{max-height:65vh}.max-h-\[75vh\]{max-height:75vh}.min-h-60{min-height:calc(var(--spacing)*60)}.min-h-\[60vh\]{min-height:60vh}.min-h-\[70vh\]{min-height:70vh}.min-h-\[170px\]{min-height:170px}.min-h-\[334px\]{min-height:334px}.min-h-\[578px\]{min-height:578px}.w-8{width:calc(var(--spacing)*8)}.w-\[95cqw\]{width:95cqw}.w-full{width:100%}.max-w-20{max-width:calc(var(--spacing)*20)}.max-w-\[99cqw\]{max-width:99cqw}.max-w-\[100px\]{max-width:100px}.max-w-\[150px\]{max-width:150px}.max-w-xs{max-width:20rem}.min-w-28{min-width:calc(var(--spacing)*28)}.flex-1{flex:1}.basis-1\/4{flex-basis:25%}.av-text-input-wrapper label[aria-hidden=true]{transform-origin:0 0;transition:var(--av-text-input-wrapper-transition,all .2s ease-out);transform:translate(12px)scale(1)}.av-text-area-helper-text{transform:translate(12px,var(--av-text-area-helper-text,32px))scale(.75);transform-origin:0 0}.av-text-input-helper-text{transform:translate(12px,var(--av-text-input-helper-text,38px))scale(.75);transform-origin:0 0}.av-text-area-wrapper label[aria-hidden=true]{transform-origin:0 0;transition:var(--av-text-area-wrapper-transition,all .2s ease-out)}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.av-spinner__dot{animation:1s infinite blink}.av-spinner__dot:nth-child(2){animation-delay:.25s}.av-spinner__dot:nth-child(3){animation-delay:.5s}.resize{resize:both}.resize-none{resize:none}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:calc(var(--spacing)*1)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-md{border-radius:var(--radius-md)}.rounded-t-md{border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md)}.rounded-b-md{border-bottom-right-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-b-16{border-bottom-style:var(--tw-border-style);border-bottom-width:16px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-border-accent{border-color:var(--av-border-accent,oklch(76.99% .024 153.327))}.border-neutral-700{border-color:var(--color-neutral-700)}.border-slate-700\/50{border-color:#31415880}@supports (color:color-mix(in lab,red,red)){.border-slate-700\/50{border-color:color-mix(in oklab,var(--color-slate-700)50%,transparent)}}.border-table-light{border-color:var(--av-table-light,oklch(96.7% .003 264.542))}.border-transparent{border-color:#0000}.border-white{border-color:var(--color-white)}.border-white\/20{border-color:#fff3}@supports (color:color-mix(in lab,red,red)){.border-white\/20{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.bg-slate-500\/60{background-color:#62748e99}@supports (color:color-mix(in lab,red,red)){.bg-slate-500\/60{background-color:color-mix(in oklab,var(--color-slate-500)60%,transparent)}}.bg-slate-700{background-color:var(--color-slate-700)}.bg-slate-700\/50{background-color:#31415880}@supports (color:color-mix(in lab,red,red)){.bg-slate-700\/50{background-color:color-mix(in oklab,var(--color-slate-700)50%,transparent)}}.bg-slate-800\/50{background-color:#1d293d80}@supports (color:color-mix(in lab,red,red)){.bg-slate-800\/50{background-color:color-mix(in oklab,var(--color-slate-800)50%,transparent)}}.bg-slate-900{background-color:var(--color-slate-900)}.bg-slate-900\/95{background-color:#0f172bf2}@supports (color:color-mix(in lab,red,red)){.bg-slate-900\/95{background-color:color-mix(in oklab,var(--color-slate-900)95%,transparent)}}.bg-surface-darker{background-color:var(--av-surface-darker,oklch(20.8% .042 265.755))}.fill-\[\#7A9BC4\]{fill:#7a9bc4}.fill-\[\#86D0AC\]{fill:#86d0ac}.fill-\[\#87BBA2\]{fill:#87bba2}.fill-\[\#91BBED\]{fill:#91bbed}.fill-\[\#A8B5D4\]{fill:#a8b5d4}.fill-\[\#B3C5F0\]{fill:#b3c5f0}.fill-\[\#B8A4D5\]{fill:#b8a4d5}.fill-\[\#B89FDC\]{fill:#b89fdc}.fill-\[\#D4B896\]{fill:#d4b896}.fill-\[\#D7B286\]{fill:#d7b286}.fill-\[\#DA8787\]{fill:#da8787}.fill-copy-light{fill:var(--av-copy-light,oklch(92.9% .013 255.508))}.fill-copy-medium{fill:var(--av-copy-medium,oklch(70.4% .04 256.788))}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-4{padding-inline:calc(var(--spacing)*4)}.py-1{padding-block:calc(var(--spacing)*1)}.py-2{padding-block:calc(var(--spacing)*2)}.py-4{padding-block:calc(var(--spacing)*4)}.ps-0{padding-inline-start:calc(var(--spacing)*0)}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-7{padding-top:calc(var(--spacing)*7)}.pt-10{padding-top:calc(var(--spacing)*10)}.pt-20{padding-top:calc(var(--spacing)*20)}.pr-0\.5{padding-right:calc(var(--spacing)*.5)}.pr-2{padding-right:calc(var(--spacing)*2)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-8{padding-bottom:calc(var(--spacing)*8)}.pb-10{padding-bottom:calc(var(--spacing)*10)}.pl-1{padding-left:calc(var(--spacing)*1)}.pl-3{padding-left:calc(var(--spacing)*3)}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.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-10{--tw-leading:calc(var(--spacing)*10);line-height:calc(var(--spacing)*10)}.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)}.text-ellipsis{text-overflow:ellipsis}.prose-dark{--tw-prose-body:oklch(27.9% .041 260.031);--tw-prose-headings:oklch(20.8% .042 265.755);--tw-prose-lead:oklch(37.2% .044 257.287);--tw-prose-links:oklch(20.8% .042 265.755);--tw-prose-bold:oklch(20.8% .042 265.755);--tw-prose-counters:oklch(44.6% .043 257.281);--tw-prose-bullets:oklch(20.8% .042 265.755);--tw-prose-hr:oklch(86.9% .022 252.894);--tw-prose-quotes:oklch(20.8% .042 265.755);--tw-prose-quote-borders:oklch(86.9% .022 252.894);--tw-prose-captions:oklch(37.2% .044 257.287);--tw-prose-code:oklch(20.8% .042 265.755);--tw-prose-pre-code:#fff;--tw-prose-pre-bg:oklch(20.8% .042 265.755);--tw-prose-kbd:oklch(27.9% .041 260.031)}.prose-dark :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){color:#0f172b}.prose-light{--tw-prose-body:oklch(92.9% .013 255.508);--tw-prose-headings:oklch(70.4% .04 256.788);--tw-prose-lead:oklch(92.9% .013 255.508);--tw-prose-links:oklch(92.9% .013 255.508);--tw-prose-bold:oklch(92.9% .013 255.508);--tw-prose-counters:oklch(70.4% .04 256.788);--tw-prose-bullets:oklch(70.4% .04 256.788);--tw-prose-hr:oklch(70.4% .04 256.788);--tw-prose-quotes:oklch(92.9% .013 255.508);--tw-prose-quote-borders:oklch(92.9% .013 255.508);--tw-prose-captions:oklch(92.9% .013 255.508);--tw-prose-code:oklch(92.9% .013 255.508);--tw-prose-pre-code:#fff;--tw-prose-pre-bg:oklch(55.4% .046 257.417);--tw-prose-kbd:oklch(92.9% .013 255.508)}.prose-light :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){color:#e2e8f0}.prose-lighter{--tw-prose-body:#fff;--tw-prose-headings:oklch(92.9% .013 255.508);--tw-prose-lead:#fff;--tw-prose-links:#fff;--tw-prose-bold:#fff;--tw-prose-counters:oklch(92.9% .013 255.508);--tw-prose-bullets:oklch(92.9% .013 255.508);--tw-prose-hr:oklch(92.9% .013 255.508);--tw-prose-quotes:#fff;--tw-prose-quote-borders:#fff;--tw-prose-captions:#fff;--tw-prose-code:#fff;--tw-prose-pre-code:#fff;--tw-prose-pre-bg:oklch(20.8% .042 265.755);--tw-prose-kbd:#fff}.prose-lighter :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){color:#fff}.text-copy-dark{color:var(--av-copy-dark,oklch(20.8% .042 265.755))}.text-copy-error-light{color:var(--av-copy-error-light,oklch(63.7% .237 25.331))}.text-copy-light,.text-copy-light\/70{color:var(--av-copy-light,oklch(92.9% .013 255.508))}@supports (color:color-mix(in lab,red,red)){.text-copy-light\/70{color:color-mix(in oklab,var(--av-copy-light,oklch(92.9% .013 255.508))70%,transparent)}}.text-copy-lighter{color:var(--av-copy-lighter,oklch(100% 0 0))}.text-copy-medium{color:var(--av-copy-medium,oklch(70.4% .04 256.788))}.text-emerald-400{color:var(--color-emerald-400)}.text-gray-400{color:var(--color-gray-400)}.text-green-800{color:var(--color-green-800)}.text-inherit{color:inherit}.text-red-500{color:var(--color-red-500)}.text-red-700{color:var(--color-red-700)}.text-slate-200{color:var(--color-slate-200)}.text-slate-300{color:var(--color-slate-300)}.text-slate-400{color:var(--color-slate-400)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.caret-copy-light{caret-color:var(--av-copy-light,oklch(92.9% .013 255.508))}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.blur{--tw-blur:blur(8px);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{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,)}.backdrop-blur-lg{--tw-backdrop-blur:blur(var(--blur-lg));-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-saturate-150{--tw-backdrop-saturate:saturate(150%);-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-all{transition-property:all;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))}.duration-500{--tw-duration:.5s;transition-duration:.5s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.placeholder\:text-sm::placeholder{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.placeholder\:text-copy-light\/50::placeholder{color:var(--av-copy-light,oklch(92.9% .013 255.508))}@supports (color:color-mix(in lab,red,red)){.placeholder\:text-copy-light\/50::placeholder{color:color-mix(in oklab,var(--av-copy-light,oklch(92.9% .013 255.508))50%,transparent)}}.placeholder\:text-copy-medium::placeholder,.placeholder\:text-copy-medium\/50::placeholder{color:var(--av-copy-medium,oklch(70.4% .04 256.788))}@supports (color:color-mix(in lab,red,red)){.placeholder\:text-copy-medium\/50::placeholder{color:color-mix(in oklab,var(--av-copy-medium,oklch(70.4% .04 256.788))50%,transparent)}}.placeholder\:text-copy-medium\/70::placeholder{color:var(--av-copy-medium,oklch(70.4% .04 256.788))}@supports (color:color-mix(in lab,red,red)){.placeholder\:text-copy-medium\/70::placeholder{color:color-mix(in oklab,var(--av-copy-medium,oklch(70.4% .04 256.788))70%,transparent)}}@media(hover:hover){.hover\:opacity-100:hover{opacity:1}}.focus\:outline-2:focus{outline-style:var(--tw-outline-style);outline-width:2px}.focus\:outline-offset-2:focus{outline-offset:2px}.focus\:outline-focus-dark:focus{outline-color:var(--av-focus-dark,oklch(52.7% .154 150.069))}.focus\:outline-focus-light:focus{outline-color:var(--av-focus-light,oklch(87.1% .15 154.449))}.disabled\:cursor-auto:disabled{cursor:auto}.disabled\:opacity-50:disabled{opacity:.5}.has-\[\.av-prompt-editable\:focus\]\:outline:has(.av-prompt-editable:focus){outline-style:var(--tw-outline-style);outline-width:1px}.has-\[\.av-prompt-editable\:focus\]\:outline-2:has(.av-prompt-editable:focus){outline-style:var(--tw-outline-style);outline-width:2px}.has-\[\.av-prompt-editable\:focus\]\:outline-offset-2:has(.av-prompt-editable:focus){outline-offset:2px}.has-\[\.av-prompt-editable\:focus\]\:outline-focus-dark:has(.av-prompt-editable:focus){outline-color:var(--av-focus-dark,oklch(52.7% .154 150.069))}.has-\[\.av-prompt-editable\:focus\]\:outline-focus-light:has(.av-prompt-editable:focus){outline-color:var(--av-focus-light,oklch(87.1% .15 154.449))}@media(min-width:40rem){.sm\:order-0{order:0}.sm\:mr-2{margin-right:calc(var(--spacing)*2)}.sm\:mb-0{margin-bottom:calc(var(--spacing)*0)}.sm\:size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.sm\:max-h-\[75vh\]{max-height:75vh}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-\[400px\]{max-width:400px}.sm\:max-w-full{max-width:100%}.sm\:max-w-none{max-width:none}.sm\:flex-1{flex:1}.sm\:flex-row{flex-direction:row}.sm\:px-5{padding-inline:calc(var(--spacing)*5)}.sm\:ps-3{padding-inline-start:calc(var(--spacing)*3)}.sm\:pt-2{padding-top:calc(var(--spacing)*2)}.sm\:pb-0{padding-bottom:calc(var(--spacing)*0)}.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.sm\:whitespace-nowrap{white-space:nowrap}}@media(min-width:48rem){.md\:mx-auto{margin-inline:auto}.md\:prose-base{font-size:1rem;line-height:1.75}.md\:prose-base :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.md\:prose-base :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.md\:prose-base :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.md\:prose-base :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.888889em;font-size:2.25em;line-height:1.11111}.md\:prose-base :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:1em;font-size:1.5em;line-height:1.33333}.md\:prose-base :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;line-height:1.6}.md\:prose-base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.md\:prose-base :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.md\:prose-base :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md\:prose-base :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-base :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md\:prose-base :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-size:.875em}.md\:prose-base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)),.md\:prose-base :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.md\:prose-base :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.md\:prose-base :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){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;line-height:1.71429}.md\:prose-base :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.md\:prose-base :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.md\:prose-base :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.md\:prose-base :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.md\:prose-base :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.md\:prose-base :where(.md\:prose-base>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.md\:prose-base :where(.md\:prose-base>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose-base :where(.md\:prose-base>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.md\:prose-base :where(.md\:prose-base>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose-base :where(.md\:prose-base>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.md\:prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.md\:prose-base :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.md\:prose-base :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose-base :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.md\:prose-base :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.md\:prose-base :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.md\:prose-base :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.md\:prose-base :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.md\:prose-base :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-base :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.71429}.md\:prose-base :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.md\:prose-base :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose-base :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose-base :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}.md\:prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose-base :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md\:prose-base :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-base :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.857143em;font-size:.875em;line-height:1.42857}.md\:prose-base :where(.md\:prose-base>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-base :where(.md\:prose-base>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.md\:max-w-4xl{max-width:56rem}.md\:max-w-svw{max-width:100svw}}@media(prefers-color-scheme:dark){.dark\:border-black\/20{border-color:#0003}@supports (color:color-mix(in lab,red,red)){.dark\:border-black\/20{border-color:color-mix(in oklab,var(--color-black)20%,transparent)}}.dark\:border-neutral-400{border-color:var(--color-neutral-400)}.dark\:border-table-dark{border-color:var(--av-table-dark,oklch(37.3% .034 259.733))}.dark\:bg-slate-50\/60{background-color:#f8fafc99}@supports (color:color-mix(in lab,red,red)){.dark\:bg-slate-50\/60{background-color:color-mix(in oklab,var(--color-slate-50)60%,transparent)}}.dark\:bg-slate-900{background-color:var(--color-slate-900)}.dark\:fill-\[\#7A9BC4\]{fill:#7a9bc4}.dark\:fill-\[\#87BBA2\]{fill:#87bba2}.dark\:fill-\[\#A8B5D4\]{fill:#a8b5d4}.dark\:fill-\[\#B8A4D5\]{fill:#b8a4d5}.dark\:fill-\[\#D4B896\]{fill:#d4b896}.dark\:fill-\[\#DA8787\]{fill:#da8787}.dark\:fill-copy-medium{fill:var(--av-copy-medium,oklch(70.4% .04 256.788))}.dark\:prose-lighter{--tw-prose-body:#fff;--tw-prose-headings:oklch(92.9% .013 255.508);--tw-prose-lead:#fff;--tw-prose-links:#fff;--tw-prose-bold:#fff;--tw-prose-counters:oklch(92.9% .013 255.508);--tw-prose-bullets:oklch(92.9% .013 255.508);--tw-prose-hr:oklch(92.9% .013 255.508);--tw-prose-quotes:#fff;--tw-prose-quote-borders:#fff;--tw-prose-captions:#fff;--tw-prose-code:#fff;--tw-prose-pre-code:#fff;--tw-prose-pre-bg:oklch(20.8% .042 265.755);--tw-prose-kbd:#fff}.dark\:prose-lighter :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){color:#fff}.dark\:text-copy-dark{color:var(--av-copy-dark,oklch(20.8% .042 265.755))}.dark\:text-copy-light{color:var(--av-copy-light,oklch(92.9% .013 255.508))}.dark\:text-copy-lighter{color:var(--av-copy-lighter,oklch(100% 0 0))}.dark\:text-copy-medium{color:var(--av-copy-medium,oklch(70.4% .04 256.788))}.dark\:text-gray-400{color:var(--color-gray-400)}.dark\:text-green-500{color:var(--color-green-500)}.dark\:text-red-500{color:var(--color-red-500)}.dark\:text-slate-400{color:var(--color-slate-400)}.dark\:text-white{color:var(--color-white)}.dark\:placeholder\:text-copy-medium\/50::placeholder{color:var(--av-copy-medium,oklch(70.4% .04 256.788))}@supports (color:color-mix(in lab,red,red)){.dark\:placeholder\:text-copy-medium\/50::placeholder{color:color-mix(in oklab,var(--av-copy-medium,oklch(70.4% .04 256.788))50%,transparent)}}.dark\:placeholder\:text-copy-medium\/70::placeholder{color:var(--av-copy-medium,oklch(70.4% .04 256.788))}@supports (color:color-mix(in lab,red,red)){.dark\:placeholder\:text-copy-medium\/70::placeholder{color:color-mix(in oklab,var(--av-copy-medium,oklch(70.4% .04 256.788))70%,transparent)}}.dark\:focus\:outline-focus-dark:focus{outline-color:var(--av-focus-dark,oklch(52.7% .154 150.069))}.dark\:focus\:outline-focus-light:focus,.dark\:has-\[\.av-prompt-editable\:focus\]\:outline-focus-light:has(.av-prompt-editable:focus){outline-color:var(--av-focus-light,oklch(87.1% .15 154.449))}}.prose-h1\:mb-0 :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:calc(var(--spacing)*0)}.prose-h1\:text-copy-light :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--av-copy-light,oklch(92.9% .013 255.508))}.prose-h1\:text-copy-medium :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--av-copy-medium,oklch(70.4% .04 256.788))}@media(prefers-color-scheme:dark){.dark\:prose-h1\:text-copy-medium :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--av-copy-medium,oklch(70.4% .04 256.788))}}.prose-h2\:mt-0 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:calc(var(--spacing)*0)}.prose-h2\:text-copy-light :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--av-copy-light,oklch(92.9% .013 255.508))}.prose-h2\:text-copy-medium :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--av-copy-medium,oklch(70.4% .04 256.788))}.prose-h2\:text-red-500 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--color-red-500)}@media(prefers-color-scheme:dark){.dark\:prose-h2\:text-copy-medium :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--av-copy-medium,oklch(70.4% .04 256.788))}.dark\:prose-h2\:text-red-500 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--color-red-500)}}.prose-h3\:first-of-type\:mt-1 :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)):first-of-type{margin-top:calc(var(--spacing)*1)}.prose-p\:only\:my-0 :where(p):not(:where([class~=not-prose],[class~=not-prose] *)):only-child{margin-block:calc(var(--spacing)*0)}.prose-li\:ps-3 :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:calc(var(--spacing)*3)}.prose-li\:text-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}@media(prefers-color-scheme:dark){html[data-oled-mode=true],html[data-oled-mode=true] body{background-color:#000!important}}@media(prefers-color-scheme:light){html[data-oled-mode=true],html[data-oled-mode=true] body{background-color:#fff!important}}.fadeIn{animation:1s ease-in-out forwards fadeInAnimation}.fadeOut{transition:all .7s ease-in-out;animation:1s ease-in-out forwards fadeOutAnimation;transform:translate(-75%,-125%)scale(.1)}.av-sassy .av-pulsate-icon{animation:1.75s ease-in-out infinite pulsateAnimation}.av-sassy .av-bubble{word-break:break-word}.av-sassy .av-bubble pre{margin-block:calc(var(--spacing)*0);max-width:90cqw;font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.av-sassy .Toastify__toast-theme--colored{background-color:var(--av-surface-darker,oklch(20.8% .042 265.755));color:var(--av-copy-light,oklch(92.9% .013 255.508))}@media(min-width:40rem){.av-sassy .Toastify__toast-theme--colored{border-style:var(--tw-border-style);outline-style:var(--tw-outline-style);outline-width:2px;outline-color:var(--av-focus-light,oklch(87.1% .15 154.449));border-width:1px;border-color:#0000;width:75cqw}}.av-sassy .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.av-sassy .Toastify__progress-bar-theme--colored .Toastify__progress-bar--success,.av-sassy .Toastify__progress-bar-theme--colored .Toastify__progress-bar--error,.av-sassy .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background-color:var(--av-surface-light,oklch(86.9% .022 252.894))}.av-sassy a[target=_blank]:after{content:" ↗";margin-left:3px;display:inline-block}.av-sassy pre code.hljs{padding:1em;display:block;overflow-x:auto}.av-sassy code.hljs{padding:3px 5px}.av-sassy .hljs{color:#ccc}.av-sassy .hljs ::selection{color:#ccc;background-color:#515151}.av-sassy .hljs::selection{color:#ccc;background-color:#515151}.av-sassy .hljs-comment{color:#999}.av-sassy .hljs-tag{color:#b4b7b4}.av-sassy .hljs-operator,.av-sassy .hljs-punctuation,.av-sassy .hljs-subst{color:#ccc}.av-sassy .hljs-operator{opacity:.7}.av-sassy .hljs-bullet,.av-sassy .hljs-deletion,.av-sassy .hljs-name,.av-sassy .hljs-selector-tag,.av-sassy .hljs-template-variable,.av-sassy .hljs-variable{color:#f2777a}.av-sassy .hljs-attr,.av-sassy .hljs-link,.av-sassy .hljs-literal,.av-sassy .hljs-number,.av-sassy .hljs-symbol,.av-sassy .hljs-variable.constant_{color:#f99157}.av-sassy .hljs-class .hljs-title,.av-sassy .hljs-title,.av-sassy .hljs-title.class_{color:#fc6}.av-sassy .hljs-strong{color:#fc6;font-weight:700}.av-sassy .hljs-addition,.av-sassy .hljs-code,.av-sassy .hljs-string,.av-sassy .hljs-title.class_.inherited__{color:#9c9}.av-sassy .hljs-built_in,.av-sassy .hljs-doctag,.av-sassy .hljs-keyword.hljs-atrule,.av-sassy .hljs-quote,.av-sassy .hljs-regexp{color:#6cc}.av-sassy .hljs-attribute,.av-sassy .hljs-function .hljs-title,.av-sassy .hljs-section,.av-sassy .hljs-title.function_,.av-sassy .ruby .hljs-property{color:#69c}.av-sassy .diff .hljs-meta,.av-sassy .hljs-keyword,.av-sassy .hljs-template-tag,.av-sassy .hljs-type{color:#c9c}.av-sassy .hljs-emphasis{color:#c9c;font-style:italic}.av-sassy .hljs-meta,.av-sassy .hljs-meta .hljs-keyword,.av-sassy .hljs-meta .hljs-string{color:#a3685a}.av-sassy .hljs-meta .hljs-keyword,.av-sassy .hljs-meta-keyword{font-weight:700}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes fadeOutAnimation{0%{opacity:1}to{opacity:0}}@keyframes pulsateAnimation{0%{fill:#e2e8f0;transform:scale(1)}50%{fill:#0f172a;transform:scale(.5)}to{fill:#e2e8f0;transform:scale(1)}}@keyframes blink{50%{fill:#0000}}@keyframes av-tooltip-fade-in{0%{opacity:0}to{opacity:100}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@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-outline-style{syntax:"*";inherits:false;initial-value:solid}:root,.highcharts-light{--highcharts-color-0: #2caffe;--highcharts-color-1: #544fc5;--highcharts-color-2: #00e272;--highcharts-color-3: #fe6a35;--highcharts-color-4: #6b8abc;--highcharts-color-5: #d568fb;--highcharts-color-6: #2ee0ca;--highcharts-color-7: #fa4b42;--highcharts-color-8: #feb56a;--highcharts-color-9: #91e8e1;--highcharts-background-color: #e2e8f0;--highcharts-neutral-color-100: #000000;--highcharts-neutral-color-80: #333333;--highcharts-neutral-color-60: #666666;--highcharts-neutral-color-40: #999999;--highcharts-neutral-color-20: #cccccc;--highcharts-neutral-color-10: #b6b6b6;--highcharts-neutral-color-5: #f2f2f2;--highcharts-neutral-color-3: #f7f7f7;--highcharts-highlight-color-100: #0022ff;--highcharts-highlight-color-80: #334eff;--highcharts-highlight-color-60: #667aff;--highcharts-highlight-color-20: #ccd3ff;--highcharts-highlight-color-10: #e6e9ff;--highcharts-positive-color: #06b535;--highcharts-negative-color: #f21313;--highcharts-annotation-color-0: rgba(130, 170, 255, .4);--highcharts-annotation-color-1: rgba(139, 191, 216, .4);--highcharts-annotation-color-2: rgba(150, 216, 192, .4);--highcharts-annotation-color-3: rgba(156, 229, 161, .4);--highcharts-annotation-color-4: rgba(162, 241, 130, .4);--highcharts-annotation-color-5: rgba(169, 255, 101, .4);--highcharts-tooltip-background-color: #f7f7f7;--highcharts-tooltip-font-color: #2d2d2d}@media(prefers-color-scheme:dark){:root{--highcharts-color-0: #ff7e5f;--highcharts-color-1: #feb47b;--highcharts-color-2: #7be0ad;--highcharts-color-3: #00b2ca;--highcharts-color-4: #6a65d8;--highcharts-color-5: #ffb400;--highcharts-color-6: #e84855;--highcharts-color-7: #3cdbd3;--highcharts-color-8: #9e58e9;--highcharts-color-9: #4ecdc4;--highcharts-background-color: #334155;--highcharts-neutral-color-100: rgb(255, 255, 255);--highcharts-neutral-color-80: rgb(214, 214, 214);--highcharts-neutral-color-60: rgb(173, 173, 173);--highcharts-neutral-color-40: rgb(133, 133, 133);--highcharts-neutral-color-20: rgb(92, 92, 92);--highcharts-neutral-color-10: rgb(118, 118, 118);--highcharts-neutral-color-5: rgb(61, 61, 61);--highcharts-neutral-color-3: rgb(57, 57, 57);--highcharts-highlight-color-100: rgb(122, 167, 255);--highcharts-highlight-color-80: rgb(108, 144, 214);--highcharts-highlight-color-60: rgb(94, 121, 173);--highcharts-highlight-color-20: rgb(65, 74, 92);--highcharts-highlight-color-10: rgb(58, 63, 71)}}/**
8
+ */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--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-outline-style:solid}}}@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-500:oklch(63.7% .237 25.331);--color-red-700:oklch(50.5% .213 27.518);--color-green-500:oklch(72.3% .219 149.579);--color-green-800:oklch(44.8% .119 151.328);--color-emerald-400:oklch(76.5% .177 163.223);--color-slate-50:oklch(98.4% .003 247.858);--color-slate-200:oklch(92.9% .013 255.508);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-400:oklch(70.4% .04 256.788);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-700:oklch(37.2% .044 257.287);--color-slate-800:oklch(27.9% .041 260.031);--color-slate-900:oklch(20.8% .042 265.755);--color-gray-400:oklch(70.7% .022 261.325);--color-neutral-400:oklch(70.8% 0 0);--color-neutral-700:oklch(37.1% 0 0);--color-black:#000;--color-white:#fff;--spacing:.25rem;--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: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-md:.375rem;--ease-in-out:cubic-bezier(.4,0,.2,1);--blur-lg:16px;--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)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.\@container\/editmemoriespanel{container:editmemoriespanel/inline-size}.\@container\/optimizations{container:optimizations/inline-size}.\@container{container-type:inline-size}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.top-2{top:calc(var(--spacing)*2)}.av-text-area__control--right{right:18px}.right-2{right:calc(var(--spacing)*2)}.right-4{right:calc(var(--spacing)*4)}.bottom-\(--sassy-bottom\){bottom:var(--sassy-bottom)}.av-text-area__control--left{left:18px}.left-1\/2{left:50%}.isolate{isolation:isolate}.z-10{z-index:10}.z-20{z-index:20}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-7{order:7}.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}}.prose{color:var(--tw-prose-body);max-width:inherit}.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:"“""”""‘""’";border-left-width:6px;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:1.75em;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:1em;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-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;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:2rem;margin-bottom:2rem;padding-inline-start:1.14286em;font-size:.875rem;font-weight:400;line-height:1.25rem;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;font-size:1rem}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0;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 :where(h1,h2,h3,h4,h5,h6):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Open Sans,ui-sans-serif,system-ui,sans-serif;font-weight:400}.prose :where(.av-header h1,.av-header h2,.av-header h3,.av-header h4,.av-header h5,.av-header h6):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(.av-header p):not(:where([class~=not-prose],[class~=not-prose] *)){margin:0}.prose :where(blockquote p):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Georgia,Cambria,Times New Roman,Times,serif}.prose :where(li>p,ul>p,ol>p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li>ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;padding-inline-start:0}.m-0{margin:calc(var(--spacing)*0)}.mx-1{margin-inline:calc(var(--spacing)*1)}.my-0{margin-block:calc(var(--spacing)*0)}.my-1{margin-block:calc(var(--spacing)*1)}.my-2{margin-block:calc(var(--spacing)*2)}.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-0{margin-top:calc(var(--spacing)*0)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.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-7{margin-top:calc(var(--spacing)*7)}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-3{margin-right:calc(var(--spacing)*3)}.mr-4{margin-right:calc(var(--spacing)*4)}.mb-0{margin-bottom:calc(var(--spacing)*0)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-auto{margin-left:auto}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.size-3{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.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-7{width:calc(var(--spacing)*7);height:calc(var(--spacing)*7)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.h-6{height:calc(var(--spacing)*6)}.h-8{height:calc(var(--spacing)*8)}.h-auto{height:auto}.h-full{height:100%}.max-h-60{max-height:calc(var(--spacing)*60)}.max-h-\[65vh\]{max-height:65vh}.max-h-\[75vh\]{max-height:75vh}.min-h-60{min-height:calc(var(--spacing)*60)}.min-h-\[60vh\]{min-height:60vh}.min-h-\[70vh\]{min-height:70vh}.min-h-\[170px\]{min-height:170px}.min-h-\[334px\]{min-height:334px}.min-h-\[578px\]{min-height:578px}.w-8{width:calc(var(--spacing)*8)}.w-\[95cqw\]{width:95cqw}.w-full{width:100%}.max-w-20{max-width:calc(var(--spacing)*20)}.max-w-\[99cqw\]{max-width:99cqw}.max-w-\[100px\]{max-width:100px}.max-w-\[150px\]{max-width:150px}.max-w-xs{max-width:20rem}.min-w-28{min-width:calc(var(--spacing)*28)}.flex-1{flex:1}.basis-1\/4{flex-basis:25%}.av-text-input-wrapper label[aria-hidden=true]{transform-origin:0 0;transition:var(--av-text-input-wrapper-transition,all .2s ease-out);transform:translate(12px)scale(1)}.av-text-area-helper-text{transform:translate(12px,var(--av-text-area-helper-text,32px))scale(.75);transform-origin:0 0}.av-text-input-helper-text{transform:translate(12px,var(--av-text-input-helper-text,38px))scale(.75);transform-origin:0 0}.av-text-area-wrapper label[aria-hidden=true]{transform-origin:0 0;transition:var(--av-text-area-wrapper-transition,all .2s ease-out)}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.av-spinner__dot{animation:1s infinite blink}.av-spinner__dot:nth-child(2){animation-delay:.25s}.av-spinner__dot:nth-child(3){animation-delay:.5s}.resize{resize:both}.resize-none{resize:none}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:calc(var(--spacing)*1)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-md{border-radius:var(--radius-md)}.rounded-t-md{border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md)}.rounded-b-md{border-bottom-right-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-b-16{border-bottom-style:var(--tw-border-style);border-bottom-width:16px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-border-accent{border-color:var(--av-border-accent,oklch(76.99% .024 153.327))}.border-neutral-700{border-color:var(--color-neutral-700)}.border-slate-700\/50{border-color:#31415880}@supports (color:color-mix(in lab,red,red)){.border-slate-700\/50{border-color:color-mix(in oklab,var(--color-slate-700)50%,transparent)}}.border-table-light{border-color:var(--av-table-light,oklch(96.7% .003 264.542))}.border-transparent{border-color:#0000}.border-white{border-color:var(--color-white)}.border-white\/20{border-color:#fff3}@supports (color:color-mix(in lab,red,red)){.border-white\/20{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.bg-slate-500\/60{background-color:#62748e99}@supports (color:color-mix(in lab,red,red)){.bg-slate-500\/60{background-color:color-mix(in oklab,var(--color-slate-500)60%,transparent)}}.bg-slate-700{background-color:var(--color-slate-700)}.bg-slate-700\/50{background-color:#31415880}@supports (color:color-mix(in lab,red,red)){.bg-slate-700\/50{background-color:color-mix(in oklab,var(--color-slate-700)50%,transparent)}}.bg-slate-800\/50{background-color:#1d293d80}@supports (color:color-mix(in lab,red,red)){.bg-slate-800\/50{background-color:color-mix(in oklab,var(--color-slate-800)50%,transparent)}}.bg-slate-900{background-color:var(--color-slate-900)}.bg-slate-900\/95{background-color:#0f172bf2}@supports (color:color-mix(in lab,red,red)){.bg-slate-900\/95{background-color:color-mix(in oklab,var(--color-slate-900)95%,transparent)}}.bg-surface-darker{background-color:var(--av-surface-darker,oklch(20.8% .042 265.755))}.fill-\[\#7A9BC4\]{fill:#7a9bc4}.fill-\[\#86D0AC\]{fill:#86d0ac}.fill-\[\#87BBA2\]{fill:#87bba2}.fill-\[\#91BBED\]{fill:#91bbed}.fill-\[\#A8B5D4\]{fill:#a8b5d4}.fill-\[\#B3C5F0\]{fill:#b3c5f0}.fill-\[\#B8A4D5\]{fill:#b8a4d5}.fill-\[\#B89FDC\]{fill:#b89fdc}.fill-\[\#D4B896\]{fill:#d4b896}.fill-\[\#D7B286\]{fill:#d7b286}.fill-\[\#DA8787\]{fill:#da8787}.fill-copy-light{fill:var(--av-copy-light,oklch(92.9% .013 255.508))}.fill-copy-medium{fill:var(--av-copy-medium,oklch(70.4% .04 256.788))}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-4{padding-inline:calc(var(--spacing)*4)}.py-1{padding-block:calc(var(--spacing)*1)}.py-2{padding-block:calc(var(--spacing)*2)}.py-4{padding-block:calc(var(--spacing)*4)}.ps-0{padding-inline-start:calc(var(--spacing)*0)}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-7{padding-top:calc(var(--spacing)*7)}.pt-10{padding-top:calc(var(--spacing)*10)}.pt-20{padding-top:calc(var(--spacing)*20)}.pr-0\.5{padding-right:calc(var(--spacing)*.5)}.pr-2{padding-right:calc(var(--spacing)*2)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-8{padding-bottom:calc(var(--spacing)*8)}.pb-10{padding-bottom:calc(var(--spacing)*10)}.pl-1{padding-left:calc(var(--spacing)*1)}.pl-3{padding-left:calc(var(--spacing)*3)}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.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-10{--tw-leading:calc(var(--spacing)*10);line-height:calc(var(--spacing)*10)}.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)}.text-ellipsis{text-overflow:ellipsis}.prose-dark{--tw-prose-body:oklch(27.9% .041 260.031);--tw-prose-headings:oklch(20.8% .042 265.755);--tw-prose-lead:oklch(37.2% .044 257.287);--tw-prose-links:oklch(20.8% .042 265.755);--tw-prose-bold:oklch(20.8% .042 265.755);--tw-prose-counters:oklch(44.6% .043 257.281);--tw-prose-bullets:oklch(20.8% .042 265.755);--tw-prose-hr:oklch(86.9% .022 252.894);--tw-prose-quotes:oklch(20.8% .042 265.755);--tw-prose-quote-borders:oklch(86.9% .022 252.894);--tw-prose-captions:oklch(37.2% .044 257.287);--tw-prose-code:oklch(20.8% .042 265.755);--tw-prose-pre-code:#fff;--tw-prose-pre-bg:oklch(20.8% .042 265.755);--tw-prose-kbd:oklch(27.9% .041 260.031)}.prose-dark :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){color:#0f172b}.prose-light{--tw-prose-body:oklch(92.9% .013 255.508);--tw-prose-headings:oklch(70.4% .04 256.788);--tw-prose-lead:oklch(92.9% .013 255.508);--tw-prose-links:oklch(92.9% .013 255.508);--tw-prose-bold:oklch(92.9% .013 255.508);--tw-prose-counters:oklch(70.4% .04 256.788);--tw-prose-bullets:oklch(70.4% .04 256.788);--tw-prose-hr:oklch(70.4% .04 256.788);--tw-prose-quotes:oklch(92.9% .013 255.508);--tw-prose-quote-borders:oklch(92.9% .013 255.508);--tw-prose-captions:oklch(92.9% .013 255.508);--tw-prose-code:oklch(92.9% .013 255.508);--tw-prose-pre-code:#fff;--tw-prose-pre-bg:oklch(55.4% .046 257.417);--tw-prose-kbd:oklch(92.9% .013 255.508)}.prose-light :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){color:#e2e8f0}.prose-lighter{--tw-prose-body:#fff;--tw-prose-headings:oklch(92.9% .013 255.508);--tw-prose-lead:#fff;--tw-prose-links:#fff;--tw-prose-bold:#fff;--tw-prose-counters:oklch(92.9% .013 255.508);--tw-prose-bullets:oklch(92.9% .013 255.508);--tw-prose-hr:oklch(92.9% .013 255.508);--tw-prose-quotes:#fff;--tw-prose-quote-borders:#fff;--tw-prose-captions:#fff;--tw-prose-code:#fff;--tw-prose-pre-code:#fff;--tw-prose-pre-bg:oklch(20.8% .042 265.755);--tw-prose-kbd:#fff}.prose-lighter :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){color:#fff}.text-copy-dark{color:var(--av-copy-dark,oklch(20.8% .042 265.755))}.text-copy-error-light{color:var(--av-copy-error-light,oklch(63.7% .237 25.331))}.text-copy-light,.text-copy-light\/70{color:var(--av-copy-light,oklch(92.9% .013 255.508))}@supports (color:color-mix(in lab,red,red)){.text-copy-light\/70{color:color-mix(in oklab,var(--av-copy-light,oklch(92.9% .013 255.508))70%,transparent)}}.text-copy-lighter{color:var(--av-copy-lighter,oklch(100% 0 0))}.text-copy-medium{color:var(--av-copy-medium,oklch(70.4% .04 256.788))}.text-emerald-400{color:var(--color-emerald-400)}.text-gray-400{color:var(--color-gray-400)}.text-green-800{color:var(--color-green-800)}.text-inherit{color:inherit}.text-red-500{color:var(--color-red-500)}.text-red-700{color:var(--color-red-700)}.text-slate-200{color:var(--color-slate-200)}.text-slate-300{color:var(--color-slate-300)}.text-slate-400{color:var(--color-slate-400)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.caret-copy-light{caret-color:var(--av-copy-light,oklch(92.9% .013 255.508))}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.blur{--tw-blur:blur(8px);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{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,)}.backdrop-blur-lg{--tw-backdrop-blur:blur(var(--blur-lg));-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-saturate-150{--tw-backdrop-saturate:saturate(150%);-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-all{transition-property:all;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))}.duration-500{--tw-duration:.5s;transition-duration:.5s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.placeholder\:text-sm::placeholder{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.placeholder\:text-copy-light\/50::placeholder{color:var(--av-copy-light,oklch(92.9% .013 255.508))}@supports (color:color-mix(in lab,red,red)){.placeholder\:text-copy-light\/50::placeholder{color:color-mix(in oklab,var(--av-copy-light,oklch(92.9% .013 255.508))50%,transparent)}}.placeholder\:text-copy-medium::placeholder,.placeholder\:text-copy-medium\/50::placeholder{color:var(--av-copy-medium,oklch(70.4% .04 256.788))}@supports (color:color-mix(in lab,red,red)){.placeholder\:text-copy-medium\/50::placeholder{color:color-mix(in oklab,var(--av-copy-medium,oklch(70.4% .04 256.788))50%,transparent)}}.placeholder\:text-copy-medium\/70::placeholder{color:var(--av-copy-medium,oklch(70.4% .04 256.788))}@supports (color:color-mix(in lab,red,red)){.placeholder\:text-copy-medium\/70::placeholder{color:color-mix(in oklab,var(--av-copy-medium,oklch(70.4% .04 256.788))70%,transparent)}}@media(hover:hover){.hover\:opacity-100:hover{opacity:1}}.focus\:outline-2:focus{outline-style:var(--tw-outline-style);outline-width:2px}.focus\:outline-offset-2:focus{outline-offset:2px}.focus\:outline-focus-dark:focus{outline-color:var(--av-focus-dark,oklch(70.4% .04 256.788))}.focus\:outline-focus-light:focus{outline-color:var(--av-focus-light,oklch(70.4% .04 256.788))}.disabled\:cursor-auto:disabled{cursor:auto}.disabled\:opacity-50:disabled{opacity:.5}.has-\[\.av-prompt-editable\:focus\]\:outline:has(.av-prompt-editable:focus){outline-style:var(--tw-outline-style);outline-width:1px}.has-\[\.av-prompt-editable\:focus\]\:outline-2:has(.av-prompt-editable:focus){outline-style:var(--tw-outline-style);outline-width:2px}.has-\[\.av-prompt-editable\:focus\]\:outline-offset-2:has(.av-prompt-editable:focus){outline-offset:2px}.has-\[\.av-prompt-editable\:focus\]\:outline-focus-dark:has(.av-prompt-editable:focus){outline-color:var(--av-focus-dark,oklch(70.4% .04 256.788))}.has-\[\.av-prompt-editable\:focus\]\:outline-focus-light:has(.av-prompt-editable:focus){outline-color:var(--av-focus-light,oklch(70.4% .04 256.788))}@media(min-width:40rem){.sm\:order-0{order:0}.sm\:mr-2{margin-right:calc(var(--spacing)*2)}.sm\:mb-0{margin-bottom:calc(var(--spacing)*0)}.sm\:size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.sm\:max-h-\[75vh\]{max-height:75vh}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-\[400px\]{max-width:400px}.sm\:max-w-full{max-width:100%}.sm\:max-w-none{max-width:none}.sm\:flex-1{flex:1}.sm\:flex-row{flex-direction:row}.sm\:px-5{padding-inline:calc(var(--spacing)*5)}.sm\:ps-3{padding-inline-start:calc(var(--spacing)*3)}.sm\:pt-2{padding-top:calc(var(--spacing)*2)}.sm\:pb-0{padding-bottom:calc(var(--spacing)*0)}.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.sm\:whitespace-nowrap{white-space:nowrap}}@media(min-width:48rem){.md\:mx-auto{margin-inline:auto}.md\:prose-base{font-size:1rem;line-height:1.75}.md\:prose-base :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.md\:prose-base :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.md\:prose-base :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.md\:prose-base :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.888889em;font-size:2.25em;line-height:1.11111}.md\:prose-base :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:1em;font-size:1.5em;line-height:1.33333}.md\:prose-base :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;line-height:1.6}.md\:prose-base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.md\:prose-base :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.md\:prose-base :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md\:prose-base :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-base :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md\:prose-base :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-size:.875em}.md\:prose-base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)),.md\:prose-base :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.md\:prose-base :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.md\:prose-base :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){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;line-height:1.71429}.md\:prose-base :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.md\:prose-base :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.md\:prose-base :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.md\:prose-base :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.md\:prose-base :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.md\:prose-base :where(.md\:prose-base>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.md\:prose-base :where(.md\:prose-base>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose-base :where(.md\:prose-base>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.md\:prose-base :where(.md\:prose-base>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose-base :where(.md\:prose-base>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.md\:prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.md\:prose-base :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.md\:prose-base :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose-base :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.md\:prose-base :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.md\:prose-base :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.md\:prose-base :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.md\:prose-base :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.md\:prose-base :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-base :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.71429}.md\:prose-base :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.md\:prose-base :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose-base :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose-base :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}.md\:prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose-base :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md\:prose-base :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-base :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.857143em;font-size:.875em;line-height:1.42857}.md\:prose-base :where(.md\:prose-base>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-base :where(.md\:prose-base>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.md\:max-w-4xl{max-width:56rem}.md\:max-w-svw{max-width:100svw}}@media(prefers-color-scheme:dark){.dark\:border-black\/20{border-color:#0003}@supports (color:color-mix(in lab,red,red)){.dark\:border-black\/20{border-color:color-mix(in oklab,var(--color-black)20%,transparent)}}.dark\:border-neutral-400{border-color:var(--color-neutral-400)}.dark\:border-table-dark{border-color:var(--av-table-dark,oklch(37.3% .034 259.733))}.dark\:bg-slate-50\/60{background-color:#f8fafc99}@supports (color:color-mix(in lab,red,red)){.dark\:bg-slate-50\/60{background-color:color-mix(in oklab,var(--color-slate-50)60%,transparent)}}.dark\:bg-slate-900{background-color:var(--color-slate-900)}.dark\:fill-\[\#7A9BC4\]{fill:#7a9bc4}.dark\:fill-\[\#87BBA2\]{fill:#87bba2}.dark\:fill-\[\#A8B5D4\]{fill:#a8b5d4}.dark\:fill-\[\#B8A4D5\]{fill:#b8a4d5}.dark\:fill-\[\#D4B896\]{fill:#d4b896}.dark\:fill-\[\#DA8787\]{fill:#da8787}.dark\:fill-copy-medium{fill:var(--av-copy-medium,oklch(70.4% .04 256.788))}.dark\:prose-lighter{--tw-prose-body:#fff;--tw-prose-headings:oklch(92.9% .013 255.508);--tw-prose-lead:#fff;--tw-prose-links:#fff;--tw-prose-bold:#fff;--tw-prose-counters:oklch(92.9% .013 255.508);--tw-prose-bullets:oklch(92.9% .013 255.508);--tw-prose-hr:oklch(92.9% .013 255.508);--tw-prose-quotes:#fff;--tw-prose-quote-borders:#fff;--tw-prose-captions:#fff;--tw-prose-code:#fff;--tw-prose-pre-code:#fff;--tw-prose-pre-bg:oklch(20.8% .042 265.755);--tw-prose-kbd:#fff}.dark\:prose-lighter :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){color:#fff}.dark\:text-copy-dark{color:var(--av-copy-dark,oklch(20.8% .042 265.755))}.dark\:text-copy-light{color:var(--av-copy-light,oklch(92.9% .013 255.508))}.dark\:text-copy-lighter{color:var(--av-copy-lighter,oklch(100% 0 0))}.dark\:text-copy-medium{color:var(--av-copy-medium,oklch(70.4% .04 256.788))}.dark\:text-gray-400{color:var(--color-gray-400)}.dark\:text-green-500{color:var(--color-green-500)}.dark\:text-red-500{color:var(--color-red-500)}.dark\:text-slate-400{color:var(--color-slate-400)}.dark\:text-white{color:var(--color-white)}.dark\:placeholder\:text-copy-medium\/50::placeholder{color:var(--av-copy-medium,oklch(70.4% .04 256.788))}@supports (color:color-mix(in lab,red,red)){.dark\:placeholder\:text-copy-medium\/50::placeholder{color:color-mix(in oklab,var(--av-copy-medium,oklch(70.4% .04 256.788))50%,transparent)}}.dark\:placeholder\:text-copy-medium\/70::placeholder{color:var(--av-copy-medium,oklch(70.4% .04 256.788))}@supports (color:color-mix(in lab,red,red)){.dark\:placeholder\:text-copy-medium\/70::placeholder{color:color-mix(in oklab,var(--av-copy-medium,oklch(70.4% .04 256.788))70%,transparent)}}.dark\:focus\:outline-focus-dark:focus{outline-color:var(--av-focus-dark,oklch(70.4% .04 256.788))}.dark\:focus\:outline-focus-light:focus,.dark\:has-\[\.av-prompt-editable\:focus\]\:outline-focus-light:has(.av-prompt-editable:focus){outline-color:var(--av-focus-light,oklch(70.4% .04 256.788))}}.prose-h1\:mb-0 :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:calc(var(--spacing)*0)}.prose-h1\:text-copy-light :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--av-copy-light,oklch(92.9% .013 255.508))}.prose-h1\:text-copy-medium :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--av-copy-medium,oklch(70.4% .04 256.788))}@media(prefers-color-scheme:dark){.dark\:prose-h1\:text-copy-medium :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--av-copy-medium,oklch(70.4% .04 256.788))}}.prose-h2\:mt-0 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:calc(var(--spacing)*0)}.prose-h2\:text-copy-light :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--av-copy-light,oklch(92.9% .013 255.508))}.prose-h2\:text-copy-medium :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--av-copy-medium,oklch(70.4% .04 256.788))}.prose-h2\:text-red-500 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--color-red-500)}@media(prefers-color-scheme:dark){.dark\:prose-h2\:text-copy-medium :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--av-copy-medium,oklch(70.4% .04 256.788))}.dark\:prose-h2\:text-red-500 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--color-red-500)}}.prose-h3\:first-of-type\:mt-1 :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)):first-of-type{margin-top:calc(var(--spacing)*1)}.prose-p\:only\:my-0 :where(p):not(:where([class~=not-prose],[class~=not-prose] *)):only-child{margin-block:calc(var(--spacing)*0)}.prose-li\:ps-3 :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:calc(var(--spacing)*3)}.prose-li\:text-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}@media(prefers-color-scheme:dark){html[data-oled-mode=true],html[data-oled-mode=true] body{background-color:#000!important}}@media(prefers-color-scheme:light){html[data-oled-mode=true],html[data-oled-mode=true] body{background-color:#fff!important}}.fadeIn{animation:1s ease-in-out forwards fadeInAnimation}.fadeOut{transition:all .7s ease-in-out;animation:1s ease-in-out forwards fadeOutAnimation;transform:translate(-75%,-125%)scale(.1)}.av-sassy .av-pulsate-icon{animation:1.75s ease-in-out infinite pulsateAnimation}.av-sassy .av-bubble{word-break:break-word}.av-sassy .av-bubble pre{margin-block:calc(var(--spacing)*0);max-width:90cqw;font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.av-sassy .Toastify__toast-theme--colored{background-color:var(--av-surface-darker,oklch(20.8% .042 265.755));color:var(--av-copy-light,oklch(92.9% .013 255.508))}@media(min-width:40rem){.av-sassy .Toastify__toast-theme--colored{border-style:var(--tw-border-style);outline-style:var(--tw-outline-style);outline-width:2px;outline-color:var(--av-focus-light,oklch(70.4% .04 256.788));border-width:1px;border-color:#0000;width:75cqw}}.av-sassy .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.av-sassy .Toastify__progress-bar-theme--colored .Toastify__progress-bar--success,.av-sassy .Toastify__progress-bar-theme--colored .Toastify__progress-bar--error,.av-sassy .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background-color:var(--av-surface-light,oklch(86.9% .022 252.894))}.av-sassy a[target=_blank]:after{content:" ↗";margin-left:3px;display:inline-block}.av-sassy pre code.hljs{padding:1em;display:block;overflow-x:auto}.av-sassy code.hljs{padding:3px 5px}.av-sassy .hljs{color:#ccc}.av-sassy .hljs ::selection{color:#ccc;background-color:#515151}.av-sassy .hljs::selection{color:#ccc;background-color:#515151}.av-sassy .hljs-comment{color:#999}.av-sassy .hljs-tag{color:#b4b7b4}.av-sassy .hljs-operator,.av-sassy .hljs-punctuation,.av-sassy .hljs-subst{color:#ccc}.av-sassy .hljs-operator{opacity:.7}.av-sassy .hljs-bullet,.av-sassy .hljs-deletion,.av-sassy .hljs-name,.av-sassy .hljs-selector-tag,.av-sassy .hljs-template-variable,.av-sassy .hljs-variable{color:#f2777a}.av-sassy .hljs-attr,.av-sassy .hljs-link,.av-sassy .hljs-literal,.av-sassy .hljs-number,.av-sassy .hljs-symbol,.av-sassy .hljs-variable.constant_{color:#f99157}.av-sassy .hljs-class .hljs-title,.av-sassy .hljs-title,.av-sassy .hljs-title.class_{color:#fc6}.av-sassy .hljs-strong{color:#fc6;font-weight:700}.av-sassy .hljs-addition,.av-sassy .hljs-code,.av-sassy .hljs-string,.av-sassy .hljs-title.class_.inherited__{color:#9c9}.av-sassy .hljs-built_in,.av-sassy .hljs-doctag,.av-sassy .hljs-keyword.hljs-atrule,.av-sassy .hljs-quote,.av-sassy .hljs-regexp{color:#6cc}.av-sassy .hljs-attribute,.av-sassy .hljs-function .hljs-title,.av-sassy .hljs-section,.av-sassy .hljs-title.function_,.av-sassy .ruby .hljs-property{color:#69c}.av-sassy .diff .hljs-meta,.av-sassy .hljs-keyword,.av-sassy .hljs-template-tag,.av-sassy .hljs-type{color:#c9c}.av-sassy .hljs-emphasis{color:#c9c;font-style:italic}.av-sassy .hljs-meta,.av-sassy .hljs-meta .hljs-keyword,.av-sassy .hljs-meta .hljs-string{color:#a3685a}.av-sassy .hljs-meta .hljs-keyword,.av-sassy .hljs-meta-keyword{font-weight:700}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes fadeOutAnimation{0%{opacity:1}to{opacity:0}}@keyframes pulsateAnimation{0%{fill:#e2e8f0;transform:scale(1)}50%{fill:#0f172a;transform:scale(.5)}to{fill:#e2e8f0;transform:scale(1)}}@keyframes blink{50%{fill:#0000}}@keyframes av-tooltip-fade-in{0%{opacity:0}to{opacity:100}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@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-outline-style{syntax:"*";inherits:false;initial-value:solid}:root,.highcharts-light{--highcharts-color-0: #2caffe;--highcharts-color-1: #544fc5;--highcharts-color-2: #00e272;--highcharts-color-3: #fe6a35;--highcharts-color-4: #6b8abc;--highcharts-color-5: #d568fb;--highcharts-color-6: #2ee0ca;--highcharts-color-7: #fa4b42;--highcharts-color-8: #feb56a;--highcharts-color-9: #91e8e1;--highcharts-background-color: #e2e8f0;--highcharts-neutral-color-100: #000000;--highcharts-neutral-color-80: #333333;--highcharts-neutral-color-60: #666666;--highcharts-neutral-color-40: #999999;--highcharts-neutral-color-20: #cccccc;--highcharts-neutral-color-10: #b6b6b6;--highcharts-neutral-color-5: #f2f2f2;--highcharts-neutral-color-3: #f7f7f7;--highcharts-highlight-color-100: #0022ff;--highcharts-highlight-color-80: #334eff;--highcharts-highlight-color-60: #667aff;--highcharts-highlight-color-20: #ccd3ff;--highcharts-highlight-color-10: #e6e9ff;--highcharts-positive-color: #06b535;--highcharts-negative-color: #f21313;--highcharts-annotation-color-0: rgba(130, 170, 255, .4);--highcharts-annotation-color-1: rgba(139, 191, 216, .4);--highcharts-annotation-color-2: rgba(150, 216, 192, .4);--highcharts-annotation-color-3: rgba(156, 229, 161, .4);--highcharts-annotation-color-4: rgba(162, 241, 130, .4);--highcharts-annotation-color-5: rgba(169, 255, 101, .4);--highcharts-tooltip-background-color: #f7f7f7;--highcharts-tooltip-font-color: #2d2d2d}@media(prefers-color-scheme:dark){:root{--highcharts-color-0: #ff7e5f;--highcharts-color-1: #feb47b;--highcharts-color-2: #7be0ad;--highcharts-color-3: #00b2ca;--highcharts-color-4: #6a65d8;--highcharts-color-5: #ffb400;--highcharts-color-6: #e84855;--highcharts-color-7: #3cdbd3;--highcharts-color-8: #9e58e9;--highcharts-color-9: #4ecdc4;--highcharts-background-color: #334155;--highcharts-neutral-color-100: rgb(255, 255, 255);--highcharts-neutral-color-80: rgb(214, 214, 214);--highcharts-neutral-color-60: rgb(173, 173, 173);--highcharts-neutral-color-40: rgb(133, 133, 133);--highcharts-neutral-color-20: rgb(92, 92, 92);--highcharts-neutral-color-10: rgb(118, 118, 118);--highcharts-neutral-color-5: rgb(61, 61, 61);--highcharts-neutral-color-3: rgb(57, 57, 57);--highcharts-highlight-color-100: rgb(122, 167, 255);--highcharts-highlight-color-80: rgb(108, 144, 214);--highcharts-highlight-color-60: rgb(94, 121, 173);--highcharts-highlight-color-20: rgb(65, 74, 92);--highcharts-highlight-color-10: rgb(58, 63, 71)}}/**
9
9
  * @license Highcharts
10
10
  *
11
11
  * (c) 2009-2025 Torstein Honsi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/sassysaint",
3
- "version": "8.96.0",
3
+ "version": "8.96.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -33,9 +33,9 @@
33
33
  "react-dom": "^18.3.1 || ^19.0.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@sassysaint/client": "8.96.0",
36
+ "@sassysaint/client": "8.96.1",
37
37
  "@tailwindcss/vite": "4.1.17",
38
- "@versini/ui-styles": "6.1.2"
38
+ "@versini/ui-styles": "6.2.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "@versini/ui-hooks": "5.2.0",
@@ -45,5 +45,5 @@
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "2daff197cf6a2368723585a7513a33f3d1c758fd"
48
+ "gitHead": "8312d794972e1eb3004b11f5a5ca7b0c70813adc"
49
49
  }