uibee 2.17.4 → 3.0.0

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 (183) hide show
  1. package/README.md +34 -0
  2. package/dist/icons-lZYQ6Vlr.js +125 -0
  3. package/dist/src/components/index.d.ts +706 -30
  4. package/dist/src/components/index.js +3243 -44
  5. package/dist/src/hooks/index.d.ts +15 -3
  6. package/dist/src/hooks/index.js +44 -3
  7. package/dist/src/icons/index.d.ts +420 -0
  8. package/dist/src/icons/index.js +3 -0
  9. package/dist/src/styles/index.d.ts +1 -1
  10. package/dist/src/styles/index.js +2 -1
  11. package/dist/src/utils/index.d.ts +38 -5
  12. package/dist/src/utils/index.js +125 -6
  13. package/dist/{src/globals.css → style.css} +1226 -607
  14. package/dist/useClickOutside-Cmp-RsP3.js +13 -0
  15. package/index.d.ts +0 -1
  16. package/package.json +22 -23
  17. package/src/components/alert/alert.tsx +20 -18
  18. package/src/components/buttons/button.tsx +28 -35
  19. package/src/components/confirm/confirmPopup.tsx +15 -17
  20. package/src/components/container/accordion.tsx +54 -0
  21. package/src/components/container/glassCard.tsx +14 -0
  22. package/src/components/container/iconBubble.tsx +30 -0
  23. package/src/components/container/leftBarPanel.tsx +15 -0
  24. package/src/components/container/pulseDot.tsx +31 -0
  25. package/src/components/container/statCard.tsx +24 -0
  26. package/src/components/container/tabs.tsx +64 -0
  27. package/src/components/footer/footer.tsx +124 -0
  28. package/src/components/footer/loginContent.tsx +70 -0
  29. package/src/components/index.ts +15 -0
  30. package/src/components/inputs/checkbox.tsx +4 -4
  31. package/src/components/inputs/input.tsx +11 -13
  32. package/src/components/inputs/multiSelect.tsx +144 -0
  33. package/src/components/inputs/radio.tsx +4 -4
  34. package/src/components/inputs/range.tsx +6 -5
  35. package/src/components/inputs/searchInput.tsx +1 -1
  36. package/src/components/inputs/select.tsx +19 -18
  37. package/src/components/inputs/shared/colorPickerPopup.tsx +5 -5
  38. package/src/components/inputs/shared/dateTimePickerPopup.tsx +9 -9
  39. package/src/components/inputs/shared/inputError.tsx +1 -1
  40. package/src/components/inputs/switch.tsx +7 -7
  41. package/src/components/inputs/tagInput.tsx +6 -7
  42. package/src/components/inputs/textarea.tsx +8 -10
  43. package/src/components/inputs/toggle.tsx +6 -6
  44. package/src/components/markdownrender/markdownRender.tsx +4 -2
  45. package/src/components/table/body.tsx +6 -6
  46. package/src/components/table/format.ts +1 -1
  47. package/src/components/table/header.tsx +1 -1
  48. package/src/components/table/pagination.tsx +17 -31
  49. package/src/components/table/table.tsx +2 -2
  50. package/src/components/version/version.tsx +1 -1
  51. package/src/components/vulnerability/constants.ts +6 -6
  52. package/src/components/vulnerability/severityPill.tsx +6 -7
  53. package/src/globals.css +12 -1
  54. package/src/hooks/index.ts +1 -0
  55. package/src/hooks/useClickOutside.ts +5 -22
  56. package/src/icons/icons.tsx +431 -0
  57. package/src/icons/index.ts +2 -0
  58. package/src/index.ts +0 -1
  59. package/src/types/hooks.d.ts +8 -2
  60. package/src/utils/index.ts +1 -1
  61. package/src/utils/logoConsoleOutput/logoConsoleOutput.ts +31 -0
  62. package/tsconfig.json +3 -2
  63. package/tsdown.config.ts +26 -0
  64. package/Readme.md +0 -29
  65. package/bun.lock +0 -662
  66. package/dist/src/components/alert/alert.d.ts +0 -8
  67. package/dist/src/components/alert/alert.js +0 -15
  68. package/dist/src/components/buttons/button.d.ts +0 -13
  69. package/dist/src/components/buttons/button.js +0 -30
  70. package/dist/src/components/confirm/confirmPopup.d.ts +0 -12
  71. package/dist/src/components/confirm/confirmPopup.js +0 -18
  72. package/dist/src/components/container/highlight.d.ts +0 -4
  73. package/dist/src/components/container/highlight.js +0 -4
  74. package/dist/src/components/container/page.d.ts +0 -8
  75. package/dist/src/components/container/page.js +0 -4
  76. package/dist/src/components/inputs/checkbox.d.ts +0 -17
  77. package/dist/src/components/inputs/checkbox.js +0 -37
  78. package/dist/src/components/inputs/input.d.ts +0 -12
  79. package/dist/src/components/inputs/input.js +0 -124
  80. package/dist/src/components/inputs/radio.d.ts +0 -17
  81. package/dist/src/components/inputs/radio.js +0 -27
  82. package/dist/src/components/inputs/range.d.ts +0 -11
  83. package/dist/src/components/inputs/range.js +0 -22
  84. package/dist/src/components/inputs/searchInput.d.ts +0 -6
  85. package/dist/src/components/inputs/searchInput.js +0 -42
  86. package/dist/src/components/inputs/select.d.ts +0 -23
  87. package/dist/src/components/inputs/select.js +0 -70
  88. package/dist/src/components/inputs/shared/colorPickerPopup.d.ts +0 -8
  89. package/dist/src/components/inputs/shared/colorPickerPopup.js +0 -191
  90. package/dist/src/components/inputs/shared/dateTimePickerPopup.d.ts +0 -9
  91. package/dist/src/components/inputs/shared/dateTimePickerPopup.js +0 -128
  92. package/dist/src/components/inputs/shared/fieldWrapper.d.ts +0 -14
  93. package/dist/src/components/inputs/shared/fieldWrapper.js +0 -8
  94. package/dist/src/components/inputs/shared/index.d.ts +0 -5
  95. package/dist/src/components/inputs/shared/index.js +0 -5
  96. package/dist/src/components/inputs/shared/inputError.d.ts +0 -6
  97. package/dist/src/components/inputs/shared/inputError.js +0 -6
  98. package/dist/src/components/inputs/shared/inputInfo.d.ts +0 -5
  99. package/dist/src/components/inputs/shared/inputInfo.js +0 -5
  100. package/dist/src/components/inputs/shared/inputLabel.d.ts +0 -9
  101. package/dist/src/components/inputs/shared/inputLabel.js +0 -4
  102. package/dist/src/components/inputs/switch.d.ts +0 -11
  103. package/dist/src/components/inputs/switch.js +0 -14
  104. package/dist/src/components/inputs/tagInput.d.ts +0 -15
  105. package/dist/src/components/inputs/tagInput.js +0 -40
  106. package/dist/src/components/inputs/textarea.d.ts +0 -11
  107. package/dist/src/components/inputs/textarea.js +0 -36
  108. package/dist/src/components/inputs/toggle.d.ts +0 -14
  109. package/dist/src/components/inputs/toggle.js +0 -12
  110. package/dist/src/components/login/loginPage.d.ts +0 -2
  111. package/dist/src/components/login/loginPage.js +0 -18
  112. package/dist/src/components/logo/logo.d.ts +0 -5
  113. package/dist/src/components/logo/logo.js +0 -6
  114. package/dist/src/components/logo/logoSmall.d.ts +0 -1
  115. package/dist/src/components/logo/logoSmall.js +0 -6
  116. package/dist/src/components/markdownrender/markdownRender.d.ts +0 -6
  117. package/dist/src/components/markdownrender/markdownRender.js +0 -25
  118. package/dist/src/components/navbar/bubble.d.ts +0 -14
  119. package/dist/src/components/navbar/bubble.js +0 -8
  120. package/dist/src/components/navbar/navbar.d.ts +0 -34
  121. package/dist/src/components/navbar/navbar.js +0 -36
  122. package/dist/src/components/navbar/navbarDropdown.d.ts +0 -7
  123. package/dist/src/components/navbar/navbarDropdown.js +0 -19
  124. package/dist/src/components/navbar/navbarItem.d.ts +0 -11
  125. package/dist/src/components/navbar/navbarItem.js +0 -12
  126. package/dist/src/components/table/body.d.ts +0 -15
  127. package/dist/src/components/table/body.js +0 -116
  128. package/dist/src/components/table/format.d.ts +0 -1
  129. package/dist/src/components/table/format.js +0 -27
  130. package/dist/src/components/table/header.d.ts +0 -8
  131. package/dist/src/components/table/header.js +0 -47
  132. package/dist/src/components/table/menu.d.ts +0 -17
  133. package/dist/src/components/table/menu.js +0 -30
  134. package/dist/src/components/table/pagination.d.ts +0 -6
  135. package/dist/src/components/table/pagination.js +0 -86
  136. package/dist/src/components/table/table.d.ts +0 -14
  137. package/dist/src/components/table/table.js +0 -14
  138. package/dist/src/components/toast/toastItem.d.ts +0 -2
  139. package/dist/src/components/toast/toastItem.js +0 -38
  140. package/dist/src/components/toast/toaster.d.ts +0 -9
  141. package/dist/src/components/toast/toaster.js +0 -86
  142. package/dist/src/components/toggle/language.d.ts +0 -4
  143. package/dist/src/components/toggle/language.js +0 -29
  144. package/dist/src/components/toggle/theme.d.ts +0 -3
  145. package/dist/src/components/toggle/theme.js +0 -30
  146. package/dist/src/components/version/version.d.ts +0 -7
  147. package/dist/src/components/version/version.js +0 -12
  148. package/dist/src/components/vulnerability/constants.d.ts +0 -4
  149. package/dist/src/components/vulnerability/constants.js +0 -14
  150. package/dist/src/components/vulnerability/severityPill.d.ts +0 -8
  151. package/dist/src/components/vulnerability/severityPill.js +0 -8
  152. package/dist/src/hooks/useClickOutside.d.ts +0 -2
  153. package/dist/src/hooks/useClickOutside.js +0 -27
  154. package/dist/src/hooks/useDarkMode.d.ts +0 -1
  155. package/dist/src/hooks/useDarkMode.js +0 -17
  156. package/dist/src/hooks/useVisibility.d.ts +0 -4
  157. package/dist/src/hooks/useVisibility.js +0 -23
  158. package/dist/src/index.d.ts +0 -5
  159. package/dist/src/index.js +0 -5
  160. package/dist/src/scripts/buildCss.d.ts +0 -1
  161. package/dist/src/scripts/buildCss.js +0 -22
  162. package/dist/src/scripts/index.d.ts +0 -1
  163. package/dist/src/scripts/index.js +0 -1
  164. package/dist/src/scripts/rewriteAlias.d.ts +0 -1
  165. package/dist/src/scripts/rewriteAlias.js +0 -31
  166. package/dist/src/utils/LogoConsoleOutput/LogoConsoleOutput.d.ts +0 -1
  167. package/dist/src/utils/LogoConsoleOutput/LogoConsoleOutput.js +0 -44
  168. package/dist/src/utils/auth/callback.d.ts +0 -2
  169. package/dist/src/utils/auth/callback.js +0 -63
  170. package/dist/src/utils/auth/getDomain.d.ts +0 -2
  171. package/dist/src/utils/auth/getDomain.js +0 -6
  172. package/dist/src/utils/auth/login.d.ts +0 -3
  173. package/dist/src/utils/auth/login.js +0 -14
  174. package/dist/src/utils/auth/logout.d.ts +0 -3
  175. package/dist/src/utils/auth/logout.js +0 -18
  176. package/dist/src/utils/auth/token.d.ts +0 -3
  177. package/dist/src/utils/auth/token.js +0 -33
  178. package/dist/tailwind.config.d.ts +0 -3
  179. package/dist/tailwind.config.js +0 -7
  180. package/src/scripts/buildCss.ts +0 -25
  181. package/src/scripts/index.ts +0 -1
  182. package/src/scripts/rewriteAlias.ts +0 -39
  183. package/src/utils/LogoConsoleOutput/LogoConsoleOutput.ts +0 -61
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -8,34 +8,33 @@
8
8
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
9
  "Courier New", monospace;
10
10
  --color-red-200: oklch(88.5% 0.062 18.334);
11
+ --color-red-300: oklch(80.8% 0.114 19.571);
11
12
  --color-red-400: oklch(70.4% 0.191 22.216);
12
13
  --color-red-500: oklch(63.7% 0.237 25.331);
13
14
  --color-red-600: oklch(57.7% 0.245 27.325);
14
- --color-red-700: oklch(50.5% 0.213 27.518);
15
- --color-red-900: oklch(39.6% 0.141 25.723);
16
- --color-orange-200: oklch(90.1% 0.076 70.697);
17
- --color-orange-400: oklch(75% 0.183 55.934);
18
15
  --color-orange-500: oklch(70.5% 0.213 47.604);
19
- --color-amber-200: oklch(92.4% 0.12 95.746);
20
16
  --color-amber-400: oklch(82.8% 0.189 84.429);
21
17
  --color-amber-500: oklch(76.9% 0.188 70.08);
22
18
  --color-yellow-400: oklch(85.2% 0.199 91.936);
23
19
  --color-yellow-500: oklch(79.5% 0.184 86.047);
24
- --color-yellow-600: oklch(68.1% 0.162 75.834);
25
20
  --color-green-400: oklch(79.2% 0.209 151.711);
26
21
  --color-green-500: oklch(72.3% 0.219 149.579);
27
22
  --color-green-600: oklch(62.7% 0.194 149.214);
28
- --color-sky-200: oklch(90.1% 0.058 230.902);
23
+ --color-emerald-400: oklch(76.5% 0.177 163.223);
24
+ --color-emerald-500: oklch(69.6% 0.17 162.48);
29
25
  --color-sky-400: oklch(74.6% 0.16 232.661);
30
26
  --color-sky-500: oklch(68.5% 0.169 237.323);
31
27
  --color-blue-400: oklch(70.7% 0.165 254.624);
32
28
  --color-blue-500: oklch(62.3% 0.214 259.815);
33
29
  --color-blue-600: oklch(54.6% 0.245 262.881);
30
+ --color-violet-400: oklch(70.2% 0.183 293.541);
31
+ --color-violet-500: oklch(60.6% 0.25 292.717);
32
+ --color-rose-400: oklch(71.2% 0.194 13.428);
33
+ --color-rose-500: oklch(64.5% 0.246 16.439);
34
34
  --color-gray-200: oklch(92.8% 0.006 264.531);
35
35
  --color-gray-300: oklch(87.2% 0.01 258.338);
36
36
  --color-gray-400: oklch(70.7% 0.022 261.325);
37
37
  --color-gray-500: oklch(55.1% 0.027 264.364);
38
- --color-gray-900: oklch(21% 0.034 264.665);
39
38
  --color-black: #000;
40
39
  --color-white: #fff;
41
40
  --spacing: 0.25rem;
@@ -64,6 +63,7 @@
64
63
  --font-weight-extrabold: 800;
65
64
  --tracking-tight: -0.025em;
66
65
  --tracking-wider: 0.05em;
66
+ --tracking-widest: 0.1em;
67
67
  --leading-snug: 1.375;
68
68
  --leading-relaxed: 1.625;
69
69
  --radius-xs: 0.125rem;
@@ -73,6 +73,7 @@
73
73
  --radius-xl: 0.75rem;
74
74
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
75
75
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
76
+ --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
76
77
  --blur-sm: 8px;
77
78
  --blur-xl: 24px;
78
79
  --default-transition-duration: 150ms;
