@layers-app/shared 0.3.5-test → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/EmojiPicker/EmojiPanel.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPanel.js +12 -13
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -0
- package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.js +1 -0
- package/dist/components/EmojiPicker/IconsPanel.js +13 -13
- package/dist/components/EntityIcon.d.ts.map +1 -1
- package/dist/components/EntityIcon.js +36 -35
- package/dist/constants.js +1 -1
- package/dist/helpers/showNotifications.d.ts.map +1 -1
- package/dist/helpers/showNotifications.js +77 -129
- package/dist/helpers/showNotifications.module.css.js +12 -26
- package/dist/index.css +1 -1
- package/dist/lang/locales/ui_en.json.js +5 -5
- package/dist/lang/locales/ui_es.json.js +1 -1
- package/dist/lang/locales/ui_ru.json.js +5 -5
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmojiPanel.d.ts","sourceRoot":"","sources":["../../../src/components/EmojiPicker/EmojiPanel.tsx"],"names":[],"mappings":"AAyCA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAsBjD,eAAO,MAAM,UAAU,GAAI,6DAMxB,IAAI,CAAC,gBAAgB,EAAE,SAAS,GAAG,OAAO,GAAG,UAAU,GAAG,aAAa,CAAC,GAAG;IAC5E,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC,
|
|
1
|
+
{"version":3,"file":"EmojiPanel.d.ts","sourceRoot":"","sources":["../../../src/components/EmojiPicker/EmojiPanel.tsx"],"names":[],"mappings":"AAyCA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAsBjD,eAAO,MAAM,UAAU,GAAI,6DAMxB,IAAI,CAAC,gBAAgB,EAAE,SAAS,GAAG,OAAO,GAAG,UAAU,GAAG,aAAa,CAAC,GAAG;IAC5E,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC,4CAgTA,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as y, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { useState as
|
|
2
|
+
import { useState as d, useRef as m, useEffect as R, useCallback as K } from "react";
|
|
3
3
|
import { useTranslation as L } from "react-i18next";
|
|
4
4
|
import { Search01Icon as U, ShuffleIcon as V, Clock01Icon as W, SmileIcon as X, Pizza01Icon as Z, FootballIcon as _, Airplane01Icon as ee, BulbIcon as te, Asterisk02Icon as oe, Flag02Icon as re } from "@hugeicons/core-free-icons";
|
|
5
5
|
import { HugeiconsIcon as c } from "@hugeicons/react";
|
|
@@ -27,17 +27,17 @@ const he = [
|
|
|
27
27
|
{ i: "symbols", icon: /* @__PURE__ */ t(c, { size: 20, icon: oe }) },
|
|
28
28
|
{ i: "flags", icon: /* @__PURE__ */ t(c, { size: 20, icon: re }) }
|
|
29
29
|
], Re = ({
|
|
30
|
-
locales:
|
|
30
|
+
locales: u,
|
|
31
31
|
onChange: C,
|
|
32
32
|
onClose: M,
|
|
33
33
|
setRandomIcon: P,
|
|
34
34
|
querySearch: p
|
|
35
35
|
}) => {
|
|
36
|
-
const [b, k] =
|
|
36
|
+
const [b, k] = d("frequent"), x = m("frequent"), h = m({}), I = m(null), [S, w] = d(""), [Q, O] = d([]), [a, B] = d(null), [E, j] = d([]), { t: G } = L(), g = m(!1), l = m(null);
|
|
37
37
|
R(() => {
|
|
38
38
|
if (typeof p == "string") {
|
|
39
39
|
const e = p.slice(1);
|
|
40
|
-
if (
|
|
40
|
+
if (w(e), a) {
|
|
41
41
|
const o = a.search(e);
|
|
42
42
|
j(o.map((r) => r.item.e));
|
|
43
43
|
}
|
|
@@ -74,7 +74,7 @@ const he = [
|
|
|
74
74
|
const H = K(
|
|
75
75
|
(e) => {
|
|
76
76
|
const o = e.currentTarget.value;
|
|
77
|
-
if (
|
|
77
|
+
if (w(o), a) {
|
|
78
78
|
const r = a.search(o);
|
|
79
79
|
j(r.map((s) => s.item.e));
|
|
80
80
|
}
|
|
@@ -128,8 +128,8 @@ const he = [
|
|
|
128
128
|
ie,
|
|
129
129
|
{
|
|
130
130
|
leftSection: /* @__PURE__ */ t(c, { size: 16, icon: U }),
|
|
131
|
-
value:
|
|
132
|
-
placeholder: `${
|
|
131
|
+
value: S,
|
|
132
|
+
placeholder: `${u?.search}...`,
|
|
133
133
|
"data-autofocus": !0,
|
|
134
134
|
styles: {
|
|
135
135
|
input: {
|
|
@@ -142,7 +142,7 @@ const he = [
|
|
|
142
142
|
radius: "var(--mantine-radius-default)"
|
|
143
143
|
}
|
|
144
144
|
),
|
|
145
|
-
/* @__PURE__ */ t(ce, { withArrow: !0, label: G("random"), children: /* @__PURE__ */ t(
|
|
145
|
+
/* @__PURE__ */ t(ce, { withArrow: !0, label: u?.random || G("random"), children: /* @__PURE__ */ t(
|
|
146
146
|
A,
|
|
147
147
|
{
|
|
148
148
|
h: 36,
|
|
@@ -175,7 +175,7 @@ const he = [
|
|
|
175
175
|
},
|
|
176
176
|
ref: I,
|
|
177
177
|
onScroll: $,
|
|
178
|
-
children:
|
|
178
|
+
children: S ? /* @__PURE__ */ y(v, { flex: 1, align: "stretch", children: [
|
|
179
179
|
!J && /* @__PURE__ */ t(
|
|
180
180
|
F,
|
|
181
181
|
{
|
|
@@ -185,7 +185,7 @@ const he = [
|
|
|
185
185
|
top: -1,
|
|
186
186
|
style: { zIndex: 1 },
|
|
187
187
|
bg: "light-dark(var(--mantine-color-white), var(--mantine-color-dark-6))",
|
|
188
|
-
children: /* @__PURE__ */ t(q, { fz: "sm", c: "dimmed", children:
|
|
188
|
+
children: /* @__PURE__ */ t(q, { fz: "sm", c: "dimmed", children: u?.searchResults })
|
|
189
189
|
}
|
|
190
190
|
),
|
|
191
191
|
E.length ? /* @__PURE__ */ t(N, { cols: 10, spacing: 0, children: E.map((e) => /* @__PURE__ */ t(
|
|
@@ -201,7 +201,7 @@ const he = [
|
|
|
201
201
|
ue,
|
|
202
202
|
{
|
|
203
203
|
size: 100,
|
|
204
|
-
description:
|
|
204
|
+
description: u?.searchNoResults,
|
|
205
205
|
descriptionProps: {
|
|
206
206
|
fz: "sm"
|
|
207
207
|
}
|
|
@@ -217,14 +217,13 @@ const he = [
|
|
|
217
217
|
/* @__PURE__ */ t(
|
|
218
218
|
F,
|
|
219
219
|
{
|
|
220
|
-
bg: "light-dark(var(--mantine-color-white), var(--mantine-color-dark-6))",
|
|
221
220
|
py: 2,
|
|
222
221
|
px: 6,
|
|
223
222
|
pos: "sticky",
|
|
224
223
|
top: -1,
|
|
225
224
|
h: 23,
|
|
226
225
|
style: { zIndex: 1 },
|
|
227
|
-
children: /* @__PURE__ */ t(q, { fz: "xs", c: "dimmed", children:
|
|
226
|
+
children: /* @__PURE__ */ t(q, { fz: "xs", c: "dimmed", children: u?.emojiCategory?.[e.i] })
|
|
228
227
|
}
|
|
229
228
|
),
|
|
230
229
|
/* @__PURE__ */ t(N, { cols: 10, spacing: 0, children: e.e.map((o) => /* @__PURE__ */ t(
|
|
@@ -31,6 +31,7 @@ export type EmojiPickerLocales = {
|
|
|
31
31
|
searchNoResults?: string;
|
|
32
32
|
remove?: string;
|
|
33
33
|
icons?: string;
|
|
34
|
+
random?: string;
|
|
34
35
|
emojiCategory?: Record<string, string>;
|
|
35
36
|
};
|
|
36
37
|
export declare const EmojiPicker: ({ project, value, querySearch, children, onChange, position, popoverProps, showIcons, showColors, defaultActiveTab, showEmojis, withinPortal, locales: _locales, openWhen, triggerRegex, typingSeq, showRemoveButton, keepOpenOnRandom, }: PropsWithChildren<EmojiPickerProps>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmojiPicker.d.ts","sourceRoot":"","sources":["../../../src/components/EmojiPicker/EmojiPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAgC,MAAM,OAAO,CAAC;AAGxE,OAAO,EAIL,gBAAgB,EAEhB,YAAY,EAEb,MAAM,eAAe,CAAC;AAQvB,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,kIAAkI;IAClI,QAAQ,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IAChC,2GAA2G;IAC3G,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gHAAgH;IAChH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0FAA0F;IAC1F,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,2OAmBzB,iBAAiB,CAAC,gBAAgB,CAAC,
|
|
1
|
+
{"version":3,"file":"EmojiPicker.d.ts","sourceRoot":"","sources":["../../../src/components/EmojiPicker/EmojiPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAgC,MAAM,OAAO,CAAC;AAGxE,OAAO,EAIL,gBAAgB,EAEhB,YAAY,EAEb,MAAM,eAAe,CAAC;AAQvB,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,kIAAkI;IAClI,QAAQ,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IAChC,2GAA2G;IAC3G,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gHAAgH;IAChH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0FAA0F;IAC1F,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,2OAmBzB,iBAAiB,CAAC,gBAAgB,CAAC,4CAiNrC,CAAC"}
|
|
@@ -13,18 +13,18 @@ import { IconEntity as I, IconType as A } from "../ProjectIcon/ProjectIcon.js";
|
|
|
13
13
|
import { customIcons as D } from "./custom-icons/customIcons.js";
|
|
14
14
|
import { getIconsList as F, getRandomIcon as ae } from "./utils.js";
|
|
15
15
|
import h from "./EmojiPicker.module.css.js";
|
|
16
|
-
async function le(
|
|
17
|
-
const u = [], p =
|
|
16
|
+
async function le(a, c, l = 500) {
|
|
17
|
+
const u = [], p = a.length;
|
|
18
18
|
for (let r = 0; r < p; r += l) {
|
|
19
|
-
const w =
|
|
19
|
+
const w = a.slice(r, r + l).filter(c);
|
|
20
20
|
u.push(...w), await new Promise((f) => setTimeout(f, 0));
|
|
21
21
|
}
|
|
22
22
|
return u;
|
|
23
23
|
}
|
|
24
24
|
const Ce = M(
|
|
25
25
|
({
|
|
26
|
-
showColors:
|
|
27
|
-
locales:
|
|
26
|
+
showColors: a,
|
|
27
|
+
locales: c,
|
|
28
28
|
onChange: l,
|
|
29
29
|
value: u,
|
|
30
30
|
onClose: p,
|
|
@@ -65,7 +65,7 @@ const Ce = M(
|
|
|
65
65
|
color: i?.color,
|
|
66
66
|
type: i?.type || A.FILLED
|
|
67
67
|
})
|
|
68
|
-
),
|
|
68
|
+
), a || p());
|
|
69
69
|
}), n = J({
|
|
70
70
|
color: i?.color || ie.COLORS[0],
|
|
71
71
|
theme: w
|
|
@@ -77,11 +77,11 @@ const Ce = M(
|
|
|
77
77
|
"--icon-color-hover": K(n.value, 0.2)
|
|
78
78
|
}, [n]), q = async () => {
|
|
79
79
|
const o = await ae(r);
|
|
80
|
-
S([]), l?.(I.stringify({ icon: o, color: i?.color })), !
|
|
80
|
+
S([]), l?.(I.stringify({ icon: o, color: i?.color })), !a && !C && p();
|
|
81
81
|
};
|
|
82
82
|
return /* @__PURE__ */ m(y, { w: "100%", gap: "sm", pt: 12, pb: 8, h: "100%", children: [
|
|
83
|
-
|
|
84
|
-
/* @__PURE__ */ e(b, { lh: "140%", fw: 500, c: "dimmed", fz: "xs", children:
|
|
83
|
+
a && /* @__PURE__ */ m(y, { gap: 4, px: 8, w: "100%", children: [
|
|
84
|
+
/* @__PURE__ */ e(b, { lh: "140%", fw: 500, c: "dimmed", fz: "xs", children: c?.chooseColor || k("chooseColor") }),
|
|
85
85
|
/* @__PURE__ */ e(
|
|
86
86
|
ne,
|
|
87
87
|
{
|
|
@@ -117,7 +117,7 @@ const Ce = M(
|
|
|
117
117
|
{
|
|
118
118
|
leftSection: /* @__PURE__ */ e(L, { size: 16, icon: Q }),
|
|
119
119
|
value: f,
|
|
120
|
-
placeholder: `${
|
|
120
|
+
placeholder: `${c?.search}...`,
|
|
121
121
|
"data-autofocus": !0,
|
|
122
122
|
styles: {
|
|
123
123
|
input: {
|
|
@@ -130,7 +130,7 @@ const Ce = M(
|
|
|
130
130
|
radius: "var(--mantine-radius-default)"
|
|
131
131
|
}
|
|
132
132
|
) }),
|
|
133
|
-
/* @__PURE__ */ e(Z, { withArrow: !0, label: k("random"), children: /* @__PURE__ */ e(
|
|
133
|
+
/* @__PURE__ */ e(Z, { withArrow: !0, label: c?.random || k("random"), children: /* @__PURE__ */ e(
|
|
134
134
|
ee,
|
|
135
135
|
{
|
|
136
136
|
h: 36,
|
|
@@ -168,7 +168,7 @@ const Ce = M(
|
|
|
168
168
|
top: -1,
|
|
169
169
|
style: { zIndex: 1 },
|
|
170
170
|
bg: "light-dark(var(--mantine-color-white), var(--mantine-color-dark-6))",
|
|
171
|
-
children: /* @__PURE__ */ e(b, { fz: "xs", fw: 500, lh: "140%", c: "dimmed", children:
|
|
171
|
+
children: /* @__PURE__ */ e(b, { fz: "xs", fw: 500, lh: "140%", c: "dimmed", children: c?.searchResults })
|
|
172
172
|
}
|
|
173
173
|
),
|
|
174
174
|
T.length ? /* @__PURE__ */ e(N, { cols: 8, spacing: 0, children: T.map((o) => {
|
|
@@ -203,7 +203,7 @@ const Ce = M(
|
|
|
203
203
|
ce,
|
|
204
204
|
{
|
|
205
205
|
size: 100,
|
|
206
|
-
description:
|
|
206
|
+
description: c?.searchNoResults,
|
|
207
207
|
descriptionProps: {
|
|
208
208
|
fz: "sm"
|
|
209
209
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EntityIcon.d.ts","sourceRoot":"","sources":["../../src/components/EntityIcon.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"EntityIcon.d.ts","sourceRoot":"","sources":["../../src/components/EntityIcon.tsx"],"names":[],"mappings":"AA0BA,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAQD,eAAO,MAAM,UAAU,GAAI,CAAC,SAAS,cAAc,EAAE,WAElD;IACD,IAAI,CAAC,EAAE,CAAC,CAAC;CACV,mDA6HA,CAAC"}
|
|
@@ -1,58 +1,59 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { File01Icon as
|
|
3
|
-
import { HugeiconsIcon as
|
|
4
|
-
import { Text as
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import {
|
|
10
|
-
|
|
2
|
+
import { File01Icon as p, Folder02Icon as u, Folder01Icon as h } from "@hugeicons/core-free-icons";
|
|
3
|
+
import { HugeiconsIcon as f } from "@hugeicons/react";
|
|
4
|
+
import { Text as a, Box as y, Avatar as g, useMantineTheme as I, parseThemeColor as C } from "@mantine/core";
|
|
5
|
+
import v from "../assets/enitityIcons/flow.svg.js";
|
|
6
|
+
import z from "../assets/enitityIcons/form.svg.js";
|
|
7
|
+
import F from "../assets/enitityIcons/page.svg.js";
|
|
8
|
+
import O from "../assets/enitityIcons/sprint.svg.js";
|
|
9
|
+
import { DEFAULT_VALUES as l } from "../constants.js";
|
|
10
|
+
import { IconEntity as i, ProjectIcon as c, renderIcon as E } from "./ProjectIcon/ProjectIcon.js";
|
|
11
|
+
const s = (o) => !!o && l.COLORS.includes(o), R = (o) => o.type === "FOLDER" || o.isFolder || o.type === "PROJECT" && o?.pathById?.findIndex((r) => r === o?.parentId) === 1, H = ({
|
|
11
12
|
item: o
|
|
12
13
|
}) => {
|
|
13
14
|
const r = o?.size || 16;
|
|
14
15
|
if (!o) return null;
|
|
15
|
-
if (
|
|
16
|
-
const e = i.parse(o.icon);
|
|
17
|
-
return /* @__PURE__ */ n(
|
|
16
|
+
if (R(o)) {
|
|
17
|
+
const e = i.parse(o.icon), t = s(e?.color) ? e.color : l.FOLDER_COLOR;
|
|
18
|
+
return /* @__PURE__ */ n(S, { color: t, size: r, opened: o.isOpen });
|
|
18
19
|
}
|
|
19
20
|
if (o.type === "ATTACHMENT")
|
|
20
|
-
return /* @__PURE__ */ n(
|
|
21
|
+
return /* @__PURE__ */ n(f, { icon: p, size: r });
|
|
21
22
|
if (o.type === "PAGE")
|
|
22
23
|
return /* @__PURE__ */ n(
|
|
23
|
-
|
|
24
|
+
c,
|
|
24
25
|
{
|
|
25
26
|
fallbackColor: o.icon ? void 0 : "var(--default-page-icon-color)",
|
|
26
27
|
name: o.title,
|
|
27
28
|
icon: o.icon,
|
|
28
|
-
fallback: /* @__PURE__ */ n(
|
|
29
|
+
fallback: /* @__PURE__ */ n(F, { width: r, height: r })
|
|
29
30
|
}
|
|
30
31
|
);
|
|
31
32
|
if (o.type === "FORM")
|
|
32
33
|
return /* @__PURE__ */ n(
|
|
33
|
-
|
|
34
|
+
c,
|
|
34
35
|
{
|
|
35
36
|
fallbackColor: "var(--default-form-icon-color)",
|
|
36
37
|
icon: o.icon,
|
|
37
|
-
fallback: /* @__PURE__ */ n(
|
|
38
|
+
fallback: /* @__PURE__ */ n(z, { width: r, height: r })
|
|
38
39
|
}
|
|
39
40
|
);
|
|
40
41
|
if (o.type === "FLOW")
|
|
41
42
|
return /* @__PURE__ */ n(
|
|
42
|
-
|
|
43
|
+
c,
|
|
43
44
|
{
|
|
44
45
|
icon: o.icon,
|
|
45
46
|
fallbackColor: "var(--default-flow-icon-color)",
|
|
46
|
-
fallback: /* @__PURE__ */ n(
|
|
47
|
+
fallback: /* @__PURE__ */ n(v, { width: r, height: r })
|
|
47
48
|
}
|
|
48
49
|
);
|
|
49
50
|
if (o.type === "SPRINT") {
|
|
50
|
-
const e = i.parse(o.icon);
|
|
51
|
+
const e = i.parse(o.icon), t = s(e?.color) ? e.color : l.SPRINT_COLOR;
|
|
51
52
|
return /* @__PURE__ */ n(
|
|
52
|
-
|
|
53
|
+
a,
|
|
53
54
|
{
|
|
54
55
|
fz: r,
|
|
55
|
-
c:
|
|
56
|
+
c: t,
|
|
56
57
|
style: {
|
|
57
58
|
display: "flex",
|
|
58
59
|
alignItems: "center",
|
|
@@ -60,14 +61,14 @@ const w = (o) => o.type === "FOLDER" || o.isFolder || o.type === "PROJECT" && o?
|
|
|
60
61
|
lineHeight: "normal",
|
|
61
62
|
width: r + 4
|
|
62
63
|
},
|
|
63
|
-
children: /* @__PURE__ */ n(
|
|
64
|
+
children: /* @__PURE__ */ n(O, {})
|
|
64
65
|
}
|
|
65
66
|
);
|
|
66
67
|
}
|
|
67
68
|
if (o.type === "PROJECT") {
|
|
68
69
|
const e = i.parse(o.icon);
|
|
69
70
|
return e?.emoji ? /* @__PURE__ */ n(
|
|
70
|
-
|
|
71
|
+
y,
|
|
71
72
|
{
|
|
72
73
|
bg: "gray.1",
|
|
73
74
|
style: {
|
|
@@ -79,7 +80,7 @@ const w = (o) => o.type === "FOLDER" || o.isFolder || o.type === "PROJECT" && o?
|
|
|
79
80
|
height: r
|
|
80
81
|
},
|
|
81
82
|
children: /* @__PURE__ */ n(
|
|
82
|
-
|
|
83
|
+
c,
|
|
83
84
|
{
|
|
84
85
|
p: 0,
|
|
85
86
|
icon: o.icon,
|
|
@@ -89,7 +90,7 @@ const w = (o) => o.type === "FOLDER" || o.isFolder || o.type === "PROJECT" && o?
|
|
|
89
90
|
)
|
|
90
91
|
}
|
|
91
92
|
) : /* @__PURE__ */ n(
|
|
92
|
-
|
|
93
|
+
g,
|
|
93
94
|
{
|
|
94
95
|
variant: "filled",
|
|
95
96
|
radius: 4,
|
|
@@ -97,7 +98,7 @@ const w = (o) => o.type === "FOLDER" || o.isFolder || o.type === "PROJECT" && o?
|
|
|
97
98
|
size: o.size ?? 16,
|
|
98
99
|
color: e?.color || "initials",
|
|
99
100
|
children: /* @__PURE__ */ n(
|
|
100
|
-
|
|
101
|
+
a,
|
|
101
102
|
{
|
|
102
103
|
fz: o.fz ?? 12,
|
|
103
104
|
fw: 500,
|
|
@@ -109,31 +110,31 @@ const w = (o) => o.type === "FOLDER" || o.isFolder || o.type === "PROJECT" && o?
|
|
|
109
110
|
justifyContent: "center",
|
|
110
111
|
lineHeight: "normal"
|
|
111
112
|
},
|
|
112
|
-
children:
|
|
113
|
+
children: E(e, void 0, !0, o.title)
|
|
113
114
|
}
|
|
114
115
|
)
|
|
115
116
|
}
|
|
116
117
|
);
|
|
117
118
|
}
|
|
118
119
|
return null;
|
|
119
|
-
},
|
|
120
|
+
}, S = ({
|
|
120
121
|
color: o,
|
|
121
122
|
size: r,
|
|
122
123
|
opened: e
|
|
123
124
|
}) => {
|
|
124
|
-
const
|
|
125
|
+
const t = I(), d = C({
|
|
125
126
|
color: o || "gray",
|
|
126
|
-
theme:
|
|
127
|
+
theme: t
|
|
127
128
|
});
|
|
128
129
|
return /* @__PURE__ */ n(
|
|
129
|
-
|
|
130
|
+
f,
|
|
130
131
|
{
|
|
131
|
-
color:
|
|
132
|
-
icon: e ?
|
|
132
|
+
color: d.value || void 0,
|
|
133
|
+
icon: e ? u : h,
|
|
133
134
|
size: r
|
|
134
135
|
}
|
|
135
136
|
);
|
|
136
137
|
};
|
|
137
138
|
export {
|
|
138
|
-
|
|
139
|
+
H as EntityIcon
|
|
139
140
|
};
|
package/dist/constants.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"showNotifications.d.ts","sourceRoot":"","sources":["../../src/helpers/showNotifications.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAUlC,OAAO,
|
|
1
|
+
{"version":3,"file":"showNotifications.d.ts","sourceRoot":"","sources":["../../src/helpers/showNotifications.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAUlC,OAAO,EAAE,gBAAgB,EAAiB,MAAM,wBAAwB,CAAC;AAKzE,KAAK,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,gBAAgB,CAAC;AAetD,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,SAAS,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CAChC;AAED,MAAM,MAAM,wBAAwB,GAAG,IAAI,CAAC,gBAAgB,EAAE,SAAS,CAAC,GAAG;IACzE,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;CAChC,CAAC;AA4BF,eAAO,MAAM,wBAAwB,GACnC,QAAQ,EACR,OAAO,SAAS,OAAO,CAAC,QAAQ,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,EAErD,SAAS,OAAO,EAChB,UAAS;IACP,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,CAAC,CAAC,GAAG,EAAE,QAAQ,KAAK,WAAW,CAAC,GAAG,WAAW,CAAC;IAC5D,QAAQ,CAAC,EAAE,CAAC,CAAC,GAAG,EAAE,GAAG,KAAK,WAAW,CAAC,GAAG,WAAW,CAAC;CACjD,iBA+BP,CAAC;AAkCF,eAAO,MAAM,uBAAuB,GAAI,OAAO,wBAAwB,SAKtE,CAAC;AAwBF,eAAO,MAAM,yBAAyB,GACpC,OAAO,wBAAwB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,SAMjD,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,OAAO,wBAAwB,SAKtE,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,OAAO,wBAAwB,SAKtE,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,OAAO,wBAAwB,SAKpE,CAAC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { InformationCircleIcon as
|
|
3
|
-
import { HugeiconsIcon as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { isFunction as
|
|
7
|
-
import
|
|
8
|
-
let
|
|
9
|
-
const
|
|
10
|
-
/* @__PURE__ */
|
|
11
|
-
/* @__PURE__ */
|
|
12
|
-
|
|
1
|
+
import { jsxs as I, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { InformationCircleIcon as N, CheckmarkCircle02Icon as y, Alert01Icon as B, Alert02Icon as b } from "@hugeicons/core-free-icons";
|
|
3
|
+
import { HugeiconsIcon as a } from "@hugeicons/react";
|
|
4
|
+
import { Box as u, Button as z } from "@mantine/core";
|
|
5
|
+
import { notifications as h } from "@mantine/notifications";
|
|
6
|
+
import { isFunction as f, isObject as d } from "lodash-es";
|
|
7
|
+
import l from "./showNotifications.module.css.js";
|
|
8
|
+
let M = 0;
|
|
9
|
+
const O = /* @__PURE__ */ e(a, { icon: y, size: 14, color: "white" }), k = /* @__PURE__ */ e(a, { icon: b, size: 14, color: "white" }), x = /* @__PURE__ */ e(a, { icon: B, size: 14, color: "white" }), w = /* @__PURE__ */ e(a, { icon: N, size: 14, color: "white" }), g = (o, t) => t?.length ? /* @__PURE__ */ I(u, { children: [
|
|
10
|
+
/* @__PURE__ */ e(u, { children: o }),
|
|
11
|
+
/* @__PURE__ */ e(u, { className: l.actions, children: t.map((i, s) => /* @__PURE__ */ e(
|
|
12
|
+
z,
|
|
13
13
|
{
|
|
14
14
|
size: "compact-sm",
|
|
15
15
|
variant: i.variant ?? "default",
|
|
@@ -17,150 +17,98 @@ const M = /* @__PURE__ */ t(d, { icon: b, size: 14, color: "white" }), O = /* @_
|
|
|
17
17
|
radius: "md",
|
|
18
18
|
children: i.label
|
|
19
19
|
},
|
|
20
|
-
|
|
20
|
+
s
|
|
21
21
|
)) })
|
|
22
|
-
] }) : o
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
title: n,
|
|
26
|
-
icon: i,
|
|
27
|
-
children: e
|
|
28
|
-
}) {
|
|
29
|
-
return /* @__PURE__ */ l("div", { className: c.root, children: [
|
|
30
|
-
/* @__PURE__ */ l("div", { className: n ? c.contentRow : c.contentRowCentered, children: [
|
|
31
|
-
/* @__PURE__ */ t("div", { className: c.icon, children: i }),
|
|
32
|
-
/* @__PURE__ */ l("div", { className: c.body, children: [
|
|
33
|
-
n && /* @__PURE__ */ t("div", { className: c.title, children: n }),
|
|
34
|
-
e && /* @__PURE__ */ t(
|
|
35
|
-
"div",
|
|
36
|
-
{
|
|
37
|
-
className: n ? c.description : c.descriptionWithoutTitle,
|
|
38
|
-
children: e
|
|
39
|
-
}
|
|
40
|
-
)
|
|
41
|
-
] })
|
|
42
|
-
] }),
|
|
43
|
-
/* @__PURE__ */ t("div", { className: c.closeButtonWrapper, children: /* @__PURE__ */ t(
|
|
44
|
-
k,
|
|
45
|
-
{
|
|
46
|
-
className: c.closeButton,
|
|
47
|
-
size: 24,
|
|
48
|
-
onClick: () => w.hide(o)
|
|
49
|
-
}
|
|
50
|
-
) })
|
|
51
|
-
] });
|
|
52
|
-
}
|
|
53
|
-
const D = (o, n = {}) => {
|
|
54
|
-
const { successMsg: i, errorMsg: e } = n;
|
|
55
|
-
return o.then((r) => {
|
|
22
|
+
] }) : o, R = (o, t = {}) => {
|
|
23
|
+
const { successMsg: i, errorMsg: s } = t;
|
|
24
|
+
return o.then((c) => {
|
|
56
25
|
if (i) {
|
|
57
|
-
const
|
|
58
|
-
id:
|
|
59
|
-
...
|
|
26
|
+
const n = f(i) ? i(c) : i, r = {
|
|
27
|
+
id: t.notifyId,
|
|
28
|
+
...d(n) ? n : { message: n }
|
|
60
29
|
};
|
|
61
|
-
j(
|
|
30
|
+
j(r);
|
|
62
31
|
}
|
|
63
|
-
return
|
|
64
|
-
}).catch((
|
|
65
|
-
if (
|
|
66
|
-
const
|
|
67
|
-
id:
|
|
68
|
-
...
|
|
32
|
+
return c;
|
|
33
|
+
}).catch((c) => {
|
|
34
|
+
if (s) {
|
|
35
|
+
const n = f(s) ? s(c) : s, r = {
|
|
36
|
+
id: t.notifyId,
|
|
37
|
+
...d(n) ? n : { message: n }
|
|
69
38
|
};
|
|
70
|
-
|
|
39
|
+
v(r);
|
|
71
40
|
}
|
|
72
|
-
return
|
|
41
|
+
return c;
|
|
73
42
|
});
|
|
74
|
-
},
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
43
|
+
}, p = {
|
|
44
|
+
root: l.root,
|
|
45
|
+
icon: l.icon,
|
|
46
|
+
title: l.title,
|
|
47
|
+
description: l.description
|
|
48
|
+
}, m = (o, t) => {
|
|
49
|
+
const { actions: i, message: s, onClose: c, ...n } = o, r = `ntf-${++M}`, C = n.id ?? r;
|
|
50
|
+
h.show({
|
|
51
|
+
color: t.color,
|
|
78
52
|
radius: 12,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
withCloseButton: !
|
|
84
|
-
withBorder: !
|
|
85
|
-
|
|
86
|
-
classNames: { root: c.mantineRoot },
|
|
87
|
-
styles: {
|
|
88
|
-
root: { background: "none", border: "none", boxShadow: "none" },
|
|
89
|
-
body: { margin: 0 }
|
|
90
|
-
},
|
|
53
|
+
p: "sm",
|
|
54
|
+
...n,
|
|
55
|
+
id: C,
|
|
56
|
+
icon: t.icon,
|
|
57
|
+
withCloseButton: !0,
|
|
58
|
+
withBorder: !0,
|
|
59
|
+
classNames: p,
|
|
91
60
|
onClose: () => {
|
|
92
|
-
|
|
61
|
+
c?.(o);
|
|
93
62
|
},
|
|
94
|
-
message:
|
|
95
|
-
C,
|
|
96
|
-
{
|
|
97
|
-
id: f,
|
|
98
|
-
title: e,
|
|
99
|
-
icon: n.icon,
|
|
100
|
-
children: v(r, i)
|
|
101
|
-
}
|
|
102
|
-
)
|
|
63
|
+
message: g(s, i)
|
|
103
64
|
});
|
|
104
|
-
},
|
|
65
|
+
}, $ = (o) => {
|
|
105
66
|
m(o, {
|
|
106
|
-
color: "
|
|
107
|
-
icon:
|
|
67
|
+
color: "blue",
|
|
68
|
+
icon: w
|
|
108
69
|
});
|
|
109
|
-
},
|
|
110
|
-
const { actions: i,
|
|
111
|
-
|
|
112
|
-
color:
|
|
70
|
+
}, S = (o, t) => {
|
|
71
|
+
const { actions: i, message: s, onClose: c, ...n } = o;
|
|
72
|
+
h.update({
|
|
73
|
+
color: t.color,
|
|
113
74
|
radius: 12,
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
withCloseButton: !
|
|
118
|
-
withBorder: !
|
|
119
|
-
|
|
120
|
-
classNames: { root: c.mantineRoot },
|
|
121
|
-
styles: {
|
|
122
|
-
root: { background: "none", border: "none", boxShadow: "none" },
|
|
123
|
-
body: { margin: 0 }
|
|
124
|
-
},
|
|
75
|
+
p: "sm",
|
|
76
|
+
...n,
|
|
77
|
+
icon: t.icon,
|
|
78
|
+
withCloseButton: !0,
|
|
79
|
+
withBorder: !0,
|
|
80
|
+
classNames: p,
|
|
125
81
|
onClose: () => {
|
|
126
|
-
|
|
82
|
+
c?.(o);
|
|
127
83
|
},
|
|
128
|
-
message:
|
|
129
|
-
C,
|
|
130
|
-
{
|
|
131
|
-
id: o.id,
|
|
132
|
-
title: e,
|
|
133
|
-
icon: n.icon,
|
|
134
|
-
children: v(r, i)
|
|
135
|
-
}
|
|
136
|
-
)
|
|
84
|
+
message: g(s, i)
|
|
137
85
|
});
|
|
138
|
-
},
|
|
139
|
-
|
|
86
|
+
}, D = (o) => {
|
|
87
|
+
S(o, {
|
|
140
88
|
color: "var(--mantine-color-blue-outline)",
|
|
141
|
-
icon:
|
|
89
|
+
icon: w
|
|
142
90
|
});
|
|
143
91
|
}, j = (o) => {
|
|
144
92
|
m(o, {
|
|
145
|
-
color: "
|
|
146
|
-
icon:
|
|
93
|
+
color: "green",
|
|
94
|
+
icon: O
|
|
147
95
|
});
|
|
148
|
-
},
|
|
96
|
+
}, G = (o) => {
|
|
149
97
|
m(o, {
|
|
150
|
-
color: "
|
|
151
|
-
icon:
|
|
98
|
+
color: "yellow",
|
|
99
|
+
icon: x
|
|
152
100
|
});
|
|
153
|
-
},
|
|
101
|
+
}, v = (o) => {
|
|
154
102
|
m(o, {
|
|
155
|
-
color: "
|
|
156
|
-
icon:
|
|
103
|
+
color: "red",
|
|
104
|
+
icon: k
|
|
157
105
|
});
|
|
158
106
|
};
|
|
159
107
|
export {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
108
|
+
v as showErrorNotification,
|
|
109
|
+
$ as showMessageNotification,
|
|
110
|
+
R as showRequestNotifications,
|
|
163
111
|
j as showSuccessNotification,
|
|
164
|
-
|
|
165
|
-
|
|
112
|
+
G as showWarningNotification,
|
|
113
|
+
D as updateMessageNotification
|
|
166
114
|
};
|
|
@@ -1,29 +1,15 @@
|
|
|
1
|
-
const t = "
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
body: _,
|
|
8
|
-
title: s,
|
|
9
|
-
description: i,
|
|
10
|
-
descriptionWithoutTitle: r,
|
|
11
|
-
closeButtonWrapper: m,
|
|
12
|
-
closeButton: l,
|
|
13
|
-
actions: d
|
|
1
|
+
const t = "_root_zr3bj_1", o = "_icon_zr3bj_15", c = "_title_zr3bj_49", s = "_description_zr3bj_65", i = "_actions_zr3bj_77", n = {
|
|
2
|
+
root: t,
|
|
3
|
+
icon: o,
|
|
4
|
+
title: c,
|
|
5
|
+
description: s,
|
|
6
|
+
actions: i
|
|
14
7
|
};
|
|
15
8
|
export {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
p as default,
|
|
23
|
-
i as description,
|
|
24
|
-
r as descriptionWithoutTitle,
|
|
25
|
-
c as icon,
|
|
26
|
-
t as mantineRoot,
|
|
27
|
-
o as root,
|
|
28
|
-
s as title
|
|
9
|
+
i as actions,
|
|
10
|
+
n as default,
|
|
11
|
+
s as description,
|
|
12
|
+
o as icon,
|
|
13
|
+
t as root,
|
|
14
|
+
c as title
|
|
29
15
|
};
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._page_qm43p_5{display:flex;align-items:center;justify-content:center;flex:1;min-height:0;position:relative;overflow:hidden;background:#e8e0f0}[data-mantine-color-scheme=dark] ._page_qm43p_5{background:#1a1a2e}._figureContainer_qm43p_31{position:absolute;inset:0;filter:blur(150px);pointer-events:none;overflow:hidden}._figure_qm43p_31{position:absolute;will-change:transform}._figureA_qm43p_57{animation:_driftA_qm43p_1 12s ease-in-out infinite alternate}._figureB_qm43p_65{animation:_driftB_qm43p_1 12s ease-in-out infinite alternate}@keyframes _driftA_qm43p_1{0%{top:-3%;left:0%;width:66%;height:108%;transform:rotate(0)}25%{top:-12%;left:-8%;width:80%;height:118%;transform:rotate(-25deg)}50%{top:-16%;left:-12%;width:82%;height:122%;transform:rotate(-80deg)}75%{top:-20%;left:-14%;width:86%;height:130%;transform:rotate(65deg)}to{top:-10%;left:-6%;width:80%;height:118%;transform:rotate(18deg)}}@keyframes _driftB_qm43p_1{0%{top:15%;right:12%;width:39%;height:63%;transform:rotate(0) skew(0)}25%{top:-4%;right:0%;width:64%;height:101%;transform:rotate(42deg) skew(-6deg)}50%{top:-4%;right:-3%;width:64%;height:101%;transform:rotate(138deg) skew(6deg)}75%{top:-2%;right:0%;width:62%;height:95%;transform:rotate(-107deg) skew(-3deg)}to{top:-4%;right:-1%;width:62%;height:100%;transform:rotate(-29deg) skew(6deg)}}._grainOverlay_qm43p_229{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.45}[data-mantine-color-scheme=dark] ._grainOverlay_qm43p_229{opacity:.3}._grainOverlay_qm43p_229{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat}._badgeWrap_qm43p_253{position:absolute;z-index:2;pointer-events:none;transition:opacity .6s ease}._badgeWrap_qm43p_253:after{content:"";position:absolute;inset:0;border-radius:20px;box-shadow:0 0 0 8px #ffffff59}[data-mantine-color-scheme=dark] ._badgeWrap_qm43p_253:after{box-shadow:0 0 0 8px #fff3}._badgeWrap_qm43p_253:after{animation:_pulseGlow_qm43p_1 3s ease-in-out infinite;pointer-events:none}@keyframes _pulseGlow_qm43p_1{0%,to{opacity:.11}50%{opacity:1}}._badge0_qm43p_309{top:clamp(8%,calc(50% - 380px),25%);left:clamp(3%,calc(50% - 480px),15%)}._badge1_qm43p_319{top:clamp(5%,calc(50% - 380px),18%);right:clamp(3%,calc(50% - 480px),15%)}._badge1_qm43p_319:after{animation-delay:.75s}._badge2_qm43p_337{bottom:clamp(5%,calc(50% - 330px),25%);right:clamp(3%,calc(50% - 480px),15%)}._badge2_qm43p_337:after{animation-delay:1.5s}._badge3_qm43p_355{bottom:clamp(8%,calc(50% - 330px),30%);left:clamp(3%,calc(50% - 480px),15%)}._badge3_qm43p_355:after{animation-delay:2.25s}@media(max-width:1600px){._badge0_qm43p_309{left:10%}._badge1_qm43p_319{right:10%}._badge2_qm43p_337{right:6%}._badge3_qm43p_355{left:8%}}@media(max-width:1300px){._badge0_qm43p_309{top:10%;left:40%}._badge1_qm43p_319{top:8%;right:15%}._badge2_qm43p_337{bottom:8%;right:6%}._badge3_qm43p_355{bottom:12%;left:8%}}@media(max-height:800px){._badge0_qm43p_309{top:5%}._badge1_qm43p_319{top:3%}._badge2_qm43p_337{bottom:3%}._badge3_qm43p_355{bottom:5%}}@media(max-width:850px),(max-height:770px){._badgeWrap_qm43p_253{opacity:0}}._contentWrapper_a1t2j_1{border:1px solid var(--app-shell-border);border-radius:12px}._mantineRoot_mgqj0_1:before{display:none}._root_mgqj0_9{position:relative;border-radius:12px;padding:var(--mantine-spacing-sm);background-color:var(--mantine-color-body);overflow:hidden;border:1px solid var(--mantine-color-default-border);border-left:none;box-shadow:inset 2px 0 0 0 var(--notification-color)}._contentRow_mgqj0_31,._contentRowCentered_mgqj0_41{display:flex;align-items:start}._icon_mgqj0_51{width:24px;height:24px;min-width:24px;min-height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--notification-color);margin-inline-end:var(--mantine-spacing-xs)}._body_mgqj0_77{flex:1;min-width:0}._title_mgqj0_87{font-weight:500;font-size:var(--mantine-font-size-sm);line-height:1.45;color:var(--mantine-color-bright);padding-right:28px;min-height:24px;align-content:center;overflow-wrap:break-word;word-break:break-word}._description_mgqj0_111{font-size:var(--mantine-font-size-xs);line-height:1.4;color:var(--mantine-color-dimmed)}._descriptionWithoutTitle_mgqj0_123{padding-top:4px;font-size:var(--mantine-font-size-xs);line-height:1.4;color:var(--mantine-color-dimmed)}._closeButtonWrapper_mgqj0_137{position:absolute;top:var(--mantine-spacing-sm);right:var(--mantine-spacing-sm)}._closeButton_mgqj0_137{color:var(--mantine-color-dimmed)}._actions_mgqj0_157{display:flex;gap:8px;justify-content:flex-end;margin-top:var(--mantine-spacing-md)}._itemImage_7zb8o_1{border-radius:6px;width:100%;cursor:pointer;background-size:cover;background-position:center;height:80px}._itemImage_7zb8o_1:hover{filter:brightness(75%)}._imageAuthor_7zb8o_27 a{text-decoration:underline}._imageAuthor_7zb8o_27 a:hover{color:var(--mantine-color-text)}._originalTab_7zb8o_43:hover{background-color:transparent!important}._customTab_7zb8o_55{border-radius:var(--mantine-radius-md)}._customTab_7zb8o_55:hover{background-color:var(--mantine-color-gray-light-hover)}._button_7zb8o_71:disabled,._button_7zb8o_71[data-disabled]{border-color:var(--mantine-color-gray-3)}[data-mantine-color-scheme=dark] ._button_7zb8o_71:disabled,[data-mantine-color-scheme=dark] ._button_7zb8o_71[data-disabled]{border-color:var(--mantine-color-dark-4)}._pickerDropZone_7zb8o_91{transition:background-color .15s ease}._pickerDropZone_7zb8o_91:not([data-accept]):not([data-reject]){background-color:var(--mantine-color-white)}[data-mantine-color-scheme=dark] ._pickerDropZone_7zb8o_91:not([data-accept]):not([data-reject]){background-color:var(--mantine-color-dark-8)}._pickerDropZone_7zb8o_91:hover{background-color:var(--mantine-color-gray-1)!important}[data-mantine-color-scheme=dark] ._pickerDropZone_7zb8o_91:hover{background-color:var(--mantine-color-dark-5)!important}._item_s1gb0_1{width:32px;height:32px;border-radius:6px;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--mantine-color-gray-5)}._item_s1gb0_1:hover{background-color:var(--mantine-color-dark-light-hover)}._item_s1gb0_1[data-active=true]{color:#fff;background-color:var(--icon-color)}._item_s1gb0_1[data-active=true]:hover{background-color:var(--icon-color-hover)}._randomIcon_s1gb0_51{color:var(--mantine-color-gray-7)}[data-mantine-color-scheme=dark] ._randomIcon_s1gb0_51{color:var(--mantine-color-gray-4)}._originalTab_s1gb0_59:hover{background-color:transparent!important}._customTab_s1gb0_71{border-radius:var(--mantine-radius-md)}._customTab_s1gb0_71:hover{background-color:var(--mantine-color-gray-light-hover)}._section_14k6i_3{display:flex;flex-direction:column;gap:2px}._section_14k6i_3+._section_14k6i_3{border-top:1px solid var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] ._section_14k6i_3+._section_14k6i_3{border-top:1px solid #3b3b3b}._section_14k6i_3+._section_14k6i_3{padding-top:4px;margin-top:3px}._sectionLabel_14k6i_29{padding:5px 12px;font-size:var(--mantine-font-size-sm);font-weight:600;color:var(--mantine-color-dimmed);line-height:1.45}._swatch_14k6i_47{width:24px;height:24px;border-radius:50%;cursor:pointer;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center}._swatchRing_14k6i_71{position:absolute;inset:-3px;border-radius:inherit;border:2px solid currentColor;pointer-events:none;box-sizing:border-box}._listItem_14k6i_91{display:flex;align-items:center;gap:var(--mantine-spacing-xs);height:36px;min-height:36px;min-width:0;padding:6px var(--mantine-spacing-sm);border-radius:var(--mantine-radius-default, 8px);cursor:pointer;border:none;background:transparent;width:100%;font-family:inherit;font-size:var(--mantine-font-size-sm);font-weight:400;line-height:1.45;color:var(--mantine-color-bright);text-align:left;overflow:hidden}._listItem_14k6i_91:hover{background:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] ._listItem_14k6i_91:hover{background:#3b3b3b}._listItemActive_14k6i_143{background:var(--mantine-color-gray-1)}[data-mantine-color-scheme=dark] ._listItemActive_14k6i_143{background:#3b3b3b}._listItemLabel_14k6i_151{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._listItemSwatch_14k6i_167{width:16px;height:16px;border-radius:50%;flex-shrink:0}._grid_14k6i_183{display:grid;gap:2px}._gridItem_14k6i_193{display:flex;align-items:center;gap:var(--mantine-spacing-xs);height:36px;min-height:36px;padding:6px var(--mantine-spacing-sm);border-radius:var(--mantine-radius-default, 8px);cursor:pointer;border:none;background:transparent;width:100%;font-family:inherit;font-size:var(--mantine-font-size-sm);font-weight:400;line-height:1.45;color:var(--mantine-color-bright);text-align:left;overflow:hidden}._gridItem_14k6i_193:hover{background:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] ._gridItem_14k6i_193:hover{background:var(--mantine-color-dark-5)}._gridItemActive_14k6i_243{background:var(--mantine-color-gray-1)}[data-mantine-color-scheme=dark] ._gridItemActive_14k6i_243{background:var(--mantine-color-dark-5)}._gridItemSwatch_14k6i_251{width:16px;height:16px;border-radius:50%;flex-shrink:0}._gridItemLabel_14k6i_265{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._defaultSwatchLight_14k6i_283{background-color:#000}._defaultSwatchDark_14k6i_291{background-color:#fff}@media(prefers-color-scheme:dark){[data-mantine-color-scheme=auto] ._defaultSwatchLight_14k6i_283{background-color:#fff}}._tickIcon_14k6i_313{color:var(--mantine-color-white)}._inlineSection_14k6i_323{display:flex;flex-direction:column;padding-bottom:10px}._inlineSection_14k6i_323:last-child{padding-bottom:10px}._inlineSectionLabel_14k6i_343{padding:5px 12px;font-size:var(--mantine-font-size-sm);font-weight:600;color:var(--mantine-color-dimmed);line-height:1.45}._inlineRow_14k6i_359{display:flex;flex-direction:row;align-self:stretch;gap:2px;padding:0 10px;flex-wrap:wrap}._inlineSwatch_14k6i_377{width:28px;height:28px;padding:0;border:none;background-color:transparent;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;outline:none;flex-shrink:0;transition:box-shadow .15s ease,background-color .15s ease}._inlineSwatch_14k6i_377:disabled{cursor:not-allowed;opacity:.4}._inlineSwatch_14k6i_377:hover:not(:disabled){background-color:var(--mantine-color-gray-light-hover)}._inlineSwatchActive_14k6i_427{box-shadow:0 0 0 2px var(--mantine-color-body),0 0 0 3px var(--mantine-primary-color-filled)}._inlineSwatch_14k6i_377._inlineSwatchRound_14k6i_439{border:none;background-color:transparent;border-radius:50%}._inlineSwatchRound_14k6i_439._inlineSwatchActive_14k6i_427{box-shadow:0 0 0 1px var(--mantine-primary-color-filled),0 0 0 2px var(--mantine-color-body)}._root_10w7v_1{background-color:var(--app-root-bg);padding:6px;display:flex;gap:6px;height:100dvh}._header_10w7v_17{background-color:var(--app-shell-bg);height:var(--app-shell-header-height);width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--app-shell-border);flex-shrink:0}._section_10w7v_39{border:1px solid var(--app-shell-border);border-radius:var(--mantine-radius-default);min-height:0;background-color:var(--app-shell-bg);overflow:hidden}._leftSidebar_10w7v_55{border-right:1px solid var(--app-shell-border);min-height:0;height:100%;display:flex;flex-direction:column}._rightSidebar_10w7v_71{border-left:1px solid var(--app-shell-border);min-height:0;height:100%;display:flex;flex-direction:column}._main_10w7v_87{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden auto}._workContent_10w7v_103{height:100%;min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden auto}._appsSidebar_7pu9q_1{padding-top:8px;padding-bottom:8px;height:100%;display:flex;flex-direction:column;align-items:center;gap:8px;justify-content:space-between}._toolSidebar_7pu9q_23{width:var(--toolbar-width);display:flex;flex-direction:column;overflow:hidden}._toolTitleInput_7pu9q_37{background:none;border:none;margin:0;padding:6px 0;border-radius:var(--mantine-radius-default);width:100%}._toolTitleInput_7pu9q_37:focus,._toolTitleInput_7pu9q_37:hover{outline:none}._appSidebarButton_7pu9q_67{cursor:pointer;-webkit-user-select:none;user-select:none}._appSidebarButton_7pu9q_67:hover [data-button]{color:var(--app-container-title-color);background-color:var(--menu-item-bg-hover)}._appSidebarButton_7pu9q_67 [data-button]{color:var(--app-container-title-color)}._appSidebarButton_7pu9q_67 [data-button][data-active=true]{background-color:var(--mantine-primary-color-light);color:var(--mantine-primary-color-light-color)}._slideContainer_7pu9q_109{height:100%;position:relative;overflow:hidden}._slideContent_7pu9q_121{position:absolute;top:0;bottom:0;height:100%}._slideContent_7pu9q_121[data-position=left]{right:0}._slideContent_7pu9q_121[data-position=right]{left:0}._main_7pu9q_151{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden auto;height:100%}._floatingMeetSlot_7pu9q_169{position:absolute;left:0;bottom:0;width:280px;z-index:100;pointer-events:auto}._root_122b9_1{border:1.3px solid #dee2e6;border-bottom-color:#dee2e6;border-bottom-style:solid;text-align:center;display:flex;justify-content:center;cursor:pointer;align-items:center;background-color:#fff}[data-mantine-color-scheme=dark] ._root_122b9_1{background-color:var(--mantine-color-dark-6)}._root_122b9_1{color:dark}[data-mantine-color-scheme=dark] ._root_122b9_1{color:var((--mantine-color-dark-0))}._root_122b9_1{border-color:var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] ._root_122b9_1{border-color:var(--mantine-color-dark-4)}._headerCounter_10kmq_1{border:1px solid var(--mantine-color-gray-6);padding:2px 6px;margin-left:var(--mantine-spacing-sm);border-radius:var(--mantine-radius-xs);font-size:var(--mantine-font-size-xs)}._dot_w7tk6_1{width:6px;height:6px;border-radius:6px;background:var(--mantine-color-gray-text);flex-shrink:0}._line_w7tk6_17{width:1px;height:100%;flex:1;background:var(--mantine-color-gray-4)}._resizer_1qg2p_1{-webkit-user-select:none;user-select:none;touch-action:none;position:absolute;width:4px;top:0;bottom:0;height:100%;cursor:col-resize;z-index:1;transition:.2s background-color ease;transition-delay:.25s}._resizer_1qg2p_1[data-dragging=true],._resizer_1qg2p_1:hover{background-color:var(--mantine-primary-color-filled)}._resizer_1qg2p_1[data-position=right]{left:-2px}._resizer_1qg2p_1[data-position=left]{right:-2px}._loader_1dlax_1{border:6px solid;width:58px;height:58px;border-radius:50%;border-color:#fff rgba(255,255,255,.2) rgba(255,255,255,.2) rgba(255,255,255,.2);animation:_spin_1dlax_1 1s linear infinite}._wrapper_1dlax_19{display:flex;justify-content:center;align-items:center;width:100%;height:100%}@keyframes _spin_1dlax_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._vod-player_1paib_1{position:relative;max-width:100%;width:100%;aspect-ratio:16 / 9;margin:0 auto;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 8px 20px #0000004d}._vod-player__player_1paib_25{height:100%;width:100%;object-fit:cover}._vod-player__status_1paib_37{display:flex;justify-content:center;align-items:center;height:360px;font-size:18px;font-weight:500;color:#fff;background-color:#1c1c1e;border-radius:12px;text-align:center}.shaka-overflow-menu{bottom:90px!important}._vod-player__status--loading_1paib_71{background:linear-gradient(135deg,#20232a,#2d2f36);color:#c9c9c9;animation:_blink_1paib_1 1.2s infinite ease-in-out}._vod-player__status--error_1paib_83{background-color:#3a0d0d;color:#ff6b6b;border:1px solid rgb(255 107 107 / 40%)}@keyframes _blink_1paib_1{0%,to{opacity:1}50%{opacity:.6}}._filterPill_euc2m_1{background-color:var(--mantine-color-white)}[data-mantine-color-scheme=dark] ._filterPill_euc2m_1{background-color:var(--mantine-color-gray-1)}._filterPill_euc2m_1{border:1px solid var(--Border-Gray-default, #868e96);cursor:pointer}._filterPillLabel_euc2m_19{font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px}._filterItem_euc2m_35{cursor:pointer}._filterItem_euc2m_35:hover{background-color:var(--mantine-color-gray-1)}[data-mantine-color-scheme=dark] ._filterItem_euc2m_35:hover{background-color:var(--mantine-color-dark-6)}._container_sq5v9_1{position:relative;height:100%;width:100%;flex:1}._root_sq5v9_13{display:flex;flex-direction:column;height:100%;overflow:hidden}._carouselRoot_sq5v9_27,._carouselViewport_sq5v9_35{height:100%}._carouselSlide_sq5v9_43{display:flex;align-items:center;justify-content:center;height:100%}._navButton_sq5v9_57{position:absolute;top:50%;transform:translateY(-50%);z-index:10}@media(max-width:992px){._navButton_sq5v9_57{display:none}}._navButtonPrev_sq5v9_83{left:16px}._navButtonNext_sq5v9_91{right:16px}._modalContent_sq5v9_99{background-color:#000000e6!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._modalBody_sq5v9_109{height:100%;padding:0;position:relative}._videoContainer_sq5v9_121{width:100%;max-width:calc(100% - 180px)}._imageContainer_sq5v9_131{max-height:calc(100% - 180px);object-fit:cover;max-width:calc(100% - 180px);width:initial}@media(max-width:992px){._videoContainer_sq5v9_121{max-width:calc(100% - 32px)}._imageContainer_sq5v9_131{max-height:calc(100% - 32px);max-width:calc(100% - 32px)}}._imagePreviewWrapper_1814g_1{position:relative;border-radius:var(--mantine-radius-default);overflow:hidden}._imagePreviewWrapper_1814g_1 ._deleteButton_1814g_11{top:4px;right:4px;opacity:0;transition:opacity .3s ease-in-out}._imagePreviewWrapper_1814g_1 ._downloadButton_1814g_25{position:absolute!important;bottom:4px;right:4px;opacity:0;transition:opacity .3s ease-in-out}._imagePreviewWrapper_1814g_1:hover ._deleteButton_1814g_11,._imagePreviewWrapper_1814g_1:hover ._downloadButton_1814g_25{opacity:1}._filePreviewList_1814g_63{display:flex;flex-direction:var(--file-preview-direction, column);gap:var(--mantine-spacing-xs);width:100%;overflow-x:var(--file-preview-overflow, visible);scrollbar-width:thin}._filePreviewList_1814g_63[data-many=true]{flex-direction:row;overflow-x:auto;padding-bottom:4px}._filePreviewList_1814g_63[data-many=true] ._fileDownloadName_1814g_89{max-width:150px}._filePreviewWrapper_1814g_101{position:relative;border:1px solid var(--mantine-color-default-border);border-radius:var( --file-preview-border-radius, var(--mantine-radius-default) );overflow:hidden;padding:var(--file-preview-padding, 10px);min-width:var(--file-preview-min-width, 220px);max-width:var(--file-preview-max-width, none);flex-shrink:0}._filePreviewWrapper_1814g_101 ._deleteButton_1814g_11{position:absolute!important;top:4px;right:4px;opacity:0;transition:opacity .3s ease-in-out}._filePreviewWrapper_1814g_101 ._downloadButton_1814g_25{opacity:0;transition:opacity .3s ease-in-out}._filePreviewWrapper_1814g_101:hover ._deleteButton_1814g_11,._filePreviewWrapper_1814g_101:hover ._downloadButton_1814g_25{opacity:1}._fileDownloadName_1814g_89{text-decoration:none;color:var(--mantine-color-blue-6)}[data-mantine-color-scheme=dark] ._fileDownloadName_1814g_89{color:var(--mantine-color-blue-4)}._fileDownloadName_1814g_89{cursor:pointer;max-width:100%;overflow:hidden;text-overflow:ellipsis}._fileDownloadName_1814g_89:hover{text-decoration:underline}._commentComposerWrapper_f5dl7_1{flex-shrink:0;flex-grow:0;margin-top:auto;gap:0!important;align-items:flex-start;justify-content:space-between;background:inherit;padding:var(--comment-composer-padding, 12px 12px 12px 16px);border:var(--comment-composer-border, 1px solid transparent);border-radius:var(--comment-composer-border-radius, 0);margin:var(--comment-composer-margin, 0);border-top-color:var( --comment-composer-border-top-color, var(--mantine-color-gray-3) );border-bottom-right-radius:var(--mantine-radius-default)}._commentComposerWrapper_f5dl7_1 .doc-space-editor-wrapper.comment{margin-bottom:0}._commentComposerWrapper_f5dl7_1 .doc-space-editor-wrapper.comment .ContentEditable__root{padding:0}._commentComposerWrapper_f5dl7_1 .editor-shell{box-shadow:none!important;background-color:inherit!important}._commentComposerWrapper_f5dl7_1 .new-paragraph{display:none}._commentComposerWrapper_f5dl7_1 .ContentEditable__root:first-child p:only-child:has(>br):not(:has(>br+br)):not(:has(>:not(br))):before{content:var(--placeholder-text);position:absolute;color:#888c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;cursor:text}._commentComposerWrapper_f5dl7_1 .doc-space-editor-wrapper .editor-scroller{overflow:hidden;min-height:auto}._commentComposerWrapper_f5dl7_1 ._filePreviewList_f5dl7_105[data-many=true]{flex-direction:row;overflow-x:auto;scrollbar-width:thin;padding-bottom:4px}[data-mantine-color-scheme=dark] ._commentComposerWrapper_f5dl7_1{border-top-color:var( --comment-composer-border-top-color, var(--mantine-color-dark-4) )}._commentComposerFloat_f5dl7_135{width:330px;max-width:350px;z-index:100;flex-wrap:wrap;border:1px solid var(--mantine-color-default-border);border-radius:var(--mantine-radius-md);background:inherit;padding:8px 8px 8px 12px;box-shadow:0 7px 7px -5px #0000000a,0 10px 15px -5px #0000001a,0 1px 3px #0000000d;box-sizing:border-box;transition:none}._commentComposerFloat_f5dl7_135 [data-comment-footer]{width:auto!important;flex:0 0 auto!important;margin-top:auto;margin-left:auto;align-self:flex-start;white-space:nowrap}._commentComposerFloat_f5dl7_135 [data-editor-spacer]{display:none!important}._composerContainer_f5dl7_193{width:100%;align-items:center}._commentComposerFloat_f5dl7_135 ._composerContainer_f5dl7_193{flex-wrap:wrap;display:flex;gap:10px}._commentComposerFloat_f5dl7_135[data-multiline=true] ._composerContainer_f5dl7_193{flex-direction:column;align-items:stretch}._editorWrapper_f5dl7_225{overflow-y:auto;max-height:300px;flex:1 0 auto;width:auto;min-width:0;max-width:100%;cursor:text;-webkit-hyphens:none;hyphens:none;scrollbar-width:inherit!important}._editorWrapper_f5dl7_225 .doc-space-styles-provider{-webkit-hyphens:none;hyphens:none}._commentComposerWrapper_f5dl7_1 ._editorWrapper_f5dl7_225 .doc-space-styles-provider .dsd__theme__paragraph{font-size:var(--mantine-font-size-sm, 14px)}._commentComposerFloat_f5dl7_135 ._editorWrapper_f5dl7_225{max-height:none;overflow-y:visible;scrollbar-width:thin;flex:1 1 auto;min-height:0}._commentComposerFloat_f5dl7_135[data-constrained=true]{overflow:hidden;display:flex;flex-direction:column}._commentComposerFloat_f5dl7_135[data-constrained=true] ._composerContainer_f5dl7_193{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}._commentComposerFloat_f5dl7_135[data-constrained=true] ._editorWrapper_f5dl7_225{overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;flex:1 1 auto;min-height:0}._commentComposerWrapper_f5dl7_1:focus-within{border-color:var(--mantine-color-indigo-6);transition:border-color .3s ease-in}._commentComposerWrapper_f5dl7_1._editMode_f5dl7_361{border:none!important;border-top-color:transparent!important;padding:0}._commentComposerWrapper_f5dl7_1._editMode_f5dl7_361:focus-within{border:none!important;outline:none!important;box-shadow:none!important}._section_1zd4r_1{position:relative;outline:2px solid var(--app-shell-bg)}._section_1zd4r_1:hover{z-index:8!important;box-shadow:0 1px 4px #0000004d,0 1px 10px #00000026}._image_12yhc_1{border-radius:4px!important;width:18px!important;height:18px}._tickIcon_12yhc_13{margin-inline-start:auto}._section_6nzxb_1{position:absolute;border-radius:var(--mantine-radius-md);background:linear-gradient(113.95deg,#fe7f37,#ff5c00 12%,#fe7f37 16%,#fff0e2 74.62%,#fe7f37 79.32%,#fff0e2 83%),radial-gradient(147.57% 90.48% at 50% 11.07%,#fff0 30%,#fff 50%);-webkit-mask-image:linear-gradient(to bottom,black 70%,transparent 100%);mask-image:linear-gradient(to bottom,black 70%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 5%,transparent 100%);mask-image:linear-gradient(to bottom,black 5%,transparent 100%)}._wrapper_p1noi_11{top:0;left:0;height:100%;width:100%}._innerWrapper_p1noi_27{position:relative;height:100%;width:100%;overflow:hidden auto;display:flex;scroll-padding:16px}._content_p1noi_45{flex:1;height:95dvh}._contentInner_p1noi_55{height:100%;padding:16px;display:flex;flex-direction:column;gap:16px}._previewBoxTitle_p1noi_1{text-align:center;padding:var(--mantine-spacing-xs)}._previewBox_p1noi_1{position:relative}._previewContainer_p1noi_89{display:flex;flex-direction:column;width:90%;margin:0 auto;border-top-right-radius:6px;border-top-left-radius:6px;overflow:hidden;height:224px;border:1px solid var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] ._previewContainer_p1noi_89{border:1px solid var(--mantine-color-dark-5)}._previewHeader_p1noi_115{display:flex;align-items:center;gap:4px;background-color:var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] ._previewHeader_p1noi_115{background-color:var(--mantine-color-dark-5)}._previewHeader_p1noi_115{height:22px;padding:0 10px 0 8px}._headerDot_p1noi_139{border-radius:50%;height:6px;width:6px;background:var(--mantine-color-gray-4)}[data-mantine-color-scheme=dark] ._headerDot_p1noi_139{background:var(--mantine-color-dark-2)}._previewContent_p1noi_159{transform:scale(.4);transform-origin:top left;overflow:visible;pointer-events:none;height:200px;width:250%;display:flex;justify-content:center}._previewFooterShadow_p1noi_181{width:100%;position:absolute;background:linear-gradient(transparent,#fff)}[data-mantine-color-scheme=dark] ._previewFooterShadow_p1noi_181{background:linear-gradient(transparent,#2e2e2e)}._previewFooterShadow_p1noi_181{height:58px;left:0;bottom:0}._processing_p1noi_205{animation:_pulse_p1noi_1 1.5s ease-in-out infinite}@keyframes _pulse_p1noi_1{0%{box-shadow:0 0 #0009}80%{box-shadow:0 0 0 10px #228be600}to{box-shadow:0 0 #228be600}}._brandingWrapper_ag0no_1{box-shadow:0 2px 4px -2px #1018280f,0 4px 8px -2px #1018281a;z-index:99}._absolute_ag0no_15{position:absolute;bottom:24px;left:24px}._pageTitle_1bpsw_1{padding:0;margin:0;display:flex;min-height:60px;font-weight:500;font-size:36px;color:var(--mantine-color-gray-9)}[data-mantine-color-scheme=dark] ._pageTitle_1bpsw_1{color:var(--mantine-color-gray-1)}._pageTitle_1bpsw_1{outline:none;line-height:1.2}._pageTitle_1bpsw_1[data-empty=true]:before{display:inline-block;color:var(--mantine-color-gray-9)}[data-mantine-color-scheme=dark] ._pageTitle_1bpsw_1[data-empty=true]:before{color:var(--mantine-color-gray-1)}._pageTitle_1bpsw_1[data-empty=true]:before{content:attr(data-placeholder);opacity:.5;pointer-events:none;height:0}._textareaRoot_1bpsw_53{width:100%}._textareaInput_1bpsw_61{width:100%;resize:none;border:none;padding:0;margin:0;display:flex;min-height:60px;font-weight:500;font-size:36px;color:var(--mantine-color-gray-9)}[data-mantine-color-scheme=dark] ._textareaInput_1bpsw_61{color:var(--mantine-color-gray-1)}._textareaInput_1bpsw_61{outline:none;line-height:normal;overflow:visible;overflow-wrap:anywhere;background:none}._textareaInput_1bpsw_61[data-error=true]{color:var(--mantine-color-error)}._textareaInput_1bpsw_61[data-error=true]::placeholder{color:var(--mantine-color-error)}._wrapper_1n4or_1{display:flex;flex-direction:column;align-items:center;justify-content:center}._logo_1n4or_15{width:40px;height:40px;animation:_bounce_1n4or_1 3.8s infinite cubic-bezier(.45,.02,.2,.95),_pulse_1n4or_1 2s infinite ease-in-out;animation-delay:.5s,0s;transform-origin:bottom center;filter:drop-shadow(0 2px 4px rgb(0 0 0 / 15%))}[data-mantine-color-scheme=dark] ._logo_1n4or_15{filter:drop-shadow(0 2px 4px rgb(255 255 255 / 15%))}._logo_1n4or_15{will-change:transform,filter;transition:filter .3s ease}._logo_1n4or_15._desktop_1n4or_45{width:192px;height:210px;animation:_bounce-desktop_1n4or_1 3.8s infinite cubic-bezier(.45,.02,.2,.95),_pulse_1n4or_1 2s infinite ease-in-out;animation-delay:.5s,0s}._logo_1n4or_15._desktop_1n4or_45>*{width:100%;height:100%}._shadow_1n4or_73{width:30px;height:6px;background:#0006}[data-mantine-color-scheme=dark] ._shadow_1n4or_73{background:#ffffff4d}._shadow_1n4or_73{border-radius:50%;margin-top:8px;animation:_shadow-bounce_1n4or_1 3.8s infinite cubic-bezier(.45,.02,.2,.95);animation-delay:.5s;transform-origin:center;will-change:transform,opacity;opacity:.3}._shadow_1n4or_73._desktopShadow_1n4or_99{width:144px;height:29px;margin-top:38px;margin-left:24px;animation:_shadow-bounce-desktop_1n4or_1 3.8s infinite cubic-bezier(.45,.02,.2,.95);animation-delay:.5s;opacity:.3}@keyframes _bounce_1n4or_1{0%{transform:translateY(0) scale(1) rotate(0)}8%{transform:translateY(0) scaleX(1.28) scaleY(.72) rotate(3.5deg)}16%{transform:translateY(-30px) scaleX(.78) scaleY(1.22) rotate(-4deg)}24%{transform:translateY(0) scaleX(1.18) scaleY(.82) rotate(3deg)}32%{transform:translateY(-20px) scaleX(.88) scaleY(1.12) rotate(-1deg)}40%{transform:translateY(0) scaleX(1.1) scaleY(.9) rotate(.5deg)}48%{transform:translateY(-12px) scaleX(.94) scaleY(1.06) rotate(-.3deg)}56%{transform:translateY(0) scaleX(1.04) scaleY(.96) rotate(.2deg)}64%{transform:translateY(-6px) scaleX(.98) scaleY(1.02) rotate(-.1deg)}72%{transform:translateY(0) scale(1.01)}80%{transform:translateY(-2px) scaleX(.99) scaleY(1.01)}88%{transform:translateY(0) scale(1)}96%{transform:translateY(-1px) scale(1)}to{transform:translateY(0) scale(1) rotate(0)}}@keyframes _bounce-desktop_1n4or_1{0%{transform:translateY(0) scale(1) rotate(0)}8%{transform:translateY(0) scaleX(1.28) scaleY(.72) rotate(3.5deg)}16%{transform:translateY(-190px) scaleX(.78) scaleY(1.22) rotate(-4deg)}24%{transform:translateY(0) scaleX(1.18) scaleY(.82) rotate(3deg)}32%{transform:translateY(-125px) scaleX(.88) scaleY(1.12) rotate(-1deg)}40%{transform:translateY(0) scaleX(1.1) scaleY(.9) rotate(.5deg)}48%{transform:translateY(-70px) scaleX(.94) scaleY(1.06) rotate(-.3deg)}56%{transform:translateY(0) scaleX(1.04) scaleY(.96) rotate(.2deg)}64%{transform:translateY(-35px) scaleX(.98) scaleY(1.02) rotate(-.1deg)}72%{transform:translateY(0) scale(1.01)}80%{transform:translateY(-12px) scaleX(.99) scaleY(1.01)}88%{transform:translateY(0) scale(1)}96%{transform:translateY(-4px) scale(1)}to{transform:translateY(0) scale(1) rotate(0)}}@keyframes _shadow-bounce_1n4or_1{0%{transform:scaleX(1);opacity:.3}8%{transform:scaleX(1.35);opacity:.25}16%{transform:scaleX(.5);opacity:.1}24%{transform:scaleX(1.25);opacity:.4}32%{transform:scaleX(.65);opacity:.15}40%{transform:scaleX(1.15);opacity:.35}48%{transform:scaleX(.8);opacity:.2}56%{transform:scaleX(1.08);opacity:.3}64%{transform:scaleX(.92);opacity:.25}72%{transform:scaleX(1.03);opacity:.28}80%{transform:scaleX(.96);opacity:.24}88%{transform:scaleX(1);opacity:.27}96%{transform:scaleX(.98);opacity:.26}to{transform:scaleX(1);opacity:.3}}@keyframes _shadow-bounce-desktop_1n4or_1{0%{transform:scaleX(1);opacity:.3}8%{transform:scaleX(1.35);opacity:.25}16%{transform:scaleX(.5);opacity:.1}24%{transform:scaleX(1.25);opacity:.4}32%{transform:scaleX(.65);opacity:.15}40%{transform:scaleX(1.15);opacity:.35}48%{transform:scaleX(.8);opacity:.2}56%{transform:scaleX(1.08);opacity:.3}64%{transform:scaleX(.92);opacity:.25}72%{transform:scaleX(1.03);opacity:.28}80%{transform:scaleX(.96);opacity:.24}88%{transform:scaleX(1);opacity:.27}96%{transform:scaleX(.98);opacity:.26}to{transform:scaleX(1);opacity:.3}}@keyframes _pulse_1n4or_1{0%,100% {filter: drop-shadow(0 2px 4px rgb(0 0 0 / 15%)) brightness(1);} [data-mantine-color-scheme="dark"] 0%,[data-mantine-color-scheme="dark"] 100% {filter: drop-shadow(0 2px 4px rgb(255 255 255 / 15%)) brightness(1);} 50% {filter: drop-shadow(0 4px 8px rgb(0 0 0 / 25%)) brightness(1.05);} [data-mantine-color-scheme="dark"] 50% {filter: drop-shadow(0 4px 8px rgb(255 255 255 / 25%)) brightness(1.05);}}._root_1rr11_1:before{opacity:0}._body_1rr11_13{text-align:center}._accordionRoot_1of7x_1{border-radius:var(--mantine-radius-sm)}._accordionControl_1of7x_9{background-color:var(--item-filled-color)}._accordionItem_1of7x_17{background-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] ._accordionItem_1of7x_17{background-color:var(--mantine-color-dark-6)}._accordionItem_1of7x_17{border:1px solid transparent;position:relative;z-index:0;transition:transform .15s ease}._featureProgressRoot_bvfoj_1{position:relative}._progressTrack_bvfoj_9{background-color:var(--mantine-color-white)!important}[data-mantine-color-scheme=dark] ._progressTrack_bvfoj_9{background-color:var(--mantine-color-body)!important}._collapsedBar_bvfoj_23{display:flex;align-items:center;gap:var(--mantine-spacing-xs);padding:var(--mantine-spacing-xs) var(--mantine-spacing-sm);margin:0 var(--mantine-spacing-sm) var(--mantine-spacing-sm) var(--mantine-spacing-sm);cursor:pointer;border-radius:var(--mantine-radius-md);background-color:var(--mantine-color-gray-1)}[data-mantine-color-scheme=dark] ._collapsedBar_bvfoj_23{background-color:var(--mantine-color-dark-6)}._collapsedBar_bvfoj_23{transition:background-color .15s ease,transform .32s ease;-webkit-user-select:none;user-select:none;position:relative;z-index:2}._collapsedBar_bvfoj_23:hover{background-color:var(--menu-item-bg-hover)}._collapsedBarComplete_bvfoj_73{background-color:var(--mantine-color-green-filled)!important}._collapsedBarComplete_bvfoj_73:hover{background-color:var(--mantine-color-green-filled)!important;filter:brightness(1.08)}._collapsedBarComplete_bvfoj_73 ._collapsedTitle_bvfoj_91{color:var(--mantine-color-white)}._collapsedCompleteRight_bvfoj_99{margin-left:auto;display:flex;align-items:center;gap:4px;font-size:var(--mantine-font-size-xs);font-weight:600;white-space:nowrap;color:var(--mantine-color-white)}._collapsedTitle_bvfoj_91{font-size:var(--mantine-font-size-sm);font-weight:600;white-space:nowrap;color:var(--mantine-color-bright)}._collapsedProgressWrap_bvfoj_135{margin-left:auto;opacity:1;transition:opacity .3s ease}._collapsedProgressWrapHidden_bvfoj_147{opacity:0}._collapsedPercent_bvfoj_155{font-size:var(--mantine-font-size-xs);font-weight:600;white-space:nowrap;color:var(--mantine-color-dimmed)}._collapsedCloseBtn_bvfoj_169{color:var(--mantine-color-dimmed)}._collapsedBarOpened_bvfoj_177{transform:translateY(-12px)}._stepsDrawer_bvfoj_185{margin:calc(-1 * var(--mantine-spacing-lg)) var(--mantine-spacing-sm) var(--mantine-spacing-sm) var(--mantine-spacing-sm);background-color:var(--mantine-color-gray-1)}[data-mantine-color-scheme=dark] ._stepsDrawer_bvfoj_185{background-color:var(--mantine-color-dark-6)}._stepsDrawer_bvfoj_185{overflow:hidden;max-height:0;opacity:0;transform:translateY(14px);transition:max-height .38s ease,opacity .26s ease,transform .32s ease;pointer-events:none}._stepsDrawerOpened_bvfoj_221{max-height:440px;opacity:1;transform:translateY(0);pointer-events:auto;border-radius:var(--mantine-radius-md)}._expandedContainer_bvfoj_237{width:100%}._expandedProgressRow_bvfoj_245{display:flex;align-items:center;gap:var(--mantine-spacing-xs);padding:var(--mantine-spacing-xs) var(--mantine-spacing-sm)}._expandedProgressEmoji_bvfoj_259{font-size:var(--mantine-font-size-xl);line-height:1;flex-shrink:0}._expandedPercent_bvfoj_271{font-size:var(--mantine-font-size-xs);font-weight:600;white-space:nowrap;color:var(--mantine-color-dimmed)}[data-mantine-color-scheme=dark] ._expandedPercent_bvfoj_271{color:var(--mantine-color-bright)}._stepsList_bvfoj_285{padding:0 var(--mantine-spacing-sm) var(--mantine-spacing-xs) var(--mantine-spacing-sm);display:flex;flex-direction:column;gap:var(--mantine-spacing-xs)}._stepItem_bvfoj_301{display:flex;align-items:center;gap:var(--mantine-spacing-xs);border-radius:var(--mantine-radius-md)}._stepCircle_bvfoj_315{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:var(--mantine-font-size-xs);font-weight:600;line-height:1}._stepCirclePending_bvfoj_341{border:1.5px solid var(--mantine-primary-color-filled);color:var(--mantine-primary-color-filled);background-color:transparent}._stepCircleDone_bvfoj_353{border:none;color:var(--mantine-color-white);background-color:var(--mantine-primary-color-filled)}._stepText_bvfoj_365{font-size:var(--mantine-font-size-sm);color:var(--mantine-color-text);line-height:1.3}._stepTextDone_bvfoj_377{color:var(--mantine-color-dimmed)}._startTutorialButtonWrap_bvfoj_385{padding:0 var(--mantine-spacing-sm) var(--mantine-spacing-sm) var(--mantine-spacing-sm)}._startTutorialButton_bvfoj_385{background-color:var(--mantine-primary-color-light)!important;color:var(--mantine-primary-color-light-color)!important}._startTutorialButton_bvfoj_385:hover{background-color:var(--mantine-primary-color-light);color:var(--mantine-primary-color-light-color)}._completeModalBody_bvfoj_419{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--mantine-spacing-md)}._completeCelebration_bvfoj_435{width:72px;height:57px;position:relative;margin-bottom:var(--mantine-spacing-md);overflow:visible}._completeCelebrationSvg_bvfoj_451{width:72px;height:57px;display:block}._completeCone_bvfoj_463{transform-box:fill-box;transform-origin:70% 72%;animation:_completeConeMotion_bvfoj_1 2s cubic-bezier(.22,.7,.2,1) infinite}._completeParticleA_bvfoj_475,._completeParticleB_bvfoj_477,._completeParticleC_bvfoj_479,._completeParticleD_bvfoj_481,._completeParticleE_bvfoj_483,._completeParticleF_bvfoj_485,._completeParticleG_bvfoj_487{transform-box:view-box;transform-origin:42px 34px;opacity:0;will-change:transform,opacity;animation:_completeParticleBurst_bvfoj_1 2s steps(4,end) infinite}._completeParticleA_bvfoj_475{--from-x: -3px;--from-y: 6px;--to-x: 6px;--to-y: -12px;animation-delay:0ms}._completeParticleB_bvfoj_477{--from-x: -2px;--from-y: 7px;--to-x: 1px;--to-y: -13px;animation-delay:0ms}._completeParticleC_bvfoj_479{--from-x: -4px;--from-y: 5px;--to-x: 13px;--to-y: 0px;animation-delay:0ms}._completeParticleD_bvfoj_481{--from-x: -1px;--from-y: 6px;--to-x: -3px;--to-y: -10px;animation-delay:0ms}._completeParticleE_bvfoj_483{--from-x: -5px;--from-y: 5px;--to-x: 11px;--to-y: -7px;animation-delay:0ms}._completeParticleF_bvfoj_485{--from-x: -4px;--from-y: 4px;--to-x: 12px;--to-y: 7px;animation-delay:0ms}._completeParticleG_bvfoj_487{--from-x: 0px;--from-y: 6px;--to-x: -6px;--to-y: -8px;animation-delay:0ms}@keyframes _completeConeMotion_bvfoj_1{0%{transform:translate(0) rotate(0) scale(1)}8%{transform:translate(-.45px,.55px) rotate(-3deg) scale(.996)}16%{transform:translate(-.7px,.8px) rotate(-6deg) scale(.99)}34%{transform:translateY(-.6px) rotate(23deg) scale(1)}48%{transform:translate(0) rotate(13deg) scale(1)}62%{transform:translate(0) rotate(20deg) scale(1)}78%{transform:translate(0) rotate(0) scale(1)}to{transform:translate(0) rotate(0) scale(1)}}@keyframes _completeParticleBurst_bvfoj_1{0%{opacity:0;transform:translate(var(--from-x),var(--from-y)) scale(.32) rotate(-8deg)}25%{opacity:1;transform:translate(calc(var(--to-x) * .45),calc(var(--to-y) * .45)) scale(.86) rotate(1deg)}50%{opacity:1;transform:translate(calc(var(--to-x) * .82),calc(var(--to-y) * .82)) scale(.96) rotate(7deg)}62.5%{opacity:0;transform:translate(calc(var(--to-x) * 1.12),calc(var(--to-y) * 1.12)) scale(.96) rotate(11deg)}to{opacity:0;transform:translate(calc(var(--to-x) * 1.12),calc(var(--to-y) * 1.12)) scale(.96) rotate(11deg)}}@media(prefers-reduced-motion:reduce){._completeCone_bvfoj_463,._completeParticleA_bvfoj_475,._completeParticleB_bvfoj_477,._completeParticleC_bvfoj_479,._completeParticleD_bvfoj_481,._completeParticleE_bvfoj_483,._completeParticleF_bvfoj_485,._completeParticleG_bvfoj_487{animation:none;opacity:1;transform:none}}._completeTitle_bvfoj_753{font-size:var(--mantine-font-size-lg);font-weight:700;color:var(--mantine-color-text);margin-bottom:var(--mantine-spacing-xs)}._completeDescription_bvfoj_767{font-size:var(--mantine-font-size-sm);color:var(--mantine-color-dimmed);margin-bottom:var(--mantine-spacing-lg);line-height:1.5;white-space:pre-line}._originalTab_60wsn_1:hover{background-color:transparent!important}._customTab_60wsn_13{border-radius:var(--mantine-radius-md);display:flex;align-items:center}._customTab_60wsn_13:hover{background-color:var(--mantine-color-gray-light-hover)}._headerRow_60wsn_33{display:flex;align-items:center;padding:0 var(--mantine-spacing-xs) 0 0;margin-bottom:4px}._headerRow_60wsn_33>*{flex-shrink:0;padding:0 var(--mantine-spacing-xs)}._headerRow_60wsn_33>*:nth-child(1){flex:1 1 55%;padding-left:var(--mantine-spacing-xs)}._headerRow_60wsn_33>*:nth-child(2){flex:0 0 25%}._headerRow_60wsn_33>*:nth-child(3){flex:0 0 20%}._rowGrid_60wsn_83{display:flex;align-items:center;height:42px;padding:0 var(--mantine-spacing-xs) 0 0;border-top:1px solid var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] ._rowGrid_60wsn_83{border-top:1px solid var(--mantine-color-dark-5)}._rowGrid_60wsn_83{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s ease}._rowGrid_60wsn_83:hover{background-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] ._rowGrid_60wsn_83:hover{background-color:var(--mantine-color-dark-6)}._rowGrid_60wsn_83>*{padding:0 var(--mantine-spacing-xs);min-width:0}._rowGrid_60wsn_83>*:nth-child(1){flex:1 1 55%;overflow:hidden}._rowGrid_60wsn_83>*:nth-child(2){flex:0 0 25%}._rowGrid_60wsn_83>*:nth-child(3){flex:0 0 20%}._breadcrumbItem_60wsn_157{cursor:pointer;font-size:var(--mantine-font-size-sm);color:var(--mantine-color-gray-6)}[data-mantine-color-scheme=dark] ._breadcrumbItem_60wsn_157{color:var(--mantine-color-dark-2)}._breadcrumbItem_60wsn_157{transition:color .15s ease}._breadcrumbItem_60wsn_157:hover{color:var(--mantine-color-dark-9)}[data-mantine-color-scheme=dark] ._breadcrumbItem_60wsn_157:hover{color:var(--mantine-color-gray-0)}._breadcrumbItem_60wsn_157:hover{text-decoration:underline}._breadcrumbItemActive_60wsn_181{color:var(--mantine-color-dark-9)}[data-mantine-color-scheme=dark] ._breadcrumbItemActive_60wsn_181{color:var(--mantine-color-white)}._breadcrumbItemActive_60wsn_181{font-weight:500;cursor:default;font-size:var(--mantine-font-size-sm)}._breadcrumbItemActive_60wsn_181:hover{text-decoration:none}._emptyState_60wsn_203{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--mantine-spacing-xl) 0;gap:var(--mantine-spacing-sm)}._themeProvider_1fk4v_1{width:100%;height:100%;font-family:var(--mantine-font-family)}._root_1fk4v_13{position:absolute;top:0;left:0;height:100%;width:100%;overflow-y:auto;display:flex;align-items:center;flex-direction:column;overflow:hidden;background-image:var(--bg-image);background-size:cover;background-position:center}._root_1fk4v_13[data-mobile=true]{display:flex;padding:12px}._root_1fk4v_13[data-mobile=true] div[data-media=true]{padding-bottom:0;width:auto;height:auto}._root_1fk4v_13[data-mobile=true] div[data-media=true][data-full=true]{height:30%}._root_1fk4v_13[data-mobile=true] ._container_1fk4v_71{padding:16px}._media_1fk4v_83{filter:var(--media-image-filter)}._background_1fk4v_91{position:absolute;top:0;left:0;bottom:0;width:100%;background-image:var(--bg-image);background-size:var(--bg-fit);mix-blend-mode:var(--bg-blend);background-position:center;filter:var(--bg-image-filter)}._stepRoot_1fk4v_117{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;background:color-mix(in srgb,var(--bg-color) var(--bg-opacityHex),transparent)}._stepRoot_1fk4v_117[data-media-layout=content],._stepRoot_1fk4v_117:not([data-media-layout]){justify-content:safe center;overflow-y:auto;padding-top:24px;padding-bottom:24px}._stepRoot_1fk4v_117[data-media-layout=content] ._media_1fk4v_83,._stepRoot_1fk4v_117:not([data-media-layout]) ._media_1fk4v_83{overflow:hidden;width:var(--size);border-radius:var(--mantine-radius-default)}._stepRoot_1fk4v_117[data-media-layout=background]{justify-content:safe center;overflow-y:auto;padding-top:24px;padding-bottom:24px}._stepRoot_1fk4v_117[data-media-layout=background] ._media_1fk4v_83{position:absolute;top:0;left:0;bottom:0;width:100%;background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_1fk4v_117[data-media-layout=fullLeft] ._content_1fk4v_207{width:60%;margin-left:auto;overflow:auto;min-height:0;flex:1;display:flex;align-items:safe center}._stepRoot_1fk4v_117[data-media-layout=fullLeft] ._media_1fk4v_83{position:absolute;top:0;left:0;bottom:0;width:40%;background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_1fk4v_117[data-media-layout=fullRight] ._content_1fk4v_207{width:60%;margin-right:auto;overflow:auto;min-height:0;flex:1;display:flex;align-items:safe center}._stepRoot_1fk4v_117[data-media-layout=fullRight] ._media_1fk4v_83{position:absolute;top:0;right:0;bottom:0;width:40%;background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_1fk4v_117[data-media-layout=left] ._content_1fk4v_207{width:60%;margin-left:auto;overflow:auto;min-height:0;flex:1;display:flex;align-items:safe center}._stepRoot_1fk4v_117[data-media-layout=left] ._media_1fk4v_83{position:absolute;top:0;left:0;bottom:0;width:40%;padding:16px}._stepRoot_1fk4v_117[data-media-layout=left] ._mediaInner_1fk4v_337{width:100%;height:100%;background-image:var(--media-image);background-size:cover;background-position:center;border-radius:var(--mantine-radius-default)}._stepRoot_1fk4v_117[data-media-layout=right] ._content_1fk4v_207{width:60%;margin-right:auto;overflow:auto;min-height:0;flex:1;display:flex;align-items:safe center}._stepRoot_1fk4v_117[data-media-layout=right] ._media_1fk4v_83{position:absolute;top:0;right:0;bottom:0;width:40%;padding:16px}._stepRoot_1fk4v_117[data-media-layout=right] ._mediaInner_1fk4v_337{width:100%;height:100%;background-image:var(--media-image);background-size:cover;background-position:center;border-radius:var(--mantine-radius-default)}._stepRoot_1fk4v_117[data-media-layout=fullTop]{overflow-y:auto}._stepRoot_1fk4v_117[data-media-layout=fullTop] ._content_1fk4v_207{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:unset;min-height:unset}._stepRoot_1fk4v_117[data-media-layout=fullTop] ._media_1fk4v_83{flex-shrink:0;width:100%;height:min(300px,40%);background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_1fk4v_117[data-media-layout=fullBottom]{overflow-y:auto}._stepRoot_1fk4v_117[data-media-layout=fullBottom] ._content_1fk4v_207{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:unset;min-height:unset}._stepRoot_1fk4v_117[data-media-layout=fullBottom] ._media_1fk4v_83{flex-shrink:0;width:100%;height:min(300px,40%);background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_1fk4v_117[data-media-layout=top]{overflow-y:auto}._stepRoot_1fk4v_117[data-media-layout=top] ._content_1fk4v_207{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:unset;min-height:unset}._stepRoot_1fk4v_117[data-media-layout=top] ._media_1fk4v_83{flex-shrink:0;width:100%;height:min(300px,40%);padding:16px}._stepRoot_1fk4v_117[data-media-layout=top] ._mediaInner_1fk4v_337{width:100%;height:100%;background-image:var(--media-image);background-size:cover;background-position:center;border-radius:var(--mantine-radius-default)}._stepRoot_1fk4v_117[data-media-layout=bottom]{overflow-y:auto}._stepRoot_1fk4v_117[data-media-layout=bottom] ._content_1fk4v_207{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:unset;min-height:unset}._stepRoot_1fk4v_117[data-media-layout=bottom] ._media_1fk4v_83{flex-shrink:0;width:100%;height:min(300px,40%);padding:16px}._stepRoot_1fk4v_117[data-media-layout=bottom] ._mediaInner_1fk4v_337{width:100%;height:100%;background-image:var(--media-image);background-size:cover;background-position:center;border-radius:var(--mantine-radius-default)}._container_1fk4v_71{max-width:800px;padding:16px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:16px;position:relative;-webkit-backdrop-filter:blur(var(--blur));backdrop-filter:blur(var(--blur));align-items:var(--align);background-color:var(--color);border-radius:var(--border-radius);box-shadow:var(--shadow)}._container_1fk4v_71:not([data-mobile=true]){padding:24px 56px}._stepTitle_1fk4v_663{text-align:var(--align);color:var(--color);font-size:var(--font-size);font-weight:var(--font-weight);font-family:var(--font-family);line-height:1;flex:1;margin:0;padding:0;position:relative}._stepTitle_1fk4v_663[data-mobile=true]{display:flex;align-items:center;gap:8px}._stepTitle_1fk4v_663{--font-size-sm: 24px;--font-size-md: 32px;--font-size-lg: 38px}._stepDescription_1fk4v_709{text-align:var(--align);color:var(--color);font-size:var(--font-size);font-weight:var(--font-weight);font-family:var(--font-family);margin:0;padding:0;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 20px}._stepIndicator_1fk4v_737{text-align:var(--align);color:var(--title-color);font-size:.6em;font-weight:var(--title-font-weight);line-height:1.2;display:flex;align-items:center}._stepIndicator_1fk4v_737[data-mobile=false]{left:0;top:50%;transform:translate(-100%) translateY(-50%);position:absolute}._stepIndicatorIcon_1fk4v_771{font-size:.6em}._content_1fk4v_207{padding-top:48px;padding-bottom:48px}._contentWrapper_1fk4v_789{display:flex;flex-direction:column;justify-content:center;gap:8px;align-items:var(--align);flex:2;width:100%}._focusBox_1fk4v_809{width:100%;border-radius:var(--mantine-radius-default);outline-offset:8px;display:flex;flex-direction:column;gap:16px}._dropzone_1fk4v_827{width:100%;border-radius:var(--mantine-radius-default);border:2px dashed var(--primary-color);padding:16px;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;text-align:center;cursor:pointer}._dropzone_1fk4v_827:hover{background-color:var(--primary-color-hover)}._allSlidesLayout_1fk4v_863{display:flex;flex-direction:column;gap:16px}._allSlidesLayoutStep_1fk4v_875{width:100%;aspect-ratio:16/9;border-radius:var(--mantine-radius-default);border:1px solid var(--mantine-color-default-border);display:flex;flex-direction:column;align-items:stretch}._editableContent_14jzv_1{min-width:0;flex:1;border-radius:8px;word-break:break-word;border:1px solid transparent;display:block;cursor:text}._editableContent_14jzv_1:focus{outline:none;border-radius:8px}._editableContent_14jzv_1[data-empty=true]:before{display:inline-block;content:attr(data-placeholder);opacity:.5;pointer-events:none;height:0}._dragOptions_8pbru_1[data-grid=true]{display:grid;grid-template-columns:repeat(1,1fr);gap:8px;width:100%}._dragOptions_8pbru_1[data-grid=true]:not([data-mobile=true]){grid-template-columns:repeat(3,minmax(200px,300px))}._dragOptions_8pbru_1:not([data-grid=true]){display:flex;flex-direction:column;gap:8px}._card_18zj4_1{--border-color: var(--mantine-color-black);--bg-color: var(--mantine-color-black-light);--text-color: var(--mantine-color-black);border:1px solid var(--border-color);min-width:220px;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease;display:flex;flex-direction:column;box-shadow:var(--mantine-shadow-sm)}._card_18zj4_1[data-radius=sm]{border-radius:var(--mantine-radius-sm)}._card_18zj4_1[data-radius=md]{border-radius:var(--mantine-radius-md)}._card_18zj4_1[data-radius=lg]{border-radius:var(--mantine-radius-lg)}._card_18zj4_1:hover{box-shadow:var(--mantine-shadow-md)}._card_18zj4_1[data-active=true]{border-color:var(--border-color);outline:2px solid var(--border-color)}._card_18zj4_1[data-disabled=true]{background-color:var(--mantine-color-gray-0);color:var(--mantine-color-gray-6);cursor:not-allowed}._card_18zj4_1[data-disabled=true]:hover{box-shadow:none}._image_18zj4_95{position:relative;height:140px;background-position:center;background-size:cover;background-color:#0000000d;width:100%;display:flex;align-items:center;justify-content:center}._controls_18zj4_119{padding:8px;display:flex;align-items:center;gap:8px;flex:1;color:var(--text-color);box-shadow:0 0 4.4px #228be640}._controls_18zj4_119[data-size=sm]{font-size:16px}._controls_18zj4_119[data-size=md]{font-size:18px}._controls_18zj4_119[data-size=lg]{font-size:20px}._radio_18zj4_163,._checkbox_18zj4_173{border:1px solid var(--color);box-shadow:0 0 6px 0 var(--color-shadow)}._optionsContainer_19qy4_1{display:flex;flex-direction:column;gap:8px;padding-inline:8px;padding-block:12px;box-shadow:0 2px 6px #00000032;background-color:#fff}[data-mantine-color-scheme=dark] ._optionsContainer_19qy4_1{background-color:#2e2e2e}._optionsContainer_19qy4_1{border:1px solid var(--dropdown-border-color)}._optionsContainer_19qy4_1[data-radius=sm]{border-radius:var(--mantine-radius-sm)}._optionsContainer_19qy4_1[data-radius=md]{border-radius:var(--mantine-radius-md)}._optionsContainer_19qy4_1[data-radius=lg]{border-radius:var(--mantine-radius-lg)}._image_jcfli_1{width:40px;height:40px;background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid var(--mantine-color-default-border)}._image_jcfli_1[data-radius=sm]{border-radius:var(--mantine-radius-sm)}._image_jcfli_1[data-radius=md]{border-radius:var(--mantine-radius-md)}._image_jcfli_1[data-radius=lg]{border-radius:var(--mantine-radius-lg)}._container_wajah_1{position:relative;width:100%;height:100%;min-height:300px;background-color:var(--mantine-color-dark-7);overflow:hidden;-webkit-user-select:none;user-select:none;border-radius:var(--mantine-radius-default)}._image_wajah_23{width:100%;height:100%;object-fit:contain;pointer-events:none}._overlay_wajah_37{position:absolute;background-color:#00000080;pointer-events:none}._circularOverlay_wajah_49{position:absolute;transform:translate(-50%,-50%);border-radius:50%;box-shadow:0 0 0 9999px #00000080;pointer-events:none}._cropArea_wajah_65{position:absolute;cursor:move;touch-action:none}._dashedBorder_wajah_77{position:absolute;inset:0;border:1px dashed rgba(255,255,255,.7);pointer-events:none}._edgeLine_wajah_91{position:absolute;border:1px dashed rgba(255,255,255,.8);pointer-events:none}._edgeLineTop_wajah_103{top:0;left:16px;right:16px;height:0;border-width:1px 0 0 0}._edgeLineBottom_wajah_119{bottom:0;left:16px;right:16px;height:0;border-width:1px 0 0 0}._edgeLineLeft_wajah_135{left:0;top:16px;bottom:16px;width:0;border-width:0 0 0 1px}._edgeLineRight_wajah_151{right:0;top:16px;bottom:16px;width:0;border-width:0 0 0 1px}._cornerHandle_wajah_167{position:absolute;width:24px;height:24px;z-index:10;touch-action:none}._cornerHandleArm_wajah_183{position:absolute;background-color:#fff}._cornerHandleArm_wajah_183[data-direction=horizontal]{width:24px;height:8px}._cornerHandleArm_wajah_183[data-direction=vertical]{width:8px;height:24px}._handleNW_wajah_213{top:-7px;left:-7px;cursor:nwse-resize}._handleNW_wajah_213 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleNW_wajah_213 ._cornerHandleArm_wajah_183[data-direction=vertical]{top:0;left:0}._handleNE_wajah_245{top:-7px;right:-7px;cursor:nesw-resize}._handleNE_wajah_245 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleNE_wajah_245 ._cornerHandleArm_wajah_183[data-direction=vertical]{top:0;right:0}._handleSW_wajah_277{bottom:-7px;left:-7px;cursor:nesw-resize}._handleSW_wajah_277 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleSW_wajah_277 ._cornerHandleArm_wajah_183[data-direction=vertical]{bottom:0;left:0}._handleSE_wajah_311{bottom:-7px;right:-7px;cursor:nwse-resize}._handleSE_wajah_311 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleSE_wajah_311 ._cornerHandleArm_wajah_183[data-direction=vertical]{bottom:0;right:0}._edgeHandle_wajah_343{position:absolute;z-index:10;touch-action:none;display:flex;align-items:center;justify-content:center}._edgeHandleBar_wajah_361{background-color:#fff}._handleN_wajah_213{top:-11px;left:50%;transform:translate(-50%);width:48px;height:16px;cursor:ns-resize}._handleN_wajah_213 ._edgeHandleBar_wajah_361{width:24px;height:8px}._handleS_wajah_277{bottom:-11px;left:50%;transform:translate(-50%);width:48px;height:16px;cursor:ns-resize}._handleS_wajah_277 ._edgeHandleBar_wajah_361{width:24px;height:8px}._handleE_wajah_425{right:-11px;top:50%;transform:translateY(-50%);width:16px;height:48px;cursor:ew-resize}._handleE_wajah_425 ._edgeHandleBar_wajah_361{width:8px;height:24px}._handleW_wajah_453{left:-11px;top:50%;transform:translateY(-50%);width:16px;height:48px;cursor:ew-resize}._handleW_wajah_453 ._edgeHandleBar_wajah_361{width:8px;height:24px}._cornerHandle_wajah_167:hover ._cornerHandleArm_wajah_183,._edgeHandle_wajah_343:hover ._edgeHandleBar_wajah_361{background-color:var(--mantine-color-blue-4)}@media(pointer:coarse){._cornerHandle_wajah_167{width:44px;height:44px}._handleNW_wajah_213{top:-18px;left:-18px}._handleNE_wajah_245{top:-18px;right:-18px}._handleSW_wajah_277{bottom:-18px;left:-18px}._handleSE_wajah_311{bottom:-18px;right:-18px}._handleNW_wajah_213 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleNW_wajah_213 ._cornerHandleArm_wajah_183[data-direction=vertical]{top:10px;left:10px}._handleNE_wajah_245 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleNE_wajah_245 ._cornerHandleArm_wajah_183[data-direction=vertical]{top:10px;right:10px}._handleSW_wajah_277 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleSW_wajah_277 ._cornerHandleArm_wajah_183[data-direction=vertical]{bottom:10px;left:10px}._handleSE_wajah_311 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleSE_wajah_311 ._cornerHandleArm_wajah_183[data-direction=vertical]{bottom:10px;right:10px}._handleN_wajah_213,._handleS_wajah_277{width:64px;height:24px}._handleE_wajah_425,._handleW_wajah_453{width:24px;height:64px}._handleN_wajah_213{top:-12px}._handleS_wajah_277{bottom:-12px}._handleE_wajah_425{right:-12px}._handleW_wajah_453{left:-12px}}@keyframes _floatParticle_46hv8_1{0%{left:0;opacity:0;transform:translateY(calc(-50% + var(--chaos))) translate(0)}10%{opacity:1}25%{transform:translateY(calc(-50% + var(--chaos) + var(--wave-amplitude) + var(--wave-offset))) translate(4px)}50%{opacity:1;transform:translateY(calc(-50% + var(--chaos) - var(--wave-amplitude) + var(--wave-offset))) translate(-2px)}75%{transform:translateY(calc(-50% + var(--chaos) + var(--wave-amplitude) * .5 + var(--wave-offset))) translate(1px)}90%{opacity:1}to{left:100%;opacity:0;transform:translateY(calc(-50% + var(--chaos))) translate(0)}}._particle_46hv8_93{position:absolute;border-radius:50%;left:0;transform:translateY(-50%);opacity:0;pointer-events:none;animation-name:_floatParticle_46hv8_1;animation-iteration-count:infinite}._iconContainer_46hv8_115{width:60px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:var(--mantine-color-body);border-radius:10px;z-index:2}._iconInner_46hv8_139{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:var(--mantine-color-default);border:1px solid var(--app-shell-border);border-radius:10px;padding:6px}._particleContainer_46hv8_163{margin-left:-8px;margin-right:-8px;z-index:3;flex:1;height:36px;position:relative;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);mask-composite:intersect;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-composite:source-in}._animationRoot_46hv8_243{position:relative}._animationContainer_46hv8_251{position:relative;width:265px;height:36px;display:flex;align-items:center;justify-content:center;padding:0 20px}._backgroundImage_46hv8_271{position:absolute;inset:0;background-size:cover;background-position:50%;background-repeat:no-repeat}._container_t27w5_1{--items-gap: 4px;--item-height: 32px;--depth-offset: 20px;--icon-size: 20px;display:flex;flex-direction:column;gap:var(--items-gap);padding:var(--items-gap) 0}._container_t27w5_1>*:last-child ._depthBox_t27w5_25:after{bottom:0}._depthBox_t27w5_25{position:relative;width:var(--depth-offset);flex-shrink:0}._depthBox_t27w5_25:after{content:"";position:absolute;top:calc(var(--items-gap) / 2 * -1);bottom:calc(var(--items-gap) / 2 * -1);right:6px;width:1px;opacity:.5;background-color:var(--mantine-color-default-border)}._itemContainer_t27w5_75{flex:1;min-width:0;display:flex;gap:0;align-items:stretch;height:100%}._item_t27w5_75{--depth: 0;--padding-left: calc(6px + var(--depth-offset) * var(--depth));flex:1;position:relative;cursor:pointer;display:flex;align-items:center;padding:0 6px;height:var(--item-height);text-decoration:none;border-radius:var(--mantine-radius-default);-webkit-user-select:none;user-select:none;min-width:0}._item_t27w5_75[data-active=true],._item_t27w5_75:has([data-opened=true]),._item_t27w5_75:hover{background-color:var(--menu-item-bg-hover)}._item_t27w5_75[data-read-only=true]{cursor:not-allowed}._item_t27w5_75[data-read-only=true]:hover{background-color:transparent}._item_t27w5_75:not(:is(:hover,[data-active=true],[data-editing=true],:has([data-opened=true]))) [data-hiddable=true]{display:none}._item_t27w5_75[data-has-children=true]:not([data-read-only=true]):hover ._icon_t27w5_181{display:none}._item_t27w5_75[data-has-children=true]:not([data-read-only=true]):hover ._chevron_t27w5_189{display:flex}._item_t27w5_75 ._chevron_t27w5_189{display:none}._item_t27w5_75[data-editing=true]{background-color:var(--input-bg);border:1px solid var(--mantine-primary-color-filled)}._icon_t27w5_181{width:var(--icon-size);height:var(--icon-size);display:flex;align-items:center;justify-content:center}._container_t27w5_1[data-nearest-side=top] ._droppable_t27w5_239[data-is-over=true] ._item_t27w5_75:before{background-color:var(--mantine-primary-color-filled)}._container_t27w5_1[data-nearest-side=bottom] ._droppable_t27w5_239[data-is-over=true] ._item_t27w5_75:after{background-color:var(--mantine-primary-color-filled)}._container_t27w5_1[data-nearest-side=inside]:not([data-flat-order-change=true]) ._droppable_t27w5_239[data-is-over=true] ._item_t27w5_75{background-color:var(--mantine-primary-color-light)}._container_t27w5_1[data-nearest-side=inside]:not([data-flat-order-change=true]) ._droppable_t27w5_239[data-is-over=true][data-no-access=true] ._item_t27w5_75{background-color:var(--mantine-color-red-light)}._droppable_t27w5_239 ._item_t27w5_75:before{display:block;content:"";position:absolute;top:calc(var(--items-gap) * -1 + 1px);right:0;height:2px;left:var(--padding-left)}._droppable_t27w5_239 ._item_t27w5_75:after{display:block;content:"";position:absolute;bottom:calc(var(--items-gap) * -1 + 1px);right:0;height:2px;left:var(--padding-left)}._droppable_t27w5_239[data-opened=true] ._item_t27w5_75:after{left:calc(var(--padding-left) + var(--depth-offset))}._draggableOverlay_t27w5_353{pointer-events:none;background-color:var(--mantine-color-body);border-radius:var(--mantine-radius-default);border:1px solid var(--mantine-color-default-border);width:100px;transform:rotate(-5deg)}._editInput_t27w5_371{flex:1;border:none;outline:none;background:none;height:var(--item-height);min-height:var(--item-height);font-weight:500;font-size:var(--mantine-font-size-sm);color:var(--mantine-color-text)}._boardContainer_3kft5_1{border:1px solid #dee2e6;border-top-left-radius:var(--mantine-radius-lg);border-bottom-left-radius:var(--mantine-radius-lg);background-color:#fff;position:relative;overflow:hidden}._appShell_3kft5_19{background:url("data:image/svg+xml,%3csvg%20width='768'%20height='838'%20viewBox='0%200%20768%20838'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1077.7%20594.591V813.847C1077.7%20873.306%201051.68%20917.9%20999.657%20943.914C873.306%201014.52%20746.955%201088.85%20620.605%201163.17C564.862%201196.61%20516.551%201196.61%20460.808%201163.17C334.458%201088.85%20204.391%201014.52%2078.0401%20943.914C26.0134%20917.9%200%20877.022%200%20821.279V367.903C0%20312.16%2022.2972%20274.998%2070.6077%20245.269C204.391%20170.945%20334.458%2096.6211%20464.524%2022.2972C516.551%20-7.43239%20564.862%20-7.43239%20616.888%2022.2972C746.955%2096.6211%20873.306%20170.945%201003.37%20241.553C1051.68%20271.282%201077.7%20312.16%201077.7%20367.903V594.591ZM494.254%201085.13V665.199C494.254%20631.753%20483.105%20613.172%20453.376%20598.308C349.322%20538.848%20245.269%20479.389%20144.932%20423.646C126.351%20412.498%20107.77%20405.065%2085.4725%20390.201V813.847C85.4725%20843.576%2096.6211%20862.157%20122.634%20877.022C271.282%20958.779%20460.808%201070.26%20494.254%201088.85V1085.13ZM988.508%20851.009V557.429C988.508%20349.322%20977.359%20330.741%20955.062%20315.877C806.414%20230.404%20546.281%2085.4725%20535.132%2081.7563V226.688C535.132%20252.701%20542.565%20263.85%20564.862%20274.998C624.321%20308.444%20683.78%20341.89%20743.239%20375.336C802.698%20408.782%20828.712%20453.376%20828.712%20520.267V732.091C828.712%20743.239%20836.144%20758.104%20843.576%20765.536C888.171%20791.55%20932.765%20817.563%20984.792%20847.293H988.508V851.009ZM293.579%20222.972V375.336C293.579%20397.633%20301.012%20408.782%20319.593%20419.93C382.768%20453.376%20442.227%20490.538%20505.403%20523.984C561.146%20553.713%20587.159%20598.307%20587.159%20661.483V873.306C587.159%20884.455%20587.159%20899.319%20598.308%20906.752C642.902%20936.481%20691.212%20962.495%20743.239%20992.224V698.645C743.239%20490.538%20728.374%20475.673%20717.226%20464.524C665.199%20427.363%20475.673%20323.309%20297.296%20222.972H293.579Z'%20fill='white'/%3e%3c/svg%3e") no-repeat right bottom;background-color:#228be61a}._navBar_3kft5_31{background-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] ._navBar_3kft5_31{background-color:var(--mantine-color-dark-7)}._navBar_3kft5_31{border:1px solid #dee2e6;border-radius:var(--mantine-radius-md)}._appShellHeader_3kft5_49{background-color:transparent!important}._header_3kft5_57:hover ._actions_3kft5_61{opacity:1}._title_3kft5_73{font-weight:500;color:var(--mantine-color-black)}[data-mantine-color-scheme=dark] ._title_3kft5_73{color:var(--mantine-color-white)}._button_3kft5_83{position:relative;overflow:visible!important}._button_3kft5_83[data-active=true]:after{content:"";position:absolute;right:10px;left:10px;bottom:-5px;display:block;height:2px;background-color:var(--mantine-primary-color-filled)}._stepperWrapper_18rxv_1{align-items:start;box-shadow:0 1px 3px #1c7ed61a,0 36px 28px -7px #1c7ed633,0 17px 17px -7px #1c7ed614}._badge_18rxv_17{border:1px solid #228be6!important}._accordion_18rxv_25{border:none}._content_18rxv_33{padding-left:38px!important}._item_18rxv_41{border:none!important}._chevron_18rxv_49{width:24px!important;margin-left:0!important;margin-inline-start:none!important}._label_18rxv_63{padding-block:8px}.mantine-Popover-dropdown .mantine-Stack-root{gap:0!important}.SortableList{display:flex;flex-direction:column;padding:0;list-style:none;margin:0}.SortableItem{display:flex;align-items:center;background-color:var(--mantine-color-dark-6) var(--mantine-color-white)}[data-mantine-color-scheme=dark] .SortableItem{background-color:}.SortableItem{border-radius:calc(4px / var(--scale-x, 1))}.SortableItem>div{display:flex;flex:1;min-width:0;align-items:center;justify-content:space-between}._container_f42en_1{--items-gap: 4px;--depth-offset: 20px;display:flex;flex-direction:column;gap:var(--items-gap);padding:var(--items-gap) 0}._container_f42en_1>*:last-child ._depthBox_f42en_21:after{bottom:0}._item_f42en_37{flex:1;min-width:0;display:flex;gap:0;align-items:stretch}._depthBox_f42en_21{position:relative;width:var(--depth-offset);flex-shrink:0}._depthBox_f42en_21:after{content:"";position:absolute;top:calc(var(--items-gap) / 2 * -1);bottom:calc(var(--items-gap) / 2 * -1);right:6px;width:1px;opacity:.5;background-color:var(--mantine-color-default-border)}._column_lzz41_1{background-color:#f8f9fa;border-radius:var(--mantine-radius-md)}._card_lzz41_11{background-color:#fff;border-radius:var(--mantine-radius-md);border:1px solid #dee2e6}
|
|
1
|
+
._page_qm43p_5{display:flex;align-items:center;justify-content:center;flex:1;min-height:0;position:relative;overflow:hidden;background:#e8e0f0}[data-mantine-color-scheme=dark] ._page_qm43p_5{background:#1a1a2e}._figureContainer_qm43p_31{position:absolute;inset:0;filter:blur(150px);pointer-events:none;overflow:hidden}._figure_qm43p_31{position:absolute;will-change:transform}._figureA_qm43p_57{animation:_driftA_qm43p_1 12s ease-in-out infinite alternate}._figureB_qm43p_65{animation:_driftB_qm43p_1 12s ease-in-out infinite alternate}@keyframes _driftA_qm43p_1{0%{top:-3%;left:0%;width:66%;height:108%;transform:rotate(0)}25%{top:-12%;left:-8%;width:80%;height:118%;transform:rotate(-25deg)}50%{top:-16%;left:-12%;width:82%;height:122%;transform:rotate(-80deg)}75%{top:-20%;left:-14%;width:86%;height:130%;transform:rotate(65deg)}to{top:-10%;left:-6%;width:80%;height:118%;transform:rotate(18deg)}}@keyframes _driftB_qm43p_1{0%{top:15%;right:12%;width:39%;height:63%;transform:rotate(0) skew(0)}25%{top:-4%;right:0%;width:64%;height:101%;transform:rotate(42deg) skew(-6deg)}50%{top:-4%;right:-3%;width:64%;height:101%;transform:rotate(138deg) skew(6deg)}75%{top:-2%;right:0%;width:62%;height:95%;transform:rotate(-107deg) skew(-3deg)}to{top:-4%;right:-1%;width:62%;height:100%;transform:rotate(-29deg) skew(6deg)}}._grainOverlay_qm43p_229{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.45}[data-mantine-color-scheme=dark] ._grainOverlay_qm43p_229{opacity:.3}._grainOverlay_qm43p_229{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat}._badgeWrap_qm43p_253{position:absolute;z-index:2;pointer-events:none;transition:opacity .6s ease}._badgeWrap_qm43p_253:after{content:"";position:absolute;inset:0;border-radius:20px;box-shadow:0 0 0 8px #ffffff59}[data-mantine-color-scheme=dark] ._badgeWrap_qm43p_253:after{box-shadow:0 0 0 8px #fff3}._badgeWrap_qm43p_253:after{animation:_pulseGlow_qm43p_1 3s ease-in-out infinite;pointer-events:none}@keyframes _pulseGlow_qm43p_1{0%,to{opacity:.11}50%{opacity:1}}._badge0_qm43p_309{top:clamp(8%,calc(50% - 380px),25%);left:clamp(3%,calc(50% - 480px),15%)}._badge1_qm43p_319{top:clamp(5%,calc(50% - 380px),18%);right:clamp(3%,calc(50% - 480px),15%)}._badge1_qm43p_319:after{animation-delay:.75s}._badge2_qm43p_337{bottom:clamp(5%,calc(50% - 330px),25%);right:clamp(3%,calc(50% - 480px),15%)}._badge2_qm43p_337:after{animation-delay:1.5s}._badge3_qm43p_355{bottom:clamp(8%,calc(50% - 330px),30%);left:clamp(3%,calc(50% - 480px),15%)}._badge3_qm43p_355:after{animation-delay:2.25s}@media(max-width:1600px){._badge0_qm43p_309{left:10%}._badge1_qm43p_319{right:10%}._badge2_qm43p_337{right:6%}._badge3_qm43p_355{left:8%}}@media(max-width:1300px){._badge0_qm43p_309{top:10%;left:40%}._badge1_qm43p_319{top:8%;right:15%}._badge2_qm43p_337{bottom:8%;right:6%}._badge3_qm43p_355{bottom:12%;left:8%}}@media(max-height:800px){._badge0_qm43p_309{top:5%}._badge1_qm43p_319{top:3%}._badge2_qm43p_337{bottom:3%}._badge3_qm43p_355{bottom:5%}}@media(max-width:850px),(max-height:770px){._badgeWrap_qm43p_253{opacity:0}}._contentWrapper_a1t2j_1{border:1px solid var(--app-shell-border);border-radius:12px}._root_zr3bj_1{border:1px solid var(--mantine-color-default-border);border-radius:12px;box-shadow:0 10px 10px -5px #00000026,0 0 40px #0000001a}._root_zr3bj_1 ._icon_zr3bj_15{width:24px;height:24px;min-width:24px;margin-inline-end:var(--mantine-spacing-xs);min-height:24px;border-radius:50%;background-color:var(--notification-color)}._root_zr3bj_1:before{display:none}._title_zr3bj_49{font-weight:500;font-size:var(--mantine-font-size-sm);line-height:1.45;overflow-wrap:break-word;word-break:break-word}._description_zr3bj_65{font-size:var(--mantine-font-size-xs);line-height:1.4;color:var(--mantine-color-dark-0)}._actions_zr3bj_77{display:flex;gap:8px;justify-content:flex-end;margin-top:var(--mantine-spacing-md)}._itemImage_7zb8o_1{border-radius:6px;width:100%;cursor:pointer;background-size:cover;background-position:center;height:80px}._itemImage_7zb8o_1:hover{filter:brightness(75%)}._imageAuthor_7zb8o_27 a{text-decoration:underline}._imageAuthor_7zb8o_27 a:hover{color:var(--mantine-color-text)}._originalTab_7zb8o_43:hover{background-color:transparent!important}._customTab_7zb8o_55{border-radius:var(--mantine-radius-md)}._customTab_7zb8o_55:hover{background-color:var(--mantine-color-gray-light-hover)}._button_7zb8o_71:disabled,._button_7zb8o_71[data-disabled]{border-color:var(--mantine-color-gray-3)}[data-mantine-color-scheme=dark] ._button_7zb8o_71:disabled,[data-mantine-color-scheme=dark] ._button_7zb8o_71[data-disabled]{border-color:var(--mantine-color-dark-4)}._pickerDropZone_7zb8o_91{transition:background-color .15s ease}._pickerDropZone_7zb8o_91:not([data-accept]):not([data-reject]){background-color:var(--mantine-color-white)}[data-mantine-color-scheme=dark] ._pickerDropZone_7zb8o_91:not([data-accept]):not([data-reject]){background-color:var(--mantine-color-dark-8)}._pickerDropZone_7zb8o_91:hover{background-color:var(--mantine-color-gray-1)!important}[data-mantine-color-scheme=dark] ._pickerDropZone_7zb8o_91:hover{background-color:var(--mantine-color-dark-5)!important}._item_s1gb0_1{width:32px;height:32px;border-radius:6px;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--mantine-color-gray-5)}._item_s1gb0_1:hover{background-color:var(--mantine-color-dark-light-hover)}._item_s1gb0_1[data-active=true]{color:#fff;background-color:var(--icon-color)}._item_s1gb0_1[data-active=true]:hover{background-color:var(--icon-color-hover)}._randomIcon_s1gb0_51{color:var(--mantine-color-gray-7)}[data-mantine-color-scheme=dark] ._randomIcon_s1gb0_51{color:var(--mantine-color-gray-4)}._originalTab_s1gb0_59:hover{background-color:transparent!important}._customTab_s1gb0_71{border-radius:var(--mantine-radius-md)}._customTab_s1gb0_71:hover{background-color:var(--mantine-color-gray-light-hover)}._section_14k6i_3{display:flex;flex-direction:column;gap:2px}._section_14k6i_3+._section_14k6i_3{border-top:1px solid var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] ._section_14k6i_3+._section_14k6i_3{border-top:1px solid #3b3b3b}._section_14k6i_3+._section_14k6i_3{padding-top:4px;margin-top:3px}._sectionLabel_14k6i_29{padding:5px 12px;font-size:var(--mantine-font-size-sm);font-weight:600;color:var(--mantine-color-dimmed);line-height:1.45}._swatch_14k6i_47{width:24px;height:24px;border-radius:50%;cursor:pointer;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center}._swatchRing_14k6i_71{position:absolute;inset:-3px;border-radius:inherit;border:2px solid currentColor;pointer-events:none;box-sizing:border-box}._listItem_14k6i_91{display:flex;align-items:center;gap:var(--mantine-spacing-xs);height:36px;min-height:36px;min-width:0;padding:6px var(--mantine-spacing-sm);border-radius:var(--mantine-radius-default, 8px);cursor:pointer;border:none;background:transparent;width:100%;font-family:inherit;font-size:var(--mantine-font-size-sm);font-weight:400;line-height:1.45;color:var(--mantine-color-bright);text-align:left;overflow:hidden}._listItem_14k6i_91:hover{background:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] ._listItem_14k6i_91:hover{background:#3b3b3b}._listItemActive_14k6i_143{background:var(--mantine-color-gray-1)}[data-mantine-color-scheme=dark] ._listItemActive_14k6i_143{background:#3b3b3b}._listItemLabel_14k6i_151{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._listItemSwatch_14k6i_167{width:16px;height:16px;border-radius:50%;flex-shrink:0}._grid_14k6i_183{display:grid;gap:2px}._gridItem_14k6i_193{display:flex;align-items:center;gap:var(--mantine-spacing-xs);height:36px;min-height:36px;padding:6px var(--mantine-spacing-sm);border-radius:var(--mantine-radius-default, 8px);cursor:pointer;border:none;background:transparent;width:100%;font-family:inherit;font-size:var(--mantine-font-size-sm);font-weight:400;line-height:1.45;color:var(--mantine-color-bright);text-align:left;overflow:hidden}._gridItem_14k6i_193:hover{background:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] ._gridItem_14k6i_193:hover{background:var(--mantine-color-dark-5)}._gridItemActive_14k6i_243{background:var(--mantine-color-gray-1)}[data-mantine-color-scheme=dark] ._gridItemActive_14k6i_243{background:var(--mantine-color-dark-5)}._gridItemSwatch_14k6i_251{width:16px;height:16px;border-radius:50%;flex-shrink:0}._gridItemLabel_14k6i_265{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._defaultSwatchLight_14k6i_283{background-color:#000}._defaultSwatchDark_14k6i_291{background-color:#fff}@media(prefers-color-scheme:dark){[data-mantine-color-scheme=auto] ._defaultSwatchLight_14k6i_283{background-color:#fff}}._tickIcon_14k6i_313{color:var(--mantine-color-white)}._inlineSection_14k6i_323{display:flex;flex-direction:column;padding-bottom:10px}._inlineSection_14k6i_323:last-child{padding-bottom:10px}._inlineSectionLabel_14k6i_343{padding:5px 12px;font-size:var(--mantine-font-size-sm);font-weight:600;color:var(--mantine-color-dimmed);line-height:1.45}._inlineRow_14k6i_359{display:flex;flex-direction:row;align-self:stretch;gap:2px;padding:0 10px;flex-wrap:wrap}._inlineSwatch_14k6i_377{width:28px;height:28px;padding:0;border:none;background-color:transparent;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;outline:none;flex-shrink:0;transition:box-shadow .15s ease,background-color .15s ease}._inlineSwatch_14k6i_377:disabled{cursor:not-allowed;opacity:.4}._inlineSwatch_14k6i_377:hover:not(:disabled){background-color:var(--mantine-color-gray-light-hover)}._inlineSwatchActive_14k6i_427{box-shadow:0 0 0 2px var(--mantine-color-body),0 0 0 3px var(--mantine-primary-color-filled)}._inlineSwatch_14k6i_377._inlineSwatchRound_14k6i_439{border:none;background-color:transparent;border-radius:50%}._inlineSwatchRound_14k6i_439._inlineSwatchActive_14k6i_427{box-shadow:0 0 0 1px var(--mantine-primary-color-filled),0 0 0 2px var(--mantine-color-body)}._root_10w7v_1{background-color:var(--app-root-bg);padding:6px;display:flex;gap:6px;height:100dvh}._header_10w7v_17{background-color:var(--app-shell-bg);height:var(--app-shell-header-height);width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--app-shell-border);flex-shrink:0}._section_10w7v_39{border:1px solid var(--app-shell-border);border-radius:var(--mantine-radius-default);min-height:0;background-color:var(--app-shell-bg);overflow:hidden}._leftSidebar_10w7v_55{border-right:1px solid var(--app-shell-border);min-height:0;height:100%;display:flex;flex-direction:column}._rightSidebar_10w7v_71{border-left:1px solid var(--app-shell-border);min-height:0;height:100%;display:flex;flex-direction:column}._main_10w7v_87{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden auto}._workContent_10w7v_103{height:100%;min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden auto}._appsSidebar_7pu9q_1{padding-top:8px;padding-bottom:8px;height:100%;display:flex;flex-direction:column;align-items:center;gap:8px;justify-content:space-between}._toolSidebar_7pu9q_23{width:var(--toolbar-width);display:flex;flex-direction:column;overflow:hidden}._toolTitleInput_7pu9q_37{background:none;border:none;margin:0;padding:6px 0;border-radius:var(--mantine-radius-default);width:100%}._toolTitleInput_7pu9q_37:focus,._toolTitleInput_7pu9q_37:hover{outline:none}._appSidebarButton_7pu9q_67{cursor:pointer;-webkit-user-select:none;user-select:none}._appSidebarButton_7pu9q_67:hover [data-button]{color:var(--app-container-title-color);background-color:var(--menu-item-bg-hover)}._appSidebarButton_7pu9q_67 [data-button]{color:var(--app-container-title-color)}._appSidebarButton_7pu9q_67 [data-button][data-active=true]{background-color:var(--mantine-primary-color-light);color:var(--mantine-primary-color-light-color)}._slideContainer_7pu9q_109{height:100%;position:relative;overflow:hidden}._slideContent_7pu9q_121{position:absolute;top:0;bottom:0;height:100%}._slideContent_7pu9q_121[data-position=left]{right:0}._slideContent_7pu9q_121[data-position=right]{left:0}._main_7pu9q_151{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden auto;height:100%}._floatingMeetSlot_7pu9q_169{position:absolute;left:0;bottom:0;width:280px;z-index:100;pointer-events:auto}._root_122b9_1{border:1.3px solid #dee2e6;border-bottom-color:#dee2e6;border-bottom-style:solid;text-align:center;display:flex;justify-content:center;cursor:pointer;align-items:center;background-color:#fff}[data-mantine-color-scheme=dark] ._root_122b9_1{background-color:var(--mantine-color-dark-6)}._root_122b9_1{color:dark}[data-mantine-color-scheme=dark] ._root_122b9_1{color:var((--mantine-color-dark-0))}._root_122b9_1{border-color:var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] ._root_122b9_1{border-color:var(--mantine-color-dark-4)}._headerCounter_10kmq_1{border:1px solid var(--mantine-color-gray-6);padding:2px 6px;margin-left:var(--mantine-spacing-sm);border-radius:var(--mantine-radius-xs);font-size:var(--mantine-font-size-xs)}._dot_w7tk6_1{width:6px;height:6px;border-radius:6px;background:var(--mantine-color-gray-text);flex-shrink:0}._line_w7tk6_17{width:1px;height:100%;flex:1;background:var(--mantine-color-gray-4)}._resizer_1qg2p_1{-webkit-user-select:none;user-select:none;touch-action:none;position:absolute;width:4px;top:0;bottom:0;height:100%;cursor:col-resize;z-index:1;transition:.2s background-color ease;transition-delay:.25s}._resizer_1qg2p_1[data-dragging=true],._resizer_1qg2p_1:hover{background-color:var(--mantine-primary-color-filled)}._resizer_1qg2p_1[data-position=right]{left:-2px}._resizer_1qg2p_1[data-position=left]{right:-2px}._loader_1dlax_1{border:6px solid;width:58px;height:58px;border-radius:50%;border-color:#fff rgba(255,255,255,.2) rgba(255,255,255,.2) rgba(255,255,255,.2);animation:_spin_1dlax_1 1s linear infinite}._wrapper_1dlax_19{display:flex;justify-content:center;align-items:center;width:100%;height:100%}@keyframes _spin_1dlax_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._vod-player_1paib_1{position:relative;max-width:100%;width:100%;aspect-ratio:16 / 9;margin:0 auto;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 8px 20px #0000004d}._vod-player__player_1paib_25{height:100%;width:100%;object-fit:cover}._vod-player__status_1paib_37{display:flex;justify-content:center;align-items:center;height:360px;font-size:18px;font-weight:500;color:#fff;background-color:#1c1c1e;border-radius:12px;text-align:center}.shaka-overflow-menu{bottom:90px!important}._vod-player__status--loading_1paib_71{background:linear-gradient(135deg,#20232a,#2d2f36);color:#c9c9c9;animation:_blink_1paib_1 1.2s infinite ease-in-out}._vod-player__status--error_1paib_83{background-color:#3a0d0d;color:#ff6b6b;border:1px solid rgb(255 107 107 / 40%)}@keyframes _blink_1paib_1{0%,to{opacity:1}50%{opacity:.6}}._filterPill_euc2m_1{background-color:var(--mantine-color-white)}[data-mantine-color-scheme=dark] ._filterPill_euc2m_1{background-color:var(--mantine-color-gray-1)}._filterPill_euc2m_1{border:1px solid var(--Border-Gray-default, #868e96);cursor:pointer}._filterPillLabel_euc2m_19{font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px}._filterItem_euc2m_35{cursor:pointer}._filterItem_euc2m_35:hover{background-color:var(--mantine-color-gray-1)}[data-mantine-color-scheme=dark] ._filterItem_euc2m_35:hover{background-color:var(--mantine-color-dark-6)}._container_sq5v9_1{position:relative;height:100%;width:100%;flex:1}._root_sq5v9_13{display:flex;flex-direction:column;height:100%;overflow:hidden}._carouselRoot_sq5v9_27,._carouselViewport_sq5v9_35{height:100%}._carouselSlide_sq5v9_43{display:flex;align-items:center;justify-content:center;height:100%}._navButton_sq5v9_57{position:absolute;top:50%;transform:translateY(-50%);z-index:10}@media(max-width:992px){._navButton_sq5v9_57{display:none}}._navButtonPrev_sq5v9_83{left:16px}._navButtonNext_sq5v9_91{right:16px}._modalContent_sq5v9_99{background-color:#000000e6!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._modalBody_sq5v9_109{height:100%;padding:0;position:relative}._videoContainer_sq5v9_121{width:100%;max-width:calc(100% - 180px)}._imageContainer_sq5v9_131{max-height:calc(100% - 180px);object-fit:cover;max-width:calc(100% - 180px);width:initial}@media(max-width:992px){._videoContainer_sq5v9_121{max-width:calc(100% - 32px)}._imageContainer_sq5v9_131{max-height:calc(100% - 32px);max-width:calc(100% - 32px)}}._imagePreviewWrapper_1814g_1{position:relative;border-radius:var(--mantine-radius-default);overflow:hidden}._imagePreviewWrapper_1814g_1 ._deleteButton_1814g_11{top:4px;right:4px;opacity:0;transition:opacity .3s ease-in-out}._imagePreviewWrapper_1814g_1 ._downloadButton_1814g_25{position:absolute!important;bottom:4px;right:4px;opacity:0;transition:opacity .3s ease-in-out}._imagePreviewWrapper_1814g_1:hover ._deleteButton_1814g_11,._imagePreviewWrapper_1814g_1:hover ._downloadButton_1814g_25{opacity:1}._filePreviewList_1814g_63{display:flex;flex-direction:var(--file-preview-direction, column);gap:var(--mantine-spacing-xs);width:100%;overflow-x:var(--file-preview-overflow, visible);scrollbar-width:thin}._filePreviewList_1814g_63[data-many=true]{flex-direction:row;overflow-x:auto;padding-bottom:4px}._filePreviewList_1814g_63[data-many=true] ._fileDownloadName_1814g_89{max-width:150px}._filePreviewWrapper_1814g_101{position:relative;border:1px solid var(--mantine-color-default-border);border-radius:var( --file-preview-border-radius, var(--mantine-radius-default) );overflow:hidden;padding:var(--file-preview-padding, 10px);min-width:var(--file-preview-min-width, 220px);max-width:var(--file-preview-max-width, none);flex-shrink:0}._filePreviewWrapper_1814g_101 ._deleteButton_1814g_11{position:absolute!important;top:4px;right:4px;opacity:0;transition:opacity .3s ease-in-out}._filePreviewWrapper_1814g_101 ._downloadButton_1814g_25{opacity:0;transition:opacity .3s ease-in-out}._filePreviewWrapper_1814g_101:hover ._deleteButton_1814g_11,._filePreviewWrapper_1814g_101:hover ._downloadButton_1814g_25{opacity:1}._fileDownloadName_1814g_89{text-decoration:none;color:var(--mantine-color-blue-6)}[data-mantine-color-scheme=dark] ._fileDownloadName_1814g_89{color:var(--mantine-color-blue-4)}._fileDownloadName_1814g_89{cursor:pointer;max-width:100%;overflow:hidden;text-overflow:ellipsis}._fileDownloadName_1814g_89:hover{text-decoration:underline}._commentComposerWrapper_f5dl7_1{flex-shrink:0;flex-grow:0;margin-top:auto;gap:0!important;align-items:flex-start;justify-content:space-between;background:inherit;padding:var(--comment-composer-padding, 12px 12px 12px 16px);border:var(--comment-composer-border, 1px solid transparent);border-radius:var(--comment-composer-border-radius, 0);margin:var(--comment-composer-margin, 0);border-top-color:var( --comment-composer-border-top-color, var(--mantine-color-gray-3) );border-bottom-right-radius:var(--mantine-radius-default)}._commentComposerWrapper_f5dl7_1 .doc-space-editor-wrapper.comment{margin-bottom:0}._commentComposerWrapper_f5dl7_1 .doc-space-editor-wrapper.comment .ContentEditable__root{padding:0}._commentComposerWrapper_f5dl7_1 .editor-shell{box-shadow:none!important;background-color:inherit!important}._commentComposerWrapper_f5dl7_1 .new-paragraph{display:none}._commentComposerWrapper_f5dl7_1 .ContentEditable__root:first-child p:only-child:has(>br):not(:has(>br+br)):not(:has(>:not(br))):before{content:var(--placeholder-text);position:absolute;color:#888c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;cursor:text}._commentComposerWrapper_f5dl7_1 .doc-space-editor-wrapper .editor-scroller{overflow:hidden;min-height:auto}._commentComposerWrapper_f5dl7_1 ._filePreviewList_f5dl7_105[data-many=true]{flex-direction:row;overflow-x:auto;scrollbar-width:thin;padding-bottom:4px}[data-mantine-color-scheme=dark] ._commentComposerWrapper_f5dl7_1{border-top-color:var( --comment-composer-border-top-color, var(--mantine-color-dark-4) )}._commentComposerFloat_f5dl7_135{width:330px;max-width:350px;z-index:100;flex-wrap:wrap;border:1px solid var(--mantine-color-default-border);border-radius:var(--mantine-radius-md);background:inherit;padding:8px 8px 8px 12px;box-shadow:0 7px 7px -5px #0000000a,0 10px 15px -5px #0000001a,0 1px 3px #0000000d;box-sizing:border-box;transition:none}._commentComposerFloat_f5dl7_135 [data-comment-footer]{width:auto!important;flex:0 0 auto!important;margin-top:auto;margin-left:auto;align-self:flex-start;white-space:nowrap}._commentComposerFloat_f5dl7_135 [data-editor-spacer]{display:none!important}._composerContainer_f5dl7_193{width:100%;align-items:center}._commentComposerFloat_f5dl7_135 ._composerContainer_f5dl7_193{flex-wrap:wrap;display:flex;gap:10px}._commentComposerFloat_f5dl7_135[data-multiline=true] ._composerContainer_f5dl7_193{flex-direction:column;align-items:stretch}._editorWrapper_f5dl7_225{overflow-y:auto;max-height:300px;flex:1 0 auto;width:auto;min-width:0;max-width:100%;cursor:text;-webkit-hyphens:none;hyphens:none;scrollbar-width:inherit!important}._editorWrapper_f5dl7_225 .doc-space-styles-provider{-webkit-hyphens:none;hyphens:none}._commentComposerWrapper_f5dl7_1 ._editorWrapper_f5dl7_225 .doc-space-styles-provider .dsd__theme__paragraph{font-size:var(--mantine-font-size-sm, 14px)}._commentComposerFloat_f5dl7_135 ._editorWrapper_f5dl7_225{max-height:none;overflow-y:visible;scrollbar-width:thin;flex:1 1 auto;min-height:0}._commentComposerFloat_f5dl7_135[data-constrained=true]{overflow:hidden;display:flex;flex-direction:column}._commentComposerFloat_f5dl7_135[data-constrained=true] ._composerContainer_f5dl7_193{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}._commentComposerFloat_f5dl7_135[data-constrained=true] ._editorWrapper_f5dl7_225{overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;flex:1 1 auto;min-height:0}._commentComposerWrapper_f5dl7_1:focus-within{border-color:var(--mantine-color-indigo-6);transition:border-color .3s ease-in}._commentComposerWrapper_f5dl7_1._editMode_f5dl7_361{border:none!important;border-top-color:transparent!important;padding:0}._commentComposerWrapper_f5dl7_1._editMode_f5dl7_361:focus-within{border:none!important;outline:none!important;box-shadow:none!important}._section_1zd4r_1{position:relative;outline:2px solid var(--app-shell-bg)}._section_1zd4r_1:hover{z-index:8!important;box-shadow:0 1px 4px #0000004d,0 1px 10px #00000026}._image_12yhc_1{border-radius:4px!important;width:18px!important;height:18px}._tickIcon_12yhc_13{margin-inline-start:auto}._section_6nzxb_1{position:absolute;border-radius:var(--mantine-radius-md);background:linear-gradient(113.95deg,#fe7f37,#ff5c00 12%,#fe7f37 16%,#fff0e2 74.62%,#fe7f37 79.32%,#fff0e2 83%),radial-gradient(147.57% 90.48% at 50% 11.07%,#fff0 30%,#fff 50%);-webkit-mask-image:linear-gradient(to bottom,black 70%,transparent 100%);mask-image:linear-gradient(to bottom,black 70%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 5%,transparent 100%);mask-image:linear-gradient(to bottom,black 5%,transparent 100%)}._wrapper_p1noi_11{top:0;left:0;height:100%;width:100%}._innerWrapper_p1noi_27{position:relative;height:100%;width:100%;overflow:hidden auto;display:flex;scroll-padding:16px}._content_p1noi_45{flex:1;height:95dvh}._contentInner_p1noi_55{height:100%;padding:16px;display:flex;flex-direction:column;gap:16px}._previewBoxTitle_p1noi_1{text-align:center;padding:var(--mantine-spacing-xs)}._previewBox_p1noi_1{position:relative}._previewContainer_p1noi_89{display:flex;flex-direction:column;width:90%;margin:0 auto;border-top-right-radius:6px;border-top-left-radius:6px;overflow:hidden;height:224px;border:1px solid var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] ._previewContainer_p1noi_89{border:1px solid var(--mantine-color-dark-5)}._previewHeader_p1noi_115{display:flex;align-items:center;gap:4px;background-color:var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] ._previewHeader_p1noi_115{background-color:var(--mantine-color-dark-5)}._previewHeader_p1noi_115{height:22px;padding:0 10px 0 8px}._headerDot_p1noi_139{border-radius:50%;height:6px;width:6px;background:var(--mantine-color-gray-4)}[data-mantine-color-scheme=dark] ._headerDot_p1noi_139{background:var(--mantine-color-dark-2)}._previewContent_p1noi_159{transform:scale(.4);transform-origin:top left;overflow:visible;pointer-events:none;height:200px;width:250%;display:flex;justify-content:center}._previewFooterShadow_p1noi_181{width:100%;position:absolute;background:linear-gradient(transparent,#fff)}[data-mantine-color-scheme=dark] ._previewFooterShadow_p1noi_181{background:linear-gradient(transparent,#2e2e2e)}._previewFooterShadow_p1noi_181{height:58px;left:0;bottom:0}._processing_p1noi_205{animation:_pulse_p1noi_1 1.5s ease-in-out infinite}@keyframes _pulse_p1noi_1{0%{box-shadow:0 0 #0009}80%{box-shadow:0 0 0 10px #228be600}to{box-shadow:0 0 #228be600}}._brandingWrapper_ag0no_1{box-shadow:0 2px 4px -2px #1018280f,0 4px 8px -2px #1018281a;z-index:99}._absolute_ag0no_15{position:absolute;bottom:24px;left:24px}._pageTitle_1bpsw_1{padding:0;margin:0;display:flex;min-height:60px;font-weight:500;font-size:36px;color:var(--mantine-color-gray-9)}[data-mantine-color-scheme=dark] ._pageTitle_1bpsw_1{color:var(--mantine-color-gray-1)}._pageTitle_1bpsw_1{outline:none;line-height:1.2}._pageTitle_1bpsw_1[data-empty=true]:before{display:inline-block;color:var(--mantine-color-gray-9)}[data-mantine-color-scheme=dark] ._pageTitle_1bpsw_1[data-empty=true]:before{color:var(--mantine-color-gray-1)}._pageTitle_1bpsw_1[data-empty=true]:before{content:attr(data-placeholder);opacity:.5;pointer-events:none;height:0}._textareaRoot_1bpsw_53{width:100%}._textareaInput_1bpsw_61{width:100%;resize:none;border:none;padding:0;margin:0;display:flex;min-height:60px;font-weight:500;font-size:36px;color:var(--mantine-color-gray-9)}[data-mantine-color-scheme=dark] ._textareaInput_1bpsw_61{color:var(--mantine-color-gray-1)}._textareaInput_1bpsw_61{outline:none;line-height:normal;overflow:visible;overflow-wrap:anywhere;background:none}._textareaInput_1bpsw_61[data-error=true]{color:var(--mantine-color-error)}._textareaInput_1bpsw_61[data-error=true]::placeholder{color:var(--mantine-color-error)}._wrapper_1n4or_1{display:flex;flex-direction:column;align-items:center;justify-content:center}._logo_1n4or_15{width:40px;height:40px;animation:_bounce_1n4or_1 3.8s infinite cubic-bezier(.45,.02,.2,.95),_pulse_1n4or_1 2s infinite ease-in-out;animation-delay:.5s,0s;transform-origin:bottom center;filter:drop-shadow(0 2px 4px rgb(0 0 0 / 15%))}[data-mantine-color-scheme=dark] ._logo_1n4or_15{filter:drop-shadow(0 2px 4px rgb(255 255 255 / 15%))}._logo_1n4or_15{will-change:transform,filter;transition:filter .3s ease}._logo_1n4or_15._desktop_1n4or_45{width:192px;height:210px;animation:_bounce-desktop_1n4or_1 3.8s infinite cubic-bezier(.45,.02,.2,.95),_pulse_1n4or_1 2s infinite ease-in-out;animation-delay:.5s,0s}._logo_1n4or_15._desktop_1n4or_45>*{width:100%;height:100%}._shadow_1n4or_73{width:30px;height:6px;background:#0006}[data-mantine-color-scheme=dark] ._shadow_1n4or_73{background:#ffffff4d}._shadow_1n4or_73{border-radius:50%;margin-top:8px;animation:_shadow-bounce_1n4or_1 3.8s infinite cubic-bezier(.45,.02,.2,.95);animation-delay:.5s;transform-origin:center;will-change:transform,opacity;opacity:.3}._shadow_1n4or_73._desktopShadow_1n4or_99{width:144px;height:29px;margin-top:38px;margin-left:24px;animation:_shadow-bounce-desktop_1n4or_1 3.8s infinite cubic-bezier(.45,.02,.2,.95);animation-delay:.5s;opacity:.3}@keyframes _bounce_1n4or_1{0%{transform:translateY(0) scale(1) rotate(0)}8%{transform:translateY(0) scaleX(1.28) scaleY(.72) rotate(3.5deg)}16%{transform:translateY(-30px) scaleX(.78) scaleY(1.22) rotate(-4deg)}24%{transform:translateY(0) scaleX(1.18) scaleY(.82) rotate(3deg)}32%{transform:translateY(-20px) scaleX(.88) scaleY(1.12) rotate(-1deg)}40%{transform:translateY(0) scaleX(1.1) scaleY(.9) rotate(.5deg)}48%{transform:translateY(-12px) scaleX(.94) scaleY(1.06) rotate(-.3deg)}56%{transform:translateY(0) scaleX(1.04) scaleY(.96) rotate(.2deg)}64%{transform:translateY(-6px) scaleX(.98) scaleY(1.02) rotate(-.1deg)}72%{transform:translateY(0) scale(1.01)}80%{transform:translateY(-2px) scaleX(.99) scaleY(1.01)}88%{transform:translateY(0) scale(1)}96%{transform:translateY(-1px) scale(1)}to{transform:translateY(0) scale(1) rotate(0)}}@keyframes _bounce-desktop_1n4or_1{0%{transform:translateY(0) scale(1) rotate(0)}8%{transform:translateY(0) scaleX(1.28) scaleY(.72) rotate(3.5deg)}16%{transform:translateY(-190px) scaleX(.78) scaleY(1.22) rotate(-4deg)}24%{transform:translateY(0) scaleX(1.18) scaleY(.82) rotate(3deg)}32%{transform:translateY(-125px) scaleX(.88) scaleY(1.12) rotate(-1deg)}40%{transform:translateY(0) scaleX(1.1) scaleY(.9) rotate(.5deg)}48%{transform:translateY(-70px) scaleX(.94) scaleY(1.06) rotate(-.3deg)}56%{transform:translateY(0) scaleX(1.04) scaleY(.96) rotate(.2deg)}64%{transform:translateY(-35px) scaleX(.98) scaleY(1.02) rotate(-.1deg)}72%{transform:translateY(0) scale(1.01)}80%{transform:translateY(-12px) scaleX(.99) scaleY(1.01)}88%{transform:translateY(0) scale(1)}96%{transform:translateY(-4px) scale(1)}to{transform:translateY(0) scale(1) rotate(0)}}@keyframes _shadow-bounce_1n4or_1{0%{transform:scaleX(1);opacity:.3}8%{transform:scaleX(1.35);opacity:.25}16%{transform:scaleX(.5);opacity:.1}24%{transform:scaleX(1.25);opacity:.4}32%{transform:scaleX(.65);opacity:.15}40%{transform:scaleX(1.15);opacity:.35}48%{transform:scaleX(.8);opacity:.2}56%{transform:scaleX(1.08);opacity:.3}64%{transform:scaleX(.92);opacity:.25}72%{transform:scaleX(1.03);opacity:.28}80%{transform:scaleX(.96);opacity:.24}88%{transform:scaleX(1);opacity:.27}96%{transform:scaleX(.98);opacity:.26}to{transform:scaleX(1);opacity:.3}}@keyframes _shadow-bounce-desktop_1n4or_1{0%{transform:scaleX(1);opacity:.3}8%{transform:scaleX(1.35);opacity:.25}16%{transform:scaleX(.5);opacity:.1}24%{transform:scaleX(1.25);opacity:.4}32%{transform:scaleX(.65);opacity:.15}40%{transform:scaleX(1.15);opacity:.35}48%{transform:scaleX(.8);opacity:.2}56%{transform:scaleX(1.08);opacity:.3}64%{transform:scaleX(.92);opacity:.25}72%{transform:scaleX(1.03);opacity:.28}80%{transform:scaleX(.96);opacity:.24}88%{transform:scaleX(1);opacity:.27}96%{transform:scaleX(.98);opacity:.26}to{transform:scaleX(1);opacity:.3}}@keyframes _pulse_1n4or_1{0%,100% {filter: drop-shadow(0 2px 4px rgb(0 0 0 / 15%)) brightness(1);} [data-mantine-color-scheme="dark"] 0%,[data-mantine-color-scheme="dark"] 100% {filter: drop-shadow(0 2px 4px rgb(255 255 255 / 15%)) brightness(1);} 50% {filter: drop-shadow(0 4px 8px rgb(0 0 0 / 25%)) brightness(1.05);} [data-mantine-color-scheme="dark"] 50% {filter: drop-shadow(0 4px 8px rgb(255 255 255 / 25%)) brightness(1.05);}}._root_1rr11_1:before{opacity:0}._body_1rr11_13{text-align:center}._accordionRoot_1of7x_1{border-radius:var(--mantine-radius-sm)}._accordionControl_1of7x_9{background-color:var(--item-filled-color)}._accordionItem_1of7x_17{background-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] ._accordionItem_1of7x_17{background-color:var(--mantine-color-dark-6)}._accordionItem_1of7x_17{border:1px solid transparent;position:relative;z-index:0;transition:transform .15s ease}._featureProgressRoot_bvfoj_1{position:relative}._progressTrack_bvfoj_9{background-color:var(--mantine-color-white)!important}[data-mantine-color-scheme=dark] ._progressTrack_bvfoj_9{background-color:var(--mantine-color-body)!important}._collapsedBar_bvfoj_23{display:flex;align-items:center;gap:var(--mantine-spacing-xs);padding:var(--mantine-spacing-xs) var(--mantine-spacing-sm);margin:0 var(--mantine-spacing-sm) var(--mantine-spacing-sm) var(--mantine-spacing-sm);cursor:pointer;border-radius:var(--mantine-radius-md);background-color:var(--mantine-color-gray-1)}[data-mantine-color-scheme=dark] ._collapsedBar_bvfoj_23{background-color:var(--mantine-color-dark-6)}._collapsedBar_bvfoj_23{transition:background-color .15s ease,transform .32s ease;-webkit-user-select:none;user-select:none;position:relative;z-index:2}._collapsedBar_bvfoj_23:hover{background-color:var(--menu-item-bg-hover)}._collapsedBarComplete_bvfoj_73{background-color:var(--mantine-color-green-filled)!important}._collapsedBarComplete_bvfoj_73:hover{background-color:var(--mantine-color-green-filled)!important;filter:brightness(1.08)}._collapsedBarComplete_bvfoj_73 ._collapsedTitle_bvfoj_91{color:var(--mantine-color-white)}._collapsedCompleteRight_bvfoj_99{margin-left:auto;display:flex;align-items:center;gap:4px;font-size:var(--mantine-font-size-xs);font-weight:600;white-space:nowrap;color:var(--mantine-color-white)}._collapsedTitle_bvfoj_91{font-size:var(--mantine-font-size-sm);font-weight:600;white-space:nowrap;color:var(--mantine-color-bright)}._collapsedProgressWrap_bvfoj_135{margin-left:auto;opacity:1;transition:opacity .3s ease}._collapsedProgressWrapHidden_bvfoj_147{opacity:0}._collapsedPercent_bvfoj_155{font-size:var(--mantine-font-size-xs);font-weight:600;white-space:nowrap;color:var(--mantine-color-dimmed)}._collapsedCloseBtn_bvfoj_169{color:var(--mantine-color-dimmed)}._collapsedBarOpened_bvfoj_177{transform:translateY(-12px)}._stepsDrawer_bvfoj_185{margin:calc(-1 * var(--mantine-spacing-lg)) var(--mantine-spacing-sm) var(--mantine-spacing-sm) var(--mantine-spacing-sm);background-color:var(--mantine-color-gray-1)}[data-mantine-color-scheme=dark] ._stepsDrawer_bvfoj_185{background-color:var(--mantine-color-dark-6)}._stepsDrawer_bvfoj_185{overflow:hidden;max-height:0;opacity:0;transform:translateY(14px);transition:max-height .38s ease,opacity .26s ease,transform .32s ease;pointer-events:none}._stepsDrawerOpened_bvfoj_221{max-height:440px;opacity:1;transform:translateY(0);pointer-events:auto;border-radius:var(--mantine-radius-md)}._expandedContainer_bvfoj_237{width:100%}._expandedProgressRow_bvfoj_245{display:flex;align-items:center;gap:var(--mantine-spacing-xs);padding:var(--mantine-spacing-xs) var(--mantine-spacing-sm)}._expandedProgressEmoji_bvfoj_259{font-size:var(--mantine-font-size-xl);line-height:1;flex-shrink:0}._expandedPercent_bvfoj_271{font-size:var(--mantine-font-size-xs);font-weight:600;white-space:nowrap;color:var(--mantine-color-dimmed)}[data-mantine-color-scheme=dark] ._expandedPercent_bvfoj_271{color:var(--mantine-color-bright)}._stepsList_bvfoj_285{padding:0 var(--mantine-spacing-sm) var(--mantine-spacing-xs) var(--mantine-spacing-sm);display:flex;flex-direction:column;gap:var(--mantine-spacing-xs)}._stepItem_bvfoj_301{display:flex;align-items:center;gap:var(--mantine-spacing-xs);border-radius:var(--mantine-radius-md)}._stepCircle_bvfoj_315{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:var(--mantine-font-size-xs);font-weight:600;line-height:1}._stepCirclePending_bvfoj_341{border:1.5px solid var(--mantine-primary-color-filled);color:var(--mantine-primary-color-filled);background-color:transparent}._stepCircleDone_bvfoj_353{border:none;color:var(--mantine-color-white);background-color:var(--mantine-primary-color-filled)}._stepText_bvfoj_365{font-size:var(--mantine-font-size-sm);color:var(--mantine-color-text);line-height:1.3}._stepTextDone_bvfoj_377{color:var(--mantine-color-dimmed)}._startTutorialButtonWrap_bvfoj_385{padding:0 var(--mantine-spacing-sm) var(--mantine-spacing-sm) var(--mantine-spacing-sm)}._startTutorialButton_bvfoj_385{background-color:var(--mantine-primary-color-light)!important;color:var(--mantine-primary-color-light-color)!important}._startTutorialButton_bvfoj_385:hover{background-color:var(--mantine-primary-color-light);color:var(--mantine-primary-color-light-color)}._completeModalBody_bvfoj_419{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--mantine-spacing-md)}._completeCelebration_bvfoj_435{width:72px;height:57px;position:relative;margin-bottom:var(--mantine-spacing-md);overflow:visible}._completeCelebrationSvg_bvfoj_451{width:72px;height:57px;display:block}._completeCone_bvfoj_463{transform-box:fill-box;transform-origin:70% 72%;animation:_completeConeMotion_bvfoj_1 2s cubic-bezier(.22,.7,.2,1) infinite}._completeParticleA_bvfoj_475,._completeParticleB_bvfoj_477,._completeParticleC_bvfoj_479,._completeParticleD_bvfoj_481,._completeParticleE_bvfoj_483,._completeParticleF_bvfoj_485,._completeParticleG_bvfoj_487{transform-box:view-box;transform-origin:42px 34px;opacity:0;will-change:transform,opacity;animation:_completeParticleBurst_bvfoj_1 2s steps(4,end) infinite}._completeParticleA_bvfoj_475{--from-x: -3px;--from-y: 6px;--to-x: 6px;--to-y: -12px;animation-delay:0ms}._completeParticleB_bvfoj_477{--from-x: -2px;--from-y: 7px;--to-x: 1px;--to-y: -13px;animation-delay:0ms}._completeParticleC_bvfoj_479{--from-x: -4px;--from-y: 5px;--to-x: 13px;--to-y: 0px;animation-delay:0ms}._completeParticleD_bvfoj_481{--from-x: -1px;--from-y: 6px;--to-x: -3px;--to-y: -10px;animation-delay:0ms}._completeParticleE_bvfoj_483{--from-x: -5px;--from-y: 5px;--to-x: 11px;--to-y: -7px;animation-delay:0ms}._completeParticleF_bvfoj_485{--from-x: -4px;--from-y: 4px;--to-x: 12px;--to-y: 7px;animation-delay:0ms}._completeParticleG_bvfoj_487{--from-x: 0px;--from-y: 6px;--to-x: -6px;--to-y: -8px;animation-delay:0ms}@keyframes _completeConeMotion_bvfoj_1{0%{transform:translate(0) rotate(0) scale(1)}8%{transform:translate(-.45px,.55px) rotate(-3deg) scale(.996)}16%{transform:translate(-.7px,.8px) rotate(-6deg) scale(.99)}34%{transform:translateY(-.6px) rotate(23deg) scale(1)}48%{transform:translate(0) rotate(13deg) scale(1)}62%{transform:translate(0) rotate(20deg) scale(1)}78%{transform:translate(0) rotate(0) scale(1)}to{transform:translate(0) rotate(0) scale(1)}}@keyframes _completeParticleBurst_bvfoj_1{0%{opacity:0;transform:translate(var(--from-x),var(--from-y)) scale(.32) rotate(-8deg)}25%{opacity:1;transform:translate(calc(var(--to-x) * .45),calc(var(--to-y) * .45)) scale(.86) rotate(1deg)}50%{opacity:1;transform:translate(calc(var(--to-x) * .82),calc(var(--to-y) * .82)) scale(.96) rotate(7deg)}62.5%{opacity:0;transform:translate(calc(var(--to-x) * 1.12),calc(var(--to-y) * 1.12)) scale(.96) rotate(11deg)}to{opacity:0;transform:translate(calc(var(--to-x) * 1.12),calc(var(--to-y) * 1.12)) scale(.96) rotate(11deg)}}@media(prefers-reduced-motion:reduce){._completeCone_bvfoj_463,._completeParticleA_bvfoj_475,._completeParticleB_bvfoj_477,._completeParticleC_bvfoj_479,._completeParticleD_bvfoj_481,._completeParticleE_bvfoj_483,._completeParticleF_bvfoj_485,._completeParticleG_bvfoj_487{animation:none;opacity:1;transform:none}}._completeTitle_bvfoj_753{font-size:var(--mantine-font-size-lg);font-weight:700;color:var(--mantine-color-text);margin-bottom:var(--mantine-spacing-xs)}._completeDescription_bvfoj_767{font-size:var(--mantine-font-size-sm);color:var(--mantine-color-dimmed);margin-bottom:var(--mantine-spacing-lg);line-height:1.5;white-space:pre-line}._originalTab_60wsn_1:hover{background-color:transparent!important}._customTab_60wsn_13{border-radius:var(--mantine-radius-md);display:flex;align-items:center}._customTab_60wsn_13:hover{background-color:var(--mantine-color-gray-light-hover)}._headerRow_60wsn_33{display:flex;align-items:center;padding:0 var(--mantine-spacing-xs) 0 0;margin-bottom:4px}._headerRow_60wsn_33>*{flex-shrink:0;padding:0 var(--mantine-spacing-xs)}._headerRow_60wsn_33>*:nth-child(1){flex:1 1 55%;padding-left:var(--mantine-spacing-xs)}._headerRow_60wsn_33>*:nth-child(2){flex:0 0 25%}._headerRow_60wsn_33>*:nth-child(3){flex:0 0 20%}._rowGrid_60wsn_83{display:flex;align-items:center;height:42px;padding:0 var(--mantine-spacing-xs) 0 0;border-top:1px solid var(--mantine-color-gray-2)}[data-mantine-color-scheme=dark] ._rowGrid_60wsn_83{border-top:1px solid var(--mantine-color-dark-5)}._rowGrid_60wsn_83{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s ease}._rowGrid_60wsn_83:hover{background-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] ._rowGrid_60wsn_83:hover{background-color:var(--mantine-color-dark-6)}._rowGrid_60wsn_83>*{padding:0 var(--mantine-spacing-xs);min-width:0}._rowGrid_60wsn_83>*:nth-child(1){flex:1 1 55%;overflow:hidden}._rowGrid_60wsn_83>*:nth-child(2){flex:0 0 25%}._rowGrid_60wsn_83>*:nth-child(3){flex:0 0 20%}._breadcrumbItem_60wsn_157{cursor:pointer;font-size:var(--mantine-font-size-sm);color:var(--mantine-color-gray-6)}[data-mantine-color-scheme=dark] ._breadcrumbItem_60wsn_157{color:var(--mantine-color-dark-2)}._breadcrumbItem_60wsn_157{transition:color .15s ease}._breadcrumbItem_60wsn_157:hover{color:var(--mantine-color-dark-9)}[data-mantine-color-scheme=dark] ._breadcrumbItem_60wsn_157:hover{color:var(--mantine-color-gray-0)}._breadcrumbItem_60wsn_157:hover{text-decoration:underline}._breadcrumbItemActive_60wsn_181{color:var(--mantine-color-dark-9)}[data-mantine-color-scheme=dark] ._breadcrumbItemActive_60wsn_181{color:var(--mantine-color-white)}._breadcrumbItemActive_60wsn_181{font-weight:500;cursor:default;font-size:var(--mantine-font-size-sm)}._breadcrumbItemActive_60wsn_181:hover{text-decoration:none}._emptyState_60wsn_203{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--mantine-spacing-xl) 0;gap:var(--mantine-spacing-sm)}._themeProvider_1fk4v_1{width:100%;height:100%;font-family:var(--mantine-font-family)}._root_1fk4v_13{position:absolute;top:0;left:0;height:100%;width:100%;overflow-y:auto;display:flex;align-items:center;flex-direction:column;overflow:hidden;background-image:var(--bg-image);background-size:cover;background-position:center}._root_1fk4v_13[data-mobile=true]{display:flex;padding:12px}._root_1fk4v_13[data-mobile=true] div[data-media=true]{padding-bottom:0;width:auto;height:auto}._root_1fk4v_13[data-mobile=true] div[data-media=true][data-full=true]{height:30%}._root_1fk4v_13[data-mobile=true] ._container_1fk4v_71{padding:16px}._media_1fk4v_83{filter:var(--media-image-filter)}._background_1fk4v_91{position:absolute;top:0;left:0;bottom:0;width:100%;background-image:var(--bg-image);background-size:var(--bg-fit);mix-blend-mode:var(--bg-blend);background-position:center;filter:var(--bg-image-filter)}._stepRoot_1fk4v_117{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;background:color-mix(in srgb,var(--bg-color) var(--bg-opacityHex),transparent)}._stepRoot_1fk4v_117[data-media-layout=content],._stepRoot_1fk4v_117:not([data-media-layout]){justify-content:safe center;overflow-y:auto;padding-top:24px;padding-bottom:24px}._stepRoot_1fk4v_117[data-media-layout=content] ._media_1fk4v_83,._stepRoot_1fk4v_117:not([data-media-layout]) ._media_1fk4v_83{overflow:hidden;width:var(--size);border-radius:var(--mantine-radius-default)}._stepRoot_1fk4v_117[data-media-layout=background]{justify-content:safe center;overflow-y:auto;padding-top:24px;padding-bottom:24px}._stepRoot_1fk4v_117[data-media-layout=background] ._media_1fk4v_83{position:absolute;top:0;left:0;bottom:0;width:100%;background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_1fk4v_117[data-media-layout=fullLeft] ._content_1fk4v_207{width:60%;margin-left:auto;overflow:auto;min-height:0;flex:1;display:flex;align-items:safe center}._stepRoot_1fk4v_117[data-media-layout=fullLeft] ._media_1fk4v_83{position:absolute;top:0;left:0;bottom:0;width:40%;background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_1fk4v_117[data-media-layout=fullRight] ._content_1fk4v_207{width:60%;margin-right:auto;overflow:auto;min-height:0;flex:1;display:flex;align-items:safe center}._stepRoot_1fk4v_117[data-media-layout=fullRight] ._media_1fk4v_83{position:absolute;top:0;right:0;bottom:0;width:40%;background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_1fk4v_117[data-media-layout=left] ._content_1fk4v_207{width:60%;margin-left:auto;overflow:auto;min-height:0;flex:1;display:flex;align-items:safe center}._stepRoot_1fk4v_117[data-media-layout=left] ._media_1fk4v_83{position:absolute;top:0;left:0;bottom:0;width:40%;padding:16px}._stepRoot_1fk4v_117[data-media-layout=left] ._mediaInner_1fk4v_337{width:100%;height:100%;background-image:var(--media-image);background-size:cover;background-position:center;border-radius:var(--mantine-radius-default)}._stepRoot_1fk4v_117[data-media-layout=right] ._content_1fk4v_207{width:60%;margin-right:auto;overflow:auto;min-height:0;flex:1;display:flex;align-items:safe center}._stepRoot_1fk4v_117[data-media-layout=right] ._media_1fk4v_83{position:absolute;top:0;right:0;bottom:0;width:40%;padding:16px}._stepRoot_1fk4v_117[data-media-layout=right] ._mediaInner_1fk4v_337{width:100%;height:100%;background-image:var(--media-image);background-size:cover;background-position:center;border-radius:var(--mantine-radius-default)}._stepRoot_1fk4v_117[data-media-layout=fullTop]{overflow-y:auto}._stepRoot_1fk4v_117[data-media-layout=fullTop] ._content_1fk4v_207{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:unset;min-height:unset}._stepRoot_1fk4v_117[data-media-layout=fullTop] ._media_1fk4v_83{flex-shrink:0;width:100%;height:min(300px,40%);background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_1fk4v_117[data-media-layout=fullBottom]{overflow-y:auto}._stepRoot_1fk4v_117[data-media-layout=fullBottom] ._content_1fk4v_207{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:unset;min-height:unset}._stepRoot_1fk4v_117[data-media-layout=fullBottom] ._media_1fk4v_83{flex-shrink:0;width:100%;height:min(300px,40%);background-image:var(--media-image);background-size:cover;background-position:center}._stepRoot_1fk4v_117[data-media-layout=top]{overflow-y:auto}._stepRoot_1fk4v_117[data-media-layout=top] ._content_1fk4v_207{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:unset;min-height:unset}._stepRoot_1fk4v_117[data-media-layout=top] ._media_1fk4v_83{flex-shrink:0;width:100%;height:min(300px,40%);padding:16px}._stepRoot_1fk4v_117[data-media-layout=top] ._mediaInner_1fk4v_337{width:100%;height:100%;background-image:var(--media-image);background-size:cover;background-position:center;border-radius:var(--mantine-radius-default)}._stepRoot_1fk4v_117[data-media-layout=bottom]{overflow-y:auto}._stepRoot_1fk4v_117[data-media-layout=bottom] ._content_1fk4v_207{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:unset;min-height:unset}._stepRoot_1fk4v_117[data-media-layout=bottom] ._media_1fk4v_83{flex-shrink:0;width:100%;height:min(300px,40%);padding:16px}._stepRoot_1fk4v_117[data-media-layout=bottom] ._mediaInner_1fk4v_337{width:100%;height:100%;background-image:var(--media-image);background-size:cover;background-position:center;border-radius:var(--mantine-radius-default)}._container_1fk4v_71{max-width:800px;padding:16px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:16px;position:relative;-webkit-backdrop-filter:blur(var(--blur));backdrop-filter:blur(var(--blur));align-items:var(--align);background-color:var(--color);border-radius:var(--border-radius);box-shadow:var(--shadow)}._container_1fk4v_71:not([data-mobile=true]){padding:24px 56px}._stepTitle_1fk4v_663{text-align:var(--align);color:var(--color);font-size:var(--font-size);font-weight:var(--font-weight);font-family:var(--font-family);line-height:1;flex:1;margin:0;padding:0;position:relative}._stepTitle_1fk4v_663[data-mobile=true]{display:flex;align-items:center;gap:8px}._stepTitle_1fk4v_663{--font-size-sm: 24px;--font-size-md: 32px;--font-size-lg: 38px}._stepDescription_1fk4v_709{text-align:var(--align);color:var(--color);font-size:var(--font-size);font-weight:var(--font-weight);font-family:var(--font-family);margin:0;padding:0;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 20px}._stepIndicator_1fk4v_737{text-align:var(--align);color:var(--title-color);font-size:.6em;font-weight:var(--title-font-weight);line-height:1.2;display:flex;align-items:center}._stepIndicator_1fk4v_737[data-mobile=false]{left:0;top:50%;transform:translate(-100%) translateY(-50%);position:absolute}._stepIndicatorIcon_1fk4v_771{font-size:.6em}._content_1fk4v_207{padding-top:48px;padding-bottom:48px}._contentWrapper_1fk4v_789{display:flex;flex-direction:column;justify-content:center;gap:8px;align-items:var(--align);flex:2;width:100%}._focusBox_1fk4v_809{width:100%;border-radius:var(--mantine-radius-default);outline-offset:8px;display:flex;flex-direction:column;gap:16px}._dropzone_1fk4v_827{width:100%;border-radius:var(--mantine-radius-default);border:2px dashed var(--primary-color);padding:16px;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;text-align:center;cursor:pointer}._dropzone_1fk4v_827:hover{background-color:var(--primary-color-hover)}._allSlidesLayout_1fk4v_863{display:flex;flex-direction:column;gap:16px}._allSlidesLayoutStep_1fk4v_875{width:100%;aspect-ratio:16/9;border-radius:var(--mantine-radius-default);border:1px solid var(--mantine-color-default-border);display:flex;flex-direction:column;align-items:stretch}._editableContent_14jzv_1{min-width:0;flex:1;border-radius:8px;word-break:break-word;border:1px solid transparent;display:block;cursor:text}._editableContent_14jzv_1:focus{outline:none;border-radius:8px}._editableContent_14jzv_1[data-empty=true]:before{display:inline-block;content:attr(data-placeholder);opacity:.5;pointer-events:none;height:0}._dragOptions_8pbru_1[data-grid=true]{display:grid;grid-template-columns:repeat(1,1fr);gap:8px;width:100%}._dragOptions_8pbru_1[data-grid=true]:not([data-mobile=true]){grid-template-columns:repeat(3,minmax(200px,300px))}._dragOptions_8pbru_1:not([data-grid=true]){display:flex;flex-direction:column;gap:8px}._card_18zj4_1{--border-color: var(--mantine-color-black);--bg-color: var(--mantine-color-black-light);--text-color: var(--mantine-color-black);border:1px solid var(--border-color);min-width:220px;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease;display:flex;flex-direction:column;box-shadow:var(--mantine-shadow-sm)}._card_18zj4_1[data-radius=sm]{border-radius:var(--mantine-radius-sm)}._card_18zj4_1[data-radius=md]{border-radius:var(--mantine-radius-md)}._card_18zj4_1[data-radius=lg]{border-radius:var(--mantine-radius-lg)}._card_18zj4_1:hover{box-shadow:var(--mantine-shadow-md)}._card_18zj4_1[data-active=true]{border-color:var(--border-color);outline:2px solid var(--border-color)}._card_18zj4_1[data-disabled=true]{background-color:var(--mantine-color-gray-0);color:var(--mantine-color-gray-6);cursor:not-allowed}._card_18zj4_1[data-disabled=true]:hover{box-shadow:none}._image_18zj4_95{position:relative;height:140px;background-position:center;background-size:cover;background-color:#0000000d;width:100%;display:flex;align-items:center;justify-content:center}._controls_18zj4_119{padding:8px;display:flex;align-items:center;gap:8px;flex:1;color:var(--text-color);box-shadow:0 0 4.4px #228be640}._controls_18zj4_119[data-size=sm]{font-size:16px}._controls_18zj4_119[data-size=md]{font-size:18px}._controls_18zj4_119[data-size=lg]{font-size:20px}._radio_18zj4_163,._checkbox_18zj4_173{border:1px solid var(--color);box-shadow:0 0 6px 0 var(--color-shadow)}._optionsContainer_19qy4_1{display:flex;flex-direction:column;gap:8px;padding-inline:8px;padding-block:12px;box-shadow:0 2px 6px #00000032;background-color:#fff}[data-mantine-color-scheme=dark] ._optionsContainer_19qy4_1{background-color:#2e2e2e}._optionsContainer_19qy4_1{border:1px solid var(--dropdown-border-color)}._optionsContainer_19qy4_1[data-radius=sm]{border-radius:var(--mantine-radius-sm)}._optionsContainer_19qy4_1[data-radius=md]{border-radius:var(--mantine-radius-md)}._optionsContainer_19qy4_1[data-radius=lg]{border-radius:var(--mantine-radius-lg)}._image_jcfli_1{width:40px;height:40px;background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid var(--mantine-color-default-border)}._image_jcfli_1[data-radius=sm]{border-radius:var(--mantine-radius-sm)}._image_jcfli_1[data-radius=md]{border-radius:var(--mantine-radius-md)}._image_jcfli_1[data-radius=lg]{border-radius:var(--mantine-radius-lg)}._container_wajah_1{position:relative;width:100%;height:100%;min-height:300px;background-color:var(--mantine-color-dark-7);overflow:hidden;-webkit-user-select:none;user-select:none;border-radius:var(--mantine-radius-default)}._image_wajah_23{width:100%;height:100%;object-fit:contain;pointer-events:none}._overlay_wajah_37{position:absolute;background-color:#00000080;pointer-events:none}._circularOverlay_wajah_49{position:absolute;transform:translate(-50%,-50%);border-radius:50%;box-shadow:0 0 0 9999px #00000080;pointer-events:none}._cropArea_wajah_65{position:absolute;cursor:move;touch-action:none}._dashedBorder_wajah_77{position:absolute;inset:0;border:1px dashed rgba(255,255,255,.7);pointer-events:none}._edgeLine_wajah_91{position:absolute;border:1px dashed rgba(255,255,255,.8);pointer-events:none}._edgeLineTop_wajah_103{top:0;left:16px;right:16px;height:0;border-width:1px 0 0 0}._edgeLineBottom_wajah_119{bottom:0;left:16px;right:16px;height:0;border-width:1px 0 0 0}._edgeLineLeft_wajah_135{left:0;top:16px;bottom:16px;width:0;border-width:0 0 0 1px}._edgeLineRight_wajah_151{right:0;top:16px;bottom:16px;width:0;border-width:0 0 0 1px}._cornerHandle_wajah_167{position:absolute;width:24px;height:24px;z-index:10;touch-action:none}._cornerHandleArm_wajah_183{position:absolute;background-color:#fff}._cornerHandleArm_wajah_183[data-direction=horizontal]{width:24px;height:8px}._cornerHandleArm_wajah_183[data-direction=vertical]{width:8px;height:24px}._handleNW_wajah_213{top:-7px;left:-7px;cursor:nwse-resize}._handleNW_wajah_213 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleNW_wajah_213 ._cornerHandleArm_wajah_183[data-direction=vertical]{top:0;left:0}._handleNE_wajah_245{top:-7px;right:-7px;cursor:nesw-resize}._handleNE_wajah_245 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleNE_wajah_245 ._cornerHandleArm_wajah_183[data-direction=vertical]{top:0;right:0}._handleSW_wajah_277{bottom:-7px;left:-7px;cursor:nesw-resize}._handleSW_wajah_277 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleSW_wajah_277 ._cornerHandleArm_wajah_183[data-direction=vertical]{bottom:0;left:0}._handleSE_wajah_311{bottom:-7px;right:-7px;cursor:nwse-resize}._handleSE_wajah_311 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleSE_wajah_311 ._cornerHandleArm_wajah_183[data-direction=vertical]{bottom:0;right:0}._edgeHandle_wajah_343{position:absolute;z-index:10;touch-action:none;display:flex;align-items:center;justify-content:center}._edgeHandleBar_wajah_361{background-color:#fff}._handleN_wajah_213{top:-11px;left:50%;transform:translate(-50%);width:48px;height:16px;cursor:ns-resize}._handleN_wajah_213 ._edgeHandleBar_wajah_361{width:24px;height:8px}._handleS_wajah_277{bottom:-11px;left:50%;transform:translate(-50%);width:48px;height:16px;cursor:ns-resize}._handleS_wajah_277 ._edgeHandleBar_wajah_361{width:24px;height:8px}._handleE_wajah_425{right:-11px;top:50%;transform:translateY(-50%);width:16px;height:48px;cursor:ew-resize}._handleE_wajah_425 ._edgeHandleBar_wajah_361{width:8px;height:24px}._handleW_wajah_453{left:-11px;top:50%;transform:translateY(-50%);width:16px;height:48px;cursor:ew-resize}._handleW_wajah_453 ._edgeHandleBar_wajah_361{width:8px;height:24px}._cornerHandle_wajah_167:hover ._cornerHandleArm_wajah_183,._edgeHandle_wajah_343:hover ._edgeHandleBar_wajah_361{background-color:var(--mantine-color-blue-4)}@media(pointer:coarse){._cornerHandle_wajah_167{width:44px;height:44px}._handleNW_wajah_213{top:-18px;left:-18px}._handleNE_wajah_245{top:-18px;right:-18px}._handleSW_wajah_277{bottom:-18px;left:-18px}._handleSE_wajah_311{bottom:-18px;right:-18px}._handleNW_wajah_213 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleNW_wajah_213 ._cornerHandleArm_wajah_183[data-direction=vertical]{top:10px;left:10px}._handleNE_wajah_245 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleNE_wajah_245 ._cornerHandleArm_wajah_183[data-direction=vertical]{top:10px;right:10px}._handleSW_wajah_277 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleSW_wajah_277 ._cornerHandleArm_wajah_183[data-direction=vertical]{bottom:10px;left:10px}._handleSE_wajah_311 ._cornerHandleArm_wajah_183[data-direction=horizontal],._handleSE_wajah_311 ._cornerHandleArm_wajah_183[data-direction=vertical]{bottom:10px;right:10px}._handleN_wajah_213,._handleS_wajah_277{width:64px;height:24px}._handleE_wajah_425,._handleW_wajah_453{width:24px;height:64px}._handleN_wajah_213{top:-12px}._handleS_wajah_277{bottom:-12px}._handleE_wajah_425{right:-12px}._handleW_wajah_453{left:-12px}}@keyframes _floatParticle_46hv8_1{0%{left:0;opacity:0;transform:translateY(calc(-50% + var(--chaos))) translate(0)}10%{opacity:1}25%{transform:translateY(calc(-50% + var(--chaos) + var(--wave-amplitude) + var(--wave-offset))) translate(4px)}50%{opacity:1;transform:translateY(calc(-50% + var(--chaos) - var(--wave-amplitude) + var(--wave-offset))) translate(-2px)}75%{transform:translateY(calc(-50% + var(--chaos) + var(--wave-amplitude) * .5 + var(--wave-offset))) translate(1px)}90%{opacity:1}to{left:100%;opacity:0;transform:translateY(calc(-50% + var(--chaos))) translate(0)}}._particle_46hv8_93{position:absolute;border-radius:50%;left:0;transform:translateY(-50%);opacity:0;pointer-events:none;animation-name:_floatParticle_46hv8_1;animation-iteration-count:infinite}._iconContainer_46hv8_115{width:60px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:var(--mantine-color-body);border-radius:10px;z-index:2}._iconInner_46hv8_139{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:var(--mantine-color-default);border:1px solid var(--app-shell-border);border-radius:10px;padding:6px}._particleContainer_46hv8_163{margin-left:-8px;margin-right:-8px;z-index:3;flex:1;height:36px;position:relative;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);mask-composite:intersect;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-composite:source-in}._animationRoot_46hv8_243{position:relative}._animationContainer_46hv8_251{position:relative;width:265px;height:36px;display:flex;align-items:center;justify-content:center;padding:0 20px}._backgroundImage_46hv8_271{position:absolute;inset:0;background-size:cover;background-position:50%;background-repeat:no-repeat}._container_t27w5_1{--items-gap: 4px;--item-height: 32px;--depth-offset: 20px;--icon-size: 20px;display:flex;flex-direction:column;gap:var(--items-gap);padding:var(--items-gap) 0}._container_t27w5_1>*:last-child ._depthBox_t27w5_25:after{bottom:0}._depthBox_t27w5_25{position:relative;width:var(--depth-offset);flex-shrink:0}._depthBox_t27w5_25:after{content:"";position:absolute;top:calc(var(--items-gap) / 2 * -1);bottom:calc(var(--items-gap) / 2 * -1);right:6px;width:1px;opacity:.5;background-color:var(--mantine-color-default-border)}._itemContainer_t27w5_75{flex:1;min-width:0;display:flex;gap:0;align-items:stretch;height:100%}._item_t27w5_75{--depth: 0;--padding-left: calc(6px + var(--depth-offset) * var(--depth));flex:1;position:relative;cursor:pointer;display:flex;align-items:center;padding:0 6px;height:var(--item-height);text-decoration:none;border-radius:var(--mantine-radius-default);-webkit-user-select:none;user-select:none;min-width:0}._item_t27w5_75[data-active=true],._item_t27w5_75:has([data-opened=true]),._item_t27w5_75:hover{background-color:var(--menu-item-bg-hover)}._item_t27w5_75[data-read-only=true]{cursor:not-allowed}._item_t27w5_75[data-read-only=true]:hover{background-color:transparent}._item_t27w5_75:not(:is(:hover,[data-active=true],[data-editing=true],:has([data-opened=true]))) [data-hiddable=true]{display:none}._item_t27w5_75[data-has-children=true]:not([data-read-only=true]):hover ._icon_t27w5_181{display:none}._item_t27w5_75[data-has-children=true]:not([data-read-only=true]):hover ._chevron_t27w5_189{display:flex}._item_t27w5_75 ._chevron_t27w5_189{display:none}._item_t27w5_75[data-editing=true]{background-color:var(--input-bg);border:1px solid var(--mantine-primary-color-filled)}._icon_t27w5_181{width:var(--icon-size);height:var(--icon-size);display:flex;align-items:center;justify-content:center}._container_t27w5_1[data-nearest-side=top] ._droppable_t27w5_239[data-is-over=true] ._item_t27w5_75:before{background-color:var(--mantine-primary-color-filled)}._container_t27w5_1[data-nearest-side=bottom] ._droppable_t27w5_239[data-is-over=true] ._item_t27w5_75:after{background-color:var(--mantine-primary-color-filled)}._container_t27w5_1[data-nearest-side=inside]:not([data-flat-order-change=true]) ._droppable_t27w5_239[data-is-over=true] ._item_t27w5_75{background-color:var(--mantine-primary-color-light)}._container_t27w5_1[data-nearest-side=inside]:not([data-flat-order-change=true]) ._droppable_t27w5_239[data-is-over=true][data-no-access=true] ._item_t27w5_75{background-color:var(--mantine-color-red-light)}._droppable_t27w5_239 ._item_t27w5_75:before{display:block;content:"";position:absolute;top:calc(var(--items-gap) * -1 + 1px);right:0;height:2px;left:var(--padding-left)}._droppable_t27w5_239 ._item_t27w5_75:after{display:block;content:"";position:absolute;bottom:calc(var(--items-gap) * -1 + 1px);right:0;height:2px;left:var(--padding-left)}._droppable_t27w5_239[data-opened=true] ._item_t27w5_75:after{left:calc(var(--padding-left) + var(--depth-offset))}._draggableOverlay_t27w5_353{pointer-events:none;background-color:var(--mantine-color-body);border-radius:var(--mantine-radius-default);border:1px solid var(--mantine-color-default-border);width:100px;transform:rotate(-5deg)}._editInput_t27w5_371{flex:1;border:none;outline:none;background:none;height:var(--item-height);min-height:var(--item-height);font-weight:500;font-size:var(--mantine-font-size-sm);color:var(--mantine-color-text)}._boardContainer_3kft5_1{border:1px solid #dee2e6;border-top-left-radius:var(--mantine-radius-lg);border-bottom-left-radius:var(--mantine-radius-lg);background-color:#fff;position:relative;overflow:hidden}._appShell_3kft5_19{background:url("data:image/svg+xml,%3csvg%20width='768'%20height='838'%20viewBox='0%200%20768%20838'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1077.7%20594.591V813.847C1077.7%20873.306%201051.68%20917.9%20999.657%20943.914C873.306%201014.52%20746.955%201088.85%20620.605%201163.17C564.862%201196.61%20516.551%201196.61%20460.808%201163.17C334.458%201088.85%20204.391%201014.52%2078.0401%20943.914C26.0134%20917.9%200%20877.022%200%20821.279V367.903C0%20312.16%2022.2972%20274.998%2070.6077%20245.269C204.391%20170.945%20334.458%2096.6211%20464.524%2022.2972C516.551%20-7.43239%20564.862%20-7.43239%20616.888%2022.2972C746.955%2096.6211%20873.306%20170.945%201003.37%20241.553C1051.68%20271.282%201077.7%20312.16%201077.7%20367.903V594.591ZM494.254%201085.13V665.199C494.254%20631.753%20483.105%20613.172%20453.376%20598.308C349.322%20538.848%20245.269%20479.389%20144.932%20423.646C126.351%20412.498%20107.77%20405.065%2085.4725%20390.201V813.847C85.4725%20843.576%2096.6211%20862.157%20122.634%20877.022C271.282%20958.779%20460.808%201070.26%20494.254%201088.85V1085.13ZM988.508%20851.009V557.429C988.508%20349.322%20977.359%20330.741%20955.062%20315.877C806.414%20230.404%20546.281%2085.4725%20535.132%2081.7563V226.688C535.132%20252.701%20542.565%20263.85%20564.862%20274.998C624.321%20308.444%20683.78%20341.89%20743.239%20375.336C802.698%20408.782%20828.712%20453.376%20828.712%20520.267V732.091C828.712%20743.239%20836.144%20758.104%20843.576%20765.536C888.171%20791.55%20932.765%20817.563%20984.792%20847.293H988.508V851.009ZM293.579%20222.972V375.336C293.579%20397.633%20301.012%20408.782%20319.593%20419.93C382.768%20453.376%20442.227%20490.538%20505.403%20523.984C561.146%20553.713%20587.159%20598.307%20587.159%20661.483V873.306C587.159%20884.455%20587.159%20899.319%20598.308%20906.752C642.902%20936.481%20691.212%20962.495%20743.239%20992.224V698.645C743.239%20490.538%20728.374%20475.673%20717.226%20464.524C665.199%20427.363%20475.673%20323.309%20297.296%20222.972H293.579Z'%20fill='white'/%3e%3c/svg%3e") no-repeat right bottom;background-color:#228be61a}._navBar_3kft5_31{background-color:var(--mantine-color-gray-0)}[data-mantine-color-scheme=dark] ._navBar_3kft5_31{background-color:var(--mantine-color-dark-7)}._navBar_3kft5_31{border:1px solid #dee2e6;border-radius:var(--mantine-radius-md)}._appShellHeader_3kft5_49{background-color:transparent!important}._header_3kft5_57:hover ._actions_3kft5_61{opacity:1}._title_3kft5_73{font-weight:500;color:var(--mantine-color-black)}[data-mantine-color-scheme=dark] ._title_3kft5_73{color:var(--mantine-color-white)}._button_3kft5_83{position:relative;overflow:visible!important}._button_3kft5_83[data-active=true]:after{content:"";position:absolute;right:10px;left:10px;bottom:-5px;display:block;height:2px;background-color:var(--mantine-primary-color-filled)}._stepperWrapper_18rxv_1{align-items:start;box-shadow:0 1px 3px #1c7ed61a,0 36px 28px -7px #1c7ed633,0 17px 17px -7px #1c7ed614}._badge_18rxv_17{border:1px solid #228be6!important}._accordion_18rxv_25{border:none}._content_18rxv_33{padding-left:38px!important}._item_18rxv_41{border:none!important}._chevron_18rxv_49{width:24px!important;margin-left:0!important;margin-inline-start:none!important}._label_18rxv_63{padding-block:8px}.mantine-Popover-dropdown .mantine-Stack-root{gap:0!important}.SortableList{display:flex;flex-direction:column;padding:0;list-style:none;margin:0}.SortableItem{display:flex;align-items:center;background-color:var(--mantine-color-dark-6) var(--mantine-color-white)}[data-mantine-color-scheme=dark] .SortableItem{background-color:}.SortableItem{border-radius:calc(4px / var(--scale-x, 1))}.SortableItem>div{display:flex;flex:1;min-width:0;align-items:center;justify-content:space-between}._container_f42en_1{--items-gap: 4px;--depth-offset: 20px;display:flex;flex-direction:column;gap:var(--items-gap);padding:var(--items-gap) 0}._container_f42en_1>*:last-child ._depthBox_f42en_21:after{bottom:0}._item_f42en_37{flex:1;min-width:0;display:flex;gap:0;align-items:stretch}._depthBox_f42en_21{position:relative;width:var(--depth-offset);flex-shrink:0}._depthBox_f42en_21:after{content:"";position:absolute;top:calc(var(--items-gap) / 2 * -1);bottom:calc(var(--items-gap) / 2 * -1);right:6px;width:1px;opacity:.5;background-color:var(--mantine-color-default-border)}._column_lzz41_1{background-color:#f8f9fa;border-radius:var(--mantine-radius-md)}._card_lzz41_11{background-color:#fff;border-radius:var(--mantine-radius-md);border:1px solid #dee2e6}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
const e = { searchResults: "Search results", icons: "Icons", searchNoResults: "No results found", chooseColor: "Choose color", categories: { activity: "Activities", custom: "Custom", flags: "Flags", foods: "Food and drinks", frequent: "Recent", nature: "Animals and nature", objects: "Objects", people: "Emotions and people", places: "Travel and places", symbols: "Symbols", additional: "Additional" } }, o = { label: "Image", change: "Change" }, a = { colorGradients: "Colors and gradients", jamesWebbTelescope: "Telescope", nasaArchive: "Planet", theIndianEdition: "Cyberpunk", theMetMuseum: "Museum", theMetMuseumPatterns: "Pattern", theMetMuseumJapanesePrints: "Nature", rijkmuseum: "Black hole" }, i = { gallery: "Gallery", upload: "Upload", uploadFile: "Upload file", maxFileSize: "Images wider than 1600px are recommended. Maximum file size: {{maxSize}}MB.", link: "Link", searchImages: "Search Image", pasteLink: "Paste an image link...", submitLink: "Apply", worksWithAnyImage: "Works with any image from the Internet", searchImage: "Search for an image…", searchGifs: "Search for GIFs…", noResult: "No image found for your query.", change: "Change cover", invalidLink: "Invalid link", position: "Reposition", dragSave: "Save position", dragCancel: "Cancel", photoBy: "By", googleDrive: "Google Drive", media: "Media" }, r = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Connect Google Drive", connectDescription: "Connect your Google Drive account to import files", disconnect: "Disconnect", openPicker: "Open Google Drive", importing: "Importing file...", importComplete: "File imported successfully", importFailed: "Failed to import file", retry: "Try again", description: "Import a file from your Google Drive", goToSettings: "Connect Google Drive in Settings to import files", searchFiles: "Search Google Drive" }, n = { color: "Color", background: "Background", colors: { standard: "Standard", gray: "Gray", brown: "Brown", orange: "Orange", yellow: "Yellow", green: "Green", blue: "Blue", purple: "Purple", pink: "Pink", red: "Red" } },
|
|
1
|
+
const e = { searchResults: "Search results", icons: "Icons", searchNoResults: "No results found", chooseColor: "Choose color", categories: { activity: "Activities", custom: "Custom", flags: "Flags", foods: "Food and drinks", frequent: "Recent", nature: "Animals and nature", objects: "Objects", people: "Emotions and people", places: "Travel and places", symbols: "Symbols", additional: "Additional" } }, o = { label: "Image", change: "Change" }, a = { colorGradients: "Colors and gradients", jamesWebbTelescope: "Telescope", nasaArchive: "Planet", theIndianEdition: "Cyberpunk", theMetMuseum: "Museum", theMetMuseumPatterns: "Pattern", theMetMuseumJapanesePrints: "Nature", rijkmuseum: "Black hole" }, i = { gallery: "Gallery", upload: "Upload", uploadFile: "Upload file", maxFileSize: "Images wider than 1600px are recommended. Maximum file size: {{maxSize}}MB.", link: "Link", searchImages: "Search Image", pasteLink: "Paste an image link...", submitLink: "Apply", worksWithAnyImage: "Works with any image from the Internet", searchImage: "Search for an image…", searchGifs: "Search for GIFs…", noResult: "No image found for your query.", change: "Change cover", invalidLink: "Invalid link", position: "Reposition", dragSave: "Save position", dragCancel: "Cancel", photoBy: "By", googleDrive: "Google Drive", media: "Media" }, r = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Connect Google Drive", connectDescription: "Connect your Google Drive account to import files", disconnect: "Disconnect", openPicker: "Open Google Drive", importing: "Importing file...", importComplete: "File imported successfully", importFailed: "Failed to import file", retry: "Try again", description: "Import a file from your Google Drive", goToSettings: "Connect Google Drive in Settings to import files", searchFiles: "Search Google Drive" }, n = { color: "Color", background: "Background", colors: { standard: "Standard", gray: "Gray", grey: "Grey", brown: "Brown", orange: "Orange", yellow: "Yellow", green: "Green", teal: "Teal", blue: "Blue", indigo: "Indigo", purple: "Purple", violet: "Violet", pink: "Pink", red: "Red", dark: "Dark" } }, t = { save: "Save" }, s = "Remove", l = "Error", c = "Load more", d = "Drag & drop an image or <choose>choose a file</choose> to upload", u = { dropFileHere: { image: "Drag & drop an image or <choose>choose a file</choose> to upload", video: "Drag & drop a video or <choose>choose a file</choose> to upload", audio: "Drag & drop an audio file or <choose>choose a file</choose> to upload", file: "Drag & drop a file or <choose>choose a file</choose> to upload", avatar: "Drag & drop an image or <choose>choose a file</choose> to upload" }, description: { image: "Images wider than 1600px are recommended. Maximum file size: {{maxSize}}MB.", video: "Maximum file size: {{maxSize}}MB.", audio: "Maximum file size: {{maxSize}}MB.", file: "Maximum file size: {{maxSize}}MB.", avatar: "Images wider than 256×256 px are recommended. Maximum file size: {{maxSize}}MB." }, pasteLink: { image: "Paste an image link...", video: "Paste a video link...", audio: "Paste an audio link...", file: "Paste a file link...", avatar: "Paste an image link..." }, errors: { typeIsNotAllowed: "This file type is not supported", shouldNotExceed: "File size should not exceed {{maxSize}} MB.", doNotUploadMoreThanSingleFile: "Please upload no more than one file." } }, m = { download: "Download", zoomOut: "Zoom out", zoomIn: "Zoom in", close: "Close", fileError: "Upload failed. Please try again." }, g = { day_one: "{{count}} day ago", day_other: "{{count}} days ago", hour_one: "{{count}} hour ago", hour_other: "{{count}} hours ago", minute_one: "{{count}} minute ago", minute_other: "{{count}} minutes ago", second_one: "{{count}} second ago", second_other: "{{count}} seconds ago", justNow: "just now", shortDay: "{{count}}d ago.", shortHour: "{{count}}h ago.", shortMinute: "{{count}}m ago.", shortSecond: "{{count}}s ago.", shortJustNow: "now." }, p = {
|
|
2
2
|
emojiPicker: e,
|
|
3
3
|
uploadImage: o,
|
|
4
4
|
coverGroups: a,
|
|
5
5
|
changeCover: i,
|
|
6
6
|
externalDrive: r,
|
|
7
7
|
colorPicker: n,
|
|
8
|
-
customDrawer:
|
|
9
|
-
remove:
|
|
8
|
+
customDrawer: t,
|
|
9
|
+
remove: s,
|
|
10
10
|
errorMessage: l,
|
|
11
11
|
loadMore: c,
|
|
12
12
|
dropFileHere: d,
|
|
@@ -18,7 +18,7 @@ export {
|
|
|
18
18
|
i as changeCover,
|
|
19
19
|
n as colorPicker,
|
|
20
20
|
a as coverGroups,
|
|
21
|
-
|
|
21
|
+
t as customDrawer,
|
|
22
22
|
p as default,
|
|
23
23
|
d as dropFileHere,
|
|
24
24
|
e as emojiPicker,
|
|
@@ -28,6 +28,6 @@ export {
|
|
|
28
28
|
m as gallery,
|
|
29
29
|
c as loadMore,
|
|
30
30
|
g as relativeTime,
|
|
31
|
-
|
|
31
|
+
s as remove,
|
|
32
32
|
o as uploadImage
|
|
33
33
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = { searchResults: "Resultados de búsqueda", icons: "Iconos", searchNoResults: "No se encontraron resultados", chooseColor: "Elegir color", categories: { activity: "Actividades", custom: "Personalizado", flags: "Banderas", foods: "Comida y bebidas", frequent: "Usados frecuentemente", nature: "Animales y naturaleza", objects: "Objetos", people: "Emociones y personas", places: "Viajes y lugares", symbols: "Símbolos" } }, o = { label: "Imagen", change: "Cambiar" }, a = { colorGradients: "Colores y degradados", jamesWebbTelescope: "Telescopio", nasaArchive: "Planeta", theIndianEdition: "Cyberpunk", theMetMuseum: "Museo", theMetMuseumPatterns: "Patrón", theMetMuseumJapanesePrints: "Naturaleza", rijkmuseum: "Agujero negro" }, r = { gallery: "Galería", upload: "Subir", uploadFile: "Subir archivo", maxFileSize: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", link: "Enlace", searchImages: "Buscar imagen", pasteLink: "Pegar enlace de imagen...", submitLink: "Aplicar", worksWithAnyImage: "Funciona con cualquier imagen de Internet", searchImage: "Buscar imagen…", searchGifs: "Buscar GIF…", noResult: "No se encontró ninguna imagen para tu búsqueda.", change: "Cambiar portada", invalidLink: "Enlace inválido", position: "Reposicionar", dragSave: "Guardar posición", dragCancel: "Cancelar", photoBy: "Por", googleDrive: "Google Drive", media: "Media" }, i = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Conectar Google Drive", connectDescription: "Conecta tu cuenta de Google Drive para importar archivos", disconnect: "Desconectar", openPicker: "Abrir Google Drive", importing: "Importando archivo...", importComplete: "Archivo importado exitosamente", importFailed: "Error al importar archivo", retry: "Intentar de nuevo", description: "Importar un archivo desde tu Google Drive", goToSettings: "Conecta Google Drive en Configuración para importar archivos", searchFiles: "Buscar en Google Drive" }, n = { color: "Color", background: "Fondo", colors: { standard: "Estándar", gray: "Gris", brown: "Marrón", orange: "Naranja", yellow: "Amarillo", green: "Verde", blue: "Azul", purple: "Púrpura", pink: "Rosa", red: "Rojo" } }, s = { save: "Guardar" }, c = "Eliminar", t = "Error", l = "Cargar más", u = "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo", d = { dropFileHere: { image: "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo", video: "Arrastra y suelta un vídeo o <choose>elige un archivo</choose> para subirlo", audio: "Arrastra y suelta un archivo de audio o <choose>elige un archivo</choose> para subirlo", file: "Arrastra y suelta un archivo o <choose>elige un archivo</choose> para subirlo", avatar: "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo" }, description: { image: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", video: "Tamaño máximo de archivo: {{maxSize}}MB.", audio: "Tamaño máximo de archivo: {{maxSize}}MB.", file: "Tamaño máximo de archivo: {{maxSize}}MB.", avatar: "Se recomiendan imágenes de más de 256×256 px. Tamaño máximo de archivo: {{maxSize}}MB." }, pasteLink: { image: "Pega un enlace a la imagen...", video: "Pega un enlace al vídeo...", audio: "Pega un enlace al audio...", file: "Pega un enlace al archivo...", avatar: "Pega un enlace a la imagen..." }, errors: { typeIsNotAllowed: "Este tipo de archivo no es compatible", shouldNotExceed: "El tamaño del archivo no debe exceder {{maxSize}} MB.", doNotUploadMoreThanSingleFile: "Por favor, carga no más de un archivo." } }, m = { download: "Descargar", zoomOut: "Alejar", zoomIn: "Acercar", close: "Cerrar", fileError: "La carga falló. Por favor, inténtalo de nuevo." }, h = { day_one: "hace {{count}} día", day_other: "hace {{count}} días", hour_one: "hace {{count}} hora", hour_other: "hace {{count}} horas", minute_one: "hace {{count}} minuto", minute_other: "hace {{count}} minutos", second_one: "hace {{count}} segundo", second_other: "hace {{count}} segundos", justNow: "ahora mismo", shortDay: "hace {{count}}d.", shortHour: "hace {{count}}h.", shortMinute: "hace {{count}}m.", shortSecond: "hace {{count}}s.", shortJustNow: "ahora." }, g = {
|
|
1
|
+
const e = { searchResults: "Resultados de búsqueda", icons: "Iconos", searchNoResults: "No se encontraron resultados", chooseColor: "Elegir color", categories: { activity: "Actividades", custom: "Personalizado", flags: "Banderas", foods: "Comida y bebidas", frequent: "Usados frecuentemente", nature: "Animales y naturaleza", objects: "Objetos", people: "Emociones y personas", places: "Viajes y lugares", symbols: "Símbolos" } }, o = { label: "Imagen", change: "Cambiar" }, a = { colorGradients: "Colores y degradados", jamesWebbTelescope: "Telescopio", nasaArchive: "Planeta", theIndianEdition: "Cyberpunk", theMetMuseum: "Museo", theMetMuseumPatterns: "Patrón", theMetMuseumJapanesePrints: "Naturaleza", rijkmuseum: "Agujero negro" }, r = { gallery: "Galería", upload: "Subir", uploadFile: "Subir archivo", maxFileSize: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", link: "Enlace", searchImages: "Buscar imagen", pasteLink: "Pegar enlace de imagen...", submitLink: "Aplicar", worksWithAnyImage: "Funciona con cualquier imagen de Internet", searchImage: "Buscar imagen…", searchGifs: "Buscar GIF…", noResult: "No se encontró ninguna imagen para tu búsqueda.", change: "Cambiar portada", invalidLink: "Enlace inválido", position: "Reposicionar", dragSave: "Guardar posición", dragCancel: "Cancelar", photoBy: "Por", googleDrive: "Google Drive", media: "Media" }, i = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Conectar Google Drive", connectDescription: "Conecta tu cuenta de Google Drive para importar archivos", disconnect: "Desconectar", openPicker: "Abrir Google Drive", importing: "Importando archivo...", importComplete: "Archivo importado exitosamente", importFailed: "Error al importar archivo", retry: "Intentar de nuevo", description: "Importar un archivo desde tu Google Drive", goToSettings: "Conecta Google Drive en Configuración para importar archivos", searchFiles: "Buscar en Google Drive" }, n = { color: "Color", background: "Fondo", colors: { standard: "Estándar", gray: "Gris", grey: "Gris", brown: "Marrón", orange: "Naranja", yellow: "Amarillo", green: "Verde", teal: "Verde azulado", blue: "Azul", indigo: "Índigo", purple: "Púrpura", violet: "Violeta", pink: "Rosa", red: "Rojo", dark: "Negro" } }, s = { save: "Guardar" }, c = "Eliminar", t = "Error", l = "Cargar más", u = "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo", d = { dropFileHere: { image: "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo", video: "Arrastra y suelta un vídeo o <choose>elige un archivo</choose> para subirlo", audio: "Arrastra y suelta un archivo de audio o <choose>elige un archivo</choose> para subirlo", file: "Arrastra y suelta un archivo o <choose>elige un archivo</choose> para subirlo", avatar: "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo" }, description: { image: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", video: "Tamaño máximo de archivo: {{maxSize}}MB.", audio: "Tamaño máximo de archivo: {{maxSize}}MB.", file: "Tamaño máximo de archivo: {{maxSize}}MB.", avatar: "Se recomiendan imágenes de más de 256×256 px. Tamaño máximo de archivo: {{maxSize}}MB." }, pasteLink: { image: "Pega un enlace a la imagen...", video: "Pega un enlace al vídeo...", audio: "Pega un enlace al audio...", file: "Pega un enlace al archivo...", avatar: "Pega un enlace a la imagen..." }, errors: { typeIsNotAllowed: "Este tipo de archivo no es compatible", shouldNotExceed: "El tamaño del archivo no debe exceder {{maxSize}} MB.", doNotUploadMoreThanSingleFile: "Por favor, carga no más de un archivo." } }, m = { download: "Descargar", zoomOut: "Alejar", zoomIn: "Acercar", close: "Cerrar", fileError: "La carga falló. Por favor, inténtalo de nuevo." }, h = { day_one: "hace {{count}} día", day_other: "hace {{count}} días", hour_one: "hace {{count}} hora", hour_other: "hace {{count}} horas", minute_one: "hace {{count}} minuto", minute_other: "hace {{count}} minutos", second_one: "hace {{count}} segundo", second_other: "hace {{count}} segundos", justNow: "ahora mismo", shortDay: "hace {{count}}d.", shortHour: "hace {{count}}h.", shortMinute: "hace {{count}}m.", shortSecond: "hace {{count}}s.", shortJustNow: "ahora." }, g = {
|
|
2
2
|
emojiPicker: e,
|
|
3
3
|
uploadImage: o,
|
|
4
4
|
coverGroups: a,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const o = { searchResults: "Результаты поиска", searchNoResults: "Результаты не найдены", icons: "Иконки", chooseColor: "Выбрать цвет", categories: { activity: "Активности", custom: "Свои", flags: "Флаги", foods: "Еда и напитки", frequent: "Часто используемые", nature: "Животные и природа", objects: "Предметы", people: "Эмоции и люди", places: "Путешествия и места", symbols: "Символы", additional: "Дополнительные" } }, e = { colorGradients: "Цвета и градиенты", jamesWebbTelescope: "Телескоп", nasaArchive: "Планета", theIndianEdition: "Киберпанк", theMetMuseum: "Музей", theMetMuseumPatterns: "Паттерн", theMetMuseumJapanesePrints: "Природа", rijkmuseum: "Черная дыра" }, t = { gallery: "Галерея", upload: "Загрузить", uploadFile: "Загрузить файл", maxFileSize: "Рекомендуются изображения шире 1600px. Максимальный размер файла: {{maxSize}}МБ.", link: "Ссылка", searchImages: "Поиск изображения", pasteLink: "Вставьте ссылку на изображение...", submitLink: "Применить", worksWithAnyImage: "Работает с любыми изображениями из Интернета", searchImage: "Поиск изображения…", searchGifs: "Поиск GIF…", noResult: "По вашему запросу изображений не найдено", change: "Изменить обложку", invalidLink: "Неверная ссылка", position: "Изменить Позицию", dragSave: "Сохранить", dragCancel: "Отменить", photoBy: "Автор", googleDrive: "Google Drive", media: "Медиа" }, n = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Подключить Google Drive", connectDescription: "Подключите Google Drive для импорта файлов", disconnect: "Отключить", openPicker: "Открыть Google Drive", importing: "Импорт файла...", importComplete: "Файл успешно импортирован", importFailed: "Не удалось импортировать файл", retry: "Попробовать снова", description: "Импортировать файл из Google Drive", goToSettings: "Подключите Google Drive в Настройках для импорта файлов", searchFiles: "Поиск в Google Drive" }, r = { label: "Изображение", change: "Изменить" }, i = { color: "Цвет", background: "Подложка", colors: { standard: "Стандартный", gray: "Серый", brown: "Коричневый", orange: "Оранжевый", yellow: "
|
|
1
|
+
const o = { searchResults: "Результаты поиска", searchNoResults: "Результаты не найдены", icons: "Иконки", chooseColor: "Выбрать цвет", categories: { activity: "Активности", custom: "Свои", flags: "Флаги", foods: "Еда и напитки", frequent: "Часто используемые", nature: "Животные и природа", objects: "Предметы", people: "Эмоции и люди", places: "Путешествия и места", symbols: "Символы", additional: "Дополнительные" } }, e = { colorGradients: "Цвета и градиенты", jamesWebbTelescope: "Телескоп", nasaArchive: "Планета", theIndianEdition: "Киберпанк", theMetMuseum: "Музей", theMetMuseumPatterns: "Паттерн", theMetMuseumJapanesePrints: "Природа", rijkmuseum: "Черная дыра" }, t = { gallery: "Галерея", upload: "Загрузить", uploadFile: "Загрузить файл", maxFileSize: "Рекомендуются изображения шире 1600px. Максимальный размер файла: {{maxSize}}МБ.", link: "Ссылка", searchImages: "Поиск изображения", pasteLink: "Вставьте ссылку на изображение...", submitLink: "Применить", worksWithAnyImage: "Работает с любыми изображениями из Интернета", searchImage: "Поиск изображения…", searchGifs: "Поиск GIF…", noResult: "По вашему запросу изображений не найдено", change: "Изменить обложку", invalidLink: "Неверная ссылка", position: "Изменить Позицию", dragSave: "Сохранить", dragCancel: "Отменить", photoBy: "Автор", googleDrive: "Google Drive", media: "Медиа" }, n = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Подключить Google Drive", connectDescription: "Подключите Google Drive для импорта файлов", disconnect: "Отключить", openPicker: "Открыть Google Drive", importing: "Импорт файла...", importComplete: "Файл успешно импортирован", importFailed: "Не удалось импортировать файл", retry: "Попробовать снова", description: "Импортировать файл из Google Drive", goToSettings: "Подключите Google Drive в Настройках для импорта файлов", searchFiles: "Поиск в Google Drive" }, r = { label: "Изображение", change: "Изменить" }, i = { color: "Цвет", background: "Подложка", colors: { standard: "Стандартный", gray: "Серый", grey: "Серый", brown: "Коричневый", orange: "Оранжевый", yellow: "Жёлтый", green: "Зелёный", teal: "Бирюзовый", blue: "Синий", indigo: "Индиго", purple: "Фиолетовый", violet: "Фиолетовый", pink: "Розовый", red: "Красный", dark: "Чёрный" } }, s = { save: "Сохранить" }, a = "Удалить", c = "Ошибка", l = "Загрузить ещё", u = "Перетащите изображение или <choose>выберите файл</choose>, чтобы загрузить", d = { dropFileHere: { image: "Перетащите изображение или <choose>выберите файл</choose>, чтобы загрузить", video: "Перетащите видео или <choose>выберите файл</choose>, чтобы загрузить", audio: "Перетащите аудиофайл или <choose>выберите файл</choose>, чтобы загрузить", file: "Перетащите файл или <choose>выберите файл</choose>, чтобы загрузить", avatar: "Перетащите изображение или <choose>выберите файл</choose>, чтобы загрузить" }, description: { image: "Рекомендуются изображения шире 1600px. Максимальный размер файла: {{maxSize}}МБ.", video: "Максимальный размер файла: {{maxSize}}МБ.", audio: "Максимальный размер файла: {{maxSize}}МБ.", file: "Максимальный размер файла: {{maxSize}}МБ.", avatar: "Рекомендуются изображения шире 256×256 px. Максимальный размер файла: {{maxSize}}МБ." }, pasteLink: { image: "Вставьте ссылку на изображение...", video: "Вставьте ссылку на видео...", audio: "Вставьте ссылку на аудио...", file: "Вставьте ссылку на файл...", avatar: "Вставьте ссылку на изображение..." }, errors: { typeIsNotAllowed: "Этот тип файла не поддерживается", shouldNotExceed: "Размер файла не должен превышать {{maxSize}} МБ.", doNotUploadMoreThanSingleFile: "Пожалуйста, загрузите не более одного файла." } }, h = { download: "Скачать", zoomOut: "Уменьшить", zoomIn: "Приблизить", close: "Закрыть", fileError: "Загрузка не удалась. Попробуйте снова." }, m = { day_one: "{{count}} день назад", day_few: "{{count}} дня назад", day_many: "{{count}} дней назад", day_other: "{{count}} дней назад", hour_one: "{{count}} час назад", hour_few: "{{count}} часа назад", hour_many: "{{count}} часов назад", hour_other: "{{count}} часов назад", minute_one: "{{count}} минута назад", minute_few: "{{count}} минуты назад", minute_many: "{{count}} минут назад", minute_other: "{{count}} минут назад", second_one: "{{count}} секунда назад", second_few: "{{count}} секунды назад", second_many: "{{count}} секунд назад", second_other: "{{count}} секунд назад", justNow: "только что", shortDay: "{{count}}д назад.", shortHour: "{{count}}ч назад.", shortMinute: "{{count}}м назад.", shortSecond: "{{count}}с назад.", shortJustNow: "сейчас." }, g = {
|
|
2
2
|
emojiPicker: o,
|
|
3
3
|
coverGroups: e,
|
|
4
4
|
changeCover: t,
|
|
@@ -6,8 +6,8 @@ const o = { searchResults: "Результаты поиска", searchNoResults:
|
|
|
6
6
|
uploadImage: r,
|
|
7
7
|
colorPicker: i,
|
|
8
8
|
customDrawer: s,
|
|
9
|
-
remove:
|
|
10
|
-
errorMessage:
|
|
9
|
+
remove: a,
|
|
10
|
+
errorMessage: c,
|
|
11
11
|
loadMore: l,
|
|
12
12
|
dropFileHere: u,
|
|
13
13
|
filePicker: d,
|
|
@@ -22,12 +22,12 @@ export {
|
|
|
22
22
|
g as default,
|
|
23
23
|
u as dropFileHere,
|
|
24
24
|
o as emojiPicker,
|
|
25
|
-
|
|
25
|
+
c as errorMessage,
|
|
26
26
|
n as externalDrive,
|
|
27
27
|
d as filePicker,
|
|
28
28
|
h as gallery,
|
|
29
29
|
l as loadMore,
|
|
30
30
|
m as relativeTime,
|
|
31
|
-
|
|
31
|
+
a as remove,
|
|
32
32
|
r as uploadImage
|
|
33
33
|
};
|