@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

/* https://fonts.google.com/specimen/Quicksand?query=Quicksand */
:root {
	/* =~= Theme Properties =~= */
	--theme-font-family-base: 'Quicksand', sans-serif;
	--theme-font-family-heading: 'Quicksand', sans-serif;
	--theme-font-color-base: var(--color-surface-900);
	--theme-font-color-dark: var(--color-tertiary-50);
	--theme-rounded-base: 9999px;
	--theme-rounded-container: 24px;
	--theme-border-base: 3px;
	/* =~= Theme On-X Colors =~= */
	--on-primary: 255 255 255;
	--on-secondary: 0 0 0;
	--on-tertiary: 0 0 0;
	--on-success: 0 0 0;
	--on-warning: 0 0 0;
	--on-error: 255 255 255;
	--on-surface: 255 255 255;
	/* =~= Theme Colors  =~= */
	/* primary | #ec4899 */
	--color-primary-50: 252 228 240; /* ⬅ #fce4f0 */
	--color-primary-100: 251 218 235; /* ⬅ #fbdaeb */
	--color-primary-200: 250 209 230; /* ⬅ #fad1e6 */
	--color-primary-300: 247 182 214; /* ⬅ #f7b6d6 */
	--color-primary-400: 242 127 184; /* ⬅ #f27fb8 */
	--color-primary-500: 236 72 153; /* ⬅ #ec4899 */
	--color-primary-600: 212 65 138; /* ⬅ #d4418a */
	--color-primary-700: 177 54 115; /* ⬅ #b13673 */
	--color-primary-800: 142 43 92; /* ⬅ #8e2b5c */
	--color-primary-900: 116 35 75; /* ⬅ #74234b */
	/* secondary | #06b6d4 */
	--color-secondary-50: 218 244 249; /* ⬅ #daf4f9 */
	--color-secondary-100: 205 240 246; /* ⬅ #cdf0f6 */
	--color-secondary-200: 193 237 244; /* ⬅ #c1edf4 */
	--color-secondary-300: 155 226 238; /* ⬅ #9be2ee */
	--color-secondary-400: 81 204 225; /* ⬅ #51cce1 */
	--color-secondary-500: 6 182 212; /* ⬅ #06b6d4 */
	--color-secondary-600: 5 164 191; /* ⬅ #05a4bf */
	--color-secondary-700: 5 137 159; /* ⬅ #05899f */
	--color-secondary-800: 4 109 127; /* ⬅ #046d7f */
	--color-secondary-900: 3 89 104; /* ⬅ #035968 */
	/* tertiary | #14b8a6 */
	--color-tertiary-50: 220 244 242; /* ⬅ #dcf4f2 */
	--color-tertiary-100: 208 241 237; /* ⬅ #d0f1ed */
	--color-tertiary-200: 196 237 233; /* ⬅ #c4ede9 */
	--color-tertiary-300: 161 227 219; /* ⬅ #a1e3db */
	--color-tertiary-400: 91 205 193; /* ⬅ #5bcdc1 */
	--color-tertiary-500: 20 184 166; /* ⬅ #14b8a6 */
	--color-tertiary-600: 18 166 149; /* ⬅ #12a695 */
	--color-tertiary-700: 15 138 125; /* ⬅ #0f8a7d */
	--color-tertiary-800: 12 110 100; /* ⬅ #0c6e64 */
	--color-tertiary-900: 10 90 81; /* ⬅ #0a5a51 */
	/* success | #84cc16 */
	--color-success-50: 237 247 220; /* ⬅ #edf7dc */
	--color-success-100: 230 245 208; /* ⬅ #e6f5d0 */
	--color-success-200: 224 242 197; /* ⬅ #e0f2c5 */
	--color-success-300: 206 235 162; /* ⬅ #ceeba2 */
	--color-success-400: 169 219 92; /* ⬅ #a9db5c */
	--color-success-500: 132 204 22; /* ⬅ #84cc16 */
	--color-success-600: 119 184 20; /* ⬅ #77b814 */
	--color-success-700: 99 153 17; /* ⬅ #639911 */
	--color-success-800: 79 122 13; /* ⬅ #4f7a0d */
	--color-success-900: 65 100 11; /* ⬅ #41640b */
	/* warning | #eab308 */
	--color-warning-50: 252 244 218; /* ⬅ #fcf4da */
	--color-warning-100: 251 240 206; /* ⬅ #fbf0ce */
	--color-warning-200: 250 236 193; /* ⬅ #faecc1 */
	--color-warning-300: 247 225 156; /* ⬅ #f7e19c */
	--color-warning-400: 240 202 82; /* ⬅ #f0ca52 */
	--color-warning-500: 234 179 8; /* ⬅ #eab308 */
	--color-warning-600: 211 161 7; /* ⬅ #d3a107 */
	--color-warning-700: 176 134 6; /* ⬅ #b08606 */
	--color-warning-800: 140 107 5; /* ⬅ #8c6b05 */
	--color-warning-900: 115 88 4; /* ⬅ #735804 */
	/* error | #ef4444 */
	--color-error-50: 253 227 227; /* ⬅ #fde3e3 */
	--color-error-100: 252 218 218; /* ⬅ #fcdada */
	--color-error-200: 251 208 208; /* ⬅ #fbd0d0 */
	--color-error-300: 249 180 180; /* ⬅ #f9b4b4 */
	--color-error-400: 244 124 124; /* ⬅ #f47c7c */
	--color-error-500: 239 68 68; /* ⬅ #ef4444 */
	--color-error-600: 215 61 61; /* ⬅ #d73d3d */
	--color-error-700: 179 51 51; /* ⬅ #b33333 */
	--color-error-800: 143 41 41; /* ⬅ #8f2929 */
	--color-error-900: 117 33 33; /* ⬅ #752121 */
	/* surface | #6366f1 */
	--color-surface-50: 232 232 253; /* ⬅ #e8e8fd */
	--color-surface-100: 224 224 252; /* ⬅ #e0e0fc */
	--color-surface-200: 216 217 252; /* ⬅ #d8d9fc */
	--color-surface-300: 193 194 249; /* ⬅ #c1c2f9 */
	--color-surface-400: 146 148 245; /* ⬅ #9294f5 */
	--color-surface-500: 99 102 241; /* ⬅ #6366f1 */
	--color-surface-600: 89 92 217; /* ⬅ #595cd9 */
	--color-surface-700: 74 77 181; /* ⬅ #4a4db5 */
	--color-surface-800: 59 61 145; /* ⬅ #3b3d91 */
	--color-surface-900: 49 50 118; /* ⬅ #313276 */
}
[data-theme='modern'] h1,
[data-theme='modern'] h2,
[data-theme='modern'] h3,
[data-theme='modern'] h4,
[data-theme='modern'] h5,
[data-theme='modern'] h6,
[data-theme='modern'] a,
[data-theme='modern'] button {
	font-weight: bold;
}
/* Applied to body with `<body data-theme="modern">` */
/* Created with: https://csshero.org/mesher/ */
[data-theme='modern'] {
	/* prettier-ignore */
	background-image:
		radial-gradient(at 76% 0%, hsla(189,100%,56%,0.36) 0px, transparent 50%),
		radial-gradient(at 1% 0%, hsla(340,100%,76%,0.26) 0px, transparent 50%),
		radial-gradient(at 20% 100%, hsla(241,100%,70%,0.47) 0px, transparent 50%);
}
.dark [data-theme='modern'] {
	/* prettier-ignore */
	background-image:
		radial-gradient(at 76% 0%, hsla(189,100%,56%,0.20) 0px, transparent 50%),
		radial-gradient(at 1% 0%, hsla(340,100%,76%,0.15) 0px, transparent 50%),
		radial-gradient(at 20% 100%, hsla(241,100%,70%,0.30) 0px, transparent 50%);
}
/* Stylesheet: all.css */
/* Import AFTER your theme, but BEFORE your global stylesheet. */
/* NOTE: The order shown below is required */
/* Tailwind Directives */
/* Stylesheet: tailwind.css */
/* 
https://tailwindcss.com/docs/functions-and-directives

IMPORTANT:
Be sure to remove these directives from your global CSS stylesheet.

Tailwind directives should only be included ONCE per project.
These directives should proceed ALL Skeleton stylesheets.
*/
/* ! tailwindcss v3.2.6 | 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
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. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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] {
  display: none;
}
/* === Body Styles === */
body {
  background-color: rgb(var(--color-surface-50));
}
.dark body {
  background-color: rgb(var(--color-surface-900));
}
/* === Selection === */
::-moz-selection {
  background-color: rgb(var(--color-primary-500) / 0.3);
}
::selection {
  background-color: rgb(var(--color-primary-500) / 0.3);
}
/* === Focus === */
/* Outline (do not change) */
/* http://www.outlinenone.com/ */
/* Mobile tap highlight */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-tap-highlight-color */
html {
		-webkit-tap-highlight-color: rgba(128, 128, 128, 0.5);
	}
/* === Scrollbars === */
::-webkit-scrollbar {
  width: 0.5rem;
}
::-webkit-scrollbar-track {
  padding-left: 1px;
  padding-right: 1px;
  background-color: rgb(var(--color-surface-50)) !important;
}
.dark ::-webkit-scrollbar-track {
  background-color: rgb(var(--color-surface-900)) !important;
}
::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-surface-400));
}
.dark ::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-surface-500));
}
::-webkit-scrollbar-thumb {
  border-radius: var(--theme-rounded-base);
}
/* Firefox */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-color#browser_compatibility */
html {
		scrollbar-color: rgba(0, 0, 0, 0.2) rgba(255, 255, 255, 0.05);
	}
