@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;1,9..144,500&display=swap');*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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 */
  tab-size: 4; /* 3 */
  font-family: Bai Jamjuree, sans-serif; /* 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]) {
  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::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  /* .bg-100 {
    background: linear-gradient(var(--bg-100), var(--gradient-100));
  }

  .bg-200 {
    background: linear-gradient(var(--bg-200), var(--gradient-200));
  }

  .bg-300 {
    background: linear-gradient(var(--bg-300), var(--gradient-300));
  }

  .bg-400 {
    background: linear-gradient(var(--bg-400), var(--gradient-400));
  }

  .bg-500 {
    background: linear-gradient(var(--bg-500), var(--gradient-500));
  }

  .bg-600 {
    background: linear-gradient(var(--bg-600), var(--gradient-600));
  }

  .bg-700 {
    background: linear-gradient(var(--bg-700), var(--gradient-700));
  }

  .bg-800 {
    background: linear-gradient(var(--bg-800), var(--gradient-800));
  }

  .bg-900 {
    background: linear-gradient(var(--bg-900), var(--gradient-900));
  }

  .bg-1000 {
    background: linear-gradient(var(--bg-1000), var(--gradient-1000));
  } */

  .bg-100 {
    background: var(--bg-100);
  }

  .bg-500 {
    background: var(--bg-500);
  }

  .bg-600 {
    background-color: var(--bg-600);
  }

  .bg-700 {
    background-color: var(--bg-700);
  }

  .bg-800 {
    background-color: var(--bg-800);
  }

  .bg-900 {
    background: var(--bg-900);
  }

  .bg-1000 {
    background: var(--bg-1000);
  }

  .text-300 {
    color: var(--text-300);
  }

  .text-500 {
    color: var(--text-500);
  }

  .text-600 {
    color: var(--text-600);
  }

  .text-700 {
    color: var(--text-700);
  }

  .text-800 {
    color: var(--text-800);
  }

  .text-900 {
    color: var(--text-900);
  }

  /**
   * Scrollbar
   */

  ::-webkit-scrollbar {
  height: 0.25rem;
  width: 0.25rem;
}
  ::-webkit-scrollbar-track {
  background-color: var(--bg-700);
}
  ::-webkit-scrollbar-thumb {
  background-color: var(--bg-500);
}
  ::-webkit-scrollbar-thumb:hover {
  background-color: var(--bg-300);
}

  /**
   * Focus/accessibility-related utilities.
   */
  ._focusable-base {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

  .focusable-field {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  background-color: var(--bg-800);
}

  .focusable-field:hover {
  background-color: var(--bg-700);
}

  .focusable-field:active {
  background-color: rgb(255 255 255 / 0.2);
}

  .focusable-field::placeholder {
  color: var(--text-600);
}

  .focusable-field {
  border-color: var(--bg-700);
}

  .focusable-icon-button,
  .icon-button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  cursor: pointer;
    color: var(--text-500);
}

  .focusable-icon-button:hover,
  .icon-button:hover {
  color: var(--text-900);
}

  .focusable-icon-button:focus,
  .icon-button:focus {
  color: var(--text-900);
}

  /** Integrates with solid-router - highlights current selection. */
  .focusable-icon-button.active,
  .icon-button.active {
    color: var(--text-100);
  }

  .icon-button.disabled {
  cursor: not-allowed;
}

  .icon-button.\!disabled {
  cursor: not-allowed;
}

  /**
   * Buttons.
   */

  .btn-primary {
  display: flex;
  height: fit-content;
  gap: 0.25rem;
  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: 100ms;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

  .btn-primary:disabled {
  cursor: not-allowed;
}

  .btn-primary {
  background-color: var(--hl-700);
}

  .btn-primary:hover:enabled {
  background-color: var(--hl-500);
}

  .btn-primary:active:enabled {
  background-color: var(--hl-400);
}

  .btn-primary:disabled {
  background-color: var(--hl-900);
  color: var(--text-700);
}

  .btn-hollow {
  display: flex;
  height: fit-content;
  gap: 0.25rem;
  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: 100ms;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

  .btn-hollow:disabled {
  cursor: not-allowed;
}

  .btn-hollow {
  background-color: transparent;
  color: var(--hl-500);
}

  .btn-hollow:hover:enabled {
  background-color: var(--hl-900);
}

  .btn-hollow {
    border: 1px solid var(--hl-500);
    border-color: var(--hl-800);
  }

  .btn-hollow:disabled {
  color: var(--hl-800);
}

  .btn-secondary {
  display: flex;
  height: fit-content;
  gap: 0.25rem;
  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: 100ms;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

  .btn-secondary:disabled {
  cursor: not-allowed;
}

  .btn-secondary {
  background-color: var(--bg-600);
}

  .btn-secondary:hover {
  background-color: var(--bg-500);
}

  .btn-secondary:active {
  background-color: var(--bg-400);
}

  .btn-secondary:disabled {
  background-color: var(--bg-700);
  color: var(--text-400);
}

  .btn-red {
  display: flex;
  height: fit-content;
  gap: 0.25rem;
  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: 100ms;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

  .btn-red:disabled {
  cursor: not-allowed;
}

  .btn-red {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

  .btn-red:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

  .btn-red:hover:enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

  .btn-red {
  color: var(--black-900);
}

  .btn-red:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
  color: var(--text-600);
}

  .btn-green {
  display: flex;
  height: fit-content;
  gap: 0.25rem;
  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: 100ms;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

  .btn-green:disabled {
  cursor: not-allowed;
}

  .btn-green {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

  .btn-green:active {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

  .btn-green:hover:enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

  .btn-green:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
  color: var(--text-600);
}

  .btn-yellow,
  .btn-orange {
  display: flex;
  height: fit-content;
  gap: 0.25rem;
  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: 100ms;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

  .btn-yellow:disabled,
  .btn-orange:disabled {
  cursor: not-allowed;
}

  .btn-yellow,
  .btn-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

  .btn-yellow:active,
  .btn-orange:active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

  .btn-yellow:hover:enabled,
  .btn-orange:hover:enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

  .btn-yellow:disabled,
  .btn-orange:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
  color: var(--text-600);
}

  .btn-clear {
  display: flex;
  height: fit-content;
  gap: 0.25rem;
  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: 100ms;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

  .btn-clear:disabled {
  cursor: not-allowed;
}

  .btn-clear {
  border-color: var(--bg-500);
  background-color: transparent;
}

  .btn-clear:hover:enabled {
  background-color: var(--bg-600);
}

  .btn-input {
  display: flex;
  height: fit-content;
  gap: 0.25rem;
  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: 100ms;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

  .btn-input:disabled {
  cursor: not-allowed;
}

  .btn-input {
  border-width: 0px;
  background-color: transparent;
}

  .btn-input:hover {
  background-color: transparent;
}

  .btn-bordered {
  display: flex;
  height: fit-content;
  gap: 0.25rem;
  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: 100ms;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

  .btn-bordered:disabled {
  cursor: not-allowed;
}

  .btn-bordered {
  border-width: 1px;
  border-color: var(--bg-700);
  background-color: transparent;
}

  .btn-bordered:hover {
  background-color: var(--bg-700);
}

  .btn-icon {
  display: flex;
  height: fit-content;
  gap: 0.25rem;
  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: 100ms;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

  .btn-icon:disabled {
  cursor: not-allowed;
}

  .btn-icon {
  background-color: transparent;
    color: var(--text-500);
}

  .btn-icon:hover {
  color: var(--text-900);
}

  .btn-icon:focus {
  color: var(--text-900);
}

  /**
   * Cards.
   */
  .focusable-card {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  max-height: 24rem;
  max-width: 10rem;
  border-radius: 0.375rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-bg-opacity: 1;
  background-color: rgb(13 16 23 / var(--tw-bg-opacity, 1));
}
  .focusable-card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}
  .focusable-card:active {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

  /**
   * Tooltips
   */
  .tooltip {
    /* position: relative; */
    display: inline-block;
  }

  .tooltip .tooltip-text {
    visibility: hidden;
    position: absolute;
  }

  .tooltip:hover .tooltip-text {
    visibility: visible;
  }

  /**
   * Other form stuff.
   */
  .form-check-input:checked[type='radio'] {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%22-4 -4 8 8%22%3E%3Ccircle r=%222%22 fill=%22%23fff%22/%3E%3C/svg%3E');
  }

  option:checked {
    color: var(--text-900);
    background-color: var(--hl-400);
  }

  input[type='file']::file-selector-button {
    color: var(--text-900);
    background-color: var(--hl-700);
    padding: 0.5rem;

    border: 0;

    transition: 1s;
  }

  input[type='text']:disabled {
  background-color: var(--bg-700);
  color: var(--text-600);
}

  input[type='number']:disabled {
  background-color: var(--bg-700);
  color: var(--text-600);
}

  /* input[type='text']:invalid {
    @apply border-2 border-red-600;
  } */

  input[type='range'] {
    background: var(--bg-700);
    background-image: linear-gradient(var(--hl-700), var(--hl-700));
    background-repeat: no-repeat;
  }

  input[type='range']::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--hl-600);
    box-shadow: 0 0 2px 0 #555;
  }

  input[type='range']:disabled {
    background-image: linear-gradient(var(--hl-900), var(--hl-900));
  }

  input[type='range']::-webkit-slider-runnable-track {
    box-shadow: none;
    border: none;
    background: transparent;
  }

  input[type='text']:disabled {
  background-color: var(--bg-900);
}
.container {
  width: 100%;
}
@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;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\/2 {
  bottom: 50%;
}
.bottom-11 {
  bottom: 2.75rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[-0\.5rem\] {
  bottom: -0.5rem;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-\[0px\] {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-\[-0\.5rem\] {
  right: -0.5rem;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[9px\] {
  right: 9px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[6px\] {
  top: 6px;
}
.top-\[8px\] {
  top: 8px;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[60\] {
  z-index: 60;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-24 {
  margin-left: 6rem;
}
.ml-32 {
  margin-left: 8rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[-32px\] {
  margin-left: -32px;
}
.ml-\[3px\] {
  margin-left: 3px;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-\[3px\] {
  margin-right: 3px;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-0\.125rem\] {
  margin-top: -0.125rem;
}
.mt-\[-224px\] {
  margin-top: -224px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.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;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3\/4 {
  height: 75%;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[3rem\] {
  height: 3rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[40x\] {
  height: 40x;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-max {
  height: max-content;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.max-h-\[3rem\] {
  max-height: 3rem;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[42px\] {
  max-height: 42px;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[calc\(80vh-132px\)\] {
  max-height: calc(80vh - 132px);
}
.max-h-full {
  max-height: 100%;
}
.max-h-max {
  max-height: max-content;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[12px\] {
  min-height: 12px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[2\.25rem\] {
  min-height: 2.25rem;
}
.min-h-\[2\.5rem\] {
  min-height: 2.5rem;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[3rem\] {
  min-height: 3rem;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[4rem\] {
  min-height: 4rem;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[64px\] {
  min-height: 64px;
}
.min-h-\[6rem\] {
  min-height: 6rem;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-\[8rem\] {
  min-height: 8rem;
}
.min-h-\[calc\(80vh-132px\)\] {
  min-height: calc(80vh - 132px);
}
.min-h-full {
  min-height: 100%;
}
.w-0 {
  width: 0px;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3\/12 {
  width: 25%;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[calc\(100\%-24px\)\] {
  width: calc(100% - 24px);
}
.w-\[calc\(100\%-30px\)\] {
  width: calc(100% - 30px);
}
.w-\[calc\(100\%-5rem\)\] {
  width: calc(100% - 5rem);
}
.w-\[calc\(100\%-6rem\)\] {
  width: calc(100% - 6rem);
}
.w-\[calc\(100\%-8rem\)\] {
  width: calc(100% - 8rem);
}
.w-\[calc\(100vw-16px\)\] {
  width: calc(100vw - 16px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[12px\] {
  min-width: 12px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[3rem\] {
  min-width: 3rem;
}
.min-w-fit {
  min-width: fit-content;
}
.min-w-max {
  min-width: max-content;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[20rem\] {
  max-width: 20rem;
}
.max-w-\[3rem\] {
  max-width: 3rem;
}
.max-w-\[50vw\] {
  max-width: 50vw;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[92vw\] {
  max-width: 92vw;
}
.max-w-\[calc\(100\%-64px\)\] {
  max-width: calc(100% - 64px);
}
.max-w-\[unset\] {
  max-width: unset;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-2 {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/4 {
  --tw-translate-x: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/4 {
  --tw-translate-x: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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;
}
.cursor-default {
  cursor: default;
}
.cursor-ew-resize {
  cursor: ew-resize;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  user-select: none;
}
.select-text {
  user-select: text;
}
.\!resize {
  resize: both !important;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  appearance: none;
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(160px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-\[2px\] {
  gap: 2px;
}
.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));
}
.self-start {
  align-self: flex-start;
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[var\(--bg-300\)\] {
  border-color: var(--bg-300);
}
.border-\[var\(--bg-400\)\] {
  border-color: var(--bg-400);
}
.border-\[var\(--bg-500\)\] {
  border-color: var(--bg-500);
}
.border-\[var\(--bg-600\)\] {
  border-color: var(--bg-600);
}
.border-\[var\(--bg-700\)\] {
  border-color: var(--bg-700);
}
.border-\[var\(--bg-800\)\] {
  border-color: var(--bg-800);
}
.border-\[var\(--bg-900\)\] {
  border-color: var(--bg-900);
}
.border-\[var\(--dsc-line\)\] {
  border-color: var(--dsc-line);
}
.border-\[var\(--hl-500\)\] {
  border-color: var(--hl-500);
}
.border-\[var\(--hl-800\)\] {
  border-color: var(--hl-800);
}
.border-\[var\(--hl-900\)\] {
  border-color: var(--hl-900);
}
.border-\[var\(--orange-600\)\] {
  border-color: var(--orange-600);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.bg-\[\#55b89c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(85 184 156 / var(--tw-bg-opacity, 1));
}
.bg-\[var\(--bg-600\)\] {
  background-color: var(--bg-600);
}
.bg-\[var\(--bg-700\)\] {
  background-color: var(--bg-700);
}
.bg-\[var\(--bg-800\)\] {
  background-color: var(--bg-800);
}
.bg-\[var\(--bg-900\)\] {
  background-color: var(--bg-900);
}
.bg-\[var\(--black-700\)\] {
  background-color: var(--black-700);
}
.bg-\[var\(--dsc-surface\)\] {
  background-color: var(--dsc-surface);
}
.bg-\[var\(--hl-500\)\] {
  background-color: var(--hl-500);
}
.bg-\[var\(--hl-700\)\] {
  background-color: var(--hl-700);
}
.bg-\[var\(--hl-800\)\] {
  background-color: var(--hl-800);
}
.bg-\[var\(--hl-900\)\] {
  background-color: var(--hl-900);
}
.bg-\[var\(--menu-bg\)\] {
  background-color: var(--menu-bg);
}
.bg-\[var\(--text-200\)\] {
  background-color: var(--text-200);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-\[var\(--text-900\)\] {
  fill: var(--text-900);
}
.fill-red-600 {
  fill: #dc2626;
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[2px\] {
  padding: 2px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[0\.5rem\] {
  font-size: 0.5rem;
}
.text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[var\(--bg-900\)\] {
  color: var(--bg-900);
}
.text-\[var\(--coolgray-800\)\] {
  color: var(--coolgray-800);
}
.text-\[var\(--dsc-muted\)\] {
  color: var(--dsc-muted);
}
.text-\[var\(--green-600\)\] {
  color: var(--green-600);
}
.text-\[var\(--green-600\2c \#3aa\)\] {
  color: var(--green-600,#3aa);
}
.text-\[var\(--hl-200\)\] {
  color: var(--hl-200);
}
.text-\[var\(--hl-300\)\] {
  color: var(--hl-300);
}
.text-\[var\(--hl-400\)\] {
  color: var(--hl-400);
}
.text-\[var\(--hl-500\)\] {
  color: var(--hl-500);
}
.text-\[var\(--hl-700\)\] {
  color: var(--hl-700);
}
.text-\[var\(--orange-500\)\] {
  color: var(--orange-500);
}
.text-\[var\(--red-500\)\] {
  color: var(--red-500);
}
.text-\[var\(--text-500\)\] {
  color: var(--text-500);
}
.text-\[var\(--text-600\)\] {
  color: var(--text-600);
}
.text-\[var\(--text-700\)\] {
  color: var(--text-700);
}
.text-\[var\(--text-800\)\] {
  color: var(--text-800);
}
.text-\[var\(--text-900\)\] {
  color: var(--text-900);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.underline {
  text-decoration-line: underline;
}
.decoration-dotted {
  text-decoration-style: dotted;
}
.accent-\[var\(--hl-400\)\] {
  accent-color: var(--hl-400);
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900 {
  --tw-shadow-color: #134e4a;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[var\(--hl-500\)\] {
  --tw-ring-color: var(--hl-500);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-md {
  --tw-blur: blur(12px);
  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);
}
.saturate-0 {
  --tw-saturate: saturate(0);
  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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.text-shadow {
  text-shadow: 0 2px 4px var(--tw-shadow-color);
}

/** Global focus style override. */
*:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

* > code {
  border-radius: 0.375rem;
  background-color: var(--bg-600);
  padding: 0.25rem;
  color: var(--text-900);
}

body {
  color: var(--text-100);
  font-family: var(--sitewide-font);
}

.w-10 {
  width: 2.5rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-8xl {
  max-width: 88rem;
}

body {
    color: var(--text-900);
    background-color: var(--bg-900);
  height: 100%;
  height: -webkit-fill-available;
  }

@supports (-webkit-touch-callout: none) {
  .app {
    height: calc(100vh - 74px);
  }
}

.ellipsis {
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.link {
  cursor: pointer;
  color: var(--hl-500);
}

.link:hover {
  color: var(--hl-300);
}

.base-link {
  cursor: pointer;
}

.base-link:hover {
  color: var(--hl-300);
}

.highlight {
  color: var(--hl-400);
}

.text-hl-100 {
  color: var(--hl-900);
}

.text-hl-200 {
  color: var(--hl-800);
}

.text-hl-300 {
  color: var(--hl-700);
}

.text-hl-400 {
  color: var(--hl-600);
}

.text-hl-500 {
  color: var(--hl-500);
}

.text-hl-600 {
  color: var(--hl-400);
}

.text-hl-700 {
  color: var(--hl-300);
}

.text-hl-800 {
  color: var(--hl-200);
}

.text-hl-900 {
  color: var(--hl-100);
}

textarea::placeholder,
textarea:placeholder-shown {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

textarea:disabled {
  background-color: var(--bg-900);
}

.markdown code {
  font-size: 0.75rem !important;
}

.markdown a {
  cursor: pointer;
  color: var(--hl-500);
}

.markdown a:hover {
  color: var(--hl-300);
}

.markdown h1 {
  padding-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--hl-400);
}

.markdown h2 {
  padding-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--hl-400);
}

.markdown h3 {
  padding-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--hl-400);
}

.markdown h4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: var(--hl-400);
}

.markdown p {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.markdown em {
  font-weight: 400;
  color: var(--hl-200);
}

.markdown ul {
  padding-left: 1.25rem;
  list-style-type: disc;
  list-style-position: inside;
}

.markdown ol {
  padding-left: 1.25rem;
  counter-reset: item;
  list-style-position: inside;
}

.markdown ul > li {
  /* @apply ml-5; */
  list-style-type: disc;
}

.markdown ol > li {
  counter-increment: item;
}

.markdown ol > li::before {
  content: counters(item, '.') '. ';
}

.markdown > ul > li > ul {
  padding-left: 1.25rem;
  list-style-type: circle;
  list-style-position: inside;
}

.markdown > blockquote {
  padding-left: 1rem;
  border-left: 0.25em solid var(--bg-300);
}

.markdown ul > li {
  list-style-type: disc;
}
.markdown ul > li > ul > li {
  list-style-type: circle;
}
.markdown ul > li > ul > li > ul > li {
  list-style-type: square;
}
/* .markdown ul ul ul ul li {
  list-style: disc;
}
.markdown ul ul ul ul ul li {
  list-style: circle;
}
.markdown ul ul ul ul ul ul li {
  list-style: square;
} */

.overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hover\:bg-600:hover {
    background-color: var(--bg-600);
  }

.hover\:bg-700:hover {
    background-color: var(--bg-700);
  }

.hover\:text-900:hover {
    color: var(--text-900);
  }

.first-letter\:capitalize::first-letter {
  text-transform: capitalize;
}

.checked\:border-\[var\(--hl-500\)\]:checked {
  border-color: var(--hl-500);
}

.checked\:bg-\[var\(--hl-600\)\]:checked {
  background-color: var(--hl-600);
}

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

.hover\:border-\[var\(--bg-500\)\]:hover {
  border-color: var(--bg-500);
}

.hover\:border-\[var\(--bg-600\)\]:hover {
  border-color: var(--bg-600);
}

.hover\:border-\[var\(--dsc-green\)\]:hover {
  border-color: var(--dsc-green);
}

.hover\:border-\[var\(--hl-400\)\]:hover {
  border-color: var(--hl-400);
}

.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-\[var\(--bg-600\)\]:hover {
  background-color: var(--bg-600);
}

.hover\:bg-\[var\(--bg-700\)\]:hover {
  background-color: var(--bg-700);
}

.hover\:bg-\[var\(--bg-800\)\]:hover {
  background-color: var(--bg-800);
}

.hover\:bg-\[var\(--dsc-bg-2\)\]:hover {
  background-color: var(--dsc-bg-2);
}

.hover\:bg-\[var\(--dsc-surface\)\]:hover {
  background-color: var(--dsc-surface);
}

.hover\:bg-\[var\(--hl-400\)\]:hover {
  background-color: var(--hl-400);
}

.hover\:bg-\[var\(--hl-900\)\]:hover {
  background-color: var(--hl-900);
}

.hover\:text-\[var\(--dsc-cream\)\]:hover {
  color: var(--dsc-cream);
}

.hover\:text-\[var\(--text-800\)\]:hover {
  color: var(--text-800);
}

.hover\:text-\[var\(--text-900\)\]:hover {
  color: var(--text-900);
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

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

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

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.active\:bg-\[var\(--bg-800\)\]:active {
  background-color: var(--bg-800);
}

.group:hover .group-hover\:bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.group:active .group-active\:bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

@media not all and (min-width: 1280px) {

  .max-sm\:p-1 {
    padding: 0.25rem;
  }
}

@media (min-width: 768px) {

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .xs\:mr-auto {
    margin-right: auto;
  }
}

@media (min-width: 1280px) {

  .sm\:inset-0 {
    inset: 0px;
  }

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

  .sm\:ml-\[302px\] {
    margin-left: 302px;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:max-h-\[90vh\] {
    max-height: 90vh;
  }

  .sm\:max-h-\[calc\(90vh-132px\)\] {
    max-height: calc(90vh - 132px);
  }

  .sm\:min-h-\[2\.5rem\] {
    min-height: 2.5rem;
  }

  .sm\:min-h-\[calc\(90vh-132px\)\] {
    min-height: calc(90vh - 132px);
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-\[calc\(100vw-64px\)\] {
    width: calc(100vw - 64px);
  }

  .sm\:w-\[calc\(50vw\)\] {
    width: calc(50vw);
  }

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

  .sm\:w-full {
    width: 100%;
  }

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

  .sm\:max-w-\[30vw\] {
    max-width: 30vw;
  }

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

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

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

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

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

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

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

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

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:object-cover {
    object-fit: cover;
  }

  .sm\:object-scale-down {
    object-fit: scale-down;
  }

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

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

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

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

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

@media (min-width: 1536px) {

  .\32xl\:w-\[600px\] {
    width: 600px;
  }
}

@media (prefers-color-scheme: dark) {

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }
}
:root {
  --sitewide-font: unset;

  --text-bot-background: unset;
  --text-chatcolor: unset;
  --text-emphasis-color: unset;
  --text-quote-color: unset;

  --tooltip-x: 0;
  --tooltip-y: 0;

  /* Chrome (drawer + top bars): a deeper plum than the Discover "dusk" content
     so the nav rail anchors the page and cards visually float above it. */
  --menu-bg: oklch(0.14 0.04 350);

  /* Base of the main content area — the same "warm dusk" tone Discover paints
     (--dsc-bg), so gutters around boxed pages and space below short pages blend
     with the chrome instead of exposing the theme's teal --bg-900. */
  --content-bg: oklch(0.18 0.03 350);

  /* Charluv green accent (logo: #55b89c) */
  --hl-100: #e6f7f1;
  --hl-200: #c2ebde;
  --hl-300: #93dcc6;
  --hl-400: #6bccae;
  --hl-500: #55b89c;
  --hl-600: #3f9d83;
  --hl-700: #2f7d68;
  --hl-800: #265f50;
  --hl-900: #1e3f37;

  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-300: #86efac;
  --green-400: #4ade80;
  --green-500: #22c55e;
  --green-600: #16a34a;
  --green-700: #15803d;
  --green-800: #166534;
  --green-900: #14532d;

  --red-100: #fee2e2;
  --red-200: #fecaca;
  --red-300: #fca5a5;
  --red-400: #f87171;
  --red-500: #ef4444;
  --red-600: #dc2626;
  --red-700: #b91c1c;
  --red-800: #991b1b;
  --red-900: #7f1d1d;

  --lime-100: #ecfccb;
  --lime-200: #d9f99d;
  --lime-300: #bef264;
  --lime-400: #a3e635;
  --lime-500: #84cc16;
  --lime-600: #65a30d;
  --lime-700: #4d7c0f;
  --lime-800: #3f6212;
  --lime-900: #365314;

  --sky-100: #e0f2fe;
  --sky-200: #bae6fd;
  --sky-300: #7dd3fc;
  --sky-400: #38bdf8;
  --sky-500: #0ea5e9;
  --sky-600: #0284c7;
  --sky-700: #0369a1;
  --sky-800: #075985;
  --sky-900: #0c4a6e;

  --teal-100: #ccfbf1;
  --teal-200: #99f6e4;
  --teal-300: #5eead4;
  --teal-400: #2dd4bf;
  --teal-500: #10b981;
  --teal-600: #0d9488;
  --teal-700: #0f766e;
  --teal-800: #115e59;
  --teal-900: #134e4a;

  --cyan-100: #cffafe;
  --cyan-200: #a5f3fc;
  --cyan-300: #67e8f9;
  --cyan-400: #22d3ee;
  --cyan-500: #06b6d4;
  --cyan-600: #0891b2;
  --cyan-700: #0e7490;
  --cyan-800: #155e75;
  --cyan-900: #164e63;

  --orange-100: #ffedd5;
  --orange-200: #fed7aa;
  --orange-300: #fdba74;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --orange-700: #c2410c;
  --orange-800: #9a3412;
  --orange-900: #7c2d12;

  --blue-100: #dbeafe;
  --blue-200: #bfdbfe;
  --blue-300: #93c5fd;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-800: #1e40af;
  --blue-900: #1e3a8a;

  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-300: #f9a8d4;
  --pink-400: #f472b6;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --pink-700: #be185d;
  --pink-800: #9d174d;
  --pink-900: #831843;

  --rose-100: #ffe4e6;
  --rose-200: #fecdd3;
  --rose-300: #fda4af;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --rose-700: #be123c;
  --rose-800: #9f1239;
  --rose-900: #881337;

  --fuchsia-100: #fae8ff;
  --fuchsia-200: #f5d0fe;
  --fuchsia-300: #f0abfc;
  --fuchsia-400: #e879f9;
  --fuchsia-500: #d946ef;
  --fuchsia-600: #c026d3;
  --fuchsia-700: #a21caf;
  --fuchsia-800: #86198f;
  --fuchsia-900: #701a75;

  --purple-100: #f3e8ff;
  --purple-200: #e9d5ff;
  --purple-300: #d8b4fe;
  --purple-400: #c084fc;
  --purple-500: #a855f7;
  --purple-600: #9333ea;
  --purple-700: #7e22ce;
  --purple-800: #6b21a8;
  --purple-900: #581c87;

  --premium-100: #fef9c3;
  --premium-200: #fef08a;
  --premium-300: #fde047;
  --premium-400: #facc15;
  --premium-500: #eab308;
  --premium-600: #ca8a04;
  --premium-700: #a16207;
  --premium-800: #854d0e;
  --premium-900: #713f12;

  --truegray-100: #f5f5f5;
  --truegray-200: #e5e5e5;
  --truegray-300: #d4d4d4;
  --truegray-400: #a3a3a3;
  --truegray-500: #737373;
  --truegray-600: #525252;
  --truegray-700: #404040;
  --truegray-800: #262626;
  --truegray-900: #171717;
  --truegray-1000: #131313;

  --bg-100: #f5f5f5;
  --bg-200: #e5e5e5;
  --bg-300: #d4d4d4;
  --bg-400: #a3a3a3;
  --bg-500: #737373;
  --bg-600: #525252;
  --bg-700: #404040;
  --bg-800: #262626;
  --bg-900: #171717;
  --bg-1000: #131313;

  --gradient-100: #f5f5f5;
  --gradient-200: #e5e5e5;
  --gradient-300: #d4d4d4;
  --gradient-400: #a3a3a3;
  --gradient-500: #737373;
  --gradient-600: #525252;
  --gradient-700: #404040;
  --gradient-800: #262626;
  --gradient-900: #171717;
  --gradient-1000: #131313;

  --black-100: #000000;
  --black-200: #111827;
  --black-300: #1f2937;
  --black-400: #374151;
  --black-500: #4b5563;
  --black-600: #6b7280;
  --black-700: #9ca3af;
  --black-800: #d1d5db;
  --black-900: #ffffff;

  /** Uses --dark-* values */
  --text-100: #171717;
  --text-200: #262626;
  --text-300: #404040;
  --text-400: #525252;
  --text-500: #737373;
  --text-600: #a3a3a3;
  --text-700: #d4d4d4;
  --text-800: #e5e5e5;
  --text-900: #f5f5f5;

  --bluegray-100: #f1f5f9;
  --bluegray-200: #e2e8f0;
  --bluegray-300: #cbd5e1;
  --bluegray-400: #94a3b8;
  --bluegray-500: #64748b;
  --bluegray-600: #475569;
  --bluegray-700: #334155;
  --bluegray-800: #1e293b;
  --bluegray-900: #0f172a;
  --bluegray-1000: #080f1f;

  --coolgray-100: #f3f4f6;
  --coolgray-200: #e5e7eb;
  --coolgray-300: #d1d5db;
  --coolgray-400: #9ca3af;
  --coolgray-500: #6b7280;
  --coolgray-600: #4b5563;
  --coolgray-700: #374151;
  --coolgray-800: #1f2937;
  --coolgray-900: #111827;
  --coolgray-1000: #0b111f;

  /* Charluv "warm dusk" — plum-tinted neutrals (matches the Discover gallery) */
  --plum-100: #f5eef2;
  --plum-200: #e9dde4;
  --plum-300: #d4c2cd;
  --plum-400: #a98fa1;
  --plum-500: #7d6374;
  --plum-600: #5a4453;
  --plum-700: #3e2d3a;
  --plum-800: #2a1c26;
  --plum-900: #1a1016;
  --plum-1000: #140c11;

  --highlight: rgb(14 165 233);

  --rgba-chat-bot: rgba(0, 0, 0);
  --rgba-chat-user: rgba(0, 0, 0);
  --rgba-chat-ooc: rgb(0, 0, 0);
  --rgba-chat-alpha: 0.75;
}
.app {
  height: 100vh;
  height: 100dvh;
  /* height: -webkit-fill-available; */
  overflow-y: overlay;
}

.app .content-background {
  /* Dusk surface (between --menu-bg and --content-bg) so boxed pages sit in the
     same palette as the chrome, not the theme's teal. */
  background-color: oklch(0.15 0.035 349 / 0.92);
  height: max-content;
  border-radius: 0.5rem;
  padding-bottom: 1rem;
}

#fuse-privacy-tool {
  font-size: 0.5rem;
}

/* hack while we figure out why text boxes aren't the correct size */
.text-input-min-h-override {
  min-height: 120px !important;
}

.bg-chat-bot {
  background: var(--rgba-chat-bot);
  backdrop-filter: blur(5px);
}

.bg-chat-user {
  background: var(--rgba-chat-user);
  backdrop-filter: blur(5px);
}

.bg-chat-ooc {
  background: var(--rgba-chat-ooc);
  backdrop-filter: blur(5px);
}

.unblur {
  backdrop-filter: none !important;
}

.tooltip-cursor {
  position: absolute;
  left: var(--tooltip-x);
  top: var(--tooltip-y);
}

.drawer {
  height: calc(100vh);
  height: calc(100dvh);
  position: absolute;
  top: 0;
  /* top: 48px; */
  left: 0;
  transition: opacity 250ms ease;
  transition: 400ms ease;
  background-color: var(--bg-800);
}

@media (min-width: 1280px) {

  .drawer {
    top: 0px;
    clear: none;
  }
}

.drawer {
  z-index: 20;
}

@media (min-width: 1280px) {

  .drawer {
    z-index: 0;
  }
}

#main-content {
  transition: margin-left 400ms ease;
  /* Match the dusk chrome: without this, wide screens show the theme's teal
     --bg-900 in the gutters around boxed (max-w-8xl) pages and below short
     pages, visibly clashing with the menu/top bar. Full-bleed pages and chat
     backgrounds paint over it as before. */
  background-color: var(--content-bg);
}

@media (min-width: 1280px) {
  .drawer {
    height: 100vh;
    height: 100dvh;
  }
}

.drawer--pane-open {
  animation-fill-mode: forwards;
  animation: hideDrawer 0s ease 800ms;
  left: -302px;
}

@media (min-width: 1280px) {

  .drawer--pane-open {
    left: 0px;
  }
}

.drawer--hide {
  animation-fill-mode: forwards;
  animation: hideDrawer 0s ease 800ms;
  left: -480px;
}

@media (min-width: 1280px) {

  .drawer--hide {
    width: 0px;
  }
}

.drawer__content {
  /* position: fixed; */
  top: 0;
  left: 0;
  min-width: 302px;
  max-width: 302px;
  height: calc(100% - 16px);
  transition: 800ms ease;
}

.drawer > * > a.active {
  background-color: var(--hl-900);
}

@keyframes hideDrawer {
  to {
    visibility: hidden;
  }
}

.slot-sticky {
  position: sticky;
  top: 0;
}

.helper-text {
  margin-top: -0.125rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text-600);
}

.spinner {
  animation: spin 1.3s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.input-bar {
  max-height: 50vh;
  max-height: 50svh;
}

.input-buttons {
  position: relative;
  display: inline-block;
}

.input-buttons input {
  padding-right: 40px;
}

.input-buttons button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.shepherd-text {
  color: var(--text-900) !important;
}
/*!
 * three-dots - v0.3.2
 * CSS loading animations made with single element
 * https://nzbin.github.io/three-dots/
 *
 * Copyright (c) 2018 nzbin
 * Released under MIT License
 */

/**
   * ==============================================
   * Dot Elastic
   * ==============================================
   */

:root {
  --dot-color: var(--hl-700);
}

.dot-elastic {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-elastic 1s infinite linear;
}
.dot-elastic::before,
.dot-elastic::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-elastic::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-elastic-before 1s infinite linear;
}
.dot-elastic::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-elastic-after 1s infinite linear;
}

@keyframes dot-elastic-before {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1.5);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.5);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic-after {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
/**
  * ==============================================
  * Dot Pulse
  * ==============================================
  */
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.dot-pulse::before,
.dot-pulse::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px;
  }
}
/**
  * ==============================================
  * Dot Flashing
  * ==============================================
  */
.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.dot-flashing::before,
.dot-flashing::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: var(--dot-color);
  }
  50%,
  100% {
    background-color: rgba(152, 128, 255, 0.2);
  }
}
/**
  * ==============================================
  * Dot Collision
  * ==============================================
  */
.dot-collision {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
}
.dot-collision::before,
.dot-collision::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-collision::before {
  left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-collision-before 2s infinite ease-in;
}
.dot-collision::after {
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-collision-after 2s infinite ease-in;
  animation-delay: 1s;
}

@keyframes dot-collision-before {
  0%,
  50%,
  75%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-15px);
  }
}
@keyframes dot-collision-after {
  0%,
  50%,
  75%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(15px);
  }
}
/**
  * ==============================================
  * Dot Revolution
  * ==============================================
  */
.dot-revolution {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
}
.dot-revolution::before,
.dot-revolution::after {
  content: '';
  display: inline-block;
  position: absolute;
}
.dot-revolution::before {
  left: 0;
  top: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  transform-origin: 5px 20px;
  animation: dot-revolution 1.4s linear infinite;
}
.dot-revolution::after {
  left: 0;
  top: -30px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  transform-origin: 5px 35px;
  animation: dot-revolution 1s linear infinite;
}

@keyframes dot-revolution {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
/**
  * ==============================================
  * Dot Carousel
  * ==============================================
  */
.dot-carousel {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  box-shadow: 9984px 0 0 0 var(--dot-color), 9999px 0 0 0 var(--dot-color),
    10014px 0 0 0 var(--dot-color);
  animation: dot-carousel 1.5s infinite linear;
}

@keyframes dot-carousel {
  0% {
    box-shadow: 9984px 0 0 -1px var(--dot-color), 9999px 0 0 1px var(--dot-color),
      10014px 0 0 -1px var(--dot-color);
  }
  50% {
    box-shadow: 10014px 0 0 -1px var(--dot-color), 9984px 0 0 -1px var(--dot-color),
      9999px 0 0 1px var(--dot-color);
  }
  100% {
    box-shadow: 9999px 0 0 1px var(--dot-color), 10014px 0 0 -1px var(--dot-color),
      9984px 0 0 -1px var(--dot-color);
  }
}
/**
  * ==============================================
  * Dot Typing
  * ==============================================
  */
.dot-typing {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  box-shadow: 9984px 0 0 0 var(--dot-color), 9999px 0 0 0 var(--dot-color),
    10014px 0 0 0 var(--dot-color);
  animation: dot-typing 1s infinite ease-in;
}

@keyframes dot-typing {
  0% {
    box-shadow: 9984px 0 0 0 var(--dot-color), 9999px 0 0 0 var(--dot-color),
      10014px 0 0 0 var(--dot-color);
  }
  16.667% {
    box-shadow: 9984px -10px 0 0 var(--dot-color), 9999px 0 0 0 var(--dot-color),
      10014px 0 0 0 var(--dot-color);
  }
  33.333% {
    box-shadow: 9984px 0 0 0 var(--dot-color), 9999px 0 0 0 var(--dot-color),
      10014px 0 0 0 var(--dot-color);
  }
  50% {
    box-shadow: 9984px 0 0 0 var(--dot-color), 9999px -10px 0 0 var(--dot-color),
      10014px 0 0 0 var(--dot-color);
  }
  66.667% {
    box-shadow: 9984px 0 0 0 var(--dot-color), 9999px 0 0 0 var(--dot-color),
      10014px 0 0 0 var(--dot-color);
  }
  83.333% {
    box-shadow: 9984px 0 0 0 var(--dot-color), 9999px 0 0 0 var(--dot-color),
      10014px -10px 0 0 var(--dot-color);
  }
  100% {
    box-shadow: 9984px 0 0 0 var(--dot-color), 9999px 0 0 0 var(--dot-color),
      10014px 0 0 0 var(--dot-color);
  }
}
/**
  * ==============================================
  * Dot Windmill
  * ============================================== */

.dot-windmill {
  position: relative;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  transform-origin: 5px 15px;
  animation: dot-windmill 2s infinite linear;
}
.dot-windmill::before,
.dot-windmill::after {
  content: '';
  display: inline-block;
  position: absolute;
}
.dot-windmill::before {
  left: -8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
}
.dot-windmill::after {
  left: 8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
}

@keyframes dot-windmill {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(720deg) translate3d(0, 0, 0);
  }
}
/**
  * ==============================================
  * Dot Bricks
  * ==============================================
  */
.dot-bricks {
  position: relative;
  top: 8px;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  box-shadow: 9991px -16px 0 0 var(--dot-color), 9991px 0 0 0 var(--dot-color),
    10007px 0 0 0 var(--dot-color);
  animation: dot-bricks 2s infinite ease;
}

@keyframes dot-bricks {
  0% {
    box-shadow: 9991px -16px 0 0 var(--dot-color), 9991px 0 0 0 var(--dot-color),
      10007px 0 0 0 var(--dot-color);
  }
  8.333% {
    box-shadow: 10007px -16px 0 0 var(--dot-color), 9991px 0 0 0 var(--dot-color),
      10007px 0 0 0 var(--dot-color);
  }
  16.667% {
    box-shadow: 10007px -16px 0 0 var(--dot-color), 9991px -16px 0 0 var(--dot-color),
      10007px 0 0 0 var(--dot-color);
  }
  25% {
    box-shadow: 10007px -16px 0 0 var(--dot-color), 9991px -16px 0 0 var(--dot-color),
      9991px 0 0 0 var(--dot-color);
  }
  33.333% {
    box-shadow: 10007px 0 0 0 var(--dot-color), 9991px -16px 0 0 var(--dot-color),
      9991px 0 0 0 var(--dot-color);
  }
  41.667% {
    box-shadow: 10007px 0 0 0 var(--dot-color), 10007px -16px 0 0 var(--dot-color),
      9991px 0 0 0 var(--dot-color);
  }
  50% {
    box-shadow: 10007px 0 0 0 var(--dot-color), 10007px -16px 0 0 var(--dot-color),
      9991px -16px 0 0 var(--dot-color);
  }
  58.333% {
    box-shadow: 9991px 0 0 0 var(--dot-color), 10007px -16px 0 0 var(--dot-color),
      9991px -16px 0 0 var(--dot-color);
  }
  66.666% {
    box-shadow: 9991px 0 0 0 var(--dot-color), 10007px 0 0 0 var(--dot-color),
      9991px -16px 0 0 var(--dot-color);
  }
  75% {
    box-shadow: 9991px 0 0 0 var(--dot-color), 10007px 0 0 0 var(--dot-color),
      10007px -16px 0 0 var(--dot-color);
  }
  83.333% {
    box-shadow: 9991px -16px 0 0 var(--dot-color), 10007px 0 0 0 var(--dot-color),
      10007px -16px 0 0 var(--dot-color);
  }
  91.667% {
    box-shadow: 9991px -16px 0 0 var(--dot-color), 9991px 0 0 0 var(--dot-color),
      10007px -16px 0 0 var(--dot-color);
  }
  100% {
    box-shadow: 9991px -16px 0 0 var(--dot-color), 9991px 0 0 0 var(--dot-color),
      10007px 0 0 0 var(--dot-color);
  }
}
/**
  * ==============================================
  * Dot Floating
  * ==============================================
  */
.dot-floating {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-floating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
}
.dot-floating::before,
.dot-floating::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-floating::before {
  left: -12px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-floating-before 3s infinite ease-in-out;
}
.dot-floating::after {
  left: -24px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-floating-after 3s infinite cubic-bezier(0.4, 0, 1, 1);
}

@keyframes dot-floating {
  0% {
    left: calc(-50% - 5px);
  }
  75% {
    left: calc(50% + 105px);
  }
  100% {
    left: calc(50% + 105px);
  }
}
@keyframes dot-floating-before {
  0% {
    left: -50px;
  }
  50% {
    left: -12px;
  }
  75% {
    left: -50px;
  }
  100% {
    left: -50px;
  }
}
@keyframes dot-floating-after {
  0% {
    left: -100px;
  }
  50% {
    left: -24px;
  }
  75% {
    left: -100px;
  }
  100% {
    left: -100px;
  }
}
/**
  * ==============================================
  * Dot Fire
  * ==============================================
  */
.dot-fire {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  box-shadow: 9999px 22.5px 0 -5px var(--dot-color);
  animation: dot-fire 1.5s infinite linear;
  animation-delay: -0.85s;
}
.dot-fire::before,
.dot-fire::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
}
.dot-fire::before {
  box-shadow: 9999px 22.5px 0 -5px var(--dot-color);
  animation: dot-fire 1.5s infinite linear;
  animation-delay: -1.85s;
}
.dot-fire::after {
  box-shadow: 9999px 22.5px 0 -5px var(--dot-color);
  animation: dot-fire 1.5s infinite linear;
  animation-delay: -2.85s;
}

@keyframes dot-fire {
  1% {
    box-shadow: 9999px 22.5px 0 -5px var(--dot-color);
  }
  50% {
    box-shadow: 9999px -5.625px 0 2px var(--dot-color);
  }
  100% {
    box-shadow: 9999px -22.5px 0 -5px var(--dot-color);
  }
}
/**
  * ==============================================
  * Dot Spin
  * ==============================================
  */
.dot-spin {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  box-shadow: 0 -18px 0 0 var(--dot-color), 12.727926px -12.727926px 0 0 var(--dot-color),
    18px 0 0 0 var(--dot-color), 12.727926px 12.727926px 0 0 rgba(152, 128, 255, 0),
    0 18px 0 0 rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 0 rgba(152, 128, 255, 0),
    -18px 0 0 0 rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 0 rgba(152, 128, 255, 0);
  animation: dot-spin 1.5s infinite linear;
}

@keyframes dot-spin {
  0%,
  100% {
    box-shadow: 0 -18px 0 0 var(--dot-color), 12.727926px -12.727926px 0 0 var(--dot-color),
      18px 0 0 0 var(--dot-color), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0),
      0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0),
      -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0);
  }
  12.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 0 var(--dot-color),
      18px 0 0 0 var(--dot-color), 12.727926px 12.727926px 0 0 var(--dot-color),
      0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0),
      -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0);
  }
  25% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0),
      12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 var(--dot-color),
      12.727926px 12.727926px 0 0 var(--dot-color), 0 18px 0 0 var(--dot-color),
      -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0),
      -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0);
  }
  37.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0),
      12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0),
      12.727926px 12.727926px 0 0 var(--dot-color), 0 18px 0 0 var(--dot-color),
      -12.727926px 12.727926px 0 0 var(--dot-color), -18px 0 0 -5px rgba(152, 128, 255, 0),
      -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0);
  }
  50% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0),
      12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0),
      12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 var(--dot-color),
      -12.727926px 12.727926px 0 0 var(--dot-color), -18px 0 0 0 var(--dot-color),
      -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0);
  }
  62.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0),
      12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0),
      12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0),
      -12.727926px 12.727926px 0 0 var(--dot-color), -18px 0 0 0 var(--dot-color),
      -12.727926px -12.727926px 0 0 var(--dot-color);
  }
  75% {
    box-shadow: 0 -18px 0 0 var(--dot-color), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0),
      18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0),
      0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0),
      -18px 0 0 0 var(--dot-color), -12.727926px -12.727926px 0 0 var(--dot-color);
  }
  87.5% {
    box-shadow: 0 -18px 0 0 var(--dot-color), 12.727926px -12.727926px 0 0 var(--dot-color),
      18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0),
      0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0),
      -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 0 var(--dot-color);
  }
}
/**
  * ==============================================
  * Dot Falling
  * ==============================================
  */
.dot-falling {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  box-shadow: 9999px 0 0 0 var(--dot-color);
  animation: dot-falling 1s infinite linear;
  animation-delay: 0.1s;
}
.dot-falling::before,
.dot-falling::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-falling::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-falling-before 1s infinite linear;
  animation-delay: 0s;
}
.dot-falling::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-falling-after 1s infinite linear;
  animation-delay: 0.2s;
}

@keyframes dot-falling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%,
  50%,
  75% {
    box-shadow: 9999px 0 0 0 var(--dot-color);
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dot-falling-before {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%,
  50%,
  75% {
    box-shadow: 9984px 0 0 0 var(--dot-color);
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dot-falling-after {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%,
  50%,
  75% {
    box-shadow: 10014px 0 0 0 var(--dot-color);
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
/**
  * ==============================================
  * Dot Stretching
  * ==============================================
  */
.dot-stretching {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  transform: scale(1.25, 1.25);
  animation: dot-stretching 2s infinite ease-in;
}
.dot-stretching::before,
.dot-stretching::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-stretching::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-stretching-before 2s infinite ease-in;
}
.dot-stretching::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color);
  color: var(--dot-color);
  animation: dot-stretching-after 2s infinite ease-in;
}

@keyframes dot-stretching {
  0% {
    transform: scale(1.25, 1.25);
  }
  50%,
  60% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1.25, 1.25);
  }
}
@keyframes dot-stretching-before {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }
  50%,
  60% {
    transform: translate(-20px) scale(1, 1);
  }
  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}
@keyframes dot-stretching-after {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }
  50%,
  60% {
    transform: translate(20px) scale(1, 1);
  }
  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}
/**
  * ==============================================
  * Experimental: Gooey Effect
  * Dot Gathering
  * ==============================================
  */
.dot-gathering {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0deg, 100%, 0%);
  color: transparent;
  margin: -1px 0;
  filter: blur(2px);
}
.dot-gathering::before,
.dot-gathering::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -50px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0deg, 100%, 0%);
  color: transparent;
  opacity: 0;
  filter: blur(2px);
  animation: dot-gathering 2s infinite ease-in;
}
.dot-gathering::after {
  animation-delay: 0.5s;
}

@keyframes dot-gathering {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  35%,
  60% {
    opacity: 1;
    transform: translateX(50px);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
/**
  * ==============================================
  * Experimental: Gooey Effect
  * Dot Hourglass
  * ==============================================
  */
.dot-hourglass {
  position: relative;
  top: -15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0deg, 100%, 0%);
  color: transparent;
  margin: -1px 0;
  filter: blur(2px);
  transform-origin: 5px 20px;
  animation: dot-hourglass 2.4s infinite ease-in-out;
  animation-delay: 0.6s;
}
.dot-hourglass::before,
.dot-hourglass::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0deg, 100%, 0%);
  color: transparent;
  filter: blur(2px);
}
.dot-hourglass::before {
  top: 30px;
}
.dot-hourglass::after {
  animation: dot-hourglass-after 2.4s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}

@keyframes dot-hourglass {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(180deg);
  }
  50% {
    transform: rotateZ(180deg);
  }
  75% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes dot-hourglass-after {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(30px);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/**
  * ==============================================
  * Experimental: Gooey Effect
  * Dot Overtaking
  * ==============================================
  */
.dot-overtaking {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: transparent;
  color: hsl(0deg, 100%, 0%);
  margin: -1px 0;
  box-shadow: 0 -20px 0 0;
  filter: blur(2px);
  animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
}
.dot-overtaking::before,
.dot-overtaking::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: transparent;
  color: hsl(0deg, 100%, 0%);
  box-shadow: 0 -20px 0 0;
  filter: blur(2px);
}
.dot-overtaking::before {
  animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  animation-delay: 0.3s;
}
.dot-overtaking::after {
  animation: dot-overtaking 1.5s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  animation-delay: 0.6s;
}

@keyframes dot-overtaking {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
/**
  * ==============================================
  * Experimental: Gooey Effect
  * Dot Shuttle
  * ==============================================
  */
.dot-shuttle {
  position: relative;
  left: -15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0deg, 100%, 0%);
  color: transparent;
  margin: -1px 0;
  filter: blur(2px);
}
.dot-shuttle::before,
.dot-shuttle::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0deg, 100%, 0%);
  color: transparent;
  filter: blur(2px);
}
.dot-shuttle::before {
  left: 15px;
  animation: dot-shuttle 2s infinite ease-out;
}
.dot-shuttle::after {
  left: 30px;
}

@keyframes dot-shuttle {
  0%,
  50%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-45px);
  }
  75% {
    transform: translateX(45px);
  }
}
/**
  * ==============================================
  * Experimental: Emoji
  * Dot Bouncing
  * ==============================================
  */
.dot-bouncing {
  position: relative;
  height: 10px;
  font-size: 10px;
}
.dot-bouncing::before {
  content: '⚽🏀🏐';
  display: inline-block;
  position: relative;
  animation: dot-bouncing 1s infinite;
}

@keyframes dot-bouncing {
  0% {
    top: -20px;
    animation-timing-function: ease-in;
  }
  34% {
    transform: scale(1, 1);
  }
  35% {
    top: 20px;
    animation-timing-function: ease-out;
    transform: scale(1.5, 0.5);
  }
  45% {
    transform: scale(1, 1);
  }
  90% {
    top: -20px;
  }
  100% {
    top: -20px;
  }
}
/**
  * ==============================================
  * Experimental: Emoji
  * Dot Rolling
  * ==============================================
  */
.dot-rolling {
  position: relative;
  height: 10px;
  font-size: 10px;
}
.dot-rolling::before {
  content: '⚽';
  display: inline-block;
  position: relative;
  transform: translateX(-25px);
  animation: dot-rolling 3s infinite;
}

@keyframes dot-rolling {
  0% {
    content: '⚽';
    transform: translateX(-25px) rotateZ(0deg);
  }
  16.667% {
    content: '⚽';
    transform: translateX(25px) rotateZ(720deg);
  }
  33.333% {
    content: '⚽';
    transform: translateX(-25px) rotateZ(0deg);
  }
  34.333% {
    content: '🏀';
    transform: translateX(-25px) rotateZ(0deg);
  }
  50% {
    content: '🏀';
    transform: translateX(25px) rotateZ(720deg);
  }
  66.667% {
    content: '🏀';
    transform: translateX(-25px) rotateZ(0deg);
  }
  67.667% {
    content: '🏐';
    transform: translateX(-25px) rotateZ(0deg);
  }
  83.333% {
    content: '🏐';
    transform: translateX(25px) rotateZ(720deg);
  }
  100% {
    content: '🏐';
    transform: translateX(-25px) rotateZ(0deg);
  }
}
.clr-picker {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  width: 200px;
  z-index: 1000;
  border-radius: 10px;
  background-color: #fff;
  justify-content: flex-end;
  direction: ltr;
  box-shadow: 0 0 5px rgba(0,0,0,.05), 0 5px 20px rgba(0,0,0,.1);
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.clr-picker.clr-open,
.clr-picker[data-inline="true"] {
  display: flex;
}

.clr-picker[data-inline="true"] {
  position: relative;
}

.clr-gradient {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  border-radius: 3px 3px 0 0;
  background-image: linear-gradient(rgba(0,0,0,0), #000), linear-gradient(90deg, #fff, currentColor);
  cursor: pointer;
}

.clr-marker {
  position: absolute;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: currentColor;
  cursor: pointer;
}

.clr-picker input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
}

.clr-picker input[type="range"]::-webkit-slider-thumb {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
}

.clr-picker input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8px;
  border: 0;
}

.clr-picker input[type="range"]::-moz-range-thumb {
  width: 8px;
  height: 8px;
  border: 0;
}

.clr-hue {
  background-image: linear-gradient(to right, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%);
}

.clr-hue,
.clr-alpha {
  position: relative;
  width: calc(100% - 40px);
  height: 8px;
  margin: 5px 20px;
  border-radius: 4px;
}

.clr-alpha span {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-image: linear-gradient(90deg, rgba(0,0,0,0), currentColor);
}

.clr-hue input,
.clr-alpha input {
  position: absolute;
  width: calc(100% + 16px);
  height: 16px;
  left: -8px;
  top: -4px;
  margin: 0;
  background-color: transparent;
  opacity: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.clr-hue div,
.clr-alpha div {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  margin-left: -8px;
  transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: currentColor;
  box-shadow: 0 0 1px #888;
  pointer-events: none;
}

.clr-alpha div:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: currentColor;
}

.clr-format {
  display: none;
  order: 1;
  width: calc(100% - 40px);
  margin: 0 20px 20px;
}

.clr-segmented {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 15px;
  box-sizing: border-box;
  color: #999;
  font-size: 12px;
}

.clr-segmented input,
.clr-segmented legend {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.clr-segmented label {
  flex-grow: 1;
  margin: 0;
  padding: 4px 0;
  font-size: inherit;
  font-weight: normal;
  line-height: initial;
  text-align: center;
  cursor: pointer;
}

.clr-segmented label:first-of-type {
  border-radius: 10px 0 0 10px;
}

.clr-segmented label:last-of-type {
  border-radius: 0 10px 10px 0;
}

.clr-segmented input:checked + label {
  color: #fff;
  background-color: #666;
}

.clr-swatches {
  order: 2;
  width: calc(100% - 32px);
  margin: 0 16px;
}

.clr-swatches div {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
  justify-content: center;
}

.clr-swatches button {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 4px 6px 4px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: inherit;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.clr-swatches button:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: currentColor;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}

input.clr-color {
  order: 1;
  width: calc(100% - 80px);
  height: 32px;
  margin: 15px 20px 20px auto;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 16px;
  color: #444;
  background-color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  text-align: center;
  box-shadow: none;
}

input.clr-color:focus {
  outline: none;
  border: 1px solid #1e90ff;
}

.clr-close,
.clr-clear {
  display: none;
  order: 2;
  height: 24px;
  margin: 0 20px 20px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background-color: #666;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.clr-close {
  display: block;
  margin: 0 20px 20px auto;
}

.clr-preview {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 15px 0 20px 20px;
  border-radius: 50%;
  overflow: hidden;
}

.clr-preview:before,
.clr-preview:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}

.clr-preview:after {
  border: 0;
  background-color: currentColor;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}

.clr-preview button {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  outline-offset: -2px;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
}

.clr-marker,
.clr-hue div,
.clr-alpha div,
.clr-color {
  box-sizing: border-box;
}

.clr-field {
  display: inline-block;
  position: relative;
  color: transparent;
}

.clr-field input {
  margin: 0;
  direction: ltr;
}

.clr-field.clr-rtl input {
  text-align: right;
}

.clr-field button {
  position: absolute;
  width: 30px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}

.clr-field.clr-rtl button {
  right: auto;
  left: 0;
}

.clr-field button:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: currentColor;
  box-shadow: inset 0 0 1px rgba(0,0,0,.5);
}

