/* https://fonts.google.com/specimen/Space+Grotesk */

:root {
	/* =~= Theme Properties =~= */
	--theme-font-family-base: system-ui;
	--theme-font-family-heading: 'Space Grotesk', sans-serif;
	--theme-font-color-base: var(--color-primary-900);
	--theme-font-color-dark: var(--color-primary-100);
	--theme-rounded-base: 0px;
	--theme-rounded-container: 0px;
	--theme-border-base: 0px;
	/* =~= Theme On-X Colors =~= */
	--on-primary: 0 0 0;
	--on-secondary: 255 255 255;
	--on-tertiary: 255 255 255;
	--on-success: 0 0 0;
	--on-warning: 0 0 0;
	--on-error: 255 255 255;
	--on-surface: 255 255 255;
	/* =~= Theme Colors  =~= */
	/* primary | #06b6d4 */
	--color-primary-50: 218 244 249; /* ⬅ #daf4f9 */
	--color-primary-100: 205 240 246; /* ⬅ #cdf0f6 */
	--color-primary-200: 193 237 244; /* ⬅ #c1edf4 */
	--color-primary-300: 155 226 238; /* ⬅ #9be2ee */
	--color-primary-400: 81 204 225; /* ⬅ #51cce1 */
	--color-primary-500: 6 182 212; /* ⬅ #06b6d4 */
	--color-primary-600: 5 164 191; /* ⬅ #05a4bf */
	--color-primary-700: 5 137 159; /* ⬅ #05899f */
	--color-primary-800: 4 109 127; /* ⬅ #046d7f */
	--color-primary-900: 3 89 104; /* ⬅ #035968 */
	/* secondary | #3b82f6 */
	--color-secondary-50: 226 236 254; /* ⬅ #e2ecfe */
	--color-secondary-100: 216 230 253; /* ⬅ #d8e6fd */
	--color-secondary-200: 206 224 253; /* ⬅ #cee0fd */
	--color-secondary-300: 177 205 251; /* ⬅ #b1cdfb */
	--color-secondary-400: 118 168 249; /* ⬅ #76a8f9 */
	--color-secondary-500: 59 130 246; /* ⬅ #3b82f6 */
	--color-secondary-600: 53 117 221; /* ⬅ #3575dd */
	--color-secondary-700: 44 98 185; /* ⬅ #2c62b9 */
	--color-secondary-800: 35 78 148; /* ⬅ #234e94 */
	--color-secondary-900: 29 64 121; /* ⬅ #1d4079 */
	/* tertiary | #a855f7 */
	--color-tertiary-50: 242 230 254; /* ⬅ #f2e6fe */
	--color-tertiary-100: 238 221 253; /* ⬅ #eeddfd */
	--color-tertiary-200: 233 213 253; /* ⬅ #e9d5fd */
	--color-tertiary-300: 220 187 252; /* ⬅ #dcbbfc */
	--color-tertiary-400: 194 136 249; /* ⬅ #c288f9 */
	--color-tertiary-500: 168 85 247; /* ⬅ #a855f7 */
	--color-tertiary-600: 151 77 222; /* ⬅ #974dde */
	--color-tertiary-700: 126 64 185; /* ⬅ #7e40b9 */
	--color-tertiary-800: 101 51 148; /* ⬅ #653394 */
	--color-tertiary-900: 82 42 121; /* ⬅ #522a79 */
	/* success | #4ccb15 */
	--color-success-50: 228 247 220; /* ⬅ #e4f7dc */
	--color-success-100: 219 245 208; /* ⬅ #dbf5d0 */
	--color-success-200: 210 242 197; /* ⬅ #d2f2c5 */
	--color-success-300: 183 234 161; /* ⬅ #b7eaa1 */
	--color-success-400: 130 219 91; /* ⬅ #82db5b */
	--color-success-500: 76 203 21; /* ⬅ #4ccb15 */
	--color-success-600: 68 183 19; /* ⬅ #44b713 */
	--color-success-700: 57 152 16; /* ⬅ #399810 */
	--color-success-800: 46 122 13; /* ⬅ #2e7a0d */
	--color-success-900: 37 99 10; /* ⬅ #25630a */
	/* warning | #f4c12a */
	--color-warning-50: 253 246 223; /* ⬅ #fdf6df */
	--color-warning-100: 253 243 212; /* ⬅ #fdf3d4 */
	--color-warning-200: 252 240 202; /* ⬅ #fcf0ca */
	--color-warning-300: 251 230 170; /* ⬅ #fbe6aa */
	--color-warning-400: 247 212 106; /* ⬅ #f7d46a */
	--color-warning-500: 244 193 42; /* ⬅ #f4c12a */
	--color-warning-600: 220 174 38; /* ⬅ #dcae26 */
	--color-warning-700: 183 145 32; /* ⬅ #b79120 */
	--color-warning-800: 146 116 25; /* ⬅ #927419 */
	--color-warning-900: 120 95 21; /* ⬅ #785f15 */
	/* error | #b52c55 */
	--color-error-50: 244 223 230; /* ⬅ #f4dfe6 */
	--color-error-100: 240 213 221; /* ⬅ #f0d5dd */
	--color-error-200: 237 202 213; /* ⬅ #edcad5 */
	--color-error-300: 225 171 187; /* ⬅ #e1abbb */
	--color-error-400: 203 107 136; /* ⬅ #cb6b88 */
	--color-error-500: 181 44 85; /* ⬅ #b52c55 */
	--color-error-600: 163 40 77; /* ⬅ #a3284d */
	--color-error-700: 136 33 64; /* ⬅ #882140 */
	--color-error-800: 109 26 51; /* ⬅ #6d1a33 */
	--color-error-900: 89 22 42; /* ⬅ #59162a */
	/* surface | #64748b */
	--color-surface-50: 232 234 238; /* ⬅ #e8eaee */
	--color-surface-100: 224 227 232; /* ⬅ #e0e3e8 */
	--color-surface-200: 216 220 226; /* ⬅ #d8dce2 */
	--color-surface-300: 193 199 209; /* ⬅ #c1c7d1 */
	--color-surface-400: 147 158 174; /* ⬅ #939eae */
	--color-surface-500: 100 116 139; /* ⬅ #64748b */
	--color-surface-600: 90 104 125; /* ⬅ #5a687d */
	--color-surface-700: 75 87 104; /* ⬅ #4b5768 */
	--color-surface-800: 60 70 83; /* ⬅ #3c4653 */
	--color-surface-900: 49 57 68; /* ⬅ #313944 */
}

