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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[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, input:where(:not([type])):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;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-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],[size]:where(select:not([size="1"])) {
  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");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

.dark .divider-vertical {
  border-color: rgb(var(--color-surface-600));
}

:is(.dark .anchor) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-500) / var(--tw-text-opacity));
}

.dark .blockquote {
  color: rgba(var(--theme-font-color-dark));
}

.dark .kbd {
  background-color: rgb(var(--color-surface-600));
}

:is(.dark .time) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-surface-400) / var(--tw-text-opacity));
}

:is(.dark .code) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-400) / var(--tw-text-opacity));
  background-color: rgb(var(--color-primary-500) / 0.2);
}

.dark .alert {
  color: rgb(var(--color-surface-50));
}

:is(.dark .badge-glass) {
  background-color: rgb(var(--color-surface-500) / 0.2);
  --tw-ring-color: rgb(250 250 250 / 0.05);
}

.dark .crumb-separator {
  color: rgb(var(--color-surface-200));
}

.dark .card {
  background-color: rgb(var(--color-surface-800));
  --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);
}

.\!legend {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-family: var(--theme-font-family-heading) !important;
}

.legend {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: var(--theme-font-family-heading);
}

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

.\!input {
  width: 100% !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 200ms !important;
  background-color: rgb(var(--color-surface-200)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  border-width: var(--theme-border-base) !important;
  border-color: rgb(var(--color-surface-400)) !important;
}

.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;
  background-color: rgb(var(--color-surface-200));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  border-width: var(--theme-border-base);
  border-color: rgb(var(--color-surface-400));
}

.dark .input,.dark
	.textarea,.dark
	.select,.dark
	.input-group {
  background-color: rgb(var(--color-surface-700));
  border-color: rgb(var(--color-surface-500));
}

.dark .\!input {
  background-color: rgb(var(--color-surface-700)) !important;
  border-color: rgb(var(--color-surface-500)) !important;
}

.\!input:hover {
  --tw-brightness: brightness(1.05) !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: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 {
  --tw-brightness: brightness(1.05) !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: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:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--color-primary-500) / var(--tw-border-opacity)) !important;
}

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

.\!input {
  border-radius: var(--theme-rounded-base) !important;
}

.input,
	.input-group {
  border-radius: var(--theme-rounded-base);
}

.dark .select option {
  background-color: rgb(var(--color-surface-700));
}

.dark .checkbox,.dark
	.radio {
  background-color: rgb(var(--color-surface-700));
  border-color: rgb(var(--color-surface-500));
}

.\!input[type='file'] {
  padding: 0.25rem !important;
}

.input[type='file'] {
  padding: 0.25rem;
}

.\!input[type='color'] {
  height: 2.5rem !important;
  width: 2.5rem !important;
  cursor: pointer !important;
  overflow: hidden !important;
  border-style: none !important;
  border-radius: var(--theme-rounded-base) !important;
  -webkit-appearance: none !important;
}

.input[type='color'] {
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  overflow: hidden;
  border-style: none;
  border-radius: var(--theme-rounded-base);
  -webkit-appearance: none;
}

.\!input[type='color']::-webkit-color-swatch-wrapper {
  padding: 0px !important;
}

.input[type='color']::-webkit-color-swatch-wrapper {
  padding: 0px;
}

.\!input[type='color']::-webkit-color-swatch {
  border-style: none !important;
}

.input[type='color']::-webkit-color-swatch {
  border-style: none;
}

.\!input[type='color']::-webkit-color-swatch:hover {
  --tw-brightness: brightness(1.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[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 !important;
}

.input[type='color']::-moz-color-swatch {
  border-style: none;
}

.\!input:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.input:disabled,
	.textarea:disabled,
	.select:disabled,
	.input-group > input:disabled,
	.input-group > textarea:disabled,
	.input-group > select: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:hover,
	.textarea:disabled:hover,
	.select:disabled:hover,
	.input-group > input:disabled:hover,
	.input-group > textarea:disabled:hover,
	.input-group > 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-color: transparent !important;
}

.input[readonly],
	.textarea[readonly],
	.select[readonly] {
  cursor: not-allowed !important;
  border-color: transparent !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]: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;
}

.dark .input-group select option {
  background-color: rgb(var(--color-surface-700));
}

.dark .input-group-divider input,.dark
	.input-group-divider select,.dark
	.input-group-divider div,.dark
	.input-group-divider a {
  border-color: rgb(var(--color-surface-500));
}

.dark .input-group-divider input:focus,.dark
	.input-group-divider select:focus,.dark
	.input-group-divider div:focus,.dark
	.input-group-divider a:focus {
  border-color: rgb(var(--color-surface-500));
}

.dark .input-group-shim {
  color: rgb(var(--color-surface-300));
}

:is(.dark .input-success) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-success-500) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-success-200) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--color-success-700) / var(--tw-text-opacity));
}

:is(.dark .input-warning) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-warning-500) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-warning-200) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--color-warning-700) / var(--tw-text-opacity));
}

:is(.dark .input-error) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-error-500) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-error-200) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--color-error-500) / var(--tw-text-opacity));
}

:is(.dark .variant-form-material) {
  background-color: rgb(var(--color-surface-500) / 0.2);
}

.dark .list-nav a:hover,.dark
	.list-nav button:hover,.dark
	.list-option:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}

.dark .list-nav a:focus,.dark
	.list-nav button:focus,.dark
	.list-option:focus {
  color: rgb(var(--color-primary-200));
}

:is(.dark .list-nav a:focus),:is(.dark
	.list-nav button:focus),:is(.dark
	.list-option:focus) {
  background-color: rgb(var(--color-primary-500) / 0.2);
}

.dark .logo-item {
  background-color: rgb(var(--color-surface-800));
}

:is(.dark .logo-item) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .placeholder {
  background-color: rgb(var(--color-surface-600));
}

.dark .placeholder-circle {
  background-color: rgb(var(--color-surface-600));
}

.dark .table {
  background-color: rgb(var(--color-surface-800));
}

.dark .table-interactive tbody tr:hover:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}

.dark .table-interactive tbody tr:hover:nth-child(even):hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}

.dark .table thead {
  background-color: rgb(var(--color-surface-700));
}

.dark .table tfoot {
  background-color: rgb(var(--color-surface-800));
}

:is(.dark .variant-outline-primary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary-500) / var(--tw-ring-opacity));
}

:is(.dark .variant-outline-secondary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-secondary-500) / var(--tw-ring-opacity));
}

:is(.dark .variant-outline-tertiary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-tertiary-500) / var(--tw-ring-opacity));
}

:is(.dark .variant-outline-success) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-success-500) / var(--tw-ring-opacity));
}

:is(.dark .variant-outline-warning) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-warning-500) / var(--tw-ring-opacity));
}

:is(.dark .variant-outline-error) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-error-500) / var(--tw-ring-opacity));
}

:is(.dark .variant-outline),:is(.dark
	.variant-outline-surface) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-surface-500) / var(--tw-ring-opacity));
}

.dark .variant-filled {
  background-color: rgb(var(--color-surface-50));
  color: rgb(var(--color-surface-900));
}

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

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

:is(.dark .variant-filled-tertiary) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-tertiary-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-tertiary));
}

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

:is(.dark .variant-filled-warning) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-warning-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-warning));
}

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

.dark .variant-filled-surface {
  background-color: rgb(var(--color-surface-500));
}

:is(.dark .variant-filled-surface) {
  color: rgb(var(--on-surface));
}

:is(.dark .variant-ringed) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-surface-500) / var(--tw-ring-opacity));
  background-color: transparent;
}

:is(.dark .variant-ringed-primary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary-500) / var(--tw-ring-opacity));
  background-color: transparent;
}

:is(.dark .variant-ringed-secondary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-secondary-500) / var(--tw-ring-opacity));
  background-color: transparent;
}

:is(.dark .variant-ringed-tertiary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-tertiary-500) / var(--tw-ring-opacity));
  background-color: transparent;
}

:is(.dark .variant-ringed-success) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-success-500) / var(--tw-ring-opacity));
  background-color: transparent;
}

:is(.dark .variant-ringed-warning) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-warning-500) / var(--tw-ring-opacity));
  background-color: transparent;
}

:is(.dark .variant-ringed-error) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-error-500) / var(--tw-ring-opacity));
  background-color: transparent;
}

:is(.dark .variant-ringed-surface) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-surface-500) / var(--tw-ring-opacity));
  background-color: transparent;
}

:is(.dark .variant-ghost-primary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary-500) / var(--tw-ring-opacity));
  background-color: rgb(var(--color-primary-500) / 0.2);
}

:is(.dark .variant-ghost-secondary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-secondary-500) / var(--tw-ring-opacity));
  background-color: rgb(var(--color-secondary-500) / 0.2);
}

:is(.dark .variant-ghost-tertiary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-tertiary-500) / var(--tw-ring-opacity));
  background-color: rgb(var(--color-tertiary-500) / 0.2);
}

:is(.dark .variant-ghost-success) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-success-500) / var(--tw-ring-opacity));
  background-color: rgb(var(--color-success-500) / 0.2);
}

:is(.dark .variant-ghost-warning) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-warning-500) / var(--tw-ring-opacity));
  background-color: rgb(var(--color-warning-500) / 0.2);
}

:is(.dark .variant-ghost-error) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-error-500) / var(--tw-ring-opacity));
  background-color: rgb(var(--color-error-500) / 0.2);
}

: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));
  background-color: rgb(var(--color-surface-500) / 0.2);
}

.dark .variant-soft-primary {
  color: rgb(var(--color-primary-200));
}

:is(.dark .variant-soft-primary) {
  background-color: rgb(var(--color-primary-500) / 0.2);
}

.dark .variant-soft-secondary {
  color: rgb(var(--color-secondary-200));
}

:is(.dark .variant-soft-secondary) {
  background-color: rgb(var(--color-secondary-500) / 0.2);
}

.dark .variant-soft-tertiary {
  color: rgb(var(--color-tertiary-200));
}

:is(.dark .variant-soft-tertiary) {
  background-color: rgb(var(--color-tertiary-500) / 0.2);
}

.dark .variant-soft-success {
  color: rgb(var(--color-success-200));
}

:is(.dark .variant-soft-success) {
  background-color: rgb(var(--color-success-500) / 0.2);
}

.dark .variant-soft-warning {
  color: rgb(var(--color-warning-200));
}

:is(.dark .variant-soft-warning) {
  background-color: rgb(var(--color-warning-500) / 0.2);
}

.dark .variant-soft-error {
  color: rgb(var(--color-error-200));
}

:is(.dark .variant-soft-error) {
  background-color: rgb(var(--color-error-500) / 0.2);
}

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

:is(.dark .variant-glass-primary) {
  background-color: rgb(var(--color-primary-500) / 0.2);
}

:is(.dark .variant-glass-secondary) {
  background-color: rgb(var(--color-secondary-500) / 0.2);
}

:is(.dark .variant-glass-tertiary) {
  background-color: rgb(var(--color-tertiary-500) / 0.2);
}

:is(.dark .variant-glass-success) {
  background-color: rgb(var(--color-success-500) / 0.2);
}

:is(.dark .variant-glass-warning) {
  background-color: rgb(var(--color-warning-500) / 0.2);
}

:is(.dark .variant-glass-error) {
  background-color: rgb(var(--color-error-500) / 0.2);
}

:is(.dark .variant-glass-surface) {
  background-color: rgb(var(--color-surface-500) / 0.2);
}

:is(.dark .variant-glass) {
  background-color: rgb(var(--color-surface-900) / 0.3);
}