.clr-alpha,
.clr-alpha div,
.clr-swatches button,
.clr-preview:before,
.clr-field button {
  background-image: repeating-linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%, #aaa), repeating-linear-gradient(45deg, #aaa 25%, #fff 25%, #fff 75%, #aaa 75%, #aaa);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
}

.clr-marker:focus {
  outline: none;
}

.clr-keyboard-nav .clr-marker:focus,
.clr-keyboard-nav .clr-hue input:focus + div,
.clr-keyboard-nav .clr-alpha input:focus + div,
.clr-keyboard-nav .clr-segmented input:focus + label {
  outline: none;
  box-shadow: 0 0 0 2px #1e90ff, 0 0 2px 2px #fff;
}

.clr-picker[data-alpha="false"] .clr-alpha {
  display: none;
}

.clr-picker[data-minimal="true"] {
  padding-top: 16px;
}

.clr-picker[data-minimal="true"] .clr-gradient,
.clr-picker[data-minimal="true"] .clr-hue,
.clr-picker[data-minimal="true"] .clr-alpha,
.clr-picker[data-minimal="true"] .clr-color,
.clr-picker[data-minimal="true"] .clr-preview {
  display: none;
}

/** Dark theme **/

.clr-dark {
  background-color: #444;
}

.clr-dark .clr-segmented {
  border-color: #777;
}

