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

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

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root, .light {
  color-scheme: light;
  --frontile-background: 0 0% 100%;
  --frontile-foreground-50: 0 0% 98%;
  --frontile-foreground-100: 240 7% 97%;
  --frontile-foreground-200: 0 0% 88%;
  --frontile-foreground-300: 0 0% 76%;
  --frontile-foreground-400: 0 0% 64%;
  --frontile-foreground-500: 0 0% 51%;
  --frontile-foreground-600: 0 0% 43%;
  --frontile-foreground-700: 0 0% 35%;
  --frontile-foreground-800: 0 0% 26%;
  --frontile-foreground-900: 0 0% 17%;
  --frontile-foreground-950: 0 0% 10%;
  --frontile-foreground: 0 0% 26%;
  --frontile-divider: 0 0% 7%;
  --frontile-focus: 231 91% 63%;
  --frontile-overlay: 0 0% 0%;
  --frontile-content1: 0 0% 100%;
  --frontile-content1-foreground: 0 0% 26%;
  --frontile-content2: 240 7% 97%;
  --frontile-content2-foreground: 0 0% 26%;
  --frontile-content3: 0 0% 88%;
  --frontile-content3-foreground: 0 0% 26%;
  --frontile-content4: 0 0% 76%;
  --frontile-content4-foreground: 0 0% 26%;
  --frontile-default-50: 0 0% 98%;
  --frontile-default-100: 240 7% 97%;
  --frontile-default-200: 0 0% 88%;
  --frontile-default-300: 0 0% 76%;
  --frontile-default-400: 0 0% 64%;
  --frontile-default-500: 0 0% 51%;
  --frontile-default-600: 0 0% 43%;
  --frontile-default-700: 0 0% 35%;
  --frontile-default-800: 0 0% 26%;
  --frontile-default-900: 0 0% 17%;
  --frontile-default-950: 0 0% 10%;
  --frontile-default-foreground: 0 0% 0%;
  --frontile-default: 0 0% 76%;
  --frontile-primary-50: 233 92% 95%;
  --frontile-primary-100: 232 91% 91%;
  --frontile-primary-200: 232 92% 85%;
  --frontile-primary-300: 231 92% 77%;
  --frontile-primary-400: 231 91% 70%;
  --frontile-primary-500: 231 91% 63%;
  --frontile-primary-600: 231 70% 53%;
  --frontile-primary-700: 231 54% 42%;
  --frontile-primary-800: 230 50% 34%;
  --frontile-primary-900: 230 47% 21%;
  --frontile-primary-950: 229 45% 15%;
  --frontile-primary-foreground: 0 0% 100%;
  --frontile-primary: 231 91% 63%;
  --frontile-success-50: 148 42% 94%;
  --frontile-success-100: 146 35% 87%;
  --frontile-success-200: 146 35% 79%;
  --frontile-success-300: 146 36% 66%;
  --frontile-success-400: 146 38% 57%;
  --frontile-success-500: 146 41% 45%;
  --frontile-success-600: 146 45% 31%;
  --frontile-success-700: 155 56% 24%;
  --frontile-success-800: 164 70% 18%;
  --frontile-success-900: 164 67% 13%;
  --frontile-success-950: 164 74% 9%;
  --frontile-success-foreground: 0 0% 100%;
  --frontile-success: 146 45% 31%;
  --frontile-warning-50: 55 92% 95%;
  --frontile-warning-100: 56 100% 88%;
  --frontile-warning-200: 55 100% 76%;
  --frontile-warning-300: 52 100% 63%;
  --frontile-warning-400: 49 100% 57%;
  --frontile-warning-500: 47 98% 47%;
  --frontile-warning-600: 42 100% 40%;
  --frontile-warning-700: 37 95% 33%;
  --frontile-warning-800: 33 85% 29%;
  --frontile-warning-900: 30 76% 26%;
  --frontile-warning-950: 27 86% 14%;
  --frontile-warning-foreground: 0 0% 100%;
  --frontile-warning: 37 95% 33%;
  --frontile-danger-50: 7 69% 95%;
  --frontile-danger-100: 5 68% 90%;
  --frontile-danger-200: 5 70% 83%;
  --frontile-danger-300: 5 69% 76%;
  --frontile-danger-400: 5 69% 66%;
  --frontile-danger-500: 5 69% 61%;
  --frontile-danger-600: 5 53% 49%;
  --frontile-danger-700: 5 61% 42%;
  --frontile-danger-800: 6 63% 34%;
  --frontile-danger-900: 6 62% 25%;
  --frontile-danger-950: 5 62% 15%;
  --frontile-danger-foreground: 0 0% 100%;
  --frontile-danger: 5 53% 49%;
  --frontile-disabled-opacity: .5;
  --frontile-hover-opacity: .8;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.notification-transition--slide-from-top-left-enter-to {
  transform: translate3d(0,0,0);
}

.notification-transition--slide-from-top-left-leave {
  transform: translate3d(0,0,0);
}

.notification-transition--slide-from-top-left-leave-to {
  transform: scale(0.80);
  opacity: 0;
}

.notification-transition--slide-from-top-center-enter {
  transform: translate3d(0, -125%, 0);
}

.notification-transition--slide-from-top-center-enter-to {
  transform: translate3d(0,0,0);
}

.notification-transition--slide-from-top-center-leave {
  transform: translate3d(0,0,0);
}

.notification-transition--slide-from-top-center-leave-to {
  transform: scale(0.80);
  opacity: 0;
}

.notification-transition--slide-from-top-right-enter {
  transform: translate3d(125%, 0, 0);
}

.notification-transition--slide-from-top-right-enter-to {
  transform: translate3d(0,0,0);
}

.notification-transition--slide-from-top-right-leave {
  transform: translate3d(0,0,0);
}

.notification-transition--slide-from-top-right-leave-to {
  transform: scale(0.80);
  opacity: 0;
}

.notification-transition--slide-from-bottom-left-enter {
  transform: translate3d(-125%, 0, 0);
}

.notification-transition--slide-from-bottom-left-enter-to {
  transform: translate3d(0,0,0);
}

.notification-transition--slide-from-bottom-left-leave {
  transform: translate3d(0,0,0);
}

.notification-transition--slide-from-bottom-left-leave-to {
  transform: scale(0.80);
  opacity: 0;
}

.notification-transition--slide-from-bottom-center-enter {
  transform: translate3d(0, 125%, 0);
}

.notification-transition--slide-from-bottom-center-enter-to {
  transform: translate3d(0,0,0);
}

.notification-transition--slide-from-bottom-center-leave {
  transform: translate3d(0,0,0);
}

.notification-transition--slide-from-bottom-center-leave-to {
  transform: scale(0.80);
  opacity: 0;
}

.notification-transition--slide-from-bottom-right-enter {
  transform: translate3d(125%, 0, 0);
}

.notification-transition--slide-from-bottom-right-enter-to {
  transform: translate3d(0,0,0);
}

.notification-transition--slide-from-bottom-right-leave {
  transform: translate3d(0,0,0);
}

.notification-transition--slide-from-bottom-right-leave-to {
  transform: scale(0.80);
  opacity: 0;
}

.overlay-transition--fade-enter {
  opacity: 0;
}

.overlay-transition--fade-enter-to {
  opacity: 1;
}

.overlay-transition--fade-leave {
  opacity: 1;
}

.overlay-transition--fade-leave-to {
  opacity: 0;
}

.overlay-transition--fade-enter-active {
  transition: opacity 0.2s linear;
}

.overlay-transition--fade-leave-active {
  transition: opacity 0.2s linear;
}

.overlay-transition--zoom-enter {
  opacity: 0;
  transform: scale(0.8);
}

.overlay-transition--zoom-enter-to {
  opacity: 1;
  transform: scale(1);
}

.overlay-transition--zoom-leave {
  opacity: 1;
  transform: scale(1);
}

.overlay-transition--zoom-leave-to {
  opacity: 0;
  transform: scale(0.8);
}

.overlay-transition--zoom-enter-active {
  transition: all 0.2s ease-in-out;
}

.overlay-transition--zoom-leave-active {
  transition: all 0.2s ease-in-out;
}

.overlay-transition--slide-from-left-enter {
  transform: translateX(-100%);
}

.overlay-transition--slide-from-left-enter-to {
  transform: translateX(0%);
}

.overlay-transition--slide-from-left-leave {
  transform: translateX(0%);
}

.overlay-transition--slide-from-left-leave-to {
  transform: translateX(-100%);
}

.overlay-transition--slide-from-left-enter-active {
  transition: transform 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.overlay-transition--slide-from-left-leave-active {
  transition: transform 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.overlay-transition--slide-from-right-enter {
  transform: translateX(100%);
}

.overlay-transition--slide-from-right-enter-to {
  transform: translateX(0%);
}

.overlay-transition--slide-from-right-leave {
  transform: translateX(0%);
}

.overlay-transition--slide-from-right-leave-to {
  transform: translateX(100%);
}

.overlay-transition--slide-from-right-enter-active {
  transition: transform 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.overlay-transition--slide-from-right-leave-active {
  transition: transform 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.overlay-transition--slide-from-top-enter {
  transform: translateY(-100%);
}

.overlay-transition--slide-from-top-enter-to {
  transform: translateY(0%);
}

.overlay-transition--slide-from-top-leave {
  transform: translateY(0%);
}

.overlay-transition--slide-from-top-leave-to {
  transform: translateY(-100%);
}

.overlay-transition--slide-from-top-enter-active {
  transition: transform 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.overlay-transition--slide-from-top-leave-active {
  transition: transform 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.overlay-transition--slide-from-bottom-enter {
  transform: translateY(100%);
}

.overlay-transition--slide-from-bottom-enter-to {
  transform: translateY(0%);
}

.overlay-transition--slide-from-bottom-leave {
  transform: translateY(0%);
}

.overlay-transition--slide-from-bottom-leave-to {
  transform: translateY(100%);
}

.overlay-transition--slide-from-bottom-enter-active {
  transition: transform 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.overlay-transition--slide-from-bottom-leave-active {
  transition: transform 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.overlay-transition--scale-enter {
  opacity: 0;
  transform: scale(0.95);
}

.overlay-transition--scale-enter-to {
  opacity: 1;
  transform: translate(scaleX(1) scaleY(1));
}

.overlay-transition--scale-leave {
  opacity: 1;
  transform: translate(scaleX(1) scaleY(1));
}

.overlay-transition--scale-leave-to {
  opacity: 0;
  transform: scale(0.95);
}

.overlay-transition--scale-enter-active {
  transition-property: transform, opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.overlay-transition--scale-leave-active {
  transition-property: transform, opacity;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.drawer--vertical-xs {
  max-height: 20rem;
  @media(max-height: calc(20rem + 2rem)) {
    max-height: calc(100vh - 2rem);
  }
}

.drawer--horizontal-xs {
  max-width: 20rem;
  @media(max-width: calc(20rem + 2rem)) {
    max-width: calc(100vw - 2rem);
  }
}

.drawer--vertical-sm {
  max-height: 24rem;
  @media(max-height: calc(24rem + 2rem)) {
    max-height: calc(100vh - 2rem);
  }
}

.drawer--horizontal-sm {
  max-width: 24rem;
  @media(max-width: calc(24rem + 2rem)) {
    max-width: calc(100vw - 2rem);
  }
}

.drawer--vertical-md {
  max-height: 28rem;
  @media(max-height: calc(28rem + 2rem)) {
    max-height: calc(100vh - 2rem);
  }
}

.drawer--horizontal-md {
  max-width: 28rem;
  @media(max-width: calc(28rem + 2rem)) {
    max-width: calc(100vw - 2rem);
  }
}

.drawer--vertical-lg {
  max-height: 32rem;
  @media(max-height: calc(32rem + 2rem)) {
    max-height: calc(100vh - 2rem);
  }
}

.drawer--horizontal-lg {
  max-width: 32rem;
  @media(max-width: calc(32rem + 2rem)) {
    max-width: calc(100vw - 2rem);
  }
}

.drawer--vertical-xl {
  max-height: 36rem;
  @media(max-height: calc(36rem + 2rem)) {
    max-height: calc(100vh - 2rem);
  }
}

.drawer--horizontal-xl {
  max-width: 36rem;
  @media(max-width: calc(36rem + 2rem)) {
    max-width: calc(100vw - 2rem);
  }
}

.drawer--vertical-full {
  max-height: 100%;
}

.drawer--horizontal-full {
  max-width: 100%;
}

.modal--xs {
  max-width: 20rem;
  @media(max-width: 20rem) {
    max-width: calc(100vw - 2rem);
  }
}

.modal--sm {
  max-width: 24rem;
  @media(max-width: 24rem) {
    max-width: calc(100vw - 2rem);
  }
}

.modal--md {
  max-width: 28rem;
  @media(max-width: 28rem) {
    max-width: calc(100vw - 2rem);
  }
}

.modal--lg {
  max-width: 32rem;
  @media(max-width: 32rem) {
    max-width: calc(100vw - 2rem);
  }
}

.modal--xl {
  max-width: 36rem;
  @media(max-width: 36rem) {
    max-width: calc(100vw - 2rem);
  }
}

.modal--full {
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0;
}

.checked-bg-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.125 7.666a1.304 1.304 0 00-.882-.328 1.3 1.3 0 00-.876.343c-.232.216-.364.51-.367.816-.003.307.124.602.352.822l2.508 2.339c.235.219.554.342.886.342.333 0 .651-.123.887-.342l5.015-4.677c.228-.22.355-.516.352-.822a1.132 1.132 0 00-.367-.817A1.301 1.301 0 0011.757 5a1.304 1.304 0 00-.882.328l-4.129 3.85-1.621-1.512z'/%3e%3c/svg%3e");
}

.indeterminate-bg-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 7.5C3 7.22386 3.22386 7 3.5 7H12.5C12.7761 7 13 7.22386 13 7.5V8.5C13 8.77614 12.7761 9 12.5 9H3.5C3.22386 9 3 8.77614 3 8.5V7.5Z' fill='white'/%3e%3c/svg%3e");
}

.checked-bg-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='6' stroke='white' stroke-width='3' fill='none' /%3e%3c/svg%3e");
}

.ember-power-select-trigger, .ember-power-select-dropdown, .ember-power-select-search-input {
  --tw-bg-opacity: 1;
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  --tw-placeholder-opacity: 1;
}

.dark .ember-power-select-search-input, .dark .ember-power-select-trigger {
  background-color: hsl(var(--frontile-default-100) / var(--frontile-default-100-opacity, var(--tw-bg-opacity)));
}

.dark .ember-power-select-dropdown {
  background-color: hsl(var(--frontile-default-200) / var(--frontile-default-200-opacity, var(--tw-bg-opacity)));
}

.ember-power-select-trigger {
  position: relative;
  border-color: hsl(var(--frontile-default-400) / var(--frontile-default-400-opacity, var(--tw-border-opacity)));
  border-width: 1px;
  border-radius: 0.25rem;
  width: 100%;
  background-color: white;
  font-size: 1rem;
  color: hsl(var(--frontile-default-900) / var(--frontile-default-900-opacity, var(--tw-bg-opacity)));
  line-height: 1.25;
  padding: 0.75rem;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: calc((1rem * 1.375) + 1.5rem);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ember-power-select-trigger:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.45);
  border-color: hsl(var(--frontile-primary-400) / var(--frontile-primary-400-opacity, var(--tw-border-opacity)));
}

.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger[aria-expanded="true"] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-trigger[aria-disabled=true] {
  border-color: hsl(var(--frontile-default-200) / var(--frontile-default-200-opacity, var(--tw-border-opacity)));
  color: hsl(var(--frontile-default-500) / var(--frontile-default-500-opacity, var(--tw-text-opacity)));
  cursor: default;
}

.ember-power-select-trigger[aria-invalid=true] {
  border-color: hsl(var(--frontile-danger-400) / var(--frontile-danger-400-opacity, var(--tw-border-opacity)));
}

.ember-power-select-trigger[aria-invalid=true]:focus {
  box-shadow: 0 0 0 3px rgba(229,62,62, 0.3);
}

.ember-power-select-trigger--active {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.45);
  border-color: hsl(var(--frontile-primary-400) / var(--frontile-primary-400-opacity, var(--tw-border-opacity)));
}

.ember-power-select-placeholder {
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: hsl(var(--frontile-default-400) / var(--frontile-default-400-opacity, var(--tw-placeholder-opacity)));
  line-height: 1.25;
}

.ember-power-select-status-icon {
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' color='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='none' stroke='currentColor' stroke-linecap='round' d='M4 6.5l3.6 3.6c.2.2.5.2.7 0L12 6.5' /%3e%3c/svg%3e");
          mask: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' color='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='none' stroke='currentColor' stroke-linecap='round' d='M4 6.5l3.6 3.6c.2.2.5.2.7 0L12 6.5' /%3e%3c/svg%3e");
  position: absolute;
  display: inline-block;
  height: 1em;
  width: 1em;
  right: 0.75rem;
  top: 0;
  bottom: 0;
  margin: auto;
  min-height: 1rem;
  transition: background-image .25s ease-in-out,transform .25s ease-in-out;
}

.ember-power-select-dropdown {
  color: hsl(var(--frontile-default-900) / var(--frontile-default-900-opacity, var(--tw-bg-opacity)));
  background-color: white;
  border-color: hsl(var(--frontile-default-400) / var(--frontile-default-400-opacity, var(--tw-border-opacity)));
  border-width: 1px;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  transform: translateY(calc(-1 * 0.25rem));
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  transform: translateY(0.25rem);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.ember-power-select-options {
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ember-power-select-options[role="listbox"] {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 12rem;
}

.ember-power-select-option {
  cursor: pointer;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.ember-power-select-option[aria-disabled="true"] {
  color: hsl(var(--frontile-default-500) / var(--frontile-default-500-opacity, var(--tw-text-opacity)));
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected="true"] {
  background-color: rgb(229 231 235);
}

.ember-power-select-option[aria-current="true"] {
  background-color: rgb(59 130 246);
  color: rgb(255 255 255);
}

.ember-power-select-clear-btn {
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='currentColor' d='M5 5L8 8M11 11L8 8M8 8L5 11L11 5'/%3e%3c/svg%3e");
          mask: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='currentColor' d='M5 5L8 8M11 11L8 8M8 8L5 11L11 5'/%3e%3c/svg%3e");
  display: inline-block;
  position: absolute;
  cursor: pointer;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -9999rem;
  height: 1em;
  width: 1em;
}

.ember-power-select-search {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.ember-power-select-search-input {
  border-color: hsl(var(--frontile-default-400) / var(--frontile-default-400-opacity, var(--tw-border-opacity)));
  border-width: 1px;
  border-radius: 0.25rem;
  width: 100%;
  background-color: white;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0.75rem;
}

.ember-power-select-search-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.45);
  border-color: hsl(var(--frontile-primary-400) / var(--frontile-primary-400-opacity, var(--tw-border-opacity)));
}

.ember-power-select-search-input--active {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.45);
  border-color: hsl(var(--frontile-primary-400) / var(--frontile-primary-400-opacity, var(--tw-border-opacity)));
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 2rem;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 3rem;
}

.ember-power-select-group .ember-power-select-option {
  padding-left: 2rem;
}

.ember-power-select-group .ember-power-select-group-name {
  padding-left: 0.75rem;
}

.ember-power-select-group[aria-disabled=true] {
  border-color: hsl(var(--frontile-default-200) / var(--frontile-default-200-opacity, var(--tw-border-opacity)));
  color: hsl(var(--frontile-default-500) / var(--frontile-default-500-opacity, var(--tw-text-opacity)));
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option {
  cursor: not-allowed;
}

.ember-power-select-group-name {
  font-weight: 700;
}

.ember-power-select-trigger-multiple-input {
  background-color: transparent;
  display: inline-flex;
  margin-top: 0.15rem;
  align-self: baseline;
}

.ember-power-select-trigger-multiple-input:focus {
  outline: none;
}

.ember-power-select-trigger-multiple-input--active {
  outline: none;
}

.ember-power-select-multiple-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 1.5rem;
  margin-top: -0.15rem;
  margin-bottom: -0.40rem;
}

.ember-power-select-multiple-option {
  display: flex;
  align-items: center;
  background-color: rgb(75 85 99);
  color: rgb(255 255 255);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25;
  padding-top: 0.25rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.ember-power-select-multiple-option:first-child {
  margin-left: 0;
}

.ember-power-select-multiple-option:last-child {
  margin-right: 0;
}

.ember-power-select-multiple-remove-btn {
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3csvg fill='currentColor' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.41 8l2.29-2.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L8 6.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42L6.59 8 4.3 10.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L8 9.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L9.41 8z' /%3e%3c/svg%3e");
          mask: url("data:image/svg+xml,%3csvg fill='currentColor' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.41 8l2.29-2.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L8 6.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42L6.59 8 4.3 10.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L8 9.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L9.41 8z' /%3e%3c/svg%3e");
  line-height: 1.25;
  display: inline-block;
  cursor: pointer;
  text-indent: -9999rem;
  margin-top: 0.15em;
  transition: opacity .20s ease-in-out;
  height: 1em;
  width: 1em;
}

.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-trigger-sm {
  font-size: 0.875rem;
  padding: 0.5rem;
  min-height: calc((0.875rem * 1.375) + 1rem);
}

.ember-power-select-trigger-sm .ember-power-select-multiple-options {
  margin-top: -0.05rem;
}

.ember-power-select-trigger-sm .ember-power-select-multiple-option {
  font-size: 0.75rem;
  padding-top: 0.15rem;
  padding-right: 0.25rem;
  padding-bottom: 0.15rem;
  padding-left: 0.15rem;
}

.ember-power-select-trigger-lg {
  padding: 1rem;
  min-height: calc((1rem * 1.375) + 2rem);
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.end-1\.5 {
  inset-inline-end: 0.375rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-2\/4 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.start-1\.5 {
  inset-inline-start: 0.375rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.isolate {
  isolation: isolate;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.box-border {
  box-sizing: border-box;
}

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

.hidden {
  display: none;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-\[1em\] {
  width: 1em;
  height: 1em;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-1\/2 {
  height: 50%;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-1\/4 {
  height: 25%;
}

.h-1\/5 {
  height: 20%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-2\/4 {
  height: 50%;
}

.h-2\/5 {
  height: 40%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-3\/4 {
  height: 75%;
}

.h-3\/5 {
  height: 60%;
}

.h-3\/6 {
  height: 50%;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-4\/5 {
  height: 80%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-\[1em\] {
  height: 1em;
}

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-lvh {
  height: 100lvh;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.h-svh {
  height: 100svh;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-full {
  max-height: 100%;
}

.min-h-16 {
  min-height: 4rem;
}

.min-h-24 {
  min-height: 6rem;
}

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-1\/12 {
  width: 8.333333%;
}

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

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

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11 {
  width: 2.75rem;
}

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

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-2\/3 {
  width: 66.666667%;
}

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

.w-2\/5 {
  width: 40%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3\/12 {
  width: 25%;
}

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

.w-3\/5 {
  width: 60%;
}

.w-3\/6 {
  width: 50%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-4\/5 {
  width: 80%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-6\/12 {
  width: 50%;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-9\/12 {
  width: 75%;
}

.w-96 {
  width: 24rem;
}

.w-\[1em\] {
  width: 1em;
}

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

.w-auto {
  width: auto;
}

.w-dvw {
  width: 100dvw;
}

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

.w-full {
  width: 100%;
}

.w-lvw {
  width: 100lvw;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.w-svw {
  width: 100svw;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[1_100\%\] {
  flex: 1 100%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.basis-full {
  flex-basis: 100%;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.caption-bottom {
  caption-side: bottom;
}

.origin-left {
  transform-origin: left;
}

.origin-right {
  transform-origin: right;
}

.-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-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-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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 loading {
  from {
    transform: translateX(-100%) scaleX(0);
  }

  to {
    transform: translateX(200%) scaleX(3);
  }
}

.animate-loading {
  animation: loading 1.5s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-none {
  touch-action: none;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.scroll-py-6 {
  scroll-padding-top: 1.5rem;
  scroll-padding-bottom: 1.5rem;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

.items-start {
  align-items: flex-start;
}

.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\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-default-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: hsl(var(--frontile-default-100) / var(--tw-divide-opacity, 1));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-y-auto {
  overflow-y: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[20\%\] {
  border-radius: 20%;
}

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

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

.rounded-none {
  border-radius: 0px;
}

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

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-danger {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-danger) / var(--tw-border-opacity, 1));
}

.border-default-200 {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-default-200) / var(--tw-border-opacity, 1));
}

.border-default-300 {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-default-300) / var(--tw-border-opacity, 1));
}

.border-default-400 {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-default-400) / var(--tw-border-opacity, 1));
}

.border-default-700 {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-default-700) / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-primary) / var(--tw-border-opacity, 1));
}

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

.border-success {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-success) / var(--tw-border-opacity, 1));
}

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

.border-warning {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-warning) / var(--tw-border-opacity, 1));
}

.bg-background {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-background) / var(--tw-bg-opacity, 1));
}

.bg-content1 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-content1) / var(--tw-bg-opacity, 1));
}

.bg-content2 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-content2) / var(--tw-bg-opacity, 1));
}

.bg-content3 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-content3) / var(--tw-bg-opacity, 1));
}

.bg-danger {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-danger) / var(--tw-bg-opacity, 1));
}

.bg-danger-300\/20 {
  background-color: hsl(var(--frontile-danger-300) / 0.2);
}

.bg-danger-500 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-danger-500) / var(--tw-bg-opacity, 1));
}

.bg-default-100 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-100) / var(--tw-bg-opacity, 1));
}

