@elmethis/qwik 0.0.6 → 0.0.7

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.
Files changed (203) hide show
  1. package/lib/assets/6FDiDjPb-qwik.css +955 -0
  2. package/lib/index.qwik.cjs +1803 -0
  3. package/lib/index.qwik.mjs +1803 -0
  4. package/lib/shikiInstance-BxkUyfqr.cjs +79 -0
  5. package/{src/components/code/shikiInstance.ts → lib/shikiInstance-igs7t2fe.js} +11 -8
  6. package/lib-types/components/code/elm-code-block.d.ts +21 -0
  7. package/lib-types/components/code/elm-code-block.stories.d.ts +9 -0
  8. package/lib-types/components/code/elm-katex.d.ts +15 -0
  9. package/lib-types/components/code/elm-katex.stories.d.ts +8 -0
  10. package/lib-types/components/code/elm-shiki-highlighter.d.ts +12 -0
  11. package/lib-types/components/code/elm-shiki-highlighter.stories.d.ts +6 -0
  12. package/lib-types/components/code/shikiInstance.d.ts +2 -0
  13. package/lib-types/components/containments/elm-toggle.d.ts +7 -0
  14. package/lib-types/components/containments/elm-toggle.stories.d.ts +6 -0
  15. package/lib-types/components/fallback/elm-block-fallback.d.ts +5 -0
  16. package/lib-types/components/fallback/elm-block-fallback.stories.d.ts +6 -0
  17. package/lib-types/components/fallback/elm-rectangle-wave.d.ts +4 -0
  18. package/lib-types/components/fallback/elm-rectangle-wave.stories.d.ts +6 -0
  19. package/lib-types/components/icon/elm-dot-loading-icon.d.ts +14 -0
  20. package/lib-types/components/icon/elm-dot-loading-icon.stories.d.ts +6 -0
  21. package/lib-types/components/icon/elm-inline-icon.d.ts +11 -0
  22. package/lib-types/components/icon/elm-inline-icon.stories.d.ts +6 -0
  23. package/lib-types/components/icon/elm-language-icon.d.ts +14 -0
  24. package/lib-types/components/icon/elm-language-icon.stories.d.ts +6 -0
  25. package/lib-types/components/icon/elm-mdi-icon.d.ts +8 -0
  26. package/lib-types/components/icon/elm-mdi-icon.stories.d.ts +6 -0
  27. package/lib-types/components/icon/languages/bash.d.ts +2 -0
  28. package/lib-types/components/icon/languages/c-plus-plus.d.ts +2 -0
  29. package/lib-types/components/icon/languages/c-sharp.d.ts +2 -0
  30. package/lib-types/components/icon/languages/c.d.ts +2 -0
  31. package/lib-types/components/icon/languages/css.d.ts +2 -0
  32. package/lib-types/components/icon/languages/go.d.ts +2 -0
  33. package/lib-types/components/icon/languages/html.d.ts +2 -0
  34. package/lib-types/components/icon/languages/java.d.ts +2 -0
  35. package/lib-types/components/icon/languages/javascript.d.ts +2 -0
  36. package/lib-types/components/icon/languages/json.d.ts +2 -0
  37. package/lib-types/components/icon/languages/kotlin.d.ts +2 -0
  38. package/lib-types/components/icon/languages/language-interface.d.ts +4 -0
  39. package/lib-types/components/icon/languages/lua.d.ts +2 -0
  40. package/lib-types/components/icon/languages/npm.d.ts +2 -0
  41. package/lib-types/components/icon/languages/python.d.ts +2 -0
  42. package/lib-types/components/icon/languages/rust.d.ts +2 -0
  43. package/lib-types/components/icon/languages/sql.d.ts +2 -0
  44. package/lib-types/components/icon/languages/terraform.d.ts +2 -0
  45. package/lib-types/components/icon/languages/typescript.d.ts +2 -0
  46. package/lib-types/components/media/elm-block-image.d.ts +16 -0
  47. package/lib-types/components/media/elm-block-image.stories.d.ts +12 -0
  48. package/lib-types/components/media/elm-file.d.ts +15 -0
  49. package/lib-types/components/media/elm-file.stories.d.ts +7 -0
  50. package/lib-types/components/navigation/elm-bookmark.d.ts +24 -0
  51. package/lib-types/components/navigation/elm-bookmark.stories.d.ts +12 -0
  52. package/lib-types/components/others/elm-jarkup.d.ts +5 -0
  53. package/lib-types/components/others/elm-jarkup.stories.d.ts +6 -0
  54. package/lib-types/components/table/elm-table-body.d.ts +2 -0
  55. package/lib-types/components/table/elm-table-cell.d.ts +12 -0
  56. package/lib-types/components/table/elm-table-header.d.ts +3 -0
  57. package/lib-types/components/table/elm-table-row.d.ts +2 -0
  58. package/lib-types/components/table/elm-table.d.ts +13 -0
  59. package/lib-types/components/table/elm-table.stories.d.ts +6 -0
  60. package/lib-types/components/typography/elm-block-quote.d.ts +4 -0
  61. package/lib-types/components/typography/elm-block-quote.stories.d.ts +6 -0
  62. package/lib-types/components/typography/elm-callout.d.ts +8 -0
  63. package/lib-types/components/typography/elm-callout.stories.d.ts +10 -0
  64. package/lib-types/components/typography/elm-divider.d.ts +8 -0
  65. package/lib-types/components/typography/elm-divider.stories.d.ts +6 -0
  66. package/lib-types/components/typography/elm-fragment-identifier.d.ts +7 -0
  67. package/lib-types/components/typography/elm-fragment-identifier.stories.d.ts +6 -0
  68. package/lib-types/components/typography/elm-heading.d.ts +6 -0
  69. package/lib-types/components/typography/elm-heading.stories.d.ts +7 -0
  70. package/lib-types/components/typography/elm-inline-text.d.ts +54 -0
  71. package/lib-types/components/typography/elm-inline-text.stories.d.ts +13 -0
  72. package/lib-types/components/typography/elm-list.d.ts +5 -0
  73. package/lib-types/components/typography/elm-list.stories.d.ts +8 -0
  74. package/lib-types/components/typography/elm-paragraph.d.ts +5 -0
  75. package/lib-types/components/typography/elm-paragraph.stories.d.ts +9 -0
  76. package/lib-types/entry.dev.d.ts +2 -0
  77. package/{src/entry.ssr.tsx → lib-types/entry.ssr.d.ts} +2 -9
  78. package/lib-types/hooks/useDelayedSignal.d.ts +6 -0
  79. package/lib-types/hooks/useInView.d.ts +6 -0
  80. package/lib-types/index.d.ts +27 -0
  81. package/lib-types/root.d.ts +2 -0
  82. package/package.json +5 -1
  83. package/.prettierignore +0 -6
  84. package/.storybook/main.ts +0 -23
  85. package/.storybook/preview-head.html +0 -4
  86. package/.storybook/preview.tsx +0 -51
  87. package/.storybook/sb.scss +0 -13
  88. package/.storybook/tsconfig.json +0 -24
  89. package/eslint.config.js +0 -79
  90. package/src/assets/bg1.webp +0 -0
  91. package/src/assets/bg2.webp +0 -0
  92. package/src/assets/images/2.svg +0 -4
  93. package/src/assets/images/lamdscape.svg +0 -4
  94. package/src/assets/images/portrait.svg +0 -4
  95. package/src/assets/images/square.svg +0 -4
  96. package/src/assets/vite.svg +0 -1
  97. package/src/assets/vue.svg +0 -1
  98. package/src/components/code/elm-code-block.module.scss +0 -67
  99. package/src/components/code/elm-code-block.stories.tsx +0 -44
  100. package/src/components/code/elm-code-block.tsx +0 -95
  101. package/src/components/code/elm-katex.stories.tsx +0 -28
  102. package/src/components/code/elm-katex.tsx +0 -34
  103. package/src/components/code/elm-shiki-highlighter.global.scss +0 -18
  104. package/src/components/code/elm-shiki-highlighter.stories.tsx +0 -21
  105. package/src/components/code/elm-shiki-highlighter.tsx +0 -44
  106. package/src/components/code/seed/main.rs +0 -24
  107. package/src/components/containments/elm-toggle.module.scss +0 -132
  108. package/src/components/containments/elm-toggle.stories.tsx +0 -34
  109. package/src/components/containments/elm-toggle.tsx +0 -106
  110. package/src/components/fallback/elm-block-fallback.module.scss +0 -8
  111. package/src/components/fallback/elm-block-fallback.stories.tsx +0 -14
  112. package/src/components/fallback/elm-block-fallback.tsx +0 -20
  113. package/src/components/fallback/elm-rectangle-wave.module.scss +0 -42
  114. package/src/components/fallback/elm-rectangle-wave.stories.tsx +0 -28
  115. package/src/components/fallback/elm-rectangle-wave.tsx +0 -11
  116. package/src/components/icon/elm-dot-loading-icon.module.scss +0 -53
  117. package/src/components/icon/elm-dot-loading-icon.stories.tsx +0 -15
  118. package/src/components/icon/elm-dot-loading-icon.tsx +0 -35
  119. package/src/components/icon/elm-inline-icon.module.scss +0 -21
  120. package/src/components/icon/elm-inline-icon.stories.tsx +0 -16
  121. package/src/components/icon/elm-inline-icon.tsx +0 -25
  122. package/src/components/icon/elm-language-icon.stories.tsx +0 -22
  123. package/src/components/icon/elm-language-icon.tsx +0 -167
  124. package/src/components/icon/elm-mdi-icon.module.scss +0 -8
  125. package/src/components/icon/elm-mdi-icon.stories.tsx +0 -25
  126. package/src/components/icon/elm-mdi-icon.tsx +0 -34
  127. package/src/components/icon/languages/bash.module.scss +0 -6
  128. package/src/components/icon/languages/bash.tsx +0 -27
  129. package/src/components/icon/languages/c-plus-plus.tsx +0 -33
  130. package/src/components/icon/languages/c-sharp.tsx +0 -29
  131. package/src/components/icon/languages/c.tsx +0 -27
  132. package/src/components/icon/languages/css.tsx +0 -21
  133. package/src/components/icon/languages/go.tsx +0 -22
  134. package/src/components/icon/languages/html.tsx +0 -30
  135. package/src/components/icon/languages/java.tsx +0 -37
  136. package/src/components/icon/languages/javascript.tsx +0 -22
  137. package/src/components/icon/languages/json.tsx +0 -53
  138. package/src/components/icon/languages/kotlin.tsx +0 -36
  139. package/src/components/icon/languages/language-interface.ts +0 -4
  140. package/src/components/icon/languages/lua.tsx +0 -29
  141. package/src/components/icon/languages/npm.tsx +0 -25
  142. package/src/components/icon/languages/python.tsx +0 -67
  143. package/src/components/icon/languages/rust.tsx +0 -19
  144. package/src/components/icon/languages/sql.tsx +0 -21
  145. package/src/components/icon/languages/terraform.tsx +0 -31
  146. package/src/components/icon/languages/typescript.tsx +0 -22
  147. package/src/components/media/elm-block-image.module.scss +0 -68
  148. package/src/components/media/elm-block-image.stories.tsx +0 -79
  149. package/src/components/media/elm-block-image.tsx +0 -110
  150. package/src/components/media/elm-file.module.scss +0 -43
  151. package/src/components/media/elm-file.stories.tsx +0 -27
  152. package/src/components/media/elm-file.tsx +0 -75
  153. package/src/components/navigation/elm-bookmark.module.scss +0 -100
  154. package/src/components/navigation/elm-bookmark.stories.tsx +0 -87
  155. package/src/components/navigation/elm-bookmark.tsx +0 -72
  156. package/src/components/others/elm-jarkup.module.scss +0 -26
  157. package/src/components/others/elm-jarkup.stories.tsx +0 -18
  158. package/src/components/others/elm-jarkup.tsx +0 -267
  159. package/src/components/table/elm-table-body.tsx +0 -14
  160. package/src/components/table/elm-table-cell.module.scss +0 -41
  161. package/src/components/table/elm-table-cell.tsx +0 -33
  162. package/src/components/table/elm-table-header.module.scss +0 -8
  163. package/src/components/table/elm-table-header.tsx +0 -21
  164. package/src/components/table/elm-table-row.module.scss +0 -28
  165. package/src/components/table/elm-table-row.tsx +0 -15
  166. package/src/components/table/elm-table.module.scss +0 -29
  167. package/src/components/table/elm-table.stories.tsx +0 -67
  168. package/src/components/table/elm-table.tsx +0 -63
  169. package/src/components/typography/elm-block-quote.module.scss +0 -29
  170. package/src/components/typography/elm-block-quote.stories.tsx +0 -22
  171. package/src/components/typography/elm-block-quote.tsx +0 -34
  172. package/src/components/typography/elm-callout.module.scss +0 -36
  173. package/src/components/typography/elm-callout.stories.tsx +0 -47
  174. package/src/components/typography/elm-callout.tsx +0 -52
  175. package/src/components/typography/elm-divider.module.scss +0 -6
  176. package/src/components/typography/elm-divider.stories.tsx +0 -14
  177. package/src/components/typography/elm-divider.tsx +0 -14
  178. package/src/components/typography/elm-fragment-identifier.module.scss +0 -28
  179. package/src/components/typography/elm-fragment-identifier.stories.tsx +0 -14
  180. package/src/components/typography/elm-fragment-identifier.tsx +0 -31
  181. package/src/components/typography/elm-heading.module.scss +0 -120
  182. package/src/components/typography/elm-heading.stories.tsx +0 -42
  183. package/src/components/typography/elm-heading.tsx +0 -40
  184. package/src/components/typography/elm-inline-text.module.scss +0 -114
  185. package/src/components/typography/elm-inline-text.stories.tsx +0 -70
  186. package/src/components/typography/elm-inline-text.tsx +0 -147
  187. package/src/components/typography/elm-list.global.scss +0 -66
  188. package/src/components/typography/elm-list.stories.tsx +0 -61
  189. package/src/components/typography/elm-list.tsx +0 -39
  190. package/src/components/typography/elm-paragraph.module.scss +0 -21
  191. package/src/components/typography/elm-paragraph.stories.tsx +0 -47
  192. package/src/components/typography/elm-paragraph.tsx +0 -31
  193. package/src/entry.dev.tsx +0 -17
  194. package/src/global.d.ts +0 -13
  195. package/src/hooks/useDelayedSignal.ts +0 -27
  196. package/src/hooks/useInView.tsx +0 -23
  197. package/src/index.ts +0 -113
  198. package/src/root.tsx +0 -13
  199. package/src/styles/text.module.scss +0 -17
  200. package/src/vite-env.d.ts +0 -1
  201. package/tsconfig.json +0 -21
  202. package/vite.config.ts +0 -36
  203. /package/{src/components/table/index.ts → lib-types/components/table/index.d.ts} +0 -0
