@banzamel/mineralui 1.10.2 → 1.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/README.md +1 -1
  2. package/dist/MConflictIllustration-CfYeZVmf.cjs +2 -0
  3. package/dist/MConflictIllustration-CfYeZVmf.cjs.map +1 -0
  4. package/dist/MConflictIllustration-Ctggjn7z.js +11612 -0
  5. package/dist/MConflictIllustration-Ctggjn7z.js.map +1 -0
  6. package/dist/cards-BlEDQPf3.cjs +2 -0
  7. package/dist/cards-BlEDQPf3.cjs.map +1 -0
  8. package/dist/{cards-23tpYjxc.js → cards-Ce380ncH.js} +76 -76
  9. package/dist/cards-Ce380ncH.js.map +1 -0
  10. package/dist/cards.cjs +1 -1
  11. package/dist/cards.js +1 -1
  12. package/dist/components/cards/MCardProduct/MCardProduct.types.d.ts +2 -0
  13. package/dist/components/cards/ServiceCardsShared/ServiceCardsShared.d.ts +1 -1
  14. package/dist/components/cards/ServiceCardsShared/ServiceCardsShared.types.d.ts +2 -0
  15. package/dist/illustrations/index.d.ts +28 -0
  16. package/dist/illustrations/scenes/MAccountantIllustration.d.ts +2 -0
  17. package/dist/illustrations/scenes/MAttendanceIllustration.d.ts +2 -0
  18. package/dist/illustrations/scenes/MAudioFileIllustration.d.ts +2 -0
  19. package/dist/illustrations/scenes/MCertificateIllustration.d.ts +2 -0
  20. package/dist/illustrations/scenes/MClassroomIllustration.d.ts +2 -0
  21. package/dist/illustrations/scenes/MConflictIllustration.d.ts +2 -0
  22. package/dist/illustrations/scenes/MCorporateIllustration.d.ts +2 -0
  23. package/dist/illustrations/scenes/MCourseIllustration.d.ts +2 -0
  24. package/dist/illustrations/scenes/MEnrollmentIllustration.d.ts +2 -0
  25. package/dist/illustrations/scenes/MExamIllustration.d.ts +2 -0
  26. package/dist/illustrations/scenes/MFamilyIllustration.d.ts +2 -0
  27. package/dist/illustrations/scenes/MGroupClassIllustration.d.ts +2 -0
  28. package/dist/illustrations/scenes/MInvoiceIllustration.d.ts +2 -0
  29. package/dist/illustrations/scenes/MLibraryIllustration.d.ts +2 -0
  30. package/dist/illustrations/scenes/MListeningIllustration.d.ts +2 -0
  31. package/dist/illustrations/scenes/MOfficeIllustration.d.ts +2 -0
  32. package/dist/illustrations/scenes/MOnlineLessonIllustration.d.ts +2 -0
  33. package/dist/illustrations/scenes/MProgressIllustration.d.ts +2 -0
  34. package/dist/illustrations/scenes/MReadingIllustration.d.ts +2 -0
  35. package/dist/illustrations/scenes/MReceiptIllustration.d.ts +2 -0
  36. package/dist/illustrations/scenes/MRefundIllustration.d.ts +2 -0
  37. package/dist/illustrations/scenes/MReviewIllustration.d.ts +2 -0
  38. package/dist/illustrations/scenes/MSpeakingIllustration.d.ts +2 -0
  39. package/dist/illustrations/scenes/MStudentIllustration.d.ts +2 -0
  40. package/dist/illustrations/scenes/MTeacherIllustration.d.ts +2 -0
  41. package/dist/illustrations/scenes/MTutorIllustration.d.ts +2 -0
  42. package/dist/illustrations/scenes/MWorkbookIllustration.d.ts +2 -0
  43. package/dist/illustrations/scenes/MWritingIllustration.d.ts +2 -0
  44. package/dist/illustrations.cjs +1 -1
  45. package/dist/illustrations.js +2 -2
  46. package/dist/index.cjs +1 -1
  47. package/dist/index.js +49 -49
  48. package/package.json +1 -1
  49. package/dist/MGalleryIllustration-D1givjFR.cjs +0 -2
  50. package/dist/MGalleryIllustration-D1givjFR.cjs.map +0 -1
  51. package/dist/MGalleryIllustration-D7CVMSwO.js +0 -4759
  52. package/dist/MGalleryIllustration-D7CVMSwO.js.map +0 -1
  53. package/dist/cards-23tpYjxc.js.map +0 -1
  54. package/dist/cards-CK6RnNZi.cjs +0 -2
  55. package/dist/cards-CK6RnNZi.cjs.map +0 -1
