@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: 1.2;
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-4xl: 2rem;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-open-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
  :where(:root),
  :root:has(input.theme-controller[value="light"]:checked),
  [data-theme="light"] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(98% 0 0);
    --color-base-300: oklch(95% 0 0);
    --color-base-content: oklch(21% 0.006 285.885);
    --color-primary: oklch(45% 0.24 277.023);
    --color-primary-content: oklch(93% 0.034 272.788);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme]) {
      color-scheme: dark;
      --color-base-100: oklch(25.33% 0.016 252.42);
      --color-base-200: oklch(23.26% 0.014 253.1);
      --color-base-300: oklch(21.15% 0.012 254.09);
      --color-base-content: oklch(97.807% 0.029 256.847);
      --color-primary: oklch(58% 0.233 277.117);
      --color-primary-content: oklch(96% 0.018 272.314);
      --color-secondary: oklch(65% 0.241 354.308);
      --color-secondary-content: oklch(94% 0.028 342.258);
      --color-accent: oklch(77% 0.152 181.912);
      --color-accent-content: oklch(38% 0.063 188.416);
      --color-neutral: oklch(14% 0.005 285.823);
      --color-neutral-content: oklch(92% 0.004 286.32);
      --color-info: oklch(74% 0.16 232.661);
      --color-info-content: oklch(29% 0.066 243.157);
      --color-success: oklch(76% 0.177 163.223);
      --color-success-content: oklch(37% 0.077 168.94);
      --color-warning: oklch(82% 0.189 84.429);
      --color-warning-content: oklch(41% 0.112 45.904);
      --color-error: oklch(71% 0.194 13.428);
      --color-error-content: oklch(27% 0.105 12.094);
      --radius-selector: 0.5rem;
      --radius-field: 0.25rem;
      --radius-box: 0.5rem;
      --size-selector: 0.25rem;
      --size-field: 0.25rem;
      --border: 1px;
      --depth: 1;
      --noise: 0;
    }
  }
  :root:has(input.theme-controller[value="light"]:checked),
  [data-theme="light"] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(98% 0 0);
    --color-base-300: oklch(95% 0 0);
    --color-base-content: oklch(21% 0.006 285.885);
    --color-primary: oklch(45% 0.24 277.023);
    --color-primary-content: oklch(93% 0.034 272.788);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  :root:has(input.theme-controller[value="dark"]:checked),
  [data-theme="dark"] {
    color-scheme: dark;
    --color-base-100: oklch(25.33% 0.016 252.42);
    --color-base-200: oklch(23.26% 0.014 253.1);
    --color-base-300: oklch(21.15% 0.012 254.09);
    --color-base-content: oklch(97.807% 0.029 256.847);
    --color-primary: oklch(58% 0.233 277.117);
    --color-primary-content: oklch(96% 0.018 272.314);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
  :root {
    --fx-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E");
    scrollbar-color: currentColor #0000;
  }
  @supports (color: color-mix(in lab, red, red)) {
    :root {
      scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
    }
  }
  @property --radialprogress {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
  }
  :root:not(span) {
    overflow: var(--page-overflow);
  }
  :root {
    background: var(--page-scroll-bg, var(--root-bg));
    --page-scroll-bg-on: linear-gradient(
        var(--root-bg, #0000),
        var(--root-bg, #0000)
      )
      var(--root-bg, #0000);
  }
  @supports (color: color-mix(in lab, red, red)) {
    :root {
      --page-scroll-bg-on: linear-gradient(
          var(--root-bg, #0000),
          var(--root-bg, #0000)
        )
        color-mix(
          in srgb,
          var(--root-bg, #0000),
          oklch(0% 0 0) calc(var(--page-has-backdrop, 0) * 40%)
        );
    }
  }
  :root {
    --page-scroll-transition-on: background-color 0.3s ease-out;
    transition: var(--page-scroll-transition);
    scrollbar-gutter: var(--page-scroll-gutter, unset);
    scrollbar-gutter: if(
      style(--page-has-scroll: 1): var(--page-scroll-gutter, unset) ;
        else: unset
    );
  }
  @keyframes set-page-has-scroll {
    0%,
    to {
      --page-has-scroll: 1;
    }
  }
  :root,
  [data-theme] {
    background: var(--page-scroll-bg, var(--root-bg));
    color: var(--color-base-content);
  }
  :where(:root, [data-theme]) {
    --root-bg: var(--color-base-100);
  }
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme]) {
      color-scheme: light;
      --color-base-100: oklch(98% 0.002 247.839);
      --color-base-200: oklch(97% 0.001 106.424);
      --color-base-300: oklch(92% 0.003 48.717);
      --color-base-content: #66584d;
      --color-primary: #997964;
      --color-primary-content: oklch(98% 0.014 180.72);
      --color-secondary: #997964;
      --color-secondary-content: oklch(98% 0.003 247.858);
      --color-accent: #c07a60;
      --color-accent-content: oklch(98% 0.016 73.684);
      --color-neutral: #997964;
      --color-neutral-content: #f7efed;
      --color-info: #c07a60;
      --color-info-content: oklch(97% 0.013 236.62);
      --color-success: #c07a60;
      --color-success-content: oklch(98% 0.031 120.757);
      --color-warning: #ad7f5d;
      --color-warning-content: oklch(98% 0.016 73.684);
      --color-error: #c07a60;
      --color-error-content: oklch(97% 0.014 343.198);
      --radius-selector: 1rem;
      --radius-field: 0.25rem;
      --radius-box: 2rem;
      --size-selector: 0.25rem;
      --size-field: 0.25rem;
      --border: 1px;
      --depth: 0;
      --noise: 1;
    }
  }
  :where(:root),
  :root:has(input.theme-controller[value="silk"]:checked),
  [data-theme="silk"] {
    color-scheme: light;
    --color-base-100: oklch(98% 0.002 247.839);
    --color-base-200: oklch(97% 0.001 106.424);
    --color-base-300: oklch(92% 0.003 48.717);
    --color-base-content: #66584d;
    --color-primary: #997964;
    --color-primary-content: oklch(98% 0.014 180.72);
    --color-secondary: #997964;
    --color-secondary-content: oklch(98% 0.003 247.858);
    --color-accent: #c07a60;
    --color-accent-content: oklch(98% 0.016 73.684);
    --color-neutral: #997964;
    --color-neutral-content: #f7efed;
    --color-info: #c07a60;
    --color-info-content: oklch(97% 0.013 236.62);
    --color-success: #c07a60;
    --color-success-content: oklch(98% 0.031 120.757);
    --color-warning: #ad7f5d;
    --color-warning-content: oklch(98% 0.016 73.684);
    --color-error: #c07a60;
    --color-error-content: oklch(97% 0.014 343.198);
    --radius-selector: 1rem;
    --radius-field: 0.25rem;
    --radius-box: 2rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 1;
  }
}
@layer components;
@layer utilities {
  @layer daisyui.l1.l2.l3 {
    .diff {
      webkit-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      direction: ltr;
      grid-template-rows: 1fr 1.8rem 1fr;
      grid-template-columns: auto 1fr;
      width: 100%;
      display: grid;
      position: relative;
      overflow: hidden;
      container-type: inline-size;
    }
    .diff:focus-visible,
    .diff:has(.diff-item-1:focus-visible) {
      outline-style: var(--tw-outline-style);
      outline-offset: 1px;
      outline-width: 2px;
      outline-color: var(--color-base-content);
    }
    .diff:focus-visible .diff-resizer {
      min-width: 95cqi;
      max-width: 95cqi;
    }
    .diff:has(.diff-item-1:focus-visible) {
      outline-style: var(--tw-outline-style);
      outline-offset: 1px;
      outline-width: 2px;
    }
    .diff:has(.diff-item-1:focus-visible) .diff-resizer {
      min-width: 5cqi;
      max-width: 5cqi;
    }
    @supports (-webkit-overflow-scrolling: touch) and
      (overflow: -webkit-paged-x) {
      .diff:focus .diff-resizer {
        min-width: 5cqi;
        max-width: 5cqi;
      }
      .diff:has(.diff-item-1:focus) .diff-resizer {
        min-width: 95cqi;
        max-width: 95cqi;
      }
    }
    .fab {
      pointer-events: none;
      z-index: 999;
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      white-space: nowrap;
      inset-inline-end: 1rem;
      flex-direction: column-reverse;
      align-items: flex-end;
      gap: 0.5rem;
      display: flex;
      position: fixed;
      bottom: 1rem;
    }
    .fab > * {
      pointer-events: auto;
      align-items: center;
      gap: 0.5rem;
      display: flex;
    }
    .fab > :hover,
    .fab > :has(:focus-visible) {
      z-index: 1;
    }
    .fab > [tabindex]:first-child {
      transition-property: opacity, visibility, rotate;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      display: grid;
      position: relative;
    }
    .fab .fab-close,
    .fab .fab-main-action {
      inset-inline-end: 0;
      position: absolute;
      bottom: 0;
    }
    :is(
        .fab:focus-within:has(.fab-close),
        .fab:focus-within:has(.fab-main-action)
      )
      > [tabindex] {
      opacity: 0;
      rotate: 90deg;
    }
    .fab:focus-within > [tabindex]:first-child {
      pointer-events: none;
    }
    .fab:focus-within > :nth-child(n + 2) {
      visibility: visible;
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      opacity: 1;
    }
    .fab > :nth-child(n + 2) {
      visibility: hidden;
      --tw-scale-x: 80%;
      --tw-scale-y: 80%;
      --tw-scale-z: 80%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      opacity: 0;
      transition-property: opacity, scale, visibility;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .fab > :nth-child(n + 2).fab-main-action,
    .fab > :nth-child(n + 2).fab-close {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .fab > :nth-child(3) {
      transition-delay: 30ms;
    }
    .fab > :nth-child(4) {
      transition-delay: 60ms;
    }
    .fab > :nth-child(5) {
      transition-delay: 90ms;
    }
    .fab > :nth-child(6) {
      transition-delay: 0.12s;
    }
    .tooltip {
      --tt-bg: var(--color-neutral);
      --tt-off: calc(100% + 0.5rem);
      --tt-tail: calc(100% + 1px + 0.25rem);
      display: inline-block;
      position: relative;
    }
    .tooltip > .tooltip-content,
    .tooltip[data-tip]:before {
      border-radius: var(--radius-field);
      text-align: center;
      white-space: normal;
      max-width: 20rem;
      color: var(--color-neutral-content);
      opacity: 0;
      background-color: var(--tt-bg);
      pointer-events: none;
      z-index: 2;
      --tw-content: attr(data-tip);
      content: var(--tw-content);
      width: max-content;
      padding-block: 0.25rem;
      padding-inline: 0.5rem;
      font-size: 0.875rem;
      line-height: 1.25;
      position: absolute;
    }
    .tooltip:after {
      opacity: 0;
      background-color: var(--tt-bg);
      content: "";
      pointer-events: none;
      --mask-tooltip: url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500009 1C3.5 1 3.00001 4 5.00001 4C7 4 6.5 1 9.5 1C10 1 10 0.499897 10 0H0C-1.99338e-08 0.5 0 1 0.500009 1Z' fill='black'/%3E%3C/svg%3E%0A");
      width: 0.625rem;
      height: 0.25rem;
      -webkit-mask-position: -1px 0;
      mask-position: -1px 0;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-image: var(--mask-tooltip);
      mask-image: var(--mask-tooltip);
      display: block;
      position: absolute;
    }
    @media (prefers-reduced-motion: no-preference) {
      .tooltip > .tooltip-content,
      .tooltip[data-tip]:before,
      .tooltip:after {
        transition:
          opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms,
          transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms;
      }
    }
    :is(
        .tooltip:is(
            [data-tip]:not([data-tip=""]),
            :has(.tooltip-content:not(:empty))
          ).tooltip-open,
        .tooltip:is(
            [data-tip]:not([data-tip=""]),
            :has(.tooltip-content:not(:empty))
          ):hover,
        .tooltip:is(
            [data-tip]:not([data-tip=""]),
            :has(.tooltip-content:not(:empty))
          ):has(:focus-visible)
      )
      > .tooltip-content,
    :is(
        .tooltip:is(
            [data-tip]:not([data-tip=""]),
            :has(.tooltip-content:not(:empty))
          ).tooltip-open,
        .tooltip:is(
            [data-tip]:not([data-tip=""]),
            :has(.tooltip-content:not(:empty))
          ):hover,
        .tooltip:is(
            [data-tip]:not([data-tip=""]),
            :has(.tooltip-content:not(:empty))
          ):has(:focus-visible)
      )[data-tip]:before,
    :is(
      .tooltip:is(
          [data-tip]:not([data-tip=""]),
          :has(.tooltip-content:not(:empty))
        ).tooltip-open,
      .tooltip:is(
          [data-tip]:not([data-tip=""]),
          :has(.tooltip-content:not(:empty))
        ):hover,
      .tooltip:is(
          [data-tip]:not([data-tip=""]),
          :has(.tooltip-content:not(:empty))
        ):has(:focus-visible)
    ):after {
      opacity: 1;
      --tt-pos: 0rem;
    }
    @media (prefers-reduced-motion: no-preference) {
      :is(
          .tooltip:is(
              [data-tip]:not([data-tip=""]),
              :has(.tooltip-content:not(:empty))
            ).tooltip-open,
          .tooltip:is(
              [data-tip]:not([data-tip=""]),
              :has(.tooltip-content:not(:empty))
            ):hover,
          .tooltip:is(
              [data-tip]:not([data-tip=""]),
              :has(.tooltip-content:not(:empty))
            ):has(:focus-visible)
        )
        > .tooltip-content,
      :is(
          .tooltip:is(
              [data-tip]:not([data-tip=""]),
              :has(.tooltip-content:not(:empty))
            ).tooltip-open,
          .tooltip:is(
              [data-tip]:not([data-tip=""]),
              :has(.tooltip-content:not(:empty))
            ):hover,
          .tooltip:is(
              [data-tip]:not([data-tip=""]),
              :has(.tooltip-content:not(:empty))
            ):has(:focus-visible)
        )[data-tip]:before,
      :is(
        .tooltip:is(
            [data-tip]:not([data-tip=""]),
            :has(.tooltip-content:not(:empty))
          ).tooltip-open,
        .tooltip:is(
            [data-tip]:not([data-tip=""]),
            :has(.tooltip-content:not(:empty))
          ):hover,
        .tooltip:is(
            [data-tip]:not([data-tip=""]),
            :has(.tooltip-content:not(:empty))
          ):has(:focus-visible)
      ):after {
        transition:
          opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
          transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      }
    }
    .menu {
      --menu-active-fg: var(--color-neutral-content);
      --menu-active-bg: var(--color-neutral);
      flex-flow: column wrap;
      width: fit-content;
      padding: 0.5rem;
      font-size: 0.875rem;
      display: flex;
    }
    .menu :where(li ul) {
      white-space: nowrap;
      margin-inline-start: 1rem;
      padding-inline-start: 0.5rem;
      position: relative;
    }
    .menu :where(li ul):before {
      background-color: var(--color-base-content);
      opacity: 0.1;
      width: var(--border);
      content: "";
      inset-inline-start: 0;
      position: absolute;
      top: 0.75rem;
      bottom: 0.75rem;
    }
    .menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
      display: none;
    }
    .menu :where(li:not(.menu-title) > :not(ul, details, .menu-title, .btn)),
    .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
      border-radius: var(--radius-field);
      text-align: start;
      text-wrap: balance;
      -webkit-user-select: none;
      user-select: none;
      grid-auto-columns: minmax(auto, max-content) auto max-content;
      grid-auto-flow: column;
      align-content: flex-start;
      align-items: center;
      gap: 0.5rem;
      padding-block: 0.375rem;
      padding-inline: 0.75rem;
      transition-property: color, background-color, box-shadow;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      display: grid;
    }
    .menu :where(li > details > summary) {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .menu :where(li > details > summary) {
        outline-offset: 2px;
        outline: 2px solid #0000;
      }
    }
    .menu :where(li > details > summary)::-webkit-details-marker {
      display: none;
    }
    :is(
      .menu :where(li > details > summary),
      .menu :where(li > .menu-dropdown-toggle)
    ):after {
      content: "";
      transform-origin: 50%;
      pointer-events: none;
      justify-self: flex-end;
      width: 0.375rem;
      height: 0.375rem;
      transition-property: rotate, translate;
      transition-duration: 0.2s;
      display: block;
      translate: 0 -1px;
      rotate: -135deg;
      box-shadow: inset 2px 2px;
    }
    .menu details {
      interpolate-size: allow-keywords;
      overflow: hidden;
    }
    .menu details::details-content {
      block-size: 0;
    }
    @media (prefers-reduced-motion: no-preference) {
      .menu details::details-content {
        transition-behavior: allow-discrete;
        transition-property: block-size, content-visibility;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      }
    }
    .menu details[open]::details-content {
      block-size: auto;
    }
    .menu :where(li > details[open] > summary):after,
    .menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
      translate: 0 1px;
      rotate: 45deg;
    }
    .menu
      :where(
        li:not(.menu-title, .disabled) > :not(ul, details, .menu-title),
        li:not(.menu-title, .disabled) > details > summary:not(.menu-title)
      ):not(.menu-active, :active, .btn).menu-focus,
    .menu
      :where(
        li:not(.menu-title, .disabled) > :not(ul, details, .menu-title),
        li:not(.menu-title, .disabled) > details > summary:not(.menu-title)
      ):not(.menu-active, :active, .btn):focus-visible {
      cursor: pointer;
      background-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .menu
        :where(
          li:not(.menu-title, .disabled) > :not(ul, details, .menu-title),
          li:not(.menu-title, .disabled) > details > summary:not(.menu-title)
        ):not(.menu-active, :active, .btn).menu-focus,
      .menu
        :where(
          li:not(.menu-title, .disabled) > :not(ul, details, .menu-title),
          li:not(.menu-title, .disabled) > details > summary:not(.menu-title)
        ):not(.menu-active, :active, .btn):focus-visible {
        background-color: color-mix(
          in oklab,
          var(--color-base-content) 10%,
          transparent
        );
      }
    }
    .menu
      :where(
        li:not(.menu-title, .disabled) > :not(ul, details, .menu-title),
        li:not(.menu-title, .disabled) > details > summary:not(.menu-title)
      ):not(.menu-active, :active, .btn).menu-focus,
    .menu
      :where(
        li:not(.menu-title, .disabled) > :not(ul, details, .menu-title),
        li:not(.menu-title, .disabled) > details > summary:not(.menu-title)
      ):not(.menu-active, :active, .btn):focus-visible {
      color: var(--color-base-content);
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .menu
        :where(
          li:not(.menu-title, .disabled) > :not(ul, details, .menu-title),
          li:not(.menu-title, .disabled) > details > summary:not(.menu-title)
        ):not(.menu-active, :active, .btn).menu-focus,
      .menu
        :where(
          li:not(.menu-title, .disabled) > :not(ul, details, .menu-title),
          li:not(.menu-title, .disabled) > details > summary:not(.menu-title)
        ):not(.menu-active, :active, .btn):focus-visible {
        outline-offset: 2px;
        outline: 2px solid #0000;
      }
    }
    .menu
      :where(
        li:not(.menu-title, .disabled)
          > :not(ul, details, .menu-title):not(
            .menu-active,
            :active,
            .btn
          ):hover,
        li:not(.menu-title, .disabled)
          > details
          > summary:not(.menu-title):not(.menu-active, :active, .btn):hover
      ) {
      cursor: pointer;
      background-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .menu
        :where(
          li:not(.menu-title, .disabled)
            > :not(ul, details, .menu-title):not(
              .menu-active,
              :active,
              .btn
            ):hover,
          li:not(.menu-title, .disabled)
            > details
            > summary:not(.menu-title):not(.menu-active, :active, .btn):hover
        ) {
        background-color: color-mix(
          in oklab,
          var(--color-base-content) 10%,
          transparent
        );
      }
    }
    .menu
      :where(
        li:not(.menu-title, .disabled)
          > :not(ul, details, .menu-title):not(
            .menu-active,
            :active,
            .btn
          ):hover,
        li:not(.menu-title, .disabled)
          > details
          > summary:not(.menu-title):not(.menu-active, :active, .btn):hover
      ) {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .menu
        :where(
          li:not(.menu-title, .disabled)
            > :not(ul, details, .menu-title):not(
              .menu-active,
              :active,
              .btn
            ):hover,
          li:not(.menu-title, .disabled)
            > details
            > summary:not(.menu-title):not(.menu-active, :active, .btn):hover
        ) {
        outline-offset: 2px;
        outline: 2px solid #0000;
      }
    }
    .menu
      :where(
        li:not(.menu-title, .disabled)
          > :not(ul, details, .menu-title):not(
            .menu-active,
            :active,
            .btn
          ):hover,
        li:not(.menu-title, .disabled)
          > details
          > summary:not(.menu-title):not(.menu-active, :active, .btn):hover
      ) {
      box-shadow:
        inset 0 1px #00000003,
        inset 0 -1px #ffffff03;
    }
    .menu :where(li:empty) {
      background-color: var(--color-base-content);
      opacity: 0.1;
      height: 1px;
      margin: 0.5rem 1rem;
    }
    .menu :where(li) {
      flex-flow: column wrap;
      flex-shrink: 0;
      align-items: stretch;
      display: flex;
      position: relative;
    }
    .menu :where(li) .badge {
      justify-self: flex-end;
    }
    .menu :where(li) > :not(ul, .menu-title, details, .btn):active,
    .menu :where(li) > :not(ul, .menu-title, details, .btn).menu-active,
    .menu :where(li) > details > summary:active {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .menu :where(li) > :not(ul, .menu-title, details, .btn):active,
      .menu :where(li) > :not(ul, .menu-title, details, .btn).menu-active,
      .menu :where(li) > details > summary:active {
        outline-offset: 2px;
        outline: 2px solid #0000;
      }
    }
    .menu :where(li) > :not(ul, .menu-title, details, .btn):active,
    .menu :where(li) > :not(ul, .menu-title, details, .btn).menu-active,
    .menu :where(li) > details > summary:active {
      color: var(--menu-active-fg);
      background-color: var(--menu-active-bg);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    :is(
      .menu :where(li) > :not(ul, .menu-title, details, .btn):active,
      .menu :where(li) > :not(ul, .menu-title, details, .btn).menu-active,
      .menu :where(li) > details > summary:active
    ):not(
      :is(
        .menu :where(li) > :not(ul, .menu-title, details, .btn):active,
        .menu :where(li) > :not(ul, .menu-title, details, .btn).menu-active,
        .menu :where(li) > details > summary:active
      ):active
    ) {
      box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--menu-active-bg);
    }
    .menu :where(li).menu-disabled {
      pointer-events: none;
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .menu :where(li).menu-disabled {
        color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
      }
    }
    .menu .dropdown:focus-within .menu-dropdown-toggle:after {
      translate: 0 1px;
      rotate: 45deg;
    }
    .menu .dropdown-content {
      margin-top: 0.5rem;
      padding: 0.5rem;
    }
    .menu .dropdown-content:before {
      display: none;
    }
    .diff-item-2 {
      grid-row: 1 / span 3;
      grid-column-start: 1;
      position: relative;
    }
    .diff-item-2:after {
      pointer-events: none;
      z-index: 2;
      background-color: var(--color-base-100);
      border-radius: 3.40282e38px;
      position: absolute;
      top: 50%;
      bottom: 0;
      right: 1px;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .diff-item-2:after {
        background-color: color-mix(
          in oklab,
          var(--color-base-100) 98%,
          transparent
        );
      }
    }
    .diff-item-2:after {
      border: 2px solid var(--color-base-100);
      content: "";
      outline: 1px solid var(--color-base-content);
      border: 0.5px solid #0000001f;
      width: 1.2rem;
      height: 1.8rem;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .diff-item-2:after {
        outline: 1px solid
          color-mix(in oklab, var(--color-base-content) 10%, #0000);
      }
    }
    .diff-item-2:after {
      outline-offset: -3px;
      translate: 50% -50%;
    }
    .diff-item-2 > * {
      pointer-events: none;
      object-fit: cover;
      object-position: center;
      width: 100cqi;
      max-width: none;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
    }
    @supports (-webkit-overflow-scrolling: touch) and
      (overflow: -webkit-paged-x) {
      .diff-item-2:after {
        --tw-content: none;
        content: var(--tw-content);
      }
    }
    .diff-item-1 {
      z-index: 1;
      border-right: 2px solid var(--color-base-100);
      grid-row: 1 / span 3;
      grid-column-start: 1;
      position: relative;
      overflow: hidden;
    }
    .diff-item-1:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
    .diff-item-1 > * {
      pointer-events: none;
      object-fit: cover;
      object-position: center;
      width: 100cqi;
      max-width: none;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
    }
    .dropdown {
      position-area: var(--anchor-v, bottom) var(--anchor-h, span-right);
      display: inline-block;
      position: relative;
    }
    .dropdown > :not(:has(~ [class*="dropdown-content"])):focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .dropdown > :not(:has(~ [class*="dropdown-content"])):focus {
        outline-offset: 2px;
        outline: 2px solid #0000;
      }
    }
    .dropdown .dropdown-content {
      position: absolute;
    }
    .dropdown.dropdown-close .dropdown-content,
    .dropdown:not(details, .dropdown-open, .dropdown-hover:hover, :focus-within)
      .dropdown-content,
    .dropdown.dropdown-hover:not(:hover)
      [tabindex]:first-child:focus:not(:focus-visible)
      ~ .dropdown-content {
      transform-origin: top;
      opacity: 0;
      display: none;
      scale: 0.95;
    }
    .dropdown[popover],
    .dropdown .dropdown-content {
      z-index: 999;
    }
    @media (prefers-reduced-motion: no-preference) {
      .dropdown[popover],
      .dropdown .dropdown-content {
        transition-behavior: allow-discrete;
        transition-property: opacity, scale, display;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        animation: 0.2s dropdown;
      }
    }
    @starting-style {
      .dropdown[popover],
      .dropdown .dropdown-content {
        opacity: 0;
        scale: 0.95;
      }
    }
    :is(
        .dropdown:not(.dropdown-close).dropdown-open,
        .dropdown:not(.dropdown-close):not(.dropdown-hover):focus,
        .dropdown:not(.dropdown-close):focus-within
      )
      > [tabindex]:first-child {
      pointer-events: none;
    }
    :is(
        .dropdown:not(.dropdown-close).dropdown-open,
        .dropdown:not(.dropdown-close):not(.dropdown-hover):focus,
        .dropdown:not(.dropdown-close):focus-within
      )
      .dropdown-content,
    .dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
      opacity: 1;
      scale: 1;
    }
    .dropdown:is(details) summary::-webkit-details-marker {
      display: none;
    }
    .dropdown:where([popover]) {
      background: 0 0;
    }
    .dropdown[popover] {
      color: inherit;
      position: fixed;
    }
    @supports not (position-area: bottom) {
      .dropdown[popover] {
        margin: auto;
      }
      .dropdown[popover].dropdown-close {
        transform-origin: top;
        opacity: 0;
        display: none;
        scale: 0.95;
      }
      .dropdown[popover].dropdown-open:not(:popover-open) {
        transform-origin: top;
        opacity: 0;
        display: none;
        scale: 0.95;
      }
      .dropdown[popover]::backdrop {
        background-color: oklab(0% none none/.3);
      }
    }
    :is(
      .dropdown[popover].dropdown-close,
      .dropdown[popover]:not(.dropdown-open, :popover-open)
    ) {
      transform-origin: top;
      opacity: 0;
      display: none;
      scale: 0.95;
    }
    :where(.btn) {
      width: unset;
    }
    .btn {
      cursor: pointer;
      text-align: center;
      vertical-align: middle;
      outline-offset: 2px;
      webkit-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      padding-inline: var(--btn-p);
      color: var(--btn-fg);
      --tw-prose-links: var(--btn-fg);
      height: var(--size);
      font-size: var(--fontsize, 0.875rem);
      outline-color: var(--btn-color, var(--color-base-content));
      background-color: var(--btn-bg);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--btn-noise);
      border-width: var(--border);
      border-style: solid;
      border-color: var(--btn-border);
      text-shadow: 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 0.15));
      touch-action: manipulation;
      box-shadow:
        0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%)) inset,
        var(--btn-shadow);
      --size: calc(var(--size-field, 0.25rem) * 10);
      --btn-bg: var(--btn-color, var(--color-base-200));
      --btn-fg: var(--color-base-content);
      --btn-p: 1rem;
      --btn-border: var(--btn-bg);
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      flex-wrap: nowrap;
      flex-shrink: 0;
      justify-content: center;
      align-items: center;
      gap: 0.375rem;
      font-weight: 600;
      transition-property: color, background-color, border-color, box-shadow;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      display: inline-flex;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn {
        --btn-border: color-mix(
          in oklab,
          var(--btn-bg),
          #000 calc(var(--depth) * 5%)
        );
      }
    }
    .btn {
      --btn-shadow: 0 3px 2px -2px var(--btn-bg), 0 4px 3px -2px var(--btn-bg);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn {
        --btn-shadow:
          0 3px 2px -2px
            color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000),
          0 4px 3px -2px
            color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
      }
    }
    .btn {
      --btn-noise: var(--fx-noise);
    }
    @media (hover: hover) {
      .btn:hover {
        --btn-bg: var(--btn-color, var(--color-base-200));
      }
      @supports (color: color-mix(in lab, red, red)) {
        .btn:hover {
          --btn-bg: color-mix(
            in oklab,
            var(--btn-color, var(--color-base-200)),
            #000 7%
          );
        }
      }
    }
    .btn:focus-visible,
    .btn:has(:focus-visible) {
      isolation: isolate;
      outline-width: 2px;
      outline-style: solid;
    }
    .btn:active:not(.btn-active) {
      --btn-bg: var(--btn-color, var(--color-base-200));
      translate: 0 0.5px;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn:active:not(.btn-active) {
        --btn-bg: color-mix(
          in oklab,
          var(--btn-color, var(--color-base-200)),
          #000 5%
        );
      }
    }
    .btn:active:not(.btn-active) {
      --btn-border: var(--btn-color, var(--color-base-200));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn:active:not(.btn-active) {
        --btn-border: color-mix(
          in oklab,
          var(--btn-color, var(--color-base-200)),
          #000 7%
        );
      }
    }
    .btn:active:not(.btn-active) {
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0), 0 0 0 0 oklch(0% 0 0/0);
    }
    .btn:is(input[type="checkbox"], input[type="radio"]) {
      appearance: none;
    }
    .btn:is(input[type="checkbox"], input[type="radio"])[aria-label]:after {
      --tw-content: attr(aria-label);
      content: var(--tw-content);
    }
    .btn:where(input:checked:not(.filter .btn)) {
      --btn-color: var(--color-primary);
      --btn-fg: var(--color-primary-content);
      isolation: isolate;
    }
    .loading {
      pointer-events: none;
      aspect-ratio: 1;
      vertical-align: middle;
      width: calc(var(--size-selector, 0.25rem) * 6);
      background-color: currentColor;
      display: inline-block;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
      -webkit-mask-position: 50%;
      mask-position: 50%;
      -webkit-mask-size: 100%;
      mask-size: 100%;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
    }
    .list {
      flex-direction: column;
      font-size: 0.875rem;
      display: flex;
    }
    .list .list-row {
      --list-grid-cols: minmax(0, auto) 1fr;
      border-radius: var(--radius-box);
      word-break: break-word;
      grid-auto-flow: column;
      grid-template-columns: var(--list-grid-cols);
      gap: 1rem;
      padding: 1rem;
      display: grid;
      position: relative;
    }
    :is(
      .list > :not(:last-child).list-row,
      .list > :not(:last-child) .list-row
    ):after {
      content: "";
      border-bottom: var(--border) solid;
      inset-inline: var(--radius-box);
      border-color: var(--color-base-content);
      position: absolute;
      bottom: 0;
    }
    @supports (color: color-mix(in lab, red, red)) {
      :is(
        .list > :not(:last-child).list-row,
        .list > :not(:last-child) .list-row
      ):after {
        border-color: color-mix(
          in oklab,
          var(--color-base-content) 5%,
          transparent
        );
      }
    }
    .diff-resizer {
      isolation: isolate;
      z-index: 2;
      resize: horizontal;
      opacity: 0;
      cursor: ew-resize;
      transform-origin: 100% 100%;
      clip-path: inset(calc(100% - 0.75rem) 0 0 calc(100% - 0.75rem));
      grid-row-start: 2;
      grid-column-start: 1;
      width: 50cqi;
      min-width: 1rem;
      max-width: calc(100cqi - 1rem);
      height: 0.75rem;
      transition:
        min-width 0.3s ease-out,
        max-width 0.3s ease-out;
      position: relative;
      overflow: hidden;
      transform: scaleY(5) translate(0.32rem, 50%);
    }
    .navbar {
      align-items: center;
      width: 100%;
      min-height: 4rem;
      padding: 0.5rem;
      display: flex;
    }
    .card {
      border-radius: var(--radius-box);
      outline-offset: 2px;
      outline: 0 solid #0000;
      flex-direction: column;
      transition: outline 0.2s ease-in-out;
      display: flex;
      position: relative;
    }
    .card:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .card:focus {
        outline-offset: 2px;
        outline: 2px solid #0000;
      }
    }
    .card:focus-visible {
      outline-color: currentColor;
    }
    .card :where(figure:first-child) {
      border-start-start-radius: inherit;
      border-start-end-radius: inherit;
      border-end-end-radius: unset;
      border-end-start-radius: unset;
      overflow: hidden;
    }
    .card :where(figure:last-child) {
      border-start-start-radius: unset;
      border-start-end-radius: unset;
      border-end-end-radius: inherit;
      border-end-start-radius: inherit;
      overflow: hidden;
    }
    .card figure {
      justify-content: center;
      align-items: center;
      display: flex;
    }
    .card:has(> input:is(input[type="checkbox"], input[type="radio"])) {
      cursor: pointer;
      -webkit-user-select: none;
      user-select: none;
    }
    .card:has(> :checked) {
      outline: 2px solid;
    }
    .hero-content {
      isolation: isolate;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      max-width: 80rem;
      padding: 1rem;
      display: flex;
    }
    .hero {
      background-position: 50%;
      background-size: cover;
      place-items: center;
      width: 100%;
      display: grid;
    }
    .hero > * {
      grid-row-start: 1;
      grid-column-start: 1;
    }
    .footer {
      grid-auto-flow: row;
      place-items: start;
      gap: 2.5rem 1rem;
      width: 100%;
      font-size: 0.875rem;
      line-height: 1.25rem;
      display: grid;
    }
    .footer > * {
      place-items: start;
      gap: 0.5rem;
      display: grid;
    }
    .footer.footer-center {
      text-align: center;
      grid-auto-flow: column dense;
      place-items: center;
    }
    .footer.footer-center > * {
      place-items: center;
    }
    .navbar-end {
      justify-content: flex-end;
      align-items: center;
      width: 50%;
      display: inline-flex;
    }
    .navbar-start {
      justify-content: flex-start;
      align-items: center;
      width: 50%;
      display: inline-flex;
    }
    .card-body {
      padding: var(--card-p, 1.5rem);
      font-size: var(--card-fs, 0.875rem);
      flex-direction: column;
      flex: auto;
      gap: 0.5rem;
      display: flex;
    }
    .card-body :where(p) {
      flex-grow: 1;
    }
    .navbar-center {
      flex-shrink: 0;
      align-items: center;
      display: inline-flex;
    }
    .chat {
      --mask-chat: url("data:image/svg+xml,%3csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M0 11.5004C0 13.0004 2 13.0004 2 13.0004H12H13V0.00036329L12.5 0C12.5 0 11.977 2.09572 11.8581 2.50033C11.6075 3.35237 10.9149 4.22374 9 5.50036C6 7.50036 0 10.0004 0 11.5004Z'/%3e%3c/svg%3e");
      grid-auto-rows: min-content;
      column-gap: 0.75rem;
      padding-block: 0.25rem;
      display: grid;
    }
    .card-actions {
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 0.5rem;
      display: flex;
    }
    .card-title {
      font-size: var(--cardtitle-fs, 1.125rem);
      align-items: center;
      gap: 0.5rem;
      font-weight: 600;
      display: flex;
    }
    .link {
      cursor: pointer;
      text-decoration-line: underline;
    }
    .link:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .link:focus {
        outline-offset: 2px;
        outline: 2px solid #0000;
      }
    }
    .link:focus-visible {
      outline-offset: 2px;
      outline: 2px solid;
    }
    .btn-primary {
      --btn-color: var(--color-primary);
      --btn-fg: var(--color-primary-content);
    }
    .btn-success {
      --btn-color: var(--color-success);
      --btn-fg: var(--color-success-content);
    }
  }
  @layer daisyui.l1.l2 {
    .tooltip > .tooltip-content,
    .tooltip[data-tip]:before {
      transform: translate(-50%) translateY(var(--tt-pos, 0.25rem));
      inset: auto auto var(--tt-off) 50%;
    }
    .tooltip:after {
      transform: translate(-50%) translateY(var(--tt-pos, 0.25rem));
      inset: auto auto var(--tt-tail) 50%;
    }
    .btn:disabled:not(.btn-link, .btn-ghost) {
      background-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn:disabled:not(.btn-link, .btn-ghost) {
        background-color: color-mix(
          in oklab,
          var(--color-base-content) 10%,
          transparent
        );
      }
    }
    .btn:disabled:not(.btn-link, .btn-ghost) {
      box-shadow: none;
    }
    .btn:disabled {
      pointer-events: none;
      --btn-border: #0000;
      --btn-noise: none;
      --btn-fg: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn:disabled {
        --btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
      }
    }
    .btn[disabled]:not(.btn-link, .btn-ghost) {
      background-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn[disabled]:not(.btn-link, .btn-ghost) {
        background-color: color-mix(
          in oklab,
          var(--color-base-content) 10%,
          transparent
        );
      }
    }
    .btn[disabled]:not(.btn-link, .btn-ghost) {
      box-shadow: none;
    }
    .btn[disabled] {
      pointer-events: none;
      --btn-border: #0000;
      --btn-noise: none;
      --btn-fg: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn[disabled] {
        --btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
      }
    }
    .list .list-row:has(.list-col-grow:first-child) {
      --list-grid-cols: 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(2)) {
      --list-grid-cols: minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(3)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(4)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(5)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto)
        minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(6)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto)
        minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .list-row > * {
      grid-row-start: 1;
    }
    .menu-horizontal {
      flex-direction: row;
      display: inline-flex;
    }
    .menu-horizontal > li:not(.menu-title) > details > ul {
      transform-origin: top;
      border-radius: var(--radius-box);
      background-color: var(--color-base-100);
      opacity: 0;
      margin-inline-start: 0;
      margin-top: 1rem;
      padding-block: 0.5rem;
      padding-inline-end: 0.5rem;
      position: absolute;
      scale: 0.95;
      box-shadow:
        0 1px 3px #0000001a,
        0 1px 2px -1px #0000001a;
    }
    @media (prefers-reduced-motion: no-preference) {
      @starting-style {
        .menu-horizontal > li:not(.menu-title) > details > ul {
          opacity: 0;
          scale: 0.95;
        }
      }
      .menu-horizontal > li:not(.menu-title) > details > ul {
        transition-behavior: allow-discrete;
        transition-property: opacity, scale, display;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        animation: 0.2s menu;
      }
    }
    .menu-horizontal > li:not(.menu-title) > details[open] > ul {
      opacity: 1;
      scale: 1;
    }
    .menu-horizontal > li > details > ul:before {
      --tw-content: none;
      content: var(--tw-content);
    }
    :where(.navbar) {
      position: relative;
    }
    .tooltip-left > .tooltip-content,
    .tooltip-left[data-tip]:before {
      transform: translate(calc(var(--tt-pos, 0.25rem) - 0.25rem))
        translateY(-50%);
      inset: 50% var(--tt-off) auto auto;
    }
    .tooltip-left:after {
      transform: translate(var(--tt-pos, 0.25rem)) translateY(-50%)
        rotate(-90deg);
      inset: 50% calc(var(--tt-tail) + 1px) auto auto;
    }
    .dropdown-end {
      --anchor-h: span-left;
    }
    .dropdown-end :where(.dropdown-content) {
      inset-inline-end: 0;
      translate: 0;
    }
    [dir="rtl"] :is(.dropdown-end :where(.dropdown-content)) {
      translate: 0;
    }
    .dropdown-end.dropdown-left {
      --anchor-h: left;
      --anchor-v: span-top;
    }
    .dropdown-end.dropdown-left .dropdown-content {
      top: auto;
      bottom: 0;
    }
    .dropdown-end.dropdown-right {
      --anchor-h: right;
      --anchor-v: span-top;
    }
    .dropdown-end.dropdown-right .dropdown-content {
      top: auto;
      bottom: 0;
    }
    .btn-circle {
      width: var(--size);
      height: var(--size);
      border-radius: 3.40282e38px;
      padding-inline: 0;
    }
    .footer-horizontal {
      grid-auto-flow: column;
    }
    .footer-horizontal.footer-center {
      grid-auto-flow: dense;
    }
    .btn-lg {
      --fontsize: 1.125rem;
      --btn-p: 1.25rem;
      --size: calc(var(--size-field, 0.25rem) * 12);
    }
    .btn-sm {
      --fontsize: 0.75rem;
      --btn-p: 0.75rem;
      --size: calc(var(--size-field, 0.25rem) * 8);
    }
  }
  .prose
    :where(a.btn:not(.btn-link)):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    text-decoration-line: none;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .aspect-square {
    aspect-ratio: 1;
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-10\/12 {
    max-width: 83.3333%;
  }
  .max-w-56 {
    max-width: calc(var(--spacing) * 56);
  }
  .max-w-64 {
    max-width: calc(var(--spacing) * 64);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-2 {
    flex: 2;
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-4xl {
    border-top-left-radius: var(--radius-4xl);
    border-top-right-radius: var(--radius-4xl);
  }
  .bg-base-100 {
    background-color: var(--color-base-100);
  }
  .bg-base-200 {
    background-color: var(--color-base-200);
  }
  .bg-linear-to-br {
    --tw-gradient-position: to bottom right;
  }
  @supports (background-image: linear-gradient(in lab, red, red)) {
    .bg-linear-to-br {
      --tw-gradient-position: to bottom right in oklab;
    }
  }
  .bg-linear-to-br {
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-base-200 {
    --tw-gradient-from: var(--color-base-200);
    --tw-gradient-stops: var(
      --tw-gradient-via-stops,
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
  }
  .via-base-100 {
    --tw-gradient-via: var(--color-base-100);
    --tw-gradient-via-stops:
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-via) var(--tw-gradient-via-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-base-100 {
    --tw-gradient-to: var(--color-base-100);
    --tw-gradient-stops: var(
      --tw-gradient-via-stops,
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .font-sans {
    font-family: var(--font-open-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-base-content\/70 {
    color: var(--color-base-content);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-base-content\/70 {
      color: color-mix(in oklab, var(--color-base-content) 70%, transparent);
    }
  }
  .text-base-content\/80 {
    color: var(--color-base-content);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-base-content\/80 {
      color: color-mix(in oklab, var(--color-base-content) 80%, transparent);
    }
  }
  .text-success-content {
    color: var(--color-success-content);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow:
      0 1px 3px 0 var(--tw-shadow-color, #0000001a),
      0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow:
      0 10px 15px -3px var(--tw-shadow-color, #0000001a),
      0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow:
      0 1px 3px 0 var(--tw-shadow-color, #0000001a),
      0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  @layer daisyui.l1 {
    .btn-ghost:not(
      .btn-active,
      :hover,
      :active:focus,
      :focus-visible,
      input:checked:not(.filter .btn)
    ) {
      --btn-shadow: "";
      --btn-bg: #0000;
      --btn-border: #0000;
      --btn-noise: none;
    }
    .btn-ghost:not(
        .btn-active,
        :hover,
        :active:focus,
        :focus-visible,
        input:checked:not(.filter .btn)
      ):not(:disabled, [disabled], .btn-disabled) {
      --btn-fg: var(--btn-color, currentColor);
      outline-color: currentColor;
    }
    @media (hover: none) {
      .btn-ghost:not(
          .btn-active,
          :active,
          :focus-visible,
          input:checked:not(.filter .btn)
        ):hover {
        --btn-shadow: "";
        --btn-bg: #0000;
        --btn-fg: var(--btn-color, currentColor);
        --btn-border: #0000;
        --btn-noise: none;
        outline-color: currentColor;
      }
    }
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  @media (min-width: 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  @media (min-width: 48rem) {
    .md\:ml-auto {
      margin-left: auto;
    }
    .md\:max-w-9\/12 {
      max-width: 75%;
    }
    .md\:max-w-80 {
      max-width: calc(var(--spacing) * 80);
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:text-left {
      text-align: left;
    }
  }
  @media (min-width: 64rem) {
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:text-left {
      text-align: left;
    }
  }
  .rounded {
    border-radius: var(--radius-box);
  }
  .will-animate {
    opacity: 0;
    will-change: opacity, transform;
    transition:
      opacity 0.6s,
      transform 0.6s;
    transform: translateY(24px);
  }
  .animated {
    opacity: 1;
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    .will-animate,
    .animated {
      opacity: 1;
      transition: none;
      transform: none;
    }
  }
}
html {
  scroll-behavior: smooth;
}
@view-transition {
  navigation: auto;
}
@keyframes rating {
  0%,
  40% {
    filter: brightness(1.05) contrast(1.05);
    scale: 1.1;
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
  }
}
@keyframes radio {
  0% {
    padding: 5px;
  }
  50% {
    padding: 3px;
  }
}
@keyframes toast {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes rotator {
  89.9999%,
  to {
    --first-item-position: 0 0%;
  }
  90%,
  99.9999% {
    --first-item-position: 0 calc(var(--items) * 100%);
  }
  to {
    translate: 0 -100%;
  }
}
@keyframes skeleton {
  0% {
    background-position: 150%;
  }
  to {
    background-position: -50%;
  }
}
@keyframes menu {
  0% {
    opacity: 0;
  }
}
@keyframes progress {
  50% {
    background-position-x: -115%;
  }
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
