@blqke/vgentation 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1790 @@
1
+ @keyframes _popupEnter_9tl63_1 {
2
+ from {
3
+ opacity: 0;
4
+ transform: translateX(-50%) scale(0.95) translateY(4px);
5
+ }
6
+ to {
7
+ opacity: 1;
8
+ transform: translateX(-50%) scale(1) translateY(0);
9
+ }
10
+ }
11
+ @keyframes _popupExit_9tl63_1 {
12
+ from {
13
+ opacity: 1;
14
+ transform: translateX(-50%) scale(1) translateY(0);
15
+ }
16
+ to {
17
+ opacity: 0;
18
+ transform: translateX(-50%) scale(0.95) translateY(4px);
19
+ }
20
+ }
21
+ @keyframes _shake_9tl63_63 {
22
+ 0%, 100% {
23
+ transform: translateX(-50%) scale(1) translateY(0) translateX(0);
24
+ }
25
+ 20% {
26
+ transform: translateX(-50%) scale(1) translateY(0) translateX(-3px);
27
+ }
28
+ 40% {
29
+ transform: translateX(-50%) scale(1) translateY(0) translateX(3px);
30
+ }
31
+ 60% {
32
+ transform: translateX(-50%) scale(1) translateY(0) translateX(-2px);
33
+ }
34
+ 80% {
35
+ transform: translateX(-50%) scale(1) translateY(0) translateX(2px);
36
+ }
37
+ }
38
+ ._popup_9tl63_38 {
39
+ position: fixed;
40
+ transform: translateX(-50%);
41
+ width: 280px;
42
+ padding: 0.75rem 1rem 14px;
43
+ background: #1a1a1a;
44
+ border-radius: 16px;
45
+ box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.08);
46
+ cursor: default;
47
+ z-index: 100001;
48
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
49
+ will-change: transform, opacity;
50
+ contain: layout style;
51
+ opacity: 0;
52
+ }
53
+ ._popup_9tl63_38._enter_9tl63_53 {
54
+ animation: _popupEnter_9tl63_1 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
55
+ }
56
+ ._popup_9tl63_38._entered_9tl63_56 {
57
+ opacity: 1;
58
+ transform: translateX(-50%) scale(1) translateY(0);
59
+ }
60
+ ._popup_9tl63_38._exit_9tl63_60 {
61
+ animation: _popupExit_9tl63_1 0.15s ease-in forwards;
62
+ }
63
+ ._popup_9tl63_38._entered_9tl63_56._shake_9tl63_63 {
64
+ animation: _shake_9tl63_63 0.25s ease-out;
65
+ }
66
+ ._header_9tl63_67 {
67
+ display: flex;
68
+ flex-direction: column;
69
+ gap: 0.25rem;
70
+ margin-bottom: 0.5rem;
71
+ }
72
+ ._componentTree_9tl63_74 {
73
+ display: flex;
74
+ flex-wrap: wrap;
75
+ align-items: center;
76
+ gap: 0.15rem;
77
+ line-height: 1.4;
78
+ font-size: 0.6875rem;
79
+ }
80
+ ._componentTreeItem_9tl63_83 {
81
+ color: rgba(255, 255, 255, 0.5);
82
+ }
83
+ ._componentTreeItem_9tl63_83._current_9tl63_86 {
84
+ color: #fff;
85
+ font-weight: 600;
86
+ background: rgba(255, 255, 255, 0.12);
87
+ padding: 0.1rem 0.35rem;
88
+ border-radius: 0.25rem;
89
+ }
90
+ ._componentTreeItem_9tl63_83._clickable_9tl63_93 {
91
+ cursor: pointer;
92
+ padding: 0.1rem 0.35rem;
93
+ border-radius: 0.25rem;
94
+ transition: background-color 0.15s ease, color 0.15s ease;
95
+ }
96
+ ._componentTreeItem_9tl63_83._clickable_9tl63_93:hover {
97
+ background: rgba(255, 255, 255, 0.1);
98
+ color: rgba(255, 255, 255, 0.85);
99
+ }
100
+ ._componentTreeSeparator_9tl63_104 {
101
+ color: rgba(255, 255, 255, 0.25);
102
+ font-size: 0.6rem;
103
+ margin: 0 0.1rem;
104
+ }
105
+ ._element_9tl63_110 {
106
+ font-size: 0.75rem;
107
+ font-weight: 500;
108
+ color: rgba(255, 255, 255, 0.65);
109
+ max-width: 100%;
110
+ overflow: hidden;
111
+ text-overflow: ellipsis;
112
+ white-space: nowrap;
113
+ flex: 1;
114
+ }
115
+ ._element_9tl63_110._secondary_9tl63_120 {
116
+ font-size: 0.6875rem;
117
+ color: rgba(255, 255, 255, 0.4);
118
+ border-top: 1px solid rgba(255, 255, 255, 0.08);
119
+ padding-top: 0.35rem;
120
+ margin-top: 0.1rem;
121
+ }
122
+ ._timestamp_9tl63_128 {
123
+ font-size: 0.625rem;
124
+ font-weight: 500;
125
+ color: rgba(255, 255, 255, 0.35);
126
+ font-variant-numeric: tabular-nums;
127
+ margin-left: 0.5rem;
128
+ flex-shrink: 0;
129
+ }
130
+ ._quote_9tl63_137 {
131
+ font-size: 0.6875rem;
132
+ font-style: italic;
133
+ color: rgba(255, 255, 255, 0.5);
134
+ margin-bottom: 0.5rem;
135
+ padding: 0.4rem 0.5rem;
136
+ background: rgba(255, 255, 255, 0.05);
137
+ border-radius: 0.25rem;
138
+ line-height: 1.45;
139
+ }
140
+ ._textarea_9tl63_148 {
141
+ width: 100%;
142
+ padding: 0.5rem 0.625rem;
143
+ font-size: 0.8125rem;
144
+ font-family: inherit;
145
+ background: rgba(255, 255, 255, 0.05);
146
+ color: #fff;
147
+ border: 1px solid rgba(255, 255, 255, 0.15);
148
+ border-radius: 8px;
149
+ resize: none;
150
+ outline: none;
151
+ transition: border-color 0.15s ease;
152
+ }
153
+ ._textarea_9tl63_148:focus {
154
+ border-color: #3c82f7;
155
+ }
156
+ ._textarea_9tl63_148._green_9tl63_164:focus {
157
+ border-color: #34c759;
158
+ }
159
+ ._textarea_9tl63_148::placeholder {
160
+ color: rgba(255, 255, 255, 0.35);
161
+ }
162
+ ._textarea_9tl63_148::-webkit-scrollbar {
163
+ width: 6px;
164
+ }
165
+ ._textarea_9tl63_148::-webkit-scrollbar-track {
166
+ background: transparent;
167
+ }
168
+ ._textarea_9tl63_148::-webkit-scrollbar-thumb {
169
+ background: rgba(255, 255, 255, 0.2);
170
+ border-radius: 3px;
171
+ }
172
+ ._actions_9tl63_181 {
173
+ display: flex;
174
+ justify-content: flex-end;
175
+ gap: 0.375rem;
176
+ margin-top: 0.5rem;
177
+ }
178
+ ._cancel_9tl63_188,
179
+ ._submit_9tl63_189 {
180
+ padding: 0.4rem 0.875rem;
181
+ font-size: 0.75rem;
182
+ font-weight: 500;
183
+ border-radius: 1rem;
184
+ border: none;
185
+ cursor: pointer;
186
+ transition: background-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
187
+ }
188
+ ._cancel_9tl63_188 {
189
+ background: transparent;
190
+ color: rgba(255, 255, 255, 0.5);
191
+ }
192
+ ._cancel_9tl63_188:hover {
193
+ background: rgba(255, 255, 255, 0.1);
194
+ color: rgba(255, 255, 255, 0.8);
195
+ }
196
+ ._submit_9tl63_189 {
197
+ color: white;
198
+ }
199
+ ._submit_9tl63_189:hover:not(:disabled) {
200
+ filter: brightness(0.9);
201
+ }
202
+ ._submit_9tl63_189:disabled {
203
+ cursor: not-allowed;
204
+ }
205
+ ._light_9tl63_218._popup_9tl63_38 {
206
+ background: #fff;
207
+ box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.06);
208
+ }
209
+ ._light_9tl63_218 ._componentTreeItem_9tl63_83 {
210
+ color: rgba(0, 0, 0, 0.45);
211
+ }
212
+ ._light_9tl63_218 ._componentTreeItem_9tl63_83._current_9tl63_86 {
213
+ color: rgba(0, 0, 0, 0.85);
214
+ background: rgba(0, 0, 0, 0.08);
215
+ }
216
+ ._light_9tl63_218 ._componentTreeItem_9tl63_83._clickable_9tl63_93:hover {
217
+ background: rgba(0, 0, 0, 0.06);
218
+ color: rgba(0, 0, 0, 0.7);
219
+ }
220
+ ._light_9tl63_218 ._componentTreeSeparator_9tl63_104 {
221
+ color: rgba(0, 0, 0, 0.25);
222
+ }
223
+ ._light_9tl63_218 ._element_9tl63_110 {
224
+ color: rgba(0, 0, 0, 0.6);
225
+ }
226
+ ._light_9tl63_218 ._element_9tl63_110._secondary_9tl63_120 {
227
+ color: rgba(0, 0, 0, 0.45);
228
+ border-top-color: rgba(0, 0, 0, 0.08);
229
+ }
230
+ ._light_9tl63_218 ._timestamp_9tl63_128 {
231
+ color: rgba(0, 0, 0, 0.4);
232
+ }
233
+ ._light_9tl63_218 ._quote_9tl63_137 {
234
+ color: rgba(0, 0, 0, 0.55);
235
+ background: rgba(0, 0, 0, 0.04);
236
+ }
237
+ ._light_9tl63_218 ._textarea_9tl63_148 {
238
+ background: rgba(0, 0, 0, 0.03);
239
+ color: #1a1a1a;
240
+ border-color: rgba(0, 0, 0, 0.12);
241
+ }
242
+ ._light_9tl63_218 ._textarea_9tl63_148::placeholder {
243
+ color: rgba(0, 0, 0, 0.4);
244
+ }
245
+ ._light_9tl63_218 ._textarea_9tl63_148::-webkit-scrollbar-thumb {
246
+ background: rgba(0, 0, 0, 0.15);
247
+ }
248
+ ._light_9tl63_218 ._cancel_9tl63_188 {
249
+ color: rgba(0, 0, 0, 0.5);
250
+ }
251
+ ._light_9tl63_218 ._cancel_9tl63_188:hover {
252
+ background: rgba(0, 0, 0, 0.06);
253
+ color: rgba(0, 0, 0, 0.75);
254
+ }
255
+ ._icon_a7gnh_2 {
256
+ transition:
257
+ opacity 0.2s ease,
258
+ transform 0.2s ease;
259
+ transform-origin: center;
260
+ }
261
+
262
+ ._state_s49fw_2 {
263
+ transition: opacity 0.2s ease;
264
+ }
265
+
266
+ ._element_1aiql_2 {
267
+ transition: opacity 0.15s ease;
268
+ }
269
+
270
+ @keyframes _checkDraw_1izk9_1 {
271
+ 0% {
272
+ stroke-dashoffset: 12;
273
+ }
274
+ 100% {
275
+ stroke-dashoffset: 0;
276
+ }
277
+ }
278
+ @keyframes _checkBounce_1izk9_1 {
279
+ 0% {
280
+ transform: scale(0.5);
281
+ opacity: 0;
282
+ }
283
+ 50% {
284
+ transform: scale(1.12);
285
+ opacity: 1;
286
+ }
287
+ 75% {
288
+ transform: scale(0.95);
289
+ }
290
+ 100% {
291
+ transform: scale(1);
292
+ }
293
+ }
294
+ ._checkPath_1izk9_28 {
295
+ stroke-dasharray: 12;
296
+ stroke-dashoffset: 0;
297
+ transform-origin: center;
298
+ animation:
299
+ _checkDraw_1izk9_1 0.18s ease-out,
300
+ _checkBounce_1izk9_1 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
301
+ }
302
+
303
+ @keyframes _bunnyEnterEar_1p1jt_1 {
304
+ 0% {
305
+ opacity: 0;
306
+ transform: scale(0.8);
307
+ }
308
+ 100% {
309
+ opacity: 1;
310
+ transform: scale(1);
311
+ }
312
+ }
313
+ @keyframes _bunnyEnterFace_1p1jt_1 {
314
+ 0% {
315
+ opacity: 0;
316
+ transform: scale(0.9);
317
+ }
318
+ 100% {
319
+ opacity: 1;
320
+ transform: scale(1);
321
+ }
322
+ }
323
+ @keyframes _bunnyEnterEye_1p1jt_1 {
324
+ 0% {
325
+ opacity: 0;
326
+ transform: scale(0.5);
327
+ }
328
+ 100% {
329
+ opacity: 1;
330
+ transform: scale(1);
331
+ }
332
+ }
333
+ @keyframes _leftEyeLook_1p1jt_1 {
334
+ 0%,
335
+ 8% {
336
+ transform: translate(0, 0);
337
+ }
338
+ 10%,
339
+ 18% {
340
+ transform: translate(1.5px, 0);
341
+ }
342
+ 20%,
343
+ 22% {
344
+ transform: translate(1.5px, 0) scaleY(0.1);
345
+ }
346
+ 24%,
347
+ 32% {
348
+ transform: translate(1.5px, 0);
349
+ }
350
+ 35%,
351
+ 48% {
352
+ transform: translate(-0.8px, -0.6px);
353
+ }
354
+ 52%,
355
+ 54% {
356
+ transform: translate(0, 0) scaleY(0.1);
357
+ }
358
+ 56%,
359
+ 68% {
360
+ transform: translate(0, 0);
361
+ }
362
+ 72%,
363
+ 82% {
364
+ transform: translate(-0.5px, 0.5px);
365
+ }
366
+ 85%,
367
+ 100% {
368
+ transform: translate(0, 0);
369
+ }
370
+ }
371
+ @keyframes _rightEyeLook_1p1jt_1 {
372
+ 0%,
373
+ 8% {
374
+ transform: translate(0, 0);
375
+ }
376
+ 10%,
377
+ 18% {
378
+ transform: translate(0.8px, 0);
379
+ }
380
+ 20%,
381
+ 22% {
382
+ transform: translate(0.8px, 0) scaleY(0.1);
383
+ }
384
+ 24%,
385
+ 32% {
386
+ transform: translate(0.8px, 0);
387
+ }
388
+ 35%,
389
+ 48% {
390
+ transform: translate(-1.5px, -0.6px);
391
+ }
392
+ 52%,
393
+ 54% {
394
+ transform: translate(0, 0) scaleY(0.1);
395
+ }
396
+ 56%,
397
+ 68% {
398
+ transform: translate(0, 0);
399
+ }
400
+ 72%,
401
+ 82% {
402
+ transform: translate(-1.2px, 0.5px);
403
+ }
404
+ 85%,
405
+ 100% {
406
+ transform: translate(0, 0);
407
+ }
408
+ }
409
+ @keyframes _leftEarTwitch_1p1jt_1 {
410
+ 0%,
411
+ 9% {
412
+ transform: rotate(0deg);
413
+ }
414
+ 12% {
415
+ transform: rotate(-8deg);
416
+ }
417
+ 16%,
418
+ 34% {
419
+ transform: rotate(0deg);
420
+ }
421
+ 38% {
422
+ transform: rotate(-12deg);
423
+ }
424
+ 42% {
425
+ transform: rotate(-6deg);
426
+ }
427
+ 48%,
428
+ 100% {
429
+ transform: rotate(0deg);
430
+ }
431
+ }
432
+ @keyframes _rightEarTwitch_1p1jt_1 {
433
+ 0%,
434
+ 9% {
435
+ transform: rotate(0deg);
436
+ }
437
+ 12% {
438
+ transform: rotate(6deg);
439
+ }
440
+ 16%,
441
+ 34% {
442
+ transform: rotate(0deg);
443
+ }
444
+ 38% {
445
+ transform: rotate(10deg);
446
+ }
447
+ 42% {
448
+ transform: rotate(4deg);
449
+ }
450
+ 48%,
451
+ 71% {
452
+ transform: rotate(0deg);
453
+ }
454
+ 74% {
455
+ transform: rotate(8deg);
456
+ }
457
+ 78%,
458
+ 100% {
459
+ transform: rotate(0deg);
460
+ }
461
+ }
462
+ ._eyeLeft_1p1jt_168 {
463
+ opacity: 0;
464
+ animation:
465
+ _bunnyEnterEye_1p1jt_1 0.3s ease-out 0.35s forwards,
466
+ _leftEyeLook_1p1jt_1 5s ease-in-out 0.65s infinite;
467
+ transform-origin: center;
468
+ transform-box: fill-box;
469
+ }
470
+ ._eyeRight_1p1jt_177 {
471
+ opacity: 0;
472
+ animation:
473
+ _bunnyEnterEye_1p1jt_1 0.3s ease-out 0.4s forwards,
474
+ _rightEyeLook_1p1jt_1 5s ease-in-out 0.7s infinite;
475
+ transform-origin: center;
476
+ transform-box: fill-box;
477
+ }
478
+ ._earLeft_1p1jt_186 {
479
+ opacity: 0;
480
+ animation:
481
+ _bunnyEnterEar_1p1jt_1 0.3s ease-out 0.1s forwards,
482
+ _leftEarTwitch_1p1jt_1 5s ease-in-out 0.4s infinite;
483
+ transform-origin: bottom center;
484
+ transform-box: fill-box;
485
+ }
486
+ ._earRight_1p1jt_195 {
487
+ opacity: 0;
488
+ animation:
489
+ _bunnyEnterEar_1p1jt_1 0.3s ease-out 0.15s forwards,
490
+ _rightEarTwitch_1p1jt_1 5s ease-in-out 0.45s infinite;
491
+ transform-origin: bottom center;
492
+ transform-box: fill-box;
493
+ }
494
+ ._face_1p1jt_204 {
495
+ opacity: 0;
496
+ animation: _bunnyEnterFace_1p1jt_1 0.3s ease-out 0.25s forwards;
497
+ transform-origin: center;
498
+ transform-box: fill-box;
499
+ }
500
+ ._bunny_1p1jt_211:hover ._eyeLeft_1p1jt_168,
501
+ ._bunny_1p1jt_211:hover ._eyeRight_1p1jt_177 {
502
+ opacity: 0;
503
+ transition: opacity 0.2s ease;
504
+ }
505
+ ._happyFace_1p1jt_217 {
506
+ opacity: 0;
507
+ transition: opacity 0.2s ease;
508
+ }
509
+ ._bunny_1p1jt_211:hover ._happyFace_1p1jt_217 {
510
+ opacity: 1;
511
+ }
512
+ @keyframes _toolbarEnter_1pqyy_1 {
513
+ from {
514
+ opacity: 0;
515
+ transform: scale(0.5) rotate(90deg);
516
+ }
517
+ to {
518
+ opacity: 1;
519
+ transform: scale(1) rotate(0deg);
520
+ }
521
+ }
522
+ @keyframes _badgeEnter_1pqyy_1 {
523
+ from {
524
+ opacity: 0;
525
+ transform: scale(0);
526
+ }
527
+ to {
528
+ opacity: 1;
529
+ transform: scale(1);
530
+ }
531
+ }
532
+ @keyframes _scaleIn_1pqyy_1 {
533
+ from {
534
+ opacity: 0;
535
+ transform: scale(0.85);
536
+ }
537
+ to {
538
+ opacity: 1;
539
+ transform: scale(1);
540
+ }
541
+ }
542
+ @keyframes _scaleOut_1pqyy_1 {
543
+ from {
544
+ opacity: 1;
545
+ transform: scale(1);
546
+ }
547
+ to {
548
+ opacity: 0;
549
+ transform: scale(0.85);
550
+ }
551
+ }
552
+ @keyframes _slideUp_1pqyy_1 {
553
+ from {
554
+ opacity: 0;
555
+ transform: scale(0.85) translateY(8px);
556
+ }
557
+ to {
558
+ opacity: 1;
559
+ transform: scale(1) translateY(0);
560
+ }
561
+ }
562
+ @keyframes _slideDown_1pqyy_1 {
563
+ from {
564
+ opacity: 1;
565
+ transform: scale(1) translateY(0);
566
+ }
567
+ to {
568
+ opacity: 0;
569
+ transform: scale(0.85) translateY(8px);
570
+ }
571
+ }
572
+ @keyframes _markerIn_1pqyy_1 {
573
+ 0% {
574
+ opacity: 0;
575
+ transform: translate(-50%, -50%) scale(0.3);
576
+ }
577
+ 100% {
578
+ opacity: 1;
579
+ transform: translate(-50%, -50%) scale(1);
580
+ }
581
+ }
582
+ @keyframes _markerOut_1pqyy_1 {
583
+ 0% {
584
+ opacity: 1;
585
+ transform: translate(-50%, -50%) scale(1);
586
+ }
587
+ 100% {
588
+ opacity: 0;
589
+ transform: translate(-50%, -50%) scale(0.3);
590
+ }
591
+ }
592
+ @keyframes _fadeIn_1pqyy_1 {
593
+ from {
594
+ opacity: 0;
595
+ }
596
+ to {
597
+ opacity: 1;
598
+ }
599
+ }
600
+ @keyframes _fadeOut_1pqyy_270 {
601
+ from {
602
+ opacity: 1;
603
+ }
604
+ to {
605
+ opacity: 0;
606
+ }
607
+ }
608
+ @keyframes _tooltipIn_1pqyy_1 {
609
+ from {
610
+ opacity: 0;
611
+ transform: translateX(-50%) translateY(2px) scale(0.98);
612
+ }
613
+ to {
614
+ opacity: 1;
615
+ transform: translateX(-50%) translateY(0) scale(1);
616
+ }
617
+ }
618
+ @keyframes _hoverHighlightIn_1pqyy_1 {
619
+ from {
620
+ opacity: 0;
621
+ transform: scale(0.98);
622
+ }
623
+ to {
624
+ opacity: 1;
625
+ transform: scale(1);
626
+ }
627
+ }
628
+ @keyframes _hoverTooltipIn_1pqyy_1 {
629
+ from {
630
+ opacity: 0;
631
+ transform: scale(0.95) translateY(4px);
632
+ }
633
+ to {
634
+ opacity: 1;
635
+ transform: scale(1) translateY(0);
636
+ }
637
+ }
638
+ @keyframes _settingsPanelIn_1pqyy_1 {
639
+ from {
640
+ opacity: 0;
641
+ transform: translateY(10px) scale(0.95);
642
+ filter: blur(5px);
643
+ }
644
+ to {
645
+ opacity: 1;
646
+ transform: translateY(0) scale(1);
647
+ filter: blur(0px);
648
+ }
649
+ }
650
+ @keyframes _settingsPanelOut_1pqyy_1 {
651
+ from {
652
+ opacity: 1;
653
+ transform: translateY(0) scale(1);
654
+ filter: blur(0px);
655
+ }
656
+ to {
657
+ opacity: 0;
658
+ transform: translateY(20px) scale(0.95);
659
+ filter: blur(5px);
660
+ }
661
+ }
662
+ ._toolbar_1pqyy_151 {
663
+ position: fixed;
664
+ bottom: 1.25rem;
665
+ right: 1.25rem;
666
+ width: 295px;
667
+ z-index: 100000;
668
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
669
+ pointer-events: none;
670
+ transition: left 0s, top 0s, right 0s, bottom 0s;
671
+ }
672
+
673
+ ._toolbarContainer_1pqyy_162 {
674
+ user-select: none;
675
+ margin-left: auto;
676
+ align-self: flex-end;
677
+ display: flex;
678
+ align-items: center;
679
+ justify-content: center;
680
+ background: #1a1a1a;
681
+ color: #fff;
682
+ border: none;
683
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.1);
684
+ pointer-events: auto;
685
+ cursor: grab;
686
+ transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
687
+ }
688
+ ._toolbarContainer_1pqyy_162._dragging_1pqyy_177 {
689
+ transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
690
+ cursor: grabbing;
691
+ }
692
+ ._toolbarContainer_1pqyy_162._entrance_1pqyy_181 {
693
+ animation: _toolbarEnter_1pqyy_1 0.5s cubic-bezier(0.34, 1.2, 0.64, 1) forwards;
694
+ }
695
+ ._toolbarContainer_1pqyy_162._collapsed_1pqyy_184 {
696
+ width: 44px;
697
+ height: 44px;
698
+ border-radius: 22px;
699
+ padding: 0;
700
+ cursor: pointer;
701
+ }
702
+ ._toolbarContainer_1pqyy_162._collapsed_1pqyy_184 svg {
703
+ margin-top: -1px;
704
+ }
705
+ ._toolbarContainer_1pqyy_162._collapsed_1pqyy_184:hover {
706
+ background: #2a2a2a;
707
+ }
708
+ ._toolbarContainer_1pqyy_162._collapsed_1pqyy_184:active {
709
+ transform: scale(0.95);
710
+ }
711
+ ._toolbarContainer_1pqyy_162._expanded_1pqyy_200 {
712
+ width: calc-size(auto, size);
713
+ height: 44px;
714
+ border-radius: 1.5rem;
715
+ padding: 0.375rem;
716
+ }
717
+ @supports not (width: calc-size(auto, size)) {
718
+ ._toolbarContainer_1pqyy_162._expanded_1pqyy_200 {
719
+ width: 295px;
720
+ }
721
+ }
722
+
723
+ ._toggleContent_1pqyy_212 {
724
+ position: absolute;
725
+ display: flex;
726
+ align-items: center;
727
+ justify-content: center;
728
+ transition: opacity 0.1s cubic-bezier(0.19, 1, 0.22, 1);
729
+ }
730
+ ._toggleContent_1pqyy_212._visible_1pqyy_219 {
731
+ opacity: 1;
732
+ visibility: visible;
733
+ pointer-events: auto;
734
+ }
735
+ ._toggleContent_1pqyy_212._hidden_1pqyy_224 {
736
+ opacity: 0;
737
+ pointer-events: none;
738
+ }
739
+
740
+ ._controlsContent_1pqyy_229 {
741
+ display: flex;
742
+ align-items: center;
743
+ gap: 0.375rem;
744
+ transition: filter 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
745
+ }
746
+ ._controlsContent_1pqyy_229._visible_1pqyy_219 {
747
+ opacity: 1;
748
+ filter: blur(0px);
749
+ transform: scale(1);
750
+ visibility: visible;
751
+ pointer-events: auto;
752
+ }
753
+ ._controlsContent_1pqyy_229._hidden_1pqyy_224 {
754
+ opacity: 0;
755
+ filter: blur(10px);
756
+ transform: scale(0.4);
757
+ pointer-events: none;
758
+ }
759
+
760
+ ._badge_1pqyy_249 {
761
+ position: absolute;
762
+ top: -16px;
763
+ right: -16px;
764
+ user-select: none;
765
+ min-width: 18px;
766
+ height: 18px;
767
+ padding: 0 5px;
768
+ border-radius: 9px;
769
+ background: #3c82f7;
770
+ color: white;
771
+ font-size: 0.625rem;
772
+ font-weight: 600;
773
+ display: flex;
774
+ align-items: center;
775
+ justify-content: center;
776
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
777
+ opacity: 1;
778
+ transition: transform 0.3s ease, opacity 0.2s ease;
779
+ transform: scale(1);
780
+ }
781
+ ._badge_1pqyy_249._fadeOut_1pqyy_270 {
782
+ opacity: 0;
783
+ transform: scale(0);
784
+ pointer-events: none;
785
+ }
786
+ ._badge_1pqyy_249._entrance_1pqyy_181 {
787
+ animation: _badgeEnter_1pqyy_1 0.3s cubic-bezier(0.34, 1.2, 0.64, 1) 0.4s both;
788
+ }
789
+
790
+ ._controlButton_1pqyy_279 {
791
+ cursor: pointer !important;
792
+ display: flex;
793
+ align-items: center;
794
+ justify-content: center;
795
+ width: 34px;
796
+ height: 34px;
797
+ border-radius: 50%;
798
+ border: none;
799
+ background: transparent;
800
+ color: rgba(255, 255, 255, 0.85);
801
+ transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
802
+ }
803
+ ._controlButton_1pqyy_279:hover:not(:disabled) {
804
+ background: rgba(255, 255, 255, 0.12);
805
+ color: #fff;
806
+ }
807
+ ._controlButton_1pqyy_279:active:not(:disabled) {
808
+ transform: scale(0.92);
809
+ }
810
+ ._controlButton_1pqyy_279:disabled {
811
+ opacity: 0.35;
812
+ cursor: not-allowed;
813
+ }
814
+ ._controlButton_1pqyy_279[data-active=true] {
815
+ color: #3c82f7;
816
+ background: rgba(60, 130, 247, 0.25);
817
+ }
818
+ ._controlButton_1pqyy_279[data-danger]:hover:not(:disabled) {
819
+ background: rgba(255, 59, 48, 0.25);
820
+ color: #ff3b30;
821
+ }
822
+
823
+ ._divider_1pqyy_312 {
824
+ width: 1px;
825
+ height: 12px;
826
+ background: rgba(255, 255, 255, 0.15);
827
+ margin: 0 0.125rem;
828
+ }
829
+
830
+ ._overlay_1pqyy_319 {
831
+ position: fixed;
832
+ inset: 0;
833
+ z-index: 99997;
834
+ pointer-events: none;
835
+ }
836
+ ._overlay_1pqyy_319 > * {
837
+ pointer-events: auto;
838
+ }
839
+
840
+ ._hoverHighlight_1pqyy_329 {
841
+ position: fixed;
842
+ border: 2px solid rgba(60, 130, 247, 0.5);
843
+ border-radius: 4px;
844
+ pointer-events: none !important;
845
+ background: rgba(60, 130, 247, 0.04);
846
+ box-sizing: border-box;
847
+ will-change: opacity;
848
+ contain: layout style;
849
+ }
850
+ ._hoverHighlight_1pqyy_329._enter_1pqyy_339 {
851
+ animation: _hoverHighlightIn_1pqyy_1 0.12s ease-out forwards;
852
+ }
853
+
854
+ ._multiSelectOutline_1pqyy_343 {
855
+ position: fixed;
856
+ border: 2px dashed rgba(52, 199, 89, 0.6);
857
+ border-radius: 4px;
858
+ pointer-events: none !important;
859
+ background: rgba(52, 199, 89, 0.05);
860
+ box-sizing: border-box;
861
+ will-change: opacity;
862
+ }
863
+ ._multiSelectOutline_1pqyy_343._enter_1pqyy_339 {
864
+ animation: _fadeIn_1pqyy_1 0.15s ease-out forwards;
865
+ }
866
+ ._multiSelectOutline_1pqyy_343._exit_1pqyy_355 {
867
+ animation: _fadeOut_1pqyy_270 0.15s ease-out forwards;
868
+ }
869
+
870
+ ._singleSelectOutline_1pqyy_359 {
871
+ position: fixed;
872
+ border: 2px solid rgba(60, 130, 247, 0.6);
873
+ border-radius: 4px;
874
+ pointer-events: none !important;
875
+ background: rgba(60, 130, 247, 0.05);
876
+ box-sizing: border-box;
877
+ will-change: opacity;
878
+ }
879
+ ._singleSelectOutline_1pqyy_359._enter_1pqyy_339 {
880
+ animation: _fadeIn_1pqyy_1 0.15s ease-out forwards;
881
+ }
882
+ ._singleSelectOutline_1pqyy_359._exit_1pqyy_355 {
883
+ animation: _fadeOut_1pqyy_270 0.15s ease-out forwards;
884
+ }
885
+
886
+ ._hoverTooltip_1pqyy_375 {
887
+ position: fixed;
888
+ font-size: 0.6875rem;
889
+ font-weight: 500;
890
+ color: #fff;
891
+ background: rgba(0, 0, 0, 0.9);
892
+ padding: 0.5rem 0.75rem;
893
+ border-radius: 0.5rem;
894
+ pointer-events: none !important;
895
+ max-width: 400px;
896
+ display: flex;
897
+ flex-direction: column;
898
+ gap: 0.35rem;
899
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
900
+ backdrop-filter: blur(8px);
901
+ }
902
+ ._hoverTooltip_1pqyy_375._enter_1pqyy_339 {
903
+ animation: _hoverTooltipIn_1pqyy_1 0.1s ease-out forwards;
904
+ }
905
+
906
+ ._hoverTooltipPath_1pqyy_395 {
907
+ display: flex;
908
+ flex-wrap: wrap;
909
+ align-items: center;
910
+ gap: 0.15rem;
911
+ line-height: 1.4;
912
+ }
913
+
914
+ ._hoverTooltipPathItem_1pqyy_403 {
915
+ color: rgba(255, 255, 255, 0.6);
916
+ }
917
+ ._hoverTooltipPathItem_1pqyy_403._current_1pqyy_406 {
918
+ color: #fff;
919
+ font-weight: 600;
920
+ background: rgba(255, 255, 255, 0.15);
921
+ padding: 0.1rem 0.35rem;
922
+ border-radius: 0.25rem;
923
+ }
924
+
925
+ ._hoverTooltipSeparator_1pqyy_414 {
926
+ color: rgba(255, 255, 255, 0.3);
927
+ font-size: 0.6rem;
928
+ margin: 0 0.1rem;
929
+ }
930
+
931
+ ._hoverTooltipElement_1pqyy_420 {
932
+ color: rgba(255, 255, 255, 0.5);
933
+ font-size: 0.625rem;
934
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
935
+ padding-top: 0.35rem;
936
+ margin-top: 0.1rem;
937
+ }
938
+
939
+ ._hoverTooltipFile_1pqyy_428 {
940
+ display: flex;
941
+ align-items: center;
942
+ gap: 0.35rem;
943
+ color: rgba(255, 255, 255, 0.4);
944
+ font-family: monospace;
945
+ font-size: 0.6rem;
946
+ }
947
+
948
+ ._markersLayer_1pqyy_437 {
949
+ position: absolute;
950
+ top: 0;
951
+ left: 0;
952
+ right: 0;
953
+ height: 0;
954
+ z-index: 99998;
955
+ pointer-events: none;
956
+ }
957
+ ._markersLayer_1pqyy_437 > * {
958
+ pointer-events: auto;
959
+ }
960
+
961
+ ._fixedMarkersLayer_1pqyy_450 {
962
+ position: fixed;
963
+ top: 0;
964
+ left: 0;
965
+ right: 0;
966
+ bottom: 0;
967
+ z-index: 99998;
968
+ pointer-events: none;
969
+ }
970
+ ._fixedMarkersLayer_1pqyy_450 > * {
971
+ pointer-events: auto;
972
+ }
973
+
974
+ ._marker_1pqyy_437 {
975
+ position: absolute;
976
+ width: 22px;
977
+ height: 22px;
978
+ background: #3c82f7;
979
+ color: white;
980
+ border-radius: 50%;
981
+ display: flex;
982
+ align-items: center;
983
+ justify-content: center;
984
+ font-size: 0.6875rem;
985
+ font-weight: 600;
986
+ transform: translate(-50%, -50%) scale(1);
987
+ opacity: 1;
988
+ cursor: pointer;
989
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
990
+ user-select: none;
991
+ will-change: transform, opacity;
992
+ contain: layout style;
993
+ z-index: 1;
994
+ }
995
+ ._marker_1pqyy_437:hover {
996
+ z-index: 2;
997
+ }
998
+ ._marker_1pqyy_437:not(._enter_1pqyy_339):not(._exit_1pqyy_355):not(._clearing_1pqyy_487) {
999
+ transition: background-color 0.15s ease, transform 0.1s ease;
1000
+ }
1001
+ ._marker_1pqyy_437._enter_1pqyy_339 {
1002
+ animation: _markerIn_1pqyy_1 0.25s cubic-bezier(0.22, 1, 0.36, 1) both;
1003
+ }
1004
+ ._marker_1pqyy_437._exit_1pqyy_355 {
1005
+ animation: _markerOut_1pqyy_1 0.2s ease-out both;
1006
+ pointer-events: none;
1007
+ }
1008
+ ._marker_1pqyy_437._clearing_1pqyy_487 {
1009
+ animation: _markerOut_1pqyy_1 0.15s ease-out both;
1010
+ pointer-events: none;
1011
+ }
1012
+ ._marker_1pqyy_437:not(._enter_1pqyy_339):not(._exit_1pqyy_355):not(._clearing_1pqyy_487):hover {
1013
+ transform: translate(-50%, -50%) scale(1.1);
1014
+ }
1015
+ ._marker_1pqyy_437._pending_1pqyy_504 {
1016
+ position: fixed;
1017
+ background: #3c82f7;
1018
+ }
1019
+ ._marker_1pqyy_437._fixed_1pqyy_450 {
1020
+ position: fixed;
1021
+ }
1022
+ ._marker_1pqyy_437._multiSelect_1pqyy_343 {
1023
+ background: #34c759;
1024
+ width: 26px;
1025
+ height: 26px;
1026
+ border-radius: 6px;
1027
+ font-size: 0.75rem;
1028
+ }
1029
+ ._marker_1pqyy_437._multiSelect_1pqyy_343._pending_1pqyy_504 {
1030
+ background: #34c759;
1031
+ }
1032
+ ._marker_1pqyy_437._hovered_1pqyy_521 {
1033
+ background: #ff3b30;
1034
+ }
1035
+
1036
+ ._renumber_1pqyy_525 {
1037
+ display: block;
1038
+ animation: _renumberRoll_1pqyy_1 0.2s ease-out;
1039
+ }
1040
+
1041
+ @keyframes _renumberRoll_1pqyy_1 {
1042
+ 0% {
1043
+ transform: translateX(-40%);
1044
+ opacity: 0;
1045
+ }
1046
+ 100% {
1047
+ transform: translateX(0);
1048
+ opacity: 1;
1049
+ }
1050
+ }
1051
+ ._markerTooltip_1pqyy_540 {
1052
+ position: absolute;
1053
+ top: calc(100% + 10px);
1054
+ left: 50%;
1055
+ transform: translateX(-50%);
1056
+ z-index: 100002;
1057
+ background: #1a1a1a;
1058
+ padding: 0.625rem 0.75rem;
1059
+ border-radius: 0.75rem;
1060
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.08);
1061
+ min-width: 120px;
1062
+ max-width: 200px;
1063
+ pointer-events: none;
1064
+ cursor: default;
1065
+ }
1066
+ ._markerTooltip_1pqyy_540._enter_1pqyy_339 {
1067
+ animation: _tooltipIn_1pqyy_1 0.1s ease-out forwards;
1068
+ }
1069
+
1070
+ ._markerQuote_1pqyy_559 {
1071
+ display: block;
1072
+ font-size: 0.6875rem;
1073
+ font-style: italic;
1074
+ color: rgba(255, 255, 255, 0.5);
1075
+ margin-bottom: 0.375rem;
1076
+ line-height: 1.4;
1077
+ white-space: nowrap;
1078
+ overflow: hidden;
1079
+ text-overflow: ellipsis;
1080
+ }
1081
+
1082
+ ._markerNote_1pqyy_571 {
1083
+ display: block;
1084
+ font-size: 0.75rem;
1085
+ font-weight: 450;
1086
+ line-height: 1.4;
1087
+ color: #fff;
1088
+ white-space: nowrap;
1089
+ overflow: hidden;
1090
+ text-overflow: ellipsis;
1091
+ padding-bottom: 2px;
1092
+ }
1093
+
1094
+ ._markerComponent_1pqyy_583 {
1095
+ display: block;
1096
+ font-size: 0.625rem;
1097
+ font-weight: 500;
1098
+ color: #af52de;
1099
+ margin-bottom: 0.25rem;
1100
+ font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
1101
+ }
1102
+
1103
+ ._markerRoute_1pqyy_592 {
1104
+ display: block;
1105
+ font-size: 0.5625rem;
1106
+ color: rgba(255, 255, 255, 0.4);
1107
+ margin-top: 0.25rem;
1108
+ font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
1109
+ }
1110
+
1111
+ ._markerHint_1pqyy_600 {
1112
+ display: block;
1113
+ font-size: 0.625rem;
1114
+ font-weight: 400;
1115
+ color: rgba(255, 255, 255, 0.3);
1116
+ margin-top: 0.375rem;
1117
+ white-space: nowrap;
1118
+ }
1119
+
1120
+ ._settingsPanel_1pqyy_609 {
1121
+ position: absolute;
1122
+ right: 5px;
1123
+ bottom: calc(100% + 0.5rem);
1124
+ background: white;
1125
+ border-radius: 1rem;
1126
+ padding: 13px 1rem 16px;
1127
+ min-width: 205px;
1128
+ box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.04);
1129
+ transition: background 0.25s ease, box-shadow 0.25s ease;
1130
+ }
1131
+ ._settingsPanel_1pqyy_609 ._settingsHeader_1pqyy_620,
1132
+ ._settingsPanel_1pqyy_609 ._settingsBrand_1pqyy_621,
1133
+ ._settingsPanel_1pqyy_609 ._settingsBrandSlash_1pqyy_622,
1134
+ ._settingsPanel_1pqyy_609 ._settingsVersion_1pqyy_623,
1135
+ ._settingsPanel_1pqyy_609 ._settingsSection_1pqyy_624,
1136
+ ._settingsPanel_1pqyy_609 ._settingsLabel_1pqyy_625,
1137
+ ._settingsPanel_1pqyy_609 ._cycleButton_1pqyy_626,
1138
+ ._settingsPanel_1pqyy_609 ._cycleDot_1pqyy_627,
1139
+ ._settingsPanel_1pqyy_609 ._dropdownButton_1pqyy_628,
1140
+ ._settingsPanel_1pqyy_609 ._toggleLabel_1pqyy_629,
1141
+ ._settingsPanel_1pqyy_609 ._customCheckbox_1pqyy_630,
1142
+ ._settingsPanel_1pqyy_609 ._sliderLabel_1pqyy_631,
1143
+ ._settingsPanel_1pqyy_609 ._slider_1pqyy_631,
1144
+ ._settingsPanel_1pqyy_609 ._helpIcon_1pqyy_633,
1145
+ ._settingsPanel_1pqyy_609 ._themeToggle_1pqyy_634 {
1146
+ transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
1147
+ }
1148
+ ._settingsPanel_1pqyy_609._enter_1pqyy_339 {
1149
+ opacity: 1;
1150
+ transform: translateY(0) scale(1);
1151
+ filter: blur(0px);
1152
+ transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
1153
+ }
1154
+ ._settingsPanel_1pqyy_609._exit_1pqyy_355 {
1155
+ opacity: 0;
1156
+ transform: translateY(8px) scale(0.95);
1157
+ filter: blur(5px);
1158
+ pointer-events: none;
1159
+ transition: opacity 0.1s ease, transform 0.1s ease, filter 0.1s ease;
1160
+ }
1161
+ ._settingsPanel_1pqyy_609._dark_1pqyy_650 {
1162
+ background: #1a1a1a;
1163
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.08);
1164
+ }
1165
+ ._settingsPanel_1pqyy_609._dark_1pqyy_650 ._settingsLabel_1pqyy_625 {
1166
+ color: rgba(255, 255, 255, 0.6);
1167
+ }
1168
+ ._settingsPanel_1pqyy_609._dark_1pqyy_650 ._settingsOption_1pqyy_657 {
1169
+ color: rgba(255, 255, 255, 0.85);
1170
+ }
1171
+ ._settingsPanel_1pqyy_609._dark_1pqyy_650 ._settingsOption_1pqyy_657:hover {
1172
+ background: rgba(255, 255, 255, 0.1);
1173
+ }
1174
+ ._settingsPanel_1pqyy_609._dark_1pqyy_650 ._settingsOption_1pqyy_657._selected_1pqyy_663 {
1175
+ background: rgba(255, 255, 255, 0.15);
1176
+ color: #fff;
1177
+ }
1178
+ ._settingsPanel_1pqyy_609._dark_1pqyy_650 ._toggleLabel_1pqyy_629 {
1179
+ color: rgba(255, 255, 255, 0.85);
1180
+ }
1181
+
1182
+ ._settingsHeader_1pqyy_620 {
1183
+ display: flex;
1184
+ align-items: center;
1185
+ justify-content: space-between;
1186
+ min-height: 24px;
1187
+ margin-bottom: 0.5rem;
1188
+ padding-bottom: 9px;
1189
+ border-bottom: 1px solid rgba(255, 255, 255, 0.07);
1190
+ }
1191
+
1192
+ ._settingsBrand_1pqyy_621 {
1193
+ font-size: 0.8125rem;
1194
+ font-weight: 600;
1195
+ letter-spacing: -0.0094em;
1196
+ color: #fff;
1197
+ }
1198
+
1199
+ ._settingsBrandSlash_1pqyy_622 {
1200
+ color: rgba(255, 255, 255, 0.5);
1201
+ }
1202
+
1203
+ ._settingsVersion_1pqyy_623 {
1204
+ font-size: 0.6875rem;
1205
+ font-weight: 400;
1206
+ color: rgba(255, 255, 255, 0.4);
1207
+ margin-left: auto;
1208
+ letter-spacing: -0.0094em;
1209
+ }
1210
+
1211
+ ._settingsSection_1pqyy_624 + ._settingsSection_1pqyy_624 {
1212
+ margin-top: 0.5rem;
1213
+ padding-top: calc(0.5rem + 2px);
1214
+ border-top: 1px solid rgba(255, 255, 255, 0.07);
1215
+ }
1216
+
1217
+ ._settingsRow_1pqyy_706 {
1218
+ display: flex;
1219
+ align-items: center;
1220
+ justify-content: space-between;
1221
+ min-height: 24px;
1222
+ }
1223
+
1224
+ ._dropdownContainer_1pqyy_713 {
1225
+ position: relative;
1226
+ }
1227
+
1228
+ ._dropdownButton_1pqyy_628 {
1229
+ display: flex;
1230
+ align-items: center;
1231
+ gap: 0.5rem;
1232
+ padding: 0.25rem 0.5rem;
1233
+ border: none;
1234
+ border-radius: 0.375rem;
1235
+ background: transparent;
1236
+ font-size: 0.8125rem;
1237
+ font-weight: 600;
1238
+ color: #fff;
1239
+ cursor: pointer;
1240
+ transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
1241
+ letter-spacing: -0.0094em;
1242
+ }
1243
+ ._dropdownButton_1pqyy_628:hover {
1244
+ background: rgba(255, 255, 255, 0.08);
1245
+ }
1246
+ ._dropdownButton_1pqyy_628 svg {
1247
+ opacity: 0.6;
1248
+ }
1249
+
1250
+ ._cycleButton_1pqyy_626 {
1251
+ display: flex;
1252
+ align-items: center;
1253
+ gap: 0.5rem;
1254
+ padding: 0;
1255
+ border: none;
1256
+ background: transparent;
1257
+ font-size: 0.8125rem;
1258
+ font-weight: 500;
1259
+ color: #fff;
1260
+ cursor: pointer;
1261
+ letter-spacing: -0.0094em;
1262
+ }
1263
+ ._cycleButton_1pqyy_626._light_1pqyy_752 {
1264
+ color: rgba(0, 0, 0, 0.85);
1265
+ }
1266
+
1267
+ @keyframes _cycleTextIn_1pqyy_1 {
1268
+ 0% {
1269
+ opacity: 0;
1270
+ transform: translateY(-6px);
1271
+ }
1272
+ 100% {
1273
+ opacity: 1;
1274
+ transform: translateY(0);
1275
+ }
1276
+ }
1277
+ ._cycleButtonText_1pqyy_766 {
1278
+ display: inline-block;
1279
+ animation: _cycleTextIn_1pqyy_1 0.2s ease-out;
1280
+ }
1281
+
1282
+ ._cycleDots_1pqyy_771 {
1283
+ display: flex;
1284
+ flex-direction: column;
1285
+ gap: 2px;
1286
+ }
1287
+
1288
+ ._cycleDot_1pqyy_627 {
1289
+ width: 3px;
1290
+ height: 3px;
1291
+ border-radius: 50%;
1292
+ background: rgba(255, 255, 255, 0.3);
1293
+ transform: scale(0.667);
1294
+ transition: background-color 0.25s ease-out, transform 0.25s ease-out;
1295
+ }
1296
+ ._cycleDot_1pqyy_627._active_1pqyy_785 {
1297
+ background: #fff;
1298
+ transform: scale(1);
1299
+ }
1300
+ ._cycleDot_1pqyy_627._light_1pqyy_752 {
1301
+ background: rgba(0, 0, 0, 0.2);
1302
+ }
1303
+ ._cycleDot_1pqyy_627._light_1pqyy_752._active_1pqyy_785 {
1304
+ background: rgba(0, 0, 0, 0.7);
1305
+ }
1306
+
1307
+ ._dropdownMenu_1pqyy_796 {
1308
+ position: absolute;
1309
+ right: 0;
1310
+ top: calc(100% + 0.25rem);
1311
+ background: #1a1a1a;
1312
+ border-radius: 0.5rem;
1313
+ padding: 0.25rem;
1314
+ min-width: 120px;
1315
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
1316
+ z-index: 10;
1317
+ animation: _scaleIn_1pqyy_1 0.15s ease-out;
1318
+ }
1319
+
1320
+ ._dropdownItem_1pqyy_809 {
1321
+ width: 100%;
1322
+ display: flex;
1323
+ align-items: center;
1324
+ padding: 0.5rem 0.625rem;
1325
+ border: none;
1326
+ border-radius: 0.375rem;
1327
+ background: transparent;
1328
+ font-size: 0.8125rem;
1329
+ font-weight: 500;
1330
+ color: rgba(255, 255, 255, 0.85);
1331
+ cursor: pointer;
1332
+ text-align: left;
1333
+ transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
1334
+ letter-spacing: -0.0094em;
1335
+ }
1336
+ ._dropdownItem_1pqyy_809:hover {
1337
+ background: rgba(255, 255, 255, 0.08);
1338
+ }
1339
+ ._dropdownItem_1pqyy_809._selected_1pqyy_663 {
1340
+ background: rgba(255, 255, 255, 0.12);
1341
+ color: #fff;
1342
+ font-weight: 600;
1343
+ }
1344
+
1345
+ ._settingsLabel_1pqyy_625 {
1346
+ font-size: 0.8125rem;
1347
+ font-weight: 400;
1348
+ letter-spacing: -0.0094em;
1349
+ color: rgba(255, 255, 255, 0.5);
1350
+ display: flex;
1351
+ align-items: center;
1352
+ gap: 0.125rem;
1353
+ }
1354
+ ._settingsLabel_1pqyy_625._light_1pqyy_752 {
1355
+ color: rgba(0, 0, 0, 0.5);
1356
+ }
1357
+
1358
+ ._settingsLabelMarker_1pqyy_847 {
1359
+ margin-bottom: 10px;
1360
+ }
1361
+
1362
+ ._settingsOptions_1pqyy_851 {
1363
+ display: flex;
1364
+ gap: 0.25rem;
1365
+ }
1366
+
1367
+ ._settingsOption_1pqyy_657 {
1368
+ flex: 1;
1369
+ display: flex;
1370
+ align-items: center;
1371
+ justify-content: center;
1372
+ gap: 0.25rem;
1373
+ padding: 0.375rem 0.5rem;
1374
+ border: none;
1375
+ border-radius: 0.375rem;
1376
+ background: transparent;
1377
+ font-size: 0.6875rem;
1378
+ font-weight: 500;
1379
+ color: rgba(0, 0, 0, 0.7);
1380
+ cursor: pointer;
1381
+ transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
1382
+ }
1383
+ ._settingsOption_1pqyy_657:hover {
1384
+ background: rgba(0, 0, 0, 0.05);
1385
+ }
1386
+ ._settingsOption_1pqyy_657._selected_1pqyy_663 {
1387
+ background: rgba(60, 130, 247, 0.15);
1388
+ color: #3c82f7;
1389
+ }
1390
+
1391
+ ._sliderContainer_1pqyy_880 {
1392
+ display: flex;
1393
+ flex-direction: column;
1394
+ gap: 0.5rem;
1395
+ }
1396
+
1397
+ ._slider_1pqyy_631 {
1398
+ -webkit-appearance: none;
1399
+ appearance: none;
1400
+ width: 100%;
1401
+ height: 4px;
1402
+ background: rgba(255, 255, 255, 0.15);
1403
+ border-radius: 2px;
1404
+ outline: none;
1405
+ cursor: pointer;
1406
+ }
1407
+ ._slider_1pqyy_631::-webkit-slider-thumb {
1408
+ -webkit-appearance: none;
1409
+ appearance: none;
1410
+ width: 14px;
1411
+ height: 14px;
1412
+ background: white;
1413
+ border-radius: 50%;
1414
+ cursor: pointer;
1415
+ transition: transform 0.15s ease, box-shadow 0.15s ease;
1416
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
1417
+ }
1418
+ ._slider_1pqyy_631::-moz-range-thumb {
1419
+ width: 14px;
1420
+ height: 14px;
1421
+ background: white;
1422
+ border: none;
1423
+ border-radius: 50%;
1424
+ cursor: pointer;
1425
+ transition: transform 0.15s ease, box-shadow 0.15s ease;
1426
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
1427
+ }
1428
+ ._slider_1pqyy_631:hover::-webkit-slider-thumb {
1429
+ transform: scale(1.15);
1430
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
1431
+ }
1432
+ ._slider_1pqyy_631:hover::-moz-range-thumb {
1433
+ transform: scale(1.15);
1434
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
1435
+ }
1436
+
1437
+ ._sliderLabels_1pqyy_926 {
1438
+ display: flex;
1439
+ justify-content: space-between;
1440
+ }
1441
+
1442
+ ._sliderLabel_1pqyy_631 {
1443
+ font-size: 0.625rem;
1444
+ font-weight: 500;
1445
+ color: rgba(255, 255, 255, 0.4);
1446
+ cursor: pointer;
1447
+ transition: color 0.15s ease;
1448
+ }
1449
+ ._sliderLabel_1pqyy_631:hover {
1450
+ color: rgba(255, 255, 255, 0.7);
1451
+ }
1452
+ ._sliderLabel_1pqyy_631._active_1pqyy_785 {
1453
+ color: rgba(255, 255, 255, 0.9);
1454
+ }
1455
+
1456
+ ._colorOptions_1pqyy_945 {
1457
+ display: flex;
1458
+ gap: 0.5rem;
1459
+ margin-top: 0.375rem;
1460
+ margin-bottom: 1px;
1461
+ }
1462
+
1463
+ ._colorOption_1pqyy_945 {
1464
+ display: block;
1465
+ width: 20px;
1466
+ height: 20px;
1467
+ border-radius: 50%;
1468
+ border: 2px solid transparent;
1469
+ cursor: pointer;
1470
+ transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1);
1471
+ }
1472
+ ._colorOption_1pqyy_945:hover {
1473
+ transform: scale(1.15);
1474
+ }
1475
+ ._colorOption_1pqyy_945._selected_1pqyy_663 {
1476
+ transform: scale(0.83);
1477
+ }
1478
+
1479
+ ._colorOptionRing_1pqyy_968 {
1480
+ display: flex;
1481
+ width: 24px;
1482
+ height: 24px;
1483
+ border: 2px solid transparent;
1484
+ border-radius: 50%;
1485
+ transition: border-color 0.3s ease;
1486
+ }
1487
+
1488
+ ._settingsToggle_1pqyy_977 {
1489
+ display: flex;
1490
+ align-items: center;
1491
+ gap: 0.5rem;
1492
+ cursor: pointer;
1493
+ }
1494
+ ._settingsToggle_1pqyy_977 + ._settingsToggle_1pqyy_977 {
1495
+ margin-top: calc(0.5rem + 6px);
1496
+ }
1497
+ ._settingsToggle_1pqyy_977 input[type=checkbox] {
1498
+ position: absolute;
1499
+ opacity: 0;
1500
+ width: 0;
1501
+ height: 0;
1502
+ }
1503
+
1504
+ ._customCheckbox_1pqyy_630 {
1505
+ position: relative;
1506
+ width: 14px;
1507
+ height: 14px;
1508
+ border: 1px solid rgba(255, 255, 255, 0.2);
1509
+ border-radius: 4px;
1510
+ background: rgba(255, 255, 255, 0.05);
1511
+ display: flex;
1512
+ align-items: center;
1513
+ justify-content: center;
1514
+ flex-shrink: 0;
1515
+ transition: background 0.25s ease, border-color 0.25s ease;
1516
+ }
1517
+ ._customCheckbox_1pqyy_630 svg {
1518
+ color: #1a1a1a;
1519
+ opacity: 1;
1520
+ transition: opacity 0.15s ease;
1521
+ }
1522
+ input[type=checkbox]:checked + ._customCheckbox_1pqyy_630 {
1523
+ border-color: rgba(255, 255, 255, 0.3);
1524
+ background: rgb(255, 255, 255);
1525
+ }
1526
+ ._customCheckbox_1pqyy_630._light_1pqyy_752 {
1527
+ border: 1px solid rgba(0, 0, 0, 0.15);
1528
+ background: #fff;
1529
+ }
1530
+ ._customCheckbox_1pqyy_630._light_1pqyy_752._checked_1pqyy_1019 {
1531
+ border-color: #1a1a1a;
1532
+ background: #1a1a1a;
1533
+ }
1534
+ ._customCheckbox_1pqyy_630._light_1pqyy_752._checked_1pqyy_1019 svg {
1535
+ color: #fff;
1536
+ }
1537
+
1538
+ ._toggleLabel_1pqyy_629 {
1539
+ font-size: 0.8125rem;
1540
+ font-weight: 400;
1541
+ color: rgba(255, 255, 255, 0.5);
1542
+ letter-spacing: -0.0094em;
1543
+ display: flex;
1544
+ align-items: center;
1545
+ gap: 0.25rem;
1546
+ }
1547
+ ._toggleLabel_1pqyy_629._light_1pqyy_752 {
1548
+ color: rgba(0, 0, 0, 0.5);
1549
+ }
1550
+
1551
+ ._helpIcon_1pqyy_633 {
1552
+ position: relative;
1553
+ display: inline-flex;
1554
+ align-items: center;
1555
+ justify-content: center;
1556
+ cursor: help;
1557
+ margin-left: 0;
1558
+ }
1559
+ ._helpIcon_1pqyy_633 svg {
1560
+ display: block;
1561
+ transform: translateY(1px);
1562
+ color: rgba(255, 255, 255, 0.4);
1563
+ transition: color 0.15s ease;
1564
+ }
1565
+ ._helpIcon_1pqyy_633:hover svg {
1566
+ color: rgba(255, 255, 255, 0.7);
1567
+ }
1568
+ ._helpIcon_1pqyy_633::after {
1569
+ content: attr(data-tooltip);
1570
+ position: absolute;
1571
+ right: calc(100% + 8px);
1572
+ top: 50%;
1573
+ transform: translateY(-50%);
1574
+ padding: 8px 10px;
1575
+ background: #383838;
1576
+ color: rgba(255, 255, 255, 0.7);
1577
+ font-size: 11px;
1578
+ font-weight: 400;
1579
+ line-height: 1.4;
1580
+ border-radius: 10px;
1581
+ white-space: normal;
1582
+ width: 152px;
1583
+ text-align: left;
1584
+ opacity: 0;
1585
+ visibility: hidden;
1586
+ transition: opacity 0.15s ease, visibility 0.15s ease;
1587
+ pointer-events: none;
1588
+ z-index: 100;
1589
+ box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.28);
1590
+ }
1591
+ ._helpIcon_1pqyy_633:hover::after {
1592
+ opacity: 1;
1593
+ visibility: visible;
1594
+ transition-delay: 0.5s;
1595
+ }
1596
+
1597
+ ._dragSelection_1pqyy_1086 {
1598
+ position: fixed;
1599
+ top: 0;
1600
+ left: 0;
1601
+ border: 2px solid rgba(52, 199, 89, 0.6);
1602
+ border-radius: 4px;
1603
+ background: rgba(52, 199, 89, 0.08);
1604
+ pointer-events: none;
1605
+ z-index: 99997;
1606
+ will-change: transform, width, height;
1607
+ contain: layout style;
1608
+ }
1609
+
1610
+ ._dragCount_1pqyy_1099 {
1611
+ position: absolute;
1612
+ top: 50%;
1613
+ left: 50%;
1614
+ transform: translate(-50%, -50%);
1615
+ background: #34c759;
1616
+ color: white;
1617
+ font-size: 0.875rem;
1618
+ font-weight: 600;
1619
+ padding: 0.25rem 0.5rem;
1620
+ border-radius: 1rem;
1621
+ min-width: 1.5rem;
1622
+ text-align: center;
1623
+ }
1624
+
1625
+ ._highlightsContainer_1pqyy_1114 {
1626
+ position: fixed;
1627
+ top: 0;
1628
+ left: 0;
1629
+ pointer-events: none;
1630
+ z-index: 99996;
1631
+ }
1632
+
1633
+ ._selectedElementHighlight_1pqyy_1122 {
1634
+ position: fixed;
1635
+ top: 0;
1636
+ left: 0;
1637
+ border: 2px solid rgba(52, 199, 89, 0.5);
1638
+ border-radius: 4px;
1639
+ background: rgba(52, 199, 89, 0.06);
1640
+ pointer-events: none;
1641
+ will-change: transform, width, height;
1642
+ contain: layout style;
1643
+ }
1644
+
1645
+ ._light_1pqyy_752._toolbarContainer_1pqyy_162 {
1646
+ background: #fff;
1647
+ color: rgba(0, 0, 0, 0.85);
1648
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);
1649
+ }
1650
+ ._light_1pqyy_752._toolbarContainer_1pqyy_162._collapsed_1pqyy_184:hover {
1651
+ background: #f5f5f5;
1652
+ }
1653
+ ._light_1pqyy_752._controlButton_1pqyy_279 {
1654
+ color: rgba(0, 0, 0, 0.5);
1655
+ }
1656
+ ._light_1pqyy_752._controlButton_1pqyy_279:hover:not(:disabled) {
1657
+ background: rgba(0, 0, 0, 0.06);
1658
+ color: rgba(0, 0, 0, 0.85);
1659
+ }
1660
+ ._light_1pqyy_752._controlButton_1pqyy_279[data-active=true] {
1661
+ color: #3c82f7;
1662
+ background: rgba(60, 130, 247, 0.15);
1663
+ }
1664
+ ._light_1pqyy_752._controlButton_1pqyy_279[data-danger]:hover:not(:disabled) {
1665
+ background: rgba(255, 59, 48, 0.15);
1666
+ color: #ff3b30;
1667
+ }
1668
+ ._light_1pqyy_752._divider_1pqyy_312 {
1669
+ background: rgba(0, 0, 0, 0.1);
1670
+ }
1671
+ ._light_1pqyy_752._markerTooltip_1pqyy_540 {
1672
+ background: #fff;
1673
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.06);
1674
+ }
1675
+ ._light_1pqyy_752._markerTooltip_1pqyy_540 ._markerQuote_1pqyy_559 {
1676
+ color: rgba(0, 0, 0, 0.5);
1677
+ }
1678
+ ._light_1pqyy_752._markerTooltip_1pqyy_540 ._markerNote_1pqyy_571 {
1679
+ color: rgba(0, 0, 0, 0.85);
1680
+ }
1681
+ ._light_1pqyy_752._markerTooltip_1pqyy_540 ._markerComponent_1pqyy_583 {
1682
+ color: #9b40c1;
1683
+ }
1684
+ ._light_1pqyy_752._markerTooltip_1pqyy_540 ._markerRoute_1pqyy_592 {
1685
+ color: rgba(0, 0, 0, 0.4);
1686
+ }
1687
+ ._light_1pqyy_752._markerTooltip_1pqyy_540 ._markerHint_1pqyy_600 {
1688
+ color: rgba(0, 0, 0, 0.35);
1689
+ }
1690
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 {
1691
+ background: #fff;
1692
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);
1693
+ }
1694
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._settingsHeader_1pqyy_620 {
1695
+ border-bottom-color: rgba(0, 0, 0, 0.08);
1696
+ }
1697
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._settingsBrand_1pqyy_621 {
1698
+ color: rgba(0, 0, 0, 0.85);
1699
+ }
1700
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._settingsBrandSlash_1pqyy_622 {
1701
+ color: rgba(0, 0, 0, 0.4);
1702
+ }
1703
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._settingsVersion_1pqyy_623 {
1704
+ color: rgba(0, 0, 0, 0.4);
1705
+ }
1706
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._settingsSection_1pqyy_624 {
1707
+ border-top-color: rgba(0, 0, 0, 0.08);
1708
+ }
1709
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._settingsLabel_1pqyy_625 {
1710
+ color: rgba(0, 0, 0, 0.5);
1711
+ }
1712
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._cycleButton_1pqyy_626 {
1713
+ color: rgba(0, 0, 0, 0.85);
1714
+ }
1715
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._cycleDot_1pqyy_627 {
1716
+ background: rgba(0, 0, 0, 0.2);
1717
+ }
1718
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._cycleDot_1pqyy_627._active_1pqyy_785 {
1719
+ background: rgba(0, 0, 0, 0.7);
1720
+ }
1721
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._dropdownButton_1pqyy_628 {
1722
+ color: rgba(0, 0, 0, 0.85);
1723
+ }
1724
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._dropdownButton_1pqyy_628:hover {
1725
+ background: rgba(0, 0, 0, 0.05);
1726
+ }
1727
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._toggleLabel_1pqyy_629 {
1728
+ color: rgba(0, 0, 0, 0.5);
1729
+ }
1730
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._customCheckbox_1pqyy_630 {
1731
+ border: 1px solid rgba(0, 0, 0, 0.15);
1732
+ background: #fff;
1733
+ }
1734
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._customCheckbox_1pqyy_630._checked_1pqyy_1019 {
1735
+ border-color: #1a1a1a;
1736
+ background: #1a1a1a;
1737
+ }
1738
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._customCheckbox_1pqyy_630._checked_1pqyy_1019 svg {
1739
+ color: #fff;
1740
+ }
1741
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._sliderLabel_1pqyy_631 {
1742
+ color: rgba(0, 0, 0, 0.4);
1743
+ }
1744
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._sliderLabel_1pqyy_631:hover {
1745
+ color: rgba(0, 0, 0, 0.7);
1746
+ }
1747
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._sliderLabel_1pqyy_631._active_1pqyy_785 {
1748
+ color: rgba(0, 0, 0, 0.9);
1749
+ }
1750
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._slider_1pqyy_631 {
1751
+ background: rgba(0, 0, 0, 0.1);
1752
+ }
1753
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._slider_1pqyy_631::-webkit-slider-thumb {
1754
+ background: #1a1a1a;
1755
+ }
1756
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._slider_1pqyy_631::-moz-range-thumb {
1757
+ background: #1a1a1a;
1758
+ }
1759
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._helpIcon_1pqyy_633 svg {
1760
+ color: rgba(0, 0, 0, 0.6);
1761
+ }
1762
+ ._light_1pqyy_752._settingsPanel_1pqyy_609 ._helpIcon_1pqyy_633:hover svg {
1763
+ color: rgba(0, 0, 0, 0.7);
1764
+ }
1765
+
1766
+ ._themeToggle_1pqyy_634 {
1767
+ display: flex;
1768
+ align-items: center;
1769
+ justify-content: center;
1770
+ width: 22px;
1771
+ height: 22px;
1772
+ margin-left: 0.5rem;
1773
+ border: none;
1774
+ border-radius: 6px;
1775
+ background: transparent;
1776
+ color: rgba(255, 255, 255, 0.4);
1777
+ cursor: pointer;
1778
+ transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
1779
+ }
1780
+ ._themeToggle_1pqyy_634:hover {
1781
+ background: rgba(255, 255, 255, 0.1);
1782
+ color: rgba(255, 255, 255, 0.8);
1783
+ }
1784
+ ._light_1pqyy_752 ._themeToggle_1pqyy_634 {
1785
+ color: rgba(0, 0, 0, 0.4);
1786
+ }
1787
+ ._light_1pqyy_752 ._themeToggle_1pqyy_634:hover {
1788
+ background: rgba(0, 0, 0, 0.06);
1789
+ color: rgba(0, 0, 0, 0.7);
1790
+ }