@irshat/robot-ui 1.10.46 → 1.10.48

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