@halibegic/react-video-player 0.0.0 → 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1982 @@
1
+ import B, { createContext as Rn, useContext as Vt, useRef as xe, useDebugValue as yt, createElement as Pn, lazy as Yt, Suspense as Tn, useCallback as Cn, useEffect as Qe, useState as qt } from "react";
2
+ import { MinimizeIcon as _n, MaximizeIcon as An } from "lucide-react";
3
+ var Ce = { exports: {} }, be = {};
4
+ /**
5
+ * @license React
6
+ * react-jsx-runtime.production.js
7
+ *
8
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
9
+ *
10
+ * This source code is licensed under the MIT license found in the
11
+ * LICENSE file in the root directory of this source tree.
12
+ */
13
+ var vt;
14
+ function jn() {
15
+ if (vt) return be;
16
+ vt = 1;
17
+ var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.fragment");
18
+ function n(r, o, s) {
19
+ var a = null;
20
+ if (s !== void 0 && (a = "" + s), o.key !== void 0 && (a = "" + o.key), "key" in o) {
21
+ s = {};
22
+ for (var c in o)
23
+ c !== "key" && (s[c] = o[c]);
24
+ } else s = o;
25
+ return o = s.ref, {
26
+ $$typeof: e,
27
+ type: r,
28
+ key: a,
29
+ ref: o !== void 0 ? o : null,
30
+ props: s
31
+ };
32
+ }
33
+ return be.Fragment = t, be.jsx = n, be.jsxs = n, be;
34
+ }
35
+ var we = {};
36
+ /**
37
+ * @license React
38
+ * react-jsx-runtime.development.js
39
+ *
40
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
41
+ *
42
+ * This source code is licensed under the MIT license found in the
43
+ * LICENSE file in the root directory of this source tree.
44
+ */
45
+ var bt;
46
+ function On() {
47
+ return bt || (bt = 1, process.env.NODE_ENV !== "production" && (function() {
48
+ function e(i) {
49
+ if (i == null) return null;
50
+ if (typeof i == "function")
51
+ return i.$$typeof === He ? null : i.displayName || i.name || null;
52
+ if (typeof i == "string") return i;
53
+ switch (i) {
54
+ case k:
55
+ return "Fragment";
56
+ case A:
57
+ return "Profiler";
58
+ case D:
59
+ return "StrictMode";
60
+ case d:
61
+ return "Suspense";
62
+ case S:
63
+ return "SuspenseList";
64
+ case X:
65
+ return "Activity";
66
+ }
67
+ if (typeof i == "object")
68
+ switch (typeof i.tag == "number" && console.error(
69
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
70
+ ), i.$$typeof) {
71
+ case P:
72
+ return "Portal";
73
+ case x:
74
+ return (i.displayName || "Context") + ".Provider";
75
+ case C:
76
+ return (i._context.displayName || "Context") + ".Consumer";
77
+ case R:
78
+ var p = i.render;
79
+ return i = i.displayName, i || (i = p.displayName || p.name || "", i = i !== "" ? "ForwardRef(" + i + ")" : "ForwardRef"), i;
80
+ case m:
81
+ return p = i.displayName || null, p !== null ? p : e(i.type) || "Memo";
82
+ case q:
83
+ p = i._payload, i = i._init;
84
+ try {
85
+ return e(i(p));
86
+ } catch {
87
+ }
88
+ }
89
+ return null;
90
+ }
91
+ function t(i) {
92
+ return "" + i;
93
+ }
94
+ function n(i) {
95
+ try {
96
+ t(i);
97
+ var p = !1;
98
+ } catch {
99
+ p = !0;
100
+ }
101
+ if (p) {
102
+ p = console;
103
+ var w = p.error, N = typeof Symbol == "function" && Symbol.toStringTag && i[Symbol.toStringTag] || i.constructor.name || "Object";
104
+ return w.call(
105
+ p,
106
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
107
+ N
108
+ ), t(i);
109
+ }
110
+ }
111
+ function r(i) {
112
+ if (i === k) return "<>";
113
+ if (typeof i == "object" && i !== null && i.$$typeof === q)
114
+ return "<...>";
115
+ try {
116
+ var p = e(i);
117
+ return p ? "<" + p + ">" : "<...>";
118
+ } catch {
119
+ return "<...>";
120
+ }
121
+ }
122
+ function o() {
123
+ var i = ge.A;
124
+ return i === null ? null : i.getOwner();
125
+ }
126
+ function s() {
127
+ return Error("react-stack-top-frame");
128
+ }
129
+ function a(i) {
130
+ if (ke.call(i, "key")) {
131
+ var p = Object.getOwnPropertyDescriptor(i, "key").get;
132
+ if (p && p.isReactWarning) return !1;
133
+ }
134
+ return i.key !== void 0;
135
+ }
136
+ function c(i, p) {
137
+ function w() {
138
+ Pe || (Pe = !0, console.error(
139
+ "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
140
+ p
141
+ ));
142
+ }
143
+ w.isReactWarning = !0, Object.defineProperty(i, "key", {
144
+ get: w,
145
+ configurable: !0
146
+ });
147
+ }
148
+ function u() {
149
+ var i = e(this.type);
150
+ return Te[i] || (Te[i] = !0, console.error(
151
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
152
+ )), i = this.props.ref, i !== void 0 ? i : null;
153
+ }
154
+ function l(i, p, w, N, V, F, G, J) {
155
+ return w = F.ref, i = {
156
+ $$typeof: b,
157
+ type: i,
158
+ key: p,
159
+ props: F,
160
+ _owner: V
161
+ }, (w !== void 0 ? w : null) !== null ? Object.defineProperty(i, "ref", {
162
+ enumerable: !1,
163
+ get: u
164
+ }) : Object.defineProperty(i, "ref", { enumerable: !1, value: null }), i._store = {}, Object.defineProperty(i._store, "validated", {
165
+ configurable: !1,
166
+ enumerable: !1,
167
+ writable: !0,
168
+ value: 0
169
+ }), Object.defineProperty(i, "_debugInfo", {
170
+ configurable: !1,
171
+ enumerable: !1,
172
+ writable: !0,
173
+ value: null
174
+ }), Object.defineProperty(i, "_debugStack", {
175
+ configurable: !1,
176
+ enumerable: !1,
177
+ writable: !0,
178
+ value: G
179
+ }), Object.defineProperty(i, "_debugTask", {
180
+ configurable: !1,
181
+ enumerable: !1,
182
+ writable: !0,
183
+ value: J
184
+ }), Object.freeze && (Object.freeze(i.props), Object.freeze(i)), i;
185
+ }
186
+ function v(i, p, w, N, V, F, G, J) {
187
+ var O = p.children;
188
+ if (O !== void 0)
189
+ if (N)
190
+ if (Re(O)) {
191
+ for (N = 0; N < O.length; N++)
192
+ h(O[N]);
193
+ Object.freeze && Object.freeze(O);
194
+ } else
195
+ console.error(
196
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
197
+ );
198
+ else h(O);
199
+ if (ke.call(p, "key")) {
200
+ O = e(i);
201
+ var $ = Object.keys(p).filter(function(ae) {
202
+ return ae !== "key";
203
+ });
204
+ N = 0 < $.length ? "{key: someKey, " + $.join(": ..., ") + ": ...}" : "{key: someKey}", z[O + N] || ($ = 0 < $.length ? "{" + $.join(": ..., ") + ": ...}" : "{}", console.error(
205
+ `A props object containing a "key" prop is being spread into JSX:
206
+ let props = %s;
207
+ <%s {...props} />
208
+ React keys must be passed directly to JSX without using spread:
209
+ let props = %s;
210
+ <%s key={someKey} {...props} />`,
211
+ N,
212
+ O,
213
+ $,
214
+ O
215
+ ), z[O + N] = !0);
216
+ }
217
+ if (O = null, w !== void 0 && (n(w), O = "" + w), a(p) && (n(p.key), O = "" + p.key), "key" in p) {
218
+ w = {};
219
+ for (var Q in p)
220
+ Q !== "key" && (w[Q] = p[Q]);
221
+ } else w = p;
222
+ return O && c(
223
+ w,
224
+ typeof i == "function" ? i.displayName || i.name || "Unknown" : i
225
+ ), l(
226
+ i,
227
+ O,
228
+ F,
229
+ V,
230
+ o(),
231
+ w,
232
+ G,
233
+ J
234
+ );
235
+ }
236
+ function h(i) {
237
+ typeof i == "object" && i !== null && i.$$typeof === b && i._store && (i._store.validated = 1);
238
+ }
239
+ var y = B, b = Symbol.for("react.transitional.element"), P = Symbol.for("react.portal"), k = Symbol.for("react.fragment"), D = Symbol.for("react.strict_mode"), A = Symbol.for("react.profiler"), C = Symbol.for("react.consumer"), x = Symbol.for("react.context"), R = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), S = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), q = Symbol.for("react.lazy"), X = Symbol.for("react.activity"), He = Symbol.for("react.client.reference"), ge = y.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ke = Object.prototype.hasOwnProperty, Re = Array.isArray, ye = console.createTask ? console.createTask : function() {
240
+ return null;
241
+ };
242
+ y = {
243
+ react_stack_bottom_frame: function(i) {
244
+ return i();
245
+ }
246
+ };
247
+ var Pe, Te = {}, ie = y.react_stack_bottom_frame.bind(
248
+ y,
249
+ s
250
+ )(), ve = ye(r(s)), z = {};
251
+ we.Fragment = k, we.jsx = function(i, p, w, N, V) {
252
+ var F = 1e4 > ge.recentlyCreatedOwnerStacks++;
253
+ return v(
254
+ i,
255
+ p,
256
+ w,
257
+ !1,
258
+ N,
259
+ V,
260
+ F ? Error("react-stack-top-frame") : ie,
261
+ F ? ye(r(i)) : ve
262
+ );
263
+ }, we.jsxs = function(i, p, w, N, V) {
264
+ var F = 1e4 > ge.recentlyCreatedOwnerStacks++;
265
+ return v(
266
+ i,
267
+ p,
268
+ w,
269
+ !0,
270
+ N,
271
+ V,
272
+ F ? Error("react-stack-top-frame") : ie,
273
+ F ? ye(r(i)) : ve
274
+ );
275
+ };
276
+ })()), we;
277
+ }
278
+ var wt;
279
+ function Nn() {
280
+ return wt || (wt = 1, process.env.NODE_ENV === "production" ? Ce.exports = jn() : Ce.exports = On()), Ce.exports;
281
+ }
282
+ var f = Nn();
283
+ const St = (e) => {
284
+ let t;
285
+ const n = /* @__PURE__ */ new Set(), r = (l, v) => {
286
+ const h = typeof l == "function" ? l(t) : l;
287
+ if (!Object.is(h, t)) {
288
+ const y = t;
289
+ t = v ?? (typeof h != "object" || h === null) ? h : Object.assign({}, t, h), n.forEach((b) => b(t, y));
290
+ }
291
+ }, o = () => t, c = { setState: r, getState: o, getInitialState: () => u, subscribe: (l) => (n.add(l), () => n.delete(l)) }, u = t = e(r, o, c);
292
+ return c;
293
+ }, In = ((e) => e ? St(e) : St), Ln = (e) => e;
294
+ function Ut(e, t = Ln) {
295
+ const n = B.useSyncExternalStore(
296
+ e.subscribe,
297
+ B.useCallback(() => t(e.getState()), [e, t]),
298
+ B.useCallback(() => t(e.getInitialState()), [e, t])
299
+ );
300
+ return B.useDebugValue(n), n;
301
+ }
302
+ const xt = (e) => {
303
+ const t = In(e), n = (r) => Ut(t, r);
304
+ return Object.assign(n, t), n;
305
+ }, Dn = ((e) => e ? xt(e) : xt);
306
+ function Fn(e, t, n) {
307
+ const r = {
308
+ days: 86400,
309
+ hours: 3600,
310
+ minutes: 60,
311
+ seconds: 1,
312
+ milliseconds: 1e-3
313
+ };
314
+ return e * (r[t] / r[n]);
315
+ }
316
+ function $n(e) {
317
+ return Fn(e, "milliseconds", "seconds");
318
+ }
319
+ const Et = (e) => {
320
+ const t = Math.floor(e / 60), n = Math.floor(e % 60);
321
+ return `${t.toString().padStart(2, "0")}:${n.toString().padStart(2, "0")}`;
322
+ };
323
+ function Mn(e) {
324
+ const t = typeof window < "u" && window.navigator?.userAgent || "";
325
+ return e.test(t);
326
+ }
327
+ const Wt = Mn(/iPhone|iPad|iPod/i);
328
+ function zn() {
329
+ const e = document;
330
+ return !!(e.fullscreenElement || e.mozFullScreenElement || e.webkitFullscreenElement || e.msFullscreenElement);
331
+ }
332
+ function Vn(e) {
333
+ e.requestFullscreen ? e.requestFullscreen() : e.msRequestFullscreen ? e.msRequestFullscreen() : e.webkitRequestFullScreen ? e.webkitRequestFullScreen() : e.webkitEnterFullScreen ? e.webkitEnterFullScreen() : e.mozRequestFullScreen && e.mozRequestFullScreen();
334
+ }
335
+ function Yn(e) {
336
+ e.exitFullscreen ? e.exitFullscreen() : e.msExitFullscreen ? e.msExitFullscreen() : e.webkitExitFullscreen ? e.webkitExitFullscreen() : e.mozCancelFullScreen && e.mozCancelFullScreen();
337
+ }
338
+ function qn(e, t) {
339
+ return e.addEventListener("fullscreenchange", t), e.addEventListener("webkitfullscreenchange", t), e.addEventListener("mozfullscreenchange", t), e.addEventListener("MSFullscreenChange", t), () => {
340
+ e.removeEventListener("fullscreenchange", t), e.removeEventListener("webkitfullscreenchange", t), e.removeEventListener("mozfullscreenchange", t), e.removeEventListener("MSFullscreenChange", t);
341
+ };
342
+ }
343
+ const Un = (e, t) => ({
344
+ currentTime: 0,
345
+ duration: 0,
346
+ isEnded: !1,
347
+ isLoading: !1,
348
+ isLoop: !1,
349
+ isMetaLoaded: !1,
350
+ isPlaying: !1,
351
+ isReady: !1,
352
+ isStarted: !1,
353
+ pauseTime: 0,
354
+ seekTime: -1,
355
+ startTime: -1,
356
+ volume: 100,
357
+ destroy: () => {
358
+ },
359
+ handleDurationChange: () => {
360
+ const n = t().techRef.current;
361
+ n && e({ duration: n.duration });
362
+ },
363
+ handleEnd: () => {
364
+ t().techRef.current && e({
365
+ isEnded: !0,
366
+ isLoading: !1,
367
+ isMetaLoaded: !1,
368
+ isPlaying: !1
369
+ });
370
+ },
371
+ handleLoadedMetadata: () => {
372
+ const n = t().techRef.current;
373
+ n && (n.loop = t().isLoop, n.volume = n.muted ? 0 : 1, t().startTime !== -1 && (n.currentTime = t().startTime), e({
374
+ currentTime: t().startTime !== -1 ? t().startTime : n.currentTime,
375
+ duration: n.duration,
376
+ startTime: -1,
377
+ isMetaLoaded: !0,
378
+ volume: n.muted ? 0 : 100
379
+ }));
380
+ },
381
+ handleLoadStart: () => {
382
+ const n = t().techRef.current;
383
+ n && (e({ isReady: !0 }), n.play().then(() => {
384
+ e({
385
+ isEnded: !1,
386
+ isLoading: !1,
387
+ isPlaying: !0,
388
+ isStarted: !0,
389
+ pauseTime: 0
390
+ });
391
+ }).catch(
392
+ (r) => e(() => (console.info("Player failed to autoplay", r), {
393
+ isStarted: !1,
394
+ isEnded: !1,
395
+ isLoading: !1,
396
+ isPlaying: !1
397
+ }))
398
+ ));
399
+ },
400
+ handlePause: () => e({
401
+ isPlaying: !1,
402
+ pauseTime: Date.now()
403
+ }),
404
+ handlePlay: () => e({
405
+ isPlaying: !0,
406
+ pauseTime: 0
407
+ }),
408
+ handlePlaying: () => e({ isLoading: !1 }),
409
+ handleSeeked: () => e({ isLoading: !1 }),
410
+ handleSeeking: () => e({ isLoading: !0 }),
411
+ handleTimeUpdate: () => {
412
+ const n = t().techRef.current;
413
+ n && e({ currentTime: n.currentTime });
414
+ },
415
+ handleWaiting: () => e({ isLoading: !0 }),
416
+ pause: () => {
417
+ const n = t().techRef.current;
418
+ n && (n.pause(), e({
419
+ isEnded: !1,
420
+ isPlaying: !1,
421
+ pauseTime: Date.now()
422
+ }));
423
+ },
424
+ pauseTimeDiff: () => $n(Date.now() - t().pauseTime),
425
+ play: () => {
426
+ const n = t().techRef.current;
427
+ n && (n.play(), e({
428
+ isEnded: !1,
429
+ isPlaying: !0,
430
+ isStarted: !0,
431
+ pauseTime: 0
432
+ }));
433
+ },
434
+ seek: (n) => {
435
+ const r = t().techRef.current;
436
+ r && (r.currentTime = n, (r.paused || r.ended) && r.play(), e({
437
+ seekTime: -1,
438
+ currentTime: n,
439
+ isStarted: !0,
440
+ isEnded: !1,
441
+ isPlaying: !0
442
+ }));
443
+ },
444
+ setIsLoading: (n) => e({ isLoading: n }),
445
+ setIsLoop: (n) => {
446
+ const r = t().techRef.current;
447
+ r && (r.loop = n, e({ isLoop: n }));
448
+ },
449
+ setStartTime: (n) => e({ startTime: n }),
450
+ setVolume: (n) => {
451
+ const r = t().techRef.current;
452
+ r && (r.muted = n === 0, r.volume = n / 100, e({ volume: n }));
453
+ },
454
+ stop: () => {
455
+ t().techRef.current && e({
456
+ isPlaying: !1,
457
+ isLoading: !1
458
+ });
459
+ }
460
+ }), Wn = (e) => ({
461
+ idleLocks: /* @__PURE__ */ new Set(),
462
+ addIdleLock: (t) => e((n) => ({
463
+ idleLocks: new Set(n.idleLocks).add(t)
464
+ })),
465
+ removeIdleLock: (t) => e((n) => {
466
+ const r = new Set(n.idleLocks);
467
+ return r.delete(t), { idleLocks: r };
468
+ })
469
+ }), Bn = (e, t) => ({
470
+ isFullscreen: !1,
471
+ isFullscreenReady: !1,
472
+ exitFullscreen: () => {
473
+ Yn(document), e({ isFullscreen: !1 });
474
+ },
475
+ requestFullscreen: () => {
476
+ const n = t().techRef.current, r = t().containerRef.current;
477
+ if (!n || !r) return;
478
+ const o = Wt ? n : r;
479
+ o && Vn(o), e({ isFullscreen: !0 });
480
+ },
481
+ setIsFullscreen: (n) => e({ isFullscreen: n }),
482
+ setIsFullscreenReady: (n) => e({ isFullscreenReady: n })
483
+ }), Gn = (e) => ({
484
+ url: "",
485
+ setURL: (t) => e({ url: t })
486
+ }), Hn = (e) => () => ({
487
+ ...e
488
+ }), Xn = (e, t) => Dn()((...n) => ({
489
+ ...Un(...n),
490
+ ...Wn(...n),
491
+ ...Bn(...n),
492
+ ...Gn(...n),
493
+ ...Hn({ techRef: e, containerRef: t })(...n)
494
+ })), Bt = Rn(null), Jn = ({ children: e }) => {
495
+ const t = xe(null), n = xe(null), r = xe(null);
496
+ return t.current || (t.current = Xn(n, r)), /* @__PURE__ */ f.jsx(Bt.Provider, { value: t.current, children: e });
497
+ }, j = (e) => {
498
+ const t = Vt(Bt);
499
+ if (!t)
500
+ throw new Error("usePlayerStore must be used within PlayerStoreProvider");
501
+ return Ut(t, e);
502
+ };
503
+ function Gt({ children: e }) {
504
+ return /* @__PURE__ */ f.jsx(Jn, { children: e });
505
+ }
506
+ const $e = {
507
+ hls: "hls",
508
+ dash: "dash"
509
+ };
510
+ function Zn(e) {
511
+ return e && /\.m3u8/i.test(e) ? $e.hls : $e.dash;
512
+ }
513
+ var M = function() {
514
+ return M = Object.assign || function(t) {
515
+ for (var n, r = 1, o = arguments.length; r < o; r++) {
516
+ n = arguments[r];
517
+ for (var s in n) Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
518
+ }
519
+ return t;
520
+ }, M.apply(this, arguments);
521
+ };
522
+ function oe(e, t, n) {
523
+ if (n || arguments.length === 2) for (var r = 0, o = t.length, s; r < o; r++)
524
+ (s || !(r in t)) && (s || (s = Array.prototype.slice.call(t, 0, r)), s[r] = t[r]);
525
+ return e.concat(s || Array.prototype.slice.call(t));
526
+ }
527
+ function Kn(e) {
528
+ var t = /* @__PURE__ */ Object.create(null);
529
+ return function(n) {
530
+ return t[n] === void 0 && (t[n] = e(n)), t[n];
531
+ };
532
+ }
533
+ var Qn = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, er = /* @__PURE__ */ Kn(
534
+ function(e) {
535
+ return Qn.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
536
+ }
537
+ /* Z+1 */
538
+ ), _ = "-ms-", Ee = "-moz-", E = "-webkit-", Ht = "comm", Ye = "rule", ut = "decl", tr = "@import", Xt = "@keyframes", nr = "@layer", Jt = Math.abs, dt = String.fromCharCode, et = Object.assign;
539
+ function rr(e, t) {
540
+ return L(e, 0) ^ 45 ? (((t << 2 ^ L(e, 0)) << 2 ^ L(e, 1)) << 2 ^ L(e, 2)) << 2 ^ L(e, 3) : 0;
541
+ }
542
+ function Zt(e) {
543
+ return e.trim();
544
+ }
545
+ function H(e, t) {
546
+ return (e = t.exec(e)) ? e[0] : e;
547
+ }
548
+ function g(e, t, n) {
549
+ return e.replace(t, n);
550
+ }
551
+ function Ne(e, t, n) {
552
+ return e.indexOf(t, n);
553
+ }
554
+ function L(e, t) {
555
+ return e.charCodeAt(t) | 0;
556
+ }
557
+ function le(e, t, n) {
558
+ return e.slice(t, n);
559
+ }
560
+ function W(e) {
561
+ return e.length;
562
+ }
563
+ function Kt(e) {
564
+ return e.length;
565
+ }
566
+ function Se(e, t) {
567
+ return t.push(e), e;
568
+ }
569
+ function or(e, t) {
570
+ return e.map(t).join("");
571
+ }
572
+ function kt(e, t) {
573
+ return e.filter(function(n) {
574
+ return !H(n, t);
575
+ });
576
+ }
577
+ var qe = 1, ue = 1, Qt = 0, Y = 0, I = 0, he = "";
578
+ function Ue(e, t, n, r, o, s, a, c) {
579
+ return { value: e, root: t, parent: n, type: r, props: o, children: s, line: qe, column: ue, length: a, return: "", siblings: c };
580
+ }
581
+ function K(e, t) {
582
+ return et(Ue("", null, null, "", null, null, 0, e.siblings), e, { length: -e.length }, t);
583
+ }
584
+ function ce(e) {
585
+ for (; e.root; )
586
+ e = K(e.root, { children: [e] });
587
+ Se(e, e.siblings);
588
+ }
589
+ function sr() {
590
+ return I;
591
+ }
592
+ function ir() {
593
+ return I = Y > 0 ? L(he, --Y) : 0, ue--, I === 10 && (ue = 1, qe--), I;
594
+ }
595
+ function U() {
596
+ return I = Y < Qt ? L(he, Y++) : 0, ue++, I === 10 && (ue = 1, qe++), I;
597
+ }
598
+ function ne() {
599
+ return L(he, Y);
600
+ }
601
+ function Ie() {
602
+ return Y;
603
+ }
604
+ function We(e, t) {
605
+ return le(he, e, t);
606
+ }
607
+ function tt(e) {
608
+ switch (e) {
609
+ // \0 \t \n \r \s whitespace token
610
+ case 0:
611
+ case 9:
612
+ case 10:
613
+ case 13:
614
+ case 32:
615
+ return 5;
616
+ // ! + , / > @ ~ isolate token
617
+ case 33:
618
+ case 43:
619
+ case 44:
620
+ case 47:
621
+ case 62:
622
+ case 64:
623
+ case 126:
624
+ // ; { } breakpoint token
625
+ case 59:
626
+ case 123:
627
+ case 125:
628
+ return 4;
629
+ // : accompanied token
630
+ case 58:
631
+ return 3;
632
+ // " ' ( [ opening delimit token
633
+ case 34:
634
+ case 39:
635
+ case 40:
636
+ case 91:
637
+ return 2;
638
+ // ) ] closing delimit token
639
+ case 41:
640
+ case 93:
641
+ return 1;
642
+ }
643
+ return 0;
644
+ }
645
+ function ar(e) {
646
+ return qe = ue = 1, Qt = W(he = e), Y = 0, [];
647
+ }
648
+ function cr(e) {
649
+ return he = "", e;
650
+ }
651
+ function Xe(e) {
652
+ return Zt(We(Y - 1, nt(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
653
+ }
654
+ function lr(e) {
655
+ for (; (I = ne()) && I < 33; )
656
+ U();
657
+ return tt(e) > 2 || tt(I) > 3 ? "" : " ";
658
+ }
659
+ function ur(e, t) {
660
+ for (; --t && U() && !(I < 48 || I > 102 || I > 57 && I < 65 || I > 70 && I < 97); )
661
+ ;
662
+ return We(e, Ie() + (t < 6 && ne() == 32 && U() == 32));
663
+ }
664
+ function nt(e) {
665
+ for (; U(); )
666
+ switch (I) {
667
+ // ] ) " '
668
+ case e:
669
+ return Y;
670
+ // " '
671
+ case 34:
672
+ case 39:
673
+ e !== 34 && e !== 39 && nt(I);
674
+ break;
675
+ // (
676
+ case 40:
677
+ e === 41 && nt(e);
678
+ break;
679
+ // \
680
+ case 92:
681
+ U();
682
+ break;
683
+ }
684
+ return Y;
685
+ }
686
+ function dr(e, t) {
687
+ for (; U() && e + I !== 57; )
688
+ if (e + I === 84 && ne() === 47)
689
+ break;
690
+ return "/*" + We(t, Y - 1) + "*" + dt(e === 47 ? e : U());
691
+ }
692
+ function fr(e) {
693
+ for (; !tt(ne()); )
694
+ U();
695
+ return We(e, Y);
696
+ }
697
+ function pr(e) {
698
+ return cr(Le("", null, null, null, [""], e = ar(e), 0, [0], e));
699
+ }
700
+ function Le(e, t, n, r, o, s, a, c, u) {
701
+ for (var l = 0, v = 0, h = a, y = 0, b = 0, P = 0, k = 1, D = 1, A = 1, C = 0, x = "", R = o, d = s, S = r, m = x; D; )
702
+ switch (P = C, C = U()) {
703
+ // (
704
+ case 40:
705
+ if (P != 108 && L(m, h - 1) == 58) {
706
+ Ne(m += g(Xe(C), "&", "&\f"), "&\f", Jt(l ? c[l - 1] : 0)) != -1 && (A = -1);
707
+ break;
708
+ }
709
+ // " ' [
710
+ case 34:
711
+ case 39:
712
+ case 91:
713
+ m += Xe(C);
714
+ break;
715
+ // \t \n \r \s
716
+ case 9:
717
+ case 10:
718
+ case 13:
719
+ case 32:
720
+ m += lr(P);
721
+ break;
722
+ // \
723
+ case 92:
724
+ m += ur(Ie() - 1, 7);
725
+ continue;
726
+ // /
727
+ case 47:
728
+ switch (ne()) {
729
+ case 42:
730
+ case 47:
731
+ Se(hr(dr(U(), Ie()), t, n, u), u);
732
+ break;
733
+ default:
734
+ m += "/";
735
+ }
736
+ break;
737
+ // {
738
+ case 123 * k:
739
+ c[l++] = W(m) * A;
740
+ // } ; \0
741
+ case 125 * k:
742
+ case 59:
743
+ case 0:
744
+ switch (C) {
745
+ // \0 }
746
+ case 0:
747
+ case 125:
748
+ D = 0;
749
+ // ;
750
+ case 59 + v:
751
+ A == -1 && (m = g(m, /\f/g, "")), b > 0 && W(m) - h && Se(b > 32 ? Pt(m + ";", r, n, h - 1, u) : Pt(g(m, " ", "") + ";", r, n, h - 2, u), u);
752
+ break;
753
+ // @ ;
754
+ case 59:
755
+ m += ";";
756
+ // { rule/at-rule
757
+ default:
758
+ if (Se(S = Rt(m, t, n, l, v, o, c, x, R = [], d = [], h, s), s), C === 123)
759
+ if (v === 0)
760
+ Le(m, t, S, S, R, s, h, c, d);
761
+ else
762
+ switch (y === 99 && L(m, 3) === 110 ? 100 : y) {
763
+ // d l m s
764
+ case 100:
765
+ case 108:
766
+ case 109:
767
+ case 115:
768
+ Le(e, S, S, r && Se(Rt(e, S, S, 0, 0, o, c, x, o, R = [], h, d), d), o, d, h, c, r ? R : d);
769
+ break;
770
+ default:
771
+ Le(m, S, S, S, [""], d, 0, c, d);
772
+ }
773
+ }
774
+ l = v = b = 0, k = A = 1, x = m = "", h = a;
775
+ break;
776
+ // :
777
+ case 58:
778
+ h = 1 + W(m), b = P;
779
+ default:
780
+ if (k < 1) {
781
+ if (C == 123)
782
+ --k;
783
+ else if (C == 125 && k++ == 0 && ir() == 125)
784
+ continue;
785
+ }
786
+ switch (m += dt(C), C * k) {
787
+ // &
788
+ case 38:
789
+ A = v > 0 ? 1 : (m += "\f", -1);
790
+ break;
791
+ // ,
792
+ case 44:
793
+ c[l++] = (W(m) - 1) * A, A = 1;
794
+ break;
795
+ // @
796
+ case 64:
797
+ ne() === 45 && (m += Xe(U())), y = ne(), v = h = W(x = m += fr(Ie())), C++;
798
+ break;
799
+ // -
800
+ case 45:
801
+ P === 45 && W(m) == 2 && (k = 0);
802
+ }
803
+ }
804
+ return s;
805
+ }
806
+ function Rt(e, t, n, r, o, s, a, c, u, l, v, h) {
807
+ for (var y = o - 1, b = o === 0 ? s : [""], P = Kt(b), k = 0, D = 0, A = 0; k < r; ++k)
808
+ for (var C = 0, x = le(e, y + 1, y = Jt(D = a[k])), R = e; C < P; ++C)
809
+ (R = Zt(D > 0 ? b[C] + " " + x : g(x, /&\f/g, b[C]))) && (u[A++] = R);
810
+ return Ue(e, t, n, o === 0 ? Ye : c, u, l, v, h);
811
+ }
812
+ function hr(e, t, n, r) {
813
+ return Ue(e, t, n, Ht, dt(sr()), le(e, 2, -2), 0, r);
814
+ }
815
+ function Pt(e, t, n, r, o) {
816
+ return Ue(e, t, n, ut, le(e, 0, r), le(e, r + 1, -1), r, o);
817
+ }
818
+ function en(e, t, n) {
819
+ switch (rr(e, t)) {
820
+ // color-adjust
821
+ case 5103:
822
+ return E + "print-" + e + e;
823
+ // animation, animation-(delay|direction|duration|fill-mode|iteration-count|name|play-state|timing-function)
824
+ case 5737:
825
+ case 4201:
826
+ case 3177:
827
+ case 3433:
828
+ case 1641:
829
+ case 4457:
830
+ case 2921:
831
+ // text-decoration, filter, clip-path, backface-visibility, column, box-decoration-break
832
+ case 5572:
833
+ case 6356:
834
+ case 5844:
835
+ case 3191:
836
+ case 6645:
837
+ case 3005:
838
+ // mask, mask-image, mask-(mode|clip|size), mask-(repeat|origin), mask-position, mask-composite,
839
+ case 6391:
840
+ case 5879:
841
+ case 5623:
842
+ case 6135:
843
+ case 4599:
844
+ case 4855:
845
+ // background-clip, columns, column-(count|fill|gap|rule|rule-color|rule-style|rule-width|span|width)
846
+ case 4215:
847
+ case 6389:
848
+ case 5109:
849
+ case 5365:
850
+ case 5621:
851
+ case 3829:
852
+ return E + e + e;
853
+ // tab-size
854
+ case 4789:
855
+ return Ee + e + e;
856
+ // appearance, user-select, transform, hyphens, text-size-adjust
857
+ case 5349:
858
+ case 4246:
859
+ case 4810:
860
+ case 6968:
861
+ case 2756:
862
+ return E + e + Ee + e + _ + e + e;
863
+ // writing-mode
864
+ case 5936:
865
+ switch (L(e, t + 11)) {
866
+ // vertical-l(r)
867
+ case 114:
868
+ return E + e + _ + g(e, /[svh]\w+-[tblr]{2}/, "tb") + e;
869
+ // vertical-r(l)
870
+ case 108:
871
+ return E + e + _ + g(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e;
872
+ // horizontal(-)tb
873
+ case 45:
874
+ return E + e + _ + g(e, /[svh]\w+-[tblr]{2}/, "lr") + e;
875
+ }
876
+ // flex, flex-direction, scroll-snap-type, writing-mode
877
+ case 6828:
878
+ case 4268:
879
+ case 2903:
880
+ return E + e + _ + e + e;
881
+ // order
882
+ case 6165:
883
+ return E + e + _ + "flex-" + e + e;
884
+ // align-items
885
+ case 5187:
886
+ return E + e + g(e, /(\w+).+(:[^]+)/, E + "box-$1$2" + _ + "flex-$1$2") + e;
887
+ // align-self
888
+ case 5443:
889
+ return E + e + _ + "flex-item-" + g(e, /flex-|-self/g, "") + (H(e, /flex-|baseline/) ? "" : _ + "grid-row-" + g(e, /flex-|-self/g, "")) + e;
890
+ // align-content
891
+ case 4675:
892
+ return E + e + _ + "flex-line-pack" + g(e, /align-content|flex-|-self/g, "") + e;
893
+ // flex-shrink
894
+ case 5548:
895
+ return E + e + _ + g(e, "shrink", "negative") + e;
896
+ // flex-basis
897
+ case 5292:
898
+ return E + e + _ + g(e, "basis", "preferred-size") + e;
899
+ // flex-grow
900
+ case 6060:
901
+ return E + "box-" + g(e, "-grow", "") + E + e + _ + g(e, "grow", "positive") + e;
902
+ // transition
903
+ case 4554:
904
+ return E + g(e, /([^-])(transform)/g, "$1" + E + "$2") + e;
905
+ // cursor
906
+ case 6187:
907
+ return g(g(g(e, /(zoom-|grab)/, E + "$1"), /(image-set)/, E + "$1"), e, "") + e;
908
+ // background, background-image
909
+ case 5495:
910
+ case 3959:
911
+ return g(e, /(image-set\([^]*)/, E + "$1$`$1");
912
+ // justify-content
913
+ case 4968:
914
+ return g(g(e, /(.+:)(flex-)?(.*)/, E + "box-pack:$3" + _ + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + E + e + e;
915
+ // justify-self
916
+ case 4200:
917
+ if (!H(e, /flex-|baseline/)) return _ + "grid-column-align" + le(e, t) + e;
918
+ break;
919
+ // grid-template-(columns|rows)
920
+ case 2592:
921
+ case 3360:
922
+ return _ + g(e, "template-", "") + e;
923
+ // grid-(row|column)-start
924
+ case 4384:
925
+ case 3616:
926
+ return n && n.some(function(r, o) {
927
+ return t = o, H(r.props, /grid-\w+-end/);
928
+ }) ? ~Ne(e + (n = n[t].value), "span", 0) ? e : _ + g(e, "-start", "") + e + _ + "grid-row-span:" + (~Ne(n, "span", 0) ? H(n, /\d+/) : +H(n, /\d+/) - +H(e, /\d+/)) + ";" : _ + g(e, "-start", "") + e;
929
+ // grid-(row|column)-end
930
+ case 4896:
931
+ case 4128:
932
+ return n && n.some(function(r) {
933
+ return H(r.props, /grid-\w+-start/);
934
+ }) ? e : _ + g(g(e, "-end", "-span"), "span ", "") + e;
935
+ // (margin|padding)-inline-(start|end)
936
+ case 4095:
937
+ case 3583:
938
+ case 4068:
939
+ case 2532:
940
+ return g(e, /(.+)-inline(.+)/, E + "$1$2") + e;
941
+ // (min|max)?(width|height|inline-size|block-size)
942
+ case 8116:
943
+ case 7059:
944
+ case 5753:
945
+ case 5535:
946
+ case 5445:
947
+ case 5701:
948
+ case 4933:
949
+ case 4677:
950
+ case 5533:
951
+ case 5789:
952
+ case 5021:
953
+ case 4765:
954
+ if (W(e) - 1 - t > 6)
955
+ switch (L(e, t + 1)) {
956
+ // (m)ax-content, (m)in-content
957
+ case 109:
958
+ if (L(e, t + 4) !== 45)
959
+ break;
960
+ // (f)ill-available, (f)it-content
961
+ case 102:
962
+ return g(e, /(.+:)(.+)-([^]+)/, "$1" + E + "$2-$3$1" + Ee + (L(e, t + 3) == 108 ? "$3" : "$2-$3")) + e;
963
+ // (s)tretch
964
+ case 115:
965
+ return ~Ne(e, "stretch", 0) ? en(g(e, "stretch", "fill-available"), t, n) + e : e;
966
+ }
967
+ break;
968
+ // grid-(column|row)
969
+ case 5152:
970
+ case 5920:
971
+ return g(e, /(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/, function(r, o, s, a, c, u, l) {
972
+ return _ + o + ":" + s + l + (a ? _ + o + "-span:" + (c ? u : +u - +s) + l : "") + e;
973
+ });
974
+ // position: sticky
975
+ case 4949:
976
+ if (L(e, t + 6) === 121)
977
+ return g(e, ":", ":" + E) + e;
978
+ break;
979
+ // display: (flex|inline-flex|grid|inline-grid)
980
+ case 6444:
981
+ switch (L(e, L(e, 14) === 45 ? 18 : 11)) {
982
+ // (inline-)?fle(x)
983
+ case 120:
984
+ return g(e, /(.+:)([^;\s!]+)(;|(\s+)?!.+)?/, "$1" + E + (L(e, 14) === 45 ? "inline-" : "") + "box$3$1" + E + "$2$3$1" + _ + "$2box$3") + e;
985
+ // (inline-)?gri(d)
986
+ case 100:
987
+ return g(e, ":", ":" + _) + e;
988
+ }
989
+ break;
990
+ // scroll-margin, scroll-margin-(top|right|bottom|left)
991
+ case 5719:
992
+ case 2647:
993
+ case 2135:
994
+ case 3927:
995
+ case 2391:
996
+ return g(e, "scroll-", "scroll-snap-") + e;
997
+ }
998
+ return e;
999
+ }
1000
+ function Me(e, t) {
1001
+ for (var n = "", r = 0; r < e.length; r++)
1002
+ n += t(e[r], r, e, t) || "";
1003
+ return n;
1004
+ }
1005
+ function mr(e, t, n, r) {
1006
+ switch (e.type) {
1007
+ case nr:
1008
+ if (e.children.length) break;
1009
+ case tr:
1010
+ case ut:
1011
+ return e.return = e.return || e.value;
1012
+ case Ht:
1013
+ return "";
1014
+ case Xt:
1015
+ return e.return = e.value + "{" + Me(e.children, r) + "}";
1016
+ case Ye:
1017
+ if (!W(e.value = e.props.join(","))) return "";
1018
+ }
1019
+ return W(n = Me(e.children, r)) ? e.return = e.value + "{" + n + "}" : "";
1020
+ }
1021
+ function gr(e) {
1022
+ var t = Kt(e);
1023
+ return function(n, r, o, s) {
1024
+ for (var a = "", c = 0; c < t; c++)
1025
+ a += e[c](n, r, o, s) || "";
1026
+ return a;
1027
+ };
1028
+ }
1029
+ function yr(e) {
1030
+ return function(t) {
1031
+ t.root || (t = t.return) && e(t);
1032
+ };
1033
+ }
1034
+ function vr(e, t, n, r) {
1035
+ if (e.length > -1 && !e.return)
1036
+ switch (e.type) {
1037
+ case ut:
1038
+ e.return = en(e.value, e.length, n);
1039
+ return;
1040
+ case Xt:
1041
+ return Me([K(e, { value: g(e.value, "@", "@" + E) })], r);
1042
+ case Ye:
1043
+ if (e.length)
1044
+ return or(n = e.props, function(o) {
1045
+ switch (H(o, r = /(::plac\w+|:read-\w+)/)) {
1046
+ // :read-(only|write)
1047
+ case ":read-only":
1048
+ case ":read-write":
1049
+ ce(K(e, { props: [g(o, /:(read-\w+)/, ":" + Ee + "$1")] })), ce(K(e, { props: [o] })), et(e, { props: kt(n, r) });
1050
+ break;
1051
+ // :placeholder
1052
+ case "::placeholder":
1053
+ ce(K(e, { props: [g(o, /:(plac\w+)/, ":" + E + "input-$1")] })), ce(K(e, { props: [g(o, /:(plac\w+)/, ":" + Ee + "$1")] })), ce(K(e, { props: [g(o, /:(plac\w+)/, _ + "input-$1")] })), ce(K(e, { props: [o] })), et(e, { props: kt(n, r) });
1054
+ break;
1055
+ }
1056
+ return "";
1057
+ });
1058
+ }
1059
+ }
1060
+ var br = {
1061
+ animationIterationCount: 1,
1062
+ aspectRatio: 1,
1063
+ borderImageOutset: 1,
1064
+ borderImageSlice: 1,
1065
+ borderImageWidth: 1,
1066
+ boxFlex: 1,
1067
+ boxFlexGroup: 1,
1068
+ boxOrdinalGroup: 1,
1069
+ columnCount: 1,
1070
+ columns: 1,
1071
+ flex: 1,
1072
+ flexGrow: 1,
1073
+ flexPositive: 1,
1074
+ flexShrink: 1,
1075
+ flexNegative: 1,
1076
+ flexOrder: 1,
1077
+ gridRow: 1,
1078
+ gridRowEnd: 1,
1079
+ gridRowSpan: 1,
1080
+ gridRowStart: 1,
1081
+ gridColumn: 1,
1082
+ gridColumnEnd: 1,
1083
+ gridColumnSpan: 1,
1084
+ gridColumnStart: 1,
1085
+ msGridRow: 1,
1086
+ msGridRowSpan: 1,
1087
+ msGridColumn: 1,
1088
+ msGridColumnSpan: 1,
1089
+ fontWeight: 1,
1090
+ lineHeight: 1,
1091
+ opacity: 1,
1092
+ order: 1,
1093
+ orphans: 1,
1094
+ tabSize: 1,
1095
+ widows: 1,
1096
+ zIndex: 1,
1097
+ zoom: 1,
1098
+ WebkitLineClamp: 1,
1099
+ // SVG-related properties
1100
+ fillOpacity: 1,
1101
+ floodOpacity: 1,
1102
+ stopOpacity: 1,
1103
+ strokeDasharray: 1,
1104
+ strokeDashoffset: 1,
1105
+ strokeMiterlimit: 1,
1106
+ strokeOpacity: 1,
1107
+ strokeWidth: 1
1108
+ }, se = typeof process < "u" && process.env !== void 0 && (process.env.REACT_APP_SC_ATTR || process.env.SC_ATTR) || "data-styled", tn = "active", nn = "data-styled-version", Be = "6.1.19", ft = `/*!sc*/
1109
+ `, ze = typeof window < "u" && typeof document < "u", wr = !!(typeof SC_DISABLE_SPEEDY == "boolean" ? SC_DISABLE_SPEEDY : typeof process < "u" && process.env !== void 0 && process.env.REACT_APP_SC_DISABLE_SPEEDY !== void 0 && process.env.REACT_APP_SC_DISABLE_SPEEDY !== "" ? process.env.REACT_APP_SC_DISABLE_SPEEDY !== "false" && process.env.REACT_APP_SC_DISABLE_SPEEDY : typeof process < "u" && process.env !== void 0 && process.env.SC_DISABLE_SPEEDY !== void 0 && process.env.SC_DISABLE_SPEEDY !== "" ? process.env.SC_DISABLE_SPEEDY !== "false" && process.env.SC_DISABLE_SPEEDY : process.env.NODE_ENV !== "production"), Tt = /invalid hook call/i, _e = /* @__PURE__ */ new Set(), Sr = function(e, t) {
1110
+ if (process.env.NODE_ENV !== "production") {
1111
+ var n = t ? ' with the id of "'.concat(t, '"') : "", r = "The component ".concat(e).concat(n, ` has been created dynamically.
1112
+ `) + `You may see this warning because you've called styled inside another component.
1113
+ To resolve this only create new StyledComponents outside of any render method and function component.
1114
+ See https://styled-components.com/docs/basics#define-styled-components-outside-of-the-render-method for more info.
1115
+ `, o = console.error;
1116
+ try {
1117
+ var s = !0;
1118
+ console.error = function(a) {
1119
+ for (var c = [], u = 1; u < arguments.length; u++) c[u - 1] = arguments[u];
1120
+ Tt.test(a) ? (s = !1, _e.delete(r)) : o.apply(void 0, oe([a], c, !1));
1121
+ }, xe(), s && !_e.has(r) && (console.warn(r), _e.add(r));
1122
+ } catch (a) {
1123
+ Tt.test(a.message) && _e.delete(r);
1124
+ } finally {
1125
+ console.error = o;
1126
+ }
1127
+ }
1128
+ }, Ge = Object.freeze([]), de = Object.freeze({});
1129
+ function xr(e, t, n) {
1130
+ return n === void 0 && (n = de), e.theme !== n.theme && e.theme || t || n.theme;
1131
+ }
1132
+ var rt = /* @__PURE__ */ new Set(["a", "abbr", "address", "area", "article", "aside", "audio", "b", "base", "bdi", "bdo", "big", "blockquote", "body", "br", "button", "canvas", "caption", "cite", "code", "col", "colgroup", "data", "datalist", "dd", "del", "details", "dfn", "dialog", "div", "dl", "dt", "em", "embed", "fieldset", "figcaption", "figure", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "header", "hgroup", "hr", "html", "i", "iframe", "img", "input", "ins", "kbd", "keygen", "label", "legend", "li", "link", "main", "map", "mark", "menu", "menuitem", "meta", "meter", "nav", "noscript", "object", "ol", "optgroup", "option", "output", "p", "param", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "script", "section", "select", "small", "source", "span", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "u", "ul", "use", "var", "video", "wbr", "circle", "clipPath", "defs", "ellipse", "foreignObject", "g", "image", "line", "linearGradient", "marker", "mask", "path", "pattern", "polygon", "polyline", "radialGradient", "rect", "stop", "svg", "text", "tspan"]), Er = /[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g, kr = /(^-|-$)/g;
1133
+ function Ct(e) {
1134
+ return e.replace(Er, "-").replace(kr, "");
1135
+ }
1136
+ var Rr = /(a)(d)/gi, Ae = 52, _t = function(e) {
1137
+ return String.fromCharCode(e + (e > 25 ? 39 : 97));
1138
+ };
1139
+ function ot(e) {
1140
+ var t, n = "";
1141
+ for (t = Math.abs(e); t > Ae; t = t / Ae | 0) n = _t(t % Ae) + n;
1142
+ return (_t(t % Ae) + n).replace(Rr, "$1-$2");
1143
+ }
1144
+ var Je, rn = 5381, ee = function(e, t) {
1145
+ for (var n = t.length; n; ) e = 33 * e ^ t.charCodeAt(--n);
1146
+ return e;
1147
+ }, on = function(e) {
1148
+ return ee(rn, e);
1149
+ };
1150
+ function sn(e) {
1151
+ return ot(on(e) >>> 0);
1152
+ }
1153
+ function an(e) {
1154
+ return process.env.NODE_ENV !== "production" && typeof e == "string" && e || e.displayName || e.name || "Component";
1155
+ }
1156
+ function Ze(e) {
1157
+ return typeof e == "string" && (process.env.NODE_ENV === "production" || e.charAt(0) === e.charAt(0).toLowerCase());
1158
+ }
1159
+ var cn = typeof Symbol == "function" && Symbol.for, ln = cn ? Symbol.for("react.memo") : 60115, Pr = cn ? Symbol.for("react.forward_ref") : 60112, Tr = { childContextTypes: !0, contextType: !0, contextTypes: !0, defaultProps: !0, displayName: !0, getDefaultProps: !0, getDerivedStateFromError: !0, getDerivedStateFromProps: !0, mixins: !0, propTypes: !0, type: !0 }, Cr = { name: !0, length: !0, prototype: !0, caller: !0, callee: !0, arguments: !0, arity: !0 }, un = { $$typeof: !0, compare: !0, defaultProps: !0, displayName: !0, propTypes: !0, type: !0 }, _r = ((Je = {})[Pr] = { $$typeof: !0, render: !0, defaultProps: !0, displayName: !0, propTypes: !0 }, Je[ln] = un, Je);
1160
+ function At(e) {
1161
+ return ("type" in (t = e) && t.type.$$typeof) === ln ? un : "$$typeof" in e ? _r[e.$$typeof] : Tr;
1162
+ var t;
1163
+ }
1164
+ var Ar = Object.defineProperty, jr = Object.getOwnPropertyNames, jt = Object.getOwnPropertySymbols, Or = Object.getOwnPropertyDescriptor, Nr = Object.getPrototypeOf, Ot = Object.prototype;
1165
+ function dn(e, t, n) {
1166
+ if (typeof t != "string") {
1167
+ if (Ot) {
1168
+ var r = Nr(t);
1169
+ r && r !== Ot && dn(e, r, n);
1170
+ }
1171
+ var o = jr(t);
1172
+ jt && (o = o.concat(jt(t)));
1173
+ for (var s = At(e), a = At(t), c = 0; c < o.length; ++c) {
1174
+ var u = o[c];
1175
+ if (!(u in Cr || n && n[u] || a && u in a || s && u in s)) {
1176
+ var l = Or(t, u);
1177
+ try {
1178
+ Ar(e, u, l);
1179
+ } catch {
1180
+ }
1181
+ }
1182
+ }
1183
+ }
1184
+ return e;
1185
+ }
1186
+ function fe(e) {
1187
+ return typeof e == "function";
1188
+ }
1189
+ function pt(e) {
1190
+ return typeof e == "object" && "styledComponentId" in e;
1191
+ }
1192
+ function te(e, t) {
1193
+ return e && t ? "".concat(e, " ").concat(t) : e || t || "";
1194
+ }
1195
+ function st(e, t) {
1196
+ if (e.length === 0) return "";
1197
+ for (var n = e[0], r = 1; r < e.length; r++) n += e[r];
1198
+ return n;
1199
+ }
1200
+ function pe(e) {
1201
+ return e !== null && typeof e == "object" && e.constructor.name === Object.name && !("props" in e && e.$$typeof);
1202
+ }
1203
+ function it(e, t, n) {
1204
+ if (n === void 0 && (n = !1), !n && !pe(e) && !Array.isArray(e)) return t;
1205
+ if (Array.isArray(t)) for (var r = 0; r < t.length; r++) e[r] = it(e[r], t[r]);
1206
+ else if (pe(t)) for (var r in t) e[r] = it(e[r], t[r]);
1207
+ return e;
1208
+ }
1209
+ function ht(e, t) {
1210
+ Object.defineProperty(e, "toString", { value: t });
1211
+ }
1212
+ var Ir = process.env.NODE_ENV !== "production" ? { 1: `Cannot create styled-component for component: %s.
1213
+
1214
+ `, 2: `Can't collect styles once you've consumed a \`ServerStyleSheet\`'s styles! \`ServerStyleSheet\` is a one off instance for each server-side render cycle.
1215
+
1216
+ - Are you trying to reuse it across renders?
1217
+ - Are you accidentally calling collectStyles twice?
1218
+
1219
+ `, 3: `Streaming SSR is only supported in a Node.js environment; Please do not try to call this method in the browser.
1220
+
1221
+ `, 4: `The \`StyleSheetManager\` expects a valid target or sheet prop!
1222
+
1223
+ - Does this error occur on the client and is your target falsy?
1224
+ - Does this error occur on the server and is the sheet falsy?
1225
+
1226
+ `, 5: `The clone method cannot be used on the client!
1227
+
1228
+ - Are you running in a client-like environment on the server?
1229
+ - Are you trying to run SSR on the client?
1230
+
1231
+ `, 6: `Trying to insert a new style tag, but the given Node is unmounted!
1232
+
1233
+ - Are you using a custom target that isn't mounted?
1234
+ - Does your document not have a valid head element?
1235
+ - Have you accidentally removed a style tag manually?
1236
+
1237
+ `, 7: 'ThemeProvider: Please return an object from your "theme" prop function, e.g.\n\n```js\ntheme={() => ({})}\n```\n\n', 8: `ThemeProvider: Please make your "theme" prop an object.
1238
+
1239
+ `, 9: "Missing document `<head>`\n\n", 10: `Cannot find a StyleSheet instance. Usually this happens if there are multiple copies of styled-components loaded at once. Check out this issue for how to troubleshoot and fix the common cases where this situation can happen: https://github.com/styled-components/styled-components/issues/1941#issuecomment-417862021
1240
+
1241
+ `, 11: `_This error was replaced with a dev-time warning, it will be deleted for v4 final._ [createGlobalStyle] received children which will not be rendered. Please use the component without passing children elements.
1242
+
1243
+ `, 12: "It seems you are interpolating a keyframe declaration (%s) into an untagged string. This was supported in styled-components v3, but is not longer supported in v4 as keyframes are now injected on-demand. Please wrap your string in the css\\`\\` helper which ensures the styles are injected correctly. See https://www.styled-components.com/docs/api#css\n\n", 13: `%s is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.
1244
+
1245
+ `, 14: `ThemeProvider: "theme" prop is required.
1246
+
1247
+ `, 15: "A stylis plugin has been supplied that is not named. We need a name for each plugin to be able to prevent styling collisions between different stylis configurations within the same app. Before you pass your plugin to `<StyleSheetManager stylisPlugins={[]}>`, please make sure each plugin is uniquely-named, e.g.\n\n```js\nObject.defineProperty(importedPlugin, 'name', { value: 'some-unique-name' });\n```\n\n", 16: `Reached the limit of how many styled components may be created at group %s.
1248
+ You may only create up to 1,073,741,824 components. If you're creating components dynamically,
1249
+ as for instance in your render method then you may be running into this limitation.
1250
+
1251
+ `, 17: `CSSStyleSheet could not be found on HTMLStyleElement.
1252
+ Has styled-components' style tag been unmounted or altered by another script?
1253
+ `, 18: "ThemeProvider: Please make sure your useTheme hook is within a `<ThemeProvider>`" } : {};
1254
+ function Lr() {
1255
+ for (var e = [], t = 0; t < arguments.length; t++) e[t] = arguments[t];
1256
+ for (var n = e[0], r = [], o = 1, s = e.length; o < s; o += 1) r.push(e[o]);
1257
+ return r.forEach(function(a) {
1258
+ n = n.replace(/%[a-z]/, a);
1259
+ }), n;
1260
+ }
1261
+ function me(e) {
1262
+ for (var t = [], n = 1; n < arguments.length; n++) t[n - 1] = arguments[n];
1263
+ return process.env.NODE_ENV === "production" ? new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(e, " for more information.").concat(t.length > 0 ? " Args: ".concat(t.join(", ")) : "")) : new Error(Lr.apply(void 0, oe([Ir[e]], t, !1)).trim());
1264
+ }
1265
+ var Dr = (function() {
1266
+ function e(t) {
1267
+ this.groupSizes = new Uint32Array(512), this.length = 512, this.tag = t;
1268
+ }
1269
+ return e.prototype.indexOfGroup = function(t) {
1270
+ for (var n = 0, r = 0; r < t; r++) n += this.groupSizes[r];
1271
+ return n;
1272
+ }, e.prototype.insertRules = function(t, n) {
1273
+ if (t >= this.groupSizes.length) {
1274
+ for (var r = this.groupSizes, o = r.length, s = o; t >= s; ) if ((s <<= 1) < 0) throw me(16, "".concat(t));
1275
+ this.groupSizes = new Uint32Array(s), this.groupSizes.set(r), this.length = s;
1276
+ for (var a = o; a < s; a++) this.groupSizes[a] = 0;
1277
+ }
1278
+ for (var c = this.indexOfGroup(t + 1), u = (a = 0, n.length); a < u; a++) this.tag.insertRule(c, n[a]) && (this.groupSizes[t]++, c++);
1279
+ }, e.prototype.clearGroup = function(t) {
1280
+ if (t < this.length) {
1281
+ var n = this.groupSizes[t], r = this.indexOfGroup(t), o = r + n;
1282
+ this.groupSizes[t] = 0;
1283
+ for (var s = r; s < o; s++) this.tag.deleteRule(r);
1284
+ }
1285
+ }, e.prototype.getGroup = function(t) {
1286
+ var n = "";
1287
+ if (t >= this.length || this.groupSizes[t] === 0) return n;
1288
+ for (var r = this.groupSizes[t], o = this.indexOfGroup(t), s = o + r, a = o; a < s; a++) n += "".concat(this.tag.getRule(a)).concat(ft);
1289
+ return n;
1290
+ }, e;
1291
+ })(), Fr = 1 << 30, De = /* @__PURE__ */ new Map(), Ve = /* @__PURE__ */ new Map(), Fe = 1, je = function(e) {
1292
+ if (De.has(e)) return De.get(e);
1293
+ for (; Ve.has(Fe); ) Fe++;
1294
+ var t = Fe++;
1295
+ if (process.env.NODE_ENV !== "production" && ((0 | t) < 0 || t > Fr)) throw me(16, "".concat(t));
1296
+ return De.set(e, t), Ve.set(t, e), t;
1297
+ }, $r = function(e, t) {
1298
+ Fe = t + 1, De.set(e, t), Ve.set(t, e);
1299
+ }, Mr = "style[".concat(se, "][").concat(nn, '="').concat(Be, '"]'), zr = new RegExp("^".concat(se, '\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')), Vr = function(e, t, n) {
1300
+ for (var r, o = n.split(","), s = 0, a = o.length; s < a; s++) (r = o[s]) && e.registerName(t, r);
1301
+ }, Yr = function(e, t) {
1302
+ for (var n, r = ((n = t.textContent) !== null && n !== void 0 ? n : "").split(ft), o = [], s = 0, a = r.length; s < a; s++) {
1303
+ var c = r[s].trim();
1304
+ if (c) {
1305
+ var u = c.match(zr);
1306
+ if (u) {
1307
+ var l = 0 | parseInt(u[1], 10), v = u[2];
1308
+ l !== 0 && ($r(v, l), Vr(e, v, u[3]), e.getTag().insertRules(l, o)), o.length = 0;
1309
+ } else o.push(c);
1310
+ }
1311
+ }
1312
+ }, Nt = function(e) {
1313
+ for (var t = document.querySelectorAll(Mr), n = 0, r = t.length; n < r; n++) {
1314
+ var o = t[n];
1315
+ o && o.getAttribute(se) !== tn && (Yr(e, o), o.parentNode && o.parentNode.removeChild(o));
1316
+ }
1317
+ };
1318
+ function qr() {
1319
+ return typeof __webpack_nonce__ < "u" ? __webpack_nonce__ : null;
1320
+ }
1321
+ var fn = function(e) {
1322
+ var t = document.head, n = e || t, r = document.createElement("style"), o = (function(c) {
1323
+ var u = Array.from(c.querySelectorAll("style[".concat(se, "]")));
1324
+ return u[u.length - 1];
1325
+ })(n), s = o !== void 0 ? o.nextSibling : null;
1326
+ r.setAttribute(se, tn), r.setAttribute(nn, Be);
1327
+ var a = qr();
1328
+ return a && r.setAttribute("nonce", a), n.insertBefore(r, s), r;
1329
+ }, Ur = (function() {
1330
+ function e(t) {
1331
+ this.element = fn(t), this.element.appendChild(document.createTextNode("")), this.sheet = (function(n) {
1332
+ if (n.sheet) return n.sheet;
1333
+ for (var r = document.styleSheets, o = 0, s = r.length; o < s; o++) {
1334
+ var a = r[o];
1335
+ if (a.ownerNode === n) return a;
1336
+ }
1337
+ throw me(17);
1338
+ })(this.element), this.length = 0;
1339
+ }
1340
+ return e.prototype.insertRule = function(t, n) {
1341
+ try {
1342
+ return this.sheet.insertRule(n, t), this.length++, !0;
1343
+ } catch {
1344
+ return !1;
1345
+ }
1346
+ }, e.prototype.deleteRule = function(t) {
1347
+ this.sheet.deleteRule(t), this.length--;
1348
+ }, e.prototype.getRule = function(t) {
1349
+ var n = this.sheet.cssRules[t];
1350
+ return n && n.cssText ? n.cssText : "";
1351
+ }, e;
1352
+ })(), Wr = (function() {
1353
+ function e(t) {
1354
+ this.element = fn(t), this.nodes = this.element.childNodes, this.length = 0;
1355
+ }
1356
+ return e.prototype.insertRule = function(t, n) {
1357
+ if (t <= this.length && t >= 0) {
1358
+ var r = document.createTextNode(n);
1359
+ return this.element.insertBefore(r, this.nodes[t] || null), this.length++, !0;
1360
+ }
1361
+ return !1;
1362
+ }, e.prototype.deleteRule = function(t) {
1363
+ this.element.removeChild(this.nodes[t]), this.length--;
1364
+ }, e.prototype.getRule = function(t) {
1365
+ return t < this.length ? this.nodes[t].textContent : "";
1366
+ }, e;
1367
+ })(), Br = (function() {
1368
+ function e(t) {
1369
+ this.rules = [], this.length = 0;
1370
+ }
1371
+ return e.prototype.insertRule = function(t, n) {
1372
+ return t <= this.length && (this.rules.splice(t, 0, n), this.length++, !0);
1373
+ }, e.prototype.deleteRule = function(t) {
1374
+ this.rules.splice(t, 1), this.length--;
1375
+ }, e.prototype.getRule = function(t) {
1376
+ return t < this.length ? this.rules[t] : "";
1377
+ }, e;
1378
+ })(), It = ze, Gr = { isServer: !ze, useCSSOMInjection: !wr }, pn = (function() {
1379
+ function e(t, n, r) {
1380
+ t === void 0 && (t = de), n === void 0 && (n = {});
1381
+ var o = this;
1382
+ this.options = M(M({}, Gr), t), this.gs = n, this.names = new Map(r), this.server = !!t.isServer, !this.server && ze && It && (It = !1, Nt(this)), ht(this, function() {
1383
+ return (function(s) {
1384
+ for (var a = s.getTag(), c = a.length, u = "", l = function(h) {
1385
+ var y = (function(A) {
1386
+ return Ve.get(A);
1387
+ })(h);
1388
+ if (y === void 0) return "continue";
1389
+ var b = s.names.get(y), P = a.getGroup(h);
1390
+ if (b === void 0 || !b.size || P.length === 0) return "continue";
1391
+ var k = "".concat(se, ".g").concat(h, '[id="').concat(y, '"]'), D = "";
1392
+ b !== void 0 && b.forEach(function(A) {
1393
+ A.length > 0 && (D += "".concat(A, ","));
1394
+ }), u += "".concat(P).concat(k, '{content:"').concat(D, '"}').concat(ft);
1395
+ }, v = 0; v < c; v++) l(v);
1396
+ return u;
1397
+ })(o);
1398
+ });
1399
+ }
1400
+ return e.registerId = function(t) {
1401
+ return je(t);
1402
+ }, e.prototype.rehydrate = function() {
1403
+ !this.server && ze && Nt(this);
1404
+ }, e.prototype.reconstructWithOptions = function(t, n) {
1405
+ return n === void 0 && (n = !0), new e(M(M({}, this.options), t), this.gs, n && this.names || void 0);
1406
+ }, e.prototype.allocateGSInstance = function(t) {
1407
+ return this.gs[t] = (this.gs[t] || 0) + 1;
1408
+ }, e.prototype.getTag = function() {
1409
+ return this.tag || (this.tag = (t = (function(n) {
1410
+ var r = n.useCSSOMInjection, o = n.target;
1411
+ return n.isServer ? new Br(o) : r ? new Ur(o) : new Wr(o);
1412
+ })(this.options), new Dr(t)));
1413
+ var t;
1414
+ }, e.prototype.hasNameForId = function(t, n) {
1415
+ return this.names.has(t) && this.names.get(t).has(n);
1416
+ }, e.prototype.registerName = function(t, n) {
1417
+ if (je(t), this.names.has(t)) this.names.get(t).add(n);
1418
+ else {
1419
+ var r = /* @__PURE__ */ new Set();
1420
+ r.add(n), this.names.set(t, r);
1421
+ }
1422
+ }, e.prototype.insertRules = function(t, n, r) {
1423
+ this.registerName(t, n), this.getTag().insertRules(je(t), r);
1424
+ }, e.prototype.clearNames = function(t) {
1425
+ this.names.has(t) && this.names.get(t).clear();
1426
+ }, e.prototype.clearRules = function(t) {
1427
+ this.getTag().clearGroup(je(t)), this.clearNames(t);
1428
+ }, e.prototype.clearTag = function() {
1429
+ this.tag = void 0;
1430
+ }, e;
1431
+ })(), Hr = /&/g, Xr = /^\s*\/\/.*$/gm;
1432
+ function hn(e, t) {
1433
+ return e.map(function(n) {
1434
+ return n.type === "rule" && (n.value = "".concat(t, " ").concat(n.value), n.value = n.value.replaceAll(",", ",".concat(t, " ")), n.props = n.props.map(function(r) {
1435
+ return "".concat(t, " ").concat(r);
1436
+ })), Array.isArray(n.children) && n.type !== "@keyframes" && (n.children = hn(n.children, t)), n;
1437
+ });
1438
+ }
1439
+ function Jr(e) {
1440
+ var t, n, r, o = de, s = o.options, a = s === void 0 ? de : s, c = o.plugins, u = c === void 0 ? Ge : c, l = function(y, b, P) {
1441
+ return P.startsWith(n) && P.endsWith(n) && P.replaceAll(n, "").length > 0 ? ".".concat(t) : y;
1442
+ }, v = u.slice();
1443
+ v.push(function(y) {
1444
+ y.type === Ye && y.value.includes("&") && (y.props[0] = y.props[0].replace(Hr, n).replace(r, l));
1445
+ }), a.prefix && v.push(vr), v.push(mr);
1446
+ var h = function(y, b, P, k) {
1447
+ b === void 0 && (b = ""), P === void 0 && (P = ""), k === void 0 && (k = "&"), t = k, n = b, r = new RegExp("\\".concat(n, "\\b"), "g");
1448
+ var D = y.replace(Xr, ""), A = pr(P || b ? "".concat(P, " ").concat(b, " { ").concat(D, " }") : D);
1449
+ a.namespace && (A = hn(A, a.namespace));
1450
+ var C = [];
1451
+ return Me(A, gr(v.concat(yr(function(x) {
1452
+ return C.push(x);
1453
+ })))), C;
1454
+ };
1455
+ return h.hash = u.length ? u.reduce(function(y, b) {
1456
+ return b.name || me(15), ee(y, b.name);
1457
+ }, rn).toString() : "", h;
1458
+ }
1459
+ var Zr = new pn(), at = Jr(), mn = B.createContext({ shouldForwardProp: void 0, styleSheet: Zr, stylis: at });
1460
+ mn.Consumer;
1461
+ B.createContext(void 0);
1462
+ function Lt() {
1463
+ return Vt(mn);
1464
+ }
1465
+ var ct = (function() {
1466
+ function e(t, n) {
1467
+ var r = this;
1468
+ this.inject = function(o, s) {
1469
+ s === void 0 && (s = at);
1470
+ var a = r.name + s.hash;
1471
+ o.hasNameForId(r.id, a) || o.insertRules(r.id, a, s(r.rules, a, "@keyframes"));
1472
+ }, this.name = t, this.id = "sc-keyframes-".concat(t), this.rules = n, ht(this, function() {
1473
+ throw me(12, String(r.name));
1474
+ });
1475
+ }
1476
+ return e.prototype.getName = function(t) {
1477
+ return t === void 0 && (t = at), this.name + t.hash;
1478
+ }, e;
1479
+ })(), Kr = function(e) {
1480
+ return e >= "A" && e <= "Z";
1481
+ };
1482
+ function Dt(e) {
1483
+ for (var t = "", n = 0; n < e.length; n++) {
1484
+ var r = e[n];
1485
+ if (n === 1 && r === "-" && e[0] === "-") return e;
1486
+ Kr(r) ? t += "-" + r.toLowerCase() : t += r;
1487
+ }
1488
+ return t.startsWith("ms-") ? "-" + t : t;
1489
+ }
1490
+ var gn = function(e) {
1491
+ return e == null || e === !1 || e === "";
1492
+ }, yn = function(e) {
1493
+ var t, n, r = [];
1494
+ for (var o in e) {
1495
+ var s = e[o];
1496
+ e.hasOwnProperty(o) && !gn(s) && (Array.isArray(s) && s.isCss || fe(s) ? r.push("".concat(Dt(o), ":"), s, ";") : pe(s) ? r.push.apply(r, oe(oe(["".concat(o, " {")], yn(s), !1), ["}"], !1)) : r.push("".concat(Dt(o), ": ").concat((t = o, (n = s) == null || typeof n == "boolean" || n === "" ? "" : typeof n != "number" || n === 0 || t in br || t.startsWith("--") ? String(n).trim() : "".concat(n, "px")), ";")));
1497
+ }
1498
+ return r;
1499
+ };
1500
+ function re(e, t, n, r) {
1501
+ if (gn(e)) return [];
1502
+ if (pt(e)) return [".".concat(e.styledComponentId)];
1503
+ if (fe(e)) {
1504
+ if (!fe(s = e) || s.prototype && s.prototype.isReactComponent || !t) return [e];
1505
+ var o = e(t);
1506
+ return process.env.NODE_ENV === "production" || typeof o != "object" || Array.isArray(o) || o instanceof ct || pe(o) || o === null || console.error("".concat(an(e), " is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.")), re(o, t, n, r);
1507
+ }
1508
+ var s;
1509
+ return e instanceof ct ? n ? (e.inject(n, r), [e.getName(r)]) : [e] : pe(e) ? yn(e) : Array.isArray(e) ? Array.prototype.concat.apply(Ge, e.map(function(a) {
1510
+ return re(a, t, n, r);
1511
+ })) : [e.toString()];
1512
+ }
1513
+ function Qr(e) {
1514
+ for (var t = 0; t < e.length; t += 1) {
1515
+ var n = e[t];
1516
+ if (fe(n) && !pt(n)) return !1;
1517
+ }
1518
+ return !0;
1519
+ }
1520
+ var eo = on(Be), to = (function() {
1521
+ function e(t, n, r) {
1522
+ this.rules = t, this.staticRulesId = "", this.isStatic = process.env.NODE_ENV === "production" && (r === void 0 || r.isStatic) && Qr(t), this.componentId = n, this.baseHash = ee(eo, n), this.baseStyle = r, pn.registerId(n);
1523
+ }
1524
+ return e.prototype.generateAndInjectStyles = function(t, n, r) {
1525
+ var o = this.baseStyle ? this.baseStyle.generateAndInjectStyles(t, n, r) : "";
1526
+ if (this.isStatic && !r.hash) if (this.staticRulesId && n.hasNameForId(this.componentId, this.staticRulesId)) o = te(o, this.staticRulesId);
1527
+ else {
1528
+ var s = st(re(this.rules, t, n, r)), a = ot(ee(this.baseHash, s) >>> 0);
1529
+ if (!n.hasNameForId(this.componentId, a)) {
1530
+ var c = r(s, ".".concat(a), void 0, this.componentId);
1531
+ n.insertRules(this.componentId, a, c);
1532
+ }
1533
+ o = te(o, a), this.staticRulesId = a;
1534
+ }
1535
+ else {
1536
+ for (var u = ee(this.baseHash, r.hash), l = "", v = 0; v < this.rules.length; v++) {
1537
+ var h = this.rules[v];
1538
+ if (typeof h == "string") l += h, process.env.NODE_ENV !== "production" && (u = ee(u, h));
1539
+ else if (h) {
1540
+ var y = st(re(h, t, n, r));
1541
+ u = ee(u, y + v), l += y;
1542
+ }
1543
+ }
1544
+ if (l) {
1545
+ var b = ot(u >>> 0);
1546
+ n.hasNameForId(this.componentId, b) || n.insertRules(this.componentId, b, r(l, ".".concat(b), void 0, this.componentId)), o = te(o, b);
1547
+ }
1548
+ }
1549
+ return o;
1550
+ }, e;
1551
+ })(), vn = B.createContext(void 0);
1552
+ vn.Consumer;
1553
+ var Ke = {}, Ft = /* @__PURE__ */ new Set();
1554
+ function no(e, t, n) {
1555
+ var r = pt(e), o = e, s = !Ze(e), a = t.attrs, c = a === void 0 ? Ge : a, u = t.componentId, l = u === void 0 ? (function(R, d) {
1556
+ var S = typeof R != "string" ? "sc" : Ct(R);
1557
+ Ke[S] = (Ke[S] || 0) + 1;
1558
+ var m = "".concat(S, "-").concat(sn(Be + S + Ke[S]));
1559
+ return d ? "".concat(d, "-").concat(m) : m;
1560
+ })(t.displayName, t.parentComponentId) : u, v = t.displayName, h = v === void 0 ? (function(R) {
1561
+ return Ze(R) ? "styled.".concat(R) : "Styled(".concat(an(R), ")");
1562
+ })(e) : v, y = t.displayName && t.componentId ? "".concat(Ct(t.displayName), "-").concat(t.componentId) : t.componentId || l, b = r && o.attrs ? o.attrs.concat(c).filter(Boolean) : c, P = t.shouldForwardProp;
1563
+ if (r && o.shouldForwardProp) {
1564
+ var k = o.shouldForwardProp;
1565
+ if (t.shouldForwardProp) {
1566
+ var D = t.shouldForwardProp;
1567
+ P = function(R, d) {
1568
+ return k(R, d) && D(R, d);
1569
+ };
1570
+ } else P = k;
1571
+ }
1572
+ var A = new to(n, y, r ? o.componentStyle : void 0);
1573
+ function C(R, d) {
1574
+ return (function(S, m, q) {
1575
+ var X = S.attrs, He = S.componentStyle, ge = S.defaultProps, ke = S.foldedComponentIds, Re = S.styledComponentId, ye = S.target, Pe = B.useContext(vn), Te = Lt(), ie = S.shouldForwardProp || Te.shouldForwardProp;
1576
+ process.env.NODE_ENV !== "production" && yt(Re);
1577
+ var ve = xr(m, Pe, ge) || de, z = (function(F, G, J) {
1578
+ for (var O, $ = M(M({}, G), { className: void 0, theme: J }), Q = 0; Q < F.length; Q += 1) {
1579
+ var ae = fe(O = F[Q]) ? O($) : O;
1580
+ for (var Z in ae) $[Z] = Z === "className" ? te($[Z], ae[Z]) : Z === "style" ? M(M({}, $[Z]), ae[Z]) : ae[Z];
1581
+ }
1582
+ return G.className && ($.className = te($.className, G.className)), $;
1583
+ })(X, m, ve), i = z.as || ye, p = {};
1584
+ for (var w in z) z[w] === void 0 || w[0] === "$" || w === "as" || w === "theme" && z.theme === ve || (w === "forwardedAs" ? p.as = z.forwardedAs : ie && !ie(w, i) || (p[w] = z[w], ie || process.env.NODE_ENV !== "development" || er(w) || Ft.has(w) || !rt.has(i) || (Ft.add(w), console.warn('styled-components: it looks like an unknown prop "'.concat(w, '" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via `<StyleSheetManager shouldForwardProp={...}>` (connect an API like `@emotion/is-prop-valid`) or consider using transient props (`$` prefix for automatic filtering.)')))));
1585
+ var N = (function(F, G) {
1586
+ var J = Lt(), O = F.generateAndInjectStyles(G, J.styleSheet, J.stylis);
1587
+ return process.env.NODE_ENV !== "production" && yt(O), O;
1588
+ })(He, z);
1589
+ process.env.NODE_ENV !== "production" && S.warnTooManyClasses && S.warnTooManyClasses(N);
1590
+ var V = te(ke, Re);
1591
+ return N && (V += " " + N), z.className && (V += " " + z.className), p[Ze(i) && !rt.has(i) ? "class" : "className"] = V, q && (p.ref = q), Pn(i, p);
1592
+ })(x, R, d);
1593
+ }
1594
+ C.displayName = h;
1595
+ var x = B.forwardRef(C);
1596
+ return x.attrs = b, x.componentStyle = A, x.displayName = h, x.shouldForwardProp = P, x.foldedComponentIds = r ? te(o.foldedComponentIds, o.styledComponentId) : "", x.styledComponentId = y, x.target = r ? o.target : e, Object.defineProperty(x, "defaultProps", { get: function() {
1597
+ return this._foldedDefaultProps;
1598
+ }, set: function(R) {
1599
+ this._foldedDefaultProps = r ? (function(d) {
1600
+ for (var S = [], m = 1; m < arguments.length; m++) S[m - 1] = arguments[m];
1601
+ for (var q = 0, X = S; q < X.length; q++) it(d, X[q], !0);
1602
+ return d;
1603
+ })({}, o.defaultProps, R) : R;
1604
+ } }), process.env.NODE_ENV !== "production" && (Sr(h, y), x.warnTooManyClasses = /* @__PURE__ */ (function(R, d) {
1605
+ var S = {}, m = !1;
1606
+ return function(q) {
1607
+ if (!m && (S[q] = !0, Object.keys(S).length >= 200)) {
1608
+ var X = d ? ' with the id of "'.concat(d, '"') : "";
1609
+ console.warn("Over ".concat(200, " classes were generated for component ").concat(R).concat(X, `.
1610
+ `) + `Consider using the attrs method, together with a style object for frequently changed styles.
1611
+ Example:
1612
+ const Component = styled.div.attrs(props => ({
1613
+ style: {
1614
+ background: props.background,
1615
+ },
1616
+ }))\`width: 100%;\`
1617
+
1618
+ <Component />`), m = !0, S = {};
1619
+ }
1620
+ };
1621
+ })(h, y)), ht(x, function() {
1622
+ return ".".concat(x.styledComponentId);
1623
+ }), s && dn(x, e, { attrs: !0, componentStyle: !0, displayName: !0, foldedComponentIds: !0, shouldForwardProp: !0, styledComponentId: !0, target: !0 }), x;
1624
+ }
1625
+ function $t(e, t) {
1626
+ for (var n = [e[0]], r = 0, o = t.length; r < o; r += 1) n.push(t[r], e[r + 1]);
1627
+ return n;
1628
+ }
1629
+ var Mt = function(e) {
1630
+ return Object.assign(e, { isCss: !0 });
1631
+ };
1632
+ function bn(e) {
1633
+ for (var t = [], n = 1; n < arguments.length; n++) t[n - 1] = arguments[n];
1634
+ if (fe(e) || pe(e)) return Mt(re($t(Ge, oe([e], t, !0))));
1635
+ var r = e;
1636
+ return t.length === 0 && r.length === 1 && typeof r[0] == "string" ? re(r) : Mt(re($t(r, t)));
1637
+ }
1638
+ function lt(e, t, n) {
1639
+ if (n === void 0 && (n = de), !t) throw me(1, t);
1640
+ var r = function(o) {
1641
+ for (var s = [], a = 1; a < arguments.length; a++) s[a - 1] = arguments[a];
1642
+ return e(t, n, bn.apply(void 0, oe([o], s, !1)));
1643
+ };
1644
+ return r.attrs = function(o) {
1645
+ return lt(e, t, M(M({}, n), { attrs: Array.prototype.concat(n.attrs, o).filter(Boolean) }));
1646
+ }, r.withConfig = function(o) {
1647
+ return lt(e, t, M(M({}, n), o));
1648
+ }, r;
1649
+ }
1650
+ var wn = function(e) {
1651
+ return lt(no, e);
1652
+ }, T = wn;
1653
+ rt.forEach(function(e) {
1654
+ T[e] = wn(e);
1655
+ });
1656
+ function ro(e) {
1657
+ for (var t = [], n = 1; n < arguments.length; n++) t[n - 1] = arguments[n];
1658
+ process.env.NODE_ENV !== "production" && typeof navigator < "u" && navigator.product === "ReactNative" && console.warn("`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.");
1659
+ var r = st(bn.apply(void 0, oe([e], t, !1))), o = sn(r);
1660
+ return new ct(o, r);
1661
+ }
1662
+ process.env.NODE_ENV !== "production" && typeof navigator < "u" && navigator.product === "ReactNative" && console.warn(`It looks like you've imported 'styled-components' on React Native.
1663
+ Perhaps you're looking to import 'styled-components/native'?
1664
+ Read more about this at https://www.styled-components.com/docs/basics#react-native`);
1665
+ var Oe = "__sc-".concat(se, "__");
1666
+ process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && typeof window < "u" && (window[Oe] || (window[Oe] = 0), window[Oe] === 1 && console.warn(`It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.
1667
+
1668
+ See https://s-c.sh/2BAXzed for more info.`), window[Oe] += 1);
1669
+ const oo = Yt(() => import("./player-hls-tech-BKkTLteW.js")), so = Yt(() => import("./player-dash-tech-XlldPZU_.js"));
1670
+ function Sn({ url: e, isLive: t, isMuted: n = !1 }) {
1671
+ const r = j((d) => d.handleDurationChange), o = j((d) => d.handleEnd), s = j((d) => d.handleLoadedMetadata), a = j((d) => d.handleLoadStart), c = j((d) => d.handlePause), u = j((d) => d.handlePlay), l = j((d) => d.handlePlaying), v = j((d) => d.handleSeeked), h = j((d) => d.handleSeeking), y = j((d) => d.handleTimeUpdate), b = j((d) => d.handleWaiting), P = j((d) => d.techRef), k = xe(null), D = () => t ? {} : {
1672
+ onDurationChange: r,
1673
+ onSeeked: v,
1674
+ onSeeking: h,
1675
+ onTimeUpdate: A
1676
+ }, A = () => {
1677
+ (!k.current || Date.now() - k.current >= 1e3) && (y(), k.current = Date.now());
1678
+ }, x = (() => {
1679
+ switch (Zn(e)) {
1680
+ case $e.hls:
1681
+ return oo;
1682
+ case $e.dash:
1683
+ return so;
1684
+ }
1685
+ return null;
1686
+ })();
1687
+ if (!x) return null;
1688
+ const R = D();
1689
+ return /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
1690
+ /* @__PURE__ */ f.jsx(Tn, { fallback: null, children: /* @__PURE__ */ f.jsx(x, { isLive: t, url: e }) }),
1691
+ /* @__PURE__ */ f.jsx(
1692
+ io,
1693
+ {
1694
+ ref: P,
1695
+ playsInline: !0,
1696
+ autoPlay: !0,
1697
+ controls: !1,
1698
+ muted: n,
1699
+ preload: "auto",
1700
+ crossOrigin: "anonymous",
1701
+ onEnded: o,
1702
+ onLoadedMetadata: s,
1703
+ onLoadStart: a,
1704
+ onPause: c,
1705
+ onPlay: u,
1706
+ onPlaying: l,
1707
+ onWaiting: b,
1708
+ tabIndex: -1,
1709
+ ...R
1710
+ }
1711
+ )
1712
+ ] });
1713
+ }
1714
+ const io = T.video`
1715
+ position: relative;
1716
+ width: 100%;
1717
+ height: 100%;
1718
+
1719
+ @media (min-width: 768px) {
1720
+ pointer-events: none;
1721
+ }
1722
+ `;
1723
+ function ao({ ...e }) {
1724
+ return /* @__PURE__ */ f.jsx(co, { ...e });
1725
+ }
1726
+ const co = T.button`
1727
+ display: flex;
1728
+ align-items: center;
1729
+ justify-content: center;
1730
+ width: 2.25rem;
1731
+ height: 2.25rem;
1732
+ padding: 0;
1733
+ margin: 0;
1734
+ cursor: pointer;
1735
+ color: white;
1736
+ background: none;
1737
+ border: none;
1738
+ border-radius: 50%;
1739
+ transition: background 0.2s ease-in-out;
1740
+
1741
+ svg {
1742
+ width: 1.25rem;
1743
+ height: 1.25rem;
1744
+ flex-shrink: 0;
1745
+ }
1746
+
1747
+ &:hover {
1748
+ background: rgba(0, 0, 0, 0.1);
1749
+ }
1750
+ `, xn = () => {
1751
+ const e = j((l) => l.containerRef), t = j((l) => l.exitFullscreen), n = j((l) => l.isFullscreen), r = j((l) => l.requestFullscreen), o = j((l) => l.setIsFullscreen), s = j((l) => l.setIsFullscreenReady), a = j((l) => l.techRef), c = Cn(
1752
+ (l) => {
1753
+ l.stopPropagation(), o(zn());
1754
+ },
1755
+ [o]
1756
+ ), u = () => {
1757
+ n ? t() : r();
1758
+ };
1759
+ return Qe(() => {
1760
+ const l = Wt ? a.current : e.current;
1761
+ if (l)
1762
+ return qn(l, c);
1763
+ }, [e, c, a]), Qe(() => {
1764
+ s(!0);
1765
+ }, [s]), /* @__PURE__ */ f.jsx(ao, { onClick: u, children: n ? /* @__PURE__ */ f.jsx(_n, {}) : /* @__PURE__ */ f.jsx(An, {}) });
1766
+ };
1767
+ function lo(e, t = 500) {
1768
+ const [n, r] = qt(e);
1769
+ return Qe(() => {
1770
+ const o = window.setTimeout(() => r(e), t);
1771
+ return () => {
1772
+ window.clearTimeout(o);
1773
+ };
1774
+ }, [e, t]), n;
1775
+ }
1776
+ function En({ style: e, ...t }) {
1777
+ const n = j((o) => o.isLoading);
1778
+ return lo(n, 50) ? /* @__PURE__ */ f.jsx(uo, { style: e, ...t, children: /* @__PURE__ */ f.jsx(po, {}) }) : null;
1779
+ }
1780
+ const uo = T.div`
1781
+ pointer-events: none;
1782
+ position: absolute;
1783
+ top: 0;
1784
+ right: 0;
1785
+ bottom: 0;
1786
+ left: 0;
1787
+ display: flex;
1788
+ width: 100%;
1789
+ height: 100%;
1790
+ align-items: center;
1791
+ justify-content: center;
1792
+ `, fo = ro`
1793
+ from {
1794
+ transform: rotate(0deg);
1795
+ }
1796
+ to {
1797
+ transform: rotate(360deg);
1798
+ }
1799
+ `, po = T.div`
1800
+ width: 2rem;
1801
+ height: 2rem;
1802
+ border: 0.25rem solid #fff;
1803
+ border-bottom-color: transparent;
1804
+ border-radius: 50%;
1805
+ animation: ${fo} 1s linear infinite;
1806
+ `;
1807
+ function $o(e) {
1808
+ return /* @__PURE__ */ f.jsx(Gt, { children: /* @__PURE__ */ f.jsx(ho, { ...e }) });
1809
+ }
1810
+ function ho({ url: e }) {
1811
+ const t = j((n) => n.containerRef);
1812
+ return /* @__PURE__ */ f.jsxs(mo, { ref: t, children: [
1813
+ /* @__PURE__ */ f.jsx(Sn, { url: e, isLive: !0 }),
1814
+ /* @__PURE__ */ f.jsx(En, {}),
1815
+ /* @__PURE__ */ f.jsx(go, { children: /* @__PURE__ */ f.jsx(yo, { children: /* @__PURE__ */ f.jsxs(vo, { children: [
1816
+ /* @__PURE__ */ f.jsx(bo, {}),
1817
+ /* @__PURE__ */ f.jsx(wo, {}),
1818
+ /* @__PURE__ */ f.jsx(So, { children: /* @__PURE__ */ f.jsx(xn, {}) })
1819
+ ] }) }) })
1820
+ ] });
1821
+ }
1822
+ const mo = T.div`
1823
+ position: absolute;
1824
+ top: 0;
1825
+ left: 0;
1826
+ width: 100%;
1827
+ height: 100%;
1828
+ background-color: black;
1829
+ color: white;
1830
+ overflow: hidden;
1831
+ `, go = T.div`
1832
+ position: absolute;
1833
+ left: 0;
1834
+ width: 100%;
1835
+ bottom: 0;
1836
+ z-index: 10;
1837
+ background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
1838
+ padding-top: 1rem;
1839
+
1840
+ @media (min-width: 768px) {
1841
+ padding-top: 2rem;
1842
+ }
1843
+ `, yo = T.div`
1844
+ display: flex;
1845
+ flex-direction: column;
1846
+ padding-left: 0.5rem;
1847
+ padding-right: 0.5rem;
1848
+ line-height: 1;
1849
+ font-size: 0;
1850
+
1851
+ @media (min-width: 768px) {
1852
+ padding-left: 1rem;
1853
+ padding-right: 1rem;
1854
+ }
1855
+ `, vo = T.div`
1856
+ margin: auto 0;
1857
+ display: flex;
1858
+ width: 100%;
1859
+ align-items: center;
1860
+ `, mt = T.div`
1861
+ display: flex;
1862
+ flex: 1;
1863
+ align-items: center;
1864
+ gap: 0.5rem;
1865
+
1866
+ @media (min-width: 768px) {
1867
+ gap: 1rem;
1868
+ }
1869
+ `, bo = T(mt)`
1870
+ justify-content: flex-start;
1871
+ `, wo = T(mt)`
1872
+ justify-content: center;
1873
+ `, So = T(mt)`
1874
+ justify-content: flex-end;
1875
+ `;
1876
+ function xo(e) {
1877
+ return null;
1878
+ }
1879
+ function Eo() {
1880
+ const [e, t] = qt(-1), n = j((s) => s.currentTime), r = j((s) => s.duration), o = parseFloat(
1881
+ (r ? (e !== -1 ? e : n) / r * 100 : 0).toFixed(1)
1882
+ );
1883
+ return /* @__PURE__ */ f.jsxs(ko, { children: [
1884
+ /* @__PURE__ */ f.jsx(zt, { children: /* @__PURE__ */ f.jsx(Po, { children: Et(n) }) }),
1885
+ /* @__PURE__ */ f.jsx(Ro, { children: /* @__PURE__ */ f.jsx(xo, { value: o, step: 0.1 }) }),
1886
+ /* @__PURE__ */ f.jsx(zt, { children: /* @__PURE__ */ f.jsx(To, { children: Et(r) }) })
1887
+ ] });
1888
+ }
1889
+ const ko = T.div`
1890
+ display: flex;
1891
+ align-items: center;
1892
+ `, zt = T.div``, Ro = T.div`
1893
+ flex: 1;
1894
+ `, kn = T.p`
1895
+ margin: 0;
1896
+ color: #fff;
1897
+ font-size: 0.875rem;
1898
+ `, Po = T(kn)`
1899
+ padding-left: 0.25rem;
1900
+ `, To = T(kn)`
1901
+ padding-right: 0.25rem;
1902
+ `;
1903
+ function Mo(e) {
1904
+ return /* @__PURE__ */ f.jsx(Gt, { children: /* @__PURE__ */ f.jsx(Co, { ...e }) });
1905
+ }
1906
+ function Co({ url: e }) {
1907
+ const t = j((n) => n.containerRef);
1908
+ return /* @__PURE__ */ f.jsxs(_o, { ref: t, children: [
1909
+ /* @__PURE__ */ f.jsx(Sn, { url: e, isLive: !1 }),
1910
+ /* @__PURE__ */ f.jsx(En, {}),
1911
+ /* @__PURE__ */ f.jsx(Ao, { children: /* @__PURE__ */ f.jsxs(jo, { children: [
1912
+ /* @__PURE__ */ f.jsx(Eo, {}),
1913
+ /* @__PURE__ */ f.jsxs(Oo, { children: [
1914
+ /* @__PURE__ */ f.jsx(No, {}),
1915
+ /* @__PURE__ */ f.jsx(Io, {}),
1916
+ /* @__PURE__ */ f.jsx(Lo, { children: /* @__PURE__ */ f.jsx(xn, {}) })
1917
+ ] })
1918
+ ] }) })
1919
+ ] });
1920
+ }
1921
+ const _o = T.div`
1922
+ position: absolute;
1923
+ top: 0;
1924
+ left: 0;
1925
+ width: 100%;
1926
+ height: 100%;
1927
+ background-color: black;
1928
+ color: white;
1929
+ overflow: hidden;
1930
+ `, Ao = T.div`
1931
+ position: absolute;
1932
+ left: 0;
1933
+ width: 100%;
1934
+ bottom: 0;
1935
+ z-index: 10;
1936
+ background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
1937
+ padding-top: 1rem;
1938
+
1939
+ @media (min-width: 768px) {
1940
+ padding-top: 2rem;
1941
+ }
1942
+ `, jo = T.div`
1943
+ display: flex;
1944
+ flex-direction: column;
1945
+ padding-left: 0.5rem;
1946
+ padding-right: 0.5rem;
1947
+ line-height: 1;
1948
+ font-size: 0;
1949
+ height: 3.5rem;
1950
+
1951
+ @media (min-width: 768px) {
1952
+ padding-left: 1rem;
1953
+ padding-right: 1rem;
1954
+ height: 4rem;
1955
+ }
1956
+ `, Oo = T.div`
1957
+ margin: auto 0;
1958
+ display: flex;
1959
+ width: 100%;
1960
+ align-items: center;
1961
+ `, gt = T.div`
1962
+ display: flex;
1963
+ flex: 1;
1964
+ align-items: center;
1965
+ gap: 0.5rem;
1966
+
1967
+ @media (min-width: 768px) {
1968
+ gap: 1rem;
1969
+ }
1970
+ `, No = T(gt)`
1971
+ justify-content: flex-start;
1972
+ `, Io = T(gt)`
1973
+ justify-content: center;
1974
+ `, Lo = T(gt)`
1975
+ justify-content: flex-end;
1976
+ `;
1977
+ export {
1978
+ $o as L,
1979
+ Mo as V,
1980
+ j as u
1981
+ };
1982
+ //# sourceMappingURL=index-qaN7n0xb.js.map