@@ -95,13 +96,18 @@
95
96
  }
96
97
  }
97
98
  @layer base {
98
- *, ::after, ::before, ::backdrop, ::file-selector-button {
99
+ *,
100
+ ::after,
101
+ ::before,
102
+ ::backdrop,
103
+ ::file-selector-button {
99
104
  box-sizing: border-box;
100
105
  margin: 0;
101
106
  padding: 0;
102
107
  border: 0 solid;
103
108
  }
104
- html, :host {
109
+ html,
110
+ :host {
105
111
  line-height: 1.5;
106
112
  -webkit-text-size-adjust: 100%;
107
113
  tab-size: 4;
@@ -119,7 +125,12 @@
119
125
  -webkit-text-decoration: underline dotted;
120
126
  text-decoration: underline dotted;
121
127
  }
122
- h1, h2, h3, h4, h5, h6 {
128
+ h1,
129
+ h2,
130
+ h3,
131
+ h4,
132
+ h5,
133
+ h6 {
123
134
  font-size: inherit;
124
135
  font-weight: inherit;
125
136
  }
@@ -128,10 +139,14 @@
128
139
  -webkit-text-decoration: inherit;
129
140
  text-decoration: inherit;
130
141
  }
131
- b, strong {
142
+ b,
143
+ strong {
132
144
  font-weight: bolder;
133
145
  }
134
- code, kbd, samp, pre {
146
+ code,
147
+ kbd,
148
+ samp,
149
+ pre {
135
150
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
136
151
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
137
152
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
@@ -140,7 +155,8 @@
140
155
  small {
141
156
  font-size: 80%;
142
157
  }
143
- sub, sup {
158
+ sub,
159
+ sup {
144
160
  font-size: 75%;
145
161
  line-height: 0;
146
162
  position: relative;
@@ -166,18 +182,33 @@
166
182
  summary {
167
183
  display: list-item;
168
184
  }
169
- ol, ul, menu {
185
+ ol,
186
+ ul,
187
+ menu {
170
188
  list-style: none;
171
189
  }
172
- img, svg, video, canvas, audio, iframe, embed, object {
190
+ img,
191
+ svg,
192
+ video,
193
+ canvas,
194
+ audio,
195
+ iframe,
196
+ embed,
197
+ object {
173
198
  display: block;
174
199
  vertical-align: middle;
175
200
  }
176
- img, video {
201
+ img,
202
+ video {
177
203
  max-width: 100%;
178
204
  height: auto;
179
205
  }
180
- button, input, select, optgroup, textarea, ::file-selector-button {
206
+ button,
207
+ input,
208
+ select,
209
+ optgroup,
210
+ textarea,
211
+ ::file-selector-button {
181
212
  font: inherit;
182
213
  font-feature-settings: inherit;
183
214
  font-variation-settings: inherit;
@@ -199,7 +230,8 @@
199
230
  ::placeholder {
200
231
  opacity: 1;
201
232
  }
202
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
233
+ @supports (not (-webkit-appearance: -apple-pay-button)) or
234
+ (contain-intrinsic-size: 1px) {
203
235
  ::placeholder {
204
236
  color: currentcolor;
205
237
  @supports (color: color-mix(in lab, red, red)) {
@@ -223,7 +255,15 @@
223
255
  ::-webkit-datetime-edit-fields-wrapper {
224
256
  padding: 0;
225
257
  }
226
- ::-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 {
258
+ ::-webkit-datetime-edit,
259
+ ::-webkit-datetime-edit-year-field,
260
+ ::-webkit-datetime-edit-month-field,
261
+ ::-webkit-datetime-edit-day-field,
262
+ ::-webkit-datetime-edit-hour-field,
263
+ ::-webkit-datetime-edit-minute-field,
264
+ ::-webkit-datetime-edit-second-field,
265
+ ::-webkit-datetime-edit-millisecond-field,
266
+ ::-webkit-datetime-edit-meridiem-field {
227
267
  padding-block: 0;
228
268
  }
229
269
  ::-webkit-calendar-picker-indicator {
@@ -232,10 +272,13 @@
232
272
  :-moz-ui-invalid {
233
273
  box-shadow: none;
234
274
  }
235
- button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
275
+ button,
276
+ input:where([type="button"], [type="reset"], [type="submit"]),
277
+ ::file-selector-button {
236
278
  appearance: button;
237
279
  }
238
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
280
+ ::-webkit-inner-spin-button,
281
+ ::-webkit-outer-spin-button {
239
282
  height: auto;
240
283
  }
241
284
  [hidden]:where(:not([hidden="until-found"])) {
@@ -322,16 +365,10 @@
322
365
  position: sticky;
323
366
  }
324
367
  .inset-0 {
325
- inset: calc(var(--spacing) * 0);
368
+ inset: 0;
326
369
  }
327
370
  .inset-y-0 {
328
- inset-block: calc(var(--spacing) * 0);
329
- }
330
- .start {
331
- inset-inline-start: var(--spacing);
332
- }
333
- .end {
334
- inset-inline-end: var(--spacing);
371
+ inset-block: 0;
335
372
  }
336
373
  .anchor-popup {
337
374
  top: 100%;
@@ -345,7 +382,7 @@
345
382
  top: calc(var(--spacing) * -3);
346
383
  }
347
384
  .top-0 {
348
- top: calc(var(--spacing) * 0);
385
+ top: 0;
349
386
  }
350
387
  .top-1\/2 {
351
388
  top: calc(1 / 2 * 100%);
@@ -369,7 +406,7 @@
369
406
  top: calc(var(--spacing) * 16);
370
407
  }
371
408
  .right-0 {
372
- right: calc(var(--spacing) * 0);
409
+ right: 0;
373
410
  }
374
411
  .right-2 {
375
412
  right: calc(var(--spacing) * 2);
@@ -378,13 +415,13 @@
378
415
  right: calc(var(--spacing) * 4);
379
416
  }
380
417
  .bottom-0 {
381
- bottom: calc(var(--spacing) * 0);
418
+ bottom: 0;
382
419
  }
383
420
  .bottom-4 {
384
421
  bottom: calc(var(--spacing) * 4);
385
422
  }
386
423
  .left-0 {
387
- left: calc(var(--spacing) * 0);
424
+ left: 0;
388
425
  }
389
426
  .left-1\/2 {
390
427
  left: calc(1 / 2 * 100%);
@@ -425,93 +462,93 @@
425
462
  .prose {
426
463
  color: var(--tw-prose-body);
427
464
  max-width: 65ch;
428
- :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
465
+ :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
429
466
  margin-top: 1.25em;
430
467
  margin-bottom: 1.25em;
431
468
  }
432
- :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
469
+ :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
433
470
  color: var(--tw-prose-lead);
434
471
  font-size: 1.25em;
435
472
  line-height: 1.6;
436
473
  margin-top: 1.2em;
437
474
  margin-bottom: 1.2em;
438
475
  }
439
- :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
476
+ :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
440
477
  color: var(--tw-prose-links);
441
478
  text-decoration: underline;
442
479
  font-weight: 500;
443
480
  }
444
- :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
481
+ :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
445
482
  color: var(--tw-prose-bold);
446
483
  font-weight: 600;
447
484
  }
448
- :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
485
+ :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
449
486
  color: inherit;
450
487
  }
451
- :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
488
+ :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
452
489
  color: inherit;
453
490
  }
454
- :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
491
+ :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
455
492
  color: inherit;
456
493
  }
457
- :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
494
+ :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
458
495
  list-style-type: decimal;
459
496
  margin-top: 1.25em;
460
497
  margin-bottom: 1.25em;
461
498
  padding-inline-start: 1.625em;
462
499
  }
463
- :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
500
+ :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
464
501
  list-style-type: upper-alpha;
465
502
  }
466
- :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
503
+ :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
467
504
  list-style-type: lower-alpha;
468
505
  }
469
- :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
506
+ :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
470
507
  list-style-type: upper-alpha;
471
508
  }
472
- :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
509
+ :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
473
510
  list-style-type: lower-alpha;
474
511
  }
475
- :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
512
+ :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
476
513
  list-style-type: upper-roman;
477
514
  }
478
- :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
515
+ :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
479
516
  list-style-type: lower-roman;
480
517
  }
481
- :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
518
+ :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
482
519
  list-style-type: upper-roman;
483
520
  }
484
- :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
521
+ :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
485
522
  list-style-type: lower-roman;
486
523
  }
487
- :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
524
+ :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
488
525
  list-style-type: decimal;
489
526
  }
490
- :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
527
+ :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
491
528
  list-style-type: disc;
492
529
  margin-top: 1.25em;
493
530
  margin-bottom: 1.25em;
494
531
  padding-inline-start: 1.625em;
495
532
  }
496
- :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
533
+ :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
497
534
  font-weight: 400;
498
535
  color: var(--tw-prose-counters);
499
536
  }
500
- :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
537
+ :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
501
538
  color: var(--tw-prose-bullets);
502
539
  }
503
- :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
540
+ :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
504
541
  color: var(--tw-prose-headings);
505
542
  font-weight: 600;
506
543
  margin-top: 1.25em;
507
544
  }
508
- :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
545
+ :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
509
546
  border-color: var(--tw-prose-hr);
510
547
  border-top-width: 1px;
511
548
  margin-top: 3em;
512
549
  margin-bottom: 3em;
513
550
  }
514
- :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
551
+ :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
515
552
  font-weight: 500;
516
553
  font-style: italic;
517
554
  color: var(--tw-prose-quotes);
@@ -522,13 +559,13 @@
522
559
  margin-bottom: 1.6em;
523
560
  padding-inline-start: 1em;
524
561
  }
525
- :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
562
+ :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
526
563
  content: open-quote;
527
564
  }
528
- :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
565
+ :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
529
566
  content: close-quote;
530
567
  }
531
- :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
568
+ :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
532
569
  color: var(--tw-prose-headings);
533
570
  font-weight: 800;
534
571
  font-size: 2.25em;
@@ -536,11 +573,11 @@
536
573
  margin-bottom: 0.8888889em;
537
574
  line-height: 1.1111111;
538
575
  }
539
- :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
576
+ :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
540
577
  font-weight: 900;
541
578
  color: inherit;
542
579
  }
543
- :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
580
+ :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
544
581
  color: var(--tw-prose-headings);
545
582
  font-weight: 700;
546
583
  font-size: 1.5em;
@@ -548,11 +585,11 @@
548
585
  margin-bottom: 1em;
549
586
  line-height: 1.3333333;
550
587
  }
551
- :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
588
+ :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
552
589
  font-weight: 800;
553
590
  color: inherit;
554
591
  }
555
- :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
592
+ :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
556
593
  color: var(--tw-prose-headings);
557
594
  font-weight: 600;
558
595
  font-size: 1.25em;
@@ -560,35 +597,35 @@
560
597
  margin-bottom: 0.6em;
561
598
  line-height: 1.6;
562
599
  }
563
- :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
600
+ :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
564
601
  font-weight: 700;
565
602
  color: inherit;
566
603
  }
567
- :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
604
+ :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
568
605
  color: var(--tw-prose-headings);
569
606
  font-weight: 600;
570
607
  margin-top: 1.5em;
571
608
  margin-bottom: 0.5em;
572
609
  line-height: 1.5;
573
610
  }
574
- :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
611
+ :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
575
612
  font-weight: 700;
576
613
  color: inherit;
577
614
  }
578
- :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
615
+ :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
579
616
  margin-top: 2em;
580
617
  margin-bottom: 2em;
581
618
  }
582
- :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
619
+ :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
583
620
  display: block;
584
621
  margin-top: 2em;
585
622
  margin-bottom: 2em;
586
623
  }
587
- :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
624
+ :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
588
625
  margin-top: 2em;
589
626
  margin-bottom: 2em;
590
627
  }
591
- :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
628
+ :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
592
629
  font-weight: 500;
593
630
  font-family: inherit;
594
631
  color: var(--tw-prose-kbd);
@@ -600,41 +637,41 @@
600
637
  padding-bottom: 0.1875em;
601
638
  padding-inline-start: 0.375em;
602
639
  }
603
- :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
640
+ :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
604
641
  color: var(--tw-prose-code);
605
642
  font-weight: 600;
606
643
  font-size: 0.875em;
607
644
  }
608
- :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
645
+ :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
609
646
  content: "`";
610
647
  }
611
- :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
648
+ :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
612
649
  content: "`";
613
650
  }
614
- :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
651
+ :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
615
652
  color: inherit;
616
653
  }
617
- :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
654
+ :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
618
655
  color: inherit;
619
656
  }
620
- :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
657
+ :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
621
658
  color: inherit;
622
659
  font-size: 0.875em;
623
660
  }
624
- :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
661
+ :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
625
662
  color: inherit;
626
663
  font-size: 0.9em;
627
664
  }
628
- :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
665
+ :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
629
666
  color: inherit;
630
667
  }
631
- :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
668
+ :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
632
669
  color: inherit;
633
670
  }
634
- :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
671
+ :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
635
672
  color: inherit;
636
673
  }
637
- :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
674
+ :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
638
675
  color: var(--tw-prose-pre-code);
639
676
  background-color: var(--tw-prose-pre-bg);
640
677
  overflow-x: auto;
@@ -649,7 +686,7 @@
649
686
  padding-bottom: 0.8571429em;
650
687
  padding-inline-start: 1.1428571em;
651
688
  }
652
- :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
689
+ :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
653
690
  background-color: transparent;
654
691
  border-width: 0;
655
692
  border-radius: 0;
@@ -660,13 +697,13 @@
660
697
  font-family: inherit;
661
698
  line-height: inherit;
662
699
  }
663
- :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
700
+ :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
664
701
  content: none;
665
702
  }
666
- :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
703
+ :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
667
704
  content: none;
668
705
  }
669
- :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
706
+ :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
670
707
  width: 100%;
671
708
  table-layout: auto;
672
709
  margin-top: 2em;
@@ -674,11 +711,11 @@
674
711
  font-size: 0.875em;
675
712
  line-height: 1.7142857;
676
713
  }
677
- :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
714
+ :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
678
715
  border-bottom-width: 1px;
679
716
  border-bottom-color: var(--tw-prose-th-borders);
680
717
  }
681
- :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
718
+ :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
682
719
  color: var(--tw-prose-headings);
683
720
  font-weight: 600;
684
721
  vertical-align: bottom;
@@ -686,31 +723,31 @@
686
723
  padding-bottom: 0.5714286em;
687
724
  padding-inline-start: 0.5714286em;
688
725
  }
689
- :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
726
+ :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
690
727
  border-bottom-width: 1px;
691
728
  border-bottom-color: var(--tw-prose-td-borders);
692
729
  }
693
- :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
730
+ :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
694
731
  border-bottom-width: 0;
695
732
  }
696
- :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
733
+ :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
697
734
  vertical-align: baseline;
698
735
  }
699
- :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
736
+ :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
700
737
  border-top-width: 1px;
701
738
  border-top-color: var(--tw-prose-th-borders);
702
739
  }
703
- :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
740
+ :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
704
741
  vertical-align: top;
705
742
  }
706
- :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
743
+ :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
707
744
  text-align: start;
708
745
  }
709
- :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
746
+ :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
710
747
  margin-top: 0;
711
748
  margin-bottom: 0;
712
749
  }
713
- :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
750
+ :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
714
751
  color: var(--tw-prose-captions);
715
752
  font-size: 0.875em;
716
753
  line-height: 1.4285714;
@@ -754,86 +791,86 @@
754
791
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
755
792
  font-size: 1rem;
756
793
  line-height: 1.75;
757
- :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
794
+ :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
758
795
  margin-top: 0;
759
796
  margin-bottom: 0;
760
797
  }
761
- :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
798
+ :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
762
799
  margin-top: 0.5em;