[data-theme='rocket'] h1,
[data-theme='rocket'] h2,
[data-theme='rocket'] h3,
[data-theme='rocket'] h4,
[data-theme='rocket'] h5,
[data-theme='rocket'] h6 {
	font-weight: bold;
}

/* Applied to body with `<body data-theme="rocket">` */
/* Created with: https://csshero.org/mesher/ */
/* prettier-ignore */
[data-theme='rocket'] {
	background-image:
			radial-gradient(at 0% 0%, rgba(var(--color-secondary-500) / 0.33) 0px, transparent 50%),
			radial-gradient(at 98% 1%, rgba(var(--color-error-500) / 0.33) 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 precede ALL Skeleton stylesheets.
*/
/* ! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
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 */
  font-variation-settings: normal; /* 6 */
}
/*
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;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
/* === 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;
  height: 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 */
.hide-scrollbar::-webkit-scrollbar {
		display: none;
	}
.hide-scrollbar {
		-ms-overflow-style: none; /* IE/Edge */
		scrollbar-width: none; /* Firefox */
	}
/* === 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: 2.25rem;
    line-height: 2.5rem;
  }
}
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):not(.permalink):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):not(.permalink):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);
}
:is(.dark a:not(.unstyled):not(.permalink):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;
  background-color: rgb(23 23 23 / 0.9);
  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));
}
:is(.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);
}
:is(.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:not(.unstyled):is(:not(.prose *)),
	del:not(.unstyled):is(:not(.prose *)) {
  position: relative;
  display: block;
  padding: 0.125rem;
  padding-left: 1.25rem;
		text-decoration: none;
}
ins:not(.unstyled):is(:not(.prose *))::before,
	del:not(.unstyled):is(:not(.prose *))::before {
  position: absolute;
  left: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
ins:not(.unstyled):is(:not(.prose *))::before {
		content: '+';
	}
del:not(.unstyled):is(:not(.prose *))::before {
		content: '−';
	}
ins:not(.unstyled):is(:not(.prose *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-success-500) / var(--tw-bg-opacity));
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: rgb(var(--on-success));
}
del:not(.unstyled):is(:not(.prose *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-error-500) / var(--tw-bg-opacity));
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: rgb(var(--on-error));
}
/* === 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));
}
:is(.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) */
:is(.dark input::-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);
}
:is(.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 {
  width: 100%;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.input,
	.textarea,
	.select,
	.input-group {
  width: 100%;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.\!input {
		/* Background */
	}
.input,
	.textarea,
	.select,
	.input-group {
		/* Background */
	}
.\!input {
  background-color: rgb(var(--color-surface-200));
}
.dark .\!input {
  background-color: rgb(var(--color-surface-700));
}
.\!input: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 {
  --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 {
  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 {
		/* Ring */
	}
.input,
	.textarea,
	.select,
	.input-group {
		/* Ring */
	}
.\!input {
  --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;
}
.input,
	.textarea,
	.select,
	.input-group {
  --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;
}
.\!input {
		/* Border */
	}
.input,
	.textarea,
	.select,
	.input-group {
		/* Border */
	}
.\!input {
  border-width: var(--theme-border-base);
  border-color: rgb(var(--color-surface-400));
}
.dark .\!input {
  border-color: rgb(var(--color-surface-500));
}
.\!input:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-500) / var(--tw-border-opacity));
}
.input,
	.textarea,
	.select,
	.input-group {
  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-within,
	.textarea:focus-within,
	.select:focus-within,
	.input-group:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-500) / var(--tw-border-opacity));
}
/* Base Inputs */
.\!input {
  border-radius: var(--theme-rounded-base);
}
.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;
  padding-right: 2rem;
}
.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 {
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: rgb(var(--color-surface-200));
}
.dark .select option {
  background-color: rgb(var(--color-surface-700));
}
.select option {
  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-primary-500)) linear-gradient(0deg, rgb(var(--color-primary-500)) 0%, rgb(var(--color-primary-500)) 100%);
		color: rgb(var(--on-primary));
	}
