*, ::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.19 | 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: var(--font-mono); /* 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;
}
  /* Base colors */
  :root {
    /* System */
    --system-black: 0 0 0; /* #000000 */
    --system-white: 255 255 255; /* #FFFFFF */
    --system-red: 253 92 99; /* #FD5C63 */
    --system-red-light: 249 227 227; /* #F9E3E3 */
    --system-green: 28 125 93; /* #1C7D5D */
    --system-green-light: 228 239 235; /* #E4EFEB */
    --system-green-dark: 49 92 79; /* #315C4F */
    --system-orange: 255 145 95; /* #FF915F */
    --system-orange-light: 251 207 185; /* #FBCFB9 */
    --system-yellow: 254 220 54; /* #FEDC36 */
    --system-light-yellow: 251 244 217; /* #FBF4D9 */
    --system-earth: 113 105 73; /* #716949 */

    /* DEPRECATED */
    --system-link: 0 0 255; /* #0000FF */
    --system-purple: 131 39 223; /* #8327DF */

    /* Brand */
    --brand-soft-black: 2 10 33; /* #020A21 */
    --brand-steel: 36 56 102; /* #243866 */
    --brand-limestone: 215 221 197; /* #D7DDC5 */
    --brand-slate: 151 188 230; /* #97BCE6 */
    --brand-robin: 187 220 234; /* #BBDCEA */
    --brand-seasalt: 249 248 245; /* #F9F8F5 */
    --brand-seasalt-light: 255 254 252; /* #FFFEFC */
    --brand-lime: 176 213 18; /* #B0D512 */

    /* Neutral */
    --neutral-50: 243 241 235; /* #F3F1EB */
    --neutral-100: 222 219 212; /* #DEDBD4 */
    --neutral-200: 200 197 190; /* #C8C5BE */
    --neutral-300: 179 175 166; /* #B3AFAA */
    --neutral-400: 157 153 143; /* #9D998F */
    --neutral-500: 136 131 120; /* #888378 */
    --neutral-600: 114 108 97; /* #726C61 */
    --neutral-700: 93 86 74; /* #5D564A */
    --neutral-800: 71 64 50; /* #474032 */
    --neutral-900: 50 42 27; /* #322A1B */
    --neutral-950: 28 19 4; /* #1C1304 */

    /* Navy (blue-tinted dark neutrals) */
    --navy-50: 250 251 255; /* #FAFBFF */
    --navy-100: 235 237 245; /* #EBEDF5 */
    --navy-200: 190 197 222; /* #BEC5DE */
    --navy-300: 141 149 176; /* #8D95B0 */
    --navy-500: 52 58 83; /* #343A53 */
    --navy-600: 41 46 70; /* #292E46 */
    --navy-700: 31 35 53; /* #1F2335 */
    --navy-750: 19 24 46; /* #13182E */
    --navy-800: 9 13 28; /* #090D1C */
    --navy-850: 5 9 23; /* #050917 */
    --navy-900: 4 10 31; /* #040A1F */
    --navy-950: 2 5 15; /* #02050F */
    --navy-975: 1 4 12; /* #01040C */

    /* Brand dark variants */
    --brand-steel-dark: 32 50 92; /* #20325C */
    --brand-limestone-dark: 193 199 177; /* #C1C7B1 */
    --brand-limestone-muted: 170 178 144; /* #AAB290 */
    --brand-limestone-muted-light: 184 192 158; /* #B8C09E */
    --brand-robin-muted: 144 179 194; /* #90B3C2 */

    /* System dark variants */
    --system-green-muted: 53 111 92; /* #356F5C */
    --system-green-muted-light: 169 188 181; /* #A9BCB5 */
    --system-orange-muted: 214 175 156; /* #D6AF9C */
    --system-yellow-muted: 219 209 167; /* #DBD1A7 */
  }

  /* Semantic colors. Be extremely careful updating these CSS selectors. You also need to change EmbeddedBundleProvider.tsx in conjunction with this. */
  .light,
  :root {
    /* Content */
    --text-content-primary: var(--neutral-950);
    --text-content-secondary: var(--neutral-700);
    --text-content-tertiary: var(--neutral-400);
    --text-content-light: var(--system-white);
    --text-content-primary-stable: var(--neutral-700);
    --text-on-status-success-bg: var(--text-content-primary-stable);

    /* Background */
    --bg-inset: var(--neutral-50);
    --bg-surface: var(--brand-seasalt);
    --bg-raised: var(--brand-seasalt-light);
    --bg-elevated: var(--system-white);

    /* Border */
    --border-light: var(--neutral-50);
    --border-default: var(--neutral-100);
    --border-dark: var(--neutral-200);
    --border-interactive: var(--neutral-100);

    /* Brand */
    --brand-primary: var(--brand-steel);
    --brand-secondary: var(--brand-limestone);
    --brand-tertiary: var(--brand-robin);
    --brand-highlight: var(--brand-lime);

    /* Status */
    --status-success: var(--system-green);
    --status-warning: var(--system-orange);
    --status-alert: var(--system-yellow);
    --status-error: var(--system-red);
    --status-error-bg: var(--system-red-light);
    --status-alert-bg: var(--system-light-yellow);
    --status-success-bg: var(--system-green-light);
    --status-warning-bg: var(--system-orange-light);
    --status-notify: var(--system-orange);
  }

  .dark {
    /* Force dark mode for the whole app (fixes scrollbar color) */
    color-scheme: dark;

    /* Content */
    --text-content-primary: var(--navy-50);
    --text-content-secondary: var(--navy-200);
    --text-content-tertiary: var(--navy-300);
    --text-content-light: var(--navy-900);
    --text-content-primary-stable: var(--neutral-700);
    --text-on-status-success-bg: var(--text-content-primary-stable);

    /* Background */
    --bg-inset: var(--navy-800);
    --bg-surface: var(--navy-700);
    --bg-raised: var(--navy-600);
    --bg-elevated: var(--navy-500);

    /* Border */
    --border-light: var(--navy-750);
    --border-default: var(--navy-850);
    --border-dark: var(--navy-975);
    --border-interactive: var(--navy-300);

    /* Brand */
    --brand-primary: var(--brand-seasalt-light);
    --brand-secondary: var(--brand-limestone-muted);
    --brand-tertiary: var(--brand-robin);
    --brand-highlight: var(--brand-lime);

    /* Status */
    --status-success: var(--system-green-muted);
    --status-warning: var(--system-orange);
    --status-alert: var(--system-yellow);
    --status-error: var(--system-red);
    --status-error-bg: var(--system-red-light);
    --status-alert-bg: var(--system-yellow-muted);
    --status-success-bg: var(--system-green-muted-light);
    --status-warning-bg: var(--system-orange-muted);
    --status-notify: var(--system-orange);
  }

  /* Other styles */
  :root {
    --radius: 1rem;
  }
  * {
  --tw-border-opacity: 1;
  border-color: rgb(var(--border-default) / var(--tw-border-opacity, 1));
}
  body {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--bg-surface) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--text-content-primary) / var(--tw-text-opacity, 1));
    -webkit-font-smoothing: antialiased;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1400px) {

  .container {
    max-width: 1400px;
  }
}
.prose {
  color: rgb(var(--text-content-primary) / <alpha-value>);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  margin-top: 0;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  font-weight: 500;
  font-weight: revert;
  text-decoration: underline;
  cursor: pointer;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 550;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: rgb(var(--text-content-primary) / <alpha-value>);
  --tw-prose-lead: #4b5563;
  --tw-prose-links: revert;
  --tw-prose-bold: rgb(var(--text-content-primary) / <alpha-value>);
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: white;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: white;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(h1, h1 strong, h2, h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 550;
}
.prose :where(h3, h3 strong, h4, h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 550;
}
.prose :where(h5, h5 strong, h6, h6 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 550;
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  margin-top: 0;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-sm :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: revert;
  text-decoration: underline;
  cursor: pointer;
}
.prose-sm :where(h1, h1 strong, h2, h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 550;
}
.prose-sm :where(h3, h3 strong, h4, h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 550;
}
.prose-sm :where(h5, h5 strong, h6, h6 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 550;
}
.prose-sm :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 550;
}
.prose-sm {
  --tw-prose-links: revert;
  --tw-prose-invert-hr: white;
  --tw-prose-invert-quote-borders: white;
  --tw-prose-bold: rgb(var(--text-content-primary) / <alpha-value>);
  --tw-prose-headings: rgb(var(--text-content-primary) / <alpha-value>);
}
.prose-invert {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: rgb(var(--text-content-primary) / <alpha-value>);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: revert;
  --tw-prose-bold: rgb(var(--text-content-primary) / <alpha-value>);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
.prose-invert :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-invert :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: revert;
  text-decoration: underline;
  cursor: pointer;
}
.prose-invert :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 1em;
}
.prose-invert :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 1em;
}
.prose-invert :where(h1, h1 strong, h2, h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 550;
}
.prose-invert :where(h3, h3 strong, h4, h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 550;
}
.prose-invert :where(h5, h5 strong, h6, h6 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 550;
}
.prose-invert :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 550;
}
.prose-invert :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-invert :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.prose-invert {
  --tw-prose-invert-hr: white;
  --tw-prose-invert-quote-borders: white;
  color: white;
}
.no-scrollbar {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
.no-scrollbar::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
/**
  * Disable the "spinner" for number inputs
  * The spinner is the up/down arrow that appears when the input is focused
  */
/**
 * Darken/lighten the background color using a black/white linear gradient without affecting the content color
 */
.ellipsis::after {
    content: "";
  }
@keyframes ellipsis {

  0% {
    content: " .";
  }

  25% {
    content: " ..";
  }

  50% {
    content: " ...";
  }

  75% {
    content: "";
  }
}
.ellipsis::after {
  animation: ellipsis 1.5s steps(1, end) infinite;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}
.-bottom-12 {
  bottom: -3rem;
}
.-bottom-4 {
  bottom: -1rem;
}
.-left-12 {
  left: -3rem;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-1\.5 {
  right: -0.375rem;
}
.-right-12 {
  right: -3rem;
}
.-right-2 {
  right: -0.5rem;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-1\.5 {
  top: -0.375rem;
}
.-top-12 {
  top: -3rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-3 {
  left: 0.75rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[19px\] {
  left: 19px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-12 {
  top: 3rem;
}
.top-3\/4 {
  top: 75%;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.top-\[13px\] {
  top: 13px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.order-1 {
  order: 1;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.m-2 {
  margin: 0.5rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-14 {
  margin-left: -3.5rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-7 {
  margin-top: -1.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-\[1\.125rem\] {
  margin-left: 1.125rem;
}
.ml-\[52px\] {
  margin-left: 52px;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-24 {
  margin-right: 6rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-auto {
  margin-top: auto;
}
.mt-px {
  margin-top: 1px;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-auto {
  width: auto;
  height: auto;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[155px\] {
  height: 155px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2\.5px\] {
  height: 2.5px;
}
.h-\[20vw\] {
  height: 20vw;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[3rem\] {
  height: 3rem;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[70vh\] {
  height: 70vh;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[calc\(100\%-24px\)\] {
  height: calc(100% - 24px);
}
.h-\[calc\(100dvh\)\] {
  height: calc(100dvh);
}
.h-\[calc\(100vh-40px\)\] {
  height: calc(100vh - 40px);
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-52 {
  max-height: 13rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-\[155px\] {
  max-height: 155px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[68px\] {
  max-height: 68px;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[94vh\] {
  max-height: 94vh;
}
.max-h-full {
  max-height: 100%;
}
.max-h-none {
  max-height: none;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-2 {
  min-height: 0.5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-48 {
  min-height: 12rem;
}
.min-h-5 {
  min-height: 1.25rem;
}
.min-h-7 {
  min-height: 1.75rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-96 {
  min-height: 24rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[20px\] {
  min-height: 20px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[70px\] {
  min-height: 70px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[--radix-popover-trigger-width\] {
  width: var(--radix-popover-trigger-width);
}
.w-\[0\.25rem\] {
  width: 0.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[155px\] {
  width: 155px;
}
.w-\[180\%\] {
  width: 180%;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[309px\] {
  width: 309px;
}
.w-\[3rem\] {
  width: 3rem;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[73\%\] {
  width: 73%;
}
.w-\[75vw\] {
  width: 75vw;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[86px\] {
  width: 86px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[calc\(100\%\+112\)\] {
  width: calc(100% + 112);
}
.w-\[calc\(50\%-4rem\)\] {
  width: calc(50% - 4rem);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-12 {
  min-width: 3rem;
}
.min-w-14 {
  min-width: 3.5rem;
}
.min-w-2 {
  min-width: 0.5rem;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-7 {
  min-width: 1.75rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[1200px\] {
  min-width: 1200px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[309px\] {
  min-width: 309px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[4\.5rem\] {
  min-width: 4.5rem;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[800px\] {
  min-width: 800px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[900px\] {
  min-width: 900px;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-36 {
  max-width: 9rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-8 {
  max-width: 2rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[20vw\] {
  max-width: 20vw;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[50vw\] {
  max-width: 50vw;
}
.max-w-\[55px\] {
  max-width: 55px;
}
.max-w-\[60px\] {
  max-width: 60px;
}
.max-w-\[73\%\] {
  max-width: 73%;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[90vh\] {
  max-width: 90vh;
}
.max-w-\[min\(42rem\2c calc\(100vw-2rem\)\)\] {
  max-width: min(42rem, calc(100vw - 2rem));
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-0 {
  flex-basis: 0px;
}
.basis-full {
  flex-basis: 100%;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --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));
}
.-translate-x-\[60\%\] {
  --tw-translate-x: -60%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --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));
}
.-translate-y-\[15\%\] {
  --tw-translate-y: -15%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --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));
}
.translate-x-\[-50\%\] {
  --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));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  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-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-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-\[6\.58deg\] {
  --tw-rotate: 6.58deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes across {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}
.animate-\[across_1\.5s_cubic-bezier\(0\.4\2c 0\2c 0\.4\2c 1\)_infinite\] {
  animation: across 1.5s cubic-bezier(0.4,0,0.4,1) infinite;
}
@keyframes across {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}
.animate-\[across_2\.5s_cubic-bezier\(0\.4\2c 0\2c 0\.4\2c 1\)_infinite\] {
  animation: across 2.5s cubic-bezier(0.4,0,0.4,1) infinite;
}
@keyframes fadeInDown {

  0% {
    opacity: 0;
    transform: translateY(-8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-\[fadeInDown_0\.6s_ease-out_0\.25s_both\] {
  animation: fadeInDown 0.6s ease-out 0.25s both;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-\[pulse_2s_cubic-bezier\(0\.4\2c 0\2c 0\.6\2c 1\)_1\.5s_infinite\] {
  animation: pulse 2s cubic-bezier(0.4,0,0.6,1) 1.5s infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-\[pulse_3s_cubic-bezier\(0\.4\2c 0\2c 0\.6\2c 1\)_1\.5s_infinite\] {
  animation: pulse 3s cubic-bezier(0.4,0,0.6,1) 1.5s infinite;
}
@keyframes aurora {

  0% {
    background-position: 0% 50%;
    transform: rotate(-5deg) scale(0.9);
  }

  25% {
    background-position: 50% 100%;
    transform: rotate(5deg) scale(1.1);
  }

  50% {
    background-position: 100% 50%;
    transform: rotate(-3deg) scale(0.95);
  }

  75% {
    background-position: 50% 0%;
    transform: rotate(3deg) scale(1.05);
  }

  100% {
    background-position: 0% 50%;
    transform: rotate(-5deg) scale(0.9);
  }
}
.animate-aurora {
  animation: aurora 8s ease-in-out infinite alternate;
}
@keyframes fadeIn {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.animate-fadeIn {
  animation: fadeIn 0.7s ease-out;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes ripple {

  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.animate-ripple {
  animation: ripple var(--duration,2s) ease calc(var(--i, 0)*.2s) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[120px_1fr\] {
  grid-template-columns: 120px 1fr;
}
.grid-cols-\[150px_1fr\] {
  grid-template-columns: 150px 1fr;
}
.grid-cols-\[2fr_1fr_1\.5fr_3rem\] {
  grid-template-columns: 2fr 1fr 1.5fr 3rem;
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.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-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-1\.5 {
  row-gap: 0.375rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --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));
}
.divide-border > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(var(--border-default) / var(--tw-divide-opacity, 1));
}
.divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(var(--neutral-100) / var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: calc(var(--radius) + 8px);
}
.rounded-2xs {
  border-radius: calc(var(--radius) - 16px);
}
.rounded-3xl {
  border-radius: calc(var(--radius) + 12px);
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[6\.25rem\] {
  border-radius: 6.25rem;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: calc(var(--radius));
}
.rounded-md {
  border-radius: calc(var(--radius) - 4px);
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: calc(var(--radius) - 8px);
}
.rounded-xl {
  border-radius: calc(var(--radius) + 4px);
}
.rounded-xs {
  border-radius: calc(var(--radius) - 12px);
}
.rounded-b-\[8px\] {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-b-md {
  border-bottom-right-radius: calc(var(--radius) - 4px);
  border-bottom-left-radius: calc(var(--radius) - 4px);
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-b-sm {
  border-bottom-right-radius: calc(var(--radius) - 8px);
  border-bottom-left-radius: calc(var(--radius) - 8px);
}
.rounded-e-none {
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}
.rounded-l-md {
  border-top-left-radius: calc(var(--radius) - 4px);
  border-bottom-left-radius: calc(var(--radius) - 4px);
}
.rounded-r-md {
  border-top-right-radius: calc(var(--radius) - 4px);
  border-bottom-right-radius: calc(var(--radius) - 4px);
}
.rounded-s-lg {
  border-start-start-radius: calc(var(--radius));
  border-end-start-radius: calc(var(--radius));
}
.rounded-t-\[8px\] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rounded-t-lg {
  border-top-left-radius: calc(var(--radius));
  border-top-right-radius: calc(var(--radius));
}
.rounded-t-md {
  border-top-left-radius: calc(var(--radius) - 4px);
  border-top-right-radius: calc(var(--radius) - 4px);
}
.rounded-bl-lg {
  border-bottom-left-radius: calc(var(--radius));
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-br-lg {
  border-bottom-right-radius: calc(var(--radius));
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
}
.rounded-br-sm {
  border-bottom-right-radius: calc(var(--radius) - 8px);
}
.rounded-tl-lg {
  border-top-left-radius: calc(var(--radius));
}
.rounded-tr-lg {
  border-top-right-radius: calc(var(--radius));
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#F3F3F1\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 243 241 / var(--tw-border-opacity, 1));
}
.border-\[\#FEDC36\] {
  --tw-border-opacity: 1;
  border-color: rgb(254 220 54 / var(--tw-border-opacity, 1));
}
.border-\[rgba\(63\2c 63\2c 70\2c 0\.06\)\] {
  border-color: rgba(63,63,70,0.06);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(var(--system-black) / var(--tw-border-opacity, 1));
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(var(--border-default) / var(--tw-border-opacity, 1));
}
.border-border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(var(--border-dark) / var(--tw-border-opacity, 1));
}
.border-border-default {
  --tw-border-opacity: 1;
  border-color: rgb(var(--border-default) / var(--tw-border-opacity, 1));
}
.border-border-interactive {
  --tw-border-opacity: 1;
  border-color: rgb(var(--border-interactive) / var(--tw-border-opacity, 1));
}
.border-border-light {
  --tw-border-opacity: 1;
  border-color: rgb(var(--border-light) / var(--tw-border-opacity, 1));
}
.border-brand {
  --tw-border-opacity: 1;
  border-color: rgb(var(--brand-primary) / var(--tw-border-opacity, 1));
}
.border-content-primary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--text-content-primary) / var(--tw-border-opacity, 1));
}
.border-content-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--text-content-secondary) / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--neutral-100) / var(--tw-border-opacity, 1));
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--neutral-200) / var(--tw-border-opacity, 1));
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--neutral-300) / var(--tw-border-opacity, 1));
}
.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(var(--system-purple) / var(--tw-border-opacity, 1));
}
.border-purple\/20 {
  border-color: rgb(var(--system-purple) / 0.2);
}
.border-purple\/30 {
  border-color: rgb(var(--system-purple) / 0.3);
}
.border-purple\/50 {
  border-color: rgb(var(--system-purple) / 0.5);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-status-alert {
  --tw-border-opacity: 1;
  border-color: rgb(var(--status-alert) / var(--tw-border-opacity, 1));
}
.border-status-alert-bg {
  --tw-border-opacity: 1;
  border-color: rgb(var(--status-alert-bg) / var(--tw-border-opacity, 1));
}
.border-status-error {
  --tw-border-opacity: 1;
  border-color: rgb(var(--status-error) / var(--tw-border-opacity, 1));
}
.border-status-success {
  --tw-border-opacity: 1;
  border-color: rgb(var(--status-success) / var(--tw-border-opacity, 1));
}
.border-status-warning {
  --tw-border-opacity: 1;
  border-color: rgb(var(--status-warning) / var(--tw-border-opacity, 1));
}
.border-status-warning\/20 {
  border-color: rgb(var(--status-warning) / 0.2);
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(var(--system-white) / var(--tw-border-opacity, 1));
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-x-neutral-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--neutral-100) / var(--tw-border-opacity, 1));
  border-right-color: rgb(var(--neutral-100) / var(--tw-border-opacity, 1));
}
.border-b-gray-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-b-neutral-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(var(--neutral-100) / var(--tw-border-opacity, 1));
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(var(--system-white) / var(--tw-border-opacity, 1));
}
.border-l-brand {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--brand-primary) / var(--tw-border-opacity, 1));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.border-opacity-10 {
  --tw-border-opacity: 0.1;
}
.bg-\[\#5EE5B6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(94 229 182 / var(--tw-bg-opacity, 1));
}
.bg-\[\#A1ECD2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(161 236 210 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF4F00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 79 0 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(39\2c 70\2c 81\2c 0\.10\)\] {
  background-color: rgba(39,70,81,0.10);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--bg-surface) / var(--tw-bg-opacity, 1));
}
.bg-background-elevated {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--bg-elevated) / var(--tw-bg-opacity, 1));
}
.bg-background-elevated\/10 {
  background-color: rgb(var(--bg-elevated) / 0.1);
}
.bg-background-elevated\/50 {
  background-color: rgb(var(--bg-elevated) / 0.5);
}
.bg-background-elevated\/80 {
  background-color: rgb(var(--bg-elevated) / 0.8);
}
.bg-background-inset {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--bg-inset) / var(--tw-bg-opacity, 1));
}
.bg-background-inset\/50 {
  background-color: rgb(var(--bg-inset) / 0.5);
}
.bg-background-raised {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--bg-raised) / var(--tw-bg-opacity, 1));
}
.bg-background-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--bg-surface) / var(--tw-bg-opacity, 1));
}
.bg-black\/20 {
  background-color: rgb(var(--system-black) / 0.2);
}
.bg-black\/25 {
  background-color: rgb(var(--system-black) / 0.25);
}
.bg-black\/30 {
  background-color: rgb(var(--system-black) / 0.3);
}
.bg-black\/60 {
  background-color: rgb(var(--system-black) / 0.6);
}
.bg-black\/80 {
  background-color: rgb(var(--system-black) / 0.8);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-border {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--border-default) / var(--tw-bg-opacity, 1));
}
.bg-border-light {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--border-light) / var(--tw-bg-opacity, 1));
}
.bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-primary) / var(--tw-bg-opacity, 1));
}
.bg-brand-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-highlight) / var(--tw-bg-opacity, 1));
}
.bg-brand-highlight\/0 {
  background-color: rgb(var(--brand-highlight) / 0);
}
.bg-brand-highlight\/10 {
  background-color: rgb(var(--brand-highlight) / 0.1);
}
.bg-brand-highlight\/100 {
  background-color: rgb(var(--brand-highlight) / 1);
}
.bg-brand-highlight\/15 {
  background-color: rgb(var(--brand-highlight) / 0.15);
}
.bg-brand-highlight\/20 {
  background-color: rgb(var(--brand-highlight) / 0.2);
}
.bg-brand-highlight\/25 {
  background-color: rgb(var(--brand-highlight) / 0.25);
}
.bg-brand-highlight\/30 {
  background-color: rgb(var(--brand-highlight) / 0.3);
}
.bg-brand-highlight\/35 {
  background-color: rgb(var(--brand-highlight) / 0.35);
}
.bg-brand-highlight\/40 {
  background-color: rgb(var(--brand-highlight) / 0.4);
}
.bg-brand-highlight\/45 {
  background-color: rgb(var(--brand-highlight) / 0.45);
}
.bg-brand-highlight\/5 {
  background-color: rgb(var(--brand-highlight) / 0.05);
}
.bg-brand-highlight\/50 {
  background-color: rgb(var(--brand-highlight) / 0.5);
}
.bg-brand-highlight\/55 {
  background-color: rgb(var(--brand-highlight) / 0.55);
}
.bg-brand-highlight\/60 {
  background-color: rgb(var(--brand-highlight) / 0.6);
}
.bg-brand-highlight\/65 {
  background-color: rgb(var(--brand-highlight) / 0.65);
}
.bg-brand-highlight\/70 {
  background-color: rgb(var(--brand-highlight) / 0.7);
}
.bg-brand-highlight\/75 {
  background-color: rgb(var(--brand-highlight) / 0.75);
}
.bg-brand-highlight\/80 {
  background-color: rgb(var(--brand-highlight) / 0.8);
}
.bg-brand-highlight\/85 {
  background-color: rgb(var(--brand-highlight) / 0.85);
}
.bg-brand-highlight\/90 {
  background-color: rgb(var(--brand-highlight) / 0.9);
}
.bg-brand-highlight\/95 {
  background-color: rgb(var(--brand-highlight) / 0.95);
}
.bg-brand-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-lime) / var(--tw-bg-opacity, 1));
}
.bg-brand-lime\/0 {
  background-color: rgb(var(--brand-lime) / 0);
}
.bg-brand-lime\/10 {
  background-color: rgb(var(--brand-lime) / 0.1);
}
.bg-brand-lime\/100 {
  background-color: rgb(var(--brand-lime) / 1);
}
.bg-brand-lime\/15 {
  background-color: rgb(var(--brand-lime) / 0.15);
}
.bg-brand-lime\/20 {
  background-color: rgb(var(--brand-lime) / 0.2);
}
.bg-brand-lime\/25 {
  background-color: rgb(var(--brand-lime) / 0.25);
}
.bg-brand-lime\/30 {
  background-color: rgb(var(--brand-lime) / 0.3);
}
.bg-brand-lime\/35 {
  background-color: rgb(var(--brand-lime) / 0.35);
}
.bg-brand-lime\/40 {
  background-color: rgb(var(--brand-lime) / 0.4);
}
.bg-brand-lime\/45 {
  background-color: rgb(var(--brand-lime) / 0.45);
}
.bg-brand-lime\/5 {
  background-color: rgb(var(--brand-lime) / 0.05);
}
.bg-brand-lime\/50 {
  background-color: rgb(var(--brand-lime) / 0.5);
}
.bg-brand-lime\/55 {
  background-color: rgb(var(--brand-lime) / 0.55);
}
.bg-brand-lime\/60 {
  background-color: rgb(var(--brand-lime) / 0.6);
}
.bg-brand-lime\/65 {
  background-color: rgb(var(--brand-lime) / 0.65);
}
.bg-brand-lime\/70 {
  background-color: rgb(var(--brand-lime) / 0.7);
}
.bg-brand-lime\/75 {
  background-color: rgb(var(--brand-lime) / 0.75);
}
.bg-brand-lime\/80 {
  background-color: rgb(var(--brand-lime) / 0.8);
}
.bg-brand-lime\/85 {
  background-color: rgb(var(--brand-lime) / 0.85);
}
.bg-brand-lime\/90 {
  background-color: rgb(var(--brand-lime) / 0.9);
}
.bg-brand-lime\/95 {
  background-color: rgb(var(--brand-lime) / 0.95);
}
.bg-brand-limestone {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-limestone) / var(--tw-bg-opacity, 1));
}
.bg-brand-limestone\/0 {
  background-color: rgb(var(--brand-limestone) / 0);
}
.bg-brand-limestone\/10 {
  background-color: rgb(var(--brand-limestone) / 0.1);
}
.bg-brand-limestone\/100 {
  background-color: rgb(var(--brand-limestone) / 1);
}
.bg-brand-limestone\/15 {
  background-color: rgb(var(--brand-limestone) / 0.15);
}
.bg-brand-limestone\/20 {
  background-color: rgb(var(--brand-limestone) / 0.2);
}
.bg-brand-limestone\/25 {
  background-color: rgb(var(--brand-limestone) / 0.25);
}
.bg-brand-limestone\/30 {
  background-color: rgb(var(--brand-limestone) / 0.3);
}
.bg-brand-limestone\/35 {
  background-color: rgb(var(--brand-limestone) / 0.35);
}
.bg-brand-limestone\/40 {
  background-color: rgb(var(--brand-limestone) / 0.4);
}
.bg-brand-limestone\/45 {
  background-color: rgb(var(--brand-limestone) / 0.45);
}
.bg-brand-limestone\/5 {
  background-color: rgb(var(--brand-limestone) / 0.05);
}
.bg-brand-limestone\/50 {
  background-color: rgb(var(--brand-limestone) / 0.5);
}
.bg-brand-limestone\/55 {
  background-color: rgb(var(--brand-limestone) / 0.55);
}
.bg-brand-limestone\/60 {
  background-color: rgb(var(--brand-limestone) / 0.6);
}
.bg-brand-limestone\/65 {
  background-color: rgb(var(--brand-limestone) / 0.65);
}
.bg-brand-limestone\/70 {
  background-color: rgb(var(--brand-limestone) / 0.7);
}
.bg-brand-limestone\/75 {
  background-color: rgb(var(--brand-limestone) / 0.75);
}
.bg-brand-limestone\/80 {
  background-color: rgb(var(--brand-limestone) / 0.8);
}
.bg-brand-limestone\/85 {
  background-color: rgb(var(--brand-limestone) / 0.85);
}
.bg-brand-limestone\/90 {
  background-color: rgb(var(--brand-limestone) / 0.9);
}
.bg-brand-limestone\/95 {
  background-color: rgb(var(--brand-limestone) / 0.95);
}
.bg-brand-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-primary) / var(--tw-bg-opacity, 1));
}
.bg-brand-primary\/0 {
  background-color: rgb(var(--brand-primary) / 0);
}
.bg-brand-primary\/10 {
  background-color: rgb(var(--brand-primary) / 0.1);
}
.bg-brand-primary\/100 {
  background-color: rgb(var(--brand-primary) / 1);
}
.bg-brand-primary\/15 {
  background-color: rgb(var(--brand-primary) / 0.15);
}
.bg-brand-primary\/20 {
  background-color: rgb(var(--brand-primary) / 0.2);
}
.bg-brand-primary\/25 {
  background-color: rgb(var(--brand-primary) / 0.25);
}
.bg-brand-primary\/30 {
  background-color: rgb(var(--brand-primary) / 0.3);
}
.bg-brand-primary\/35 {
  background-color: rgb(var(--brand-primary) / 0.35);
}
.bg-brand-primary\/40 {
  background-color: rgb(var(--brand-primary) / 0.4);
}
.bg-brand-primary\/45 {
  background-color: rgb(var(--brand-primary) / 0.45);
}
.bg-brand-primary\/5 {
  background-color: rgb(var(--brand-primary) / 0.05);
}
.bg-brand-primary\/50 {
  background-color: rgb(var(--brand-primary) / 0.5);
}
.bg-brand-primary\/55 {
  background-color: rgb(var(--brand-primary) / 0.55);
}
.bg-brand-primary\/60 {
  background-color: rgb(var(--brand-primary) / 0.6);
}
.bg-brand-primary\/65 {
  background-color: rgb(var(--brand-primary) / 0.65);
}
.bg-brand-primary\/70 {
  background-color: rgb(var(--brand-primary) / 0.7);
}
.bg-brand-primary\/75 {
  background-color: rgb(var(--brand-primary) / 0.75);
}
.bg-brand-primary\/80 {
  background-color: rgb(var(--brand-primary) / 0.8);
}
.bg-brand-primary\/85 {
  background-color: rgb(var(--brand-primary) / 0.85);
}
.bg-brand-primary\/90 {
  background-color: rgb(var(--brand-primary) / 0.9);
}
.bg-brand-primary\/95 {
  background-color: rgb(var(--brand-primary) / 0.95);
}
.bg-brand-robin {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-robin) / var(--tw-bg-opacity, 1));
}
.bg-brand-robin\/0 {
  background-color: rgb(var(--brand-robin) / 0);
}
.bg-brand-robin\/10 {
  background-color: rgb(var(--brand-robin) / 0.1);
}
.bg-brand-robin\/100 {
  background-color: rgb(var(--brand-robin) / 1);
}
.bg-brand-robin\/15 {
  background-color: rgb(var(--brand-robin) / 0.15);
}
.bg-brand-robin\/20 {
  background-color: rgb(var(--brand-robin) / 0.2);
}
.bg-brand-robin\/25 {
  background-color: rgb(var(--brand-robin) / 0.25);
}
.bg-brand-robin\/30 {
  background-color: rgb(var(--brand-robin) / 0.3);
}
.bg-brand-robin\/35 {
  background-color: rgb(var(--brand-robin) / 0.35);
}
.bg-brand-robin\/40 {
  background-color: rgb(var(--brand-robin) / 0.4);
}
.bg-brand-robin\/45 {
  background-color: rgb(var(--brand-robin) / 0.45);
}
.bg-brand-robin\/5 {
  background-color: rgb(var(--brand-robin) / 0.05);
}
.bg-brand-robin\/50 {
  background-color: rgb(var(--brand-robin) / 0.5);
}
.bg-brand-robin\/55 {
  background-color: rgb(var(--brand-robin) / 0.55);
}
.bg-brand-robin\/60 {
  background-color: rgb(var(--brand-robin) / 0.6);
}
.bg-brand-robin\/65 {
  background-color: rgb(var(--brand-robin) / 0.65);
}
.bg-brand-robin\/70 {
  background-color: rgb(var(--brand-robin) / 0.7);
}
.bg-brand-robin\/75 {
  background-color: rgb(var(--brand-robin) / 0.75);
}
.bg-brand-robin\/80 {
  background-color: rgb(var(--brand-robin) / 0.8);
}
.bg-brand-robin\/85 {
  background-color: rgb(var(--brand-robin) / 0.85);
}
.bg-brand-robin\/90 {
  background-color: rgb(var(--brand-robin) / 0.9);
}
.bg-brand-robin\/95 {
  background-color: rgb(var(--brand-robin) / 0.95);
}
.bg-brand-seasalt {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-seasalt) / var(--tw-bg-opacity, 1));
}
.bg-brand-seasalt-light {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-seasalt-light) / var(--tw-bg-opacity, 1));
}
.bg-brand-seasalt-light\/0 {
  background-color: rgb(var(--brand-seasalt-light) / 0);
}
.bg-brand-seasalt-light\/10 {
  background-color: rgb(var(--brand-seasalt-light) / 0.1);
}
.bg-brand-seasalt-light\/100 {
  background-color: rgb(var(--brand-seasalt-light) / 1);
}
.bg-brand-seasalt-light\/15 {
  background-color: rgb(var(--brand-seasalt-light) / 0.15);
}
.bg-brand-seasalt-light\/20 {
  background-color: rgb(var(--brand-seasalt-light) / 0.2);
}
.bg-brand-seasalt-light\/25 {
  background-color: rgb(var(--brand-seasalt-light) / 0.25);
}
.bg-brand-seasalt-light\/30 {
  background-color: rgb(var(--brand-seasalt-light) / 0.3);
}
.bg-brand-seasalt-light\/35 {
  background-color: rgb(var(--brand-seasalt-light) / 0.35);
}
.bg-brand-seasalt-light\/40 {
  background-color: rgb(var(--brand-seasalt-light) / 0.4);
}
.bg-brand-seasalt-light\/45 {
  background-color: rgb(var(--brand-seasalt-light) / 0.45);
}
.bg-brand-seasalt-light\/5 {
  background-color: rgb(var(--brand-seasalt-light) / 0.05);
}
.bg-brand-seasalt-light\/50 {
  background-color: rgb(var(--brand-seasalt-light) / 0.5);
}
.bg-brand-seasalt-light\/55 {
  background-color: rgb(var(--brand-seasalt-light) / 0.55);
}
.bg-brand-seasalt-light\/60 {
  background-color: rgb(var(--brand-seasalt-light) / 0.6);
}
.bg-brand-seasalt-light\/65 {
  background-color: rgb(var(--brand-seasalt-light) / 0.65);
}
.bg-brand-seasalt-light\/70 {
  background-color: rgb(var(--brand-seasalt-light) / 0.7);
}
.bg-brand-seasalt-light\/75 {
  background-color: rgb(var(--brand-seasalt-light) / 0.75);
}
.bg-brand-seasalt-light\/80 {
  background-color: rgb(var(--brand-seasalt-light) / 0.8);
}
.bg-brand-seasalt-light\/85 {
  background-color: rgb(var(--brand-seasalt-light) / 0.85);
}
.bg-brand-seasalt-light\/90 {
  background-color: rgb(var(--brand-seasalt-light) / 0.9);
}
.bg-brand-seasalt-light\/95 {
  background-color: rgb(var(--brand-seasalt-light) / 0.95);
}
.bg-brand-seasalt\/0 {
  background-color: rgb(var(--brand-seasalt) / 0);
}
.bg-brand-seasalt\/10 {
  background-color: rgb(var(--brand-seasalt) / 0.1);
}
.bg-brand-seasalt\/100 {
  background-color: rgb(var(--brand-seasalt) / 1);
}
.bg-brand-seasalt\/15 {
  background-color: rgb(var(--brand-seasalt) / 0.15);
}
.bg-brand-seasalt\/20 {
  background-color: rgb(var(--brand-seasalt) / 0.2);
}
.bg-brand-seasalt\/25 {
  background-color: rgb(var(--brand-seasalt) / 0.25);
}
.bg-brand-seasalt\/30 {
  background-color: rgb(var(--brand-seasalt) / 0.3);
}
.bg-brand-seasalt\/35 {
  background-color: rgb(var(--brand-seasalt) / 0.35);
}
.bg-brand-seasalt\/40 {
  background-color: rgb(var(--brand-seasalt) / 0.4);
}
.bg-brand-seasalt\/45 {
  background-color: rgb(var(--brand-seasalt) / 0.45);
}
.bg-brand-seasalt\/5 {
  background-color: rgb(var(--brand-seasalt) / 0.05);
}
.bg-brand-seasalt\/50 {
  background-color: rgb(var(--brand-seasalt) / 0.5);
}
.bg-brand-seasalt\/55 {
  background-color: rgb(var(--brand-seasalt) / 0.55);
}
.bg-brand-seasalt\/60 {
  background-color: rgb(var(--brand-seasalt) / 0.6);
}
.bg-brand-seasalt\/65 {
  background-color: rgb(var(--brand-seasalt) / 0.65);
}
.bg-brand-seasalt\/70 {
  background-color: rgb(var(--brand-seasalt) / 0.7);
}
.bg-brand-seasalt\/75 {
  background-color: rgb(var(--brand-seasalt) / 0.75);
}
.bg-brand-seasalt\/80 {
  background-color: rgb(var(--brand-seasalt) / 0.8);
}
.bg-brand-seasalt\/85 {
  background-color: rgb(var(--brand-seasalt) / 0.85);
}
.bg-brand-seasalt\/90 {
  background-color: rgb(var(--brand-seasalt) / 0.9);
}
.bg-brand-seasalt\/95 {
  background-color: rgb(var(--brand-seasalt) / 0.95);
}
.bg-brand-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-secondary) / var(--tw-bg-opacity, 1));
}
.bg-brand-secondary\/0 {
  background-color: rgb(var(--brand-secondary) / 0);
}
.bg-brand-secondary\/10 {
  background-color: rgb(var(--brand-secondary) / 0.1);
}
.bg-brand-secondary\/100 {
  background-color: rgb(var(--brand-secondary) / 1);
}
.bg-brand-secondary\/15 {
  background-color: rgb(var(--brand-secondary) / 0.15);
}
.bg-brand-secondary\/20 {
  background-color: rgb(var(--brand-secondary) / 0.2);
}
.bg-brand-secondary\/25 {
  background-color: rgb(var(--brand-secondary) / 0.25);
}
.bg-brand-secondary\/30 {
  background-color: rgb(var(--brand-secondary) / 0.3);
}
.bg-brand-secondary\/35 {
  background-color: rgb(var(--brand-secondary) / 0.35);
}
.bg-brand-secondary\/40 {
  background-color: rgb(var(--brand-secondary) / 0.4);
}
.bg-brand-secondary\/45 {
  background-color: rgb(var(--brand-secondary) / 0.45);
}
.bg-brand-secondary\/5 {
  background-color: rgb(var(--brand-secondary) / 0.05);
}
.bg-brand-secondary\/50 {
  background-color: rgb(var(--brand-secondary) / 0.5);
}
.bg-brand-secondary\/55 {
  background-color: rgb(var(--brand-secondary) / 0.55);
}
.bg-brand-secondary\/60 {
  background-color: rgb(var(--brand-secondary) / 0.6);
}
.bg-brand-secondary\/65 {
  background-color: rgb(var(--brand-secondary) / 0.65);
}
.bg-brand-secondary\/70 {
  background-color: rgb(var(--brand-secondary) / 0.7);
}
.bg-brand-secondary\/75 {
  background-color: rgb(var(--brand-secondary) / 0.75);
}
.bg-brand-secondary\/80 {
  background-color: rgb(var(--brand-secondary) / 0.8);
}
.bg-brand-secondary\/85 {
  background-color: rgb(var(--brand-secondary) / 0.85);
}
.bg-brand-secondary\/90 {
  background-color: rgb(var(--brand-secondary) / 0.9);
}
.bg-brand-secondary\/95 {
  background-color: rgb(var(--brand-secondary) / 0.95);
}
.bg-brand-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-slate) / var(--tw-bg-opacity, 1));
}
.bg-brand-slate\/0 {
  background-color: rgb(var(--brand-slate) / 0);
}
.bg-brand-slate\/10 {
  background-color: rgb(var(--brand-slate) / 0.1);
}
.bg-brand-slate\/100 {
  background-color: rgb(var(--brand-slate) / 1);
}
.bg-brand-slate\/15 {
  background-color: rgb(var(--brand-slate) / 0.15);
}
.bg-brand-slate\/20 {
  background-color: rgb(var(--brand-slate) / 0.2);
}
.bg-brand-slate\/25 {
  background-color: rgb(var(--brand-slate) / 0.25);
}
.bg-brand-slate\/30 {
  background-color: rgb(var(--brand-slate) / 0.3);
}
.bg-brand-slate\/35 {
  background-color: rgb(var(--brand-slate) / 0.35);
}
.bg-brand-slate\/40 {
  background-color: rgb(var(--brand-slate) / 0.4);
}
.bg-brand-slate\/45 {
  background-color: rgb(var(--brand-slate) / 0.45);
}
.bg-brand-slate\/5 {
  background-color: rgb(var(--brand-slate) / 0.05);
}
.bg-brand-slate\/50 {
  background-color: rgb(var(--brand-slate) / 0.5);
}
.bg-brand-slate\/55 {
  background-color: rgb(var(--brand-slate) / 0.55);
}
.bg-brand-slate\/60 {
  background-color: rgb(var(--brand-slate) / 0.6);
}
.bg-brand-slate\/65 {
  background-color: rgb(var(--brand-slate) / 0.65);
}
.bg-brand-slate\/70 {
  background-color: rgb(var(--brand-slate) / 0.7);
}
.bg-brand-slate\/75 {
  background-color: rgb(var(--brand-slate) / 0.75);
}
.bg-brand-slate\/80 {
  background-color: rgb(var(--brand-slate) / 0.8);
}
.bg-brand-slate\/85 {
  background-color: rgb(var(--brand-slate) / 0.85);
}
.bg-brand-slate\/90 {
  background-color: rgb(var(--brand-slate) / 0.9);
}
.bg-brand-slate\/95 {
  background-color: rgb(var(--brand-slate) / 0.95);
}
.bg-brand-soft-black {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-soft-black) / var(--tw-bg-opacity, 1));
}
.bg-brand-soft-black\/0 {
  background-color: rgb(var(--brand-soft-black) / 0);
}
.bg-brand-soft-black\/10 {
  background-color: rgb(var(--brand-soft-black) / 0.1);
}
.bg-brand-soft-black\/100 {
  background-color: rgb(var(--brand-soft-black) / 1);
}
.bg-brand-soft-black\/15 {
  background-color: rgb(var(--brand-soft-black) / 0.15);
}
.bg-brand-soft-black\/20 {
  background-color: rgb(var(--brand-soft-black) / 0.2);
}
.bg-brand-soft-black\/25 {
  background-color: rgb(var(--brand-soft-black) / 0.25);
}
.bg-brand-soft-black\/30 {
  background-color: rgb(var(--brand-soft-black) / 0.3);
}
.bg-brand-soft-black\/35 {
  background-color: rgb(var(--brand-soft-black) / 0.35);
}
.bg-brand-soft-black\/40 {
  background-color: rgb(var(--brand-soft-black) / 0.4);
}
.bg-brand-soft-black\/45 {
  background-color: rgb(var(--brand-soft-black) / 0.45);
}
.bg-brand-soft-black\/5 {
  background-color: rgb(var(--brand-soft-black) / 0.05);
}
.bg-brand-soft-black\/50 {
  background-color: rgb(var(--brand-soft-black) / 0.5);
}
.bg-brand-soft-black\/55 {
  background-color: rgb(var(--brand-soft-black) / 0.55);
}
.bg-brand-soft-black\/60 {
  background-color: rgb(var(--brand-soft-black) / 0.6);
}
.bg-brand-soft-black\/65 {
  background-color: rgb(var(--brand-soft-black) / 0.65);
}
.bg-brand-soft-black\/70 {
  background-color: rgb(var(--brand-soft-black) / 0.7);
}
.bg-brand-soft-black\/75 {
  background-color: rgb(var(--brand-soft-black) / 0.75);
}
.bg-brand-soft-black\/80 {
  background-color: rgb(var(--brand-soft-black) / 0.8);
}
.bg-brand-soft-black\/85 {
  background-color: rgb(var(--brand-soft-black) / 0.85);
}
.bg-brand-soft-black\/90 {
  background-color: rgb(var(--brand-soft-black) / 0.9);
}
.bg-brand-soft-black\/95 {
  background-color: rgb(var(--brand-soft-black) / 0.95);
}
.bg-brand-steel {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-steel) / var(--tw-bg-opacity, 1));
}
.bg-brand-steel\/0 {
  background-color: rgb(var(--brand-steel) / 0);
}
.bg-brand-steel\/10 {
  background-color: rgb(var(--brand-steel) / 0.1);
}
.bg-brand-steel\/100 {
  background-color: rgb(var(--brand-steel) / 1);
}
.bg-brand-steel\/15 {
  background-color: rgb(var(--brand-steel) / 0.15);
}
.bg-brand-steel\/20 {
  background-color: rgb(var(--brand-steel) / 0.2);
}
.bg-brand-steel\/25 {
  background-color: rgb(var(--brand-steel) / 0.25);
}
.bg-brand-steel\/30 {
  background-color: rgb(var(--brand-steel) / 0.3);
}
.bg-brand-steel\/35 {
  background-color: rgb(var(--brand-steel) / 0.35);
}
.bg-brand-steel\/40 {
  background-color: rgb(var(--brand-steel) / 0.4);
}
.bg-brand-steel\/45 {
  background-color: rgb(var(--brand-steel) / 0.45);
}
.bg-brand-steel\/5 {
  background-color: rgb(var(--brand-steel) / 0.05);
}
.bg-brand-steel\/50 {
  background-color: rgb(var(--brand-steel) / 0.5);
}
.bg-brand-steel\/55 {
  background-color: rgb(var(--brand-steel) / 0.55);
}
.bg-brand-steel\/60 {
  background-color: rgb(var(--brand-steel) / 0.6);
}
.bg-brand-steel\/65 {
  background-color: rgb(var(--brand-steel) / 0.65);
}
.bg-brand-steel\/70 {
  background-color: rgb(var(--brand-steel) / 0.7);
}
.bg-brand-steel\/75 {
  background-color: rgb(var(--brand-steel) / 0.75);
}
.bg-brand-steel\/80 {
  background-color: rgb(var(--brand-steel) / 0.8);
}
.bg-brand-steel\/85 {
  background-color: rgb(var(--brand-steel) / 0.85);
}
.bg-brand-steel\/90 {
  background-color: rgb(var(--brand-steel) / 0.9);
}
.bg-brand-steel\/95 {
  background-color: rgb(var(--brand-steel) / 0.95);
}
.bg-brand-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-tertiary) / var(--tw-bg-opacity, 1));
}
.bg-brand-tertiary\/0 {
  background-color: rgb(var(--brand-tertiary) / 0);
}
.bg-brand-tertiary\/10 {
  background-color: rgb(var(--brand-tertiary) / 0.1);
}
.bg-brand-tertiary\/100 {
  background-color: rgb(var(--brand-tertiary) / 1);
}
.bg-brand-tertiary\/15 {
  background-color: rgb(var(--brand-tertiary) / 0.15);
}
.bg-brand-tertiary\/20 {
  background-color: rgb(var(--brand-tertiary) / 0.2);
}
.bg-brand-tertiary\/25 {
  background-color: rgb(var(--brand-tertiary) / 0.25);
}
.bg-brand-tertiary\/30 {
  background-color: rgb(var(--brand-tertiary) / 0.3);
}
.bg-brand-tertiary\/35 {
  background-color: rgb(var(--brand-tertiary) / 0.35);
}
.bg-brand-tertiary\/40 {
  background-color: rgb(var(--brand-tertiary) / 0.4);
}
.bg-brand-tertiary\/45 {
  background-color: rgb(var(--brand-tertiary) / 0.45);
}
.bg-brand-tertiary\/5 {
  background-color: rgb(var(--brand-tertiary) / 0.05);
}
.bg-brand-tertiary\/50 {
  background-color: rgb(var(--brand-tertiary) / 0.5);
}
.bg-brand-tertiary\/55 {
  background-color: rgb(var(--brand-tertiary) / 0.55);
}
.bg-brand-tertiary\/60 {
  background-color: rgb(var(--brand-tertiary) / 0.6);
}
.bg-brand-tertiary\/65 {
  background-color: rgb(var(--brand-tertiary) / 0.65);
}
.bg-brand-tertiary\/70 {
  background-color: rgb(var(--brand-tertiary) / 0.7);
}
.bg-brand-tertiary\/75 {
  background-color: rgb(var(--brand-tertiary) / 0.75);
}
.bg-brand-tertiary\/80 {
  background-color: rgb(var(--brand-tertiary) / 0.8);
}
.bg-brand-tertiary\/85 {
  background-color: rgb(var(--brand-tertiary) / 0.85);
}
.bg-brand-tertiary\/90 {
  background-color: rgb(var(--brand-tertiary) / 0.9);
}
.bg-brand-tertiary\/95 {
  background-color: rgb(var(--brand-tertiary) / 0.95);
}
.bg-brand\/0 {
  background-color: rgb(var(--brand-primary) / 0);
}
.bg-brand\/10 {
  background-color: rgb(var(--brand-primary) / 0.1);
}
.bg-brand\/100 {
  background-color: rgb(var(--brand-primary) / 1);
}
.bg-brand\/15 {
  background-color: rgb(var(--brand-primary) / 0.15);
}
.bg-brand\/20 {
  background-color: rgb(var(--brand-primary) / 0.2);
}
.bg-brand\/25 {
  background-color: rgb(var(--brand-primary) / 0.25);
}
.bg-brand\/30 {
  background-color: rgb(var(--brand-primary) / 0.3);
}
.bg-brand\/35 {
  background-color: rgb(var(--brand-primary) / 0.35);
}
.bg-brand\/40 {
  background-color: rgb(var(--brand-primary) / 0.4);
}
.bg-brand\/45 {
  background-color: rgb(var(--brand-primary) / 0.45);
}
.bg-brand\/5 {
  background-color: rgb(var(--brand-primary) / 0.05);
}
.bg-brand\/50 {
  background-color: rgb(var(--brand-primary) / 0.5);
}
.bg-brand\/55 {
  background-color: rgb(var(--brand-primary) / 0.55);
}
.bg-brand\/60 {
  background-color: rgb(var(--brand-primary) / 0.6);
}
.bg-brand\/65 {
  background-color: rgb(var(--brand-primary) / 0.65);
}
.bg-brand\/70 {
  background-color: rgb(var(--brand-primary) / 0.7);
}
.bg-brand\/75 {
  background-color: rgb(var(--brand-primary) / 0.75);
}
.bg-brand\/80 {
  background-color: rgb(var(--brand-primary) / 0.8);
}
.bg-brand\/85 {
  background-color: rgb(var(--brand-primary) / 0.85);
}
.bg-brand\/90 {
  background-color: rgb(var(--brand-primary) / 0.9);
}
.bg-brand\/95 {
  background-color: rgb(var(--brand-primary) / 0.95);
}
.bg-content-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--text-content-primary) / var(--tw-bg-opacity, 1));
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-inherit {
  background-color: inherit;
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--neutral-100) / var(--tw-bg-opacity, 1));
}
.bg-neutral-100\/70 {
  background-color: rgb(var(--neutral-100) / 0.7);
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--neutral-200) / var(--tw-bg-opacity, 1));
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--neutral-300) / var(--tw-bg-opacity, 1));
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--neutral-50) / var(--tw-bg-opacity, 1));
}
.bg-neutral-50\/50 {
  background-color: rgb(var(--neutral-50) / 0.5);
}
.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--neutral-500) / var(--tw-bg-opacity, 1));
}
.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--neutral-800) / var(--tw-bg-opacity, 1));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--system-purple) / var(--tw-bg-opacity, 1));
}
.bg-purple\/10 {
  background-color: rgb(var(--system-purple) / 0.1);
}
.bg-purple\/15 {
  background-color: rgb(var(--system-purple) / 0.15);
}
.bg-purple\/20 {
  background-color: rgb(var(--system-purple) / 0.2);
}
.bg-purple\/5 {
  background-color: rgb(var(--system-purple) / 0.05);
}
.bg-purple\/80 {
  background-color: rgb(var(--system-purple) / 0.8);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-status-alert {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--status-alert) / var(--tw-bg-opacity, 1));
}
.bg-status-alert-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--status-alert-bg) / var(--tw-bg-opacity, 1));
}
.bg-status-alert-bg\/0 {
  background-color: rgb(var(--status-alert-bg) / 0);
}
.bg-status-alert-bg\/10 {
  background-color: rgb(var(--status-alert-bg) / 0.1);
}
.bg-status-alert-bg\/100 {
  background-color: rgb(var(--status-alert-bg) / 1);
}
.bg-status-alert-bg\/15 {
  background-color: rgb(var(--status-alert-bg) / 0.15);
}
.bg-status-alert-bg\/20 {
  background-color: rgb(var(--status-alert-bg) / 0.2);
}
.bg-status-alert-bg\/25 {
  background-color: rgb(var(--status-alert-bg) / 0.25);
}
.bg-status-alert-bg\/30 {
  background-color: rgb(var(--status-alert-bg) / 0.3);
}
.bg-status-alert-bg\/35 {
  background-color: rgb(var(--status-alert-bg) / 0.35);
}
.bg-status-alert-bg\/40 {
  background-color: rgb(var(--status-alert-bg) / 0.4);
}
.bg-status-alert-bg\/45 {
  background-color: rgb(var(--status-alert-bg) / 0.45);
}
.bg-status-alert-bg\/5 {
  background-color: rgb(var(--status-alert-bg) / 0.05);
}
.bg-status-alert-bg\/50 {
  background-color: rgb(var(--status-alert-bg) / 0.5);
}
.bg-status-alert-bg\/55 {
  background-color: rgb(var(--status-alert-bg) / 0.55);
}
.bg-status-alert-bg\/60 {
  background-color: rgb(var(--status-alert-bg) / 0.6);
}
.bg-status-alert-bg\/65 {
  background-color: rgb(var(--status-alert-bg) / 0.65);
}
.bg-status-alert-bg\/70 {
  background-color: rgb(var(--status-alert-bg) / 0.7);
}
.bg-status-alert-bg\/75 {
  background-color: rgb(var(--status-alert-bg) / 0.75);
}
.bg-status-alert-bg\/80 {
  background-color: rgb(var(--status-alert-bg) / 0.8);
}
.bg-status-alert-bg\/85 {
  background-color: rgb(var(--status-alert-bg) / 0.85);
}
.bg-status-alert-bg\/90 {
  background-color: rgb(var(--status-alert-bg) / 0.9);
}
.bg-status-alert-bg\/95 {
  background-color: rgb(var(--status-alert-bg) / 0.95);
}
.bg-status-alert\/0 {
  background-color: rgb(var(--status-alert) / 0);
}
.bg-status-alert\/10 {
  background-color: rgb(var(--status-alert) / 0.1);
}
.bg-status-alert\/100 {
  background-color: rgb(var(--status-alert) / 1);
}
.bg-status-alert\/15 {
  background-color: rgb(var(--status-alert) / 0.15);
}
.bg-status-alert\/20 {
  background-color: rgb(var(--status-alert) / 0.2);
}
.bg-status-alert\/25 {
  background-color: rgb(var(--status-alert) / 0.25);
}
.bg-status-alert\/30 {
  background-color: rgb(var(--status-alert) / 0.3);
}
.bg-status-alert\/35 {
  background-color: rgb(var(--status-alert) / 0.35);
}
.bg-status-alert\/40 {
  background-color: rgb(var(--status-alert) / 0.4);
}
.bg-status-alert\/45 {
  background-color: rgb(var(--status-alert) / 0.45);
}
.bg-status-alert\/5 {
  background-color: rgb(var(--status-alert) / 0.05);
}
.bg-status-alert\/50 {
  background-color: rgb(var(--status-alert) / 0.5);
}
.bg-status-alert\/55 {
  background-color: rgb(var(--status-alert) / 0.55);
}
.bg-status-alert\/60 {
  background-color: rgb(var(--status-alert) / 0.6);
}
.bg-status-alert\/65 {
  background-color: rgb(var(--status-alert) / 0.65);
}
.bg-status-alert\/70 {
  background-color: rgb(var(--status-alert) / 0.7);
}
.bg-status-alert\/75 {
  background-color: rgb(var(--status-alert) / 0.75);
}
.bg-status-alert\/80 {
  background-color: rgb(var(--status-alert) / 0.8);
}
.bg-status-alert\/85 {
  background-color: rgb(var(--status-alert) / 0.85);
}
.bg-status-alert\/90 {
  background-color: rgb(var(--status-alert) / 0.9);
}
.bg-status-alert\/95 {
  background-color: rgb(var(--status-alert) / 0.95);
}
.bg-status-error {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--status-error) / var(--tw-bg-opacity, 1));
}
.bg-status-error-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--status-error-bg) / var(--tw-bg-opacity, 1));
}
.bg-status-error-bg\/0 {
  background-color: rgb(var(--status-error-bg) / 0);
}
.bg-status-error-bg\/10 {
  background-color: rgb(var(--status-error-bg) / 0.1);
}
.bg-status-error-bg\/100 {
  background-color: rgb(var(--status-error-bg) / 1);
}
.bg-status-error-bg\/15 {
  background-color: rgb(var(--status-error-bg) / 0.15);
}
.bg-status-error-bg\/20 {
  background-color: rgb(var(--status-error-bg) / 0.2);
}
.bg-status-error-bg\/25 {
  background-color: rgb(var(--status-error-bg) / 0.25);
}
.bg-status-error-bg\/30 {
  background-color: rgb(var(--status-error-bg) / 0.3);
}
.bg-status-error-bg\/35 {
  background-color: rgb(var(--status-error-bg) / 0.35);
}
.bg-status-error-bg\/40 {
  background-color: rgb(var(--status-error-bg) / 0.4);
}
.bg-status-error-bg\/45 {
  background-color: rgb(var(--status-error-bg) / 0.45);
}
.bg-status-error-bg\/5 {
  background-color: rgb(var(--status-error-bg) / 0.05);
}
.bg-status-error-bg\/50 {
  background-color: rgb(var(--status-error-bg) / 0.5);
}
.bg-status-error-bg\/55 {
  background-color: rgb(var(--status-error-bg) / 0.55);
}
.bg-status-error-bg\/60 {
  background-color: rgb(var(--status-error-bg) / 0.6);
}
.bg-status-error-bg\/65 {
  background-color: rgb(var(--status-error-bg) / 0.65);
}
.bg-status-error-bg\/70 {
  background-color: rgb(var(--status-error-bg) / 0.7);
}
.bg-status-error-bg\/75 {
  background-color: rgb(var(--status-error-bg) / 0.75);
}
.bg-status-error-bg\/80 {
  background-color: rgb(var(--status-error-bg) / 0.8);
}
.bg-status-error-bg\/85 {
  background-color: rgb(var(--status-error-bg) / 0.85);
}
.bg-status-error-bg\/90 {
  background-color: rgb(var(--status-error-bg) / 0.9);
}
.bg-status-error-bg\/95 {
  background-color: rgb(var(--status-error-bg) / 0.95);
}
.bg-status-error\/0 {
  background-color: rgb(var(--status-error) / 0);
}
.bg-status-error\/10 {
  background-color: rgb(var(--status-error) / 0.1);
}
.bg-status-error\/100 {
  background-color: rgb(var(--status-error) / 1);
}
.bg-status-error\/15 {
  background-color: rgb(var(--status-error) / 0.15);
}
.bg-status-error\/20 {
  background-color: rgb(var(--status-error) / 0.2);
}
.bg-status-error\/25 {
  background-color: rgb(var(--status-error) / 0.25);
}
.bg-status-error\/30 {
  background-color: rgb(var(--status-error) / 0.3);
}
.bg-status-error\/35 {
  background-color: rgb(var(--status-error) / 0.35);
}
.bg-status-error\/40 {
  background-color: rgb(var(--status-error) / 0.4);
}
.bg-status-error\/45 {
  background-color: rgb(var(--status-error) / 0.45);
}
.bg-status-error\/5 {
  background-color: rgb(var(--status-error) / 0.05);
}
.bg-status-error\/50 {
  background-color: rgb(var(--status-error) / 0.5);
}
.bg-status-error\/55 {
  background-color: rgb(var(--status-error) / 0.55);
}
.bg-status-error\/60 {
  background-color: rgb(var(--status-error) / 0.6);
}
.bg-status-error\/65 {
  background-color: rgb(var(--status-error) / 0.65);
}
.bg-status-error\/70 {
  background-color: rgb(var(--status-error) / 0.7);
}
.bg-status-error\/75 {
  background-color: rgb(var(--status-error) / 0.75);
}
.bg-status-error\/80 {
  background-color: rgb(var(--status-error) / 0.8);
}
.bg-status-error\/85 {
  background-color: rgb(var(--status-error) / 0.85);
}
.bg-status-error\/90 {
  background-color: rgb(var(--status-error) / 0.9);
}
.bg-status-error\/95 {
  background-color: rgb(var(--status-error) / 0.95);
}
.bg-status-notify {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--status-notify) / var(--tw-bg-opacity, 1));
}
.bg-status-notify\/0 {
  background-color: rgb(var(--status-notify) / 0);
}
.bg-status-notify\/10 {
  background-color: rgb(var(--status-notify) / 0.1);
}
.bg-status-notify\/100 {
  background-color: rgb(var(--status-notify) / 1);
}
.bg-status-notify\/15 {
  background-color: rgb(var(--status-notify) / 0.15);
}
.bg-status-notify\/20 {
  background-color: rgb(var(--status-notify) / 0.2);
}
.bg-status-notify\/25 {
  background-color: rgb(var(--status-notify) / 0.25);
}
.bg-status-notify\/30 {
  background-color: rgb(var(--status-notify) / 0.3);
}
.bg-status-notify\/35 {
  background-color: rgb(var(--status-notify) / 0.35);
}
.bg-status-notify\/40 {
  background-color: rgb(var(--status-notify) / 0.4);
}
.bg-status-notify\/45 {
  background-color: rgb(var(--status-notify) / 0.45);
}
.bg-status-notify\/5 {
  background-color: rgb(var(--status-notify) / 0.05);
}
.bg-status-notify\/50 {
  background-color: rgb(var(--status-notify) / 0.5);
}
.bg-status-notify\/55 {
  background-color: rgb(var(--status-notify) / 0.55);
}
.bg-status-notify\/60 {
  background-color: rgb(var(--status-notify) / 0.6);
}
.bg-status-notify\/65 {
  background-color: rgb(var(--status-notify) / 0.65);
}
.bg-status-notify\/70 {
  background-color: rgb(var(--status-notify) / 0.7);
}
.bg-status-notify\/75 {
  background-color: rgb(var(--status-notify) / 0.75);
}
.bg-status-notify\/80 {
  background-color: rgb(var(--status-notify) / 0.8);
}
.bg-status-notify\/85 {
  background-color: rgb(var(--status-notify) / 0.85);
}
.bg-status-notify\/90 {
  background-color: rgb(var(--status-notify) / 0.9);
}
.bg-status-notify\/95 {
  background-color: rgb(var(--status-notify) / 0.95);
}
.bg-status-success {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--status-success) / var(--tw-bg-opacity, 1));
}
.bg-status-success-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--status-success-bg) / var(--tw-bg-opacity, 1));
}
.bg-status-success-bg\/0 {
  background-color: rgb(var(--status-success-bg) / 0);
}
.bg-status-success-bg\/10 {
  background-color: rgb(var(--status-success-bg) / 0.1);
}
.bg-status-success-bg\/100 {
  background-color: rgb(var(--status-success-bg) / 1);
}
.bg-status-success-bg\/15 {
  background-color: rgb(var(--status-success-bg) / 0.15);
}
.bg-status-success-bg\/20 {
  background-color: rgb(var(--status-success-bg) / 0.2);
}
.bg-status-success-bg\/25 {
  background-color: rgb(var(--status-success-bg) / 0.25);
}
.bg-status-success-bg\/30 {
  background-color: rgb(var(--status-success-bg) / 0.3);
}
.bg-status-success-bg\/35 {
  background-color: rgb(var(--status-success-bg) / 0.35);
}
.bg-status-success-bg\/40 {
  background-color: rgb(var(--status-success-bg) / 0.4);
}
.bg-status-success-bg\/45 {
  background-color: rgb(var(--status-success-bg) / 0.45);
}
.bg-status-success-bg\/5 {
  background-color: rgb(var(--status-success-bg) / 0.05);
}
.bg-status-success-bg\/50 {
  background-color: rgb(var(--status-success-bg) / 0.5);
}
.bg-status-success-bg\/55 {
  background-color: rgb(var(--status-success-bg) / 0.55);
}
.bg-status-success-bg\/60 {
  background-color: rgb(var(--status-success-bg) / 0.6);
}
.bg-status-success-bg\/65 {
  background-color: rgb(var(--status-success-bg) / 0.65);
}
.bg-status-success-bg\/70 {
  background-color: rgb(var(--status-success-bg) / 0.7);
}
.bg-status-success-bg\/75 {
  background-color: rgb(var(--status-success-bg) / 0.75);
}
.bg-status-success-bg\/80 {
  background-color: rgb(var(--status-success-bg) / 0.8);
}
.bg-status-success-bg\/85 {
  background-color: rgb(var(--status-success-bg) / 0.85);
}
.bg-status-success-bg\/90 {
  background-color: rgb(var(--status-success-bg) / 0.9);
}
.bg-status-success-bg\/95 {
  background-color: rgb(var(--status-success-bg) / 0.95);
}
.bg-status-success\/0 {
  background-color: rgb(var(--status-success) / 0);
}
.bg-status-success\/10 {
  background-color: rgb(var(--status-success) / 0.1);
}
.bg-status-success\/100 {
  background-color: rgb(var(--status-success) / 1);
}
.bg-status-success\/15 {
  background-color: rgb(var(--status-success) / 0.15);
}
.bg-status-success\/20 {
  background-color: rgb(var(--status-success) / 0.2);
}
.bg-status-success\/25 {
  background-color: rgb(var(--status-success) / 0.25);
}
.bg-status-success\/30 {
  background-color: rgb(var(--status-success) / 0.3);
}
.bg-status-success\/35 {
  background-color: rgb(var(--status-success) / 0.35);
}
.bg-status-success\/40 {
  background-color: rgb(var(--status-success) / 0.4);
}
.bg-status-success\/45 {
  background-color: rgb(var(--status-success) / 0.45);
}
.bg-status-success\/5 {
  background-color: rgb(var(--status-success) / 0.05);
}
.bg-status-success\/50 {
  background-color: rgb(var(--status-success) / 0.5);
}
.bg-status-success\/55 {
  background-color: rgb(var(--status-success) / 0.55);
}
.bg-status-success\/60 {
  background-color: rgb(var(--status-success) / 0.6);
}
.bg-status-success\/65 {
  background-color: rgb(var(--status-success) / 0.65);
}
.bg-status-success\/70 {
  background-color: rgb(var(--status-success) / 0.7);
}
.bg-status-success\/75 {
  background-color: rgb(var(--status-success) / 0.75);
}
.bg-status-success\/80 {
  background-color: rgb(var(--status-success) / 0.8);
}
.bg-status-success\/85 {
  background-color: rgb(var(--status-success) / 0.85);
}
.bg-status-success\/90 {
  background-color: rgb(var(--status-success) / 0.9);
}
.bg-status-success\/95 {
  background-color: rgb(var(--status-success) / 0.95);
}
.bg-status-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--status-warning) / var(--tw-bg-opacity, 1));
}
.bg-status-warning-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--status-warning-bg) / var(--tw-bg-opacity, 1));
}
.bg-status-warning-bg\/0 {
  background-color: rgb(var(--status-warning-bg) / 0);
}
.bg-status-warning-bg\/10 {
  background-color: rgb(var(--status-warning-bg) / 0.1);
}
.bg-status-warning-bg\/100 {
  background-color: rgb(var(--status-warning-bg) / 1);
}
.bg-status-warning-bg\/15 {
  background-color: rgb(var(--status-warning-bg) / 0.15);
}
.bg-status-warning-bg\/20 {
  background-color: rgb(var(--status-warning-bg) / 0.2);
}
.bg-status-warning-bg\/25 {
  background-color: rgb(var(--status-warning-bg) / 0.25);
}
.bg-status-warning-bg\/30 {
  background-color: rgb(var(--status-warning-bg) / 0.3);
}
.bg-status-warning-bg\/35 {
  background-color: rgb(var(--status-warning-bg) / 0.35);
}
.bg-status-warning-bg\/40 {
  background-color: rgb(var(--status-warning-bg) / 0.4);
}
.bg-status-warning-bg\/45 {
  background-color: rgb(var(--status-warning-bg) / 0.45);
}
.bg-status-warning-bg\/5 {
  background-color: rgb(var(--status-warning-bg) / 0.05);
}
.bg-status-warning-bg\/50 {
  background-color: rgb(var(--status-warning-bg) / 0.5);
}
.bg-status-warning-bg\/55 {
  background-color: rgb(var(--status-warning-bg) / 0.55);
}
.bg-status-warning-bg\/60 {
  background-color: rgb(var(--status-warning-bg) / 0.6);
}
.bg-status-warning-bg\/65 {
  background-color: rgb(var(--status-warning-bg) / 0.65);
}
.bg-status-warning-bg\/70 {
  background-color: rgb(var(--status-warning-bg) / 0.7);
}
.bg-status-warning-bg\/75 {
  background-color: rgb(var(--status-warning-bg) / 0.75);
}
.bg-status-warning-bg\/80 {
  background-color: rgb(var(--status-warning-bg) / 0.8);
}
.bg-status-warning-bg\/85 {
  background-color: rgb(var(--status-warning-bg) / 0.85);
}
.bg-status-warning-bg\/90 {
  background-color: rgb(var(--status-warning-bg) / 0.9);
}
.bg-status-warning-bg\/95 {
  background-color: rgb(var(--status-warning-bg) / 0.95);
}
.bg-status-warning\/0 {
  background-color: rgb(var(--status-warning) / 0);
}
.bg-status-warning\/10 {
  background-color: rgb(var(--status-warning) / 0.1);
}
.bg-status-warning\/100 {
  background-color: rgb(var(--status-warning) / 1);
}
.bg-status-warning\/15 {
  background-color: rgb(var(--status-warning) / 0.15);
}
.bg-status-warning\/20 {
  background-color: rgb(var(--status-warning) / 0.2);
}
.bg-status-warning\/25 {
  background-color: rgb(var(--status-warning) / 0.25);
}
.bg-status-warning\/30 {
  background-color: rgb(var(--status-warning) / 0.3);
}
.bg-status-warning\/35 {
  background-color: rgb(var(--status-warning) / 0.35);
}
.bg-status-warning\/40 {
  background-color: rgb(var(--status-warning) / 0.4);
}
.bg-status-warning\/45 {
  background-color: rgb(var(--status-warning) / 0.45);
}
.bg-status-warning\/5 {
  background-color: rgb(var(--status-warning) / 0.05);
}
.bg-status-warning\/50 {
  background-color: rgb(var(--status-warning) / 0.5);
}
.bg-status-warning\/55 {
  background-color: rgb(var(--status-warning) / 0.55);
}
.bg-status-warning\/60 {
  background-color: rgb(var(--status-warning) / 0.6);
}
.bg-status-warning\/65 {
  background-color: rgb(var(--status-warning) / 0.65);
}
.bg-status-warning\/70 {
  background-color: rgb(var(--status-warning) / 0.7);
}
.bg-status-warning\/75 {
  background-color: rgb(var(--status-warning) / 0.75);
}
.bg-status-warning\/80 {
  background-color: rgb(var(--status-warning) / 0.8);
}
.bg-status-warning\/85 {
  background-color: rgb(var(--status-warning) / 0.85);
}
.bg-status-warning\/90 {
  background-color: rgb(var(--status-warning) / 0.9);
}
.bg-status-warning\/95 {
  background-color: rgb(var(--status-warning) / 0.95);
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--system-white) / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(var(--system-white) / 0.1);
}
.bg-white\/60 {
  background-color: rgb(var(--system-white) / 0.6);
}
.bg-white\/80 {
  background-color: rgb(var(--system-white) / 0.8);
}
.bg-white\/90 {
  background-color: rgb(var(--system-white) / 0.9);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#A1ECD2\] {
  --tw-gradient-from: #A1ECD2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 236 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFF5C0\] {
  --tw-gradient-from: #FFF5C0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 192 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(255\2c 255\2c 255\2c 0\.10\)\] {
  --tw-gradient-from: rgba(255,255,255,0.10) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-border-light {
  --tw-gradient-from: rgb(var(--border-light) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--border-light) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-neutral-100 {
  --tw-gradient-from: rgb(var(--neutral-100) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--neutral-100) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-neutral-50 {
  --tw-gradient-from: rgb(var(--neutral-50) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--neutral-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple\/5 {
  --tw-gradient-from: rgb(var(--system-purple) / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--system-purple) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-status-success {
  --tw-gradient-from: rgb(var(--status-success) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--status-success) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-white {
  --tw-gradient-to: rgb(var(--system-white) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--system-white) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#A1ECD2\] {
  --tw-gradient-to: #A1ECD2 var(--tw-gradient-to-position);
}
.to-\[\#FFEA81\] {
  --tw-gradient-to: #FFEA81 var(--tw-gradient-to-position);
}
.to-\[rgba\(255\2c 255\2c 255\2c 0\.05\)\] {
  --tw-gradient-to: rgba(255,255,255,0.05) var(--tw-gradient-to-position);
}
.to-border-default {
  --tw-gradient-to: rgb(var(--border-default) / 1) var(--tw-gradient-to-position);
}
.to-neutral-100 {
  --tw-gradient-to: rgb(var(--neutral-100) / 1) var(--tw-gradient-to-position);
}
.to-status-success {
  --tw-gradient-to: rgb(var(--status-success) / 1) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: rgb(var(--system-white) / 1) var(--tw-gradient-to-position);
}
.to-70\% {
  --tw-gradient-to-position: 70%;
}
.bg-\[length\:200\%_auto\] {
  background-size: 200% auto;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-content-primary {
  fill: rgb(var(--text-content-primary) / 1);
}
.fill-neutral-100 {
  fill: rgb(var(--neutral-100) / 1);
}
.fill-white {
  fill: rgb(var(--system-white) / 1);
}
.fill-yellow {
  fill: rgb(var(--system-yellow) / 1);
}
.fill-yellow-500 {
  fill: #eab308;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[1px\] {
  padding: 1px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-px {
  padding: 1px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[13px\] {
  padding-bottom: 13px;
}
.pb-\[17px\] {
  padding-bottom: 17px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-0\.5 {
  padding-right: 0.125rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.font-mono {
  font-family: var(--font-mono);
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.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-\[450px\] {
  font-weight: 450px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#274651\] {
  --tw-text-opacity: 1;
  color: rgb(39 70 81 / var(--tw-text-opacity, 1));
}
.text-\[\#687679\] {
  --tw-text-opacity: 1;
  color: rgb(104 118 121 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-background-surface {
  --tw-text-opacity: 1;
  color: rgb(var(--bg-surface) / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(var(--system-black) / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-brand {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-primary) / var(--tw-text-opacity, 1));
}
.text-brand-highlight {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-highlight) / var(--tw-text-opacity, 1));
}
.text-brand-highlight\/0 {
  color: rgb(var(--brand-highlight) / 0);
}
.text-brand-highlight\/10 {
  color: rgb(var(--brand-highlight) / 0.1);
}
.text-brand-highlight\/100 {
  color: rgb(var(--brand-highlight) / 1);
}
.text-brand-highlight\/15 {
  color: rgb(var(--brand-highlight) / 0.15);
}
.text-brand-highlight\/20 {
  color: rgb(var(--brand-highlight) / 0.2);
}
.text-brand-highlight\/25 {
  color: rgb(var(--brand-highlight) / 0.25);
}
.text-brand-highlight\/30 {
  color: rgb(var(--brand-highlight) / 0.3);
}
.text-brand-highlight\/35 {
  color: rgb(var(--brand-highlight) / 0.35);
}
.text-brand-highlight\/40 {
  color: rgb(var(--brand-highlight) / 0.4);
}
.text-brand-highlight\/45 {
  color: rgb(var(--brand-highlight) / 0.45);
}
.text-brand-highlight\/5 {
  color: rgb(var(--brand-highlight) / 0.05);
}
.text-brand-highlight\/50 {
  color: rgb(var(--brand-highlight) / 0.5);
}
.text-brand-highlight\/55 {
  color: rgb(var(--brand-highlight) / 0.55);
}
.text-brand-highlight\/60 {
  color: rgb(var(--brand-highlight) / 0.6);
}
.text-brand-highlight\/65 {
  color: rgb(var(--brand-highlight) / 0.65);
}
.text-brand-highlight\/70 {
  color: rgb(var(--brand-highlight) / 0.7);
}
.text-brand-highlight\/75 {
  color: rgb(var(--brand-highlight) / 0.75);
}
.text-brand-highlight\/80 {
  color: rgb(var(--brand-highlight) / 0.8);
}
.text-brand-highlight\/85 {
  color: rgb(var(--brand-highlight) / 0.85);
}
.text-brand-highlight\/90 {
  color: rgb(var(--brand-highlight) / 0.9);
}
.text-brand-highlight\/95 {
  color: rgb(var(--brand-highlight) / 0.95);
}
.text-brand-lime {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-lime) / var(--tw-text-opacity, 1));
}
.text-brand-lime\/0 {
  color: rgb(var(--brand-lime) / 0);
}
.text-brand-lime\/10 {
  color: rgb(var(--brand-lime) / 0.1);
}
.text-brand-lime\/100 {
  color: rgb(var(--brand-lime) / 1);
}
.text-brand-lime\/15 {
  color: rgb(var(--brand-lime) / 0.15);
}
.text-brand-lime\/20 {
  color: rgb(var(--brand-lime) / 0.2);
}
.text-brand-lime\/25 {
  color: rgb(var(--brand-lime) / 0.25);
}
.text-brand-lime\/30 {
  color: rgb(var(--brand-lime) / 0.3);
}
.text-brand-lime\/35 {
  color: rgb(var(--brand-lime) / 0.35);
}
.text-brand-lime\/40 {
  color: rgb(var(--brand-lime) / 0.4);
}
.text-brand-lime\/45 {
  color: rgb(var(--brand-lime) / 0.45);
}
.text-brand-lime\/5 {
  color: rgb(var(--brand-lime) / 0.05);
}
.text-brand-lime\/50 {
  color: rgb(var(--brand-lime) / 0.5);
}
.text-brand-lime\/55 {
  color: rgb(var(--brand-lime) / 0.55);
}
.text-brand-lime\/60 {
  color: rgb(var(--brand-lime) / 0.6);
}
.text-brand-lime\/65 {
  color: rgb(var(--brand-lime) / 0.65);
}
.text-brand-lime\/70 {
  color: rgb(var(--brand-lime) / 0.7);
}
.text-brand-lime\/75 {
  color: rgb(var(--brand-lime) / 0.75);
}
.text-brand-lime\/80 {
  color: rgb(var(--brand-lime) / 0.8);
}
.text-brand-lime\/85 {
  color: rgb(var(--brand-lime) / 0.85);
}
.text-brand-lime\/90 {
  color: rgb(var(--brand-lime) / 0.9);
}
.text-brand-lime\/95 {
  color: rgb(var(--brand-lime) / 0.95);
}
.text-brand-limestone {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-limestone) / var(--tw-text-opacity, 1));
}
.text-brand-limestone\/0 {
  color: rgb(var(--brand-limestone) / 0);
}
.text-brand-limestone\/10 {
  color: rgb(var(--brand-limestone) / 0.1);
}
.text-brand-limestone\/100 {
  color: rgb(var(--brand-limestone) / 1);
}
.text-brand-limestone\/15 {
  color: rgb(var(--brand-limestone) / 0.15);
}
.text-brand-limestone\/20 {
  color: rgb(var(--brand-limestone) / 0.2);
}
.text-brand-limestone\/25 {
  color: rgb(var(--brand-limestone) / 0.25);
}
.text-brand-limestone\/30 {
  color: rgb(var(--brand-limestone) / 0.3);
}
.text-brand-limestone\/35 {
  color: rgb(var(--brand-limestone) / 0.35);
}
.text-brand-limestone\/40 {
  color: rgb(var(--brand-limestone) / 0.4);
}
.text-brand-limestone\/45 {
  color: rgb(var(--brand-limestone) / 0.45);
}
.text-brand-limestone\/5 {
  color: rgb(var(--brand-limestone) / 0.05);
}
.text-brand-limestone\/50 {
  color: rgb(var(--brand-limestone) / 0.5);
}
.text-brand-limestone\/55 {
  color: rgb(var(--brand-limestone) / 0.55);
}
.text-brand-limestone\/60 {
  color: rgb(var(--brand-limestone) / 0.6);
}
.text-brand-limestone\/65 {
  color: rgb(var(--brand-limestone) / 0.65);
}
.text-brand-limestone\/70 {
  color: rgb(var(--brand-limestone) / 0.7);
}
.text-brand-limestone\/75 {
  color: rgb(var(--brand-limestone) / 0.75);
}
.text-brand-limestone\/80 {
  color: rgb(var(--brand-limestone) / 0.8);
}
.text-brand-limestone\/85 {
  color: rgb(var(--brand-limestone) / 0.85);
}
.text-brand-limestone\/90 {
  color: rgb(var(--brand-limestone) / 0.9);
}
.text-brand-limestone\/95 {
  color: rgb(var(--brand-limestone) / 0.95);
}
.text-brand-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-primary) / var(--tw-text-opacity, 1));
}
.text-brand-primary\/0 {
  color: rgb(var(--brand-primary) / 0);
}
.text-brand-primary\/10 {
  color: rgb(var(--brand-primary) / 0.1);
}
.text-brand-primary\/100 {
  color: rgb(var(--brand-primary) / 1);
}
.text-brand-primary\/15 {
  color: rgb(var(--brand-primary) / 0.15);
}
.text-brand-primary\/20 {
  color: rgb(var(--brand-primary) / 0.2);
}
.text-brand-primary\/25 {
  color: rgb(var(--brand-primary) / 0.25);
}
.text-brand-primary\/30 {
  color: rgb(var(--brand-primary) / 0.3);
}
.text-brand-primary\/35 {
  color: rgb(var(--brand-primary) / 0.35);
}
.text-brand-primary\/40 {
  color: rgb(var(--brand-primary) / 0.4);
}
.text-brand-primary\/45 {
  color: rgb(var(--brand-primary) / 0.45);
}
.text-brand-primary\/5 {
  color: rgb(var(--brand-primary) / 0.05);
}
.text-brand-primary\/50 {
  color: rgb(var(--brand-primary) / 0.5);
}
.text-brand-primary\/55 {
  color: rgb(var(--brand-primary) / 0.55);
}
.text-brand-primary\/60 {
  color: rgb(var(--brand-primary) / 0.6);
}
.text-brand-primary\/65 {
  color: rgb(var(--brand-primary) / 0.65);
}
.text-brand-primary\/70 {
  color: rgb(var(--brand-primary) / 0.7);
}
.text-brand-primary\/75 {
  color: rgb(var(--brand-primary) / 0.75);
}
.text-brand-primary\/80 {
  color: rgb(var(--brand-primary) / 0.8);
}
.text-brand-primary\/85 {
  color: rgb(var(--brand-primary) / 0.85);
}
.text-brand-primary\/90 {
  color: rgb(var(--brand-primary) / 0.9);
}
.text-brand-primary\/95 {
  color: rgb(var(--brand-primary) / 0.95);
}
.text-brand-robin {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-robin) / var(--tw-text-opacity, 1));
}
.text-brand-robin\/0 {
  color: rgb(var(--brand-robin) / 0);
}
.text-brand-robin\/10 {
  color: rgb(var(--brand-robin) / 0.1);
}
.text-brand-robin\/100 {
  color: rgb(var(--brand-robin) / 1);
}
.text-brand-robin\/15 {
  color: rgb(var(--brand-robin) / 0.15);
}
.text-brand-robin\/20 {
  color: rgb(var(--brand-robin) / 0.2);
}
.text-brand-robin\/25 {
  color: rgb(var(--brand-robin) / 0.25);
}
.text-brand-robin\/30 {
  color: rgb(var(--brand-robin) / 0.3);
}
.text-brand-robin\/35 {
  color: rgb(var(--brand-robin) / 0.35);
}
.text-brand-robin\/40 {
  color: rgb(var(--brand-robin) / 0.4);
}
.text-brand-robin\/45 {
  color: rgb(var(--brand-robin) / 0.45);
}
.text-brand-robin\/5 {
  color: rgb(var(--brand-robin) / 0.05);
}
.text-brand-robin\/50 {
  color: rgb(var(--brand-robin) / 0.5);
}
.text-brand-robin\/55 {
  color: rgb(var(--brand-robin) / 0.55);
}
.text-brand-robin\/60 {
  color: rgb(var(--brand-robin) / 0.6);
}
.text-brand-robin\/65 {
  color: rgb(var(--brand-robin) / 0.65);
}
.text-brand-robin\/70 {
  color: rgb(var(--brand-robin) / 0.7);
}
.text-brand-robin\/75 {
  color: rgb(var(--brand-robin) / 0.75);
}
.text-brand-robin\/80 {
  color: rgb(var(--brand-robin) / 0.8);
}
.text-brand-robin\/85 {
  color: rgb(var(--brand-robin) / 0.85);
}
.text-brand-robin\/90 {
  color: rgb(var(--brand-robin) / 0.9);
}
.text-brand-robin\/95 {
  color: rgb(var(--brand-robin) / 0.95);
}
.text-brand-seasalt {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-seasalt) / var(--tw-text-opacity, 1));
}
.text-brand-seasalt-light {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-seasalt-light) / var(--tw-text-opacity, 1));
}
.text-brand-seasalt-light\/0 {
  color: rgb(var(--brand-seasalt-light) / 0);
}
.text-brand-seasalt-light\/10 {
  color: rgb(var(--brand-seasalt-light) / 0.1);
}
.text-brand-seasalt-light\/100 {
  color: rgb(var(--brand-seasalt-light) / 1);
}
.text-brand-seasalt-light\/15 {
  color: rgb(var(--brand-seasalt-light) / 0.15);
}
.text-brand-seasalt-light\/20 {
  color: rgb(var(--brand-seasalt-light) / 0.2);
}
.text-brand-seasalt-light\/25 {
  color: rgb(var(--brand-seasalt-light) / 0.25);
}
.text-brand-seasalt-light\/30 {
  color: rgb(var(--brand-seasalt-light) / 0.3);
}
.text-brand-seasalt-light\/35 {
  color: rgb(var(--brand-seasalt-light) / 0.35);
}
.text-brand-seasalt-light\/40 {
  color: rgb(var(--brand-seasalt-light) / 0.4);
}
.text-brand-seasalt-light\/45 {
  color: rgb(var(--brand-seasalt-light) / 0.45);
}
.text-brand-seasalt-light\/5 {
  color: rgb(var(--brand-seasalt-light) / 0.05);
}
.text-brand-seasalt-light\/50 {
  color: rgb(var(--brand-seasalt-light) / 0.5);
}
.text-brand-seasalt-light\/55 {
  color: rgb(var(--brand-seasalt-light) / 0.55);
}
.text-brand-seasalt-light\/60 {
  color: rgb(var(--brand-seasalt-light) / 0.6);
}
.text-brand-seasalt-light\/65 {
  color: rgb(var(--brand-seasalt-light) / 0.65);
}
.text-brand-seasalt-light\/70 {
  color: rgb(var(--brand-seasalt-light) / 0.7);
}
.text-brand-seasalt-light\/75 {
  color: rgb(var(--brand-seasalt-light) / 0.75);
}
.text-brand-seasalt-light\/80 {
  color: rgb(var(--brand-seasalt-light) / 0.8);
}
.text-brand-seasalt-light\/85 {
  color: rgb(var(--brand-seasalt-light) / 0.85);
}
.text-brand-seasalt-light\/90 {
  color: rgb(var(--brand-seasalt-light) / 0.9);
}
.text-brand-seasalt-light\/95 {
  color: rgb(var(--brand-seasalt-light) / 0.95);
}
.text-brand-seasalt\/0 {
  color: rgb(var(--brand-seasalt) / 0);
}
.text-brand-seasalt\/10 {
  color: rgb(var(--brand-seasalt) / 0.1);
}
.text-brand-seasalt\/100 {
  color: rgb(var(--brand-seasalt) / 1);
}
.text-brand-seasalt\/15 {
  color: rgb(var(--brand-seasalt) / 0.15);
}
.text-brand-seasalt\/20 {
  color: rgb(var(--brand-seasalt) / 0.2);
}
.text-brand-seasalt\/25 {
  color: rgb(var(--brand-seasalt) / 0.25);
}
.text-brand-seasalt\/30 {
  color: rgb(var(--brand-seasalt) / 0.3);
}
.text-brand-seasalt\/35 {
  color: rgb(var(--brand-seasalt) / 0.35);
}
.text-brand-seasalt\/40 {
  color: rgb(var(--brand-seasalt) / 0.4);
}
.text-brand-seasalt\/45 {
  color: rgb(var(--brand-seasalt) / 0.45);
}
.text-brand-seasalt\/5 {
  color: rgb(var(--brand-seasalt) / 0.05);
}
.text-brand-seasalt\/50 {
  color: rgb(var(--brand-seasalt) / 0.5);
}
.text-brand-seasalt\/55 {
  color: rgb(var(--brand-seasalt) / 0.55);
}
.text-brand-seasalt\/60 {
  color: rgb(var(--brand-seasalt) / 0.6);
}
.text-brand-seasalt\/65 {
  color: rgb(var(--brand-seasalt) / 0.65);
}
.text-brand-seasalt\/70 {
  color: rgb(var(--brand-seasalt) / 0.7);
}
.text-brand-seasalt\/75 {
  color: rgb(var(--brand-seasalt) / 0.75);
}
.text-brand-seasalt\/80 {
  color: rgb(var(--brand-seasalt) / 0.8);
}
.text-brand-seasalt\/85 {
  color: rgb(var(--brand-seasalt) / 0.85);
}
.text-brand-seasalt\/90 {
  color: rgb(var(--brand-seasalt) / 0.9);
}
.text-brand-seasalt\/95 {
  color: rgb(var(--brand-seasalt) / 0.95);
}
.text-brand-secondary {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-secondary) / var(--tw-text-opacity, 1));
}
.text-brand-secondary\/0 {
  color: rgb(var(--brand-secondary) / 0);
}
.text-brand-secondary\/10 {
  color: rgb(var(--brand-secondary) / 0.1);
}
.text-brand-secondary\/100 {
  color: rgb(var(--brand-secondary) / 1);
}
.text-brand-secondary\/15 {
  color: rgb(var(--brand-secondary) / 0.15);
}
.text-brand-secondary\/20 {
  color: rgb(var(--brand-secondary) / 0.2);
}
.text-brand-secondary\/25 {
  color: rgb(var(--brand-secondary) / 0.25);
}
.text-brand-secondary\/30 {
  color: rgb(var(--brand-secondary) / 0.3);
}
.text-brand-secondary\/35 {
  color: rgb(var(--brand-secondary) / 0.35);
}
.text-brand-secondary\/40 {
  color: rgb(var(--brand-secondary) / 0.4);
}
.text-brand-secondary\/45 {
  color: rgb(var(--brand-secondary) / 0.45);
}
.text-brand-secondary\/5 {
  color: rgb(var(--brand-secondary) / 0.05);
}
.text-brand-secondary\/50 {
  color: rgb(var(--brand-secondary) / 0.5);
}
.text-brand-secondary\/55 {
  color: rgb(var(--brand-secondary) / 0.55);
}
.text-brand-secondary\/60 {
  color: rgb(var(--brand-secondary) / 0.6);
}
.text-brand-secondary\/65 {
  color: rgb(var(--brand-secondary) / 0.65);
}
.text-brand-secondary\/70 {
  color: rgb(var(--brand-secondary) / 0.7);
}
.text-brand-secondary\/75 {
  color: rgb(var(--brand-secondary) / 0.75);
}
.text-brand-secondary\/80 {
  color: rgb(var(--brand-secondary) / 0.8);
}
.text-brand-secondary\/85 {
  color: rgb(var(--brand-secondary) / 0.85);
}
.text-brand-secondary\/90 {
  color: rgb(var(--brand-secondary) / 0.9);
}
.text-brand-secondary\/95 {
  color: rgb(var(--brand-secondary) / 0.95);
}
.text-brand-slate {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-slate) / var(--tw-text-opacity, 1));
}
.text-brand-slate\/0 {
  color: rgb(var(--brand-slate) / 0);
}
.text-brand-slate\/10 {
  color: rgb(var(--brand-slate) / 0.1);
}
.text-brand-slate\/100 {
  color: rgb(var(--brand-slate) / 1);
}
.text-brand-slate\/15 {
  color: rgb(var(--brand-slate) / 0.15);
}
.text-brand-slate\/20 {
  color: rgb(var(--brand-slate) / 0.2);
}
.text-brand-slate\/25 {
  color: rgb(var(--brand-slate) / 0.25);
}
.text-brand-slate\/30 {
  color: rgb(var(--brand-slate) / 0.3);
}
.text-brand-slate\/35 {
  color: rgb(var(--brand-slate) / 0.35);
}
.text-brand-slate\/40 {
  color: rgb(var(--brand-slate) / 0.4);
}
.text-brand-slate\/45 {
  color: rgb(var(--brand-slate) / 0.45);
}
.text-brand-slate\/5 {
  color: rgb(var(--brand-slate) / 0.05);
}
.text-brand-slate\/50 {
  color: rgb(var(--brand-slate) / 0.5);
}
.text-brand-slate\/55 {
  color: rgb(var(--brand-slate) / 0.55);
}
.text-brand-slate\/60 {
  color: rgb(var(--brand-slate) / 0.6);
}
.text-brand-slate\/65 {
  color: rgb(var(--brand-slate) / 0.65);
}
.text-brand-slate\/70 {
  color: rgb(var(--brand-slate) / 0.7);
}
.text-brand-slate\/75 {
  color: rgb(var(--brand-slate) / 0.75);
}
.text-brand-slate\/80 {
  color: rgb(var(--brand-slate) / 0.8);
}
.text-brand-slate\/85 {
  color: rgb(var(--brand-slate) / 0.85);
}
.text-brand-slate\/90 {
  color: rgb(var(--brand-slate) / 0.9);
}
.text-brand-slate\/95 {
  color: rgb(var(--brand-slate) / 0.95);
}
.text-brand-soft-black {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-soft-black) / var(--tw-text-opacity, 1));
}
.text-brand-soft-black\/0 {
  color: rgb(var(--brand-soft-black) / 0);
}
.text-brand-soft-black\/10 {
  color: rgb(var(--brand-soft-black) / 0.1);
}
.text-brand-soft-black\/100 {
  color: rgb(var(--brand-soft-black) / 1);
}
.text-brand-soft-black\/15 {
  color: rgb(var(--brand-soft-black) / 0.15);
}
.text-brand-soft-black\/20 {
  color: rgb(var(--brand-soft-black) / 0.2);
}
.text-brand-soft-black\/25 {
  color: rgb(var(--brand-soft-black) / 0.25);
}
.text-brand-soft-black\/30 {
  color: rgb(var(--brand-soft-black) / 0.3);
}
.text-brand-soft-black\/35 {
  color: rgb(var(--brand-soft-black) / 0.35);
}
.text-brand-soft-black\/40 {
  color: rgb(var(--brand-soft-black) / 0.4);
}
.text-brand-soft-black\/45 {
  color: rgb(var(--brand-soft-black) / 0.45);
}
.text-brand-soft-black\/5 {
  color: rgb(var(--brand-soft-black) / 0.05);
}
.text-brand-soft-black\/50 {
  color: rgb(var(--brand-soft-black) / 0.5);
}
.text-brand-soft-black\/55 {
  color: rgb(var(--brand-soft-black) / 0.55);
}
.text-brand-soft-black\/60 {
  color: rgb(var(--brand-soft-black) / 0.6);
}
.text-brand-soft-black\/65 {
  color: rgb(var(--brand-soft-black) / 0.65);
}
.text-brand-soft-black\/70 {
  color: rgb(var(--brand-soft-black) / 0.7);
}
.text-brand-soft-black\/75 {
  color: rgb(var(--brand-soft-black) / 0.75);
}
.text-brand-soft-black\/80 {
  color: rgb(var(--brand-soft-black) / 0.8);
}
.text-brand-soft-black\/85 {
  color: rgb(var(--brand-soft-black) / 0.85);
}
.text-brand-soft-black\/90 {
  color: rgb(var(--brand-soft-black) / 0.9);
}
.text-brand-soft-black\/95 {
  color: rgb(var(--brand-soft-black) / 0.95);
}
.text-brand-steel {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-steel) / var(--tw-text-opacity, 1));
}
.text-brand-steel\/0 {
  color: rgb(var(--brand-steel) / 0);
}
.text-brand-steel\/10 {
  color: rgb(var(--brand-steel) / 0.1);
}
.text-brand-steel\/100 {
  color: rgb(var(--brand-steel) / 1);
}
.text-brand-steel\/15 {
  color: rgb(var(--brand-steel) / 0.15);
}
.text-brand-steel\/20 {
  color: rgb(var(--brand-steel) / 0.2);
}
.text-brand-steel\/25 {
  color: rgb(var(--brand-steel) / 0.25);
}
.text-brand-steel\/30 {
  color: rgb(var(--brand-steel) / 0.3);
}
.text-brand-steel\/35 {
  color: rgb(var(--brand-steel) / 0.35);
}
.text-brand-steel\/40 {
  color: rgb(var(--brand-steel) / 0.4);
}
.text-brand-steel\/45 {
  color: rgb(var(--brand-steel) / 0.45);
}
.text-brand-steel\/5 {
  color: rgb(var(--brand-steel) / 0.05);
}
.text-brand-steel\/50 {
  color: rgb(var(--brand-steel) / 0.5);
}
.text-brand-steel\/55 {
  color: rgb(var(--brand-steel) / 0.55);
}
.text-brand-steel\/60 {
  color: rgb(var(--brand-steel) / 0.6);
}
.text-brand-steel\/65 {
  color: rgb(var(--brand-steel) / 0.65);
}
.text-brand-steel\/70 {
  color: rgb(var(--brand-steel) / 0.7);
}
.text-brand-steel\/75 {
  color: rgb(var(--brand-steel) / 0.75);
}
.text-brand-steel\/80 {
  color: rgb(var(--brand-steel) / 0.8);
}
.text-brand-steel\/85 {
  color: rgb(var(--brand-steel) / 0.85);
}
.text-brand-steel\/90 {
  color: rgb(var(--brand-steel) / 0.9);
}
.text-brand-steel\/95 {
  color: rgb(var(--brand-steel) / 0.95);
}
.text-brand-tertiary {
  --tw-text-opacity: 1;
  color: rgb(var(--brand-tertiary) / var(--tw-text-opacity, 1));
}
.text-brand-tertiary\/0 {
  color: rgb(var(--brand-tertiary) / 0);
}
.text-brand-tertiary\/10 {
  color: rgb(var(--brand-tertiary) / 0.1);
}
.text-brand-tertiary\/100 {
  color: rgb(var(--brand-tertiary) / 1);
}
.text-brand-tertiary\/15 {
  color: rgb(var(--brand-tertiary) / 0.15);
}
.text-brand-tertiary\/20 {
  color: rgb(var(--brand-tertiary) / 0.2);
}
.text-brand-tertiary\/25 {
  color: rgb(var(--brand-tertiary) / 0.25);
}
.text-brand-tertiary\/30 {
  color: rgb(var(--brand-tertiary) / 0.3);
}
.text-brand-tertiary\/35 {
  color: rgb(var(--brand-tertiary) / 0.35);
}
.text-brand-tertiary\/40 {
  color: rgb(var(--brand-tertiary) / 0.4);
}
.text-brand-tertiary\/45 {
  color: rgb(var(--brand-tertiary) / 0.45);
}
.text-brand-tertiary\/5 {
  color: rgb(var(--brand-tertiary) / 0.05);
}
.text-brand-tertiary\/50 {
  color: rgb(var(--brand-tertiary) / 0.5);
}
.text-brand-tertiary\/55 {
  color: rgb(var(--brand-tertiary) / 0.55);
}
.text-brand-tertiary\/60 {
  color: rgb(var(--brand-tertiary) / 0.6);
}
.text-brand-tertiary\/65 {
  color: rgb(var(--brand-tertiary) / 0.65);
}
.text-brand-tertiary\/70 {
  color: rgb(var(--brand-tertiary) / 0.7);
}
.text-brand-tertiary\/75 {
  color: rgb(var(--brand-tertiary) / 0.75);
}
.text-brand-tertiary\/80 {
  color: rgb(var(--brand-tertiary) / 0.8);
}
.text-brand-tertiary\/85 {
  color: rgb(var(--brand-tertiary) / 0.85);
}
.text-brand-tertiary\/90 {
  color: rgb(var(--brand-tertiary) / 0.9);
}
.text-brand-tertiary\/95 {
  color: rgb(var(--brand-tertiary) / 0.95);
}
.text-brand\/0 {
  color: rgb(var(--brand-primary) / 0);
}
.text-brand\/10 {
  color: rgb(var(--brand-primary) / 0.1);
}
.text-brand\/100 {
  color: rgb(var(--brand-primary) / 1);
}
.text-brand\/15 {
  color: rgb(var(--brand-primary) / 0.15);
}
.text-brand\/20 {
  color: rgb(var(--brand-primary) / 0.2);
}
.text-brand\/25 {
  color: rgb(var(--brand-primary) / 0.25);
}
.text-brand\/30 {
  color: rgb(var(--brand-primary) / 0.3);
}
.text-brand\/35 {
  color: rgb(var(--brand-primary) / 0.35);
}
.text-brand\/40 {
  color: rgb(var(--brand-primary) / 0.4);
}
.text-brand\/45 {
  color: rgb(var(--brand-primary) / 0.45);
}
.text-brand\/5 {
  color: rgb(var(--brand-primary) / 0.05);
}
.text-brand\/50 {
  color: rgb(var(--brand-primary) / 0.5);
}
.text-brand\/55 {
  color: rgb(var(--brand-primary) / 0.55);
}
.text-brand\/60 {
  color: rgb(var(--brand-primary) / 0.6);
}
.text-brand\/65 {
  color: rgb(var(--brand-primary) / 0.65);
}
.text-brand\/70 {
  color: rgb(var(--brand-primary) / 0.7);
}
.text-brand\/75 {
  color: rgb(var(--brand-primary) / 0.75);
}
.text-brand\/80 {
  color: rgb(var(--brand-primary) / 0.8);
}
.text-brand\/85 {
  color: rgb(var(--brand-primary) / 0.85);
}
.text-brand\/90 {
  color: rgb(var(--brand-primary) / 0.9);
}
.text-brand\/95 {
  color: rgb(var(--brand-primary) / 0.95);
}
.text-content-light {
  --tw-text-opacity: 1;
  color: rgb(var(--text-content-light) / var(--tw-text-opacity, 1));
}
.text-content-light\/60 {
  color: rgb(var(--text-content-light) / 0.6);
}
.text-content-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--text-content-primary) / var(--tw-text-opacity, 1));
}
.text-content-primary-stable {
  --tw-text-opacity: 1;
  color: rgb(var(--text-content-primary-stable) / var(--tw-text-opacity, 1));
}
.text-content-secondary {
  --tw-text-opacity: 1;
  color: rgb(var(--text-content-secondary) / var(--tw-text-opacity, 1));
}
.text-content-tertiary {
  --tw-text-opacity: 1;
  color: rgb(var(--text-content-tertiary) / var(--tw-text-opacity, 1));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(var(--neutral-100) / var(--tw-text-opacity, 1));
}
.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(var(--neutral-200) / var(--tw-text-opacity, 1));
}
.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(var(--neutral-300) / var(--tw-text-opacity, 1));
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(var(--neutral-400) / var(--tw-text-opacity, 1));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--neutral-500) / var(--tw-text-opacity, 1));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--neutral-600) / var(--tw-text-opacity, 1));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(var(--neutral-700) / var(--tw-text-opacity, 1));
}
.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(var(--neutral-800) / var(--tw-text-opacity, 1));
}
.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgb(var(--system-purple) / var(--tw-text-opacity, 1));
}
.text-purple\/40 {
  color: rgb(var(--system-purple) / 0.4);
}
.text-purple\/50 {
  color: rgb(var(--system-purple) / 0.5);
}
.text-purple\/60 {
  color: rgb(var(--system-purple) / 0.6);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-status-alert {
  --tw-text-opacity: 1;
  color: rgb(var(--status-alert) / var(--tw-text-opacity, 1));
}
.text-status-alert-bg {
  --tw-text-opacity: 1;
  color: rgb(var(--status-alert-bg) / var(--tw-text-opacity, 1));
}
.text-status-alert-bg\/0 {
  color: rgb(var(--status-alert-bg) / 0);
}
.text-status-alert-bg\/10 {
  color: rgb(var(--status-alert-bg) / 0.1);
}
.text-status-alert-bg\/100 {
  color: rgb(var(--status-alert-bg) / 1);
}
.text-status-alert-bg\/15 {
  color: rgb(var(--status-alert-bg) / 0.15);
}
.text-status-alert-bg\/20 {
  color: rgb(var(--status-alert-bg) / 0.2);
}
.text-status-alert-bg\/25 {
  color: rgb(var(--status-alert-bg) / 0.25);
}
.text-status-alert-bg\/30 {
  color: rgb(var(--status-alert-bg) / 0.3);
}
.text-status-alert-bg\/35 {
  color: rgb(var(--status-alert-bg) / 0.35);
}
.text-status-alert-bg\/40 {
  color: rgb(var(--status-alert-bg) / 0.4);
}
.text-status-alert-bg\/45 {
  color: rgb(var(--status-alert-bg) / 0.45);
}
.text-status-alert-bg\/5 {
  color: rgb(var(--status-alert-bg) / 0.05);
}
.text-status-alert-bg\/50 {
  color: rgb(var(--status-alert-bg) / 0.5);
}
.text-status-alert-bg\/55 {
  color: rgb(var(--status-alert-bg) / 0.55);
}
.text-status-alert-bg\/60 {
  color: rgb(var(--status-alert-bg) / 0.6);
}
.text-status-alert-bg\/65 {
  color: rgb(var(--status-alert-bg) / 0.65);
}
.text-status-alert-bg\/70 {
  color: rgb(var(--status-alert-bg) / 0.7);
}
.text-status-alert-bg\/75 {
  color: rgb(var(--status-alert-bg) / 0.75);
}
.text-status-alert-bg\/80 {
  color: rgb(var(--status-alert-bg) / 0.8);
}
.text-status-alert-bg\/85 {
  color: rgb(var(--status-alert-bg) / 0.85);
}
.text-status-alert-bg\/90 {
  color: rgb(var(--status-alert-bg) / 0.9);
}
.text-status-alert-bg\/95 {
  color: rgb(var(--status-alert-bg) / 0.95);
}
.text-status-alert\/0 {
  color: rgb(var(--status-alert) / 0);
}
.text-status-alert\/10 {
  color: rgb(var(--status-alert) / 0.1);
}
.text-status-alert\/100 {
  color: rgb(var(--status-alert) / 1);
}
.text-status-alert\/15 {
  color: rgb(var(--status-alert) / 0.15);
}
.text-status-alert\/20 {
  color: rgb(var(--status-alert) / 0.2);
}
.text-status-alert\/25 {
  color: rgb(var(--status-alert) / 0.25);
}
.text-status-alert\/30 {
  color: rgb(var(--status-alert) / 0.3);
}
.text-status-alert\/35 {
  color: rgb(var(--status-alert) / 0.35);
}
.text-status-alert\/40 {
  color: rgb(var(--status-alert) / 0.4);
}
.text-status-alert\/45 {
  color: rgb(var(--status-alert) / 0.45);
}
.text-status-alert\/5 {
  color: rgb(var(--status-alert) / 0.05);
}
.text-status-alert\/50 {
  color: rgb(var(--status-alert) / 0.5);
}
.text-status-alert\/55 {
  color: rgb(var(--status-alert) / 0.55);
}
.text-status-alert\/60 {
  color: rgb(var(--status-alert) / 0.6);
}
.text-status-alert\/65 {
  color: rgb(var(--status-alert) / 0.65);
}
.text-status-alert\/70 {
  color: rgb(var(--status-alert) / 0.7);
}
.text-status-alert\/75 {
  color: rgb(var(--status-alert) / 0.75);
}
.text-status-alert\/80 {
  color: rgb(var(--status-alert) / 0.8);
}
.text-status-alert\/85 {
  color: rgb(var(--status-alert) / 0.85);
}
.text-status-alert\/90 {
  color: rgb(var(--status-alert) / 0.9);
}
.text-status-alert\/95 {
  color: rgb(var(--status-alert) / 0.95);
}
.text-status-error {
  --tw-text-opacity: 1;
  color: rgb(var(--status-error) / var(--tw-text-opacity, 1));
}
.text-status-error-bg {
  --tw-text-opacity: 1;
  color: rgb(var(--status-error-bg) / var(--tw-text-opacity, 1));
}
.text-status-error-bg\/0 {
  color: rgb(var(--status-error-bg) / 0);
}
.text-status-error-bg\/10 {
  color: rgb(var(--status-error-bg) / 0.1);
}
.text-status-error-bg\/100 {
  color: rgb(var(--status-error-bg) / 1);
}
.text-status-error-bg\/15 {
  color: rgb(var(--status-error-bg) / 0.15);
}
.text-status-error-bg\/20 {
  color: rgb(var(--status-error-bg) / 0.2);
}
.text-status-error-bg\/25 {
  color: rgb(var(--status-error-bg) / 0.25);
}
.text-status-error-bg\/30 {
  color: rgb(var(--status-error-bg) / 0.3);
}
.text-status-error-bg\/35 {
  color: rgb(var(--status-error-bg) / 0.35);
}
.text-status-error-bg\/40 {
  color: rgb(var(--status-error-bg) / 0.4);
}
.text-status-error-bg\/45 {
  color: rgb(var(--status-error-bg) / 0.45);
}
.text-status-error-bg\/5 {
  color: rgb(var(--status-error-bg) / 0.05);
}
.text-status-error-bg\/50 {
  color: rgb(var(--status-error-bg) / 0.5);
}
.text-status-error-bg\/55 {
  color: rgb(var(--status-error-bg) / 0.55);
}
.text-status-error-bg\/60 {
  color: rgb(var(--status-error-bg) / 0.6);
}
.text-status-error-bg\/65 {
  color: rgb(var(--status-error-bg) / 0.65);
}
.text-status-error-bg\/70 {
  color: rgb(var(--status-error-bg) / 0.7);
}
.text-status-error-bg\/75 {
  color: rgb(var(--status-error-bg) / 0.75);
}
.text-status-error-bg\/80 {
  color: rgb(var(--status-error-bg) / 0.8);
}
.text-status-error-bg\/85 {
  color: rgb(var(--status-error-bg) / 0.85);
}
.text-status-error-bg\/90 {
  color: rgb(var(--status-error-bg) / 0.9);
}
.text-status-error-bg\/95 {
  color: rgb(var(--status-error-bg) / 0.95);
}
.text-status-error\/0 {
  color: rgb(var(--status-error) / 0);
}
.text-status-error\/10 {
  color: rgb(var(--status-error) / 0.1);
}
.text-status-error\/100 {
  color: rgb(var(--status-error) / 1);
}
.text-status-error\/15 {
  color: rgb(var(--status-error) / 0.15);
}
.text-status-error\/20 {
  color: rgb(var(--status-error) / 0.2);
}
.text-status-error\/25 {
  color: rgb(var(--status-error) / 0.25);
}
.text-status-error\/30 {
  color: rgb(var(--status-error) / 0.3);
}
.text-status-error\/35 {
  color: rgb(var(--status-error) / 0.35);
}
.text-status-error\/40 {
  color: rgb(var(--status-error) / 0.4);
}
.text-status-error\/45 {
  color: rgb(var(--status-error) / 0.45);
}
.text-status-error\/5 {
  color: rgb(var(--status-error) / 0.05);
}
.text-status-error\/50 {
  color: rgb(var(--status-error) / 0.5);
}
.text-status-error\/55 {
  color: rgb(var(--status-error) / 0.55);
}
.text-status-error\/60 {
  color: rgb(var(--status-error) / 0.6);
}
.text-status-error\/65 {
  color: rgb(var(--status-error) / 0.65);
}
.text-status-error\/70 {
  color: rgb(var(--status-error) / 0.7);
}
.text-status-error\/75 {
  color: rgb(var(--status-error) / 0.75);
}
.text-status-error\/80 {
  color: rgb(var(--status-error) / 0.8);
}
.text-status-error\/85 {
  color: rgb(var(--status-error) / 0.85);
}
.text-status-error\/90 {
  color: rgb(var(--status-error) / 0.9);
}
.text-status-error\/95 {
  color: rgb(var(--status-error) / 0.95);
}
.text-status-notify {
  --tw-text-opacity: 1;
  color: rgb(var(--status-notify) / var(--tw-text-opacity, 1));
}
.text-status-notify\/0 {
  color: rgb(var(--status-notify) / 0);
}
.text-status-notify\/10 {
  color: rgb(var(--status-notify) / 0.1);
}
.text-status-notify\/100 {
  color: rgb(var(--status-notify) / 1);
}
.text-status-notify\/15 {
  color: rgb(var(--status-notify) / 0.15);
}
.text-status-notify\/20 {
  color: rgb(var(--status-notify) / 0.2);
}
.text-status-notify\/25 {
  color: rgb(var(--status-notify) / 0.25);
}
.text-status-notify\/30 {
  color: rgb(var(--status-notify) / 0.3);
}
.text-status-notify\/35 {
  color: rgb(var(--status-notify) / 0.35);
}
.text-status-notify\/40 {
  color: rgb(var(--status-notify) / 0.4);
}
.text-status-notify\/45 {
  color: rgb(var(--status-notify) / 0.45);
}
.text-status-notify\/5 {
  color: rgb(var(--status-notify) / 0.05);
}
.text-status-notify\/50 {
  color: rgb(var(--status-notify) / 0.5);
}
.text-status-notify\/55 {
  color: rgb(var(--status-notify) / 0.55);
}
.text-status-notify\/60 {
  color: rgb(var(--status-notify) / 0.6);
}
.text-status-notify\/65 {
  color: rgb(var(--status-notify) / 0.65);
}
.text-status-notify\/70 {
  color: rgb(var(--status-notify) / 0.7);
}
.text-status-notify\/75 {
  color: rgb(var(--status-notify) / 0.75);
}
.text-status-notify\/80 {
  color: rgb(var(--status-notify) / 0.8);
}
.text-status-notify\/85 {
  color: rgb(var(--status-notify) / 0.85);
}
.text-status-notify\/90 {
  color: rgb(var(--status-notify) / 0.9);
}
.text-status-notify\/95 {
  color: rgb(var(--status-notify) / 0.95);
}
.text-status-success {
  --tw-text-opacity: 1;
  color: rgb(var(--status-success) / var(--tw-text-opacity, 1));
}
.text-status-success-bg {
  --tw-text-opacity: 1;
  color: rgb(var(--status-success-bg) / var(--tw-text-opacity, 1));
}
.text-status-success-bg\/0 {
  color: rgb(var(--status-success-bg) / 0);
}
.text-status-success-bg\/10 {
  color: rgb(var(--status-success-bg) / 0.1);
}
.text-status-success-bg\/100 {
  color: rgb(var(--status-success-bg) / 1);
}
.text-status-success-bg\/15 {
  color: rgb(var(--status-success-bg) / 0.15);
}
.text-status-success-bg\/20 {
  color: rgb(var(--status-success-bg) / 0.2);
}
.text-status-success-bg\/25 {
  color: rgb(var(--status-success-bg) / 0.25);
}
.text-status-success-bg\/30 {
  color: rgb(var(--status-success-bg) / 0.3);
}
.text-status-success-bg\/35 {
  color: rgb(var(--status-success-bg) / 0.35);
}
.text-status-success-bg\/40 {
  color: rgb(var(--status-success-bg) / 0.4);
}
.text-status-success-bg\/45 {
  color: rgb(var(--status-success-bg) / 0.45);
}
.text-status-success-bg\/5 {
  color: rgb(var(--status-success-bg) / 0.05);
}
.text-status-success-bg\/50 {
  color: rgb(var(--status-success-bg) / 0.5);
}
.text-status-success-bg\/55 {
  color: rgb(var(--status-success-bg) / 0.55);
}
.text-status-success-bg\/60 {
  color: rgb(var(--status-success-bg) / 0.6);
}
.text-status-success-bg\/65 {
  color: rgb(var(--status-success-bg) / 0.65);
}
.text-status-success-bg\/70 {
  color: rgb(var(--status-success-bg) / 0.7);
}
.text-status-success-bg\/75 {
  color: rgb(var(--status-success-bg) / 0.75);
}
.text-status-success-bg\/80 {
  color: rgb(var(--status-success-bg) / 0.8);
}
.text-status-success-bg\/85 {
  color: rgb(var(--status-success-bg) / 0.85);
}
.text-status-success-bg\/90 {
  color: rgb(var(--status-success-bg) / 0.9);
}
.text-status-success-bg\/95 {
  color: rgb(var(--status-success-bg) / 0.95);
}
.text-status-success\/0 {
  color: rgb(var(--status-success) / 0);
}
.text-status-success\/10 {
  color: rgb(var(--status-success) / 0.1);
}
.text-status-success\/100 {
  color: rgb(var(--status-success) / 1);
}
.text-status-success\/15 {
  color: rgb(var(--status-success) / 0.15);
}
.text-status-success\/20 {
  color: rgb(var(--status-success) / 0.2);
}
.text-status-success\/25 {
  color: rgb(var(--status-success) / 0.25);
}
.text-status-success\/30 {
  color: rgb(var(--status-success) / 0.3);
}
.text-status-success\/35 {
  color: rgb(var(--status-success) / 0.35);
}
.text-status-success\/40 {
  color: rgb(var(--status-success) / 0.4);
}
.text-status-success\/45 {
  color: rgb(var(--status-success) / 0.45);
}
.text-status-success\/5 {
  color: rgb(var(--status-success) / 0.05);
}
.text-status-success\/50 {
  color: rgb(var(--status-success) / 0.5);
}
.text-status-success\/55 {
  color: rgb(var(--status-success) / 0.55);
}
.text-status-success\/60 {
  color: rgb(var(--status-success) / 0.6);
}
.text-status-success\/65 {
  color: rgb(var(--status-success) / 0.65);
}
.text-status-success\/70 {
  color: rgb(var(--status-success) / 0.7);
}
.text-status-success\/75 {
  color: rgb(var(--status-success) / 0.75);
}
.text-status-success\/80 {
  color: rgb(var(--status-success) / 0.8);
}
.text-status-success\/85 {
  color: rgb(var(--status-success) / 0.85);
}
.text-status-success\/90 {
  color: rgb(var(--status-success) / 0.9);
}
.text-status-success\/95 {
  color: rgb(var(--status-success) / 0.95);
}
.text-status-warning {
  --tw-text-opacity: 1;
  color: rgb(var(--status-warning) / var(--tw-text-opacity, 1));
}
.text-status-warning-bg {
  --tw-text-opacity: 1;
  color: rgb(var(--status-warning-bg) / var(--tw-text-opacity, 1));
}
.text-status-warning-bg\/0 {
  color: rgb(var(--status-warning-bg) / 0);
}
.text-status-warning-bg\/10 {
  color: rgb(var(--status-warning-bg) / 0.1);
}
.text-status-warning-bg\/100 {
  color: rgb(var(--status-warning-bg) / 1);
}
.text-status-warning-bg\/15 {
  color: rgb(var(--status-warning-bg) / 0.15);
}
.text-status-warning-bg\/20 {
  color: rgb(var(--status-warning-bg) / 0.2);
}
.text-status-warning-bg\/25 {
  color: rgb(var(--status-warning-bg) / 0.25);
}
.text-status-warning-bg\/30 {
  color: rgb(var(--status-warning-bg) / 0.3);
}
.text-status-warning-bg\/35 {
  color: rgb(var(--status-warning-bg) / 0.35);
}
.text-status-warning-bg\/40 {
  color: rgb(var(--status-warning-bg) / 0.4);
}
.text-status-warning-bg\/45 {
  color: rgb(var(--status-warning-bg) / 0.45);
}
.text-status-warning-bg\/5 {
  color: rgb(var(--status-warning-bg) / 0.05);
}
.text-status-warning-bg\/50 {
  color: rgb(var(--status-warning-bg) / 0.5);
}
.text-status-warning-bg\/55 {
  color: rgb(var(--status-warning-bg) / 0.55);
}
.text-status-warning-bg\/60 {
  color: rgb(var(--status-warning-bg) / 0.6);
}
.text-status-warning-bg\/65 {
  color: rgb(var(--status-warning-bg) / 0.65);
}
.text-status-warning-bg\/70 {
  color: rgb(var(--status-warning-bg) / 0.7);
}
.text-status-warning-bg\/75 {
  color: rgb(var(--status-warning-bg) / 0.75);
}
.text-status-warning-bg\/80 {
  color: rgb(var(--status-warning-bg) / 0.8);
}
.text-status-warning-bg\/85 {
  color: rgb(var(--status-warning-bg) / 0.85);
}
.text-status-warning-bg\/90 {
  color: rgb(var(--status-warning-bg) / 0.9);
}
.text-status-warning-bg\/95 {
  color: rgb(var(--status-warning-bg) / 0.95);
}
.text-status-warning\/0 {
  color: rgb(var(--status-warning) / 0);
}
.text-status-warning\/10 {
  color: rgb(var(--status-warning) / 0.1);
}
.text-status-warning\/100 {
  color: rgb(var(--status-warning) / 1);
}
.text-status-warning\/15 {
  color: rgb(var(--status-warning) / 0.15);
}
.text-status-warning\/20 {
  color: rgb(var(--status-warning) / 0.2);
}
.text-status-warning\/25 {
  color: rgb(var(--status-warning) / 0.25);
}
.text-status-warning\/30 {
  color: rgb(var(--status-warning) / 0.3);
}
.text-status-warning\/35 {
  color: rgb(var(--status-warning) / 0.35);
}
.text-status-warning\/40 {
  color: rgb(var(--status-warning) / 0.4);
}
.text-status-warning\/45 {
  color: rgb(var(--status-warning) / 0.45);
}
.text-status-warning\/5 {
  color: rgb(var(--status-warning) / 0.05);
}
.text-status-warning\/50 {
  color: rgb(var(--status-warning) / 0.5);
}
.text-status-warning\/55 {
  color: rgb(var(--status-warning) / 0.55);
}
.text-status-warning\/60 {
  color: rgb(var(--status-warning) / 0.6);
}
.text-status-warning\/65 {
  color: rgb(var(--status-warning) / 0.65);
}
.text-status-warning\/70 {
  color: rgb(var(--status-warning) / 0.7);
}
.text-status-warning\/75 {
  color: rgb(var(--status-warning) / 0.75);
}
.text-status-warning\/80 {
  color: rgb(var(--status-warning) / 0.8);
}
.text-status-warning\/85 {
  color: rgb(var(--status-warning) / 0.85);
}
.text-status-warning\/90 {
  color: rgb(var(--status-warning) / 0.9);
}
.text-status-warning\/95 {
  color: rgb(var(--status-warning) / 0.95);
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(var(--system-white) / var(--tw-text-opacity, 1));
}
.text-white\/60 {
  color: rgb(var(--system-white) / 0.6);
}
.text-white\/70 {
  color: rgb(var(--system-white) / 0.7);
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(var(--system-yellow) / var(--tw-text-opacity, 1));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.caret-transparent {
  caret-color: transparent;
}
.accent-brand {
  accent-color: rgb(var(--brand-primary) / 1);
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0\.5px_1px_0_rgba\(0\2c 0\2c 0\2c 0\.20\)\] {
  --tw-shadow: 0 0.5px 1px 0 rgba(0,0,0,0.20);
  --tw-shadow-colored: 0 0.5px 1px 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);
}
.shadow-\[0_2px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 2px 10px 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);
}
.shadow-\[0_2px_2px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\2c 0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\2c 0_2px_24px_0_rgba\(0\2c 0\2c 0\2c 0\.16\)\] {
  --tw-shadow: 0 2px 2px 0 rgba(0,0,0,0.05),0 4px 4px 0 rgba(0,0,0,0.05),0 2px 24px 0 rgba(0,0,0,0.16);
  --tw-shadow-colored: 0 2px 2px 0 var(--tw-shadow-color), 0 4px 4px 0 var(--tw-shadow-color), 0 2px 24px 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);
}
.shadow-\[0px_-4px_16px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\2c 0px_-3px_12px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\2c 0px_-2px_3px_0px_rgba\(0\2c 0\2c 51\2c 0\.06\)\] {
  --tw-shadow: 0px -4px 16px 0px rgba(0,0,0,0.1),0px -3px 12px 0px rgba(0,0,0,0.1),0px -2px 3px 0px rgba(0,0,51,0.06);
  --tw-shadow-colored: 0px -4px 16px 0px var(--tw-shadow-color), 0px -3px 12px 0px var(--tw-shadow-color), 0px -2px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_2px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 2px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_6px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0px 6px 10px 0px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0px 6px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --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);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --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);
}
.shadow-blue-500\/20 {
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/20 {
  --tw-shadow-color: rgb(107 114 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/20 {
  --tw-shadow-color: rgb(34 197 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/20 {
  --tw-shadow-color: rgb(249 115 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-brand {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--brand-primary) / var(--tw-ring-opacity, 1));
}
.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1));
}
.ring-offset-background {
  --tw-ring-offset-color: rgb(var(--bg-surface) / 1);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-sm {
  --tw-blur: blur(4px);
  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);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
  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-blur-\[1\.5px\] {
  --tw-backdrop-blur: blur(1.5px);
  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-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in {
  --tw-enter-opacity: 0;
}
.fade-in-0 {
  --tw-enter-opacity: 0;
}
.zoom-in-95 {
  --tw-enter-scale: .95;
}
.slide-in-from-bottom-2 {
  --tw-enter-translate-y: 0.5rem;
}
.slide-in-from-bottom-4 {
  --tw-enter-translate-y: 1rem;
}
.duration-150 {
  animation-duration: 150ms;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.running {
  animation-play-state: running;
}
.paused {
  animation-play-state: paused;
}
.\[--cell-size\:2rem\] {
  --cell-size: 2rem;
}
.\[animation-duration\:2s\] {
  animation-duration: 2s;
}
.\[assignPhysicianToThread\:xact\] {
  assign-physician-to-thread: xact;
}
.\[mask-image\:linear-gradient\(to_bottom\2c white\2c transparent\)\] {
  -webkit-mask-image: linear-gradient(to bottom,white,transparent);
          mask-image: linear-gradient(to bottom,white,transparent);
}

/*
NOTE: Match these colors 1:1 with Figma: https://www.figma.com/design/xsCUylEulsKY8mjWRxcjoS/%E2%9D%96--Main--Component-Library?node-id=4312-1112&m=dev&vars=1&var-id=2731-1647&var-set-id=5-2614
Do not add new colors without updating them in Figma, for each of the themes

Keep in sync with apps/mobile-webview/globals.css when making changes 
*/

@media (hover: hover) and (pointer: fine) {
  .hover\:darken-bg-5:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: rgb(var(--system-black) / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(var(--system-black) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(var(--system-black) / 0.05) var(--tw-gradient-to-position);
  }

  .hover\:lighten-bg-10:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: rgb(var(--system-white) / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(var(--system-white) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(var(--system-white) / 0.1) var(--tw-gradient-to-position);
  }
}

.active\:darken-bg-10:active {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(var(--system-black) / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--system-black) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(var(--system-black) / 0.1) var(--tw-gradient-to-position);
}

.placeholder\:text-content-tertiary::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--text-content-tertiary) / var(--tw-text-opacity, 1));
}

.placeholder\:text-content-tertiary::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--text-content-tertiary) / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-300::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-300::placeholder {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.first\:ml-0:first-child {
  margin-left: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

@media (hover: hover) and (pointer: fine) {

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

  .hover\:cursor-pointer:hover {
    cursor: pointer;
  }

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

  .hover\:border:hover {
    border-width: 1px;
  }

  .hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .hover\:border-border-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--border-dark) / var(--tw-border-opacity, 1));
  }

  .hover\:border-brand:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--brand-primary) / var(--tw-border-opacity, 1));
  }

  .hover\:border-brand\/50:hover {
    border-color: rgb(var(--brand-primary) / 0.5);
  }

  .hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }

  .hover\:border-neutral-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--neutral-300) / var(--tw-border-opacity, 1));
  }

  .hover\:border-purple\/40:hover {
    border-color: rgb(var(--system-purple) / 0.4);
  }

  .hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }

  .hover\:bg-\[rgba\(39\2c 70\2c 81\2c 0\.20\)\]:hover {
    background-color: rgba(39,70,81,0.20);
  }

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

  .hover\:bg-background-elevated\/80:hover {
    background-color: rgb(var(--bg-elevated) / 0.8);
  }

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

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

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

  .hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  }

  .hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  }

  .hover\:bg-border-light\/10:hover {
    background-color: rgb(var(--border-light) / 0.1);
  }

  .hover\:bg-brand:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--brand-primary) / var(--tw-bg-opacity, 1));
  }

  .hover\:bg-brand-seasalt:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--brand-seasalt) / var(--tw-bg-opacity, 1));
  }

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

  .hover\:bg-gray-100\/50:hover {
    background-color: rgb(243 244 246 / 0.5);
  }

  .hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }

  .hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

  .hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  }

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

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

  .hover\:bg-neutral-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--neutral-400) / var(--tw-bg-opacity, 1));
  }

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

  .hover\:bg-purple\/10:hover {
    background-color: rgb(var(--system-purple) / 0.1);
  }

  .hover\:bg-purple\/5:hover {
    background-color: rgb(var(--system-purple) / 0.05);
  }

  .hover\:bg-purple\/50:hover {
    background-color: rgb(var(--system-purple) / 0.5);
  }

  .hover\:bg-purple\/90:hover {
    background-color: rgb(var(--system-purple) / 0.9);
  }

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

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

  .hover\:bg-status-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--status-error) / var(--tw-bg-opacity, 1));
  }

  .hover\:bg-status-error-bg:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--status-error-bg) / var(--tw-bg-opacity, 1));
  }

  .hover\:bg-status-error-bg\/10:hover {
    background-color: rgb(var(--status-error-bg) / 0.1);
  }

  .hover\:bg-status-error\/15:hover {
    background-color: rgb(var(--status-error) / 0.15);
  }

  .hover\:bg-status-success-bg\/10:hover {
    background-color: rgb(var(--status-success-bg) / 0.1);
  }

  .hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .hover\:from-\[rgba\(39\2c 70\2c 81\2c 0\.06\)\]:hover {
    --tw-gradient-from: rgba(39,70,81,0.06) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(39, 70, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .hover\:to-\[rgba\(39\2c 70\2c 81\2c 0\.06\)\]:hover {
    --tw-gradient-to: rgba(39,70,81,0.06) var(--tw-gradient-to-position);
  }

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

  .hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
  }

  .hover\:text-brand:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--brand-primary) / var(--tw-text-opacity, 1));
  }

  .hover\:text-brand-primary\/80:hover {
    color: rgb(var(--brand-primary) / 0.8);
  }

  .hover\:text-content-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--text-content-primary) / var(--tw-text-opacity, 1));
  }

  .hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }

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

  .hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity, 1));
  }

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

  .hover\:text-purple:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--system-purple) / var(--tw-text-opacity, 1));
  }

  .hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }

  .hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }

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

  .hover\:underline:hover {
    text-decoration-line: underline;
  }

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

  .hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .hover\:shadow-sm:hover {
    --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);
  }

  .hover\:outline:hover {
    outline-style: solid;
  }

  .hover\:outline-neutral-100:hover {
    outline-color: rgb(var(--neutral-100) / 1);
  }

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

  .hover\:ring-inset:hover {
    --tw-ring-inset: inset;
  }

  .hover\:ring-brand:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--brand-primary) / var(--tw-ring-opacity, 1));
  }
}

