markdown-wysiwyg-editor 0.3.0 → 0.3.3

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,2339 @@
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --color-red-100: oklch(93.6% 0.032 17.717);
11
+ --color-red-200: oklch(88.5% 0.062 18.334);
12
+ --color-red-500: oklch(63.7% 0.237 25.331);
13
+ --color-red-600: oklch(57.7% 0.245 27.325);
14
+ --color-yellow-50: oklch(98.7% 0.026 102.212);
15
+ --color-yellow-300: oklch(90.5% 0.182 98.111);
16
+ --color-green-500: oklch(72.3% 0.219 149.579);
17
+ --color-blue-500: oklch(62.3% 0.214 259.815);
18
+ --color-blue-600: oklch(54.6% 0.245 262.881);
19
+ --color-slate-50: oklch(98.4% 0.003 247.858);
20
+ --color-slate-100: oklch(96.8% 0.007 247.896);
21
+ --color-slate-200: oklch(92.9% 0.013 255.508);
22
+ --color-slate-300: oklch(86.9% 0.022 252.894);
23
+ --color-slate-400: oklch(70.4% 0.04 256.788);
24
+ --color-slate-500: oklch(55.4% 0.046 257.417);
25
+ --color-slate-600: oklch(44.6% 0.043 257.281);
26
+ --color-slate-700: oklch(37.2% 0.044 257.287);
27
+ --color-slate-800: oklch(27.9% 0.041 260.031);
28
+ --color-slate-900: oklch(20.8% 0.042 265.755);
29
+ --color-gray-300: oklch(87.2% 0.01 258.338);
30
+ --color-black: #000;
31
+ --color-white: #fff;
32
+ --spacing: 0.25rem;
33
+ --container-xs: 20rem;
34
+ --container-4xl: 56rem;
35
+ --container-7xl: 80rem;
36
+ --text-xs: 0.75rem;
37
+ --text-xs--line-height: calc(1 / 0.75);
38
+ --text-sm: 0.875rem;
39
+ --text-sm--line-height: calc(1.25 / 0.875);
40
+ --text-lg: 1.125rem;
41
+ --text-lg--line-height: calc(1.75 / 1.125);
42
+ --text-xl: 1.25rem;
43
+ --text-xl--line-height: calc(1.75 / 1.25);
44
+ --text-2xl: 1.5rem;
45
+ --text-2xl--line-height: calc(2 / 1.5);
46
+ --text-3xl: 1.875rem;
47
+ --text-3xl--line-height: calc(2.25 / 1.875);
48
+ --text-4xl: 2.25rem;
49
+ --text-4xl--line-height: calc(2.5 / 2.25);
50
+ --font-weight-medium: 500;
51
+ --font-weight-semibold: 600;
52
+ --font-weight-bold: 700;
53
+ --tracking-tight: -0.025em;
54
+ --tracking-wide: 0.025em;
55
+ --tracking-wider: 0.05em;
56
+ --leading-relaxed: 1.625;
57
+ --radius-md: calc(var(--radius) - 2px);
58
+ --radius-lg: var(--radius);
59
+ --radius-xl: 0.75rem;
60
+ --animate-spin: spin 1s linear infinite;
61
+ --blur-sm: 8px;
62
+ --default-transition-duration: 150ms;
63
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
64
+ --default-font-family: var(--font-sans);
65
+ --default-mono-font-family: var(--font-mono);
66
+ --color-background: hsl(var(--background));
67
+ --color-foreground: hsl(var(--foreground));
68
+ --color-popover: hsl(var(--popover));
69
+ --color-popover-foreground: hsl(var(--popover-foreground));
70
+ --color-primary: hsl(var(--primary));
71
+ --color-primary-foreground: hsl(var(--primary-foreground));
72
+ --color-muted: hsl(var(--muted));
73
+ --color-muted-foreground: hsl(var(--muted-foreground));
74
+ --color-accent: hsl(var(--accent));
75
+ --color-accent-foreground: hsl(var(--accent-foreground));
76
+ --color-destructive: hsl(var(--destructive));
77
+ --color-border: hsl(var(--border));
78
+ --color-input: hsl(var(--input));
79
+ --color-ring: hsl(var(--ring));
80
+ --variant-dark: .dark &;
81
+ --spacing-ui-x: var(--ui-component-padding-x);
82
+ --spacing-ui-y: var(--ui-component-padding-y);
83
+ --spacing-ui-modal: var(--ui-modal-padding);
84
+ --spacing-btn-x: var(--ui-button-padding-x);
85
+ --spacing-btn-y: var(--ui-button-padding-y);
86
+ --spacing-icon-xs: var(--ui-icon-size-xs);
87
+ --spacing-icon-sm: var(--ui-icon-size-sm);
88
+ --spacing-icon-md: var(--ui-icon-size-md);
89
+ --radius-ui: var(--radius);
90
+ }
91
+ }
92
+ @layer base {
93
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
94
+ box-sizing: border-box;
95
+ margin: 0;
96
+ padding: 0;
97
+ border: 0 solid;
98
+ }
99
+ html, :host {
100
+ line-height: 1.5;
101
+ -webkit-text-size-adjust: 100%;
102
+ tab-size: 4;
103
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
104
+ font-feature-settings: var(--default-font-feature-settings, normal);
105
+ font-variation-settings: var(--default-font-variation-settings, normal);
106
+ -webkit-tap-highlight-color: transparent;
107
+ }
108
+ hr {
109
+ height: 0;
110
+ color: inherit;
111
+ border-top-width: 1px;
112
+ }
113
+ abbr:where([title]) {
114
+ -webkit-text-decoration: underline dotted;
115
+ text-decoration: underline dotted;
116
+ }
117
+ h1, h2, h3, h4, h5, h6 {
118
+ font-size: inherit;
119
+ font-weight: inherit;
120
+ }
121
+ a {
122
+ color: inherit;
123
+ -webkit-text-decoration: inherit;
124
+ text-decoration: inherit;
125
+ }
126
+ b, strong {
127
+ font-weight: bolder;
128
+ }
129
+ code, kbd, samp, pre {
130
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
131
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
132
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
133
+ font-size: 1em;
134
+ }
135
+ small {
136
+ font-size: 80%;
137
+ }
138
+ sub, sup {
139
+ font-size: 75%;
140
+ line-height: 0;
141
+ position: relative;
142
+ vertical-align: baseline;
143
+ }
144
+ sub {
145
+ bottom: -0.25em;
146
+ }
147
+ sup {
148
+ top: -0.5em;
149
+ }
150
+ table {
151
+ text-indent: 0;
152
+ border-color: inherit;
153
+ border-collapse: collapse;
154
+ }
155
+ :-moz-focusring {
156
+ outline: auto;
157
+ }
158
+ progress {
159
+ vertical-align: baseline;
160
+ }
161
+ summary {
162
+ display: list-item;
163
+ }
164
+ ol, ul, menu {
165
+ list-style: none;
166
+ }
167
+ img, svg, video, canvas, audio, iframe, embed, object {
168
+ display: block;
169
+ vertical-align: middle;
170
+ }
171
+ img, video {
172
+ max-width: 100%;
173
+ height: auto;
174
+ }
175
+ button, input, select, optgroup, textarea, ::file-selector-button {
176
+ font: inherit;
177
+ font-feature-settings: inherit;
178
+ font-variation-settings: inherit;
179
+ letter-spacing: inherit;
180
+ color: inherit;
181
+ border-radius: 0;
182
+ background-color: transparent;
183
+ opacity: 1;
184
+ }
185
+ :where(select:is([multiple], [size])) optgroup {
186
+ font-weight: bolder;
187
+ }
188
+ :where(select:is([multiple], [size])) optgroup option {
189
+ padding-inline-start: 20px;
190
+ }
191
+ ::file-selector-button {
192
+ margin-inline-end: 4px;
193
+ }
194
+ ::placeholder {
195
+ opacity: 1;
196
+ }
197
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
198
+ ::placeholder {
199
+ color: currentcolor;
200
+ @supports (color: color-mix(in lab, red, red)) {
201
+ color: color-mix(in oklab, currentcolor 50%, transparent);
202
+ }
203
+ }
204
+ }
205
+ textarea {
206
+ resize: vertical;
207
+ }
208
+ ::-webkit-search-decoration {
209
+ -webkit-appearance: none;
210
+ }
211
+ ::-webkit-date-and-time-value {
212
+ min-height: 1lh;
213
+ text-align: inherit;
214
+ }
215
+ ::-webkit-datetime-edit {
216
+ display: inline-flex;
217
+ }
218
+ ::-webkit-datetime-edit-fields-wrapper {
219
+ padding: 0;
220
+ }
221
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
222
+ padding-block: 0;
223
+ }
224
+ ::-webkit-calendar-picker-indicator {
225
+ line-height: 1;
226
+ }
227
+ :-moz-ui-invalid {
228
+ box-shadow: none;
229
+ }
230
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
231
+ appearance: button;
232
+ }
233
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
234
+ height: auto;
235
+ }
236
+ [hidden]:where(:not([hidden="until-found"])) {
237
+ display: none !important;
238
+ }
239
+ }
240
+ @layer utilities {
241
+ .pointer-events-none {
242
+ pointer-events: none;
243
+ }
244
+ .visible {
245
+ visibility: visible;
246
+ }
247
+ .absolute {
248
+ position: absolute;
249
+ }
250
+ .fixed {
251
+ position: fixed;
252
+ }
253
+ .relative {
254
+ position: relative;
255
+ }
256
+ .static {
257
+ position: static;
258
+ }
259
+ .sticky {
260
+ position: sticky;
261
+ }
262
+ .inset-0 {
263
+ inset: calc(var(--spacing) * 0);
264
+ }
265
+ .top-0 {
266
+ top: calc(var(--spacing) * 0);
267
+ }
268
+ .top-2 {
269
+ top: calc(var(--spacing) * 2);
270
+ }
271
+ .top-5 {
272
+ top: calc(var(--spacing) * 5);
273
+ }
274
+ .top-full {
275
+ top: 100%;
276
+ }
277
+ .-right-0\.5 {
278
+ right: calc(var(--spacing) * -0.5);
279
+ }
280
+ .right-0 {
281
+ right: calc(var(--spacing) * 0);
282
+ }
283
+ .right-2 {
284
+ right: calc(var(--spacing) * 2);
285
+ }
286
+ .right-5 {
287
+ right: calc(var(--spacing) * 5);
288
+ }
289
+ .-bottom-0\.5 {
290
+ bottom: calc(var(--spacing) * -0.5);
291
+ }
292
+ .left-0 {
293
+ left: calc(var(--spacing) * 0);
294
+ }
295
+ .isolate {
296
+ isolation: isolate;
297
+ }
298
+ .z-10 {
299
+ z-index: 10;
300
+ }
301
+ .z-20 {
302
+ z-index: 20;
303
+ }
304
+ .z-50 {
305
+ z-index: 50;
306
+ }
307
+ .z-\[1000\] {
308
+ z-index: 1000;
309
+ }
310
+ .z-\[9999\] {
311
+ z-index: 9999;
312
+ }
313
+ .z-\[10000\] {
314
+ z-index: 10000;
315
+ }
316
+ .container {
317
+ width: 100%;
318
+ @media (width >= 40rem) {
319
+ max-width: 40rem;
320
+ }
321
+ @media (width >= 48rem) {
322
+ max-width: 48rem;
323
+ }
324
+ @media (width >= 64rem) {
325
+ max-width: 64rem;
326
+ }
327
+ @media (width >= 80rem) {
328
+ max-width: 80rem;
329
+ }
330
+ @media (width >= 96rem) {
331
+ max-width: 96rem;
332
+ }
333
+ }
334
+ .m-0 {
335
+ margin: calc(var(--spacing) * 0);
336
+ }
337
+ .m-5 {
338
+ margin: calc(var(--spacing) * 5);
339
+ }
340
+ .mx-1 {
341
+ margin-inline: calc(var(--spacing) * 1);
342
+ }
343
+ .mx-4 {
344
+ margin-inline: calc(var(--spacing) * 4);
345
+ }
346
+ .mx-auto {
347
+ margin-inline: auto;
348
+ }
349
+ .my-1 {
350
+ margin-block: calc(var(--spacing) * 1);
351
+ }
352
+ .my-2 {
353
+ margin-block: calc(var(--spacing) * 2);
354
+ }
355
+ .mt-1 {
356
+ margin-top: calc(var(--spacing) * 1);
357
+ }
358
+ .mt-\[calc\(var\(--spacing-ui-y\)\*2\)\] {
359
+ margin-top: calc(var(--spacing-ui-y) * 2);
360
+ }
361
+ .mt-\[calc\(var\(--ui-component-padding-y\)\*2\)\] {
362
+ margin-top: calc(var(--ui-component-padding-y) * 2);
363
+ }
364
+ .mt-ui-y {
365
+ margin-top: var(--spacing-ui-y);
366
+ }
367
+ .mr-1 {
368
+ margin-right: calc(var(--spacing) * 1);
369
+ }
370
+ .mb-1 {
371
+ margin-bottom: calc(var(--spacing) * 1);
372
+ }
373
+ .mb-2 {
374
+ margin-bottom: calc(var(--spacing) * 2);
375
+ }
376
+ .mb-4 {
377
+ margin-bottom: calc(var(--spacing) * 4);
378
+ }
379
+ .mb-ui-y {
380
+ margin-bottom: var(--spacing-ui-y);
381
+ }
382
+ .ml-1 {
383
+ margin-left: calc(var(--spacing) * 1);
384
+ }
385
+ .ml-3 {
386
+ margin-left: calc(var(--spacing) * 3);
387
+ }
388
+ .block {
389
+ display: block;
390
+ }
391
+ .flex {
392
+ display: flex;
393
+ }
394
+ .grid {
395
+ display: grid;
396
+ }
397
+ .hidden {
398
+ display: none;
399
+ }
400
+ .inline {
401
+ display: inline;
402
+ }
403
+ .table {
404
+ display: table;
405
+ }
406
+ .h-1 {
407
+ height: calc(var(--spacing) * 1);
408
+ }
409
+ .h-4 {
410
+ height: calc(var(--spacing) * 4);
411
+ }
412
+ .h-5 {
413
+ height: calc(var(--spacing) * 5);
414
+ }
415
+ .h-6 {
416
+ height: calc(var(--spacing) * 6);
417
+ }
418
+ .h-7 {
419
+ height: calc(var(--spacing) * 7);
420
+ }
421
+ .h-8 {
422
+ height: calc(var(--spacing) * 8);
423
+ }
424
+ .h-16 {
425
+ height: calc(var(--spacing) * 16);
426
+ }
427
+ .h-64 {
428
+ height: calc(var(--spacing) * 64);
429
+ }
430
+ .h-96 {
431
+ height: calc(var(--spacing) * 96);
432
+ }
433
+ .h-auto {
434
+ height: auto;
435
+ }
436
+ .h-full {
437
+ height: 100%;
438
+ }
439
+ .h-icon-md {
440
+ height: var(--spacing-icon-md);
441
+ }
442
+ .h-icon-sm {
443
+ height: var(--spacing-icon-sm);
444
+ }
445
+ .h-icon-xs {
446
+ height: var(--spacing-icon-xs);
447
+ }
448
+ .h-screen {
449
+ height: 100vh;
450
+ }
451
+ .max-h-\[400px\] {
452
+ max-height: 400px;
453
+ }
454
+ .min-h-\[100px\] {
455
+ min-height: 100px;
456
+ }
457
+ .min-h-\[300px\] {
458
+ min-height: 300px;
459
+ }
460
+ .min-h-\[500px\] {
461
+ min-height: 500px;
462
+ }
463
+ .min-h-fit {
464
+ min-height: fit-content;
465
+ }
466
+ .min-h-full {
467
+ min-height: 100%;
468
+ }
469
+ .min-h-screen {
470
+ min-height: 100vh;
471
+ }
472
+ .w-4 {
473
+ width: calc(var(--spacing) * 4);
474
+ }
475
+ .w-5 {
476
+ width: calc(var(--spacing) * 5);
477
+ }
478
+ .w-7 {
479
+ width: calc(var(--spacing) * 7);
480
+ }
481
+ .w-8 {
482
+ width: calc(var(--spacing) * 8);
483
+ }
484
+ .w-12 {
485
+ width: calc(var(--spacing) * 12);
486
+ }
487
+ .w-64 {
488
+ width: calc(var(--spacing) * 64);
489
+ }
490
+ .w-80 {
491
+ width: calc(var(--spacing) * 80);
492
+ }
493
+ .w-96 {
494
+ width: calc(var(--spacing) * 96);
495
+ }
496
+ .w-full {
497
+ width: 100%;
498
+ }
499
+ .w-icon-md {
500
+ width: var(--spacing-icon-md);
501
+ }
502
+ .w-icon-sm {
503
+ width: var(--spacing-icon-sm);
504
+ }
505
+ .w-icon-xs {
506
+ width: var(--spacing-icon-xs);
507
+ }
508
+ .w-px {
509
+ width: 1px;
510
+ }
511
+ .w-screen {
512
+ width: 100vw;
513
+ }
514
+ .max-w-4xl {
515
+ max-width: var(--container-4xl);
516
+ }
517
+ .max-w-7xl {
518
+ max-width: var(--container-7xl);
519
+ }
520
+ .max-w-\[90vw\] {
521
+ max-width: 90vw;
522
+ }
523
+ .max-w-\[180px\] {
524
+ max-width: 180px;
525
+ }
526
+ .max-w-full {
527
+ max-width: 100%;
528
+ }
529
+ .max-w-xs {
530
+ max-width: var(--container-xs);
531
+ }
532
+ .min-w-0 {
533
+ min-width: calc(var(--spacing) * 0);
534
+ }
535
+ .min-w-48 {
536
+ min-width: calc(var(--spacing) * 48);
537
+ }
538
+ .min-w-\[140px\] {
539
+ min-width: 140px;
540
+ }
541
+ .min-w-\[400px\] {
542
+ min-width: 400px;
543
+ }
544
+ .flex-1 {
545
+ flex: 1;
546
+ }
547
+ .flex-shrink-0 {
548
+ flex-shrink: 0;
549
+ }
550
+ .origin-top-left {
551
+ transform-origin: 0 0;
552
+ }
553
+ .origin-top-right {
554
+ transform-origin: 100% 0;
555
+ }
556
+ .-translate-x-1\/2 {
557
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1);
558
+ translate: var(--tw-translate-x) var(--tw-translate-y);
559
+ }
560
+ .scale-95 {
561
+ --tw-scale-x: 95%;
562
+ --tw-scale-y: 95%;
563
+ --tw-scale-z: 95%;
564
+ scale: var(--tw-scale-x) var(--tw-scale-y);
565
+ }
566
+ .scale-100 {
567
+ --tw-scale-x: 100%;
568
+ --tw-scale-y: 100%;
569
+ --tw-scale-z: 100%;
570
+ scale: var(--tw-scale-x) var(--tw-scale-y);
571
+ }
572
+ .transform {
573
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
574
+ }
575
+ .animate-spin {
576
+ animation: var(--animate-spin);
577
+ }
578
+ .cursor-default {
579
+ cursor: default;
580
+ }
581
+ .cursor-pointer {
582
+ cursor: pointer;
583
+ }
584
+ .cursor-text {
585
+ cursor: text;
586
+ }
587
+ .resize {
588
+ resize: both;
589
+ }
590
+ .flex-col {
591
+ flex-direction: column;
592
+ }
593
+ .items-center {
594
+ align-items: center;
595
+ }
596
+ .justify-between {
597
+ justify-content: space-between;
598
+ }
599
+ .justify-center {
600
+ justify-content: center;
601
+ }
602
+ .justify-end {
603
+ justify-content: flex-end;
604
+ }
605
+ .gap-1 {
606
+ gap: calc(var(--spacing) * 1);
607
+ }
608
+ .gap-2 {
609
+ gap: calc(var(--spacing) * 2);
610
+ }
611
+ .gap-3 {
612
+ gap: calc(var(--spacing) * 3);
613
+ }
614
+ .gap-4 {
615
+ gap: calc(var(--spacing) * 4);
616
+ }
617
+ .gap-8 {
618
+ gap: calc(var(--spacing) * 8);
619
+ }
620
+ .space-y-2 {
621
+ :where(& > :not(:last-child)) {
622
+ --tw-space-y-reverse: 0;
623
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
624
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
625
+ }
626
+ }
627
+ .space-y-4 {
628
+ :where(& > :not(:last-child)) {
629
+ --tw-space-y-reverse: 0;
630
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
631
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
632
+ }
633
+ }
634
+ .space-y-ui-y {
635
+ :where(& > :not(:last-child)) {
636
+ --tw-space-y-reverse: 0;
637
+ margin-block-start: calc(var(--spacing-ui-y) * var(--tw-space-y-reverse));
638
+ margin-block-end: calc(var(--spacing-ui-y) * calc(1 - var(--tw-space-y-reverse)));
639
+ }
640
+ }
641
+ .space-x-1 {
642
+ :where(& > :not(:last-child)) {
643
+ --tw-space-x-reverse: 0;
644
+ margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
645
+ margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
646
+ }
647
+ }
648
+ .space-x-2 {
649
+ :where(& > :not(:last-child)) {
650
+ --tw-space-x-reverse: 0;
651
+ margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
652
+ margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
653
+ }
654
+ }
655
+ .space-x-3 {
656
+ :where(& > :not(:last-child)) {
657
+ --tw-space-x-reverse: 0;
658
+ margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
659
+ margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
660
+ }
661
+ }
662
+ .truncate {
663
+ overflow: hidden;
664
+ text-overflow: ellipsis;
665
+ white-space: nowrap;
666
+ }
667
+ .overflow-auto {
668
+ overflow: auto;
669
+ }
670
+ .overflow-hidden {
671
+ overflow: hidden;
672
+ }
673
+ .overflow-visible {
674
+ overflow: visible;
675
+ }
676
+ .overflow-y-auto {
677
+ overflow-y: auto;
678
+ }
679
+ .rounded {
680
+ border-radius: 0.25rem;
681
+ }
682
+ .rounded-\[calc\(var\(--radius\)\+4px\)\] {
683
+ border-radius: calc(var(--radius) + 4px);
684
+ }
685
+ .rounded-\[var\(--radius\)\] {
686
+ border-radius: var(--radius);
687
+ }
688
+ .rounded-full {
689
+ border-radius: calc(infinity * 1px);
690
+ }
691
+ .rounded-lg {
692
+ border-radius: var(--radius-lg);
693
+ }
694
+ .rounded-md {
695
+ border-radius: var(--radius-md);
696
+ }
697
+ .rounded-ui {
698
+ border-radius: var(--radius-ui);
699
+ }
700
+ .rounded-xl {
701
+ border-radius: var(--radius-xl);
702
+ }
703
+ .rounded-t-ui {
704
+ border-top-left-radius: var(--radius-ui);
705
+ border-top-right-radius: var(--radius-ui);
706
+ }
707
+ .rounded-b-ui {
708
+ border-bottom-right-radius: var(--radius-ui);
709
+ border-bottom-left-radius: var(--radius-ui);
710
+ }
711
+ .border {
712
+ border-style: var(--tw-border-style);
713
+ border-width: 1px;
714
+ }
715
+ .border-2 {
716
+ border-style: var(--tw-border-style);
717
+ border-width: 2px;
718
+ }
719
+ .border-t {
720
+ border-top-style: var(--tw-border-style);
721
+ border-top-width: 1px;
722
+ }
723
+ .border-b {
724
+ border-bottom-style: var(--tw-border-style);
725
+ border-bottom-width: 1px;
726
+ }
727
+ .border-b-2 {
728
+ border-bottom-style: var(--tw-border-style);
729
+ border-bottom-width: 2px;
730
+ }
731
+ .border-l-4 {
732
+ border-left-style: var(--tw-border-style);
733
+ border-left-width: 4px;
734
+ }
735
+ .border-blue-500 {
736
+ border-color: var(--color-blue-500);
737
+ }
738
+ .border-border {
739
+ border-color: var(--color-border);
740
+ }
741
+ .border-gray-300 {
742
+ border-color: var(--color-gray-300);
743
+ }
744
+ .border-input {
745
+ border-color: var(--color-input);
746
+ }
747
+ .border-primary {
748
+ border-color: var(--color-primary);
749
+ }
750
+ .border-red-200 {
751
+ border-color: var(--color-red-200);
752
+ }
753
+ .border-slate-200 {
754
+ border-color: var(--color-slate-200);
755
+ }
756
+ .border-slate-600 {
757
+ border-color: var(--color-slate-600);
758
+ }
759
+ .border-slate-700 {
760
+ border-color: var(--color-slate-700);
761
+ }
762
+ .border-transparent {
763
+ border-color: transparent;
764
+ }
765
+ .bg-accent {
766
+ background-color: var(--color-accent);
767
+ }
768
+ .bg-background {
769
+ background-color: var(--color-background);
770
+ }
771
+ .bg-black\/50 {
772
+ background-color: color-mix(in srgb, #000 50%, transparent);
773
+ @supports (color: color-mix(in lab, red, red)) {
774
+ background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
775
+ }
776
+ }
777
+ .bg-blue-600 {
778
+ background-color: var(--color-blue-600);
779
+ }
780
+ .bg-border {
781
+ background-color: var(--color-border);
782
+ }
783
+ .bg-destructive\/10 {
784
+ background-color: color-mix(in srgb, hsl(var(--destructive)) 10%, transparent);
785
+ @supports (color: color-mix(in lab, red, red)) {
786
+ background-color: color-mix(in oklab, var(--color-destructive) 10%, transparent);
787
+ }
788
+ }
789
+ .bg-muted {
790
+ background-color: var(--color-muted);
791
+ }
792
+ .bg-popover {
793
+ background-color: var(--color-popover);
794
+ }
795
+ .bg-primary {
796
+ background-color: var(--color-primary);
797
+ }
798
+ .bg-primary\/5 {
799
+ background-color: color-mix(in srgb, hsl(var(--primary)) 5%, transparent);
800
+ @supports (color: color-mix(in lab, red, red)) {
801
+ background-color: color-mix(in oklab, var(--color-primary) 5%, transparent);
802
+ }
803
+ }
804
+ .bg-primary\/10 {
805
+ background-color: color-mix(in srgb, hsl(var(--primary)) 10%, transparent);
806
+ @supports (color: color-mix(in lab, red, red)) {
807
+ background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
808
+ }
809
+ }
810
+ .bg-red-100 {
811
+ background-color: var(--color-red-100);
812
+ }
813
+ .bg-slate-50 {
814
+ background-color: var(--color-slate-50);
815
+ }
816
+ .bg-slate-100 {
817
+ background-color: var(--color-slate-100);
818
+ }
819
+ .bg-slate-700 {
820
+ background-color: var(--color-slate-700);
821
+ }
822
+ .bg-slate-800 {
823
+ background-color: var(--color-slate-800);
824
+ }
825
+ .bg-slate-900 {
826
+ background-color: var(--color-slate-900);
827
+ }
828
+ .bg-transparent {
829
+ background-color: transparent;
830
+ }
831
+ .bg-white {
832
+ background-color: var(--color-white);
833
+ }
834
+ .p-0 {
835
+ padding: calc(var(--spacing) * 0);
836
+ }
837
+ .p-1 {
838
+ padding: calc(var(--spacing) * 1);
839
+ }
840
+ .p-1\.5 {
841
+ padding: calc(var(--spacing) * 1.5);
842
+ }
843
+ .p-2 {
844
+ padding: calc(var(--spacing) * 2);
845
+ }
846
+ .p-3 {
847
+ padding: calc(var(--spacing) * 3);
848
+ }
849
+ .p-4 {
850
+ padding: calc(var(--spacing) * 4);
851
+ }
852
+ .p-5 {
853
+ padding: calc(var(--spacing) * 5);
854
+ }
855
+ .p-btn-y {
856
+ padding: var(--spacing-btn-y);
857
+ }
858
+ .p-ui-modal {
859
+ padding: var(--spacing-ui-modal);
860
+ }
861
+ .p-ui-x {
862
+ padding: var(--spacing-ui-x);
863
+ }
864
+ .p-ui-y {
865
+ padding: var(--spacing-ui-y);
866
+ }
867
+ .px-1 {
868
+ padding-inline: calc(var(--spacing) * 1);
869
+ }
870
+ .px-2 {
871
+ padding-inline: calc(var(--spacing) * 2);
872
+ }
873
+ .px-3 {
874
+ padding-inline: calc(var(--spacing) * 3);
875
+ }
876
+ .px-4 {
877
+ padding-inline: calc(var(--spacing) * 4);
878
+ }
879
+ .px-\[calc\(var\(--spacing-ui-x\)\*0\.5\)\] {
880
+ padding-inline: calc(var(--spacing-ui-x) * 0.5);
881
+ }
882
+ .px-btn-x {
883
+ padding-inline: var(--spacing-btn-x);
884
+ }
885
+ .px-ui-x {
886
+ padding-inline: var(--spacing-ui-x);
887
+ }
888
+ .py-1 {
889
+ padding-block: calc(var(--spacing) * 1);
890
+ }
891
+ .py-1\.5 {
892
+ padding-block: calc(var(--spacing) * 1.5);
893
+ }
894
+ .py-2 {
895
+ padding-block: calc(var(--spacing) * 2);
896
+ }
897
+ .py-8 {
898
+ padding-block: calc(var(--spacing) * 8);
899
+ }
900
+ .py-\[calc\(var\(--spacing-ui-y\)\*0\.5\)\] {
901
+ padding-block: calc(var(--spacing-ui-y) * 0.5);
902
+ }
903
+ .py-btn-y {
904
+ padding-block: var(--spacing-btn-y);
905
+ }
906
+ .py-ui-y {
907
+ padding-block: var(--spacing-ui-y);
908
+ }
909
+ .text-left {
910
+ text-align: left;
911
+ }
912
+ .font-mono {
913
+ font-family: var(--font-mono);
914
+ }
915
+ .font-sans {
916
+ font-family: var(--font-sans);
917
+ }
918
+ .text-2xl {
919
+ font-size: var(--text-2xl);
920
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
921
+ }
922
+ .text-3xl {
923
+ font-size: var(--text-3xl);
924
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
925
+ }
926
+ .text-4xl {
927
+ font-size: var(--text-4xl);
928
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
929
+ }
930
+ .text-lg {
931
+ font-size: var(--text-lg);
932
+ line-height: var(--tw-leading, var(--text-lg--line-height));
933
+ }
934
+ .text-sm {
935
+ font-size: var(--text-sm);
936
+ line-height: var(--tw-leading, var(--text-sm--line-height));
937
+ }
938
+ .text-xl {
939
+ font-size: var(--text-xl);
940
+ line-height: var(--tw-leading, var(--text-xl--line-height));
941
+ }
942
+ .text-xs {
943
+ font-size: var(--text-xs);
944
+ line-height: var(--tw-leading, var(--text-xs--line-height));
945
+ }
946
+ .text-\[12px\] {
947
+ font-size: 12px;
948
+ }
949
+ .text-\[13px\] {
950
+ font-size: 13px;
951
+ }
952
+ .text-\[14px\] {
953
+ font-size: 14px;
954
+ }
955
+ .text-\[16px\] {
956
+ font-size: 16px;
957
+ }
958
+ .text-\[18px\] {
959
+ font-size: 18px;
960
+ }
961
+ .text-\[20px\] {
962
+ font-size: 20px;
963
+ }
964
+ .leading-relaxed {
965
+ --tw-leading: var(--leading-relaxed);
966
+ line-height: var(--leading-relaxed);
967
+ }
968
+ .font-bold {
969
+ --tw-font-weight: var(--font-weight-bold);
970
+ font-weight: var(--font-weight-bold);
971
+ }
972
+ .font-medium {
973
+ --tw-font-weight: var(--font-weight-medium);
974
+ font-weight: var(--font-weight-medium);
975
+ }
976
+ .font-semibold {
977
+ --tw-font-weight: var(--font-weight-semibold);
978
+ font-weight: var(--font-weight-semibold);
979
+ }
980
+ .tracking-tight {
981
+ --tw-tracking: var(--tracking-tight);
982
+ letter-spacing: var(--tracking-tight);
983
+ }
984
+ .tracking-wide {
985
+ --tw-tracking: var(--tracking-wide);
986
+ letter-spacing: var(--tracking-wide);
987
+ }
988
+ .tracking-wider {
989
+ --tw-tracking: var(--tracking-wider);
990
+ letter-spacing: var(--tracking-wider);
991
+ }
992
+ .whitespace-pre {
993
+ white-space: pre;
994
+ }
995
+ .whitespace-pre-wrap {
996
+ white-space: pre-wrap;
997
+ }
998
+ .text-accent-foreground {
999
+ color: var(--color-accent-foreground);
1000
+ }
1001
+ .text-blue-500 {
1002
+ color: var(--color-blue-500);
1003
+ }
1004
+ .text-blue-600 {
1005
+ color: var(--color-blue-600);
1006
+ }
1007
+ .text-destructive {
1008
+ color: var(--color-destructive);
1009
+ }
1010
+ .text-foreground {
1011
+ color: var(--color-foreground);
1012
+ }
1013
+ .text-green-500 {
1014
+ color: var(--color-green-500);
1015
+ }
1016
+ .text-muted-foreground {
1017
+ color: var(--color-muted-foreground);
1018
+ }
1019
+ .text-popover-foreground {
1020
+ color: var(--color-popover-foreground);
1021
+ }
1022
+ .text-primary {
1023
+ color: var(--color-primary);
1024
+ }
1025
+ .text-primary-foreground {
1026
+ color: var(--color-primary-foreground);
1027
+ }
1028
+ .text-red-500 {
1029
+ color: var(--color-red-500);
1030
+ }
1031
+ .text-red-600 {
1032
+ color: var(--color-red-600);
1033
+ }
1034
+ .text-slate-100 {
1035
+ color: var(--color-slate-100);
1036
+ }
1037
+ .text-slate-200 {
1038
+ color: var(--color-slate-200);
1039
+ }
1040
+ .text-slate-400 {
1041
+ color: var(--color-slate-400);
1042
+ }
1043
+ .text-slate-500 {
1044
+ color: var(--color-slate-500);
1045
+ }
1046
+ .text-slate-600 {
1047
+ color: var(--color-slate-600);
1048
+ }
1049
+ .text-slate-800 {
1050
+ color: var(--color-slate-800);
1051
+ }
1052
+ .text-slate-900 {
1053
+ color: var(--color-slate-900);
1054
+ }
1055
+ .text-white {
1056
+ color: var(--color-white);
1057
+ }
1058
+ .text-yellow-300 {
1059
+ color: var(--color-yellow-300);
1060
+ }
1061
+ .uppercase {
1062
+ text-transform: uppercase;
1063
+ }
1064
+ .italic {
1065
+ font-style: italic;
1066
+ }
1067
+ .opacity-0 {
1068
+ opacity: 0%;
1069
+ }
1070
+ .opacity-100 {
1071
+ opacity: 100%;
1072
+ }
1073
+ .shadow-inner {
1074
+ --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
1075
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1076
+ }
1077
+ .shadow-lg {
1078
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1079
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1080
+ }
1081
+ .shadow-sm {
1082
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1083
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1084
+ }
1085
+ .shadow-xl {
1086
+ --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1087
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1088
+ }
1089
+ .ring {
1090
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1091
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1092
+ }
1093
+ .ring-1 {
1094
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1095
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1096
+ }
1097
+ .ring-2 {
1098
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1099
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1100
+ }
1101
+ .ring-black {
1102
+ --tw-ring-color: var(--color-black);
1103
+ }
1104
+ .ring-blue-500 {
1105
+ --tw-ring-color: var(--color-blue-500);
1106
+ }
1107
+ .ring-primary {
1108
+ --tw-ring-color: var(--color-primary);
1109
+ }
1110
+ .blur {
1111
+ --tw-blur: blur(8px);
1112
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1113
+ }
1114
+ .filter {
1115
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1116
+ }
1117
+ .backdrop-blur-sm {
1118
+ --tw-backdrop-blur: blur(var(--blur-sm));
1119
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1120
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1121
+ }
1122
+ .transition {
1123
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
1124
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1125
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1126
+ }
1127
+ .transition-all {
1128
+ transition-property: all;
1129
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1130
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1131
+ }
1132
+ .transition-colors {
1133
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1134
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1135
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1136
+ }
1137
+ .transition-opacity {
1138
+ transition-property: opacity;
1139
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1140
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1141
+ }
1142
+ .duration-150 {
1143
+ --tw-duration: 150ms;
1144
+ transition-duration: 150ms;
1145
+ }
1146
+ .duration-200 {
1147
+ --tw-duration: 200ms;
1148
+ transition-duration: 200ms;
1149
+ }
1150
+ .duration-300 {
1151
+ --tw-duration: 300ms;
1152
+ transition-duration: 300ms;
1153
+ }
1154
+ .select-none {
1155
+ -webkit-user-select: none;
1156
+ user-select: none;
1157
+ }
1158
+ .group-hover\:border-accent-foreground\/30 {
1159
+ &:is(:where(.group):hover *) {
1160
+ @media (hover: hover) {
1161
+ border-color: color-mix(in srgb, hsl(var(--accent-foreground)) 30%, transparent);
1162
+ @supports (color: color-mix(in lab, red, red)) {
1163
+ border-color: color-mix(in oklab, var(--color-accent-foreground) 30%, transparent);
1164
+ }
1165
+ }
1166
+ }
1167
+ }
1168
+ .group-hover\:opacity-100 {
1169
+ &:is(:where(.group):hover *) {
1170
+ @media (hover: hover) {
1171
+ opacity: 100%;
1172
+ }
1173
+ }
1174
+ }
1175
+ .hover\:border-border {
1176
+ &:hover {
1177
+ @media (hover: hover) {
1178
+ border-color: var(--color-border);
1179
+ }
1180
+ }
1181
+ }
1182
+ .hover\:border-destructive\/30 {
1183
+ &:hover {
1184
+ @media (hover: hover) {
1185
+ border-color: color-mix(in srgb, hsl(var(--destructive)) 30%, transparent);
1186
+ @supports (color: color-mix(in lab, red, red)) {
1187
+ border-color: color-mix(in oklab, var(--color-destructive) 30%, transparent);
1188
+ }
1189
+ }
1190
+ }
1191
+ }
1192
+ .hover\:border-primary\/30 {
1193
+ &:hover {
1194
+ @media (hover: hover) {
1195
+ border-color: color-mix(in srgb, hsl(var(--primary)) 30%, transparent);
1196
+ @supports (color: color-mix(in lab, red, red)) {
1197
+ border-color: color-mix(in oklab, var(--color-primary) 30%, transparent);
1198
+ }
1199
+ }
1200
+ }
1201
+ }
1202
+ .hover\:border-yellow-300 {
1203
+ &:hover {
1204
+ @media (hover: hover) {
1205
+ border-color: var(--color-yellow-300);
1206
+ }
1207
+ }
1208
+ }
1209
+ .hover\:bg-accent {
1210
+ &:hover {
1211
+ @media (hover: hover) {
1212
+ background-color: var(--color-accent);
1213
+ }
1214
+ }
1215
+ }
1216
+ .hover\:bg-accent\/80 {
1217
+ &:hover {
1218
+ @media (hover: hover) {
1219
+ background-color: color-mix(in srgb, hsl(var(--accent)) 80%, transparent);
1220
+ @supports (color: color-mix(in lab, red, red)) {
1221
+ background-color: color-mix(in oklab, var(--color-accent) 80%, transparent);
1222
+ }
1223
+ }
1224
+ }
1225
+ }
1226
+ .hover\:bg-destructive\/10 {
1227
+ &:hover {
1228
+ @media (hover: hover) {
1229
+ background-color: color-mix(in srgb, hsl(var(--destructive)) 10%, transparent);
1230
+ @supports (color: color-mix(in lab, red, red)) {
1231
+ background-color: color-mix(in oklab, var(--color-destructive) 10%, transparent);
1232
+ }
1233
+ }
1234
+ }
1235
+ }
1236
+ .hover\:bg-destructive\/20 {
1237
+ &:hover {
1238
+ @media (hover: hover) {
1239
+ background-color: color-mix(in srgb, hsl(var(--destructive)) 20%, transparent);
1240
+ @supports (color: color-mix(in lab, red, red)) {
1241
+ background-color: color-mix(in oklab, var(--color-destructive) 20%, transparent);
1242
+ }
1243
+ }
1244
+ }
1245
+ }
1246
+ .hover\:bg-primary\/10 {
1247
+ &:hover {
1248
+ @media (hover: hover) {
1249
+ background-color: color-mix(in srgb, hsl(var(--primary)) 10%, transparent);
1250
+ @supports (color: color-mix(in lab, red, red)) {
1251
+ background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
1252
+ }
1253
+ }
1254
+ }
1255
+ }
1256
+ .hover\:bg-primary\/20 {
1257
+ &:hover {
1258
+ @media (hover: hover) {
1259
+ background-color: color-mix(in srgb, hsl(var(--primary)) 20%, transparent);
1260
+ @supports (color: color-mix(in lab, red, red)) {
1261
+ background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
1262
+ }
1263
+ }
1264
+ }
1265
+ }
1266
+ .hover\:bg-primary\/90 {
1267
+ &:hover {
1268
+ @media (hover: hover) {
1269
+ background-color: color-mix(in srgb, hsl(var(--primary)) 90%, transparent);
1270
+ @supports (color: color-mix(in lab, red, red)) {
1271
+ background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
1272
+ }
1273
+ }
1274
+ }
1275
+ }
1276
+ .hover\:bg-slate-200 {
1277
+ &:hover {
1278
+ @media (hover: hover) {
1279
+ background-color: var(--color-slate-200);
1280
+ }
1281
+ }
1282
+ }
1283
+ .hover\:bg-slate-600 {
1284
+ &:hover {
1285
+ @media (hover: hover) {
1286
+ background-color: var(--color-slate-600);
1287
+ }
1288
+ }
1289
+ }
1290
+ .hover\:bg-yellow-50 {
1291
+ &:hover {
1292
+ @media (hover: hover) {
1293
+ background-color: var(--color-yellow-50);
1294
+ }
1295
+ }
1296
+ }
1297
+ .hover\:text-accent-foreground {
1298
+ &:hover {
1299
+ @media (hover: hover) {
1300
+ color: var(--color-accent-foreground);
1301
+ }
1302
+ }
1303
+ }
1304
+ .hover\:text-destructive {
1305
+ &:hover {
1306
+ @media (hover: hover) {
1307
+ color: var(--color-destructive);
1308
+ }
1309
+ }
1310
+ }
1311
+ .hover\:text-foreground {
1312
+ &:hover {
1313
+ @media (hover: hover) {
1314
+ color: var(--color-foreground);
1315
+ }
1316
+ }
1317
+ }
1318
+ .hover\:text-slate-300 {
1319
+ &:hover {
1320
+ @media (hover: hover) {
1321
+ color: var(--color-slate-300);
1322
+ }
1323
+ }
1324
+ }
1325
+ .hover\:text-slate-600 {
1326
+ &:hover {
1327
+ @media (hover: hover) {
1328
+ color: var(--color-slate-600);
1329
+ }
1330
+ }
1331
+ }
1332
+ .focus\:border-blue-500 {
1333
+ &:focus {
1334
+ border-color: var(--color-blue-500);
1335
+ }
1336
+ }
1337
+ .focus\:border-primary {
1338
+ &:focus {
1339
+ border-color: var(--color-primary);
1340
+ }
1341
+ }
1342
+ .focus\:ring-2 {
1343
+ &:focus {
1344
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1345
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1346
+ }
1347
+ }
1348
+ .focus\:ring-blue-500 {
1349
+ &:focus {
1350
+ --tw-ring-color: var(--color-blue-500);
1351
+ }
1352
+ }
1353
+ .focus\:ring-primary {
1354
+ &:focus {
1355
+ --tw-ring-color: var(--color-primary);
1356
+ }
1357
+ }
1358
+ .focus\:ring-ring {
1359
+ &:focus {
1360
+ --tw-ring-color: var(--color-ring);
1361
+ }
1362
+ }
1363
+ .focus\:outline-none {
1364
+ &:focus {
1365
+ --tw-outline-style: none;
1366
+ outline-style: none;
1367
+ }
1368
+ }
1369
+ .disabled\:cursor-not-allowed {
1370
+ &:disabled {
1371
+ cursor: not-allowed;
1372
+ }
1373
+ }
1374
+ .disabled\:bg-muted {
1375
+ &:disabled {
1376
+ background-color: var(--color-muted);
1377
+ }
1378
+ }
1379
+ .disabled\:text-muted-foreground {
1380
+ &:disabled {
1381
+ color: var(--color-muted-foreground);
1382
+ }
1383
+ }
1384
+ .disabled\:opacity-50 {
1385
+ &:disabled {
1386
+ opacity: 50%;
1387
+ }
1388
+ }
1389
+ .sm\:px-6 {
1390
+ @media (width >= 40rem) {
1391
+ padding-inline: calc(var(--spacing) * 6);
1392
+ }
1393
+ }
1394
+ .lg\:w-\[624px\] {
1395
+ @media (width >= 64rem) {
1396
+ width: 624px;
1397
+ }
1398
+ }
1399
+ .lg\:flex-none {
1400
+ @media (width >= 64rem) {
1401
+ flex: none;
1402
+ }
1403
+ }
1404
+ .lg\:flex-row {
1405
+ @media (width >= 64rem) {
1406
+ flex-direction: row;
1407
+ }
1408
+ }
1409
+ .lg\:px-8 {
1410
+ @media (width >= 64rem) {
1411
+ padding-inline: calc(var(--spacing) * 8);
1412
+ }
1413
+ }
1414
+ }
1415
+ @layer base {
1416
+ :root {
1417
+ --background: 0 0% 100%;
1418
+ --foreground: 222.2 84% 4.9%;
1419
+ --card: 0 0% 100%;
1420
+ --card-foreground: 222.2 84% 4.9%;
1421
+ --popover: 0 0% 100%;
1422
+ --popover-foreground: 222.2 84% 4.9%;
1423
+ --primary: 222.2 47.4% 11.2%;
1424
+ --primary-foreground: 210 40% 98%;
1425
+ --secondary: 210 40% 96.1%;
1426
+ --secondary-foreground: 222.2 47.4% 11.2%;
1427
+ --muted: 210 40% 96.1%;
1428
+ --muted-foreground: 215.4 16.3% 46.9%;
1429
+ --accent: 210 40% 96.1%;
1430
+ --accent-foreground: 222.2 47.4% 11.2%;
1431
+ --destructive: 0 84.2% 60.2%;
1432
+ --destructive-foreground: 210 40% 98%;
1433
+ --border: 214.3 31.8% 91.4%;
1434
+ --input: 214.3 31.8% 91.4%;
1435
+ --ring: 222.2 84% 4.9%;
1436
+ --radius: 0.5rem;
1437
+ }
1438
+ .dark {
1439
+ --background: 222.2 84% 4.9%;
1440
+ --foreground: 210 40% 98%;
1441
+ --card: 222.2 84% 4.9%;
1442
+ --card-foreground: 210 40% 98%;
1443
+ --popover: 222.2 84% 4.9%;
1444
+ --popover-foreground: 210 40% 98%;
1445
+ --primary: 210 40% 98%;
1446
+ --primary-foreground: 222.2 47.4% 11.2%;
1447
+ --secondary: 217.2 32.6% 17.5%;
1448
+ --secondary-foreground: 210 40% 98%;
1449
+ --muted: 217.2 32.6% 17.5%;
1450
+ --muted-foreground: 215 20.2% 65.1%;
1451
+ --accent: 217.2 32.6% 17.5%;
1452
+ --accent-foreground: 210 40% 98%;
1453
+ --destructive: 0 62.8% 30.6%;
1454
+ --destructive-foreground: 210 40% 98%;
1455
+ --border: 217.2 32.6% 17.5%;
1456
+ --input: 217.2 32.6% 17.5%;
1457
+ --ring: 212.7 26.8% 83.9%;
1458
+ }
1459
+ }
1460
+ @layer base {
1461
+ :root {
1462
+ --ui-component-height: 2.5rem;
1463
+ --ui-list-row-height: 2.5rem;
1464
+ --ui-component-padding-x: 0.75rem;
1465
+ --ui-component-padding-y: 0.5rem;
1466
+ --ui-button-padding-x: 1rem;
1467
+ --ui-button-padding-y: 0.5rem;
1468
+ --ui-font-size-base: 0.875rem;
1469
+ --ui-modal-padding: 1.5rem;
1470
+ --ui-table-cell-padding: 0.75rem;
1471
+ --ui-icon-size-xs: 0.5rem;
1472
+ --ui-icon-size-sm: 0.75rem;
1473
+ --ui-icon-size-md: 1rem;
1474
+ --ui-icon-size-lg: 1.25rem;
1475
+ --ui-icon-size-xl: 1.5rem;
1476
+ }
1477
+ }
1478
+ :root[data-density="compact"] {
1479
+ --ui-component-height: 2rem;
1480
+ --ui-list-row-height: 2rem;
1481
+ --ui-component-padding-x: 0.5rem;
1482
+ --ui-component-padding-y: 0.25rem;
1483
+ --ui-button-padding-x: 0.5rem;
1484
+ --ui-button-padding-y: 0.25rem;
1485
+ --ui-font-size-base: 0.825rem;
1486
+ --ui-modal-padding: 1rem;
1487
+ --ui-table-cell-padding: 0.5rem;
1488
+ }
1489
+ :root[data-density="spacious"] {
1490
+ --ui-component-height: 3rem;
1491
+ --ui-list-row-height: 3.5rem;
1492
+ --ui-component-padding-x: 1.25rem;
1493
+ --ui-component-padding-y: 0.75rem;
1494
+ --ui-button-padding-x: 1.25rem;
1495
+ --ui-button-padding-y: 0.75rem;
1496
+ --ui-font-size-base: 1rem;
1497
+ --ui-modal-padding: 2rem;
1498
+ --ui-table-cell-padding: 1rem;
1499
+ }
1500
+ :root {
1501
+ --mw-bg-canvas: hsl(var(--background));
1502
+ --mw-text-primary: hsl(var(--foreground));
1503
+ --mw-text-secondary: hsl(var(--muted-foreground));
1504
+ --mw-heading-color: hsl(var(--foreground));
1505
+ --mw-heading-secondary: hsl(var(--foreground));
1506
+ --mw-code-bg: #1e293b;
1507
+ --mw-code-text: #e2e8f0;
1508
+ --mw-code-border: hsl(var(--border));
1509
+ --mw-inline-code-bg: #fef2f2;
1510
+ --mw-inline-code-text: #b91c1c;
1511
+ --mw-inline-code-border: #fecaca;
1512
+ --mw-table-border: hsl(var(--border));
1513
+ --mw-table-header-bg: hsl(var(--muted));
1514
+ --mw-table-header-text: hsl(var(--foreground));
1515
+ --mw-table-header-border-bottom: hsl(var(--border) / 0.1);
1516
+ --mw-table-row-hover: hsl(var(--accent));
1517
+ --mw-table-resize-handle: hsl(var(--primary));
1518
+ --mw-quote-border: hsl(var(--primary));
1519
+ --mw-quote-text: hsl(var(--muted-foreground));
1520
+ --mw-quote-bg: hsl(var(--muted));
1521
+ --mw-tooltip-bg: hsl(var(--popover));
1522
+ --mw-tooltip-text: hsl(var(--popover-foreground));
1523
+ --mw-toolbar-bg: hsl(var(--popover));
1524
+ --mw-toolbar-border: hsl(var(--border));
1525
+ --mw-toolbar-text: hsl(var(--popover-foreground));
1526
+ --mw-toolbar-hover-bg: hsl(var(--accent));
1527
+ --mw-toolbar-active-bg: hsl(var(--accent));
1528
+ }
1529
+ .ProseMirror, .markdown-wysiwyg-editor {
1530
+ background-color: var(--mw-bg-canvas);
1531
+ color: var(--mw-text-primary);
1532
+ min-height: 100%;
1533
+ }
1534
+ .ProseMirror:focus, .markdown-wysiwyg-editor:focus {
1535
+ outline: none;
1536
+ }
1537
+ .ProseMirror h1 {
1538
+ font-size: 2.25rem;
1539
+ line-height: 2.5rem;
1540
+ font-weight: 700;
1541
+ color: var(--mw-heading-color);
1542
+ margin-bottom: var(--ui-component-padding-y);
1543
+ margin-top: calc(var(--ui-component-padding-y) * 2);
1544
+ }
1545
+ .ProseMirror h2 {
1546
+ font-size: 1.875rem;
1547
+ line-height: 2.25rem;
1548
+ font-weight: 700;
1549
+ color: var(--mw-heading-color);
1550
+ margin-bottom: var(--ui-component-padding-y);
1551
+ margin-top: calc(var(--ui-component-padding-y) * 1.5);
1552
+ }
1553
+ .ProseMirror h3 {
1554
+ font-size: 1.5rem;
1555
+ line-height: 2rem;
1556
+ font-weight: 600;
1557
+ color: var(--mw-heading-color);
1558
+ margin-bottom: var(--ui-component-padding-y);
1559
+ margin-top: var(--ui-component-padding-y);
1560
+ }
1561
+ .ProseMirror h4 {
1562
+ font-size: 1.25rem;
1563
+ line-height: 1.75rem;
1564
+ font-weight: 600;
1565
+ color: var(--mw-heading-secondary);
1566
+ margin-bottom: var(--ui-component-padding-y);
1567
+ margin-top: var(--ui-component-padding-y);
1568
+ }
1569
+ .ProseMirror h5 {
1570
+ font-size: 1.125rem;
1571
+ line-height: 1.75rem;
1572
+ font-weight: 500;
1573
+ color: var(--mw-heading-secondary);
1574
+ margin-bottom: var(--ui-component-padding-y);
1575
+ margin-top: var(--ui-component-padding-y);
1576
+ }
1577
+ .ProseMirror h6 {
1578
+ font-size: 1rem;
1579
+ line-height: 1.5rem;
1580
+ font-weight: 500;
1581
+ color: var(--mw-text-secondary);
1582
+ margin-bottom: var(--ui-component-padding-y);
1583
+ margin-top: var(--ui-component-padding-y);
1584
+ }
1585
+ .ProseMirror p {
1586
+ margin-bottom: var(--ui-component-padding-y);
1587
+ color: var(--mw-text-primary);
1588
+ line-height: 1.6;
1589
+ }
1590
+ .ProseMirror a {
1591
+ color: #2563eb;
1592
+ text-decoration: underline;
1593
+ cursor: pointer;
1594
+ }
1595
+ .ProseMirror a:hover {
1596
+ color: #1e40af;
1597
+ }
1598
+ .ProseMirror hr {
1599
+ border: 0;
1600
+ border-top: 1px solid var(--mw-table-border);
1601
+ margin: 1.5rem 0;
1602
+ }
1603
+ .ProseMirror ul, .ProseMirror ol {
1604
+ padding-left: 1.5rem;
1605
+ margin-bottom: 0.75rem;
1606
+ margin-top: 0.75rem;
1607
+ }
1608
+ .ProseMirror ul {
1609
+ list-style-type: disc;
1610
+ }
1611
+ .ProseMirror ol {
1612
+ list-style-type: decimal;
1613
+ }
1614
+ .ProseMirror ul li, .ProseMirror ol li {
1615
+ margin-bottom: 0.25rem;
1616
+ padding-left: 0.25rem;
1617
+ color: var(--mw-text-primary);
1618
+ }
1619
+ .ProseMirror li>p {
1620
+ margin-bottom: 0;
1621
+ margin-top: 0;
1622
+ }
1623
+ .ProseMirror strong, .ProseMirror b {
1624
+ font-weight: 700;
1625
+ color: var(--mw-text-primary);
1626
+ }
1627
+ .ProseMirror em, .ProseMirror i {
1628
+ font-style: italic;
1629
+ color: var(--mw-text-primary);
1630
+ }
1631
+ .ProseMirror s, .ProseMirror strike, .ProseMirror del {
1632
+ color: var(--mw-text-secondary);
1633
+ }
1634
+ .ProseMirror blockquote {
1635
+ border-left: 4px solid var(--mw-quote-border);
1636
+ padding-left: var(--ui-component-padding-x);
1637
+ padding-right: var(--ui-component-padding-x);
1638
+ font-style: italic;
1639
+ color: var(--mw-quote-text);
1640
+ background-color: var(--mw-quote-bg);
1641
+ padding-top: var(--ui-component-padding-y);
1642
+ padding-bottom: var(--ui-component-padding-y);
1643
+ border-radius: 0 var(--radius) var(--radius) 0;
1644
+ margin-top: var(--ui-component-padding-y);
1645
+ margin-bottom: var(--ui-component-padding-y);
1646
+ }
1647
+ .ProseMirror blockquote p {
1648
+ margin-top: 0.5rem;
1649
+ margin-bottom: 0.5rem;
1650
+ }
1651
+ .ProseMirror blockquote p:first-child {
1652
+ margin-top: 0;
1653
+ }
1654
+ .ProseMirror blockquote p:last-child {
1655
+ margin-bottom: 0;
1656
+ }
1657
+ .ProseMirror ul>li::marker {
1658
+ color: var(--mw-heading-secondary);
1659
+ font-weight: 600;
1660
+ }
1661
+ .ProseMirror ol>li::marker {
1662
+ color: var(--mw-heading-secondary);
1663
+ font-weight: 600;
1664
+ }
1665
+ .ProseMirror code:not(pre code) {
1666
+ background-color: var(--mw-inline-code-bg);
1667
+ color: var(--mw-inline-code-text);
1668
+ padding: 2px 6px;
1669
+ border-radius: 3px;
1670
+ font-size: 0.9em;
1671
+ border: 1px solid var(--mw-inline-code-border);
1672
+ font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
1673
+ font-weight: normal;
1674
+ }
1675
+ .ProseMirror table {
1676
+ border-collapse: collapse;
1677
+ width: 100%;
1678
+ margin-top: var(--ui-component-padding-y);
1679
+ margin-bottom: var(--ui-component-padding-y);
1680
+ overflow: hidden;
1681
+ border-radius: var(--radius);
1682
+ box-shadow: 0 0 0 2px var(--mw-table-border);
1683
+ }
1684
+ .ProseMirror table th, .ProseMirror table td {
1685
+ border: 2px solid var(--mw-table-border);
1686
+ padding: var(--ui-table-cell-padding);
1687
+ text-align: left;
1688
+ min-width: 100px;
1689
+ }
1690
+ .ProseMirror table th {
1691
+ background-color: var(--mw-table-header-bg);
1692
+ font-weight: 600;
1693
+ color: var(--mw-table-header-text);
1694
+ border-bottom: 2px solid var(--mw-table-border);
1695
+ }
1696
+ .ProseMirror table td {
1697
+ background-color: var(--mw-bg-canvas);
1698
+ color: var(--mw-text-primary);
1699
+ }
1700
+ .ProseMirror table tr:hover td {
1701
+ background-color: var(--mw-table-row-hover);
1702
+ }
1703
+ .ProseMirror .column-resize-handle {
1704
+ position: absolute;
1705
+ right: -2px;
1706
+ top: 0;
1707
+ bottom: 0;
1708
+ width: 4px;
1709
+ background-color: var(--mw-table-resize-handle);
1710
+ cursor: col-resize;
1711
+ z-index: 20;
1712
+ }
1713
+ .ProseMirror pre {
1714
+ background: var(--mw-code-bg);
1715
+ color: var(--mw-code-text);
1716
+ padding: var(--ui-component-padding-x);
1717
+ border-radius: var(--radius);
1718
+ overflow-x: auto;
1719
+ margin-top: var(--ui-component-padding-y);
1720
+ margin-bottom: var(--ui-component-padding-y);
1721
+ font-size: 0.875rem;
1722
+ line-height: 1.5;
1723
+ }
1724
+ .ProseMirror pre code {
1725
+ display: block;
1726
+ white-space: pre;
1727
+ color: var(--mw-code-text);
1728
+ background: transparent;
1729
+ border: none;
1730
+ padding: 0;
1731
+ font-family: "Monaco", "Menlo", "Ubuntu Mono", "Courier New", monospace;
1732
+ }
1733
+ .ProseMirror .hljs {
1734
+ background: var(--mw-code-bg);
1735
+ color: var(--mw-code-text);
1736
+ }
1737
+ .mw-toolbar-root [data-tooltip] {
1738
+ position: relative;
1739
+ }
1740
+ .mw-toolbar-root [data-tooltip]::before {
1741
+ content: attr(data-tooltip);
1742
+ position: absolute;
1743
+ top: calc(100% + 8px);
1744
+ left: 50%;
1745
+ transform: translateX(-50%);
1746
+ padding: 6px 8px;
1747
+ background-color: var(--mw-tooltip-bg);
1748
+ color: var(--mw-tooltip-text);
1749
+ font-size: 12px;
1750
+ white-space: nowrap;
1751
+ border-radius: 4px;
1752
+ opacity: 0;
1753
+ pointer-events: none;
1754
+ transition: opacity 0.1s ease-in-out;
1755
+ z-index: 1000;
1756
+ }
1757
+ .mw-toolbar-root [data-tooltip]::after {
1758
+ content: "";
1759
+ position: absolute;
1760
+ top: calc(100% + 2px);
1761
+ left: 50%;
1762
+ transform: translateX(-50%);
1763
+ border: 6px solid transparent;
1764
+ border-bottom-color: var(--mw-tooltip-bg);
1765
+ opacity: 0;
1766
+ pointer-events: none;
1767
+ transition: opacity 0.1s ease-in-out;
1768
+ z-index: 1000;
1769
+ }
1770
+ .mw-toolbar-root [data-tooltip]:hover::before, .mw-toolbar-root [data-tooltip]:hover::after {
1771
+ opacity: 1;
1772
+ }
1773
+ .mw-emoji-picker {
1774
+ width: 320px;
1775
+ max-height: 320px;
1776
+ overflow: hidden;
1777
+ display: flex;
1778
+ flex-direction: column;
1779
+ }
1780
+ .mw-emoji-categories {
1781
+ display: flex;
1782
+ align-items: center;
1783
+ border-bottom: 1px solid var(--mw-toolbar-border, #e5e7eb);
1784
+ padding: 4px;
1785
+ gap: 2px;
1786
+ flex-shrink: 0;
1787
+ }
1788
+ .mw-emoji-search {
1789
+ padding: 6px;
1790
+ border-bottom: 1px solid var(--mw-toolbar-border, #e5e7eb);
1791
+ flex-shrink: 0;
1792
+ }
1793
+ .mw-emoji-search-input {
1794
+ width: 100%;
1795
+ height: 32px;
1796
+ padding: 0 10px;
1797
+ border-radius: 6px;
1798
+ border: 1px solid var(--mw-toolbar-border, #d1d5db);
1799
+ background-color: var(--mw-bg-canvas, #ffffff);
1800
+ color: var(--mw-toolbar-text, #111827);
1801
+ font-size: 13px;
1802
+ }
1803
+ .mw-emoji-search-input:focus {
1804
+ outline: none;
1805
+ border-color: var(--mw-ring, rgba(59, 130, 246, 0.75));
1806
+ box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
1807
+ }
1808
+ .mw-emoji-search-input::placeholder {
1809
+ color: var(--mw-text-secondary, #6b7280);
1810
+ }
1811
+ .mw-emoji-category-tab {
1812
+ width: 32px;
1813
+ height: 32px;
1814
+ display: flex;
1815
+ align-items: center;
1816
+ justify-content: center;
1817
+ border: 1px solid transparent;
1818
+ background: transparent;
1819
+ border-radius: var(--radius);
1820
+ cursor: pointer;
1821
+ transition: background-color 0.15s ease;
1822
+ color: var(--mw-toolbar-text, #111827);
1823
+ }
1824
+ .mw-emoji-category-tab:hover {
1825
+ background-color: var(--mw-toolbar-hover-bg, rgba(0, 0, 0, 0.06));
1826
+ }
1827
+ .mw-emoji-category-tab--active {
1828
+ background-color: var(--mw-toolbar-active-bg, rgba(0, 0, 0, 0.08));
1829
+ color: var(--mw-toolbar-text, #111827);
1830
+ border-color: var(--mw-toolbar-border, #d1d5db);
1831
+ box-shadow: inset 0 -2px 0 var(--mw-ring, rgba(59, 130, 246, 0.85));
1832
+ }
1833
+ .mw-emoji-category-tab:focus-visible {
1834
+ outline: none;
1835
+ box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
1836
+ }
1837
+ .mw-emoji-category-icon {
1838
+ font-size: 16px;
1839
+ line-height: 1;
1840
+ }
1841
+ .mw-emoji-scroll {
1842
+ overflow-y: auto;
1843
+ overflow-x: hidden;
1844
+ scrollbar-gutter: stable;
1845
+ flex: 1 1 auto;
1846
+ min-height: 0;
1847
+ padding: 6px;
1848
+ }
1849
+ .mw-emoji-sections {
1850
+ display: flex;
1851
+ flex-direction: column;
1852
+ gap: 10px;
1853
+ }
1854
+ .mw-emoji-section-header {
1855
+ display: flex;
1856
+ align-items: center;
1857
+ gap: 6px;
1858
+ padding: 4px 2px;
1859
+ border-bottom: 1px solid var(--mw-toolbar-border, #e5e7eb);
1860
+ margin-bottom: 6px;
1861
+ }
1862
+ .mw-emoji-section-icon {
1863
+ font-size: 14px;
1864
+ line-height: 1;
1865
+ }
1866
+ .mw-emoji-section-title {
1867
+ font-size: 12px;
1868
+ font-weight: 600;
1869
+ color: var(--mw-toolbar-text, #111827);
1870
+ }
1871
+ .mw-emoji-grid {
1872
+ display: grid;
1873
+ grid-template-columns: repeat(8, minmax(0, 1fr));
1874
+ gap: 2px;
1875
+ padding: 0;
1876
+ }
1877
+ .mw-emoji-empty {
1878
+ grid-column: 1 / -1;
1879
+ padding: 12px 8px;
1880
+ color: var(--mw-text-secondary, #6b7280);
1881
+ font-size: 12px;
1882
+ }
1883
+ .mw-emoji-item {
1884
+ width: 100%;
1885
+ height: 36px;
1886
+ display: flex;
1887
+ align-items: center;
1888
+ justify-content: center;
1889
+ border: none;
1890
+ background: transparent;
1891
+ border-radius: var(--radius);
1892
+ cursor: pointer;
1893
+ transition: background-color 0.15s ease;
1894
+ color: var(--mw-toolbar-text, #111827);
1895
+ font-size: 20px;
1896
+ line-height: 1;
1897
+ }
1898
+ .mw-emoji-item:hover {
1899
+ background-color: var(--mw-toolbar-hover-bg, rgba(0, 0, 0, 0.06));
1900
+ }
1901
+ .mw-emoji-item:focus {
1902
+ outline: 2px solid var(--mw-toolbar-border, #e5e7eb);
1903
+ outline-offset: -2px;
1904
+ }
1905
+ .mw-emoji-item:disabled {
1906
+ opacity: 0.5;
1907
+ cursor: not-allowed;
1908
+ }
1909
+ .mw-emoji-char {
1910
+ font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "EmojiOne Color", "Android Emoji", sans-serif;
1911
+ font-style: normal;
1912
+ font-weight: normal;
1913
+ line-height: 1;
1914
+ }
1915
+ .mw-image-picker {
1916
+ width: 320px;
1917
+ max-height: 360px;
1918
+ overflow: hidden;
1919
+ display: flex;
1920
+ flex-direction: column;
1921
+ }
1922
+ .mw-image-body {
1923
+ padding: 10px;
1924
+ }
1925
+ .mw-image-form {
1926
+ display: flex;
1927
+ flex-direction: column;
1928
+ gap: 6px;
1929
+ }
1930
+ .mw-image-label {
1931
+ font-size: 12px;
1932
+ font-weight: 600;
1933
+ color: var(--mw-text-secondary, #6b7280);
1934
+ }
1935
+ .mw-image-input {
1936
+ width: 100%;
1937
+ height: 34px;
1938
+ padding: 0 10px;
1939
+ border-radius: var(--radius);
1940
+ border: 1px solid var(--mw-toolbar-border, #d1d5db);
1941
+ background-color: var(--mw-bg-canvas, #ffffff);
1942
+ color: var(--mw-text-primary, #111827);
1943
+ font-size: 13px;
1944
+ }
1945
+ .mw-image-input:focus {
1946
+ outline: none;
1947
+ border-color: var(--mw-ring, rgba(59, 130, 246, 0.75));
1948
+ box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
1949
+ }
1950
+ .mw-image-actions {
1951
+ display: flex;
1952
+ justify-content: flex-end;
1953
+ margin-top: 6px;
1954
+ }
1955
+ .mw-image-insert {
1956
+ height: 34px;
1957
+ padding: 0 12px;
1958
+ border-radius: 6px;
1959
+ cursor: pointer;
1960
+ font-size: 13px;
1961
+ font-weight: 600;
1962
+ }
1963
+ .mw-image-insert:hover {
1964
+ background-color: var(--mw-toolbar-hover-bg, rgba(0, 0, 0, 0.06));
1965
+ }
1966
+ .mw-image-insert:disabled {
1967
+ opacity: 0.5;
1968
+ cursor: not-allowed;
1969
+ }
1970
+ .mw-image-file-section {
1971
+ display: flex;
1972
+ flex-direction: column;
1973
+ gap: 8px;
1974
+ margin-bottom: 4px;
1975
+ }
1976
+ .mw-image-file-button {
1977
+ display: flex;
1978
+ align-items: center;
1979
+ justify-content: center;
1980
+ gap: 8px;
1981
+ width: 100%;
1982
+ height: 48px;
1983
+ border: 2px dashed #4b5563;
1984
+ background-color: var(--mw-toolbar-hover-bg, rgba(0, 0, 0, 0.02));
1985
+ color: var(--mw-text-primary, #111827);
1986
+ border-radius: var(--radius);
1987
+ font-size: 13px;
1988
+ font-weight: 600;
1989
+ cursor: pointer;
1990
+ transition: all 0.2s ease;
1991
+ }
1992
+ .mw-image-file-button:hover {
1993
+ border-color: var(--mw-ring, #3b82f6);
1994
+ background-color: var(--mw-toolbar-hover-bg, rgba(0, 0, 0, 0.04));
1995
+ color: #3b82f6;
1996
+ }
1997
+ .mw-image-file-button:active {
1998
+ background-color: var(--mw-toolbar-active-bg, rgba(0, 0, 0, 0.08));
1999
+ transform: scale(0.98);
2000
+ }
2001
+ .mw-image-file-button:disabled {
2002
+ opacity: 0.5;
2003
+ cursor: not-allowed;
2004
+ }
2005
+ .mw-image-file-section {
2006
+ display: flex;
2007
+ flex-direction: column;
2008
+ gap: 8px;
2009
+ margin-bottom: 4px;
2010
+ }
2011
+ .mw-image-file-button {
2012
+ display: flex;
2013
+ align-items: center;
2014
+ justify-content: center;
2015
+ gap: 8px;
2016
+ width: 100%;
2017
+ height: 48px;
2018
+ border: 2px dashed var(--mw-toolbar-border, #d1d5db);
2019
+ background-color: var(--mw-toolbar-hover-bg, rgba(0, 0, 0, 0.02));
2020
+ color: var(--mw-text-primary, #111827);
2021
+ border-radius: var(--radius);
2022
+ font-size: 13px;
2023
+ font-weight: 600;
2024
+ cursor: pointer;
2025
+ transition: all 0.2s ease;
2026
+ }
2027
+ .mw-image-file-button:hover {
2028
+ border-color: var(--mw-ring, #3b82f6);
2029
+ background-color: var(--mw-toolbar-hover-bg, rgba(0, 0, 0, 0.04));
2030
+ color: #3b82f6;
2031
+ }
2032
+ .mw-image-file-button:active {
2033
+ background-color: var(--mw-toolbar-active-bg, rgba(0, 0, 0, 0.08));
2034
+ transform: scale(0.98);
2035
+ }
2036
+ .mw-image-file-button:disabled {
2037
+ opacity: 0.5;
2038
+ cursor: not-allowed;
2039
+ }
2040
+ @property --tw-translate-x {
2041
+ syntax: "*";
2042
+ inherits: false;
2043
+ initial-value: 0;
2044
+ }
2045
+ @property --tw-translate-y {
2046
+ syntax: "*";
2047
+ inherits: false;
2048
+ initial-value: 0;
2049
+ }
2050
+ @property --tw-translate-z {
2051
+ syntax: "*";
2052
+ inherits: false;
2053
+ initial-value: 0;
2054
+ }
2055
+ @property --tw-scale-x {
2056
+ syntax: "*";
2057
+ inherits: false;
2058
+ initial-value: 1;
2059
+ }
2060
+ @property --tw-scale-y {
2061
+ syntax: "*";
2062
+ inherits: false;
2063
+ initial-value: 1;
2064
+ }
2065
+ @property --tw-scale-z {
2066
+ syntax: "*";
2067
+ inherits: false;
2068
+ initial-value: 1;
2069
+ }
2070
+ @property --tw-rotate-x {
2071
+ syntax: "*";
2072
+ inherits: false;
2073
+ }
2074
+ @property --tw-rotate-y {
2075
+ syntax: "*";
2076
+ inherits: false;
2077
+ }
2078
+ @property --tw-rotate-z {
2079
+ syntax: "*";
2080
+ inherits: false;
2081
+ }
2082
+ @property --tw-skew-x {
2083
+ syntax: "*";
2084
+ inherits: false;
2085
+ }
2086
+ @property --tw-skew-y {
2087
+ syntax: "*";
2088
+ inherits: false;
2089
+ }
2090
+ @property --tw-space-y-reverse {
2091
+ syntax: "*";
2092
+ inherits: false;
2093
+ initial-value: 0;
2094
+ }
2095
+ @property --tw-space-x-reverse {
2096
+ syntax: "*";
2097
+ inherits: false;
2098
+ initial-value: 0;
2099
+ }
2100
+ @property --tw-border-style {
2101
+ syntax: "*";
2102
+ inherits: false;
2103
+ initial-value: solid;
2104
+ }
2105
+ @property --tw-leading {
2106
+ syntax: "*";
2107
+ inherits: false;
2108
+ }
2109
+ @property --tw-font-weight {
2110
+ syntax: "*";
2111
+ inherits: false;
2112
+ }
2113
+ @property --tw-tracking {
2114
+ syntax: "*";
2115
+ inherits: false;
2116
+ }
2117
+ @property --tw-shadow {
2118
+ syntax: "*";
2119
+ inherits: false;
2120
+ initial-value: 0 0 #0000;
2121
+ }
2122
+ @property --tw-shadow-color {
2123
+ syntax: "*";
2124
+ inherits: false;
2125
+ }
2126
+ @property --tw-shadow-alpha {
2127
+ syntax: "<percentage>";
2128
+ inherits: false;
2129
+ initial-value: 100%;
2130
+ }
2131
+ @property --tw-inset-shadow {
2132
+ syntax: "*";
2133
+ inherits: false;
2134
+ initial-value: 0 0 #0000;
2135
+ }
2136
+ @property --tw-inset-shadow-color {
2137
+ syntax: "*";
2138
+ inherits: false;
2139
+ }
2140
+ @property --tw-inset-shadow-alpha {
2141
+ syntax: "<percentage>";
2142
+ inherits: false;
2143
+ initial-value: 100%;
2144
+ }
2145
+ @property --tw-ring-color {
2146
+ syntax: "*";
2147
+ inherits: false;
2148
+ }
2149
+ @property --tw-ring-shadow {
2150
+ syntax: "*";
2151
+ inherits: false;
2152
+ initial-value: 0 0 #0000;
2153
+ }
2154
+ @property --tw-inset-ring-color {
2155
+ syntax: "*";
2156
+ inherits: false;
2157
+ }
2158
+ @property --tw-inset-ring-shadow {
2159
+ syntax: "*";
2160
+ inherits: false;
2161
+ initial-value: 0 0 #0000;
2162
+ }
2163
+ @property --tw-ring-inset {
2164
+ syntax: "*";
2165
+ inherits: false;
2166
+ }
2167
+ @property --tw-ring-offset-width {
2168
+ syntax: "<length>";
2169
+ inherits: false;
2170
+ initial-value: 0px;
2171
+ }
2172
+ @property --tw-ring-offset-color {
2173
+ syntax: "*";
2174
+ inherits: false;
2175
+ initial-value: #fff;
2176
+ }
2177
+ @property --tw-ring-offset-shadow {
2178
+ syntax: "*";
2179
+ inherits: false;
2180
+ initial-value: 0 0 #0000;
2181
+ }
2182
+ @property --tw-blur {
2183
+ syntax: "*";
2184
+ inherits: false;
2185
+ }
2186
+ @property --tw-brightness {
2187
+ syntax: "*";
2188
+ inherits: false;
2189
+ }
2190
+ @property --tw-contrast {
2191
+ syntax: "*";
2192
+ inherits: false;
2193
+ }
2194
+ @property --tw-grayscale {
2195
+ syntax: "*";
2196
+ inherits: false;
2197
+ }
2198
+ @property --tw-hue-rotate {
2199
+ syntax: "*";
2200
+ inherits: false;
2201
+ }
2202
+ @property --tw-invert {
2203
+ syntax: "*";
2204
+ inherits: false;
2205
+ }
2206
+ @property --tw-opacity {
2207
+ syntax: "*";
2208
+ inherits: false;
2209
+ }
2210
+ @property --tw-saturate {
2211
+ syntax: "*";
2212
+ inherits: false;
2213
+ }
2214
+ @property --tw-sepia {
2215
+ syntax: "*";
2216
+ inherits: false;
2217
+ }
2218
+ @property --tw-drop-shadow {
2219
+ syntax: "*";
2220
+ inherits: false;
2221
+ }
2222
+ @property --tw-drop-shadow-color {
2223
+ syntax: "*";
2224
+ inherits: false;
2225
+ }
2226
+ @property --tw-drop-shadow-alpha {
2227
+ syntax: "<percentage>";
2228
+ inherits: false;
2229
+ initial-value: 100%;
2230
+ }
2231
+ @property --tw-drop-shadow-size {
2232
+ syntax: "*";
2233
+ inherits: false;
2234
+ }
2235
+ @property --tw-backdrop-blur {
2236
+ syntax: "*";
2237
+ inherits: false;
2238
+ }
2239
+ @property --tw-backdrop-brightness {
2240
+ syntax: "*";
2241
+ inherits: false;
2242
+ }
2243
+ @property --tw-backdrop-contrast {
2244
+ syntax: "*";
2245
+ inherits: false;
2246
+ }
2247
+ @property --tw-backdrop-grayscale {
2248
+ syntax: "*";
2249
+ inherits: false;
2250
+ }
2251
+ @property --tw-backdrop-hue-rotate {
2252
+ syntax: "*";
2253
+ inherits: false;
2254
+ }
2255
+ @property --tw-backdrop-invert {
2256
+ syntax: "*";
2257
+ inherits: false;
2258
+ }
2259
+ @property --tw-backdrop-opacity {
2260
+ syntax: "*";
2261
+ inherits: false;
2262
+ }
2263
+ @property --tw-backdrop-saturate {
2264
+ syntax: "*";
2265
+ inherits: false;
2266
+ }
2267
+ @property --tw-backdrop-sepia {
2268
+ syntax: "*";
2269
+ inherits: false;
2270
+ }
2271
+ @property --tw-duration {
2272
+ syntax: "*";
2273
+ inherits: false;
2274
+ }
2275
+ @keyframes spin {
2276
+ to {
2277
+ transform: rotate(360deg);
2278
+ }
2279
+ }
2280
+ @layer properties {
2281
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
2282
+ *, ::before, ::after, ::backdrop {
2283
+ --tw-translate-x: 0;
2284
+ --tw-translate-y: 0;
2285
+ --tw-translate-z: 0;
2286
+ --tw-scale-x: 1;
2287
+ --tw-scale-y: 1;
2288
+ --tw-scale-z: 1;
2289
+ --tw-rotate-x: initial;
2290
+ --tw-rotate-y: initial;
2291
+ --tw-rotate-z: initial;
2292
+ --tw-skew-x: initial;
2293
+ --tw-skew-y: initial;
2294
+ --tw-space-y-reverse: 0;
2295
+ --tw-space-x-reverse: 0;
2296
+ --tw-border-style: solid;
2297
+ --tw-leading: initial;
2298
+ --tw-font-weight: initial;
2299
+ --tw-tracking: initial;
2300
+ --tw-shadow: 0 0 #0000;
2301
+ --tw-shadow-color: initial;
2302
+ --tw-shadow-alpha: 100%;
2303
+ --tw-inset-shadow: 0 0 #0000;
2304
+ --tw-inset-shadow-color: initial;
2305
+ --tw-inset-shadow-alpha: 100%;
2306
+ --tw-ring-color: initial;
2307
+ --tw-ring-shadow: 0 0 #0000;
2308
+ --tw-inset-ring-color: initial;
2309
+ --tw-inset-ring-shadow: 0 0 #0000;
2310
+ --tw-ring-inset: initial;
2311
+ --tw-ring-offset-width: 0px;
2312
+ --tw-ring-offset-color: #fff;
2313
+ --tw-ring-offset-shadow: 0 0 #0000;
2314
+ --tw-blur: initial;
2315
+ --tw-brightness: initial;
2316
+ --tw-contrast: initial;
2317
+ --tw-grayscale: initial;
2318
+ --tw-hue-rotate: initial;
2319
+ --tw-invert: initial;
2320
+ --tw-opacity: initial;
2321
+ --tw-saturate: initial;
2322
+ --tw-sepia: initial;
2323
+ --tw-drop-shadow: initial;
2324
+ --tw-drop-shadow-color: initial;
2325
+ --tw-drop-shadow-alpha: 100%;
2326
+ --tw-drop-shadow-size: initial;
2327
+ --tw-backdrop-blur: initial;
2328
+ --tw-backdrop-brightness: initial;
2329
+ --tw-backdrop-contrast: initial;
2330
+ --tw-backdrop-grayscale: initial;
2331
+ --tw-backdrop-hue-rotate: initial;
2332
+ --tw-backdrop-invert: initial;
2333
+ --tw-backdrop-opacity: initial;
2334
+ --tw-backdrop-saturate: initial;
2335
+ --tw-backdrop-sepia: initial;
2336
+ --tw-duration: initial;
2337
+ }
2338
+ }
2339
+ }