763
800
  margin-bottom: 0.5em;
764
801
  }
765
- :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
802
+ :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
766
803
  padding-inline-start: 0.375em;
767
804
  }
768
- :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
805
+ :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
769
806
  padding-inline-start: 0.375em;
770
807
  }
771
- :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
808
+ :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
772
809
  margin-top: 0.75em;
773
810
  margin-bottom: 0.75em;
774
811
  }
775
- :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
812
+ :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
776
813
  margin-top: 1.25em;
777
814
  }
778
- :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
815
+ :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
779
816
  margin-bottom: 1.25em;
780
817
  }
781
- :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
818
+ :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
782
819
  margin-top: 1.25em;
783
820
  }
784
- :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
821
+ :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
785
822
  margin-bottom: 1.25em;
786
823
  }
787
- :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
824
+ :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
788
825
  margin-top: 0.75em;
789
826
  margin-bottom: 0.75em;
790
827
  }
791
- :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
828
+ :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
792
829
  margin-top: 1.25em;
793
830
  margin-bottom: 1.25em;
794
831
  }
795
- :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
832
+ :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
796
833
  margin-top: 0.5em;
797
834
  padding-inline-start: 1.625em;
798
835
  }
799
- :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
836
+ :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
800
837
  margin-top: 0;
801
838
  }
802
- :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
839
+ :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
803
840
  margin-top: 0;
804
841
  }
805
- :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
842
+ :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
806
843
  margin-top: 0;
807
844
  }
808
- :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
845
+ :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
809
846
  margin-top: 0;
810
847
  }
811
- :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
848
+ :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
812
849
  padding-inline-start: 0;
813
850
  }
814
- :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
851
+ :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
815
852
  padding-inline-end: 0;
816
853
  }
817
- :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
854
+ :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
818
855
  padding-top: 0.5714286em;
819
856
  padding-inline-end: 0.5714286em;
820
857
  padding-bottom: 0.5714286em;
821
858
  padding-inline-start: 0.5714286em;
822
859
  }
823
- :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
860
+ :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
824
861
  padding-inline-start: 0;
825
862
  }
826
- :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
863
+ :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
827
864
  padding-inline-end: 0;
828
865
  }
829
- :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
866
+ :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
830
867
  margin-top: 2em;
831
868
  margin-bottom: 2em;
832
869
  }
833
- :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
870
+ :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
834
871
  margin-top: 0;
835
872
  }
836
- :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
873
+ :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
837
874
  margin-bottom: 0;
838
875
  }
839
876
  }
@@ -847,64 +884,263 @@
847
884
  font-size: 1.2rem;
848
885
  font-weight: 500;
849
886
  }
887
+ .prose-lg {
888
+ font-size: 1.125rem;
889
+ line-height: 1.7777778;
890
+ :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
891
+ margin-top: 1.3333333em;
892
+ margin-bottom: 1.3333333em;
893
+ }
894
+ :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
895
+ font-size: 1.2222222em;
896
+ line-height: 1.4545455;
897
+ margin-top: 1.0909091em;
898
+ margin-bottom: 1.0909091em;
899
+ }
900
+ :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
901
+ margin-top: 1.6666667em;
902
+ margin-bottom: 1.6666667em;
903
+ padding-inline-start: 1em;
904
+ }
905
+ :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
906
+ font-size: 2.6666667em;
907
+ margin-top: 0;
908
+ margin-bottom: 0.8333333em;
909
+ line-height: 1;
910
+ }
911
+ :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
912
+ font-size: 1.6666667em;
913
+ margin-top: 1.8666667em;
914
+ margin-bottom: 1.0666667em;
915
+ line-height: 1.3333333;
916
+ }
917
+ :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
918
+ font-size: 1.3333333em;
919
+ margin-top: 1.6666667em;
920
+ margin-bottom: 0.6666667em;
921
+ line-height: 1.5;
922
+ }
923
+ :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
924
+ margin-top: 1.7777778em;
925
+ margin-bottom: 0.4444444em;
926
+ line-height: 1.5555556;
927
+ }
928
+ :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
929
+ margin-top: 1.7777778em;
930
+ margin-bottom: 1.7777778em;
931
+ }
932
+ :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
933
+ margin-top: 1.7777778em;
934
+ margin-bottom: 1.7777778em;
935
+ }
936
+ :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
937
+ margin-top: 0;
938
+ margin-bottom: 0;
939
+ }
940
+ :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
941
+ margin-top: 1.7777778em;
942
+ margin-bottom: 1.7777778em;
943
+ }
944
+ :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
945
+ font-size: 0.8888889em;
946
+ border-radius: 0.3125rem;
947
+ padding-top: 0.2222222em;
948
+ padding-inline-end: 0.4444444em;
949
+ padding-bottom: 0.2222222em;
950
+ padding-inline-start: 0.4444444em;
951
+ }
952
+ :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
953
+ font-size: 0.8888889em;
954
+ }
955
+ :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
956
+ font-size: 0.8666667em;
957
+ }
958
+ :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
959
+ font-size: 0.875em;
960
+ }
961
+ :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
962
+ font-size: 0.8888889em;
963
+ line-height: 1.75;
964
+ margin-top: 2em;
965
+ margin-bottom: 2em;
966
+ border-radius: 0.375rem;
967
+ padding-top: 1em;
968
+ padding-inline-end: 1.5em;
969
+ padding-bottom: 1em;
970
+ padding-inline-start: 1.5em;
971
+ }
972
+ :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
973
+ margin-top: 1.3333333em;
974
+ margin-bottom: 1.3333333em;
975
+ padding-inline-start: 1.5555556em;
976
+ }
977
+ :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
978
+ margin-top: 1.3333333em;
979
+ margin-bottom: 1.3333333em;
980
+ padding-inline-start: 1.5555556em;
981
+ }
982
+ :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
983
+ margin-top: 0.6666667em;
984
+ margin-bottom: 0.6666667em;
985
+ }
986
+ :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
987
+ padding-inline-start: 0.4444444em;
988
+ }
989
+ :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
990
+ padding-inline-start: 0.4444444em;
991
+ }
992
+ :where(.prose-lg > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
993
+ margin-top: 0.8888889em;
994
+ margin-bottom: 0.8888889em;
995
+ }
996
+ :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
997
+ margin-top: 1.3333333em;
998
+ }
999
+ :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1000
+ margin-bottom: 1.3333333em;
1001
+ }
1002
+ :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1003
+ margin-top: 1.3333333em;
1004
+ }
1005
+ :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1006
+ margin-bottom: 1.3333333em;
1007
+ }
1008
+ :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1009
+ margin-top: 0.8888889em;
1010
+ margin-bottom: 0.8888889em;
1011
+ }
1012
+ :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1013
+ margin-top: 1.3333333em;
1014
+ margin-bottom: 1.3333333em;
1015
+ }
1016
+ :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1017
+ margin-top: 1.3333333em;
1018
+ }
1019
+ :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1020
+ margin-top: 0.6666667em;
1021
+ padding-inline-start: 1.5555556em;
1022
+ }
1023
+ :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1024
+ margin-top: 3.1111111em;
1025
+ margin-bottom: 3.1111111em;
1026
+ }
1027
+ :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1028
+ margin-top: 0;
1029
+ }
1030
+ :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1031
+ margin-top: 0;
1032
+ }
1033
+ :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1034
+ margin-top: 0;
1035
+ }
1036
+ :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1037
+ margin-top: 0;
1038
+ }
1039
+ :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1040
+ font-size: 0.8888889em;
1041
+ line-height: 1.5;
1042
+ }
1043
+ :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1044
+ padding-inline-end: 0.75em;
1045
+ padding-bottom: 0.75em;
1046
+ padding-inline-start: 0.75em;
1047
+ }
1048
+ :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1049
+ padding-inline-start: 0;
1050
+ }
1051
+ :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1052
+ padding-inline-end: 0;
1053
+ }
1054
+ :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1055
+ padding-top: 0.75em;
1056
+ padding-inline-end: 0.75em;
1057
+ padding-bottom: 0.75em;
1058
+ padding-inline-start: 0.75em;
1059
+ }
1060
+ :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1061
+ padding-inline-start: 0;
1062
+ }
1063
+ :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1064
+ padding-inline-end: 0;
1065
+ }
1066
+ :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1067
+ margin-top: 1.7777778em;
1068
+ margin-bottom: 1.7777778em;
1069
+ }
1070
+ :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1071
+ margin-top: 0;
1072
+ margin-bottom: 0;
1073
+ }
1074
+ :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1075
+ font-size: 0.8888889em;
1076
+ line-height: 1.5;
1077
+ margin-top: 1em;
1078
+ }
1079
+ :where(.prose-lg > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1080
+ margin-top: 0;
1081
+ }
1082
+ :where(.prose-lg > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1083
+ margin-bottom: 0;
1084
+ }
1085
+ }
850
1086
  .prose-sm {
851
1087
  font-size: 0.875rem;
852
1088
  line-height: 1.7142857;
853
- :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1089
+ :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
854
1090
  margin-top: 1.1428571em;
855
1091
  margin-bottom: 1.1428571em;
856
1092
  }
857
- :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1093
+ :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
858
1094
  font-size: 1.2857143em;
859
1095
  line-height: 1.5555556;
860
1096
  margin-top: 0.8888889em;
861
1097
  margin-bottom: 0.8888889em;
862
1098
  }
863
- :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1099
+ :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
864
1100
  margin-top: 1.3333333em;
865
1101
  margin-bottom: 1.3333333em;
866
1102
  padding-inline-start: 1.1111111em;
867
1103
  }
868
- :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1104
+ :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
869
1105
  font-size: 2.1428571em;
870
1106
  margin-top: 0;
871
1107
  margin-bottom: 0.8em;
872
1108
  line-height: 1.2;
873
1109
  }
874
- :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1110
+ :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
875
1111
  font-size: 1.4285714em;
876
1112
  margin-top: 1.6em;
877
1113
  margin-bottom: 0.8em;
878
1114
  line-height: 1.4;
879
1115
  }
880
- :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1116
+ :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
881
1117
  font-size: 1.2857143em;
882
1118
  margin-top: 1.5555556em;
883
1119
  margin-bottom: 0.4444444em;
884
1120
  line-height: 1.5555556;
885
1121
  }
886
- :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1122
+ :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
887
1123
  margin-top: 1.4285714em;
888
1124
  margin-bottom: 0.5714286em;
889
1125
  line-height: 1.4285714;
890
1126
  }
891
- :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1127
+ :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
892
1128
  margin-top: 1.7142857em;
893
1129
  margin-bottom: 1.7142857em;
894
1130
  }
895
- :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1131
+ :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
896
1132
  margin-top: 1.7142857em;
897
1133
  margin-bottom: 1.7142857em;
898
1134
  }
899
- :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1135
+ :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
900
1136
  margin-top: 0;
901
1137
  margin-bottom: 0;
902
1138
  }
903
- :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1139
+ :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
904
1140
  margin-top: 1.7142857em;
905
1141
  margin-bottom: 1.7142857em;
906
1142
  }
907
- :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1143
+ :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
908
1144
  font-size: 0.8571429em;
909
1145
  border-radius: 0.3125rem;
910
1146
  padding-top: 0.1428571em;
@@ -912,16 +1148,16 @@
912
1148
  padding-bottom: 0.1428571em;
913
1149
  padding-inline-start: 0.3571429em;
914
1150
  }
915
- :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1151
+ :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
916
1152
  font-size: 0.8571429em;
917
1153
  }
918
- :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1154
+ :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
919
1155
  font-size: 0.9em;
920
1156
  }
921
- :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1157
+ :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
922
1158
  font-size: 0.8888889em;
923
1159
  }
924
- :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1160
+ :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
925
1161
  font-size: 0.8571429em;
926
1162
  line-height: 1.6666667;
927
1163
  margin-top: 1.6666667em;
@@ -932,140 +1168,390 @@
932
1168
  padding-bottom: 0.6666667em;
933
1169
  padding-inline-start: 1em;
934
1170
  }
935
- :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1171
+ :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
936
1172
  margin-top: 1.1428571em;
937
1173
  margin-bottom: 1.1428571em;
938
1174
  padding-inline-start: 1.5714286em;
939
1175
  }
940
- :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1176
+ :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
941
1177
  margin-top: 1.1428571em;
942
1178
  margin-bottom: 1.1428571em;
943
1179
  padding-inline-start: 1.5714286em;
944
1180
  }
945
- :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1181
+ :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
946
1182
  margin-top: 0.2857143em;
947
1183
  margin-bottom: 0.2857143em;
948
1184
  }
949
- :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1185
+ :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
950
1186
  padding-inline-start: 0.4285714em;
951
1187
  }
952
- :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1188
+ :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
953
1189
  padding-inline-start: 0.4285714em;
954
1190
  }
955
- :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1191
+ :where(.prose-sm > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
956
1192
  margin-top: 0.5714286em;
957
1193
  margin-bottom: 0.5714286em;
958
1194
  }
959
- :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1195
+ :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
960
1196
  margin-top: 1.1428571em;
961
1197
  }
962
- :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1198
+ :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
963
1199
  margin-bottom: 1.1428571em;
964
1200
  }
965
- :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1201
+ :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
966
1202
  margin-top: 1.1428571em;
967
1203
  }
968
- :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1204
+ :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
969
1205
  margin-bottom: 1.1428571em;
970
1206
  }
971
- :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1207
+ :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
972
1208
  margin-top: 0.5714286em;
973
1209
  margin-bottom: 0.5714286em;
974
1210
  }
975
- :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1211
+ :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
976
1212
  margin-top: 1.1428571em;
977
1213
  margin-bottom: 1.1428571em;
978
1214
  }
979
- :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1215
+ :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
980
1216
  margin-top: 1.1428571em;
981
1217
  }
982
- :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1218
+ :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
983
1219
  margin-top: 0.2857143em;
984
1220
  padding-inline-start: 1.5714286em;
985
1221
  }
986
- :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1222
+ :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
987
1223
  margin-top: 2.8571429em;
988
1224
  margin-bottom: 2.8571429em;
989
1225
  }
990
- :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1226
+ :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
991
1227
  margin-top: 0;
992
1228
  }
993
- :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1229
+ :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
994
1230
  margin-top: 0;
995
1231
  }
996
- :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1232
+ :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
997
1233
  margin-top: 0;
998
1234
  }
999
- :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1235
+ :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1000
1236
  margin-top: 0;
1001
1237
  }
1002
- :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1238
+ :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1003
1239
  font-size: 0.8571429em;
1004
1240
  line-height: 1.5;
1005
1241
  }
1006
- :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1242
+ :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1007
1243
  padding-inline-end: 1em;
1008
1244
  padding-bottom: 0.6666667em;
1009
1245
  padding-inline-start: 1em;
1010
1246
  }
1011
- :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1247
+ :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1012
1248
  padding-inline-start: 0;
1013
1249
  }
1014
- :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1250
+ :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1015
1251
  padding-inline-end: 0;
1016
1252
  }
1017
- :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1253
+ :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1018
1254
  padding-top: 0.6666667em;
1019
1255
  padding-inline-end: 1em;
1020
1256
  padding-bottom: 0.6666667em;
1021
1257
  padding-inline-start: 1em;
1022
1258
  }
1023
- :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1259
+ :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1024
1260
  padding-inline-start: 0;
1025
1261
  }
1026
- :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1262
+ :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1027
1263
  padding-inline-end: 0;
1028
1264
  }
1029
- :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1265
+ :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1030
1266
  margin-top: 1.7142857em;
1031
1267
  margin-bottom: 1.7142857em;
1032
1268
  }
1033
- :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1269
+ :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1034
1270
  margin-top: 0;