.focus\:border:focus {
  border-width: 1px;
}

.focus\:border-2:focus {
  border-width: 2px;
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.focus\:border-brand:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--brand-primary) / var(--tw-border-opacity, 1));
}

.focus\:border-status-error:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--status-error) / var(--tw-border-opacity, 1));
}

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

.focus\:bg-background-inset:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--bg-inset) / var(--tw-bg-opacity, 1));
}

.focus\:bg-background-surface:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--bg-surface) / var(--tw-bg-opacity, 1));
}

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

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

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

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

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

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

.focus\:ring-brand:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--brand-primary) / var(--tw-ring-opacity, 1));
}

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

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

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

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

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

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

.focus-visible\:ring-border:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--border-default) / var(--tw-ring-opacity, 1));
}

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

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

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

.focus-visible\:ring-offset-background:focus-visible {
  --tw-ring-offset-color: rgb(var(--bg-surface) / 1);
}

.active\:border-border-dark:active {
  --tw-border-opacity: 1;
  border-color: rgb(var(--border-dark) / var(--tw-border-opacity, 1));
}

.active\:bg-background-inset:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--bg-inset) / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--neutral-50) / var(--tw-bg-opacity, 1));
}

.active\:opacity-90:active {
  opacity: 0.9;
}

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

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:border-border-dark:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(var(--border-dark) / var(--tw-border-opacity, 1));
}