html.dark {
		scrollbar-color: rgba(255, 255, 255, 0.1) rgba(0, 0, 0, 0.05);
	}
/* Hide Scrollbars */
/* === Horizontal Rules === */
hr:not(.divider) {
  display: block;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(var(--color-surface-300));
}
.dark hr:not(.divider) {
  border-color: rgb(var(--color-surface-600));
}
body {
  font-family: var(--theme-font-family-base);
  color: rgba(var(--theme-font-color-base));
}
.dark body {
  color: rgba(var(--theme-font-color-dark));
}
/* === Headings === */
h1:not(.unstyled):is(:not(.prose *)) {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  h1:not(.unstyled):is(:not(.prose *)) {
    font-size: 3rem;
    line-height: 1;
  }
}
h2:not(.unstyled):is(:not(.prose *)) {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  h2:not(.unstyled):is(:not(.prose *)) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h3:not(.unstyled):is(:not(.prose *)) {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  h3:not(.unstyled):is(:not(.prose *)) {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h4:not(.unstyled):is(:not(.prose *)) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  h4:not(.unstyled):is(:not(.prose *)) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
h5:not(.unstyled):is(:not(.prose *)) {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  h5:not(.unstyled):is(:not(.prose *)) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
h6:not(.unstyled):is(:not(.prose *)) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  h6:not(.unstyled):is(:not(.prose *)) {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* === Elements === */
p:not(.unstyled):is(:not(.prose *)) {
		/* NOTE: do not hardcode a text color style here. It makes color overrides difficult. */
		font-size: 1rem;
		line-height: 1.5rem;
	}
a:not(.unstyled):is(:not(.prose *)):not(.btn):not(.btn-icon):not(.app-bar a):not(.logo-item):not(a.card):not(.list-nav a) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-700) / var(--tw-text-opacity));
  text-decoration-line: underline;
}
a:not(.unstyled):is(:not(.prose *)):not(.btn):not(.btn-icon):not(.app-bar a):not(.logo-item):not(a.card):not(.list-nav a):hover {
  --tw-brightness: brightness(1.1);
  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);
}
.dark a:not(.unstyled):is(:not(.prose *)):not(.btn):not(.btn-icon):not(.app-bar a):not(.logo-item):not(a.card):not(.list-nav a) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-500) / var(--tw-text-opacity));
}
blockquote:not(.unstyled):is(:not(.prose *)) {
  border-left-width: 8px;
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--color-secondary-500) / var(--tw-border-opacity));
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  color: rgba(var(--theme-font-color-base));
}
.dark blockquote:not(.unstyled):is(:not(.prose *)) {
  color: rgba(var(--theme-font-color-dark));
}
/* Keyboard */
kbd:not(.unstyled):is(:not(.prose *)) {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  border-radius: 0.25rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgb(var(--color-surface-300));
}
.dark kbd:not(.unstyled):is(:not(.prose *)) {
  background-color: rgb(var(--color-surface-600));
}
kbd:not(.unstyled):is(:not(.prose *)) {
  --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);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-surface-900) / var(--tw-ring-opacity));
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-surface-900) / var(--tw-border-opacity));
}
/* === Code Blocks === */
/* For use outside of Skeleton's CodeBlock component */
pre:not(.unstyled):not(.code-block pre):is(:not(.prose *)) {
  overflow-x: auto;
  white-space: pre-wrap;
  --tw-bg-opacity: 1;
  background-color: rgb(20 21 23 / var(--tw-bg-opacity));
  padding: 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: var(--theme-rounded-container);
}
code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)) {
  white-space: nowrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-700) / var(--tw-text-opacity));
}
.dark code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-400) / var(--tw-text-opacity));
}
code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)) {
  background-color: rgb(var(--color-primary-500) / 0.3);
}
.dark code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)) {
  background-color: rgb(var(--color-primary-500) / 0.2);
}
code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)) {
  border-radius: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
/* === Insertions / Deletions  ==== */
/* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ins */
/* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/del */
ins,
	del {
  position: relative;
  display: block;
  padding: 0.125rem;
  padding-left: 1.25rem;
		text-decoration: none;
}
ins::before,
	del::before {
  position: absolute;
  left: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
ins::before {
		content: '+';
	}
del::before {
		content: '−';
	}
ins {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-error-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-error));
}
del {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-success-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-success));
}
/* === Date/Time === */
/* Useful for displaying timestamps */
time:not(.unstyled):is(:not(.prose *)) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-surface-500) / var(--tw-text-opacity));
}
.dark time:not(.unstyled):is(:not(.prose *)) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-surface-400) / var(--tw-text-opacity));
}
/* === Resets === */
fieldset,
	legend,
	label {
  display: block;
}
/* Placeholders */
::-moz-placeholder {
  color: rgb(var(--color-surface-500));
}
.dark ::-moz-placeholder {
  color: rgb(var(--color-surface-400));
}
::-moz-placeholder {
  color: rgb(var(--color-surface-500));
}
::placeholder {
  color: rgb(var(--color-surface-500));
}
.dark ::-moz-placeholder {
  color: rgb(var(--color-surface-400));
}
.dark ::placeholder {
  color: rgb(var(--color-surface-400));
}
/* Date Calendar Picker (Webkit) */
.dark ::-webkit-calendar-picker-indicator {
  --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);
}
/* Progress Bar */
progress {
		webkit-appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		        appearance: none;
		height: 0.5rem;
		width: 100%;
		overflow: hidden;
		border-radius: var(--theme-rounded-base);
		background-color: rgb(var(--color-surface-400));
	}
.dark progress {
  background-color: rgb(var(--color-surface-500));
}
progress::-webkit-progress-bar {
  background-color: rgb(var(--color-surface-400));
}
.dark progress::-webkit-progress-bar {
  background-color: rgb(var(--color-surface-500));
}
progress::-webkit-progress-value {
  background-color: rgb(var(--color-surface-900));
}
.dark progress::-webkit-progress-value {
  background-color: rgb(var(--color-surface-50));
}
::-moz-progress-bar {
  background-color: rgb(var(--color-surface-900));
}
.dark ::-moz-progress-bar {
  background-color: rgb(var(--color-surface-50));
}
:indeterminate::-moz-progress-bar {
		width: 0;
	}
/* Range Input */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/accent-color */
[type='range'] {
  width: 100%;
  accent-color: rgb(var(--color-surface-900) / 1);
}
.dark [type='range'] {
  accent-color: rgb(var(--color-surface-50) / 1);
}
/* === Text Labeling === */
.\!legend {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  .\!legend {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.legend {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  .legend {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.label > :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));
}
/* === Core Styles === */
.input,
	.textarea,
	.select,
	.input-group {
  width: 100%;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
		/* Background */
		background-color: rgb(var(--color-surface-200));
}
.dark .input,.dark 
	.textarea,.dark 
	.select,.dark 
	.input-group {
  background-color: rgb(var(--color-surface-700));
}
.input:hover,
	.textarea:hover,
	.select:hover,
	.input-group:hover {
  --tw-brightness: brightness(1.05);
  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);
}
.input:focus,
	.textarea:focus,
	.select:focus,
	.input-group:focus {
  --tw-brightness: brightness(1.05);
  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);
}
.input,
	.textarea,
	.select,
	.input-group {
		/* Ring */
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
		/* Border */
		border-width: var(--theme-border-base);
		border-color: rgb(var(--color-surface-400));
	}
.dark .input,.dark 
	.textarea,.dark 
	.select,.dark 
	.input-group {
  border-color: rgb(var(--color-surface-500));
}
.input:focus,
	.textarea:focus,
	.select:focus,
	.input-group:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-500) / var(--tw-border-opacity));
}
/* Base Inputs */
.input,
	.input-group {
  border-radius: var(--theme-rounded-base);
}
/* Container Inputs */
.textarea,
	.select {
  border-radius: var(--theme-rounded-container);
}
/* Select (size/multiple) */
.select > :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));
}
.select {
  padding: 0.5rem;
}
.select[size] {
  background-image: none;
}
.select optgroup > :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));
}
.select optgroup {
  font-weight: 700;
}
.select optgroup option {
  margin-left: 0px;
  padding-left: 0px;
}
.select optgroup option:first-of-type {
  margin-top: 0.75rem;
}
.select optgroup option:last-child {
  margin-bottom: 0.75rem !important;
}
.select option {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: var(--theme-rounded-base);
}
.select option:checked {
		/* https://stackoverflow.com/questions/50618602/change-color-of-selected-option-in-select-multiple */
		background: rgb(var(--color-surface-900)) linear-gradient(0deg, rgb(var(--color-surface-900)) 0%, rgb(var(--color-surface-900)) 100%);
		color: rgb(var(--color-surface-50));
	}
.dark .select option:checked {
  color: rgb(var(--color-surface-900));
		/* https://stackoverflow.com/questions/50618602/change-color-of-selected-option-in-select-multiple */
		background: rgb(var(--color-surface-50)) linear-gradient(0deg, rgb(var(--color-surface-50)) 0%, rgb(var(--color-surface-50)) 100%);
}
/* Checkbox & Radio */
.checkbox,
	.radio {
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
		/* Background */
		background-color: rgb(var(--color-surface-200));
}
.dark .checkbox,.dark 
	.radio {
  background-color: rgb(var(--color-surface-700));
}
.checkbox:hover,
	.radio:hover {
  --tw-brightness: brightness(1.05);
  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);
}
.checkbox:focus,
	.radio:focus {
  --tw-brightness: brightness(1.05);
  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);
}
.checkbox,
	.radio {
		/* Border */
		border-width: var(--theme-border-base);
		border-color: rgb(var(--color-surface-400));
	}