@media (min-width: 768px) {

  .\!legend {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .legend {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.dark .bg-primary-backdrop-token {
  background-color: rgb(var(--color-primary-900) / 0.7);
}

.dark .bg-primary-hover-token:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}

.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-hover-token:hover {
  background-color: rgb(var(--color-secondary-500) / 0.1);
}

.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-hover-token:hover {
  background-color: rgb(var(--color-tertiary-500) / 0.1);
}

.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-hover-token:hover {
  background-color: rgb(var(--color-success-500) / 0.1);
}

.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-hover-token:hover {
  background-color: rgb(var(--color-warning-500) / 0.1);
}

.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-hover-token:hover {
  background-color: rgb(var(--color-error-500) / 0.1);
}

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

.dark .bg-surface-backdrop-token {
  background-color: rgb(var(--color-surface-900) / 0.7);
}

.dark .bg-surface-hover-token:hover {
  background-color: rgb(var(--color-surface-500) / 0.1);
}

.dark .bg-surface-50-900-token {
  background-color: rgb(var(--color-surface-900));
}

.dark .bg-surface-100-800-token {
  background-color: rgb(var(--color-surface-800));
}

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

.dark .bg-surface-400-500-token {
  background-color: rgb(var(--color-surface-500));
}

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

.dark .border-primary-50-900-token {
  border-color: rgb(var(--color-primary-900));
}

.dark .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-surface-200-700-token {
  border-color: rgb(var(--color-surface-700));
}

.dark .border-surface-300-600-token {
  border-color: rgb(var(--color-surface-600));
}

.dark .divide-surface-300-600-token {
  border-color: rgb(var(--color-surface-600));
}

.dark .border-surface-400-500-token {
  border-color: rgb(var(--color-surface-500));
}

.dark .divide-surface-400-500-token {
  border-color: rgb(var(--color-surface-500));
}

.dark .border-surface-900-50-token {
  border-color: rgb(var(--color-surface-50));
}

.dark .divide-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 .divide-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 .divide-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 .divide-surface-600-300-token {
  border-color: rgb(var(--color-surface-300));
}

.dark .border-surface-500-400-token {
  border-color: rgb(var(--color-surface-400));
}

.dark .divide-surface-500-400-token {
  border-color: rgb(var(--color-surface-400));
}

.dark .fill-token {
  fill: rgba(var(--theme-font-color-dark));
}

.dark .text-token {
  color: rgba(var(--theme-font-color-dark));
}

.dark .text-primary-50-900-token {
  color: rgb(var(--color-primary-900));
}

.dark .decoration-primary-50-900-token {
  text-decoration-color: rgb(var(--color-primary-900));
}

.dark .text-primary-100-800-token {
  color: rgb(var(--color-primary-800));
}

.dark .decoration-primary-100-800-token {
  text-decoration-color: rgb(var(--color-primary-800));
}

.dark .text-primary-200-700-token {
  color: rgb(var(--color-primary-700));
}

.dark .decoration-primary-200-700-token {
  text-decoration-color: rgb(var(--color-primary-700));
}

.dark .text-primary-300-600-token {
  color: rgb(var(--color-primary-600));
}

.dark .decoration-primary-300-600-token {
  text-decoration-color: rgb(var(--color-primary-600));
}

.dark .text-primary-400-500-token {
  color: rgb(var(--color-primary-500));
}

.dark .decoration-primary-400-500-token {
  text-decoration-color: rgb(var(--color-primary-500));
}

.dark .text-primary-900-50-token {
  color: rgb(var(--color-primary-50));
}

.dark .decoration-primary-900-50-token {
  text-decoration-color: rgb(var(--color-primary-50));
}

.dark .text-primary-800-100-token {
  color: rgb(var(--color-primary-100));
}

.dark .decoration-primary-800-100-token {
  text-decoration-color: rgb(var(--color-primary-100));
}

.dark .text-primary-700-200-token {
  color: rgb(var(--color-primary-200));
}

.dark .decoration-primary-700-200-token {
  text-decoration-color: rgb(var(--color-primary-200));
}

.dark .text-primary-600-300-token {
  color: rgb(var(--color-primary-300));
}

.dark .decoration-primary-600-300-token {
  text-decoration-color: rgb(var(--color-primary-300));
}

.dark .text-primary-500-400-token {
  color: rgb(var(--color-primary-400));
}

.dark .decoration-primary-500-400-token {
  text-decoration-color: rgb(var(--color-primary-400));
}

.dark .text-secondary-50-900-token {
  color: rgb(var(--color-secondary-900));
}

.dark .decoration-secondary-50-900-token {
  text-decoration-color: rgb(var(--color-secondary-900));
}

.dark .text-secondary-100-800-token {
  color: rgb(var(--color-secondary-800));
}

.dark .decoration-secondary-100-800-token {
  text-decoration-color: rgb(var(--color-secondary-800));
}

.dark .text-secondary-200-700-token {
  color: rgb(var(--color-secondary-700));
}

.dark .decoration-secondary-200-700-token {
  text-decoration-color: rgb(var(--color-secondary-700));
}

.dark .text-secondary-300-600-token {
  color: rgb(var(--color-secondary-600));
}

.dark .decoration-secondary-300-600-token {
  text-decoration-color: rgb(var(--color-secondary-600));
}

.dark .text-secondary-400-500-token {
  color: rgb(var(--color-secondary-500));
}

.dark .decoration-secondary-400-500-token {
  text-decoration-color: rgb(var(--color-secondary-500));
}

.dark .text-secondary-900-50-token {
  color: rgb(var(--color-secondary-50));
}

.dark .decoration-secondary-900-50-token {
  text-decoration-color: rgb(var(--color-secondary-50));
}

.dark .text-secondary-800-100-token {
  color: rgb(var(--color-secondary-100));
}

.dark .decoration-secondary-800-100-token {
  text-decoration-color: rgb(var(--color-secondary-100));
}

.dark .text-secondary-700-200-token {
  color: rgb(var(--color-secondary-200));
}

.dark .decoration-secondary-700-200-token {
  text-decoration-color: rgb(var(--color-secondary-200));
}

.dark .text-secondary-600-300-token {
  color: rgb(var(--color-secondary-300));
}

.dark .decoration-secondary-600-300-token {
  text-decoration-color: rgb(var(--color-secondary-300));
}

.dark .text-secondary-500-400-token {
  color: rgb(var(--color-secondary-400));
}

.dark .decoration-secondary-500-400-token {
  text-decoration-color: rgb(var(--color-secondary-400));
}

.dark .text-tertiary-50-900-token {
  color: rgb(var(--color-tertiary-900));
}

.dark .decoration-tertiary-50-900-token {
  text-decoration-color: rgb(var(--color-tertiary-900));
}

.dark .text-tertiary-100-800-token {
  color: rgb(var(--color-tertiary-800));
}

.dark .decoration-tertiary-100-800-token {
  text-decoration-color: rgb(var(--color-tertiary-800));
}

.dark .text-tertiary-200-700-token {
  color: rgb(var(--color-tertiary-700));
}

.dark .decoration-tertiary-200-700-token {
  text-decoration-color: rgb(var(--color-tertiary-700));
}

.dark .text-tertiary-300-600-token {
  color: rgb(var(--color-tertiary-600));
}

.dark .decoration-tertiary-300-600-token {
  text-decoration-color: rgb(var(--color-tertiary-600));
}

.dark .text-tertiary-400-500-token {
  color: rgb(var(--color-tertiary-500));
}

.dark .decoration-tertiary-400-500-token {
  text-decoration-color: rgb(var(--color-tertiary-500));
}

.dark .text-tertiary-900-50-token {
  color: rgb(var(--color-tertiary-50));
}

.dark .decoration-tertiary-900-50-token {
  text-decoration-color: rgb(var(--color-tertiary-50));
}

.dark .text-tertiary-800-100-token {
  color: rgb(var(--color-tertiary-100));
}

.dark .decoration-tertiary-800-100-token {
  text-decoration-color: rgb(var(--color-tertiary-100));
}

.dark .text-tertiary-700-200-token {
  color: rgb(var(--color-tertiary-200));
}

.dark .decoration-tertiary-700-200-token {
  text-decoration-color: rgb(var(--color-tertiary-200));
}

.dark .text-tertiary-600-300-token {
  color: rgb(var(--color-tertiary-300));
}

.dark .decoration-tertiary-600-300-token {
  text-decoration-color: rgb(var(--color-tertiary-300));
}

.dark .text-tertiary-500-400-token {
  color: rgb(var(--color-tertiary-400));
}

.dark .decoration-tertiary-500-400-token {
  text-decoration-color: rgb(var(--color-tertiary-400));
}

.dark .text-success-50-900-token {
  color: rgb(var(--color-success-900));
}

.dark .decoration-success-50-900-token {
  text-decoration-color: rgb(var(--color-success-900));
}

.dark .text-success-100-800-token {
  color: rgb(var(--color-success-800));
}

.dark .decoration-success-100-800-token {
  text-decoration-color: rgb(var(--color-success-800));
}

.dark .text-success-200-700-token {
  color: rgb(var(--color-success-700));
}

.dark .decoration-success-200-700-token {
  text-decoration-color: rgb(var(--color-success-700));
}

.dark .text-success-300-600-token {
  color: rgb(var(--color-success-600));
}

.dark .decoration-success-300-600-token {
  text-decoration-color: rgb(var(--color-success-600));
}

.dark .text-success-400-500-token {
  color: rgb(var(--color-success-500));
}

.dark .decoration-success-400-500-token {
  text-decoration-color: rgb(var(--color-success-500));
}

.dark .text-success-900-50-token {
  color: rgb(var(--color-success-50));
}

.dark .decoration-success-900-50-token {
  text-decoration-color: rgb(var(--color-success-50));
}

.dark .text-success-800-100-token {
  color: rgb(var(--color-success-100));
}

.dark .decoration-success-800-100-token {
  text-decoration-color: rgb(var(--color-success-100));
}

.dark .text-success-700-200-token {
  color: rgb(var(--color-success-200));
}

.dark .decoration-success-700-200-token {
  text-decoration-color: rgb(var(--color-success-200));
}

.dark .text-success-600-300-token {
  color: rgb(var(--color-success-300));
}

.dark .decoration-success-600-300-token {
  text-decoration-color: rgb(var(--color-success-300));
}

.dark .text-success-500-400-token {
  color: rgb(var(--color-success-400));
}

.dark .decoration-success-500-400-token {
  text-decoration-color: rgb(var(--color-success-400));
}

.dark .text-warning-50-900-token {
  color: rgb(var(--color-warning-900));
}

.dark .decoration-warning-50-900-token {
  text-decoration-color: rgb(var(--color-warning-900));
}

.dark .text-warning-100-800-token {
  color: rgb(var(--color-warning-800));
}

.dark .decoration-warning-100-800-token {
  text-decoration-color: rgb(var(--color-warning-800));
}

.dark .text-warning-200-700-token {
  color: rgb(var(--color-warning-700));
}

.dark .decoration-warning-200-700-token {
  text-decoration-color: rgb(var(--color-warning-700));
}

.dark .text-warning-300-600-token {
  color: rgb(var(--color-warning-600));
}

.dark .decoration-warning-300-600-token {
  text-decoration-color: rgb(var(--color-warning-600));
}

.dark .text-warning-400-500-token {
  color: rgb(var(--color-warning-500));
}

.dark .decoration-warning-400-500-token {
  text-decoration-color: rgb(var(--color-warning-500));
}

.dark .text-warning-900-50-token {
  color: rgb(var(--color-warning-50));
}

.dark .decoration-warning-900-50-token {
  text-decoration-color: rgb(var(--color-warning-50));
}

.dark .text-warning-800-100-token {
  color: rgb(var(--color-warning-100));
}

.dark .decoration-warning-800-100-token {
  text-decoration-color: rgb(var(--color-warning-100));
}

.dark .text-warning-700-200-token {
  color: rgb(var(--color-warning-200));
}

.dark .decoration-warning-700-200-token {
  text-decoration-color: rgb(var(--color-warning-200));
}

.dark .text-warning-600-300-token {
  color: rgb(var(--color-warning-300));
}

.dark .decoration-warning-600-300-token {
  text-decoration-color: rgb(var(--color-warning-300));
}

.dark .text-warning-500-400-token {
  color: rgb(var(--color-warning-400));
}

.dark .decoration-warning-500-400-token {
  text-decoration-color: rgb(var(--color-warning-400));
}

.dark .text-error-50-900-token {
  color: rgb(var(--color-error-900));
}

.dark .decoration-error-50-900-token {
  text-decoration-color: rgb(var(--color-error-900));
}

.dark .text-error-100-800-token {
  color: rgb(var(--color-error-800));
}

.dark .decoration-error-100-800-token {
  text-decoration-color: rgb(var(--color-error-800));
}

.dark .text-error-200-700-token {
  color: rgb(var(--color-error-700));
}

.dark .decoration-error-200-700-token {
  text-decoration-color: rgb(var(--color-error-700));
}

.dark .text-error-300-600-token {
  color: rgb(var(--color-error-600));
}

.dark .decoration-error-300-600-token {
  text-decoration-color: rgb(var(--color-error-600));
}

.dark .text-error-400-500-token {
  color: rgb(var(--color-error-500));
}

.dark .decoration-error-400-500-token {
  text-decoration-color: rgb(var(--color-error-500));
}

.dark .text-error-900-50-token {
  color: rgb(var(--color-error-50));
}

.dark .decoration-error-900-50-token {
  text-decoration-color: rgb(var(--color-error-50));
}

.dark .text-error-800-100-token {
  color: rgb(var(--color-error-100));
}

.dark .decoration-error-800-100-token {
  text-decoration-color: rgb(var(--color-error-100));
}

.dark .text-error-700-200-token {
  color: rgb(var(--color-error-200));
}

.dark .decoration-error-700-200-token {
  text-decoration-color: rgb(var(--color-error-200));
}

.dark .text-error-600-300-token {
  color: rgb(var(--color-error-300));
}

.dark .decoration-error-600-300-token {
  text-decoration-color: rgb(var(--color-error-300));
}

.dark .text-error-500-400-token {
  color: rgb(var(--color-error-400));
}

.dark .decoration-error-500-400-token {
  text-decoration-color: rgb(var(--color-error-400));
}

.dark .text-surface-50-900-token {
  color: rgb(var(--color-surface-900));
}

.dark .decoration-surface-50-900-token {
  text-decoration-color: rgb(var(--color-surface-900));
}

.dark .text-surface-100-800-token {
  color: rgb(var(--color-surface-800));
}

.dark .decoration-surface-100-800-token {
  text-decoration-color: rgb(var(--color-surface-800));
}

.dark .text-surface-200-700-token {
  color: rgb(var(--color-surface-700));
}

.dark .decoration-surface-200-700-token {
  text-decoration-color: rgb(var(--color-surface-700));
}

.dark .text-surface-300-600-token {
  color: rgb(var(--color-surface-600));
}

.dark .decoration-surface-300-600-token {
  text-decoration-color: rgb(var(--color-surface-600));
}

.dark .text-surface-400-500-token {
  color: rgb(var(--color-surface-500));
}

.dark .decoration-surface-400-500-token {
  text-decoration-color: rgb(var(--color-surface-500));
}

.dark .text-surface-900-50-token {
  color: rgb(var(--color-surface-50));
}

.dark .decoration-surface-900-50-token {
  text-decoration-color: rgb(var(--color-surface-50));
}

.dark .text-surface-800-100-token {
  color: rgb(var(--color-surface-100));
}

.dark .decoration-surface-800-100-token {
  text-decoration-color: rgb(var(--color-surface-100));
}

.dark .text-surface-700-200-token {
  color: rgb(var(--color-surface-200));
}

.dark .decoration-surface-700-200-token {
  text-decoration-color: rgb(var(--color-surface-200));
}

.dark .text-surface-600-300-token {
  color: rgb(var(--color-surface-300));
}

.dark .decoration-surface-600-300-token {
  text-decoration-color: rgb(var(--color-surface-300));
}

.dark .text-surface-500-400-token {
  color: rgb(var(--color-surface-400));
}

.dark .decoration-surface-500-400-token {
  text-decoration-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);
}

body {
  background-color: rgb(var(--color-surface-50));
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: var(--theme-font-family-base);
  color: rgba(var(--theme-font-color-base));
}

.dark body {
  background-color: rgb(var(--color-surface-900));
  color: rgba(var(--theme-font-color-dark));
}

::-moz-selection {
  background-color: rgb(var(--color-primary-500) / 0.3);
}

::selection {
  background-color: rgb(var(--color-primary-500) / 0.3);
}

html {
  -webkit-tap-highlight-color: rgba(128, 128, 128, 0.5);
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(255, 255, 255, 0.05);
}

::-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));
  border-radius: var(--theme-rounded-base);
}