.disabled\:text-transparent:disabled {
  color: transparent;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

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

.disabled\:opacity-80:disabled {
  opacity: 0.8;
}

@media (hover: hover) and (pointer: fine) {

  .disabled\:hover\:cursor-not-allowed:hover:disabled {
    cursor: not-allowed;
  }

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

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

  .disabled\:hover\:shadow-sm:hover:disabled {
    --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);
  }
}

.group:focus-within .group-focus-within\:border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(var(--system-purple) / var(--tw-border-opacity, 1));
}

.group:focus-within .group-focus-within\:ring-purple\/20 {
  --tw-ring-color: rgb(var(--system-purple) / 0.2);
}

@media (hover: hover) and (pointer: fine) {

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

  .group:hover .group-hover\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
    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));
  }

  .group:hover .group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group\/btn:hover .group-hover\/btn\:text-white {
    --tw-text-opacity: 1;
    color: rgb(var(--system-white) / var(--tw-text-opacity, 1));
  }

  .group:hover .group-hover\:text-content-primary {
    --tw-text-opacity: 1;
    color: rgb(var(--text-content-primary) / var(--tw-text-opacity, 1));
  }

  .group:hover .group-hover\:text-purple {
    --tw-text-opacity: 1;
    color: rgb(var(--system-purple) / var(--tw-text-opacity, 1));
  }

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

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

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

  .group:hover .group-hover\:opacity-50 {
    opacity: 0.5;
  }
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}