.clr-dark .clr-swatches button:after {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
}

.clr-dark input.clr-color {
  color: #fff;
  border-color: #777;
  background-color: #555;
}

.clr-dark input.clr-color:focus {
  border-color: #1e90ff;
}

.clr-dark .clr-preview:after {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
}

.clr-dark .clr-alpha,
.clr-dark .clr-alpha div,
.clr-dark .clr-swatches button,
.clr-dark .clr-preview:before {
  background-image: repeating-linear-gradient(45deg, #666 25%, transparent 25%, transparent 75%, #888 75%, #888), repeating-linear-gradient(45deg, #888 25%, #444 25%, #444 75%, #888 75%, #888);
}

/** Polaroid theme **/

.clr-picker.clr-polaroid {
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0,0,0,.1), 0 5px 30px rgba(0,0,0,.2);
}

.clr-picker.clr-polaroid:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 10px;
  left: 20px;
  top: -10px;
  border: solid transparent;
  border-width: 0 8px 10px 8px;
  border-bottom-color: currentColor;
  box-sizing: border-box;
  color: #fff;
  filter: drop-shadow(0 -4px 3px rgba(0,0,0,.1));
  pointer-events: none;
}

.clr-picker.clr-polaroid.clr-dark:before {
  color: #444;
}

.clr-picker.clr-polaroid.clr-left:before {
  left: auto;
  right: 20px;
}

