treesap 0.1.13 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/README.md +31 -192
  2. package/dist/app.d.ts +28 -0
  3. package/dist/app.d.ts.map +1 -0
  4. package/dist/app.js +184 -0
  5. package/dist/app.js.map +1 -0
  6. package/dist/context.d.ts +36 -0
  7. package/dist/context.d.ts.map +1 -0
  8. package/dist/context.js +95 -0
  9. package/dist/context.js.map +1 -0
  10. package/dist/index.d.ts +5 -7
  11. package/dist/index.d.ts.map +1 -1
  12. package/dist/index.js +5 -9
  13. package/dist/index.js.map +1 -1
  14. package/dist/middleware/cors.d.ts +11 -0
  15. package/dist/middleware/cors.d.ts.map +1 -0
  16. package/dist/middleware/cors.js +34 -0
  17. package/dist/middleware/cors.js.map +1 -0
  18. package/dist/middleware/serve-static.d.ts +6 -0
  19. package/dist/middleware/serve-static.d.ts.map +1 -0
  20. package/dist/middleware/serve-static.js +68 -0
  21. package/dist/middleware/serve-static.js.map +1 -0
  22. package/dist/node.d.ts +8 -0
  23. package/dist/node.d.ts.map +1 -0
  24. package/dist/node.js +52 -0
  25. package/dist/node.js.map +1 -0
  26. package/dist/path.d.ts +10 -0
  27. package/dist/path.d.ts.map +1 -0
  28. package/dist/path.js +45 -0
  29. package/dist/path.js.map +1 -0
  30. package/dist/vite.d.ts +31 -0
  31. package/dist/vite.d.ts.map +1 -0
  32. package/dist/vite.js +278 -0
  33. package/dist/vite.js.map +1 -0
  34. package/package.json +33 -40
  35. package/dist/cli.d.ts +0 -3
  36. package/dist/cli.d.ts.map +0 -1
  37. package/dist/cli.js +0 -137
  38. package/dist/cli.js.map +0 -1
  39. package/dist/components/BaseHead.d.ts +0 -5
  40. package/dist/components/BaseHead.d.ts.map +0 -1
  41. package/dist/components/BaseHead.js +0 -161
  42. package/dist/components/BaseHead.js.map +0 -1
  43. package/dist/components/ChatInput.d.ts +0 -7
  44. package/dist/components/ChatInput.d.ts.map +0 -1
  45. package/dist/components/ChatInput.js +0 -11
  46. package/dist/components/ChatInput.js.map +0 -1
  47. package/dist/components/Sidebar.d.ts +0 -8
  48. package/dist/components/Sidebar.d.ts.map +0 -1
  49. package/dist/components/Sidebar.js +0 -7
  50. package/dist/components/Sidebar.js.map +0 -1
  51. package/dist/components/SimpleLivePreview.d.ts +0 -7
  52. package/dist/components/SimpleLivePreview.d.ts.map +0 -1
  53. package/dist/components/SimpleLivePreview.js +0 -7
  54. package/dist/components/SimpleLivePreview.js.map +0 -1
  55. package/dist/components/Terminal.d.ts +0 -7
  56. package/dist/components/Terminal.d.ts.map +0 -1
  57. package/dist/components/Terminal.js +0 -14
  58. package/dist/components/Terminal.js.map +0 -1
  59. package/dist/components/VoiceRecorder.d.ts +0 -4
  60. package/dist/components/VoiceRecorder.d.ts.map +0 -1
  61. package/dist/components/VoiceRecorder.js +0 -5
  62. package/dist/components/VoiceRecorder.js.map +0 -1
  63. package/dist/components/icons/GeminiLogo.d.ts +0 -7
  64. package/dist/components/icons/GeminiLogo.d.ts.map +0 -1
  65. package/dist/components/icons/GeminiLogo.js +0 -5
  66. package/dist/components/icons/GeminiLogo.js.map +0 -1
  67. package/dist/components/icons/OllamaLogo.d.ts +0 -2
  68. package/dist/components/icons/OllamaLogo.d.ts.map +0 -1
  69. package/dist/components/icons/OllamaLogo.js +0 -5
  70. package/dist/components/icons/OllamaLogo.js.map +0 -1
  71. package/dist/layouts/Layout.d.ts +0 -9
  72. package/dist/layouts/Layout.d.ts.map +0 -1
  73. package/dist/layouts/Layout.js +0 -9
  74. package/dist/layouts/Layout.js.map +0 -1
  75. package/dist/layouts/NotFoundLayout.d.ts +0 -2
  76. package/dist/layouts/NotFoundLayout.d.ts.map +0 -1
  77. package/dist/layouts/NotFoundLayout.js +0 -6
  78. package/dist/layouts/NotFoundLayout.js.map +0 -1
  79. package/dist/pages/Code.d.ts +0 -7
  80. package/dist/pages/Code.d.ts.map +0 -1
  81. package/dist/pages/Code.js +0 -8
  82. package/dist/pages/Code.js.map +0 -1
  83. package/dist/pages/Home.d.ts +0 -7
  84. package/dist/pages/Home.d.ts.map +0 -1
  85. package/dist/pages/Home.js +0 -8
  86. package/dist/pages/Home.js.map +0 -1
  87. package/dist/pages/Welcome.d.ts +0 -2
  88. package/dist/pages/Welcome.d.ts.map +0 -1
  89. package/dist/pages/Welcome.js +0 -6
  90. package/dist/pages/Welcome.js.map +0 -1
  91. package/dist/server.d.ts +0 -11
  92. package/dist/server.d.ts.map +0 -1
  93. package/dist/server.js +0 -434
  94. package/dist/server.js.map +0 -1
  95. package/dist/services/dev-server.d.ts +0 -29
  96. package/dist/services/dev-server.d.ts.map +0 -1
  97. package/dist/services/dev-server.js +0 -201
  98. package/dist/services/dev-server.js.map +0 -1
  99. package/dist/services/terminal.d.ts +0 -46
  100. package/dist/services/terminal.d.ts.map +0 -1
  101. package/dist/services/terminal.js +0 -264
  102. package/dist/services/terminal.js.map +0 -1
  103. package/dist/services/websocket.d.ts +0 -48
  104. package/dist/services/websocket.d.ts.map +0 -1
  105. package/dist/services/websocket.js +0 -332
  106. package/dist/services/websocket.js.map +0 -1
  107. package/dist/static/components/ChatInput.js +0 -237
  108. package/dist/static/components/Sidebar.js +0 -225
  109. package/dist/static/components/SimpleLivePreview.js +0 -305
  110. package/dist/static/components/Terminal.js +0 -461
  111. package/dist/static/components/TerminalTabs.js +0 -383
  112. package/dist/static/favicon.svg +0 -14
  113. package/dist/static/signals/LivePreviewSignal.js +0 -71
  114. package/dist/static/signals/SidebarSignal.js +0 -123
  115. package/dist/static/signals/TerminalSignal.js +0 -273
  116. package/dist/static/styles/main.css +0 -1761
  117. package/src/cli.ts +0 -155
  118. package/src/components/BaseHead.ts +0 -164
  119. package/src/components/ChatInput.tsx +0 -56
  120. package/src/components/Sidebar.tsx +0 -99
  121. package/src/components/SimpleLivePreview.tsx +0 -40
  122. package/src/components/Terminal.tsx +0 -40
  123. package/src/components/VoiceRecorder.tsx +0 -33
  124. package/src/components/icons/GeminiLogo.tsx +0 -10
  125. package/src/components/icons/OllamaLogo.tsx +0 -5
  126. package/src/index.tsx +0 -12
  127. package/src/layouts/Layout.tsx +0 -41
  128. package/src/layouts/NotFoundLayout.tsx +0 -15
  129. package/src/pages/Code.tsx +0 -34
  130. package/src/pages/Welcome.tsx +0 -56
  131. package/src/server.tsx +0 -519
  132. package/src/services/dev-server.ts +0 -234
  133. package/src/services/terminal.ts +0 -325
  134. package/src/services/websocket.ts +0 -405
  135. package/src/static/components/ChatInput.js +0 -237
  136. package/src/static/components/Sidebar.js +0 -225
  137. package/src/static/components/SimpleLivePreview.js +0 -305
  138. package/src/static/components/Terminal.js +0 -461
  139. package/src/static/components/TerminalTabs.js +0 -383
  140. package/src/static/favicon.svg +0 -14
  141. package/src/static/signals/LivePreviewSignal.js +0 -71
  142. package/src/static/signals/SidebarSignal.js +0 -123
  143. package/src/static/signals/TerminalSignal.js +0 -273
  144. package/src/static/styles/main.css +0 -1761
  145. package/src/styles/input.css +0 -3
  146. package/tailwind.config.ts +0 -22
  147. package/tsconfig.json +0 -37