.aria-disabled\:cursor-not-allowed[aria-disabled="true"] {
  cursor: not-allowed;
}

.aria-disabled\:opacity-50[aria-disabled="true"] {
  opacity: 0.5;
}

.data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
  pointer-events: none;
}

.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction="vertical"] {
  height: 1px;
}

.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction="vertical"] {
  width: 100%;
}

.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: 0.25rem;
  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));
}

.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -0.25rem;
  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));
}

.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: 0.25rem;
  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));
}

.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --tw-translate-y: -0.25rem;
  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));
}

.data-\[state\=checked\]\:translate-x-4[data-state="checked"] {
  --tw-translate-x: 1rem;
  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));
}

.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
  --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));
}

.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction="vertical"] {
  flex-direction: column;
}

.data-\[range-end\=true\]\:rounded-md[data-range-end="true"] {
  border-radius: calc(var(--radius) - 4px);
}

.data-\[range-middle\=true\]\:rounded-none[data-range-middle="true"] {
  border-radius: 0px;
}

.data-\[range-start\=true\]\:rounded-md[data-range-start="true"] {
  border-radius: calc(var(--radius) - 4px);
}

.data-\[selected\=true\]\:rounded-none[data-selected="true"] {
  border-radius: 0px;
}

.data-\[range-end\=true\]\:rounded-r-md[data-range-end="true"] {
  border-top-right-radius: calc(var(--radius) - 4px);
  border-bottom-right-radius: calc(var(--radius) - 4px);
}

