@farming-labs/theme 0.1.141 → 0.1.143

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.
@@ -0,0 +1,1270 @@
1
+ /* @farming-labs/theme - threadline theme CSS
2
+ * Compact chat-docs UI with neutral shadcn-style surfaces.
3
+ */
4
+ @import "./presets/neutral.css";
5
+
6
+ :root {
7
+ --radius: 0.625rem;
8
+ --fd-nav-height: 48px;
9
+ --docs-header-height: 48px;
10
+ --fd-threadline-main-width: 944px;
11
+ --fd-threadline-frame-width: calc(
12
+ var(--fd-sidebar-width, 260px) + var(--fd-threadline-main-width) +
13
+ var(--fd-toc-width, 224px)
14
+ );
15
+ --fd-threadline-frame-gutter: max(
16
+ 0px,
17
+ calc((100vw - var(--fd-threadline-frame-width)) / 2)
18
+ );
19
+
20
+ --background: oklch(1 0 0);
21
+ --foreground: oklch(0.145 0 0);
22
+ --card: oklch(1 0 0);
23
+ --card-foreground: oklch(0.145 0 0);
24
+ --popover: oklch(1 0 0);
25
+ --popover-foreground: oklch(0.145 0 0);
26
+ --primary: oklch(0.205 0 0);
27
+ --primary-foreground: oklch(0.985 0 0);
28
+ --secondary: oklch(0.97 0 0);
29
+ --secondary-foreground: oklch(0.205 0 0);
30
+ --muted: oklch(0.97 0 0);
31
+ --muted-foreground: oklch(0.556 0 0);
32
+ --accent: oklch(0.97 0 0);
33
+ --accent-foreground: oklch(0.205 0 0);
34
+ --border: oklch(0.922 0 0);
35
+ --input: oklch(0.922 0 0);
36
+ --ring: oklch(0.708 0 0);
37
+
38
+ --color-fd-primary: var(--primary);
39
+ --color-fd-primary-foreground: var(--primary-foreground);
40
+ --color-fd-background: var(--background);
41
+ --color-fd-foreground: var(--foreground);
42
+ --color-fd-card: var(--card);
43
+ --color-fd-card-foreground: var(--card-foreground);
44
+ --color-fd-popover: var(--popover);
45
+ --color-fd-popover-foreground: var(--popover-foreground);
46
+ --color-fd-secondary: var(--secondary);
47
+ --color-fd-secondary-foreground: var(--secondary-foreground);
48
+ --color-fd-muted: var(--muted);
49
+ --color-fd-muted-foreground: var(--muted-foreground);
50
+ --color-fd-accent: var(--accent);
51
+ --color-fd-accent-foreground: var(--accent-foreground);
52
+ --color-fd-border: var(--border);
53
+ --color-fd-ring: var(--ring);
54
+
55
+ --fd-assistant-soft-border: color-mix(in srgb, var(--border) 82%, transparent);
56
+ --fd-assistant-link: #0057ff;
57
+ --fd-assistant-link-hover: #0048d8;
58
+ --fd-assistant-info: color-mix(in srgb, var(--muted) 55%, transparent);
59
+ --fd-assistant-info-fg: var(--foreground);
60
+ --fd-assistant-code-bg: oklch(0.97 0 0);
61
+ --fd-assistant-code-fg: oklch(0.32 0 0);
62
+ --fd-assistant-shadow: none;
63
+ }
64
+
65
+ :is(html.dark, body.dark, .dark) {
66
+ --background: oklch(0.145 0 0);
67
+ --foreground: oklch(0.985 0 0);
68
+ --card: oklch(0.205 0 0);
69
+ --card-foreground: oklch(0.985 0 0);
70
+ --popover: oklch(0.205 0 0);
71
+ --popover-foreground: oklch(0.985 0 0);
72
+ --primary: oklch(0.922 0 0);
73
+ --primary-foreground: oklch(0.205 0 0);
74
+ --secondary: oklch(0.269 0 0);
75
+ --secondary-foreground: oklch(0.985 0 0);
76
+ --muted: oklch(0.269 0 0);
77
+ --muted-foreground: oklch(0.708 0 0);
78
+ --accent: oklch(0.269 0 0);
79
+ --accent-foreground: oklch(0.985 0 0);
80
+ --border: oklch(1 0 0 / 10%);
81
+ --input: oklch(1 0 0 / 15%);
82
+ --ring: oklch(0.556 0 0);
83
+
84
+ --color-fd-primary: var(--primary);
85
+ --color-fd-primary-foreground: var(--primary-foreground);
86
+ --color-fd-background: var(--background);
87
+ --color-fd-foreground: var(--foreground);
88
+ --color-fd-card: var(--card);
89
+ --color-fd-card-foreground: var(--card-foreground);
90
+ --color-fd-popover: var(--popover);
91
+ --color-fd-popover-foreground: var(--popover-foreground);
92
+ --color-fd-secondary: var(--secondary);
93
+ --color-fd-secondary-foreground: var(--secondary-foreground);
94
+ --color-fd-muted: var(--muted);
95
+ --color-fd-muted-foreground: var(--muted-foreground);
96
+ --color-fd-accent: var(--accent);
97
+ --color-fd-accent-foreground: var(--accent-foreground);
98
+ --color-fd-border: var(--border);
99
+ --color-fd-ring: var(--ring);
100
+
101
+ --fd-assistant-soft-border: color-mix(in srgb, var(--border) 82%, transparent);
102
+ --fd-assistant-link: #7aa2ff;
103
+ --fd-assistant-link-hover: #a9c1ff;
104
+ --fd-assistant-info: color-mix(in srgb, #1e5eff 16%, var(--background));
105
+ --fd-assistant-info-fg: #9fbdff;
106
+ --fd-assistant-code-bg: oklch(0.205 0 0);
107
+ --fd-assistant-code-fg: oklch(0.86 0 0);
108
+ --fd-assistant-shadow: none;
109
+ }
110
+
111
+ html:has(#nd-docs-layout) {
112
+ scroll-padding-top: calc(var(--docs-header-height) + 2rem);
113
+ }
114
+
115
+ html.light:has(#nd-docs-layout),
116
+ body.light:has(#nd-docs-layout) {
117
+ color-scheme: light !important;
118
+ }
119
+
120
+ html.dark:has(#nd-docs-layout),
121
+ body.dark:has(#nd-docs-layout) {
122
+ color-scheme: dark !important;
123
+ }
124
+
125
+ body:has(#nd-docs-layout),
126
+ body:has(.fd-layout) {
127
+ background: var(--background);
128
+ color: var(--foreground);
129
+ font-family: var(--fd-font-sans, var(--font-geist-sans, ui-sans-serif, system-ui, sans-serif));
130
+ }
131
+
132
+ body:has(#nd-docs-layout) {
133
+ min-height: 100vh;
134
+ }
135
+
136
+ #nd-docs-layout,
137
+ .fd-layout {
138
+ --fd-banner-height: var(--docs-header-height);
139
+ --fd-layout-width: 9999px;
140
+ background: var(--background);
141
+ }
142
+
143
+ @media (min-width: 1280px) {
144
+ #nd-docs-layout {
145
+ max-width: var(--fd-threadline-frame-width) !important;
146
+ margin-inline: auto !important;
147
+ grid-template-columns:
148
+ 0px var(--fd-sidebar-width, 260px) minmax(0, var(--fd-threadline-main-width))
149
+ var(--fd-toc-width, 224px) 0px !important;
150
+ }
151
+ }
152
+
153
+ #nd-docs-layout > header,
154
+ [role="banner"],
155
+ .fd-header {
156
+ min-height: var(--docs-header-height) !important;
157
+ border-bottom: 1px solid transparent !important;
158
+ background: color-mix(in srgb, var(--background) 94%, transparent) !important;
159
+ box-shadow: none !important;
160
+ backdrop-filter: blur(10px);
161
+ }
162
+
163
+ #nd-docs-layout > header a,
164
+ [role="banner"] a,
165
+ .fd-header a,
166
+ .fd-nav a {
167
+ color: var(--muted-foreground);
168
+ font-size: 0.875rem;
169
+ font-weight: 400;
170
+ letter-spacing: 0;
171
+ text-decoration: none;
172
+ }
173
+
174
+ #nd-docs-layout > header a:hover,
175
+ [role="banner"] a:hover,
176
+ .fd-header a:hover,
177
+ .fd-nav a:hover {
178
+ color: var(--foreground);
179
+ }
180
+
181
+ button[data-search-full],
182
+ [data-search-full],
183
+ .fd-sidebar-search-btn,
184
+ .fd-search-trigger-mobile {
185
+ min-height: 2rem;
186
+ border: 1px solid var(--border) !important;
187
+ border-radius: 0.625rem !important;
188
+ background: var(--card) !important;
189
+ color: var(--muted-foreground) !important;
190
+ box-shadow: none !important;
191
+ font-size: 0.875rem !important;
192
+ }
193
+
194
+ button[data-search-full]:hover,
195
+ [data-search-full]:hover,
196
+ .fd-sidebar-search-btn:hover,
197
+ .fd-search-trigger-mobile:hover {
198
+ background: var(--accent) !important;
199
+ color: var(--foreground) !important;
200
+ }
201
+
202
+ button[data-search-full] kbd,
203
+ [data-search-full] kbd,
204
+ .fd-sidebar-search-kbd kbd {
205
+ border: 0 !important;
206
+ border-radius: 0.3125rem !important;
207
+ background: color-mix(in srgb, var(--muted) 72%, transparent) !important;
208
+ color: var(--muted-foreground) !important;
209
+ font-family: var(--fd-font-sans, var(--font-geist-sans, ui-sans-serif, system-ui, sans-serif)) !important;
210
+ font-size: 0.6875rem !important;
211
+ font-weight: 500 !important;
212
+ line-height: 1 !important;
213
+ min-width: 1rem;
214
+ padding: 0.125rem 0.25rem !important;
215
+ text-align: center;
216
+ }
217
+
218
+ aside#nd-sidebar,
219
+ aside#nd-sidebar-mobile,
220
+ .fd-sidebar {
221
+ background: transparent !important;
222
+ border-right: 0 !important;
223
+ color: var(--foreground);
224
+ }
225
+
226
+ aside#nd-sidebar [data-radix-scroll-area-viewport],
227
+ aside#nd-sidebar [data-radix-scroll-area-content],
228
+ aside#nd-sidebar .fd-sidebar,
229
+ aside#nd-sidebar-mobile .fd-sidebar {
230
+ background: transparent !important;
231
+ }
232
+
233
+ :is(aside#nd-sidebar, aside#nd-sidebar-mobile, .fd-sidebar)
234
+ :is(a, button):not([data-sidebar-control]):not([data-theme-toggle]) {
235
+ border-radius: 0.375rem !important;
236
+ background: transparent !important;
237
+ color: var(--muted-foreground) !important;
238
+ font-size: 0.875rem !important;
239
+ font-weight: 400 !important;
240
+ letter-spacing: 0;
241
+ transition:
242
+ background-color 150ms ease,
243
+ color 150ms ease;
244
+ }
245
+
246
+ :is(aside#nd-sidebar, aside#nd-sidebar-mobile, .fd-sidebar)
247
+ :is(a, button):not([data-sidebar-control]):not([data-theme-toggle]):hover {
248
+ background: var(--accent) !important;
249
+ color: var(--foreground) !important;
250
+ }
251
+
252
+ :is(aside#nd-sidebar, aside#nd-sidebar-mobile, .fd-sidebar) button:has(kbd) {
253
+ border: 1px solid var(--border) !important;
254
+ border-radius: 0.625rem !important;
255
+ background: var(--card) !important;
256
+ color: var(--muted-foreground) !important;
257
+ box-shadow: none !important;
258
+ }
259
+
260
+ :is(aside#nd-sidebar, aside#nd-sidebar-mobile, .fd-sidebar) button:has(kbd):hover {
261
+ background: var(--accent) !important;
262
+ color: var(--foreground) !important;
263
+ }
264
+
265
+ aside#nd-sidebar a[data-active="true"],
266
+ aside#nd-sidebar a[data-active="true"]:hover,
267
+ aside#nd-sidebar-mobile a[data-active="true"],
268
+ aside#nd-sidebar-mobile a[data-active="true"]:hover,
269
+ .fd-sidebar a[data-active="true"],
270
+ .fd-sidebar a[aria-current="page"] {
271
+ background: var(--accent) !important;
272
+ color: var(--foreground) !important;
273
+ font-weight: 500 !important;
274
+ box-shadow: none !important;
275
+ }
276
+
277
+ :is(aside#nd-sidebar, aside#nd-sidebar-mobile, .fd-sidebar) p.inline-flex {
278
+ margin-top: 1.5rem !important;
279
+ color: var(--muted-foreground) !important;
280
+ font-size: 0.6875rem !important;
281
+ font-weight: 500 !important;
282
+ letter-spacing: 0 !important;
283
+ }
284
+
285
+ :is(aside#nd-sidebar, aside#nd-sidebar-mobile, .fd-sidebar)
286
+ svg:not(button[data-theme-toggle] svg) {
287
+ width: 1rem !important;
288
+ height: 1rem !important;
289
+ opacity: 0.7;
290
+ }
291
+
292
+ #nd-page {
293
+ position: relative;
294
+ padding-inline: 1rem !important;
295
+ padding-top: 1rem !important;
296
+ padding-bottom: 1.5rem !important;
297
+ margin-top: var(--docs-header-height) !important;
298
+ max-width: var(--fd-threadline-main-width) !important;
299
+ width: min(100%, var(--fd-threadline-main-width)) !important;
300
+ }
301
+
302
+ @media (min-width: 768px) {
303
+ #nd-page {
304
+ padding-inline: 1.5rem !important;
305
+ }
306
+ }
307
+
308
+ @media (min-width: 1280px) {
309
+ #nd-page {
310
+ padding-inline: 2rem !important;
311
+ }
312
+ }
313
+
314
+ #nd-page > .prose,
315
+ .fd-docs-content,
316
+ .prose {
317
+ font-size: 0.875rem !important;
318
+ line-height: 1.7 !important;
319
+ }
320
+
321
+ .fd-page-title,
322
+ #nd-page > h1,
323
+ .fd-docs-content article h1,
324
+ #nd-page h1,
325
+ .fd-docs-content h1 {
326
+ color: var(--foreground) !important;
327
+ font-size: 1.5rem !important;
328
+ font-weight: 500 !important;
329
+ letter-spacing: 0 !important;
330
+ line-height: 2rem !important;
331
+ margin-top: 0 !important;
332
+ margin-bottom: 0 !important;
333
+ }
334
+
335
+ .fd-docs-content article h2,
336
+ #nd-page h2,
337
+ .fd-docs-content h2,
338
+ .prose h2 {
339
+ color: var(--foreground) !important;
340
+ font-size: 1.25rem !important;
341
+ font-weight: 500 !important;
342
+ letter-spacing: 0 !important;
343
+ line-height: 1.4 !important;
344
+ margin-top: 2.5rem !important;
345
+ }
346
+
347
+ .fd-docs-content article h3,
348
+ #nd-page h3,
349
+ .fd-docs-content h3,
350
+ .prose h3 {
351
+ color: var(--foreground) !important;
352
+ font-size: 1rem !important;
353
+ font-weight: 500 !important;
354
+ letter-spacing: 0 !important;
355
+ line-height: 1.5 !important;
356
+ margin-top: 2rem !important;
357
+ }
358
+
359
+ .fd-docs-content article h4,
360
+ #nd-page h4,
361
+ .fd-docs-content h4,
362
+ .prose h4 {
363
+ color: var(--foreground) !important;
364
+ font-size: 0.875rem !important;
365
+ font-weight: 600 !important;
366
+ letter-spacing: 0 !important;
367
+ line-height: 1.5 !important;
368
+ }
369
+
370
+ .fd-page-description,
371
+ .fd-docs-content p,
372
+ .fd-docs-content li,
373
+ .fd-docs-content td,
374
+ .fd-docs-content blockquote,
375
+ .prose p,
376
+ .prose li,
377
+ .prose td,
378
+ .prose blockquote {
379
+ color: var(--muted-foreground);
380
+ line-height: 1.7;
381
+ }
382
+
383
+ .fd-page-description {
384
+ max-width: 74ch;
385
+ font-size: 1rem !important;
386
+ line-height: 1.5rem !important;
387
+ margin-top: 0.5rem !important;
388
+ margin-bottom: 2rem !important;
389
+ }
390
+
391
+ .fd-docs-content a:not([data-card]),
392
+ #nd-page a:not([data-card]),
393
+ .prose a:not([data-card]) {
394
+ color: var(--fd-assistant-link);
395
+ text-underline-offset: 2px;
396
+ text-decoration-color: color-mix(in srgb, var(--fd-assistant-link) 35%, transparent);
397
+ }
398
+
399
+ .fd-docs-content a:not([data-card]):hover,
400
+ #nd-page a:not([data-card]):hover,
401
+ .prose a:not([data-card]):hover {
402
+ color: var(--fd-assistant-link-hover);
403
+ }
404
+
405
+ #nd-page :is(h1, h2, h3, h4) > a.peer,
406
+ .fd-docs-content :is(h1, h2, h3, h4) > a.peer {
407
+ border: 0 !important;
408
+ background: transparent !important;
409
+ box-shadow: none !important;
410
+ color: inherit !important;
411
+ padding: 0 !important;
412
+ text-decoration: none !important;
413
+ }
414
+
415
+ .fd-card,
416
+ [data-card],
417
+ .fd-hover-link-card {
418
+ border: 1px solid transparent !important;
419
+ border-radius: 0.625rem !important;
420
+ background: color-mix(in srgb, var(--muted) 50%, transparent) !important;
421
+ box-shadow: none !important;
422
+ }
423
+
424
+ .fd-card:hover,
425
+ [data-card]:hover,
426
+ .fd-hover-link-card:hover {
427
+ border-color: var(--border) !important;
428
+ background: var(--muted) !important;
429
+ }
430
+
431
+ #nd-page :is([style*="--callout-color"], .fd-callout, [data-callout]) {
432
+ border: 1px solid color-mix(in srgb, var(--border) 86%, transparent) !important;
433
+ border-radius: 0.625rem !important;
434
+ background: color-mix(in srgb, var(--muted) 42%, transparent) !important;
435
+ color: var(--foreground) !important;
436
+ box-shadow: none !important;
437
+ }
438
+
439
+ #nd-page :is([style*="--callout-color"], .fd-callout, [data-callout]) * {
440
+ color: inherit;
441
+ }
442
+
443
+ #nd-page :is([style*="--callout-color"], .fd-callout, [data-callout]) a {
444
+ color: var(--fd-assistant-link) !important;
445
+ text-decoration-color: color-mix(in srgb, var(--fd-assistant-link) 35%, transparent);
446
+ }
447
+
448
+ #nd-page :is([style*="--callout-color"], .fd-callout, [data-callout]) > svg {
449
+ color: var(--muted-foreground) !important;
450
+ fill: color-mix(in srgb, var(--muted-foreground) 18%, transparent) !important;
451
+ }
452
+
453
+ #nd-page :is([style*="--callout-color"], .fd-callout, [data-callout]) > [role="none"] {
454
+ background: color-mix(in srgb, var(--muted-foreground) 28%, transparent) !important;
455
+ }
456
+
457
+ .fd-docs-content :not(pre) > code,
458
+ .prose :not(pre) > code {
459
+ border: 0 !important;
460
+ border-radius: 0.375rem !important;
461
+ background: var(--muted) !important;
462
+ color: var(--foreground) !important;
463
+ font-size: 0.8125rem !important;
464
+ font-weight: 500 !important;
465
+ padding: 0.125rem 0.375rem !important;
466
+ }
467
+
468
+ .fd-docs-content pre,
469
+ .fd-docs-content .shiki,
470
+ .fd-docs-content [data-codeblock],
471
+ figure.shiki,
472
+ .fd-codeblock,
473
+ .fd-ai-code-block {
474
+ border: 0 !important;
475
+ border-radius: 0.75rem !important;
476
+ background: var(--fd-assistant-code-bg) !important;
477
+ color: var(--fd-assistant-code-fg) !important;
478
+ box-shadow: none !important;
479
+ overflow: hidden;
480
+ }
481
+
482
+ figure.shiki > div:first-child:has(figcaption),
483
+ .fd-codeblock-title,
484
+ .fd-ai-code-header {
485
+ min-height: 2.25rem !important;
486
+ border-bottom: 0 !important;
487
+ background: transparent !important;
488
+ color: var(--muted-foreground) !important;
489
+ font-family: var(--fd-font-mono, ui-monospace, monospace) !important;
490
+ font-size: 0.8125rem !important;
491
+ font-weight: 500 !important;
492
+ }
493
+
494
+ figure.shiki > div[role="region"] {
495
+ padding-top: 0.875rem !important;
496
+ padding-bottom: 0.875rem !important;
497
+ font-size: 0.8125rem !important;
498
+ line-height: 1.65 !important;
499
+ }
500
+
501
+ .fd-copy-btn,
502
+ .fd-ai-code-copy,
503
+ figure.shiki button[aria-label*="Copy"] {
504
+ border: 0 !important;
505
+ border-radius: 0.375rem !important;
506
+ background: transparent !important;
507
+ color: var(--muted-foreground) !important;
508
+ box-shadow: none !important;
509
+ }
510
+
511
+ .fd-copy-btn:hover,
512
+ .fd-ai-code-copy:hover,
513
+ figure.shiki button[aria-label*="Copy"]:hover {
514
+ background: var(--background) !important;
515
+ color: var(--foreground) !important;
516
+ }
517
+
518
+ .fd-table-wrapper,
519
+ .fd-docs-content table,
520
+ .prose table {
521
+ border: 1px solid color-mix(in srgb, var(--border) 86%, transparent) !important;
522
+ border-radius: 0.75rem !important;
523
+ background: color-mix(in srgb, var(--muted) 28%, transparent) !important;
524
+ box-shadow: none !important;
525
+ overflow: hidden;
526
+ }
527
+
528
+ .fd-docs-content table,
529
+ .prose table {
530
+ width: 100% !important;
531
+ border-collapse: separate !important;
532
+ border-spacing: 0 !important;
533
+ }
534
+
535
+ .fd-table-wrapper table {
536
+ border: 0 !important;
537
+ border-radius: 0 !important;
538
+ background: transparent !important;
539
+ }
540
+
541
+ .fd-docs-content thead,
542
+ .prose thead {
543
+ background: color-mix(in srgb, var(--muted) 48%, transparent) !important;
544
+ }
545
+
546
+ .fd-table-wrapper th,
547
+ .fd-docs-content th,
548
+ .prose th {
549
+ background: transparent !important;
550
+ color: var(--muted-foreground) !important;
551
+ font-weight: 500 !important;
552
+ }
553
+
554
+ .fd-table-wrapper th,
555
+ .fd-table-wrapper td,
556
+ .fd-docs-content th,
557
+ .fd-docs-content td,
558
+ .prose th,
559
+ .prose td {
560
+ border-color: color-mix(in srgb, var(--border) 86%, transparent) !important;
561
+ padding: 0.75rem 1rem !important;
562
+ }
563
+
564
+ .fd-docs-content tbody tr:nth-child(even),
565
+ .prose tbody tr:nth-child(even) {
566
+ background: color-mix(in srgb, var(--muted) 18%, transparent) !important;
567
+ }
568
+
569
+ .fd-table-wrapper td,
570
+ .fd-docs-content td,
571
+ .prose td {
572
+ background: transparent !important;
573
+ }
574
+
575
+ .fd-actions-toc-portal {
576
+ display: none;
577
+ }
578
+
579
+ .fd-actions-toc-host {
580
+ display: none;
581
+ }
582
+
583
+ .fd-threadline-title-controls-host {
584
+ display: none;
585
+ }
586
+
587
+ .fd-threadline-doc-controls {
588
+ display: none;
589
+ }
590
+
591
+ @media (min-width: 768px) {
592
+ .fd-threadline-title-controls-host {
593
+ display: block;
594
+ position: absolute;
595
+ top: 1rem;
596
+ right: 1.5rem;
597
+ z-index: 5;
598
+ }
599
+
600
+ #nd-page > h1,
601
+ #nd-page h1:first-of-type {
602
+ padding-inline-end: 5rem !important;
603
+ }
604
+ }
605
+
606
+ @media (min-width: 1280px) {
607
+ .fd-threadline-title-controls-host {
608
+ right: 2rem;
609
+ }
610
+ }
611
+
612
+ .fd-title-separator {
613
+ display: none;
614
+ }
615
+
616
+ .fd-below-title-block {
617
+ margin-top: 0.25rem;
618
+ margin-bottom: 1rem;
619
+ }
620
+
621
+ .fd-page-actions,
622
+ [data-page-actions] {
623
+ gap: 0.375rem !important;
624
+ margin-top: 0 !important;
625
+ margin-bottom: 0 !important;
626
+ }
627
+
628
+ .fd-page-action-btn {
629
+ height: 2rem !important;
630
+ border: 0 !important;
631
+ border-radius: 0.5rem !important;
632
+ background: transparent !important;
633
+ color: var(--muted-foreground) !important;
634
+ box-shadow: none !important;
635
+ font-size: 0.8125rem !important;
636
+ font-weight: 400 !important;
637
+ padding: 0.375rem 0.5rem !important;
638
+ }
639
+
640
+ .fd-page-action-btn svg {
641
+ color: currentColor !important;
642
+ width: 0.875rem !important;
643
+ height: 0.875rem !important;
644
+ }
645
+
646
+ .fd-page-action-btn:hover,
647
+ .fd-page-action-btn[data-copied="true"],
648
+ .fd-page-action-btn[aria-expanded="true"] {
649
+ background: var(--accent) !important;
650
+ color: var(--foreground) !important;
651
+ }
652
+
653
+ .fd-page-action-menu,
654
+ .fd-ai-dialog,
655
+ .fd-ai-fm-input-container,
656
+ .fd-ai-fm-suggestion,
657
+ .fd-ai-model-dropdown-menu,
658
+ .omni-content,
659
+ .fd-feedback-input,
660
+ .fd-feedback-choice,
661
+ .fd-feedback-submit {
662
+ border: 1px solid var(--border) !important;
663
+ border-radius: 0.625rem !important;
664
+ background: var(--popover) !important;
665
+ box-shadow: none !important;
666
+ }
667
+
668
+ .fd-page-action-menu-item,
669
+ .omni-item,
670
+ .omni-item-ext,
671
+ .fd-ai-model-dropdown-item {
672
+ border-radius: 0.5rem !important;
673
+ }
674
+
675
+ .fd-page-action-menu-item:hover,
676
+ .omni-item:hover,
677
+ .omni-item[data-selected="true"],
678
+ .fd-ai-model-dropdown-item:hover {
679
+ background: var(--accent) !important;
680
+ color: var(--foreground) !important;
681
+ }
682
+
683
+ .omni-overlay {
684
+ background: oklch(0 0 0 / 0.16) !important;
685
+ backdrop-filter: blur(6px) !important;
686
+ -webkit-backdrop-filter: blur(6px) !important;
687
+ }
688
+
689
+ @media (min-width: 768px) {
690
+ body:has(.omni-overlay) #nd-docs-layout > div:has(> aside#nd-sidebar) {
691
+ position: fixed !important;
692
+ inset-block: var(--docs-header-height, 48px) 0 !important;
693
+ inset-inline-start: var(--fd-threadline-frame-gutter) !important;
694
+ width: var(--fd-sidebar-width, 260px) !important;
695
+ height: calc(100vh - var(--docs-header-height, 48px)) !important;
696
+ z-index: 102 !important;
697
+ pointer-events: none !important;
698
+ }
699
+
700
+ body:has(.omni-overlay) #nd-docs-layout > div:has(> aside#nd-sidebar) * {
701
+ pointer-events: none !important;
702
+ }
703
+
704
+ body:has(.omni-overlay) #nd-toc {
705
+ position: fixed !important;
706
+ inset-block: var(--docs-header-height, 48px) 0 !important;
707
+ inset-inline-start: calc(
708
+ var(--fd-threadline-frame-gutter) + var(--fd-sidebar-width, 260px) +
709
+ var(--fd-threadline-main-width)
710
+ ) !important;
711
+ width: var(--fd-toc-width, 224px) !important;
712
+ height: calc(100vh - var(--docs-header-height, 48px)) !important;
713
+ pointer-events: none !important;
714
+ }
715
+
716
+ body:has(#nd-sidebar) .omni-overlay {
717
+ left: calc(var(--fd-threadline-frame-gutter) + var(--fd-sidebar-width, 260px)) !important;
718
+ right: 0 !important;
719
+ width: auto !important;
720
+ }
721
+
722
+ body:has(#nd-sidebar) .omni-content {
723
+ left: calc(
724
+ var(--fd-threadline-frame-gutter) + var(--fd-sidebar-width, 260px) +
725
+ (var(--fd-threadline-main-width) + var(--fd-toc-width, 224px)) / 2
726
+ ) !important;
727
+ width: min(
728
+ 720px,
729
+ calc(var(--fd-threadline-main-width) + var(--fd-toc-width, 224px) - 32px)
730
+ ) !important;
731
+ }
732
+ }
733
+
734
+ .omni-content {
735
+ border: 1px solid color-mix(in srgb, var(--border) 76%, transparent) !important;
736
+ border-radius: 0.75rem !important;
737
+ background: var(--popover) !important;
738
+ color: var(--foreground) !important;
739
+ box-shadow: none !important;
740
+ }
741
+
742
+ .omni-header,
743
+ .omni-footer {
744
+ border-color: transparent !important;
745
+ background: transparent !important;
746
+ }
747
+
748
+ .omni-search-row {
749
+ margin: 0.5rem !important;
750
+ padding: 0.5rem 0.625rem !important;
751
+ border-radius: 0.625rem !important;
752
+ background: color-mix(in srgb, var(--muted) 42%, transparent) !important;
753
+ }
754
+
755
+ .omni-search-input {
756
+ color: var(--foreground) !important;
757
+ font-size: 0.875rem !important;
758
+ }
759
+
760
+ .omni-search-input::placeholder {
761
+ color: var(--muted-foreground) !important;
762
+ }
763
+
764
+ .omni-search-icon,
765
+ .omni-close-btn,
766
+ .omni-item-icon,
767
+ .omni-item-ext,
768
+ .omni-item-chevron,
769
+ .omni-footer-inner {
770
+ color: var(--muted-foreground) !important;
771
+ }
772
+
773
+ .omni-body {
774
+ padding: 0.25rem 0.5rem 0.5rem !important;
775
+ }
776
+
777
+ .omni-group-label {
778
+ color: var(--muted-foreground) !important;
779
+ font-size: 0.6875rem !important;
780
+ font-weight: 500 !important;
781
+ letter-spacing: 0 !important;
782
+ text-transform: none !important;
783
+ }
784
+
785
+ .omni-item {
786
+ border: 0 !important;
787
+ border-radius: 0.5rem !important;
788
+ background: transparent !important;
789
+ box-shadow: none !important;
790
+ color: var(--foreground) !important;
791
+ }
792
+
793
+ .omni-item:hover,
794
+ .omni-item-active,
795
+ .omni-item[aria-selected="true"],
796
+ .omni-item[data-selected="true"] {
797
+ background: var(--accent) !important;
798
+ color: var(--foreground) !important;
799
+ }
800
+
801
+ .omni-item-subtitle,
802
+ .omni-item-active .omni-item-subtitle {
803
+ color: var(--muted-foreground) !important;
804
+ }
805
+
806
+ .omni-kbd,
807
+ .omni-kbd-sm {
808
+ min-width: 1.625rem;
809
+ border: 0 !important;
810
+ border-radius: 0.375rem !important;
811
+ background: color-mix(in srgb, var(--muted) 72%, transparent) !important;
812
+ color: var(--muted-foreground) !important;
813
+ font-family: var(--fd-font-sans, var(--font-geist-sans, ui-sans-serif, system-ui, sans-serif)) !important;
814
+ font-size: 0.6875rem !important;
815
+ font-weight: 500 !important;
816
+ letter-spacing: 0 !important;
817
+ line-height: 1 !important;
818
+ padding: 0.1875rem 0.375rem !important;
819
+ text-align: center;
820
+ text-transform: uppercase;
821
+ }
822
+
823
+ .omni-footer-hint svg {
824
+ box-sizing: border-box;
825
+ width: 1.25rem !important;
826
+ height: 1.25rem !important;
827
+ padding: 0.1875rem !important;
828
+ border-radius: 0.375rem !important;
829
+ background: color-mix(in srgb, var(--muted) 72%, transparent) !important;
830
+ color: var(--muted-foreground) !important;
831
+ flex-shrink: 0;
832
+ }
833
+
834
+ .omni-footer-hint {
835
+ gap: 0.25rem !important;
836
+ }
837
+
838
+ .omni-close-btn,
839
+ .omni-item-ext {
840
+ border: 0 !important;
841
+ border-radius: 0.375rem !important;
842
+ background: transparent !important;
843
+ box-shadow: none !important;
844
+ }
845
+
846
+ .omni-close-btn:hover,
847
+ .omni-item-ext:hover {
848
+ background: var(--accent) !important;
849
+ color: var(--foreground) !important;
850
+ }
851
+
852
+ .omni-footer-inner {
853
+ padding-top: 0.25rem !important;
854
+ }
855
+
856
+ .fd-page-nav {
857
+ display: grid !important;
858
+ grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
859
+ gap: 0.75rem !important;
860
+ margin-top: 3rem !important;
861
+ }
862
+
863
+ .fd-page-nav-card {
864
+ min-height: 2.75rem !important;
865
+ border: 0 !important;
866
+ border-radius: 0.625rem !important;
867
+ background: color-mix(in srgb, var(--muted) 50%, transparent) !important;
868
+ color: var(--foreground) !important;
869
+ box-shadow: none !important;
870
+ padding: 0.75rem 1rem !important;
871
+ transition: background-color 150ms ease;
872
+ }
873
+
874
+ .fd-page-nav-card:hover {
875
+ background: var(--muted) !important;
876
+ color: var(--foreground) !important;
877
+ }
878
+
879
+ .fd-page-nav-next {
880
+ grid-column: 2 !important;
881
+ text-align: end !important;
882
+ }
883
+
884
+ .fd-page-nav-card,
885
+ #nd-page a[class*="text-end"][class*="rounded-lg"][class*="border"],
886
+ #nd-page a[class*="text-start"][class*="rounded-lg"][class*="border"],
887
+ .fd-page-nav-card * {
888
+ color: var(--foreground) !important;
889
+ text-decoration: none !important;
890
+ }
891
+
892
+ .fd-page-nav-label,
893
+ .fd-page-nav-description {
894
+ color: var(--muted-foreground) !important;
895
+ font-size: 0.75rem !important;
896
+ }
897
+
898
+ .fd-page-nav-title {
899
+ color: var(--foreground) !important;
900
+ font-size: 0.875rem !important;
901
+ font-weight: 400 !important;
902
+ }
903
+
904
+ #nd-page a[class*="text-end"][class*="rounded-lg"][class*="border"],
905
+ #nd-page a[class*="text-start"][class*="rounded-lg"][class*="border"] {
906
+ display: flex !important;
907
+ width: calc((100% - 0.75rem) / 2) !important;
908
+ min-height: 2.75rem !important;
909
+ flex-direction: row !important;
910
+ align-items: center !important;
911
+ gap: 0.5rem !important;
912
+ border: 0 !important;
913
+ border-radius: 0.625rem !important;
914
+ background: color-mix(in srgb, var(--muted) 50%, transparent) !important;
915
+ color: var(--foreground) !important;
916
+ box-shadow: none !important;
917
+ padding: 0.75rem 1rem !important;
918
+ text-decoration: none !important;
919
+ }
920
+
921
+ #nd-page a[class*="text-end"][class*="rounded-lg"][class*="border"] {
922
+ justify-content: flex-end !important;
923
+ margin-inline-start: auto !important;
924
+ text-align: end !important;
925
+ }
926
+
927
+ #nd-page a[class*="text-start"][class*="rounded-lg"][class*="border"] {
928
+ justify-content: flex-start !important;
929
+ text-align: start !important;
930
+ }
931
+
932
+ #nd-page a[class*="text-end"][class*="rounded-lg"][class*="border"] > div,
933
+ #nd-page a[class*="text-start"][class*="rounded-lg"][class*="border"] > div {
934
+ width: auto !important;
935
+ min-width: 0 !important;
936
+ align-items: center !important;
937
+ gap: 0.5rem !important;
938
+ }
939
+
940
+ #nd-page a[class*="text-end"][class*="rounded-lg"][class*="border"] > p,
941
+ #nd-page a[class*="text-start"][class*="rounded-lg"][class*="border"] > p {
942
+ display: none !important;
943
+ }
944
+
945
+ #nd-page a[class*="text-end"][class*="rounded-lg"][class*="border"] > div p,
946
+ #nd-page a[class*="text-start"][class*="rounded-lg"][class*="border"] > div p {
947
+ margin: 0 !important;
948
+ overflow: hidden !important;
949
+ color: var(--foreground) !important;
950
+ font-size: 0.875rem !important;
951
+ font-weight: 400 !important;
952
+ line-height: 1.25rem !important;
953
+ text-overflow: ellipsis !important;
954
+ white-space: nowrap !important;
955
+ }
956
+
957
+ #nd-page a[class*="text-end"][class*="rounded-lg"][class*="border"] svg,
958
+ #nd-page a[class*="text-start"][class*="rounded-lg"][class*="border"] svg {
959
+ width: 1rem !important;
960
+ height: 1rem !important;
961
+ flex-shrink: 0 !important;
962
+ color: var(--muted-foreground) !important;
963
+ transition: transform 150ms ease;
964
+ }
965
+
966
+ #nd-page a[class*="text-end"][class*="rounded-lg"][class*="border"]:hover,
967
+ #nd-page a[class*="text-start"][class*="rounded-lg"][class*="border"]:hover {
968
+ background: var(--muted) !important;
969
+ color: var(--foreground) !important;
970
+ }
971
+
972
+ #nd-page a[class*="text-end"][class*="rounded-lg"][class*="border"]:hover svg {
973
+ transform: translateX(0.125rem);
974
+ }
975
+
976
+ #nd-page a[class*="text-start"][class*="rounded-lg"][class*="border"]:hover svg {
977
+ transform: translateX(-0.125rem);
978
+ }
979
+
980
+ #nd-page
981
+ div[class*="@container"][class*="grid-cols-2"]:has(
982
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
983
+ ) {
984
+ display: flex !important;
985
+ width: 100% !important;
986
+ flex-wrap: wrap !important;
987
+ gap: 0.75rem !important;
988
+ margin-top: 3rem !important;
989
+ }
990
+
991
+ #nd-page
992
+ div[class*="@container"][class*="grid-cols-2"]:has(
993
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
994
+ )
995
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"] {
996
+ display: flex !important;
997
+ flex: 1 1 min(20rem, 100%) !important;
998
+ width: auto !important;
999
+ min-width: min(20rem, 100%) !important;
1000
+ min-height: 2.75rem !important;
1001
+ flex-direction: row !important;
1002
+ align-items: center !important;
1003
+ gap: 0.5rem !important;
1004
+ margin-inline: 0 !important;
1005
+ border: 0 !important;
1006
+ border-radius: 0.625rem !important;
1007
+ background: color-mix(in srgb, var(--muted) 50%, transparent) !important;
1008
+ color: var(--foreground) !important;
1009
+ box-shadow: none !important;
1010
+ padding: 0.75rem 1rem !important;
1011
+ text-decoration: none !important;
1012
+ }
1013
+
1014
+ #nd-page
1015
+ div[class*="@container"][class*="grid-cols-2"]:has(
1016
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
1017
+ )
1018
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]:hover {
1019
+ background: var(--muted) !important;
1020
+ color: var(--foreground) !important;
1021
+ }
1022
+
1023
+ #nd-page
1024
+ div[class*="@container"][class*="grid-cols-2"]:has(
1025
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
1026
+ )
1027
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]:not(
1028
+ [class*="text-end"]
1029
+ ) {
1030
+ justify-content: flex-start !important;
1031
+ text-align: start !important;
1032
+ }
1033
+
1034
+ #nd-page
1035
+ div[class*="@container"][class*="grid-cols-2"]:has(
1036
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
1037
+ )
1038
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"][class*="text-end"] {
1039
+ justify-content: flex-end !important;
1040
+ text-align: end !important;
1041
+ }
1042
+
1043
+ #nd-page
1044
+ div[class*="@container"][class*="grid-cols-2"]:has(
1045
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
1046
+ )
1047
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
1048
+ > div {
1049
+ width: auto !important;
1050
+ max-width: 100% !important;
1051
+ min-width: 0 !important;
1052
+ align-items: center !important;
1053
+ gap: 0.5rem !important;
1054
+ }
1055
+
1056
+ #nd-page
1057
+ div[class*="@container"][class*="grid-cols-2"]:has(
1058
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
1059
+ )
1060
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
1061
+ > p {
1062
+ display: none !important;
1063
+ }
1064
+
1065
+ #nd-page
1066
+ div[class*="@container"][class*="grid-cols-2"]:has(
1067
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
1068
+ )
1069
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
1070
+ > div
1071
+ p {
1072
+ margin: 0 !important;
1073
+ overflow: hidden !important;
1074
+ color: var(--foreground) !important;
1075
+ font-size: 0.875rem !important;
1076
+ font-weight: 400 !important;
1077
+ line-height: 1.25rem !important;
1078
+ text-overflow: ellipsis !important;
1079
+ white-space: nowrap !important;
1080
+ }
1081
+
1082
+ #nd-page
1083
+ div[class*="@container"][class*="grid-cols-2"]:has(
1084
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
1085
+ )
1086
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
1087
+ svg {
1088
+ width: 1rem !important;
1089
+ height: 1rem !important;
1090
+ flex-shrink: 0 !important;
1091
+ color: var(--muted-foreground) !important;
1092
+ transition: transform 150ms ease;
1093
+ }
1094
+
1095
+ #nd-page
1096
+ div[class*="@container"][class*="grid-cols-2"]:has(
1097
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
1098
+ )
1099
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"][class*="text-end"]:hover
1100
+ svg {
1101
+ transform: translateX(0.125rem);
1102
+ }
1103
+
1104
+ #nd-page
1105
+ div[class*="@container"][class*="grid-cols-2"]:has(
1106
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]
1107
+ )
1108
+ > a[class*="rounded-lg"][class*="border"][class*="p-4"][class*="text-sm"]:not(
1109
+ [class*="text-end"]
1110
+ ):hover
1111
+ svg {
1112
+ transform: translateX(-0.125rem);
1113
+ }
1114
+
1115
+ .fd-page-footer,
1116
+ .fd-ai-fm-input-bar--closed {
1117
+ display: none !important;
1118
+ }
1119
+
1120
+ @media (min-width: 1280px) {
1121
+ .fd-actions-toc-host {
1122
+ display: block;
1123
+ margin-top: 1.5rem;
1124
+ padding-top: 0;
1125
+ }
1126
+
1127
+ .fd-actions-toc-portal {
1128
+ display: flex;
1129
+ width: 100%;
1130
+ flex-direction: column;
1131
+ align-items: stretch;
1132
+ gap: 0;
1133
+ pointer-events: auto;
1134
+ }
1135
+
1136
+ .fd-threadline-doc-controls {
1137
+ display: inline-flex;
1138
+ width: max-content;
1139
+ gap: 0.5rem;
1140
+ }
1141
+
1142
+ .fd-threadline-doc-controls button {
1143
+ display: inline-flex;
1144
+ width: 2rem;
1145
+ height: 2rem;
1146
+ align-items: center;
1147
+ justify-content: center;
1148
+ border: 0;
1149
+ border-radius: 0.625rem;
1150
+ background: color-mix(in srgb, var(--muted) 50%, transparent);
1151
+ color: var(--muted-foreground);
1152
+ font: inherit;
1153
+ font-size: 0.875rem;
1154
+ line-height: 1;
1155
+ transition:
1156
+ background-color 150ms ease,
1157
+ color 150ms ease;
1158
+ }
1159
+
1160
+ .fd-threadline-doc-controls button:hover {
1161
+ background: var(--muted);
1162
+ color: var(--foreground);
1163
+ }
1164
+
1165
+ .fd-actions-toc-portal .fd-page-actions-rail {
1166
+ pointer-events: auto;
1167
+ }
1168
+
1169
+ .fd-page-actions-rail,
1170
+ .fd-page-actions[data-page-actions-variant="rail"] {
1171
+ display: flex !important;
1172
+ width: 100% !important;
1173
+ flex-direction: column !important;
1174
+ align-items: stretch !important;
1175
+ justify-content: flex-start !important;
1176
+ gap: 0.75rem !important;
1177
+ }
1178
+
1179
+ .fd-page-actions-rail .fd-page-action-btn,
1180
+ .fd-page-actions[data-page-actions-variant="rail"] .fd-page-action-btn {
1181
+ display: inline-flex !important;
1182
+ width: 100% !important;
1183
+ height: 1rem !important;
1184
+ align-items: center !important;
1185
+ justify-content: flex-start !important;
1186
+ gap: 0.375rem !important;
1187
+ border: 0 !important;
1188
+ border-radius: 0 !important;
1189
+ background: transparent !important;
1190
+ color: var(--muted-foreground) !important;
1191
+ font-size: 0.75rem !important;
1192
+ line-height: 1rem !important;
1193
+ padding: 0 !important;
1194
+ }
1195
+
1196
+ .fd-page-actions-rail .fd-page-action-btn:hover,
1197
+ .fd-page-actions[data-page-actions-variant="rail"] .fd-page-action-btn:hover,
1198
+ .fd-page-actions-rail .fd-page-action-btn[data-copied="true"],
1199
+ .fd-page-actions[data-page-actions-variant="rail"] .fd-page-action-btn[data-copied="true"] {
1200
+ background: transparent !important;
1201
+ color: var(--foreground) !important;
1202
+ }
1203
+
1204
+ .fd-page-actions-rail .fd-page-action-btn svg,
1205
+ .fd-page-actions[data-page-actions-variant="rail"] .fd-page-action-btn svg {
1206
+ width: 0.75rem !important;
1207
+ height: 0.75rem !important;
1208
+ }
1209
+ }
1210
+
1211
+ .fd-tabs,
1212
+ .fd-tabs-list,
1213
+ [role="tablist"] {
1214
+ border: 0 !important;
1215
+ border-radius: 0.625rem !important;
1216
+ background: var(--muted) !important;
1217
+ padding: 0.25rem !important;
1218
+ }
1219
+
1220
+ .fd-tabs-trigger,
1221
+ .fd-tab-trigger,
1222
+ [role="tab"] {
1223
+ border-radius: 0.5rem !important;
1224
+ color: var(--muted-foreground) !important;
1225
+ font-weight: 500 !important;
1226
+ }
1227
+
1228
+ .fd-tabs-trigger[data-state="active"],
1229
+ .fd-tab-trigger[data-state="active"],
1230
+ [role="tab"][aria-selected="true"],
1231
+ [role="tab"][data-active="true"] {
1232
+ background: var(--background) !important;
1233
+ color: var(--foreground) !important;
1234
+ box-shadow: none !important;
1235
+ }
1236
+
1237
+ .fd-feedback-submit,
1238
+ .fd-ai-send-btn,
1239
+ .fd-ai-fm-send-btn,
1240
+ .fd-ai-floating-btn {
1241
+ border: 1px solid transparent !important;
1242
+ border-radius: 0.625rem !important;
1243
+ background: var(--primary) !important;
1244
+ color: var(--primary-foreground) !important;
1245
+ box-shadow: none !important;
1246
+ }
1247
+
1248
+ .fd-feedback-submit:hover,
1249
+ .fd-ai-send-btn:hover,
1250
+ .fd-ai-fm-send-btn:hover,
1251
+ .fd-ai-floating-btn:hover {
1252
+ background: color-mix(in srgb, var(--primary) 88%, var(--foreground)) !important;
1253
+ }
1254
+
1255
+ @media (max-width: 767px) {
1256
+ #nd-page {
1257
+ padding-inline: 1rem !important;
1258
+ margin-top: 0 !important;
1259
+ width: 100% !important;
1260
+ max-width: 100% !important;
1261
+ }
1262
+
1263
+ .fd-page-title,
1264
+ #nd-page > h1,
1265
+ .fd-docs-content article h1,
1266
+ #nd-page h1,
1267
+ .fd-docs-content h1 {
1268
+ font-size: 1.375rem !important;
1269
+ }
1270
+ }