.dark ::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-surface-500));
}

::-webkit-scrollbar-corner {
  background-color: rgb(var(--color-surface-50)) !important;
}

.dark ::-webkit-scrollbar-corner {
  background-color: rgb(var(--color-surface-900)) !important;
}

html.dark {
  scrollbar-color: rgba(255, 255, 255, 0.1) rgba(0, 0, 0, 0.05);
}

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

fieldset,
legend,
label {
  display: block;
}

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

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

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E")
		no-repeat 50% 50%;
  pointer-events: none;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  background-size: contain;
  opacity: 0;
}

input[type='search']:focus::-webkit-search-cancel-button {
  pointer-events: auto;
  opacity: 1;
}

:is(.dark input[type='search']::-webkit-search-cancel-button) {
  --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 {
  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;
}

input[type='file']:not(.file-dropzone-input)::file-selector-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

input[type='file']:not(.file-dropzone-input)::file-selector-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);
}

input[type='file']:not(.file-dropzone-input)::file-selector-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));
}

input[type='file']:not(.file-dropzone-input)::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: var(--theme-rounded-base);
  background-color: rgb(var(--color-surface-900));
  color: rgb(var(--color-surface-50));
  margin-right: 0.5rem;
  border-width: 0px;
}

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

.dark input[type='file']:not(.file-dropzone-input)::file-selector-button {
  background-color: rgb(var(--color-surface-50));
  color: rgb(var(--color-surface-900));
}

[type='range'] {
  width: 100%;
  accent-color: rgb(var(--color-surface-900) / 1);
}

:is(.dark [type='range']) {
  accent-color: rgb(var(--color-surface-50) / 1);
}

[data-sort] {
  cursor: pointer;
}

[data-sort]:hover:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}

.dark [data-sort]:hover:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}

[data-sort]::after {
  margin-left: 0.5rem !important;
  opacity: 0;
  --tw-content: '↓' !important;
  content: var(--tw-content) !important;
}