@@ -1,1761 +0,0 @@
1
- *, ::before, ::after {
2
- --tw-border-spacing-x: 0;
3
- --tw-border-spacing-y: 0;
4
- --tw-translate-x: 0;
5
- --tw-translate-y: 0;
6
- --tw-rotate: 0;
7
- --tw-skew-x: 0;
8
- --tw-skew-y: 0;
9
- --tw-scale-x: 1;
10
- --tw-scale-y: 1;
11
- --tw-pan-x: ;
12
- --tw-pan-y: ;
13
- --tw-pinch-zoom: ;
14
- --tw-scroll-snap-strictness: proximity;
15
- --tw-gradient-from-position: ;
16
- --tw-gradient-via-position: ;
17
- --tw-gradient-to-position: ;
18
- --tw-ordinal: ;
19
- --tw-slashed-zero: ;
20
- --tw-numeric-figure: ;
21
- --tw-numeric-spacing: ;
22
- --tw-numeric-fraction: ;
23
- --tw-ring-inset: ;
24
- --tw-ring-offset-width: 0px;
25
- --tw-ring-offset-color: #fff;
26
- --tw-ring-color: rgb(59 130 246 / 0.5);
27
- --tw-ring-offset-shadow: 0 0 #0000;
28
- --tw-ring-shadow: 0 0 #0000;
29
- --tw-shadow: 0 0 #0000;
30
- --tw-shadow-colored: 0 0 #0000;
31
- --tw-blur: ;
32
- --tw-brightness: ;
33
- --tw-contrast: ;
34
- --tw-grayscale: ;
35
- --tw-hue-rotate: ;
36
- --tw-invert: ;
37
- --tw-saturate: ;
38
- --tw-sepia: ;
39
- --tw-drop-shadow: ;
40
- --tw-backdrop-blur: ;
41
- --tw-backdrop-brightness: ;
42
- --tw-backdrop-contrast: ;
43
- --tw-backdrop-grayscale: ;
44
- --tw-backdrop-hue-rotate: ;
45
- --tw-backdrop-invert: ;
46
- --tw-backdrop-opacity: ;
47
- --tw-backdrop-saturate: ;
48
- --tw-backdrop-sepia: ;
49
- --tw-contain-size: ;
50
- --tw-contain-layout: ;
51
- --tw-contain-paint: ;
52
- --tw-contain-style: ;
53
- }
54
-
55
- ::backdrop {
56
- --tw-border-spacing-x: 0;
57
- --tw-border-spacing-y: 0;
58
- --tw-translate-x: 0;
59
- --tw-translate-y: 0;
60
- --tw-rotate: 0;
61
- --tw-skew-x: 0;
62
- --tw-skew-y: 0;
63
- --tw-scale-x: 1;
64
- --tw-scale-y: 1;
65
- --tw-pan-x: ;
66
- --tw-pan-y: ;
67
- --tw-pinch-zoom: ;
68
- --tw-scroll-snap-strictness: proximity;
69
- --tw-gradient-from-position: ;
70
- --tw-gradient-via-position: ;
71
- --tw-gradient-to-position: ;
72
- --tw-ordinal: ;
73
- --tw-slashed-zero: ;
74
- --tw-numeric-figure: ;
75
- --tw-numeric-spacing: ;
76
- --tw-numeric-fraction: ;
77
- --tw-ring-inset: ;
78
- --tw-ring-offset-width: 0px;
79
- --tw-ring-offset-color: #fff;
80
- --tw-ring-color: rgb(59 130 246 / 0.5);
81
- --tw-ring-offset-shadow: 0 0 #0000;
82
- --tw-ring-shadow: 0 0 #0000;
83
- --tw-shadow: 0 0 #0000;
84
- --tw-shadow-colored: 0 0 #0000;
85
- --tw-blur: ;
86
- --tw-brightness: ;
87
- --tw-contrast: ;
88
- --tw-grayscale: ;
89
- --tw-hue-rotate: ;
90
- --tw-invert: ;
91
- --tw-saturate: ;
92
- --tw-sepia: ;
93
- --tw-drop-shadow: ;
94
- --tw-backdrop-blur: ;
95
- --tw-backdrop-brightness: ;
96
- --tw-backdrop-contrast: ;
97
- --tw-backdrop-grayscale: ;
98
- --tw-backdrop-hue-rotate: ;
99
- --tw-backdrop-invert: ;
100
- --tw-backdrop-opacity: ;
101
- --tw-backdrop-saturate: ;
102
- --tw-backdrop-sepia: ;
103
- --tw-contain-size: ;
104
- --tw-contain-layout: ;
105
- --tw-contain-paint: ;
106
- --tw-contain-style: ;
107
- }
108
-
109
- /*
110
- ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
111
- */
112
-
113
- /*
114
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
115
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
116
- */
117
-
118
- *,
119
- ::before,
120
- ::after {
121
- box-sizing: border-box;
122
- /* 1 */
123
- border-width: 0;
124
- /* 2 */
125
- border-style: solid;
126
- /* 2 */
127
- border-color: #e5e7eb;
128
- /* 2 */
129
- }
130
-
131
- ::before,
132
- ::after {
133
- --tw-content: '';
134
- }
135
-
136
- /*
137
- 1. Use a consistent sensible line-height in all browsers.
138
- 2. Prevent adjustments of font size after orientation changes in iOS.
139
- 3. Use a more readable tab size.
140
- 4. Use the user's configured `sans` font-family by default.
141
- 5. Use the user's configured `sans` font-feature-settings by default.
142
- 6. Use the user's configured `sans` font-variation-settings by default.
143
- 7. Disable tap highlights on iOS
144
- */
145
-
146
- html,
147
- :host {
148
- line-height: 1.5;
149
- /* 1 */
150
- -webkit-text-size-adjust: 100%;
151
- /* 2 */
152
- -moz-tab-size: 4;
153
- /* 3 */
154
- -o-tab-size: 4;
155
- tab-size: 4;
156
- /* 3 */
157
- font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
158
- /* 4 */
159
- font-feature-settings: normal;
160
- /* 5 */
161
- font-variation-settings: normal;
162
- /* 6 */
163
- -webkit-tap-highlight-color: transparent;
164
- /* 7 */
165
- }
166
-
167
- /*
168
- 1. Remove the margin in all browsers.
169
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
170
- */
171
-
172
- body {
173
- margin: 0;
174
- /* 1 */
175
- line-height: inherit;
176
- /* 2 */
177
- }
178
-
179
- /*
180
- 1. Add the correct height in Firefox.
181
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
182
- 3. Ensure horizontal rules are visible by default.
183
- */
184
-
185
- hr {
186
- height: 0;
187
- /* 1 */
188
- color: inherit;
189
- /* 2 */
190
- border-top-width: 1px;
191
- /* 3 */
192
- }
193
-
194
- /*
195
- Add the correct text decoration in Chrome, Edge, and Safari.
196
- */
197
-
198
- abbr:where([title]) {
199
- -webkit-text-decoration: underline dotted;
200
- text-decoration: underline dotted;
201
- }
202
-
203
- /*
204
- Remove the default font size and weight for headings.
205
- */
206
-
207
- h1,
208
- h2,
209
- h3,
210
- h4,
211
- h5,
212
- h6 {
213
- font-size: inherit;
214
- font-weight: inherit;
215
- }
216
-
217
- /*
218
- Reset links to optimize for opt-in styling instead of opt-out.
219
- */
220
-
221
- a {
222
- color: inherit;
223
- text-decoration: inherit;
224
- }
225
-
226
- /*
227
- Add the correct font weight in Edge and Safari.
228
- */
229
-
230
- b,
231
- strong {
232
- font-weight: bolder;
233
- }
234
-
235
- /*
236
- 1. Use the user's configured `mono` font-family by default.
237
- 2. Use the user's configured `mono` font-feature-settings by default.
238
- 3. Use the user's configured `mono` font-variation-settings by default.
239
- 4. Correct the odd `em` font sizing in all browsers.
240
- */
241
-
242
- code,
243
- kbd,
244
- samp,
245
- pre {
246
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
247
- /* 1 */
248
- font-feature-settings: normal;
249
- /* 2 */
250
- font-variation-settings: normal;
251
- /* 3 */
252
- font-size: 1em;
253
- /* 4 */
254
- }
255
-
256
- /*
257
- Add the correct font size in all browsers.
258
- */
259
-
260
- small {
261
- font-size: 80%;
262
- }
263
-
264
- /*
265
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
266
- */
267
-
268
- sub,
269
- sup {
270
- font-size: 75%;
271
- line-height: 0;
272
- position: relative;
273
- vertical-align: baseline;
274
- }
275
-
276
- sub {
277
- bottom: -0.25em;
278
- }
279
-
280
- sup {
281
- top: -0.5em;
282
- }
283
-
284
- /*
285
- 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
286
- 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
287
- 3. Remove gaps between table borders by default.
288
- */
289
-
290
- table {
291
- text-indent: 0;
292
- /* 1 */
293
- border-color: inherit;
294
- /* 2 */
295
- border-collapse: collapse;
296
- /* 3 */
297
- }
298
-
299
- /*
300
- 1. Change the font styles in all browsers.
301
- 2. Remove the margin in Firefox and Safari.
302
- 3. Remove default padding in all browsers.
303
- */
304
-
305
- button,
306
- input,
307
- optgroup,
308
- select,
309
- textarea {
310
- font-family: inherit;
311
- /* 1 */
312
- font-feature-settings: inherit;
313
- /* 1 */
314
- font-variation-settings: inherit;
315
- /* 1 */
316
- font-size: 100%;
317
- /* 1 */
318
- font-weight: inherit;
319
- /* 1 */
320
- line-height: inherit;
321
- /* 1 */
322
- letter-spacing: inherit;
323
- /* 1 */
324
- color: inherit;
325
- /* 1 */
326
- margin: 0;
327
- /* 2 */
328
- padding: 0;
329
- /* 3 */
330
- }
331
-
332
- /*
333
- Remove the inheritance of text transform in Edge and Firefox.
334
- */
335
-
336
- button,
337
- select {
338
- text-transform: none;
339
- }
340
-
341
- /*
342
- 1. Correct the inability to style clickable types in iOS and Safari.
343
- 2. Remove default button styles.
344
- */
345
-
346
- button,
347
- input:where([type='button']),
348
- input:where([type='reset']),
349
- input:where([type='submit']) {
350
- -webkit-appearance: button;
351
- /* 1 */
352
- background-color: transparent;
353
- /* 2 */
354
- background-image: none;
355
- /* 2 */
356
- }
357
-
358
- /*
359
- Use the modern Firefox focus style for all focusable elements.
360
- */
361
-
362
- :-moz-focusring {
363
- outline: auto;
364
- }
365
-
366
- /*
367
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
368
- */
369
-
370
- :-moz-ui-invalid {
371
- box-shadow: none;
372
- }
373
-
374
- /*
375
- Add the correct vertical alignment in Chrome and Firefox.
376
- */
377
-
378
- progress {
379
- vertical-align: baseline;
380
- }
381
-
382
- /*
383
- Correct the cursor style of increment and decrement buttons in Safari.
384
- */
385
-
386
- ::-webkit-inner-spin-button,
387
- ::-webkit-outer-spin-button {
388
- height: auto;
389
- }
390
-
391
- /*
392
- 1. Correct the odd appearance in Chrome and Safari.
393
- 2. Correct the outline style in Safari.
394
- */
395
-
396
- [type='search'] {
397
- -webkit-appearance: textfield;
398
- /* 1 */
399
- outline-offset: -2px;
400
- /* 2 */
401
- }
402
-
403
- /*
404
- Remove the inner padding in Chrome and Safari on macOS.
405
- */
406
-
407
- ::-webkit-search-decoration {
408
- -webkit-appearance: none;
409
- }
410
-
411
- /*
412
- 1. Correct the inability to style clickable types in iOS and Safari.
413
- 2. Change font properties to `inherit` in Safari.
414
- */
415
-
416
- ::-webkit-file-upload-button {
417
- -webkit-appearance: button;
418
- /* 1 */
419
- font: inherit;
420
- /* 2 */
421
- }
422
-
423
- /*
424
- Add the correct display in Chrome and Safari.
425
- */
426
-
427
- summary {
428
- display: list-item;
429
- }
430
-
431
- /*
432
- Removes the default spacing and border for appropriate elements.
433
- */
434
-
435
- blockquote,
436
- dl,
437
- dd,
438
- h1,
439
- h2,
440
- h3,
441
- h4,
442
- h5,
443
- h6,
444
- hr,
445
- figure,
446
- p,
447
- pre {
448
- margin: 0;
449
- }
450
-
451
- fieldset {
452
- margin: 0;
453
- padding: 0;
454
- }
455
-
456
- legend {
457
- padding: 0;
458
- }
459
-
460
- ol,
461
- ul,
462
- menu {
463
- list-style: none;
464
- margin: 0;
465
- padding: 0;
466
- }
467
-
468
- /*
469
- Reset default styling for dialogs.
470
- */
471
-
472
- dialog {
473
- padding: 0;
474
- }
475
-
476
- /*
477
- Prevent resizing textareas horizontally by default.
478
- */
479
-
480
- textarea {
481
- resize: vertical;
482
- }
483
-
484
- /*
485
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
486
- 2. Set the default placeholder color to the user's configured gray 400 color.
487
- */
488
-
489
- input::-moz-placeholder, textarea::-moz-placeholder {
490
- opacity: 1;
491
- /* 1 */
492
- color: #9ca3af;
493
- /* 2 */
494
- }
495
-
496
- input::placeholder,
497
- textarea::placeholder {
498
- opacity: 1;
499
- /* 1 */
500
- color: #9ca3af;
501
- /* 2 */
502
- }
503
-
504
- /*
505
- Set the default cursor for buttons.
506
- */
507
-
508
- button,
509
- [role="button"] {
510
- cursor: pointer;
511
- }
512
-
513
- /*
514
- Make sure disabled buttons don't get the pointer cursor.
515
- */
516
-
517
- :disabled {
518
- cursor: default;
519
- }
520
-
521
- /*
522
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
523
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
524
- This can trigger a poorly considered lint error in some tools but is included by design.
525
- */
526
-
527
- img,
528
- svg,
529
- video,
530
- canvas,
531
- audio,
532
- iframe,
533
- embed,
534
- object {
535
- display: block;
536
- /* 1 */
537
- vertical-align: middle;
538
- /* 2 */
539
- }
540
-
541
- /*
542
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
543
- */
544
-
545
- img,
546
- video {
547
- max-width: 100%;
548
- height: auto;
549
- }
550
-
551
- /* Make elements with the HTML hidden attribute stay hidden by default */
552
-
553
- [hidden]:where(:not([hidden="until-found"])) {
554
- display: none;
555
- }
556
-
557
- .container {
558
- width: 100%;
559
- }
560
-
561
- @media (min-width: 640px) {
562
- .container {
563
- max-width: 640px;
564
- }
565
- }
566
-
567
- @media (min-width: 768px) {
568
- .container {
569
- max-width: 768px;
570
- }
571
- }
572
-
573
- @media (min-width: 1024px) {
574
- .container {
575
- max-width: 1024px;
576
- }
577
- }
578
-
579
- @media (min-width: 1280px) {
580
- .container {
581
- max-width: 1280px;
582
- }
583
- }
584
-
585
- @media (min-width: 1536px) {
586
- .container {
587
- max-width: 1536px;
588
- }
589
- }
590
-
591
- .prose {
592
- color: var(--tw-prose-body);
593
- max-width: 65ch;
594
- }
595
-
596
- .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
597
- margin-top: 1.25em;
598
- margin-bottom: 1.25em;
599
- }
600
-
601
- .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
602
- color: var(--tw-prose-lead);
603
- font-size: 1.25em;
604
- line-height: 1.6;
605
- margin-top: 1.2em;
606
- margin-bottom: 1.2em;
607
- }
608
-
609
- .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
610
- color: var(--tw-prose-links);
611
- text-decoration: underline;
612
- font-weight: 500;
613
- }
614
-
615
- .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
616
- color: var(--tw-prose-bold);
617
- font-weight: 600;
618
- }
619
-
620
- .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
621
- color: inherit;
622
- }
623
-
624
- .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
625
- color: inherit;
626
- }
627
-
628
- .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
629
- color: inherit;
630
- }
631
-
632
- .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
633
- list-style-type: decimal;
634
- margin-top: 1.25em;
635
- margin-bottom: 1.25em;
636
- padding-inline-start: 1.625em;
637
- }
638
-
639
- .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
640
- list-style-type: upper-alpha;
641
- }
642
-
643
- .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
644
- list-style-type: lower-alpha;
645
- }
646
-
647
- .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
648
- list-style-type: upper-alpha;
649
- }
650
-
651
- .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
652
- list-style-type: lower-alpha;
653
- }
654
-
655
- .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
656
- list-style-type: upper-roman;
657
- }
658
-
659
- .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
660
- list-style-type: lower-roman;
661
- }
662
-
663
- .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
664
- list-style-type: upper-roman;
665
- }
666
-
667
- .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
668
- list-style-type: lower-roman;
669
- }
670
-
671
- .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
672
- list-style-type: decimal;
673
- }
674
-
675
- .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
676
- list-style-type: disc;
677
- margin-top: 1.25em;
678
- margin-bottom: 1.25em;
679
- padding-inline-start: 1.625em;
680
- }
681
-
682
- .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
683
- font-weight: 400;
684
- color: var(--tw-prose-counters);
685
- }
686
-
687
- .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
688
- color: var(--tw-prose-bullets);
689
- }
690
-
691
- .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
692
- color: var(--tw-prose-headings);
693
- font-weight: 600;
694
- margin-top: 1.25em;
695
- }
696
-
697
- .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
698
- border-color: var(--tw-prose-hr);
699
- border-top-width: 1px;
700
- margin-top: 3em;
701
- margin-bottom: 3em;
702
- }
703
-
704
- .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
705
- font-weight: 500;
706
- font-style: italic;
707
- color: var(--tw-prose-quotes);
708
- border-inline-start-width: 0.25rem;
709
- border-inline-start-color: var(--tw-prose-quote-borders);
710
- quotes: "\201C""\201D""\2018""\2019";
711
- margin-top: 1.6em;
712
- margin-bottom: 1.6em;
713
- padding-inline-start: 1em;
714
- }
715
-
716
- .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
717
- content: open-quote;
718
- }
719
-
720
- .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
721
- content: close-quote;
722
- }
723
-
724
- .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
725
- color: var(--tw-prose-headings);
726
- font-weight: 800;
727
- font-size: 2.25em;
728
- margin-top: 0;
729
- margin-bottom: 0.8888889em;
730
- line-height: 1.1111111;
731
- }
732
-
733
- .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
734
- font-weight: 900;
735
- color: inherit;
736
- }
737
-
738
- .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
739
- color: var(--tw-prose-headings);
740
- font-weight: 700;
741
- font-size: 1.5em;
742
- margin-top: 2em;
743
- margin-bottom: 1em;
744
- line-height: 1.3333333;
745
- }
746
-
747
- .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
748
- font-weight: 800;
749
- color: inherit;
750
- }
751
-
752
- .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
753
- color: var(--tw-prose-headings);
754
- font-weight: 600;
755
- font-size: 1.25em;
756
- margin-top: 1.6em;
757
- margin-bottom: 0.6em;
758
- line-height: 1.6;
759
- }
760
-
761
- .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
762
- font-weight: 700;
763
- color: inherit;
764
- }
765
-
766
- .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
767
- color: var(--tw-prose-headings);
768
- font-weight: 600;
769
- margin-top: 1.5em;
770
- margin-bottom: 0.5em;
771
- line-height: 1.5;
772
- }
773
-
774
- .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
775
- font-weight: 700;
776
- color: inherit;
777
- }
778
-
779
- .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
780
- margin-top: 2em;
781
- margin-bottom: 2em;
782
- }
783
-
784
- .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
785
- display: block;
786
- margin-top: 2em;
787
- margin-bottom: 2em;
788
- }
789
-
790
- .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
791
- margin-top: 2em;
792
- margin-bottom: 2em;
793
- }
794
-
795
- .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
796
- font-weight: 500;
797
- font-family: inherit;
798
- color: var(--tw-prose-kbd);
799
- box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
800
- font-size: 0.875em;
801
- border-radius: 0.3125rem;
802
- padding-top: 0.1875em;
803
- padding-inline-end: 0.375em;
804
- padding-bottom: 0.1875em;
805
- padding-inline-start: 0.375em;
806
- }
807
-
808
- .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
809
- color: var(--tw-prose-code);
810
- font-weight: 600;
811
- font-size: 0.875em;
812
- }
813
-
814
- .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
815
- content: "`";
816
- }
817
-
818
- .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
819
- content: "`";
820
- }
821
-
822
- .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
823
- color: inherit;
824
- }
825
-
826
- .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
827
- color: inherit;
828
- }
829
-
830
- .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
831
- color: inherit;
832
- font-size: 0.875em;
833
- }
834
-
835
- .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
836
- color: inherit;
837
- font-size: 0.9em;
838
- }
839
-
840
- .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
841
- color: inherit;
842
- }
843
-
844
- .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
845
- color: inherit;
846
- }
847
-
848
- .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
849
- color: inherit;
850
- }
851
-
852
- .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
853
- color: var(--tw-prose-pre-code);
854
- background-color: var(--tw-prose-pre-bg);
855
- overflow-x: auto;
856
- font-weight: 400;
857
- font-size: 0.875em;
858
- line-height: 1.7142857;
859
- margin-top: 1.7142857em;
860
- margin-bottom: 1.7142857em;
861
- border-radius: 0.375rem;
862
- padding-top: 0.8571429em;
863
- padding-inline-end: 1.1428571em;
864
- padding-bottom: 0.8571429em;
865
- padding-inline-start: 1.1428571em;
866
- }
867
-
868
- .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
869
- background-color: transparent;
870
- border-width: 0;
871
- border-radius: 0;
872
- padding: 0;
873
- font-weight: inherit;
874
- color: inherit;
875
- font-size: inherit;
876
- font-family: inherit;
877
- line-height: inherit;
878
- }
879
-
880
- .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
881
- content: none;
882
- }
883
-
884
- .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
885
- content: none;
886
- }
887
-
888
- .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
889
- width: 100%;
890
- table-layout: auto;
891
- margin-top: 2em;
892
- margin-bottom: 2em;
893
- font-size: 0.875em;
894
- line-height: 1.7142857;
895
- }
896
-
897
- .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
898
- border-bottom-width: 1px;
899
- border-bottom-color: var(--tw-prose-th-borders);
900
- }
901
-
902
- .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
903
- color: var(--tw-prose-headings);
904
- font-weight: 600;
905
- vertical-align: bottom;
906
- padding-inline-end: 0.5714286em;
907
- padding-bottom: 0.5714286em;
908
- padding-inline-start: 0.5714286em;
909
- }
910
-
911
- .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
912
- border-bottom-width: 1px;
913
- border-bottom-color: var(--tw-prose-td-borders);
914
- }
915
-
916
- .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
917
- border-bottom-width: 0;
918
- }
919
-
920
- .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
921
- vertical-align: baseline;
922
- }
923
-
924
- .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
925
- border-top-width: 1px;
926
- border-top-color: var(--tw-prose-th-borders);
927
- }
928
-
929
- .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
930
- vertical-align: top;
931
- }
932
-
933
- .prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
934
- text-align: start;
935
- }
936
-
937
- .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
938
- margin-top: 0;
939
- margin-bottom: 0;
940
- }
941
-
942
- .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
943
- color: var(--tw-prose-captions);
944
- font-size: 0.875em;
945
- line-height: 1.4285714;
946
- margin-top: 0.8571429em;
947
- }
948
-
949
- .prose {
950
- --tw-prose-body: #374151;
951
- --tw-prose-headings: #111827;
952
- --tw-prose-lead: #4b5563;
953
- --tw-prose-links: #111827;
954
- --tw-prose-bold: #111827;
955
- --tw-prose-counters: #6b7280;
956
- --tw-prose-bullets: #d1d5db;
957
- --tw-prose-hr: #e5e7eb;
958
- --tw-prose-quotes: #111827;
959
- --tw-prose-quote-borders: #e5e7eb;
960
- --tw-prose-captions: #6b7280;
961
- --tw-prose-kbd: #111827;
962
- --tw-prose-kbd-shadows: 17 24 39;
963
- --tw-prose-code: #111827;
964
- --tw-prose-pre-code: #e5e7eb;
965
- --tw-prose-pre-bg: #1f2937;
966
- --tw-prose-th-borders: #d1d5db;
967
- --tw-prose-td-borders: #e5e7eb;
968
- --tw-prose-invert-body: #d1d5db;
969
- --tw-prose-invert-headings: #fff;
970
- --tw-prose-invert-lead: #9ca3af;
971
- --tw-prose-invert-links: #fff;
972
- --tw-prose-invert-bold: #fff;
973
- --tw-prose-invert-counters: #9ca3af;
974
- --tw-prose-invert-bullets: #4b5563;
975
- --tw-prose-invert-hr: #374151;
976
- --tw-prose-invert-quotes: #f3f4f6;
977
- --tw-prose-invert-quote-borders: #374151;
978
- --tw-prose-invert-captions: #9ca3af;
979
- --tw-prose-invert-kbd: #fff;
980
- --tw-prose-invert-kbd-shadows: 255 255 255;
981
- --tw-prose-invert-code: #fff;
982
- --tw-prose-invert-pre-code: #d1d5db;
983
- --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
984
- --tw-prose-invert-th-borders: #4b5563;
985
- --tw-prose-invert-td-borders: #374151;
986
- font-size: 1rem;
987
- line-height: 1.75;
988
- }
989
-
990
- .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
991
- margin-top: 0;
992
- margin-bottom: 0;
993
- }
994
-
995
- .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
996
- margin-top: 0.5em;
997
- margin-bottom: 0.5em;
998
- }
999
-
1000
- .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1001
- padding-inline-start: 0.375em;
1002
- }
1003
-
1004
- .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1005
- padding-inline-start: 0.375em;
1006
- }
1007
-
1008
- .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1009
- margin-top: 0.75em;
1010
- margin-bottom: 0.75em;
1011
- }
1012
-
1013
- .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1014
- margin-top: 1.25em;
1015
- }
1016
-
1017
- .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1018
- margin-bottom: 1.25em;
1019
- }
1020
-
1021
- .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1022
- margin-top: 1.25em;
1023
- }
1024
-
1025
- .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1026
- margin-bottom: 1.25em;
1027
- }
1028
-
1029
- .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1030
- margin-top: 0.75em;
1031
- margin-bottom: 0.75em;
1032
- }
1033
-
1034
- .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1035
- margin-top: 1.25em;
1036
- margin-bottom: 1.25em;
1037
- }
1038
-
1039
- .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1040
- margin-top: 0.5em;
1041
- padding-inline-start: 1.625em;
1042
- }
1043
-
1044
- .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1045
- margin-top: 0;
1046
- }
1047
-
1048
- .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1049
- margin-top: 0;
1050
- }
1051
-
1052
- .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1053
- margin-top: 0;
1054
- }
1055
-
1056
- .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1057
- margin-top: 0;
1058
- }
1059
-
1060
- .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1061
- padding-inline-start: 0;
1062
- }
1063
-
1064
- .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1065
- padding-inline-end: 0;
1066
- }
1067
-
1068
- .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1069
- padding-top: 0.5714286em;
1070
- padding-inline-end: 0.5714286em;
1071
- padding-bottom: 0.5714286em;
1072
- padding-inline-start: 0.5714286em;
1073
- }
1074
-
1075
- .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1076
- padding-inline-start: 0;
1077
- }
1078
-
1079
- .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1080
- padding-inline-end: 0;
1081
- }
1082
-
1083
- .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1084
- margin-top: 2em;
1085
- margin-bottom: 2em;
1086
- }
1087
-
1088
- .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1089
- margin-top: 0;
1090
- }
1091
-
1092
- .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1093
- margin-bottom: 0;
1094
- }
1095
-
1096
- .pointer-events-none {
1097
- pointer-events: none;
1098
- }
1099
-
1100
- .visible {
1101
- visibility: visible;
1102
- }
1103
-
1104
- .static {
1105
- position: static;
1106
- }
1107
-
1108
- .fixed {
1109
- position: fixed;
1110
- }
1111
-
1112
- .absolute {
1113
- position: absolute;
1114
- }
1115
-
1116
- .relative {
1117
- position: relative;
1118
- }
1119
-
1120
- .inset-0 {
1121
- inset: 0px;
1122
- }
1123
-
1124
- .left-0 {
1125
- left: 0px;
1126
- }
1127
-
1128
- .left-4 {
1129
- left: 1rem;
1130
- }
1131
-
1132
- .top-0 {
1133
- top: 0px;
1134
- }
1135
-
1136
- .top-4 {
1137
- top: 1rem;
1138
- }
1139
-
1140
- .z-40 {
1141
- z-index: 40;
1142
- }
1143
-
1144
- .z-50 {
1145
- z-index: 50;
1146
- }
1147
-
1148
- .z-60 {
1149
- z-index: 60;
1150
- }
1151
-
1152
- .mb-12 {
1153
- margin-bottom: 3rem;
1154
- }
1155
-
1156
- .mb-16 {
1157
- margin-bottom: 4rem;
1158
- }
1159
-
1160
- .mb-3 {
1161
- margin-bottom: 0.75rem;
1162
- }
1163
-
1164
- .mb-4 {
1165
- margin-bottom: 1rem;
1166
- }
1167
-
1168
- .mb-8 {
1169
- margin-bottom: 2rem;
1170
- }
1171
-
1172
- .ml-1 {
1173
- margin-left: 0.25rem;
1174
- }
1175
-
1176
- .ml-2 {
1177
- margin-left: 0.5rem;
1178
- }
1179
-
1180
- .mr-2 {
1181
- margin-right: 0.5rem;
1182
- }
1183
-
1184
- .mr-4 {
1185
- margin-right: 1rem;
1186
- }
1187
-
1188
- .block {
1189
- display: block;
1190
- }
1191
-
1192
- .flex {
1193
- display: flex;
1194
- }
1195
-
1196
- .inline-flex {
1197
- display: inline-flex;
1198
- }
1199
-
1200
- .hidden {
1201
- display: none;
1202
- }
1203
-
1204
- .h-10 {
1205
- height: 2.5rem;
1206
- }
1207
-
1208
- .h-12 {
1209
- height: 3rem;
1210
- }
1211
-
1212
- .h-8 {
1213
- height: 2rem;
1214
- }
1215
-
1216
- .h-full {
1217
- height: 100%;
1218
- }
1219
-
1220
- .h-screen {
1221
- height: 100vh;
1222
- }
1223
-
1224
- .max-h-\[120px\] {
1225
- max-height: 120px;
1226
- }
1227
-
1228
- .min-h-\[40px\] {
1229
- min-height: 40px;
1230
- }
1231
-
1232
- .min-h-screen {
1233
- min-height: 100vh;
1234
- }
1235
-
1236
- .w-10 {
1237
- width: 2.5rem;
1238
- }
1239
-
1240
- .w-12 {
1241
- width: 3rem;
1242
- }
1243
-
1244
- .w-8 {
1245
- width: 2rem;
1246
- }
1247
-
1248
- .w-full {
1249
- width: 100%;
1250
- }
1251
-
1252
- .min-w-0 {
1253
- min-width: 0px;
1254
- }
1255
-
1256
- .min-w-\[140px\] {
1257
- min-width: 140px;
1258
- }
1259
-
1260
- .max-w-full {
1261
- max-width: 100%;
1262
- }
1263
-
1264
- .flex-1 {
1265
- flex: 1 1 0%;
1266
- }
1267
-
1268
- .flex-shrink-0 {
1269
- flex-shrink: 0;
1270
- }
1271
-
1272
- .-translate-x-full {
1273
- --tw-translate-x: -100%;
1274
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1275
- }
1276
-
1277
- .translate-x-0 {
1278
- --tw-translate-x: 0px;
1279
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1280
- }
1281
-
1282
- .transform {
1283
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1284
- }
1285
-
1286
- @keyframes spin {
1287
- to {
1288
- transform: rotate(360deg);
1289
- }
1290
- }
1291
-
1292
- .animate-spin {
1293
- animation: spin 1s linear infinite;
1294
- }
1295
-
1296
- .cursor-not-allowed {
1297
- cursor: not-allowed;
1298
- }
1299
-
1300
- .resize-none {
1301
- resize: none;
1302
- }
1303
-
1304
- .resize {
1305
- resize: both;
1306
- }
1307
-
1308
- .flex-col {
1309
- flex-direction: column;
1310
- }
1311
-
1312
- .items-end {
1313
- align-items: flex-end;
1314
- }
1315
-
1316
- .items-center {
1317
- align-items: center;
1318
- }
1319
-
1320
- .justify-center {
1321
- justify-content: center;
1322
- }
1323
-
1324
- .gap-2 {
1325
- gap: 0.5rem;
1326
- }
1327
-
1328
- .gap-8 {
1329
- gap: 2rem;
1330
- }
1331
-
1332
- .overflow-hidden {
1333
- overflow: hidden;
1334
- }
1335
-
1336
- .rounded {
1337
- border-radius: 0.25rem;
1338
- }
1339
-
1340
- .rounded-full {
1341
- border-radius: 9999px;
1342
- }
1343
-
1344
- .rounded-lg {
1345
- border-radius: 0.5rem;
1346
- }
1347
-
1348
- .rounded-md {
1349
- border-radius: 0.375rem;
1350
- }
1351
-
1352
- .rounded-t-sm {
1353
- border-top-left-radius: 0.125rem;
1354
- border-top-right-radius: 0.125rem;
1355
- }
1356
-
1357
- .border {
1358
- border-width: 1px;
1359
- }
1360
-
1361
- .border-2 {
1362
- border-width: 2px;
1363
- }
1364
-
1365
- .border-b {
1366
- border-bottom-width: 1px;
1367
- }
1368
-
1369
- .border-r {
1370
- border-right-width: 1px;
1371
- }
1372
-
1373
- .border-t {
1374
- border-top-width: 1px;
1375
- }
1376
-
1377
- .border-t-2 {
1378
- border-top-width: 2px;
1379
- }
1380
-
1381
- .border-\[\#0e639c\] {
1382
- --tw-border-opacity: 1;
1383
- border-color: rgb(14 99 156 / var(--tw-border-opacity, 1));
1384
- }
1385
-
1386
- .border-\[\#3c3c3c\] {
1387
- --tw-border-opacity: 1;
1388
- border-color: rgb(60 60 60 / var(--tw-border-opacity, 1));
1389
- }
1390
-
1391
- .border-gray-300 {
1392
- --tw-border-opacity: 1;
1393
- border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1394
- }
1395
-
1396
- .border-gray-400 {
1397
- --tw-border-opacity: 1;
1398
- border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
1399
- }
1400
-
1401
- .bg-\[\#0e639c\] {
1402
- --tw-bg-opacity: 1;
1403
- background-color: rgb(14 99 156 / var(--tw-bg-opacity, 1));
1404
- }
1405
-
1406
- .bg-\[\#1e1e1e\] {
1407
- --tw-bg-opacity: 1;
1408
- background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
1409
- }
1410
-
1411
- .bg-\[\#252526\] {
1412
- --tw-bg-opacity: 1;
1413
- background-color: rgb(37 37 38 / var(--tw-bg-opacity, 1));
1414
- }
1415
-
1416
- .bg-\[\#28a745\] {
1417
- --tw-bg-opacity: 1;
1418
- background-color: rgb(40 167 69 / var(--tw-bg-opacity, 1));
1419
- }
1420
-
1421
- .bg-\[\#2a2a2a\] {
1422
- --tw-bg-opacity: 1;
1423
- background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
1424
- }
1425
-
1426
- .bg-\[\#2d2d30\] {
1427
- --tw-bg-opacity: 1;
1428
- background-color: rgb(45 45 48 / var(--tw-bg-opacity, 1));
1429
- }
1430
-
1431
- .bg-black {
1432
- --tw-bg-opacity: 1;
1433
- background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
1434
- }
1435
-
1436
- .bg-transparent {
1437
- background-color: transparent;
1438
- }
1439
-
1440
- .bg-white {
1441
- --tw-bg-opacity: 1;
1442
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1443
- }
1444
-
1445
- .bg-opacity-50 {
1446
- --tw-bg-opacity: 0.5;
1447
- }
1448
-
1449
- .bg-gradient-to-br {
1450
- background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
1451
- }
1452
-
1453
- .from-green-400 {
1454
- --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
1455
- --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
1456
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1457
- }
1458
-
1459
- .to-green-600 {
1460
- --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
1461
- }
1462
-
1463
- .p-1 {
1464
- padding: 0.25rem;
1465
- }
1466
-
1467
- .p-2 {
1468
- padding: 0.5rem;
1469
- }
1470
-
1471
- .p-3 {
1472
- padding: 0.75rem;
1473
- }
1474
-
1475
- .p-6 {
1476
- padding: 1.5rem;
1477
- }
1478
-
1479
- .p-8 {
1480
- padding: 2rem;
1481
- }
1482
-
1483
- .px-3 {
1484
- padding-left: 0.75rem;
1485
- padding-right: 0.75rem;
1486
- }
1487
-
1488
- .py-1 {
1489
- padding-top: 0.25rem;
1490
- padding-bottom: 0.25rem;
1491
- }
1492
-
1493
- .py-2 {
1494
- padding-top: 0.5rem;
1495
- padding-bottom: 0.5rem;
1496
- }
1497
-
1498
- .text-left {
1499
- text-align: left;
1500
- }
1501
-
1502
- .text-center {
1503
- text-align: center;
1504
- }
1505
-
1506
- .font-mono {
1507
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1508
- }
1509
-
1510
- .font-sans {
1511
- font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1512
- }
1513
-
1514
- .text-2xl {
1515
- font-size: 1.5rem;
1516
- line-height: 2rem;
1517
- }
1518
-
1519
- .text-3xl {
1520
- font-size: 1.875rem;
1521
- line-height: 2.25rem;
1522
- }
1523
-
1524
- .text-4xl {
1525
- font-size: 2.25rem;
1526
- line-height: 2.5rem;
1527
- }
1528
-
1529
- .text-sm {
1530
- font-size: 0.875rem;
1531
- line-height: 1.25rem;
1532
- }
1533
-
1534
- .font-bold {
1535
- font-weight: 700;
1536
- }
1537
-
1538
- .font-semibold {
1539
- font-weight: 600;
1540
- }
1541
-
1542
- .italic {
1543
- font-style: italic;
1544
- }
1545
-
1546
- .leading-tight {
1547
- line-height: 1.25;
1548
- }
1549
-
1550
- .text-\[\#cccccc\] {
1551
- --tw-text-opacity: 1;
1552
- color: rgb(204 204 204 / var(--tw-text-opacity, 1));
1553
- }
1554
-
1555
- .text-black {
1556
- --tw-text-opacity: 1;
1557
- color: rgb(0 0 0 / var(--tw-text-opacity, 1));
1558
- }
1559
-
1560
- .text-gray-300 {
1561
- --tw-text-opacity: 1;
1562
- color: rgb(209 213 219 / var(--tw-text-opacity, 1));
1563
- }
1564
-
1565
- .text-gray-400 {
1566
- --tw-text-opacity: 1;
1567
- color: rgb(156 163 175 / var(--tw-text-opacity, 1));
1568
- }
1569
-
1570
- .text-gray-500 {
1571
- --tw-text-opacity: 1;
1572
- color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1573
- }
1574
-
1575
- .text-gray-800 {
1576
- --tw-text-opacity: 1;
1577
- color: rgb(31 41 55 / var(--tw-text-opacity, 1));
1578
- }
1579
-
1580
- .text-white {
1581
- --tw-text-opacity: 1;
1582
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1583
- }
1584
-
1585
- .placeholder-\[\#888\]::-moz-placeholder {
1586
- --tw-placeholder-opacity: 1;
1587
- color: rgb(136 136 136 / var(--tw-placeholder-opacity, 1));
1588
- }
1589
-
1590
- .placeholder-\[\#888\]::placeholder {
1591
- --tw-placeholder-opacity: 1;
1592
- color: rgb(136 136 136 / var(--tw-placeholder-opacity, 1));
1593
- }
1594
-
1595
- .opacity-0 {
1596
- opacity: 0;
1597
- }
1598
-
1599
- .opacity-100 {
1600
- opacity: 1;
1601
- }
1602
-
1603
- .opacity-50 {
1604
- opacity: 0.5;
1605
- }
1606
-
1607
- .shadow-xl {
1608
- --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1609
- --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
1610
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1611
- }
1612
-
1613
- .filter {
1614
- 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);
1615
- }
1616
-
1617
- .backdrop-blur-sm {
1618
- --tw-backdrop-blur: blur(4px);
1619
- -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);
1620
- 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);
1621
- }
1622
-
1623
- .transition-all {
1624
- transition-property: all;
1625
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1626
- transition-duration: 150ms;
1627
- }
1628
-
1629
- .transition-colors {
1630
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1631
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1632
- transition-duration: 150ms;
1633
- }
1634
-
1635
- .transition-opacity {
1636
- transition-property: opacity;
1637
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1638
- transition-duration: 150ms;
1639
- }
1640
-
1641
- .transition-transform {
1642
- transition-property: transform;
1643
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1644
- transition-duration: 150ms;
1645
- }
1646
-
1647
- .duration-300 {
1648
- transition-duration: 300ms;
1649
- }
1650
-
1651
- .ease-in-out {
1652
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1653
- }
1654
-
1655
- .focus-within\:border-\[\#0e639c\]:focus-within {
1656
- --tw-border-opacity: 1;
1657
- border-color: rgb(14 99 156 / var(--tw-border-opacity, 1));
1658
- }
1659
-
1660
- .hover\:border-\[\#0e639c\]:hover {
1661
- --tw-border-opacity: 1;
1662
- border-color: rgb(14 99 156 / var(--tw-border-opacity, 1));
1663
- }
1664
-
1665
- .hover\:bg-\[\#1177bb\]:hover {
1666
- --tw-bg-opacity: 1;
1667
- background-color: rgb(17 119 187 / var(--tw-bg-opacity, 1));
1668
- }
1669
-
1670
- .hover\:bg-\[\#218838\]:hover {
1671
- --tw-bg-opacity: 1;
1672
- background-color: rgb(33 136 56 / var(--tw-bg-opacity, 1));
1673
- }
1674
-
1675
- .hover\:bg-\[\#2d2d30\]:hover {
1676
- --tw-bg-opacity: 1;
1677
- background-color: rgb(45 45 48 / var(--tw-bg-opacity, 1));
1678
- }
1679
-
1680
- .hover\:bg-\[\#3a3a3a\]:hover {
1681
- --tw-bg-opacity: 1;
1682
- background-color: rgb(58 58 58 / var(--tw-bg-opacity, 1));
1683
- }
1684
-
1685
- .hover\:bg-\[\#3c3c3c\]:hover {
1686
- --tw-bg-opacity: 1;
1687
- background-color: rgb(60 60 60 / var(--tw-bg-opacity, 1));
1688
- }
1689
-
1690
- .hover\:bg-gray-50:hover {
1691
- --tw-bg-opacity: 1;
1692
- background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
1693
- }
1694
-
1695
- .hover\:bg-gray-800:hover {
1696
- --tw-bg-opacity: 1;
1697
- background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
1698
- }
1699
-
1700
- .hover\:text-white:hover {
1701
- --tw-text-opacity: 1;
1702
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1703
- }
1704
-
1705
- .hover\:shadow-2xl:hover {
1706
- --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
1707
- --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
1708
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1709
- }
1710
-
1711
- .focus\:border-\[\#0e639c\]:focus {
1712
- --tw-border-opacity: 1;
1713
- border-color: rgb(14 99 156 / var(--tw-border-opacity, 1));
1714
- }
1715
-
1716
- .focus\:outline-none:focus {
1717
- outline: 2px solid transparent;
1718
- outline-offset: 2px;
1719
- }
1720
-
1721
- .disabled\:bg-\[\#3c3c3c\]:disabled {
1722
- --tw-bg-opacity: 1;
1723
- background-color: rgb(60 60 60 / var(--tw-bg-opacity, 1));
1724
- }
1725
-
1726
- .disabled\:text-\[\#888\]:disabled {
1727
- --tw-text-opacity: 1;
1728
- color: rgb(136 136 136 / var(--tw-text-opacity, 1));
1729
- }
1730
-
1731
- .group:hover .group-hover\:text-white {
1732
- --tw-text-opacity: 1;
1733
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1734
- }
1735
-
1736
- @media (min-width: 768px) {
1737
- .md\:relative {
1738
- position: relative;
1739
- }
1740
-
1741
- .md\:z-auto {
1742
- z-index: auto;
1743
- }
1744
-
1745
- .md\:hidden {
1746
- display: none;
1747
- }
1748
-
1749
- .md\:w-2\/5 {
1750
- width: 40%;
1751
- }
1752
-
1753
- .md\:flex-1 {
1754
- flex: 1 1 0%;
1755
- }
1756
-
1757
- .md\:translate-x-0 {
1758
- --tw-translate-x: 0px;
1759
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1760
- }
1761
- }