.data-\[range-start\=true\]\:rounded-l-md[data-range-start="true"] {
  border-top-left-radius: calc(var(--radius) - 4px);
  border-bottom-left-radius: calc(var(--radius) - 4px);
}

.data-\[state\=active\]\:bg-background-elevated[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--bg-elevated) / var(--tw-bg-opacity, 1));
}

.data-\[state\=active\]\:bg-brand-seasalt[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-seasalt) / var(--tw-bg-opacity, 1));
}

.data-\[state\=active\]\:bg-transparent[data-state="active"] {
  background-color: transparent;
}

.data-\[state\=checked\]\:bg-brand[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--brand-primary) / var(--tw-bg-opacity, 1));
}

.data-\[state\=unchecked\]\:bg-gray-200[data-state="unchecked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.data-\[placeholder\]\:text-content-secondary[data-placeholder] {
  --tw-text-opacity: 1;
  color: rgb(var(--text-content-secondary) / var(--tw-text-opacity, 1));
}

.data-\[state\=active\]\:text-content-primary[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(var(--text-content-primary) / var(--tw-text-opacity, 1));
}

.data-\[state\=checked\]\:text-content-light[data-state="checked"] {
  --tw-text-opacity: 1;
  color: rgb(var(--text-content-light) / var(--tw-text-opacity, 1));
}