.clr-picker.clr-polaroid.clr-top:before {
  top: auto;
  bottom: -10px;
  transform: rotateZ(180deg);
}

.clr-polaroid .clr-gradient {
  width: calc(100% - 20px);
  height: 120px;
  margin: 10px;
  border-radius: 3px;
}

.clr-polaroid .clr-hue,
.clr-polaroid .clr-alpha {
  width: calc(100% - 30px);
  height: 10px;
  margin: 6px 15px;
  border-radius: 5px;
}

.clr-polaroid .clr-hue div,
.clr-polaroid .clr-alpha div {
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.clr-polaroid .clr-format {
  width: calc(100% - 20px);
  margin: 0 10px 15px;
}

.clr-polaroid .clr-swatches {
  width: calc(100% - 12px);
  margin: 0 6px;
}
.clr-polaroid .clr-swatches div {
  padding-bottom: 10px;
}

.clr-polaroid .clr-swatches button {
  width: 22px;
  height: 22px;
}

.clr-polaroid input.clr-color {
  width: calc(100% - 60px);
  margin: 10px 10px 15px auto;
}

.clr-polaroid .clr-clear {
  margin: 0 10px 15px 10px;
}

.clr-polaroid .clr-close {
  margin: 0 10px 15px auto;
}

.clr-polaroid .clr-preview {
  margin: 10px 0 15px 10px;
}

/** Large theme **/

.clr-picker.clr-large {
  width: 275px;
}

.clr-large .clr-gradient {
  height: 150px;
}

.clr-large .clr-swatches button {
  width: 22px;
  height: 22px;
}

/** Pill (horizontal) theme **/

.clr-picker.clr-pill {
  width: 380px;
  padding-left: 180px;
  box-sizing: border-box;
}

.clr-pill .clr-gradient {
  position: absolute;
  width: 180px;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0;
  border-radius: 3px 0 0 3px;
}

.clr-pill .clr-hue {
  margin-top: 20px;
}.modal-height {
  max-height: var(--window-height);
  /* max-height: 80vh; */
  /* max-height: 80dvh; */
}

.modal-height-fixed {
  min-height: calc(var(--window-height) - 148px);
  /* min-height: calc(80vh - 132px);
  min-height: calc(80dvh - 132px); */
}

.modal-content {
  max-height: calc(var(--window-height) - 148px);
  /* max-height: calc(80vh - 132px);
  max-height: calc(80dvh - 132px); */
}

@media (min-width: 1024px) {
  /* .modal-height {
    max-height: 75vh;
    max-height: 75dvh;
  } */

  /* .modal-content {
    max-height: calc(75vh - 132px);
    max-height: calc(75dvh - 132px);
  } */

  .modal-height-fixed {
    min-height: calc(75vh - 132px);
    min-height: calc(75dvh - 132px);
    /* Pin max-height to the same value so the content area is truly fixed on
       desktop. Without this, .modal-content's larger max-height let tall tabs
       (Profile/Subscription) grow while a short tab (Your Character) sat at the
       min — making the tabs different heights. */
    max-height: calc(75vh - 132px);
    max-height: calc(75dvh - 132px);
  }
}

.modal-body {
  display: flex;
  align-items: center;
  height: var(--window-height);
  /* height: 100vh;
  height: 100dvh; */
}


/* Blog / News page — warm-dusk editorial, matching Discover.
   Palette + page background come from ../warm-dusk.css. */
/* Shared "warm dusk" editorial palette + page background for Charluv's
   modern pages (Discover, Blog). Scoped to page roots so it never bleeds
   into the legacy theme. Keep the --dsc- prefix: it is the shared palette. */
.dsc-root,
.blg-root {
  /* warm plum dusk, never pure black */
  --dsc-bg: oklch(0.18 0.03 350);
  --dsc-bg-2: oklch(0.23 0.04 348);
  --dsc-surface: oklch(0.27 0.045 345);
  --dsc-cream: oklch(0.94 0.02 75);
  --dsc-muted: oklch(0.72 0.03 350);
  --dsc-line: oklch(0.4 0.05 345 / 0.5);
  /* Charluv logo green */
  --dsc-green: oklch(0.74 0.11 165);
  --dsc-green-deep: oklch(0.64 0.12 165);
  --dsc-wine: oklch(0.55 0.16 5);
  /* progression marker — plum, distinct from the green type/level badges */
  --dsc-plum: oklch(0.55 0.15 330);

  min-height: 100%;
  background: radial-gradient(120% 80% at 85% -10%, oklch(0.3 0.08 350 / 0.6), transparent 60%),
    radial-gradient(90% 60% at -10% 110%, oklch(0.28 0.06 165 / 0.35), transparent 55%),
    var(--dsc-bg);
  color: var(--dsc-cream);
  font-family: 'Lato', system-ui, sans-serif;
}
.blg-root {
  /* Match Discover (.dsc-root): full-bleed within the content area with the same
     padding, rather than a narrow 920px centered column. Inner prose keeps its
     own readable max-width (.blg-tag, .blg-body). */
  padding: clamp(1.25rem, 4vw, 3.5rem) clamp(1rem, 5vw, 4rem) 5rem;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}
/* hero */
.blg-head {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.blg-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0;
}
.blg-title em {
  font-style: italic;
  color: var(--dsc-green);
}
.blg-tag {
  color: var(--dsc-muted);
  max-width: 60ch;
  margin: 0;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  line-height: 1.55;
}
/* ad slot wrapper */
.blg-ad {
  display: flex;
  justify-content: center;
  width: 100%;
}
/* announcements feed */
.blg-feed {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.blg-post {
  background: linear-gradient(160deg, var(--dsc-surface), var(--dsc-bg-2));
  border: 1px solid var(--dsc-line);
  border-radius: 18px;
  padding: clamp(1.1rem, 3vw, 1.75rem);
}
.blg-post-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.blg-post-title {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: clamp(1.3rem, 2.6vw, 1.9rem);
  line-height: 1.1;
  margin: 0;
}
.blg-post-date {
  color: var(--dsc-muted);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.blg-post-body {
  color: var(--dsc-cream);
  line-height: 1.6;
}
.blg-post-body a {
  color: var(--dsc-green);
}
/* recent conversations */
.blg-recent {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.blg-recent-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-weight: 600;
  margin: 0;
}
.blg-recent-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
}
@media (min-width: 640px) {
  .blg-recent-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
/* static cards (Features, Getting Started) */
.blg-card {
  background: linear-gradient(160deg, var(--dsc-surface), var(--dsc-bg-2));
  border: 1px solid var(--dsc-line);
  border-radius: 18px;
  padding: clamp(1.1rem, 3vw, 1.75rem);
  line-height: 1.6;
}
.blg-card-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  font-weight: 600;
  margin: 0 0 0.75rem;
}
.blg-card p {
  margin: 0 0 0.6rem;
}
.blg-card p:last-child {
  margin-bottom: 0;
}
.blg-card .hl {
  color: var(--dsc-green);
  font-weight: 700;
}
.blg-link-inline {
  color: var(--dsc-green);
  text-decoration: underline;
}
/* link pills */
.blg-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.blg-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--dsc-line);
  background: transparent;
  color: var(--dsc-cream);
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease;
}
.blg-pill:hover {
  border-color: var(--dsc-green);
  color: var(--dsc-green);
}
/* footer band: app download + featured-on badges */
.blg-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--dsc-line);
}
.blg-foot-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .blg-pill {
    transition: none;
  }
}
.avatar-xs {

    width: 1.5rem;

    min-width: 1.25rem;

    overflow: hidden
}