.bg-default-200 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-200) / var(--tw-bg-opacity, 1));
}

.bg-default-300 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-300) / var(--tw-bg-opacity, 1));
}

.bg-default-400 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-400) / var(--tw-bg-opacity, 1));
}

.bg-default-400\/20 {
  background-color: hsl(var(--frontile-default-400) / 0.2);
}

.bg-default-800 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-800) / var(--tw-bg-opacity, 1));
}

.bg-default-900 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-900) / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

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

.bg-overlay\/\[\.45\] {
  background-color: hsl(var(--frontile-overlay) / .45);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-primary) / var(--tw-bg-opacity, 1));
}

.bg-primary-300\/20 {
  background-color: hsl(var(--frontile-primary-300) / 0.2);
}

.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-primary-500) / var(--tw-bg-opacity, 1));
}

.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-primary-700) / var(--tw-bg-opacity, 1));
}

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

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

.bg-success {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-success) / var(--tw-bg-opacity, 1));
}

.bg-success-300\/20 {
  background-color: hsl(var(--frontile-success-300) / 0.2);
}

.bg-success-500 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-success-500) / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-warning {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-warning) / var(--tw-bg-opacity, 1));
}

.bg-warning-300\/20 {
  background-color: hsl(var(--frontile-warning-300) / 0.2);
}