.data-\[state\=open\]\:text-content-light[data-state="open"] {
  --tw-text-opacity: 1;
  color: rgb(var(--text-content-light) / var(--tw-text-opacity, 1));
}

.data-\[disabled\=true\]\:opacity-50[data-disabled="true"] {
  opacity: 0.5;
}

.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}

.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
  --tw-exit-translate-x: -50%;
}

.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
  --tw-exit-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
  --tw-enter-translate-x: -50%;
}

.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
  --tw-enter-translate-y: -48%;
}

.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  left: 0px;
}

.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  width: 100%;
}

.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  --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));
}

@media (hover: hover) and (pointer: fine) {

  .data-\[state\=unchecked\]\:hover\:bg-background-inset:hover[data-state="unchecked"] {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--bg-inset) / var(--tw-bg-opacity, 1));
  }
}

.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:relative {
  position: relative;
}

.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:z-10 {
  z-index: 10;
}

.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:ring-\[3px\] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.prose-li\:marker\:text-neutral-900 * :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
  color: rgb(var(--neutral-900) );
}

.prose-li\:marker\:text-neutral-900 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
  color: rgb(var(--neutral-900) );
}

@media (prefers-reduced-motion: reduce) {

  .motion-reduce\:animate-none {
    animation: none;
  }

  .motion-reduce\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 640px) {

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-96 {
    width: 24rem;
  }

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

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

  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .sm\:-translate-x-1\/2 {
    --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));
  }

  .sm\:-translate-y-\[25\%\] {
    --tw-translate-y: -25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  @keyframes across {

    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(100%);
    }
  }

  .sm\:animate-\[across_2\.5s_cubic-bezier\(0\.4\2c 0\2c 0\.4\2c 1\)_infinite\] {
    animation: across 2.5s cubic-bezier(0.4,0,0.4,1) infinite;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

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

  .sm\:justify-end {
    justify-content: flex-end;
  }

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

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:rounded-lg {
    border-radius: calc(var(--radius));
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

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

  .sm\:text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {

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

  .md\:max-w-\[15vw\] {
    max-width: 15vw;
  }

  .md\:-translate-y-\[30\%\] {
    --tw-translate-y: -30%;
    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));
  }

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

  .md\:flex-row {
    flex-direction: row;
  }

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

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

@media (min-width: 1024px) {

  .lg\:w-\[150\%\] {
    width: 150%;
  }

  .lg\:-translate-y-\[35\%\] {
    --tw-translate-y: -35%;
    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));
  }

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

