@elmethis/qwik 1.0.0-alpha.24 → 1.0.0-alpha.25
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/lib/index.qwik.cjs +723 -819
- package/lib/index.qwik.mjs +721 -817
- package/lib/q-manifest.json +5 -7
- package/lib/style.css +332 -365
- package/lib-types/components/ag-ui-client/elm-ag-ui-message-renderer.spec.d.ts +1 -0
- package/lib-types/components/ag-ui-client/elm-ag-ui-prompt-picker.browser.spec.d.ts +1 -0
- package/lib-types/components/ag-ui-client/elm-ag-ui-tool-execution.spec.d.ts +1 -0
- package/lib-types/components/ag-ui-client/input-content/elm-ag-ui-input-content.spec.d.ts +1 -0
- package/lib-types/components/code/elm-code-block.spec.d.ts +1 -0
- package/lib-types/components/code/elm-katex.spec.d.ts +1 -0
- package/lib-types/components/code/elm-shiki-highlighter.spec.d.ts +1 -0
- package/lib-types/components/containments/elm-modal.browser.spec.d.ts +1 -0
- package/lib-types/components/containments/elm-modal.d.ts +6 -0
- package/lib-types/components/containments/elm-modal.spec.d.ts +1 -0
- package/lib-types/components/containments/elm-parallax.spec.d.ts +1 -0
- package/lib-types/components/containments/elm-toggle.browser.spec.d.ts +1 -0
- package/lib-types/components/containments/elm-toggle.spec.d.ts +1 -0
- package/lib-types/components/containments/elm-tooltip.browser.spec.d.ts +1 -0
- package/lib-types/components/containments/elm-tooltip.spec.d.ts +1 -0
- package/lib-types/components/fallback/elm-block-fallback.spec.d.ts +1 -0
- package/lib-types/components/fallback/elm-rectangle-wave.spec.d.ts +1 -0
- package/lib-types/components/fallback/elm-unsupported-block.spec.d.ts +1 -0
- package/lib-types/components/form/elm-button.d.ts +1 -1
- package/lib-types/components/form/elm-button.spec.d.ts +1 -0
- package/lib-types/components/form/elm-checkbox.d.ts +2 -2
- package/lib-types/components/form/elm-checkbox.spec.d.ts +1 -0
- package/lib-types/components/form/elm-select.browser.spec.d.ts +1 -0
- package/lib-types/components/form/elm-select.d.ts +1 -1
- package/lib-types/components/form/elm-switch.spec.d.ts +1 -0
- package/lib-types/components/form/elm-text-area.d.ts +1 -1
- package/lib-types/components/form/elm-text-area.spec.d.ts +1 -0
- package/lib-types/components/form/elm-text-field.d.ts +1 -1
- package/lib-types/components/form/elm-text-field.spec.d.ts +1 -0
- package/lib-types/components/form/elm-validation.spec.d.ts +1 -0
- package/lib-types/components/icon/elm-copy-icon.spec.d.ts +1 -0
- package/lib-types/components/icon/elm-dot-loading-icon.spec.d.ts +1 -0
- package/lib-types/components/icon/elm-inline-icon.spec.d.ts +1 -0
- package/lib-types/components/icon/elm-language-icon.spec.d.ts +1 -0
- package/lib-types/components/icon/elm-mdi-icon.spec.d.ts +1 -0
- package/lib-types/components/icon/elm-square-loading-icon.spec.d.ts +1 -0
- package/lib-types/components/icon/elm-toggle-theme.spec.d.ts +1 -0
- package/lib-types/components/media/elm-block-image.browser.spec.d.ts +1 -0
- package/lib-types/components/media/elm-block-image.spec.d.ts +1 -0
- package/lib-types/components/media/elm-file.spec.d.ts +1 -0
- package/lib-types/components/navigation/elm-bookmark.spec.d.ts +1 -0
- package/lib-types/components/navigation/elm-breadcrumb.spec.d.ts +1 -0
- package/lib-types/components/navigation/elm-page-top.spec.d.ts +1 -0
- package/lib-types/components/others/elm-color-primitive-sample.spec.d.ts +1 -0
- package/lib-types/components/others/elm-color-semantic-sample.spec.d.ts +1 -0
- package/lib-types/components/others/elm-jarkup.spec.d.ts +1 -0
- package/lib-types/components/others/elm-markdown.d.ts +1 -1
- package/lib-types/components/others/elm-markdown.spec.d.ts +1 -0
- package/lib-types/components/others/use-wordle.browser.spec.d.ts +1 -0
- package/lib-types/components/table/elm-table-composition.spec.d.ts +1 -0
- package/lib-types/components/typography/elm-block-quote.spec.d.ts +1 -0
- package/lib-types/components/typography/elm-callout.spec.d.ts +1 -0
- package/lib-types/components/typography/elm-divider.spec.d.ts +1 -0
- package/lib-types/components/typography/elm-fragment-identifier.spec.d.ts +1 -0
- package/lib-types/components/typography/elm-heading.spec.d.ts +1 -0
- package/lib-types/components/typography/elm-inline-text.spec.d.ts +1 -0
- package/lib-types/components/typography/elm-list.spec.d.ts +1 -0
- package/lib-types/components/typography/elm-paragraph.spec.d.ts +1 -0
- package/lib-types/hooks/use-auto-animate.browser.spec.d.ts +1 -0
- package/lib-types/hooks/use-clipboard.browser.spec.d.ts +1 -0
- package/lib-types/hooks/use-elmethis-theme.browser.spec.d.ts +1 -0
- package/lib-types/hooks/use-modal.browser.spec.d.ts +1 -0
- package/lib-types/hooks/use-modal.d.ts +5 -10
- package/lib-types/hooks/use-storage.browser.spec.d.ts +1 -0
- package/lib-types/index.d.ts +0 -1
- package/package.json +13 -5
package/lib/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
._elm-
|
|
1
|
+
._elm-tabs_1fco0_1 {
|
|
2
2
|
margin-block-start: var(--elmethis-margin-block-start);
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
background-color: var(--elmethis-color-surface-raised);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
._tab-
|
|
14
|
+
._tab-container_1fco0_14 {
|
|
15
15
|
display: flex;
|
|
16
16
|
flex-direction: row;
|
|
17
17
|
border-bottom: solid 1px oklch(from var(--elmethis-color-primary) l c h / 30%);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.
|
|
20
|
+
._tab_1fco0_14 {
|
|
21
21
|
box-sizing: border-box;
|
|
22
22
|
min-width: 6rem;
|
|
23
23
|
padding: 1rem;
|
|
@@ -31,11 +31,10 @@
|
|
|
31
31
|
transition:
|
|
32
32
|
background-color 200ms,
|
|
33
33
|
border-color 200ms;
|
|
34
|
-
|
|
35
34
|
color: var(--elmethis-scoped-color, var(--elmethis-color-neutral));
|
|
36
35
|
user-select: none;
|
|
37
36
|
|
|
38
|
-
&.
|
|
37
|
+
&._active_1fco0_37 {
|
|
39
38
|
background-color: oklch(from var(--elmethis-color-primary) l c h / 5%);
|
|
40
39
|
border-bottom-color: var(--elmethis-color-primary);
|
|
41
40
|
cursor: default;
|
|
@@ -46,12 +45,12 @@
|
|
|
46
45
|
}
|
|
47
46
|
}
|
|
48
47
|
|
|
49
|
-
._tab-
|
|
48
|
+
._tab-content_1fco0_48 {
|
|
50
49
|
width: 100%;
|
|
51
50
|
margin: 0;
|
|
52
51
|
}
|
|
53
52
|
|
|
54
|
-
._tab-content-
|
|
53
|
+
._tab-content-inner_1fco0_53 {
|
|
55
54
|
box-sizing: border-box;
|
|
56
55
|
padding: 1em;
|
|
57
56
|
}
|
|
@@ -102,7 +101,7 @@
|
|
|
102
101
|
overflow: hidden;
|
|
103
102
|
}
|
|
104
103
|
}
|
|
105
|
-
.
|
|
104
|
+
._elm-heading_9vw8y_1 {
|
|
106
105
|
margin: 0;
|
|
107
106
|
position: relative;
|
|
108
107
|
font-size: var(--elmethis-scoped-font-size);
|
|
@@ -114,7 +113,7 @@
|
|
|
114
113
|
opacity 800ms;
|
|
115
114
|
}
|
|
116
115
|
|
|
117
|
-
.
|
|
116
|
+
._h1_9vw8y_13 {
|
|
118
117
|
&::after {
|
|
119
118
|
position: absolute;
|
|
120
119
|
content: "";
|
|
@@ -136,7 +135,7 @@
|
|
|
136
135
|
}
|
|
137
136
|
}
|
|
138
137
|
|
|
139
|
-
.
|
|
138
|
+
._h2_9vw8y_35 {
|
|
140
139
|
&::after {
|
|
141
140
|
position: absolute;
|
|
142
141
|
content: "";
|
|
@@ -162,7 +161,7 @@
|
|
|
162
161
|
}
|
|
163
162
|
}
|
|
164
163
|
|
|
165
|
-
.
|
|
164
|
+
._h2-underline_9vw8y_61 {
|
|
166
165
|
overflow: hidden;
|
|
167
166
|
position: absolute;
|
|
168
167
|
content: "";
|
|
@@ -173,7 +172,7 @@
|
|
|
173
172
|
background-color: var(--elmethis-color-neutral-weak);
|
|
174
173
|
}
|
|
175
174
|
|
|
176
|
-
.
|
|
175
|
+
._h3_9vw8y_72 {
|
|
177
176
|
box-sizing: border-box;
|
|
178
177
|
padding-left: 0.75rem;
|
|
179
178
|
|
|
@@ -188,15 +187,15 @@
|
|
|
188
187
|
}
|
|
189
188
|
}
|
|
190
189
|
|
|
191
|
-
.
|
|
190
|
+
._h4_9vw8y_87 {
|
|
192
191
|
position: relative;
|
|
193
192
|
}
|
|
194
193
|
|
|
195
|
-
.
|
|
194
|
+
._h5_9vw8y_91 {
|
|
196
195
|
position: relative;
|
|
197
196
|
}
|
|
198
197
|
|
|
199
|
-
.
|
|
198
|
+
._h6_9vw8y_95 {
|
|
200
199
|
position: relative;
|
|
201
200
|
}
|
|
202
201
|
._text_zme4t_1 {
|
|
@@ -210,7 +209,7 @@
|
|
|
210
209
|
);
|
|
211
210
|
}
|
|
212
211
|
}
|
|
213
|
-
.
|
|
212
|
+
._elm-fragment-identifier_xb2v4_1 {
|
|
214
213
|
font-size: 1rem;
|
|
215
214
|
width: 1rem;
|
|
216
215
|
height: 1rem;
|
|
@@ -238,7 +237,7 @@
|
|
|
238
237
|
transform: translateX(1px) translateY(1px);
|
|
239
238
|
}
|
|
240
239
|
}
|
|
241
|
-
.
|
|
240
|
+
._elm-inline-text_uf3sg_1 {
|
|
242
241
|
padding: 0;
|
|
243
242
|
margin: 0;
|
|
244
243
|
white-space: pre-line;
|
|
@@ -250,7 +249,7 @@
|
|
|
250
249
|
text-decoration-color: var(--elmethis-scoped-color);
|
|
251
250
|
}
|
|
252
251
|
|
|
253
|
-
.
|
|
252
|
+
._code_uf3sg_13 {
|
|
254
253
|
margin-inline: 0.25rem;
|
|
255
254
|
padding: 2px 0.5em;
|
|
256
255
|
font-size: calc(1em - 2px);
|
|
@@ -262,7 +261,7 @@
|
|
|
262
261
|
);
|
|
263
262
|
}
|
|
264
263
|
|
|
265
|
-
.
|
|
264
|
+
._kbd_uf3sg_25 {
|
|
266
265
|
padding: 0.125rem 0.25rem;
|
|
267
266
|
position: relative;
|
|
268
267
|
border-radius: 0.125rem;
|
|
@@ -279,7 +278,6 @@
|
|
|
279
278
|
width: 100%;
|
|
280
279
|
border: solid 1px var(--elmethis-color-surface-raised);
|
|
281
280
|
border-radius: 0.125rem;
|
|
282
|
-
|
|
283
281
|
background-color: var(--elmethis-color-surface-raised);
|
|
284
282
|
}
|
|
285
283
|
|
|
@@ -296,7 +294,7 @@
|
|
|
296
294
|
}
|
|
297
295
|
}
|
|
298
296
|
|
|
299
|
-
.
|
|
297
|
+
._link_uf3sg_58 {
|
|
300
298
|
all: unset;
|
|
301
299
|
color: var(--elmethis-color-accent-link);
|
|
302
300
|
box-sizing: border-box;
|
|
@@ -332,7 +330,7 @@
|
|
|
332
330
|
}
|
|
333
331
|
}
|
|
334
332
|
|
|
335
|
-
.
|
|
333
|
+
._ogp_uf3sg_94 {
|
|
336
334
|
display: flex;
|
|
337
335
|
flex-direction: column;
|
|
338
336
|
gap: 0.25rem;
|
|
@@ -342,22 +340,22 @@
|
|
|
342
340
|
background-color: var(--elmethis-color-surface-raised);
|
|
343
341
|
}
|
|
344
342
|
|
|
345
|
-
._ogp-
|
|
343
|
+
._ogp-text_uf3sg_104 {
|
|
346
344
|
box-sizing: border-box;
|
|
347
345
|
padding: 0.5rem;
|
|
348
346
|
}
|
|
349
347
|
|
|
350
|
-
._ogp-
|
|
348
|
+
._ogp-title_uf3sg_109 {
|
|
351
349
|
box-sizing: border-box;
|
|
352
350
|
font-weight: bold;
|
|
353
351
|
padding-block-end: 0.25rem;
|
|
354
352
|
}
|
|
355
353
|
|
|
356
|
-
._ogp-
|
|
354
|
+
._ogp-description_uf3sg_115 {
|
|
357
355
|
opacity: 0.7;
|
|
358
356
|
padding: 0.25rem;
|
|
359
357
|
}
|
|
360
|
-
.
|
|
358
|
+
._elm-inline-icon_1qs0i_1 {
|
|
361
359
|
margin: 0;
|
|
362
360
|
padding: 0;
|
|
363
361
|
display: inline-block;
|
|
@@ -395,7 +393,7 @@
|
|
|
395
393
|
filter: none;
|
|
396
394
|
}
|
|
397
395
|
}
|
|
398
|
-
.
|
|
396
|
+
._elm-paragraph_rbsk5_1 {
|
|
399
397
|
transition: opacity 800ms;
|
|
400
398
|
line-height: 1.75;
|
|
401
399
|
color: var(--elmethis-scoped-color, var(--elmethis-color-neutral));
|
|
@@ -661,10 +659,10 @@
|
|
|
661
659
|
flex-direction: column;
|
|
662
660
|
gap: 4px;
|
|
663
661
|
}
|
|
664
|
-
.
|
|
662
|
+
._elm-katex_189xe_1 {
|
|
665
663
|
margin-block-start: var(--elmethis-margin-block-start);
|
|
666
664
|
}
|
|
667
|
-
.
|
|
665
|
+
._elm-code-block_xdmlc_1 {
|
|
668
666
|
display: grid;
|
|
669
667
|
grid-template: "language-icon caption copy-icon" 2.75rem "divider divider divider" 1px "code code code" 1fr / 2rem 1fr 2.5rem;
|
|
670
668
|
align-items: center;
|
|
@@ -680,30 +678,30 @@
|
|
|
680
678
|
box-shadow: 0 0 0.125rem var(--elmethis-box-shadow-color);
|
|
681
679
|
}
|
|
682
680
|
|
|
683
|
-
._language-
|
|
681
|
+
._language-icon_xdmlc_17 {
|
|
684
682
|
grid-area: language-icon;
|
|
685
683
|
padding-inline-start: 0.75rem;
|
|
686
684
|
}
|
|
687
685
|
|
|
688
|
-
.
|
|
686
|
+
._caption_xdmlc_22 {
|
|
689
687
|
grid-area: caption;
|
|
690
688
|
padding: 1rem;
|
|
691
689
|
font-family: monospace;
|
|
692
690
|
font-size: 1rem;
|
|
693
691
|
}
|
|
694
692
|
|
|
695
|
-
._copy-
|
|
693
|
+
._copy-icon_xdmlc_29 {
|
|
696
694
|
grid-area: copy-icon;
|
|
697
695
|
}
|
|
698
696
|
|
|
699
|
-
.
|
|
697
|
+
._divider_xdmlc_33 {
|
|
700
698
|
grid-area: divider;
|
|
701
699
|
width: calc(100% - 1rem);
|
|
702
700
|
border: none;
|
|
703
701
|
border-bottom: solid 1px rgb(128 128 128 / 50%);
|
|
704
702
|
}
|
|
705
703
|
|
|
706
|
-
.
|
|
704
|
+
._code_xdmlc_40 {
|
|
707
705
|
grid-area: code;
|
|
708
706
|
box-sizing: border-box;
|
|
709
707
|
padding: 0 1rem;
|
|
@@ -713,14 +711,14 @@
|
|
|
713
711
|
._path_1aa0a_1 {
|
|
714
712
|
fill: light-dark(#293138, #d2dbe3);
|
|
715
713
|
}
|
|
716
|
-
.
|
|
714
|
+
._elm-mdi-icon_ihskx_1 {
|
|
717
715
|
fill: light-dark(
|
|
718
716
|
var(--elmethis-scoped-color, #555b67),
|
|
719
717
|
var(--dark-color, #b0b5be)
|
|
720
718
|
);
|
|
721
719
|
transition: fill 200ms;
|
|
722
720
|
}
|
|
723
|
-
.
|
|
721
|
+
._elm-shiki-highlighter_j5tas_1 {
|
|
724
722
|
font-size: 1rem;
|
|
725
723
|
line-height: 1.5rem;
|
|
726
724
|
|
|
@@ -748,7 +746,7 @@
|
|
|
748
746
|
}
|
|
749
747
|
}
|
|
750
748
|
}
|
|
751
|
-
._use-
|
|
749
|
+
._use-clipboard_mb0qt_1 {
|
|
752
750
|
display: inline-flex;
|
|
753
751
|
justify-content: center;
|
|
754
752
|
align-items: center;
|
|
@@ -756,18 +754,17 @@
|
|
|
756
754
|
border-radius: 0.25rem;
|
|
757
755
|
transition: background-color 200ms;
|
|
758
756
|
cursor: pointer;
|
|
759
|
-
|
|
760
757
|
color: var(--elmethis-scoped-color, var(--elmethis-color-neutral));
|
|
761
758
|
|
|
762
759
|
&:hover {
|
|
763
760
|
background-color: var(--elmethis-color-primary-hover);
|
|
764
761
|
}
|
|
765
762
|
|
|
766
|
-
._use-clipboard-icon-
|
|
763
|
+
._use-clipboard-icon-copied_mb0qt_15 {
|
|
767
764
|
color: var(--elmethis-color-primary);
|
|
768
765
|
}
|
|
769
766
|
}
|
|
770
|
-
.
|
|
767
|
+
._elm-block-image_kwjx3_1 {
|
|
771
768
|
margin-block-start: var(--elmethis-margin-block-start);
|
|
772
769
|
margin-inline: 0;
|
|
773
770
|
display: flex;
|
|
@@ -778,7 +775,7 @@
|
|
|
778
775
|
width: 100%;
|
|
779
776
|
}
|
|
780
777
|
|
|
781
|
-
._image-
|
|
778
|
+
._image-container_kwjx3_12 {
|
|
782
779
|
width: 100%;
|
|
783
780
|
height: 100%;
|
|
784
781
|
position: relative;
|
|
@@ -787,7 +784,7 @@
|
|
|
787
784
|
align-items: center;
|
|
788
785
|
}
|
|
789
786
|
|
|
790
|
-
.
|
|
787
|
+
._image_kwjx3_12 {
|
|
791
788
|
max-width: 100%;
|
|
792
789
|
max-height: min(100%, 100vh);
|
|
793
790
|
width: auto;
|
|
@@ -802,7 +799,7 @@
|
|
|
802
799
|
cursor: var(--elmethis-scoped-cursor);
|
|
803
800
|
}
|
|
804
801
|
|
|
805
|
-
.
|
|
802
|
+
._fallback_kwjx3_36 {
|
|
806
803
|
width: 100%;
|
|
807
804
|
height: 100%;
|
|
808
805
|
inset: 0 0 auto auto;
|
|
@@ -812,7 +809,7 @@
|
|
|
812
809
|
pointer-events: none;
|
|
813
810
|
}
|
|
814
811
|
|
|
815
|
-
._caption-
|
|
812
|
+
._caption-box_kwjx3_46 {
|
|
816
813
|
box-sizing: border-box;
|
|
817
814
|
padding: 0 1rem;
|
|
818
815
|
display: flex;
|
|
@@ -823,27 +820,12 @@
|
|
|
823
820
|
opacity: var(--elmethis-scoped-opacity, 1);
|
|
824
821
|
transition: opacity 400ms;
|
|
825
822
|
|
|
826
|
-
._caption-
|
|
823
|
+
._caption-icon_kwjx3_57 {
|
|
827
824
|
flex: 1;
|
|
828
825
|
color: var(--elmethis-color-primary);
|
|
829
826
|
}
|
|
830
827
|
}
|
|
831
|
-
|
|
832
|
-
._modal-container_t4lyp_63 {
|
|
833
|
-
width: 100vw;
|
|
834
|
-
height: 100vh;
|
|
835
|
-
display: flex;
|
|
836
|
-
justify-content: center;
|
|
837
|
-
align-items: center;
|
|
838
|
-
position: fixed;
|
|
839
|
-
inset: 0 0 auto auto;
|
|
840
|
-
z-index: 100;
|
|
841
|
-
background-color: rgb(35 38 42 / 80%);
|
|
842
|
-
cursor: zoom-out;
|
|
843
|
-
opacity: var(--elmethis-scoped-opacity, 1);
|
|
844
|
-
transition: opacity 200ms;
|
|
845
|
-
}
|
|
846
|
-
@keyframes _elm-rectangle-wave_z699a_1 {
|
|
828
|
+
@keyframes _wave_70gad_1 {
|
|
847
829
|
0% {
|
|
848
830
|
transform: scale(0);
|
|
849
831
|
opacity: 0;
|
|
@@ -863,14 +845,14 @@
|
|
|
863
845
|
}
|
|
864
846
|
}
|
|
865
847
|
|
|
866
|
-
.
|
|
848
|
+
._elm-rectangle-wave_70gad_21 {
|
|
867
849
|
box-sizing: border-box;
|
|
868
850
|
position: absolute;
|
|
869
851
|
overflow: hidden;
|
|
870
852
|
margin: 0;
|
|
871
853
|
width: 100%;
|
|
872
854
|
height: 100%;
|
|
873
|
-
animation-name:
|
|
855
|
+
animation-name: _wave_70gad_1;
|
|
874
856
|
animation-duration: 1200ms;
|
|
875
857
|
animation-iteration-count: infinite;
|
|
876
858
|
animation-fill-mode: both;
|
|
@@ -878,7 +860,39 @@
|
|
|
878
860
|
border-width: 1px;
|
|
879
861
|
border-color: var(--elmethis-color-primary);
|
|
880
862
|
}
|
|
881
|
-
.
|
|
863
|
+
._elm-modal_12j1m_1 {
|
|
864
|
+
border: none;
|
|
865
|
+
|
|
866
|
+
/* showModal() focuses the dialog itself when it has no focusable child
|
|
867
|
+
(e.g. an image-only lightbox); suppress the outline on the box. Focusable
|
|
868
|
+
content inside keeps its own focus ring. */
|
|
869
|
+
outline: none;
|
|
870
|
+
margin: auto;
|
|
871
|
+
padding: 0;
|
|
872
|
+
opacity: 0;
|
|
873
|
+
transition: opacity var(--elmethis-scoped-modal-delay, 200ms);
|
|
874
|
+
transition-timing-function: var(
|
|
875
|
+
--elmethis-scoped-transition-timing-function,
|
|
876
|
+
ease-in-out
|
|
877
|
+
);
|
|
878
|
+
background-color: transparent;
|
|
879
|
+
|
|
880
|
+
&._shown_12j1m_18 {
|
|
881
|
+
opacity: 1;
|
|
882
|
+
|
|
883
|
+
&::backdrop {
|
|
884
|
+
opacity: 1;
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
&::backdrop {
|
|
889
|
+
opacity: 0;
|
|
890
|
+
transition: opacity var(--elmethis-scoped-modal-delay, 200ms);
|
|
891
|
+
background-color: transparent;
|
|
892
|
+
background-color: oklch(from black l c h / 50%);
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
._elm-file_1oen6_1 {
|
|
882
896
|
margin-block-start: var(--elmethis-margin-block-start);
|
|
883
897
|
padding: 1rem;
|
|
884
898
|
display: grid;
|
|
@@ -890,12 +904,12 @@
|
|
|
890
904
|
background-color: light-dark(rgb(255 255 255 / 20%), rgb(0 0 0 / 20%));
|
|
891
905
|
}
|
|
892
906
|
|
|
893
|
-
._file-
|
|
907
|
+
._file-size_1oen6_13 {
|
|
894
908
|
text-align: right;
|
|
895
909
|
opacity: 0.5;
|
|
896
910
|
}
|
|
897
911
|
|
|
898
|
-
._download-
|
|
912
|
+
._download-icon_1oen6_18 {
|
|
899
913
|
display: flex;
|
|
900
914
|
justify-content: center;
|
|
901
915
|
align-items: center;
|
|
@@ -912,7 +926,7 @@
|
|
|
912
926
|
background-color: light-dark(rgb(0 0 0 / 10%), rgb(255 255 255 / 10%));
|
|
913
927
|
}
|
|
914
928
|
}
|
|
915
|
-
.
|
|
929
|
+
._elm-bookmark_67069_1 {
|
|
916
930
|
all: unset;
|
|
917
931
|
display: block;
|
|
918
932
|
container-type: inline-size;
|
|
@@ -935,7 +949,7 @@
|
|
|
935
949
|
}
|
|
936
950
|
}
|
|
937
951
|
|
|
938
|
-
.
|
|
952
|
+
._container_67069_24 {
|
|
939
953
|
all: unset;
|
|
940
954
|
cursor: pointer;
|
|
941
955
|
width: 100%;
|
|
@@ -947,7 +961,7 @@
|
|
|
947
961
|
}
|
|
948
962
|
}
|
|
949
963
|
|
|
950
|
-
.
|
|
964
|
+
._image_67069_36 {
|
|
951
965
|
overflow: hidden;
|
|
952
966
|
height: 100%;
|
|
953
967
|
opacity: 0.9;
|
|
@@ -967,7 +981,7 @@
|
|
|
967
981
|
}
|
|
968
982
|
}
|
|
969
983
|
|
|
970
|
-
.
|
|
984
|
+
._content_67069_56 {
|
|
971
985
|
flex: 1;
|
|
972
986
|
width: 75%;
|
|
973
987
|
box-sizing: border-box;
|
|
@@ -983,16 +997,16 @@
|
|
|
983
997
|
width: 100%;
|
|
984
998
|
}
|
|
985
999
|
|
|
986
|
-
.
|
|
1000
|
+
._title_67069_72 {
|
|
987
1001
|
box-sizing: border-box;
|
|
988
1002
|
}
|
|
989
1003
|
|
|
990
|
-
.
|
|
1004
|
+
._description_67069_76 {
|
|
991
1005
|
box-sizing: border-box;
|
|
992
1006
|
opacity: 0.7;
|
|
993
1007
|
}
|
|
994
1008
|
|
|
995
|
-
.
|
|
1009
|
+
._link_67069_81 {
|
|
996
1010
|
line-height: 0.75rem;
|
|
997
1011
|
display: flex;
|
|
998
1012
|
justify-content: flex-end;
|
|
@@ -1001,7 +1015,7 @@
|
|
|
1001
1015
|
opacity: 0.7;
|
|
1002
1016
|
}
|
|
1003
1017
|
}
|
|
1004
|
-
.
|
|
1018
|
+
._elm-toggle_d59g8_1 {
|
|
1005
1019
|
margin-block-start: var(--elmethis-margin-block-start);
|
|
1006
1020
|
box-sizing: border-box;
|
|
1007
1021
|
display: grid;
|
|
@@ -1009,12 +1023,12 @@
|
|
|
1009
1023
|
gap: 0.5rem 2.5rem;
|
|
1010
1024
|
transition: grid-template-rows 200ms;
|
|
1011
1025
|
|
|
1012
|
-
&.
|
|
1026
|
+
&._open_d59g8_9 {
|
|
1013
1027
|
grid-template-rows: 2rem 1fr;
|
|
1014
1028
|
}
|
|
1015
1029
|
}
|
|
1016
1030
|
|
|
1017
|
-
.
|
|
1031
|
+
._summary_d59g8_14 {
|
|
1018
1032
|
align-self: center;
|
|
1019
1033
|
grid-area: summary;
|
|
1020
1034
|
width: 100%;
|
|
@@ -1029,14 +1043,14 @@
|
|
|
1029
1043
|
transition: background-color 200ms;
|
|
1030
1044
|
border-radius: 0.25rem;
|
|
1031
1045
|
|
|
1032
|
-
._summary-
|
|
1046
|
+
._summary-left_d59g8_29 {
|
|
1033
1047
|
flex-shrink: 0;
|
|
1034
1048
|
display: flex;
|
|
1035
1049
|
gap: 0.5rem;
|
|
1036
1050
|
align-items: center;
|
|
1037
1051
|
}
|
|
1038
1052
|
|
|
1039
|
-
.
|
|
1053
|
+
._divider_d59g8_36 {
|
|
1040
1054
|
all: unset;
|
|
1041
1055
|
flex-shrink: 1;
|
|
1042
1056
|
box-sizing: border-box;
|
|
@@ -1050,7 +1064,7 @@
|
|
|
1050
1064
|
background-color: var(--elmethis-color-primary-hover);
|
|
1051
1065
|
}
|
|
1052
1066
|
|
|
1053
|
-
.
|
|
1067
|
+
._chevron_d59g8_50 {
|
|
1054
1068
|
display: flex;
|
|
1055
1069
|
justify-content: center;
|
|
1056
1070
|
align-items: center;
|
|
@@ -1058,12 +1072,12 @@
|
|
|
1058
1072
|
transform: rotate(0deg);
|
|
1059
1073
|
transform-origin: center;
|
|
1060
1074
|
|
|
1061
|
-
&.
|
|
1075
|
+
&._open_d59g8_9 {
|
|
1062
1076
|
transform: rotate(90deg);
|
|
1063
1077
|
}
|
|
1064
1078
|
}
|
|
1065
1079
|
|
|
1066
|
-
.
|
|
1080
|
+
._cross_d59g8_63 {
|
|
1067
1081
|
display: flex;
|
|
1068
1082
|
justify-content: center;
|
|
1069
1083
|
align-items: center;
|
|
@@ -1071,13 +1085,13 @@
|
|
|
1071
1085
|
transform: rotate(0deg);
|
|
1072
1086
|
transform-origin: center;
|
|
1073
1087
|
|
|
1074
|
-
&.
|
|
1088
|
+
&._open_d59g8_9 {
|
|
1075
1089
|
transform: rotate(135deg);
|
|
1076
1090
|
}
|
|
1077
1091
|
}
|
|
1078
1092
|
}
|
|
1079
1093
|
|
|
1080
|
-
.
|
|
1094
|
+
._border_d59g8_77 {
|
|
1081
1095
|
grid-area: border;
|
|
1082
1096
|
width: 1px;
|
|
1083
1097
|
margin-left: 1rem;
|
|
@@ -1085,19 +1099,19 @@
|
|
|
1085
1099
|
background-color: oklch(from gray l c h / 12.5%);
|
|
1086
1100
|
}
|
|
1087
1101
|
|
|
1088
|
-
.
|
|
1102
|
+
._content_d59g8_85 {
|
|
1089
1103
|
grid-area: content;
|
|
1090
1104
|
box-sizing: border-box;
|
|
1091
1105
|
overflow: hidden;
|
|
1092
1106
|
transition: padding 200ms;
|
|
1093
1107
|
transition-timing-function: steps(1, jump-end);
|
|
1094
1108
|
|
|
1095
|
-
&.
|
|
1109
|
+
&._open_d59g8_9 {
|
|
1096
1110
|
transition-timing-function: steps(1, jump-start);
|
|
1097
1111
|
padding: 0.125rem;
|
|
1098
1112
|
}
|
|
1099
1113
|
}
|
|
1100
|
-
.
|
|
1114
|
+
._elm-block-quote_lqbme_1 {
|
|
1101
1115
|
box-sizing: border-box;
|
|
1102
1116
|
width: 100%;
|
|
1103
1117
|
margin-block-start: var(--elmethis-margin-block-start);
|
|
@@ -1116,25 +1130,25 @@
|
|
|
1116
1130
|
}
|
|
1117
1131
|
}
|
|
1118
1132
|
|
|
1119
|
-
.
|
|
1133
|
+
._body_lqbme_20 {
|
|
1120
1134
|
box-sizing: border-box;
|
|
1121
1135
|
padding: 2rem 1.5rem;
|
|
1122
1136
|
}
|
|
1123
1137
|
|
|
1124
|
-
.
|
|
1138
|
+
._icon_lqbme_25 {
|
|
1125
1139
|
position: absolute;
|
|
1126
1140
|
content: "";
|
|
1127
1141
|
color: var(--elmethis-color-primary-weak);
|
|
1128
1142
|
|
|
1129
|
-
&._icon-top-
|
|
1143
|
+
&._icon-top-left_lqbme_30 {
|
|
1130
1144
|
inset: 0.25rem auto auto 0.5rem;
|
|
1131
1145
|
}
|
|
1132
1146
|
|
|
1133
|
-
&._icon-bottom-
|
|
1147
|
+
&._icon-bottom-right_lqbme_34 {
|
|
1134
1148
|
inset: auto 0.25rem 0.25rem auto;
|
|
1135
1149
|
}
|
|
1136
1150
|
}
|
|
1137
|
-
.
|
|
1151
|
+
._elm-callout_1xydl_1 {
|
|
1138
1152
|
position: relative;
|
|
1139
1153
|
padding: 1rem;
|
|
1140
1154
|
margin-block-start: var(--elmethis-margin-block-start);
|
|
@@ -1160,7 +1174,7 @@
|
|
|
1160
1174
|
pointer-events: none;
|
|
1161
1175
|
}
|
|
1162
1176
|
|
|
1163
|
-
.
|
|
1177
|
+
._header_1xydl_27 {
|
|
1164
1178
|
display: flex;
|
|
1165
1179
|
align-items: center;
|
|
1166
1180
|
gap: 0.5rem;
|
|
@@ -1169,41 +1183,41 @@
|
|
|
1169
1183
|
color: var(--elmethis-scoped-callout-color);
|
|
1170
1184
|
}
|
|
1171
1185
|
|
|
1172
|
-
.
|
|
1186
|
+
._content_1xydl_36 {
|
|
1173
1187
|
padding-block: 1rem 0.25rem;
|
|
1174
1188
|
}
|
|
1175
1189
|
|
|
1176
|
-
.
|
|
1190
|
+
._icon_1xydl_40 {
|
|
1177
1191
|
color: var(--elmethis-scoped-callout-color);
|
|
1178
1192
|
}
|
|
1179
1193
|
}
|
|
1180
1194
|
|
|
1181
|
-
.
|
|
1195
|
+
._note_1xydl_45 {
|
|
1182
1196
|
--elmethis-scoped-callout-color: var(--elmethis-color-accent-info);
|
|
1183
1197
|
}
|
|
1184
1198
|
|
|
1185
|
-
.
|
|
1199
|
+
._tip_1xydl_49 {
|
|
1186
1200
|
--elmethis-scoped-callout-color: var(--elmethis-color-accent-success);
|
|
1187
1201
|
}
|
|
1188
1202
|
|
|
1189
|
-
.
|
|
1203
|
+
._important_1xydl_53 {
|
|
1190
1204
|
--elmethis-scoped-callout-color: var(--elmethis-color-accent-important);
|
|
1191
1205
|
}
|
|
1192
1206
|
|
|
1193
|
-
.
|
|
1207
|
+
._warning_1xydl_57 {
|
|
1194
1208
|
--elmethis-scoped-callout-color: var(--elmethis-color-accent-warning);
|
|
1195
1209
|
}
|
|
1196
1210
|
|
|
1197
|
-
.
|
|
1211
|
+
._caution_1xydl_61 {
|
|
1198
1212
|
--elmethis-scoped-callout-color: var(--elmethis-color-accent-error);
|
|
1199
1213
|
}
|
|
1200
|
-
.
|
|
1214
|
+
._elm-divider_8xkqn_1 {
|
|
1201
1215
|
margin-block-start: var(--elmethis-margin-block-start);
|
|
1202
1216
|
width: 100%;
|
|
1203
1217
|
border: none;
|
|
1204
1218
|
border-bottom: dashed 1px var(--elmethis-color-primary);
|
|
1205
1219
|
}
|
|
1206
|
-
.
|
|
1220
|
+
._elm-list_n8430_1 {
|
|
1207
1221
|
margin-block-start: var(--elmethis-margin-block-start);
|
|
1208
1222
|
opacity: var(--elmethis-scoped-opacity);
|
|
1209
1223
|
transition: opacity 800ms;
|
|
@@ -1211,7 +1225,7 @@
|
|
|
1211
1225
|
padding-left: 1.25rem;
|
|
1212
1226
|
}
|
|
1213
1227
|
|
|
1214
|
-
.
|
|
1228
|
+
._bulleted_n8430_9 {
|
|
1215
1229
|
list-style: none;
|
|
1216
1230
|
|
|
1217
1231
|
li {
|
|
@@ -1260,7 +1274,7 @@
|
|
|
1260
1274
|
}
|
|
1261
1275
|
}
|
|
1262
1276
|
|
|
1263
|
-
.
|
|
1277
|
+
._numbered_n8430_58 {
|
|
1264
1278
|
li {
|
|
1265
1279
|
box-sizing: border-box;
|
|
1266
1280
|
padding-left: 0.25rem;
|
|
@@ -1296,14 +1310,14 @@
|
|
|
1296
1310
|
list-style-type: none;
|
|
1297
1311
|
}
|
|
1298
1312
|
}
|
|
1299
|
-
.
|
|
1313
|
+
._elm-table_14qfo_1 {
|
|
1300
1314
|
margin-block-start: var(--elmethis-margin-block-start);
|
|
1301
1315
|
border-collapse: collapse;
|
|
1302
1316
|
border-spacing: 0;
|
|
1303
1317
|
box-shadow: 0 0 0.125rem rgb(0 0 0 / 20%);
|
|
1304
1318
|
}
|
|
1305
1319
|
|
|
1306
|
-
.
|
|
1320
|
+
._caption_14qfo_8 {
|
|
1307
1321
|
position: relative;
|
|
1308
1322
|
width: 100%;
|
|
1309
1323
|
display: inline-flex;
|
|
@@ -1313,26 +1327,26 @@
|
|
|
1313
1327
|
margin-block-end: 1rem;
|
|
1314
1328
|
}
|
|
1315
1329
|
|
|
1316
|
-
._caption-
|
|
1330
|
+
._caption-inner_14qfo_18 {
|
|
1317
1331
|
display: inline-flex;
|
|
1318
1332
|
justify-content: center;
|
|
1319
1333
|
align-items: center;
|
|
1320
1334
|
gap: 0.25rem;
|
|
1321
1335
|
}
|
|
1322
1336
|
|
|
1323
|
-
.
|
|
1337
|
+
._spacing_14qfo_25 {
|
|
1324
1338
|
flex-grow: 1;
|
|
1325
1339
|
height: 1px;
|
|
1326
1340
|
background-color: rgb(128 128 128 / 20%);
|
|
1327
1341
|
}
|
|
1328
|
-
.
|
|
1342
|
+
._elm-table-header_jhft7_1 {
|
|
1329
1343
|
text-align: left;
|
|
1330
1344
|
transition:
|
|
1331
1345
|
background-color 400ms,
|
|
1332
1346
|
color 400ms;
|
|
1333
1347
|
border-bottom: 2px solid var(--elmethis-color-primary-weak);
|
|
1334
1348
|
}
|
|
1335
|
-
.
|
|
1349
|
+
._elm-table-row_mkm0q_1 {
|
|
1336
1350
|
transition: background-color 200ms;
|
|
1337
1351
|
|
|
1338
1352
|
&:nth-child(odd) {
|
|
@@ -1347,11 +1361,10 @@
|
|
|
1347
1361
|
background-color: var(--elmethis-color-surface-sunken);
|
|
1348
1362
|
}
|
|
1349
1363
|
}
|
|
1350
|
-
.
|
|
1364
|
+
._elm-table-cell_1a21f_1 {
|
|
1351
1365
|
padding: 0.75rem 1rem;
|
|
1352
1366
|
border-right: 1px dashed
|
|
1353
|
-
oklch(from var(--elmethis-color-primary-weak) l c h /
|
|
1354
|
-
|
|
1367
|
+
oklch(from var(--elmethis-color-primary-weak) l c h / 50%);
|
|
1355
1368
|
color: var(--elmethis-scoped-color, var(--elmethis-color-neutral));
|
|
1356
1369
|
|
|
1357
1370
|
&::selection {
|
|
@@ -1367,15 +1380,15 @@
|
|
|
1367
1380
|
}
|
|
1368
1381
|
}
|
|
1369
1382
|
|
|
1370
|
-
.
|
|
1383
|
+
._td_1a21f_20 {
|
|
1371
1384
|
border-top: 1px solid
|
|
1372
|
-
oklch(from var(--elmethis-color-primary-weak) l c h /
|
|
1385
|
+
oklch(from var(--elmethis-color-primary-weak) l c h / 50%);
|
|
1373
1386
|
}
|
|
1374
1387
|
|
|
1375
|
-
.
|
|
1388
|
+
._th_1a21f_25 {
|
|
1376
1389
|
background-color: var(--elmethis-color-surface-sunken);
|
|
1377
1390
|
}
|
|
1378
|
-
.
|
|
1391
|
+
._elm-unsupported-block_xdddx_1 {
|
|
1379
1392
|
box-sizing: border-box;
|
|
1380
1393
|
padding: 4rem;
|
|
1381
1394
|
margin-block-start: var(--elmethis-margin-block-start);
|
|
@@ -1388,18 +1401,18 @@
|
|
|
1388
1401
|
color-mix(in srgb, var(--elmethis-color-neutral-weak) 50%, transparent);
|
|
1389
1402
|
}
|
|
1390
1403
|
|
|
1391
|
-
.
|
|
1404
|
+
._message_xdddx_14 {
|
|
1392
1405
|
display: flex;
|
|
1393
1406
|
gap: 0.5rem;
|
|
1394
1407
|
justify-content: center;
|
|
1395
1408
|
align-items: center;
|
|
1396
1409
|
}
|
|
1397
1410
|
|
|
1398
|
-
.
|
|
1411
|
+
._icon_xdddx_21 {
|
|
1399
1412
|
fill: var(--elmethis-color-neutral-weak);
|
|
1400
1413
|
}
|
|
1401
1414
|
|
|
1402
|
-
.
|
|
1415
|
+
._details_xdddx_25 {
|
|
1403
1416
|
opacity: 0.75;
|
|
1404
1417
|
}
|
|
1405
1418
|
._message-content-assistant-wrapper_80z92_1 {
|
|
@@ -1449,7 +1462,7 @@
|
|
|
1449
1462
|
background-color: oklch(from grey l c h / 12.5%);
|
|
1450
1463
|
}
|
|
1451
1464
|
}
|
|
1452
|
-
._elm-ag-ui-
|
|
1465
|
+
._elm-ag-ui-input_1st6f_1 {
|
|
1453
1466
|
position: relative;
|
|
1454
1467
|
box-sizing: border-box;
|
|
1455
1468
|
width: 100%;
|
|
@@ -1457,7 +1470,7 @@
|
|
|
1457
1470
|
flex-direction: column;
|
|
1458
1471
|
}
|
|
1459
1472
|
|
|
1460
|
-
._picker-
|
|
1473
|
+
._picker-container_1st6f_9 {
|
|
1461
1474
|
width: 100%;
|
|
1462
1475
|
margin-block-end: 0.5rem;
|
|
1463
1476
|
}
|
|
@@ -1470,7 +1483,7 @@
|
|
|
1470
1483
|
refused to honor `width: 100%` reliably when its grid cell crossed
|
|
1471
1484
|
three tracks).
|
|
1472
1485
|
*/
|
|
1473
|
-
.
|
|
1486
|
+
._card_1st6f_22 {
|
|
1474
1487
|
box-sizing: border-box;
|
|
1475
1488
|
padding: 0.5rem;
|
|
1476
1489
|
width: 100%;
|
|
@@ -1481,7 +1494,7 @@
|
|
|
1481
1494
|
background-color: #f7f7f9;
|
|
1482
1495
|
box-shadow: 0 0 2px oklch(from black l c h / 25%);
|
|
1483
1496
|
|
|
1484
|
-
.
|
|
1497
|
+
._input_1st6f_33 {
|
|
1485
1498
|
/*
|
|
1486
1499
|
Selective resets in place of `all: unset`. `all: unset` would
|
|
1487
1500
|
drop `display` back to `inline`, which silently makes the
|
|
@@ -1504,7 +1517,7 @@
|
|
|
1504
1517
|
font: inherit;
|
|
1505
1518
|
}
|
|
1506
1519
|
|
|
1507
|
-
._button-
|
|
1520
|
+
._button-row_1st6f_56 {
|
|
1508
1521
|
display: grid;
|
|
1509
1522
|
grid-template-columns: auto 1fr auto;
|
|
1510
1523
|
grid-template-areas: "plus spacer send";
|
|
@@ -1512,7 +1525,7 @@
|
|
|
1512
1525
|
align-items: center;
|
|
1513
1526
|
}
|
|
1514
1527
|
|
|
1515
|
-
._plus-
|
|
1528
|
+
._plus-button_1st6f_64 {
|
|
1516
1529
|
grid-area: plus;
|
|
1517
1530
|
width: 1.5rem;
|
|
1518
1531
|
height: 1.5rem;
|
|
@@ -1529,7 +1542,7 @@
|
|
|
1529
1542
|
}
|
|
1530
1543
|
}
|
|
1531
1544
|
|
|
1532
|
-
._submit-
|
|
1545
|
+
._submit-button_1st6f_81 {
|
|
1533
1546
|
grid-area: send;
|
|
1534
1547
|
width: 1.5rem;
|
|
1535
1548
|
height: 1.5rem;
|
|
@@ -1733,28 +1746,6 @@ select._field-input_8yo2s_157 {
|
|
|
1733
1746
|
appearance: auto;
|
|
1734
1747
|
cursor: pointer;
|
|
1735
1748
|
}
|
|
1736
|
-
._use-modal_1ijyc_1 {
|
|
1737
|
-
position: fixed;
|
|
1738
|
-
top: 0;
|
|
1739
|
-
left: 0;
|
|
1740
|
-
width: 100%;
|
|
1741
|
-
height: 100%;
|
|
1742
|
-
display: flex;
|
|
1743
|
-
justify-content: center;
|
|
1744
|
-
align-items: center;
|
|
1745
|
-
transition:
|
|
1746
|
-
opacity var(--elmethis-scoped-delay),
|
|
1747
|
-
background-color var(--elmethis-scoped-delay);
|
|
1748
|
-
background-color: transparent;
|
|
1749
|
-
pointer-events: none;
|
|
1750
|
-
opacity: 0;
|
|
1751
|
-
|
|
1752
|
-
&._open_1ijyc_17 {
|
|
1753
|
-
background-color: rgb(0 0 0 / 50%);
|
|
1754
|
-
pointer-events: auto;
|
|
1755
|
-
opacity: 1;
|
|
1756
|
-
}
|
|
1757
|
-
}
|
|
1758
1749
|
._message-content-assistant-wrapper_1jrzm_1 {
|
|
1759
1750
|
display: flex;
|
|
1760
1751
|
flex-direction: column;
|
|
@@ -1826,7 +1817,7 @@ select._field-input_8yo2s_157 {
|
|
|
1826
1817
|
box-sizing: border-box;
|
|
1827
1818
|
padding: 1rem 0;
|
|
1828
1819
|
}
|
|
1829
|
-
.
|
|
1820
|
+
._elm-markdown_14gxe_1 {
|
|
1830
1821
|
all: inherit;
|
|
1831
1822
|
}
|
|
1832
1823
|
._elm-ag-ui-tool-execution_1ya7x_1 {
|
|
@@ -1927,7 +1918,7 @@ select._field-input_8yo2s_157 {
|
|
|
1927
1918
|
border-radius: 0.25rem;
|
|
1928
1919
|
background-color: oklch(from grey l c h / 10%);
|
|
1929
1920
|
}
|
|
1930
|
-
.
|
|
1921
|
+
._elm-ag-ui-agent_q1w8g_1 {
|
|
1931
1922
|
box-sizing: border-box;
|
|
1932
1923
|
margin: 0;
|
|
1933
1924
|
padding: 0.25rem;
|
|
@@ -1940,20 +1931,20 @@ select._field-input_8yo2s_157 {
|
|
|
1940
1931
|
display: flex;
|
|
1941
1932
|
flex-direction: column;
|
|
1942
1933
|
|
|
1943
|
-
._agent-
|
|
1934
|
+
._agent-container_q1w8g_14 {
|
|
1944
1935
|
flex: 1;
|
|
1945
1936
|
margin: 0 auto;
|
|
1946
1937
|
padding: 0;
|
|
1947
1938
|
width: var(--agent-ui-width);
|
|
1948
1939
|
|
|
1949
|
-
.
|
|
1940
|
+
._messages_q1w8g_20 {
|
|
1950
1941
|
position: relative;
|
|
1951
1942
|
box-sizing: border-box;
|
|
1952
1943
|
width: 100%;
|
|
1953
1944
|
margin: 0;
|
|
1954
1945
|
padding: 0 0 50dvh;
|
|
1955
1946
|
|
|
1956
|
-
.
|
|
1947
|
+
._error_q1w8g_27 {
|
|
1957
1948
|
box-sizing: border-box;
|
|
1958
1949
|
padding: 0.5rem;
|
|
1959
1950
|
border-radius: 0.25rem;
|
|
@@ -1966,19 +1957,19 @@ select._field-input_8yo2s_157 {
|
|
|
1966
1957
|
}
|
|
1967
1958
|
}
|
|
1968
1959
|
|
|
1969
|
-
._agent-input-
|
|
1960
|
+
._agent-input-container_q1w8g_40 {
|
|
1970
1961
|
width: 100%;
|
|
1971
1962
|
flex-shrink: 0;
|
|
1972
1963
|
position: sticky;
|
|
1973
1964
|
bottom: 0;
|
|
1974
1965
|
|
|
1975
|
-
._agent-
|
|
1966
|
+
._agent-input_q1w8g_40 {
|
|
1976
1967
|
width: var(--agent-ui-width);
|
|
1977
1968
|
box-sizing: border-box;
|
|
1978
1969
|
height: min-content;
|
|
1979
1970
|
margin: 0 auto;
|
|
1980
1971
|
|
|
1981
|
-
._prompt-template-
|
|
1972
|
+
._prompt-template-container_q1w8g_52 {
|
|
1982
1973
|
width: 100%;
|
|
1983
1974
|
display: flex;
|
|
1984
1975
|
flex-flow: row wrap;
|
|
@@ -1987,7 +1978,7 @@ select._field-input_8yo2s_157 {
|
|
|
1987
1978
|
align-items: center;
|
|
1988
1979
|
justify-content: center;
|
|
1989
1980
|
|
|
1990
|
-
._prompt-template-
|
|
1981
|
+
._prompt-template-tip_q1w8g_61 {
|
|
1991
1982
|
display: inline-flex;
|
|
1992
1983
|
padding: 0.5rem;
|
|
1993
1984
|
cursor: pointer;
|
|
@@ -1997,7 +1988,7 @@ select._field-input_8yo2s_157 {
|
|
|
1997
1988
|
border-radius: 1rem;
|
|
1998
1989
|
transition: opacity 200ms;
|
|
1999
1990
|
|
|
2000
|
-
._prompt-template-tip-
|
|
1991
|
+
._prompt-template-tip-icon_q1w8g_71 {
|
|
2001
1992
|
color: var(--elmethis-color-primary);
|
|
2002
1993
|
}
|
|
2003
1994
|
|
|
@@ -2010,7 +2001,7 @@ select._field-input_8yo2s_157 {
|
|
|
2010
2001
|
}
|
|
2011
2002
|
}
|
|
2012
2003
|
|
|
2013
|
-
._clickable-
|
|
2004
|
+
._clickable-icon_q1w8g_84 {
|
|
2014
2005
|
display: inline-flex;
|
|
2015
2006
|
justify-content: center;
|
|
2016
2007
|
align-items: center;
|
|
@@ -2023,33 +2014,6 @@ select._field-input_8yo2s_157 {
|
|
|
2023
2014
|
background-color: oklch(from gray l c h / 25%);
|
|
2024
2015
|
}
|
|
2025
2016
|
}
|
|
2026
|
-
._elm-modal_pzcyf_1 {
|
|
2027
|
-
border: none;
|
|
2028
|
-
margin: auto;
|
|
2029
|
-
padding: 0;
|
|
2030
|
-
opacity: 0;
|
|
2031
|
-
transition: opacity 200ms;
|
|
2032
|
-
transition-timing-function: var(
|
|
2033
|
-
--elmethis-scoped-transition-timing-function,
|
|
2034
|
-
ease-in-out
|
|
2035
|
-
);
|
|
2036
|
-
background-color: transparent;
|
|
2037
|
-
|
|
2038
|
-
&._shown_pzcyf_13 {
|
|
2039
|
-
opacity: 1;
|
|
2040
|
-
|
|
2041
|
-
&::backdrop {
|
|
2042
|
-
opacity: 1;
|
|
2043
|
-
}
|
|
2044
|
-
}
|
|
2045
|
-
|
|
2046
|
-
&::backdrop {
|
|
2047
|
-
opacity: 0;
|
|
2048
|
-
transition: opacity 200ms;
|
|
2049
|
-
background-color: transparent;
|
|
2050
|
-
background-color: oklch(from black l c h / 50%);
|
|
2051
|
-
}
|
|
2052
|
-
}
|
|
2053
2017
|
._parallax-watcher_z693a_1 {
|
|
2054
2018
|
display: none;
|
|
2055
2019
|
z-index: -1;
|
|
@@ -2084,11 +2048,11 @@ select._field-input_8yo2s_157 {
|
|
|
2084
2048
|
opacity: 0.1;
|
|
2085
2049
|
}
|
|
2086
2050
|
}
|
|
2087
|
-
.
|
|
2051
|
+
._elm-tooltip_1b13f_1 {
|
|
2088
2052
|
position: relative;
|
|
2089
2053
|
}
|
|
2090
2054
|
|
|
2091
|
-
.
|
|
2055
|
+
._tooltip_1b13f_5 {
|
|
2092
2056
|
box-sizing: border-box;
|
|
2093
2057
|
position: fixed;
|
|
2094
2058
|
z-index: 1000;
|
|
@@ -2101,13 +2065,13 @@ select._field-input_8yo2s_157 {
|
|
|
2101
2065
|
opacity: 0;
|
|
2102
2066
|
pointer-events: none;
|
|
2103
2067
|
|
|
2104
|
-
&.
|
|
2068
|
+
&._show_1b13f_18 {
|
|
2105
2069
|
transform: scale(1);
|
|
2106
2070
|
opacity: 1;
|
|
2107
2071
|
pointer-events: auto;
|
|
2108
2072
|
}
|
|
2109
2073
|
}
|
|
2110
|
-
.
|
|
2074
|
+
._elm-block-fallback_1sx02_1 {
|
|
2111
2075
|
position: relative;
|
|
2112
2076
|
display: flex;
|
|
2113
2077
|
justify-content: center;
|
|
@@ -2115,7 +2079,7 @@ select._field-input_8yo2s_157 {
|
|
|
2115
2079
|
width: 100%;
|
|
2116
2080
|
height: var(--elmethis-scoped-height);
|
|
2117
2081
|
}
|
|
2118
|
-
@keyframes
|
|
2082
|
+
@keyframes _bounce_qjgj2_1 {
|
|
2119
2083
|
0% {
|
|
2120
2084
|
transform: translateY(0%) scaleY(0.3) scaleX(1.5);
|
|
2121
2085
|
}
|
|
@@ -2129,7 +2093,7 @@ select._field-input_8yo2s_157 {
|
|
|
2129
2093
|
}
|
|
2130
2094
|
}
|
|
2131
2095
|
|
|
2132
|
-
.
|
|
2096
|
+
._elm-dot-loading-icon_qjgj2_15 {
|
|
2133
2097
|
width: var(--elmethis-scoped-size);
|
|
2134
2098
|
height: var(--elmethis-scoped-size);
|
|
2135
2099
|
user-select: none;
|
|
@@ -2139,11 +2103,11 @@ select._field-input_8yo2s_157 {
|
|
|
2139
2103
|
align-items: flex-end;
|
|
2140
2104
|
}
|
|
2141
2105
|
|
|
2142
|
-
.
|
|
2106
|
+
._dot_qjgj2_25 {
|
|
2143
2107
|
width: 20%;
|
|
2144
2108
|
height: 20%;
|
|
2145
2109
|
border-radius: 50%;
|
|
2146
|
-
animation-name:
|
|
2110
|
+
animation-name: _bounce_qjgj2_1;
|
|
2147
2111
|
animation-duration: 0.4s;
|
|
2148
2112
|
animation-iteration-count: infinite;
|
|
2149
2113
|
animation-direction: alternate;
|
|
@@ -2163,7 +2127,7 @@ select._field-input_8yo2s_157 {
|
|
|
2163
2127
|
animation-delay: 100ms;
|
|
2164
2128
|
}
|
|
2165
2129
|
}
|
|
2166
|
-
.
|
|
2130
|
+
._elm-button_9qh0y_1 {
|
|
2167
2131
|
all: unset;
|
|
2168
2132
|
position: relative;
|
|
2169
2133
|
overflow: hidden;
|
|
@@ -2181,29 +2145,28 @@ select._field-input_8yo2s_157 {
|
|
|
2181
2145
|
opacity 200ms,
|
|
2182
2146
|
transform 200ms;
|
|
2183
2147
|
opacity: var(--elmethis-scoped-opacity);
|
|
2184
|
-
|
|
2185
2148
|
box-shadow: 0 0 0.125rem var(--elmethis-box-shadow-color);
|
|
2186
2149
|
}
|
|
2187
2150
|
|
|
2188
|
-
.
|
|
2151
|
+
._normal_9qh0y_22 {
|
|
2189
2152
|
color: oklch(
|
|
2190
2153
|
from contrast-color(var(--elmethis-color-neutral-strong)) l c h / 65%
|
|
2191
2154
|
);
|
|
2192
2155
|
background-color: var(--elmethis-color-neutral-strong);
|
|
2193
2156
|
}
|
|
2194
2157
|
|
|
2195
|
-
.
|
|
2158
|
+
._primary_9qh0y_29 {
|
|
2196
2159
|
color: oklch(
|
|
2197
2160
|
from contrast-color(var(--elmethis-color-primary-weak)) l c h / 65%
|
|
2198
2161
|
);
|
|
2199
2162
|
background-color: var(--elmethis-color-primary-weak);
|
|
2200
2163
|
}
|
|
2201
2164
|
|
|
2202
|
-
.
|
|
2165
|
+
._colored_9qh0y_36 {
|
|
2203
2166
|
background-color: var(--elmethis-scoped-color);
|
|
2204
2167
|
}
|
|
2205
2168
|
|
|
2206
|
-
.
|
|
2169
|
+
._enable_9qh0y_40 {
|
|
2207
2170
|
transition:
|
|
2208
2171
|
opacity 200ms,
|
|
2209
2172
|
transform 100ms,
|
|
@@ -2222,14 +2185,14 @@ select._field-input_8yo2s_157 {
|
|
|
2222
2185
|
}
|
|
2223
2186
|
}
|
|
2224
2187
|
|
|
2225
|
-
.
|
|
2188
|
+
._flex_9qh0y_59 {
|
|
2226
2189
|
display: flex;
|
|
2227
2190
|
justify-content: center;
|
|
2228
2191
|
align-items: center;
|
|
2229
2192
|
gap: 0.5rem;
|
|
2230
2193
|
}
|
|
2231
2194
|
|
|
2232
|
-
@keyframes _button-
|
|
2195
|
+
@keyframes _button-ripple_9qh0y_1 {
|
|
2233
2196
|
0% {
|
|
2234
2197
|
transform: scale(0);
|
|
2235
2198
|
opacity: 1;
|
|
@@ -2246,7 +2209,7 @@ select._field-input_8yo2s_157 {
|
|
|
2246
2209
|
}
|
|
2247
2210
|
}
|
|
2248
2211
|
|
|
2249
|
-
.
|
|
2212
|
+
._ripple_9qh0y_83 {
|
|
2250
2213
|
position: absolute;
|
|
2251
2214
|
pointer-events: none;
|
|
2252
2215
|
border-radius: 50%;
|
|
@@ -2255,12 +2218,12 @@ select._field-input_8yo2s_157 {
|
|
|
2255
2218
|
aspect-ratio: 1 / 1;
|
|
2256
2219
|
transition: none;
|
|
2257
2220
|
opacity: 0;
|
|
2258
|
-
animation-name: _button-
|
|
2221
|
+
animation-name: _button-ripple_9qh0y_1;
|
|
2259
2222
|
animation-duration: 300ms;
|
|
2260
2223
|
animation-fill-mode: both;
|
|
2261
2224
|
animation-timing-function: ease-out;
|
|
2262
2225
|
}
|
|
2263
|
-
.
|
|
2226
|
+
._elm-checkbox_18dfs_1 {
|
|
2264
2227
|
width: fit-content;
|
|
2265
2228
|
font-family: sans-serif;
|
|
2266
2229
|
user-select: none;
|
|
@@ -2270,40 +2233,40 @@ select._field-input_8yo2s_157 {
|
|
|
2270
2233
|
&:hover {
|
|
2271
2234
|
opacity: 0.8;
|
|
2272
2235
|
}
|
|
2273
|
-
}
|
|
2274
|
-
|
|
2275
|
-
._container--disable_1plde_13 {
|
|
2276
|
-
opacity: 0.45;
|
|
2277
|
-
cursor: not-allowed;
|
|
2278
2236
|
|
|
2279
|
-
|
|
2237
|
+
&._disabled_18dfs_12 {
|
|
2280
2238
|
opacity: 0.45;
|
|
2239
|
+
cursor: not-allowed;
|
|
2240
|
+
|
|
2241
|
+
&:hover {
|
|
2242
|
+
opacity: 0.45;
|
|
2243
|
+
}
|
|
2281
2244
|
}
|
|
2282
2245
|
}
|
|
2283
2246
|
|
|
2284
|
-
.
|
|
2247
|
+
._checkbox_18dfs_22 {
|
|
2285
2248
|
stroke: light-dark(rgb(0 0 0 / 80%), rgb(255 255 255 / 80%));
|
|
2286
2249
|
fill: transparent;
|
|
2287
2250
|
}
|
|
2288
2251
|
|
|
2289
|
-
.
|
|
2252
|
+
._rect_18dfs_27 {
|
|
2290
2253
|
transition: all 0.2s;
|
|
2291
|
-
}
|
|
2292
2254
|
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
}
|
|
2255
|
+
&._loading_18dfs_30 {
|
|
2256
|
+
opacity: 0.3;
|
|
2257
|
+
}
|
|
2296
2258
|
|
|
2297
|
-
|
|
2298
|
-
|
|
2259
|
+
&._checked_18dfs_34 {
|
|
2260
|
+
fill: light-dark(rgb(0 0 0 / 80%), rgb(255 255 255 / 80%));
|
|
2261
|
+
}
|
|
2299
2262
|
}
|
|
2300
2263
|
|
|
2301
|
-
.
|
|
2264
|
+
._loading-dot_18dfs_39 {
|
|
2302
2265
|
transition: opacity 200ms;
|
|
2303
2266
|
fill: light-dark(rgb(0 0 0 / 70%), rgb(255 255 255 / 70%));
|
|
2304
2267
|
}
|
|
2305
2268
|
|
|
2306
|
-
@keyframes _elmethis-checkbox-check-
|
|
2269
|
+
@keyframes _elmethis-checkbox-check-line_18dfs_1 {
|
|
2307
2270
|
0% {
|
|
2308
2271
|
stroke-dashoffset: 100%;
|
|
2309
2272
|
}
|
|
@@ -2313,9 +2276,9 @@ select._field-input_8yo2s_157 {
|
|
|
2313
2276
|
}
|
|
2314
2277
|
}
|
|
2315
2278
|
|
|
2316
|
-
._check-
|
|
2279
|
+
._check-line_18dfs_54 {
|
|
2317
2280
|
stroke-dasharray: 100%;
|
|
2318
|
-
animation-name: _elmethis-checkbox-check-
|
|
2281
|
+
animation-name: _elmethis-checkbox-check-line_18dfs_1;
|
|
2319
2282
|
animation-duration: 0.2s;
|
|
2320
2283
|
animation-timing-function: ease-in-out;
|
|
2321
2284
|
animation-delay: 0.1s;
|
|
@@ -2323,7 +2286,7 @@ select._field-input_8yo2s_157 {
|
|
|
2323
2286
|
transform-origin: center;
|
|
2324
2287
|
stroke: light-dark(rgb(255 255 255 / 90%), rgb(0 0 0 / 90%));
|
|
2325
2288
|
}
|
|
2326
|
-
.
|
|
2289
|
+
._elm-select_1u7w1_1 {
|
|
2327
2290
|
--highlight-color: var(--elmethis-color-primary-weak);
|
|
2328
2291
|
|
|
2329
2292
|
user-select: none;
|
|
@@ -2345,15 +2308,15 @@ select._field-input_8yo2s_157 {
|
|
|
2345
2308
|
box-shadow: 0 0 0.125rem var(--elmethis-box-shadow-color);
|
|
2346
2309
|
cursor: pointer;
|
|
2347
2310
|
|
|
2348
|
-
&.
|
|
2311
|
+
&._disabled_1u7w1_23 {
|
|
2349
2312
|
background-color: var(--elmethis-color-surface-sunken);
|
|
2350
2313
|
}
|
|
2351
2314
|
|
|
2352
|
-
&.
|
|
2315
|
+
&._active_1u7w1_27 {
|
|
2353
2316
|
border-color: var(--highlight-color);
|
|
2354
2317
|
}
|
|
2355
2318
|
|
|
2356
|
-
.
|
|
2319
|
+
._label_1u7w1_31 {
|
|
2357
2320
|
display: inline-flex;
|
|
2358
2321
|
align-items: center;
|
|
2359
2322
|
gap: 0.125rem;
|
|
@@ -2366,29 +2329,29 @@ select._field-input_8yo2s_157 {
|
|
|
2366
2329
|
user-select: none;
|
|
2367
2330
|
color: var(--elmethis-color-neutral);
|
|
2368
2331
|
|
|
2369
|
-
&._label-
|
|
2332
|
+
&._label-active_1u7w1_44 {
|
|
2370
2333
|
color: var(--highlight-color);
|
|
2371
2334
|
}
|
|
2372
2335
|
}
|
|
2373
2336
|
|
|
2374
|
-
.
|
|
2337
|
+
._body_1u7w1_49 {
|
|
2375
2338
|
padding: 0 0.25rem;
|
|
2376
2339
|
height: 1.25rem;
|
|
2377
2340
|
display: flex;
|
|
2378
2341
|
justify-content: space-between;
|
|
2379
2342
|
align-items: center;
|
|
2380
2343
|
|
|
2381
|
-
._selected-
|
|
2344
|
+
._selected-option_1u7w1_56 {
|
|
2382
2345
|
overflow: hidden;
|
|
2383
2346
|
|
|
2384
|
-
._option-
|
|
2347
|
+
._option-content_1u7w1_59 {
|
|
2385
2348
|
display: flex;
|
|
2386
2349
|
align-items: center;
|
|
2387
2350
|
gap: 0.25rem;
|
|
2388
2351
|
}
|
|
2389
2352
|
}
|
|
2390
2353
|
|
|
2391
|
-
.
|
|
2354
|
+
._fallback_1u7w1_66 {
|
|
2392
2355
|
opacity: 0.6;
|
|
2393
2356
|
display: flex;
|
|
2394
2357
|
justify-content: flex-start;
|
|
@@ -2396,7 +2359,7 @@ select._field-input_8yo2s_157 {
|
|
|
2396
2359
|
gap: 0.5rem;
|
|
2397
2360
|
}
|
|
2398
2361
|
|
|
2399
|
-
.
|
|
2362
|
+
._pulldown_1u7w1_74 {
|
|
2400
2363
|
position: absolute;
|
|
2401
2364
|
top: calc(100% + 0.25rem);
|
|
2402
2365
|
left: 0;
|
|
@@ -2408,7 +2371,7 @@ select._field-input_8yo2s_157 {
|
|
|
2408
2371
|
background-color: light-dark(rgb(255 255 255 / 95%), rgb(51 51 51 / 95%));
|
|
2409
2372
|
box-shadow: 0 0 0.125rem light-dark(rgb(0 0 0 / 15%), rgb(0 0 0 / 75%));
|
|
2410
2373
|
|
|
2411
|
-
.
|
|
2374
|
+
._option_1u7w1_59 {
|
|
2412
2375
|
overflow: hidden;
|
|
2413
2376
|
width: 100%;
|
|
2414
2377
|
padding: 0.5rem;
|
|
@@ -2431,16 +2394,18 @@ select._field-input_8yo2s_157 {
|
|
|
2431
2394
|
}
|
|
2432
2395
|
}
|
|
2433
2396
|
}
|
|
2434
|
-
.
|
|
2397
|
+
._switch_9s4vz_1 {
|
|
2435
2398
|
display: none;
|
|
2436
2399
|
}
|
|
2437
2400
|
|
|
2438
|
-
.
|
|
2401
|
+
._bar_9s4vz_5 {
|
|
2439
2402
|
z-index: 0;
|
|
2440
2403
|
padding: var(--elmethis-scoped-padding);
|
|
2441
2404
|
width: var(--elmethis-scoped-width);
|
|
2442
2405
|
height: var(--elmethis-scoped-size);
|
|
2443
|
-
border-radius: calc(
|
|
2406
|
+
border-radius: calc(
|
|
2407
|
+
(var(--elmethis-scoped-size) + var(--elmethis-scoped-padding)) / 2
|
|
2408
|
+
);
|
|
2444
2409
|
position: relative;
|
|
2445
2410
|
cursor: pointer;
|
|
2446
2411
|
box-shadow: 0 0 2px rgb(0 0 0 / 10%);
|
|
@@ -2449,17 +2414,17 @@ select._field-input_8yo2s_157 {
|
|
|
2449
2414
|
background-color 300ms;
|
|
2450
2415
|
background-color: rgb(128 128 128 / 25%);
|
|
2451
2416
|
|
|
2452
|
-
&.
|
|
2417
|
+
&._checked_9s4vz_21 {
|
|
2453
2418
|
background-color: var(--elmethis-scoped-color);
|
|
2454
2419
|
opacity: 0.9;
|
|
2455
2420
|
}
|
|
2456
2421
|
|
|
2457
|
-
&.
|
|
2422
|
+
&._disabled_9s4vz_26 {
|
|
2458
2423
|
cursor: not-allowed;
|
|
2459
2424
|
}
|
|
2460
2425
|
}
|
|
2461
2426
|
|
|
2462
|
-
.
|
|
2427
|
+
._circle_9s4vz_31 {
|
|
2463
2428
|
z-index: 1;
|
|
2464
2429
|
width: var(--elmethis-scoped-size);
|
|
2465
2430
|
height: var(--elmethis-scoped-size);
|
|
@@ -2473,11 +2438,13 @@ select._field-input_8yo2s_157 {
|
|
|
2473
2438
|
background-color 300ms;
|
|
2474
2439
|
background-color: rgb(255 255 255 / 90%);
|
|
2475
2440
|
|
|
2476
|
-
&.
|
|
2477
|
-
transform: translateX(
|
|
2441
|
+
&._checked_9s4vz_21 {
|
|
2442
|
+
transform: translateX(
|
|
2443
|
+
calc(var(--elmethis-scoped-width) - var(--elmethis-scoped-size))
|
|
2444
|
+
);
|
|
2478
2445
|
}
|
|
2479
2446
|
|
|
2480
|
-
&.
|
|
2447
|
+
&._disabled_9s4vz_26 {
|
|
2481
2448
|
opacity: 0.5;
|
|
2482
2449
|
background-color: rgb(128 128 128 / 100%);
|
|
2483
2450
|
}
|
|
@@ -2486,7 +2453,7 @@ select._field-input_8yo2s_157 {
|
|
|
2486
2453
|
opacity: 0.8;
|
|
2487
2454
|
}
|
|
2488
2455
|
}
|
|
2489
|
-
@keyframes
|
|
2456
|
+
@keyframes _loading_lgmx3_23 {
|
|
2490
2457
|
0% {
|
|
2491
2458
|
transform-origin: 0%;
|
|
2492
2459
|
transform: scaleX(0);
|
|
@@ -2508,7 +2475,7 @@ select._field-input_8yo2s_157 {
|
|
|
2508
2475
|
}
|
|
2509
2476
|
}
|
|
2510
2477
|
|
|
2511
|
-
.
|
|
2478
|
+
._loading_lgmx3_23 {
|
|
2512
2479
|
position: absolute;
|
|
2513
2480
|
width: 100%;
|
|
2514
2481
|
height: 2px;
|
|
@@ -2517,12 +2484,12 @@ select._field-input_8yo2s_157 {
|
|
|
2517
2484
|
background-color: var(--highlight-color);
|
|
2518
2485
|
transition: opacity 200ms;
|
|
2519
2486
|
pointer-events: none;
|
|
2520
|
-
animation-name:
|
|
2487
|
+
animation-name: _loading_lgmx3_23;
|
|
2521
2488
|
animation-iteration-count: infinite;
|
|
2522
2489
|
animation-duration: 1600ms;
|
|
2523
2490
|
}
|
|
2524
2491
|
|
|
2525
|
-
.
|
|
2492
|
+
._elm-text-area_lgmx3_37 {
|
|
2526
2493
|
--highlight-color: var(--elmethis-color-primary);
|
|
2527
2494
|
|
|
2528
2495
|
overflow: hidden;
|
|
@@ -2548,16 +2515,16 @@ select._field-input_8yo2s_157 {
|
|
|
2548
2515
|
box-shadow: 0 0 0.125rem
|
|
2549
2516
|
light-dark(var(--elmethis-box-shadow-color), rgb(0 0 0 / 75%));
|
|
2550
2517
|
|
|
2551
|
-
&.
|
|
2518
|
+
&._disabled_lgmx3_63 {
|
|
2552
2519
|
background-color: var(--elmethis-color-surface-sunken);
|
|
2553
2520
|
}
|
|
2554
2521
|
|
|
2555
|
-
&.
|
|
2522
|
+
&._active_lgmx3_67 {
|
|
2556
2523
|
border-color: var(--highlight-color);
|
|
2557
2524
|
}
|
|
2558
2525
|
}
|
|
2559
2526
|
|
|
2560
|
-
.
|
|
2527
|
+
._header_lgmx3_72 {
|
|
2561
2528
|
display: grid;
|
|
2562
2529
|
grid-template-columns: 1rem 1fr max-content;
|
|
2563
2530
|
align-items: center;
|
|
@@ -2570,23 +2537,23 @@ select._field-input_8yo2s_157 {
|
|
|
2570
2537
|
color: var(--elmethis-color-neutral);
|
|
2571
2538
|
user-select: none;
|
|
2572
2539
|
|
|
2573
|
-
&._label-
|
|
2540
|
+
&._label-active_lgmx3_85 {
|
|
2574
2541
|
color: var(--highlight-color);
|
|
2575
2542
|
}
|
|
2576
2543
|
}
|
|
2577
2544
|
|
|
2578
|
-
.
|
|
2545
|
+
._requierd_lgmx3_90 {
|
|
2579
2546
|
padding-inline: 0.25rem;
|
|
2580
2547
|
color: var(--elmethis-color-accent-error);
|
|
2581
2548
|
font-weight: bold;
|
|
2582
2549
|
}
|
|
2583
2550
|
|
|
2584
|
-
.
|
|
2551
|
+
._body_lgmx3_96 {
|
|
2585
2552
|
display: flex;
|
|
2586
2553
|
padding: 0 0.25rem;
|
|
2587
2554
|
}
|
|
2588
2555
|
|
|
2589
|
-
.
|
|
2556
|
+
._textarea_lgmx3_101 {
|
|
2590
2557
|
all: unset;
|
|
2591
2558
|
box-sizing: border-box;
|
|
2592
2559
|
padding: 0;
|
|
@@ -2621,7 +2588,7 @@ select._field-input_8yo2s_157 {
|
|
|
2621
2588
|
);
|
|
2622
2589
|
}
|
|
2623
2590
|
}
|
|
2624
|
-
@keyframes
|
|
2591
|
+
@keyframes _loading_11box_23 {
|
|
2625
2592
|
0% {
|
|
2626
2593
|
transform-origin: 0%;
|
|
2627
2594
|
transform: scaleX(0);
|
|
@@ -2643,7 +2610,7 @@ select._field-input_8yo2s_157 {
|
|
|
2643
2610
|
}
|
|
2644
2611
|
}
|
|
2645
2612
|
|
|
2646
|
-
.
|
|
2613
|
+
._loading_11box_23 {
|
|
2647
2614
|
position: absolute;
|
|
2648
2615
|
width: 100%;
|
|
2649
2616
|
height: 2px;
|
|
@@ -2652,12 +2619,12 @@ select._field-input_8yo2s_157 {
|
|
|
2652
2619
|
background-color: var(--highlight-color);
|
|
2653
2620
|
transition: opacity 200ms;
|
|
2654
2621
|
pointer-events: none;
|
|
2655
|
-
animation-name:
|
|
2622
|
+
animation-name: _loading_11box_23;
|
|
2656
2623
|
animation-iteration-count: infinite;
|
|
2657
2624
|
animation-duration: 1600ms;
|
|
2658
2625
|
}
|
|
2659
2626
|
|
|
2660
|
-
.
|
|
2627
|
+
._elm-text-field_11box_37 {
|
|
2661
2628
|
--highlight-color: var(--elmethis-color-primary);
|
|
2662
2629
|
|
|
2663
2630
|
overflow: hidden;
|
|
@@ -2679,16 +2646,16 @@ select._field-input_8yo2s_157 {
|
|
|
2679
2646
|
background-color: var(--elmethis-color-surface-raised);
|
|
2680
2647
|
box-shadow: 0 0 0.125rem var(--elmethis-box-shadow-color);
|
|
2681
2648
|
|
|
2682
|
-
&.
|
|
2649
|
+
&._disabled_11box_59 {
|
|
2683
2650
|
background-color: var(--elmethis-color-surface-sunken);
|
|
2684
2651
|
}
|
|
2685
2652
|
|
|
2686
|
-
&.
|
|
2653
|
+
&._active_11box_63 {
|
|
2687
2654
|
border-color: var(--highlight-color);
|
|
2688
2655
|
}
|
|
2689
2656
|
}
|
|
2690
2657
|
|
|
2691
|
-
.
|
|
2658
|
+
._header_11box_68 {
|
|
2692
2659
|
display: grid;
|
|
2693
2660
|
grid-template-columns: 1rem 1fr max-content;
|
|
2694
2661
|
align-items: center;
|
|
@@ -2701,18 +2668,18 @@ select._field-input_8yo2s_157 {
|
|
|
2701
2668
|
color: var(--elmethis-color-neutral);
|
|
2702
2669
|
user-select: none;
|
|
2703
2670
|
|
|
2704
|
-
&._label-
|
|
2671
|
+
&._label-active_11box_81 {
|
|
2705
2672
|
color: var(--highlight-color);
|
|
2706
2673
|
}
|
|
2707
2674
|
}
|
|
2708
2675
|
|
|
2709
|
-
.
|
|
2676
|
+
._requierd_11box_86 {
|
|
2710
2677
|
padding-inline: 0.25rem;
|
|
2711
2678
|
color: var(--elmethis-color-accent-error);
|
|
2712
2679
|
font-weight: bold;
|
|
2713
2680
|
}
|
|
2714
2681
|
|
|
2715
|
-
.
|
|
2682
|
+
._body_11box_92 {
|
|
2716
2683
|
display: flex;
|
|
2717
2684
|
justify-content: space-between;
|
|
2718
2685
|
align-items: center;
|
|
@@ -2720,7 +2687,7 @@ select._field-input_8yo2s_157 {
|
|
|
2720
2687
|
height: 1.25rem;
|
|
2721
2688
|
}
|
|
2722
2689
|
|
|
2723
|
-
.
|
|
2690
|
+
._input_11box_100 {
|
|
2724
2691
|
all: unset;
|
|
2725
2692
|
box-sizing: border-box;
|
|
2726
2693
|
padding: 0;
|
|
@@ -2741,12 +2708,12 @@ select._field-input_8yo2s_157 {
|
|
|
2741
2708
|
}
|
|
2742
2709
|
}
|
|
2743
2710
|
|
|
2744
|
-
._right-icon-
|
|
2711
|
+
._right-icon-box_11box_121 {
|
|
2745
2712
|
display: flex;
|
|
2746
2713
|
justify-content: space-between;
|
|
2747
2714
|
align-items: center;
|
|
2748
2715
|
|
|
2749
|
-
._clickable-
|
|
2716
|
+
._clickable-icon_11box_126 {
|
|
2750
2717
|
box-sizing: border-box;
|
|
2751
2718
|
display: inline-flex;
|
|
2752
2719
|
justify-content: center;
|
|
@@ -2762,7 +2729,7 @@ select._field-input_8yo2s_157 {
|
|
|
2762
2729
|
}
|
|
2763
2730
|
}
|
|
2764
2731
|
|
|
2765
|
-
._prefix-
|
|
2732
|
+
._prefix-suffix_11box_142 {
|
|
2766
2733
|
opacity: 0.6;
|
|
2767
2734
|
padding: 0 0.25rem 0 0;
|
|
2768
2735
|
font-size: 0.85em;
|
|
@@ -2770,7 +2737,7 @@ select._field-input_8yo2s_157 {
|
|
|
2770
2737
|
transition: color 200ms;
|
|
2771
2738
|
color: light-dark(rgb(0 0 0 / 65%), rgb(255 255 255 / 65%));
|
|
2772
2739
|
}
|
|
2773
|
-
.
|
|
2740
|
+
._elm-validation_1cigg_1 {
|
|
2774
2741
|
display: flex;
|
|
2775
2742
|
justify-content: flex-start;
|
|
2776
2743
|
align-items: center;
|
|
@@ -2779,7 +2746,7 @@ select._field-input_8yo2s_157 {
|
|
|
2779
2746
|
opacity: var(--elmethis-scoped-opacity);
|
|
2780
2747
|
transition: opacity 250ms;
|
|
2781
2748
|
}
|
|
2782
|
-
@keyframes
|
|
2749
|
+
@keyframes _appear_m72nq_1 {
|
|
2783
2750
|
0% {
|
|
2784
2751
|
transform: scale(0);
|
|
2785
2752
|
}
|
|
@@ -2797,7 +2764,7 @@ select._field-input_8yo2s_157 {
|
|
|
2797
2764
|
}
|
|
2798
2765
|
}
|
|
2799
2766
|
|
|
2800
|
-
.
|
|
2767
|
+
._elm-square-loading-icon_m72nq_19 {
|
|
2801
2768
|
margin: 0;
|
|
2802
2769
|
padding: 0;
|
|
2803
2770
|
display: grid;
|
|
@@ -2806,10 +2773,10 @@ select._field-input_8yo2s_157 {
|
|
|
2806
2773
|
justify-content: start;
|
|
2807
2774
|
}
|
|
2808
2775
|
|
|
2809
|
-
.
|
|
2776
|
+
._square_m72nq_28 {
|
|
2810
2777
|
width: calc(var(--elmethis-scoped-size) / var(--elmethis-scoped-dimensions));
|
|
2811
2778
|
height: calc(var(--elmethis-scoped-size) / var(--elmethis-scoped-dimensions));
|
|
2812
|
-
animation-name:
|
|
2779
|
+
animation-name: _appear_m72nq_1;
|
|
2813
2780
|
animation-iteration-count: infinite;
|
|
2814
2781
|
animation-fill-mode: both;
|
|
2815
2782
|
animation-direction: alternate;
|
|
@@ -2817,7 +2784,7 @@ select._field-input_8yo2s_157 {
|
|
|
2817
2784
|
animation-delay: var(--elmethis-scoped-delay);
|
|
2818
2785
|
background-color: var(--elmethis-color-primary);
|
|
2819
2786
|
}
|
|
2820
|
-
.
|
|
2787
|
+
._elm-toggle-theme_11awq_1 {
|
|
2821
2788
|
display: block; /* Ensure it behaves like a block/inline-block */
|
|
2822
2789
|
box-sizing: border-box;
|
|
2823
2790
|
padding: 0.25rem;
|
|
@@ -2827,7 +2794,7 @@ select._field-input_8yo2s_157 {
|
|
|
2827
2794
|
box-shadow: 0 0 0.125rem light-dark(rgb(0 0 0 / 30%), rgb(0 0 0 / 60%));
|
|
2828
2795
|
background-color: light-dark(rgb(255 255 255 / 20%), rgb(0 0 0 / 20%));
|
|
2829
2796
|
}
|
|
2830
|
-
.
|
|
2797
|
+
._elm-breadcrumb_13oke_1 {
|
|
2831
2798
|
display: flex;
|
|
2832
2799
|
flex-flow: row wrap;
|
|
2833
2800
|
align-items: center;
|
|
@@ -2835,7 +2802,7 @@ select._field-input_8yo2s_157 {
|
|
|
2835
2802
|
user-select: none;
|
|
2836
2803
|
}
|
|
2837
2804
|
|
|
2838
|
-
._link-
|
|
2805
|
+
._link-container_13oke_9 {
|
|
2839
2806
|
display: flex;
|
|
2840
2807
|
flex-direction: row;
|
|
2841
2808
|
align-items: center;
|
|
@@ -2849,7 +2816,7 @@ select._field-input_8yo2s_157 {
|
|
|
2849
2816
|
opacity 100ms,
|
|
2850
2817
|
transform 100ms;
|
|
2851
2818
|
|
|
2852
|
-
.
|
|
2819
|
+
._icon_13oke_23 {
|
|
2853
2820
|
color: var(--elmethis-color-neutral);
|
|
2854
2821
|
}
|
|
2855
2822
|
|
|
@@ -2862,16 +2829,16 @@ select._field-input_8yo2s_157 {
|
|
|
2862
2829
|
}
|
|
2863
2830
|
}
|
|
2864
2831
|
|
|
2865
|
-
.
|
|
2832
|
+
._chunk_13oke_36 {
|
|
2866
2833
|
color: var(--elmethis-color-neutral);
|
|
2867
2834
|
user-select: none;
|
|
2868
2835
|
}
|
|
2869
2836
|
|
|
2870
|
-
.
|
|
2837
|
+
._chevron_13oke_41 {
|
|
2871
2838
|
padding: 0 0.25rem;
|
|
2872
2839
|
color: var(--elmethis-color-primary);
|
|
2873
2840
|
}
|
|
2874
|
-
.
|
|
2841
|
+
._elm-page-top_18d6m_1 {
|
|
2875
2842
|
--const-margin: 1rem;
|
|
2876
2843
|
|
|
2877
2844
|
z-index: 50;
|
|
@@ -2900,20 +2867,27 @@ select._field-input_8yo2s_157 {
|
|
|
2900
2867
|
opacity: 0.4;
|
|
2901
2868
|
}
|
|
2902
2869
|
|
|
2903
|
-
|
|
2870
|
+
&._visible_18d6m_30 {
|
|
2871
|
+
transition:
|
|
2872
|
+
transform 700ms,
|
|
2873
|
+
opacity 200ms;
|
|
2874
|
+
transform: translateY(0%) rotate(0deg);
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2877
|
+
._partial_18d6m_37 {
|
|
2904
2878
|
position: absolute;
|
|
2905
2879
|
width: var(--elmethis-scoped-size);
|
|
2906
2880
|
height: 20px;
|
|
2907
2881
|
opacity: 0;
|
|
2908
2882
|
transform: scale3d(0.5, 0.5, 0.5);
|
|
2909
|
-
animation:
|
|
2883
|
+
animation: _move_18d6m_1 3000ms ease-out infinite;
|
|
2910
2884
|
|
|
2911
2885
|
&:nth-of-type(1) {
|
|
2912
|
-
animation:
|
|
2886
|
+
animation: _move_18d6m_1 3000ms ease-out 1000ms infinite;
|
|
2913
2887
|
}
|
|
2914
2888
|
|
|
2915
2889
|
&:nth-of-type(2) {
|
|
2916
|
-
animation:
|
|
2890
|
+
animation: _move_18d6m_1 3000ms ease-out 2000ms infinite;
|
|
2917
2891
|
}
|
|
2918
2892
|
|
|
2919
2893
|
&::before,
|
|
@@ -2937,7 +2911,7 @@ select._field-input_8yo2s_157 {
|
|
|
2937
2911
|
}
|
|
2938
2912
|
}
|
|
2939
2913
|
|
|
2940
|
-
.
|
|
2914
|
+
._text_18d6m_74 {
|
|
2941
2915
|
transition: opacity 200ms ease 400ms;
|
|
2942
2916
|
width: 100%;
|
|
2943
2917
|
text-align: center;
|
|
@@ -2965,7 +2939,7 @@ select._field-input_8yo2s_157 {
|
|
|
2965
2939
|
}
|
|
2966
2940
|
}
|
|
2967
2941
|
|
|
2968
|
-
@keyframes
|
|
2942
|
+
@keyframes _move_18d6m_1 {
|
|
2969
2943
|
0% {
|
|
2970
2944
|
opacity: 0;
|
|
2971
2945
|
transform: translateY(600%);
|
|
@@ -2991,13 +2965,6 @@ select._field-input_8yo2s_157 {
|
|
|
2991
2965
|
transform: translateY(-50%) scale(0.5);
|
|
2992
2966
|
}
|
|
2993
2967
|
}
|
|
2994
|
-
|
|
2995
|
-
._wrapper--visible_1uubg_122 {
|
|
2996
|
-
transition:
|
|
2997
|
-
transform 700ms,
|
|
2998
|
-
opacity 200ms;
|
|
2999
|
-
transform: translateY(0%) rotate(0deg);
|
|
3000
|
-
}
|
|
3001
2968
|
._elm-color-primitive-sample_vuro0_1 {
|
|
3002
2969
|
display: flex;
|
|
3003
2970
|
flex-direction: column;
|
|
@@ -3224,7 +3191,7 @@ select._field-input_8yo2s_157 {
|
|
|
3224
3191
|
padding: 0.125rem;
|
|
3225
3192
|
flex: var(--width-ratio, 1);
|
|
3226
3193
|
}
|
|
3227
|
-
.
|
|
3194
|
+
._elm-wordle_1llms_1 {
|
|
3228
3195
|
display: flex;
|
|
3229
3196
|
flex-direction: column;
|
|
3230
3197
|
align-items: center;
|
|
@@ -3234,7 +3201,7 @@ select._field-input_8yo2s_157 {
|
|
|
3234
3201
|
}
|
|
3235
3202
|
|
|
3236
3203
|
/* ── Status / error message banner ───────────────────────────── */
|
|
3237
|
-
._message-
|
|
3204
|
+
._message-area_1llms_11 {
|
|
3238
3205
|
min-height: 2.25rem;
|
|
3239
3206
|
display: flex;
|
|
3240
3207
|
align-items: center;
|
|
@@ -3248,34 +3215,34 @@ select._field-input_8yo2s_157 {
|
|
|
3248
3215
|
transition:
|
|
3249
3216
|
background-color 0.15s ease,
|
|
3250
3217
|
color 0.15s ease;
|
|
3251
|
-
}
|
|
3252
3218
|
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
}
|
|
3219
|
+
&._error_1llms_26 {
|
|
3220
|
+
background-color: #1a1a1b;
|
|
3221
|
+
color: #fff;
|
|
3222
|
+
animation: _fade-in_1llms_1 0.15s ease;
|
|
3223
|
+
}
|
|
3258
3224
|
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3225
|
+
&._status_1llms_32 {
|
|
3226
|
+
background-color: #538d4e;
|
|
3227
|
+
color: #fff;
|
|
3228
|
+
font-size: 1rem;
|
|
3229
|
+
animation: _fade-in_1llms_1 0.15s ease;
|
|
3230
|
+
}
|
|
3264
3231
|
}
|
|
3265
3232
|
|
|
3266
3233
|
/* ── Board ────────────────────────────────────────────────────── */
|
|
3267
|
-
.
|
|
3234
|
+
._board_1llms_41 {
|
|
3268
3235
|
display: flex;
|
|
3269
3236
|
flex-direction: column;
|
|
3270
3237
|
gap: 0.3125rem;
|
|
3271
3238
|
}
|
|
3272
3239
|
|
|
3273
|
-
.
|
|
3240
|
+
._row_1llms_47 {
|
|
3274
3241
|
display: flex;
|
|
3275
3242
|
gap: 0.3125rem;
|
|
3276
3243
|
}
|
|
3277
3244
|
|
|
3278
|
-
.
|
|
3245
|
+
._cell_1llms_52 {
|
|
3279
3246
|
width: 3.5rem;
|
|
3280
3247
|
height: 3.5rem;
|
|
3281
3248
|
display: flex;
|
|
@@ -3290,40 +3257,40 @@ select._field-input_8yo2s_157 {
|
|
|
3290
3257
|
transition:
|
|
3291
3258
|
background-color 0.2s ease,
|
|
3292
3259
|
border-color 0.2s ease;
|
|
3293
|
-
}
|
|
3294
3260
|
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
}
|
|
3261
|
+
&._empty_1llms_68 {
|
|
3262
|
+
border-color: gray;
|
|
3263
|
+
background-color: transparent;
|
|
3264
|
+
color: transparent;
|
|
3265
|
+
}
|
|
3300
3266
|
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
}
|
|
3267
|
+
&._tbd_1llms_74 {
|
|
3268
|
+
border-color: #565758;
|
|
3269
|
+
background-color: transparent;
|
|
3270
|
+
color: #6c7483;
|
|
3271
|
+
}
|
|
3306
3272
|
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
}
|
|
3273
|
+
&._correct_1llms_80 {
|
|
3274
|
+
background-color: #538d4e;
|
|
3275
|
+
border-color: #538d4e;
|
|
3276
|
+
color: #fff;
|
|
3277
|
+
}
|
|
3312
3278
|
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
}
|
|
3279
|
+
&._present_1llms_86 {
|
|
3280
|
+
background-color: #b59f3b;
|
|
3281
|
+
border-color: #b59f3b;
|
|
3282
|
+
color: #fff;
|
|
3283
|
+
}
|
|
3318
3284
|
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3285
|
+
&._absent_1llms_92 {
|
|
3286
|
+
background-color: #3a3a3c;
|
|
3287
|
+
border-color: #3a3a3c;
|
|
3288
|
+
color: #fff;
|
|
3289
|
+
}
|
|
3323
3290
|
}
|
|
3324
3291
|
|
|
3325
3292
|
/* ── Keyboard ─────────────────────────────────────────────────── */
|
|
3326
|
-
.
|
|
3293
|
+
._keyboard_1llms_100 {
|
|
3327
3294
|
display: flex;
|
|
3328
3295
|
flex-direction: column;
|
|
3329
3296
|
gap: 0.5rem;
|
|
@@ -3331,13 +3298,13 @@ select._field-input_8yo2s_157 {
|
|
|
3331
3298
|
max-width: 31rem;
|
|
3332
3299
|
}
|
|
3333
3300
|
|
|
3334
|
-
._keyboard-
|
|
3301
|
+
._keyboard-row_1llms_108 {
|
|
3335
3302
|
display: flex;
|
|
3336
3303
|
justify-content: center;
|
|
3337
3304
|
gap: 0.375rem;
|
|
3338
3305
|
}
|
|
3339
3306
|
|
|
3340
|
-
.
|
|
3307
|
+
._key_1llms_100 {
|
|
3341
3308
|
height: 3.5rem;
|
|
3342
3309
|
min-width: 2.625rem;
|
|
3343
3310
|
padding: 0 0.25rem;
|
|
@@ -3355,39 +3322,39 @@ select._field-input_8yo2s_157 {
|
|
|
3355
3322
|
display: flex;
|
|
3356
3323
|
align-items: center;
|
|
3357
3324
|
justify-content: center;
|
|
3358
|
-
}
|
|
3359
3325
|
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
}
|
|
3326
|
+
&:active {
|
|
3327
|
+
transform: scale(0.95);
|
|
3328
|
+
}
|
|
3363
3329
|
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
}
|
|
3330
|
+
&._wide_1llms_137 {
|
|
3331
|
+
min-width: 4rem;
|
|
3332
|
+
font-size: 0.75rem;
|
|
3333
|
+
}
|
|
3368
3334
|
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
}
|
|
3335
|
+
&._correct_1llms_80 {
|
|
3336
|
+
background-color: #538d4e;
|
|
3337
|
+
}
|
|
3372
3338
|
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
}
|
|
3339
|
+
&._present_1llms_86 {
|
|
3340
|
+
background-color: #b59f3b;
|
|
3341
|
+
}
|
|
3376
3342
|
|
|
3377
|
-
|
|
3378
|
-
|
|
3343
|
+
&._absent_1llms_92 {
|
|
3344
|
+
background-color: #3a3a3c;
|
|
3345
|
+
}
|
|
3379
3346
|
}
|
|
3380
3347
|
|
|
3381
3348
|
/* ── Reset button ─────────────────────────────────────────────── */
|
|
3382
|
-
._reset-
|
|
3349
|
+
._reset-container_1llms_156 {
|
|
3383
3350
|
margin-top: 0.5rem;
|
|
3384
|
-
}
|
|
3385
3351
|
|
|
3386
|
-
|
|
3387
|
-
|
|
3352
|
+
&._hidden_1llms_159 {
|
|
3353
|
+
visibility: hidden;
|
|
3354
|
+
}
|
|
3388
3355
|
}
|
|
3389
3356
|
|
|
3390
|
-
._reset-
|
|
3357
|
+
._reset-button_1llms_164 {
|
|
3391
3358
|
padding: 0.625rem 1.5rem;
|
|
3392
3359
|
border: none;
|
|
3393
3360
|
border-radius: 0.25rem;
|
|
@@ -3399,18 +3366,18 @@ select._field-input_8yo2s_157 {
|
|
|
3399
3366
|
transition:
|
|
3400
3367
|
background-color 0.15s ease,
|
|
3401
3368
|
transform 0.05s ease;
|
|
3402
|
-
}
|
|
3403
3369
|
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
}
|
|
3370
|
+
&:hover {
|
|
3371
|
+
background-color: #6aaa64;
|
|
3372
|
+
}
|
|
3407
3373
|
|
|
3408
|
-
|
|
3409
|
-
|
|
3374
|
+
&:active {
|
|
3375
|
+
transform: scale(0.97);
|
|
3376
|
+
}
|
|
3410
3377
|
}
|
|
3411
3378
|
|
|
3412
3379
|
/* ── Animation ────────────────────────────────────────────────── */
|
|
3413
|
-
@keyframes _fade-
|
|
3380
|
+
@keyframes _fade-in_1llms_1 {
|
|
3414
3381
|
from {
|
|
3415
3382
|
opacity: 0;
|
|
3416
3383
|
transform: translateY(-0.25rem);
|