@media (min-width: 1280px) {

    .avatar-xs {

        width: 1.5rem
    }
}

.avatar-sm {

    width: 2rem;

    min-width: 2rem;

    overflow: hidden
}

@media (min-width: 1280px) {

    .avatar-sm {

        width: 2rem;

        min-width: 2rem
    }
}

.avatar-md {

    width: 2rem;

    min-width: 2rem;

    overflow: hidden
}

@media (min-width: 1280px) {

    .avatar-md {

        width: 2.5rem;

        min-width: 2.5rem
    }
}

.avatar-lg {

    width: 2rem;

    min-width: 2rem;

    overflow: hidden
}

@media (min-width: 1280px) {

    .avatar-lg {

        width: 3rem;

        min-width: 3rem
    }
}

.avatar-xl {

    width: 2.5rem;

    min-width: 2.5rem;

    overflow: hidden
}

@media (min-width: 1280px) {

    .avatar-xl {

        width: 4rem;

        min-width: 4rem
    }
}

.avatar-2xl {

    width: 3rem;

    min-width: 3rem;

    overflow: hidden
}

@media (min-width: 1280px) {

    .avatar-2xl {

        width: 5rem;

        min-width: 5rem
    }
}

.avatar-3xl {

    width: 3.5rem;

    min-width: 3.5rem;

    overflow: hidden
}