1035
1271
  margin-bottom: 0;
1036
1272
  }
1037
- :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1273
+ :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1038
1274
  font-size: 0.8571429em;
1039
1275
  line-height: 1.3333333;
1040
1276
  margin-top: 0.6666667em;
1041
1277
  }
1042
- :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1278
+ :where(.prose-sm > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1043
1279
  margin-top: 0;
1044
1280
  }
1045
- :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1281
+ :where(.prose-sm > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1046
1282
  margin-bottom: 0;
1047
1283
  }
1048
1284
  }
1285
+ .prose-xl {
1286
+ font-size: 1.25rem;
1287
+ line-height: 1.8;
1288
+ :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1289
+ margin-top: 1.2em;
1290
+ margin-bottom: 1.2em;
1291
+ }
1292
+ :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1293
+ font-size: 1.2em;
1294
+ line-height: 1.5;
1295
+ margin-top: 1em;
1296
+ margin-bottom: 1em;
1297
+ }
1298
+ :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1299
+ margin-top: 1.6em;
1300
+ margin-bottom: 1.6em;
1301
+ padding-inline-start: 1.0666667em;
1302
+ }
1303
+ :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1304
+ font-size: 2.8em;
1305
+ margin-top: 0;
1306
+ margin-bottom: 0.8571429em;
1307
+ line-height: 1;
1308
+ }
1309
+ :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1310
+ font-size: 1.8em;
1311
+ margin-top: 1.5555556em;
1312
+ margin-bottom: 0.8888889em;
1313
+ line-height: 1.1111111;
1314
+ }
1315
+ :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1316
+ font-size: 1.5em;
1317
+ margin-top: 1.6em;
1318
+ margin-bottom: 0.6666667em;
1319
+ line-height: 1.3333333;
1320
+ }
1321
+ :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1322
+ margin-top: 1.8em;
1323
+ margin-bottom: 0.6em;
1324
+ line-height: 1.6;
1325
+ }
1326
+ :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1327
+ margin-top: 2em;
1328
+ margin-bottom: 2em;
1329
+ }
1330
+ :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1331
+ margin-top: 2em;
1332
+ margin-bottom: 2em;
1333
+ }
1334
+ :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1335
+ margin-top: 0;
1336
+ margin-bottom: 0;
1337
+ }
1338
+ :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1339
+ margin-top: 2em;
1340
+ margin-bottom: 2em;
1341
+ }
1342
+ :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1343
+ font-size: 0.9em;
1344
+ border-radius: 0.3125rem;
1345
+ padding-top: 0.25em;
1346
+ padding-inline-end: 0.4em;
1347
+ padding-bottom: 0.25em;
1348
+ padding-inline-start: 0.4em;
1349
+ }
1350
+ :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1351
+ font-size: 0.9em;
1352
+ }
1353
+ :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1354
+ font-size: 0.8611111em;
1355
+ }
1356
+ :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1357
+ font-size: 0.9em;
1358
+ }
1359
+ :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1360
+ font-size: 0.9em;
1361
+ line-height: 1.7777778;
1362
+ margin-top: 2em;
1363
+ margin-bottom: 2em;
1364
+ border-radius: 0.5rem;
1365
+ padding-top: 1.1111111em;
1366
+ padding-inline-end: 1.3333333em;
1367
+ padding-bottom: 1.1111111em;
1368
+ padding-inline-start: 1.3333333em;
1369
+ }
1370
+ :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1371
+ margin-top: 1.2em;
1372
+ margin-bottom: 1.2em;
1373
+ padding-inline-start: 1.6em;
1374
+ }
1375
+ :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1376
+ margin-top: 1.2em;
1377
+ margin-bottom: 1.2em;
1378
+ padding-inline-start: 1.6em;
1379
+ }
1380
+ :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1381
+ margin-top: 0.6em;
1382
+ margin-bottom: 0.6em;
1383
+ }
1384
+ :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1385
+ padding-inline-start: 0.4em;
1386
+ }
1387
+ :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1388
+ padding-inline-start: 0.4em;
1389
+ }
1390
+ :where(.prose-xl > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1391
+ margin-top: 0.8em;
1392
+ margin-bottom: 0.8em;
1393
+ }
1394
+ :where(.prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1395
+ margin-top: 1.2em;
1396
+ }
1397
+ :where(.prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1398
+ margin-bottom: 1.2em;
1399
+ }
1400
+ :where(.prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1401
+ margin-top: 1.2em;
1402
+ }
1403
+ :where(.prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1404
+ margin-bottom: 1.2em;
1405
+ }
1406
+ :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1407
+ margin-top: 0.8em;
1408
+ margin-bottom: 0.8em;
1409
+ }
1410
+ :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1411
+ margin-top: 1.2em;
1412
+ margin-bottom: 1.2em;
1413
+ }
1414
+ :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1415
+ margin-top: 1.2em;
1416
+ }
1417
+ :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1418
+ margin-top: 0.6em;
1419
+ padding-inline-start: 1.6em;
1420
+ }
1421
+ :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1422
+ margin-top: 2.8em;
1423
+ margin-bottom: 2.8em;
1424
+ }
1425
+ :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1426
+ margin-top: 0;
1427
+ }
1428
+ :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1429
+ margin-top: 0;
1430
+ }
1431
+ :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1432
+ margin-top: 0;
1433
+ }
1434
+ :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1435
+ margin-top: 0;
1436
+ }
1437
+ :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1438
+ font-size: 0.9em;
1439
+ line-height: 1.5555556;
1440
+ }
1441
+ :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1442
+ padding-inline-end: 0.6666667em;
1443
+ padding-bottom: 0.8888889em;
1444
+ padding-inline-start: 0.6666667em;
1445
+ }
1446
+ :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1447
+ padding-inline-start: 0;
1448
+ }
1449
+ :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1450
+ padding-inline-end: 0;
1451
+ }
1452
+ :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1453
+ padding-top: 0.8888889em;
1454
+ padding-inline-end: 0.6666667em;
1455
+ padding-bottom: 0.8888889em;
1456
+ padding-inline-start: 0.6666667em;
1457
+ }
1458
+ :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1459
+ padding-inline-start: 0;
1460
+ }
1461
+ :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1462
+ padding-inline-end: 0;
1463
+ }
1464
+ :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1465
+ margin-top: 2em;
1466
+ margin-bottom: 2em;
1467
+ }
1468
+ :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1469
+ margin-top: 0;
1470
+ margin-bottom: 0;
1471
+ }
1472
+ :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1473
+ font-size: 0.9em;
1474
+ line-height: 1.5555556;
1475
+ margin-top: 1em;
1476
+ }
1477
+ :where(.prose-xl > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1478
+ margin-top: 0;
1479
+ }
1480
+ :where(.prose-xl > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1481
+ margin-bottom: 0;
1482
+ }
1483
+ }
1484
+ .prose-custom {
1485
+ line-height: 24px;
1486
+ --tw-prose-body: var(--color-login-text);
1487
+ --tw-prose-headings: var(--color-login-text);
1488
+ --tw-prose-lead: var(--color-login-300);
1489
+ --tw-prose-links: var(--color-login);
1490
+ --tw-prose-bold: #fff;
1491
+ --tw-prose-counters: var(--color-login);
1492
+ --tw-prose-bullets: var(--color-login);
1493
+ --tw-prose-hr: var(--color-login-300);
1494
+ --tw-prose-quotes: var(--color-login-text);
1495
+ --tw-prose-quote-borders: var(--color-login);
1496
+ --tw-prose-captions: var(--color-login-300);
1497
+ --tw-prose-code: var(--color-login-text);
1498
+ --tw-prose-pre-code: var(--color-login-text);
1499
+ --tw-prose-pre-bg: var(--color-login-900);
1500
+ --tw-prose-th-borders: var(--color-login-500);
1501
+ --tw-prose-td-borders: var(--color-login-500);
1502
+ & p {
1503
+ margin-top: 0.25rem;
1504
+ margin-bottom: 0.75rem;
1505
+ }
1506
+ & li {
1507
+ margin-top: 0;
1508
+ margin-bottom: 0;
1509
+ }
1510
+ & ul:has(> li > span[data-task-checkbox]) {
1511
+ padding-left: 0;
1512
+ }
1513
+ & li:has(> span[data-task-checkbox]) {
1514
+ list-style: none;
1515
+ }
1516
+ }
1049
1517
  .-mt-0\.5 {
1050
1518
  margin-top: calc(var(--spacing) * -0.5);
1051
1519
  }
1520
+ .mt-0\.5 {
1521
+ margin-top: calc(var(--spacing) * 0.5);
1522
+ }
1052
1523
  .mt-1 {
1053
- margin-top: calc(var(--spacing) * 1);
1524
+ margin-top: var(--spacing);
1054
1525
  }
1055
1526
  .mt-2 {
1056
1527
  margin-top: calc(var(--spacing) * 2);
1057
1528
  }
1529
+ .mt-3 {
1530
+ margin-top: calc(var(--spacing) * 3);
1531
+ }
1532
+ .mt-12 {
1533
+ margin-top: calc(var(--spacing) * 12);
1534
+ }
1535
+ .mt-16 {
1536
+ margin-top: calc(var(--spacing) * 16);
1537
+ }
1538
+ .mt-20 {
1539
+ margin-top: calc(var(--spacing) * 20);
1540
+ }
1541
+ .mt-24 {
1542
+ margin-top: calc(var(--spacing) * 24);
1543
+ }
1058
1544
  .mr-2 {
1059
1545
  margin-right: calc(var(--spacing) * 2);
1060
1546
  }
