@irshat/robot-ui 1.10.45 → 1.10.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1,1398 +1 @@
1
- /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
2
- @layer properties {
3
- @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
- *, :before, :after, ::backdrop {
5
- --tw-translate-x: 0;
6
- --tw-translate-y: 0;
7
- --tw-translate-z: 0;
8
- --tw-rotate-x: initial;
9
- --tw-rotate-y: initial;
10
- --tw-rotate-z: initial;
11
- --tw-skew-x: initial;
12
- --tw-skew-y: initial;
13
- --tw-border-style: solid;
14
- --tw-leading: initial;
15
- --tw-font-weight: initial;
16
- --tw-ordinal: initial;
17
- --tw-slashed-zero: initial;
18
- --tw-numeric-figure: initial;
19
- --tw-numeric-spacing: initial;
20
- --tw-numeric-fraction: initial;
21
- --tw-shadow: 0 0 #0000;
22
- --tw-shadow-color: initial;
23
- --tw-shadow-alpha: 100%;
24
- --tw-inset-shadow: 0 0 #0000;
25
- --tw-inset-shadow-color: initial;
26
- --tw-inset-shadow-alpha: 100%;
27
- --tw-ring-color: initial;
28
- --tw-ring-shadow: 0 0 #0000;
29
- --tw-inset-ring-color: initial;
30
- --tw-inset-ring-shadow: 0 0 #0000;
31
- --tw-ring-inset: initial;
32
- --tw-ring-offset-width: 0px;
33
- --tw-ring-offset-color: #fff;
34
- --tw-ring-offset-shadow: 0 0 #0000;
35
- --tw-blur: initial;
36
- --tw-brightness: initial;
37
- --tw-contrast: initial;
38
- --tw-grayscale: initial;
39
- --tw-hue-rotate: initial;
40
- --tw-invert: initial;
41
- --tw-opacity: initial;
42
- --tw-saturate: initial;
43
- --tw-sepia: initial;
44
- --tw-drop-shadow: initial;
45
- --tw-drop-shadow-color: initial;
46
- --tw-drop-shadow-alpha: 100%;
47
- --tw-drop-shadow-size: initial;
48
- --tw-backdrop-blur: initial;
49
- --tw-backdrop-brightness: initial;
50
- --tw-backdrop-contrast: initial;
51
- --tw-backdrop-grayscale: initial;
52
- --tw-backdrop-hue-rotate: initial;
53
- --tw-backdrop-invert: initial;
54
- --tw-backdrop-opacity: initial;
55
- --tw-backdrop-saturate: initial;
56
- --tw-backdrop-sepia: initial;
57
- --tw-duration: initial;
58
- --tw-ease: initial;
59
- }
60
- }
61
- }
62
-
63
- @layer theme {
64
- :root, :host {
65
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
66
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
67
- --color-amber-300: oklch(87.9% .169 91.605);
68
- --color-amber-600: oklch(66.6% .179 58.318);
69
- --color-lime-500: oklch(76.8% .233 130.85);
70
- --spacing: .25rem;
71
- --text-xs: .75rem;
72
- --text-xs--line-height: calc(1 / .75);
73
- --text-base: 1rem;
74
- --text-base--line-height: calc(1.5 / 1);
75
- --font-weight-bold: 700;
76
- --radius-lg: .5rem;
77
- --radius-4xl: 2rem;
78
- --ease-out: cubic-bezier(0, 0, .2, 1);
79
- --default-transition-duration: .15s;
80
- --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
81
- --default-font-family: var(--font-sans);
82
- --default-mono-font-family: var(--font-mono);
83
- }
84
- }
85
-
86
- @layer base {
87
- *, :after, :before, ::backdrop {
88
- box-sizing: border-box;
89
- border: 0 solid;
90
- margin: 0;
91
- padding: 0;
92
- }
93
-
94
- ::file-selector-button {
95
- box-sizing: border-box;
96
- border: 0 solid;
97
- margin: 0;
98
- padding: 0;
99
- }
100
-
101
- html, :host {
102
- -webkit-text-size-adjust: 100%;
103
- tab-size: 4;
104
- line-height: 1.5;
105
- font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
106
- font-feature-settings: var(--default-font-feature-settings, normal);
107
- font-variation-settings: var(--default-font-variation-settings, normal);
108
- -webkit-tap-highlight-color: transparent;
109
- }
110
-
111
- hr {
112
- height: 0;
113
- color: inherit;
114
- border-top-width: 1px;
115
- }
116
-
117
- abbr:where([title]) {
118
- -webkit-text-decoration: underline dotted;
119
- text-decoration: underline dotted;
120
- }
121
-
122
- h1, h2, h3, h4, h5, h6 {
123
- font-size: inherit;
124
- font-weight: inherit;
125
- }
126
-
127
- a {
128
- color: inherit;
129
- -webkit-text-decoration: inherit;
130
- -webkit-text-decoration: inherit;
131
- -webkit-text-decoration: inherit;
132
- text-decoration: inherit;
133
- }
134
-
135
- b, strong {
136
- font-weight: bolder;
137
- }
138
-
139
- code, kbd, samp, pre {
140
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
141
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
142
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
143
- font-size: 1em;
144
- }
145
-
146
- small {
147
- font-size: 80%;
148
- }
149
-
150
- sub, sup {
151
- vertical-align: baseline;
152
- font-size: 75%;
153
- line-height: 0;
154
- position: relative;
155
- }
156
-
157
- sub {
158
- bottom: -.25em;
159
- }
160
-
161
- sup {
162
- top: -.5em;
163
- }
164
-
165
- table {
166
- text-indent: 0;
167
- border-color: inherit;
168
- border-collapse: collapse;
169
- }
170
-
171
- :-moz-focusring {
172
- outline: auto;
173
- }
174
-
175
- progress {
176
- vertical-align: baseline;
177
- }
178
-
179
- summary {
180
- display: list-item;
181
- }
182
-
183
- ol, ul, menu {
184
- list-style: none;
185
- }
186
-
187
- img, svg, video, canvas, audio, iframe, embed, object {
188
- vertical-align: middle;
189
- display: block;
190
- }
191
-
192
- img, video {
193
- max-width: 100%;
194
- height: auto;
195
- }
196
-
197
- button, input, select, optgroup, textarea {
198
- font: inherit;
199
- font-feature-settings: inherit;
200
- font-variation-settings: inherit;
201
- letter-spacing: inherit;
202
- color: inherit;
203
- opacity: 1;
204
- background-color: #0000;
205
- border-radius: 0;
206
- }
207
-
208
- ::file-selector-button {
209
- font: inherit;
210
- font-feature-settings: inherit;
211
- font-variation-settings: inherit;
212
- letter-spacing: inherit;
213
- color: inherit;
214
- opacity: 1;
215
- background-color: #0000;
216
- border-radius: 0;
217
- }
218
-
219
- :where(select:is([multiple], [size])) optgroup {
220
- font-weight: bolder;
221
- }
222
-
223
- :where(select:is([multiple], [size])) optgroup option {
224
- padding-inline-start: 20px;
225
- }
226
-
227
- ::file-selector-button {
228
- margin-inline-end: 4px;
229
- }
230
-
231
- ::placeholder {
232
- opacity: 1;
233
- }
234
-
235
- @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
236
- ::placeholder {
237
- color: currentColor;
238
- }
239
-
240
- @supports (color: color-mix(in lab, red, red)) {
241
- ::placeholder {
242
- color: color-mix(in oklab, currentcolor 50%, transparent);
243
- }
244
- }
245
- }
246
-
247
- textarea {
248
- resize: vertical;
249
- }
250
-
251
- ::-webkit-search-decoration {
252
- -webkit-appearance: none;
253
- }
254
-
255
- ::-webkit-date-and-time-value {
256
- min-height: 1lh;
257
- text-align: inherit;
258
- }
259
-
260
- ::-webkit-datetime-edit {
261
- display: inline-flex;
262
- }
263
-
264
- ::-webkit-datetime-edit-fields-wrapper {
265
- padding: 0;
266
- }
267
-
268
- ::-webkit-datetime-edit {
269
- padding-block: 0;
270
- }
271
-
272
- ::-webkit-datetime-edit-year-field {
273
- padding-block: 0;
274
- }
275
-
276
- ::-webkit-datetime-edit-month-field {
277
- padding-block: 0;
278
- }
279
-
280
- ::-webkit-datetime-edit-day-field {
281
- padding-block: 0;
282
- }
283
-
284
- ::-webkit-datetime-edit-hour-field {
285
- padding-block: 0;
286
- }
287
-
288
- ::-webkit-datetime-edit-minute-field {
289
- padding-block: 0;
290
- }
291
-
292
- ::-webkit-datetime-edit-second-field {
293
- padding-block: 0;
294
- }
295
-
296
- ::-webkit-datetime-edit-millisecond-field {
297
- padding-block: 0;
298
- }
299
-
300
- ::-webkit-datetime-edit-meridiem-field {
301
- padding-block: 0;
302
- }
303
-
304
- ::-webkit-calendar-picker-indicator {
305
- line-height: 1;
306
- }
307
-
308
- :-moz-ui-invalid {
309
- box-shadow: none;
310
- }
311
-
312
- button, input:where([type="button"], [type="reset"], [type="submit"]) {
313
- appearance: button;
314
- }
315
-
316
- ::file-selector-button {
317
- appearance: button;
318
- }
319
-
320
- ::-webkit-inner-spin-button {
321
- height: auto;
322
- }
323
-
324
- ::-webkit-outer-spin-button {
325
- height: auto;
326
- }
327
-
328
- [hidden]:where(:not([hidden="until-found"])) {
329
- display: none !important;
330
- }
331
- }
332
-
333
- @layer components;
334
-
335
- @layer utilities {
336
- .visible {
337
- visibility: visible;
338
- }
339
-
340
- .absolute {
341
- position: absolute;
342
- }
343
-
344
- .fixed {
345
- position: fixed;
346
- }
347
-
348
- .relative {
349
- position: relative;
350
- }
351
-
352
- .static {
353
- position: static;
354
- }
355
-
356
- .right-0 {
357
- right: calc(var(--spacing) * 0);
358
- }
359
-
360
- .left-0 {
361
- left: calc(var(--spacing) * 0);
362
- }
363
-
364
- .z-20 {
365
- z-index: 20;
366
- }
367
-
368
- .container {
369
- width: 100%;
370
- }
371
-
372
- @media (min-width: 40rem) {
373
- .container {
374
- max-width: 40rem;
375
- }
376
- }
377
-
378
- @media (min-width: 48rem) {
379
- .container {
380
- max-width: 48rem;
381
- }
382
- }
383
-
384
- @media (min-width: 64rem) {
385
- .container {
386
- max-width: 64rem;
387
- }
388
- }
389
-
390
- @media (min-width: 80rem) {
391
- .container {
392
- max-width: 80rem;
393
- }
394
- }
395
-
396
- @media (min-width: 96rem) {
397
- .container {
398
- max-width: 96rem;
399
- }
400
- }
401
-
402
- .m-3 {
403
- margin: calc(var(--spacing) * 3);
404
- }
405
-
406
- .mx-3 {
407
- margin-inline: calc(var(--spacing) * 3);
408
- }
409
-
410
- .my-0\.5 {
411
- margin-block: calc(var(--spacing) * .5);
412
- }
413
-
414
- .my-1 {
415
- margin-block: calc(var(--spacing) * 1);
416
- }
417
-
418
- .my-2 {
419
- margin-block: calc(var(--spacing) * 2);
420
- }
421
-
422
- .ms-2 {
423
- margin-inline-start: calc(var(--spacing) * 2);
424
- }
425
-
426
- .ms-3 {
427
- margin-inline-start: calc(var(--spacing) * 3);
428
- }
429
-
430
- .ms-5 {
431
- margin-inline-start: calc(var(--spacing) * 5);
432
- }
433
-
434
- .me-1 {
435
- margin-inline-end: calc(var(--spacing) * 1);
436
- }
437
-
438
- .me-2 {
439
- margin-inline-end: calc(var(--spacing) * 2);
440
- }
441
-
442
- .me-3 {
443
- margin-inline-end: calc(var(--spacing) * 3);
444
- }
445
-
446
- .me-4 {
447
- margin-inline-end: calc(var(--spacing) * 4);
448
- }
449
-
450
- .me-5 {
451
- margin-inline-end: calc(var(--spacing) * 5);
452
- }
453
-
454
- .me-\[0\.75rem\] {
455
- margin-inline-end: .75rem;
456
- }
457
-
458
- .mt-0\! {
459
- margin-top: calc(var(--spacing) * 0) !important;
460
- }
461
-
462
- .mt-1 {
463
- margin-top: calc(var(--spacing) * 1);
464
- }
465
-
466
- .mt-1\.5 {
467
- margin-top: calc(var(--spacing) * 1.5);
468
- }
469
-
470
- .mt-2 {
471
- margin-top: calc(var(--spacing) * 2);
472
- }
473
-
474
- .mt-2\.5 {
475
- margin-top: calc(var(--spacing) * 2.5);
476
- }
477
-
478
- .mt-3 {
479
- margin-top: calc(var(--spacing) * 3);
480
- }
481
-
482
- .mt-4 {
483
- margin-top: calc(var(--spacing) * 4);
484
- }
485
-
486
- .mt-\[1rem\] {
487
- margin-top: 1rem;
488
- }
489
-
490
- .mb-0\! {
491
- margin-bottom: calc(var(--spacing) * 0) !important;
492
- }
493
-
494
- .mb-2 {
495
- margin-bottom: calc(var(--spacing) * 2);
496
- }
497
-
498
- .block {
499
- display: block;
500
- }
501
-
502
- .contents {
503
- display: contents;
504
- }
505
-
506
- .flex {
507
- display: flex;
508
- }
509
-
510
- .hidden {
511
- display: none;
512
- }
513
-
514
- .inline {
515
- display: inline;
516
- }
517
-
518
- .inline-block {
519
- display: inline-block;
520
- }
521
-
522
- .inline-flex {
523
- display: inline-flex;
524
- }
525
-
526
- .table {
527
- display: table;
528
- }
529
-
530
- .h-8 {
531
- height: calc(var(--spacing) * 8);
532
- }
533
-
534
- .h-\[1\.3rem\] {
535
- height: 1.3rem;
536
- }
537
-
538
- .h-\[16px\] {
539
- height: 16px;
540
- }
541
-
542
- .h-\[var\(--input-height\)\] {
543
- height: var(--input-height);
544
- }
545
-
546
- .h-full {
547
- height: 100%;
548
- }
549
-
550
- .w-20 {
551
- width: calc(var(--spacing) * 20);
552
- }
553
-
554
- .w-50 {
555
- width: calc(var(--spacing) * 50);
556
- }
557
-
558
- .w-\[1\.3rem\] {
559
- width: 1.3rem;
560
- }
561
-
562
- .w-\[15\%\] {
563
- width: 15%;
564
- }
565
-
566
- .w-\[16px\] {
567
- width: 16px;
568
- }
569
-
570
- .w-\[20\%\] {
571
- width: 20%;
572
- }
573
-
574
- .w-\[30\%\] {
575
- width: 30%;
576
- }
577
-
578
- .w-\[35\%\] {
579
- width: 35%;
580
- }
581
-
582
- .w-\[200px\] {
583
- width: 200px;
584
- }
585
-
586
- .w-full {
587
- width: 100%;
588
- }
589
-
590
- .max-w-\[200px\] {
591
- max-width: 200px;
592
- }
593
-
594
- .flex-1 {
595
- flex: 1;
596
- }
597
-
598
- .shrink {
599
- flex-shrink: 1;
600
- }
601
-
602
- .grow {
603
- flex-grow: 1;
604
- }
605
-
606
- .translate-y-3 {
607
- --tw-translate-y: calc(var(--spacing) * 3);
608
- translate: var(--tw-translate-x) var(--tw-translate-y);
609
- }
610
-
611
- .translate-y-\[-6px\] {
612
- --tw-translate-y: -6px;
613
- translate: var(--tw-translate-x) var(--tw-translate-y);
614
- }
615
-
616
- .transform {
617
- transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
618
- }
619
-
620
- .cursor-not-allowed {
621
- cursor: not-allowed;
622
- }
623
-
624
- .cursor-pointer {
625
- cursor: pointer;
626
- }
627
-
628
- .resize {
629
- resize: both;
630
- }
631
-
632
- .flex-col {
633
- flex-direction: column;
634
- }
635
-
636
- .items-center {
637
- align-items: center;
638
- }
639
-
640
- .justify-between {
641
- justify-content: space-between;
642
- }
643
-
644
- .justify-center {
645
- justify-content: center;
646
- }
647
-
648
- .justify-end {
649
- justify-content: flex-end;
650
- }
651
-
652
- .gap-1 {
653
- gap: calc(var(--spacing) * 1);
654
- }
655
-
656
- .gap-4 {
657
- gap: calc(var(--spacing) * 4);
658
- }
659
-
660
- .overflow-hidden {
661
- overflow: hidden;
662
- }
663
-
664
- .overflow-y-auto {
665
- overflow-y: auto;
666
- }
667
-
668
- .rounded-4xl {
669
- border-radius: var(--radius-4xl);
670
- }
671
-
672
- .rounded-lg {
673
- border-radius: var(--radius-lg);
674
- }
675
-
676
- .border {
677
- border-style: var(--tw-border-style);
678
- border-width: 1px;
679
- }
680
-
681
- .border-s {
682
- border-inline-start-style: var(--tw-border-style);
683
- border-inline-start-width: 1px;
684
- }
685
-
686
- .border-s-2 {
687
- border-inline-start-style: var(--tw-border-style);
688
- border-inline-start-width: 2px;
689
- }
690
-
691
- .border-t {
692
- border-top-style: var(--tw-border-style);
693
- border-top-width: 1px;
694
- }
695
-
696
- .border-\[var\(--color-primary\)\] {
697
- border-color: var(--color-primary);
698
- }
699
-
700
- .border-\[var\(--theme-border-color\)\] {
701
- border-color: var(--theme-border-color);
702
- }
703
-
704
- .bg-\[var\(--color-primary\)\] {
705
- background-color: var(--color-primary);
706
- }
707
-
708
- .bg-\[var\(--theme-bg-color\)\] {
709
- background-color: var(--theme-bg-color);
710
- }
711
-
712
- .bg-transparent {
713
- background-color: #0000;
714
- }
715
-
716
- .bg-\[image\:var\(--btn-dropdown\)\] {
717
- background-image: var(--btn-dropdown);
718
- }
719
-
720
- .bg-\[length\:\.75em_auto\] {
721
- background-size: .75em;
722
- }
723
-
724
- .bg-center {
725
- background-position: center;
726
- }
727
-
728
- .bg-no-repeat {
729
- background-repeat: no-repeat;
730
- }
731
-
732
- .p-3 {
733
- padding: calc(var(--spacing) * 3);
734
- }
735
-
736
- .px-2 {
737
- padding-inline: calc(var(--spacing) * 2);
738
- }
739
-
740
- .px-3 {
741
- padding-inline: calc(var(--spacing) * 3);
742
- }
743
-
744
- .px-4 {
745
- padding-inline: calc(var(--spacing) * 4);
746
- }
747
-
748
- .py-1 {
749
- padding-block: calc(var(--spacing) * 1);
750
- }
751
-
752
- .py-2 {
753
- padding-block: calc(var(--spacing) * 2);
754
- }
755
-
756
- .ps-2 {
757
- padding-inline-start: calc(var(--spacing) * 2);
758
- }
759
-
760
- .ps-4 {
761
- padding-inline-start: calc(var(--spacing) * 4);
762
- }
763
-
764
- .pe-2 {
765
- padding-inline-end: calc(var(--spacing) * 2);
766
- }
767
-
768
- .pe-3 {
769
- padding-inline-end: calc(var(--spacing) * 3);
770
- }
771
-
772
- .text-base {
773
- font-size: var(--text-base);
774
- line-height: var(--tw-leading, var(--text-base--line-height));
775
- }
776
-
777
- .text-xs {
778
- font-size: var(--text-xs);
779
- line-height: var(--tw-leading, var(--text-xs--line-height));
780
- }
781
-
782
- .text-\[\.8125rem\] {
783
- font-size: .8125rem;
784
- }
785
-
786
- .text-\[14px\] {
787
- font-size: 14px;
788
- }
789
-
790
- .text-\[14px\]\! {
791
- font-size: 14px !important;
792
- }
793
-
794
- .text-\[18px\] {
795
- font-size: 18px;
796
- }
797
-
798
- .leading-\[1\.6\] {
799
- --tw-leading: 1.6;
800
- line-height: 1.6;
801
- }
802
-
803
- .font-\[900\] {
804
- --tw-font-weight: 900;
805
- font-weight: 900;
806
- }
807
-
808
- .font-bold {
809
- --tw-font-weight: var(--font-weight-bold);
810
- font-weight: var(--font-weight-bold);
811
- }
812
-
813
- .text-ellipsis {
814
- text-overflow: ellipsis;
815
- }
816
-
817
- .whitespace-nowrap {
818
- white-space: nowrap;
819
- }
820
-
821
- .text-\[var\(--theme-destructive-text-color\)\] {
822
- color: var(--theme-destructive-text-color);
823
- }
824
-
825
- .text-\[var\(--theme-negative-color\)\] {
826
- color: var(--theme-negative-color);
827
- }
828
-
829
- .text-\[var\(--theme-positive-color\)\] {
830
- color: var(--theme-positive-color);
831
- }
832
-
833
- .text-\[var\(--theme-subtitle-text-color\)\] {
834
- color: var(--theme-subtitle-text-color);
835
- }
836
-
837
- .text-\[var\(--theme-text-color\)\] {
838
- color: var(--theme-text-color);
839
- }
840
-
841
- .text-amber-300 {
842
- color: var(--color-amber-300);
843
- }
844
-
845
- .text-amber-600 {
846
- color: var(--color-amber-600);
847
- }
848
-
849
- .text-lime-500 {
850
- color: var(--color-lime-500);
851
- }
852
-
853
- .uppercase {
854
- text-transform: uppercase;
855
- }
856
-
857
- .tabular-nums {
858
- --tw-numeric-spacing: tabular-nums;
859
- font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
860
- }
861
-
862
- .opacity-50 {
863
- opacity: .5;
864
- }
865
-
866
- .shadow-xs {
867
- --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
868
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
869
- }
870
-
871
- .shadow-\[color\:var\(--theme-border-color\)\] {
872
- --tw-shadow-color: var(--theme-border-color);
873
- }
874
-
875
- @supports (color: color-mix(in lab, red, red)) {
876
- .shadow-\[color\:var\(--theme-border-color\)\] {
877
- --tw-shadow-color: color-mix(in oklab, var(--theme-border-color) var(--tw-shadow-alpha), transparent);
878
- }
879
- }
880
-
881
- .blur {
882
- --tw-blur: blur(8px);
883
- filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
884
- }
885
-
886
- .filter {
887
- filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
888
- }
889
-
890
- .backdrop-filter {
891
- -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
892
- backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
893
- }
894
-
895
- .transition {
896
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
897
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
898
- transition-duration: var(--tw-duration, var(--default-transition-duration));
899
- }
900
-
901
- .transition-colors {
902
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
903
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
904
- transition-duration: var(--tw-duration, var(--default-transition-duration));
905
- }
906
-
907
- .transition-transform {
908
- transition-property: transform, translate, scale, rotate;
909
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
910
- transition-duration: var(--tw-duration, var(--default-transition-duration));
911
- }
912
-
913
- .duration-250 {
914
- --tw-duration: .25s;
915
- transition-duration: .25s;
916
- }
917
-
918
- .ease-out {
919
- --tw-ease: var(--ease-out);
920
- transition-timing-function: var(--ease-out);
921
- }
922
-
923
- .outline-none {
924
- --tw-outline-style: none;
925
- outline-style: none;
926
- }
927
-
928
- .select-none {
929
- -webkit-user-select: none;
930
- user-select: none;
931
- }
932
-
933
- .\[--color-primary\:var\(--theme-hint-color\)\] {
934
- --color-primary: var(--theme-hint-color);
935
- }
936
-
937
- .\[--color-primary\:var\(--theme-negative-color\)\] {
938
- --color-primary: var(--theme-negative-color);
939
- }
940
-
941
- .\[--color-primary\:var\(--theme-positive-color\)\] {
942
- --color-primary: var(--theme-positive-color);
943
- }
944
-
945
- .focus-within\:border-\[var\(--color-primary\)\]:focus-within {
946
- border-color: var(--color-primary);
947
- }
948
-
949
- .focus-within\:border-\[var\(--theme-destructive-text-color\)\]:focus-within {
950
- border-color: var(--theme-destructive-text-color);
951
- }
952
-
953
- @media (hover: hover) {
954
- .hover\:bg-\[var\(--theme-secondary-bg-color\)\]:hover {
955
- background-color: var(--theme-secondary-bg-color);
956
- }
957
- }
958
- }
959
-
960
- @property --tw-translate-x {
961
- syntax: "*";
962
- inherits: false;
963
- initial-value: 0;
964
- }
965
-
966
- @property --tw-translate-y {
967
- syntax: "*";
968
- inherits: false;
969
- initial-value: 0;
970
- }
971
-
972
- @property --tw-translate-z {
973
- syntax: "*";
974
- inherits: false;
975
- initial-value: 0;
976
- }
977
-
978
- @property --tw-rotate-x {
979
- syntax: "*";
980
- inherits: false
981
- }
982
-
983
- @property --tw-rotate-y {
984
- syntax: "*";
985
- inherits: false
986
- }
987
-
988
- @property --tw-rotate-z {
989
- syntax: "*";
990
- inherits: false
991
- }
992
-
993
- @property --tw-skew-x {
994
- syntax: "*";
995
- inherits: false
996
- }
997
-
998
- @property --tw-skew-y {
999
- syntax: "*";
1000
- inherits: false
1001
- }
1002
-
1003
- @property --tw-border-style {
1004
- syntax: "*";
1005
- inherits: false;
1006
- initial-value: solid;
1007
- }
1008
-
1009
- @property --tw-leading {
1010
- syntax: "*";
1011
- inherits: false
1012
- }
1013
-
1014
- @property --tw-font-weight {
1015
- syntax: "*";
1016
- inherits: false
1017
- }
1018
-
1019
- @property --tw-ordinal {
1020
- syntax: "*";
1021
- inherits: false
1022
- }
1023
-
1024
- @property --tw-slashed-zero {
1025
- syntax: "*";
1026
- inherits: false
1027
- }
1028
-
1029
- @property --tw-numeric-figure {
1030
- syntax: "*";
1031
- inherits: false
1032
- }
1033
-
1034
- @property --tw-numeric-spacing {
1035
- syntax: "*";
1036
- inherits: false
1037
- }
1038
-
1039
- @property --tw-numeric-fraction {
1040
- syntax: "*";
1041
- inherits: false
1042
- }
1043
-
1044
- @property --tw-shadow {
1045
- syntax: "*";
1046
- inherits: false;
1047
- initial-value: 0 0 #0000;
1048
- }
1049
-
1050
- @property --tw-shadow-color {
1051
- syntax: "*";
1052
- inherits: false
1053
- }
1054
-
1055
- @property --tw-shadow-alpha {
1056
- syntax: "<percentage>";
1057
- inherits: false;
1058
- initial-value: 100%;
1059
- }
1060
-
1061
- @property --tw-inset-shadow {
1062
- syntax: "*";
1063
- inherits: false;
1064
- initial-value: 0 0 #0000;
1065
- }
1066
-
1067
- @property --tw-inset-shadow-color {
1068
- syntax: "*";
1069
- inherits: false
1070
- }
1071
-
1072
- @property --tw-inset-shadow-alpha {
1073
- syntax: "<percentage>";
1074
- inherits: false;
1075
- initial-value: 100%;
1076
- }
1077
-
1078
- @property --tw-ring-color {
1079
- syntax: "*";
1080
- inherits: false
1081
- }
1082
-
1083
- @property --tw-ring-shadow {
1084
- syntax: "*";
1085
- inherits: false;
1086
- initial-value: 0 0 #0000;
1087
- }
1088
-
1089
- @property --tw-inset-ring-color {
1090
- syntax: "*";
1091
- inherits: false
1092
- }
1093
-
1094
- @property --tw-inset-ring-shadow {
1095
- syntax: "*";
1096
- inherits: false;
1097
- initial-value: 0 0 #0000;
1098
- }
1099
-
1100
- @property --tw-ring-inset {
1101
- syntax: "*";
1102
- inherits: false
1103
- }
1104
-
1105
- @property --tw-ring-offset-width {
1106
- syntax: "<length>";
1107
- inherits: false;
1108
- initial-value: 0;
1109
- }
1110
-
1111
- @property --tw-ring-offset-color {
1112
- syntax: "*";
1113
- inherits: false;
1114
- initial-value: #fff;
1115
- }
1116
-
1117
- @property --tw-ring-offset-shadow {
1118
- syntax: "*";
1119
- inherits: false;
1120
- initial-value: 0 0 #0000;
1121
- }
1122
-
1123
- @property --tw-blur {
1124
- syntax: "*";
1125
- inherits: false
1126
- }
1127
-
1128
- @property --tw-brightness {
1129
- syntax: "*";
1130
- inherits: false
1131
- }
1132
-
1133
- @property --tw-contrast {
1134
- syntax: "*";
1135
- inherits: false
1136
- }
1137
-
1138
- @property --tw-grayscale {
1139
- syntax: "*";
1140
- inherits: false
1141
- }
1142
-
1143
- @property --tw-hue-rotate {
1144
- syntax: "*";
1145
- inherits: false
1146
- }
1147
-
1148
- @property --tw-invert {
1149
- syntax: "*";
1150
- inherits: false
1151
- }
1152
-
1153
- @property --tw-opacity {
1154
- syntax: "*";
1155
- inherits: false
1156
- }
1157
-
1158
- @property --tw-saturate {
1159
- syntax: "*";
1160
- inherits: false
1161
- }
1162
-
1163
- @property --tw-sepia {
1164
- syntax: "*";
1165
- inherits: false
1166
- }
1167
-
1168
- @property --tw-drop-shadow {
1169
- syntax: "*";
1170
- inherits: false
1171
- }
1172
-
1173
- @property --tw-drop-shadow-color {
1174
- syntax: "*";
1175
- inherits: false
1176
- }
1177
-
1178
- @property --tw-drop-shadow-alpha {
1179
- syntax: "<percentage>";
1180
- inherits: false;
1181
- initial-value: 100%;
1182
- }
1183
-
1184
- @property --tw-drop-shadow-size {
1185
- syntax: "*";
1186
- inherits: false
1187
- }
1188
-
1189
- @property --tw-backdrop-blur {
1190
- syntax: "*";
1191
- inherits: false
1192
- }
1193
-
1194
- @property --tw-backdrop-brightness {
1195
- syntax: "*";
1196
- inherits: false
1197
- }
1198
-
1199
- @property --tw-backdrop-contrast {
1200
- syntax: "*";
1201
- inherits: false
1202
- }
1203
-
1204
- @property --tw-backdrop-grayscale {
1205
- syntax: "*";
1206
- inherits: false
1207
- }
1208
-
1209
- @property --tw-backdrop-hue-rotate {
1210
- syntax: "*";
1211
- inherits: false
1212
- }
1213
-
1214
- @property --tw-backdrop-invert {
1215
- syntax: "*";
1216
- inherits: false
1217
- }
1218
-
1219
- @property --tw-backdrop-opacity {
1220
- syntax: "*";
1221
- inherits: false
1222
- }
1223
-
1224
- @property --tw-backdrop-saturate {
1225
- syntax: "*";
1226
- inherits: false
1227
- }
1228
-
1229
- @property --tw-backdrop-sepia {
1230
- syntax: "*";
1231
- inherits: false
1232
- }
1233
-
1234
- @property --tw-duration {
1235
- syntax: "*";
1236
- inherits: false
1237
- }
1238
-
1239
- @property --tw-ease {
1240
- syntax: "*";
1241
- inherits: false
1242
- }
1243
- /* Подключение обычного стиля шрифта Montserrat */
1244
- @font-face {
1245
- font-family: 'Montserrat';
1246
- src: url('/Montserrat-Regular.ttf') format('truetype');
1247
- font-weight: normal;
1248
- font-style: normal;
1249
- }
1250
-
1251
- /* Подключение жирного стиля шрифта Montserrat */
1252
- @font-face {
1253
- font-family: 'Montserrat';
1254
- src: url('/Montserrat-Bold.ttf') format('truetype');
1255
- font-weight: bold;
1256
- font-style: normal;
1257
- }
1258
-
1259
- /* Подключение курсивного стиля шрифта Montserrat */
1260
- @font-face {
1261
- font-family: 'Montserrat';
1262
- src: url('/Montserrat-Italic.ttf') format('truetype');
1263
- font-weight: normal;
1264
- font-style: italic;
1265
- }
1266
-
1267
- html, body {
1268
- width: 100%;
1269
- height: 100%;
1270
- }
1271
-
1272
- body {
1273
- background: transparent !important;
1274
- font-family: 'Montserrat', sans-serif !important;
1275
- -webkit-user-select: none;
1276
- /* Специфика для Safari и Chrome */
1277
- -moz-user-select: none;
1278
- /* Специфика для Firefox */
1279
- -ms-user-select: none;
1280
- /* Специфика для Internet Explorer и Edge */
1281
- user-select: none;
1282
- /* Стандартное свойство для других браузеров */
1283
- width: 100% !important;
1284
- height: 100% !important;
1285
- max-width: 100% !important;
1286
- max-height: 100% !important;
1287
- min-height: auto;
1288
- min-width: auto;
1289
- overflow: hidden;
1290
- padding: 0;
1291
- transition: none;
1292
- animation: none;
1293
- }
1294
- :root {
1295
- --color-scheme: dark;
1296
- --color-primary: #067deb;
1297
- --theme-accent-text-color: #6ab2f2;
1298
- --theme-bg-color: #17212b;
1299
- --theme-border-color: #2c3f52;
1300
- --theme-button-color: var(--color-primary);
1301
- --theme-button-text-color: #ffffff;
1302
- --theme-destructive-text-color: #ec3942;
1303
- --theme-header-bg-color: #17212b;
1304
- --theme-hint-color: #708499;
1305
- --theme-link-color: #6ab3f3;
1306
- --theme-secondary-bg-color: #232e3c;
1307
- --theme-section-bg-color: #17212b;
1308
- --theme-section-header-text-color: #6ab3f3;
1309
- --theme-section-separator-color: #111921;
1310
- --theme-subtitle-text-color: #708499;
1311
- --theme-text-color: #f5f5f5;
1312
- --theme-positive-color: #0dad68;
1313
- --theme-negative-color: #ca3b1f;
1314
-
1315
- --alert-success-color: #75b798;
1316
- --alert-warning-color: #ffda6a;
1317
- --alert-error-color: #ea868f;
1318
- --alert-info-color: #6ea8fe;
1319
-
1320
- --input-height: 2.5rem;
1321
- --font-size: 1rem;
1322
-
1323
- /*btn*/
1324
- --btn-padding-x: 0.75rem;
1325
- --btn-padding-y: 0.375rem;
1326
- --btn-font-size: 1rem;
1327
- --btn-font-weight: 400;
1328
- --btn-line-height: 1.5;
1329
- --btn-color: #212529;
1330
- --btn-bg: transparent;
1331
- --btn-border-width: 1px;
1332
- --btn-border-color: transparent;
1333
- --btn-border-radius: 0.375rem;
1334
- --btn-hover-border-color: transparent;
1335
- --btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
1336
- --btn-disabled-opacity: 0.65;
1337
- --btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--btn-focus-shadow-rgb), .5);
1338
-
1339
- --btn-close: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3E%3C/svg%3E");
1340
- --btn-plus: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggNEM4LjI3NjE0IDQgOC41IDQuMjIzODYgOC41IDQuNVY3LjVIMTEuNUMxMS43NzYxIDcuNSAxMiA3LjcyMzg2IDEyIDhDMTIgOC4yNzYxNCAxMS43NzYxIDguNSAxMS41IDguNUg4LjVWMTEuNUM4LjUgMTEuNzc2MSA4LjI3NjE0IDEyIDggMTJDNy43MjM4NiAxMiA3LjUgMTEuNzc2MSA3LjUgMTEuNVY4LjVINC41QzQuMjIzODYgOC41IDQgOC4yNzYxNCA0IDhDNCA3LjcyMzg2IDQuMjIzODYgNy41IDQuNSA3LjVINy41VjQuNUM3LjUgNC4yMjM4NiA3LjcyMzg2IDQgOCA0WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
1341
- --btn-minus: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgOEM0IDcuNzIzODYgNC4yMjM4NiA3LjUgNC41IDcuNUgxMS41QzExLjc3NjEgNy41IDEyIDcuNzIzODYgMTIgOEMxMiA4LjI3NjE0IDExLjc3NjEgOC41IDExLjUgOC41SDQuNUM0LjIyMzg2IDguNSA0IDguMjc2MTQgNCA4WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
1342
- --btn-dropdown: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10 8%27%3e %3cpath d=%27M0.115385 4.4C0.0384615 4.32 0 4.2 0 4.12C0 4.04 0.0384615 3.92 0.115385 3.84L0.653846 3.28C0.807692 3.12 1.03846 3.12 1.19231 3.28L1.23077 3.32L3.34615 5.68C3.42308 5.76 3.53846 5.76 3.61538 5.68L8.76923 0.12H8.80769C8.96154 -0.04 9.19231 -0.04 9.34615 0.12L9.88461 0.68C10.0385 0.84 10.0385 1.08 9.88461 1.24L3.73077 7.88C3.65385 7.96 3.57692 8 3.46154 8C3.34615 8 3.26923 7.96 3.19231 7.88L0.192308 4.52L0.115385 4.4Z%27 fill=%27white%27/%3e %3c/svg%3e")
1343
- }
1344
-
1345
- ::-webkit-scrollbar {
1346
- width: 5px;
1347
- height: 8px;
1348
- }
1349
-
1350
- ::-webkit-scrollbar-thumb {
1351
- background-color: var(--theme-border-color);
1352
- opacity: 0.1;
1353
- border-radius: 4px;
1354
- }
1355
- ::-webkit-scrollbar-track {
1356
- background: var(--theme-bg-color);
1357
- border-end-end-radius: 0.375rem;
1358
- border-start-end-radius: 0.375rem;
1359
- }
1360
-
1361
- .btn {
1362
- --btn-color: #fff;
1363
- --btn-bg: var(--color-primary);
1364
- --btn-border-color: var(--color-primary);
1365
- --btn-hover-color: #fff;
1366
- --btn-hover-bg: color-mix(in srgb, var(--color-primary) 87%, black);
1367
- --btn-hover-border-color: color-mix(in srgb, var(--color-primary) 84%, black);
1368
- --btn-focus-shadow-rgb: 49, 132, 253;
1369
- --btn-active-color: #fff;
1370
- --btn-active-bg: color-mix(in srgb, var(--color-primary) 75%, black);
1371
- --btn-active-border-color: color-mix(in srgb, var(--color-primary) 72%, black);
1372
- --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1373
- --btn-disabled-color: #fff;
1374
- --btn-disabled-bg: color-mix(in srgb, var(--color-primary) 87%, black);
1375
- --btn-disabled-border-color: color-mix(in srgb, var(--color-primary) 87%, black);
1376
- }
1377
-
1378
- .alert {
1379
- --alert-color: var(--alert-success-color);
1380
- --alert-bg: color-mix(in srgb, var(--alert-color) 20%, black);
1381
- --alert-border-color: color-mix(in srgb, var(--alert-color) 65%, black);
1382
- --alert-link-color: var(--alert-color);
1383
- --alert-btn-color: var(--alert-color);
1384
- --alert-btn-bg-color:var(--alert-bg);
1385
- --alert-btn-border-color: var(--alert-border-color);
1386
- --alert-btn-hover-bg: color-mix(in srgb, var(--alert-color) 87%, black);
1387
- --alert-btn-active-bg: color-mix(in srgb, var(--alert-color) 75%, black);
1388
- --alert-border-radius: .375rem;
1389
- background-color: var(--alert-bg);
1390
- border: 1px solid var(--alert-border-color);
1391
- color: var(--alert-color);
1392
- border-radius: var(--alert-border-radius);
1393
- }
1394
-
1395
- .tabular-nums {
1396
- font-variant-numeric: tabular-nums;
1397
- }
1398
-
1
+ @layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-amber-300:oklch(87.9% .169 91.605);--color-amber-600:oklch(66.6% .179 58.318);--color-lime-500:oklch(76.8% .233 130.85);--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-base:1rem;--text-base--line-height: 1.5 ;--font-weight-bold:700;--radius-lg:.5rem;--radius-4xl:2rem;--ease-out:cubic-bezier(0,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.right-0{right:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.isolate{isolation:isolate}.z-20{z-index:20}.\!container{width:100%!important}@media(min-width:40rem){.\!container{max-width:40rem!important}}@media(min-width:48rem){.\!container{max-width:48rem!important}}@media(min-width:64rem){.\!container{max-width:64rem!important}}@media(min-width:80rem){.\!container{max-width:80rem!important}}@media(min-width:96rem){.\!container{max-width:96rem!important}}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-3{margin:calc(var(--spacing)*3)}.mx-3{margin-inline:calc(var(--spacing)*3)}.my-0\.5{margin-block:calc(var(--spacing)*.5)}.my-1{margin-block:calc(var(--spacing)*1)}.my-2{margin-block:calc(var(--spacing)*2)}.ms-2{margin-inline-start:calc(var(--spacing)*2)}.ms-3{margin-inline-start:calc(var(--spacing)*3)}.ms-5{margin-inline-start:calc(var(--spacing)*5)}.me-1{margin-inline-end:calc(var(--spacing)*1)}.me-2{margin-inline-end:calc(var(--spacing)*2)}.me-3{margin-inline-end:calc(var(--spacing)*3)}.me-4{margin-inline-end:calc(var(--spacing)*4)}.me-5{margin-inline-end:calc(var(--spacing)*5)}.me-\[0\.75rem\]{margin-inline-end:.75rem}.mt-0\!{margin-top:calc(var(--spacing)*0)!important}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-2\.5{margin-top:calc(var(--spacing)*2.5)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-\[1rem\]{margin-top:1rem}.mb-0\!{margin-bottom:calc(var(--spacing)*0)!important}.mb-2{margin-bottom:calc(var(--spacing)*2)}.\!hidden{display:none!important}.block{display:block}.contents{display:contents}.flex{display:flex}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.h-8{height:calc(var(--spacing)*8)}.h-\[1\.3rem\]{height:1.3rem}.h-\[16px\]{height:16px}.h-\[var\(--input-height\)\]{height:var(--input-height)}.h-full{height:100%}.w-20{width:calc(var(--spacing)*20)}.w-50{width:calc(var(--spacing)*50)}.w-\[1\.3rem\]{width:1.3rem}.w-\[15\%\]{width:15%}.w-\[16px\]{width:16px}.w-\[20\%\]{width:20%}.w-\[30\%\]{width:30%}.w-\[35\%\]{width:35%}.w-\[200px\]{width:200px}.w-full{width:100%}.max-w-\[200px\]{max-width:200px}.flex-1{flex:1}.flex-shrink,.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.translate-y-3{--tw-translate-y:calc(var(--spacing)*3);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[-6px\]{--tw-translate-y:-6px;translate:var(--tw-translate-x)var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:calc(var(--spacing)*1)}.gap-4{gap:calc(var(--spacing)*4)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-4xl{border-radius:var(--radius-4xl)}.rounded-lg{border-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.border-s{border-inline-start-style:var(--tw-border-style);border-inline-start-width:1px}.border-s-2{border-inline-start-style:var(--tw-border-style);border-inline-start-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-\[var\(--color-primary\)\]{border-color:var(--color-primary)}.border-\[var\(--theme-border-color\)\]{border-color:var(--theme-border-color)}.bg-\[var\(--color-primary\)\]{background-color:var(--color-primary)}.bg-\[var\(--theme-bg-color\)\]{background-color:var(--theme-bg-color)}.bg-transparent{background-color:#0000}.bg-\[image\:var\(--btn-dropdown\)\]{background-image:var(--btn-dropdown)}.bg-\[length\:\.75em_auto\]{background-size:.75em}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.p-3{padding:calc(var(--spacing)*3)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.py-1{padding-block:calc(var(--spacing)*1)}.py-2{padding-block:calc(var(--spacing)*2)}.ps-2{padding-inline-start:calc(var(--spacing)*2)}.ps-4{padding-inline-start:calc(var(--spacing)*4)}.pe-2{padding-inline-end:calc(var(--spacing)*2)}.pe-3{padding-inline-end:calc(var(--spacing)*3)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[\.8125rem\]{font-size:.8125rem}.text-\[14px\]{font-size:14px}.text-\[14px\]\!{font-size:14px!important}.text-\[18px\]{font-size:18px}.leading-\[1\.6\]{--tw-leading:1.6;line-height:1.6}.font-\[900\]{--tw-font-weight:900;font-weight:900}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-\[var\(--theme-destructive-text-color\)\]{color:var(--theme-destructive-text-color)}.text-\[var\(--theme-negative-color\)\]{color:var(--theme-negative-color)}.text-\[var\(--theme-positive-color\)\]{color:var(--theme-positive-color)}.text-\[var\(--theme-subtitle-text-color\)\]{color:var(--theme-subtitle-text-color)}.text-\[var\(--theme-text-color\)\]{color:var(--theme-text-color)}.text-amber-300{color:var(--color-amber-300)}.text-amber-600{color:var(--color-amber-600)}.text-lime-500{color:var(--color-lime-500)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.opacity-50{opacity:.5}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[color\:var\(--theme-border-color\)\]{--tw-shadow-color:var(--theme-border-color)}@supports (color:color-mix(in lab,red,red)){.shadow-\[color\:var\(--theme-border-color\)\]{--tw-shadow-color:color-mix(in oklab,var(--theme-border-color)var(--tw-shadow-alpha),transparent)}}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.\!filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-250{--tw-duration:.25s;transition-duration:.25s}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.\[--color-primary\:var\(--theme-hint-color\)\]{--color-primary:var(--theme-hint-color)}.\[--color-primary\:var\(--theme-negative-color\)\]{--color-primary:var(--theme-negative-color)}.\[--color-primary\:var\(--theme-positive-color\)\]{--color-primary:var(--theme-positive-color)}.focus-within\:border-\[var\(--color-primary\)\]:focus-within{border-color:var(--color-primary)}.focus-within\:border-\[var\(--theme-destructive-text-color\)\]:focus-within{border-color:var(--theme-destructive-text-color)}@media(hover:hover){.hover\:bg-\[var\(--theme-secondary-bg-color\)\]:hover{background-color:var(--theme-secondary-bg-color)}}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@font-face{font-family:Montserrat;src:url(/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/Montserrat-Italic.ttf) format("truetype");font-weight:400;font-style:italic}html,body{width:100%;height:100%}body{background:transparent!important;font-family:Montserrat,sans-serif!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;min-height:auto;min-width:auto;overflow:hidden;padding:0;transition:none;animation:none}:root{--color-scheme: dark;--color-primary: #067deb;--theme-accent-text-color: #6ab2f2;--theme-bg-color: #17212b;--theme-border-color: #2c3f52;--theme-button-color: var(--color-primary);--theme-button-text-color: #ffffff;--theme-destructive-text-color: #ec3942;--theme-header-bg-color: #17212b;--theme-hint-color: #708499;--theme-link-color: #6ab3f3;--theme-secondary-bg-color: #232e3c;--theme-section-bg-color: #17212b;--theme-section-header-text-color: #6ab3f3;--theme-section-separator-color: #111921;--theme-subtitle-text-color: #708499;--theme-text-color: #f5f5f5;--theme-positive-color: #0dad68;--theme-negative-color: #ca3b1f;--alert-success-color: #75b798;--alert-warning-color: #ffda6a;--alert-error-color: #ea868f;--alert-info-color: #6ea8fe;--input-height: 2.5rem;--font-size: 1rem;--btn-padding-x: .75rem;--btn-padding-y: .375rem;--btn-font-size: 1rem;--btn-font-weight: 400;--btn-line-height: 1.5;--btn-color: #212529;--btn-bg: transparent;--btn-border-width: 1px;--btn-border-color: transparent;--btn-border-radius: .375rem;--btn-hover-border-color: transparent;--btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);--btn-disabled-opacity: .65;--btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--btn-focus-shadow-rgb), .5);--btn-close: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3E%3C/svg%3E");--btn-plus: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggNEM4LjI3NjE0IDQgOC41IDQuMjIzODYgOC41IDQuNVY3LjVIMTEuNUMxMS43NzYxIDcuNSAxMiA3LjcyMzg2IDEyIDhDMTIgOC4yNzYxNCAxMS43NzYxIDguNSAxMS41IDguNUg4LjVWMTEuNUM4LjUgMTEuNzc2MSA4LjI3NjE0IDEyIDggMTJDNy43MjM4NiAxMiA3LjUgMTEuNzc2MSA3LjUgMTEuNVY4LjVINC41QzQuMjIzODYgOC41IDQgOC4yNzYxNCA0IDhDNCA3LjcyMzg2IDQuMjIzODYgNy41IDQuNSA3LjVINy41VjQuNUM3LjUgNC4yMjM4NiA3LjcyMzg2IDQgOCA0WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);--btn-minus: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgOEM0IDcuNzIzODYgNC4yMjM4NiA3LjUgNC41IDcuNUgxMS41QzExLjc3NjEgNy41IDEyIDcuNzIzODYgMTIgOEMxMiA4LjI3NjE0IDExLjc3NjEgOC41IDExLjUgOC41SDQuNUM0LjIyMzg2IDguNSA0IDguMjc2MTQgNCA4WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);--btn-dropdown: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10 8%27%3e %3cpath d=%27M0.115385 4.4C0.0384615 4.32 0 4.2 0 4.12C0 4.04 0.0384615 3.92 0.115385 3.84L0.653846 3.28C0.807692 3.12 1.03846 3.12 1.19231 3.28L1.23077 3.32L3.34615 5.68C3.42308 5.76 3.53846 5.76 3.61538 5.68L8.76923 0.12H8.80769C8.96154 -0.04 9.19231 -0.04 9.34615 0.12L9.88461 0.68C10.0385 0.84 10.0385 1.08 9.88461 1.24L3.73077 7.88C3.65385 7.96 3.57692 8 3.46154 8C3.34615 8 3.26923 7.96 3.19231 7.88L0.192308 4.52L0.115385 4.4Z%27 fill=%27white%27/%3e %3c/svg%3e") }::-webkit-scrollbar{width:5px;height:8px}::-webkit-scrollbar-thumb{background-color:var(--theme-border-color);opacity:.1;border-radius:4px}::-webkit-scrollbar-track{background:var(--theme-bg-color);border-end-end-radius:.375rem;border-start-end-radius:.375rem}.btn{--btn-color: #fff;--btn-bg: var(--color-primary);--btn-border-color: var(--color-primary);--btn-hover-color: #fff;--btn-hover-bg: color-mix(in srgb, var(--color-primary) 87%, black);--btn-hover-border-color: color-mix(in srgb, var(--color-primary) 84%, black);--btn-focus-shadow-rgb: 49, 132, 253;--btn-active-color: #fff;--btn-active-bg: color-mix(in srgb, var(--color-primary) 75%, black);--btn-active-border-color: color-mix(in srgb, var(--color-primary) 72%, black);--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--btn-disabled-color: #fff;--btn-disabled-bg: color-mix(in srgb, var(--color-primary) 87%, black);--btn-disabled-border-color: color-mix(in srgb, var(--color-primary) 87%, black)}.alert{--alert-color: var(--alert-success-color);--alert-bg: color-mix(in srgb, var(--alert-color) 20%, black);--alert-border-color: color-mix(in srgb, var(--alert-color) 65%, black);--alert-link-color: var(--alert-color);--alert-btn-color: var(--alert-color);--alert-btn-bg-color:var(--alert-bg);--alert-btn-border-color: var(--alert-border-color);--alert-btn-hover-bg: color-mix(in srgb, var(--alert-color) 87%, black);--alert-btn-active-bg: color-mix(in srgb, var(--alert-color) 75%, black);--alert-border-radius: .375rem;background-color:var(--alert-bg);border:1px solid var(--alert-border-color);color:var(--alert-color);border-radius:var(--alert-border-radius)}.tabular-nums{font-variant-numeric:tabular-nums}