@media (min-width: 1280px) {

    .avatar-3xl {

        width: 6rem;

        min-width: 6rem
    }
}

.avatar-max3xl {

    width: 3.5rem;

    max-width: 3.5rem;

    overflow: hidden
}

@media (min-width: 1280px) {

    .avatar-max3xl {

        width: 6rem;

        max-width: 6rem
    }
}

.avatar-xs.avatar-circle {

    height: 1.5rem;

    min-height: 1.25rem
}

@media (min-width: 1280px) {

    .avatar-xs.avatar-circle {

        height: 1.5rem
    }
}

.avatar-sm.avatar-circle {

    height: 2rem;

    min-height: 2rem
}

@media (min-width: 1280px) {

    .avatar-sm.avatar-circle {

        height: 2rem
    }
}

.avatar-md.avatar-circle {

    height: 2rem;

    min-height: 2rem
}

@media (min-width: 1280px) {

    .avatar-md.avatar-circle {

        height: 2.5rem;

        min-height: 2.5rem
    }
}

.avatar-lg.avatar-circle {

    height: 2rem;

    min-height: 2rem
}

@media (min-width: 1280px) {

    .avatar-lg.avatar-circle {

        height: 3rem;

        min-height: 3rem
    }
}

.avatar-xl.avatar-circle {

    height: 2.5rem;

    min-height: 2.5rem
}