@@ -1,4759 +0,0 @@
1
- import { t as e } from "./cn-YER3QsV1.js";
2
- import { forwardRef as t } from "react";
3
- import { jsx as n, jsxs as r } from "react/jsx-runtime";
4
- //#region src/illustrations/MIllustration.tsx
5
- var i = {
6
- xs: 80,
7
- sm: 120,
8
- md: 200,
9
- lg: 280,
10
- xl: 400
11
- }, a = {
12
- primary: "var(--mineral-primary)",
13
- neutral: "var(--mineral-neutral)",
14
- success: "var(--mineral-success)",
15
- error: "var(--mineral-error)",
16
- warning: "var(--mineral-warning)",
17
- info: "var(--mineral-info)",
18
- light: "var(--mineral-light)",
19
- dark: "var(--mineral-dark-color)",
20
- news: "var(--mineral-news)",
21
- inherit: "inherit"
22
- }, o = t(function({ size: t = "md", color: o = "primary", title: s, animate: c = !0, className: l, style: u, children: d, viewBox: f = "0 0 200 200", ...p }, m) {
23
- let h = typeof t == "number" ? t : i[t], g = a[o] ?? a.primary;
24
- return /* @__PURE__ */ r("svg", {
25
- ref: m,
26
- width: h,
27
- height: h,
28
- viewBox: f,
29
- fill: "none",
30
- "aria-hidden": s ? void 0 : !0,
31
- "aria-label": s ?? void 0,
32
- focusable: "false",
33
- className: e("illustration", c && "animate", l),
34
- style: {
35
- "--illustration-accent": g,
36
- ...u
37
- },
38
- ...p,
39
- children: [s ? /* @__PURE__ */ n("title", { children: s }) : null, d]
40
- });
41
- }), s = t(function(e, t) {
42
- return /* @__PURE__ */ r(o, {
43
- ref: t,
44
- viewBox: "0 0 200 200",
45
- ...e,
46
- children: [
47
- /* @__PURE__ */ n("rect", {
48
- x: "85",
49
- y: "160",
50
- width: "30",
51
- height: "8",
52
- rx: "2",
53
- fill: "var(--mineral-border, #3a3f47)"
54
- }),
55
- /* @__PURE__ */ n("rect", {
56
- x: "92",
57
- y: "148",
58
- width: "16",
59
- height: "14",
60
- rx: "1",
61
- fill: "var(--mineral-border, #3a3f47)"
62
- }),
63
- /* @__PURE__ */ n("rect", {
64
- x: "24",
65
- y: "28",
66
- width: "152",
67
- height: "124",
68
- rx: "8",
69
- fill: "var(--mineral-surface, #1a1d23)",
70
- stroke: "var(--mineral-border, #3a3f47)",
71
- strokeWidth: "2"
72
- }),
73
- /* @__PURE__ */ n("rect", {
74
- x: "32",
75
- y: "36",
76
- width: "136",
77
- height: "108",
78
- rx: "4",
79
- fill: "var(--mineral-bg, #13151a)"
80
- }),
81
- /* @__PURE__ */ n("rect", {
82
- x: "36",
83
- y: "40",
84
- width: "128",
85
- height: "10",
86
- rx: "2",
87
- fill: "var(--mineral-surface, #1a1d23)"
88
- }),
89
- /* @__PURE__ */ n("circle", {
90
- cx: "42",
91
- cy: "45",
92
- r: "2",
93
- fill: "var(--mineral-error, #ef4444)",
94
- opacity: "0.7"
95
- }),
96
- /* @__PURE__ */ n("circle", {
97
- cx: "49",
98
- cy: "45",
99
- r: "2",
100
- fill: "var(--mineral-warning, #f59e0b)",
101
- opacity: "0.7"
102
- }),
103
- /* @__PURE__ */ n("circle", {
104
- cx: "56",
105
- cy: "45",
106
- r: "2",
107
- fill: "var(--mineral-success, #22c55e)",
108
- opacity: "0.7"
109
- }),
110
- /* @__PURE__ */ n("rect", {
111
- x: "100",
112
- y: "43",
113
- width: "56",
114
- height: "4",
115
- rx: "2",
116
- fill: "var(--mineral-border, #3a3f47)"
117
- }),
118
- /* @__PURE__ */ n("rect", {
119
- x: "36",
120
- y: "54",
121
- width: "38",
122
- height: "24",
123
- rx: "3",
124
- fill: "var(--mineral-surface, #1a1d23)"
125
- }),
126
- /* @__PURE__ */ n("rect", {
127
- x: "40",
128
- y: "58",
129
- width: "16",
130
- height: "3",
131
- rx: "1",
132
- fill: "var(--mineral-text-secondary, #6b7280)"
133
- }),
134
- /* @__PURE__ */ n("rect", {
135
- x: "40",
136
- y: "64",
137
- width: "24",
138
- height: "5",
139
- rx: "1",
140
- fill: "var(--illustration-accent)"
141
- }),
142
- /* @__PURE__ */ n("rect", {
143
- x: "40",
144
- y: "72",
145
- width: "12",
146
- height: "2",
147
- rx: "1",
148
- fill: "var(--mineral-success, #22c55e)",
149
- opacity: "0.6"
150
- }),
151
- /* @__PURE__ */ n("rect", {
152
- x: "78",
153
- y: "54",
154
- width: "38",
155
- height: "24",
156
- rx: "3",
157
- fill: "var(--mineral-surface, #1a1d23)"
158
- }),
159
- /* @__PURE__ */ n("rect", {
160
- x: "82",
161
- y: "58",
162
- width: "16",
163
- height: "3",
164
- rx: "1",
165
- fill: "var(--mineral-text-secondary, #6b7280)"
166
- }),
167
- /* @__PURE__ */ n("rect", {
168
- x: "82",
169
- y: "64",
170
- width: "20",
171
- height: "5",
172
- rx: "1",
173
- fill: "var(--illustration-accent)",
174
- opacity: "0.7"
175
- }),
176
- /* @__PURE__ */ n("rect", {
177
- x: "82",
178
- y: "72",
179
- width: "14",
180
- height: "2",
181
- rx: "1",
182
- fill: "var(--mineral-warning, #f59e0b)",
183
- opacity: "0.6"
184
- }),
185
- /* @__PURE__ */ n("rect", {
186
- x: "120",
187
- y: "54",
188
- width: "40",
189
- height: "24",
190
- rx: "3",
191
- fill: "var(--mineral-surface, #1a1d23)"
192
- }),
193
- /* @__PURE__ */ n("rect", {
194
- x: "124",
195
- y: "58",
196
- width: "18",
197
- height: "3",
198
- rx: "1",
199
- fill: "var(--mineral-text-secondary, #6b7280)"
200
- }),
201
- /* @__PURE__ */ n("rect", {
202
- x: "124",
203
- y: "64",
204
- width: "26",
205
- height: "5",
206
- rx: "1",
207
- fill: "var(--illustration-accent)",
208
- opacity: "0.5"
209
- }),
210
- /* @__PURE__ */ n("rect", {
211
- x: "124",
212
- y: "72",
213
- width: "10",
214
- height: "2",
215
- rx: "1",
216
- fill: "var(--mineral-info, #3b82f6)",
217
- opacity: "0.6"
218
- }),
219
- /* @__PURE__ */ n("rect", {
220
- x: "36",
221
- y: "82",
222
- width: "80",
223
- height: "56",
224
- rx: "3",
225
- fill: "var(--mineral-surface, #1a1d23)"
226
- }),
227
- /* @__PURE__ */ n("rect", {
228
- x: "40",
229
- y: "86",
230
- width: "30",
231
- height: "3",
232
- rx: "1",
233
- fill: "var(--mineral-text-secondary, #6b7280)"
234
- }),
235
- /* @__PURE__ */ n("rect", {
236
- x: "44",
237
- y: "118",
238
- width: "8",
239
- height: "14",
240
- rx: "1.5",
241
- fill: "var(--illustration-accent)",
242
- opacity: "0.35"
243
- }),
244
- /* @__PURE__ */ n("rect", {
245
- x: "56",
246
- y: "110",
247
- width: "8",
248
- height: "22",
249
- rx: "1.5",
250
- fill: "var(--illustration-accent)",
251
- opacity: "0.5"
252
- }),
253
- /* @__PURE__ */ n("rect", {
254
- x: "68",
255
- y: "104",
256
- width: "8",
257
- height: "28",
258
- rx: "1.5",
259
- fill: "var(--illustration-accent)",
260
- opacity: "0.7"
261
- }),
262
- /* @__PURE__ */ n("rect", {
263
- x: "80",
264
- y: "96",
265
- width: "8",
266
- height: "36",
267
- rx: "1.5",
268
- fill: "var(--illustration-accent)",
269
- opacity: "0.85"
270
- }),
271
- /* @__PURE__ */ n("rect", {
272
- x: "92",
273
- y: "100",
274
- width: "8",
275
- height: "32",
276
- rx: "1.5",
277
- fill: "var(--illustration-accent)"
278
- }),
279
- /* @__PURE__ */ n("polyline", {
280
- points: "48,116 60,108 72,102 84,94 96,98",
281
- fill: "none",
282
- stroke: "var(--illustration-accent)",
283
- strokeWidth: "1.5",
284
- strokeLinecap: "round",
285
- strokeLinejoin: "round",
286
- opacity: "0.9"
287
- }),
288
- /* @__PURE__ */ n("rect", {
289
- x: "120",
290
- y: "82",
291
- width: "40",
292
- height: "56",
293
- rx: "3",
294
- fill: "var(--mineral-surface, #1a1d23)"
295
- }),
296
- /* @__PURE__ */ n("rect", {
297
- x: "124",
298
- y: "86",
299
- width: "24",
300
- height: "3",
301
- rx: "1",
302
- fill: "var(--mineral-text-secondary, #6b7280)"
303
- }),
304
- /* @__PURE__ */ n("rect", {
305
- x: "124",
306
- y: "93",
307
- width: "32",
308
- height: "4",
309
- rx: "1",
310
- fill: "var(--mineral-border, #3a3f47)"
311
- }),
312
- /* @__PURE__ */ n("rect", {
313
- x: "124",
314
- y: "101",
315
- width: "28",
316
- height: "4",
317
- rx: "1",
318
- fill: "var(--mineral-border, #3a3f47)"
319
- }),
320
- /* @__PURE__ */ n("rect", {
321
- x: "124",
322
- y: "109",
323
- width: "32",
324
- height: "4",
325
- rx: "1",
326
- fill: "var(--illustration-accent)",
327
- opacity: "0.4"
328
- }),
329
- /* @__PURE__ */ n("rect", {
330
- x: "124",
331
- y: "117",
332
- width: "24",
333
- height: "4",
334
- rx: "1",
335
- fill: "var(--mineral-border, #3a3f47)"
336
- }),
337
- /* @__PURE__ */ n("rect", {
338
- x: "124",
339
- y: "125",
340
- width: "30",
341
- height: "4",
342
- rx: "1",
343
- fill: "var(--mineral-border, #3a3f47)"
344
- }),
345
- /* @__PURE__ */ n("ellipse", {
346
- cx: "100",
347
- cy: "100",
348
- rx: "60",
349
- ry: "50",
350
- fill: "var(--illustration-accent)",
351
- opacity: "0.04"
352
- })
353
- ]
354
- });
355
- }), c = t(function(e, t) {
356
- return /* @__PURE__ */ r(o, {
357
- ref: t,
358
- viewBox: "0 0 200 200",
359
- ...e,
360
- children: [
361
- /* @__PURE__ */ n("ellipse", {
362
- cx: "100",
363
- cy: "168",
364
- rx: "52",
365
- ry: "6",
366
- fill: "var(--mineral-border, #3a3f47)",
367
- opacity: "0.3"
368
- }),
369
- /* @__PURE__ */ n("path", {
370
- d: "M52 92 L52 154 C52 158 55 161 59 161 L141 161 C145 161 148 158 148 154 L148 92",
371
- fill: "var(--mineral-surface, #1a1d23)",
372
- stroke: "var(--mineral-border, #3a3f47)",
373
- strokeWidth: "2"
374
- }),
375
- /* @__PURE__ */ n("rect", {
376
- x: "58",
377
- y: "96",
378
- width: "84",
379
- height: "60",
380
- rx: "2",
381
- fill: "var(--mineral-bg, #13151a)",
382
- opacity: "0.5"
383
- }),
384
- /* @__PURE__ */ n("path", {
385
- d: "M48 92 L72 68 L100 82 L52 92 Z",
386
- fill: "var(--mineral-surface, #1a1d23)",
387
- stroke: "var(--mineral-border, #3a3f47)",
388
- strokeWidth: "2"
389
- }),
390
- /* @__PURE__ */ n("path", {
391
- d: "M152 92 L128 68 L100 82 L148 92 Z",
392
- fill: "var(--mineral-surface, #1a1d23)",
393
- stroke: "var(--mineral-border, #3a3f47)",
394
- strokeWidth: "2"
395
- }),
396
- /* @__PURE__ */ n("path", {
397
- d: "M100 82 L100 92",
398
- stroke: "var(--mineral-border, #3a3f47)",
399
- strokeWidth: "2"
400
- }),
401
- /* @__PURE__ */ n("rect", {
402
- x: "52",
403
- y: "92",
404
- width: "96",
405
- height: "4",
406
- fill: "var(--illustration-accent)",
407
- opacity: "0.3"
408
- }),
409
- /* @__PURE__ */ n("circle", {
410
- cx: "68",
411
- cy: "50",
412
- r: "2",
413
- fill: "var(--illustration-accent)",
414
- opacity: "0.6"
415
- }),
416
- /* @__PURE__ */ n("line", {
417
- x1: "68",
418
- y1: "44",
419
- x2: "68",
420
- y2: "56",
421
- stroke: "var(--illustration-accent)",
422
- strokeWidth: "1",
423
- opacity: "0.4"
424
- }),
425
- /* @__PURE__ */ n("line", {
426
- x1: "62",
427
- y1: "50",
428
- x2: "74",
429
- y2: "50",
430
- stroke: "var(--illustration-accent)",
431
- strokeWidth: "1",
432
- opacity: "0.4"
433
- }),
434
- /* @__PURE__ */ n("circle", {
435
- cx: "138",
436
- cy: "44",
437
- r: "1.5",
438
- fill: "var(--illustration-accent)",
439
- opacity: "0.5"
440
- }),
441
- /* @__PURE__ */ n("line", {
442
- x1: "138",
443
- y1: "39",
444
- x2: "138",
445
- y2: "49",
446
- stroke: "var(--illustration-accent)",
447
- strokeWidth: "1",
448
- opacity: "0.3"
449
- }),
450
- /* @__PURE__ */ n("line", {
451
- x1: "133",
452
- y1: "44",
453
- x2: "143",
454
- y2: "44",
455
- stroke: "var(--illustration-accent)",
456
- strokeWidth: "1",
457
- opacity: "0.3"
458
- }),
459
- /* @__PURE__ */ n("circle", {
460
- cx: "156",
461
- cy: "72",
462
- r: "1",
463
- fill: "var(--illustration-accent)",
464
- opacity: "0.4"
465
- }),
466
- /* @__PURE__ */ n("ellipse", {
467
- cx: "100",
468
- cy: "110",
469
- rx: "50",
470
- ry: "40",
471
- fill: "var(--illustration-accent)",
472
- opacity: "0.04"
473
- })
474
- ]
475
- });
476
- }), l = t(function(e, t) {
477
- return /* @__PURE__ */ r(o, {
478
- ref: t,
479
- viewBox: "0 0 200 200",
480
- ...e,
481
- children: [
482
- /* @__PURE__ */ n("rect", {
483
- x: "28",
484
- y: "32",
485
- width: "144",
486
- height: "136",
487
- rx: "8",
488
- fill: "var(--mineral-surface, #1a1d23)",
489
- stroke: "var(--mineral-border, #3a3f47)",
490
- strokeWidth: "2"
491
- }),
492
- /* @__PURE__ */ n("rect", {
493
- x: "28",
494
- y: "32",
495
- width: "144",
496
- height: "20",
497
- rx: "8",
498
- fill: "var(--mineral-surface, #1a1d23)"
499
- }),
500
- /* @__PURE__ */ n("rect", {
501
- x: "28",
502
- y: "44",
503
- width: "144",
504
- height: "8",
505
- fill: "var(--mineral-surface, #1a1d23)"
506
- }),
507
- /* @__PURE__ */ n("circle", {
508
- cx: "42",
509
- cy: "42",
510
- r: "3",
511
- fill: "var(--mineral-error, #ef4444)",
512
- opacity: "0.8"
513
- }),
514
- /* @__PURE__ */ n("circle", {
515
- cx: "52",
516
- cy: "42",
517
- r: "3",
518
- fill: "var(--mineral-warning, #f59e0b)",
519
- opacity: "0.8"
520
- }),
521
- /* @__PURE__ */ n("circle", {
522
- cx: "62",
523
- cy: "42",
524
- r: "3",
525
- fill: "var(--mineral-success, #22c55e)",
526
- opacity: "0.8"
527
- }),
528
- /* @__PURE__ */ n("rect", {
529
- x: "34",
530
- y: "54",
531
- width: "132",
532
- height: "108",
533
- rx: "2",
534
- fill: "var(--mineral-bg, #13151a)"
535
- }),
536
- /* @__PURE__ */ n("path", {
537
- d: "M100 80 L120 114 L80 114 Z",
538
- fill: "none",
539
- stroke: "var(--illustration-accent)",
540
- strokeWidth: "3",
541
- strokeLinejoin: "round"
542
- }),
543
- /* @__PURE__ */ n("line", {
544
- x1: "100",
545
- y1: "92",
546
- x2: "100",
547
- y2: "104",
548
- stroke: "var(--illustration-accent)",
549
- strokeWidth: "2.5",
550
- strokeLinecap: "round"
551
- }),
552
- /* @__PURE__ */ n("circle", {
553
- cx: "100",
554
- cy: "109",
555
- r: "1.5",
556
- fill: "var(--illustration-accent)"
557
- }),
558
- /* @__PURE__ */ n("rect", {
559
- x: "60",
560
- y: "124",
561
- width: "32",
562
- height: "3",
563
- rx: "1",
564
- fill: "var(--mineral-border, #3a3f47)",
565
- opacity: "0.6"
566
- }),
567
- /* @__PURE__ */ n("rect", {
568
- x: "108",
569
- y: "124",
570
- width: "18",
571
- height: "3",
572
- rx: "1",
573
- fill: "var(--mineral-border, #3a3f47)",
574
- opacity: "0.4"
575
- }),
576
- /* @__PURE__ */ n("rect", {
577
- x: "72",
578
- y: "132",
579
- width: "56",
580
- height: "3",
581
- rx: "1",
582
- fill: "var(--mineral-border, #3a3f47)",
583
- opacity: "0.5"
584
- }),
585
- /* @__PURE__ */ n("rect", {
586
- x: "66",
587
- y: "140",
588
- width: "22",
589
- height: "3",
590
- rx: "1",
591
- fill: "var(--mineral-border, #3a3f47)",
592
- opacity: "0.3"
593
- }),
594
- /* @__PURE__ */ n("rect", {
595
- x: "96",
596
- y: "140",
597
- width: "38",
598
- height: "3",
599
- rx: "1",
600
- fill: "var(--mineral-border, #3a3f47)",
601
- opacity: "0.3"
602
- }),
603
- /* @__PURE__ */ n("ellipse", {
604
- cx: "100",
605
- cy: "100",
606
- rx: "40",
607
- ry: "30",
608
- fill: "var(--illustration-accent)",
609
- opacity: "0.05"
610
- })
611
- ]
612
- });
613
- }), u = t(function(e, t) {
614
- return /* @__PURE__ */ r(o, {
615
- ref: t,
616
- viewBox: "0 0 200 200",
617
- ...e,
618
- children: [
619
- /* @__PURE__ */ n("ellipse", {
620
- cx: "100",
621
- cy: "172",
622
- rx: "54",
623
- ry: "5",
624
- fill: "var(--mineral-border, #3a3f47)",
625
- opacity: "0.25"
626
- }),
627
- /* @__PURE__ */ n("rect", {
628
- x: "46",
629
- y: "28",
630
- width: "90",
631
- height: "120",
632
- rx: "4",
633
- fill: "var(--mineral-surface, #1a1d23)",
634
- stroke: "var(--mineral-border, #3a3f47)",
635
- strokeWidth: "2"
636
- }),
637
- /* @__PURE__ */ n("path", {
638
- d: "M116 28 L136 28 L136 48 Z",
639
- fill: "var(--mineral-bg, #13151a)",
640
- stroke: "var(--mineral-border, #3a3f47)",
641
- strokeWidth: "1"
642
- }),
643
- /* @__PURE__ */ n("rect", {
644
- x: "56",
645
- y: "44",
646
- width: "50",
647
- height: "3",
648
- rx: "1",
649
- fill: "var(--mineral-border, #3a3f47)",
650
- opacity: "0.5"
651
- }),
652
- /* @__PURE__ */ n("rect", {
653
- x: "56",
654
- y: "54",
655
- width: "62",
656
- height: "3",
657
- rx: "1",
658
- fill: "var(--mineral-border, #3a3f47)",
659
- opacity: "0.4"
660
- }),
661
- /* @__PURE__ */ n("rect", {
662
- x: "56",
663
- y: "64",
664
- width: "44",
665
- height: "3",
666
- rx: "1",
667
- fill: "var(--mineral-border, #3a3f47)",
668
- opacity: "0.3"
669
- }),
670
- /* @__PURE__ */ n("path", {
671
- d: "M46 90 L56 86 L66 92 L76 84 L86 90 L96 85 L106 92 L116 86 L126 90 L136 88",
672
- fill: "none",
673
- stroke: "var(--mineral-border, #3a3f47)",
674
- strokeWidth: "1.5",
675
- opacity: "0.5"
676
- }),
677
- /* @__PURE__ */ n("text", {
678
- x: "91",
679
- y: "120",
680
- textAnchor: "middle",
681
- fontFamily: "inherit",
682
- fontSize: "28",
683
- fontWeight: "bold",
684
- fill: "var(--illustration-accent)",
685
- opacity: "0.7",
686
- children: "404"
687
- }),
688
- /* @__PURE__ */ n("circle", {
689
- cx: "132",
690
- cy: "108",
691
- r: "26",
692
- fill: "var(--mineral-bg, #13151a)",
693
- stroke: "var(--illustration-accent)",
694
- strokeWidth: "3",
695
- opacity: "0.9"
696
- }),
697
- /* @__PURE__ */ n("circle", {
698
- cx: "132",
699
- cy: "108",
700
- r: "20",
701
- fill: "none",
702
- stroke: "var(--mineral-border, #3a3f47)",
703
- strokeWidth: "1",
704
- opacity: "0.4"
705
- }),
706
- /* @__PURE__ */ n("line", {
707
- x1: "151",
708
- y1: "127",
709
- x2: "164",
710
- y2: "148",
711
- stroke: "var(--illustration-accent)",
712
- strokeWidth: "4",
713
- strokeLinecap: "round",
714
- opacity: "0.8"
715
- }),
716
- /* @__PURE__ */ n("text", {
717
- x: "132",
718
- y: "116",
719
- textAnchor: "middle",
720
- fontFamily: "inherit",
721
- fontSize: "22",
722
- fontWeight: "bold",
723
- fill: "var(--mineral-text-secondary, #6b7280)",
724
- opacity: "0.5",
725
- children: "?"
726
- }),
727
- /* @__PURE__ */ n("ellipse", {
728
- cx: "100",
729
- cy: "100",
730
- rx: "56",
731
- ry: "46",
732
- fill: "var(--illustration-accent)",
733
- opacity: "0.04"
734
- })
735
- ]
736
- });
737
- }), d = t(function(e, t) {
738
- return /* @__PURE__ */ r(o, {
739
- ref: t,
740
- viewBox: "0 0 200 200",
741
- ...e,
742
- children: [
743
- /* @__PURE__ */ n("circle", {
744
- cx: "100",
745
- cy: "100",
746
- r: "62",
747
- fill: "var(--illustration-accent)",
748
- opacity: "0.06"
749
- }),
750
- /* @__PURE__ */ n("circle", {
751
- cx: "100",
752
- cy: "100",
753
- r: "48",
754
- fill: "var(--illustration-accent)",
755
- opacity: "0.04"
756
- }),
757
- /* @__PURE__ */ n("circle", {
758
- cx: "100",
759
- cy: "100",
760
- r: "44",
761
- fill: "var(--mineral-surface, #1a1d23)",
762
- stroke: "var(--illustration-accent)",
763
- strokeWidth: "3"
764
- }),
765
- /* @__PURE__ */ n("circle", {
766
- cx: "100",
767
- cy: "100",
768
- r: "36",
769
- fill: "none",
770
- stroke: "var(--illustration-accent)",
771
- strokeWidth: "1",
772
- opacity: "0.2"
773
- }),
774
- /* @__PURE__ */ n("polyline", {
775
- points: "80,100 94,114 120,86",
776
- fill: "none",
777
- stroke: "var(--illustration-accent)",
778
- strokeWidth: "5",
779
- strokeLinecap: "round",
780
- strokeLinejoin: "round"
781
- }),
782
- /* @__PURE__ */ n("rect", {
783
- x: "44",
784
- y: "48",
785
- width: "6",
786
- height: "3",
787
- rx: "1",
788
- fill: "var(--illustration-accent)",
789
- opacity: "0.6",
790
- transform: "rotate(-20 47 49)"
791
- }),
792
- /* @__PURE__ */ n("rect", {
793
- x: "148",
794
- y: "56",
795
- width: "5",
796
- height: "3",
797
- rx: "1",
798
- fill: "var(--illustration-accent)",
799
- opacity: "0.5",
800
- transform: "rotate(15 150 57)"
801
- }),
802
- /* @__PURE__ */ n("rect", {
803
- x: "52",
804
- y: "142",
805
- width: "6",
806
- height: "3",
807
- rx: "1",
808
- fill: "var(--illustration-accent)",
809
- opacity: "0.4",
810
- transform: "rotate(30 55 143)"
811
- }),
812
- /* @__PURE__ */ n("rect", {
813
- x: "142",
814
- y: "136",
815
- width: "5",
816
- height: "3",
817
- rx: "1",
818
- fill: "var(--illustration-accent)",
819
- opacity: "0.5",
820
- transform: "rotate(-10 144 137)"
821
- }),
822
- /* @__PURE__ */ n("circle", {
823
- cx: "60",
824
- cy: "66",
825
- r: "2",
826
- fill: "var(--mineral-warning, #f59e0b)",
827
- opacity: "0.5"
828
- }),
829
- /* @__PURE__ */ n("circle", {
830
- cx: "150",
831
- cy: "86",
832
- r: "1.5",
833
- fill: "var(--mineral-info, #3b82f6)",
834
- opacity: "0.5"
835
- }),
836
- /* @__PURE__ */ n("circle", {
837
- cx: "46",
838
- cy: "112",
839
- r: "1.5",
840
- fill: "var(--mineral-success, #22c55e)",
841
- opacity: "0.5"
842
- }),
843
- /* @__PURE__ */ n("circle", {
844
- cx: "156",
845
- cy: "120",
846
- r: "2",
847
- fill: "var(--mineral-warning, #f59e0b)",
848
- opacity: "0.4"
849
- }),
850
- /* @__PURE__ */ n("circle", {
851
- cx: "72",
852
- cy: "152",
853
- r: "1.5",
854
- fill: "var(--mineral-info, #3b82f6)",
855
- opacity: "0.4"
856
- }),
857
- /* @__PURE__ */ n("circle", {
858
- cx: "132",
859
- cy: "156",
860
- r: "1.5",
861
- fill: "var(--mineral-success, #22c55e)",
862
- opacity: "0.4"
863
- }),
864
- /* @__PURE__ */ n("line", {
865
- x1: "100",
866
- y1: "28",
867
- x2: "100",
868
- y2: "36",
869
- stroke: "var(--illustration-accent)",
870
- strokeWidth: "1.5",
871
- opacity: "0.4",
872
- strokeLinecap: "round"
873
- }),
874
- /* @__PURE__ */ n("line", {
875
- x1: "96",
876
- y1: "32",
877
- x2: "104",
878
- y2: "32",
879
- stroke: "var(--illustration-accent)",
880
- strokeWidth: "1.5",
881
- opacity: "0.4",
882
- strokeLinecap: "round"
883
- })
884
- ]
885
- });
886
- }), f = t(function(e, t) {
887
- return /* @__PURE__ */ r(o, {
888
- ref: t,
889
- viewBox: "0 0 200 200",
890
- ...e,
891
- children: [
892
- /* @__PURE__ */ n("rect", {
893
- x: "32",
894
- y: "56",
895
- width: "72",
896
- height: "92",
897
- rx: "6",
898
- fill: "var(--mineral-surface, #1a1d23)",
899
- stroke: "var(--mineral-border, #3a3f47)",
900
- strokeWidth: "1.5"
901
- }),
902
- /* @__PURE__ */ n("rect", {
903
- x: "40",
904
- y: "68",
905
- width: "36",
906
- height: "3",
907
- rx: "1",
908
- fill: "var(--mineral-text-secondary, #6b7280)",
909
- opacity: "0.5"
910
- }),
911
- /* @__PURE__ */ n("rect", {
912
- x: "40",
913
- y: "76",
914
- width: "52",
915
- height: "3",
916
- rx: "1",
917
- fill: "var(--mineral-border, #3a3f47)",
918
- opacity: "0.4"
919
- }),
920
- /* @__PURE__ */ n("rect", {
921
- x: "40",
922
- y: "84",
923
- width: "44",
924
- height: "3",
925
- rx: "1",
926
- fill: "var(--mineral-border, #3a3f47)",
927
- opacity: "0.3"
928
- }),
929
- /* @__PURE__ */ n("rect", {
930
- x: "40",
931
- y: "96",
932
- width: "56",
933
- height: "24",
934
- rx: "3",
935
- fill: "var(--mineral-bg, #13151a)",
936
- opacity: "0.5"
937
- }),
938
- /* @__PURE__ */ n("rect", {
939
- x: "40",
940
- y: "128",
941
- width: "48",
942
- height: "3",
943
- rx: "1",
944
- fill: "var(--mineral-border, #3a3f47)",
945
- opacity: "0.3"
946
- }),
947
- /* @__PURE__ */ n("rect", {
948
- x: "96",
949
- y: "72",
950
- width: "72",
951
- height: "92",
952
- rx: "6",
953
- fill: "var(--mineral-surface, #1a1d23)",
954
- stroke: "var(--mineral-border, #3a3f47)",
955
- strokeWidth: "1.5"
956
- }),
957
- /* @__PURE__ */ n("rect", {
958
- x: "104",
959
- y: "84",
960
- width: "40",
961
- height: "3",
962
- rx: "1",
963
- fill: "var(--mineral-text-secondary, #6b7280)",
964
- opacity: "0.5"
965
- }),
966
- /* @__PURE__ */ n("rect", {
967
- x: "104",
968
- y: "92",
969
- width: "52",
970
- height: "3",
971
- rx: "1",
972
- fill: "var(--mineral-border, #3a3f47)",
973
- opacity: "0.4"
974
- }),
975
- /* @__PURE__ */ n("rect", {
976
- x: "104",
977
- y: "100",
978
- width: "36",
979
- height: "3",
980
- rx: "1",
981
- fill: "var(--mineral-border, #3a3f47)",
982
- opacity: "0.3"
983
- }),
984
- /* @__PURE__ */ n("rect", {
985
- x: "104",
986
- y: "112",
987
- width: "48",
988
- height: "20",
989
- rx: "3",
990
- fill: "var(--mineral-bg, #13151a)",
991
- opacity: "0.5"
992
- }),
993
- /* @__PURE__ */ n("rect", {
994
- x: "104",
995
- y: "140",
996
- width: "42",
997
- height: "3",
998
- rx: "1",
999
- fill: "var(--mineral-border, #3a3f47)",
1000
- opacity: "0.3"
1001
- }),
1002
- /* @__PURE__ */ n("rect", {
1003
- x: "40",
1004
- y: "94",
1005
- width: "58",
1006
- height: "28",
1007
- rx: "3",
1008
- fill: "var(--illustration-accent)",
1009
- opacity: "0.15",
1010
- stroke: "var(--illustration-accent)",
1011
- strokeWidth: "1"
1012
- }),
1013
- /* @__PURE__ */ n("circle", {
1014
- cx: "120",
1015
- cy: "52",
1016
- r: "24",
1017
- fill: "var(--mineral-bg, #13151a)",
1018
- stroke: "var(--illustration-accent)",
1019
- strokeWidth: "3"
1020
- }),
1021
- /* @__PURE__ */ n("circle", {
1022
- cx: "120",
1023
- cy: "52",
1024
- r: "16",
1025
- fill: "none",
1026
- stroke: "var(--illustration-accent)",
1027
- strokeWidth: "1",
1028
- opacity: "0.25"
1029
- }),
1030
- /* @__PURE__ */ n("line", {
1031
- x1: "138",
1032
- y1: "69",
1033
- x2: "152",
1034
- y2: "88",
1035
- stroke: "var(--illustration-accent)",
1036
- strokeWidth: "5",
1037
- strokeLinecap: "round",
1038
- opacity: "0.8"
1039
- }),
1040
- /* @__PURE__ */ n("circle", {
1041
- cx: "112",
1042
- cy: "48",
1043
- r: "2",
1044
- fill: "var(--illustration-accent)",
1045
- opacity: "0.4"
1046
- }),
1047
- /* @__PURE__ */ n("circle", {
1048
- cx: "120",
1049
- cy: "52",
1050
- r: "2",
1051
- fill: "var(--illustration-accent)",
1052
- opacity: "0.5"
1053
- }),
1054
- /* @__PURE__ */ n("circle", {
1055
- cx: "128",
1056
- cy: "48",
1057
- r: "2",
1058
- fill: "var(--illustration-accent)",
1059
- opacity: "0.4"
1060
- }),
1061
- /* @__PURE__ */ n("ellipse", {
1062
- cx: "100",
1063
- cy: "100",
1064
- rx: "60",
1065
- ry: "50",
1066
- fill: "var(--illustration-accent)",
1067
- opacity: "0.03"
1068
- })
1069
- ]
1070
- });
1071
- }), p = t(function(e, t) {
1072
- return /* @__PURE__ */ r(o, {
1073
- ref: t,
1074
- viewBox: "0 0 200 200",
1075
- ...e,
1076
- children: [
1077
- /* @__PURE__ */ n("ellipse", {
1078
- cx: "100",
1079
- cy: "162",
1080
- rx: "58",
1081
- ry: "6",
1082
- fill: "var(--mineral-border, #3a3f47)",
1083
- opacity: "0.25"
1084
- }),
1085
- /* @__PURE__ */ n("rect", {
1086
- x: "30",
1087
- y: "60",
1088
- width: "140",
1089
- height: "96",
1090
- rx: "6",
1091
- fill: "var(--mineral-surface, #1a1d23)",
1092
- stroke: "var(--mineral-border, #3a3f47)",
1093
- strokeWidth: "2"
1094
- }),
1095
- /* @__PURE__ */ n("rect", {
1096
- x: "42",
1097
- y: "52",
1098
- width: "116",
1099
- height: "70",
1100
- rx: "3",
1101
- fill: "var(--mineral-bg, #13151a)"
1102
- }),
1103
- /* @__PURE__ */ n("rect", {
1104
- x: "54",
1105
- y: "64",
1106
- width: "60",
1107
- height: "3",
1108
- rx: "1",
1109
- fill: "var(--mineral-text-secondary, #6b7280)",
1110
- opacity: "0.5"
1111
- }),
1112
- /* @__PURE__ */ n("rect", {
1113
- x: "54",
1114
- y: "72",
1115
- width: "80",
1116
- height: "3",
1117
- rx: "1",
1118
- fill: "var(--mineral-border, #3a3f47)",
1119
- opacity: "0.4"
1120
- }),
1121
- /* @__PURE__ */ n("rect", {
1122
- x: "54",
1123
- y: "80",
1124
- width: "48",
1125
- height: "3",
1126
- rx: "1",
1127
- fill: "var(--mineral-border, #3a3f47)",
1128
- opacity: "0.3"
1129
- }),
1130
- /* @__PURE__ */ n("path", {
1131
- d: "M30 60 L100 110 L170 60",
1132
- fill: "none",
1133
- stroke: "var(--mineral-border, #3a3f47)",
1134
- strokeWidth: "2",
1135
- strokeLinejoin: "round"
1136
- }),
1137
- /* @__PURE__ */ n("path", {
1138
- d: "M32 62 L100 108 L168 62 L168 60 C168 57 166 55 163 55 L37 55 C34 55 32 57 32 60 Z",
1139
- fill: "var(--mineral-surface, #1a1d23)"
1140
- }),
1141
- /* @__PURE__ */ n("path", {
1142
- d: "M32 62 L100 108 L168 62",
1143
- fill: "none",
1144
- stroke: "var(--illustration-accent)",
1145
- strokeWidth: "2",
1146
- strokeLinejoin: "round",
1147
- opacity: "0.6"
1148
- }),
1149
- /* @__PURE__ */ n("line", {
1150
- x1: "30",
1151
- y1: "156",
1152
- x2: "72",
1153
- y2: "120",
1154
- stroke: "var(--mineral-border, #3a3f47)",
1155
- strokeWidth: "1",
1156
- opacity: "0.3"
1157
- }),
1158
- /* @__PURE__ */ n("line", {
1159
- x1: "170",
1160
- y1: "156",
1161
- x2: "128",
1162
- y2: "120",
1163
- stroke: "var(--mineral-border, #3a3f47)",
1164
- strokeWidth: "1",
1165
- opacity: "0.3"
1166
- }),
1167
- /* @__PURE__ */ n("circle", {
1168
- cx: "156",
1169
- cy: "52",
1170
- r: "14",
1171
- fill: "var(--illustration-accent)"
1172
- }),
1173
- /* @__PURE__ */ n("text", {
1174
- x: "156",
1175
- y: "57",
1176
- textAnchor: "middle",
1177
- fontFamily: "inherit",
1178
- fontSize: "14",
1179
- fontWeight: "bold",
1180
- fill: "var(--mineral-text-inverted, #ffffff)",
1181
- children: "3"
1182
- }),
1183
- /* @__PURE__ */ n("circle", {
1184
- cx: "40",
1185
- cy: "40",
1186
- r: "1.5",
1187
- fill: "var(--illustration-accent)",
1188
- opacity: "0.4"
1189
- }),
1190
- /* @__PURE__ */ n("circle", {
1191
- cx: "52",
1192
- cy: "34",
1193
- r: "1",
1194
- fill: "var(--illustration-accent)",
1195
- opacity: "0.3"
1196
- }),
1197
- /* @__PURE__ */ n("ellipse", {
1198
- cx: "100",
1199
- cy: "105",
1200
- rx: "56",
1201
- ry: "40",
1202
- fill: "var(--illustration-accent)",
1203
- opacity: "0.04"
1204
- })
1205
- ]
1206
- });
1207
- }), m = t(function(e, t) {
1208
- return /* @__PURE__ */ r(o, {
1209
- ref: t,
1210
- viewBox: "0 0 200 200",
1211
- ...e,
1212
- children: [
1213
- /* @__PURE__ */ n("ellipse", {
1214
- cx: "100",
1215
- cy: "104",
1216
- rx: "56",
1217
- ry: "60",
1218
- fill: "var(--illustration-accent)",
1219
- opacity: "0.05"
1220
- }),
1221
- /* @__PURE__ */ n("path", {
1222
- d: "M100 30 L148 52 C148 52 152 108 100 168 C48 108 52 52 52 52 Z",
1223
- fill: "var(--mineral-surface, #1a1d23)",
1224
- stroke: "var(--illustration-accent)",
1225
- strokeWidth: "2.5"
1226
- }),
1227
- /* @__PURE__ */ n("path", {
1228
- d: "M100 42 L140 60 C140 60 143 106 100 158 C57 106 60 60 60 60 Z",
1229
- fill: "var(--mineral-bg, #13151a)",
1230
- opacity: "0.6"
1231
- }),
1232
- /* @__PURE__ */ n("path", {
1233
- d: "M100 42 L140 60 C140 60 141 72 138 86 L100 72 L62 86 C59 72 60 60 60 60 Z",
1234
- fill: "var(--illustration-accent)",
1235
- opacity: "0.12"
1236
- }),
1237
- /* @__PURE__ */ n("rect", {
1238
- x: "84",
1239
- y: "96",
1240
- width: "32",
1241
- height: "28",
1242
- rx: "4",
1243
- fill: "var(--illustration-accent)",
1244
- opacity: "0.85"
1245
- }),
1246
- /* @__PURE__ */ n("path", {
1247
- d: "M88 96 L88 84 C88 76 94 70 100 70 C106 70 112 76 112 84 L112 96",
1248
- fill: "none",
1249
- stroke: "var(--illustration-accent)",
1250
- strokeWidth: "3",
1251
- strokeLinecap: "round"
1252
- }),
1253
- /* @__PURE__ */ n("circle", {
1254
- cx: "100",
1255
- cy: "108",
1256
- r: "4",
1257
- fill: "var(--mineral-bg, #13151a)"
1258
- }),
1259
- /* @__PURE__ */ n("rect", {
1260
- x: "98",
1261
- y: "110",
1262
- width: "4",
1263
- height: "8",
1264
- rx: "1",
1265
- fill: "var(--mineral-bg, #13151a)"
1266
- }),
1267
- /* @__PURE__ */ n("circle", {
1268
- cx: "56",
1269
- cy: "40",
1270
- r: "1.5",
1271
- fill: "var(--illustration-accent)",
1272
- opacity: "0.3"
1273
- }),
1274
- /* @__PURE__ */ n("circle", {
1275
- cx: "144",
1276
- cy: "40",
1277
- r: "1.5",
1278
- fill: "var(--illustration-accent)",
1279
- opacity: "0.3"
1280
- }),
1281
- /* @__PURE__ */ n("circle", {
1282
- cx: "40",
1283
- cy: "80",
1284
- r: "1",
1285
- fill: "var(--illustration-accent)",
1286
- opacity: "0.2"
1287
- }),
1288
- /* @__PURE__ */ n("circle", {
1289
- cx: "160",
1290
- cy: "80",
1291
- r: "1",
1292
- fill: "var(--illustration-accent)",
1293
- opacity: "0.2"
1294
- })
1295
- ]
1296
- });
1297
- }), h = t(function(e, t) {
1298
- return /* @__PURE__ */ r(o, {
1299
- ref: t,
1300
- viewBox: "0 0 200 200",
1301
- ...e,
1302
- children: [
1303
- /* @__PURE__ */ n("circle", {
1304
- cx: "76",
1305
- cy: "96",
1306
- r: "40",
1307
- fill: "var(--mineral-surface, #1a1d23)",
1308
- stroke: "var(--mineral-border, #3a3f47)",
1309
- strokeWidth: "1.5"
1310
- }),
1311
- /* @__PURE__ */ n("path", {
1312
- d: "M76 56 A40 40 0 0 1 110 116 L76 96 Z",
1313
- fill: "var(--illustration-accent)",
1314
- opacity: "0.8"
1315
- }),
1316
- /* @__PURE__ */ n("path", {
1317
- d: "M110 116 A40 40 0 0 1 56 124 L76 96 Z",
1318
- fill: "var(--mineral-info, #3b82f6)",
1319
- opacity: "0.5"
1320
- }),
1321
- /* @__PURE__ */ n("path", {
1322
- d: "M56 124 A40 40 0 0 1 44 76 L76 96 Z",
1323
- fill: "var(--mineral-warning, #f59e0b)",
1324
- opacity: "0.5"
1325
- }),
1326
- /* @__PURE__ */ n("path", {
1327
- d: "M44 76 A40 40 0 0 1 76 56 L76 96 Z",
1328
- fill: "var(--mineral-border, #3a3f47)",
1329
- opacity: "0.5"
1330
- }),
1331
- /* @__PURE__ */ n("circle", {
1332
- cx: "76",
1333
- cy: "96",
1334
- r: "18",
1335
- fill: "var(--mineral-bg, #13151a)"
1336
- }),
1337
- /* @__PURE__ */ n("text", {
1338
- x: "76",
1339
- y: "100",
1340
- textAnchor: "middle",
1341
- fontFamily: "inherit",
1342
- fontSize: "12",
1343
- fontWeight: "bold",
1344
- fill: "var(--illustration-accent)",
1345
- opacity: "0.8",
1346
- children: "40%"
1347
- }),
1348
- /* @__PURE__ */ n("rect", {
1349
- x: "126",
1350
- y: "36",
1351
- width: "60",
1352
- height: "36",
1353
- rx: "4",
1354
- fill: "var(--mineral-surface, #1a1d23)",
1355
- stroke: "var(--mineral-border, #3a3f47)",
1356
- strokeWidth: "1.5"
1357
- }),
1358
- /* @__PURE__ */ n("rect", {
1359
- x: "132",
1360
- y: "44",
1361
- width: "24",
1362
- height: "3",
1363
- rx: "1",
1364
- fill: "var(--mineral-text-secondary, #6b7280)",
1365
- opacity: "0.5"
1366
- }),
1367
- /* @__PURE__ */ n("rect", {
1368
- x: "132",
1369
- y: "52",
1370
- width: "32",
1371
- height: "5",
1372
- rx: "1",
1373
- fill: "var(--illustration-accent)",
1374
- opacity: "0.7"
1375
- }),
1376
- /* @__PURE__ */ n("rect", {
1377
- x: "132",
1378
- y: "62",
1379
- width: "16",
1380
- height: "2",
1381
- rx: "1",
1382
- fill: "var(--mineral-success, #22c55e)",
1383
- opacity: "0.5"
1384
- }),
1385
- /* @__PURE__ */ n("rect", {
1386
- x: "126",
1387
- y: "82",
1388
- width: "60",
1389
- height: "36",
1390
- rx: "4",
1391
- fill: "var(--mineral-surface, #1a1d23)",
1392
- stroke: "var(--mineral-border, #3a3f47)",
1393
- strokeWidth: "1.5"
1394
- }),
1395
- /* @__PURE__ */ n("rect", {
1396
- x: "132",
1397
- y: "90",
1398
- width: "20",
1399
- height: "3",
1400
- rx: "1",
1401
- fill: "var(--mineral-text-secondary, #6b7280)",
1402
- opacity: "0.5"
1403
- }),
1404
- /* @__PURE__ */ n("rect", {
1405
- x: "132",
1406
- y: "98",
1407
- width: "28",
1408
- height: "5",
1409
- rx: "1",
1410
- fill: "var(--mineral-info, #3b82f6)",
1411
- opacity: "0.6"
1412
- }),
1413
- /* @__PURE__ */ n("rect", {
1414
- x: "132",
1415
- y: "108",
1416
- width: "18",
1417
- height: "2",
1418
- rx: "1",
1419
- fill: "var(--mineral-warning, #f59e0b)",
1420
- opacity: "0.5"
1421
- }),
1422
- /* @__PURE__ */ n("rect", {
1423
- x: "34",
1424
- y: "148",
1425
- width: "140",
1426
- height: "32",
1427
- rx: "4",
1428
- fill: "var(--mineral-surface, #1a1d23)",
1429
- stroke: "var(--mineral-border, #3a3f47)",
1430
- strokeWidth: "1"
1431
- }),
1432
- /* @__PURE__ */ n("polyline", {
1433
- points: "42,170 58,164 74,168 90,158 106,162 122,154 138,156 154,148 166,152",
1434
- fill: "none",
1435
- stroke: "var(--illustration-accent)",
1436
- strokeWidth: "2",
1437
- strokeLinecap: "round",
1438
- strokeLinejoin: "round",
1439
- opacity: "0.7"
1440
- }),
1441
- /* @__PURE__ */ n("ellipse", {
1442
- cx: "100",
1443
- cy: "100",
1444
- rx: "60",
1445
- ry: "50",
1446
- fill: "var(--illustration-accent)",
1447
- opacity: "0.03"
1448
- })
1449
- ]
1450
- });
1451
- }), g = t(function(e, t) {
1452
- return /* @__PURE__ */ r(o, {
1453
- ref: t,
1454
- viewBox: "0 0 200 200",
1455
- ...e,
1456
- children: [
1457
- /* @__PURE__ */ n("ellipse", {
1458
- cx: "100",
1459
- cy: "176",
1460
- rx: "56",
1461
- ry: "5",
1462
- fill: "var(--mineral-border, #3a3f47)",
1463
- opacity: "0.25"
1464
- }),
1465
- /* @__PURE__ */ n("rect", {
1466
- x: "32",
1467
- y: "36",
1468
- width: "136",
1469
- height: "132",
1470
- rx: "8",
1471
- fill: "var(--mineral-surface, #1a1d23)",
1472
- stroke: "var(--mineral-border, #3a3f47)",
1473
- strokeWidth: "2"
1474
- }),
1475
- /* @__PURE__ */ n("rect", {
1476
- x: "32",
1477
- y: "36",
1478
- width: "136",
1479
- height: "28",
1480
- rx: "8",
1481
- fill: "var(--illustration-accent)",
1482
- opacity: "0.15"
1483
- }),
1484
- /* @__PURE__ */ n("rect", {
1485
- x: "32",
1486
- y: "56",
1487
- width: "136",
1488
- height: "8",
1489
- fill: "var(--illustration-accent)",
1490
- opacity: "0.15"
1491
- }),
1492
- /* @__PURE__ */ n("rect", {
1493
- x: "60",
1494
- y: "30",
1495
- width: "8",
1496
- height: "16",
1497
- rx: "3",
1498
- fill: "var(--mineral-border, #3a3f47)"
1499
- }),
1500
- /* @__PURE__ */ n("rect", {
1501
- x: "92",
1502
- y: "30",
1503
- width: "8",
1504
- height: "16",
1505
- rx: "3",
1506
- fill: "var(--mineral-border, #3a3f47)"
1507
- }),
1508
- /* @__PURE__ */ n("rect", {
1509
- x: "124",
1510
- y: "30",
1511
- width: "8",
1512
- height: "16",
1513
- rx: "3",
1514
- fill: "var(--mineral-border, #3a3f47)"
1515
- }),
1516
- /* @__PURE__ */ n("rect", {
1517
- x: "56",
1518
- y: "44",
1519
- width: "44",
1520
- height: "5",
1521
- rx: "2",
1522
- fill: "var(--illustration-accent)",
1523
- opacity: "0.7"
1524
- }),
1525
- /* @__PURE__ */ n("rect", {
1526
- x: "112",
1527
- y: "44",
1528
- width: "16",
1529
- height: "5",
1530
- rx: "2",
1531
- fill: "var(--mineral-text-secondary, #6b7280)",
1532
- opacity: "0.4"
1533
- }),
1534
- [
1535
- 0,
1536
- 1,
1537
- 2,
1538
- 3,
1539
- 4,
1540
- 5,
1541
- 6
1542
- ].map((e) => /* @__PURE__ */ n("rect", {
1543
- x: 40 + e * 18,
1544
- y: "72",
1545
- width: "10",
1546
- height: "3",
1547
- rx: "1",
1548
- fill: "var(--mineral-text-secondary, #6b7280)",
1549
- opacity: "0.4"
1550
- }, `dh-${e}`)),
1551
- [
1552
- 0,
1553
- 1,
1554
- 2,
1555
- 3,
1556
- 4
1557
- ].map((e) => [
1558
- 0,
1559
- 1,
1560
- 2,
1561
- 3,
1562
- 4,
1563
- 5,
1564
- 6
1565
- ].map((t) => {
1566
- let i = 40 + t * 18, a = 84 + e * 18, o = e === 1 && t === 3;
1567
- return e === 0 && t < 2 || e === 4 && t > 3 ? null : /* @__PURE__ */ r("g", { children: [/* @__PURE__ */ n("rect", {
1568
- x: i,
1569
- y: a,
1570
- width: "12",
1571
- height: "12",
1572
- rx: "3",
1573
- fill: o ? "var(--illustration-accent)" : "var(--mineral-bg, #13151a)",
1574
- opacity: o ? .85 : .4
1575
- }), (e === 2 && t === 1 || e === 3 && t === 5) && /* @__PURE__ */ n("circle", {
1576
- cx: i + 6,
1577
- cy: a + 14,
1578
- r: "1.5",
1579
- fill: "var(--illustration-accent)",
1580
- opacity: "0.6"
1581
- })] }, `d-${e}-${t}`);
1582
- })),
1583
- /* @__PURE__ */ n("ellipse", {
1584
- cx: "100",
1585
- cy: "104",
1586
- rx: "52",
1587
- ry: "48",
1588
- fill: "var(--illustration-accent)",
1589
- opacity: "0.03"
1590
- })
1591
- ]
1592
- });
1593
- }), _ = t(function(e, t) {
1594
- let i = (e, t, n, r) => {
1595
- let i = n * .7, a = n, o = Math.PI * 2 / (r * 2), s = "";
1596
- for (let n = 0; n < r * 2; n++) {
1597
- let r = n % 2 == 0 ? a : i, c = e + r * Math.cos(n * o - Math.PI / 2), l = t + r * Math.sin(n * o - Math.PI / 2);
1598
- s += `${n === 0 ? "M" : "L"}${c.toFixed(1)},${l.toFixed(1)} `;
1599
- }
1600
- return s + "Z";
1601
- };
1602
- return /* @__PURE__ */ r(o, {
1603
- ref: t,
1604
- viewBox: "0 0 200 200",
1605
- ...e,
1606
- children: [
1607
- /* @__PURE__ */ n("path", {
1608
- d: i(90, 88, 42, 10),
1609
- fill: "var(--mineral-surface, #1a1d23)",
1610
- stroke: "var(--illustration-accent)",
1611
- strokeWidth: "2"
1612
- }),
1613
- /* @__PURE__ */ n("circle", {
1614
- cx: "90",
1615
- cy: "88",
1616
- r: "16",
1617
- fill: "var(--mineral-bg, #13151a)"
1618
- }),
1619
- /* @__PURE__ */ n("circle", {
1620
- cx: "90",
1621
- cy: "88",
1622
- r: "8",
1623
- fill: "var(--illustration-accent)",
1624
- opacity: "0.3"
1625
- }),
1626
- /* @__PURE__ */ n("path", {
1627
- d: i(140, 120, 28, 8),
1628
- fill: "var(--mineral-surface, #1a1d23)",
1629
- stroke: "var(--illustration-accent)",
1630
- strokeWidth: "1.5",
1631
- opacity: "0.8"
1632
- }),
1633
- /* @__PURE__ */ n("circle", {
1634
- cx: "140",
1635
- cy: "120",
1636
- r: "10",
1637
- fill: "var(--mineral-bg, #13151a)"
1638
- }),
1639
- /* @__PURE__ */ n("circle", {
1640
- cx: "140",
1641
- cy: "120",
1642
- r: "5",
1643
- fill: "var(--illustration-accent)",
1644
- opacity: "0.25"
1645
- }),
1646
- /* @__PURE__ */ n("path", {
1647
- d: i(52, 140, 18, 6),
1648
- fill: "var(--mineral-surface, #1a1d23)",
1649
- stroke: "var(--illustration-accent)",
1650
- strokeWidth: "1.5",
1651
- opacity: "0.6"
1652
- }),
1653
- /* @__PURE__ */ n("circle", {
1654
- cx: "52",
1655
- cy: "140",
1656
- r: "7",
1657
- fill: "var(--mineral-bg, #13151a)"
1658
- }),
1659
- /* @__PURE__ */ n("circle", {
1660
- cx: "52",
1661
- cy: "140",
1662
- r: "3.5",
1663
- fill: "var(--illustration-accent)",
1664
- opacity: "0.2"
1665
- }),
1666
- /* @__PURE__ */ n("rect", {
1667
- x: "120",
1668
- y: "44",
1669
- width: "40",
1670
- height: "18",
1671
- rx: "9",
1672
- fill: "var(--illustration-accent)",
1673
- opacity: "0.3"
1674
- }),
1675
- /* @__PURE__ */ n("circle", {
1676
- cx: "148",
1677
- cy: "53",
1678
- r: "7",
1679
- fill: "var(--illustration-accent)"
1680
- }),
1681
- /* @__PURE__ */ n("rect", {
1682
- x: "120",
1683
- y: "68",
1684
- width: "40",
1685
- height: "18",
1686
- rx: "9",
1687
- fill: "var(--mineral-border, #3a3f47)",
1688
- opacity: "0.4"
1689
- }),
1690
- /* @__PURE__ */ n("circle", {
1691
- cx: "132",
1692
- cy: "77",
1693
- r: "7",
1694
- fill: "var(--mineral-border, #3a3f47)"
1695
- }),
1696
- /* @__PURE__ */ n("rect", {
1697
- x: "166",
1698
- y: "50",
1699
- width: "20",
1700
- height: "3",
1701
- rx: "1",
1702
- fill: "var(--mineral-text-secondary, #6b7280)",
1703
- opacity: "0.3"
1704
- }),
1705
- /* @__PURE__ */ n("rect", {
1706
- x: "166",
1707
- y: "74",
1708
- width: "16",
1709
- height: "3",
1710
- rx: "1",
1711
- fill: "var(--mineral-text-secondary, #6b7280)",
1712
- opacity: "0.3"
1713
- }),
1714
- /* @__PURE__ */ n("circle", {
1715
- cx: "34",
1716
- cy: "50",
1717
- r: "2",
1718
- fill: "var(--illustration-accent)",
1719
- opacity: "0.2"
1720
- }),
1721
- /* @__PURE__ */ n("circle", {
1722
- cx: "170",
1723
- cy: "160",
1724
- r: "2",
1725
- fill: "var(--illustration-accent)",
1726
- opacity: "0.2"
1727
- }),
1728
- /* @__PURE__ */ n("circle", {
1729
- cx: "100",
1730
- cy: "172",
1731
- r: "1.5",
1732
- fill: "var(--illustration-accent)",
1733
- opacity: "0.15"
1734
- }),
1735
- /* @__PURE__ */ n("ellipse", {
1736
- cx: "100",
1737
- cy: "100",
1738
- rx: "58",
1739
- ry: "50",
1740
- fill: "var(--illustration-accent)",
1741
- opacity: "0.03"
1742
- })
1743
- ]
1744
- });
1745
- }), v = t(function(e, t) {
1746
- return /* @__PURE__ */ r(o, {
1747
- ref: t,
1748
- viewBox: "0 0 200 200",
1749
- ...e,
1750
- children: [
1751
- /* @__PURE__ */ n("path", {
1752
- d: "M52 108 C32 108 20 92 28 76 C34 62 50 56 64 60 C68 42 86 32 104 36 C120 40 132 52 132 68 C148 66 164 78 162 96 C160 110 148 116 136 114 L52 114 Z",
1753
- fill: "var(--mineral-surface, #1a1d23)",
1754
- stroke: "var(--mineral-border, #3a3f47)",
1755
- strokeWidth: "2"
1756
- }),
1757
- /* @__PURE__ */ n("path", {
1758
- d: "M60 106 C44 106 34 94 40 82 C44 72 56 68 66 70 C70 56 84 48 98 50 C112 54 120 62 120 74 C134 72 146 82 144 94 C142 104 134 108 126 106 Z",
1759
- fill: "var(--mineral-bg, #13151a)",
1760
- opacity: "0.3"
1761
- }),
1762
- /* @__PURE__ */ n("line", {
1763
- x1: "94",
1764
- y1: "104",
1765
- x2: "94",
1766
- y2: "68",
1767
- stroke: "var(--illustration-accent)",
1768
- strokeWidth: "3",
1769
- strokeLinecap: "round"
1770
- }),
1771
- /* @__PURE__ */ n("polyline", {
1772
- points: "80,82 94,66 108,82",
1773
- fill: "none",
1774
- stroke: "var(--illustration-accent)",
1775
- strokeWidth: "3",
1776
- strokeLinecap: "round",
1777
- strokeLinejoin: "round"
1778
- }),
1779
- /* @__PURE__ */ n("rect", {
1780
- x: "44",
1781
- y: "128",
1782
- width: "30",
1783
- height: "38",
1784
- rx: "3",
1785
- fill: "var(--mineral-surface, #1a1d23)",
1786
- stroke: "var(--mineral-border, #3a3f47)",
1787
- strokeWidth: "1.5"
1788
- }),
1789
- /* @__PURE__ */ n("path", {
1790
- d: "M62 128 L74 128 L74 140 Z",
1791
- fill: "var(--mineral-bg, #13151a)",
1792
- stroke: "var(--mineral-border, #3a3f47)",
1793
- strokeWidth: "0.5"
1794
- }),
1795
- /* @__PURE__ */ n("rect", {
1796
- x: "50",
1797
- y: "144",
1798
- width: "18",
1799
- height: "2",
1800
- rx: "1",
1801
- fill: "var(--mineral-border, #3a3f47)",
1802
- opacity: "0.5"
1803
- }),
1804
- /* @__PURE__ */ n("rect", {
1805
- x: "50",
1806
- y: "150",
1807
- width: "14",
1808
- height: "2",
1809
- rx: "1",
1810
- fill: "var(--mineral-border, #3a3f47)",
1811
- opacity: "0.3"
1812
- }),
1813
- /* @__PURE__ */ n("rect", {
1814
- x: "50",
1815
- y: "156",
1816
- width: "16",
1817
- height: "2",
1818
- rx: "1",
1819
- fill: "var(--illustration-accent)",
1820
- opacity: "0.3"
1821
- }),
1822
- /* @__PURE__ */ n("rect", {
1823
- x: "82",
1824
- y: "132",
1825
- width: "30",
1826
- height: "38",
1827
- rx: "3",
1828
- fill: "var(--mineral-surface, #1a1d23)",
1829
- stroke: "var(--mineral-border, #3a3f47)",
1830
- strokeWidth: "1.5"
1831
- }),
1832
- /* @__PURE__ */ n("rect", {
1833
- x: "88",
1834
- y: "140",
1835
- width: "18",
1836
- height: "12",
1837
- rx: "2",
1838
- fill: "var(--illustration-accent)",
1839
- opacity: "0.15"
1840
- }),
1841
- /* @__PURE__ */ n("rect", {
1842
- x: "88",
1843
- y: "156",
1844
- width: "14",
1845
- height: "2",
1846
- rx: "1",
1847
- fill: "var(--mineral-border, #3a3f47)",
1848
- opacity: "0.4"
1849
- }),
1850
- /* @__PURE__ */ n("rect", {
1851
- x: "88",
1852
- y: "162",
1853
- width: "10",
1854
- height: "2",
1855
- rx: "1",
1856
- fill: "var(--mineral-border, #3a3f47)",
1857
- opacity: "0.3"
1858
- }),
1859
- /* @__PURE__ */ n("rect", {
1860
- x: "120",
1861
- y: "128",
1862
- width: "30",
1863
- height: "38",
1864
- rx: "3",
1865
- fill: "var(--mineral-surface, #1a1d23)",
1866
- stroke: "var(--mineral-border, #3a3f47)",
1867
- strokeWidth: "1.5"
1868
- }),
1869
- /* @__PURE__ */ n("rect", {
1870
- x: "126",
1871
- y: "136",
1872
- width: "18",
1873
- height: "2",
1874
- rx: "1",
1875
- fill: "var(--mineral-border, #3a3f47)",
1876
- opacity: "0.5"
1877
- }),
1878
- /* @__PURE__ */ n("rect", {
1879
- x: "126",
1880
- y: "142",
1881
- width: "14",
1882
- height: "2",
1883
- rx: "1",
1884
- fill: "var(--mineral-border, #3a3f47)",
1885
- opacity: "0.4"
1886
- }),
1887
- /* @__PURE__ */ n("rect", {
1888
- x: "126",
1889
- y: "148",
1890
- width: "16",
1891
- height: "2",
1892
- rx: "1",
1893
- fill: "var(--mineral-border, #3a3f47)",
1894
- opacity: "0.3"
1895
- }),
1896
- /* @__PURE__ */ n("rect", {
1897
- x: "126",
1898
- y: "154",
1899
- width: "12",
1900
- height: "2",
1901
- rx: "1",
1902
- fill: "var(--illustration-accent)",
1903
- opacity: "0.3"
1904
- }),
1905
- /* @__PURE__ */ n("circle", {
1906
- cx: "86",
1907
- cy: "120",
1908
- r: "2",
1909
- fill: "var(--illustration-accent)",
1910
- opacity: "0.5"
1911
- }),
1912
- /* @__PURE__ */ n("circle", {
1913
- cx: "94",
1914
- cy: "118",
1915
- r: "2",
1916
- fill: "var(--illustration-accent)",
1917
- opacity: "0.7"
1918
- }),
1919
- /* @__PURE__ */ n("circle", {
1920
- cx: "102",
1921
- cy: "120",
1922
- r: "2",
1923
- fill: "var(--illustration-accent)",
1924
- opacity: "0.4"
1925
- }),
1926
- /* @__PURE__ */ n("ellipse", {
1927
- cx: "94",
1928
- cy: "90",
1929
- rx: "50",
1930
- ry: "36",
1931
- fill: "var(--illustration-accent)",
1932
- opacity: "0.04"
1933
- })
1934
- ]
1935
- });
1936
- }), y = t(function(e, t) {
1937
- return /* @__PURE__ */ r(o, {
1938
- ref: t,
1939
- viewBox: "0 0 200 200",
1940
- ...e,
1941
- children: [
1942
- /* @__PURE__ */ n("circle", {
1943
- cx: "32",
1944
- cy: "36",
1945
- r: "1.5",
1946
- fill: "var(--mineral-text-secondary, #6b7280)",
1947
- opacity: "0.4"
1948
- }),
1949
- /* @__PURE__ */ n("circle", {
1950
- cx: "168",
1951
- cy: "28",
1952
- r: "1",
1953
- fill: "var(--mineral-text-secondary, #6b7280)",
1954
- opacity: "0.3"
1955
- }),
1956
- /* @__PURE__ */ n("circle", {
1957
- cx: "154",
1958
- cy: "52",
1959
- r: "1.5",
1960
- fill: "var(--mineral-text-secondary, #6b7280)",
1961
- opacity: "0.35"
1962
- }),
1963
- /* @__PURE__ */ n("circle", {
1964
- cx: "46",
1965
- cy: "64",
1966
- r: "1",
1967
- fill: "var(--mineral-text-secondary, #6b7280)",
1968
- opacity: "0.3"
1969
- }),
1970
- /* @__PURE__ */ n("circle", {
1971
- cx: "172",
1972
- cy: "88",
1973
- r: "1",
1974
- fill: "var(--mineral-text-secondary, #6b7280)",
1975
- opacity: "0.25"
1976
- }),
1977
- /* @__PURE__ */ n("path", {
1978
- d: "M100 148 C92 160 84 168 78 176 C86 172 94 170 100 170 C106 170 114 172 122 176 C116 168 108 160 100 148 Z",
1979
- fill: "var(--mineral-warning, #f59e0b)",
1980
- opacity: "0.3"
1981
- }),
1982
- /* @__PURE__ */ n("path", {
1983
- d: "M100 140 C96 150 90 158 86 164 C92 162 96 160 100 160 C104 160 108 162 114 164 C110 158 104 150 100 140 Z",
1984
- fill: "var(--illustration-accent)",
1985
- opacity: "0.4"
1986
- }),
1987
- /* @__PURE__ */ n("rect", {
1988
- x: "60",
1989
- y: "164",
1990
- width: "80",
1991
- height: "6",
1992
- rx: "3",
1993
- fill: "var(--mineral-surface, #1a1d23)",
1994
- stroke: "var(--mineral-border, #3a3f47)",
1995
- strokeWidth: "1.5"
1996
- }),
1997
- /* @__PURE__ */ n("rect", {
1998
- x: "72",
1999
- y: "170",
2000
- width: "8",
2001
- height: "10",
2002
- rx: "1",
2003
- fill: "var(--mineral-border, #3a3f47)"
2004
- }),
2005
- /* @__PURE__ */ n("rect", {
2006
- x: "120",
2007
- y: "170",
2008
- width: "8",
2009
- height: "10",
2010
- rx: "1",
2011
- fill: "var(--mineral-border, #3a3f47)"
2012
- }),
2013
- /* @__PURE__ */ n("path", {
2014
- d: "M88 140 L88 80 C88 60 100 36 100 36 C100 36 112 60 112 80 L112 140 Z",
2015
- fill: "var(--mineral-surface, #1a1d23)",
2016
- stroke: "var(--mineral-border, #3a3f47)",
2017
- strokeWidth: "2"
2018
- }),
2019
- /* @__PURE__ */ n("path", {
2020
- d: "M92 80 C92 64 100 42 100 42 C100 42 108 64 108 80 Z",
2021
- fill: "var(--illustration-accent)",
2022
- opacity: "0.6"
2023
- }),
2024
- /* @__PURE__ */ n("circle", {
2025
- cx: "100",
2026
- cy: "96",
2027
- r: "8",
2028
- fill: "var(--mineral-bg, #13151a)",
2029
- stroke: "var(--illustration-accent)",
2030
- strokeWidth: "1.5",
2031
- opacity: "0.8"
2032
- }),
2033
- /* @__PURE__ */ n("circle", {
2034
- cx: "98",
2035
- cy: "94",
2036
- r: "3",
2037
- fill: "var(--illustration-accent)",
2038
- opacity: "0.15"
2039
- }),
2040
- /* @__PURE__ */ n("rect", {
2041
- x: "90",
2042
- y: "112",
2043
- width: "20",
2044
- height: "3",
2045
- rx: "1",
2046
- fill: "var(--illustration-accent)",
2047
- opacity: "0.3"
2048
- }),
2049
- /* @__PURE__ */ n("rect", {
2050
- x: "90",
2051
- y: "120",
2052
- width: "20",
2053
- height: "3",
2054
- rx: "1",
2055
- fill: "var(--illustration-accent)",
2056
- opacity: "0.2"
2057
- }),
2058
- /* @__PURE__ */ n("path", {
2059
- d: "M88 128 L72 148 L88 142 Z",
2060
- fill: "var(--mineral-surface, #1a1d23)",
2061
- stroke: "var(--mineral-border, #3a3f47)",
2062
- strokeWidth: "1.5"
2063
- }),
2064
- /* @__PURE__ */ n("path", {
2065
- d: "M112 128 L128 148 L112 142 Z",
2066
- fill: "var(--mineral-surface, #1a1d23)",
2067
- stroke: "var(--mineral-border, #3a3f47)",
2068
- strokeWidth: "1.5"
2069
- }),
2070
- /* @__PURE__ */ n("line", {
2071
- x1: "68",
2072
- y1: "72",
2073
- x2: "56",
2074
- y2: "72",
2075
- stroke: "var(--illustration-accent)",
2076
- strokeWidth: "1",
2077
- strokeLinecap: "round",
2078
- opacity: "0.3"
2079
- }),
2080
- /* @__PURE__ */ n("line", {
2081
- x1: "64",
2082
- y1: "84",
2083
- x2: "48",
2084
- y2: "84",
2085
- stroke: "var(--illustration-accent)",
2086
- strokeWidth: "1",
2087
- strokeLinecap: "round",
2088
- opacity: "0.25"
2089
- }),
2090
- /* @__PURE__ */ n("line", {
2091
- x1: "132",
2092
- y1: "76",
2093
- x2: "148",
2094
- y2: "76",
2095
- stroke: "var(--illustration-accent)",
2096
- strokeWidth: "1",
2097
- strokeLinecap: "round",
2098
- opacity: "0.3"
2099
- }),
2100
- /* @__PURE__ */ n("line", {
2101
- x1: "136",
2102
- y1: "88",
2103
- x2: "152",
2104
- y2: "88",
2105
- stroke: "var(--illustration-accent)",
2106
- strokeWidth: "1",
2107
- strokeLinecap: "round",
2108
- opacity: "0.25"
2109
- }),
2110
- /* @__PURE__ */ n("ellipse", {
2111
- cx: "100",
2112
- cy: "100",
2113
- rx: "44",
2114
- ry: "56",
2115
- fill: "var(--illustration-accent)",
2116
- opacity: "0.04"
2117
- })
2118
- ]
2119
- });
2120
- }), b = t(function(e, t) {
2121
- return /* @__PURE__ */ r(o, {
2122
- ref: t,
2123
- viewBox: "0 0 200 200",
2124
- ...e,
2125
- children: [
2126
- /* @__PURE__ */ n("line", {
2127
- x1: "100",
2128
- y1: "80",
2129
- x2: "56",
2130
- y2: "120",
2131
- stroke: "var(--mineral-border, #3a3f47)",
2132
- strokeWidth: "1.5",
2133
- strokeDasharray: "4 3",
2134
- opacity: "0.4"
2135
- }),
2136
- /* @__PURE__ */ n("line", {
2137
- x1: "100",
2138
- y1: "80",
2139
- x2: "144",
2140
- y2: "120",
2141
- stroke: "var(--mineral-border, #3a3f47)",
2142
- strokeWidth: "1.5",
2143
- strokeDasharray: "4 3",
2144
- opacity: "0.4"
2145
- }),
2146
- /* @__PURE__ */ n("line", {
2147
- x1: "100",
2148
- y1: "80",
2149
- x2: "100",
2150
- y2: "148",
2151
- stroke: "var(--mineral-border, #3a3f47)",
2152
- strokeWidth: "1.5",
2153
- strokeDasharray: "4 3",
2154
- opacity: "0.4"
2155
- }),
2156
- /* @__PURE__ */ n("line", {
2157
- x1: "56",
2158
- y1: "120",
2159
- x2: "100",
2160
- y2: "148",
2161
- stroke: "var(--mineral-border, #3a3f47)",
2162
- strokeWidth: "1",
2163
- strokeDasharray: "4 3",
2164
- opacity: "0.25"
2165
- }),
2166
- /* @__PURE__ */ n("line", {
2167
- x1: "144",
2168
- y1: "120",
2169
- x2: "100",
2170
- y2: "148",
2171
- stroke: "var(--mineral-border, #3a3f47)",
2172
- strokeWidth: "1",
2173
- strokeDasharray: "4 3",
2174
- opacity: "0.25"
2175
- }),
2176
- /* @__PURE__ */ n("circle", {
2177
- cx: "100",
2178
- cy: "68",
2179
- r: "22",
2180
- fill: "var(--mineral-surface, #1a1d23)",
2181
- stroke: "var(--illustration-accent)",
2182
- strokeWidth: "2.5"
2183
- }),
2184
- /* @__PURE__ */ n("circle", {
2185
- cx: "100",
2186
- cy: "62",
2187
- r: "8",
2188
- fill: "var(--illustration-accent)",
2189
- opacity: "0.5"
2190
- }),
2191
- /* @__PURE__ */ n("path", {
2192
- d: "M84 80 C84 72 92 68 100 68 C108 68 116 72 116 80",
2193
- fill: "var(--illustration-accent)",
2194
- opacity: "0.3"
2195
- }),
2196
- /* @__PURE__ */ n("circle", {
2197
- cx: "56",
2198
- cy: "120",
2199
- r: "18",
2200
- fill: "var(--mineral-surface, #1a1d23)",
2201
- stroke: "var(--mineral-border, #3a3f47)",
2202
- strokeWidth: "2"
2203
- }),
2204
- /* @__PURE__ */ n("circle", {
2205
- cx: "56",
2206
- cy: "115",
2207
- r: "6",
2208
- fill: "var(--mineral-info, #3b82f6)",
2209
- opacity: "0.5"
2210
- }),
2211
- /* @__PURE__ */ n("path", {
2212
- d: "M44 128 C44 122 50 118 56 118 C62 118 68 122 68 128",
2213
- fill: "var(--mineral-info, #3b82f6)",
2214
- opacity: "0.25"
2215
- }),
2216
- /* @__PURE__ */ n("circle", {
2217
- cx: "144",
2218
- cy: "120",
2219
- r: "18",
2220
- fill: "var(--mineral-surface, #1a1d23)",
2221
- stroke: "var(--mineral-border, #3a3f47)",
2222
- strokeWidth: "2"
2223
- }),
2224
- /* @__PURE__ */ n("circle", {
2225
- cx: "144",
2226
- cy: "115",
2227
- r: "6",
2228
- fill: "var(--mineral-success, #22c55e)",
2229
- opacity: "0.5"
2230
- }),
2231
- /* @__PURE__ */ n("path", {
2232
- d: "M132 128 C132 122 138 118 144 118 C150 118 156 122 156 128",
2233
- fill: "var(--mineral-success, #22c55e)",
2234
- opacity: "0.25"
2235
- }),
2236
- /* @__PURE__ */ n("circle", {
2237
- cx: "100",
2238
- cy: "156",
2239
- r: "18",
2240
- fill: "var(--mineral-surface, #1a1d23)",
2241
- stroke: "var(--mineral-border, #3a3f47)",
2242
- strokeWidth: "2"
2243
- }),
2244
- /* @__PURE__ */ n("circle", {
2245
- cx: "100",
2246
- cy: "151",
2247
- r: "6",
2248
- fill: "var(--mineral-warning, #f59e0b)",
2249
- opacity: "0.5"
2250
- }),
2251
- /* @__PURE__ */ n("path", {
2252
- d: "M88 164 C88 158 94 154 100 154 C106 154 112 158 112 164",
2253
- fill: "var(--mineral-warning, #f59e0b)",
2254
- opacity: "0.25"
2255
- }),
2256
- /* @__PURE__ */ n("circle", {
2257
- cx: "116",
2258
- cy: "84",
2259
- r: "4",
2260
- fill: "var(--mineral-success, #22c55e)",
2261
- opacity: "0.8"
2262
- }),
2263
- /* @__PURE__ */ n("circle", {
2264
- cx: "68",
2265
- cy: "132",
2266
- r: "3",
2267
- fill: "var(--mineral-success, #22c55e)",
2268
- opacity: "0.7"
2269
- }),
2270
- /* @__PURE__ */ n("circle", {
2271
- cx: "156",
2272
- cy: "106",
2273
- r: "3",
2274
- fill: "var(--mineral-border, #3a3f47)",
2275
- opacity: "0.5"
2276
- }),
2277
- /* @__PURE__ */ n("circle", {
2278
- cx: "112",
2279
- cy: "170",
2280
- r: "3",
2281
- fill: "var(--mineral-success, #22c55e)",
2282
- opacity: "0.6"
2283
- }),
2284
- /* @__PURE__ */ n("circle", {
2285
- cx: "36",
2286
- cy: "80",
2287
- r: "1.5",
2288
- fill: "var(--illustration-accent)",
2289
- opacity: "0.2"
2290
- }),
2291
- /* @__PURE__ */ n("circle", {
2292
- cx: "164",
2293
- cy: "76",
2294
- r: "1.5",
2295
- fill: "var(--illustration-accent)",
2296
- opacity: "0.2"
2297
- }),
2298
- /* @__PURE__ */ n("circle", {
2299
- cx: "36",
2300
- cy: "156",
2301
- r: "1",
2302
- fill: "var(--illustration-accent)",
2303
- opacity: "0.15"
2304
- }),
2305
- /* @__PURE__ */ n("circle", {
2306
- cx: "164",
2307
- cy: "160",
2308
- r: "1",
2309
- fill: "var(--illustration-accent)",
2310
- opacity: "0.15"
2311
- }),
2312
- /* @__PURE__ */ n("ellipse", {
2313
- cx: "100",
2314
- cy: "110",
2315
- rx: "60",
2316
- ry: "50",
2317
- fill: "var(--illustration-accent)",
2318
- opacity: "0.03"
2319
- })
2320
- ]
2321
- });
2322
- }), x = t(function(e, t) {
2323
- return /* @__PURE__ */ r(o, {
2324
- ref: t,
2325
- viewBox: "0 0 200 200",
2326
- ...e,
2327
- children: [
2328
- /* @__PURE__ */ n("path", {
2329
- d: "M100 32 C100 32 68 40 68 80 L68 108 L56 120 L144 120 L132 108 L132 80 C132 40 100 32 100 32 Z",
2330
- fill: "var(--mineral-surface, #1a1d23)",
2331
- stroke: "var(--illustration-accent)",
2332
- strokeWidth: "2"
2333
- }),
2334
- /* @__PURE__ */ n("path", {
2335
- d: "M100 40 C100 40 76 46 76 80 L76 104 L68 112 L132 112 L124 104 L124 80 C124 46 100 40 100 40 Z",
2336
- fill: "var(--mineral-bg, #13151a)",
2337
- opacity: "0.4"
2338
- }),
2339
- /* @__PURE__ */ n("ellipse", {
2340
- cx: "100",
2341
- cy: "124",
2342
- rx: "12",
2343
- ry: "4",
2344
- fill: "var(--mineral-surface, #1a1d23)",
2345
- stroke: "var(--illustration-accent)",
2346
- strokeWidth: "1.5"
2347
- }),
2348
- /* @__PURE__ */ n("circle", {
2349
- cx: "100",
2350
- cy: "30",
2351
- r: "4",
2352
- fill: "var(--illustration-accent)",
2353
- opacity: "0.7"
2354
- }),
2355
- /* @__PURE__ */ n("path", {
2356
- d: "M54 72 C48 78 48 92 54 98",
2357
- fill: "none",
2358
- stroke: "var(--illustration-accent)",
2359
- strokeWidth: "1.5",
2360
- strokeLinecap: "round",
2361
- opacity: "0.3"
2362
- }),
2363
- /* @__PURE__ */ n("path", {
2364
- d: "M46 66 C38 76 38 96 46 106",
2365
- fill: "none",
2366
- stroke: "var(--illustration-accent)",
2367
- strokeWidth: "1.5",
2368
- strokeLinecap: "round",
2369
- opacity: "0.2"
2370
- }),
2371
- /* @__PURE__ */ n("path", {
2372
- d: "M146 72 C152 78 152 92 146 98",
2373
- fill: "none",
2374
- stroke: "var(--illustration-accent)",
2375
- strokeWidth: "1.5",
2376
- strokeLinecap: "round",
2377
- opacity: "0.3"
2378
- }),
2379
- /* @__PURE__ */ n("path", {
2380
- d: "M154 66 C162 76 162 96 154 106",
2381
- fill: "none",
2382
- stroke: "var(--illustration-accent)",
2383
- strokeWidth: "1.5",
2384
- strokeLinecap: "round",
2385
- opacity: "0.2"
2386
- }),
2387
- /* @__PURE__ */ n("circle", {
2388
- cx: "128",
2389
- cy: "48",
2390
- r: "12",
2391
- fill: "var(--illustration-accent)"
2392
- }),
2393
- /* @__PURE__ */ n("text", {
2394
- x: "128",
2395
- y: "53",
2396
- textAnchor: "middle",
2397
- fontFamily: "inherit",
2398
- fontSize: "12",
2399
- fontWeight: "bold",
2400
- fill: "var(--mineral-text-inverted, #ffffff)",
2401
- children: "5"
2402
- }),
2403
- /* @__PURE__ */ n("rect", {
2404
- x: "44",
2405
- y: "136",
2406
- width: "112",
2407
- height: "20",
2408
- rx: "4",
2409
- fill: "var(--mineral-surface, #1a1d23)",
2410
- stroke: "var(--mineral-border, #3a3f47)",
2411
- strokeWidth: "1"
2412
- }),
2413
- /* @__PURE__ */ n("circle", {
2414
- cx: "58",
2415
- cy: "146",
2416
- r: "5",
2417
- fill: "var(--illustration-accent)",
2418
- opacity: "0.4"
2419
- }),
2420
- /* @__PURE__ */ n("rect", {
2421
- x: "68",
2422
- y: "142",
2423
- width: "40",
2424
- height: "3",
2425
- rx: "1",
2426
- fill: "var(--mineral-text-secondary, #6b7280)",
2427
- opacity: "0.5"
2428
- }),
2429
- /* @__PURE__ */ n("rect", {
2430
- x: "68",
2431
- y: "148",
2432
- width: "28",
2433
- height: "2",
2434
- rx: "1",
2435
- fill: "var(--mineral-border, #3a3f47)",
2436
- opacity: "0.3"
2437
- }),
2438
- /* @__PURE__ */ n("circle", {
2439
- cx: "146",
2440
- cy: "146",
2441
- r: "3",
2442
- fill: "var(--illustration-accent)",
2443
- opacity: "0.6"
2444
- }),
2445
- /* @__PURE__ */ n("rect", {
2446
- x: "50",
2447
- y: "160",
2448
- width: "100",
2449
- height: "18",
2450
- rx: "4",
2451
- fill: "var(--mineral-surface, #1a1d23)",
2452
- stroke: "var(--mineral-border, #3a3f47)",
2453
- strokeWidth: "1",
2454
- opacity: "0.7"
2455
- }),
2456
- /* @__PURE__ */ n("circle", {
2457
- cx: "62",
2458
- cy: "169",
2459
- r: "4",
2460
- fill: "var(--mineral-info, #3b82f6)",
2461
- opacity: "0.3"
2462
- }),
2463
- /* @__PURE__ */ n("rect", {
2464
- x: "70",
2465
- y: "166",
2466
- width: "36",
2467
- height: "3",
2468
- rx: "1",
2469
- fill: "var(--mineral-text-secondary, #6b7280)",
2470
- opacity: "0.35"
2471
- }),
2472
- /* @__PURE__ */ n("rect", {
2473
- x: "70",
2474
- y: "172",
2475
- width: "24",
2476
- height: "2",
2477
- rx: "1",
2478
- fill: "var(--mineral-border, #3a3f47)",
2479
- opacity: "0.2"
2480
- }),
2481
- /* @__PURE__ */ n("ellipse", {
2482
- cx: "100",
2483
- cy: "90",
2484
- rx: "48",
2485
- ry: "44",
2486
- fill: "var(--illustration-accent)",
2487
- opacity: "0.04"
2488
- })
2489
- ]
2490
- });
2491
- }), S = t(function(e, t) {
2492
- return /* @__PURE__ */ r(o, {
2493
- ref: t,
2494
- viewBox: "0 0 200 200",
2495
- ...e,
2496
- children: [
2497
- /* @__PURE__ */ n("ellipse", {
2498
- cx: "100",
2499
- cy: "170",
2500
- rx: "56",
2501
- ry: "5",
2502
- fill: "var(--mineral-border, #3a3f47)",
2503
- opacity: "0.25"
2504
- }),
2505
- /* @__PURE__ */ n("rect", {
2506
- x: "32",
2507
- y: "64",
2508
- width: "136",
2509
- height: "96",
2510
- rx: "8",
2511
- fill: "var(--mineral-surface, #1a1d23)",
2512
- stroke: "var(--mineral-border, #3a3f47)",
2513
- strokeWidth: "2"
2514
- }),
2515
- /* @__PURE__ */ n("path", {
2516
- d: "M32 88 L32 72 C32 67.6 35.6 64 40 64 L160 64 C164.4 64 168 67.6 168 72 L168 88",
2517
- fill: "var(--mineral-surface, #1a1d23)",
2518
- stroke: "var(--mineral-border, #3a3f47)",
2519
- strokeWidth: "2"
2520
- }),
2521
- /* @__PURE__ */ n("rect", {
2522
- x: "32",
2523
- y: "84",
2524
- width: "136",
2525
- height: "6",
2526
- fill: "var(--illustration-accent)",
2527
- opacity: "0.15"
2528
- }),
2529
- /* @__PURE__ */ n("rect", {
2530
- x: "130",
2531
- y: "96",
2532
- width: "30",
2533
- height: "24",
2534
- rx: "4",
2535
- fill: "var(--mineral-bg, #13151a)",
2536
- stroke: "var(--mineral-border, #3a3f47)",
2537
- strokeWidth: "1.5"
2538
- }),
2539
- /* @__PURE__ */ n("circle", {
2540
- cx: "145",
2541
- cy: "108",
2542
- r: "6",
2543
- fill: "var(--illustration-accent)",
2544
- opacity: "0.5"
2545
- }),
2546
- /* @__PURE__ */ n("circle", {
2547
- cx: "145",
2548
- cy: "108",
2549
- r: "3",
2550
- fill: "var(--mineral-bg, #13151a)"
2551
- }),
2552
- /* @__PURE__ */ n("rect", {
2553
- x: "42",
2554
- y: "40",
2555
- width: "80",
2556
- height: "50",
2557
- rx: "5",
2558
- fill: "var(--illustration-accent)",
2559
- opacity: "0.7",
2560
- transform: "rotate(-6 82 65)"
2561
- }),
2562
- /* @__PURE__ */ n("rect", {
2563
- x: "50",
2564
- y: "52",
2565
- width: "24",
2566
- height: "4",
2567
- rx: "1",
2568
- fill: "var(--mineral-text-inverted, #ffffff)",
2569
- opacity: "0.4",
2570
- transform: "rotate(-6 62 54)"
2571
- }),
2572
- /* @__PURE__ */ n("rect", {
2573
- x: "50",
2574
- y: "60",
2575
- width: "40",
2576
- height: "3",
2577
- rx: "1",
2578
- fill: "var(--mineral-text-inverted, #ffffff)",
2579
- opacity: "0.25",
2580
- transform: "rotate(-6 70 62)"
2581
- }),
2582
- /* @__PURE__ */ n("rect", {
2583
- x: "96",
2584
- y: "44",
2585
- width: "16",
2586
- height: "12",
2587
- rx: "2",
2588
- fill: "var(--mineral-text-inverted, #ffffff)",
2589
- opacity: "0.15",
2590
- transform: "rotate(-6 104 50)"
2591
- }),
2592
- /* @__PURE__ */ n("ellipse", {
2593
- cx: "60",
2594
- cy: "140",
2595
- rx: "14",
2596
- ry: "5",
2597
- fill: "var(--mineral-warning, #f59e0b)",
2598
- opacity: "0.2"
2599
- }),
2600
- /* @__PURE__ */ n("ellipse", {
2601
- cx: "60",
2602
- cy: "138",
2603
- rx: "14",
2604
- ry: "5",
2605
- fill: "var(--mineral-warning, #f59e0b)",
2606
- opacity: "0.3"
2607
- }),
2608
- /* @__PURE__ */ n("ellipse", {
2609
- cx: "60",
2610
- cy: "136",
2611
- rx: "14",
2612
- ry: "5",
2613
- fill: "var(--mineral-warning, #f59e0b)",
2614
- opacity: "0.5",
2615
- stroke: "var(--mineral-border, #3a3f47)",
2616
- strokeWidth: "0.5"
2617
- }),
2618
- /* @__PURE__ */ n("ellipse", {
2619
- cx: "84",
2620
- cy: "142",
2621
- rx: "12",
2622
- ry: "4",
2623
- fill: "var(--mineral-warning, #f59e0b)",
2624
- opacity: "0.2"
2625
- }),
2626
- /* @__PURE__ */ n("ellipse", {
2627
- cx: "84",
2628
- cy: "140",
2629
- rx: "12",
2630
- ry: "4",
2631
- fill: "var(--mineral-warning, #f59e0b)",
2632
- opacity: "0.4",
2633
- stroke: "var(--mineral-border, #3a3f47)",
2634
- strokeWidth: "0.5"
2635
- }),
2636
- /* @__PURE__ */ n("text", {
2637
- x: "60",
2638
- y: "138",
2639
- textAnchor: "middle",
2640
- fontFamily: "inherit",
2641
- fontSize: "7",
2642
- fontWeight: "bold",
2643
- fill: "var(--mineral-surface, #1a1d23)",
2644
- opacity: "0.6",
2645
- children: "$"
2646
- }),
2647
- /* @__PURE__ */ n("rect", {
2648
- x: "42",
2649
- y: "102",
2650
- width: "76",
2651
- height: "12",
2652
- rx: "2",
2653
- fill: "var(--mineral-bg, #13151a)",
2654
- opacity: "0.5"
2655
- }),
2656
- /* @__PURE__ */ n("rect", {
2657
- x: "46",
2658
- y: "105",
2659
- width: "40",
2660
- height: "5",
2661
- rx: "1",
2662
- fill: "var(--illustration-accent)",
2663
- opacity: "0.4"
2664
- }),
2665
- /* @__PURE__ */ n("ellipse", {
2666
- cx: "100",
2667
- cy: "100",
2668
- rx: "56",
2669
- ry: "46",
2670
- fill: "var(--illustration-accent)",
2671
- opacity: "0.03"
2672
- })
2673
- ]
2674
- });
2675
- }), C = t(function(e, t) {
2676
- return /* @__PURE__ */ r(o, {
2677
- ref: t,
2678
- viewBox: "0 0 200 200",
2679
- ...e,
2680
- children: [
2681
- /* @__PURE__ */ n("rect", {
2682
- x: "32",
2683
- y: "40",
2684
- width: "100",
2685
- height: "42",
2686
- rx: "12",
2687
- fill: "var(--mineral-surface, #1a1d23)",
2688
- stroke: "var(--mineral-border, #3a3f47)",
2689
- strokeWidth: "1.5"
2690
- }),
2691
- /* @__PURE__ */ n("path", {
2692
- d: "M44 82 L36 94 L52 82",
2693
- fill: "var(--mineral-surface, #1a1d23)",
2694
- stroke: "var(--mineral-border, #3a3f47)",
2695
- strokeWidth: "1.5"
2696
- }),
2697
- /* @__PURE__ */ n("path", {
2698
- d: "M45 82 L38 92 L52 82",
2699
- fill: "var(--mineral-surface, #1a1d23)"
2700
- }),
2701
- /* @__PURE__ */ n("rect", {
2702
- x: "44",
2703
- y: "52",
2704
- width: "56",
2705
- height: "3",
2706
- rx: "1",
2707
- fill: "var(--mineral-text-secondary, #6b7280)",
2708
- opacity: "0.5"
2709
- }),
2710
- /* @__PURE__ */ n("rect", {
2711
- x: "44",
2712
- y: "60",
2713
- width: "72",
2714
- height: "3",
2715
- rx: "1",
2716
- fill: "var(--mineral-border, #3a3f47)",
2717
- opacity: "0.4"
2718
- }),
2719
- /* @__PURE__ */ n("rect", {
2720
- x: "44",
2721
- y: "68",
2722
- width: "44",
2723
- height: "3",
2724
- rx: "1",
2725
- fill: "var(--mineral-border, #3a3f47)",
2726
- opacity: "0.3"
2727
- }),
2728
- /* @__PURE__ */ n("rect", {
2729
- x: "68",
2730
- y: "100",
2731
- width: "100",
2732
- height: "36",
2733
- rx: "12",
2734
- fill: "var(--illustration-accent)",
2735
- opacity: "0.2"
2736
- }),
2737
- /* @__PURE__ */ n("rect", {
2738
- x: "68",
2739
- y: "100",
2740
- width: "100",
2741
- height: "36",
2742
- rx: "12",
2743
- fill: "none",
2744
- stroke: "var(--illustration-accent)",
2745
- strokeWidth: "1.5",
2746
- opacity: "0.5"
2747
- }),
2748
- /* @__PURE__ */ n("path", {
2749
- d: "M156 136 L164 148 L148 136",
2750
- fill: "var(--illustration-accent)",
2751
- opacity: "0.2"
2752
- }),
2753
- /* @__PURE__ */ n("path", {
2754
- d: "M156 136 L164 148 L148 136",
2755
- fill: "none",
2756
- stroke: "var(--illustration-accent)",
2757
- strokeWidth: "1.5",
2758
- opacity: "0.5"
2759
- }),
2760
- /* @__PURE__ */ n("rect", {
2761
- x: "80",
2762
- y: "112",
2763
- width: "64",
2764
- height: "3",
2765
- rx: "1",
2766
- fill: "var(--illustration-accent)",
2767
- opacity: "0.5"
2768
- }),
2769
- /* @__PURE__ */ n("rect", {
2770
- x: "80",
2771
- y: "120",
2772
- width: "48",
2773
- height: "3",
2774
- rx: "1",
2775
- fill: "var(--illustration-accent)",
2776
- opacity: "0.35"
2777
- }),
2778
- /* @__PURE__ */ n("rect", {
2779
- x: "32",
2780
- y: "156",
2781
- width: "60",
2782
- height: "28",
2783
- rx: "14",
2784
- fill: "var(--mineral-surface, #1a1d23)",
2785
- stroke: "var(--mineral-border, #3a3f47)",
2786
- strokeWidth: "1.5"
2787
- }),
2788
- /* @__PURE__ */ n("circle", {
2789
- cx: "50",
2790
- cy: "170",
2791
- r: "3.5",
2792
- fill: "var(--mineral-text-secondary, #6b7280)",
2793
- opacity: "0.5"
2794
- }),
2795
- /* @__PURE__ */ n("circle", {
2796
- cx: "62",
2797
- cy: "170",
2798
- r: "3.5",
2799
- fill: "var(--mineral-text-secondary, #6b7280)",
2800
- opacity: "0.4"
2801
- }),
2802
- /* @__PURE__ */ n("circle", {
2803
- cx: "74",
2804
- cy: "170",
2805
- r: "3.5",
2806
- fill: "var(--mineral-text-secondary, #6b7280)",
2807
- opacity: "0.3"
2808
- }),
2809
- /* @__PURE__ */ n("circle", {
2810
- cx: "36",
2811
- cy: "28",
2812
- r: "10",
2813
- fill: "var(--mineral-surface, #1a1d23)",
2814
- stroke: "var(--mineral-border, #3a3f47)",
2815
- strokeWidth: "1.5"
2816
- }),
2817
- /* @__PURE__ */ n("circle", {
2818
- cx: "36",
2819
- cy: "25",
2820
- r: "3.5",
2821
- fill: "var(--mineral-info, #3b82f6)",
2822
- opacity: "0.5"
2823
- }),
2824
- /* @__PURE__ */ n("path", {
2825
- d: "M30 34 C30 30 33 28 36 28 C39 28 42 30 42 34",
2826
- fill: "var(--mineral-info, #3b82f6)",
2827
- opacity: "0.25"
2828
- }),
2829
- /* @__PURE__ */ n("circle", {
2830
- cx: "164",
2831
- cy: "92",
2832
- r: "10",
2833
- fill: "var(--mineral-surface, #1a1d23)",
2834
- stroke: "var(--illustration-accent)",
2835
- strokeWidth: "1.5",
2836
- opacity: "0.6"
2837
- }),
2838
- /* @__PURE__ */ n("circle", {
2839
- cx: "164",
2840
- cy: "89",
2841
- r: "3.5",
2842
- fill: "var(--illustration-accent)",
2843
- opacity: "0.4"
2844
- }),
2845
- /* @__PURE__ */ n("path", {
2846
- d: "M158 98 C158 94 161 92 164 92 C167 92 170 94 170 98",
2847
- fill: "var(--illustration-accent)",
2848
- opacity: "0.2"
2849
- }),
2850
- /* @__PURE__ */ n("rect", {
2851
- x: "108",
2852
- y: "86",
2853
- width: "20",
2854
- height: "2",
2855
- rx: "1",
2856
- fill: "var(--mineral-text-secondary, #6b7280)",
2857
- opacity: "0.25"
2858
- }),
2859
- /* @__PURE__ */ n("rect", {
2860
- x: "72",
2861
- y: "150",
2862
- width: "20",
2863
- height: "2",
2864
- rx: "1",
2865
- fill: "var(--mineral-text-secondary, #6b7280)",
2866
- opacity: "0.25"
2867
- }),
2868
- /* @__PURE__ */ n("ellipse", {
2869
- cx: "100",
2870
- cy: "110",
2871
- rx: "56",
2872
- ry: "50",
2873
- fill: "var(--illustration-accent)",
2874
- opacity: "0.03"
2875
- })
2876
- ]
2877
- });
2878
- }), w = t(function(e, t) {
2879
- return /* @__PURE__ */ r(o, {
2880
- ref: t,
2881
- viewBox: "0 0 200 200",
2882
- ...e,
2883
- children: [
2884
- /* @__PURE__ */ n("ellipse", {
2885
- cx: "100",
2886
- cy: "170",
2887
- rx: "66",
2888
- ry: "10",
2889
- fill: "var(--mineral-border, #3a3f47)",
2890
- opacity: "0.18"
2891
- }),
2892
- /* @__PURE__ */ n("rect", {
2893
- x: "24",
2894
- y: "34",
2895
- width: "42",
2896
- height: "66",
2897
- rx: "8",
2898
- fill: "var(--mineral-surface, #1a1d23)",
2899
- stroke: "var(--mineral-border, #3a3f47)",
2900
- strokeWidth: "1.5"
2901
- }),
2902
- /* @__PURE__ */ n("rect", {
2903
- x: "30",
2904
- y: "42",
2905
- width: "30",
2906
- height: "24",
2907
- rx: "5",
2908
- fill: "var(--illustration-accent)",
2909
- opacity: "0.22"
2910
- }),
2911
- /* @__PURE__ */ n("rect", {
2912
- x: "30",
2913
- y: "74",
2914
- width: "20",
2915
- height: "4",
2916
- rx: "2",
2917
- fill: "var(--mineral-text-secondary, #6b7280)",
2918
- opacity: "0.7"
2919
- }),
2920
- /* @__PURE__ */ n("rect", {
2921
- x: "30",
2922
- y: "82",
2923
- width: "26",
2924
- height: "4",
2925
- rx: "2",
2926
- fill: "var(--mineral-border, #3a3f47)",
2927
- opacity: "0.8"
2928
- }),
2929
- /* @__PURE__ */ n("rect", {
2930
- x: "30",
2931
- y: "90",
2932
- width: "16",
2933
- height: "4",
2934
- rx: "2",
2935
- fill: "var(--illustration-accent)",
2936
- opacity: "0.5"
2937
- }),
2938
- /* @__PURE__ */ n("rect", {
2939
- x: "76",
2940
- y: "28",
2941
- width: "50",
2942
- height: "40",
2943
- rx: "8",
2944
- fill: "var(--mineral-surface, #1a1d23)",
2945
- stroke: "var(--mineral-border, #3a3f47)",
2946
- strokeWidth: "1.5"
2947
- }),
2948
- /* @__PURE__ */ n("rect", {
2949
- x: "82",
2950
- y: "36",
2951
- width: "38",
2952
- height: "10",
2953
- rx: "4",
2954
- fill: "var(--illustration-accent)",
2955
- opacity: "0.18"
2956
- }),
2957
- /* @__PURE__ */ n("circle", {
2958
- cx: "92",
2959
- cy: "54",
2960
- r: "3",
2961
- fill: "var(--mineral-info, #3b82f6)",
2962
- opacity: "0.8"
2963
- }),
2964
- /* @__PURE__ */ n("rect", {
2965
- x: "100",
2966
- y: "51",
2967
- width: "18",
2968
- height: "5",
2969
- rx: "2",
2970
- fill: "var(--mineral-text-secondary, #6b7280)",
2971
- opacity: "0.7"
2972
- }),
2973
- /* @__PURE__ */ n("rect", {
2974
- x: "82",
2975
- y: "60",
2976
- width: "30",
2977
- height: "3",
2978
- rx: "1.5",
2979
- fill: "var(--mineral-border, #3a3f47)",
2980
- opacity: "0.8"
2981
- }),
2982
- /* @__PURE__ */ n("rect", {
2983
- x: "136",
2984
- y: "24",
2985
- width: "40",
2986
- height: "82",
2987
- rx: "8",
2988
- fill: "var(--mineral-surface, #1a1d23)",
2989
- stroke: "var(--mineral-border, #3a3f47)",
2990
- strokeWidth: "1.5"
2991
- }),
2992
- /* @__PURE__ */ n("rect", {
2993
- x: "142",
2994
- y: "32",
2995
- width: "28",
2996
- height: "34",
2997
- rx: "6",
2998
- fill: "var(--mineral-info, #3b82f6)",
2999
- opacity: "0.12"
3000
- }),
3001
- /* @__PURE__ */ n("path", {
3002
- d: "M146 60 L154 50 L160 56 L168 44",
3003
- fill: "none",
3004
- stroke: "var(--illustration-accent)",
3005
- strokeWidth: "2",
3006
- strokeLinecap: "round",
3007
- strokeLinejoin: "round",
3008
- opacity: "0.9"
3009
- }),
3010
- /* @__PURE__ */ n("rect", {
3011
- x: "142",
3012
- y: "74",
3013
- width: "18",
3014
- height: "4",
3015
- rx: "2",
3016
- fill: "var(--mineral-text-secondary, #6b7280)",
3017
- opacity: "0.7"
3018
- }),
3019
- /* @__PURE__ */ n("rect", {
3020
- x: "142",
3021
- y: "82",
3022
- width: "24",
3023
- height: "4",
3024
- rx: "2",
3025
- fill: "var(--mineral-border, #3a3f47)",
3026
- opacity: "0.8"
3027
- }),
3028
- /* @__PURE__ */ n("rect", {
3029
- x: "142",
3030
- y: "90",
3031
- width: "14",
3032
- height: "4",
3033
- rx: "2",
3034
- fill: "var(--illustration-accent)",
3035
- opacity: "0.45"
3036
- }),
3037
- /* @__PURE__ */ n("rect", {
3038
- x: "24",
3039
- y: "110",
3040
- width: "42",
3041
- height: "34",
3042
- rx: "8",
3043
- fill: "var(--mineral-surface, #1a1d23)",
3044
- stroke: "var(--mineral-border, #3a3f47)",
3045
- strokeWidth: "1.5"
3046
- }),
3047
- /* @__PURE__ */ n("rect", {
3048
- x: "30",
3049
- y: "118",
3050
- width: "30",
3051
- height: "8",
3052
- rx: "4",
3053
- fill: "var(--illustration-accent)",
3054
- opacity: "0.16"
3055
- }),
3056
- /* @__PURE__ */ n("rect", {
3057
- x: "30",
3058
- y: "132",
3059
- width: "24",
3060
- height: "4",
3061
- rx: "2",
3062
- fill: "var(--mineral-border, #3a3f47)",
3063
- opacity: "0.8"
3064
- }),
3065
- /* @__PURE__ */ n("rect", {
3066
- x: "76",
3067
- y: "78",
3068
- width: "50",
3069
- height: "74",
3070
- rx: "8",
3071
- fill: "var(--mineral-surface, #1a1d23)",
3072
- stroke: "var(--mineral-border, #3a3f47)",
3073
- strokeWidth: "1.5"
3074
- }),
3075
- /* @__PURE__ */ n("rect", {
3076
- x: "82",
3077
- y: "86",
3078
- width: "38",
3079
- height: "24",
3080
- rx: "6",
3081
- fill: "var(--illustration-accent)",
3082
- opacity: "0.16"
3083
- }),
3084
- /* @__PURE__ */ n("circle", {
3085
- cx: "92",
3086
- cy: "98",
3087
- r: "4",
3088
- fill: "var(--mineral-warning, #f59e0b)",
3089
- opacity: "0.75"
3090
- }),
3091
- /* @__PURE__ */ n("rect", {
3092
- x: "100",
3093
- y: "95",
3094
- width: "14",
3095
- height: "5",
3096
- rx: "2",
3097
- fill: "var(--mineral-text-secondary, #6b7280)",
3098
- opacity: "0.7"
3099
- }),
3100
- /* @__PURE__ */ n("rect", {
3101
- x: "82",
3102
- y: "118",
3103
- width: "22",
3104
- height: "4",
3105
- rx: "2",
3106
- fill: "var(--mineral-border, #3a3f47)",
3107
- opacity: "0.8"
3108
- }),
3109
- /* @__PURE__ */ n("rect", {
3110
- x: "82",
3111
- y: "126",
3112
- width: "30",
3113
- height: "4",
3114
- rx: "2",
3115
- fill: "var(--mineral-border, #3a3f47)",
3116
- opacity: "0.8"
3117
- }),
3118
- /* @__PURE__ */ n("rect", {
3119
- x: "82",
3120
- y: "134",
3121
- width: "18",
3122
- height: "4",
3123
- rx: "2",
3124
- fill: "var(--illustration-accent)",
3125
- opacity: "0.45"
3126
- }),
3127
- /* @__PURE__ */ n("ellipse", {
3128
- cx: "100",
3129
- cy: "100",
3130
- rx: "74",
3131
- ry: "58",
3132
- fill: "var(--illustration-accent)",
3133
- opacity: "0.035"
3134
- })
3135
- ]
3136
- });
3137
- }), T = t(function(e, t) {
3138
- return /* @__PURE__ */ r(o, {
3139
- ref: t,
3140
- viewBox: "0 0 200 200",
3141
- ...e,
3142
- children: [
3143
- /* @__PURE__ */ n("rect", {
3144
- x: "42",
3145
- y: "34",
3146
- width: "116",
3147
- height: "126",
3148
- rx: "14",
3149
- fill: "var(--mineral-surface)",
3150
- stroke: "var(--mineral-border)",
3151
- strokeWidth: "2"
3152
- }),
3153
- /* @__PURE__ */ n("rect", {
3154
- x: "42",
3155
- y: "34",
3156
- width: "116",
3157
- height: "28",
3158
- rx: "14",
3159
- fill: "var(--illustration-accent)",
3160
- opacity: "0.18"
3161
- }),
3162
- /* @__PURE__ */ n("rect", {
3163
- x: "58",
3164
- y: "26",
3165
- width: "10",
3166
- height: "20",
3167
- rx: "5",
3168
- fill: "var(--mineral-text-secondary)"
3169
- }),
3170
- /* @__PURE__ */ n("rect", {
3171
- x: "132",
3172
- y: "26",
3173
- width: "10",
3174
- height: "20",
3175
- rx: "5",
3176
- fill: "var(--mineral-text-secondary)"
3177
- }),
3178
- /* @__PURE__ */ n("rect", {
3179
- x: "58",
3180
- y: "78",
3181
- width: "24",
3182
- height: "20",
3183
- rx: "6",
3184
- fill: "var(--illustration-accent)",
3185
- opacity: "0.18"
3186
- }),
3187
- /* @__PURE__ */ n("rect", {
3188
- x: "88",
3189
- y: "78",
3190
- width: "24",
3191
- height: "20",
3192
- rx: "6",
3193
- fill: "var(--mineral-info)",
3194
- opacity: "0.12"
3195
- }),
3196
- /* @__PURE__ */ n("rect", {
3197
- x: "118",
3198
- y: "78",
3199
- width: "24",
3200
- height: "20",
3201
- rx: "6",
3202
- fill: "var(--mineral-warning)",
3203
- opacity: "0.12"
3204
- }),
3205
- /* @__PURE__ */ n("rect", {
3206
- x: "58",
3207
- y: "104",
3208
- width: "24",
3209
- height: "20",
3210
- rx: "6",
3211
- fill: "var(--mineral-surface-subtle)",
3212
- stroke: "var(--mineral-border)"
3213
- }),
3214
- /* @__PURE__ */ n("rect", {
3215
- x: "88",
3216
- y: "104",
3217
- width: "24",
3218
- height: "20",
3219
- rx: "6",
3220
- fill: "var(--mineral-surface-subtle)",
3221
- stroke: "var(--mineral-border)"
3222
- }),
3223
- /* @__PURE__ */ n("rect", {
3224
- x: "118",
3225
- y: "104",
3226
- width: "24",
3227
- height: "20",
3228
- rx: "6",
3229
- fill: "var(--illustration-accent)",
3230
- opacity: "0.75"
3231
- }),
3232
- /* @__PURE__ */ n("path", {
3233
- d: "M124 114 L129 119 L138 108",
3234
- stroke: "var(--mineral-dark-color)",
3235
- strokeWidth: "3",
3236
- strokeLinecap: "round",
3237
- strokeLinejoin: "round"
3238
- }),
3239
- /* @__PURE__ */ n("ellipse", {
3240
- cx: "100",
3241
- cy: "154",
3242
- rx: "44",
3243
- ry: "8",
3244
- fill: "var(--illustration-accent)",
3245
- opacity: "0.05"
3246
- })
3247
- ]
3248
- });
3249
- }), E = t(function(e, t) {
3250
- return /* @__PURE__ */ r(o, {
3251
- ref: t,
3252
- viewBox: "0 0 200 200",
3253
- ...e,
3254
- children: [
3255
- /* @__PURE__ */ n("rect", {
3256
- x: "26",
3257
- y: "44",
3258
- width: "68",
3259
- height: "92",
3260
- rx: "12",
3261
- fill: "var(--mineral-surface)",
3262
- stroke: "var(--mineral-border)",
3263
- strokeWidth: "2"
3264
- }),
3265
- /* @__PURE__ */ n("rect", {
3266
- x: "106",
3267
- y: "44",
3268
- width: "68",
3269
- height: "92",
3270
- rx: "12",
3271
- fill: "var(--mineral-surface)",
3272
- stroke: "var(--mineral-border)",
3273
- strokeWidth: "2"
3274
- }),
3275
- /* @__PURE__ */ n("rect", {
3276
- x: "26",
3277
- y: "44",
3278
- width: "68",
3279
- height: "18",
3280
- rx: "12",
3281
- fill: "var(--illustration-accent)",
3282
- opacity: "0.14"
3283
- }),
3284
- /* @__PURE__ */ n("rect", {
3285
- x: "106",
3286
- y: "44",
3287
- width: "68",
3288
- height: "18",
3289
- rx: "12",
3290
- fill: "var(--illustration-accent)",
3291
- opacity: "0.14"
3292
- }),
3293
- /* @__PURE__ */ n("rect", {
3294
- x: "42",
3295
- y: "84",
3296
- width: "16",
3297
- height: "16",
3298
- rx: "5",
3299
- fill: "var(--illustration-accent)",
3300
- opacity: "0.65"
3301
- }),
3302
- /* @__PURE__ */ n("rect", {
3303
- x: "58",
3304
- y: "84",
3305
- width: "16",
3306
- height: "16",
3307
- rx: "0",
3308
- fill: "var(--illustration-accent)",
3309
- opacity: "0.18"
3310
- }),
3311
- /* @__PURE__ */ n("rect", {
3312
- x: "74",
3313
- y: "84",
3314
- width: "16",
3315
- height: "16",
3316
- rx: "5",
3317
- fill: "var(--illustration-accent)",
3318
- opacity: "0.65"
3319
- }),
3320
- /* @__PURE__ */ n("rect", {
3321
- x: "122",
3322
- y: "84",
3323
- width: "16",
3324
- height: "16",
3325
- rx: "5",
3326
- fill: "var(--illustration-accent)",
3327
- opacity: "0.65"
3328
- }),
3329
- /* @__PURE__ */ n("rect", {
3330
- x: "138",
3331
- y: "84",
3332
- width: "16",
3333
- height: "16",
3334
- rx: "0",
3335
- fill: "var(--illustration-accent)",
3336
- opacity: "0.18"
3337
- }),
3338
- /* @__PURE__ */ n("rect", {
3339
- x: "154",
3340
- y: "84",
3341
- width: "16",
3342
- height: "16",
3343
- rx: "5",
3344
- fill: "var(--illustration-accent)",
3345
- opacity: "0.65"
3346
- }),
3347
- /* @__PURE__ */ n("path", {
3348
- d: "M94 92 H106",
3349
- stroke: "var(--illustration-accent)",
3350
- strokeWidth: "4",
3351
- strokeLinecap: "round"
3352
- }),
3353
- /* @__PURE__ */ n("circle", {
3354
- cx: "100",
3355
- cy: "92",
3356
- r: "6",
3357
- fill: "var(--illustration-accent)"
3358
- }),
3359
- /* @__PURE__ */ n("ellipse", {
3360
- cx: "100",
3361
- cy: "142",
3362
- rx: "48",
3363
- ry: "9",
3364
- fill: "var(--illustration-accent)",
3365
- opacity: "0.05"
3366
- })
3367
- ]
3368
- });
3369
- }), D = t(function(e, t) {
3370
- return /* @__PURE__ */ r(o, {
3371
- ref: t,
3372
- viewBox: "0 0 200 200",
3373
- ...e,
3374
- children: [
3375
- /* @__PURE__ */ n("rect", {
3376
- x: "24",
3377
- y: "58",
3378
- width: "52",
3379
- height: "78",
3380
- rx: "12",
3381
- fill: "var(--mineral-surface)",
3382
- stroke: "var(--mineral-border)",
3383
- strokeWidth: "2"
3384
- }),
3385
- /* @__PURE__ */ n("rect", {
3386
- x: "74",
3387
- y: "40",
3388
- width: "52",
3389
- height: "96",
3390
- rx: "12",
3391
- fill: "var(--mineral-surface)",
3392
- stroke: "var(--illustration-accent)",
3393
- strokeWidth: "2"
3394
- }),
3395
- /* @__PURE__ */ n("rect", {
3396
- x: "124",
3397
- y: "58",
3398
- width: "52",
3399
- height: "78",
3400
- rx: "12",
3401
- fill: "var(--mineral-surface)",
3402
- stroke: "var(--mineral-border)",
3403
- strokeWidth: "2"
3404
- }),
3405
- /* @__PURE__ */ n("rect", {
3406
- x: "34",
3407
- y: "70",
3408
- width: "32",
3409
- height: "26",
3410
- rx: "8",
3411
- fill: "var(--illustration-accent)",
3412
- opacity: "0.14"
3413
- }),
3414
- /* @__PURE__ */ n("rect", {
3415
- x: "84",
3416
- y: "54",
3417
- width: "32",
3418
- height: "34",
3419
- rx: "8",
3420
- fill: "var(--illustration-accent)",
3421
- opacity: "0.2"
3422
- }),
3423
- /* @__PURE__ */ n("rect", {
3424
- x: "134",
3425
- y: "70",
3426
- width: "32",
3427
- height: "26",
3428
- rx: "8",
3429
- fill: "var(--illustration-accent)",
3430
- opacity: "0.14"
3431
- }),
3432
- /* @__PURE__ */ n("rect", {
3433
- x: "84",
3434
- y: "98",
3435
- width: "20",
3436
- height: "6",
3437
- rx: "3",
3438
- fill: "var(--illustration-accent)"
3439
- }),
3440
- /* @__PURE__ */ n("rect", {
3441
- x: "84",
3442
- y: "110",
3443
- width: "30",
3444
- height: "5",
3445
- rx: "2.5",
3446
- fill: "var(--mineral-text-secondary)",
3447
- opacity: "0.7"
3448
- }),
3449
- /* @__PURE__ */ n("ellipse", {
3450
- cx: "100",
3451
- cy: "148",
3452
- rx: "60",
3453
- ry: "10",
3454
- fill: "var(--illustration-accent)",
3455
- opacity: "0.05"
3456
- })
3457
- ]
3458
- });
3459
- }), O = t(function(e, t) {
3460
- return /* @__PURE__ */ r(o, {
3461
- ref: t,
3462
- viewBox: "0 0 200 200",
3463
- ...e,
3464
- children: [
3465
- /* @__PURE__ */ n("rect", {
3466
- x: "22",
3467
- y: "30",
3468
- width: "156",
3469
- height: "120",
3470
- rx: "14",
3471
- fill: "var(--mineral-surface)",
3472
- stroke: "var(--mineral-border)",
3473
- strokeWidth: "2"
3474
- }),
3475
- /* @__PURE__ */ n("path", {
3476
- d: "M22 64 H178",
3477
- stroke: "var(--mineral-border)",
3478
- strokeWidth: "2"
3479
- }),
3480
- /* @__PURE__ */ n("path", {
3481
- d: "M74 64 V150",
3482
- stroke: "var(--mineral-border)"
3483
- }),
3484
- /* @__PURE__ */ n("path", {
3485
- d: "M126 64 V150",
3486
- stroke: "var(--mineral-border)"
3487
- }),
3488
- /* @__PURE__ */ n("path", {
3489
- d: "M22 94 H178",
3490
- stroke: "var(--mineral-border)"
3491
- }),
3492
- /* @__PURE__ */ n("path", {
3493
- d: "M22 122 H178",
3494
- stroke: "var(--mineral-border)"
3495
- }),
3496
- /* @__PURE__ */ n("rect", {
3497
- x: "30",
3498
- y: "72",
3499
- width: "36",
3500
- height: "16",
3501
- rx: "6",
3502
- fill: "var(--illustration-accent)",
3503
- opacity: "0.16"
3504
- }),
3505
- /* @__PURE__ */ n("rect", {
3506
- x: "82",
3507
- y: "100",
3508
- width: "36",
3509
- height: "16",
3510
- rx: "6",
3511
- fill: "var(--illustration-accent)",
3512
- opacity: "0.75"
3513
- }),
3514
- /* @__PURE__ */ n("rect", {
3515
- x: "134",
3516
- y: "128",
3517
- width: "34",
3518
- height: "14",
3519
- rx: "6",
3520
- fill: "var(--mineral-info)",
3521
- opacity: "0.18"
3522
- }),
3523
- /* @__PURE__ */ n("circle", {
3524
- cx: "124",
3525
- cy: "108",
3526
- r: "5",
3527
- fill: "var(--mineral-dark-color)"
3528
- })
3529
- ]
3530
- });
3531
- }), k = t(function(e, t) {
3532
- return /* @__PURE__ */ r(o, {
3533
- ref: t,
3534
- viewBox: "0 0 200 200",
3535
- ...e,
3536
- children: [
3537
- /* @__PURE__ */ n("rect", {
3538
- x: "22",
3539
- y: "34",
3540
- width: "156",
3541
- height: "116",
3542
- rx: "14",
3543
- fill: "var(--mineral-surface)",
3544
- stroke: "var(--mineral-border)",
3545
- strokeWidth: "2"
3546
- }),
3547
- /* @__PURE__ */ n("rect", {
3548
- x: "22",
3549
- y: "34",
3550
- width: "46",
3551
- height: "116",
3552
- rx: "14",
3553
- fill: "var(--illustration-accent)",
3554
- opacity: "0.08"
3555
- }),
3556
- /* @__PURE__ */ n("path", {
3557
- d: "M68 34 V150",
3558
- stroke: "var(--mineral-border)",
3559
- strokeWidth: "2"
3560
- }),
3561
- /* @__PURE__ */ n("rect", {
3562
- x: "34",
3563
- y: "56",
3564
- width: "22",
3565
- height: "8",
3566
- rx: "4",
3567
- fill: "var(--illustration-accent)",
3568
- opacity: "0.75"
3569
- }),
3570
- /* @__PURE__ */ n("rect", {
3571
- x: "34",
3572
- y: "74",
3573
- width: "18",
3574
- height: "6",
3575
- rx: "3",
3576
- fill: "var(--mineral-text-secondary)",
3577
- opacity: "0.7"
3578
- }),
3579
- /* @__PURE__ */ n("rect", {
3580
- x: "34",
3581
- y: "88",
3582
- width: "16",
3583
- height: "6",
3584
- rx: "3",
3585
- fill: "var(--mineral-text-secondary)",
3586
- opacity: "0.7"
3587
- }),
3588
- /* @__PURE__ */ n("rect", {
3589
- x: "84",
3590
- y: "54",
3591
- width: "34",
3592
- height: "26",
3593
- rx: "8",
3594
- fill: "var(--illustration-accent)",
3595
- opacity: "0.14"
3596
- }),
3597
- /* @__PURE__ */ n("rect", {
3598
- x: "126",
3599
- y: "54",
3600
- width: "34",
3601
- height: "26",
3602
- rx: "8",
3603
- fill: "var(--mineral-info)",
3604
- opacity: "0.12"
3605
- }),
3606
- /* @__PURE__ */ n("rect", {
3607
- x: "84",
3608
- y: "92",
3609
- width: "76",
3610
- height: "10",
3611
- rx: "5",
3612
- fill: "var(--mineral-text-secondary)",
3613
- opacity: "0.18"
3614
- }),
3615
- /* @__PURE__ */ n("rect", {
3616
- x: "84",
3617
- y: "110",
3618
- width: "58",
3619
- height: "10",
3620
- rx: "5",
3621
- fill: "var(--mineral-text-secondary)",
3622
- opacity: "0.18"
3623
- }),
3624
- /* @__PURE__ */ n("rect", {
3625
- x: "84",
3626
- y: "128",
3627
- width: "68",
3628
- height: "10",
3629
- rx: "5",
3630
- fill: "var(--illustration-accent)",
3631
- opacity: "0.16"
3632
- })
3633
- ]
3634
- });
3635
- }), A = t(function(e, t) {
3636
- return /* @__PURE__ */ r(o, {
3637
- ref: t,
3638
- viewBox: "0 0 200 200",
3639
- ...e,
3640
- children: [
3641
- /* @__PURE__ */ n("circle", {
3642
- cx: "84",
3643
- cy: "102",
3644
- r: "44",
3645
- fill: "var(--mineral-surface)",
3646
- stroke: "var(--mineral-border)",
3647
- strokeWidth: "2"
3648
- }),
3649
- /* @__PURE__ */ n("circle", {
3650
- cx: "118",
3651
- cy: "76",
3652
- r: "16",
3653
- fill: "var(--mineral-page-bg)"
3654
- }),
3655
- /* @__PURE__ */ n("circle", {
3656
- cx: "72",
3657
- cy: "88",
3658
- r: "6",
3659
- fill: "var(--mineral-page-bg)"
3660
- }),
3661
- /* @__PURE__ */ n("circle", {
3662
- cx: "98",
3663
- cy: "118",
3664
- r: "5",
3665
- fill: "var(--mineral-page-bg)"
3666
- }),
3667
- /* @__PURE__ */ n("circle", {
3668
- cx: "66",
3669
- cy: "118",
3670
- r: "4",
3671
- fill: "var(--mineral-page-bg)"
3672
- }),
3673
- /* @__PURE__ */ n("rect", {
3674
- x: "116",
3675
- y: "112",
3676
- width: "50",
3677
- height: "34",
3678
- rx: "10",
3679
- fill: "var(--illustration-accent)",
3680
- opacity: "0.16",
3681
- stroke: "var(--illustration-accent)",
3682
- strokeWidth: "2"
3683
- }),
3684
- /* @__PURE__ */ n("path", {
3685
- d: "M130 128 L138 136 L152 120",
3686
- stroke: "var(--illustration-accent)",
3687
- strokeWidth: "4",
3688
- strokeLinecap: "round",
3689
- strokeLinejoin: "round"
3690
- })
3691
- ]
3692
- });
3693
- }), j = t(function(e, t) {
3694
- return /* @__PURE__ */ r(o, {
3695
- ref: t,
3696
- viewBox: "0 0 200 200",
3697
- ...e,
3698
- children: [
3699
- /* @__PURE__ */ n("rect", {
3700
- x: "40",
3701
- y: "40",
3702
- width: "120",
3703
- height: "120",
3704
- rx: "16",
3705
- fill: "var(--mineral-surface)",
3706
- stroke: "var(--mineral-border)",
3707
- strokeWidth: "2"
3708
- }),
3709
- /* @__PURE__ */ n("rect", {
3710
- x: "54",
3711
- y: "54",
3712
- width: "24",
3713
- height: "24",
3714
- rx: "5",
3715
- fill: "var(--illustration-accent)"
3716
- }),
3717
- /* @__PURE__ */ n("rect", {
3718
- x: "122",
3719
- y: "54",
3720
- width: "24",
3721
- height: "24",
3722
- rx: "5",
3723
- fill: "var(--illustration-accent)"
3724
- }),
3725
- /* @__PURE__ */ n("rect", {
3726
- x: "54",
3727
- y: "122",
3728
- width: "24",
3729
- height: "24",
3730
- rx: "5",
3731
- fill: "var(--illustration-accent)"
3732
- }),
3733
- /* @__PURE__ */ n("rect", {
3734
- x: "90",
3735
- y: "58",
3736
- width: "10",
3737
- height: "10",
3738
- rx: "2",
3739
- fill: "var(--mineral-text-secondary)"
3740
- }),
3741
- /* @__PURE__ */ n("rect", {
3742
- x: "104",
3743
- y: "58",
3744
- width: "10",
3745
- height: "10",
3746
- rx: "2",
3747
- fill: "var(--mineral-text-secondary)"
3748
- }),
3749
- /* @__PURE__ */ n("rect", {
3750
- x: "90",
3751
- y: "76",
3752
- width: "24",
3753
- height: "10",
3754
- rx: "3",
3755
- fill: "var(--mineral-text-secondary)"
3756
- }),
3757
- /* @__PURE__ */ n("rect", {
3758
- x: "90",
3759
- y: "94",
3760
- width: "10",
3761
- height: "10",
3762
- rx: "2",
3763
- fill: "var(--illustration-accent)",
3764
- opacity: "0.8"
3765
- }),
3766
- /* @__PURE__ */ n("rect", {
3767
- x: "104",
3768
- y: "94",
3769
- width: "10",
3770
- height: "10",
3771
- rx: "2",
3772
- fill: "var(--mineral-text-secondary)"
3773
- }),
3774
- /* @__PURE__ */ n("rect", {
3775
- x: "122",
3776
- y: "94",
3777
- width: "10",
3778
- height: "10",
3779
- rx: "2",
3780
- fill: "var(--illustration-accent)",
3781
- opacity: "0.8"
3782
- }),
3783
- /* @__PURE__ */ n("rect", {
3784
- x: "90",
3785
- y: "112",
3786
- width: "28",
3787
- height: "10",
3788
- rx: "3",
3789
- fill: "var(--mineral-text-secondary)"
3790
- })
3791
- ]
3792
- });
3793
- }), M = t(function(e, t) {
3794
- return /* @__PURE__ */ r(o, {
3795
- ref: t,
3796
- viewBox: "0 0 200 200",
3797
- ...e,
3798
- children: [
3799
- /* @__PURE__ */ n("rect", {
3800
- x: "34",
3801
- y: "44",
3802
- width: "132",
3803
- height: "90",
3804
- rx: "16",
3805
- fill: "var(--mineral-surface)",
3806
- stroke: "var(--mineral-border)",
3807
- strokeWidth: "2"
3808
- }),
3809
- /* @__PURE__ */ n("text", {
3810
- x: "100",
3811
- y: "96",
3812
- textAnchor: "middle",
3813
- fontFamily: "inherit",
3814
- fontSize: "28",
3815
- fontWeight: "700",
3816
- fill: "var(--illustration-accent)",
3817
- children: "12.4k"
3818
- }),
3819
- /* @__PURE__ */ n("path", {
3820
- d: "M58 120 L82 102 L102 110 L124 84 L144 92",
3821
- fill: "none",
3822
- stroke: "var(--illustration-accent)",
3823
- strokeWidth: "4",
3824
- strokeLinecap: "round",
3825
- strokeLinejoin: "round"
3826
- }),
3827
- /* @__PURE__ */ n("circle", {
3828
- cx: "144",
3829
- cy: "92",
3830
- r: "5",
3831
- fill: "var(--illustration-accent)"
3832
- }),
3833
- /* @__PURE__ */ n("rect", {
3834
- x: "58",
3835
- y: "58",
3836
- width: "34",
3837
- height: "8",
3838
- rx: "4",
3839
- fill: "var(--mineral-text-secondary)",
3840
- opacity: "0.4"
3841
- }),
3842
- /* @__PURE__ */ n("ellipse", {
3843
- cx: "100",
3844
- cy: "150",
3845
- rx: "44",
3846
- ry: "8",
3847
- fill: "var(--illustration-accent)",
3848
- opacity: "0.05"
3849
- })
3850
- ]
3851
- });
3852
- }), N = t(function(e, t) {
3853
- return /* @__PURE__ */ r(o, {
3854
- ref: t,
3855
- viewBox: "0 0 200 200",
3856
- ...e,
3857
- children: [
3858
- /* @__PURE__ */ n("circle", {
3859
- cx: "100",
3860
- cy: "86",
3861
- r: "42",
3862
- fill: "var(--mineral-surface)",
3863
- stroke: "var(--mineral-border)",
3864
- strokeWidth: "2"
3865
- }),
3866
- /* @__PURE__ */ n("circle", {
3867
- cx: "100",
3868
- cy: "86",
3869
- r: "5",
3870
- fill: "var(--illustration-accent)"
3871
- }),
3872
- /* @__PURE__ */ n("path", {
3873
- d: "M100 86 L100 62",
3874
- stroke: "var(--illustration-accent)",
3875
- strokeWidth: "5",
3876
- strokeLinecap: "round"
3877
- }),
3878
- /* @__PURE__ */ n("path", {
3879
- d: "M100 86 L122 98",
3880
- stroke: "var(--illustration-accent)",
3881
- strokeWidth: "5",
3882
- strokeLinecap: "round"
3883
- }),
3884
- /* @__PURE__ */ n("rect", {
3885
- x: "58",
3886
- y: "142",
3887
- width: "84",
3888
- height: "14",
3889
- rx: "7",
3890
- fill: "var(--illustration-accent)",
3891
- opacity: "0.14"
3892
- }),
3893
- /* @__PURE__ */ n("text", {
3894
- x: "100",
3895
- y: "153",
3896
- textAnchor: "middle",
3897
- fontFamily: "inherit",
3898
- fontSize: "12",
3899
- fontWeight: "700",
3900
- fill: "var(--illustration-accent)",
3901
- children: "2 min ago"
3902
- })
3903
- ]
3904
- });
3905
- }), P = t(function(e, t) {
3906
- return /* @__PURE__ */ r(o, {
3907
- ref: t,
3908
- viewBox: "0 0 200 200",
3909
- ...e,
3910
- children: [
3911
- /* @__PURE__ */ n("circle", {
3912
- cx: "100",
3913
- cy: "100",
3914
- r: "56",
3915
- fill: "var(--illustration-accent)",
3916
- opacity: "0.06"
3917
- }),
3918
- /* @__PURE__ */ n("circle", {
3919
- cx: "100",
3920
- cy: "96",
3921
- r: "40",
3922
- fill: "var(--mineral-surface)",
3923
- stroke: "var(--mineral-border)",
3924
- strokeWidth: "2"
3925
- }),
3926
- /* @__PURE__ */ n("ellipse", {
3927
- cx: "100",
3928
- cy: "96",
3929
- rx: "18",
3930
- ry: "40",
3931
- stroke: "var(--illustration-accent)",
3932
- strokeWidth: "2",
3933
- opacity: "0.7"
3934
- }),
3935
- /* @__PURE__ */ n("path", {
3936
- d: "M60 96 H140",
3937
- stroke: "var(--illustration-accent)",
3938
- strokeWidth: "2",
3939
- opacity: "0.75"
3940
- }),
3941
- /* @__PURE__ */ n("path", {
3942
- d: "M66 78 C80 84 120 84 134 78",
3943
- stroke: "var(--mineral-text-secondary)",
3944
- strokeWidth: "2",
3945
- opacity: "0.62"
3946
- }),
3947
- /* @__PURE__ */ n("path", {
3948
- d: "M66 114 C80 108 120 108 134 114",
3949
- stroke: "var(--mineral-text-secondary)",
3950
- strokeWidth: "2",
3951
- opacity: "0.62"
3952
- }),
3953
- /* @__PURE__ */ n("rect", {
3954
- x: "42",
3955
- y: "138",
3956
- width: "34",
3957
- height: "18",
3958
- rx: "6",
3959
- fill: "var(--mineral-surface)",
3960
- stroke: "var(--mineral-border)",
3961
- strokeWidth: "1.5"
3962
- }),
3963
- /* @__PURE__ */ n("rect", {
3964
- x: "83",
3965
- y: "138",
3966
- width: "34",
3967
- height: "18",
3968
- rx: "6",
3969
- fill: "var(--illustration-accent)",
3970
- opacity: "0.16"
3971
- }),
3972
- /* @__PURE__ */ n("rect", {
3973
- x: "124",
3974
- y: "138",
3975
- width: "34",
3976
- height: "18",
3977
- rx: "6",
3978
- fill: "var(--mineral-surface)",
3979
- stroke: "var(--mineral-border)",
3980
- strokeWidth: "1.5"
3981
- }),
3982
- /* @__PURE__ */ n("rect", {
3983
- x: "51",
3984
- y: "145",
3985
- width: "16",
3986
- height: "4",
3987
- rx: "2",
3988
- fill: "var(--mineral-info)",
3989
- opacity: "0.8"
3990
- }),
3991
- /* @__PURE__ */ n("rect", {
3992
- x: "92",
3993
- y: "145",
3994
- width: "16",
3995
- height: "4",
3996
- rx: "2",
3997
- fill: "var(--illustration-accent)",
3998
- opacity: "0.8"
3999
- }),
4000
- /* @__PURE__ */ n("rect", {
4001
- x: "133",
4002
- y: "145",
4003
- width: "16",
4004
- height: "4",
4005
- rx: "2",
4006
- fill: "var(--mineral-success)",
4007
- opacity: "0.8"
4008
- })
4009
- ]
4010
- });
4011
- }), F = t(function(e, t) {
4012
- return /* @__PURE__ */ r(o, {
4013
- ref: t,
4014
- viewBox: "0 0 200 200",
4015
- ...e,
4016
- children: [
4017
- /* @__PURE__ */ n("circle", {
4018
- cx: "100",
4019
- cy: "100",
4020
- r: "60",
4021
- fill: "var(--illustration-accent)",
4022
- opacity: "0.05"
4023
- }),
4024
- /* @__PURE__ */ n("rect", {
4025
- x: "42",
4026
- y: "46",
4027
- width: "42",
4028
- height: "42",
4029
- rx: "12",
4030
- fill: "var(--mineral-surface)",
4031
- stroke: "var(--mineral-border)",
4032
- strokeWidth: "2"
4033
- }),
4034
- /* @__PURE__ */ n("rect", {
4035
- x: "92",
4036
- y: "38",
4037
- width: "42",
4038
- height: "42",
4039
- rx: "12",
4040
- fill: "var(--mineral-surface)",
4041
- stroke: "var(--mineral-border)",
4042
- strokeWidth: "2"
4043
- }),
4044
- /* @__PURE__ */ n("rect", {
4045
- x: "116",
4046
- y: "96",
4047
- width: "42",
4048
- height: "42",
4049
- rx: "12",
4050
- fill: "var(--mineral-surface)",
4051
- stroke: "var(--mineral-border)",
4052
- strokeWidth: "2"
4053
- }),
4054
- /* @__PURE__ */ n("rect", {
4055
- x: "58",
4056
- y: "104",
4057
- width: "42",
4058
- height: "42",
4059
- rx: "12",
4060
- fill: "var(--mineral-surface)",
4061
- stroke: "var(--mineral-border)",
4062
- strokeWidth: "2"
4063
- }),
4064
- /* @__PURE__ */ n("circle", {
4065
- cx: "63",
4066
- cy: "67",
4067
- r: "8",
4068
- fill: "var(--illustration-accent)",
4069
- opacity: "0.9"
4070
- }),
4071
- /* @__PURE__ */ n("path", {
4072
- d: "M105 58 L110 69 L122 69 L113 76 L117 87 L105 80 L93 87 L97 76 L88 69 L100 69 Z",
4073
- fill: "var(--mineral-info)",
4074
- opacity: "0.92"
4075
- }),
4076
- /* @__PURE__ */ n("path", {
4077
- d: "M137 117 L145 125 L137 133 L129 125 Z",
4078
- fill: "var(--mineral-warning)",
4079
- opacity: "0.92"
4080
- }),
4081
- /* @__PURE__ */ n("path", {
4082
- d: "M69 124 H78 V133 H69 Z M80 135 H89 V144 H80 Z",
4083
- fill: "var(--mineral-success)",
4084
- opacity: "0.9"
4085
- })
4086
- ]
4087
- });
4088
- }), I = t(function(e, t) {
4089
- return /* @__PURE__ */ r(o, {
4090
- ref: t,
4091
- viewBox: "0 0 200 200",
4092
- ...e,
4093
- children: [
4094
- /* @__PURE__ */ n("rect", {
4095
- x: "40",
4096
- y: "32",
4097
- width: "120",
4098
- height: "128",
4099
- rx: "18",
4100
- fill: "var(--mineral-surface)",
4101
- stroke: "var(--mineral-border)",
4102
- strokeWidth: "2"
4103
- }),
4104
- /* @__PURE__ */ n("rect", {
4105
- x: "54",
4106
- y: "48",
4107
- width: "42",
4108
- height: "7",
4109
- rx: "3.5",
4110
- fill: "var(--mineral-text-secondary)",
4111
- opacity: "0.6"
4112
- }),
4113
- /* @__PURE__ */ n("rect", {
4114
- x: "54",
4115
- y: "64",
4116
- width: "92",
4117
- height: "16",
4118
- rx: "8",
4119
- fill: "var(--illustration-accent)",
4120
- opacity: "0.16"
4121
- }),
4122
- /* @__PURE__ */ n("rect", {
4123
- x: "54",
4124
- y: "92",
4125
- width: "92",
4126
- height: "16",
4127
- rx: "8",
4128
- fill: "var(--mineral-info)",
4129
- opacity: "0.12"
4130
- }),
4131
- /* @__PURE__ */ n("rect", {
4132
- x: "54",
4133
- y: "120",
4134
- width: "56",
4135
- height: "16",
4136
- rx: "8",
4137
- fill: "var(--mineral-success)",
4138
- opacity: "0.12"
4139
- }),
4140
- /* @__PURE__ */ n("circle", {
4141
- cx: "144",
4142
- cy: "128",
4143
- r: "12",
4144
- fill: "var(--illustration-accent)",
4145
- opacity: "0.18"
4146
- }),
4147
- /* @__PURE__ */ n("path", {
4148
- d: "M138 128 L142 132 L150 123",
4149
- stroke: "var(--illustration-accent)",
4150
- strokeWidth: "3",
4151
- strokeLinecap: "round",
4152
- strokeLinejoin: "round"
4153
- }),
4154
- /* @__PURE__ */ n("ellipse", {
4155
- cx: "100",
4156
- cy: "174",
4157
- rx: "44",
4158
- ry: "8",
4159
- fill: "var(--illustration-accent)",
4160
- opacity: "0.06"
4161
- })
4162
- ]
4163
- });
4164
- }), L = t(function(e, t) {
4165
- return /* @__PURE__ */ r(o, {
4166
- ref: t,
4167
- viewBox: "0 0 200 200",
4168
- ...e,
4169
- children: [
4170
- /* @__PURE__ */ n("rect", {
4171
- x: "22",
4172
- y: "44",
4173
- width: "156",
4174
- height: "26",
4175
- rx: "13",
4176
- fill: "var(--mineral-surface)",
4177
- stroke: "var(--mineral-border)",
4178
- strokeWidth: "2"
4179
- }),
4180
- /* @__PURE__ */ n("rect", {
4181
- x: "30",
4182
- y: "50",
4183
- width: "22",
4184
- height: "14",
4185
- rx: "7",
4186
- fill: "var(--illustration-accent)",
4187
- opacity: "0.18"
4188
- }),
4189
- /* @__PURE__ */ n("rect", {
4190
- x: "62",
4191
- y: "53",
4192
- width: "28",
4193
- height: "8",
4194
- rx: "4",
4195
- fill: "var(--mineral-text-secondary)",
4196
- opacity: "0.7"
4197
- }),
4198
- /* @__PURE__ */ n("rect", {
4199
- x: "100",
4200
- y: "53",
4201
- width: "28",
4202
- height: "8",
4203
- rx: "4",
4204
- fill: "var(--mineral-text-secondary)",
4205
- opacity: "0.7"
4206
- }),
4207
- /* @__PURE__ */ n("rect", {
4208
- x: "138",
4209
- y: "53",
4210
- width: "28",
4211
- height: "8",
4212
- rx: "4",
4213
- fill: "var(--mineral-text-secondary)",
4214
- opacity: "0.7"
4215
- }),
4216
- /* @__PURE__ */ n("rect", {
4217
- x: "88",
4218
- y: "82",
4219
- width: "64",
4220
- height: "64",
4221
- rx: "12",
4222
- fill: "var(--mineral-surface)",
4223
- stroke: "var(--mineral-border)",
4224
- strokeWidth: "2"
4225
- }),
4226
- /* @__PURE__ */ n("rect", {
4227
- x: "98",
4228
- y: "94",
4229
- width: "24",
4230
- height: "7",
4231
- rx: "3.5",
4232
- fill: "var(--illustration-accent)",
4233
- opacity: "0.85"
4234
- }),
4235
- /* @__PURE__ */ n("rect", {
4236
- x: "98",
4237
- y: "108",
4238
- width: "42",
4239
- height: "6",
4240
- rx: "3",
4241
- fill: "var(--mineral-text-secondary)",
4242
- opacity: "0.58"
4243
- }),
4244
- /* @__PURE__ */ n("rect", {
4245
- x: "98",
4246
- y: "120",
4247
- width: "36",
4248
- height: "6",
4249
- rx: "3",
4250
- fill: "var(--mineral-text-secondary)",
4251
- opacity: "0.58"
4252
- }),
4253
- /* @__PURE__ */ n("circle", {
4254
- cx: "78",
4255
- cy: "57",
4256
- r: "4",
4257
- fill: "var(--illustration-accent)"
4258
- })
4259
- ]
4260
- });
4261
- }), R = t(function(e, t) {
4262
- return /* @__PURE__ */ r(o, {
4263
- ref: t,
4264
- viewBox: "0 0 200 200",
4265
- ...e,
4266
- children: [
4267
- /* @__PURE__ */ n("rect", {
4268
- x: "28",
4269
- y: "30",
4270
- width: "50",
4271
- height: "140",
4272
- rx: "14",
4273
- fill: "var(--mineral-surface)",
4274
- stroke: "var(--mineral-border)",
4275
- strokeWidth: "2"
4276
- }),
4277
- /* @__PURE__ */ n("rect", {
4278
- x: "42",
4279
- y: "46",
4280
- width: "22",
4281
- height: "22",
4282
- rx: "7",
4283
- fill: "var(--illustration-accent)",
4284
- opacity: "0.18"
4285
- }),
4286
- /* @__PURE__ */ n("rect", {
4287
- x: "42",
4288
- y: "82",
4289
- width: "22",
4290
- height: "8",
4291
- rx: "4",
4292
- fill: "var(--mineral-text-secondary)",
4293
- opacity: "0.66"
4294
- }),
4295
- /* @__PURE__ */ n("rect", {
4296
- x: "42",
4297
- y: "100",
4298
- width: "22",
4299
- height: "8",
4300
- rx: "4",
4301
- fill: "var(--mineral-text-secondary)",
4302
- opacity: "0.52"
4303
- }),
4304
- /* @__PURE__ */ n("rect", {
4305
- x: "42",
4306
- y: "118",
4307
- width: "22",
4308
- height: "8",
4309
- rx: "4",
4310
- fill: "var(--illustration-accent)",
4311
- opacity: "0.62"
4312
- }),
4313
- /* @__PURE__ */ n("rect", {
4314
- x: "92",
4315
- y: "50",
4316
- width: "80",
4317
- height: "22",
4318
- rx: "10",
4319
- fill: "var(--mineral-surface)",
4320
- stroke: "var(--mineral-border)",
4321
- strokeWidth: "2"
4322
- }),
4323
- /* @__PURE__ */ n("rect", {
4324
- x: "102",
4325
- y: "57",
4326
- width: "30",
4327
- height: "8",
4328
- rx: "4",
4329
- fill: "var(--mineral-text-secondary)",
4330
- opacity: "0.6"
4331
- }),
4332
- /* @__PURE__ */ n("rect", {
4333
- x: "92",
4334
- y: "86",
4335
- width: "80",
4336
- height: "34",
4337
- rx: "12",
4338
- fill: "var(--illustration-accent)",
4339
- opacity: "0.08"
4340
- }),
4341
- /* @__PURE__ */ n("rect", {
4342
- x: "102",
4343
- y: "98",
4344
- width: "46",
4345
- height: "7",
4346
- rx: "3.5",
4347
- fill: "var(--illustration-accent)",
4348
- opacity: "0.8"
4349
- }),
4350
- /* @__PURE__ */ n("rect", {
4351
- x: "92",
4352
- y: "130",
4353
- width: "80",
4354
- height: "22",
4355
- rx: "10",
4356
- fill: "var(--mineral-surface)",
4357
- stroke: "var(--mineral-border)",
4358
- strokeWidth: "2"
4359
- }),
4360
- /* @__PURE__ */ n("rect", {
4361
- x: "102",
4362
- y: "137",
4363
- width: "30",
4364
- height: "8",
4365
- rx: "4",
4366
- fill: "var(--mineral-text-secondary)",
4367
- opacity: "0.56"
4368
- })
4369
- ]
4370
- });
4371
- }), z = t(function(e, t) {
4372
- return /* @__PURE__ */ r(o, {
4373
- ref: t,
4374
- viewBox: "0 0 200 200",
4375
- ...e,
4376
- children: [
4377
- /* @__PURE__ */ n("rect", {
4378
- x: "24",
4379
- y: "38",
4380
- width: "152",
4381
- height: "124",
4382
- rx: "16",
4383
- fill: "var(--mineral-surface)",
4384
- stroke: "var(--mineral-border)",
4385
- strokeWidth: "2"
4386
- }),
4387
- /* @__PURE__ */ n("rect", {
4388
- x: "36",
4389
- y: "52",
4390
- width: "128",
4391
- height: "14",
4392
- rx: "7",
4393
- fill: "var(--illustration-accent)",
4394
- opacity: "0.14"
4395
- }),
4396
- /* @__PURE__ */ n("rect", {
4397
- x: "36",
4398
- y: "80",
4399
- width: "32",
4400
- height: "8",
4401
- rx: "4",
4402
- fill: "var(--mineral-text-secondary)",
4403
- opacity: "0.58"
4404
- }),
4405
- /* @__PURE__ */ n("rect", {
4406
- x: "76",
4407
- y: "80",
4408
- width: "28",
4409
- height: "8",
4410
- rx: "4",
4411
- fill: "var(--mineral-text-secondary)",
4412
- opacity: "0.58"
4413
- }),
4414
- /* @__PURE__ */ n("rect", {
4415
- x: "112",
4416
- y: "80",
4417
- width: "24",
4418
- height: "8",
4419
- rx: "4",
4420
- fill: "var(--mineral-text-secondary)",
4421
- opacity: "0.58"
4422
- }),
4423
- /* @__PURE__ */ n("rect", {
4424
- x: "144",
4425
- y: "80",
4426
- width: "20",
4427
- height: "8",
4428
- rx: "4",
4429
- fill: "var(--mineral-text-secondary)",
4430
- opacity: "0.58"
4431
- }),
4432
- /* @__PURE__ */ n("rect", {
4433
- x: "36",
4434
- y: "96",
4435
- width: "128",
4436
- height: "1.5",
4437
- fill: "var(--mineral-border)",
4438
- opacity: "0.8"
4439
- }),
4440
- /* @__PURE__ */ n("rect", {
4441
- x: "36",
4442
- y: "110",
4443
- width: "56",
4444
- height: "8",
4445
- rx: "4",
4446
- fill: "var(--illustration-accent)",
4447
- opacity: "0.7"
4448
- }),
4449
- /* @__PURE__ */ n("rect", {
4450
- x: "108",
4451
- y: "110",
4452
- width: "36",
4453
- height: "8",
4454
- rx: "4",
4455
- fill: "var(--mineral-success)",
4456
- opacity: "0.18"
4457
- }),
4458
- /* @__PURE__ */ n("rect", {
4459
- x: "36",
4460
- y: "128",
4461
- width: "48",
4462
- height: "8",
4463
- rx: "4",
4464
- fill: "var(--mineral-text-secondary)",
4465
- opacity: "0.52"
4466
- }),
4467
- /* @__PURE__ */ n("rect", {
4468
- x: "108",
4469
- y: "128",
4470
- width: "28",
4471
- height: "8",
4472
- rx: "4",
4473
- fill: "var(--mineral-warning)",
4474
- opacity: "0.16"
4475
- }),
4476
- /* @__PURE__ */ n("rect", {
4477
- x: "36",
4478
- y: "146",
4479
- width: "60",
4480
- height: "8",
4481
- rx: "4",
4482
- fill: "var(--mineral-text-secondary)",
4483
- opacity: "0.52"
4484
- }),
4485
- /* @__PURE__ */ n("rect", {
4486
- x: "108",
4487
- y: "146",
4488
- width: "24",
4489
- height: "8",
4490
- rx: "4",
4491
- fill: "var(--mineral-info)",
4492
- opacity: "0.16"
4493
- })
4494
- ]
4495
- });
4496
- }), B = t(function(e, t) {
4497
- return /* @__PURE__ */ r(o, {
4498
- ref: t,
4499
- viewBox: "0 0 200 200",
4500
- ...e,
4501
- children: [
4502
- /* @__PURE__ */ n("rect", {
4503
- x: "42",
4504
- y: "34",
4505
- width: "116",
4506
- height: "132",
4507
- rx: "18",
4508
- fill: "var(--mineral-surface)",
4509
- stroke: "var(--mineral-border)",
4510
- strokeWidth: "2"
4511
- }),
4512
- /* @__PURE__ */ n("rect", {
4513
- x: "58",
4514
- y: "58",
4515
- width: "12",
4516
- height: "12",
4517
- rx: "4",
4518
- fill: "var(--illustration-accent)",
4519
- opacity: "0.16",
4520
- stroke: "var(--illustration-accent)",
4521
- strokeWidth: "1.5"
4522
- }),
4523
- /* @__PURE__ */ n("path", {
4524
- d: "M61 64 L64 67 L69 60",
4525
- stroke: "var(--illustration-accent)",
4526
- strokeWidth: "2.5",
4527
- strokeLinecap: "round",
4528
- strokeLinejoin: "round"
4529
- }),
4530
- /* @__PURE__ */ n("rect", {
4531
- x: "78",
4532
- y: "60",
4533
- width: "56",
4534
- height: "8",
4535
- rx: "4",
4536
- fill: "var(--mineral-text-secondary)",
4537
- opacity: "0.62"
4538
- }),
4539
- /* @__PURE__ */ n("rect", {
4540
- x: "58",
4541
- y: "88",
4542
- width: "12",
4543
- height: "12",
4544
- rx: "4",
4545
- fill: "var(--mineral-surface)",
4546
- stroke: "var(--mineral-border)",
4547
- strokeWidth: "1.5"
4548
- }),
4549
- /* @__PURE__ */ n("rect", {
4550
- x: "78",
4551
- y: "90",
4552
- width: "46",
4553
- height: "8",
4554
- rx: "4",
4555
- fill: "var(--mineral-text-secondary)",
4556
- opacity: "0.52"
4557
- }),
4558
- /* @__PURE__ */ n("rect", {
4559
- x: "58",
4560
- y: "118",
4561
- width: "12",
4562
- height: "12",
4563
- rx: "4",
4564
- fill: "var(--mineral-surface)",
4565
- stroke: "var(--mineral-border)",
4566
- strokeWidth: "1.5"
4567
- }),
4568
- /* @__PURE__ */ n("rect", {
4569
- x: "78",
4570
- y: "120",
4571
- width: "62",
4572
- height: "8",
4573
- rx: "4",
4574
- fill: "var(--illustration-accent)",
4575
- opacity: "0.7"
4576
- }),
4577
- /* @__PURE__ */ n("ellipse", {
4578
- cx: "100",
4579
- cy: "178",
4580
- rx: "38",
4581
- ry: "7",
4582
- fill: "var(--illustration-accent)",
4583
- opacity: "0.06"
4584
- })
4585
- ]
4586
- });
4587
- }), V = t(function(e, t) {
4588
- return /* @__PURE__ */ r(o, {
4589
- ref: t,
4590
- viewBox: "0 0 200 200",
4591
- ...e,
4592
- children: [
4593
- /* @__PURE__ */ n("rect", {
4594
- x: "22",
4595
- y: "52",
4596
- width: "156",
4597
- height: "28",
4598
- rx: "14",
4599
- fill: "var(--mineral-surface)",
4600
- stroke: "var(--mineral-border)",
4601
- strokeWidth: "2"
4602
- }),
4603
- /* @__PURE__ */ n("rect", {
4604
- x: "34",
4605
- y: "60",
4606
- width: "22",
4607
- height: "12",
4608
- rx: "6",
4609
- fill: "var(--illustration-accent)",
4610
- opacity: "0.18"
4611
- }),
4612
- /* @__PURE__ */ n("rect", {
4613
- x: "68",
4614
- y: "62",
4615
- width: "28",
4616
- height: "8",
4617
- rx: "4",
4618
- fill: "var(--mineral-text-secondary)",
4619
- opacity: "0.62"
4620
- }),
4621
- /* @__PURE__ */ n("rect", {
4622
- x: "108",
4623
- y: "62",
4624
- width: "28",
4625
- height: "8",
4626
- rx: "4",
4627
- fill: "var(--mineral-text-secondary)",
4628
- opacity: "0.62"
4629
- }),
4630
- /* @__PURE__ */ n("rect", {
4631
- x: "148",
4632
- y: "62",
4633
- width: "18",
4634
- height: "8",
4635
- rx: "4",
4636
- fill: "var(--mineral-text-secondary)",
4637
- opacity: "0.62"
4638
- }),
4639
- /* @__PURE__ */ n("rect", {
4640
- x: "60",
4641
- y: "98",
4642
- width: "80",
4643
- height: "44",
4644
- rx: "14",
4645
- fill: "var(--illustration-accent)",
4646
- opacity: "0.09"
4647
- }),
4648
- /* @__PURE__ */ n("rect", {
4649
- x: "74",
4650
- y: "114",
4651
- width: "24",
4652
- height: "7",
4653
- rx: "3.5",
4654
- fill: "var(--illustration-accent)",
4655
- opacity: "0.8"
4656
- }),
4657
- /* @__PURE__ */ n("rect", {
4658
- x: "104",
4659
- y: "114",
4660
- width: "22",
4661
- height: "7",
4662
- rx: "3.5",
4663
- fill: "var(--mineral-text-secondary)",
4664
- opacity: "0.5"
4665
- })
4666
- ]
4667
- });
4668
- }), H = t(function(e, t) {
4669
- return /* @__PURE__ */ r(o, {
4670
- ref: t,
4671
- viewBox: "0 0 200 200",
4672
- ...e,
4673
- children: [
4674
- /* @__PURE__ */ n("rect", {
4675
- x: "30",
4676
- y: "38",
4677
- width: "52",
4678
- height: "52",
4679
- rx: "10",
4680
- fill: "var(--mineral-surface)",
4681
- stroke: "var(--mineral-border)",
4682
- strokeWidth: "2"
4683
- }),
4684
- /* @__PURE__ */ n("rect", {
4685
- x: "92",
4686
- y: "38",
4687
- width: "78",
4688
- height: "52",
4689
- rx: "10",
4690
- fill: "var(--mineral-surface)",
4691
- stroke: "var(--mineral-border)",
4692
- strokeWidth: "2"
4693
- }),
4694
- /* @__PURE__ */ n("rect", {
4695
- x: "30",
4696
- y: "100",
4697
- width: "78",
4698
- height: "58",
4699
- rx: "10",
4700
- fill: "var(--mineral-surface)",
4701
- stroke: "var(--mineral-border)",
4702
- strokeWidth: "2"
4703
- }),
4704
- /* @__PURE__ */ n("rect", {
4705
- x: "118",
4706
- y: "100",
4707
- width: "52",
4708
- height: "58",
4709
- rx: "10",
4710
- fill: "var(--mineral-surface)",
4711
- stroke: "var(--mineral-border)",
4712
- strokeWidth: "2"
4713
- }),
4714
- /* @__PURE__ */ n("circle", {
4715
- cx: "55",
4716
- cy: "60",
4717
- r: "8",
4718
- fill: "var(--illustration-accent)",
4719
- opacity: "0.22"
4720
- }),
4721
- /* @__PURE__ */ n("path", {
4722
- d: "M40 78 L56 62 L70 74 L82 64",
4723
- stroke: "var(--illustration-accent)",
4724
- strokeWidth: "3",
4725
- strokeLinecap: "round",
4726
- strokeLinejoin: "round",
4727
- opacity: "0.8"
4728
- }),
4729
- /* @__PURE__ */ n("path", {
4730
- d: "M102 78 L120 58 L138 68 L158 52",
4731
- stroke: "var(--illustration-accent)",
4732
- strokeWidth: "3",
4733
- strokeLinecap: "round",
4734
- strokeLinejoin: "round",
4735
- opacity: "0.8"
4736
- }),
4737
- /* @__PURE__ */ n("path", {
4738
- d: "M44 144 L60 124 L82 136 L96 116",
4739
- stroke: "var(--illustration-accent)",
4740
- strokeWidth: "3",
4741
- strokeLinecap: "round",
4742
- strokeLinejoin: "round",
4743
- opacity: "0.8"
4744
- }),
4745
- /* @__PURE__ */ n("path", {
4746
- d: "M128 144 L140 126 L154 136 L164 120",
4747
- stroke: "var(--illustration-accent)",
4748
- strokeWidth: "3",
4749
- strokeLinecap: "round",
4750
- strokeLinejoin: "round",
4751
- opacity: "0.8"
4752
- })
4753
- ]
4754
- });
4755
- });
4756
- //#endregion
4757
- export { p as A, b as C, g as D, _ as E, c as F, s as I, o as L, d as M, u as N, h as O, l as P, x as S, v as T, E as _, R as a, C as b, F as c, M as d, j as f, D as g, O as h, z as i, f as j, m as k, P as l, k as m, V as n, L as o, A as p, B as r, I as s, H as t, N as u, T as v, y as w, S as x, w as y };
4758
-
4759
- //# sourceMappingURL=MGalleryIllustration-D7CVMSwO.js.map