/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: rgb(var(--tw-color-gray-200) / 1);
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: HarmonyOS_Medium, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: rgb(var(--tw-color-gray-400) / 1);
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: rgb(var(--tw-color-gray-400) / 1);
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

:root {
  --tw-color-black: 0 0 0;
  --tw-color-white: 255 255 255;
  --tw-color-slate-50: 248 250 252;
  --tw-color-slate-100: 241 245 249;
  --tw-color-slate-200: 226 232 240;
  --tw-color-slate-300: 203 213 225;
  --tw-color-slate-400: 148 163 184;
  --tw-color-slate-500: 100 116 139;
  --tw-color-slate-600: 71 85 105;
  --tw-color-slate-700: 51 65 85;
  --tw-color-slate-800: 30 41 59;
  --tw-color-slate-900: 15 23 42;
  --tw-color-slate-950: 2 6 23;
  --tw-color-gray-50: 249 250 251;
  --tw-color-gray-100: 243 244 246;
  --tw-color-gray-200: 229 231 235;
  --tw-color-gray-300: 209 213 219;
  --tw-color-gray-400: 156 163 175;
  --tw-color-gray-500: 107 114 128;
  --tw-color-gray-600: 75 85 99;
  --tw-color-gray-700: 55 65 81;
  --tw-color-gray-800: 31 41 55;
  --tw-color-gray-900: 17 24 39;
  --tw-color-gray-950: 3 7 18;
  --tw-color-zinc-50: 250 250 250;
  --tw-color-zinc-100: 244 244 245;
  --tw-color-zinc-200: 228 228 231;
  --tw-color-zinc-300: 212 212 216;
  --tw-color-zinc-400: 161 161 170;
  --tw-color-zinc-500: 113 113 122;
  --tw-color-zinc-600: 82 82 91;
  --tw-color-zinc-700: 63 63 70;
  --tw-color-zinc-800: 39 39 42;
  --tw-color-zinc-900: 24 24 27;
  --tw-color-zinc-950: 9 9 11;
  --tw-color-neutral-50: 250 250 250;
  --tw-color-neutral-100: 245 245 245;
  --tw-color-neutral-200: 229 229 229;
  --tw-color-neutral-300: 212 212 212;
  --tw-color-neutral-400: 163 163 163;
  --tw-color-neutral-500: 115 115 115;
  --tw-color-neutral-600: 82 82 82;
  --tw-color-neutral-700: 64 64 64;
  --tw-color-neutral-800: 38 38 38;
  --tw-color-neutral-900: 23 23 23;
  --tw-color-neutral-950: 10 10 10;
  --tw-color-stone-50: 250 250 249;
  --tw-color-stone-100: 245 245 244;
  --tw-color-stone-200: 231 229 228;
  --tw-color-stone-300: 214 211 209;
  --tw-color-stone-400: 168 162 158;
  --tw-color-stone-500: 120 113 108;
  --tw-color-stone-600: 87 83 78;
  --tw-color-stone-700: 68 64 60;
  --tw-color-stone-800: 41 37 36;
  --tw-color-stone-900: 28 25 23;
  --tw-color-stone-950: 12 10 9;
  --tw-color-red-50: 254 242 242;
  --tw-color-red-100: 254 226 226;
  --tw-color-red-200: 254 202 202;
  --tw-color-red-300: 252 165 165;
  --tw-color-red-400: 248 113 113;
  --tw-color-red-500: 239 68 68;
  --tw-color-red-600: 220 38 38;
  --tw-color-red-700: 185 28 28;
  --tw-color-red-800: 153 27 27;
  --tw-color-red-900: 127 29 29;
  --tw-color-red-950: 69 10 10;
  --tw-color-orange-50: 255 247 237;
  --tw-color-orange-100: 255 237 213;
  --tw-color-orange-200: 254 215 170;
  --tw-color-orange-300: 253 186 116;
  --tw-color-orange-400: 251 146 60;
  --tw-color-orange-500: 249 115 22;
  --tw-color-orange-600: 234 88 12;
  --tw-color-orange-700: 194 65 12;
  --tw-color-orange-800: 154 52 18;
  --tw-color-orange-900: 124 45 18;
  --tw-color-orange-950: 67 20 7;
  --tw-color-amber-50: 255 251 235;
  --tw-color-amber-100: 254 243 199;
  --tw-color-amber-200: 253 230 138;
  --tw-color-amber-300: 252 211 77;
  --tw-color-amber-400: 251 191 36;
  --tw-color-amber-500: 245 158 11;
  --tw-color-amber-600: 217 119 6;
  --tw-color-amber-700: 180 83 9;
  --tw-color-amber-800: 146 64 14;
  --tw-color-amber-900: 120 53 15;
  --tw-color-amber-950: 69 26 3;
  --tw-color-yellow-50: 254 252 232;
  --tw-color-yellow-100: 254 249 195;
  --tw-color-yellow-200: 254 240 138;
  --tw-color-yellow-300: 253 224 71;
  --tw-color-yellow-400: 250 204 21;
  --tw-color-yellow-500: 234 179 8;
  --tw-color-yellow-600: 202 138 4;
  --tw-color-yellow-700: 161 98 7;
  --tw-color-yellow-800: 133 77 14;
  --tw-color-yellow-900: 113 63 18;
  --tw-color-yellow-950: 66 32 6;
  --tw-color-lime-50: 247 254 231;
  --tw-color-lime-100: 236 252 203;
  --tw-color-lime-200: 217 249 157;
  --tw-color-lime-300: 190 242 100;
  --tw-color-lime-400: 163 230 53;
  --tw-color-lime-500: 132 204 22;
  --tw-color-lime-600: 101 163 13;
  --tw-color-lime-700: 77 124 15;
  --tw-color-lime-800: 63 98 18;
  --tw-color-lime-900: 54 83 20;
  --tw-color-lime-950: 26 46 5;
  --tw-color-green-50: 240 253 244;
  --tw-color-green-100: 220 252 231;
  --tw-color-green-200: 187 247 208;
  --tw-color-green-300: 134 239 172;
  --tw-color-green-400: 74 222 128;
  --tw-color-green-500: 34 197 94;
  --tw-color-green-600: 22 163 74;
  --tw-color-green-700: 21 128 61;
  --tw-color-green-800: 22 101 52;
  --tw-color-green-900: 20 83 45;
  --tw-color-green-950: 5 46 22;
  --tw-color-emerald-50: 236 253 245;
  --tw-color-emerald-100: 209 250 229;
  --tw-color-emerald-200: 167 243 208;
  --tw-color-emerald-300: 110 231 183;
  --tw-color-emerald-400: 52 211 153;
  --tw-color-emerald-500: 16 185 129;
  --tw-color-emerald-600: 5 150 105;
  --tw-color-emerald-700: 4 120 87;
  --tw-color-emerald-800: 6 95 70;
  --tw-color-emerald-900: 6 78 59;
  --tw-color-emerald-950: 2 44 34;
  --tw-color-teal-50: 240 253 250;
  --tw-color-teal-100: 204 251 241;
  --tw-color-teal-200: 153 246 228;
  --tw-color-teal-300: 94 234 212;
  --tw-color-teal-400: 45 212 191;
  --tw-color-teal-500: 20 184 166;
  --tw-color-teal-600: 13 148 136;
  --tw-color-teal-700: 15 118 110;
  --tw-color-teal-800: 17 94 89;
  --tw-color-teal-900: 19 78 74;
  --tw-color-teal-950: 4 47 46;
  --tw-color-cyan-50: 236 254 255;
  --tw-color-cyan-100: 207 250 254;
  --tw-color-cyan-200: 165 243 252;
  --tw-color-cyan-300: 103 232 249;
  --tw-color-cyan-400: 34 211 238;
  --tw-color-cyan-500: 6 182 212;
  --tw-color-cyan-600: 8 145 178;
  --tw-color-cyan-700: 14 116 144;
  --tw-color-cyan-800: 21 94 117;
  --tw-color-cyan-900: 22 78 99;
  --tw-color-cyan-950: 8 51 68;
  --tw-color-sky-50: 240 249 255;
  --tw-color-sky-100: 224 242 254;
  --tw-color-sky-200: 186 230 253;
  --tw-color-sky-300: 125 211 252;
  --tw-color-sky-400: 56 189 248;
  --tw-color-sky-500: 14 165 233;
  --tw-color-sky-600: 2 132 199;
  --tw-color-sky-700: 3 105 161;
  --tw-color-sky-800: 7 89 133;
  --tw-color-sky-900: 12 74 110;
  --tw-color-sky-950: 8 47 73;
  --tw-color-blue-50: 239 246 255;
  --tw-color-blue-100: 219 234 254;
  --tw-color-blue-200: 191 219 254;
  --tw-color-blue-300: 147 197 253;
  --tw-color-blue-400: 96 165 250;
  --tw-color-blue-500: 59 130 246;
  --tw-color-blue-600: 37 99 235;
  --tw-color-blue-700: 29 78 216;
  --tw-color-blue-800: 30 64 175;
  --tw-color-blue-900: 30 58 138;
  --tw-color-blue-950: 23 37 84;
  --tw-color-indigo-50: 238 242 255;
  --tw-color-indigo-100: 224 231 255;
  --tw-color-indigo-200: 199 210 254;
  --tw-color-indigo-300: 165 180 252;
  --tw-color-indigo-400: 129 140 248;
  --tw-color-indigo-500: 99 102 241;
  --tw-color-indigo-600: 79 70 229;
  --tw-color-indigo-700: 67 56 202;
  --tw-color-indigo-800: 55 48 163;
  --tw-color-indigo-900: 49 46 129;
  --tw-color-indigo-950: 30 27 75;
  --tw-color-violet-50: 245 243 255;
  --tw-color-violet-100: 237 233 254;
  --tw-color-violet-200: 221 214 254;
  --tw-color-violet-300: 196 181 253;
  --tw-color-violet-400: 167 139 250;
  --tw-color-violet-500: 139 92 246;
  --tw-color-violet-600: 124 58 237;
  --tw-color-violet-700: 109 40 217;
  --tw-color-violet-800: 91 33 182;
  --tw-color-violet-900: 76 29 149;
  --tw-color-violet-950: 46 16 101;
  --tw-color-purple-50: 250 245 255;
  --tw-color-purple-100: 243 232 255;
  --tw-color-purple-200: 233 213 255;
  --tw-color-purple-300: 216 180 254;
  --tw-color-purple-400: 192 132 252;
  --tw-color-purple-500: 168 85 247;
  --tw-color-purple-600: 147 51 234;
  --tw-color-purple-700: 126 34 206;
  --tw-color-purple-800: 107 33 168;
  --tw-color-purple-900: 88 28 135;
  --tw-color-purple-950: 59 7 100;
  --tw-color-fuchsia-50: 253 244 255;
  --tw-color-fuchsia-100: 250 232 255;
  --tw-color-fuchsia-200: 245 208 254;
  --tw-color-fuchsia-300: 240 171 252;
  --tw-color-fuchsia-400: 232 121 249;
  --tw-color-fuchsia-500: 217 70 239;
  --tw-color-fuchsia-600: 192 38 211;
  --tw-color-fuchsia-700: 162 28 175;
  --tw-color-fuchsia-800: 134 25 143;
  --tw-color-fuchsia-900: 112 26 117;
  --tw-color-fuchsia-950: 74 4 78;
  --tw-color-pink-50: 253 242 248;
  --tw-color-pink-100: 252 231 243;
  --tw-color-pink-200: 251 207 232;
  --tw-color-pink-300: 249 168 212;
  --tw-color-pink-400: 244 114 182;
  --tw-color-pink-500: 236 72 153;
  --tw-color-pink-600: 219 39 119;
  --tw-color-pink-700: 190 24 93;
  --tw-color-pink-800: 157 23 77;
  --tw-color-pink-900: 131 24 67;
  --tw-color-pink-950: 80 7 36;
  --tw-color-rose-50: 255 241 242;
  --tw-color-rose-100: 255 228 230;
  --tw-color-rose-200: 254 205 211;
  --tw-color-rose-300: 253 164 175;
  --tw-color-rose-400: 251 113 133;
  --tw-color-rose-500: 244 63 94;
  --tw-color-rose-600: 225 29 72;
  --tw-color-rose-700: 190 18 60;
  --tw-color-rose-800: 159 18 57;
  --tw-color-rose-900: 136 19 55;
  --tw-color-rose-950: 76 5 25;
  --tw-color-lightBlue-50: 240 249 255;
  --tw-color-lightBlue-100: 224 242 254;
  --tw-color-lightBlue-200: 186 230 253;
  --tw-color-lightBlue-300: 125 211 252;
  --tw-color-lightBlue-400: 56 189 248;
  --tw-color-lightBlue-500: 14 165 233;
  --tw-color-lightBlue-600: 2 132 199;
  --tw-color-lightBlue-700: 3 105 161;
  --tw-color-lightBlue-800: 7 89 133;
  --tw-color-lightBlue-900: 12 74 110;
  --tw-color-lightBlue-950: 8 47 73;
  --tw-color-warmGray-50: 250 250 249;
  --tw-color-warmGray-100: 245 245 244;
  --tw-color-warmGray-200: 231 229 228;
  --tw-color-warmGray-300: 214 211 209;
  --tw-color-warmGray-400: 168 162 158;
  --tw-color-warmGray-500: 120 113 108;
  --tw-color-warmGray-600: 87 83 78;
  --tw-color-warmGray-700: 68 64 60;
  --tw-color-warmGray-800: 41 37 36;
  --tw-color-warmGray-900: 28 25 23;
  --tw-color-warmGray-950: 12 10 9;
  --tw-color-trueGray-50: 250 250 250;
  --tw-color-trueGray-100: 245 245 245;
  --tw-color-trueGray-200: 229 229 229;
  --tw-color-trueGray-300: 212 212 212;
  --tw-color-trueGray-400: 163 163 163;
  --tw-color-trueGray-500: 115 115 115;
  --tw-color-trueGray-600: 82 82 82;
  --tw-color-trueGray-700: 64 64 64;
  --tw-color-trueGray-800: 38 38 38;
  --tw-color-trueGray-900: 23 23 23;
  --tw-color-trueGray-950: 10 10 10;
  --tw-color-coolGray-50: 249 250 251;
  --tw-color-coolGray-100: 243 244 246;
  --tw-color-coolGray-200: 229 231 235;
  --tw-color-coolGray-300: 209 213 219;
  --tw-color-coolGray-400: 156 163 175;
  --tw-color-coolGray-500: 107 114 128;
  --tw-color-coolGray-600: 75 85 99;
  --tw-color-coolGray-700: 55 65 81;
  --tw-color-coolGray-800: 31 41 55;
  --tw-color-coolGray-900: 17 24 39;
  --tw-color-coolGray-950: 3 7 18;
  --tw-color-blueGray-50: 248 250 252;
  --tw-color-blueGray-100: 241 245 249;
  --tw-color-blueGray-200: 226 232 240;
  --tw-color-blueGray-300: 203 213 225;
  --tw-color-blueGray-400: 148 163 184;
  --tw-color-blueGray-500: 100 116 139;
  --tw-color-blueGray-600: 71 85 105;
  --tw-color-blueGray-700: 51 65 85;
  --tw-color-blueGray-800: 30 41 59;
  --tw-color-blueGray-900: 15 23 42;
  --tw-color-blueGray-950: 2 6 23;
}