@media (min-width: 1280px) {

    .avatar-xl.avatar-circle {

        height: 4rem;

        min-height: 4rem
    }
}

.avatar-2xl.avatar-circle {

    height: 3rem;

    min-height: 3rem
}

@media (min-width: 1280px) {

    .avatar-2xl.avatar-circle {

        height: 5rem;

        min-height: 5rem
    }
}

.avatar-3xl.avatar-circle {

    height: 3.5rem;

    min-height: 3.5rem
}

@media (min-width: 1280px) {

    .avatar-3xl.avatar-circle {

        height: 6rem;

        min-height: 6rem
    }
}

.avatar-max3xl.avatar-circle {

    height: 3.5rem;

    min-height: 3.5rem
}

@media (min-width: 1280px) {

    .avatar-max3xl.avatar-circle {

        height: 6rem;

        min-height: 6rem
    }
}
.chat-detail {
  display: grid;
  height: calc(100vh);
  height: calc(100dvh);
  max-height: 100vh;
  max-height: 100dvh;
  width: 100%;
  grid-template-rows: 1fr auto;
  gap: 0.25rem;
}@media (min-width: 1280px) {.chat-detail {
    gap: 0.5rem;
  }
}

.avatar-chat-detail {
  display: grid;
  height: calc(100vh);
  height: calc(100dvh);
  max-height: 100vh;
  max-height: 100dvh;
  width: 100%;
  grid-template-rows: 1fr auto;
  gap: 0.25rem;
}