/* 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;
}
.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);
}
.input[type='color'] {
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  overflow: hidden;
  border-style: none;
  border-radius: var(--theme-rounded-base);
}
.\!input[type='color'] {
		-webkit-appearance: none !important; /* WebKit Only */
	}
.input[type='color'] {
		-webkit-appearance: none; /* WebKit Only */
	}
.\!input[type='color']::-webkit-color-swatch-wrapper {
  padding: 0px;
}
.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']::-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;
}
.input[type='color']::-moz-color-swatch {
  border-style: none;
}
/* === States === */
.\!input:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.\!input: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: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] {
  cursor: not-allowed !important;
  border-width: 0px !important;
}
.\!input[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[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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.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);
	}
.alert-message {
  flex: 1 1 auto;
}
.alert-message > :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));
}
.alert-actions {
  display: flex;
  align-items: center;
}
.alert-actions > :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 {
		/* 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) */
		font-size: 1rem;
		line-height: 1.5rem;
		/* Padding */
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		padding-top: 9px;
		padding-bottom: 9px;
		/* 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 Classes */
		/* Size (match base) */
		font-size: 1rem;
		line-height: 1.5rem;
		/* Padding */
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		padding-top: 9px;
		padding-bottom: 9px;
		/* 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;
		/* Padding */
		padding: 0px;
		/* 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-sm {
  aspect-ratio: 1 / 1;
  width: 33px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
/* File Input Button */
input[type='file']:not(.file-dropzone-input)::file-selector-button {
		/* Size (match base) */
		font-size: 1rem;
		line-height: 1.5rem;
		/* Padding */
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		padding-top: 9px;
		padding-bottom: 9px;
		/* 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 */
.card {
		/* background */
		background-color: rgb(var(--color-surface-100));
	}
.dark .card {
  background-color: rgb(var(--color-surface-800));
}
.card {
		/* Ring */
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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(23 23 23 / 0.05);;
	}
.dark .card {
  --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);
}
.card {
		/* Theme: Rounded */
		border-radius: var(--theme-rounded-container);
	}
/* === Regions === */
.card-header {
  padding: 1rem;
  padding-bottom: 0px;
}
/* === States === */
a.card {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
a.card: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);
}
.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 {
		/* Padding */
		padding: 0.5rem;
		/* Theme: Rounded */
		border-radius: var(--theme-rounded-base);
		/* Wrapping */
		white-space: normal;
		overflow-wrap: break-word;
	}
.list-nav a,
	.list-nav button,
	.list-option {
  display: flex;
  align-items: center;
}
.list-nav a > :not([hidden]) ~ :not([hidden]),
	.list-nav button > :not([hidden]) ~ :not([hidden]),
	.list-option > :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-nav a,
	.list-nav button,
	.list-option {
  white-space: nowrap;
		/* Padding */
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		/* Hover */
}
.list-nav a:hover,
	.list-nav button:hover,
	.list-option:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.list-nav a,
	.list-nav button,
	.list-option {
		/* Focus */
		outline: 2px solid transparent;
		outline-offset: 2px;
	}