.dark .checkbox,.dark 
	.radio {
  border-color: rgb(var(--color-surface-500));
}
.checkbox:focus,
	.radio:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-500) / var(--tw-border-opacity));
}
.checkbox:checked,
	.radio:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
}
.checkbox:checked:hover,
	.radio:checked:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
}
.checkbox:checked:focus,
	.radio:checked:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
  --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);
}
.radio {
  border-radius: var(--theme-rounded-base);
}
/* === Specialized === */
/* File Inputs */
.input[type='file'] {
  padding: 0.25rem;
}
/* Color Picker */
/* https://stackoverflow.com/questions/11167281/webkit-css-to-control-the-box-around-the-color-in-an-inputtype-color */
.input[type='color'] {
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  overflow: hidden;
  border-style: none;
  border-radius: var(--theme-rounded-base);
		-webkit-appearance: none; /* WebKit Only */
}
.input[type='color']::-webkit-color-swatch-wrapper {
  padding: 0px;
}
.input[type='color']::-webkit-color-swatch {
  border-style: none;
}
.input[type='color']::-webkit-color-swatch:hover {
  --tw-brightness: brightness(1.1);
  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);
}
.input[type='color']::-moz-color-swatch {
  border-style: none;
}
/* === States === */
.input:disabled,
	.textarea:disabled,
	.select:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.input:disabled:hover,
	.textarea:disabled:hover,
	.select:disabled:hover {
  --tw-brightness: brightness(1) !important;
  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) !important;
}
.input[readonly],
	.textarea[readonly],
	.select[readonly] {
  cursor: not-allowed !important;
  border-width: 0px !important;
}
.input[readonly]:hover,
	.textarea[readonly]:hover,
	.select[readonly]:hover {
  --tw-brightness: brightness(1) !important;
  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) !important;
}
/* === Input Groups === */
/* === Variants === */
/* success */
/* warning */
/* error */
.input-error {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--color-error-500) / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-error-200) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-error-500) / var(--tw-text-opacity)) !important;
}
.input-error::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error-500) / var(--tw-text-opacity));
}
.input-error::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error-500) / var(--tw-text-opacity));
}
/* === Variants === */
/* Material */
*, ::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-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:  ;
}
::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-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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.alert {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.alert > :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));
}
.alert {
  padding: 1rem;
}
@media (min-width: 1024px) {
  .alert {
    flex-direction: row;
    align-items: center;
  }
  .alert > :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));
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.alert {
		/* Text */
		color: rgb(var(--color-surface-900));
	}
.dark .alert {
  color: rgb(var(--color-surface-50));
}
.alert {
		/* Rounded */
		border-radius: var(--theme-rounded-container);
	}
.badge {
		/* Core */
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
.badge > :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)));
}
.badge {
  white-space: nowrap;
		/* Text */
		font-size: 0.75rem;
		line-height: 1rem;
		font-weight: 600;
		/* Padding */
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
		/* Theme: Rounded */
		border-radius: var(--theme-rounded-base);
}
/* === Variants === */
/* Glass */
/* === Auto-Responsive === */
/* === States === */
button:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
button:disabled:hover {
  --tw-brightness: brightness(1);
  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);
}
button:disabled:active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* === Button === */
/* Standard button/anchor tag elements. */
.btn {
		/* Size (match base)  */
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 1rem;
		line-height: 1.5rem;
		/* Core */
		white-space: nowrap;
		text-align: center;
		/* Flex Columns */
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
.btn > :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)));
}
.btn {
		/* States */
	}
.btn:hover {
  --tw-brightness: brightness(1.15);
  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);
}
.btn {
		/* Transitions */
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
		border-radius: var(--theme-rounded-base);
	}
.btn:active {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-brightness: brightness(.9);
  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);
}
/* Button: Sizes */
/* Note: Default values are built into `.btn` */
.btn-sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
/* === Icon Button === */
/* A circular button meant for housing icons. */
.btn-icon {
		/* Extend Base Button Clases */
		/* Size (match base)  */
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 1rem;
		line-height: 1.5rem;
		/* Core */
		white-space: nowrap;
		text-align: center;
		/* Flex Columns */
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
.btn-icon > :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)));
}
.btn-icon {
		/* States */
	}
.btn-icon:hover {
  --tw-brightness: brightness(1.15);
  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);
}
.btn-icon {
		/* Transitions */
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
		border-radius: var(--theme-rounded-base);
	}
.btn-icon:active {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-brightness: brightness(.9);
  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);
}
.btn-icon {
		/* Size (match base) */
		aspect-ratio: 1 / 1;
		width: 43px;
		font-size: 1rem;
		line-height: 1.5rem;
		/* Rounded */
		border-radius: 9999px;
	}
/* Icon Button: Size */
.btn-icon-lg {
  aspect-ratio: 1 / 1;
  width: 53px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
/* File Input Button */
input[type='file']:not(.file-dropzone-input)::file-selector-button {
		/* Size (match base)  */
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 1rem;
		line-height: 1.5rem;
		/* Core */
		white-space: nowrap;
		text-align: center;
		/* Flex Columns */
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
input[type='file']:not(.file-dropzone-input)::file-selector-button > :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)));
}
input[type='file']:not(.file-dropzone-input)::file-selector-button {
		/* States */
	}
input[type='file']:not(.file-dropzone-input)::file-selector-button:hover {
  --tw-brightness: brightness(1.15);
  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);
}
input[type='file']:not(.file-dropzone-input)::file-selector-button {
		/* Transitions */
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
		border-radius: var(--theme-rounded-base);
	}
input[type='file']:not(.file-dropzone-input)::file-selector-button:active {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-brightness: brightness(.9);
  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);
}
input[type='file']:not(.file-dropzone-input)::file-selector-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: rgb(var(--color-surface-900));
}
.dark input[type='file']:not(.file-dropzone-input)::file-selector-button {
  background-color: rgb(var(--color-surface-50));
}
input[type='file']:not(.file-dropzone-input)::file-selector-button {
  color: rgb(var(--color-surface-50));
}
.dark input[type='file']:not(.file-dropzone-input)::file-selector-button {
  color: rgb(var(--color-surface-900));
}
input[type='file']:not(.file-dropzone-input)::file-selector-button {
  margin-right: 0.5rem;
  border-width: 0px;
}
/* === Button Groups === */
/* Button / Anchors */
/* Set Neutral Divider */
/* === Regions === */
/* === States === */
.chip {
  cursor: pointer;
  white-space: nowrap;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
		/* Text */
		text-align: center;
		font-size: 0.75rem;
		line-height: 1rem;
		/* Rounded */
		border-radius: 0.25rem;
		/* Flex Columns */
		display: inline-flex;
		align-items: center;
		justify-content: center;
}
.chip > :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)));
}
.chip {
		/* States */
	}
.chip:hover {
  --tw-brightness: brightness(1.15);
  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);
}
.chip {
		/* Transitions */
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}
.chip-disabled,
	.chip:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.chip-disabled:active,
	.chip:disabled:active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* === Lists (Parents) === */
.list,
	.list-dl,
	.list-nav ul {
		/* List Style */
		list-style-type: none;
		/* Spacing */
	}
.list > :not([hidden]) ~ :not([hidden]),
	.list-dl > :not([hidden]) ~ :not([hidden]),
	.list-nav ul > :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));
}
/* === List Items (Children) === */
.list li {
		/* @apply bg-red-500; */
		display: flex;
		align-items: center;
	}
.list li > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.list li {
  white-space: nowrap;
		/* Padding */
		padding: 0.5rem;
		/* Theme: Rounded */
		border-radius: var(--theme-rounded-base);
}
/* === Logo Item (Child) === */
/* === States === */
/* === Base === */
.placeholder {
  height: 1.25rem;
  background-color: rgb(var(--color-surface-300));
}
.dark .placeholder {
  background-color: rgb(var(--color-surface-600));
}
.placeholder {
		/* Theme: Rounded */
		border-radius: var(--theme-rounded-base);
	}
/* === Shapes === */
.table-container {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--theme-rounded-container);
}
.table {
  width: 100%;
  table-layout: auto;
  overflow: hidden;
		/* background */
		background-color: rgb(var(--color-surface-100));
}
.dark .table {
  background-color: rgb(var(--color-surface-800));
}
.table {
		/* Theme: Rounded */
		border-radius: var(--theme-rounded-container);
	}
/* === Hover Styles ==== */
.table-interactive tbody tr {
  cursor: pointer;
}
.table-interactive tbody tr:hover:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.table-interactive tbody tr:hover:nth-child(even):hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
/* === Sort Styles ==== */
[data-sort] {
  cursor: pointer;
}
[data-sort]:hover:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
[data-sort] {
		/* Sort Icon - invisible by default */
	}