:root.dark {
  --tw-color-black: 255 255 255;
  --tw-color-white: 0 0 0;
  --tw-color-slate-950: 248 250 252;
  --tw-color-slate-900: 241 245 249;
  --tw-color-slate-800: 226 232 240;
  --tw-color-slate-700: 203 213 225;
  --tw-color-slate-600: 148 163 184;
  --tw-color-slate-500: 100 116 139;
  --tw-color-slate-400: 71 85 105;
  --tw-color-slate-300: 51 65 85;
  --tw-color-slate-200: 30 41 59;
  --tw-color-slate-100: 15 23 42;
  --tw-color-slate-50: 2 6 23;
  --tw-color-gray-950: 249 250 251;
  --tw-color-gray-900: 243 244 246;
  --tw-color-gray-800: 229 231 235;
  --tw-color-gray-700: 209 213 219;
  --tw-color-gray-600: 156 163 175;
  --tw-color-gray-500: 107 114 128;
  --tw-color-gray-400: 75 85 99;
  --tw-color-gray-300: 55 65 81;
  --tw-color-gray-200: 31 41 55;
  --tw-color-gray-100: 17 24 39;
  --tw-color-gray-50: 3 7 18;
  --tw-color-zinc-950: 250 250 250;
  --tw-color-zinc-900: 244 244 245;
  --tw-color-zinc-800: 228 228 231;
  --tw-color-zinc-700: 212 212 216;
  --tw-color-zinc-600: 161 161 170;
  --tw-color-zinc-500: 113 113 122;
  --tw-color-zinc-400: 82 82 91;
  --tw-color-zinc-300: 63 63 70;
  --tw-color-zinc-200: 39 39 42;
  --tw-color-zinc-100: 24 24 27;
  --tw-color-zinc-50: 9 9 11;
  --tw-color-neutral-950: 250 250 250;
  --tw-color-neutral-900: 245 245 245;
  --tw-color-neutral-800: 229 229 229;
  --tw-color-neutral-700: 212 212 212;
  --tw-color-neutral-600: 163 163 163;
  --tw-color-neutral-500: 115 115 115;
  --tw-color-neutral-400: 82 82 82;
  --tw-color-neutral-300: 64 64 64;
  --tw-color-neutral-200: 38 38 38;
  --tw-color-neutral-100: 23 23 23;
  --tw-color-neutral-50: 10 10 10;
  --tw-color-stone-950: 250 250 249;
  --tw-color-stone-900: 245 245 244;
  --tw-color-stone-800: 231 229 228;
  --tw-color-stone-700: 214 211 209;
  --tw-color-stone-600: 168 162 158;
  --tw-color-stone-500: 120 113 108;
  --tw-color-stone-400: 87 83 78;
  --tw-color-stone-300: 68 64 60;
  --tw-color-stone-200: 41 37 36;
  --tw-color-stone-100: 28 25 23;
  --tw-color-stone-50: 12 10 9;
  --tw-color-red-950: 254 242 242;
  --tw-color-red-900: 254 226 226;
  --tw-color-red-800: 254 202 202;
  --tw-color-red-700: 252 165 165;
  --tw-color-red-600: 248 113 113;
  --tw-color-red-500: 239 68 68;
  --tw-color-red-400: 220 38 38;
  --tw-color-red-300: 185 28 28;
  --tw-color-red-200: 153 27 27;
  --tw-color-red-100: 127 29 29;
  --tw-color-red-50: 69 10 10;
  --tw-color-orange-950: 255 247 237;
  --tw-color-orange-900: 255 237 213;
  --tw-color-orange-800: 254 215 170;
  --tw-color-orange-700: 253 186 116;
  --tw-color-orange-600: 251 146 60;
  --tw-color-orange-500: 249 115 22;
  --tw-color-orange-400: 234 88 12;
  --tw-color-orange-300: 194 65 12;
  --tw-color-orange-200: 154 52 18;
  --tw-color-orange-100: 124 45 18;
  --tw-color-orange-50: 67 20 7;
  --tw-color-amber-950: 255 251 235;
  --tw-color-amber-900: 254 243 199;
  --tw-color-amber-800: 253 230 138;
  --tw-color-amber-700: 252 211 77;
  --tw-color-amber-600: 251 191 36;
  --tw-color-amber-500: 245 158 11;
  --tw-color-amber-400: 217 119 6;
  --tw-color-amber-300: 180 83 9;
  --tw-color-amber-200: 146 64 14;
  --tw-color-amber-100: 120 53 15;
  --tw-color-amber-50: 69 26 3;
  --tw-color-yellow-950: 254 252 232;
  --tw-color-yellow-900: 254 249 195;
  --tw-color-yellow-800: 254 240 138;
  --tw-color-yellow-700: 253 224 71;
  --tw-color-yellow-600: 250 204 21;
  --tw-color-yellow-500: 234 179 8;
  --tw-color-yellow-400: 202 138 4;
  --tw-color-yellow-300: 161 98 7;
  --tw-color-yellow-200: 133 77 14;
  --tw-color-yellow-100: 113 63 18;
  --tw-color-yellow-50: 66 32 6;
  --tw-color-lime-950: 247 254 231;
  --tw-color-lime-900: 236 252 203;
  --tw-color-lime-800: 217 249 157;
  --tw-color-lime-700: 190 242 100;
  --tw-color-lime-600: 163 230 53;
  --tw-color-lime-500: 132 204 22;
  --tw-color-lime-400: 101 163 13;
  --tw-color-lime-300: 77 124 15;
  --tw-color-lime-200: 63 98 18;
  --tw-color-lime-100: 54 83 20;
  --tw-color-lime-50: 26 46 5;
  --tw-color-green-950: 240 253 244;
  --tw-color-green-900: 220 252 231;
  --tw-color-green-800: 187 247 208;
  --tw-color-green-700: 134 239 172;
  --tw-color-green-600: 74 222 128;
  --tw-color-green-500: 34 197 94;
  --tw-color-green-400: 22 163 74;
  --tw-color-green-300: 21 128 61;
  --tw-color-green-200: 22 101 52;
  --tw-color-green-100: 20 83 45;
  --tw-color-green-50: 5 46 22;
  --tw-color-emerald-950: 236 253 245;
  --tw-color-emerald-900: 209 250 229;
  --tw-color-emerald-800: 167 243 208;
  --tw-color-emerald-700: 110 231 183;
  --tw-color-emerald-600: 52 211 153;
  --tw-color-emerald-500: 16 185 129;
  --tw-color-emerald-400: 5 150 105;
  --tw-color-emerald-300: 4 120 87;
  --tw-color-emerald-200: 6 95 70;
  --tw-color-emerald-100: 6 78 59;
  --tw-color-emerald-50: 2 44 34;
  --tw-color-teal-950: 240 253 250;
  --tw-color-teal-900: 204 251 241;
  --tw-color-teal-800: 153 246 228;
  --tw-color-teal-700: 94 234 212;
  --tw-color-teal-600: 45 212 191;
  --tw-color-teal-500: 20 184 166;
  --tw-color-teal-400: 13 148 136;
  --tw-color-teal-300: 15 118 110;
  --tw-color-teal-200: 17 94 89;
  --tw-color-teal-100: 19 78 74;
  --tw-color-teal-50: 4 47 46;
  --tw-color-cyan-950: 236 254 255;
  --tw-color-cyan-900: 207 250 254;
  --tw-color-cyan-800: 165 243 252;
  --tw-color-cyan-700: 103 232 249;
  --tw-color-cyan-600: 34 211 238;
  --tw-color-cyan-500: 6 182 212;
  --tw-color-cyan-400: 8 145 178;
  --tw-color-cyan-300: 14 116 144;
  --tw-color-cyan-200: 21 94 117;
  --tw-color-cyan-100: 22 78 99;
  --tw-color-cyan-50: 8 51 68;
  --tw-color-sky-950: 240 249 255;
  --tw-color-sky-900: 224 242 254;
  --tw-color-sky-800: 186 230 253;
  --tw-color-sky-700: 125 211 252;
  --tw-color-sky-600: 56 189 248;
  --tw-color-sky-500: 14 165 233;
  --tw-color-sky-400: 2 132 199;
  --tw-color-sky-300: 3 105 161;
  --tw-color-sky-200: 7 89 133;
  --tw-color-sky-100: 12 74 110;
  --tw-color-sky-50: 8 47 73;
  --tw-color-blue-950: 239 246 255;
  --tw-color-blue-900: 219 234 254;
  --tw-color-blue-800: 191 219 254;
  --tw-color-blue-700: 147 197 253;
  --tw-color-blue-600: 96 165 250;
  --tw-color-blue-500: 59 130 246;
  --tw-color-blue-400: 37 99 235;
  --tw-color-blue-300: 29 78 216;
  --tw-color-blue-200: 30 64 175;
  --tw-color-blue-100: 30 58 138;
  --tw-color-blue-50: 23 37 84;
  --tw-color-indigo-950: 238 242 255;
  --tw-color-indigo-900: 224 231 255;
  --tw-color-indigo-800: 199 210 254;
  --tw-color-indigo-700: 165 180 252;
  --tw-color-indigo-600: 129 140 248;
  --tw-color-indigo-500: 99 102 241;
  --tw-color-indigo-400: 79 70 229;
  --tw-color-indigo-300: 67 56 202;
  --tw-color-indigo-200: 55 48 163;
  --tw-color-indigo-100: 49 46 129;
  --tw-color-indigo-50: 30 27 75;
  --tw-color-violet-950: 245 243 255;
  --tw-color-violet-900: 237 233 254;
  --tw-color-violet-800: 221 214 254;
  --tw-color-violet-700: 196 181 253;
  --tw-color-violet-600: 167 139 250;
  --tw-color-violet-500: 139 92 246;
  --tw-color-violet-400: 124 58 237;
  --tw-color-violet-300: 109 40 217;
  --tw-color-violet-200: 91 33 182;
  --tw-color-violet-100: 76 29 149;
  --tw-color-violet-50: 46 16 101;
  --tw-color-purple-950: 250 245 255;
  --tw-color-purple-900: 243 232 255;
  --tw-color-purple-800: 233 213 255;
  --tw-color-purple-700: 216 180 254;
  --tw-color-purple-600: 192 132 252;
  --tw-color-purple-500: 168 85 247;
  --tw-color-purple-400: 147 51 234;
  --tw-color-purple-300: 126 34 206;
  --tw-color-purple-200: 107 33 168;
  --tw-color-purple-100: 88 28 135;
  --tw-color-purple-50: 59 7 100;
  --tw-color-fuchsia-950: 253 244 255;
  --tw-color-fuchsia-900: 250 232 255;
  --tw-color-fuchsia-800: 245 208 254;
  --tw-color-fuchsia-700: 240 171 252;
  --tw-color-fuchsia-600: 232 121 249;
  --tw-color-fuchsia-500: 217 70 239;
  --tw-color-fuchsia-400: 192 38 211;
  --tw-color-fuchsia-300: 162 28 175;
  --tw-color-fuchsia-200: 134 25 143;
  --tw-color-fuchsia-100: 112 26 117;
  --tw-color-fuchsia-50: 74 4 78;
  --tw-color-pink-950: 253 242 248;
  --tw-color-pink-900: 252 231 243;
  --tw-color-pink-800: 251 207 232;
  --tw-color-pink-700: 249 168 212;
  --tw-color-pink-600: 244 114 182;
  --tw-color-pink-500: 236 72 153;
  --tw-color-pink-400: 219 39 119;
  --tw-color-pink-300: 190 24 93;
  --tw-color-pink-200: 157 23 77;
  --tw-color-pink-100: 131 24 67;
  --tw-color-pink-50: 80 7 36;
  --tw-color-rose-950: 255 241 242;
  --tw-color-rose-900: 255 228 230;
  --tw-color-rose-800: 254 205 211;
  --tw-color-rose-700: 253 164 175;
  --tw-color-rose-600: 251 113 133;
  --tw-color-rose-500: 244 63 94;
  --tw-color-rose-400: 225 29 72;
  --tw-color-rose-300: 190 18 60;
  --tw-color-rose-200: 159 18 57;
  --tw-color-rose-100: 136 19 55;
  --tw-color-rose-50: 76 5 25;
  --tw-color-lightBlue-950: 240 249 255;
  --tw-color-lightBlue-900: 224 242 254;
  --tw-color-lightBlue-800: 186 230 253;
  --tw-color-lightBlue-700: 125 211 252;
  --tw-color-lightBlue-600: 56 189 248;
  --tw-color-lightBlue-500: 14 165 233;
  --tw-color-lightBlue-400: 2 132 199;
  --tw-color-lightBlue-300: 3 105 161;
  --tw-color-lightBlue-200: 7 89 133;
  --tw-color-lightBlue-100: 12 74 110;
  --tw-color-lightBlue-50: 8 47 73;
  --tw-color-warmGray-950: 250 250 249;
  --tw-color-warmGray-900: 245 245 244;
  --tw-color-warmGray-800: 231 229 228;
  --tw-color-warmGray-700: 214 211 209;
  --tw-color-warmGray-600: 168 162 158;
  --tw-color-warmGray-500: 120 113 108;
  --tw-color-warmGray-400: 87 83 78;
  --tw-color-warmGray-300: 68 64 60;
  --tw-color-warmGray-200: 41 37 36;
  --tw-color-warmGray-100: 28 25 23;
  --tw-color-warmGray-50: 12 10 9;
  --tw-color-trueGray-950: 250 250 250;
  --tw-color-trueGray-900: 245 245 245;
  --tw-color-trueGray-800: 229 229 229;
  --tw-color-trueGray-700: 212 212 212;
  --tw-color-trueGray-600: 163 163 163;
  --tw-color-trueGray-500: 115 115 115;
  --tw-color-trueGray-400: 82 82 82;
  --tw-color-trueGray-300: 64 64 64;
  --tw-color-trueGray-200: 38 38 38;
  --tw-color-trueGray-100: 23 23 23;
  --tw-color-trueGray-50: 10 10 10;
  --tw-color-coolGray-950: 249 250 251;
  --tw-color-coolGray-900: 243 244 246;
  --tw-color-coolGray-800: 229 231 235;
  --tw-color-coolGray-700: 209 213 219;
  --tw-color-coolGray-600: 156 163 175;
  --tw-color-coolGray-500: 107 114 128;
  --tw-color-coolGray-400: 75 85 99;
  --tw-color-coolGray-300: 55 65 81;
  --tw-color-coolGray-200: 31 41 55;
  --tw-color-coolGray-100: 17 24 39;
  --tw-color-coolGray-50: 3 7 18;
  --tw-color-blueGray-950: 248 250 252;
  --tw-color-blueGray-900: 241 245 249;
  --tw-color-blueGray-800: 226 232 240;
  --tw-color-blueGray-700: 203 213 225;
  --tw-color-blueGray-600: 148 163 184;
  --tw-color-blueGray-500: 100 116 139;
  --tw-color-blueGray-400: 71 85 105;
  --tw-color-blueGray-300: 51 65 85;
  --tw-color-blueGray-200: 30 41 59;
  --tw-color-blueGray-100: 15 23 42;
  --tw-color-blueGray-50: 2 6 23;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  line-height: 2.2;
  letter-spacing: 0.5px;
  font-size: 15px;
  color: rgb(var(--tw-color-slate-600) / 1);
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: rgb(var(--tw-color-blue-600) / <alpha-value>);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  color: rgb(var(--tw-color-blue-800) / <alpha-value>);
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: normal;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgb(var(--tw-color-blue-400) / <alpha-value>);
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: normal;
  font-size: 1.125rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.3333333;
  border-left: 4px solid rgb(var(--tw-color-blue-600) / <alpha-value>);
  padding-left: 0.5rem;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: normal;
  font-size: 1.125rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  position: relative;
  padding-left: 1.5rem;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  position: absolute;
  top: 11px;
  left: 0.5rem;
  height: 6px;
  width: 6px;
  border-radius: 20px;
  background-color: rgb(var(--tw-color-blue-600) / <alpha-value>);
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  position: relative;
  font-size: 1rem;
  padding-left: 1.5rem;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  position: absolute;
  top: 9px;
  left: 0.5rem;
  height: 6px;
  width: 6px;
  border-radius: 20px;
  border: 1px solid rgb(var(--tw-color-blue-600) / <alpha-value>);
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: rgb(var(--tw-color-blue-600) / <alpha-value>);
  font-weight: 600;
  font-size: 0.875em;
  background-color: rgb(var(--tw-color-blue-50) / <alpha-value>);
  border-radius: 0.375rem;
  padding-top: 0.125rem;
  padding-right: 0.375rem;
  padding-bottom: 0.125rem;
  padding-left: 0.375rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: normal;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: normal;
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  background-color: transparent;
  overflow-x: auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: unset;
  padding-top: 0;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0;
  padding-inline-start: 1.1428571em;
  padding-right: 0;
  padding-left: 0;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) code {
  margin-left: 0;
  margin-right: 0;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: rgb(var(--tw-color-slate-600) / 1);
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-left-4 {
  left: -1rem;
}

.-right-\[74px\] {
  right: -74px;
}

.-top-\[100px\] {
  top: -100px;
}

.-top-\[6px\] {
  top: -6px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

.top-8 {
  top: 2rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-4 {
  margin: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-ms-1 {
  margin-inline-start: -0.25rem;
}

.-ms-px {
  margin-inline-start: -1px;
}

.-mt-px {
  margin-top: -1px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-44 {
  height: 11rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.\!max-h-28 {
  max-height: 7rem !important;
}

.max-h-0 {
  max-height: 0px;
}

.min-h-44 {
  min-height: 11rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-8 {
  width: 2rem;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[inherit\] {
  width: inherit;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.self-start {
  align-self: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.break-all {
  word-break: break-all;
}

.break-keep {
  word-break: keep-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-e-md {
  border-start-end-radius: 0.375rem;
  border-end-end-radius: 0.375rem;
}

.rounded-s-lg {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-current {
  border-color: currentColor;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--tw-color-gray-100) / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--tw-color-gray-200) / var(--tw-border-opacity));
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--tw-color-gray-50) / var(--tw-border-opacity));
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--tw-color-slate-100) / var(--tw-border-opacity));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--tw-color-slate-200) / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-t-transparent {
  border-top-color: transparent;
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-blue-600) / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-gray-100) / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-gray-50) / var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-gray-700) / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-slate-100) / var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-slate-200) / var(--tw-bg-opacity));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-slate-400) / var(--tw-bg-opacity));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-slate-50) / var(--tw-bg-opacity));
}