.list-nav a:focus,
	.list-nav button:focus,
	.list-option:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-primary));
}
:is(.dark .list-nav a:focus),:is(.dark 
	.list-nav button:focus),:is(.dark 
	.list-option:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-primary));
}
.list-nav a,
	.list-nav button,
	.list-option {
		/* Cursor */
		cursor: pointer;
		/* 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 === */
.placeholder-circle {
  aspect-ratio: 1 / 1;
  border-radius: 9999px;
  background-color: rgb(var(--color-surface-300));
}
.dark .placeholder-circle {
  background-color: rgb(var(--color-surface-600));
}
.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 {
		/* NOTE: removed this to allow wrapping */
		white-space: nowrap;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		vertical-align: top;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
@media (min-width: 1024px) {
  .table tbody td {
    white-space: normal;
  }
}
.table-compact tbody td {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
/* === 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 */
/* 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));
}
:is(.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-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-secondary-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-secondary));
}
:is(.dark .variant-filled-secondary) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-secondary-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-secondary));
}
.variant-filled-success {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-success-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-success));
}
:is(.dark .variant-filled-success) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-success-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-success));
}
.variant-filled-error {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-error-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-error));
}
:is(.dark .variant-filled-error) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-error-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-error));
}
.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));
}
:is(.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));
}
:is(.dark .variant-ghost),:is(.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);
}
:is(.dark .variant-ghost),:is(.dark 
	.variant-ghost-surface) {
  background-color: rgb(var(--color-surface-500) / 0.2);
}
/* Soft */
.variant-soft,
	.variant-soft-surface {
  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 .variant-soft,.dark 
	.variant-soft-surface {
  color: rgb(var(--color-surface-200));
}
:is(.dark .variant-soft),:is(.dark 
	.variant-soft-surface) {
  background-color: rgb(var(--color-surface-500) / 0.2);
}
/* Glass */
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[888\] {
  z-index: 888;
}
.z-\[999\] {
  z-index: 999;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mt-\[15px\] {
  margin-top: -15px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.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;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[50\%\] {
  height: 50%;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.w-0 {
  width: 0px;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[70\%\] {
  width: 70%;
}
.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-\[100\%\] {
  --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));
}
.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-\[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;
}
.list-none {
  list-style-type: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.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-content-end {
  place-content: end;
}
.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));
}
.place-self-center {
  place-self: center;
}
.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;
}
.rounded-md {
  border-radius: 0.375rem;
}
.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;
}
.\!bg-primary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity)) !important;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}
.bg-surface-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-400) / var(--tw-bg-opacity));
}
.bg-surface-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-50) / var(--tw-bg-opacity));
}
.bg-surface-500\/5 {
  background-color: rgb(var(--color-surface-500) / 0.05);
}
.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\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.fill-current {
  fill: currentColor;
}
.fill-surface-50 {
  fill: rgb(var(--color-surface-50) / 1);
}
.fill-surface-900 {
  fill: rgb(var(--color-surface-900) / 1);
}
.fill-transparent {
  fill: transparent;
}
.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;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.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;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.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-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.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\/50 {
  color: rgb(255 255 255 / 0.5);
}
.accent-surface-900 {
  accent-color: rgb(var(--color-surface-900) / 1);
}
.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 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[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-surface-500\/30 {
  --tw-ring-color: rgb(var(--color-surface-500) / 0.3);
}
.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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[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, 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-\[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);
}
.rounded-bl-container-token {
  border-bottom-left-radius: var(--theme-rounded-container);
}
.rounded-br-container-token {
  border-bottom-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;
}
.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));
}
.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));
}
.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));
}
.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));
}
.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));
}
.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);
}
.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));
}
:is(.dark .hover\:variant-soft:hover) {
  background-color: rgb(var(--color-surface-500) / 0.2);
}
.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;
}
:is(.dark .dark\:bg-surface-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-300) / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-surface-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-700) / var(--tw-bg-opacity));
}
:is(.dark .dark\:stroke-surface-50) {
  stroke: rgb(var(--color-surface-50) / 1);
}
:is(.dark .dark\:accent-surface-50) {
  accent-color: rgb(var(--color-surface-50) / 1);
}
:is(.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));
  }
}
@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-64 {
    width: 16rem;
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
/* 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: modals.css */
/* === Modal (helpers) === */
.w-modal-slim {
  width: 100%;
  max-width: 400px;
}
.w-modal {
  width: 100%;
  max-width: 640px;
}
.w-modal-wide {
  width: 100%;
  max-width: 80%;
}
/* Tailwind Elements: popups.css */
/* === Popup === */
[data-popup] {
	/* https://floating-ui.com/docs/computeposition#usage */
	position: absolute;
	top: 0px;
	left: 0px; /* max-w-max */
	/* Set hidden on page load */
	display: none;
	/* Transitions */
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
[data-popup] .arrow {
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  --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));
}
/* Imports all Variant Styles */
/* === Variants === */
/* A canned set of reusable variant styles. */
/*place global styles here */

html,
body {
	height: 100%;
	overflow: hidden;
}
@font-face {
	font-family: 'Space Grotesk';
	src: url('../../../fonts/SpaceGrotesk.ttf');
	font-display: swap;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.offline-prompt.svelte-1d93ozj{position:fixed;bottom:0;left:0;width:100%;background-color:#ff0000;color:#ffffff;padding:12px;text-align:center}