.bg-warning-500 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-warning-500) / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.fill-danger {
  fill: hsl(var(--frontile-danger) / 1);
}

.fill-default-800 {
  fill: hsl(var(--frontile-default-800) / 1);
}

.fill-primary {
  fill: hsl(var(--frontile-primary) / 1);
}

.fill-success {
  fill: hsl(var(--frontile-success) / 1);
}

.fill-warning {
  fill: hsl(var(--frontile-warning) / 1);
}

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

.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pe-10 {
  padding-inline-end: 2.5rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

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

.pr-4 {
  padding-right: 1rem;
}

.ps-8 {
  padding-inline-start: 2rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-32 {
  padding-top: 8rem;
}

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

.text-center {
  text-align: center;
}

.align-middle {
  vertical-align: middle;
}

.font-handwritten {
  font-family: Marck\ Script;
}

.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-\[100\%\] {
  font-size: 100%;
}

.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-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-tight {
  line-height: 1.25;
}

.text-background {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-background) / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-content1-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-content1-foreground) / var(--tw-text-opacity, 1));
}

.text-current {
  color: currentColor;
}

.text-danger {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-danger) / var(--tw-text-opacity, 1));
}

.text-danger-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-danger-foreground) / var(--tw-text-opacity, 1));
}

.text-default-100 {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-100) / var(--tw-text-opacity, 1));
}