@media (min-width: 1280px) {.avatar-chat-detail {
    gap: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .chat-detail {
    height: 100vh;
    height: 100dvh;
    grid-template-rows: auto 1fr auto;
  }

  .avatar-chat-detail {
    height: 100vh;
    height: 100dvh;
    grid-template-rows: auto 1fr auto;
  }
}

.chat {
  display: grid;

  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas:
    'header'
    'messages'
    'input';
  height: 100%;
}

@media (min-width: 1280px) {.chat {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.chat {
  overflow: hidden;
}

.chat__header {
  grid-area: header;
  display: flex;
  height: 2rem;
  align-items: center;
  justify-content: space-between;
}

.chat__messages {
  grid-area: messages;
  display: flex;
  flex-direction: column-reverse;
  height: calc(100% - 90px);
}

.chat__input {
  grid-area: input;
}

@supports (-webkit-touch-callout: none) {
  /* .chat {
    @apply h-[calc(100%-58px)] sm:h-full;
  } */
  /* CSS specific to iOS devices */
}

.swipe {
  display: grid;

  grid-template-columns: 1fr 2fr 1fr;

  height: 1.5rem;

  min-height: 1.5rem;

  width: 100%;

  align-items: center;

  gap: 0.5rem;

  color: var(--text-800);
}

.swipe__content {
  display: flex;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.rendered-markdown {
  color: var(--text-800);
  color: var(--text-chatcolor);
}

em {
  color: var(--text-600);
  color: var(--text-emphasis-color);
}

.rendered-markdown q {
  color: var(--text-800);
  color: var(--text-quote-color);
}

.rendered-markdown img {
  display: inline-block; /* markdown images are expected to be inline-block */
}

.rendered-markdown q::before,
.rendered-markdown q::after {
  content: '';
  border: none; /* necessary for th escreenshot feature or we see weird white borders */
}

.rendered-markdown p:not(:last-child) {
  margin-bottom: 0.4em; /* ensure <p> els are visually separated by empty line */
}

.rendered-markdown pre {
  margin-top: 0.5rem;
  overflow-x: scroll;
  border-radius: 0.375rem;
  background-color: var(--bg-600);
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text-900);
}

.rendered-markdown pre::-webkit-scrollbar-thumb {
  background-color: var(--bg-500);
}

.rendered-markdown pre::-webkit-scrollbar-thumb:hover {
  background-color: var(--bg-300);
}

.rendered-markdown pre::-webkit-scrollbar-track {
  background-color: var(--bg-800);
}

.rendered-markdown pre code {
  background-color: unset;
  border-radius: unset;
  padding: unset;
  white-space: pre-wrap;
}

.rendered-markdown ul {
  display: flex;
  flex-direction: column;
  padding-left: 1.25rem;
  list-style-type: disc;
}

.rendered-markdown ol {
  display: flex;
  flex-direction: column;
  list-style-position: inside;
  counter-reset: item;
}

.rendered-markdown ol li {
  counter-increment: item;
}

.rendered-markdown ol li::before {
  content: counters(item, '.') '. ';
  margin-right: 0.5rem;
}

.rendered-markdown > ul > li > ul {
  padding-left: 1.25rem;
  list-style-type: circle;
  list-style-position: inside;
}

/* This small manual adjustment is unfortunately necessary for harmony */
.message-date {
  position: relative;
  top: -1px;
}

/* hacky bit to prevent code blocks from causing x overflow */
.msg-with-xs-avatar {
  /* 1rem = the avatars' right padding; added by class pr-4 */
  max-width: calc(100% - 16px - 1.5rem);
}
.msg-with-sm-avatar,
.msg-with-md-avatar,
.msg-with-lg-avatar {
  max-width: calc(100% - 16px - 2rem);
}
.msg-with-xl-avatar {
  max-width: calc(100% - 16px - 2.5rem);
}
.msg-with-2xl-avatar {
  max-width: calc(100% - 16px - 3rem);
}
.msg-with-3xl-avatar {
  max-width: calc(100% - 16px - 4rem);
}

@media (min-width: 1280px) {
  .msg-with-md-avatar {
    max-width: calc(100% - 16px - 2.5rem);
  }
  .msg-with-lg-avatar {
    max-width: calc(100% - 16px - 3rem);
  }
  .msg-with-xl-avatar {
    max-width: calc(100% - 16px - 4rem);
  }
  .msg-with-2xl-avatar {
    max-width: calc(100% - 16px - 5rem);
  }
  .msg-with-3xl-avatar {
    max-width: calc(100% - 16px - 6rem);
  }
}

.first-in-ctx-window::before {
  content: '';
  border-top: 2px dotted var(--bg-600);
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0;
}
.convertible-pane {
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas: "header" "title" "content" "footer";
}.toggle {
  cursor: pointer;
  display: inline-block;
}

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

.toggle-switch {
  display: inline-block;
  background: var(--bg-500);
  border-radius: 16px;
  width: 52px;
  height: 26px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}

.toggle-switch:disabled {
  background: var(--bg-300);
}

.toggle-switch:before,
.toggle-switch:after {
  content: '';
}

.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}

.toggle-switch.toggle-disabled:before {
  background: linear-gradient(to bottom, #bbb 0%, #bbb 100%);
}

.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #eee 0%, #eee 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle:hover .toggle-switch.toggle-disabled:before {
  background: linear-gradient(to bottom, #bbb 0%, #bbb 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle-checkbox:checked + .toggle-switch {
  background: var(--green-700);
}

.toggle-checkbox:checked:disabled + .toggle-switch {
  background: var(--green-900);
}

.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.mode {
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  display: grid;
  grid-template-areas: "header pane" "content pane" "footer pane";
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr auto;
}

.mode .pane {
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-y: auto;
}

@media (min-width: 1024px) {
  .mode {
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
  }
  .mode .pane {
    height: 100vh;
    height: 100dvh;
  }
}