nfx-ui 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/README.md +235 -0
  2. package/dist/animations.cjs +3 -0
  3. package/dist/animations.d.ts +102 -0
  4. package/dist/animations.mjs +14 -0
  5. package/dist/apis.cjs +5 -0
  6. package/dist/apis.cjs.map +1 -0
  7. package/dist/apis.d.ts +7 -0
  8. package/dist/apis.mjs +18 -0
  9. package/dist/apis.mjs.map +1 -0
  10. package/dist/chunk-BounceLoading-B54QEw0n.mjs +244 -0
  11. package/dist/chunk-BounceLoading-B54QEw0n.mjs.map +1 -0
  12. package/dist/chunk-BounceLoading-C6n4BZVJ.cjs +11 -0
  13. package/dist/chunk-BounceLoading-C6n4BZVJ.cjs.map +1 -0
  14. package/dist/chunk-animations-Brp-bsaE.mjs +1243 -0
  15. package/dist/chunk-animations-Brp-bsaE.mjs.map +1 -0
  16. package/dist/chunk-animations-e2F3zuP9.cjs +190 -0
  17. package/dist/chunk-animations-e2F3zuP9.cjs.map +1 -0
  18. package/dist/chunk-chunk-BFrxaqQT.cjs +1 -0
  19. package/dist/chunk-i18n-Bp6pPM9n.mjs +207 -0
  20. package/dist/chunk-i18n-Bp6pPM9n.mjs.map +1 -0
  21. package/dist/chunk-i18n-_7W7guSV.cjs +3 -0
  22. package/dist/chunk-i18n-_7W7guSV.cjs.map +1 -0
  23. package/dist/chunk-lstorage-BVCD00Ow.mjs +27 -0
  24. package/dist/chunk-lstorage-BVCD00Ow.mjs.map +1 -0
  25. package/dist/chunk-lstorage-BnxLXHgH.cjs +3 -0
  26. package/dist/chunk-lstorage-BnxLXHgH.cjs.map +1 -0
  27. package/dist/chunk-lucide-BhgnmTNo.mjs +158 -0
  28. package/dist/chunk-lucide-BhgnmTNo.mjs.map +1 -0
  29. package/dist/chunk-lucide-CP2lvOPY.cjs +3 -0
  30. package/dist/chunk-lucide-CP2lvOPY.cjs.map +1 -0
  31. package/dist/chunk-preference-CYl68oeU.cjs +3 -0
  32. package/dist/chunk-preference-CYl68oeU.cjs.map +1 -0
  33. package/dist/chunk-preference-DImtu5jI.mjs +51 -0
  34. package/dist/chunk-preference-DImtu5jI.mjs.map +1 -0
  35. package/dist/chunk-types-BE3JCLff.cjs +3 -0
  36. package/dist/chunk-types-BE3JCLff.cjs.map +1 -0
  37. package/dist/chunk-types-BkFxelHl.mjs +20 -0
  38. package/dist/chunk-types-BkFxelHl.mjs.map +1 -0
  39. package/dist/chunk-types-C_opkZGr.cjs +3 -0
  40. package/dist/chunk-types-C_opkZGr.cjs.map +1 -0
  41. package/dist/chunk-types-CkbZrFqZ.cjs +3 -0
  42. package/dist/chunk-types-CkbZrFqZ.cjs.map +1 -0
  43. package/dist/chunk-types-DNPBKfmx.mjs +11 -0
  44. package/dist/chunk-types-DNPBKfmx.mjs.map +1 -0
  45. package/dist/chunk-types-SD4MzUGp.mjs +11 -0
  46. package/dist/chunk-types-SD4MzUGp.mjs.map +1 -0
  47. package/dist/chunk-useLayout-BAJHOIL3.cjs +3 -0
  48. package/dist/chunk-useLayout-BAJHOIL3.cjs.map +1 -0
  49. package/dist/chunk-useLayout-DPxlynT-.mjs +12 -0
  50. package/dist/chunk-useLayout-DPxlynT-.mjs.map +1 -0
  51. package/dist/chunk-useTheme-DgleVMMh.cjs +3 -0
  52. package/dist/chunk-useTheme-DgleVMMh.cjs.map +1 -0
  53. package/dist/chunk-useTheme-oHcq3d0o.mjs +13 -0
  54. package/dist/chunk-useTheme-oHcq3d0o.mjs.map +1 -0
  55. package/dist/components.cjs +8 -0
  56. package/dist/components.cjs.map +1 -0
  57. package/dist/components.d.ts +411 -0
  58. package/dist/components.mjs +1688 -0
  59. package/dist/components.mjs.map +1 -0
  60. package/dist/constants.cjs +5 -0
  61. package/dist/constants.cjs.map +1 -0
  62. package/dist/constants.d.ts +130 -0
  63. package/dist/constants.mjs +85 -0
  64. package/dist/constants.mjs.map +1 -0
  65. package/dist/events.cjs +5 -0
  66. package/dist/events.cjs.map +1 -0
  67. package/dist/events.d.ts +66 -0
  68. package/dist/events.mjs +31 -0
  69. package/dist/events.mjs.map +1 -0
  70. package/dist/hooks.cjs +5 -0
  71. package/dist/hooks.cjs.map +1 -0
  72. package/dist/hooks.d.ts +316 -0
  73. package/dist/hooks.mjs +107 -0
  74. package/dist/hooks.mjs.map +1 -0
  75. package/dist/icons.cjs +3 -0
  76. package/dist/icons.d.ts +218 -0
  77. package/dist/icons.mjs +76 -0
  78. package/dist/languages.cjs +5 -0
  79. package/dist/languages.cjs.map +1 -0
  80. package/dist/languages.d.ts +174 -0
  81. package/dist/languages.mjs +112 -0
  82. package/dist/languages.mjs.map +1 -0
  83. package/dist/layouts.cjs +5 -0
  84. package/dist/layouts.cjs.map +1 -0
  85. package/dist/layouts.d.ts +209 -0
  86. package/dist/layouts.mjs +460 -0
  87. package/dist/layouts.mjs.map +1 -0
  88. package/dist/navigations.cjs +5 -0
  89. package/dist/navigations.cjs.map +1 -0
  90. package/dist/navigations.d.ts +72 -0
  91. package/dist/navigations.mjs +30 -0
  92. package/dist/navigations.mjs.map +1 -0
  93. package/dist/preference.cjs +3 -0
  94. package/dist/preference.d.ts +94 -0
  95. package/dist/preference.mjs +14 -0
  96. package/dist/services.cjs +5 -0
  97. package/dist/services.cjs.map +1 -0
  98. package/dist/services.d.ts +8 -0
  99. package/dist/services.mjs +26 -0
  100. package/dist/services.mjs.map +1 -0
  101. package/dist/stores.cjs +5 -0
  102. package/dist/stores.cjs.map +1 -0
  103. package/dist/stores.d.ts +101 -0
  104. package/dist/stores.mjs +167 -0
  105. package/dist/stores.mjs.map +1 -0
  106. package/dist/themes.cjs +5 -0
  107. package/dist/themes.cjs.map +1 -0
  108. package/dist/themes.d.ts +229 -0
  109. package/dist/themes.mjs +894 -0
  110. package/dist/themes.mjs.map +1 -0
  111. package/dist/types.cjs +2 -0
  112. package/dist/types.d.ts +147 -0
  113. package/dist/types.mjs +2 -0
  114. package/dist/utils.cjs +5 -0
  115. package/dist/utils.cjs.map +1 -0
  116. package/dist/utils.d.ts +374 -0
  117. package/dist/utils.mjs +293 -0
  118. package/dist/utils.mjs.map +1 -0
  119. package/package.json +196 -0