@@ -0,0 +1,955 @@
1
+ ._code-block_f7ep7_1 {
2
+ display: grid;
3
+ grid-template-rows: 2.75rem 1px 1fr;
4
+ grid-template-columns: 2rem 1fr 2.5rem;
5
+ grid-template-areas: "language-icon caption copy-icon" "divider divider divider" "code code code";
6
+ align-items: center;
7
+ justify-content: center;
8
+ gap: 0;
9
+ box-sizing: border-box;
10
+ width: 100%;
11
+ margin: 0;
12
+ padding: 0.25rem;
13
+ border-radius: 0.25rem;
14
+ background-color: rgba(255, 255, 255, 0.4);
15
+ box-shadow: 0 0 0.125rem rgba(62, 67, 75, 0.3);
16
+ }
17
+ [data-theme=dark] ._code-block_f7ep7_1 {
18
+ background-color: rgba(44, 48, 55, 0.9);
19
+ box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.4);
20
+ }
21
+
22
+ ._language-icon_f7ep7_22 {
23
+ grid-area: language-icon;
24
+ padding-inline-start: 0.75rem;
25
+ }
26
+
27
+ ._caption_f7ep7_27 {
28
+ grid-area: caption;
29
+ padding: 1rem;
30
+ font-family: monospace;
31
+ }
32
+
33
+ ._copy-icon_f7ep7_33 {
34
+ grid-area: copy-icon;
35
+ padding: 0.25rem;
36
+ width: 1.25rem;
37
+ height: 1.25rem;
38
+ border-radius: 0.125rem;
39
+ transition: background-color 100ms;
40
+ cursor: pointer;
41
+ }
42
+ ._copy-icon_f7ep7_33:hover {
43
+ background-color: rgba(0, 0, 0, 0.1);
44
+ }
45
+ [data-theme=dark] ._copy-icon_f7ep7_33:hover {
46
+ background-color: rgba(255, 255, 255, 0.1);
47
+ }
48
+
49
+ ._divider_f7ep7_49 {
50
+ grid-area: divider;
51
+ width: calc(100% - 1rem);
52
+ border: none;
53
+ border-bottom: solid 1px rgba(128, 128, 128, 0.5);
54
+ }
55
+
56
+ ._code_f7ep7_1 {
57
+ grid-area: code;
58
+ box-sizing: border-box;
59
+ padding: 0 1rem;
60
+ }._path_1ccs2_1 {
61
+ fill: #293138;
62
+ }
63
+ [data-theme=dark] ._path_1ccs2_1 {
64
+ fill: #d2dbe3;
65
+ }._text_1gswr_1 {
66
+ padding: 0;
67
+ margin: 0;
68
+ white-space: pre-line;
69
+ font-size: var(--font-size, 1em);
70
+ line-height: var(--font-size, 1em);
71
+ background-color: var(--background-color);
72
+ transition: color 200ms;
73
+ text-decoration-color: var(--color);
74
+ }
75
+
76
+ ._code_1gswr_12 {
77
+ margin-inline: 0.25rem;
78
+ padding: 2px 0.5em;
79
+ font-size: calc(1em - 2px);
80
+ border-radius: 0.125rem;
81
+ background-color: rgba(0, 0, 0, 0.075);
82
+ font-family: "Source Code Pro" monospace;
83
+ }
84
+
85
+ ._kbd_1gswr_21 {
86
+ padding: 0.125rem 0.25rem;
87
+ position: relative;
88
+ border-radius: 0.125rem;
89
+ background-color: #e6e6e6;
90
+ }
91
+ [data-theme=dark] ._kbd_1gswr_21 {
92
+ background-color: #404040;
93
+ }
94
+ ._kbd_1gswr_21::before {
95
+ z-index: -1;
96
+ position: absolute;
97
+ content: "";
98
+ bottom: -0.25em;
99
+ left: 0;
100
+ height: 100%;
101
+ width: 100%;
102
+ background-color: #ccc;
103
+ border-radius: 0 0 0.125rem 0.125rem;
104
+ box-shadow: 0 0 0.125em rgba(0, 0, 0, 0.5);
105
+ }
106
+ [data-theme=dark] ._kbd_1gswr_21::before {
107
+ background-color: #595959;
108
+ box-shadow: 0 0 0.125em rgba(255, 255, 255, 0.5);
109
+ }
110
+
111
+ ._link_1gswr_47 {
112
+ all: unset;
113
+ box-sizing: border-box;
114
+ padding: 0 0.25rem;
115
+ font-size: var(--font-size);
116
+ display: inline-flex;
117
+ align-items: center;
118
+ gap: 0.25rem;
119
+ cursor: pointer;
120
+ color: #6987b8;
121
+ border-radius: 0.125rem;
122
+ transition: background-color 200ms, color 200ms, opacity 200ms;
123
+ }
124
+ ._link_1gswr_47:hover {
125
+ background-color: rgba(105, 135, 184, 0.2);
126
+ }
127
+ ._link_1gswr_47:active {
128
+ opacity: 0.5;
129
+ }
130
+ ._link_1gswr_47:visited {
131
+ color: #9771bd;
132
+ border-bottom: dashed 1px #9771bd;
133
+ }
134
+ ._link_1gswr_47:visited:hover {
135
+ background-color: rgba(151, 113, 189, 0.2);
136
+ }
137
+
138
+ ._ogp_1gswr_74 {
139
+ display: flex;
140
+ flex-direction: column;
141
+ gap: 0.25rem;
142
+ overflow: hidden;
143
+ border-radius: 0.25rem;
144
+ box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.3);
145
+ background-color: rgba(255, 255, 255, 0.8);
146
+ }
147
+ [data-theme=dark] ._ogp_1gswr_74 {
148
+ background-color: rgba(255, 255, 255, 0.1);
149
+ }
150
+
151
+ ._ogp-text_1gswr_87 {
152
+ box-sizing: border-box;
153
+ padding: 0.5rem;
154
+ }
155
+
156
+ ._ogp-title_1gswr_92 {
157
+ box-sizing: border-box;
158
+ font-weight: bold;
159
+ padding-block-end: 0.25rem;
160
+ }
161
+
162
+ ._ogp-description_1gswr_98 {
163
+ opacity: 0.7;
164
+ padding: 0.25rem;
165
+ }._text_zryur_1 {
166
+ color: var(--color, #606875);
167
+ }
168
+ ._text_zryur_1::selection {
169
+ color: #cccfd5;
170
+ background-color: var(--color, #3e434b);
171
+ }
172
+ [data-theme=dark] ._text_zryur_1 {
173
+ color: var(--color, #b0b5be);
174
+ }
175
+ [data-theme=dark] ._text_zryur_1::selection {
176
+ color: #3e434b;
177
+ background-color: var(--color, #cccfd5);
178
+ }._icon_19g82_1 {
179
+ margin: 0;
180
+ padding: 0;
181
+ display: inline-block;
182
+ vertical-align: middle;
183
+ height: 1em;
184
+ }
185
+ ._icon_19g82_1::selection {
186
+ filter: brightness(1000%);
187
+ background-color: var(--color, rgba(0, 0, 0, 0.25));
188
+ }
189
+ [data-theme=dark] ._icon_19g82_1 {
190
+ color: var(--color, rgba(255, 255, 255, 0.7));
191
+ }
192
+ [data-theme=dark] ._icon_19g82_1::selection {
193
+ color: rgba(0, 0, 0, 0.7);
194
+ background-color: var(--color, rgba(255, 255, 255, 0.25));
195
+ }.shiki,
196
+ .shiki span {
197
+ font-family: "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace !important;
198
+ }
199
+ .shiki *::selection,
200
+ .shiki span *::selection {
201
+ background-color: rgba(0, 0, 0, 0.1);
202
+ }
203
+ [data-theme=dark] .shiki *::selection,
204
+ [data-theme=dark] .shiki span *::selection {
205
+ background-color: rgba(255, 255, 255, 0.15);
206
+ }
207
+ [data-theme=dark] .shiki,
208
+ [data-theme=dark] .shiki span {
209
+ color: var(--shiki-dark) !important;
210
+ background-color: var(--shiki-dark-bg) !important;
211
+ }._icon_1gvln_1 {
212
+ fill: var(--color, #555b67);
213
+ transition: fill 200ms;
214
+ }
215
+ [data-theme=dark] ._icon_1gvln_1 {
216
+ fill: var(--dark-color, #b0b5be);
217
+ }._toggle_1nxqa_1 {
218
+ margin: 0;
219
+ display: grid;
220
+ transition: grid 200ms;
221
+ overflow: hidden;
222
+ }
223
+ ._toggle_1nxqa_1._toggle-closed_1nxqa_7 {
224
+ grid-template-rows: 3.5rem 0fr 0rem;
225
+ }
226
+ ._toggle_1nxqa_1._toggle-open_1nxqa_10 {
227
+ grid-template-rows: 3.5rem 1fr 3rem;
228
+ }
229
+
230
+ ._summary_1nxqa_14 {
231
+ box-sizing: border-box;
232
+ padding-inline: 1rem;
233
+ display: grid;
234
+ grid-template-columns: min-content 1fr min-content;
235
+ gap: 1rem;
236
+ align-items: center;
237
+ cursor: pointer;
238
+ border: 1px solid rgba(0, 0, 0, 0.125);
239
+ background-color: rgba(62, 67, 75, 0.05);
240
+ }
241
+ [data-theme=dark] ._summary_1nxqa_14 {
242
+ border: 1px solid rgba(255, 255, 255, 0.125);
243
+ background-color: rgba(190, 194, 202, 0.1);
244
+ }
245
+ ._summary_1nxqa_14._summary-open_1nxqa_29 {
246
+ border-radius: 0.25rem 0.25rem 0 0;
247
+ border-bottom-color: transparent;
248
+ }
249
+ ._summary_1nxqa_14._summary-closed_1nxqa_33 {
250
+ border-radius: 0.25rem;
251
+ }
252
+
253
+ ._chevron-icon_1nxqa_37 {
254
+ transition: transform 200ms;
255
+ }
256
+ ._chevron-icon_1nxqa_37._chevron-icon-open_1nxqa_40 {
257
+ transform: rotate(90deg);
258
+ }
259
+ ._chevron-icon_1nxqa_37._chevron-icon-closed_1nxqa_43 {
260
+ transform: rotate(0deg);
261
+ }
262
+
263
+ ._plus-icon_1nxqa_47 {
264
+ height: 1rem;
265
+ width: 1rem;
266
+ transform-origin: center;
267
+ transition: transform 200ms;
268
+ }
269
+ ._plus-icon_1nxqa_47._plus-icon-open_1nxqa_53 {
270
+ transform: rotate(135deg);
271
+ }
272
+ ._plus-icon_1nxqa_47._plus-icon-closed_1nxqa_56 {
273
+ transform: rotate(0deg);
274
+ }
275
+
276
+ ._content_1nxqa_60 {
277
+ box-sizing: border-box;
278
+ padding: 1rem;
279
+ overflow: hidden;
280
+ transition: opacity 200ms;
281
+ border: 1px solid rgba(0, 0, 0, 0.125);
282
+ border-radius: 0 0 0.25rem 0.25rem;
283
+ background-color: rgba(62, 67, 75, 0.0125);
284
+ }
285
+ [data-theme=dark] ._content_1nxqa_60 {
286
+ border-color: rgba(255, 255, 255, 0.125);
287
+ background-color: rgba(190, 194, 202, 0.025);
288
+ }
289
+ ._content_1nxqa_60._content-open_1nxqa_73 {
290
+ opacity: 1;
291
+ }
292
+ ._content_1nxqa_60._content-closed_1nxqa_76 {
293
+ opacity: 0;
294
+ }
295
+
296
+ ._footer_1nxqa_80 {
297
+ box-sizing: border-box;
298
+ margin: 0.25rem 0rem;
299
+ padding: 0.5rem;
300
+ color: #c56565;
301
+ font-family: monospace;
302
+ display: flex;
303
+ align-items: center;
304
+ justify-content: center;
305
+ gap: 0.5rem;
306
+ user-select: none;
307
+ cursor: pointer;
308
+ border-radius: 0.25rem;
309
+ transition: opacity 200ms, background-color 200ms;
310
+ }
311
+ ._footer_1nxqa_80:hover {
312
+ opacity: 0.5;
313
+ background-color: rgba(96, 104, 117, 0.1);
314
+ }
315
+ ._footer_1nxqa_80._footer-line_1nxqa_99 {
316
+ box-sizing: border-box;
317
+ margin: 0 0.25rem;
318
+ flex-grow: 1;
319
+ border: none;
320
+ border-bottom: solid 1px rgba(128, 128, 128, 0.3);
321
+ }
322
+ ._footer_1nxqa_80._footer-cross-icon_1nxqa_106 {
323
+ transform: rotate(45deg);
324
+ }
325
+ ._footer_1nxqa_80._footer-chevron-icon_1nxqa_109 {
326
+ transform: rotate(-90deg);
327
+ }._block-fallback_rt986_1 {
328
+ position: relative;
329
+ display: flex;
330
+ justify-content: center;
331
+ align-items: center;
332
+ width: 100%;
333
+ height: var(--height);
334
+ }@keyframes _bounce_1yktj_1 {
335
+ 0% {
336
+ transform: translateY(0%) scaleY(0.3) scaleX(1.5);
337
+ }
338
+ 10% {
339
+ transform: scaleY(0.8) scaleX(1.2);
340
+ }
341
+ 100% {
342
+ transform: translateY(-400%) scaleY(1.1);
343
+ }
344
+ }
345
+ ._wrapper_1yktj_12 {
346
+ width: var(--size);
347
+ height: var(--size);
348
+ user-select: none;
349
+ position: relative;
350
+ display: flex;
351
+ justify-content: space-around;
352
+ align-items: flex-end;
353
+ }
354
+
355
+ ._dot_1yktj_22 {
356
+ width: 20%;
357
+ height: 20%;
358
+ border-radius: 50%;
359
+ animation-name: _bounce_1yktj_1;
360
+ animation-duration: 0.4s;
361
+ animation-iteration-count: infinite;
362
+ animation-direction: alternate;
363
+ animation-timing-function: ease-out;
364
+ transition: background-color 400ms;
365
+ background-color: var(--color, #606875);
366
+ }
367
+ [data-theme=dark] ._dot_1yktj_22 {
368
+ background-color: #b0b5be;
369
+ }
370
+ ._dot_1yktj_22:nth-last-of-type(1) {
371
+ animation-delay: -100ms;
372
+ }
373
+ ._dot_1yktj_22:nth-last-of-type(2) {
374
+ animation-delay: 0ms;
375
+ }
376
+ ._dot_1yktj_22:nth-last-of-type(3) {
377
+ animation-delay: 100ms;
378
+ }@keyframes _elm-rectangle-wave_hej9g_1 {
379
+ 0% {
380
+ transform: scale(0);
381
+ opacity: 0;
382
+ }
383
+ 30% {
384
+ opacity: 0;
385
+ }
386
+ 40% {
387
+ opacity: 1;
388
+ }
389
+ 100% {
390
+ transform: scale(1);
391
+ opacity: 0;
392
+ }
393
+ }
394
+ ._rectangle-wave_hej9g_17 {
395
+ box-sizing: border-box;
396
+ position: absolute;
397
+ overflow: hidden;
398
+ margin: 0;
399
+ width: 100%;
400
+ height: 100%;
401
+ animation-name: _elm-rectangle-wave_hej9g_1;
402
+ animation-duration: 1200ms;
403
+ animation-iteration-count: infinite;
404
+ animation-fill-mode: both;
405
+ border-style: solid;
406
+ border-width: 1px;
407
+ border-color: rgba(0, 0, 0, 0.7);
408
+ }
409
+ [data-theme=dark] ._rectangle-wave_hej9g_17 {
410
+ border-color: rgba(255, 255, 255, 0.7);
411
+ }._block-image_zq5gl_1 {
412
+ margin: 0;
413
+ display: flex;
414
+ justify-content: center;
415
+ align-items: center;
416
+ flex-direction: column;
417
+ gap: 0.5rem;
418
+ width: 100%;
419
+ }
420
+
421
+ ._image-container_zq5gl_11 {
422
+ width: 100%;
423
+ height: 100%;
424
+ position: relative;
425
+ display: flex;
426
+ justify-content: center;
427
+ align-items: center;
428
+ }
429
+
430
+ ._image_zq5gl_11 {
431
+ max-width: 100%;
432
+ max-height: 100%;
433
+ border-radius: 0.25rem;
434
+ box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
435
+ transition: opacity 400ms;
436
+ opacity: var(--opacity, 1);
437
+ user-select: none;
438
+ cursor: var(--cursor);
439
+ }
440
+
441
+ ._fallback_zq5gl_31 {
442
+ width: 100%;
443
+ height: 100%;
444
+ inset: 0 0 auto auto;
445
+ position: absolute;
446
+ transition: opacity 400ms;
447
+ opacity: var(--opacity, 1);
448
+ pointer-events: none;
449
+ }
450
+
451
+ ._caption-box_zq5gl_41 {
452
+ box-sizing: border-box;
453
+ padding: 0rem 1rem;
454
+ display: flex;
455
+ justify-content: center;
456
+ align-items: center;
457
+ gap: 1rem;
458
+ opacity: 0.75;
459
+ opacity: var(--opacity, 1);
460
+ transition: opacity 400ms;
461
+ }
462
+
463
+ ._modal-container_zq5gl_53 {
464
+ width: 100vw;
465
+ height: 100vh;
466
+ display: flex;
467
+ justify-content: center;
468
+ align-items: center;
469
+ position: fixed;
470
+ inset: 0 0 auto auto;
471
+ z-index: 100;
472
+ background-color: rgba(35, 38, 42, 0.8);
473
+ cursor: zoom-out;
474
+ opacity: var(--opacity, 1);
475
+ transition: opacity 200ms;
476
+ }._file_14a0w_1 {
477
+ margin: 0;
478
+ padding: 1rem;
479
+ display: grid;
480
+ grid-template-columns: 1.5rem 1fr 1fr 1.5rem;
481
+ gap: 1rem;
482
+ align-items: center;
483
+ box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.2);
484
+ border-radius: 0.25rem;
485
+ background-color: rgba(255, 255, 255, 0.2);
486
+ }
487
+ [data-theme=dark] ._file_14a0w_1 {
488
+ background-color: rgba(0, 0, 0, 0.2);
489
+ }
490
+
491
+ ._file-size_14a0w_16 {
492
+ text-align: right;
493
+ opacity: 0.5;
494
+ }
495
+
496
+ ._download-icon_14a0w_21 {
497
+ display: flex;
498
+ justify-content: center;
499
+ align-items: center;
500
+ height: 1.5rem;
501
+ width: 1.5rem;
502
+ padding: 0.125rem;
503
+ border-radius: 0.125rem;
504
+ cursor: pointer;
505
+ transition: color 200ms, background-color 200ms;
506
+ }
507
+ ._download-icon_14a0w_21:hover {
508
+ background-color: rgba(0, 0, 0, 0.1);
509
+ }
510
+ [data-theme=dark] ._download-icon_14a0w_21:hover {
511
+ background-color: rgba(255, 255, 255, 0.1);
512
+ }._bookmark_rgq1s_1 {
513
+ all: unset;
514
+ display: block;
515
+ container-type: inline-size;
516
+ border-radius: 0.25rem;
517
+ box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
518
+ overflow: hidden;
519
+ transition: background-color 200ms, transform 200ms;
520
+ }
521
+ ._bookmark_rgq1s_1:hover {
522
+ background-color: rgba(105, 135, 184, 0.1);
523
+ transform: translateX(-0.125rem) translateY(-0.125rem);
524
+ }
525
+ ._bookmark_rgq1s_1:active {
526
+ background-color: rgba(89, 181, 124, 0.1);
527
+ transform: translateX(0) translateY(0);
528
+ }
529
+
530
+ ._container_rgq1s_19 {
531
+ all: unset;
532
+ cursor: pointer;
533
+ width: 100%;
534
+ display: flex;
535
+ flex-direction: row;
536
+ }
537
+ @container (max-width: 700px) {
538
+ ._container_rgq1s_19 {
539
+ flex-direction: column;
540
+ }
541
+ }
542
+
543
+ ._image_rgq1s_32 {
544
+ overflow: hidden;
545
+ height: 100%;
546
+ opacity: 0.9;
547
+ display: flex;
548
+ justify-content: center;
549
+ align-items: center;
550
+ object-fit: cover;
551
+ object-position: center;
552
+ aspect-ratio: 2/1;
553
+ width: min-content;
554
+ max-width: 35%;
555
+ }
556
+ @container (max-width: 700px) {
557
+ ._image_rgq1s_32 {
558
+ min-width: unset;
559
+ max-width: unset;
560
+ width: 100%;
561
+ }
562
+ }
563
+
564
+ ._content_rgq1s_53 {
565
+ flex: 1;
566
+ width: 75%;
567
+ box-sizing: border-box;
568
+ padding: 0.5rem;
569
+ display: flex;
570
+ flex-direction: column;
571
+ gap: 0.5rem;
572
+ justify-content: space-between;
573
+ transition: background-color 200ms;
574
+ background-color: rgba(255, 255, 255, 0.4);
575
+ }
576
+ @container (max-width: 700px) {
577
+ ._content_rgq1s_53 {
578
+ width: 100%;
579
+ }
580
+ }
581
+ [data-theme=dark] ._content_rgq1s_53 {
582
+ background-color: rgba(0, 0, 0, 0.2);
583
+ }
584
+ ._content_rgq1s_53 ._title_rgq1s_73 {
585
+ box-sizing: border-box;
586
+ }
587
+ ._content_rgq1s_53 ._description_rgq1s_76 {
588
+ box-sizing: border-box;
589
+ opacity: 0.7;
590
+ }
591
+ ._content_rgq1s_53 ._link_rgq1s_80 {
592
+ line-height: 0.75rem;
593
+ display: flex;
594
+ justify-content: flex-end;
595
+ align-items: center;
596
+ gap: 0.25rem;
597
+ opacity: 0.7;
598
+ }._blockquote_b5jd8_1 {
599
+ box-sizing: border-box;
600
+ width: 100%;
601
+ margin: 0;
602
+ background-color: rgba(134, 142, 156, 0.1);
603
+ position: relative;
604
+ }
605
+ ._blockquote_b5jd8_1::after {
606
+ position: absolute;
607
+ content: "";
608
+ top: 0;
609
+ left: 0;
610
+ width: 4px;
611
+ height: 100%;
612
+ background-color: #868e9c;
613
+ }
614
+
615
+ ._body_b5jd8_18 {
616
+ box-sizing: border-box;
617
+ padding: 2rem 1.5rem;
618
+ }
619
+
620
+ ._icon_b5jd8_23 {
621
+ position: absolute;
622
+ content: "";
623
+ inset: var(--inset);
624
+ opacity: 0.5;
625
+ }._callout_1d8l2_1 {
626
+ position: relative;
627
+ padding: 1rem;
628
+ }
629
+ ._callout_1d8l2_1::after {
630
+ position: absolute;
631
+ content: "";
632
+ inset: 0 auto auto 0;
633
+ height: 100%;
634
+ width: 0.25rem;
635
+ background-color: var(--callout-color);
636
+ }
637
+ ._callout_1d8l2_1::before {
638
+ position: absolute;
639
+ content: "";
640
+ inset: 0 0 auto auto;
641
+ height: 100%;
642
+ width: 100%;
643
+ background-color: var(--callout-color);
644
+ opacity: 0.15;
645
+ z-index: -1;
646
+ pointer-events: none;
647
+ }
648
+
649
+ ._header_1d8l2_25 {
650
+ display: flex;
651
+ align-items: center;
652
+ gap: 0.5rem;
653
+ }
654
+
655
+ ._content_1d8l2_31 {
656
+ padding-block-start: 1rem;
657
+ padding-block-end: 0.25rem;
658
+ }._hr_1g58p_1 {
659
+ margin: 0;
660
+ width: 100%;
661
+ border: none;
662
+ border-bottom: dashed 1px #868e9c;
663
+ }._fragment_1kofp_1 {
664
+ font-size: 1rem;
665
+ width: 1rem;
666
+ height: 1rem;
667
+ padding: 0.125rem;
668
+ margin-inline-start: 0.5rem;
669
+ border-radius: 0.125rem;
670
+ display: inline-flex;
671
+ justify-content: center;
672
+ align-items: center;
673
+ color: #b69545;
674
+ cursor: pointer;
675
+ user-select: none;
676
+ opacity: 1;
677
+ transition: background-color 200ms, opacity 100ms, transform 100ms;
678
+ }
679
+ ._fragment_1kofp_1:hover {
680
+ background-color: rgba(134, 142, 156, 0.2);
681
+ }
682
+ ._fragment_1kofp_1:active {
683
+ opacity: 0.5;
684
+ transform: translateX(1px) translateY(1px);
685
+ }._heading-common_1mgdk_1 {
686
+ margin: 0;
687
+ position: relative;
688
+ font-size: var(--font-size);
689
+ line-height: var(--font-size);
690
+ opacity: var(--opacity);
691
+ transition: color 400ms, opacity 800ms;
692
+ }
693
+
694
+ ._h1_1mgdk_10::after {
695
+ position: absolute;
696
+ content: "";
697
+ bottom: -4px;
698
+ left: 0;
699
+ width: 100%;
700
+ height: 0.25px;
701
+ background-color: rgba(0, 0, 0, 0.5);
702
+ transition: transform 800ms;
703
+ transform: scaleX(var(--scale));
704
+ }
705
+ [data-theme=dark] ._h1_1mgdk_10::after {
706
+ background-color: rgba(255, 255, 255, 0.5);
707
+ }
708
+ ._h1_1mgdk_10::before {
709
+ position: absolute;
710
+ content: "";
711
+ bottom: -6px;
712
+ left: 45%;
713
+ width: 10%;
714
+ height: 2px;
715
+ background-color: rgba(0, 0, 0, 0.6);
716
+ transition: transform 800ms;
717
+ transform: scaleY(var(--scale));
718
+ transform-origin: top;
719
+ }
720
+ [data-theme=dark] ._h1_1mgdk_10::before {
721
+ background-color: rgba(255, 255, 255, 0.6);
722
+ }
723
+
724
+ ._h2_1mgdk_40 {
725
+ border-bottom: solid 1px rgba(0, 0, 0, 0.5);
726
+ }
727
+ [data-theme=dark] ._h2_1mgdk_40 {
728
+ border-color: rgba(255, 255, 255, 0.5);
729
+ }
730
+ ._h2_1mgdk_40::after {
731
+ position: absolute;
732
+ content: "";
733
+ right: 2px;
734
+ bottom: -4px;
735
+ width: 6px;
736
+ height: 8px;
737
+ opacity: 0.8;
738
+ transform: skewX(-25deg);
739
+ background-color: rgba(0, 0, 0, 0.8);
740
+ }
741
+ [data-theme=dark] ._h2_1mgdk_40::after {
742
+ background-color: rgba(255, 255, 255, 0.8);
743
+ }
744
+ ._h2_1mgdk_40::before {
745
+ position: absolute;
746
+ content: "";
747
+ right: 10px;
748
+ bottom: -4px;
749
+ width: 6px;
750
+ height: 8px;
751
+ opacity: 0.8;
752
+ transform: skewX(-25deg);
753
+ background-color: rgba(0, 0, 0, 0.8);
754
+ }
755
+ [data-theme=dark] ._h2_1mgdk_40::before {
756
+ background-color: rgba(255, 255, 255, 0.8);
757
+ }
758
+
759
+ ._h3_1mgdk_75 {
760
+ box-sizing: border-box;
761
+ padding-left: 0.75rem;
762
+ }
763
+ ._h3_1mgdk_75::after {
764
+ position: absolute;
765
+ content: "";
766
+ width: 3px;
767
+ height: 12px;
768
+ top: calc(50% - 8px);
769
+ left: 0;
770
+ background-color: rgba(0, 0, 0, 0.5);
771
+ }
772
+ [data-theme=dark] ._h3_1mgdk_75::after {
773
+ background-color: rgba(255, 255, 255, 0.5);
774
+ }
775
+
776
+ ._h4_1mgdk_92 {
777
+ position: relative;
778
+ }
779
+
780
+ ._h5_1mgdk_96 {
781
+ position: relative;
782
+ }
783
+
784
+ ._h6_1mgdk_100 {
785
+ position: relative;
786
+ }.elmethis-list-common {
787
+ margin-block: 1rem;
788
+ opacity: var(--opacity);
789
+ transition: opacity 800ms;
790
+ box-sizing: border-box;
791
+ padding-left: 1.25rem;
792
+ }
793
+
794
+ .elmethis-bulleted-list li {
795
+ box-sizing: border-box;
796
+ padding-left: 0.5rem;
797
+ margin-block: 0.75rem;
798
+ }
799
+ .elmethis-bulleted-list li::marker {
800
+ content: url("data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMTYgMTYnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICA+CiAgICA8cGF0aAogICAgICBmaWxsPScjNDQ5NzYzJwogICAgICBvcGFjaXR5PScwLjgnCiAgICAgIGQ9J00zIDMuNzMyYTEuNSAxLjUgMCAwIDEgMi4zMDUtMS4yNjVsNi43MDYgNC4yNjdhMS41IDEuNSAwIDAgMSAwIDIuNTMxbC02LjcwNiA0LjI2OEExLjUgMS41IDAgMCAxIDMgMTIuMjY3VjMuNzMyWicKICAgIC8+CiAgPC9zdmc+");
801
+ }
802
+ .elmethis-bulleted-list li ul li::marker {
803
+ content: url("data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMjQgMjQnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICAgIHN0cm9rZT0nIzQ0OTc2MycKICAgIGZpbGw9J3RyYW5zcGFyZW50JwogID4KICAgIDxwYXRoCiAgICAgIHN0cm9rZUxpbmVjYXA9J3JvdW5kJwogICAgICBzdHJva2VMaW5lam9pbj0ncm91bmQnCiAgICAgIGQ9J001LjI1IDUuNjUzYzAtLjg1Ni45MTctMS4zOTggMS42NjctLjk4NmwxMS41NCA2LjM0N2ExLjEyNSAxLjEyNSAwIDAgMSAwIDEuOTcybC0xMS41NCA2LjM0N2ExLjEyNSAxLjEyNSAwIDAgMS0xLjY2Ny0uOTg2VjUuNjUzWicKICAgIC8+CiAgPC9zdmc+");
804
+ }
805
+ .elmethis-bulleted-list li ul li ul li::marker {
806
+ content: url("data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMjAgMjAnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICAgIHN0cm9rZT0nIzQ0OTc2MycKICAgIGZpbGw9JyM0NDk3NjMnCiAgPgogICAgPHBhdGgKICAgICAgZmlsbFJ1bGU9J2V2ZW5vZGQnCiAgICAgIGQ9J004LjIyIDUuMjJhLjc1Ljc1IDAgMCAxIDEuMDYgMGw0LjI1IDQuMjVhLjc1Ljc1IDAgMCAxIDAgMS4wNmwtNC4yNSA0LjI1YS43NS43NSAwIDAgMS0xLjA2LTEuMDZMMTEuOTQgMTAgOC4yMiA2LjI4YS43NS43NSAwIDAgMSAwLTEuMDZaJwogICAgICBjbGlwUnVsZT0nZXZlbm9kZCcKICAgIC8+CiAgPC9zdmc+");
807
+ }
808
+
809
+ .elmethis-numbered-list li {
810
+ box-sizing: border-box;
811
+ padding-left: 0.25rem;
812
+ margin-block: 0.75rem;
813
+ margin-left: 0.25rem;
814
+ list-style-type: decimal;
815
+ }
816
+ .elmethis-numbered-list li::marker {
817
+ font-weight: bold;
818
+ color: #9771bd;
819
+ }
820
+ .elmethis-numbered-list li ol li {
821
+ list-style-type: lower-alpha;
822
+ }
823
+ .elmethis-numbered-list li ol li ol li {
824
+ list-style-type: lower-roman;
825
+ }
826
+ .elmethis-numbered-list li ol li ol li ol li {
827
+ list-style-type: lower-greek;
828
+ }._paragraph_jz10s_1 {
829
+ opacity: var(--opacity, 0);
830
+ opacity: var(--opacity);
831
+ transition: opacity 800ms;
832
+ color: var(--color, #606875);
833
+ background-color: var(--background-color, inherit);
834
+ }
835
+ ._paragraph_jz10s_1::selection {
836
+ color: rgba(255, 255, 255, 0.7);
837
+ background-color: rgba(0, 0, 0, 0.7);
838
+ }
839
+ [data-theme=dark] ._paragraph_jz10s_1 {
840
+ color: rgba(255, 255, 255, 0.7);
841
+ }
842
+ [data-theme=dark] ._paragraph_jz10s_1::selection {
843
+ color: rgba(0, 0, 0, 0.7);
844
+ background-color: rgba(255, 255, 255, 0.7);
845
+ }._table_x2nyq_1 {
846
+ margin-block: var(--margin-block);
847
+ border-collapse: collapse;
848
+ border-spacing: 0;
849
+ box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.2);
850
+ }
851
+
852
+ ._caption_x2nyq_8 {
853
+ position: relative;
854
+ width: 100%;
855
+ display: inline-flex;
856
+ justify-content: center;
857
+ align-items: center;
858
+ gap: 1rem;
859
+ margin-block-end: 1rem;
860
+ }
861
+
862
+ ._caption-inner_x2nyq_18 {
863
+ display: inline-flex;
864
+ justify-content: center;
865
+ align-items: center;
866
+ gap: 0.25rem;
867
+ }
868
+
869
+ ._spacing_x2nyq_25 {
870
+ flex-grow: 1;
871
+ height: 1px;
872
+ background-color: rgba(128, 128, 128, 0.2);
873
+ }._thead_1brzu_1 {
874
+ text-align: left;
875
+ transition: background-color 400ms, color 400ms;
876
+ border-bottom: 2px solid rgba(128, 128, 128, 0.5);
877
+ }._tr_2ogbz_1 {
878
+ transition: background-color 200ms;
879
+ }
880
+ ._tr_2ogbz_1:nth-child(odd) {
881
+ background-color: transparent;
882
+ }
883
+ ._tr_2ogbz_1:nth-child(even) {
884
+ background-color: rgba(0, 0, 0, 0.015);
885
+ }
886
+ [data-theme=dark] ._tr_2ogbz_1:nth-child(even) {
887
+ background-color: rgba(255, 255, 255, 0.015);
888
+ }
889
+ ._tr_2ogbz_1:hover {
890
+ background-color: rgba(105, 135, 184, 0.15);
891
+ }
892
+ [data-theme=dark] ._tr_2ogbz_1:hover {
893
+ background-color: rgba(105, 135, 184, 0.15);
894
+ }
895
+
896
+ ._has-row-header_2ogbz_20 td:first-child,
897
+ ._has-row-header_2ogbz_20 tr:first-child {
898
+ background-color: rgba(128, 128, 128, 0.15);
899
+ }._common_1puhv_1 {
900
+ padding: 0.75rem 1rem;
901
+ color: rgba(0, 0, 0, 0.7);
902
+ border-right: 1px dotted rgba(0, 0, 0, 0.15);
903
+ }
904
+ ._common_1puhv_1::selection {
905
+ color: rgba(255, 255, 255, 0.7);
906
+ background-color: rgba(0, 0, 0, 0.7);
907
+ }
908
+ [data-theme=dark] ._common_1puhv_1 {
909
+ color: rgba(255, 255, 255, 0.7);
910
+ }
911
+ [data-theme=dark] ._common_1puhv_1::selection {
912
+ color: rgba(0, 0, 0, 0.7);
913
+ background-color: rgba(255, 255, 255, 0.7);
914
+ }
915
+ [data-theme=dark] ._common_1puhv_1 {
916
+ border-right: 1px dotted rgba(255, 255, 255, 0.15);
917
+ }
918
+ ._common_1puhv_1:last-child {
919
+ border-right: none;
920
+ }
921
+
922
+ ._td_1puhv_24 {
923
+ border-top: 1px solid rgba(0, 0, 0, 0.15);
924
+ }
925
+ [data-theme=dark] ._td_1puhv_24 {
926
+ border-top-color: rgba(255, 255, 255, 0.15);
927
+ }
928
+
929
+ ._th_1puhv_31 {
930
+ background-color: rgba(128, 128, 128, 0.15);
931
+ }._jarkup-body_1l2bp_1 {
932
+ display: flex;
933
+ flex-direction: column;
934
+ gap: 2rem;
935
+ }
936
+
937
+ ._column-list_1l2bp_7 {
938
+ box-sizing: content-box;
939
+ padding-block: 0.25rem;
940
+ width: 100%;
941
+ display: flex;
942
+ flex-direction: row;
943
+ gap: 0.25rem;
944
+ justify-content: space-around;
945
+ overflow: auto;
946
+ }
947
+
948
+ ._column_1l2bp_7 {
949
+ box-sizing: border-box;
950
+ padding: 0.125rem;
951
+ flex: var(--width-ratio, 1);
952
+ }
953
+ ._column_1l2bp_7 > * + * {
954
+ margin-block-start: 2em;
955
+ }