.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-stone-50) / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-white) / var(--tw-bg-opacity));
}

.bg-white\/50 {
  background-color: rgb(var(--tw-color-white) / 0.5);
}

.bg-white\/90 {
  background-color: rgb(var(--tw-color-white) / 0.9);
}

.fill-current {
  fill: currentColor;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.ps-11 {
  padding-inline-start: 2.75rem;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-4 {
  padding-inline-start: 1rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-center {
  text-align: center;
}

.font-sans {
  font-family: HarmonyOS_Medium, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-blue-400) / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-blue-500) / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-blue-600) / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-gray-400) / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-gray-500) / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-gray-600) / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-gray-700) / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-gray-800) / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-green-500) / var(--tw-text-opacity));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-orange-500) / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-red-500) / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-slate-400) / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-slate-500) / var(--tw-text-opacity));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-slate-600) / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-white) / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-0 {
  outline-width: 0px;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.filter {
  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);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#left-nav svg, #right-tool svg, #left-nav .icon {
  height: 1.25rem;
  width: 1.25rem;
  fill: currentColor;
}

#statistics svg {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  height: 1.5rem;
  width: 1.5rem;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-slate-300) / var(--tw-text-opacity));
}

.comment-0 + .comment-children {
  margin-left: 1.5rem;
}

