/*
! 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 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: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          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]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

/*
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 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: inherit;
          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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 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,
[data-theme] {
  background-color: rgba(255, 255, 255,1);
  background-color: color(display-p3 1.00000 1.00000 1.00000/1);
  background-color: var(--fallback-b1,oklch(var(--b1)/1));
  color: rgba(31, 41, 55,1);
  color: color(display-p3 0.12940 0.15964 0.21097/1);
  color: var(--fallback-bc,oklch(var(--bc)/1));
}

@supports not (color: oklch(0% 0 0)) {

  :root {
    color-scheme: light;
    --fallback-p: #491eff;
    --fallback-pc: #d4dbff;
    --fallback-s: #ff41c7;
    --fallback-sc: #fff9fc;
    --fallback-a: #00cfbd;
    --fallback-ac: #00100d;
    --fallback-n: #2b3440;
    --fallback-nc: #d7dde4;
    --fallback-b1: #ffffff;
    --fallback-b2: #e5e6e6;
    --fallback-b3: #e5e6e6;
    --fallback-bc: #1f2937;
    --fallback-in: #00b3f0;
    --fallback-inc: #000000;
    --fallback-su: #00ca92;
    --fallback-suc: #000000;
    --fallback-wa: #ffc22d;
    --fallback-wac: #000000;
    --fallback-er: #ff6f70;
    --fallback-erc: #000000;
  }

  @media (color-index: 48) {

    :root {
      color-scheme: dark;
      --fallback-p: #7582ff;
      --fallback-pc: #050617;
      --fallback-s: #ff71cf;
      --fallback-sc: #190211;
      --fallback-a: #00c7b5;
      --fallback-ac: #000e0c;
      --fallback-n: #2a323c;
      --fallback-nc: #a6adbb;
      --fallback-b1: #1d232a;
      --fallback-b2: #191e24;
      --fallback-b3: #15191e;
      --fallback-bc: #a6adbb;
      --fallback-in: #00b3f0;
      --fallback-inc: #000000;
      --fallback-su: #00ca92;
      --fallback-suc: #000000;
      --fallback-wa: #ffc22d;
      --fallback-wac: #000000;
      --fallback-er: #ff6f70;
      --fallback-erc: #000000;
    }
  }

  @media (color: 48842621) {

    :root {
      color-scheme: dark;
      --fallback-p: #7582ff;
      --fallback-pc: #050617;
      --fallback-s: #ff71cf;
      --fallback-sc: #190211;
      --fallback-a: #00c7b5;
      --fallback-ac: #000e0c;
      --fallback-n: #2a323c;
      --fallback-nc: #a6adbb;
      --fallback-b1: #1d232a;
      --fallback-b2: #191e24;
      --fallback-b3: #15191e;
      --fallback-bc: #a6adbb;
      --fallback-in: #00b3f0;
      --fallback-inc: #000000;
      --fallback-su: #00ca92;
      --fallback-suc: #000000;
      --fallback-wa: #ffc22d;
      --fallback-wac: #000000;
      --fallback-er: #ff6f70;
      --fallback-erc: #000000;
    }
  }

  @media (prefers-color-scheme: dark) {

    :root {
      color-scheme: dark;
      --fallback-p: #7582ff;
      --fallback-pc: #050617;
      --fallback-s: #ff71cf;
      --fallback-sc: #190211;
      --fallback-a: #00c7b5;
      --fallback-ac: #000e0c;
      --fallback-n: #2a323c;
      --fallback-nc: #a6adbb;
      --fallback-b1: #1d232a;
      --fallback-b2: #191e24;
      --fallback-b3: #15191e;
      --fallback-bc: #a6adbb;
      --fallback-in: #00b3f0;
      --fallback-inc: #000000;
      --fallback-su: #00ca92;
      --fallback-suc: #000000;
      --fallback-wa: #ffc22d;
      --fallback-wac: #000000;
      --fallback-er: #ff6f70;
      --fallback-erc: #000000;
    }
  }
}

html {
  -webkit-tap-highlight-color: transparent;
}

:root {
  color-scheme: light;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 89.824% 0.06192 275.75;
  --ac: 15.352% 0.0368 183.61;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 49.12% 0.3096 275.75;
  --s: 69.71% 0.329 342.55;
  --sc: 98.71% 0.0106 342.55;
  --a: 76.76% 0.184 183.61;
  --n: 32.1785% 0.02476 255.701624;
  --nc: 89.4994% 0.011585 252.096176;
  --b1: 100% 0 0;
  --b2: 96.1151% 0 0;
  --b3: 92.4169% 0.00108 197.137559;
  --bc: 27.8078% 0.029596 256.847952;
}

@media (color-index: 48) {

  :root {
    color-scheme: dark;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --pc: 13.138% 0.0392 275.75;
    --sc: 14.96% 0.052 342.55;
    --ac: 14.902% 0.0334 183.61;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 65.69% 0.196 275.75;
    --s: 74.8% 0.26 342.55;
    --a: 74.51% 0.167 183.61;
    --n: 31.3815% 0.021108 254.139175;
    --nc: 74.6477% 0.0216 264.435964;
    --b1: 25.3267% 0.015896 252.417568;
    --b2: 23.2607% 0.013807 253.100675;
    --b3: 21.1484% 0.01165 254.087939;
    --bc: 74.6477% 0.0216 264.435964;
  }
}

@media (color: 48842621) {

  :root {
    color-scheme: dark;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --pc: 13.138% 0.0392 275.75;
    --sc: 14.96% 0.052 342.55;
    --ac: 14.902% 0.0334 183.61;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 65.69% 0.196 275.75;
    --s: 74.8% 0.26 342.55;
    --a: 74.51% 0.167 183.61;
    --n: 31.3815% 0.021108 254.139175;
    --nc: 74.6477% 0.0216 264.435964;
    --b1: 25.3267% 0.015896 252.417568;
    --b2: 23.2607% 0.013807 253.100675;
    --b3: 21.1484% 0.01165 254.087939;
    --bc: 74.6477% 0.0216 264.435964;
  }
}

@media (prefers-color-scheme: dark) {

  :root {
    color-scheme: dark;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --pc: 13.138% 0.0392 275.75;
    --sc: 14.96% 0.052 342.55;
    --ac: 14.902% 0.0334 183.61;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 65.69% 0.196 275.75;
    --s: 74.8% 0.26 342.55;
    --a: 74.51% 0.167 183.61;
    --n: 31.3815% 0.021108 254.139175;
    --nc: 74.6477% 0.0216 264.435964;
    --b1: 25.3267% 0.015896 252.417568;
    --b2: 23.2607% 0.013807 253.100675;
    --b3: 21.1484% 0.01165 254.087939;
    --bc: 74.6477% 0.0216 264.435964;
  }
}

[data-theme=light] {
  color-scheme: light;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 89.824% 0.06192 275.75;
  --ac: 15.352% 0.0368 183.61;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 49.12% 0.3096 275.75;
  --s: 69.71% 0.329 342.55;
  --sc: 98.71% 0.0106 342.55;
  --a: 76.76% 0.184 183.61;
  --n: 32.1785% 0.02476 255.701624;
  --nc: 89.4994% 0.011585 252.096176;
  --b1: 100% 0 0;
  --b2: 96.1151% 0 0;
  --b3: 92.4169% 0.00108 197.137559;
  --bc: 27.8078% 0.029596 256.847952;
}

[data-theme=dark] {
  color-scheme: dark;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 13.138% 0.0392 275.75;
  --sc: 14.96% 0.052 342.55;
  --ac: 14.902% 0.0334 183.61;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 65.69% 0.196 275.75;
  --s: 74.8% 0.26 342.55;
  --a: 74.51% 0.167 183.61;
  --n: 31.3815% 0.021108 254.139175;
  --nc: 74.6477% 0.0216 264.435964;
  --b1: 25.3267% 0.015896 252.417568;
  --b2: 23.2607% 0.013807 253.100675;
  --b3: 21.1484% 0.01165 254.087939;
  --bc: 74.6477% 0.0216 264.435964;
}

[data-theme=cupcake] {
  color-scheme: light;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 15.2344% 0.017892 200.026556;
  --sc: 15.787% 0.020249 356.29965;
  --ac: 15.8762% 0.029206 78.618794;
  --nc: 84.7148% 0.013247 313.189598;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --p: 76.172% 0.089459 200.026556;
  --s: 78.9351% 0.101246 356.29965;
  --a: 79.3811% 0.146032 78.618794;
  --n: 23.5742% 0.066235 313.189598;
  --b1: 97.7882% 0.00418 56.375637;
  --b2: 93.9822% 0.007638 61.449292;
  --b3: 91.5861% 0.006811 53.440502;
  --bc: 23.5742% 0.066235 313.189598;
  --rounded-btn: 1.9rem;
  --tab-border: 2px;
  --tab-radius: 0.7rem;
}

[data-theme=bumblebee] {
  color-scheme: light;
  --b2: 93% 0 0;
  --b3: 86% 0 0;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --bc: 20% 0 0;
  --ac: 16.254% 0.0314 56.52;
  --nc: 82.55% 0.015 281.99;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 89.51% 0.2132 96.61;
  --pc: 38.92% 0.046 96.61;
  --s: 80.39% 0.194 70.76;
  --sc: 39.38% 0.068 70.76;
  --a: 81.27% 0.157 56.52;
  --n: 12.75% 0.075 281.99;
  --b1: 100% 0 0;
}

[data-theme=emerald] {
  color-scheme: light;
  --b2: 93% 0 0;
  --b3: 86% 0 0;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 76.6626% 0.135433 153.450024;
  --pc: 33.3872% 0.040618 162.240129;
  --s: 61.3028% 0.202368 261.294233;
  --sc: 100% 0 0;
  --a: 72.7725% 0.149783 33.200363;
  --ac: 0% 0 0;
  --n: 35.5192% 0.032071 262.988584;
  --nc: 98.4625% 0.001706 247.838921;
  --b1: 100% 0 0;
  --bc: 35.5192% 0.032071 262.988584;
  --animation-btn: 0;
  --animation-input: 0;
  --btn-focus-scale: 1;
}

[data-theme=corporate] {
  color-scheme: light;
  --b2: 93% 0 0;
  --b3: 86% 0 0;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 12.078% 0.0456 269.1;
  --sc: 13.0739% 0.010951 256.688055;
  --ac: 15.3934% 0.022799 163.57888;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 60.39% 0.228 269.1;
  --s: 65.3694% 0.054756 256.688055;
  --a: 76.9669% 0.113994 163.57888;
  --n: 22.3899% 0.031305 278.07229;
  --nc: 95.8796% 0.008588 247.915135;
  --b1: 100% 0 0;
  --bc: 22.3899% 0.031305 278.07229;
  --rounded-box: 0.25rem;
  --rounded-btn: .125rem;
  --rounded-badge: .125rem;
  --tab-radius: 0.25rem;
  --animation-btn: 0;
  --animation-input: 0;
  --btn-focus-scale: 1;
}

[data-theme=synthwave] {
  color-scheme: dark;
  --b2: 20.2941% 0.076211 287.835609;
  --b3: 18.7665% 0.070475 287.835609;
  --pc: 14.4421% 0.031903 342.009383;
  --sc: 15.6543% 0.02362 227.382405;
  --ac: 17.608% 0.0412 93.72;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 72.2105% 0.159514 342.009383;
  --s: 78.2714% 0.118101 227.382405;
  --a: 88.04% 0.206 93.72;
  --n: 25.5554% 0.103537 286.507967;
  --nc: 97.9365% 0.00819 301.358346;
  --b1: 21.8216% 0.081948 287.835609;
  --bc: 97.9365% 0.00819 301.358346;
  --in: 76.5197% 0.12273 231.831603;
  --inc: 23.5017% 0.096418 290.329844;
  --su: 86.0572% 0.115038 178.624677;
  --suc: 23.5017% 0.096418 290.329844;
  --wa: 85.531% 0.122117 93.722227;
  --wac: 23.5017% 0.096418 290.329844;
  --er: 73.7005% 0.121339 32.639257;
  --erc: 23.5017% 0.096418 290.329844;
}

[data-theme=retro] {
  color-scheme: light;
  --inc: 90.923% 0.043042 262.880917;
  --suc: 12.541% 0.033982 149.213788;
  --wac: 13.3168% 0.031484 58.31834;
  --erc: 13.144% 0.0398 27.33;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 76.8664% 0.104092 22.664655;
  --pc: 26.5104% 0.006243 0.522862;
  --s: 80.7415% 0.052534 159.094608;
  --sc: 26.5104% 0.006243 0.522862;
  --a: 70.3919% 0.125455 52.953428;
  --ac: 26.5104% 0.006243 0.522862;
  --n: 28.4181% 0.009519 355.534017;
  --nc: 92.5604% 0.025113 89.217311;
  --b1: 91.6374% 0.034554 90.51575;
  --b2: 88.2722% 0.049418 91.774344;
  --b3: 84.133% 0.065952 90.856665;
  --bc: 26.5104% 0.006243 0.522862;
  --in: 54.615% 0.215208 262.880917;
  --su: 62.7052% 0.169912 149.213788;
  --wa: 66.584% 0.157422 58.31834;
  --er: 65.72% 0.199 27.33;
  --rounded-box: 0.4rem;
  --rounded-btn: 0.4rem;
  --rounded-badge: 0.4rem;
  --tab-radius: 0.4rem;
}

[data-theme=cyberpunk] {
  color-scheme: light;
  --b2: 87.8943% 0.16647 104.32;
  --b3: 81.2786% 0.15394 104.32;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --bc: 18.902% 0.0358 104.32;
  --pc: 14.844% 0.0418 6.35;
  --sc: 16.666% 0.0368 204.72;
  --ac: 14.372% 0.04352 310.43;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  --p: 74.22% 0.209 6.35;
  --s: 83.33% 0.184 204.72;
  --a: 71.86% 0.2176 310.43;
  --n: 23.04% 0.065 269.31;
  --nc: 94.51% 0.179 104.32;
  --b1: 94.51% 0.179 104.32;
  --rounded-box: 0;
  --rounded-btn: 0;
  --rounded-badge: 0;
  --tab-radius: 0;
}

[data-theme=valentine] {
  color-scheme: light;
  --b2: 88.0567% 0.024834 337.06289;
  --b3: 81.4288% 0.022964 337.06289;
  --pc: 13.7239% 0.030755 15.066527;
  --sc: 14.3942% 0.029258 293.189609;
  --ac: 14.2537% 0.014961 197.828857;
  --inc: 90.923% 0.043042 262.880917;
  --suc: 12.541% 0.033982 149.213788;
  --wac: 13.3168% 0.031484 58.31834;
  --erc: 14.614% 0.0414 27.33;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 68.6197% 0.153774 15.066527;
  --s: 71.971% 0.14629 293.189609;
  --a: 71.2685% 0.074804 197.828857;
  --n: 54.6053% 0.143342 358.004839;
  --nc: 90.2701% 0.037202 336.955191;
  --b1: 94.6846% 0.026703 337.06289;
  --bc: 37.3085% 0.081131 4.606426;
  --in: 54.615% 0.215208 262.880917;
  --su: 62.7052% 0.169912 149.213788;
  --wa: 66.584% 0.157422 58.31834;
  --er: 73.07% 0.207 27.33;
  --rounded-btn: 1.9rem;
  --tab-radius: 0.7rem;
}

[data-theme=halloween] {
  color-scheme: dark;
  --b2: 23.0416% 0 0;
  --b3: 21.3072% 0 0;
  --bc: 84.9552% 0 0;
  --sc: 89.196% 0.0496 305.03;
  --nc: 84.8742% 0.009322 65.681484;
  --inc: 90.923% 0.043042 262.880917;
  --suc: 12.541% 0.033982 149.213788;
  --wac: 13.3168% 0.031484 58.31834;
  --erc: 13.144% 0.0398 27.33;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 77.48% 0.204 60.62;
  --pc: 19.6935% 0.004671 196.779412;
  --s: 45.98% 0.248 305.03;
  --a: 64.8% 0.223 136.073479;
  --ac: 0% 0 0;
  --n: 24.371% 0.046608 65.681484;
  --b1: 24.7759% 0 0;
  --in: 54.615% 0.215208 262.880917;
  --su: 62.7052% 0.169912 149.213788;
  --wa: 66.584% 0.157422 58.31834;
  --er: 65.72% 0.199 27.33;
}

[data-theme=garden] {
  color-scheme: light;
  --b2: 86.4453% 0.002011 17.197414;
  --b3: 79.9386% 0.00186 17.197414;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --sc: 89.699% 0.022197 355.095988;
  --ac: 11.2547% 0.010859 154.390187;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 62.45% 0.278 3.83636;
  --pc: 100% 0 0;
  --s: 48.4952% 0.110985 355.095988;
  --a: 56.2735% 0.054297 154.390187;
  --n: 24.1559% 0.049362 89.070594;
  --nc: 92.9519% 0.002163 17.197414;
  --b1: 92.9519% 0.002163 17.197414;
  --bc: 16.9617% 0.001664 17.32068;
}

[data-theme=forest] {
  color-scheme: dark;
  --b2: 17.522% 0.007709 17.911578;
  --b3: 16.2032% 0.007129 17.911578;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --bc: 83.7682% 0.001658 17.911578;
  --sc: 13.9553% 0.027077 168.327128;
  --ac: 14.1257% 0.02389 185.713193;
  --nc: 86.1397% 0.007806 171.364646;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 68.6283% 0.185567 148.958922;
  --pc: 0% 0 0;
  --s: 69.7764% 0.135385 168.327128;
  --a: 70.6285% 0.119451 185.713193;
  --n: 30.6985% 0.039032 171.364646;
  --b1: 18.8409% 0.00829 17.911578;
  --rounded-btn: 1.9rem;
}

[data-theme=aqua] {
  color-scheme: dark;
  --b2: 45.3464% 0.118611 261.181672;
  --b3: 41.9333% 0.109683 261.181672;
  --bc: 89.7519% 0.025508 261.181672;
  --sc: 12.1365% 0.02175 309.782946;
  --ac: 18.6854% 0.020445 94.555431;
  --nc: 12.2124% 0.023402 243.760661;
  --inc: 90.923% 0.043042 262.880917;
  --suc: 12.541% 0.033982 149.213788;
  --wac: 13.3168% 0.031484 58.31834;
  --erc: 14.79% 0.038 27.33;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 85.6617% 0.14498 198.6458;
  --pc: 40.1249% 0.068266 197.603872;
  --s: 60.6827% 0.108752 309.782946;
  --a: 93.4269% 0.102225 94.555431;
  --n: 61.0622% 0.117009 243.760661;
  --b1: 48.7596% 0.127539 261.181672;
  --in: 54.615% 0.215208 262.880917;
  --su: 62.7052% 0.169912 149.213788;
  --wa: 66.584% 0.157422 58.31834;
  --er: 73.95% 0.19 27.33;
}

[data-theme=lofi] {
  color-scheme: light;
  --inc: 15.908% 0.0206 205.9;
  --suc: 18.026% 0.0306 164.14;
  --wac: 17.674% 0.027 79.94;
  --erc: 15.732% 0.03 28.47;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 15.9066% 0 0;
  --pc: 100% 0 0;
  --s: 21.455% 0.001566 17.278957;
  --sc: 100% 0 0;
  --a: 26.8618% 0 0;
  --ac: 100% 0 0;
  --n: 0% 0 0;
  --nc: 100% 0 0;
  --b1: 100% 0 0;
  --b2: 96.1151% 0 0;
  --b3: 92.268% 0.001082 17.17934;
  --bc: 0% 0 0;
  --in: 79.54% 0.103 205.9;
  --su: 90.13% 0.153 164.14;
  --wa: 88.37% 0.135 79.94;
  --er: 78.66% 0.15 28.47;
  --rounded-box: 0.25rem;
  --rounded-btn: 0.125rem;
  --rounded-badge: 0.125rem;
  --tab-radius: 0.125rem;
  --animation-btn: 0;
  --animation-input: 0;
  --btn-focus-scale: 1;
}

[data-theme=pastel] {
  color-scheme: light;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --bc: 20% 0 0;
  --pc: 16.6166% 0.006979 316.8737;
  --sc: 17.6153% 0.009839 8.688364;
  --ac: 17.8419% 0.012056 170.923263;
  --nc: 14.2681% 0.014702 228.183906;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 83.0828% 0.034896 316.8737;
  --s: 88.0763% 0.049197 8.688364;
  --a: 89.2096% 0.06028 170.923263;
  --n: 71.3406% 0.07351 228.183906;
  --b1: 100% 0 0;
  --b2: 98.4625% 0.001706 247.838921;
  --b3: 87.1681% 0.009339 258.338227;
  --rounded-btn: 1.9rem;
  --tab-radius: 0.7rem;
}

[data-theme=fantasy] {
  color-scheme: light;
  --b2: 93% 0 0;
  --b3: 86% 0 0;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 87.49% 0.0378 325.02;
  --sc: 90.784% 0.0324 241.36;
  --ac: 15.196% 0.0408 56.72;
  --nc: 85.5616% 0.005919 256.847952;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 37.45% 0.189 325.02;
  --s: 53.92% 0.162 241.36;
  --a: 75.98% 0.204 56.72;
  --n: 27.8078% 0.029596 256.847952;
  --b1: 100% 0 0;
  --bc: 27.8078% 0.029596 256.847952;
}

[data-theme=wireframe] {
  color-scheme: light;
  --bc: 20% 0 0;
  --pc: 15.6521% 0 0;
  --sc: 15.6521% 0 0;
  --ac: 15.6521% 0 0;
  --nc: 18.8014% 0 0;
  --inc: 89.0403% 0.062643 264.052021;
  --suc: 90.395% 0.035372 142.495339;
  --wac: 14.1626% 0.019994 108.702381;
  --erc: 12.5591% 0.051537 29.233885;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  font-family: Chalkboard,comic sans ms,'sans-serif';
  --p: 78.2604% 0 0;
  --s: 78.2604% 0 0;
  --a: 78.2604% 0 0;
  --n: 94.007% 0 0;
  --b1: 100% 0 0;
  --b2: 94.9119% 0 0;
  --b3: 89.7547% 0 0;
  --in: 45.2014% 0.313214 264.052021;
  --su: 51.9752% 0.176858 142.495339;
  --wa: 70.8131% 0.099969 108.702381;
  --er: 62.7955% 0.257683 29.233885;
  --rounded-box: 0.2rem;
  --rounded-btn: 0.2rem;
  --rounded-badge: 0.2rem;
  --tab-radius: 0.2rem;
}

[data-theme=black] {
  color-scheme: dark;
  --pc: 86.736% 0 0;
  --sc: 86.736% 0 0;
  --ac: 86.736% 0 0;
  --nc: 86.736% 0 0;
  --inc: 89.0403% 0.062643 264.052021;
  --suc: 90.395% 0.035372 142.495339;
  --wac: 19.3597% 0.042201 109.769232;
  --erc: 12.5591% 0.051537 29.233885;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 33.6799% 0 0;
  --s: 33.6799% 0 0;
  --a: 33.6799% 0 0;
  --b1: 0% 0 0;
  --b2: 19.1251% 0 0;
  --b3: 26.8618% 0 0;
  --bc: 87.6096% 0 0;
  --n: 33.6799% 0 0;
  --in: 45.2014% 0.313214 264.052021;
  --su: 51.9752% 0.176858 142.495339;
  --wa: 96.7983% 0.211006 109.769232;
  --er: 62.7955% 0.257683 29.233885;
  --rounded-box: 0;
  --rounded-btn: 0;
  --rounded-badge: 0;
  --animation-btn: 0;
  --animation-input: 0;
  --btn-focus-scale: 1;
  --tab-radius: 0;
}

[data-theme=luxury] {
  color-scheme: dark;
  --pc: 20% 0 0;
  --sc: 85.5163% 0.012821 261.069149;
  --ac: 87.3349% 0.010348 338.82597;
  --inc: 15.8122% 0.024356 237.133883;
  --suc: 15.6239% 0.038579 132.154381;
  --wac: 17.2255% 0.027305 102.89115;
  --erc: 14.3506% 0.035271 22.568916;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 100% 0 0;
  --s: 27.5815% 0.064106 261.069149;
  --a: 36.6744% 0.051741 338.82597;
  --n: 24.27% 0.057015 59.825019;
  --nc: 93.2033% 0.089631 90.861683;
  --b1: 14.0765% 0.004386 285.822869;
  --b2: 20.2191% 0.004211 308.22937;
  --b3: 29.8961% 0.003818 308.318612;
  --bc: 75.6879% 0.123666 76.890484;
  --in: 79.0612% 0.121778 237.133883;
  --su: 78.1197% 0.192894 132.154381;
  --wa: 86.1274% 0.136524 102.89115;
  --er: 71.7531% 0.176357 22.568916;
}

[data-theme=dracula] {
  color-scheme: dark;
  --b2: 26.8053% 0.020556 277.508664;
  --b3: 24.7877% 0.019009 277.508664;
  --pc: 15.0922% 0.036614 346.812432;
  --sc: 14.8405% 0.029709 301.883095;
  --ac: 16.6785% 0.024826 66.558491;
  --nc: 87.8891% 0.006515 275.524078;
  --inc: 17.6526% 0.018676 212.846491;
  --suc: 17.4199% 0.043903 148.024881;
  --wac: 19.1068% 0.026849 112.757109;
  --erc: 13.6441% 0.041266 24.430965;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 75.4611% 0.18307 346.812432;
  --s: 74.2023% 0.148546 301.883095;
  --a: 83.3927% 0.124132 66.558491;
  --n: 39.4456% 0.032576 275.524078;
  --b1: 28.8229% 0.022103 277.508664;
  --bc: 97.7477% 0.007913 106.545019;
  --in: 88.263% 0.09338 212.846491;
  --su: 87.0995% 0.219516 148.024881;
  --wa: 95.5338% 0.134246 112.757109;
  --er: 68.2204% 0.206328 24.430965;
}

[data-theme=cmyk] {
  color-scheme: light;
  --b2: 93% 0 0;
  --b3: 86% 0 0;
  --bc: 20% 0 0;
  --pc: 14.3544% 0.02666 239.443325;
  --sc: 12.8953% 0.040552 359.339283;
  --ac: 18.8458% 0.037948 105.306968;
  --nc: 84.3557% 0 0;
  --inc: 13.6952% 0.0189 217.284104;
  --suc: 89.3898% 0.032505 321.406278;
  --wac: 14.2473% 0.031969 52.023412;
  --erc: 12.4027% 0.041677 28.717543;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 71.7722% 0.133298 239.443325;
  --s: 64.4766% 0.202758 359.339283;
  --a: 94.2289% 0.189741 105.306968;
  --n: 21.7787% 0 0;
  --b1: 100% 0 0;
  --in: 68.4759% 0.094499 217.284104;
  --su: 46.949% 0.162524 321.406278;
  --wa: 71.2364% 0.159843 52.023412;
  --er: 62.0133% 0.208385 28.717543;
}

[data-theme=autumn] {
  color-scheme: light;
  --b2: 89.1077% 0 0;
  --b3: 82.4006% 0 0;
  --bc: 19.1629% 0 0;
  --pc: 88.1446% 0.032232 17.530175;
  --sc: 12.3353% 0.033821 23.865865;
  --ac: 14.6851% 0.018999 60.729616;
  --nc: 90.8734% 0.007475 51.902819;
  --inc: 13.8449% 0.019596 207.284192;
  --suc: 12.199% 0.016032 174.616213;
  --wac: 14.0163% 0.032982 56.844303;
  --erc: 90.614% 0.0482 24.16;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 40.7232% 0.16116 17.530175;
  --s: 61.6763% 0.169105 23.865865;
  --a: 73.4253% 0.094994 60.729616;
  --n: 54.3672% 0.037374 51.902819;
  --b1: 95.8147% 0 0;
  --in: 69.2245% 0.097979 207.284192;
  --su: 60.9951% 0.080159 174.616213;
  --wa: 70.0817% 0.164909 56.844303;
  --er: 53.07% 0.241 24.16;
}

[data-theme=business] {
  color-scheme: dark;
  --b2: 22.6487% 0 0;
  --b3: 20.944% 0 0;
  --bc: 84.8707% 0 0;
  --pc: 88.3407% 0.019811 251.473931;
  --sc: 12.8185% 0.005481 229.389418;
  --ac: 13.4542% 0.033545 35.791525;
  --nc: 85.4882% 0.00265 253.041249;
  --inc: 12.5233% 0.028702 240.033697;
  --suc: 14.0454% 0.018919 156.59611;
  --wac: 15.4965% 0.023141 81.519177;
  --erc: 90.3221% 0.029356 29.674507;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 41.7036% 0.099057 251.473931;
  --s: 64.0924% 0.027405 229.389418;
  --a: 67.271% 0.167726 35.791525;
  --n: 27.441% 0.01325 253.041249;
  --b1: 24.3535% 0 0;
  --in: 62.6163% 0.143511 240.033697;
  --su: 70.2268% 0.094594 156.59611;
  --wa: 77.4824% 0.115704 81.519177;
  --er: 51.6105% 0.14678 29.674507;
  --rounded-box: 0.25rem;
  --rounded-btn: .125rem;
  --rounded-badge: .125rem;
}

[data-theme=acid] {
  color-scheme: light;
  --b2: 91.6146% 0 0;
  --b3: 84.7189% 0 0;
  --bc: 19.7021% 0 0;
  --pc: 14.38% 0.0714 330.759573;
  --sc: 14.674% 0.0448 48.250878;
  --ac: 18.556% 0.0528 122.962951;
  --nc: 84.262% 0.0256 278.68;
  --inc: 12.144% 0.0454 252.05;
  --suc: 17.144% 0.0532 158.53;
  --wac: 18.202% 0.0424 100.5;
  --erc: 12.968% 0.0586 29.349188;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 71.9% 0.357 330.759573;
  --s: 73.37% 0.224 48.250878;
  --a: 92.78% 0.264 122.962951;
  --n: 21.31% 0.128 278.68;
  --b1: 98.5104% 0 0;
  --in: 60.72% 0.227 252.05;
  --su: 85.72% 0.266 158.53;
  --wa: 91.01% 0.212 100.5;
  --er: 64.84% 0.293 29.349188;
  --rounded-box: 1.25rem;
  --rounded-btn: 1rem;
  --rounded-badge: 1rem;
  --tab-radius: 0.7rem;
}

[data-theme=lemonade] {
  color-scheme: light;
  --b2: 91.8003% 0.0186 123.72;
  --b3: 84.8906% 0.0172 123.72;
  --bc: 19.742% 0.004 123.72;
  --pc: 11.784% 0.0398 134.6;
  --sc: 15.55% 0.0392 111.09;
  --ac: 17.078% 0.0402 100.73;
  --nc: 86.196% 0.015 108.6;
  --inc: 17.238% 0.0094 224.14;
  --suc: 17.238% 0.0094 157.85;
  --wac: 17.238% 0.0094 102.15;
  --erc: 17.238% 0.0094 25.85;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 58.92% 0.199 134.6;
  --s: 77.75% 0.196 111.09;
  --a: 85.39% 0.201 100.73;
  --n: 30.98% 0.075 108.6;
  --b1: 98.71% 0.02 123.72;
  --in: 86.19% 0.047 224.14;
  --su: 86.19% 0.047 157.85;
  --wa: 86.19% 0.047 102.15;
  --er: 86.19% 0.047 25.85;
}

[data-theme=night] {
  color-scheme: dark;
  --b2: 19.3144% 0.037037 265.754874;
  --b3: 17.8606% 0.034249 265.754874;
  --bc: 84.1536% 0.007965 265.754874;
  --pc: 15.0703% 0.027798 232.66148;
  --sc: 13.6023% 0.031661 276.934902;
  --ac: 14.4721% 0.035244 350.048739;
  --nc: 85.5899% 0.00737 260.030984;
  --suc: 15.6904% 0.026506 181.911977;
  --wac: 16.6486% 0.027912 82.95003;
  --erc: 14.3572% 0.034051 13.11834;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 75.3513% 0.138989 232.66148;
  --s: 68.0113% 0.158303 276.934902;
  --a: 72.3603% 0.176218 350.048739;
  --n: 27.9495% 0.036848 260.030984;
  --b1: 20.7682% 0.039824 265.754874;
  --in: 68.4553% 0.148062 237.25135;
  --inc: 0% 0 0;
  --su: 78.452% 0.132529 181.911977;
  --wa: 83.2428% 0.139558 82.95003;
  --er: 71.7858% 0.170255 13.11834;
}

[data-theme=coffee] {
  color-scheme: dark;
  --b2: 20.1585% 0.021457 329.708637;
  --b3: 18.6412% 0.019842 329.708637;
  --pc: 14.3993% 0.024765 62.756393;
  --sc: 86.893% 0.00597 199.19444;
  --ac: 88.5243% 0.014881 224.389184;
  --nc: 83.3022% 0.003149 326.261446;
  --inc: 15.898% 0.012774 184.558367;
  --suc: 14.9445% 0.014491 131.116276;
  --wac: 17.6301% 0.028162 87.722413;
  --erc: 15.4637% 0.025644 31.871922;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 71.9967% 0.123825 62.756393;
  --s: 34.465% 0.029849 199.19444;
  --a: 42.6213% 0.074405 224.389184;
  --n: 16.5109% 0.015743 326.261446;
  --b1: 21.6758% 0.023072 329.708637;
  --bc: 72.3547% 0.092794 79.129387;
  --in: 79.4902% 0.063869 184.558367;
  --su: 74.7224% 0.072456 131.116276;
  --wa: 88.1503% 0.140812 87.722413;
  --er: 77.3187% 0.12822 31.871922;
}

[data-theme=winter] {
  color-scheme: light;
  --pc: 91.372% 0.051 257.57;
  --sc: 88.5103% 0.03222 282.339433;
  --ac: 11.988% 0.038303 335.171434;
  --nc: 83.9233% 0.012704 257.651965;
  --inc: 17.6255% 0.017178 214.515264;
  --suc: 16.0988% 0.015404 197.823719;
  --wac: 17.8345% 0.009167 71.47031;
  --erc: 14.6185% 0.022037 20.076293;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 56.86% 0.255 257.57;
  --s: 42.5516% 0.161098 282.339433;
  --a: 59.9398% 0.191515 335.171434;
  --n: 19.6166% 0.063518 257.651965;
  --b1: 100% 0 0;
  --b2: 97.4663% 0.011947 259.822565;
  --b3: 93.2686% 0.016223 262.751375;
  --bc: 41.8869% 0.053885 255.824911;
  --in: 88.1275% 0.085888 214.515264;
  --su: 80.4941% 0.077019 197.823719;
  --wa: 89.1725% 0.045833 71.47031;
  --er: 73.0926% 0.110185 20.076293;
}

[data-theme=dim] {
  color-scheme: dark;
  --pc: 17.2267% 0.028331 139.549991;
  --sc: 14.6752% 0.033181 35.353059;
  --ac: 14.8459% 0.026728 311.37924;
  --inc: 17.2157% 0.028409 206.182959;
  --suc: 17.2343% 0.028437 166.534048;
  --wac: 17.2327% 0.028447 94.818679;
  --erc: 16.4838% 0.019914 33.756357;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 86.1335% 0.141656 139.549991;
  --s: 73.3759% 0.165904 35.353059;
  --a: 74.2296% 0.133641 311.37924;
  --n: 24.7311% 0.020483 264.094728;
  --nc: 82.9011% 0.031335 222.959324;
  --b1: 30.8577% 0.023243 264.149498;
  --b2: 28.0368% 0.01983 264.182074;
  --b3: 26.3469% 0.018403 262.177739;
  --bc: 82.9011% 0.031335 222.959324;
  --in: 86.0785% 0.142046 206.182959;
  --su: 86.1717% 0.142187 166.534048;
  --wa: 86.1634% 0.142236 94.818679;
  --er: 82.4189% 0.09957 33.756357;
}

[data-theme=nord] {
  color-scheme: light;
  --pc: 11.8872% 0.015449 254.027774;
  --sc: 13.9303% 0.011822 248.687186;
  --ac: 15.4929% 0.01245 217.469017;
  --inc: 13.8414% 0.012499 332.664922;
  --suc: 15.3654% 0.01498 131.063061;
  --wac: 17.0972% 0.017847 84.093335;
  --erc: 12.122% 0.024119 15.341883;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 59.4359% 0.077246 254.027774;
  --s: 69.6516% 0.059108 248.687186;
  --a: 77.4643% 0.062249 217.469017;
  --n: 45.229% 0.035214 264.1312;
  --nc: 89.9258% 0.016374 262.749256;
  --b1: 95.1276% 0.007445 260.731539;
  --b2: 93.2996% 0.010389 261.788485;
  --b3: 89.9258% 0.016374 262.749256;
  --bc: 32.4374% 0.022945 264.182036;
  --in: 69.2072% 0.062496 332.664922;
  --su: 76.827% 0.074899 131.063061;
  --wa: 85.4862% 0.089234 84.093335;
  --er: 60.61% 0.120594 15.341883;
  --rounded-box: 0.4rem;
  --rounded-btn: 0.2rem;
  --rounded-badge: 0.4rem;
  --tab-radius: 0.2rem;
}

[data-theme=sunset] {
  color-scheme: dark;
  --pc: 14.9408% 0.031656 39.94703;
  --sc: 14.5075% 0.035531 2.72034;
  --ac: 14.2589% 0.033336 299.844533;
  --inc: 17.1119% 0.017054 206.015183;
  --suc: 17.1122% 0.017172 144.77874;
  --wac: 17.1139% 0.016961 74.427797;
  --erc: 17.1023% 0.015778 16.886379;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 74.7039% 0.158278 39.94703;
  --s: 72.5375% 0.177654 2.72034;
  --a: 71.2947% 0.166678 299.844533;
  --n: 26% 0.019 237.69;
  --nc: 70% 0.019 237.69;
  --b1: 22% 0.019 237.69;
  --b2: 20% 0.019 237.69;
  --b3: 18% 0.019 237.69;
  --bc: 77.3835% 0.043586 245.096534;
  --in: 85.5596% 0.085271 206.015183;
  --su: 85.5609% 0.08586 144.77874;
  --wa: 85.5695% 0.084806 74.427797;
  --er: 85.5116% 0.07889 16.886379;
  --rounded-box: 1.2rem;
  --rounded-btn: 0.8rem;
  --rounded-badge: 0.4rem;
  --tab-radius: 0.7rem;
}

*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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;
  }
}.avatar.placeholder > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}.breadcrumbs {
  max-width: 100%;
  overflow-x: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.breadcrumbs > ul,
  .breadcrumbs > ol {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  white-space: nowrap;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}.breadcrumbs > ul > li, .breadcrumbs > ol > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}.breadcrumbs > ul > li > a, .breadcrumbs > ol > li > a {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
          align-items: center;
}@media (hover:hover) {

  .breadcrumbs > ul > li > a:hover, .breadcrumbs > ol > li > a:hover {
    text-decoration-line: underline;
  }

  .menu li > *:not(ul):not(.menu-title):not(details):not(.btn):active,
.menu li > *:not(ul):not(.menu-title):not(details):not(.btn).active,
.menu li > details > summary:active {
    --tw-bg-opacity: 1;
    background-color: rgba(43, 52, 64,var(--tw-bg-opacity));
    background-color: color(display-p3 0.17545 0.20286 0.24674/var(--tw-bg-opacity));
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: rgba(215, 221, 228,var(--tw-text-opacity));
    color: color(display-p3 0.84738 0.86590 0.89133/var(--tw-text-opacity));
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  }

  .table tr.hover:hover,
  .table tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242,var(--tw-bg-opacity));
    background-color: color(display-p3 0.94902 0.94902 0.94902/var(--tw-bg-opacity));
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  }

  .table-zebra tr.hover:hover,
  .table-zebra tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 230, 230,var(--tw-bg-opacity));
    background-color: color(display-p3 0.89874 0.90183 0.90189/var(--tw-bg-opacity));
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  }
}.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-radius: 1rem;
  border-radius: var(--rounded-box, 1rem);
}.card:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.card-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 2rem;
  padding: var(--padding-card, 2rem);
  gap: 0.5rem;
}.card-body :where(p) {
  -webkit-box-flex: 1;
          flex-grow: 1;
}.card figure {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}.card.image-full {
  display: grid;
}.card.image-full:before {
  position: relative;
  content: "";
  z-index: 10;
  border-radius: 1rem;
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: rgba(43, 52, 64,var(--tw-bg-opacity));
  background-color: color(display-p3 0.17545 0.20286 0.24674/var(--tw-bg-opacity));
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  opacity: 0.75;
}.card.image-full:before,
    .card.image-full > * {
  grid-column-start: 1;
  grid-row-start: 1;
}.card.image-full > figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.card.image-full > .card-body {
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: rgba(215, 221, 228,var(--tw-text-opacity));
  color: color(display-p3 0.84738 0.86590 0.89133/var(--tw-text-opacity));
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}.checkbox {
  flex-shrink: 0;
  --chkbg: var(--fallback-bc,oklch(var(--bc)/1));
  --chkfg: var(--fallback-b1,oklch(var(--b1)/1));
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: rgba(31, 41, 55,var(--tw-border-opacity));
  border-color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-border-opacity));
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
}.dropdown {
  position: relative;
  display: inline-block;
}.dropdown > *:not(summary):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.dropdown .dropdown-content {
  position: absolute;
}.dropdown:not(details) .dropdown-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  -webkit-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: 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));
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}[dir="ltr"] .dropdown-end .dropdown-content {
  right: 0px;
}[dir="rtl"] .dropdown-end .dropdown-content {
  left: 0px;
}[dir="ltr"] .dropdown-left .dropdown-content {
  right: 100%;
}[dir="rtl"] .dropdown-left .dropdown-content {
  left: 100%;
}.dropdown-left .dropdown-content {
  bottom: auto;
  top: 0px;
  -webkit-transform-origin: right;
          transform-origin: right;
}[dir="ltr"] .dropdown-right .dropdown-content {
  left: 100%;
}[dir="rtl"] .dropdown-right .dropdown-content {
  right: 100%;
}.dropdown-right .dropdown-content {
  bottom: auto;
  top: 0px;
  -webkit-transform-origin: left;
          transform-origin: left;
}.dropdown-bottom .dropdown-content {
  bottom: auto;
  top: 100%;
  -webkit-transform-origin: top;
          transform-origin: top;
}.dropdown-top .dropdown-content {
  bottom: 100%;
  top: auto;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}.dropdown-end.dropdown-right .dropdown-content {
  bottom: 0px;
  top: auto;
}.dropdown-end.dropdown-left .dropdown-content {
  bottom: 0px;
  top: auto;
}.dropdown.dropdown-open .dropdown-content,
.dropdown:not(.dropdown-hover):focus .dropdown-content,
.dropdown[focus-within] .dropdown-content {
  visibility: visible;
  opacity: 1;
}.dropdown.dropdown-open .dropdown-content,
.dropdown:not(.dropdown-hover):focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
  visibility: visible;
  opacity: 1;
}@media (hover: hover) {

  .dropdown.dropdown-hover:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    -webkit-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: 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));
  }

  :where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active):not(.btn):hover, :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active):not(.btn):hover {
    cursor: pointer;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  @supports (color: oklch(0% 0 0)) {

    :where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active):not(.btn):hover, :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active):not(.btn):hover {
      background-color: oklch(27.8078% 0.029596 256.847952/0.1);
      background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
    }
  }
}details.dropdown summary::-webkit-details-marker {
  display: none;
}.footer {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  -webkit-box-align: start;
          align-items: start;
  justify-items: start;
  place-items: start;
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}.footer > * {
  display: grid;
  -webkit-box-align: start;
          align-items: start;
  justify-items: start;
  place-items: start;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}@media (min-width: 48rem) {

  .footer {
    grid-auto-flow: column;
  }

  .footer-center {
    grid-auto-flow: row dense;
  }
}.input {
  flex-shrink: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255,var(--tw-bg-opacity));
  background-color: color(display-p3 1.00000 1.00000 1.00000/var(--tw-bg-opacity));
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}[dir="ltr"] .input[type="number"]::-webkit-inner-spin-button,[dir="ltr"] 
.input-md[type="number"]::-webkit-inner-spin-button {
  margin-right: -1rem;
}[dir="rtl"] .input[type="number"]::-webkit-inner-spin-button,[dir="rtl"] 
.input-md[type="number"]::-webkit-inner-spin-button {
  margin-left: -1rem;
}.input[type="number"]::-webkit-inner-spin-button,
.input-md[type="number"]::-webkit-inner-spin-button {
  margin-top: -1rem;
  margin-bottom: -1rem;
}.join {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  border-radius: 0.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
}[dir="ltr"] .join :where(.join-item) {
  border-top-right-radius: 0;
}[dir="rtl"] .join :where(.join-item) {
  border-top-left-radius: 0;
}[dir="ltr"] .join :where(.join-item) {
  border-bottom-right-radius: 0;
}[dir="rtl"] .join :where(.join-item) {
  border-bottom-left-radius: 0;
}[dir="ltr"] .join :where(.join-item) {
  border-bottom-left-radius: 0;
}[dir="rtl"] .join :where(.join-item) {
  border-bottom-right-radius: 0;
}[dir="ltr"] .join :where(.join-item) {
  border-top-left-radius: 0;
}[dir="rtl"] .join :where(.join-item) {
  border-top-right-radius: 0;
}[dir="ltr"] .join .join-item:not(:first-child):not(:last-child),[dir="ltr"] 
  .join *:not(:first-child):not(:last-child) .join-item {
  border-top-right-radius: 0;
}[dir="rtl"] .join .join-item:not(:first-child):not(:last-child),[dir="rtl"] 
  .join *:not(:first-child):not(:last-child) .join-item {
  border-top-left-radius: 0;
}[dir="ltr"] .join .join-item:not(:first-child):not(:last-child),[dir="ltr"] 
  .join *:not(:first-child):not(:last-child) .join-item {
  border-bottom-right-radius: 0;
}[dir="rtl"] .join .join-item:not(:first-child):not(:last-child),[dir="rtl"] 
  .join *:not(:first-child):not(:last-child) .join-item {
  border-bottom-left-radius: 0;
}[dir="ltr"] .join .join-item:not(:first-child):not(:last-child),[dir="ltr"] 
  .join *:not(:first-child):not(:last-child) .join-item {
  border-bottom-left-radius: 0;
}[dir="rtl"] .join .join-item:not(:first-child):not(:last-child),[dir="rtl"] 
  .join *:not(:first-child):not(:last-child) .join-item {
  border-bottom-right-radius: 0;
}[dir="ltr"] .join .join-item:not(:first-child):not(:last-child),[dir="ltr"] 
  .join *:not(:first-child):not(:last-child) .join-item {
  border-top-left-radius: 0;
}[dir="rtl"] .join .join-item:not(:first-child):not(:last-child),[dir="rtl"] 
  .join *:not(:first-child):not(:last-child) .join-item {
  border-top-right-radius: 0;
}[dir="ltr"] .join .join-item:first-child:not(:last-child),[dir="ltr"] 
  .join *:first-child:not(:last-child) .join-item {
  border-top-right-radius: 0;
}[dir="rtl"] .join .join-item:first-child:not(:last-child),[dir="rtl"] 
  .join *:first-child:not(:last-child) .join-item {
  border-top-left-radius: 0;
}[dir="ltr"] .join .join-item:first-child:not(:last-child),[dir="ltr"] 
  .join *:first-child:not(:last-child) .join-item {
  border-bottom-right-radius: 0;
}[dir="rtl"] .join .join-item:first-child:not(:last-child),[dir="rtl"] 
  .join *:first-child:not(:last-child) .join-item {
  border-bottom-left-radius: 0;
}[dir="ltr"] .join .dropdown .join-item:first-child:not(:last-child),[dir="ltr"] 
  .join *:first-child:not(:last-child) .dropdown .join-item {
  border-top-right-radius: inherit;
}[dir="rtl"] .join .dropdown .join-item:first-child:not(:last-child),[dir="rtl"] 
  .join *:first-child:not(:last-child) .dropdown .join-item {
  border-top-left-radius: inherit;
}[dir="ltr"] .join .dropdown .join-item:first-child:not(:last-child),[dir="ltr"] 
  .join *:first-child:not(:last-child) .dropdown .join-item {
  border-bottom-right-radius: inherit;
}[dir="rtl"] .join .dropdown .join-item:first-child:not(:last-child),[dir="rtl"] 
  .join *:first-child:not(:last-child) .dropdown .join-item {
  border-bottom-left-radius: inherit;
}[dir="ltr"] .join :where(.join-item:first-child:not(:last-child)),[dir="ltr"] 
  .join :where(*:first-child:not(:last-child) .join-item) {
  border-bottom-left-radius: inherit;
}[dir="rtl"] .join :where(.join-item:first-child:not(:last-child)),[dir="rtl"] 
  .join :where(*:first-child:not(:last-child) .join-item) {
  border-bottom-right-radius: inherit;
}[dir="ltr"] .join :where(.join-item:first-child:not(:last-child)),[dir="ltr"] 
  .join :where(*:first-child:not(:last-child) .join-item) {
  border-top-left-radius: inherit;
}[dir="rtl"] .join :where(.join-item:first-child:not(:last-child)),[dir="rtl"] 
  .join :where(*:first-child:not(:last-child) .join-item) {
  border-top-right-radius: inherit;
}[dir="ltr"] .join .join-item:last-child:not(:first-child),[dir="ltr"] 
  .join *:last-child:not(:first-child) .join-item {
  border-bottom-left-radius: 0;
}[dir="rtl"] .join .join-item:last-child:not(:first-child),[dir="rtl"] 
  .join *:last-child:not(:first-child) .join-item {
  border-bottom-right-radius: 0;
}[dir="ltr"] .join .join-item:last-child:not(:first-child),[dir="ltr"] 
  .join *:last-child:not(:first-child) .join-item {
  border-top-left-radius: 0;
}[dir="rtl"] .join .join-item:last-child:not(:first-child),[dir="rtl"] 
  .join *:last-child:not(:first-child) .join-item {
  border-top-right-radius: 0;
}[dir="ltr"] .join :where(.join-item:last-child:not(:first-child)),[dir="ltr"] 
  .join :where(*:last-child:not(:first-child) .join-item) {
  border-top-right-radius: inherit;
}[dir="rtl"] .join :where(.join-item:last-child:not(:first-child)),[dir="rtl"] 
  .join :where(*:last-child:not(:first-child) .join-item) {
  border-top-left-radius: inherit;
}[dir="ltr"] .join :where(.join-item:last-child:not(:first-child)),[dir="ltr"] 
  .join :where(*:last-child:not(:first-child) .join-item) {
  border-bottom-right-radius: inherit;
}[dir="rtl"] .join :where(.join-item:last-child:not(:first-child)),[dir="rtl"] 
  .join :where(*:last-child:not(:first-child) .join-item) {
  border-bottom-left-radius: inherit;
}@supports not selector(:has(*)) {

  :where(.join *) {
    border-radius: inherit;
  }
}@supports selector(:has(*)) {

  :where(.join *[\:has\(.join-item\)]) {
    border-radius: inherit;
  }

  :where(.join *:has(.join-item)) {
    border-radius: inherit;
  }
}.link {
  cursor: pointer;
  text-decoration-line: underline;
}.menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem;
}[dir="ltr"] .menu :where(li ul) {
  margin-left: 1rem;
}[dir="rtl"] .menu :where(li ul) {
  margin-right: 1rem;
}[dir="ltr"] .menu :where(li ul) {
  padding-left: 0.5rem;
}[dir="rtl"] .menu :where(li ul) {
  padding-right: 0.5rem;
}.menu :where(li ul) {
  position: relative;
  white-space: nowrap;
}.menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title):not(.btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  display: grid;
  grid-auto-flow: column;
  align-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  grid-auto-columns: minmax(auto, -webkit-max-content) auto -webkit-max-content;
  grid-auto-columns: minmax(auto, max-content) auto max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.menu li.disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgba(31, 41, 55,0.3);
  color: color(display-p3 0.12940 0.15964 0.21097/0.3);
  color: var(--fallback-bc,oklch(var(--bc)/0.3));
}.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
  display: none;
}:where(.menu li) {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
}:where(.menu li) .badge {
  justify-self: end;
}.table {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  border-radius: var(--rounded-box, 1rem);
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}.table :where(.table-pin-rows thead tr) {
  position: sticky;
  top: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255,var(--tw-bg-opacity));
  background-color: color(display-p3 1.00000 1.00000 1.00000/var(--tw-bg-opacity));
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}.table :where(.table-pin-rows tfoot tr) {
  position: sticky;
  bottom: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255,var(--tw-bg-opacity));
  background-color: color(display-p3 1.00000 1.00000 1.00000/var(--tw-bg-opacity));
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}.table :where(.table-pin-cols tr th) {
  position: sticky;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255,var(--tw-bg-opacity));
  background-color: color(display-p3 1.00000 1.00000 1.00000/var(--tw-bg-opacity));
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}.table-zebra tbody tr:nth-child(even) :where(.table-pin-cols tr th) {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242,var(--tw-bg-opacity));
  background-color: color(display-p3 0.94902 0.94902 0.94902/var(--tw-bg-opacity));
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}.btm-nav > *:where(.active) {
  border-top-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255,var(--tw-bg-opacity));
  background-color: color(display-p3 1.00000 1.00000 1.00000/var(--tw-bg-opacity));
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}.breadcrumbs > ul > li > a:focus, .breadcrumbs > ol > li > a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.breadcrumbs > ul > li > a.focus-visible, .breadcrumbs > ol > li > a.focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}.breadcrumbs > ul > li > a:focus-visible, .breadcrumbs > ol > li > a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}.breadcrumbs > ul > li + *:before, .breadcrumbs > ol > li + *:before {
  content: "";
  margin-left: 0.5rem;
  margin-right: 0.75rem;
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  --tw-rotate: 45deg;
  -webkit-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: 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));
  opacity: 0.4;
  border-top: 1px solid;
  border-right: 1px solid;
  background-color: transparent;
}[dir="rtl"] .breadcrumbs > ul > li + *:before,
[dir="rtl"] .breadcrumbs > ol > li + *:before {
  --tw-rotate: -135deg;
}@supports not (color: oklch(0% 0 0)) {

  .prose :where(code):not(:where([class~="not-prose"] *, pre *)) {
    background-color: oklch(92.4169% 0.00108 197.137559/1);
    background-color: var(--fallback-b3,oklch(var(--b3)/1));
  }
}@-webkit-keyframes button-pop {

  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform: scale(var(--btn-focus-scale, 0.98));
            transform: scale(var(--btn-focus-scale, 0.98));
  }

  40% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}@keyframes button-pop {

  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform: scale(var(--btn-focus-scale, 0.98));
            transform: scale(var(--btn-focus-scale, 0.98));
  }

  40% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}[dir="ltr"] .card :where(figure:first-child) {
  border-top-left-radius: inherit;
}[dir="rtl"] .card :where(figure:first-child) {
  border-top-right-radius: inherit;
}[dir="ltr"] .card :where(figure:first-child) {
  border-top-right-radius: inherit;
}[dir="rtl"] .card :where(figure:first-child) {
  border-top-left-radius: inherit;
}[dir="ltr"] .card :where(figure:first-child) {
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
}[dir="rtl"] .card :where(figure:first-child) {
  border-bottom-right-radius: 0;
  border-bottom-right-radius: initial;
}[dir="ltr"] .card :where(figure:first-child) {
  border-bottom-right-radius: 0;
  border-bottom-right-radius: initial;
}[dir="rtl"] .card :where(figure:first-child) {
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
}.card :where(figure:first-child) {
  overflow: hidden;
}[dir="ltr"] .card :where(figure:last-child) {
  border-top-left-radius: 0;
  border-top-left-radius: initial;
}[dir="rtl"] .card :where(figure:last-child) {
  border-top-right-radius: 0;
  border-top-right-radius: initial;
}[dir="ltr"] .card :where(figure:last-child) {
  border-top-right-radius: 0;
  border-top-right-radius: initial;
}[dir="rtl"] .card :where(figure:last-child) {
  border-top-left-radius: 0;
  border-top-left-radius: initial;
}[dir="ltr"] .card :where(figure:last-child) {
  border-bottom-left-radius: inherit;
}[dir="rtl"] .card :where(figure:last-child) {
  border-bottom-right-radius: inherit;
}[dir="ltr"] .card :where(figure:last-child) {
  border-bottom-right-radius: inherit;
}[dir="rtl"] .card :where(figure:last-child) {
  border-bottom-left-radius: inherit;
}.card :where(figure:last-child) {
  overflow: hidden;
}.card.focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}.card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}.card.bordered {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242,var(--tw-border-opacity));
  border-color: color(display-p3 0.94902 0.94902 0.94902/var(--tw-border-opacity));
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}.card.compact .card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}.card.image-full :where(figure) {
  overflow: hidden;
  border-radius: inherit;
}.checkbox:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}.checkbox.focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: rgba(31, 41, 55,1);
  outline-color: color(display-p3 0.12940 0.15964 0.21097/1);
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}.checkbox.focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: rgba(31, 41, 55,1);
  outline-color: color(display-p3 0.12940 0.15964 0.21097/1);
  outline-color: oklch(27.8078% 0.029596 256.847952/1);
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}.checkbox.focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: rgba(31, 41, 55,1);
  outline-color: color(display-p3 0.12940 0.15964 0.21097/1);
  outline-color: oklch(27.8078% 0.029596 256.847952/1);
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}.checkbox:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: rgba(31, 41, 55,1);
  outline-color: color(display-p3 0.12940 0.15964 0.21097/1);
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}.checkbox:checked,
  .checkbox[aria-checked="true"] {
  background-repeat: no-repeat;
  -webkit-animation: checkmark .2s ease-out;
          animation: checkmark .2s ease-out;
  -webkit-animation: checkmark var(--animation-input, 0.2s) ease-out;
          animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-color: var(--chkbg);
  background-image: linear-gradient(-45deg, transparent 65%, var(--chkbg) 65.99%),
      linear-gradient(45deg, transparent 75%, var(--chkbg) 75.99%),
      linear-gradient(-45deg, var(--chkbg) 40%, transparent 40.99%),
      linear-gradient(
        45deg,
        var(--chkbg) 30%,
        var(--chkfg) 30.99%,
        var(--chkfg) 40%,
        transparent 40.99%
      ),
      linear-gradient(-45deg, var(--chkfg) 50%, var(--chkbg) 50.99%);
}.checkbox:indeterminate {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55,var(--tw-bg-opacity));
  background-color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-bg-opacity));
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  background-repeat: no-repeat;
  -webkit-animation: checkmark .2s ease-out;
          animation: checkmark .2s ease-out;
  -webkit-animation: checkmark var(--animation-input, 0.2s) ease-out;
          animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, transparent), color-stop(80%, var(--chkbg))),
      -webkit-gradient(linear, right top, left top, color-stop(80%, transparent), color-stop(80%, var(--chkbg))),
      -webkit-gradient(linear, left bottom, left top, color-stop(43%, var(--chkbg)), color-stop(43%, var(--chkfg)), color-stop(57%, var(--chkfg)), color-stop(57%, var(--chkbg)));
  background-image: linear-gradient(90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(-90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(0deg, var(--chkbg) 43%, var(--chkfg) 43%, var(--chkfg) 57%, var(--chkbg) 57%);
}.checkbox:disabled {
  cursor: not-allowed;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55,var(--tw-bg-opacity));
  background-color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-bg-opacity));
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.2;
}@-webkit-keyframes checkmark {

  0% {
    background-position-y: 5px;
  }

  50% {
    background-position-y: -2px;
  }

  100% {
    background-position-y: 0;
  }
}@keyframes checkmark {

  0% {
    background-position-y: 5px;
  }

  50% {
    background-position-y: -2px;
  }

  100% {
    background-position-y: 0;
  }
}.dropdown.dropdown-open .dropdown-content,
.dropdown:focus .dropdown-content,
.dropdown[focus-within] .dropdown-content {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-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: 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));
}.dropdown.dropdown-open .dropdown-content,
.dropdown:focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-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: 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));
}.input input {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 0, 255,var(--tw-bg-opacity));
  background-color: color(display-p3 0.26223 0.00249 0.99967/var(--tw-bg-opacity));
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  background-color: transparent;
}.input input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em;
}.input:focus,
  .input[focus-within] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(31, 41, 55,0.2);
  border-color: color(display-p3 0.12940 0.15964 0.21097/0.2);
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: rgba(31, 41, 55,0.2);
  outline-color: color(display-p3 0.12940 0.15964 0.21097/0.2);
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}.input:focus,
  .input[focus-within] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(31, 41, 55,0.2);
  border-color: color(display-p3 0.12940 0.15964 0.21097/0.2);
  border-color: oklch(27.8078% 0.029596 256.847952/0.2);
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: rgba(31, 41, 55,0.2);
  outline-color: color(display-p3 0.12940 0.15964 0.21097/0.2);
  outline-color: oklch(27.8078% 0.029596 256.847952/0.2);
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}.input:focus,
  .input[focus-within] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(31, 41, 55,0.2);
  border-color: color(display-p3 0.12940 0.15964 0.21097/0.2);
  border-color: oklch(27.8078% 0.029596 256.847952/0.2);
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: rgba(31, 41, 55,0.2);
  outline-color: color(display-p3 0.12940 0.15964 0.21097/0.2);
  outline-color: oklch(27.8078% 0.029596 256.847952/0.2);
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}.input:focus,
  .input:focus-within {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(31, 41, 55,0.2);
  border-color: color(display-p3 0.12940 0.15964 0.21097/0.2);
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: rgba(31, 41, 55,0.2);
  outline-color: color(display-p3 0.12940 0.15964 0.21097/0.2);
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}.input-disabled,
  .input:disabled,
  .input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242,var(--tw-border-opacity));
  border-color: color(display-p3 0.94902 0.94902 0.94902/var(--tw-border-opacity));
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242,var(--tw-bg-opacity));
  background-color: color(display-p3 0.94902 0.94902 0.94902/var(--tw-bg-opacity));
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: rgba(31, 41, 55,0.4);
  color: color(display-p3 0.12940 0.15964 0.21097/0.4);
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}.input-disabled::-webkit-input-placeholder, .input:disabled::-webkit-input-placeholder, .input[disabled]::-webkit-input-placeholder {
  color: rgba(31, 41, 55,var(--tw-placeholder-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-placeholder-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}.input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
  color: rgba(31, 41, 55,var(--tw-placeholder-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-placeholder-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}.input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder {
  color: rgba(31, 41, 55,var(--tw-placeholder-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-placeholder-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}.input::-webkit-date-and-time-value {
  text-align: inherit;
}[dir="ltr"] .join > :where(*:not(:first-child)) {
  margin-left: -1px;
}[dir="rtl"] .join > :where(*:not(:first-child)) {
  margin-right: -1px;
}.join > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
}.link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.link.focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}.link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}.loading {
  pointer-events: none;
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 stroke=%27%23000%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate%28360deg%29%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class=%27spinner_V8m1%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%279.5%27 fill=%27none%27 stroke-width=%273%27%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 stroke=%27%23000%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate%28360deg%29%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class=%27spinner_V8m1%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%279.5%27 fill=%27none%27 stroke-width=%273%27%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}.loading-spinner {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 stroke=%27%23000%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate%28360deg%29%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class=%27spinner_V8m1%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%279.5%27 fill=%27none%27 stroke-width=%273%27%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 stroke=%27%23000%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate%28360deg%29%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class=%27spinner_V8m1%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%279.5%27 fill=%27none%27 stroke-width=%273%27%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}:where(.menu li:empty) {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55,var(--tw-bg-opacity));
  background-color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-bg-opacity));
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.1;
  margin: 0.5rem 1rem;
  height: 1px;
}[dir="ltr"] .menu :where(li ul):before {
  left: 0px;
}[dir="rtl"] .menu :where(li ul):before {
  right: 0px;
}.menu :where(li ul):before {
  position: absolute;
  bottom: 0.75rem;
  top: 0.75rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55,var(--tw-bg-opacity));
  background-color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-bg-opacity));
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.1;
  content: "";
}[dir="ltr"] .menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title):not(.btn)),[dir="ltr"] 
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  text-align: left;
}[dir="rtl"] .menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title):not(.btn)),[dir="rtl"] 
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  text-align: right;
}.menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title):not(.btn)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  border-radius: 0.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  text-wrap: balance;
}summary.focus-visible:where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active):not(.btn) {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}summary.focus-visible:where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active):not(.btn) {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}:where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(summary):not(.active):not(.btn).focus, :where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(summary):not(.active):not(.btn):focus, :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(summary):not(.active):not(.btn).focus, :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(summary):not(.active):not(.btn):focus {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}summary.focus-visible:where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active):not(.btn) {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}summary.focus-visible:where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active):not(.btn) {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}:where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(summary):not(.active):not(.btn).focus, :where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(summary):not(.active):not(.btn):focus, :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(summary):not(.active):not(.btn).focus, :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(summary):not(.active):not(.btn):focus {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}summary:where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active):not(.btn).focus-visible {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}summary:where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active):not(.btn).focus-visible {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: oklch(27.8078% 0.029596 256.847952/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: oklch(27.8078% 0.029596 256.847952/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}summary:where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active):not(.btn).focus-visible {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: oklch(27.8078% 0.029596 256.847952/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: oklch(27.8078% 0.029596 256.847952/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}summary:where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(.active):not(.btn):focus-visible {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}summary:where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active):not(.btn).focus-visible {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}summary:where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active):not(.btn).focus-visible {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: oklch(27.8078% 0.029596 256.847952/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: oklch(27.8078% 0.029596 256.847952/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}summary:where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active):not(.btn).focus-visible {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: oklch(27.8078% 0.029596 256.847952/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: oklch(27.8078% 0.029596 256.847952/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}summary:where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(.active):not(.btn):focus-visible {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}:where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(summary):not(.active):not(.btn).focus, :where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)):not(summary):not(.active):not(.btn):focus, :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(summary):not(.active):not(.btn).focus, :where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)):not(summary):not(.active):not(.btn):focus {
  cursor: pointer;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55,var(--tw-text-opacity));
  color: color(display-p3 0.12940 0.15964 0.21097/var(--tw-text-opacity));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}.menu li > *:not(ul):not(.menu-title):not(details):not(.btn):active,
.menu li > *:not(ul):not(.menu-title):not(details):not(.btn).active,
.menu li > details > summary:active {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 52, 64,var(--tw-bg-opacity));
  background-color: color(display-p3 0.17545 0.20286 0.24674/var(--tw-bg-opacity));
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: rgba(215, 221, 228,var(--tw-text-opacity));
  color: color(display-p3 0.84738 0.86590 0.89133/var(--tw-text-opacity));
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}.menu :where(li > details > summary)::-webkit-details-marker {
  display: none;
}.menu :where(li > details > summary):after,
.menu :where(li > .menu-dropdown-toggle):after {
  justify-self: end;
  display: block;
  margin-top: -0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-property: margin-top, -webkit-transform;
  transition-property: margin-top, -webkit-transform;
  transition-property: transform, margin-top;
  transition-property: transform, margin-top, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  -webkit-transform-origin: 75% 75%;
          transform-origin: 75% 75%;
  -webkit-box-shadow: 2px 2px;
          box-shadow: 2px 2px;
  pointer-events: none;
}.menu :where(li > details[open] > summary):after,
.menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-top: 0;
}.mockup-browser .mockup-browser-toolbar .input {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.75rem;
  width: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242,var(--tw-bg-opacity));
  background-color: color(display-p3 0.94902 0.94902 0.94902/var(--tw-bg-opacity));
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  padding-left: 2rem;
  direction: ltr;
}.mockup-browser .mockup-browser-toolbar .input:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  aspect-ratio: 1 / 1;
  height: 0.75rem;
  --tw-translate-y: -50%;
  -webkit-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: 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));
  border-radius: 9999px;
  border-width: 2px;
  border-color: currentColor;
  opacity: 0.6;
}.mockup-browser .mockup-browser-toolbar .input:after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  height: 0.5rem;
  --tw-translate-y: 25%;
  --tw-rotate: -45deg;
  -webkit-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: 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));
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  opacity: 0.6;
}@-webkit-keyframes modal-pop {

  0% {
    opacity: 0;
  }
}@keyframes modal-pop {

  0% {
    opacity: 0;
  }
}@-webkit-keyframes progress-loading {

  50% {
    background-position-x: -115%;
  }
}@keyframes progress-loading {

  50% {
    background-position-x: -115%;
  }
}@-webkit-keyframes radiomark {

  0% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255,1) inset,
      0 0 0 12px rgba(255, 255, 255,1) inset;
            box-shadow: 0 0 0 12px rgba(255, 255, 255,1) inset,
      0 0 0 12px rgba(255, 255, 255,1) inset;
    -webkit-box-shadow: 0 0 0 12px color(display-p3 1.00000 1.00000 1.00000/1) inset,
      0 0 0 12px color(display-p3 1.00000 1.00000 1.00000/1) inset;
            box-shadow: 0 0 0 12px color(display-p3 1.00000 1.00000 1.00000/1) inset,
      0 0 0 12px color(display-p3 1.00000 1.00000 1.00000/1) inset;
    -webkit-box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
            box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  50% {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255,1) inset,
      0 0 0 3px rgba(255, 255, 255,1) inset;
            box-shadow: 0 0 0 3px rgba(255, 255, 255,1) inset,
      0 0 0 3px rgba(255, 255, 255,1) inset;
    -webkit-box-shadow: 0 0 0 3px color(display-p3 1.00000 1.00000 1.00000/1) inset,
      0 0 0 3px color(display-p3 1.00000 1.00000 1.00000/1) inset;
            box-shadow: 0 0 0 3px color(display-p3 1.00000 1.00000 1.00000/1) inset,
      0 0 0 3px color(display-p3 1.00000 1.00000 1.00000/1) inset;
    -webkit-box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
            box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  100% {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255,1) inset,
      0 0 0 4px rgba(255, 255, 255,1) inset;
            box-shadow: 0 0 0 4px rgba(255, 255, 255,1) inset,
      0 0 0 4px rgba(255, 255, 255,1) inset;
    -webkit-box-shadow: 0 0 0 4px color(display-p3 1.00000 1.00000 1.00000/1) inset,
      0 0 0 4px color(display-p3 1.00000 1.00000 1.00000/1) inset;
            box-shadow: 0 0 0 4px color(display-p3 1.00000 1.00000 1.00000/1) inset,
      0 0 0 4px color(display-p3 1.00000 1.00000 1.00000/1) inset;
    -webkit-box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
            box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }
}@keyframes radiomark {

  0% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255,1) inset,
      0 0 0 12px rgba(255, 255, 255,1) inset;
            box-shadow: 0 0 0 12px rgba(255, 255, 255,1) inset,
      0 0 0 12px rgba(255, 255, 255,1) inset;
    -webkit-box-shadow: 0 0 0 12px color(display-p3 1.00000 1.00000 1.00000/1) inset,
      0 0 0 12px color(display-p3 1.00000 1.00000 1.00000/1) inset;
            box-shadow: 0 0 0 12px color(display-p3 1.00000 1.00000 1.00000/1) inset,
      0 0 0 12px color(display-p3 1.00000 1.00000 1.00000/1) inset;
    -webkit-box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
            box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  50% {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255,1) inset,
      0 0 0 3px rgba(255, 255, 255,1) inset;
            box-shadow: 0 0 0 3px rgba(255, 255, 255,1) inset,
      0 0 0 3px rgba(255, 255, 255,1) inset;
    -webkit-box-shadow: 0 0 0 3px color(display-p3 1.00000 1.00000 1.00000/1) inset,
      0 0 0 3px color(display-p3 1.00000 1.00000 1.00000/1) inset;
            box-shadow: 0 0 0 3px color(display-p3 1.00000 1.00000 1.00000/1) inset,
      0 0 0 3px color(display-p3 1.00000 1.00000 1.00000/1) inset;
    -webkit-box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
            box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  100% {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255,1) inset,
      0 0 0 4px rgba(255, 255, 255,1) inset;
            box-shadow: 0 0 0 4px rgba(255, 255, 255,1) inset,
      0 0 0 4px rgba(255, 255, 255,1) inset;
    -webkit-box-shadow: 0 0 0 4px color(display-p3 1.00000 1.00000 1.00000/1) inset,
      0 0 0 4px color(display-p3 1.00000 1.00000 1.00000/1) inset;
            box-shadow: 0 0 0 4px color(display-p3 1.00000 1.00000 1.00000/1) inset,
      0 0 0 4px color(display-p3 1.00000 1.00000 1.00000/1) inset;
    -webkit-box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
            box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }
}@-webkit-keyframes rating-pop {

  0% {
    -webkit-transform: translateY(-0.125em);
            transform: translateY(-0.125em);
  }

  40% {
    -webkit-transform: translateY(-0.125em);
            transform: translateY(-0.125em);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@keyframes rating-pop {

  0% {
    -webkit-transform: translateY(-0.125em);
            transform: translateY(-0.125em);
  }

  40% {
    -webkit-transform: translateY(-0.125em);
            transform: translateY(-0.125em);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@-webkit-keyframes skeleton {

  from {
    background-position: 150%;
  }

  to {
    background-position: -50%;
  }
}@keyframes skeleton {

  from {
    background-position: 150%;
  }

  to {
    background-position: -50%;
  }
}[dir="rtl"] .table {
  text-align: right;
}.table :where(th, td) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}.table tr.active,
  .table tr.active:nth-child(even),
  .table-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242,var(--tw-bg-opacity));
  background-color: color(display-p3 0.94902 0.94902 0.94902/var(--tw-bg-opacity));
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}.table-zebra tr.active,
    .table-zebra tr.active:nth-child(even),
    .table-zebra-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 230, 230,var(--tw-bg-opacity));
  background-color: color(display-p3 0.89874 0.90183 0.90189/var(--tw-bg-opacity));
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
}.table :where(thead tr, tbody tr:not(:last-child),tbody tr:first-child:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgba(242, 242, 242,var(--tw-border-opacity));
  border-bottom-color: color(display-p3 0.94902 0.94902 0.94902/var(--tw-border-opacity));
  border-bottom-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}.table :where(thead, tfoot) {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: rgba(31, 41, 55,0.6);
  color: color(display-p3 0.12940 0.15964 0.21097/0.6);
  color: var(--fallback-bc,oklch(var(--bc)/0.6));
}.table :where(tfoot) {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgba(242, 242, 242,var(--tw-border-opacity));
  border-top-color: color(display-p3 0.94902 0.94902 0.94902/var(--tw-border-opacity));
  border-top-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}@-webkit-keyframes toast-pop {

  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}@keyframes toast-pop {

  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}:root .prose {
  --tw-prose-body: var(--fallback-bc,oklch(var(--bc)/0.8));
  --tw-prose-headings: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-lead: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-links: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-bold: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-counters: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-bullets: var(--fallback-bc,oklch(var(--bc)/0.5));
  --tw-prose-hr: var(--fallback-bc,oklch(var(--bc)/0.2));
  --tw-prose-quotes: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-quote-borders: var(--fallback-bc,oklch(var(--bc)/0.2));
  --tw-prose-captions: var(--fallback-bc,oklch(var(--bc)/0.5));
  --tw-prose-code: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-pre-code: var(--fallback-nc,oklch(var(--nc)/1));
  --tw-prose-pre-bg: var(--fallback-n,oklch(var(--n)/1));
  --tw-prose-th-borders: var(--fallback-bc,oklch(var(--bc)/0.5));
  --tw-prose-td-borders: var(--fallback-bc,oklch(var(--bc)/0.2));
}.prose :where(code):not(:where([class~="not-prose"] *, pre *)) {
  padding: 1px 8px;
  border-radius: 1.9rem;
  border-radius: var(--rounded-badge);
  font-weight: normal;
  font-weight: initial;
  background-color: rgba(31, 41, 55,0.1);
  background-color: color(display-p3 0.12940 0.15964 0.21097/0.1);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
  display: none;
}.prose pre code {
  border-radius: 0;
  padding: 0;
}.prose :where(tbody tr, thead):not(:where([class~="not-prose"] *)) {
  border-bottom-color: rgba(31, 41, 55,0.2);
  border-bottom-color: color(display-p3 0.12940 0.15964 0.21097/0.2);
  border-bottom-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}.artboard.phone {
  width: 320px;
}.btm-nav-xs > *:where(.active) {
  border-top-width: 1px;
}.btm-nav-sm > *:where(.active) {
  border-top-width: 2px;
}.btm-nav-md > *:where(.active) {
  border-top-width: 2px;
}.btm-nav-lg > *:where(.active) {
  border-top-width: 4px;
}.join.join-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}[dir="ltr"] .join.join-vertical .join-item:first-child:not(:last-child),[dir="ltr"] 
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-bottom-left-radius: 0;
}[dir="rtl"] .join.join-vertical .join-item:first-child:not(:last-child),[dir="rtl"] 
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-bottom-right-radius: 0;
}[dir="ltr"] .join.join-vertical .join-item:first-child:not(:last-child),[dir="ltr"] 
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-bottom-right-radius: 0;
}[dir="rtl"] .join.join-vertical .join-item:first-child:not(:last-child),[dir="rtl"] 
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-bottom-left-radius: 0;
}[dir="ltr"] .join.join-vertical .join-item:first-child:not(:last-child),[dir="ltr"] 
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-top-left-radius: inherit;
}[dir="rtl"] .join.join-vertical .join-item:first-child:not(:last-child),[dir="rtl"] 
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-top-right-radius: inherit;
}[dir="ltr"] .join.join-vertical .join-item:first-child:not(:last-child),[dir="ltr"] 
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-top-right-radius: inherit;
}[dir="rtl"] .join.join-vertical .join-item:first-child:not(:last-child),[dir="rtl"] 
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-top-left-radius: inherit;
}[dir="ltr"] .join.join-vertical .join-item:last-child:not(:first-child),[dir="ltr"] 
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-top-left-radius: 0;
}[dir="rtl"] .join.join-vertical .join-item:last-child:not(:first-child),[dir="rtl"] 
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-top-right-radius: 0;
}[dir="ltr"] .join.join-vertical .join-item:last-child:not(:first-child),[dir="ltr"] 
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-top-right-radius: 0;
}[dir="rtl"] .join.join-vertical .join-item:last-child:not(:first-child),[dir="rtl"] 
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-top-left-radius: 0;
}[dir="ltr"] .join.join-vertical .join-item:last-child:not(:first-child),[dir="ltr"] 
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-bottom-left-radius: inherit;
}[dir="rtl"] .join.join-vertical .join-item:last-child:not(:first-child),[dir="rtl"] 
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-bottom-right-radius: inherit;
}[dir="ltr"] .join.join-vertical .join-item:last-child:not(:first-child),[dir="ltr"] 
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-bottom-right-radius: inherit;
}[dir="rtl"] .join.join-vertical .join-item:last-child:not(:first-child),[dir="rtl"] 
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-bottom-left-radius: inherit;
}.join.join-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}[dir="ltr"] .join.join-horizontal .join-item:first-child:not(:last-child),[dir="ltr"] 
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-bottom-right-radius: 0;
}[dir="rtl"] .join.join-horizontal .join-item:first-child:not(:last-child),[dir="rtl"] 
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-bottom-left-radius: 0;
}[dir="ltr"] .join.join-horizontal .join-item:first-child:not(:last-child),[dir="ltr"] 
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-top-right-radius: 0;
}[dir="rtl"] .join.join-horizontal .join-item:first-child:not(:last-child),[dir="rtl"] 
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-top-left-radius: 0;
}[dir="ltr"] .join.join-horizontal .join-item:first-child:not(:last-child),[dir="ltr"] 
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-bottom-left-radius: inherit;
}[dir="rtl"] .join.join-horizontal .join-item:first-child:not(:last-child),[dir="rtl"] 
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-bottom-right-radius: inherit;
}[dir="ltr"] .join.join-horizontal .join-item:first-child:not(:last-child),[dir="ltr"] 
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-top-left-radius: inherit;
}[dir="rtl"] .join.join-horizontal .join-item:first-child:not(:last-child),[dir="rtl"] 
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-top-right-radius: inherit;
}[dir="ltr"] .join.join-horizontal .join-item:last-child:not(:first-child),[dir="ltr"] 
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-bottom-left-radius: 0;
}[dir="rtl"] .join.join-horizontal .join-item:last-child:not(:first-child),[dir="rtl"] 
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-bottom-right-radius: 0;
}[dir="ltr"] .join.join-horizontal .join-item:last-child:not(:first-child),[dir="ltr"] 
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-top-left-radius: 0;
}[dir="rtl"] .join.join-horizontal .join-item:last-child:not(:first-child),[dir="rtl"] 
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-top-right-radius: 0;
}[dir="ltr"] .join.join-horizontal .join-item:last-child:not(:first-child),[dir="ltr"] 
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-bottom-right-radius: inherit;
}[dir="rtl"] .join.join-horizontal .join-item:last-child:not(:first-child),[dir="rtl"] 
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-bottom-left-radius: inherit;
}[dir="ltr"] .join.join-horizontal .join-item:last-child:not(:first-child),[dir="ltr"] 
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-top-right-radius: inherit;
}[dir="rtl"] .join.join-horizontal .join-item:last-child:not(:first-child),[dir="rtl"] 
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-top-left-radius: inherit;
}.card-compact .card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}.card-compact .card-title {
  margin-bottom: 0.25rem;
}.card-normal .card-body {
  padding: 2rem;
  padding: var(--padding-card, 2rem);
  font-size: 1rem;
  line-height: 1.5rem;
}.join.join-vertical > :where(*:not(:first-child)) {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -1px;
}[dir="ltr"] .join.join-horizontal > :where(*:not(:first-child)) {
  margin-left: -1px;
}[dir="rtl"] .join.join-horizontal > :where(*:not(:first-child)) {
  margin-right: -1px;
}.join.join-horizontal > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
}.table-sm :not(thead):not(tfoot) tr {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.table-sm :where(th, td) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.table-lg :not(thead):not(tfoot) tr {
  font-size: 1rem;
  line-height: 1.5rem;
}.table-lg :where(th, td) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}.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;
}.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: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}.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;
}[dir="ltr"] .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.625em;
}[dir="rtl"] .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.625em;
}.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}.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;
}[dir="ltr"] .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.625em;
}[dir="rtl"] .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.625em;
}.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}.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;
}[dir="ltr"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-left-width: 0.25rem;
}[dir="rtl"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-right-width: 0.25rem;
}[dir="ltr"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-left-color: var(--tw-prose-quote-borders);
}[dir="rtl"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-right-color: var(--tw-prose-quote-borders);
}[dir="ltr"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1em;
}[dir="rtl"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1em;
}.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}.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: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}.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: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}.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: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}.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: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}.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;
}[dir="ltr"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.375em;
}[dir="rtl"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}[dir="ltr"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}[dir="rtl"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.375em;
}.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  -webkit-box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
          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-bottom: 0.1875em;
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}.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;
}[dir="ltr"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.1428571em;
}[dir="rtl"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.1428571em;
}[dir="ltr"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.1428571em;
}[dir="rtl"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.1428571em;
}.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-bottom: 0.8571429em;
}.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;
}[dir="ltr"] .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: left;
}[dir="rtl"] .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: right;
}.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  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);
}[dir="ltr"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.5714286em;
}[dir="rtl"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.5714286em;
}[dir="ltr"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.5714286em;
}[dir="rtl"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.5714286em;
}.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-bottom: 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: #374151;
  --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: rgba(0, 0, 0, 0.5);
  --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;
}[dir="ltr"] .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}[dir="rtl"] .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.375em;
}[dir="ltr"] .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}[dir="rtl"] .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 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;
}[dir="ltr"] .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.625em;
}[dir="rtl"] .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.625em;
}.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
}.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;
}[dir="ltr"] .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}[dir="rtl"] .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}[dir="ltr"] .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}[dir="rtl"] .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}[dir="ltr"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.5714286em;
}[dir="rtl"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.5714286em;
}[dir="ltr"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.5714286em;
}[dir="rtl"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.5714286em;
}.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-bottom: 0.5714286em;
}[dir="ltr"] .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}[dir="rtl"] .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}[dir="ltr"] .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}[dir="rtl"] .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 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;
}.invisible {
  visibility: hidden;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.bottom-0 {
  bottom: 0px;
}.bottom-2 {
  bottom: 0.5rem;
}.left-0 {
  left: 0px;
}.left-2 {
  left: 0.5rem;
}.left-4 {
  left: 1rem;
}.left-\[50\%\] {
  left: 50%;
}.right-0 {
  right: 0px;
}.right-4 {
  right: 1rem;
}.right-8 {
  right: 2rem;
}.right-\[50\%\] {
  right: 50%;
}.top-0 {
  top: 0px;
}.top-2 {
  top: 0.5rem;
}.top-8 {
  top: 2rem;
}.top-\[30px\] {
  top: 30px;
}.top-\[50\%\] {
  top: 50%;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-50 {
  z-index: 50;
}.z-\[100\] {
  z-index: 100;
}.z-\[1\] {
  z-index: 1;
}.float-right {
  float: right;
}.m-0 {
  margin: 0px;
}.m-52 {
  margin: 13rem;
}.m-auto {
  margin: auto;
}.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.mb-0 {
  margin-bottom: 0px;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-8 {
  margin-bottom: 2rem;
}.ml-1 {
  margin-left: 0.25rem;
}.ml-6 {
  margin-left: 1.5rem;
}.mr-4 {
  margin-right: 1rem;
}.mr-6 {
  margin-right: 1.5rem;
}.mr-8 {
  margin-right: 2rem;
}.mt-0 {
  margin-top: 0px;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-\[43\.5px\] {
  margin-top: 43.5px;
}.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;
}.flex {
  display: -webkit-box;
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-3 {
  height: 0.75rem;
}.h-7 {
  height: 1.75rem;
}.h-8 {
  height: 2rem;
}.h-\[36px\] {
  height: 36px;
}.h-\[800px\] {
  height: 800px;
}.h-full {
  height: 100%;
}.w-3 {
  width: 0.75rem;
}.w-52 {
  width: 13rem;
}.w-7 {
  width: 1.75rem;
}.w-8 {
  width: 2rem;
}.w-\[116px\] {
  width: 116px;
}.w-\[30\%\] {
  width: 30%;
}.w-\[300px\] {
  width: 300px;
}.w-\[88px\] {
  width: 88px;
}.w-full {
  width: 100%;
}.min-w-\[30\%\] {
  min-width: 30%;
}.flex-1 {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}.flex-shrink-0 {
  flex-shrink: 0;
}.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  -webkit-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: 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));
}.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  -webkit-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: 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));
}.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-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: 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 {
  -webkit-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: 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));
}.list-disc {
  list-style-type: disc;
}.list-none {
  list-style-type: none;
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.items-center {
  -webkit-box-align: center;
          align-items: center;
}.justify-center {
  -webkit-box-pack: center;
          justify-content: center;
}.justify-between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}.gap-1 {
  gap: 0.25rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-6 {
  gap: 1.5rem;
}.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.overflow-hidden {
  overflow: hidden;
}.overflow-x-auto {
  overflow-x: auto;
}.overflow-x-hidden {
  overflow-x: hidden;
}.rounded {
  border-radius: 0.25rem;
}.rounded-box {
  border-radius: 1rem;
  border-radius: var(--rounded-box, 1rem);
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-sm {
  border-radius: 0.125rem;
}.border {
  border-width: 1px;
}.border-b-\[1px\] {
  border-bottom-width: 1px;
}.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}.bg-base-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255,var(--tw-bg-opacity));
  background-color: color(display-p3 1.00000 1.00000 1.00000/var(--tw-bg-opacity));
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}.bg-cover {
  background-size: cover;
}.bg-center {
  background-position: center;
}.fill-current {
  fill: currentColor;
}.p-2 {
  padding: 0.5rem;
}.p-4 {
  padding: 1rem;
}.p-6 {
  padding: 1.5rem;
}.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.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-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.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-1 {
  padding-bottom: 0.25rem;
}.pb-20 {
  padding-bottom: 5rem;
}.pl-0 {
  padding-left: 0px;
}.pl-10 {
  padding-left: 2.5rem;
}.pt-1 {
  padding-top: 0.25rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-20 {
  padding-top: 5rem;
}.pt-6 {
  padding-top: 1.5rem;
}.text-center {
  text-align: center;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-\[0\.92rem\] {
  font-size: 0.92rem;
}.text-\[0\.97rem\] {
  font-size: 0.97rem;
}.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;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.leading-8 {
  line-height: 2rem;
}.leading-none {
  line-height: 1;
}.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.no-underline {
  text-decoration-line: none;
}.opacity-0 {
  opacity: 0;
}.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
          box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
          box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.transition {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}.transition-\[top\] {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}.transition-opacity {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}.duration-150 {
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}.duration-200 {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}html{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei","Source Han Sans CN",sans-serif;font-size:15px}header{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);box-shadow:0 2px 5px rgba(0,0,0,.1)}.img-item{position:relative;overflow:hidden;border-radius:4px}.img-item .img-inner{position:absolute;left:0;top:0;width:100%;height:100%}.img-item::before{content:"";display:block;padding-top:62.5%}.search-btns{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[hidden]{display:none !important}.doropdown{position:relative}.dropdown::before{position:absolute;right:-16px;content:"";height:71.25px;width:14px;opacity:.5;background-image:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzAwIiBoZWlnaHQ9IjMwMCI+PHBhdGggZD0iTTUxMiA1NjIuMDA1bDIxMS4yLTIxMS4yIDYwLjMzIDYwLjMzMUw1MTIgNjgyLjY2NmwtMjcxLjUzLTI3MS41MyA2MC4zMy02MC4zM3oiLz48L3N2Zz4=);background-size:20px;background-position:50%;background-repeat:no-repeat;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}@media screen and (max-width: 1023px){.dropdown::before{height:65.69px;width:10px;right:-12px}}.dropdown:hover::before{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.navigation-mobile{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;z-index:100;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;text-align:center;padding-top:40px}.navigation-mobile-toggle{background-color:rgba(0,0,0,0);border:none;margin:0 0 0 auto}.navigation-mobile-toggle[aria-expanded=true]{position:absolute;z-index:15;top:30px;right:20px}@media screen and (min-width: 1280px){.navigation-mobile{display:none}}.navigation-mobile-toggle[aria-expanded=true] .navigation-toggle-icon-bar{opacity:0}.navigation-mobile-toggle[aria-expanded=true] .navigation-toggle-icon-bar:first-of-type{-webkit-transform:translateY(10px) rotate(45deg);transform:translateY(10px) rotate(45deg);opacity:1}.navigation-mobile-toggle[aria-expanded=true] .navigation-toggle-icon-bar:last-child{-webkit-transform:translateY(-10px) rotate(-45deg);transform:translateY(-10px) rotate(-45deg);opacity:1}.blue-bar{position:relative;line-height:1;padding-left:12px}.blue-bar::before{position:absolute;left:0;content:"";height:100%;width:3px;--tw-bg-opacity: 1;background-color: rgba(96, 165, 250, var(--tw-bg-opacity))}.triangle{position:relative;padding-left:8px}.triangle::before{position:absolute;left:-8px;top:7.5px;content:"";width:0;height:0;line-height:0;border:4px solid rgba(0,0,0,0);border-left:5px solid #ccc}.htmx-request img{display:block}.tag-btn-animation{background:-webkit-gradient(linear, right top, left top, color-stop(50%, rgb(243, 244, 246)), color-stop(50%, rgb(96, 165, 250))) right;background:linear-gradient(to left, rgb(243, 244, 246) 50%, rgb(96, 165, 250) 50%) right;background-size:200%;-webkit-transition:.3s ease-out;transition:.3s ease-out}.tag-btn-animation .tag-name{-webkit-transition:.3s cubic-bezier(0, 1, 1, 1);transition:.3s cubic-bezier(0, 1, 1, 1)}.tag-btn-animation:hover{background-position:left}.tag-btn-animation:hover .tag-name{color:#fff}.my-divider{width:100%;margin:12px 0;height:1px;background-color:#f8f8fa}.border-bottom{border-bottom:1px solid #f8f8fa}.icon path{-webkit-transition:fill .3s cubic-bezier(0.4, 0, 0.2, 1);transition:fill .3s cubic-bezier(0.4, 0, 0.2, 1)}.paginator-active:hover path{fill:#fff}#wechat .icon:hover path{fill:#1aad19}#search-open .icon:hover path{fill:#4283c4}#search-open .icon:hover{cursor:pointer}#weibo .icon:hover path{fill:#c82a29}#link .icon:hover path {
  fill: #60a5fa;
}.prose{max-width:100%}.blog-sibling-transition{position:relative}.blog-sibling-transition::before{content:"";position:absolute;-webkit-transition:background-color .5s ease;transition:background-color .5s ease;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.4)}.blog-sibling-transition:hover::before{background-color:rgba(0,0,0,.7)}.qa-question{display:block;padding-left:16px}.qa-question::before{display:inline-block;width:0;height:0;position:absolute;-webkit-transition:all .2s;transition:all .2s;top:8px;left:0;font-size:0;line-height:0;border:4px solid rgba(0,0,0,0);border-left:6px solid #ccc;content:"";vertical-align:top}.qa-question:hover::before{border-left:6px solid #60a5fa}.paginator{position:relative}.paginator::before{content:"";margin-top:.6rem;margin-bottom:.6rem;margin-left:.5rem;display:block;height:.7rem;width:.7rem;rotate:45deg;opacity:.4;border-top:2px solid #fff;border-right:2px solid #fff;background-color:rgba(0,0,0,0)}.paginator.left::before{rotate:-135deg;margin-left:.8rem}.cover-image{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.card-hover{-webkit-box-shadow:rgba(99,99,99,.2) 0 2px 8px 0;box-shadow:rgba(99,99,99,.2) 0 2px 8px 0;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out}.card-hover:hover{-webkit-box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;-webkit-transform:translateY(-4px);transform:translateY(-4px)}.sidebar-fixed{position:fixed;bottom:10px;left:50%;margin-left:224px}.sidebar-fixed-top{top:100px}.sidebar-bottom-10{bottom:104px}@media screen and (min-width: 1280px){.sidebar-fixed{position:fixed;left:50%;margin-left:276px}}@media screen and (min-width: 1120px){.container-grid{display:grid;grid-template-columns:1fr 300px;grid-gap:20px;gap:20px}}.container-grid{display:block}@media screen and (min-width: 1120px){.container-grid{display:grid;grid-template-columns:1fr 300px;grid-gap:20px;gap:20px}}.sidebar{float:right}.clear-fix{clear:both}.clear-fix::after{content:"";clear:both;display:table}.htmx-indicator{opacity:0;margin-top:0;-webkit-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.htmx-request .htmx-indicator{opacity:1;margin-top:16px}.htmx-request.htmx-indicator{opacity:1;margin-top:16px}@media (min-width: 768px) {

  .md\:table-md :not(thead):not(tfoot) tr {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:table-md :where(th, td) {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}.placeholder\:text-lg::-webkit-input-placeholder {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.placeholder\:text-lg::-moz-placeholder {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.placeholder\:text-lg::placeholder {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.last\:hidden:last-child {
  display: none;
}.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  -webkit-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: 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));
}.hover\:cursor-pointer:hover {
  cursor: pointer;
}.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.hover\:opacity-65:hover {
  opacity: 0.65;
}.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring-4: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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}@media (min-width: 640px) {

  .sm\:w-\[33\%\] {
    width: 33%;
  }

  .sm\:min-w-\[33\%\] {
    min-width: 33%;
  }
}@media (min-width: 768px) {

  .md\:mt-\[66px\] {
    margin-top: 66px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-\[30\%\] {
    width: 30%;
  }

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

  .md\:min-w-\[30\%\] {
    min-width: 30%;
  }

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

  .md\:gap-4 {
    gap: 1rem;
  }

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}@media (min-width: 1024px) {

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

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

  .lg\:mt-\[71px\] {
    margin-top: 71px;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:h-\[48px\] {
    height: 48px;
  }

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

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

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

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

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}@media (min-width: 1280px) {

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

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

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

  .xl\:w-full {
    width: 100%;
  }
}@media (color-index: 48) {

  .dark\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .dark\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }
}@media (color: 48842621) {

  .dark\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .dark\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }
}@media (color-index: 48) {

  .dark\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .dark\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }
}@media (color: 48842621) {

  .dark\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .dark\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }
}@media (prefers-color-scheme: dark) {

  .dark\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .dark\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }
}

/*# sourceMappingURL=app.34d1a16b666fa2720b20.css.map*/