@@ -0,0 +1,101 @@
1
+ import { PersistOptions } from 'zustand/middleware';
2
+ import { StoreApi } from 'zustand';
3
+
4
+ /** GetState:与 zustand 的 get 一致。Same as zustand get. */
5
+ export declare type GetState<S> = () => S;
6
+
7
+ /**
8
+ * 创建带 persist + subscribeWithSelector 的 Store。
9
+ * Create store with persist and subscribeWithSelector.
10
+ *
11
+ * @param options - name, initialState, actions, partialize?, version?, migrate?
12
+ * @returns { store, useStore }
13
+ *
14
+ * @example
15
+ * ```ts
16
+ * const { store, useStore } = makePersistStore({
17
+ * name: "auth-storage",
18
+ * initialState: { token: null },
19
+ * actions: (set) => ({ setToken: (t) => set({ token: t }) }),
20
+ * });
21
+ * ```
22
+ */
23
+ export declare function makePersistStore<S extends object, A extends object>(options: MakePersistStoreOptions<S, A>): {
24
+ store: Omit<Omit<StoreApi<S & A>, "subscribe"> & {
25
+ subscribe: {
26
+ (listener: (selectedState: S & A, previousSelectedState: S & A) => void): () => void;
27
+ <U>(selector: (state: S & A) => U, listener: (selectedState: U, previousSelectedState: U) => void, options?: {
28
+ equalityFn?: ((a: U, b: U) => boolean) | undefined;
29
+ fireImmediately?: boolean;
30
+ } | undefined): () => void;
31
+ };
32
+ }, "setState" | "persist"> & {
33
+ setState(partial: (S & A) | Partial<S & A> | ((state: S & A) => (S & A) | Partial<S & A>), replace?: false | undefined): unknown;
34
+ setState(state: (S & A) | ((state: S & A) => S & A), replace: true): unknown;
35
+ persist: {
36
+ setOptions: (options: Partial<PersistOptions<S & A, Partial<S & A>, unknown>>) => void;
37
+ clearStorage: () => void;
38
+ rehydrate: () => Promise<void> | void;
39
+ hasHydrated: () => boolean;
40
+ onHydrate: (fn: (state: S & A) => void) => () => void;
41
+ onFinishHydration: (fn: (state: S & A) => void) => () => void;
42
+ getOptions: () => Partial<PersistOptions<S & A, Partial<S & A>, unknown>>;
43
+ };
44
+ };
45
+ useStore: <T>(selector: (state: S & A) => T) => T;
46
+ };
47
+
48
+ /** makePersistStore 的配置。Config for makePersistStore. */
49
+ export declare interface MakePersistStoreOptions<S extends object, A extends object> {
50
+ /** 持久化 key(localStorage)。Persist key (localStorage). */
51
+ name: string;
52
+ /** 初始状态。Initial state. */
53
+ initialState: S;
54
+ /** (set, get) => actions。(set, get) => actions. */
55
+ actions: (set: SetState<S & A>, get: GetState<S & A>) => A;
56
+ /** 只持久化部分 state;缺省则全量。Partialize state to persist; default full. */
57
+ partialize?: (state: S & A) => Partial<S & A>;
58
+ /** 版本号(用于 migrate)。Version for migrate. */
59
+ version?: number;
60
+ /** 迁移旧持久化数据。Migrate persisted state. */
61
+ migrate?: (persistedState: unknown, version: number) => Partial<S & A>;
62
+ }
63
+
64
+ /**
65
+ * 创建带 subscribeWithSelector 的 Store(不持久化)。
66
+ * Create store with subscribeWithSelector (no persist).
67
+ *
68
+ * @param initialState - 初始状态。Initial state.
69
+ * @param actions - (set, get) => actions 对象。(set, get) => actions object.
70
+ * @returns { store, useStore } 供外部使用。Returns { store, useStore }.
71
+ *
72
+ * @example
73
+ * ```ts
74
+ * const { store, useStore } = makeStore(
75
+ * { count: 0 },
76
+ * (set) => ({ increment: () => set((s) => ({ count: s.count + 1 })) })
77
+ * );
78
+ * const count = useStore((s) => s.count);
79
+ * ```
80
+ */
81
+ export declare function makeStore<S extends object, A extends object>(initialState: S, actions: (set: SetState<S & A>, get: GetState<S & A>) => A): {
82
+ store: Omit<StoreApi<S & A>, "subscribe"> & {
83
+ subscribe: {
84
+ (listener: (selectedState: S & A, previousSelectedState: S & A) => void): () => void;
85
+ <U>(selector: (state: S & A) => U, listener: (selectedState: U, previousSelectedState: U) => void, options?: {
86
+ equalityFn?: ((a: U, b: U) => boolean) | undefined;
87
+ fireImmediately?: boolean;
88
+ } | undefined): () => void;
89
+ };
90
+ };
91
+ useStore: <T>(selector: (state: S & A) => T) => T;
92
+ };
93
+
94
+ /**
95
+ * 通用 Store 工厂(学习 hooks 的 make 函数模式)。
96
+ * Generic store factory (make pattern like hooks makeUnifiedQuery).
97
+ */
98
+ /** SetState:与 zustand 的 set 一致。Same as zustand set. */
99
+ export declare type SetState<S> = (partial: Partial<S> | ((state: S) => Partial<S>)) => void;
100
+
101
+ export { }
@@ -0,0 +1,167 @@
1
+ (function(){try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(`.styles-module__loading___bgEAk{justify-content:center;align-items:center;display:inline-flex}.styles-module__loading___bgEAk svg polyline{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.styles-module__loading___bgEAk svg polyline.styles-module__back___XLPvD{fill:none;stroke:var(--color-primary-alpha,#ff4d5033)}.styles-module__loading___bgEAk svg polyline.styles-module__front___hSxig{fill:none;stroke:var(--color-primary,#ff4d4f);stroke-dasharray:48 144;stroke-dashoffset:192px;animation:1.4s linear infinite styles-module__dash_682___AQzo6}@keyframes styles-module__dash_682___AQzo6{72.5%{opacity:0}to{stroke-dashoffset:0}}.styles-module__loader___E7OIM{justify-content:center;align-items:center;width:fit-content;height:fit-content;display:flex}.styles-module__truckWrapper___Sk4zX{flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow-x:hidden}.styles-module__truckBody___j7w2C{width:65%;height:fit-content;margin-bottom:6px;animation:1s linear infinite styles-module__motion___IiNlW}@keyframes styles-module__motion___IiNlW{0%{transform:translateY(0)}50%{transform:translateY(3px)}to{transform:translateY(0)}}.styles-module__truckTires___4ncTl{justify-content:space-between;align-items:center;width:65%;height:fit-content;padding:0 10px 0 15px;display:flex;position:absolute;bottom:0}.styles-module__tiresvg___IBQcN{width:24px}.styles-module__road___sxx-E{background-color:var(--color-fg-heading);border-radius:3px;align-self:flex-end;width:100%;height:1.5px;position:relative;bottom:0}.styles-module__road___sxx-E:before{content:"";background-color:var(--color-fg-heading);border-left:10px solid var(--color-bg);border-radius:3px;width:20px;height:100%;animation:1.4s linear infinite styles-module__roadAnimation___yvrHP;position:absolute;right:-50%}.styles-module__road___sxx-E:after{content:"";background-color:var(--color-fg-heading);border-left:4px solid var(--color-bg);border-radius:3px;width:10px;height:100%;animation:1.4s linear infinite styles-module__roadAnimation___yvrHP;position:absolute;right:-65%}.styles-module__lampPost___okcN5{height:45%;animation:1.4s linear infinite styles-module__roadAnimation___yvrHP;position:absolute;bottom:0;right:-90%}@keyframes styles-module__roadAnimation___yvrHP{0%{transform:translate(0)}to{transform:translate(-350px)}}.styles-module__loader___pFUzL{justify-content:center;align-items:center;display:inline-flex;position:relative}.styles-module__loader___pFUzL:before{content:"";background:var(--color-primary);opacity:.3;border-radius:50%;width:100%;height:5px;animation:.5s linear infinite styles-module__shadow324___sutUe;position:absolute;top:calc(100% + 12px);left:0}.styles-module__loader___pFUzL:after{content:"";background:var(--color-primary);width:100%;height:100%;position:absolute;top:0;left:0}.styles-module__square___GKjhm:after{border-radius:4px;animation:.5s linear infinite styles-module__jump7456Square___Z-D9b}.styles-module__circle___bUpSN:after{border-radius:50%;animation:.5s linear infinite styles-module__jump7456Circle___2AfF7}@keyframes styles-module__jump7456Square___Z-D9b{15%{border-bottom-right-radius:3px}25%{transform:translateY(9px)rotate(22.5deg)}50%{border-bottom-right-radius:40px;transform:translateY(18px)scaleY(.9)rotate(45deg)}75%{transform:translateY(9px)rotate(67.5deg)}to{transform:translateY(0)rotate(90deg)}}@keyframes styles-module__jump7456Circle___2AfF7{15%{border-bottom-right-radius:50%}25%{transform:translateY(9px)rotate(22.5deg)}50%{border-bottom-right-radius:40px;transform:translateY(18px)scaleY(.9)rotate(45deg)}75%{transform:translateY(9px)rotate(67.5deg)}to{transform:translateY(0)rotate(90deg)}}@keyframes styles-module__shadow324___sutUe{0%,to{transform:scale(1)}50%{transform:scaleX(1.2)}}.style-module__waves___oR3u7{width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0;overflow:hidden}.style-module__waves___oR3u7:before{content:"";width:.5rem;height:.5rem;transform:translate3d(calc(var(--x) - 50%), calc(var(--y) - 50%), 0);will-change:transform;background:#160000;border-radius:50%;position:absolute;top:0;left:0}.style-module__wavesCanvas___zkhTC{width:100%;height:100%;display:block}.style-module__squaresCanvas___22kMc{border:none;width:100%;height:100%;display:block}.style-module__container___HkxIe{background-color:#000;width:100%;height:100%;position:relative;overflow:hidden}.style-module__canvas___MR9JX{width:100%;height:100%;display:block}.style-module__outerVignette___i75nw{pointer-events:none;background:radial-gradient(circle,#0000 60%,#000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.style-module__centerVignette___n9uVG{pointer-events:none;background:radial-gradient(circle,#000c 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.style-module__container___Hh3-c{width:100%;height:100%;position:relative;overflow:hidden}.styles-module__button___RbliA{cursor:pointer;border:1px solid #0000;border-radius:.5rem;outline:none;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:500;transition:all .2s;display:inline-flex;position:relative}.styles-module__button___RbliA:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.styles-module__button___RbliA:disabled{cursor:not-allowed;opacity:.6}.styles-module__button___RbliA.styles-module__small___yK0Yp{min-height:2rem;padding:.5rem 1rem;font-size:.8125rem}.styles-module__button___RbliA.styles-module__medium___eBTch{min-height:2.5rem;padding:.75rem 1.5rem;font-size:.875rem}.styles-module__button___RbliA.styles-module__large___pIZkl{min-height:3rem;padding:1rem 2rem;font-size:1rem}.styles-module__button___RbliA.styles-module__primary___qsZpA{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-primary-fg,#fff)}.styles-module__button___RbliA.styles-module__primary___qsZpA:hover:not(:disabled){background:var(--color-primary-light);border-color:var(--color-primary-light);transform:translateY(-1px)}.styles-module__button___RbliA.styles-module__primary___qsZpA:active:not(:disabled){transform:translateY(0)}.styles-module__button___RbliA.styles-module__secondary___SCpPv{background:var(--color-bg-2);border-color:var(--color-border-4);color:var(--color-fg-text)}.styles-module__button___RbliA.styles-module__secondary___SCpPv:hover:not(:disabled){background:var(--color-bg-3);border-color:var(--color-primary)}.styles-module__button___RbliA.styles-module__outline___rrlk9{border-color:var(--color-border-4);color:var(--color-fg-text);background:0 0}.styles-module__button___RbliA.styles-module__outline___rrlk9:hover:not(:disabled){background:var(--color-bg-2);border-color:var(--color-primary)}.styles-module__button___RbliA.styles-module__ghost___QMoiH{color:var(--color-fg-text);background:0 0;border-color:#0000}.styles-module__button___RbliA.styles-module__ghost___QMoiH:hover:not(:disabled){background:var(--color-bg-2)}.styles-module__button___RbliA.styles-module__danger___MW-pg{background:var(--color-danger);border-color:var(--color-danger);color:#fff}.styles-module__button___RbliA.styles-module__danger___MW-pg:hover:not(:disabled){background:var(--color-danger-light);border-color:var(--color-danger-light);transform:translateY(-1px)}.styles-module__button___RbliA.styles-module__danger___MW-pg:active:not(:disabled){transform:translateY(0)}.styles-module__button___RbliA.styles-module__fullWidth___-dXBR{width:100%}.styles-module__button___RbliA.styles-module__loading___UWw6V{pointer-events:none}.styles-module__spinner___KpJ-L{border:2px solid;border-top-color:#0000;border-radius:50%;flex-shrink:0;width:1rem;height:1rem;animation:.6s linear infinite styles-module__spin___ntZKM}@keyframes styles-module__spin___ntZKM{to{transform:rotate(360deg)}}.styles-module__button___RbliA.styles-module__small___yK0Yp .styles-module__spinner___KpJ-L{border-width:1.5px;width:.875rem;height:.875rem}.styles-module__button___RbliA.styles-module__large___pIZkl .styles-module__spinner___KpJ-L{border-width:2.5px;width:1.25rem;height:1.25rem}.styles-module__content___oyZRO{align-items:center;display:flex}.styles-module__leftIcon___cDktv,.styles-module__rightIcon___1mpk0{flex-shrink:0;align-items:center;display:flex}.styles-module__leftIcon___cDktv{margin-right:-.25rem}.styles-module__rightIcon___1mpk0{margin-left:-.25rem}.styles-module__button___RbliA.styles-module__iconOnly___iOv-U{aspect-ratio:1;min-width:2.5rem;min-height:2.5rem;padding:0}.styles-module__button___RbliA.styles-module__iconOnly___iOv-U.styles-module__small___yK0Yp{min-width:2rem;min-height:2rem}.styles-module__button___RbliA.styles-module__iconOnly___iOv-U.styles-module__large___pIZkl{min-width:3rem;min-height:3rem}.styles-module__iconContainer___bwvE3{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.styles-module__layout___WaGy9{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:100%;display:flex}.styles-module__horizontal___lKpGq{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.styles-module__topIcon___bzw6s,.styles-module__bottomIcon___suPfa{flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__iconOnly___iOv-U .styles-module__iconContainer___bwvE3 .styles-module__leftIcon___cDktv,.styles-module__iconOnly___iOv-U .styles-module__iconContainer___bwvE3 .styles-module__rightIcon___1mpk0{margin:0}.Dropdown-module__dropdown___c9wIp{width:100%;display:inline-block;position:relative}.Dropdown-module__dropdownButton___suNh-{border:1px solid var(--color-separator);cursor:pointer;text-align:left;background:var(--color-bg-2);width:100%;color:var(--color-fg-text);border-radius:8px;outline:none;justify-content:space-between;align-items:center;padding:.75rem 2.5rem .75rem 1rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5rem;transition:all .2s ease-in-out;display:flex;position:relative}.Dropdown-module__dropdownButton___suNh-:hover:not(:disabled){border-color:var(--color-primary);background:var(--color-bg-1)}.Dropdown-module__dropdownButton___suNh-:focus{border-color:var(--color-primary);background:var(--color-bg-1);box-shadow:0 0 0 2px var(--color-primary-transparent)}.Dropdown-module__dropdownButton___suNh-.Dropdown-module__disabled___Rz0pX{cursor:not-allowed;opacity:.6;background:var(--color-bg-3)}.Dropdown-module__dropdownButton___suNh-.Dropdown-module__error___F7dDu{border-color:#ef4444}.Dropdown-module__buttonText___D2zxn{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.Dropdown-module__chevronIcon___uyawp{color:var(--color-fg-highlight);flex-shrink:0;transition:transform .15s;position:absolute;right:1rem}.Dropdown-module__chevronIcon___uyawp.Dropdown-module__open___APoXd{transform:rotate(180deg)}.Dropdown-module__dropdownMenu___WJ-QO{background:var(--color-bg);border:1px solid var(--color-border-4);z-index:1000;border-radius:8px;min-width:100%;animation:.15s ease-out Dropdown-module__slideDown___sRCmO;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 .5rem 1rem #0000002d}@keyframes Dropdown-module__slideDown___sRCmO{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.Dropdown-module__optionsList___Be6RN{margin:0;padding:.5rem 0;list-style:none}.Dropdown-module__option___q-NgT{cursor:pointer;color:var(--color-fg-text);align-items:center;padding:.75rem 1rem;font-size:.875rem;transition:all .15s;display:flex}.Dropdown-module__option___q-NgT:hover{background-color:var(--color-bg-2)}.Dropdown-module__option___q-NgT.Dropdown-module__selected___-OTW-{background-color:var(--color-bg-3);color:var(--color-fg-highlight);font-weight:600}@media (width<=768px){.Dropdown-module__dropdownButton___suNh-{padding:.625rem 2.25rem .625rem .875rem;font-size:.875rem}.Dropdown-module__chevronIcon___uyawp{right:.875rem}.Dropdown-module__option___q-NgT{padding:.625rem .875rem;font-size:.8125rem}}.styles-module__wrapper___COeGm{flex-direction:column;gap:.5rem;display:flex}.styles-module__wrapper___COeGm.styles-module__fullWidth___lVU49{width:100%}.styles-module__label___gfOA7{color:var(--color-fg-heading);align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.styles-module__required___-zOy5{color:var(--color-danger)}.styles-module__inputContainer___wXY53{align-items:center;width:100%;display:flex;position:relative}.styles-module__input___IZDc3{border:1px solid var(--color-border-4);background:var(--color-bg);width:100%;color:var(--color-fg-text);border-radius:.5rem;outline:none;font-family:inherit;font-size:.875rem;transition:all .2s}.styles-module__input___IZDc3[type=password]::-webkit-credentials-auto-fill-button{visibility:hidden!important;opacity:0!important;pointer-events:none!important;appearance:none!important;display:none!important;position:absolute!important;left:-9999px!important}.styles-module__input___IZDc3[type=password]::-webkit-strong-password-toggle-button{visibility:hidden!important;opacity:0!important;pointer-events:none!important;appearance:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important;position:absolute!important;left:-9999px!important}.styles-module__input___IZDc3[type=password]::-ms-reveal{visibility:hidden!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;display:none!important;position:absolute!important;left:-9999px!important}.styles-module__input___IZDc3[type=password]::-ms-clear{visibility:hidden!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;display:none!important;position:absolute!important;left:-9999px!important}.styles-module__input___IZDc3:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb,102, 126, 234), .1)}.styles-module__input___IZDc3::placeholder{color:var(--color-fg-muted,var(--color-fg-text));opacity:.5}.styles-module__input___IZDc3.styles-module__small___cuGyE{padding:.5rem .75rem;font-size:.8125rem}.styles-module__input___IZDc3.styles-module__medium___JdDPu{padding:.75rem;font-size:.875rem}.styles-module__input___IZDc3.styles-module__large___fMmiG{padding:1rem;font-size:1rem}.styles-module__input___IZDc3.styles-module__default___-eZTG{background:var(--color-bg);border-color:var(--color-border-4)}.styles-module__input___IZDc3.styles-module__filled___EQ5PQ{background:var(--color-bg-2);border-color:var(--color-border-3)}.styles-module__inputContainer___wXY53.styles-module__withLeftIcon___NFn6- .styles-module__input___IZDc3{padding-left:2.5rem}.styles-module__inputContainer___wXY53.styles-module__withRightIcon___mz-hn .styles-module__input___IZDc3{padding-right:2.5rem}.styles-module__inputContainer___wXY53.styles-module__withLeftIcon___NFn6- .styles-module__input___IZDc3.styles-module__small___cuGyE{padding-left:2rem}.styles-module__inputContainer___wXY53.styles-module__withRightIcon___mz-hn .styles-module__input___IZDc3.styles-module__small___cuGyE{padding-right:2rem}.styles-module__inputContainer___wXY53.styles-module__withLeftIcon___NFn6- .styles-module__input___IZDc3.styles-module__large___fMmiG{padding-left:3rem}.styles-module__inputContainer___wXY53.styles-module__withRightIcon___mz-hn .styles-module__input___IZDc3.styles-module__large___fMmiG{padding-right:3rem}.styles-module__leftIcon___jEW5H,.styles-module__rightIcon___bA3Eo{color:var(--color-fg-muted,var(--color-fg-text));pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute}.styles-module__leftIcon___jEW5H{left:.75rem}.styles-module__rightIcon___bA3Eo{right:.75rem}.styles-module__rightIcon___bA3Eo.styles-module__rightIconInteractive___ccypw{pointer-events:auto}.styles-module__inputContainer___wXY53.styles-module__containerSmall___20ICq .styles-module__leftIcon___jEW5H{left:.5rem}.styles-module__inputContainer___wXY53.styles-module__containerSmall___20ICq .styles-module__rightIcon___bA3Eo{right:.5rem}.styles-module__inputContainer___wXY53.styles-module__containerLarge___IztuN .styles-module__leftIcon___jEW5H{left:1rem}.styles-module__inputContainer___wXY53.styles-module__containerLarge___IztuN .styles-module__rightIcon___bA3Eo{right:1rem}.styles-module__input___IZDc3.styles-module__error___946qV{border-color:var(--color-danger)}.styles-module__input___IZDc3.styles-module__error___946qV:focus{border-color:var(--color-danger);box-shadow:0 0 0 3px rgba(var(--color-danger-rgb,244, 67, 54), .1)}.styles-module__input___IZDc3.styles-module__disabled___sJvLd{background:var(--color-bg-3);border-color:var(--color-border-5);color:var(--color-fg-muted);cursor:not-allowed;opacity:.6}.styles-module__errorMessage___5Mn22{color:var(--color-danger);margin:0;font-size:.75rem}.styles-module__helperText___T2eui{color:var(--color-fg-muted);margin:0;font-size:.75rem}.styles-module__container___xeg8O{flex-direction:column;gap:1rem;display:flex}.styles-module__label___qhbKe{color:var(--color-fg-text);font-size:.875rem;font-weight:500}.styles-module__error___O-7AY{color:var(--color-error);font-size:.875rem}.styles-module__pairs___owGV3{flex-direction:column;gap:.75rem;display:flex}.styles-module__pair___G4WFY{grid-template-columns:1fr 2fr auto;align-items:start;gap:.75rem;display:grid}.styles-module__keyInput___wl1M1,.styles-module__valueInput___HiwJ5{flex:1}.styles-module__removeButton___4-X0b{min-width:auto;color:var(--color-error);padding:.5rem}.styles-module__removeButton___4-X0b:hover{background-color:var(--color-error);color:#fff}.styles-module__addButton___QFljt{align-self:flex-start}@media (width<=768px){.styles-module__pair___G4WFY{grid-template-columns:1fr}.styles-module__removeButton___4-X0b{align-self:flex-end}}.styles-module__searchContainer___86TGN{width:100%;max-width:400px;position:relative}.styles-module__searchIcon___ZInry{color:var(--color-fg-muted);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.styles-module__searchInput___SqZXQ{border:1px solid var(--color-border);width:100%;color:var(--color-fg-text);background:var(--color-bg-2);border-radius:.5rem;padding:.75rem 3rem;font-size:1rem;transition:all .2s}.styles-module__searchInput___SqZXQ:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-bg);outline:none}.styles-module__searchInput___SqZXQ::placeholder{color:var(--color-fg-muted)}.styles-module__clearBtn___7jExr{width:1.5rem;height:1.5rem;color:var(--color-fg-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.styles-module__clearBtn___7jExr:hover{color:var(--color-fg-text)}@media (width<=768px){.styles-module__searchContainer___86TGN{max-width:100%}}.styles-module__container___nGxdM{flex-direction:column;gap:.75rem;display:flex}.styles-module__toggleContainer___VrsKI{align-items:center;display:flex}.styles-module__toggleButton___IzD6Z{border:1px solid var(--color-border-4);background:var(--color-bg);color:var(--color-fg-muted);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.styles-module__toggleButton___IzD6Z:hover{background:var(--color-bg-2);border-color:var(--color-border-3)}.styles-module__toggleButton___IzD6Z.styles-module__enabled___cao0G{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.styles-module__toggleButton___IzD6Z.styles-module__enabled___cao0G:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.styles-module__optionsContainer___LOzlO{background:var(--color-bg-2);border:1px solid var(--color-border-4);border-radius:.5rem;gap:.5rem;padding:.5rem;display:flex}.styles-module__option___abhnC{border:1px solid var(--color-border-4);background:var(--color-bg);color:var(--color-fg);cursor:pointer;border-radius:.375rem;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.styles-module__option___abhnC:hover{background:var(--color-bg-3);border-color:var(--color-border-3)}.styles-module__option___abhnC.styles-module__active___pqmSi{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.styles-module__option___abhnC.styles-module__active___pqmSi:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.styles-module__nbSelect___KjxSc{font-family:inherit;font-size:.9375rem;font-weight:600;line-height:1.5rem;display:inline-block;position:relative}.styles-module__selectButton___AKZe4{cursor:pointer;text-align:left;width:100%;min-width:8rem;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;appearance:none;border:1px solid;border-radius:.25rem;outline:none;justify-content:space-between;align-items:center;padding:.4375rem 2.2rem .4375rem 1.125rem;transition:all .15s ease-in-out;display:flex;position:relative}.styles-module__selectButton___AKZe4.styles-module__primary___HU36a{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-primary-fg)}.styles-module__selectButton___AKZe4.styles-module__primary___HU36a:hover:not(:disabled){background-color:var(--color-primary-light);border-color:var(--color-primary-light)}.styles-module__selectButton___AKZe4.styles-module__primary___HU36a:focus,.styles-module__selectButton___AKZe4.styles-module__primary___HU36a.styles-module__open___9AKMb{background-color:var(--color-primary-light);border-color:var(--color-primary-light);box-shadow:0 0 0 .125rem #8f9bb340}.styles-module__selectButton___AKZe4.styles-module__default___LedYP{background-color:var(--color-bg);border-color:var(--color-border-4);color:var(--color-fg-text)}.styles-module__selectButton___AKZe4.styles-module__default___LedYP:hover:not(:disabled){background-color:var(--color-bg-2);border-color:var(--color-primary)}.styles-module__selectButton___AKZe4.styles-module__default___LedYP:focus,.styles-module__selectButton___AKZe4.styles-module__default___LedYP.styles-module__open___9AKMb{background-color:var(--color-bg-2);border-color:var(--color-primary);box-shadow:0 0 0 .125rem #8f9bb340}.styles-module__selectButton___AKZe4:disabled{cursor:not-allowed;opacity:.6}.styles-module__buttonText___QSLO1{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.styles-module__chevronIcon___qAHaD{flex-shrink:0;width:1.5rem;height:1.5rem;transition:transform .15s;position:absolute;right:.41rem}.styles-module__selectButton___AKZe4.styles-module__primary___HU36a .styles-module__chevronIcon___qAHaD{color:var(--color-primary-fg)}.styles-module__selectButton___AKZe4.styles-module__default___LedYP .styles-module__chevronIcon___qAHaD{color:var(--color-fg)}.styles-module__chevronIcon___qAHaD.styles-module__open___9AKMb{transform:rotate(180deg)}.styles-module__optionsPanel___NWAp3{background-color:var(--color-bg);border:1px solid var(--color-border-4);z-index:1000;transform-origin:top;visibility:hidden;pointer-events:none;border-radius:.25rem;min-width:100%;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 .5rem 1rem #00000026}.styles-module__optionsPanel___NWAp3.styles-module__open___9AKMb{visibility:visible;pointer-events:auto;animation:.25s ease-out styles-module__expandDown___eD4lh}.styles-module__optionsPanel___NWAp3.styles-module__closed___bez-q{visibility:hidden;pointer-events:none;animation:.25s ease-out styles-module__collapseUp___dt1E7}@keyframes styles-module__expandDown___eD4lh{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@keyframes styles-module__collapseUp___dt1E7{0%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(0)}}.styles-module__optionsPanel___NWAp3.styles-module__primary___HU36a{border-color:var(--color-primary)}.styles-module__optionsPanel___NWAp3.styles-module__default___LedYP{border-color:var(--color-border-4)}.styles-module__optionsList___AxhVp{margin:0;padding:.5rem 0;list-style:none}.styles-module__option___t1SSw{cursor:pointer;color:var(--color-fg-text);justify-content:space-between;align-items:center;padding:.75rem 1.125rem;transition:all .15s;display:flex}.styles-module__option___t1SSw:hover{background-color:var(--color-bg-2)}.styles-module__option___t1SSw.styles-module__selected___azD4A{background-color:var(--color-primary);color:var(--color-primary-fg);font-weight:700}@media (prefers-color-scheme:dark){.styles-module__optionsPanel___NWAp3{box-shadow:0 .5rem 1rem #0000004d}}.styles-module__sliderContainer___lgpaD{flex-direction:column;gap:.5rem;display:flex}.styles-module__sliderContainer___lgpaD.styles-module__fullWidth___ZS8W5{width:100%}.styles-module__labelRow___dkVVM{justify-content:space-between;align-items:center;min-height:1.5rem;margin-bottom:.5rem;display:flex}.styles-module__label___bXGZs{color:var(--color-fg-text);font-size:.875rem;font-weight:500}.styles-module__required___FuyfE{color:var(--color-danger);margin-left:.25rem}.styles-module__sliderWrapper___1Wdti{touch-action:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:.75rem;width:100%;display:flex}.styles-module__sliderRoot___yzOjR{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;flex-grow:1;align-items:center;width:100%;padding:.75rem 0;display:flex;position:relative}.styles-module__sliderRoot___yzOjR:active{cursor:grabbing}.styles-module__sliderTrackWrapper___N72WQ{flex-grow:1;display:flex;position:relative}.styles-module__sliderTrack___AltcD{background-color:var(--color-bg-3);border-radius:9999px;width:100%;height:.375rem;position:relative;overflow:hidden}.styles-module__sliderRange___U3g0-{background-color:var(--color-primary);border-radius:9999px;height:100%;position:absolute}.styles-module__valueIndicator___aLf0I{color:var(--color-primary);text-align:center;flex-shrink:0;min-width:2rem;font-size:.875rem;font-weight:600;line-height:1}.styles-module__iconWrapper___wL-b8{flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__icon___vHsID{width:20px;height:20px;color:var(--color-fg-muted)}.styles-module__errorMessage___qFgGe{color:var(--color-danger);margin:0;font-size:.75rem}.styles-module__helperText___tgBGl{color:var(--color-fg-muted);margin:0;font-size:.75rem}.styles-module__loadingContainer___OMgwS{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;display:flex}.styles-module__loadingText___KRZqR{color:var(--color-fg-muted);font-size:1rem}.styles-module__errorContainer___qhAg2{text-align:center;min-height:60vh;color:var(--color-fg-text);flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:3rem 2rem;display:flex}.styles-module__errorIconWrapper___IHZrN{background:linear-gradient(135deg, rgba(var(--color-error-rgb,239, 68, 68), .1), rgba(var(--color-error-rgb,239, 68, 68), .05));border:2px solid rgba(var(--color-error-rgb,239, 68, 68), .2);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;animation:2s ease-in-out infinite styles-module__pulse___Lju-z;display:flex}@keyframes styles-module__pulse___Lju-z{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.styles-module__errorIcon___oGDIP{color:var(--color-error,#ef4444);stroke-width:1.5px}.styles-module__errorContent___F55rQ{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:600px;display:flex}.styles-module__errorTitle___hC8D-{color:var(--color-fg-heading);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700;line-height:1.2}.styles-module__errorDescription___hZtuP{color:var(--color-fg-muted);max-width:480px;margin:0;font-size:1rem;line-height:1.6}.styles-module__errorDetailsWrapper___-sp8b{width:100%;max-width:600px;margin-top:.5rem}.styles-module__errorDetailsContainer___eywMo{text-align:left;border:1px solid var(--color-border,#0000001a);background:var(--color-bg-2,#00000005);border-radius:.75rem;width:100%;transition:all .2s;overflow:hidden}.styles-module__errorDetailsContainer___eywMo:hover{border-color:var(--color-border-hover,#00000026);background:var(--color-bg-3,#00000008)}.styles-module__errorDetailsSummary___hGEoD{cursor:pointer;color:var(--color-fg-muted);-webkit-user-select:none;user-select:none;padding:.875rem 1.25rem;font-size:.875rem;font-weight:500;list-style:none;transition:color .2s}.styles-module__errorDetailsSummary___hGEoD:hover{color:var(--color-fg-text)}.styles-module__errorDetailsSummary___hGEoD::-webkit-details-marker{display:none}.styles-module__errorDetailsSummary___hGEoD:before{content:"▶";margin-right:.5rem;font-size:.75rem;transition:transform .2s;display:inline-block}.styles-module__errorDetailsContainer___eywMo[open] .styles-module__errorDetailsSummary___hGEoD:before{transform:rotate(90deg)}.styles-module__errorDetails___tzCT-{background:var(--color-bg-3,#00000008);border-top:1px solid var(--color-border,#0000001a);max-width:100%;color:var(--color-fg-muted);white-space:pre-wrap;word-break:break-word;margin:0;padding:1rem 1.25rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:.8125rem;line-height:1.6;overflow-x:auto}.styles-module__errorActions___gtqYw{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.styles-module__retryButton___TA4jm{background:var(--color-primary);color:var(--color-primary-fg);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #00000014}.styles-module__retryButton___TA4jm:hover{background:var(--color-primary-hover,var(--color-primary));transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.styles-module__retryButton___TA4jm:active{transform:translateY(0);box-shadow:0 2px 8px #00000014}.styles-module__retryButtonIcon___vzfp-{font-size:1.125rem;line-height:1;transition:transform .3s;display:inline-block}.styles-module__retryButton___TA4jm:hover .styles-module__retryButtonIcon___vzfp-{transform:rotate(180deg)}.styles-module__clearLocalDataButton___T3B-K{color:var(--color-fg-muted);border:1px solid var(--color-border-4);cursor:pointer;background:0 0;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:inline-flex}.styles-module__clearLocalDataButton___T3B-K:hover{color:var(--color-fg-text);border-color:var(--color-border-3);background:var(--color-bg-secondary)}.styles-module__wrapper___jXPV3{flex-direction:column;gap:.5rem;display:flex}.styles-module__wrapper___jXPV3.styles-module__fullWidth___eKyGB{width:100%}.styles-module__label___MyTeo{color:var(--color-fg-heading);align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.styles-module__required___TV-m8{color:var(--color-danger)}.styles-module__inputContainer___VvGBl{align-items:flex-start;width:100%;display:flex;position:relative}.styles-module__textarea___AjX9N{border:1px solid var(--color-border-4);background:var(--color-bg);width:100%;color:var(--color-fg-text);resize:vertical;border-radius:.5rem;outline:none;min-height:4rem;font-family:inherit;font-size:.875rem;transition:all .2s}.styles-module__textarea___AjX9N:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb,102, 126, 234), .1)}.styles-module__textarea___AjX9N::placeholder{color:var(--color-fg-muted,var(--color-fg-text));opacity:.5}.styles-module__textarea___AjX9N.styles-module__small___zMx0G{min-height:3rem;padding:.5rem .75rem;font-size:.8125rem}.styles-module__textarea___AjX9N.styles-module__medium___tO2Lb{min-height:4rem;padding:.75rem;font-size:.875rem}.styles-module__textarea___AjX9N.styles-module__large___3eU2g{min-height:5rem;padding:1rem;font-size:1rem}.styles-module__textarea___AjX9N.styles-module__default___vsSxX{background:var(--color-bg);border-color:var(--color-border-4)}.styles-module__textarea___AjX9N.styles-module__filled___TPQgI{background:var(--color-bg-2);border-color:var(--color-border-3)}.styles-module__inputContainer___VvGBl .styles-module__leftIcon___FHp2R{color:var(--color-fg-muted,var(--color-fg-text));pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;left:.75rem}.styles-module__inputContainer___VvGBl .styles-module__rightIcon___dkyvP{color:var(--color-fg-muted,var(--color-fg-text));pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem}.styles-module__inputContainer___VvGBl .styles-module__textarea___AjX9N.styles-module__small___zMx0G+.styles-module__leftIcon___FHp2R,.styles-module__inputContainer___VvGBl .styles-module__textarea___AjX9N.styles-module__small___zMx0G+.styles-module__rightIcon___dkyvP{top:.5rem}.styles-module__inputContainer___VvGBl .styles-module__textarea___AjX9N.styles-module__large___3eU2g+.styles-module__leftIcon___FHp2R,.styles-module__inputContainer___VvGBl .styles-module__textarea___AjX9N.styles-module__large___3eU2g+.styles-module__rightIcon___dkyvP{top:1rem}.styles-module__textarea___AjX9N.styles-module__error___d8gLK{border-color:var(--color-danger)}.styles-module__textarea___AjX9N.styles-module__error___d8gLK:focus{border-color:var(--color-danger);box-shadow:0 0 0 3px rgba(var(--color-danger-rgb,244, 67, 54), .1)}.styles-module__textarea___AjX9N.styles-module__disabled___IzbfE{background:var(--color-bg-3);border-color:var(--color-border-5);color:var(--color-fg-muted);cursor:not-allowed;opacity:.6}.styles-module__errorText___Nom7x{color:var(--color-danger);margin:0;font-size:.75rem}.styles-module__helperText___97Def{color:var(--color-fg-muted);margin:0;font-size:.75rem}.styles-module__virtualList___pM6rN{contain:strict;width:100%;padding-bottom:300px;position:relative;overflow:auto}.styles-module__emptyContainer___rm938{height:100%;color:var(--color-fg-muted);justify-content:center;align-items:center;display:flex}.styles-module__virtualListInner___HxRzc{width:100%;position:relative}.styles-module__virtualListItems___p19-a{width:100%;position:absolute;top:0;left:0}.styles-module__loadingMore___zAdLM{color:var(--color-fg-muted);justify-content:center;align-items:center;gap:.75rem;padding:2rem 0;font-size:.875rem;display:flex}.styles-module__endOfList___5cYFh{color:var(--color-fg-muted);border-top:1px solid var(--color-border-3);justify-content:center;margin-top:1rem;padding:2rem 0;font-size:.875rem;display:flex}.styles-module__endOfList___5cYFh span{background-color:var(--color-bg-2);border-radius:.25rem;padding:.5rem 1rem}.styles-module__virtualList___xmj2v{width:100%;padding-bottom:300px;position:relative;overflow:visible}.styles-module__virtualListInner___quD74{width:100%;position:relative}.styles-module__virtualListItems___-Muml{width:100%;position:absolute;top:0;left:0}.styles-module__virtualListRow___h3pzX{width:100%}.styles-module__emptyContainer___LIy8r{color:var(--color-fg-muted);justify-content:center;align-items:center;padding:2rem 0;display:flex}.styles-module__loadingMore___Mzf-p{color:var(--color-fg-muted);justify-content:center;align-items:center;padding:1.5rem 0;display:flex}.styles-module__endOfList___g5G--{color:var(--color-fg-muted);border-top:1px solid var(--color-border-3);justify-content:center;padding:1.5rem 0;display:flex}.styles-module__sidebar___BMt0j{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.styles-module__sidebarContent___iAwiw{flex-direction:column;height:100%;min-height:0;padding-top:1rem;display:flex;overflow:hidden}.styles-module__menuWrapper___DKuEv{flex:1;min-height:0;overflow:hidden auto}.styles-module__sidebarContent___iAwiw::-webkit-scrollbar{width:0}.styles-module__sidebarContent___iAwiw::-webkit-scrollbar-track{background:0 0}.styles-module__sidebarContent___iAwiw::-webkit-scrollbar-thumb{background:0 0}.styles-module__sidebarContent___iAwiw::-webkit-scrollbar-thumb:hover{background:0 0}.styles-module__sidebar___BMt0j a{margin-left:0}.styles-module__sidebar___BMt0j .ps-sidebar-root{background-color:var(--color-bg-2)!important;border-right:1px solid var(--color-separator)!important;flex-direction:column!important;height:100%!important;min-height:0!important;display:flex!important;overflow:hidden!important}.styles-module__sidebar___BMt0j .ps-sidebar-container{background-color:var(--color-bg-2)!important;height:100%!important;min-height:0!important;color:var(--color-fg-text)!important;flex-direction:column!important;flex:1!important;display:flex!important;overflow:hidden!important}.styles-module__sidebar___BMt0j .ps-menu-button{color:var(--color-fg-text)!important;border-radius:.375rem!important;margin:.125rem .5rem!important;padding:.5rem .75rem!important;font-size:.875rem!important;transition:all .2s!important}.styles-module__sidebar___BMt0j .ps-menu-button:hover{background-color:var(--color-bg-3)!important;color:var(--color-fg-text)!important}.styles-module__sidebar___BMt0j .ps-menu-button.ps-active{background-color:var(--color-primary)!important;color:#fff!important}.styles-module__sidebar___BMt0j .ps-menu-button.ps-active *,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active .ps-menu-icon,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active .ps-menu-label{color:#fff!important}.styles-module__sidebar___BMt0j .ps-menu-icon{width:1.25rem!important;height:1.25rem!important;color:var(--color-fg-text)!important;margin-right:.5rem!important}.styles-module__sidebar___BMt0j .ps-submenu-content{background-color:var(--color-bg-3)!important;padding-left:.5rem!important;overflow:hidden!important}.styles-module__sidebar___BMt0j .ps-submenu-content .ps-menu-button{margin:.125rem .25rem!important;padding:.375rem .5rem!important;font-size:.8125rem!important;transition:all .2s!important}.styles-module__sidebar___BMt0j .ps-menu-label{color:var(--color-fg-text)!important;font-weight:500!important}.styles-module__sidebar___BMt0j .ps-menu-button.ps-active,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active span,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active div,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active .ps-menu-icon,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active .ps-menu-label{color:#fff!important}.styles-module__logoutContainer___7NwBL{border-top:1px solid var(--color-separator);writing-mode:horizontal-tb;text-orientation:mixed;flex-shrink:0;margin-top:auto;padding:.5rem}.styles-module__logoutButton___rfD6u{width:100%;color:var(--color-fg-text);cursor:pointer;white-space:nowrap;writing-mode:horizontal-tb;text-orientation:mixed;direction:ltr;background:0 0;border:none;border-radius:.375rem;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:background-color .2s,color .2s;display:flex;overflow:hidden}.styles-module__logoutButton___rfD6u span{opacity:1;max-width:200px;transition:opacity .3s,max-width .3s;display:inline-block;writing-mode:horizontal-tb!important;text-orientation:mixed!important;direction:ltr!important;transform:none!important}.styles-module__logoutButton___rfD6u .styles-module__hiddenText___z183T{opacity:0;width:0;max-width:0;overflow:hidden}.styles-module__logoutButton___rfD6u .styles-module__visibleText___lfsv-{opacity:1;width:auto;max-width:200px}.styles-module__logoutButton___rfD6u:hover{background-color:var(--color-bg-3)}.styles-module__logoutButton___rfD6u:active{transform:scale(.98)}.styles-module__logoutButton___rfD6u svg{color:inherit;flex-shrink:0}.styles-module__footer___g-hY7{background:var(--color-bg-2);width:100%;padding:0 2rem}.styles-module__footerContent___Oen5n{justify-content:space-between;align-items:center;max-width:100%;margin:0 auto;display:flex}.styles-module__copyright___1R2o3{color:var(--color-fg-text);font-size:.875rem}.styles-module__links___dQyvB{gap:1.5rem;display:flex}.styles-module__link___UWfyK{color:var(--color-fg-text);font-size:.875rem;text-decoration:none;transition:color .3s}.styles-module__link___UWfyK:hover{color:var(--color-primary)}@media (width<=768px){.styles-module__footerContent___Oen5n{flex-direction:column;gap:1rem}.styles-module__links___dQyvB{gap:1rem}}.styles-module__header___4Uc8h{width:100%;padding:.5rem 2rem;display:flex}.styles-module__header___4Uc8h>:first-child{flex:1;justify-content:flex-start;align-items:center;display:flex}.styles-module__header___4Uc8h>:last-child{flex:1;justify-content:flex-end;align-items:center;display:flex}.styles-module__layout___ZQKU7{background:var(--color-bg);flex-direction:column;width:100%;height:100vh;display:flex;position:relative}.styles-module__header___XIaFb{z-index:100;background:var(--color-bg);width:100%;position:fixed;top:0;box-shadow:0 .125rem .25rem #2c33491a}.styles-module__footer___r8ASO{z-index:100;width:100%;position:fixed;bottom:0}.styles-module__mainWrapper___i4tEI{flex:1;display:flex;position:relative}.styles-module__sidebar___ij-8-{position:fixed;top:0}.styles-module__content___mTgUr{background:var(--color-bg);flex:1;min-height:calc(100vh - 10rem);margin:0;padding-top:0;padding-bottom:0;overflow:hidden auto}@media (width<=768px){.styles-module__content___mTgUr{width:100%}.styles-module__sidebar___ij-8-{z-index:999;height:100vh;position:fixed;top:0;left:0}}.styles-module__mainWrapper___AiTAw{flex-direction:row;flex:1;display:flex;position:relative}.styles-module__sidebarContainer___X4yj8{z-index:99;flex-direction:column;display:flex;position:fixed;left:0;overflow:hidden}.styles-module__sidebar___VQTlH{flex-shrink:0;top:0;left:0}.styles-module__content___htJlH{background:var(--color-bg);flex:1;margin:0;padding-top:0;padding-bottom:0;overflow:hidden auto}@media (width<=1024px){.styles-module__content___htJlH{padding:1.5rem}}@media (width<=768px){.styles-module__content___htJlH{width:100%}.styles-module__sidebar___VQTlH{z-index:999;height:100vh;position:fixed;top:0;left:0}}.styles-module__wavesWrapper___TK7DI{pointer-events:none;z-index:0;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.styles-module__wavesWrapper___TK7DI>*{pointer-events:auto}.styles-module__squaresWrapper___P25uF{pointer-events:none;z-index:0;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.styles-module__squaresWrapper___P25uF>*{pointer-events:auto}.styles-module__letterGlitchWrapper___KWtWU{pointer-events:none;z-index:0;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.styles-module__letterGlitchWrapper___KWtWU>*{pointer-events:auto}.styles-module__pixelBlastWrapper___YptHh{pointer-events:none;z-index:0;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.styles-module__pixelBlastWrapper___YptHh>*{pointer-events:auto}
2
+ /*$vite$:1*/`)),document.head.appendChild(e)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
3
+ import { createStore as p, useStore as w } from "zustand";
4
+ var O = (l) => (a, n, t) => {
5
+ const o = t.subscribe;
6
+ return t.subscribe = ((e, u, s) => {
7
+ let f = e;
8
+ if (u) {
9
+ const m = s?.equalityFn || Object.is;
10
+ let i = e(t.getState());
11
+ f = (g) => {
12
+ const y = e(g);
13
+ if (!m(i, y)) {
14
+ const v = i;
15
+ u(i = y, v);
16
+ }
17
+ }, s?.fireImmediately && u(i, i);
18
+ }
19
+ return o(f);
20
+ }), l(a, n, t);
21
+ }, k = O;
22
+ function P(l, a) {
23
+ let n;
24
+ try {
25
+ n = l();
26
+ } catch {
27
+ return;
28
+ }
29
+ return {
30
+ getItem: (t) => {
31
+ var o;
32
+ const e = (s) => s === null ? null : JSON.parse(s, a?.reviver), u = (o = n.getItem(t)) != null ? o : null;
33
+ return u instanceof Promise ? u.then(e) : e(u);
34
+ },
35
+ setItem: (t, o) => n.setItem(t, JSON.stringify(o, a?.replacer)),
36
+ removeItem: (t) => n.removeItem(t)
37
+ };
38
+ }
39
+ var _ = (l) => (a) => {
40
+ try {
41
+ const n = l(a);
42
+ return n instanceof Promise ? n : {
43
+ then(t) {
44
+ return _(t)(n);
45
+ },
46
+ catch(t) {
47
+ return this;
48
+ }
49
+ };
50
+ } catch (n) {
51
+ return {
52
+ then(t) {
53
+ return this;
54
+ },
55
+ catch(t) {
56
+ return _(t)(n);
57
+ }
58
+ };
59
+ }
60
+ }, R = (l, a) => (n, t, o) => {
61
+ let e = {
62
+ storage: P(() => window.localStorage),
63
+ partialize: (r) => r,
64
+ version: 0,
65
+ merge: (r, S) => ({
66
+ ...S,
67
+ ...r
68
+ }),
69
+ ...a
70
+ }, u = !1, s = 0;
71
+ const f = /* @__PURE__ */ new Set(), m = /* @__PURE__ */ new Set();
72
+ let i = e.storage;
73
+ if (!i) return l((...r) => {
74
+ console.warn(`[zustand persist middleware] Unable to update item '${e.name}', the given storage is currently unavailable.`), n(...r);
75
+ }, t, o);
76
+ const g = () => {
77
+ const r = e.partialize({ ...t() });
78
+ return i.setItem(e.name, {
79
+ state: r,
80
+ version: e.version
81
+ });
82
+ }, y = o.setState;
83
+ o.setState = (r, S) => (y(r, S), g());
84
+ const v = l((...r) => (n(...r), g()), t, o);
85
+ o.getInitialState = () => v;
86
+ let h;
87
+ const F = () => {
88
+ var r, S;
89
+ if (!i) return;
90
+ const b = ++s;
91
+ u = !1, f.forEach((c) => {
92
+ var d;
93
+ return c((d = t()) != null ? d : v);
94
+ });
95
+ const H = ((S = e.onRehydrateStorage) == null ? void 0 : S.call(e, (r = t()) != null ? r : v)) || void 0;
96
+ return _(i.getItem.bind(i))(e.name).then((c) => {
97
+ if (c) if (typeof c.version == "number" && c.version !== e.version) {
98
+ if (e.migrate) {
99
+ const d = e.migrate(c.state, c.version);
100
+ return d instanceof Promise ? d.then((I) => [!0, I]) : [!0, d];
101
+ }
102
+ console.error("State loaded from storage couldn't be migrated since no migrate function was provided");
103
+ } else return [!1, c.state];
104
+ return [!1, void 0];
105
+ }).then((c) => {
106
+ var d;
107
+ if (b !== s) return;
108
+ const [I, B] = c;
109
+ if (h = e.merge(B, (d = t()) != null ? d : v), n(h, !0), I) return g();
110
+ }).then(() => {
111
+ b === s && (H?.(h, void 0), h = t(), u = !0, m.forEach((c) => c(h)));
112
+ }).catch((c) => {
113
+ b === s && H?.(void 0, c);
114
+ });
115
+ };
116
+ return o.persist = {
117
+ setOptions: (r) => {
118
+ e = {
119
+ ...e,
120
+ ...r
121
+ }, r.storage && (i = r.storage);
122
+ },
123
+ clearStorage: () => {
124
+ i?.removeItem(e.name);
125
+ },
126
+ getOptions: () => e,
127
+ rehydrate: () => F(),
128
+ hasHydrated: () => u,
129
+ onHydrate: (r) => (f.add(r), () => {
130
+ f.delete(r);
131
+ }),
132
+ onFinishHydration: (r) => (m.add(r), () => {
133
+ m.delete(r);
134
+ })
135
+ }, e.skipHydration || F(), h || v;
136
+ }, J = R;
137
+ function j(l, a) {
138
+ const n = p()(k((o, e) => ({
139
+ ...l,
140
+ ...a(o, e)
141
+ })));
142
+ return {
143
+ store: n,
144
+ useStore: (o) => w(n, o)
145
+ };
146
+ }
147
+ function q(l) {
148
+ const { name: a, initialState: n, actions: t, partialize: o, version: e, migrate: u } = l, s = p()(k(J((m, i) => ({
149
+ ...n,
150
+ ...t(m, i)
151
+ }), {
152
+ name: a,
153
+ ...o && { partialize: o },
154
+ ...e !== void 0 && { version: e },
155
+ ...u && { migrate: u }
156
+ })));
157
+ return {
158
+ store: s,
159
+ useStore: (m) => w(s, m)
160
+ };
161
+ }
162
+ export {
163
+ q as makePersistStore,
164
+ j as makeStore
165
+ };
166
+
167
+ //# sourceMappingURL=stores.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stores.mjs","names":[],"sources":["../node_modules/zustand/esm/middleware.mjs","../src/stores/makeStore.ts"],"sourcesContent":["const reduxImpl = (reducer, initial) => (set, _get, api) => {\n api.dispatch = (action) => {\n set((state) => reducer(state, action), false, action);\n return action;\n };\n api.dispatchFromDevtools = true;\n return { dispatch: (...args) => api.dispatch(...args), ...initial };\n};\nconst redux = reduxImpl;\n\nconst shouldDispatchFromDevtools = (api) => !!api.dispatchFromDevtools && typeof api.dispatch === \"function\";\nconst trackedConnections = /* @__PURE__ */ new Map();\nconst getTrackedConnectionState = (name) => {\n const api = trackedConnections.get(name);\n if (!api) return {};\n return Object.fromEntries(\n Object.entries(api.stores).map(([key, api2]) => [key, api2.getState()])\n );\n};\nconst extractConnectionInformation = (store, extensionConnector, options) => {\n if (store === void 0) {\n return {\n type: \"untracked\",\n connection: extensionConnector.connect(options)\n };\n }\n const existingConnection = trackedConnections.get(options.name);\n if (existingConnection) {\n return { type: \"tracked\", store, ...existingConnection };\n }\n const newConnection = {\n connection: extensionConnector.connect(options),\n stores: {}\n };\n trackedConnections.set(options.name, newConnection);\n return { type: \"tracked\", store, ...newConnection };\n};\nconst removeStoreFromTrackedConnections = (name, store) => {\n if (store === void 0) return;\n const connectionInfo = trackedConnections.get(name);\n if (!connectionInfo) return;\n delete connectionInfo.stores[store];\n if (Object.keys(connectionInfo.stores).length === 0) {\n trackedConnections.delete(name);\n }\n};\nconst findCallerName = (stack) => {\n var _a, _b;\n if (!stack) return void 0;\n const traceLines = stack.split(\"\\n\");\n const apiSetStateLineIndex = traceLines.findIndex(\n (traceLine) => traceLine.includes(\"api.setState\")\n );\n if (apiSetStateLineIndex < 0) return void 0;\n const callerLine = ((_a = traceLines[apiSetStateLineIndex + 1]) == null ? void 0 : _a.trim()) || \"\";\n return (_b = /.+ (.+) .+/.exec(callerLine)) == null ? void 0 : _b[1];\n};\nconst devtoolsImpl = (fn, devtoolsOptions = {}) => (set, get, api) => {\n const { enabled, anonymousActionType, store, ...options } = devtoolsOptions;\n let extensionConnector;\n try {\n extensionConnector = (enabled != null ? enabled : (import.meta.env ? import.meta.env.MODE : void 0) !== \"production\") && window.__REDUX_DEVTOOLS_EXTENSION__;\n } catch (e) {\n }\n if (!extensionConnector) {\n return fn(set, get, api);\n }\n const { connection, ...connectionInformation } = extractConnectionInformation(store, extensionConnector, options);\n let isRecording = true;\n api.setState = ((state, replace, nameOrAction) => {\n const r = set(state, replace);\n if (!isRecording) return r;\n const action = nameOrAction === void 0 ? {\n type: anonymousActionType || findCallerName(new Error().stack) || \"anonymous\"\n } : typeof nameOrAction === \"string\" ? { type: nameOrAction } : nameOrAction;\n if (store === void 0) {\n connection == null ? void 0 : connection.send(action, get());\n return r;\n }\n connection == null ? void 0 : connection.send(\n {\n ...action,\n type: `${store}/${action.type}`\n },\n {\n ...getTrackedConnectionState(options.name),\n [store]: api.getState()\n }\n );\n return r;\n });\n api.devtools = {\n cleanup: () => {\n if (connection && typeof connection.unsubscribe === \"function\") {\n connection.unsubscribe();\n }\n removeStoreFromTrackedConnections(options.name, store);\n }\n };\n const setStateFromDevtools = (...a) => {\n const originalIsRecording = isRecording;\n isRecording = false;\n set(...a);\n isRecording = originalIsRecording;\n };\n const initialState = fn(api.setState, get, api);\n if (connectionInformation.type === \"untracked\") {\n connection == null ? void 0 : connection.init(initialState);\n } else {\n connectionInformation.stores[connectionInformation.store] = api;\n connection == null ? void 0 : connection.init(\n Object.fromEntries(\n Object.entries(connectionInformation.stores).map(([key, store2]) => [\n key,\n key === connectionInformation.store ? initialState : store2.getState()\n ])\n )\n );\n }\n if (shouldDispatchFromDevtools(api)) {\n let didWarnAboutReservedActionType = false;\n const originalDispatch = api.dispatch;\n api.dispatch = (...args) => {\n if ((import.meta.env ? import.meta.env.MODE : void 0) !== \"production\" && args[0].type === \"__setState\" && !didWarnAboutReservedActionType) {\n console.warn(\n '[zustand devtools middleware] \"__setState\" action type is reserved to set state from the devtools. Avoid using it.'\n );\n didWarnAboutReservedActionType = true;\n }\n originalDispatch(...args);\n };\n }\n connection.subscribe((message) => {\n var _a;\n switch (message.type) {\n case \"ACTION\":\n if (typeof message.payload !== \"string\") {\n console.error(\n \"[zustand devtools middleware] Unsupported action format\"\n );\n return;\n }\n return parseJsonThen(\n message.payload,\n (action) => {\n if (action.type === \"__setState\") {\n if (store === void 0) {\n setStateFromDevtools(action.state);\n return;\n }\n if (Object.keys(action.state).length !== 1) {\n console.error(\n `\n [zustand devtools middleware] Unsupported __setState action format.\n When using 'store' option in devtools(), the 'state' should have only one key, which is a value of 'store' that was passed in devtools(),\n and value of this only key should be a state object. Example: { \"type\": \"__setState\", \"state\": { \"abc123Store\": { \"foo\": \"bar\" } } }\n `\n );\n }\n const stateFromDevtools = action.state[store];\n if (stateFromDevtools === void 0 || stateFromDevtools === null) {\n return;\n }\n if (JSON.stringify(api.getState()) !== JSON.stringify(stateFromDevtools)) {\n setStateFromDevtools(stateFromDevtools);\n }\n return;\n }\n if (shouldDispatchFromDevtools(api)) {\n api.dispatch(action);\n }\n }\n );\n case \"DISPATCH\":\n switch (message.payload.type) {\n case \"RESET\":\n setStateFromDevtools(initialState);\n if (store === void 0) {\n return connection == null ? void 0 : connection.init(api.getState());\n }\n return connection == null ? void 0 : connection.init(getTrackedConnectionState(options.name));\n case \"COMMIT\":\n if (store === void 0) {\n connection == null ? void 0 : connection.init(api.getState());\n return;\n }\n return connection == null ? void 0 : connection.init(getTrackedConnectionState(options.name));\n case \"ROLLBACK\":\n return parseJsonThen(message.state, (state) => {\n if (store === void 0) {\n setStateFromDevtools(state);\n connection == null ? void 0 : connection.init(api.getState());\n return;\n }\n setStateFromDevtools(state[store]);\n connection == null ? void 0 : connection.init(getTrackedConnectionState(options.name));\n });\n case \"JUMP_TO_STATE\":\n case \"JUMP_TO_ACTION\":\n return parseJsonThen(message.state, (state) => {\n if (store === void 0) {\n setStateFromDevtools(state);\n return;\n }\n if (JSON.stringify(api.getState()) !== JSON.stringify(state[store])) {\n setStateFromDevtools(state[store]);\n }\n });\n case \"IMPORT_STATE\": {\n const { nextLiftedState } = message.payload;\n const lastComputedState = (_a = nextLiftedState.computedStates.slice(-1)[0]) == null ? void 0 : _a.state;\n if (!lastComputedState) return;\n if (store === void 0) {\n setStateFromDevtools(lastComputedState);\n } else {\n setStateFromDevtools(lastComputedState[store]);\n }\n connection == null ? void 0 : connection.send(\n null,\n // FIXME no-any\n nextLiftedState\n );\n return;\n }\n case \"PAUSE_RECORDING\":\n return isRecording = !isRecording;\n }\n return;\n }\n });\n return initialState;\n};\nconst devtools = devtoolsImpl;\nconst parseJsonThen = (stringified, fn) => {\n let parsed;\n try {\n parsed = JSON.parse(stringified);\n } catch (e) {\n console.error(\n \"[zustand devtools middleware] Could not parse the received json\",\n e\n );\n }\n if (parsed !== void 0) fn(parsed);\n};\n\nconst subscribeWithSelectorImpl = (fn) => (set, get, api) => {\n const origSubscribe = api.subscribe;\n api.subscribe = ((selector, optListener, options) => {\n let listener = selector;\n if (optListener) {\n const equalityFn = (options == null ? void 0 : options.equalityFn) || Object.is;\n let currentSlice = selector(api.getState());\n listener = (state) => {\n const nextSlice = selector(state);\n if (!equalityFn(currentSlice, nextSlice)) {\n const previousSlice = currentSlice;\n optListener(currentSlice = nextSlice, previousSlice);\n }\n };\n if (options == null ? void 0 : options.fireImmediately) {\n optListener(currentSlice, currentSlice);\n }\n }\n return origSubscribe(listener);\n });\n const initialState = fn(set, get, api);\n return initialState;\n};\nconst subscribeWithSelector = subscribeWithSelectorImpl;\n\nfunction combine(initialState, create) {\n return (...args) => Object.assign({}, initialState, create(...args));\n}\n\nfunction createJSONStorage(getStorage, options) {\n let storage;\n try {\n storage = getStorage();\n } catch (e) {\n return;\n }\n const persistStorage = {\n getItem: (name) => {\n var _a;\n const parse = (str2) => {\n if (str2 === null) {\n return null;\n }\n return JSON.parse(str2, options == null ? void 0 : options.reviver);\n };\n const str = (_a = storage.getItem(name)) != null ? _a : null;\n if (str instanceof Promise) {\n return str.then(parse);\n }\n return parse(str);\n },\n setItem: (name, newValue) => storage.setItem(name, JSON.stringify(newValue, options == null ? void 0 : options.replacer)),\n removeItem: (name) => storage.removeItem(name)\n };\n return persistStorage;\n}\nconst toThenable = (fn) => (input) => {\n try {\n const result = fn(input);\n if (result instanceof Promise) {\n return result;\n }\n return {\n then(onFulfilled) {\n return toThenable(onFulfilled)(result);\n },\n catch(_onRejected) {\n return this;\n }\n };\n } catch (e) {\n return {\n then(_onFulfilled) {\n return this;\n },\n catch(onRejected) {\n return toThenable(onRejected)(e);\n }\n };\n }\n};\nconst persistImpl = (config, baseOptions) => (set, get, api) => {\n let options = {\n storage: createJSONStorage(() => window.localStorage),\n partialize: (state) => state,\n version: 0,\n merge: (persistedState, currentState) => ({\n ...currentState,\n ...persistedState\n }),\n ...baseOptions\n };\n let hasHydrated = false;\n let hydrationVersion = 0;\n const hydrationListeners = /* @__PURE__ */ new Set();\n const finishHydrationListeners = /* @__PURE__ */ new Set();\n let storage = options.storage;\n if (!storage) {\n return config(\n (...args) => {\n console.warn(\n `[zustand persist middleware] Unable to update item '${options.name}', the given storage is currently unavailable.`\n );\n set(...args);\n },\n get,\n api\n );\n }\n const setItem = () => {\n const state = options.partialize({ ...get() });\n return storage.setItem(options.name, {\n state,\n version: options.version\n });\n };\n const savedSetState = api.setState;\n api.setState = (state, replace) => {\n savedSetState(state, replace);\n return setItem();\n };\n const configResult = config(\n (...args) => {\n set(...args);\n return setItem();\n },\n get,\n api\n );\n api.getInitialState = () => configResult;\n let stateFromStorage;\n const hydrate = () => {\n var _a, _b;\n if (!storage) return;\n const currentVersion = ++hydrationVersion;\n hasHydrated = false;\n hydrationListeners.forEach((cb) => {\n var _a2;\n return cb((_a2 = get()) != null ? _a2 : configResult);\n });\n const postRehydrationCallback = ((_b = options.onRehydrateStorage) == null ? void 0 : _b.call(options, (_a = get()) != null ? _a : configResult)) || void 0;\n return toThenable(storage.getItem.bind(storage))(options.name).then((deserializedStorageValue) => {\n if (deserializedStorageValue) {\n if (typeof deserializedStorageValue.version === \"number\" && deserializedStorageValue.version !== options.version) {\n if (options.migrate) {\n const migration = options.migrate(\n deserializedStorageValue.state,\n deserializedStorageValue.version\n );\n if (migration instanceof Promise) {\n return migration.then((result) => [true, result]);\n }\n return [true, migration];\n }\n console.error(\n `State loaded from storage couldn't be migrated since no migrate function was provided`\n );\n } else {\n return [false, deserializedStorageValue.state];\n }\n }\n return [false, void 0];\n }).then((migrationResult) => {\n var _a2;\n if (currentVersion !== hydrationVersion) {\n return;\n }\n const [migrated, migratedState] = migrationResult;\n stateFromStorage = options.merge(\n migratedState,\n (_a2 = get()) != null ? _a2 : configResult\n );\n set(stateFromStorage, true);\n if (migrated) {\n return setItem();\n }\n }).then(() => {\n if (currentVersion !== hydrationVersion) {\n return;\n }\n postRehydrationCallback == null ? void 0 : postRehydrationCallback(stateFromStorage, void 0);\n stateFromStorage = get();\n hasHydrated = true;\n finishHydrationListeners.forEach((cb) => cb(stateFromStorage));\n }).catch((e) => {\n if (currentVersion !== hydrationVersion) {\n return;\n }\n postRehydrationCallback == null ? void 0 : postRehydrationCallback(void 0, e);\n });\n };\n api.persist = {\n setOptions: (newOptions) => {\n options = {\n ...options,\n ...newOptions\n };\n if (newOptions.storage) {\n storage = newOptions.storage;\n }\n },\n clearStorage: () => {\n storage == null ? void 0 : storage.removeItem(options.name);\n },\n getOptions: () => options,\n rehydrate: () => hydrate(),\n hasHydrated: () => hasHydrated,\n onHydrate: (cb) => {\n hydrationListeners.add(cb);\n return () => {\n hydrationListeners.delete(cb);\n };\n },\n onFinishHydration: (cb) => {\n finishHydrationListeners.add(cb);\n return () => {\n finishHydrationListeners.delete(cb);\n };\n }\n };\n if (!options.skipHydration) {\n hydrate();\n }\n return stateFromStorage || configResult;\n};\nconst persist = persistImpl;\n\nfunction ssrSafe(config, isSSR = typeof window === \"undefined\") {\n return (set, get, api) => {\n if (!isSSR) {\n return config(set, get, api);\n }\n const ssrSet = () => {\n throw new Error(\"Cannot set state of Zustand store in SSR\");\n };\n api.setState = ssrSet;\n return config(ssrSet, get, api);\n };\n}\n\nexport { combine, createJSONStorage, devtools, persist, redux, subscribeWithSelector, ssrSafe as unstable_ssrSafe };\n","/**\n * 通用 Store 工厂(学习 hooks 的 make 函数模式)。\n * Generic store factory (make pattern like hooks makeUnifiedQuery).\n */\n\nimport { createStore, useStore } from \"zustand\";\nimport { persist, subscribeWithSelector } from \"zustand/middleware\";\n\n/** SetState:与 zustand 的 set 一致。Same as zustand set. */\nexport type SetState<S> = (partial: Partial<S> | ((state: S) => Partial<S>)) => void;\n\n/** GetState:与 zustand 的 get 一致。Same as zustand get. */\nexport type GetState<S> = () => S;\n\n/**\n * 创建带 subscribeWithSelector 的 Store(不持久化)。\n * Create store with subscribeWithSelector (no persist).\n *\n * @param initialState - 初始状态。Initial state.\n * @param actions - (set, get) => actions 对象。(set, get) => actions object.\n * @returns { store, useStore } 供外部使用。Returns { store, useStore }.\n *\n * @example\n * ```ts\n * const { store, useStore } = makeStore(\n * { count: 0 },\n * (set) => ({ increment: () => set((s) => ({ count: s.count + 1 })) })\n * );\n * const count = useStore((s) => s.count);\n * ```\n */\nexport function makeStore<S extends object, A extends object>(initialState: S, actions: (set: SetState<S & A>, get: GetState<S & A>) => A) {\n const store = createStore<S & A>()(\n subscribeWithSelector((set, get) => ({\n ...initialState,\n ...actions(set as SetState<S & A>, get as GetState<S & A>),\n })),\n );\n const useStoreBound = <T>(selector: (state: S & A) => T): T => useStore(store, selector);\n return { store, useStore: useStoreBound };\n}\n\n/** makePersistStore 的配置。Config for makePersistStore. */\nexport interface MakePersistStoreOptions<S extends object, A extends object> {\n /** 持久化 key(localStorage)。Persist key (localStorage). */\n name: string;\n /** 初始状态。Initial state. */\n initialState: S;\n /** (set, get) => actions。(set, get) => actions. */\n actions: (set: SetState<S & A>, get: GetState<S & A>) => A;\n /** 只持久化部分 state;缺省则全量。Partialize state to persist; default full. */\n partialize?: (state: S & A) => Partial<S & A>;\n /** 版本号(用于 migrate)。Version for migrate. */\n version?: number;\n /** 迁移旧持久化数据。Migrate persisted state. */\n migrate?: (persistedState: unknown, version: number) => Partial<S & A>;\n}\n\n/**\n * 创建带 persist + subscribeWithSelector 的 Store。\n * Create store with persist and subscribeWithSelector.\n *\n * @param options - name, initialState, actions, partialize?, version?, migrate?\n * @returns { store, useStore }\n *\n * @example\n * ```ts\n * const { store, useStore } = makePersistStore({\n * name: \"auth-storage\",\n * initialState: { token: null },\n * actions: (set) => ({ setToken: (t) => set({ token: t }) }),\n * });\n * ```\n */\nexport function makePersistStore<S extends object, A extends object>(options: MakePersistStoreOptions<S, A>) {\n const { name, initialState, actions: actionsFn, partialize, version, migrate } = options;\n const store = createStore<S & A>()(\n subscribeWithSelector(\n persist(\n (set, get) => ({\n ...initialState,\n ...actionsFn(set as SetState<S & A>, get as GetState<S & A>),\n }),\n {\n name,\n ...(partialize && { partialize }),\n ...(version !== undefined && { version }),\n ...(migrate && { migrate }),\n },\n ),\n ),\n );\n const useStoreBound = <T>(selector: (state: S & A) => T): T => useStore(store, selector);\n return { store, useStore: useStoreBound };\n}\n"],"x_google_ignoreList":[0],"mappings":";AAsPA,IAAM,IAAA,CAA6B,MAAA,CAAQ,GAAK,GAAK,MAAQ;AAC3D,QAAM,IAAgB,EAAI;AAC1B,SAAA,EAAI,aAAA,CAAc,GAAU,GAAa,MAAY;AACnD,QAAI,IAAW;AACf,QAAI,GAAa;AACf,YAAM,IAAyC,GAAQ,cAAe,OAAO;AAC7E,UAAI,IAAe,EAAS,EAAI,SAAA,CAAU;AAC1C,MAAA,IAAA,CAAY,MAAU;AACpB,cAAM,IAAY,EAAS,CAAA;AAC3B,YAAI,CAAC,EAAW,GAAc,CAAA,GAAY;AACxC,gBAAM,IAAgB;AACtB,UAAA,EAAY,IAAe,GAAW,CAAA;AAAA;SAGX,GAAQ,mBACrC,EAAY,GAAc,CAAA;AAAA;AAG9B,WAAO,EAAc,CAAA;AAAA,MAEF,EAAG,GAAK,GAAK,CAAA;GAG9B,IAAwB;AAM9B,SAAS,EAAkB,GAAY,GAAS;AAC9C,MAAI;AACJ,MAAI;AACF,IAAA,IAAU,EAAA;AAAA,UACA;AACV;AAAA;AAoBF,SAlBuB;AAAA,IACrB,SAAA,CAAU,MAAS;AACjB,UAAI;AACJ,YAAM,IAAA,CAAS,MACT,MAAS,OACJ,OAEF,KAAK,MAAM,GAAiC,GAAQ,OAAA,GAEvD,KAAO,IAAK,EAAQ,QAAQ,CAAA,MAAU,OAAO,IAAK;AACxD,aAAI,aAAe,UACV,EAAI,KAAK,CAAA,IAEX,EAAM,CAAA;AAAA;IAEf,SAAA,CAAU,GAAM,MAAa,EAAQ,QAAQ,GAAM,KAAK,UAAU,GAAqC,GAAQ,QAAA,CAAS;AAAA,IACxH,YAAA,CAAa,MAAS,EAAQ,WAAW,CAAA;AAAA;;AAI7C,IAAM,IAAA,CAAc,MAAA,CAAQ,MAAU;AACpC,MAAI;AACF,UAAM,IAAS,EAAG,CAAA;AAClB,WAAI,aAAkB,UACb,IAEF;AAAA,MACL,KAAK,GAAa;AAChB,eAAO,EAAW,CAAA,EAAa,CAAA;AAAA;MAEjC,MAAM,GAAa;AACjB,eAAO;AAAA;;WAGJ,GAAG;AACV,WAAO;AAAA,MACL,KAAK,GAAc;AACjB,eAAO;AAAA;MAET,MAAM,GAAY;AAChB,eAAO,EAAW,CAAA,EAAY,CAAA;AAAA;;;GAKhC,IAAA,CAAe,GAAQ,MAAA,CAAiB,GAAK,GAAK,MAAQ;AAC9D,MAAI,IAAU;AAAA,IACZ,SAAS,EAAA,MAAwB,OAAO,YAAA;AAAA,IACxC,YAAA,CAAa,MAAU;AAAA,IACvB,SAAS;AAAA,IACT,OAAA,CAAQ,GAAgB,OAAkB;AAAA,MACxC,GAAG;AAAA,MACH,GAAG;AAAA;IAEL,GAAG;AAAA,KAED,IAAc,IACd,IAAmB;AACvB,QAAM,IAAqC,oBAAI,IAAA,GACzC,IAA2C,oBAAI,IAAA;AACrD,MAAI,IAAU,EAAQ;AACtB,MAAI,CAAC,EACH,QAAO,EAAA,IACD,MAAS;AACX,YAAQ,KACN,uDAAuD,EAAQ,IAAA,gDAAK,GAEtE,EAAI,GAAG,CAAA;AAAA,KAET,GACA,CAAA;AAGJ,QAAM,IAAA,MAAgB;AACpB,UAAM,IAAQ,EAAQ,WAAW,EAAE,GAAG,EAAA,EAAK,CAAE;AAC7C,WAAO,EAAQ,QAAQ,EAAQ,MAAM;AAAA,MACnC,OAAA;AAAA,MACA,SAAS,EAAQ;AAAA,KAClB;AAAA,KAEG,IAAgB,EAAI;AAC1B,EAAA,EAAI,WAAA,CAAY,GAAO,OACrB,EAAc,GAAO,CAAA,GACd,EAAA;AAET,QAAM,IAAe,EAAA,IACf,OACF,EAAI,GAAG,CAAA,GACA,EAAA,IAET,GACA,CAAA;AAEF,EAAA,EAAI,kBAAA,MAAwB;AAC5B,MAAI;AACJ,QAAM,IAAA,MAAgB;AACpB,QAAI,GAAI;AACR,QAAI,CAAC,EAAS;AACd,UAAM,IAAiB,EAAE;AACzB,IAAA,IAAc,IACd,EAAmB,QAAA,CAAS,MAAO;AACjC,UAAI;AACJ,aAAO,GAAI,IAAM,EAAA,MAAU,OAAO,IAAM,CAAA;AAAA;AAE1C,UAAM,MAA4B,IAAK,EAAQ,uBAAuB,OAAO,SAAS,EAAG,KAAK,IAAU,IAAK,EAAA,MAAU,OAAO,IAAK,CAAA,MAAkB;AACrJ,WAAO,EAAW,EAAQ,QAAQ,KAAK,CAAA,CAAQ,EAAE,EAAQ,IAAA,EAAM,KAAA,CAAM,MAA6B;AAChG,UAAI,EACF,KAAI,OAAO,EAAyB,WAAY,YAAY,EAAyB,YAAY,EAAQ,SAAS;AAChH,YAAI,EAAQ,SAAS;AACnB,gBAAM,IAAY,EAAQ,QACxB,EAAyB,OACzB,EAAyB,OAAA;AAE3B,iBAAI,aAAqB,UAChB,EAAU,KAAA,CAAM,MAAW,CAAC,IAAM,CAAA,CAAO,IAE3C,CAAC,IAAM,CAAA;AAAA;AAEhB,gBAAQ,MACN,uFAAA;AAAA,YAGF,QAAO,CAAC,IAAO,EAAyB,KAAA;AAG5C,aAAO,CAAC,IAAO,MAAK;AAAA,OACnB,KAAA,CAAM,MAAoB;AAC3B,UAAI;AACJ,UAAI,MAAmB,EACrB;AAEF,YAAM,CAAC,GAAU,CAAA,IAAiB;AAMlC,UALA,IAAmB,EAAQ,MACzB,IACC,IAAM,EAAA,MAAU,OAAO,IAAM,CAAA,GAEhC,EAAI,GAAkB,EAAA,GAClB,EACF,QAAO,EAAA;AAAA,OAER,KAAA,MAAW;AACZ,MAAI,MAAmB,MAGvB,IAAmE,GAAkB,MAAK,GAC1F,IAAmB,EAAA,GACnB,IAAc,IACd,EAAyB,QAAA,CAAS,MAAO,EAAG,CAAA,CAAiB;AAAA,OAC5D,MAAA,CAAO,MAAM;AACd,MAAI,MAAmB,KAGvB,IAAmE,QAAQ,CAAA;AAAA;;AAG/E,SAAA,EAAI,UAAU;AAAA,IACZ,YAAA,CAAa,MAAe;AAC1B,MAAA,IAAU;AAAA,QACR,GAAG;AAAA,QACH,GAAG;AAAA,SAED,EAAW,YACb,IAAU,EAAW;AAAA;IAGzB,cAAA,MAAoB;AAClB,MAAA,GAAmC,WAAW,EAAQ,IAAA;AAAA;IAExD,YAAA,MAAkB;AAAA,IAClB,WAAA,MAAiB,EAAA;AAAA,IACjB,aAAA,MAAmB;AAAA,IACnB,WAAA,CAAY,OACV,EAAmB,IAAI,CAAA,GACvB,MAAa;AACX,MAAA,EAAmB,OAAO,CAAA;AAAA;IAG9B,mBAAA,CAAoB,OAClB,EAAyB,IAAI,CAAA,GAC7B,MAAa;AACX,MAAA,EAAyB,OAAO,CAAA;AAAA;KAIjC,EAAQ,iBACX,EAAA,GAEK,KAAoB;GAEvB,IAAU;ACxbhB,SAAgB,EAA8C,GAAiB,GAA4D;AACzI,QAAM,IAAQ,EAAA,EACZ,EAAA,CAAuB,GAAK,OAAS;AAAA,IACnC,GAAG;AAAA,IACH,GAAG,EAAQ,GAAwB,CAAA;AAAA,IACpC,CAAE;AAGL,SAAO;AAAA,IAAE,OAAA;AAAA,IAAO,UADV,CAAoB,MAAqC,EAAS,GAAO,CAAA;AAAA;;AAoCjF,SAAgB,EAAqD,GAAwC;AAC3G,QAAM,EAAE,MAAA,GAAM,cAAA,GAAc,SAAS,GAAW,YAAA,GAAY,SAAA,GAAS,SAAA,EAAA,IAAY,GAC3E,IAAQ,EAAA,EACZ,EACE,EAAA,CACG,GAAK,OAAS;AAAA,IACb,GAAG;AAAA,IACH,GAAG,EAAU,GAAwB,CAAA;AAAA,MAEvC;AAAA,IACE,MAAA;AAAA,IACA,GAAI,KAAc,EAAE,YAAA,EAAA;AAAA,IACpB,GAAI,MAAY,UAAa,EAAE,SAAA,EAAA;AAAA,IAC/B,GAAI,KAAW,EAAE,SAAA,EAAA;AAAA,GAClB,CACF,CACF;AAGH,SAAO;AAAA,IAAE,OAAA;AAAA,IAAO,UADV,CAAoB,MAAqC,EAAS,GAAO,CAAA;AAAA"}
@@ -0,0 +1,5 @@
1
+ (function(){try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(`.styles-module__loading___bgEAk{justify-content:center;align-items:center;display:inline-flex}.styles-module__loading___bgEAk svg polyline{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.styles-module__loading___bgEAk svg polyline.styles-module__back___XLPvD{fill:none;stroke:var(--color-primary-alpha,#ff4d5033)}.styles-module__loading___bgEAk svg polyline.styles-module__front___hSxig{fill:none;stroke:var(--color-primary,#ff4d4f);stroke-dasharray:48 144;stroke-dashoffset:192px;animation:1.4s linear infinite styles-module__dash_682___AQzo6}@keyframes styles-module__dash_682___AQzo6{72.5%{opacity:0}to{stroke-dashoffset:0}}.styles-module__loader___E7OIM{justify-content:center;align-items:center;width:fit-content;height:fit-content;display:flex}.styles-module__truckWrapper___Sk4zX{flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow-x:hidden}.styles-module__truckBody___j7w2C{width:65%;height:fit-content;margin-bottom:6px;animation:1s linear infinite styles-module__motion___IiNlW}@keyframes styles-module__motion___IiNlW{0%{transform:translateY(0)}50%{transform:translateY(3px)}to{transform:translateY(0)}}.styles-module__truckTires___4ncTl{justify-content:space-between;align-items:center;width:65%;height:fit-content;padding:0 10px 0 15px;display:flex;position:absolute;bottom:0}.styles-module__tiresvg___IBQcN{width:24px}.styles-module__road___sxx-E{background-color:var(--color-fg-heading);border-radius:3px;align-self:flex-end;width:100%;height:1.5px;position:relative;bottom:0}.styles-module__road___sxx-E:before{content:"";background-color:var(--color-fg-heading);border-left:10px solid var(--color-bg);border-radius:3px;width:20px;height:100%;animation:1.4s linear infinite styles-module__roadAnimation___yvrHP;position:absolute;right:-50%}.styles-module__road___sxx-E:after{content:"";background-color:var(--color-fg-heading);border-left:4px solid var(--color-bg);border-radius:3px;width:10px;height:100%;animation:1.4s linear infinite styles-module__roadAnimation___yvrHP;position:absolute;right:-65%}.styles-module__lampPost___okcN5{height:45%;animation:1.4s linear infinite styles-module__roadAnimation___yvrHP;position:absolute;bottom:0;right:-90%}@keyframes styles-module__roadAnimation___yvrHP{0%{transform:translate(0)}to{transform:translate(-350px)}}.styles-module__loader___pFUzL{justify-content:center;align-items:center;display:inline-flex;position:relative}.styles-module__loader___pFUzL:before{content:"";background:var(--color-primary);opacity:.3;border-radius:50%;width:100%;height:5px;animation:.5s linear infinite styles-module__shadow324___sutUe;position:absolute;top:calc(100% + 12px);left:0}.styles-module__loader___pFUzL:after{content:"";background:var(--color-primary);width:100%;height:100%;position:absolute;top:0;left:0}.styles-module__square___GKjhm:after{border-radius:4px;animation:.5s linear infinite styles-module__jump7456Square___Z-D9b}.styles-module__circle___bUpSN:after{border-radius:50%;animation:.5s linear infinite styles-module__jump7456Circle___2AfF7}@keyframes styles-module__jump7456Square___Z-D9b{15%{border-bottom-right-radius:3px}25%{transform:translateY(9px)rotate(22.5deg)}50%{border-bottom-right-radius:40px;transform:translateY(18px)scaleY(.9)rotate(45deg)}75%{transform:translateY(9px)rotate(67.5deg)}to{transform:translateY(0)rotate(90deg)}}@keyframes styles-module__jump7456Circle___2AfF7{15%{border-bottom-right-radius:50%}25%{transform:translateY(9px)rotate(22.5deg)}50%{border-bottom-right-radius:40px;transform:translateY(18px)scaleY(.9)rotate(45deg)}75%{transform:translateY(9px)rotate(67.5deg)}to{transform:translateY(0)rotate(90deg)}}@keyframes styles-module__shadow324___sutUe{0%,to{transform:scale(1)}50%{transform:scaleX(1.2)}}.style-module__waves___oR3u7{width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0;overflow:hidden}.style-module__waves___oR3u7:before{content:"";width:.5rem;height:.5rem;transform:translate3d(calc(var(--x) - 50%), calc(var(--y) - 50%), 0);will-change:transform;background:#160000;border-radius:50%;position:absolute;top:0;left:0}.style-module__wavesCanvas___zkhTC{width:100%;height:100%;display:block}.style-module__squaresCanvas___22kMc{border:none;width:100%;height:100%;display:block}.style-module__container___HkxIe{background-color:#000;width:100%;height:100%;position:relative;overflow:hidden}.style-module__canvas___MR9JX{width:100%;height:100%;display:block}.style-module__outerVignette___i75nw{pointer-events:none;background:radial-gradient(circle,#0000 60%,#000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.style-module__centerVignette___n9uVG{pointer-events:none;background:radial-gradient(circle,#000c 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.style-module__container___Hh3-c{width:100%;height:100%;position:relative;overflow:hidden}.styles-module__button___RbliA{cursor:pointer;border:1px solid #0000;border-radius:.5rem;outline:none;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:500;transition:all .2s;display:inline-flex;position:relative}.styles-module__button___RbliA:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.styles-module__button___RbliA:disabled{cursor:not-allowed;opacity:.6}.styles-module__button___RbliA.styles-module__small___yK0Yp{min-height:2rem;padding:.5rem 1rem;font-size:.8125rem}.styles-module__button___RbliA.styles-module__medium___eBTch{min-height:2.5rem;padding:.75rem 1.5rem;font-size:.875rem}.styles-module__button___RbliA.styles-module__large___pIZkl{min-height:3rem;padding:1rem 2rem;font-size:1rem}.styles-module__button___RbliA.styles-module__primary___qsZpA{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-primary-fg,#fff)}.styles-module__button___RbliA.styles-module__primary___qsZpA:hover:not(:disabled){background:var(--color-primary-light);border-color:var(--color-primary-light);transform:translateY(-1px)}.styles-module__button___RbliA.styles-module__primary___qsZpA:active:not(:disabled){transform:translateY(0)}.styles-module__button___RbliA.styles-module__secondary___SCpPv{background:var(--color-bg-2);border-color:var(--color-border-4);color:var(--color-fg-text)}.styles-module__button___RbliA.styles-module__secondary___SCpPv:hover:not(:disabled){background:var(--color-bg-3);border-color:var(--color-primary)}.styles-module__button___RbliA.styles-module__outline___rrlk9{border-color:var(--color-border-4);color:var(--color-fg-text);background:0 0}.styles-module__button___RbliA.styles-module__outline___rrlk9:hover:not(:disabled){background:var(--color-bg-2);border-color:var(--color-primary)}.styles-module__button___RbliA.styles-module__ghost___QMoiH{color:var(--color-fg-text);background:0 0;border-color:#0000}.styles-module__button___RbliA.styles-module__ghost___QMoiH:hover:not(:disabled){background:var(--color-bg-2)}.styles-module__button___RbliA.styles-module__danger___MW-pg{background:var(--color-danger);border-color:var(--color-danger);color:#fff}.styles-module__button___RbliA.styles-module__danger___MW-pg:hover:not(:disabled){background:var(--color-danger-light);border-color:var(--color-danger-light);transform:translateY(-1px)}.styles-module__button___RbliA.styles-module__danger___MW-pg:active:not(:disabled){transform:translateY(0)}.styles-module__button___RbliA.styles-module__fullWidth___-dXBR{width:100%}.styles-module__button___RbliA.styles-module__loading___UWw6V{pointer-events:none}.styles-module__spinner___KpJ-L{border:2px solid;border-top-color:#0000;border-radius:50%;flex-shrink:0;width:1rem;height:1rem;animation:.6s linear infinite styles-module__spin___ntZKM}@keyframes styles-module__spin___ntZKM{to{transform:rotate(360deg)}}.styles-module__button___RbliA.styles-module__small___yK0Yp .styles-module__spinner___KpJ-L{border-width:1.5px;width:.875rem;height:.875rem}.styles-module__button___RbliA.styles-module__large___pIZkl .styles-module__spinner___KpJ-L{border-width:2.5px;width:1.25rem;height:1.25rem}.styles-module__content___oyZRO{align-items:center;display:flex}.styles-module__leftIcon___cDktv,.styles-module__rightIcon___1mpk0{flex-shrink:0;align-items:center;display:flex}.styles-module__leftIcon___cDktv{margin-right:-.25rem}.styles-module__rightIcon___1mpk0{margin-left:-.25rem}.styles-module__button___RbliA.styles-module__iconOnly___iOv-U{aspect-ratio:1;min-width:2.5rem;min-height:2.5rem;padding:0}.styles-module__button___RbliA.styles-module__iconOnly___iOv-U.styles-module__small___yK0Yp{min-width:2rem;min-height:2rem}.styles-module__button___RbliA.styles-module__iconOnly___iOv-U.styles-module__large___pIZkl{min-width:3rem;min-height:3rem}.styles-module__iconContainer___bwvE3{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.styles-module__layout___WaGy9{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:100%;display:flex}.styles-module__horizontal___lKpGq{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.styles-module__topIcon___bzw6s,.styles-module__bottomIcon___suPfa{flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__iconOnly___iOv-U .styles-module__iconContainer___bwvE3 .styles-module__leftIcon___cDktv,.styles-module__iconOnly___iOv-U .styles-module__iconContainer___bwvE3 .styles-module__rightIcon___1mpk0{margin:0}.Dropdown-module__dropdown___c9wIp{width:100%;display:inline-block;position:relative}.Dropdown-module__dropdownButton___suNh-{border:1px solid var(--color-separator);cursor:pointer;text-align:left;background:var(--color-bg-2);width:100%;color:var(--color-fg-text);border-radius:8px;outline:none;justify-content:space-between;align-items:center;padding:.75rem 2.5rem .75rem 1rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5rem;transition:all .2s ease-in-out;display:flex;position:relative}.Dropdown-module__dropdownButton___suNh-:hover:not(:disabled){border-color:var(--color-primary);background:var(--color-bg-1)}.Dropdown-module__dropdownButton___suNh-:focus{border-color:var(--color-primary);background:var(--color-bg-1);box-shadow:0 0 0 2px var(--color-primary-transparent)}.Dropdown-module__dropdownButton___suNh-.Dropdown-module__disabled___Rz0pX{cursor:not-allowed;opacity:.6;background:var(--color-bg-3)}.Dropdown-module__dropdownButton___suNh-.Dropdown-module__error___F7dDu{border-color:#ef4444}.Dropdown-module__buttonText___D2zxn{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.Dropdown-module__chevronIcon___uyawp{color:var(--color-fg-highlight);flex-shrink:0;transition:transform .15s;position:absolute;right:1rem}.Dropdown-module__chevronIcon___uyawp.Dropdown-module__open___APoXd{transform:rotate(180deg)}.Dropdown-module__dropdownMenu___WJ-QO{background:var(--color-bg);border:1px solid var(--color-border-4);z-index:1000;border-radius:8px;min-width:100%;animation:.15s ease-out Dropdown-module__slideDown___sRCmO;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 .5rem 1rem #0000002d}@keyframes Dropdown-module__slideDown___sRCmO{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.Dropdown-module__optionsList___Be6RN{margin:0;padding:.5rem 0;list-style:none}.Dropdown-module__option___q-NgT{cursor:pointer;color:var(--color-fg-text);align-items:center;padding:.75rem 1rem;font-size:.875rem;transition:all .15s;display:flex}.Dropdown-module__option___q-NgT:hover{background-color:var(--color-bg-2)}.Dropdown-module__option___q-NgT.Dropdown-module__selected___-OTW-{background-color:var(--color-bg-3);color:var(--color-fg-highlight);font-weight:600}@media (width<=768px){.Dropdown-module__dropdownButton___suNh-{padding:.625rem 2.25rem .625rem .875rem;font-size:.875rem}.Dropdown-module__chevronIcon___uyawp{right:.875rem}.Dropdown-module__option___q-NgT{padding:.625rem .875rem;font-size:.8125rem}}.styles-module__wrapper___COeGm{flex-direction:column;gap:.5rem;display:flex}.styles-module__wrapper___COeGm.styles-module__fullWidth___lVU49{width:100%}.styles-module__label___gfOA7{color:var(--color-fg-heading);align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.styles-module__required___-zOy5{color:var(--color-danger)}.styles-module__inputContainer___wXY53{align-items:center;width:100%;display:flex;position:relative}.styles-module__input___IZDc3{border:1px solid var(--color-border-4);background:var(--color-bg);width:100%;color:var(--color-fg-text);border-radius:.5rem;outline:none;font-family:inherit;font-size:.875rem;transition:all .2s}.styles-module__input___IZDc3[type=password]::-webkit-credentials-auto-fill-button{visibility:hidden!important;opacity:0!important;pointer-events:none!important;appearance:none!important;display:none!important;position:absolute!important;left:-9999px!important}.styles-module__input___IZDc3[type=password]::-webkit-strong-password-toggle-button{visibility:hidden!important;opacity:0!important;pointer-events:none!important;appearance:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important;position:absolute!important;left:-9999px!important}.styles-module__input___IZDc3[type=password]::-ms-reveal{visibility:hidden!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;display:none!important;position:absolute!important;left:-9999px!important}.styles-module__input___IZDc3[type=password]::-ms-clear{visibility:hidden!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;display:none!important;position:absolute!important;left:-9999px!important}.styles-module__input___IZDc3:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb,102, 126, 234), .1)}.styles-module__input___IZDc3::placeholder{color:var(--color-fg-muted,var(--color-fg-text));opacity:.5}.styles-module__input___IZDc3.styles-module__small___cuGyE{padding:.5rem .75rem;font-size:.8125rem}.styles-module__input___IZDc3.styles-module__medium___JdDPu{padding:.75rem;font-size:.875rem}.styles-module__input___IZDc3.styles-module__large___fMmiG{padding:1rem;font-size:1rem}.styles-module__input___IZDc3.styles-module__default___-eZTG{background:var(--color-bg);border-color:var(--color-border-4)}.styles-module__input___IZDc3.styles-module__filled___EQ5PQ{background:var(--color-bg-2);border-color:var(--color-border-3)}.styles-module__inputContainer___wXY53.styles-module__withLeftIcon___NFn6- .styles-module__input___IZDc3{padding-left:2.5rem}.styles-module__inputContainer___wXY53.styles-module__withRightIcon___mz-hn .styles-module__input___IZDc3{padding-right:2.5rem}.styles-module__inputContainer___wXY53.styles-module__withLeftIcon___NFn6- .styles-module__input___IZDc3.styles-module__small___cuGyE{padding-left:2rem}.styles-module__inputContainer___wXY53.styles-module__withRightIcon___mz-hn .styles-module__input___IZDc3.styles-module__small___cuGyE{padding-right:2rem}.styles-module__inputContainer___wXY53.styles-module__withLeftIcon___NFn6- .styles-module__input___IZDc3.styles-module__large___fMmiG{padding-left:3rem}.styles-module__inputContainer___wXY53.styles-module__withRightIcon___mz-hn .styles-module__input___IZDc3.styles-module__large___fMmiG{padding-right:3rem}.styles-module__leftIcon___jEW5H,.styles-module__rightIcon___bA3Eo{color:var(--color-fg-muted,var(--color-fg-text));pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute}.styles-module__leftIcon___jEW5H{left:.75rem}.styles-module__rightIcon___bA3Eo{right:.75rem}.styles-module__rightIcon___bA3Eo.styles-module__rightIconInteractive___ccypw{pointer-events:auto}.styles-module__inputContainer___wXY53.styles-module__containerSmall___20ICq .styles-module__leftIcon___jEW5H{left:.5rem}.styles-module__inputContainer___wXY53.styles-module__containerSmall___20ICq .styles-module__rightIcon___bA3Eo{right:.5rem}.styles-module__inputContainer___wXY53.styles-module__containerLarge___IztuN .styles-module__leftIcon___jEW5H{left:1rem}.styles-module__inputContainer___wXY53.styles-module__containerLarge___IztuN .styles-module__rightIcon___bA3Eo{right:1rem}.styles-module__input___IZDc3.styles-module__error___946qV{border-color:var(--color-danger)}.styles-module__input___IZDc3.styles-module__error___946qV:focus{border-color:var(--color-danger);box-shadow:0 0 0 3px rgba(var(--color-danger-rgb,244, 67, 54), .1)}.styles-module__input___IZDc3.styles-module__disabled___sJvLd{background:var(--color-bg-3);border-color:var(--color-border-5);color:var(--color-fg-muted);cursor:not-allowed;opacity:.6}.styles-module__errorMessage___5Mn22{color:var(--color-danger);margin:0;font-size:.75rem}.styles-module__helperText___T2eui{color:var(--color-fg-muted);margin:0;font-size:.75rem}.styles-module__container___xeg8O{flex-direction:column;gap:1rem;display:flex}.styles-module__label___qhbKe{color:var(--color-fg-text);font-size:.875rem;font-weight:500}.styles-module__error___O-7AY{color:var(--color-error);font-size:.875rem}.styles-module__pairs___owGV3{flex-direction:column;gap:.75rem;display:flex}.styles-module__pair___G4WFY{grid-template-columns:1fr 2fr auto;align-items:start;gap:.75rem;display:grid}.styles-module__keyInput___wl1M1,.styles-module__valueInput___HiwJ5{flex:1}.styles-module__removeButton___4-X0b{min-width:auto;color:var(--color-error);padding:.5rem}.styles-module__removeButton___4-X0b:hover{background-color:var(--color-error);color:#fff}.styles-module__addButton___QFljt{align-self:flex-start}@media (width<=768px){.styles-module__pair___G4WFY{grid-template-columns:1fr}.styles-module__removeButton___4-X0b{align-self:flex-end}}.styles-module__searchContainer___86TGN{width:100%;max-width:400px;position:relative}.styles-module__searchIcon___ZInry{color:var(--color-fg-muted);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.styles-module__searchInput___SqZXQ{border:1px solid var(--color-border);width:100%;color:var(--color-fg-text);background:var(--color-bg-2);border-radius:.5rem;padding:.75rem 3rem;font-size:1rem;transition:all .2s}.styles-module__searchInput___SqZXQ:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-bg);outline:none}.styles-module__searchInput___SqZXQ::placeholder{color:var(--color-fg-muted)}.styles-module__clearBtn___7jExr{width:1.5rem;height:1.5rem;color:var(--color-fg-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.styles-module__clearBtn___7jExr:hover{color:var(--color-fg-text)}@media (width<=768px){.styles-module__searchContainer___86TGN{max-width:100%}}.styles-module__container___nGxdM{flex-direction:column;gap:.75rem;display:flex}.styles-module__toggleContainer___VrsKI{align-items:center;display:flex}.styles-module__toggleButton___IzD6Z{border:1px solid var(--color-border-4);background:var(--color-bg);color:var(--color-fg-muted);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.styles-module__toggleButton___IzD6Z:hover{background:var(--color-bg-2);border-color:var(--color-border-3)}.styles-module__toggleButton___IzD6Z.styles-module__enabled___cao0G{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.styles-module__toggleButton___IzD6Z.styles-module__enabled___cao0G:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.styles-module__optionsContainer___LOzlO{background:var(--color-bg-2);border:1px solid var(--color-border-4);border-radius:.5rem;gap:.5rem;padding:.5rem;display:flex}.styles-module__option___abhnC{border:1px solid var(--color-border-4);background:var(--color-bg);color:var(--color-fg);cursor:pointer;border-radius:.375rem;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.styles-module__option___abhnC:hover{background:var(--color-bg-3);border-color:var(--color-border-3)}.styles-module__option___abhnC.styles-module__active___pqmSi{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.styles-module__option___abhnC.styles-module__active___pqmSi:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.styles-module__nbSelect___KjxSc{font-family:inherit;font-size:.9375rem;font-weight:600;line-height:1.5rem;display:inline-block;position:relative}.styles-module__selectButton___AKZe4{cursor:pointer;text-align:left;width:100%;min-width:8rem;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;appearance:none;border:1px solid;border-radius:.25rem;outline:none;justify-content:space-between;align-items:center;padding:.4375rem 2.2rem .4375rem 1.125rem;transition:all .15s ease-in-out;display:flex;position:relative}.styles-module__selectButton___AKZe4.styles-module__primary___HU36a{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-primary-fg)}.styles-module__selectButton___AKZe4.styles-module__primary___HU36a:hover:not(:disabled){background-color:var(--color-primary-light);border-color:var(--color-primary-light)}.styles-module__selectButton___AKZe4.styles-module__primary___HU36a:focus,.styles-module__selectButton___AKZe4.styles-module__primary___HU36a.styles-module__open___9AKMb{background-color:var(--color-primary-light);border-color:var(--color-primary-light);box-shadow:0 0 0 .125rem #8f9bb340}.styles-module__selectButton___AKZe4.styles-module__default___LedYP{background-color:var(--color-bg);border-color:var(--color-border-4);color:var(--color-fg-text)}.styles-module__selectButton___AKZe4.styles-module__default___LedYP:hover:not(:disabled){background-color:var(--color-bg-2);border-color:var(--color-primary)}.styles-module__selectButton___AKZe4.styles-module__default___LedYP:focus,.styles-module__selectButton___AKZe4.styles-module__default___LedYP.styles-module__open___9AKMb{background-color:var(--color-bg-2);border-color:var(--color-primary);box-shadow:0 0 0 .125rem #8f9bb340}.styles-module__selectButton___AKZe4:disabled{cursor:not-allowed;opacity:.6}.styles-module__buttonText___QSLO1{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.styles-module__chevronIcon___qAHaD{flex-shrink:0;width:1.5rem;height:1.5rem;transition:transform .15s;position:absolute;right:.41rem}.styles-module__selectButton___AKZe4.styles-module__primary___HU36a .styles-module__chevronIcon___qAHaD{color:var(--color-primary-fg)}.styles-module__selectButton___AKZe4.styles-module__default___LedYP .styles-module__chevronIcon___qAHaD{color:var(--color-fg)}.styles-module__chevronIcon___qAHaD.styles-module__open___9AKMb{transform:rotate(180deg)}.styles-module__optionsPanel___NWAp3{background-color:var(--color-bg);border:1px solid var(--color-border-4);z-index:1000;transform-origin:top;visibility:hidden;pointer-events:none;border-radius:.25rem;min-width:100%;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 .5rem 1rem #00000026}.styles-module__optionsPanel___NWAp3.styles-module__open___9AKMb{visibility:visible;pointer-events:auto;animation:.25s ease-out styles-module__expandDown___eD4lh}.styles-module__optionsPanel___NWAp3.styles-module__closed___bez-q{visibility:hidden;pointer-events:none;animation:.25s ease-out styles-module__collapseUp___dt1E7}@keyframes styles-module__expandDown___eD4lh{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@keyframes styles-module__collapseUp___dt1E7{0%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(0)}}.styles-module__optionsPanel___NWAp3.styles-module__primary___HU36a{border-color:var(--color-primary)}.styles-module__optionsPanel___NWAp3.styles-module__default___LedYP{border-color:var(--color-border-4)}.styles-module__optionsList___AxhVp{margin:0;padding:.5rem 0;list-style:none}.styles-module__option___t1SSw{cursor:pointer;color:var(--color-fg-text);justify-content:space-between;align-items:center;padding:.75rem 1.125rem;transition:all .15s;display:flex}.styles-module__option___t1SSw:hover{background-color:var(--color-bg-2)}.styles-module__option___t1SSw.styles-module__selected___azD4A{background-color:var(--color-primary);color:var(--color-primary-fg);font-weight:700}@media (prefers-color-scheme:dark){.styles-module__optionsPanel___NWAp3{box-shadow:0 .5rem 1rem #0000004d}}.styles-module__sliderContainer___lgpaD{flex-direction:column;gap:.5rem;display:flex}.styles-module__sliderContainer___lgpaD.styles-module__fullWidth___ZS8W5{width:100%}.styles-module__labelRow___dkVVM{justify-content:space-between;align-items:center;min-height:1.5rem;margin-bottom:.5rem;display:flex}.styles-module__label___bXGZs{color:var(--color-fg-text);font-size:.875rem;font-weight:500}.styles-module__required___FuyfE{color:var(--color-danger);margin-left:.25rem}.styles-module__sliderWrapper___1Wdti{touch-action:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:.75rem;width:100%;display:flex}.styles-module__sliderRoot___yzOjR{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;flex-grow:1;align-items:center;width:100%;padding:.75rem 0;display:flex;position:relative}.styles-module__sliderRoot___yzOjR:active{cursor:grabbing}.styles-module__sliderTrackWrapper___N72WQ{flex-grow:1;display:flex;position:relative}.styles-module__sliderTrack___AltcD{background-color:var(--color-bg-3);border-radius:9999px;width:100%;height:.375rem;position:relative;overflow:hidden}.styles-module__sliderRange___U3g0-{background-color:var(--color-primary);border-radius:9999px;height:100%;position:absolute}.styles-module__valueIndicator___aLf0I{color:var(--color-primary);text-align:center;flex-shrink:0;min-width:2rem;font-size:.875rem;font-weight:600;line-height:1}.styles-module__iconWrapper___wL-b8{flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__icon___vHsID{width:20px;height:20px;color:var(--color-fg-muted)}.styles-module__errorMessage___qFgGe{color:var(--color-danger);margin:0;font-size:.75rem}.styles-module__helperText___tgBGl{color:var(--color-fg-muted);margin:0;font-size:.75rem}.styles-module__loadingContainer___OMgwS{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;display:flex}.styles-module__loadingText___KRZqR{color:var(--color-fg-muted);font-size:1rem}.styles-module__errorContainer___qhAg2{text-align:center;min-height:60vh;color:var(--color-fg-text);flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:3rem 2rem;display:flex}.styles-module__errorIconWrapper___IHZrN{background:linear-gradient(135deg, rgba(var(--color-error-rgb,239, 68, 68), .1), rgba(var(--color-error-rgb,239, 68, 68), .05));border:2px solid rgba(var(--color-error-rgb,239, 68, 68), .2);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;animation:2s ease-in-out infinite styles-module__pulse___Lju-z;display:flex}@keyframes styles-module__pulse___Lju-z{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.styles-module__errorIcon___oGDIP{color:var(--color-error,#ef4444);stroke-width:1.5px}.styles-module__errorContent___F55rQ{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:600px;display:flex}.styles-module__errorTitle___hC8D-{color:var(--color-fg-heading);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700;line-height:1.2}.styles-module__errorDescription___hZtuP{color:var(--color-fg-muted);max-width:480px;margin:0;font-size:1rem;line-height:1.6}.styles-module__errorDetailsWrapper___-sp8b{width:100%;max-width:600px;margin-top:.5rem}.styles-module__errorDetailsContainer___eywMo{text-align:left;border:1px solid var(--color-border,#0000001a);background:var(--color-bg-2,#00000005);border-radius:.75rem;width:100%;transition:all .2s;overflow:hidden}.styles-module__errorDetailsContainer___eywMo:hover{border-color:var(--color-border-hover,#00000026);background:var(--color-bg-3,#00000008)}.styles-module__errorDetailsSummary___hGEoD{cursor:pointer;color:var(--color-fg-muted);-webkit-user-select:none;user-select:none;padding:.875rem 1.25rem;font-size:.875rem;font-weight:500;list-style:none;transition:color .2s}.styles-module__errorDetailsSummary___hGEoD:hover{color:var(--color-fg-text)}.styles-module__errorDetailsSummary___hGEoD::-webkit-details-marker{display:none}.styles-module__errorDetailsSummary___hGEoD:before{content:"▶";margin-right:.5rem;font-size:.75rem;transition:transform .2s;display:inline-block}.styles-module__errorDetailsContainer___eywMo[open] .styles-module__errorDetailsSummary___hGEoD:before{transform:rotate(90deg)}.styles-module__errorDetails___tzCT-{background:var(--color-bg-3,#00000008);border-top:1px solid var(--color-border,#0000001a);max-width:100%;color:var(--color-fg-muted);white-space:pre-wrap;word-break:break-word;margin:0;padding:1rem 1.25rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:.8125rem;line-height:1.6;overflow-x:auto}.styles-module__errorActions___gtqYw{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.styles-module__retryButton___TA4jm{background:var(--color-primary);color:var(--color-primary-fg);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #00000014}.styles-module__retryButton___TA4jm:hover{background:var(--color-primary-hover,var(--color-primary));transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.styles-module__retryButton___TA4jm:active{transform:translateY(0);box-shadow:0 2px 8px #00000014}.styles-module__retryButtonIcon___vzfp-{font-size:1.125rem;line-height:1;transition:transform .3s;display:inline-block}.styles-module__retryButton___TA4jm:hover .styles-module__retryButtonIcon___vzfp-{transform:rotate(180deg)}.styles-module__clearLocalDataButton___T3B-K{color:var(--color-fg-muted);border:1px solid var(--color-border-4);cursor:pointer;background:0 0;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:inline-flex}.styles-module__clearLocalDataButton___T3B-K:hover{color:var(--color-fg-text);border-color:var(--color-border-3);background:var(--color-bg-secondary)}.styles-module__wrapper___jXPV3{flex-direction:column;gap:.5rem;display:flex}.styles-module__wrapper___jXPV3.styles-module__fullWidth___eKyGB{width:100%}.styles-module__label___MyTeo{color:var(--color-fg-heading);align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.styles-module__required___TV-m8{color:var(--color-danger)}.styles-module__inputContainer___VvGBl{align-items:flex-start;width:100%;display:flex;position:relative}.styles-module__textarea___AjX9N{border:1px solid var(--color-border-4);background:var(--color-bg);width:100%;color:var(--color-fg-text);resize:vertical;border-radius:.5rem;outline:none;min-height:4rem;font-family:inherit;font-size:.875rem;transition:all .2s}.styles-module__textarea___AjX9N:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb,102, 126, 234), .1)}.styles-module__textarea___AjX9N::placeholder{color:var(--color-fg-muted,var(--color-fg-text));opacity:.5}.styles-module__textarea___AjX9N.styles-module__small___zMx0G{min-height:3rem;padding:.5rem .75rem;font-size:.8125rem}.styles-module__textarea___AjX9N.styles-module__medium___tO2Lb{min-height:4rem;padding:.75rem;font-size:.875rem}.styles-module__textarea___AjX9N.styles-module__large___3eU2g{min-height:5rem;padding:1rem;font-size:1rem}.styles-module__textarea___AjX9N.styles-module__default___vsSxX{background:var(--color-bg);border-color:var(--color-border-4)}.styles-module__textarea___AjX9N.styles-module__filled___TPQgI{background:var(--color-bg-2);border-color:var(--color-border-3)}.styles-module__inputContainer___VvGBl .styles-module__leftIcon___FHp2R{color:var(--color-fg-muted,var(--color-fg-text));pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;left:.75rem}.styles-module__inputContainer___VvGBl .styles-module__rightIcon___dkyvP{color:var(--color-fg-muted,var(--color-fg-text));pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem}.styles-module__inputContainer___VvGBl .styles-module__textarea___AjX9N.styles-module__small___zMx0G+.styles-module__leftIcon___FHp2R,.styles-module__inputContainer___VvGBl .styles-module__textarea___AjX9N.styles-module__small___zMx0G+.styles-module__rightIcon___dkyvP{top:.5rem}.styles-module__inputContainer___VvGBl .styles-module__textarea___AjX9N.styles-module__large___3eU2g+.styles-module__leftIcon___FHp2R,.styles-module__inputContainer___VvGBl .styles-module__textarea___AjX9N.styles-module__large___3eU2g+.styles-module__rightIcon___dkyvP{top:1rem}.styles-module__textarea___AjX9N.styles-module__error___d8gLK{border-color:var(--color-danger)}.styles-module__textarea___AjX9N.styles-module__error___d8gLK:focus{border-color:var(--color-danger);box-shadow:0 0 0 3px rgba(var(--color-danger-rgb,244, 67, 54), .1)}.styles-module__textarea___AjX9N.styles-module__disabled___IzbfE{background:var(--color-bg-3);border-color:var(--color-border-5);color:var(--color-fg-muted);cursor:not-allowed;opacity:.6}.styles-module__errorText___Nom7x{color:var(--color-danger);margin:0;font-size:.75rem}.styles-module__helperText___97Def{color:var(--color-fg-muted);margin:0;font-size:.75rem}.styles-module__virtualList___pM6rN{contain:strict;width:100%;padding-bottom:300px;position:relative;overflow:auto}.styles-module__emptyContainer___rm938{height:100%;color:var(--color-fg-muted);justify-content:center;align-items:center;display:flex}.styles-module__virtualListInner___HxRzc{width:100%;position:relative}.styles-module__virtualListItems___p19-a{width:100%;position:absolute;top:0;left:0}.styles-module__loadingMore___zAdLM{color:var(--color-fg-muted);justify-content:center;align-items:center;gap:.75rem;padding:2rem 0;font-size:.875rem;display:flex}.styles-module__endOfList___5cYFh{color:var(--color-fg-muted);border-top:1px solid var(--color-border-3);justify-content:center;margin-top:1rem;padding:2rem 0;font-size:.875rem;display:flex}.styles-module__endOfList___5cYFh span{background-color:var(--color-bg-2);border-radius:.25rem;padding:.5rem 1rem}.styles-module__virtualList___xmj2v{width:100%;padding-bottom:300px;position:relative;overflow:visible}.styles-module__virtualListInner___quD74{width:100%;position:relative}.styles-module__virtualListItems___-Muml{width:100%;position:absolute;top:0;left:0}.styles-module__virtualListRow___h3pzX{width:100%}.styles-module__emptyContainer___LIy8r{color:var(--color-fg-muted);justify-content:center;align-items:center;padding:2rem 0;display:flex}.styles-module__loadingMore___Mzf-p{color:var(--color-fg-muted);justify-content:center;align-items:center;padding:1.5rem 0;display:flex}.styles-module__endOfList___g5G--{color:var(--color-fg-muted);border-top:1px solid var(--color-border-3);justify-content:center;padding:1.5rem 0;display:flex}.styles-module__sidebar___BMt0j{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.styles-module__sidebarContent___iAwiw{flex-direction:column;height:100%;min-height:0;padding-top:1rem;display:flex;overflow:hidden}.styles-module__menuWrapper___DKuEv{flex:1;min-height:0;overflow:hidden auto}.styles-module__sidebarContent___iAwiw::-webkit-scrollbar{width:0}.styles-module__sidebarContent___iAwiw::-webkit-scrollbar-track{background:0 0}.styles-module__sidebarContent___iAwiw::-webkit-scrollbar-thumb{background:0 0}.styles-module__sidebarContent___iAwiw::-webkit-scrollbar-thumb:hover{background:0 0}.styles-module__sidebar___BMt0j a{margin-left:0}.styles-module__sidebar___BMt0j .ps-sidebar-root{background-color:var(--color-bg-2)!important;border-right:1px solid var(--color-separator)!important;flex-direction:column!important;height:100%!important;min-height:0!important;display:flex!important;overflow:hidden!important}.styles-module__sidebar___BMt0j .ps-sidebar-container{background-color:var(--color-bg-2)!important;height:100%!important;min-height:0!important;color:var(--color-fg-text)!important;flex-direction:column!important;flex:1!important;display:flex!important;overflow:hidden!important}.styles-module__sidebar___BMt0j .ps-menu-button{color:var(--color-fg-text)!important;border-radius:.375rem!important;margin:.125rem .5rem!important;padding:.5rem .75rem!important;font-size:.875rem!important;transition:all .2s!important}.styles-module__sidebar___BMt0j .ps-menu-button:hover{background-color:var(--color-bg-3)!important;color:var(--color-fg-text)!important}.styles-module__sidebar___BMt0j .ps-menu-button.ps-active{background-color:var(--color-primary)!important;color:#fff!important}.styles-module__sidebar___BMt0j .ps-menu-button.ps-active *,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active .ps-menu-icon,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active .ps-menu-label{color:#fff!important}.styles-module__sidebar___BMt0j .ps-menu-icon{width:1.25rem!important;height:1.25rem!important;color:var(--color-fg-text)!important;margin-right:.5rem!important}.styles-module__sidebar___BMt0j .ps-submenu-content{background-color:var(--color-bg-3)!important;padding-left:.5rem!important;overflow:hidden!important}.styles-module__sidebar___BMt0j .ps-submenu-content .ps-menu-button{margin:.125rem .25rem!important;padding:.375rem .5rem!important;font-size:.8125rem!important;transition:all .2s!important}.styles-module__sidebar___BMt0j .ps-menu-label{color:var(--color-fg-text)!important;font-weight:500!important}.styles-module__sidebar___BMt0j .ps-menu-button.ps-active,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active span,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active div,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active .ps-menu-icon,.styles-module__sidebar___BMt0j .ps-menu-button.ps-active .ps-menu-label{color:#fff!important}.styles-module__logoutContainer___7NwBL{border-top:1px solid var(--color-separator);writing-mode:horizontal-tb;text-orientation:mixed;flex-shrink:0;margin-top:auto;padding:.5rem}.styles-module__logoutButton___rfD6u{width:100%;color:var(--color-fg-text);cursor:pointer;white-space:nowrap;writing-mode:horizontal-tb;text-orientation:mixed;direction:ltr;background:0 0;border:none;border-radius:.375rem;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:background-color .2s,color .2s;display:flex;overflow:hidden}.styles-module__logoutButton___rfD6u span{opacity:1;max-width:200px;transition:opacity .3s,max-width .3s;display:inline-block;writing-mode:horizontal-tb!important;text-orientation:mixed!important;direction:ltr!important;transform:none!important}.styles-module__logoutButton___rfD6u .styles-module__hiddenText___z183T{opacity:0;width:0;max-width:0;overflow:hidden}.styles-module__logoutButton___rfD6u .styles-module__visibleText___lfsv-{opacity:1;width:auto;max-width:200px}.styles-module__logoutButton___rfD6u:hover{background-color:var(--color-bg-3)}.styles-module__logoutButton___rfD6u:active{transform:scale(.98)}.styles-module__logoutButton___rfD6u svg{color:inherit;flex-shrink:0}.styles-module__footer___g-hY7{background:var(--color-bg-2);width:100%;padding:0 2rem}.styles-module__footerContent___Oen5n{justify-content:space-between;align-items:center;max-width:100%;margin:0 auto;display:flex}.styles-module__copyright___1R2o3{color:var(--color-fg-text);font-size:.875rem}.styles-module__links___dQyvB{gap:1.5rem;display:flex}.styles-module__link___UWfyK{color:var(--color-fg-text);font-size:.875rem;text-decoration:none;transition:color .3s}.styles-module__link___UWfyK:hover{color:var(--color-primary)}@media (width<=768px){.styles-module__footerContent___Oen5n{flex-direction:column;gap:1rem}.styles-module__links___dQyvB{gap:1rem}}.styles-module__header___4Uc8h{width:100%;padding:.5rem 2rem;display:flex}.styles-module__header___4Uc8h>:first-child{flex:1;justify-content:flex-start;align-items:center;display:flex}.styles-module__header___4Uc8h>:last-child{flex:1;justify-content:flex-end;align-items:center;display:flex}.styles-module__layout___ZQKU7{background:var(--color-bg);flex-direction:column;width:100%;height:100vh;display:flex;position:relative}.styles-module__header___XIaFb{z-index:100;background:var(--color-bg);width:100%;position:fixed;top:0;box-shadow:0 .125rem .25rem #2c33491a}.styles-module__footer___r8ASO{z-index:100;width:100%;position:fixed;bottom:0}.styles-module__mainWrapper___i4tEI{flex:1;display:flex;position:relative}.styles-module__sidebar___ij-8-{position:fixed;top:0}.styles-module__content___mTgUr{background:var(--color-bg);flex:1;min-height:calc(100vh - 10rem);margin:0;padding-top:0;padding-bottom:0;overflow:hidden auto}@media (width<=768px){.styles-module__content___mTgUr{width:100%}.styles-module__sidebar___ij-8-{z-index:999;height:100vh;position:fixed;top:0;left:0}}.styles-module__mainWrapper___AiTAw{flex-direction:row;flex:1;display:flex;position:relative}.styles-module__sidebarContainer___X4yj8{z-index:99;flex-direction:column;display:flex;position:fixed;left:0;overflow:hidden}.styles-module__sidebar___VQTlH{flex-shrink:0;top:0;left:0}.styles-module__content___htJlH{background:var(--color-bg);flex:1;margin:0;padding-top:0;padding-bottom:0;overflow:hidden auto}@media (width<=1024px){.styles-module__content___htJlH{padding:1.5rem}}@media (width<=768px){.styles-module__content___htJlH{width:100%}.styles-module__sidebar___VQTlH{z-index:999;height:100vh;position:fixed;top:0;left:0}}.styles-module__wavesWrapper___TK7DI{pointer-events:none;z-index:0;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.styles-module__wavesWrapper___TK7DI>*{pointer-events:auto}.styles-module__squaresWrapper___P25uF{pointer-events:none;z-index:0;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.styles-module__squaresWrapper___P25uF>*{pointer-events:auto}.styles-module__letterGlitchWrapper___KWtWU{pointer-events:none;z-index:0;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.styles-module__letterGlitchWrapper___KWtWU>*{pointer-events:auto}.styles-module__pixelBlastWrapper___YptHh{pointer-events:none;z-index:0;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.styles-module__pixelBlastWrapper___YptHh>*{pointer-events:auto}
2
+ /*$vite$:1*/`)),document.head.appendChild(e)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
3
+ Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const J=require("./chunk-chunk-BFrxaqQT.cjs"),o=require("./chunk-types-CkbZrFqZ.cjs"),l=require("./chunk-lstorage-BnxLXHgH.cjs"),c=require("./chunk-useTheme-DgleVMMh.cjs");let g=require("react"),D=require("react/jsx-runtime");function p(){const t=l.getItem(o.COLOR_STORAGE_KEY);return t==null||o.THEME_VALUES.includes(t)?t:void 0}function h(t){l.setItem(o.COLOR_STORAGE_KEY,t)}function y(){const t=l.getItem(o.BASE_STORAGE_KEY);return t==null||o.BASE_VALUES.includes(t)?t:void 0}function F(t){l.setItem(o.BASE_STORAGE_KEY,t)}function v(){l.removeItem(o.COLOR_STORAGE_KEY),l.removeItem(o.BASE_STORAGE_KEY)}var R=(t,d)=>{(0,g.useEffect)(()=>{const r=document.documentElement,e=t.colors.variables,s=t.base.variables;r.style.setProperty("--color-primary",e.primary),r.style.setProperty("--color-primary-light",e.primaryLight),r.style.setProperty("--color-primary-fg",e.primaryFg),r.style.setProperty("--color-success",e.success),r.style.setProperty("--color-success-light",e.successLight),r.style.setProperty("--color-info",e.info),r.style.setProperty("--color-info-light",e.infoLight),r.style.setProperty("--color-warning",e.warning),r.style.setProperty("--color-warning-light",e.warningLight),r.style.setProperty("--color-danger",e.danger),r.style.setProperty("--color-danger-light",e.dangerLight),r.style.setProperty("--color-bg",e.bg),r.style.setProperty("--color-bg-2",e.bg2),r.style.setProperty("--color-bg-3",e.bg3),r.style.setProperty("--color-bg-4",e.bg4),r.style.setProperty("--color-border",e.border),r.style.setProperty("--color-border-2",e.border2),r.style.setProperty("--color-border-3",e.border3),r.style.setProperty("--color-border-4",e.border4),r.style.setProperty("--color-border-5",e.border5),r.style.setProperty("--color-fg",e.fg),r.style.setProperty("--color-fg-text",e.fgText),r.style.setProperty("--color-fg-heading",e.fgHeading),r.style.setProperty("--color-fg-highlight",e.fgHighlight),r.style.setProperty("--color-separator",e.separator),r.style.setProperty("--radius-button",`${s.buttonRadius}px`),r.style.setProperty("--radius-card",`${s.cardRadius}px`),r.style.setProperty("--radius-input",`${s.inputRadius}px`),e.temperature.arcFill.forEach((f,n)=>{r.style.setProperty(`--temperature-arc-fill-${n}`,f)}),r.style.setProperty("--temperature-arc-empty",e.temperature.arcEmpty),r.style.setProperty("--temperature-thumb-bg",e.temperature.thumbBg),r.style.setProperty("--temperature-thumb-border",e.temperature.thumbBorder),r.style.setProperty("--solar-gradient-left",e.solar.gradientLeft),r.style.setProperty("--solar-gradient-right",e.solar.gradientRight),r.style.setProperty("--solar-shadow-color",e.solar.shadowColor),r.style.setProperty("--solar-second-series-fill",e.solar.secondSeriesFill),r.style.setProperty("--traffic-tooltip-bg",e.traffic.tooltipBg),r.style.setProperty("--traffic-tooltip-border-color",e.traffic.tooltipBorderColor),r.style.setProperty("--traffic-tooltip-text-color",e.traffic.tooltipTextColor),r.style.setProperty("--traffic-y-axis-split-line",e.traffic.yAxisSplitLine),r.style.setProperty("--traffic-line-bg",e.traffic.lineBg),r.style.setProperty("--traffic-item-color",e.traffic.itemColor),r.style.setProperty("--traffic-item-border-color",e.traffic.itemBorderColor),r.style.setProperty("--traffic-item-emphasis-border-color",e.traffic.itemEmphasisBorderColor),r.style.setProperty("--traffic-shadow-line-dark-bg",e.traffic.shadowLineDarkBg),r.style.setProperty("--traffic-shadow-line-shadow",e.traffic.shadowLineShadow),r.style.setProperty("--traffic-grad-from",e.traffic.gradFrom),r.style.setProperty("--traffic-grad-to",e.traffic.gradTo),r.style.setProperty("--electricity-tooltip-bg",e.electricity.tooltipBg),r.style.setProperty("--electricity-tooltip-line-color",e.electricity.tooltipLineColor),r.style.setProperty("--electricity-tooltip-border-color",e.electricity.tooltipBorderColor),r.style.setProperty("--electricity-tooltip-text-color",e.electricity.tooltipTextColor),r.style.setProperty("--electricity-axis-line-color",e.electricity.axisLineColor),r.style.setProperty("--electricity-x-axis-text-color",e.electricity.xAxisTextColor),r.style.setProperty("--electricity-y-axis-split-line",e.electricity.yAxisSplitLine),r.style.setProperty("--electricity-item-border-color",e.electricity.itemBorderColor),r.style.setProperty("--electricity-line-grad-from",e.electricity.lineGradFrom),r.style.setProperty("--electricity-line-grad-to",e.electricity.lineGradTo),r.style.setProperty("--electricity-line-shadow",e.electricity.lineShadow),r.style.setProperty("--electricity-area-grad-from",e.electricity.areaGradFrom),r.style.setProperty("--electricity-area-grad-to",e.electricity.areaGradTo),r.style.setProperty("--electricity-shadow-line-dark-bg",e.electricity.shadowLineDarkBg),r.style.setProperty("--echarts-bg",e.echarts.bg),r.style.setProperty("--echarts-text-color",e.echarts.textColor),r.style.setProperty("--echarts-axis-line-color",e.echarts.axisLineColor),r.style.setProperty("--echarts-split-line-color",e.echarts.splitLineColor),r.style.setProperty("--echarts-item-hover-shadow-color",e.echarts.itemHoverShadowColor),r.style.setProperty("--echarts-tooltip-bg-color",e.echarts.tooltipBackgroundColor),r.style.setProperty("--chartjs-axis-line-color",e.chartjs.axisLineColor),r.style.setProperty("--chartjs-text-color",e.chartjs.textColor),h(d)},[d,t])};const G={buttonRadius:6,cardRadius:6,inputRadius:6},_={name:o.BaseEnum.ANDROID,displayName:"Android",variables:G},k={buttonRadius:8,cardRadius:8,inputRadius:6},i={name:o.BaseEnum.DEFAULT,displayName:"Default",variables:k},H={buttonRadius:24,cardRadius:24,inputRadius:24},O={name:o.BaseEnum.IOS,displayName:"iOS",variables:H},N={buttonRadius:4,cardRadius:4,inputRadius:4},U={name:o.BaseEnum.LINUX,displayName:"Linux",variables:N},I={buttonRadius:6,cardRadius:6,inputRadius:6},j={name:o.BaseEnum.WINDOWS,displayName:"Windows",variables:I},C={[o.BaseEnum.DEFAULT]:i,[o.BaseEnum.IOS]:O,[o.BaseEnum.ANDROID]:_,[o.BaseEnum.WINDOWS]:j,[o.BaseEnum.LINUX]:U},V={name:"coffee",displayName:"Coffee",variables:{primary:"#AF8F6F",primaryLight:"#F8F4E1",primaryFg:"#2a1f18",success:"#6d8f72",successLight:"#8aaa8e",info:"#8a7a6a",infoLight:"#a89888",warning:"#b8926a",warningLight:"#d4b896",danger:"#a65d5d",dangerLight:"#c07d7d",bg:"#2e1a08",bg2:"#543310",bg3:"#493628",bg4:"#74512D",border:"#493628",border2:"#543310",border3:"#74512D",border4:"#AF8F6F",border5:"#D6C0B3",fg:"#AF8F6F",fgText:"#F8F4E1",fgHeading:"#F8F4E1",fgHighlight:"#E4E0E1",separator:"#493628",temperature:{arcFill:["#AF8F6F","#AB886D","#D6C0B3","#E4E0E1","#F8F4E1"],arcEmpty:"#543310",thumbBg:"#493628",thumbBorder:"#AF8F6F"},solar:{gradientLeft:"#AF8F6F",gradientRight:"#F8F4E1",shadowColor:"rgba(0, 0, 0, 0.35)",secondSeriesFill:"#493628"},traffic:{tooltipBg:"#74512D",tooltipBorderColor:"#AF8F6F",tooltipTextColor:"#F8F4E1",yAxisSplitLine:"#543310",lineBg:"#493628",itemColor:"#543310",itemBorderColor:"#AF8F6F",itemEmphasisBorderColor:"#F8F4E1",shadowLineDarkBg:"rgba(0, 0, 0, 0)",shadowLineShadow:"rgba(0, 0, 0, 0)",gradFrom:"#493628",gradTo:"#2e1a08"},electricity:{tooltipBg:"#543310",tooltipLineColor:"#F8F4E1",tooltipBorderColor:"#AF8F6F",tooltipTextColor:"#F8F4E1",axisLineColor:"#AF8F6F",xAxisTextColor:"#AF8F6F",yAxisSplitLine:"#543310",itemBorderColor:"#AF8F6F",lineGradFrom:"#AF8F6F",lineGradTo:"#F8F4E1",lineShadow:"rgba(175, 143, 111, 0.3)",areaGradFrom:"#493628",areaGradTo:"#2e1a08",shadowLineDarkBg:"rgba(0, 0, 0, 0)"},echarts:{bg:"#2e1a08",textColor:"#F8F4E1",axisLineColor:"#AF8F6F",splitLineColor:"#493628",itemHoverShadowColor:"rgba(0, 0, 0, 0.4)",tooltipBackgroundColor:"#543310"},chartjs:{axisLineColor:"#AF8F6F",textColor:"#F8F4E1"}}},K={name:"corporate",displayName:"Corporate",variables:{primary:"#3366ff",primaryLight:"#598bff",primaryFg:"#ffffff",success:"#00d68f",successLight:"#33dfaa",info:"#0095ff",infoLight:"#33a7ff",warning:"#ffaa00",warningLight:"#ffbb33",danger:"#ff3d71",dangerLight:"#ff6491",bg:"#ffffff",bg2:"#f7f9fc",bg3:"#edf1f7",bg4:"#e4e9f2",border:"#ffffff",border2:"#f7f9fc",border3:"#edf1f7",border4:"#e4e9f2",border5:"#c5cee0",fg:"#8f9bb3",fgText:"#222b45",fgHeading:"#192038",fgHighlight:"#003694",separator:"#edf1f7",temperature:{arcFill:["#ffa36b","#ffa36b","#ff9e7a","#ff9888","#ff8ea0"],arcEmpty:"#f7f9fc",thumbBg:"#f7f9fc",thumbBorder:"#ffa36b"},solar:{gradientLeft:"#3366ff",gradientRight:"#3366ff",shadowColor:"rgba(0, 0, 0, 0)",secondSeriesFill:"#f7f9fc"},traffic:{tooltipBg:"#ffffff",tooltipBorderColor:"#f7f9fc",tooltipTextColor:"#222b45",yAxisSplitLine:"rgba(0, 0, 0, 0)",lineBg:"#3366ff",itemColor:"#e4e9f2",itemBorderColor:"#e4e9f2",itemEmphasisBorderColor:"#598bff",shadowLineDarkBg:"rgba(0, 0, 0, 0)",shadowLineShadow:"rgba(0, 0, 0, 0)",gradFrom:"#ffffff",gradTo:"#ffffff"},electricity:{tooltipBg:"#ffffff",tooltipLineColor:"#222b45",tooltipBorderColor:"#f7f9fc",tooltipTextColor:"#222b45",axisLineColor:"#edf1f7",xAxisTextColor:"#8f9bb3",yAxisSplitLine:"#edf1f7",itemBorderColor:"#3366ff",lineGradFrom:"#3366ff",lineGradTo:"#3366ff",lineShadow:"rgba(0, 0, 0, 0)",areaGradFrom:"rgba(0, 0, 0, 0)",areaGradTo:"rgba(0, 0, 0, 0)",shadowLineDarkBg:"rgba(0, 0, 0, 0)"},echarts:{bg:"#ffffff",textColor:"#222b45",axisLineColor:"#222b45",splitLineColor:"#edf1f7",itemHoverShadowColor:"rgba(0, 0, 0, 0.5)",tooltipBackgroundColor:"#3366ff"},chartjs:{axisLineColor:"#edf1f7",textColor:"#222b45"}}},q={name:"cosmic",displayName:"Cosmic",variables:{primary:"#a16eff",primaryLight:"#b489ff",primaryFg:"#ffffff",success:"#00d68f",successLight:"#33dfaa",info:"#0095ff",infoLight:"#33a7ff",warning:"#ffaa00",warningLight:"#ffbb33",danger:"#ff3d71",dangerLight:"#ff6491",bg:"#323259",bg2:"#2a2a48",bg3:"#272741",bg4:"#1f1f3a",border:"#323259",border2:"#2a2a48",border3:"#272741",border4:"#1f1f3a",border5:"#1f1f3a",fg:"#b4b4db",fgText:"#ffffff",fgHeading:"#ffffff",fgHighlight:"#a16eff",separator:"#2a2a48",temperature:{arcFill:["#2ec7fe","#31ffad","#7bff24","#fff024","#f7bd59"],arcEmpty:"#2a2a48",thumbBg:"#ffffff",thumbBorder:"#ffffff"},solar:{gradientLeft:"#a16eff",gradientRight:"#a16eff",shadowColor:"rgba(0, 0, 0, 0)",secondSeriesFill:"#2a2a48"},traffic:{tooltipBg:"#323259",tooltipBorderColor:"#2a2a48",tooltipTextColor:"#ffffff",yAxisSplitLine:"#2a2a48",lineBg:"#2a2a48",itemColor:"#2a2a48",itemBorderColor:"#2a2a48",itemEmphasisBorderColor:"#a16eff",shadowLineDarkBg:"#272741",shadowLineShadow:"#272741",gradFrom:"#323259",gradTo:"#2a2a48"},electricity:{tooltipBg:"#323259",tooltipLineColor:"#ffffff",tooltipBorderColor:"#2a2a48",tooltipTextColor:"#ffffff",axisLineColor:"#272741",xAxisTextColor:"#b4b4db",yAxisSplitLine:"#2a2a48",itemBorderColor:"#2a2a48",lineGradFrom:"#00d68f",lineGradTo:"#ffaa00",lineShadow:"#1f1f3a",areaGradFrom:"#2a2a48",areaGradTo:"#272741",shadowLineDarkBg:"#272741"},echarts:{bg:"#323259",textColor:"#ffffff",axisLineColor:"#ffffff",splitLineColor:"#2a2a48",itemHoverShadowColor:"rgba(0, 0, 0, 0.5)",tooltipBackgroundColor:"#a16eff"},chartjs:{axisLineColor:"#2a2a48",textColor:"#ffffff"}}},Y={name:"dark",displayName:"Dark",variables:{primary:"#d4a017",primaryLight:"#eab308",primaryFg:"#1a1a1a",success:"#22c55e",successLight:"#4ade80",info:"#14b8a6",infoLight:"#2dd4bf",warning:"#eab308",warningLight:"#facc15",danger:"#ef4444",dangerLight:"#f87171",bg:"#0f0f11",bg2:"#18181b",bg3:"#27272a",bg4:"#3f3f46",border:"#18181b",border2:"#27272a",border3:"#3f3f46",border4:"#52525b",border5:"#71717a",fg:"#a1a1aa",fgText:"#fafafa",fgHeading:"#ffffff",fgHighlight:"#fde047",separator:"#27272a",temperature:{arcFill:["#d4a017","#eab308","#fcd34d","#fde047","#fde047"],arcEmpty:"#27272a",thumbBg:"#27272a",thumbBorder:"#52525b"},solar:{gradientLeft:"#d4a017",gradientRight:"#eab308",shadowColor:"rgba(0, 0, 0, 0.3)",secondSeriesFill:"#27272a"},traffic:{tooltipBg:"#27272a",tooltipBorderColor:"#3f3f46",tooltipTextColor:"#fafafa",yAxisSplitLine:"#27272a",lineBg:"#3f3f46",itemColor:"#3f3f46",itemBorderColor:"#52525b",itemEmphasisBorderColor:"#eab308",shadowLineDarkBg:"rgba(0, 0, 0, 0)",shadowLineShadow:"rgba(0, 0, 0, 0)",gradFrom:"#27272a",gradTo:"#18181b"},electricity:{tooltipBg:"#27272a",tooltipLineColor:"#fafafa",tooltipBorderColor:"#3f3f46",tooltipTextColor:"#fafafa",axisLineColor:"#3f3f46",xAxisTextColor:"#a1a1aa",yAxisSplitLine:"#27272a",itemBorderColor:"#eab308",lineGradFrom:"#d4a017",lineGradTo:"#eab308",lineShadow:"rgba(212, 160, 23, 0.35)",areaGradFrom:"#27272a",areaGradTo:"#18181b",shadowLineDarkBg:"rgba(0, 0, 0, 0)"},echarts:{bg:"#18181b",textColor:"#fafafa",axisLineColor:"#52525b",splitLineColor:"#27272a",itemHoverShadowColor:"rgba(0, 0, 0, 0.4)",tooltipBackgroundColor:"#27272a"},chartjs:{axisLineColor:"#3f3f46",textColor:"#fafafa"}}},M={name:"default",displayName:"Default",variables:{primary:"rgb(250, 30, 22)",primaryLight:"rgb(255, 120, 120)",primaryFg:"#ffffff",success:"rgb(62, 168, 30)",successLight:"rgb(220, 255, 210)",info:"rgb(255, 160, 150)",infoLight:"rgb(255, 200, 180)",warning:"rgb(248, 104, 7)",warningLight:"rgb(255, 140, 60)",danger:"rgb(211, 17, 11)",dangerLight:"rgb(243, 70, 64)",bg:"rgb(250, 250, 250)",bg2:"rgb(245, 245, 245)",bg3:"rgb(226, 224, 224)",bg4:"rgb(207, 207, 207)",border:"rgb(250, 250, 250)",border2:"rgb(245, 245, 245)",border3:"rgb(226, 224, 224)",border4:"rgb(207, 207, 207)",border5:"rgb(136, 136, 136)",fg:"rgb(136, 136, 136)",fgText:"rgb(22, 21, 21)",fgHeading:"rgb(0, 0, 0)",fgHighlight:"rgb(250, 30, 22)",separator:"rgb(226, 224, 224)",temperature:{arcFill:["rgb(255, 210, 210)","rgb(255, 200, 160)","rgb(255, 160, 150)","rgb(255, 120, 120)","rgb(250, 30, 22)"],arcEmpty:"rgb(245, 245, 245)",thumbBg:"rgb(245, 245, 245)",thumbBorder:"rgb(250, 30, 22)"},solar:{gradientLeft:"rgb(250, 30, 22)",gradientRight:"rgb(248, 104, 7)",shadowColor:"rgba(250, 30, 22, 0.1)",secondSeriesFill:"rgb(245, 245, 245)"},traffic:{tooltipBg:"rgb(250, 250, 250)",tooltipBorderColor:"rgb(245, 245, 245)",tooltipTextColor:"rgb(22, 21, 21)",yAxisSplitLine:"rgb(226, 224, 224)",lineBg:"rgb(207, 207, 207)",itemColor:"rgb(207, 207, 207)",itemBorderColor:"rgb(207, 207, 207)",itemEmphasisBorderColor:"rgb(250, 30, 22)",shadowLineDarkBg:"rgba(0, 0, 0, 0)",shadowLineShadow:"rgba(0, 0, 0, 0)",gradFrom:"rgb(245, 245, 245)",gradTo:"rgb(245, 245, 245)"},electricity:{tooltipBg:"rgb(250, 250, 250)",tooltipLineColor:"rgb(22, 21, 21)",tooltipBorderColor:"rgb(245, 245, 245)",tooltipTextColor:"rgb(22, 21, 21)",axisLineColor:"rgb(226, 224, 224)",xAxisTextColor:"rgb(136, 136, 136)",yAxisSplitLine:"rgb(226, 224, 224)",itemBorderColor:"rgb(250, 30, 22)",lineGradFrom:"rgb(250, 30, 22)",lineGradTo:"rgb(248, 104, 7)",lineShadow:"rgba(250, 30, 22, 0.2)",areaGradFrom:"rgba(250, 30, 22, 0.1)",areaGradTo:"rgba(250, 30, 22, 0.05)",shadowLineDarkBg:"rgba(0, 0, 0, 0)"},echarts:{bg:"rgb(250, 250, 250)",textColor:"rgb(22, 21, 21)",axisLineColor:"rgb(136, 136, 136)",splitLineColor:"rgb(226, 224, 224)",itemHoverShadowColor:"rgba(250, 30, 22, 0.3)",tooltipBackgroundColor:"rgb(250, 30, 22)"},chartjs:{axisLineColor:"rgb(226, 224, 224)",textColor:"rgb(22, 21, 21)"}}},W={name:"forest",displayName:"Forest",variables:{primary:"#1F7A5A",primaryLight:"#E6F2EE",primaryFg:"#FFFFFF",success:"#1F7A5A",successLight:"#E6F2EE",info:"#2563EB",infoLight:"#E8F0FF",warning:"#B45309",warningLight:"#FFF4E5",danger:"#B42318",dangerLight:"#FDECEC",bg:"#FFFFFF",bg2:"#F7F9F8",bg3:"#EEF3F1",bg4:"#E6EFEC",border:"#E5E7EB",border2:"#D1D5DB",border3:"#C7D2CF",border4:"#B6C4BF",border5:"#1F7A5A",fg:"#111827",fgText:"#374151",fgHeading:"#0F172A",fgHighlight:"#1F7A5A",separator:"#E5E7EB",temperature:{arcFill:["#E6F2EE","#A7D8C6","#4AA987","#1F7A5A","#145A43"],arcEmpty:"#E5E7EB",thumbBg:"#1F7A5A",thumbBorder:"#145A43"},solar:{gradientLeft:"#E6F2EE",gradientRight:"#1F7A5A",shadowColor:"rgba(31, 122, 90, 0.25)",secondSeriesFill:"#A7D8C6"},traffic:{tooltipBg:"#FFFFFF",tooltipBorderColor:"#E5E7EB",tooltipTextColor:"#111827",yAxisSplitLine:"#E5E7EB",lineBg:"rgba(31, 122, 90, 0.08)",itemColor:"#1F7A5A",itemBorderColor:"#145A43",itemEmphasisBorderColor:"#0E5A41",shadowLineDarkBg:"rgba(31, 122, 90, 0.15)",shadowLineShadow:"rgba(31, 122, 90, 0.20)",gradFrom:"#E6F2EE",gradTo:"#1F7A5A"},electricity:{tooltipBg:"#FFFFFF",tooltipLineColor:"#1F7A5A",tooltipBorderColor:"#E5E7EB",tooltipTextColor:"#111827",axisLineColor:"#D1D5DB",xAxisTextColor:"#374151",yAxisSplitLine:"#E5E7EB",itemBorderColor:"#145A43",lineGradFrom:"#E6F2EE",lineGradTo:"#1F7A5A",lineShadow:"rgba(31, 122, 90, 0.25)",areaGradFrom:"rgba(31, 122, 90, 0.25)",areaGradTo:"rgba(31, 122, 90, 0.00)",shadowLineDarkBg:"rgba(31, 122, 90, 0.10)"},echarts:{bg:"#FFFFFF",textColor:"#111827",axisLineColor:"#D1D5DB",splitLineColor:"#E5E7EB",itemHoverShadowColor:"rgba(31, 122, 90, 0.25)",tooltipBackgroundColor:"#FFFFFF"},chartjs:{axisLineColor:"#D1D5DB",textColor:"#111827"}}},$={name:"light",displayName:"Light",variables:{primary:"#222b45",primaryLight:"#192038",primaryFg:"#ffffff",success:"#00d68f",successLight:"#33dfaa",info:"#0095ff",infoLight:"#33a7ff",warning:"#ffaa00",warningLight:"#ffbb33",danger:"#ff3d71",dangerLight:"#ff6491",bg:"#ffffff",bg2:"#f7f9fc",bg3:"#edf1f7",bg4:"#e4e9f2",border:"#ffffff",border2:"#f7f9fc",border3:"#edf1f7",border4:"#e4e9f2",border5:"#c5cee0",fg:"#8f9bb3",fgText:"#222b45",fgHeading:"#192038",fgHighlight:"#003694",separator:"#edf1f7",temperature:{arcFill:["#8f9bb3","#8f9bb3","#8f9bb3","#8f9bb3","#8f9bb3"],arcEmpty:"#f7f9fc",thumbBg:"#f7f9fc",thumbBorder:"#8f9bb3"},solar:{gradientLeft:"#8f9bb3",gradientRight:"#8f9bb3",shadowColor:"rgba(0, 0, 0, 0)",secondSeriesFill:"#f7f9fc"},traffic:{tooltipBg:"#ffffff",tooltipBorderColor:"#f7f9fc",tooltipTextColor:"#222b45",yAxisSplitLine:"#edf1f7",lineBg:"#e4e9f2",itemColor:"#e4e9f2",itemBorderColor:"#e4e9f2",itemEmphasisBorderColor:"#8f9bb3",shadowLineDarkBg:"rgba(0, 0, 0, 0)",shadowLineShadow:"rgba(0, 0, 0, 0)",gradFrom:"#f7f9fc",gradTo:"#f7f9fc"},electricity:{tooltipBg:"#ffffff",tooltipLineColor:"#222b45",tooltipBorderColor:"#f7f9fc",tooltipTextColor:"#222b45",axisLineColor:"#edf1f7",xAxisTextColor:"#8f9bb3",yAxisSplitLine:"#edf1f7",itemBorderColor:"#8f9bb3",lineGradFrom:"#8f9bb3",lineGradTo:"#8f9bb3",lineShadow:"rgba(0, 0, 0, 0)",areaGradFrom:"#f7f9fc",areaGradTo:"#f7f9fc",shadowLineDarkBg:"rgba(0, 0, 0, 0)"},echarts:{bg:"#ffffff",textColor:"#222b45",axisLineColor:"#222b45",splitLineColor:"#edf1f7",itemHoverShadowColor:"rgba(0, 0, 0, 0.5)",tooltipBackgroundColor:"#8f9bb3"},chartjs:{axisLineColor:"#edf1f7",textColor:"#222b45"}}},X={name:"wine",displayName:"Wine",variables:{primary:"#800020",primaryLight:"#F4E6E9",primaryFg:"#F4E6E9",success:"#6b8f6b",successLight:"#8aaa8e",info:"#8a6a6a",infoLight:"#a88a8a",warning:"#c49050",warningLight:"#d4b080",danger:"#b85050",dangerLight:"#d07070",bg:"#2A0B12",bg2:"#3A0F1A",bg3:"#4A1322",bg4:"#4A1322",border:"#2A0B12",border2:"#3A0F1A",border3:"#4A1322",border4:"#800020",border5:"#B23A5C",fg:"#C97A8A",fgText:"#F4E6E9",fgHeading:"#F4E6E9",fgHighlight:"#F4E6E9",separator:"#3A0F1A",temperature:{arcFill:["#800020","#9A1F3D","#B23A5C","#C97A8A","#F4E6E9"],arcEmpty:"#2A0B12",thumbBg:"#3A0F1A",thumbBorder:"#800020"},solar:{gradientLeft:"#800020",gradientRight:"#F4E6E9",shadowColor:"rgba(0, 0, 0, 0.4)",secondSeriesFill:"#3A0F1A"},traffic:{tooltipBg:"#4A1322",tooltipBorderColor:"#B23A5C",tooltipTextColor:"#F4E6E9",yAxisSplitLine:"#3A0F1A",lineBg:"#3A0F1A",itemColor:"#2A0B12",itemBorderColor:"#800020",itemEmphasisBorderColor:"#F4E6E9",shadowLineDarkBg:"rgba(0, 0, 0, 0)",shadowLineShadow:"rgba(0, 0, 0, 0)",gradFrom:"#3A0F1A",gradTo:"#2A0B12"},electricity:{tooltipBg:"#3A0F1A",tooltipLineColor:"#F4E6E9",tooltipBorderColor:"#800020",tooltipTextColor:"#F4E6E9",axisLineColor:"#B23A5C",xAxisTextColor:"#C97A8A",yAxisSplitLine:"#3A0F1A",itemBorderColor:"#800020",lineGradFrom:"#800020",lineGradTo:"#F4E6E9",lineShadow:"rgba(128, 0, 32, 0.35)",areaGradFrom:"#3A0F1A",areaGradTo:"#2A0B12",shadowLineDarkBg:"rgba(0, 0, 0, 0)"},echarts:{bg:"#2A0B12",textColor:"#F4E6E9",axisLineColor:"#B23A5C",splitLineColor:"#3A0F1A",itemHoverShadowColor:"rgba(0, 0, 0, 0.4)",tooltipBackgroundColor:"#3A0F1A"},chartjs:{axisLineColor:"#B23A5C",textColor:"#F4E6E9"}}};var E={colors:M,base:i},z={colors:$,base:i},B={colors:Y,base:i},u={colors:q,base:i},L={colors:K,base:i},A={colors:W,base:i},T={colors:V,base:i},x={colors:X,base:i};const b={[o.ThemeEnum.DEFAULT]:E,[o.ThemeEnum.LIGHT]:z,[o.ThemeEnum.DARK]:B,[o.ThemeEnum.COSMIC]:u,[o.ThemeEnum.CORPORATE]:L,[o.ThemeEnum.FOREST]:A,[o.ThemeEnum.COFFEE]:T,[o.ThemeEnum.WINE]:x};var S=(0,g.memo)(({children:t,defaultTheme:d=o.ThemeEnum.DEFAULT,defaultBase:r=o.BaseEnum.DEFAULT})=>{const[e,s]=(0,g.useState)(()=>{const a=p();return a!=null&&a in b?a:d}),[f,n]=(0,g.useState)(()=>{const a=y();return a??r}),m=(0,g.useMemo)(()=>({colors:b[e].colors,base:C[f]}),[e,f]);R(m,e);const w=a=>{s(a)},P=a=>{n(a),F(a)};return(0,D.jsx)(c.ThemeContext.Provider,{value:{currentTheme:m,themeName:e,baseName:f,setTheme:w,setBase:P,availableThemes:o.THEME_VALUES,availableBases:o.BASE_VALUES},children:t})});S.displayName="ThemeProvider";exports.BASE_STORAGE_KEY=o.BASE_STORAGE_KEY;exports.BASE_VALUES=o.BASE_VALUES;exports.BaseEnum=o.BaseEnum;exports.COLOR_STORAGE_KEY=o.COLOR_STORAGE_KEY;exports.DEFAULT_BASE=o.DEFAULT_BASE;exports.DEFAULT_THEME=o.DEFAULT_THEME;exports.THEME_VALUES=o.THEME_VALUES;exports.ThemeContext=c.ThemeContext;exports.ThemeEnum=o.ThemeEnum;exports.ThemeProvider=S;exports.bases=C;exports.coffeeTheme=T;exports.corporateTheme=L;exports.cosmicTheme=u;exports.darkTheme=B;exports.defaultTheme=E;exports.forestTheme=A;exports.getThemeBaseStorage=y;exports.getThemeColorStorage=p;exports.removeThemeStorage=v;exports.setThemeBaseStorage=F;exports.setThemeColorStorage=h;exports.themes=b;exports.useTheme=c.useTheme;exports.wineTheme=x;
4
+
5
+ //# sourceMappingURL=themes.cjs.map