@haklex/rich-editor 0.0.19 → 0.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/dist/rich-editor.css +1 -1381
- package/package.json +4 -4
package/dist/rich-editor.css
CHANGED
|
@@ -1,1381 +1 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--rc-text: #1a1a1a;
|
|
3
|
-
--rc-text-secondary: #6b7280;
|
|
4
|
-
--rc-bg: #ffffff;
|
|
5
|
-
--rc-bg-secondary: #f9fafb;
|
|
6
|
-
--rc-border: #e5e7eb;
|
|
7
|
-
--rc-accent: #33A6B8;
|
|
8
|
-
--rc-accent-light: #33A6B833;
|
|
9
|
-
--rc-link: #33A6B8;
|
|
10
|
-
--rc-code-text: #e83e8c;
|
|
11
|
-
--rc-code-bg: #f3f4f6;
|
|
12
|
-
--rc-quote-border: #33A6B8;
|
|
13
|
-
--rc-quote-bg: #f0f9fb;
|
|
14
|
-
--rc-alert-info: #3b82f6;
|
|
15
|
-
--rc-alert-warning: #f59e0b;
|
|
16
|
-
--rc-alert-tip: #22c55e;
|
|
17
|
-
--rc-alert-caution: #ef4444;
|
|
18
|
-
--rc-alert-important: #a855f7;
|
|
19
|
-
--rc-max-width: 700px;
|
|
20
|
-
--rc-space-xs: 4px;
|
|
21
|
-
--rc-space-sm: 8px;
|
|
22
|
-
--rc-space-md: 16px;
|
|
23
|
-
--rc-space-lg: 24px;
|
|
24
|
-
--rc-space-xl: 32px;
|
|
25
|
-
--rc-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
|
26
|
-
--rc-font-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
|
|
27
|
-
--rc-font-size-base: 16px;
|
|
28
|
-
--rc-font-size-small: 14px;
|
|
29
|
-
--rc-line-height: 1.7;
|
|
30
|
-
--rc-line-height-tight: 1.4;
|
|
31
|
-
--rc-radius-sm: 4px;
|
|
32
|
-
--rc-radius-md: 8px;
|
|
33
|
-
--rc-radius-lg: 12px;
|
|
34
|
-
}
|
|
35
|
-
._17pm0gw0 {
|
|
36
|
-
--rc-text: #1a1a1a;
|
|
37
|
-
--rc-text-secondary: #6b7280;
|
|
38
|
-
--rc-bg: #ffffff;
|
|
39
|
-
--rc-bg-secondary: #f9fafb;
|
|
40
|
-
--rc-border: #e5e7eb;
|
|
41
|
-
--rc-accent: #33A6B8;
|
|
42
|
-
--rc-accent-light: #33A6B833;
|
|
43
|
-
--rc-link: #33A6B8;
|
|
44
|
-
--rc-code-text: #e83e8c;
|
|
45
|
-
--rc-code-bg: #f3f4f6;
|
|
46
|
-
--rc-quote-border: #33A6B8;
|
|
47
|
-
--rc-quote-bg: #f0f9fb;
|
|
48
|
-
--rc-alert-info: #3b82f6;
|
|
49
|
-
--rc-alert-warning: #f59e0b;
|
|
50
|
-
--rc-alert-tip: #22c55e;
|
|
51
|
-
--rc-alert-caution: #ef4444;
|
|
52
|
-
--rc-alert-important: #a855f7;
|
|
53
|
-
--rc-max-width: 700px;
|
|
54
|
-
--rc-space-xs: 4px;
|
|
55
|
-
--rc-space-sm: 8px;
|
|
56
|
-
--rc-space-md: 16px;
|
|
57
|
-
--rc-space-lg: 24px;
|
|
58
|
-
--rc-space-xl: 32px;
|
|
59
|
-
--rc-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
|
60
|
-
--rc-font-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
|
|
61
|
-
--rc-font-size-base: 16px;
|
|
62
|
-
--rc-font-size-small: 14px;
|
|
63
|
-
--rc-line-height: 1.7;
|
|
64
|
-
--rc-line-height-tight: 1.4;
|
|
65
|
-
--rc-radius-sm: 4px;
|
|
66
|
-
--rc-radius-md: 8px;
|
|
67
|
-
--rc-radius-lg: 12px;
|
|
68
|
-
}
|
|
69
|
-
._17pm0gw1 {
|
|
70
|
-
--rc-text: #1a1a1a;
|
|
71
|
-
--rc-text-secondary: #6b7280;
|
|
72
|
-
--rc-bg: #ffffff;
|
|
73
|
-
--rc-bg-secondary: #f9fafb;
|
|
74
|
-
--rc-border: #e5e7eb;
|
|
75
|
-
--rc-accent: #33A6B8;
|
|
76
|
-
--rc-accent-light: #33A6B833;
|
|
77
|
-
--rc-link: #33A6B8;
|
|
78
|
-
--rc-code-text: #e83e8c;
|
|
79
|
-
--rc-code-bg: #f3f4f6;
|
|
80
|
-
--rc-quote-border: #9ca3af;
|
|
81
|
-
--rc-quote-bg: #f9fafb;
|
|
82
|
-
--rc-alert-info: #3b82f6;
|
|
83
|
-
--rc-alert-warning: #f59e0b;
|
|
84
|
-
--rc-alert-tip: #22c55e;
|
|
85
|
-
--rc-alert-caution: #ef4444;
|
|
86
|
-
--rc-alert-important: #a855f7;
|
|
87
|
-
--rc-max-width: none;
|
|
88
|
-
--rc-space-xs: 2px;
|
|
89
|
-
--rc-space-sm: 4px;
|
|
90
|
-
--rc-space-md: 10px;
|
|
91
|
-
--rc-space-lg: 16px;
|
|
92
|
-
--rc-space-xl: 20px;
|
|
93
|
-
--rc-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
|
94
|
-
--rc-font-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
|
|
95
|
-
--rc-font-size-base: 14px;
|
|
96
|
-
--rc-font-size-small: 12px;
|
|
97
|
-
--rc-line-height: 1.5;
|
|
98
|
-
--rc-line-height-tight: 1.3;
|
|
99
|
-
--rc-radius-sm: 3px;
|
|
100
|
-
--rc-radius-md: 6px;
|
|
101
|
-
--rc-radius-lg: 8px;
|
|
102
|
-
}
|
|
103
|
-
._17pm0gw2 {
|
|
104
|
-
--rc-text: #e5e5e5;
|
|
105
|
-
--rc-text-secondary: #a3a3a3;
|
|
106
|
-
--rc-bg: #171717;
|
|
107
|
-
--rc-bg-secondary: #262626;
|
|
108
|
-
--rc-border: #404040;
|
|
109
|
-
--rc-accent: #F596AA;
|
|
110
|
-
--rc-accent-light: #F596AA33;
|
|
111
|
-
--rc-link: #F596AA;
|
|
112
|
-
--rc-code-text: #f472b6;
|
|
113
|
-
--rc-code-bg: #262626;
|
|
114
|
-
--rc-quote-border: #F596AA;
|
|
115
|
-
--rc-quote-bg: #262626;
|
|
116
|
-
--rc-alert-info: #60a5fa;
|
|
117
|
-
--rc-alert-warning: #fbbf24;
|
|
118
|
-
--rc-alert-tip: #4ade80;
|
|
119
|
-
--rc-alert-caution: #f87171;
|
|
120
|
-
--rc-alert-important: #c084fc;
|
|
121
|
-
--rc-max-width: 700px;
|
|
122
|
-
--rc-space-xs: 4px;
|
|
123
|
-
--rc-space-sm: 8px;
|
|
124
|
-
--rc-space-md: 16px;
|
|
125
|
-
--rc-space-lg: 24px;
|
|
126
|
-
--rc-space-xl: 32px;
|
|
127
|
-
--rc-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
|
128
|
-
--rc-font-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
|
|
129
|
-
--rc-font-size-base: 16px;
|
|
130
|
-
--rc-font-size-small: 14px;
|
|
131
|
-
--rc-line-height: 1.7;
|
|
132
|
-
--rc-line-height-tight: 1.4;
|
|
133
|
-
--rc-radius-sm: 4px;
|
|
134
|
-
--rc-radius-md: 8px;
|
|
135
|
-
--rc-radius-lg: 12px;
|
|
136
|
-
}
|
|
137
|
-
._17pm0gw3 {
|
|
138
|
-
--rc-text: #e5e5e5;
|
|
139
|
-
--rc-text-secondary: #a3a3a3;
|
|
140
|
-
--rc-bg: #171717;
|
|
141
|
-
--rc-bg-secondary: #262626;
|
|
142
|
-
--rc-border: #404040;
|
|
143
|
-
--rc-accent: #F596AA;
|
|
144
|
-
--rc-accent-light: #F596AA33;
|
|
145
|
-
--rc-link: #F596AA;
|
|
146
|
-
--rc-code-text: #f472b6;
|
|
147
|
-
--rc-code-bg: #262626;
|
|
148
|
-
--rc-quote-border: #F596AA;
|
|
149
|
-
--rc-quote-bg: #262626;
|
|
150
|
-
--rc-alert-info: #60a5fa;
|
|
151
|
-
--rc-alert-warning: #fbbf24;
|
|
152
|
-
--rc-alert-tip: #4ade80;
|
|
153
|
-
--rc-alert-caution: #f87171;
|
|
154
|
-
--rc-alert-important: #c084fc;
|
|
155
|
-
--rc-max-width: none;
|
|
156
|
-
--rc-space-xs: 2px;
|
|
157
|
-
--rc-space-sm: 4px;
|
|
158
|
-
--rc-space-md: 10px;
|
|
159
|
-
--rc-space-lg: 16px;
|
|
160
|
-
--rc-space-xl: 20px;
|
|
161
|
-
--rc-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
|
162
|
-
--rc-font-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
|
|
163
|
-
--rc-font-size-base: 14px;
|
|
164
|
-
--rc-font-size-small: 12px;
|
|
165
|
-
--rc-line-height: 1.5;
|
|
166
|
-
--rc-line-height-tight: 1.3;
|
|
167
|
-
--rc-radius-sm: 3px;
|
|
168
|
-
--rc-radius-md: 6px;
|
|
169
|
-
--rc-radius-lg: 8px;
|
|
170
|
-
}
|
|
171
|
-
._17pm0gw4 {
|
|
172
|
-
--rc-text: #1a1a1a;
|
|
173
|
-
--rc-text-secondary: #6b7280;
|
|
174
|
-
--rc-bg: #ffffff;
|
|
175
|
-
--rc-bg-secondary: #f9fafb;
|
|
176
|
-
--rc-border: #e5e7eb;
|
|
177
|
-
--rc-accent: #33A6B8;
|
|
178
|
-
--rc-accent-light: #33A6B833;
|
|
179
|
-
--rc-link: #33A6B8;
|
|
180
|
-
--rc-code-text: #e83e8c;
|
|
181
|
-
--rc-code-bg: #f3f4f6;
|
|
182
|
-
--rc-quote-border: #33A6B8;
|
|
183
|
-
--rc-quote-bg: #f0f9fb;
|
|
184
|
-
--rc-alert-info: #3b82f6;
|
|
185
|
-
--rc-alert-warning: #f59e0b;
|
|
186
|
-
--rc-alert-tip: #22c55e;
|
|
187
|
-
--rc-alert-caution: #ef4444;
|
|
188
|
-
--rc-alert-important: #a855f7;
|
|
189
|
-
--rc-max-width: 700px;
|
|
190
|
-
--rc-space-xs: 4px;
|
|
191
|
-
--rc-space-sm: 8px;
|
|
192
|
-
--rc-space-md: 16px;
|
|
193
|
-
--rc-space-lg: 24px;
|
|
194
|
-
--rc-space-xl: 32px;
|
|
195
|
-
--rc-font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif", "source-han-serif-sc", "Songti SC", STSong, "华文宋体", serif;
|
|
196
|
-
--rc-font-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
|
|
197
|
-
--rc-font-size-base: 16px;
|
|
198
|
-
--rc-font-size-small: 14px;
|
|
199
|
-
--rc-line-height: 1.8;
|
|
200
|
-
--rc-line-height-tight: 1.4;
|
|
201
|
-
--rc-radius-sm: 4px;
|
|
202
|
-
--rc-radius-md: 8px;
|
|
203
|
-
--rc-radius-lg: 12px;
|
|
204
|
-
}
|
|
205
|
-
._17pm0gw5 {
|
|
206
|
-
--rc-text: #e5e5e5;
|
|
207
|
-
--rc-text-secondary: #a3a3a3;
|
|
208
|
-
--rc-bg: #171717;
|
|
209
|
-
--rc-bg-secondary: #262626;
|
|
210
|
-
--rc-border: #404040;
|
|
211
|
-
--rc-accent: #F596AA;
|
|
212
|
-
--rc-accent-light: #F596AA33;
|
|
213
|
-
--rc-link: #F596AA;
|
|
214
|
-
--rc-code-text: #f472b6;
|
|
215
|
-
--rc-code-bg: #262626;
|
|
216
|
-
--rc-quote-border: #F596AA;
|
|
217
|
-
--rc-quote-bg: #262626;
|
|
218
|
-
--rc-alert-info: #60a5fa;
|
|
219
|
-
--rc-alert-warning: #fbbf24;
|
|
220
|
-
--rc-alert-tip: #4ade80;
|
|
221
|
-
--rc-alert-caution: #f87171;
|
|
222
|
-
--rc-alert-important: #c084fc;
|
|
223
|
-
--rc-max-width: 700px;
|
|
224
|
-
--rc-space-xs: 4px;
|
|
225
|
-
--rc-space-sm: 8px;
|
|
226
|
-
--rc-space-md: 16px;
|
|
227
|
-
--rc-space-lg: 24px;
|
|
228
|
-
--rc-space-xl: 32px;
|
|
229
|
-
--rc-font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif", "source-han-serif-sc", "Songti SC", STSong, "华文宋体", serif;
|
|
230
|
-
--rc-font-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
|
|
231
|
-
--rc-font-size-base: 16px;
|
|
232
|
-
--rc-font-size-small: 14px;
|
|
233
|
-
--rc-line-height: 1.8;
|
|
234
|
-
--rc-line-height-tight: 1.4;
|
|
235
|
-
--rc-radius-sm: 4px;
|
|
236
|
-
--rc-radius-md: 8px;
|
|
237
|
-
--rc-radius-lg: 12px;
|
|
238
|
-
}@keyframes r8uj4t1 {
|
|
239
|
-
0% {
|
|
240
|
-
background-color: rgba(239, 68, 68, 0.24);
|
|
241
|
-
}
|
|
242
|
-
100% {
|
|
243
|
-
background-color: transparent;
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
.r8uj4t0 {
|
|
247
|
-
font-family: var(--rc-font-family);
|
|
248
|
-
font-size: var(--rc-font-size-base);
|
|
249
|
-
line-height: var(--rc-line-height);
|
|
250
|
-
color: var(--rc-text);
|
|
251
|
-
word-wrap: break-word;
|
|
252
|
-
overflow-wrap: break-word;
|
|
253
|
-
}
|
|
254
|
-
.r8uj4t0 .rich-paragraph {
|
|
255
|
-
margin: 0;
|
|
256
|
-
margin-bottom: 1em;
|
|
257
|
-
line-height: var(--rc-line-height);
|
|
258
|
-
}
|
|
259
|
-
.r8uj4t0 .rich-text-bold {
|
|
260
|
-
font-weight: 700;
|
|
261
|
-
}
|
|
262
|
-
.r8uj4t0 .rich-text-italic {
|
|
263
|
-
font-style: italic;
|
|
264
|
-
}
|
|
265
|
-
.r8uj4t0 .rich-text-underline {
|
|
266
|
-
text-decoration: underline;
|
|
267
|
-
}
|
|
268
|
-
.r8uj4t0 .rich-text-strikethrough {
|
|
269
|
-
text-decoration: line-through;
|
|
270
|
-
}
|
|
271
|
-
.r8uj4t0 .rich-text-highlight {
|
|
272
|
-
background-color: var(--rc-accent-light);
|
|
273
|
-
border-radius: var(--rc-radius-sm);
|
|
274
|
-
padding: 1px 4px;
|
|
275
|
-
}
|
|
276
|
-
.r8uj4t0 .rich-text-code {
|
|
277
|
-
font-family: var(--rc-font-mono);
|
|
278
|
-
font-size: 0.9em;
|
|
279
|
-
background-color: var(--rc-code-bg);
|
|
280
|
-
color: var(--rc-code-text);
|
|
281
|
-
padding: 2px 6px;
|
|
282
|
-
border-radius: var(--rc-radius-sm);
|
|
283
|
-
border: 1px solid var(--rc-border);
|
|
284
|
-
}
|
|
285
|
-
.r8uj4t0 :is(.rich-heading-h1, .rich-heading-h2, .rich-heading-h3, .rich-heading-h4, .rich-heading-h5, .rich-heading-h6) {
|
|
286
|
-
position: relative;
|
|
287
|
-
}
|
|
288
|
-
.r8uj4t0 .rich-heading-anchor {
|
|
289
|
-
position: absolute;
|
|
290
|
-
left: -1.25em;
|
|
291
|
-
top: 0;
|
|
292
|
-
bottom: 0;
|
|
293
|
-
display: flex;
|
|
294
|
-
align-items: center;
|
|
295
|
-
text-decoration: none;
|
|
296
|
-
color: var(--rc-text-secondary);
|
|
297
|
-
opacity: 0;
|
|
298
|
-
transition: opacity 0.15s ease;
|
|
299
|
-
font-size: 0.8em;
|
|
300
|
-
}
|
|
301
|
-
.r8uj4t0 .rich-heading-anchor::before {
|
|
302
|
-
content: "#";
|
|
303
|
-
}
|
|
304
|
-
.r8uj4t0 :is(.rich-heading-h1, .rich-heading-h2, .rich-heading-h3, .rich-heading-h4, .rich-heading-h5, .rich-heading-h6):hover .rich-heading-anchor {
|
|
305
|
-
opacity: 0.5;
|
|
306
|
-
}
|
|
307
|
-
.r8uj4t0 :is(.rich-heading-h1, .rich-heading-h2, .rich-heading-h3, .rich-heading-h4, .rich-heading-h5, .rich-heading-h6):hover .rich-heading-anchor:hover {
|
|
308
|
-
opacity: 1;
|
|
309
|
-
}
|
|
310
|
-
.r8uj4t0 .rich-heading-h1 {
|
|
311
|
-
font-size: 2em;
|
|
312
|
-
font-weight: 700;
|
|
313
|
-
line-height: var(--rc-line-height-tight);
|
|
314
|
-
margin-top: 1.5em;
|
|
315
|
-
margin-bottom: 0.5em;
|
|
316
|
-
}
|
|
317
|
-
.r8uj4t0 .rich-heading-h2 {
|
|
318
|
-
font-size: 1.5em;
|
|
319
|
-
font-weight: 700;
|
|
320
|
-
line-height: var(--rc-line-height-tight);
|
|
321
|
-
margin-top: 1.4em;
|
|
322
|
-
margin-bottom: 0.45em;
|
|
323
|
-
}
|
|
324
|
-
.r8uj4t0 .rich-heading-h3 {
|
|
325
|
-
font-size: 1.25em;
|
|
326
|
-
font-weight: 600;
|
|
327
|
-
line-height: var(--rc-line-height-tight);
|
|
328
|
-
margin-top: 1.3em;
|
|
329
|
-
margin-bottom: 0.4em;
|
|
330
|
-
}
|
|
331
|
-
.r8uj4t0 .rich-heading-h4 {
|
|
332
|
-
font-size: 1.125em;
|
|
333
|
-
font-weight: 600;
|
|
334
|
-
line-height: var(--rc-line-height-tight);
|
|
335
|
-
margin-top: 1.2em;
|
|
336
|
-
margin-bottom: 0.35em;
|
|
337
|
-
}
|
|
338
|
-
.r8uj4t0 .rich-heading-h5 {
|
|
339
|
-
font-size: 1em;
|
|
340
|
-
font-weight: 600;
|
|
341
|
-
line-height: var(--rc-line-height-tight);
|
|
342
|
-
margin-top: 1.1em;
|
|
343
|
-
margin-bottom: 0.3em;
|
|
344
|
-
}
|
|
345
|
-
.r8uj4t0 .rich-heading-h6 {
|
|
346
|
-
font-size: 0.875em;
|
|
347
|
-
font-weight: 600;
|
|
348
|
-
line-height: var(--rc-line-height-tight);
|
|
349
|
-
margin-top: 1em;
|
|
350
|
-
margin-bottom: 0.25em;
|
|
351
|
-
color: var(--rc-text-secondary);
|
|
352
|
-
}
|
|
353
|
-
.r8uj4t0 .rich-link {
|
|
354
|
-
color: var(--rc-link);
|
|
355
|
-
text-decoration: none;
|
|
356
|
-
transition: color 0.2s ease;
|
|
357
|
-
}
|
|
358
|
-
.r8uj4t0 .rich-link:hover {
|
|
359
|
-
text-decoration: underline;
|
|
360
|
-
}
|
|
361
|
-
.r8uj4t0 .rich-list-ol {
|
|
362
|
-
list-style-type: decimal;
|
|
363
|
-
padding-left: var(--rc-space-lg);
|
|
364
|
-
margin-bottom: 1em;
|
|
365
|
-
}
|
|
366
|
-
.r8uj4t0 .rich-list-ul {
|
|
367
|
-
list-style-type: disc;
|
|
368
|
-
padding-left: var(--rc-space-lg);
|
|
369
|
-
margin-bottom: 1em;
|
|
370
|
-
}
|
|
371
|
-
.r8uj4t0 .rich-list-item {
|
|
372
|
-
margin-bottom: 0.25em;
|
|
373
|
-
}
|
|
374
|
-
.r8uj4t0 .rich-list-nested-item {
|
|
375
|
-
list-style-type: none;
|
|
376
|
-
}
|
|
377
|
-
.r8uj4t0 .rich-list-nested-item .rich-list-ol {
|
|
378
|
-
list-style-type: lower-alpha;
|
|
379
|
-
}
|
|
380
|
-
.r8uj4t0 .rich-list-nested-item .rich-list-ul {
|
|
381
|
-
list-style-type: circle;
|
|
382
|
-
}
|
|
383
|
-
.r8uj4t0 .rich-checklist {
|
|
384
|
-
list-style-type: none;
|
|
385
|
-
padding-left: 0;
|
|
386
|
-
}
|
|
387
|
-
.r8uj4t0 .rich-list-item.rich-list-item-checked, .r8uj4t0 .rich-list-item.rich-list-item-unchecked {
|
|
388
|
-
position: relative;
|
|
389
|
-
padding-left: 1.9em;
|
|
390
|
-
list-style-type: none;
|
|
391
|
-
outline: none;
|
|
392
|
-
}
|
|
393
|
-
.r8uj4t0 .rich-list-item.rich-list-item-unchecked::before, .r8uj4t0 .rich-list-item.rich-list-item-checked::before {
|
|
394
|
-
content: "";
|
|
395
|
-
width: 16px;
|
|
396
|
-
height: 16px;
|
|
397
|
-
border: 1px solid var(--rc-border);
|
|
398
|
-
border-radius: var(--rc-radius-sm);
|
|
399
|
-
position: absolute;
|
|
400
|
-
left: 0;
|
|
401
|
-
top: calc((1lh - 16px) / 2);
|
|
402
|
-
box-sizing: border-box;
|
|
403
|
-
}
|
|
404
|
-
.r8uj4t0 .rich-list-item.rich-list-item-checked::before {
|
|
405
|
-
background-color: var(--rc-accent);
|
|
406
|
-
border-color: var(--rc-accent);
|
|
407
|
-
}
|
|
408
|
-
.r8uj4t0 .rich-list-item.rich-list-item-checked::after {
|
|
409
|
-
content: "";
|
|
410
|
-
position: absolute;
|
|
411
|
-
left: 5px;
|
|
412
|
-
top: calc((1lh - 16px) / 2 + 5px);
|
|
413
|
-
width: 6px;
|
|
414
|
-
height: 3px;
|
|
415
|
-
border-left: 2px solid #fff;
|
|
416
|
-
border-bottom: 2px solid #fff;
|
|
417
|
-
transform: rotate(-45deg);
|
|
418
|
-
box-sizing: border-box;
|
|
419
|
-
}
|
|
420
|
-
.r8uj4t0 .rich-list-item-checked {
|
|
421
|
-
text-decoration: line-through;
|
|
422
|
-
color: var(--rc-text-secondary);
|
|
423
|
-
}
|
|
424
|
-
.r8uj4t0 .rich-quote {
|
|
425
|
-
border-left: 4px solid var(--rc-quote-border);
|
|
426
|
-
background-color: var(--rc-quote-bg);
|
|
427
|
-
margin: var(--rc-space-md) 0;
|
|
428
|
-
padding: var(--rc-space-sm) var(--rc-space-md);
|
|
429
|
-
font-style: italic;
|
|
430
|
-
color: var(--rc-text-secondary);
|
|
431
|
-
border-radius: 0 var(--rc-radius-sm) var(--rc-radius-sm) 0;
|
|
432
|
-
}
|
|
433
|
-
.r8uj4t0 .rich-quote > .rich-paragraph:first-child {
|
|
434
|
-
margin-top: 0;
|
|
435
|
-
}
|
|
436
|
-
.r8uj4t0 .rich-quote > .rich-paragraph:last-child {
|
|
437
|
-
margin-bottom: 0;
|
|
438
|
-
}
|
|
439
|
-
.r8uj4t0 .rich-hr {
|
|
440
|
-
border: none;
|
|
441
|
-
border-top: 1px solid var(--rc-border);
|
|
442
|
-
margin: var(--rc-space-lg) auto;
|
|
443
|
-
width: 60px;
|
|
444
|
-
}
|
|
445
|
-
.r8uj4t0 .rich-table-scrollable-wrapper {
|
|
446
|
-
overflow-x: auto;
|
|
447
|
-
}
|
|
448
|
-
.r8uj4t0 .rich-table {
|
|
449
|
-
width: 100%;
|
|
450
|
-
border-collapse: separate;
|
|
451
|
-
border-spacing: 0;
|
|
452
|
-
margin: var(--rc-space-lg) 0;
|
|
453
|
-
font-size: var(--rc-font-size-small);
|
|
454
|
-
border: 1px solid var(--rc-border);
|
|
455
|
-
border-radius: var(--rc-radius-md);
|
|
456
|
-
overflow: hidden;
|
|
457
|
-
}
|
|
458
|
-
.r8uj4t0 .rich-table-cell {
|
|
459
|
-
border: none;
|
|
460
|
-
border-bottom: 1px solid var(--rc-border);
|
|
461
|
-
border-right: 1px solid var(--rc-border);
|
|
462
|
-
padding: 1.25em var(--rc-space-lg);
|
|
463
|
-
text-align: left;
|
|
464
|
-
vertical-align: middle;
|
|
465
|
-
line-height: 1.5;
|
|
466
|
-
}
|
|
467
|
-
.r8uj4t0 .rich-table-cell:last-child {
|
|
468
|
-
border-right: none;
|
|
469
|
-
}
|
|
470
|
-
.r8uj4t0 .rich-table tbody tr:last-child .rich-table-cell {
|
|
471
|
-
border-bottom: none;
|
|
472
|
-
}
|
|
473
|
-
.r8uj4t0 .rich-table-cell .rich-paragraph {
|
|
474
|
-
margin: 0;
|
|
475
|
-
padding: 0;
|
|
476
|
-
line-height: inherit;
|
|
477
|
-
}
|
|
478
|
-
.r8uj4t0 .rich-table-cell > :first-child {
|
|
479
|
-
margin-top: 0;
|
|
480
|
-
}
|
|
481
|
-
.r8uj4t0 .rich-table-cell > :last-child {
|
|
482
|
-
margin-bottom: 0;
|
|
483
|
-
}
|
|
484
|
-
.r8uj4t0 .rich-table-cell-header {
|
|
485
|
-
border: none;
|
|
486
|
-
border-bottom: 1px solid var(--rc-border);
|
|
487
|
-
border-right: 1px solid var(--rc-border);
|
|
488
|
-
padding: var(--rc-space-md) var(--rc-space-lg);
|
|
489
|
-
text-align: left;
|
|
490
|
-
font-weight: 600;
|
|
491
|
-
font-size: 0.75em;
|
|
492
|
-
text-transform: uppercase;
|
|
493
|
-
letter-spacing: 0.05em;
|
|
494
|
-
color: var(--rc-text-secondary);
|
|
495
|
-
background-color: var(--rc-bg-secondary);
|
|
496
|
-
vertical-align: middle;
|
|
497
|
-
line-height: 1.5;
|
|
498
|
-
position: sticky;
|
|
499
|
-
top: 0;
|
|
500
|
-
z-index: 1;
|
|
501
|
-
}
|
|
502
|
-
.r8uj4t0 .rich-table-cell-header:last-child {
|
|
503
|
-
border-right: none;
|
|
504
|
-
}
|
|
505
|
-
.r8uj4t0 .rich-table-cell-header .rich-paragraph {
|
|
506
|
-
margin: 0;
|
|
507
|
-
padding: 0;
|
|
508
|
-
line-height: inherit;
|
|
509
|
-
}
|
|
510
|
-
.r8uj4t0 .rich-table-cell-header > :first-child {
|
|
511
|
-
margin-top: 0;
|
|
512
|
-
}
|
|
513
|
-
.r8uj4t0 .rich-table-cell-header > :last-child {
|
|
514
|
-
margin-bottom: 0;
|
|
515
|
-
}
|
|
516
|
-
.r8uj4t0 img {
|
|
517
|
-
max-width: 100%;
|
|
518
|
-
height: auto;
|
|
519
|
-
border-radius: var(--rc-radius-md);
|
|
520
|
-
}
|
|
521
|
-
.r8uj4t0 .rich-spoiler {
|
|
522
|
-
background-color: var(--rc-text);
|
|
523
|
-
color: transparent;
|
|
524
|
-
border-radius: var(--rc-radius-sm);
|
|
525
|
-
padding-inline: 4px;
|
|
526
|
-
cursor: pointer;
|
|
527
|
-
transition: background-color 0.3s ease, color 0.3s ease;
|
|
528
|
-
user-select: none;
|
|
529
|
-
}
|
|
530
|
-
[contenteditable="true"] .rich-spoiler {
|
|
531
|
-
background-color: color-mix(in srgb, var(--rc-text) 30%, transparent);
|
|
532
|
-
color: inherit;
|
|
533
|
-
user-select: auto;
|
|
534
|
-
cursor: text;
|
|
535
|
-
}
|
|
536
|
-
.r8uj4t0 .rich-spoiler:hover {
|
|
537
|
-
background-color: transparent;
|
|
538
|
-
color: inherit;
|
|
539
|
-
user-select: auto;
|
|
540
|
-
}
|
|
541
|
-
.r8uj4t0 .rich-spoiler-revealed {
|
|
542
|
-
background-color: transparent;
|
|
543
|
-
color: inherit;
|
|
544
|
-
user-select: auto;
|
|
545
|
-
}
|
|
546
|
-
.r8uj4t0 .rich-footnote {
|
|
547
|
-
vertical-align: super;
|
|
548
|
-
font-size: 0.8em;
|
|
549
|
-
}
|
|
550
|
-
.r8uj4t0 .rich-footnote-ref {
|
|
551
|
-
display: inline-flex;
|
|
552
|
-
align-items: center;
|
|
553
|
-
justify-content: center;
|
|
554
|
-
min-width: 1.5em;
|
|
555
|
-
text-decoration: none;
|
|
556
|
-
color: var(--rc-accent);
|
|
557
|
-
background-color: var(--rc-accent-light);
|
|
558
|
-
border-radius: 999px;
|
|
559
|
-
padding: 0 0.35em;
|
|
560
|
-
line-height: 1.45;
|
|
561
|
-
font-weight: 600;
|
|
562
|
-
font-size: 0.82em;
|
|
563
|
-
transition: filter 0.15s ease;
|
|
564
|
-
}
|
|
565
|
-
.r8uj4t0 .rich-footnote-ref:hover {
|
|
566
|
-
filter: brightness(0.96);
|
|
567
|
-
}
|
|
568
|
-
.r8uj4t0 .rich-footnote-highlight {
|
|
569
|
-
animation: r8uj4t1 1.2s ease-out;
|
|
570
|
-
}
|
|
571
|
-
.r8uj4t0 .rich-footnote-ref-wrapper {
|
|
572
|
-
position: relative;
|
|
573
|
-
display: inline;
|
|
574
|
-
}
|
|
575
|
-
.r8uj4t0 .rich-footnote-section {
|
|
576
|
-
margin-top: var(--rc-space-lg);
|
|
577
|
-
}
|
|
578
|
-
.r8uj4t0 .rich-footnote-section-divider {
|
|
579
|
-
border: none;
|
|
580
|
-
border-top: 1px solid var(--rc-border);
|
|
581
|
-
margin: var(--rc-space-lg) 0 var(--rc-space-md);
|
|
582
|
-
}
|
|
583
|
-
.r8uj4t0 .rich-footnote-section-list {
|
|
584
|
-
list-style-type: decimal;
|
|
585
|
-
padding-left: var(--rc-space-lg);
|
|
586
|
-
font-size: var(--rc-font-size-small);
|
|
587
|
-
color: var(--rc-text-secondary);
|
|
588
|
-
line-height: 1.6;
|
|
589
|
-
}
|
|
590
|
-
.r8uj4t0 .rich-footnote-section-item {
|
|
591
|
-
margin-bottom: var(--rc-space-sm);
|
|
592
|
-
padding-left: var(--rc-space-xs);
|
|
593
|
-
}
|
|
594
|
-
.r8uj4t0 .rich-footnote-back-ref {
|
|
595
|
-
display: inline-flex;
|
|
596
|
-
align-items: center;
|
|
597
|
-
margin-left: var(--rc-space-xs);
|
|
598
|
-
color: var(--rc-accent);
|
|
599
|
-
text-decoration: none;
|
|
600
|
-
font-size: 0.85em;
|
|
601
|
-
transition: opacity 0.15s ease;
|
|
602
|
-
}
|
|
603
|
-
.r8uj4t0 .rich-footnote-back-ref:hover {
|
|
604
|
-
opacity: 0.7;
|
|
605
|
-
}
|
|
606
|
-
.r8uj4t0 .rich-footnote-section-item-edit {
|
|
607
|
-
display: flex;
|
|
608
|
-
align-items: center;
|
|
609
|
-
gap: var(--rc-space-sm);
|
|
610
|
-
list-style-type: none;
|
|
611
|
-
}
|
|
612
|
-
.r8uj4t0 .rich-footnote-section-item-num {
|
|
613
|
-
flex-shrink: 0;
|
|
614
|
-
color: var(--rc-text-secondary);
|
|
615
|
-
font-size: var(--rc-font-size-small);
|
|
616
|
-
font-weight: 600;
|
|
617
|
-
min-width: 1.5em;
|
|
618
|
-
}
|
|
619
|
-
.r8uj4t0 .rich-footnote-section-item-input {
|
|
620
|
-
flex: 1;
|
|
621
|
-
border: 1px solid var(--rc-border);
|
|
622
|
-
border-radius: var(--rc-radius-sm);
|
|
623
|
-
padding: var(--rc-space-xs) var(--rc-space-sm);
|
|
624
|
-
font-size: var(--rc-font-size-small);
|
|
625
|
-
color: var(--rc-text);
|
|
626
|
-
background-color: transparent;
|
|
627
|
-
outline: none;
|
|
628
|
-
transition: border-color 0.15s ease;
|
|
629
|
-
}
|
|
630
|
-
.r8uj4t0 .rich-footnote-section-item-input:focus {
|
|
631
|
-
border-color: var(--rc-accent);
|
|
632
|
-
}
|
|
633
|
-
.r8uj4t0 .rich-footnote-section-item-remove {
|
|
634
|
-
flex-shrink: 0;
|
|
635
|
-
display: inline-flex;
|
|
636
|
-
align-items: center;
|
|
637
|
-
justify-content: center;
|
|
638
|
-
width: 20px;
|
|
639
|
-
height: 20px;
|
|
640
|
-
border: none;
|
|
641
|
-
background: none;
|
|
642
|
-
color: var(--rc-text-secondary);
|
|
643
|
-
cursor: pointer;
|
|
644
|
-
border-radius: var(--rc-radius-sm);
|
|
645
|
-
font-size: 14px;
|
|
646
|
-
transition: color 0.15s ease, background-color 0.15s ease;
|
|
647
|
-
}
|
|
648
|
-
.r8uj4t0 .rich-footnote-section-item-remove:hover {
|
|
649
|
-
color: #ef4444;
|
|
650
|
-
background-color: rgba(239, 68, 68, 0.1);
|
|
651
|
-
}
|
|
652
|
-
.rich-drag-handle {
|
|
653
|
-
position: absolute;
|
|
654
|
-
display: flex;
|
|
655
|
-
align-items: center;
|
|
656
|
-
justify-content: center;
|
|
657
|
-
width: 20px;
|
|
658
|
-
height: 20px;
|
|
659
|
-
cursor: grab;
|
|
660
|
-
border-radius: var(--rc-radius-sm);
|
|
661
|
-
color: var(--rc-text-secondary);
|
|
662
|
-
opacity: 0.4;
|
|
663
|
-
transition: opacity 0.15s ease, background-color 0.15s ease;
|
|
664
|
-
z-index: 10;
|
|
665
|
-
}
|
|
666
|
-
.rich-drag-handle:hover {
|
|
667
|
-
opacity: 1;
|
|
668
|
-
background-color: var(--rc-bg-secondary);
|
|
669
|
-
}
|
|
670
|
-
.rich-drag-handle:active {
|
|
671
|
-
cursor: grabbing;
|
|
672
|
-
}
|
|
673
|
-
.rich-drop-indicator {
|
|
674
|
-
position: absolute;
|
|
675
|
-
height: 2px;
|
|
676
|
-
background-color: var(--rc-accent);
|
|
677
|
-
border-radius: 1px;
|
|
678
|
-
pointer-events: none;
|
|
679
|
-
z-index: 10;
|
|
680
|
-
}
|
|
681
|
-
.r8uj4t0 .rich-alert {
|
|
682
|
-
margin: 2em 0;
|
|
683
|
-
padding: 0 1em;
|
|
684
|
-
background-color: transparent;
|
|
685
|
-
border: none;
|
|
686
|
-
border-radius: 0;
|
|
687
|
-
}
|
|
688
|
-
.r8uj4t0 > *:first-child, .r8uj4t0 .rich-editor__content > *:first-child {
|
|
689
|
-
margin-top: 0;
|
|
690
|
-
}
|
|
691
|
-
.r8uj4t0 > *:last-child, .r8uj4t0 .rich-editor__content > *:last-child {
|
|
692
|
-
margin-bottom: 0;
|
|
693
|
-
}.v10dui0 {
|
|
694
|
-
max-width: 700px;
|
|
695
|
-
font-size: var(--rc-font-size-base);
|
|
696
|
-
line-height: 1.75;
|
|
697
|
-
color: var(--rc-text);
|
|
698
|
-
}
|
|
699
|
-
.v10dui0 .rich-paragraph {
|
|
700
|
-
margin-top: 1.5em;
|
|
701
|
-
margin-bottom: 1.5em;
|
|
702
|
-
}
|
|
703
|
-
.v10dui0 .rich-heading-h1 {
|
|
704
|
-
color: var(--rc-text);
|
|
705
|
-
font-weight: 800;
|
|
706
|
-
font-size: 3em;
|
|
707
|
-
margin-top: 0;
|
|
708
|
-
margin-bottom: 0.8333333333333334em;
|
|
709
|
-
line-height: 1;
|
|
710
|
-
}
|
|
711
|
-
.v10dui0 .rich-heading-h2 {
|
|
712
|
-
color: var(--rc-text);
|
|
713
|
-
font-weight: 700;
|
|
714
|
-
font-size: 1.875em;
|
|
715
|
-
margin-top: 1.8666666666666667em;
|
|
716
|
-
margin-bottom: 1.0666666666666667em;
|
|
717
|
-
line-height: 1.3333333;
|
|
718
|
-
}
|
|
719
|
-
.v10dui0 .rich-heading-h3 {
|
|
720
|
-
color: var(--rc-text);
|
|
721
|
-
font-weight: 600;
|
|
722
|
-
font-size: 1.5em;
|
|
723
|
-
margin-top: 1.6666666666666667em;
|
|
724
|
-
margin-bottom: 0.6666666666666666em;
|
|
725
|
-
line-height: 1.5;
|
|
726
|
-
}
|
|
727
|
-
.v10dui0 .rich-heading-h4 {
|
|
728
|
-
color: var(--rc-text);
|
|
729
|
-
font-weight: 600;
|
|
730
|
-
margin-top: 2em;
|
|
731
|
-
margin-bottom: 0.5em;
|
|
732
|
-
line-height: 1.5625;
|
|
733
|
-
}
|
|
734
|
-
.v10dui0 .rich-heading-h2 + *, .v10dui0 .rich-heading-h3 + *, .v10dui0 .rich-heading-h4 + * {
|
|
735
|
-
margin-top: 0;
|
|
736
|
-
}
|
|
737
|
-
.v10dui0 .rich-quote {
|
|
738
|
-
font-weight: 500;
|
|
739
|
-
font-style: italic;
|
|
740
|
-
color: var(--rc-text);
|
|
741
|
-
border-left-width: 0.25rem;
|
|
742
|
-
border-left-style: solid;
|
|
743
|
-
border-left-color: var(--rc-quote-border);
|
|
744
|
-
margin-top: 2.5em;
|
|
745
|
-
margin-bottom: 2.5em;
|
|
746
|
-
padding-left: 1.5em;
|
|
747
|
-
background-color: transparent;
|
|
748
|
-
border-radius: 0;
|
|
749
|
-
quotes: "\201C""\201D""\2018""\2019";
|
|
750
|
-
}
|
|
751
|
-
.v10dui0 .rich-quote .rich-paragraph:first-of-type::before {
|
|
752
|
-
content: open-quote;
|
|
753
|
-
}
|
|
754
|
-
.v10dui0 .rich-quote .rich-paragraph:last-of-type::after {
|
|
755
|
-
content: close-quote;
|
|
756
|
-
}
|
|
757
|
-
.v10dui0 .rich-quote .rich-paragraph:first-child {
|
|
758
|
-
margin-top: 0;
|
|
759
|
-
}
|
|
760
|
-
.v10dui0 .rich-quote .rich-paragraph:last-child {
|
|
761
|
-
margin-bottom: 0;
|
|
762
|
-
}
|
|
763
|
-
.v10dui0 .rich-text-code {
|
|
764
|
-
color: var(--rc-text);
|
|
765
|
-
font-weight: 600;
|
|
766
|
-
font-size: 0.875em;
|
|
767
|
-
background-color: var(--rc-code-bg);
|
|
768
|
-
padding: 0.2em 0.4em;
|
|
769
|
-
border-radius: var(--rc-radius-sm);
|
|
770
|
-
font-family: var(--rc-font-mono);
|
|
771
|
-
}
|
|
772
|
-
.v10dui0 .rich-text-code::before, .v10dui0 .rich-text-code::after {
|
|
773
|
-
content: "`";
|
|
774
|
-
color: var(--rc-text-secondary);
|
|
775
|
-
opacity: 0.5;
|
|
776
|
-
}
|
|
777
|
-
.v10dui0 .rich-code-block {
|
|
778
|
-
color: var(--rc-text);
|
|
779
|
-
background-color: var(--rc-code-bg);
|
|
780
|
-
border-radius: 0.375rem;
|
|
781
|
-
margin-top: 2em;
|
|
782
|
-
margin-bottom: 2em;
|
|
783
|
-
font-size: 0.875em;
|
|
784
|
-
line-height: 1.75;
|
|
785
|
-
}
|
|
786
|
-
.v10dui0 .rich-code-block pre {
|
|
787
|
-
padding-top: 1em;
|
|
788
|
-
padding-right: 1.5em;
|
|
789
|
-
padding-bottom: 1em;
|
|
790
|
-
padding-left: 1.5em;
|
|
791
|
-
margin: 0;
|
|
792
|
-
}
|
|
793
|
-
.v10dui0 .rich-list-ul, .v10dui0 .rich-list-ol {
|
|
794
|
-
margin-top: 1.5em;
|
|
795
|
-
margin-bottom: 1.5em;
|
|
796
|
-
padding-left: 1.75em;
|
|
797
|
-
}
|
|
798
|
-
.v10dui0 .rich-list-item {
|
|
799
|
-
margin-top: 0.75em;
|
|
800
|
-
margin-bottom: 0.75em;
|
|
801
|
-
padding-left: 0.5em;
|
|
802
|
-
}
|
|
803
|
-
.v10dui0 .rich-list-item .rich-paragraph {
|
|
804
|
-
margin-top: 1em;
|
|
805
|
-
margin-bottom: 1em;
|
|
806
|
-
}
|
|
807
|
-
.v10dui0 .rich-list-item > .rich-paragraph:first-child {
|
|
808
|
-
margin-top: 1.5em;
|
|
809
|
-
}
|
|
810
|
-
.v10dui0 .rich-list-item > .rich-paragraph:last-child {
|
|
811
|
-
margin-bottom: 1.5em;
|
|
812
|
-
}
|
|
813
|
-
.v10dui0 .rich-list-ul .rich-list-ul, .v10dui0 .rich-list-ul .rich-list-ol, .v10dui0 .rich-list-ol .rich-list-ul, .v10dui0 .rich-list-ol .rich-list-ol {
|
|
814
|
-
margin-top: 1em;
|
|
815
|
-
margin-bottom: 1em;
|
|
816
|
-
}
|
|
817
|
-
.v10dui0 .rich-table {
|
|
818
|
-
margin-top: 2em;
|
|
819
|
-
margin-bottom: 2em;
|
|
820
|
-
font-size: 0.875em;
|
|
821
|
-
line-height: 1.5;
|
|
822
|
-
}
|
|
823
|
-
.v10dui0 .rich-table .rich-paragraph {
|
|
824
|
-
margin: 0;
|
|
825
|
-
padding: 0;
|
|
826
|
-
line-height: inherit;
|
|
827
|
-
}
|
|
828
|
-
.v10dui0 .rich-image {
|
|
829
|
-
margin-top: 2em;
|
|
830
|
-
margin-bottom: 2em;
|
|
831
|
-
}
|
|
832
|
-
.v10dui0 .rich-image > * {
|
|
833
|
-
margin-top: 0;
|
|
834
|
-
margin-bottom: 0;
|
|
835
|
-
}
|
|
836
|
-
.v10dui0 .rich-image figcaption {
|
|
837
|
-
color: var(--rc-text-secondary);
|
|
838
|
-
font-size: 0.875em;
|
|
839
|
-
line-height: 1.5;
|
|
840
|
-
margin-top: 1em;
|
|
841
|
-
}
|
|
842
|
-
.v10dui0 .rich-hr {
|
|
843
|
-
border-color: var(--rc-border);
|
|
844
|
-
border-top-width: 1px;
|
|
845
|
-
margin-top: 3.5em;
|
|
846
|
-
margin-bottom: 3.5em;
|
|
847
|
-
width: 60px;
|
|
848
|
-
margin-left: auto;
|
|
849
|
-
margin-right: auto;
|
|
850
|
-
}
|
|
851
|
-
.v10dui0 .rich-hr + * {
|
|
852
|
-
margin-top: 0;
|
|
853
|
-
}
|
|
854
|
-
.v10dui0 .rich-link {
|
|
855
|
-
font-weight: 500;
|
|
856
|
-
text-decoration: underline;
|
|
857
|
-
}
|
|
858
|
-
.v10dui0 .rich-banner {
|
|
859
|
-
margin: 2em 0;
|
|
860
|
-
}
|
|
861
|
-
.v10dui0 .rich-code-snippet {
|
|
862
|
-
margin: 2em 0;
|
|
863
|
-
}
|
|
864
|
-
.v10dui0 .rich-details {
|
|
865
|
-
margin: 2em 0;
|
|
866
|
-
}
|
|
867
|
-
.v10dui0 > *:first-child {
|
|
868
|
-
margin-top: 0;
|
|
869
|
-
}
|
|
870
|
-
.v10dui0 > *:last-child {
|
|
871
|
-
margin-bottom: 0;
|
|
872
|
-
}._14ko36c0 {
|
|
873
|
-
font-size: var(--rc-font-size-base);
|
|
874
|
-
line-height: var(--rc-line-height);
|
|
875
|
-
}
|
|
876
|
-
._14ko36c0 .rich-paragraph {
|
|
877
|
-
margin-bottom: 0.6em;
|
|
878
|
-
}
|
|
879
|
-
._14ko36c0 .rich-heading-h1 {
|
|
880
|
-
font-size: 1.35em;
|
|
881
|
-
font-weight: 700;
|
|
882
|
-
margin-top: 0.8em;
|
|
883
|
-
margin-bottom: 0.3em;
|
|
884
|
-
}
|
|
885
|
-
._14ko36c0 .rich-heading-h2 {
|
|
886
|
-
font-size: 1.2em;
|
|
887
|
-
font-weight: 700;
|
|
888
|
-
margin-top: 0.7em;
|
|
889
|
-
margin-bottom: 0.25em;
|
|
890
|
-
}
|
|
891
|
-
._14ko36c0 .rich-heading-h3 {
|
|
892
|
-
font-size: 1.1em;
|
|
893
|
-
font-weight: 600;
|
|
894
|
-
margin-top: 0.6em;
|
|
895
|
-
margin-bottom: 0.2em;
|
|
896
|
-
}
|
|
897
|
-
._14ko36c0 .rich-heading-h4 {
|
|
898
|
-
font-size: 1em;
|
|
899
|
-
font-weight: 600;
|
|
900
|
-
margin-top: 0.5em;
|
|
901
|
-
margin-bottom: 0.15em;
|
|
902
|
-
}
|
|
903
|
-
._14ko36c0 .rich-heading-h5 {
|
|
904
|
-
font-size: 0.9em;
|
|
905
|
-
font-weight: 600;
|
|
906
|
-
margin-top: 0.45em;
|
|
907
|
-
margin-bottom: 0.1em;
|
|
908
|
-
}
|
|
909
|
-
._14ko36c0 .rich-heading-h6 {
|
|
910
|
-
font-size: 0.85em;
|
|
911
|
-
font-weight: 600;
|
|
912
|
-
margin-top: 0.4em;
|
|
913
|
-
margin-bottom: 0.1em;
|
|
914
|
-
}
|
|
915
|
-
._14ko36c0 .rich-quote {
|
|
916
|
-
border-left-width: 3px;
|
|
917
|
-
padding: var(--rc-space-sm) var(--rc-space-md);
|
|
918
|
-
margin: var(--rc-space-sm) 0;
|
|
919
|
-
font-size: 0.95em;
|
|
920
|
-
}
|
|
921
|
-
._14ko36c0 .rich-list-ol, ._14ko36c0 .rich-list-ul {
|
|
922
|
-
margin-bottom: 0.6em;
|
|
923
|
-
padding-left: var(--rc-space-md);
|
|
924
|
-
}
|
|
925
|
-
._14ko36c0 .rich-list-item {
|
|
926
|
-
margin-bottom: 0.1em;
|
|
927
|
-
}
|
|
928
|
-
._14ko36c0 .rich-code-block {
|
|
929
|
-
margin: var(--rc-space-sm) 0;
|
|
930
|
-
border-radius: var(--rc-radius-sm);
|
|
931
|
-
font-size: var(--rc-font-size-small);
|
|
932
|
-
}
|
|
933
|
-
._14ko36c0 .rich-code-block pre {
|
|
934
|
-
padding: var(--rc-space-sm);
|
|
935
|
-
}
|
|
936
|
-
._14ko36c0 .line::before {
|
|
937
|
-
display: none !important;
|
|
938
|
-
}
|
|
939
|
-
._14ko36c0 .rich-table {
|
|
940
|
-
margin: var(--rc-space-sm) 0;
|
|
941
|
-
font-size: var(--rc-font-size-small);
|
|
942
|
-
}
|
|
943
|
-
._14ko36c0 .rich-table-cell, ._14ko36c0 .rich-table-cell-header {
|
|
944
|
-
padding: var(--rc-space-xs) var(--rc-space-sm);
|
|
945
|
-
}
|
|
946
|
-
._14ko36c0 .rich-image {
|
|
947
|
-
margin: var(--rc-space-sm) 0;
|
|
948
|
-
}
|
|
949
|
-
._14ko36c0 .rich-image figcaption {
|
|
950
|
-
font-size: var(--rc-font-size-small);
|
|
951
|
-
}
|
|
952
|
-
._14ko36c0 .rich-hr {
|
|
953
|
-
border: none;
|
|
954
|
-
border-top: 1px solid var(--rc-border);
|
|
955
|
-
margin: var(--rc-space-lg) auto;
|
|
956
|
-
width: 60px;
|
|
957
|
-
}
|
|
958
|
-
._14ko36c0 .rich-alert {
|
|
959
|
-
padding: var(--rc-space-sm) var(--rc-space-md);
|
|
960
|
-
padding-left: var(--rc-space-lg);
|
|
961
|
-
margin: var(--rc-space-sm) 0;
|
|
962
|
-
}
|
|
963
|
-
._14ko36c0 .rich-katex-block {
|
|
964
|
-
padding: var(--rc-space-sm) 0;
|
|
965
|
-
margin: var(--rc-space-sm) 0;
|
|
966
|
-
}.ys4fw90 {
|
|
967
|
-
max-width: var(--rc-max-width);
|
|
968
|
-
font-size: var(--rc-font-size-base);
|
|
969
|
-
line-height: 1.8;
|
|
970
|
-
color: var(--rc-text);
|
|
971
|
-
}
|
|
972
|
-
.ys4fw90 > .rich-paragraph, .ys4fw90 .rich-editor__content > .rich-paragraph, .ys4fw90 .rich-content__body > .rich-paragraph {
|
|
973
|
-
margin-top: 1.25em;
|
|
974
|
-
margin-bottom: 1.25em;
|
|
975
|
-
line-height: 1.8;
|
|
976
|
-
}
|
|
977
|
-
.ys4fw90 > .rich-paragraph:first-of-type, .ys4fw90 .rich-editor__content > .rich-paragraph:first-of-type, .ys4fw90 .rich-content__body > .rich-paragraph:first-of-type {
|
|
978
|
-
margin-top: 0;
|
|
979
|
-
margin-bottom: 2rem;
|
|
980
|
-
}
|
|
981
|
-
.ys4fw90 > .rich-paragraph:not(:first-of-type) > [data-lexical-text]:first-child, .ys4fw90 .rich-editor__content > .rich-paragraph:not(:first-of-type) > [data-lexical-text]:first-child, .ys4fw90 .rich-content__body > .rich-paragraph:not(:first-of-type) > [data-lexical-text]:first-child {
|
|
982
|
-
margin-inline-start: 2rem;
|
|
983
|
-
}
|
|
984
|
-
.ys4fw90 > .rich-paragraph:first-of-type::first-letter, .ys4fw90 .rich-content__body > .rich-paragraph:first-of-type::first-letter {
|
|
985
|
-
float: left;
|
|
986
|
-
font-size: 2.4em;
|
|
987
|
-
margin-right: 0.2em;
|
|
988
|
-
line-height: 1;
|
|
989
|
-
}
|
|
990
|
-
.ys4fw90 .rich-editor__content > .rich-paragraph:first-of-type::first-letter {
|
|
991
|
-
font-size: 1.5em;
|
|
992
|
-
font-weight: 700;
|
|
993
|
-
color: var(--rc-accent);
|
|
994
|
-
}
|
|
995
|
-
.ys4fw90 > .rich-paragraph:last-child, .ys4fw90 .rich-editor__content > .rich-paragraph:last-child, .ys4fw90 .rich-content__body > .rich-paragraph:last-child {
|
|
996
|
-
margin-bottom: 0;
|
|
997
|
-
}
|
|
998
|
-
.ys4fw90 .rich-text-bold {
|
|
999
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
|
1000
|
-
font-weight: 600;
|
|
1001
|
-
color: var(--rc-text);
|
|
1002
|
-
}
|
|
1003
|
-
.ys4fw90 .rich-heading-h1 {
|
|
1004
|
-
font-size: 2.25em;
|
|
1005
|
-
font-weight: 800;
|
|
1006
|
-
line-height: 1.1111111;
|
|
1007
|
-
margin-top: 0;
|
|
1008
|
-
margin-bottom: 0.8888889em;
|
|
1009
|
-
letter-spacing: -0.025em;
|
|
1010
|
-
color: var(--rc-text);
|
|
1011
|
-
}
|
|
1012
|
-
.ys4fw90 .rich-heading-h2 {
|
|
1013
|
-
font-size: 1.5em;
|
|
1014
|
-
font-weight: 700;
|
|
1015
|
-
line-height: 1.3333333;
|
|
1016
|
-
margin-top: 2em;
|
|
1017
|
-
margin-bottom: 1em;
|
|
1018
|
-
letter-spacing: -0.025em;
|
|
1019
|
-
color: var(--rc-text);
|
|
1020
|
-
}
|
|
1021
|
-
.ys4fw90 .rich-heading-h2 + * {
|
|
1022
|
-
margin-top: 0;
|
|
1023
|
-
}
|
|
1024
|
-
.ys4fw90 .rich-heading-h3 {
|
|
1025
|
-
font-size: 1.25em;
|
|
1026
|
-
font-weight: 600;
|
|
1027
|
-
line-height: 1.6;
|
|
1028
|
-
margin-top: 1.6em;
|
|
1029
|
-
margin-bottom: 0.6em;
|
|
1030
|
-
letter-spacing: -0.025em;
|
|
1031
|
-
color: var(--rc-text);
|
|
1032
|
-
}
|
|
1033
|
-
.ys4fw90 .rich-heading-h3 + * {
|
|
1034
|
-
margin-top: 0;
|
|
1035
|
-
}
|
|
1036
|
-
.ys4fw90 .rich-heading-h4 {
|
|
1037
|
-
font-size: 1.125em;
|
|
1038
|
-
font-weight: 600;
|
|
1039
|
-
line-height: 1.5;
|
|
1040
|
-
margin-top: 1.5em;
|
|
1041
|
-
margin-bottom: 0.5em;
|
|
1042
|
-
color: var(--rc-text);
|
|
1043
|
-
}
|
|
1044
|
-
.ys4fw90 .rich-heading-h4 + * {
|
|
1045
|
-
margin-top: 0;
|
|
1046
|
-
}
|
|
1047
|
-
.ys4fw90 .rich-heading-h5 {
|
|
1048
|
-
font-size: 1em;
|
|
1049
|
-
font-weight: 600;
|
|
1050
|
-
line-height: 1.5;
|
|
1051
|
-
margin-top: 1.5em;
|
|
1052
|
-
margin-bottom: 0.5em;
|
|
1053
|
-
color: var(--rc-text);
|
|
1054
|
-
}
|
|
1055
|
-
.ys4fw90 .rich-heading-h5 + * {
|
|
1056
|
-
margin-top: 0;
|
|
1057
|
-
}
|
|
1058
|
-
.ys4fw90 .rich-heading-h6 {
|
|
1059
|
-
font-size: 0.875em;
|
|
1060
|
-
font-weight: 600;
|
|
1061
|
-
line-height: 1.5;
|
|
1062
|
-
margin-top: 1.5em;
|
|
1063
|
-
margin-bottom: 0.5em;
|
|
1064
|
-
color: var(--rc-text-secondary);
|
|
1065
|
-
text-transform: uppercase;
|
|
1066
|
-
}
|
|
1067
|
-
.ys4fw90 .rich-heading-h6 + * {
|
|
1068
|
-
margin-top: 0;
|
|
1069
|
-
}
|
|
1070
|
-
.ys4fw90 .rich-quote {
|
|
1071
|
-
font-style: normal;
|
|
1072
|
-
line-height: 1.8;
|
|
1073
|
-
color: inherit;
|
|
1074
|
-
border-left: none;
|
|
1075
|
-
background-color: color-mix(in srgb, var(--rc-accent) 10%, transparent);
|
|
1076
|
-
margin-top: 1.6em;
|
|
1077
|
-
margin-bottom: 1.6em;
|
|
1078
|
-
margin-left: -1rem;
|
|
1079
|
-
margin-right: -1rem;
|
|
1080
|
-
padding-top: 1em;
|
|
1081
|
-
padding-bottom: 1em;
|
|
1082
|
-
padding-left: 2em;
|
|
1083
|
-
padding-right: 2em;
|
|
1084
|
-
border-radius: 0;
|
|
1085
|
-
}
|
|
1086
|
-
.ys4fw90 .rich-quote .rich-paragraph:first-child::first-letter {
|
|
1087
|
-
float: none;
|
|
1088
|
-
font-size: inherit;
|
|
1089
|
-
margin-right: 0;
|
|
1090
|
-
}
|
|
1091
|
-
.ys4fw90 .rich-link {
|
|
1092
|
-
font-weight: 500;
|
|
1093
|
-
text-decoration: underline;
|
|
1094
|
-
text-decoration-thickness: 1px;
|
|
1095
|
-
text-underline-offset: 2px;
|
|
1096
|
-
transition: color 0.15s ease;
|
|
1097
|
-
}
|
|
1098
|
-
.ys4fw90 .rich-link:hover {
|
|
1099
|
-
text-decoration-thickness: 2px;
|
|
1100
|
-
}
|
|
1101
|
-
.ys4fw90 .rich-text-code {
|
|
1102
|
-
font-size: 0.875em;
|
|
1103
|
-
font-family: var(--rc-font-mono);
|
|
1104
|
-
font-weight: 500;
|
|
1105
|
-
padding: 0.2em 0.4em;
|
|
1106
|
-
border-radius: var(--rc-radius-sm);
|
|
1107
|
-
background-color: var(--rc-code-bg);
|
|
1108
|
-
}
|
|
1109
|
-
.ys4fw90 .rich-list-ol, .ys4fw90 .rich-list-ul {
|
|
1110
|
-
margin-top: 1.25em;
|
|
1111
|
-
margin-bottom: 1.25em;
|
|
1112
|
-
padding-left: 1.625em;
|
|
1113
|
-
}
|
|
1114
|
-
.ys4fw90 .rich-list-ol {
|
|
1115
|
-
list-style-type: decimal;
|
|
1116
|
-
}
|
|
1117
|
-
.ys4fw90 .rich-list-ul {
|
|
1118
|
-
list-style-type: disc;
|
|
1119
|
-
}
|
|
1120
|
-
.ys4fw90 .rich-list-item {
|
|
1121
|
-
margin-top: 0.5em;
|
|
1122
|
-
margin-bottom: 0.5em;
|
|
1123
|
-
padding-left: 0.375em;
|
|
1124
|
-
}
|
|
1125
|
-
.ys4fw90 .rich-list-item::marker {
|
|
1126
|
-
color: var(--rc-text-secondary);
|
|
1127
|
-
}
|
|
1128
|
-
.ys4fw90 .rich-code-block {
|
|
1129
|
-
font-size: 0.875em;
|
|
1130
|
-
line-height: 1.7142857;
|
|
1131
|
-
margin-top: 1.7142857em;
|
|
1132
|
-
margin-bottom: 1.7142857em;
|
|
1133
|
-
border-radius: var(--rc-radius-md);
|
|
1134
|
-
overflow-x: auto;
|
|
1135
|
-
}
|
|
1136
|
-
.ys4fw90 .rich-code-block pre {
|
|
1137
|
-
padding: 0.8571429em 1.1428571em;
|
|
1138
|
-
margin: 0;
|
|
1139
|
-
}
|
|
1140
|
-
.ys4fw90 .rich-table {
|
|
1141
|
-
margin-top: 2em;
|
|
1142
|
-
margin-bottom: 2em;
|
|
1143
|
-
font-size: 0.875em;
|
|
1144
|
-
line-height: 1.7142857;
|
|
1145
|
-
}
|
|
1146
|
-
.ys4fw90 .rich-table .rich-paragraph {
|
|
1147
|
-
margin: 0;
|
|
1148
|
-
padding: 0;
|
|
1149
|
-
line-height: inherit;
|
|
1150
|
-
}
|
|
1151
|
-
.ys4fw90 .rich-table .rich-paragraph:first-child::first-letter {
|
|
1152
|
-
float: none;
|
|
1153
|
-
font-size: inherit;
|
|
1154
|
-
margin-right: 0;
|
|
1155
|
-
}
|
|
1156
|
-
.ys4fw90 .rich-image {
|
|
1157
|
-
margin-top: 2em;
|
|
1158
|
-
margin-bottom: 2em;
|
|
1159
|
-
}
|
|
1160
|
-
.ys4fw90 .rich-image img {
|
|
1161
|
-
border-radius: var(--rc-radius-md);
|
|
1162
|
-
}
|
|
1163
|
-
.ys4fw90 .rich-image figcaption {
|
|
1164
|
-
font-size: 0.875em;
|
|
1165
|
-
line-height: 1.4285714;
|
|
1166
|
-
margin-top: 0.8571429em;
|
|
1167
|
-
color: var(--rc-text-secondary);
|
|
1168
|
-
text-align: center;
|
|
1169
|
-
}
|
|
1170
|
-
.ys4fw90 .rich-hr {
|
|
1171
|
-
border: none;
|
|
1172
|
-
border-top: 1px solid var(--rc-border);
|
|
1173
|
-
opacity: 0.2;
|
|
1174
|
-
margin-top: 0.5rem;
|
|
1175
|
-
margin-bottom: 0.5rem;
|
|
1176
|
-
width: 60px;
|
|
1177
|
-
margin-left: auto;
|
|
1178
|
-
margin-right: auto;
|
|
1179
|
-
}
|
|
1180
|
-
.ys4fw90 .rich-katex-block {
|
|
1181
|
-
margin-top: 1.6em;
|
|
1182
|
-
margin-bottom: 1.6em;
|
|
1183
|
-
overflow-x: auto;
|
|
1184
|
-
padding: 1em 0;
|
|
1185
|
-
}
|
|
1186
|
-
.ys4fw90 .rich-spoiler {
|
|
1187
|
-
border-radius: var(--rc-radius-sm);
|
|
1188
|
-
padding-inline: 0.25em;
|
|
1189
|
-
}
|
|
1190
|
-
.ys4fw90 > *:first-child {
|
|
1191
|
-
margin-top: 0;
|
|
1192
|
-
}
|
|
1193
|
-
.ys4fw90 > *:last-child {
|
|
1194
|
-
margin-bottom: 0;
|
|
1195
|
-
}.r8uj4t0 .rich-katex-inline {
|
|
1196
|
-
display: inline;
|
|
1197
|
-
padding: 0 2px;
|
|
1198
|
-
vertical-align: middle;
|
|
1199
|
-
}
|
|
1200
|
-
.r8uj4t0 .rich-katex-block {
|
|
1201
|
-
display: block;
|
|
1202
|
-
text-align: center;
|
|
1203
|
-
padding: var(--rc-space-md) 0;
|
|
1204
|
-
overflow-x: auto;
|
|
1205
|
-
margin: var(--rc-space-md) 0;
|
|
1206
|
-
}
|
|
1207
|
-
.r8uj4t0 .rich-katex-fallback {
|
|
1208
|
-
font-family: var(--rc-font-mono);
|
|
1209
|
-
font-size: 0.9em;
|
|
1210
|
-
color: var(--rc-code-text);
|
|
1211
|
-
background-color: var(--rc-code-bg);
|
|
1212
|
-
padding: 2px 6px;
|
|
1213
|
-
border-radius: var(--rc-radius-sm);
|
|
1214
|
-
}.r8uj4t0 .rich-details {
|
|
1215
|
-
margin: var(--rc-space-md) 0;
|
|
1216
|
-
border: none;
|
|
1217
|
-
interpolate-size: allow-keywords;
|
|
1218
|
-
}
|
|
1219
|
-
.r8uj4t0 .rich-details-summary {
|
|
1220
|
-
display: flex;
|
|
1221
|
-
align-items: center;
|
|
1222
|
-
justify-content: space-between;
|
|
1223
|
-
gap: 1rem;
|
|
1224
|
-
cursor: pointer;
|
|
1225
|
-
user-select: none;
|
|
1226
|
-
font-weight: 500;
|
|
1227
|
-
font-size: 0.9375rem;
|
|
1228
|
-
line-height: 1.5;
|
|
1229
|
-
padding: 0.75rem 0;
|
|
1230
|
-
color: var(--rc-text);
|
|
1231
|
-
list-style: none;
|
|
1232
|
-
transition: color 0.2s ease;
|
|
1233
|
-
}
|
|
1234
|
-
.r8uj4t0 .rich-details-summary:hover {
|
|
1235
|
-
opacity: 0.8;
|
|
1236
|
-
}
|
|
1237
|
-
.r8uj4t0 .rich-details-summary::-webkit-details-marker {
|
|
1238
|
-
display: none;
|
|
1239
|
-
}
|
|
1240
|
-
.r8uj4t0 .rich-details-summary::marker {
|
|
1241
|
-
content: "";
|
|
1242
|
-
display: none;
|
|
1243
|
-
}
|
|
1244
|
-
.r8uj4t0 .rich-details-summary-text {
|
|
1245
|
-
flex: 1;
|
|
1246
|
-
}
|
|
1247
|
-
.r8uj4t0 .rich-details-chevron {
|
|
1248
|
-
display: inline-flex;
|
|
1249
|
-
flex-shrink: 0;
|
|
1250
|
-
color: var(--rc-text-secondary);
|
|
1251
|
-
transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1252
|
-
}
|
|
1253
|
-
.r8uj4t0 .rich-details[open] .rich-details-chevron {
|
|
1254
|
-
transform: rotate(180deg);
|
|
1255
|
-
}
|
|
1256
|
-
.r8uj4t0 .rich-details::details-content {
|
|
1257
|
-
display: block;
|
|
1258
|
-
height: 0;
|
|
1259
|
-
overflow: hidden;
|
|
1260
|
-
opacity: 0;
|
|
1261
|
-
content-visibility: hidden;
|
|
1262
|
-
transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), content-visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1) allow-discrete;
|
|
1263
|
-
}
|
|
1264
|
-
.r8uj4t0 .rich-details[open]::details-content {
|
|
1265
|
-
height: auto;
|
|
1266
|
-
opacity: 1;
|
|
1267
|
-
content-visibility: visible;
|
|
1268
|
-
}
|
|
1269
|
-
.r8uj4t0 .rich-details-content {
|
|
1270
|
-
padding: 0 0 0.75rem;
|
|
1271
|
-
color: var(--rc-text-secondary);
|
|
1272
|
-
}
|
|
1273
|
-
[contenteditable="true"] .rich-details-content {
|
|
1274
|
-
background-color: var(--rc-bg-secondary);
|
|
1275
|
-
border-radius: var(--rc-radius-sm);
|
|
1276
|
-
padding: var(--rc-space-sm) var(--rc-space-md);
|
|
1277
|
-
margin-top: var(--rc-space-xs);
|
|
1278
|
-
}
|
|
1279
|
-
.r8uj4t0 .rich-details-content > .rich-paragraph:first-child {
|
|
1280
|
-
margin-top: 0;
|
|
1281
|
-
}
|
|
1282
|
-
.r8uj4t0 .rich-details-content > .rich-paragraph:last-child {
|
|
1283
|
-
margin-bottom: 0;
|
|
1284
|
-
}.r8uj4t0 .rich-grid-container {
|
|
1285
|
-
position: relative;
|
|
1286
|
-
margin: var(--rc-space-md) 0;
|
|
1287
|
-
}
|
|
1288
|
-
.r8uj4t0 .rich-grid-toolbar {
|
|
1289
|
-
position: absolute;
|
|
1290
|
-
top: -36px;
|
|
1291
|
-
left: 50%;
|
|
1292
|
-
transform: translateX(-50%);
|
|
1293
|
-
display: flex;
|
|
1294
|
-
align-items: center;
|
|
1295
|
-
gap: 2px;
|
|
1296
|
-
padding: 4px 6px;
|
|
1297
|
-
border-radius: var(--rc-radius-md);
|
|
1298
|
-
pointer-events: none;
|
|
1299
|
-
background: var(--rc-bg);
|
|
1300
|
-
border: 1px solid var(--rc-border);
|
|
1301
|
-
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
1302
|
-
z-index: 10;
|
|
1303
|
-
user-select: none;
|
|
1304
|
-
white-space: nowrap;
|
|
1305
|
-
opacity: 0;
|
|
1306
|
-
transition: opacity 0.15s ease;
|
|
1307
|
-
}
|
|
1308
|
-
.r8uj4t0 .rich-grid-container:hover .rich-grid-toolbar, .r8uj4t0 .rich-grid-container:focus-within .rich-grid-toolbar {
|
|
1309
|
-
opacity: 1;
|
|
1310
|
-
pointer-events: auto;
|
|
1311
|
-
}
|
|
1312
|
-
.r8uj4t0 .rich-grid-toolbar-icon {
|
|
1313
|
-
display: flex;
|
|
1314
|
-
align-items: center;
|
|
1315
|
-
justify-content: center;
|
|
1316
|
-
width: 24px;
|
|
1317
|
-
height: 24px;
|
|
1318
|
-
color: var(--rc-text-secondary);
|
|
1319
|
-
flex-shrink: 0;
|
|
1320
|
-
}
|
|
1321
|
-
.r8uj4t0 .rich-grid-col-btn {
|
|
1322
|
-
display: flex;
|
|
1323
|
-
align-items: center;
|
|
1324
|
-
justify-content: center;
|
|
1325
|
-
min-width: 24px;
|
|
1326
|
-
height: 24px;
|
|
1327
|
-
padding: 0 6px;
|
|
1328
|
-
border-radius: var(--rc-radius-sm);
|
|
1329
|
-
border: none;
|
|
1330
|
-
background: transparent;
|
|
1331
|
-
cursor: pointer;
|
|
1332
|
-
font-size: 12px;
|
|
1333
|
-
font-weight: 500;
|
|
1334
|
-
color: var(--rc-text-secondary);
|
|
1335
|
-
line-height: 1;
|
|
1336
|
-
transition: color 0.15s ease, background-color 0.15s ease;
|
|
1337
|
-
}
|
|
1338
|
-
.r8uj4t0 .rich-grid-col-btn:hover {
|
|
1339
|
-
background-color: var(--rc-bg-secondary);
|
|
1340
|
-
color: var(--rc-text);
|
|
1341
|
-
}
|
|
1342
|
-
.r8uj4t0 .rich-grid-col-btn-active {
|
|
1343
|
-
background: var(--rc-bg-secondary);
|
|
1344
|
-
font-weight: 600;
|
|
1345
|
-
color: var(--rc-text);
|
|
1346
|
-
}
|
|
1347
|
-
.r8uj4t0 .rich-grid-toolbar-divider {
|
|
1348
|
-
width: 1px;
|
|
1349
|
-
height: 16px;
|
|
1350
|
-
background: var(--rc-border);
|
|
1351
|
-
margin: 0 2px;
|
|
1352
|
-
flex-shrink: 0;
|
|
1353
|
-
}
|
|
1354
|
-
.r8uj4t0 .rich-grid-action-btn {
|
|
1355
|
-
display: flex;
|
|
1356
|
-
align-items: center;
|
|
1357
|
-
justify-content: center;
|
|
1358
|
-
min-width: 24px;
|
|
1359
|
-
height: 24px;
|
|
1360
|
-
padding: 0 6px;
|
|
1361
|
-
border-radius: var(--rc-radius-sm);
|
|
1362
|
-
border: none;
|
|
1363
|
-
background: transparent;
|
|
1364
|
-
cursor: pointer;
|
|
1365
|
-
color: var(--rc-text-secondary);
|
|
1366
|
-
transition: color 0.15s ease, background-color 0.15s ease;
|
|
1367
|
-
}
|
|
1368
|
-
.r8uj4t0 .rich-grid-action-btn:hover {
|
|
1369
|
-
background-color: var(--rc-bg-secondary);
|
|
1370
|
-
color: var(--rc-text);
|
|
1371
|
-
}
|
|
1372
|
-
.r8uj4t0 .rich-grid-inner {
|
|
1373
|
-
display: grid;
|
|
1374
|
-
gap: var(--rc-space-md);
|
|
1375
|
-
}
|
|
1376
|
-
.r8uj4t0 .rich-grid-cell {
|
|
1377
|
-
min-width: 0;
|
|
1378
|
-
}
|
|
1379
|
-
.r8uj4t0 .rich-grid-cell-editable {
|
|
1380
|
-
outline: none;
|
|
1381
|
-
}
|
|
1
|
+
:root{--rc-text: #1a1a1a;--rc-text-secondary: #6b7280;--rc-bg: #ffffff;--rc-bg-secondary: #f9fafb;--rc-border: #e5e7eb;--rc-accent: #33A6B8;--rc-accent-light: #33A6B833;--rc-link: #33A6B8;--rc-code-text: #e83e8c;--rc-code-bg: #f3f4f6;--rc-quote-border: #33A6B8;--rc-quote-bg: #f0f9fb;--rc-alert-info: #3b82f6;--rc-alert-warning: #f59e0b;--rc-alert-tip: #22c55e;--rc-alert-caution: #ef4444;--rc-alert-important: #a855f7;--rc-max-width: 700px;--rc-space-xs: 4px;--rc-space-sm: 8px;--rc-space-md: 16px;--rc-space-lg: 24px;--rc-space-xl: 32px;--rc-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--rc-font-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;--rc-font-size-2xs: .625em;--rc-font-size-xs: .75em;--rc-font-size-sm: .8125em;--rc-font-size-md: .875em;--rc-font-size-lg: 1.25em;--rc-font-size-base: 16px;--rc-font-size-small: 14px;--rc-line-height: 1.7;--rc-line-height-tight: 1.4;--rc-radius-sm: 4px;--rc-radius-md: 8px;--rc-radius-lg: 12px}._17pm0gw0{--rc-text: #1a1a1a;--rc-text-secondary: #6b7280;--rc-bg: #ffffff;--rc-bg-secondary: #f9fafb;--rc-border: #e5e7eb;--rc-accent: #33A6B8;--rc-accent-light: #33A6B833;--rc-link: #33A6B8;--rc-code-text: #e83e8c;--rc-code-bg: #f3f4f6;--rc-quote-border: #33A6B8;--rc-quote-bg: #f0f9fb;--rc-alert-info: #3b82f6;--rc-alert-warning: #f59e0b;--rc-alert-tip: #22c55e;--rc-alert-caution: #ef4444;--rc-alert-important: #a855f7;--rc-max-width: 700px;--rc-space-xs: 4px;--rc-space-sm: 8px;--rc-space-md: 16px;--rc-space-lg: 24px;--rc-space-xl: 32px;--rc-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--rc-font-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;--rc-font-size-2xs: .625em;--rc-font-size-xs: .75em;--rc-font-size-sm: .8125em;--rc-font-size-md: .875em;--rc-font-size-lg: 1.25em;--rc-font-size-base: 16px;--rc-font-size-small: 14px;--rc-line-height: 1.7;--rc-line-height-tight: 1.4;--rc-radius-sm: 4px;--rc-radius-md: 8px;--rc-radius-lg: 12px}._17pm0gw1{--rc-text: #1a1a1a;--rc-text-secondary: #6b7280;--rc-bg: #ffffff;--rc-bg-secondary: #f9fafb;--rc-border: #e5e7eb;--rc-accent: #33A6B8;--rc-accent-light: #33A6B833;--rc-link: #33A6B8;--rc-code-text: #e83e8c;--rc-code-bg: #f3f4f6;--rc-quote-border: #9ca3af;--rc-quote-bg: #f9fafb;--rc-alert-info: #3b82f6;--rc-alert-warning: #f59e0b;--rc-alert-tip: #22c55e;--rc-alert-caution: #ef4444;--rc-alert-important: #a855f7;--rc-max-width: none;--rc-space-xs: 2px;--rc-space-sm: 4px;--rc-space-md: 10px;--rc-space-lg: 16px;--rc-space-xl: 20px;--rc-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--rc-font-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;--rc-font-size-2xs: .625em;--rc-font-size-xs: .75em;--rc-font-size-sm: .8125em;--rc-font-size-md: .875em;--rc-font-size-lg: 1.25em;--rc-font-size-base: 14px;--rc-font-size-small: 12px;--rc-line-height: 1.5;--rc-line-height-tight: 1.3;--rc-radius-sm: 3px;--rc-radius-md: 6px;--rc-radius-lg: 8px}._17pm0gw2{--rc-text: #e5e5e5;--rc-text-secondary: #a3a3a3;--rc-bg: #171717;--rc-bg-secondary: #262626;--rc-border: #404040;--rc-accent: #F596AA;--rc-accent-light: #F596AA33;--rc-link: #F596AA;--rc-code-text: #f472b6;--rc-code-bg: #262626;--rc-quote-border: #F596AA;--rc-quote-bg: #262626;--rc-alert-info: #60a5fa;--rc-alert-warning: #fbbf24;--rc-alert-tip: #4ade80;--rc-alert-caution: #f87171;--rc-alert-important: #c084fc;--rc-max-width: 700px;--rc-space-xs: 4px;--rc-space-sm: 8px;--rc-space-md: 16px;--rc-space-lg: 24px;--rc-space-xl: 32px;--rc-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--rc-font-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;--rc-font-size-2xs: .625em;--rc-font-size-xs: .75em;--rc-font-size-sm: .8125em;--rc-font-size-md: .875em;--rc-font-size-lg: 1.25em;--rc-font-size-base: 16px;--rc-font-size-small: 14px;--rc-line-height: 1.7;--rc-line-height-tight: 1.4;--rc-radius-sm: 4px;--rc-radius-md: 8px;--rc-radius-lg: 12px}._17pm0gw3{--rc-text: #e5e5e5;--rc-text-secondary: #a3a3a3;--rc-bg: #171717;--rc-bg-secondary: #262626;--rc-border: #404040;--rc-accent: #F596AA;--rc-accent-light: #F596AA33;--rc-link: #F596AA;--rc-code-text: #f472b6;--rc-code-bg: #262626;--rc-quote-border: #F596AA;--rc-quote-bg: #262626;--rc-alert-info: #60a5fa;--rc-alert-warning: #fbbf24;--rc-alert-tip: #4ade80;--rc-alert-caution: #f87171;--rc-alert-important: #c084fc;--rc-max-width: none;--rc-space-xs: 2px;--rc-space-sm: 4px;--rc-space-md: 10px;--rc-space-lg: 16px;--rc-space-xl: 20px;--rc-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--rc-font-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;--rc-font-size-2xs: .625em;--rc-font-size-xs: .75em;--rc-font-size-sm: .8125em;--rc-font-size-md: .875em;--rc-font-size-lg: 1.25em;--rc-font-size-base: 14px;--rc-font-size-small: 12px;--rc-line-height: 1.5;--rc-line-height-tight: 1.3;--rc-radius-sm: 3px;--rc-radius-md: 6px;--rc-radius-lg: 8px}._17pm0gw4{--rc-text: #1a1a1a;--rc-text-secondary: #6b7280;--rc-bg: #ffffff;--rc-bg-secondary: #f9fafb;--rc-border: #e5e7eb;--rc-accent: #33A6B8;--rc-accent-light: #33A6B833;--rc-link: #33A6B8;--rc-code-text: #e83e8c;--rc-code-bg: #f3f4f6;--rc-quote-border: #33A6B8;--rc-quote-bg: #f0f9fb;--rc-alert-info: #3b82f6;--rc-alert-warning: #f59e0b;--rc-alert-tip: #22c55e;--rc-alert-caution: #ef4444;--rc-alert-important: #a855f7;--rc-max-width: 700px;--rc-space-xs: 4px;--rc-space-sm: 8px;--rc-space-md: 16px;--rc-space-lg: 24px;--rc-space-xl: 32px;--rc-font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif", "source-han-serif-sc", "Songti SC", STSong, "华文宋体", serif;--rc-font-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;--rc-font-size-2xs: .625em;--rc-font-size-xs: .75em;--rc-font-size-sm: .8125em;--rc-font-size-md: .875em;--rc-font-size-lg: 1.25em;--rc-font-size-base: 16px;--rc-font-size-small: 14px;--rc-line-height: 1.8;--rc-line-height-tight: 1.4;--rc-radius-sm: 4px;--rc-radius-md: 8px;--rc-radius-lg: 12px}._17pm0gw5{--rc-text: #e5e5e5;--rc-text-secondary: #a3a3a3;--rc-bg: #171717;--rc-bg-secondary: #262626;--rc-border: #404040;--rc-accent: #F596AA;--rc-accent-light: #F596AA33;--rc-link: #F596AA;--rc-code-text: #f472b6;--rc-code-bg: #262626;--rc-quote-border: #F596AA;--rc-quote-bg: #262626;--rc-alert-info: #60a5fa;--rc-alert-warning: #fbbf24;--rc-alert-tip: #4ade80;--rc-alert-caution: #f87171;--rc-alert-important: #c084fc;--rc-max-width: 700px;--rc-space-xs: 4px;--rc-space-sm: 8px;--rc-space-md: 16px;--rc-space-lg: 24px;--rc-space-xl: 32px;--rc-font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif", "source-han-serif-sc", "Songti SC", STSong, "华文宋体", serif;--rc-font-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;--rc-font-size-2xs: .625em;--rc-font-size-xs: .75em;--rc-font-size-sm: .8125em;--rc-font-size-md: .875em;--rc-font-size-lg: 1.25em;--rc-font-size-base: 16px;--rc-font-size-small: 14px;--rc-line-height: 1.8;--rc-line-height-tight: 1.4;--rc-radius-sm: 4px;--rc-radius-md: 8px;--rc-radius-lg: 12px}@keyframes r8uj4t1{0%{background-color:#ef44443d}to{background-color:transparent}}.r8uj4t0{font-family:var(--rc-font-family);font-size:var(--rc-font-size-base);line-height:var(--rc-line-height);color:var(--rc-text);word-wrap:break-word;overflow-wrap:break-word}.r8uj4t0 .rich-paragraph{margin:0 0 1em;line-height:var(--rc-line-height)}.r8uj4t0 .rich-text-bold{font-weight:700}.r8uj4t0 .rich-text-italic{font-style:italic}.r8uj4t0 .rich-text-underline{text-decoration:underline}.r8uj4t0 .rich-text-strikethrough{text-decoration:line-through}.r8uj4t0 .rich-text-highlight{background-color:var(--rc-accent-light);border-radius:var(--rc-radius-sm);padding:1px 4px}.r8uj4t0 .rich-text-code{font-family:var(--rc-font-mono);font-size:.9em;background-color:var(--rc-code-bg);color:var(--rc-code-text);padding:2px 6px;border-radius:var(--rc-radius-sm);border:1px solid var(--rc-border)}.r8uj4t0 :is(.rich-heading-h1,.rich-heading-h2,.rich-heading-h3,.rich-heading-h4,.rich-heading-h5,.rich-heading-h6){position:relative}.r8uj4t0 .rich-heading-anchor{position:absolute;left:-1.25em;top:0;bottom:0;display:flex;align-items:center;text-decoration:none;color:var(--rc-text-secondary);opacity:0;transition:opacity .15s ease;font-size:.8em}.r8uj4t0 .rich-heading-anchor:before{content:"#"}.r8uj4t0 :is(.rich-heading-h1,.rich-heading-h2,.rich-heading-h3,.rich-heading-h4,.rich-heading-h5,.rich-heading-h6):hover .rich-heading-anchor{opacity:.5}.r8uj4t0 :is(.rich-heading-h1,.rich-heading-h2,.rich-heading-h3,.rich-heading-h4,.rich-heading-h5,.rich-heading-h6):hover .rich-heading-anchor:hover{opacity:1}.r8uj4t0 .rich-heading-h1{font-size:2em;font-weight:700;line-height:var(--rc-line-height-tight);margin-top:1.5em;margin-bottom:.5em}.r8uj4t0 .rich-heading-h2{font-size:1.5em;font-weight:700;line-height:var(--rc-line-height-tight);margin-top:1.4em;margin-bottom:.45em}.r8uj4t0 .rich-heading-h3{font-size:1.25em;font-weight:600;line-height:var(--rc-line-height-tight);margin-top:1.3em;margin-bottom:.4em}.r8uj4t0 .rich-heading-h4{font-size:1.125em;font-weight:600;line-height:var(--rc-line-height-tight);margin-top:1.2em;margin-bottom:.35em}.r8uj4t0 .rich-heading-h5{font-size:1em;font-weight:600;line-height:var(--rc-line-height-tight);margin-top:1.1em;margin-bottom:.3em}.r8uj4t0 .rich-heading-h6{font-size:.875em;font-weight:600;line-height:var(--rc-line-height-tight);margin-top:1em;margin-bottom:.25em;color:var(--rc-text-secondary)}.r8uj4t0 .rich-link{color:var(--rc-link);text-decoration:none;transition:color .2s ease}.r8uj4t0 .rich-link:hover{text-decoration:underline}.r8uj4t0 .rich-list-ol{list-style-type:decimal;padding-left:var(--rc-space-lg);margin-bottom:1em}.r8uj4t0 .rich-list-ul{list-style-type:disc;padding-left:var(--rc-space-lg);margin-bottom:1em}.r8uj4t0 .rich-list-item{margin-bottom:.25em}.r8uj4t0 .rich-list-nested-item{list-style-type:none}.r8uj4t0 .rich-list-nested-item .rich-list-ol{list-style-type:lower-alpha}.r8uj4t0 .rich-list-nested-item .rich-list-ul{list-style-type:circle}.r8uj4t0 .rich-checklist{list-style-type:none;padding-left:0}.r8uj4t0 .rich-list-item.rich-list-item-checked,.r8uj4t0 .rich-list-item.rich-list-item-unchecked{position:relative;padding-left:1.9em;list-style-type:none;outline:none}.r8uj4t0 .rich-list-item.rich-list-item-unchecked:before,.r8uj4t0 .rich-list-item.rich-list-item-checked:before{content:"";width:16px;height:16px;border:1px solid var(--rc-border);border-radius:var(--rc-radius-sm);position:absolute;left:0;top:calc((1lh - 16px)/2);box-sizing:border-box}.r8uj4t0 .rich-list-item.rich-list-item-checked:before{background-color:var(--rc-accent);border-color:var(--rc-accent)}.r8uj4t0 .rich-list-item.rich-list-item-checked:after{content:"";position:absolute;left:5px;top:calc((1lh - 16px)/2 + 5px);width:6px;height:3px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);box-sizing:border-box}.r8uj4t0 .rich-list-item-checked{text-decoration:line-through;color:var(--rc-text-secondary)}.r8uj4t0 .rich-quote{border-left:4px solid var(--rc-quote-border);background-color:var(--rc-quote-bg);margin:var(--rc-space-md) 0;padding:var(--rc-space-sm) var(--rc-space-md);font-style:italic;color:var(--rc-text-secondary);border-radius:0 var(--rc-radius-sm) var(--rc-radius-sm) 0}.r8uj4t0 .rich-quote>.rich-paragraph:first-child{margin-top:0}.r8uj4t0 .rich-quote>.rich-paragraph:last-child{margin-bottom:0}.r8uj4t0 .rich-hr{border:none;border-top:1px solid var(--rc-border);margin:var(--rc-space-lg) auto;width:60px}.r8uj4t0 .rich-table-scrollable-wrapper{overflow-x:auto}.r8uj4t0 .rich-table{width:100%;border-collapse:separate;border-spacing:0;margin:var(--rc-space-lg) 0;font-size:var(--rc-font-size-small);border:1px solid var(--rc-border);border-radius:var(--rc-radius-md);overflow:hidden}.r8uj4t0 .rich-table-cell{border:none;border-bottom:1px solid var(--rc-border);border-right:1px solid var(--rc-border);padding:1.25em var(--rc-space-lg);text-align:left;vertical-align:middle;line-height:1.5}.r8uj4t0 .rich-table-cell:last-child{border-right:none}.r8uj4t0 .rich-table tbody tr:last-child .rich-table-cell{border-bottom:none}.r8uj4t0 .rich-table-cell .rich-paragraph{margin:0;padding:0;line-height:inherit}.r8uj4t0 .rich-table-cell>:first-child{margin-top:0}.r8uj4t0 .rich-table-cell>:last-child{margin-bottom:0}.r8uj4t0 .rich-table-cell-header{border:none;border-bottom:1px solid var(--rc-border);border-right:1px solid var(--rc-border);padding:var(--rc-space-md) var(--rc-space-lg);text-align:left;font-weight:600;font-size:.75em;text-transform:uppercase;letter-spacing:.05em;color:var(--rc-text-secondary);background-color:var(--rc-bg-secondary);vertical-align:middle;line-height:1.5;position:sticky;top:0;z-index:1}.r8uj4t0 .rich-table-cell-header:last-child{border-right:none}.r8uj4t0 .rich-table-cell-header .rich-paragraph{margin:0;padding:0;line-height:inherit}.r8uj4t0 .rich-table-cell-header>:first-child{margin-top:0}.r8uj4t0 .rich-table-cell-header>:last-child{margin-bottom:0}.r8uj4t0 img{max-width:100%;height:auto;border-radius:var(--rc-radius-md)}.r8uj4t0 .rich-spoiler{background-color:var(--rc-text);color:transparent;border-radius:var(--rc-radius-sm);padding-inline:4px;cursor:pointer;transition:background-color .3s ease,color .3s ease;user-select:none}[contenteditable=true] .rich-spoiler{background-color:color-mix(in srgb,var(--rc-text) 30%,transparent);color:inherit;user-select:auto;cursor:text}.r8uj4t0 .rich-spoiler:hover,.r8uj4t0 .rich-spoiler-revealed{background-color:transparent;color:inherit;user-select:auto}.r8uj4t0 .rich-footnote{vertical-align:super;font-size:.8em}.r8uj4t0 .rich-footnote-ref{display:inline-flex;align-items:center;justify-content:center;min-width:1.5em;text-decoration:none;color:var(--rc-accent);background-color:var(--rc-accent-light);border-radius:999px;padding:0 .35em;line-height:1.45;font-weight:600;font-size:.82em;transition:filter .15s ease}.r8uj4t0 .rich-footnote-ref:hover{filter:brightness(.96)}.r8uj4t0 .rich-footnote-highlight{animation:r8uj4t1 1.2s ease-out}.r8uj4t0 .rich-footnote-ref-wrapper{position:relative;display:inline}.r8uj4t0 .rich-footnote-section{margin-top:var(--rc-space-lg)}.r8uj4t0 .rich-footnote-section-divider{border:none;border-top:1px solid var(--rc-border);margin:var(--rc-space-lg) 0 var(--rc-space-md)}.r8uj4t0 .rich-footnote-section-list{list-style-type:decimal;padding-left:var(--rc-space-lg);font-size:var(--rc-font-size-small);color:var(--rc-text-secondary);line-height:1.6}.r8uj4t0 .rich-footnote-section-item{margin-bottom:var(--rc-space-sm);padding-left:var(--rc-space-xs)}.r8uj4t0 .rich-footnote-back-ref{display:inline-flex;align-items:center;margin-left:var(--rc-space-xs);color:var(--rc-accent);text-decoration:none;font-size:.85em;transition:opacity .15s ease}.r8uj4t0 .rich-footnote-back-ref:hover{opacity:.7}.r8uj4t0 .rich-footnote-section-item-edit{display:flex;align-items:center;gap:var(--rc-space-sm);list-style-type:none}.r8uj4t0 .rich-footnote-section-item-num{flex-shrink:0;color:var(--rc-text-secondary);font-size:var(--rc-font-size-small);font-weight:600;min-width:1.5em}.r8uj4t0 .rich-footnote-section-item-input{flex:1;border:1px solid var(--rc-border);border-radius:var(--rc-radius-sm);padding:var(--rc-space-xs) var(--rc-space-sm);font-size:var(--rc-font-size-small);color:var(--rc-text);background-color:transparent;outline:none;transition:border-color .15s ease}.r8uj4t0 .rich-footnote-section-item-input:focus{border-color:var(--rc-accent)}.r8uj4t0 .rich-footnote-section-item-remove{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:none;color:var(--rc-text-secondary);cursor:pointer;border-radius:var(--rc-radius-sm);font-size:14px;transition:color .15s ease,background-color .15s ease}.r8uj4t0 .rich-footnote-section-item-remove:hover{color:#ef4444;background-color:#ef44441a}.rich-drag-handle{position:absolute;display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:grab;border-radius:var(--rc-radius-sm);color:var(--rc-text-secondary);opacity:.4;transition:opacity .15s ease,background-color .15s ease;z-index:10}.rich-drag-handle:hover{opacity:1;background-color:var(--rc-bg-secondary)}.rich-drag-handle:active{cursor:grabbing}.rich-drop-indicator{position:absolute;height:2px;background-color:var(--rc-accent);border-radius:1px;pointer-events:none;z-index:10}.r8uj4t0 .rich-alert{margin:2em 0;padding:0 1em;background-color:transparent;border:none;border-radius:0}.r8uj4t0>*:first-child,.r8uj4t0 .rich-editor__content>*:first-child{margin-top:0}.r8uj4t0>*:last-child,.r8uj4t0 .rich-editor__content>*:last-child{margin-bottom:0}.v10dui0{max-width:700px;font-size:var(--rc-font-size-base);line-height:1.75;color:var(--rc-text)}.v10dui0 .rich-paragraph{margin-top:1.5em;margin-bottom:1.5em}.v10dui0 .rich-heading-h1{color:var(--rc-text);font-weight:800;font-size:3em;margin-top:0;margin-bottom:.8333333333333334em;line-height:1}.v10dui0 .rich-heading-h2{color:var(--rc-text);font-weight:700;font-size:1.875em;margin-top:1.8666666666666667em;margin-bottom:1.0666666666666667em;line-height:1.3333333}.v10dui0 .rich-heading-h3{color:var(--rc-text);font-weight:600;font-size:1.5em;margin-top:1.6666666666666667em;margin-bottom:.6666666666666666em;line-height:1.5}.v10dui0 .rich-heading-h4{color:var(--rc-text);font-weight:600;margin-top:2em;margin-bottom:.5em;line-height:1.5625}.v10dui0 .rich-heading-h2+*,.v10dui0 .rich-heading-h3+*,.v10dui0 .rich-heading-h4+*{margin-top:0}.v10dui0 .rich-quote{font-weight:500;font-style:italic;color:var(--rc-text);border-left-width:.25rem;border-left-style:solid;border-left-color:var(--rc-quote-border);margin-top:2.5em;margin-bottom:2.5em;padding-left:1.5em;background-color:transparent;border-radius:0;quotes:"“""”""‘""’"}.v10dui0 .rich-quote .rich-paragraph:first-of-type:before{content:open-quote}.v10dui0 .rich-quote .rich-paragraph:last-of-type:after{content:close-quote}.v10dui0 .rich-quote .rich-paragraph:first-child{margin-top:0}.v10dui0 .rich-quote .rich-paragraph:last-child{margin-bottom:0}.v10dui0 .rich-text-code{color:var(--rc-text);font-weight:600;font-size:.875em;background-color:var(--rc-code-bg);padding:.2em .4em;border-radius:var(--rc-radius-sm);font-family:var(--rc-font-mono)}.v10dui0 .rich-text-code:before,.v10dui0 .rich-text-code:after{content:"`";color:var(--rc-text-secondary);opacity:.5}.v10dui0 .rich-code-block{color:var(--rc-text);background-color:var(--rc-code-bg);border-radius:.375rem;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.75}.v10dui0 .rich-code-block pre{padding:1em 1.5em;margin:0}.v10dui0 .rich-list-ul,.v10dui0 .rich-list-ol{margin-top:1.5em;margin-bottom:1.5em;padding-left:1.75em}.v10dui0 .rich-list-item{margin-top:.75em;margin-bottom:.75em;padding-left:.5em}.v10dui0 .rich-list-item .rich-paragraph{margin-top:1em;margin-bottom:1em}.v10dui0 .rich-list-item>.rich-paragraph:first-child{margin-top:1.5em}.v10dui0 .rich-list-item>.rich-paragraph:last-child{margin-bottom:1.5em}.v10dui0 .rich-list-ul .rich-list-ul,.v10dui0 .rich-list-ul .rich-list-ol,.v10dui0 .rich-list-ol .rich-list-ul,.v10dui0 .rich-list-ol .rich-list-ol{margin-top:1em;margin-bottom:1em}.v10dui0 .rich-table{margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.5}.v10dui0 .rich-table .rich-paragraph{margin:0;padding:0;line-height:inherit}.v10dui0 .rich-image{margin-top:2em;margin-bottom:2em}.v10dui0 .rich-image>*{margin-top:0;margin-bottom:0}.v10dui0 .rich-image figcaption{color:var(--rc-text-secondary);font-size:.875em;line-height:1.5;margin-top:1em}.v10dui0 .rich-hr{border-color:var(--rc-border);border-top-width:1px;width:60px;margin:3.5em auto}.v10dui0 .rich-hr+*{margin-top:0}.v10dui0 .rich-link{font-weight:500;text-decoration:underline}.v10dui0 .rich-banner,.v10dui0 .rich-code-snippet,.v10dui0 .rich-details{margin:2em 0}.v10dui0>*:first-child{margin-top:0}.v10dui0>*:last-child{margin-bottom:0}._14ko36c0{font-size:var(--rc-font-size-base);line-height:var(--rc-line-height)}._14ko36c0 .rich-paragraph{margin-bottom:.6em}._14ko36c0 .rich-heading-h1{font-size:1.35em;font-weight:700;margin-top:.8em;margin-bottom:.3em}._14ko36c0 .rich-heading-h2{font-size:1.2em;font-weight:700;margin-top:.7em;margin-bottom:.25em}._14ko36c0 .rich-heading-h3{font-size:1.1em;font-weight:600;margin-top:.6em;margin-bottom:.2em}._14ko36c0 .rich-heading-h4{font-size:1em;font-weight:600;margin-top:.5em;margin-bottom:.15em}._14ko36c0 .rich-heading-h5{font-size:.9em;font-weight:600;margin-top:.45em;margin-bottom:.1em}._14ko36c0 .rich-heading-h6{font-size:.85em;font-weight:600;margin-top:.4em;margin-bottom:.1em}._14ko36c0 .rich-quote{border-left-width:3px;padding:var(--rc-space-sm) var(--rc-space-md);margin:var(--rc-space-sm) 0;font-size:.95em}._14ko36c0 .rich-list-ol,._14ko36c0 .rich-list-ul{margin-bottom:.6em;padding-left:var(--rc-space-md)}._14ko36c0 .rich-list-item{margin-bottom:.1em}._14ko36c0 .rich-code-block{margin:var(--rc-space-sm) 0;border-radius:var(--rc-radius-sm);font-size:var(--rc-font-size-small)}._14ko36c0 .rich-code-block pre{padding:var(--rc-space-sm)}._14ko36c0 .line:before{display:none!important}._14ko36c0 .rich-table{margin:var(--rc-space-sm) 0;font-size:var(--rc-font-size-small)}._14ko36c0 .rich-table-cell,._14ko36c0 .rich-table-cell-header{padding:var(--rc-space-xs) var(--rc-space-sm)}._14ko36c0 .rich-image{margin:var(--rc-space-sm) 0}._14ko36c0 .rich-image figcaption{font-size:var(--rc-font-size-small)}._14ko36c0 .rich-hr{border:none;border-top:1px solid var(--rc-border);margin:var(--rc-space-lg) auto;width:60px}._14ko36c0 .rich-alert{padding:var(--rc-space-sm) var(--rc-space-md);padding-left:var(--rc-space-lg);margin:var(--rc-space-sm) 0}._14ko36c0 .rich-katex-block{padding:var(--rc-space-sm) 0;margin:var(--rc-space-sm) 0}.ys4fw90{max-width:var(--rc-max-width);font-size:var(--rc-font-size-base);line-height:1.8;color:var(--rc-text)}.ys4fw90>.rich-paragraph,.ys4fw90 .rich-editor__content>.rich-paragraph,.ys4fw90 .rich-content__body>.rich-paragraph{margin-top:1.25em;margin-bottom:1.25em;line-height:1.8}.ys4fw90>.rich-paragraph:first-of-type,.ys4fw90 .rich-editor__content>.rich-paragraph:first-of-type,.ys4fw90 .rich-content__body>.rich-paragraph:first-of-type{margin-top:0;margin-bottom:2rem}.ys4fw90>.rich-paragraph:not(:first-of-type)>[data-lexical-text]:first-child,.ys4fw90 .rich-editor__content>.rich-paragraph:not(:first-of-type)>[data-lexical-text]:first-child,.ys4fw90 .rich-content__body>.rich-paragraph:not(:first-of-type)>[data-lexical-text]:first-child{margin-inline-start:2rem}.ys4fw90>.rich-paragraph:first-of-type:first-letter,.ys4fw90 .rich-content__body>.rich-paragraph:first-of-type:first-letter{float:left;font-size:2.4em;margin-right:.2em;line-height:1}.ys4fw90 .rich-editor__content>.rich-paragraph:first-of-type:first-letter{font-size:1.5em;font-weight:700;color:var(--rc-accent)}.ys4fw90>.rich-paragraph:last-child,.ys4fw90 .rich-editor__content>.rich-paragraph:last-child,.ys4fw90 .rich-content__body>.rich-paragraph:last-child{margin-bottom:0}.ys4fw90 .rich-text-bold{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;color:var(--rc-text)}.ys4fw90 .rich-heading-h1{font-size:2.25em;font-weight:800;line-height:1.1111111;margin-top:0;margin-bottom:.8888889em;letter-spacing:-.025em;color:var(--rc-text)}.ys4fw90 .rich-heading-h2{font-size:1.5em;font-weight:700;line-height:1.3333333;margin-top:2em;margin-bottom:1em;letter-spacing:-.025em;color:var(--rc-text)}.ys4fw90 .rich-heading-h2+*{margin-top:0}.ys4fw90 .rich-heading-h3{font-size:1.25em;font-weight:600;line-height:1.6;margin-top:1.6em;margin-bottom:.6em;letter-spacing:-.025em;color:var(--rc-text)}.ys4fw90 .rich-heading-h3+*{margin-top:0}.ys4fw90 .rich-heading-h4{font-size:1.125em;font-weight:600;line-height:1.5;margin-top:1.5em;margin-bottom:.5em;color:var(--rc-text)}.ys4fw90 .rich-heading-h4+*{margin-top:0}.ys4fw90 .rich-heading-h5{font-size:1em;font-weight:600;line-height:1.5;margin-top:1.5em;margin-bottom:.5em;color:var(--rc-text)}.ys4fw90 .rich-heading-h5+*{margin-top:0}.ys4fw90 .rich-heading-h6{font-size:.875em;font-weight:600;line-height:1.5;margin-top:1.5em;margin-bottom:.5em;color:var(--rc-text-secondary);text-transform:uppercase}.ys4fw90 .rich-heading-h6+*{margin-top:0}.ys4fw90 .rich-quote{font-style:normal;line-height:1.8;color:inherit;border-left:none;background-color:color-mix(in srgb,var(--rc-accent) 10%,transparent);margin-top:1.6em;margin-bottom:1.6em;margin-left:-1rem;margin-right:-1rem;padding:1em 2em;border-radius:0}.ys4fw90 .rich-quote .rich-paragraph:first-child:first-letter{float:none;font-size:inherit;margin-right:0}.ys4fw90 .rich-link{font-weight:500;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .15s ease}.ys4fw90 .rich-link:hover{text-decoration-thickness:2px}.ys4fw90 .rich-text-code{font-size:.875em;font-family:var(--rc-font-mono);font-weight:500;padding:.2em .4em;border-radius:var(--rc-radius-sm);background-color:var(--rc-code-bg)}.ys4fw90 .rich-list-ol,.ys4fw90 .rich-list-ul{margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.ys4fw90 .rich-list-ol{list-style-type:decimal}.ys4fw90 .rich-list-ul{list-style-type:disc}.ys4fw90 .rich-list-item{margin-top:.5em;margin-bottom:.5em;padding-left:.375em}.ys4fw90 .rich-list-item::marker{color:var(--rc-text-secondary)}.ys4fw90 .rich-code-block{font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:var(--rc-radius-md);overflow-x:auto}.ys4fw90 .rich-code-block pre{padding:.8571429em 1.1428571em;margin:0}.ys4fw90 .rich-table{margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.ys4fw90 .rich-table .rich-paragraph{margin:0;padding:0;line-height:inherit}.ys4fw90 .rich-table .rich-paragraph:first-child:first-letter{float:none;font-size:inherit;margin-right:0}.ys4fw90 .rich-image{margin-top:2em;margin-bottom:2em}.ys4fw90 .rich-image img{border-radius:var(--rc-radius-md)}.ys4fw90 .rich-image figcaption{font-size:.875em;line-height:1.4285714;margin-top:.8571429em;color:var(--rc-text-secondary);text-align:center}.ys4fw90 .rich-hr{border:none;border-top:1px solid var(--rc-border);opacity:.2;margin-top:.5rem;margin-bottom:.5rem;width:60px;margin-left:auto;margin-right:auto}.ys4fw90 .rich-katex-block{margin-top:1.6em;margin-bottom:1.6em;overflow-x:auto;padding:1em 0}.ys4fw90 .rich-spoiler{border-radius:var(--rc-radius-sm);padding-inline:.25em}.ys4fw90>*:first-child{margin-top:0}.ys4fw90>*:last-child{margin-bottom:0}.r8uj4t0 .rich-katex-inline{display:inline;padding:0 2px;vertical-align:middle}.r8uj4t0 .rich-katex-block{display:block;text-align:center;padding:var(--rc-space-md) 0;overflow-x:auto;margin:var(--rc-space-md) 0}.r8uj4t0 .rich-katex-fallback{font-family:var(--rc-font-mono);font-size:.9em;color:var(--rc-code-text);background-color:var(--rc-code-bg);padding:2px 6px;border-radius:var(--rc-radius-sm)}.r8uj4t0 .rich-details{margin:var(--rc-space-md) 0;border:none;interpolate-size:allow-keywords}.r8uj4t0 .rich-details-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;user-select:none;font-weight:500;font-size:.9375rem;line-height:1.5;padding:.75rem 0;color:var(--rc-text);list-style:none;transition:color .2s ease}.r8uj4t0 .rich-details-summary:hover{opacity:.8}.r8uj4t0 .rich-details-summary::-webkit-details-marker{display:none}.r8uj4t0 .rich-details-summary::marker{content:"";display:none}.r8uj4t0 .rich-details-summary-text{flex:1}.r8uj4t0 .rich-details-chevron{display:inline-flex;flex-shrink:0;color:var(--rc-text-secondary);transition:transform .35s cubic-bezier(.4,0,.2,1)}.r8uj4t0 .rich-details[open] .rich-details-chevron{transform:rotate(180deg)}.r8uj4t0 .rich-details::details-content{display:block;height:0;overflow:hidden;opacity:0;content-visibility:hidden;transition:height .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1),content-visibility .4s cubic-bezier(.4,0,.2,1) allow-discrete}.r8uj4t0 .rich-details[open]::details-content{height:auto;opacity:1;content-visibility:visible}.r8uj4t0 .rich-details-content{padding:0 0 .75rem;color:var(--rc-text-secondary)}[contenteditable=true] .rich-details-content{background-color:var(--rc-bg-secondary);border-radius:var(--rc-radius-sm);padding:var(--rc-space-sm) var(--rc-space-md);margin-top:var(--rc-space-xs)}.r8uj4t0 .rich-details-content>.rich-paragraph:first-child{margin-top:0}.r8uj4t0 .rich-details-content>.rich-paragraph:last-child{margin-bottom:0}.r8uj4t0 .rich-grid-container{position:relative;margin:var(--rc-space-md) 0}.r8uj4t0 .rich-grid-toolbar{position:absolute;top:-36px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:2px;padding:4px 6px;border-radius:var(--rc-radius-md);pointer-events:none;background:var(--rc-bg);border:1px solid var(--rc-border);box-shadow:0 2px 8px #00000014;z-index:10;user-select:none;white-space:nowrap;opacity:0;transition:opacity .15s ease}.r8uj4t0 .rich-grid-container:hover .rich-grid-toolbar,.r8uj4t0 .rich-grid-container:focus-within .rich-grid-toolbar{opacity:1;pointer-events:auto}.r8uj4t0 .rich-grid-toolbar-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--rc-text-secondary);flex-shrink:0}.r8uj4t0 .rich-grid-col-btn{display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;border-radius:var(--rc-radius-sm);border:none;background:transparent;cursor:pointer;font-size:12px;font-weight:500;color:var(--rc-text-secondary);line-height:1;transition:color .15s ease,background-color .15s ease}.r8uj4t0 .rich-grid-col-btn:hover{background-color:var(--rc-bg-secondary);color:var(--rc-text)}.r8uj4t0 .rich-grid-col-btn-active{background:var(--rc-bg-secondary);font-weight:600;color:var(--rc-text)}.r8uj4t0 .rich-grid-toolbar-divider{width:1px;height:16px;background:var(--rc-border);margin:0 2px;flex-shrink:0}.r8uj4t0 .rich-grid-action-btn{display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;border-radius:var(--rc-radius-sm);border:none;background:transparent;cursor:pointer;color:var(--rc-text-secondary);transition:color .15s ease,background-color .15s ease}.r8uj4t0 .rich-grid-action-btn:hover{background-color:var(--rc-bg-secondary);color:var(--rc-text)}.r8uj4t0 .rich-grid-inner{display:grid;gap:var(--rc-space-md)}.r8uj4t0 .rich-grid-cell{min-width:0}.r8uj4t0 .rich-grid-cell-editable{outline:none}
|