1061
- .mr-\[0\.3rem\] {
1062
- margin-right: 0.3rem;
1547
+ .mr-3 {
1548
+ margin-right: calc(var(--spacing) * 3);
1063
1549
  }
1064
1550
  .mb-0 {
1065
- margin-bottom: calc(var(--spacing) * 0);
1551
+ margin-bottom: 0;
1066
1552
  }
1067
1553
  .mb-1 {
1068
- margin-bottom: calc(var(--spacing) * 1);
1554
+ margin-bottom: var(--spacing);
1069
1555
  }
1070
1556
  .mb-2 {
1071
1557
  margin-bottom: calc(var(--spacing) * 2);
@@ -1076,11 +1562,21 @@
1076
1562
  .mb-4 {
1077
1563
  margin-bottom: calc(var(--spacing) * 4);
1078
1564
  }
1565
+ .mb-12 {
1566
+ margin-bottom: calc(var(--spacing) * 12);
1567
+ }
1079
1568
  .-ml-4 {
1080
1569
  margin-left: calc(var(--spacing) * -4);
1081
1570
  }
1082
1571
  .ml-1 {
1083
- margin-left: calc(var(--spacing) * 1);
1572
+ margin-left: var(--spacing);
1573
+ }
1574
+ .noscroll {
1575
+ -ms-overflow-style: none;
1576
+ scrollbar-width: none;
1577
+ &::-webkit-scrollbar {
1578
+ display: none;
1579
+ }
1084
1580
  }
1085
1581
  .page-container {
1086
1582
  display: grid;
@@ -1091,13 +1587,6 @@
1091
1587
  padding-top: 2rem;
1092
1588
  }
1093
1589
  }
1094
- .noscroll {
1095
- -ms-overflow-style: none;
1096
- scrollbar-width: none;
1097
- &::-webkit-scrollbar {
1098
- display: none;
1099
- }
1100
- }
1101
1590
  .block {
1102
1591
  display: block;
1103
1592
  }
@@ -1116,12 +1605,19 @@
1116
1605
  .aspect-3\/1 {
1117
1606
  aspect-ratio: 3/1;
1118
1607
  }
1608
+ .size-8 {
1609
+ width: calc(var(--spacing) * 8);
1610
+ height: calc(var(--spacing) * 8);
1611
+ }
1119
1612
  .h-0 {
1120
- height: calc(var(--spacing) * 0);
1613
+ height: 0;
1121
1614
  }
1122
1615
  .h-0\.5 {
1123
1616
  height: calc(var(--spacing) * 0.5);
1124
1617
  }
1618
+ .h-1\.5 {
1619
+ height: calc(var(--spacing) * 1.5);
1620
+ }
1125
1621
  .h-2 {
1126
1622
  height: calc(var(--spacing) * 2);
1127
1623
  }
@@ -1149,8 +1645,11 @@
1149
1645
  .h-8 {
1150
1646
  height: calc(var(--spacing) * 8);
1151
1647
  }
1152
- .h-10\.5 {
1153
- height: calc(var(--spacing) * 10.5);
1648
+ .h-9 {
1649
+ height: calc(var(--spacing) * 9);
1650
+ }
1651
+ .h-10 {
1652
+ height: calc(var(--spacing) * 10);
1154
1653
  }
1155
1654
  .h-11 {
1156
1655
  height: calc(var(--spacing) * 11);
@@ -1174,26 +1673,29 @@
1174
1673
  height: 100vh;
1175
1674
  }
1176
1675
  .max-h-0 {
1177
- max-height: calc(var(--spacing) * 0);
1676
+ max-height: 0;
1178
1677
  }
1179
1678
  .max-h-60 {
1180
1679
  max-height: calc(var(--spacing) * 60);
1181
1680
  }
1681
+ .max-h-\[9999px\] {
1682
+ max-height: 9999px;
1683
+ }
1182
1684
  .max-h-\[calc\(100vh-4rem\)\] {
1183
1685
  max-height: calc(100vh - 4rem);
1184
1686
  }
1185
1687
  .min-h-0 {
1186
- min-height: calc(var(--spacing) * 0);
1187
- }
1188
- .min-h-8 {
1189
- min-height: calc(var(--spacing) * 8);
1688
+ min-height: 0;
1190
1689
  }
1191
- .min-h-10\.5 {
1192
- min-height: calc(var(--spacing) * 10.5);
1690
+ .min-h-10 {
1691
+ min-height: calc(var(--spacing) * 10);
1193
1692
  }
1194
1693
  .min-h-16 {
1195
1694
  min-height: calc(var(--spacing) * 16);
1196
1695
  }
1696
+ .w-1\.5 {
1697
+ width: calc(var(--spacing) * 1.5);
1698
+ }
1197
1699
  .w-2 {
1198
1700
  width: calc(var(--spacing) * 2);
1199
1701
  }
@@ -1215,9 +1717,15 @@
1215
1717
  .w-6 {
1216
1718
  width: calc(var(--spacing) * 6);
1217
1719
  }
1720
+ .w-7 {
1721
+ width: calc(var(--spacing) * 7);
1722
+ }
1218
1723
  .w-8 {
1219
1724
  width: calc(var(--spacing) * 8);
1220
1725
  }
1726
+ .w-9 {
1727
+ width: calc(var(--spacing) * 9);
1728
+ }
1221
1729
  .w-11 {
1222
1730
  width: calc(var(--spacing) * 11);
1223
1731
  }
@@ -1260,6 +1768,9 @@
1260
1768
  .max-w-6xl {
1261
1769
  max-width: var(--container-6xl);
1262
1770
  }
1771
+ .max-w-60 {
1772
+ max-width: calc(var(--spacing) * 60);
1773
+ }
1263
1774
  .max-w-140 {
1264
1775
  max-width: calc(var(--spacing) * 140);
1265
1776
  }
@@ -1282,7 +1793,7 @@
1282
1793
  max-width: var(--container-xs);
1283
1794
  }
1284
1795
  .min-w-0 {
1285
- min-width: calc(var(--spacing) * 0);
1796
+ min-width: 0;
1286
1797
  }
1287
1798
  .min-w-10 {
1288
1799
  min-width: calc(var(--spacing) * 10);
@@ -1296,9 +1807,6 @@
1296
1807
  .min-w-70 {
1297
1808
  min-width: calc(var(--spacing) * 70);
1298
1809
  }
1299
- .min-w-fit {
1300
- min-width: fit-content;
1301
- }
1302
1810
  .min-w-full {
1303
1811
  min-width: 100%;
1304
1812
  }
@@ -1328,7 +1836,7 @@
1328
1836
  translate: var(--tw-translate-x) var(--tw-translate-y);
1329
1837
  }
1330
1838
  .translate-y-0 {
1331
- --tw-translate-y: calc(var(--spacing) * 0);
1839
+ --tw-translate-y: 0;
1332
1840
  translate: var(--tw-translate-x) var(--tw-translate-y);
1333
1841
  }
1334
1842
  .scale-100 {
@@ -1355,6 +1863,9 @@
1355
1863
  .animate-jump {
1356
1864
  animation: jump 0.4s 1;
1357
1865
  }
1866
+ .animate-ping {
1867
+ animation: var(--animate-ping);
1868
+ }
1358
1869
  .cursor-crosshair {
1359
1870
  cursor: crosshair;
1360
1871
  }
@@ -1379,9 +1890,6 @@
1379
1890
  .grid-cols-8 {
1380
1891
  grid-template-columns: repeat(8, minmax(0, 1fr));
1381
1892
  }
1382
- .grid-cols-\[min-content_auto\] {
1383
- grid-template-columns: min-content auto;
1384
- }
1385
1893
  .flex-col {
1386
1894
  flex-direction: column;
1387
1895
  }
@@ -1412,11 +1920,11 @@
1412
1920
  .justify-end {
1413
1921
  justify-content: flex-end;
1414
1922
  }
1415
- .justify-evenly {
1416
- justify-content: space-evenly;
1923
+ .gap-0\.5 {
1924
+ gap: calc(var(--spacing) * 0.5);
1417
1925
  }
1418
1926
  .gap-1 {
1419
- gap: calc(var(--spacing) * 1);
1927
+ gap: var(--spacing);
1420
1928
  }
1421
1929
  .gap-1\.5 {
1422
1930
  gap: calc(var(--spacing) * 1.5);
@@ -1424,12 +1932,24 @@
1424
1932
  .gap-2 {
1425
1933
  gap: calc(var(--spacing) * 2);
1426
1934
  }
1935
+ .gap-2\.5 {
1936
+ gap: calc(var(--spacing) * 2.5);
1937
+ }
1427
1938
  .gap-3 {
1428
1939
  gap: calc(var(--spacing) * 3);
1429
1940
  }
1430
1941
  .gap-4 {
1431
1942
  gap: calc(var(--spacing) * 4);
1432
1943
  }
1944
+ .gap-6 {
1945
+ gap: calc(var(--spacing) * 6);
1946
+ }
1947
+ .gap-8 {
1948
+ gap: calc(var(--spacing) * 8);
1949
+ }
1950
+ .gap-16 {
1951
+ gap: calc(var(--spacing) * 16);
1952
+ }
1433
1953
  .space-x-4 {
1434
1954
  :where(& > :not(:last-child)) {
1435
1955
  --tw-space-x-reverse: 0;
@@ -1437,14 +1957,6 @@
1437
1957
  margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
1438
1958
  }
1439
1959
  }
1440
- .divide-x {
1441
- :where(& > :not(:last-child)) {
1442
- --tw-divide-x-reverse: 0;
1443
- border-inline-style: var(--tw-border-style);
1444
- border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
1445
- border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
1446
- }
1447
- }
1448
1960
  .divide-y {
1449
1961
  :where(& > :not(:last-child)) {
1450
1962
  --tw-divide-y-reverse: 0;
@@ -1454,18 +1966,37 @@
1454
1966
  border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
1455
1967
  }
1456
1968
  }
1457
- .divide-login-600 {
1969
+ .divide-login-500\/25 {
1458
1970
  :where(& > :not(:last-child)) {
1459
- border-color: var(--color-login-600);
1971
+ border-color: color-mix(in srgb, #323232 25%, transparent);
1972
+ @supports (color: color-mix(in lab, red, red)) {
1973
+ border-color: color-mix(in oklab, var(--color-login-500) 25%, transparent);
1974
+ }
1460
1975
  }
1461
1976
  }
1462
- .divide-transparent {
1977
+ .divide-login-600\/20 {
1463
1978
  :where(& > :not(:last-child)) {
1464
- border-color: transparent;
1979
+ border-color: color-mix(in srgb, #212121 20%, transparent);
1980
+ @supports (color: color-mix(in lab, red, red)) {
1981
+ border-color: color-mix(in oklab, var(--color-login-600) 20%, transparent);
1982
+ }
1465
1983
  }
1466
1984
  }
1467
- .self-center {
1468
- align-self: center;
1985
+ .divide-login-600\/25 {
1986
+ :where(& > :not(:last-child)) {
1987
+ border-color: color-mix(in srgb, #212121 25%, transparent);
1988
+ @supports (color: color-mix(in lab, red, red)) {
1989
+ border-color: color-mix(in oklab, var(--color-login-600) 25%, transparent);
1990
+ }
1991
+ }
1992
+ }
1993
+ .divide-login-600\/30 {
1994
+ :where(& > :not(:last-child)) {
1995
+ border-color: color-mix(in srgb, #212121 30%, transparent);
1996
+ @supports (color: color-mix(in lab, red, red)) {
1997
+ border-color: color-mix(in oklab, var(--color-login-600) 30%, transparent);
1998
+ }
1999
+ }
1469
2000
  }
1470
2001
  .truncate {
1471
2002
  overflow: hidden;
@@ -1518,18 +2049,10 @@
1518
2049
  border-style: var(--tw-border-style);
1519
2050
  border-width: 1px;
1520
2051
  }
1521
- .border-0 {
1522
- border-style: var(--tw-border-style);
1523
- border-width: 0px;
1524
- }
1525
2052
  .border-2 {
1526
2053
  border-style: var(--tw-border-style);
1527
2054
  border-width: 2px;
1528
2055
  }
1529
- .border-\[0\.10rem\] {
1530
- border-style: var(--tw-border-style);
1531
- border-width: 0.10rem;
1532
- }
1533
2056
  .border-t {
1534
2057
  border-top-style: var(--tw-border-style);
1535
2058
  border-top-width: 1px;
@@ -1538,31 +2061,20 @@
1538
2061
  border-bottom-style: var(--tw-border-style);
1539
2062
  border-bottom-width: 1px;
1540
2063
  }
2064
+ .border-l-2 {
2065
+ border-left-style: var(--tw-border-style);
2066
+ border-left-width: 2px;
2067
+ }
1541
2068
  .border-none {
1542
2069
  --tw-border-style: none;
1543
2070
  border-style: none;
1544
2071
  }
1545
- .border-amber-400\/25 {
1546
- border-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 25%, transparent);
1547
- @supports (color: color-mix(in lab, red, red)) {
1548
- border-color: color-mix(in oklab, var(--color-amber-400) 25%, transparent);
1549
- }
1550
- }
1551
2072
  .border-gray-200 {
1552
2073
  border-color: var(--color-gray-200);
1553
2074
  }
1554
2075
  .border-login {
1555
2076
  border-color: var(--color-login);
1556
2077
  }
1557
- .border-login-50 {
1558
- border-color: var(--color-login-50);
1559
- }
1560
- .border-login-100\/10 {
1561
- border-color: color-mix(in srgb, #b0b0b0 10%, transparent);
1562
- @supports (color: color-mix(in lab, red, red)) {
1563
- border-color: color-mix(in oklab, var(--color-login-100) 10%, transparent);
1564
- }
1565
- }
1566
2078
  .border-login-200 {
1567
2079
  border-color: var(--color-login-200);
1568
2080
  }
@@ -1572,6 +2084,30 @@
1572
2084
  .border-login-500 {
1573
2085
  border-color: var(--color-login-500);
1574
2086
  }
2087
+ .border-login-500\/20 {
2088
+ border-color: color-mix(in srgb, #323232 20%, transparent);
2089
+ @supports (color: color-mix(in lab, red, red)) {
2090
+ border-color: color-mix(in oklab, var(--color-login-500) 20%, transparent);
2091
+ }
2092
+ }
2093
+ .border-login-500\/25 {
2094
+ border-color: color-mix(in srgb, #323232 25%, transparent);
2095
+ @supports (color: color-mix(in lab, red, red)) {
2096
+ border-color: color-mix(in oklab, var(--color-login-500) 25%, transparent);
2097
+ }
2098
+ }
2099
+ .border-login-500\/30 {
2100
+ border-color: color-mix(in srgb, #323232 30%, transparent);
2101
+ @supports (color: color-mix(in lab, red, red)) {
2102
+ border-color: color-mix(in oklab, var(--color-login-500) 30%, transparent);
2103
+ }
2104
+ }
2105
+ .border-login-500\/40 {
2106
+ border-color: color-mix(in srgb, #323232 40%, transparent);
2107
+ @supports (color: color-mix(in lab, red, red)) {
2108
+ border-color: color-mix(in oklab, var(--color-login-500) 40%, transparent);
2109
+ }
2110
+ }
1575
2111
  .border-login-500\/50 {
1576
2112
  border-color: color-mix(in srgb, #323232 50%, transparent);
1577
2113
  @supports (color: color-mix(in lab, red, red)) {
@@ -1581,42 +2117,57 @@
1581
2117
  .border-login-600 {
1582
2118
  border-color: var(--color-login-600);
1583
2119
  }
1584
- .border-login-600\/50 {
1585
- border-color: color-mix(in srgb, #212121 50%, transparent);
2120
+ .border-login-600\/20 {
2121
+ border-color: color-mix(in srgb, #212121 20%, transparent);
1586
2122
  @supports (color: color-mix(in lab, red, red)) {
1587
- border-color: color-mix(in oklab, var(--color-login-600) 50%, transparent);
2123
+ border-color: color-mix(in oklab, var(--color-login-600) 20%, transparent);
1588
2124
  }
1589
2125
  }
1590
- .border-login\/50 {
1591
- border-color: color-mix(in srgb, #fd8738 50%, transparent);
2126
+ .border-login-600\/30 {
2127
+ border-color: color-mix(in srgb, #212121 30%, transparent);
1592
2128
  @supports (color: color-mix(in lab, red, red)) {
1593
- border-color: color-mix(in oklab, var(--color-login) 50%, transparent);
2129
+ border-color: color-mix(in oklab, var(--color-login-600) 30%, transparent);
1594
2130
  }
1595
2131
  }
1596
- .border-orange-400\/25 {
1597
- border-color: color-mix(in srgb, oklch(75% 0.183 55.934) 25%, transparent);
2132
+ .border-login\/50 {
2133
+ border-color: color-mix(in srgb, #fd8738 50%, transparent);
1598
2134
  @supports (color: color-mix(in lab, red, red)) {
1599
- border-color: color-mix(in oklab, var(--color-orange-400) 25%, transparent);
2135
+ border-color: color-mix(in oklab, var(--color-login) 50%, transparent);
1600
2136
  }
1601
2137
  }
1602
- .border-red-400\/25 {
1603
- border-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 25%, transparent);
2138
+ .border-login\/60 {
2139
+ border-color: color-mix(in srgb, #fd8738 60%, transparent);
1604
2140
  @supports (color: color-mix(in lab, red, red)) {
1605
- border-color: color-mix(in oklab, var(--color-red-400) 25%, transparent);
2141
+ border-color: color-mix(in oklab, var(--color-login) 60%, transparent);
1606
2142
  }
1607
2143
  }
1608
- .border-red-500 {
1609
- border-color: var(--color-red-500);
1610
- }
1611
- .border-sky-400\/25 {
1612
- border-color: color-mix(in srgb, oklch(74.6% 0.16 232.661) 25%, transparent);
2144
+ .border-red-500\/70 {
2145
+ border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 70%, transparent);
1613
2146
  @supports (color: color-mix(in lab, red, red)) {
1614
- border-color: color-mix(in oklab, var(--color-sky-400) 25%, transparent);
2147
+ border-color: color-mix(in oklab, var(--color-red-500) 70%, transparent);
1615
2148
  }
1616
2149
  }
1617
2150
  .border-white {
1618
2151
  border-color: var(--color-white);
1619
2152
  }
2153
+ .border-l-amber-500 {
2154
+ border-left-color: var(--color-amber-500);
2155
+ }
2156
+ .border-l-blue-500 {
2157
+ border-left-color: var(--color-blue-500);
2158
+ }
2159
+ .border-l-green-500 {
2160
+ border-left-color: var(--color-green-500);
2161
+ }
2162
+ .border-l-login-400 {
2163
+ border-left-color: var(--color-login-400);
2164
+ }
2165
+ .border-l-orange-500 {
2166
+ border-left-color: var(--color-orange-500);
2167
+ }
2168
+ .border-l-red-500 {
2169
+ border-left-color: var(--color-red-500);
2170
+ }
1620
2171
  .bg-\[\#181818f0\] {
1621
2172
  background-color: #181818f0;
1622
2173
  }
@@ -1629,10 +2180,10 @@
1629
2180
  background-color: color-mix(in oklab, var(--color-amber-500) 10%, transparent);
1630
2181
  }
1631
2182
  }
1632
- .bg-black\/60 {
1633
- background-color: color-mix(in srgb, #000 60%, transparent);
2183
+ .bg-black\/50 {
2184
+ background-color: color-mix(in srgb, #000 50%, transparent);
1634
2185
  @supports (color: color-mix(in lab, red, red)) {
1635
- background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
2186
+ background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
1636
2187
  }
1637
2188
  }
1638
2189
  .bg-blue-500\/20 {
@@ -1644,10 +2195,10 @@
1644
2195
  .bg-blue-600 {
1645
2196
  background-color: var(--color-blue-600);
1646
2197
  }
1647
- .bg-blue-600\/70 {
1648
- background-color: color-mix(in srgb, oklch(54.6% 0.245 262.881) 70%, transparent);
2198
+ .bg-emerald-500\/10 {
2199
+ background-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 10%, transparent);
1649
2200
  @supports (color: color-mix(in lab, red, red)) {
1650
- background-color: color-mix(in oklab, var(--color-blue-600) 70%, transparent);
2201
+ background-color: color-mix(in oklab, var(--color-emerald-500) 10%, transparent);
1651
2202
  }
1652
2203
  }
1653
2204
  .bg-gray-500\/20 {
@@ -1656,8 +2207,8 @@
1656
2207
  background-color: color-mix(in oklab, var(--color-gray-500) 20%, transparent);
1657
2208
  }
1658
2209
  }
1659
- .bg-gray-900 {
1660
- background-color: var(--color-gray-900);
2210
+ .bg-green-500 {
2211
+ background-color: var(--color-green-500);
1661
2212
  }
1662
2213
  .bg-green-500\/20 {
1663
2214
  background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 20%, transparent);
@@ -1665,11 +2216,8 @@
1665
2216
  background-color: color-mix(in oklab, var(--color-green-500) 20%, transparent);
1666
2217
  }
1667
2218
  }
1668
- .bg-green-600\/70 {
1669
- background-color: color-mix(in srgb, oklch(62.7% 0.194 149.214) 70%, transparent);
1670
- @supports (color: color-mix(in lab, red, red)) {
1671
- background-color: color-mix(in oklab, var(--color-green-600) 70%, transparent);
1672
- }
2219
+ .bg-green-600 {
2220
+ background-color: var(--color-green-600);
1673
2221
  }
1674
2222
  .bg-login {
1675
2223
  background-color: var(--color-login);
@@ -1680,21 +2228,6 @@
1680
2228
  .bg-login-50 {
1681
2229
  background-color: var(--color-login-50);
1682
2230
  }
1683
- .bg-login-50\/0 {
1684
- background-color: color-mix(in srgb, #ededed 0%, transparent);
1685
- @supports (color: color-mix(in lab, red, red)) {
1686
- background-color: color-mix(in oklab, var(--color-login-50) 0%, transparent);
1687
- }
1688
- }
1689
- .bg-login-50\/5 {
1690
- background-color: color-mix(in srgb, #ededed 5%, transparent);
1691
- @supports (color: color-mix(in lab, red, red)) {
1692
- background-color: color-mix(in oklab, var(--color-login-50) 5%, transparent);
1693
- }
1694
- }
1695
- .bg-login-200 {
1696
- background-color: var(--color-login-200);
1697
- }
1698
2231
  .bg-login-400 {
1699
2232
  background-color: var(--color-login-400);
1700
2233
  }
@@ -1707,18 +2240,6 @@
1707
2240
  background-color: color-mix(in oklab, var(--color-login-500) 50%, transparent);
1708
2241
  }
1709
2242
  }
1710
- .bg-login-500\/60 {
1711
- background-color: color-mix(in srgb, #323232 60%, transparent);
1712
- @supports (color: color-mix(in lab, red, red)) {
1713
- background-color: color-mix(in oklab, var(--color-login-500) 60%, transparent);
1714
- }
1715
- }
1716
- .bg-login-500\/70 {
1717
- background-color: color-mix(in srgb, #323232 70%, transparent);
1718
- @supports (color: color-mix(in lab, red, red)) {
1719
- background-color: color-mix(in oklab, var(--color-login-500) 70%, transparent);
1720
- }
1721
- }
1722
2243
  .bg-login-600 {
1723
2244
  background-color: var(--color-login-600);
1724
2245
  }
@@ -1743,45 +2264,39 @@
1743
2264
  background-color: color-mix(in oklab, var(--color-login-900) 20%, transparent);
1744
2265
  }
1745
2266
  }
1746
- .bg-login\/70 {
1747
- background-color: color-mix(in srgb, #fd8738 70%, transparent);
1748
- @supports (color: color-mix(in lab, red, red)) {
1749
- background-color: color-mix(in oklab, var(--color-login) 70%, transparent);
1750
- }
2267
+ .bg-login-950 {
2268
+ background-color: var(--color-login-950);
1751
2269
  }
1752
- .bg-orange-500\/10 {
1753
- background-color: color-mix(in srgb, oklch(70.5% 0.213 47.604) 10%, transparent);
2270
+ .bg-login\/10 {
2271
+ background-color: color-mix(in srgb, #fd8738 10%, transparent);
1754
2272
  @supports (color: color-mix(in lab, red, red)) {
1755
- background-color: color-mix(in oklab, var(--color-orange-500) 10%, transparent);
2273
+ background-color: color-mix(in oklab, var(--color-login) 10%, transparent);
1756
2274
  }
1757
2275
  }
1758
- .bg-red-500\/10 {
1759
- background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent);
2276
+ .bg-login\/15 {
2277
+ background-color: color-mix(in srgb, #fd8738 15%, transparent);
1760
2278
  @supports (color: color-mix(in lab, red, red)) {
1761
- background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
2279
+ background-color: color-mix(in oklab, var(--color-login) 15%, transparent);
1762
2280
  }
1763
2281
  }
2282
+ .bg-red-500 {
2283
+ background-color: var(--color-red-500);
2284
+ }
1764
2285
  .bg-red-500\/20 {
1765
2286
  background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 20%, transparent);
1766
2287
  @supports (color: color-mix(in lab, red, red)) {
1767
2288
  background-color: color-mix(in oklab, var(--color-red-500) 20%, transparent);
1768
2289
  }
1769
2290
  }
1770
- .bg-red-600\/70 {
1771
- background-color: color-mix(in srgb, oklch(57.7% 0.245 27.325) 70%, transparent);
1772
- @supports (color: color-mix(in lab, red, red)) {
1773
- background-color: color-mix(in oklab, var(--color-red-600) 70%, transparent);
1774
- }
2291
+ .bg-red-600 {
2292
+ background-color: var(--color-red-600);
1775
2293
  }
1776
- .bg-red-700\/80 {
1777
- background-color: color-mix(in srgb, oklch(50.5% 0.213 27.518) 80%, transparent);
2294
+ .bg-rose-500\/10 {
2295
+ background-color: color-mix(in srgb, oklch(64.5% 0.246 16.439) 10%, transparent);
1778
2296
  @supports (color: color-mix(in lab, red, red)) {
1779
- background-color: color-mix(in oklab, var(--color-red-700) 80%, transparent);
2297
+ background-color: color-mix(in oklab, var(--color-rose-500) 10%, transparent);
1780
2298
  }
1781
2299
  }
1782
- .bg-red-900 {
1783
- background-color: var(--color-red-900);
1784
- }
1785
2300
  .bg-sky-500\/10 {
1786
2301
  background-color: color-mix(in srgb, oklch(68.5% 0.169 237.323) 10%, transparent);
1787
2302
  @supports (color: color-mix(in lab, red, red)) {
@@ -1791,27 +2306,24 @@
1791
2306
  .bg-transparent {
1792
2307
  background-color: transparent;
1793
2308
  }
2309
+ .bg-violet-500\/10 {
2310
+ background-color: color-mix(in srgb, oklch(60.6% 0.25 292.717) 10%, transparent);
2311
+ @supports (color: color-mix(in lab, red, red)) {
2312
+ background-color: color-mix(in oklab, var(--color-violet-500) 10%, transparent);
2313
+ }
2314
+ }
1794
2315
  .bg-white {
1795
2316
  background-color: var(--color-white);
1796
2317
  }
2318
+ .bg-yellow-500 {
2319
+ background-color: var(--color-yellow-500);
2320
+ }
1797
2321
  .bg-yellow-500\/20 {
1798
2322
  background-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 20%, transparent);
1799
2323
  @supports (color: color-mix(in lab, red, red)) {
1800
2324
  background-color: color-mix(in oklab, var(--color-yellow-500) 20%, transparent);
1801
2325
  }
1802
2326
  }
1803
- .bg-yellow-500\/70 {
1804
- background-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 70%, transparent);
1805
- @supports (color: color-mix(in lab, red, red)) {
1806
- background-color: color-mix(in oklab, var(--color-yellow-500) 70%, transparent);
1807
- }
1808
- }
1809
- .bg-yellow-600\/80 {
1810
- background-color: color-mix(in srgb, oklch(68.1% 0.162 75.834) 80%, transparent);
1811
- @supports (color: color-mix(in lab, red, red)) {
1812
- background-color: color-mix(in oklab, var(--color-yellow-600) 80%, transparent);
1813
- }
1814
- }
1815
2327
  .bg-linear-to-r {
1816
2328
  --tw-gradient-position: to right;
1817
2329
  @supports (background-image: linear-gradient(in lab, red, red)) {
@@ -1859,12 +2371,12 @@
1859
2371
  .stroke-\[var\(--color-login\)\] {
1860
2372
  stroke: var(--color-login);
1861
2373
  }
2374
+ .stroke-blue-400 {
2375
+ stroke: var(--color-blue-400);
2376
+ }
1862
2377
  .stroke-login {
1863
2378
  stroke: var(--color-login);
1864
2379
  }
1865
- .stroke-login-50 {
1866
- stroke: var(--color-login-50);
1867
- }
1868
2380
  .stroke-login-200 {
1869
2381
  stroke: var(--color-login-200);
1870
2382
  }
@@ -1890,7 +2402,7 @@
1890
2402
  object-fit: cover;
1891
2403
  }
1892
2404
  .p-1 {
1893
- padding: calc(var(--spacing) * 1);
2405
+ padding: var(--spacing);
1894
2406
  }
1895
2407
  .p-1\.5 {
1896
2408
  padding: calc(var(--spacing) * 1.5);
@@ -1910,12 +2422,12 @@
1910
2422
  .p-8 {
1911
2423
  padding: calc(var(--spacing) * 8);
1912
2424
  }
1913
- .p-\[0\.5em_1em_0\.5em_0\.8em\] {
1914
- padding: 0.5em 1em 0.5em 0.8em;
1915
- }
1916
2425
  .px-2 {
1917
2426
  padding-inline: calc(var(--spacing) * 2);
1918
2427
  }
2428
+ .px-2\.5 {
2429
+ padding-inline: calc(var(--spacing) * 2.5);
2430
+ }
1919
2431
  .px-3 {
1920
2432
  padding-inline: calc(var(--spacing) * 3);
1921
2433
  }
@@ -1928,8 +2440,11 @@
1928
2440
  .px-6 {
1929
2441
  padding-inline: calc(var(--spacing) * 6);
1930
2442
  }
2443
+ .py-0\.5 {
2444
+ padding-block: calc(var(--spacing) * 0.5);
2445
+ }
1931
2446
  .py-1 {
1932
- padding-block: calc(var(--spacing) * 1);
2447
+ padding-block: var(--spacing);
1933
2448
  }
1934
2449
  .py-1\.5 {
1935
2450
  padding-block: calc(var(--spacing) * 1.5);
@@ -1961,6 +2476,12 @@
1961
2476
  .pt-4 {
1962
2477
  padding-top: calc(var(--spacing) * 4);
1963
2478
  }
2479
+ .pt-8 {
2480
+ padding-top: calc(var(--spacing) * 8);
2481
+ }
2482
+ .pt-16 {
2483
+ padding-top: calc(var(--spacing) * 16);
2484
+ }
1964
2485
  .pr-3 {
1965
2486
  padding-right: calc(var(--spacing) * 3);
1966
2487
  }
@@ -1976,29 +2497,8 @@
1976
2497
  .pb-4 {
1977
2498
  padding-bottom: calc(var(--spacing) * 4);
1978
2499
  }
1979
- .prose-custom {
1980
- --tw-prose-body: var(--color-login-text);
1981
- --tw-prose-headings: var(--color-login-text);
1982
- --tw-prose-lead: var(--color-login-300);
1983
- --tw-prose-links: var(--color-login);
1984
- --tw-prose-bold: var(--color-login-text);
1985
- --tw-prose-counters: var(--color-login);
1986
- --tw-prose-bullets: var(--color-login);
1987
- --tw-prose-hr: var(--color-login-300);
1988
- --tw-prose-quotes: var(--color-login-text);
1989
- --tw-prose-quote-borders: var(--color-login);
1990
- --tw-prose-captions: var(--color-login-300);
1991
- --tw-prose-code: var(--color-login-text);
1992
- --tw-prose-pre-code: var(--color-login-text);
1993
- --tw-prose-pre-bg: var(--color-login-900);
1994
- --tw-prose-th-borders: var(--color-login-500);
1995
- --tw-prose-td-borders: var(--color-login-500);
1996
- & ul:has(> li > span[data-task-checkbox]) {
1997
- padding-left: 0;
1998
- }
1999
- & li:has(> span[data-task-checkbox]) {
2000
- list-style: none;
2001
- }
2500
+ .pb-24 {
2501
+ padding-bottom: calc(var(--spacing) * 24);
2002
2502
  }
2003
2503
  .pl-3 {
2004
2504
  padding-left: calc(var(--spacing) * 3);
@@ -2063,8 +2563,8 @@
2063
2563
  font-size: var(--text-xs);
2064
2564
  line-height: var(--tw-leading, var(--text-xs--line-height));
2065
2565
  }
2066
- .text-\[11px\] {
2067
- font-size: 11px;
2566
+ .text-\[10px\] {
2567
+ font-size: 10px;
2068
2568
  }
2069
2569
  .leading-4 {
2070
2570
  --tw-leading: calc(var(--spacing) * 4);
@@ -2106,13 +2606,9 @@
2106
2606
  --tw-font-weight: var(--font-weight-semibold);
2107
2607
  font-weight: var(--font-weight-semibold);
2108
2608
  }
2109
- .tracking-\[0\.05em\] {
2110
- --tw-tracking: 0.05em;
2111
- letter-spacing: 0.05em;
2112
- }
2113
- .tracking-\[0\.18em\] {
2114
- --tw-tracking: 0.18em;
2115
- letter-spacing: 0.18em;
2609
+ .tracking-\[0\.15em\] {
2610
+ --tw-tracking: 0.15em;
2611
+ letter-spacing: 0.15em;
2116
2612
  }
2117
2613
  .tracking-tight {
2118
2614
  --tw-tracking: var(--tracking-tight);
@@ -2122,6 +2618,10 @@
2122
2618
  --tw-tracking: var(--tracking-wider);
2123
2619
  letter-spacing: var(--tracking-wider);
2124
2620
  }
2621
+ .tracking-widest {
2622
+ --tw-tracking: var(--tracking-widest);
2623
+ letter-spacing: var(--tracking-widest);
2624
+ }
2125
2625
  .wrap-break-word {
2126
2626
  overflow-wrap: break-word;
2127
2627
  }
@@ -2131,8 +2631,11 @@
2131
2631
  .whitespace-pre-wrap {
2132
2632
  white-space: pre-wrap;
2133
2633
  }
2134
- .text-amber-200 {
2135
- color: var(--color-amber-200);
2634
+ .text-amber-400 {
2635
+ color: var(--color-amber-400);
2636
+ }
2637
+ .text-black {
2638
+ color: var(--color-black);
2136
2639
  }
2137
2640
  .text-blue-400 {
2138
2641
  color: var(--color-blue-400);
@@ -2140,6 +2643,9 @@
2140
2643
  .text-blue-500 {
2141
2644
  color: var(--color-blue-500);
2142
2645
  }
2646
+ .text-emerald-400 {
2647
+ color: var(--color-emerald-400);
2648
+ }
2143
2649
  .text-gray-400 {
2144
2650
  color: var(--color-gray-400);
2145
2651
  }
@@ -2164,35 +2670,35 @@
2164
2670
  .text-login-200 {
2165
2671
  color: var(--color-login-200);
2166
2672
  }
2673
+ .text-login-300 {
2674
+ color: var(--color-login-300);
2675
+ }
2167
2676
  .text-login-400 {
2168
2677
  color: var(--color-login-400);
2169
2678
  }
2170
2679
  .text-login-800 {
2171
2680
  color: var(--color-login-800);
2172
2681
  }
2173
- .text-login-950 {
2174
- color: var(--color-login-950);
2175
- }
2176
2682
  .text-login-text {
2177
2683
  color: var(--color-login-text);
2178
2684
  }
2179
2685
  .text-login-text\! {
2180
2686
  color: var(--color-login-text) !important;
2181
2687
  }
2182
- .text-orange-200 {
2183
- color: var(--color-orange-200);
2184
- }
2185
- .text-red-200 {
2186
- color: var(--color-red-200);
2187
- }
2188
2688
  .text-red-400 {
2189
2689
  color: var(--color-red-400);
2190
2690
  }
2191
2691
  .text-red-500 {
2192
2692
  color: var(--color-red-500);
2193
2693
  }
2194
- .text-sky-200 {
2195
- color: var(--color-sky-200);
2694
+ .text-rose-400 {
2695
+ color: var(--color-rose-400);
2696
+ }
2697
+ .text-sky-400 {
2698
+ color: var(--color-sky-400);
2699
+ }
2700
+ .text-violet-400 {
2701
+ color: var(--color-violet-400);
2196
2702
  }
2197
2703
  .text-white {
2198
2704
  color: var(--color-white);
@@ -2232,6 +2738,9 @@
2232
2738
  .opacity-0 {
2233
2739
  opacity: 0%;
2234
2740
  }
2741
+ .opacity-40 {
2742
+ opacity: 40%;
2743
+ }
2235
2744
  .opacity-50 {
2236
2745
  opacity: 50%;
2237
2746
  }
@@ -2241,10 +2750,6 @@
2241
2750
  .opacity-100 {
2242
2751
  opacity: 100%;
2243
2752
  }
2244
- .shadow {
2245
- --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));
2246
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2247
- }
2248
2753
  .shadow-2xl {
2249
2754
  --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
2250
2755
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -2265,6 +2770,10 @@
2265
2770
  --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));
2266
2771
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2267
2772
  }
2773
+ .shadow-xl {
2774
+ --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));
2775
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2776
+ }
2268
2777
  .ring-1 {
2269
2778
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2270
2779
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -2275,42 +2784,17 @@
2275
2784
  --tw-ring-color: color-mix(in oklab, var(--color-black) 10%, transparent);
2276
2785
  }
2277
2786
  }
2278
- .ring-red-500 {
2279
- --tw-ring-color: var(--color-red-500);
2280
- }
2281
- .outline {
2282
- outline-style: var(--tw-outline-style);
2283
- outline-width: 1px;
2284
- }
2285
- .outline-blue-600 {
2286
- outline-color: var(--color-blue-600);
2287
- }
2288
- .outline-green-600 {
2289
- outline-color: var(--color-green-600);
2290
- }
2291
- .outline-login {
2292
- outline-color: var(--color-login);
2293
- }
2294
- .outline-login-500 {
2295
- outline-color: var(--color-login-500);
2296
- }
2297
- .outline-login-500\/60 {
2298
- outline-color: color-mix(in srgb, #323232 60%, transparent);
2787
+ .ring-login\/30 {
2788
+ --tw-ring-color: color-mix(in srgb, #fd8738 30%, transparent);
2299
2789
  @supports (color: color-mix(in lab, red, red)) {
2300
- outline-color: color-mix(in oklab, var(--color-login-500) 60%, transparent);
2790
+ --tw-ring-color: color-mix(in oklab, var(--color-login) 30%, transparent);
2301
2791
  }
2302
2792
  }
2303
- .outline-red-600 {
2304
- outline-color: var(--color-red-600);
2305
- }
2306
- .outline-red-700 {
2307
- outline-color: var(--color-red-700);
2308
- }
2309
- .outline-yellow-500 {
2310
- outline-color: var(--color-yellow-500);
2311
- }
2312
- .outline-yellow-600 {
2313
- outline-color: var(--color-yellow-600);
2793
+ .ring-red-500\/60 {
2794
+ --tw-ring-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 60%, transparent);
2795
+ @supports (color: color-mix(in lab, red, red)) {
2796
+ --tw-ring-color: color-mix(in oklab, var(--color-red-500) 60%, transparent);
2797
+ }
2314
2798
  }
2315
2799
  .backdrop-blur-sm {
2316
2800
  --tw-backdrop-blur: blur(var(--blur-sm));
@@ -2404,6 +2888,13 @@
2404
2888
  line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
2405
2889
  }
2406
2890
  }
2891
+ .group-hover\:opacity-0 {
2892
+ &:is(:where(.group):hover *) {
2893
+ @media (hover: hover) {
2894
+ opacity: 0%;
2895
+ }
2896
+ }
2897
+ }
2407
2898
  .group-hover\:opacity-100 {
2408
2899
  &:is(:where(.group):hover *) {
2409
2900
  @media (hover: hover) {
@@ -2418,7 +2909,7 @@
2418
2909
  }
2419
2910
  .group-\[\.dropdown\]\:p-0 {
2420
2911
  &:is(:where(.group):is(.dropdown) *) {
2421
- padding: calc(var(--spacing) * 0);
2912
+ padding: 0;
2422
2913
  }
2423
2914
  }
2424
2915
  .group-\[\.dropdown\]\:p-2\.5 {
@@ -2438,7 +2929,7 @@
2438
2929
  }
2439
2930
  .group-\[\.dropdown\]\:pl-1 {
2440
2931
  &:is(:where(.group):is(.dropdown) *) {
2441
- padding-left: calc(var(--spacing) * 1);
2932
+ padding-left: var(--spacing);
2442
2933
  }
2443
2934
  }
2444
2935
  .group-\[\.dropdown\]\:pl-4 {
@@ -2575,14 +3066,20 @@
2575
3066
  background-color: var(--color-login);
2576
3067
  }
2577
3068
  }
2578
- .focus-within\:border-login {
3069
+ .focus-within\:border-login\/60 {
2579
3070
  &:focus-within {
2580
- border-color: var(--color-login);
3071
+ border-color: color-mix(in srgb, #fd8738 60%, transparent);
3072
+ @supports (color: color-mix(in lab, red, red)) {
3073
+ border-color: color-mix(in oklab, var(--color-login) 60%, transparent);
3074
+ }
2581
3075
  }
2582
3076
  }
2583
- .focus-within\:border-red-500 {
3077
+ .focus-within\:border-red-500\/70 {
2584
3078
  &:focus-within {
2585
- border-color: var(--color-red-500);
3079
+ border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 70%, transparent);
3080
+ @supports (color: color-mix(in lab, red, red)) {
3081
+ border-color: color-mix(in oklab, var(--color-red-500) 70%, transparent);
3082
+ }
2586
3083
  }
2587
3084
  }
2588
3085
  .focus-within\:ring-1 {
@@ -2591,14 +3088,20 @@
2591
3088
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2592
3089
  }
2593
3090
  }
2594
- .focus-within\:ring-login {
3091
+ .focus-within\:ring-login\/30 {
2595
3092
  &:focus-within {
2596
- --tw-ring-color: var(--color-login);
3093
+ --tw-ring-color: color-mix(in srgb, #fd8738 30%, transparent);
3094
+ @supports (color: color-mix(in lab, red, red)) {
3095
+ --tw-ring-color: color-mix(in oklab, var(--color-login) 30%, transparent);
3096
+ }
2597
3097
  }
2598
3098
  }
2599
- .focus-within\:ring-red-500 {
3099
+ .focus-within\:ring-red-500\/30 {
2600
3100
  &:focus-within {
2601
- --tw-ring-color: var(--color-red-500);
3101
+ --tw-ring-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 30%, transparent);
3102
+ @supports (color: color-mix(in lab, red, red)) {
3103
+ --tw-ring-color: color-mix(in oklab, var(--color-red-500) 30%, transparent);
3104
+ }
2602
3105
  }
2603
3106
  }
2604
3107
  .hover\:scale-110 {
@@ -2611,16 +3114,6 @@
2611
3114
  }
2612
3115
  }
2613
3116
  }
2614
- .hover\:bg-blue-600\/90 {
2615
- &:hover {
2616
- @media (hover: hover) {
2617
- background-color: color-mix(in srgb, oklch(54.6% 0.245 262.881) 90%, transparent);
2618
- @supports (color: color-mix(in lab, red, red)) {
2619
- background-color: color-mix(in oklab, var(--color-blue-600) 90%, transparent);
2620
- }
2621
- }
2622
- }
2623
- }
2624
3117
  .hover\:bg-gray-400\/10 {
2625
3118
  &:hover {
2626
3119
  @media (hover: hover) {
@@ -2631,16 +3124,6 @@
2631
3124
  }
2632
3125
  }
2633
3126
  }
2634
- .hover\:bg-green-600\/90 {
2635
- &:hover {
2636
- @media (hover: hover) {
2637
- background-color: color-mix(in srgb, oklch(62.7% 0.194 149.214) 90%, transparent);
2638
- @supports (color: color-mix(in lab, red, red)) {
2639
- background-color: color-mix(in oklab, var(--color-green-600) 90%, transparent);
2640
- }
2641
- }
2642
- }
2643
- }
2644
3127
  .hover\:bg-login\! {
2645
3128
  &:hover {
2646
3129
  @media (hover: hover) {
@@ -2648,16 +3131,6 @@
2648
3131
  }
2649
3132
  }
2650
3133
  }
2651
- .hover\:bg-login-50\/10 {
2652
- &:hover {
2653
- @media (hover: hover) {
2654
- background-color: color-mix(in srgb, #ededed 10%, transparent);
2655
- @supports (color: color-mix(in lab, red, red)) {
2656
- background-color: color-mix(in oklab, var(--color-login-50) 10%, transparent);
2657
- }
2658
- }
2659
- }
2660
- }
2661
3134
  .hover\:bg-login-300\/20 {
2662
3135
  &:hover {
2663
3136
  @media (hover: hover) {
@@ -2692,16 +3165,6 @@
2692
3165
  }
2693
3166
  }
2694
3167
  }
2695
- .hover\:bg-login-500\/90 {
2696
- &:hover {
2697
- @media (hover: hover) {
2698
- background-color: color-mix(in srgb, #323232 90%, transparent);
2699
- @supports (color: color-mix(in lab, red, red)) {
2700
- background-color: color-mix(in oklab, var(--color-login-500) 90%, transparent);
2701
- }
2702
- }
2703
- }
2704
- }
2705
3168
  .hover\:bg-login-600 {
2706
3169
  &:hover {
2707
3170
  @media (hover: hover) {
@@ -2709,77 +3172,61 @@
2709
3172
  }
2710
3173
  }
2711
3174
  }
2712
- .hover\:bg-login-600\/30 {
3175
+ .hover\:bg-login-600\/70 {
2713
3176
  &:hover {
2714
3177
  @media (hover: hover) {
2715
- background-color: color-mix(in srgb, #212121 30%, transparent);
3178
+ background-color: color-mix(in srgb, #212121 70%, transparent);
2716
3179
  @supports (color: color-mix(in lab, red, red)) {
2717
- background-color: color-mix(in oklab, var(--color-login-600) 30%, transparent);
3180
+ background-color: color-mix(in oklab, var(--color-login-600) 70%, transparent);
2718
3181
  }
2719
3182
  }
2720
3183
  }
2721
3184
  }
2722
- .hover\:bg-login\/80 {
3185
+ .hover\:bg-login-600\/80 {
2723
3186
  &:hover {
2724
3187
  @media (hover: hover) {
2725
- background-color: color-mix(in srgb, #fd8738 80%, transparent);
3188
+ background-color: color-mix(in srgb, #212121 80%, transparent);
2726
3189
  @supports (color: color-mix(in lab, red, red)) {
2727
- background-color: color-mix(in oklab, var(--color-login) 80%, transparent);
3190
+ background-color: color-mix(in oklab, var(--color-login-600) 80%, transparent);
2728
3191
  }
2729
3192
  }
2730
3193
  }
2731
3194
  }
2732
- .hover\:bg-login\/90 {
3195
+ .hover\:bg-login-700 {
2733
3196
  &:hover {
2734
3197
  @media (hover: hover) {
2735
- background-color: color-mix(in srgb, #fd8738 90%, transparent);
2736
- @supports (color: color-mix(in lab, red, red)) {
2737
- background-color: color-mix(in oklab, var(--color-login) 90%, transparent);
2738
- }
3198
+ background-color: var(--color-login-700);
2739
3199
  }
2740
3200
  }
2741
3201
  }
2742
- .hover\:bg-red-600\/90 {
3202
+ .hover\:bg-login\/80 {
2743
3203
  &:hover {
2744
3204
  @media (hover: hover) {
2745
- background-color: color-mix(in srgb, oklch(57.7% 0.245 27.325) 90%, transparent);
3205
+ background-color: color-mix(in srgb, #fd8738 80%, transparent);
2746
3206
  @supports (color: color-mix(in lab, red, red)) {
2747
- background-color: color-mix(in oklab, var(--color-red-600) 90%, transparent);
3207
+ background-color: color-mix(in oklab, var(--color-login) 80%, transparent);
2748
3208
  }
2749
3209
  }
2750
3210
  }
2751
3211
  }
2752
- .hover\:bg-red-700 {
3212
+ .hover\:text-\[\#1a7bdd\] {
2753
3213
  &:hover {
2754
3214
  @media (hover: hover) {
2755
- background-color: var(--color-red-700);
3215
+ color: #1a7bdd;
2756
3216
  }
2757
3217
  }
2758
3218
  }
2759
- .hover\:bg-white\/5 {
3219
+ .hover\:text-\[\#2c87ff\] {
2760
3220
  &:hover {
2761
3221
  @media (hover: hover) {
2762
- background-color: color-mix(in srgb, #fff 5%, transparent);
2763
- @supports (color: color-mix(in lab, red, red)) {
2764
- background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
2765
- }
2766
- }
2767
- }
2768
- }
2769
- .hover\:bg-yellow-500\/90 {
2770
- &:hover {
2771
- @media (hover: hover) {
2772
- background-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 90%, transparent);
2773
- @supports (color: color-mix(in lab, red, red)) {
2774
- background-color: color-mix(in oklab, var(--color-yellow-500) 90%, transparent);
2775
- }
3222
+ color: #2c87ff;
2776
3223
  }
2777
3224
  }
2778
3225
  }
2779
- .hover\:bg-yellow-600 {
3226
+ .hover\:text-\[\#6571fd\] {
2780
3227
  &:hover {
2781
3228
  @media (hover: hover) {
2782
- background-color: var(--color-yellow-600);
3229
+ color: #6571fd;
2783
3230
  }
2784
3231
  }
2785
3232
  }
@@ -2828,6 +3275,13 @@
2828
3275
  }
2829
3276
  }
2830
3277
  }
3278
+ .hover\:text-red-300 {
3279
+ &:hover {
3280
+ @media (hover: hover) {
3281
+ color: var(--color-red-300);
3282
+ }
3283
+ }
3284
+ }
2831
3285
  .hover\:text-red-400 {
2832
3286
  &:hover {
2833
3287
  @media (hover: hover) {
@@ -2835,44 +3289,57 @@
2835
3289
  }
2836
3290
  }
2837
3291
  }
2838
- .focus\:border-login {
2839
- &:focus {
2840
- border-color: var(--color-login);
3292
+ .hover\:text-white {
3293
+ &:hover {
3294
+ @media (hover: hover) {
3295
+ color: var(--color-white);
3296
+ }
2841
3297
  }
2842
3298
  }
2843
- .focus\:border-red-500 {
2844
- &:focus {
2845
- border-color: var(--color-red-500);
3299
+ .hover\:brightness-110 {
3300
+ &:hover {
3301
+ @media (hover: hover) {
3302
+ --tw-brightness: brightness(110%);
3303
+ 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,);
3304
+ }
2846
3305
  }
2847
3306
  }
2848
- .focus\:ring-1 {
3307
+ .focus\:border-login\/60 {
2849
3308
  &:focus {
2850
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2851
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3309
+ border-color: color-mix(in srgb, #fd8738 60%, transparent);
3310
+ @supports (color: color-mix(in lab, red, red)) {
3311
+ border-color: color-mix(in oklab, var(--color-login) 60%, transparent);
3312
+ }
2852
3313
  }
2853
3314
  }
2854
- .focus\:ring-2 {
3315
+ .focus\:border-red-500\/70 {
2855
3316
  &:focus {
2856
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2857
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3317
+ border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 70%, transparent);
3318
+ @supports (color: color-mix(in lab, red, red)) {
3319
+ border-color: color-mix(in oklab, var(--color-red-500) 70%, transparent);
3320
+ }
2858
3321
  }
2859
3322
  }
2860
- .focus\:ring-login {
3323
+ .focus\:ring-1 {
2861
3324
  &:focus {
2862
- --tw-ring-color: var(--color-login);
3325
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3326
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2863
3327
  }
2864
3328
  }
2865
- .focus\:ring-login\/50 {
3329
+ .focus\:ring-login\/30 {
2866
3330
  &:focus {
2867
- --tw-ring-color: color-mix(in srgb, #fd8738 50%, transparent);
3331
+ --tw-ring-color: color-mix(in srgb, #fd8738 30%, transparent);
2868
3332
  @supports (color: color-mix(in lab, red, red)) {
2869
- --tw-ring-color: color-mix(in oklab, var(--color-login) 50%, transparent);
3333
+ --tw-ring-color: color-mix(in oklab, var(--color-login) 30%, transparent);
2870
3334
  }
2871
3335
  }
2872
3336
  }
2873
- .focus\:ring-red-500 {
3337
+ .focus\:ring-red-500\/30 {
2874
3338
  &:focus {
2875
- --tw-ring-color: var(--color-red-500);
3339
+ --tw-ring-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 30%, transparent);
3340
+ @supports (color: color-mix(in lab, red, red)) {
3341
+ --tw-ring-color: color-mix(in oklab, var(--color-red-500) 30%, transparent);
3342
+ }
2876
3343
  }
2877
3344
  }
2878
3345
  .focus\:outline-none {
@@ -2886,6 +3353,11 @@
2886
3353
  cursor: not-allowed;
2887
3354
  }
2888
3355
  }
3356
+ .disabled\:opacity-40 {
3357
+ &:disabled {
3358
+ opacity: 40%;
3359
+ }
3360
+ }
2889
3361
  .disabled\:opacity-50 {
2890
3362
  &:disabled {
2891
3363
  opacity: 50%;
@@ -2933,7 +3405,7 @@
2933
3405
  }
2934
3406
  .\38 00px\:p-0 {
2935
3407
  @media (width >= 800px) {
2936
- padding: calc(var(--spacing) * 0);
3408
+ padding: 0;
2937
3409
  }
2938
3410
  }
2939
3411
  .\38 00px\:p-4 {
@@ -2941,16 +3413,161 @@
2941
3413
  padding: calc(var(--spacing) * 4);
2942
3414
  }
2943
3415
  }
3416
+ .sm\:max-w-88 {
3417
+ @media (width >= 40rem) {
3418
+ max-width: calc(var(--spacing) * 88);
3419
+ }
3420
+ }
3421
+ .sm\:grid-cols-2 {
3422
+ @media (width >= 40rem) {
3423
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3424
+ }
3425
+ }
3426
+ .sm\:justify-items-end {
3427
+ @media (width >= 40rem) {
3428
+ justify-items: end;
3429
+ }
3430
+ }
3431
+ .sm\:justify-self-center {
3432
+ @media (width >= 40rem) {
3433
+ justify-self: center;
3434
+ }
3435
+ }
3436
+ .sm\:justify-self-end {
3437
+ @media (width >= 40rem) {
3438
+ justify-self: flex-end;
3439
+ }
3440
+ }
2944
3441
  .sm\:px-12 {
2945
3442
  @media (width >= 40rem) {
2946
3443
  padding-inline: calc(var(--spacing) * 12);
2947
3444
  }
2948
3445
  }
3446
+ .md\:col-span-2 {
3447
+ @media (width >= 48rem) {
3448
+ grid-column: span 2 / span 2;
3449
+ }
3450
+ }
3451
+ .md\:col-start-2 {
3452
+ @media (width >= 48rem) {
3453
+ grid-column-start: 2;
3454
+ }
3455
+ }
3456
+ .md\:row-span-2 {
3457
+ @media (width >= 48rem) {
3458
+ grid-row: span 2 / span 2;
3459
+ }
3460
+ }
3461
+ .md\:row-start-1 {
3462
+ @media (width >= 48rem) {
3463
+ grid-row-start: 1;
3464
+ }
3465
+ }
3466
+ .md\:row-start-2 {
3467
+ @media (width >= 48rem) {
3468
+ grid-row-start: 2;
3469
+ }
3470
+ }
3471
+ .md\:row-start-3 {
3472
+ @media (width >= 48rem) {
3473
+ grid-row-start: 3;
3474
+ }
3475
+ }
3476
+ .md\:mt-0 {
3477
+ @media (width >= 48rem) {
3478
+ margin-top: 0;
3479
+ }
3480
+ }
3481
+ .md\:mt-24 {
3482
+ @media (width >= 48rem) {
3483
+ margin-top: calc(var(--spacing) * 24);
3484
+ }
3485
+ }
3486
+ .md\:mt-40 {
3487
+ @media (width >= 48rem) {
3488
+ margin-top: calc(var(--spacing) * 40);
3489
+ }
3490
+ }
3491
+ .md\:grid {
3492
+ @media (width >= 48rem) {
3493
+ display: grid;
3494
+ }
3495
+ }
3496
+ .md\:max-w-72 {
3497
+ @media (width >= 48rem) {
3498
+ max-width: calc(var(--spacing) * 72);
3499
+ }
3500
+ }
3501
+ .md\:max-w-136 {
3502
+ @media (width >= 48rem) {
3503
+ max-width: calc(var(--spacing) * 136);
3504
+ }
3505
+ }
3506
+ .md\:max-w-304 {
3507
+ @media (width >= 48rem) {
3508
+ max-width: calc(var(--spacing) * 304);
3509
+ }
3510
+ }
3511
+ .md\:grid-cols-\[18rem_1fr\] {
3512
+ @media (width >= 48rem) {
3513
+ grid-template-columns: 18rem 1fr;
3514
+ }
3515
+ }
3516
+ .md\:grid-cols-\[auto_min-content\] {
3517
+ @media (width >= 48rem) {
3518
+ grid-template-columns: auto min-content;
3519
+ }
3520
+ }
3521
+ .md\:items-end {
3522
+ @media (width >= 48rem) {
3523
+ align-items: flex-end;
3524
+ }
3525
+ }
3526
+ .md\:gap-0 {
3527
+ @media (width >= 48rem) {
3528
+ gap: 0;
3529
+ }
3530
+ }
2949
3531
  .md\:gap-6 {
2950
3532
  @media (width >= 48rem) {
2951
3533
  gap: calc(var(--spacing) * 6);
2952
3534
  }
2953
3535
  }
3536
+ .md\:gap-8 {
3537
+ @media (width >= 48rem) {
3538
+ gap: calc(var(--spacing) * 8);
3539
+ }
3540
+ }
3541
+ .md\:gap-20 {
3542
+ @media (width >= 48rem) {
3543
+ gap: calc(var(--spacing) * 20);
3544
+ }
3545
+ }
3546
+ .md\:gap-x-12 {
3547
+ @media (width >= 48rem) {
3548
+ column-gap: calc(var(--spacing) * 12);
3549
+ }
3550
+ }
3551
+ .md\:justify-self-end {
3552
+ @media (width >= 48rem) {
3553
+ justify-self: flex-end;
3554
+ }
3555
+ }
3556
+ .md\:px-12 {
3557
+ @media (width >= 48rem) {
3558
+ padding-inline: calc(var(--spacing) * 12);
3559
+ }
3560
+ }
3561
+ .md\:pt-20 {
3562
+ @media (width >= 48rem) {
3563
+ padding-top: calc(var(--spacing) * 20);
3564
+ }
3565
+ }
3566
+ .md\:pb-4 {
3567
+ @media (width >= 48rem) {
3568
+ padding-bottom: calc(var(--spacing) * 4);
3569
+ }
3570
+ }
2954
3571
  .dark\:text-login-100 {
2955
3572
  @media (prefers-color-scheme: dark) {
2956
3573
  color: var(--color-login-100);
@@ -3007,6 +3624,16 @@
3007
3624
  background-color: var(--color-login);
3008
3625
  }
3009
3626
  }
3627
+ .\[\&\>svg\]\:h-4 {
3628
+ &>svg {
3629
+ height: calc(var(--spacing) * 4);
3630
+ }
3631
+ }
3632
+ .\[\&\>svg\]\:w-4 {
3633
+ &>svg {
3634
+ width: calc(var(--spacing) * 4);
3635
+ }
3636
+ }
3010
3637
  }
3011
3638
  :root {
3012
3639
  transition: background 0.4s,
@@ -3046,75 +3673,6 @@
3046
3673
  --color-login-50: #ffffff;
3047
3674
  --color-login-text: #0e0e0e;
3048
3675
  }
3049
- /*!
3050
- Theme: GitHub Dark
3051
- Description: Dark theme as seen on github.com
3052
- Author: github.com
3053
- Maintainer: @Hirse
3054
- Updated: 2021-05-15
3055
-
3056
- Outdated base version: https://github.com/primer/github-syntax-dark
3057
- Current colors taken from GitHub's CSS
3058
- */
3059
- pre code.hljs {
3060
- display: block;
3061
- overflow-x: auto;
3062
- padding: 1em;
3063
- }
3064
- code.hljs {
3065
- padding: 3px 5px;
3066
- }
3067
- .hljs {
3068
- color: #c9d1d9;
3069
- background: #0d1117;
3070
- }
3071
- .hljs-doctag, .hljs-keyword, .hljs-meta .hljs-keyword, .hljs-template-tag, .hljs-template-variable, .hljs-type, .hljs-variable.language_ {
3072
- color: #ff7b72;
3073
- }
3074
- .hljs-title, .hljs-title.class_, .hljs-title.class_.inherited__, .hljs-title.function_ {
3075
- color: #d2a8ff;
3076
- }
3077
- .hljs-attr, .hljs-attribute, .hljs-literal, .hljs-meta, .hljs-number, .hljs-operator, .hljs-variable, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-id {
3078
- color: #79c0ff;
3079
- }
3080
- .hljs-regexp, .hljs-string, .hljs-meta .hljs-string {
3081
- color: #a5d6ff;
3082
- }
3083
- .hljs-built_in, .hljs-symbol {
3084
- color: #ffa657;
3085
- }
3086
- .hljs-comment, .hljs-code, .hljs-formula {
3087
- color: #8b949e;
3088
- }
3089
- .hljs-name, .hljs-quote, .hljs-selector-tag, .hljs-selector-pseudo {
3090
- color: #7ee787;
3091
- }
3092
- .hljs-subst {
3093
- color: #c9d1d9;
3094
- }
3095
- .hljs-section {
3096
- color: #1f6feb;
3097
- font-weight: bold;
3098
- }
3099
- .hljs-bullet {
3100
- color: #f2cc60;
3101
- }
3102
- .hljs-emphasis {
3103
- color: #c9d1d9;
3104
- font-style: italic;
3105
- }
3106
- .hljs-strong {
3107
- color: #c9d1d9;
3108
- font-weight: bold;
3109
- }
3110
- .hljs-addition {
3111
- color: #aff5b4;
3112
- background-color: #033a16;
3113
- }
3114
- .hljs-deletion {
3115
- color: #ffdcd7;
3116
- background-color: #67060c;
3117
- }
3118
3676
  .hljs {
3119
3677
  background: transparent;
3120
3678
  }
@@ -3210,7 +3768,7 @@ input::-ms-clear {
3210
3768
  inherits: false;
3211
3769
  initial-value: 0;
3212
3770
  }
3213
- @property --tw-divide-x-reverse {
3771
+ @property --tw-divide-y-reverse {
3214
3772
  syntax: "*";
3215
3773
  inherits: false;
3216
3774
  initial-value: 0;
@@ -3220,11 +3778,6 @@ input::-ms-clear {
3220
3778
  inherits: false;
3221
3779
  initial-value: solid;
3222
3780
  }
3223
- @property --tw-divide-y-reverse {
3224
- syntax: "*";
3225
- inherits: false;
3226
- initial-value: 0;
3227
- }
3228
3781
  @property --tw-gradient-position {
3229
3782
  syntax: "*";
3230
3783
  inherits: false;
@@ -3344,11 +3897,6 @@ input::-ms-clear {
3344
3897
  inherits: false;
3345
3898
  initial-value: 0 0 #0000;
3346
3899
  }
3347
- @property --tw-outline-style {
3348
- syntax: "*";
3349
- inherits: false;
3350
- initial-value: solid;
3351
- }
3352
3900
  @property --tw-backdrop-blur {
3353
3901
  syntax: "*";
3354
3902
  inherits: false;
@@ -3398,6 +3946,66 @@ input::-ms-clear {
3398
3946
  initial-value: "";
3399
3947
  inherits: false;
3400
3948
  }
3949
+ @property --tw-blur {
3950
+ syntax: "*";
3951
+ inherits: false;
3952
+ }
3953
+ @property --tw-brightness {
3954
+ syntax: "*";
3955
+ inherits: false;
3956
+ }
3957
+ @property --tw-contrast {
3958
+ syntax: "*";
3959
+ inherits: false;
3960
+ }
3961
+ @property --tw-grayscale {
3962
+ syntax: "*";
3963
+ inherits: false;
3964
+ }
3965
+ @property --tw-hue-rotate {
3966
+ syntax: "*";
3967
+ inherits: false;
3968
+ }
3969
+ @property --tw-invert {
3970
+ syntax: "*";
3971
+ inherits: false;
3972
+ }
3973
+ @property --tw-opacity {
3974
+ syntax: "*";
3975
+ inherits: false;
3976
+ }
3977
+ @property --tw-saturate {
3978
+ syntax: "*";
3979
+ inherits: false;
3980
+ }
3981
+ @property --tw-sepia {
3982
+ syntax: "*";
3983
+ inherits: false;
3984
+ }
3985
+ @property --tw-drop-shadow {
3986
+ syntax: "*";
3987
+ inherits: false;
3988
+ }
3989
+ @property --tw-drop-shadow-color {
3990
+ syntax: "*";
3991
+ inherits: false;
3992
+ }
3993
+ @property --tw-drop-shadow-alpha {
3994
+ syntax: "<percentage>";
3995
+ inherits: false;
3996
+ initial-value: 100%;
3997
+ }
3998
+ @property --tw-drop-shadow-size {
3999
+ syntax: "*";
4000
+ inherits: false;
4001
+ }
4002
+ @keyframes ping {
4003
+ 75%,
4004
+ 100% {
4005
+ transform: scale(2);
4006
+ opacity: 0;
4007
+ }
4008
+ }
3401
4009
  @layer properties {
3402
4010
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
3403
4011
  *, ::before, ::after, ::backdrop {
@@ -3413,9 +4021,8 @@ input::-ms-clear {
3413
4021
  --tw-skew-x: initial;
3414
4022
  --tw-skew-y: initial;
3415
4023
  --tw-space-x-reverse: 0;
3416
- --tw-divide-x-reverse: 0;
3417
- --tw-border-style: solid;
3418
4024
  --tw-divide-y-reverse: 0;
4025
+ --tw-border-style: solid;
3419
4026
  --tw-gradient-position: initial;
3420
4027
  --tw-gradient-from: #0000;
3421
4028
  --tw-gradient-via: #0000;
@@ -3442,7 +4049,6 @@ input::-ms-clear {
3442
4049
  --tw-ring-offset-width: 0px;
3443
4050
  --tw-ring-offset-color: #fff;
3444
4051
  --tw-ring-offset-shadow: 0 0 #0000;
3445
- --tw-outline-style: solid;
3446
4052
  --tw-backdrop-blur: initial;
3447
4053
  --tw-backdrop-brightness: initial;
3448
4054
  --tw-backdrop-contrast: initial;
@@ -3455,6 +4061,19 @@ input::-ms-clear {
3455
4061
  --tw-duration: initial;
3456
4062
  --tw-ease: initial;
3457
4063
  --tw-content: "";
4064
+ --tw-blur: initial;
4065
+ --tw-brightness: initial;
4066
+ --tw-contrast: initial;
4067
+ --tw-grayscale: initial;
4068
+ --tw-hue-rotate: initial;
4069
+ --tw-invert: initial;
4070
+ --tw-opacity: initial;
4071
+ --tw-saturate: initial;
4072
+ --tw-sepia: initial;
4073
+ --tw-drop-shadow: initial;
4074
+ --tw-drop-shadow-color: initial;
4075
+ --tw-drop-shadow-alpha: 100%;
4076
+ --tw-drop-shadow-size: initial;
3458
4077
  }
3459
4078
  }
3460
4079
  }