.mobile-side-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.35s, opacity 0.35s;
  z-index: 880;
}

.mobile-side {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-white) / var(--tw-bg-opacity));
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  z-index: 1020;
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.35s, visibility 0.35s;
  overflow-y: auto;
  padding: 100px 15px 15px;
}

.mobile-side.open {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.mobile-side-mask.open {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 680px) {
  .center-area {
    width: 680px;
  }
}

.article-info svg, #copyright svg {
  margin-right: 0.25rem;
  height: 1rem;
  width: 1rem;
  fill: currentColor;
}

.active .js-accordion-icon {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

code.hljs {
  border-radius: 0.375rem;
}

::-webkit-scrollbar {
  width: 6px;
  height: 0
}

::-webkit-scrollbar-track {
  background-color: #fff
}

::-webkit-scrollbar-thumb {
  background: rgba(135, 135, 135, .4);
  border-radius: 6px
}

::-webkit-scrollbar-track {
  background: rgba(135, 135, 135, .1)
}

::-webkit-scrollbar-corner {
  background: unset
}

.comment-parent > .comment-quote {
  margin-left: 1.5rem;
}

#comment-area > .comment-item {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-slate-50) / var(--tw-bg-opacity));
  padding: 1.5rem;
}

.comment-children > .comment-item {
  padding-top: 1.25rem;
}

