@irshat/robot-ui 2.1.50 → 2.4.51

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,1488 +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
- .collapse {
337
- visibility: collapse;
338
- }
339
-
340
- .visible {
341
- visibility: visible;
342
- }
343
-
344
- .absolute {
345
- position: absolute;
346
- }
347
-
348
- .fixed {
349
- position: fixed;
350
- }
351
-
352
- .relative {
353
- position: relative;
354
- }
355
-
356
- .static {
357
- position: static;
358
- }
359
-
360
- .sticky {
361
- position: sticky;
362
- }
363
-
364
- .right-0 {
365
- right: calc(var(--spacing) * 0);
366
- }
367
-
368
- .left-0 {
369
- left: calc(var(--spacing) * 0);
370
- }
371
-
372
- .isolate {
373
- isolation: isolate;
374
- }
375
-
376
- .z-20 {
377
- z-index: 20;
378
- }
379
-
380
- .\!container {
381
- width: 100% !important;
382
- }
383
-
384
- @media (min-width: 40rem) {
385
- .\!container {
386
- max-width: 40rem !important;
387
- }
388
- }
389
-
390
- @media (min-width: 48rem) {
391
- .\!container {
392
- max-width: 48rem !important;
393
- }
394
- }
395
-
396
- @media (min-width: 64rem) {
397
- .\!container {
398
- max-width: 64rem !important;
399
- }
400
- }
401
-
402
- @media (min-width: 80rem) {
403
- .\!container {
404
- max-width: 80rem !important;
405
- }
406
- }
407
-
408
- @media (min-width: 96rem) {
409
- .\!container {
410
- max-width: 96rem !important;
411
- }
412
- }
413
-
414
- .container {
415
- width: 100%;
416
- }
417
-
418
- @media (min-width: 40rem) {
419
- .container {
420
- max-width: 40rem;
421
- }
422
- }
423
-
424
- @media (min-width: 48rem) {
425
- .container {
426
- max-width: 48rem;
427
- }
428
- }
429
-
430
- @media (min-width: 64rem) {
431
- .container {
432
- max-width: 64rem;
433
- }
434
- }
435
-
436
- @media (min-width: 80rem) {
437
- .container {
438
- max-width: 80rem;
439
- }
440
- }
441
-
442
- @media (min-width: 96rem) {
443
- .container {
444
- max-width: 96rem;
445
- }
446
- }
447
-
448
- .m-3 {
449
- margin: calc(var(--spacing) * 3);
450
- }
451
-
452
- .mx-3 {
453
- margin-inline: calc(var(--spacing) * 3);
454
- }
455
-
456
- .my-0\.5 {
457
- margin-block: calc(var(--spacing) * .5);
458
- }
459
-
460
- .my-1 {
461
- margin-block: calc(var(--spacing) * 1);
462
- }
463
-
464
- .my-2 {
465
- margin-block: calc(var(--spacing) * 2);
466
- }
467
-
468
- .ms-2 {
469
- margin-inline-start: calc(var(--spacing) * 2);
470
- }
471
-
472
- .ms-3 {
473
- margin-inline-start: calc(var(--spacing) * 3);
474
- }
475
-
476
- .ms-5 {
477
- margin-inline-start: calc(var(--spacing) * 5);
478
- }
479
-
480
- .me-1 {
481
- margin-inline-end: calc(var(--spacing) * 1);
482
- }
483
-
484
- .me-2 {
485
- margin-inline-end: calc(var(--spacing) * 2);
486
- }
487
-
488
- .me-3 {
489
- margin-inline-end: calc(var(--spacing) * 3);
490
- }
491
-
492
- .me-4 {
493
- margin-inline-end: calc(var(--spacing) * 4);
494
- }
495
-
496
- .me-5 {
497
- margin-inline-end: calc(var(--spacing) * 5);
498
- }
499
-
500
- .me-\[0\.75rem\] {
501
- margin-inline-end: .75rem;
502
- }
503
-
504
- .mt-0\! {
505
- margin-top: calc(var(--spacing) * 0) !important;
506
- }
507
-
508
- .mt-1 {
509
- margin-top: calc(var(--spacing) * 1);
510
- }
511
-
512
- .mt-1\.5 {
513
- margin-top: calc(var(--spacing) * 1.5);
514
- }
515
-
516
- .mt-2 {
517
- margin-top: calc(var(--spacing) * 2);
518
- }
519
-
520
- .mt-2\.5 {
521
- margin-top: calc(var(--spacing) * 2.5);
522
- }
523
-
524
- .mt-3 {
525
- margin-top: calc(var(--spacing) * 3);
526
- }
527
-
528
- .mt-4 {
529
- margin-top: calc(var(--spacing) * 4);
530
- }
531
-
532
- .mt-\[1rem\] {
533
- margin-top: 1rem;
534
- }
535
-
536
- .mb-0\! {
537
- margin-bottom: calc(var(--spacing) * 0) !important;
538
- }
539
-
540
- .mb-2 {
541
- margin-bottom: calc(var(--spacing) * 2);
542
- }
543
-
544
- .\!hidden {
545
- display: none !important;
546
- }
547
-
548
- .block {
549
- display: block;
550
- }
551
-
552
- .contents {
553
- display: contents;
554
- }
555
-
556
- .flex {
557
- display: flex;
558
- }
559
-
560
- .hidden {
561
- display: none;
562
- }
563
-
564
- .inline {
565
- display: inline;
566
- }
567
-
568
- .inline-block {
569
- display: inline-block;
570
- }
571
-
572
- .inline-flex {
573
- display: inline-flex;
574
- }
575
-
576
- .table {
577
- display: table;
578
- }
579
-
580
- .table-caption {
581
- display: table-caption;
582
- }
583
-
584
- .table-cell {
585
- display: table-cell;
586
- }
587
-
588
- .h-8 {
589
- height: calc(var(--spacing) * 8);
590
- }
591
-
592
- .h-\[1\.3rem\] {
593
- height: 1.3rem;
594
- }
595
-
596
- .h-\[16px\] {
597
- height: 16px;
598
- }
599
-
600
- .h-\[30px\] {
601
- height: 30px;
602
- }
603
-
604
- .h-\[var\(--input-height\)\] {
605
- height: var(--input-height);
606
- }
607
-
608
- .h-full {
609
- height: 100%;
610
- }
611
-
612
- .w-20 {
613
- width: calc(var(--spacing) * 20);
614
- }
615
-
616
- .w-50 {
617
- width: calc(var(--spacing) * 50);
618
- }
619
-
620
- .w-\[1\.3rem\] {
621
- width: 1.3rem;
622
- }
623
-
624
- .w-\[15\%\] {
625
- width: 15%;
626
- }
627
-
628
- .w-\[16px\] {
629
- width: 16px;
630
- }
631
-
632
- .w-\[20\%\] {
633
- width: 20%;
634
- }
635
-
636
- .w-\[30\%\] {
637
- width: 30%;
638
- }
639
-
640
- .w-\[35\%\] {
641
- width: 35%;
642
- }
643
-
644
- .w-\[200px\] {
645
- width: 200px;
646
- }
647
-
648
- .w-full {
649
- width: 100%;
650
- }
651
-
652
- .max-w-\[200px\] {
653
- max-width: 200px;
654
- }
655
-
656
- .flex-1 {
657
- flex: 1;
658
- }
659
-
660
- .flex-shrink, .shrink {
661
- flex-shrink: 1;
662
- }
663
-
664
- .flex-grow, .grow {
665
- flex-grow: 1;
666
- }
667
-
668
- .translate-y-3 {
669
- --tw-translate-y: calc(var(--spacing) * 3);
670
- translate: var(--tw-translate-x) var(--tw-translate-y);
671
- }
672
-
673
- .translate-y-\[-6px\] {
674
- --tw-translate-y: -6px;
675
- translate: var(--tw-translate-x) var(--tw-translate-y);
676
- }
677
-
678
- .transform {
679
- transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
680
- }
681
-
682
- .cursor-not-allowed {
683
- cursor: not-allowed;
684
- }
685
-
686
- .cursor-pointer {
687
- cursor: pointer;
688
- }
689
-
690
- .resize {
691
- resize: both;
692
- }
693
-
694
- .flex-col {
695
- flex-direction: column;
696
- }
697
-
698
- .items-center {
699
- align-items: center;
700
- }
701
-
702
- .justify-between {
703
- justify-content: space-between;
704
- }
705
-
706
- .justify-center {
707
- justify-content: center;
708
- }
709
-
710
- .justify-end {
711
- justify-content: flex-end;
712
- }
713
-
714
- .gap-1 {
715
- gap: calc(var(--spacing) * 1);
716
- }
717
-
718
- .gap-4 {
719
- gap: calc(var(--spacing) * 4);
720
- }
721
-
722
- .truncate {
723
- text-overflow: ellipsis;
724
- white-space: nowrap;
725
- overflow: hidden;
726
- }
727
-
728
- .overflow-hidden {
729
- overflow: hidden;
730
- }
731
-
732
- .overflow-y-auto {
733
- overflow-y: auto;
734
- }
735
-
736
- .rounded {
737
- border-radius: .25rem;
738
- }
739
-
740
- .rounded-4xl {
741
- border-radius: var(--radius-4xl);
742
- }
743
-
744
- .rounded-lg {
745
- border-radius: var(--radius-lg);
746
- }
747
-
748
- .border {
749
- border-style: var(--tw-border-style);
750
- border-width: 1px;
751
- }
752
-
753
- .border-s {
754
- border-inline-start-style: var(--tw-border-style);
755
- border-inline-start-width: 1px;
756
- }
757
-
758
- .border-s-2 {
759
- border-inline-start-style: var(--tw-border-style);
760
- border-inline-start-width: 2px;
761
- }
762
-
763
- .border-t {
764
- border-top-style: var(--tw-border-style);
765
- border-top-width: 1px;
766
- }
767
-
768
- .border-\[var\(--color-primary\)\] {
769
- border-color: var(--color-primary);
770
- }
771
-
772
- .border-\[var\(--theme-border-color\)\] {
773
- border-color: var(--theme-border-color);
774
- }
775
-
776
- .bg-\[var\(--color-primary\)\] {
777
- background-color: var(--color-primary);
778
- }
779
-
780
- .bg-\[var\(--theme-bg-color\)\] {
781
- background-color: var(--theme-bg-color);
782
- }
783
-
784
- .bg-transparent {
785
- background-color: #0000;
786
- }
787
-
788
- .bg-\[image\:var\(--btn-dropdown\)\] {
789
- background-image: var(--btn-dropdown);
790
- }
791
-
792
- .bg-\[length\:\.75em_auto\] {
793
- background-size: .75em;
794
- }
795
-
796
- .bg-center {
797
- background-position: center;
798
- }
799
-
800
- .bg-no-repeat {
801
- background-repeat: no-repeat;
802
- }
803
-
804
- .p-3 {
805
- padding: calc(var(--spacing) * 3);
806
- }
807
-
808
- .px-2 {
809
- padding-inline: calc(var(--spacing) * 2);
810
- }
811
-
812
- .px-3 {
813
- padding-inline: calc(var(--spacing) * 3);
814
- }
815
-
816
- .px-4 {
817
- padding-inline: calc(var(--spacing) * 4);
818
- }
819
-
820
- .py-1 {
821
- padding-block: calc(var(--spacing) * 1);
822
- }
823
-
824
- .py-2 {
825
- padding-block: calc(var(--spacing) * 2);
826
- }
827
-
828
- .ps-2 {
829
- padding-inline-start: calc(var(--spacing) * 2);
830
- }
831
-
832
- .ps-4 {
833
- padding-inline-start: calc(var(--spacing) * 4);
834
- }
835
-
836
- .pe-2 {
837
- padding-inline-end: calc(var(--spacing) * 2);
838
- }
839
-
840
- .pe-3 {
841
- padding-inline-end: calc(var(--spacing) * 3);
842
- }
843
-
844
- .text-base {
845
- font-size: var(--text-base);
846
- line-height: var(--tw-leading, var(--text-base--line-height));
847
- }
848
-
849
- .text-xs {
850
- font-size: var(--text-xs);
851
- line-height: var(--tw-leading, var(--text-xs--line-height));
852
- }
853
-
854
- .text-\[\.8125rem\] {
855
- font-size: .8125rem;
856
- }
857
-
858
- .text-\[14px\] {
859
- font-size: 14px;
860
- }
861
-
862
- .text-\[14px\]\! {
863
- font-size: 14px !important;
864
- }
865
-
866
- .text-\[18px\] {
867
- font-size: 18px;
868
- }
869
-
870
- .leading-\[1\.6\] {
871
- --tw-leading: 1.6;
872
- line-height: 1.6;
873
- }
874
-
875
- .font-\[900\] {
876
- --tw-font-weight: 900;
877
- font-weight: 900;
878
- }
879
-
880
- .font-bold {
881
- --tw-font-weight: var(--font-weight-bold);
882
- font-weight: var(--font-weight-bold);
883
- }
884
-
885
- .text-ellipsis {
886
- text-overflow: ellipsis;
887
- }
888
-
889
- .whitespace-nowrap {
890
- white-space: nowrap;
891
- }
892
-
893
- .text-\[var\(--theme-destructive-text-color\)\] {
894
- color: var(--theme-destructive-text-color);
895
- }
896
-
897
- .text-\[var\(--theme-negative-color\)\] {
898
- color: var(--theme-negative-color);
899
- }
900
-
901
- .text-\[var\(--theme-positive-color\)\] {
902
- color: var(--theme-positive-color);
903
- }
904
-
905
- .text-\[var\(--theme-subtitle-text-color\)\] {
906
- color: var(--theme-subtitle-text-color);
907
- }
908
-
909
- .text-\[var\(--theme-text-color\)\] {
910
- color: var(--theme-text-color);
911
- }
912
-
913
- .text-amber-300 {
914
- color: var(--color-amber-300);
915
- }
916
-
917
- .text-amber-600 {
918
- color: var(--color-amber-600);
919
- }
920
-
921
- .text-lime-500 {
922
- color: var(--color-lime-500);
923
- }
924
-
925
- .lowercase {
926
- text-transform: lowercase;
927
- }
928
-
929
- .uppercase {
930
- text-transform: uppercase;
931
- }
932
-
933
- .tabular-nums {
934
- --tw-numeric-spacing: tabular-nums;
935
- font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
936
- }
937
-
938
- .opacity-50 {
939
- opacity: .5;
940
- }
941
-
942
- .shadow {
943
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
944
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
945
- }
946
-
947
- .shadow-xs {
948
- --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
949
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
950
- }
951
-
952
- .shadow-\[color\:var\(--theme-border-color\)\] {
953
- --tw-shadow-color: var(--theme-border-color);
954
- }
955
-
956
- @supports (color: color-mix(in lab, red, red)) {
957
- .shadow-\[color\:var\(--theme-border-color\)\] {
958
- --tw-shadow-color: color-mix(in oklab, var(--theme-border-color) var(--tw-shadow-alpha), transparent);
959
- }
960
- }
961
-
962
- .blur {
963
- --tw-blur: blur(8px);
964
- 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, );
965
- }
966
-
967
- .invert {
968
- --tw-invert: invert(100%);
969
- 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, );
970
- }
971
-
972
- .\!filter {
973
- 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;
974
- }
975
-
976
- .filter {
977
- 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, );
978
- }
979
-
980
- .backdrop-filter {
981
- -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, );
982
- 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, );
983
- }
984
-
985
- .transition {
986
- 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;
987
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
988
- transition-duration: var(--tw-duration, var(--default-transition-duration));
989
- }
990
-
991
- .transition-colors {
992
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
993
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
994
- transition-duration: var(--tw-duration, var(--default-transition-duration));
995
- }
996
-
997
- .transition-transform {
998
- transition-property: transform, translate, scale, rotate;
999
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1000
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1001
- }
1002
-
1003
- .duration-250 {
1004
- --tw-duration: .25s;
1005
- transition-duration: .25s;
1006
- }
1007
-
1008
- .ease-out {
1009
- --tw-ease: var(--ease-out);
1010
- transition-timing-function: var(--ease-out);
1011
- }
1012
-
1013
- .outline-none {
1014
- --tw-outline-style: none;
1015
- outline-style: none;
1016
- }
1017
-
1018
- .select-none {
1019
- -webkit-user-select: none;
1020
- user-select: none;
1021
- }
1022
-
1023
- .\[--color-primary\:var\(--theme-hint-color\)\] {
1024
- --color-primary: var(--theme-hint-color);
1025
- }
1026
-
1027
- .\[--color-primary\:var\(--theme-negative-color\)\] {
1028
- --color-primary: var(--theme-negative-color);
1029
- }
1030
-
1031
- .\[--color-primary\:var\(--theme-positive-color\)\] {
1032
- --color-primary: var(--theme-positive-color);
1033
- }
1034
-
1035
- .focus-within\:border-\[var\(--color-primary\)\]:focus-within {
1036
- border-color: var(--color-primary);
1037
- }
1038
-
1039
- .focus-within\:border-\[var\(--theme-destructive-text-color\)\]:focus-within {
1040
- border-color: var(--theme-destructive-text-color);
1041
- }
1042
-
1043
- @media (hover: hover) {
1044
- .hover\:bg-\[var\(--theme-secondary-bg-color\)\]:hover {
1045
- background-color: var(--theme-secondary-bg-color);
1046
- }
1047
- }
1048
- }
1049
-
1050
- @property --tw-translate-x {
1051
- syntax: "*";
1052
- inherits: false;
1053
- initial-value: 0;
1054
- }
1055
-
1056
- @property --tw-translate-y {
1057
- syntax: "*";
1058
- inherits: false;
1059
- initial-value: 0;
1060
- }
1061
-
1062
- @property --tw-translate-z {
1063
- syntax: "*";
1064
- inherits: false;
1065
- initial-value: 0;
1066
- }
1067
-
1068
- @property --tw-rotate-x {
1069
- syntax: "*";
1070
- inherits: false
1071
- }
1072
-
1073
- @property --tw-rotate-y {
1074
- syntax: "*";
1075
- inherits: false
1076
- }
1077
-
1078
- @property --tw-rotate-z {
1079
- syntax: "*";
1080
- inherits: false
1081
- }
1082
-
1083
- @property --tw-skew-x {
1084
- syntax: "*";
1085
- inherits: false
1086
- }
1087
-
1088
- @property --tw-skew-y {
1089
- syntax: "*";
1090
- inherits: false
1091
- }
1092
-
1093
- @property --tw-border-style {
1094
- syntax: "*";
1095
- inherits: false;
1096
- initial-value: solid;
1097
- }
1098
-
1099
- @property --tw-leading {
1100
- syntax: "*";
1101
- inherits: false
1102
- }
1103
-
1104
- @property --tw-font-weight {
1105
- syntax: "*";
1106
- inherits: false
1107
- }
1108
-
1109
- @property --tw-ordinal {
1110
- syntax: "*";
1111
- inherits: false
1112
- }
1113
-
1114
- @property --tw-slashed-zero {
1115
- syntax: "*";
1116
- inherits: false
1117
- }
1118
-
1119
- @property --tw-numeric-figure {
1120
- syntax: "*";
1121
- inherits: false
1122
- }
1123
-
1124
- @property --tw-numeric-spacing {
1125
- syntax: "*";
1126
- inherits: false
1127
- }
1128
-
1129
- @property --tw-numeric-fraction {
1130
- syntax: "*";
1131
- inherits: false
1132
- }
1133
-
1134
- @property --tw-shadow {
1135
- syntax: "*";
1136
- inherits: false;
1137
- initial-value: 0 0 #0000;
1138
- }
1139
-
1140
- @property --tw-shadow-color {
1141
- syntax: "*";
1142
- inherits: false
1143
- }
1144
-
1145
- @property --tw-shadow-alpha {
1146
- syntax: "<percentage>";
1147
- inherits: false;
1148
- initial-value: 100%;
1149
- }
1150
-
1151
- @property --tw-inset-shadow {
1152
- syntax: "*";
1153
- inherits: false;
1154
- initial-value: 0 0 #0000;
1155
- }
1156
-
1157
- @property --tw-inset-shadow-color {
1158
- syntax: "*";
1159
- inherits: false
1160
- }
1161
-
1162
- @property --tw-inset-shadow-alpha {
1163
- syntax: "<percentage>";
1164
- inherits: false;
1165
- initial-value: 100%;
1166
- }
1167
-
1168
- @property --tw-ring-color {
1169
- syntax: "*";
1170
- inherits: false
1171
- }
1172
-
1173
- @property --tw-ring-shadow {
1174
- syntax: "*";
1175
- inherits: false;
1176
- initial-value: 0 0 #0000;
1177
- }
1178
-
1179
- @property --tw-inset-ring-color {
1180
- syntax: "*";
1181
- inherits: false
1182
- }
1183
-
1184
- @property --tw-inset-ring-shadow {
1185
- syntax: "*";
1186
- inherits: false;
1187
- initial-value: 0 0 #0000;
1188
- }
1189
-
1190
- @property --tw-ring-inset {
1191
- syntax: "*";
1192
- inherits: false
1193
- }
1194
-
1195
- @property --tw-ring-offset-width {
1196
- syntax: "<length>";
1197
- inherits: false;
1198
- initial-value: 0;
1199
- }
1200
-
1201
- @property --tw-ring-offset-color {
1202
- syntax: "*";
1203
- inherits: false;
1204
- initial-value: #fff;
1205
- }
1206
-
1207
- @property --tw-ring-offset-shadow {
1208
- syntax: "*";
1209
- inherits: false;
1210
- initial-value: 0 0 #0000;
1211
- }
1212
-
1213
- @property --tw-blur {
1214
- syntax: "*";
1215
- inherits: false
1216
- }
1217
-
1218
- @property --tw-brightness {
1219
- syntax: "*";
1220
- inherits: false
1221
- }
1222
-
1223
- @property --tw-contrast {
1224
- syntax: "*";
1225
- inherits: false
1226
- }
1227
-
1228
- @property --tw-grayscale {
1229
- syntax: "*";
1230
- inherits: false
1231
- }
1232
-
1233
- @property --tw-hue-rotate {
1234
- syntax: "*";
1235
- inherits: false
1236
- }
1237
-
1238
- @property --tw-invert {
1239
- syntax: "*";
1240
- inherits: false
1241
- }
1242
-
1243
- @property --tw-opacity {
1244
- syntax: "*";
1245
- inherits: false
1246
- }
1247
-
1248
- @property --tw-saturate {
1249
- syntax: "*";
1250
- inherits: false
1251
- }
1252
-
1253
- @property --tw-sepia {
1254
- syntax: "*";
1255
- inherits: false
1256
- }
1257
-
1258
- @property --tw-drop-shadow {
1259
- syntax: "*";
1260
- inherits: false
1261
- }
1262
-
1263
- @property --tw-drop-shadow-color {
1264
- syntax: "*";
1265
- inherits: false
1266
- }
1267
-
1268
- @property --tw-drop-shadow-alpha {
1269
- syntax: "<percentage>";
1270
- inherits: false;
1271
- initial-value: 100%;
1272
- }
1273
-
1274
- @property --tw-drop-shadow-size {
1275
- syntax: "*";
1276
- inherits: false
1277
- }
1278
-
1279
- @property --tw-backdrop-blur {
1280
- syntax: "*";
1281
- inherits: false
1282
- }
1283
-
1284
- @property --tw-backdrop-brightness {
1285
- syntax: "*";
1286
- inherits: false
1287
- }
1288
-
1289
- @property --tw-backdrop-contrast {
1290
- syntax: "*";
1291
- inherits: false
1292
- }
1293
-
1294
- @property --tw-backdrop-grayscale {
1295
- syntax: "*";
1296
- inherits: false
1297
- }
1298
-
1299
- @property --tw-backdrop-hue-rotate {
1300
- syntax: "*";
1301
- inherits: false
1302
- }
1303
-
1304
- @property --tw-backdrop-invert {
1305
- syntax: "*";
1306
- inherits: false
1307
- }
1308
-
1309
- @property --tw-backdrop-opacity {
1310
- syntax: "*";
1311
- inherits: false
1312
- }
1313
-
1314
- @property --tw-backdrop-saturate {
1315
- syntax: "*";
1316
- inherits: false
1317
- }
1318
-
1319
- @property --tw-backdrop-sepia {
1320
- syntax: "*";
1321
- inherits: false
1322
- }
1323
-
1324
- @property --tw-duration {
1325
- syntax: "*";
1326
- inherits: false
1327
- }
1328
-
1329
- @property --tw-ease {
1330
- syntax: "*";
1331
- inherits: false
1332
- }
1333
- /* Подключение обычного стиля шрифта Montserrat */
1334
- @font-face {
1335
- font-family: 'Montserrat';
1336
- src: url('/Montserrat-Regular.ttf') format('truetype');
1337
- font-weight: normal;
1338
- font-style: normal;
1339
- }
1340
-
1341
- /* Подключение жирного стиля шрифта Montserrat */
1342
- @font-face {
1343
- font-family: 'Montserrat';
1344
- src: url('/Montserrat-Bold.ttf') format('truetype');
1345
- font-weight: bold;
1346
- font-style: normal;
1347
- }
1348
-
1349
- /* Подключение курсивного стиля шрифта Montserrat */
1350
- @font-face {
1351
- font-family: 'Montserrat';
1352
- src: url('/Montserrat-Italic.ttf') format('truetype');
1353
- font-weight: normal;
1354
- font-style: italic;
1355
- }
1356
-
1357
- html, body {
1358
- width: 100%;
1359
- height: 100%;
1360
- }
1361
-
1362
- body {
1363
- background: transparent !important;
1364
- font-family: 'Montserrat', sans-serif !important;
1365
- -webkit-user-select: none;
1366
- /* Специфика для Safari и Chrome */
1367
- -moz-user-select: none;
1368
- /* Специфика для Firefox */
1369
- -ms-user-select: none;
1370
- /* Специфика для Internet Explorer и Edge */
1371
- user-select: none;
1372
- /* Стандартное свойство для других браузеров */
1373
- width: 100% !important;
1374
- height: 100% !important;
1375
- max-width: 100% !important;
1376
- max-height: 100% !important;
1377
- min-height: auto;
1378
- min-width: auto;
1379
- overflow: hidden;
1380
- padding: 0;
1381
- transition: none;
1382
- animation: none;
1383
- }
1384
- :root {
1385
- --color-scheme: dark;
1386
- --color-primary: #067deb;
1387
- --theme-accent-text-color: #6ab2f2;
1388
- --theme-bg-color: #17212b;
1389
- --theme-border-color: #2c3f52;
1390
- --theme-button-color: var(--color-primary);
1391
- --theme-button-text-color: #ffffff;
1392
- --theme-destructive-text-color: #ec3942;
1393
- --theme-header-bg-color: #17212b;
1394
- --theme-hint-color: #708499;
1395
- --theme-link-color: #6ab3f3;
1396
- --theme-secondary-bg-color: #232e3c;
1397
- --theme-section-bg-color: #17212b;
1398
- --theme-section-header-text-color: #6ab3f3;
1399
- --theme-section-separator-color: #111921;
1400
- --theme-subtitle-text-color: #708499;
1401
- --theme-text-color: #f5f5f5;
1402
- --theme-positive-color: #0dad68;
1403
- --theme-negative-color: #ca3b1f;
1404
-
1405
- --alert-success-color: #75b798;
1406
- --alert-warning-color: #ffda6a;
1407
- --alert-error-color: #ea868f;
1408
- --alert-info-color: #6ea8fe;
1409
-
1410
- --input-height: 2.5rem;
1411
- --font-size: 1rem;
1412
-
1413
- /*btn*/
1414
- --btn-padding-x: 0.75rem;
1415
- --btn-padding-y: 0.375rem;
1416
- --btn-font-size: 1rem;
1417
- --btn-font-weight: 400;
1418
- --btn-line-height: 1.5;
1419
- --btn-color: #212529;
1420
- --btn-bg: transparent;
1421
- --btn-border-width: 1px;
1422
- --btn-border-color: transparent;
1423
- --btn-border-radius: 0.375rem;
1424
- --btn-hover-border-color: transparent;
1425
- --btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
1426
- --btn-disabled-opacity: 0.65;
1427
- --btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--btn-focus-shadow-rgb), .5);
1428
-
1429
- --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");
1430
- --btn-plus: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggNEM4LjI3NjE0IDQgOC41IDQuMjIzODYgOC41IDQuNVY3LjVIMTEuNUMxMS43NzYxIDcuNSAxMiA3LjcyMzg2IDEyIDhDMTIgOC4yNzYxNCAxMS43NzYxIDguNSAxMS41IDguNUg4LjVWMTEuNUM4LjUgMTEuNzc2MSA4LjI3NjE0IDEyIDggMTJDNy43MjM4NiAxMiA3LjUgMTEuNzc2MSA3LjUgMTEuNVY4LjVINC41QzQuMjIzODYgOC41IDQgOC4yNzYxNCA0IDhDNCA3LjcyMzg2IDQuMjIzODYgNy41IDQuNSA3LjVINy41VjQuNUM3LjUgNC4yMjM4NiA3LjcyMzg2IDQgOCA0WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
1431
- --btn-minus: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgOEM0IDcuNzIzODYgNC4yMjM4NiA3LjUgNC41IDcuNUgxMS41QzExLjc3NjEgNy41IDEyIDcuNzIzODYgMTIgOEMxMiA4LjI3NjE0IDExLjc3NjEgOC41IDExLjUgOC41SDQuNUM0LjIyMzg2IDguNSA0IDguMjc2MTQgNCA4WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
1432
- --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")
1433
- }
1434
-
1435
- ::-webkit-scrollbar {
1436
- width: 5px;
1437
- height: 8px;
1438
- }
1439
-
1440
- ::-webkit-scrollbar-thumb {
1441
- background-color: var(--theme-border-color);
1442
- opacity: 0.1;
1443
- border-radius: 4px;
1444
- }
1445
- ::-webkit-scrollbar-track {
1446
- background: var(--theme-bg-color);
1447
- border-end-end-radius: 0.375rem;
1448
- border-start-end-radius: 0.375rem;
1449
- }
1450
-
1451
- .btn {
1452
- --btn-color: #fff;
1453
- --btn-bg: var(--color-primary);
1454
- --btn-border-color: var(--color-primary);
1455
- --btn-hover-color: #fff;
1456
- --btn-hover-bg: color-mix(in srgb, var(--color-primary) 87%, black);
1457
- --btn-hover-border-color: color-mix(in srgb, var(--color-primary) 84%, black);
1458
- --btn-focus-shadow-rgb: 49, 132, 253;
1459
- --btn-active-color: #fff;
1460
- --btn-active-bg: color-mix(in srgb, var(--color-primary) 75%, black);
1461
- --btn-active-border-color: color-mix(in srgb, var(--color-primary) 72%, black);
1462
- --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1463
- --btn-disabled-color: #fff;
1464
- --btn-disabled-bg: color-mix(in srgb, var(--color-primary) 87%, black);
1465
- --btn-disabled-border-color: color-mix(in srgb, var(--color-primary) 87%, black);
1466
- }
1467
-
1468
- .alert {
1469
- --alert-color: var(--alert-success-color);
1470
- --alert-bg: color-mix(in srgb, var(--alert-color) 20%, black);
1471
- --alert-border-color: color-mix(in srgb, var(--alert-color) 65%, black);
1472
- --alert-link-color: var(--alert-color);
1473
- --alert-btn-color: var(--alert-color);
1474
- --alert-btn-bg-color:var(--alert-bg);
1475
- --alert-btn-border-color: var(--alert-border-color);
1476
- --alert-btn-hover-bg: color-mix(in srgb, var(--alert-color) 87%, black);
1477
- --alert-btn-active-bg: color-mix(in srgb, var(--alert-color) 75%, black);
1478
- --alert-border-radius: .375rem;
1479
- background-color: var(--alert-bg);
1480
- border: 1px solid var(--alert-border-color);
1481
- color: var(--alert-color);
1482
- border-radius: var(--alert-border-radius);
1483
- }
1484
-
1485
- .tabular-nums {
1486
- font-variant-numeric: tabular-nums;
1487
- }
1488
-
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);--color-sky-500:oklch(68.5% .169 237.323);--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{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.static{position:static}.right-0{right:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.z-20{z-index:20}.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)}.block{display:block}.contents{display:contents}.flex{display:flex}.hidden{display:none}.inline-flex{display:inline-flex}.h-8{height:calc(var(--spacing)*8)}.h-\[1\.3rem\]{height:1.3rem}.h-\[16px\]{height:16px}.h-\[30px\]{height:30px}.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}.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)}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.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)}.text-sky-500{color:var(--color-sky-500)}.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-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)}}.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}