[data-popup] {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root [data-theme='wintry'] {
  --theme-font-family-heading: Inter, system-ui, sans-serif;
  --theme-font-family-base: system-ui;
  --theme-font-color-base: 23 37 84;
  --theme-font-color-dark: 255 255 255;
  --theme-rounded-base: 9999px;
  --theme-rounded-container: 6px;
  --theme-border-base: 1px;
  --on-primary: 0 0 0;
  --on-secondary: 0 0 0;
  --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;
  --color-primary-50: 239 246 255;
  --color-primary-100: 219 234 254;
  --color-primary-200: 191 219 254;
  --color-primary-300: 147 197 253;
  --color-primary-400: 96 165 250;
  --color-primary-500: 59 130 246;
  --color-primary-600: 37 99 235;
  --color-primary-700: 29 78 216;
  --color-primary-800: 30 64 175;
  --color-primary-900: 30 58 138;
  --color-secondary-50: 240 249 255;
  --color-secondary-100: 224 242 254;
  --color-secondary-200: 186 230 253;
  --color-secondary-300: 125 211 252;
  --color-secondary-400: 56 189 248;
  --color-secondary-500: 14 165 233;
  --color-secondary-600: 2 132 199;
  --color-secondary-700: 3 105 161;
  --color-secondary-800: 7 89 133;
  --color-secondary-900: 12 74 110;
  --color-tertiary-50: 238 242 255;
  --color-tertiary-100: 224 231 255;
  --color-tertiary-200: 199 210 254;
  --color-tertiary-300: 165 180 252;
  --color-tertiary-400: 129 140 248;
  --color-tertiary-500: 99 102 241;
  --color-tertiary-600: 79 70 229;
  --color-tertiary-700: 67 56 202;
  --color-tertiary-800: 55 48 163;
  --color-tertiary-900: 49 46 129;
  --color-success-50: 237 247 220;
  --color-success-100: 230 245 208;
  --color-success-200: 224 242 197;
  --color-success-300: 206 235 162;
  --color-success-400: 169 219 92;
  --color-success-500: 132 204 22;
  --color-success-600: 119 184 20;
  --color-success-700: 99 153 17;
  --color-success-800: 79 122 13;
  --color-success-900: 65 100 11;
  --color-warning-50: 252 244 218;
  --color-warning-100: 251 240 206;
  --color-warning-200: 250 236 193;
  --color-warning-300: 247 225 156;
  --color-warning-400: 240 202 82;
  --color-warning-500: 234 179 8;
  --color-warning-600: 211 161 7;
  --color-warning-700: 176 134 6;
  --color-warning-800: 140 107 5;
  --color-warning-900: 115 88 4;
  --color-error-50: 249 221 234;
  --color-error-100: 246 209 228;
  --color-error-200: 244 198 221;
  --color-error-300: 238 163 200;
  --color-error-400: 225 94 159;
  --color-error-500: 212 25 118;
  --color-error-600: 191 23 106;
  --color-error-700: 159 19 89;
  --color-error-800: 127 15 71;
  --color-error-900: 104 12 58;
  --color-surface-50: 249 250 251;
  --color-surface-100: 243 244 246;
  --color-surface-200: 229 231 235;
  --color-surface-300: 209 213 219;
  --color-surface-400: 156 163 175;
  --color-surface-500: 107 114 128;
  --color-surface-600: 75 85 99;
  --color-surface-700: 55 65 81;
  --color-surface-800: 31 41 55;
  --color-surface-900: 17 24 39;
}

.dark [data-theme='wintry'] {
  background-image: radial-gradient(at 50% 0%, rgba(var(--color-secondary-500) / 0.18) 0px, transparent 75%), radial-gradient(at 100% 0%, rgba(var(--color-tertiary-500) / 0.18) 0px, transparent 50%);
}

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

[data-theme='wintry'] {
  background-image: radial-gradient(at 50% 0%, rgba(var(--color-secondary-500) / 0.50) 0px, transparent 75%), radial-gradient(at 100% 0%, rgba(var(--color-tertiary-500) / 0.40) 0px, transparent 50%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

:root [data-theme='skeleton'] {
  --theme-font-family-base: system-ui;
  --theme-font-family-heading: system-ui;
  --theme-font-color-base: 0 0 0;
  --theme-font-color-dark: 255 255 255;
  --theme-rounded-base: 9999px;
  --theme-rounded-container: 8px;
  --theme-border-base: 1px;
  --on-primary: 0 0 0;
  --on-secondary: 255 255 255;
  --on-tertiary: 0 0 0;
  --on-success: 0 0 0;
  --on-warning: 0 0 0;
  --on-error: 255 255 255;
  --on-surface: 255 255 255;
  --color-primary-50: 219 245 236;
  --color-primary-100: 207 241 230;
  --color-primary-200: 195 238 224;
  --color-primary-300: 159 227 205;
  --color-primary-400: 87 207 167;
  --color-primary-500: 15 186 129;
  --color-primary-600: 14 167 116;
  --color-primary-700: 11 140 97;
  --color-primary-800: 9 112 77;
  --color-primary-900: 7 91 63;
  --color-secondary-50: 229 227 251;
  --color-secondary-100: 220 218 250;
  --color-secondary-200: 211 209 249;
  --color-secondary-300: 185 181 245;
  --color-secondary-400: 132 126 237;
  --color-secondary-500: 79 70 229;
  --color-secondary-600: 71 63 206;
  --color-secondary-700: 59 53 172;
  --color-secondary-800: 47 42 137;
  --color-secondary-900: 39 34 112;
  --color-tertiary-50: 219 242 252;
  --color-tertiary-100: 207 237 251;
  --color-tertiary-200: 195 233 250;
  --color-tertiary-300: 159 219 246;
  --color-tertiary-400: 86 192 240;
  --color-tertiary-500: 14 165 233;
  --color-tertiary-600: 13 149 210;
  --color-tertiary-700: 11 124 175;
  --color-tertiary-800: 8 99 140;
  --color-tertiary-900: 7 81 114;
  --color-success-50: 237 247 220;
  --color-success-100: 230 245 208;
  --color-success-200: 224 242 197;
  --color-success-300: 206 235 162;
  --color-success-400: 169 219 92;
  --color-success-500: 132 204 22;
  --color-success-600: 119 184 20;
  --color-success-700: 99 153 17;
  --color-success-800: 79 122 13;
  --color-success-900: 65 100 11;
  --color-warning-50: 252 244 218;
  --color-warning-100: 251 240 206;
  --color-warning-200: 250 236 193;
  --color-warning-300: 247 225 156;
  --color-warning-400: 240 202 82;
  --color-warning-500: 234 179 8;
  --color-warning-600: 211 161 7;
  --color-warning-700: 176 134 6;
  --color-warning-800: 140 107 5;
  --color-warning-900: 115 88 4;
  --color-error-50: 249 221 234;
  --color-error-100: 246 209 228;
  --color-error-200: 244 198 221;
  --color-error-300: 238 163 200;
  --color-error-400: 225 94 159;
  --color-error-500: 212 25 118;
  --color-error-600: 191 23 106;
  --color-error-700: 159 19 89;
  --color-error-800: 127 15 71;
  --color-error-900: 104 12 58;
  --color-surface-50: 228 230 238;
  --color-surface-100: 219 222 233;
  --color-surface-200: 210 214 227;
  --color-surface-300: 182 189 210;
  --color-surface-400: 128 140 177;
  --color-surface-500: 73 90 143;
  --color-surface-600: 66 81 129;
  --color-surface-700: 55 68 107;
  --color-surface-800: 44 54 86;
  --color-surface-900: 36 44 70;
}

.dark [data-theme='skeleton'] {}

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

[data-theme='skeleton'] {
  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%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

:root [data-theme='modern'] {
  --theme-font-family-base: 'Quicksand', sans-serif;
  --theme-font-family-heading: 'Quicksand', sans-serif;
  --theme-font-color-base: var(--color-surface-900);
  --theme-font-color-dark: var(--color-tertiary-50);
  --theme-rounded-base: 9999px;
  --theme-rounded-container: 24px;
  --theme-border-base: 3px;
  --on-primary: 255 255 255;
  --on-secondary: 0 0 0;
  --on-tertiary: 0 0 0;
  --on-success: 0 0 0;
  --on-warning: 0 0 0;
  --on-error: 255 255 255;
  --on-surface: 255 255 255;
  --color-primary-50: 252 228 240;
  --color-primary-100: 251 218 235;
  --color-primary-200: 250 209 230;
  --color-primary-300: 247 182 214;
  --color-primary-400: 242 127 184;
  --color-primary-500: 236 72 153;
  --color-primary-600: 212 65 138;
  --color-primary-700: 177 54 115;
  --color-primary-800: 142 43 92;
  --color-primary-900: 116 35 75;
  --color-secondary-50: 218 244 249;
  --color-secondary-100: 205 240 246;
  --color-secondary-200: 193 237 244;
  --color-secondary-300: 155 226 238;
  --color-secondary-400: 81 204 225;
  --color-secondary-500: 6 182 212;
  --color-secondary-600: 5 164 191;
  --color-secondary-700: 5 137 159;
  --color-secondary-800: 4 109 127;
  --color-secondary-900: 3 89 104;
  --color-tertiary-50: 220 244 242;
  --color-tertiary-100: 208 241 237;
  --color-tertiary-200: 196 237 233;
  --color-tertiary-300: 161 227 219;
  --color-tertiary-400: 91 205 193;
  --color-tertiary-500: 20 184 166;
  --color-tertiary-600: 18 166 149;
  --color-tertiary-700: 15 138 125;
  --color-tertiary-800: 12 110 100;
  --color-tertiary-900: 10 90 81;
  --color-success-50: 237 247 220;
  --color-success-100: 230 245 208;
  --color-success-200: 224 242 197;
  --color-success-300: 206 235 162;
  --color-success-400: 169 219 92;
  --color-success-500: 132 204 22;
  --color-success-600: 119 184 20;
  --color-success-700: 99 153 17;
  --color-success-800: 79 122 13;
  --color-success-900: 65 100 11;
  --color-warning-50: 252 244 218;
  --color-warning-100: 251 240 206;
  --color-warning-200: 250 236 193;
  --color-warning-300: 247 225 156;
  --color-warning-400: 240 202 82;
  --color-warning-500: 234 179 8;
  --color-warning-600: 211 161 7;
  --color-warning-700: 176 134 6;
  --color-warning-800: 140 107 5;
  --color-warning-900: 115 88 4;
  --color-error-50: 253 227 227;
  --color-error-100: 252 218 218;
  --color-error-200: 251 208 208;
  --color-error-300: 249 180 180;
  --color-error-400: 244 124 124;
  --color-error-500: 239 68 68;
  --color-error-600: 215 61 61;
  --color-error-700: 179 51 51;
  --color-error-800: 143 41 41;
  --color-error-900: 117 33 33;
  --color-surface-50: 232 232 253;
  --color-surface-100: 224 224 252;
  --color-surface-200: 216 217 252;
  --color-surface-300: 193 194 249;
  --color-surface-400: 146 148 245;
  --color-surface-500: 99 102 241;
  --color-surface-600: 89 92 217;
  --color-surface-700: 74 77 181;
  --color-surface-800: 59 61 145;
  --color-surface-900: 49 50 118;
}

.dark [data-theme='modern'] {
  background-image: radial-gradient(at 76% 0%, hsla(189,100%,56%,0.20) 0px, transparent 50%),
		radial-gradient(at 1% 0%, hsla(340,100%,76%,0.15) 0px, transparent 50%),
		radial-gradient(at 20% 100%, hsla(241,100%,70%,0.30) 0px, transparent 50%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

[data-theme='modern'] {
  background-image: radial-gradient(at 76% 0%, hsla(189,100%,56%,0.36) 0px, transparent 50%),
		radial-gradient(at 1% 0%, hsla(340,100%,76%,0.26) 0px, transparent 50%),
		radial-gradient(at 20% 100%, hsla(241,100%,70%,0.47) 0px, transparent 50%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

:root [data-theme='hamlindigo'] {
  --theme-font-family-base: Inter, 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';
  --theme-font-family-heading: serif;
  --theme-font-color-base: 0 0 0;
  --theme-font-color-dark: 255 255 255;
  --theme-rounded-base: 2px;
  --theme-rounded-container: 2px;
  --theme-border-base: 2px;
  --on-primary: 0 0 0;
  --on-secondary: 255 255 255;
  --on-tertiary: 255 255 255;
  --on-success: 255 255 255;
  --on-warning: 0 0 0;
  --on-error: 255 255 255;
  --on-surface: 255 255 255;
  --color-primary-50: 242 245 253;
  --color-primary-100: 238 242 252;
  --color-primary-200: 233 239 252;
  --color-primary-300: 220 229 249;
  --color-primary-400: 194 210 245;
  --color-primary-500: 168 190 241;
  --color-primary-600: 151 171 217;
  --color-primary-700: 126 143 181;
  --color-primary-800: 101 114 145;
  --color-primary-900: 82 93 118;
  --color-secondary-50: 241 238 230;
  --color-secondary-100: 237 232 222;
  --color-secondary-200: 232 227 214;
  --color-secondary-300: 219 210 189;
  --color-secondary-400: 191 176 140;
  --color-secondary-500: 164 142 91;
  --color-secondary-600: 148 128 82;
  --color-secondary-700: 123 107 68;
  --color-secondary-800: 98 85 55;
  --color-secondary-900: 80 70 45;
  --color-tertiary-50: 231 239 241;
  --color-tertiary-100: 223 234 237;
  --color-tertiary-200: 216 229 232;
  --color-tertiary-300: 192 213 218;
  --color-tertiary-400: 144 182 191;
  --color-tertiary-500: 97 151 163;
  --color-tertiary-600: 87 136 147;
  --color-tertiary-700: 73 113 122;
  --color-tertiary-800: 58 91 98;
  --color-tertiary-900: 48 74 80;
  --color-success-50: 227 239 236;
  --color-success-100: 218 234 229;
  --color-success-200: 209 228 223;
  --color-success-300: 181 212 203;
  --color-success-400: 126 180 164;
  --color-success-500: 71 148 125;
  --color-success-600: 64 133 113;
  --color-success-700: 53 111 94;
  --color-success-800: 43 89 75;
  --color-success-900: 35 73 61;
  --color-warning-50: 249 242 226;
  --color-warning-100: 248 238 216;
  --color-warning-200: 246 234 207;
  --color-warning-300: 240 221 178;
  --color-warning-400: 229 195 120;
  --color-warning-500: 218 169 62;
  --color-warning-600: 196 152 56;
  --color-warning-700: 164 127 47;
  --color-warning-800: 131 101 37;
  --color-warning-900: 107 83 30;
  --color-error-50: 241 231 234;
  --color-error-100: 236 223 227;
  --color-error-200: 232 216 221;
  --color-error-300: 218 192 200;
  --color-error-400: 190 144 158;
  --color-error-500: 162 97 117;
  --color-error-600: 146 87 105;
  --color-error-700: 122 73 88;
  --color-error-800: 97 58 70;
  --color-error-900: 79 48 57;
  --color-surface-50: 232 234 241;
  --color-surface-100: 224 228 237;
  --color-surface-200: 216 221 232;
  --color-surface-300: 193 200 218;
  --color-surface-400: 146 159 191;
  --color-surface-500: 99 118 163;
  --color-surface-600: 89 106 147;
  --color-surface-700: 74 89 122;
  --color-surface-800: 59 71 98;
  --color-surface-900: 49 58 80;
}

.dark [data-theme='hamlindigo'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%233b4762' fill-opacity='0.2'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
}

[data-theme='hamlindigo'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23e0e4ed' fill-opacity='0.5'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
}

:root [data-theme='rocket'] {
  --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;
  --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;
  --color-primary-50: 218 244 249;
  --color-primary-100: 205 240 246;
  --color-primary-200: 193 237 244;
  --color-primary-300: 155 226 238;
  --color-primary-400: 81 204 225;
  --color-primary-500: 6 182 212;
  --color-primary-600: 5 164 191;
  --color-primary-700: 5 137 159;
  --color-primary-800: 4 109 127;
  --color-primary-900: 3 89 104;
  --color-secondary-50: 226 236 254;
  --color-secondary-100: 216 230 253;
  --color-secondary-200: 206 224 253;
  --color-secondary-300: 177 205 251;
  --color-secondary-400: 118 168 249;
  --color-secondary-500: 59 130 246;
  --color-secondary-600: 53 117 221;
  --color-secondary-700: 44 98 185;
  --color-secondary-800: 35 78 148;
  --color-secondary-900: 29 64 121;
  --color-tertiary-50: 242 230 254;
  --color-tertiary-100: 238 221 253;
  --color-tertiary-200: 233 213 253;
  --color-tertiary-300: 220 187 252;
  --color-tertiary-400: 194 136 249;
  --color-tertiary-500: 168 85 247;
  --color-tertiary-600: 151 77 222;
  --color-tertiary-700: 126 64 185;
  --color-tertiary-800: 101 51 148;
  --color-tertiary-900: 82 42 121;
  --color-success-50: 228 247 220;
  --color-success-100: 219 245 208;
  --color-success-200: 210 242 197;
  --color-success-300: 183 234 161;
  --color-success-400: 130 219 91;
  --color-success-500: 76 203 21;
  --color-success-600: 68 183 19;
  --color-success-700: 57 152 16;
  --color-success-800: 46 122 13;
  --color-success-900: 37 99 10;
  --color-warning-50: 253 246 223;
  --color-warning-100: 253 243 212;
  --color-warning-200: 252 240 202;
  --color-warning-300: 251 230 170;
  --color-warning-400: 247 212 106;
  --color-warning-500: 244 193 42;
  --color-warning-600: 220 174 38;
  --color-warning-700: 183 145 32;
  --color-warning-800: 146 116 25;
  --color-warning-900: 120 95 21;
  --color-error-50: 244 223 230;
  --color-error-100: 240 213 221;
  --color-error-200: 237 202 213;
  --color-error-300: 225 171 187;
  --color-error-400: 203 107 136;
  --color-error-500: 181 44 85;
  --color-error-600: 163 40 77;
  --color-error-700: 136 33 64;
  --color-error-800: 109 26 51;
  --color-error-900: 89 22 42;
  --color-surface-50: 232 234 238;
  --color-surface-100: 224 227 232;
  --color-surface-200: 216 220 226;
  --color-surface-300: 193 199 209;
  --color-surface-400: 147 158 174;
  --color-surface-500: 100 116 139;
  --color-surface-600: 90 104 125;
  --color-surface-700: 75 87 104;
  --color-surface-800: 60 70 83;
  --color-surface-900: 49 57 68;
}

.dark [data-theme='rocket'] {}

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

[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%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

:root [data-theme='sahara'] {
  --theme-font-family-base: Inter, 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';
  --theme-font-family-heading: Inter, 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';
  --theme-font-color-base: var(--color-secondary-900);
  --theme-font-color-dark: var(--color-primary-100);
  --theme-rounded-base: 9999px;
  --theme-rounded-container: 24px;
  --theme-border-base: 1px;
  --on-primary: 0 0 0;
  --on-secondary: 0 0 0;
  --on-tertiary: 0 0 0;
  --on-success: 0 0 0;
  --on-warning: 0 0 0;
  --on-error: 255 255 255;
  --on-surface: 255 255 255;
  --color-primary-50: 252 242 225;
  --color-primary-100: 251 238 215;
  --color-primary-200: 250 234 205;
  --color-primary-300: 247 221 175;
  --color-primary-400: 242 196 114;
  --color-primary-500: 236 170 54;
  --color-primary-600: 212 153 49;
  --color-primary-700: 177 128 41;
  --color-primary-800: 142 102 32;
  --color-primary-900: 116 83 26;
  --color-secondary-50: 225 247 245;
  --color-secondary-100: 216 245 241;
  --color-secondary-200: 206 242 238;
  --color-secondary-300: 176 234 227;
  --color-secondary-400: 117 219 207;
  --color-secondary-500: 58 203 186;
  --color-secondary-600: 52 183 167;
  --color-secondary-700: 44 152 140;
  --color-secondary-800: 35 122 112;
  --color-secondary-900: 28 99 91;
  --color-tertiary-50: 245 250 237;
  --color-tertiary-100: 241 249 231;
  --color-tertiary-200: 238 247 225;
  --color-tertiary-300: 228 242 207;
  --color-tertiary-400: 207 233 170;
  --color-tertiary-500: 187 223 134;
  --color-tertiary-600: 168 201 121;
  --color-tertiary-700: 140 167 101;
  --color-tertiary-800: 112 134 80;
  --color-tertiary-900: 92 109 66;
  --color-success-50: 237 247 220;
  --color-success-100: 230 245 208;
  --color-success-200: 224 242 197;
  --color-success-300: 206 235 162;
  --color-success-400: 169 219 92;
  --color-success-500: 132 204 22;
  --color-success-600: 119 184 20;
  --color-success-700: 99 153 17;
  --color-success-800: 79 122 13;
  --color-success-900: 65 100 11;
  --color-warning-50: 251 246 230;
  --color-warning-100: 250 243 221;
  --color-warning-200: 249 240 213;
  --color-warning-300: 245 230 188;
  --color-warning-400: 237 212 137;
  --color-warning-500: 229 193 87;
  --color-warning-600: 206 174 78;
  --color-warning-700: 172 145 65;
  --color-warning-800: 137 116 52;
  --color-warning-900: 112 95 43;
  --color-error-50: 250 231 240;
  --color-error-100: 248 222 235;
  --color-error-200: 246 214 230;
  --color-error-300: 241 190 215;
  --color-error-400: 230 141 186;
  --color-error-500: 219 92 156;
  --color-error-600: 197 83 140;
  --color-error-700: 164 69 117;
  --color-error-800: 131 55 94;
  --color-error-900: 107 45 76;
  --color-surface-50: 249 228 232;
  --color-surface-100: 248 220 224;
  --color-surface-200: 246 211 217;
  --color-surface-300: 240 184 193;
  --color-surface-400: 229 131 147;
  --color-surface-500: 218 78 101;
  --color-surface-600: 196 70 91;
  --color-surface-700: 164 59 76;
  --color-surface-800: 131 47 61;
  --color-surface-900: 107 38 49;
}

.dark [data-theme='sahara'] {
  background-image: radial-gradient(at 100% 36%, hsla(37,81%,56%,0.15) 0px, transparent 50%),
		radial-gradient(at 7% 0%, hsla(37,81%,56%,0.20) 0px, transparent 50%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

[data-theme='sahara'] p {
  font-weight: 400;
}

[data-theme='sahara'] {
  background-image: radial-gradient(at 100% 36%, hsla(37,81%,56%,0.15) 0px, transparent 50%),
		radial-gradient(at 7% 0%, hsla(37,81%,56%,0.20) 0px, transparent 50%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

:root [data-theme='gold-nouveau'] {
  --theme-font-family-base: system-ui, sans-serif;
  --theme-font-family-heading: 'Quicksand', sans-serif;
  --theme-font-color-base: var(--color-surface-900);
  --theme-font-color-dark: var(--color-surface-50);
  --theme-rounded-base: 4px;
  --theme-rounded-container: 4px;
  --theme-border-base: 1px;
  --on-primary: 255 255 255;
  --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;
  --color-primary-50: 250 248 252;
  --color-primary-100: 242 238 247;
  --color-primary-200: 229 220 239;
  --color-primary-300: 209 192 226;
  --color-primary-400: 162 129 197;
  --color-primary-500: 116 74 161;
  --color-primary-600: 83 53 115;
  --color-primary-700: 60 39 84;
  --color-primary-800: 35 22 49;
  --color-primary-900: 18 11 24;
  --color-secondary-50: 218 234 251;
  --color-secondary-100: 205 227 250;
  --color-secondary-200: 193 220 249;
  --color-secondary-300: 155 199 245;
  --color-secondary-400: 81 156 237;
  --color-secondary-500: 6 114 229;
  --color-secondary-600: 5 103 206;
  --color-secondary-700: 5 86 172;
  --color-secondary-800: 4 68 137;
  --color-secondary-900: 3 56 112;
  --color-tertiary-50: 236 235 250;
  --color-tertiary-100: 229 228 248;
  --color-tertiary-200: 223 221 247;
  --color-tertiary-300: 204 201 241;
  --color-tertiary-400: 165 161 231;
  --color-tertiary-500: 127 120 221;
  --color-tertiary-600: 114 108 199;
  --color-tertiary-700: 95 90 166;
  --color-tertiary-800: 76 72 133;
  --color-tertiary-900: 62 59 108;
  --color-success-50: 234 246 237;
  --color-success-100: 227 243 231;
  --color-success-200: 220 241 225;
  --color-success-300: 199 232 206;
  --color-success-400: 156 214 170;
  --color-success-500: 114 197 133;
  --color-success-600: 103 177 120;
  --color-success-700: 86 148 100;
  --color-success-800: 68 118 80;
  --color-success-900: 56 97 65;
  --color-warning-50: 251 236 218;
  --color-warning-100: 250 229 206;
  --color-warning-200: 249 223 193;
  --color-warning-300: 245 204 156;
  --color-warning-400: 238 165 82;
  --color-warning-500: 231 127 8;
  --color-warning-600: 208 114 7;
  --color-warning-700: 173 95 6;
  --color-warning-800: 139 76 5;
  --color-warning-900: 113 62 4;
  --color-error-50: 238 219 222;
  --color-error-100: 233 207 211;
  --color-error-200: 227 195 200;
  --color-error-300: 210 159 167;
  --color-error-400: 177 87 100;
  --color-error-500: 143 15 34;
  --color-error-600: 129 14 31;
  --color-error-700: 107 11 26;
  --color-error-800: 86 9 20;
  --color-error-900: 70 7 17;
  --color-surface-50: 250 248 252;
  --color-surface-100: 242 238 247;
  --color-surface-200: 229 220 239;
  --color-surface-300: 209 192 226;
  --color-surface-400: 162 129 197;
  --color-surface-500: 116 74 161;
  --color-surface-600: 83 53 115;
  --color-surface-700: 60 39 84;
  --color-surface-800: 35 22 49;
  --color-surface-900: 18 11 24;
}

.dark [data-theme='gold-nouveau'] {
  --on-primary: 0 0 0;
  --color-primary-50: 251 247 224;
  --color-primary-100: 250 244 214;
  --color-primary-200: 249 241 204;
  --color-primary-300: 245 233 173;
  --color-primary-400: 238 217 112;
  --color-primary-500: 230 200 51;
  --color-primary-600: 207 180 46;
  --color-primary-700: 173 150 38;
  --color-primary-800: 138 120 31;
  --color-primary-900: 113 98 25;
}

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

[data-theme='gold-nouveau'] {
  background-image: radial-gradient(at 0% 100%, rgba(var(--color-secondary-500) / 0.33) 0px, transparent 50%),
		radial-gradient(at 98% 100%, rgba(var(--color-error-500) / 0.33) 0px, transparent 50%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

:root [data-theme='vintage'] {
  --theme-font-family-base: Inter, 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';
  --theme-font-family-heading: 'Abril Fatface', cursive;
  --theme-font-color-base: var(--color-primary-900);
  --theme-font-color-dark: var(--color-primary-100);
  --theme-rounded-base: 2px;
  --theme-rounded-container: 4px;
  --theme-border-base: 1px;
  --on-primary: 0 0 0;
  --on-secondary: 0 0 0;
  --on-tertiary: 0 0 0;
  --on-success: 0 0 0;
  --on-warning: 0 0 0;
  --on-error: 0 0 0;
  --on-surface: 255 255 255;
  --color-primary-50: 252 237 221;
  --color-primary-100: 251 231 209;
  --color-primary-200: 250 225 198;
  --color-primary-300: 247 207 163;
  --color-primary-400: 240 170 95;
  --color-primary-500: 234 134 26;
  --color-primary-600: 211 121 23;
  --color-primary-700: 176 101 20;
  --color-primary-800: 140 80 16;
  --color-primary-900: 115 66 13;
  --color-secondary-50: 239 248 242;
  --color-secondary-100: 234 245 237;
  --color-secondary-200: 229 243 233;
  --color-secondary-300: 213 235 219;
  --color-secondary-400: 182 221 192;
  --color-secondary-500: 151 206 165;
  --color-secondary-600: 136 185 149;
  --color-secondary-700: 113 155 124;
  --color-secondary-800: 91 124 99;
  --color-secondary-900: 74 101 81;
  --color-tertiary-50: 218 244 249;
  --color-tertiary-100: 205 240 246;
  --color-tertiary-200: 193 237 244;
  --color-tertiary-300: 155 226 238;
  --color-tertiary-400: 81 204 225;
  --color-tertiary-500: 6 182 212;
  --color-tertiary-600: 5 164 191;
  --color-tertiary-700: 5 137 159;
  --color-tertiary-800: 4 109 127;
  --color-tertiary-900: 3 89 104;
  --color-success-50: 237 247 231;
  --color-success-100: 230 245 223;
  --color-success-200: 224 242 215;
  --color-success-300: 206 234 190;
  --color-success-400: 169 219 142;
  --color-success-500: 132 203 93;
  --color-success-600: 119 183 84;
  --color-success-700: 99 152 70;
  --color-success-800: 79 122 56;
  --color-success-900: 65 99 46;
  --color-warning-50: 253 243 222;
  --color-warning-100: 252 238 211;
  --color-warning-200: 252 234 200;
  --color-warning-300: 250 222 167;
  --color-warning-400: 246 197 101;
  --color-warning-500: 242 172 35;
  --color-warning-600: 218 155 32;
  --color-warning-700: 182 129 26;
  --color-warning-800: 145 103 21;
  --color-warning-900: 119 84 17;
  --color-error-50: 249 236 235;
  --color-error-100: 247 229 228;
  --color-error-200: 245 223 221;
  --color-error-300: 238 203 201;
  --color-error-400: 226 165 161;
  --color-error-500: 213 126 120;
  --color-error-600: 192 113 108;
  --color-error-700: 160 95 90;
  --color-error-800: 128 76 72;
  --color-error-900: 104 62 59;
  --color-surface-50: 226 225 224;
  --color-surface-100: 217 215 214;
  --color-surface-200: 207 205 204;
  --color-surface-300: 178 175 173;
  --color-surface-400: 121 115 111;
  --color-surface-500: 63 55 49;
  --color-surface-600: 57 50 44;
  --color-surface-700: 47 41 37;
  --color-surface-800: 38 33 29;
  --color-surface-900: 31 27 24;
}

.dark [data-theme='vintage'] {
  background-image: radial-gradient(at 100% 0%, hsla(135,34%,70%,0.14) 0px, transparent 50%),
		radial-gradient(at 85% 100%, hsla(31,83%,50%,0.14) 0px, transparent 50%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-theme='vintage'] h1,
[data-theme='vintage'] h2,
[data-theme='vintage'] h3,
[data-theme='vintage'] h4,
[data-theme='vintage'] h5,
[data-theme='vintage'] h6 {
  letter-spacing: 1px;
}

[data-theme='vintage'] {
  background-image: radial-gradient(at 100% 0%, hsla(135,34%,70%,0.20) 0px, transparent 50%),
		radial-gradient(at 85% 100%, hsla(31,83%,50%,0.20) 0px, transparent 50%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

:root [data-theme='seafoam'] {
  --theme-font-family-base: Inter, 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';
  --theme-font-family-heading: 'Playfair Display', serif;
  --theme-font-color-base: var(--color-surface-900);
  --theme-font-color-dark: var(--color-secondary-100);
  --theme-rounded-base: 16px;
  --theme-rounded-container: 16px;
  --theme-border-base: 3px;
  --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: 0 0 0;
  --color-primary-50: 237 248 247;
  --color-primary-100: 231 246 245;
  --color-primary-200: 225 243 242;
  --color-primary-300: 207 236 234;
  --color-primary-400: 170 222 219;
  --color-primary-500: 134 208 203;
  --color-primary-600: 121 187 183;
  --color-primary-700: 101 156 152;
  --color-primary-800: 80 125 122;
  --color-primary-900: 66 102 99;
  --color-secondary-50: 222 224 230;
  --color-secondary-100: 211 214 221;
  --color-secondary-200: 200 204 213;
  --color-secondary-300: 166 173 187;
  --color-secondary-400: 100 112 136;
  --color-secondary-500: 33 51 85;
  --color-secondary-600: 30 46 77;
  --color-secondary-700: 25 38 64;
  --color-secondary-800: 20 31 51;
  --color-secondary-900: 16 25 42;
  --color-tertiary-50: 255 226 217;
  --color-tertiary-100: 255 216 204;
  --color-tertiary-200: 255 207 191;
  --color-tertiary-300: 255 177 153;
  --color-tertiary-400: 255 119 77;
  --color-tertiary-500: 255 61 0;
  --color-tertiary-600: 230 55 0;
  --color-tertiary-700: 191 46 0;
  --color-tertiary-800: 153 37 0;
  --color-tertiary-900: 125 30 0;
  --color-success-50: 218 251 241;
  --color-success-100: 205 250 236;
  --color-success-200: 193 249 232;
  --color-success-300: 155 245 218;
  --color-success-400: 81 237 190;
  --color-success-500: 6 229 162;
  --color-success-600: 5 206 146;
  --color-success-700: 5 172 122;
  --color-success-800: 4 137 97;
  --color-success-900: 3 112 79;
  --color-warning-50: 252 251 230;
  --color-warning-100: 251 250 221;
  --color-warning-200: 250 249 213;
  --color-warning-300: 247 245 188;
  --color-warning-400: 240 237 137;
  --color-warning-500: 234 229 87;
  --color-warning-600: 211 206 78;
  --color-warning-700: 176 172 65;
  --color-warning-800: 140 137 52;
  --color-warning-900: 115 112 43;
  --color-error-50: 248 227 227;
  --color-error-100: 246 218 218;
  --color-error-200: 244 209 209;
  --color-error-300: 237 181 181;
  --color-error-400: 224 126 126;
  --color-error-500: 210 70 70;
  --color-error-600: 189 63 63;
  --color-error-700: 158 53 53;
  --color-error-800: 126 42 42;
  --color-error-900: 103 34 34;
  --color-surface-50: 222 248 249;
  --color-surface-100: 211 246 246;
  --color-surface-200: 201 244 244;
  --color-surface-300: 168 237 238;
  --color-surface-400: 102 223 225;
  --color-surface-500: 37 209 212;
  --color-surface-600: 33 188 191;
  --color-surface-700: 28 157 159;
  --color-surface-800: 22 125 127;
  --color-surface-900: 18 102 104;
}

.dark [data-theme='seafoam'] {
  background: linear-gradient(0deg, rgba(33, 50, 83, 1) 0%, rgba(8, 132, 124, 1) 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-theme='seafoam'] h1,
[data-theme='seafoam'] h2,
[data-theme='seafoam'] h3,
[data-theme='seafoam'] h4,
[data-theme='seafoam'] h5,
[data-theme='seafoam'] h6 {
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1px;
}

[data-theme='seafoam'] {
  background: linear-gradient(0deg, rgba(203, 221, 254, 0.75) 0%, rgba(163, 209, 206, 0.75) 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

:root [data-theme='crimson'] {
  --theme-font-family-base: Inter, 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';
  --theme-font-family-heading: system-ui;
  --theme-font-color-base: var(--color-surface-900);
  --theme-font-color-dark: var(--color-surface-50);
  --theme-rounded-base: 24px;
  --theme-rounded-container: 24px;
  --theme-border-base: 1px;
  --on-primary: 255 255 255;
  --on-secondary: 255 255 255;
  --on-tertiary: 0 0 0;
  --on-success: 0 0 0;
  --on-warning: 0 0 0;
  --on-error: 0 0 0;
  --on-surface: 255 255 255;
  --color-primary-50: 249 220 226;
  --color-primary-100: 246 208 216;
  --color-primary-200: 244 197 206;
  --color-primary-300: 238 162 177;
  --color-primary-400: 225 92 119;
  --color-primary-500: 212 22 60;
  --color-primary-600: 191 20 54;
  --color-primary-700: 159 17 45;
  --color-primary-800: 127 13 36;
  --color-primary-900: 104 11 29;
  --color-secondary-50: 227 237 243;
  --color-secondary-100: 218 231 239;
  --color-secondary-200: 209 225 235;
  --color-secondary-300: 181 206 223;
  --color-secondary-400: 126 170 199;
  --color-secondary-500: 70 133 175;
  --color-secondary-600: 63 120 158;
  --color-secondary-700: 53 100 131;
  --color-secondary-800: 42 80 105;
  --color-secondary-900: 34 65 86;
  --color-tertiary-50: 246 244 244;
  --color-tertiary-100: 242 240 240;
  --color-tertiary-200: 239 237 236;
  --color-tertiary-300: 230 226 225;
  --color-tertiary-400: 211 204 203;
  --color-tertiary-500: 192 182 180;
  --color-tertiary-600: 173 164 162;
  --color-tertiary-700: 144 137 135;
  --color-tertiary-800: 115 109 108;
  --color-tertiary-900: 94 89 88;
  --color-success-50: 246 250 239;
  --color-success-100: 243 248 234;
  --color-success-200: 240 247 229;
  --color-success-300: 230 241 213;
  --color-success-400: 212 231 182;
  --color-success-500: 193 221 151;
  --color-success-600: 174 199 136;
  --color-success-700: 145 166 113;
  --color-success-800: 116 133 91;
  --color-success-900: 95 108 74;
  --color-warning-50: 251 246 231;
  --color-warning-100: 250 243 223;
  --color-warning-200: 248 240 215;
  --color-warning-300: 244 231 191;
  --color-warning-400: 236 212 142;
  --color-warning-500: 228 194 94;
  --color-warning-600: 205 175 85;
  --color-warning-700: 171 146 71;
  --color-warning-800: 137 116 56;
  --color-warning-900: 112 95 46;
  --color-error-50: 248 236 236;
  --color-error-100: 246 229 230;
  --color-error-200: 244 223 224;
  --color-error-300: 237 204 205;
  --color-error-400: 224 165 167;
  --color-error-500: 210 127 129;
  --color-error-600: 189 114 116;
  --color-error-700: 158 95 97;
  --color-error-800: 126 76 77;
  --color-error-900: 103 62 63;
  --color-surface-50: 223 224 226;
  --color-surface-100: 213 213 217;
  --color-surface-200: 202 203 207;
  --color-surface-300: 170 171 179;
  --color-surface-400: 107 109 121;
  --color-surface-500: 43 46 64;
  --color-surface-600: 39 41 58;
  --color-surface-700: 32 35 48;
  --color-surface-800: 26 28 38;
  --color-surface-900: 21 23 31;
}

.dark [data-theme='crimson'] {}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.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;
  }
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.dark .divider-vertical {
  border-color: rgb(var(--color-surface-600));
}
.h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-family: var(--theme-font-family-heading);
}
.h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: var(--theme-font-family-heading);
}
.h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: var(--theme-font-family-heading);
}
.h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: var(--theme-font-family-heading);
}
.h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: var(--theme-font-family-heading);
}
.h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: var(--theme-font-family-heading);
}
.anchor {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-700) / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.anchor: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 .anchor) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-500) / var(--tw-text-opacity));
}
.dark .blockquote {
  color: rgba(var(--theme-font-color-dark));
}
.dark .kbd {
  background-color: rgb(var(--color-surface-600));
}
.time {
  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) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-surface-400) / var(--tw-text-opacity));
}
.pre {
  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 {
  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));
  background-color: rgb(var(--color-primary-500) / 0.3);
  border-radius: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
:is(.dark .code) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-400) / var(--tw-text-opacity));
  background-color: rgb(var(--color-primary-500) / 0.2);
}
.alert {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  color: rgb(var(--color-surface-900));
  border-radius: var(--theme-rounded-container);
}
.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));
}
.dark .alert {
  color: rgb(var(--color-surface-50));
}
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: var(--theme-rounded-base);
}
.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)));
}
:is(.dark .badge-glass) {
  background-color: rgb(var(--color-surface-500) / 0.2);
  --tw-ring-color: rgb(250 250 250 / 0.05);
}
.dark .crumb-separator {
  color: rgb(var(--color-surface-200));
}
.btn:disabled,
	.btn-icon:disabled,
	.btn-group > *:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.btn:disabled:hover,
	.btn-icon:disabled:hover,
	.btn-group > *: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);
}
.btn:disabled:active,
	.btn-icon:disabled:active,
	.btn-group > *: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));
}
.btn {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 9px;
  padding-bottom: 9px;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: var(--theme-rounded-base);
}
.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: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:active {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.btn-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;
}
.btn-icon {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 9px;
  padding-bottom: 9px;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 0px;
  aspect-ratio: 1 / 1;
  width: 43px;
  border-radius: 9999px;
}
.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: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:active {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.btn-icon-sm {
  aspect-ratio: 1 / 1;
  width: 33px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn-group {
  display: inline-flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: var(--theme-rounded-base);
  isolation: isolate;
}
.btn-group > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.btn-group button,
	.btn-group a,
	.btn-group-vertical button,
	.btn-group-vertical a {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 9px;
  padding-bottom: 9px;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: inherit !important;
  text-decoration-line: none !important;
}
.btn-group button > :not([hidden]) ~ :not([hidden]),
	.btn-group a > :not([hidden]) ~ :not([hidden]),
	.btn-group-vertical button > :not([hidden]) ~ :not([hidden]),
	.btn-group-vertical a > :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-group button:hover,
	.btn-group a:hover,
	.btn-group-vertical button:hover,
	.btn-group-vertical a: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);
  background-color: rgb(var(--color-surface-50) / 3%);
}
.btn-group button:active,
	.btn-group a:active,
	.btn-group-vertical button:active,
	.btn-group-vertical a:active {
  background-color: rgb(var(--color-surface-900) / 3%);
}
.btn-group > * + * {
  border-top-width: 0px;
  border-left-width: 1px;
  border-color: rgb(var(--color-surface-500) / 0.2);
}
.card {
  background-color: rgb(var(--color-surface-100));
  --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);
  border-radius: var(--theme-rounded-container);
}
.dark .card {
  background-color: rgb(var(--color-surface-800));
  --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);
}
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);
}
.codeblock pre {
  counter-reset: line;
}
.codeblock code.lineNumbers > span.line {
  counter-increment: line;
}
.codeblock code.lineNumbers > span.line::before {
  content: counter(line) '';
  opacity: 0.5;
}
.\!chip {
  cursor: pointer !important;
  white-space: nowrap !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  text-align: center !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  border-radius: 0.25rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.chip {
  cursor: pointer;
  white-space: nowrap;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\!chip > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.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)));
}
a.\!chip:hover,
	button.\!chip:hover {
  --tw-brightness: brightness(1.15) !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;
}
a.chip:hover,
	button.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);
}
a.\!chip:hover,
	button.\!chip:hover {
  --tw-brightness: brightness(1.15) !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;
}

	.\!chip:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.chip-disabled,
	.chip:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

	.\!chip:disabled:active {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !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));
}
.\!legend {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-family: var(--theme-font-family-heading) !important;
}
.legend {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: var(--theme-font-family-heading);
}
.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));
}
.\!input {
  width: 100% !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 200ms !important;
  background-color: rgb(var(--color-surface-200)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  border-width: var(--theme-border-base) !important;
  border-color: rgb(var(--color-surface-400)) !important;
}
.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;
  background-color: rgb(var(--color-surface-200));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  border-width: var(--theme-border-base);
  border-color: rgb(var(--color-surface-400));
}
.dark .input,.dark
	.textarea,.dark
	.select,.dark
	.input-group {
  background-color: rgb(var(--color-surface-700));
  border-color: rgb(var(--color-surface-500));
}
.dark .\!input {
  background-color: rgb(var(--color-surface-700)) !important;
  border-color: rgb(var(--color-surface-500)) !important;
}
.\!input:hover {
  --tw-brightness: brightness(1.05) !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: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 {
  --tw-brightness: brightness(1.05) !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: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:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--color-primary-500) / var(--tw-border-opacity)) !important;
}
.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));
}
.\!input {
  border-radius: var(--theme-rounded-base) !important;
}
.input,
	.input-group {
  border-radius: var(--theme-rounded-base);
}
.textarea,
	.select {
  border-radius: var(--theme-rounded-container);
}
.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));
  border-radius: var(--theme-rounded-base);
}
.dark .select option {
  background-color: rgb(var(--color-surface-700));
}
.select option:checked {
  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 {
  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-color: rgb(var(--color-surface-200));
  border-width: var(--theme-border-base);
  border-color: rgb(var(--color-surface-400));
}
.dark .checkbox,.dark
	.radio {
  background-color: rgb(var(--color-surface-700));
  border-color: rgb(var(--color-surface-500));
}
.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);
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-500) / var(--tw-border-opacity));
}
.checkbox:checked,
	.checkbox:indeterminate,
	.radio:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
}
.checkbox:checked:hover,
	.checkbox:indeterminate:hover,
	.radio:checked:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
}
.checkbox:checked:focus,
	.checkbox:indeterminate: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);
}
.\!input[type='file'] {
  padding: 0.25rem !important;
}
.input[type='file'] {
  padding: 0.25rem;
}
.\!input[type='color'] {
  height: 2.5rem !important;
  width: 2.5rem !important;
  cursor: pointer !important;
  overflow: hidden !important;
  border-style: none !important;
  border-radius: var(--theme-rounded-base) !important;
  -webkit-appearance: none !important;
}
.input[type='color'] {
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  overflow: hidden;
  border-style: none;
  border-radius: var(--theme-rounded-base);
  -webkit-appearance: none;
}
.\!input[type='color']::-webkit-color-swatch-wrapper {
  padding: 0px !important;
}
.input[type='color']::-webkit-color-swatch-wrapper {
  padding: 0px;
}
.\!input[type='color']::-webkit-color-swatch {
  border-style: none !important;
}
.input[type='color']::-webkit-color-swatch {
  border-style: none;
}
.\!input[type='color']::-webkit-color-swatch:hover {
  --tw-brightness: brightness(1.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[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 !important;
}
.input[type='color']::-moz-color-swatch {
  border-style: none;
}
.\!input:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.input:disabled,
	.textarea:disabled,
	.select:disabled,
	.input-group > input:disabled,
	.input-group > textarea:disabled,
	.input-group > select: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:hover,
	.textarea:disabled:hover,
	.select:disabled:hover,
	.input-group > input:disabled:hover,
	.input-group > textarea:disabled:hover,
	.input-group > 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-color: transparent !important;
}
.input[readonly],
	.textarea[readonly],
	.select[readonly] {
  cursor: not-allowed !important;
  border-color: transparent !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]: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;
}
.dark .input-group select option {
  background-color: rgb(var(--color-surface-700));
}
.dark .input-group-divider input,.dark
	.input-group-divider select,.dark
	.input-group-divider div,.dark
	.input-group-divider a {
  border-color: rgb(var(--color-surface-500));
}
.dark .input-group-divider input:focus,.dark
	.input-group-divider select:focus,.dark
	.input-group-divider div:focus,.dark
	.input-group-divider a:focus {
  border-color: rgb(var(--color-surface-500));
}
.dark .input-group-shim {
  color: rgb(var(--color-surface-300));
}
:is(.dark .input-success) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-success-500) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-success-200) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--color-success-700) / var(--tw-text-opacity));
}
:is(.dark .input-warning) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-warning-500) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-warning-200) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--color-warning-700) / var(--tw-text-opacity));
}
.input-error {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-error-500) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-error-200) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--color-error-500) / var(--tw-text-opacity));
}
:is(.dark .input-error) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-error-500) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-error-200) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--color-error-500) / var(--tw-text-opacity));
}
.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));
}
:is(.dark .variant-form-material) {
  background-color: rgb(var(--color-surface-500) / 0.2);
}
.list,
	.list-dl,
	.list-nav ul {
  list-style-type: none;
}
.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 li {
  display: flex;
  align-items: center;
  border-radius: var(--theme-rounded-base);
}
.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-nav a,
	.list-nav button,
	.list-option {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  cursor: pointer;
  border-radius: var(--theme-rounded-base);
}
.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:hover,
	.list-nav button:hover,
	.list-option:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.dark .list-nav a:hover,.dark
	.list-nav button:hover,.dark
	.list-option:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.list-nav a:focus,
	.list-nav button:focus,
	.list-option:focus {
  background-color: rgb(var(--color-primary-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-primary-700));
}
.dark .list-nav a:focus,.dark
	.list-nav button:focus,.dark
	.list-option:focus {
  color: rgb(var(--color-primary-200));
}
:is(.dark .list-nav a:focus),:is(.dark
	.list-nav button:focus),:is(.dark
	.list-option:focus) {
  background-color: rgb(var(--color-primary-500) / 0.2);
}
.dark .logo-item {
  background-color: rgb(var(--color-surface-800));
}
:is(.dark .logo-item) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder {
  height: 1.25rem;
  background-color: rgb(var(--color-surface-300));
  border-radius: var(--theme-rounded-base);
}
.dark .placeholder {
  background-color: rgb(var(--color-surface-600));
}
.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-color: rgb(var(--color-surface-100));
  border-radius: var(--theme-rounded-container);
  display: table;
}
.dark .table {
  background-color: rgb(var(--color-surface-800));
}
.table-interactive tbody tr {
  cursor: pointer;
}
.table-interactive tbody tr:hover:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.dark .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);
}
.dark .table-interactive tbody tr:hover:nth-child(even):hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.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 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 tbody tr {
  border-bottom-width: 1px;
  border-color: rgb(var(--color-surface-500) / 0.2);
}
.table tbody tr:nth-child(even) {
  background-color: rgb(var(--color-surface-500) / 0.05);
}
.table tbody td {
  white-space: nowrap;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.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;
}
.w-modal {
  width: 100%;
  max-width: 640px;
}
.modal *:focus:not([tabindex='-1']):not(.input):not(.textarea):not(.select):not(.input-group) {
  outline-style: auto;
  outline-color: -webkit-focus-ring-color;
}
[data-popup] .\!arrow {
  position: absolute !important;
  height: 0.5rem !important;
  width: 0.5rem !important;
  --tw-rotate: 45deg !important;
  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)) !important;
}
[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));
}
.variant-outline-primary {
  --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-primary-500) / var(--tw-ring-opacity));
}
:is(.dark .variant-outline-primary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary-500) / var(--tw-ring-opacity));
}
:is(.dark .variant-outline-secondary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-secondary-500) / var(--tw-ring-opacity));
}
:is(.dark .variant-outline-tertiary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-tertiary-500) / var(--tw-ring-opacity));
}
:is(.dark .variant-outline-success) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-success-500) / var(--tw-ring-opacity));
}
:is(.dark .variant-outline-warning) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-warning-500) / var(--tw-ring-opacity));
}
:is(.dark .variant-outline-error) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-error-500) / var(--tw-ring-opacity));
}
:is(.dark .variant-outline),:is(.dark
	.variant-outline-surface) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-surface-500) / var(--tw-ring-opacity));
}
.variant-filled {
  background-color: rgb(var(--color-surface-900));
  color: rgb(var(--color-surface-50));
}
.dark .variant-filled {
  background-color: rgb(var(--color-surface-50));
  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));
}
:is(.dark .variant-filled-tertiary) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-tertiary-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-tertiary));
}
.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));
}
:is(.dark .variant-filled-warning) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-warning-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-warning));
}
: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));
  color: rgb(var(--on-surface));
}
.dark .variant-filled-surface {
  background-color: rgb(var(--color-surface-500));
}
:is(.dark .variant-filled-surface) {
  color: rgb(var(--on-surface));
}
:is(.dark .variant-ringed) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-surface-500) / var(--tw-ring-opacity));
  background-color: transparent;
}
:is(.dark .variant-ringed-primary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary-500) / var(--tw-ring-opacity));
  background-color: transparent;
}
:is(.dark .variant-ringed-secondary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-secondary-500) / var(--tw-ring-opacity));
  background-color: transparent;
}
:is(.dark .variant-ringed-tertiary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-tertiary-500) / var(--tw-ring-opacity));
  background-color: transparent;
}
:is(.dark .variant-ringed-success) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-success-500) / var(--tw-ring-opacity));
  background-color: transparent;
}
:is(.dark .variant-ringed-warning) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-warning-500) / var(--tw-ring-opacity));
  background-color: transparent;
}
:is(.dark .variant-ringed-error) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-error-500) / var(--tw-ring-opacity));
  background-color: transparent;
}
:is(.dark .variant-ringed-surface) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-surface-500) / var(--tw-ring-opacity));
  background-color: transparent;
}
:is(.dark .variant-ghost-primary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary-500) / var(--tw-ring-opacity));
  background-color: rgb(var(--color-primary-500) / 0.2);
}
:is(.dark .variant-ghost-secondary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-secondary-500) / var(--tw-ring-opacity));
  background-color: rgb(var(--color-secondary-500) / 0.2);
}
:is(.dark .variant-ghost-tertiary) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-tertiary-500) / var(--tw-ring-opacity));
  background-color: rgb(var(--color-tertiary-500) / 0.2);
}
:is(.dark .variant-ghost-success) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-success-500) / var(--tw-ring-opacity));
  background-color: rgb(var(--color-success-500) / 0.2);
}
:is(.dark .variant-ghost-warning) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-warning-500) / var(--tw-ring-opacity));
  background-color: rgb(var(--color-warning-500) / 0.2);
}
:is(.dark .variant-ghost-error) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-error-500) / var(--tw-ring-opacity));
  background-color: rgb(var(--color-error-500) / 0.2);
}
.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));
  background-color: rgb(var(--color-surface-500) / 0.2);
}
: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));
  background-color: rgb(var(--color-surface-500) / 0.2);
}
.dark .variant-soft-primary {
  color: rgb(var(--color-primary-200));
}
:is(.dark .variant-soft-primary) {
  background-color: rgb(var(--color-primary-500) / 0.2);
}
.dark .variant-soft-secondary {
  color: rgb(var(--color-secondary-200));
}
:is(.dark .variant-soft-secondary) {
  background-color: rgb(var(--color-secondary-500) / 0.2);
}
.dark .variant-soft-tertiary {
  color: rgb(var(--color-tertiary-200));
}
:is(.dark .variant-soft-tertiary) {
  background-color: rgb(var(--color-tertiary-500) / 0.2);
}
.dark .variant-soft-success {
  color: rgb(var(--color-success-200));
}
:is(.dark .variant-soft-success) {
  background-color: rgb(var(--color-success-500) / 0.2);
}
.dark .variant-soft-warning {
  color: rgb(var(--color-warning-200));
}
:is(.dark .variant-soft-warning) {
  background-color: rgb(var(--color-warning-500) / 0.2);
}
.dark .variant-soft-error {
  color: rgb(var(--color-error-200));
}
:is(.dark .variant-soft-error) {
  background-color: rgb(var(--color-error-500) / 0.2);
}
.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);
}
:is(.dark .variant-glass-primary) {
  background-color: rgb(var(--color-primary-500) / 0.2);
}
:is(.dark .variant-glass-secondary) {
  background-color: rgb(var(--color-secondary-500) / 0.2);
}
:is(.dark .variant-glass-tertiary) {
  background-color: rgb(var(--color-tertiary-500) / 0.2);
}
:is(.dark .variant-glass-success) {
  background-color: rgb(var(--color-success-500) / 0.2);
}
:is(.dark .variant-glass-warning) {
  background-color: rgb(var(--color-warning-500) / 0.2);
}
:is(.dark .variant-glass-error) {
  background-color: rgb(var(--color-error-500) / 0.2);
}
:is(.dark .variant-glass-surface) {
  background-color: rgb(var(--color-surface-500) / 0.2);
}
:is(.dark .variant-glass) {
  background-color: rgb(var(--color-surface-900) / 0.3);
}
@media (min-width: 768px) {

  .h1 {
    font-size: 3rem;
    line-height: 1;
  }

  .h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\!legend {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .legend {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .table tbody td {
    white-space: normal;
  }
}
@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)));
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-left-full {
  left: -100%;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.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-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mt-\[15px\] {
  margin-top: -15px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-\[2\] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[50\%\] {
  height: 50%;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-6 {
  max-height: 1.5rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.min-h-full {
  min-height: 100%;
}
.w-0 {
  width: 0px;
}
.w-1\/4 {
  width: 25%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-96 {
  width: 24rem;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.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;
}
.shrink-0 {
  flex-shrink: 0;
}
.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));
}
.scale-\[105\%\] {
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  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 pulse {

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

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.\!cursor-default {
  cursor: default !important;
}
.\!cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-\[auto_1fr_auto\] {
  grid-template-columns: auto 1fr auto;
}
.grid-rows-\[auto_1fr_auto\] {
  grid-template-rows: auto 1fr auto;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.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-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * 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-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.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-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-secondary-700) / var(--tw-bg-opacity));
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.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-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-600) / var(--tw-bg-opacity));
}
.bg-surface-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-900) / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/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-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.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-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-500) / var(--tw-text-opacity));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 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-10 {
  opacity: 0.1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.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 {
  outline-style: solid;
}
.-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);
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.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);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-\[width\] {
  transition-property: width;
  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-300 {
  transition-duration: 300ms;
}
.duration-\[200ms\] {
  transition-duration: 200ms;
}
.bg-primary-backdrop-token {
  background-color: rgb(var(--color-primary-400) / 0.7);
}
.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);
}
.dark .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-hover-token:hover {
  background-color: rgb(var(--color-secondary-500) / 0.1);
}
.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-hover-token:hover {
  background-color: rgb(var(--color-tertiary-500) / 0.1);
}
.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-hover-token:hover {
  background-color: rgb(var(--color-success-500) / 0.1);
}
.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-hover-token:hover {
  background-color: rgb(var(--color-warning-500) / 0.1);
}
.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-hover-token:hover {
  background-color: rgb(var(--color-error-500) / 0.1);
}
.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-hover-token:hover {
  background-color: rgb(var(--color-surface-500) / 0.1);
}
.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));
}
.bg-surface-300-600-token {
  background-color: rgb(var(--color-surface-300));
}
.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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-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 .divide-surface-200-700-token {
  border-color: rgb(var(--color-surface-700));
}
.border-surface-300-600-token {
  border-color: rgb(var(--color-surface-300));
}
.dark .border-surface-300-600-token {
  border-color: rgb(var(--color-surface-600));
}
.dark .divide-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));
}
.dark .divide-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 .divide-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 .divide-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 .divide-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 .divide-surface-600-300-token {
  border-color: rgb(var(--color-surface-300));
}
.dark .border-surface-500-400-token {
  border-color: rgb(var(--color-surface-400));
}
.dark .divide-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));
}
.text-token {
  color: rgba(var(--theme-font-color-base));
}
.dark .text-token {
  color: rgba(var(--theme-font-color-dark));
}
.dark .text-primary-50-900-token {
  color: rgb(var(--color-primary-900));
}
.dark .decoration-primary-50-900-token {
  text-decoration-color: rgb(var(--color-primary-900));
}
.dark .text-primary-100-800-token {
  color: rgb(var(--color-primary-800));
}
.dark .decoration-primary-100-800-token {
  text-decoration-color: rgb(var(--color-primary-800));
}
.dark .text-primary-200-700-token {
  color: rgb(var(--color-primary-700));
}
.dark .decoration-primary-200-700-token {
  text-decoration-color: rgb(var(--color-primary-700));
}
.dark .text-primary-300-600-token {
  color: rgb(var(--color-primary-600));
}
.dark .decoration-primary-300-600-token {
  text-decoration-color: rgb(var(--color-primary-600));
}
.dark .text-primary-400-500-token {
  color: rgb(var(--color-primary-500));
}
.dark .decoration-primary-400-500-token {
  text-decoration-color: rgb(var(--color-primary-500));
}
.dark .text-primary-900-50-token {
  color: rgb(var(--color-primary-50));
}
.dark .decoration-primary-900-50-token {
  text-decoration-color: rgb(var(--color-primary-50));
}
.dark .text-primary-800-100-token {
  color: rgb(var(--color-primary-100));
}
.dark .decoration-primary-800-100-token {
  text-decoration-color: rgb(var(--color-primary-100));
}
.dark .text-primary-700-200-token {
  color: rgb(var(--color-primary-200));
}
.dark .decoration-primary-700-200-token {
  text-decoration-color: rgb(var(--color-primary-200));
}
.dark .text-primary-600-300-token {
  color: rgb(var(--color-primary-300));
}
.dark .decoration-primary-600-300-token {
  text-decoration-color: rgb(var(--color-primary-300));
}
.dark .text-primary-500-400-token {
  color: rgb(var(--color-primary-400));
}
.dark .decoration-primary-500-400-token {
  text-decoration-color: rgb(var(--color-primary-400));
}
.dark .text-secondary-50-900-token {
  color: rgb(var(--color-secondary-900));
}
.dark .decoration-secondary-50-900-token {
  text-decoration-color: rgb(var(--color-secondary-900));
}
.dark .text-secondary-100-800-token {
  color: rgb(var(--color-secondary-800));
}
.dark .decoration-secondary-100-800-token {
  text-decoration-color: rgb(var(--color-secondary-800));
}
.dark .text-secondary-200-700-token {
  color: rgb(var(--color-secondary-700));
}
.dark .decoration-secondary-200-700-token {
  text-decoration-color: rgb(var(--color-secondary-700));
}
.dark .text-secondary-300-600-token {
  color: rgb(var(--color-secondary-600));
}
.dark .decoration-secondary-300-600-token {
  text-decoration-color: rgb(var(--color-secondary-600));
}
.dark .text-secondary-400-500-token {
  color: rgb(var(--color-secondary-500));
}
.dark .decoration-secondary-400-500-token {
  text-decoration-color: rgb(var(--color-secondary-500));
}
.dark .text-secondary-900-50-token {
  color: rgb(var(--color-secondary-50));
}
.dark .decoration-secondary-900-50-token {
  text-decoration-color: rgb(var(--color-secondary-50));
}
.dark .text-secondary-800-100-token {
  color: rgb(var(--color-secondary-100));
}
.dark .decoration-secondary-800-100-token {
  text-decoration-color: rgb(var(--color-secondary-100));
}
.dark .text-secondary-700-200-token {
  color: rgb(var(--color-secondary-200));
}
.dark .decoration-secondary-700-200-token {
  text-decoration-color: rgb(var(--color-secondary-200));
}
.dark .text-secondary-600-300-token {
  color: rgb(var(--color-secondary-300));
}
.dark .decoration-secondary-600-300-token {
  text-decoration-color: rgb(var(--color-secondary-300));
}
.dark .text-secondary-500-400-token {
  color: rgb(var(--color-secondary-400));
}
.dark .decoration-secondary-500-400-token {
  text-decoration-color: rgb(var(--color-secondary-400));
}
.dark .text-tertiary-50-900-token {
  color: rgb(var(--color-tertiary-900));
}
.dark .decoration-tertiary-50-900-token {
  text-decoration-color: rgb(var(--color-tertiary-900));
}
.dark .text-tertiary-100-800-token {
  color: rgb(var(--color-tertiary-800));
}
.dark .decoration-tertiary-100-800-token {
  text-decoration-color: rgb(var(--color-tertiary-800));
}
.dark .text-tertiary-200-700-token {
  color: rgb(var(--color-tertiary-700));
}
.dark .decoration-tertiary-200-700-token {
  text-decoration-color: rgb(var(--color-tertiary-700));
}
.dark .text-tertiary-300-600-token {
  color: rgb(var(--color-tertiary-600));
}
.dark .decoration-tertiary-300-600-token {
  text-decoration-color: rgb(var(--color-tertiary-600));
}
.dark .text-tertiary-400-500-token {
  color: rgb(var(--color-tertiary-500));
}
.dark .decoration-tertiary-400-500-token {
  text-decoration-color: rgb(var(--color-tertiary-500));
}
.dark .text-tertiary-900-50-token {
  color: rgb(var(--color-tertiary-50));
}
.dark .decoration-tertiary-900-50-token {
  text-decoration-color: rgb(var(--color-tertiary-50));
}
.dark .text-tertiary-800-100-token {
  color: rgb(var(--color-tertiary-100));
}
.dark .decoration-tertiary-800-100-token {
  text-decoration-color: rgb(var(--color-tertiary-100));
}
.dark .text-tertiary-700-200-token {
  color: rgb(var(--color-tertiary-200));
}
.dark .decoration-tertiary-700-200-token {
  text-decoration-color: rgb(var(--color-tertiary-200));
}
.dark .text-tertiary-600-300-token {
  color: rgb(var(--color-tertiary-300));
}
.dark .decoration-tertiary-600-300-token {
  text-decoration-color: rgb(var(--color-tertiary-300));
}
.dark .text-tertiary-500-400-token {
  color: rgb(var(--color-tertiary-400));
}
.dark .decoration-tertiary-500-400-token {
  text-decoration-color: rgb(var(--color-tertiary-400));
}
.dark .text-success-50-900-token {
  color: rgb(var(--color-success-900));
}
.dark .decoration-success-50-900-token {
  text-decoration-color: rgb(var(--color-success-900));
}
.dark .text-success-100-800-token {
  color: rgb(var(--color-success-800));
}
.dark .decoration-success-100-800-token {
  text-decoration-color: rgb(var(--color-success-800));
}
.dark .text-success-200-700-token {
  color: rgb(var(--color-success-700));
}
.dark .decoration-success-200-700-token {
  text-decoration-color: rgb(var(--color-success-700));
}
.dark .text-success-300-600-token {
  color: rgb(var(--color-success-600));
}
.dark .decoration-success-300-600-token {
  text-decoration-color: rgb(var(--color-success-600));
}
.dark .text-success-400-500-token {
  color: rgb(var(--color-success-500));
}
.dark .decoration-success-400-500-token {
  text-decoration-color: rgb(var(--color-success-500));
}
.dark .text-success-900-50-token {
  color: rgb(var(--color-success-50));
}
.dark .decoration-success-900-50-token {
  text-decoration-color: rgb(var(--color-success-50));
}
.dark .text-success-800-100-token {
  color: rgb(var(--color-success-100));
}
.dark .decoration-success-800-100-token {
  text-decoration-color: rgb(var(--color-success-100));
}
.dark .text-success-700-200-token {
  color: rgb(var(--color-success-200));
}
.dark .decoration-success-700-200-token {
  text-decoration-color: rgb(var(--color-success-200));
}
.dark .text-success-600-300-token {
  color: rgb(var(--color-success-300));
}
.dark .decoration-success-600-300-token {
  text-decoration-color: rgb(var(--color-success-300));
}
.dark .text-success-500-400-token {
  color: rgb(var(--color-success-400));
}
.dark .decoration-success-500-400-token {
  text-decoration-color: rgb(var(--color-success-400));
}
.dark .text-warning-50-900-token {
  color: rgb(var(--color-warning-900));
}
.dark .decoration-warning-50-900-token {
  text-decoration-color: rgb(var(--color-warning-900));
}
.dark .text-warning-100-800-token {
  color: rgb(var(--color-warning-800));
}
.dark .decoration-warning-100-800-token {
  text-decoration-color: rgb(var(--color-warning-800));
}
.dark .text-warning-200-700-token {
  color: rgb(var(--color-warning-700));
}
.dark .decoration-warning-200-700-token {
  text-decoration-color: rgb(var(--color-warning-700));
}
.dark .text-warning-300-600-token {
  color: rgb(var(--color-warning-600));
}
.dark .decoration-warning-300-600-token {
  text-decoration-color: rgb(var(--color-warning-600));
}
.dark .text-warning-400-500-token {
  color: rgb(var(--color-warning-500));
}
.dark .decoration-warning-400-500-token {
  text-decoration-color: rgb(var(--color-warning-500));
}
.dark .text-warning-900-50-token {
  color: rgb(var(--color-warning-50));
}
.dark .decoration-warning-900-50-token {
  text-decoration-color: rgb(var(--color-warning-50));
}
.dark .text-warning-800-100-token {
  color: rgb(var(--color-warning-100));
}
.dark .decoration-warning-800-100-token {
  text-decoration-color: rgb(var(--color-warning-100));
}
.dark .text-warning-700-200-token {
  color: rgb(var(--color-warning-200));
}
.dark .decoration-warning-700-200-token {
  text-decoration-color: rgb(var(--color-warning-200));
}
.dark .text-warning-600-300-token {
  color: rgb(var(--color-warning-300));
}
.dark .decoration-warning-600-300-token {
  text-decoration-color: rgb(var(--color-warning-300));
}
.dark .text-warning-500-400-token {
  color: rgb(var(--color-warning-400));
}
.dark .decoration-warning-500-400-token {
  text-decoration-color: rgb(var(--color-warning-400));
}
.dark .text-error-50-900-token {
  color: rgb(var(--color-error-900));
}
.dark .decoration-error-50-900-token {
  text-decoration-color: rgb(var(--color-error-900));
}
.dark .text-error-100-800-token {
  color: rgb(var(--color-error-800));
}
.dark .decoration-error-100-800-token {
  text-decoration-color: rgb(var(--color-error-800));
}
.dark .text-error-200-700-token {
  color: rgb(var(--color-error-700));
}
.dark .decoration-error-200-700-token {
  text-decoration-color: rgb(var(--color-error-700));
}
.dark .text-error-300-600-token {
  color: rgb(var(--color-error-600));
}
.dark .decoration-error-300-600-token {
  text-decoration-color: rgb(var(--color-error-600));
}
.dark .text-error-400-500-token {
  color: rgb(var(--color-error-500));
}
.dark .decoration-error-400-500-token {
  text-decoration-color: rgb(var(--color-error-500));
}
.dark .text-error-900-50-token {
  color: rgb(var(--color-error-50));
}
.dark .decoration-error-900-50-token {
  text-decoration-color: rgb(var(--color-error-50));
}
.dark .text-error-800-100-token {
  color: rgb(var(--color-error-100));
}
.dark .decoration-error-800-100-token {
  text-decoration-color: rgb(var(--color-error-100));
}
.dark .text-error-700-200-token {
  color: rgb(var(--color-error-200));
}
.dark .decoration-error-700-200-token {
  text-decoration-color: rgb(var(--color-error-200));
}
.dark .text-error-600-300-token {
  color: rgb(var(--color-error-300));
}
.dark .decoration-error-600-300-token {
  text-decoration-color: rgb(var(--color-error-300));
}
.dark .text-error-500-400-token {
  color: rgb(var(--color-error-400));
}
.dark .decoration-error-500-400-token {
  text-decoration-color: rgb(var(--color-error-400));
}
.dark .text-surface-50-900-token {
  color: rgb(var(--color-surface-900));
}
.dark .decoration-surface-50-900-token {
  text-decoration-color: rgb(var(--color-surface-900));
}
.dark .text-surface-100-800-token {
  color: rgb(var(--color-surface-800));
}
.dark .decoration-surface-100-800-token {
  text-decoration-color: rgb(var(--color-surface-800));
}
.dark .text-surface-200-700-token {
  color: rgb(var(--color-surface-700));
}
.dark .decoration-surface-200-700-token {
  text-decoration-color: rgb(var(--color-surface-700));
}
.dark .text-surface-300-600-token {
  color: rgb(var(--color-surface-600));
}
.dark .decoration-surface-300-600-token {
  text-decoration-color: rgb(var(--color-surface-600));
}
.dark .text-surface-400-500-token {
  color: rgb(var(--color-surface-500));
}
.dark .decoration-surface-400-500-token {
  text-decoration-color: rgb(var(--color-surface-500));
}
.dark .text-surface-900-50-token {
  color: rgb(var(--color-surface-50));
}
.dark .decoration-surface-900-50-token {
  text-decoration-color: rgb(var(--color-surface-50));
}
.dark .text-surface-800-100-token {
  color: rgb(var(--color-surface-100));
}
.dark .decoration-surface-800-100-token {
  text-decoration-color: rgb(var(--color-surface-100));
}
.dark .text-surface-700-200-token {
  color: rgb(var(--color-surface-200));
}
.dark .decoration-surface-700-200-token {
  text-decoration-color: rgb(var(--color-surface-200));
}
.dark .text-surface-600-300-token {
  color: rgb(var(--color-surface-300));
}
.dark .decoration-surface-600-300-token {
  text-decoration-color: rgb(var(--color-surface-300));
}
.dark .text-surface-500-400-token {
  color: rgb(var(--color-surface-400));
}
.dark .decoration-surface-500-400-token {
  text-decoration-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);
}
.dark .hover\:variant-soft-primary:hover {
  color: rgb(var(--color-primary-200));
}
:is(.dark .hover\:variant-soft-primary:hover) {
  background-color: rgb(var(--color-primary-500) / 0.2);
}
.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);
}
.dark .hover\:bg-primary-hover-token:hover:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.dark .hover\:bg-surface-300-600-token:hover {
  background-color: rgb(var(--color-surface-600));
}
.hover\:variant-soft-primary:hover {
  background-color: rgb(var(--color-primary-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-primary-700));
}
.dark .hover\:variant-soft-primary:hover {
  color: rgb(var(--color-primary-200));
}
:is(.dark .hover\:variant-soft-primary:hover) {
  background-color: rgb(var(--color-primary-500) / 0.2);
}
.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\:rounded-lg:hover {
  border-radius: 0.5rem;
}
.hover\:\!border-primary-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--color-primary-500) / var(--tw-border-opacity)) !important;
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:brightness-\[105\%\]:hover {
  --tw-brightness: brightness(105%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.hover\:bg-primary-hover-token:hover:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.dark .hover\:bg-primary-hover-token:hover:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.hover\:bg-surface-300-600-token:hover {
  background-color: rgb(var(--color-surface-300));
}
.dark .hover\:bg-surface-300-600-token:hover {
  background-color: rgb(var(--color-surface-600));
}
.disabled\:\!opacity-0:disabled {
  opacity: 0 !important;
}
.group\/chat:hover .group-hover\/chat\:visible {
  visibility: visible;
}
.dark\:bg-surface-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-300) / var(--tw-bg-opacity));
}
.dark\:bg-surface-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-700) / var(--tw-bg-opacity));
}
.dark\:stroke-surface-50:is(.dark *) {
  stroke: rgb(var(--color-surface-50) / 1);
}
.dark\:text-neutral-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.dark\:accent-surface-50:is(.dark *) {
  accent-color: rgb(var(--color-surface-50) / 1);
}
.dark\:hover\:brightness-110:hover:is(.dark *) {
  --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: 768px) {

  .md\:w-auto {
    width: auto;
  }

  .md\:min-w-\[16rem\] {
    min-width: 16rem;
  }

  .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\:block {
    display: block;
  }

  .lg\:flex-none {
    flex: none;
  }
}
.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