#comment-area .comment-item #comment-form {
  margin-top: 1rem;
}

.amplitude-play-pause.amplitude-playing #pause-icon {
  display: block;
}

.amplitude-play-pause.amplitude-paused #pause-icon {
  display: none;
}

.amplitude-play-pause.amplitude-paused #play-icon {
  display: block;
}

.amplitude-play-pause.amplitude-playing #play-icon {
  display: none;
}

#music-card svg {
  width: 1.25rem;
  height: 1.25rem;
}

@keyframes rightWhirl {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

input[type="range"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-gray-300) / var(--tw-bg-opacity));
  -webkit-appearance: none;
  height: 8px;
  border-radius: 5px;
  background-image: linear-gradient(#38BDF8, #38BDF8);
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

.amplitude-active-song-container {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-blue-600) / var(--tw-text-opacity));
}

@keyframes blink {
  0% {
    background-color: yellow;
  }

  50% {
    background-color: transparent;
  }

  100% {
    background-color: yellow;
  }
}

.blinking {
  animation: blink 0.5s linear infinite;
}

.comment-children .avatar img {
  height: 2rem;
  width: 2rem;
}

.tab.active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-white) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-gray-700) / var(--tw-text-opacity));
}

.tab.active:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-gray-800) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-gray-400) / var(--tw-text-opacity));
}