.text-default-200 {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-200) / var(--tw-text-opacity, 1));
}

.text-default-400 {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-400) / var(--tw-text-opacity, 1));
}

.text-default-50 {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-50) / var(--tw-text-opacity, 1));
}

.text-default-600 {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-600) / var(--tw-text-opacity, 1));
}

.text-default-700 {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-700) / var(--tw-text-opacity, 1));
}

.text-default-900 {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-900) / var(--tw-text-opacity, 1));
}

.text-default-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-foreground) / var(--tw-text-opacity, 1));
}

.text-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-foreground) / var(--tw-text-opacity, 1));
}

.text-foreground-400 {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-foreground-400) / var(--tw-text-opacity, 1));
}

.text-foreground-500 {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-foreground-500) / var(--tw-text-opacity, 1));
}

.text-foreground-600 {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-foreground-600) / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-primary {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-primary) / var(--tw-text-opacity, 1));
}

.text-primary-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-primary-foreground) / var(--tw-text-opacity, 1));
}

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

.text-success {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-success) / var(--tw-text-opacity, 1));
}

.text-success-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-success-foreground) / var(--tw-text-opacity, 1));
}

.text-warning {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-warning) / var(--tw-text-opacity, 1));
}

.text-warning-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-warning-foreground) / var(--tw-text-opacity, 1));
}

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

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-default-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: hsl(var(--frontile-default-400) / var(--tw-placeholder-opacity, 1));
}