@media (min-width: 1280px) {

  .xl\:w-\[120\%\] {
    width: 120%;
  }

  .xl\:-translate-y-\[40\%\] {
    --tw-translate-y: -40%;
    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));
  }

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

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

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

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

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

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

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

.dark\:placeholder\:text-slate-500:where(.dark, .dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.dark\:placeholder\:text-slate-500:where(.dark, .dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

@media (hover: hover) and (pointer: fine) {

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

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

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

.\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md:first-child[data-selected=true] button {
  border-top-left-radius: calc(var(--radius) - 4px);
  border-bottom-left-radius: calc(var(--radius) - 4px);
}

.\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md:last-child[data-selected=true] button {
  border-top-right-radius: calc(var(--radius) - 4px);
  border-bottom-right-radius: calc(var(--radius) - 4px);
}

.\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\[\&\>span\]\:text-sm>span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>span\]\:text-xs>span {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&\>span\]\:opacity-70>span {
  opacity: 0.7;
}

.\[\&\>svg\]\:size-3\.5>svg {
  width: 0.875rem;
  height: 0.875rem;
}

.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div {
  --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-default * {
  cursor: default;
}

.\[\&_\*\]\:border-status-error * {
  --tw-border-opacity: 1;
  border-color: rgb(var(--status-error) / var(--tw-border-opacity, 1));
}

.\[\&_\*\]\:text-content-light * {
  --tw-text-opacity: 1;
  color: rgb(var(--text-content-light) / var(--tw-text-opacity, 1));
}

.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading] {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
  font-weight: 500;
}

.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~[cmdk-group] {
  padding-top: 0px;
}

.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
  height: 1.25rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
  width: 1.25rem;
}

.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
  height: 3rem;
}

