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

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

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #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]:where(:not([hidden="until-found"])) {
  display: none;
}

:root,
[data-theme] {
  background-color: var(--fallback-b1,oklch(var(--b1)/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 (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;
}

* {
  scrollbar-color: color-mix(in oklch, currentColor 35%, transparent) transparent;
}

*:hover {
  scrollbar-color: color-mix(in oklch, currentColor 60%, transparent) transparent;
}

:root {
  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=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=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;
}

.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;
  }
}

.alert {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  align-content: flex-start;
  align-items: center;
  justify-items: center;
  gap: 1rem;
  text-align: center;
  border-radius: var(--rounded-box, 1rem);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --alert-bg: var(--fallback-b2,oklch(var(--b2)/1));
  --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1));
  background-color: var(--alert-bg);
}

@media (min-width: 640px) {
  .alert {
    grid-auto-flow: column;
    grid-template-columns: auto minmax(auto,1fr);
    justify-items: start;
    text-align: start;
  }
}

.avatar {
  position: relative;
  display: inline-flex;
}

.avatar > div {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar.placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.563rem;
  padding-right: 0.563rem;
  border-radius: var(--rounded-badge, 1.9rem);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}

.btm-nav {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding-bottom: env(safe-area-inset-bottom);
  height: 4rem;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  color: currentColor;
}

.btm-nav > * {
  position: relative;
  display: flex;
  height: 100%;
  flex-basis: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-color: currentColor;
}

@media (hover:hover) {
  .label a:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  }

  .menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  }

  .tab:hover {
    --tw-text-opacity: 1;
  }

  .tabs-boxed :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):hover, .tabs-boxed :is(input:checked):hover {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }

  .table tr.hover:hover,
  .table tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    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: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  }
}

.btn {
  display: inline-flex;
  height: 3rem;
  min-height: 3rem;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: var(--rounded-btn, 0.5rem);
  border-color: transparent;
  border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1em;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration-line: none;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-width: var(--border-btn, 1px);
  transition-property: color, background-color, border-color, opacity, box-shadow, transform;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
  background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-border-opacity: 1;
}

.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  pointer-events: none;
}

.btn-square {
  height: 3rem;
  width: 3rem;
  padding: 0px;
}

.btn-circle {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px;
}

:where(.btn:is(input[type="checkbox"])),
:where(.btn:is(input[type="radio"])) {
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--rounded-box, 1rem);
}

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

.card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: var(--padding-card, 2rem);
  gap: 0.5rem;
}

.card-body :where(p) {
  flex-grow: 1;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem;
}

.card figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.image-full {
  display: grid;
}

.card.image-full:before {
  position: relative;
  content: "";
  z-index: 10;
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  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: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}

.carousel {
  display: inline-flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.carousel-vertical {
  flex-direction: column;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.carousel-item {
  box-sizing: content-box;
  display: flex;
  flex: none;
  scroll-snap-align: start;
}

.carousel-start .carousel-item {
  scroll-snap-align: start;
}

.carousel-center .carousel-item {
  scroll-snap-align: center;
}

.carousel-end .carousel-item {
  scroll-snap-align: end;
}

.chat-start {
  place-items: start;
  grid-template-columns: auto 1fr;
}

.chat-start .chat-header {
  grid-column-start: 2;
}

.chat-start .chat-footer {
  grid-column-start: 2;
}

.chat-start .chat-image {
  grid-column-start: 1;
}

.chat-start .chat-bubble {
  grid-column-start: 2;
  border-end-start-radius: 0px;
}

.chat-start .chat-bubble:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e");
  inset-inline-start: -0.749rem;
}

[dir="rtl"] .chat-start .chat-bubble:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e");
}

.divider-start:before {
  display: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown > *:not(summary):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.dropdown .dropdown-content {
  position: absolute;
}

.dropdown:is(:not(details)) .dropdown-content {
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
}

.dropdown-end .dropdown-content {
  inset-inline-end: 0px;
}

.dropdown-left .dropdown-content {
  bottom: auto;
  inset-inline-end: 100%;
  top: 0px;
  transform-origin: right;
}

.dropdown-right .dropdown-content {
  bottom: auto;
  inset-inline-start: 100%;
  top: 0px;
  transform-origin: left;
}

.dropdown-bottom .dropdown-content {
  bottom: auto;
  top: 100%;
  transform-origin: top;
}

.dropdown-top .dropdown-content {
  bottom: 100%;
  top: auto;
  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;
}

@media (hover: hover) {
  .dropdown.dropdown-hover:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
  }

  .btm-nav > *.disabled:hover,
      .btm-nav > *[disabled]:hover {
    pointer-events: none;
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }

  .btn:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .btn:hover {
      background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
      border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          );
    }
  }

  @supports not (color: oklch(0% 0 0)) {
    .btn:hover {
      background-color: var(--btn-color, var(--fallback-b2));
      border-color: var(--btn-color, var(--fallback-b2));
    }
  }

  .btn.glass:hover {
    --glass-opacity: 25%;
    --glass-border-opacity: 15%;
  }

  .btn-ghost:hover {
    border-color: transparent;
  }

  @supports (color: oklch(0% 0 0)) {
    .btn-ghost:hover {
      background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
    }
  }

  .btn-link:hover {
    border-color: transparent;
    background-color: transparent;
    text-decoration-line: underline;
  }

  .btn-outline:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-b1,oklch(var(--b1)/var(--tw-text-opacity)));
  }

  .btn-outline.btn-primary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .btn-outline.btn-primary:hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

  .btn-outline.btn-secondary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .btn-outline.btn-secondary:hover {
      background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    }
  }

  .btn-outline.btn-accent:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .btn-outline.btn-accent:hover {
      background-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
    }
  }

  .btn-outline.btn-success:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .btn-outline.btn-success:hover {
      background-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
    }
  }

  .btn-outline.btn-info:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .btn-outline.btn-info:hover {
      background-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
    }
  }

  .btn-outline.btn-warning:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .btn-outline.btn-warning:hover {
      background-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
    }
  }

  .btn-outline.btn-error:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .btn-outline.btn-error:hover {
      background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
    }
  }

  .btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover {
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.2;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

  .dropdown.dropdown-hover:hover .dropdown-content {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
    cursor: pointer;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  @supports (color: oklch(0% 0 0)) {
    :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
      background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
    }
  }

  .tab[disabled],
    .tab[disabled]:hover {
    cursor: not-allowed;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }
}

.dropdown:is(details) summary::-webkit-details-marker {
  display: none;
}

.file-input {
  height: 3rem;
  flex-shrink: 1;
  padding-inline-end: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  overflow: hidden;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}

.file-input::file-selector-button {
  margin-inline-end: 1rem;
  display: inline-flex;
  height: 100%;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: var(--fallback-n,oklch(var(--n)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
}

.footer {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer > * {
  display: grid;
  place-items: start;
  gap: 0.5rem;
}

@media (min-width: 48rem) {
  .footer {
    grid-auto-flow: column;
  }

  .footer-center {
    grid-auto-flow: row dense;
  }
}

.label {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.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: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}

.input[type="number"]::-webkit-inner-spin-button,
.input-md[type="number"]::-webkit-inner-spin-button {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-inline-end: -1rem;
}

.input-xs[type="number"]::-webkit-inner-spin-button {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  margin-inline-end: -0px;
}

.input-sm[type="number"]::-webkit-inner-spin-button {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-inline-end: -0px;
}

.input-lg[type="number"]::-webkit-inner-spin-button {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  margin-inline-end: -1.5rem;
}

.join .dropdown .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .dropdown .join-item {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}

.link {
  cursor: pointer;
  text-decoration-line: underline;
}

.menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem;
}

.menu :where(li ul) {
  position: relative;
  white-space: nowrap;
  margin-inline-start: 1rem;
  padding-inline-start: 0.5rem;
}

.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  display: grid;
  grid-auto-flow: column;
  align-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  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: 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: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}

:where(.menu li) .badge {
  justify-self: end;
}

.modal {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  margin: 0px;
  display: grid;
  height: 100%;
  max-height: none;
  width: 100%;
  max-width: none;
  justify-items: center;
  padding: 0px;
  opacity: 0;
  overscroll-behavior: contain;
  z-index: 999;
  background-color: transparent;
  color: inherit;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
  overflow-y: hidden;
}

.modal-scroll {
  overscroll-behavior: auto;
}

:where(.modal) {
  align-items: center;
}

.modal-box {
  max-height: calc(100vh - 5em);
  grid-column-start: 1;
  grid-row-start: 1;
  width: 91.666667%;
  max-width: 32rem;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  padding: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.modal-open,
.modal:target,
.modal-toggle:checked + .modal,
.modal[open] {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.modal-action {
  display: flex;
  margin-top: 1.5rem;
  justify-content: flex-end;
}

.modal-toggle {
  position: fixed;
  height: 0px;
  width: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}

:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

.navbar-start {
  width: 50%;
  justify-content: flex-start;
}

.select {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  min-height: 3rem;
  padding-inline-start: 1rem;
  padding-inline-end: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1px + 50%),
    calc(100% - 16.1px) calc(1px + 50%);
  background-size: 4px 4px,
    4px 4px;
  background-repeat: no-repeat;
}

.select[multiple] {
  height: auto;
}

.stack {
  display: inline-grid;
  place-items: center;
  align-items: flex-end;
}

.stack > * {
  grid-column-start: 1;
  grid-row-start: 1;
  transform: translateY(10%) scale(0.9);
  z-index: 1;
  width: 100%;
  opacity: 0.6;
}

.stack > *:nth-child(2) {
  transform: translateY(5%) scale(0.95);
  z-index: 2;
  opacity: 0.8;
}

.stack > *:nth-child(1) {
  transform: translateY(0) scale(1);
  z-index: 3;
  opacity: 1;
}

.stats {
  display: inline-grid;
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}

:where(.stats) {
  grid-auto-flow: column;
  overflow-x: auto;
}

.stat {
  display: inline-grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.stat-figure {
  grid-column-start: 2;
  grid-row: span 3 / span 3;
  grid-row-start: 1;
  place-self: center;
  justify-self: end;
}

.stat-title {
  grid-column-start: 1;
  white-space: nowrap;
  color: var(--fallback-bc,oklch(var(--bc)/0.6));
}

.stat-value {
  grid-column-start: 1;
  white-space: nowrap;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
}

.stat-desc {
  grid-column-start: 1;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--fallback-bc,oklch(var(--bc)/0.6));
}

.stat-actions {
  grid-column-start: 1;
  white-space: nowrap;
  margin-top: 1rem;
}

.tabs {
  display: grid;
  align-items: flex-end;
}

.tabs-lifted:has(.tab-content[class^="rounded-"])
    .tab:first-child:not(:is(.tab-active, [aria-selected="true"])), .tabs-lifted:has(.tab-content[class*=" rounded-"])
    .tab:first-child:not(:is(.tab-active, [aria-selected="true"])) {
  border-bottom-color: transparent;
}

.tab {
  position: relative;
  grid-row-start: 1;
  display: inline-flex;
  height: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
  --tw-text-opacity: 0.5;
  --tab-color: var(--fallback-bc,oklch(var(--bc)/1));
  --tab-bg: var(--fallback-b1,oklch(var(--b1)/1));
  --tab-border-color: var(--fallback-b3,oklch(var(--b3)/1));
  color: var(--tab-color);
  padding-inline-start: var(--tab-padding, 1rem);
  padding-inline-end: var(--tab-padding, 1rem);
}

.tab:is(input[type="radio"]) {
  width: auto;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.tab:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}

.tab:not(input):empty {
  cursor: default;
  grid-column-start: span 9999;
}

.tab-content {
  grid-column-start: 1;
  grid-column-end: span 9999;
  grid-row-start: 2;
  margin-top: calc(var(--tab-border) * -1);
  display: none;
  border-color: transparent;
  border-width: var(--tab-border, 0);
}

:checked + .tab-content:nth-child(2),
  :is(.tab-active, [aria-selected="true"]) + .tab-content:nth-child(2) {
  border-start-start-radius: 0px;
}

input.tab:checked + .tab-content,
:is(.tab-active, [aria-selected="true"]) + .tab-content {
  display: block;
}

.table {
  position: relative;
  width: 100%;
  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: 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: 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: 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: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}

.textarea {
  min-height: 3rem;
  flex-shrink: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}

.timeline-start {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  margin: 0.25rem;
  align-self: flex-end;
  justify-self: center;
}

.alert-info {
  border-color: var(--fallback-in,oklch(var(--in)/0.2));
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
  --alert-bg: var(--fallback-in,oklch(var(--in)/1));
  --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1));
}

.alert-success {
  border-color: var(--fallback-su,oklch(var(--su)/0.2));
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
  --alert-bg: var(--fallback-su,oklch(var(--su)/1));
  --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1));
}

.alert-warning {
  border-color: var(--fallback-wa,oklch(var(--wa)/0.2));
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
  --alert-bg: var(--fallback-wa,oklch(var(--wa)/1));
  --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1));
}

.alert-error {
  border-color: var(--fallback-er,oklch(var(--er)/0.2));
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
  --alert-bg: var(--fallback-er,oklch(var(--er)/1));
  --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1));
}

.avatar-group {
  display: flex;
  overflow: hidden;
}

.avatar-group :where(.avatar) {
  overflow: hidden;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-border-opacity)));
}

.badge-neutral {
  --tw-border-opacity: 1;
  border-color: var(--fallback-n,oklch(var(--n)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}

.badge-primary {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}

.badge-secondary {
  --tw-border-opacity: 1;
  border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-s,oklch(var(--s)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
}

.badge-accent {
  --tw-border-opacity: 1;
  border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-a,oklch(var(--a)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
}

.badge-info {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
}

.badge-success {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
}

.badge-warning {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
}

.badge-error {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
}

.badge-ghost {
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}

.badge-outline {
  border-color: currentColor;
  --tw-border-opacity: 0.5;
  background-color: transparent;
  color: currentColor;
}

.badge-outline.badge-neutral {
  --tw-text-opacity: 1;
  color: var(--fallback-n,oklch(var(--n)/var(--tw-text-opacity)));
}

.badge-outline.badge-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
}

.badge-outline.badge-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)));
}

.badge-outline.badge-accent {
  --tw-text-opacity: 1;
  color: var(--fallback-a,oklch(var(--a)/var(--tw-text-opacity)));
}

.badge-outline.badge-info {
  --tw-text-opacity: 1;
  color: var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity)));
}

.badge-outline.badge-success {
  --tw-text-opacity: 1;
  color: var(--fallback-su,oklch(var(--su)/var(--tw-text-opacity)));
}

.badge-outline.badge-warning {
  --tw-text-opacity: 1;
  color: var(--fallback-wa,oklch(var(--wa)/var(--tw-text-opacity)));
}

.badge-outline.badge-error {
  --tw-text-opacity: 1;
  color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)));
}

.btm-nav > *:not(.active) {
  padding-top: 0.125rem;
}

.btm-nav > *:where(.active) {
  border-top-width: 2px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}

.btm-nav > *.disabled,
    .btm-nav > *[disabled] {
  pointer-events: none;
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}

.btm-nav > * .label {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (prefers-reduced-motion: no-preference) {
  .btn {
    animation: button-pop var(--animation-btn, 0.25s) ease-out;
  }
}

.btn:active:hover,
  .btn:active:focus {
  animation: button-pop 0s ease-out;
  transform: scale(var(--btn-focus-scale, 0.97));
}

@supports not (color: oklch(0% 0 0)) {
  .btn {
    background-color: var(--btn-color, var(--fallback-b2));
    border-color: var(--btn-color, var(--fallback-b2));
  }

  .btn-primary {
    --btn-color: var(--fallback-p);
  }

  .btn-secondary {
    --btn-color: var(--fallback-s);
  }

  .btn-accent {
    --btn-color: var(--fallback-a);
  }

  .btn-neutral {
    --btn-color: var(--fallback-n);
  }

  .btn-info {
    --btn-color: var(--fallback-in);
  }

  .btn-success {
    --btn-color: var(--fallback-su);
  }

  .btn-warning {
    --btn-color: var(--fallback-wa);
  }

  .btn-error {
    --btn-color: var(--fallback-er);
  }
}

@supports (color: color-mix(in oklab, black, black)) {
  .btn-active {
    background-color: color-mix(
          in oklab,
          oklch(var(--btn-color, var(--b3)) / var(--tw-bg-opacity, 1)) 90%,
          black
        );
    border-color: color-mix(
          in oklab,
          oklch(var(--btn-color, var(--b3)) / var(--tw-border-opacity, 1)) 90%,
          black
        );
  }

  .btn-outline.btn-primary.btn-active {
    background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
  }

  .btn-outline.btn-secondary.btn-active {
    background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
  }

  .btn-outline.btn-accent.btn-active {
    background-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
  }

  .btn-outline.btn-success.btn-active {
    background-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
  }

  .btn-outline.btn-info.btn-active {
    background-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
  }

  .btn-outline.btn-warning.btn-active {
    background-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
  }

  .btn-outline.btn-error.btn-active {
    background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
  }
}

.btn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}

.btn-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}

@supports (color: oklch(0% 0 0)) {
  .btn-primary {
    --btn-color: var(--p);
  }

  .btn-secondary {
    --btn-color: var(--s);
  }

  .btn-accent {
    --btn-color: var(--a);
  }

  .btn-neutral {
    --btn-color: var(--n);
  }

  .btn-info {
    --btn-color: var(--in);
  }

  .btn-success {
    --btn-color: var(--su);
  }

  .btn-warning {
    --btn-color: var(--wa);
  }

  .btn-error {
    --btn-color: var(--er);
  }
}

.btn-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-s,oklch(var(--s)/1));
}

.btn-accent {
  --tw-text-opacity: 1;
  color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
  outline-color: var(--fallback-a,oklch(var(--a)/1));
}

.btn-neutral {
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-n,oklch(var(--n)/1));
}

.btn-info {
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-in,oklch(var(--in)/1));
}

.btn-success {
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-su,oklch(var(--su)/1));
}

.btn-warning {
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
  outline-color: var(--fallback-wa,oklch(var(--wa)/1));
}

.btn-error {
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-er,oklch(var(--er)/1));
}

.btn.glass {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor;
}

.btn.glass.btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

.btn-ghost {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: currentColor;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor;
}

.btn-ghost.btn-active {
  border-color: transparent;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.btn-link {
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
  text-decoration-line: underline;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor;
}

.btn-link.btn-active {
  border-color: transparent;
  background-color: transparent;
  text-decoration-line: underline;
}

.btn-outline {
  border-color: currentColor;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-outline.btn-active {
  --tw-border-opacity: 1;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-b1,oklch(var(--b1)/var(--tw-text-opacity)));
}

.btn-outline.btn-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
}

.btn-outline.btn-primary.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}

.btn-outline.btn-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)));
}

.btn-outline.btn-secondary.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
}

.btn-outline.btn-accent {
  --tw-text-opacity: 1;
  color: var(--fallback-a,oklch(var(--a)/var(--tw-text-opacity)));
}

.btn-outline.btn-accent.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
}

.btn-outline.btn-success {
  --tw-text-opacity: 1;
  color: var(--fallback-su,oklch(var(--su)/var(--tw-text-opacity)));
}

.btn-outline.btn-success.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
}

.btn-outline.btn-info {
  --tw-text-opacity: 1;
  color: var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity)));
}

.btn-outline.btn-info.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
}

.btn-outline.btn-warning {
  --tw-text-opacity: 1;
  color: var(--fallback-wa,oklch(var(--wa)/var(--tw-text-opacity)));
}

.btn-outline.btn-warning.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
}

.btn-outline.btn-error {
  --tw-text-opacity: 1;
  color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)));
}

.btn-outline.btn-error.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
}

.btn.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.2;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}

.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked) {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}

.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible {
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}

@keyframes button-pop {
  0% {
    transform: scale(var(--btn-focus-scale, 0.98));
  }

  40% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

.card :where(figure:first-child) {
  overflow: hidden;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
  border-end-start-radius: unset;
  border-end-end-radius: unset;
}

.card :where(figure:last-child) {
  overflow: hidden;
  border-start-start-radius: unset;
  border-start-end-radius: unset;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}

.card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.card.bordered {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}

.card-bordered {
  border-width: 1px;
  --tw-border-opacity: 1;
  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-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.card.image-full :where(figure) {
  overflow: hidden;
  border-radius: inherit;
}

.carousel::-webkit-scrollbar {
  display: none;
}

@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;
  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));
}

.file-input-bordered {
  --tw-border-opacity: 0.2;
}

.file-input:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.file-input-ghost {
  --tw-bg-opacity: 0.05;
}

.file-input-ghost:focus {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  box-shadow: none;
}

.file-input-ghost::file-selector-button {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: currentColor;
}

.file-input-primary {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
}

.file-input-primary:focus {
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}

.file-input-primary::file-selector-button {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}

.file-input-secondary {
  --tw-border-opacity: 1;
  border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));
}

.file-input-secondary:focus {
  outline-color: var(--fallback-s,oklch(var(--s)/1));
}

.file-input-secondary::file-selector-button {
  --tw-border-opacity: 1;
  border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-s,oklch(var(--s)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
}

.file-input-accent {
  --tw-border-opacity: 1;
  border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity)));
}

.file-input-accent:focus {
  outline-color: var(--fallback-a,oklch(var(--a)/1));
}

.file-input-accent::file-selector-button {
  --tw-border-opacity: 1;
  border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-a,oklch(var(--a)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
}

.file-input-info {
  --tw-border-opacity: 1;
  border-color: var(--fallback-in,oklch(var(--in)/var(--tw-border-opacity)));
}

.file-input-info:focus {
  outline-color: var(--fallback-in,oklch(var(--in)/1));
}

.file-input-info::file-selector-button {
  --tw-border-opacity: 1;
  border-color: var(--fallback-in,oklch(var(--in)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
}

.file-input-success {
  --tw-border-opacity: 1;
  border-color: var(--fallback-su,oklch(var(--su)/var(--tw-border-opacity)));
}

.file-input-success:focus {
  outline-color: var(--fallback-su,oklch(var(--su)/1));
}

.file-input-success::file-selector-button {
  --tw-border-opacity: 1;
  border-color: var(--fallback-su,oklch(var(--su)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
}

.file-input-warning {
  --tw-border-opacity: 1;
  border-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-border-opacity)));
}

.file-input-warning:focus {
  outline-color: var(--fallback-wa,oklch(var(--wa)/1));
}

.file-input-warning::file-selector-button {
  --tw-border-opacity: 1;
  border-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
}

.file-input-error {
  --tw-border-opacity: 1;
  border-color: var(--fallback-er,oklch(var(--er)/var(--tw-border-opacity)));
}

.file-input-error:focus {
  outline-color: var(--fallback-er,oklch(var(--er)/1));
}

.file-input-error::file-selector-button {
  --tw-border-opacity: 1;
  border-color: var(--fallback-er,oklch(var(--er)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
}

.file-input-disabled,
  .file-input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  --tw-text-opacity: 0.2;
}

.file-input-disabled::-moz-placeholder, .file-input[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}

.file-input-disabled::placeholder,
  .file-input[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}

.file-input-disabled::file-selector-button, .file-input[disabled]::file-selector-button {
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.2;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}

.label-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}

.label-text-alt {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}

.input input {
  --tw-bg-opacity: 1;
  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-bordered {
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.input:focus,
  .input:focus-within {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.input-ghost {
  --tw-bg-opacity: 0.05;
}

.input-ghost:focus,
    .input-ghost:focus-within {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  box-shadow: none;
}

.input-primary {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
}

.input-primary:focus,
    .input-primary:focus-within {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}

.input-secondary {
  --tw-border-opacity: 1;
  border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));
}

.input-secondary:focus,
    .input-secondary:focus-within {
  --tw-border-opacity: 1;
  border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));
  outline-color: var(--fallback-s,oklch(var(--s)/1));
}

.input-accent {
  --tw-border-opacity: 1;
  border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity)));
}

.input-accent:focus,
    .input-accent:focus-within {
  --tw-border-opacity: 1;
  border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity)));
  outline-color: var(--fallback-a,oklch(var(--a)/1));
}

.input-info {
  --tw-border-opacity: 1;
  border-color: var(--fallback-in,oklch(var(--in)/var(--tw-border-opacity)));
}

.input-info:focus,
    .input-info:focus-within {
  --tw-border-opacity: 1;
  border-color: var(--fallback-in,oklch(var(--in)/var(--tw-border-opacity)));
  outline-color: var(--fallback-in,oklch(var(--in)/1));
}

.input-success {
  --tw-border-opacity: 1;
  border-color: var(--fallback-su,oklch(var(--su)/var(--tw-border-opacity)));
}

.input-success:focus,
    .input-success:focus-within {
  --tw-border-opacity: 1;
  border-color: var(--fallback-su,oklch(var(--su)/var(--tw-border-opacity)));
  outline-color: var(--fallback-su,oklch(var(--su)/1));
}

.input-warning {
  --tw-border-opacity: 1;
  border-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-border-opacity)));
}

.input-warning:focus,
    .input-warning:focus-within {
  --tw-border-opacity: 1;
  border-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-border-opacity)));
  outline-color: var(--fallback-wa,oklch(var(--wa)/1));
}

.input-error {
  --tw-border-opacity: 1;
  border-color: var(--fallback-er,oklch(var(--er)/var(--tw-border-opacity)));
}

.input-error:focus,
    .input-error:focus-within {
  --tw-border-opacity: 1;
  border-color: var(--fallback-er,oklch(var(--er)/var(--tw-border-opacity)));
  outline-color: var(--fallback-er,oklch(var(--er)/1));
}

.input:has(> input[disabled]),
  .input-disabled,
  .input:disabled,
  .input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}

.input:has(> input[disabled])::-moz-placeholder, .input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}

.input:has(> input[disabled])::placeholder,
  .input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}

.input:has(> input[disabled]) > input[disabled] {
  cursor: not-allowed;
}

.input::-webkit-date-and-time-value {
  text-align: inherit;
}

.join > :where(*:not(:first-child)):is(.btn) {
  margin-inline-start: calc(var(--border-btn) * -1);
}

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

.link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.mask-pentagon {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='181' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 95.106 69.098-36.327 111.804H37.22L.894 69.098z' fill-rule='evenodd'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg width='192' height='181' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 95.106 69.098-36.327 111.804H37.22L.894 69.098z' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.mask-star {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.mask-star-2 {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e");
}

:where(.menu li:empty) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.1;
  margin: 0.5rem 1rem;
  height: 1px;
}

.menu :where(li ul):before {
  position: absolute;
  bottom: 0.75rem;
  inset-inline-start: 0px;
  top: 0.75rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.1;
  content: "";
}

.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  border-radius: var(--rounded-btn, 0.5rem);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: start;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  text-wrap: balance;
}

:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):is(summary):not(.active, .btn):focus-visible, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):is(summary):not(.active, .btn):focus-visible {
  cursor: pointer;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  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;
  transform: rotate(45deg);
  transition-property: transform, margin-top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  transform-origin: 75% 75%;
  box-shadow: 2px 2px;
  pointer-events: none;
}

.menu :where(li > details[open] > summary):after,
.menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
  transform: rotate(225deg);
  margin-top: 0;
}

.menu-title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}

.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: 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%;
  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;
  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;
}

.modal:not(dialog:not(.modal-open)),
  .modal::backdrop {
  background-color: #0006;
  animation: modal-pop 0.2s ease-out;
}

.modal-backdrop {
  z-index: -1;
  grid-column-start: 1;
  grid-row-start: 1;
  display: grid;
  align-self: stretch;
  justify-self: stretch;
  color: transparent;
}

.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box,
.modal[open] .modal-box {
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

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

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

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

@keyframes radiomark {
  0% {
    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% {
    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% {
    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 rating-pop {
  0% {
    transform: translateY(-0.125em);
  }

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

  100% {
    transform: translateY(0);
  }
}

.select-bordered {
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.select:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.select-ghost {
  --tw-bg-opacity: 0.05;
}

.select-ghost:focus {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}

.select-primary {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
}

.select-primary:focus {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}

.select-secondary {
  --tw-border-opacity: 1;
  border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));
}

.select-secondary:focus {
  --tw-border-opacity: 1;
  border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));
  outline-color: var(--fallback-s,oklch(var(--s)/1));
}

.select-accent {
  --tw-border-opacity: 1;
  border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity)));
}

.select-accent:focus {
  --tw-border-opacity: 1;
  border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity)));
  outline-color: var(--fallback-a,oklch(var(--a)/1));
}

.select-info {
  --tw-border-opacity: 1;
  border-color: var(--fallback-in,oklch(var(--in)/var(--tw-border-opacity)));
}

.select-info:focus {
  --tw-border-opacity: 1;
  border-color: var(--fallback-in,oklch(var(--in)/var(--tw-border-opacity)));
  outline-color: var(--fallback-in,oklch(var(--in)/1));
}

.select-success {
  --tw-border-opacity: 1;
  border-color: var(--fallback-su,oklch(var(--su)/var(--tw-border-opacity)));
}

.select-success:focus {
  --tw-border-opacity: 1;
  border-color: var(--fallback-su,oklch(var(--su)/var(--tw-border-opacity)));
  outline-color: var(--fallback-su,oklch(var(--su)/1));
}

.select-warning {
  --tw-border-opacity: 1;
  border-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-border-opacity)));
}

.select-warning:focus {
  --tw-border-opacity: 1;
  border-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-border-opacity)));
  outline-color: var(--fallback-wa,oklch(var(--wa)/1));
}

.select-error {
  --tw-border-opacity: 1;
  border-color: var(--fallback-er,oklch(var(--er)/var(--tw-border-opacity)));
}

.select-error:focus {
  --tw-border-opacity: 1;
  border-color: var(--fallback-er,oklch(var(--er)/var(--tw-border-opacity)));
  outline-color: var(--fallback-er,oklch(var(--er)/1));
}

.select-disabled,
  .select:disabled,
  .select[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}

.select-disabled::-moz-placeholder, .select:disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}

.select-disabled::placeholder,
  .select:disabled::placeholder,
  .select[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}

.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]) {
  background-image: none;
  padding-right: 1rem;
}

[dir="rtl"] .select {
  background-position: calc(0% + 12px) calc(1px + 50%),
    calc(0% + 16px) calc(1px + 50%);
}

@keyframes skeleton {
  from {
    background-position: 150%;
  }

  to {
    background-position: -50%;
  }
}

:where(.stats) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

[dir="rtl"] .stats > *:not([hidden]) ~ *:not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.swap-rotate .swap-on,
.swap-rotate .swap-indeterminate,
.swap-rotate input:indeterminate ~ .swap-on {
  --tw-rotate: 45deg;
  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));
}

.swap-rotate input:checked ~ .swap-off,
.swap-active:where(.swap-rotate) .swap-off,
.swap-rotate input:indeterminate ~ .swap-off {
  --tw-rotate: -45deg;
  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));
}

.swap-rotate input:checked ~ .swap-on,
.swap-active:where(.swap-rotate) .swap-on,
.swap-rotate input:indeterminate ~ .swap-indeterminate {
  --tw-rotate: 0deg;
  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));
}

.tabs-lifted > .tab:focus-visible {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}

.tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]), .tab:is(input:checked) {
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
}

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

.tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -5px;
}

.tab-disabled,
  .tab[disabled] {
  cursor: not-allowed;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}

.tabs-bordered > .tab {
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
  border-style: solid;
  border-bottom-width: calc(var(--tab-border, 1px) + 1px);
}

.tabs-lifted > .tab {
  border: var(--tab-border, 1px) solid transparent;
  border-width: 0 0 var(--tab-border, 1px) 0;
  border-start-start-radius: var(--tab-radius, 0.5rem);
  border-start-end-radius: var(--tab-radius, 0.5rem);
  border-bottom-color: var(--tab-border-color);
  padding-inline-start: var(--tab-padding, 1rem);
  padding-inline-end: var(--tab-padding, 1rem);
  padding-top: var(--tab-border, 1px);
}

.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]), .tabs-lifted > .tab:is(input:checked) {
  background-color: var(--tab-bg);
  border-width: var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px);
  border-inline-start-color: var(--tab-border-color);
  border-inline-end-color: var(--tab-border-color);
  border-top-color: var(--tab-border-color);
  padding-inline-start: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-inline-end: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-bottom: var(--tab-border, 1px);
  padding-top: 0;
}

.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked):before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + var(--tab-radius, 0.5rem) * 2);
  height: var(--tab-radius, 0.5rem);
  bottom: 0;
  background-size: var(--tab-radius, 0.5rem);
  background-position: top left,
        top right;
  background-repeat: no-repeat;
  --tab-grad: calc(69% - var(--tab-border, 1px));
  --radius-start: radial-gradient(
        circle at top left,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
  --radius-end: radial-gradient(
        circle at top right,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
  background-image: var(--radius-start), var(--radius-end);
}

.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):first-child:before, .tabs-lifted > .tab:is(input:checked):first-child:before {
  background-image: var(--radius-end);
  background-position: top right;
}

[dir="rtl"] .tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):first-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):first-child:before {
  background-image: var(--radius-start);
  background-position: top left;
}

.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):last-child:before, .tabs-lifted > .tab:is(input:checked):last-child:before {
  background-image: var(--radius-start);
  background-position: top left;
}

[dir="rtl"] .tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):last-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):last-child:before {
  background-image: var(--radius-end);
  background-position: top right;
}

.tabs-lifted
  > :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled])
  + .tabs-lifted
  :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked) + .tabs-lifted .tab:is(input:checked):before {
  background-image: var(--radius-end);
  background-position: top right;
}

.tabs-boxed {
  border-radius: var(--rounded-btn, 0.5rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  padding: 0.25rem;
}

.tabs-boxed .tab {
  border-radius: var(--rounded-btn, 0.5rem);
}

.tabs-boxed :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]), .tabs-boxed :is(input:checked) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}

.table:where([dir="rtl"], [dir="rtl"] *) {
  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: 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: 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: 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: var(--fallback-bc,oklch(var(--bc)/0.6));
}

.table :where(tfoot) {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}

.textarea-bordered {
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.textarea:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.textarea-ghost {
  --tw-bg-opacity: 0.05;
}

.textarea-ghost:focus {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  box-shadow: none;
}

.textarea-primary {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
}

.textarea-primary:focus {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}

.textarea-secondary {
  --tw-border-opacity: 1;
  border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));
}

.textarea-secondary:focus {
  --tw-border-opacity: 1;
  border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));
  outline-color: var(--fallback-s,oklch(var(--s)/1));
}

.textarea-accent {
  --tw-border-opacity: 1;
  border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity)));
}

.textarea-accent:focus {
  --tw-border-opacity: 1;
  border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity)));
  outline-color: var(--fallback-a,oklch(var(--a)/1));
}

.textarea-info {
  --tw-border-opacity: 1;
  border-color: var(--fallback-in,oklch(var(--in)/var(--tw-border-opacity)));
}

.textarea-info:focus {
  --tw-border-opacity: 1;
  border-color: var(--fallback-in,oklch(var(--in)/var(--tw-border-opacity)));
  outline-color: var(--fallback-in,oklch(var(--in)/1));
}

.textarea-success {
  --tw-border-opacity: 1;
  border-color: var(--fallback-su,oklch(var(--su)/var(--tw-border-opacity)));
}

.textarea-success:focus {
  --tw-border-opacity: 1;
  border-color: var(--fallback-su,oklch(var(--su)/var(--tw-border-opacity)));
  outline-color: var(--fallback-su,oklch(var(--su)/1));
}

.textarea-warning {
  --tw-border-opacity: 1;
  border-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-border-opacity)));
}

.textarea-warning:focus {
  --tw-border-opacity: 1;
  border-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-border-opacity)));
  outline-color: var(--fallback-wa,oklch(var(--wa)/1));
}

.textarea-error {
  --tw-border-opacity: 1;
  border-color: var(--fallback-er,oklch(var(--er)/var(--tw-border-opacity)));
}

.textarea-error:focus {
  --tw-border-opacity: 1;
  border-color: var(--fallback-er,oklch(var(--er)/var(--tw-border-opacity)));
  outline-color: var(--fallback-er,oklch(var(--er)/1));
}

.textarea-disabled,
  .textarea:disabled,
  .textarea[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}

.textarea-disabled::-moz-placeholder, .textarea:disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}

.textarea-disabled::placeholder,
  .textarea:disabled::placeholder,
  .textarea[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}

@keyframes toast-pop {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.glass,
  .glass.btn-active {
  border: none;
  -webkit-backdrop-filter: blur(var(--glass-blur, 40px));
          backdrop-filter: blur(var(--glass-blur, 40px));
  background-color: transparent;
  background-image: linear-gradient(
        135deg,
        rgb(255 255 255 / var(--glass-opacity, 30%)) 0%,
        rgb(0 0 0 / 0%) 100%
      ),
      linear-gradient(
        var(--glass-reflex-degree, 100deg),
        rgb(255 255 255 / var(--glass-reflex-opacity, 10%)) 25%,
        rgb(0 0 0 / 0%) 25%
      );
  box-shadow: 0 0 0 1px rgb(255 255 255 / var(--glass-border-opacity, 10%)) inset,
      0 0 0 2px rgb(0 0 0 / 5%);
  text-shadow: 0 1px rgb(0 0 0 / var(--glass-text-shadow-opacity, 5%));
}

@media (hover: hover) {
  .glass.btn-active {
    border: none;
    -webkit-backdrop-filter: blur(var(--glass-blur, 40px));
            backdrop-filter: blur(var(--glass-blur, 40px));
    background-color: transparent;
    background-image: linear-gradient(
          135deg,
          rgb(255 255 255 / var(--glass-opacity, 30%)) 0%,
          rgb(0 0 0 / 0%) 100%
        ),
        linear-gradient(
          var(--glass-reflex-degree, 100deg),
          rgb(255 255 255 / var(--glass-reflex-opacity, 10%)) 25%,
          rgb(0 0 0 / 0%) 25%
        );
    box-shadow: 0 0 0 1px rgb(255 255 255 / var(--glass-border-opacity, 10%)) inset,
        0 0 0 2px rgb(0 0 0 / 5%);
    text-shadow: 0 1px rgb(0 0 0 / var(--glass-text-shadow-opacity, 5%));
  }
}

.tab-border-none {
  --tab-border: 0px;
}

.tab-border {
  --tab-border: 1px;
}

.tab-border-2 {
  --tab-border: 2px;
}

.tab-border-3 {
  --tab-border: 3px;
}

.tab-rounded-none {
  --tab-radius: 0;
}

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

.artboard.phone-1.horizontal,
      .artboard.phone-1.artboard-horizontal {
  width: 568px;
  height: 320px;
}

.artboard.phone-2.horizontal,
      .artboard.phone-2.artboard-horizontal {
  width: 667px;
  height: 375px;
}

.artboard.phone-3.horizontal,
      .artboard.phone-3.artboard-horizontal {
  width: 736px;
  height: 414px;
}

.artboard.phone-4.horizontal,
      .artboard.phone-4.artboard-horizontal {
  width: 812px;
  height: 375px;
}

.artboard.phone-5.horizontal,
      .artboard.phone-5.artboard-horizontal {
  width: 896px;
  height: 414px;
}

.artboard.phone-6.horizontal,
      .artboard.phone-6.artboard-horizontal {
  width: 1024px;
  height: 320px;
}

.badge-xs {
  height: 0.75rem;
  font-size: 0.75rem;
  line-height: .75rem;
  padding-left: 0.313rem;
  padding-right: 0.313rem;
}

.badge-sm {
  height: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-left: 0.438rem;
  padding-right: 0.438rem;
}

.badge-md {
  height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 0.563rem;
  padding-right: 0.563rem;
}

.badge-lg {
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 0.688rem;
  padding-right: 0.688rem;
}

.btm-nav-xs {
  height: 2.5rem;
}

.btm-nav-xs > *:where(.active) {
  border-top-width: 1px;
}

.btm-nav-xs .btm-nav-label {
  font-size: 0.75rem;
  line-height: 1rem;
}

.btm-nav-sm {
  height: 3rem;
}

.btm-nav-sm > *:where(.active) {
  border-top-width: 2px;
}

.btm-nav-sm .btm-nav-label {
  font-size: 0.75rem;
  line-height: 1rem;
}

.btm-nav-md {
  height: 4rem;
}

.btm-nav-md > *:where(.active) {
  border-top-width: 2px;
}

.btm-nav-md .btm-nav-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.btm-nav-lg {
  height: 5rem;
}

.btm-nav-lg > *:where(.active) {
  border-top-width: 4px;
}

.btm-nav-lg .btm-nav-label {
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn-xs {
  height: 1.5rem;
  min-height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
}

.btn-sm {
  height: 2rem;
  min-height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
}

.btn-md {
  height: 3rem;
  min-height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
}

.btn-lg {
  height: 4rem;
  min-height: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
}

.btn-wide {
  width: 16rem;
}

.btn-block {
  width: 100%;
}

.btn-square:where(.btn-xs) {
  height: 1.5rem;
  width: 1.5rem;
  padding: 0px;
}

.btn-square:where(.btn-sm) {
  height: 2rem;
  width: 2rem;
  padding: 0px;
}

.btn-square:where(.btn-md) {
  height: 3rem;
  width: 3rem;
  padding: 0px;
}

.btn-square:where(.btn-lg) {
  height: 4rem;
  width: 4rem;
  padding: 0px;
}

.btn-circle:where(.btn-xs) {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  padding: 0px;
}

.btn-circle:where(.btn-sm) {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  padding: 0px;
}

.btn-circle:where(.btn-md) {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px;
}

.btn-circle:where(.btn-lg) {
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  padding: 0px;
}

.card-side {
  align-items: stretch;
  flex-direction: row;
}

.card-side :where(figure:first-child) {
  overflow: hidden;
  border-start-start-radius: inherit;
  border-start-end-radius: unset;
  border-end-start-radius: inherit;
  border-end-end-radius: unset;
}

.card-side :where(figure:last-child) {
  overflow: hidden;
  border-start-start-radius: unset;
  border-start-end-radius: inherit;
  border-end-start-radius: unset;
  border-end-end-radius: inherit;
}

.card-side figure > * {
  max-width: unset;
}

:where(.card-side figure > *) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.divider-horizontal {
  flex-direction: column;
}

.divider-horizontal:before {
  height: 100%;
  width: 0.125rem;
}

.divider-horizontal:after {
  height: 100%;
  width: 0.125rem;
}

.file-input-xs {
  height: 1.5rem;
  padding-inline-end: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
}

.file-input-xs::file-selector-button {
  margin-right: 0.5rem;
  font-size: 0.75rem;
}

.file-input-sm {
  height: 2rem;
  padding-inline-end: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}

.file-input-sm::file-selector-button {
  margin-right: 0.75rem;
  font-size: 0.875rem;
}

.file-input-md {
  height: 3rem;
  padding-inline-end: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}

.file-input-md::file-selector-button {
  margin-right: 1rem;
  font-size: 0.875rem;
}

.file-input-lg {
  height: 4rem;
  padding-inline-end: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 2;
}

.file-input-lg::file-selector-button {
  margin-right: 1.5rem;
  font-size: 1.125rem;
}

.indicator :where(.indicator-item.indicator-start) {
  inset-inline-end: auto;
  inset-inline-start: 0px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.indicator :where(.indicator-item.indicator-start):where([dir="rtl"], [dir="rtl"] *) {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.input-xs {
  height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
}

.input-md {
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}

.input-lg {
  height: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 2;
}

.input-sm {
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 2rem;
}

.join.join-horizontal {
  flex-direction: row;
}

.join.join-horizontal .join-item:first-child:not(:last-child),
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-end-end-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: inherit;
  border-start-start-radius: inherit;
}

.join.join-horizontal .join-item:last-child:not(:first-child),
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
  border-end-end-radius: inherit;
  border-start-end-radius: inherit;
}

.menu-horizontal {
  display: inline-flex;
  flex-direction: row;
}

.menu-horizontal > li:not(.menu-title) > details > ul {
  position: absolute;
}

.menu-vertical {
  display: flex;
  flex-direction: column;
}

.menu-vertical > li:not(.menu-title) > details > ul {
  position: relative;
}

.modal-top {
  place-items: start;
}

.modal-middle {
  place-items: center;
}

.modal-bottom {
  place-items: end;
}

.select-md {
  height: 3rem;
  min-height: 3rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}

[dir="rtl"] .select-md {
  padding-left: 2.5rem;
  padding-right: 1rem;
}

.select-lg {
  height: 4rem;
  min-height: 4rem;
  padding-left: 1.5rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 2;
}

[dir="rtl"] .select-lg {
  padding-left: 2rem;
  padding-right: 1.5rem;
}

.select-sm {
  height: 2rem;
  min-height: 2rem;
  padding-left: 0.75rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 2rem;
}

[dir="rtl"] .select-sm {
  padding-left: 2rem;
  padding-right: 0.75rem;
}

.select-xs {
  height: 1.5rem;
  min-height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
}

[dir="rtl"] .select-xs {
  padding-left: 2rem;
  padding-right: 0.5rem;
}

.stats-horizontal {
  grid-auto-flow: column;
}

.stats-vertical {
  grid-auto-flow: row;
}

.steps-horizontal {
  grid-auto-columns: 1fr;
  display: inline-grid;
  grid-auto-flow: column;
  overflow: hidden;
  overflow-x: auto;
}

.steps-horizontal .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  place-items: center;
  text-align: center;
}

.tabs-md :where(.tab) {
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
}

.tabs-lg :where(.tab) {
  height: 3rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 2;
  --tab-padding: 1.25rem;
}

.tabs-sm :where(.tab) {
  height: 1.5rem;
  font-size: 0.875rem;
  line-height: .75rem;
  --tab-padding: 0.75rem;
}

.tabs-xs :where(.tab) {
  height: 1.25rem;
  font-size: 0.75rem;
  line-height: .75rem;
  --tab-padding: 0.5rem;
}

.textarea-xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
}

.textarea-sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 2rem;
}

.textarea-md {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}

.textarea-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 2;
}

.timeline-compact,
.timeline-horizontal.timeline-compact {
  --timeline-row-start: 0;
}

.timeline-compact .timeline-start, .timeline-horizontal.timeline-compact .timeline-start {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
  margin: 0.25rem;
  align-self: flex-start;
  justify-self: center;
}

.timeline-compact li:has(.timeline-start) .timeline-end, .timeline-horizontal.timeline-compact li:has(.timeline-start) .timeline-end {
  grid-column-start: none;
  grid-row-start: auto;
}

.timeline-vertical.timeline-compact .timeline-start {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 4;
  align-self: center;
  justify-self: start;
}

.timeline-vertical.timeline-compact li:has(.timeline-start) .timeline-end {
  grid-column-start: auto;
  grid-row-start: none;
}

.timeline-vertical .timeline-start {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
  align-self: center;
  justify-self: end;
}

.timeline-horizontal {
  flex-direction: row;
}

.timeline-horizontal > li > hr {
  width: 100%;
}

:where(.timeline-horizontal > li) {
  align-items: center;
}

:where(.timeline-horizontal > li > hr):first-child {
  grid-column-start: 1;
  grid-row-start: 2;
}

:where(.timeline-horizontal > li > hr):last-child {
  grid-column-start: 3;
  grid-column-end: none;
  grid-row-start: 2;
  grid-row-end: auto;
}

.timeline-horizontal .timeline-start {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: flex-end;
  justify-self: center;
}

.timeline-horizontal .timeline-end {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
  align-self: flex-start;
  justify-self: center;
}

:where(.timeline-snap-icon) > li,
.timeline-horizontal:where(.timeline-snap-icon) > li {
  --timeline-col-start: 0.5rem;
  --timeline-row-start: minmax(0, 1fr);
}

.toast:where(.toast-start) {
  inset-inline-end: auto;
  inset-inline-start: 0px;
  --tw-translate-x: 0px;
  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));
}

.tooltip {
  position: relative;
  display: inline-block;
  --tooltip-offset: calc(100% + 1px + var(--tooltip-tail, 0px));
}

.tooltip:before {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  content: var(--tw-content);
  --tw-content: attr(data-tip);
}

.tooltip:before, .tooltip-top:before {
  transform: translateX(-50%);
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-offset);
}

.tooltip-bottom:before {
  transform: translateX(-50%);
  top: var(--tooltip-offset);
  left: 50%;
  right: auto;
  bottom: auto;
}

.tooltip-left:before {
  transform: translateY(-50%);
  top: 50%;
  left: auto;
  right: var(--tooltip-offset);
  bottom: auto;
}

.tooltip-right:before {
  transform: translateY(-50%);
  top: 50%;
  left: var(--tooltip-offset);
  right: auto;
  bottom: auto;
}

.avatar.online:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)));
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--fallback-b1,oklch(var(--b1)/1));
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
}

.avatar.offline:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--fallback-b1,oklch(var(--b1)/1));
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
}

.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: var(--padding-card, 2rem);
  font-size: 1rem;
  line-height: 1.5rem;
}

.card-normal .card-title {
  margin-bottom: 0.75rem;
}

.divider-horizontal {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
  width: 1rem;
}

.join.join-vertical > :where(*:not(:first-child)):is(.btn) {
  margin-top: calc(var(--border-btn) * -1);
}

.join.join-horizontal > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-inline-start: -1px;
}

.join.join-horizontal > :where(*:not(:first-child)):is(.btn) {
  margin-inline-start: calc(var(--border-btn) * -1);
  margin-top: 0px;
}

.menu-horizontal > li:not(.menu-title) > details > ul {
  margin-inline-start: 0px;
  margin-top: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-inline-end: 0.5rem;
}

.menu-horizontal > li > details > ul:before {
  content: none;
}

:where(.menu-horizontal > li:not(.menu-title) > details > ul) {
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-vertical > li:not(.menu-title) > details > ul {
  margin-inline-start: 1rem;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-inline-end: 0px;
}

.menu-xs :where(li:not(.menu-title) > *:not(ul, details, .menu-title)), .menu-xs :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.menu-xs .menu-title {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.menu-sm :where(li:not(.menu-title) > *:not(ul, details, .menu-title)), .menu-sm :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  border-radius: var(--rounded-btn, 0.5rem);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.menu-sm .menu-title {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.menu-md :where(li:not(.menu-title) > *:not(ul, details, .menu-title)), .menu-md :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  border-radius: var(--rounded-btn, 0.5rem);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.menu-md .menu-title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.menu-lg :where(li:not(.menu-title) > *:not(ul, details, .menu-title)), .menu-lg :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  border-radius: var(--rounded-btn, 0.5rem);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.menu-lg .menu-title {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.modal-top :where(.modal-box) {
  width: 100%;
  max-width: none;
  --tw-translate-y: -2.5rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.modal-middle :where(.modal-box) {
  width: 91.666667%;
  max-width: 32rem;
  --tw-translate-y: 0px;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
}

.modal-bottom :where(.modal-box) {
  width: 100%;
  max-width: none;
  --tw-translate-y: 2.5rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.stats-horizontal > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.stats-horizontal {
  overflow-x: auto;
}

.stats-horizontal:where([dir="rtl"], [dir="rtl"] *) {
  --tw-divide-x-reverse: 1;
}

.stats-vertical > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

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

.steps-horizontal .step {
  grid-template-rows: 40px 1fr;
  grid-template-columns: auto;
  min-width: 4rem;
}

.steps-horizontal .step:before {
  height: 0.5rem;
  width: 100%;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  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));
  content: "";
  margin-inline-start: -100%;
}

.steps-horizontal .step:where([dir="rtl"], [dir="rtl"] *):before {
  --tw-translate-x: 0px;
  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));
}

.table-xs :not(thead):not(tfoot) tr {
  font-size: 0.75rem;
  line-height: 1rem;
}

.table-xs :where(th, td) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.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-md :not(thead):not(tfoot) tr {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.table-md :where(th, td) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.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;
}

.timeline-horizontal > li > hr {
  height: 0.25rem;
}

:where(.timeline-horizontal:has(.timeline-middle) > li > hr):first-child {
  border-start-end-radius: var(--rounded-badge, 1.9rem);
  border-end-end-radius: var(--rounded-badge, 1.9rem);
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}

:where(.timeline-horizontal:has(.timeline-middle) > li > hr):last-child {
  border-start-start-radius: var(--rounded-badge, 1.9rem);
  border-end-start-radius: var(--rounded-badge, 1.9rem);
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}

:where(.timeline-horizontal:not(:has(.timeline-middle)) :first-child > hr:last-child) {
  border-start-start-radius: var(--rounded-badge, 1.9rem);
  border-end-start-radius: var(--rounded-badge, 1.9rem);
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}

:where(.timeline-horizontal:not(:has(.timeline-middle)) :last-child > hr:first-child) {
  border-start-end-radius: var(--rounded-badge, 1.9rem);
  border-end-end-radius: var(--rounded-badge, 1.9rem);
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}

.tooltip {
  position: relative;
  display: inline-block;
  text-align: center;
  --tooltip-tail: 0.1875rem;
  --tooltip-color: var(--fallback-n,oklch(var(--n)/1));
  --tooltip-text-color: var(--fallback-nc,oklch(var(--nc)/1));
  --tooltip-tail-offset: calc(100% + 0.0625rem - var(--tooltip-tail));
}

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

.tooltip:after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: var(--tooltip-tail, 0);
  width: 0;
  height: 0;
  display: block;
}

.tooltip:before {
  max-width: 20rem;
  white-space: normal;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: var(--tooltip-color);
  color: var(--tooltip-text-color);
  width: -moz-max-content;
  width: max-content;
}

.tooltip.tooltip-open:before {
  opacity: 1;
  transition-delay: 75ms;
}

.tooltip.tooltip-open:after {
  opacity: 1;
  transition-delay: 75ms;
}

.tooltip:hover:before {
  opacity: 1;
  transition-delay: 75ms;
}

.tooltip:hover:after {
  opacity: 1;
  transition-delay: 75ms;
}

.tooltip:has(:focus-visible):after,
.tooltip:has(:focus-visible):before {
  opacity: 1;
  transition-delay: 75ms;
}

.tooltip:not([data-tip]):hover:before,
.tooltip:not([data-tip]):hover:after {
  visibility: hidden;
  opacity: 0;
}

.tooltip:after, .tooltip-top:after {
  transform: translateX(-50%);
  border-color: var(--tooltip-color) transparent transparent transparent;
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-tail-offset);
}

.tooltip-bottom:after {
  transform: translateX(-50%);
  border-color: transparent transparent var(--tooltip-color) transparent;
  top: var(--tooltip-tail-offset);
  left: 50%;
  right: auto;
  bottom: auto;
}

.tooltip-left:after {
  transform: translateY(-50%);
  border-color: transparent transparent transparent var(--tooltip-color);
  top: 50%;
  left: auto;
  right: calc(var(--tooltip-tail-offset) + 0.0625rem);
  bottom: auto;
}

.tooltip-right:after {
  transform: translateY(-50%);
  border-color: transparent var(--tooltip-color) transparent transparent;
  top: 50%;
  left: calc(var(--tooltip-tail-offset) + 0.0625rem);
  right: auto;
  bottom: auto;
}

.tooltip-primary {
  --tooltip-color: var(--fallback-p,oklch(var(--p)/1));
  --tooltip-text-color: var(--fallback-pc,oklch(var(--pc)/1));
}

.tooltip-secondary {
  --tooltip-color: var(--fallback-s,oklch(var(--s)/1));
  --tooltip-text-color: var(--fallback-sc,oklch(var(--sc)/1));
}

.tooltip-accent {
  --tooltip-color: var(--fallback-a,oklch(var(--a)/1));
  --tooltip-text-color: var(--fallback-ac,oklch(var(--ac)/1));
}

.tooltip-info {
  --tooltip-color: var(--fallback-in,oklch(var(--in)/1));
  --tooltip-text-color: var(--fallback-inc,oklch(var(--inc)/1));
}

.tooltip-success {
  --tooltip-color: var(--fallback-su,oklch(var(--su)/1));
  --tooltip-text-color: var(--fallback-suc,oklch(var(--suc)/1));
}

.tooltip-warning {
  --tooltip-color: var(--fallback-wa,oklch(var(--wa)/1));
  --tooltip-text-color: var(--fallback-wac,oklch(var(--wac)/1));
}

.tooltip-error {
  --tooltip-color: var(--fallback-er,oklch(var(--er)/1));
  --tooltip-text-color: var(--fallback-erc,oklch(var(--erc)/1));
}

.static {
  position: static;
}

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

.-start-0\.5 {
  inset-inline-start: -0.125rem;
}

.-start-1 {
  inset-inline-start: -0.25rem;
}

.-start-1\.5 {
  inset-inline-start: -0.375rem;
}

.-start-1\/2 {
  inset-inline-start: -50%;
}

.-start-1\/3 {
  inset-inline-start: -33.333333%;
}

.-start-1\/4 {
  inset-inline-start: -25%;
}

.-start-10 {
  inset-inline-start: -2.5rem;
}

.-start-11 {
  inset-inline-start: -2.75rem;
}

.-start-12 {
  inset-inline-start: -3rem;
}

.-start-14 {
  inset-inline-start: -3.5rem;
}

.-start-16 {
  inset-inline-start: -4rem;
}

.-start-2 {
  inset-inline-start: -0.5rem;
}

.-start-2\.5 {
  inset-inline-start: -0.625rem;
}

.-start-2\/3 {
  inset-inline-start: -66.666667%;
}

.-start-2\/4 {
  inset-inline-start: -50%;
}

.-start-20 {
  inset-inline-start: -5rem;
}

.-start-24 {
  inset-inline-start: -6rem;
}

.-start-28 {
  inset-inline-start: -7rem;
}

.-start-3 {
  inset-inline-start: -0.75rem;
}

.-start-3\.5 {
  inset-inline-start: -0.875rem;
}

.-start-3\/4 {
  inset-inline-start: -75%;
}

.-start-32 {
  inset-inline-start: -8rem;
}

.-start-36 {
  inset-inline-start: -9rem;
}

.-start-4 {
  inset-inline-start: -1rem;
}

.-start-40 {
  inset-inline-start: -10rem;
}

.-start-44 {
  inset-inline-start: -11rem;
}

.-start-48 {
  inset-inline-start: -12rem;
}

.-start-5 {
  inset-inline-start: -1.25rem;
}

.-start-52 {
  inset-inline-start: -13rem;
}

.-start-56 {
  inset-inline-start: -14rem;
}

.-start-6 {
  inset-inline-start: -1.5rem;
}

.-start-60 {
  inset-inline-start: -15rem;
}

.-start-64 {
  inset-inline-start: -16rem;
}

.-start-7 {
  inset-inline-start: -1.75rem;
}

.-start-72 {
  inset-inline-start: -18rem;
}

.-start-8 {
  inset-inline-start: -2rem;
}

.-start-80 {
  inset-inline-start: -20rem;
}

.-start-9 {
  inset-inline-start: -2.25rem;
}

.-start-96 {
  inset-inline-start: -24rem;
}

.-start-full {
  inset-inline-start: -100%;
}

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

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

.start-0\.5 {
  inset-inline-start: 0.125rem;
}

.start-1 {
  inset-inline-start: 0.25rem;
}

.start-1\.5 {
  inset-inline-start: 0.375rem;
}

.start-1\/2 {
  inset-inline-start: 50%;
}

.start-1\/3 {
  inset-inline-start: 33.333333%;
}

.start-1\/4 {
  inset-inline-start: 25%;
}

.start-10 {
  inset-inline-start: 2.5rem;
}

.start-11 {
  inset-inline-start: 2.75rem;
}

.start-12 {
  inset-inline-start: 3rem;
}

.start-14 {
  inset-inline-start: 3.5rem;
}

.start-16 {
  inset-inline-start: 4rem;
}

.start-2 {
  inset-inline-start: 0.5rem;
}

.start-2\.5 {
  inset-inline-start: 0.625rem;
}

.start-2\/3 {
  inset-inline-start: 66.666667%;
}

.start-2\/4 {
  inset-inline-start: 50%;
}

.start-20 {
  inset-inline-start: 5rem;
}

.start-24 {
  inset-inline-start: 6rem;
}

.start-28 {
  inset-inline-start: 7rem;
}

.start-3 {
  inset-inline-start: 0.75rem;
}

.start-3\.5 {
  inset-inline-start: 0.875rem;
}

.start-3\/4 {
  inset-inline-start: 75%;
}

.start-32 {
  inset-inline-start: 8rem;
}

.start-36 {
  inset-inline-start: 9rem;
}

.start-4 {
  inset-inline-start: 1rem;
}

.start-40 {
  inset-inline-start: 10rem;
}

.start-44 {
  inset-inline-start: 11rem;
}

.start-48 {
  inset-inline-start: 12rem;
}

.start-5 {
  inset-inline-start: 1.25rem;
}

.start-52 {
  inset-inline-start: 13rem;
}

.start-56 {
  inset-inline-start: 14rem;
}

.start-6 {
  inset-inline-start: 1.5rem;
}

.start-60 {
  inset-inline-start: 15rem;
}

.start-64 {
  inset-inline-start: 16rem;
}

.start-7 {
  inset-inline-start: 1.75rem;
}

.start-72 {
  inset-inline-start: 18rem;
}

.start-8 {
  inset-inline-start: 2rem;
}

.start-80 {
  inset-inline-start: 20rem;
}

.start-9 {
  inset-inline-start: 2.25rem;
}

.start-96 {
  inset-inline-start: 24rem;
}

.start-auto {
  inset-inline-start: auto;
}

.start-full {
  inset-inline-start: 100%;
}

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

.-col-start-1 {
  grid-column-start: -1;
}

.-col-start-10 {
  grid-column-start: -10;
}

.-col-start-11 {
  grid-column-start: -11;
}

.-col-start-12 {
  grid-column-start: -12;
}

.-col-start-13 {
  grid-column-start: -13;
}

.-col-start-2 {
  grid-column-start: -2;
}

.-col-start-3 {
  grid-column-start: -3;
}

.-col-start-4 {
  grid-column-start: -4;
}

.-col-start-5 {
  grid-column-start: -5;
}

.-col-start-6 {
  grid-column-start: -6;
}

.-col-start-7 {
  grid-column-start: -7;
}

.-col-start-8 {
  grid-column-start: -8;
}

.-col-start-9 {
  grid-column-start: -9;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-auto {
  grid-column-start: auto;
}

.-row-start-1 {
  grid-row-start: -1;
}

.-row-start-10 {
  grid-row-start: -10;
}

.-row-start-11 {
  grid-row-start: -11;
}

.-row-start-12 {
  grid-row-start: -12;
}

.-row-start-13 {
  grid-row-start: -13;
}

.-row-start-2 {
  grid-row-start: -2;
}

.-row-start-3 {
  grid-row-start: -3;
}

.-row-start-4 {
  grid-row-start: -4;
}

.-row-start-5 {
  grid-row-start: -5;
}

.-row-start-6 {
  grid-row-start: -6;
}

.-row-start-7 {
  grid-row-start: -7;
}

.-row-start-8 {
  grid-row-start: -8;
}

.-row-start-9 {
  grid-row-start: -9;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-10 {
  grid-row-start: 10;
}

.row-start-11 {
  grid-row-start: 11;
}

.row-start-12 {
  grid-row-start: 12;
}

.row-start-13 {
  grid-row-start: 13;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-8 {
  grid-row-start: 8;
}

.row-start-9 {
  grid-row-start: 9;
}

.row-start-auto {
  grid-row-start: auto;
}

.float-start {
  float: inline-start;
}

.clear-start {
  clear: inline-start;
}

.m-auto {
  margin: auto;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-\[200px\] {
  min-height: 200px;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

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

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

.flex-none {
  flex: none;
}

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

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

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

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

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-context-menu {
  cursor: context-menu;
}

.cursor-text {
  cursor: text;
}

.cursor-vertical-text {
  cursor: vertical-text;
}

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

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

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

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

.snap-start {
  scroll-snap-align: start;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

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

.place-content-start {
  place-content: start;
}

.place-items-start {
  place-items: start;
}

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.gap-4 {
  gap: 1rem;
}

.place-self-start {
  place-self: start;
}

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

.justify-self-start {
  justify-self: start;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.overflow-x-clip {
  overflow-x: clip;
}

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

.overflow-x-visible {
  overflow-x: visible;
}

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

.overflow-x-scroll {
  overflow-x: scroll;
}

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

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

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

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

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

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

.rounded-badge {
  border-radius: var(--rounded-badge, 1.9rem);
}

.rounded-btn {
  border-radius: var(--rounded-btn, 0.5rem);
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-b-badge {
  border-bottom-right-radius: var(--rounded-badge, 1.9rem);
  border-bottom-left-radius: var(--rounded-badge, 1.9rem);
}

.rounded-b-btn {
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}

.rounded-e-badge {
  border-start-end-radius: var(--rounded-badge, 1.9rem);
  border-end-end-radius: var(--rounded-badge, 1.9rem);
}

.rounded-e-btn {
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.rounded-l-badge {
  border-top-left-radius: var(--rounded-badge, 1.9rem);
  border-bottom-left-radius: var(--rounded-badge, 1.9rem);
}

.rounded-l-btn {
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}

.rounded-r-badge {
  border-top-right-radius: var(--rounded-badge, 1.9rem);
  border-bottom-right-radius: var(--rounded-badge, 1.9rem);
}

.rounded-r-btn {
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.rounded-s-badge {
  border-start-start-radius: var(--rounded-badge, 1.9rem);
  border-end-start-radius: var(--rounded-badge, 1.9rem);
}

.rounded-s-btn {
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: var(--rounded-btn, 0.5rem);
}

.rounded-t-badge {
  border-top-left-radius: var(--rounded-badge, 1.9rem);
  border-top-right-radius: var(--rounded-badge, 1.9rem);
}

.rounded-t-btn {
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: var(--rounded-btn, 0.5rem);
}

.rounded-bl-badge {
  border-bottom-left-radius: var(--rounded-badge, 1.9rem);
}

.rounded-bl-btn {
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
}

.rounded-br-badge {
  border-bottom-right-radius: var(--rounded-badge, 1.9rem);
}

.rounded-br-btn {
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.rounded-ee-badge {
  border-end-end-radius: var(--rounded-badge, 1.9rem);
}

.rounded-ee-btn {
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.rounded-es-badge {
  border-end-start-radius: var(--rounded-badge, 1.9rem);
}

.rounded-es-btn {
  border-end-start-radius: var(--rounded-btn, 0.5rem);
}

.rounded-se-badge {
  border-start-end-radius: var(--rounded-badge, 1.9rem);
}

.rounded-se-btn {
  border-start-end-radius: var(--rounded-btn, 0.5rem);
}

.rounded-ss-badge {
  border-start-start-radius: var(--rounded-badge, 1.9rem);
}

.rounded-ss-btn {
  border-start-start-radius: var(--rounded-btn, 0.5rem);
}

.rounded-tl-badge {
  border-top-left-radius: var(--rounded-badge, 1.9rem);
}

.rounded-tl-btn {
  border-top-left-radius: var(--rounded-btn, 0.5rem);
}

.rounded-tr-badge {
  border-top-right-radius: var(--rounded-badge, 1.9rem);
}

.rounded-tr-btn {
  border-top-right-radius: var(--rounded-btn, 0.5rem);
}

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

.border-base-300 {
  --tw-border-opacity: 1;
  border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity, 1)));
}

.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

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

.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}

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

.bg-contain {
  background-size: contain;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.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-semibold {
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.text-accent {
  --tw-text-opacity: 1;
  color: var(--fallback-a,oklch(var(--a)/var(--tw-text-opacity, 1)));
}

.text-accent-content {
  --tw-text-opacity: 1;
  color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity, 1)));
}

.text-accent-content\/0 {
  color: var(--fallback-ac,oklch(var(--ac)/0));
}

.text-accent-content\/10 {
  color: var(--fallback-ac,oklch(var(--ac)/0.1));
}

.text-accent-content\/100 {
  color: var(--fallback-ac,oklch(var(--ac)/1));
}

.text-accent-content\/15 {
  color: var(--fallback-ac,oklch(var(--ac)/0.15));
}

.text-accent-content\/20 {
  color: var(--fallback-ac,oklch(var(--ac)/0.2));
}

.text-accent-content\/25 {
  color: var(--fallback-ac,oklch(var(--ac)/0.25));
}

.text-accent-content\/30 {
  color: var(--fallback-ac,oklch(var(--ac)/0.3));
}

.text-accent-content\/35 {
  color: var(--fallback-ac,oklch(var(--ac)/0.35));
}

.text-accent-content\/40 {
  color: var(--fallback-ac,oklch(var(--ac)/0.4));
}

.text-accent-content\/45 {
  color: var(--fallback-ac,oklch(var(--ac)/0.45));
}

.text-accent-content\/5 {
  color: var(--fallback-ac,oklch(var(--ac)/0.05));
}

.text-accent-content\/50 {
  color: var(--fallback-ac,oklch(var(--ac)/0.5));
}

.text-accent-content\/55 {
  color: var(--fallback-ac,oklch(var(--ac)/0.55));
}

.text-accent-content\/60 {
  color: var(--fallback-ac,oklch(var(--ac)/0.6));
}

.text-accent-content\/65 {
  color: var(--fallback-ac,oklch(var(--ac)/0.65));
}

.text-accent-content\/70 {
  color: var(--fallback-ac,oklch(var(--ac)/0.7));
}

.text-accent-content\/75 {
  color: var(--fallback-ac,oklch(var(--ac)/0.75));
}

.text-accent-content\/80 {
  color: var(--fallback-ac,oklch(var(--ac)/0.8));
}

.text-accent-content\/85 {
  color: var(--fallback-ac,oklch(var(--ac)/0.85));
}

.text-accent-content\/90 {
  color: var(--fallback-ac,oklch(var(--ac)/0.9));
}

.text-accent-content\/95 {
  color: var(--fallback-ac,oklch(var(--ac)/0.95));
}

.text-accent\/0 {
  color: var(--fallback-a,oklch(var(--a)/0));
}

.text-accent\/10 {
  color: var(--fallback-a,oklch(var(--a)/0.1));
}

.text-accent\/100 {
  color: var(--fallback-a,oklch(var(--a)/1));
}

.text-accent\/15 {
  color: var(--fallback-a,oklch(var(--a)/0.15));
}

.text-accent\/20 {
  color: var(--fallback-a,oklch(var(--a)/0.2));
}

.text-accent\/25 {
  color: var(--fallback-a,oklch(var(--a)/0.25));
}

.text-accent\/30 {
  color: var(--fallback-a,oklch(var(--a)/0.3));
}

.text-accent\/35 {
  color: var(--fallback-a,oklch(var(--a)/0.35));
}

.text-accent\/40 {
  color: var(--fallback-a,oklch(var(--a)/0.4));
}

.text-accent\/45 {
  color: var(--fallback-a,oklch(var(--a)/0.45));
}

.text-accent\/5 {
  color: var(--fallback-a,oklch(var(--a)/0.05));
}

.text-accent\/50 {
  color: var(--fallback-a,oklch(var(--a)/0.5));
}

.text-accent\/55 {
  color: var(--fallback-a,oklch(var(--a)/0.55));
}

.text-accent\/60 {
  color: var(--fallback-a,oklch(var(--a)/0.6));
}

.text-accent\/65 {
  color: var(--fallback-a,oklch(var(--a)/0.65));
}

.text-accent\/70 {
  color: var(--fallback-a,oklch(var(--a)/0.7));
}

.text-accent\/75 {
  color: var(--fallback-a,oklch(var(--a)/0.75));
}

.text-accent\/80 {
  color: var(--fallback-a,oklch(var(--a)/0.8));
}

.text-accent\/85 {
  color: var(--fallback-a,oklch(var(--a)/0.85));
}

.text-accent\/90 {
  color: var(--fallback-a,oklch(var(--a)/0.9));
}

.text-accent\/95 {
  color: var(--fallback-a,oklch(var(--a)/0.95));
}

.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.text-amber-100\/0 {
  color: rgb(254 243 199 / 0);
}

.text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1);
}

.text-amber-100\/100 {
  color: rgb(254 243 199 / 1);
}

.text-amber-100\/15 {
  color: rgb(254 243 199 / 0.15);
}

.text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2);
}

.text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25);
}

.text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3);
}

.text-amber-100\/35 {
  color: rgb(254 243 199 / 0.35);
}

.text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4);
}

.text-amber-100\/45 {
  color: rgb(254 243 199 / 0.45);
}

.text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05);
}

.text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5);
}

.text-amber-100\/55 {
  color: rgb(254 243 199 / 0.55);
}

.text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6);
}

.text-amber-100\/65 {
  color: rgb(254 243 199 / 0.65);
}

.text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7);
}

.text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75);
}

.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}

.text-amber-100\/85 {
  color: rgb(254 243 199 / 0.85);
}

.text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9);
}

.text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95);
}

.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.text-amber-200\/0 {
  color: rgb(253 230 138 / 0);
}

.text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1);
}

.text-amber-200\/100 {
  color: rgb(253 230 138 / 1);
}

.text-amber-200\/15 {
  color: rgb(253 230 138 / 0.15);
}

.text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2);
}

.text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25);
}

.text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3);
}

.text-amber-200\/35 {
  color: rgb(253 230 138 / 0.35);
}

.text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4);
}

.text-amber-200\/45 {
  color: rgb(253 230 138 / 0.45);
}

.text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05);
}

.text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5);
}

.text-amber-200\/55 {
  color: rgb(253 230 138 / 0.55);
}

.text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6);
}

.text-amber-200\/65 {
  color: rgb(253 230 138 / 0.65);
}

.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}

.text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75);
}

.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}

.text-amber-200\/85 {
  color: rgb(253 230 138 / 0.85);
}

.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}

.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95);
}

.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.text-amber-300\/0 {
  color: rgb(252 211 77 / 0);
}

.text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1);
}

.text-amber-300\/100 {
  color: rgb(252 211 77 / 1);
}

.text-amber-300\/15 {
  color: rgb(252 211 77 / 0.15);
}

.text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2);
}

.text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25);
}

.text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3);
}

.text-amber-300\/35 {
  color: rgb(252 211 77 / 0.35);
}

.text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4);
}

.text-amber-300\/45 {
  color: rgb(252 211 77 / 0.45);
}

.text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05);
}

.text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5);
}

.text-amber-300\/55 {
  color: rgb(252 211 77 / 0.55);
}

.text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}

.text-amber-300\/65 {
  color: rgb(252 211 77 / 0.65);
}

.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}

.text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75);
}

.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}

.text-amber-300\/85 {
  color: rgb(252 211 77 / 0.85);
}

.text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9);
}

.text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95);
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-400\/0 {
  color: rgb(251 191 36 / 0);
}

.text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1);
}

.text-amber-400\/100 {
  color: rgb(251 191 36 / 1);
}

.text-amber-400\/15 {
  color: rgb(251 191 36 / 0.15);
}

.text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2);
}

.text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25);
}

.text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3);
}

.text-amber-400\/35 {
  color: rgb(251 191 36 / 0.35);
}

.text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4);
}

.text-amber-400\/45 {
  color: rgb(251 191 36 / 0.45);
}

.text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05);
}

.text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5);
}

.text-amber-400\/55 {
  color: rgb(251 191 36 / 0.55);
}

.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6);
}

.text-amber-400\/65 {
  color: rgb(251 191 36 / 0.65);
}

.text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7);
}

.text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75);
}

.text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8);
}

.text-amber-400\/85 {
  color: rgb(251 191 36 / 0.85);
}

.text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9);
}

.text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95);
}

.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.text-amber-50\/0 {
  color: rgb(255 251 235 / 0);
}

.text-amber-50\/10 {
  color: rgb(255 251 235 / 0.1);
}

.text-amber-50\/100 {
  color: rgb(255 251 235 / 1);
}

.text-amber-50\/15 {
  color: rgb(255 251 235 / 0.15);
}

.text-amber-50\/20 {
  color: rgb(255 251 235 / 0.2);
}

.text-amber-50\/25 {
  color: rgb(255 251 235 / 0.25);
}

.text-amber-50\/30 {
  color: rgb(255 251 235 / 0.3);
}

.text-amber-50\/35 {
  color: rgb(255 251 235 / 0.35);
}

.text-amber-50\/40 {
  color: rgb(255 251 235 / 0.4);
}

.text-amber-50\/45 {
  color: rgb(255 251 235 / 0.45);
}

.text-amber-50\/5 {
  color: rgb(255 251 235 / 0.05);
}

.text-amber-50\/50 {
  color: rgb(255 251 235 / 0.5);
}

.text-amber-50\/55 {
  color: rgb(255 251 235 / 0.55);
}

.text-amber-50\/60 {
  color: rgb(255 251 235 / 0.6);
}

.text-amber-50\/65 {
  color: rgb(255 251 235 / 0.65);
}

.text-amber-50\/70 {
  color: rgb(255 251 235 / 0.7);
}

.text-amber-50\/75 {
  color: rgb(255 251 235 / 0.75);
}

.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8);
}

.text-amber-50\/85 {
  color: rgb(255 251 235 / 0.85);
}

.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9);
}

.text-amber-50\/95 {
  color: rgb(255 251 235 / 0.95);
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-amber-500\/0 {
  color: rgb(245 158 11 / 0);
}

.text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1);
}

.text-amber-500\/100 {
  color: rgb(245 158 11 / 1);
}

.text-amber-500\/15 {
  color: rgb(245 158 11 / 0.15);
}

.text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2);
}

.text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25);
}

.text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3);
}

.text-amber-500\/35 {
  color: rgb(245 158 11 / 0.35);
}

.text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4);
}

.text-amber-500\/45 {
  color: rgb(245 158 11 / 0.45);
}

.text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05);
}

.text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5);
}

.text-amber-500\/55 {
  color: rgb(245 158 11 / 0.55);
}

.text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6);
}

.text-amber-500\/65 {
  color: rgb(245 158 11 / 0.65);
}

.text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7);
}

.text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75);
}

.text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8);
}

.text-amber-500\/85 {
  color: rgb(245 158 11 / 0.85);
}

.text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9);
}

.text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95);
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-amber-600\/0 {
  color: rgb(217 119 6 / 0);
}

.text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1);
}

.text-amber-600\/100 {
  color: rgb(217 119 6 / 1);
}

.text-amber-600\/15 {
  color: rgb(217 119 6 / 0.15);
}

.text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2);
}

.text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25);
}

.text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3);
}

.text-amber-600\/35 {
  color: rgb(217 119 6 / 0.35);
}

.text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4);
}

.text-amber-600\/45 {
  color: rgb(217 119 6 / 0.45);
}

.text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05);
}

.text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5);
}

.text-amber-600\/55 {
  color: rgb(217 119 6 / 0.55);
}

.text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6);
}

.text-amber-600\/65 {
  color: rgb(217 119 6 / 0.65);
}

.text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7);
}

.text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75);
}

.text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8);
}

.text-amber-600\/85 {
  color: rgb(217 119 6 / 0.85);
}

.text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9);
}

.text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95);
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-amber-700\/0 {
  color: rgb(180 83 9 / 0);
}

.text-amber-700\/10 {
  color: rgb(180 83 9 / 0.1);
}

.text-amber-700\/100 {
  color: rgb(180 83 9 / 1);
}

.text-amber-700\/15 {
  color: rgb(180 83 9 / 0.15);
}

.text-amber-700\/20 {
  color: rgb(180 83 9 / 0.2);
}

.text-amber-700\/25 {
  color: rgb(180 83 9 / 0.25);
}

.text-amber-700\/30 {
  color: rgb(180 83 9 / 0.3);
}

.text-amber-700\/35 {
  color: rgb(180 83 9 / 0.35);
}

.text-amber-700\/40 {
  color: rgb(180 83 9 / 0.4);
}

.text-amber-700\/45 {
  color: rgb(180 83 9 / 0.45);
}

.text-amber-700\/5 {
  color: rgb(180 83 9 / 0.05);
}

.text-amber-700\/50 {
  color: rgb(180 83 9 / 0.5);
}

.text-amber-700\/55 {
  color: rgb(180 83 9 / 0.55);
}

.text-amber-700\/60 {
  color: rgb(180 83 9 / 0.6);
}

.text-amber-700\/65 {
  color: rgb(180 83 9 / 0.65);
}

.text-amber-700\/70 {
  color: rgb(180 83 9 / 0.7);
}

.text-amber-700\/75 {
  color: rgb(180 83 9 / 0.75);
}

.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}

.text-amber-700\/85 {
  color: rgb(180 83 9 / 0.85);
}

.text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9);
}

.text-amber-700\/95 {
  color: rgb(180 83 9 / 0.95);
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-amber-800\/0 {
  color: rgb(146 64 14 / 0);
}

.text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1);
}

.text-amber-800\/100 {
  color: rgb(146 64 14 / 1);
}

.text-amber-800\/15 {
  color: rgb(146 64 14 / 0.15);
}

.text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2);
}

.text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25);
}

.text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3);
}

.text-amber-800\/35 {
  color: rgb(146 64 14 / 0.35);
}

.text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4);
}

.text-amber-800\/45 {
  color: rgb(146 64 14 / 0.45);
}

.text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05);
}

.text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5);
}

.text-amber-800\/55 {
  color: rgb(146 64 14 / 0.55);
}

.text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6);
}

.text-amber-800\/65 {
  color: rgb(146 64 14 / 0.65);
}

.text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}

.text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75);
}

.text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}

.text-amber-800\/85 {
  color: rgb(146 64 14 / 0.85);
}

.text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9);
}

.text-amber-800\/95 {
  color: rgb(146 64 14 / 0.95);
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.text-amber-900\/0 {
  color: rgb(120 53 15 / 0);
}

.text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1);
}

.text-amber-900\/100 {
  color: rgb(120 53 15 / 1);
}

.text-amber-900\/15 {
  color: rgb(120 53 15 / 0.15);
}

.text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2);
}

.text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25);
}

.text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3);
}

.text-amber-900\/35 {
  color: rgb(120 53 15 / 0.35);
}

.text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4);
}

.text-amber-900\/45 {
  color: rgb(120 53 15 / 0.45);
}

.text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05);
}

.text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5);
}

.text-amber-900\/55 {
  color: rgb(120 53 15 / 0.55);
}

.text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6);
}

.text-amber-900\/65 {
  color: rgb(120 53 15 / 0.65);
}

.text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7);
}

.text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75);
}

.text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8);
}

.text-amber-900\/85 {
  color: rgb(120 53 15 / 0.85);
}

.text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9);
}

.text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95);
}

.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}

.text-amber-950\/0 {
  color: rgb(69 26 3 / 0);
}

.text-amber-950\/10 {
  color: rgb(69 26 3 / 0.1);
}

.text-amber-950\/100 {
  color: rgb(69 26 3 / 1);
}

.text-amber-950\/15 {
  color: rgb(69 26 3 / 0.15);
}

.text-amber-950\/20 {
  color: rgb(69 26 3 / 0.2);
}

.text-amber-950\/25 {
  color: rgb(69 26 3 / 0.25);
}

.text-amber-950\/30 {
  color: rgb(69 26 3 / 0.3);
}

.text-amber-950\/35 {
  color: rgb(69 26 3 / 0.35);
}

.text-amber-950\/40 {
  color: rgb(69 26 3 / 0.4);
}

.text-amber-950\/45 {
  color: rgb(69 26 3 / 0.45);
}

.text-amber-950\/5 {
  color: rgb(69 26 3 / 0.05);
}

.text-amber-950\/50 {
  color: rgb(69 26 3 / 0.5);
}

.text-amber-950\/55 {
  color: rgb(69 26 3 / 0.55);
}

.text-amber-950\/60 {
  color: rgb(69 26 3 / 0.6);
}

.text-amber-950\/65 {
  color: rgb(69 26 3 / 0.65);
}

.text-amber-950\/70 {
  color: rgb(69 26 3 / 0.7);
}

.text-amber-950\/75 {
  color: rgb(69 26 3 / 0.75);
}

.text-amber-950\/80 {
  color: rgb(69 26 3 / 0.8);
}

.text-amber-950\/85 {
  color: rgb(69 26 3 / 0.85);
}

.text-amber-950\/90 {
  color: rgb(69 26 3 / 0.9);
}

.text-amber-950\/95 {
  color: rgb(69 26 3 / 0.95);
}

.text-base-100 {
  --tw-text-opacity: 1;
  color: var(--fallback-b1,oklch(var(--b1)/var(--tw-text-opacity, 1)));
}

.text-base-100\/0 {
  color: var(--fallback-b1,oklch(var(--b1)/0));
}

.text-base-100\/10 {
  color: var(--fallback-b1,oklch(var(--b1)/0.1));
}

.text-base-100\/100 {
  color: var(--fallback-b1,oklch(var(--b1)/1));
}

.text-base-100\/15 {
  color: var(--fallback-b1,oklch(var(--b1)/0.15));
}

.text-base-100\/20 {
  color: var(--fallback-b1,oklch(var(--b1)/0.2));
}

.text-base-100\/25 {
  color: var(--fallback-b1,oklch(var(--b1)/0.25));
}

.text-base-100\/30 {
  color: var(--fallback-b1,oklch(var(--b1)/0.3));
}

.text-base-100\/35 {
  color: var(--fallback-b1,oklch(var(--b1)/0.35));
}

.text-base-100\/40 {
  color: var(--fallback-b1,oklch(var(--b1)/0.4));
}

.text-base-100\/45 {
  color: var(--fallback-b1,oklch(var(--b1)/0.45));
}

.text-base-100\/5 {
  color: var(--fallback-b1,oklch(var(--b1)/0.05));
}

.text-base-100\/50 {
  color: var(--fallback-b1,oklch(var(--b1)/0.5));
}

.text-base-100\/55 {
  color: var(--fallback-b1,oklch(var(--b1)/0.55));
}

.text-base-100\/60 {
  color: var(--fallback-b1,oklch(var(--b1)/0.6));
}

.text-base-100\/65 {
  color: var(--fallback-b1,oklch(var(--b1)/0.65));
}

.text-base-100\/70 {
  color: var(--fallback-b1,oklch(var(--b1)/0.7));
}

.text-base-100\/75 {
  color: var(--fallback-b1,oklch(var(--b1)/0.75));
}

.text-base-100\/80 {
  color: var(--fallback-b1,oklch(var(--b1)/0.8));
}

.text-base-100\/85 {
  color: var(--fallback-b1,oklch(var(--b1)/0.85));
}

.text-base-100\/90 {
  color: var(--fallback-b1,oklch(var(--b1)/0.9));
}

.text-base-100\/95 {
  color: var(--fallback-b1,oklch(var(--b1)/0.95));
}

.text-base-200 {
  --tw-text-opacity: 1;
  color: var(--fallback-b2,oklch(var(--b2)/var(--tw-text-opacity, 1)));
}

.text-base-200\/0 {
  color: var(--fallback-b2,oklch(var(--b2)/0));
}

.text-base-200\/10 {
  color: var(--fallback-b2,oklch(var(--b2)/0.1));
}

.text-base-200\/100 {
  color: var(--fallback-b2,oklch(var(--b2)/1));
}

.text-base-200\/15 {
  color: var(--fallback-b2,oklch(var(--b2)/0.15));
}

.text-base-200\/20 {
  color: var(--fallback-b2,oklch(var(--b2)/0.2));
}

.text-base-200\/25 {
  color: var(--fallback-b2,oklch(var(--b2)/0.25));
}

.text-base-200\/30 {
  color: var(--fallback-b2,oklch(var(--b2)/0.3));
}

.text-base-200\/35 {
  color: var(--fallback-b2,oklch(var(--b2)/0.35));
}

.text-base-200\/40 {
  color: var(--fallback-b2,oklch(var(--b2)/0.4));
}

.text-base-200\/45 {
  color: var(--fallback-b2,oklch(var(--b2)/0.45));
}

.text-base-200\/5 {
  color: var(--fallback-b2,oklch(var(--b2)/0.05));
}

.text-base-200\/50 {
  color: var(--fallback-b2,oklch(var(--b2)/0.5));
}

.text-base-200\/55 {
  color: var(--fallback-b2,oklch(var(--b2)/0.55));
}

.text-base-200\/60 {
  color: var(--fallback-b2,oklch(var(--b2)/0.6));
}

.text-base-200\/65 {
  color: var(--fallback-b2,oklch(var(--b2)/0.65));
}

.text-base-200\/70 {
  color: var(--fallback-b2,oklch(var(--b2)/0.7));
}

.text-base-200\/75 {
  color: var(--fallback-b2,oklch(var(--b2)/0.75));
}

.text-base-200\/80 {
  color: var(--fallback-b2,oklch(var(--b2)/0.8));
}

.text-base-200\/85 {
  color: var(--fallback-b2,oklch(var(--b2)/0.85));
}

.text-base-200\/90 {
  color: var(--fallback-b2,oklch(var(--b2)/0.9));
}

.text-base-200\/95 {
  color: var(--fallback-b2,oklch(var(--b2)/0.95));
}

.text-base-300 {
  --tw-text-opacity: 1;
  color: var(--fallback-b3,oklch(var(--b3)/var(--tw-text-opacity, 1)));
}

.text-base-300\/0 {
  color: var(--fallback-b3,oklch(var(--b3)/0));
}

.text-base-300\/10 {
  color: var(--fallback-b3,oklch(var(--b3)/0.1));
}

.text-base-300\/100 {
  color: var(--fallback-b3,oklch(var(--b3)/1));
}

.text-base-300\/15 {
  color: var(--fallback-b3,oklch(var(--b3)/0.15));
}

.text-base-300\/20 {
  color: var(--fallback-b3,oklch(var(--b3)/0.2));
}

.text-base-300\/25 {
  color: var(--fallback-b3,oklch(var(--b3)/0.25));
}

.text-base-300\/30 {
  color: var(--fallback-b3,oklch(var(--b3)/0.3));
}

.text-base-300\/35 {
  color: var(--fallback-b3,oklch(var(--b3)/0.35));
}

.text-base-300\/40 {
  color: var(--fallback-b3,oklch(var(--b3)/0.4));
}

.text-base-300\/45 {
  color: var(--fallback-b3,oklch(var(--b3)/0.45));
}

.text-base-300\/5 {
  color: var(--fallback-b3,oklch(var(--b3)/0.05));
}

.text-base-300\/50 {
  color: var(--fallback-b3,oklch(var(--b3)/0.5));
}

.text-base-300\/55 {
  color: var(--fallback-b3,oklch(var(--b3)/0.55));
}

.text-base-300\/60 {
  color: var(--fallback-b3,oklch(var(--b3)/0.6));
}

.text-base-300\/65 {
  color: var(--fallback-b3,oklch(var(--b3)/0.65));
}

.text-base-300\/70 {
  color: var(--fallback-b3,oklch(var(--b3)/0.7));
}

.text-base-300\/75 {
  color: var(--fallback-b3,oklch(var(--b3)/0.75));
}

.text-base-300\/80 {
  color: var(--fallback-b3,oklch(var(--b3)/0.8));
}

.text-base-300\/85 {
  color: var(--fallback-b3,oklch(var(--b3)/0.85));
}

.text-base-300\/90 {
  color: var(--fallback-b3,oklch(var(--b3)/0.9));
}

.text-base-300\/95 {
  color: var(--fallback-b3,oklch(var(--b3)/0.95));
}

.text-base-content {
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity, 1)));
}

.text-base-content\/0 {
  color: var(--fallback-bc,oklch(var(--bc)/0));
}

.text-base-content\/10 {
  color: var(--fallback-bc,oklch(var(--bc)/0.1));
}

.text-base-content\/100 {
  color: var(--fallback-bc,oklch(var(--bc)/1));
}

.text-base-content\/15 {
  color: var(--fallback-bc,oklch(var(--bc)/0.15));
}

.text-base-content\/20 {
  color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.text-base-content\/25 {
  color: var(--fallback-bc,oklch(var(--bc)/0.25));
}

.text-base-content\/30 {
  color: var(--fallback-bc,oklch(var(--bc)/0.3));
}

.text-base-content\/35 {
  color: var(--fallback-bc,oklch(var(--bc)/0.35));
}

.text-base-content\/40 {
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}

.text-base-content\/45 {
  color: var(--fallback-bc,oklch(var(--bc)/0.45));
}

.text-base-content\/5 {
  color: var(--fallback-bc,oklch(var(--bc)/0.05));
}

.text-base-content\/50 {
  color: var(--fallback-bc,oklch(var(--bc)/0.5));
}

.text-base-content\/55 {
  color: var(--fallback-bc,oklch(var(--bc)/0.55));
}

.text-base-content\/60 {
  color: var(--fallback-bc,oklch(var(--bc)/0.6));
}

.text-base-content\/65 {
  color: var(--fallback-bc,oklch(var(--bc)/0.65));
}

.text-base-content\/70 {
  color: var(--fallback-bc,oklch(var(--bc)/0.7));
}

.text-base-content\/75 {
  color: var(--fallback-bc,oklch(var(--bc)/0.75));
}

.text-base-content\/80 {
  color: var(--fallback-bc,oklch(var(--bc)/0.8));
}

.text-base-content\/85 {
  color: var(--fallback-bc,oklch(var(--bc)/0.85));
}

.text-base-content\/90 {
  color: var(--fallback-bc,oklch(var(--bc)/0.9));
}

.text-base-content\/95 {
  color: var(--fallback-bc,oklch(var(--bc)/0.95));
}

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

.text-black\/0 {
  color: rgb(0 0 0 / 0);
}

.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-black\/100 {
  color: rgb(0 0 0 / 1);
}

.text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}

.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}

.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}

.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}

.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-blue-100\/0 {
  color: rgb(219 234 254 / 0);
}

.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1);
}

.text-blue-100\/100 {
  color: rgb(219 234 254 / 1);
}

.text-blue-100\/15 {
  color: rgb(219 234 254 / 0.15);
}

.text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2);
}

.text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25);
}

.text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3);
}

.text-blue-100\/35 {
  color: rgb(219 234 254 / 0.35);
}

.text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4);
}

.text-blue-100\/45 {
  color: rgb(219 234 254 / 0.45);
}

.text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05);
}

.text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5);
}

.text-blue-100\/55 {
  color: rgb(219 234 254 / 0.55);
}

.text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6);
}

.text-blue-100\/65 {
  color: rgb(219 234 254 / 0.65);
}

.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7);
}

.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}

.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}

.text-blue-100\/85 {
  color: rgb(219 234 254 / 0.85);
}

.text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9);
}

.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95);
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}

.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}

.text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}

.text-blue-200\/15 {
  color: rgb(191 219 254 / 0.15);
}

.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2);
}

.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25);
}

.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3);
}

.text-blue-200\/35 {
  color: rgb(191 219 254 / 0.35);
}

.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4);
}

.text-blue-200\/45 {
  color: rgb(191 219 254 / 0.45);
}

.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05);
}

.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5);
}

.text-blue-200\/55 {
  color: rgb(191 219 254 / 0.55);
}

.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}

.text-blue-200\/65 {
  color: rgb(191 219 254 / 0.65);
}

.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}

.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}

.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}

.text-blue-200\/85 {
  color: rgb(191 219 254 / 0.85);
}

.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9);
}

.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-blue-300\/0 {
  color: rgb(147 197 253 / 0);
}

.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1);
}

.text-blue-300\/100 {
  color: rgb(147 197 253 / 1);
}

.text-blue-300\/15 {
  color: rgb(147 197 253 / 0.15);
}

.text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2);
}

.text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25);
}

.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}

.text-blue-300\/35 {
  color: rgb(147 197 253 / 0.35);
}

.text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4);
}

.text-blue-300\/45 {
  color: rgb(147 197 253 / 0.45);
}

.text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05);
}

.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}

.text-blue-300\/55 {
  color: rgb(147 197 253 / 0.55);
}

.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}

.text-blue-300\/65 {
  color: rgb(147 197 253 / 0.65);
}

.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}

.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75);
}

.text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8);
}

.text-blue-300\/85 {
  color: rgb(147 197 253 / 0.85);
}

.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9);
}

.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95);
}

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

.text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}

.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}

.text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}

.text-blue-400\/15 {
  color: rgb(96 165 250 / 0.15);
}

.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2);
}

.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25);
}

.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3);
}

.text-blue-400\/35 {
  color: rgb(96 165 250 / 0.35);
}

.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}

.text-blue-400\/45 {
  color: rgb(96 165 250 / 0.45);
}

.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05);
}

.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}

.text-blue-400\/55 {
  color: rgb(96 165 250 / 0.55);
}

.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}

.text-blue-400\/65 {
  color: rgb(96 165 250 / 0.65);
}

.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}

.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75);
}

.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}

.text-blue-400\/85 {
  color: rgb(96 165 250 / 0.85);
}

.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9);
}

.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.text-blue-50\/0 {
  color: rgb(239 246 255 / 0);
}

.text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1);
}

.text-blue-50\/100 {
  color: rgb(239 246 255 / 1);
}

.text-blue-50\/15 {
  color: rgb(239 246 255 / 0.15);
}

.text-blue-50\/20 {
  color: rgb(239 246 255 / 0.2);
}

.text-blue-50\/25 {
  color: rgb(239 246 255 / 0.25);
}

.text-blue-50\/30 {
  color: rgb(239 246 255 / 0.3);
}

.text-blue-50\/35 {
  color: rgb(239 246 255 / 0.35);
}

.text-blue-50\/40 {
  color: rgb(239 246 255 / 0.4);
}

.text-blue-50\/45 {
  color: rgb(239 246 255 / 0.45);
}

.text-blue-50\/5 {
  color: rgb(239 246 255 / 0.05);
}

.text-blue-50\/50 {
  color: rgb(239 246 255 / 0.5);
}

.text-blue-50\/55 {
  color: rgb(239 246 255 / 0.55);
}

.text-blue-50\/60 {
  color: rgb(239 246 255 / 0.6);
}

.text-blue-50\/65 {
  color: rgb(239 246 255 / 0.65);
}

.text-blue-50\/70 {
  color: rgb(239 246 255 / 0.7);
}

.text-blue-50\/75 {
  color: rgb(239 246 255 / 0.75);
}

.text-blue-50\/80 {
  color: rgb(239 246 255 / 0.8);
}

.text-blue-50\/85 {
  color: rgb(239 246 255 / 0.85);
}

.text-blue-50\/90 {
  color: rgb(239 246 255 / 0.9);
}

.text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95);
}

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

.text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}

.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}

.text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}

.text-blue-500\/15 {
  color: rgb(59 130 246 / 0.15);
}

.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2);
}

.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25);
}

.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3);
}

.text-blue-500\/35 {
  color: rgb(59 130 246 / 0.35);
}

.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4);
}

.text-blue-500\/45 {
  color: rgb(59 130 246 / 0.45);
}

.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05);
}

.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}

.text-blue-500\/55 {
  color: rgb(59 130 246 / 0.55);
}

.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6);
}

.text-blue-500\/65 {
  color: rgb(59 130 246 / 0.65);
}

.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7);
}

.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75);
}

.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8);
}

.text-blue-500\/85 {
  color: rgb(59 130 246 / 0.85);
}

.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9);
}

.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}

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

.text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}

.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}

.text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}

.text-blue-600\/15 {
  color: rgb(37 99 235 / 0.15);
}

.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2);
}

.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25);
}

.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3);
}

.text-blue-600\/35 {
  color: rgb(37 99 235 / 0.35);
}

.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4);
}

.text-blue-600\/45 {
  color: rgb(37 99 235 / 0.45);
}

.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05);
}

.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5);
}

.text-blue-600\/55 {
  color: rgb(37 99 235 / 0.55);
}

.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6);
}

.text-blue-600\/65 {
  color: rgb(37 99 235 / 0.65);
}

.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}

.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75);
}

.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8);
}

.text-blue-600\/85 {
  color: rgb(37 99 235 / 0.85);
}

.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9);
}

.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-700\/0 {
  color: rgb(29 78 216 / 0);
}

.text-blue-700\/10 {
  color: rgb(29 78 216 / 0.1);
}

.text-blue-700\/100 {
  color: rgb(29 78 216 / 1);
}

.text-blue-700\/15 {
  color: rgb(29 78 216 / 0.15);
}

.text-blue-700\/20 {
  color: rgb(29 78 216 / 0.2);
}

.text-blue-700\/25 {
  color: rgb(29 78 216 / 0.25);
}

.text-blue-700\/30 {
  color: rgb(29 78 216 / 0.3);
}

.text-blue-700\/35 {
  color: rgb(29 78 216 / 0.35);
}

.text-blue-700\/40 {
  color: rgb(29 78 216 / 0.4);
}

.text-blue-700\/45 {
  color: rgb(29 78 216 / 0.45);
}

.text-blue-700\/5 {
  color: rgb(29 78 216 / 0.05);
}

.text-blue-700\/50 {
  color: rgb(29 78 216 / 0.5);
}

.text-blue-700\/55 {
  color: rgb(29 78 216 / 0.55);
}

.text-blue-700\/60 {
  color: rgb(29 78 216 / 0.6);
}

.text-blue-700\/65 {
  color: rgb(29 78 216 / 0.65);
}

.text-blue-700\/70 {
  color: rgb(29 78 216 / 0.7);
}

.text-blue-700\/75 {
  color: rgb(29 78 216 / 0.75);
}

.text-blue-700\/80 {
  color: rgb(29 78 216 / 0.8);
}

.text-blue-700\/85 {
  color: rgb(29 78 216 / 0.85);
}

.text-blue-700\/90 {
  color: rgb(29 78 216 / 0.9);
}

.text-blue-700\/95 {
  color: rgb(29 78 216 / 0.95);
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-800\/0 {
  color: rgb(30 64 175 / 0);
}

.text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1);
}

.text-blue-800\/100 {
  color: rgb(30 64 175 / 1);
}

.text-blue-800\/15 {
  color: rgb(30 64 175 / 0.15);
}

.text-blue-800\/20 {
  color: rgb(30 64 175 / 0.2);
}

.text-blue-800\/25 {
  color: rgb(30 64 175 / 0.25);
}

.text-blue-800\/30 {
  color: rgb(30 64 175 / 0.3);
}

.text-blue-800\/35 {
  color: rgb(30 64 175 / 0.35);
}

.text-blue-800\/40 {
  color: rgb(30 64 175 / 0.4);
}

.text-blue-800\/45 {
  color: rgb(30 64 175 / 0.45);
}

.text-blue-800\/5 {
  color: rgb(30 64 175 / 0.05);
}

.text-blue-800\/50 {
  color: rgb(30 64 175 / 0.5);
}

.text-blue-800\/55 {
  color: rgb(30 64 175 / 0.55);
}

.text-blue-800\/60 {
  color: rgb(30 64 175 / 0.6);
}

.text-blue-800\/65 {
  color: rgb(30 64 175 / 0.65);
}

.text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7);
}

.text-blue-800\/75 {
  color: rgb(30 64 175 / 0.75);
}

.text-blue-800\/80 {
  color: rgb(30 64 175 / 0.8);
}

.text-blue-800\/85 {
  color: rgb(30 64 175 / 0.85);
}

.text-blue-800\/90 {
  color: rgb(30 64 175 / 0.9);
}

.text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95);
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-blue-900\/0 {
  color: rgb(30 58 138 / 0);
}

.text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1);
}

.text-blue-900\/100 {
  color: rgb(30 58 138 / 1);
}

.text-blue-900\/15 {
  color: rgb(30 58 138 / 0.15);
}

.text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2);
}

.text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25);
}

.text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3);
}

.text-blue-900\/35 {
  color: rgb(30 58 138 / 0.35);
}

.text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4);
}

.text-blue-900\/45 {
  color: rgb(30 58 138 / 0.45);
}

.text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05);
}

.text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5);
}

.text-blue-900\/55 {
  color: rgb(30 58 138 / 0.55);
}

.text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6);
}

.text-blue-900\/65 {
  color: rgb(30 58 138 / 0.65);
}

.text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7);
}

.text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75);
}

.text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8);
}

.text-blue-900\/85 {
  color: rgb(30 58 138 / 0.85);
}

.text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9);
}

.text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95);
}

.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.text-blue-950\/0 {
  color: rgb(23 37 84 / 0);
}

.text-blue-950\/10 {
  color: rgb(23 37 84 / 0.1);
}

.text-blue-950\/100 {
  color: rgb(23 37 84 / 1);
}

.text-blue-950\/15 {
  color: rgb(23 37 84 / 0.15);
}

.text-blue-950\/20 {
  color: rgb(23 37 84 / 0.2);
}

.text-blue-950\/25 {
  color: rgb(23 37 84 / 0.25);
}

.text-blue-950\/30 {
  color: rgb(23 37 84 / 0.3);
}

.text-blue-950\/35 {
  color: rgb(23 37 84 / 0.35);
}

.text-blue-950\/40 {
  color: rgb(23 37 84 / 0.4);
}

.text-blue-950\/45 {
  color: rgb(23 37 84 / 0.45);
}

.text-blue-950\/5 {
  color: rgb(23 37 84 / 0.05);
}

.text-blue-950\/50 {
  color: rgb(23 37 84 / 0.5);
}

.text-blue-950\/55 {
  color: rgb(23 37 84 / 0.55);
}

.text-blue-950\/60 {
  color: rgb(23 37 84 / 0.6);
}

.text-blue-950\/65 {
  color: rgb(23 37 84 / 0.65);
}

.text-blue-950\/70 {
  color: rgb(23 37 84 / 0.7);
}

.text-blue-950\/75 {
  color: rgb(23 37 84 / 0.75);
}

.text-blue-950\/80 {
  color: rgb(23 37 84 / 0.8);
}

.text-blue-950\/85 {
  color: rgb(23 37 84 / 0.85);
}

.text-blue-950\/90 {
  color: rgb(23 37 84 / 0.9);
}

.text-blue-950\/95 {
  color: rgb(23 37 84 / 0.95);
}

.text-current {
  color: currentColor;
}

.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}

.text-cyan-100\/0 {
  color: rgb(207 250 254 / 0);
}

.text-cyan-100\/10 {
  color: rgb(207 250 254 / 0.1);
}

.text-cyan-100\/100 {
  color: rgb(207 250 254 / 1);
}

.text-cyan-100\/15 {
  color: rgb(207 250 254 / 0.15);
}

.text-cyan-100\/20 {
  color: rgb(207 250 254 / 0.2);
}

.text-cyan-100\/25 {
  color: rgb(207 250 254 / 0.25);
}

.text-cyan-100\/30 {
  color: rgb(207 250 254 / 0.3);
}

.text-cyan-100\/35 {
  color: rgb(207 250 254 / 0.35);
}

.text-cyan-100\/40 {
  color: rgb(207 250 254 / 0.4);
}

.text-cyan-100\/45 {
  color: rgb(207 250 254 / 0.45);
}

.text-cyan-100\/5 {
  color: rgb(207 250 254 / 0.05);
}

.text-cyan-100\/50 {
  color: rgb(207 250 254 / 0.5);
}

.text-cyan-100\/55 {
  color: rgb(207 250 254 / 0.55);
}

.text-cyan-100\/60 {
  color: rgb(207 250 254 / 0.6);
}

.text-cyan-100\/65 {
  color: rgb(207 250 254 / 0.65);
}

.text-cyan-100\/70 {
  color: rgb(207 250 254 / 0.7);
}

.text-cyan-100\/75 {
  color: rgb(207 250 254 / 0.75);
}

.text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8);
}

.text-cyan-100\/85 {
  color: rgb(207 250 254 / 0.85);
}

.text-cyan-100\/90 {
  color: rgb(207 250 254 / 0.9);
}

.text-cyan-100\/95 {
  color: rgb(207 250 254 / 0.95);
}

.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}

.text-cyan-200\/0 {
  color: rgb(165 243 252 / 0);
}

.text-cyan-200\/10 {
  color: rgb(165 243 252 / 0.1);
}

.text-cyan-200\/100 {
  color: rgb(165 243 252 / 1);
}

.text-cyan-200\/15 {
  color: rgb(165 243 252 / 0.15);
}

.text-cyan-200\/20 {
  color: rgb(165 243 252 / 0.2);
}

.text-cyan-200\/25 {
  color: rgb(165 243 252 / 0.25);
}

.text-cyan-200\/30 {
  color: rgb(165 243 252 / 0.3);
}

.text-cyan-200\/35 {
  color: rgb(165 243 252 / 0.35);
}

.text-cyan-200\/40 {
  color: rgb(165 243 252 / 0.4);
}

.text-cyan-200\/45 {
  color: rgb(165 243 252 / 0.45);
}

.text-cyan-200\/5 {
  color: rgb(165 243 252 / 0.05);
}

.text-cyan-200\/50 {
  color: rgb(165 243 252 / 0.5);
}

.text-cyan-200\/55 {
  color: rgb(165 243 252 / 0.55);
}

.text-cyan-200\/60 {
  color: rgb(165 243 252 / 0.6);
}

.text-cyan-200\/65 {
  color: rgb(165 243 252 / 0.65);
}

.text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7);
}

.text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75);
}

.text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8);
}

.text-cyan-200\/85 {
  color: rgb(165 243 252 / 0.85);
}

.text-cyan-200\/90 {
  color: rgb(165 243 252 / 0.9);
}

.text-cyan-200\/95 {
  color: rgb(165 243 252 / 0.95);
}

.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.text-cyan-300\/0 {
  color: rgb(103 232 249 / 0);
}

.text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1);
}

.text-cyan-300\/100 {
  color: rgb(103 232 249 / 1);
}

.text-cyan-300\/15 {
  color: rgb(103 232 249 / 0.15);
}

.text-cyan-300\/20 {
  color: rgb(103 232 249 / 0.2);
}

.text-cyan-300\/25 {
  color: rgb(103 232 249 / 0.25);
}

.text-cyan-300\/30 {
  color: rgb(103 232 249 / 0.3);
}

.text-cyan-300\/35 {
  color: rgb(103 232 249 / 0.35);
}

.text-cyan-300\/40 {
  color: rgb(103 232 249 / 0.4);
}

.text-cyan-300\/45 {
  color: rgb(103 232 249 / 0.45);
}

.text-cyan-300\/5 {
  color: rgb(103 232 249 / 0.05);
}

.text-cyan-300\/50 {
  color: rgb(103 232 249 / 0.5);
}

.text-cyan-300\/55 {
  color: rgb(103 232 249 / 0.55);
}

.text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6);
}

.text-cyan-300\/65 {
  color: rgb(103 232 249 / 0.65);
}

.text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7);
}

.text-cyan-300\/75 {
  color: rgb(103 232 249 / 0.75);
}

.text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8);
}

.text-cyan-300\/85 {
  color: rgb(103 232 249 / 0.85);
}

.text-cyan-300\/90 {
  color: rgb(103 232 249 / 0.9);
}

.text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95);
}

.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.text-cyan-400\/0 {
  color: rgb(34 211 238 / 0);
}

.text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1);
}

.text-cyan-400\/100 {
  color: rgb(34 211 238 / 1);
}

.text-cyan-400\/15 {
  color: rgb(34 211 238 / 0.15);
}

.text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2);
}

.text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25);
}

.text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3);
}

.text-cyan-400\/35 {
  color: rgb(34 211 238 / 0.35);
}

.text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4);
}

.text-cyan-400\/45 {
  color: rgb(34 211 238 / 0.45);
}

.text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05);
}

.text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}

.text-cyan-400\/55 {
  color: rgb(34 211 238 / 0.55);
}

.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}

.text-cyan-400\/65 {
  color: rgb(34 211 238 / 0.65);
}

.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}

.text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75);
}

.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}

.text-cyan-400\/85 {
  color: rgb(34 211 238 / 0.85);
}

.text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9);
}

.text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95);
}

.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}

.text-cyan-50\/0 {
  color: rgb(236 254 255 / 0);
}

.text-cyan-50\/10 {
  color: rgb(236 254 255 / 0.1);
}

.text-cyan-50\/100 {
  color: rgb(236 254 255 / 1);
}

.text-cyan-50\/15 {
  color: rgb(236 254 255 / 0.15);
}

.text-cyan-50\/20 {
  color: rgb(236 254 255 / 0.2);
}

.text-cyan-50\/25 {
  color: rgb(236 254 255 / 0.25);
}

.text-cyan-50\/30 {
  color: rgb(236 254 255 / 0.3);
}

.text-cyan-50\/35 {
  color: rgb(236 254 255 / 0.35);
}

.text-cyan-50\/40 {
  color: rgb(236 254 255 / 0.4);
}

.text-cyan-50\/45 {
  color: rgb(236 254 255 / 0.45);
}

.text-cyan-50\/5 {
  color: rgb(236 254 255 / 0.05);
}

.text-cyan-50\/50 {
  color: rgb(236 254 255 / 0.5);
}

.text-cyan-50\/55 {
  color: rgb(236 254 255 / 0.55);
}

.text-cyan-50\/60 {
  color: rgb(236 254 255 / 0.6);
}

.text-cyan-50\/65 {
  color: rgb(236 254 255 / 0.65);
}

.text-cyan-50\/70 {
  color: rgb(236 254 255 / 0.7);
}

.text-cyan-50\/75 {
  color: rgb(236 254 255 / 0.75);
}

.text-cyan-50\/80 {
  color: rgb(236 254 255 / 0.8);
}

.text-cyan-50\/85 {
  color: rgb(236 254 255 / 0.85);
}

.text-cyan-50\/90 {
  color: rgb(236 254 255 / 0.9);
}

.text-cyan-50\/95 {
  color: rgb(236 254 255 / 0.95);
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.text-cyan-500\/0 {
  color: rgb(6 182 212 / 0);
}

.text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1);
}

.text-cyan-500\/100 {
  color: rgb(6 182 212 / 1);
}

.text-cyan-500\/15 {
  color: rgb(6 182 212 / 0.15);
}

.text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2);
}

.text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25);
}

.text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3);
}

.text-cyan-500\/35 {
  color: rgb(6 182 212 / 0.35);
}

.text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4);
}

.text-cyan-500\/45 {
  color: rgb(6 182 212 / 0.45);
}

.text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05);
}

.text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5);
}

.text-cyan-500\/55 {
  color: rgb(6 182 212 / 0.55);
}

.text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6);
}

.text-cyan-500\/65 {
  color: rgb(6 182 212 / 0.65);
}

.text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7);
}

.text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75);
}

.text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8);
}

.text-cyan-500\/85 {
  color: rgb(6 182 212 / 0.85);
}

.text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9);
}

.text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95);
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.text-cyan-600\/0 {
  color: rgb(8 145 178 / 0);
}

.text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1);
}

.text-cyan-600\/100 {
  color: rgb(8 145 178 / 1);
}

.text-cyan-600\/15 {
  color: rgb(8 145 178 / 0.15);
}

.text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2);
}

.text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25);
}

.text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3);
}

.text-cyan-600\/35 {
  color: rgb(8 145 178 / 0.35);
}

.text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4);
}

.text-cyan-600\/45 {
  color: rgb(8 145 178 / 0.45);
}

.text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05);
}

.text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5);
}

.text-cyan-600\/55 {
  color: rgb(8 145 178 / 0.55);
}

.text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6);
}

.text-cyan-600\/65 {
  color: rgb(8 145 178 / 0.65);
}

.text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7);
}

.text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75);
}

.text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8);
}

.text-cyan-600\/85 {
  color: rgb(8 145 178 / 0.85);
}

.text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9);
}

.text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95);
}

.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.text-cyan-700\/0 {
  color: rgb(14 116 144 / 0);
}

.text-cyan-700\/10 {
  color: rgb(14 116 144 / 0.1);
}

.text-cyan-700\/100 {
  color: rgb(14 116 144 / 1);
}

.text-cyan-700\/15 {
  color: rgb(14 116 144 / 0.15);
}

.text-cyan-700\/20 {
  color: rgb(14 116 144 / 0.2);
}

.text-cyan-700\/25 {
  color: rgb(14 116 144 / 0.25);
}

.text-cyan-700\/30 {
  color: rgb(14 116 144 / 0.3);
}

.text-cyan-700\/35 {
  color: rgb(14 116 144 / 0.35);
}

.text-cyan-700\/40 {
  color: rgb(14 116 144 / 0.4);
}

.text-cyan-700\/45 {
  color: rgb(14 116 144 / 0.45);
}

.text-cyan-700\/5 {
  color: rgb(14 116 144 / 0.05);
}

.text-cyan-700\/50 {
  color: rgb(14 116 144 / 0.5);
}

.text-cyan-700\/55 {
  color: rgb(14 116 144 / 0.55);
}

.text-cyan-700\/60 {
  color: rgb(14 116 144 / 0.6);
}

.text-cyan-700\/65 {
  color: rgb(14 116 144 / 0.65);
}

.text-cyan-700\/70 {
  color: rgb(14 116 144 / 0.7);
}

.text-cyan-700\/75 {
  color: rgb(14 116 144 / 0.75);
}

.text-cyan-700\/80 {
  color: rgb(14 116 144 / 0.8);
}

.text-cyan-700\/85 {
  color: rgb(14 116 144 / 0.85);
}

.text-cyan-700\/90 {
  color: rgb(14 116 144 / 0.9);
}

.text-cyan-700\/95 {
  color: rgb(14 116 144 / 0.95);
}

.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.text-cyan-800\/0 {
  color: rgb(21 94 117 / 0);
}

.text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1);
}

.text-cyan-800\/100 {
  color: rgb(21 94 117 / 1);
}

.text-cyan-800\/15 {
  color: rgb(21 94 117 / 0.15);
}

.text-cyan-800\/20 {
  color: rgb(21 94 117 / 0.2);
}

.text-cyan-800\/25 {
  color: rgb(21 94 117 / 0.25);
}

.text-cyan-800\/30 {
  color: rgb(21 94 117 / 0.3);
}

.text-cyan-800\/35 {
  color: rgb(21 94 117 / 0.35);
}

.text-cyan-800\/40 {
  color: rgb(21 94 117 / 0.4);
}

.text-cyan-800\/45 {
  color: rgb(21 94 117 / 0.45);
}

.text-cyan-800\/5 {
  color: rgb(21 94 117 / 0.05);
}

.text-cyan-800\/50 {
  color: rgb(21 94 117 / 0.5);
}

.text-cyan-800\/55 {
  color: rgb(21 94 117 / 0.55);
}

.text-cyan-800\/60 {
  color: rgb(21 94 117 / 0.6);
}

.text-cyan-800\/65 {
  color: rgb(21 94 117 / 0.65);
}

.text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7);
}

.text-cyan-800\/75 {
  color: rgb(21 94 117 / 0.75);
}

.text-cyan-800\/80 {
  color: rgb(21 94 117 / 0.8);
}

.text-cyan-800\/85 {
  color: rgb(21 94 117 / 0.85);
}

.text-cyan-800\/90 {
  color: rgb(21 94 117 / 0.9);
}

.text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95);
}

.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}

.text-cyan-900\/0 {
  color: rgb(22 78 99 / 0);
}

.text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1);
}

.text-cyan-900\/100 {
  color: rgb(22 78 99 / 1);
}

.text-cyan-900\/15 {
  color: rgb(22 78 99 / 0.15);
}

.text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2);
}

.text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25);
}

.text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3);
}

.text-cyan-900\/35 {
  color: rgb(22 78 99 / 0.35);
}

.text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4);
}

.text-cyan-900\/45 {
  color: rgb(22 78 99 / 0.45);
}

.text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05);
}

.text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5);
}

.text-cyan-900\/55 {
  color: rgb(22 78 99 / 0.55);
}

.text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6);
}

.text-cyan-900\/65 {
  color: rgb(22 78 99 / 0.65);
}

.text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7);
}

.text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75);
}

.text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8);
}

.text-cyan-900\/85 {
  color: rgb(22 78 99 / 0.85);
}

.text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9);
}

.text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95);
}

.text-cyan-950 {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}

.text-cyan-950\/0 {
  color: rgb(8 51 68 / 0);
}

.text-cyan-950\/10 {
  color: rgb(8 51 68 / 0.1);
}

.text-cyan-950\/100 {
  color: rgb(8 51 68 / 1);
}

.text-cyan-950\/15 {
  color: rgb(8 51 68 / 0.15);
}

.text-cyan-950\/20 {
  color: rgb(8 51 68 / 0.2);
}

.text-cyan-950\/25 {
  color: rgb(8 51 68 / 0.25);
}

.text-cyan-950\/30 {
  color: rgb(8 51 68 / 0.3);
}

.text-cyan-950\/35 {
  color: rgb(8 51 68 / 0.35);
}

.text-cyan-950\/40 {
  color: rgb(8 51 68 / 0.4);
}

.text-cyan-950\/45 {
  color: rgb(8 51 68 / 0.45);
}

.text-cyan-950\/5 {
  color: rgb(8 51 68 / 0.05);
}

.text-cyan-950\/50 {
  color: rgb(8 51 68 / 0.5);
}

.text-cyan-950\/55 {
  color: rgb(8 51 68 / 0.55);
}

.text-cyan-950\/60 {
  color: rgb(8 51 68 / 0.6);
}

.text-cyan-950\/65 {
  color: rgb(8 51 68 / 0.65);
}

.text-cyan-950\/70 {
  color: rgb(8 51 68 / 0.7);
}

.text-cyan-950\/75 {
  color: rgb(8 51 68 / 0.75);
}

.text-cyan-950\/80 {
  color: rgb(8 51 68 / 0.8);
}

.text-cyan-950\/85 {
  color: rgb(8 51 68 / 0.85);
}

.text-cyan-950\/90 {
  color: rgb(8 51 68 / 0.9);
}

.text-cyan-950\/95 {
  color: rgb(8 51 68 / 0.95);
}

.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.text-emerald-100\/0 {
  color: rgb(209 250 229 / 0);
}

.text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1);
}

.text-emerald-100\/100 {
  color: rgb(209 250 229 / 1);
}

.text-emerald-100\/15 {
  color: rgb(209 250 229 / 0.15);
}

.text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2);
}

.text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25);
}

.text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3);
}

.text-emerald-100\/35 {
  color: rgb(209 250 229 / 0.35);
}

.text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4);
}

.text-emerald-100\/45 {
  color: rgb(209 250 229 / 0.45);
}

.text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05);
}

.text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5);
}

.text-emerald-100\/55 {
  color: rgb(209 250 229 / 0.55);
}

.text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6);
}

.text-emerald-100\/65 {
  color: rgb(209 250 229 / 0.65);
}

.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7);
}

.text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75);
}

.text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8);
}

.text-emerald-100\/85 {
  color: rgb(209 250 229 / 0.85);
}

.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9);
}

.text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95);
}

.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.text-emerald-200\/0 {
  color: rgb(167 243 208 / 0);
}

.text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1);
}

.text-emerald-200\/100 {
  color: rgb(167 243 208 / 1);
}

.text-emerald-200\/15 {
  color: rgb(167 243 208 / 0.15);
}

.text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2);
}

.text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25);
}

.text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3);
}

.text-emerald-200\/35 {
  color: rgb(167 243 208 / 0.35);
}

.text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4);
}

.text-emerald-200\/45 {
  color: rgb(167 243 208 / 0.45);
}

.text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05);
}

.text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5);
}

.text-emerald-200\/55 {
  color: rgb(167 243 208 / 0.55);
}

.text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6);
}

.text-emerald-200\/65 {
  color: rgb(167 243 208 / 0.65);
}

.text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7);
}

.text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75);
}

.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8);
}

.text-emerald-200\/85 {
  color: rgb(167 243 208 / 0.85);
}

.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9);
}

.text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95);
}

.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.text-emerald-300\/0 {
  color: rgb(110 231 183 / 0);
}

.text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1);
}

.text-emerald-300\/100 {
  color: rgb(110 231 183 / 1);
}

.text-emerald-300\/15 {
  color: rgb(110 231 183 / 0.15);
}

.text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2);
}

.text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25);
}

.text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3);
}

.text-emerald-300\/35 {
  color: rgb(110 231 183 / 0.35);
}

.text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4);
}

.text-emerald-300\/45 {
  color: rgb(110 231 183 / 0.45);
}

.text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05);
}

.text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5);
}

.text-emerald-300\/55 {
  color: rgb(110 231 183 / 0.55);
}

.text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6);
}

.text-emerald-300\/65 {
  color: rgb(110 231 183 / 0.65);
}

.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7);
}

.text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75);
}

.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8);
}

.text-emerald-300\/85 {
  color: rgb(110 231 183 / 0.85);
}

.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}

.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95);
}

.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-emerald-400\/0 {
  color: rgb(52 211 153 / 0);
}

.text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1);
}

.text-emerald-400\/100 {
  color: rgb(52 211 153 / 1);
}

.text-emerald-400\/15 {
  color: rgb(52 211 153 / 0.15);
}

.text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2);
}

.text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25);
}

.text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3);
}

.text-emerald-400\/35 {
  color: rgb(52 211 153 / 0.35);
}

.text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4);
}

.text-emerald-400\/45 {
  color: rgb(52 211 153 / 0.45);
}

.text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05);
}

.text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5);
}

.text-emerald-400\/55 {
  color: rgb(52 211 153 / 0.55);
}

.text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6);
}

.text-emerald-400\/65 {
  color: rgb(52 211 153 / 0.65);
}

.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7);
}

.text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75);
}

.text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8);
}

.text-emerald-400\/85 {
  color: rgb(52 211 153 / 0.85);
}

.text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9);
}

.text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95);
}

.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.text-emerald-50\/0 {
  color: rgb(236 253 245 / 0);
}

.text-emerald-50\/10 {
  color: rgb(236 253 245 / 0.1);
}

.text-emerald-50\/100 {
  color: rgb(236 253 245 / 1);
}

.text-emerald-50\/15 {
  color: rgb(236 253 245 / 0.15);
}

.text-emerald-50\/20 {
  color: rgb(236 253 245 / 0.2);
}

.text-emerald-50\/25 {
  color: rgb(236 253 245 / 0.25);
}

.text-emerald-50\/30 {
  color: rgb(236 253 245 / 0.3);
}

.text-emerald-50\/35 {
  color: rgb(236 253 245 / 0.35);
}

.text-emerald-50\/40 {
  color: rgb(236 253 245 / 0.4);
}

.text-emerald-50\/45 {
  color: rgb(236 253 245 / 0.45);
}

.text-emerald-50\/5 {
  color: rgb(236 253 245 / 0.05);
}

.text-emerald-50\/50 {
  color: rgb(236 253 245 / 0.5);
}

.text-emerald-50\/55 {
  color: rgb(236 253 245 / 0.55);
}

.text-emerald-50\/60 {
  color: rgb(236 253 245 / 0.6);
}

.text-emerald-50\/65 {
  color: rgb(236 253 245 / 0.65);
}

.text-emerald-50\/70 {
  color: rgb(236 253 245 / 0.7);
}

.text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75);
}

.text-emerald-50\/80 {
  color: rgb(236 253 245 / 0.8);
}

.text-emerald-50\/85 {
  color: rgb(236 253 245 / 0.85);
}

.text-emerald-50\/90 {
  color: rgb(236 253 245 / 0.9);
}

.text-emerald-50\/95 {
  color: rgb(236 253 245 / 0.95);
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-emerald-500\/0 {
  color: rgb(16 185 129 / 0);
}

.text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1);
}

.text-emerald-500\/100 {
  color: rgb(16 185 129 / 1);
}

.text-emerald-500\/15 {
  color: rgb(16 185 129 / 0.15);
}

.text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2);
}

.text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25);
}

.text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3);
}

.text-emerald-500\/35 {
  color: rgb(16 185 129 / 0.35);
}

.text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4);
}

.text-emerald-500\/45 {
  color: rgb(16 185 129 / 0.45);
}

.text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05);
}

.text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5);
}

.text-emerald-500\/55 {
  color: rgb(16 185 129 / 0.55);
}

.text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6);
}

.text-emerald-500\/65 {
  color: rgb(16 185 129 / 0.65);
}

.text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7);
}

.text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75);
}

.text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8);
}

.text-emerald-500\/85 {
  color: rgb(16 185 129 / 0.85);
}

.text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9);
}

.text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95);
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-emerald-600\/0 {
  color: rgb(5 150 105 / 0);
}

.text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1);
}

.text-emerald-600\/100 {
  color: rgb(5 150 105 / 1);
}

.text-emerald-600\/15 {
  color: rgb(5 150 105 / 0.15);
}

.text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2);
}

.text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25);
}

.text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3);
}

.text-emerald-600\/35 {
  color: rgb(5 150 105 / 0.35);
}

.text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4);
}

.text-emerald-600\/45 {
  color: rgb(5 150 105 / 0.45);
}

.text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05);
}

.text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5);
}

.text-emerald-600\/55 {
  color: rgb(5 150 105 / 0.55);
}

.text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6);
}

.text-emerald-600\/65 {
  color: rgb(5 150 105 / 0.65);
}

.text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7);
}

.text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75);
}

.text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8);
}

.text-emerald-600\/85 {
  color: rgb(5 150 105 / 0.85);
}

.text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9);
}

.text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95);
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-700\/0 {
  color: rgb(4 120 87 / 0);
}

.text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1);
}

.text-emerald-700\/100 {
  color: rgb(4 120 87 / 1);
}

.text-emerald-700\/15 {
  color: rgb(4 120 87 / 0.15);
}

.text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2);
}

.text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25);
}

.text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3);
}

.text-emerald-700\/35 {
  color: rgb(4 120 87 / 0.35);
}

.text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4);
}

.text-emerald-700\/45 {
  color: rgb(4 120 87 / 0.45);
}

.text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05);
}

.text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5);
}

.text-emerald-700\/55 {
  color: rgb(4 120 87 / 0.55);
}

.text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6);
}

.text-emerald-700\/65 {
  color: rgb(4 120 87 / 0.65);
}

.text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7);
}

.text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75);
}

.text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8);
}

.text-emerald-700\/85 {
  color: rgb(4 120 87 / 0.85);
}

.text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9);
}

.text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95);
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-emerald-800\/0 {
  color: rgb(6 95 70 / 0);
}

.text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1);
}

.text-emerald-800\/100 {
  color: rgb(6 95 70 / 1);
}

.text-emerald-800\/15 {
  color: rgb(6 95 70 / 0.15);
}

.text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2);
}

.text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25);
}

.text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3);
}

.text-emerald-800\/35 {
  color: rgb(6 95 70 / 0.35);
}

.text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4);
}

.text-emerald-800\/45 {
  color: rgb(6 95 70 / 0.45);
}

.text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05);
}

.text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5);
}

.text-emerald-800\/55 {
  color: rgb(6 95 70 / 0.55);
}

.text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6);
}

.text-emerald-800\/65 {
  color: rgb(6 95 70 / 0.65);
}

.text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7);
}

.text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75);
}

.text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8);
}

.text-emerald-800\/85 {
  color: rgb(6 95 70 / 0.85);
}

.text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9);
}

.text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95);
}

.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.text-emerald-900\/0 {
  color: rgb(6 78 59 / 0);
}

.text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1);
}

.text-emerald-900\/100 {
  color: rgb(6 78 59 / 1);
}

.text-emerald-900\/15 {
  color: rgb(6 78 59 / 0.15);
}

.text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2);
}

.text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25);
}

.text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3);
}

.text-emerald-900\/35 {
  color: rgb(6 78 59 / 0.35);
}

.text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4);
}

.text-emerald-900\/45 {
  color: rgb(6 78 59 / 0.45);
}

.text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05);
}

.text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5);
}

.text-emerald-900\/55 {
  color: rgb(6 78 59 / 0.55);
}

.text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6);
}

.text-emerald-900\/65 {
  color: rgb(6 78 59 / 0.65);
}

.text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7);
}

.text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75);
}

.text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8);
}

.text-emerald-900\/85 {
  color: rgb(6 78 59 / 0.85);
}

.text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9);
}

.text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95);
}

.text-emerald-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}

.text-emerald-950\/0 {
  color: rgb(2 44 34 / 0);
}

.text-emerald-950\/10 {
  color: rgb(2 44 34 / 0.1);
}

.text-emerald-950\/100 {
  color: rgb(2 44 34 / 1);
}

.text-emerald-950\/15 {
  color: rgb(2 44 34 / 0.15);
}

.text-emerald-950\/20 {
  color: rgb(2 44 34 / 0.2);
}

.text-emerald-950\/25 {
  color: rgb(2 44 34 / 0.25);
}

.text-emerald-950\/30 {
  color: rgb(2 44 34 / 0.3);
}

.text-emerald-950\/35 {
  color: rgb(2 44 34 / 0.35);
}

.text-emerald-950\/40 {
  color: rgb(2 44 34 / 0.4);
}

.text-emerald-950\/45 {
  color: rgb(2 44 34 / 0.45);
}

.text-emerald-950\/5 {
  color: rgb(2 44 34 / 0.05);
}

.text-emerald-950\/50 {
  color: rgb(2 44 34 / 0.5);
}

.text-emerald-950\/55 {
  color: rgb(2 44 34 / 0.55);
}

.text-emerald-950\/60 {
  color: rgb(2 44 34 / 0.6);
}

.text-emerald-950\/65 {
  color: rgb(2 44 34 / 0.65);
}

.text-emerald-950\/70 {
  color: rgb(2 44 34 / 0.7);
}

.text-emerald-950\/75 {
  color: rgb(2 44 34 / 0.75);
}

.text-emerald-950\/80 {
  color: rgb(2 44 34 / 0.8);
}

.text-emerald-950\/85 {
  color: rgb(2 44 34 / 0.85);
}

.text-emerald-950\/90 {
  color: rgb(2 44 34 / 0.9);
}

.text-emerald-950\/95 {
  color: rgb(2 44 34 / 0.95);
}

.text-error {
  --tw-text-opacity: 1;
  color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity, 1)));
}

.text-error-content {
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity, 1)));
}

.text-error-content\/0 {
  color: var(--fallback-erc,oklch(var(--erc)/0));
}

.text-error-content\/10 {
  color: var(--fallback-erc,oklch(var(--erc)/0.1));
}

.text-error-content\/100 {
  color: var(--fallback-erc,oklch(var(--erc)/1));
}

.text-error-content\/15 {
  color: var(--fallback-erc,oklch(var(--erc)/0.15));
}

.text-error-content\/20 {
  color: var(--fallback-erc,oklch(var(--erc)/0.2));
}

.text-error-content\/25 {
  color: var(--fallback-erc,oklch(var(--erc)/0.25));
}

.text-error-content\/30 {
  color: var(--fallback-erc,oklch(var(--erc)/0.3));
}

.text-error-content\/35 {
  color: var(--fallback-erc,oklch(var(--erc)/0.35));
}

.text-error-content\/40 {
  color: var(--fallback-erc,oklch(var(--erc)/0.4));
}

.text-error-content\/45 {
  color: var(--fallback-erc,oklch(var(--erc)/0.45));
}

.text-error-content\/5 {
  color: var(--fallback-erc,oklch(var(--erc)/0.05));
}

.text-error-content\/50 {
  color: var(--fallback-erc,oklch(var(--erc)/0.5));
}

.text-error-content\/55 {
  color: var(--fallback-erc,oklch(var(--erc)/0.55));
}

.text-error-content\/60 {
  color: var(--fallback-erc,oklch(var(--erc)/0.6));
}

.text-error-content\/65 {
  color: var(--fallback-erc,oklch(var(--erc)/0.65));
}

.text-error-content\/70 {
  color: var(--fallback-erc,oklch(var(--erc)/0.7));
}

.text-error-content\/75 {
  color: var(--fallback-erc,oklch(var(--erc)/0.75));
}

.text-error-content\/80 {
  color: var(--fallback-erc,oklch(var(--erc)/0.8));
}

.text-error-content\/85 {
  color: var(--fallback-erc,oklch(var(--erc)/0.85));
}

.text-error-content\/90 {
  color: var(--fallback-erc,oklch(var(--erc)/0.9));
}

.text-error-content\/95 {
  color: var(--fallback-erc,oklch(var(--erc)/0.95));
}

.text-error\/0 {
  color: var(--fallback-er,oklch(var(--er)/0));
}

.text-error\/10 {
  color: var(--fallback-er,oklch(var(--er)/0.1));
}

.text-error\/100 {
  color: var(--fallback-er,oklch(var(--er)/1));
}

.text-error\/15 {
  color: var(--fallback-er,oklch(var(--er)/0.15));
}

.text-error\/20 {
  color: var(--fallback-er,oklch(var(--er)/0.2));
}

.text-error\/25 {
  color: var(--fallback-er,oklch(var(--er)/0.25));
}

.text-error\/30 {
  color: var(--fallback-er,oklch(var(--er)/0.3));
}

.text-error\/35 {
  color: var(--fallback-er,oklch(var(--er)/0.35));
}

.text-error\/40 {
  color: var(--fallback-er,oklch(var(--er)/0.4));
}

.text-error\/45 {
  color: var(--fallback-er,oklch(var(--er)/0.45));
}

.text-error\/5 {
  color: var(--fallback-er,oklch(var(--er)/0.05));
}

.text-error\/50 {
  color: var(--fallback-er,oklch(var(--er)/0.5));
}

.text-error\/55 {
  color: var(--fallback-er,oklch(var(--er)/0.55));
}

.text-error\/60 {
  color: var(--fallback-er,oklch(var(--er)/0.6));
}

.text-error\/65 {
  color: var(--fallback-er,oklch(var(--er)/0.65));
}

.text-error\/70 {
  color: var(--fallback-er,oklch(var(--er)/0.7));
}

.text-error\/75 {
  color: var(--fallback-er,oklch(var(--er)/0.75));
}

.text-error\/80 {
  color: var(--fallback-er,oklch(var(--er)/0.8));
}

.text-error\/85 {
  color: var(--fallback-er,oklch(var(--er)/0.85));
}

.text-error\/90 {
  color: var(--fallback-er,oklch(var(--er)/0.9));
}

.text-error\/95 {
  color: var(--fallback-er,oklch(var(--er)/0.95));
}

.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}

.text-fuchsia-100\/0 {
  color: rgb(250 232 255 / 0);
}

.text-fuchsia-100\/10 {
  color: rgb(250 232 255 / 0.1);
}

.text-fuchsia-100\/100 {
  color: rgb(250 232 255 / 1);
}

.text-fuchsia-100\/15 {
  color: rgb(250 232 255 / 0.15);
}

.text-fuchsia-100\/20 {
  color: rgb(250 232 255 / 0.2);
}

.text-fuchsia-100\/25 {
  color: rgb(250 232 255 / 0.25);
}

.text-fuchsia-100\/30 {
  color: rgb(250 232 255 / 0.3);
}

.text-fuchsia-100\/35 {
  color: rgb(250 232 255 / 0.35);
}

.text-fuchsia-100\/40 {
  color: rgb(250 232 255 / 0.4);
}

.text-fuchsia-100\/45 {
  color: rgb(250 232 255 / 0.45);
}

.text-fuchsia-100\/5 {
  color: rgb(250 232 255 / 0.05);
}

.text-fuchsia-100\/50 {
  color: rgb(250 232 255 / 0.5);
}

.text-fuchsia-100\/55 {
  color: rgb(250 232 255 / 0.55);
}

.text-fuchsia-100\/60 {
  color: rgb(250 232 255 / 0.6);
}

.text-fuchsia-100\/65 {
  color: rgb(250 232 255 / 0.65);
}

.text-fuchsia-100\/70 {
  color: rgb(250 232 255 / 0.7);
}

.text-fuchsia-100\/75 {
  color: rgb(250 232 255 / 0.75);
}

.text-fuchsia-100\/80 {
  color: rgb(250 232 255 / 0.8);
}

.text-fuchsia-100\/85 {
  color: rgb(250 232 255 / 0.85);
}

.text-fuchsia-100\/90 {
  color: rgb(250 232 255 / 0.9);
}

.text-fuchsia-100\/95 {
  color: rgb(250 232 255 / 0.95);
}

.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}

.text-fuchsia-200\/0 {
  color: rgb(245 208 254 / 0);
}

.text-fuchsia-200\/10 {
  color: rgb(245 208 254 / 0.1);
}

.text-fuchsia-200\/100 {
  color: rgb(245 208 254 / 1);
}

.text-fuchsia-200\/15 {
  color: rgb(245 208 254 / 0.15);
}

.text-fuchsia-200\/20 {
  color: rgb(245 208 254 / 0.2);
}

.text-fuchsia-200\/25 {
  color: rgb(245 208 254 / 0.25);
}

.text-fuchsia-200\/30 {
  color: rgb(245 208 254 / 0.3);
}

.text-fuchsia-200\/35 {
  color: rgb(245 208 254 / 0.35);
}

.text-fuchsia-200\/40 {
  color: rgb(245 208 254 / 0.4);
}

.text-fuchsia-200\/45 {
  color: rgb(245 208 254 / 0.45);
}

.text-fuchsia-200\/5 {
  color: rgb(245 208 254 / 0.05);
}

.text-fuchsia-200\/50 {
  color: rgb(245 208 254 / 0.5);
}

.text-fuchsia-200\/55 {
  color: rgb(245 208 254 / 0.55);
}

.text-fuchsia-200\/60 {
  color: rgb(245 208 254 / 0.6);
}

.text-fuchsia-200\/65 {
  color: rgb(245 208 254 / 0.65);
}

.text-fuchsia-200\/70 {
  color: rgb(245 208 254 / 0.7);
}

.text-fuchsia-200\/75 {
  color: rgb(245 208 254 / 0.75);
}

.text-fuchsia-200\/80 {
  color: rgb(245 208 254 / 0.8);
}

.text-fuchsia-200\/85 {
  color: rgb(245 208 254 / 0.85);
}

.text-fuchsia-200\/90 {
  color: rgb(245 208 254 / 0.9);
}

.text-fuchsia-200\/95 {
  color: rgb(245 208 254 / 0.95);
}

.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}

.text-fuchsia-300\/0 {
  color: rgb(240 171 252 / 0);
}

.text-fuchsia-300\/10 {
  color: rgb(240 171 252 / 0.1);
}

.text-fuchsia-300\/100 {
  color: rgb(240 171 252 / 1);
}

.text-fuchsia-300\/15 {
  color: rgb(240 171 252 / 0.15);
}

.text-fuchsia-300\/20 {
  color: rgb(240 171 252 / 0.2);
}

.text-fuchsia-300\/25 {
  color: rgb(240 171 252 / 0.25);
}

.text-fuchsia-300\/30 {
  color: rgb(240 171 252 / 0.3);
}

.text-fuchsia-300\/35 {
  color: rgb(240 171 252 / 0.35);
}

.text-fuchsia-300\/40 {
  color: rgb(240 171 252 / 0.4);
}

.text-fuchsia-300\/45 {
  color: rgb(240 171 252 / 0.45);
}

.text-fuchsia-300\/5 {
  color: rgb(240 171 252 / 0.05);
}

.text-fuchsia-300\/50 {
  color: rgb(240 171 252 / 0.5);
}

.text-fuchsia-300\/55 {
  color: rgb(240 171 252 / 0.55);
}

.text-fuchsia-300\/60 {
  color: rgb(240 171 252 / 0.6);
}

.text-fuchsia-300\/65 {
  color: rgb(240 171 252 / 0.65);
}

.text-fuchsia-300\/70 {
  color: rgb(240 171 252 / 0.7);
}

.text-fuchsia-300\/75 {
  color: rgb(240 171 252 / 0.75);
}

.text-fuchsia-300\/80 {
  color: rgb(240 171 252 / 0.8);
}

.text-fuchsia-300\/85 {
  color: rgb(240 171 252 / 0.85);
}

.text-fuchsia-300\/90 {
  color: rgb(240 171 252 / 0.9);
}

.text-fuchsia-300\/95 {
  color: rgb(240 171 252 / 0.95);
}

.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0);
}

.text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1);
}

.text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1);
}

.text-fuchsia-400\/15 {
  color: rgb(232 121 249 / 0.15);
}

.text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2);
}

.text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25);
}

.text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3);
}

.text-fuchsia-400\/35 {
  color: rgb(232 121 249 / 0.35);
}

.text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4);
}

.text-fuchsia-400\/45 {
  color: rgb(232 121 249 / 0.45);
}

.text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05);
}

.text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5);
}

.text-fuchsia-400\/55 {
  color: rgb(232 121 249 / 0.55);
}

.text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6);
}

.text-fuchsia-400\/65 {
  color: rgb(232 121 249 / 0.65);
}

.text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7);
}

.text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75);
}

.text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8);
}

.text-fuchsia-400\/85 {
  color: rgb(232 121 249 / 0.85);
}

.text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9);
}

.text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95);
}

.text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity, 1));
}

.text-fuchsia-50\/0 {
  color: rgb(253 244 255 / 0);
}

.text-fuchsia-50\/10 {
  color: rgb(253 244 255 / 0.1);
}

.text-fuchsia-50\/100 {
  color: rgb(253 244 255 / 1);
}

.text-fuchsia-50\/15 {
  color: rgb(253 244 255 / 0.15);
}

.text-fuchsia-50\/20 {
  color: rgb(253 244 255 / 0.2);
}

.text-fuchsia-50\/25 {
  color: rgb(253 244 255 / 0.25);
}

.text-fuchsia-50\/30 {
  color: rgb(253 244 255 / 0.3);
}

.text-fuchsia-50\/35 {
  color: rgb(253 244 255 / 0.35);
}

.text-fuchsia-50\/40 {
  color: rgb(253 244 255 / 0.4);
}

.text-fuchsia-50\/45 {
  color: rgb(253 244 255 / 0.45);
}

.text-fuchsia-50\/5 {
  color: rgb(253 244 255 / 0.05);
}

.text-fuchsia-50\/50 {
  color: rgb(253 244 255 / 0.5);
}

.text-fuchsia-50\/55 {
  color: rgb(253 244 255 / 0.55);
}

.text-fuchsia-50\/60 {
  color: rgb(253 244 255 / 0.6);
}

.text-fuchsia-50\/65 {
  color: rgb(253 244 255 / 0.65);
}

.text-fuchsia-50\/70 {
  color: rgb(253 244 255 / 0.7);
}

.text-fuchsia-50\/75 {
  color: rgb(253 244 255 / 0.75);
}

.text-fuchsia-50\/80 {
  color: rgb(253 244 255 / 0.8);
}

.text-fuchsia-50\/85 {
  color: rgb(253 244 255 / 0.85);
}

.text-fuchsia-50\/90 {
  color: rgb(253 244 255 / 0.9);
}

.text-fuchsia-50\/95 {
  color: rgb(253 244 255 / 0.95);
}

.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}

.text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0);
}

.text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1);
}

.text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1);
}

.text-fuchsia-500\/15 {
  color: rgb(217 70 239 / 0.15);
}

.text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2);
}

.text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25);
}

.text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3);
}

.text-fuchsia-500\/35 {
  color: rgb(217 70 239 / 0.35);
}

.text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4);
}

.text-fuchsia-500\/45 {
  color: rgb(217 70 239 / 0.45);
}

.text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05);
}

.text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5);
}

.text-fuchsia-500\/55 {
  color: rgb(217 70 239 / 0.55);
}

.text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6);
}

.text-fuchsia-500\/65 {
  color: rgb(217 70 239 / 0.65);
}

.text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7);
}

.text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75);
}

.text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8);
}

.text-fuchsia-500\/85 {
  color: rgb(217 70 239 / 0.85);
}

.text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9);
}

.text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95);
}

.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}

.text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0);
}

.text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1);
}

.text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1);
}

.text-fuchsia-600\/15 {
  color: rgb(192 38 211 / 0.15);
}

.text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2);
}

.text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25);
}

.text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3);
}

.text-fuchsia-600\/35 {
  color: rgb(192 38 211 / 0.35);
}

.text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4);
}

.text-fuchsia-600\/45 {
  color: rgb(192 38 211 / 0.45);
}

.text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05);
}

.text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5);
}

.text-fuchsia-600\/55 {
  color: rgb(192 38 211 / 0.55);
}

.text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6);
}

.text-fuchsia-600\/65 {
  color: rgb(192 38 211 / 0.65);
}

.text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7);
}

.text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75);
}

.text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8);
}

.text-fuchsia-600\/85 {
  color: rgb(192 38 211 / 0.85);
}

.text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9);
}

.text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95);
}

.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}

.text-fuchsia-700\/0 {
  color: rgb(162 28 175 / 0);
}

.text-fuchsia-700\/10 {
  color: rgb(162 28 175 / 0.1);
}

.text-fuchsia-700\/100 {
  color: rgb(162 28 175 / 1);
}

.text-fuchsia-700\/15 {
  color: rgb(162 28 175 / 0.15);
}

.text-fuchsia-700\/20 {
  color: rgb(162 28 175 / 0.2);
}

.text-fuchsia-700\/25 {
  color: rgb(162 28 175 / 0.25);
}

.text-fuchsia-700\/30 {
  color: rgb(162 28 175 / 0.3);
}

.text-fuchsia-700\/35 {
  color: rgb(162 28 175 / 0.35);
}

.text-fuchsia-700\/40 {
  color: rgb(162 28 175 / 0.4);
}

.text-fuchsia-700\/45 {
  color: rgb(162 28 175 / 0.45);
}

.text-fuchsia-700\/5 {
  color: rgb(162 28 175 / 0.05);
}

.text-fuchsia-700\/50 {
  color: rgb(162 28 175 / 0.5);
}

.text-fuchsia-700\/55 {
  color: rgb(162 28 175 / 0.55);
}

.text-fuchsia-700\/60 {
  color: rgb(162 28 175 / 0.6);
}

.text-fuchsia-700\/65 {
  color: rgb(162 28 175 / 0.65);
}

.text-fuchsia-700\/70 {
  color: rgb(162 28 175 / 0.7);
}

.text-fuchsia-700\/75 {
  color: rgb(162 28 175 / 0.75);
}

.text-fuchsia-700\/80 {
  color: rgb(162 28 175 / 0.8);
}

.text-fuchsia-700\/85 {
  color: rgb(162 28 175 / 0.85);
}

.text-fuchsia-700\/90 {
  color: rgb(162 28 175 / 0.9);
}

.text-fuchsia-700\/95 {
  color: rgb(162 28 175 / 0.95);
}

.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}

.text-fuchsia-800\/0 {
  color: rgb(134 25 143 / 0);
}

.text-fuchsia-800\/10 {
  color: rgb(134 25 143 / 0.1);
}

.text-fuchsia-800\/100 {
  color: rgb(134 25 143 / 1);
}

.text-fuchsia-800\/15 {
  color: rgb(134 25 143 / 0.15);
}

.text-fuchsia-800\/20 {
  color: rgb(134 25 143 / 0.2);
}

.text-fuchsia-800\/25 {
  color: rgb(134 25 143 / 0.25);
}

.text-fuchsia-800\/30 {
  color: rgb(134 25 143 / 0.3);
}

.text-fuchsia-800\/35 {
  color: rgb(134 25 143 / 0.35);
}

.text-fuchsia-800\/40 {
  color: rgb(134 25 143 / 0.4);
}

.text-fuchsia-800\/45 {
  color: rgb(134 25 143 / 0.45);
}

.text-fuchsia-800\/5 {
  color: rgb(134 25 143 / 0.05);
}

.text-fuchsia-800\/50 {
  color: rgb(134 25 143 / 0.5);
}

.text-fuchsia-800\/55 {
  color: rgb(134 25 143 / 0.55);
}

.text-fuchsia-800\/60 {
  color: rgb(134 25 143 / 0.6);
}

.text-fuchsia-800\/65 {
  color: rgb(134 25 143 / 0.65);
}

.text-fuchsia-800\/70 {
  color: rgb(134 25 143 / 0.7);
}

.text-fuchsia-800\/75 {
  color: rgb(134 25 143 / 0.75);
}

.text-fuchsia-800\/80 {
  color: rgb(134 25 143 / 0.8);
}

.text-fuchsia-800\/85 {
  color: rgb(134 25 143 / 0.85);
}

.text-fuchsia-800\/90 {
  color: rgb(134 25 143 / 0.9);
}

.text-fuchsia-800\/95 {
  color: rgb(134 25 143 / 0.95);
}

.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}

.text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0);
}

.text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1);
}

.text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1);
}

.text-fuchsia-900\/15 {
  color: rgb(112 26 117 / 0.15);
}

.text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2);
}

.text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25);
}

.text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3);
}

.text-fuchsia-900\/35 {
  color: rgb(112 26 117 / 0.35);
}

.text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4);
}

.text-fuchsia-900\/45 {
  color: rgb(112 26 117 / 0.45);
}

.text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05);
}

.text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5);
}

.text-fuchsia-900\/55 {
  color: rgb(112 26 117 / 0.55);
}

.text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6);
}

.text-fuchsia-900\/65 {
  color: rgb(112 26 117 / 0.65);
}

.text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7);
}

.text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75);
}

.text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8);
}

.text-fuchsia-900\/85 {
  color: rgb(112 26 117 / 0.85);
}

.text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9);
}

.text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95);
}

.text-fuchsia-950 {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}

.text-fuchsia-950\/0 {
  color: rgb(74 4 78 / 0);
}

.text-fuchsia-950\/10 {
  color: rgb(74 4 78 / 0.1);
}

.text-fuchsia-950\/100 {
  color: rgb(74 4 78 / 1);
}

.text-fuchsia-950\/15 {
  color: rgb(74 4 78 / 0.15);
}

.text-fuchsia-950\/20 {
  color: rgb(74 4 78 / 0.2);
}

.text-fuchsia-950\/25 {
  color: rgb(74 4 78 / 0.25);
}

.text-fuchsia-950\/30 {
  color: rgb(74 4 78 / 0.3);
}

.text-fuchsia-950\/35 {
  color: rgb(74 4 78 / 0.35);
}

.text-fuchsia-950\/40 {
  color: rgb(74 4 78 / 0.4);
}

.text-fuchsia-950\/45 {
  color: rgb(74 4 78 / 0.45);
}

.text-fuchsia-950\/5 {
  color: rgb(74 4 78 / 0.05);
}

.text-fuchsia-950\/50 {
  color: rgb(74 4 78 / 0.5);
}

.text-fuchsia-950\/55 {
  color: rgb(74 4 78 / 0.55);
}

.text-fuchsia-950\/60 {
  color: rgb(74 4 78 / 0.6);
}

.text-fuchsia-950\/65 {
  color: rgb(74 4 78 / 0.65);
}

.text-fuchsia-950\/70 {
  color: rgb(74 4 78 / 0.7);
}

.text-fuchsia-950\/75 {
  color: rgb(74 4 78 / 0.75);
}

.text-fuchsia-950\/80 {
  color: rgb(74 4 78 / 0.8);
}

.text-fuchsia-950\/85 {
  color: rgb(74 4 78 / 0.85);
}

.text-fuchsia-950\/90 {
  color: rgb(74 4 78 / 0.9);
}

.text-fuchsia-950\/95 {
  color: rgb(74 4 78 / 0.95);
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}

.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}

.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}

.text-gray-100\/15 {
  color: rgb(243 244 246 / 0.15);
}

.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}

.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}

.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}

.text-gray-100\/35 {
  color: rgb(243 244 246 / 0.35);
}

.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}

.text-gray-100\/45 {
  color: rgb(243 244 246 / 0.45);
}

.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}

.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}

.text-gray-100\/55 {
  color: rgb(243 244 246 / 0.55);
}

.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}

.text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}

.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}

.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}

.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}

.text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}

.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}

.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}

.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}

.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}

.text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}

.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}

.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}

.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}

.text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}

.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}

.text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}

.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}

.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}

.text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}

.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}

.text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}

.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}

.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}

.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}

.text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}

.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}

.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}

.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}

.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}

.text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}

.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}

.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}

.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}

.text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}

.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}

.text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}

.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}

.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}

.text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}

.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}

.text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}

.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}

.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}

.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}

.text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}

.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}

.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}

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

.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}

.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}

.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}

.text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}

.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}

.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}

.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}

.text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}

.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}

.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}

.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}

.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}

.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}

.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}

.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}

.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}

.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}

.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}

.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}

.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}

.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}

.text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}

.text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}

.text-gray-50\/15 {
  color: rgb(249 250 251 / 0.15);
}

.text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}

.text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}

.text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}

.text-gray-50\/35 {
  color: rgb(249 250 251 / 0.35);
}

.text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}

.text-gray-50\/45 {
  color: rgb(249 250 251 / 0.45);
}

.text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}

.text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}

.text-gray-50\/55 {
  color: rgb(249 250 251 / 0.55);
}

.text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}

.text-gray-50\/65 {
  color: rgb(249 250 251 / 0.65);
}

.text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}

.text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}

.text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}

.text-gray-50\/85 {
  color: rgb(249 250 251 / 0.85);
}

.text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}

.text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}

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

.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}

.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}

.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}

.text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}

.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}

.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}

.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}

.text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}

.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}

.text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}

.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}

.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}

.text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}

.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}

.text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}

.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}

.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}

.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}

.text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}

.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}

.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}

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

.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}

.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}

.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}

.text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}

.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}

.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}

.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}

.text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}

.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}

.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}

.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}

.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}

.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}

.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}

.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}

.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}

.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}

.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}

.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}

.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}

.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}

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

.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}

.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}

.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}

.text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}

.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}

.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}

.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}

.text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}

.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}

.text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}

.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}

.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}

.text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}

.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}

.text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}

.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}

.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}

.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}

.text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}

.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}

.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}

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

.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}

.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}

.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}

.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}

.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}

.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}

.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}

.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}

.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}

.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}

.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}

.text-gray-900\/15 {
  color: rgb(17 24 39 / 0.15);
}

.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}

.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}

.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}

.text-gray-900\/35 {
  color: rgb(17 24 39 / 0.35);
}

.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}

.text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}

.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}

.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}

.text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}

.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}

.text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}

.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}

.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}

.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}

.text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}

.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}

.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.text-gray-950\/0 {
  color: rgb(3 7 18 / 0);
}

.text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1);
}

.text-gray-950\/100 {
  color: rgb(3 7 18 / 1);
}

.text-gray-950\/15 {
  color: rgb(3 7 18 / 0.15);
}

.text-gray-950\/20 {
  color: rgb(3 7 18 / 0.2);
}

.text-gray-950\/25 {
  color: rgb(3 7 18 / 0.25);
}

.text-gray-950\/30 {
  color: rgb(3 7 18 / 0.3);
}

.text-gray-950\/35 {
  color: rgb(3 7 18 / 0.35);
}

.text-gray-950\/40 {
  color: rgb(3 7 18 / 0.4);
}

.text-gray-950\/45 {
  color: rgb(3 7 18 / 0.45);
}

.text-gray-950\/5 {
  color: rgb(3 7 18 / 0.05);
}

.text-gray-950\/50 {
  color: rgb(3 7 18 / 0.5);
}

.text-gray-950\/55 {
  color: rgb(3 7 18 / 0.55);
}

.text-gray-950\/60 {
  color: rgb(3 7 18 / 0.6);
}

.text-gray-950\/65 {
  color: rgb(3 7 18 / 0.65);
}

.text-gray-950\/70 {
  color: rgb(3 7 18 / 0.7);
}

.text-gray-950\/75 {
  color: rgb(3 7 18 / 0.75);
}

.text-gray-950\/80 {
  color: rgb(3 7 18 / 0.8);
}

.text-gray-950\/85 {
  color: rgb(3 7 18 / 0.85);
}

.text-gray-950\/90 {
  color: rgb(3 7 18 / 0.9);
}

.text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95);
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.text-green-100\/0 {
  color: rgb(220 252 231 / 0);
}

.text-green-100\/10 {
  color: rgb(220 252 231 / 0.1);
}

.text-green-100\/100 {
  color: rgb(220 252 231 / 1);
}

.text-green-100\/15 {
  color: rgb(220 252 231 / 0.15);
}

.text-green-100\/20 {
  color: rgb(220 252 231 / 0.2);
}

.text-green-100\/25 {
  color: rgb(220 252 231 / 0.25);
}

.text-green-100\/30 {
  color: rgb(220 252 231 / 0.3);
}

.text-green-100\/35 {
  color: rgb(220 252 231 / 0.35);
}

.text-green-100\/40 {
  color: rgb(220 252 231 / 0.4);
}

.text-green-100\/45 {
  color: rgb(220 252 231 / 0.45);
}

.text-green-100\/5 {
  color: rgb(220 252 231 / 0.05);
}

.text-green-100\/50 {
  color: rgb(220 252 231 / 0.5);
}

.text-green-100\/55 {
  color: rgb(220 252 231 / 0.55);
}

.text-green-100\/60 {
  color: rgb(220 252 231 / 0.6);
}

.text-green-100\/65 {
  color: rgb(220 252 231 / 0.65);
}

.text-green-100\/70 {
  color: rgb(220 252 231 / 0.7);
}

.text-green-100\/75 {
  color: rgb(220 252 231 / 0.75);
}

.text-green-100\/80 {
  color: rgb(220 252 231 / 0.8);
}

.text-green-100\/85 {
  color: rgb(220 252 231 / 0.85);
}

.text-green-100\/90 {
  color: rgb(220 252 231 / 0.9);
}

.text-green-100\/95 {
  color: rgb(220 252 231 / 0.95);
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.text-green-200\/0 {
  color: rgb(187 247 208 / 0);
}

.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1);
}

.text-green-200\/100 {
  color: rgb(187 247 208 / 1);
}

.text-green-200\/15 {
  color: rgb(187 247 208 / 0.15);
}

.text-green-200\/20 {
  color: rgb(187 247 208 / 0.2);
}

.text-green-200\/25 {
  color: rgb(187 247 208 / 0.25);
}

.text-green-200\/30 {
  color: rgb(187 247 208 / 0.3);
}

.text-green-200\/35 {
  color: rgb(187 247 208 / 0.35);
}

.text-green-200\/40 {
  color: rgb(187 247 208 / 0.4);
}

.text-green-200\/45 {
  color: rgb(187 247 208 / 0.45);
}

.text-green-200\/5 {
  color: rgb(187 247 208 / 0.05);
}

.text-green-200\/50 {
  color: rgb(187 247 208 / 0.5);
}

.text-green-200\/55 {
  color: rgb(187 247 208 / 0.55);
}

.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6);
}

.text-green-200\/65 {
  color: rgb(187 247 208 / 0.65);
}

.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7);
}

.text-green-200\/75 {
  color: rgb(187 247 208 / 0.75);
}

.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8);
}

.text-green-200\/85 {
  color: rgb(187 247 208 / 0.85);
}

.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9);
}

.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95);
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.text-green-300\/0 {
  color: rgb(134 239 172 / 0);
}

.text-green-300\/10 {
  color: rgb(134 239 172 / 0.1);
}

.text-green-300\/100 {
  color: rgb(134 239 172 / 1);
}

.text-green-300\/15 {
  color: rgb(134 239 172 / 0.15);
}

.text-green-300\/20 {
  color: rgb(134 239 172 / 0.2);
}

.text-green-300\/25 {
  color: rgb(134 239 172 / 0.25);
}

.text-green-300\/30 {
  color: rgb(134 239 172 / 0.3);
}

.text-green-300\/35 {
  color: rgb(134 239 172 / 0.35);
}

.text-green-300\/40 {
  color: rgb(134 239 172 / 0.4);
}

.text-green-300\/45 {
  color: rgb(134 239 172 / 0.45);
}

.text-green-300\/5 {
  color: rgb(134 239 172 / 0.05);
}

.text-green-300\/50 {
  color: rgb(134 239 172 / 0.5);
}

.text-green-300\/55 {
  color: rgb(134 239 172 / 0.55);
}

.text-green-300\/60 {
  color: rgb(134 239 172 / 0.6);
}

.text-green-300\/65 {
  color: rgb(134 239 172 / 0.65);
}

.text-green-300\/70 {
  color: rgb(134 239 172 / 0.7);
}

.text-green-300\/75 {
  color: rgb(134 239 172 / 0.75);
}

.text-green-300\/80 {
  color: rgb(134 239 172 / 0.8);
}

.text-green-300\/85 {
  color: rgb(134 239 172 / 0.85);
}

.text-green-300\/90 {
  color: rgb(134 239 172 / 0.9);
}

.text-green-300\/95 {
  color: rgb(134 239 172 / 0.95);
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-400\/0 {
  color: rgb(74 222 128 / 0);
}

.text-green-400\/10 {
  color: rgb(74 222 128 / 0.1);
}

.text-green-400\/100 {
  color: rgb(74 222 128 / 1);
}

.text-green-400\/15 {
  color: rgb(74 222 128 / 0.15);
}

.text-green-400\/20 {
  color: rgb(74 222 128 / 0.2);
}

.text-green-400\/25 {
  color: rgb(74 222 128 / 0.25);
}

.text-green-400\/30 {
  color: rgb(74 222 128 / 0.3);
}

.text-green-400\/35 {
  color: rgb(74 222 128 / 0.35);
}

.text-green-400\/40 {
  color: rgb(74 222 128 / 0.4);
}

.text-green-400\/45 {
  color: rgb(74 222 128 / 0.45);
}

.text-green-400\/5 {
  color: rgb(74 222 128 / 0.05);
}

.text-green-400\/50 {
  color: rgb(74 222 128 / 0.5);
}

.text-green-400\/55 {
  color: rgb(74 222 128 / 0.55);
}

.text-green-400\/60 {
  color: rgb(74 222 128 / 0.6);
}

.text-green-400\/65 {
  color: rgb(74 222 128 / 0.65);
}

.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}

.text-green-400\/75 {
  color: rgb(74 222 128 / 0.75);
}

.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}

.text-green-400\/85 {
  color: rgb(74 222 128 / 0.85);
}

.text-green-400\/90 {
  color: rgb(74 222 128 / 0.9);
}

.text-green-400\/95 {
  color: rgb(74 222 128 / 0.95);
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}

.text-green-50\/0 {
  color: rgb(240 253 244 / 0);
}

.text-green-50\/10 {
  color: rgb(240 253 244 / 0.1);
}

.text-green-50\/100 {
  color: rgb(240 253 244 / 1);
}

.text-green-50\/15 {
  color: rgb(240 253 244 / 0.15);
}

.text-green-50\/20 {
  color: rgb(240 253 244 / 0.2);
}

.text-green-50\/25 {
  color: rgb(240 253 244 / 0.25);
}

.text-green-50\/30 {
  color: rgb(240 253 244 / 0.3);
}

.text-green-50\/35 {
  color: rgb(240 253 244 / 0.35);
}

.text-green-50\/40 {
  color: rgb(240 253 244 / 0.4);
}

.text-green-50\/45 {
  color: rgb(240 253 244 / 0.45);
}

.text-green-50\/5 {
  color: rgb(240 253 244 / 0.05);
}

.text-green-50\/50 {
  color: rgb(240 253 244 / 0.5);
}

.text-green-50\/55 {
  color: rgb(240 253 244 / 0.55);
}

.text-green-50\/60 {
  color: rgb(240 253 244 / 0.6);
}

.text-green-50\/65 {
  color: rgb(240 253 244 / 0.65);
}

.text-green-50\/70 {
  color: rgb(240 253 244 / 0.7);
}

.text-green-50\/75 {
  color: rgb(240 253 244 / 0.75);
}

.text-green-50\/80 {
  color: rgb(240 253 244 / 0.8);
}

.text-green-50\/85 {
  color: rgb(240 253 244 / 0.85);
}

.text-green-50\/90 {
  color: rgb(240 253 244 / 0.9);
}

.text-green-50\/95 {
  color: rgb(240 253 244 / 0.95);
}

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

.text-green-500\/0 {
  color: rgb(34 197 94 / 0);
}

.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1);
}

.text-green-500\/100 {
  color: rgb(34 197 94 / 1);
}

.text-green-500\/15 {
  color: rgb(34 197 94 / 0.15);
}

.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2);
}

.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25);
}

.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3);
}

.text-green-500\/35 {
  color: rgb(34 197 94 / 0.35);
}

.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4);
}

.text-green-500\/45 {
  color: rgb(34 197 94 / 0.45);
}

.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05);
}

.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}

.text-green-500\/55 {
  color: rgb(34 197 94 / 0.55);
}

.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6);
}

.text-green-500\/65 {
  color: rgb(34 197 94 / 0.65);
}

.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7);
}

.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75);
}

.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8);
}

.text-green-500\/85 {
  color: rgb(34 197 94 / 0.85);
}

.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9);
}

.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95);
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-600\/0 {
  color: rgb(22 163 74 / 0);
}

.text-green-600\/10 {
  color: rgb(22 163 74 / 0.1);
}

.text-green-600\/100 {
  color: rgb(22 163 74 / 1);
}

.text-green-600\/15 {
  color: rgb(22 163 74 / 0.15);
}

.text-green-600\/20 {
  color: rgb(22 163 74 / 0.2);
}

.text-green-600\/25 {
  color: rgb(22 163 74 / 0.25);
}

.text-green-600\/30 {
  color: rgb(22 163 74 / 0.3);
}

.text-green-600\/35 {
  color: rgb(22 163 74 / 0.35);
}

.text-green-600\/40 {
  color: rgb(22 163 74 / 0.4);
}

.text-green-600\/45 {
  color: rgb(22 163 74 / 0.45);
}

.text-green-600\/5 {
  color: rgb(22 163 74 / 0.05);
}

.text-green-600\/50 {
  color: rgb(22 163 74 / 0.5);
}

.text-green-600\/55 {
  color: rgb(22 163 74 / 0.55);
}

.text-green-600\/60 {
  color: rgb(22 163 74 / 0.6);
}

.text-green-600\/65 {
  color: rgb(22 163 74 / 0.65);
}

.text-green-600\/70 {
  color: rgb(22 163 74 / 0.7);
}

.text-green-600\/75 {
  color: rgb(22 163 74 / 0.75);
}

.text-green-600\/80 {
  color: rgb(22 163 74 / 0.8);
}

.text-green-600\/85 {
  color: rgb(22 163 74 / 0.85);
}

.text-green-600\/90 {
  color: rgb(22 163 74 / 0.9);
}

.text-green-600\/95 {
  color: rgb(22 163 74 / 0.95);
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-700\/0 {
  color: rgb(21 128 61 / 0);
}

.text-green-700\/10 {
  color: rgb(21 128 61 / 0.1);
}

.text-green-700\/100 {
  color: rgb(21 128 61 / 1);
}

.text-green-700\/15 {
  color: rgb(21 128 61 / 0.15);
}

.text-green-700\/20 {
  color: rgb(21 128 61 / 0.2);
}

.text-green-700\/25 {
  color: rgb(21 128 61 / 0.25);
}

.text-green-700\/30 {
  color: rgb(21 128 61 / 0.3);
}

.text-green-700\/35 {
  color: rgb(21 128 61 / 0.35);
}

.text-green-700\/40 {
  color: rgb(21 128 61 / 0.4);
}

.text-green-700\/45 {
  color: rgb(21 128 61 / 0.45);
}

.text-green-700\/5 {
  color: rgb(21 128 61 / 0.05);
}

.text-green-700\/50 {
  color: rgb(21 128 61 / 0.5);
}

.text-green-700\/55 {
  color: rgb(21 128 61 / 0.55);
}

.text-green-700\/60 {
  color: rgb(21 128 61 / 0.6);
}

.text-green-700\/65 {
  color: rgb(21 128 61 / 0.65);
}

.text-green-700\/70 {
  color: rgb(21 128 61 / 0.7);
}

.text-green-700\/75 {
  color: rgb(21 128 61 / 0.75);
}

.text-green-700\/80 {
  color: rgb(21 128 61 / 0.8);
}

.text-green-700\/85 {
  color: rgb(21 128 61 / 0.85);
}

.text-green-700\/90 {
  color: rgb(21 128 61 / 0.9);
}

.text-green-700\/95 {
  color: rgb(21 128 61 / 0.95);
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-green-800\/0 {
  color: rgb(22 101 52 / 0);
}

.text-green-800\/10 {
  color: rgb(22 101 52 / 0.1);
}

.text-green-800\/100 {
  color: rgb(22 101 52 / 1);
}

.text-green-800\/15 {
  color: rgb(22 101 52 / 0.15);
}

.text-green-800\/20 {
  color: rgb(22 101 52 / 0.2);
}

.text-green-800\/25 {
  color: rgb(22 101 52 / 0.25);
}

.text-green-800\/30 {
  color: rgb(22 101 52 / 0.3);
}

.text-green-800\/35 {
  color: rgb(22 101 52 / 0.35);
}

.text-green-800\/40 {
  color: rgb(22 101 52 / 0.4);
}

.text-green-800\/45 {
  color: rgb(22 101 52 / 0.45);
}

.text-green-800\/5 {
  color: rgb(22 101 52 / 0.05);
}

.text-green-800\/50 {
  color: rgb(22 101 52 / 0.5);
}

.text-green-800\/55 {
  color: rgb(22 101 52 / 0.55);
}

.text-green-800\/60 {
  color: rgb(22 101 52 / 0.6);
}

.text-green-800\/65 {
  color: rgb(22 101 52 / 0.65);
}

.text-green-800\/70 {
  color: rgb(22 101 52 / 0.7);
}

.text-green-800\/75 {
  color: rgb(22 101 52 / 0.75);
}

.text-green-800\/80 {
  color: rgb(22 101 52 / 0.8);
}

.text-green-800\/85 {
  color: rgb(22 101 52 / 0.85);
}

.text-green-800\/90 {
  color: rgb(22 101 52 / 0.9);
}

.text-green-800\/95 {
  color: rgb(22 101 52 / 0.95);
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.text-green-900\/0 {
  color: rgb(20 83 45 / 0);
}

.text-green-900\/10 {
  color: rgb(20 83 45 / 0.1);
}

.text-green-900\/100 {
  color: rgb(20 83 45 / 1);
}

.text-green-900\/15 {
  color: rgb(20 83 45 / 0.15);
}

.text-green-900\/20 {
  color: rgb(20 83 45 / 0.2);
}

.text-green-900\/25 {
  color: rgb(20 83 45 / 0.25);
}

.text-green-900\/30 {
  color: rgb(20 83 45 / 0.3);
}

.text-green-900\/35 {
  color: rgb(20 83 45 / 0.35);
}

.text-green-900\/40 {
  color: rgb(20 83 45 / 0.4);
}

.text-green-900\/45 {
  color: rgb(20 83 45 / 0.45);
}

.text-green-900\/5 {
  color: rgb(20 83 45 / 0.05);
}

.text-green-900\/50 {
  color: rgb(20 83 45 / 0.5);
}

.text-green-900\/55 {
  color: rgb(20 83 45 / 0.55);
}

.text-green-900\/60 {
  color: rgb(20 83 45 / 0.6);
}

.text-green-900\/65 {
  color: rgb(20 83 45 / 0.65);
}

.text-green-900\/70 {
  color: rgb(20 83 45 / 0.7);
}

.text-green-900\/75 {
  color: rgb(20 83 45 / 0.75);
}

.text-green-900\/80 {
  color: rgb(20 83 45 / 0.8);
}

.text-green-900\/85 {
  color: rgb(20 83 45 / 0.85);
}

.text-green-900\/90 {
  color: rgb(20 83 45 / 0.9);
}

.text-green-900\/95 {
  color: rgb(20 83 45 / 0.95);
}

.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.text-green-950\/0 {
  color: rgb(5 46 22 / 0);
}

.text-green-950\/10 {
  color: rgb(5 46 22 / 0.1);
}

.text-green-950\/100 {
  color: rgb(5 46 22 / 1);
}

.text-green-950\/15 {
  color: rgb(5 46 22 / 0.15);
}

.text-green-950\/20 {
  color: rgb(5 46 22 / 0.2);
}

.text-green-950\/25 {
  color: rgb(5 46 22 / 0.25);
}

.text-green-950\/30 {
  color: rgb(5 46 22 / 0.3);
}

.text-green-950\/35 {
  color: rgb(5 46 22 / 0.35);
}

.text-green-950\/40 {
  color: rgb(5 46 22 / 0.4);
}

.text-green-950\/45 {
  color: rgb(5 46 22 / 0.45);
}

.text-green-950\/5 {
  color: rgb(5 46 22 / 0.05);
}

.text-green-950\/50 {
  color: rgb(5 46 22 / 0.5);
}

.text-green-950\/55 {
  color: rgb(5 46 22 / 0.55);
}

.text-green-950\/60 {
  color: rgb(5 46 22 / 0.6);
}

.text-green-950\/65 {
  color: rgb(5 46 22 / 0.65);
}

.text-green-950\/70 {
  color: rgb(5 46 22 / 0.7);
}

.text-green-950\/75 {
  color: rgb(5 46 22 / 0.75);
}

.text-green-950\/80 {
  color: rgb(5 46 22 / 0.8);
}

.text-green-950\/85 {
  color: rgb(5 46 22 / 0.85);
}

.text-green-950\/90 {
  color: rgb(5 46 22 / 0.9);
}

.text-green-950\/95 {
  color: rgb(5 46 22 / 0.95);
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0);
}

.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1);
}

.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1);
}

.text-indigo-100\/15 {
  color: rgb(224 231 255 / 0.15);
}

.text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2);
}

.text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25);
}

.text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3);
}

.text-indigo-100\/35 {
  color: rgb(224 231 255 / 0.35);
}

.text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4);
}

.text-indigo-100\/45 {
  color: rgb(224 231 255 / 0.45);
}

.text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05);
}

.text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5);
}

.text-indigo-100\/55 {
  color: rgb(224 231 255 / 0.55);
}

.text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6);
}

.text-indigo-100\/65 {
  color: rgb(224 231 255 / 0.65);
}

.text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7);
}

.text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75);
}

.text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8);
}

.text-indigo-100\/85 {
  color: rgb(224 231 255 / 0.85);
}

.text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9);
}

.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95);
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0);
}

.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1);
}

.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1);
}

.text-indigo-200\/15 {
  color: rgb(199 210 254 / 0.15);
}

.text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2);
}

.text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25);
}

.text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3);
}

.text-indigo-200\/35 {
  color: rgb(199 210 254 / 0.35);
}

.text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4);
}

.text-indigo-200\/45 {
  color: rgb(199 210 254 / 0.45);
}

.text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05);
}

.text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5);
}

.text-indigo-200\/55 {
  color: rgb(199 210 254 / 0.55);
}

.text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6);
}

.text-indigo-200\/65 {
  color: rgb(199 210 254 / 0.65);
}

.text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7);
}

.text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75);
}

.text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8);
}

.text-indigo-200\/85 {
  color: rgb(199 210 254 / 0.85);
}

.text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9);
}

.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95);
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0);
}

.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1);
}

.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1);
}

.text-indigo-300\/15 {
  color: rgb(165 180 252 / 0.15);
}

.text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2);
}

.text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25);
}

.text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3);
}

.text-indigo-300\/35 {
  color: rgb(165 180 252 / 0.35);
}

.text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4);
}

.text-indigo-300\/45 {
  color: rgb(165 180 252 / 0.45);
}

.text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05);
}

.text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5);
}

.text-indigo-300\/55 {
  color: rgb(165 180 252 / 0.55);
}

.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6);
}

.text-indigo-300\/65 {
  color: rgb(165 180 252 / 0.65);
}

.text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7);
}

.text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75);
}

.text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8);
}

.text-indigo-300\/85 {
  color: rgb(165 180 252 / 0.85);
}

.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9);
}

.text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95);
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0);
}

.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1);
}

.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1);
}

.text-indigo-400\/15 {
  color: rgb(129 140 248 / 0.15);
}

.text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2);
}

.text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25);
}

.text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3);
}

.text-indigo-400\/35 {
  color: rgb(129 140 248 / 0.35);
}

.text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4);
}

.text-indigo-400\/45 {
  color: rgb(129 140 248 / 0.45);
}

.text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05);
}

.text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5);
}

.text-indigo-400\/55 {
  color: rgb(129 140 248 / 0.55);
}

.text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6);
}

.text-indigo-400\/65 {
  color: rgb(129 140 248 / 0.65);
}

.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7);
}

.text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75);
}

.text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8);
}

.text-indigo-400\/85 {
  color: rgb(129 140 248 / 0.85);
}

.text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9);
}

.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95);
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0);
}

.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1);
}

.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1);
}

.text-indigo-50\/15 {
  color: rgb(238 242 255 / 0.15);
}

.text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2);
}

.text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25);
}

.text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3);
}

.text-indigo-50\/35 {
  color: rgb(238 242 255 / 0.35);
}

.text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4);
}

.text-indigo-50\/45 {
  color: rgb(238 242 255 / 0.45);
}

.text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05);
}

.text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5);
}

.text-indigo-50\/55 {
  color: rgb(238 242 255 / 0.55);
}

.text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6);
}

.text-indigo-50\/65 {
  color: rgb(238 242 255 / 0.65);
}

.text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7);
}

.text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75);
}

.text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8);
}

.text-indigo-50\/85 {
  color: rgb(238 242 255 / 0.85);
}

.text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9);
}

.text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95);
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}

.text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}

.text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}

.text-indigo-500\/15 {
  color: rgb(99 102 241 / 0.15);
}

.text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2);
}

.text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25);
}

.text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3);
}

.text-indigo-500\/35 {
  color: rgb(99 102 241 / 0.35);
}

.text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4);
}

.text-indigo-500\/45 {
  color: rgb(99 102 241 / 0.45);
}

.text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05);
}

.text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}

.text-indigo-500\/55 {
  color: rgb(99 102 241 / 0.55);
}

.text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6);
}

.text-indigo-500\/65 {
  color: rgb(99 102 241 / 0.65);
}

.text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7);
}

.text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75);
}

.text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8);
}

.text-indigo-500\/85 {
  color: rgb(99 102 241 / 0.85);
}

.text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9);
}

.text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-indigo-600\/0 {
  color: rgb(79 70 229 / 0);
}

.text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1);
}

.text-indigo-600\/100 {
  color: rgb(79 70 229 / 1);
}

.text-indigo-600\/15 {
  color: rgb(79 70 229 / 0.15);
}

.text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2);
}

.text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25);
}

.text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3);
}

.text-indigo-600\/35 {
  color: rgb(79 70 229 / 0.35);
}

.text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4);
}

.text-indigo-600\/45 {
  color: rgb(79 70 229 / 0.45);
}

.text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05);
}

.text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5);
}

.text-indigo-600\/55 {
  color: rgb(79 70 229 / 0.55);
}

.text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6);
}

.text-indigo-600\/65 {
  color: rgb(79 70 229 / 0.65);
}

.text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7);
}

.text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75);
}

.text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8);
}

.text-indigo-600\/85 {
  color: rgb(79 70 229 / 0.85);
}

.text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9);
}

.text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95);
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-indigo-700\/0 {
  color: rgb(67 56 202 / 0);
}

.text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1);
}

.text-indigo-700\/100 {
  color: rgb(67 56 202 / 1);
}

.text-indigo-700\/15 {
  color: rgb(67 56 202 / 0.15);
}

.text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2);
}

.text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25);
}

.text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3);
}

.text-indigo-700\/35 {
  color: rgb(67 56 202 / 0.35);
}

.text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4);
}

.text-indigo-700\/45 {
  color: rgb(67 56 202 / 0.45);
}

.text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05);
}

.text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5);
}

.text-indigo-700\/55 {
  color: rgb(67 56 202 / 0.55);
}

.text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6);
}

.text-indigo-700\/65 {
  color: rgb(67 56 202 / 0.65);
}

.text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7);
}

.text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75);
}

.text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8);
}

.text-indigo-700\/85 {
  color: rgb(67 56 202 / 0.85);
}

.text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9);
}

.text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95);
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.text-indigo-800\/0 {
  color: rgb(55 48 163 / 0);
}

.text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1);
}

.text-indigo-800\/100 {
  color: rgb(55 48 163 / 1);
}

.text-indigo-800\/15 {
  color: rgb(55 48 163 / 0.15);
}

.text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2);
}

.text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25);
}

.text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3);
}

.text-indigo-800\/35 {
  color: rgb(55 48 163 / 0.35);
}

.text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4);
}

.text-indigo-800\/45 {
  color: rgb(55 48 163 / 0.45);
}

.text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05);
}

.text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5);
}

.text-indigo-800\/55 {
  color: rgb(55 48 163 / 0.55);
}

.text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6);
}

.text-indigo-800\/65 {
  color: rgb(55 48 163 / 0.65);
}

.text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7);
}

.text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75);
}

.text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8);
}

.text-indigo-800\/85 {
  color: rgb(55 48 163 / 0.85);
}

.text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9);
}

.text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95);
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0);
}

.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1);
}

.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1);
}

.text-indigo-900\/15 {
  color: rgb(49 46 129 / 0.15);
}

.text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2);
}

.text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25);
}

.text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3);
}

.text-indigo-900\/35 {
  color: rgb(49 46 129 / 0.35);
}

.text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4);
}

.text-indigo-900\/45 {
  color: rgb(49 46 129 / 0.45);
}

.text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05);
}

.text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5);
}

.text-indigo-900\/55 {
  color: rgb(49 46 129 / 0.55);
}

.text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6);
}

.text-indigo-900\/65 {
  color: rgb(49 46 129 / 0.65);
}

.text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7);
}

.text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75);
}

.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8);
}

.text-indigo-900\/85 {
  color: rgb(49 46 129 / 0.85);
}

.text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9);
}

.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95);
}

.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.text-indigo-950\/0 {
  color: rgb(30 27 75 / 0);
}

.text-indigo-950\/10 {
  color: rgb(30 27 75 / 0.1);
}

.text-indigo-950\/100 {
  color: rgb(30 27 75 / 1);
}

.text-indigo-950\/15 {
  color: rgb(30 27 75 / 0.15);
}

.text-indigo-950\/20 {
  color: rgb(30 27 75 / 0.2);
}

.text-indigo-950\/25 {
  color: rgb(30 27 75 / 0.25);
}

.text-indigo-950\/30 {
  color: rgb(30 27 75 / 0.3);
}

.text-indigo-950\/35 {
  color: rgb(30 27 75 / 0.35);
}

.text-indigo-950\/40 {
  color: rgb(30 27 75 / 0.4);
}

.text-indigo-950\/45 {
  color: rgb(30 27 75 / 0.45);
}

.text-indigo-950\/5 {
  color: rgb(30 27 75 / 0.05);
}

.text-indigo-950\/50 {
  color: rgb(30 27 75 / 0.5);
}

.text-indigo-950\/55 {
  color: rgb(30 27 75 / 0.55);
}

.text-indigo-950\/60 {
  color: rgb(30 27 75 / 0.6);
}

.text-indigo-950\/65 {
  color: rgb(30 27 75 / 0.65);
}

.text-indigo-950\/70 {
  color: rgb(30 27 75 / 0.7);
}

.text-indigo-950\/75 {
  color: rgb(30 27 75 / 0.75);
}

.text-indigo-950\/80 {
  color: rgb(30 27 75 / 0.8);
}

.text-indigo-950\/85 {
  color: rgb(30 27 75 / 0.85);
}

.text-indigo-950\/90 {
  color: rgb(30 27 75 / 0.9);
}

.text-indigo-950\/95 {
  color: rgb(30 27 75 / 0.95);
}

.text-info {
  --tw-text-opacity: 1;
  color: var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity, 1)));
}

.text-info-content {
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity, 1)));
}

.text-info-content\/0 {
  color: var(--fallback-inc,oklch(var(--inc)/0));
}

.text-info-content\/10 {
  color: var(--fallback-inc,oklch(var(--inc)/0.1));
}

.text-info-content\/100 {
  color: var(--fallback-inc,oklch(var(--inc)/1));
}

.text-info-content\/15 {
  color: var(--fallback-inc,oklch(var(--inc)/0.15));
}

.text-info-content\/20 {
  color: var(--fallback-inc,oklch(var(--inc)/0.2));
}

.text-info-content\/25 {
  color: var(--fallback-inc,oklch(var(--inc)/0.25));
}

.text-info-content\/30 {
  color: var(--fallback-inc,oklch(var(--inc)/0.3));
}

.text-info-content\/35 {
  color: var(--fallback-inc,oklch(var(--inc)/0.35));
}

.text-info-content\/40 {
  color: var(--fallback-inc,oklch(var(--inc)/0.4));
}

.text-info-content\/45 {
  color: var(--fallback-inc,oklch(var(--inc)/0.45));
}

.text-info-content\/5 {
  color: var(--fallback-inc,oklch(var(--inc)/0.05));
}

.text-info-content\/50 {
  color: var(--fallback-inc,oklch(var(--inc)/0.5));
}

.text-info-content\/55 {
  color: var(--fallback-inc,oklch(var(--inc)/0.55));
}

.text-info-content\/60 {
  color: var(--fallback-inc,oklch(var(--inc)/0.6));
}

.text-info-content\/65 {
  color: var(--fallback-inc,oklch(var(--inc)/0.65));
}

.text-info-content\/70 {
  color: var(--fallback-inc,oklch(var(--inc)/0.7));
}

.text-info-content\/75 {
  color: var(--fallback-inc,oklch(var(--inc)/0.75));
}

.text-info-content\/80 {
  color: var(--fallback-inc,oklch(var(--inc)/0.8));
}

.text-info-content\/85 {
  color: var(--fallback-inc,oklch(var(--inc)/0.85));
}

.text-info-content\/90 {
  color: var(--fallback-inc,oklch(var(--inc)/0.9));
}

.text-info-content\/95 {
  color: var(--fallback-inc,oklch(var(--inc)/0.95));
}

.text-info\/0 {
  color: var(--fallback-in,oklch(var(--in)/0));
}

.text-info\/10 {
  color: var(--fallback-in,oklch(var(--in)/0.1));
}

.text-info\/100 {
  color: var(--fallback-in,oklch(var(--in)/1));
}

.text-info\/15 {
  color: var(--fallback-in,oklch(var(--in)/0.15));
}

.text-info\/20 {
  color: var(--fallback-in,oklch(var(--in)/0.2));
}

.text-info\/25 {
  color: var(--fallback-in,oklch(var(--in)/0.25));
}

.text-info\/30 {
  color: var(--fallback-in,oklch(var(--in)/0.3));
}

.text-info\/35 {
  color: var(--fallback-in,oklch(var(--in)/0.35));
}

.text-info\/40 {
  color: var(--fallback-in,oklch(var(--in)/0.4));
}

.text-info\/45 {
  color: var(--fallback-in,oklch(var(--in)/0.45));
}

.text-info\/5 {
  color: var(--fallback-in,oklch(var(--in)/0.05));
}

.text-info\/50 {
  color: var(--fallback-in,oklch(var(--in)/0.5));
}

.text-info\/55 {
  color: var(--fallback-in,oklch(var(--in)/0.55));
}

.text-info\/60 {
  color: var(--fallback-in,oklch(var(--in)/0.6));
}

.text-info\/65 {
  color: var(--fallback-in,oklch(var(--in)/0.65));
}

.text-info\/70 {
  color: var(--fallback-in,oklch(var(--in)/0.7));
}

.text-info\/75 {
  color: var(--fallback-in,oklch(var(--in)/0.75));
}

.text-info\/80 {
  color: var(--fallback-in,oklch(var(--in)/0.8));
}

.text-info\/85 {
  color: var(--fallback-in,oklch(var(--in)/0.85));
}

.text-info\/90 {
  color: var(--fallback-in,oklch(var(--in)/0.9));
}

.text-info\/95 {
  color: var(--fallback-in,oklch(var(--in)/0.95));
}

.text-inherit {
  color: inherit;
}

.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}

.text-lime-100\/0 {
  color: rgb(236 252 203 / 0);
}

.text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1);
}

.text-lime-100\/100 {
  color: rgb(236 252 203 / 1);
}

.text-lime-100\/15 {
  color: rgb(236 252 203 / 0.15);
}

.text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2);
}

.text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25);
}

.text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3);
}

.text-lime-100\/35 {
  color: rgb(236 252 203 / 0.35);
}

.text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4);
}

.text-lime-100\/45 {
  color: rgb(236 252 203 / 0.45);
}

.text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05);
}

.text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5);
}

.text-lime-100\/55 {
  color: rgb(236 252 203 / 0.55);
}

.text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6);
}

.text-lime-100\/65 {
  color: rgb(236 252 203 / 0.65);
}

.text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7);
}

.text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75);
}

.text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8);
}

.text-lime-100\/85 {
  color: rgb(236 252 203 / 0.85);
}

.text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9);
}

.text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95);
}

.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}

.text-lime-200\/0 {
  color: rgb(217 249 157 / 0);
}

.text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1);
}

.text-lime-200\/100 {
  color: rgb(217 249 157 / 1);
}

.text-lime-200\/15 {
  color: rgb(217 249 157 / 0.15);
}

.text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2);
}

.text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25);
}

.text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3);
}

.text-lime-200\/35 {
  color: rgb(217 249 157 / 0.35);
}

.text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4);
}

.text-lime-200\/45 {
  color: rgb(217 249 157 / 0.45);
}

.text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05);
}

.text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5);
}

.text-lime-200\/55 {
  color: rgb(217 249 157 / 0.55);
}

.text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6);
}

.text-lime-200\/65 {
  color: rgb(217 249 157 / 0.65);
}

.text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7);
}

.text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75);
}

.text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8);
}

.text-lime-200\/85 {
  color: rgb(217 249 157 / 0.85);
}

.text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9);
}

.text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95);
}

.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}

.text-lime-300\/0 {
  color: rgb(190 242 100 / 0);
}

.text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1);
}

.text-lime-300\/100 {
  color: rgb(190 242 100 / 1);
}

.text-lime-300\/15 {
  color: rgb(190 242 100 / 0.15);
}

.text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2);
}

.text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25);
}

.text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3);
}

.text-lime-300\/35 {
  color: rgb(190 242 100 / 0.35);
}

.text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4);
}

.text-lime-300\/45 {
  color: rgb(190 242 100 / 0.45);
}

.text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05);
}

.text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5);
}

.text-lime-300\/55 {
  color: rgb(190 242 100 / 0.55);
}

.text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6);
}

.text-lime-300\/65 {
  color: rgb(190 242 100 / 0.65);
}

.text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7);
}

.text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75);
}

.text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8);
}

.text-lime-300\/85 {
  color: rgb(190 242 100 / 0.85);
}

.text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9);
}

.text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95);
}

.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.text-lime-400\/0 {
  color: rgb(163 230 53 / 0);
}

.text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1);
}

.text-lime-400\/100 {
  color: rgb(163 230 53 / 1);
}

.text-lime-400\/15 {
  color: rgb(163 230 53 / 0.15);
}

.text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2);
}

.text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25);
}

.text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3);
}

.text-lime-400\/35 {
  color: rgb(163 230 53 / 0.35);
}

.text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4);
}

.text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45);
}

.text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05);
}

.text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5);
}

.text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55);
}

.text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6);
}

.text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65);
}

.text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7);
}

.text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75);
}

.text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8);
}

.text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85);
}

.text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9);
}

.text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95);
}

.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}

.text-lime-50\/0 {
  color: rgb(247 254 231 / 0);
}

.text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1);
}

.text-lime-50\/100 {
  color: rgb(247 254 231 / 1);
}

.text-lime-50\/15 {
  color: rgb(247 254 231 / 0.15);
}

.text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2);
}

.text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25);
}

.text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3);
}

.text-lime-50\/35 {
  color: rgb(247 254 231 / 0.35);
}

.text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4);
}

.text-lime-50\/45 {
  color: rgb(247 254 231 / 0.45);
}

.text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05);
}

.text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5);
}

.text-lime-50\/55 {
  color: rgb(247 254 231 / 0.55);
}

.text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6);
}

.text-lime-50\/65 {
  color: rgb(247 254 231 / 0.65);
}

.text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7);
}

.text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75);
}

.text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8);
}

.text-lime-50\/85 {
  color: rgb(247 254 231 / 0.85);
}

.text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9);
}

.text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95);
}

.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.text-lime-500\/0 {
  color: rgb(132 204 22 / 0);
}

.text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1);
}

.text-lime-500\/100 {
  color: rgb(132 204 22 / 1);
}

.text-lime-500\/15 {
  color: rgb(132 204 22 / 0.15);
}

.text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2);
}

.text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25);
}

.text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3);
}

.text-lime-500\/35 {
  color: rgb(132 204 22 / 0.35);
}

.text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4);
}

.text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45);
}

.text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05);
}

.text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5);
}

.text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55);
}

.text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6);
}

.text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65);
}

.text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7);
}

.text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75);
}

.text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8);
}

.text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85);
}

.text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9);
}

.text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95);
}

.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.text-lime-600\/0 {
  color: rgb(101 163 13 / 0);
}

.text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1);
}

.text-lime-600\/100 {
  color: rgb(101 163 13 / 1);
}

.text-lime-600\/15 {
  color: rgb(101 163 13 / 0.15);
}

.text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2);
}

.text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25);
}

.text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3);
}

.text-lime-600\/35 {
  color: rgb(101 163 13 / 0.35);
}

.text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4);
}

.text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45);
}

.text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05);
}

.text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5);
}

.text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55);
}

.text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6);
}

.text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65);
}

.text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7);
}

.text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75);
}

.text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8);
}

.text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85);
}

.text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9);
}

.text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95);
}

.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.text-lime-700\/0 {
  color: rgb(77 124 15 / 0);
}

.text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1);
}

.text-lime-700\/100 {
  color: rgb(77 124 15 / 1);
}

.text-lime-700\/15 {
  color: rgb(77 124 15 / 0.15);
}

.text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2);
}

.text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25);
}

.text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3);
}

.text-lime-700\/35 {
  color: rgb(77 124 15 / 0.35);
}

.text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4);
}

.text-lime-700\/45 {
  color: rgb(77 124 15 / 0.45);
}

.text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05);
}

.text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5);
}

.text-lime-700\/55 {
  color: rgb(77 124 15 / 0.55);
}

.text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6);
}

.text-lime-700\/65 {
  color: rgb(77 124 15 / 0.65);
}

.text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7);
}

.text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75);
}

.text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8);
}

.text-lime-700\/85 {
  color: rgb(77 124 15 / 0.85);
}

.text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9);
}

.text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95);
}

.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}

.text-lime-800\/0 {
  color: rgb(63 98 18 / 0);
}

.text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1);
}

.text-lime-800\/100 {
  color: rgb(63 98 18 / 1);
}

.text-lime-800\/15 {
  color: rgb(63 98 18 / 0.15);
}

.text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2);
}

.text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25);
}

.text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3);
}

.text-lime-800\/35 {
  color: rgb(63 98 18 / 0.35);
}

.text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4);
}

.text-lime-800\/45 {
  color: rgb(63 98 18 / 0.45);
}

.text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05);
}

.text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5);
}

.text-lime-800\/55 {
  color: rgb(63 98 18 / 0.55);
}

.text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6);
}

.text-lime-800\/65 {
  color: rgb(63 98 18 / 0.65);
}

.text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7);
}

.text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75);
}

.text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8);
}

.text-lime-800\/85 {
  color: rgb(63 98 18 / 0.85);
}

.text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9);
}

.text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95);
}

.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}

.text-lime-900\/0 {
  color: rgb(54 83 20 / 0);
}

.text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1);
}

.text-lime-900\/100 {
  color: rgb(54 83 20 / 1);
}

.text-lime-900\/15 {
  color: rgb(54 83 20 / 0.15);
}

.text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2);
}

.text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25);
}

.text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3);
}

.text-lime-900\/35 {
  color: rgb(54 83 20 / 0.35);
}

.text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4);
}

.text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45);
}

.text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05);
}

.text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5);
}

.text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55);
}

.text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6);
}

.text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65);
}

.text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7);
}

.text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75);
}

.text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8);
}

.text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85);
}

.text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9);
}

.text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95);
}

.text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}

.text-lime-950\/0 {
  color: rgb(26 46 5 / 0);
}

.text-lime-950\/10 {
  color: rgb(26 46 5 / 0.1);
}

.text-lime-950\/100 {
  color: rgb(26 46 5 / 1);
}

.text-lime-950\/15 {
  color: rgb(26 46 5 / 0.15);
}

.text-lime-950\/20 {
  color: rgb(26 46 5 / 0.2);
}

.text-lime-950\/25 {
  color: rgb(26 46 5 / 0.25);
}

.text-lime-950\/30 {
  color: rgb(26 46 5 / 0.3);
}

.text-lime-950\/35 {
  color: rgb(26 46 5 / 0.35);
}

.text-lime-950\/40 {
  color: rgb(26 46 5 / 0.4);
}

.text-lime-950\/45 {
  color: rgb(26 46 5 / 0.45);
}

.text-lime-950\/5 {
  color: rgb(26 46 5 / 0.05);
}

.text-lime-950\/50 {
  color: rgb(26 46 5 / 0.5);
}

.text-lime-950\/55 {
  color: rgb(26 46 5 / 0.55);
}

.text-lime-950\/60 {
  color: rgb(26 46 5 / 0.6);
}

.text-lime-950\/65 {
  color: rgb(26 46 5 / 0.65);
}

.text-lime-950\/70 {
  color: rgb(26 46 5 / 0.7);
}

.text-lime-950\/75 {
  color: rgb(26 46 5 / 0.75);
}

.text-lime-950\/80 {
  color: rgb(26 46 5 / 0.8);
}

.text-lime-950\/85 {
  color: rgb(26 46 5 / 0.85);
}

.text-lime-950\/90 {
  color: rgb(26 46 5 / 0.9);
}

.text-lime-950\/95 {
  color: rgb(26 46 5 / 0.95);
}

.text-neutral {
  --tw-text-opacity: 1;
  color: var(--fallback-n,oklch(var(--n)/var(--tw-text-opacity, 1)));
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.text-neutral-100\/0 {
  color: rgb(245 245 245 / 0);
}

.text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1);
}

.text-neutral-100\/100 {
  color: rgb(245 245 245 / 1);
}

.text-neutral-100\/15 {
  color: rgb(245 245 245 / 0.15);
}

.text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2);
}

.text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25);
}

.text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3);
}

.text-neutral-100\/35 {
  color: rgb(245 245 245 / 0.35);
}

.text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4);
}

.text-neutral-100\/45 {
  color: rgb(245 245 245 / 0.45);
}

.text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05);
}

.text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5);
}

.text-neutral-100\/55 {
  color: rgb(245 245 245 / 0.55);
}

.text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6);
}

.text-neutral-100\/65 {
  color: rgb(245 245 245 / 0.65);
}

.text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7);
}

.text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75);
}

.text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8);
}

.text-neutral-100\/85 {
  color: rgb(245 245 245 / 0.85);
}

.text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9);
}

.text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95);
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.text-neutral-200\/0 {
  color: rgb(229 229 229 / 0);
}

.text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1);
}

.text-neutral-200\/100 {
  color: rgb(229 229 229 / 1);
}

.text-neutral-200\/15 {
  color: rgb(229 229 229 / 0.15);
}

.text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2);
}

.text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25);
}

.text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3);
}

.text-neutral-200\/35 {
  color: rgb(229 229 229 / 0.35);
}

.text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4);
}

.text-neutral-200\/45 {
  color: rgb(229 229 229 / 0.45);
}

.text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05);
}

.text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5);
}

.text-neutral-200\/55 {
  color: rgb(229 229 229 / 0.55);
}

.text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6);
}

.text-neutral-200\/65 {
  color: rgb(229 229 229 / 0.65);
}

.text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7);
}

.text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75);
}

.text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8);
}

.text-neutral-200\/85 {
  color: rgb(229 229 229 / 0.85);
}

.text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9);
}

.text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95);
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.text-neutral-300\/0 {
  color: rgb(212 212 212 / 0);
}

.text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1);
}

.text-neutral-300\/100 {
  color: rgb(212 212 212 / 1);
}

.text-neutral-300\/15 {
  color: rgb(212 212 212 / 0.15);
}

.text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2);
}

.text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25);
}

.text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3);
}

.text-neutral-300\/35 {
  color: rgb(212 212 212 / 0.35);
}

.text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4);
}

.text-neutral-300\/45 {
  color: rgb(212 212 212 / 0.45);
}

.text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05);
}

.text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5);
}

.text-neutral-300\/55 {
  color: rgb(212 212 212 / 0.55);
}

.text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6);
}

.text-neutral-300\/65 {
  color: rgb(212 212 212 / 0.65);
}

.text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7);
}

.text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75);
}

.text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8);
}

.text-neutral-300\/85 {
  color: rgb(212 212 212 / 0.85);
}

.text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9);
}

.text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95);
}

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

.text-neutral-400\/0 {
  color: rgb(163 163 163 / 0);
}

.text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1);
}

.text-neutral-400\/100 {
  color: rgb(163 163 163 / 1);
}

.text-neutral-400\/15 {
  color: rgb(163 163 163 / 0.15);
}

.text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2);
}

.text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25);
}

.text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3);
}

.text-neutral-400\/35 {
  color: rgb(163 163 163 / 0.35);
}

.text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4);
}

.text-neutral-400\/45 {
  color: rgb(163 163 163 / 0.45);
}

.text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05);
}

.text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5);
}

.text-neutral-400\/55 {
  color: rgb(163 163 163 / 0.55);
}

.text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6);
}

.text-neutral-400\/65 {
  color: rgb(163 163 163 / 0.65);
}

.text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7);
}

.text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75);
}

.text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8);
}

.text-neutral-400\/85 {
  color: rgb(163 163 163 / 0.85);
}

.text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9);
}

.text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95);
}

.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-neutral-50\/0 {
  color: rgb(250 250 250 / 0);
}

.text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1);
}

.text-neutral-50\/100 {
  color: rgb(250 250 250 / 1);
}

.text-neutral-50\/15 {
  color: rgb(250 250 250 / 0.15);
}

.text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2);
}

.text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25);
}

.text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3);
}

.text-neutral-50\/35 {
  color: rgb(250 250 250 / 0.35);
}

.text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4);
}

.text-neutral-50\/45 {
  color: rgb(250 250 250 / 0.45);
}

.text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05);
}

.text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5);
}

.text-neutral-50\/55 {
  color: rgb(250 250 250 / 0.55);
}

.text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6);
}

.text-neutral-50\/65 {
  color: rgb(250 250 250 / 0.65);
}

.text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7);
}

.text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75);
}

.text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8);
}

.text-neutral-50\/85 {
  color: rgb(250 250 250 / 0.85);
}

.text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9);
}

.text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95);
}

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

.text-neutral-500\/0 {
  color: rgb(115 115 115 / 0);
}

.text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1);
}

.text-neutral-500\/100 {
  color: rgb(115 115 115 / 1);
}

.text-neutral-500\/15 {
  color: rgb(115 115 115 / 0.15);
}

.text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2);
}

.text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25);
}

.text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3);
}

.text-neutral-500\/35 {
  color: rgb(115 115 115 / 0.35);
}

.text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4);
}

.text-neutral-500\/45 {
  color: rgb(115 115 115 / 0.45);
}

.text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05);
}

.text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5);
}

.text-neutral-500\/55 {
  color: rgb(115 115 115 / 0.55);
}

.text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6);
}

.text-neutral-500\/65 {
  color: rgb(115 115 115 / 0.65);
}

.text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7);
}

.text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75);
}

.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8);
}

.text-neutral-500\/85 {
  color: rgb(115 115 115 / 0.85);
}

.text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9);
}

.text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95);
}

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

.text-neutral-600\/0 {
  color: rgb(82 82 82 / 0);
}

.text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1);
}

.text-neutral-600\/100 {
  color: rgb(82 82 82 / 1);
}

.text-neutral-600\/15 {
  color: rgb(82 82 82 / 0.15);
}

.text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2);
}

.text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25);
}

.text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3);
}

.text-neutral-600\/35 {
  color: rgb(82 82 82 / 0.35);
}

.text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4);
}

.text-neutral-600\/45 {
  color: rgb(82 82 82 / 0.45);
}

.text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05);
}

.text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5);
}

.text-neutral-600\/55 {
  color: rgb(82 82 82 / 0.55);
}

.text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6);
}

.text-neutral-600\/65 {
  color: rgb(82 82 82 / 0.65);
}

.text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7);
}

.text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75);
}

.text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8);
}

.text-neutral-600\/85 {
  color: rgb(82 82 82 / 0.85);
}

.text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9);
}

.text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95);
}

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

.text-neutral-700\/0 {
  color: rgb(64 64 64 / 0);
}

.text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1);
}

.text-neutral-700\/100 {
  color: rgb(64 64 64 / 1);
}

.text-neutral-700\/15 {
  color: rgb(64 64 64 / 0.15);
}

.text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2);
}

.text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25);
}

.text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3);
}

.text-neutral-700\/35 {
  color: rgb(64 64 64 / 0.35);
}

.text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4);
}

.text-neutral-700\/45 {
  color: rgb(64 64 64 / 0.45);
}

.text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05);
}

.text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5);
}

.text-neutral-700\/55 {
  color: rgb(64 64 64 / 0.55);
}

.text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6);
}

.text-neutral-700\/65 {
  color: rgb(64 64 64 / 0.65);
}

.text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7);
}

.text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75);
}

.text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8);
}

.text-neutral-700\/85 {
  color: rgb(64 64 64 / 0.85);
}

.text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9);
}

.text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95);
}

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

.text-neutral-800\/0 {
  color: rgb(38 38 38 / 0);
}

.text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1);
}

.text-neutral-800\/100 {
  color: rgb(38 38 38 / 1);
}

.text-neutral-800\/15 {
  color: rgb(38 38 38 / 0.15);
}

.text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2);
}

.text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25);
}

.text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3);
}

.text-neutral-800\/35 {
  color: rgb(38 38 38 / 0.35);
}

.text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4);
}

.text-neutral-800\/45 {
  color: rgb(38 38 38 / 0.45);
}

.text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05);
}

.text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5);
}

.text-neutral-800\/55 {
  color: rgb(38 38 38 / 0.55);
}

.text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6);
}

.text-neutral-800\/65 {
  color: rgb(38 38 38 / 0.65);
}

.text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7);
}

.text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75);
}

.text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8);
}

.text-neutral-800\/85 {
  color: rgb(38 38 38 / 0.85);
}

.text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9);
}

.text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95);
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.text-neutral-900\/0 {
  color: rgb(23 23 23 / 0);
}

.text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1);
}

.text-neutral-900\/100 {
  color: rgb(23 23 23 / 1);
}

.text-neutral-900\/15 {
  color: rgb(23 23 23 / 0.15);
}

.text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2);
}

.text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25);
}

.text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3);
}

.text-neutral-900\/35 {
  color: rgb(23 23 23 / 0.35);
}

.text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4);
}

.text-neutral-900\/45 {
  color: rgb(23 23 23 / 0.45);
}

.text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05);
}

.text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5);
}

.text-neutral-900\/55 {
  color: rgb(23 23 23 / 0.55);
}

.text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6);
}

.text-neutral-900\/65 {
  color: rgb(23 23 23 / 0.65);
}

.text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7);
}

.text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75);
}

.text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8);
}

.text-neutral-900\/85 {
  color: rgb(23 23 23 / 0.85);
}

.text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9);
}

.text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95);
}

.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.text-neutral-950\/0 {
  color: rgb(10 10 10 / 0);
}

.text-neutral-950\/10 {
  color: rgb(10 10 10 / 0.1);
}

.text-neutral-950\/100 {
  color: rgb(10 10 10 / 1);
}

.text-neutral-950\/15 {
  color: rgb(10 10 10 / 0.15);
}

.text-neutral-950\/20 {
  color: rgb(10 10 10 / 0.2);
}

.text-neutral-950\/25 {
  color: rgb(10 10 10 / 0.25);
}

.text-neutral-950\/30 {
  color: rgb(10 10 10 / 0.3);
}

.text-neutral-950\/35 {
  color: rgb(10 10 10 / 0.35);
}

.text-neutral-950\/40 {
  color: rgb(10 10 10 / 0.4);
}

.text-neutral-950\/45 {
  color: rgb(10 10 10 / 0.45);
}

.text-neutral-950\/5 {
  color: rgb(10 10 10 / 0.05);
}

.text-neutral-950\/50 {
  color: rgb(10 10 10 / 0.5);
}

.text-neutral-950\/55 {
  color: rgb(10 10 10 / 0.55);
}

.text-neutral-950\/60 {
  color: rgb(10 10 10 / 0.6);
}

.text-neutral-950\/65 {
  color: rgb(10 10 10 / 0.65);
}

.text-neutral-950\/70 {
  color: rgb(10 10 10 / 0.7);
}

.text-neutral-950\/75 {
  color: rgb(10 10 10 / 0.75);
}

.text-neutral-950\/80 {
  color: rgb(10 10 10 / 0.8);
}

.text-neutral-950\/85 {
  color: rgb(10 10 10 / 0.85);
}

.text-neutral-950\/90 {
  color: rgb(10 10 10 / 0.9);
}

.text-neutral-950\/95 {
  color: rgb(10 10 10 / 0.95);
}

.text-neutral-content {
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity, 1)));
}

.text-neutral-content\/0 {
  color: var(--fallback-nc,oklch(var(--nc)/0));
}

.text-neutral-content\/10 {
  color: var(--fallback-nc,oklch(var(--nc)/0.1));
}

.text-neutral-content\/100 {
  color: var(--fallback-nc,oklch(var(--nc)/1));
}

.text-neutral-content\/15 {
  color: var(--fallback-nc,oklch(var(--nc)/0.15));
}

.text-neutral-content\/20 {
  color: var(--fallback-nc,oklch(var(--nc)/0.2));
}

.text-neutral-content\/25 {
  color: var(--fallback-nc,oklch(var(--nc)/0.25));
}

.text-neutral-content\/30 {
  color: var(--fallback-nc,oklch(var(--nc)/0.3));
}

.text-neutral-content\/35 {
  color: var(--fallback-nc,oklch(var(--nc)/0.35));
}

.text-neutral-content\/40 {
  color: var(--fallback-nc,oklch(var(--nc)/0.4));
}

.text-neutral-content\/45 {
  color: var(--fallback-nc,oklch(var(--nc)/0.45));
}

.text-neutral-content\/5 {
  color: var(--fallback-nc,oklch(var(--nc)/0.05));
}

.text-neutral-content\/50 {
  color: var(--fallback-nc,oklch(var(--nc)/0.5));
}

.text-neutral-content\/55 {
  color: var(--fallback-nc,oklch(var(--nc)/0.55));
}

.text-neutral-content\/60 {
  color: var(--fallback-nc,oklch(var(--nc)/0.6));
}

.text-neutral-content\/65 {
  color: var(--fallback-nc,oklch(var(--nc)/0.65));
}

.text-neutral-content\/70 {
  color: var(--fallback-nc,oklch(var(--nc)/0.7));
}

.text-neutral-content\/75 {
  color: var(--fallback-nc,oklch(var(--nc)/0.75));
}

.text-neutral-content\/80 {
  color: var(--fallback-nc,oklch(var(--nc)/0.8));
}

.text-neutral-content\/85 {
  color: var(--fallback-nc,oklch(var(--nc)/0.85));
}

.text-neutral-content\/90 {
  color: var(--fallback-nc,oklch(var(--nc)/0.9));
}

.text-neutral-content\/95 {
  color: var(--fallback-nc,oklch(var(--nc)/0.95));
}

.text-neutral\/0 {
  color: var(--fallback-n,oklch(var(--n)/0));
}

.text-neutral\/10 {
  color: var(--fallback-n,oklch(var(--n)/0.1));
}

.text-neutral\/100 {
  color: var(--fallback-n,oklch(var(--n)/1));
}

.text-neutral\/15 {
  color: var(--fallback-n,oklch(var(--n)/0.15));
}

.text-neutral\/20 {
  color: var(--fallback-n,oklch(var(--n)/0.2));
}

.text-neutral\/25 {
  color: var(--fallback-n,oklch(var(--n)/0.25));
}

.text-neutral\/30 {
  color: var(--fallback-n,oklch(var(--n)/0.3));
}

.text-neutral\/35 {
  color: var(--fallback-n,oklch(var(--n)/0.35));
}

.text-neutral\/40 {
  color: var(--fallback-n,oklch(var(--n)/0.4));
}

.text-neutral\/45 {
  color: var(--fallback-n,oklch(var(--n)/0.45));
}

.text-neutral\/5 {
  color: var(--fallback-n,oklch(var(--n)/0.05));
}

.text-neutral\/50 {
  color: var(--fallback-n,oklch(var(--n)/0.5));
}

.text-neutral\/55 {
  color: var(--fallback-n,oklch(var(--n)/0.55));
}

.text-neutral\/60 {
  color: var(--fallback-n,oklch(var(--n)/0.6));
}

.text-neutral\/65 {
  color: var(--fallback-n,oklch(var(--n)/0.65));
}

.text-neutral\/70 {
  color: var(--fallback-n,oklch(var(--n)/0.7));
}

.text-neutral\/75 {
  color: var(--fallback-n,oklch(var(--n)/0.75));
}

.text-neutral\/80 {
  color: var(--fallback-n,oklch(var(--n)/0.8));
}

.text-neutral\/85 {
  color: var(--fallback-n,oklch(var(--n)/0.85));
}

.text-neutral\/90 {
  color: var(--fallback-n,oklch(var(--n)/0.9));
}

.text-neutral\/95 {
  color: var(--fallback-n,oklch(var(--n)/0.95));
}

.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}

.text-orange-100\/0 {
  color: rgb(255 237 213 / 0);
}

.text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1);
}

.text-orange-100\/100 {
  color: rgb(255 237 213 / 1);
}

.text-orange-100\/15 {
  color: rgb(255 237 213 / 0.15);
}

.text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2);
}

.text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25);
}

.text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3);
}

.text-orange-100\/35 {
  color: rgb(255 237 213 / 0.35);
}

.text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4);
}

.text-orange-100\/45 {
  color: rgb(255 237 213 / 0.45);
}

.text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05);
}

.text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5);
}

.text-orange-100\/55 {
  color: rgb(255 237 213 / 0.55);
}

.text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6);
}

.text-orange-100\/65 {
  color: rgb(255 237 213 / 0.65);
}

.text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7);
}

.text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75);
}

.text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8);
}

.text-orange-100\/85 {
  color: rgb(255 237 213 / 0.85);
}

.text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9);
}

.text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95);
}

.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.text-orange-200\/0 {
  color: rgb(254 215 170 / 0);
}

.text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1);
}

.text-orange-200\/100 {
  color: rgb(254 215 170 / 1);
}

.text-orange-200\/15 {
  color: rgb(254 215 170 / 0.15);
}

.text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2);
}

.text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25);
}

.text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3);
}

.text-orange-200\/35 {
  color: rgb(254 215 170 / 0.35);
}

.text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4);
}

.text-orange-200\/45 {
  color: rgb(254 215 170 / 0.45);
}

.text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05);
}

.text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5);
}

.text-orange-200\/55 {
  color: rgb(254 215 170 / 0.55);
}

.text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6);
}

.text-orange-200\/65 {
  color: rgb(254 215 170 / 0.65);
}

.text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7);
}

.text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75);
}

.text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8);
}

.text-orange-200\/85 {
  color: rgb(254 215 170 / 0.85);
}

.text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9);
}

.text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95);
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.text-orange-300\/0 {
  color: rgb(253 186 116 / 0);
}

.text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1);
}

.text-orange-300\/100 {
  color: rgb(253 186 116 / 1);
}

.text-orange-300\/15 {
  color: rgb(253 186 116 / 0.15);
}

.text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2);
}

.text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25);
}

.text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3);
}

.text-orange-300\/35 {
  color: rgb(253 186 116 / 0.35);
}

.text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4);
}

.text-orange-300\/45 {
  color: rgb(253 186 116 / 0.45);
}

.text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05);
}

.text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5);
}

.text-orange-300\/55 {
  color: rgb(253 186 116 / 0.55);
}

.text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6);
}

.text-orange-300\/65 {
  color: rgb(253 186 116 / 0.65);
}

.text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7);
}

.text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75);
}

.text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8);
}

.text-orange-300\/85 {
  color: rgb(253 186 116 / 0.85);
}

.text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9);
}

.text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95);
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-orange-400\/0 {
  color: rgb(251 146 60 / 0);
}

.text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1);
}

.text-orange-400\/100 {
  color: rgb(251 146 60 / 1);
}

.text-orange-400\/15 {
  color: rgb(251 146 60 / 0.15);
}

.text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2);
}

.text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25);
}

.text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3);
}

.text-orange-400\/35 {
  color: rgb(251 146 60 / 0.35);
}

.text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4);
}

.text-orange-400\/45 {
  color: rgb(251 146 60 / 0.45);
}

.text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05);
}

.text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5);
}

.text-orange-400\/55 {
  color: rgb(251 146 60 / 0.55);
}

.text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6);
}

.text-orange-400\/65 {
  color: rgb(251 146 60 / 0.65);
}

.text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7);
}

.text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75);
}

.text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8);
}

.text-orange-400\/85 {
  color: rgb(251 146 60 / 0.85);
}

.text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9);
}

.text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95);
}

.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}

.text-orange-50\/0 {
  color: rgb(255 247 237 / 0);
}

.text-orange-50\/10 {
  color: rgb(255 247 237 / 0.1);
}

.text-orange-50\/100 {
  color: rgb(255 247 237 / 1);
}

.text-orange-50\/15 {
  color: rgb(255 247 237 / 0.15);
}

.text-orange-50\/20 {
  color: rgb(255 247 237 / 0.2);
}

.text-orange-50\/25 {
  color: rgb(255 247 237 / 0.25);
}

.text-orange-50\/30 {
  color: rgb(255 247 237 / 0.3);
}

.text-orange-50\/35 {
  color: rgb(255 247 237 / 0.35);
}

.text-orange-50\/40 {
  color: rgb(255 247 237 / 0.4);
}

.text-orange-50\/45 {
  color: rgb(255 247 237 / 0.45);
}

.text-orange-50\/5 {
  color: rgb(255 247 237 / 0.05);
}

.text-orange-50\/50 {
  color: rgb(255 247 237 / 0.5);
}

.text-orange-50\/55 {
  color: rgb(255 247 237 / 0.55);
}

.text-orange-50\/60 {
  color: rgb(255 247 237 / 0.6);
}

.text-orange-50\/65 {
  color: rgb(255 247 237 / 0.65);
}

.text-orange-50\/70 {
  color: rgb(255 247 237 / 0.7);
}

.text-orange-50\/75 {
  color: rgb(255 247 237 / 0.75);
}

.text-orange-50\/80 {
  color: rgb(255 247 237 / 0.8);
}

.text-orange-50\/85 {
  color: rgb(255 247 237 / 0.85);
}

.text-orange-50\/90 {
  color: rgb(255 247 237 / 0.9);
}

.text-orange-50\/95 {
  color: rgb(255 247 237 / 0.95);
}

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

.text-orange-500\/0 {
  color: rgb(249 115 22 / 0);
}

.text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1);
}

.text-orange-500\/100 {
  color: rgb(249 115 22 / 1);
}

.text-orange-500\/15 {
  color: rgb(249 115 22 / 0.15);
}

.text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2);
}

.text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25);
}

.text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3);
}

.text-orange-500\/35 {
  color: rgb(249 115 22 / 0.35);
}

.text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4);
}

.text-orange-500\/45 {
  color: rgb(249 115 22 / 0.45);
}

.text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05);
}

.text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5);
}

.text-orange-500\/55 {
  color: rgb(249 115 22 / 0.55);
}

.text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6);
}

.text-orange-500\/65 {
  color: rgb(249 115 22 / 0.65);
}

.text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7);
}

.text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75);
}

.text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8);
}

.text-orange-500\/85 {
  color: rgb(249 115 22 / 0.85);
}

.text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9);
}

.text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95);
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-orange-600\/0 {
  color: rgb(234 88 12 / 0);
}

.text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1);
}

.text-orange-600\/100 {
  color: rgb(234 88 12 / 1);
}

.text-orange-600\/15 {
  color: rgb(234 88 12 / 0.15);
}

.text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2);
}

.text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25);
}

.text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3);
}

.text-orange-600\/35 {
  color: rgb(234 88 12 / 0.35);
}

.text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4);
}

.text-orange-600\/45 {
  color: rgb(234 88 12 / 0.45);
}

.text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05);
}

.text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5);
}

.text-orange-600\/55 {
  color: rgb(234 88 12 / 0.55);
}

.text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6);
}

.text-orange-600\/65 {
  color: rgb(234 88 12 / 0.65);
}

.text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7);
}

.text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75);
}

.text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8);
}

.text-orange-600\/85 {
  color: rgb(234 88 12 / 0.85);
}

.text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9);
}

.text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95);
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-orange-700\/0 {
  color: rgb(194 65 12 / 0);
}

.text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1);
}

.text-orange-700\/100 {
  color: rgb(194 65 12 / 1);
}

.text-orange-700\/15 {
  color: rgb(194 65 12 / 0.15);
}

.text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2);
}

.text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25);
}

.text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3);
}

.text-orange-700\/35 {
  color: rgb(194 65 12 / 0.35);
}

.text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4);
}

.text-orange-700\/45 {
  color: rgb(194 65 12 / 0.45);
}

.text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05);
}

.text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5);
}

.text-orange-700\/55 {
  color: rgb(194 65 12 / 0.55);
}

.text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6);
}

.text-orange-700\/65 {
  color: rgb(194 65 12 / 0.65);
}

.text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7);
}

.text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75);
}

.text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8);
}

.text-orange-700\/85 {
  color: rgb(194 65 12 / 0.85);
}

.text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9);
}

.text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95);
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-orange-800\/0 {
  color: rgb(154 52 18 / 0);
}

.text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1);
}

.text-orange-800\/100 {
  color: rgb(154 52 18 / 1);
}

.text-orange-800\/15 {
  color: rgb(154 52 18 / 0.15);
}

.text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2);
}

.text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25);
}

.text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3);
}

.text-orange-800\/35 {
  color: rgb(154 52 18 / 0.35);
}

.text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4);
}

.text-orange-800\/45 {
  color: rgb(154 52 18 / 0.45);
}

.text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05);
}

.text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5);
}

.text-orange-800\/55 {
  color: rgb(154 52 18 / 0.55);
}

.text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6);
}

.text-orange-800\/65 {
  color: rgb(154 52 18 / 0.65);
}

.text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7);
}

.text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75);
}

.text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8);
}

.text-orange-800\/85 {
  color: rgb(154 52 18 / 0.85);
}

.text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9);
}

.text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95);
}

.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.text-orange-900\/0 {
  color: rgb(124 45 18 / 0);
}

.text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1);
}

.text-orange-900\/100 {
  color: rgb(124 45 18 / 1);
}

.text-orange-900\/15 {
  color: rgb(124 45 18 / 0.15);
}

.text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2);
}

.text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25);
}

.text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3);
}

.text-orange-900\/35 {
  color: rgb(124 45 18 / 0.35);
}

.text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4);
}

.text-orange-900\/45 {
  color: rgb(124 45 18 / 0.45);
}

.text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05);
}

.text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5);
}

.text-orange-900\/55 {
  color: rgb(124 45 18 / 0.55);
}

.text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6);
}

.text-orange-900\/65 {
  color: rgb(124 45 18 / 0.65);
}

.text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7);
}

.text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75);
}

.text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8);
}

.text-orange-900\/85 {
  color: rgb(124 45 18 / 0.85);
}

.text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9);
}

.text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95);
}

.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}

.text-orange-950\/0 {
  color: rgb(67 20 7 / 0);
}

.text-orange-950\/10 {
  color: rgb(67 20 7 / 0.1);
}

.text-orange-950\/100 {
  color: rgb(67 20 7 / 1);
}

.text-orange-950\/15 {
  color: rgb(67 20 7 / 0.15);
}

.text-orange-950\/20 {
  color: rgb(67 20 7 / 0.2);
}

.text-orange-950\/25 {
  color: rgb(67 20 7 / 0.25);
}

.text-orange-950\/30 {
  color: rgb(67 20 7 / 0.3);
}

.text-orange-950\/35 {
  color: rgb(67 20 7 / 0.35);
}

.text-orange-950\/40 {
  color: rgb(67 20 7 / 0.4);
}

.text-orange-950\/45 {
  color: rgb(67 20 7 / 0.45);
}

.text-orange-950\/5 {
  color: rgb(67 20 7 / 0.05);
}

.text-orange-950\/50 {
  color: rgb(67 20 7 / 0.5);
}

.text-orange-950\/55 {
  color: rgb(67 20 7 / 0.55);
}

.text-orange-950\/60 {
  color: rgb(67 20 7 / 0.6);
}

.text-orange-950\/65 {
  color: rgb(67 20 7 / 0.65);
}

.text-orange-950\/70 {
  color: rgb(67 20 7 / 0.7);
}

.text-orange-950\/75 {
  color: rgb(67 20 7 / 0.75);
}

.text-orange-950\/80 {
  color: rgb(67 20 7 / 0.8);
}

.text-orange-950\/85 {
  color: rgb(67 20 7 / 0.85);
}

.text-orange-950\/90 {
  color: rgb(67 20 7 / 0.9);
}

.text-orange-950\/95 {
  color: rgb(67 20 7 / 0.95);
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.text-pink-100\/0 {
  color: rgb(252 231 243 / 0);
}

.text-pink-100\/10 {
  color: rgb(252 231 243 / 0.1);
}

.text-pink-100\/100 {
  color: rgb(252 231 243 / 1);
}

.text-pink-100\/15 {
  color: rgb(252 231 243 / 0.15);
}

.text-pink-100\/20 {
  color: rgb(252 231 243 / 0.2);
}

.text-pink-100\/25 {
  color: rgb(252 231 243 / 0.25);
}

.text-pink-100\/30 {
  color: rgb(252 231 243 / 0.3);
}

.text-pink-100\/35 {
  color: rgb(252 231 243 / 0.35);
}

.text-pink-100\/40 {
  color: rgb(252 231 243 / 0.4);
}

.text-pink-100\/45 {
  color: rgb(252 231 243 / 0.45);
}

.text-pink-100\/5 {
  color: rgb(252 231 243 / 0.05);
}

.text-pink-100\/50 {
  color: rgb(252 231 243 / 0.5);
}

.text-pink-100\/55 {
  color: rgb(252 231 243 / 0.55);
}

.text-pink-100\/60 {
  color: rgb(252 231 243 / 0.6);
}

.text-pink-100\/65 {
  color: rgb(252 231 243 / 0.65);
}

.text-pink-100\/70 {
  color: rgb(252 231 243 / 0.7);
}

.text-pink-100\/75 {
  color: rgb(252 231 243 / 0.75);
}

.text-pink-100\/80 {
  color: rgb(252 231 243 / 0.8);
}

.text-pink-100\/85 {
  color: rgb(252 231 243 / 0.85);
}

.text-pink-100\/90 {
  color: rgb(252 231 243 / 0.9);
}

.text-pink-100\/95 {
  color: rgb(252 231 243 / 0.95);
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.text-pink-200\/0 {
  color: rgb(251 207 232 / 0);
}

.text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1);
}

.text-pink-200\/100 {
  color: rgb(251 207 232 / 1);
}

.text-pink-200\/15 {
  color: rgb(251 207 232 / 0.15);
}

.text-pink-200\/20 {
  color: rgb(251 207 232 / 0.2);
}

.text-pink-200\/25 {
  color: rgb(251 207 232 / 0.25);
}

.text-pink-200\/30 {
  color: rgb(251 207 232 / 0.3);
}

.text-pink-200\/35 {
  color: rgb(251 207 232 / 0.35);
}

.text-pink-200\/40 {
  color: rgb(251 207 232 / 0.4);
}

.text-pink-200\/45 {
  color: rgb(251 207 232 / 0.45);
}

.text-pink-200\/5 {
  color: rgb(251 207 232 / 0.05);
}

.text-pink-200\/50 {
  color: rgb(251 207 232 / 0.5);
}

.text-pink-200\/55 {
  color: rgb(251 207 232 / 0.55);
}

.text-pink-200\/60 {
  color: rgb(251 207 232 / 0.6);
}

.text-pink-200\/65 {
  color: rgb(251 207 232 / 0.65);
}

.text-pink-200\/70 {
  color: rgb(251 207 232 / 0.7);
}

.text-pink-200\/75 {
  color: rgb(251 207 232 / 0.75);
}

.text-pink-200\/80 {
  color: rgb(251 207 232 / 0.8);
}

.text-pink-200\/85 {
  color: rgb(251 207 232 / 0.85);
}

.text-pink-200\/90 {
  color: rgb(251 207 232 / 0.9);
}

.text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95);
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.text-pink-300\/0 {
  color: rgb(249 168 212 / 0);
}

.text-pink-300\/10 {
  color: rgb(249 168 212 / 0.1);
}

.text-pink-300\/100 {
  color: rgb(249 168 212 / 1);
}

.text-pink-300\/15 {
  color: rgb(249 168 212 / 0.15);
}

.text-pink-300\/20 {
  color: rgb(249 168 212 / 0.2);
}

.text-pink-300\/25 {
  color: rgb(249 168 212 / 0.25);
}

.text-pink-300\/30 {
  color: rgb(249 168 212 / 0.3);
}

.text-pink-300\/35 {
  color: rgb(249 168 212 / 0.35);
}

.text-pink-300\/40 {
  color: rgb(249 168 212 / 0.4);
}

.text-pink-300\/45 {
  color: rgb(249 168 212 / 0.45);
}

.text-pink-300\/5 {
  color: rgb(249 168 212 / 0.05);
}

.text-pink-300\/50 {
  color: rgb(249 168 212 / 0.5);
}

.text-pink-300\/55 {
  color: rgb(249 168 212 / 0.55);
}

.text-pink-300\/60 {
  color: rgb(249 168 212 / 0.6);
}

.text-pink-300\/65 {
  color: rgb(249 168 212 / 0.65);
}

.text-pink-300\/70 {
  color: rgb(249 168 212 / 0.7);
}

.text-pink-300\/75 {
  color: rgb(249 168 212 / 0.75);
}

.text-pink-300\/80 {
  color: rgb(249 168 212 / 0.8);
}

.text-pink-300\/85 {
  color: rgb(249 168 212 / 0.85);
}

.text-pink-300\/90 {
  color: rgb(249 168 212 / 0.9);
}

.text-pink-300\/95 {
  color: rgb(249 168 212 / 0.95);
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.text-pink-400\/0 {
  color: rgb(244 114 182 / 0);
}

.text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1);
}

.text-pink-400\/100 {
  color: rgb(244 114 182 / 1);
}

.text-pink-400\/15 {
  color: rgb(244 114 182 / 0.15);
}

.text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2);
}

.text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25);
}

.text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3);
}

.text-pink-400\/35 {
  color: rgb(244 114 182 / 0.35);
}

.text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4);
}

.text-pink-400\/45 {
  color: rgb(244 114 182 / 0.45);
}

.text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05);
}

.text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5);
}

.text-pink-400\/55 {
  color: rgb(244 114 182 / 0.55);
}

.text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6);
}

.text-pink-400\/65 {
  color: rgb(244 114 182 / 0.65);
}

.text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7);
}

.text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75);
}

.text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8);
}

.text-pink-400\/85 {
  color: rgb(244 114 182 / 0.85);
}

.text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9);
}

.text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95);
}

.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.text-pink-50\/0 {
  color: rgb(253 242 248 / 0);
}

.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1);
}

.text-pink-50\/100 {
  color: rgb(253 242 248 / 1);
}

.text-pink-50\/15 {
  color: rgb(253 242 248 / 0.15);
}

.text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2);
}

.text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25);
}

.text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3);
}

.text-pink-50\/35 {
  color: rgb(253 242 248 / 0.35);
}

.text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4);
}

.text-pink-50\/45 {
  color: rgb(253 242 248 / 0.45);
}

.text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05);
}

.text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5);
}

.text-pink-50\/55 {
  color: rgb(253 242 248 / 0.55);
}

.text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6);
}

.text-pink-50\/65 {
  color: rgb(253 242 248 / 0.65);
}

.text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7);
}

.text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75);
}

.text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8);
}

.text-pink-50\/85 {
  color: rgb(253 242 248 / 0.85);
}

.text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9);
}

.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95);
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.text-pink-500\/0 {
  color: rgb(236 72 153 / 0);
}

.text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1);
}

.text-pink-500\/100 {
  color: rgb(236 72 153 / 1);
}

.text-pink-500\/15 {
  color: rgb(236 72 153 / 0.15);
}

.text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2);
}

.text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25);
}

.text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3);
}

.text-pink-500\/35 {
  color: rgb(236 72 153 / 0.35);
}

.text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4);
}

.text-pink-500\/45 {
  color: rgb(236 72 153 / 0.45);
}

.text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05);
}

.text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5);
}

.text-pink-500\/55 {
  color: rgb(236 72 153 / 0.55);
}

.text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6);
}

.text-pink-500\/65 {
  color: rgb(236 72 153 / 0.65);
}

.text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7);
}

.text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75);
}

.text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8);
}

.text-pink-500\/85 {
  color: rgb(236 72 153 / 0.85);
}

.text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9);
}

.text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95);
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.text-pink-600\/0 {
  color: rgb(219 39 119 / 0);
}

.text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1);
}

.text-pink-600\/100 {
  color: rgb(219 39 119 / 1);
}

.text-pink-600\/15 {
  color: rgb(219 39 119 / 0.15);
}

.text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2);
}

.text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25);
}

.text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3);
}

.text-pink-600\/35 {
  color: rgb(219 39 119 / 0.35);
}

.text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4);
}

.text-pink-600\/45 {
  color: rgb(219 39 119 / 0.45);
}

.text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05);
}

.text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5);
}

.text-pink-600\/55 {
  color: rgb(219 39 119 / 0.55);
}

.text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6);
}

.text-pink-600\/65 {
  color: rgb(219 39 119 / 0.65);
}

.text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7);
}

.text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75);
}

.text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8);
}

.text-pink-600\/85 {
  color: rgb(219 39 119 / 0.85);
}

.text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9);
}

.text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95);
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.text-pink-700\/0 {
  color: rgb(190 24 93 / 0);
}

.text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1);
}

.text-pink-700\/100 {
  color: rgb(190 24 93 / 1);
}

.text-pink-700\/15 {
  color: rgb(190 24 93 / 0.15);
}

.text-pink-700\/20 {
  color: rgb(190 24 93 / 0.2);
}

.text-pink-700\/25 {
  color: rgb(190 24 93 / 0.25);
}

.text-pink-700\/30 {
  color: rgb(190 24 93 / 0.3);
}

.text-pink-700\/35 {
  color: rgb(190 24 93 / 0.35);
}

.text-pink-700\/40 {
  color: rgb(190 24 93 / 0.4);
}

.text-pink-700\/45 {
  color: rgb(190 24 93 / 0.45);
}

.text-pink-700\/5 {
  color: rgb(190 24 93 / 0.05);
}

.text-pink-700\/50 {
  color: rgb(190 24 93 / 0.5);
}

.text-pink-700\/55 {
  color: rgb(190 24 93 / 0.55);
}

.text-pink-700\/60 {
  color: rgb(190 24 93 / 0.6);
}

.text-pink-700\/65 {
  color: rgb(190 24 93 / 0.65);
}

.text-pink-700\/70 {
  color: rgb(190 24 93 / 0.7);
}

.text-pink-700\/75 {
  color: rgb(190 24 93 / 0.75);
}

.text-pink-700\/80 {
  color: rgb(190 24 93 / 0.8);
}

.text-pink-700\/85 {
  color: rgb(190 24 93 / 0.85);
}

.text-pink-700\/90 {
  color: rgb(190 24 93 / 0.9);
}

.text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95);
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.text-pink-800\/0 {
  color: rgb(157 23 77 / 0);
}

.text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1);
}

.text-pink-800\/100 {
  color: rgb(157 23 77 / 1);
}

.text-pink-800\/15 {
  color: rgb(157 23 77 / 0.15);
}

.text-pink-800\/20 {
  color: rgb(157 23 77 / 0.2);
}

.text-pink-800\/25 {
  color: rgb(157 23 77 / 0.25);
}

.text-pink-800\/30 {
  color: rgb(157 23 77 / 0.3);
}

.text-pink-800\/35 {
  color: rgb(157 23 77 / 0.35);
}

.text-pink-800\/40 {
  color: rgb(157 23 77 / 0.4);
}

.text-pink-800\/45 {
  color: rgb(157 23 77 / 0.45);
}

.text-pink-800\/5 {
  color: rgb(157 23 77 / 0.05);
}

.text-pink-800\/50 {
  color: rgb(157 23 77 / 0.5);
}

.text-pink-800\/55 {
  color: rgb(157 23 77 / 0.55);
}

.text-pink-800\/60 {
  color: rgb(157 23 77 / 0.6);
}

.text-pink-800\/65 {
  color: rgb(157 23 77 / 0.65);
}

.text-pink-800\/70 {
  color: rgb(157 23 77 / 0.7);
}

.text-pink-800\/75 {
  color: rgb(157 23 77 / 0.75);
}

.text-pink-800\/80 {
  color: rgb(157 23 77 / 0.8);
}

.text-pink-800\/85 {
  color: rgb(157 23 77 / 0.85);
}

.text-pink-800\/90 {
  color: rgb(157 23 77 / 0.9);
}

.text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95);
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.text-pink-900\/0 {
  color: rgb(131 24 67 / 0);
}

.text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1);
}

.text-pink-900\/100 {
  color: rgb(131 24 67 / 1);
}

.text-pink-900\/15 {
  color: rgb(131 24 67 / 0.15);
}

.text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2);
}

.text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25);
}

.text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3);
}

.text-pink-900\/35 {
  color: rgb(131 24 67 / 0.35);
}

.text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4);
}

.text-pink-900\/45 {
  color: rgb(131 24 67 / 0.45);
}

.text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05);
}

.text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5);
}

.text-pink-900\/55 {
  color: rgb(131 24 67 / 0.55);
}

.text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6);
}

.text-pink-900\/65 {
  color: rgb(131 24 67 / 0.65);
}

.text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7);
}

.text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75);
}

.text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8);
}

.text-pink-900\/85 {
  color: rgb(131 24 67 / 0.85);
}

.text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9);
}

.text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95);
}

.text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.text-pink-950\/0 {
  color: rgb(80 7 36 / 0);
}

.text-pink-950\/10 {
  color: rgb(80 7 36 / 0.1);
}

.text-pink-950\/100 {
  color: rgb(80 7 36 / 1);
}

.text-pink-950\/15 {
  color: rgb(80 7 36 / 0.15);
}

.text-pink-950\/20 {
  color: rgb(80 7 36 / 0.2);
}

.text-pink-950\/25 {
  color: rgb(80 7 36 / 0.25);
}

.text-pink-950\/30 {
  color: rgb(80 7 36 / 0.3);
}

.text-pink-950\/35 {
  color: rgb(80 7 36 / 0.35);
}

.text-pink-950\/40 {
  color: rgb(80 7 36 / 0.4);
}

.text-pink-950\/45 {
  color: rgb(80 7 36 / 0.45);
}

.text-pink-950\/5 {
  color: rgb(80 7 36 / 0.05);
}

.text-pink-950\/50 {
  color: rgb(80 7 36 / 0.5);
}

.text-pink-950\/55 {
  color: rgb(80 7 36 / 0.55);
}

.text-pink-950\/60 {
  color: rgb(80 7 36 / 0.6);
}

.text-pink-950\/65 {
  color: rgb(80 7 36 / 0.65);
}

.text-pink-950\/70 {
  color: rgb(80 7 36 / 0.7);
}

.text-pink-950\/75 {
  color: rgb(80 7 36 / 0.75);
}

.text-pink-950\/80 {
  color: rgb(80 7 36 / 0.8);
}

.text-pink-950\/85 {
  color: rgb(80 7 36 / 0.85);
}

.text-pink-950\/90 {
  color: rgb(80 7 36 / 0.9);
}

.text-pink-950\/95 {
  color: rgb(80 7 36 / 0.95);
}

.text-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity, 1)));
}

.text-primary-content {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity, 1)));
}

.text-primary-content\/0 {
  color: var(--fallback-pc,oklch(var(--pc)/0));
}

.text-primary-content\/10 {
  color: var(--fallback-pc,oklch(var(--pc)/0.1));
}

.text-primary-content\/100 {
  color: var(--fallback-pc,oklch(var(--pc)/1));
}

.text-primary-content\/15 {
  color: var(--fallback-pc,oklch(var(--pc)/0.15));
}

.text-primary-content\/20 {
  color: var(--fallback-pc,oklch(var(--pc)/0.2));
}

.text-primary-content\/25 {
  color: var(--fallback-pc,oklch(var(--pc)/0.25));
}

.text-primary-content\/30 {
  color: var(--fallback-pc,oklch(var(--pc)/0.3));
}

.text-primary-content\/35 {
  color: var(--fallback-pc,oklch(var(--pc)/0.35));
}

.text-primary-content\/40 {
  color: var(--fallback-pc,oklch(var(--pc)/0.4));
}

.text-primary-content\/45 {
  color: var(--fallback-pc,oklch(var(--pc)/0.45));
}

.text-primary-content\/5 {
  color: var(--fallback-pc,oklch(var(--pc)/0.05));
}

.text-primary-content\/50 {
  color: var(--fallback-pc,oklch(var(--pc)/0.5));
}

.text-primary-content\/55 {
  color: var(--fallback-pc,oklch(var(--pc)/0.55));
}

.text-primary-content\/60 {
  color: var(--fallback-pc,oklch(var(--pc)/0.6));
}

.text-primary-content\/65 {
  color: var(--fallback-pc,oklch(var(--pc)/0.65));
}

.text-primary-content\/70 {
  color: var(--fallback-pc,oklch(var(--pc)/0.7));
}

.text-primary-content\/75 {
  color: var(--fallback-pc,oklch(var(--pc)/0.75));
}

.text-primary-content\/80 {
  color: var(--fallback-pc,oklch(var(--pc)/0.8));
}

.text-primary-content\/85 {
  color: var(--fallback-pc,oklch(var(--pc)/0.85));
}

.text-primary-content\/90 {
  color: var(--fallback-pc,oklch(var(--pc)/0.9));
}

.text-primary-content\/95 {
  color: var(--fallback-pc,oklch(var(--pc)/0.95));
}

.text-primary\/0 {
  color: var(--fallback-p,oklch(var(--p)/0));
}

.text-primary\/10 {
  color: var(--fallback-p,oklch(var(--p)/0.1));
}

.text-primary\/100 {
  color: var(--fallback-p,oklch(var(--p)/1));
}

.text-primary\/15 {
  color: var(--fallback-p,oklch(var(--p)/0.15));
}

.text-primary\/20 {
  color: var(--fallback-p,oklch(var(--p)/0.2));
}

.text-primary\/25 {
  color: var(--fallback-p,oklch(var(--p)/0.25));
}

.text-primary\/30 {
  color: var(--fallback-p,oklch(var(--p)/0.3));
}

.text-primary\/35 {
  color: var(--fallback-p,oklch(var(--p)/0.35));
}

.text-primary\/40 {
  color: var(--fallback-p,oklch(var(--p)/0.4));
}

.text-primary\/45 {
  color: var(--fallback-p,oklch(var(--p)/0.45));
}

.text-primary\/5 {
  color: var(--fallback-p,oklch(var(--p)/0.05));
}

.text-primary\/50 {
  color: var(--fallback-p,oklch(var(--p)/0.5));
}

.text-primary\/55 {
  color: var(--fallback-p,oklch(var(--p)/0.55));
}

.text-primary\/60 {
  color: var(--fallback-p,oklch(var(--p)/0.6));
}

.text-primary\/65 {
  color: var(--fallback-p,oklch(var(--p)/0.65));
}

.text-primary\/70 {
  color: var(--fallback-p,oklch(var(--p)/0.7));
}

.text-primary\/75 {
  color: var(--fallback-p,oklch(var(--p)/0.75));
}

.text-primary\/80 {
  color: var(--fallback-p,oklch(var(--p)/0.8));
}

.text-primary\/85 {
  color: var(--fallback-p,oklch(var(--p)/0.85));
}

.text-primary\/90 {
  color: var(--fallback-p,oklch(var(--p)/0.9));
}

.text-primary\/95 {
  color: var(--fallback-p,oklch(var(--p)/0.95));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.text-purple-100\/0 {
  color: rgb(243 232 255 / 0);
}

.text-purple-100\/10 {
  color: rgb(243 232 255 / 0.1);
}

.text-purple-100\/100 {
  color: rgb(243 232 255 / 1);
}

.text-purple-100\/15 {
  color: rgb(243 232 255 / 0.15);
}

.text-purple-100\/20 {
  color: rgb(243 232 255 / 0.2);
}

.text-purple-100\/25 {
  color: rgb(243 232 255 / 0.25);
}

.text-purple-100\/30 {
  color: rgb(243 232 255 / 0.3);
}

.text-purple-100\/35 {
  color: rgb(243 232 255 / 0.35);
}

.text-purple-100\/40 {
  color: rgb(243 232 255 / 0.4);
}

.text-purple-100\/45 {
  color: rgb(243 232 255 / 0.45);
}

.text-purple-100\/5 {
  color: rgb(243 232 255 / 0.05);
}

.text-purple-100\/50 {
  color: rgb(243 232 255 / 0.5);
}

.text-purple-100\/55 {
  color: rgb(243 232 255 / 0.55);
}

.text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6);
}

.text-purple-100\/65 {
  color: rgb(243 232 255 / 0.65);
}

.text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7);
}

.text-purple-100\/75 {
  color: rgb(243 232 255 / 0.75);
}

.text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8);
}

.text-purple-100\/85 {
  color: rgb(243 232 255 / 0.85);
}

.text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9);
}

.text-purple-100\/95 {
  color: rgb(243 232 255 / 0.95);
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.text-purple-200\/0 {
  color: rgb(233 213 255 / 0);
}

.text-purple-200\/10 {
  color: rgb(233 213 255 / 0.1);
}

.text-purple-200\/100 {
  color: rgb(233 213 255 / 1);
}

.text-purple-200\/15 {
  color: rgb(233 213 255 / 0.15);
}

.text-purple-200\/20 {
  color: rgb(233 213 255 / 0.2);
}

.text-purple-200\/25 {
  color: rgb(233 213 255 / 0.25);
}

.text-purple-200\/30 {
  color: rgb(233 213 255 / 0.3);
}

.text-purple-200\/35 {
  color: rgb(233 213 255 / 0.35);
}

.text-purple-200\/40 {
  color: rgb(233 213 255 / 0.4);
}

.text-purple-200\/45 {
  color: rgb(233 213 255 / 0.45);
}

.text-purple-200\/5 {
  color: rgb(233 213 255 / 0.05);
}

.text-purple-200\/50 {
  color: rgb(233 213 255 / 0.5);
}

.text-purple-200\/55 {
  color: rgb(233 213 255 / 0.55);
}

.text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6);
}

.text-purple-200\/65 {
  color: rgb(233 213 255 / 0.65);
}

.text-purple-200\/70 {
  color: rgb(233 213 255 / 0.7);
}

.text-purple-200\/75 {
  color: rgb(233 213 255 / 0.75);
}

.text-purple-200\/80 {
  color: rgb(233 213 255 / 0.8);
}

.text-purple-200\/85 {
  color: rgb(233 213 255 / 0.85);
}

.text-purple-200\/90 {
  color: rgb(233 213 255 / 0.9);
}

.text-purple-200\/95 {
  color: rgb(233 213 255 / 0.95);
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.text-purple-300\/0 {
  color: rgb(216 180 254 / 0);
}

.text-purple-300\/10 {
  color: rgb(216 180 254 / 0.1);
}

.text-purple-300\/100 {
  color: rgb(216 180 254 / 1);
}

.text-purple-300\/15 {
  color: rgb(216 180 254 / 0.15);
}

.text-purple-300\/20 {
  color: rgb(216 180 254 / 0.2);
}

.text-purple-300\/25 {
  color: rgb(216 180 254 / 0.25);
}

.text-purple-300\/30 {
  color: rgb(216 180 254 / 0.3);
}

.text-purple-300\/35 {
  color: rgb(216 180 254 / 0.35);
}

.text-purple-300\/40 {
  color: rgb(216 180 254 / 0.4);
}

.text-purple-300\/45 {
  color: rgb(216 180 254 / 0.45);
}

.text-purple-300\/5 {
  color: rgb(216 180 254 / 0.05);
}

.text-purple-300\/50 {
  color: rgb(216 180 254 / 0.5);
}

.text-purple-300\/55 {
  color: rgb(216 180 254 / 0.55);
}

.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}

.text-purple-300\/65 {
  color: rgb(216 180 254 / 0.65);
}

.text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7);
}

.text-purple-300\/75 {
  color: rgb(216 180 254 / 0.75);
}

.text-purple-300\/80 {
  color: rgb(216 180 254 / 0.8);
}

.text-purple-300\/85 {
  color: rgb(216 180 254 / 0.85);
}

.text-purple-300\/90 {
  color: rgb(216 180 254 / 0.9);
}

.text-purple-300\/95 {
  color: rgb(216 180 254 / 0.95);
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-purple-400\/0 {
  color: rgb(192 132 252 / 0);
}

.text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1);
}

.text-purple-400\/100 {
  color: rgb(192 132 252 / 1);
}

.text-purple-400\/15 {
  color: rgb(192 132 252 / 0.15);
}

.text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2);
}

.text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25);
}

.text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3);
}

.text-purple-400\/35 {
  color: rgb(192 132 252 / 0.35);
}

.text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4);
}

.text-purple-400\/45 {
  color: rgb(192 132 252 / 0.45);
}

.text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05);
}

.text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5);
}

.text-purple-400\/55 {
  color: rgb(192 132 252 / 0.55);
}

.text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6);
}

.text-purple-400\/65 {
  color: rgb(192 132 252 / 0.65);
}

.text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7);
}

.text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75);
}

.text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8);
}

.text-purple-400\/85 {
  color: rgb(192 132 252 / 0.85);
}

.text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9);
}

.text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95);
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}

.text-purple-50\/0 {
  color: rgb(250 245 255 / 0);
}

.text-purple-50\/10 {
  color: rgb(250 245 255 / 0.1);
}

.text-purple-50\/100 {
  color: rgb(250 245 255 / 1);
}

.text-purple-50\/15 {
  color: rgb(250 245 255 / 0.15);
}

.text-purple-50\/20 {
  color: rgb(250 245 255 / 0.2);
}

.text-purple-50\/25 {
  color: rgb(250 245 255 / 0.25);
}

.text-purple-50\/30 {
  color: rgb(250 245 255 / 0.3);
}

.text-purple-50\/35 {
  color: rgb(250 245 255 / 0.35);
}

.text-purple-50\/40 {
  color: rgb(250 245 255 / 0.4);
}

.text-purple-50\/45 {
  color: rgb(250 245 255 / 0.45);
}

.text-purple-50\/5 {
  color: rgb(250 245 255 / 0.05);
}

.text-purple-50\/50 {
  color: rgb(250 245 255 / 0.5);
}

.text-purple-50\/55 {
  color: rgb(250 245 255 / 0.55);
}

.text-purple-50\/60 {
  color: rgb(250 245 255 / 0.6);
}

.text-purple-50\/65 {
  color: rgb(250 245 255 / 0.65);
}

.text-purple-50\/70 {
  color: rgb(250 245 255 / 0.7);
}

.text-purple-50\/75 {
  color: rgb(250 245 255 / 0.75);
}

.text-purple-50\/80 {
  color: rgb(250 245 255 / 0.8);
}

.text-purple-50\/85 {
  color: rgb(250 245 255 / 0.85);
}

.text-purple-50\/90 {
  color: rgb(250 245 255 / 0.9);
}

.text-purple-50\/95 {
  color: rgb(250 245 255 / 0.95);
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-purple-500\/0 {
  color: rgb(168 85 247 / 0);
}

.text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1);
}

.text-purple-500\/100 {
  color: rgb(168 85 247 / 1);
}

.text-purple-500\/15 {
  color: rgb(168 85 247 / 0.15);
}

.text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2);
}

.text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25);
}

.text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3);
}

.text-purple-500\/35 {
  color: rgb(168 85 247 / 0.35);
}

.text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4);
}

.text-purple-500\/45 {
  color: rgb(168 85 247 / 0.45);
}

.text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05);
}

.text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5);
}

.text-purple-500\/55 {
  color: rgb(168 85 247 / 0.55);
}

.text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6);
}

.text-purple-500\/65 {
  color: rgb(168 85 247 / 0.65);
}

.text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7);
}

.text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75);
}

.text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8);
}

.text-purple-500\/85 {
  color: rgb(168 85 247 / 0.85);
}

.text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9);
}

.text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95);
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-purple-600\/0 {
  color: rgb(147 51 234 / 0);
}

.text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1);
}

.text-purple-600\/100 {
  color: rgb(147 51 234 / 1);
}

.text-purple-600\/15 {
  color: rgb(147 51 234 / 0.15);
}

.text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2);
}

.text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25);
}

.text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3);
}

.text-purple-600\/35 {
  color: rgb(147 51 234 / 0.35);
}

.text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4);
}

.text-purple-600\/45 {
  color: rgb(147 51 234 / 0.45);
}

.text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05);
}

.text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5);
}

.text-purple-600\/55 {
  color: rgb(147 51 234 / 0.55);
}

.text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6);
}

.text-purple-600\/65 {
  color: rgb(147 51 234 / 0.65);
}

.text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7);
}

.text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75);
}

.text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8);
}

.text-purple-600\/85 {
  color: rgb(147 51 234 / 0.85);
}

.text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9);
}

.text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95);
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.text-purple-700\/0 {
  color: rgb(126 34 206 / 0);
}

.text-purple-700\/10 {
  color: rgb(126 34 206 / 0.1);
}

.text-purple-700\/100 {
  color: rgb(126 34 206 / 1);
}

.text-purple-700\/15 {
  color: rgb(126 34 206 / 0.15);
}

.text-purple-700\/20 {
  color: rgb(126 34 206 / 0.2);
}

.text-purple-700\/25 {
  color: rgb(126 34 206 / 0.25);
}

.text-purple-700\/30 {
  color: rgb(126 34 206 / 0.3);
}

.text-purple-700\/35 {
  color: rgb(126 34 206 / 0.35);
}

.text-purple-700\/40 {
  color: rgb(126 34 206 / 0.4);
}

.text-purple-700\/45 {
  color: rgb(126 34 206 / 0.45);
}

.text-purple-700\/5 {
  color: rgb(126 34 206 / 0.05);
}

.text-purple-700\/50 {
  color: rgb(126 34 206 / 0.5);
}

.text-purple-700\/55 {
  color: rgb(126 34 206 / 0.55);
}

.text-purple-700\/60 {
  color: rgb(126 34 206 / 0.6);
}

.text-purple-700\/65 {
  color: rgb(126 34 206 / 0.65);
}

.text-purple-700\/70 {
  color: rgb(126 34 206 / 0.7);
}

.text-purple-700\/75 {
  color: rgb(126 34 206 / 0.75);
}

.text-purple-700\/80 {
  color: rgb(126 34 206 / 0.8);
}

.text-purple-700\/85 {
  color: rgb(126 34 206 / 0.85);
}

.text-purple-700\/90 {
  color: rgb(126 34 206 / 0.9);
}

.text-purple-700\/95 {
  color: rgb(126 34 206 / 0.95);
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-purple-800\/0 {
  color: rgb(107 33 168 / 0);
}

.text-purple-800\/10 {
  color: rgb(107 33 168 / 0.1);
}

.text-purple-800\/100 {
  color: rgb(107 33 168 / 1);
}

.text-purple-800\/15 {
  color: rgb(107 33 168 / 0.15);
}

.text-purple-800\/20 {
  color: rgb(107 33 168 / 0.2);
}

.text-purple-800\/25 {
  color: rgb(107 33 168 / 0.25);
}

.text-purple-800\/30 {
  color: rgb(107 33 168 / 0.3);
}

.text-purple-800\/35 {
  color: rgb(107 33 168 / 0.35);
}

.text-purple-800\/40 {
  color: rgb(107 33 168 / 0.4);
}

.text-purple-800\/45 {
  color: rgb(107 33 168 / 0.45);
}

.text-purple-800\/5 {
  color: rgb(107 33 168 / 0.05);
}

.text-purple-800\/50 {
  color: rgb(107 33 168 / 0.5);
}

.text-purple-800\/55 {
  color: rgb(107 33 168 / 0.55);
}

.text-purple-800\/60 {
  color: rgb(107 33 168 / 0.6);
}

.text-purple-800\/65 {
  color: rgb(107 33 168 / 0.65);
}

.text-purple-800\/70 {
  color: rgb(107 33 168 / 0.7);
}

.text-purple-800\/75 {
  color: rgb(107 33 168 / 0.75);
}

.text-purple-800\/80 {
  color: rgb(107 33 168 / 0.8);
}

.text-purple-800\/85 {
  color: rgb(107 33 168 / 0.85);
}

.text-purple-800\/90 {
  color: rgb(107 33 168 / 0.9);
}

.text-purple-800\/95 {
  color: rgb(107 33 168 / 0.95);
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.text-purple-900\/0 {
  color: rgb(88 28 135 / 0);
}

.text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1);
}

.text-purple-900\/100 {
  color: rgb(88 28 135 / 1);
}

.text-purple-900\/15 {
  color: rgb(88 28 135 / 0.15);
}

.text-purple-900\/20 {
  color: rgb(88 28 135 / 0.2);
}

.text-purple-900\/25 {
  color: rgb(88 28 135 / 0.25);
}

.text-purple-900\/30 {
  color: rgb(88 28 135 / 0.3);
}

.text-purple-900\/35 {
  color: rgb(88 28 135 / 0.35);
}

.text-purple-900\/40 {
  color: rgb(88 28 135 / 0.4);
}

.text-purple-900\/45 {
  color: rgb(88 28 135 / 0.45);
}

.text-purple-900\/5 {
  color: rgb(88 28 135 / 0.05);
}

.text-purple-900\/50 {
  color: rgb(88 28 135 / 0.5);
}

.text-purple-900\/55 {
  color: rgb(88 28 135 / 0.55);
}

.text-purple-900\/60 {
  color: rgb(88 28 135 / 0.6);
}

.text-purple-900\/65 {
  color: rgb(88 28 135 / 0.65);
}

.text-purple-900\/70 {
  color: rgb(88 28 135 / 0.7);
}

.text-purple-900\/75 {
  color: rgb(88 28 135 / 0.75);
}

.text-purple-900\/80 {
  color: rgb(88 28 135 / 0.8);
}

.text-purple-900\/85 {
  color: rgb(88 28 135 / 0.85);
}

.text-purple-900\/90 {
  color: rgb(88 28 135 / 0.9);
}

.text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95);
}

.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.text-purple-950\/0 {
  color: rgb(59 7 100 / 0);
}

.text-purple-950\/10 {
  color: rgb(59 7 100 / 0.1);
}

.text-purple-950\/100 {
  color: rgb(59 7 100 / 1);
}

.text-purple-950\/15 {
  color: rgb(59 7 100 / 0.15);
}

.text-purple-950\/20 {
  color: rgb(59 7 100 / 0.2);
}

.text-purple-950\/25 {
  color: rgb(59 7 100 / 0.25);
}

.text-purple-950\/30 {
  color: rgb(59 7 100 / 0.3);
}

.text-purple-950\/35 {
  color: rgb(59 7 100 / 0.35);
}

.text-purple-950\/40 {
  color: rgb(59 7 100 / 0.4);
}

.text-purple-950\/45 {
  color: rgb(59 7 100 / 0.45);
}

.text-purple-950\/5 {
  color: rgb(59 7 100 / 0.05);
}

.text-purple-950\/50 {
  color: rgb(59 7 100 / 0.5);
}

.text-purple-950\/55 {
  color: rgb(59 7 100 / 0.55);
}

.text-purple-950\/60 {
  color: rgb(59 7 100 / 0.6);
}

.text-purple-950\/65 {
  color: rgb(59 7 100 / 0.65);
}

.text-purple-950\/70 {
  color: rgb(59 7 100 / 0.7);
}

.text-purple-950\/75 {
  color: rgb(59 7 100 / 0.75);
}

.text-purple-950\/80 {
  color: rgb(59 7 100 / 0.8);
}

.text-purple-950\/85 {
  color: rgb(59 7 100 / 0.85);
}

.text-purple-950\/90 {
  color: rgb(59 7 100 / 0.9);
}

.text-purple-950\/95 {
  color: rgb(59 7 100 / 0.95);
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}

.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}

.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}

.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15);
}

.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}

.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}

.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}

.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35);
}

.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}

.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45);
}

.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}

.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}

.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55);
}

.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}

.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65);
}

.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}

.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}

.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}

.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85);
}

.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}

.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}

.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}

.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}

.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}

.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}

.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}

.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}

.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}

.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}

.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}

.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}

.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}

.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}

.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}

.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}

.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}

.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}

.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}

.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}

.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}

.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}

.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}

.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}

.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15);
}

.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}

.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}

.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}

.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35);
}

.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}

.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45);
}

.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}

.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}

.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}

.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}

.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65);
}

.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}

.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}

.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}

.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85);
}

.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}

.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}

.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}

.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}

.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}

.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}

.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}

.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}

.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}

.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}

.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}

.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}

.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}

.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}

.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}

.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}

.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}

.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}

.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}

.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}

.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}

.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}

.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}

.text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}

.text-red-50\/15 {
  color: rgb(254 242 242 / 0.15);
}

.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2);
}

.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25);
}

.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3);
}

.text-red-50\/35 {
  color: rgb(254 242 242 / 0.35);
}

.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4);
}

.text-red-50\/45 {
  color: rgb(254 242 242 / 0.45);
}

.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05);
}

.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5);
}

.text-red-50\/55 {
  color: rgb(254 242 242 / 0.55);
}

.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6);
}

.text-red-50\/65 {
  color: rgb(254 242 242 / 0.65);
}

.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7);
}

.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75);
}

.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8);
}

.text-red-50\/85 {
  color: rgb(254 242 242 / 0.85);
}

.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9);
}

.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}

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

.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}

.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}

.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}

.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}

.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}

.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}

.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}

.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}

.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}

.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}

.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}

.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}

.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}

.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}

.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}

.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}

.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}

.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}

.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}

.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}

.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}

.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}

.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}

.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}

.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}

.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}

.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}

.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}

.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}

.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}

.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}

.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}

.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}

.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}

.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}

.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}

.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}

.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}

.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}

.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}

.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}

.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}

.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}

.text-red-700\/15 {
  color: rgb(185 28 28 / 0.15);
}

.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}

.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}

.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}

.text-red-700\/35 {
  color: rgb(185 28 28 / 0.35);
}

.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}

.text-red-700\/45 {
  color: rgb(185 28 28 / 0.45);
}

.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}

.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}

.text-red-700\/55 {
  color: rgb(185 28 28 / 0.55);
}

.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}

.text-red-700\/65 {
  color: rgb(185 28 28 / 0.65);
}

.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}

.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}

.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}

.text-red-700\/85 {
  color: rgb(185 28 28 / 0.85);
}

.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}

.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}

.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}

.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}

.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}

.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}

.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}

.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}

.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}

.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}

.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}

.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}

.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}

.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}

.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}

.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}

.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}

.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}

.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}

.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}

.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}

.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}

.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}

.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}

.text-red-900\/15 {
  color: rgb(127 29 29 / 0.15);
}

.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}

.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}

.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}

.text-red-900\/35 {
  color: rgb(127 29 29 / 0.35);
}

.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}

.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45);
}

.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}

.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}

.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55);
}

.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}

.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65);
}

.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}

.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}

.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}

.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85);
}

.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}

.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}

.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

.text-red-950\/0 {
  color: rgb(69 10 10 / 0);
}

.text-red-950\/10 {
  color: rgb(69 10 10 / 0.1);
}

.text-red-950\/100 {
  color: rgb(69 10 10 / 1);
}

.text-red-950\/15 {
  color: rgb(69 10 10 / 0.15);
}

.text-red-950\/20 {
  color: rgb(69 10 10 / 0.2);
}

.text-red-950\/25 {
  color: rgb(69 10 10 / 0.25);
}

.text-red-950\/30 {
  color: rgb(69 10 10 / 0.3);
}

.text-red-950\/35 {
  color: rgb(69 10 10 / 0.35);
}

.text-red-950\/40 {
  color: rgb(69 10 10 / 0.4);
}

.text-red-950\/45 {
  color: rgb(69 10 10 / 0.45);
}

.text-red-950\/5 {
  color: rgb(69 10 10 / 0.05);
}

.text-red-950\/50 {
  color: rgb(69 10 10 / 0.5);
}

.text-red-950\/55 {
  color: rgb(69 10 10 / 0.55);
}

.text-red-950\/60 {
  color: rgb(69 10 10 / 0.6);
}

.text-red-950\/65 {
  color: rgb(69 10 10 / 0.65);
}

.text-red-950\/70 {
  color: rgb(69 10 10 / 0.7);
}

.text-red-950\/75 {
  color: rgb(69 10 10 / 0.75);
}

.text-red-950\/80 {
  color: rgb(69 10 10 / 0.8);
}

.text-red-950\/85 {
  color: rgb(69 10 10 / 0.85);
}

.text-red-950\/90 {
  color: rgb(69 10 10 / 0.9);
}

.text-red-950\/95 {
  color: rgb(69 10 10 / 0.95);
}

.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}

.text-rose-100\/0 {
  color: rgb(255 228 230 / 0);
}

.text-rose-100\/10 {
  color: rgb(255 228 230 / 0.1);
}

.text-rose-100\/100 {
  color: rgb(255 228 230 / 1);
}

.text-rose-100\/15 {
  color: rgb(255 228 230 / 0.15);
}

.text-rose-100\/20 {
  color: rgb(255 228 230 / 0.2);
}

.text-rose-100\/25 {
  color: rgb(255 228 230 / 0.25);
}

.text-rose-100\/30 {
  color: rgb(255 228 230 / 0.3);
}

.text-rose-100\/35 {
  color: rgb(255 228 230 / 0.35);
}

.text-rose-100\/40 {
  color: rgb(255 228 230 / 0.4);
}

.text-rose-100\/45 {
  color: rgb(255 228 230 / 0.45);
}

.text-rose-100\/5 {
  color: rgb(255 228 230 / 0.05);
}

.text-rose-100\/50 {
  color: rgb(255 228 230 / 0.5);
}

.text-rose-100\/55 {
  color: rgb(255 228 230 / 0.55);
}

.text-rose-100\/60 {
  color: rgb(255 228 230 / 0.6);
}

.text-rose-100\/65 {
  color: rgb(255 228 230 / 0.65);
}

.text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7);
}

.text-rose-100\/75 {
  color: rgb(255 228 230 / 0.75);
}

.text-rose-100\/80 {
  color: rgb(255 228 230 / 0.8);
}

.text-rose-100\/85 {
  color: rgb(255 228 230 / 0.85);
}

.text-rose-100\/90 {
  color: rgb(255 228 230 / 0.9);
}

.text-rose-100\/95 {
  color: rgb(255 228 230 / 0.95);
}

.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.text-rose-200\/0 {
  color: rgb(254 205 211 / 0);
}

.text-rose-200\/10 {
  color: rgb(254 205 211 / 0.1);
}

.text-rose-200\/100 {
  color: rgb(254 205 211 / 1);
}

.text-rose-200\/15 {
  color: rgb(254 205 211 / 0.15);
}

.text-rose-200\/20 {
  color: rgb(254 205 211 / 0.2);
}

.text-rose-200\/25 {
  color: rgb(254 205 211 / 0.25);
}

.text-rose-200\/30 {
  color: rgb(254 205 211 / 0.3);
}

.text-rose-200\/35 {
  color: rgb(254 205 211 / 0.35);
}

.text-rose-200\/40 {
  color: rgb(254 205 211 / 0.4);
}

.text-rose-200\/45 {
  color: rgb(254 205 211 / 0.45);
}

.text-rose-200\/5 {
  color: rgb(254 205 211 / 0.05);
}

.text-rose-200\/50 {
  color: rgb(254 205 211 / 0.5);
}

.text-rose-200\/55 {
  color: rgb(254 205 211 / 0.55);
}

.text-rose-200\/60 {
  color: rgb(254 205 211 / 0.6);
}

.text-rose-200\/65 {
  color: rgb(254 205 211 / 0.65);
}

.text-rose-200\/70 {
  color: rgb(254 205 211 / 0.7);
}

.text-rose-200\/75 {
  color: rgb(254 205 211 / 0.75);
}

.text-rose-200\/80 {
  color: rgb(254 205 211 / 0.8);
}

.text-rose-200\/85 {
  color: rgb(254 205 211 / 0.85);
}

.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}

.text-rose-200\/95 {
  color: rgb(254 205 211 / 0.95);
}

.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.text-rose-300\/0 {
  color: rgb(253 164 175 / 0);
}

.text-rose-300\/10 {
  color: rgb(253 164 175 / 0.1);
}

.text-rose-300\/100 {
  color: rgb(253 164 175 / 1);
}

.text-rose-300\/15 {
  color: rgb(253 164 175 / 0.15);
}

.text-rose-300\/20 {
  color: rgb(253 164 175 / 0.2);
}

.text-rose-300\/25 {
  color: rgb(253 164 175 / 0.25);
}

.text-rose-300\/30 {
  color: rgb(253 164 175 / 0.3);
}

.text-rose-300\/35 {
  color: rgb(253 164 175 / 0.35);
}

.text-rose-300\/40 {
  color: rgb(253 164 175 / 0.4);
}

.text-rose-300\/45 {
  color: rgb(253 164 175 / 0.45);
}

.text-rose-300\/5 {
  color: rgb(253 164 175 / 0.05);
}

.text-rose-300\/50 {
  color: rgb(253 164 175 / 0.5);
}

.text-rose-300\/55 {
  color: rgb(253 164 175 / 0.55);
}

.text-rose-300\/60 {
  color: rgb(253 164 175 / 0.6);
}

.text-rose-300\/65 {
  color: rgb(253 164 175 / 0.65);
}

.text-rose-300\/70 {
  color: rgb(253 164 175 / 0.7);
}

.text-rose-300\/75 {
  color: rgb(253 164 175 / 0.75);
}

.text-rose-300\/80 {
  color: rgb(253 164 175 / 0.8);
}

.text-rose-300\/85 {
  color: rgb(253 164 175 / 0.85);
}

.text-rose-300\/90 {
  color: rgb(253 164 175 / 0.9);
}

.text-rose-300\/95 {
  color: rgb(253 164 175 / 0.95);
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.text-rose-400\/0 {
  color: rgb(251 113 133 / 0);
}

.text-rose-400\/10 {
  color: rgb(251 113 133 / 0.1);
}

.text-rose-400\/100 {
  color: rgb(251 113 133 / 1);
}

.text-rose-400\/15 {
  color: rgb(251 113 133 / 0.15);
}

.text-rose-400\/20 {
  color: rgb(251 113 133 / 0.2);
}

.text-rose-400\/25 {
  color: rgb(251 113 133 / 0.25);
}

.text-rose-400\/30 {
  color: rgb(251 113 133 / 0.3);
}

.text-rose-400\/35 {
  color: rgb(251 113 133 / 0.35);
}

.text-rose-400\/40 {
  color: rgb(251 113 133 / 0.4);
}

.text-rose-400\/45 {
  color: rgb(251 113 133 / 0.45);
}

.text-rose-400\/5 {
  color: rgb(251 113 133 / 0.05);
}

.text-rose-400\/50 {
  color: rgb(251 113 133 / 0.5);
}

.text-rose-400\/55 {
  color: rgb(251 113 133 / 0.55);
}

.text-rose-400\/60 {
  color: rgb(251 113 133 / 0.6);
}

.text-rose-400\/65 {
  color: rgb(251 113 133 / 0.65);
}

.text-rose-400\/70 {
  color: rgb(251 113 133 / 0.7);
}

.text-rose-400\/75 {
  color: rgb(251 113 133 / 0.75);
}

.text-rose-400\/80 {
  color: rgb(251 113 133 / 0.8);
}

.text-rose-400\/85 {
  color: rgb(251 113 133 / 0.85);
}

.text-rose-400\/90 {
  color: rgb(251 113 133 / 0.9);
}

.text-rose-400\/95 {
  color: rgb(251 113 133 / 0.95);
}

.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}

.text-rose-50\/0 {
  color: rgb(255 241 242 / 0);
}

.text-rose-50\/10 {
  color: rgb(255 241 242 / 0.1);
}

.text-rose-50\/100 {
  color: rgb(255 241 242 / 1);
}

.text-rose-50\/15 {
  color: rgb(255 241 242 / 0.15);
}

.text-rose-50\/20 {
  color: rgb(255 241 242 / 0.2);
}

.text-rose-50\/25 {
  color: rgb(255 241 242 / 0.25);
}

.text-rose-50\/30 {
  color: rgb(255 241 242 / 0.3);
}

.text-rose-50\/35 {
  color: rgb(255 241 242 / 0.35);
}

.text-rose-50\/40 {
  color: rgb(255 241 242 / 0.4);
}

.text-rose-50\/45 {
  color: rgb(255 241 242 / 0.45);
}

.text-rose-50\/5 {
  color: rgb(255 241 242 / 0.05);
}

.text-rose-50\/50 {
  color: rgb(255 241 242 / 0.5);
}

.text-rose-50\/55 {
  color: rgb(255 241 242 / 0.55);
}

.text-rose-50\/60 {
  color: rgb(255 241 242 / 0.6);
}

.text-rose-50\/65 {
  color: rgb(255 241 242 / 0.65);
}

.text-rose-50\/70 {
  color: rgb(255 241 242 / 0.7);
}

.text-rose-50\/75 {
  color: rgb(255 241 242 / 0.75);
}

.text-rose-50\/80 {
  color: rgb(255 241 242 / 0.8);
}

.text-rose-50\/85 {
  color: rgb(255 241 242 / 0.85);
}

.text-rose-50\/90 {
  color: rgb(255 241 242 / 0.9);
}

.text-rose-50\/95 {
  color: rgb(255 241 242 / 0.95);
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.text-rose-500\/0 {
  color: rgb(244 63 94 / 0);
}

.text-rose-500\/10 {
  color: rgb(244 63 94 / 0.1);
}

.text-rose-500\/100 {
  color: rgb(244 63 94 / 1);
}

.text-rose-500\/15 {
  color: rgb(244 63 94 / 0.15);
}

.text-rose-500\/20 {
  color: rgb(244 63 94 / 0.2);
}

.text-rose-500\/25 {
  color: rgb(244 63 94 / 0.25);
}

.text-rose-500\/30 {
  color: rgb(244 63 94 / 0.3);
}

.text-rose-500\/35 {
  color: rgb(244 63 94 / 0.35);
}

.text-rose-500\/40 {
  color: rgb(244 63 94 / 0.4);
}

.text-rose-500\/45 {
  color: rgb(244 63 94 / 0.45);
}

.text-rose-500\/5 {
  color: rgb(244 63 94 / 0.05);
}

.text-rose-500\/50 {
  color: rgb(244 63 94 / 0.5);
}

.text-rose-500\/55 {
  color: rgb(244 63 94 / 0.55);
}

.text-rose-500\/60 {
  color: rgb(244 63 94 / 0.6);
}

.text-rose-500\/65 {
  color: rgb(244 63 94 / 0.65);
}

.text-rose-500\/70 {
  color: rgb(244 63 94 / 0.7);
}

.text-rose-500\/75 {
  color: rgb(244 63 94 / 0.75);
}

.text-rose-500\/80 {
  color: rgb(244 63 94 / 0.8);
}

.text-rose-500\/85 {
  color: rgb(244 63 94 / 0.85);
}

.text-rose-500\/90 {
  color: rgb(244 63 94 / 0.9);
}

.text-rose-500\/95 {
  color: rgb(244 63 94 / 0.95);
}

.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.text-rose-600\/0 {
  color: rgb(225 29 72 / 0);
}

.text-rose-600\/10 {
  color: rgb(225 29 72 / 0.1);
}

.text-rose-600\/100 {
  color: rgb(225 29 72 / 1);
}

.text-rose-600\/15 {
  color: rgb(225 29 72 / 0.15);
}

.text-rose-600\/20 {
  color: rgb(225 29 72 / 0.2);
}

.text-rose-600\/25 {
  color: rgb(225 29 72 / 0.25);
}

.text-rose-600\/30 {
  color: rgb(225 29 72 / 0.3);
}

.text-rose-600\/35 {
  color: rgb(225 29 72 / 0.35);
}

.text-rose-600\/40 {
  color: rgb(225 29 72 / 0.4);
}

.text-rose-600\/45 {
  color: rgb(225 29 72 / 0.45);
}

.text-rose-600\/5 {
  color: rgb(225 29 72 / 0.05);
}

.text-rose-600\/50 {
  color: rgb(225 29 72 / 0.5);
}

.text-rose-600\/55 {
  color: rgb(225 29 72 / 0.55);
}

.text-rose-600\/60 {
  color: rgb(225 29 72 / 0.6);
}

.text-rose-600\/65 {
  color: rgb(225 29 72 / 0.65);
}

.text-rose-600\/70 {
  color: rgb(225 29 72 / 0.7);
}

.text-rose-600\/75 {
  color: rgb(225 29 72 / 0.75);
}

.text-rose-600\/80 {
  color: rgb(225 29 72 / 0.8);
}

.text-rose-600\/85 {
  color: rgb(225 29 72 / 0.85);
}

.text-rose-600\/90 {
  color: rgb(225 29 72 / 0.9);
}

.text-rose-600\/95 {
  color: rgb(225 29 72 / 0.95);
}

.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.text-rose-700\/0 {
  color: rgb(190 18 60 / 0);
}

.text-rose-700\/10 {
  color: rgb(190 18 60 / 0.1);
}

.text-rose-700\/100 {
  color: rgb(190 18 60 / 1);
}

.text-rose-700\/15 {
  color: rgb(190 18 60 / 0.15);
}

.text-rose-700\/20 {
  color: rgb(190 18 60 / 0.2);
}

.text-rose-700\/25 {
  color: rgb(190 18 60 / 0.25);
}

.text-rose-700\/30 {
  color: rgb(190 18 60 / 0.3);
}

.text-rose-700\/35 {
  color: rgb(190 18 60 / 0.35);
}

.text-rose-700\/40 {
  color: rgb(190 18 60 / 0.4);
}

.text-rose-700\/45 {
  color: rgb(190 18 60 / 0.45);
}

.text-rose-700\/5 {
  color: rgb(190 18 60 / 0.05);
}

.text-rose-700\/50 {
  color: rgb(190 18 60 / 0.5);
}

.text-rose-700\/55 {
  color: rgb(190 18 60 / 0.55);
}

.text-rose-700\/60 {
  color: rgb(190 18 60 / 0.6);
}

.text-rose-700\/65 {
  color: rgb(190 18 60 / 0.65);
}

.text-rose-700\/70 {
  color: rgb(190 18 60 / 0.7);
}

.text-rose-700\/75 {
  color: rgb(190 18 60 / 0.75);
}

.text-rose-700\/80 {
  color: rgb(190 18 60 / 0.8);
}

.text-rose-700\/85 {
  color: rgb(190 18 60 / 0.85);
}

.text-rose-700\/90 {
  color: rgb(190 18 60 / 0.9);
}

.text-rose-700\/95 {
  color: rgb(190 18 60 / 0.95);
}

.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.text-rose-800\/0 {
  color: rgb(159 18 57 / 0);
}

.text-rose-800\/10 {
  color: rgb(159 18 57 / 0.1);
}

.text-rose-800\/100 {
  color: rgb(159 18 57 / 1);
}

.text-rose-800\/15 {
  color: rgb(159 18 57 / 0.15);
}

.text-rose-800\/20 {
  color: rgb(159 18 57 / 0.2);
}

.text-rose-800\/25 {
  color: rgb(159 18 57 / 0.25);
}

.text-rose-800\/30 {
  color: rgb(159 18 57 / 0.3);
}

.text-rose-800\/35 {
  color: rgb(159 18 57 / 0.35);
}

.text-rose-800\/40 {
  color: rgb(159 18 57 / 0.4);
}

.text-rose-800\/45 {
  color: rgb(159 18 57 / 0.45);
}

.text-rose-800\/5 {
  color: rgb(159 18 57 / 0.05);
}

.text-rose-800\/50 {
  color: rgb(159 18 57 / 0.5);
}

.text-rose-800\/55 {
  color: rgb(159 18 57 / 0.55);
}

.text-rose-800\/60 {
  color: rgb(159 18 57 / 0.6);
}

.text-rose-800\/65 {
  color: rgb(159 18 57 / 0.65);
}

.text-rose-800\/70 {
  color: rgb(159 18 57 / 0.7);
}

.text-rose-800\/75 {
  color: rgb(159 18 57 / 0.75);
}

.text-rose-800\/80 {
  color: rgb(159 18 57 / 0.8);
}

.text-rose-800\/85 {
  color: rgb(159 18 57 / 0.85);
}

.text-rose-800\/90 {
  color: rgb(159 18 57 / 0.9);
}

.text-rose-800\/95 {
  color: rgb(159 18 57 / 0.95);
}

.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}

.text-rose-900\/0 {
  color: rgb(136 19 55 / 0);
}

.text-rose-900\/10 {
  color: rgb(136 19 55 / 0.1);
}

.text-rose-900\/100 {
  color: rgb(136 19 55 / 1);
}

.text-rose-900\/15 {
  color: rgb(136 19 55 / 0.15);
}

.text-rose-900\/20 {
  color: rgb(136 19 55 / 0.2);
}

.text-rose-900\/25 {
  color: rgb(136 19 55 / 0.25);
}

.text-rose-900\/30 {
  color: rgb(136 19 55 / 0.3);
}

.text-rose-900\/35 {
  color: rgb(136 19 55 / 0.35);
}

.text-rose-900\/40 {
  color: rgb(136 19 55 / 0.4);
}

.text-rose-900\/45 {
  color: rgb(136 19 55 / 0.45);
}

.text-rose-900\/5 {
  color: rgb(136 19 55 / 0.05);
}

.text-rose-900\/50 {
  color: rgb(136 19 55 / 0.5);
}

.text-rose-900\/55 {
  color: rgb(136 19 55 / 0.55);
}

.text-rose-900\/60 {
  color: rgb(136 19 55 / 0.6);
}

.text-rose-900\/65 {
  color: rgb(136 19 55 / 0.65);
}

.text-rose-900\/70 {
  color: rgb(136 19 55 / 0.7);
}

.text-rose-900\/75 {
  color: rgb(136 19 55 / 0.75);
}

.text-rose-900\/80 {
  color: rgb(136 19 55 / 0.8);
}

.text-rose-900\/85 {
  color: rgb(136 19 55 / 0.85);
}

.text-rose-900\/90 {
  color: rgb(136 19 55 / 0.9);
}

.text-rose-900\/95 {
  color: rgb(136 19 55 / 0.95);
}

.text-rose-950 {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}

.text-rose-950\/0 {
  color: rgb(76 5 25 / 0);
}

.text-rose-950\/10 {
  color: rgb(76 5 25 / 0.1);
}

.text-rose-950\/100 {
  color: rgb(76 5 25 / 1);
}

.text-rose-950\/15 {
  color: rgb(76 5 25 / 0.15);
}

.text-rose-950\/20 {
  color: rgb(76 5 25 / 0.2);
}

.text-rose-950\/25 {
  color: rgb(76 5 25 / 0.25);
}

.text-rose-950\/30 {
  color: rgb(76 5 25 / 0.3);
}

.text-rose-950\/35 {
  color: rgb(76 5 25 / 0.35);
}

.text-rose-950\/40 {
  color: rgb(76 5 25 / 0.4);
}

.text-rose-950\/45 {
  color: rgb(76 5 25 / 0.45);
}

.text-rose-950\/5 {
  color: rgb(76 5 25 / 0.05);
}

.text-rose-950\/50 {
  color: rgb(76 5 25 / 0.5);
}

.text-rose-950\/55 {
  color: rgb(76 5 25 / 0.55);
}

.text-rose-950\/60 {
  color: rgb(76 5 25 / 0.6);
}

.text-rose-950\/65 {
  color: rgb(76 5 25 / 0.65);
}

.text-rose-950\/70 {
  color: rgb(76 5 25 / 0.7);
}

.text-rose-950\/75 {
  color: rgb(76 5 25 / 0.75);
}

.text-rose-950\/80 {
  color: rgb(76 5 25 / 0.8);
}

.text-rose-950\/85 {
  color: rgb(76 5 25 / 0.85);
}

.text-rose-950\/90 {
  color: rgb(76 5 25 / 0.9);
}

.text-rose-950\/95 {
  color: rgb(76 5 25 / 0.95);
}

.text-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity, 1)));
}

.text-secondary-content {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity, 1)));
}

.text-secondary-content\/0 {
  color: var(--fallback-sc,oklch(var(--sc)/0));
}

.text-secondary-content\/10 {
  color: var(--fallback-sc,oklch(var(--sc)/0.1));
}

.text-secondary-content\/100 {
  color: var(--fallback-sc,oklch(var(--sc)/1));
}

.text-secondary-content\/15 {
  color: var(--fallback-sc,oklch(var(--sc)/0.15));
}

.text-secondary-content\/20 {
  color: var(--fallback-sc,oklch(var(--sc)/0.2));
}

.text-secondary-content\/25 {
  color: var(--fallback-sc,oklch(var(--sc)/0.25));
}

.text-secondary-content\/30 {
  color: var(--fallback-sc,oklch(var(--sc)/0.3));
}

.text-secondary-content\/35 {
  color: var(--fallback-sc,oklch(var(--sc)/0.35));
}

.text-secondary-content\/40 {
  color: var(--fallback-sc,oklch(var(--sc)/0.4));
}

.text-secondary-content\/45 {
  color: var(--fallback-sc,oklch(var(--sc)/0.45));
}

.text-secondary-content\/5 {
  color: var(--fallback-sc,oklch(var(--sc)/0.05));
}

.text-secondary-content\/50 {
  color: var(--fallback-sc,oklch(var(--sc)/0.5));
}

.text-secondary-content\/55 {
  color: var(--fallback-sc,oklch(var(--sc)/0.55));
}

.text-secondary-content\/60 {
  color: var(--fallback-sc,oklch(var(--sc)/0.6));
}

.text-secondary-content\/65 {
  color: var(--fallback-sc,oklch(var(--sc)/0.65));
}

.text-secondary-content\/70 {
  color: var(--fallback-sc,oklch(var(--sc)/0.7));
}

.text-secondary-content\/75 {
  color: var(--fallback-sc,oklch(var(--sc)/0.75));
}

.text-secondary-content\/80 {
  color: var(--fallback-sc,oklch(var(--sc)/0.8));
}

.text-secondary-content\/85 {
  color: var(--fallback-sc,oklch(var(--sc)/0.85));
}

.text-secondary-content\/90 {
  color: var(--fallback-sc,oklch(var(--sc)/0.9));
}

.text-secondary-content\/95 {
  color: var(--fallback-sc,oklch(var(--sc)/0.95));
}

.text-secondary\/0 {
  color: var(--fallback-s,oklch(var(--s)/0));
}

.text-secondary\/10 {
  color: var(--fallback-s,oklch(var(--s)/0.1));
}

.text-secondary\/100 {
  color: var(--fallback-s,oklch(var(--s)/1));
}

.text-secondary\/15 {
  color: var(--fallback-s,oklch(var(--s)/0.15));
}

.text-secondary\/20 {
  color: var(--fallback-s,oklch(var(--s)/0.2));
}

.text-secondary\/25 {
  color: var(--fallback-s,oklch(var(--s)/0.25));
}

.text-secondary\/30 {
  color: var(--fallback-s,oklch(var(--s)/0.3));
}

.text-secondary\/35 {
  color: var(--fallback-s,oklch(var(--s)/0.35));
}

.text-secondary\/40 {
  color: var(--fallback-s,oklch(var(--s)/0.4));
}

.text-secondary\/45 {
  color: var(--fallback-s,oklch(var(--s)/0.45));
}

.text-secondary\/5 {
  color: var(--fallback-s,oklch(var(--s)/0.05));
}

.text-secondary\/50 {
  color: var(--fallback-s,oklch(var(--s)/0.5));
}

.text-secondary\/55 {
  color: var(--fallback-s,oklch(var(--s)/0.55));
}

.text-secondary\/60 {
  color: var(--fallback-s,oklch(var(--s)/0.6));
}

.text-secondary\/65 {
  color: var(--fallback-s,oklch(var(--s)/0.65));
}

.text-secondary\/70 {
  color: var(--fallback-s,oklch(var(--s)/0.7));
}

.text-secondary\/75 {
  color: var(--fallback-s,oklch(var(--s)/0.75));
}

.text-secondary\/80 {
  color: var(--fallback-s,oklch(var(--s)/0.8));
}

.text-secondary\/85 {
  color: var(--fallback-s,oklch(var(--s)/0.85));
}

.text-secondary\/90 {
  color: var(--fallback-s,oklch(var(--s)/0.9));
}

.text-secondary\/95 {
  color: var(--fallback-s,oklch(var(--s)/0.95));
}

.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.text-sky-100\/0 {
  color: rgb(224 242 254 / 0);
}

.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1);
}

.text-sky-100\/100 {
  color: rgb(224 242 254 / 1);
}

.text-sky-100\/15 {
  color: rgb(224 242 254 / 0.15);
}

.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2);
}

.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25);
}

.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3);
}

.text-sky-100\/35 {
  color: rgb(224 242 254 / 0.35);
}

.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4);
}

.text-sky-100\/45 {
  color: rgb(224 242 254 / 0.45);
}

.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05);
}

.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5);
}

.text-sky-100\/55 {
  color: rgb(224 242 254 / 0.55);
}

.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6);
}

.text-sky-100\/65 {
  color: rgb(224 242 254 / 0.65);
}

.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7);
}

.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75);
}

.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8);
}

.text-sky-100\/85 {
  color: rgb(224 242 254 / 0.85);
}

.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9);
}

.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95);
}

.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.text-sky-200\/0 {
  color: rgb(186 230 253 / 0);
}

.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1);
}

.text-sky-200\/100 {
  color: rgb(186 230 253 / 1);
}

.text-sky-200\/15 {
  color: rgb(186 230 253 / 0.15);
}

.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2);
}

.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25);
}

.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3);
}

.text-sky-200\/35 {
  color: rgb(186 230 253 / 0.35);
}

.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4);
}

.text-sky-200\/45 {
  color: rgb(186 230 253 / 0.45);
}

.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05);
}

.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5);
}

.text-sky-200\/55 {
  color: rgb(186 230 253 / 0.55);
}

.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6);
}

.text-sky-200\/65 {
  color: rgb(186 230 253 / 0.65);
}

.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7);
}

.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75);
}

.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8);
}

.text-sky-200\/85 {
  color: rgb(186 230 253 / 0.85);
}

.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}

.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95);
}

.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}

.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}

.text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}

.text-sky-300\/15 {
  color: rgb(125 211 252 / 0.15);
}

.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2);
}

.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25);
}

.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3);
}

.text-sky-300\/35 {
  color: rgb(125 211 252 / 0.35);
}

.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4);
}

.text-sky-300\/45 {
  color: rgb(125 211 252 / 0.45);
}

.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05);
}

.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5);
}

.text-sky-300\/55 {
  color: rgb(125 211 252 / 0.55);
}

.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6);
}

.text-sky-300\/65 {
  color: rgb(125 211 252 / 0.65);
}

.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7);
}

.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75);
}

.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}

.text-sky-300\/85 {
  color: rgb(125 211 252 / 0.85);
}

.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9);
}

.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95);
}

.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.text-sky-400\/0 {
  color: rgb(56 189 248 / 0);
}

.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1);
}

.text-sky-400\/100 {
  color: rgb(56 189 248 / 1);
}

.text-sky-400\/15 {
  color: rgb(56 189 248 / 0.15);
}

.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2);
}

.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25);
}

.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3);
}

.text-sky-400\/35 {
  color: rgb(56 189 248 / 0.35);
}

.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4);
}

.text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45);
}

.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05);
}

.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5);
}

.text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55);
}

.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6);
}

.text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65);
}

.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7);
}

.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75);
}

.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8);
}

.text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85);
}

.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9);
}

.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95);
}

.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}

.text-sky-50\/0 {
  color: rgb(240 249 255 / 0);
}

.text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1);
}

.text-sky-50\/100 {
  color: rgb(240 249 255 / 1);
}

.text-sky-50\/15 {
  color: rgb(240 249 255 / 0.15);
}

.text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2);
}

.text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25);
}

.text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3);
}

.text-sky-50\/35 {
  color: rgb(240 249 255 / 0.35);
}

.text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4);
}

.text-sky-50\/45 {
  color: rgb(240 249 255 / 0.45);
}

.text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05);
}

.text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5);
}

.text-sky-50\/55 {
  color: rgb(240 249 255 / 0.55);
}

.text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6);
}

.text-sky-50\/65 {
  color: rgb(240 249 255 / 0.65);
}

.text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7);
}

.text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75);
}

.text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8);
}

.text-sky-50\/85 {
  color: rgb(240 249 255 / 0.85);
}

.text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9);
}

.text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95);
}

.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.text-sky-500\/0 {
  color: rgb(14 165 233 / 0);
}

.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1);
}

.text-sky-500\/100 {
  color: rgb(14 165 233 / 1);
}

.text-sky-500\/15 {
  color: rgb(14 165 233 / 0.15);
}

.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2);
}

.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25);
}

.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3);
}

.text-sky-500\/35 {
  color: rgb(14 165 233 / 0.35);
}

.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4);
}

.text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45);
}

.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05);
}

.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5);
}

.text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55);
}

.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6);
}

.text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65);
}

.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7);
}

.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75);
}

.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8);
}

.text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85);
}

.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9);
}

.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95);
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.text-sky-600\/0 {
  color: rgb(2 132 199 / 0);
}

.text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1);
}

.text-sky-600\/100 {
  color: rgb(2 132 199 / 1);
}

.text-sky-600\/15 {
  color: rgb(2 132 199 / 0.15);
}

.text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2);
}

.text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25);
}

.text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3);
}

.text-sky-600\/35 {
  color: rgb(2 132 199 / 0.35);
}

.text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4);
}

.text-sky-600\/45 {
  color: rgb(2 132 199 / 0.45);
}

.text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05);
}

.text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5);
}

.text-sky-600\/55 {
  color: rgb(2 132 199 / 0.55);
}

.text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6);
}

.text-sky-600\/65 {
  color: rgb(2 132 199 / 0.65);
}

.text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7);
}

.text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75);
}

.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}

.text-sky-600\/85 {
  color: rgb(2 132 199 / 0.85);
}

.text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9);
}

.text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95);
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.text-sky-700\/0 {
  color: rgb(3 105 161 / 0);
}

.text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1);
}

.text-sky-700\/100 {
  color: rgb(3 105 161 / 1);
}

.text-sky-700\/15 {
  color: rgb(3 105 161 / 0.15);
}

.text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2);
}

.text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25);
}

.text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3);
}

.text-sky-700\/35 {
  color: rgb(3 105 161 / 0.35);
}

.text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4);
}

.text-sky-700\/45 {
  color: rgb(3 105 161 / 0.45);
}

.text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05);
}

.text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5);
}

.text-sky-700\/55 {
  color: rgb(3 105 161 / 0.55);
}

.text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6);
}

.text-sky-700\/65 {
  color: rgb(3 105 161 / 0.65);
}

.text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7);
}

.text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75);
}

.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}

.text-sky-700\/85 {
  color: rgb(3 105 161 / 0.85);
}

.text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9);
}

.text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95);
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.text-sky-800\/0 {
  color: rgb(7 89 133 / 0);
}

.text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1);
}

.text-sky-800\/100 {
  color: rgb(7 89 133 / 1);
}

.text-sky-800\/15 {
  color: rgb(7 89 133 / 0.15);
}

.text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2);
}

.text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25);
}

.text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3);
}

.text-sky-800\/35 {
  color: rgb(7 89 133 / 0.35);
}

.text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4);
}

.text-sky-800\/45 {
  color: rgb(7 89 133 / 0.45);
}

.text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05);
}

.text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5);
}

.text-sky-800\/55 {
  color: rgb(7 89 133 / 0.55);
}

.text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6);
}

.text-sky-800\/65 {
  color: rgb(7 89 133 / 0.65);
}

.text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7);
}

.text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75);
}

.text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8);
}

.text-sky-800\/85 {
  color: rgb(7 89 133 / 0.85);
}

.text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9);
}

.text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95);
}

.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}

.text-sky-900\/0 {
  color: rgb(12 74 110 / 0);
}

.text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1);
}

.text-sky-900\/100 {
  color: rgb(12 74 110 / 1);
}

.text-sky-900\/15 {
  color: rgb(12 74 110 / 0.15);
}

.text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2);
}

.text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25);
}

.text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3);
}

.text-sky-900\/35 {
  color: rgb(12 74 110 / 0.35);
}

.text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4);
}

.text-sky-900\/45 {
  color: rgb(12 74 110 / 0.45);
}

.text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05);
}

.text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5);
}

.text-sky-900\/55 {
  color: rgb(12 74 110 / 0.55);
}

.text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6);
}

.text-sky-900\/65 {
  color: rgb(12 74 110 / 0.65);
}

.text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7);
}

.text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75);
}

.text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8);
}

.text-sky-900\/85 {
  color: rgb(12 74 110 / 0.85);
}

.text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9);
}

.text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95);
}

.text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}

.text-sky-950\/0 {
  color: rgb(8 47 73 / 0);
}

.text-sky-950\/10 {
  color: rgb(8 47 73 / 0.1);
}

.text-sky-950\/100 {
  color: rgb(8 47 73 / 1);
}

.text-sky-950\/15 {
  color: rgb(8 47 73 / 0.15);
}

.text-sky-950\/20 {
  color: rgb(8 47 73 / 0.2);
}

.text-sky-950\/25 {
  color: rgb(8 47 73 / 0.25);
}

.text-sky-950\/30 {
  color: rgb(8 47 73 / 0.3);
}

.text-sky-950\/35 {
  color: rgb(8 47 73 / 0.35);
}

.text-sky-950\/40 {
  color: rgb(8 47 73 / 0.4);
}

.text-sky-950\/45 {
  color: rgb(8 47 73 / 0.45);
}

.text-sky-950\/5 {
  color: rgb(8 47 73 / 0.05);
}

.text-sky-950\/50 {
  color: rgb(8 47 73 / 0.5);
}

.text-sky-950\/55 {
  color: rgb(8 47 73 / 0.55);
}

.text-sky-950\/60 {
  color: rgb(8 47 73 / 0.6);
}

.text-sky-950\/65 {
  color: rgb(8 47 73 / 0.65);
}

.text-sky-950\/70 {
  color: rgb(8 47 73 / 0.7);
}

.text-sky-950\/75 {
  color: rgb(8 47 73 / 0.75);
}

.text-sky-950\/80 {
  color: rgb(8 47 73 / 0.8);
}

.text-sky-950\/85 {
  color: rgb(8 47 73 / 0.85);
}

.text-sky-950\/90 {
  color: rgb(8 47 73 / 0.9);
}

.text-sky-950\/95 {
  color: rgb(8 47 73 / 0.95);
}

.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.text-slate-100\/0 {
  color: rgb(241 245 249 / 0);
}

.text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1);
}

.text-slate-100\/100 {
  color: rgb(241 245 249 / 1);
}

.text-slate-100\/15 {
  color: rgb(241 245 249 / 0.15);
}

.text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2);
}

.text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25);
}

.text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3);
}

.text-slate-100\/35 {
  color: rgb(241 245 249 / 0.35);
}

.text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4);
}

.text-slate-100\/45 {
  color: rgb(241 245 249 / 0.45);
}

.text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05);
}

.text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5);
}

.text-slate-100\/55 {
  color: rgb(241 245 249 / 0.55);
}

.text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6);
}

.text-slate-100\/65 {
  color: rgb(241 245 249 / 0.65);
}

.text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7);
}

.text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75);
}

.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8);
}

.text-slate-100\/85 {
  color: rgb(241 245 249 / 0.85);
}

.text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9);
}

.text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95);
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-slate-200\/0 {
  color: rgb(226 232 240 / 0);
}

.text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1);
}

.text-slate-200\/100 {
  color: rgb(226 232 240 / 1);
}

.text-slate-200\/15 {
  color: rgb(226 232 240 / 0.15);
}

.text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2);
}

.text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25);
}

.text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3);
}

.text-slate-200\/35 {
  color: rgb(226 232 240 / 0.35);
}

.text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4);
}

.text-slate-200\/45 {
  color: rgb(226 232 240 / 0.45);
}

.text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05);
}

.text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5);
}

.text-slate-200\/55 {
  color: rgb(226 232 240 / 0.55);
}

.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6);
}

.text-slate-200\/65 {
  color: rgb(226 232 240 / 0.65);
}

.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}

.text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75);
}

.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8);
}

.text-slate-200\/85 {
  color: rgb(226 232 240 / 0.85);
}

.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}

.text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95);
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-300\/0 {
  color: rgb(203 213 225 / 0);
}

.text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1);
}

.text-slate-300\/100 {
  color: rgb(203 213 225 / 1);
}

.text-slate-300\/15 {
  color: rgb(203 213 225 / 0.15);
}

.text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2);
}

.text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25);
}

.text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3);
}

.text-slate-300\/35 {
  color: rgb(203 213 225 / 0.35);
}

.text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4);
}

.text-slate-300\/45 {
  color: rgb(203 213 225 / 0.45);
}

.text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05);
}

.text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5);
}

.text-slate-300\/55 {
  color: rgb(203 213 225 / 0.55);
}

.text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6);
}

.text-slate-300\/65 {
  color: rgb(203 213 225 / 0.65);
}

.text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7);
}

.text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75);
}

.text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8);
}

.text-slate-300\/85 {
  color: rgb(203 213 225 / 0.85);
}

.text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9);
}

.text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95);
}

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

.text-slate-400\/0 {
  color: rgb(148 163 184 / 0);
}

.text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1);
}

.text-slate-400\/100 {
  color: rgb(148 163 184 / 1);
}

.text-slate-400\/15 {
  color: rgb(148 163 184 / 0.15);
}

.text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2);
}

.text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25);
}

.text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3);
}

.text-slate-400\/35 {
  color: rgb(148 163 184 / 0.35);
}

.text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4);
}

.text-slate-400\/45 {
  color: rgb(148 163 184 / 0.45);
}

.text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05);
}

.text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5);
}

.text-slate-400\/55 {
  color: rgb(148 163 184 / 0.55);
}

.text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6);
}

.text-slate-400\/65 {
  color: rgb(148 163 184 / 0.65);
}

.text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7);
}

.text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75);
}

.text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8);
}

.text-slate-400\/85 {
  color: rgb(148 163 184 / 0.85);
}

.text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9);
}

.text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95);
}

.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.text-slate-50\/0 {
  color: rgb(248 250 252 / 0);
}

.text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1);
}

.text-slate-50\/100 {
  color: rgb(248 250 252 / 1);
}

.text-slate-50\/15 {
  color: rgb(248 250 252 / 0.15);
}

.text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2);
}

.text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25);
}

.text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3);
}

.text-slate-50\/35 {
  color: rgb(248 250 252 / 0.35);
}

.text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4);
}

.text-slate-50\/45 {
  color: rgb(248 250 252 / 0.45);
}

.text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05);
}

.text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5);
}

.text-slate-50\/55 {
  color: rgb(248 250 252 / 0.55);
}

.text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6);
}

.text-slate-50\/65 {
  color: rgb(248 250 252 / 0.65);
}

.text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7);
}

.text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75);
}

.text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8);
}

.text-slate-50\/85 {
  color: rgb(248 250 252 / 0.85);
}

.text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9);
}

.text-slate-50\/95 {
  color: rgb(248 250 252 / 0.95);
}

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

.text-slate-500\/0 {
  color: rgb(100 116 139 / 0);
}

.text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1);
}

.text-slate-500\/100 {
  color: rgb(100 116 139 / 1);
}

.text-slate-500\/15 {
  color: rgb(100 116 139 / 0.15);
}

.text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2);
}

.text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25);
}

.text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3);
}

.text-slate-500\/35 {
  color: rgb(100 116 139 / 0.35);
}

.text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4);
}

.text-slate-500\/45 {
  color: rgb(100 116 139 / 0.45);
}

.text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05);
}

.text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5);
}

.text-slate-500\/55 {
  color: rgb(100 116 139 / 0.55);
}

.text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6);
}

.text-slate-500\/65 {
  color: rgb(100 116 139 / 0.65);
}

.text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7);
}

.text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75);
}

.text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8);
}

.text-slate-500\/85 {
  color: rgb(100 116 139 / 0.85);
}

.text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9);
}

.text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95);
}

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

.text-slate-600\/0 {
  color: rgb(71 85 105 / 0);
}

.text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1);
}

.text-slate-600\/100 {
  color: rgb(71 85 105 / 1);
}

.text-slate-600\/15 {
  color: rgb(71 85 105 / 0.15);
}

.text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2);
}

.text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25);
}

.text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3);
}

.text-slate-600\/35 {
  color: rgb(71 85 105 / 0.35);
}

.text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4);
}

.text-slate-600\/45 {
  color: rgb(71 85 105 / 0.45);
}

.text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05);
}

.text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5);
}

.text-slate-600\/55 {
  color: rgb(71 85 105 / 0.55);
}

.text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6);
}

.text-slate-600\/65 {
  color: rgb(71 85 105 / 0.65);
}

.text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7);
}

.text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75);
}

.text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8);
}

.text-slate-600\/85 {
  color: rgb(71 85 105 / 0.85);
}

.text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9);
}

.text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95);
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-700\/0 {
  color: rgb(51 65 85 / 0);
}

.text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1);
}

.text-slate-700\/100 {
  color: rgb(51 65 85 / 1);
}

.text-slate-700\/15 {
  color: rgb(51 65 85 / 0.15);
}

.text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2);
}

.text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25);
}

.text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3);
}

.text-slate-700\/35 {
  color: rgb(51 65 85 / 0.35);
}

.text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4);
}

.text-slate-700\/45 {
  color: rgb(51 65 85 / 0.45);
}

.text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05);
}

.text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5);
}

.text-slate-700\/55 {
  color: rgb(51 65 85 / 0.55);
}

.text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6);
}

.text-slate-700\/65 {
  color: rgb(51 65 85 / 0.65);
}

.text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7);
}

.text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75);
}

.text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8);
}

.text-slate-700\/85 {
  color: rgb(51 65 85 / 0.85);
}

.text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9);
}

.text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95);
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-slate-800\/0 {
  color: rgb(30 41 59 / 0);
}

.text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1);
}

.text-slate-800\/100 {
  color: rgb(30 41 59 / 1);
}

.text-slate-800\/15 {
  color: rgb(30 41 59 / 0.15);
}

.text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2);
}

.text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25);
}

.text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3);
}

.text-slate-800\/35 {
  color: rgb(30 41 59 / 0.35);
}

.text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4);
}

.text-slate-800\/45 {
  color: rgb(30 41 59 / 0.45);
}

.text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05);
}

.text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5);
}

.text-slate-800\/55 {
  color: rgb(30 41 59 / 0.55);
}

.text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6);
}

.text-slate-800\/65 {
  color: rgb(30 41 59 / 0.65);
}

.text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7);
}

.text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75);
}

.text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8);
}

.text-slate-800\/85 {
  color: rgb(30 41 59 / 0.85);
}

.text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9);
}

.text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95);
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-slate-900\/0 {
  color: rgb(15 23 42 / 0);
}

.text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1);
}

.text-slate-900\/100 {
  color: rgb(15 23 42 / 1);
}

.text-slate-900\/15 {
  color: rgb(15 23 42 / 0.15);
}

.text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2);
}

.text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25);
}

.text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3);
}

.text-slate-900\/35 {
  color: rgb(15 23 42 / 0.35);
}

.text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4);
}

.text-slate-900\/45 {
  color: rgb(15 23 42 / 0.45);
}

.text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05);
}

.text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5);
}

.text-slate-900\/55 {
  color: rgb(15 23 42 / 0.55);
}

.text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6);
}

.text-slate-900\/65 {
  color: rgb(15 23 42 / 0.65);
}

.text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7);
}

.text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75);
}

.text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8);
}

.text-slate-900\/85 {
  color: rgb(15 23 42 / 0.85);
}

.text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9);
}

.text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95);
}

.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.text-slate-950\/0 {
  color: rgb(2 6 23 / 0);
}

.text-slate-950\/10 {
  color: rgb(2 6 23 / 0.1);
}

.text-slate-950\/100 {
  color: rgb(2 6 23 / 1);
}

.text-slate-950\/15 {
  color: rgb(2 6 23 / 0.15);
}

.text-slate-950\/20 {
  color: rgb(2 6 23 / 0.2);
}

.text-slate-950\/25 {
  color: rgb(2 6 23 / 0.25);
}

.text-slate-950\/30 {
  color: rgb(2 6 23 / 0.3);
}

.text-slate-950\/35 {
  color: rgb(2 6 23 / 0.35);
}

.text-slate-950\/40 {
  color: rgb(2 6 23 / 0.4);
}

.text-slate-950\/45 {
  color: rgb(2 6 23 / 0.45);
}

.text-slate-950\/5 {
  color: rgb(2 6 23 / 0.05);
}

.text-slate-950\/50 {
  color: rgb(2 6 23 / 0.5);
}

.text-slate-950\/55 {
  color: rgb(2 6 23 / 0.55);
}

.text-slate-950\/60 {
  color: rgb(2 6 23 / 0.6);
}

.text-slate-950\/65 {
  color: rgb(2 6 23 / 0.65);
}

.text-slate-950\/70 {
  color: rgb(2 6 23 / 0.7);
}

.text-slate-950\/75 {
  color: rgb(2 6 23 / 0.75);
}

.text-slate-950\/80 {
  color: rgb(2 6 23 / 0.8);
}

.text-slate-950\/85 {
  color: rgb(2 6 23 / 0.85);
}

.text-slate-950\/90 {
  color: rgb(2 6 23 / 0.9);
}

.text-slate-950\/95 {
  color: rgb(2 6 23 / 0.95);
}

.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

.text-stone-100\/0 {
  color: rgb(245 245 244 / 0);
}

.text-stone-100\/10 {
  color: rgb(245 245 244 / 0.1);
}

.text-stone-100\/100 {
  color: rgb(245 245 244 / 1);
}

.text-stone-100\/15 {
  color: rgb(245 245 244 / 0.15);
}

.text-stone-100\/20 {
  color: rgb(245 245 244 / 0.2);
}

.text-stone-100\/25 {
  color: rgb(245 245 244 / 0.25);
}

.text-stone-100\/30 {
  color: rgb(245 245 244 / 0.3);
}

.text-stone-100\/35 {
  color: rgb(245 245 244 / 0.35);
}

.text-stone-100\/40 {
  color: rgb(245 245 244 / 0.4);
}

.text-stone-100\/45 {
  color: rgb(245 245 244 / 0.45);
}

.text-stone-100\/5 {
  color: rgb(245 245 244 / 0.05);
}

.text-stone-100\/50 {
  color: rgb(245 245 244 / 0.5);
}

.text-stone-100\/55 {
  color: rgb(245 245 244 / 0.55);
}

.text-stone-100\/60 {
  color: rgb(245 245 244 / 0.6);
}

.text-stone-100\/65 {
  color: rgb(245 245 244 / 0.65);
}

.text-stone-100\/70 {
  color: rgb(245 245 244 / 0.7);
}

.text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75);
}

.text-stone-100\/80 {
  color: rgb(245 245 244 / 0.8);
}

.text-stone-100\/85 {
  color: rgb(245 245 244 / 0.85);
}

.text-stone-100\/90 {
  color: rgb(245 245 244 / 0.9);
}

.text-stone-100\/95 {
  color: rgb(245 245 244 / 0.95);
}

.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.text-stone-200\/0 {
  color: rgb(231 229 228 / 0);
}

.text-stone-200\/10 {
  color: rgb(231 229 228 / 0.1);
}

.text-stone-200\/100 {
  color: rgb(231 229 228 / 1);
}

.text-stone-200\/15 {
  color: rgb(231 229 228 / 0.15);
}

.text-stone-200\/20 {
  color: rgb(231 229 228 / 0.2);
}

.text-stone-200\/25 {
  color: rgb(231 229 228 / 0.25);
}

.text-stone-200\/30 {
  color: rgb(231 229 228 / 0.3);
}

.text-stone-200\/35 {
  color: rgb(231 229 228 / 0.35);
}

.text-stone-200\/40 {
  color: rgb(231 229 228 / 0.4);
}

.text-stone-200\/45 {
  color: rgb(231 229 228 / 0.45);
}

.text-stone-200\/5 {
  color: rgb(231 229 228 / 0.05);
}

.text-stone-200\/50 {
  color: rgb(231 229 228 / 0.5);
}

.text-stone-200\/55 {
  color: rgb(231 229 228 / 0.55);
}

.text-stone-200\/60 {
  color: rgb(231 229 228 / 0.6);
}

.text-stone-200\/65 {
  color: rgb(231 229 228 / 0.65);
}

.text-stone-200\/70 {
  color: rgb(231 229 228 / 0.7);
}

.text-stone-200\/75 {
  color: rgb(231 229 228 / 0.75);
}

.text-stone-200\/80 {
  color: rgb(231 229 228 / 0.8);
}

.text-stone-200\/85 {
  color: rgb(231 229 228 / 0.85);
}

.text-stone-200\/90 {
  color: rgb(231 229 228 / 0.9);
}

.text-stone-200\/95 {
  color: rgb(231 229 228 / 0.95);
}

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.text-stone-300\/0 {
  color: rgb(214 211 209 / 0);
}

.text-stone-300\/10 {
  color: rgb(214 211 209 / 0.1);
}

.text-stone-300\/100 {
  color: rgb(214 211 209 / 1);
}

.text-stone-300\/15 {
  color: rgb(214 211 209 / 0.15);
}

.text-stone-300\/20 {
  color: rgb(214 211 209 / 0.2);
}

.text-stone-300\/25 {
  color: rgb(214 211 209 / 0.25);
}

.text-stone-300\/30 {
  color: rgb(214 211 209 / 0.3);
}

.text-stone-300\/35 {
  color: rgb(214 211 209 / 0.35);
}

.text-stone-300\/40 {
  color: rgb(214 211 209 / 0.4);
}

.text-stone-300\/45 {
  color: rgb(214 211 209 / 0.45);
}

.text-stone-300\/5 {
  color: rgb(214 211 209 / 0.05);
}

.text-stone-300\/50 {
  color: rgb(214 211 209 / 0.5);
}

.text-stone-300\/55 {
  color: rgb(214 211 209 / 0.55);
}

.text-stone-300\/60 {
  color: rgb(214 211 209 / 0.6);
}

.text-stone-300\/65 {
  color: rgb(214 211 209 / 0.65);
}

.text-stone-300\/70 {
  color: rgb(214 211 209 / 0.7);
}

.text-stone-300\/75 {
  color: rgb(214 211 209 / 0.75);
}

.text-stone-300\/80 {
  color: rgb(214 211 209 / 0.8);
}

.text-stone-300\/85 {
  color: rgb(214 211 209 / 0.85);
}

.text-stone-300\/90 {
  color: rgb(214 211 209 / 0.9);
}

.text-stone-300\/95 {
  color: rgb(214 211 209 / 0.95);
}

.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.text-stone-400\/0 {
  color: rgb(168 162 158 / 0);
}

.text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1);
}

.text-stone-400\/100 {
  color: rgb(168 162 158 / 1);
}

.text-stone-400\/15 {
  color: rgb(168 162 158 / 0.15);
}

.text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2);
}

.text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25);
}

.text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3);
}

.text-stone-400\/35 {
  color: rgb(168 162 158 / 0.35);
}

.text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4);
}

.text-stone-400\/45 {
  color: rgb(168 162 158 / 0.45);
}

.text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05);
}

.text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5);
}

.text-stone-400\/55 {
  color: rgb(168 162 158 / 0.55);
}

.text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6);
}

.text-stone-400\/65 {
  color: rgb(168 162 158 / 0.65);
}

.text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7);
}

.text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75);
}

.text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8);
}

.text-stone-400\/85 {
  color: rgb(168 162 158 / 0.85);
}

.text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9);
}

.text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95);
}

.text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}

.text-stone-50\/0 {
  color: rgb(250 250 249 / 0);
}

.text-stone-50\/10 {
  color: rgb(250 250 249 / 0.1);
}

.text-stone-50\/100 {
  color: rgb(250 250 249 / 1);
}

.text-stone-50\/15 {
  color: rgb(250 250 249 / 0.15);
}

.text-stone-50\/20 {
  color: rgb(250 250 249 / 0.2);
}

.text-stone-50\/25 {
  color: rgb(250 250 249 / 0.25);
}

.text-stone-50\/30 {
  color: rgb(250 250 249 / 0.3);
}

.text-stone-50\/35 {
  color: rgb(250 250 249 / 0.35);
}

.text-stone-50\/40 {
  color: rgb(250 250 249 / 0.4);
}

.text-stone-50\/45 {
  color: rgb(250 250 249 / 0.45);
}

.text-stone-50\/5 {
  color: rgb(250 250 249 / 0.05);
}

.text-stone-50\/50 {
  color: rgb(250 250 249 / 0.5);
}

.text-stone-50\/55 {
  color: rgb(250 250 249 / 0.55);
}

.text-stone-50\/60 {
  color: rgb(250 250 249 / 0.6);
}

.text-stone-50\/65 {
  color: rgb(250 250 249 / 0.65);
}

.text-stone-50\/70 {
  color: rgb(250 250 249 / 0.7);
}

.text-stone-50\/75 {
  color: rgb(250 250 249 / 0.75);
}

.text-stone-50\/80 {
  color: rgb(250 250 249 / 0.8);
}

.text-stone-50\/85 {
  color: rgb(250 250 249 / 0.85);
}

.text-stone-50\/90 {
  color: rgb(250 250 249 / 0.9);
}

.text-stone-50\/95 {
  color: rgb(250 250 249 / 0.95);
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.text-stone-500\/0 {
  color: rgb(120 113 108 / 0);
}

.text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1);
}

.text-stone-500\/100 {
  color: rgb(120 113 108 / 1);
}

.text-stone-500\/15 {
  color: rgb(120 113 108 / 0.15);
}

.text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2);
}

.text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25);
}

.text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3);
}

.text-stone-500\/35 {
  color: rgb(120 113 108 / 0.35);
}

.text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4);
}

.text-stone-500\/45 {
  color: rgb(120 113 108 / 0.45);
}

.text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05);
}

.text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5);
}

.text-stone-500\/55 {
  color: rgb(120 113 108 / 0.55);
}

.text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6);
}

.text-stone-500\/65 {
  color: rgb(120 113 108 / 0.65);
}

.text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7);
}

.text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75);
}

.text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8);
}

.text-stone-500\/85 {
  color: rgb(120 113 108 / 0.85);
}

.text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9);
}

.text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95);
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.text-stone-600\/0 {
  color: rgb(87 83 78 / 0);
}

.text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1);
}

.text-stone-600\/100 {
  color: rgb(87 83 78 / 1);
}

.text-stone-600\/15 {
  color: rgb(87 83 78 / 0.15);
}

.text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2);
}

.text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25);
}

.text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3);
}

.text-stone-600\/35 {
  color: rgb(87 83 78 / 0.35);
}

.text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4);
}

.text-stone-600\/45 {
  color: rgb(87 83 78 / 0.45);
}

.text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05);
}

.text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5);
}

.text-stone-600\/55 {
  color: rgb(87 83 78 / 0.55);
}

.text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6);
}

.text-stone-600\/65 {
  color: rgb(87 83 78 / 0.65);
}

.text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7);
}

.text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75);
}

.text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8);
}

.text-stone-600\/85 {
  color: rgb(87 83 78 / 0.85);
}

.text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9);
}

.text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95);
}

.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.text-stone-700\/0 {
  color: rgb(68 64 60 / 0);
}

.text-stone-700\/10 {
  color: rgb(68 64 60 / 0.1);
}

.text-stone-700\/100 {
  color: rgb(68 64 60 / 1);
}

.text-stone-700\/15 {
  color: rgb(68 64 60 / 0.15);
}

.text-stone-700\/20 {
  color: rgb(68 64 60 / 0.2);
}

.text-stone-700\/25 {
  color: rgb(68 64 60 / 0.25);
}

.text-stone-700\/30 {
  color: rgb(68 64 60 / 0.3);
}

.text-stone-700\/35 {
  color: rgb(68 64 60 / 0.35);
}

.text-stone-700\/40 {
  color: rgb(68 64 60 / 0.4);
}

.text-stone-700\/45 {
  color: rgb(68 64 60 / 0.45);
}

.text-stone-700\/5 {
  color: rgb(68 64 60 / 0.05);
}

.text-stone-700\/50 {
  color: rgb(68 64 60 / 0.5);
}

.text-stone-700\/55 {
  color: rgb(68 64 60 / 0.55);
}

.text-stone-700\/60 {
  color: rgb(68 64 60 / 0.6);
}

.text-stone-700\/65 {
  color: rgb(68 64 60 / 0.65);
}

.text-stone-700\/70 {
  color: rgb(68 64 60 / 0.7);
}

.text-stone-700\/75 {
  color: rgb(68 64 60 / 0.75);
}

.text-stone-700\/80 {
  color: rgb(68 64 60 / 0.8);
}

.text-stone-700\/85 {
  color: rgb(68 64 60 / 0.85);
}

.text-stone-700\/90 {
  color: rgb(68 64 60 / 0.9);
}

.text-stone-700\/95 {
  color: rgb(68 64 60 / 0.95);
}

.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.text-stone-800\/0 {
  color: rgb(41 37 36 / 0);
}

.text-stone-800\/10 {
  color: rgb(41 37 36 / 0.1);
}

.text-stone-800\/100 {
  color: rgb(41 37 36 / 1);
}

.text-stone-800\/15 {
  color: rgb(41 37 36 / 0.15);
}

.text-stone-800\/20 {
  color: rgb(41 37 36 / 0.2);
}

.text-stone-800\/25 {
  color: rgb(41 37 36 / 0.25);
}

.text-stone-800\/30 {
  color: rgb(41 37 36 / 0.3);
}

.text-stone-800\/35 {
  color: rgb(41 37 36 / 0.35);
}

.text-stone-800\/40 {
  color: rgb(41 37 36 / 0.4);
}

.text-stone-800\/45 {
  color: rgb(41 37 36 / 0.45);
}

.text-stone-800\/5 {
  color: rgb(41 37 36 / 0.05);
}

.text-stone-800\/50 {
  color: rgb(41 37 36 / 0.5);
}

.text-stone-800\/55 {
  color: rgb(41 37 36 / 0.55);
}

.text-stone-800\/60 {
  color: rgb(41 37 36 / 0.6);
}

.text-stone-800\/65 {
  color: rgb(41 37 36 / 0.65);
}

.text-stone-800\/70 {
  color: rgb(41 37 36 / 0.7);
}

.text-stone-800\/75 {
  color: rgb(41 37 36 / 0.75);
}

.text-stone-800\/80 {
  color: rgb(41 37 36 / 0.8);
}

.text-stone-800\/85 {
  color: rgb(41 37 36 / 0.85);
}

.text-stone-800\/90 {
  color: rgb(41 37 36 / 0.9);
}

.text-stone-800\/95 {
  color: rgb(41 37 36 / 0.95);
}

.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.text-stone-900\/0 {
  color: rgb(28 25 23 / 0);
}

.text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1);
}

.text-stone-900\/100 {
  color: rgb(28 25 23 / 1);
}

.text-stone-900\/15 {
  color: rgb(28 25 23 / 0.15);
}

.text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2);
}

.text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25);
}

.text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3);
}

.text-stone-900\/35 {
  color: rgb(28 25 23 / 0.35);
}

.text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4);
}

.text-stone-900\/45 {
  color: rgb(28 25 23 / 0.45);
}

.text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05);
}

.text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5);
}

.text-stone-900\/55 {
  color: rgb(28 25 23 / 0.55);
}

.text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6);
}

.text-stone-900\/65 {
  color: rgb(28 25 23 / 0.65);
}

.text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7);
}

.text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75);
}

.text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8);
}

.text-stone-900\/85 {
  color: rgb(28 25 23 / 0.85);
}

.text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9);
}

.text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95);
}

.text-stone-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}

.text-stone-950\/0 {
  color: rgb(12 10 9 / 0);
}

.text-stone-950\/10 {
  color: rgb(12 10 9 / 0.1);
}

.text-stone-950\/100 {
  color: rgb(12 10 9 / 1);
}

.text-stone-950\/15 {
  color: rgb(12 10 9 / 0.15);
}

.text-stone-950\/20 {
  color: rgb(12 10 9 / 0.2);
}

.text-stone-950\/25 {
  color: rgb(12 10 9 / 0.25);
}

.text-stone-950\/30 {
  color: rgb(12 10 9 / 0.3);
}

.text-stone-950\/35 {
  color: rgb(12 10 9 / 0.35);
}

.text-stone-950\/40 {
  color: rgb(12 10 9 / 0.4);
}

.text-stone-950\/45 {
  color: rgb(12 10 9 / 0.45);
}

.text-stone-950\/5 {
  color: rgb(12 10 9 / 0.05);
}

.text-stone-950\/50 {
  color: rgb(12 10 9 / 0.5);
}

.text-stone-950\/55 {
  color: rgb(12 10 9 / 0.55);
}

.text-stone-950\/60 {
  color: rgb(12 10 9 / 0.6);
}

.text-stone-950\/65 {
  color: rgb(12 10 9 / 0.65);
}

.text-stone-950\/70 {
  color: rgb(12 10 9 / 0.7);
}

.text-stone-950\/75 {
  color: rgb(12 10 9 / 0.75);
}

.text-stone-950\/80 {
  color: rgb(12 10 9 / 0.8);
}

.text-stone-950\/85 {
  color: rgb(12 10 9 / 0.85);
}

.text-stone-950\/90 {
  color: rgb(12 10 9 / 0.9);
}

.text-stone-950\/95 {
  color: rgb(12 10 9 / 0.95);
}

.text-success {
  --tw-text-opacity: 1;
  color: var(--fallback-su,oklch(var(--su)/var(--tw-text-opacity, 1)));
}

.text-success-content {
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity, 1)));
}

.text-success-content\/0 {
  color: var(--fallback-suc,oklch(var(--suc)/0));
}

.text-success-content\/10 {
  color: var(--fallback-suc,oklch(var(--suc)/0.1));
}

.text-success-content\/100 {
  color: var(--fallback-suc,oklch(var(--suc)/1));
}

.text-success-content\/15 {
  color: var(--fallback-suc,oklch(var(--suc)/0.15));
}

.text-success-content\/20 {
  color: var(--fallback-suc,oklch(var(--suc)/0.2));
}

.text-success-content\/25 {
  color: var(--fallback-suc,oklch(var(--suc)/0.25));
}

.text-success-content\/30 {
  color: var(--fallback-suc,oklch(var(--suc)/0.3));
}

.text-success-content\/35 {
  color: var(--fallback-suc,oklch(var(--suc)/0.35));
}

.text-success-content\/40 {
  color: var(--fallback-suc,oklch(var(--suc)/0.4));
}

.text-success-content\/45 {
  color: var(--fallback-suc,oklch(var(--suc)/0.45));
}

.text-success-content\/5 {
  color: var(--fallback-suc,oklch(var(--suc)/0.05));
}

.text-success-content\/50 {
  color: var(--fallback-suc,oklch(var(--suc)/0.5));
}

.text-success-content\/55 {
  color: var(--fallback-suc,oklch(var(--suc)/0.55));
}

.text-success-content\/60 {
  color: var(--fallback-suc,oklch(var(--suc)/0.6));
}

.text-success-content\/65 {
  color: var(--fallback-suc,oklch(var(--suc)/0.65));
}

.text-success-content\/70 {
  color: var(--fallback-suc,oklch(var(--suc)/0.7));
}

.text-success-content\/75 {
  color: var(--fallback-suc,oklch(var(--suc)/0.75));
}

.text-success-content\/80 {
  color: var(--fallback-suc,oklch(var(--suc)/0.8));
}

.text-success-content\/85 {
  color: var(--fallback-suc,oklch(var(--suc)/0.85));
}

.text-success-content\/90 {
  color: var(--fallback-suc,oklch(var(--suc)/0.9));
}

.text-success-content\/95 {
  color: var(--fallback-suc,oklch(var(--suc)/0.95));
}

.text-success\/0 {
  color: var(--fallback-su,oklch(var(--su)/0));
}

.text-success\/10 {
  color: var(--fallback-su,oklch(var(--su)/0.1));
}

.text-success\/100 {
  color: var(--fallback-su,oklch(var(--su)/1));
}

.text-success\/15 {
  color: var(--fallback-su,oklch(var(--su)/0.15));
}

.text-success\/20 {
  color: var(--fallback-su,oklch(var(--su)/0.2));
}

.text-success\/25 {
  color: var(--fallback-su,oklch(var(--su)/0.25));
}

.text-success\/30 {
  color: var(--fallback-su,oklch(var(--su)/0.3));
}

.text-success\/35 {
  color: var(--fallback-su,oklch(var(--su)/0.35));
}

.text-success\/40 {
  color: var(--fallback-su,oklch(var(--su)/0.4));
}

.text-success\/45 {
  color: var(--fallback-su,oklch(var(--su)/0.45));
}

.text-success\/5 {
  color: var(--fallback-su,oklch(var(--su)/0.05));
}

.text-success\/50 {
  color: var(--fallback-su,oklch(var(--su)/0.5));
}

.text-success\/55 {
  color: var(--fallback-su,oklch(var(--su)/0.55));
}

.text-success\/60 {
  color: var(--fallback-su,oklch(var(--su)/0.6));
}

.text-success\/65 {
  color: var(--fallback-su,oklch(var(--su)/0.65));
}

.text-success\/70 {
  color: var(--fallback-su,oklch(var(--su)/0.7));
}

.text-success\/75 {
  color: var(--fallback-su,oklch(var(--su)/0.75));
}

.text-success\/80 {
  color: var(--fallback-su,oklch(var(--su)/0.8));
}

.text-success\/85 {
  color: var(--fallback-su,oklch(var(--su)/0.85));
}

.text-success\/90 {
  color: var(--fallback-su,oklch(var(--su)/0.9));
}

.text-success\/95 {
  color: var(--fallback-su,oklch(var(--su)/0.95));
}

.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}

.text-teal-100\/0 {
  color: rgb(204 251 241 / 0);
}

.text-teal-100\/10 {
  color: rgb(204 251 241 / 0.1);
}

.text-teal-100\/100 {
  color: rgb(204 251 241 / 1);
}

.text-teal-100\/15 {
  color: rgb(204 251 241 / 0.15);
}

.text-teal-100\/20 {
  color: rgb(204 251 241 / 0.2);
}

.text-teal-100\/25 {
  color: rgb(204 251 241 / 0.25);
}

.text-teal-100\/30 {
  color: rgb(204 251 241 / 0.3);
}

.text-teal-100\/35 {
  color: rgb(204 251 241 / 0.35);
}

.text-teal-100\/40 {
  color: rgb(204 251 241 / 0.4);
}

.text-teal-100\/45 {
  color: rgb(204 251 241 / 0.45);
}

.text-teal-100\/5 {
  color: rgb(204 251 241 / 0.05);
}

.text-teal-100\/50 {
  color: rgb(204 251 241 / 0.5);
}

.text-teal-100\/55 {
  color: rgb(204 251 241 / 0.55);
}

.text-teal-100\/60 {
  color: rgb(204 251 241 / 0.6);
}

.text-teal-100\/65 {
  color: rgb(204 251 241 / 0.65);
}

.text-teal-100\/70 {
  color: rgb(204 251 241 / 0.7);
}

.text-teal-100\/75 {
  color: rgb(204 251 241 / 0.75);
}

.text-teal-100\/80 {
  color: rgb(204 251 241 / 0.8);
}

.text-teal-100\/85 {
  color: rgb(204 251 241 / 0.85);
}

.text-teal-100\/90 {
  color: rgb(204 251 241 / 0.9);
}

.text-teal-100\/95 {
  color: rgb(204 251 241 / 0.95);
}

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}

.text-teal-200\/0 {
  color: rgb(153 246 228 / 0);
}

.text-teal-200\/10 {
  color: rgb(153 246 228 / 0.1);
}

.text-teal-200\/100 {
  color: rgb(153 246 228 / 1);
}

.text-teal-200\/15 {
  color: rgb(153 246 228 / 0.15);
}

.text-teal-200\/20 {
  color: rgb(153 246 228 / 0.2);
}

.text-teal-200\/25 {
  color: rgb(153 246 228 / 0.25);
}

.text-teal-200\/30 {
  color: rgb(153 246 228 / 0.3);
}

.text-teal-200\/35 {
  color: rgb(153 246 228 / 0.35);
}

.text-teal-200\/40 {
  color: rgb(153 246 228 / 0.4);
}

.text-teal-200\/45 {
  color: rgb(153 246 228 / 0.45);
}

.text-teal-200\/5 {
  color: rgb(153 246 228 / 0.05);
}

.text-teal-200\/50 {
  color: rgb(153 246 228 / 0.5);
}

.text-teal-200\/55 {
  color: rgb(153 246 228 / 0.55);
}

.text-teal-200\/60 {
  color: rgb(153 246 228 / 0.6);
}

.text-teal-200\/65 {
  color: rgb(153 246 228 / 0.65);
}

.text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7);
}

.text-teal-200\/75 {
  color: rgb(153 246 228 / 0.75);
}

.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8);
}

.text-teal-200\/85 {
  color: rgb(153 246 228 / 0.85);
}

.text-teal-200\/90 {
  color: rgb(153 246 228 / 0.9);
}

.text-teal-200\/95 {
  color: rgb(153 246 228 / 0.95);
}

.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}

.text-teal-300\/0 {
  color: rgb(94 234 212 / 0);
}

.text-teal-300\/10 {
  color: rgb(94 234 212 / 0.1);
}

.text-teal-300\/100 {
  color: rgb(94 234 212 / 1);
}

.text-teal-300\/15 {
  color: rgb(94 234 212 / 0.15);
}

.text-teal-300\/20 {
  color: rgb(94 234 212 / 0.2);
}

.text-teal-300\/25 {
  color: rgb(94 234 212 / 0.25);
}

.text-teal-300\/30 {
  color: rgb(94 234 212 / 0.3);
}

.text-teal-300\/35 {
  color: rgb(94 234 212 / 0.35);
}

.text-teal-300\/40 {
  color: rgb(94 234 212 / 0.4);
}

.text-teal-300\/45 {
  color: rgb(94 234 212 / 0.45);
}

.text-teal-300\/5 {
  color: rgb(94 234 212 / 0.05);
}

.text-teal-300\/50 {
  color: rgb(94 234 212 / 0.5);
}

.text-teal-300\/55 {
  color: rgb(94 234 212 / 0.55);
}

.text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6);
}

.text-teal-300\/65 {
  color: rgb(94 234 212 / 0.65);
}

.text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7);
}

.text-teal-300\/75 {
  color: rgb(94 234 212 / 0.75);
}

.text-teal-300\/80 {
  color: rgb(94 234 212 / 0.8);
}

.text-teal-300\/85 {
  color: rgb(94 234 212 / 0.85);
}

.text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9);
}

.text-teal-300\/95 {
  color: rgb(94 234 212 / 0.95);
}

.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.text-teal-400\/0 {
  color: rgb(45 212 191 / 0);
}

.text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1);
}

.text-teal-400\/100 {
  color: rgb(45 212 191 / 1);
}

.text-teal-400\/15 {
  color: rgb(45 212 191 / 0.15);
}

.text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2);
}

.text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25);
}

.text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3);
}

.text-teal-400\/35 {
  color: rgb(45 212 191 / 0.35);
}

.text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4);
}

.text-teal-400\/45 {
  color: rgb(45 212 191 / 0.45);
}

.text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05);
}

.text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5);
}

.text-teal-400\/55 {
  color: rgb(45 212 191 / 0.55);
}

.text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6);
}

.text-teal-400\/65 {
  color: rgb(45 212 191 / 0.65);
}

.text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7);
}

.text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75);
}

.text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8);
}

.text-teal-400\/85 {
  color: rgb(45 212 191 / 0.85);
}

.text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9);
}

.text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95);
}

.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}

.text-teal-50\/0 {
  color: rgb(240 253 250 / 0);
}

.text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1);
}

.text-teal-50\/100 {
  color: rgb(240 253 250 / 1);
}

.text-teal-50\/15 {
  color: rgb(240 253 250 / 0.15);
}

.text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2);
}

.text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25);
}

.text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3);
}

.text-teal-50\/35 {
  color: rgb(240 253 250 / 0.35);
}

.text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4);
}

.text-teal-50\/45 {
  color: rgb(240 253 250 / 0.45);
}

.text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05);
}

.text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5);
}

.text-teal-50\/55 {
  color: rgb(240 253 250 / 0.55);
}

.text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6);
}

.text-teal-50\/65 {
  color: rgb(240 253 250 / 0.65);
}

.text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7);
}

.text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75);
}

.text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8);
}

.text-teal-50\/85 {
  color: rgb(240 253 250 / 0.85);
}

.text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9);
}

.text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95);
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.text-teal-500\/0 {
  color: rgb(20 184 166 / 0);
}

.text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1);
}

.text-teal-500\/100 {
  color: rgb(20 184 166 / 1);
}

.text-teal-500\/15 {
  color: rgb(20 184 166 / 0.15);
}

.text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2);
}

.text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25);
}

.text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3);
}

.text-teal-500\/35 {
  color: rgb(20 184 166 / 0.35);
}

.text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4);
}

.text-teal-500\/45 {
  color: rgb(20 184 166 / 0.45);
}

.text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05);
}

.text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5);
}

.text-teal-500\/55 {
  color: rgb(20 184 166 / 0.55);
}

.text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6);
}

.text-teal-500\/65 {
  color: rgb(20 184 166 / 0.65);
}

.text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7);
}

.text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75);
}

.text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8);
}

.text-teal-500\/85 {
  color: rgb(20 184 166 / 0.85);
}

.text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9);
}

.text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95);
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.text-teal-600\/0 {
  color: rgb(13 148 136 / 0);
}

.text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1);
}

.text-teal-600\/100 {
  color: rgb(13 148 136 / 1);
}

.text-teal-600\/15 {
  color: rgb(13 148 136 / 0.15);
}

.text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2);
}

.text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25);
}

.text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3);
}

.text-teal-600\/35 {
  color: rgb(13 148 136 / 0.35);
}

.text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4);
}

.text-teal-600\/45 {
  color: rgb(13 148 136 / 0.45);
}

.text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05);
}

.text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5);
}

.text-teal-600\/55 {
  color: rgb(13 148 136 / 0.55);
}

.text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6);
}

.text-teal-600\/65 {
  color: rgb(13 148 136 / 0.65);
}

.text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7);
}

.text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75);
}

.text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8);
}

.text-teal-600\/85 {
  color: rgb(13 148 136 / 0.85);
}

.text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9);
}

.text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95);
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.text-teal-700\/0 {
  color: rgb(15 118 110 / 0);
}

.text-teal-700\/10 {
  color: rgb(15 118 110 / 0.1);
}

.text-teal-700\/100 {
  color: rgb(15 118 110 / 1);
}

.text-teal-700\/15 {
  color: rgb(15 118 110 / 0.15);
}

.text-teal-700\/20 {
  color: rgb(15 118 110 / 0.2);
}

.text-teal-700\/25 {
  color: rgb(15 118 110 / 0.25);
}

.text-teal-700\/30 {
  color: rgb(15 118 110 / 0.3);
}

.text-teal-700\/35 {
  color: rgb(15 118 110 / 0.35);
}

.text-teal-700\/40 {
  color: rgb(15 118 110 / 0.4);
}

.text-teal-700\/45 {
  color: rgb(15 118 110 / 0.45);
}

.text-teal-700\/5 {
  color: rgb(15 118 110 / 0.05);
}

.text-teal-700\/50 {
  color: rgb(15 118 110 / 0.5);
}

.text-teal-700\/55 {
  color: rgb(15 118 110 / 0.55);
}

.text-teal-700\/60 {
  color: rgb(15 118 110 / 0.6);
}

.text-teal-700\/65 {
  color: rgb(15 118 110 / 0.65);
}

.text-teal-700\/70 {
  color: rgb(15 118 110 / 0.7);
}

.text-teal-700\/75 {
  color: rgb(15 118 110 / 0.75);
}

.text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8);
}

.text-teal-700\/85 {
  color: rgb(15 118 110 / 0.85);
}

.text-teal-700\/90 {
  color: rgb(15 118 110 / 0.9);
}

.text-teal-700\/95 {
  color: rgb(15 118 110 / 0.95);
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.text-teal-800\/0 {
  color: rgb(17 94 89 / 0);
}

.text-teal-800\/10 {
  color: rgb(17 94 89 / 0.1);
}

.text-teal-800\/100 {
  color: rgb(17 94 89 / 1);
}

.text-teal-800\/15 {
  color: rgb(17 94 89 / 0.15);
}

.text-teal-800\/20 {
  color: rgb(17 94 89 / 0.2);
}

.text-teal-800\/25 {
  color: rgb(17 94 89 / 0.25);
}

.text-teal-800\/30 {
  color: rgb(17 94 89 / 0.3);
}

.text-teal-800\/35 {
  color: rgb(17 94 89 / 0.35);
}

.text-teal-800\/40 {
  color: rgb(17 94 89 / 0.4);
}

.text-teal-800\/45 {
  color: rgb(17 94 89 / 0.45);
}

.text-teal-800\/5 {
  color: rgb(17 94 89 / 0.05);
}

.text-teal-800\/50 {
  color: rgb(17 94 89 / 0.5);
}

.text-teal-800\/55 {
  color: rgb(17 94 89 / 0.55);
}

.text-teal-800\/60 {
  color: rgb(17 94 89 / 0.6);
}

.text-teal-800\/65 {
  color: rgb(17 94 89 / 0.65);
}

.text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7);
}

.text-teal-800\/75 {
  color: rgb(17 94 89 / 0.75);
}

.text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8);
}

.text-teal-800\/85 {
  color: rgb(17 94 89 / 0.85);
}

.text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9);
}

.text-teal-800\/95 {
  color: rgb(17 94 89 / 0.95);
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}

.text-teal-900\/0 {
  color: rgb(19 78 74 / 0);
}

.text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1);
}

.text-teal-900\/100 {
  color: rgb(19 78 74 / 1);
}

.text-teal-900\/15 {
  color: rgb(19 78 74 / 0.15);
}

.text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2);
}

.text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25);
}

.text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3);
}

.text-teal-900\/35 {
  color: rgb(19 78 74 / 0.35);
}

.text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4);
}

.text-teal-900\/45 {
  color: rgb(19 78 74 / 0.45);
}

.text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05);
}

.text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5);
}

.text-teal-900\/55 {
  color: rgb(19 78 74 / 0.55);
}

.text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6);
}

.text-teal-900\/65 {
  color: rgb(19 78 74 / 0.65);
}

.text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7);
}

.text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75);
}

.text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8);
}

.text-teal-900\/85 {
  color: rgb(19 78 74 / 0.85);
}

.text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9);
}

.text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95);
}

.text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}

.text-teal-950\/0 {
  color: rgb(4 47 46 / 0);
}

.text-teal-950\/10 {
  color: rgb(4 47 46 / 0.1);
}

.text-teal-950\/100 {
  color: rgb(4 47 46 / 1);
}

.text-teal-950\/15 {
  color: rgb(4 47 46 / 0.15);
}

.text-teal-950\/20 {
  color: rgb(4 47 46 / 0.2);
}

.text-teal-950\/25 {
  color: rgb(4 47 46 / 0.25);
}

.text-teal-950\/30 {
  color: rgb(4 47 46 / 0.3);
}

.text-teal-950\/35 {
  color: rgb(4 47 46 / 0.35);
}

.text-teal-950\/40 {
  color: rgb(4 47 46 / 0.4);
}

.text-teal-950\/45 {
  color: rgb(4 47 46 / 0.45);
}

.text-teal-950\/5 {
  color: rgb(4 47 46 / 0.05);
}

.text-teal-950\/50 {
  color: rgb(4 47 46 / 0.5);
}

.text-teal-950\/55 {
  color: rgb(4 47 46 / 0.55);
}

.text-teal-950\/60 {
  color: rgb(4 47 46 / 0.6);
}

.text-teal-950\/65 {
  color: rgb(4 47 46 / 0.65);
}

.text-teal-950\/70 {
  color: rgb(4 47 46 / 0.7);
}

.text-teal-950\/75 {
  color: rgb(4 47 46 / 0.75);
}

.text-teal-950\/80 {
  color: rgb(4 47 46 / 0.8);
}

.text-teal-950\/85 {
  color: rgb(4 47 46 / 0.85);
}

.text-teal-950\/90 {
  color: rgb(4 47 46 / 0.9);
}

.text-teal-950\/95 {
  color: rgb(4 47 46 / 0.95);
}

.text-transparent {
  color: transparent;
}

.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}

.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}

.text-transparent\/15 {
  color: rgb(0 0 0 / 0.15);
}

.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-transparent\/35 {
  color: rgb(0 0 0 / 0.35);
}

.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-transparent\/45 {
  color: rgb(0 0 0 / 0.45);
}

.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-transparent\/55 {
  color: rgb(0 0 0 / 0.55);
}

.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-transparent\/65 {
  color: rgb(0 0 0 / 0.65);
}

.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-transparent\/85 {
  color: rgb(0 0 0 / 0.85);
}

.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}

.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}

.text-violet-100\/0 {
  color: rgb(237 233 254 / 0);
}

.text-violet-100\/10 {
  color: rgb(237 233 254 / 0.1);
}

.text-violet-100\/100 {
  color: rgb(237 233 254 / 1);
}

.text-violet-100\/15 {
  color: rgb(237 233 254 / 0.15);
}

.text-violet-100\/20 {
  color: rgb(237 233 254 / 0.2);
}

.text-violet-100\/25 {
  color: rgb(237 233 254 / 0.25);
}

.text-violet-100\/30 {
  color: rgb(237 233 254 / 0.3);
}

.text-violet-100\/35 {
  color: rgb(237 233 254 / 0.35);
}

.text-violet-100\/40 {
  color: rgb(237 233 254 / 0.4);
}

.text-violet-100\/45 {
  color: rgb(237 233 254 / 0.45);
}

.text-violet-100\/5 {
  color: rgb(237 233 254 / 0.05);
}

.text-violet-100\/50 {
  color: rgb(237 233 254 / 0.5);
}

.text-violet-100\/55 {
  color: rgb(237 233 254 / 0.55);
}

.text-violet-100\/60 {
  color: rgb(237 233 254 / 0.6);
}

.text-violet-100\/65 {
  color: rgb(237 233 254 / 0.65);
}

.text-violet-100\/70 {
  color: rgb(237 233 254 / 0.7);
}

.text-violet-100\/75 {
  color: rgb(237 233 254 / 0.75);
}

.text-violet-100\/80 {
  color: rgb(237 233 254 / 0.8);
}

.text-violet-100\/85 {
  color: rgb(237 233 254 / 0.85);
}

.text-violet-100\/90 {
  color: rgb(237 233 254 / 0.9);
}

.text-violet-100\/95 {
  color: rgb(237 233 254 / 0.95);
}

.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}

.text-violet-200\/0 {
  color: rgb(221 214 254 / 0);
}

.text-violet-200\/10 {
  color: rgb(221 214 254 / 0.1);
}

.text-violet-200\/100 {
  color: rgb(221 214 254 / 1);
}

.text-violet-200\/15 {
  color: rgb(221 214 254 / 0.15);
}

.text-violet-200\/20 {
  color: rgb(221 214 254 / 0.2);
}

.text-violet-200\/25 {
  color: rgb(221 214 254 / 0.25);
}

.text-violet-200\/30 {
  color: rgb(221 214 254 / 0.3);
}

.text-violet-200\/35 {
  color: rgb(221 214 254 / 0.35);
}

.text-violet-200\/40 {
  color: rgb(221 214 254 / 0.4);
}

.text-violet-200\/45 {
  color: rgb(221 214 254 / 0.45);
}

.text-violet-200\/5 {
  color: rgb(221 214 254 / 0.05);
}

.text-violet-200\/50 {
  color: rgb(221 214 254 / 0.5);
}

.text-violet-200\/55 {
  color: rgb(221 214 254 / 0.55);
}

.text-violet-200\/60 {
  color: rgb(221 214 254 / 0.6);
}

.text-violet-200\/65 {
  color: rgb(221 214 254 / 0.65);
}

.text-violet-200\/70 {
  color: rgb(221 214 254 / 0.7);
}

.text-violet-200\/75 {
  color: rgb(221 214 254 / 0.75);
}

.text-violet-200\/80 {
  color: rgb(221 214 254 / 0.8);
}

.text-violet-200\/85 {
  color: rgb(221 214 254 / 0.85);
}

.text-violet-200\/90 {
  color: rgb(221 214 254 / 0.9);
}

.text-violet-200\/95 {
  color: rgb(221 214 254 / 0.95);
}

.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.text-violet-300\/0 {
  color: rgb(196 181 253 / 0);
}

.text-violet-300\/10 {
  color: rgb(196 181 253 / 0.1);
}

.text-violet-300\/100 {
  color: rgb(196 181 253 / 1);
}

.text-violet-300\/15 {
  color: rgb(196 181 253 / 0.15);
}

.text-violet-300\/20 {
  color: rgb(196 181 253 / 0.2);
}

.text-violet-300\/25 {
  color: rgb(196 181 253 / 0.25);
}

.text-violet-300\/30 {
  color: rgb(196 181 253 / 0.3);
}

.text-violet-300\/35 {
  color: rgb(196 181 253 / 0.35);
}

.text-violet-300\/40 {
  color: rgb(196 181 253 / 0.4);
}

.text-violet-300\/45 {
  color: rgb(196 181 253 / 0.45);
}

.text-violet-300\/5 {
  color: rgb(196 181 253 / 0.05);
}

.text-violet-300\/50 {
  color: rgb(196 181 253 / 0.5);
}

.text-violet-300\/55 {
  color: rgb(196 181 253 / 0.55);
}

.text-violet-300\/60 {
  color: rgb(196 181 253 / 0.6);
}

.text-violet-300\/65 {
  color: rgb(196 181 253 / 0.65);
}

.text-violet-300\/70 {
  color: rgb(196 181 253 / 0.7);
}

.text-violet-300\/75 {
  color: rgb(196 181 253 / 0.75);
}

.text-violet-300\/80 {
  color: rgb(196 181 253 / 0.8);
}

.text-violet-300\/85 {
  color: rgb(196 181 253 / 0.85);
}

.text-violet-300\/90 {
  color: rgb(196 181 253 / 0.9);
}

.text-violet-300\/95 {
  color: rgb(196 181 253 / 0.95);
}

.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

.text-violet-400\/0 {
  color: rgb(167 139 250 / 0);
}

.text-violet-400\/10 {
  color: rgb(167 139 250 / 0.1);
}

.text-violet-400\/100 {
  color: rgb(167 139 250 / 1);
}

.text-violet-400\/15 {
  color: rgb(167 139 250 / 0.15);
}

.text-violet-400\/20 {
  color: rgb(167 139 250 / 0.2);
}

.text-violet-400\/25 {
  color: rgb(167 139 250 / 0.25);
}

.text-violet-400\/30 {
  color: rgb(167 139 250 / 0.3);
}

.text-violet-400\/35 {
  color: rgb(167 139 250 / 0.35);
}

.text-violet-400\/40 {
  color: rgb(167 139 250 / 0.4);
}

.text-violet-400\/45 {
  color: rgb(167 139 250 / 0.45);
}

.text-violet-400\/5 {
  color: rgb(167 139 250 / 0.05);
}

.text-violet-400\/50 {
  color: rgb(167 139 250 / 0.5);
}

.text-violet-400\/55 {
  color: rgb(167 139 250 / 0.55);
}

.text-violet-400\/60 {
  color: rgb(167 139 250 / 0.6);
}

.text-violet-400\/65 {
  color: rgb(167 139 250 / 0.65);
}

.text-violet-400\/70 {
  color: rgb(167 139 250 / 0.7);
}

.text-violet-400\/75 {
  color: rgb(167 139 250 / 0.75);
}

.text-violet-400\/80 {
  color: rgb(167 139 250 / 0.8);
}

.text-violet-400\/85 {
  color: rgb(167 139 250 / 0.85);
}

.text-violet-400\/90 {
  color: rgb(167 139 250 / 0.9);
}

.text-violet-400\/95 {
  color: rgb(167 139 250 / 0.95);
}

.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}

.text-violet-50\/0 {
  color: rgb(245 243 255 / 0);
}

.text-violet-50\/10 {
  color: rgb(245 243 255 / 0.1);
}

.text-violet-50\/100 {
  color: rgb(245 243 255 / 1);
}

.text-violet-50\/15 {
  color: rgb(245 243 255 / 0.15);
}

.text-violet-50\/20 {
  color: rgb(245 243 255 / 0.2);
}

.text-violet-50\/25 {
  color: rgb(245 243 255 / 0.25);
}

.text-violet-50\/30 {
  color: rgb(245 243 255 / 0.3);
}

.text-violet-50\/35 {
  color: rgb(245 243 255 / 0.35);
}

.text-violet-50\/40 {
  color: rgb(245 243 255 / 0.4);
}

.text-violet-50\/45 {
  color: rgb(245 243 255 / 0.45);
}

.text-violet-50\/5 {
  color: rgb(245 243 255 / 0.05);
}

.text-violet-50\/50 {
  color: rgb(245 243 255 / 0.5);
}

.text-violet-50\/55 {
  color: rgb(245 243 255 / 0.55);
}

.text-violet-50\/60 {
  color: rgb(245 243 255 / 0.6);
}

.text-violet-50\/65 {
  color: rgb(245 243 255 / 0.65);
}

.text-violet-50\/70 {
  color: rgb(245 243 255 / 0.7);
}

.text-violet-50\/75 {
  color: rgb(245 243 255 / 0.75);
}

.text-violet-50\/80 {
  color: rgb(245 243 255 / 0.8);
}

.text-violet-50\/85 {
  color: rgb(245 243 255 / 0.85);
}

.text-violet-50\/90 {
  color: rgb(245 243 255 / 0.9);
}

.text-violet-50\/95 {
  color: rgb(245 243 255 / 0.95);
}

.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.text-violet-500\/0 {
  color: rgb(139 92 246 / 0);
}

.text-violet-500\/10 {
  color: rgb(139 92 246 / 0.1);
}

.text-violet-500\/100 {
  color: rgb(139 92 246 / 1);
}

.text-violet-500\/15 {
  color: rgb(139 92 246 / 0.15);
}

.text-violet-500\/20 {
  color: rgb(139 92 246 / 0.2);
}

.text-violet-500\/25 {
  color: rgb(139 92 246 / 0.25);
}

.text-violet-500\/30 {
  color: rgb(139 92 246 / 0.3);
}

.text-violet-500\/35 {
  color: rgb(139 92 246 / 0.35);
}

.text-violet-500\/40 {
  color: rgb(139 92 246 / 0.4);
}

.text-violet-500\/45 {
  color: rgb(139 92 246 / 0.45);
}

.text-violet-500\/5 {
  color: rgb(139 92 246 / 0.05);
}

.text-violet-500\/50 {
  color: rgb(139 92 246 / 0.5);
}

.text-violet-500\/55 {
  color: rgb(139 92 246 / 0.55);
}

.text-violet-500\/60 {
  color: rgb(139 92 246 / 0.6);
}

.text-violet-500\/65 {
  color: rgb(139 92 246 / 0.65);
}

.text-violet-500\/70 {
  color: rgb(139 92 246 / 0.7);
}

.text-violet-500\/75 {
  color: rgb(139 92 246 / 0.75);
}

.text-violet-500\/80 {
  color: rgb(139 92 246 / 0.8);
}

.text-violet-500\/85 {
  color: rgb(139 92 246 / 0.85);
}

.text-violet-500\/90 {
  color: rgb(139 92 246 / 0.9);
}

.text-violet-500\/95 {
  color: rgb(139 92 246 / 0.95);
}

.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.text-violet-600\/0 {
  color: rgb(124 58 237 / 0);
}

.text-violet-600\/10 {
  color: rgb(124 58 237 / 0.1);
}

.text-violet-600\/100 {
  color: rgb(124 58 237 / 1);
}

.text-violet-600\/15 {
  color: rgb(124 58 237 / 0.15);
}

.text-violet-600\/20 {
  color: rgb(124 58 237 / 0.2);
}

.text-violet-600\/25 {
  color: rgb(124 58 237 / 0.25);
}

.text-violet-600\/30 {
  color: rgb(124 58 237 / 0.3);
}

.text-violet-600\/35 {
  color: rgb(124 58 237 / 0.35);
}

.text-violet-600\/40 {
  color: rgb(124 58 237 / 0.4);
}

.text-violet-600\/45 {
  color: rgb(124 58 237 / 0.45);
}

.text-violet-600\/5 {
  color: rgb(124 58 237 / 0.05);
}

.text-violet-600\/50 {
  color: rgb(124 58 237 / 0.5);
}

.text-violet-600\/55 {
  color: rgb(124 58 237 / 0.55);
}

.text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6);
}

.text-violet-600\/65 {
  color: rgb(124 58 237 / 0.65);
}

.text-violet-600\/70 {
  color: rgb(124 58 237 / 0.7);
}

.text-violet-600\/75 {
  color: rgb(124 58 237 / 0.75);
}

.text-violet-600\/80 {
  color: rgb(124 58 237 / 0.8);
}

.text-violet-600\/85 {
  color: rgb(124 58 237 / 0.85);
}

.text-violet-600\/90 {
  color: rgb(124 58 237 / 0.9);
}

.text-violet-600\/95 {
  color: rgb(124 58 237 / 0.95);
}

.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.text-violet-700\/0 {
  color: rgb(109 40 217 / 0);
}

.text-violet-700\/10 {
  color: rgb(109 40 217 / 0.1);
}

.text-violet-700\/100 {
  color: rgb(109 40 217 / 1);
}

.text-violet-700\/15 {
  color: rgb(109 40 217 / 0.15);
}

.text-violet-700\/20 {
  color: rgb(109 40 217 / 0.2);
}

.text-violet-700\/25 {
  color: rgb(109 40 217 / 0.25);
}

.text-violet-700\/30 {
  color: rgb(109 40 217 / 0.3);
}

.text-violet-700\/35 {
  color: rgb(109 40 217 / 0.35);
}

.text-violet-700\/40 {
  color: rgb(109 40 217 / 0.4);
}

.text-violet-700\/45 {
  color: rgb(109 40 217 / 0.45);
}

.text-violet-700\/5 {
  color: rgb(109 40 217 / 0.05);
}

.text-violet-700\/50 {
  color: rgb(109 40 217 / 0.5);
}

.text-violet-700\/55 {
  color: rgb(109 40 217 / 0.55);
}

.text-violet-700\/60 {
  color: rgb(109 40 217 / 0.6);
}

.text-violet-700\/65 {
  color: rgb(109 40 217 / 0.65);
}

.text-violet-700\/70 {
  color: rgb(109 40 217 / 0.7);
}

.text-violet-700\/75 {
  color: rgb(109 40 217 / 0.75);
}

.text-violet-700\/80 {
  color: rgb(109 40 217 / 0.8);
}

.text-violet-700\/85 {
  color: rgb(109 40 217 / 0.85);
}

.text-violet-700\/90 {
  color: rgb(109 40 217 / 0.9);
}

.text-violet-700\/95 {
  color: rgb(109 40 217 / 0.95);
}

.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

.text-violet-800\/0 {
  color: rgb(91 33 182 / 0);
}

.text-violet-800\/10 {
  color: rgb(91 33 182 / 0.1);
}

.text-violet-800\/100 {
  color: rgb(91 33 182 / 1);
}

.text-violet-800\/15 {
  color: rgb(91 33 182 / 0.15);
}

.text-violet-800\/20 {
  color: rgb(91 33 182 / 0.2);
}

.text-violet-800\/25 {
  color: rgb(91 33 182 / 0.25);
}

.text-violet-800\/30 {
  color: rgb(91 33 182 / 0.3);
}

.text-violet-800\/35 {
  color: rgb(91 33 182 / 0.35);
}

.text-violet-800\/40 {
  color: rgb(91 33 182 / 0.4);
}

.text-violet-800\/45 {
  color: rgb(91 33 182 / 0.45);
}

.text-violet-800\/5 {
  color: rgb(91 33 182 / 0.05);
}

.text-violet-800\/50 {
  color: rgb(91 33 182 / 0.5);
}

.text-violet-800\/55 {
  color: rgb(91 33 182 / 0.55);
}

.text-violet-800\/60 {
  color: rgb(91 33 182 / 0.6);
}

.text-violet-800\/65 {
  color: rgb(91 33 182 / 0.65);
}

.text-violet-800\/70 {
  color: rgb(91 33 182 / 0.7);
}

.text-violet-800\/75 {
  color: rgb(91 33 182 / 0.75);
}

.text-violet-800\/80 {
  color: rgb(91 33 182 / 0.8);
}

.text-violet-800\/85 {
  color: rgb(91 33 182 / 0.85);
}

.text-violet-800\/90 {
  color: rgb(91 33 182 / 0.9);
}

.text-violet-800\/95 {
  color: rgb(91 33 182 / 0.95);
}

.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

.text-violet-900\/0 {
  color: rgb(76 29 149 / 0);
}

.text-violet-900\/10 {
  color: rgb(76 29 149 / 0.1);
}

.text-violet-900\/100 {
  color: rgb(76 29 149 / 1);
}

.text-violet-900\/15 {
  color: rgb(76 29 149 / 0.15);
}

.text-violet-900\/20 {
  color: rgb(76 29 149 / 0.2);
}

.text-violet-900\/25 {
  color: rgb(76 29 149 / 0.25);
}

.text-violet-900\/30 {
  color: rgb(76 29 149 / 0.3);
}

.text-violet-900\/35 {
  color: rgb(76 29 149 / 0.35);
}

.text-violet-900\/40 {
  color: rgb(76 29 149 / 0.4);
}

.text-violet-900\/45 {
  color: rgb(76 29 149 / 0.45);
}

.text-violet-900\/5 {
  color: rgb(76 29 149 / 0.05);
}

.text-violet-900\/50 {
  color: rgb(76 29 149 / 0.5);
}

.text-violet-900\/55 {
  color: rgb(76 29 149 / 0.55);
}

.text-violet-900\/60 {
  color: rgb(76 29 149 / 0.6);
}

.text-violet-900\/65 {
  color: rgb(76 29 149 / 0.65);
}

.text-violet-900\/70 {
  color: rgb(76 29 149 / 0.7);
}

.text-violet-900\/75 {
  color: rgb(76 29 149 / 0.75);
}

.text-violet-900\/80 {
  color: rgb(76 29 149 / 0.8);
}

.text-violet-900\/85 {
  color: rgb(76 29 149 / 0.85);
}

.text-violet-900\/90 {
  color: rgb(76 29 149 / 0.9);
}

.text-violet-900\/95 {
  color: rgb(76 29 149 / 0.95);
}

.text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

.text-violet-950\/0 {
  color: rgb(46 16 101 / 0);
}

.text-violet-950\/10 {
  color: rgb(46 16 101 / 0.1);
}

.text-violet-950\/100 {
  color: rgb(46 16 101 / 1);
}

.text-violet-950\/15 {
  color: rgb(46 16 101 / 0.15);
}

.text-violet-950\/20 {
  color: rgb(46 16 101 / 0.2);
}

.text-violet-950\/25 {
  color: rgb(46 16 101 / 0.25);
}

.text-violet-950\/30 {
  color: rgb(46 16 101 / 0.3);
}

.text-violet-950\/35 {
  color: rgb(46 16 101 / 0.35);
}

.text-violet-950\/40 {
  color: rgb(46 16 101 / 0.4);
}

.text-violet-950\/45 {
  color: rgb(46 16 101 / 0.45);
}

.text-violet-950\/5 {
  color: rgb(46 16 101 / 0.05);
}

.text-violet-950\/50 {
  color: rgb(46 16 101 / 0.5);
}

.text-violet-950\/55 {
  color: rgb(46 16 101 / 0.55);
}

.text-violet-950\/60 {
  color: rgb(46 16 101 / 0.6);
}

.text-violet-950\/65 {
  color: rgb(46 16 101 / 0.65);
}

.text-violet-950\/70 {
  color: rgb(46 16 101 / 0.7);
}

.text-violet-950\/75 {
  color: rgb(46 16 101 / 0.75);
}

.text-violet-950\/80 {
  color: rgb(46 16 101 / 0.8);
}

.text-violet-950\/85 {
  color: rgb(46 16 101 / 0.85);
}

.text-violet-950\/90 {
  color: rgb(46 16 101 / 0.9);
}

.text-violet-950\/95 {
  color: rgb(46 16 101 / 0.95);
}

.text-warning {
  --tw-text-opacity: 1;
  color: var(--fallback-wa,oklch(var(--wa)/var(--tw-text-opacity, 1)));
}

.text-warning-content {
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity, 1)));
}

.text-warning-content\/0 {
  color: var(--fallback-wac,oklch(var(--wac)/0));
}

.text-warning-content\/10 {
  color: var(--fallback-wac,oklch(var(--wac)/0.1));
}

.text-warning-content\/100 {
  color: var(--fallback-wac,oklch(var(--wac)/1));
}

.text-warning-content\/15 {
  color: var(--fallback-wac,oklch(var(--wac)/0.15));
}

.text-warning-content\/20 {
  color: var(--fallback-wac,oklch(var(--wac)/0.2));
}

.text-warning-content\/25 {
  color: var(--fallback-wac,oklch(var(--wac)/0.25));
}

.text-warning-content\/30 {
  color: var(--fallback-wac,oklch(var(--wac)/0.3));
}

.text-warning-content\/35 {
  color: var(--fallback-wac,oklch(var(--wac)/0.35));
}

.text-warning-content\/40 {
  color: var(--fallback-wac,oklch(var(--wac)/0.4));
}

.text-warning-content\/45 {
  color: var(--fallback-wac,oklch(var(--wac)/0.45));
}

.text-warning-content\/5 {
  color: var(--fallback-wac,oklch(var(--wac)/0.05));
}

.text-warning-content\/50 {
  color: var(--fallback-wac,oklch(var(--wac)/0.5));
}

.text-warning-content\/55 {
  color: var(--fallback-wac,oklch(var(--wac)/0.55));
}

.text-warning-content\/60 {
  color: var(--fallback-wac,oklch(var(--wac)/0.6));
}

.text-warning-content\/65 {
  color: var(--fallback-wac,oklch(var(--wac)/0.65));
}

.text-warning-content\/70 {
  color: var(--fallback-wac,oklch(var(--wac)/0.7));
}

.text-warning-content\/75 {
  color: var(--fallback-wac,oklch(var(--wac)/0.75));
}

.text-warning-content\/80 {
  color: var(--fallback-wac,oklch(var(--wac)/0.8));
}

.text-warning-content\/85 {
  color: var(--fallback-wac,oklch(var(--wac)/0.85));
}

.text-warning-content\/90 {
  color: var(--fallback-wac,oklch(var(--wac)/0.9));
}

.text-warning-content\/95 {
  color: var(--fallback-wac,oklch(var(--wac)/0.95));
}

.text-warning\/0 {
  color: var(--fallback-wa,oklch(var(--wa)/0));
}

.text-warning\/10 {
  color: var(--fallback-wa,oklch(var(--wa)/0.1));
}

.text-warning\/100 {
  color: var(--fallback-wa,oklch(var(--wa)/1));
}

.text-warning\/15 {
  color: var(--fallback-wa,oklch(var(--wa)/0.15));
}

.text-warning\/20 {
  color: var(--fallback-wa,oklch(var(--wa)/0.2));
}

.text-warning\/25 {
  color: var(--fallback-wa,oklch(var(--wa)/0.25));
}

.text-warning\/30 {
  color: var(--fallback-wa,oklch(var(--wa)/0.3));
}

.text-warning\/35 {
  color: var(--fallback-wa,oklch(var(--wa)/0.35));
}

.text-warning\/40 {
  color: var(--fallback-wa,oklch(var(--wa)/0.4));
}

.text-warning\/45 {
  color: var(--fallback-wa,oklch(var(--wa)/0.45));
}

.text-warning\/5 {
  color: var(--fallback-wa,oklch(var(--wa)/0.05));
}

.text-warning\/50 {
  color: var(--fallback-wa,oklch(var(--wa)/0.5));
}

.text-warning\/55 {
  color: var(--fallback-wa,oklch(var(--wa)/0.55));
}

.text-warning\/60 {
  color: var(--fallback-wa,oklch(var(--wa)/0.6));
}

.text-warning\/65 {
  color: var(--fallback-wa,oklch(var(--wa)/0.65));
}

.text-warning\/70 {
  color: var(--fallback-wa,oklch(var(--wa)/0.7));
}

.text-warning\/75 {
  color: var(--fallback-wa,oklch(var(--wa)/0.75));
}

.text-warning\/80 {
  color: var(--fallback-wa,oklch(var(--wa)/0.8));
}

.text-warning\/85 {
  color: var(--fallback-wa,oklch(var(--wa)/0.85));
}

.text-warning\/90 {
  color: var(--fallback-wa,oklch(var(--wa)/0.9));
}

.text-warning\/95 {
  color: var(--fallback-wa,oklch(var(--wa)/0.95));
}

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

.text-white\/0 {
  color: rgb(255 255 255 / 0);
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100 {
  color: rgb(255 255 255 / 1);
}

.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}

.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15);
}

.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35);
}

.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45);
}

.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55);
}

.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65);
}

.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85);
}

.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}

.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15);
}

.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35);
}

.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45);
}

.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55);
}

.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65);
}

.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85);
}

.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}

.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}

.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}

.text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15);
}

.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2);
}

.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25);
}

.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3);
}

.text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35);
}

.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4);
}

.text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45);
}

.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05);
}

.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5);
}

.text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55);
}

.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}

.text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65);
}

.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7);
}

.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75);
}

.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85);
}

.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9);
}

.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}

.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}

.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}

.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15);
}

.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}

.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}

.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}

.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35);
}

.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}

.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45);
}

.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}

.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}

.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55);
}

.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}

.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65);
}

.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}

.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}

.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85);
}

.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}

.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}

.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}

.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}

.text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15);
}

.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2);
}

.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25);
}

.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3);
}

.text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35);
}

.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4);
}

.text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45);
}

.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05);
}

.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5);
}

.text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55);
}

.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6);
}

.text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65);
}

.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7);
}

.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75);
}

.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8);
}

.text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85);
}

.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9);
}

.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95);
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}

.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}

.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}

.text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15);
}

.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}

.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}

.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}

.text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35);
}

.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}

.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45);
}

.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}

.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}

.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55);
}

.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}

.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65);
}

.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}

.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}

.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}

.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85);
}

.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}

.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}

.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}

.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}

.text-yellow-600\/15 {
  color: rgb(202 138 4 / 0.15);
}

.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}

.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}

.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}

.text-yellow-600\/35 {
  color: rgb(202 138 4 / 0.35);
}

.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}

.text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45);
}

.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}

.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}

.text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55);
}

.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}

.text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65);
}

.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}

.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}

.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}

.text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85);
}

.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}

.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0);
}

.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1);
}

.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1);
}

.text-yellow-700\/15 {
  color: rgb(161 98 7 / 0.15);
}

.text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2);
}

.text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25);
}

.text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3);
}

.text-yellow-700\/35 {
  color: rgb(161 98 7 / 0.35);
}

.text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4);
}

.text-yellow-700\/45 {
  color: rgb(161 98 7 / 0.45);
}

.text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05);
}

.text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5);
}

.text-yellow-700\/55 {
  color: rgb(161 98 7 / 0.55);
}

.text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6);
}

.text-yellow-700\/65 {
  color: rgb(161 98 7 / 0.65);
}

.text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7);
}

.text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75);
}

.text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8);
}

.text-yellow-700\/85 {
  color: rgb(161 98 7 / 0.85);
}

.text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9);
}

.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95);
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}

.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}

.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}

.text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15);
}

.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2);
}

.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25);
}

.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3);
}

.text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35);
}

.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4);
}

.text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45);
}

.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05);
}

.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5);
}

.text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55);
}

.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6);
}

.text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65);
}

.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7);
}

.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75);
}

.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8);
}

.text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85);
}

.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9);
}

.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95);
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0);
}

.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1);
}

.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1);
}

.text-yellow-900\/15 {
  color: rgb(113 63 18 / 0.15);
}

.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2);
}

.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25);
}

.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3);
}

.text-yellow-900\/35 {
  color: rgb(113 63 18 / 0.35);
}

.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4);
}

.text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45);
}

.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05);
}

.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5);
}

.text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55);
}

.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6);
}

.text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65);
}

.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7);
}

.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75);
}

.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8);
}

.text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85);
}

.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9);
}

.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95);
}

.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.text-yellow-950\/0 {
  color: rgb(66 32 6 / 0);
}

.text-yellow-950\/10 {
  color: rgb(66 32 6 / 0.1);
}

.text-yellow-950\/100 {
  color: rgb(66 32 6 / 1);
}

.text-yellow-950\/15 {
  color: rgb(66 32 6 / 0.15);
}

.text-yellow-950\/20 {
  color: rgb(66 32 6 / 0.2);
}

.text-yellow-950\/25 {
  color: rgb(66 32 6 / 0.25);
}

.text-yellow-950\/30 {
  color: rgb(66 32 6 / 0.3);
}

.text-yellow-950\/35 {
  color: rgb(66 32 6 / 0.35);
}

.text-yellow-950\/40 {
  color: rgb(66 32 6 / 0.4);
}

.text-yellow-950\/45 {
  color: rgb(66 32 6 / 0.45);
}

.text-yellow-950\/5 {
  color: rgb(66 32 6 / 0.05);
}

.text-yellow-950\/50 {
  color: rgb(66 32 6 / 0.5);
}

.text-yellow-950\/55 {
  color: rgb(66 32 6 / 0.55);
}

.text-yellow-950\/60 {
  color: rgb(66 32 6 / 0.6);
}

.text-yellow-950\/65 {
  color: rgb(66 32 6 / 0.65);
}

.text-yellow-950\/70 {
  color: rgb(66 32 6 / 0.7);
}

.text-yellow-950\/75 {
  color: rgb(66 32 6 / 0.75);
}

.text-yellow-950\/80 {
  color: rgb(66 32 6 / 0.8);
}

.text-yellow-950\/85 {
  color: rgb(66 32 6 / 0.85);
}

.text-yellow-950\/90 {
  color: rgb(66 32 6 / 0.9);
}

.text-yellow-950\/95 {
  color: rgb(66 32 6 / 0.95);
}

.text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.text-zinc-100\/0 {
  color: rgb(244 244 245 / 0);
}

.text-zinc-100\/10 {
  color: rgb(244 244 245 / 0.1);
}

.text-zinc-100\/100 {
  color: rgb(244 244 245 / 1);
}

.text-zinc-100\/15 {
  color: rgb(244 244 245 / 0.15);
}

.text-zinc-100\/20 {
  color: rgb(244 244 245 / 0.2);
}

.text-zinc-100\/25 {
  color: rgb(244 244 245 / 0.25);
}

.text-zinc-100\/30 {
  color: rgb(244 244 245 / 0.3);
}

.text-zinc-100\/35 {
  color: rgb(244 244 245 / 0.35);
}

.text-zinc-100\/40 {
  color: rgb(244 244 245 / 0.4);
}

.text-zinc-100\/45 {
  color: rgb(244 244 245 / 0.45);
}

.text-zinc-100\/5 {
  color: rgb(244 244 245 / 0.05);
}

.text-zinc-100\/50 {
  color: rgb(244 244 245 / 0.5);
}

.text-zinc-100\/55 {
  color: rgb(244 244 245 / 0.55);
}

.text-zinc-100\/60 {
  color: rgb(244 244 245 / 0.6);
}

.text-zinc-100\/65 {
  color: rgb(244 244 245 / 0.65);
}

.text-zinc-100\/70 {
  color: rgb(244 244 245 / 0.7);
}

.text-zinc-100\/75 {
  color: rgb(244 244 245 / 0.75);
}

.text-zinc-100\/80 {
  color: rgb(244 244 245 / 0.8);
}

.text-zinc-100\/85 {
  color: rgb(244 244 245 / 0.85);
}

.text-zinc-100\/90 {
  color: rgb(244 244 245 / 0.9);
}

.text-zinc-100\/95 {
  color: rgb(244 244 245 / 0.95);
}

.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.text-zinc-200\/0 {
  color: rgb(228 228 231 / 0);
}

.text-zinc-200\/10 {
  color: rgb(228 228 231 / 0.1);
}

.text-zinc-200\/100 {
  color: rgb(228 228 231 / 1);
}

.text-zinc-200\/15 {
  color: rgb(228 228 231 / 0.15);
}

.text-zinc-200\/20 {
  color: rgb(228 228 231 / 0.2);
}

.text-zinc-200\/25 {
  color: rgb(228 228 231 / 0.25);
}

.text-zinc-200\/30 {
  color: rgb(228 228 231 / 0.3);
}

.text-zinc-200\/35 {
  color: rgb(228 228 231 / 0.35);
}

.text-zinc-200\/40 {
  color: rgb(228 228 231 / 0.4);
}

.text-zinc-200\/45 {
  color: rgb(228 228 231 / 0.45);
}

.text-zinc-200\/5 {
  color: rgb(228 228 231 / 0.05);
}

.text-zinc-200\/50 {
  color: rgb(228 228 231 / 0.5);
}

.text-zinc-200\/55 {
  color: rgb(228 228 231 / 0.55);
}

.text-zinc-200\/60 {
  color: rgb(228 228 231 / 0.6);
}

.text-zinc-200\/65 {
  color: rgb(228 228 231 / 0.65);
}

.text-zinc-200\/70 {
  color: rgb(228 228 231 / 0.7);
}

.text-zinc-200\/75 {
  color: rgb(228 228 231 / 0.75);
}

.text-zinc-200\/80 {
  color: rgb(228 228 231 / 0.8);
}

.text-zinc-200\/85 {
  color: rgb(228 228 231 / 0.85);
}

.text-zinc-200\/90 {
  color: rgb(228 228 231 / 0.9);
}

.text-zinc-200\/95 {
  color: rgb(228 228 231 / 0.95);
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.text-zinc-300\/0 {
  color: rgb(212 212 216 / 0);
}

.text-zinc-300\/10 {
  color: rgb(212 212 216 / 0.1);
}

.text-zinc-300\/100 {
  color: rgb(212 212 216 / 1);
}

.text-zinc-300\/15 {
  color: rgb(212 212 216 / 0.15);
}

.text-zinc-300\/20 {
  color: rgb(212 212 216 / 0.2);
}

.text-zinc-300\/25 {
  color: rgb(212 212 216 / 0.25);
}

.text-zinc-300\/30 {
  color: rgb(212 212 216 / 0.3);
}

.text-zinc-300\/35 {
  color: rgb(212 212 216 / 0.35);
}

.text-zinc-300\/40 {
  color: rgb(212 212 216 / 0.4);
}

.text-zinc-300\/45 {
  color: rgb(212 212 216 / 0.45);
}

.text-zinc-300\/5 {
  color: rgb(212 212 216 / 0.05);
}

.text-zinc-300\/50 {
  color: rgb(212 212 216 / 0.5);
}

.text-zinc-300\/55 {
  color: rgb(212 212 216 / 0.55);
}

.text-zinc-300\/60 {
  color: rgb(212 212 216 / 0.6);
}

.text-zinc-300\/65 {
  color: rgb(212 212 216 / 0.65);
}

.text-zinc-300\/70 {
  color: rgb(212 212 216 / 0.7);
}

.text-zinc-300\/75 {
  color: rgb(212 212 216 / 0.75);
}

.text-zinc-300\/80 {
  color: rgb(212 212 216 / 0.8);
}

.text-zinc-300\/85 {
  color: rgb(212 212 216 / 0.85);
}

.text-zinc-300\/90 {
  color: rgb(212 212 216 / 0.9);
}

.text-zinc-300\/95 {
  color: rgb(212 212 216 / 0.95);
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.text-zinc-400\/0 {
  color: rgb(161 161 170 / 0);
}

.text-zinc-400\/10 {
  color: rgb(161 161 170 / 0.1);
}

.text-zinc-400\/100 {
  color: rgb(161 161 170 / 1);
}

.text-zinc-400\/15 {
  color: rgb(161 161 170 / 0.15);
}

.text-zinc-400\/20 {
  color: rgb(161 161 170 / 0.2);
}

.text-zinc-400\/25 {
  color: rgb(161 161 170 / 0.25);
}

.text-zinc-400\/30 {
  color: rgb(161 161 170 / 0.3);
}

.text-zinc-400\/35 {
  color: rgb(161 161 170 / 0.35);
}

.text-zinc-400\/40 {
  color: rgb(161 161 170 / 0.4);
}

.text-zinc-400\/45 {
  color: rgb(161 161 170 / 0.45);
}

.text-zinc-400\/5 {
  color: rgb(161 161 170 / 0.05);
}

.text-zinc-400\/50 {
  color: rgb(161 161 170 / 0.5);
}

.text-zinc-400\/55 {
  color: rgb(161 161 170 / 0.55);
}

.text-zinc-400\/60 {
  color: rgb(161 161 170 / 0.6);
}

.text-zinc-400\/65 {
  color: rgb(161 161 170 / 0.65);
}

.text-zinc-400\/70 {
  color: rgb(161 161 170 / 0.7);
}

.text-zinc-400\/75 {
  color: rgb(161 161 170 / 0.75);
}

.text-zinc-400\/80 {
  color: rgb(161 161 170 / 0.8);
}

.text-zinc-400\/85 {
  color: rgb(161 161 170 / 0.85);
}

.text-zinc-400\/90 {
  color: rgb(161 161 170 / 0.9);
}

.text-zinc-400\/95 {
  color: rgb(161 161 170 / 0.95);
}

.text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-zinc-50\/0 {
  color: rgb(250 250 250 / 0);
}

.text-zinc-50\/10 {
  color: rgb(250 250 250 / 0.1);
}

.text-zinc-50\/100 {
  color: rgb(250 250 250 / 1);
}

.text-zinc-50\/15 {
  color: rgb(250 250 250 / 0.15);
}

.text-zinc-50\/20 {
  color: rgb(250 250 250 / 0.2);
}

.text-zinc-50\/25 {
  color: rgb(250 250 250 / 0.25);
}

.text-zinc-50\/30 {
  color: rgb(250 250 250 / 0.3);
}

.text-zinc-50\/35 {
  color: rgb(250 250 250 / 0.35);
}

.text-zinc-50\/40 {
  color: rgb(250 250 250 / 0.4);
}

.text-zinc-50\/45 {
  color: rgb(250 250 250 / 0.45);
}

.text-zinc-50\/5 {
  color: rgb(250 250 250 / 0.05);
}

.text-zinc-50\/50 {
  color: rgb(250 250 250 / 0.5);
}

.text-zinc-50\/55 {
  color: rgb(250 250 250 / 0.55);
}

.text-zinc-50\/60 {
  color: rgb(250 250 250 / 0.6);
}

.text-zinc-50\/65 {
  color: rgb(250 250 250 / 0.65);
}

.text-zinc-50\/70 {
  color: rgb(250 250 250 / 0.7);
}

.text-zinc-50\/75 {
  color: rgb(250 250 250 / 0.75);
}

.text-zinc-50\/80 {
  color: rgb(250 250 250 / 0.8);
}

.text-zinc-50\/85 {
  color: rgb(250 250 250 / 0.85);
}

.text-zinc-50\/90 {
  color: rgb(250 250 250 / 0.9);
}

.text-zinc-50\/95 {
  color: rgb(250 250 250 / 0.95);
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-500\/0 {
  color: rgb(113 113 122 / 0);
}

.text-zinc-500\/10 {
  color: rgb(113 113 122 / 0.1);
}

.text-zinc-500\/100 {
  color: rgb(113 113 122 / 1);
}

.text-zinc-500\/15 {
  color: rgb(113 113 122 / 0.15);
}

.text-zinc-500\/20 {
  color: rgb(113 113 122 / 0.2);
}

.text-zinc-500\/25 {
  color: rgb(113 113 122 / 0.25);
}

.text-zinc-500\/30 {
  color: rgb(113 113 122 / 0.3);
}

.text-zinc-500\/35 {
  color: rgb(113 113 122 / 0.35);
}

.text-zinc-500\/40 {
  color: rgb(113 113 122 / 0.4);
}

.text-zinc-500\/45 {
  color: rgb(113 113 122 / 0.45);
}

.text-zinc-500\/5 {
  color: rgb(113 113 122 / 0.05);
}

.text-zinc-500\/50 {
  color: rgb(113 113 122 / 0.5);
}

.text-zinc-500\/55 {
  color: rgb(113 113 122 / 0.55);
}

.text-zinc-500\/60 {
  color: rgb(113 113 122 / 0.6);
}

.text-zinc-500\/65 {
  color: rgb(113 113 122 / 0.65);
}

.text-zinc-500\/70 {
  color: rgb(113 113 122 / 0.7);
}

.text-zinc-500\/75 {
  color: rgb(113 113 122 / 0.75);
}

.text-zinc-500\/80 {
  color: rgb(113 113 122 / 0.8);
}

.text-zinc-500\/85 {
  color: rgb(113 113 122 / 0.85);
}

.text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9);
}

.text-zinc-500\/95 {
  color: rgb(113 113 122 / 0.95);
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-zinc-600\/0 {
  color: rgb(82 82 91 / 0);
}

.text-zinc-600\/10 {
  color: rgb(82 82 91 / 0.1);
}

.text-zinc-600\/100 {
  color: rgb(82 82 91 / 1);
}

.text-zinc-600\/15 {
  color: rgb(82 82 91 / 0.15);
}

.text-zinc-600\/20 {
  color: rgb(82 82 91 / 0.2);
}

.text-zinc-600\/25 {
  color: rgb(82 82 91 / 0.25);
}

.text-zinc-600\/30 {
  color: rgb(82 82 91 / 0.3);
}

.text-zinc-600\/35 {
  color: rgb(82 82 91 / 0.35);
}

.text-zinc-600\/40 {
  color: rgb(82 82 91 / 0.4);
}

.text-zinc-600\/45 {
  color: rgb(82 82 91 / 0.45);
}

.text-zinc-600\/5 {
  color: rgb(82 82 91 / 0.05);
}

.text-zinc-600\/50 {
  color: rgb(82 82 91 / 0.5);
}

.text-zinc-600\/55 {
  color: rgb(82 82 91 / 0.55);
}

.text-zinc-600\/60 {
  color: rgb(82 82 91 / 0.6);
}

.text-zinc-600\/65 {
  color: rgb(82 82 91 / 0.65);
}

.text-zinc-600\/70 {
  color: rgb(82 82 91 / 0.7);
}

.text-zinc-600\/75 {
  color: rgb(82 82 91 / 0.75);
}

.text-zinc-600\/80 {
  color: rgb(82 82 91 / 0.8);
}

.text-zinc-600\/85 {
  color: rgb(82 82 91 / 0.85);
}

.text-zinc-600\/90 {
  color: rgb(82 82 91 / 0.9);
}

.text-zinc-600\/95 {
  color: rgb(82 82 91 / 0.95);
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.text-zinc-700\/0 {
  color: rgb(63 63 70 / 0);
}

.text-zinc-700\/10 {
  color: rgb(63 63 70 / 0.1);
}

.text-zinc-700\/100 {
  color: rgb(63 63 70 / 1);
}

.text-zinc-700\/15 {
  color: rgb(63 63 70 / 0.15);
}

.text-zinc-700\/20 {
  color: rgb(63 63 70 / 0.2);
}

.text-zinc-700\/25 {
  color: rgb(63 63 70 / 0.25);
}

.text-zinc-700\/30 {
  color: rgb(63 63 70 / 0.3);
}

.text-zinc-700\/35 {
  color: rgb(63 63 70 / 0.35);
}

.text-zinc-700\/40 {
  color: rgb(63 63 70 / 0.4);
}

.text-zinc-700\/45 {
  color: rgb(63 63 70 / 0.45);
}

.text-zinc-700\/5 {
  color: rgb(63 63 70 / 0.05);
}

.text-zinc-700\/50 {
  color: rgb(63 63 70 / 0.5);
}

.text-zinc-700\/55 {
  color: rgb(63 63 70 / 0.55);
}

.text-zinc-700\/60 {
  color: rgb(63 63 70 / 0.6);
}

.text-zinc-700\/65 {
  color: rgb(63 63 70 / 0.65);
}

.text-zinc-700\/70 {
  color: rgb(63 63 70 / 0.7);
}

.text-zinc-700\/75 {
  color: rgb(63 63 70 / 0.75);
}

.text-zinc-700\/80 {
  color: rgb(63 63 70 / 0.8);
}

.text-zinc-700\/85 {
  color: rgb(63 63 70 / 0.85);
}

.text-zinc-700\/90 {
  color: rgb(63 63 70 / 0.9);
}

.text-zinc-700\/95 {
  color: rgb(63 63 70 / 0.95);
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.text-zinc-800\/0 {
  color: rgb(39 39 42 / 0);
}

.text-zinc-800\/10 {
  color: rgb(39 39 42 / 0.1);
}

.text-zinc-800\/100 {
  color: rgb(39 39 42 / 1);
}

.text-zinc-800\/15 {
  color: rgb(39 39 42 / 0.15);
}

.text-zinc-800\/20 {
  color: rgb(39 39 42 / 0.2);
}

.text-zinc-800\/25 {
  color: rgb(39 39 42 / 0.25);
}

.text-zinc-800\/30 {
  color: rgb(39 39 42 / 0.3);
}

.text-zinc-800\/35 {
  color: rgb(39 39 42 / 0.35);
}

.text-zinc-800\/40 {
  color: rgb(39 39 42 / 0.4);
}

.text-zinc-800\/45 {
  color: rgb(39 39 42 / 0.45);
}

.text-zinc-800\/5 {
  color: rgb(39 39 42 / 0.05);
}

.text-zinc-800\/50 {
  color: rgb(39 39 42 / 0.5);
}

.text-zinc-800\/55 {
  color: rgb(39 39 42 / 0.55);
}

.text-zinc-800\/60 {
  color: rgb(39 39 42 / 0.6);
}

.text-zinc-800\/65 {
  color: rgb(39 39 42 / 0.65);
}

.text-zinc-800\/70 {
  color: rgb(39 39 42 / 0.7);
}

.text-zinc-800\/75 {
  color: rgb(39 39 42 / 0.75);
}

.text-zinc-800\/80 {
  color: rgb(39 39 42 / 0.8);
}

.text-zinc-800\/85 {
  color: rgb(39 39 42 / 0.85);
}

.text-zinc-800\/90 {
  color: rgb(39 39 42 / 0.9);
}

.text-zinc-800\/95 {
  color: rgb(39 39 42 / 0.95);
}

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.text-zinc-900\/0 {
  color: rgb(24 24 27 / 0);
}

.text-zinc-900\/10 {
  color: rgb(24 24 27 / 0.1);
}

.text-zinc-900\/100 {
  color: rgb(24 24 27 / 1);
}

.text-zinc-900\/15 {
  color: rgb(24 24 27 / 0.15);
}

.text-zinc-900\/20 {
  color: rgb(24 24 27 / 0.2);
}

.text-zinc-900\/25 {
  color: rgb(24 24 27 / 0.25);
}

.text-zinc-900\/30 {
  color: rgb(24 24 27 / 0.3);
}

.text-zinc-900\/35 {
  color: rgb(24 24 27 / 0.35);
}

.text-zinc-900\/40 {
  color: rgb(24 24 27 / 0.4);
}

.text-zinc-900\/45 {
  color: rgb(24 24 27 / 0.45);
}

.text-zinc-900\/5 {
  color: rgb(24 24 27 / 0.05);
}

.text-zinc-900\/50 {
  color: rgb(24 24 27 / 0.5);
}

.text-zinc-900\/55 {
  color: rgb(24 24 27 / 0.55);
}

.text-zinc-900\/60 {
  color: rgb(24 24 27 / 0.6);
}

.text-zinc-900\/65 {
  color: rgb(24 24 27 / 0.65);
}

.text-zinc-900\/70 {
  color: rgb(24 24 27 / 0.7);
}

.text-zinc-900\/75 {
  color: rgb(24 24 27 / 0.75);
}

.text-zinc-900\/80 {
  color: rgb(24 24 27 / 0.8);
}

.text-zinc-900\/85 {
  color: rgb(24 24 27 / 0.85);
}

.text-zinc-900\/90 {
  color: rgb(24 24 27 / 0.9);
}

.text-zinc-900\/95 {
  color: rgb(24 24 27 / 0.95);
}

.text-zinc-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

.text-zinc-950\/0 {
  color: rgb(9 9 11 / 0);
}

.text-zinc-950\/10 {
  color: rgb(9 9 11 / 0.1);
}

.text-zinc-950\/100 {
  color: rgb(9 9 11 / 1);
}

.text-zinc-950\/15 {
  color: rgb(9 9 11 / 0.15);
}

.text-zinc-950\/20 {
  color: rgb(9 9 11 / 0.2);
}

.text-zinc-950\/25 {
  color: rgb(9 9 11 / 0.25);
}

.text-zinc-950\/30 {
  color: rgb(9 9 11 / 0.3);
}

.text-zinc-950\/35 {
  color: rgb(9 9 11 / 0.35);
}

.text-zinc-950\/40 {
  color: rgb(9 9 11 / 0.4);
}

.text-zinc-950\/45 {
  color: rgb(9 9 11 / 0.45);
}

.text-zinc-950\/5 {
  color: rgb(9 9 11 / 0.05);
}

.text-zinc-950\/50 {
  color: rgb(9 9 11 / 0.5);
}

.text-zinc-950\/55 {
  color: rgb(9 9 11 / 0.55);
}

.text-zinc-950\/60 {
  color: rgb(9 9 11 / 0.6);
}

.text-zinc-950\/65 {
  color: rgb(9 9 11 / 0.65);
}

.text-zinc-950\/70 {
  color: rgb(9 9 11 / 0.7);
}

.text-zinc-950\/75 {
  color: rgb(9 9 11 / 0.75);
}

.text-zinc-950\/80 {
  color: rgb(9 9 11 / 0.8);
}

.text-zinc-950\/85 {
  color: rgb(9 9 11 / 0.85);
}

.text-zinc-950\/90 {
  color: rgb(9 9 11 / 0.9);
}

.text-zinc-950\/95 {
  color: rgb(9 9 11 / 0.95);
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.text-opacity-15 {
  --tw-text-opacity: 0.15;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-35 {
  --tw-text-opacity: 0.35;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-45 {
  --tw-text-opacity: 0.45;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-55 {
  --tw-text-opacity: 0.55;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-65 {
  --tw-text-opacity: 0.65;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-85 {
  --tw-text-opacity: 0.85;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.caret-accent {
  caret-color: var(--fallback-a,oklch(var(--a)/1));
}

.caret-accent-content {
  caret-color: var(--fallback-ac,oklch(var(--ac)/1));
}

.caret-accent-content\/0 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0));
}

.caret-accent-content\/10 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.1));
}

.caret-accent-content\/100 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/1));
}

.caret-accent-content\/15 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.15));
}

.caret-accent-content\/20 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.2));
}

.caret-accent-content\/25 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.25));
}

.caret-accent-content\/30 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.3));
}

.caret-accent-content\/35 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.35));
}

.caret-accent-content\/40 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.4));
}

.caret-accent-content\/45 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.45));
}

.caret-accent-content\/5 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.05));
}

.caret-accent-content\/50 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.5));
}

.caret-accent-content\/55 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.55));
}

.caret-accent-content\/60 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.6));
}

.caret-accent-content\/65 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.65));
}

.caret-accent-content\/70 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.7));
}

.caret-accent-content\/75 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.75));
}

.caret-accent-content\/80 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.8));
}

.caret-accent-content\/85 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.85));
}

.caret-accent-content\/90 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.9));
}

.caret-accent-content\/95 {
  caret-color: var(--fallback-ac,oklch(var(--ac)/0.95));
}

.caret-accent\/0 {
  caret-color: var(--fallback-a,oklch(var(--a)/0));
}

.caret-accent\/10 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.1));
}

.caret-accent\/100 {
  caret-color: var(--fallback-a,oklch(var(--a)/1));
}

.caret-accent\/15 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.15));
}

.caret-accent\/20 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.2));
}

.caret-accent\/25 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.25));
}

.caret-accent\/30 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.3));
}

.caret-accent\/35 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.35));
}

.caret-accent\/40 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.4));
}

.caret-accent\/45 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.45));
}

.caret-accent\/5 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.05));
}

.caret-accent\/50 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.5));
}

.caret-accent\/55 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.55));
}

.caret-accent\/60 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.6));
}

.caret-accent\/65 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.65));
}

.caret-accent\/70 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.7));
}

.caret-accent\/75 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.75));
}

.caret-accent\/80 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.8));
}

.caret-accent\/85 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.85));
}

.caret-accent\/90 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.9));
}

.caret-accent\/95 {
  caret-color: var(--fallback-a,oklch(var(--a)/0.95));
}

.caret-amber-100 {
  caret-color: #fef3c7;
}

.caret-amber-100\/0 {
  caret-color: rgb(254 243 199 / 0);
}

.caret-amber-100\/10 {
  caret-color: rgb(254 243 199 / 0.1);
}

.caret-amber-100\/100 {
  caret-color: rgb(254 243 199 / 1);
}

.caret-amber-100\/15 {
  caret-color: rgb(254 243 199 / 0.15);
}

.caret-amber-100\/20 {
  caret-color: rgb(254 243 199 / 0.2);
}

.caret-amber-100\/25 {
  caret-color: rgb(254 243 199 / 0.25);
}

.caret-amber-100\/30 {
  caret-color: rgb(254 243 199 / 0.3);
}

.caret-amber-100\/35 {
  caret-color: rgb(254 243 199 / 0.35);
}

.caret-amber-100\/40 {
  caret-color: rgb(254 243 199 / 0.4);
}

.caret-amber-100\/45 {
  caret-color: rgb(254 243 199 / 0.45);
}

.caret-amber-100\/5 {
  caret-color: rgb(254 243 199 / 0.05);
}

.caret-amber-100\/50 {
  caret-color: rgb(254 243 199 / 0.5);
}

.caret-amber-100\/55 {
  caret-color: rgb(254 243 199 / 0.55);
}

.caret-amber-100\/60 {
  caret-color: rgb(254 243 199 / 0.6);
}

.caret-amber-100\/65 {
  caret-color: rgb(254 243 199 / 0.65);
}

.caret-amber-100\/70 {
  caret-color: rgb(254 243 199 / 0.7);
}

.caret-amber-100\/75 {
  caret-color: rgb(254 243 199 / 0.75);
}

.caret-amber-100\/80 {
  caret-color: rgb(254 243 199 / 0.8);
}

.caret-amber-100\/85 {
  caret-color: rgb(254 243 199 / 0.85);
}

.caret-amber-100\/90 {
  caret-color: rgb(254 243 199 / 0.9);
}

.caret-amber-100\/95 {
  caret-color: rgb(254 243 199 / 0.95);
}

.caret-amber-200 {
  caret-color: #fde68a;
}

.caret-amber-200\/0 {
  caret-color: rgb(253 230 138 / 0);
}

.caret-amber-200\/10 {
  caret-color: rgb(253 230 138 / 0.1);
}

.caret-amber-200\/100 {
  caret-color: rgb(253 230 138 / 1);
}

.caret-amber-200\/15 {
  caret-color: rgb(253 230 138 / 0.15);
}

.caret-amber-200\/20 {
  caret-color: rgb(253 230 138 / 0.2);
}

.caret-amber-200\/25 {
  caret-color: rgb(253 230 138 / 0.25);
}

.caret-amber-200\/30 {
  caret-color: rgb(253 230 138 / 0.3);
}

.caret-amber-200\/35 {
  caret-color: rgb(253 230 138 / 0.35);
}

.caret-amber-200\/40 {
  caret-color: rgb(253 230 138 / 0.4);
}

.caret-amber-200\/45 {
  caret-color: rgb(253 230 138 / 0.45);
}

.caret-amber-200\/5 {
  caret-color: rgb(253 230 138 / 0.05);
}

.caret-amber-200\/50 {
  caret-color: rgb(253 230 138 / 0.5);
}

.caret-amber-200\/55 {
  caret-color: rgb(253 230 138 / 0.55);
}

.caret-amber-200\/60 {
  caret-color: rgb(253 230 138 / 0.6);
}

.caret-amber-200\/65 {
  caret-color: rgb(253 230 138 / 0.65);
}

.caret-amber-200\/70 {
  caret-color: rgb(253 230 138 / 0.7);
}

.caret-amber-200\/75 {
  caret-color: rgb(253 230 138 / 0.75);
}

.caret-amber-200\/80 {
  caret-color: rgb(253 230 138 / 0.8);
}

.caret-amber-200\/85 {
  caret-color: rgb(253 230 138 / 0.85);
}

.caret-amber-200\/90 {
  caret-color: rgb(253 230 138 / 0.9);
}

.caret-amber-200\/95 {
  caret-color: rgb(253 230 138 / 0.95);
}

.caret-amber-300 {
  caret-color: #fcd34d;
}

.caret-amber-300\/0 {
  caret-color: rgb(252 211 77 / 0);
}

.caret-amber-300\/10 {
  caret-color: rgb(252 211 77 / 0.1);
}

.caret-amber-300\/100 {
  caret-color: rgb(252 211 77 / 1);
}

.caret-amber-300\/15 {
  caret-color: rgb(252 211 77 / 0.15);
}

.caret-amber-300\/20 {
  caret-color: rgb(252 211 77 / 0.2);
}

.caret-amber-300\/25 {
  caret-color: rgb(252 211 77 / 0.25);
}

.caret-amber-300\/30 {
  caret-color: rgb(252 211 77 / 0.3);
}

.caret-amber-300\/35 {
  caret-color: rgb(252 211 77 / 0.35);
}

.caret-amber-300\/40 {
  caret-color: rgb(252 211 77 / 0.4);
}

.caret-amber-300\/45 {
  caret-color: rgb(252 211 77 / 0.45);
}

.caret-amber-300\/5 {
  caret-color: rgb(252 211 77 / 0.05);
}

.caret-amber-300\/50 {
  caret-color: rgb(252 211 77 / 0.5);
}

.caret-amber-300\/55 {
  caret-color: rgb(252 211 77 / 0.55);
}

.caret-amber-300\/60 {
  caret-color: rgb(252 211 77 / 0.6);
}

.caret-amber-300\/65 {
  caret-color: rgb(252 211 77 / 0.65);
}

.caret-amber-300\/70 {
  caret-color: rgb(252 211 77 / 0.7);
}

.caret-amber-300\/75 {
  caret-color: rgb(252 211 77 / 0.75);
}

.caret-amber-300\/80 {
  caret-color: rgb(252 211 77 / 0.8);
}

.caret-amber-300\/85 {
  caret-color: rgb(252 211 77 / 0.85);
}

.caret-amber-300\/90 {
  caret-color: rgb(252 211 77 / 0.9);
}

.caret-amber-300\/95 {
  caret-color: rgb(252 211 77 / 0.95);
}

.caret-amber-400 {
  caret-color: #fbbf24;
}

.caret-amber-400\/0 {
  caret-color: rgb(251 191 36 / 0);
}

.caret-amber-400\/10 {
  caret-color: rgb(251 191 36 / 0.1);
}

.caret-amber-400\/100 {
  caret-color: rgb(251 191 36 / 1);
}

.caret-amber-400\/15 {
  caret-color: rgb(251 191 36 / 0.15);
}

.caret-amber-400\/20 {
  caret-color: rgb(251 191 36 / 0.2);
}

.caret-amber-400\/25 {
  caret-color: rgb(251 191 36 / 0.25);
}

.caret-amber-400\/30 {
  caret-color: rgb(251 191 36 / 0.3);
}

.caret-amber-400\/35 {
  caret-color: rgb(251 191 36 / 0.35);
}

.caret-amber-400\/40 {
  caret-color: rgb(251 191 36 / 0.4);
}

.caret-amber-400\/45 {
  caret-color: rgb(251 191 36 / 0.45);
}

.caret-amber-400\/5 {
  caret-color: rgb(251 191 36 / 0.05);
}

.caret-amber-400\/50 {
  caret-color: rgb(251 191 36 / 0.5);
}

.caret-amber-400\/55 {
  caret-color: rgb(251 191 36 / 0.55);
}

.caret-amber-400\/60 {
  caret-color: rgb(251 191 36 / 0.6);
}

.caret-amber-400\/65 {
  caret-color: rgb(251 191 36 / 0.65);
}

.caret-amber-400\/70 {
  caret-color: rgb(251 191 36 / 0.7);
}

.caret-amber-400\/75 {
  caret-color: rgb(251 191 36 / 0.75);
}

.caret-amber-400\/80 {
  caret-color: rgb(251 191 36 / 0.8);
}

.caret-amber-400\/85 {
  caret-color: rgb(251 191 36 / 0.85);
}

.caret-amber-400\/90 {
  caret-color: rgb(251 191 36 / 0.9);
}

.caret-amber-400\/95 {
  caret-color: rgb(251 191 36 / 0.95);
}

.caret-amber-50 {
  caret-color: #fffbeb;
}

.caret-amber-50\/0 {
  caret-color: rgb(255 251 235 / 0);
}

.caret-amber-50\/10 {
  caret-color: rgb(255 251 235 / 0.1);
}

.caret-amber-50\/100 {
  caret-color: rgb(255 251 235 / 1);
}

.caret-amber-50\/15 {
  caret-color: rgb(255 251 235 / 0.15);
}

.caret-amber-50\/20 {
  caret-color: rgb(255 251 235 / 0.2);
}

.caret-amber-50\/25 {
  caret-color: rgb(255 251 235 / 0.25);
}

.caret-amber-50\/30 {
  caret-color: rgb(255 251 235 / 0.3);
}

.caret-amber-50\/35 {
  caret-color: rgb(255 251 235 / 0.35);
}

.caret-amber-50\/40 {
  caret-color: rgb(255 251 235 / 0.4);
}

.caret-amber-50\/45 {
  caret-color: rgb(255 251 235 / 0.45);
}

.caret-amber-50\/5 {
  caret-color: rgb(255 251 235 / 0.05);
}

.caret-amber-50\/50 {
  caret-color: rgb(255 251 235 / 0.5);
}

.caret-amber-50\/55 {
  caret-color: rgb(255 251 235 / 0.55);
}

.caret-amber-50\/60 {
  caret-color: rgb(255 251 235 / 0.6);
}

.caret-amber-50\/65 {
  caret-color: rgb(255 251 235 / 0.65);
}

.caret-amber-50\/70 {
  caret-color: rgb(255 251 235 / 0.7);
}

.caret-amber-50\/75 {
  caret-color: rgb(255 251 235 / 0.75);
}

.caret-amber-50\/80 {
  caret-color: rgb(255 251 235 / 0.8);
}

.caret-amber-50\/85 {
  caret-color: rgb(255 251 235 / 0.85);
}

.caret-amber-50\/90 {
  caret-color: rgb(255 251 235 / 0.9);
}

.caret-amber-50\/95 {
  caret-color: rgb(255 251 235 / 0.95);
}

.caret-amber-500 {
  caret-color: #f59e0b;
}

.caret-amber-500\/0 {
  caret-color: rgb(245 158 11 / 0);
}

.caret-amber-500\/10 {
  caret-color: rgb(245 158 11 / 0.1);
}

.caret-amber-500\/100 {
  caret-color: rgb(245 158 11 / 1);
}

.caret-amber-500\/15 {
  caret-color: rgb(245 158 11 / 0.15);
}

.caret-amber-500\/20 {
  caret-color: rgb(245 158 11 / 0.2);
}

.caret-amber-500\/25 {
  caret-color: rgb(245 158 11 / 0.25);
}

.caret-amber-500\/30 {
  caret-color: rgb(245 158 11 / 0.3);
}

.caret-amber-500\/35 {
  caret-color: rgb(245 158 11 / 0.35);
}

.caret-amber-500\/40 {
  caret-color: rgb(245 158 11 / 0.4);
}

.caret-amber-500\/45 {
  caret-color: rgb(245 158 11 / 0.45);
}

.caret-amber-500\/5 {
  caret-color: rgb(245 158 11 / 0.05);
}

.caret-amber-500\/50 {
  caret-color: rgb(245 158 11 / 0.5);
}

.caret-amber-500\/55 {
  caret-color: rgb(245 158 11 / 0.55);
}

.caret-amber-500\/60 {
  caret-color: rgb(245 158 11 / 0.6);
}

.caret-amber-500\/65 {
  caret-color: rgb(245 158 11 / 0.65);
}

.caret-amber-500\/70 {
  caret-color: rgb(245 158 11 / 0.7);
}

.caret-amber-500\/75 {
  caret-color: rgb(245 158 11 / 0.75);
}

.caret-amber-500\/80 {
  caret-color: rgb(245 158 11 / 0.8);
}

.caret-amber-500\/85 {
  caret-color: rgb(245 158 11 / 0.85);
}

.caret-amber-500\/90 {
  caret-color: rgb(245 158 11 / 0.9);
}

.caret-amber-500\/95 {
  caret-color: rgb(245 158 11 / 0.95);
}

.caret-amber-600 {
  caret-color: #d97706;
}

.caret-amber-600\/0 {
  caret-color: rgb(217 119 6 / 0);
}

.caret-amber-600\/10 {
  caret-color: rgb(217 119 6 / 0.1);
}

.caret-amber-600\/100 {
  caret-color: rgb(217 119 6 / 1);
}

.caret-amber-600\/15 {
  caret-color: rgb(217 119 6 / 0.15);
}

.caret-amber-600\/20 {
  caret-color: rgb(217 119 6 / 0.2);
}

.caret-amber-600\/25 {
  caret-color: rgb(217 119 6 / 0.25);
}

.caret-amber-600\/30 {
  caret-color: rgb(217 119 6 / 0.3);
}

.caret-amber-600\/35 {
  caret-color: rgb(217 119 6 / 0.35);
}

.caret-amber-600\/40 {
  caret-color: rgb(217 119 6 / 0.4);
}

.caret-amber-600\/45 {
  caret-color: rgb(217 119 6 / 0.45);
}

.caret-amber-600\/5 {
  caret-color: rgb(217 119 6 / 0.05);
}

.caret-amber-600\/50 {
  caret-color: rgb(217 119 6 / 0.5);
}

.caret-amber-600\/55 {
  caret-color: rgb(217 119 6 / 0.55);
}

.caret-amber-600\/60 {
  caret-color: rgb(217 119 6 / 0.6);
}

.caret-amber-600\/65 {
  caret-color: rgb(217 119 6 / 0.65);
}

.caret-amber-600\/70 {
  caret-color: rgb(217 119 6 / 0.7);
}

.caret-amber-600\/75 {
  caret-color: rgb(217 119 6 / 0.75);
}

.caret-amber-600\/80 {
  caret-color: rgb(217 119 6 / 0.8);
}

.caret-amber-600\/85 {
  caret-color: rgb(217 119 6 / 0.85);
}

.caret-amber-600\/90 {
  caret-color: rgb(217 119 6 / 0.9);
}

.caret-amber-600\/95 {
  caret-color: rgb(217 119 6 / 0.95);
}

.caret-amber-700 {
  caret-color: #b45309;
}

.caret-amber-700\/0 {
  caret-color: rgb(180 83 9 / 0);
}

.caret-amber-700\/10 {
  caret-color: rgb(180 83 9 / 0.1);
}

.caret-amber-700\/100 {
  caret-color: rgb(180 83 9 / 1);
}

.caret-amber-700\/15 {
  caret-color: rgb(180 83 9 / 0.15);
}

.caret-amber-700\/20 {
  caret-color: rgb(180 83 9 / 0.2);
}

.caret-amber-700\/25 {
  caret-color: rgb(180 83 9 / 0.25);
}

.caret-amber-700\/30 {
  caret-color: rgb(180 83 9 / 0.3);
}

.caret-amber-700\/35 {
  caret-color: rgb(180 83 9 / 0.35);
}

.caret-amber-700\/40 {
  caret-color: rgb(180 83 9 / 0.4);
}

.caret-amber-700\/45 {
  caret-color: rgb(180 83 9 / 0.45);
}

.caret-amber-700\/5 {
  caret-color: rgb(180 83 9 / 0.05);
}

.caret-amber-700\/50 {
  caret-color: rgb(180 83 9 / 0.5);
}

.caret-amber-700\/55 {
  caret-color: rgb(180 83 9 / 0.55);
}

.caret-amber-700\/60 {
  caret-color: rgb(180 83 9 / 0.6);
}

.caret-amber-700\/65 {
  caret-color: rgb(180 83 9 / 0.65);
}

.caret-amber-700\/70 {
  caret-color: rgb(180 83 9 / 0.7);
}

.caret-amber-700\/75 {
  caret-color: rgb(180 83 9 / 0.75);
}

.caret-amber-700\/80 {
  caret-color: rgb(180 83 9 / 0.8);
}

.caret-amber-700\/85 {
  caret-color: rgb(180 83 9 / 0.85);
}

.caret-amber-700\/90 {
  caret-color: rgb(180 83 9 / 0.9);
}

.caret-amber-700\/95 {
  caret-color: rgb(180 83 9 / 0.95);
}

.caret-amber-800 {
  caret-color: #92400e;
}

.caret-amber-800\/0 {
  caret-color: rgb(146 64 14 / 0);
}

.caret-amber-800\/10 {
  caret-color: rgb(146 64 14 / 0.1);
}

.caret-amber-800\/100 {
  caret-color: rgb(146 64 14 / 1);
}

.caret-amber-800\/15 {
  caret-color: rgb(146 64 14 / 0.15);
}

.caret-amber-800\/20 {
  caret-color: rgb(146 64 14 / 0.2);
}

.caret-amber-800\/25 {
  caret-color: rgb(146 64 14 / 0.25);
}

.caret-amber-800\/30 {
  caret-color: rgb(146 64 14 / 0.3);
}

.caret-amber-800\/35 {
  caret-color: rgb(146 64 14 / 0.35);
}

.caret-amber-800\/40 {
  caret-color: rgb(146 64 14 / 0.4);
}

.caret-amber-800\/45 {
  caret-color: rgb(146 64 14 / 0.45);
}

.caret-amber-800\/5 {
  caret-color: rgb(146 64 14 / 0.05);
}

.caret-amber-800\/50 {
  caret-color: rgb(146 64 14 / 0.5);
}

.caret-amber-800\/55 {
  caret-color: rgb(146 64 14 / 0.55);
}

.caret-amber-800\/60 {
  caret-color: rgb(146 64 14 / 0.6);
}

.caret-amber-800\/65 {
  caret-color: rgb(146 64 14 / 0.65);
}

.caret-amber-800\/70 {
  caret-color: rgb(146 64 14 / 0.7);
}

.caret-amber-800\/75 {
  caret-color: rgb(146 64 14 / 0.75);
}

.caret-amber-800\/80 {
  caret-color: rgb(146 64 14 / 0.8);
}

.caret-amber-800\/85 {
  caret-color: rgb(146 64 14 / 0.85);
}

.caret-amber-800\/90 {
  caret-color: rgb(146 64 14 / 0.9);
}

.caret-amber-800\/95 {
  caret-color: rgb(146 64 14 / 0.95);
}

.caret-amber-900 {
  caret-color: #78350f;
}

.caret-amber-900\/0 {
  caret-color: rgb(120 53 15 / 0);
}

.caret-amber-900\/10 {
  caret-color: rgb(120 53 15 / 0.1);
}

.caret-amber-900\/100 {
  caret-color: rgb(120 53 15 / 1);
}

.caret-amber-900\/15 {
  caret-color: rgb(120 53 15 / 0.15);
}

.caret-amber-900\/20 {
  caret-color: rgb(120 53 15 / 0.2);
}

.caret-amber-900\/25 {
  caret-color: rgb(120 53 15 / 0.25);
}

.caret-amber-900\/30 {
  caret-color: rgb(120 53 15 / 0.3);
}

.caret-amber-900\/35 {
  caret-color: rgb(120 53 15 / 0.35);
}

.caret-amber-900\/40 {
  caret-color: rgb(120 53 15 / 0.4);
}

.caret-amber-900\/45 {
  caret-color: rgb(120 53 15 / 0.45);
}

.caret-amber-900\/5 {
  caret-color: rgb(120 53 15 / 0.05);
}

.caret-amber-900\/50 {
  caret-color: rgb(120 53 15 / 0.5);
}

.caret-amber-900\/55 {
  caret-color: rgb(120 53 15 / 0.55);
}

.caret-amber-900\/60 {
  caret-color: rgb(120 53 15 / 0.6);
}

.caret-amber-900\/65 {
  caret-color: rgb(120 53 15 / 0.65);
}

.caret-amber-900\/70 {
  caret-color: rgb(120 53 15 / 0.7);
}

.caret-amber-900\/75 {
  caret-color: rgb(120 53 15 / 0.75);
}

.caret-amber-900\/80 {
  caret-color: rgb(120 53 15 / 0.8);
}

.caret-amber-900\/85 {
  caret-color: rgb(120 53 15 / 0.85);
}

.caret-amber-900\/90 {
  caret-color: rgb(120 53 15 / 0.9);
}

.caret-amber-900\/95 {
  caret-color: rgb(120 53 15 / 0.95);
}

.caret-amber-950 {
  caret-color: #451a03;
}

.caret-amber-950\/0 {
  caret-color: rgb(69 26 3 / 0);
}

.caret-amber-950\/10 {
  caret-color: rgb(69 26 3 / 0.1);
}

.caret-amber-950\/100 {
  caret-color: rgb(69 26 3 / 1);
}

.caret-amber-950\/15 {
  caret-color: rgb(69 26 3 / 0.15);
}

.caret-amber-950\/20 {
  caret-color: rgb(69 26 3 / 0.2);
}

.caret-amber-950\/25 {
  caret-color: rgb(69 26 3 / 0.25);
}

.caret-amber-950\/30 {
  caret-color: rgb(69 26 3 / 0.3);
}

.caret-amber-950\/35 {
  caret-color: rgb(69 26 3 / 0.35);
}

.caret-amber-950\/40 {
  caret-color: rgb(69 26 3 / 0.4);
}

.caret-amber-950\/45 {
  caret-color: rgb(69 26 3 / 0.45);
}

.caret-amber-950\/5 {
  caret-color: rgb(69 26 3 / 0.05);
}

.caret-amber-950\/50 {
  caret-color: rgb(69 26 3 / 0.5);
}

.caret-amber-950\/55 {
  caret-color: rgb(69 26 3 / 0.55);
}

.caret-amber-950\/60 {
  caret-color: rgb(69 26 3 / 0.6);
}

.caret-amber-950\/65 {
  caret-color: rgb(69 26 3 / 0.65);
}

.caret-amber-950\/70 {
  caret-color: rgb(69 26 3 / 0.7);
}

.caret-amber-950\/75 {
  caret-color: rgb(69 26 3 / 0.75);
}

.caret-amber-950\/80 {
  caret-color: rgb(69 26 3 / 0.8);
}

.caret-amber-950\/85 {
  caret-color: rgb(69 26 3 / 0.85);
}

.caret-amber-950\/90 {
  caret-color: rgb(69 26 3 / 0.9);
}

.caret-amber-950\/95 {
  caret-color: rgb(69 26 3 / 0.95);
}

.caret-base-100 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/1));
}

.caret-base-100\/0 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0));
}

.caret-base-100\/10 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.1));
}

.caret-base-100\/100 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/1));
}

.caret-base-100\/15 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.15));
}

.caret-base-100\/20 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.2));
}

.caret-base-100\/25 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.25));
}

.caret-base-100\/30 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.3));
}

.caret-base-100\/35 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.35));
}

.caret-base-100\/40 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.4));
}

.caret-base-100\/45 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.45));
}

.caret-base-100\/5 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.05));
}

.caret-base-100\/50 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.5));
}

.caret-base-100\/55 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.55));
}

.caret-base-100\/60 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.6));
}

.caret-base-100\/65 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.65));
}

.caret-base-100\/70 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.7));
}

.caret-base-100\/75 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.75));
}

.caret-base-100\/80 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.8));
}

.caret-base-100\/85 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.85));
}

.caret-base-100\/90 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.9));
}

.caret-base-100\/95 {
  caret-color: var(--fallback-b1,oklch(var(--b1)/0.95));
}

.caret-base-200 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/1));
}

.caret-base-200\/0 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0));
}

.caret-base-200\/10 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.1));
}

.caret-base-200\/100 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/1));
}

.caret-base-200\/15 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.15));
}

.caret-base-200\/20 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.2));
}

.caret-base-200\/25 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.25));
}

.caret-base-200\/30 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.3));
}

.caret-base-200\/35 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.35));
}

.caret-base-200\/40 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.4));
}

.caret-base-200\/45 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.45));
}

.caret-base-200\/5 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.05));
}

.caret-base-200\/50 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.5));
}

.caret-base-200\/55 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.55));
}

.caret-base-200\/60 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.6));
}

.caret-base-200\/65 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.65));
}

.caret-base-200\/70 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.7));
}

.caret-base-200\/75 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.75));
}

.caret-base-200\/80 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.8));
}

.caret-base-200\/85 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.85));
}

.caret-base-200\/90 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.9));
}

.caret-base-200\/95 {
  caret-color: var(--fallback-b2,oklch(var(--b2)/0.95));
}

.caret-base-300 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/1));
}

.caret-base-300\/0 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0));
}

.caret-base-300\/10 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.1));
}

.caret-base-300\/100 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/1));
}

.caret-base-300\/15 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.15));
}

.caret-base-300\/20 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.2));
}

.caret-base-300\/25 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.25));
}

.caret-base-300\/30 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.3));
}

.caret-base-300\/35 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.35));
}

.caret-base-300\/40 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.4));
}

.caret-base-300\/45 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.45));
}

.caret-base-300\/5 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.05));
}

.caret-base-300\/50 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.5));
}

.caret-base-300\/55 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.55));
}

.caret-base-300\/60 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.6));
}

.caret-base-300\/65 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.65));
}

.caret-base-300\/70 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.7));
}

.caret-base-300\/75 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.75));
}

.caret-base-300\/80 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.8));
}

.caret-base-300\/85 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.85));
}

.caret-base-300\/90 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.9));
}

.caret-base-300\/95 {
  caret-color: var(--fallback-b3,oklch(var(--b3)/0.95));
}

.caret-base-content {
  caret-color: var(--fallback-bc,oklch(var(--bc)/1));
}

.caret-base-content\/0 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0));
}

.caret-base-content\/10 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}

.caret-base-content\/100 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/1));
}

.caret-base-content\/15 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.15));
}

.caret-base-content\/20 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.caret-base-content\/25 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.25));
}

.caret-base-content\/30 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.3));
}

.caret-base-content\/35 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.35));
}

.caret-base-content\/40 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.4));
}

.caret-base-content\/45 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.45));
}

.caret-base-content\/5 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.05));
}

.caret-base-content\/50 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.5));
}

.caret-base-content\/55 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.55));
}

.caret-base-content\/60 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.6));
}

.caret-base-content\/65 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.65));
}

.caret-base-content\/70 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.7));
}

.caret-base-content\/75 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.75));
}

.caret-base-content\/80 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.8));
}

.caret-base-content\/85 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.85));
}

.caret-base-content\/90 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.9));
}

.caret-base-content\/95 {
  caret-color: var(--fallback-bc,oklch(var(--bc)/0.95));
}

.caret-black {
  caret-color: #000;
}

.caret-black\/0 {
  caret-color: rgb(0 0 0 / 0);
}

.caret-black\/10 {
  caret-color: rgb(0 0 0 / 0.1);
}

.caret-black\/100 {
  caret-color: rgb(0 0 0 / 1);
}

.caret-black\/15 {
  caret-color: rgb(0 0 0 / 0.15);
}

.caret-black\/20 {
  caret-color: rgb(0 0 0 / 0.2);
}

.caret-black\/25 {
  caret-color: rgb(0 0 0 / 0.25);
}

.caret-black\/30 {
  caret-color: rgb(0 0 0 / 0.3);
}

.caret-black\/35 {
  caret-color: rgb(0 0 0 / 0.35);
}

.caret-black\/40 {
  caret-color: rgb(0 0 0 / 0.4);
}

.caret-black\/45 {
  caret-color: rgb(0 0 0 / 0.45);
}

.caret-black\/5 {
  caret-color: rgb(0 0 0 / 0.05);
}

.caret-black\/50 {
  caret-color: rgb(0 0 0 / 0.5);
}

.caret-black\/55 {
  caret-color: rgb(0 0 0 / 0.55);
}

.caret-black\/60 {
  caret-color: rgb(0 0 0 / 0.6);
}

.caret-black\/65 {
  caret-color: rgb(0 0 0 / 0.65);
}

.caret-black\/70 {
  caret-color: rgb(0 0 0 / 0.7);
}

.caret-black\/75 {
  caret-color: rgb(0 0 0 / 0.75);
}

.caret-black\/80 {
  caret-color: rgb(0 0 0 / 0.8);
}

.caret-black\/85 {
  caret-color: rgb(0 0 0 / 0.85);
}

.caret-black\/90 {
  caret-color: rgb(0 0 0 / 0.9);
}

.caret-black\/95 {
  caret-color: rgb(0 0 0 / 0.95);
}

.caret-blue-100 {
  caret-color: #dbeafe;
}

.caret-blue-100\/0 {
  caret-color: rgb(219 234 254 / 0);
}

.caret-blue-100\/10 {
  caret-color: rgb(219 234 254 / 0.1);
}

.caret-blue-100\/100 {
  caret-color: rgb(219 234 254 / 1);
}

.caret-blue-100\/15 {
  caret-color: rgb(219 234 254 / 0.15);
}

.caret-blue-100\/20 {
  caret-color: rgb(219 234 254 / 0.2);
}

.caret-blue-100\/25 {
  caret-color: rgb(219 234 254 / 0.25);
}

.caret-blue-100\/30 {
  caret-color: rgb(219 234 254 / 0.3);
}

.caret-blue-100\/35 {
  caret-color: rgb(219 234 254 / 0.35);
}

.caret-blue-100\/40 {
  caret-color: rgb(219 234 254 / 0.4);
}

.caret-blue-100\/45 {
  caret-color: rgb(219 234 254 / 0.45);
}

.caret-blue-100\/5 {
  caret-color: rgb(219 234 254 / 0.05);
}

.caret-blue-100\/50 {
  caret-color: rgb(219 234 254 / 0.5);
}

.caret-blue-100\/55 {
  caret-color: rgb(219 234 254 / 0.55);
}

.caret-blue-100\/60 {
  caret-color: rgb(219 234 254 / 0.6);
}

.caret-blue-100\/65 {
  caret-color: rgb(219 234 254 / 0.65);
}

.caret-blue-100\/70 {
  caret-color: rgb(219 234 254 / 0.7);
}

.caret-blue-100\/75 {
  caret-color: rgb(219 234 254 / 0.75);
}

.caret-blue-100\/80 {
  caret-color: rgb(219 234 254 / 0.8);
}

.caret-blue-100\/85 {
  caret-color: rgb(219 234 254 / 0.85);
}

.caret-blue-100\/90 {
  caret-color: rgb(219 234 254 / 0.9);
}

.caret-blue-100\/95 {
  caret-color: rgb(219 234 254 / 0.95);
}

.caret-blue-200 {
  caret-color: #bfdbfe;
}

.caret-blue-200\/0 {
  caret-color: rgb(191 219 254 / 0);
}

.caret-blue-200\/10 {
  caret-color: rgb(191 219 254 / 0.1);
}

.caret-blue-200\/100 {
  caret-color: rgb(191 219 254 / 1);
}

.caret-blue-200\/15 {
  caret-color: rgb(191 219 254 / 0.15);
}

.caret-blue-200\/20 {
  caret-color: rgb(191 219 254 / 0.2);
}

.caret-blue-200\/25 {
  caret-color: rgb(191 219 254 / 0.25);
}

.caret-blue-200\/30 {
  caret-color: rgb(191 219 254 / 0.3);
}

.caret-blue-200\/35 {
  caret-color: rgb(191 219 254 / 0.35);
}

.caret-blue-200\/40 {
  caret-color: rgb(191 219 254 / 0.4);
}

.caret-blue-200\/45 {
  caret-color: rgb(191 219 254 / 0.45);
}

.caret-blue-200\/5 {
  caret-color: rgb(191 219 254 / 0.05);
}

.caret-blue-200\/50 {
  caret-color: rgb(191 219 254 / 0.5);
}

.caret-blue-200\/55 {
  caret-color: rgb(191 219 254 / 0.55);
}

.caret-blue-200\/60 {
  caret-color: rgb(191 219 254 / 0.6);
}

.caret-blue-200\/65 {
  caret-color: rgb(191 219 254 / 0.65);
}

.caret-blue-200\/70 {
  caret-color: rgb(191 219 254 / 0.7);
}

.caret-blue-200\/75 {
  caret-color: rgb(191 219 254 / 0.75);
}

.caret-blue-200\/80 {
  caret-color: rgb(191 219 254 / 0.8);
}

.caret-blue-200\/85 {
  caret-color: rgb(191 219 254 / 0.85);
}

.caret-blue-200\/90 {
  caret-color: rgb(191 219 254 / 0.9);
}

.caret-blue-200\/95 {
  caret-color: rgb(191 219 254 / 0.95);
}

.caret-blue-300 {
  caret-color: #93c5fd;
}

.caret-blue-300\/0 {
  caret-color: rgb(147 197 253 / 0);
}

.caret-blue-300\/10 {
  caret-color: rgb(147 197 253 / 0.1);
}

.caret-blue-300\/100 {
  caret-color: rgb(147 197 253 / 1);
}

.caret-blue-300\/15 {
  caret-color: rgb(147 197 253 / 0.15);
}

.caret-blue-300\/20 {
  caret-color: rgb(147 197 253 / 0.2);
}

.caret-blue-300\/25 {
  caret-color: rgb(147 197 253 / 0.25);
}

.caret-blue-300\/30 {
  caret-color: rgb(147 197 253 / 0.3);
}

.caret-blue-300\/35 {
  caret-color: rgb(147 197 253 / 0.35);
}

.caret-blue-300\/40 {
  caret-color: rgb(147 197 253 / 0.4);
}

.caret-blue-300\/45 {
  caret-color: rgb(147 197 253 / 0.45);
}

.caret-blue-300\/5 {
  caret-color: rgb(147 197 253 / 0.05);
}

.caret-blue-300\/50 {
  caret-color: rgb(147 197 253 / 0.5);
}

.caret-blue-300\/55 {
  caret-color: rgb(147 197 253 / 0.55);
}

.caret-blue-300\/60 {
  caret-color: rgb(147 197 253 / 0.6);
}

.caret-blue-300\/65 {
  caret-color: rgb(147 197 253 / 0.65);
}

.caret-blue-300\/70 {
  caret-color: rgb(147 197 253 / 0.7);
}

.caret-blue-300\/75 {
  caret-color: rgb(147 197 253 / 0.75);
}

.caret-blue-300\/80 {
  caret-color: rgb(147 197 253 / 0.8);
}

.caret-blue-300\/85 {
  caret-color: rgb(147 197 253 / 0.85);
}

.caret-blue-300\/90 {
  caret-color: rgb(147 197 253 / 0.9);
}

.caret-blue-300\/95 {
  caret-color: rgb(147 197 253 / 0.95);
}

.caret-blue-400 {
  caret-color: #60a5fa;
}

.caret-blue-400\/0 {
  caret-color: rgb(96 165 250 / 0);
}

.caret-blue-400\/10 {
  caret-color: rgb(96 165 250 / 0.1);
}

.caret-blue-400\/100 {
  caret-color: rgb(96 165 250 / 1);
}

.caret-blue-400\/15 {
  caret-color: rgb(96 165 250 / 0.15);
}

.caret-blue-400\/20 {
  caret-color: rgb(96 165 250 / 0.2);
}

.caret-blue-400\/25 {
  caret-color: rgb(96 165 250 / 0.25);
}

.caret-blue-400\/30 {
  caret-color: rgb(96 165 250 / 0.3);
}

.caret-blue-400\/35 {
  caret-color: rgb(96 165 250 / 0.35);
}

.caret-blue-400\/40 {
  caret-color: rgb(96 165 250 / 0.4);
}

.caret-blue-400\/45 {
  caret-color: rgb(96 165 250 / 0.45);
}

.caret-blue-400\/5 {
  caret-color: rgb(96 165 250 / 0.05);
}

.caret-blue-400\/50 {
  caret-color: rgb(96 165 250 / 0.5);
}

.caret-blue-400\/55 {
  caret-color: rgb(96 165 250 / 0.55);
}

.caret-blue-400\/60 {
  caret-color: rgb(96 165 250 / 0.6);
}

.caret-blue-400\/65 {
  caret-color: rgb(96 165 250 / 0.65);
}

.caret-blue-400\/70 {
  caret-color: rgb(96 165 250 / 0.7);
}

.caret-blue-400\/75 {
  caret-color: rgb(96 165 250 / 0.75);
}

.caret-blue-400\/80 {
  caret-color: rgb(96 165 250 / 0.8);
}

.caret-blue-400\/85 {
  caret-color: rgb(96 165 250 / 0.85);
}

.caret-blue-400\/90 {
  caret-color: rgb(96 165 250 / 0.9);
}

.caret-blue-400\/95 {
  caret-color: rgb(96 165 250 / 0.95);
}

.caret-blue-50 {
  caret-color: #eff6ff;
}

.caret-blue-50\/0 {
  caret-color: rgb(239 246 255 / 0);
}

.caret-blue-50\/10 {
  caret-color: rgb(239 246 255 / 0.1);
}

.caret-blue-50\/100 {
  caret-color: rgb(239 246 255 / 1);
}

.caret-blue-50\/15 {
  caret-color: rgb(239 246 255 / 0.15);
}

.caret-blue-50\/20 {
  caret-color: rgb(239 246 255 / 0.2);
}

.caret-blue-50\/25 {
  caret-color: rgb(239 246 255 / 0.25);
}

.caret-blue-50\/30 {
  caret-color: rgb(239 246 255 / 0.3);
}

.caret-blue-50\/35 {
  caret-color: rgb(239 246 255 / 0.35);
}

.caret-blue-50\/40 {
  caret-color: rgb(239 246 255 / 0.4);
}

.caret-blue-50\/45 {
  caret-color: rgb(239 246 255 / 0.45);
}

.caret-blue-50\/5 {
  caret-color: rgb(239 246 255 / 0.05);
}

.caret-blue-50\/50 {
  caret-color: rgb(239 246 255 / 0.5);
}

.caret-blue-50\/55 {
  caret-color: rgb(239 246 255 / 0.55);
}

.caret-blue-50\/60 {
  caret-color: rgb(239 246 255 / 0.6);
}

.caret-blue-50\/65 {
  caret-color: rgb(239 246 255 / 0.65);
}

.caret-blue-50\/70 {
  caret-color: rgb(239 246 255 / 0.7);
}

.caret-blue-50\/75 {
  caret-color: rgb(239 246 255 / 0.75);
}

.caret-blue-50\/80 {
  caret-color: rgb(239 246 255 / 0.8);
}

.caret-blue-50\/85 {
  caret-color: rgb(239 246 255 / 0.85);
}

.caret-blue-50\/90 {
  caret-color: rgb(239 246 255 / 0.9);
}

.caret-blue-50\/95 {
  caret-color: rgb(239 246 255 / 0.95);
}

.caret-blue-500 {
  caret-color: #3b82f6;
}

.caret-blue-500\/0 {
  caret-color: rgb(59 130 246 / 0);
}

.caret-blue-500\/10 {
  caret-color: rgb(59 130 246 / 0.1);
}

.caret-blue-500\/100 {
  caret-color: rgb(59 130 246 / 1);
}

.caret-blue-500\/15 {
  caret-color: rgb(59 130 246 / 0.15);
}

.caret-blue-500\/20 {
  caret-color: rgb(59 130 246 / 0.2);
}

.caret-blue-500\/25 {
  caret-color: rgb(59 130 246 / 0.25);
}

.caret-blue-500\/30 {
  caret-color: rgb(59 130 246 / 0.3);
}

.caret-blue-500\/35 {
  caret-color: rgb(59 130 246 / 0.35);
}

.caret-blue-500\/40 {
  caret-color: rgb(59 130 246 / 0.4);
}

.caret-blue-500\/45 {
  caret-color: rgb(59 130 246 / 0.45);
}

.caret-blue-500\/5 {
  caret-color: rgb(59 130 246 / 0.05);
}

.caret-blue-500\/50 {
  caret-color: rgb(59 130 246 / 0.5);
}

.caret-blue-500\/55 {
  caret-color: rgb(59 130 246 / 0.55);
}

.caret-blue-500\/60 {
  caret-color: rgb(59 130 246 / 0.6);
}

.caret-blue-500\/65 {
  caret-color: rgb(59 130 246 / 0.65);
}

.caret-blue-500\/70 {
  caret-color: rgb(59 130 246 / 0.7);
}

.caret-blue-500\/75 {
  caret-color: rgb(59 130 246 / 0.75);
}

.caret-blue-500\/80 {
  caret-color: rgb(59 130 246 / 0.8);
}

.caret-blue-500\/85 {
  caret-color: rgb(59 130 246 / 0.85);
}

.caret-blue-500\/90 {
  caret-color: rgb(59 130 246 / 0.9);
}

.caret-blue-500\/95 {
  caret-color: rgb(59 130 246 / 0.95);
}

.caret-blue-600 {
  caret-color: #2563eb;
}

.caret-blue-600\/0 {
  caret-color: rgb(37 99 235 / 0);
}

.caret-blue-600\/10 {
  caret-color: rgb(37 99 235 / 0.1);
}

.caret-blue-600\/100 {
  caret-color: rgb(37 99 235 / 1);
}

.caret-blue-600\/15 {
  caret-color: rgb(37 99 235 / 0.15);
}

.caret-blue-600\/20 {
  caret-color: rgb(37 99 235 / 0.2);
}

.caret-blue-600\/25 {
  caret-color: rgb(37 99 235 / 0.25);
}

.caret-blue-600\/30 {
  caret-color: rgb(37 99 235 / 0.3);
}

.caret-blue-600\/35 {
  caret-color: rgb(37 99 235 / 0.35);
}

.caret-blue-600\/40 {
  caret-color: rgb(37 99 235 / 0.4);
}

.caret-blue-600\/45 {
  caret-color: rgb(37 99 235 / 0.45);
}

.caret-blue-600\/5 {
  caret-color: rgb(37 99 235 / 0.05);
}

.caret-blue-600\/50 {
  caret-color: rgb(37 99 235 / 0.5);
}

.caret-blue-600\/55 {
  caret-color: rgb(37 99 235 / 0.55);
}

.caret-blue-600\/60 {
  caret-color: rgb(37 99 235 / 0.6);
}

.caret-blue-600\/65 {
  caret-color: rgb(37 99 235 / 0.65);
}

.caret-blue-600\/70 {
  caret-color: rgb(37 99 235 / 0.7);
}

.caret-blue-600\/75 {
  caret-color: rgb(37 99 235 / 0.75);
}

.caret-blue-600\/80 {
  caret-color: rgb(37 99 235 / 0.8);
}

.caret-blue-600\/85 {
  caret-color: rgb(37 99 235 / 0.85);
}

.caret-blue-600\/90 {
  caret-color: rgb(37 99 235 / 0.9);
}

.caret-blue-600\/95 {
  caret-color: rgb(37 99 235 / 0.95);
}

.caret-blue-700 {
  caret-color: #1d4ed8;
}

.caret-blue-700\/0 {
  caret-color: rgb(29 78 216 / 0);
}

.caret-blue-700\/10 {
  caret-color: rgb(29 78 216 / 0.1);
}

.caret-blue-700\/100 {
  caret-color: rgb(29 78 216 / 1);
}

.caret-blue-700\/15 {
  caret-color: rgb(29 78 216 / 0.15);
}

.caret-blue-700\/20 {
  caret-color: rgb(29 78 216 / 0.2);
}

.caret-blue-700\/25 {
  caret-color: rgb(29 78 216 / 0.25);
}

.caret-blue-700\/30 {
  caret-color: rgb(29 78 216 / 0.3);
}

.caret-blue-700\/35 {
  caret-color: rgb(29 78 216 / 0.35);
}

.caret-blue-700\/40 {
  caret-color: rgb(29 78 216 / 0.4);
}

.caret-blue-700\/45 {
  caret-color: rgb(29 78 216 / 0.45);
}

.caret-blue-700\/5 {
  caret-color: rgb(29 78 216 / 0.05);
}

.caret-blue-700\/50 {
  caret-color: rgb(29 78 216 / 0.5);
}

.caret-blue-700\/55 {
  caret-color: rgb(29 78 216 / 0.55);
}

.caret-blue-700\/60 {
  caret-color: rgb(29 78 216 / 0.6);
}

.caret-blue-700\/65 {
  caret-color: rgb(29 78 216 / 0.65);
}

.caret-blue-700\/70 {
  caret-color: rgb(29 78 216 / 0.7);
}

.caret-blue-700\/75 {
  caret-color: rgb(29 78 216 / 0.75);
}

.caret-blue-700\/80 {
  caret-color: rgb(29 78 216 / 0.8);
}

.caret-blue-700\/85 {
  caret-color: rgb(29 78 216 / 0.85);
}

.caret-blue-700\/90 {
  caret-color: rgb(29 78 216 / 0.9);
}

.caret-blue-700\/95 {
  caret-color: rgb(29 78 216 / 0.95);
}

.caret-blue-800 {
  caret-color: #1e40af;
}

.caret-blue-800\/0 {
  caret-color: rgb(30 64 175 / 0);
}

.caret-blue-800\/10 {
  caret-color: rgb(30 64 175 / 0.1);
}

.caret-blue-800\/100 {
  caret-color: rgb(30 64 175 / 1);
}

.caret-blue-800\/15 {
  caret-color: rgb(30 64 175 / 0.15);
}

.caret-blue-800\/20 {
  caret-color: rgb(30 64 175 / 0.2);
}

.caret-blue-800\/25 {
  caret-color: rgb(30 64 175 / 0.25);
}

.caret-blue-800\/30 {
  caret-color: rgb(30 64 175 / 0.3);
}

.caret-blue-800\/35 {
  caret-color: rgb(30 64 175 / 0.35);
}

.caret-blue-800\/40 {
  caret-color: rgb(30 64 175 / 0.4);
}

.caret-blue-800\/45 {
  caret-color: rgb(30 64 175 / 0.45);
}

.caret-blue-800\/5 {
  caret-color: rgb(30 64 175 / 0.05);
}

.caret-blue-800\/50 {
  caret-color: rgb(30 64 175 / 0.5);
}

.caret-blue-800\/55 {
  caret-color: rgb(30 64 175 / 0.55);
}

.caret-blue-800\/60 {
  caret-color: rgb(30 64 175 / 0.6);
}

.caret-blue-800\/65 {
  caret-color: rgb(30 64 175 / 0.65);
}

.caret-blue-800\/70 {
  caret-color: rgb(30 64 175 / 0.7);
}

.caret-blue-800\/75 {
  caret-color: rgb(30 64 175 / 0.75);
}

.caret-blue-800\/80 {
  caret-color: rgb(30 64 175 / 0.8);
}

.caret-blue-800\/85 {
  caret-color: rgb(30 64 175 / 0.85);
}

.caret-blue-800\/90 {
  caret-color: rgb(30 64 175 / 0.9);
}

.caret-blue-800\/95 {
  caret-color: rgb(30 64 175 / 0.95);
}

.caret-blue-900 {
  caret-color: #1e3a8a;
}

.caret-blue-900\/0 {
  caret-color: rgb(30 58 138 / 0);
}

.caret-blue-900\/10 {
  caret-color: rgb(30 58 138 / 0.1);
}

.caret-blue-900\/100 {
  caret-color: rgb(30 58 138 / 1);
}

.caret-blue-900\/15 {
  caret-color: rgb(30 58 138 / 0.15);
}

.caret-blue-900\/20 {
  caret-color: rgb(30 58 138 / 0.2);
}

.caret-blue-900\/25 {
  caret-color: rgb(30 58 138 / 0.25);
}

.caret-blue-900\/30 {
  caret-color: rgb(30 58 138 / 0.3);
}

.caret-blue-900\/35 {
  caret-color: rgb(30 58 138 / 0.35);
}

.caret-blue-900\/40 {
  caret-color: rgb(30 58 138 / 0.4);
}

.caret-blue-900\/45 {
  caret-color: rgb(30 58 138 / 0.45);
}

.caret-blue-900\/5 {
  caret-color: rgb(30 58 138 / 0.05);
}

.caret-blue-900\/50 {
  caret-color: rgb(30 58 138 / 0.5);
}

.caret-blue-900\/55 {
  caret-color: rgb(30 58 138 / 0.55);
}

.caret-blue-900\/60 {
  caret-color: rgb(30 58 138 / 0.6);
}

.caret-blue-900\/65 {
  caret-color: rgb(30 58 138 / 0.65);
}

.caret-blue-900\/70 {
  caret-color: rgb(30 58 138 / 0.7);
}

.caret-blue-900\/75 {
  caret-color: rgb(30 58 138 / 0.75);
}

.caret-blue-900\/80 {
  caret-color: rgb(30 58 138 / 0.8);
}

.caret-blue-900\/85 {
  caret-color: rgb(30 58 138 / 0.85);
}

.caret-blue-900\/90 {
  caret-color: rgb(30 58 138 / 0.9);
}

.caret-blue-900\/95 {
  caret-color: rgb(30 58 138 / 0.95);
}

.caret-blue-950 {
  caret-color: #172554;
}

.caret-blue-950\/0 {
  caret-color: rgb(23 37 84 / 0);
}

.caret-blue-950\/10 {
  caret-color: rgb(23 37 84 / 0.1);
}

.caret-blue-950\/100 {
  caret-color: rgb(23 37 84 / 1);
}

.caret-blue-950\/15 {
  caret-color: rgb(23 37 84 / 0.15);
}

.caret-blue-950\/20 {
  caret-color: rgb(23 37 84 / 0.2);
}

.caret-blue-950\/25 {
  caret-color: rgb(23 37 84 / 0.25);
}

.caret-blue-950\/30 {
  caret-color: rgb(23 37 84 / 0.3);
}

.caret-blue-950\/35 {
  caret-color: rgb(23 37 84 / 0.35);
}

.caret-blue-950\/40 {
  caret-color: rgb(23 37 84 / 0.4);
}

.caret-blue-950\/45 {
  caret-color: rgb(23 37 84 / 0.45);
}

.caret-blue-950\/5 {
  caret-color: rgb(23 37 84 / 0.05);
}

.caret-blue-950\/50 {
  caret-color: rgb(23 37 84 / 0.5);
}

.caret-blue-950\/55 {
  caret-color: rgb(23 37 84 / 0.55);
}

.caret-blue-950\/60 {
  caret-color: rgb(23 37 84 / 0.6);
}

.caret-blue-950\/65 {
  caret-color: rgb(23 37 84 / 0.65);
}

.caret-blue-950\/70 {
  caret-color: rgb(23 37 84 / 0.7);
}

.caret-blue-950\/75 {
  caret-color: rgb(23 37 84 / 0.75);
}

.caret-blue-950\/80 {
  caret-color: rgb(23 37 84 / 0.8);
}

.caret-blue-950\/85 {
  caret-color: rgb(23 37 84 / 0.85);
}

.caret-blue-950\/90 {
  caret-color: rgb(23 37 84 / 0.9);
}

.caret-blue-950\/95 {
  caret-color: rgb(23 37 84 / 0.95);
}

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

.caret-cyan-100 {
  caret-color: #cffafe;
}

.caret-cyan-100\/0 {
  caret-color: rgb(207 250 254 / 0);
}

.caret-cyan-100\/10 {
  caret-color: rgb(207 250 254 / 0.1);
}

.caret-cyan-100\/100 {
  caret-color: rgb(207 250 254 / 1);
}

.caret-cyan-100\/15 {
  caret-color: rgb(207 250 254 / 0.15);
}

.caret-cyan-100\/20 {
  caret-color: rgb(207 250 254 / 0.2);
}

.caret-cyan-100\/25 {
  caret-color: rgb(207 250 254 / 0.25);
}

.caret-cyan-100\/30 {
  caret-color: rgb(207 250 254 / 0.3);
}

.caret-cyan-100\/35 {
  caret-color: rgb(207 250 254 / 0.35);
}

.caret-cyan-100\/40 {
  caret-color: rgb(207 250 254 / 0.4);
}

.caret-cyan-100\/45 {
  caret-color: rgb(207 250 254 / 0.45);
}

.caret-cyan-100\/5 {
  caret-color: rgb(207 250 254 / 0.05);
}

.caret-cyan-100\/50 {
  caret-color: rgb(207 250 254 / 0.5);
}

.caret-cyan-100\/55 {
  caret-color: rgb(207 250 254 / 0.55);
}

.caret-cyan-100\/60 {
  caret-color: rgb(207 250 254 / 0.6);
}

.caret-cyan-100\/65 {
  caret-color: rgb(207 250 254 / 0.65);
}

.caret-cyan-100\/70 {
  caret-color: rgb(207 250 254 / 0.7);
}

.caret-cyan-100\/75 {
  caret-color: rgb(207 250 254 / 0.75);
}

.caret-cyan-100\/80 {
  caret-color: rgb(207 250 254 / 0.8);
}

.caret-cyan-100\/85 {
  caret-color: rgb(207 250 254 / 0.85);
}

.caret-cyan-100\/90 {
  caret-color: rgb(207 250 254 / 0.9);
}

.caret-cyan-100\/95 {
  caret-color: rgb(207 250 254 / 0.95);
}

.caret-cyan-200 {
  caret-color: #a5f3fc;
}

.caret-cyan-200\/0 {
  caret-color: rgb(165 243 252 / 0);
}

.caret-cyan-200\/10 {
  caret-color: rgb(165 243 252 / 0.1);
}

.caret-cyan-200\/100 {
  caret-color: rgb(165 243 252 / 1);
}

.caret-cyan-200\/15 {
  caret-color: rgb(165 243 252 / 0.15);
}

.caret-cyan-200\/20 {
  caret-color: rgb(165 243 252 / 0.2);
}

.caret-cyan-200\/25 {
  caret-color: rgb(165 243 252 / 0.25);
}

.caret-cyan-200\/30 {
  caret-color: rgb(165 243 252 / 0.3);
}

.caret-cyan-200\/35 {
  caret-color: rgb(165 243 252 / 0.35);
}

.caret-cyan-200\/40 {
  caret-color: rgb(165 243 252 / 0.4);
}

.caret-cyan-200\/45 {
  caret-color: rgb(165 243 252 / 0.45);
}

.caret-cyan-200\/5 {
  caret-color: rgb(165 243 252 / 0.05);
}

.caret-cyan-200\/50 {
  caret-color: rgb(165 243 252 / 0.5);
}

.caret-cyan-200\/55 {
  caret-color: rgb(165 243 252 / 0.55);
}

.caret-cyan-200\/60 {
  caret-color: rgb(165 243 252 / 0.6);
}

.caret-cyan-200\/65 {
  caret-color: rgb(165 243 252 / 0.65);
}

.caret-cyan-200\/70 {
  caret-color: rgb(165 243 252 / 0.7);
}

.caret-cyan-200\/75 {
  caret-color: rgb(165 243 252 / 0.75);
}

.caret-cyan-200\/80 {
  caret-color: rgb(165 243 252 / 0.8);
}

.caret-cyan-200\/85 {
  caret-color: rgb(165 243 252 / 0.85);
}

.caret-cyan-200\/90 {
  caret-color: rgb(165 243 252 / 0.9);
}

.caret-cyan-200\/95 {
  caret-color: rgb(165 243 252 / 0.95);
}

.caret-cyan-300 {
  caret-color: #67e8f9;
}

.caret-cyan-300\/0 {
  caret-color: rgb(103 232 249 / 0);
}

.caret-cyan-300\/10 {
  caret-color: rgb(103 232 249 / 0.1);
}

.caret-cyan-300\/100 {
  caret-color: rgb(103 232 249 / 1);
}

.caret-cyan-300\/15 {
  caret-color: rgb(103 232 249 / 0.15);
}

.caret-cyan-300\/20 {
  caret-color: rgb(103 232 249 / 0.2);
}

.caret-cyan-300\/25 {
  caret-color: rgb(103 232 249 / 0.25);
}

.caret-cyan-300\/30 {
  caret-color: rgb(103 232 249 / 0.3);
}

.caret-cyan-300\/35 {
  caret-color: rgb(103 232 249 / 0.35);
}

.caret-cyan-300\/40 {
  caret-color: rgb(103 232 249 / 0.4);
}

.caret-cyan-300\/45 {
  caret-color: rgb(103 232 249 / 0.45);
}

.caret-cyan-300\/5 {
  caret-color: rgb(103 232 249 / 0.05);
}

.caret-cyan-300\/50 {
  caret-color: rgb(103 232 249 / 0.5);
}

.caret-cyan-300\/55 {
  caret-color: rgb(103 232 249 / 0.55);
}

.caret-cyan-300\/60 {
  caret-color: rgb(103 232 249 / 0.6);
}

.caret-cyan-300\/65 {
  caret-color: rgb(103 232 249 / 0.65);
}

.caret-cyan-300\/70 {
  caret-color: rgb(103 232 249 / 0.7);
}

.caret-cyan-300\/75 {
  caret-color: rgb(103 232 249 / 0.75);
}

.caret-cyan-300\/80 {
  caret-color: rgb(103 232 249 / 0.8);
}

.caret-cyan-300\/85 {
  caret-color: rgb(103 232 249 / 0.85);
}

.caret-cyan-300\/90 {
  caret-color: rgb(103 232 249 / 0.9);
}

.caret-cyan-300\/95 {
  caret-color: rgb(103 232 249 / 0.95);
}

.caret-cyan-400 {
  caret-color: #22d3ee;
}

.caret-cyan-400\/0 {
  caret-color: rgb(34 211 238 / 0);
}

.caret-cyan-400\/10 {
  caret-color: rgb(34 211 238 / 0.1);
}

.caret-cyan-400\/100 {
  caret-color: rgb(34 211 238 / 1);
}

.caret-cyan-400\/15 {
  caret-color: rgb(34 211 238 / 0.15);
}

.caret-cyan-400\/20 {
  caret-color: rgb(34 211 238 / 0.2);
}

.caret-cyan-400\/25 {
  caret-color: rgb(34 211 238 / 0.25);
}

.caret-cyan-400\/30 {
  caret-color: rgb(34 211 238 / 0.3);
}

.caret-cyan-400\/35 {
  caret-color: rgb(34 211 238 / 0.35);
}

.caret-cyan-400\/40 {
  caret-color: rgb(34 211 238 / 0.4);
}

.caret-cyan-400\/45 {
  caret-color: rgb(34 211 238 / 0.45);
}

.caret-cyan-400\/5 {
  caret-color: rgb(34 211 238 / 0.05);
}

.caret-cyan-400\/50 {
  caret-color: rgb(34 211 238 / 0.5);
}

.caret-cyan-400\/55 {
  caret-color: rgb(34 211 238 / 0.55);
}

.caret-cyan-400\/60 {
  caret-color: rgb(34 211 238 / 0.6);
}

.caret-cyan-400\/65 {
  caret-color: rgb(34 211 238 / 0.65);
}

.caret-cyan-400\/70 {
  caret-color: rgb(34 211 238 / 0.7);
}

.caret-cyan-400\/75 {
  caret-color: rgb(34 211 238 / 0.75);
}

.caret-cyan-400\/80 {
  caret-color: rgb(34 211 238 / 0.8);
}

.caret-cyan-400\/85 {
  caret-color: rgb(34 211 238 / 0.85);
}

.caret-cyan-400\/90 {
  caret-color: rgb(34 211 238 / 0.9);
}

.caret-cyan-400\/95 {
  caret-color: rgb(34 211 238 / 0.95);
}

.caret-cyan-50 {
  caret-color: #ecfeff;
}

.caret-cyan-50\/0 {
  caret-color: rgb(236 254 255 / 0);
}

.caret-cyan-50\/10 {
  caret-color: rgb(236 254 255 / 0.1);
}

.caret-cyan-50\/100 {
  caret-color: rgb(236 254 255 / 1);
}

.caret-cyan-50\/15 {
  caret-color: rgb(236 254 255 / 0.15);
}

.caret-cyan-50\/20 {
  caret-color: rgb(236 254 255 / 0.2);
}

.caret-cyan-50\/25 {
  caret-color: rgb(236 254 255 / 0.25);
}

.caret-cyan-50\/30 {
  caret-color: rgb(236 254 255 / 0.3);
}

.caret-cyan-50\/35 {
  caret-color: rgb(236 254 255 / 0.35);
}

.caret-cyan-50\/40 {
  caret-color: rgb(236 254 255 / 0.4);
}

.caret-cyan-50\/45 {
  caret-color: rgb(236 254 255 / 0.45);
}

.caret-cyan-50\/5 {
  caret-color: rgb(236 254 255 / 0.05);
}

.caret-cyan-50\/50 {
  caret-color: rgb(236 254 255 / 0.5);
}

.caret-cyan-50\/55 {
  caret-color: rgb(236 254 255 / 0.55);
}

.caret-cyan-50\/60 {
  caret-color: rgb(236 254 255 / 0.6);
}

.caret-cyan-50\/65 {
  caret-color: rgb(236 254 255 / 0.65);
}

.caret-cyan-50\/70 {
  caret-color: rgb(236 254 255 / 0.7);
}

.caret-cyan-50\/75 {
  caret-color: rgb(236 254 255 / 0.75);
}

.caret-cyan-50\/80 {
  caret-color: rgb(236 254 255 / 0.8);
}

.caret-cyan-50\/85 {
  caret-color: rgb(236 254 255 / 0.85);
}

.caret-cyan-50\/90 {
  caret-color: rgb(236 254 255 / 0.9);
}

.caret-cyan-50\/95 {
  caret-color: rgb(236 254 255 / 0.95);
}

.caret-cyan-500 {
  caret-color: #06b6d4;
}

.caret-cyan-500\/0 {
  caret-color: rgb(6 182 212 / 0);
}

.caret-cyan-500\/10 {
  caret-color: rgb(6 182 212 / 0.1);
}

.caret-cyan-500\/100 {
  caret-color: rgb(6 182 212 / 1);
}

.caret-cyan-500\/15 {
  caret-color: rgb(6 182 212 / 0.15);
}

.caret-cyan-500\/20 {
  caret-color: rgb(6 182 212 / 0.2);
}

.caret-cyan-500\/25 {
  caret-color: rgb(6 182 212 / 0.25);
}

.caret-cyan-500\/30 {
  caret-color: rgb(6 182 212 / 0.3);
}

.caret-cyan-500\/35 {
  caret-color: rgb(6 182 212 / 0.35);
}

.caret-cyan-500\/40 {
  caret-color: rgb(6 182 212 / 0.4);
}

.caret-cyan-500\/45 {
  caret-color: rgb(6 182 212 / 0.45);
}

.caret-cyan-500\/5 {
  caret-color: rgb(6 182 212 / 0.05);
}

.caret-cyan-500\/50 {
  caret-color: rgb(6 182 212 / 0.5);
}

.caret-cyan-500\/55 {
  caret-color: rgb(6 182 212 / 0.55);
}

.caret-cyan-500\/60 {
  caret-color: rgb(6 182 212 / 0.6);
}

.caret-cyan-500\/65 {
  caret-color: rgb(6 182 212 / 0.65);
}

.caret-cyan-500\/70 {
  caret-color: rgb(6 182 212 / 0.7);
}

.caret-cyan-500\/75 {
  caret-color: rgb(6 182 212 / 0.75);
}

.caret-cyan-500\/80 {
  caret-color: rgb(6 182 212 / 0.8);
}

.caret-cyan-500\/85 {
  caret-color: rgb(6 182 212 / 0.85);
}

.caret-cyan-500\/90 {
  caret-color: rgb(6 182 212 / 0.9);
}

.caret-cyan-500\/95 {
  caret-color: rgb(6 182 212 / 0.95);
}

.caret-cyan-600 {
  caret-color: #0891b2;
}

.caret-cyan-600\/0 {
  caret-color: rgb(8 145 178 / 0);
}

.caret-cyan-600\/10 {
  caret-color: rgb(8 145 178 / 0.1);
}

.caret-cyan-600\/100 {
  caret-color: rgb(8 145 178 / 1);
}

.caret-cyan-600\/15 {
  caret-color: rgb(8 145 178 / 0.15);
}

.caret-cyan-600\/20 {
  caret-color: rgb(8 145 178 / 0.2);
}

.caret-cyan-600\/25 {
  caret-color: rgb(8 145 178 / 0.25);
}

.caret-cyan-600\/30 {
  caret-color: rgb(8 145 178 / 0.3);
}

.caret-cyan-600\/35 {
  caret-color: rgb(8 145 178 / 0.35);
}

.caret-cyan-600\/40 {
  caret-color: rgb(8 145 178 / 0.4);
}

.caret-cyan-600\/45 {
  caret-color: rgb(8 145 178 / 0.45);
}

.caret-cyan-600\/5 {
  caret-color: rgb(8 145 178 / 0.05);
}

.caret-cyan-600\/50 {
  caret-color: rgb(8 145 178 / 0.5);
}

.caret-cyan-600\/55 {
  caret-color: rgb(8 145 178 / 0.55);
}

.caret-cyan-600\/60 {
  caret-color: rgb(8 145 178 / 0.6);
}

.caret-cyan-600\/65 {
  caret-color: rgb(8 145 178 / 0.65);
}

.caret-cyan-600\/70 {
  caret-color: rgb(8 145 178 / 0.7);
}

.caret-cyan-600\/75 {
  caret-color: rgb(8 145 178 / 0.75);
}

.caret-cyan-600\/80 {
  caret-color: rgb(8 145 178 / 0.8);
}

.caret-cyan-600\/85 {
  caret-color: rgb(8 145 178 / 0.85);
}

.caret-cyan-600\/90 {
  caret-color: rgb(8 145 178 / 0.9);
}

.caret-cyan-600\/95 {
  caret-color: rgb(8 145 178 / 0.95);
}

.caret-cyan-700 {
  caret-color: #0e7490;
}

.caret-cyan-700\/0 {
  caret-color: rgb(14 116 144 / 0);
}

.caret-cyan-700\/10 {
  caret-color: rgb(14 116 144 / 0.1);
}

.caret-cyan-700\/100 {
  caret-color: rgb(14 116 144 / 1);
}

.caret-cyan-700\/15 {
  caret-color: rgb(14 116 144 / 0.15);
}

.caret-cyan-700\/20 {
  caret-color: rgb(14 116 144 / 0.2);
}

.caret-cyan-700\/25 {
  caret-color: rgb(14 116 144 / 0.25);
}

.caret-cyan-700\/30 {
  caret-color: rgb(14 116 144 / 0.3);
}

.caret-cyan-700\/35 {
  caret-color: rgb(14 116 144 / 0.35);
}

.caret-cyan-700\/40 {
  caret-color: rgb(14 116 144 / 0.4);
}

.caret-cyan-700\/45 {
  caret-color: rgb(14 116 144 / 0.45);
}

.caret-cyan-700\/5 {
  caret-color: rgb(14 116 144 / 0.05);
}

.caret-cyan-700\/50 {
  caret-color: rgb(14 116 144 / 0.5);
}

.caret-cyan-700\/55 {
  caret-color: rgb(14 116 144 / 0.55);
}

.caret-cyan-700\/60 {
  caret-color: rgb(14 116 144 / 0.6);
}

.caret-cyan-700\/65 {
  caret-color: rgb(14 116 144 / 0.65);
}

.caret-cyan-700\/70 {
  caret-color: rgb(14 116 144 / 0.7);
}

.caret-cyan-700\/75 {
  caret-color: rgb(14 116 144 / 0.75);
}

.caret-cyan-700\/80 {
  caret-color: rgb(14 116 144 / 0.8);
}

.caret-cyan-700\/85 {
  caret-color: rgb(14 116 144 / 0.85);
}

.caret-cyan-700\/90 {
  caret-color: rgb(14 116 144 / 0.9);
}

.caret-cyan-700\/95 {
  caret-color: rgb(14 116 144 / 0.95);
}

.caret-cyan-800 {
  caret-color: #155e75;
}

.caret-cyan-800\/0 {
  caret-color: rgb(21 94 117 / 0);
}

.caret-cyan-800\/10 {
  caret-color: rgb(21 94 117 / 0.1);
}

.caret-cyan-800\/100 {
  caret-color: rgb(21 94 117 / 1);
}

.caret-cyan-800\/15 {
  caret-color: rgb(21 94 117 / 0.15);
}

.caret-cyan-800\/20 {
  caret-color: rgb(21 94 117 / 0.2);
}

.caret-cyan-800\/25 {
  caret-color: rgb(21 94 117 / 0.25);
}

.caret-cyan-800\/30 {
  caret-color: rgb(21 94 117 / 0.3);
}

.caret-cyan-800\/35 {
  caret-color: rgb(21 94 117 / 0.35);
}

.caret-cyan-800\/40 {
  caret-color: rgb(21 94 117 / 0.4);
}

.caret-cyan-800\/45 {
  caret-color: rgb(21 94 117 / 0.45);
}

.caret-cyan-800\/5 {
  caret-color: rgb(21 94 117 / 0.05);
}

.caret-cyan-800\/50 {
  caret-color: rgb(21 94 117 / 0.5);
}

.caret-cyan-800\/55 {
  caret-color: rgb(21 94 117 / 0.55);
}

.caret-cyan-800\/60 {
  caret-color: rgb(21 94 117 / 0.6);
}

.caret-cyan-800\/65 {
  caret-color: rgb(21 94 117 / 0.65);
}

.caret-cyan-800\/70 {
  caret-color: rgb(21 94 117 / 0.7);
}

.caret-cyan-800\/75 {
  caret-color: rgb(21 94 117 / 0.75);
}

.caret-cyan-800\/80 {
  caret-color: rgb(21 94 117 / 0.8);
}

.caret-cyan-800\/85 {
  caret-color: rgb(21 94 117 / 0.85);
}

.caret-cyan-800\/90 {
  caret-color: rgb(21 94 117 / 0.9);
}

.caret-cyan-800\/95 {
  caret-color: rgb(21 94 117 / 0.95);
}

.caret-cyan-900 {
  caret-color: #164e63;
}

.caret-cyan-900\/0 {
  caret-color: rgb(22 78 99 / 0);
}

.caret-cyan-900\/10 {
  caret-color: rgb(22 78 99 / 0.1);
}

.caret-cyan-900\/100 {
  caret-color: rgb(22 78 99 / 1);
}

.caret-cyan-900\/15 {
  caret-color: rgb(22 78 99 / 0.15);
}

.caret-cyan-900\/20 {
  caret-color: rgb(22 78 99 / 0.2);
}

.caret-cyan-900\/25 {
  caret-color: rgb(22 78 99 / 0.25);
}

.caret-cyan-900\/30 {
  caret-color: rgb(22 78 99 / 0.3);
}

.caret-cyan-900\/35 {
  caret-color: rgb(22 78 99 / 0.35);
}

.caret-cyan-900\/40 {
  caret-color: rgb(22 78 99 / 0.4);
}

.caret-cyan-900\/45 {
  caret-color: rgb(22 78 99 / 0.45);
}

.caret-cyan-900\/5 {
  caret-color: rgb(22 78 99 / 0.05);
}

.caret-cyan-900\/50 {
  caret-color: rgb(22 78 99 / 0.5);
}

.caret-cyan-900\/55 {
  caret-color: rgb(22 78 99 / 0.55);
}

.caret-cyan-900\/60 {
  caret-color: rgb(22 78 99 / 0.6);
}

.caret-cyan-900\/65 {
  caret-color: rgb(22 78 99 / 0.65);
}

.caret-cyan-900\/70 {
  caret-color: rgb(22 78 99 / 0.7);
}

.caret-cyan-900\/75 {
  caret-color: rgb(22 78 99 / 0.75);
}

.caret-cyan-900\/80 {
  caret-color: rgb(22 78 99 / 0.8);
}

.caret-cyan-900\/85 {
  caret-color: rgb(22 78 99 / 0.85);
}

.caret-cyan-900\/90 {
  caret-color: rgb(22 78 99 / 0.9);
}

.caret-cyan-900\/95 {
  caret-color: rgb(22 78 99 / 0.95);
}

.caret-cyan-950 {
  caret-color: #083344;
}

.caret-cyan-950\/0 {
  caret-color: rgb(8 51 68 / 0);
}

.caret-cyan-950\/10 {
  caret-color: rgb(8 51 68 / 0.1);
}

.caret-cyan-950\/100 {
  caret-color: rgb(8 51 68 / 1);
}

.caret-cyan-950\/15 {
  caret-color: rgb(8 51 68 / 0.15);
}

.caret-cyan-950\/20 {
  caret-color: rgb(8 51 68 / 0.2);
}

.caret-cyan-950\/25 {
  caret-color: rgb(8 51 68 / 0.25);
}

.caret-cyan-950\/30 {
  caret-color: rgb(8 51 68 / 0.3);
}

.caret-cyan-950\/35 {
  caret-color: rgb(8 51 68 / 0.35);
}

.caret-cyan-950\/40 {
  caret-color: rgb(8 51 68 / 0.4);
}

.caret-cyan-950\/45 {
  caret-color: rgb(8 51 68 / 0.45);
}

.caret-cyan-950\/5 {
  caret-color: rgb(8 51 68 / 0.05);
}

.caret-cyan-950\/50 {
  caret-color: rgb(8 51 68 / 0.5);
}

.caret-cyan-950\/55 {
  caret-color: rgb(8 51 68 / 0.55);
}

.caret-cyan-950\/60 {
  caret-color: rgb(8 51 68 / 0.6);
}

.caret-cyan-950\/65 {
  caret-color: rgb(8 51 68 / 0.65);
}

.caret-cyan-950\/70 {
  caret-color: rgb(8 51 68 / 0.7);
}

.caret-cyan-950\/75 {
  caret-color: rgb(8 51 68 / 0.75);
}

.caret-cyan-950\/80 {
  caret-color: rgb(8 51 68 / 0.8);
}

.caret-cyan-950\/85 {
  caret-color: rgb(8 51 68 / 0.85);
}

.caret-cyan-950\/90 {
  caret-color: rgb(8 51 68 / 0.9);
}

.caret-cyan-950\/95 {
  caret-color: rgb(8 51 68 / 0.95);
}

.caret-emerald-100 {
  caret-color: #d1fae5;
}

.caret-emerald-100\/0 {
  caret-color: rgb(209 250 229 / 0);
}

.caret-emerald-100\/10 {
  caret-color: rgb(209 250 229 / 0.1);
}

.caret-emerald-100\/100 {
  caret-color: rgb(209 250 229 / 1);
}

.caret-emerald-100\/15 {
  caret-color: rgb(209 250 229 / 0.15);
}

.caret-emerald-100\/20 {
  caret-color: rgb(209 250 229 / 0.2);
}

.caret-emerald-100\/25 {
  caret-color: rgb(209 250 229 / 0.25);
}

.caret-emerald-100\/30 {
  caret-color: rgb(209 250 229 / 0.3);
}

.caret-emerald-100\/35 {
  caret-color: rgb(209 250 229 / 0.35);
}

.caret-emerald-100\/40 {
  caret-color: rgb(209 250 229 / 0.4);
}

.caret-emerald-100\/45 {
  caret-color: rgb(209 250 229 / 0.45);
}

.caret-emerald-100\/5 {
  caret-color: rgb(209 250 229 / 0.05);
}

.caret-emerald-100\/50 {
  caret-color: rgb(209 250 229 / 0.5);
}

.caret-emerald-100\/55 {
  caret-color: rgb(209 250 229 / 0.55);
}

.caret-emerald-100\/60 {
  caret-color: rgb(209 250 229 / 0.6);
}

.caret-emerald-100\/65 {
  caret-color: rgb(209 250 229 / 0.65);
}

.caret-emerald-100\/70 {
  caret-color: rgb(209 250 229 / 0.7);
}

.caret-emerald-100\/75 {
  caret-color: rgb(209 250 229 / 0.75);
}

.caret-emerald-100\/80 {
  caret-color: rgb(209 250 229 / 0.8);
}

.caret-emerald-100\/85 {
  caret-color: rgb(209 250 229 / 0.85);
}

.caret-emerald-100\/90 {
  caret-color: rgb(209 250 229 / 0.9);
}

.caret-emerald-100\/95 {
  caret-color: rgb(209 250 229 / 0.95);
}

.caret-emerald-200 {
  caret-color: #a7f3d0;
}

.caret-emerald-200\/0 {
  caret-color: rgb(167 243 208 / 0);
}

.caret-emerald-200\/10 {
  caret-color: rgb(167 243 208 / 0.1);
}

.caret-emerald-200\/100 {
  caret-color: rgb(167 243 208 / 1);
}

.caret-emerald-200\/15 {
  caret-color: rgb(167 243 208 / 0.15);
}

.caret-emerald-200\/20 {
  caret-color: rgb(167 243 208 / 0.2);
}

.caret-emerald-200\/25 {
  caret-color: rgb(167 243 208 / 0.25);
}

.caret-emerald-200\/30 {
  caret-color: rgb(167 243 208 / 0.3);
}

.caret-emerald-200\/35 {
  caret-color: rgb(167 243 208 / 0.35);
}

.caret-emerald-200\/40 {
  caret-color: rgb(167 243 208 / 0.4);
}

.caret-emerald-200\/45 {
  caret-color: rgb(167 243 208 / 0.45);
}

.caret-emerald-200\/5 {
  caret-color: rgb(167 243 208 / 0.05);
}

.caret-emerald-200\/50 {
  caret-color: rgb(167 243 208 / 0.5);
}

.caret-emerald-200\/55 {
  caret-color: rgb(167 243 208 / 0.55);
}

.caret-emerald-200\/60 {
  caret-color: rgb(167 243 208 / 0.6);
}

.caret-emerald-200\/65 {
  caret-color: rgb(167 243 208 / 0.65);
}

.caret-emerald-200\/70 {
  caret-color: rgb(167 243 208 / 0.7);
}

.caret-emerald-200\/75 {
  caret-color: rgb(167 243 208 / 0.75);
}

.caret-emerald-200\/80 {
  caret-color: rgb(167 243 208 / 0.8);
}

.caret-emerald-200\/85 {
  caret-color: rgb(167 243 208 / 0.85);
}

.caret-emerald-200\/90 {
  caret-color: rgb(167 243 208 / 0.9);
}

.caret-emerald-200\/95 {
  caret-color: rgb(167 243 208 / 0.95);
}

.caret-emerald-300 {
  caret-color: #6ee7b7;
}

.caret-emerald-300\/0 {
  caret-color: rgb(110 231 183 / 0);
}

.caret-emerald-300\/10 {
  caret-color: rgb(110 231 183 / 0.1);
}

.caret-emerald-300\/100 {
  caret-color: rgb(110 231 183 / 1);
}

.caret-emerald-300\/15 {
  caret-color: rgb(110 231 183 / 0.15);
}

.caret-emerald-300\/20 {
  caret-color: rgb(110 231 183 / 0.2);
}

.caret-emerald-300\/25 {
  caret-color: rgb(110 231 183 / 0.25);
}

.caret-emerald-300\/30 {
  caret-color: rgb(110 231 183 / 0.3);
}

.caret-emerald-300\/35 {
  caret-color: rgb(110 231 183 / 0.35);
}

.caret-emerald-300\/40 {
  caret-color: rgb(110 231 183 / 0.4);
}

.caret-emerald-300\/45 {
  caret-color: rgb(110 231 183 / 0.45);
}

.caret-emerald-300\/5 {
  caret-color: rgb(110 231 183 / 0.05);
}

.caret-emerald-300\/50 {
  caret-color: rgb(110 231 183 / 0.5);
}

.caret-emerald-300\/55 {
  caret-color: rgb(110 231 183 / 0.55);
}

.caret-emerald-300\/60 {
  caret-color: rgb(110 231 183 / 0.6);
}

.caret-emerald-300\/65 {
  caret-color: rgb(110 231 183 / 0.65);
}

.caret-emerald-300\/70 {
  caret-color: rgb(110 231 183 / 0.7);
}

.caret-emerald-300\/75 {
  caret-color: rgb(110 231 183 / 0.75);
}

.caret-emerald-300\/80 {
  caret-color: rgb(110 231 183 / 0.8);
}

.caret-emerald-300\/85 {
  caret-color: rgb(110 231 183 / 0.85);
}

.caret-emerald-300\/90 {
  caret-color: rgb(110 231 183 / 0.9);
}

.caret-emerald-300\/95 {
  caret-color: rgb(110 231 183 / 0.95);
}

.caret-emerald-400 {
  caret-color: #34d399;
}

.caret-emerald-400\/0 {
  caret-color: rgb(52 211 153 / 0);
}

.caret-emerald-400\/10 {
  caret-color: rgb(52 211 153 / 0.1);
}

.caret-emerald-400\/100 {
  caret-color: rgb(52 211 153 / 1);
}

.caret-emerald-400\/15 {
  caret-color: rgb(52 211 153 / 0.15);
}

.caret-emerald-400\/20 {
  caret-color: rgb(52 211 153 / 0.2);
}

.caret-emerald-400\/25 {
  caret-color: rgb(52 211 153 / 0.25);
}

.caret-emerald-400\/30 {
  caret-color: rgb(52 211 153 / 0.3);
}

.caret-emerald-400\/35 {
  caret-color: rgb(52 211 153 / 0.35);
}

.caret-emerald-400\/40 {
  caret-color: rgb(52 211 153 / 0.4);
}

.caret-emerald-400\/45 {
  caret-color: rgb(52 211 153 / 0.45);
}

.caret-emerald-400\/5 {
  caret-color: rgb(52 211 153 / 0.05);
}

.caret-emerald-400\/50 {
  caret-color: rgb(52 211 153 / 0.5);
}

.caret-emerald-400\/55 {
  caret-color: rgb(52 211 153 / 0.55);
}

.caret-emerald-400\/60 {
  caret-color: rgb(52 211 153 / 0.6);
}

.caret-emerald-400\/65 {
  caret-color: rgb(52 211 153 / 0.65);
}

.caret-emerald-400\/70 {
  caret-color: rgb(52 211 153 / 0.7);
}

.caret-emerald-400\/75 {
  caret-color: rgb(52 211 153 / 0.75);
}

.caret-emerald-400\/80 {
  caret-color: rgb(52 211 153 / 0.8);
}

.caret-emerald-400\/85 {
  caret-color: rgb(52 211 153 / 0.85);
}

.caret-emerald-400\/90 {
  caret-color: rgb(52 211 153 / 0.9);
}

.caret-emerald-400\/95 {
  caret-color: rgb(52 211 153 / 0.95);
}

.caret-emerald-50 {
  caret-color: #ecfdf5;
}

.caret-emerald-50\/0 {
  caret-color: rgb(236 253 245 / 0);
}

.caret-emerald-50\/10 {
  caret-color: rgb(236 253 245 / 0.1);
}

.caret-emerald-50\/100 {
  caret-color: rgb(236 253 245 / 1);
}

.caret-emerald-50\/15 {
  caret-color: rgb(236 253 245 / 0.15);
}

.caret-emerald-50\/20 {
  caret-color: rgb(236 253 245 / 0.2);
}

.caret-emerald-50\/25 {
  caret-color: rgb(236 253 245 / 0.25);
}

.caret-emerald-50\/30 {
  caret-color: rgb(236 253 245 / 0.3);
}

.caret-emerald-50\/35 {
  caret-color: rgb(236 253 245 / 0.35);
}

.caret-emerald-50\/40 {
  caret-color: rgb(236 253 245 / 0.4);
}

.caret-emerald-50\/45 {
  caret-color: rgb(236 253 245 / 0.45);
}

.caret-emerald-50\/5 {
  caret-color: rgb(236 253 245 / 0.05);
}

.caret-emerald-50\/50 {
  caret-color: rgb(236 253 245 / 0.5);
}

.caret-emerald-50\/55 {
  caret-color: rgb(236 253 245 / 0.55);
}

.caret-emerald-50\/60 {
  caret-color: rgb(236 253 245 / 0.6);
}

.caret-emerald-50\/65 {
  caret-color: rgb(236 253 245 / 0.65);
}

.caret-emerald-50\/70 {
  caret-color: rgb(236 253 245 / 0.7);
}

.caret-emerald-50\/75 {
  caret-color: rgb(236 253 245 / 0.75);
}

.caret-emerald-50\/80 {
  caret-color: rgb(236 253 245 / 0.8);
}

.caret-emerald-50\/85 {
  caret-color: rgb(236 253 245 / 0.85);
}

.caret-emerald-50\/90 {
  caret-color: rgb(236 253 245 / 0.9);
}

.caret-emerald-50\/95 {
  caret-color: rgb(236 253 245 / 0.95);
}

.caret-emerald-500 {
  caret-color: #10b981;
}

.caret-emerald-500\/0 {
  caret-color: rgb(16 185 129 / 0);
}

.caret-emerald-500\/10 {
  caret-color: rgb(16 185 129 / 0.1);
}

.caret-emerald-500\/100 {
  caret-color: rgb(16 185 129 / 1);
}

.caret-emerald-500\/15 {
  caret-color: rgb(16 185 129 / 0.15);
}

.caret-emerald-500\/20 {
  caret-color: rgb(16 185 129 / 0.2);
}

.caret-emerald-500\/25 {
  caret-color: rgb(16 185 129 / 0.25);
}

.caret-emerald-500\/30 {
  caret-color: rgb(16 185 129 / 0.3);
}

.caret-emerald-500\/35 {
  caret-color: rgb(16 185 129 / 0.35);
}

.caret-emerald-500\/40 {
  caret-color: rgb(16 185 129 / 0.4);
}

.caret-emerald-500\/45 {
  caret-color: rgb(16 185 129 / 0.45);
}

.caret-emerald-500\/5 {
  caret-color: rgb(16 185 129 / 0.05);
}

.caret-emerald-500\/50 {
  caret-color: rgb(16 185 129 / 0.5);
}

.caret-emerald-500\/55 {
  caret-color: rgb(16 185 129 / 0.55);
}

.caret-emerald-500\/60 {
  caret-color: rgb(16 185 129 / 0.6);
}

.caret-emerald-500\/65 {
  caret-color: rgb(16 185 129 / 0.65);
}

.caret-emerald-500\/70 {
  caret-color: rgb(16 185 129 / 0.7);
}

.caret-emerald-500\/75 {
  caret-color: rgb(16 185 129 / 0.75);
}

.caret-emerald-500\/80 {
  caret-color: rgb(16 185 129 / 0.8);
}

.caret-emerald-500\/85 {
  caret-color: rgb(16 185 129 / 0.85);
}

.caret-emerald-500\/90 {
  caret-color: rgb(16 185 129 / 0.9);
}

.caret-emerald-500\/95 {
  caret-color: rgb(16 185 129 / 0.95);
}

.caret-emerald-600 {
  caret-color: #059669;
}

.caret-emerald-600\/0 {
  caret-color: rgb(5 150 105 / 0);
}

.caret-emerald-600\/10 {
  caret-color: rgb(5 150 105 / 0.1);
}

.caret-emerald-600\/100 {
  caret-color: rgb(5 150 105 / 1);
}

.caret-emerald-600\/15 {
  caret-color: rgb(5 150 105 / 0.15);
}

.caret-emerald-600\/20 {
  caret-color: rgb(5 150 105 / 0.2);
}

.caret-emerald-600\/25 {
  caret-color: rgb(5 150 105 / 0.25);
}

.caret-emerald-600\/30 {
  caret-color: rgb(5 150 105 / 0.3);
}

.caret-emerald-600\/35 {
  caret-color: rgb(5 150 105 / 0.35);
}

.caret-emerald-600\/40 {
  caret-color: rgb(5 150 105 / 0.4);
}

.caret-emerald-600\/45 {
  caret-color: rgb(5 150 105 / 0.45);
}

.caret-emerald-600\/5 {
  caret-color: rgb(5 150 105 / 0.05);
}

.caret-emerald-600\/50 {
  caret-color: rgb(5 150 105 / 0.5);
}

.caret-emerald-600\/55 {
  caret-color: rgb(5 150 105 / 0.55);
}

.caret-emerald-600\/60 {
  caret-color: rgb(5 150 105 / 0.6);
}

.caret-emerald-600\/65 {
  caret-color: rgb(5 150 105 / 0.65);
}

.caret-emerald-600\/70 {
  caret-color: rgb(5 150 105 / 0.7);
}

.caret-emerald-600\/75 {
  caret-color: rgb(5 150 105 / 0.75);
}

.caret-emerald-600\/80 {
  caret-color: rgb(5 150 105 / 0.8);
}

.caret-emerald-600\/85 {
  caret-color: rgb(5 150 105 / 0.85);
}

.caret-emerald-600\/90 {
  caret-color: rgb(5 150 105 / 0.9);
}

.caret-emerald-600\/95 {
  caret-color: rgb(5 150 105 / 0.95);
}

.caret-emerald-700 {
  caret-color: #047857;
}

.caret-emerald-700\/0 {
  caret-color: rgb(4 120 87 / 0);
}

.caret-emerald-700\/10 {
  caret-color: rgb(4 120 87 / 0.1);
}

.caret-emerald-700\/100 {
  caret-color: rgb(4 120 87 / 1);
}

.caret-emerald-700\/15 {
  caret-color: rgb(4 120 87 / 0.15);
}

.caret-emerald-700\/20 {
  caret-color: rgb(4 120 87 / 0.2);
}

.caret-emerald-700\/25 {
  caret-color: rgb(4 120 87 / 0.25);
}

.caret-emerald-700\/30 {
  caret-color: rgb(4 120 87 / 0.3);
}

.caret-emerald-700\/35 {
  caret-color: rgb(4 120 87 / 0.35);
}

.caret-emerald-700\/40 {
  caret-color: rgb(4 120 87 / 0.4);
}

.caret-emerald-700\/45 {
  caret-color: rgb(4 120 87 / 0.45);
}

.caret-emerald-700\/5 {
  caret-color: rgb(4 120 87 / 0.05);
}

.caret-emerald-700\/50 {
  caret-color: rgb(4 120 87 / 0.5);
}

.caret-emerald-700\/55 {
  caret-color: rgb(4 120 87 / 0.55);
}

.caret-emerald-700\/60 {
  caret-color: rgb(4 120 87 / 0.6);
}

.caret-emerald-700\/65 {
  caret-color: rgb(4 120 87 / 0.65);
}

.caret-emerald-700\/70 {
  caret-color: rgb(4 120 87 / 0.7);
}

.caret-emerald-700\/75 {
  caret-color: rgb(4 120 87 / 0.75);
}

.caret-emerald-700\/80 {
  caret-color: rgb(4 120 87 / 0.8);
}

.caret-emerald-700\/85 {
  caret-color: rgb(4 120 87 / 0.85);
}

.caret-emerald-700\/90 {
  caret-color: rgb(4 120 87 / 0.9);
}

.caret-emerald-700\/95 {
  caret-color: rgb(4 120 87 / 0.95);
}

.caret-emerald-800 {
  caret-color: #065f46;
}

.caret-emerald-800\/0 {
  caret-color: rgb(6 95 70 / 0);
}

.caret-emerald-800\/10 {
  caret-color: rgb(6 95 70 / 0.1);
}

.caret-emerald-800\/100 {
  caret-color: rgb(6 95 70 / 1);
}

.caret-emerald-800\/15 {
  caret-color: rgb(6 95 70 / 0.15);
}

.caret-emerald-800\/20 {
  caret-color: rgb(6 95 70 / 0.2);
}

.caret-emerald-800\/25 {
  caret-color: rgb(6 95 70 / 0.25);
}

.caret-emerald-800\/30 {
  caret-color: rgb(6 95 70 / 0.3);
}

.caret-emerald-800\/35 {
  caret-color: rgb(6 95 70 / 0.35);
}

.caret-emerald-800\/40 {
  caret-color: rgb(6 95 70 / 0.4);
}

.caret-emerald-800\/45 {
  caret-color: rgb(6 95 70 / 0.45);
}

.caret-emerald-800\/5 {
  caret-color: rgb(6 95 70 / 0.05);
}

.caret-emerald-800\/50 {
  caret-color: rgb(6 95 70 / 0.5);
}

.caret-emerald-800\/55 {
  caret-color: rgb(6 95 70 / 0.55);
}

.caret-emerald-800\/60 {
  caret-color: rgb(6 95 70 / 0.6);
}

.caret-emerald-800\/65 {
  caret-color: rgb(6 95 70 / 0.65);
}

.caret-emerald-800\/70 {
  caret-color: rgb(6 95 70 / 0.7);
}

.caret-emerald-800\/75 {
  caret-color: rgb(6 95 70 / 0.75);
}

.caret-emerald-800\/80 {
  caret-color: rgb(6 95 70 / 0.8);
}

.caret-emerald-800\/85 {
  caret-color: rgb(6 95 70 / 0.85);
}

.caret-emerald-800\/90 {
  caret-color: rgb(6 95 70 / 0.9);
}

.caret-emerald-800\/95 {
  caret-color: rgb(6 95 70 / 0.95);
}

.caret-emerald-900 {
  caret-color: #064e3b;
}

.caret-emerald-900\/0 {
  caret-color: rgb(6 78 59 / 0);
}

.caret-emerald-900\/10 {
  caret-color: rgb(6 78 59 / 0.1);
}

.caret-emerald-900\/100 {
  caret-color: rgb(6 78 59 / 1);
}

.caret-emerald-900\/15 {
  caret-color: rgb(6 78 59 / 0.15);
}

.caret-emerald-900\/20 {
  caret-color: rgb(6 78 59 / 0.2);
}

.caret-emerald-900\/25 {
  caret-color: rgb(6 78 59 / 0.25);
}

.caret-emerald-900\/30 {
  caret-color: rgb(6 78 59 / 0.3);
}

.caret-emerald-900\/35 {
  caret-color: rgb(6 78 59 / 0.35);
}

.caret-emerald-900\/40 {
  caret-color: rgb(6 78 59 / 0.4);
}

.caret-emerald-900\/45 {
  caret-color: rgb(6 78 59 / 0.45);
}

.caret-emerald-900\/5 {
  caret-color: rgb(6 78 59 / 0.05);
}

.caret-emerald-900\/50 {
  caret-color: rgb(6 78 59 / 0.5);
}

.caret-emerald-900\/55 {
  caret-color: rgb(6 78 59 / 0.55);
}

.caret-emerald-900\/60 {
  caret-color: rgb(6 78 59 / 0.6);
}

.caret-emerald-900\/65 {
  caret-color: rgb(6 78 59 / 0.65);
}

.caret-emerald-900\/70 {
  caret-color: rgb(6 78 59 / 0.7);
}

.caret-emerald-900\/75 {
  caret-color: rgb(6 78 59 / 0.75);
}

.caret-emerald-900\/80 {
  caret-color: rgb(6 78 59 / 0.8);
}

.caret-emerald-900\/85 {
  caret-color: rgb(6 78 59 / 0.85);
}

.caret-emerald-900\/90 {
  caret-color: rgb(6 78 59 / 0.9);
}

.caret-emerald-900\/95 {
  caret-color: rgb(6 78 59 / 0.95);
}

.caret-emerald-950 {
  caret-color: #022c22;
}

.caret-emerald-950\/0 {
  caret-color: rgb(2 44 34 / 0);
}

.caret-emerald-950\/10 {
  caret-color: rgb(2 44 34 / 0.1);
}

.caret-emerald-950\/100 {
  caret-color: rgb(2 44 34 / 1);
}

.caret-emerald-950\/15 {
  caret-color: rgb(2 44 34 / 0.15);
}

.caret-emerald-950\/20 {
  caret-color: rgb(2 44 34 / 0.2);
}

.caret-emerald-950\/25 {
  caret-color: rgb(2 44 34 / 0.25);
}

.caret-emerald-950\/30 {
  caret-color: rgb(2 44 34 / 0.3);
}

.caret-emerald-950\/35 {
  caret-color: rgb(2 44 34 / 0.35);
}

.caret-emerald-950\/40 {
  caret-color: rgb(2 44 34 / 0.4);
}

.caret-emerald-950\/45 {
  caret-color: rgb(2 44 34 / 0.45);
}

.caret-emerald-950\/5 {
  caret-color: rgb(2 44 34 / 0.05);
}

.caret-emerald-950\/50 {
  caret-color: rgb(2 44 34 / 0.5);
}

.caret-emerald-950\/55 {
  caret-color: rgb(2 44 34 / 0.55);
}

.caret-emerald-950\/60 {
  caret-color: rgb(2 44 34 / 0.6);
}

.caret-emerald-950\/65 {
  caret-color: rgb(2 44 34 / 0.65);
}

.caret-emerald-950\/70 {
  caret-color: rgb(2 44 34 / 0.7);
}

.caret-emerald-950\/75 {
  caret-color: rgb(2 44 34 / 0.75);
}

.caret-emerald-950\/80 {
  caret-color: rgb(2 44 34 / 0.8);
}

.caret-emerald-950\/85 {
  caret-color: rgb(2 44 34 / 0.85);
}

.caret-emerald-950\/90 {
  caret-color: rgb(2 44 34 / 0.9);
}

.caret-emerald-950\/95 {
  caret-color: rgb(2 44 34 / 0.95);
}

.caret-error {
  caret-color: var(--fallback-er,oklch(var(--er)/1));
}

.caret-error-content {
  caret-color: var(--fallback-erc,oklch(var(--erc)/1));
}

.caret-error-content\/0 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0));
}

.caret-error-content\/10 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.1));
}

.caret-error-content\/100 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/1));
}

.caret-error-content\/15 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.15));
}

.caret-error-content\/20 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.2));
}

.caret-error-content\/25 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.25));
}

.caret-error-content\/30 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.3));
}

.caret-error-content\/35 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.35));
}

.caret-error-content\/40 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.4));
}

.caret-error-content\/45 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.45));
}

.caret-error-content\/5 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.05));
}

.caret-error-content\/50 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.5));
}

.caret-error-content\/55 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.55));
}

.caret-error-content\/60 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.6));
}

.caret-error-content\/65 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.65));
}

.caret-error-content\/70 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.7));
}

.caret-error-content\/75 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.75));
}

.caret-error-content\/80 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.8));
}

.caret-error-content\/85 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.85));
}

.caret-error-content\/90 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.9));
}

.caret-error-content\/95 {
  caret-color: var(--fallback-erc,oklch(var(--erc)/0.95));
}

.caret-error\/0 {
  caret-color: var(--fallback-er,oklch(var(--er)/0));
}

.caret-error\/10 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.1));
}

.caret-error\/100 {
  caret-color: var(--fallback-er,oklch(var(--er)/1));
}

.caret-error\/15 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.15));
}

.caret-error\/20 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.2));
}

.caret-error\/25 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.25));
}

.caret-error\/30 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.3));
}

.caret-error\/35 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.35));
}

.caret-error\/40 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.4));
}

.caret-error\/45 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.45));
}

.caret-error\/5 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.05));
}

.caret-error\/50 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.5));
}

.caret-error\/55 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.55));
}

.caret-error\/60 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.6));
}

.caret-error\/65 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.65));
}

.caret-error\/70 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.7));
}

.caret-error\/75 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.75));
}

.caret-error\/80 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.8));
}

.caret-error\/85 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.85));
}

.caret-error\/90 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.9));
}

.caret-error\/95 {
  caret-color: var(--fallback-er,oklch(var(--er)/0.95));
}

.caret-fuchsia-100 {
  caret-color: #fae8ff;
}

.caret-fuchsia-100\/0 {
  caret-color: rgb(250 232 255 / 0);
}

.caret-fuchsia-100\/10 {
  caret-color: rgb(250 232 255 / 0.1);
}

.caret-fuchsia-100\/100 {
  caret-color: rgb(250 232 255 / 1);
}

.caret-fuchsia-100\/15 {
  caret-color: rgb(250 232 255 / 0.15);
}

.caret-fuchsia-100\/20 {
  caret-color: rgb(250 232 255 / 0.2);
}

.caret-fuchsia-100\/25 {
  caret-color: rgb(250 232 255 / 0.25);
}

.caret-fuchsia-100\/30 {
  caret-color: rgb(250 232 255 / 0.3);
}

.caret-fuchsia-100\/35 {
  caret-color: rgb(250 232 255 / 0.35);
}

.caret-fuchsia-100\/40 {
  caret-color: rgb(250 232 255 / 0.4);
}

.caret-fuchsia-100\/45 {
  caret-color: rgb(250 232 255 / 0.45);
}

.caret-fuchsia-100\/5 {
  caret-color: rgb(250 232 255 / 0.05);
}

.caret-fuchsia-100\/50 {
  caret-color: rgb(250 232 255 / 0.5);
}

.caret-fuchsia-100\/55 {
  caret-color: rgb(250 232 255 / 0.55);
}

.caret-fuchsia-100\/60 {
  caret-color: rgb(250 232 255 / 0.6);
}

.caret-fuchsia-100\/65 {
  caret-color: rgb(250 232 255 / 0.65);
}

.caret-fuchsia-100\/70 {
  caret-color: rgb(250 232 255 / 0.7);
}

.caret-fuchsia-100\/75 {
  caret-color: rgb(250 232 255 / 0.75);
}

.caret-fuchsia-100\/80 {
  caret-color: rgb(250 232 255 / 0.8);
}

.caret-fuchsia-100\/85 {
  caret-color: rgb(250 232 255 / 0.85);
}

.caret-fuchsia-100\/90 {
  caret-color: rgb(250 232 255 / 0.9);
}

.caret-fuchsia-100\/95 {
  caret-color: rgb(250 232 255 / 0.95);
}

.caret-fuchsia-200 {
  caret-color: #f5d0fe;
}

.caret-fuchsia-200\/0 {
  caret-color: rgb(245 208 254 / 0);
}

.caret-fuchsia-200\/10 {
  caret-color: rgb(245 208 254 / 0.1);
}

.caret-fuchsia-200\/100 {
  caret-color: rgb(245 208 254 / 1);
}

.caret-fuchsia-200\/15 {
  caret-color: rgb(245 208 254 / 0.15);
}

.caret-fuchsia-200\/20 {
  caret-color: rgb(245 208 254 / 0.2);
}

.caret-fuchsia-200\/25 {
  caret-color: rgb(245 208 254 / 0.25);
}

.caret-fuchsia-200\/30 {
  caret-color: rgb(245 208 254 / 0.3);
}

.caret-fuchsia-200\/35 {
  caret-color: rgb(245 208 254 / 0.35);
}

.caret-fuchsia-200\/40 {
  caret-color: rgb(245 208 254 / 0.4);
}

.caret-fuchsia-200\/45 {
  caret-color: rgb(245 208 254 / 0.45);
}

.caret-fuchsia-200\/5 {
  caret-color: rgb(245 208 254 / 0.05);
}

.caret-fuchsia-200\/50 {
  caret-color: rgb(245 208 254 / 0.5);
}

.caret-fuchsia-200\/55 {
  caret-color: rgb(245 208 254 / 0.55);
}

.caret-fuchsia-200\/60 {
  caret-color: rgb(245 208 254 / 0.6);
}

.caret-fuchsia-200\/65 {
  caret-color: rgb(245 208 254 / 0.65);
}

.caret-fuchsia-200\/70 {
  caret-color: rgb(245 208 254 / 0.7);
}

.caret-fuchsia-200\/75 {
  caret-color: rgb(245 208 254 / 0.75);
}

.caret-fuchsia-200\/80 {
  caret-color: rgb(245 208 254 / 0.8);
}

.caret-fuchsia-200\/85 {
  caret-color: rgb(245 208 254 / 0.85);
}

.caret-fuchsia-200\/90 {
  caret-color: rgb(245 208 254 / 0.9);
}

.caret-fuchsia-200\/95 {
  caret-color: rgb(245 208 254 / 0.95);
}

.caret-fuchsia-300 {
  caret-color: #f0abfc;
}

.caret-fuchsia-300\/0 {
  caret-color: rgb(240 171 252 / 0);
}

.caret-fuchsia-300\/10 {
  caret-color: rgb(240 171 252 / 0.1);
}

.caret-fuchsia-300\/100 {
  caret-color: rgb(240 171 252 / 1);
}

.caret-fuchsia-300\/15 {
  caret-color: rgb(240 171 252 / 0.15);
}

.caret-fuchsia-300\/20 {
  caret-color: rgb(240 171 252 / 0.2);
}

.caret-fuchsia-300\/25 {
  caret-color: rgb(240 171 252 / 0.25);
}

.caret-fuchsia-300\/30 {
  caret-color: rgb(240 171 252 / 0.3);
}

.caret-fuchsia-300\/35 {
  caret-color: rgb(240 171 252 / 0.35);
}

.caret-fuchsia-300\/40 {
  caret-color: rgb(240 171 252 / 0.4);
}

.caret-fuchsia-300\/45 {
  caret-color: rgb(240 171 252 / 0.45);
}

.caret-fuchsia-300\/5 {
  caret-color: rgb(240 171 252 / 0.05);
}

.caret-fuchsia-300\/50 {
  caret-color: rgb(240 171 252 / 0.5);
}

.caret-fuchsia-300\/55 {
  caret-color: rgb(240 171 252 / 0.55);
}

.caret-fuchsia-300\/60 {
  caret-color: rgb(240 171 252 / 0.6);
}

.caret-fuchsia-300\/65 {
  caret-color: rgb(240 171 252 / 0.65);
}

.caret-fuchsia-300\/70 {
  caret-color: rgb(240 171 252 / 0.7);
}

.caret-fuchsia-300\/75 {
  caret-color: rgb(240 171 252 / 0.75);
}

.caret-fuchsia-300\/80 {
  caret-color: rgb(240 171 252 / 0.8);
}

.caret-fuchsia-300\/85 {
  caret-color: rgb(240 171 252 / 0.85);
}

.caret-fuchsia-300\/90 {
  caret-color: rgb(240 171 252 / 0.9);
}

.caret-fuchsia-300\/95 {
  caret-color: rgb(240 171 252 / 0.95);
}

.caret-fuchsia-400 {
  caret-color: #e879f9;
}

.caret-fuchsia-400\/0 {
  caret-color: rgb(232 121 249 / 0);
}

.caret-fuchsia-400\/10 {
  caret-color: rgb(232 121 249 / 0.1);
}

.caret-fuchsia-400\/100 {
  caret-color: rgb(232 121 249 / 1);
}

.caret-fuchsia-400\/15 {
  caret-color: rgb(232 121 249 / 0.15);
}

.caret-fuchsia-400\/20 {
  caret-color: rgb(232 121 249 / 0.2);
}

.caret-fuchsia-400\/25 {
  caret-color: rgb(232 121 249 / 0.25);
}

.caret-fuchsia-400\/30 {
  caret-color: rgb(232 121 249 / 0.3);
}

.caret-fuchsia-400\/35 {
  caret-color: rgb(232 121 249 / 0.35);
}

.caret-fuchsia-400\/40 {
  caret-color: rgb(232 121 249 / 0.4);
}

.caret-fuchsia-400\/45 {
  caret-color: rgb(232 121 249 / 0.45);
}

.caret-fuchsia-400\/5 {
  caret-color: rgb(232 121 249 / 0.05);
}

.caret-fuchsia-400\/50 {
  caret-color: rgb(232 121 249 / 0.5);
}

.caret-fuchsia-400\/55 {
  caret-color: rgb(232 121 249 / 0.55);
}

.caret-fuchsia-400\/60 {
  caret-color: rgb(232 121 249 / 0.6);
}

.caret-fuchsia-400\/65 {
  caret-color: rgb(232 121 249 / 0.65);
}

.caret-fuchsia-400\/70 {
  caret-color: rgb(232 121 249 / 0.7);
}

.caret-fuchsia-400\/75 {
  caret-color: rgb(232 121 249 / 0.75);
}

.caret-fuchsia-400\/80 {
  caret-color: rgb(232 121 249 / 0.8);
}

.caret-fuchsia-400\/85 {
  caret-color: rgb(232 121 249 / 0.85);
}

.caret-fuchsia-400\/90 {
  caret-color: rgb(232 121 249 / 0.9);
}

.caret-fuchsia-400\/95 {
  caret-color: rgb(232 121 249 / 0.95);
}

.caret-fuchsia-50 {
  caret-color: #fdf4ff;
}

.caret-fuchsia-50\/0 {
  caret-color: rgb(253 244 255 / 0);
}

.caret-fuchsia-50\/10 {
  caret-color: rgb(253 244 255 / 0.1);
}

.caret-fuchsia-50\/100 {
  caret-color: rgb(253 244 255 / 1);
}

.caret-fuchsia-50\/15 {
  caret-color: rgb(253 244 255 / 0.15);
}

.caret-fuchsia-50\/20 {
  caret-color: rgb(253 244 255 / 0.2);
}

.caret-fuchsia-50\/25 {
  caret-color: rgb(253 244 255 / 0.25);
}

.caret-fuchsia-50\/30 {
  caret-color: rgb(253 244 255 / 0.3);
}

.caret-fuchsia-50\/35 {
  caret-color: rgb(253 244 255 / 0.35);
}

.caret-fuchsia-50\/40 {
  caret-color: rgb(253 244 255 / 0.4);
}

.caret-fuchsia-50\/45 {
  caret-color: rgb(253 244 255 / 0.45);
}

.caret-fuchsia-50\/5 {
  caret-color: rgb(253 244 255 / 0.05);
}

.caret-fuchsia-50\/50 {
  caret-color: rgb(253 244 255 / 0.5);
}

.caret-fuchsia-50\/55 {
  caret-color: rgb(253 244 255 / 0.55);
}

.caret-fuchsia-50\/60 {
  caret-color: rgb(253 244 255 / 0.6);
}

.caret-fuchsia-50\/65 {
  caret-color: rgb(253 244 255 / 0.65);
}

.caret-fuchsia-50\/70 {
  caret-color: rgb(253 244 255 / 0.7);
}

.caret-fuchsia-50\/75 {
  caret-color: rgb(253 244 255 / 0.75);
}

.caret-fuchsia-50\/80 {
  caret-color: rgb(253 244 255 / 0.8);
}

.caret-fuchsia-50\/85 {
  caret-color: rgb(253 244 255 / 0.85);
}

.caret-fuchsia-50\/90 {
  caret-color: rgb(253 244 255 / 0.9);
}

.caret-fuchsia-50\/95 {
  caret-color: rgb(253 244 255 / 0.95);
}

.caret-fuchsia-500 {
  caret-color: #d946ef;
}

.caret-fuchsia-500\/0 {
  caret-color: rgb(217 70 239 / 0);
}

.caret-fuchsia-500\/10 {
  caret-color: rgb(217 70 239 / 0.1);
}

.caret-fuchsia-500\/100 {
  caret-color: rgb(217 70 239 / 1);
}

.caret-fuchsia-500\/15 {
  caret-color: rgb(217 70 239 / 0.15);
}

.caret-fuchsia-500\/20 {
  caret-color: rgb(217 70 239 / 0.2);
}

.caret-fuchsia-500\/25 {
  caret-color: rgb(217 70 239 / 0.25);
}

.caret-fuchsia-500\/30 {
  caret-color: rgb(217 70 239 / 0.3);
}

.caret-fuchsia-500\/35 {
  caret-color: rgb(217 70 239 / 0.35);
}

.caret-fuchsia-500\/40 {
  caret-color: rgb(217 70 239 / 0.4);
}

.caret-fuchsia-500\/45 {
  caret-color: rgb(217 70 239 / 0.45);
}

.caret-fuchsia-500\/5 {
  caret-color: rgb(217 70 239 / 0.05);
}

.caret-fuchsia-500\/50 {
  caret-color: rgb(217 70 239 / 0.5);
}

.caret-fuchsia-500\/55 {
  caret-color: rgb(217 70 239 / 0.55);
}

.caret-fuchsia-500\/60 {
  caret-color: rgb(217 70 239 / 0.6);
}

.caret-fuchsia-500\/65 {
  caret-color: rgb(217 70 239 / 0.65);
}

.caret-fuchsia-500\/70 {
  caret-color: rgb(217 70 239 / 0.7);
}

.caret-fuchsia-500\/75 {
  caret-color: rgb(217 70 239 / 0.75);
}

.caret-fuchsia-500\/80 {
  caret-color: rgb(217 70 239 / 0.8);
}

.caret-fuchsia-500\/85 {
  caret-color: rgb(217 70 239 / 0.85);
}

.caret-fuchsia-500\/90 {
  caret-color: rgb(217 70 239 / 0.9);
}

.caret-fuchsia-500\/95 {
  caret-color: rgb(217 70 239 / 0.95);
}

.caret-fuchsia-600 {
  caret-color: #c026d3;
}

.caret-fuchsia-600\/0 {
  caret-color: rgb(192 38 211 / 0);
}

.caret-fuchsia-600\/10 {
  caret-color: rgb(192 38 211 / 0.1);
}

.caret-fuchsia-600\/100 {
  caret-color: rgb(192 38 211 / 1);
}

.caret-fuchsia-600\/15 {
  caret-color: rgb(192 38 211 / 0.15);
}

.caret-fuchsia-600\/20 {
  caret-color: rgb(192 38 211 / 0.2);
}

.caret-fuchsia-600\/25 {
  caret-color: rgb(192 38 211 / 0.25);
}

.caret-fuchsia-600\/30 {
  caret-color: rgb(192 38 211 / 0.3);
}

.caret-fuchsia-600\/35 {
  caret-color: rgb(192 38 211 / 0.35);
}

.caret-fuchsia-600\/40 {
  caret-color: rgb(192 38 211 / 0.4);
}

.caret-fuchsia-600\/45 {
  caret-color: rgb(192 38 211 / 0.45);
}

.caret-fuchsia-600\/5 {
  caret-color: rgb(192 38 211 / 0.05);
}

.caret-fuchsia-600\/50 {
  caret-color: rgb(192 38 211 / 0.5);
}

.caret-fuchsia-600\/55 {
  caret-color: rgb(192 38 211 / 0.55);
}

.caret-fuchsia-600\/60 {
  caret-color: rgb(192 38 211 / 0.6);
}

.caret-fuchsia-600\/65 {
  caret-color: rgb(192 38 211 / 0.65);
}

.caret-fuchsia-600\/70 {
  caret-color: rgb(192 38 211 / 0.7);
}

.caret-fuchsia-600\/75 {
  caret-color: rgb(192 38 211 / 0.75);
}

.caret-fuchsia-600\/80 {
  caret-color: rgb(192 38 211 / 0.8);
}

.caret-fuchsia-600\/85 {
  caret-color: rgb(192 38 211 / 0.85);
}

.caret-fuchsia-600\/90 {
  caret-color: rgb(192 38 211 / 0.9);
}

.caret-fuchsia-600\/95 {
  caret-color: rgb(192 38 211 / 0.95);
}

.caret-fuchsia-700 {
  caret-color: #a21caf;
}

.caret-fuchsia-700\/0 {
  caret-color: rgb(162 28 175 / 0);
}

.caret-fuchsia-700\/10 {
  caret-color: rgb(162 28 175 / 0.1);
}

.caret-fuchsia-700\/100 {
  caret-color: rgb(162 28 175 / 1);
}

.caret-fuchsia-700\/15 {
  caret-color: rgb(162 28 175 / 0.15);
}

.caret-fuchsia-700\/20 {
  caret-color: rgb(162 28 175 / 0.2);
}

.caret-fuchsia-700\/25 {
  caret-color: rgb(162 28 175 / 0.25);
}

.caret-fuchsia-700\/30 {
  caret-color: rgb(162 28 175 / 0.3);
}

.caret-fuchsia-700\/35 {
  caret-color: rgb(162 28 175 / 0.35);
}

.caret-fuchsia-700\/40 {
  caret-color: rgb(162 28 175 / 0.4);
}

.caret-fuchsia-700\/45 {
  caret-color: rgb(162 28 175 / 0.45);
}

.caret-fuchsia-700\/5 {
  caret-color: rgb(162 28 175 / 0.05);
}

.caret-fuchsia-700\/50 {
  caret-color: rgb(162 28 175 / 0.5);
}

.caret-fuchsia-700\/55 {
  caret-color: rgb(162 28 175 / 0.55);
}

.caret-fuchsia-700\/60 {
  caret-color: rgb(162 28 175 / 0.6);
}

.caret-fuchsia-700\/65 {
  caret-color: rgb(162 28 175 / 0.65);
}

.caret-fuchsia-700\/70 {
  caret-color: rgb(162 28 175 / 0.7);
}

.caret-fuchsia-700\/75 {
  caret-color: rgb(162 28 175 / 0.75);
}

.caret-fuchsia-700\/80 {
  caret-color: rgb(162 28 175 / 0.8);
}

.caret-fuchsia-700\/85 {
  caret-color: rgb(162 28 175 / 0.85);
}

.caret-fuchsia-700\/90 {
  caret-color: rgb(162 28 175 / 0.9);
}

.caret-fuchsia-700\/95 {
  caret-color: rgb(162 28 175 / 0.95);
}

.caret-fuchsia-800 {
  caret-color: #86198f;
}

.caret-fuchsia-800\/0 {
  caret-color: rgb(134 25 143 / 0);
}

.caret-fuchsia-800\/10 {
  caret-color: rgb(134 25 143 / 0.1);
}

.caret-fuchsia-800\/100 {
  caret-color: rgb(134 25 143 / 1);
}

.caret-fuchsia-800\/15 {
  caret-color: rgb(134 25 143 / 0.15);
}

.caret-fuchsia-800\/20 {
  caret-color: rgb(134 25 143 / 0.2);
}

.caret-fuchsia-800\/25 {
  caret-color: rgb(134 25 143 / 0.25);
}

.caret-fuchsia-800\/30 {
  caret-color: rgb(134 25 143 / 0.3);
}

.caret-fuchsia-800\/35 {
  caret-color: rgb(134 25 143 / 0.35);
}

.caret-fuchsia-800\/40 {
  caret-color: rgb(134 25 143 / 0.4);
}

.caret-fuchsia-800\/45 {
  caret-color: rgb(134 25 143 / 0.45);
}

.caret-fuchsia-800\/5 {
  caret-color: rgb(134 25 143 / 0.05);
}

.caret-fuchsia-800\/50 {
  caret-color: rgb(134 25 143 / 0.5);
}

.caret-fuchsia-800\/55 {
  caret-color: rgb(134 25 143 / 0.55);
}

.caret-fuchsia-800\/60 {
  caret-color: rgb(134 25 143 / 0.6);
}

.caret-fuchsia-800\/65 {
  caret-color: rgb(134 25 143 / 0.65);
}

.caret-fuchsia-800\/70 {
  caret-color: rgb(134 25 143 / 0.7);
}

.caret-fuchsia-800\/75 {
  caret-color: rgb(134 25 143 / 0.75);
}

.caret-fuchsia-800\/80 {
  caret-color: rgb(134 25 143 / 0.8);
}

.caret-fuchsia-800\/85 {
  caret-color: rgb(134 25 143 / 0.85);
}

.caret-fuchsia-800\/90 {
  caret-color: rgb(134 25 143 / 0.9);
}

.caret-fuchsia-800\/95 {
  caret-color: rgb(134 25 143 / 0.95);
}

.caret-fuchsia-900 {
  caret-color: #701a75;
}

.caret-fuchsia-900\/0 {
  caret-color: rgb(112 26 117 / 0);
}

.caret-fuchsia-900\/10 {
  caret-color: rgb(112 26 117 / 0.1);
}

.caret-fuchsia-900\/100 {
  caret-color: rgb(112 26 117 / 1);
}

.caret-fuchsia-900\/15 {
  caret-color: rgb(112 26 117 / 0.15);
}

.caret-fuchsia-900\/20 {
  caret-color: rgb(112 26 117 / 0.2);
}

.caret-fuchsia-900\/25 {
  caret-color: rgb(112 26 117 / 0.25);
}

.caret-fuchsia-900\/30 {
  caret-color: rgb(112 26 117 / 0.3);
}

.caret-fuchsia-900\/35 {
  caret-color: rgb(112 26 117 / 0.35);
}

.caret-fuchsia-900\/40 {
  caret-color: rgb(112 26 117 / 0.4);
}

.caret-fuchsia-900\/45 {
  caret-color: rgb(112 26 117 / 0.45);
}

.caret-fuchsia-900\/5 {
  caret-color: rgb(112 26 117 / 0.05);
}

.caret-fuchsia-900\/50 {
  caret-color: rgb(112 26 117 / 0.5);
}

.caret-fuchsia-900\/55 {
  caret-color: rgb(112 26 117 / 0.55);
}

.caret-fuchsia-900\/60 {
  caret-color: rgb(112 26 117 / 0.6);
}

.caret-fuchsia-900\/65 {
  caret-color: rgb(112 26 117 / 0.65);
}

.caret-fuchsia-900\/70 {
  caret-color: rgb(112 26 117 / 0.7);
}

.caret-fuchsia-900\/75 {
  caret-color: rgb(112 26 117 / 0.75);
}

.caret-fuchsia-900\/80 {
  caret-color: rgb(112 26 117 / 0.8);
}

.caret-fuchsia-900\/85 {
  caret-color: rgb(112 26 117 / 0.85);
}

.caret-fuchsia-900\/90 {
  caret-color: rgb(112 26 117 / 0.9);
}

.caret-fuchsia-900\/95 {
  caret-color: rgb(112 26 117 / 0.95);
}

.caret-fuchsia-950 {
  caret-color: #4a044e;
}

.caret-fuchsia-950\/0 {
  caret-color: rgb(74 4 78 / 0);
}

.caret-fuchsia-950\/10 {
  caret-color: rgb(74 4 78 / 0.1);
}

.caret-fuchsia-950\/100 {
  caret-color: rgb(74 4 78 / 1);
}

.caret-fuchsia-950\/15 {
  caret-color: rgb(74 4 78 / 0.15);
}

.caret-fuchsia-950\/20 {
  caret-color: rgb(74 4 78 / 0.2);
}

.caret-fuchsia-950\/25 {
  caret-color: rgb(74 4 78 / 0.25);
}

.caret-fuchsia-950\/30 {
  caret-color: rgb(74 4 78 / 0.3);
}

.caret-fuchsia-950\/35 {
  caret-color: rgb(74 4 78 / 0.35);
}

.caret-fuchsia-950\/40 {
  caret-color: rgb(74 4 78 / 0.4);
}

.caret-fuchsia-950\/45 {
  caret-color: rgb(74 4 78 / 0.45);
}

.caret-fuchsia-950\/5 {
  caret-color: rgb(74 4 78 / 0.05);
}

.caret-fuchsia-950\/50 {
  caret-color: rgb(74 4 78 / 0.5);
}

.caret-fuchsia-950\/55 {
  caret-color: rgb(74 4 78 / 0.55);
}

.caret-fuchsia-950\/60 {
  caret-color: rgb(74 4 78 / 0.6);
}

.caret-fuchsia-950\/65 {
  caret-color: rgb(74 4 78 / 0.65);
}

.caret-fuchsia-950\/70 {
  caret-color: rgb(74 4 78 / 0.7);
}

.caret-fuchsia-950\/75 {
  caret-color: rgb(74 4 78 / 0.75);
}

.caret-fuchsia-950\/80 {
  caret-color: rgb(74 4 78 / 0.8);
}

.caret-fuchsia-950\/85 {
  caret-color: rgb(74 4 78 / 0.85);
}

.caret-fuchsia-950\/90 {
  caret-color: rgb(74 4 78 / 0.9);
}

.caret-fuchsia-950\/95 {
  caret-color: rgb(74 4 78 / 0.95);
}

.caret-gray-100 {
  caret-color: #f3f4f6;
}

.caret-gray-100\/0 {
  caret-color: rgb(243 244 246 / 0);
}

.caret-gray-100\/10 {
  caret-color: rgb(243 244 246 / 0.1);
}

.caret-gray-100\/100 {
  caret-color: rgb(243 244 246 / 1);
}

.caret-gray-100\/15 {
  caret-color: rgb(243 244 246 / 0.15);
}

.caret-gray-100\/20 {
  caret-color: rgb(243 244 246 / 0.2);
}

.caret-gray-100\/25 {
  caret-color: rgb(243 244 246 / 0.25);
}

.caret-gray-100\/30 {
  caret-color: rgb(243 244 246 / 0.3);
}

.caret-gray-100\/35 {
  caret-color: rgb(243 244 246 / 0.35);
}

.caret-gray-100\/40 {
  caret-color: rgb(243 244 246 / 0.4);
}

.caret-gray-100\/45 {
  caret-color: rgb(243 244 246 / 0.45);
}

.caret-gray-100\/5 {
  caret-color: rgb(243 244 246 / 0.05);
}

.caret-gray-100\/50 {
  caret-color: rgb(243 244 246 / 0.5);
}

.caret-gray-100\/55 {
  caret-color: rgb(243 244 246 / 0.55);
}

.caret-gray-100\/60 {
  caret-color: rgb(243 244 246 / 0.6);
}

.caret-gray-100\/65 {
  caret-color: rgb(243 244 246 / 0.65);
}

.caret-gray-100\/70 {
  caret-color: rgb(243 244 246 / 0.7);
}

.caret-gray-100\/75 {
  caret-color: rgb(243 244 246 / 0.75);
}

.caret-gray-100\/80 {
  caret-color: rgb(243 244 246 / 0.8);
}

.caret-gray-100\/85 {
  caret-color: rgb(243 244 246 / 0.85);
}

.caret-gray-100\/90 {
  caret-color: rgb(243 244 246 / 0.9);
}

.caret-gray-100\/95 {
  caret-color: rgb(243 244 246 / 0.95);
}

.caret-gray-200 {
  caret-color: #e5e7eb;
}

.caret-gray-200\/0 {
  caret-color: rgb(229 231 235 / 0);
}

.caret-gray-200\/10 {
  caret-color: rgb(229 231 235 / 0.1);
}

.caret-gray-200\/100 {
  caret-color: rgb(229 231 235 / 1);
}

.caret-gray-200\/15 {
  caret-color: rgb(229 231 235 / 0.15);
}

.caret-gray-200\/20 {
  caret-color: rgb(229 231 235 / 0.2);
}

.caret-gray-200\/25 {
  caret-color: rgb(229 231 235 / 0.25);
}

.caret-gray-200\/30 {
  caret-color: rgb(229 231 235 / 0.3);
}

.caret-gray-200\/35 {
  caret-color: rgb(229 231 235 / 0.35);
}

.caret-gray-200\/40 {
  caret-color: rgb(229 231 235 / 0.4);
}

.caret-gray-200\/45 {
  caret-color: rgb(229 231 235 / 0.45);
}

.caret-gray-200\/5 {
  caret-color: rgb(229 231 235 / 0.05);
}

.caret-gray-200\/50 {
  caret-color: rgb(229 231 235 / 0.5);
}

.caret-gray-200\/55 {
  caret-color: rgb(229 231 235 / 0.55);
}

.caret-gray-200\/60 {
  caret-color: rgb(229 231 235 / 0.6);
}

.caret-gray-200\/65 {
  caret-color: rgb(229 231 235 / 0.65);
}

.caret-gray-200\/70 {
  caret-color: rgb(229 231 235 / 0.7);
}

.caret-gray-200\/75 {
  caret-color: rgb(229 231 235 / 0.75);
}

.caret-gray-200\/80 {
  caret-color: rgb(229 231 235 / 0.8);
}

.caret-gray-200\/85 {
  caret-color: rgb(229 231 235 / 0.85);
}

.caret-gray-200\/90 {
  caret-color: rgb(229 231 235 / 0.9);
}

.caret-gray-200\/95 {
  caret-color: rgb(229 231 235 / 0.95);
}

.caret-gray-300 {
  caret-color: #d1d5db;
}

.caret-gray-300\/0 {
  caret-color: rgb(209 213 219 / 0);
}

.caret-gray-300\/10 {
  caret-color: rgb(209 213 219 / 0.1);
}

.caret-gray-300\/100 {
  caret-color: rgb(209 213 219 / 1);
}

.caret-gray-300\/15 {
  caret-color: rgb(209 213 219 / 0.15);
}

.caret-gray-300\/20 {
  caret-color: rgb(209 213 219 / 0.2);
}

.caret-gray-300\/25 {
  caret-color: rgb(209 213 219 / 0.25);
}

.caret-gray-300\/30 {
  caret-color: rgb(209 213 219 / 0.3);
}

.caret-gray-300\/35 {
  caret-color: rgb(209 213 219 / 0.35);
}

.caret-gray-300\/40 {
  caret-color: rgb(209 213 219 / 0.4);
}

.caret-gray-300\/45 {
  caret-color: rgb(209 213 219 / 0.45);
}

.caret-gray-300\/5 {
  caret-color: rgb(209 213 219 / 0.05);
}

.caret-gray-300\/50 {
  caret-color: rgb(209 213 219 / 0.5);
}

.caret-gray-300\/55 {
  caret-color: rgb(209 213 219 / 0.55);
}

.caret-gray-300\/60 {
  caret-color: rgb(209 213 219 / 0.6);
}

.caret-gray-300\/65 {
  caret-color: rgb(209 213 219 / 0.65);
}

.caret-gray-300\/70 {
  caret-color: rgb(209 213 219 / 0.7);
}

.caret-gray-300\/75 {
  caret-color: rgb(209 213 219 / 0.75);
}

.caret-gray-300\/80 {
  caret-color: rgb(209 213 219 / 0.8);
}

.caret-gray-300\/85 {
  caret-color: rgb(209 213 219 / 0.85);
}

.caret-gray-300\/90 {
  caret-color: rgb(209 213 219 / 0.9);
}

.caret-gray-300\/95 {
  caret-color: rgb(209 213 219 / 0.95);
}

.caret-gray-400 {
  caret-color: #9ca3af;
}

.caret-gray-400\/0 {
  caret-color: rgb(156 163 175 / 0);
}

.caret-gray-400\/10 {
  caret-color: rgb(156 163 175 / 0.1);
}

.caret-gray-400\/100 {
  caret-color: rgb(156 163 175 / 1);
}

.caret-gray-400\/15 {
  caret-color: rgb(156 163 175 / 0.15);
}

.caret-gray-400\/20 {
  caret-color: rgb(156 163 175 / 0.2);
}

.caret-gray-400\/25 {
  caret-color: rgb(156 163 175 / 0.25);
}

.caret-gray-400\/30 {
  caret-color: rgb(156 163 175 / 0.3);
}

.caret-gray-400\/35 {
  caret-color: rgb(156 163 175 / 0.35);
}

.caret-gray-400\/40 {
  caret-color: rgb(156 163 175 / 0.4);
}

.caret-gray-400\/45 {
  caret-color: rgb(156 163 175 / 0.45);
}

.caret-gray-400\/5 {
  caret-color: rgb(156 163 175 / 0.05);
}

.caret-gray-400\/50 {
  caret-color: rgb(156 163 175 / 0.5);
}

.caret-gray-400\/55 {
  caret-color: rgb(156 163 175 / 0.55);
}

.caret-gray-400\/60 {
  caret-color: rgb(156 163 175 / 0.6);
}

.caret-gray-400\/65 {
  caret-color: rgb(156 163 175 / 0.65);
}

.caret-gray-400\/70 {
  caret-color: rgb(156 163 175 / 0.7);
}

.caret-gray-400\/75 {
  caret-color: rgb(156 163 175 / 0.75);
}

.caret-gray-400\/80 {
  caret-color: rgb(156 163 175 / 0.8);
}

.caret-gray-400\/85 {
  caret-color: rgb(156 163 175 / 0.85);
}

.caret-gray-400\/90 {
  caret-color: rgb(156 163 175 / 0.9);
}

.caret-gray-400\/95 {
  caret-color: rgb(156 163 175 / 0.95);
}

.caret-gray-50 {
  caret-color: #f9fafb;
}

.caret-gray-50\/0 {
  caret-color: rgb(249 250 251 / 0);
}

.caret-gray-50\/10 {
  caret-color: rgb(249 250 251 / 0.1);
}

.caret-gray-50\/100 {
  caret-color: rgb(249 250 251 / 1);
}

.caret-gray-50\/15 {
  caret-color: rgb(249 250 251 / 0.15);
}

.caret-gray-50\/20 {
  caret-color: rgb(249 250 251 / 0.2);
}

.caret-gray-50\/25 {
  caret-color: rgb(249 250 251 / 0.25);
}

.caret-gray-50\/30 {
  caret-color: rgb(249 250 251 / 0.3);
}

.caret-gray-50\/35 {
  caret-color: rgb(249 250 251 / 0.35);
}

.caret-gray-50\/40 {
  caret-color: rgb(249 250 251 / 0.4);
}

.caret-gray-50\/45 {
  caret-color: rgb(249 250 251 / 0.45);
}

.caret-gray-50\/5 {
  caret-color: rgb(249 250 251 / 0.05);
}

.caret-gray-50\/50 {
  caret-color: rgb(249 250 251 / 0.5);
}

.caret-gray-50\/55 {
  caret-color: rgb(249 250 251 / 0.55);
}

.caret-gray-50\/60 {
  caret-color: rgb(249 250 251 / 0.6);
}

.caret-gray-50\/65 {
  caret-color: rgb(249 250 251 / 0.65);
}

.caret-gray-50\/70 {
  caret-color: rgb(249 250 251 / 0.7);
}

.caret-gray-50\/75 {
  caret-color: rgb(249 250 251 / 0.75);
}

.caret-gray-50\/80 {
  caret-color: rgb(249 250 251 / 0.8);
}

.caret-gray-50\/85 {
  caret-color: rgb(249 250 251 / 0.85);
}

.caret-gray-50\/90 {
  caret-color: rgb(249 250 251 / 0.9);
}

.caret-gray-50\/95 {
  caret-color: rgb(249 250 251 / 0.95);
}

.caret-gray-500 {
  caret-color: #6b7280;
}

.caret-gray-500\/0 {
  caret-color: rgb(107 114 128 / 0);
}

.caret-gray-500\/10 {
  caret-color: rgb(107 114 128 / 0.1);
}

.caret-gray-500\/100 {
  caret-color: rgb(107 114 128 / 1);
}

.caret-gray-500\/15 {
  caret-color: rgb(107 114 128 / 0.15);
}

.caret-gray-500\/20 {
  caret-color: rgb(107 114 128 / 0.2);
}

.caret-gray-500\/25 {
  caret-color: rgb(107 114 128 / 0.25);
}

.caret-gray-500\/30 {
  caret-color: rgb(107 114 128 / 0.3);
}

.caret-gray-500\/35 {
  caret-color: rgb(107 114 128 / 0.35);
}

.caret-gray-500\/40 {
  caret-color: rgb(107 114 128 / 0.4);
}

.caret-gray-500\/45 {
  caret-color: rgb(107 114 128 / 0.45);
}

.caret-gray-500\/5 {
  caret-color: rgb(107 114 128 / 0.05);
}

.caret-gray-500\/50 {
  caret-color: rgb(107 114 128 / 0.5);
}

.caret-gray-500\/55 {
  caret-color: rgb(107 114 128 / 0.55);
}

.caret-gray-500\/60 {
  caret-color: rgb(107 114 128 / 0.6);
}

.caret-gray-500\/65 {
  caret-color: rgb(107 114 128 / 0.65);
}

.caret-gray-500\/70 {
  caret-color: rgb(107 114 128 / 0.7);
}

.caret-gray-500\/75 {
  caret-color: rgb(107 114 128 / 0.75);
}

.caret-gray-500\/80 {
  caret-color: rgb(107 114 128 / 0.8);
}

.caret-gray-500\/85 {
  caret-color: rgb(107 114 128 / 0.85);
}

.caret-gray-500\/90 {
  caret-color: rgb(107 114 128 / 0.9);
}

.caret-gray-500\/95 {
  caret-color: rgb(107 114 128 / 0.95);
}

.caret-gray-600 {
  caret-color: #4b5563;
}

.caret-gray-600\/0 {
  caret-color: rgb(75 85 99 / 0);
}

.caret-gray-600\/10 {
  caret-color: rgb(75 85 99 / 0.1);
}

.caret-gray-600\/100 {
  caret-color: rgb(75 85 99 / 1);
}

.caret-gray-600\/15 {
  caret-color: rgb(75 85 99 / 0.15);
}

.caret-gray-600\/20 {
  caret-color: rgb(75 85 99 / 0.2);
}

.caret-gray-600\/25 {
  caret-color: rgb(75 85 99 / 0.25);
}

.caret-gray-600\/30 {
  caret-color: rgb(75 85 99 / 0.3);
}

.caret-gray-600\/35 {
  caret-color: rgb(75 85 99 / 0.35);
}

.caret-gray-600\/40 {
  caret-color: rgb(75 85 99 / 0.4);
}

.caret-gray-600\/45 {
  caret-color: rgb(75 85 99 / 0.45);
}

.caret-gray-600\/5 {
  caret-color: rgb(75 85 99 / 0.05);
}

.caret-gray-600\/50 {
  caret-color: rgb(75 85 99 / 0.5);
}

.caret-gray-600\/55 {
  caret-color: rgb(75 85 99 / 0.55);
}

.caret-gray-600\/60 {
  caret-color: rgb(75 85 99 / 0.6);
}

.caret-gray-600\/65 {
  caret-color: rgb(75 85 99 / 0.65);
}

.caret-gray-600\/70 {
  caret-color: rgb(75 85 99 / 0.7);
}

.caret-gray-600\/75 {
  caret-color: rgb(75 85 99 / 0.75);
}

.caret-gray-600\/80 {
  caret-color: rgb(75 85 99 / 0.8);
}

.caret-gray-600\/85 {
  caret-color: rgb(75 85 99 / 0.85);
}

.caret-gray-600\/90 {
  caret-color: rgb(75 85 99 / 0.9);
}

.caret-gray-600\/95 {
  caret-color: rgb(75 85 99 / 0.95);
}

.caret-gray-700 {
  caret-color: #374151;
}

.caret-gray-700\/0 {
  caret-color: rgb(55 65 81 / 0);
}

.caret-gray-700\/10 {
  caret-color: rgb(55 65 81 / 0.1);
}

.caret-gray-700\/100 {
  caret-color: rgb(55 65 81 / 1);
}

.caret-gray-700\/15 {
  caret-color: rgb(55 65 81 / 0.15);
}

.caret-gray-700\/20 {
  caret-color: rgb(55 65 81 / 0.2);
}

.caret-gray-700\/25 {
  caret-color: rgb(55 65 81 / 0.25);
}

.caret-gray-700\/30 {
  caret-color: rgb(55 65 81 / 0.3);
}

.caret-gray-700\/35 {
  caret-color: rgb(55 65 81 / 0.35);
}

.caret-gray-700\/40 {
  caret-color: rgb(55 65 81 / 0.4);
}

.caret-gray-700\/45 {
  caret-color: rgb(55 65 81 / 0.45);
}

.caret-gray-700\/5 {
  caret-color: rgb(55 65 81 / 0.05);
}

.caret-gray-700\/50 {
  caret-color: rgb(55 65 81 / 0.5);
}

.caret-gray-700\/55 {
  caret-color: rgb(55 65 81 / 0.55);
}

.caret-gray-700\/60 {
  caret-color: rgb(55 65 81 / 0.6);
}

.caret-gray-700\/65 {
  caret-color: rgb(55 65 81 / 0.65);
}

.caret-gray-700\/70 {
  caret-color: rgb(55 65 81 / 0.7);
}

.caret-gray-700\/75 {
  caret-color: rgb(55 65 81 / 0.75);
}

.caret-gray-700\/80 {
  caret-color: rgb(55 65 81 / 0.8);
}

.caret-gray-700\/85 {
  caret-color: rgb(55 65 81 / 0.85);
}

.caret-gray-700\/90 {
  caret-color: rgb(55 65 81 / 0.9);
}

.caret-gray-700\/95 {
  caret-color: rgb(55 65 81 / 0.95);
}

.caret-gray-800 {
  caret-color: #1f2937;
}

.caret-gray-800\/0 {
  caret-color: rgb(31 41 55 / 0);
}

.caret-gray-800\/10 {
  caret-color: rgb(31 41 55 / 0.1);
}

.caret-gray-800\/100 {
  caret-color: rgb(31 41 55 / 1);
}

.caret-gray-800\/15 {
  caret-color: rgb(31 41 55 / 0.15);
}

.caret-gray-800\/20 {
  caret-color: rgb(31 41 55 / 0.2);
}

.caret-gray-800\/25 {
  caret-color: rgb(31 41 55 / 0.25);
}

.caret-gray-800\/30 {
  caret-color: rgb(31 41 55 / 0.3);
}

.caret-gray-800\/35 {
  caret-color: rgb(31 41 55 / 0.35);
}

.caret-gray-800\/40 {
  caret-color: rgb(31 41 55 / 0.4);
}

.caret-gray-800\/45 {
  caret-color: rgb(31 41 55 / 0.45);
}

.caret-gray-800\/5 {
  caret-color: rgb(31 41 55 / 0.05);
}

.caret-gray-800\/50 {
  caret-color: rgb(31 41 55 / 0.5);
}

.caret-gray-800\/55 {
  caret-color: rgb(31 41 55 / 0.55);
}

.caret-gray-800\/60 {
  caret-color: rgb(31 41 55 / 0.6);
}

.caret-gray-800\/65 {
  caret-color: rgb(31 41 55 / 0.65);
}

.caret-gray-800\/70 {
  caret-color: rgb(31 41 55 / 0.7);
}

.caret-gray-800\/75 {
  caret-color: rgb(31 41 55 / 0.75);
}

.caret-gray-800\/80 {
  caret-color: rgb(31 41 55 / 0.8);
}

.caret-gray-800\/85 {
  caret-color: rgb(31 41 55 / 0.85);
}

.caret-gray-800\/90 {
  caret-color: rgb(31 41 55 / 0.9);
}

.caret-gray-800\/95 {
  caret-color: rgb(31 41 55 / 0.95);
}

.caret-gray-900 {
  caret-color: #111827;
}

.caret-gray-900\/0 {
  caret-color: rgb(17 24 39 / 0);
}

.caret-gray-900\/10 {
  caret-color: rgb(17 24 39 / 0.1);
}

.caret-gray-900\/100 {
  caret-color: rgb(17 24 39 / 1);
}

.caret-gray-900\/15 {
  caret-color: rgb(17 24 39 / 0.15);
}

.caret-gray-900\/20 {
  caret-color: rgb(17 24 39 / 0.2);
}

.caret-gray-900\/25 {
  caret-color: rgb(17 24 39 / 0.25);
}

.caret-gray-900\/30 {
  caret-color: rgb(17 24 39 / 0.3);
}

.caret-gray-900\/35 {
  caret-color: rgb(17 24 39 / 0.35);
}

.caret-gray-900\/40 {
  caret-color: rgb(17 24 39 / 0.4);
}

.caret-gray-900\/45 {
  caret-color: rgb(17 24 39 / 0.45);
}

.caret-gray-900\/5 {
  caret-color: rgb(17 24 39 / 0.05);
}

.caret-gray-900\/50 {
  caret-color: rgb(17 24 39 / 0.5);
}

.caret-gray-900\/55 {
  caret-color: rgb(17 24 39 / 0.55);
}

.caret-gray-900\/60 {
  caret-color: rgb(17 24 39 / 0.6);
}

.caret-gray-900\/65 {
  caret-color: rgb(17 24 39 / 0.65);
}

.caret-gray-900\/70 {
  caret-color: rgb(17 24 39 / 0.7);
}

.caret-gray-900\/75 {
  caret-color: rgb(17 24 39 / 0.75);
}

.caret-gray-900\/80 {
  caret-color: rgb(17 24 39 / 0.8);
}

.caret-gray-900\/85 {
  caret-color: rgb(17 24 39 / 0.85);
}

.caret-gray-900\/90 {
  caret-color: rgb(17 24 39 / 0.9);
}

.caret-gray-900\/95 {
  caret-color: rgb(17 24 39 / 0.95);
}

.caret-gray-950 {
  caret-color: #030712;
}

.caret-gray-950\/0 {
  caret-color: rgb(3 7 18 / 0);
}

.caret-gray-950\/10 {
  caret-color: rgb(3 7 18 / 0.1);
}

.caret-gray-950\/100 {
  caret-color: rgb(3 7 18 / 1);
}

.caret-gray-950\/15 {
  caret-color: rgb(3 7 18 / 0.15);
}

.caret-gray-950\/20 {
  caret-color: rgb(3 7 18 / 0.2);
}

.caret-gray-950\/25 {
  caret-color: rgb(3 7 18 / 0.25);
}

.caret-gray-950\/30 {
  caret-color: rgb(3 7 18 / 0.3);
}

.caret-gray-950\/35 {
  caret-color: rgb(3 7 18 / 0.35);
}

.caret-gray-950\/40 {
  caret-color: rgb(3 7 18 / 0.4);
}

.caret-gray-950\/45 {
  caret-color: rgb(3 7 18 / 0.45);
}

.caret-gray-950\/5 {
  caret-color: rgb(3 7 18 / 0.05);
}

.caret-gray-950\/50 {
  caret-color: rgb(3 7 18 / 0.5);
}

.caret-gray-950\/55 {
  caret-color: rgb(3 7 18 / 0.55);
}

.caret-gray-950\/60 {
  caret-color: rgb(3 7 18 / 0.6);
}

.caret-gray-950\/65 {
  caret-color: rgb(3 7 18 / 0.65);
}

.caret-gray-950\/70 {
  caret-color: rgb(3 7 18 / 0.7);
}

.caret-gray-950\/75 {
  caret-color: rgb(3 7 18 / 0.75);
}

.caret-gray-950\/80 {
  caret-color: rgb(3 7 18 / 0.8);
}

.caret-gray-950\/85 {
  caret-color: rgb(3 7 18 / 0.85);
}

.caret-gray-950\/90 {
  caret-color: rgb(3 7 18 / 0.9);
}

.caret-gray-950\/95 {
  caret-color: rgb(3 7 18 / 0.95);
}

.caret-green-100 {
  caret-color: #dcfce7;
}

.caret-green-100\/0 {
  caret-color: rgb(220 252 231 / 0);
}

.caret-green-100\/10 {
  caret-color: rgb(220 252 231 / 0.1);
}

.caret-green-100\/100 {
  caret-color: rgb(220 252 231 / 1);
}

.caret-green-100\/15 {
  caret-color: rgb(220 252 231 / 0.15);
}

.caret-green-100\/20 {
  caret-color: rgb(220 252 231 / 0.2);
}

.caret-green-100\/25 {
  caret-color: rgb(220 252 231 / 0.25);
}

.caret-green-100\/30 {
  caret-color: rgb(220 252 231 / 0.3);
}

.caret-green-100\/35 {
  caret-color: rgb(220 252 231 / 0.35);
}

.caret-green-100\/40 {
  caret-color: rgb(220 252 231 / 0.4);
}

.caret-green-100\/45 {
  caret-color: rgb(220 252 231 / 0.45);
}

.caret-green-100\/5 {
  caret-color: rgb(220 252 231 / 0.05);
}

.caret-green-100\/50 {
  caret-color: rgb(220 252 231 / 0.5);
}

.caret-green-100\/55 {
  caret-color: rgb(220 252 231 / 0.55);
}

.caret-green-100\/60 {
  caret-color: rgb(220 252 231 / 0.6);
}

.caret-green-100\/65 {
  caret-color: rgb(220 252 231 / 0.65);
}

.caret-green-100\/70 {
  caret-color: rgb(220 252 231 / 0.7);
}

.caret-green-100\/75 {
  caret-color: rgb(220 252 231 / 0.75);
}

.caret-green-100\/80 {
  caret-color: rgb(220 252 231 / 0.8);
}

.caret-green-100\/85 {
  caret-color: rgb(220 252 231 / 0.85);
}

.caret-green-100\/90 {
  caret-color: rgb(220 252 231 / 0.9);
}

.caret-green-100\/95 {
  caret-color: rgb(220 252 231 / 0.95);
}

.caret-green-200 {
  caret-color: #bbf7d0;
}

.caret-green-200\/0 {
  caret-color: rgb(187 247 208 / 0);
}

.caret-green-200\/10 {
  caret-color: rgb(187 247 208 / 0.1);
}

.caret-green-200\/100 {
  caret-color: rgb(187 247 208 / 1);
}

.caret-green-200\/15 {
  caret-color: rgb(187 247 208 / 0.15);
}

.caret-green-200\/20 {
  caret-color: rgb(187 247 208 / 0.2);
}

.caret-green-200\/25 {
  caret-color: rgb(187 247 208 / 0.25);
}

.caret-green-200\/30 {
  caret-color: rgb(187 247 208 / 0.3);
}

.caret-green-200\/35 {
  caret-color: rgb(187 247 208 / 0.35);
}

.caret-green-200\/40 {
  caret-color: rgb(187 247 208 / 0.4);
}

.caret-green-200\/45 {
  caret-color: rgb(187 247 208 / 0.45);
}

.caret-green-200\/5 {
  caret-color: rgb(187 247 208 / 0.05);
}

.caret-green-200\/50 {
  caret-color: rgb(187 247 208 / 0.5);
}

.caret-green-200\/55 {
  caret-color: rgb(187 247 208 / 0.55);
}

.caret-green-200\/60 {
  caret-color: rgb(187 247 208 / 0.6);
}

.caret-green-200\/65 {
  caret-color: rgb(187 247 208 / 0.65);
}

.caret-green-200\/70 {
  caret-color: rgb(187 247 208 / 0.7);
}

.caret-green-200\/75 {
  caret-color: rgb(187 247 208 / 0.75);
}

.caret-green-200\/80 {
  caret-color: rgb(187 247 208 / 0.8);
}

.caret-green-200\/85 {
  caret-color: rgb(187 247 208 / 0.85);
}

.caret-green-200\/90 {
  caret-color: rgb(187 247 208 / 0.9);
}

.caret-green-200\/95 {
  caret-color: rgb(187 247 208 / 0.95);
}

.caret-green-300 {
  caret-color: #86efac;
}

.caret-green-300\/0 {
  caret-color: rgb(134 239 172 / 0);
}

.caret-green-300\/10 {
  caret-color: rgb(134 239 172 / 0.1);
}

.caret-green-300\/100 {
  caret-color: rgb(134 239 172 / 1);
}

.caret-green-300\/15 {
  caret-color: rgb(134 239 172 / 0.15);
}

.caret-green-300\/20 {
  caret-color: rgb(134 239 172 / 0.2);
}

.caret-green-300\/25 {
  caret-color: rgb(134 239 172 / 0.25);
}

.caret-green-300\/30 {
  caret-color: rgb(134 239 172 / 0.3);
}

.caret-green-300\/35 {
  caret-color: rgb(134 239 172 / 0.35);
}

.caret-green-300\/40 {
  caret-color: rgb(134 239 172 / 0.4);
}

.caret-green-300\/45 {
  caret-color: rgb(134 239 172 / 0.45);
}

.caret-green-300\/5 {
  caret-color: rgb(134 239 172 / 0.05);
}

.caret-green-300\/50 {
  caret-color: rgb(134 239 172 / 0.5);
}

.caret-green-300\/55 {
  caret-color: rgb(134 239 172 / 0.55);
}

.caret-green-300\/60 {
  caret-color: rgb(134 239 172 / 0.6);
}

.caret-green-300\/65 {
  caret-color: rgb(134 239 172 / 0.65);
}

.caret-green-300\/70 {
  caret-color: rgb(134 239 172 / 0.7);
}

.caret-green-300\/75 {
  caret-color: rgb(134 239 172 / 0.75);
}

.caret-green-300\/80 {
  caret-color: rgb(134 239 172 / 0.8);
}

.caret-green-300\/85 {
  caret-color: rgb(134 239 172 / 0.85);
}

.caret-green-300\/90 {
  caret-color: rgb(134 239 172 / 0.9);
}

.caret-green-300\/95 {
  caret-color: rgb(134 239 172 / 0.95);
}

.caret-green-400 {
  caret-color: #4ade80;
}

.caret-green-400\/0 {
  caret-color: rgb(74 222 128 / 0);
}

.caret-green-400\/10 {
  caret-color: rgb(74 222 128 / 0.1);
}

.caret-green-400\/100 {
  caret-color: rgb(74 222 128 / 1);
}

.caret-green-400\/15 {
  caret-color: rgb(74 222 128 / 0.15);
}

.caret-green-400\/20 {
  caret-color: rgb(74 222 128 / 0.2);
}

.caret-green-400\/25 {
  caret-color: rgb(74 222 128 / 0.25);
}

.caret-green-400\/30 {
  caret-color: rgb(74 222 128 / 0.3);
}

.caret-green-400\/35 {
  caret-color: rgb(74 222 128 / 0.35);
}

.caret-green-400\/40 {
  caret-color: rgb(74 222 128 / 0.4);
}

.caret-green-400\/45 {
  caret-color: rgb(74 222 128 / 0.45);
}

.caret-green-400\/5 {
  caret-color: rgb(74 222 128 / 0.05);
}

.caret-green-400\/50 {
  caret-color: rgb(74 222 128 / 0.5);
}

.caret-green-400\/55 {
  caret-color: rgb(74 222 128 / 0.55);
}

.caret-green-400\/60 {
  caret-color: rgb(74 222 128 / 0.6);
}

.caret-green-400\/65 {
  caret-color: rgb(74 222 128 / 0.65);
}

.caret-green-400\/70 {
  caret-color: rgb(74 222 128 / 0.7);
}

.caret-green-400\/75 {
  caret-color: rgb(74 222 128 / 0.75);
}

.caret-green-400\/80 {
  caret-color: rgb(74 222 128 / 0.8);
}

.caret-green-400\/85 {
  caret-color: rgb(74 222 128 / 0.85);
}

.caret-green-400\/90 {
  caret-color: rgb(74 222 128 / 0.9);
}

.caret-green-400\/95 {
  caret-color: rgb(74 222 128 / 0.95);
}

.caret-green-50 {
  caret-color: #f0fdf4;
}

.caret-green-50\/0 {
  caret-color: rgb(240 253 244 / 0);
}

.caret-green-50\/10 {
  caret-color: rgb(240 253 244 / 0.1);
}

.caret-green-50\/100 {
  caret-color: rgb(240 253 244 / 1);
}

.caret-green-50\/15 {
  caret-color: rgb(240 253 244 / 0.15);
}

.caret-green-50\/20 {
  caret-color: rgb(240 253 244 / 0.2);
}

.caret-green-50\/25 {
  caret-color: rgb(240 253 244 / 0.25);
}

.caret-green-50\/30 {
  caret-color: rgb(240 253 244 / 0.3);
}

.caret-green-50\/35 {
  caret-color: rgb(240 253 244 / 0.35);
}

.caret-green-50\/40 {
  caret-color: rgb(240 253 244 / 0.4);
}

.caret-green-50\/45 {
  caret-color: rgb(240 253 244 / 0.45);
}

.caret-green-50\/5 {
  caret-color: rgb(240 253 244 / 0.05);
}

.caret-green-50\/50 {
  caret-color: rgb(240 253 244 / 0.5);
}

.caret-green-50\/55 {
  caret-color: rgb(240 253 244 / 0.55);
}

.caret-green-50\/60 {
  caret-color: rgb(240 253 244 / 0.6);
}

.caret-green-50\/65 {
  caret-color: rgb(240 253 244 / 0.65);
}

.caret-green-50\/70 {
  caret-color: rgb(240 253 244 / 0.7);
}

.caret-green-50\/75 {
  caret-color: rgb(240 253 244 / 0.75);
}

.caret-green-50\/80 {
  caret-color: rgb(240 253 244 / 0.8);
}

.caret-green-50\/85 {
  caret-color: rgb(240 253 244 / 0.85);
}

.caret-green-50\/90 {
  caret-color: rgb(240 253 244 / 0.9);
}

.caret-green-50\/95 {
  caret-color: rgb(240 253 244 / 0.95);
}

.caret-green-500 {
  caret-color: #22c55e;
}

.caret-green-500\/0 {
  caret-color: rgb(34 197 94 / 0);
}

.caret-green-500\/10 {
  caret-color: rgb(34 197 94 / 0.1);
}

.caret-green-500\/100 {
  caret-color: rgb(34 197 94 / 1);
}

.caret-green-500\/15 {
  caret-color: rgb(34 197 94 / 0.15);
}

.caret-green-500\/20 {
  caret-color: rgb(34 197 94 / 0.2);
}

.caret-green-500\/25 {
  caret-color: rgb(34 197 94 / 0.25);
}

.caret-green-500\/30 {
  caret-color: rgb(34 197 94 / 0.3);
}

.caret-green-500\/35 {
  caret-color: rgb(34 197 94 / 0.35);
}

.caret-green-500\/40 {
  caret-color: rgb(34 197 94 / 0.4);
}

.caret-green-500\/45 {
  caret-color: rgb(34 197 94 / 0.45);
}

.caret-green-500\/5 {
  caret-color: rgb(34 197 94 / 0.05);
}

.caret-green-500\/50 {
  caret-color: rgb(34 197 94 / 0.5);
}

.caret-green-500\/55 {
  caret-color: rgb(34 197 94 / 0.55);
}

.caret-green-500\/60 {
  caret-color: rgb(34 197 94 / 0.6);
}

.caret-green-500\/65 {
  caret-color: rgb(34 197 94 / 0.65);
}

.caret-green-500\/70 {
  caret-color: rgb(34 197 94 / 0.7);
}

.caret-green-500\/75 {
  caret-color: rgb(34 197 94 / 0.75);
}

.caret-green-500\/80 {
  caret-color: rgb(34 197 94 / 0.8);
}

.caret-green-500\/85 {
  caret-color: rgb(34 197 94 / 0.85);
}

.caret-green-500\/90 {
  caret-color: rgb(34 197 94 / 0.9);
}

.caret-green-500\/95 {
  caret-color: rgb(34 197 94 / 0.95);
}

.caret-green-600 {
  caret-color: #16a34a;
}

.caret-green-600\/0 {
  caret-color: rgb(22 163 74 / 0);
}

.caret-green-600\/10 {
  caret-color: rgb(22 163 74 / 0.1);
}

.caret-green-600\/100 {
  caret-color: rgb(22 163 74 / 1);
}

.caret-green-600\/15 {
  caret-color: rgb(22 163 74 / 0.15);
}

.caret-green-600\/20 {
  caret-color: rgb(22 163 74 / 0.2);
}

.caret-green-600\/25 {
  caret-color: rgb(22 163 74 / 0.25);
}

.caret-green-600\/30 {
  caret-color: rgb(22 163 74 / 0.3);
}

.caret-green-600\/35 {
  caret-color: rgb(22 163 74 / 0.35);
}

.caret-green-600\/40 {
  caret-color: rgb(22 163 74 / 0.4);
}

.caret-green-600\/45 {
  caret-color: rgb(22 163 74 / 0.45);
}

.caret-green-600\/5 {
  caret-color: rgb(22 163 74 / 0.05);
}

.caret-green-600\/50 {
  caret-color: rgb(22 163 74 / 0.5);
}

.caret-green-600\/55 {
  caret-color: rgb(22 163 74 / 0.55);
}

.caret-green-600\/60 {
  caret-color: rgb(22 163 74 / 0.6);
}

.caret-green-600\/65 {
  caret-color: rgb(22 163 74 / 0.65);
}

.caret-green-600\/70 {
  caret-color: rgb(22 163 74 / 0.7);
}

.caret-green-600\/75 {
  caret-color: rgb(22 163 74 / 0.75);
}

.caret-green-600\/80 {
  caret-color: rgb(22 163 74 / 0.8);
}

.caret-green-600\/85 {
  caret-color: rgb(22 163 74 / 0.85);
}

.caret-green-600\/90 {
  caret-color: rgb(22 163 74 / 0.9);
}

.caret-green-600\/95 {
  caret-color: rgb(22 163 74 / 0.95);
}

.caret-green-700 {
  caret-color: #15803d;
}

.caret-green-700\/0 {
  caret-color: rgb(21 128 61 / 0);
}

.caret-green-700\/10 {
  caret-color: rgb(21 128 61 / 0.1);
}

.caret-green-700\/100 {
  caret-color: rgb(21 128 61 / 1);
}

.caret-green-700\/15 {
  caret-color: rgb(21 128 61 / 0.15);
}

.caret-green-700\/20 {
  caret-color: rgb(21 128 61 / 0.2);
}

.caret-green-700\/25 {
  caret-color: rgb(21 128 61 / 0.25);
}

.caret-green-700\/30 {
  caret-color: rgb(21 128 61 / 0.3);
}

.caret-green-700\/35 {
  caret-color: rgb(21 128 61 / 0.35);
}

.caret-green-700\/40 {
  caret-color: rgb(21 128 61 / 0.4);
}

.caret-green-700\/45 {
  caret-color: rgb(21 128 61 / 0.45);
}

.caret-green-700\/5 {
  caret-color: rgb(21 128 61 / 0.05);
}

.caret-green-700\/50 {
  caret-color: rgb(21 128 61 / 0.5);
}

.caret-green-700\/55 {
  caret-color: rgb(21 128 61 / 0.55);
}

.caret-green-700\/60 {
  caret-color: rgb(21 128 61 / 0.6);
}

.caret-green-700\/65 {
  caret-color: rgb(21 128 61 / 0.65);
}

.caret-green-700\/70 {
  caret-color: rgb(21 128 61 / 0.7);
}

.caret-green-700\/75 {
  caret-color: rgb(21 128 61 / 0.75);
}

.caret-green-700\/80 {
  caret-color: rgb(21 128 61 / 0.8);
}

.caret-green-700\/85 {
  caret-color: rgb(21 128 61 / 0.85);
}

.caret-green-700\/90 {
  caret-color: rgb(21 128 61 / 0.9);
}

.caret-green-700\/95 {
  caret-color: rgb(21 128 61 / 0.95);
}

.caret-green-800 {
  caret-color: #166534;
}

.caret-green-800\/0 {
  caret-color: rgb(22 101 52 / 0);
}

.caret-green-800\/10 {
  caret-color: rgb(22 101 52 / 0.1);
}

.caret-green-800\/100 {
  caret-color: rgb(22 101 52 / 1);
}

.caret-green-800\/15 {
  caret-color: rgb(22 101 52 / 0.15);
}

.caret-green-800\/20 {
  caret-color: rgb(22 101 52 / 0.2);
}

.caret-green-800\/25 {
  caret-color: rgb(22 101 52 / 0.25);
}

.caret-green-800\/30 {
  caret-color: rgb(22 101 52 / 0.3);
}

.caret-green-800\/35 {
  caret-color: rgb(22 101 52 / 0.35);
}

.caret-green-800\/40 {
  caret-color: rgb(22 101 52 / 0.4);
}

.caret-green-800\/45 {
  caret-color: rgb(22 101 52 / 0.45);
}

.caret-green-800\/5 {
  caret-color: rgb(22 101 52 / 0.05);
}

.caret-green-800\/50 {
  caret-color: rgb(22 101 52 / 0.5);
}

.caret-green-800\/55 {
  caret-color: rgb(22 101 52 / 0.55);
}

.caret-green-800\/60 {
  caret-color: rgb(22 101 52 / 0.6);
}

.caret-green-800\/65 {
  caret-color: rgb(22 101 52 / 0.65);
}

.caret-green-800\/70 {
  caret-color: rgb(22 101 52 / 0.7);
}

.caret-green-800\/75 {
  caret-color: rgb(22 101 52 / 0.75);
}

.caret-green-800\/80 {
  caret-color: rgb(22 101 52 / 0.8);
}

.caret-green-800\/85 {
  caret-color: rgb(22 101 52 / 0.85);
}

.caret-green-800\/90 {
  caret-color: rgb(22 101 52 / 0.9);
}

.caret-green-800\/95 {
  caret-color: rgb(22 101 52 / 0.95);
}

.caret-green-900 {
  caret-color: #14532d;
}

.caret-green-900\/0 {
  caret-color: rgb(20 83 45 / 0);
}

.caret-green-900\/10 {
  caret-color: rgb(20 83 45 / 0.1);
}

.caret-green-900\/100 {
  caret-color: rgb(20 83 45 / 1);
}

.caret-green-900\/15 {
  caret-color: rgb(20 83 45 / 0.15);
}

.caret-green-900\/20 {
  caret-color: rgb(20 83 45 / 0.2);
}

.caret-green-900\/25 {
  caret-color: rgb(20 83 45 / 0.25);
}

.caret-green-900\/30 {
  caret-color: rgb(20 83 45 / 0.3);
}

.caret-green-900\/35 {
  caret-color: rgb(20 83 45 / 0.35);
}

.caret-green-900\/40 {
  caret-color: rgb(20 83 45 / 0.4);
}

.caret-green-900\/45 {
  caret-color: rgb(20 83 45 / 0.45);
}

.caret-green-900\/5 {
  caret-color: rgb(20 83 45 / 0.05);
}

.caret-green-900\/50 {
  caret-color: rgb(20 83 45 / 0.5);
}

.caret-green-900\/55 {
  caret-color: rgb(20 83 45 / 0.55);
}

.caret-green-900\/60 {
  caret-color: rgb(20 83 45 / 0.6);
}

.caret-green-900\/65 {
  caret-color: rgb(20 83 45 / 0.65);
}

.caret-green-900\/70 {
  caret-color: rgb(20 83 45 / 0.7);
}

.caret-green-900\/75 {
  caret-color: rgb(20 83 45 / 0.75);
}

.caret-green-900\/80 {
  caret-color: rgb(20 83 45 / 0.8);
}

.caret-green-900\/85 {
  caret-color: rgb(20 83 45 / 0.85);
}

.caret-green-900\/90 {
  caret-color: rgb(20 83 45 / 0.9);
}

.caret-green-900\/95 {
  caret-color: rgb(20 83 45 / 0.95);
}

.caret-green-950 {
  caret-color: #052e16;
}

.caret-green-950\/0 {
  caret-color: rgb(5 46 22 / 0);
}

.caret-green-950\/10 {
  caret-color: rgb(5 46 22 / 0.1);
}

.caret-green-950\/100 {
  caret-color: rgb(5 46 22 / 1);
}

.caret-green-950\/15 {
  caret-color: rgb(5 46 22 / 0.15);
}

.caret-green-950\/20 {
  caret-color: rgb(5 46 22 / 0.2);
}

.caret-green-950\/25 {
  caret-color: rgb(5 46 22 / 0.25);
}

.caret-green-950\/30 {
  caret-color: rgb(5 46 22 / 0.3);
}

.caret-green-950\/35 {
  caret-color: rgb(5 46 22 / 0.35);
}

.caret-green-950\/40 {
  caret-color: rgb(5 46 22 / 0.4);
}

.caret-green-950\/45 {
  caret-color: rgb(5 46 22 / 0.45);
}

.caret-green-950\/5 {
  caret-color: rgb(5 46 22 / 0.05);
}

.caret-green-950\/50 {
  caret-color: rgb(5 46 22 / 0.5);
}

.caret-green-950\/55 {
  caret-color: rgb(5 46 22 / 0.55);
}

.caret-green-950\/60 {
  caret-color: rgb(5 46 22 / 0.6);
}

.caret-green-950\/65 {
  caret-color: rgb(5 46 22 / 0.65);
}

.caret-green-950\/70 {
  caret-color: rgb(5 46 22 / 0.7);
}

.caret-green-950\/75 {
  caret-color: rgb(5 46 22 / 0.75);
}

.caret-green-950\/80 {
  caret-color: rgb(5 46 22 / 0.8);
}

.caret-green-950\/85 {
  caret-color: rgb(5 46 22 / 0.85);
}

.caret-green-950\/90 {
  caret-color: rgb(5 46 22 / 0.9);
}

.caret-green-950\/95 {
  caret-color: rgb(5 46 22 / 0.95);
}

.caret-indigo-100 {
  caret-color: #e0e7ff;
}

.caret-indigo-100\/0 {
  caret-color: rgb(224 231 255 / 0);
}

.caret-indigo-100\/10 {
  caret-color: rgb(224 231 255 / 0.1);
}

.caret-indigo-100\/100 {
  caret-color: rgb(224 231 255 / 1);
}

.caret-indigo-100\/15 {
  caret-color: rgb(224 231 255 / 0.15);
}

.caret-indigo-100\/20 {
  caret-color: rgb(224 231 255 / 0.2);
}

.caret-indigo-100\/25 {
  caret-color: rgb(224 231 255 / 0.25);
}

.caret-indigo-100\/30 {
  caret-color: rgb(224 231 255 / 0.3);
}

.caret-indigo-100\/35 {
  caret-color: rgb(224 231 255 / 0.35);
}

.caret-indigo-100\/40 {
  caret-color: rgb(224 231 255 / 0.4);
}

.caret-indigo-100\/45 {
  caret-color: rgb(224 231 255 / 0.45);
}

.caret-indigo-100\/5 {
  caret-color: rgb(224 231 255 / 0.05);
}

.caret-indigo-100\/50 {
  caret-color: rgb(224 231 255 / 0.5);
}

.caret-indigo-100\/55 {
  caret-color: rgb(224 231 255 / 0.55);
}

.caret-indigo-100\/60 {
  caret-color: rgb(224 231 255 / 0.6);
}

.caret-indigo-100\/65 {
  caret-color: rgb(224 231 255 / 0.65);
}

.caret-indigo-100\/70 {
  caret-color: rgb(224 231 255 / 0.7);
}

.caret-indigo-100\/75 {
  caret-color: rgb(224 231 255 / 0.75);
}

.caret-indigo-100\/80 {
  caret-color: rgb(224 231 255 / 0.8);
}

.caret-indigo-100\/85 {
  caret-color: rgb(224 231 255 / 0.85);
}

.caret-indigo-100\/90 {
  caret-color: rgb(224 231 255 / 0.9);
}

.caret-indigo-100\/95 {
  caret-color: rgb(224 231 255 / 0.95);
}

.caret-indigo-200 {
  caret-color: #c7d2fe;
}

.caret-indigo-200\/0 {
  caret-color: rgb(199 210 254 / 0);
}

.caret-indigo-200\/10 {
  caret-color: rgb(199 210 254 / 0.1);
}

.caret-indigo-200\/100 {
  caret-color: rgb(199 210 254 / 1);
}

.caret-indigo-200\/15 {
  caret-color: rgb(199 210 254 / 0.15);
}

.caret-indigo-200\/20 {
  caret-color: rgb(199 210 254 / 0.2);
}

.caret-indigo-200\/25 {
  caret-color: rgb(199 210 254 / 0.25);
}

.caret-indigo-200\/30 {
  caret-color: rgb(199 210 254 / 0.3);
}

.caret-indigo-200\/35 {
  caret-color: rgb(199 210 254 / 0.35);
}

.caret-indigo-200\/40 {
  caret-color: rgb(199 210 254 / 0.4);
}

.caret-indigo-200\/45 {
  caret-color: rgb(199 210 254 / 0.45);
}

.caret-indigo-200\/5 {
  caret-color: rgb(199 210 254 / 0.05);
}

.caret-indigo-200\/50 {
  caret-color: rgb(199 210 254 / 0.5);
}

.caret-indigo-200\/55 {
  caret-color: rgb(199 210 254 / 0.55);
}

.caret-indigo-200\/60 {
  caret-color: rgb(199 210 254 / 0.6);
}

.caret-indigo-200\/65 {
  caret-color: rgb(199 210 254 / 0.65);
}

.caret-indigo-200\/70 {
  caret-color: rgb(199 210 254 / 0.7);
}

.caret-indigo-200\/75 {
  caret-color: rgb(199 210 254 / 0.75);
}

.caret-indigo-200\/80 {
  caret-color: rgb(199 210 254 / 0.8);
}

.caret-indigo-200\/85 {
  caret-color: rgb(199 210 254 / 0.85);
}

.caret-indigo-200\/90 {
  caret-color: rgb(199 210 254 / 0.9);
}

.caret-indigo-200\/95 {
  caret-color: rgb(199 210 254 / 0.95);
}

.caret-indigo-300 {
  caret-color: #a5b4fc;
}

.caret-indigo-300\/0 {
  caret-color: rgb(165 180 252 / 0);
}

.caret-indigo-300\/10 {
  caret-color: rgb(165 180 252 / 0.1);
}

.caret-indigo-300\/100 {
  caret-color: rgb(165 180 252 / 1);
}

.caret-indigo-300\/15 {
  caret-color: rgb(165 180 252 / 0.15);
}

.caret-indigo-300\/20 {
  caret-color: rgb(165 180 252 / 0.2);
}

.caret-indigo-300\/25 {
  caret-color: rgb(165 180 252 / 0.25);
}

.caret-indigo-300\/30 {
  caret-color: rgb(165 180 252 / 0.3);
}

.caret-indigo-300\/35 {
  caret-color: rgb(165 180 252 / 0.35);
}

.caret-indigo-300\/40 {
  caret-color: rgb(165 180 252 / 0.4);
}

.caret-indigo-300\/45 {
  caret-color: rgb(165 180 252 / 0.45);
}

.caret-indigo-300\/5 {
  caret-color: rgb(165 180 252 / 0.05);
}

.caret-indigo-300\/50 {
  caret-color: rgb(165 180 252 / 0.5);
}

.caret-indigo-300\/55 {
  caret-color: rgb(165 180 252 / 0.55);
}

.caret-indigo-300\/60 {
  caret-color: rgb(165 180 252 / 0.6);
}

.caret-indigo-300\/65 {
  caret-color: rgb(165 180 252 / 0.65);
}

.caret-indigo-300\/70 {
  caret-color: rgb(165 180 252 / 0.7);
}

.caret-indigo-300\/75 {
  caret-color: rgb(165 180 252 / 0.75);
}

.caret-indigo-300\/80 {
  caret-color: rgb(165 180 252 / 0.8);
}

.caret-indigo-300\/85 {
  caret-color: rgb(165 180 252 / 0.85);
}

.caret-indigo-300\/90 {
  caret-color: rgb(165 180 252 / 0.9);
}

.caret-indigo-300\/95 {
  caret-color: rgb(165 180 252 / 0.95);
}

.caret-indigo-400 {
  caret-color: #818cf8;
}

.caret-indigo-400\/0 {
  caret-color: rgb(129 140 248 / 0);
}

.caret-indigo-400\/10 {
  caret-color: rgb(129 140 248 / 0.1);
}

.caret-indigo-400\/100 {
  caret-color: rgb(129 140 248 / 1);
}

.caret-indigo-400\/15 {
  caret-color: rgb(129 140 248 / 0.15);
}

.caret-indigo-400\/20 {
  caret-color: rgb(129 140 248 / 0.2);
}

.caret-indigo-400\/25 {
  caret-color: rgb(129 140 248 / 0.25);
}

.caret-indigo-400\/30 {
  caret-color: rgb(129 140 248 / 0.3);
}

.caret-indigo-400\/35 {
  caret-color: rgb(129 140 248 / 0.35);
}

.caret-indigo-400\/40 {
  caret-color: rgb(129 140 248 / 0.4);
}

.caret-indigo-400\/45 {
  caret-color: rgb(129 140 248 / 0.45);
}

.caret-indigo-400\/5 {
  caret-color: rgb(129 140 248 / 0.05);
}

.caret-indigo-400\/50 {
  caret-color: rgb(129 140 248 / 0.5);
}

.caret-indigo-400\/55 {
  caret-color: rgb(129 140 248 / 0.55);
}

.caret-indigo-400\/60 {
  caret-color: rgb(129 140 248 / 0.6);
}

.caret-indigo-400\/65 {
  caret-color: rgb(129 140 248 / 0.65);
}

.caret-indigo-400\/70 {
  caret-color: rgb(129 140 248 / 0.7);
}

.caret-indigo-400\/75 {
  caret-color: rgb(129 140 248 / 0.75);
}

.caret-indigo-400\/80 {
  caret-color: rgb(129 140 248 / 0.8);
}

.caret-indigo-400\/85 {
  caret-color: rgb(129 140 248 / 0.85);
}

.caret-indigo-400\/90 {
  caret-color: rgb(129 140 248 / 0.9);
}

.caret-indigo-400\/95 {
  caret-color: rgb(129 140 248 / 0.95);
}

.caret-indigo-50 {
  caret-color: #eef2ff;
}

.caret-indigo-50\/0 {
  caret-color: rgb(238 242 255 / 0);
}

.caret-indigo-50\/10 {
  caret-color: rgb(238 242 255 / 0.1);
}

.caret-indigo-50\/100 {
  caret-color: rgb(238 242 255 / 1);
}

.caret-indigo-50\/15 {
  caret-color: rgb(238 242 255 / 0.15);
}

.caret-indigo-50\/20 {
  caret-color: rgb(238 242 255 / 0.2);
}

.caret-indigo-50\/25 {
  caret-color: rgb(238 242 255 / 0.25);
}

.caret-indigo-50\/30 {
  caret-color: rgb(238 242 255 / 0.3);
}

.caret-indigo-50\/35 {
  caret-color: rgb(238 242 255 / 0.35);
}

.caret-indigo-50\/40 {
  caret-color: rgb(238 242 255 / 0.4);
}

.caret-indigo-50\/45 {
  caret-color: rgb(238 242 255 / 0.45);
}

.caret-indigo-50\/5 {
  caret-color: rgb(238 242 255 / 0.05);
}

.caret-indigo-50\/50 {
  caret-color: rgb(238 242 255 / 0.5);
}

.caret-indigo-50\/55 {
  caret-color: rgb(238 242 255 / 0.55);
}

.caret-indigo-50\/60 {
  caret-color: rgb(238 242 255 / 0.6);
}

.caret-indigo-50\/65 {
  caret-color: rgb(238 242 255 / 0.65);
}

.caret-indigo-50\/70 {
  caret-color: rgb(238 242 255 / 0.7);
}

.caret-indigo-50\/75 {
  caret-color: rgb(238 242 255 / 0.75);
}

.caret-indigo-50\/80 {
  caret-color: rgb(238 242 255 / 0.8);
}

.caret-indigo-50\/85 {
  caret-color: rgb(238 242 255 / 0.85);
}

.caret-indigo-50\/90 {
  caret-color: rgb(238 242 255 / 0.9);
}

.caret-indigo-50\/95 {
  caret-color: rgb(238 242 255 / 0.95);
}

.caret-indigo-500 {
  caret-color: #6366f1;
}

.caret-indigo-500\/0 {
  caret-color: rgb(99 102 241 / 0);
}

.caret-indigo-500\/10 {
  caret-color: rgb(99 102 241 / 0.1);
}

.caret-indigo-500\/100 {
  caret-color: rgb(99 102 241 / 1);
}

.caret-indigo-500\/15 {
  caret-color: rgb(99 102 241 / 0.15);
}

.caret-indigo-500\/20 {
  caret-color: rgb(99 102 241 / 0.2);
}

.caret-indigo-500\/25 {
  caret-color: rgb(99 102 241 / 0.25);
}

.caret-indigo-500\/30 {
  caret-color: rgb(99 102 241 / 0.3);
}

.caret-indigo-500\/35 {
  caret-color: rgb(99 102 241 / 0.35);
}

.caret-indigo-500\/40 {
  caret-color: rgb(99 102 241 / 0.4);
}

.caret-indigo-500\/45 {
  caret-color: rgb(99 102 241 / 0.45);
}

.caret-indigo-500\/5 {
  caret-color: rgb(99 102 241 / 0.05);
}

.caret-indigo-500\/50 {
  caret-color: rgb(99 102 241 / 0.5);
}

.caret-indigo-500\/55 {
  caret-color: rgb(99 102 241 / 0.55);
}

.caret-indigo-500\/60 {
  caret-color: rgb(99 102 241 / 0.6);
}

.caret-indigo-500\/65 {
  caret-color: rgb(99 102 241 / 0.65);
}

.caret-indigo-500\/70 {
  caret-color: rgb(99 102 241 / 0.7);
}

.caret-indigo-500\/75 {
  caret-color: rgb(99 102 241 / 0.75);
}

.caret-indigo-500\/80 {
  caret-color: rgb(99 102 241 / 0.8);
}

.caret-indigo-500\/85 {
  caret-color: rgb(99 102 241 / 0.85);
}

.caret-indigo-500\/90 {
  caret-color: rgb(99 102 241 / 0.9);
}

.caret-indigo-500\/95 {
  caret-color: rgb(99 102 241 / 0.95);
}

.caret-indigo-600 {
  caret-color: #4f46e5;
}

.caret-indigo-600\/0 {
  caret-color: rgb(79 70 229 / 0);
}

.caret-indigo-600\/10 {
  caret-color: rgb(79 70 229 / 0.1);
}

.caret-indigo-600\/100 {
  caret-color: rgb(79 70 229 / 1);
}

.caret-indigo-600\/15 {
  caret-color: rgb(79 70 229 / 0.15);
}

.caret-indigo-600\/20 {
  caret-color: rgb(79 70 229 / 0.2);
}

.caret-indigo-600\/25 {
  caret-color: rgb(79 70 229 / 0.25);
}

.caret-indigo-600\/30 {
  caret-color: rgb(79 70 229 / 0.3);
}

.caret-indigo-600\/35 {
  caret-color: rgb(79 70 229 / 0.35);
}

.caret-indigo-600\/40 {
  caret-color: rgb(79 70 229 / 0.4);
}

.caret-indigo-600\/45 {
  caret-color: rgb(79 70 229 / 0.45);
}

.caret-indigo-600\/5 {
  caret-color: rgb(79 70 229 / 0.05);
}

.caret-indigo-600\/50 {
  caret-color: rgb(79 70 229 / 0.5);
}

.caret-indigo-600\/55 {
  caret-color: rgb(79 70 229 / 0.55);
}

.caret-indigo-600\/60 {
  caret-color: rgb(79 70 229 / 0.6);
}

.caret-indigo-600\/65 {
  caret-color: rgb(79 70 229 / 0.65);
}

.caret-indigo-600\/70 {
  caret-color: rgb(79 70 229 / 0.7);
}

.caret-indigo-600\/75 {
  caret-color: rgb(79 70 229 / 0.75);
}

.caret-indigo-600\/80 {
  caret-color: rgb(79 70 229 / 0.8);
}

.caret-indigo-600\/85 {
  caret-color: rgb(79 70 229 / 0.85);
}

.caret-indigo-600\/90 {
  caret-color: rgb(79 70 229 / 0.9);
}

.caret-indigo-600\/95 {
  caret-color: rgb(79 70 229 / 0.95);
}

.caret-indigo-700 {
  caret-color: #4338ca;
}

.caret-indigo-700\/0 {
  caret-color: rgb(67 56 202 / 0);
}

.caret-indigo-700\/10 {
  caret-color: rgb(67 56 202 / 0.1);
}

.caret-indigo-700\/100 {
  caret-color: rgb(67 56 202 / 1);
}

.caret-indigo-700\/15 {
  caret-color: rgb(67 56 202 / 0.15);
}

.caret-indigo-700\/20 {
  caret-color: rgb(67 56 202 / 0.2);
}

.caret-indigo-700\/25 {
  caret-color: rgb(67 56 202 / 0.25);
}

.caret-indigo-700\/30 {
  caret-color: rgb(67 56 202 / 0.3);
}

.caret-indigo-700\/35 {
  caret-color: rgb(67 56 202 / 0.35);
}

.caret-indigo-700\/40 {
  caret-color: rgb(67 56 202 / 0.4);
}

.caret-indigo-700\/45 {
  caret-color: rgb(67 56 202 / 0.45);
}

.caret-indigo-700\/5 {
  caret-color: rgb(67 56 202 / 0.05);
}

.caret-indigo-700\/50 {
  caret-color: rgb(67 56 202 / 0.5);
}

.caret-indigo-700\/55 {
  caret-color: rgb(67 56 202 / 0.55);
}

.caret-indigo-700\/60 {
  caret-color: rgb(67 56 202 / 0.6);
}

.caret-indigo-700\/65 {
  caret-color: rgb(67 56 202 / 0.65);
}

.caret-indigo-700\/70 {
  caret-color: rgb(67 56 202 / 0.7);
}

.caret-indigo-700\/75 {
  caret-color: rgb(67 56 202 / 0.75);
}

.caret-indigo-700\/80 {
  caret-color: rgb(67 56 202 / 0.8);
}

.caret-indigo-700\/85 {
  caret-color: rgb(67 56 202 / 0.85);
}

.caret-indigo-700\/90 {
  caret-color: rgb(67 56 202 / 0.9);
}

.caret-indigo-700\/95 {
  caret-color: rgb(67 56 202 / 0.95);
}

.caret-indigo-800 {
  caret-color: #3730a3;
}

.caret-indigo-800\/0 {
  caret-color: rgb(55 48 163 / 0);
}

.caret-indigo-800\/10 {
  caret-color: rgb(55 48 163 / 0.1);
}

.caret-indigo-800\/100 {
  caret-color: rgb(55 48 163 / 1);
}

.caret-indigo-800\/15 {
  caret-color: rgb(55 48 163 / 0.15);
}

.caret-indigo-800\/20 {
  caret-color: rgb(55 48 163 / 0.2);
}

.caret-indigo-800\/25 {
  caret-color: rgb(55 48 163 / 0.25);
}

.caret-indigo-800\/30 {
  caret-color: rgb(55 48 163 / 0.3);
}

.caret-indigo-800\/35 {
  caret-color: rgb(55 48 163 / 0.35);
}

.caret-indigo-800\/40 {
  caret-color: rgb(55 48 163 / 0.4);
}

.caret-indigo-800\/45 {
  caret-color: rgb(55 48 163 / 0.45);
}

.caret-indigo-800\/5 {
  caret-color: rgb(55 48 163 / 0.05);
}

.caret-indigo-800\/50 {
  caret-color: rgb(55 48 163 / 0.5);
}

.caret-indigo-800\/55 {
  caret-color: rgb(55 48 163 / 0.55);
}

.caret-indigo-800\/60 {
  caret-color: rgb(55 48 163 / 0.6);
}

.caret-indigo-800\/65 {
  caret-color: rgb(55 48 163 / 0.65);
}

.caret-indigo-800\/70 {
  caret-color: rgb(55 48 163 / 0.7);
}

.caret-indigo-800\/75 {
  caret-color: rgb(55 48 163 / 0.75);
}

.caret-indigo-800\/80 {
  caret-color: rgb(55 48 163 / 0.8);
}

.caret-indigo-800\/85 {
  caret-color: rgb(55 48 163 / 0.85);
}

.caret-indigo-800\/90 {
  caret-color: rgb(55 48 163 / 0.9);
}

.caret-indigo-800\/95 {
  caret-color: rgb(55 48 163 / 0.95);
}

.caret-indigo-900 {
  caret-color: #312e81;
}

.caret-indigo-900\/0 {
  caret-color: rgb(49 46 129 / 0);
}

.caret-indigo-900\/10 {
  caret-color: rgb(49 46 129 / 0.1);
}

.caret-indigo-900\/100 {
  caret-color: rgb(49 46 129 / 1);
}

.caret-indigo-900\/15 {
  caret-color: rgb(49 46 129 / 0.15);
}

.caret-indigo-900\/20 {
  caret-color: rgb(49 46 129 / 0.2);
}

.caret-indigo-900\/25 {
  caret-color: rgb(49 46 129 / 0.25);
}

.caret-indigo-900\/30 {
  caret-color: rgb(49 46 129 / 0.3);
}

.caret-indigo-900\/35 {
  caret-color: rgb(49 46 129 / 0.35);
}

.caret-indigo-900\/40 {
  caret-color: rgb(49 46 129 / 0.4);
}

.caret-indigo-900\/45 {
  caret-color: rgb(49 46 129 / 0.45);
}

.caret-indigo-900\/5 {
  caret-color: rgb(49 46 129 / 0.05);
}

.caret-indigo-900\/50 {
  caret-color: rgb(49 46 129 / 0.5);
}

.caret-indigo-900\/55 {
  caret-color: rgb(49 46 129 / 0.55);
}

.caret-indigo-900\/60 {
  caret-color: rgb(49 46 129 / 0.6);
}

.caret-indigo-900\/65 {
  caret-color: rgb(49 46 129 / 0.65);
}

.caret-indigo-900\/70 {
  caret-color: rgb(49 46 129 / 0.7);
}

.caret-indigo-900\/75 {
  caret-color: rgb(49 46 129 / 0.75);
}

.caret-indigo-900\/80 {
  caret-color: rgb(49 46 129 / 0.8);
}

.caret-indigo-900\/85 {
  caret-color: rgb(49 46 129 / 0.85);
}

.caret-indigo-900\/90 {
  caret-color: rgb(49 46 129 / 0.9);
}

.caret-indigo-900\/95 {
  caret-color: rgb(49 46 129 / 0.95);
}

.caret-indigo-950 {
  caret-color: #1e1b4b;
}

.caret-indigo-950\/0 {
  caret-color: rgb(30 27 75 / 0);
}

.caret-indigo-950\/10 {
  caret-color: rgb(30 27 75 / 0.1);
}

.caret-indigo-950\/100 {
  caret-color: rgb(30 27 75 / 1);
}

.caret-indigo-950\/15 {
  caret-color: rgb(30 27 75 / 0.15);
}

.caret-indigo-950\/20 {
  caret-color: rgb(30 27 75 / 0.2);
}

.caret-indigo-950\/25 {
  caret-color: rgb(30 27 75 / 0.25);
}

.caret-indigo-950\/30 {
  caret-color: rgb(30 27 75 / 0.3);
}

.caret-indigo-950\/35 {
  caret-color: rgb(30 27 75 / 0.35);
}

.caret-indigo-950\/40 {
  caret-color: rgb(30 27 75 / 0.4);
}

.caret-indigo-950\/45 {
  caret-color: rgb(30 27 75 / 0.45);
}

.caret-indigo-950\/5 {
  caret-color: rgb(30 27 75 / 0.05);
}

.caret-indigo-950\/50 {
  caret-color: rgb(30 27 75 / 0.5);
}

.caret-indigo-950\/55 {
  caret-color: rgb(30 27 75 / 0.55);
}

.caret-indigo-950\/60 {
  caret-color: rgb(30 27 75 / 0.6);
}

.caret-indigo-950\/65 {
  caret-color: rgb(30 27 75 / 0.65);
}

.caret-indigo-950\/70 {
  caret-color: rgb(30 27 75 / 0.7);
}

.caret-indigo-950\/75 {
  caret-color: rgb(30 27 75 / 0.75);
}

.caret-indigo-950\/80 {
  caret-color: rgb(30 27 75 / 0.8);
}

.caret-indigo-950\/85 {
  caret-color: rgb(30 27 75 / 0.85);
}

.caret-indigo-950\/90 {
  caret-color: rgb(30 27 75 / 0.9);
}

.caret-indigo-950\/95 {
  caret-color: rgb(30 27 75 / 0.95);
}

.caret-info {
  caret-color: var(--fallback-in,oklch(var(--in)/1));
}

.caret-info-content {
  caret-color: var(--fallback-inc,oklch(var(--inc)/1));
}

.caret-info-content\/0 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0));
}

.caret-info-content\/10 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.1));
}

.caret-info-content\/100 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/1));
}

.caret-info-content\/15 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.15));
}

.caret-info-content\/20 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.2));
}

.caret-info-content\/25 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.25));
}

.caret-info-content\/30 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.3));
}

.caret-info-content\/35 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.35));
}

.caret-info-content\/40 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.4));
}

.caret-info-content\/45 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.45));
}

.caret-info-content\/5 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.05));
}

.caret-info-content\/50 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.5));
}

.caret-info-content\/55 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.55));
}

.caret-info-content\/60 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.6));
}

.caret-info-content\/65 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.65));
}

.caret-info-content\/70 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.7));
}

.caret-info-content\/75 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.75));
}

.caret-info-content\/80 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.8));
}

.caret-info-content\/85 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.85));
}

.caret-info-content\/90 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.9));
}

.caret-info-content\/95 {
  caret-color: var(--fallback-inc,oklch(var(--inc)/0.95));
}

.caret-info\/0 {
  caret-color: var(--fallback-in,oklch(var(--in)/0));
}

.caret-info\/10 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.1));
}

.caret-info\/100 {
  caret-color: var(--fallback-in,oklch(var(--in)/1));
}

.caret-info\/15 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.15));
}

.caret-info\/20 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.2));
}

.caret-info\/25 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.25));
}

.caret-info\/30 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.3));
}

.caret-info\/35 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.35));
}

.caret-info\/40 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.4));
}

.caret-info\/45 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.45));
}

.caret-info\/5 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.05));
}

.caret-info\/50 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.5));
}

.caret-info\/55 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.55));
}

.caret-info\/60 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.6));
}

.caret-info\/65 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.65));
}

.caret-info\/70 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.7));
}

.caret-info\/75 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.75));
}

.caret-info\/80 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.8));
}

.caret-info\/85 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.85));
}

.caret-info\/90 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.9));
}

.caret-info\/95 {
  caret-color: var(--fallback-in,oklch(var(--in)/0.95));
}

.caret-inherit {
  caret-color: inherit;
}

.caret-lime-100 {
  caret-color: #ecfccb;
}

.caret-lime-100\/0 {
  caret-color: rgb(236 252 203 / 0);
}

.caret-lime-100\/10 {
  caret-color: rgb(236 252 203 / 0.1);
}

.caret-lime-100\/100 {
  caret-color: rgb(236 252 203 / 1);
}

.caret-lime-100\/15 {
  caret-color: rgb(236 252 203 / 0.15);
}

.caret-lime-100\/20 {
  caret-color: rgb(236 252 203 / 0.2);
}

.caret-lime-100\/25 {
  caret-color: rgb(236 252 203 / 0.25);
}

.caret-lime-100\/30 {
  caret-color: rgb(236 252 203 / 0.3);
}

.caret-lime-100\/35 {
  caret-color: rgb(236 252 203 / 0.35);
}

.caret-lime-100\/40 {
  caret-color: rgb(236 252 203 / 0.4);
}

.caret-lime-100\/45 {
  caret-color: rgb(236 252 203 / 0.45);
}

.caret-lime-100\/5 {
  caret-color: rgb(236 252 203 / 0.05);
}

.caret-lime-100\/50 {
  caret-color: rgb(236 252 203 / 0.5);
}

.caret-lime-100\/55 {
  caret-color: rgb(236 252 203 / 0.55);
}

.caret-lime-100\/60 {
  caret-color: rgb(236 252 203 / 0.6);
}

.caret-lime-100\/65 {
  caret-color: rgb(236 252 203 / 0.65);
}

.caret-lime-100\/70 {
  caret-color: rgb(236 252 203 / 0.7);
}

.caret-lime-100\/75 {
  caret-color: rgb(236 252 203 / 0.75);
}

.caret-lime-100\/80 {
  caret-color: rgb(236 252 203 / 0.8);
}

.caret-lime-100\/85 {
  caret-color: rgb(236 252 203 / 0.85);
}

.caret-lime-100\/90 {
  caret-color: rgb(236 252 203 / 0.9);
}

.caret-lime-100\/95 {
  caret-color: rgb(236 252 203 / 0.95);
}

.caret-lime-200 {
  caret-color: #d9f99d;
}

.caret-lime-200\/0 {
  caret-color: rgb(217 249 157 / 0);
}

.caret-lime-200\/10 {
  caret-color: rgb(217 249 157 / 0.1);
}

.caret-lime-200\/100 {
  caret-color: rgb(217 249 157 / 1);
}

.caret-lime-200\/15 {
  caret-color: rgb(217 249 157 / 0.15);
}

.caret-lime-200\/20 {
  caret-color: rgb(217 249 157 / 0.2);
}

.caret-lime-200\/25 {
  caret-color: rgb(217 249 157 / 0.25);
}

.caret-lime-200\/30 {
  caret-color: rgb(217 249 157 / 0.3);
}

.caret-lime-200\/35 {
  caret-color: rgb(217 249 157 / 0.35);
}

.caret-lime-200\/40 {
  caret-color: rgb(217 249 157 / 0.4);
}

.caret-lime-200\/45 {
  caret-color: rgb(217 249 157 / 0.45);
}

.caret-lime-200\/5 {
  caret-color: rgb(217 249 157 / 0.05);
}

.caret-lime-200\/50 {
  caret-color: rgb(217 249 157 / 0.5);
}

.caret-lime-200\/55 {
  caret-color: rgb(217 249 157 / 0.55);
}

.caret-lime-200\/60 {
  caret-color: rgb(217 249 157 / 0.6);
}

.caret-lime-200\/65 {
  caret-color: rgb(217 249 157 / 0.65);
}

.caret-lime-200\/70 {
  caret-color: rgb(217 249 157 / 0.7);
}

.caret-lime-200\/75 {
  caret-color: rgb(217 249 157 / 0.75);
}

.caret-lime-200\/80 {
  caret-color: rgb(217 249 157 / 0.8);
}

.caret-lime-200\/85 {
  caret-color: rgb(217 249 157 / 0.85);
}

.caret-lime-200\/90 {
  caret-color: rgb(217 249 157 / 0.9);
}

.caret-lime-200\/95 {
  caret-color: rgb(217 249 157 / 0.95);
}

.caret-lime-300 {
  caret-color: #bef264;
}

.caret-lime-300\/0 {
  caret-color: rgb(190 242 100 / 0);
}

.caret-lime-300\/10 {
  caret-color: rgb(190 242 100 / 0.1);
}

.caret-lime-300\/100 {
  caret-color: rgb(190 242 100 / 1);
}

.caret-lime-300\/15 {
  caret-color: rgb(190 242 100 / 0.15);
}

.caret-lime-300\/20 {
  caret-color: rgb(190 242 100 / 0.2);
}

.caret-lime-300\/25 {
  caret-color: rgb(190 242 100 / 0.25);
}

.caret-lime-300\/30 {
  caret-color: rgb(190 242 100 / 0.3);
}

.caret-lime-300\/35 {
  caret-color: rgb(190 242 100 / 0.35);
}

.caret-lime-300\/40 {
  caret-color: rgb(190 242 100 / 0.4);
}

.caret-lime-300\/45 {
  caret-color: rgb(190 242 100 / 0.45);
}

.caret-lime-300\/5 {
  caret-color: rgb(190 242 100 / 0.05);
}

.caret-lime-300\/50 {
  caret-color: rgb(190 242 100 / 0.5);
}

.caret-lime-300\/55 {
  caret-color: rgb(190 242 100 / 0.55);
}

.caret-lime-300\/60 {
  caret-color: rgb(190 242 100 / 0.6);
}

.caret-lime-300\/65 {
  caret-color: rgb(190 242 100 / 0.65);
}

.caret-lime-300\/70 {
  caret-color: rgb(190 242 100 / 0.7);
}

.caret-lime-300\/75 {
  caret-color: rgb(190 242 100 / 0.75);
}

.caret-lime-300\/80 {
  caret-color: rgb(190 242 100 / 0.8);
}

.caret-lime-300\/85 {
  caret-color: rgb(190 242 100 / 0.85);
}

.caret-lime-300\/90 {
  caret-color: rgb(190 242 100 / 0.9);
}

.caret-lime-300\/95 {
  caret-color: rgb(190 242 100 / 0.95);
}

.caret-lime-400 {
  caret-color: #a3e635;
}

.caret-lime-400\/0 {
  caret-color: rgb(163 230 53 / 0);
}

.caret-lime-400\/10 {
  caret-color: rgb(163 230 53 / 0.1);
}

.caret-lime-400\/100 {
  caret-color: rgb(163 230 53 / 1);
}

.caret-lime-400\/15 {
  caret-color: rgb(163 230 53 / 0.15);
}

.caret-lime-400\/20 {
  caret-color: rgb(163 230 53 / 0.2);
}

.caret-lime-400\/25 {
  caret-color: rgb(163 230 53 / 0.25);
}

.caret-lime-400\/30 {
  caret-color: rgb(163 230 53 / 0.3);
}

.caret-lime-400\/35 {
  caret-color: rgb(163 230 53 / 0.35);
}

.caret-lime-400\/40 {
  caret-color: rgb(163 230 53 / 0.4);
}

.caret-lime-400\/45 {
  caret-color: rgb(163 230 53 / 0.45);
}

.caret-lime-400\/5 {
  caret-color: rgb(163 230 53 / 0.05);
}

.caret-lime-400\/50 {
  caret-color: rgb(163 230 53 / 0.5);
}

.caret-lime-400\/55 {
  caret-color: rgb(163 230 53 / 0.55);
}

.caret-lime-400\/60 {
  caret-color: rgb(163 230 53 / 0.6);
}

.caret-lime-400\/65 {
  caret-color: rgb(163 230 53 / 0.65);
}

.caret-lime-400\/70 {
  caret-color: rgb(163 230 53 / 0.7);
}

.caret-lime-400\/75 {
  caret-color: rgb(163 230 53 / 0.75);
}

.caret-lime-400\/80 {
  caret-color: rgb(163 230 53 / 0.8);
}

.caret-lime-400\/85 {
  caret-color: rgb(163 230 53 / 0.85);
}

.caret-lime-400\/90 {
  caret-color: rgb(163 230 53 / 0.9);
}

.caret-lime-400\/95 {
  caret-color: rgb(163 230 53 / 0.95);
}

.caret-lime-50 {
  caret-color: #f7fee7;
}

.caret-lime-50\/0 {
  caret-color: rgb(247 254 231 / 0);
}

.caret-lime-50\/10 {
  caret-color: rgb(247 254 231 / 0.1);
}

.caret-lime-50\/100 {
  caret-color: rgb(247 254 231 / 1);
}

.caret-lime-50\/15 {
  caret-color: rgb(247 254 231 / 0.15);
}

.caret-lime-50\/20 {
  caret-color: rgb(247 254 231 / 0.2);
}

.caret-lime-50\/25 {
  caret-color: rgb(247 254 231 / 0.25);
}

.caret-lime-50\/30 {
  caret-color: rgb(247 254 231 / 0.3);
}

.caret-lime-50\/35 {
  caret-color: rgb(247 254 231 / 0.35);
}

.caret-lime-50\/40 {
  caret-color: rgb(247 254 231 / 0.4);
}

.caret-lime-50\/45 {
  caret-color: rgb(247 254 231 / 0.45);
}

.caret-lime-50\/5 {
  caret-color: rgb(247 254 231 / 0.05);
}

.caret-lime-50\/50 {
  caret-color: rgb(247 254 231 / 0.5);
}

.caret-lime-50\/55 {
  caret-color: rgb(247 254 231 / 0.55);
}

.caret-lime-50\/60 {
  caret-color: rgb(247 254 231 / 0.6);
}

.caret-lime-50\/65 {
  caret-color: rgb(247 254 231 / 0.65);
}

.caret-lime-50\/70 {
  caret-color: rgb(247 254 231 / 0.7);
}

.caret-lime-50\/75 {
  caret-color: rgb(247 254 231 / 0.75);
}

.caret-lime-50\/80 {
  caret-color: rgb(247 254 231 / 0.8);
}

.caret-lime-50\/85 {
  caret-color: rgb(247 254 231 / 0.85);
}

.caret-lime-50\/90 {
  caret-color: rgb(247 254 231 / 0.9);
}

.caret-lime-50\/95 {
  caret-color: rgb(247 254 231 / 0.95);
}

.caret-lime-500 {
  caret-color: #84cc16;
}

.caret-lime-500\/0 {
  caret-color: rgb(132 204 22 / 0);
}

.caret-lime-500\/10 {
  caret-color: rgb(132 204 22 / 0.1);
}

.caret-lime-500\/100 {
  caret-color: rgb(132 204 22 / 1);
}

.caret-lime-500\/15 {
  caret-color: rgb(132 204 22 / 0.15);
}

.caret-lime-500\/20 {
  caret-color: rgb(132 204 22 / 0.2);
}

.caret-lime-500\/25 {
  caret-color: rgb(132 204 22 / 0.25);
}

.caret-lime-500\/30 {
  caret-color: rgb(132 204 22 / 0.3);
}

.caret-lime-500\/35 {
  caret-color: rgb(132 204 22 / 0.35);
}

.caret-lime-500\/40 {
  caret-color: rgb(132 204 22 / 0.4);
}

.caret-lime-500\/45 {
  caret-color: rgb(132 204 22 / 0.45);
}

.caret-lime-500\/5 {
  caret-color: rgb(132 204 22 / 0.05);
}

.caret-lime-500\/50 {
  caret-color: rgb(132 204 22 / 0.5);
}

.caret-lime-500\/55 {
  caret-color: rgb(132 204 22 / 0.55);
}

.caret-lime-500\/60 {
  caret-color: rgb(132 204 22 / 0.6);
}

.caret-lime-500\/65 {
  caret-color: rgb(132 204 22 / 0.65);
}

.caret-lime-500\/70 {
  caret-color: rgb(132 204 22 / 0.7);
}

.caret-lime-500\/75 {
  caret-color: rgb(132 204 22 / 0.75);
}

.caret-lime-500\/80 {
  caret-color: rgb(132 204 22 / 0.8);
}

.caret-lime-500\/85 {
  caret-color: rgb(132 204 22 / 0.85);
}

.caret-lime-500\/90 {
  caret-color: rgb(132 204 22 / 0.9);
}

.caret-lime-500\/95 {
  caret-color: rgb(132 204 22 / 0.95);
}

.caret-lime-600 {
  caret-color: #65a30d;
}

.caret-lime-600\/0 {
  caret-color: rgb(101 163 13 / 0);
}

.caret-lime-600\/10 {
  caret-color: rgb(101 163 13 / 0.1);
}

.caret-lime-600\/100 {
  caret-color: rgb(101 163 13 / 1);
}

.caret-lime-600\/15 {
  caret-color: rgb(101 163 13 / 0.15);
}

.caret-lime-600\/20 {
  caret-color: rgb(101 163 13 / 0.2);
}

.caret-lime-600\/25 {
  caret-color: rgb(101 163 13 / 0.25);
}

.caret-lime-600\/30 {
  caret-color: rgb(101 163 13 / 0.3);
}

.caret-lime-600\/35 {
  caret-color: rgb(101 163 13 / 0.35);
}

.caret-lime-600\/40 {
  caret-color: rgb(101 163 13 / 0.4);
}

.caret-lime-600\/45 {
  caret-color: rgb(101 163 13 / 0.45);
}

.caret-lime-600\/5 {
  caret-color: rgb(101 163 13 / 0.05);
}

.caret-lime-600\/50 {
  caret-color: rgb(101 163 13 / 0.5);
}

.caret-lime-600\/55 {
  caret-color: rgb(101 163 13 / 0.55);
}

.caret-lime-600\/60 {
  caret-color: rgb(101 163 13 / 0.6);
}

.caret-lime-600\/65 {
  caret-color: rgb(101 163 13 / 0.65);
}

.caret-lime-600\/70 {
  caret-color: rgb(101 163 13 / 0.7);
}

.caret-lime-600\/75 {
  caret-color: rgb(101 163 13 / 0.75);
}

.caret-lime-600\/80 {
  caret-color: rgb(101 163 13 / 0.8);
}

.caret-lime-600\/85 {
  caret-color: rgb(101 163 13 / 0.85);
}

.caret-lime-600\/90 {
  caret-color: rgb(101 163 13 / 0.9);
}

.caret-lime-600\/95 {
  caret-color: rgb(101 163 13 / 0.95);
}

.caret-lime-700 {
  caret-color: #4d7c0f;
}

.caret-lime-700\/0 {
  caret-color: rgb(77 124 15 / 0);
}

.caret-lime-700\/10 {
  caret-color: rgb(77 124 15 / 0.1);
}

.caret-lime-700\/100 {
  caret-color: rgb(77 124 15 / 1);
}

.caret-lime-700\/15 {
  caret-color: rgb(77 124 15 / 0.15);
}

.caret-lime-700\/20 {
  caret-color: rgb(77 124 15 / 0.2);
}

.caret-lime-700\/25 {
  caret-color: rgb(77 124 15 / 0.25);
}

.caret-lime-700\/30 {
  caret-color: rgb(77 124 15 / 0.3);
}

.caret-lime-700\/35 {
  caret-color: rgb(77 124 15 / 0.35);
}

.caret-lime-700\/40 {
  caret-color: rgb(77 124 15 / 0.4);
}

.caret-lime-700\/45 {
  caret-color: rgb(77 124 15 / 0.45);
}

.caret-lime-700\/5 {
  caret-color: rgb(77 124 15 / 0.05);
}

.caret-lime-700\/50 {
  caret-color: rgb(77 124 15 / 0.5);
}

.caret-lime-700\/55 {
  caret-color: rgb(77 124 15 / 0.55);
}

.caret-lime-700\/60 {
  caret-color: rgb(77 124 15 / 0.6);
}

.caret-lime-700\/65 {
  caret-color: rgb(77 124 15 / 0.65);
}

.caret-lime-700\/70 {
  caret-color: rgb(77 124 15 / 0.7);
}

.caret-lime-700\/75 {
  caret-color: rgb(77 124 15 / 0.75);
}

.caret-lime-700\/80 {
  caret-color: rgb(77 124 15 / 0.8);
}

.caret-lime-700\/85 {
  caret-color: rgb(77 124 15 / 0.85);
}

.caret-lime-700\/90 {
  caret-color: rgb(77 124 15 / 0.9);
}

.caret-lime-700\/95 {
  caret-color: rgb(77 124 15 / 0.95);
}

.caret-lime-800 {
  caret-color: #3f6212;
}

.caret-lime-800\/0 {
  caret-color: rgb(63 98 18 / 0);
}

.caret-lime-800\/10 {
  caret-color: rgb(63 98 18 / 0.1);
}

.caret-lime-800\/100 {
  caret-color: rgb(63 98 18 / 1);
}

.caret-lime-800\/15 {
  caret-color: rgb(63 98 18 / 0.15);
}

.caret-lime-800\/20 {
  caret-color: rgb(63 98 18 / 0.2);
}

.caret-lime-800\/25 {
  caret-color: rgb(63 98 18 / 0.25);
}

.caret-lime-800\/30 {
  caret-color: rgb(63 98 18 / 0.3);
}

.caret-lime-800\/35 {
  caret-color: rgb(63 98 18 / 0.35);
}

.caret-lime-800\/40 {
  caret-color: rgb(63 98 18 / 0.4);
}

.caret-lime-800\/45 {
  caret-color: rgb(63 98 18 / 0.45);
}

.caret-lime-800\/5 {
  caret-color: rgb(63 98 18 / 0.05);
}

.caret-lime-800\/50 {
  caret-color: rgb(63 98 18 / 0.5);
}

.caret-lime-800\/55 {
  caret-color: rgb(63 98 18 / 0.55);
}

.caret-lime-800\/60 {
  caret-color: rgb(63 98 18 / 0.6);
}

.caret-lime-800\/65 {
  caret-color: rgb(63 98 18 / 0.65);
}

.caret-lime-800\/70 {
  caret-color: rgb(63 98 18 / 0.7);
}

.caret-lime-800\/75 {
  caret-color: rgb(63 98 18 / 0.75);
}

.caret-lime-800\/80 {
  caret-color: rgb(63 98 18 / 0.8);
}

.caret-lime-800\/85 {
  caret-color: rgb(63 98 18 / 0.85);
}

.caret-lime-800\/90 {
  caret-color: rgb(63 98 18 / 0.9);
}

.caret-lime-800\/95 {
  caret-color: rgb(63 98 18 / 0.95);
}

.caret-lime-900 {
  caret-color: #365314;
}

.caret-lime-900\/0 {
  caret-color: rgb(54 83 20 / 0);
}

.caret-lime-900\/10 {
  caret-color: rgb(54 83 20 / 0.1);
}

.caret-lime-900\/100 {
  caret-color: rgb(54 83 20 / 1);
}

.caret-lime-900\/15 {
  caret-color: rgb(54 83 20 / 0.15);
}

.caret-lime-900\/20 {
  caret-color: rgb(54 83 20 / 0.2);
}

.caret-lime-900\/25 {
  caret-color: rgb(54 83 20 / 0.25);
}

.caret-lime-900\/30 {
  caret-color: rgb(54 83 20 / 0.3);
}

.caret-lime-900\/35 {
  caret-color: rgb(54 83 20 / 0.35);
}

.caret-lime-900\/40 {
  caret-color: rgb(54 83 20 / 0.4);
}

.caret-lime-900\/45 {
  caret-color: rgb(54 83 20 / 0.45);
}

.caret-lime-900\/5 {
  caret-color: rgb(54 83 20 / 0.05);
}

.caret-lime-900\/50 {
  caret-color: rgb(54 83 20 / 0.5);
}

.caret-lime-900\/55 {
  caret-color: rgb(54 83 20 / 0.55);
}

.caret-lime-900\/60 {
  caret-color: rgb(54 83 20 / 0.6);
}

.caret-lime-900\/65 {
  caret-color: rgb(54 83 20 / 0.65);
}

.caret-lime-900\/70 {
  caret-color: rgb(54 83 20 / 0.7);
}

.caret-lime-900\/75 {
  caret-color: rgb(54 83 20 / 0.75);
}

.caret-lime-900\/80 {
  caret-color: rgb(54 83 20 / 0.8);
}

.caret-lime-900\/85 {
  caret-color: rgb(54 83 20 / 0.85);
}

.caret-lime-900\/90 {
  caret-color: rgb(54 83 20 / 0.9);
}

.caret-lime-900\/95 {
  caret-color: rgb(54 83 20 / 0.95);
}

.caret-lime-950 {
  caret-color: #1a2e05;
}

.caret-lime-950\/0 {
  caret-color: rgb(26 46 5 / 0);
}

.caret-lime-950\/10 {
  caret-color: rgb(26 46 5 / 0.1);
}

.caret-lime-950\/100 {
  caret-color: rgb(26 46 5 / 1);
}

.caret-lime-950\/15 {
  caret-color: rgb(26 46 5 / 0.15);
}

.caret-lime-950\/20 {
  caret-color: rgb(26 46 5 / 0.2);
}

.caret-lime-950\/25 {
  caret-color: rgb(26 46 5 / 0.25);
}

.caret-lime-950\/30 {
  caret-color: rgb(26 46 5 / 0.3);
}

.caret-lime-950\/35 {
  caret-color: rgb(26 46 5 / 0.35);
}

.caret-lime-950\/40 {
  caret-color: rgb(26 46 5 / 0.4);
}

.caret-lime-950\/45 {
  caret-color: rgb(26 46 5 / 0.45);
}

.caret-lime-950\/5 {
  caret-color: rgb(26 46 5 / 0.05);
}

.caret-lime-950\/50 {
  caret-color: rgb(26 46 5 / 0.5);
}

.caret-lime-950\/55 {
  caret-color: rgb(26 46 5 / 0.55);
}

.caret-lime-950\/60 {
  caret-color: rgb(26 46 5 / 0.6);
}

.caret-lime-950\/65 {
  caret-color: rgb(26 46 5 / 0.65);
}

.caret-lime-950\/70 {
  caret-color: rgb(26 46 5 / 0.7);
}

.caret-lime-950\/75 {
  caret-color: rgb(26 46 5 / 0.75);
}

.caret-lime-950\/80 {
  caret-color: rgb(26 46 5 / 0.8);
}

.caret-lime-950\/85 {
  caret-color: rgb(26 46 5 / 0.85);
}

.caret-lime-950\/90 {
  caret-color: rgb(26 46 5 / 0.9);
}

.caret-lime-950\/95 {
  caret-color: rgb(26 46 5 / 0.95);
}

.caret-neutral {
  caret-color: var(--fallback-n,oklch(var(--n)/1));
}

.caret-neutral-100 {
  caret-color: #f5f5f5;
}

.caret-neutral-100\/0 {
  caret-color: rgb(245 245 245 / 0);
}

.caret-neutral-100\/10 {
  caret-color: rgb(245 245 245 / 0.1);
}

.caret-neutral-100\/100 {
  caret-color: rgb(245 245 245 / 1);
}

.caret-neutral-100\/15 {
  caret-color: rgb(245 245 245 / 0.15);
}

.caret-neutral-100\/20 {
  caret-color: rgb(245 245 245 / 0.2);
}

.caret-neutral-100\/25 {
  caret-color: rgb(245 245 245 / 0.25);
}

.caret-neutral-100\/30 {
  caret-color: rgb(245 245 245 / 0.3);
}

.caret-neutral-100\/35 {
  caret-color: rgb(245 245 245 / 0.35);
}

.caret-neutral-100\/40 {
  caret-color: rgb(245 245 245 / 0.4);
}

.caret-neutral-100\/45 {
  caret-color: rgb(245 245 245 / 0.45);
}

.caret-neutral-100\/5 {
  caret-color: rgb(245 245 245 / 0.05);
}

.caret-neutral-100\/50 {
  caret-color: rgb(245 245 245 / 0.5);
}

.caret-neutral-100\/55 {
  caret-color: rgb(245 245 245 / 0.55);
}

.caret-neutral-100\/60 {
  caret-color: rgb(245 245 245 / 0.6);
}

.caret-neutral-100\/65 {
  caret-color: rgb(245 245 245 / 0.65);
}

.caret-neutral-100\/70 {
  caret-color: rgb(245 245 245 / 0.7);
}

.caret-neutral-100\/75 {
  caret-color: rgb(245 245 245 / 0.75);
}

.caret-neutral-100\/80 {
  caret-color: rgb(245 245 245 / 0.8);
}

.caret-neutral-100\/85 {
  caret-color: rgb(245 245 245 / 0.85);
}

.caret-neutral-100\/90 {
  caret-color: rgb(245 245 245 / 0.9);
}

.caret-neutral-100\/95 {
  caret-color: rgb(245 245 245 / 0.95);
}

.caret-neutral-200 {
  caret-color: #e5e5e5;
}

.caret-neutral-200\/0 {
  caret-color: rgb(229 229 229 / 0);
}

.caret-neutral-200\/10 {
  caret-color: rgb(229 229 229 / 0.1);
}

.caret-neutral-200\/100 {
  caret-color: rgb(229 229 229 / 1);
}

.caret-neutral-200\/15 {
  caret-color: rgb(229 229 229 / 0.15);
}

.caret-neutral-200\/20 {
  caret-color: rgb(229 229 229 / 0.2);
}

.caret-neutral-200\/25 {
  caret-color: rgb(229 229 229 / 0.25);
}

.caret-neutral-200\/30 {
  caret-color: rgb(229 229 229 / 0.3);
}

.caret-neutral-200\/35 {
  caret-color: rgb(229 229 229 / 0.35);
}

.caret-neutral-200\/40 {
  caret-color: rgb(229 229 229 / 0.4);
}

.caret-neutral-200\/45 {
  caret-color: rgb(229 229 229 / 0.45);
}

.caret-neutral-200\/5 {
  caret-color: rgb(229 229 229 / 0.05);
}

.caret-neutral-200\/50 {
  caret-color: rgb(229 229 229 / 0.5);
}

.caret-neutral-200\/55 {
  caret-color: rgb(229 229 229 / 0.55);
}

.caret-neutral-200\/60 {
  caret-color: rgb(229 229 229 / 0.6);
}

.caret-neutral-200\/65 {
  caret-color: rgb(229 229 229 / 0.65);
}

.caret-neutral-200\/70 {
  caret-color: rgb(229 229 229 / 0.7);
}

.caret-neutral-200\/75 {
  caret-color: rgb(229 229 229 / 0.75);
}

.caret-neutral-200\/80 {
  caret-color: rgb(229 229 229 / 0.8);
}

.caret-neutral-200\/85 {
  caret-color: rgb(229 229 229 / 0.85);
}

.caret-neutral-200\/90 {
  caret-color: rgb(229 229 229 / 0.9);
}

.caret-neutral-200\/95 {
  caret-color: rgb(229 229 229 / 0.95);
}

.caret-neutral-300 {
  caret-color: #d4d4d4;
}

.caret-neutral-300\/0 {
  caret-color: rgb(212 212 212 / 0);
}

.caret-neutral-300\/10 {
  caret-color: rgb(212 212 212 / 0.1);
}

.caret-neutral-300\/100 {
  caret-color: rgb(212 212 212 / 1);
}

.caret-neutral-300\/15 {
  caret-color: rgb(212 212 212 / 0.15);
}

.caret-neutral-300\/20 {
  caret-color: rgb(212 212 212 / 0.2);
}

.caret-neutral-300\/25 {
  caret-color: rgb(212 212 212 / 0.25);
}

.caret-neutral-300\/30 {
  caret-color: rgb(212 212 212 / 0.3);
}

.caret-neutral-300\/35 {
  caret-color: rgb(212 212 212 / 0.35);
}

.caret-neutral-300\/40 {
  caret-color: rgb(212 212 212 / 0.4);
}

.caret-neutral-300\/45 {
  caret-color: rgb(212 212 212 / 0.45);
}

.caret-neutral-300\/5 {
  caret-color: rgb(212 212 212 / 0.05);
}

.caret-neutral-300\/50 {
  caret-color: rgb(212 212 212 / 0.5);
}

.caret-neutral-300\/55 {
  caret-color: rgb(212 212 212 / 0.55);
}

.caret-neutral-300\/60 {
  caret-color: rgb(212 212 212 / 0.6);
}

.caret-neutral-300\/65 {
  caret-color: rgb(212 212 212 / 0.65);
}

.caret-neutral-300\/70 {
  caret-color: rgb(212 212 212 / 0.7);
}

.caret-neutral-300\/75 {
  caret-color: rgb(212 212 212 / 0.75);
}

.caret-neutral-300\/80 {
  caret-color: rgb(212 212 212 / 0.8);
}

.caret-neutral-300\/85 {
  caret-color: rgb(212 212 212 / 0.85);
}

.caret-neutral-300\/90 {
  caret-color: rgb(212 212 212 / 0.9);
}

.caret-neutral-300\/95 {
  caret-color: rgb(212 212 212 / 0.95);
}

.caret-neutral-400 {
  caret-color: #a3a3a3;
}

.caret-neutral-400\/0 {
  caret-color: rgb(163 163 163 / 0);
}

.caret-neutral-400\/10 {
  caret-color: rgb(163 163 163 / 0.1);
}

.caret-neutral-400\/100 {
  caret-color: rgb(163 163 163 / 1);
}

.caret-neutral-400\/15 {
  caret-color: rgb(163 163 163 / 0.15);
}

.caret-neutral-400\/20 {
  caret-color: rgb(163 163 163 / 0.2);
}

.caret-neutral-400\/25 {
  caret-color: rgb(163 163 163 / 0.25);
}

.caret-neutral-400\/30 {
  caret-color: rgb(163 163 163 / 0.3);
}

.caret-neutral-400\/35 {
  caret-color: rgb(163 163 163 / 0.35);
}

.caret-neutral-400\/40 {
  caret-color: rgb(163 163 163 / 0.4);
}

.caret-neutral-400\/45 {
  caret-color: rgb(163 163 163 / 0.45);
}

.caret-neutral-400\/5 {
  caret-color: rgb(163 163 163 / 0.05);
}

.caret-neutral-400\/50 {
  caret-color: rgb(163 163 163 / 0.5);
}

.caret-neutral-400\/55 {
  caret-color: rgb(163 163 163 / 0.55);
}

.caret-neutral-400\/60 {
  caret-color: rgb(163 163 163 / 0.6);
}

.caret-neutral-400\/65 {
  caret-color: rgb(163 163 163 / 0.65);
}

.caret-neutral-400\/70 {
  caret-color: rgb(163 163 163 / 0.7);
}

.caret-neutral-400\/75 {
  caret-color: rgb(163 163 163 / 0.75);
}

.caret-neutral-400\/80 {
  caret-color: rgb(163 163 163 / 0.8);
}

.caret-neutral-400\/85 {
  caret-color: rgb(163 163 163 / 0.85);
}

.caret-neutral-400\/90 {
  caret-color: rgb(163 163 163 / 0.9);
}

.caret-neutral-400\/95 {
  caret-color: rgb(163 163 163 / 0.95);
}

.caret-neutral-50 {
  caret-color: #fafafa;
}

.caret-neutral-50\/0 {
  caret-color: rgb(250 250 250 / 0);
}

.caret-neutral-50\/10 {
  caret-color: rgb(250 250 250 / 0.1);
}

.caret-neutral-50\/100 {
  caret-color: rgb(250 250 250 / 1);
}

.caret-neutral-50\/15 {
  caret-color: rgb(250 250 250 / 0.15);
}

.caret-neutral-50\/20 {
  caret-color: rgb(250 250 250 / 0.2);
}

.caret-neutral-50\/25 {
  caret-color: rgb(250 250 250 / 0.25);
}

.caret-neutral-50\/30 {
  caret-color: rgb(250 250 250 / 0.3);
}

.caret-neutral-50\/35 {
  caret-color: rgb(250 250 250 / 0.35);
}

.caret-neutral-50\/40 {
  caret-color: rgb(250 250 250 / 0.4);
}

.caret-neutral-50\/45 {
  caret-color: rgb(250 250 250 / 0.45);
}

.caret-neutral-50\/5 {
  caret-color: rgb(250 250 250 / 0.05);
}

.caret-neutral-50\/50 {
  caret-color: rgb(250 250 250 / 0.5);
}

.caret-neutral-50\/55 {
  caret-color: rgb(250 250 250 / 0.55);
}

.caret-neutral-50\/60 {
  caret-color: rgb(250 250 250 / 0.6);
}

.caret-neutral-50\/65 {
  caret-color: rgb(250 250 250 / 0.65);
}

.caret-neutral-50\/70 {
  caret-color: rgb(250 250 250 / 0.7);
}

.caret-neutral-50\/75 {
  caret-color: rgb(250 250 250 / 0.75);
}

.caret-neutral-50\/80 {
  caret-color: rgb(250 250 250 / 0.8);
}

.caret-neutral-50\/85 {
  caret-color: rgb(250 250 250 / 0.85);
}

.caret-neutral-50\/90 {
  caret-color: rgb(250 250 250 / 0.9);
}

.caret-neutral-50\/95 {
  caret-color: rgb(250 250 250 / 0.95);
}

.caret-neutral-500 {
  caret-color: #737373;
}

.caret-neutral-500\/0 {
  caret-color: rgb(115 115 115 / 0);
}

.caret-neutral-500\/10 {
  caret-color: rgb(115 115 115 / 0.1);
}

.caret-neutral-500\/100 {
  caret-color: rgb(115 115 115 / 1);
}

.caret-neutral-500\/15 {
  caret-color: rgb(115 115 115 / 0.15);
}

.caret-neutral-500\/20 {
  caret-color: rgb(115 115 115 / 0.2);
}

.caret-neutral-500\/25 {
  caret-color: rgb(115 115 115 / 0.25);
}

.caret-neutral-500\/30 {
  caret-color: rgb(115 115 115 / 0.3);
}

.caret-neutral-500\/35 {
  caret-color: rgb(115 115 115 / 0.35);
}

.caret-neutral-500\/40 {
  caret-color: rgb(115 115 115 / 0.4);
}

.caret-neutral-500\/45 {
  caret-color: rgb(115 115 115 / 0.45);
}

.caret-neutral-500\/5 {
  caret-color: rgb(115 115 115 / 0.05);
}

.caret-neutral-500\/50 {
  caret-color: rgb(115 115 115 / 0.5);
}

.caret-neutral-500\/55 {
  caret-color: rgb(115 115 115 / 0.55);
}

.caret-neutral-500\/60 {
  caret-color: rgb(115 115 115 / 0.6);
}

.caret-neutral-500\/65 {
  caret-color: rgb(115 115 115 / 0.65);
}

.caret-neutral-500\/70 {
  caret-color: rgb(115 115 115 / 0.7);
}

.caret-neutral-500\/75 {
  caret-color: rgb(115 115 115 / 0.75);
}

.caret-neutral-500\/80 {
  caret-color: rgb(115 115 115 / 0.8);
}

.caret-neutral-500\/85 {
  caret-color: rgb(115 115 115 / 0.85);
}

.caret-neutral-500\/90 {
  caret-color: rgb(115 115 115 / 0.9);
}

.caret-neutral-500\/95 {
  caret-color: rgb(115 115 115 / 0.95);
}

.caret-neutral-600 {
  caret-color: #525252;
}

.caret-neutral-600\/0 {
  caret-color: rgb(82 82 82 / 0);
}

.caret-neutral-600\/10 {
  caret-color: rgb(82 82 82 / 0.1);
}

.caret-neutral-600\/100 {
  caret-color: rgb(82 82 82 / 1);
}

.caret-neutral-600\/15 {
  caret-color: rgb(82 82 82 / 0.15);
}

.caret-neutral-600\/20 {
  caret-color: rgb(82 82 82 / 0.2);
}

.caret-neutral-600\/25 {
  caret-color: rgb(82 82 82 / 0.25);
}

.caret-neutral-600\/30 {
  caret-color: rgb(82 82 82 / 0.3);
}

.caret-neutral-600\/35 {
  caret-color: rgb(82 82 82 / 0.35);
}

.caret-neutral-600\/40 {
  caret-color: rgb(82 82 82 / 0.4);
}

.caret-neutral-600\/45 {
  caret-color: rgb(82 82 82 / 0.45);
}

.caret-neutral-600\/5 {
  caret-color: rgb(82 82 82 / 0.05);
}

.caret-neutral-600\/50 {
  caret-color: rgb(82 82 82 / 0.5);
}

.caret-neutral-600\/55 {
  caret-color: rgb(82 82 82 / 0.55);
}

.caret-neutral-600\/60 {
  caret-color: rgb(82 82 82 / 0.6);
}

.caret-neutral-600\/65 {
  caret-color: rgb(82 82 82 / 0.65);
}

.caret-neutral-600\/70 {
  caret-color: rgb(82 82 82 / 0.7);
}

.caret-neutral-600\/75 {
  caret-color: rgb(82 82 82 / 0.75);
}

.caret-neutral-600\/80 {
  caret-color: rgb(82 82 82 / 0.8);
}

.caret-neutral-600\/85 {
  caret-color: rgb(82 82 82 / 0.85);
}

.caret-neutral-600\/90 {
  caret-color: rgb(82 82 82 / 0.9);
}

.caret-neutral-600\/95 {
  caret-color: rgb(82 82 82 / 0.95);
}

.caret-neutral-700 {
  caret-color: #404040;
}

.caret-neutral-700\/0 {
  caret-color: rgb(64 64 64 / 0);
}

.caret-neutral-700\/10 {
  caret-color: rgb(64 64 64 / 0.1);
}

.caret-neutral-700\/100 {
  caret-color: rgb(64 64 64 / 1);
}

.caret-neutral-700\/15 {
  caret-color: rgb(64 64 64 / 0.15);
}

.caret-neutral-700\/20 {
  caret-color: rgb(64 64 64 / 0.2);
}

.caret-neutral-700\/25 {
  caret-color: rgb(64 64 64 / 0.25);
}

.caret-neutral-700\/30 {
  caret-color: rgb(64 64 64 / 0.3);
}

.caret-neutral-700\/35 {
  caret-color: rgb(64 64 64 / 0.35);
}

.caret-neutral-700\/40 {
  caret-color: rgb(64 64 64 / 0.4);
}

.caret-neutral-700\/45 {
  caret-color: rgb(64 64 64 / 0.45);
}

.caret-neutral-700\/5 {
  caret-color: rgb(64 64 64 / 0.05);
}

.caret-neutral-700\/50 {
  caret-color: rgb(64 64 64 / 0.5);
}

.caret-neutral-700\/55 {
  caret-color: rgb(64 64 64 / 0.55);
}

.caret-neutral-700\/60 {
  caret-color: rgb(64 64 64 / 0.6);
}

.caret-neutral-700\/65 {
  caret-color: rgb(64 64 64 / 0.65);
}

.caret-neutral-700\/70 {
  caret-color: rgb(64 64 64 / 0.7);
}

.caret-neutral-700\/75 {
  caret-color: rgb(64 64 64 / 0.75);
}

.caret-neutral-700\/80 {
  caret-color: rgb(64 64 64 / 0.8);
}

.caret-neutral-700\/85 {
  caret-color: rgb(64 64 64 / 0.85);
}

.caret-neutral-700\/90 {
  caret-color: rgb(64 64 64 / 0.9);
}

.caret-neutral-700\/95 {
  caret-color: rgb(64 64 64 / 0.95);
}

.caret-neutral-800 {
  caret-color: #262626;
}

.caret-neutral-800\/0 {
  caret-color: rgb(38 38 38 / 0);
}

.caret-neutral-800\/10 {
  caret-color: rgb(38 38 38 / 0.1);
}

.caret-neutral-800\/100 {
  caret-color: rgb(38 38 38 / 1);
}

.caret-neutral-800\/15 {
  caret-color: rgb(38 38 38 / 0.15);
}

.caret-neutral-800\/20 {
  caret-color: rgb(38 38 38 / 0.2);
}

.caret-neutral-800\/25 {
  caret-color: rgb(38 38 38 / 0.25);
}

.caret-neutral-800\/30 {
  caret-color: rgb(38 38 38 / 0.3);
}

.caret-neutral-800\/35 {
  caret-color: rgb(38 38 38 / 0.35);
}

.caret-neutral-800\/40 {
  caret-color: rgb(38 38 38 / 0.4);
}

.caret-neutral-800\/45 {
  caret-color: rgb(38 38 38 / 0.45);
}

.caret-neutral-800\/5 {
  caret-color: rgb(38 38 38 / 0.05);
}

.caret-neutral-800\/50 {
  caret-color: rgb(38 38 38 / 0.5);
}

.caret-neutral-800\/55 {
  caret-color: rgb(38 38 38 / 0.55);
}

.caret-neutral-800\/60 {
  caret-color: rgb(38 38 38 / 0.6);
}

.caret-neutral-800\/65 {
  caret-color: rgb(38 38 38 / 0.65);
}

.caret-neutral-800\/70 {
  caret-color: rgb(38 38 38 / 0.7);
}

.caret-neutral-800\/75 {
  caret-color: rgb(38 38 38 / 0.75);
}

.caret-neutral-800\/80 {
  caret-color: rgb(38 38 38 / 0.8);
}

.caret-neutral-800\/85 {
  caret-color: rgb(38 38 38 / 0.85);
}

.caret-neutral-800\/90 {
  caret-color: rgb(38 38 38 / 0.9);
}

.caret-neutral-800\/95 {
  caret-color: rgb(38 38 38 / 0.95);
}

.caret-neutral-900 {
  caret-color: #171717;
}

.caret-neutral-900\/0 {
  caret-color: rgb(23 23 23 / 0);
}

.caret-neutral-900\/10 {
  caret-color: rgb(23 23 23 / 0.1);
}

.caret-neutral-900\/100 {
  caret-color: rgb(23 23 23 / 1);
}

.caret-neutral-900\/15 {
  caret-color: rgb(23 23 23 / 0.15);
}

.caret-neutral-900\/20 {
  caret-color: rgb(23 23 23 / 0.2);
}

.caret-neutral-900\/25 {
  caret-color: rgb(23 23 23 / 0.25);
}

.caret-neutral-900\/30 {
  caret-color: rgb(23 23 23 / 0.3);
}

.caret-neutral-900\/35 {
  caret-color: rgb(23 23 23 / 0.35);
}

.caret-neutral-900\/40 {
  caret-color: rgb(23 23 23 / 0.4);
}

.caret-neutral-900\/45 {
  caret-color: rgb(23 23 23 / 0.45);
}

.caret-neutral-900\/5 {
  caret-color: rgb(23 23 23 / 0.05);
}

.caret-neutral-900\/50 {
  caret-color: rgb(23 23 23 / 0.5);
}

.caret-neutral-900\/55 {
  caret-color: rgb(23 23 23 / 0.55);
}

.caret-neutral-900\/60 {
  caret-color: rgb(23 23 23 / 0.6);
}

.caret-neutral-900\/65 {
  caret-color: rgb(23 23 23 / 0.65);
}

.caret-neutral-900\/70 {
  caret-color: rgb(23 23 23 / 0.7);
}

.caret-neutral-900\/75 {
  caret-color: rgb(23 23 23 / 0.75);
}

.caret-neutral-900\/80 {
  caret-color: rgb(23 23 23 / 0.8);
}

.caret-neutral-900\/85 {
  caret-color: rgb(23 23 23 / 0.85);
}

.caret-neutral-900\/90 {
  caret-color: rgb(23 23 23 / 0.9);
}

.caret-neutral-900\/95 {
  caret-color: rgb(23 23 23 / 0.95);
}

.caret-neutral-950 {
  caret-color: #0a0a0a;
}

.caret-neutral-950\/0 {
  caret-color: rgb(10 10 10 / 0);
}

.caret-neutral-950\/10 {
  caret-color: rgb(10 10 10 / 0.1);
}

.caret-neutral-950\/100 {
  caret-color: rgb(10 10 10 / 1);
}

.caret-neutral-950\/15 {
  caret-color: rgb(10 10 10 / 0.15);
}

.caret-neutral-950\/20 {
  caret-color: rgb(10 10 10 / 0.2);
}

.caret-neutral-950\/25 {
  caret-color: rgb(10 10 10 / 0.25);
}

.caret-neutral-950\/30 {
  caret-color: rgb(10 10 10 / 0.3);
}

.caret-neutral-950\/35 {
  caret-color: rgb(10 10 10 / 0.35);
}

.caret-neutral-950\/40 {
  caret-color: rgb(10 10 10 / 0.4);
}

.caret-neutral-950\/45 {
  caret-color: rgb(10 10 10 / 0.45);
}

.caret-neutral-950\/5 {
  caret-color: rgb(10 10 10 / 0.05);
}

.caret-neutral-950\/50 {
  caret-color: rgb(10 10 10 / 0.5);
}

.caret-neutral-950\/55 {
  caret-color: rgb(10 10 10 / 0.55);
}

.caret-neutral-950\/60 {
  caret-color: rgb(10 10 10 / 0.6);
}

.caret-neutral-950\/65 {
  caret-color: rgb(10 10 10 / 0.65);
}

.caret-neutral-950\/70 {
  caret-color: rgb(10 10 10 / 0.7);
}

.caret-neutral-950\/75 {
  caret-color: rgb(10 10 10 / 0.75);
}

.caret-neutral-950\/80 {
  caret-color: rgb(10 10 10 / 0.8);
}

.caret-neutral-950\/85 {
  caret-color: rgb(10 10 10 / 0.85);
}

.caret-neutral-950\/90 {
  caret-color: rgb(10 10 10 / 0.9);
}

.caret-neutral-950\/95 {
  caret-color: rgb(10 10 10 / 0.95);
}

.caret-neutral-content {
  caret-color: var(--fallback-nc,oklch(var(--nc)/1));
}

.caret-neutral-content\/0 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0));
}

.caret-neutral-content\/10 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.1));
}

.caret-neutral-content\/100 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/1));
}

.caret-neutral-content\/15 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.15));
}

.caret-neutral-content\/20 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.2));
}

.caret-neutral-content\/25 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.25));
}

.caret-neutral-content\/30 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.3));
}

.caret-neutral-content\/35 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.35));
}

.caret-neutral-content\/40 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.4));
}

.caret-neutral-content\/45 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.45));
}

.caret-neutral-content\/5 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.05));
}

.caret-neutral-content\/50 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.5));
}

.caret-neutral-content\/55 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.55));
}

.caret-neutral-content\/60 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.6));
}

.caret-neutral-content\/65 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.65));
}

.caret-neutral-content\/70 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.7));
}

.caret-neutral-content\/75 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.75));
}

.caret-neutral-content\/80 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.8));
}

.caret-neutral-content\/85 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.85));
}

.caret-neutral-content\/90 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.9));
}

.caret-neutral-content\/95 {
  caret-color: var(--fallback-nc,oklch(var(--nc)/0.95));
}

.caret-neutral\/0 {
  caret-color: var(--fallback-n,oklch(var(--n)/0));
}

.caret-neutral\/10 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.1));
}

.caret-neutral\/100 {
  caret-color: var(--fallback-n,oklch(var(--n)/1));
}

.caret-neutral\/15 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.15));
}

.caret-neutral\/20 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.2));
}

.caret-neutral\/25 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.25));
}

.caret-neutral\/30 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.3));
}

.caret-neutral\/35 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.35));
}

.caret-neutral\/40 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.4));
}

.caret-neutral\/45 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.45));
}

.caret-neutral\/5 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.05));
}

.caret-neutral\/50 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.5));
}

.caret-neutral\/55 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.55));
}

.caret-neutral\/60 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.6));
}

.caret-neutral\/65 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.65));
}

.caret-neutral\/70 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.7));
}

.caret-neutral\/75 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.75));
}

.caret-neutral\/80 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.8));
}

.caret-neutral\/85 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.85));
}

.caret-neutral\/90 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.9));
}

.caret-neutral\/95 {
  caret-color: var(--fallback-n,oklch(var(--n)/0.95));
}

.caret-orange-100 {
  caret-color: #ffedd5;
}

.caret-orange-100\/0 {
  caret-color: rgb(255 237 213 / 0);
}

.caret-orange-100\/10 {
  caret-color: rgb(255 237 213 / 0.1);
}

.caret-orange-100\/100 {
  caret-color: rgb(255 237 213 / 1);
}

.caret-orange-100\/15 {
  caret-color: rgb(255 237 213 / 0.15);
}

.caret-orange-100\/20 {
  caret-color: rgb(255 237 213 / 0.2);
}

.caret-orange-100\/25 {
  caret-color: rgb(255 237 213 / 0.25);
}

.caret-orange-100\/30 {
  caret-color: rgb(255 237 213 / 0.3);
}

.caret-orange-100\/35 {
  caret-color: rgb(255 237 213 / 0.35);
}

.caret-orange-100\/40 {
  caret-color: rgb(255 237 213 / 0.4);
}

.caret-orange-100\/45 {
  caret-color: rgb(255 237 213 / 0.45);
}

.caret-orange-100\/5 {
  caret-color: rgb(255 237 213 / 0.05);
}

.caret-orange-100\/50 {
  caret-color: rgb(255 237 213 / 0.5);
}

.caret-orange-100\/55 {
  caret-color: rgb(255 237 213 / 0.55);
}

.caret-orange-100\/60 {
  caret-color: rgb(255 237 213 / 0.6);
}

.caret-orange-100\/65 {
  caret-color: rgb(255 237 213 / 0.65);
}

.caret-orange-100\/70 {
  caret-color: rgb(255 237 213 / 0.7);
}

.caret-orange-100\/75 {
  caret-color: rgb(255 237 213 / 0.75);
}

.caret-orange-100\/80 {
  caret-color: rgb(255 237 213 / 0.8);
}

.caret-orange-100\/85 {
  caret-color: rgb(255 237 213 / 0.85);
}

.caret-orange-100\/90 {
  caret-color: rgb(255 237 213 / 0.9);
}

.caret-orange-100\/95 {
  caret-color: rgb(255 237 213 / 0.95);
}

.caret-orange-200 {
  caret-color: #fed7aa;
}

.caret-orange-200\/0 {
  caret-color: rgb(254 215 170 / 0);
}

.caret-orange-200\/10 {
  caret-color: rgb(254 215 170 / 0.1);
}

.caret-orange-200\/100 {
  caret-color: rgb(254 215 170 / 1);
}

.caret-orange-200\/15 {
  caret-color: rgb(254 215 170 / 0.15);
}

.caret-orange-200\/20 {
  caret-color: rgb(254 215 170 / 0.2);
}

.caret-orange-200\/25 {
  caret-color: rgb(254 215 170 / 0.25);
}

.caret-orange-200\/30 {
  caret-color: rgb(254 215 170 / 0.3);
}

.caret-orange-200\/35 {
  caret-color: rgb(254 215 170 / 0.35);
}

.caret-orange-200\/40 {
  caret-color: rgb(254 215 170 / 0.4);
}

.caret-orange-200\/45 {
  caret-color: rgb(254 215 170 / 0.45);
}

.caret-orange-200\/5 {
  caret-color: rgb(254 215 170 / 0.05);
}

.caret-orange-200\/50 {
  caret-color: rgb(254 215 170 / 0.5);
}

.caret-orange-200\/55 {
  caret-color: rgb(254 215 170 / 0.55);
}

.caret-orange-200\/60 {
  caret-color: rgb(254 215 170 / 0.6);
}

.caret-orange-200\/65 {
  caret-color: rgb(254 215 170 / 0.65);
}

.caret-orange-200\/70 {
  caret-color: rgb(254 215 170 / 0.7);
}

.caret-orange-200\/75 {
  caret-color: rgb(254 215 170 / 0.75);
}

.caret-orange-200\/80 {
  caret-color: rgb(254 215 170 / 0.8);
}

.caret-orange-200\/85 {
  caret-color: rgb(254 215 170 / 0.85);
}

.caret-orange-200\/90 {
  caret-color: rgb(254 215 170 / 0.9);
}

.caret-orange-200\/95 {
  caret-color: rgb(254 215 170 / 0.95);
}

.caret-orange-300 {
  caret-color: #fdba74;
}

.caret-orange-300\/0 {
  caret-color: rgb(253 186 116 / 0);
}

.caret-orange-300\/10 {
  caret-color: rgb(253 186 116 / 0.1);
}

.caret-orange-300\/100 {
  caret-color: rgb(253 186 116 / 1);
}

.caret-orange-300\/15 {
  caret-color: rgb(253 186 116 / 0.15);
}

.caret-orange-300\/20 {
  caret-color: rgb(253 186 116 / 0.2);
}

.caret-orange-300\/25 {
  caret-color: rgb(253 186 116 / 0.25);
}

.caret-orange-300\/30 {
  caret-color: rgb(253 186 116 / 0.3);
}

.caret-orange-300\/35 {
  caret-color: rgb(253 186 116 / 0.35);
}

.caret-orange-300\/40 {
  caret-color: rgb(253 186 116 / 0.4);
}

.caret-orange-300\/45 {
  caret-color: rgb(253 186 116 / 0.45);
}

.caret-orange-300\/5 {
  caret-color: rgb(253 186 116 / 0.05);
}

.caret-orange-300\/50 {
  caret-color: rgb(253 186 116 / 0.5);
}

.caret-orange-300\/55 {
  caret-color: rgb(253 186 116 / 0.55);
}

.caret-orange-300\/60 {
  caret-color: rgb(253 186 116 / 0.6);
}

.caret-orange-300\/65 {
  caret-color: rgb(253 186 116 / 0.65);
}

.caret-orange-300\/70 {
  caret-color: rgb(253 186 116 / 0.7);
}

.caret-orange-300\/75 {
  caret-color: rgb(253 186 116 / 0.75);
}

.caret-orange-300\/80 {
  caret-color: rgb(253 186 116 / 0.8);
}

.caret-orange-300\/85 {
  caret-color: rgb(253 186 116 / 0.85);
}

.caret-orange-300\/90 {
  caret-color: rgb(253 186 116 / 0.9);
}

.caret-orange-300\/95 {
  caret-color: rgb(253 186 116 / 0.95);
}

.caret-orange-400 {
  caret-color: #fb923c;
}

.caret-orange-400\/0 {
  caret-color: rgb(251 146 60 / 0);
}

.caret-orange-400\/10 {
  caret-color: rgb(251 146 60 / 0.1);
}

.caret-orange-400\/100 {
  caret-color: rgb(251 146 60 / 1);
}

.caret-orange-400\/15 {
  caret-color: rgb(251 146 60 / 0.15);
}

.caret-orange-400\/20 {
  caret-color: rgb(251 146 60 / 0.2);
}

.caret-orange-400\/25 {
  caret-color: rgb(251 146 60 / 0.25);
}

.caret-orange-400\/30 {
  caret-color: rgb(251 146 60 / 0.3);
}

.caret-orange-400\/35 {
  caret-color: rgb(251 146 60 / 0.35);
}

.caret-orange-400\/40 {
  caret-color: rgb(251 146 60 / 0.4);
}

.caret-orange-400\/45 {
  caret-color: rgb(251 146 60 / 0.45);
}

.caret-orange-400\/5 {
  caret-color: rgb(251 146 60 / 0.05);
}

.caret-orange-400\/50 {
  caret-color: rgb(251 146 60 / 0.5);
}

.caret-orange-400\/55 {
  caret-color: rgb(251 146 60 / 0.55);
}

.caret-orange-400\/60 {
  caret-color: rgb(251 146 60 / 0.6);
}

.caret-orange-400\/65 {
  caret-color: rgb(251 146 60 / 0.65);
}

.caret-orange-400\/70 {
  caret-color: rgb(251 146 60 / 0.7);
}

.caret-orange-400\/75 {
  caret-color: rgb(251 146 60 / 0.75);
}

.caret-orange-400\/80 {
  caret-color: rgb(251 146 60 / 0.8);
}

.caret-orange-400\/85 {
  caret-color: rgb(251 146 60 / 0.85);
}

.caret-orange-400\/90 {
  caret-color: rgb(251 146 60 / 0.9);
}

.caret-orange-400\/95 {
  caret-color: rgb(251 146 60 / 0.95);
}

.caret-orange-50 {
  caret-color: #fff7ed;
}

.caret-orange-50\/0 {
  caret-color: rgb(255 247 237 / 0);
}

.caret-orange-50\/10 {
  caret-color: rgb(255 247 237 / 0.1);
}

.caret-orange-50\/100 {
  caret-color: rgb(255 247 237 / 1);
}

.caret-orange-50\/15 {
  caret-color: rgb(255 247 237 / 0.15);
}

.caret-orange-50\/20 {
  caret-color: rgb(255 247 237 / 0.2);
}

.caret-orange-50\/25 {
  caret-color: rgb(255 247 237 / 0.25);
}

.caret-orange-50\/30 {
  caret-color: rgb(255 247 237 / 0.3);
}

.caret-orange-50\/35 {
  caret-color: rgb(255 247 237 / 0.35);
}

.caret-orange-50\/40 {
  caret-color: rgb(255 247 237 / 0.4);
}

.caret-orange-50\/45 {
  caret-color: rgb(255 247 237 / 0.45);
}

.caret-orange-50\/5 {
  caret-color: rgb(255 247 237 / 0.05);
}

.caret-orange-50\/50 {
  caret-color: rgb(255 247 237 / 0.5);
}

.caret-orange-50\/55 {
  caret-color: rgb(255 247 237 / 0.55);
}

.caret-orange-50\/60 {
  caret-color: rgb(255 247 237 / 0.6);
}

.caret-orange-50\/65 {
  caret-color: rgb(255 247 237 / 0.65);
}

.caret-orange-50\/70 {
  caret-color: rgb(255 247 237 / 0.7);
}

.caret-orange-50\/75 {
  caret-color: rgb(255 247 237 / 0.75);
}

.caret-orange-50\/80 {
  caret-color: rgb(255 247 237 / 0.8);
}

.caret-orange-50\/85 {
  caret-color: rgb(255 247 237 / 0.85);
}

.caret-orange-50\/90 {
  caret-color: rgb(255 247 237 / 0.9);
}

.caret-orange-50\/95 {
  caret-color: rgb(255 247 237 / 0.95);
}

.caret-orange-500 {
  caret-color: #f97316;
}

.caret-orange-500\/0 {
  caret-color: rgb(249 115 22 / 0);
}

.caret-orange-500\/10 {
  caret-color: rgb(249 115 22 / 0.1);
}

.caret-orange-500\/100 {
  caret-color: rgb(249 115 22 / 1);
}

.caret-orange-500\/15 {
  caret-color: rgb(249 115 22 / 0.15);
}

.caret-orange-500\/20 {
  caret-color: rgb(249 115 22 / 0.2);
}

.caret-orange-500\/25 {
  caret-color: rgb(249 115 22 / 0.25);
}

.caret-orange-500\/30 {
  caret-color: rgb(249 115 22 / 0.3);
}

.caret-orange-500\/35 {
  caret-color: rgb(249 115 22 / 0.35);
}

.caret-orange-500\/40 {
  caret-color: rgb(249 115 22 / 0.4);
}

.caret-orange-500\/45 {
  caret-color: rgb(249 115 22 / 0.45);
}

.caret-orange-500\/5 {
  caret-color: rgb(249 115 22 / 0.05);
}

.caret-orange-500\/50 {
  caret-color: rgb(249 115 22 / 0.5);
}

.caret-orange-500\/55 {
  caret-color: rgb(249 115 22 / 0.55);
}

.caret-orange-500\/60 {
  caret-color: rgb(249 115 22 / 0.6);
}

.caret-orange-500\/65 {
  caret-color: rgb(249 115 22 / 0.65);
}

.caret-orange-500\/70 {
  caret-color: rgb(249 115 22 / 0.7);
}

.caret-orange-500\/75 {
  caret-color: rgb(249 115 22 / 0.75);
}

.caret-orange-500\/80 {
  caret-color: rgb(249 115 22 / 0.8);
}

.caret-orange-500\/85 {
  caret-color: rgb(249 115 22 / 0.85);
}

.caret-orange-500\/90 {
  caret-color: rgb(249 115 22 / 0.9);
}

.caret-orange-500\/95 {
  caret-color: rgb(249 115 22 / 0.95);
}

.caret-orange-600 {
  caret-color: #ea580c;
}

.caret-orange-600\/0 {
  caret-color: rgb(234 88 12 / 0);
}

.caret-orange-600\/10 {
  caret-color: rgb(234 88 12 / 0.1);
}

.caret-orange-600\/100 {
  caret-color: rgb(234 88 12 / 1);
}

.caret-orange-600\/15 {
  caret-color: rgb(234 88 12 / 0.15);
}

.caret-orange-600\/20 {
  caret-color: rgb(234 88 12 / 0.2);
}

.caret-orange-600\/25 {
  caret-color: rgb(234 88 12 / 0.25);
}

.caret-orange-600\/30 {
  caret-color: rgb(234 88 12 / 0.3);
}

.caret-orange-600\/35 {
  caret-color: rgb(234 88 12 / 0.35);
}

.caret-orange-600\/40 {
  caret-color: rgb(234 88 12 / 0.4);
}

.caret-orange-600\/45 {
  caret-color: rgb(234 88 12 / 0.45);
}

.caret-orange-600\/5 {
  caret-color: rgb(234 88 12 / 0.05);
}

.caret-orange-600\/50 {
  caret-color: rgb(234 88 12 / 0.5);
}

.caret-orange-600\/55 {
  caret-color: rgb(234 88 12 / 0.55);
}

.caret-orange-600\/60 {
  caret-color: rgb(234 88 12 / 0.6);
}

.caret-orange-600\/65 {
  caret-color: rgb(234 88 12 / 0.65);
}

.caret-orange-600\/70 {
  caret-color: rgb(234 88 12 / 0.7);
}

.caret-orange-600\/75 {
  caret-color: rgb(234 88 12 / 0.75);
}

.caret-orange-600\/80 {
  caret-color: rgb(234 88 12 / 0.8);
}

.caret-orange-600\/85 {
  caret-color: rgb(234 88 12 / 0.85);
}

.caret-orange-600\/90 {
  caret-color: rgb(234 88 12 / 0.9);
}

.caret-orange-600\/95 {
  caret-color: rgb(234 88 12 / 0.95);
}

.caret-orange-700 {
  caret-color: #c2410c;
}

.caret-orange-700\/0 {
  caret-color: rgb(194 65 12 / 0);
}

.caret-orange-700\/10 {
  caret-color: rgb(194 65 12 / 0.1);
}

.caret-orange-700\/100 {
  caret-color: rgb(194 65 12 / 1);
}

.caret-orange-700\/15 {
  caret-color: rgb(194 65 12 / 0.15);
}

.caret-orange-700\/20 {
  caret-color: rgb(194 65 12 / 0.2);
}

.caret-orange-700\/25 {
  caret-color: rgb(194 65 12 / 0.25);
}

.caret-orange-700\/30 {
  caret-color: rgb(194 65 12 / 0.3);
}

.caret-orange-700\/35 {
  caret-color: rgb(194 65 12 / 0.35);
}

.caret-orange-700\/40 {
  caret-color: rgb(194 65 12 / 0.4);
}

.caret-orange-700\/45 {
  caret-color: rgb(194 65 12 / 0.45);
}

.caret-orange-700\/5 {
  caret-color: rgb(194 65 12 / 0.05);
}

.caret-orange-700\/50 {
  caret-color: rgb(194 65 12 / 0.5);
}

.caret-orange-700\/55 {
  caret-color: rgb(194 65 12 / 0.55);
}

.caret-orange-700\/60 {
  caret-color: rgb(194 65 12 / 0.6);
}

.caret-orange-700\/65 {
  caret-color: rgb(194 65 12 / 0.65);
}

.caret-orange-700\/70 {
  caret-color: rgb(194 65 12 / 0.7);
}

.caret-orange-700\/75 {
  caret-color: rgb(194 65 12 / 0.75);
}

.caret-orange-700\/80 {
  caret-color: rgb(194 65 12 / 0.8);
}

.caret-orange-700\/85 {
  caret-color: rgb(194 65 12 / 0.85);
}

.caret-orange-700\/90 {
  caret-color: rgb(194 65 12 / 0.9);
}

.caret-orange-700\/95 {
  caret-color: rgb(194 65 12 / 0.95);
}

.caret-orange-800 {
  caret-color: #9a3412;
}

.caret-orange-800\/0 {
  caret-color: rgb(154 52 18 / 0);
}

.caret-orange-800\/10 {
  caret-color: rgb(154 52 18 / 0.1);
}

.caret-orange-800\/100 {
  caret-color: rgb(154 52 18 / 1);
}

.caret-orange-800\/15 {
  caret-color: rgb(154 52 18 / 0.15);
}

.caret-orange-800\/20 {
  caret-color: rgb(154 52 18 / 0.2);
}

.caret-orange-800\/25 {
  caret-color: rgb(154 52 18 / 0.25);
}

.caret-orange-800\/30 {
  caret-color: rgb(154 52 18 / 0.3);
}

.caret-orange-800\/35 {
  caret-color: rgb(154 52 18 / 0.35);
}

.caret-orange-800\/40 {
  caret-color: rgb(154 52 18 / 0.4);
}

.caret-orange-800\/45 {
  caret-color: rgb(154 52 18 / 0.45);
}

.caret-orange-800\/5 {
  caret-color: rgb(154 52 18 / 0.05);
}

.caret-orange-800\/50 {
  caret-color: rgb(154 52 18 / 0.5);
}

.caret-orange-800\/55 {
  caret-color: rgb(154 52 18 / 0.55);
}

.caret-orange-800\/60 {
  caret-color: rgb(154 52 18 / 0.6);
}

.caret-orange-800\/65 {
  caret-color: rgb(154 52 18 / 0.65);
}

.caret-orange-800\/70 {
  caret-color: rgb(154 52 18 / 0.7);
}

.caret-orange-800\/75 {
  caret-color: rgb(154 52 18 / 0.75);
}

.caret-orange-800\/80 {
  caret-color: rgb(154 52 18 / 0.8);
}

.caret-orange-800\/85 {
  caret-color: rgb(154 52 18 / 0.85);
}

.caret-orange-800\/90 {
  caret-color: rgb(154 52 18 / 0.9);
}

.caret-orange-800\/95 {
  caret-color: rgb(154 52 18 / 0.95);
}

.caret-orange-900 {
  caret-color: #7c2d12;
}

.caret-orange-900\/0 {
  caret-color: rgb(124 45 18 / 0);
}

.caret-orange-900\/10 {
  caret-color: rgb(124 45 18 / 0.1);
}

.caret-orange-900\/100 {
  caret-color: rgb(124 45 18 / 1);
}

.caret-orange-900\/15 {
  caret-color: rgb(124 45 18 / 0.15);
}

.caret-orange-900\/20 {
  caret-color: rgb(124 45 18 / 0.2);
}

.caret-orange-900\/25 {
  caret-color: rgb(124 45 18 / 0.25);
}

.caret-orange-900\/30 {
  caret-color: rgb(124 45 18 / 0.3);
}

.caret-orange-900\/35 {
  caret-color: rgb(124 45 18 / 0.35);
}

.caret-orange-900\/40 {
  caret-color: rgb(124 45 18 / 0.4);
}

.caret-orange-900\/45 {
  caret-color: rgb(124 45 18 / 0.45);
}

.caret-orange-900\/5 {
  caret-color: rgb(124 45 18 / 0.05);
}

.caret-orange-900\/50 {
  caret-color: rgb(124 45 18 / 0.5);
}

.caret-orange-900\/55 {
  caret-color: rgb(124 45 18 / 0.55);
}

.caret-orange-900\/60 {
  caret-color: rgb(124 45 18 / 0.6);
}

.caret-orange-900\/65 {
  caret-color: rgb(124 45 18 / 0.65);
}

.caret-orange-900\/70 {
  caret-color: rgb(124 45 18 / 0.7);
}

.caret-orange-900\/75 {
  caret-color: rgb(124 45 18 / 0.75);
}

.caret-orange-900\/80 {
  caret-color: rgb(124 45 18 / 0.8);
}

.caret-orange-900\/85 {
  caret-color: rgb(124 45 18 / 0.85);
}

.caret-orange-900\/90 {
  caret-color: rgb(124 45 18 / 0.9);
}

.caret-orange-900\/95 {
  caret-color: rgb(124 45 18 / 0.95);
}

.caret-orange-950 {
  caret-color: #431407;
}

.caret-orange-950\/0 {
  caret-color: rgb(67 20 7 / 0);
}

.caret-orange-950\/10 {
  caret-color: rgb(67 20 7 / 0.1);
}

.caret-orange-950\/100 {
  caret-color: rgb(67 20 7 / 1);
}

.caret-orange-950\/15 {
  caret-color: rgb(67 20 7 / 0.15);
}

.caret-orange-950\/20 {
  caret-color: rgb(67 20 7 / 0.2);
}

.caret-orange-950\/25 {
  caret-color: rgb(67 20 7 / 0.25);
}

.caret-orange-950\/30 {
  caret-color: rgb(67 20 7 / 0.3);
}

.caret-orange-950\/35 {
  caret-color: rgb(67 20 7 / 0.35);
}

.caret-orange-950\/40 {
  caret-color: rgb(67 20 7 / 0.4);
}

.caret-orange-950\/45 {
  caret-color: rgb(67 20 7 / 0.45);
}

.caret-orange-950\/5 {
  caret-color: rgb(67 20 7 / 0.05);
}

.caret-orange-950\/50 {
  caret-color: rgb(67 20 7 / 0.5);
}

.caret-orange-950\/55 {
  caret-color: rgb(67 20 7 / 0.55);
}

.caret-orange-950\/60 {
  caret-color: rgb(67 20 7 / 0.6);
}

.caret-orange-950\/65 {
  caret-color: rgb(67 20 7 / 0.65);
}

.caret-orange-950\/70 {
  caret-color: rgb(67 20 7 / 0.7);
}

.caret-orange-950\/75 {
  caret-color: rgb(67 20 7 / 0.75);
}

.caret-orange-950\/80 {
  caret-color: rgb(67 20 7 / 0.8);
}

.caret-orange-950\/85 {
  caret-color: rgb(67 20 7 / 0.85);
}

.caret-orange-950\/90 {
  caret-color: rgb(67 20 7 / 0.9);
}

.caret-orange-950\/95 {
  caret-color: rgb(67 20 7 / 0.95);
}

.caret-pink-100 {
  caret-color: #fce7f3;
}

.caret-pink-100\/0 {
  caret-color: rgb(252 231 243 / 0);
}

.caret-pink-100\/10 {
  caret-color: rgb(252 231 243 / 0.1);
}

.caret-pink-100\/100 {
  caret-color: rgb(252 231 243 / 1);
}

.caret-pink-100\/15 {
  caret-color: rgb(252 231 243 / 0.15);
}

.caret-pink-100\/20 {
  caret-color: rgb(252 231 243 / 0.2);
}

.caret-pink-100\/25 {
  caret-color: rgb(252 231 243 / 0.25);
}

.caret-pink-100\/30 {
  caret-color: rgb(252 231 243 / 0.3);
}

.caret-pink-100\/35 {
  caret-color: rgb(252 231 243 / 0.35);
}

.caret-pink-100\/40 {
  caret-color: rgb(252 231 243 / 0.4);
}

.caret-pink-100\/45 {
  caret-color: rgb(252 231 243 / 0.45);
}

.caret-pink-100\/5 {
  caret-color: rgb(252 231 243 / 0.05);
}

.caret-pink-100\/50 {
  caret-color: rgb(252 231 243 / 0.5);
}

.caret-pink-100\/55 {
  caret-color: rgb(252 231 243 / 0.55);
}

.caret-pink-100\/60 {
  caret-color: rgb(252 231 243 / 0.6);
}

.caret-pink-100\/65 {
  caret-color: rgb(252 231 243 / 0.65);
}

.caret-pink-100\/70 {
  caret-color: rgb(252 231 243 / 0.7);
}

.caret-pink-100\/75 {
  caret-color: rgb(252 231 243 / 0.75);
}

.caret-pink-100\/80 {
  caret-color: rgb(252 231 243 / 0.8);
}

.caret-pink-100\/85 {
  caret-color: rgb(252 231 243 / 0.85);
}

.caret-pink-100\/90 {
  caret-color: rgb(252 231 243 / 0.9);
}

.caret-pink-100\/95 {
  caret-color: rgb(252 231 243 / 0.95);
}

.caret-pink-200 {
  caret-color: #fbcfe8;
}

.caret-pink-200\/0 {
  caret-color: rgb(251 207 232 / 0);
}

.caret-pink-200\/10 {
  caret-color: rgb(251 207 232 / 0.1);
}

.caret-pink-200\/100 {
  caret-color: rgb(251 207 232 / 1);
}

.caret-pink-200\/15 {
  caret-color: rgb(251 207 232 / 0.15);
}

.caret-pink-200\/20 {
  caret-color: rgb(251 207 232 / 0.2);
}

.caret-pink-200\/25 {
  caret-color: rgb(251 207 232 / 0.25);
}

.caret-pink-200\/30 {
  caret-color: rgb(251 207 232 / 0.3);
}

.caret-pink-200\/35 {
  caret-color: rgb(251 207 232 / 0.35);
}

.caret-pink-200\/40 {
  caret-color: rgb(251 207 232 / 0.4);
}

.caret-pink-200\/45 {
  caret-color: rgb(251 207 232 / 0.45);
}

.caret-pink-200\/5 {
  caret-color: rgb(251 207 232 / 0.05);
}

.caret-pink-200\/50 {
  caret-color: rgb(251 207 232 / 0.5);
}

.caret-pink-200\/55 {
  caret-color: rgb(251 207 232 / 0.55);
}

.caret-pink-200\/60 {
  caret-color: rgb(251 207 232 / 0.6);
}

.caret-pink-200\/65 {
  caret-color: rgb(251 207 232 / 0.65);
}

.caret-pink-200\/70 {
  caret-color: rgb(251 207 232 / 0.7);
}

.caret-pink-200\/75 {
  caret-color: rgb(251 207 232 / 0.75);
}

.caret-pink-200\/80 {
  caret-color: rgb(251 207 232 / 0.8);
}

.caret-pink-200\/85 {
  caret-color: rgb(251 207 232 / 0.85);
}

.caret-pink-200\/90 {
  caret-color: rgb(251 207 232 / 0.9);
}

.caret-pink-200\/95 {
  caret-color: rgb(251 207 232 / 0.95);
}

.caret-pink-300 {
  caret-color: #f9a8d4;
}

.caret-pink-300\/0 {
  caret-color: rgb(249 168 212 / 0);
}

.caret-pink-300\/10 {
  caret-color: rgb(249 168 212 / 0.1);
}

.caret-pink-300\/100 {
  caret-color: rgb(249 168 212 / 1);
}

.caret-pink-300\/15 {
  caret-color: rgb(249 168 212 / 0.15);
}

.caret-pink-300\/20 {
  caret-color: rgb(249 168 212 / 0.2);
}

.caret-pink-300\/25 {
  caret-color: rgb(249 168 212 / 0.25);
}

.caret-pink-300\/30 {
  caret-color: rgb(249 168 212 / 0.3);
}

.caret-pink-300\/35 {
  caret-color: rgb(249 168 212 / 0.35);
}

.caret-pink-300\/40 {
  caret-color: rgb(249 168 212 / 0.4);
}

.caret-pink-300\/45 {
  caret-color: rgb(249 168 212 / 0.45);
}

.caret-pink-300\/5 {
  caret-color: rgb(249 168 212 / 0.05);
}

.caret-pink-300\/50 {
  caret-color: rgb(249 168 212 / 0.5);
}

.caret-pink-300\/55 {
  caret-color: rgb(249 168 212 / 0.55);
}

.caret-pink-300\/60 {
  caret-color: rgb(249 168 212 / 0.6);
}

.caret-pink-300\/65 {
  caret-color: rgb(249 168 212 / 0.65);
}

.caret-pink-300\/70 {
  caret-color: rgb(249 168 212 / 0.7);
}

.caret-pink-300\/75 {
  caret-color: rgb(249 168 212 / 0.75);
}

.caret-pink-300\/80 {
  caret-color: rgb(249 168 212 / 0.8);
}

.caret-pink-300\/85 {
  caret-color: rgb(249 168 212 / 0.85);
}

.caret-pink-300\/90 {
  caret-color: rgb(249 168 212 / 0.9);
}

.caret-pink-300\/95 {
  caret-color: rgb(249 168 212 / 0.95);
}

.caret-pink-400 {
  caret-color: #f472b6;
}

.caret-pink-400\/0 {
  caret-color: rgb(244 114 182 / 0);
}

.caret-pink-400\/10 {
  caret-color: rgb(244 114 182 / 0.1);
}

.caret-pink-400\/100 {
  caret-color: rgb(244 114 182 / 1);
}

.caret-pink-400\/15 {
  caret-color: rgb(244 114 182 / 0.15);
}

.caret-pink-400\/20 {
  caret-color: rgb(244 114 182 / 0.2);
}

.caret-pink-400\/25 {
  caret-color: rgb(244 114 182 / 0.25);
}

.caret-pink-400\/30 {
  caret-color: rgb(244 114 182 / 0.3);
}

.caret-pink-400\/35 {
  caret-color: rgb(244 114 182 / 0.35);
}

.caret-pink-400\/40 {
  caret-color: rgb(244 114 182 / 0.4);
}

.caret-pink-400\/45 {
  caret-color: rgb(244 114 182 / 0.45);
}

.caret-pink-400\/5 {
  caret-color: rgb(244 114 182 / 0.05);
}

.caret-pink-400\/50 {
  caret-color: rgb(244 114 182 / 0.5);
}

.caret-pink-400\/55 {
  caret-color: rgb(244 114 182 / 0.55);
}

.caret-pink-400\/60 {
  caret-color: rgb(244 114 182 / 0.6);
}

.caret-pink-400\/65 {
  caret-color: rgb(244 114 182 / 0.65);
}

.caret-pink-400\/70 {
  caret-color: rgb(244 114 182 / 0.7);
}

.caret-pink-400\/75 {
  caret-color: rgb(244 114 182 / 0.75);
}

.caret-pink-400\/80 {
  caret-color: rgb(244 114 182 / 0.8);
}

.caret-pink-400\/85 {
  caret-color: rgb(244 114 182 / 0.85);
}

.caret-pink-400\/90 {
  caret-color: rgb(244 114 182 / 0.9);
}

.caret-pink-400\/95 {
  caret-color: rgb(244 114 182 / 0.95);
}

.caret-pink-50 {
  caret-color: #fdf2f8;
}

.caret-pink-50\/0 {
  caret-color: rgb(253 242 248 / 0);
}

.caret-pink-50\/10 {
  caret-color: rgb(253 242 248 / 0.1);
}

.caret-pink-50\/100 {
  caret-color: rgb(253 242 248 / 1);
}

.caret-pink-50\/15 {
  caret-color: rgb(253 242 248 / 0.15);
}

.caret-pink-50\/20 {
  caret-color: rgb(253 242 248 / 0.2);
}

.caret-pink-50\/25 {
  caret-color: rgb(253 242 248 / 0.25);
}

.caret-pink-50\/30 {
  caret-color: rgb(253 242 248 / 0.3);
}

.caret-pink-50\/35 {
  caret-color: rgb(253 242 248 / 0.35);
}

.caret-pink-50\/40 {
  caret-color: rgb(253 242 248 / 0.4);
}

.caret-pink-50\/45 {
  caret-color: rgb(253 242 248 / 0.45);
}

.caret-pink-50\/5 {
  caret-color: rgb(253 242 248 / 0.05);
}

.caret-pink-50\/50 {
  caret-color: rgb(253 242 248 / 0.5);
}

.caret-pink-50\/55 {
  caret-color: rgb(253 242 248 / 0.55);
}

.caret-pink-50\/60 {
  caret-color: rgb(253 242 248 / 0.6);
}

.caret-pink-50\/65 {
  caret-color: rgb(253 242 248 / 0.65);
}

.caret-pink-50\/70 {
  caret-color: rgb(253 242 248 / 0.7);
}

.caret-pink-50\/75 {
  caret-color: rgb(253 242 248 / 0.75);
}

.caret-pink-50\/80 {
  caret-color: rgb(253 242 248 / 0.8);
}

.caret-pink-50\/85 {
  caret-color: rgb(253 242 248 / 0.85);
}

.caret-pink-50\/90 {
  caret-color: rgb(253 242 248 / 0.9);
}

.caret-pink-50\/95 {
  caret-color: rgb(253 242 248 / 0.95);
}

.caret-pink-500 {
  caret-color: #ec4899;
}

.caret-pink-500\/0 {
  caret-color: rgb(236 72 153 / 0);
}

.caret-pink-500\/10 {
  caret-color: rgb(236 72 153 / 0.1);
}

.caret-pink-500\/100 {
  caret-color: rgb(236 72 153 / 1);
}

.caret-pink-500\/15 {
  caret-color: rgb(236 72 153 / 0.15);
}

.caret-pink-500\/20 {
  caret-color: rgb(236 72 153 / 0.2);
}

.caret-pink-500\/25 {
  caret-color: rgb(236 72 153 / 0.25);
}

.caret-pink-500\/30 {
  caret-color: rgb(236 72 153 / 0.3);
}

.caret-pink-500\/35 {
  caret-color: rgb(236 72 153 / 0.35);
}

.caret-pink-500\/40 {
  caret-color: rgb(236 72 153 / 0.4);
}

.caret-pink-500\/45 {
  caret-color: rgb(236 72 153 / 0.45);
}

.caret-pink-500\/5 {
  caret-color: rgb(236 72 153 / 0.05);
}

.caret-pink-500\/50 {
  caret-color: rgb(236 72 153 / 0.5);
}

.caret-pink-500\/55 {
  caret-color: rgb(236 72 153 / 0.55);
}

.caret-pink-500\/60 {
  caret-color: rgb(236 72 153 / 0.6);
}

.caret-pink-500\/65 {
  caret-color: rgb(236 72 153 / 0.65);
}

.caret-pink-500\/70 {
  caret-color: rgb(236 72 153 / 0.7);
}

.caret-pink-500\/75 {
  caret-color: rgb(236 72 153 / 0.75);
}

.caret-pink-500\/80 {
  caret-color: rgb(236 72 153 / 0.8);
}

.caret-pink-500\/85 {
  caret-color: rgb(236 72 153 / 0.85);
}

.caret-pink-500\/90 {
  caret-color: rgb(236 72 153 / 0.9);
}

.caret-pink-500\/95 {
  caret-color: rgb(236 72 153 / 0.95);
}

.caret-pink-600 {
  caret-color: #db2777;
}

.caret-pink-600\/0 {
  caret-color: rgb(219 39 119 / 0);
}

.caret-pink-600\/10 {
  caret-color: rgb(219 39 119 / 0.1);
}

.caret-pink-600\/100 {
  caret-color: rgb(219 39 119 / 1);
}

.caret-pink-600\/15 {
  caret-color: rgb(219 39 119 / 0.15);
}

.caret-pink-600\/20 {
  caret-color: rgb(219 39 119 / 0.2);
}

.caret-pink-600\/25 {
  caret-color: rgb(219 39 119 / 0.25);
}

.caret-pink-600\/30 {
  caret-color: rgb(219 39 119 / 0.3);
}

.caret-pink-600\/35 {
  caret-color: rgb(219 39 119 / 0.35);
}

.caret-pink-600\/40 {
  caret-color: rgb(219 39 119 / 0.4);
}

.caret-pink-600\/45 {
  caret-color: rgb(219 39 119 / 0.45);
}

.caret-pink-600\/5 {
  caret-color: rgb(219 39 119 / 0.05);
}

.caret-pink-600\/50 {
  caret-color: rgb(219 39 119 / 0.5);
}

.caret-pink-600\/55 {
  caret-color: rgb(219 39 119 / 0.55);
}

.caret-pink-600\/60 {
  caret-color: rgb(219 39 119 / 0.6);
}

.caret-pink-600\/65 {
  caret-color: rgb(219 39 119 / 0.65);
}

.caret-pink-600\/70 {
  caret-color: rgb(219 39 119 / 0.7);
}

.caret-pink-600\/75 {
  caret-color: rgb(219 39 119 / 0.75);
}

.caret-pink-600\/80 {
  caret-color: rgb(219 39 119 / 0.8);
}

.caret-pink-600\/85 {
  caret-color: rgb(219 39 119 / 0.85);
}

.caret-pink-600\/90 {
  caret-color: rgb(219 39 119 / 0.9);
}

.caret-pink-600\/95 {
  caret-color: rgb(219 39 119 / 0.95);
}

.caret-pink-700 {
  caret-color: #be185d;
}

.caret-pink-700\/0 {
  caret-color: rgb(190 24 93 / 0);
}

.caret-pink-700\/10 {
  caret-color: rgb(190 24 93 / 0.1);
}

.caret-pink-700\/100 {
  caret-color: rgb(190 24 93 / 1);
}

.caret-pink-700\/15 {
  caret-color: rgb(190 24 93 / 0.15);
}

.caret-pink-700\/20 {
  caret-color: rgb(190 24 93 / 0.2);
}

.caret-pink-700\/25 {
  caret-color: rgb(190 24 93 / 0.25);
}

.caret-pink-700\/30 {
  caret-color: rgb(190 24 93 / 0.3);
}

.caret-pink-700\/35 {
  caret-color: rgb(190 24 93 / 0.35);
}

.caret-pink-700\/40 {
  caret-color: rgb(190 24 93 / 0.4);
}

.caret-pink-700\/45 {
  caret-color: rgb(190 24 93 / 0.45);
}

.caret-pink-700\/5 {
  caret-color: rgb(190 24 93 / 0.05);
}

.caret-pink-700\/50 {
  caret-color: rgb(190 24 93 / 0.5);
}

.caret-pink-700\/55 {
  caret-color: rgb(190 24 93 / 0.55);
}

.caret-pink-700\/60 {
  caret-color: rgb(190 24 93 / 0.6);
}

.caret-pink-700\/65 {
  caret-color: rgb(190 24 93 / 0.65);
}

.caret-pink-700\/70 {
  caret-color: rgb(190 24 93 / 0.7);
}

.caret-pink-700\/75 {
  caret-color: rgb(190 24 93 / 0.75);
}

.caret-pink-700\/80 {
  caret-color: rgb(190 24 93 / 0.8);
}

.caret-pink-700\/85 {
  caret-color: rgb(190 24 93 / 0.85);
}

.caret-pink-700\/90 {
  caret-color: rgb(190 24 93 / 0.9);
}

.caret-pink-700\/95 {
  caret-color: rgb(190 24 93 / 0.95);
}

.caret-pink-800 {
  caret-color: #9d174d;
}

.caret-pink-800\/0 {
  caret-color: rgb(157 23 77 / 0);
}

.caret-pink-800\/10 {
  caret-color: rgb(157 23 77 / 0.1);
}

.caret-pink-800\/100 {
  caret-color: rgb(157 23 77 / 1);
}

.caret-pink-800\/15 {
  caret-color: rgb(157 23 77 / 0.15);
}

.caret-pink-800\/20 {
  caret-color: rgb(157 23 77 / 0.2);
}

.caret-pink-800\/25 {
  caret-color: rgb(157 23 77 / 0.25);
}

.caret-pink-800\/30 {
  caret-color: rgb(157 23 77 / 0.3);
}

.caret-pink-800\/35 {
  caret-color: rgb(157 23 77 / 0.35);
}

.caret-pink-800\/40 {
  caret-color: rgb(157 23 77 / 0.4);
}

.caret-pink-800\/45 {
  caret-color: rgb(157 23 77 / 0.45);
}

.caret-pink-800\/5 {
  caret-color: rgb(157 23 77 / 0.05);
}

.caret-pink-800\/50 {
  caret-color: rgb(157 23 77 / 0.5);
}

.caret-pink-800\/55 {
  caret-color: rgb(157 23 77 / 0.55);
}

.caret-pink-800\/60 {
  caret-color: rgb(157 23 77 / 0.6);
}

.caret-pink-800\/65 {
  caret-color: rgb(157 23 77 / 0.65);
}

.caret-pink-800\/70 {
  caret-color: rgb(157 23 77 / 0.7);
}

.caret-pink-800\/75 {
  caret-color: rgb(157 23 77 / 0.75);
}

.caret-pink-800\/80 {
  caret-color: rgb(157 23 77 / 0.8);
}

.caret-pink-800\/85 {
  caret-color: rgb(157 23 77 / 0.85);
}

.caret-pink-800\/90 {
  caret-color: rgb(157 23 77 / 0.9);
}

.caret-pink-800\/95 {
  caret-color: rgb(157 23 77 / 0.95);
}

.caret-pink-900 {
  caret-color: #831843;
}

.caret-pink-900\/0 {
  caret-color: rgb(131 24 67 / 0);
}

.caret-pink-900\/10 {
  caret-color: rgb(131 24 67 / 0.1);
}

.caret-pink-900\/100 {
  caret-color: rgb(131 24 67 / 1);
}

.caret-pink-900\/15 {
  caret-color: rgb(131 24 67 / 0.15);
}

.caret-pink-900\/20 {
  caret-color: rgb(131 24 67 / 0.2);
}

.caret-pink-900\/25 {
  caret-color: rgb(131 24 67 / 0.25);
}

.caret-pink-900\/30 {
  caret-color: rgb(131 24 67 / 0.3);
}

.caret-pink-900\/35 {
  caret-color: rgb(131 24 67 / 0.35);
}

.caret-pink-900\/40 {
  caret-color: rgb(131 24 67 / 0.4);
}

.caret-pink-900\/45 {
  caret-color: rgb(131 24 67 / 0.45);
}

.caret-pink-900\/5 {
  caret-color: rgb(131 24 67 / 0.05);
}

.caret-pink-900\/50 {
  caret-color: rgb(131 24 67 / 0.5);
}

.caret-pink-900\/55 {
  caret-color: rgb(131 24 67 / 0.55);
}

.caret-pink-900\/60 {
  caret-color: rgb(131 24 67 / 0.6);
}

.caret-pink-900\/65 {
  caret-color: rgb(131 24 67 / 0.65);
}

.caret-pink-900\/70 {
  caret-color: rgb(131 24 67 / 0.7);
}

.caret-pink-900\/75 {
  caret-color: rgb(131 24 67 / 0.75);
}

.caret-pink-900\/80 {
  caret-color: rgb(131 24 67 / 0.8);
}

.caret-pink-900\/85 {
  caret-color: rgb(131 24 67 / 0.85);
}

.caret-pink-900\/90 {
  caret-color: rgb(131 24 67 / 0.9);
}

.caret-pink-900\/95 {
  caret-color: rgb(131 24 67 / 0.95);
}

.caret-pink-950 {
  caret-color: #500724;
}

.caret-pink-950\/0 {
  caret-color: rgb(80 7 36 / 0);
}

.caret-pink-950\/10 {
  caret-color: rgb(80 7 36 / 0.1);
}

.caret-pink-950\/100 {
  caret-color: rgb(80 7 36 / 1);
}

.caret-pink-950\/15 {
  caret-color: rgb(80 7 36 / 0.15);
}

.caret-pink-950\/20 {
  caret-color: rgb(80 7 36 / 0.2);
}

.caret-pink-950\/25 {
  caret-color: rgb(80 7 36 / 0.25);
}

.caret-pink-950\/30 {
  caret-color: rgb(80 7 36 / 0.3);
}

.caret-pink-950\/35 {
  caret-color: rgb(80 7 36 / 0.35);
}

.caret-pink-950\/40 {
  caret-color: rgb(80 7 36 / 0.4);
}

.caret-pink-950\/45 {
  caret-color: rgb(80 7 36 / 0.45);
}

.caret-pink-950\/5 {
  caret-color: rgb(80 7 36 / 0.05);
}

.caret-pink-950\/50 {
  caret-color: rgb(80 7 36 / 0.5);
}

.caret-pink-950\/55 {
  caret-color: rgb(80 7 36 / 0.55);
}

.caret-pink-950\/60 {
  caret-color: rgb(80 7 36 / 0.6);
}

.caret-pink-950\/65 {
  caret-color: rgb(80 7 36 / 0.65);
}

.caret-pink-950\/70 {
  caret-color: rgb(80 7 36 / 0.7);
}

.caret-pink-950\/75 {
  caret-color: rgb(80 7 36 / 0.75);
}

.caret-pink-950\/80 {
  caret-color: rgb(80 7 36 / 0.8);
}

.caret-pink-950\/85 {
  caret-color: rgb(80 7 36 / 0.85);
}

.caret-pink-950\/90 {
  caret-color: rgb(80 7 36 / 0.9);
}

.caret-pink-950\/95 {
  caret-color: rgb(80 7 36 / 0.95);
}

.caret-primary {
  caret-color: var(--fallback-p,oklch(var(--p)/1));
}

.caret-primary-content {
  caret-color: var(--fallback-pc,oklch(var(--pc)/1));
}

.caret-primary-content\/0 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0));
}

.caret-primary-content\/10 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.1));
}

.caret-primary-content\/100 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/1));
}

.caret-primary-content\/15 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.15));
}

.caret-primary-content\/20 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.2));
}

.caret-primary-content\/25 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.25));
}

.caret-primary-content\/30 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.3));
}

.caret-primary-content\/35 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.35));
}

.caret-primary-content\/40 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.4));
}

.caret-primary-content\/45 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.45));
}

.caret-primary-content\/5 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.05));
}

.caret-primary-content\/50 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.5));
}

.caret-primary-content\/55 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.55));
}

.caret-primary-content\/60 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.6));
}

.caret-primary-content\/65 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.65));
}

.caret-primary-content\/70 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.7));
}

.caret-primary-content\/75 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.75));
}

.caret-primary-content\/80 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.8));
}

.caret-primary-content\/85 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.85));
}

.caret-primary-content\/90 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.9));
}

.caret-primary-content\/95 {
  caret-color: var(--fallback-pc,oklch(var(--pc)/0.95));
}

.caret-primary\/0 {
  caret-color: var(--fallback-p,oklch(var(--p)/0));
}

.caret-primary\/10 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.1));
}

.caret-primary\/100 {
  caret-color: var(--fallback-p,oklch(var(--p)/1));
}

.caret-primary\/15 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.15));
}

.caret-primary\/20 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.2));
}

.caret-primary\/25 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.25));
}

.caret-primary\/30 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.3));
}

.caret-primary\/35 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.35));
}

.caret-primary\/40 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.4));
}

.caret-primary\/45 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.45));
}

.caret-primary\/5 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.05));
}

.caret-primary\/50 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.5));
}

.caret-primary\/55 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.55));
}

.caret-primary\/60 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.6));
}

.caret-primary\/65 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.65));
}

.caret-primary\/70 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.7));
}

.caret-primary\/75 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.75));
}

.caret-primary\/80 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.8));
}

.caret-primary\/85 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.85));
}

.caret-primary\/90 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.9));
}

.caret-primary\/95 {
  caret-color: var(--fallback-p,oklch(var(--p)/0.95));
}

.caret-purple-100 {
  caret-color: #f3e8ff;
}

.caret-purple-100\/0 {
  caret-color: rgb(243 232 255 / 0);
}

.caret-purple-100\/10 {
  caret-color: rgb(243 232 255 / 0.1);
}

.caret-purple-100\/100 {
  caret-color: rgb(243 232 255 / 1);
}

.caret-purple-100\/15 {
  caret-color: rgb(243 232 255 / 0.15);
}

.caret-purple-100\/20 {
  caret-color: rgb(243 232 255 / 0.2);
}

.caret-purple-100\/25 {
  caret-color: rgb(243 232 255 / 0.25);
}

.caret-purple-100\/30 {
  caret-color: rgb(243 232 255 / 0.3);
}

.caret-purple-100\/35 {
  caret-color: rgb(243 232 255 / 0.35);
}

.caret-purple-100\/40 {
  caret-color: rgb(243 232 255 / 0.4);
}

.caret-purple-100\/45 {
  caret-color: rgb(243 232 255 / 0.45);
}

.caret-purple-100\/5 {
  caret-color: rgb(243 232 255 / 0.05);
}

.caret-purple-100\/50 {
  caret-color: rgb(243 232 255 / 0.5);
}

.caret-purple-100\/55 {
  caret-color: rgb(243 232 255 / 0.55);
}

.caret-purple-100\/60 {
  caret-color: rgb(243 232 255 / 0.6);
}

.caret-purple-100\/65 {
  caret-color: rgb(243 232 255 / 0.65);
}

.caret-purple-100\/70 {
  caret-color: rgb(243 232 255 / 0.7);
}

.caret-purple-100\/75 {
  caret-color: rgb(243 232 255 / 0.75);
}

.caret-purple-100\/80 {
  caret-color: rgb(243 232 255 / 0.8);
}

.caret-purple-100\/85 {
  caret-color: rgb(243 232 255 / 0.85);
}

.caret-purple-100\/90 {
  caret-color: rgb(243 232 255 / 0.9);
}

.caret-purple-100\/95 {
  caret-color: rgb(243 232 255 / 0.95);
}

.caret-purple-200 {
  caret-color: #e9d5ff;
}

.caret-purple-200\/0 {
  caret-color: rgb(233 213 255 / 0);
}

.caret-purple-200\/10 {
  caret-color: rgb(233 213 255 / 0.1);
}

.caret-purple-200\/100 {
  caret-color: rgb(233 213 255 / 1);
}

.caret-purple-200\/15 {
  caret-color: rgb(233 213 255 / 0.15);
}

.caret-purple-200\/20 {
  caret-color: rgb(233 213 255 / 0.2);
}

.caret-purple-200\/25 {
  caret-color: rgb(233 213 255 / 0.25);
}

.caret-purple-200\/30 {
  caret-color: rgb(233 213 255 / 0.3);
}

.caret-purple-200\/35 {
  caret-color: rgb(233 213 255 / 0.35);
}

.caret-purple-200\/40 {
  caret-color: rgb(233 213 255 / 0.4);
}

.caret-purple-200\/45 {
  caret-color: rgb(233 213 255 / 0.45);
}

.caret-purple-200\/5 {
  caret-color: rgb(233 213 255 / 0.05);
}

.caret-purple-200\/50 {
  caret-color: rgb(233 213 255 / 0.5);
}

.caret-purple-200\/55 {
  caret-color: rgb(233 213 255 / 0.55);
}

.caret-purple-200\/60 {
  caret-color: rgb(233 213 255 / 0.6);
}

.caret-purple-200\/65 {
  caret-color: rgb(233 213 255 / 0.65);
}

.caret-purple-200\/70 {
  caret-color: rgb(233 213 255 / 0.7);
}

.caret-purple-200\/75 {
  caret-color: rgb(233 213 255 / 0.75);
}

.caret-purple-200\/80 {
  caret-color: rgb(233 213 255 / 0.8);
}

.caret-purple-200\/85 {
  caret-color: rgb(233 213 255 / 0.85);
}

.caret-purple-200\/90 {
  caret-color: rgb(233 213 255 / 0.9);
}

.caret-purple-200\/95 {
  caret-color: rgb(233 213 255 / 0.95);
}

.caret-purple-300 {
  caret-color: #d8b4fe;
}

.caret-purple-300\/0 {
  caret-color: rgb(216 180 254 / 0);
}

.caret-purple-300\/10 {
  caret-color: rgb(216 180 254 / 0.1);
}

.caret-purple-300\/100 {
  caret-color: rgb(216 180 254 / 1);
}

.caret-purple-300\/15 {
  caret-color: rgb(216 180 254 / 0.15);
}

.caret-purple-300\/20 {
  caret-color: rgb(216 180 254 / 0.2);
}

.caret-purple-300\/25 {
  caret-color: rgb(216 180 254 / 0.25);
}

.caret-purple-300\/30 {
  caret-color: rgb(216 180 254 / 0.3);
}

.caret-purple-300\/35 {
  caret-color: rgb(216 180 254 / 0.35);
}

.caret-purple-300\/40 {
  caret-color: rgb(216 180 254 / 0.4);
}

.caret-purple-300\/45 {
  caret-color: rgb(216 180 254 / 0.45);
}

.caret-purple-300\/5 {
  caret-color: rgb(216 180 254 / 0.05);
}

.caret-purple-300\/50 {
  caret-color: rgb(216 180 254 / 0.5);
}

.caret-purple-300\/55 {
  caret-color: rgb(216 180 254 / 0.55);
}

.caret-purple-300\/60 {
  caret-color: rgb(216 180 254 / 0.6);
}

.caret-purple-300\/65 {
  caret-color: rgb(216 180 254 / 0.65);
}

.caret-purple-300\/70 {
  caret-color: rgb(216 180 254 / 0.7);
}

.caret-purple-300\/75 {
  caret-color: rgb(216 180 254 / 0.75);
}

.caret-purple-300\/80 {
  caret-color: rgb(216 180 254 / 0.8);
}

.caret-purple-300\/85 {
  caret-color: rgb(216 180 254 / 0.85);
}

.caret-purple-300\/90 {
  caret-color: rgb(216 180 254 / 0.9);
}

.caret-purple-300\/95 {
  caret-color: rgb(216 180 254 / 0.95);
}

.caret-purple-400 {
  caret-color: #c084fc;
}

.caret-purple-400\/0 {
  caret-color: rgb(192 132 252 / 0);
}

.caret-purple-400\/10 {
  caret-color: rgb(192 132 252 / 0.1);
}

.caret-purple-400\/100 {
  caret-color: rgb(192 132 252 / 1);
}

.caret-purple-400\/15 {
  caret-color: rgb(192 132 252 / 0.15);
}

.caret-purple-400\/20 {
  caret-color: rgb(192 132 252 / 0.2);
}

.caret-purple-400\/25 {
  caret-color: rgb(192 132 252 / 0.25);
}

.caret-purple-400\/30 {
  caret-color: rgb(192 132 252 / 0.3);
}

.caret-purple-400\/35 {
  caret-color: rgb(192 132 252 / 0.35);
}

.caret-purple-400\/40 {
  caret-color: rgb(192 132 252 / 0.4);
}

.caret-purple-400\/45 {
  caret-color: rgb(192 132 252 / 0.45);
}

.caret-purple-400\/5 {
  caret-color: rgb(192 132 252 / 0.05);
}

.caret-purple-400\/50 {
  caret-color: rgb(192 132 252 / 0.5);
}

.caret-purple-400\/55 {
  caret-color: rgb(192 132 252 / 0.55);
}

.caret-purple-400\/60 {
  caret-color: rgb(192 132 252 / 0.6);
}

.caret-purple-400\/65 {
  caret-color: rgb(192 132 252 / 0.65);
}

.caret-purple-400\/70 {
  caret-color: rgb(192 132 252 / 0.7);
}

.caret-purple-400\/75 {
  caret-color: rgb(192 132 252 / 0.75);
}

.caret-purple-400\/80 {
  caret-color: rgb(192 132 252 / 0.8);
}

.caret-purple-400\/85 {
  caret-color: rgb(192 132 252 / 0.85);
}

.caret-purple-400\/90 {
  caret-color: rgb(192 132 252 / 0.9);
}

.caret-purple-400\/95 {
  caret-color: rgb(192 132 252 / 0.95);
}

.caret-purple-50 {
  caret-color: #faf5ff;
}

.caret-purple-50\/0 {
  caret-color: rgb(250 245 255 / 0);
}

.caret-purple-50\/10 {
  caret-color: rgb(250 245 255 / 0.1);
}

.caret-purple-50\/100 {
  caret-color: rgb(250 245 255 / 1);
}

.caret-purple-50\/15 {
  caret-color: rgb(250 245 255 / 0.15);
}

.caret-purple-50\/20 {
  caret-color: rgb(250 245 255 / 0.2);
}

.caret-purple-50\/25 {
  caret-color: rgb(250 245 255 / 0.25);
}

.caret-purple-50\/30 {
  caret-color: rgb(250 245 255 / 0.3);
}

.caret-purple-50\/35 {
  caret-color: rgb(250 245 255 / 0.35);
}

.caret-purple-50\/40 {
  caret-color: rgb(250 245 255 / 0.4);
}

.caret-purple-50\/45 {
  caret-color: rgb(250 245 255 / 0.45);
}

.caret-purple-50\/5 {
  caret-color: rgb(250 245 255 / 0.05);
}

.caret-purple-50\/50 {
  caret-color: rgb(250 245 255 / 0.5);
}

.caret-purple-50\/55 {
  caret-color: rgb(250 245 255 / 0.55);
}

.caret-purple-50\/60 {
  caret-color: rgb(250 245 255 / 0.6);
}

.caret-purple-50\/65 {
  caret-color: rgb(250 245 255 / 0.65);
}

.caret-purple-50\/70 {
  caret-color: rgb(250 245 255 / 0.7);
}

.caret-purple-50\/75 {
  caret-color: rgb(250 245 255 / 0.75);
}

.caret-purple-50\/80 {
  caret-color: rgb(250 245 255 / 0.8);
}

.caret-purple-50\/85 {
  caret-color: rgb(250 245 255 / 0.85);
}

.caret-purple-50\/90 {
  caret-color: rgb(250 245 255 / 0.9);
}

.caret-purple-50\/95 {
  caret-color: rgb(250 245 255 / 0.95);
}

.caret-purple-500 {
  caret-color: #a855f7;
}

.caret-purple-500\/0 {
  caret-color: rgb(168 85 247 / 0);
}

.caret-purple-500\/10 {
  caret-color: rgb(168 85 247 / 0.1);
}

.caret-purple-500\/100 {
  caret-color: rgb(168 85 247 / 1);
}

.caret-purple-500\/15 {
  caret-color: rgb(168 85 247 / 0.15);
}

.caret-purple-500\/20 {
  caret-color: rgb(168 85 247 / 0.2);
}

.caret-purple-500\/25 {
  caret-color: rgb(168 85 247 / 0.25);
}

.caret-purple-500\/30 {
  caret-color: rgb(168 85 247 / 0.3);
}

.caret-purple-500\/35 {
  caret-color: rgb(168 85 247 / 0.35);
}

.caret-purple-500\/40 {
  caret-color: rgb(168 85 247 / 0.4);
}

.caret-purple-500\/45 {
  caret-color: rgb(168 85 247 / 0.45);
}

.caret-purple-500\/5 {
  caret-color: rgb(168 85 247 / 0.05);
}

.caret-purple-500\/50 {
  caret-color: rgb(168 85 247 / 0.5);
}

.caret-purple-500\/55 {
  caret-color: rgb(168 85 247 / 0.55);
}

.caret-purple-500\/60 {
  caret-color: rgb(168 85 247 / 0.6);
}

.caret-purple-500\/65 {
  caret-color: rgb(168 85 247 / 0.65);
}

.caret-purple-500\/70 {
  caret-color: rgb(168 85 247 / 0.7);
}

.caret-purple-500\/75 {
  caret-color: rgb(168 85 247 / 0.75);
}

.caret-purple-500\/80 {
  caret-color: rgb(168 85 247 / 0.8);
}

.caret-purple-500\/85 {
  caret-color: rgb(168 85 247 / 0.85);
}

.caret-purple-500\/90 {
  caret-color: rgb(168 85 247 / 0.9);
}

.caret-purple-500\/95 {
  caret-color: rgb(168 85 247 / 0.95);
}

.caret-purple-600 {
  caret-color: #9333ea;
}

.caret-purple-600\/0 {
  caret-color: rgb(147 51 234 / 0);
}

.caret-purple-600\/10 {
  caret-color: rgb(147 51 234 / 0.1);
}

.caret-purple-600\/100 {
  caret-color: rgb(147 51 234 / 1);
}

.caret-purple-600\/15 {
  caret-color: rgb(147 51 234 / 0.15);
}

.caret-purple-600\/20 {
  caret-color: rgb(147 51 234 / 0.2);
}

.caret-purple-600\/25 {
  caret-color: rgb(147 51 234 / 0.25);
}

.caret-purple-600\/30 {
  caret-color: rgb(147 51 234 / 0.3);
}

.caret-purple-600\/35 {
  caret-color: rgb(147 51 234 / 0.35);
}

.caret-purple-600\/40 {
  caret-color: rgb(147 51 234 / 0.4);
}

.caret-purple-600\/45 {
  caret-color: rgb(147 51 234 / 0.45);
}

.caret-purple-600\/5 {
  caret-color: rgb(147 51 234 / 0.05);
}

.caret-purple-600\/50 {
  caret-color: rgb(147 51 234 / 0.5);
}

.caret-purple-600\/55 {
  caret-color: rgb(147 51 234 / 0.55);
}

.caret-purple-600\/60 {
  caret-color: rgb(147 51 234 / 0.6);
}

.caret-purple-600\/65 {
  caret-color: rgb(147 51 234 / 0.65);
}

.caret-purple-600\/70 {
  caret-color: rgb(147 51 234 / 0.7);
}

.caret-purple-600\/75 {
  caret-color: rgb(147 51 234 / 0.75);
}

.caret-purple-600\/80 {
  caret-color: rgb(147 51 234 / 0.8);
}

.caret-purple-600\/85 {
  caret-color: rgb(147 51 234 / 0.85);
}

.caret-purple-600\/90 {
  caret-color: rgb(147 51 234 / 0.9);
}

.caret-purple-600\/95 {
  caret-color: rgb(147 51 234 / 0.95);
}

.caret-purple-700 {
  caret-color: #7e22ce;
}

.caret-purple-700\/0 {
  caret-color: rgb(126 34 206 / 0);
}

.caret-purple-700\/10 {
  caret-color: rgb(126 34 206 / 0.1);
}

.caret-purple-700\/100 {
  caret-color: rgb(126 34 206 / 1);
}

.caret-purple-700\/15 {
  caret-color: rgb(126 34 206 / 0.15);
}

.caret-purple-700\/20 {
  caret-color: rgb(126 34 206 / 0.2);
}

.caret-purple-700\/25 {
  caret-color: rgb(126 34 206 / 0.25);
}

.caret-purple-700\/30 {
  caret-color: rgb(126 34 206 / 0.3);
}

.caret-purple-700\/35 {
  caret-color: rgb(126 34 206 / 0.35);
}

.caret-purple-700\/40 {
  caret-color: rgb(126 34 206 / 0.4);
}

.caret-purple-700\/45 {
  caret-color: rgb(126 34 206 / 0.45);
}

.caret-purple-700\/5 {
  caret-color: rgb(126 34 206 / 0.05);
}

.caret-purple-700\/50 {
  caret-color: rgb(126 34 206 / 0.5);
}

.caret-purple-700\/55 {
  caret-color: rgb(126 34 206 / 0.55);
}

.caret-purple-700\/60 {
  caret-color: rgb(126 34 206 / 0.6);
}

.caret-purple-700\/65 {
  caret-color: rgb(126 34 206 / 0.65);
}

.caret-purple-700\/70 {
  caret-color: rgb(126 34 206 / 0.7);
}

.caret-purple-700\/75 {
  caret-color: rgb(126 34 206 / 0.75);
}

.caret-purple-700\/80 {
  caret-color: rgb(126 34 206 / 0.8);
}

.caret-purple-700\/85 {
  caret-color: rgb(126 34 206 / 0.85);
}

.caret-purple-700\/90 {
  caret-color: rgb(126 34 206 / 0.9);
}

.caret-purple-700\/95 {
  caret-color: rgb(126 34 206 / 0.95);
}

.caret-purple-800 {
  caret-color: #6b21a8;
}

.caret-purple-800\/0 {
  caret-color: rgb(107 33 168 / 0);
}

.caret-purple-800\/10 {
  caret-color: rgb(107 33 168 / 0.1);
}

.caret-purple-800\/100 {
  caret-color: rgb(107 33 168 / 1);
}

.caret-purple-800\/15 {
  caret-color: rgb(107 33 168 / 0.15);
}

.caret-purple-800\/20 {
  caret-color: rgb(107 33 168 / 0.2);
}

.caret-purple-800\/25 {
  caret-color: rgb(107 33 168 / 0.25);
}

.caret-purple-800\/30 {
  caret-color: rgb(107 33 168 / 0.3);
}

.caret-purple-800\/35 {
  caret-color: rgb(107 33 168 / 0.35);
}

.caret-purple-800\/40 {
  caret-color: rgb(107 33 168 / 0.4);
}

.caret-purple-800\/45 {
  caret-color: rgb(107 33 168 / 0.45);
}

.caret-purple-800\/5 {
  caret-color: rgb(107 33 168 / 0.05);
}

.caret-purple-800\/50 {
  caret-color: rgb(107 33 168 / 0.5);
}

.caret-purple-800\/55 {
  caret-color: rgb(107 33 168 / 0.55);
}

.caret-purple-800\/60 {
  caret-color: rgb(107 33 168 / 0.6);
}

.caret-purple-800\/65 {
  caret-color: rgb(107 33 168 / 0.65);
}

.caret-purple-800\/70 {
  caret-color: rgb(107 33 168 / 0.7);
}

.caret-purple-800\/75 {
  caret-color: rgb(107 33 168 / 0.75);
}

.caret-purple-800\/80 {
  caret-color: rgb(107 33 168 / 0.8);
}

.caret-purple-800\/85 {
  caret-color: rgb(107 33 168 / 0.85);
}

.caret-purple-800\/90 {
  caret-color: rgb(107 33 168 / 0.9);
}

.caret-purple-800\/95 {
  caret-color: rgb(107 33 168 / 0.95);
}

.caret-purple-900 {
  caret-color: #581c87;
}

.caret-purple-900\/0 {
  caret-color: rgb(88 28 135 / 0);
}

.caret-purple-900\/10 {
  caret-color: rgb(88 28 135 / 0.1);
}

.caret-purple-900\/100 {
  caret-color: rgb(88 28 135 / 1);
}

.caret-purple-900\/15 {
  caret-color: rgb(88 28 135 / 0.15);
}

.caret-purple-900\/20 {
  caret-color: rgb(88 28 135 / 0.2);
}

.caret-purple-900\/25 {
  caret-color: rgb(88 28 135 / 0.25);
}

.caret-purple-900\/30 {
  caret-color: rgb(88 28 135 / 0.3);
}

.caret-purple-900\/35 {
  caret-color: rgb(88 28 135 / 0.35);
}

.caret-purple-900\/40 {
  caret-color: rgb(88 28 135 / 0.4);
}

.caret-purple-900\/45 {
  caret-color: rgb(88 28 135 / 0.45);
}

.caret-purple-900\/5 {
  caret-color: rgb(88 28 135 / 0.05);
}

.caret-purple-900\/50 {
  caret-color: rgb(88 28 135 / 0.5);
}

.caret-purple-900\/55 {
  caret-color: rgb(88 28 135 / 0.55);
}

.caret-purple-900\/60 {
  caret-color: rgb(88 28 135 / 0.6);
}

.caret-purple-900\/65 {
  caret-color: rgb(88 28 135 / 0.65);
}

.caret-purple-900\/70 {
  caret-color: rgb(88 28 135 / 0.7);
}

.caret-purple-900\/75 {
  caret-color: rgb(88 28 135 / 0.75);
}

.caret-purple-900\/80 {
  caret-color: rgb(88 28 135 / 0.8);
}

.caret-purple-900\/85 {
  caret-color: rgb(88 28 135 / 0.85);
}

.caret-purple-900\/90 {
  caret-color: rgb(88 28 135 / 0.9);
}

.caret-purple-900\/95 {
  caret-color: rgb(88 28 135 / 0.95);
}

.caret-purple-950 {
  caret-color: #3b0764;
}

.caret-purple-950\/0 {
  caret-color: rgb(59 7 100 / 0);
}

.caret-purple-950\/10 {
  caret-color: rgb(59 7 100 / 0.1);
}

.caret-purple-950\/100 {
  caret-color: rgb(59 7 100 / 1);
}

.caret-purple-950\/15 {
  caret-color: rgb(59 7 100 / 0.15);
}

.caret-purple-950\/20 {
  caret-color: rgb(59 7 100 / 0.2);
}

.caret-purple-950\/25 {
  caret-color: rgb(59 7 100 / 0.25);
}

.caret-purple-950\/30 {
  caret-color: rgb(59 7 100 / 0.3);
}

.caret-purple-950\/35 {
  caret-color: rgb(59 7 100 / 0.35);
}

.caret-purple-950\/40 {
  caret-color: rgb(59 7 100 / 0.4);
}

.caret-purple-950\/45 {
  caret-color: rgb(59 7 100 / 0.45);
}

.caret-purple-950\/5 {
  caret-color: rgb(59 7 100 / 0.05);
}

.caret-purple-950\/50 {
  caret-color: rgb(59 7 100 / 0.5);
}

.caret-purple-950\/55 {
  caret-color: rgb(59 7 100 / 0.55);
}

.caret-purple-950\/60 {
  caret-color: rgb(59 7 100 / 0.6);
}

.caret-purple-950\/65 {
  caret-color: rgb(59 7 100 / 0.65);
}

.caret-purple-950\/70 {
  caret-color: rgb(59 7 100 / 0.7);
}

.caret-purple-950\/75 {
  caret-color: rgb(59 7 100 / 0.75);
}

.caret-purple-950\/80 {
  caret-color: rgb(59 7 100 / 0.8);
}

.caret-purple-950\/85 {
  caret-color: rgb(59 7 100 / 0.85);
}

.caret-purple-950\/90 {
  caret-color: rgb(59 7 100 / 0.9);
}

.caret-purple-950\/95 {
  caret-color: rgb(59 7 100 / 0.95);
}

.caret-red-100 {
  caret-color: #fee2e2;
}

.caret-red-100\/0 {
  caret-color: rgb(254 226 226 / 0);
}

.caret-red-100\/10 {
  caret-color: rgb(254 226 226 / 0.1);
}

.caret-red-100\/100 {
  caret-color: rgb(254 226 226 / 1);
}

.caret-red-100\/15 {
  caret-color: rgb(254 226 226 / 0.15);
}

.caret-red-100\/20 {
  caret-color: rgb(254 226 226 / 0.2);
}

.caret-red-100\/25 {
  caret-color: rgb(254 226 226 / 0.25);
}

.caret-red-100\/30 {
  caret-color: rgb(254 226 226 / 0.3);
}

.caret-red-100\/35 {
  caret-color: rgb(254 226 226 / 0.35);
}

.caret-red-100\/40 {
  caret-color: rgb(254 226 226 / 0.4);
}

.caret-red-100\/45 {
  caret-color: rgb(254 226 226 / 0.45);
}

.caret-red-100\/5 {
  caret-color: rgb(254 226 226 / 0.05);
}

.caret-red-100\/50 {
  caret-color: rgb(254 226 226 / 0.5);
}

.caret-red-100\/55 {
  caret-color: rgb(254 226 226 / 0.55);
}

.caret-red-100\/60 {
  caret-color: rgb(254 226 226 / 0.6);
}

.caret-red-100\/65 {
  caret-color: rgb(254 226 226 / 0.65);
}

.caret-red-100\/70 {
  caret-color: rgb(254 226 226 / 0.7);
}

.caret-red-100\/75 {
  caret-color: rgb(254 226 226 / 0.75);
}

.caret-red-100\/80 {
  caret-color: rgb(254 226 226 / 0.8);
}

.caret-red-100\/85 {
  caret-color: rgb(254 226 226 / 0.85);
}

.caret-red-100\/90 {
  caret-color: rgb(254 226 226 / 0.9);
}

.caret-red-100\/95 {
  caret-color: rgb(254 226 226 / 0.95);
}

.caret-red-200 {
  caret-color: #fecaca;
}

.caret-red-200\/0 {
  caret-color: rgb(254 202 202 / 0);
}

.caret-red-200\/10 {
  caret-color: rgb(254 202 202 / 0.1);
}

.caret-red-200\/100 {
  caret-color: rgb(254 202 202 / 1);
}

.caret-red-200\/15 {
  caret-color: rgb(254 202 202 / 0.15);
}

.caret-red-200\/20 {
  caret-color: rgb(254 202 202 / 0.2);
}

.caret-red-200\/25 {
  caret-color: rgb(254 202 202 / 0.25);
}

.caret-red-200\/30 {
  caret-color: rgb(254 202 202 / 0.3);
}

.caret-red-200\/35 {
  caret-color: rgb(254 202 202 / 0.35);
}

.caret-red-200\/40 {
  caret-color: rgb(254 202 202 / 0.4);
}

.caret-red-200\/45 {
  caret-color: rgb(254 202 202 / 0.45);
}

.caret-red-200\/5 {
  caret-color: rgb(254 202 202 / 0.05);
}

.caret-red-200\/50 {
  caret-color: rgb(254 202 202 / 0.5);
}

.caret-red-200\/55 {
  caret-color: rgb(254 202 202 / 0.55);
}

.caret-red-200\/60 {
  caret-color: rgb(254 202 202 / 0.6);
}

.caret-red-200\/65 {
  caret-color: rgb(254 202 202 / 0.65);
}

.caret-red-200\/70 {
  caret-color: rgb(254 202 202 / 0.7);
}

.caret-red-200\/75 {
  caret-color: rgb(254 202 202 / 0.75);
}

.caret-red-200\/80 {
  caret-color: rgb(254 202 202 / 0.8);
}

.caret-red-200\/85 {
  caret-color: rgb(254 202 202 / 0.85);
}

.caret-red-200\/90 {
  caret-color: rgb(254 202 202 / 0.9);
}

.caret-red-200\/95 {
  caret-color: rgb(254 202 202 / 0.95);
}

.caret-red-300 {
  caret-color: #fca5a5;
}

.caret-red-300\/0 {
  caret-color: rgb(252 165 165 / 0);
}

.caret-red-300\/10 {
  caret-color: rgb(252 165 165 / 0.1);
}

.caret-red-300\/100 {
  caret-color: rgb(252 165 165 / 1);
}

.caret-red-300\/15 {
  caret-color: rgb(252 165 165 / 0.15);
}

.caret-red-300\/20 {
  caret-color: rgb(252 165 165 / 0.2);
}

.caret-red-300\/25 {
  caret-color: rgb(252 165 165 / 0.25);
}

.caret-red-300\/30 {
  caret-color: rgb(252 165 165 / 0.3);
}

.caret-red-300\/35 {
  caret-color: rgb(252 165 165 / 0.35);
}

.caret-red-300\/40 {
  caret-color: rgb(252 165 165 / 0.4);
}

.caret-red-300\/45 {
  caret-color: rgb(252 165 165 / 0.45);
}

.caret-red-300\/5 {
  caret-color: rgb(252 165 165 / 0.05);
}

.caret-red-300\/50 {
  caret-color: rgb(252 165 165 / 0.5);
}

.caret-red-300\/55 {
  caret-color: rgb(252 165 165 / 0.55);
}

.caret-red-300\/60 {
  caret-color: rgb(252 165 165 / 0.6);
}

.caret-red-300\/65 {
  caret-color: rgb(252 165 165 / 0.65);
}

.caret-red-300\/70 {
  caret-color: rgb(252 165 165 / 0.7);
}

.caret-red-300\/75 {
  caret-color: rgb(252 165 165 / 0.75);
}

.caret-red-300\/80 {
  caret-color: rgb(252 165 165 / 0.8);
}

.caret-red-300\/85 {
  caret-color: rgb(252 165 165 / 0.85);
}

.caret-red-300\/90 {
  caret-color: rgb(252 165 165 / 0.9);
}

.caret-red-300\/95 {
  caret-color: rgb(252 165 165 / 0.95);
}

.caret-red-400 {
  caret-color: #f87171;
}

.caret-red-400\/0 {
  caret-color: rgb(248 113 113 / 0);
}

.caret-red-400\/10 {
  caret-color: rgb(248 113 113 / 0.1);
}

.caret-red-400\/100 {
  caret-color: rgb(248 113 113 / 1);
}

.caret-red-400\/15 {
  caret-color: rgb(248 113 113 / 0.15);
}

.caret-red-400\/20 {
  caret-color: rgb(248 113 113 / 0.2);
}

.caret-red-400\/25 {
  caret-color: rgb(248 113 113 / 0.25);
}

.caret-red-400\/30 {
  caret-color: rgb(248 113 113 / 0.3);
}

.caret-red-400\/35 {
  caret-color: rgb(248 113 113 / 0.35);
}

.caret-red-400\/40 {
  caret-color: rgb(248 113 113 / 0.4);
}

.caret-red-400\/45 {
  caret-color: rgb(248 113 113 / 0.45);
}

.caret-red-400\/5 {
  caret-color: rgb(248 113 113 / 0.05);
}

.caret-red-400\/50 {
  caret-color: rgb(248 113 113 / 0.5);
}

.caret-red-400\/55 {
  caret-color: rgb(248 113 113 / 0.55);
}

.caret-red-400\/60 {
  caret-color: rgb(248 113 113 / 0.6);
}

.caret-red-400\/65 {
  caret-color: rgb(248 113 113 / 0.65);
}

.caret-red-400\/70 {
  caret-color: rgb(248 113 113 / 0.7);
}

.caret-red-400\/75 {
  caret-color: rgb(248 113 113 / 0.75);
}

.caret-red-400\/80 {
  caret-color: rgb(248 113 113 / 0.8);
}

.caret-red-400\/85 {
  caret-color: rgb(248 113 113 / 0.85);
}

.caret-red-400\/90 {
  caret-color: rgb(248 113 113 / 0.9);
}

.caret-red-400\/95 {
  caret-color: rgb(248 113 113 / 0.95);
}

.caret-red-50 {
  caret-color: #fef2f2;
}

.caret-red-50\/0 {
  caret-color: rgb(254 242 242 / 0);
}

.caret-red-50\/10 {
  caret-color: rgb(254 242 242 / 0.1);
}

.caret-red-50\/100 {
  caret-color: rgb(254 242 242 / 1);
}

.caret-red-50\/15 {
  caret-color: rgb(254 242 242 / 0.15);
}

.caret-red-50\/20 {
  caret-color: rgb(254 242 242 / 0.2);
}

.caret-red-50\/25 {
  caret-color: rgb(254 242 242 / 0.25);
}

.caret-red-50\/30 {
  caret-color: rgb(254 242 242 / 0.3);
}

.caret-red-50\/35 {
  caret-color: rgb(254 242 242 / 0.35);
}

.caret-red-50\/40 {
  caret-color: rgb(254 242 242 / 0.4);
}

.caret-red-50\/45 {
  caret-color: rgb(254 242 242 / 0.45);
}

.caret-red-50\/5 {
  caret-color: rgb(254 242 242 / 0.05);
}

.caret-red-50\/50 {
  caret-color: rgb(254 242 242 / 0.5);
}

.caret-red-50\/55 {
  caret-color: rgb(254 242 242 / 0.55);
}

.caret-red-50\/60 {
  caret-color: rgb(254 242 242 / 0.6);
}

.caret-red-50\/65 {
  caret-color: rgb(254 242 242 / 0.65);
}

.caret-red-50\/70 {
  caret-color: rgb(254 242 242 / 0.7);
}

.caret-red-50\/75 {
  caret-color: rgb(254 242 242 / 0.75);
}

.caret-red-50\/80 {
  caret-color: rgb(254 242 242 / 0.8);
}

.caret-red-50\/85 {
  caret-color: rgb(254 242 242 / 0.85);
}

.caret-red-50\/90 {
  caret-color: rgb(254 242 242 / 0.9);
}

.caret-red-50\/95 {
  caret-color: rgb(254 242 242 / 0.95);
}

.caret-red-500 {
  caret-color: #ef4444;
}

.caret-red-500\/0 {
  caret-color: rgb(239 68 68 / 0);
}

.caret-red-500\/10 {
  caret-color: rgb(239 68 68 / 0.1);
}

.caret-red-500\/100 {
  caret-color: rgb(239 68 68 / 1);
}

.caret-red-500\/15 {
  caret-color: rgb(239 68 68 / 0.15);
}

.caret-red-500\/20 {
  caret-color: rgb(239 68 68 / 0.2);
}

.caret-red-500\/25 {
  caret-color: rgb(239 68 68 / 0.25);
}

.caret-red-500\/30 {
  caret-color: rgb(239 68 68 / 0.3);
}

.caret-red-500\/35 {
  caret-color: rgb(239 68 68 / 0.35);
}

.caret-red-500\/40 {
  caret-color: rgb(239 68 68 / 0.4);
}

.caret-red-500\/45 {
  caret-color: rgb(239 68 68 / 0.45);
}

.caret-red-500\/5 {
  caret-color: rgb(239 68 68 / 0.05);
}

.caret-red-500\/50 {
  caret-color: rgb(239 68 68 / 0.5);
}

.caret-red-500\/55 {
  caret-color: rgb(239 68 68 / 0.55);
}

.caret-red-500\/60 {
  caret-color: rgb(239 68 68 / 0.6);
}

.caret-red-500\/65 {
  caret-color: rgb(239 68 68 / 0.65);
}

.caret-red-500\/70 {
  caret-color: rgb(239 68 68 / 0.7);
}

.caret-red-500\/75 {
  caret-color: rgb(239 68 68 / 0.75);
}

.caret-red-500\/80 {
  caret-color: rgb(239 68 68 / 0.8);
}

.caret-red-500\/85 {
  caret-color: rgb(239 68 68 / 0.85);
}

.caret-red-500\/90 {
  caret-color: rgb(239 68 68 / 0.9);
}

.caret-red-500\/95 {
  caret-color: rgb(239 68 68 / 0.95);
}

.caret-red-600 {
  caret-color: #dc2626;
}

.caret-red-600\/0 {
  caret-color: rgb(220 38 38 / 0);
}

.caret-red-600\/10 {
  caret-color: rgb(220 38 38 / 0.1);
}

.caret-red-600\/100 {
  caret-color: rgb(220 38 38 / 1);
}

.caret-red-600\/15 {
  caret-color: rgb(220 38 38 / 0.15);
}

.caret-red-600\/20 {
  caret-color: rgb(220 38 38 / 0.2);
}

.caret-red-600\/25 {
  caret-color: rgb(220 38 38 / 0.25);
}

.caret-red-600\/30 {
  caret-color: rgb(220 38 38 / 0.3);
}

.caret-red-600\/35 {
  caret-color: rgb(220 38 38 / 0.35);
}

.caret-red-600\/40 {
  caret-color: rgb(220 38 38 / 0.4);
}

.caret-red-600\/45 {
  caret-color: rgb(220 38 38 / 0.45);
}

.caret-red-600\/5 {
  caret-color: rgb(220 38 38 / 0.05);
}

.caret-red-600\/50 {
  caret-color: rgb(220 38 38 / 0.5);
}

.caret-red-600\/55 {
  caret-color: rgb(220 38 38 / 0.55);
}

.caret-red-600\/60 {
  caret-color: rgb(220 38 38 / 0.6);
}

.caret-red-600\/65 {
  caret-color: rgb(220 38 38 / 0.65);
}

.caret-red-600\/70 {
  caret-color: rgb(220 38 38 / 0.7);
}

.caret-red-600\/75 {
  caret-color: rgb(220 38 38 / 0.75);
}

.caret-red-600\/80 {
  caret-color: rgb(220 38 38 / 0.8);
}

.caret-red-600\/85 {
  caret-color: rgb(220 38 38 / 0.85);
}

.caret-red-600\/90 {
  caret-color: rgb(220 38 38 / 0.9);
}

.caret-red-600\/95 {
  caret-color: rgb(220 38 38 / 0.95);
}

.caret-red-700 {
  caret-color: #b91c1c;
}

.caret-red-700\/0 {
  caret-color: rgb(185 28 28 / 0);
}

.caret-red-700\/10 {
  caret-color: rgb(185 28 28 / 0.1);
}

.caret-red-700\/100 {
  caret-color: rgb(185 28 28 / 1);
}

.caret-red-700\/15 {
  caret-color: rgb(185 28 28 / 0.15);
}

.caret-red-700\/20 {
  caret-color: rgb(185 28 28 / 0.2);
}

.caret-red-700\/25 {
  caret-color: rgb(185 28 28 / 0.25);
}

.caret-red-700\/30 {
  caret-color: rgb(185 28 28 / 0.3);
}

.caret-red-700\/35 {
  caret-color: rgb(185 28 28 / 0.35);
}

.caret-red-700\/40 {
  caret-color: rgb(185 28 28 / 0.4);
}

.caret-red-700\/45 {
  caret-color: rgb(185 28 28 / 0.45);
}

.caret-red-700\/5 {
  caret-color: rgb(185 28 28 / 0.05);
}

.caret-red-700\/50 {
  caret-color: rgb(185 28 28 / 0.5);
}

.caret-red-700\/55 {
  caret-color: rgb(185 28 28 / 0.55);
}

.caret-red-700\/60 {
  caret-color: rgb(185 28 28 / 0.6);
}

.caret-red-700\/65 {
  caret-color: rgb(185 28 28 / 0.65);
}

.caret-red-700\/70 {
  caret-color: rgb(185 28 28 / 0.7);
}

.caret-red-700\/75 {
  caret-color: rgb(185 28 28 / 0.75);
}

.caret-red-700\/80 {
  caret-color: rgb(185 28 28 / 0.8);
}

.caret-red-700\/85 {
  caret-color: rgb(185 28 28 / 0.85);
}

.caret-red-700\/90 {
  caret-color: rgb(185 28 28 / 0.9);
}

.caret-red-700\/95 {
  caret-color: rgb(185 28 28 / 0.95);
}

.caret-red-800 {
  caret-color: #991b1b;
}

.caret-red-800\/0 {
  caret-color: rgb(153 27 27 / 0);
}

.caret-red-800\/10 {
  caret-color: rgb(153 27 27 / 0.1);
}

.caret-red-800\/100 {
  caret-color: rgb(153 27 27 / 1);
}

.caret-red-800\/15 {
  caret-color: rgb(153 27 27 / 0.15);
}

.caret-red-800\/20 {
  caret-color: rgb(153 27 27 / 0.2);
}

.caret-red-800\/25 {
  caret-color: rgb(153 27 27 / 0.25);
}

.caret-red-800\/30 {
  caret-color: rgb(153 27 27 / 0.3);
}

.caret-red-800\/35 {
  caret-color: rgb(153 27 27 / 0.35);
}

.caret-red-800\/40 {
  caret-color: rgb(153 27 27 / 0.4);
}

.caret-red-800\/45 {
  caret-color: rgb(153 27 27 / 0.45);
}

.caret-red-800\/5 {
  caret-color: rgb(153 27 27 / 0.05);
}

.caret-red-800\/50 {
  caret-color: rgb(153 27 27 / 0.5);
}

.caret-red-800\/55 {
  caret-color: rgb(153 27 27 / 0.55);
}

.caret-red-800\/60 {
  caret-color: rgb(153 27 27 / 0.6);
}

.caret-red-800\/65 {
  caret-color: rgb(153 27 27 / 0.65);
}

.caret-red-800\/70 {
  caret-color: rgb(153 27 27 / 0.7);
}

.caret-red-800\/75 {
  caret-color: rgb(153 27 27 / 0.75);
}

.caret-red-800\/80 {
  caret-color: rgb(153 27 27 / 0.8);
}

.caret-red-800\/85 {
  caret-color: rgb(153 27 27 / 0.85);
}

.caret-red-800\/90 {
  caret-color: rgb(153 27 27 / 0.9);
}

.caret-red-800\/95 {
  caret-color: rgb(153 27 27 / 0.95);
}

.caret-red-900 {
  caret-color: #7f1d1d;
}

.caret-red-900\/0 {
  caret-color: rgb(127 29 29 / 0);
}

.caret-red-900\/10 {
  caret-color: rgb(127 29 29 / 0.1);
}

.caret-red-900\/100 {
  caret-color: rgb(127 29 29 / 1);
}

.caret-red-900\/15 {
  caret-color: rgb(127 29 29 / 0.15);
}

.caret-red-900\/20 {
  caret-color: rgb(127 29 29 / 0.2);
}

.caret-red-900\/25 {
  caret-color: rgb(127 29 29 / 0.25);
}

.caret-red-900\/30 {
  caret-color: rgb(127 29 29 / 0.3);
}

.caret-red-900\/35 {
  caret-color: rgb(127 29 29 / 0.35);
}

.caret-red-900\/40 {
  caret-color: rgb(127 29 29 / 0.4);
}

.caret-red-900\/45 {
  caret-color: rgb(127 29 29 / 0.45);
}

.caret-red-900\/5 {
  caret-color: rgb(127 29 29 / 0.05);
}

.caret-red-900\/50 {
  caret-color: rgb(127 29 29 / 0.5);
}

.caret-red-900\/55 {
  caret-color: rgb(127 29 29 / 0.55);
}

.caret-red-900\/60 {
  caret-color: rgb(127 29 29 / 0.6);
}

.caret-red-900\/65 {
  caret-color: rgb(127 29 29 / 0.65);
}

.caret-red-900\/70 {
  caret-color: rgb(127 29 29 / 0.7);
}

.caret-red-900\/75 {
  caret-color: rgb(127 29 29 / 0.75);
}

.caret-red-900\/80 {
  caret-color: rgb(127 29 29 / 0.8);
}

.caret-red-900\/85 {
  caret-color: rgb(127 29 29 / 0.85);
}

.caret-red-900\/90 {
  caret-color: rgb(127 29 29 / 0.9);
}

.caret-red-900\/95 {
  caret-color: rgb(127 29 29 / 0.95);
}

.caret-red-950 {
  caret-color: #450a0a;
}

.caret-red-950\/0 {
  caret-color: rgb(69 10 10 / 0);
}

.caret-red-950\/10 {
  caret-color: rgb(69 10 10 / 0.1);
}

.caret-red-950\/100 {
  caret-color: rgb(69 10 10 / 1);
}

.caret-red-950\/15 {
  caret-color: rgb(69 10 10 / 0.15);
}

.caret-red-950\/20 {
  caret-color: rgb(69 10 10 / 0.2);
}

.caret-red-950\/25 {
  caret-color: rgb(69 10 10 / 0.25);
}

.caret-red-950\/30 {
  caret-color: rgb(69 10 10 / 0.3);
}

.caret-red-950\/35 {
  caret-color: rgb(69 10 10 / 0.35);
}

.caret-red-950\/40 {
  caret-color: rgb(69 10 10 / 0.4);
}

.caret-red-950\/45 {
  caret-color: rgb(69 10 10 / 0.45);
}

.caret-red-950\/5 {
  caret-color: rgb(69 10 10 / 0.05);
}

.caret-red-950\/50 {
  caret-color: rgb(69 10 10 / 0.5);
}

.caret-red-950\/55 {
  caret-color: rgb(69 10 10 / 0.55);
}

.caret-red-950\/60 {
  caret-color: rgb(69 10 10 / 0.6);
}

.caret-red-950\/65 {
  caret-color: rgb(69 10 10 / 0.65);
}

.caret-red-950\/70 {
  caret-color: rgb(69 10 10 / 0.7);
}

.caret-red-950\/75 {
  caret-color: rgb(69 10 10 / 0.75);
}

.caret-red-950\/80 {
  caret-color: rgb(69 10 10 / 0.8);
}

.caret-red-950\/85 {
  caret-color: rgb(69 10 10 / 0.85);
}

.caret-red-950\/90 {
  caret-color: rgb(69 10 10 / 0.9);
}

.caret-red-950\/95 {
  caret-color: rgb(69 10 10 / 0.95);
}

.caret-rose-100 {
  caret-color: #ffe4e6;
}

.caret-rose-100\/0 {
  caret-color: rgb(255 228 230 / 0);
}

.caret-rose-100\/10 {
  caret-color: rgb(255 228 230 / 0.1);
}

.caret-rose-100\/100 {
  caret-color: rgb(255 228 230 / 1);
}

.caret-rose-100\/15 {
  caret-color: rgb(255 228 230 / 0.15);
}

.caret-rose-100\/20 {
  caret-color: rgb(255 228 230 / 0.2);
}

.caret-rose-100\/25 {
  caret-color: rgb(255 228 230 / 0.25);
}

.caret-rose-100\/30 {
  caret-color: rgb(255 228 230 / 0.3);
}

.caret-rose-100\/35 {
  caret-color: rgb(255 228 230 / 0.35);
}

.caret-rose-100\/40 {
  caret-color: rgb(255 228 230 / 0.4);
}

.caret-rose-100\/45 {
  caret-color: rgb(255 228 230 / 0.45);
}

.caret-rose-100\/5 {
  caret-color: rgb(255 228 230 / 0.05);
}

.caret-rose-100\/50 {
  caret-color: rgb(255 228 230 / 0.5);
}

.caret-rose-100\/55 {
  caret-color: rgb(255 228 230 / 0.55);
}

.caret-rose-100\/60 {
  caret-color: rgb(255 228 230 / 0.6);
}

.caret-rose-100\/65 {
  caret-color: rgb(255 228 230 / 0.65);
}

.caret-rose-100\/70 {
  caret-color: rgb(255 228 230 / 0.7);
}

.caret-rose-100\/75 {
  caret-color: rgb(255 228 230 / 0.75);
}

.caret-rose-100\/80 {
  caret-color: rgb(255 228 230 / 0.8);
}

.caret-rose-100\/85 {
  caret-color: rgb(255 228 230 / 0.85);
}

.caret-rose-100\/90 {
  caret-color: rgb(255 228 230 / 0.9);
}

.caret-rose-100\/95 {
  caret-color: rgb(255 228 230 / 0.95);
}

.caret-rose-200 {
  caret-color: #fecdd3;
}

.caret-rose-200\/0 {
  caret-color: rgb(254 205 211 / 0);
}

.caret-rose-200\/10 {
  caret-color: rgb(254 205 211 / 0.1);
}

.caret-rose-200\/100 {
  caret-color: rgb(254 205 211 / 1);
}

.caret-rose-200\/15 {
  caret-color: rgb(254 205 211 / 0.15);
}

.caret-rose-200\/20 {
  caret-color: rgb(254 205 211 / 0.2);
}

.caret-rose-200\/25 {
  caret-color: rgb(254 205 211 / 0.25);
}

.caret-rose-200\/30 {
  caret-color: rgb(254 205 211 / 0.3);
}

.caret-rose-200\/35 {
  caret-color: rgb(254 205 211 / 0.35);
}

.caret-rose-200\/40 {
  caret-color: rgb(254 205 211 / 0.4);
}

.caret-rose-200\/45 {
  caret-color: rgb(254 205 211 / 0.45);
}

.caret-rose-200\/5 {
  caret-color: rgb(254 205 211 / 0.05);
}

.caret-rose-200\/50 {
  caret-color: rgb(254 205 211 / 0.5);
}

.caret-rose-200\/55 {
  caret-color: rgb(254 205 211 / 0.55);
}

.caret-rose-200\/60 {
  caret-color: rgb(254 205 211 / 0.6);
}

.caret-rose-200\/65 {
  caret-color: rgb(254 205 211 / 0.65);
}

.caret-rose-200\/70 {
  caret-color: rgb(254 205 211 / 0.7);
}

.caret-rose-200\/75 {
  caret-color: rgb(254 205 211 / 0.75);
}

.caret-rose-200\/80 {
  caret-color: rgb(254 205 211 / 0.8);
}

.caret-rose-200\/85 {
  caret-color: rgb(254 205 211 / 0.85);
}

.caret-rose-200\/90 {
  caret-color: rgb(254 205 211 / 0.9);
}

.caret-rose-200\/95 {
  caret-color: rgb(254 205 211 / 0.95);
}

.caret-rose-300 {
  caret-color: #fda4af;
}

.caret-rose-300\/0 {
  caret-color: rgb(253 164 175 / 0);
}

.caret-rose-300\/10 {
  caret-color: rgb(253 164 175 / 0.1);
}

.caret-rose-300\/100 {
  caret-color: rgb(253 164 175 / 1);
}

.caret-rose-300\/15 {
  caret-color: rgb(253 164 175 / 0.15);
}

.caret-rose-300\/20 {
  caret-color: rgb(253 164 175 / 0.2);
}

.caret-rose-300\/25 {
  caret-color: rgb(253 164 175 / 0.25);
}

.caret-rose-300\/30 {
  caret-color: rgb(253 164 175 / 0.3);
}

.caret-rose-300\/35 {
  caret-color: rgb(253 164 175 / 0.35);
}

.caret-rose-300\/40 {
  caret-color: rgb(253 164 175 / 0.4);
}

.caret-rose-300\/45 {
  caret-color: rgb(253 164 175 / 0.45);
}

.caret-rose-300\/5 {
  caret-color: rgb(253 164 175 / 0.05);
}

.caret-rose-300\/50 {
  caret-color: rgb(253 164 175 / 0.5);
}

.caret-rose-300\/55 {
  caret-color: rgb(253 164 175 / 0.55);
}

.caret-rose-300\/60 {
  caret-color: rgb(253 164 175 / 0.6);
}

.caret-rose-300\/65 {
  caret-color: rgb(253 164 175 / 0.65);
}

.caret-rose-300\/70 {
  caret-color: rgb(253 164 175 / 0.7);
}

.caret-rose-300\/75 {
  caret-color: rgb(253 164 175 / 0.75);
}

.caret-rose-300\/80 {
  caret-color: rgb(253 164 175 / 0.8);
}

.caret-rose-300\/85 {
  caret-color: rgb(253 164 175 / 0.85);
}

.caret-rose-300\/90 {
  caret-color: rgb(253 164 175 / 0.9);
}

.caret-rose-300\/95 {
  caret-color: rgb(253 164 175 / 0.95);
}

.caret-rose-400 {
  caret-color: #fb7185;
}

.caret-rose-400\/0 {
  caret-color: rgb(251 113 133 / 0);
}

.caret-rose-400\/10 {
  caret-color: rgb(251 113 133 / 0.1);
}

.caret-rose-400\/100 {
  caret-color: rgb(251 113 133 / 1);
}

.caret-rose-400\/15 {
  caret-color: rgb(251 113 133 / 0.15);
}

.caret-rose-400\/20 {
  caret-color: rgb(251 113 133 / 0.2);
}

.caret-rose-400\/25 {
  caret-color: rgb(251 113 133 / 0.25);
}

.caret-rose-400\/30 {
  caret-color: rgb(251 113 133 / 0.3);
}

.caret-rose-400\/35 {
  caret-color: rgb(251 113 133 / 0.35);
}

.caret-rose-400\/40 {
  caret-color: rgb(251 113 133 / 0.4);
}

.caret-rose-400\/45 {
  caret-color: rgb(251 113 133 / 0.45);
}

.caret-rose-400\/5 {
  caret-color: rgb(251 113 133 / 0.05);
}

.caret-rose-400\/50 {
  caret-color: rgb(251 113 133 / 0.5);
}

.caret-rose-400\/55 {
  caret-color: rgb(251 113 133 / 0.55);
}

.caret-rose-400\/60 {
  caret-color: rgb(251 113 133 / 0.6);
}

.caret-rose-400\/65 {
  caret-color: rgb(251 113 133 / 0.65);
}

.caret-rose-400\/70 {
  caret-color: rgb(251 113 133 / 0.7);
}

.caret-rose-400\/75 {
  caret-color: rgb(251 113 133 / 0.75);
}

.caret-rose-400\/80 {
  caret-color: rgb(251 113 133 / 0.8);
}

.caret-rose-400\/85 {
  caret-color: rgb(251 113 133 / 0.85);
}

.caret-rose-400\/90 {
  caret-color: rgb(251 113 133 / 0.9);
}

.caret-rose-400\/95 {
  caret-color: rgb(251 113 133 / 0.95);
}

.caret-rose-50 {
  caret-color: #fff1f2;
}

.caret-rose-50\/0 {
  caret-color: rgb(255 241 242 / 0);
}

.caret-rose-50\/10 {
  caret-color: rgb(255 241 242 / 0.1);
}

.caret-rose-50\/100 {
  caret-color: rgb(255 241 242 / 1);
}

.caret-rose-50\/15 {
  caret-color: rgb(255 241 242 / 0.15);
}

.caret-rose-50\/20 {
  caret-color: rgb(255 241 242 / 0.2);
}

.caret-rose-50\/25 {
  caret-color: rgb(255 241 242 / 0.25);
}

.caret-rose-50\/30 {
  caret-color: rgb(255 241 242 / 0.3);
}

.caret-rose-50\/35 {
  caret-color: rgb(255 241 242 / 0.35);
}

.caret-rose-50\/40 {
  caret-color: rgb(255 241 242 / 0.4);
}

.caret-rose-50\/45 {
  caret-color: rgb(255 241 242 / 0.45);
}

.caret-rose-50\/5 {
  caret-color: rgb(255 241 242 / 0.05);
}

.caret-rose-50\/50 {
  caret-color: rgb(255 241 242 / 0.5);
}

.caret-rose-50\/55 {
  caret-color: rgb(255 241 242 / 0.55);
}

.caret-rose-50\/60 {
  caret-color: rgb(255 241 242 / 0.6);
}

.caret-rose-50\/65 {
  caret-color: rgb(255 241 242 / 0.65);
}

.caret-rose-50\/70 {
  caret-color: rgb(255 241 242 / 0.7);
}

.caret-rose-50\/75 {
  caret-color: rgb(255 241 242 / 0.75);
}

.caret-rose-50\/80 {
  caret-color: rgb(255 241 242 / 0.8);
}

.caret-rose-50\/85 {
  caret-color: rgb(255 241 242 / 0.85);
}

.caret-rose-50\/90 {
  caret-color: rgb(255 241 242 / 0.9);
}

.caret-rose-50\/95 {
  caret-color: rgb(255 241 242 / 0.95);
}

.caret-rose-500 {
  caret-color: #f43f5e;
}

.caret-rose-500\/0 {
  caret-color: rgb(244 63 94 / 0);
}

.caret-rose-500\/10 {
  caret-color: rgb(244 63 94 / 0.1);
}

.caret-rose-500\/100 {
  caret-color: rgb(244 63 94 / 1);
}

.caret-rose-500\/15 {
  caret-color: rgb(244 63 94 / 0.15);
}

.caret-rose-500\/20 {
  caret-color: rgb(244 63 94 / 0.2);
}

.caret-rose-500\/25 {
  caret-color: rgb(244 63 94 / 0.25);
}

.caret-rose-500\/30 {
  caret-color: rgb(244 63 94 / 0.3);
}

.caret-rose-500\/35 {
  caret-color: rgb(244 63 94 / 0.35);
}

.caret-rose-500\/40 {
  caret-color: rgb(244 63 94 / 0.4);
}

.caret-rose-500\/45 {
  caret-color: rgb(244 63 94 / 0.45);
}

.caret-rose-500\/5 {
  caret-color: rgb(244 63 94 / 0.05);
}

.caret-rose-500\/50 {
  caret-color: rgb(244 63 94 / 0.5);
}

.caret-rose-500\/55 {
  caret-color: rgb(244 63 94 / 0.55);
}

.caret-rose-500\/60 {
  caret-color: rgb(244 63 94 / 0.6);
}

.caret-rose-500\/65 {
  caret-color: rgb(244 63 94 / 0.65);
}

.caret-rose-500\/70 {
  caret-color: rgb(244 63 94 / 0.7);
}

.caret-rose-500\/75 {
  caret-color: rgb(244 63 94 / 0.75);
}

.caret-rose-500\/80 {
  caret-color: rgb(244 63 94 / 0.8);
}

.caret-rose-500\/85 {
  caret-color: rgb(244 63 94 / 0.85);
}

.caret-rose-500\/90 {
  caret-color: rgb(244 63 94 / 0.9);
}

.caret-rose-500\/95 {
  caret-color: rgb(244 63 94 / 0.95);
}

.caret-rose-600 {
  caret-color: #e11d48;
}

.caret-rose-600\/0 {
  caret-color: rgb(225 29 72 / 0);
}

.caret-rose-600\/10 {
  caret-color: rgb(225 29 72 / 0.1);
}

.caret-rose-600\/100 {
  caret-color: rgb(225 29 72 / 1);
}

.caret-rose-600\/15 {
  caret-color: rgb(225 29 72 / 0.15);
}

.caret-rose-600\/20 {
  caret-color: rgb(225 29 72 / 0.2);
}

.caret-rose-600\/25 {
  caret-color: rgb(225 29 72 / 0.25);
}

.caret-rose-600\/30 {
  caret-color: rgb(225 29 72 / 0.3);
}

.caret-rose-600\/35 {
  caret-color: rgb(225 29 72 / 0.35);
}

.caret-rose-600\/40 {
  caret-color: rgb(225 29 72 / 0.4);
}

.caret-rose-600\/45 {
  caret-color: rgb(225 29 72 / 0.45);
}

.caret-rose-600\/5 {
  caret-color: rgb(225 29 72 / 0.05);
}

.caret-rose-600\/50 {
  caret-color: rgb(225 29 72 / 0.5);
}

.caret-rose-600\/55 {
  caret-color: rgb(225 29 72 / 0.55);
}

.caret-rose-600\/60 {
  caret-color: rgb(225 29 72 / 0.6);
}

.caret-rose-600\/65 {
  caret-color: rgb(225 29 72 / 0.65);
}

.caret-rose-600\/70 {
  caret-color: rgb(225 29 72 / 0.7);
}

.caret-rose-600\/75 {
  caret-color: rgb(225 29 72 / 0.75);
}

.caret-rose-600\/80 {
  caret-color: rgb(225 29 72 / 0.8);
}

.caret-rose-600\/85 {
  caret-color: rgb(225 29 72 / 0.85);
}

.caret-rose-600\/90 {
  caret-color: rgb(225 29 72 / 0.9);
}

.caret-rose-600\/95 {
  caret-color: rgb(225 29 72 / 0.95);
}

.caret-rose-700 {
  caret-color: #be123c;
}

.caret-rose-700\/0 {
  caret-color: rgb(190 18 60 / 0);
}

.caret-rose-700\/10 {
  caret-color: rgb(190 18 60 / 0.1);
}

.caret-rose-700\/100 {
  caret-color: rgb(190 18 60 / 1);
}

.caret-rose-700\/15 {
  caret-color: rgb(190 18 60 / 0.15);
}

.caret-rose-700\/20 {
  caret-color: rgb(190 18 60 / 0.2);
}

.caret-rose-700\/25 {
  caret-color: rgb(190 18 60 / 0.25);
}

.caret-rose-700\/30 {
  caret-color: rgb(190 18 60 / 0.3);
}

.caret-rose-700\/35 {
  caret-color: rgb(190 18 60 / 0.35);
}

.caret-rose-700\/40 {
  caret-color: rgb(190 18 60 / 0.4);
}

.caret-rose-700\/45 {
  caret-color: rgb(190 18 60 / 0.45);
}

.caret-rose-700\/5 {
  caret-color: rgb(190 18 60 / 0.05);
}

.caret-rose-700\/50 {
  caret-color: rgb(190 18 60 / 0.5);
}

.caret-rose-700\/55 {
  caret-color: rgb(190 18 60 / 0.55);
}

.caret-rose-700\/60 {
  caret-color: rgb(190 18 60 / 0.6);
}

.caret-rose-700\/65 {
  caret-color: rgb(190 18 60 / 0.65);
}

.caret-rose-700\/70 {
  caret-color: rgb(190 18 60 / 0.7);
}

.caret-rose-700\/75 {
  caret-color: rgb(190 18 60 / 0.75);
}

.caret-rose-700\/80 {
  caret-color: rgb(190 18 60 / 0.8);
}

.caret-rose-700\/85 {
  caret-color: rgb(190 18 60 / 0.85);
}

.caret-rose-700\/90 {
  caret-color: rgb(190 18 60 / 0.9);
}

.caret-rose-700\/95 {
  caret-color: rgb(190 18 60 / 0.95);
}

.caret-rose-800 {
  caret-color: #9f1239;
}

.caret-rose-800\/0 {
  caret-color: rgb(159 18 57 / 0);
}

.caret-rose-800\/10 {
  caret-color: rgb(159 18 57 / 0.1);
}

.caret-rose-800\/100 {
  caret-color: rgb(159 18 57 / 1);
}

.caret-rose-800\/15 {
  caret-color: rgb(159 18 57 / 0.15);
}

.caret-rose-800\/20 {
  caret-color: rgb(159 18 57 / 0.2);
}

.caret-rose-800\/25 {
  caret-color: rgb(159 18 57 / 0.25);
}

.caret-rose-800\/30 {
  caret-color: rgb(159 18 57 / 0.3);
}

.caret-rose-800\/35 {
  caret-color: rgb(159 18 57 / 0.35);
}

.caret-rose-800\/40 {
  caret-color: rgb(159 18 57 / 0.4);
}

.caret-rose-800\/45 {
  caret-color: rgb(159 18 57 / 0.45);
}

.caret-rose-800\/5 {
  caret-color: rgb(159 18 57 / 0.05);
}

.caret-rose-800\/50 {
  caret-color: rgb(159 18 57 / 0.5);
}

.caret-rose-800\/55 {
  caret-color: rgb(159 18 57 / 0.55);
}

.caret-rose-800\/60 {
  caret-color: rgb(159 18 57 / 0.6);
}

.caret-rose-800\/65 {
  caret-color: rgb(159 18 57 / 0.65);
}

.caret-rose-800\/70 {
  caret-color: rgb(159 18 57 / 0.7);
}

.caret-rose-800\/75 {
  caret-color: rgb(159 18 57 / 0.75);
}

.caret-rose-800\/80 {
  caret-color: rgb(159 18 57 / 0.8);
}

.caret-rose-800\/85 {
  caret-color: rgb(159 18 57 / 0.85);
}

.caret-rose-800\/90 {
  caret-color: rgb(159 18 57 / 0.9);
}

.caret-rose-800\/95 {
  caret-color: rgb(159 18 57 / 0.95);
}

.caret-rose-900 {
  caret-color: #881337;
}

.caret-rose-900\/0 {
  caret-color: rgb(136 19 55 / 0);
}

.caret-rose-900\/10 {
  caret-color: rgb(136 19 55 / 0.1);
}

.caret-rose-900\/100 {
  caret-color: rgb(136 19 55 / 1);
}

.caret-rose-900\/15 {
  caret-color: rgb(136 19 55 / 0.15);
}

.caret-rose-900\/20 {
  caret-color: rgb(136 19 55 / 0.2);
}

.caret-rose-900\/25 {
  caret-color: rgb(136 19 55 / 0.25);
}

.caret-rose-900\/30 {
  caret-color: rgb(136 19 55 / 0.3);
}

.caret-rose-900\/35 {
  caret-color: rgb(136 19 55 / 0.35);
}

.caret-rose-900\/40 {
  caret-color: rgb(136 19 55 / 0.4);
}

.caret-rose-900\/45 {
  caret-color: rgb(136 19 55 / 0.45);
}

.caret-rose-900\/5 {
  caret-color: rgb(136 19 55 / 0.05);
}

.caret-rose-900\/50 {
  caret-color: rgb(136 19 55 / 0.5);
}

.caret-rose-900\/55 {
  caret-color: rgb(136 19 55 / 0.55);
}

.caret-rose-900\/60 {
  caret-color: rgb(136 19 55 / 0.6);
}

.caret-rose-900\/65 {
  caret-color: rgb(136 19 55 / 0.65);
}

.caret-rose-900\/70 {
  caret-color: rgb(136 19 55 / 0.7);
}

.caret-rose-900\/75 {
  caret-color: rgb(136 19 55 / 0.75);
}

.caret-rose-900\/80 {
  caret-color: rgb(136 19 55 / 0.8);
}

.caret-rose-900\/85 {
  caret-color: rgb(136 19 55 / 0.85);
}

.caret-rose-900\/90 {
  caret-color: rgb(136 19 55 / 0.9);
}

.caret-rose-900\/95 {
  caret-color: rgb(136 19 55 / 0.95);
}

.caret-rose-950 {
  caret-color: #4c0519;
}

.caret-rose-950\/0 {
  caret-color: rgb(76 5 25 / 0);
}

.caret-rose-950\/10 {
  caret-color: rgb(76 5 25 / 0.1);
}

.caret-rose-950\/100 {
  caret-color: rgb(76 5 25 / 1);
}

.caret-rose-950\/15 {
  caret-color: rgb(76 5 25 / 0.15);
}

.caret-rose-950\/20 {
  caret-color: rgb(76 5 25 / 0.2);
}

.caret-rose-950\/25 {
  caret-color: rgb(76 5 25 / 0.25);
}

.caret-rose-950\/30 {
  caret-color: rgb(76 5 25 / 0.3);
}

.caret-rose-950\/35 {
  caret-color: rgb(76 5 25 / 0.35);
}

.caret-rose-950\/40 {
  caret-color: rgb(76 5 25 / 0.4);
}

.caret-rose-950\/45 {
  caret-color: rgb(76 5 25 / 0.45);
}

.caret-rose-950\/5 {
  caret-color: rgb(76 5 25 / 0.05);
}

.caret-rose-950\/50 {
  caret-color: rgb(76 5 25 / 0.5);
}

.caret-rose-950\/55 {
  caret-color: rgb(76 5 25 / 0.55);
}

.caret-rose-950\/60 {
  caret-color: rgb(76 5 25 / 0.6);
}

.caret-rose-950\/65 {
  caret-color: rgb(76 5 25 / 0.65);
}

.caret-rose-950\/70 {
  caret-color: rgb(76 5 25 / 0.7);
}

.caret-rose-950\/75 {
  caret-color: rgb(76 5 25 / 0.75);
}

.caret-rose-950\/80 {
  caret-color: rgb(76 5 25 / 0.8);
}

.caret-rose-950\/85 {
  caret-color: rgb(76 5 25 / 0.85);
}

.caret-rose-950\/90 {
  caret-color: rgb(76 5 25 / 0.9);
}

.caret-rose-950\/95 {
  caret-color: rgb(76 5 25 / 0.95);
}

.caret-secondary {
  caret-color: var(--fallback-s,oklch(var(--s)/1));
}

.caret-secondary-content {
  caret-color: var(--fallback-sc,oklch(var(--sc)/1));
}

.caret-secondary-content\/0 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0));
}

.caret-secondary-content\/10 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.1));
}

.caret-secondary-content\/100 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/1));
}

.caret-secondary-content\/15 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.15));
}

.caret-secondary-content\/20 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.2));
}

.caret-secondary-content\/25 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.25));
}

.caret-secondary-content\/30 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.3));
}

.caret-secondary-content\/35 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.35));
}

.caret-secondary-content\/40 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.4));
}

.caret-secondary-content\/45 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.45));
}

.caret-secondary-content\/5 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.05));
}

.caret-secondary-content\/50 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.5));
}

.caret-secondary-content\/55 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.55));
}

.caret-secondary-content\/60 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.6));
}

.caret-secondary-content\/65 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.65));
}

.caret-secondary-content\/70 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.7));
}

.caret-secondary-content\/75 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.75));
}

.caret-secondary-content\/80 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.8));
}

.caret-secondary-content\/85 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.85));
}

.caret-secondary-content\/90 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.9));
}

.caret-secondary-content\/95 {
  caret-color: var(--fallback-sc,oklch(var(--sc)/0.95));
}

.caret-secondary\/0 {
  caret-color: var(--fallback-s,oklch(var(--s)/0));
}

.caret-secondary\/10 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.1));
}

.caret-secondary\/100 {
  caret-color: var(--fallback-s,oklch(var(--s)/1));
}

.caret-secondary\/15 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.15));
}

.caret-secondary\/20 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.2));
}

.caret-secondary\/25 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.25));
}

.caret-secondary\/30 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.3));
}

.caret-secondary\/35 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.35));
}

.caret-secondary\/40 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.4));
}

.caret-secondary\/45 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.45));
}

.caret-secondary\/5 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.05));
}

.caret-secondary\/50 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.5));
}

.caret-secondary\/55 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.55));
}

.caret-secondary\/60 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.6));
}

.caret-secondary\/65 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.65));
}

.caret-secondary\/70 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.7));
}

.caret-secondary\/75 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.75));
}

.caret-secondary\/80 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.8));
}

.caret-secondary\/85 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.85));
}

.caret-secondary\/90 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.9));
}

.caret-secondary\/95 {
  caret-color: var(--fallback-s,oklch(var(--s)/0.95));
}

.caret-sky-100 {
  caret-color: #e0f2fe;
}

.caret-sky-100\/0 {
  caret-color: rgb(224 242 254 / 0);
}

.caret-sky-100\/10 {
  caret-color: rgb(224 242 254 / 0.1);
}

.caret-sky-100\/100 {
  caret-color: rgb(224 242 254 / 1);
}

.caret-sky-100\/15 {
  caret-color: rgb(224 242 254 / 0.15);
}

.caret-sky-100\/20 {
  caret-color: rgb(224 242 254 / 0.2);
}

.caret-sky-100\/25 {
  caret-color: rgb(224 242 254 / 0.25);
}

.caret-sky-100\/30 {
  caret-color: rgb(224 242 254 / 0.3);
}

.caret-sky-100\/35 {
  caret-color: rgb(224 242 254 / 0.35);
}

.caret-sky-100\/40 {
  caret-color: rgb(224 242 254 / 0.4);
}

.caret-sky-100\/45 {
  caret-color: rgb(224 242 254 / 0.45);
}

.caret-sky-100\/5 {
  caret-color: rgb(224 242 254 / 0.05);
}

.caret-sky-100\/50 {
  caret-color: rgb(224 242 254 / 0.5);
}

.caret-sky-100\/55 {
  caret-color: rgb(224 242 254 / 0.55);
}

.caret-sky-100\/60 {
  caret-color: rgb(224 242 254 / 0.6);
}

.caret-sky-100\/65 {
  caret-color: rgb(224 242 254 / 0.65);
}

.caret-sky-100\/70 {
  caret-color: rgb(224 242 254 / 0.7);
}

.caret-sky-100\/75 {
  caret-color: rgb(224 242 254 / 0.75);
}

.caret-sky-100\/80 {
  caret-color: rgb(224 242 254 / 0.8);
}

.caret-sky-100\/85 {
  caret-color: rgb(224 242 254 / 0.85);
}

.caret-sky-100\/90 {
  caret-color: rgb(224 242 254 / 0.9);
}

.caret-sky-100\/95 {
  caret-color: rgb(224 242 254 / 0.95);
}

.caret-sky-200 {
  caret-color: #bae6fd;
}

.caret-sky-200\/0 {
  caret-color: rgb(186 230 253 / 0);
}

.caret-sky-200\/10 {
  caret-color: rgb(186 230 253 / 0.1);
}

.caret-sky-200\/100 {
  caret-color: rgb(186 230 253 / 1);
}

.caret-sky-200\/15 {
  caret-color: rgb(186 230 253 / 0.15);
}

.caret-sky-200\/20 {
  caret-color: rgb(186 230 253 / 0.2);
}

.caret-sky-200\/25 {
  caret-color: rgb(186 230 253 / 0.25);
}

.caret-sky-200\/30 {
  caret-color: rgb(186 230 253 / 0.3);
}

.caret-sky-200\/35 {
  caret-color: rgb(186 230 253 / 0.35);
}

.caret-sky-200\/40 {
  caret-color: rgb(186 230 253 / 0.4);
}

.caret-sky-200\/45 {
  caret-color: rgb(186 230 253 / 0.45);
}

.caret-sky-200\/5 {
  caret-color: rgb(186 230 253 / 0.05);
}

.caret-sky-200\/50 {
  caret-color: rgb(186 230 253 / 0.5);
}

.caret-sky-200\/55 {
  caret-color: rgb(186 230 253 / 0.55);
}

.caret-sky-200\/60 {
  caret-color: rgb(186 230 253 / 0.6);
}

.caret-sky-200\/65 {
  caret-color: rgb(186 230 253 / 0.65);
}

.caret-sky-200\/70 {
  caret-color: rgb(186 230 253 / 0.7);
}

.caret-sky-200\/75 {
  caret-color: rgb(186 230 253 / 0.75);
}

.caret-sky-200\/80 {
  caret-color: rgb(186 230 253 / 0.8);
}

.caret-sky-200\/85 {
  caret-color: rgb(186 230 253 / 0.85);
}

.caret-sky-200\/90 {
  caret-color: rgb(186 230 253 / 0.9);
}

.caret-sky-200\/95 {
  caret-color: rgb(186 230 253 / 0.95);
}

.caret-sky-300 {
  caret-color: #7dd3fc;
}

.caret-sky-300\/0 {
  caret-color: rgb(125 211 252 / 0);
}

.caret-sky-300\/10 {
  caret-color: rgb(125 211 252 / 0.1);
}

.caret-sky-300\/100 {
  caret-color: rgb(125 211 252 / 1);
}

.caret-sky-300\/15 {
  caret-color: rgb(125 211 252 / 0.15);
}

.caret-sky-300\/20 {
  caret-color: rgb(125 211 252 / 0.2);
}

.caret-sky-300\/25 {
  caret-color: rgb(125 211 252 / 0.25);
}

.caret-sky-300\/30 {
  caret-color: rgb(125 211 252 / 0.3);
}

.caret-sky-300\/35 {
  caret-color: rgb(125 211 252 / 0.35);
}

.caret-sky-300\/40 {
  caret-color: rgb(125 211 252 / 0.4);
}

.caret-sky-300\/45 {
  caret-color: rgb(125 211 252 / 0.45);
}

.caret-sky-300\/5 {
  caret-color: rgb(125 211 252 / 0.05);
}

.caret-sky-300\/50 {
  caret-color: rgb(125 211 252 / 0.5);
}

.caret-sky-300\/55 {
  caret-color: rgb(125 211 252 / 0.55);
}

.caret-sky-300\/60 {
  caret-color: rgb(125 211 252 / 0.6);
}

.caret-sky-300\/65 {
  caret-color: rgb(125 211 252 / 0.65);
}

.caret-sky-300\/70 {
  caret-color: rgb(125 211 252 / 0.7);
}

.caret-sky-300\/75 {
  caret-color: rgb(125 211 252 / 0.75);
}

.caret-sky-300\/80 {
  caret-color: rgb(125 211 252 / 0.8);
}

.caret-sky-300\/85 {
  caret-color: rgb(125 211 252 / 0.85);
}

.caret-sky-300\/90 {
  caret-color: rgb(125 211 252 / 0.9);
}

.caret-sky-300\/95 {
  caret-color: rgb(125 211 252 / 0.95);
}

.caret-sky-400 {
  caret-color: #38bdf8;
}

.caret-sky-400\/0 {
  caret-color: rgb(56 189 248 / 0);
}

.caret-sky-400\/10 {
  caret-color: rgb(56 189 248 / 0.1);
}

.caret-sky-400\/100 {
  caret-color: rgb(56 189 248 / 1);
}

.caret-sky-400\/15 {
  caret-color: rgb(56 189 248 / 0.15);
}

.caret-sky-400\/20 {
  caret-color: rgb(56 189 248 / 0.2);
}

.caret-sky-400\/25 {
  caret-color: rgb(56 189 248 / 0.25);
}

.caret-sky-400\/30 {
  caret-color: rgb(56 189 248 / 0.3);
}

.caret-sky-400\/35 {
  caret-color: rgb(56 189 248 / 0.35);
}

.caret-sky-400\/40 {
  caret-color: rgb(56 189 248 / 0.4);
}

.caret-sky-400\/45 {
  caret-color: rgb(56 189 248 / 0.45);
}

.caret-sky-400\/5 {
  caret-color: rgb(56 189 248 / 0.05);
}

.caret-sky-400\/50 {
  caret-color: rgb(56 189 248 / 0.5);
}

.caret-sky-400\/55 {
  caret-color: rgb(56 189 248 / 0.55);
}

.caret-sky-400\/60 {
  caret-color: rgb(56 189 248 / 0.6);
}

.caret-sky-400\/65 {
  caret-color: rgb(56 189 248 / 0.65);
}

.caret-sky-400\/70 {
  caret-color: rgb(56 189 248 / 0.7);
}

.caret-sky-400\/75 {
  caret-color: rgb(56 189 248 / 0.75);
}

.caret-sky-400\/80 {
  caret-color: rgb(56 189 248 / 0.8);
}

.caret-sky-400\/85 {
  caret-color: rgb(56 189 248 / 0.85);
}

.caret-sky-400\/90 {
  caret-color: rgb(56 189 248 / 0.9);
}

.caret-sky-400\/95 {
  caret-color: rgb(56 189 248 / 0.95);
}

.caret-sky-50 {
  caret-color: #f0f9ff;
}

.caret-sky-50\/0 {
  caret-color: rgb(240 249 255 / 0);
}

.caret-sky-50\/10 {
  caret-color: rgb(240 249 255 / 0.1);
}

.caret-sky-50\/100 {
  caret-color: rgb(240 249 255 / 1);
}

.caret-sky-50\/15 {
  caret-color: rgb(240 249 255 / 0.15);
}

.caret-sky-50\/20 {
  caret-color: rgb(240 249 255 / 0.2);
}

.caret-sky-50\/25 {
  caret-color: rgb(240 249 255 / 0.25);
}

.caret-sky-50\/30 {
  caret-color: rgb(240 249 255 / 0.3);
}

.caret-sky-50\/35 {
  caret-color: rgb(240 249 255 / 0.35);
}

.caret-sky-50\/40 {
  caret-color: rgb(240 249 255 / 0.4);
}

.caret-sky-50\/45 {
  caret-color: rgb(240 249 255 / 0.45);
}

.caret-sky-50\/5 {
  caret-color: rgb(240 249 255 / 0.05);
}

.caret-sky-50\/50 {
  caret-color: rgb(240 249 255 / 0.5);
}

.caret-sky-50\/55 {
  caret-color: rgb(240 249 255 / 0.55);
}

.caret-sky-50\/60 {
  caret-color: rgb(240 249 255 / 0.6);
}

.caret-sky-50\/65 {
  caret-color: rgb(240 249 255 / 0.65);
}

.caret-sky-50\/70 {
  caret-color: rgb(240 249 255 / 0.7);
}

.caret-sky-50\/75 {
  caret-color: rgb(240 249 255 / 0.75);
}

.caret-sky-50\/80 {
  caret-color: rgb(240 249 255 / 0.8);
}

.caret-sky-50\/85 {
  caret-color: rgb(240 249 255 / 0.85);
}

.caret-sky-50\/90 {
  caret-color: rgb(240 249 255 / 0.9);
}

.caret-sky-50\/95 {
  caret-color: rgb(240 249 255 / 0.95);
}

.caret-sky-500 {
  caret-color: #0ea5e9;
}

.caret-sky-500\/0 {
  caret-color: rgb(14 165 233 / 0);
}

.caret-sky-500\/10 {
  caret-color: rgb(14 165 233 / 0.1);
}

.caret-sky-500\/100 {
  caret-color: rgb(14 165 233 / 1);
}

.caret-sky-500\/15 {
  caret-color: rgb(14 165 233 / 0.15);
}

.caret-sky-500\/20 {
  caret-color: rgb(14 165 233 / 0.2);
}

.caret-sky-500\/25 {
  caret-color: rgb(14 165 233 / 0.25);
}

.caret-sky-500\/30 {
  caret-color: rgb(14 165 233 / 0.3);
}

.caret-sky-500\/35 {
  caret-color: rgb(14 165 233 / 0.35);
}

.caret-sky-500\/40 {
  caret-color: rgb(14 165 233 / 0.4);
}

.caret-sky-500\/45 {
  caret-color: rgb(14 165 233 / 0.45);
}

.caret-sky-500\/5 {
  caret-color: rgb(14 165 233 / 0.05);
}

.caret-sky-500\/50 {
  caret-color: rgb(14 165 233 / 0.5);
}

.caret-sky-500\/55 {
  caret-color: rgb(14 165 233 / 0.55);
}

.caret-sky-500\/60 {
  caret-color: rgb(14 165 233 / 0.6);
}

.caret-sky-500\/65 {
  caret-color: rgb(14 165 233 / 0.65);
}

.caret-sky-500\/70 {
  caret-color: rgb(14 165 233 / 0.7);
}

.caret-sky-500\/75 {
  caret-color: rgb(14 165 233 / 0.75);
}

.caret-sky-500\/80 {
  caret-color: rgb(14 165 233 / 0.8);
}

.caret-sky-500\/85 {
  caret-color: rgb(14 165 233 / 0.85);
}

.caret-sky-500\/90 {
  caret-color: rgb(14 165 233 / 0.9);
}

.caret-sky-500\/95 {
  caret-color: rgb(14 165 233 / 0.95);
}

.caret-sky-600 {
  caret-color: #0284c7;
}

.caret-sky-600\/0 {
  caret-color: rgb(2 132 199 / 0);
}

.caret-sky-600\/10 {
  caret-color: rgb(2 132 199 / 0.1);
}

.caret-sky-600\/100 {
  caret-color: rgb(2 132 199 / 1);
}

.caret-sky-600\/15 {
  caret-color: rgb(2 132 199 / 0.15);
}

.caret-sky-600\/20 {
  caret-color: rgb(2 132 199 / 0.2);
}

.caret-sky-600\/25 {
  caret-color: rgb(2 132 199 / 0.25);
}

.caret-sky-600\/30 {
  caret-color: rgb(2 132 199 / 0.3);
}

.caret-sky-600\/35 {
  caret-color: rgb(2 132 199 / 0.35);
}

.caret-sky-600\/40 {
  caret-color: rgb(2 132 199 / 0.4);
}

.caret-sky-600\/45 {
  caret-color: rgb(2 132 199 / 0.45);
}

.caret-sky-600\/5 {
  caret-color: rgb(2 132 199 / 0.05);
}

.caret-sky-600\/50 {
  caret-color: rgb(2 132 199 / 0.5);
}

.caret-sky-600\/55 {
  caret-color: rgb(2 132 199 / 0.55);
}

.caret-sky-600\/60 {
  caret-color: rgb(2 132 199 / 0.6);
}

.caret-sky-600\/65 {
  caret-color: rgb(2 132 199 / 0.65);
}

.caret-sky-600\/70 {
  caret-color: rgb(2 132 199 / 0.7);
}

.caret-sky-600\/75 {
  caret-color: rgb(2 132 199 / 0.75);
}

.caret-sky-600\/80 {
  caret-color: rgb(2 132 199 / 0.8);
}

.caret-sky-600\/85 {
  caret-color: rgb(2 132 199 / 0.85);
}

.caret-sky-600\/90 {
  caret-color: rgb(2 132 199 / 0.9);
}

.caret-sky-600\/95 {
  caret-color: rgb(2 132 199 / 0.95);
}

.caret-sky-700 {
  caret-color: #0369a1;
}

.caret-sky-700\/0 {
  caret-color: rgb(3 105 161 / 0);
}

.caret-sky-700\/10 {
  caret-color: rgb(3 105 161 / 0.1);
}

.caret-sky-700\/100 {
  caret-color: rgb(3 105 161 / 1);
}

.caret-sky-700\/15 {
  caret-color: rgb(3 105 161 / 0.15);
}

.caret-sky-700\/20 {
  caret-color: rgb(3 105 161 / 0.2);
}

.caret-sky-700\/25 {
  caret-color: rgb(3 105 161 / 0.25);
}

.caret-sky-700\/30 {
  caret-color: rgb(3 105 161 / 0.3);
}

.caret-sky-700\/35 {
  caret-color: rgb(3 105 161 / 0.35);
}

.caret-sky-700\/40 {
  caret-color: rgb(3 105 161 / 0.4);
}

.caret-sky-700\/45 {
  caret-color: rgb(3 105 161 / 0.45);
}

.caret-sky-700\/5 {
  caret-color: rgb(3 105 161 / 0.05);
}

.caret-sky-700\/50 {
  caret-color: rgb(3 105 161 / 0.5);
}

.caret-sky-700\/55 {
  caret-color: rgb(3 105 161 / 0.55);
}

.caret-sky-700\/60 {
  caret-color: rgb(3 105 161 / 0.6);
}

.caret-sky-700\/65 {
  caret-color: rgb(3 105 161 / 0.65);
}

.caret-sky-700\/70 {
  caret-color: rgb(3 105 161 / 0.7);
}

.caret-sky-700\/75 {
  caret-color: rgb(3 105 161 / 0.75);
}

.caret-sky-700\/80 {
  caret-color: rgb(3 105 161 / 0.8);
}

.caret-sky-700\/85 {
  caret-color: rgb(3 105 161 / 0.85);
}

.caret-sky-700\/90 {
  caret-color: rgb(3 105 161 / 0.9);
}

.caret-sky-700\/95 {
  caret-color: rgb(3 105 161 / 0.95);
}

.caret-sky-800 {
  caret-color: #075985;
}

.caret-sky-800\/0 {
  caret-color: rgb(7 89 133 / 0);
}

.caret-sky-800\/10 {
  caret-color: rgb(7 89 133 / 0.1);
}

.caret-sky-800\/100 {
  caret-color: rgb(7 89 133 / 1);
}

.caret-sky-800\/15 {
  caret-color: rgb(7 89 133 / 0.15);
}

.caret-sky-800\/20 {
  caret-color: rgb(7 89 133 / 0.2);
}

.caret-sky-800\/25 {
  caret-color: rgb(7 89 133 / 0.25);
}

.caret-sky-800\/30 {
  caret-color: rgb(7 89 133 / 0.3);
}

.caret-sky-800\/35 {
  caret-color: rgb(7 89 133 / 0.35);
}

.caret-sky-800\/40 {
  caret-color: rgb(7 89 133 / 0.4);
}

.caret-sky-800\/45 {
  caret-color: rgb(7 89 133 / 0.45);
}

.caret-sky-800\/5 {
  caret-color: rgb(7 89 133 / 0.05);
}

.caret-sky-800\/50 {
  caret-color: rgb(7 89 133 / 0.5);
}

.caret-sky-800\/55 {
  caret-color: rgb(7 89 133 / 0.55);
}

.caret-sky-800\/60 {
  caret-color: rgb(7 89 133 / 0.6);
}

.caret-sky-800\/65 {
  caret-color: rgb(7 89 133 / 0.65);
}

.caret-sky-800\/70 {
  caret-color: rgb(7 89 133 / 0.7);
}

.caret-sky-800\/75 {
  caret-color: rgb(7 89 133 / 0.75);
}

.caret-sky-800\/80 {
  caret-color: rgb(7 89 133 / 0.8);
}

.caret-sky-800\/85 {
  caret-color: rgb(7 89 133 / 0.85);
}

.caret-sky-800\/90 {
  caret-color: rgb(7 89 133 / 0.9);
}

.caret-sky-800\/95 {
  caret-color: rgb(7 89 133 / 0.95);
}

.caret-sky-900 {
  caret-color: #0c4a6e;
}

.caret-sky-900\/0 {
  caret-color: rgb(12 74 110 / 0);
}

.caret-sky-900\/10 {
  caret-color: rgb(12 74 110 / 0.1);
}

.caret-sky-900\/100 {
  caret-color: rgb(12 74 110 / 1);
}

.caret-sky-900\/15 {
  caret-color: rgb(12 74 110 / 0.15);
}

.caret-sky-900\/20 {
  caret-color: rgb(12 74 110 / 0.2);
}

.caret-sky-900\/25 {
  caret-color: rgb(12 74 110 / 0.25);
}

.caret-sky-900\/30 {
  caret-color: rgb(12 74 110 / 0.3);
}

.caret-sky-900\/35 {
  caret-color: rgb(12 74 110 / 0.35);
}

.caret-sky-900\/40 {
  caret-color: rgb(12 74 110 / 0.4);
}

.caret-sky-900\/45 {
  caret-color: rgb(12 74 110 / 0.45);
}

.caret-sky-900\/5 {
  caret-color: rgb(12 74 110 / 0.05);
}

.caret-sky-900\/50 {
  caret-color: rgb(12 74 110 / 0.5);
}

.caret-sky-900\/55 {
  caret-color: rgb(12 74 110 / 0.55);
}

.caret-sky-900\/60 {
  caret-color: rgb(12 74 110 / 0.6);
}

.caret-sky-900\/65 {
  caret-color: rgb(12 74 110 / 0.65);
}

.caret-sky-900\/70 {
  caret-color: rgb(12 74 110 / 0.7);
}

.caret-sky-900\/75 {
  caret-color: rgb(12 74 110 / 0.75);
}

.caret-sky-900\/80 {
  caret-color: rgb(12 74 110 / 0.8);
}

.caret-sky-900\/85 {
  caret-color: rgb(12 74 110 / 0.85);
}

.caret-sky-900\/90 {
  caret-color: rgb(12 74 110 / 0.9);
}

.caret-sky-900\/95 {
  caret-color: rgb(12 74 110 / 0.95);
}

.caret-sky-950 {
  caret-color: #082f49;
}

.caret-sky-950\/0 {
  caret-color: rgb(8 47 73 / 0);
}

.caret-sky-950\/10 {
  caret-color: rgb(8 47 73 / 0.1);
}

.caret-sky-950\/100 {
  caret-color: rgb(8 47 73 / 1);
}

.caret-sky-950\/15 {
  caret-color: rgb(8 47 73 / 0.15);
}

.caret-sky-950\/20 {
  caret-color: rgb(8 47 73 / 0.2);
}

.caret-sky-950\/25 {
  caret-color: rgb(8 47 73 / 0.25);
}

.caret-sky-950\/30 {
  caret-color: rgb(8 47 73 / 0.3);
}

.caret-sky-950\/35 {
  caret-color: rgb(8 47 73 / 0.35);
}

.caret-sky-950\/40 {
  caret-color: rgb(8 47 73 / 0.4);
}

.caret-sky-950\/45 {
  caret-color: rgb(8 47 73 / 0.45);
}

.caret-sky-950\/5 {
  caret-color: rgb(8 47 73 / 0.05);
}

.caret-sky-950\/50 {
  caret-color: rgb(8 47 73 / 0.5);
}

.caret-sky-950\/55 {
  caret-color: rgb(8 47 73 / 0.55);
}

.caret-sky-950\/60 {
  caret-color: rgb(8 47 73 / 0.6);
}

.caret-sky-950\/65 {
  caret-color: rgb(8 47 73 / 0.65);
}

.caret-sky-950\/70 {
  caret-color: rgb(8 47 73 / 0.7);
}

.caret-sky-950\/75 {
  caret-color: rgb(8 47 73 / 0.75);
}

.caret-sky-950\/80 {
  caret-color: rgb(8 47 73 / 0.8);
}

.caret-sky-950\/85 {
  caret-color: rgb(8 47 73 / 0.85);
}

.caret-sky-950\/90 {
  caret-color: rgb(8 47 73 / 0.9);
}

.caret-sky-950\/95 {
  caret-color: rgb(8 47 73 / 0.95);
}

.caret-slate-100 {
  caret-color: #f1f5f9;
}

.caret-slate-100\/0 {
  caret-color: rgb(241 245 249 / 0);
}

.caret-slate-100\/10 {
  caret-color: rgb(241 245 249 / 0.1);
}

.caret-slate-100\/100 {
  caret-color: rgb(241 245 249 / 1);
}

.caret-slate-100\/15 {
  caret-color: rgb(241 245 249 / 0.15);
}

.caret-slate-100\/20 {
  caret-color: rgb(241 245 249 / 0.2);
}

.caret-slate-100\/25 {
  caret-color: rgb(241 245 249 / 0.25);
}

.caret-slate-100\/30 {
  caret-color: rgb(241 245 249 / 0.3);
}

.caret-slate-100\/35 {
  caret-color: rgb(241 245 249 / 0.35);
}

.caret-slate-100\/40 {
  caret-color: rgb(241 245 249 / 0.4);
}

.caret-slate-100\/45 {
  caret-color: rgb(241 245 249 / 0.45);
}

.caret-slate-100\/5 {
  caret-color: rgb(241 245 249 / 0.05);
}

.caret-slate-100\/50 {
  caret-color: rgb(241 245 249 / 0.5);
}

.caret-slate-100\/55 {
  caret-color: rgb(241 245 249 / 0.55);
}

.caret-slate-100\/60 {
  caret-color: rgb(241 245 249 / 0.6);
}

.caret-slate-100\/65 {
  caret-color: rgb(241 245 249 / 0.65);
}

.caret-slate-100\/70 {
  caret-color: rgb(241 245 249 / 0.7);
}

.caret-slate-100\/75 {
  caret-color: rgb(241 245 249 / 0.75);
}

.caret-slate-100\/80 {
  caret-color: rgb(241 245 249 / 0.8);
}

.caret-slate-100\/85 {
  caret-color: rgb(241 245 249 / 0.85);
}

.caret-slate-100\/90 {
  caret-color: rgb(241 245 249 / 0.9);
}

.caret-slate-100\/95 {
  caret-color: rgb(241 245 249 / 0.95);
}

.caret-slate-200 {
  caret-color: #e2e8f0;
}

.caret-slate-200\/0 {
  caret-color: rgb(226 232 240 / 0);
}

.caret-slate-200\/10 {
  caret-color: rgb(226 232 240 / 0.1);
}

.caret-slate-200\/100 {
  caret-color: rgb(226 232 240 / 1);
}

.caret-slate-200\/15 {
  caret-color: rgb(226 232 240 / 0.15);
}

.caret-slate-200\/20 {
  caret-color: rgb(226 232 240 / 0.2);
}

.caret-slate-200\/25 {
  caret-color: rgb(226 232 240 / 0.25);
}

.caret-slate-200\/30 {
  caret-color: rgb(226 232 240 / 0.3);
}

.caret-slate-200\/35 {
  caret-color: rgb(226 232 240 / 0.35);
}

.caret-slate-200\/40 {
  caret-color: rgb(226 232 240 / 0.4);
}

.caret-slate-200\/45 {
  caret-color: rgb(226 232 240 / 0.45);
}

.caret-slate-200\/5 {
  caret-color: rgb(226 232 240 / 0.05);
}

.caret-slate-200\/50 {
  caret-color: rgb(226 232 240 / 0.5);
}

.caret-slate-200\/55 {
  caret-color: rgb(226 232 240 / 0.55);
}

.caret-slate-200\/60 {
  caret-color: rgb(226 232 240 / 0.6);
}

.caret-slate-200\/65 {
  caret-color: rgb(226 232 240 / 0.65);
}

.caret-slate-200\/70 {
  caret-color: rgb(226 232 240 / 0.7);
}

.caret-slate-200\/75 {
  caret-color: rgb(226 232 240 / 0.75);
}

.caret-slate-200\/80 {
  caret-color: rgb(226 232 240 / 0.8);
}

.caret-slate-200\/85 {
  caret-color: rgb(226 232 240 / 0.85);
}

.caret-slate-200\/90 {
  caret-color: rgb(226 232 240 / 0.9);
}

.caret-slate-200\/95 {
  caret-color: rgb(226 232 240 / 0.95);
}

.caret-slate-300 {
  caret-color: #cbd5e1;
}

.caret-slate-300\/0 {
  caret-color: rgb(203 213 225 / 0);
}

.caret-slate-300\/10 {
  caret-color: rgb(203 213 225 / 0.1);
}

.caret-slate-300\/100 {
  caret-color: rgb(203 213 225 / 1);
}

.caret-slate-300\/15 {
  caret-color: rgb(203 213 225 / 0.15);
}

.caret-slate-300\/20 {
  caret-color: rgb(203 213 225 / 0.2);
}

.caret-slate-300\/25 {
  caret-color: rgb(203 213 225 / 0.25);
}

.caret-slate-300\/30 {
  caret-color: rgb(203 213 225 / 0.3);
}

.caret-slate-300\/35 {
  caret-color: rgb(203 213 225 / 0.35);
}

.caret-slate-300\/40 {
  caret-color: rgb(203 213 225 / 0.4);
}

.caret-slate-300\/45 {
  caret-color: rgb(203 213 225 / 0.45);
}

.caret-slate-300\/5 {
  caret-color: rgb(203 213 225 / 0.05);
}

.caret-slate-300\/50 {
  caret-color: rgb(203 213 225 / 0.5);
}

.caret-slate-300\/55 {
  caret-color: rgb(203 213 225 / 0.55);
}

.caret-slate-300\/60 {
  caret-color: rgb(203 213 225 / 0.6);
}

.caret-slate-300\/65 {
  caret-color: rgb(203 213 225 / 0.65);
}

.caret-slate-300\/70 {
  caret-color: rgb(203 213 225 / 0.7);
}

.caret-slate-300\/75 {
  caret-color: rgb(203 213 225 / 0.75);
}

.caret-slate-300\/80 {
  caret-color: rgb(203 213 225 / 0.8);
}

.caret-slate-300\/85 {
  caret-color: rgb(203 213 225 / 0.85);
}

.caret-slate-300\/90 {
  caret-color: rgb(203 213 225 / 0.9);
}

.caret-slate-300\/95 {
  caret-color: rgb(203 213 225 / 0.95);
}

.caret-slate-400 {
  caret-color: #94a3b8;
}

.caret-slate-400\/0 {
  caret-color: rgb(148 163 184 / 0);
}

.caret-slate-400\/10 {
  caret-color: rgb(148 163 184 / 0.1);
}

.caret-slate-400\/100 {
  caret-color: rgb(148 163 184 / 1);
}

.caret-slate-400\/15 {
  caret-color: rgb(148 163 184 / 0.15);
}

.caret-slate-400\/20 {
  caret-color: rgb(148 163 184 / 0.2);
}

.caret-slate-400\/25 {
  caret-color: rgb(148 163 184 / 0.25);
}

.caret-slate-400\/30 {
  caret-color: rgb(148 163 184 / 0.3);
}

.caret-slate-400\/35 {
  caret-color: rgb(148 163 184 / 0.35);
}

.caret-slate-400\/40 {
  caret-color: rgb(148 163 184 / 0.4);
}

.caret-slate-400\/45 {
  caret-color: rgb(148 163 184 / 0.45);
}

.caret-slate-400\/5 {
  caret-color: rgb(148 163 184 / 0.05);
}

.caret-slate-400\/50 {
  caret-color: rgb(148 163 184 / 0.5);
}

.caret-slate-400\/55 {
  caret-color: rgb(148 163 184 / 0.55);
}

.caret-slate-400\/60 {
  caret-color: rgb(148 163 184 / 0.6);
}

.caret-slate-400\/65 {
  caret-color: rgb(148 163 184 / 0.65);
}

.caret-slate-400\/70 {
  caret-color: rgb(148 163 184 / 0.7);
}

.caret-slate-400\/75 {
  caret-color: rgb(148 163 184 / 0.75);
}

.caret-slate-400\/80 {
  caret-color: rgb(148 163 184 / 0.8);
}

.caret-slate-400\/85 {
  caret-color: rgb(148 163 184 / 0.85);
}

.caret-slate-400\/90 {
  caret-color: rgb(148 163 184 / 0.9);
}

.caret-slate-400\/95 {
  caret-color: rgb(148 163 184 / 0.95);
}

.caret-slate-50 {
  caret-color: #f8fafc;
}

.caret-slate-50\/0 {
  caret-color: rgb(248 250 252 / 0);
}

.caret-slate-50\/10 {
  caret-color: rgb(248 250 252 / 0.1);
}

.caret-slate-50\/100 {
  caret-color: rgb(248 250 252 / 1);
}

.caret-slate-50\/15 {
  caret-color: rgb(248 250 252 / 0.15);
}

.caret-slate-50\/20 {
  caret-color: rgb(248 250 252 / 0.2);
}

.caret-slate-50\/25 {
  caret-color: rgb(248 250 252 / 0.25);
}

.caret-slate-50\/30 {
  caret-color: rgb(248 250 252 / 0.3);
}

.caret-slate-50\/35 {
  caret-color: rgb(248 250 252 / 0.35);
}

.caret-slate-50\/40 {
  caret-color: rgb(248 250 252 / 0.4);
}

.caret-slate-50\/45 {
  caret-color: rgb(248 250 252 / 0.45);
}

.caret-slate-50\/5 {
  caret-color: rgb(248 250 252 / 0.05);
}

.caret-slate-50\/50 {
  caret-color: rgb(248 250 252 / 0.5);
}

.caret-slate-50\/55 {
  caret-color: rgb(248 250 252 / 0.55);
}

.caret-slate-50\/60 {
  caret-color: rgb(248 250 252 / 0.6);
}

.caret-slate-50\/65 {
  caret-color: rgb(248 250 252 / 0.65);
}

.caret-slate-50\/70 {
  caret-color: rgb(248 250 252 / 0.7);
}

.caret-slate-50\/75 {
  caret-color: rgb(248 250 252 / 0.75);
}

.caret-slate-50\/80 {
  caret-color: rgb(248 250 252 / 0.8);
}

.caret-slate-50\/85 {
  caret-color: rgb(248 250 252 / 0.85);
}

.caret-slate-50\/90 {
  caret-color: rgb(248 250 252 / 0.9);
}

.caret-slate-50\/95 {
  caret-color: rgb(248 250 252 / 0.95);
}

.caret-slate-500 {
  caret-color: #64748b;
}

.caret-slate-500\/0 {
  caret-color: rgb(100 116 139 / 0);
}

.caret-slate-500\/10 {
  caret-color: rgb(100 116 139 / 0.1);
}

.caret-slate-500\/100 {
  caret-color: rgb(100 116 139 / 1);
}

.caret-slate-500\/15 {
  caret-color: rgb(100 116 139 / 0.15);
}

.caret-slate-500\/20 {
  caret-color: rgb(100 116 139 / 0.2);
}

.caret-slate-500\/25 {
  caret-color: rgb(100 116 139 / 0.25);
}

.caret-slate-500\/30 {
  caret-color: rgb(100 116 139 / 0.3);
}

.caret-slate-500\/35 {
  caret-color: rgb(100 116 139 / 0.35);
}

.caret-slate-500\/40 {
  caret-color: rgb(100 116 139 / 0.4);
}

.caret-slate-500\/45 {
  caret-color: rgb(100 116 139 / 0.45);
}

.caret-slate-500\/5 {
  caret-color: rgb(100 116 139 / 0.05);
}

.caret-slate-500\/50 {
  caret-color: rgb(100 116 139 / 0.5);
}

.caret-slate-500\/55 {
  caret-color: rgb(100 116 139 / 0.55);
}

.caret-slate-500\/60 {
  caret-color: rgb(100 116 139 / 0.6);
}

.caret-slate-500\/65 {
  caret-color: rgb(100 116 139 / 0.65);
}

.caret-slate-500\/70 {
  caret-color: rgb(100 116 139 / 0.7);
}

.caret-slate-500\/75 {
  caret-color: rgb(100 116 139 / 0.75);
}

.caret-slate-500\/80 {
  caret-color: rgb(100 116 139 / 0.8);
}

.caret-slate-500\/85 {
  caret-color: rgb(100 116 139 / 0.85);
}

.caret-slate-500\/90 {
  caret-color: rgb(100 116 139 / 0.9);
}

.caret-slate-500\/95 {
  caret-color: rgb(100 116 139 / 0.95);
}

.caret-slate-600 {
  caret-color: #475569;
}

.caret-slate-600\/0 {
  caret-color: rgb(71 85 105 / 0);
}

.caret-slate-600\/10 {
  caret-color: rgb(71 85 105 / 0.1);
}

.caret-slate-600\/100 {
  caret-color: rgb(71 85 105 / 1);
}

.caret-slate-600\/15 {
  caret-color: rgb(71 85 105 / 0.15);
}

.caret-slate-600\/20 {
  caret-color: rgb(71 85 105 / 0.2);
}

.caret-slate-600\/25 {
  caret-color: rgb(71 85 105 / 0.25);
}

.caret-slate-600\/30 {
  caret-color: rgb(71 85 105 / 0.3);
}

.caret-slate-600\/35 {
  caret-color: rgb(71 85 105 / 0.35);
}

.caret-slate-600\/40 {
  caret-color: rgb(71 85 105 / 0.4);
}

.caret-slate-600\/45 {
  caret-color: rgb(71 85 105 / 0.45);
}

.caret-slate-600\/5 {
  caret-color: rgb(71 85 105 / 0.05);
}

.caret-slate-600\/50 {
  caret-color: rgb(71 85 105 / 0.5);
}

.caret-slate-600\/55 {
  caret-color: rgb(71 85 105 / 0.55);
}

.caret-slate-600\/60 {
  caret-color: rgb(71 85 105 / 0.6);
}

.caret-slate-600\/65 {
  caret-color: rgb(71 85 105 / 0.65);
}

.caret-slate-600\/70 {
  caret-color: rgb(71 85 105 / 0.7);
}

.caret-slate-600\/75 {
  caret-color: rgb(71 85 105 / 0.75);
}

.caret-slate-600\/80 {
  caret-color: rgb(71 85 105 / 0.8);
}

.caret-slate-600\/85 {
  caret-color: rgb(71 85 105 / 0.85);
}

.caret-slate-600\/90 {
  caret-color: rgb(71 85 105 / 0.9);
}

.caret-slate-600\/95 {
  caret-color: rgb(71 85 105 / 0.95);
}

.caret-slate-700 {
  caret-color: #334155;
}

.caret-slate-700\/0 {
  caret-color: rgb(51 65 85 / 0);
}

.caret-slate-700\/10 {
  caret-color: rgb(51 65 85 / 0.1);
}

.caret-slate-700\/100 {
  caret-color: rgb(51 65 85 / 1);
}

.caret-slate-700\/15 {
  caret-color: rgb(51 65 85 / 0.15);
}

.caret-slate-700\/20 {
  caret-color: rgb(51 65 85 / 0.2);
}

.caret-slate-700\/25 {
  caret-color: rgb(51 65 85 / 0.25);
}

.caret-slate-700\/30 {
  caret-color: rgb(51 65 85 / 0.3);
}

.caret-slate-700\/35 {
  caret-color: rgb(51 65 85 / 0.35);
}

.caret-slate-700\/40 {
  caret-color: rgb(51 65 85 / 0.4);
}

.caret-slate-700\/45 {
  caret-color: rgb(51 65 85 / 0.45);
}

.caret-slate-700\/5 {
  caret-color: rgb(51 65 85 / 0.05);
}

.caret-slate-700\/50 {
  caret-color: rgb(51 65 85 / 0.5);
}

.caret-slate-700\/55 {
  caret-color: rgb(51 65 85 / 0.55);
}

.caret-slate-700\/60 {
  caret-color: rgb(51 65 85 / 0.6);
}

.caret-slate-700\/65 {
  caret-color: rgb(51 65 85 / 0.65);
}

.caret-slate-700\/70 {
  caret-color: rgb(51 65 85 / 0.7);
}

.caret-slate-700\/75 {
  caret-color: rgb(51 65 85 / 0.75);
}

.caret-slate-700\/80 {
  caret-color: rgb(51 65 85 / 0.8);
}

.caret-slate-700\/85 {
  caret-color: rgb(51 65 85 / 0.85);
}

.caret-slate-700\/90 {
  caret-color: rgb(51 65 85 / 0.9);
}

.caret-slate-700\/95 {
  caret-color: rgb(51 65 85 / 0.95);
}

.caret-slate-800 {
  caret-color: #1e293b;
}

.caret-slate-800\/0 {
  caret-color: rgb(30 41 59 / 0);
}

.caret-slate-800\/10 {
  caret-color: rgb(30 41 59 / 0.1);
}

.caret-slate-800\/100 {
  caret-color: rgb(30 41 59 / 1);
}

.caret-slate-800\/15 {
  caret-color: rgb(30 41 59 / 0.15);
}

.caret-slate-800\/20 {
  caret-color: rgb(30 41 59 / 0.2);
}

.caret-slate-800\/25 {
  caret-color: rgb(30 41 59 / 0.25);
}

.caret-slate-800\/30 {
  caret-color: rgb(30 41 59 / 0.3);
}

.caret-slate-800\/35 {
  caret-color: rgb(30 41 59 / 0.35);
}

.caret-slate-800\/40 {
  caret-color: rgb(30 41 59 / 0.4);
}

.caret-slate-800\/45 {
  caret-color: rgb(30 41 59 / 0.45);
}

.caret-slate-800\/5 {
  caret-color: rgb(30 41 59 / 0.05);
}

.caret-slate-800\/50 {
  caret-color: rgb(30 41 59 / 0.5);
}

.caret-slate-800\/55 {
  caret-color: rgb(30 41 59 / 0.55);
}

.caret-slate-800\/60 {
  caret-color: rgb(30 41 59 / 0.6);
}

.caret-slate-800\/65 {
  caret-color: rgb(30 41 59 / 0.65);
}

.caret-slate-800\/70 {
  caret-color: rgb(30 41 59 / 0.7);
}

.caret-slate-800\/75 {
  caret-color: rgb(30 41 59 / 0.75);
}

.caret-slate-800\/80 {
  caret-color: rgb(30 41 59 / 0.8);
}

.caret-slate-800\/85 {
  caret-color: rgb(30 41 59 / 0.85);
}

.caret-slate-800\/90 {
  caret-color: rgb(30 41 59 / 0.9);
}

.caret-slate-800\/95 {
  caret-color: rgb(30 41 59 / 0.95);
}

.caret-slate-900 {
  caret-color: #0f172a;
}

.caret-slate-900\/0 {
  caret-color: rgb(15 23 42 / 0);
}

.caret-slate-900\/10 {
  caret-color: rgb(15 23 42 / 0.1);
}

.caret-slate-900\/100 {
  caret-color: rgb(15 23 42 / 1);
}

.caret-slate-900\/15 {
  caret-color: rgb(15 23 42 / 0.15);
}

.caret-slate-900\/20 {
  caret-color: rgb(15 23 42 / 0.2);
}

.caret-slate-900\/25 {
  caret-color: rgb(15 23 42 / 0.25);
}

.caret-slate-900\/30 {
  caret-color: rgb(15 23 42 / 0.3);
}

.caret-slate-900\/35 {
  caret-color: rgb(15 23 42 / 0.35);
}

.caret-slate-900\/40 {
  caret-color: rgb(15 23 42 / 0.4);
}

.caret-slate-900\/45 {
  caret-color: rgb(15 23 42 / 0.45);
}

.caret-slate-900\/5 {
  caret-color: rgb(15 23 42 / 0.05);
}

.caret-slate-900\/50 {
  caret-color: rgb(15 23 42 / 0.5);
}

.caret-slate-900\/55 {
  caret-color: rgb(15 23 42 / 0.55);
}

.caret-slate-900\/60 {
  caret-color: rgb(15 23 42 / 0.6);
}

.caret-slate-900\/65 {
  caret-color: rgb(15 23 42 / 0.65);
}

.caret-slate-900\/70 {
  caret-color: rgb(15 23 42 / 0.7);
}

.caret-slate-900\/75 {
  caret-color: rgb(15 23 42 / 0.75);
}

.caret-slate-900\/80 {
  caret-color: rgb(15 23 42 / 0.8);
}

.caret-slate-900\/85 {
  caret-color: rgb(15 23 42 / 0.85);
}

.caret-slate-900\/90 {
  caret-color: rgb(15 23 42 / 0.9);
}

.caret-slate-900\/95 {
  caret-color: rgb(15 23 42 / 0.95);
}

.caret-slate-950 {
  caret-color: #020617;
}

.caret-slate-950\/0 {
  caret-color: rgb(2 6 23 / 0);
}

.caret-slate-950\/10 {
  caret-color: rgb(2 6 23 / 0.1);
}

.caret-slate-950\/100 {
  caret-color: rgb(2 6 23 / 1);
}

.caret-slate-950\/15 {
  caret-color: rgb(2 6 23 / 0.15);
}

.caret-slate-950\/20 {
  caret-color: rgb(2 6 23 / 0.2);
}

.caret-slate-950\/25 {
  caret-color: rgb(2 6 23 / 0.25);
}

.caret-slate-950\/30 {
  caret-color: rgb(2 6 23 / 0.3);
}

.caret-slate-950\/35 {
  caret-color: rgb(2 6 23 / 0.35);
}

.caret-slate-950\/40 {
  caret-color: rgb(2 6 23 / 0.4);
}

.caret-slate-950\/45 {
  caret-color: rgb(2 6 23 / 0.45);
}

.caret-slate-950\/5 {
  caret-color: rgb(2 6 23 / 0.05);
}

.caret-slate-950\/50 {
  caret-color: rgb(2 6 23 / 0.5);
}

.caret-slate-950\/55 {
  caret-color: rgb(2 6 23 / 0.55);
}

.caret-slate-950\/60 {
  caret-color: rgb(2 6 23 / 0.6);
}

.caret-slate-950\/65 {
  caret-color: rgb(2 6 23 / 0.65);
}

.caret-slate-950\/70 {
  caret-color: rgb(2 6 23 / 0.7);
}

.caret-slate-950\/75 {
  caret-color: rgb(2 6 23 / 0.75);
}

.caret-slate-950\/80 {
  caret-color: rgb(2 6 23 / 0.8);
}

.caret-slate-950\/85 {
  caret-color: rgb(2 6 23 / 0.85);
}

.caret-slate-950\/90 {
  caret-color: rgb(2 6 23 / 0.9);
}

.caret-slate-950\/95 {
  caret-color: rgb(2 6 23 / 0.95);
}

.caret-stone-100 {
  caret-color: #f5f5f4;
}

.caret-stone-100\/0 {
  caret-color: rgb(245 245 244 / 0);
}

.caret-stone-100\/10 {
  caret-color: rgb(245 245 244 / 0.1);
}

.caret-stone-100\/100 {
  caret-color: rgb(245 245 244 / 1);
}

.caret-stone-100\/15 {
  caret-color: rgb(245 245 244 / 0.15);
}

.caret-stone-100\/20 {
  caret-color: rgb(245 245 244 / 0.2);
}

.caret-stone-100\/25 {
  caret-color: rgb(245 245 244 / 0.25);
}

.caret-stone-100\/30 {
  caret-color: rgb(245 245 244 / 0.3);
}

.caret-stone-100\/35 {
  caret-color: rgb(245 245 244 / 0.35);
}

.caret-stone-100\/40 {
  caret-color: rgb(245 245 244 / 0.4);
}

.caret-stone-100\/45 {
  caret-color: rgb(245 245 244 / 0.45);
}

.caret-stone-100\/5 {
  caret-color: rgb(245 245 244 / 0.05);
}

.caret-stone-100\/50 {
  caret-color: rgb(245 245 244 / 0.5);
}

.caret-stone-100\/55 {
  caret-color: rgb(245 245 244 / 0.55);
}

.caret-stone-100\/60 {
  caret-color: rgb(245 245 244 / 0.6);
}

.caret-stone-100\/65 {
  caret-color: rgb(245 245 244 / 0.65);
}

.caret-stone-100\/70 {
  caret-color: rgb(245 245 244 / 0.7);
}

.caret-stone-100\/75 {
  caret-color: rgb(245 245 244 / 0.75);
}

.caret-stone-100\/80 {
  caret-color: rgb(245 245 244 / 0.8);
}

.caret-stone-100\/85 {
  caret-color: rgb(245 245 244 / 0.85);
}

.caret-stone-100\/90 {
  caret-color: rgb(245 245 244 / 0.9);
}

.caret-stone-100\/95 {
  caret-color: rgb(245 245 244 / 0.95);
}

.caret-stone-200 {
  caret-color: #e7e5e4;
}

.caret-stone-200\/0 {
  caret-color: rgb(231 229 228 / 0);
}

.caret-stone-200\/10 {
  caret-color: rgb(231 229 228 / 0.1);
}

.caret-stone-200\/100 {
  caret-color: rgb(231 229 228 / 1);
}

.caret-stone-200\/15 {
  caret-color: rgb(231 229 228 / 0.15);
}

.caret-stone-200\/20 {
  caret-color: rgb(231 229 228 / 0.2);
}

.caret-stone-200\/25 {
  caret-color: rgb(231 229 228 / 0.25);
}

.caret-stone-200\/30 {
  caret-color: rgb(231 229 228 / 0.3);
}

.caret-stone-200\/35 {
  caret-color: rgb(231 229 228 / 0.35);
}

.caret-stone-200\/40 {
  caret-color: rgb(231 229 228 / 0.4);
}

.caret-stone-200\/45 {
  caret-color: rgb(231 229 228 / 0.45);
}

.caret-stone-200\/5 {
  caret-color: rgb(231 229 228 / 0.05);
}

.caret-stone-200\/50 {
  caret-color: rgb(231 229 228 / 0.5);
}

.caret-stone-200\/55 {
  caret-color: rgb(231 229 228 / 0.55);
}

.caret-stone-200\/60 {
  caret-color: rgb(231 229 228 / 0.6);
}

.caret-stone-200\/65 {
  caret-color: rgb(231 229 228 / 0.65);
}

.caret-stone-200\/70 {
  caret-color: rgb(231 229 228 / 0.7);
}

.caret-stone-200\/75 {
  caret-color: rgb(231 229 228 / 0.75);
}

.caret-stone-200\/80 {
  caret-color: rgb(231 229 228 / 0.8);
}

.caret-stone-200\/85 {
  caret-color: rgb(231 229 228 / 0.85);
}

.caret-stone-200\/90 {
  caret-color: rgb(231 229 228 / 0.9);
}

.caret-stone-200\/95 {
  caret-color: rgb(231 229 228 / 0.95);
}

.caret-stone-300 {
  caret-color: #d6d3d1;
}

.caret-stone-300\/0 {
  caret-color: rgb(214 211 209 / 0);
}

.caret-stone-300\/10 {
  caret-color: rgb(214 211 209 / 0.1);
}

.caret-stone-300\/100 {
  caret-color: rgb(214 211 209 / 1);
}

.caret-stone-300\/15 {
  caret-color: rgb(214 211 209 / 0.15);
}

.caret-stone-300\/20 {
  caret-color: rgb(214 211 209 / 0.2);
}

.caret-stone-300\/25 {
  caret-color: rgb(214 211 209 / 0.25);
}

.caret-stone-300\/30 {
  caret-color: rgb(214 211 209 / 0.3);
}

.caret-stone-300\/35 {
  caret-color: rgb(214 211 209 / 0.35);
}

.caret-stone-300\/40 {
  caret-color: rgb(214 211 209 / 0.4);
}

.caret-stone-300\/45 {
  caret-color: rgb(214 211 209 / 0.45);
}

.caret-stone-300\/5 {
  caret-color: rgb(214 211 209 / 0.05);
}

.caret-stone-300\/50 {
  caret-color: rgb(214 211 209 / 0.5);
}

.caret-stone-300\/55 {
  caret-color: rgb(214 211 209 / 0.55);
}

.caret-stone-300\/60 {
  caret-color: rgb(214 211 209 / 0.6);
}

.caret-stone-300\/65 {
  caret-color: rgb(214 211 209 / 0.65);
}

.caret-stone-300\/70 {
  caret-color: rgb(214 211 209 / 0.7);
}

.caret-stone-300\/75 {
  caret-color: rgb(214 211 209 / 0.75);
}

.caret-stone-300\/80 {
  caret-color: rgb(214 211 209 / 0.8);
}

.caret-stone-300\/85 {
  caret-color: rgb(214 211 209 / 0.85);
}

.caret-stone-300\/90 {
  caret-color: rgb(214 211 209 / 0.9);
}

.caret-stone-300\/95 {
  caret-color: rgb(214 211 209 / 0.95);
}

.caret-stone-400 {
  caret-color: #a8a29e;
}

.caret-stone-400\/0 {
  caret-color: rgb(168 162 158 / 0);
}

.caret-stone-400\/10 {
  caret-color: rgb(168 162 158 / 0.1);
}

.caret-stone-400\/100 {
  caret-color: rgb(168 162 158 / 1);
}

.caret-stone-400\/15 {
  caret-color: rgb(168 162 158 / 0.15);
}

.caret-stone-400\/20 {
  caret-color: rgb(168 162 158 / 0.2);
}

.caret-stone-400\/25 {
  caret-color: rgb(168 162 158 / 0.25);
}

.caret-stone-400\/30 {
  caret-color: rgb(168 162 158 / 0.3);
}

.caret-stone-400\/35 {
  caret-color: rgb(168 162 158 / 0.35);
}

.caret-stone-400\/40 {
  caret-color: rgb(168 162 158 / 0.4);
}

.caret-stone-400\/45 {
  caret-color: rgb(168 162 158 / 0.45);
}

.caret-stone-400\/5 {
  caret-color: rgb(168 162 158 / 0.05);
}

.caret-stone-400\/50 {
  caret-color: rgb(168 162 158 / 0.5);
}

.caret-stone-400\/55 {
  caret-color: rgb(168 162 158 / 0.55);
}

.caret-stone-400\/60 {
  caret-color: rgb(168 162 158 / 0.6);
}

.caret-stone-400\/65 {
  caret-color: rgb(168 162 158 / 0.65);
}

.caret-stone-400\/70 {
  caret-color: rgb(168 162 158 / 0.7);
}

.caret-stone-400\/75 {
  caret-color: rgb(168 162 158 / 0.75);
}

.caret-stone-400\/80 {
  caret-color: rgb(168 162 158 / 0.8);
}

.caret-stone-400\/85 {
  caret-color: rgb(168 162 158 / 0.85);
}

.caret-stone-400\/90 {
  caret-color: rgb(168 162 158 / 0.9);
}

.caret-stone-400\/95 {
  caret-color: rgb(168 162 158 / 0.95);
}

.caret-stone-50 {
  caret-color: #fafaf9;
}

.caret-stone-50\/0 {
  caret-color: rgb(250 250 249 / 0);
}

.caret-stone-50\/10 {
  caret-color: rgb(250 250 249 / 0.1);
}

.caret-stone-50\/100 {
  caret-color: rgb(250 250 249 / 1);
}

.caret-stone-50\/15 {
  caret-color: rgb(250 250 249 / 0.15);
}

.caret-stone-50\/20 {
  caret-color: rgb(250 250 249 / 0.2);
}

.caret-stone-50\/25 {
  caret-color: rgb(250 250 249 / 0.25);
}

.caret-stone-50\/30 {
  caret-color: rgb(250 250 249 / 0.3);
}

.caret-stone-50\/35 {
  caret-color: rgb(250 250 249 / 0.35);
}

.caret-stone-50\/40 {
  caret-color: rgb(250 250 249 / 0.4);
}

.caret-stone-50\/45 {
  caret-color: rgb(250 250 249 / 0.45);
}

.caret-stone-50\/5 {
  caret-color: rgb(250 250 249 / 0.05);
}

.caret-stone-50\/50 {
  caret-color: rgb(250 250 249 / 0.5);
}

.caret-stone-50\/55 {
  caret-color: rgb(250 250 249 / 0.55);
}

.caret-stone-50\/60 {
  caret-color: rgb(250 250 249 / 0.6);
}

.caret-stone-50\/65 {
  caret-color: rgb(250 250 249 / 0.65);
}

.caret-stone-50\/70 {
  caret-color: rgb(250 250 249 / 0.7);
}

.caret-stone-50\/75 {
  caret-color: rgb(250 250 249 / 0.75);
}

.caret-stone-50\/80 {
  caret-color: rgb(250 250 249 / 0.8);
}

.caret-stone-50\/85 {
  caret-color: rgb(250 250 249 / 0.85);
}

.caret-stone-50\/90 {
  caret-color: rgb(250 250 249 / 0.9);
}

.caret-stone-50\/95 {
  caret-color: rgb(250 250 249 / 0.95);
}

.caret-stone-500 {
  caret-color: #78716c;
}

.caret-stone-500\/0 {
  caret-color: rgb(120 113 108 / 0);
}

.caret-stone-500\/10 {
  caret-color: rgb(120 113 108 / 0.1);
}

.caret-stone-500\/100 {
  caret-color: rgb(120 113 108 / 1);
}

.caret-stone-500\/15 {
  caret-color: rgb(120 113 108 / 0.15);
}

.caret-stone-500\/20 {
  caret-color: rgb(120 113 108 / 0.2);
}

.caret-stone-500\/25 {
  caret-color: rgb(120 113 108 / 0.25);
}

.caret-stone-500\/30 {
  caret-color: rgb(120 113 108 / 0.3);
}

.caret-stone-500\/35 {
  caret-color: rgb(120 113 108 / 0.35);
}

.caret-stone-500\/40 {
  caret-color: rgb(120 113 108 / 0.4);
}

.caret-stone-500\/45 {
  caret-color: rgb(120 113 108 / 0.45);
}

.caret-stone-500\/5 {
  caret-color: rgb(120 113 108 / 0.05);
}

.caret-stone-500\/50 {
  caret-color: rgb(120 113 108 / 0.5);
}

.caret-stone-500\/55 {
  caret-color: rgb(120 113 108 / 0.55);
}

.caret-stone-500\/60 {
  caret-color: rgb(120 113 108 / 0.6);
}

.caret-stone-500\/65 {
  caret-color: rgb(120 113 108 / 0.65);
}

.caret-stone-500\/70 {
  caret-color: rgb(120 113 108 / 0.7);
}

.caret-stone-500\/75 {
  caret-color: rgb(120 113 108 / 0.75);
}

.caret-stone-500\/80 {
  caret-color: rgb(120 113 108 / 0.8);
}

.caret-stone-500\/85 {
  caret-color: rgb(120 113 108 / 0.85);
}

.caret-stone-500\/90 {
  caret-color: rgb(120 113 108 / 0.9);
}

.caret-stone-500\/95 {
  caret-color: rgb(120 113 108 / 0.95);
}

.caret-stone-600 {
  caret-color: #57534e;
}

.caret-stone-600\/0 {
  caret-color: rgb(87 83 78 / 0);
}

.caret-stone-600\/10 {
  caret-color: rgb(87 83 78 / 0.1);
}

.caret-stone-600\/100 {
  caret-color: rgb(87 83 78 / 1);
}

.caret-stone-600\/15 {
  caret-color: rgb(87 83 78 / 0.15);
}

.caret-stone-600\/20 {
  caret-color: rgb(87 83 78 / 0.2);
}

.caret-stone-600\/25 {
  caret-color: rgb(87 83 78 / 0.25);
}

.caret-stone-600\/30 {
  caret-color: rgb(87 83 78 / 0.3);
}

.caret-stone-600\/35 {
  caret-color: rgb(87 83 78 / 0.35);
}

.caret-stone-600\/40 {
  caret-color: rgb(87 83 78 / 0.4);
}

.caret-stone-600\/45 {
  caret-color: rgb(87 83 78 / 0.45);
}

.caret-stone-600\/5 {
  caret-color: rgb(87 83 78 / 0.05);
}

.caret-stone-600\/50 {
  caret-color: rgb(87 83 78 / 0.5);
}

.caret-stone-600\/55 {
  caret-color: rgb(87 83 78 / 0.55);
}

.caret-stone-600\/60 {
  caret-color: rgb(87 83 78 / 0.6);
}

.caret-stone-600\/65 {
  caret-color: rgb(87 83 78 / 0.65);
}

.caret-stone-600\/70 {
  caret-color: rgb(87 83 78 / 0.7);
}

.caret-stone-600\/75 {
  caret-color: rgb(87 83 78 / 0.75);
}

.caret-stone-600\/80 {
  caret-color: rgb(87 83 78 / 0.8);
}

.caret-stone-600\/85 {
  caret-color: rgb(87 83 78 / 0.85);
}

.caret-stone-600\/90 {
  caret-color: rgb(87 83 78 / 0.9);
}

.caret-stone-600\/95 {
  caret-color: rgb(87 83 78 / 0.95);
}

.caret-stone-700 {
  caret-color: #44403c;
}

.caret-stone-700\/0 {
  caret-color: rgb(68 64 60 / 0);
}

.caret-stone-700\/10 {
  caret-color: rgb(68 64 60 / 0.1);
}

.caret-stone-700\/100 {
  caret-color: rgb(68 64 60 / 1);
}

.caret-stone-700\/15 {
  caret-color: rgb(68 64 60 / 0.15);
}

.caret-stone-700\/20 {
  caret-color: rgb(68 64 60 / 0.2);
}

.caret-stone-700\/25 {
  caret-color: rgb(68 64 60 / 0.25);
}

.caret-stone-700\/30 {
  caret-color: rgb(68 64 60 / 0.3);
}

.caret-stone-700\/35 {
  caret-color: rgb(68 64 60 / 0.35);
}

.caret-stone-700\/40 {
  caret-color: rgb(68 64 60 / 0.4);
}

.caret-stone-700\/45 {
  caret-color: rgb(68 64 60 / 0.45);
}

.caret-stone-700\/5 {
  caret-color: rgb(68 64 60 / 0.05);
}

.caret-stone-700\/50 {
  caret-color: rgb(68 64 60 / 0.5);
}

.caret-stone-700\/55 {
  caret-color: rgb(68 64 60 / 0.55);
}

.caret-stone-700\/60 {
  caret-color: rgb(68 64 60 / 0.6);
}

.caret-stone-700\/65 {
  caret-color: rgb(68 64 60 / 0.65);
}

.caret-stone-700\/70 {
  caret-color: rgb(68 64 60 / 0.7);
}

.caret-stone-700\/75 {
  caret-color: rgb(68 64 60 / 0.75);
}

.caret-stone-700\/80 {
  caret-color: rgb(68 64 60 / 0.8);
}

.caret-stone-700\/85 {
  caret-color: rgb(68 64 60 / 0.85);
}

.caret-stone-700\/90 {
  caret-color: rgb(68 64 60 / 0.9);
}

.caret-stone-700\/95 {
  caret-color: rgb(68 64 60 / 0.95);
}

.caret-stone-800 {
  caret-color: #292524;
}

.caret-stone-800\/0 {
  caret-color: rgb(41 37 36 / 0);
}

.caret-stone-800\/10 {
  caret-color: rgb(41 37 36 / 0.1);
}

.caret-stone-800\/100 {
  caret-color: rgb(41 37 36 / 1);
}

.caret-stone-800\/15 {
  caret-color: rgb(41 37 36 / 0.15);
}

.caret-stone-800\/20 {
  caret-color: rgb(41 37 36 / 0.2);
}

.caret-stone-800\/25 {
  caret-color: rgb(41 37 36 / 0.25);
}

.caret-stone-800\/30 {
  caret-color: rgb(41 37 36 / 0.3);
}

.caret-stone-800\/35 {
  caret-color: rgb(41 37 36 / 0.35);
}

.caret-stone-800\/40 {
  caret-color: rgb(41 37 36 / 0.4);
}

.caret-stone-800\/45 {
  caret-color: rgb(41 37 36 / 0.45);
}

.caret-stone-800\/5 {
  caret-color: rgb(41 37 36 / 0.05);
}

.caret-stone-800\/50 {
  caret-color: rgb(41 37 36 / 0.5);
}

.caret-stone-800\/55 {
  caret-color: rgb(41 37 36 / 0.55);
}

.caret-stone-800\/60 {
  caret-color: rgb(41 37 36 / 0.6);
}

.caret-stone-800\/65 {
  caret-color: rgb(41 37 36 / 0.65);
}

.caret-stone-800\/70 {
  caret-color: rgb(41 37 36 / 0.7);
}

.caret-stone-800\/75 {
  caret-color: rgb(41 37 36 / 0.75);
}

.caret-stone-800\/80 {
  caret-color: rgb(41 37 36 / 0.8);
}

.caret-stone-800\/85 {
  caret-color: rgb(41 37 36 / 0.85);
}

.caret-stone-800\/90 {
  caret-color: rgb(41 37 36 / 0.9);
}

.caret-stone-800\/95 {
  caret-color: rgb(41 37 36 / 0.95);
}

.caret-stone-900 {
  caret-color: #1c1917;
}

.caret-stone-900\/0 {
  caret-color: rgb(28 25 23 / 0);
}

.caret-stone-900\/10 {
  caret-color: rgb(28 25 23 / 0.1);
}

.caret-stone-900\/100 {
  caret-color: rgb(28 25 23 / 1);
}

.caret-stone-900\/15 {
  caret-color: rgb(28 25 23 / 0.15);
}

.caret-stone-900\/20 {
  caret-color: rgb(28 25 23 / 0.2);
}

.caret-stone-900\/25 {
  caret-color: rgb(28 25 23 / 0.25);
}

.caret-stone-900\/30 {
  caret-color: rgb(28 25 23 / 0.3);
}

.caret-stone-900\/35 {
  caret-color: rgb(28 25 23 / 0.35);
}

.caret-stone-900\/40 {
  caret-color: rgb(28 25 23 / 0.4);
}

.caret-stone-900\/45 {
  caret-color: rgb(28 25 23 / 0.45);
}

.caret-stone-900\/5 {
  caret-color: rgb(28 25 23 / 0.05);
}

.caret-stone-900\/50 {
  caret-color: rgb(28 25 23 / 0.5);
}

.caret-stone-900\/55 {
  caret-color: rgb(28 25 23 / 0.55);
}

.caret-stone-900\/60 {
  caret-color: rgb(28 25 23 / 0.6);
}

.caret-stone-900\/65 {
  caret-color: rgb(28 25 23 / 0.65);
}

.caret-stone-900\/70 {
  caret-color: rgb(28 25 23 / 0.7);
}

.caret-stone-900\/75 {
  caret-color: rgb(28 25 23 / 0.75);
}

.caret-stone-900\/80 {
  caret-color: rgb(28 25 23 / 0.8);
}

.caret-stone-900\/85 {
  caret-color: rgb(28 25 23 / 0.85);
}

.caret-stone-900\/90 {
  caret-color: rgb(28 25 23 / 0.9);
}

.caret-stone-900\/95 {
  caret-color: rgb(28 25 23 / 0.95);
}

.caret-stone-950 {
  caret-color: #0c0a09;
}

.caret-stone-950\/0 {
  caret-color: rgb(12 10 9 / 0);
}

.caret-stone-950\/10 {
  caret-color: rgb(12 10 9 / 0.1);
}

.caret-stone-950\/100 {
  caret-color: rgb(12 10 9 / 1);
}

.caret-stone-950\/15 {
  caret-color: rgb(12 10 9 / 0.15);
}

.caret-stone-950\/20 {
  caret-color: rgb(12 10 9 / 0.2);
}

.caret-stone-950\/25 {
  caret-color: rgb(12 10 9 / 0.25);
}

.caret-stone-950\/30 {
  caret-color: rgb(12 10 9 / 0.3);
}

.caret-stone-950\/35 {
  caret-color: rgb(12 10 9 / 0.35);
}

.caret-stone-950\/40 {
  caret-color: rgb(12 10 9 / 0.4);
}

.caret-stone-950\/45 {
  caret-color: rgb(12 10 9 / 0.45);
}

.caret-stone-950\/5 {
  caret-color: rgb(12 10 9 / 0.05);
}

.caret-stone-950\/50 {
  caret-color: rgb(12 10 9 / 0.5);
}

.caret-stone-950\/55 {
  caret-color: rgb(12 10 9 / 0.55);
}

.caret-stone-950\/60 {
  caret-color: rgb(12 10 9 / 0.6);
}

.caret-stone-950\/65 {
  caret-color: rgb(12 10 9 / 0.65);
}

.caret-stone-950\/70 {
  caret-color: rgb(12 10 9 / 0.7);
}

.caret-stone-950\/75 {
  caret-color: rgb(12 10 9 / 0.75);
}

.caret-stone-950\/80 {
  caret-color: rgb(12 10 9 / 0.8);
}

.caret-stone-950\/85 {
  caret-color: rgb(12 10 9 / 0.85);
}

.caret-stone-950\/90 {
  caret-color: rgb(12 10 9 / 0.9);
}

.caret-stone-950\/95 {
  caret-color: rgb(12 10 9 / 0.95);
}

.caret-success {
  caret-color: var(--fallback-su,oklch(var(--su)/1));
}

.caret-success-content {
  caret-color: var(--fallback-suc,oklch(var(--suc)/1));
}

.caret-success-content\/0 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0));
}

.caret-success-content\/10 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.1));
}

.caret-success-content\/100 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/1));
}

.caret-success-content\/15 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.15));
}

.caret-success-content\/20 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.2));
}

.caret-success-content\/25 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.25));
}

.caret-success-content\/30 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.3));
}

.caret-success-content\/35 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.35));
}

.caret-success-content\/40 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.4));
}

.caret-success-content\/45 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.45));
}

.caret-success-content\/5 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.05));
}

.caret-success-content\/50 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.5));
}

.caret-success-content\/55 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.55));
}

.caret-success-content\/60 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.6));
}

.caret-success-content\/65 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.65));
}

.caret-success-content\/70 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.7));
}

.caret-success-content\/75 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.75));
}

.caret-success-content\/80 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.8));
}

.caret-success-content\/85 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.85));
}

.caret-success-content\/90 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.9));
}

.caret-success-content\/95 {
  caret-color: var(--fallback-suc,oklch(var(--suc)/0.95));
}

.caret-success\/0 {
  caret-color: var(--fallback-su,oklch(var(--su)/0));
}

.caret-success\/10 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.1));
}

.caret-success\/100 {
  caret-color: var(--fallback-su,oklch(var(--su)/1));
}

.caret-success\/15 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.15));
}

.caret-success\/20 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.2));
}

.caret-success\/25 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.25));
}

.caret-success\/30 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.3));
}

.caret-success\/35 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.35));
}

.caret-success\/40 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.4));
}

.caret-success\/45 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.45));
}

.caret-success\/5 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.05));
}

.caret-success\/50 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.5));
}

.caret-success\/55 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.55));
}

.caret-success\/60 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.6));
}

.caret-success\/65 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.65));
}

.caret-success\/70 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.7));
}

.caret-success\/75 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.75));
}

.caret-success\/80 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.8));
}

.caret-success\/85 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.85));
}

.caret-success\/90 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.9));
}

.caret-success\/95 {
  caret-color: var(--fallback-su,oklch(var(--su)/0.95));
}

.caret-teal-100 {
  caret-color: #ccfbf1;
}

.caret-teal-100\/0 {
  caret-color: rgb(204 251 241 / 0);
}

.caret-teal-100\/10 {
  caret-color: rgb(204 251 241 / 0.1);
}

.caret-teal-100\/100 {
  caret-color: rgb(204 251 241 / 1);
}

.caret-teal-100\/15 {
  caret-color: rgb(204 251 241 / 0.15);
}

.caret-teal-100\/20 {
  caret-color: rgb(204 251 241 / 0.2);
}

.caret-teal-100\/25 {
  caret-color: rgb(204 251 241 / 0.25);
}

.caret-teal-100\/30 {
  caret-color: rgb(204 251 241 / 0.3);
}

.caret-teal-100\/35 {
  caret-color: rgb(204 251 241 / 0.35);
}

.caret-teal-100\/40 {
  caret-color: rgb(204 251 241 / 0.4);
}

.caret-teal-100\/45 {
  caret-color: rgb(204 251 241 / 0.45);
}

.caret-teal-100\/5 {
  caret-color: rgb(204 251 241 / 0.05);
}

.caret-teal-100\/50 {
  caret-color: rgb(204 251 241 / 0.5);
}

.caret-teal-100\/55 {
  caret-color: rgb(204 251 241 / 0.55);
}

.caret-teal-100\/60 {
  caret-color: rgb(204 251 241 / 0.6);
}

.caret-teal-100\/65 {
  caret-color: rgb(204 251 241 / 0.65);
}

.caret-teal-100\/70 {
  caret-color: rgb(204 251 241 / 0.7);
}

.caret-teal-100\/75 {
  caret-color: rgb(204 251 241 / 0.75);
}

.caret-teal-100\/80 {
  caret-color: rgb(204 251 241 / 0.8);
}

.caret-teal-100\/85 {
  caret-color: rgb(204 251 241 / 0.85);
}

.caret-teal-100\/90 {
  caret-color: rgb(204 251 241 / 0.9);
}

.caret-teal-100\/95 {
  caret-color: rgb(204 251 241 / 0.95);
}

.caret-teal-200 {
  caret-color: #99f6e4;
}

.caret-teal-200\/0 {
  caret-color: rgb(153 246 228 / 0);
}

.caret-teal-200\/10 {
  caret-color: rgb(153 246 228 / 0.1);
}

.caret-teal-200\/100 {
  caret-color: rgb(153 246 228 / 1);
}

.caret-teal-200\/15 {
  caret-color: rgb(153 246 228 / 0.15);
}

.caret-teal-200\/20 {
  caret-color: rgb(153 246 228 / 0.2);
}

.caret-teal-200\/25 {
  caret-color: rgb(153 246 228 / 0.25);
}

.caret-teal-200\/30 {
  caret-color: rgb(153 246 228 / 0.3);
}

.caret-teal-200\/35 {
  caret-color: rgb(153 246 228 / 0.35);
}

.caret-teal-200\/40 {
  caret-color: rgb(153 246 228 / 0.4);
}

.caret-teal-200\/45 {
  caret-color: rgb(153 246 228 / 0.45);
}

.caret-teal-200\/5 {
  caret-color: rgb(153 246 228 / 0.05);
}

.caret-teal-200\/50 {
  caret-color: rgb(153 246 228 / 0.5);
}

.caret-teal-200\/55 {
  caret-color: rgb(153 246 228 / 0.55);
}

.caret-teal-200\/60 {
  caret-color: rgb(153 246 228 / 0.6);
}

.caret-teal-200\/65 {
  caret-color: rgb(153 246 228 / 0.65);
}

.caret-teal-200\/70 {
  caret-color: rgb(153 246 228 / 0.7);
}

.caret-teal-200\/75 {
  caret-color: rgb(153 246 228 / 0.75);
}

.caret-teal-200\/80 {
  caret-color: rgb(153 246 228 / 0.8);
}

.caret-teal-200\/85 {
  caret-color: rgb(153 246 228 / 0.85);
}

.caret-teal-200\/90 {
  caret-color: rgb(153 246 228 / 0.9);
}

.caret-teal-200\/95 {
  caret-color: rgb(153 246 228 / 0.95);
}

.caret-teal-300 {
  caret-color: #5eead4;
}

.caret-teal-300\/0 {
  caret-color: rgb(94 234 212 / 0);
}

.caret-teal-300\/10 {
  caret-color: rgb(94 234 212 / 0.1);
}

.caret-teal-300\/100 {
  caret-color: rgb(94 234 212 / 1);
}

.caret-teal-300\/15 {
  caret-color: rgb(94 234 212 / 0.15);
}

.caret-teal-300\/20 {
  caret-color: rgb(94 234 212 / 0.2);
}

.caret-teal-300\/25 {
  caret-color: rgb(94 234 212 / 0.25);
}

.caret-teal-300\/30 {
  caret-color: rgb(94 234 212 / 0.3);
}

.caret-teal-300\/35 {
  caret-color: rgb(94 234 212 / 0.35);
}

.caret-teal-300\/40 {
  caret-color: rgb(94 234 212 / 0.4);
}

.caret-teal-300\/45 {
  caret-color: rgb(94 234 212 / 0.45);
}

.caret-teal-300\/5 {
  caret-color: rgb(94 234 212 / 0.05);
}

.caret-teal-300\/50 {
  caret-color: rgb(94 234 212 / 0.5);
}

.caret-teal-300\/55 {
  caret-color: rgb(94 234 212 / 0.55);
}

.caret-teal-300\/60 {
  caret-color: rgb(94 234 212 / 0.6);
}

.caret-teal-300\/65 {
  caret-color: rgb(94 234 212 / 0.65);
}

.caret-teal-300\/70 {
  caret-color: rgb(94 234 212 / 0.7);
}

.caret-teal-300\/75 {
  caret-color: rgb(94 234 212 / 0.75);
}

.caret-teal-300\/80 {
  caret-color: rgb(94 234 212 / 0.8);
}

.caret-teal-300\/85 {
  caret-color: rgb(94 234 212 / 0.85);
}

.caret-teal-300\/90 {
  caret-color: rgb(94 234 212 / 0.9);
}

.caret-teal-300\/95 {
  caret-color: rgb(94 234 212 / 0.95);
}

.caret-teal-400 {
  caret-color: #2dd4bf;
}

.caret-teal-400\/0 {
  caret-color: rgb(45 212 191 / 0);
}

.caret-teal-400\/10 {
  caret-color: rgb(45 212 191 / 0.1);
}

.caret-teal-400\/100 {
  caret-color: rgb(45 212 191 / 1);
}

.caret-teal-400\/15 {
  caret-color: rgb(45 212 191 / 0.15);
}

.caret-teal-400\/20 {
  caret-color: rgb(45 212 191 / 0.2);
}

.caret-teal-400\/25 {
  caret-color: rgb(45 212 191 / 0.25);
}

.caret-teal-400\/30 {
  caret-color: rgb(45 212 191 / 0.3);
}

.caret-teal-400\/35 {
  caret-color: rgb(45 212 191 / 0.35);
}

.caret-teal-400\/40 {
  caret-color: rgb(45 212 191 / 0.4);
}

.caret-teal-400\/45 {
  caret-color: rgb(45 212 191 / 0.45);
}

.caret-teal-400\/5 {
  caret-color: rgb(45 212 191 / 0.05);
}

.caret-teal-400\/50 {
  caret-color: rgb(45 212 191 / 0.5);
}

.caret-teal-400\/55 {
  caret-color: rgb(45 212 191 / 0.55);
}

.caret-teal-400\/60 {
  caret-color: rgb(45 212 191 / 0.6);
}

.caret-teal-400\/65 {
  caret-color: rgb(45 212 191 / 0.65);
}

.caret-teal-400\/70 {
  caret-color: rgb(45 212 191 / 0.7);
}

.caret-teal-400\/75 {
  caret-color: rgb(45 212 191 / 0.75);
}

.caret-teal-400\/80 {
  caret-color: rgb(45 212 191 / 0.8);
}

.caret-teal-400\/85 {
  caret-color: rgb(45 212 191 / 0.85);
}

.caret-teal-400\/90 {
  caret-color: rgb(45 212 191 / 0.9);
}

.caret-teal-400\/95 {
  caret-color: rgb(45 212 191 / 0.95);
}

.caret-teal-50 {
  caret-color: #f0fdfa;
}

.caret-teal-50\/0 {
  caret-color: rgb(240 253 250 / 0);
}

.caret-teal-50\/10 {
  caret-color: rgb(240 253 250 / 0.1);
}

.caret-teal-50\/100 {
  caret-color: rgb(240 253 250 / 1);
}

.caret-teal-50\/15 {
  caret-color: rgb(240 253 250 / 0.15);
}

.caret-teal-50\/20 {
  caret-color: rgb(240 253 250 / 0.2);
}

.caret-teal-50\/25 {
  caret-color: rgb(240 253 250 / 0.25);
}

.caret-teal-50\/30 {
  caret-color: rgb(240 253 250 / 0.3);
}

.caret-teal-50\/35 {
  caret-color: rgb(240 253 250 / 0.35);
}

.caret-teal-50\/40 {
  caret-color: rgb(240 253 250 / 0.4);
}

.caret-teal-50\/45 {
  caret-color: rgb(240 253 250 / 0.45);
}

.caret-teal-50\/5 {
  caret-color: rgb(240 253 250 / 0.05);
}

.caret-teal-50\/50 {
  caret-color: rgb(240 253 250 / 0.5);
}

.caret-teal-50\/55 {
  caret-color: rgb(240 253 250 / 0.55);
}

.caret-teal-50\/60 {
  caret-color: rgb(240 253 250 / 0.6);
}

.caret-teal-50\/65 {
  caret-color: rgb(240 253 250 / 0.65);
}

.caret-teal-50\/70 {
  caret-color: rgb(240 253 250 / 0.7);
}

.caret-teal-50\/75 {
  caret-color: rgb(240 253 250 / 0.75);
}

.caret-teal-50\/80 {
  caret-color: rgb(240 253 250 / 0.8);
}

.caret-teal-50\/85 {
  caret-color: rgb(240 253 250 / 0.85);
}

.caret-teal-50\/90 {
  caret-color: rgb(240 253 250 / 0.9);
}

.caret-teal-50\/95 {
  caret-color: rgb(240 253 250 / 0.95);
}

.caret-teal-500 {
  caret-color: #14b8a6;
}

.caret-teal-500\/0 {
  caret-color: rgb(20 184 166 / 0);
}

.caret-teal-500\/10 {
  caret-color: rgb(20 184 166 / 0.1);
}

.caret-teal-500\/100 {
  caret-color: rgb(20 184 166 / 1);
}

.caret-teal-500\/15 {
  caret-color: rgb(20 184 166 / 0.15);
}

.caret-teal-500\/20 {
  caret-color: rgb(20 184 166 / 0.2);
}

.caret-teal-500\/25 {
  caret-color: rgb(20 184 166 / 0.25);
}

.caret-teal-500\/30 {
  caret-color: rgb(20 184 166 / 0.3);
}

.caret-teal-500\/35 {
  caret-color: rgb(20 184 166 / 0.35);
}

.caret-teal-500\/40 {
  caret-color: rgb(20 184 166 / 0.4);
}

.caret-teal-500\/45 {
  caret-color: rgb(20 184 166 / 0.45);
}

.caret-teal-500\/5 {
  caret-color: rgb(20 184 166 / 0.05);
}

.caret-teal-500\/50 {
  caret-color: rgb(20 184 166 / 0.5);
}

.caret-teal-500\/55 {
  caret-color: rgb(20 184 166 / 0.55);
}

.caret-teal-500\/60 {
  caret-color: rgb(20 184 166 / 0.6);
}

.caret-teal-500\/65 {
  caret-color: rgb(20 184 166 / 0.65);
}

.caret-teal-500\/70 {
  caret-color: rgb(20 184 166 / 0.7);
}

.caret-teal-500\/75 {
  caret-color: rgb(20 184 166 / 0.75);
}

.caret-teal-500\/80 {
  caret-color: rgb(20 184 166 / 0.8);
}

.caret-teal-500\/85 {
  caret-color: rgb(20 184 166 / 0.85);
}

.caret-teal-500\/90 {
  caret-color: rgb(20 184 166 / 0.9);
}

.caret-teal-500\/95 {
  caret-color: rgb(20 184 166 / 0.95);
}

.caret-teal-600 {
  caret-color: #0d9488;
}

.caret-teal-600\/0 {
  caret-color: rgb(13 148 136 / 0);
}

.caret-teal-600\/10 {
  caret-color: rgb(13 148 136 / 0.1);
}

.caret-teal-600\/100 {
  caret-color: rgb(13 148 136 / 1);
}

.caret-teal-600\/15 {
  caret-color: rgb(13 148 136 / 0.15);
}

.caret-teal-600\/20 {
  caret-color: rgb(13 148 136 / 0.2);
}

.caret-teal-600\/25 {
  caret-color: rgb(13 148 136 / 0.25);
}

.caret-teal-600\/30 {
  caret-color: rgb(13 148 136 / 0.3);
}

.caret-teal-600\/35 {
  caret-color: rgb(13 148 136 / 0.35);
}

.caret-teal-600\/40 {
  caret-color: rgb(13 148 136 / 0.4);
}

.caret-teal-600\/45 {
  caret-color: rgb(13 148 136 / 0.45);
}

.caret-teal-600\/5 {
  caret-color: rgb(13 148 136 / 0.05);
}

.caret-teal-600\/50 {
  caret-color: rgb(13 148 136 / 0.5);
}

.caret-teal-600\/55 {
  caret-color: rgb(13 148 136 / 0.55);
}

.caret-teal-600\/60 {
  caret-color: rgb(13 148 136 / 0.6);
}

.caret-teal-600\/65 {
  caret-color: rgb(13 148 136 / 0.65);
}

.caret-teal-600\/70 {
  caret-color: rgb(13 148 136 / 0.7);
}

.caret-teal-600\/75 {
  caret-color: rgb(13 148 136 / 0.75);
}

.caret-teal-600\/80 {
  caret-color: rgb(13 148 136 / 0.8);
}

.caret-teal-600\/85 {
  caret-color: rgb(13 148 136 / 0.85);
}

.caret-teal-600\/90 {
  caret-color: rgb(13 148 136 / 0.9);
}

.caret-teal-600\/95 {
  caret-color: rgb(13 148 136 / 0.95);
}

.caret-teal-700 {
  caret-color: #0f766e;
}

.caret-teal-700\/0 {
  caret-color: rgb(15 118 110 / 0);
}

.caret-teal-700\/10 {
  caret-color: rgb(15 118 110 / 0.1);
}

.caret-teal-700\/100 {
  caret-color: rgb(15 118 110 / 1);
}

.caret-teal-700\/15 {
  caret-color: rgb(15 118 110 / 0.15);
}

.caret-teal-700\/20 {
  caret-color: rgb(15 118 110 / 0.2);
}

.caret-teal-700\/25 {
  caret-color: rgb(15 118 110 / 0.25);
}

.caret-teal-700\/30 {
  caret-color: rgb(15 118 110 / 0.3);
}

.caret-teal-700\/35 {
  caret-color: rgb(15 118 110 / 0.35);
}

.caret-teal-700\/40 {
  caret-color: rgb(15 118 110 / 0.4);
}

.caret-teal-700\/45 {
  caret-color: rgb(15 118 110 / 0.45);
}

.caret-teal-700\/5 {
  caret-color: rgb(15 118 110 / 0.05);
}

.caret-teal-700\/50 {
  caret-color: rgb(15 118 110 / 0.5);
}

.caret-teal-700\/55 {
  caret-color: rgb(15 118 110 / 0.55);
}

.caret-teal-700\/60 {
  caret-color: rgb(15 118 110 / 0.6);
}

.caret-teal-700\/65 {
  caret-color: rgb(15 118 110 / 0.65);
}

.caret-teal-700\/70 {
  caret-color: rgb(15 118 110 / 0.7);
}

.caret-teal-700\/75 {
  caret-color: rgb(15 118 110 / 0.75);
}

.caret-teal-700\/80 {
  caret-color: rgb(15 118 110 / 0.8);
}

.caret-teal-700\/85 {
  caret-color: rgb(15 118 110 / 0.85);
}

.caret-teal-700\/90 {
  caret-color: rgb(15 118 110 / 0.9);
}

.caret-teal-700\/95 {
  caret-color: rgb(15 118 110 / 0.95);
}

.caret-teal-800 {
  caret-color: #115e59;
}

.caret-teal-800\/0 {
  caret-color: rgb(17 94 89 / 0);
}

.caret-teal-800\/10 {
  caret-color: rgb(17 94 89 / 0.1);
}

.caret-teal-800\/100 {
  caret-color: rgb(17 94 89 / 1);
}

.caret-teal-800\/15 {
  caret-color: rgb(17 94 89 / 0.15);
}

.caret-teal-800\/20 {
  caret-color: rgb(17 94 89 / 0.2);
}

.caret-teal-800\/25 {
  caret-color: rgb(17 94 89 / 0.25);
}

.caret-teal-800\/30 {
  caret-color: rgb(17 94 89 / 0.3);
}

.caret-teal-800\/35 {
  caret-color: rgb(17 94 89 / 0.35);
}

.caret-teal-800\/40 {
  caret-color: rgb(17 94 89 / 0.4);
}

.caret-teal-800\/45 {
  caret-color: rgb(17 94 89 / 0.45);
}

.caret-teal-800\/5 {
  caret-color: rgb(17 94 89 / 0.05);
}

.caret-teal-800\/50 {
  caret-color: rgb(17 94 89 / 0.5);
}

.caret-teal-800\/55 {
  caret-color: rgb(17 94 89 / 0.55);
}

.caret-teal-800\/60 {
  caret-color: rgb(17 94 89 / 0.6);
}

.caret-teal-800\/65 {
  caret-color: rgb(17 94 89 / 0.65);
}

.caret-teal-800\/70 {
  caret-color: rgb(17 94 89 / 0.7);
}

.caret-teal-800\/75 {
  caret-color: rgb(17 94 89 / 0.75);
}

.caret-teal-800\/80 {
  caret-color: rgb(17 94 89 / 0.8);
}

.caret-teal-800\/85 {
  caret-color: rgb(17 94 89 / 0.85);
}

.caret-teal-800\/90 {
  caret-color: rgb(17 94 89 / 0.9);
}

.caret-teal-800\/95 {
  caret-color: rgb(17 94 89 / 0.95);
}

.caret-teal-900 {
  caret-color: #134e4a;
}

.caret-teal-900\/0 {
  caret-color: rgb(19 78 74 / 0);
}

.caret-teal-900\/10 {
  caret-color: rgb(19 78 74 / 0.1);
}

.caret-teal-900\/100 {
  caret-color: rgb(19 78 74 / 1);
}

.caret-teal-900\/15 {
  caret-color: rgb(19 78 74 / 0.15);
}

.caret-teal-900\/20 {
  caret-color: rgb(19 78 74 / 0.2);
}

.caret-teal-900\/25 {
  caret-color: rgb(19 78 74 / 0.25);
}

.caret-teal-900\/30 {
  caret-color: rgb(19 78 74 / 0.3);
}

.caret-teal-900\/35 {
  caret-color: rgb(19 78 74 / 0.35);
}

.caret-teal-900\/40 {
  caret-color: rgb(19 78 74 / 0.4);
}

.caret-teal-900\/45 {
  caret-color: rgb(19 78 74 / 0.45);
}

.caret-teal-900\/5 {
  caret-color: rgb(19 78 74 / 0.05);
}

.caret-teal-900\/50 {
  caret-color: rgb(19 78 74 / 0.5);
}

.caret-teal-900\/55 {
  caret-color: rgb(19 78 74 / 0.55);
}

.caret-teal-900\/60 {
  caret-color: rgb(19 78 74 / 0.6);
}

.caret-teal-900\/65 {
  caret-color: rgb(19 78 74 / 0.65);
}

.caret-teal-900\/70 {
  caret-color: rgb(19 78 74 / 0.7);
}

.caret-teal-900\/75 {
  caret-color: rgb(19 78 74 / 0.75);
}

.caret-teal-900\/80 {
  caret-color: rgb(19 78 74 / 0.8);
}

.caret-teal-900\/85 {
  caret-color: rgb(19 78 74 / 0.85);
}

.caret-teal-900\/90 {
  caret-color: rgb(19 78 74 / 0.9);
}

.caret-teal-900\/95 {
  caret-color: rgb(19 78 74 / 0.95);
}

.caret-teal-950 {
  caret-color: #042f2e;
}

.caret-teal-950\/0 {
  caret-color: rgb(4 47 46 / 0);
}

.caret-teal-950\/10 {
  caret-color: rgb(4 47 46 / 0.1);
}

.caret-teal-950\/100 {
  caret-color: rgb(4 47 46 / 1);
}

.caret-teal-950\/15 {
  caret-color: rgb(4 47 46 / 0.15);
}

.caret-teal-950\/20 {
  caret-color: rgb(4 47 46 / 0.2);
}

.caret-teal-950\/25 {
  caret-color: rgb(4 47 46 / 0.25);
}

.caret-teal-950\/30 {
  caret-color: rgb(4 47 46 / 0.3);
}

.caret-teal-950\/35 {
  caret-color: rgb(4 47 46 / 0.35);
}

.caret-teal-950\/40 {
  caret-color: rgb(4 47 46 / 0.4);
}

.caret-teal-950\/45 {
  caret-color: rgb(4 47 46 / 0.45);
}

.caret-teal-950\/5 {
  caret-color: rgb(4 47 46 / 0.05);
}

.caret-teal-950\/50 {
  caret-color: rgb(4 47 46 / 0.5);
}

.caret-teal-950\/55 {
  caret-color: rgb(4 47 46 / 0.55);
}

.caret-teal-950\/60 {
  caret-color: rgb(4 47 46 / 0.6);
}

.caret-teal-950\/65 {
  caret-color: rgb(4 47 46 / 0.65);
}

.caret-teal-950\/70 {
  caret-color: rgb(4 47 46 / 0.7);
}

.caret-teal-950\/75 {
  caret-color: rgb(4 47 46 / 0.75);
}

.caret-teal-950\/80 {
  caret-color: rgb(4 47 46 / 0.8);
}

.caret-teal-950\/85 {
  caret-color: rgb(4 47 46 / 0.85);
}

.caret-teal-950\/90 {
  caret-color: rgb(4 47 46 / 0.9);
}

.caret-teal-950\/95 {
  caret-color: rgb(4 47 46 / 0.95);
}

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

.caret-transparent\/0 {
  caret-color: rgb(0 0 0 / 0);
}

.caret-transparent\/10 {
  caret-color: rgb(0 0 0 / 0.1);
}

.caret-transparent\/100 {
  caret-color: rgb(0 0 0 / 1);
}

.caret-transparent\/15 {
  caret-color: rgb(0 0 0 / 0.15);
}

.caret-transparent\/20 {
  caret-color: rgb(0 0 0 / 0.2);
}

.caret-transparent\/25 {
  caret-color: rgb(0 0 0 / 0.25);
}

.caret-transparent\/30 {
  caret-color: rgb(0 0 0 / 0.3);
}

.caret-transparent\/35 {
  caret-color: rgb(0 0 0 / 0.35);
}

.caret-transparent\/40 {
  caret-color: rgb(0 0 0 / 0.4);
}

.caret-transparent\/45 {
  caret-color: rgb(0 0 0 / 0.45);
}

.caret-transparent\/5 {
  caret-color: rgb(0 0 0 / 0.05);
}

.caret-transparent\/50 {
  caret-color: rgb(0 0 0 / 0.5);
}

.caret-transparent\/55 {
  caret-color: rgb(0 0 0 / 0.55);
}

.caret-transparent\/60 {
  caret-color: rgb(0 0 0 / 0.6);
}

.caret-transparent\/65 {
  caret-color: rgb(0 0 0 / 0.65);
}

.caret-transparent\/70 {
  caret-color: rgb(0 0 0 / 0.7);
}

.caret-transparent\/75 {
  caret-color: rgb(0 0 0 / 0.75);
}

.caret-transparent\/80 {
  caret-color: rgb(0 0 0 / 0.8);
}

.caret-transparent\/85 {
  caret-color: rgb(0 0 0 / 0.85);
}

.caret-transparent\/90 {
  caret-color: rgb(0 0 0 / 0.9);
}

.caret-transparent\/95 {
  caret-color: rgb(0 0 0 / 0.95);
}

.caret-violet-100 {
  caret-color: #ede9fe;
}

.caret-violet-100\/0 {
  caret-color: rgb(237 233 254 / 0);
}

.caret-violet-100\/10 {
  caret-color: rgb(237 233 254 / 0.1);
}

.caret-violet-100\/100 {
  caret-color: rgb(237 233 254 / 1);
}

.caret-violet-100\/15 {
  caret-color: rgb(237 233 254 / 0.15);
}

.caret-violet-100\/20 {
  caret-color: rgb(237 233 254 / 0.2);
}

.caret-violet-100\/25 {
  caret-color: rgb(237 233 254 / 0.25);
}

.caret-violet-100\/30 {
  caret-color: rgb(237 233 254 / 0.3);
}

.caret-violet-100\/35 {
  caret-color: rgb(237 233 254 / 0.35);
}

.caret-violet-100\/40 {
  caret-color: rgb(237 233 254 / 0.4);
}

.caret-violet-100\/45 {
  caret-color: rgb(237 233 254 / 0.45);
}

.caret-violet-100\/5 {
  caret-color: rgb(237 233 254 / 0.05);
}

.caret-violet-100\/50 {
  caret-color: rgb(237 233 254 / 0.5);
}

.caret-violet-100\/55 {
  caret-color: rgb(237 233 254 / 0.55);
}

.caret-violet-100\/60 {
  caret-color: rgb(237 233 254 / 0.6);
}

.caret-violet-100\/65 {
  caret-color: rgb(237 233 254 / 0.65);
}

.caret-violet-100\/70 {
  caret-color: rgb(237 233 254 / 0.7);
}

.caret-violet-100\/75 {
  caret-color: rgb(237 233 254 / 0.75);
}

.caret-violet-100\/80 {
  caret-color: rgb(237 233 254 / 0.8);
}

.caret-violet-100\/85 {
  caret-color: rgb(237 233 254 / 0.85);
}

.caret-violet-100\/90 {
  caret-color: rgb(237 233 254 / 0.9);
}

.caret-violet-100\/95 {
  caret-color: rgb(237 233 254 / 0.95);
}

.caret-violet-200 {
  caret-color: #ddd6fe;
}

.caret-violet-200\/0 {
  caret-color: rgb(221 214 254 / 0);
}

.caret-violet-200\/10 {
  caret-color: rgb(221 214 254 / 0.1);
}

.caret-violet-200\/100 {
  caret-color: rgb(221 214 254 / 1);
}

.caret-violet-200\/15 {
  caret-color: rgb(221 214 254 / 0.15);
}

.caret-violet-200\/20 {
  caret-color: rgb(221 214 254 / 0.2);
}

.caret-violet-200\/25 {
  caret-color: rgb(221 214 254 / 0.25);
}

.caret-violet-200\/30 {
  caret-color: rgb(221 214 254 / 0.3);
}

.caret-violet-200\/35 {
  caret-color: rgb(221 214 254 / 0.35);
}

.caret-violet-200\/40 {
  caret-color: rgb(221 214 254 / 0.4);
}

.caret-violet-200\/45 {
  caret-color: rgb(221 214 254 / 0.45);
}

.caret-violet-200\/5 {
  caret-color: rgb(221 214 254 / 0.05);
}

.caret-violet-200\/50 {
  caret-color: rgb(221 214 254 / 0.5);
}

.caret-violet-200\/55 {
  caret-color: rgb(221 214 254 / 0.55);
}

.caret-violet-200\/60 {
  caret-color: rgb(221 214 254 / 0.6);
}

.caret-violet-200\/65 {
  caret-color: rgb(221 214 254 / 0.65);
}

.caret-violet-200\/70 {
  caret-color: rgb(221 214 254 / 0.7);
}

.caret-violet-200\/75 {
  caret-color: rgb(221 214 254 / 0.75);
}

.caret-violet-200\/80 {
  caret-color: rgb(221 214 254 / 0.8);
}

.caret-violet-200\/85 {
  caret-color: rgb(221 214 254 / 0.85);
}

.caret-violet-200\/90 {
  caret-color: rgb(221 214 254 / 0.9);
}

.caret-violet-200\/95 {
  caret-color: rgb(221 214 254 / 0.95);
}

.caret-violet-300 {
  caret-color: #c4b5fd;
}

.caret-violet-300\/0 {
  caret-color: rgb(196 181 253 / 0);
}

.caret-violet-300\/10 {
  caret-color: rgb(196 181 253 / 0.1);
}

.caret-violet-300\/100 {
  caret-color: rgb(196 181 253 / 1);
}

.caret-violet-300\/15 {
  caret-color: rgb(196 181 253 / 0.15);
}

.caret-violet-300\/20 {
  caret-color: rgb(196 181 253 / 0.2);
}

.caret-violet-300\/25 {
  caret-color: rgb(196 181 253 / 0.25);
}

.caret-violet-300\/30 {
  caret-color: rgb(196 181 253 / 0.3);
}

.caret-violet-300\/35 {
  caret-color: rgb(196 181 253 / 0.35);
}

.caret-violet-300\/40 {
  caret-color: rgb(196 181 253 / 0.4);
}

.caret-violet-300\/45 {
  caret-color: rgb(196 181 253 / 0.45);
}

.caret-violet-300\/5 {
  caret-color: rgb(196 181 253 / 0.05);
}

.caret-violet-300\/50 {
  caret-color: rgb(196 181 253 / 0.5);
}

.caret-violet-300\/55 {
  caret-color: rgb(196 181 253 / 0.55);
}

.caret-violet-300\/60 {
  caret-color: rgb(196 181 253 / 0.6);
}

.caret-violet-300\/65 {
  caret-color: rgb(196 181 253 / 0.65);
}

.caret-violet-300\/70 {
  caret-color: rgb(196 181 253 / 0.7);
}

.caret-violet-300\/75 {
  caret-color: rgb(196 181 253 / 0.75);
}

.caret-violet-300\/80 {
  caret-color: rgb(196 181 253 / 0.8);
}

.caret-violet-300\/85 {
  caret-color: rgb(196 181 253 / 0.85);
}

.caret-violet-300\/90 {
  caret-color: rgb(196 181 253 / 0.9);
}

.caret-violet-300\/95 {
  caret-color: rgb(196 181 253 / 0.95);
}

.caret-violet-400 {
  caret-color: #a78bfa;
}

.caret-violet-400\/0 {
  caret-color: rgb(167 139 250 / 0);
}

.caret-violet-400\/10 {
  caret-color: rgb(167 139 250 / 0.1);
}

.caret-violet-400\/100 {
  caret-color: rgb(167 139 250 / 1);
}

.caret-violet-400\/15 {
  caret-color: rgb(167 139 250 / 0.15);
}

.caret-violet-400\/20 {
  caret-color: rgb(167 139 250 / 0.2);
}

.caret-violet-400\/25 {
  caret-color: rgb(167 139 250 / 0.25);
}

.caret-violet-400\/30 {
  caret-color: rgb(167 139 250 / 0.3);
}

.caret-violet-400\/35 {
  caret-color: rgb(167 139 250 / 0.35);
}

.caret-violet-400\/40 {
  caret-color: rgb(167 139 250 / 0.4);
}

.caret-violet-400\/45 {
  caret-color: rgb(167 139 250 / 0.45);
}

.caret-violet-400\/5 {
  caret-color: rgb(167 139 250 / 0.05);
}

.caret-violet-400\/50 {
  caret-color: rgb(167 139 250 / 0.5);
}

.caret-violet-400\/55 {
  caret-color: rgb(167 139 250 / 0.55);
}

.caret-violet-400\/60 {
  caret-color: rgb(167 139 250 / 0.6);
}

.caret-violet-400\/65 {
  caret-color: rgb(167 139 250 / 0.65);
}

.caret-violet-400\/70 {
  caret-color: rgb(167 139 250 / 0.7);
}

.caret-violet-400\/75 {
  caret-color: rgb(167 139 250 / 0.75);
}

.caret-violet-400\/80 {
  caret-color: rgb(167 139 250 / 0.8);
}

.caret-violet-400\/85 {
  caret-color: rgb(167 139 250 / 0.85);
}

.caret-violet-400\/90 {
  caret-color: rgb(167 139 250 / 0.9);
}

.caret-violet-400\/95 {
  caret-color: rgb(167 139 250 / 0.95);
}

.caret-violet-50 {
  caret-color: #f5f3ff;
}

.caret-violet-50\/0 {
  caret-color: rgb(245 243 255 / 0);
}

.caret-violet-50\/10 {
  caret-color: rgb(245 243 255 / 0.1);
}

.caret-violet-50\/100 {
  caret-color: rgb(245 243 255 / 1);
}

.caret-violet-50\/15 {
  caret-color: rgb(245 243 255 / 0.15);
}

.caret-violet-50\/20 {
  caret-color: rgb(245 243 255 / 0.2);
}

.caret-violet-50\/25 {
  caret-color: rgb(245 243 255 / 0.25);
}

.caret-violet-50\/30 {
  caret-color: rgb(245 243 255 / 0.3);
}

.caret-violet-50\/35 {
  caret-color: rgb(245 243 255 / 0.35);
}

.caret-violet-50\/40 {
  caret-color: rgb(245 243 255 / 0.4);
}

.caret-violet-50\/45 {
  caret-color: rgb(245 243 255 / 0.45);
}

.caret-violet-50\/5 {
  caret-color: rgb(245 243 255 / 0.05);
}

.caret-violet-50\/50 {
  caret-color: rgb(245 243 255 / 0.5);
}

.caret-violet-50\/55 {
  caret-color: rgb(245 243 255 / 0.55);
}

.caret-violet-50\/60 {
  caret-color: rgb(245 243 255 / 0.6);
}

.caret-violet-50\/65 {
  caret-color: rgb(245 243 255 / 0.65);
}

.caret-violet-50\/70 {
  caret-color: rgb(245 243 255 / 0.7);
}

.caret-violet-50\/75 {
  caret-color: rgb(245 243 255 / 0.75);
}

.caret-violet-50\/80 {
  caret-color: rgb(245 243 255 / 0.8);
}

.caret-violet-50\/85 {
  caret-color: rgb(245 243 255 / 0.85);
}

.caret-violet-50\/90 {
  caret-color: rgb(245 243 255 / 0.9);
}

.caret-violet-50\/95 {
  caret-color: rgb(245 243 255 / 0.95);
}

.caret-violet-500 {
  caret-color: #8b5cf6;
}

.caret-violet-500\/0 {
  caret-color: rgb(139 92 246 / 0);
}

.caret-violet-500\/10 {
  caret-color: rgb(139 92 246 / 0.1);
}

.caret-violet-500\/100 {
  caret-color: rgb(139 92 246 / 1);
}

.caret-violet-500\/15 {
  caret-color: rgb(139 92 246 / 0.15);
}

.caret-violet-500\/20 {
  caret-color: rgb(139 92 246 / 0.2);
}

.caret-violet-500\/25 {
  caret-color: rgb(139 92 246 / 0.25);
}

.caret-violet-500\/30 {
  caret-color: rgb(139 92 246 / 0.3);
}

.caret-violet-500\/35 {
  caret-color: rgb(139 92 246 / 0.35);
}

.caret-violet-500\/40 {
  caret-color: rgb(139 92 246 / 0.4);
}

.caret-violet-500\/45 {
  caret-color: rgb(139 92 246 / 0.45);
}

.caret-violet-500\/5 {
  caret-color: rgb(139 92 246 / 0.05);
}

.caret-violet-500\/50 {
  caret-color: rgb(139 92 246 / 0.5);
}

.caret-violet-500\/55 {
  caret-color: rgb(139 92 246 / 0.55);
}

.caret-violet-500\/60 {
  caret-color: rgb(139 92 246 / 0.6);
}

.caret-violet-500\/65 {
  caret-color: rgb(139 92 246 / 0.65);
}

.caret-violet-500\/70 {
  caret-color: rgb(139 92 246 / 0.7);
}

.caret-violet-500\/75 {
  caret-color: rgb(139 92 246 / 0.75);
}

.caret-violet-500\/80 {
  caret-color: rgb(139 92 246 / 0.8);
}

.caret-violet-500\/85 {
  caret-color: rgb(139 92 246 / 0.85);
}

.caret-violet-500\/90 {
  caret-color: rgb(139 92 246 / 0.9);
}

.caret-violet-500\/95 {
  caret-color: rgb(139 92 246 / 0.95);
}

.caret-violet-600 {
  caret-color: #7c3aed;
}

.caret-violet-600\/0 {
  caret-color: rgb(124 58 237 / 0);
}

.caret-violet-600\/10 {
  caret-color: rgb(124 58 237 / 0.1);
}

.caret-violet-600\/100 {
  caret-color: rgb(124 58 237 / 1);
}

.caret-violet-600\/15 {
  caret-color: rgb(124 58 237 / 0.15);
}

.caret-violet-600\/20 {
  caret-color: rgb(124 58 237 / 0.2);
}

.caret-violet-600\/25 {
  caret-color: rgb(124 58 237 / 0.25);
}

.caret-violet-600\/30 {
  caret-color: rgb(124 58 237 / 0.3);
}

.caret-violet-600\/35 {
  caret-color: rgb(124 58 237 / 0.35);
}

.caret-violet-600\/40 {
  caret-color: rgb(124 58 237 / 0.4);
}

.caret-violet-600\/45 {
  caret-color: rgb(124 58 237 / 0.45);
}

.caret-violet-600\/5 {
  caret-color: rgb(124 58 237 / 0.05);
}

.caret-violet-600\/50 {
  caret-color: rgb(124 58 237 / 0.5);
}

.caret-violet-600\/55 {
  caret-color: rgb(124 58 237 / 0.55);
}

.caret-violet-600\/60 {
  caret-color: rgb(124 58 237 / 0.6);
}

.caret-violet-600\/65 {
  caret-color: rgb(124 58 237 / 0.65);
}

.caret-violet-600\/70 {
  caret-color: rgb(124 58 237 / 0.7);
}

.caret-violet-600\/75 {
  caret-color: rgb(124 58 237 / 0.75);
}

.caret-violet-600\/80 {
  caret-color: rgb(124 58 237 / 0.8);
}

.caret-violet-600\/85 {
  caret-color: rgb(124 58 237 / 0.85);
}

.caret-violet-600\/90 {
  caret-color: rgb(124 58 237 / 0.9);
}

.caret-violet-600\/95 {
  caret-color: rgb(124 58 237 / 0.95);
}

.caret-violet-700 {
  caret-color: #6d28d9;
}

.caret-violet-700\/0 {
  caret-color: rgb(109 40 217 / 0);
}

.caret-violet-700\/10 {
  caret-color: rgb(109 40 217 / 0.1);
}

.caret-violet-700\/100 {
  caret-color: rgb(109 40 217 / 1);
}

.caret-violet-700\/15 {
  caret-color: rgb(109 40 217 / 0.15);
}

.caret-violet-700\/20 {
  caret-color: rgb(109 40 217 / 0.2);
}

.caret-violet-700\/25 {
  caret-color: rgb(109 40 217 / 0.25);
}

.caret-violet-700\/30 {
  caret-color: rgb(109 40 217 / 0.3);
}

.caret-violet-700\/35 {
  caret-color: rgb(109 40 217 / 0.35);
}

.caret-violet-700\/40 {
  caret-color: rgb(109 40 217 / 0.4);
}

.caret-violet-700\/45 {
  caret-color: rgb(109 40 217 / 0.45);
}

.caret-violet-700\/5 {
  caret-color: rgb(109 40 217 / 0.05);
}

.caret-violet-700\/50 {
  caret-color: rgb(109 40 217 / 0.5);
}

.caret-violet-700\/55 {
  caret-color: rgb(109 40 217 / 0.55);
}

.caret-violet-700\/60 {
  caret-color: rgb(109 40 217 / 0.6);
}

.caret-violet-700\/65 {
  caret-color: rgb(109 40 217 / 0.65);
}

.caret-violet-700\/70 {
  caret-color: rgb(109 40 217 / 0.7);
}

.caret-violet-700\/75 {
  caret-color: rgb(109 40 217 / 0.75);
}

.caret-violet-700\/80 {
  caret-color: rgb(109 40 217 / 0.8);
}

.caret-violet-700\/85 {
  caret-color: rgb(109 40 217 / 0.85);
}

.caret-violet-700\/90 {
  caret-color: rgb(109 40 217 / 0.9);
}

.caret-violet-700\/95 {
  caret-color: rgb(109 40 217 / 0.95);
}

.caret-violet-800 {
  caret-color: #5b21b6;
}

.caret-violet-800\/0 {
  caret-color: rgb(91 33 182 / 0);
}

.caret-violet-800\/10 {
  caret-color: rgb(91 33 182 / 0.1);
}

.caret-violet-800\/100 {
  caret-color: rgb(91 33 182 / 1);
}

.caret-violet-800\/15 {
  caret-color: rgb(91 33 182 / 0.15);
}

.caret-violet-800\/20 {
  caret-color: rgb(91 33 182 / 0.2);
}

.caret-violet-800\/25 {
  caret-color: rgb(91 33 182 / 0.25);
}

.caret-violet-800\/30 {
  caret-color: rgb(91 33 182 / 0.3);
}

.caret-violet-800\/35 {
  caret-color: rgb(91 33 182 / 0.35);
}

.caret-violet-800\/40 {
  caret-color: rgb(91 33 182 / 0.4);
}

.caret-violet-800\/45 {
  caret-color: rgb(91 33 182 / 0.45);
}

.caret-violet-800\/5 {
  caret-color: rgb(91 33 182 / 0.05);
}

.caret-violet-800\/50 {
  caret-color: rgb(91 33 182 / 0.5);
}

.caret-violet-800\/55 {
  caret-color: rgb(91 33 182 / 0.55);
}

.caret-violet-800\/60 {
  caret-color: rgb(91 33 182 / 0.6);
}

.caret-violet-800\/65 {
  caret-color: rgb(91 33 182 / 0.65);
}

.caret-violet-800\/70 {
  caret-color: rgb(91 33 182 / 0.7);
}

.caret-violet-800\/75 {
  caret-color: rgb(91 33 182 / 0.75);
}

.caret-violet-800\/80 {
  caret-color: rgb(91 33 182 / 0.8);
}

.caret-violet-800\/85 {
  caret-color: rgb(91 33 182 / 0.85);
}

.caret-violet-800\/90 {
  caret-color: rgb(91 33 182 / 0.9);
}

.caret-violet-800\/95 {
  caret-color: rgb(91 33 182 / 0.95);
}

.caret-violet-900 {
  caret-color: #4c1d95;
}

.caret-violet-900\/0 {
  caret-color: rgb(76 29 149 / 0);
}

.caret-violet-900\/10 {
  caret-color: rgb(76 29 149 / 0.1);
}

.caret-violet-900\/100 {
  caret-color: rgb(76 29 149 / 1);
}

.caret-violet-900\/15 {
  caret-color: rgb(76 29 149 / 0.15);
}

.caret-violet-900\/20 {
  caret-color: rgb(76 29 149 / 0.2);
}

.caret-violet-900\/25 {
  caret-color: rgb(76 29 149 / 0.25);
}

.caret-violet-900\/30 {
  caret-color: rgb(76 29 149 / 0.3);
}

.caret-violet-900\/35 {
  caret-color: rgb(76 29 149 / 0.35);
}

.caret-violet-900\/40 {
  caret-color: rgb(76 29 149 / 0.4);
}

.caret-violet-900\/45 {
  caret-color: rgb(76 29 149 / 0.45);
}

.caret-violet-900\/5 {
  caret-color: rgb(76 29 149 / 0.05);
}

.caret-violet-900\/50 {
  caret-color: rgb(76 29 149 / 0.5);
}

.caret-violet-900\/55 {
  caret-color: rgb(76 29 149 / 0.55);
}

.caret-violet-900\/60 {
  caret-color: rgb(76 29 149 / 0.6);
}

.caret-violet-900\/65 {
  caret-color: rgb(76 29 149 / 0.65);
}

.caret-violet-900\/70 {
  caret-color: rgb(76 29 149 / 0.7);
}

.caret-violet-900\/75 {
  caret-color: rgb(76 29 149 / 0.75);
}

.caret-violet-900\/80 {
  caret-color: rgb(76 29 149 / 0.8);
}

.caret-violet-900\/85 {
  caret-color: rgb(76 29 149 / 0.85);
}

.caret-violet-900\/90 {
  caret-color: rgb(76 29 149 / 0.9);
}

.caret-violet-900\/95 {
  caret-color: rgb(76 29 149 / 0.95);
}

.caret-violet-950 {
  caret-color: #2e1065;
}

.caret-violet-950\/0 {
  caret-color: rgb(46 16 101 / 0);
}

.caret-violet-950\/10 {
  caret-color: rgb(46 16 101 / 0.1);
}

.caret-violet-950\/100 {
  caret-color: rgb(46 16 101 / 1);
}

.caret-violet-950\/15 {
  caret-color: rgb(46 16 101 / 0.15);
}

.caret-violet-950\/20 {
  caret-color: rgb(46 16 101 / 0.2);
}

.caret-violet-950\/25 {
  caret-color: rgb(46 16 101 / 0.25);
}

.caret-violet-950\/30 {
  caret-color: rgb(46 16 101 / 0.3);
}

.caret-violet-950\/35 {
  caret-color: rgb(46 16 101 / 0.35);
}

.caret-violet-950\/40 {
  caret-color: rgb(46 16 101 / 0.4);
}

.caret-violet-950\/45 {
  caret-color: rgb(46 16 101 / 0.45);
}

.caret-violet-950\/5 {
  caret-color: rgb(46 16 101 / 0.05);
}

.caret-violet-950\/50 {
  caret-color: rgb(46 16 101 / 0.5);
}

.caret-violet-950\/55 {
  caret-color: rgb(46 16 101 / 0.55);
}

.caret-violet-950\/60 {
  caret-color: rgb(46 16 101 / 0.6);
}

.caret-violet-950\/65 {
  caret-color: rgb(46 16 101 / 0.65);
}

.caret-violet-950\/70 {
  caret-color: rgb(46 16 101 / 0.7);
}

.caret-violet-950\/75 {
  caret-color: rgb(46 16 101 / 0.75);
}

.caret-violet-950\/80 {
  caret-color: rgb(46 16 101 / 0.8);
}

.caret-violet-950\/85 {
  caret-color: rgb(46 16 101 / 0.85);
}

.caret-violet-950\/90 {
  caret-color: rgb(46 16 101 / 0.9);
}

.caret-violet-950\/95 {
  caret-color: rgb(46 16 101 / 0.95);
}

.caret-warning {
  caret-color: var(--fallback-wa,oklch(var(--wa)/1));
}

.caret-warning-content {
  caret-color: var(--fallback-wac,oklch(var(--wac)/1));
}

.caret-warning-content\/0 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0));
}

.caret-warning-content\/10 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.1));
}

.caret-warning-content\/100 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/1));
}

.caret-warning-content\/15 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.15));
}

.caret-warning-content\/20 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.2));
}

.caret-warning-content\/25 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.25));
}

.caret-warning-content\/30 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.3));
}

.caret-warning-content\/35 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.35));
}

.caret-warning-content\/40 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.4));
}

.caret-warning-content\/45 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.45));
}

.caret-warning-content\/5 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.05));
}

.caret-warning-content\/50 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.5));
}

.caret-warning-content\/55 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.55));
}

.caret-warning-content\/60 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.6));
}

.caret-warning-content\/65 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.65));
}

.caret-warning-content\/70 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.7));
}

.caret-warning-content\/75 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.75));
}

.caret-warning-content\/80 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.8));
}

.caret-warning-content\/85 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.85));
}

.caret-warning-content\/90 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.9));
}

.caret-warning-content\/95 {
  caret-color: var(--fallback-wac,oklch(var(--wac)/0.95));
}

.caret-warning\/0 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0));
}

.caret-warning\/10 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.1));
}

.caret-warning\/100 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/1));
}

.caret-warning\/15 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.15));
}

.caret-warning\/20 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.2));
}

.caret-warning\/25 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.25));
}

.caret-warning\/30 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.3));
}

.caret-warning\/35 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.35));
}

.caret-warning\/40 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.4));
}

.caret-warning\/45 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.45));
}

.caret-warning\/5 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.05));
}

.caret-warning\/50 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.5));
}

.caret-warning\/55 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.55));
}

.caret-warning\/60 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.6));
}

.caret-warning\/65 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.65));
}

.caret-warning\/70 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.7));
}

.caret-warning\/75 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.75));
}

.caret-warning\/80 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.8));
}

.caret-warning\/85 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.85));
}

.caret-warning\/90 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.9));
}

.caret-warning\/95 {
  caret-color: var(--fallback-wa,oklch(var(--wa)/0.95));
}

.caret-white {
  caret-color: #fff;
}

.caret-white\/0 {
  caret-color: rgb(255 255 255 / 0);
}

.caret-white\/10 {
  caret-color: rgb(255 255 255 / 0.1);
}

.caret-white\/100 {
  caret-color: rgb(255 255 255 / 1);
}

.caret-white\/15 {
  caret-color: rgb(255 255 255 / 0.15);
}

.caret-white\/20 {
  caret-color: rgb(255 255 255 / 0.2);
}

.caret-white\/25 {
  caret-color: rgb(255 255 255 / 0.25);
}

.caret-white\/30 {
  caret-color: rgb(255 255 255 / 0.3);
}

.caret-white\/35 {
  caret-color: rgb(255 255 255 / 0.35);
}

.caret-white\/40 {
  caret-color: rgb(255 255 255 / 0.4);
}

.caret-white\/45 {
  caret-color: rgb(255 255 255 / 0.45);
}

.caret-white\/5 {
  caret-color: rgb(255 255 255 / 0.05);
}

.caret-white\/50 {
  caret-color: rgb(255 255 255 / 0.5);
}

.caret-white\/55 {
  caret-color: rgb(255 255 255 / 0.55);
}

.caret-white\/60 {
  caret-color: rgb(255 255 255 / 0.6);
}

.caret-white\/65 {
  caret-color: rgb(255 255 255 / 0.65);
}

.caret-white\/70 {
  caret-color: rgb(255 255 255 / 0.7);
}

.caret-white\/75 {
  caret-color: rgb(255 255 255 / 0.75);
}

.caret-white\/80 {
  caret-color: rgb(255 255 255 / 0.8);
}

.caret-white\/85 {
  caret-color: rgb(255 255 255 / 0.85);
}

.caret-white\/90 {
  caret-color: rgb(255 255 255 / 0.9);
}

.caret-white\/95 {
  caret-color: rgb(255 255 255 / 0.95);
}

.caret-yellow-100 {
  caret-color: #fef9c3;
}

.caret-yellow-100\/0 {
  caret-color: rgb(254 249 195 / 0);
}

.caret-yellow-100\/10 {
  caret-color: rgb(254 249 195 / 0.1);
}

.caret-yellow-100\/100 {
  caret-color: rgb(254 249 195 / 1);
}

.caret-yellow-100\/15 {
  caret-color: rgb(254 249 195 / 0.15);
}

.caret-yellow-100\/20 {
  caret-color: rgb(254 249 195 / 0.2);
}

.caret-yellow-100\/25 {
  caret-color: rgb(254 249 195 / 0.25);
}

.caret-yellow-100\/30 {
  caret-color: rgb(254 249 195 / 0.3);
}

.caret-yellow-100\/35 {
  caret-color: rgb(254 249 195 / 0.35);
}

.caret-yellow-100\/40 {
  caret-color: rgb(254 249 195 / 0.4);
}

.caret-yellow-100\/45 {
  caret-color: rgb(254 249 195 / 0.45);
}

.caret-yellow-100\/5 {
  caret-color: rgb(254 249 195 / 0.05);
}

.caret-yellow-100\/50 {
  caret-color: rgb(254 249 195 / 0.5);
}

.caret-yellow-100\/55 {
  caret-color: rgb(254 249 195 / 0.55);
}

.caret-yellow-100\/60 {
  caret-color: rgb(254 249 195 / 0.6);
}

.caret-yellow-100\/65 {
  caret-color: rgb(254 249 195 / 0.65);
}

.caret-yellow-100\/70 {
  caret-color: rgb(254 249 195 / 0.7);
}

.caret-yellow-100\/75 {
  caret-color: rgb(254 249 195 / 0.75);
}

.caret-yellow-100\/80 {
  caret-color: rgb(254 249 195 / 0.8);
}

.caret-yellow-100\/85 {
  caret-color: rgb(254 249 195 / 0.85);
}

.caret-yellow-100\/90 {
  caret-color: rgb(254 249 195 / 0.9);
}

.caret-yellow-100\/95 {
  caret-color: rgb(254 249 195 / 0.95);
}

.caret-yellow-200 {
  caret-color: #fef08a;
}

.caret-yellow-200\/0 {
  caret-color: rgb(254 240 138 / 0);
}

.caret-yellow-200\/10 {
  caret-color: rgb(254 240 138 / 0.1);
}

.caret-yellow-200\/100 {
  caret-color: rgb(254 240 138 / 1);
}

.caret-yellow-200\/15 {
  caret-color: rgb(254 240 138 / 0.15);
}

.caret-yellow-200\/20 {
  caret-color: rgb(254 240 138 / 0.2);
}

.caret-yellow-200\/25 {
  caret-color: rgb(254 240 138 / 0.25);
}

.caret-yellow-200\/30 {
  caret-color: rgb(254 240 138 / 0.3);
}

.caret-yellow-200\/35 {
  caret-color: rgb(254 240 138 / 0.35);
}

.caret-yellow-200\/40 {
  caret-color: rgb(254 240 138 / 0.4);
}

.caret-yellow-200\/45 {
  caret-color: rgb(254 240 138 / 0.45);
}

.caret-yellow-200\/5 {
  caret-color: rgb(254 240 138 / 0.05);
}

.caret-yellow-200\/50 {
  caret-color: rgb(254 240 138 / 0.5);
}

.caret-yellow-200\/55 {
  caret-color: rgb(254 240 138 / 0.55);
}

.caret-yellow-200\/60 {
  caret-color: rgb(254 240 138 / 0.6);
}

.caret-yellow-200\/65 {
  caret-color: rgb(254 240 138 / 0.65);
}

.caret-yellow-200\/70 {
  caret-color: rgb(254 240 138 / 0.7);
}

.caret-yellow-200\/75 {
  caret-color: rgb(254 240 138 / 0.75);
}

.caret-yellow-200\/80 {
  caret-color: rgb(254 240 138 / 0.8);
}

.caret-yellow-200\/85 {
  caret-color: rgb(254 240 138 / 0.85);
}

.caret-yellow-200\/90 {
  caret-color: rgb(254 240 138 / 0.9);
}

.caret-yellow-200\/95 {
  caret-color: rgb(254 240 138 / 0.95);
}

.caret-yellow-300 {
  caret-color: #fde047;
}

.caret-yellow-300\/0 {
  caret-color: rgb(253 224 71 / 0);
}

.caret-yellow-300\/10 {
  caret-color: rgb(253 224 71 / 0.1);
}

.caret-yellow-300\/100 {
  caret-color: rgb(253 224 71 / 1);
}

.caret-yellow-300\/15 {
  caret-color: rgb(253 224 71 / 0.15);
}

.caret-yellow-300\/20 {
  caret-color: rgb(253 224 71 / 0.2);
}

.caret-yellow-300\/25 {
  caret-color: rgb(253 224 71 / 0.25);
}

.caret-yellow-300\/30 {
  caret-color: rgb(253 224 71 / 0.3);
}

.caret-yellow-300\/35 {
  caret-color: rgb(253 224 71 / 0.35);
}

.caret-yellow-300\/40 {
  caret-color: rgb(253 224 71 / 0.4);
}

.caret-yellow-300\/45 {
  caret-color: rgb(253 224 71 / 0.45);
}

.caret-yellow-300\/5 {
  caret-color: rgb(253 224 71 / 0.05);
}

.caret-yellow-300\/50 {
  caret-color: rgb(253 224 71 / 0.5);
}

.caret-yellow-300\/55 {
  caret-color: rgb(253 224 71 / 0.55);
}

.caret-yellow-300\/60 {
  caret-color: rgb(253 224 71 / 0.6);
}

.caret-yellow-300\/65 {
  caret-color: rgb(253 224 71 / 0.65);
}

.caret-yellow-300\/70 {
  caret-color: rgb(253 224 71 / 0.7);
}

.caret-yellow-300\/75 {
  caret-color: rgb(253 224 71 / 0.75);
}

.caret-yellow-300\/80 {
  caret-color: rgb(253 224 71 / 0.8);
}

.caret-yellow-300\/85 {
  caret-color: rgb(253 224 71 / 0.85);
}

.caret-yellow-300\/90 {
  caret-color: rgb(253 224 71 / 0.9);
}

.caret-yellow-300\/95 {
  caret-color: rgb(253 224 71 / 0.95);
}

.caret-yellow-400 {
  caret-color: #facc15;
}

.caret-yellow-400\/0 {
  caret-color: rgb(250 204 21 / 0);
}

.caret-yellow-400\/10 {
  caret-color: rgb(250 204 21 / 0.1);
}

.caret-yellow-400\/100 {
  caret-color: rgb(250 204 21 / 1);
}

.caret-yellow-400\/15 {
  caret-color: rgb(250 204 21 / 0.15);
}

.caret-yellow-400\/20 {
  caret-color: rgb(250 204 21 / 0.2);
}

.caret-yellow-400\/25 {
  caret-color: rgb(250 204 21 / 0.25);
}

.caret-yellow-400\/30 {
  caret-color: rgb(250 204 21 / 0.3);
}

.caret-yellow-400\/35 {
  caret-color: rgb(250 204 21 / 0.35);
}

.caret-yellow-400\/40 {
  caret-color: rgb(250 204 21 / 0.4);
}

.caret-yellow-400\/45 {
  caret-color: rgb(250 204 21 / 0.45);
}

.caret-yellow-400\/5 {
  caret-color: rgb(250 204 21 / 0.05);
}

.caret-yellow-400\/50 {
  caret-color: rgb(250 204 21 / 0.5);
}

.caret-yellow-400\/55 {
  caret-color: rgb(250 204 21 / 0.55);
}

.caret-yellow-400\/60 {
  caret-color: rgb(250 204 21 / 0.6);
}

.caret-yellow-400\/65 {
  caret-color: rgb(250 204 21 / 0.65);
}

.caret-yellow-400\/70 {
  caret-color: rgb(250 204 21 / 0.7);
}

.caret-yellow-400\/75 {
  caret-color: rgb(250 204 21 / 0.75);
}

.caret-yellow-400\/80 {
  caret-color: rgb(250 204 21 / 0.8);
}

.caret-yellow-400\/85 {
  caret-color: rgb(250 204 21 / 0.85);
}

.caret-yellow-400\/90 {
  caret-color: rgb(250 204 21 / 0.9);
}

.caret-yellow-400\/95 {
  caret-color: rgb(250 204 21 / 0.95);
}

.caret-yellow-50 {
  caret-color: #fefce8;
}

.caret-yellow-50\/0 {
  caret-color: rgb(254 252 232 / 0);
}

.caret-yellow-50\/10 {
  caret-color: rgb(254 252 232 / 0.1);
}

.caret-yellow-50\/100 {
  caret-color: rgb(254 252 232 / 1);
}

.caret-yellow-50\/15 {
  caret-color: rgb(254 252 232 / 0.15);
}

.caret-yellow-50\/20 {
  caret-color: rgb(254 252 232 / 0.2);
}

.caret-yellow-50\/25 {
  caret-color: rgb(254 252 232 / 0.25);
}

.caret-yellow-50\/30 {
  caret-color: rgb(254 252 232 / 0.3);
}

.caret-yellow-50\/35 {
  caret-color: rgb(254 252 232 / 0.35);
}

.caret-yellow-50\/40 {
  caret-color: rgb(254 252 232 / 0.4);
}

.caret-yellow-50\/45 {
  caret-color: rgb(254 252 232 / 0.45);
}

.caret-yellow-50\/5 {
  caret-color: rgb(254 252 232 / 0.05);
}

.caret-yellow-50\/50 {
  caret-color: rgb(254 252 232 / 0.5);
}

.caret-yellow-50\/55 {
  caret-color: rgb(254 252 232 / 0.55);
}

.caret-yellow-50\/60 {
  caret-color: rgb(254 252 232 / 0.6);
}

.caret-yellow-50\/65 {
  caret-color: rgb(254 252 232 / 0.65);
}

.caret-yellow-50\/70 {
  caret-color: rgb(254 252 232 / 0.7);
}

.caret-yellow-50\/75 {
  caret-color: rgb(254 252 232 / 0.75);
}

.caret-yellow-50\/80 {
  caret-color: rgb(254 252 232 / 0.8);
}

.caret-yellow-50\/85 {
  caret-color: rgb(254 252 232 / 0.85);
}

.caret-yellow-50\/90 {
  caret-color: rgb(254 252 232 / 0.9);
}

.caret-yellow-50\/95 {
  caret-color: rgb(254 252 232 / 0.95);
}

.caret-yellow-500 {
  caret-color: #eab308;
}

.caret-yellow-500\/0 {
  caret-color: rgb(234 179 8 / 0);
}

.caret-yellow-500\/10 {
  caret-color: rgb(234 179 8 / 0.1);
}

.caret-yellow-500\/100 {
  caret-color: rgb(234 179 8 / 1);
}

.caret-yellow-500\/15 {
  caret-color: rgb(234 179 8 / 0.15);
}

.caret-yellow-500\/20 {
  caret-color: rgb(234 179 8 / 0.2);
}

.caret-yellow-500\/25 {
  caret-color: rgb(234 179 8 / 0.25);
}

.caret-yellow-500\/30 {
  caret-color: rgb(234 179 8 / 0.3);
}

.caret-yellow-500\/35 {
  caret-color: rgb(234 179 8 / 0.35);
}

.caret-yellow-500\/40 {
  caret-color: rgb(234 179 8 / 0.4);
}

.caret-yellow-500\/45 {
  caret-color: rgb(234 179 8 / 0.45);
}

.caret-yellow-500\/5 {
  caret-color: rgb(234 179 8 / 0.05);
}

.caret-yellow-500\/50 {
  caret-color: rgb(234 179 8 / 0.5);
}

.caret-yellow-500\/55 {
  caret-color: rgb(234 179 8 / 0.55);
}

.caret-yellow-500\/60 {
  caret-color: rgb(234 179 8 / 0.6);
}

.caret-yellow-500\/65 {
  caret-color: rgb(234 179 8 / 0.65);
}

.caret-yellow-500\/70 {
  caret-color: rgb(234 179 8 / 0.7);
}

.caret-yellow-500\/75 {
  caret-color: rgb(234 179 8 / 0.75);
}

.caret-yellow-500\/80 {
  caret-color: rgb(234 179 8 / 0.8);
}

.caret-yellow-500\/85 {
  caret-color: rgb(234 179 8 / 0.85);
}

.caret-yellow-500\/90 {
  caret-color: rgb(234 179 8 / 0.9);
}

.caret-yellow-500\/95 {
  caret-color: rgb(234 179 8 / 0.95);
}

.caret-yellow-600 {
  caret-color: #ca8a04;
}

.caret-yellow-600\/0 {
  caret-color: rgb(202 138 4 / 0);
}

.caret-yellow-600\/10 {
  caret-color: rgb(202 138 4 / 0.1);
}

.caret-yellow-600\/100 {
  caret-color: rgb(202 138 4 / 1);
}

.caret-yellow-600\/15 {
  caret-color: rgb(202 138 4 / 0.15);
}

.caret-yellow-600\/20 {
  caret-color: rgb(202 138 4 / 0.2);
}

.caret-yellow-600\/25 {
  caret-color: rgb(202 138 4 / 0.25);
}

.caret-yellow-600\/30 {
  caret-color: rgb(202 138 4 / 0.3);
}

.caret-yellow-600\/35 {
  caret-color: rgb(202 138 4 / 0.35);
}

.caret-yellow-600\/40 {
  caret-color: rgb(202 138 4 / 0.4);
}

.caret-yellow-600\/45 {
  caret-color: rgb(202 138 4 / 0.45);
}

.caret-yellow-600\/5 {
  caret-color: rgb(202 138 4 / 0.05);
}

.caret-yellow-600\/50 {
  caret-color: rgb(202 138 4 / 0.5);
}

.caret-yellow-600\/55 {
  caret-color: rgb(202 138 4 / 0.55);
}

.caret-yellow-600\/60 {
  caret-color: rgb(202 138 4 / 0.6);
}

.caret-yellow-600\/65 {
  caret-color: rgb(202 138 4 / 0.65);
}

.caret-yellow-600\/70 {
  caret-color: rgb(202 138 4 / 0.7);
}

.caret-yellow-600\/75 {
  caret-color: rgb(202 138 4 / 0.75);
}

.caret-yellow-600\/80 {
  caret-color: rgb(202 138 4 / 0.8);
}

.caret-yellow-600\/85 {
  caret-color: rgb(202 138 4 / 0.85);
}

.caret-yellow-600\/90 {
  caret-color: rgb(202 138 4 / 0.9);
}

.caret-yellow-600\/95 {
  caret-color: rgb(202 138 4 / 0.95);
}

.caret-yellow-700 {
  caret-color: #a16207;
}

.caret-yellow-700\/0 {
  caret-color: rgb(161 98 7 / 0);
}

.caret-yellow-700\/10 {
  caret-color: rgb(161 98 7 / 0.1);
}

.caret-yellow-700\/100 {
  caret-color: rgb(161 98 7 / 1);
}

.caret-yellow-700\/15 {
  caret-color: rgb(161 98 7 / 0.15);
}

.caret-yellow-700\/20 {
  caret-color: rgb(161 98 7 / 0.2);
}

.caret-yellow-700\/25 {
  caret-color: rgb(161 98 7 / 0.25);
}

.caret-yellow-700\/30 {
  caret-color: rgb(161 98 7 / 0.3);
}

.caret-yellow-700\/35 {
  caret-color: rgb(161 98 7 / 0.35);
}

.caret-yellow-700\/40 {
  caret-color: rgb(161 98 7 / 0.4);
}

.caret-yellow-700\/45 {
  caret-color: rgb(161 98 7 / 0.45);
}

.caret-yellow-700\/5 {
  caret-color: rgb(161 98 7 / 0.05);
}

.caret-yellow-700\/50 {
  caret-color: rgb(161 98 7 / 0.5);
}

.caret-yellow-700\/55 {
  caret-color: rgb(161 98 7 / 0.55);
}

.caret-yellow-700\/60 {
  caret-color: rgb(161 98 7 / 0.6);
}

.caret-yellow-700\/65 {
  caret-color: rgb(161 98 7 / 0.65);
}

.caret-yellow-700\/70 {
  caret-color: rgb(161 98 7 / 0.7);
}

.caret-yellow-700\/75 {
  caret-color: rgb(161 98 7 / 0.75);
}

.caret-yellow-700\/80 {
  caret-color: rgb(161 98 7 / 0.8);
}

.caret-yellow-700\/85 {
  caret-color: rgb(161 98 7 / 0.85);
}

.caret-yellow-700\/90 {
  caret-color: rgb(161 98 7 / 0.9);
}

.caret-yellow-700\/95 {
  caret-color: rgb(161 98 7 / 0.95);
}

.caret-yellow-800 {
  caret-color: #854d0e;
}

.caret-yellow-800\/0 {
  caret-color: rgb(133 77 14 / 0);
}

.caret-yellow-800\/10 {
  caret-color: rgb(133 77 14 / 0.1);
}

.caret-yellow-800\/100 {
  caret-color: rgb(133 77 14 / 1);
}

.caret-yellow-800\/15 {
  caret-color: rgb(133 77 14 / 0.15);
}

.caret-yellow-800\/20 {
  caret-color: rgb(133 77 14 / 0.2);
}

.caret-yellow-800\/25 {
  caret-color: rgb(133 77 14 / 0.25);
}

.caret-yellow-800\/30 {
  caret-color: rgb(133 77 14 / 0.3);
}

.caret-yellow-800\/35 {
  caret-color: rgb(133 77 14 / 0.35);
}

.caret-yellow-800\/40 {
  caret-color: rgb(133 77 14 / 0.4);
}

.caret-yellow-800\/45 {
  caret-color: rgb(133 77 14 / 0.45);
}

.caret-yellow-800\/5 {
  caret-color: rgb(133 77 14 / 0.05);
}

.caret-yellow-800\/50 {
  caret-color: rgb(133 77 14 / 0.5);
}

.caret-yellow-800\/55 {
  caret-color: rgb(133 77 14 / 0.55);
}

.caret-yellow-800\/60 {
  caret-color: rgb(133 77 14 / 0.6);
}

.caret-yellow-800\/65 {
  caret-color: rgb(133 77 14 / 0.65);
}

.caret-yellow-800\/70 {
  caret-color: rgb(133 77 14 / 0.7);
}

.caret-yellow-800\/75 {
  caret-color: rgb(133 77 14 / 0.75);
}

.caret-yellow-800\/80 {
  caret-color: rgb(133 77 14 / 0.8);
}

.caret-yellow-800\/85 {
  caret-color: rgb(133 77 14 / 0.85);
}

.caret-yellow-800\/90 {
  caret-color: rgb(133 77 14 / 0.9);
}

.caret-yellow-800\/95 {
  caret-color: rgb(133 77 14 / 0.95);
}

.caret-yellow-900 {
  caret-color: #713f12;
}

.caret-yellow-900\/0 {
  caret-color: rgb(113 63 18 / 0);
}

.caret-yellow-900\/10 {
  caret-color: rgb(113 63 18 / 0.1);
}

.caret-yellow-900\/100 {
  caret-color: rgb(113 63 18 / 1);
}

.caret-yellow-900\/15 {
  caret-color: rgb(113 63 18 / 0.15);
}

.caret-yellow-900\/20 {
  caret-color: rgb(113 63 18 / 0.2);
}

.caret-yellow-900\/25 {
  caret-color: rgb(113 63 18 / 0.25);
}

.caret-yellow-900\/30 {
  caret-color: rgb(113 63 18 / 0.3);
}

.caret-yellow-900\/35 {
  caret-color: rgb(113 63 18 / 0.35);
}

.caret-yellow-900\/40 {
  caret-color: rgb(113 63 18 / 0.4);
}

.caret-yellow-900\/45 {
  caret-color: rgb(113 63 18 / 0.45);
}

.caret-yellow-900\/5 {
  caret-color: rgb(113 63 18 / 0.05);
}

.caret-yellow-900\/50 {
  caret-color: rgb(113 63 18 / 0.5);
}

.caret-yellow-900\/55 {
  caret-color: rgb(113 63 18 / 0.55);
}

.caret-yellow-900\/60 {
  caret-color: rgb(113 63 18 / 0.6);
}

.caret-yellow-900\/65 {
  caret-color: rgb(113 63 18 / 0.65);
}

.caret-yellow-900\/70 {
  caret-color: rgb(113 63 18 / 0.7);
}

.caret-yellow-900\/75 {
  caret-color: rgb(113 63 18 / 0.75);
}

.caret-yellow-900\/80 {
  caret-color: rgb(113 63 18 / 0.8);
}

.caret-yellow-900\/85 {
  caret-color: rgb(113 63 18 / 0.85);
}

.caret-yellow-900\/90 {
  caret-color: rgb(113 63 18 / 0.9);
}

.caret-yellow-900\/95 {
  caret-color: rgb(113 63 18 / 0.95);
}

.caret-yellow-950 {
  caret-color: #422006;
}

.caret-yellow-950\/0 {
  caret-color: rgb(66 32 6 / 0);
}

.caret-yellow-950\/10 {
  caret-color: rgb(66 32 6 / 0.1);
}

.caret-yellow-950\/100 {
  caret-color: rgb(66 32 6 / 1);
}

.caret-yellow-950\/15 {
  caret-color: rgb(66 32 6 / 0.15);
}

.caret-yellow-950\/20 {
  caret-color: rgb(66 32 6 / 0.2);
}

.caret-yellow-950\/25 {
  caret-color: rgb(66 32 6 / 0.25);
}

.caret-yellow-950\/30 {
  caret-color: rgb(66 32 6 / 0.3);
}

.caret-yellow-950\/35 {
  caret-color: rgb(66 32 6 / 0.35);
}

.caret-yellow-950\/40 {
  caret-color: rgb(66 32 6 / 0.4);
}

.caret-yellow-950\/45 {
  caret-color: rgb(66 32 6 / 0.45);
}

.caret-yellow-950\/5 {
  caret-color: rgb(66 32 6 / 0.05);
}

.caret-yellow-950\/50 {
  caret-color: rgb(66 32 6 / 0.5);
}

.caret-yellow-950\/55 {
  caret-color: rgb(66 32 6 / 0.55);
}

.caret-yellow-950\/60 {
  caret-color: rgb(66 32 6 / 0.6);
}

.caret-yellow-950\/65 {
  caret-color: rgb(66 32 6 / 0.65);
}

.caret-yellow-950\/70 {
  caret-color: rgb(66 32 6 / 0.7);
}

.caret-yellow-950\/75 {
  caret-color: rgb(66 32 6 / 0.75);
}

.caret-yellow-950\/80 {
  caret-color: rgb(66 32 6 / 0.8);
}

.caret-yellow-950\/85 {
  caret-color: rgb(66 32 6 / 0.85);
}

.caret-yellow-950\/90 {
  caret-color: rgb(66 32 6 / 0.9);
}

.caret-yellow-950\/95 {
  caret-color: rgb(66 32 6 / 0.95);
}

.caret-zinc-100 {
  caret-color: #f4f4f5;
}

.caret-zinc-100\/0 {
  caret-color: rgb(244 244 245 / 0);
}

.caret-zinc-100\/10 {
  caret-color: rgb(244 244 245 / 0.1);
}

.caret-zinc-100\/100 {
  caret-color: rgb(244 244 245 / 1);
}

.caret-zinc-100\/15 {
  caret-color: rgb(244 244 245 / 0.15);
}

.caret-zinc-100\/20 {
  caret-color: rgb(244 244 245 / 0.2);
}

.caret-zinc-100\/25 {
  caret-color: rgb(244 244 245 / 0.25);
}

.caret-zinc-100\/30 {
  caret-color: rgb(244 244 245 / 0.3);
}

.caret-zinc-100\/35 {
  caret-color: rgb(244 244 245 / 0.35);
}

.caret-zinc-100\/40 {
  caret-color: rgb(244 244 245 / 0.4);
}

.caret-zinc-100\/45 {
  caret-color: rgb(244 244 245 / 0.45);
}

.caret-zinc-100\/5 {
  caret-color: rgb(244 244 245 / 0.05);
}

.caret-zinc-100\/50 {
  caret-color: rgb(244 244 245 / 0.5);
}

.caret-zinc-100\/55 {
  caret-color: rgb(244 244 245 / 0.55);
}

.caret-zinc-100\/60 {
  caret-color: rgb(244 244 245 / 0.6);
}

.caret-zinc-100\/65 {
  caret-color: rgb(244 244 245 / 0.65);
}

.caret-zinc-100\/70 {
  caret-color: rgb(244 244 245 / 0.7);
}

.caret-zinc-100\/75 {
  caret-color: rgb(244 244 245 / 0.75);
}

.caret-zinc-100\/80 {
  caret-color: rgb(244 244 245 / 0.8);
}

.caret-zinc-100\/85 {
  caret-color: rgb(244 244 245 / 0.85);
}

.caret-zinc-100\/90 {
  caret-color: rgb(244 244 245 / 0.9);
}

.caret-zinc-100\/95 {
  caret-color: rgb(244 244 245 / 0.95);
}

.caret-zinc-200 {
  caret-color: #e4e4e7;
}

.caret-zinc-200\/0 {
  caret-color: rgb(228 228 231 / 0);
}

.caret-zinc-200\/10 {
  caret-color: rgb(228 228 231 / 0.1);
}

.caret-zinc-200\/100 {
  caret-color: rgb(228 228 231 / 1);
}

.caret-zinc-200\/15 {
  caret-color: rgb(228 228 231 / 0.15);
}

.caret-zinc-200\/20 {
  caret-color: rgb(228 228 231 / 0.2);
}

.caret-zinc-200\/25 {
  caret-color: rgb(228 228 231 / 0.25);
}

.caret-zinc-200\/30 {
  caret-color: rgb(228 228 231 / 0.3);
}

.caret-zinc-200\/35 {
  caret-color: rgb(228 228 231 / 0.35);
}

.caret-zinc-200\/40 {
  caret-color: rgb(228 228 231 / 0.4);
}

.caret-zinc-200\/45 {
  caret-color: rgb(228 228 231 / 0.45);
}

.caret-zinc-200\/5 {
  caret-color: rgb(228 228 231 / 0.05);
}

.caret-zinc-200\/50 {
  caret-color: rgb(228 228 231 / 0.5);
}

.caret-zinc-200\/55 {
  caret-color: rgb(228 228 231 / 0.55);
}

.caret-zinc-200\/60 {
  caret-color: rgb(228 228 231 / 0.6);
}

.caret-zinc-200\/65 {
  caret-color: rgb(228 228 231 / 0.65);
}

.caret-zinc-200\/70 {
  caret-color: rgb(228 228 231 / 0.7);
}

.caret-zinc-200\/75 {
  caret-color: rgb(228 228 231 / 0.75);
}

.caret-zinc-200\/80 {
  caret-color: rgb(228 228 231 / 0.8);
}

.caret-zinc-200\/85 {
  caret-color: rgb(228 228 231 / 0.85);
}

.caret-zinc-200\/90 {
  caret-color: rgb(228 228 231 / 0.9);
}

.caret-zinc-200\/95 {
  caret-color: rgb(228 228 231 / 0.95);
}

.caret-zinc-300 {
  caret-color: #d4d4d8;
}

.caret-zinc-300\/0 {
  caret-color: rgb(212 212 216 / 0);
}

.caret-zinc-300\/10 {
  caret-color: rgb(212 212 216 / 0.1);
}

.caret-zinc-300\/100 {
  caret-color: rgb(212 212 216 / 1);
}

.caret-zinc-300\/15 {
  caret-color: rgb(212 212 216 / 0.15);
}

.caret-zinc-300\/20 {
  caret-color: rgb(212 212 216 / 0.2);
}

.caret-zinc-300\/25 {
  caret-color: rgb(212 212 216 / 0.25);
}

.caret-zinc-300\/30 {
  caret-color: rgb(212 212 216 / 0.3);
}

.caret-zinc-300\/35 {
  caret-color: rgb(212 212 216 / 0.35);
}

.caret-zinc-300\/40 {
  caret-color: rgb(212 212 216 / 0.4);
}

.caret-zinc-300\/45 {
  caret-color: rgb(212 212 216 / 0.45);
}

.caret-zinc-300\/5 {
  caret-color: rgb(212 212 216 / 0.05);
}

.caret-zinc-300\/50 {
  caret-color: rgb(212 212 216 / 0.5);
}

.caret-zinc-300\/55 {
  caret-color: rgb(212 212 216 / 0.55);
}

.caret-zinc-300\/60 {
  caret-color: rgb(212 212 216 / 0.6);
}

.caret-zinc-300\/65 {
  caret-color: rgb(212 212 216 / 0.65);
}

.caret-zinc-300\/70 {
  caret-color: rgb(212 212 216 / 0.7);
}

.caret-zinc-300\/75 {
  caret-color: rgb(212 212 216 / 0.75);
}

.caret-zinc-300\/80 {
  caret-color: rgb(212 212 216 / 0.8);
}

.caret-zinc-300\/85 {
  caret-color: rgb(212 212 216 / 0.85);
}

.caret-zinc-300\/90 {
  caret-color: rgb(212 212 216 / 0.9);
}

.caret-zinc-300\/95 {
  caret-color: rgb(212 212 216 / 0.95);
}

.caret-zinc-400 {
  caret-color: #a1a1aa;
}

.caret-zinc-400\/0 {
  caret-color: rgb(161 161 170 / 0);
}

.caret-zinc-400\/10 {
  caret-color: rgb(161 161 170 / 0.1);
}

.caret-zinc-400\/100 {
  caret-color: rgb(161 161 170 / 1);
}

.caret-zinc-400\/15 {
  caret-color: rgb(161 161 170 / 0.15);
}

.caret-zinc-400\/20 {
  caret-color: rgb(161 161 170 / 0.2);
}

.caret-zinc-400\/25 {
  caret-color: rgb(161 161 170 / 0.25);
}

.caret-zinc-400\/30 {
  caret-color: rgb(161 161 170 / 0.3);
}

.caret-zinc-400\/35 {
  caret-color: rgb(161 161 170 / 0.35);
}

.caret-zinc-400\/40 {
  caret-color: rgb(161 161 170 / 0.4);
}

.caret-zinc-400\/45 {
  caret-color: rgb(161 161 170 / 0.45);
}

.caret-zinc-400\/5 {
  caret-color: rgb(161 161 170 / 0.05);
}

.caret-zinc-400\/50 {
  caret-color: rgb(161 161 170 / 0.5);
}

.caret-zinc-400\/55 {
  caret-color: rgb(161 161 170 / 0.55);
}

.caret-zinc-400\/60 {
  caret-color: rgb(161 161 170 / 0.6);
}

.caret-zinc-400\/65 {
  caret-color: rgb(161 161 170 / 0.65);
}

.caret-zinc-400\/70 {
  caret-color: rgb(161 161 170 / 0.7);
}

.caret-zinc-400\/75 {
  caret-color: rgb(161 161 170 / 0.75);
}

.caret-zinc-400\/80 {
  caret-color: rgb(161 161 170 / 0.8);
}

.caret-zinc-400\/85 {
  caret-color: rgb(161 161 170 / 0.85);
}

.caret-zinc-400\/90 {
  caret-color: rgb(161 161 170 / 0.9);
}

.caret-zinc-400\/95 {
  caret-color: rgb(161 161 170 / 0.95);
}

.caret-zinc-50 {
  caret-color: #fafafa;
}

.caret-zinc-50\/0 {
  caret-color: rgb(250 250 250 / 0);
}

.caret-zinc-50\/10 {
  caret-color: rgb(250 250 250 / 0.1);
}

.caret-zinc-50\/100 {
  caret-color: rgb(250 250 250 / 1);
}

.caret-zinc-50\/15 {
  caret-color: rgb(250 250 250 / 0.15);
}

.caret-zinc-50\/20 {
  caret-color: rgb(250 250 250 / 0.2);
}

.caret-zinc-50\/25 {
  caret-color: rgb(250 250 250 / 0.25);
}

.caret-zinc-50\/30 {
  caret-color: rgb(250 250 250 / 0.3);
}

.caret-zinc-50\/35 {
  caret-color: rgb(250 250 250 / 0.35);
}

.caret-zinc-50\/40 {
  caret-color: rgb(250 250 250 / 0.4);
}

.caret-zinc-50\/45 {
  caret-color: rgb(250 250 250 / 0.45);
}

.caret-zinc-50\/5 {
  caret-color: rgb(250 250 250 / 0.05);
}

.caret-zinc-50\/50 {
  caret-color: rgb(250 250 250 / 0.5);
}

.caret-zinc-50\/55 {
  caret-color: rgb(250 250 250 / 0.55);
}

.caret-zinc-50\/60 {
  caret-color: rgb(250 250 250 / 0.6);
}

.caret-zinc-50\/65 {
  caret-color: rgb(250 250 250 / 0.65);
}

.caret-zinc-50\/70 {
  caret-color: rgb(250 250 250 / 0.7);
}

.caret-zinc-50\/75 {
  caret-color: rgb(250 250 250 / 0.75);
}

.caret-zinc-50\/80 {
  caret-color: rgb(250 250 250 / 0.8);
}

.caret-zinc-50\/85 {
  caret-color: rgb(250 250 250 / 0.85);
}

.caret-zinc-50\/90 {
  caret-color: rgb(250 250 250 / 0.9);
}

.caret-zinc-50\/95 {
  caret-color: rgb(250 250 250 / 0.95);
}

.caret-zinc-500 {
  caret-color: #71717a;
}

.caret-zinc-500\/0 {
  caret-color: rgb(113 113 122 / 0);
}

.caret-zinc-500\/10 {
  caret-color: rgb(113 113 122 / 0.1);
}

.caret-zinc-500\/100 {
  caret-color: rgb(113 113 122 / 1);
}

.caret-zinc-500\/15 {
  caret-color: rgb(113 113 122 / 0.15);
}

.caret-zinc-500\/20 {
  caret-color: rgb(113 113 122 / 0.2);
}

.caret-zinc-500\/25 {
  caret-color: rgb(113 113 122 / 0.25);
}

.caret-zinc-500\/30 {
  caret-color: rgb(113 113 122 / 0.3);
}

.caret-zinc-500\/35 {
  caret-color: rgb(113 113 122 / 0.35);
}

.caret-zinc-500\/40 {
  caret-color: rgb(113 113 122 / 0.4);
}

.caret-zinc-500\/45 {
  caret-color: rgb(113 113 122 / 0.45);
}

.caret-zinc-500\/5 {
  caret-color: rgb(113 113 122 / 0.05);
}

.caret-zinc-500\/50 {
  caret-color: rgb(113 113 122 / 0.5);
}

.caret-zinc-500\/55 {
  caret-color: rgb(113 113 122 / 0.55);
}

.caret-zinc-500\/60 {
  caret-color: rgb(113 113 122 / 0.6);
}

.caret-zinc-500\/65 {
  caret-color: rgb(113 113 122 / 0.65);
}

.caret-zinc-500\/70 {
  caret-color: rgb(113 113 122 / 0.7);
}

.caret-zinc-500\/75 {
  caret-color: rgb(113 113 122 / 0.75);
}

.caret-zinc-500\/80 {
  caret-color: rgb(113 113 122 / 0.8);
}

.caret-zinc-500\/85 {
  caret-color: rgb(113 113 122 / 0.85);
}

.caret-zinc-500\/90 {
  caret-color: rgb(113 113 122 / 0.9);
}

.caret-zinc-500\/95 {
  caret-color: rgb(113 113 122 / 0.95);
}

.caret-zinc-600 {
  caret-color: #52525b;
}

.caret-zinc-600\/0 {
  caret-color: rgb(82 82 91 / 0);
}

.caret-zinc-600\/10 {
  caret-color: rgb(82 82 91 / 0.1);
}

.caret-zinc-600\/100 {
  caret-color: rgb(82 82 91 / 1);
}

.caret-zinc-600\/15 {
  caret-color: rgb(82 82 91 / 0.15);
}

.caret-zinc-600\/20 {
  caret-color: rgb(82 82 91 / 0.2);
}

.caret-zinc-600\/25 {
  caret-color: rgb(82 82 91 / 0.25);
}

.caret-zinc-600\/30 {
  caret-color: rgb(82 82 91 / 0.3);
}

.caret-zinc-600\/35 {
  caret-color: rgb(82 82 91 / 0.35);
}

.caret-zinc-600\/40 {
  caret-color: rgb(82 82 91 / 0.4);
}

.caret-zinc-600\/45 {
  caret-color: rgb(82 82 91 / 0.45);
}

.caret-zinc-600\/5 {
  caret-color: rgb(82 82 91 / 0.05);
}

.caret-zinc-600\/50 {
  caret-color: rgb(82 82 91 / 0.5);
}

.caret-zinc-600\/55 {
  caret-color: rgb(82 82 91 / 0.55);
}

.caret-zinc-600\/60 {
  caret-color: rgb(82 82 91 / 0.6);
}

.caret-zinc-600\/65 {
  caret-color: rgb(82 82 91 / 0.65);
}

.caret-zinc-600\/70 {
  caret-color: rgb(82 82 91 / 0.7);
}

.caret-zinc-600\/75 {
  caret-color: rgb(82 82 91 / 0.75);
}

.caret-zinc-600\/80 {
  caret-color: rgb(82 82 91 / 0.8);
}

.caret-zinc-600\/85 {
  caret-color: rgb(82 82 91 / 0.85);
}

.caret-zinc-600\/90 {
  caret-color: rgb(82 82 91 / 0.9);
}

.caret-zinc-600\/95 {
  caret-color: rgb(82 82 91 / 0.95);
}

.caret-zinc-700 {
  caret-color: #3f3f46;
}

.caret-zinc-700\/0 {
  caret-color: rgb(63 63 70 / 0);
}

.caret-zinc-700\/10 {
  caret-color: rgb(63 63 70 / 0.1);
}

.caret-zinc-700\/100 {
  caret-color: rgb(63 63 70 / 1);
}

.caret-zinc-700\/15 {
  caret-color: rgb(63 63 70 / 0.15);
}

.caret-zinc-700\/20 {
  caret-color: rgb(63 63 70 / 0.2);
}

.caret-zinc-700\/25 {
  caret-color: rgb(63 63 70 / 0.25);
}

.caret-zinc-700\/30 {
  caret-color: rgb(63 63 70 / 0.3);
}

.caret-zinc-700\/35 {
  caret-color: rgb(63 63 70 / 0.35);
}

.caret-zinc-700\/40 {
  caret-color: rgb(63 63 70 / 0.4);
}

.caret-zinc-700\/45 {
  caret-color: rgb(63 63 70 / 0.45);
}

.caret-zinc-700\/5 {
  caret-color: rgb(63 63 70 / 0.05);
}

.caret-zinc-700\/50 {
  caret-color: rgb(63 63 70 / 0.5);
}

.caret-zinc-700\/55 {
  caret-color: rgb(63 63 70 / 0.55);
}

.caret-zinc-700\/60 {
  caret-color: rgb(63 63 70 / 0.6);
}

.caret-zinc-700\/65 {
  caret-color: rgb(63 63 70 / 0.65);
}

.caret-zinc-700\/70 {
  caret-color: rgb(63 63 70 / 0.7);
}

.caret-zinc-700\/75 {
  caret-color: rgb(63 63 70 / 0.75);
}

.caret-zinc-700\/80 {
  caret-color: rgb(63 63 70 / 0.8);
}

.caret-zinc-700\/85 {
  caret-color: rgb(63 63 70 / 0.85);
}

.caret-zinc-700\/90 {
  caret-color: rgb(63 63 70 / 0.9);
}

.caret-zinc-700\/95 {
  caret-color: rgb(63 63 70 / 0.95);
}

.caret-zinc-800 {
  caret-color: #27272a;
}

.caret-zinc-800\/0 {
  caret-color: rgb(39 39 42 / 0);
}

.caret-zinc-800\/10 {
  caret-color: rgb(39 39 42 / 0.1);
}

.caret-zinc-800\/100 {
  caret-color: rgb(39 39 42 / 1);
}

.caret-zinc-800\/15 {
  caret-color: rgb(39 39 42 / 0.15);
}

.caret-zinc-800\/20 {
  caret-color: rgb(39 39 42 / 0.2);
}

.caret-zinc-800\/25 {
  caret-color: rgb(39 39 42 / 0.25);
}

.caret-zinc-800\/30 {
  caret-color: rgb(39 39 42 / 0.3);
}

.caret-zinc-800\/35 {
  caret-color: rgb(39 39 42 / 0.35);
}

.caret-zinc-800\/40 {
  caret-color: rgb(39 39 42 / 0.4);
}

.caret-zinc-800\/45 {
  caret-color: rgb(39 39 42 / 0.45);
}

.caret-zinc-800\/5 {
  caret-color: rgb(39 39 42 / 0.05);
}

.caret-zinc-800\/50 {
  caret-color: rgb(39 39 42 / 0.5);
}

.caret-zinc-800\/55 {
  caret-color: rgb(39 39 42 / 0.55);
}

.caret-zinc-800\/60 {
  caret-color: rgb(39 39 42 / 0.6);
}

.caret-zinc-800\/65 {
  caret-color: rgb(39 39 42 / 0.65);
}

.caret-zinc-800\/70 {
  caret-color: rgb(39 39 42 / 0.7);
}

.caret-zinc-800\/75 {
  caret-color: rgb(39 39 42 / 0.75);
}

.caret-zinc-800\/80 {
  caret-color: rgb(39 39 42 / 0.8);
}

.caret-zinc-800\/85 {
  caret-color: rgb(39 39 42 / 0.85);
}

.caret-zinc-800\/90 {
  caret-color: rgb(39 39 42 / 0.9);
}

.caret-zinc-800\/95 {
  caret-color: rgb(39 39 42 / 0.95);
}

.caret-zinc-900 {
  caret-color: #18181b;
}

.caret-zinc-900\/0 {
  caret-color: rgb(24 24 27 / 0);
}

.caret-zinc-900\/10 {
  caret-color: rgb(24 24 27 / 0.1);
}

.caret-zinc-900\/100 {
  caret-color: rgb(24 24 27 / 1);
}

.caret-zinc-900\/15 {
  caret-color: rgb(24 24 27 / 0.15);
}

.caret-zinc-900\/20 {
  caret-color: rgb(24 24 27 / 0.2);
}

.caret-zinc-900\/25 {
  caret-color: rgb(24 24 27 / 0.25);
}

.caret-zinc-900\/30 {
  caret-color: rgb(24 24 27 / 0.3);
}

.caret-zinc-900\/35 {
  caret-color: rgb(24 24 27 / 0.35);
}

.caret-zinc-900\/40 {
  caret-color: rgb(24 24 27 / 0.4);
}

.caret-zinc-900\/45 {
  caret-color: rgb(24 24 27 / 0.45);
}

.caret-zinc-900\/5 {
  caret-color: rgb(24 24 27 / 0.05);
}

.caret-zinc-900\/50 {
  caret-color: rgb(24 24 27 / 0.5);
}

.caret-zinc-900\/55 {
  caret-color: rgb(24 24 27 / 0.55);
}

.caret-zinc-900\/60 {
  caret-color: rgb(24 24 27 / 0.6);
}

.caret-zinc-900\/65 {
  caret-color: rgb(24 24 27 / 0.65);
}

.caret-zinc-900\/70 {
  caret-color: rgb(24 24 27 / 0.7);
}

.caret-zinc-900\/75 {
  caret-color: rgb(24 24 27 / 0.75);
}

.caret-zinc-900\/80 {
  caret-color: rgb(24 24 27 / 0.8);
}

.caret-zinc-900\/85 {
  caret-color: rgb(24 24 27 / 0.85);
}

.caret-zinc-900\/90 {
  caret-color: rgb(24 24 27 / 0.9);
}

.caret-zinc-900\/95 {
  caret-color: rgb(24 24 27 / 0.95);
}

.caret-zinc-950 {
  caret-color: #09090b;
}

.caret-zinc-950\/0 {
  caret-color: rgb(9 9 11 / 0);
}

.caret-zinc-950\/10 {
  caret-color: rgb(9 9 11 / 0.1);
}

.caret-zinc-950\/100 {
  caret-color: rgb(9 9 11 / 1);
}

.caret-zinc-950\/15 {
  caret-color: rgb(9 9 11 / 0.15);
}

.caret-zinc-950\/20 {
  caret-color: rgb(9 9 11 / 0.2);
}

.caret-zinc-950\/25 {
  caret-color: rgb(9 9 11 / 0.25);
}

.caret-zinc-950\/30 {
  caret-color: rgb(9 9 11 / 0.3);
}

.caret-zinc-950\/35 {
  caret-color: rgb(9 9 11 / 0.35);
}

.caret-zinc-950\/40 {
  caret-color: rgb(9 9 11 / 0.4);
}

.caret-zinc-950\/45 {
  caret-color: rgb(9 9 11 / 0.45);
}

.caret-zinc-950\/5 {
  caret-color: rgb(9 9 11 / 0.05);
}

.caret-zinc-950\/50 {
  caret-color: rgb(9 9 11 / 0.5);
}

.caret-zinc-950\/55 {
  caret-color: rgb(9 9 11 / 0.55);
}

.caret-zinc-950\/60 {
  caret-color: rgb(9 9 11 / 0.6);
}

.caret-zinc-950\/65 {
  caret-color: rgb(9 9 11 / 0.65);
}

.caret-zinc-950\/70 {
  caret-color: rgb(9 9 11 / 0.7);
}

.caret-zinc-950\/75 {
  caret-color: rgb(9 9 11 / 0.75);
}

.caret-zinc-950\/80 {
  caret-color: rgb(9 9 11 / 0.8);
}

.caret-zinc-950\/85 {
  caret-color: rgb(9 9 11 / 0.85);
}

.caret-zinc-950\/90 {
  caret-color: rgb(9 9 11 / 0.9);
}

.caret-zinc-950\/95 {
  caret-color: rgb(9 9 11 / 0.95);
}

.-hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(-0deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

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

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

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

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

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

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

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

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

.contain-none {
  contain: none;
}

.contain-content {
  contain: content;
}

.contain-strict {
  contain: strict;
}

.contain-size {
  --tw-contain-size: size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-layout {
  --tw-contain-layout: layout;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-paint {
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-style {
  --tw-contain-style: style;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

@media not all and (min-width: 640px) {
  .max-sm\:flex {
    display: flex;
  }

  .max-sm\:h-1\/2 {
    height: 50%;
  }

  .max-sm\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }
}