.placeholder-default-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: hsl(var(--frontile-default-400) / var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-\[0\.0001\] {
  opacity: 0.0001;
}

.opacity-disabled {
  opacity: var(--frontile-disabled-opacity);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.ring-default {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-default) / var(--tw-ring-opacity, 1));
}

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

.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--frontile-background) / 1);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.\!transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-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-150 {
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.will-change-transform {
  will-change: transform;
}

.dark {
  color-scheme: dark;
  --frontile-background: 0 0% 10%;
  --frontile-foreground-50: 0 0% 10%;
  --frontile-foreground-100: 0 0% 17%;
  --frontile-foreground-200: 0 0% 26%;
  --frontile-foreground-300: 0 0% 35%;
  --frontile-foreground-400: 0 0% 43%;
  --frontile-foreground-500: 0 0% 51%;
  --frontile-foreground-600: 0 0% 64%;
  --frontile-foreground-700: 0 0% 76%;
  --frontile-foreground-800: 0 0% 88%;
  --frontile-foreground-900: 240 7% 97%;
  --frontile-foreground-950: 0 0% 98%;
  --frontile-foreground: 0 0% 88%;
  --frontile-focus: 231 91% 70%;
  --frontile-overlay: 0 0% 0%;
  --frontile-divider: 0 0% 100%;
  --frontile-content1: 0 0% 17%;
  --frontile-content1-foreground: 0 0% 88%;
  --frontile-content2: 0 0% 26%;
  --frontile-content2-foreground: 0 0% 88%;
  --frontile-content3: 0 0% 35%;
  --frontile-content3-foreground: 240 7% 97%;
  --frontile-content4: 0 0% 43%;
  --frontile-content4-foreground: 0 0% 98%;
  --frontile-default-50: 0 0% 10%;
  --frontile-default-100: 0 0% 17%;
  --frontile-default-200: 0 0% 26%;
  --frontile-default-300: 0 0% 35%;
  --frontile-default-400: 0 0% 43%;
  --frontile-default-500: 0 0% 51%;
  --frontile-default-600: 0 0% 64%;
  --frontile-default-700: 0 0% 76%;
  --frontile-default-800: 0 0% 88%;
  --frontile-default-900: 240 7% 97%;
  --frontile-default-950: 0 0% 98%;
  --frontile-default-foreground: 0 0% 100%;
  --frontile-default: 0 0% 35%;
  --frontile-primary-50: 229 45% 15%;
  --frontile-primary-100: 230 47% 21%;
  --frontile-primary-200: 230 50% 34%;
  --frontile-primary-300: 231 54% 42%;
  --frontile-primary-400: 231 70% 53%;
  --frontile-primary-500: 231 91% 63%;
  --frontile-primary-600: 231 91% 70%;
  --frontile-primary-700: 231 92% 77%;
  --frontile-primary-800: 232 92% 85%;
  --frontile-primary-900: 232 91% 91%;
  --frontile-primary-950: 233 92% 95%;
  --frontile-primary-foreground: 0 0% 100%;
  --frontile-primary: 231 91% 70%;
  --frontile-success-50: 164 74% 9%;
  --frontile-success-100: 164 67% 13%;
  --frontile-success-200: 164 70% 18%;
  --frontile-success-300: 155 56% 24%;
  --frontile-success-400: 146 45% 31%;
  --frontile-success-500: 146 41% 45%;
  --frontile-success-600: 146 38% 57%;
  --frontile-success-700: 146 36% 66%;
  --frontile-success-800: 146 35% 79%;
  --frontile-success-900: 146 35% 87%;
  --frontile-success-950: 148 42% 94%;
  --frontile-success-foreground: 0 0% 100%;
  --frontile-success: 146 41% 45%;
  --frontile-warning-50: 27 86% 14%;
  --frontile-warning-100: 30 76% 26%;
  --frontile-warning-200: 33 85% 29%;
  --frontile-warning-300: 37 95% 33%;
  --frontile-warning-400: 42 100% 40%;
  --frontile-warning-500: 47 98% 47%;
  --frontile-warning-600: 49 100% 57%;
  --frontile-warning-700: 52 100% 63%;
  --frontile-warning-800: 55 100% 76%;
  --frontile-warning-900: 56 100% 88%;
  --frontile-warning-950: 55 92% 95%;
  --frontile-warning-foreground: 0 0% 0%;
  --frontile-warning: 47 98% 47%;
  --frontile-danger-50: 5 62% 15%;
  --frontile-danger-100: 6 62% 25%;
  --frontile-danger-200: 6 63% 34%;
  --frontile-danger-300: 5 61% 42%;
  --frontile-danger-400: 5 53% 49%;
  --frontile-danger-500: 5 69% 61%;
  --frontile-danger-600: 5 69% 66%;
  --frontile-danger-700: 5 69% 76%;
  --frontile-danger-800: 5 70% 83%;
  --frontile-danger-900: 5 68% 90%;
  --frontile-danger-950: 7 69% 95%;
  --frontile-danger-foreground: 0 0% 0%;
  --frontile-danger: 5 69% 66%;
  --frontile-disabled-opacity: .5;
  --frontile-hover-opacity: .7;
}

.selection\:bg-content3 *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-content3) / var(--tw-bg-opacity, 1));
}