.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
  height: 1.25rem;
}

.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
  width: 1.25rem;
}

.\[\&_button\]\:\!\[font-size\:8px\] button {
  font-size: 8px !important;
}

.\[\&_button\]\:\!\[line-height\:1\.2\] button {
  line-height: 1.2 !important;
}

.\[\&_button_span\]\:\!\[font-size\:8px\] button span {
  font-size: 8px !important;
}

.\[\&_del\]\:rounded del {
  border-radius: 0.25rem;
}

.\[\&_del\]\:bg-red-100 del {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.\[\&_del\]\:px-1 del {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.\[\&_del\]\:text-red-800 del {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.\[\&_del\]\:line-through del {
  text-decoration-line: line-through;
}

.\[\&_del\]\:decoration-red-600 del {
  text-decoration-color: #dc2626;
}

.\[\&_ins\]\:rounded ins {
  border-radius: 0.25rem;
}

.\[\&_ins\]\:bg-green-100 ins {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.\[\&_ins\]\:px-1 ins {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.\[\&_ins\]\:font-medium ins {
  font-weight: 500;
}

.\[\&_ins\]\:text-green-800 ins {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.\[\&_ins\]\:no-underline ins {
  text-decoration-line: none;
}

[data-slot=card-content] .\[\[data-slot\=card-content\]_\&\]\:bg-transparent {
  background-color: transparent;
}

[data-slot=popover-content] .\[\[data-slot\=popover-content\]_\&\]\:bg-transparent {
  background-color: transparent;
}


/*# sourceMappingURL=efb7eb43627477cf.css.map*/