.search-modal, .give-money-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  transform: perspective(1px) scale(1.1);
  transition: visibility 0s linear .15s, opacity .15s 0s, transform .15s;
  z-index: 9999999;
  display: flex;
  align-items: center;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: perspective(1px) scale(1);
  transition: visibility 0s linear 0s, opacity .15s 0s, transform .15s;
  -webkit-backdrop-filter: saturate(97%) blur(41px);
          backdrop-filter: saturate(97%) blur(41px);
}

#nprogress {
  pointer-events: none
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  transform: rotate(3deg) translate(0, -4px)
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative
}

.nprogress-custom-parent #nprogress .bar, .nprogress-custom-parent #nprogress .spinner {
  position: absolute
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:right-3::before {
  content: var(--tw-content);
  right: 0.75rem;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:h-1::before {
  content: var(--tw-content);
  height: 0.25rem;
}

.before\:w-1::before {
  content: var(--tw-content);
  width: 0.25rem;
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-gray-300::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-gray-300) / var(--tw-bg-opacity));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:start-3::after {
  content: var(--tw-content);
  inset-inline-start: 0.75rem;
}

.after\:start-3\.5::after {
  content: var(--tw-content);
  inset-inline-start: 0.875rem;
}

.after\:top-7::after {
  content: var(--tw-content);
  top: 1.75rem;
}