.selection\:bg-content3 *::selection {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-content3) / var(--tw-bg-opacity, 1));
}

.selection\:bg-content3::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-content3) / var(--tw-bg-opacity, 1));
}

.selection\:bg-content3::selection {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-content3) / var(--tw-bg-opacity, 1));
}

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

.before\:-top-4::before {
  content: var(--tw-content);
  top: -1rem;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}

.before\:h-4::before {
  content: var(--tw-content);
  height: 1rem;
}

.before\:h-\[1em\]::before {
  content: var(--tw-content);
  height: 1em;
}

.before\:w-\[1em\]::before {
  content: var(--tw-content);
  width: 1em;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:from-content1\/75::before {
  content: var(--tw-content);
  --tw-gradient-from: hsl(var(--frontile-content1) / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--frontile-content1) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:to-content1::before {
  content: var(--tw-content);
  --tw-gradient-to: hsl(var(--frontile-content1) / 1) var(--tw-gradient-to-position);
}

.before\:content-\[\"_\"\]::before {
  --tw-content: " ";
  content: var(--tw-content);
}

.before\:content-\[\'_\'\]::before {
  --tw-content: ' ';
  content: var(--tw-content);
}

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

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:top-full::after {
  content: var(--tw-content);
  top: 100%;
}

.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10;
}

.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}

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

@keyframes swing {
  0%, 100% {
    content: var(--tw-content);
    width: 50%;
    transform: translateX(-25%);
  }

  50% {
    content: var(--tw-content);
    transform: translateX(125%);
  }
}

.after\:animate-swing::after {
  content: var(--tw-content);
  animation: swing 2s ease-in-out infinite;
}

.after\:bg-danger::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-danger) / var(--tw-bg-opacity, 1));
}

.after\:bg-default::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default) / var(--tw-bg-opacity, 1));
}

.after\:bg-primary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-primary) / var(--tw-bg-opacity, 1));
}

.after\:bg-success::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-success) / var(--tw-bg-opacity, 1));
}

.after\:bg-warning::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-warning) / var(--tw-bg-opacity, 1));
}

.first\:ml-4:first-child {
  margin-left: 1rem;
}

.first\:rounded-l:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:-mr-2:last-child {
  margin-right: -0.5rem;
}

.last\:rounded-r:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

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

.checked\:bg-current:checked {
  background-color: currentColor;
}

.checked\:bg-center:checked {
  background-position: center;
}

.checked\:bg-no-repeat:checked {
  background-repeat: no-repeat;
}

.checked\:bg-origin-border:checked {
  background-origin: border-box;
}

.indeterminate\:border-primary:indeterminate {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-primary) / var(--tw-border-opacity, 1));
}

.indeterminate\:bg-primary:indeterminate {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-primary) / var(--tw-bg-opacity, 1));
}

.indeterminate\:bg-center:indeterminate {
  background-position: center;
}

.indeterminate\:bg-no-repeat:indeterminate {
  background-repeat: no-repeat;
}

.indeterminate\:bg-origin-border:indeterminate {
  background-origin: border-box;
}

.hover\:bg-danger:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-danger) / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-600:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-danger-600) / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger\/60:hover {
  background-color: hsl(var(--frontile-danger) / 0.6);
}

.hover\:bg-danger\/80:hover {
  background-color: hsl(var(--frontile-danger) / 0.8);
}

.hover\:bg-default:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default) / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-default-200\/60:hover {
  background-color: hsl(var(--frontile-default-200) / 0.6);
}

.hover\:bg-default-400\/60:hover {
  background-color: hsl(var(--frontile-default-400) / 0.6);
}

.hover\:bg-default-700:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-700) / var(--tw-bg-opacity, 1));
}

.hover\:bg-default-800:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-800) / var(--tw-bg-opacity, 1));
}

.hover\:bg-default-800\/80:hover {
  background-color: hsl(var(--frontile-default-800) / 0.8);
}

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

.hover\:bg-primary-500\/80:hover {
  background-color: hsl(var(--frontile-primary-500) / 0.8);
}

.hover\:bg-primary-700\/60:hover {
  background-color: hsl(var(--frontile-primary-700) / 0.6);
}

.hover\:bg-primary\/80:hover {
  background-color: hsl(var(--frontile-primary) / 0.8);
}