[data-sort]::after {
  margin-left: 0.5rem !important;
  opacity: 0;
  --tw-content: '↓' !important;
  content: var(--tw-content) !important;
}
.table-sort-asc::after {
  opacity: 0.5;
  --tw-content: '↓' !important;
  content: var(--tw-content) !important;
}
.table-sort-dsc::after {
  opacity: 0.5;
  --tw-content: '↑' !important;
  content: var(--tw-content) !important;
}
/* === Table Head === */
.table thead {
  border-bottom-width: 1px;
  border-color: rgb(var(--color-surface-500) / 0.2);
  background-color: rgb(var(--color-surface-200));
}
.dark .table thead {
  background-color: rgb(var(--color-surface-700));
}
.table thead tr {
  text-align: left;
  text-transform: capitalize;
}
.table thead th {
  padding: 1rem;
  font-weight: 700;
}
/* === Table Body === */
.table tbody tr {
  border-bottom-width: 1px;
  border-color: rgb(var(--color-surface-500) / 0.2);
}
.table tbody tr:nth-child(even) {
  background-color: rgb(var(--color-surface-500) / 0.05);
}
.table tbody td {
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .table tbody td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .table tbody td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
/* === Table Foot === */
.table tfoot {
  background-color: rgb(var(--color-surface-100));
}
.dark .table tfoot {
  background-color: rgb(var(--color-surface-800));
}
.table tfoot tr {
  text-align: left;
  text-transform: capitalize;
}
.table tfoot th,
	.table tfoot td {
  padding: 1rem;
}
/* === Rows Specific === */
/* === Cells Specific === */
/* Source: https://stackoverflow.com/questions/11267154/fit-cell-width-to-content */
/* === Origins === */
.menu-tl {
  left: 0px;
  margin-top: var(--menu-offset);
  transform-origin: top left;
}
.menu-tr {
  right: 0px;
  margin-top: var(--menu-offset);
  transform-origin: top right;
}
.menu-bl {
  top: 0px;
  left: 0px;
  transform-origin: bottom left;
  --tw-translate-y: calc(calc(100% + var(--menu-offset)) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.menu-br {
  top: 0px;
  right: 0px;
  transform-origin: bottom right;
  --tw-translate-y: calc(calc(100% + var(--menu-offset)) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* Outline -- supports ringed and host variants */
/* ------------------------ */
/* Filled */
.variant-filled {
  background-color: rgb(var(--color-surface-900));
}
.dark .variant-filled {
  background-color: rgb(var(--color-surface-50));
}
.variant-filled {
  color: rgb(var(--color-surface-50));
}
.dark .variant-filled {
  color: rgb(var(--color-surface-900));
}
.variant-filled-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-primary));
}
.dark .variant-filled-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-primary));
}
.variant-filled-surface {
  background-color: rgb(var(--color-surface-400));
}
.dark .variant-filled-surface {
  background-color: rgb(var(--color-surface-500));
}
.variant-filled-surface {
  color: rgb(var(--on-surface));
}
.dark .variant-filled-surface {
  color: rgb(var(--on-surface));
}
/* Ringed */
/* Ghost */
.variant-ghost,
	.variant-ghost-surface {
  --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);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-surface-500) / var(--tw-ring-opacity));
}
.dark .variant-ghost,.dark 
	.variant-ghost-surface {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-surface-500) / var(--tw-ring-opacity));
}
.variant-ghost,
	.variant-ghost-surface {
  background-color: rgb(var(--color-surface-500) / 0.2);
}
.dark .variant-ghost,.dark 
	.variant-ghost-surface {
  background-color: rgb(var(--color-surface-500) / 0.2);
}
/* Soft */
/* Glass */
.variant-glass,
	.variant-glass-surface {
  background-color: rgb(var(--color-surface-500) / 0.2);
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.dark .variant-glass,.dark 
	.variant-glass-surface {
  background-color: rgb(var(--color-surface-500) / 0.2);
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-right-4 {
  right: -1rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[888\] {
  z-index: 888;
}
.z-\[999\] {
  z-index: 999;
}
.-mt-\[15px\] {
  margin-top: -15px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[40\%\] {
  height: 40%;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-full {
  max-height: 100%;
}
.w-0 {
  width: 0px;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.origin-\[50\%_50\%\] {
  transform-origin: 50% 50%;
}
.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-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.8\] {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-\[auto_1fr_auto\] {
  grid-template-columns: auto 1fr auto;
}
.grid-rows-\[auto_1fr_auto\] {
  grid-template-rows: auto 1fr auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.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-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-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-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));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-surface-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-surface-500) / var(--tw-border-opacity));
}
.\!bg-error-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-error-500) / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-secondary-500) / var(--tw-bg-opacity)) !important;
}
.\!bg-success-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-success-500) / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-tertiary-500) / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-warning-500) / var(--tw-bg-opacity)) !important;
}
.bg-\[\#141517\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 21 23 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-secondary-500) / var(--tw-bg-opacity));
}
.bg-surface-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-400) / var(--tw-bg-opacity));
}
.bg-surface-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-900) / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.fill-black {
  fill: #000;
}
.fill-transparent {
  fill: transparent;
}
.fill-white {
  fill: #fff;
}
.stroke-surface-500\/30 {
  stroke: rgb(var(--color-surface-500) / 0.3);
}
.stroke-surface-900 {
  stroke: rgb(var(--color-surface-900) / 1);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.text-surface-50 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-surface-50) / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.accent-secondary-500 {
  accent-color: rgb(var(--color-secondary-500) / 1);
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.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-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-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);
}
.-outline-offset-\[3px\] {
  outline-offset: -3px;
}
.\!ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring-\[1px\] {
  --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-inset {
  --tw-ring-inset: inset;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[stroke-dashoffset\] {
  transition-property: stroke-dashoffset;
  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, outline-color, text-decoration-color, fill, stroke;
  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-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-\[100ms\] {
  transition-duration: 100ms;
}
.duration-\[200ms\] {
  transition-duration: 200ms;
}
.dark .bg-primary-backdrop-token {
  background-color: rgb(var(--color-primary-900) / 0.7);
}
.bg-primary-hover-token:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.bg-primary-active-token {
  background-color: rgb(var(--color-primary-500)) !important;
  color: rgb(var(--on-primary));
  fill: rgb(var(--on-primary));
}
.dark .bg-primary-50-900-token {
  background-color: rgb(var(--color-primary-900));
}
.dark .bg-primary-100-800-token {
  background-color: rgb(var(--color-primary-800));
}
.dark .bg-primary-200-700-token {
  background-color: rgb(var(--color-primary-700));
}
.dark .bg-primary-300-600-token {
  background-color: rgb(var(--color-primary-600));
}
.dark .bg-primary-400-500-token {
  background-color: rgb(var(--color-primary-500));
}
.dark .bg-primary-900-50-token {
  background-color: rgb(var(--color-primary-50));
}
.dark .bg-primary-800-100-token {
  background-color: rgb(var(--color-primary-100));
}
.dark .bg-primary-700-200-token {
  background-color: rgb(var(--color-primary-200));
}
.dark .bg-primary-600-300-token {
  background-color: rgb(var(--color-primary-300));
}
.dark .bg-primary-500-400-token {
  background-color: rgb(var(--color-primary-400));
}
.dark .bg-secondary-backdrop-token {
  background-color: rgb(var(--color-secondary-900) / 0.7);
}
.dark .bg-secondary-50-900-token {
  background-color: rgb(var(--color-secondary-900));
}
.dark .bg-secondary-100-800-token {
  background-color: rgb(var(--color-secondary-800));
}
.dark .bg-secondary-200-700-token {
  background-color: rgb(var(--color-secondary-700));
}
.dark .bg-secondary-300-600-token {
  background-color: rgb(var(--color-secondary-600));
}
.dark .bg-secondary-400-500-token {
  background-color: rgb(var(--color-secondary-500));
}
.dark .bg-secondary-900-50-token {
  background-color: rgb(var(--color-secondary-50));
}
.dark .bg-secondary-800-100-token {
  background-color: rgb(var(--color-secondary-100));
}
.dark .bg-secondary-700-200-token {
  background-color: rgb(var(--color-secondary-200));
}
.dark .bg-secondary-600-300-token {
  background-color: rgb(var(--color-secondary-300));
}
.dark .bg-secondary-500-400-token {
  background-color: rgb(var(--color-secondary-400));
}
.dark .bg-tertiary-backdrop-token {
  background-color: rgb(var(--color-tertiary-900) / 0.7);
}
.dark .bg-tertiary-50-900-token {
  background-color: rgb(var(--color-tertiary-900));
}
.dark .bg-tertiary-100-800-token {
  background-color: rgb(var(--color-tertiary-800));
}
.dark .bg-tertiary-200-700-token {
  background-color: rgb(var(--color-tertiary-700));
}
.dark .bg-tertiary-300-600-token {
  background-color: rgb(var(--color-tertiary-600));
}
.dark .bg-tertiary-400-500-token {
  background-color: rgb(var(--color-tertiary-500));
}
.dark .bg-tertiary-900-50-token {
  background-color: rgb(var(--color-tertiary-50));
}
.dark .bg-tertiary-800-100-token {
  background-color: rgb(var(--color-tertiary-100));
}
.dark .bg-tertiary-700-200-token {
  background-color: rgb(var(--color-tertiary-200));
}
.dark .bg-tertiary-600-300-token {
  background-color: rgb(var(--color-tertiary-300));
}
.dark .bg-tertiary-500-400-token {
  background-color: rgb(var(--color-tertiary-400));
}
.dark .bg-success-backdrop-token {
  background-color: rgb(var(--color-success-900) / 0.7);
}
.dark .bg-success-50-900-token {
  background-color: rgb(var(--color-success-900));
}
.dark .bg-success-100-800-token {
  background-color: rgb(var(--color-success-800));
}
.dark .bg-success-200-700-token {
  background-color: rgb(var(--color-success-700));
}
.dark .bg-success-300-600-token {
  background-color: rgb(var(--color-success-600));
}
.dark .bg-success-400-500-token {
  background-color: rgb(var(--color-success-500));
}
.dark .bg-success-900-50-token {
  background-color: rgb(var(--color-success-50));
}
.dark .bg-success-800-100-token {
  background-color: rgb(var(--color-success-100));
}
.dark .bg-success-700-200-token {
  background-color: rgb(var(--color-success-200));
}
.dark .bg-success-600-300-token {
  background-color: rgb(var(--color-success-300));
}
.dark .bg-success-500-400-token {
  background-color: rgb(var(--color-success-400));
}
.dark .bg-warning-backdrop-token {
  background-color: rgb(var(--color-warning-900) / 0.7);
}
.dark .bg-warning-50-900-token {
  background-color: rgb(var(--color-warning-900));
}
.dark .bg-warning-100-800-token {
  background-color: rgb(var(--color-warning-800));
}
.dark .bg-warning-200-700-token {
  background-color: rgb(var(--color-warning-700));
}
.dark .bg-warning-300-600-token {
  background-color: rgb(var(--color-warning-600));
}
.dark .bg-warning-400-500-token {
  background-color: rgb(var(--color-warning-500));
}
.dark .bg-warning-900-50-token {
  background-color: rgb(var(--color-warning-50));
}
.dark .bg-warning-800-100-token {
  background-color: rgb(var(--color-warning-100));
}
.dark .bg-warning-700-200-token {
  background-color: rgb(var(--color-warning-200));
}
.dark .bg-warning-600-300-token {
  background-color: rgb(var(--color-warning-300));
}
.dark .bg-warning-500-400-token {
  background-color: rgb(var(--color-warning-400));
}
.dark .bg-error-backdrop-token {
  background-color: rgb(var(--color-error-900) / 0.7);
}
.dark .bg-error-50-900-token {
  background-color: rgb(var(--color-error-900));
}
.dark .bg-error-100-800-token {
  background-color: rgb(var(--color-error-800));
}
.dark .bg-error-200-700-token {
  background-color: rgb(var(--color-error-700));
}
.dark .bg-error-300-600-token {
  background-color: rgb(var(--color-error-600));
}
.dark .bg-error-400-500-token {
  background-color: rgb(var(--color-error-500));
}
.dark .bg-error-900-50-token {
  background-color: rgb(var(--color-error-50));
}
.dark .bg-error-800-100-token {
  background-color: rgb(var(--color-error-100));
}
.dark .bg-error-700-200-token {
  background-color: rgb(var(--color-error-200));
}
.dark .bg-error-600-300-token {
  background-color: rgb(var(--color-error-300));
}
.dark .bg-error-500-400-token {
  background-color: rgb(var(--color-error-400));
}
.bg-surface-backdrop-token {
  background-color: rgb(var(--color-surface-400) / 0.7);
}
.dark .bg-surface-backdrop-token {
  background-color: rgb(var(--color-surface-900) / 0.7);
}
.dark .bg-surface-50-900-token {
  background-color: rgb(var(--color-surface-900));
}
.bg-surface-100-800-token {
  background-color: rgb(var(--color-surface-100));
}
.dark .bg-surface-100-800-token {
  background-color: rgb(var(--color-surface-800));
}
.bg-surface-200-700-token {
  background-color: rgb(var(--color-surface-200));
}
.dark .bg-surface-200-700-token {
  background-color: rgb(var(--color-surface-700));
}
.dark .bg-surface-300-600-token {
  background-color: rgb(var(--color-surface-600));
}
.bg-surface-400-500-token {
  background-color: rgb(var(--color-surface-400));
}
.dark .bg-surface-400-500-token {
  background-color: rgb(var(--color-surface-500));
}
.bg-surface-900-50-token {
  background-color: rgb(var(--color-surface-900));
}
.dark .bg-surface-900-50-token {
  background-color: rgb(var(--color-surface-50));
}
.dark .bg-surface-800-100-token {
  background-color: rgb(var(--color-surface-100));
}
.dark .bg-surface-700-200-token {
  background-color: rgb(var(--color-surface-200));
}
.dark .bg-surface-600-300-token {
  background-color: rgb(var(--color-surface-300));
}
.dark .bg-surface-500-400-token {
  background-color: rgb(var(--color-surface-400));
}
.border-token {
  border-width: var(--theme-border-base);
}
.dark .border-primary-50-900-token {
  border-color: rgb(var(--color-primary-900));
}
.dark .border-primary-100-800-token {
  border-color: rgb(var(--color-primary-800));
}
.dark .border-primary-200-700-token {
  border-color: rgb(var(--color-primary-700));
}
.dark .border-primary-300-600-token {
  border-color: rgb(var(--color-primary-600));
}
.dark .border-primary-400-500-token {
  border-color: rgb(var(--color-primary-500));
}
.dark .border-primary-900-50-token {
  border-color: rgb(var(--color-primary-50));
}
.dark .border-primary-800-100-token {
  border-color: rgb(var(--color-primary-100));
}
.dark .border-primary-700-200-token {
  border-color: rgb(var(--color-primary-200));
}
.dark .border-primary-600-300-token {
  border-color: rgb(var(--color-primary-300));
}
.dark .border-primary-500-400-token {
  border-color: rgb(var(--color-primary-400));
}
.dark .border-secondary-50-900-token {
  border-color: rgb(var(--color-secondary-900));
}
.dark .border-secondary-100-800-token {
  border-color: rgb(var(--color-secondary-800));
}
.dark .border-secondary-200-700-token {
  border-color: rgb(var(--color-secondary-700));
}
.dark .border-secondary-300-600-token {
  border-color: rgb(var(--color-secondary-600));
}
.dark .border-secondary-400-500-token {
  border-color: rgb(var(--color-secondary-500));
}
.dark .border-secondary-900-50-token {
  border-color: rgb(var(--color-secondary-50));
}
.dark .border-secondary-800-100-token {
  border-color: rgb(var(--color-secondary-100));
}
.dark .border-secondary-700-200-token {
  border-color: rgb(var(--color-secondary-200));
}
.dark .border-secondary-600-300-token {
  border-color: rgb(var(--color-secondary-300));
}
.dark .border-secondary-500-400-token {
  border-color: rgb(var(--color-secondary-400));
}
.dark .border-tertiary-50-900-token {
  border-color: rgb(var(--color-tertiary-900));
}
.dark .border-tertiary-100-800-token {
  border-color: rgb(var(--color-tertiary-800));
}
.dark .border-tertiary-200-700-token {
  border-color: rgb(var(--color-tertiary-700));
}
.dark .border-tertiary-300-600-token {
  border-color: rgb(var(--color-tertiary-600));
}
.dark .border-tertiary-400-500-token {
  border-color: rgb(var(--color-tertiary-500));
}
.dark .border-tertiary-900-50-token {
  border-color: rgb(var(--color-tertiary-50));
}
.dark .border-tertiary-800-100-token {
  border-color: rgb(var(--color-tertiary-100));
}
.dark .border-tertiary-700-200-token {
  border-color: rgb(var(--color-tertiary-200));
}
.dark .border-tertiary-600-300-token {
  border-color: rgb(var(--color-tertiary-300));
}
.dark .border-tertiary-500-400-token {
  border-color: rgb(var(--color-tertiary-400));
}
.dark .border-success-50-900-token {
  border-color: rgb(var(--color-success-900));
}
.dark .border-success-100-800-token {
  border-color: rgb(var(--color-success-800));
}
.dark .border-success-200-700-token {
  border-color: rgb(var(--color-success-700));
}
.dark .border-success-300-600-token {
  border-color: rgb(var(--color-success-600));
}
.dark .border-success-400-500-token {
  border-color: rgb(var(--color-success-500));
}
.dark .border-success-900-50-token {
  border-color: rgb(var(--color-success-50));
}
.dark .border-success-800-100-token {
  border-color: rgb(var(--color-success-100));
}
.dark .border-success-700-200-token {
  border-color: rgb(var(--color-success-200));
}
.dark .border-success-600-300-token {
  border-color: rgb(var(--color-success-300));
}
.dark .border-success-500-400-token {
  border-color: rgb(var(--color-success-400));
}
.dark .border-warning-50-900-token {
  border-color: rgb(var(--color-warning-900));
}
.dark .border-warning-100-800-token {
  border-color: rgb(var(--color-warning-800));
}
.dark .border-warning-200-700-token {
  border-color: rgb(var(--color-warning-700));
}
.dark .border-warning-300-600-token {
  border-color: rgb(var(--color-warning-600));
}
.dark .border-warning-400-500-token {
  border-color: rgb(var(--color-warning-500));
}
.dark .border-warning-900-50-token {
  border-color: rgb(var(--color-warning-50));
}
.dark .border-warning-800-100-token {
  border-color: rgb(var(--color-warning-100));
}
.dark .border-warning-700-200-token {
  border-color: rgb(var(--color-warning-200));
}
.dark .border-warning-600-300-token {
  border-color: rgb(var(--color-warning-300));
}
.dark .border-warning-500-400-token {
  border-color: rgb(var(--color-warning-400));
}
.dark .border-error-50-900-token {
  border-color: rgb(var(--color-error-900));
}
.dark .border-error-100-800-token {
  border-color: rgb(var(--color-error-800));
}
.dark .border-error-200-700-token {
  border-color: rgb(var(--color-error-700));
}
.dark .border-error-300-600-token {
  border-color: rgb(var(--color-error-600));
}
.dark .border-error-400-500-token {
  border-color: rgb(var(--color-error-500));
}
.dark .border-error-900-50-token {
  border-color: rgb(var(--color-error-50));
}
.dark .border-error-800-100-token {
  border-color: rgb(var(--color-error-100));
}
.dark .border-error-700-200-token {
  border-color: rgb(var(--color-error-200));
}
.dark .border-error-600-300-token {
  border-color: rgb(var(--color-error-300));
}
.dark .border-error-500-400-token {
  border-color: rgb(var(--color-error-400));
}
.dark .border-surface-50-900-token {
  border-color: rgb(var(--color-surface-900));
}
.dark .border-surface-100-800-token {
  border-color: rgb(var(--color-surface-800));
}
.dark .border-surface-200-700-token {
  border-color: rgb(var(--color-surface-700));
}
.dark .border-surface-300-600-token {
  border-color: rgb(var(--color-surface-600));
}
.border-surface-400-500-token {
  border-color: rgb(var(--color-surface-400));
}
.dark .border-surface-400-500-token {
  border-color: rgb(var(--color-surface-500));
}
.border-surface-900-50-token {
  border-color: rgb(var(--color-surface-900));
}
.dark .border-surface-900-50-token {
  border-color: rgb(var(--color-surface-50));
}
.dark .border-surface-800-100-token {
  border-color: rgb(var(--color-surface-100));
}
.dark .border-surface-700-200-token {
  border-color: rgb(var(--color-surface-200));
}
.dark .border-surface-600-300-token {
  border-color: rgb(var(--color-surface-300));
}
.dark .border-surface-500-400-token {
  border-color: rgb(var(--color-surface-400));
}
.rounded-token {
  border-radius: var(--theme-rounded-base);
}
.rounded-container-token {
  border-radius: var(--theme-rounded-container);
}
.rounded-tl-container-token {
  border-top-left-radius: var(--theme-rounded-container);
}
.rounded-tr-container-token {
  border-top-right-radius: var(--theme-rounded-container);
}
.fill-token {
  fill: rgba(var(--theme-font-color-base));
}
.dark .fill-token {
  fill: rgba(var(--theme-font-color-dark));
}
.dark .text-token {
  color: rgba(var(--theme-font-color-dark));
}
.\!text-on-primary-token {
  color: rgb(var(--on-primary)) !important;
}
.text-on-primary-token {
  color: rgb(var(--on-primary));
}
.dark .text-primary-50-900-token {
  color: rgb(var(--color-primary-900));
}
.dark .text-primary-100-800-token {
  color: rgb(var(--color-primary-800));
}
.dark .text-primary-200-700-token {
  color: rgb(var(--color-primary-700));
}
.dark .text-primary-300-600-token {
  color: rgb(var(--color-primary-600));
}
.dark .text-primary-400-500-token {
  color: rgb(var(--color-primary-500));
}
.dark .text-primary-900-50-token {
  color: rgb(var(--color-primary-50));
}
.dark .text-primary-800-100-token {
  color: rgb(var(--color-primary-100));
}
.dark .text-primary-700-200-token {
  color: rgb(var(--color-primary-200));
}
.dark .text-primary-600-300-token {
  color: rgb(var(--color-primary-300));
}
.dark .text-primary-500-400-token {
  color: rgb(var(--color-primary-400));
}
.text-on-secondary-token {
  color: rgb(var(--on-secondary));
}
.dark .text-secondary-50-900-token {
  color: rgb(var(--color-secondary-900));
}
.dark .text-secondary-100-800-token {
  color: rgb(var(--color-secondary-800));
}
.dark .text-secondary-200-700-token {
  color: rgb(var(--color-secondary-700));
}
.dark .text-secondary-300-600-token {
  color: rgb(var(--color-secondary-600));
}
.dark .text-secondary-400-500-token {
  color: rgb(var(--color-secondary-500));
}
.dark .text-secondary-900-50-token {
  color: rgb(var(--color-secondary-50));
}
.dark .text-secondary-800-100-token {
  color: rgb(var(--color-secondary-100));
}
.dark .text-secondary-700-200-token {
  color: rgb(var(--color-secondary-200));
}
.dark .text-secondary-600-300-token {
  color: rgb(var(--color-secondary-300));
}
.dark .text-secondary-500-400-token {
  color: rgb(var(--color-secondary-400));
}
.text-on-tertiary-token {
  color: rgb(var(--on-tertiary));
}
.dark .text-tertiary-50-900-token {
  color: rgb(var(--color-tertiary-900));
}
.dark .text-tertiary-100-800-token {
  color: rgb(var(--color-tertiary-800));
}
.dark .text-tertiary-200-700-token {
  color: rgb(var(--color-tertiary-700));
}
.dark .text-tertiary-300-600-token {
  color: rgb(var(--color-tertiary-600));
}
.dark .text-tertiary-400-500-token {
  color: rgb(var(--color-tertiary-500));
}
.dark .text-tertiary-900-50-token {
  color: rgb(var(--color-tertiary-50));
}
.dark .text-tertiary-800-100-token {
  color: rgb(var(--color-tertiary-100));
}
.dark .text-tertiary-700-200-token {
  color: rgb(var(--color-tertiary-200));
}
.dark .text-tertiary-600-300-token {
  color: rgb(var(--color-tertiary-300));
}
.dark .text-tertiary-500-400-token {
  color: rgb(var(--color-tertiary-400));
}
.text-on-success-token {
  color: rgb(var(--on-success));
}
.dark .text-success-50-900-token {
  color: rgb(var(--color-success-900));
}
.dark .text-success-100-800-token {
  color: rgb(var(--color-success-800));
}
.dark .text-success-200-700-token {
  color: rgb(var(--color-success-700));
}
.dark .text-success-300-600-token {
  color: rgb(var(--color-success-600));
}
.dark .text-success-400-500-token {
  color: rgb(var(--color-success-500));
}
.dark .text-success-900-50-token {
  color: rgb(var(--color-success-50));
}
.dark .text-success-800-100-token {
  color: rgb(var(--color-success-100));
}
.dark .text-success-700-200-token {
  color: rgb(var(--color-success-200));
}
.dark .text-success-600-300-token {
  color: rgb(var(--color-success-300));
}
.dark .text-success-500-400-token {
  color: rgb(var(--color-success-400));
}
.text-on-warning-token {
  color: rgb(var(--on-warning));
}
.dark .text-warning-50-900-token {
  color: rgb(var(--color-warning-900));
}
.dark .text-warning-100-800-token {
  color: rgb(var(--color-warning-800));
}
.dark .text-warning-200-700-token {
  color: rgb(var(--color-warning-700));
}
.dark .text-warning-300-600-token {
  color: rgb(var(--color-warning-600));
}
.dark .text-warning-400-500-token {
  color: rgb(var(--color-warning-500));
}
.dark .text-warning-900-50-token {
  color: rgb(var(--color-warning-50));
}
.dark .text-warning-800-100-token {
  color: rgb(var(--color-warning-100));
}
.dark .text-warning-700-200-token {
  color: rgb(var(--color-warning-200));
}
.dark .text-warning-600-300-token {
  color: rgb(var(--color-warning-300));
}
.dark .text-warning-500-400-token {
  color: rgb(var(--color-warning-400));
}
.text-on-error-token {
  color: rgb(var(--on-error));
}
.dark .text-error-50-900-token {
  color: rgb(var(--color-error-900));
}
.dark .text-error-100-800-token {
  color: rgb(var(--color-error-800));
}
.dark .text-error-200-700-token {
  color: rgb(var(--color-error-700));
}
.dark .text-error-300-600-token {
  color: rgb(var(--color-error-600));
}
.dark .text-error-400-500-token {
  color: rgb(var(--color-error-500));
}
.dark .text-error-900-50-token {
  color: rgb(var(--color-error-50));
}
.dark .text-error-800-100-token {
  color: rgb(var(--color-error-100));
}
.dark .text-error-700-200-token {
  color: rgb(var(--color-error-200));
}
.dark .text-error-600-300-token {
  color: rgb(var(--color-error-300));
}
.dark .text-error-500-400-token {
  color: rgb(var(--color-error-400));
}
.dark .text-surface-50-900-token {
  color: rgb(var(--color-surface-900));
}
.dark .text-surface-100-800-token {
  color: rgb(var(--color-surface-800));
}
.dark .text-surface-200-700-token {
  color: rgb(var(--color-surface-700));
}
.dark .text-surface-300-600-token {
  color: rgb(var(--color-surface-600));
}
.dark .text-surface-400-500-token {
  color: rgb(var(--color-surface-500));
}
.dark .text-surface-900-50-token {
  color: rgb(var(--color-surface-50));
}
.dark .text-surface-800-100-token {
  color: rgb(var(--color-surface-100));
}
.dark .text-surface-700-200-token {
  color: rgb(var(--color-surface-200));
}
.text-surface-600-300-token {
  color: rgb(var(--color-surface-600));
}
.dark .text-surface-600-300-token {
  color: rgb(var(--color-surface-300));
}
.dark .text-surface-500-400-token {
  color: rgb(var(--color-surface-400));
}
.dark .ring-outline-token {
  --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);
  --tw-ring-inset: inset;
  --tw-ring-color: rgb(250 250 250 / 0.05);
}
.dark .ring-primary-50-900-token {
  --tw-ring-color: rgb(var(--color-primary-900) / 1);
}
.dark .ring-primary-100-800-token {
  --tw-ring-color: rgb(var(--color-primary-800) / 1);
}
.dark .ring-primary-200-700-token {
  --tw-ring-color: rgb(var(--color-primary-700) / 1);
}
.dark .ring-primary-300-600-token {
  --tw-ring-color: rgb(var(--color-primary-600) / 1);
}
.dark .ring-primary-400-500-token {
  --tw-ring-color: rgb(var(--color-primary-500) / 1);
}
.dark .ring-primary-900-50-token {
  --tw-ring-color: rgb(var(--color-primary-50) / 1);
}
.dark .ring-primary-800-100-token {
  --tw-ring-color: rgb(var(--color-primary-100) / 1);
}
.dark .ring-primary-700-200-token {
  --tw-ring-color: rgb(var(--color-primary-200) / 1);
}
.dark .ring-primary-600-300-token {
  --tw-ring-color: rgb(var(--color-primary-300) / 1);
}
.dark .ring-primary-500-400-token {
  --tw-ring-color: rgb(var(--color-primary-400) / 1);
}
.dark .ring-secondary-50-900-token {
  --tw-ring-color: rgb(var(--color-secondary-900) / 1);
}
.dark .ring-secondary-100-800-token {
  --tw-ring-color: rgb(var(--color-secondary-800) / 1);
}
.dark .ring-secondary-200-700-token {
  --tw-ring-color: rgb(var(--color-secondary-700) / 1);
}
.dark .ring-secondary-300-600-token {
  --tw-ring-color: rgb(var(--color-secondary-600) / 1);
}
.dark .ring-secondary-400-500-token {
  --tw-ring-color: rgb(var(--color-secondary-500) / 1);
}
.dark .ring-secondary-900-50-token {
  --tw-ring-color: rgb(var(--color-secondary-50) / 1);
}
.dark .ring-secondary-800-100-token {
  --tw-ring-color: rgb(var(--color-secondary-100) / 1);
}
.dark .ring-secondary-700-200-token {
  --tw-ring-color: rgb(var(--color-secondary-200) / 1);
}
.dark .ring-secondary-600-300-token {
  --tw-ring-color: rgb(var(--color-secondary-300) / 1);
}
.dark .ring-secondary-500-400-token {
  --tw-ring-color: rgb(var(--color-secondary-400) / 1);
}
.dark .ring-tertiary-50-900-token {
  --tw-ring-color: rgb(var(--color-tertiary-900) / 1);
}
.dark .ring-tertiary-100-800-token {
  --tw-ring-color: rgb(var(--color-tertiary-800) / 1);
}
.dark .ring-tertiary-200-700-token {
  --tw-ring-color: rgb(var(--color-tertiary-700) / 1);
}
.dark .ring-tertiary-300-600-token {
  --tw-ring-color: rgb(var(--color-tertiary-600) / 1);
}
.dark .ring-tertiary-400-500-token {
  --tw-ring-color: rgb(var(--color-tertiary-500) / 1);
}
.dark .ring-tertiary-900-50-token {
  --tw-ring-color: rgb(var(--color-tertiary-50) / 1);
}
.dark .ring-tertiary-800-100-token {
  --tw-ring-color: rgb(var(--color-tertiary-100) / 1);
}
.dark .ring-tertiary-700-200-token {
  --tw-ring-color: rgb(var(--color-tertiary-200) / 1);
}
.dark .ring-tertiary-600-300-token {
  --tw-ring-color: rgb(var(--color-tertiary-300) / 1);
}
.dark .ring-tertiary-500-400-token {
  --tw-ring-color: rgb(var(--color-tertiary-400) / 1);
}
.dark .ring-success-50-900-token {
  --tw-ring-color: rgb(var(--color-success-900) / 1);
}
.dark .ring-success-100-800-token {
  --tw-ring-color: rgb(var(--color-success-800) / 1);
}
.dark .ring-success-200-700-token {
  --tw-ring-color: rgb(var(--color-success-700) / 1);
}
.dark .ring-success-300-600-token {
  --tw-ring-color: rgb(var(--color-success-600) / 1);
}
.dark .ring-success-400-500-token {
  --tw-ring-color: rgb(var(--color-success-500) / 1);
}
.dark .ring-success-900-50-token {
  --tw-ring-color: rgb(var(--color-success-50) / 1);
}
.dark .ring-success-800-100-token {
  --tw-ring-color: rgb(var(--color-success-100) / 1);
}
.dark .ring-success-700-200-token {
  --tw-ring-color: rgb(var(--color-success-200) / 1);
}
.dark .ring-success-600-300-token {
  --tw-ring-color: rgb(var(--color-success-300) / 1);
}
.dark .ring-success-500-400-token {
  --tw-ring-color: rgb(var(--color-success-400) / 1);
}
.dark .ring-warning-50-900-token {
  --tw-ring-color: rgb(var(--color-warning-900) / 1);
}
.dark .ring-warning-100-800-token {
  --tw-ring-color: rgb(var(--color-warning-800) / 1);
}
.dark .ring-warning-200-700-token {
  --tw-ring-color: rgb(var(--color-warning-700) / 1);
}
.dark .ring-warning-300-600-token {
  --tw-ring-color: rgb(var(--color-warning-600) / 1);
}
.dark .ring-warning-400-500-token {
  --tw-ring-color: rgb(var(--color-warning-500) / 1);
}
.dark .ring-warning-900-50-token {
  --tw-ring-color: rgb(var(--color-warning-50) / 1);
}
.dark .ring-warning-800-100-token {
  --tw-ring-color: rgb(var(--color-warning-100) / 1);
}
.dark .ring-warning-700-200-token {
  --tw-ring-color: rgb(var(--color-warning-200) / 1);
}
.dark .ring-warning-600-300-token {
  --tw-ring-color: rgb(var(--color-warning-300) / 1);
}
.dark .ring-warning-500-400-token {
  --tw-ring-color: rgb(var(--color-warning-400) / 1);
}
.dark .ring-error-50-900-token {
  --tw-ring-color: rgb(var(--color-error-900) / 1);
}
.dark .ring-error-100-800-token {
  --tw-ring-color: rgb(var(--color-error-800) / 1);
}
.dark .ring-error-200-700-token {
  --tw-ring-color: rgb(var(--color-error-700) / 1);
}
.dark .ring-error-300-600-token {
  --tw-ring-color: rgb(var(--color-error-600) / 1);
}
.dark .ring-error-400-500-token {
  --tw-ring-color: rgb(var(--color-error-500) / 1);
}
.dark .ring-error-900-50-token {
  --tw-ring-color: rgb(var(--color-error-50) / 1);
}
.dark .ring-error-800-100-token {
  --tw-ring-color: rgb(var(--color-error-100) / 1);
}
.dark .ring-error-700-200-token {
  --tw-ring-color: rgb(var(--color-error-200) / 1);
}
.dark .ring-error-600-300-token {
  --tw-ring-color: rgb(var(--color-error-300) / 1);
}
.dark .ring-error-500-400-token {
  --tw-ring-color: rgb(var(--color-error-400) / 1);
}
.dark .ring-surface-50-900-token {
  --tw-ring-color: rgb(var(--color-surface-900) / 1);
}
.dark .ring-surface-100-800-token {
  --tw-ring-color: rgb(var(--color-surface-800) / 1);
}
.dark .ring-surface-200-700-token {
  --tw-ring-color: rgb(var(--color-surface-700) / 1);
}
.ring-surface-300-600-token {
  --tw-ring-color: rgb(var(--color-surface-300) / 1);
}
.dark .ring-surface-300-600-token {
  --tw-ring-color: rgb(var(--color-surface-600) / 1);
}
.dark .ring-surface-400-500-token {
  --tw-ring-color: rgb(var(--color-surface-500) / 1);
}
.dark .ring-surface-900-50-token {
  --tw-ring-color: rgb(var(--color-surface-50) / 1);
}
.dark .ring-surface-800-100-token {
  --tw-ring-color: rgb(var(--color-surface-100) / 1);
}
.dark .ring-surface-700-200-token {
  --tw-ring-color: rgb(var(--color-surface-200) / 1);
}
.dark .ring-surface-600-300-token {
  --tw-ring-color: rgb(var(--color-surface-300) / 1);
}
.dark .ring-surface-500-400-token {
  --tw-ring-color: rgb(var(--color-surface-400) / 1);
}
.hover\:variant-soft:hover {
  background-color: rgb(var(--color-surface-400) / 0.2);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  color: rgb(var(--color-surface-700));
}
.dark .hover\:variant-soft:hover {
  color: rgb(var(--color-surface-200));
  background-color: rgb(var(--color-surface-500) / 0.2);
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:brightness-\[105\%\]:hover {
  --tw-brightness: brightness(105%);
  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);
}
.hover\:bg-primary-hover-token:hover:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.disabled\:\!opacity-0:disabled {
  opacity: 0 !important;
}
.dark .dark\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.dark .dark\:bg-surface-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-300) / var(--tw-bg-opacity));
}
.dark .dark\:bg-surface-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-700) / var(--tw-bg-opacity));
}
.dark .dark\:fill-black {
  fill: #000;
}
.dark .dark\:stroke-surface-50 {
  stroke: rgb(var(--color-surface-50) / 1);
}
.dark .dark\:hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  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);
}
@media (min-width: 640px) {
  .sm\:w-20 {
    width: 5rem;
  }
}
@media (min-width: 768px) {
  .md\:w-auto {
    width: auto;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\: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));
  }
}
/* Global Styles */
/* Stylesheet: core.css */
/* Typographical Settings */
/* Stylesheet: typography.css */
/* Imports all Tailwind Elements */
/* Stylesheet: elements.css */
/* Import AFTER your theme, but BEFORE your global stylesheet. */
/* Recommended as the LAST stylesheet in the set */
/* Tailwind Elements: alerts.css */
/* Tailwind Elements: badges.css */
/* Tailwind Elements: breadcrumbs.css */
/* Tailwind Elements: button.css */
/* Tailwind Elements: cards.css */
/* Tailwind Elements: chips.css */
/* Stylesheet: forms.css */
/* Tailwind Elements: button.css */
/* Tailwind Elements: logo-clouds.css */
/* Tailwind Elements: placeholders.css */
/* Elements: tables.css */
/* Utilities */
/* Tailwind Elements: menus.css */
[data-menu] {
  position: absolute;
  z-index: 20;
  display: none;
}
[data-menu] a:focus-visible {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
:root {
	--menu-offset: 8px;
}
/* Tailwind Elements: tooltips.css */
/* FIXME: adding @layer components causes visual strobing effect bug */
:root {
	--tooltip-offset: 8px;
}
.tooltip {
  position: absolute;
  z-index: 45;
  transform-origin: center;
  text-align: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
	/* Base Design */
	width: 12rem;
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
	padding: 0.5rem;
	--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);
	/* Theme: Rounded */
	border-radius: var(--theme-rounded-container);
}
/* === Positions === */
/* Set based on the action param 'position' */
.tooltip-top {
  top: 0px;
	/* Center Horz */
	left: 50%;
	--tw-translate-x: -50%;
	/* Offset Y */
	--tw-translate-y: calc(calc(100% + var(--tooltip-offset)) * -1);
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tooltip-bottom {
  bottom: 0px;
	/* Center Horz */
	left: 50%;
	--tw-translate-x: -50%;
	/* Offset Y */
	--tw-translate-y: calc(100% + var(--tooltip-offset));
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tooltip-left {
  left: 0px;
	/* Center Vert */
	top: 50%;
	--tw-translate-y: -50%;
	/* Offset X */
	--tw-translate-x: calc(calc(100% + var(--tooltip-offset)) * -1);
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tooltip-right {
  right: 0px;
	/* Center Vert */
	top: 50%;
	--tw-translate-y: -50%;
	/* Offset X */
	--tw-translate-x: calc(100% + var(--tooltip-offset));
	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));
}
/* === Arrow === */
/* Set based on the action param 'position' */
.tooltip-arrow {
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  transform-origin: center;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	/* Base Design */
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
}
.tooltip-arrow-top {
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  transform-origin: center;
  --tw-rotate: -45deg;
	/* Base Design */
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
	/* Bottom side, center horz */
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	--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));
}
.tooltip-arrow-bottom {
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  transform-origin: center;
  --tw-rotate: -45deg;
	/* Base Design */
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
	/* Top side, centered horz */
	top: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	--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));
}
.tooltip-arrow-left {
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  transform-origin: center;
  --tw-rotate: -45deg;
	/* Base Design */
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
	/* Right size, centered vert */
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin-top: auto;
	margin-bottom: auto;
	--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));
}
.tooltip-arrow-right {
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  transform-origin: center;
  --tw-rotate: -45deg;
	/* Base Design */
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
	/* Left size, centered vert */
	top: 0px;
	bottom: 0px;
	left: 0px;
	margin-top: auto;
	margin-bottom: auto;
	--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));
}
/* Imports all Variant Styles */
/* === Variants === */
/* A canned set of reusabled variant styles. */
:root {
	/* =~= Theme Properties =~= */
	--theme-font-family-base: system-ui;
	--theme-font-family-heading: system-ui;
	--theme-font-color-base: 0 0 0;
	--theme-font-color-dark: 255 255 255;
	--theme-rounded-base: 8px;
	--theme-rounded-container: 12px;
	--theme-border-base: 0px;
	/* =~= Theme On-X Colors =~= */
	--on-primary: 0 0 0;
	--on-secondary: 255 255 255;
	--on-tertiary: 0 0 0;
	--on-success: 0 0 0;
	--on-warning: 0 0 0;
	--on-error: 255 255 255;
	--on-surface: 255 255 255;
	/* =~= Theme Colors  =~= */
	/* primary | #4f54ee */
	--color-primary-50: 229 229 252; /* ⬅ #e5e5fc */
	--color-primary-100: 220 221 252; /* ⬅ #dcddfc */
	--color-primary-200: 211 212 251; /* ⬅ #d3d4fb */
	--color-primary-300: 185 187 248; /* ⬅ #b9bbf8 */
	--color-primary-400: 132 135 243; /* ⬅ #8487f3 */
	--color-primary-500: 79 84 238; /* ⬅ #4f54ee */
	--color-primary-600: 71 76 214; /* ⬅ #474cd6 */
	--color-primary-700: 59 63 179; /* ⬅ #3b3fb3 */
	--color-primary-800: 47 50 143; /* ⬅ #2f328f */
	--color-primary-900: 39 41 117; /* ⬅ #272975 */
	/* secondary | #272291 */
	--color-secondary-50: 223 222 239; /* ⬅ #dfdeef */
	--color-secondary-100: 212 211 233; /* ⬅ #d4d3e9 */
	--color-secondary-200: 201 200 228; /* ⬅ #c9c8e4 */
	--color-secondary-300: 169 167 211; /* ⬅ #a9a7d3 */
	--color-secondary-400: 104 100 178; /* ⬅ #6864b2 */
	--color-secondary-500: 39 34 145; /* ⬅ #272291 */
	--color-secondary-600: 35 31 131; /* ⬅ #231f83 */
	--color-secondary-700: 29 26 109; /* ⬅ #1d1a6d */
	--color-secondary-800: 23 20 87; /* ⬅ #171457 */
	--color-secondary-900: 19 17 71; /* ⬅ #131147 */
	/* tertiary | #2ab4f4 */
	--color-tertiary-50: 223 244 253; /* ⬅ #dff4fd */
	--color-tertiary-100: 212 240 253; /* ⬅ #d4f0fd */
	--color-tertiary-200: 202 236 252; /* ⬅ #caecfc */
	--color-tertiary-300: 170 225 251; /* ⬅ #aae1fb */
	--color-tertiary-400: 106 203 247; /* ⬅ #6acbf7 */
	--color-tertiary-500: 42 180 244; /* ⬅ #2ab4f4 */
	--color-tertiary-600: 38 162 220; /* ⬅ #26a2dc */
	--color-tertiary-700: 32 135 183; /* ⬅ #2087b7 */
	--color-tertiary-800: 25 108 146; /* ⬅ #196c92 */
	--color-tertiary-900: 21 88 120; /* ⬅ #155878 */
	/* success | #84cc16 */
	--color-success-50: 237 247 220; /* ⬅ #edf7dc */
	--color-success-100: 230 245 208; /* ⬅ #e6f5d0 */
	--color-success-200: 224 242 197; /* ⬅ #e0f2c5 */
	--color-success-300: 206 235 162; /* ⬅ #ceeba2 */
	--color-success-400: 169 219 92; /* ⬅ #a9db5c */
	--color-success-500: 132 204 22; /* ⬅ #84cc16 */
	--color-success-600: 119 184 20; /* ⬅ #77b814 */
	--color-success-700: 99 153 17; /* ⬅ #639911 */
	--color-success-800: 79 122 13; /* ⬅ #4f7a0d */
	--color-success-900: 65 100 11; /* ⬅ #41640b */
	/* warning | #EAB308 */
	--color-warning-50: 252 244 218; /* ⬅ #fcf4da */
	--color-warning-100: 251 240 206; /* ⬅ #fbf0ce */
	--color-warning-200: 250 236 193; /* ⬅ #faecc1 */
	--color-warning-300: 247 225 156; /* ⬅ #f7e19c */
	--color-warning-400: 240 202 82; /* ⬅ #f0ca52 */
	--color-warning-500: 234 179 8; /* ⬅ #EAB308 */
	--color-warning-600: 211 161 7; /* ⬅ #d3a107 */
	--color-warning-700: 176 134 6; /* ⬅ #b08606 */
	--color-warning-800: 140 107 5; /* ⬅ #8c6b05 */
	--color-warning-900: 115 88 4; /* ⬅ #735804 */
	/* error | #D41976 */
	--color-error-50: 249 221 234; /* ⬅ #f9ddea */
	--color-error-100: 246 209 228; /* ⬅ #f6d1e4 */
	--color-error-200: 244 198 221; /* ⬅ #f4c6dd */
	--color-error-300: 238 163 200; /* ⬅ #eea3c8 */
	--color-error-400: 225 94 159; /* ⬅ #e15e9f */
	--color-error-500: 212 25 118; /* ⬅ #D41976 */
	--color-error-600: 191 23 106; /* ⬅ #bf176a */
	--color-error-700: 159 19 89; /* ⬅ #9f1359 */
	--color-error-800: 127 15 71; /* ⬅ #7f0f47 */
	--color-error-900: 104 12 58; /* ⬅ #680c3a */
	/* surface | #152c6f */
	--color-surface-50: 220 223 233; /* ⬅ #dcdfe9 */
	--color-surface-100: 208 213 226; /* ⬅ #d0d5e2 */
	--color-surface-200: 197 202 219; /* ⬅ #c5cadb */
	--color-surface-300: 161 171 197; /* ⬅ #a1abc5 */
	--color-surface-400: 91 107 154; /* ⬅ #5b6b9a */
	--color-surface-500: 21 44 111; /* ⬅ #152c6f */
	--color-surface-600: 19 40 100; /* ⬅ #132864 */
	--color-surface-700: 16 33 83; /* ⬅ #102153 */
	--color-surface-800: 13 26 67; /* ⬅ #0d1a43 */
	--color-surface-900: 10 22 54; /* ⬅ #0a1636 */
}
/* Write your global styles here, in PostCSS syntax */