.after\:top-\[100\%\]::after {
  content: var(--tw-content);
  top: 100%;
}

.after\:w-px::after {
  content: var(--tw-content);
  width: 1px;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:-translate-x-\[0\.5px\]::after {
  content: var(--tw-content);
  --tw-translate-x: -0.5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:border-\[6px\]::after {
  content: var(--tw-content);
  border-width: 6px;
}

.after\:border-x-transparent::after {
  content: var(--tw-content);
  border-left-color: transparent;
  border-right-color: transparent;
}

.after\:border-b-transparent::after {
  content: var(--tw-content);
  border-bottom-color: transparent;
}

.after\:border-t-gray-700::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(var(--tw-color-gray-700) / var(--tw-border-opacity));
}

.after\:bg-slate-200::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-slate-200) / var(--tw-bg-opacity));
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.first\:rounded-t:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.last\:rounded-b:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:pr-0:last-child {
  padding-right: 0px;
}

.last\:after\:hidden:last-child::after {
  content: var(--tw-content);
  display: none;
}

.last-of-type\:before\:hidden:last-of-type::before {
  content: var(--tw-content);
  display: none;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-blue-700) / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-gray-100) / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-gray-200) / var(--tw-bg-opacity));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-slate-100) / var(--tw-bg-opacity));
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-slate-200) / var(--tw-bg-opacity));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-slate-50) / var(--tw-bg-opacity));
}