.hover\:bg-success:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-success) / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-500\/80:hover {
  background-color: hsl(var(--frontile-success-500) / 0.8);
}

.hover\:bg-success-600:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-success-600) / var(--tw-bg-opacity, 1));
}

.hover\:bg-success\/60:hover {
  background-color: hsl(var(--frontile-success) / 0.6);
}

.hover\:bg-success\/80:hover {
  background-color: hsl(var(--frontile-success) / 0.8);
}

.hover\:bg-warning:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-warning) / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-500\/80:hover {
  background-color: hsl(var(--frontile-warning-500) / 0.8);
}

.hover\:bg-warning-600:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-warning-600) / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning\/60:hover {
  background-color: hsl(var(--frontile-warning) / 0.6);
}

.hover\:bg-warning\/80:hover {
  background-color: hsl(var(--frontile-warning) / 0.8);
}

.hover\:text-background:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-background) / var(--tw-text-opacity, 1));
}

.hover\:text-danger-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-danger-foreground) / var(--tw-text-opacity, 1));
}

.hover\:text-default-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-foreground) / var(--tw-text-opacity, 1));
}

.hover\:text-primary-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-primary-foreground) / var(--tw-text-opacity, 1));
}

.hover\:text-success-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-success-foreground) / var(--tw-text-opacity, 1));
}

.hover\:text-warning-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-warning-foreground) / var(--tw-text-opacity, 1));
}

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

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

.focus\:border-primary-400:focus {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-primary-400) / var(--tw-border-opacity, 1));
}

.focus\:ring-focus:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-focus) / var(--tw-ring-opacity, 1));
}

.focus-visible\:z-10:focus-visible {
  z-index: 10;
}

.focus-visible\:ring-danger:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-danger) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-focus:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-focus) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-primary-500) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-700:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-primary-700) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-success:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-success) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-success-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-success-500) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-warning:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-warning) / var(--tw-ring-opacity, 1));
}

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

.focus-visible\:ring-offset-background:focus-visible {
  --tw-ring-offset-color: hsl(var(--frontile-background) / 1);
}

.disabled\:cursor-default:disabled {
  cursor: default;
}

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

.disabled\:border-default-200:disabled {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-default-200) / var(--tw-border-opacity, 1));
}

.disabled\:text-default-500:disabled {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-500) / var(--tw-text-opacity, 1));
}

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

.checked\:disabled\:bg-default-300:disabled:checked {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-300) / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-current {
  color: currentColor;
}

.has-\[\:focus-visible\]\:ring-focus:has(:focus-visible) {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-focus) / var(--tw-ring-opacity, 1));
}

.has-\[\:focus-visible\]\:ring-offset-background:has(:focus-visible) {
  --tw-ring-offset-color: hsl(var(--frontile-background) / 1);
}

.aria-invalid\:border-danger-400[aria-invalid="true"] {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-danger-400) / var(--tw-border-opacity, 1));
}

.aria-invalid\:focus\:ring-danger-400:focus[aria-invalid="true"] {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-danger-400) / var(--tw-ring-opacity, 1));
}

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

.data-\[sortable\=true\]\:cursor-pointer[data-sortable="true"] {
  cursor: pointer;
}

.data-\[orientation\=horizontal\]\:flex-row[data-orientation="horizontal"] {
  flex-direction: row;
}

.data-\[selected\=true\]\:text-danger-foreground[data-selected="true"] {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-danger-foreground) / var(--tw-text-opacity, 1));
}

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

.data-\[sorted\=false\]\:opacity-0[data-sorted="false"] {
  opacity: 0;
}

.data-\[sorted\=true\]\:opacity-100[data-sorted="true"] {
  opacity: 1;
}

.data-\[disabled\=true\]\:hover\:bg-transparent:hover[data-disabled="true"] {
  background-color: transparent;
}

.data-\[selectable\=true\]\:focus-visible\:z-10:focus-visible[data-selectable="true"] {
  z-index: 10;
}

.data-\[selectable\=true\]\:focus-visible\:ring-2:focus-visible[data-selectable="true"] {
  --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);
}

.data-\[selectable\=true\]\:focus-visible\:ring-inset:focus-visible[data-selectable="true"] {
  --tw-ring-inset: inset;
}

.data-\[selectable\=true\]\:focus-visible\:ring-danger:focus-visible[data-selectable="true"] {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-danger) / var(--tw-ring-opacity, 1));
}

.data-\[selectable\=true\]\:focus-visible\:ring-default:focus-visible[data-selectable="true"] {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-default) / var(--tw-ring-opacity, 1));
}

.data-\[selectable\=true\]\:focus-visible\:ring-primary:focus-visible[data-selectable="true"] {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-primary) / var(--tw-ring-opacity, 1));
}

.data-\[selectable\=true\]\:focus-visible\:ring-success:focus-visible[data-selectable="true"] {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-success) / var(--tw-ring-opacity, 1));
}

.data-\[selectable\=true\]\:focus-visible\:ring-warning:focus-visible[data-selectable="true"] {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--frontile-warning) / var(--tw-ring-opacity, 1));
}

.group\/sort:hover .group-hover\/sort\:data-\[sorted\=false\]\:opacity-100[data-sorted="false"] {
  opacity: 1;
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:ms-3 {
  margin-inline-start: 0.75rem;
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:ms-5 {
  margin-inline-start: 1.25rem;
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:translate-x-3 {
  --tw-translate-x: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:bg-danger {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-danger) / var(--tw-bg-opacity, 1));
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:bg-default-400 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-400) / var(--tw-bg-opacity, 1));
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-primary) / var(--tw-bg-opacity, 1));
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:bg-success {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-success) / var(--tw-bg-opacity, 1));
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:bg-warning {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-warning) / var(--tw-bg-opacity, 1));
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:text-default-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-foreground) / var(--tw-text-opacity, 1));
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:text-primary-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-primary-foreground) / var(--tw-text-opacity, 1));
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:text-success-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-success-foreground) / var(--tw-text-opacity, 1));
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:text-warning-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-warning-foreground) / var(--tw-text-opacity, 1));
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:opacity-0 {
  opacity: 0;
}

.group[data-selected="true"] .group-data-\[selected\=true\]\:opacity-100 {
  opacity: 1;
}

.data-is-active\:border-danger[data-active=true] {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-danger) / var(--tw-border-opacity, 1));
}

.data-is-active\:border-default-700[data-active=true] {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-default-700) / var(--tw-border-opacity, 1));
}

.data-is-active\:border-primary[data-active=true] {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-primary) / var(--tw-border-opacity, 1));
}