/* modern theme */
@font-face {
	font-family: 'Quicksand';
	src: url('/fonts/Quicksand.ttf');
	font-display: swap;
}
/* rocket theme */
@font-face {
	font-family: 'Space Grotesk';
	src: url('/fonts/SpaceGrotesk.ttf');
	font-display: swap;
}
/* gold-nouveau theme */
@font-face {
	font-family: 'Quicksand';
	src: url('/fonts/Quicksand.ttf');
	font-display: swap;
}
/* vintage theme */
@font-face {
	font-family: 'Abril Fatface';
	src: url('/fonts/AbrilFatface.ttf');
	font-display: swap;
}
/* seafoam theme */
@font-face {
	font-family: 'Playfair Display';
	src: url('/fonts/PlayfairDisplay-Italic.ttf');
	font-display: swap;
}html,
body {
	@apply h-full overflow-hidden;
}

/* modern theme */
@font-face {
	font-family: 'Quicksand';
	src: url('/fonts/Quicksand.ttf');
	font-display: swap;
}
/* rocket theme */
@font-face {
	font-family: 'Space Grotesk';
	src: url('/fonts/SpaceGrotesk.ttf');
	font-display: swap;
}
/* gold-nouveau theme */
@font-face {
	font-family: 'Quicksand';
	src: url('/fonts/Quicksand.ttf');
	font-display: swap;
}
/* vintage theme */
@font-face {
	font-family: 'Abril Fatface';
	src: url('/fonts/AbrilFatface.ttf');
	font-display: swap;
}
/* seafoam theme */
@font-face {
	font-family: 'Playfair Display';
	src: url('/fonts/PlayfairDisplay-Italic.ttf');
	font-display: swap;
}

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/
.hljs {
  color: #c9d1d9;
  background: #0d1117
}
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
  /* prettylights-syntax-keyword */
  color: #ff7b72
}
.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
  /* prettylights-syntax-entity */
  color: #d2a8ff
}
.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-variable,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id {
  /* prettylights-syntax-constant */
  color: #79c0ff
}
.hljs-regexp,
.hljs-string,
.hljs-meta .hljs-string {
  /* prettylights-syntax-string */
  color: #a5d6ff
}
.hljs-built_in,
.hljs-symbol {
  /* prettylights-syntax-variable */
  color: #ffa657
}
.hljs-comment,
.hljs-code,
.hljs-formula {
  /* prettylights-syntax-comment */
  color: #8b949e
}
.hljs-name,
.hljs-quote,
.hljs-selector-tag,
.hljs-selector-pseudo {
  /* prettylights-syntax-entity-tag */
  color: #7ee787
}
.hljs-subst {
  /* prettylights-syntax-storage-modifier-import */
  color: #c9d1d9
}
.hljs-section {
  /* prettylights-syntax-markup-heading */
  color: #1f6feb;
  font-weight: bold
}
.hljs-bullet {
  /* prettylights-syntax-markup-list */
  color: #f2cc60
}
.hljs-emphasis {
  /* prettylights-syntax-markup-italic */
  color: #c9d1d9;
  font-style: italic
}
.hljs-strong {
  /* prettylights-syntax-markup-bold */
  color: #c9d1d9;
  font-weight: bold
}
.hljs-addition {
  /* prettylights-syntax-markup-inserted */
  color: #aff5b4;
  background-color: #033a16
}
.hljs-deletion {
  /* prettylights-syntax-markup-deleted */
  color: #ffdcd7;
  background-color: #67060c
}
.hljs-char.escape_,
.hljs-link,
.hljs-params,
.hljs-property,
.hljs-punctuation,
.hljs-tag {
  /* purposely ignored */
}

.settings thead, .settings tbody, .settings th, .settings td {
  border: 1px solid;
  border-collapse: collapse;
  padding: 5px;
}