.hover\:hover\:text-blue-600:hover:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-blue-600) / var(--tw-text-opacity));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-blue-500) / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-blue-600) / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-gray-700) / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--tw-color-blue-500) / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-blue-600) / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.prose-h3\:before\:content-\[\'\'\] :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
  --tw-content: '';
  content: var(--tw-content);
}

.prose-h4\:before\:content-\[\'\'\] :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 640px) {
  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:first\:ms-0:first-child {
    margin-inline-start: 0px;
  }

  .sm\:first\:rounded-s:first-child {
    border-start-start-radius: 0.25rem;
    border-end-start-radius: 0.25rem;
  }

  .sm\:first\:rounded-se-none:first-child {
    border-start-end-radius: 0px;
  }

  .sm\:last\:rounded-e:last-child {
    border-start-end-radius: 0.25rem;
    border-end-end-radius: 0.25rem;
  }

  .sm\:last\:rounded-es-none:last-child {
    border-end-start-radius: 0px;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
}

@media (min-width: 1280px) {
  .xl\:sticky {
    position: sticky;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:shrink-0 {
    flex-shrink: 0;
  }
}

.dark\:border-gray-700:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--tw-color-gray-700) / var(--tw-border-opacity));
}

.dark\:bg-gray-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-gray-700) / var(--tw-bg-opacity));
}

.dark\:bg-gray-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-gray-800) / var(--tw-bg-opacity));
}

.dark\:bg-slate-100:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-slate-100) / var(--tw-bg-opacity));
}

.dark\:bg-slate-900:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-slate-900) / var(--tw-bg-opacity));
}

.dark\:text-gray-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-gray-400) / var(--tw-text-opacity));
}

.dark\:text-sky-300:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-sky-300) / var(--tw-text-opacity));
}

.dark\:text-white:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-white) / var(--tw-text-opacity));
}

.dark\:placeholder-slate-600:where(.dark, .dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(var(--tw-color-slate-600) / var(--tw-placeholder-opacity));
}

.dark\:placeholder-slate-600:where(.dark, .dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(var(--tw-color-slate-600) / var(--tw-placeholder-opacity));
}

.dark\:shadow-slate-700\/\[\.7\]:where(.dark, .dark *) {
  --tw-shadow-color: rgb(var(--tw-color-slate-700) / .7);
  --tw-shadow: var(--tw-shadow-colored);
}

.dark\:before\:bg-gray-600:where(.dark, .dark *)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-gray-600) / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-gray-600) / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-700:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tw-color-gray-700) / var(--tw-bg-opacity));
}

.dark\:hover\:text-gray-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-gray-400) / var(--tw-text-opacity));
}

.dark\:hover\:text-white:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(var(--tw-color-white) / var(--tw-text-opacity));
}

.dark\:focus\:outline-none:focus:where(.dark, .dark *) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.dark\:focus\:ring-1:focus:where(.dark, .dark *) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.dark\:focus\:ring-offset-gray-800:focus:where(.dark, .dark *) {
  --tw-ring-offset-color: rgb(var(--tw-color-gray-800) / 1);
}