.data-is-active\:border-success[data-active=true] {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-success) / var(--tw-border-opacity, 1));
}

.data-is-active\:border-warning[data-active=true] {
  --tw-border-opacity: 1;
  border-color: hsl(var(--frontile-warning) / var(--tw-border-opacity, 1));
}

.data-is-active\:bg-danger-300\/20[data-active=true] {
  background-color: hsl(var(--frontile-danger-300) / 0.2);
}

.data-is-active\:bg-danger-500[data-active=true] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-danger-500) / var(--tw-bg-opacity, 1));
}

.data-is-active\:bg-default[data-active=true] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default) / var(--tw-bg-opacity, 1));
}

.data-is-active\:bg-default-400\/20[data-active=true] {
  background-color: hsl(var(--frontile-default-400) / 0.2);
}

.data-is-active\:bg-primary-300\/20[data-active=true] {
  background-color: hsl(var(--frontile-primary-300) / 0.2);
}

.data-is-active\:bg-primary-500[data-active=true] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-primary-500) / var(--tw-bg-opacity, 1));
}

.data-is-active\:bg-success-300\/20[data-active=true] {
  background-color: hsl(var(--frontile-success-300) / 0.2);
}

.data-is-active\:bg-success-500[data-active=true] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-success-500) / var(--tw-bg-opacity, 1));
}

.data-is-active\:bg-warning-300\/20[data-active=true] {
  background-color: hsl(var(--frontile-warning-300) / 0.2);
}

.data-is-active\:bg-warning-500[data-active=true] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-warning-500) / var(--tw-bg-opacity, 1));
}

.data-is-active\:text-danger[data-active=true] {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-danger) / var(--tw-text-opacity, 1));
}

.data-is-active\:text-danger-foreground[data-active=true] {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-danger-foreground) / var(--tw-text-opacity, 1));
}

.data-is-active\:text-default-700[data-active=true] {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-700) / var(--tw-text-opacity, 1));
}

.data-is-active\:text-default-foreground[data-active=true] {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-foreground) / var(--tw-text-opacity, 1));
}

.data-is-active\:text-primary[data-active=true] {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-primary) / var(--tw-text-opacity, 1));
}

.data-is-active\:text-primary-foreground[data-active=true] {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-primary-foreground) / var(--tw-text-opacity, 1));
}

.data-is-active\:text-success[data-active=true] {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-success) / var(--tw-text-opacity, 1));
}

.data-is-active\:text-success-foreground[data-active=true] {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-success-foreground) / var(--tw-text-opacity, 1));
}

.data-is-active\:text-warning[data-active=true] {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-warning) / var(--tw-text-opacity, 1));
}

.data-is-active\:text-warning-foreground[data-active=true] {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-warning-foreground) / var(--tw-text-opacity, 1));
}

.group[data-active="true"] .group-data-is-active\:border-current {
  border-color: currentColor;
}

.dark\:bg-content2:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-content2) / var(--tw-bg-opacity, 1));
}

.dark\:bg-default:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default) / var(--tw-bg-opacity, 1));
}

.dark\:bg-default-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-100) / var(--tw-bg-opacity, 1));
}

.dark\:bg-default-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-200) / var(--tw-bg-opacity, 1));
}

.dark\:bg-default-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-600) / var(--tw-bg-opacity, 1));
}

.dark\:bg-default-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-700) / var(--tw-bg-opacity, 1));
}

.dark\:fill-default-200:is(.dark *) {
  fill: hsl(var(--frontile-default-200) / 1);
}

.dark\:text-default-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-500) / var(--tw-text-opacity, 1));
}

.dark\:text-default-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-default-950) / var(--tw-text-opacity, 1));
}

.dark\:text-foreground:is(.dark *) {
  --tw-text-opacity: 1;
  color: hsl(var(--frontile-foreground) / var(--tw-text-opacity, 1));
}

.dark\:checked\:bg-current:checked:is(.dark *) {
  background-color: currentColor;
}

.dark\:indeterminate\:bg-current:indeterminate:is(.dark *) {
  background-color: currentColor;
}

.dark\:hover\:bg-content2:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-content2) / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-default-300:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-300) / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-default-600\/60:hover:is(.dark *) {
  background-color: hsl(var(--frontile-default-600) / 0.6);
}

.dark\:hover\:bg-default-800\/60:hover:is(.dark *) {
  background-color: hsl(var(--frontile-default-800) / 0.6);
}

.dark\:hover\:bg-default\/40:hover:is(.dark *) {
  background-color: hsl(var(--frontile-default) / 0.4);
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:p-0 {
    padding: 0px;
  }

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

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.\[\&\.sticky\]\:\[top\:var\(--table-header-height\2c 48px\)\].sticky {
  top: var(--table-header-height,48px);
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right: 0px;
}

.\[\&\:not\(\:first-child\)\:not\(\:last-child\)\]\:rounded-none:not(:first-child):not(:last-child) {
  border-radius: 0px;
}

.\[\&\>tr\]\:data-\[selected\=true\]\:bg-danger-50[data-selected="true"]>tr {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-danger-50) / var(--tw-bg-opacity, 1));
}

.\[\&\>tr\]\:data-\[selected\=true\]\:bg-default-200\/50[data-selected="true"]>tr {
  background-color: hsl(var(--frontile-default-200) / 0.5);
}

.\[\&\>tr\]\:data-\[selected\=true\]\:bg-primary-50[data-selected="true"]>tr {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-primary-50) / var(--tw-bg-opacity, 1));
}

.\[\&\>tr\]\:data-\[selected\=true\]\:bg-success-50[data-selected="true"]>tr {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-success-50) / var(--tw-bg-opacity, 1));
}

.\[\&\>tr\]\:data-\[selected\=true\]\:bg-warning-50[data-selected="true"]>tr {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-warning-50) / var(--tw-bg-opacity, 1));
}

.\[\&\>tr\]\:data-\[selectable\=true\]\:transition-colors[data-selectable="true"]>tr {
  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;
}

.\[\&\>tr\]\:data-\[selectable\=true\]\:data-\[selected\=false\]\:hover\:bg-default-100:hover[data-selected="false"][data-selectable="true"]>tr {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--frontile-default-100) / var(--tw-bg-opacity, 1));
}

.\[\&_tr\:nth-child\(odd\)\]\:bg-default-100\/50 tr:nth-child(odd) {
  background-color: hsl(var(--frontile-default-100) / 0.5);
}

.dark\:\[\&_tr\:nth-child\(odd\)\]\:bg-default-200\/10 tr:nth-child(odd):is(.dark *) {
  background-color: hsl(var(--frontile-default-200) / 0.1);
}
