/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}

@layer theme {
  :root, :host {
    --spacing: .25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-5xl: 64rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-wide: .025em;
    --tracking-wider: .05em;
    --tracking-widest: .1em;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --blur-xs: 4px;
    --blur-md: 12px;
    --aspect-video: 16 / 9;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  }
}

@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;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    font-family: Inter, sans-serif;
    line-height: 1.5;
  }

  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;
    -webkit-text-decoration: 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: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    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;
  }

  :root, :host {
    --radius: .5rem;
    --lf-progress-card-height: 90px;
    --lf-side-pane-width-sm: 368px;
    --lf-side-pane-width-md: 450px;
  }

  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: none !important;
  }

  .prose-invert :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  html {
    --font-scale: .875;
  }

  :root {
    --lf-body-padding: 0px;
  }

  body {
    background-color: hsl(var(--lf-surface-main) / var(--lf-surface-main-opacity, 1));
    font-size: round(calc(var(--font-scale) * 16px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 20px), 1px));
    font-weight: var(--tw-font-weight, 400);
    color: hsl(var(--lf-content-body) / var(--lf-content-body-opacity, 1));
  }

  button, a, [role="button"], [role="tab"] {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }

  html, body, #root {
    height: 100%;
  }

  del {
    border-radius: calc(var(--radius) - 4px);
    background-color: hsl(var(--lf-fill-error-weakest) / var(--lf-fill-error-weakest-opacity, 1));
    padding-inline: calc(var(--spacing) * .5);
    color: hsl(var(--lf-content-body-error) / var(--lf-content-body-error-opacity, 1));
    text-decoration-line: line-through;
    -webkit-text-decoration-color: hsl(var(--lf-content-body-error) / var(--lf-content-body-error-opacity, 1));
    -webkit-text-decoration-color: hsl(var(--lf-content-body-error) / var(--lf-content-body-error-opacity, 1));
    text-decoration-color: hsl(var(--lf-content-body-error) / var(--lf-content-body-error-opacity, 1));
  }

  ins {
    border-radius: calc(var(--radius) - 4px);
    background-color: hsl(var(--lf-fill-success-weakest) / var(--lf-fill-success-weakest-opacity, 1));
    padding-inline: calc(var(--spacing) * .5);
    color: hsl(var(--lf-content-body-success) / var(--lf-content-body-success-opacity, 1));
    text-decoration-line: none;
  }

  .light, [data-theme="light"] {
    --lf-surface-main: 240 2.4% 92%;
    --lf-surface-base: 180 4.8% 95.9%;
    --lf-surface-invert: 240 9.1% 4.3%;
    --lf-surface-nav: 0 0% 100%;
    --lf-surface-white: 0 0% 100%;
    --lf-surface-overlay: 216 12.8% 7.6%;
    --lf-surface-overlay-opacity: .65;
    --lf-surface-modal: 0 0% 100%;
    --lf-surface-card: 0 0% 100%;
    --lf-stroke-strongest: 226.7 5% 35.5%;
    --lf-stroke-strong: 230 2.4% 51.8%;
    --lf-stroke-weak: 240 3.1% 68%;
    --lf-stroke-weaker: 210 2.4% 83.9%;
    --lf-stroke-frail: 210 3.2% 87.8%;
    --lf-stroke-weakest: 210 3.8% 89.8%;
    --lf-stroke-disabled: 240 3.1% 68%;
    --lf-stroke-brand: 62.1 83.3% 53.1%;
    --lf-stroke-focus-strongest: 231.4 100% 67.1%;
    --lf-stroke-focus-strong: 231.3 100% 77.1%;
    --lf-stroke-focus-weak: 230.6 100% 90%;
    --lf-stroke-error-strongest: 0 72.2% 50.6%;
    --lf-stroke-error-strong: 0 84.2% 60.2%;
    --lf-stroke-error-weak: 0 90.6% 70.8%;
    --lf-stroke-error-weakest: 0 96.3% 89.4%;
    --lf-stroke-success-strongest: 142.1 76.2% 36.3%;
    --lf-stroke-success-strong: 142.1 70.6% 45.3%;
    --lf-stroke-success-weak: 142.1 70.6% 45.3%;
    --lf-stroke-success-weak-opacity: .3;
    --lf-stroke-success-weakest: 141 78.9% 85.1%;
    --lf-stroke-warning-strongest: 32.1 94.6% 43.7%;
    --lf-stroke-warning-strong: 37.7 92.1% 50.2%;
    --lf-stroke-warning-weak: 37.7 92.1% 50.2%;
    --lf-stroke-warning-weak-opacity: .3;
    --lf-stroke-warning-weakest: 48 96.6% 76.7%;
    --lf-content-heading: 230 10% 11.8%;
    --lf-content-body: 230 10% 11.8%;
    --lf-content-body-strong: 226.7 5% 35.5%;
    --lf-content-body-weak: 230 2.4% 51.8%;
    --lf-content-body-placeholder: 240 3.1% 68%;
    --lf-content-body-disabled: 210 2.4% 83.9%;
    --lf-content-body-invert: 0 0% 100%;
    --lf-content-body-tags: 231.4 100% 67.1%;
    --lf-content-body-highlight: 221.4 96.6% 53.5%;
    --lf-content-body-notice: 240 87.1% 66.5%;
    --lf-content-body-error: 0 72.2% 50.6%;
    --lf-content-body-warning: 37.7 92.1% 50.2%;
    --lf-content-body-warning-strong: 26 90.5% 37.1%;
    --lf-content-body-success: 142.1 76.2% 36.3%;
    --lf-content-body-constant-light: 0 0% 98%;
    --lf-content-body-constant-dark: 230 10% 11.8%;
    --lf-content-body-link-strong: 231.4 100% 67.1%;
    --lf-content-body-link-weak: 231.2 100% 72%;
    --lf-icon-strongest: 230 10% 11.8%;
    --lf-icon-strong: 212.7 11.3% 19%;
    --lf-icon-weak: 226.7 5% 35.5%;
    --lf-icon-weaker: 240 3.1% 68%;
    --lf-icon-disabled: 210 2.4% 83.9%;
    --lf-icon-invert: 0 0% 100%;
    --lf-icon-info: 221.4 96.6% 53.5%;
    --lf-icon-error: 0 84.2% 60.2%;
    --lf-icon-success: 142.1 76.2% 36.3%;
    --lf-icon-constant: 216 12.8% 7.6%;
    --lf-icon-highlight: 255.1 91.7% 76.3%;
    --lf-fill-maximal: 0 0% 100%;
    --lf-fill-superstrong: 180 4.8% 95.9%;
    --lf-fill-strongest: 240 3.2% 93.9%;
    --lf-fill-stronger: 240 2.4% 92%;
    --lf-fill-strong: 210 3.8% 89.8%;
    --lf-fill-weak: 210 2.4% 83.9%;
    --lf-fill-weaker: 230 2.4% 51.8%;
    --lf-fill-invert: 230 10% 11.8%;
    --lf-fill-brand: 62 92% 55.7%;
    --lf-fill-brand-weak: 55.5 89.7% 62%;
    --lf-fill-reference: 231.4 100% 67.1%;
    --lf-fill-reference-opacity: .6;
    --lf-fill-hover-superstrong: 210 3.8% 89.8%;
    --lf-fill-hover-strongest: 240 2.4% 92%;
    --lf-fill-hover-stronger: 240 3.2% 93.9%;
    --lf-fill-hover-strong: 180 4.8% 95.9%;
    --lf-fill-hover-weak: 0 0% 98%;
    --lf-fill-hover-invert: 226.7 11.4% 15.5%;
    --lf-fill-hover-brand: 62.1 83.3% 53.1%;
    --lf-fill-hover-brand-weak: 61.9 75.3% 50.8%;
    --lf-fill-hover-reference: 231.4 100% 67.1%;
    --lf-fill-hover-reference-opacity: .6;
    --lf-fill-pressed-superstrong: 210 2.4% 83.9%;
    --lf-fill-pressed-strongest: 210 2.8% 85.9%;
    --lf-fill-pressed-stronger: 210 3.2% 87.8%;
    --lf-fill-pressed-strong: 210 3.8% 89.8%;
    --lf-fill-pressed-weak: 240 2.4% 92%;
    --lf-fill-pressed-invert: 212.7 11.3% 19%;
    --lf-fill-pressed-brand: 61.9 75.3% 50.8%;
    --lf-fill-error-strongest: 0 96.3% 42.9%;
    --lf-fill-error-stronger: 0 72.2% 50.6%;
    --lf-fill-error-strong: 0 84.2% 60.2%;
    --lf-fill-error-weak: 0 90.6% 70.8%;
    --lf-fill-error-weaker: 0 93.5% 81.8%;
    --lf-fill-error-weakest: 0 85.7% 97.3%;
    --lf-fill-success-strongest: 142.8 64.2% 24.1%;
    --lf-fill-success-stronger: 142.4 71.8% 29.2%;
    --lf-fill-success-strong: 142.1 76.2% 36.3%;
    --lf-fill-success-weak: 141.9 69.2% 58%;
    --lf-fill-success-weaker: 141.7 76.6% 73.1%;
    --lf-fill-success-weakest: 138.5 76.5% 96.7%;
    --lf-fill-warning-strongest: 32.1 94.6% 43.7%;
    --lf-fill-warning-strong: 37.7 92.1% 50.2%;
    --lf-fill-warning-weak: 43.3 96.4% 56.3%;
    --lf-fill-warning-weaker: 45.9 96.7% 64.5%;
    --lf-fill-warning-weakest: 54.5 91.7% 95.3%;
    --lf-fill-highlight-strongest: 231.4 100% 67.1%;
    --lf-fill-highlight-strong: 205 83.3% 85.9%;
    --lf-fill-highlight-weak: 221.3 100% 96.9%;
    --lf-fill-notice: 240 85.7% 97.3%;
    --lf-fill-tag-info: 205 83.3% 85.9%;
    --lf-fill-tag-success: 142.1 70.6% 45.3%;
    --lf-fill-tag-success-opacity: .3;
    --lf-partner-qistas: 43.4 100% 61%;
    --lf-navigation-text: 226.7 11.4% 15.5%;
    --lf-navigation-text-weak: 240 3.1% 68%;
    --lf-navigation-icon: 226.7 11.4% 15.5%;
    --lf-navigation-fill-hover: 240 3.2% 93.9%;
    --lf-navigation-fill-press: 210 3.2% 87.8%;
    --lf-navigation-fill-focus: 240 3.2% 93.9%;
    --lf-risk-glow-high: 0 84.2% 60.2%;
    --lf-risk-glow-mid: 37.7 92.1% 50.2%;
    --lf-risk-glow-low: 142.1 70.6% 45.3%;
    --lf-risk-glow-neutral: 202.5 31.4% 20%;
    --lf-risk-fill-neutral: 240 3.1% 68%;
    --lf-risk-fill-low: 142.1 70.6% 45.3%;
    --lf-risk-fill-mid: 37.7 92.1% 50.2%;
    --lf-risk-fill-high: 0 84.2% 60.2%;
    --lf-risk-border-neutral: 240 3.1% 68%;
    --lf-risk-border-low: 141.7 76.6% 73.1%;
    --lf-risk-border-mid: 45.9 96.7% 64.5%;
    --lf-risk-border-high: 0 93.5% 81.8%;
    --lf-dropzone-start: 210 3.2% 87.8%;
    --lf-dropzone-stop: 210 2.4% 83.9%;
    --lf-spinner-from: 177.8 14.4% 36.7%;
    --lf-spinner-to: 202.5 31.4% 20%;
    --lf-carousel-dot-active: 202.5 31.4% 20%;
    --lf-carousel-dot-inactive: 210 2.4% 83.9%;
    --lf-knowledge-icon-bg-clauses: 231.3 100% 77.1%;
    --lf-knowledge-icon-bg-document: 141.7 76.6% 73.1%;
    --lf-knowledge-icon-bg-email: 255.1 91.7% 76.3%;
    --lf-knowledge-icon-bg-qa: 62 92% 55.7%;
    --lf-knowledge-icon-bg-webSource: 0 96.3% 89.4%;
    --lf-stickyNote-border: 47.2 67.1% 72.5%;
    --lf-stickyNote-bg: 48.4 100% 93.9%;
    --lf-stickyNote-inputBg: 0 0% 100%;
    --lf-stickyNote-inputBg-opacity: .6;
    --lf-partyAvatar-bg: 35.7 22.1% 62.7%;
    --lf-partyAvatar-text: 0 0% 100%;
  }

  .dark, [data-theme="dark"] {
    --lf-surface-main: 240 9.1% 4.3%;
    --lf-surface-base: 230 10% 11.8%;
    --lf-surface-invert: 180 4.8% 95.9%;
    --lf-surface-nav: 216 12.8% 7.6%;
    --lf-surface-white: 0 0% 100%;
    --lf-surface-overlay: 216 12.8% 7.6%;
    --lf-surface-overlay-opacity: .65;
    --lf-surface-modal: 230 10% 11.8%;
    --lf-surface-card: 230 10% 11.8%;
    --lf-stroke-strongest: 240 3.1% 68%;
    --lf-stroke-strong: 230 2.4% 51.8%;
    --lf-stroke-weak: 226.7 5% 35.5%;
    --lf-stroke-weaker: 212.7 11.3% 19%;
    --lf-stroke-frail: 230 10% 11.8%;
    --lf-stroke-weakest: 220 12% 9.8%;
    --lf-stroke-disabled: 212.7 11.3% 19%;
    --lf-stroke-brand: 62.1 83.3% 53.1%;
    --lf-stroke-focus-strongest: 231.4 100% 67.1%;
    --lf-stroke-focus-strong: 231.3 100% 77.1%;
    --lf-stroke-focus-weak: 230.6 100% 90%;
    --lf-stroke-error-strongest: 0 72.2% 50.6%;
    --lf-stroke-error-strong: 0 84.2% 60.2%;
    --lf-stroke-error-weak: 0 90.6% 70.8%;
    --lf-stroke-error-weakest: 0 96.3% 89.4%;
    --lf-stroke-warning-strongest: 32.1 94.6% 43.7%;
    --lf-stroke-warning-strong: 37.7 92.1% 50.2%;
    --lf-stroke-warning-weak: 37.7 92.1% 50.2%;
    --lf-stroke-warning-weak-opacity: .3;
    --lf-stroke-warning-weakest: 48 96.6% 76.7%;
    --lf-stroke-success-strongest: 142.1 76.2% 36.3%;
    --lf-stroke-success-strong: 142.1 70.6% 45.3%;
    --lf-stroke-success-weak: 142.1 70.6% 45.3%;
    --lf-stroke-success-weak-opacity: .3;
    --lf-stroke-success-weakest: 141 78.9% 85.1%;
    --lf-content-heading: 0 0% 98%;
    --lf-content-body: 0 0% 98%;
    --lf-content-body-strong: 240 3.1% 68%;
    --lf-content-body-weak: 230 2.4% 51.8%;
    --lf-content-body-placeholder: 226.7 5% 35.5%;
    --lf-content-body-disabled: 212.7 11.3% 19%;
    --lf-content-body-invert: 240 9.1% 4.3%;
    --lf-content-body-tags: 231.4 100% 67.1%;
    --lf-content-body-highlight: 221.4 96.6% 53.5%;
    --lf-content-body-notice: 240 87.1% 66.5%;
    --lf-content-body-error: 0 90.6% 70.8%;
    --lf-content-body-warning: 43.3 96.4% 56.3%;
    --lf-content-body-warning-strong: 48 96.6% 76.7%;
    --lf-content-body-success: 141.9 69.2% 58%;
    --lf-content-body-constant-light: 0 0% 98%;
    --lf-content-body-constant-dark: 230 10% 11.8%;
    --lf-content-body-link-strong: 231.4 100% 67.1%;
    --lf-content-body-link-weak: 231.2 100% 72%;
    --lf-icon-strongest: 0 0% 100%;
    --lf-icon-strong: 212.7 11.3% 19%;
    --lf-icon-weak: 240 3.1% 68%;
    --lf-icon-weaker: 240 3.1% 68%;
    --lf-icon-disabled: 226.7 5% 35.5%;
    --lf-icon-invert: 230 10% 11.8%;
    --lf-icon-info: 231.2 100% 72%;
    --lf-icon-error: 0 84.2% 60.2%;
    --lf-icon-success: 142.1 76.2% 36.3%;
    --lf-icon-constant: 216 12.8% 7.6%;
    --lf-icon-highlight: 258.3 89.5% 66.3%;
    --lf-fill-maximal: 216 12.8% 7.6%;
    --lf-fill-superstrong: 220 12% 9.8%;
    --lf-fill-strongest: 230 10% 11.8%;
    --lf-fill-stronger: 230 10% 11.8%;
    --lf-fill-strong: 226.7 11.4% 15.5%;
    --lf-fill-weak: 212.7 11.3% 19%;
    --lf-fill-weaker: 230 2.4% 51.8%;
    --lf-fill-brand: 62 92% 55.7%;
    --lf-fill-brand-weak: 55.5 89.7% 62%;
    --lf-fill-invert: 0 0% 98%;
    --lf-fill-reference: 231.4 100% 67.1%;
    --lf-fill-reference-opacity: .6;
    --lf-fill-hover-superstrong: 212.7 11.3% 19%;
    --lf-fill-hover-strongest: 212.7 11.3% 19%;
    --lf-fill-hover-stronger: 226.7 11.4% 15.5%;
    --lf-fill-hover-strong: 230 10% 11.8%;
    --lf-fill-hover-weak: 216 12.8% 7.6%;
    --lf-fill-hover-invert: 180 4.8% 95.9%;
    --lf-fill-hover-brand: 62.1 83.3% 53.1%;
    --lf-fill-hover-brand-weak: 61.9 75.3% 50.8%;
    --lf-fill-hover-reference: 231.4 100% 67.1%;
    --lf-fill-hover-reference-opacity: .6;
    --lf-fill-pressed-superstrong: 230 2.4% 51.8%;
    --lf-fill-pressed-strongest: 226.7 5% 35.5%;
    --lf-fill-pressed-stronger: 226.7 5% 35.5%;
    --lf-fill-pressed-strong: 212.7 11.3% 19%;
    --lf-fill-pressed-weak: 226.7 11.4% 15.5%;
    --lf-fill-pressed-invert: 240 3.2% 93.9%;
    --lf-fill-pressed-brand: 61.9 75.3% 50.8%;
    --lf-fill-error-strongest: 0 96.3% 42.9%;
    --lf-fill-error-stronger: 0 72.2% 50.6%;
    --lf-fill-error-strong: 0 84.2% 60.2%;
    --lf-fill-error-weak: 0 90.6% 70.8%;
    --lf-fill-error-weaker: 0 90.6% 70.8%;
    --lf-fill-error-weakest: 0 84.2% 60.2%;
    --lf-fill-error-weakest-opacity: .2;
    --lf-fill-success-strongest: 142.8 64.2% 24.1%;
    --lf-fill-success-stronger: 142.4 71.8% 29.2%;
    --lf-fill-success-strong: 142.1 76.2% 36.3%;
    --lf-fill-success-weak: 141.9 69.2% 58%;
    --lf-fill-success-weaker: 141.7 76.6% 73.1%;
    --lf-fill-success-weakest: 142.1 70.6% 45.3%;
    --lf-fill-success-weakest-opacity: .2;
    --lf-fill-warning-strongest: 32.1 94.6% 43.7%;
    --lf-fill-warning-strong: 37.7 92.1% 50.2%;
    --lf-fill-warning-weak: 43.3 96.4% 56.3%;
    --lf-fill-warning-weaker: 45.9 96.7% 64.5%;
    --lf-fill-warning-weakest: 37.7 92.1% 50.2%;
    --lf-fill-warning-weakest-opacity: .2;
    --lf-fill-highlight-strongest: 231.4 100% 67.1%;
    --lf-fill-highlight-strong: 231.4 100% 67.1%;
    --lf-fill-highlight-strong-opacity: .3;
    --lf-fill-highlight-weak: 231.4 100% 67.1%;
    --lf-fill-highlight-weak-opacity: .3;
    --lf-fill-notice: 240 85.7% 97.3%;
    --lf-fill-tag-info: 231.4 100% 67.1%;
    --lf-fill-tag-info-opacity: .3;
    --lf-fill-tag-success: 142.1 70.6% 45.3%;
    --lf-fill-tag-success-opacity: .3;
    --lf-partner-qistas: 43.4 100% 61%;
    --lf-navigation-text: 0 0% 100%;
    --lf-navigation-text-weak: 240 9.1% 4.3%;
    --lf-navigation-icon: 0 0% 100%;
    --lf-navigation-fill-hover: 212.7 11.3% 19%;
    --lf-navigation-fill-press: 226.7 5% 35.5%;
    --lf-navigation-fill-focus: 212.7 11.3% 19%;
    --lf-risk-glow-high: 0 84.2% 60.2%;
    --lf-risk-glow-mid: 37.7 92.1% 50.2%;
    --lf-risk-glow-low: 142.1 70.6% 45.3%;
    --lf-risk-glow-neutral: 202.5 31.4% 20%;
    --lf-risk-fill-neutral: 230 2.4% 51.8%;
    --lf-risk-fill-low: 142.1 70.6% 45.3%;
    --lf-risk-fill-mid: 37.7 92.1% 50.2%;
    --lf-risk-fill-high: 0 84.2% 60.2%;
    --lf-risk-border-neutral: 240 3.1% 68%;
    --lf-risk-border-low: 141.7 76.6% 73.1%;
    --lf-risk-border-mid: 45.9 96.7% 64.5%;
    --lf-risk-border-high: 0 93.5% 81.8%;
    --lf-dropzone-start: 202.5 31.4% 20%;
    --lf-dropzone-stop: 210 2.4% 83.9%;
    --lf-spinner-from: 177.8 14.4% 36.7%;
    --lf-spinner-to: 202.5 31.4% 20%;
    --lf-carousel-dot-active: 202.5 31.4% 20%;
    --lf-carousel-dot-inactive: 210 2.4% 83.9%;
    --lf-knowledge-icon-bg-clauses: 231.3 100% 77.1%;
    --lf-knowledge-icon-bg-document: 141.7 76.6% 73.1%;
    --lf-knowledge-icon-bg-email: 255.1 91.7% 76.3%;
    --lf-knowledge-icon-bg-qa: 62 92% 55.7%;
    --lf-knowledge-icon-bg-webSource: 0 96.3% 89.4%;
    --lf-stickyNote-border: 47.2 67.1% 72.5%;
    --lf-stickyNote-bg: 48.4 100% 93.9%;
    --lf-stickyNote-inputBg: 0 0% 100%;
    --lf-stickyNote-inputBg-opacity: .6;
    --lf-partyAvatar-bg: 35.7 22.1% 62.7%;
    --lf-partyAvatar-text: 0 0% 100%;
  }
}

@layer components;

@layer utilities {
  .\@container {
    container-type: inline-size;
  }

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

  .pointer-events-auto\! {
    pointer-events: auto !important;
  }

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

  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .mask-blocked-background:after {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../assets/blocked-background.svg");
    mask-image: url("../assets/blocked-background.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: 0;
  }

  .inset-2\! {
    inset: calc(var(--spacing) * 2) !important;
  }

  .-inset-x-6 {
    inset-inline: calc(var(--spacing) * -6);
  }

  .inset-x-0 {
    inset-inline: 0;
  }

  .inset-y-0 {
    inset-block: 0;
  }

  .inset-y-2\! {
    inset-block: calc(var(--spacing) * 2) !important;
  }

  .inset-y-\[2px\] {
    inset-block: 2px;
  }

  .-start-3 {
    inset-inline-start: calc(var(--spacing) * -3);
  }

  .-start-10 {
    inset-inline-start: calc(var(--spacing) * -10);
  }

  .start-0 {
    inset-inline-start: calc(var(--spacing) * 0);
  }

  .start-1 {
    inset-inline-start: calc(var(--spacing) * 1);
  }

  .start-2\! {
    inset-inline-start: calc(var(--spacing) * 2) !important;
  }

  .start-3 {
    inset-inline-start: calc(var(--spacing) * 3);
  }

  .start-5 {
    inset-inline-start: calc(var(--spacing) * 5);
  }

  .start-7 {
    inset-inline-start: calc(var(--spacing) * 7);
  }

  .start-9 {
    inset-inline-start: calc(var(--spacing) * 9);
  }

  .start-\[calc\(50\%\+0\.475rem\)\] {
    inset-inline-start: calc(50% + .475rem);
  }

  .start-full {
    inset-inline-start: 100%;
  }

  .-end-1 {
    inset-inline-end: calc(var(--spacing) * -1);
  }

  .-end-3 {
    inset-inline-end: calc(var(--spacing) * -3);
  }

  .end-0 {
    inset-inline-end: calc(var(--spacing) * 0);
  }

  .end-1 {
    inset-inline-end: calc(var(--spacing) * 1);
  }

  .end-1\.5 {
    inset-inline-end: calc(var(--spacing) * 1.5);
  }

  .end-2 {
    inset-inline-end: calc(var(--spacing) * 2);
  }

  .end-3 {
    inset-inline-end: calc(var(--spacing) * 3);
  }

  .end-3\! {
    inset-inline-end: calc(var(--spacing) * 3) !important;
  }

  .end-4 {
    inset-inline-end: calc(var(--spacing) * 4);
  }

  .end-6 {
    inset-inline-end: calc(var(--spacing) * 6);
  }

  .end-8 {
    inset-inline-end: calc(var(--spacing) * 8);
  }

  .end-\[-12px\] {
    inset-inline-end: -12px;
  }

  .-top-1 {
    top: calc(var(--spacing) * -1);
  }

  .-top-3 {
    top: calc(var(--spacing) * -3);
  }

  .-top-5 {
    top: calc(var(--spacing) * -5);
  }

  .top-0 {
    top: 0;
  }

  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }

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

  .top-2 {
    top: calc(var(--spacing) * 2);
  }

  .top-3 {
    top: calc(var(--spacing) * 3);
  }

  .top-3\! {
    top: calc(var(--spacing) * 3) !important;
  }

  .top-8 {
    top: calc(var(--spacing) * 8);
  }

  .top-\[2px\] {
    top: 2px;
  }

  .top-\[5px\] {
    top: 5px;
  }

  .top-\[7px\] {
    top: 7px;
  }

  .top-\[18px\] {
    top: 18px;
  }

  .top-\[var\(--category-top\)\] {
    top: var(--category-top);
  }

  .top-\[var\(--lf-body-padding\)\] {
    top: var(--lf-body-padding);
  }

  .top-\[var\(--search-top\)\] {
    top: var(--search-top);
  }

  .bottom-0 {
    bottom: 0;
  }

  .bottom-1 {
    bottom: var(--spacing);
  }

  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }

  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }

  .bottom-3\! {
    bottom: calc(var(--spacing) * 3) !important;
  }

  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }

  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }

  .bottom-7 {
    bottom: calc(var(--spacing) * 7);
  }

  .bottom-\[-2px\] {
    bottom: -2px;
  }

  .bottom-\[-12px\] {
    bottom: -12px;
  }

  .isolate {
    isolation: isolate;
  }

  .-z-10 {
    z-index: calc(10 * -1);
  }

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

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

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

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

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

  .z-\[5\] {
    z-index: 5;
  }

  .z-\[100\] {
    z-index: 100;
  }

  .z-\[110\] {
    z-index: 110;
  }

  .z-\[120\] {
    z-index: 120;
  }

  .z-\[130\] {
    z-index: 130;
  }

  .z-\[150\] {
    z-index: 150;
  }

  .z-\[160\] {
    z-index: 160;
  }

  .z-\[200\] {
    z-index: 200;
  }

  .z-\[9999\] {
    z-index: 9999;
  }

  .order-first {
    order: -9999;
  }

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .col-span-3 {
    grid-column: span 3 / span 3;
  }

  .col-span-8 {
    grid-column: span 8 / span 8;
  }

  .col-start-1 {
    grid-column-start: 1;
  }

  .col-start-2 {
    grid-column-start: 2;
  }

  .row-start-1 {
    grid-row-start: 1;
  }

  .row-start-2 {
    grid-row-start: 2;
  }

  .container {
    width: 100%;
  }

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

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

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

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

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

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

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

  .prose {
    color: hsl(var(--lf-content-body) / var(--lf-content-body-opacity, 1));
    max-width: 100%;
  }

  .prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-family: sans-serif;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-weight: 400;
    font-size: round(calc(var(--font-scale) * 14px), 1px);
    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);
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1.25em;
    line-height: 1.6;
  }

  .prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    font-weight: 600;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    text-decoration: underline;
  }

  .prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-family: sans-serif;
    font-weight: 600;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-size: round(calc(var(--font-scale) * 14px), 1px);
  }

  .prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-weight: 600;
    text-decoration: underline;
  }

  .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .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"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: decimal;
  }

  .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"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: disc;
  }

  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: hsl(var(--lf-content-body-strong) / var(--lf-content-body-strong-opacity, 1));
    font-weight: 400;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-size: round(calc(var(--font-scale) * 14px), 1px);
  }

  .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: hsl(var(--lf-content-body-strong) / var(--lf-content-body-strong-opacity, 1));
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-weight: 400;
    font-size: round(calc(var(--font-scale) * 14px), 1px);
  }

  .prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: hsl(var(--lf-content-body-strong) / var(--lf-content-body-strong-opacity, 1));
    font-weight: 600;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-size: round(calc(var(--font-scale) * 14px), 1px);
    margin-top: 1.25em;
  }

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

  .prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: hsl(var(--lf-content-body) / var(--lf-content-body-opacity, 1));
    border-inline-start-width: 0;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "“""”""‘""’";
    font-style: italic;
    font-weight: normal;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-size: round(calc(var(--font-scale) * 14px), 1px);
    background-color: hsl(var(--lf-surface-card) / var(--lf-surface-card-opacity, 1));
    padding-inline-start: 1em;
    border-radius: .75rem;
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding: 1rem 1.5rem;
  }

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

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

  .prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: round(calc(var(--font-scale) * 16px), 1px);
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    margin-top: 0;
    margin-bottom: .888889em;
    font-family: sans-serif;
  }

  .prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 600;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-family: sans-serif;
    font-size: round(calc(var(--font-scale) * 16px), 1px);
  }

  .prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: round(calc(var(--font-scale) * 16px), 1px);
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    margin-top: 2em;
    margin-bottom: 1em;
    font-family: sans-serif;
  }

  .prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 600;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-family: sans-serif;
    font-size: round(calc(var(--font-scale) * 16px), 1px);
  }

  .prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: round(calc(var(--font-scale) * 14px), 1px);
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    margin-top: 1.6em;
    margin-bottom: .6em;
    font-family: sans-serif;
  }

  .prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 600;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
  }

  .prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-family: sans-serif;
    font-size: round(calc(var(--font-scale) * 14px), 1px);
    margin-top: 1.5em;
    margin-bottom: .5em;
  }

  .prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 600;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-family: sans-serif;
    font-size: round(calc(var(--font-scale) * 14px), 1px);
  }

  .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"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
    display: block;
  }

  .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"] *)) {
    color: hsl(var(--lf-stroke-weak) / var(--lf-stroke-weak-opacity, 1));
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    padding-top: .1875em;
    padding-inline-end: .375em;
    font-family: inherit;
    font-size: .875em;
    font-weight: 600;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    padding-bottom: .1875em;
    border-radius: .3125rem;
    padding-inline-start: .375em;
  }

  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 400;
    font-size: round(calc(var(--font-scale) * 14px), 1px);
    line-height: round(calc(var(--font-scale) * 20px), 1px);
  }

  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .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"] *)), .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: .875em;
  }

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

  .prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .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);
    padding-top: .857143em;
    padding-inline-end: 1.14286em;
    padding-bottom: .857143em;
    border-radius: .375rem;
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
    padding-inline-start: 1.14286em;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.71429;
    overflow-x: auto;
  }

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

  .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .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"] *)) {
    table-layout: auto;
    width: 100%;
    margin: 1rem 0;
    font-size: .875em;
    line-height: 1.71429;
  }

  .prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: hsl(var(--lf-stroke-weak) / var(--lf-stroke-weak-opacity, 1));
    background-color: hsl(var(--lf-fill-strongest) / var(--lf-fill-strongest-opacity, 1));
  }

  .prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    vertical-align: bottom;
    padding-inline-end: .571429em;
    font-weight: 600;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-family: sans-serif;
    font-size: round(calc(var(--font-scale) * 14px), 1px);
    padding-bottom: .571429em;
    padding-inline-start: .571429em;
  }

  .prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: hsl(var(--lf-stroke-weak) / var(--lf-stroke-weak-opacity, 1));
    margin: 1rem 3rem;
  }

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

  .prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: baseline;
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-weight: 400;
    font-size: round(calc(var(--font-scale) * 14px), 1px);
  }

  .prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: hsl(var(--lf-stroke-weak) / var(--lf-stroke-weak-opacity, 1));
  }

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

  .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);
    margin-top: .857143em;
    font-size: .875em;
    line-height: 1.42857;
  }

  .prose {
    --tw-prose-body: oklch(37.3% .034 259.733);
    --tw-prose-headings: oklch(21% .034 264.665);
    --tw-prose-lead: oklch(44.6% .03 256.802);
    --tw-prose-links: oklch(21% .034 264.665);
    --tw-prose-bold: oklch(21% .034 264.665);
    --tw-prose-counters: oklch(55.1% .027 264.364);
    --tw-prose-bullets: oklch(87.2% .01 258.338);
    --tw-prose-hr: oklch(92.8% .006 264.531);
    --tw-prose-quotes: oklch(21% .034 264.665);
    --tw-prose-quote-borders: oklch(92.8% .006 264.531);
    --tw-prose-captions: oklch(55.1% .027 264.364);
    --tw-prose-kbd: oklch(21% .034 264.665);
    --tw-prose-kbd-shadows: oklab(21% -.00316127 -.0338527 / .1);
    --tw-prose-code: oklch(21% .034 264.665);
    --tw-prose-pre-code: oklch(92.8% .006 264.531);
    --tw-prose-pre-bg: oklch(27.8% .033 256.848);
    --tw-prose-th-borders: oklch(87.2% .01 258.338);
    --tw-prose-td-borders: oklch(92.8% .006 264.531);
    --tw-prose-invert-body: oklch(87.2% .01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% .022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% .022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% .03 256.802);
    --tw-prose-invert-hr: oklch(37.3% .034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% .003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% .034 259.733);
    --tw-prose-invert-captions: oklch(70.7% .022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: #ffffff1a;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% .01 258.338);
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: oklch(44.6% .03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% .034 259.733);
    font-size: round(calc(var(--font-scale) * 14px), 1px);
    line-height: round(calc(var(--font-scale) * 20px), 1px);
  }

  .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: .5em;
    margin-bottom: .5em;
  }

  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-weight: 400;
    font-size: round(calc(var(--font-scale) * 14px), 1px);
    padding-inline-start: .375em;
  }

  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .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: .75em;
    margin-bottom: .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: .5em;
    padding-inline-start: 1.625em;
  }

  .prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .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: .571429em;
    padding-inline-end: .571429em;
    padding-bottom: .571429em;
    padding-inline-start: .571429em;
  }

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

  .prose {
    word-break: break-word;
    font-family: sans-serif;
    font-weight: 400;
  }

  .prose :where(del):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(s):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: hsl(var(--lf-content-body-error) / var(--lf-content-body-error-opacity, 1));
    text-decoration: line-through;
  }

  .prose :where(del[data-disabled]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    display: none;
  }

  .prose :where(ins):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: hsl(var(--lf-content-body-success) / var(--lf-content-body-success-opacity, 1));
    text-decoration: underline;
  }

  .prose :where(ins[data-disabled]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    text-decoration: none;
  }

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

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

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

  .prose :where(blockquote p:last-of-type:not(:has([data-inline-source]))):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: "”";
  }

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

  .prose :where(thead tr th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    line-height: round(calc(var(--font-scale) * 20px), 1px);
    font-family: sans-serif;
    font-weight: 600;
    font-size: round(calc(var(--font-scale) * 14px), 1px);
  }

  .prose :where(tbody tr:hover):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    background-color: hsl(var(--lf-fill-hover-weak) / var(--lf-fill-hover-weak-opacity, 1));
  }

  .prose :where(td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding: 1rem 0 !important;
  }

  .prose :where(caption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    line-height: round(calc(var(--font-scale) * 16px), 1px);
    font-family: sans-serif;
    font-weight: 300;
    font-size: round(calc(var(--font-scale) * 12px), 1px);
    margin: 0 1rem 3rem;
  }

  .-m-1 {
    margin: calc(var(--spacing) * -1);
  }

  .m-0 {
    margin: 0;
  }

  .m-0\.5 {
    margin: calc(var(--spacing) * .5);
  }

  .m-2 {
    margin: calc(var(--spacing) * 2);
  }

  .m-3 {
    margin: calc(var(--spacing) * 3);
  }

  .m-auto {
    margin: auto;
  }

  .container {
    margin-inline: auto;
    padding-inline: 1rem;
  }

  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }

  .-mx-1\.5 {
    margin-inline: calc(var(--spacing) * -1.5);
  }

  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }

  .-mx-3 {
    margin-inline: calc(var(--spacing) * -3);
  }

  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }

  .-mx-5 {
    margin-inline: calc(var(--spacing) * -5);
  }

  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }

  .mx-0 {
    margin-inline: 0;
  }

  .mx-0\.5 {
    margin-inline: calc(var(--spacing) * .5);
  }

  .mx-1 {
    margin-inline: var(--spacing);
  }

  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }

  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }

  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }

  .mx-7 {
    margin-inline: calc(var(--spacing) * 7);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .-my-1 {
    margin-block: calc(var(--spacing) * -1);
  }

  .my-0 {
    margin-block: 0;
  }

  .my-0\.5 {
    margin-block: calc(var(--spacing) * .5);
  }

  .my-1 {
    margin-block: var(--spacing);
  }

  .my-1\.5 {
    margin-block: calc(var(--spacing) * 1.5);
  }

  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }

  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }

  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }

  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }

  .my-\[-5px\] {
    margin-block: -5px;
  }

  .-ms-1 {
    margin-inline-start: calc(var(--spacing) * -1);
  }

  .-ms-1\.5 {
    margin-inline-start: calc(var(--spacing) * -1.5);
  }

  .-ms-2 {
    margin-inline-start: calc(var(--spacing) * -2);
  }

  .-ms-3 {
    margin-inline-start: calc(var(--spacing) * -3);
  }

  .ms-1 {
    margin-inline-start: var(--spacing);
  }

  .ms-1\.5 {
    margin-inline-start: calc(var(--spacing) * 1.5);
  }

  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }

  .ms-3 {
    margin-inline-start: calc(var(--spacing) * 3);
  }

  .ms-3\.5 {
    margin-inline-start: calc(var(--spacing) * 3.5);
  }

  .ms-8 {
    margin-inline-start: calc(var(--spacing) * 8);
  }

  .ms-auto {
    margin-inline-start: auto;
  }

  .-me-0\.5 {
    margin-inline-end: calc(var(--spacing) * -.5);
  }

  .-me-2 {
    margin-inline-end: calc(var(--spacing) * -2);
  }

  .me-1 {
    margin-inline-end: var(--spacing);
  }

  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }

  .me-3 {
    margin-inline-end: calc(var(--spacing) * 3);
  }

  .me-4 {
    margin-inline-end: calc(var(--spacing) * 4);
  }

  .me-auto {
    margin-inline-end: auto;
  }

  .prose-sm {
    font-size: .875rem;
    line-height: 1.71429;
  }

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

  .prose-sm :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .888889em;
    margin-bottom: .888889em;
    font-size: 1.28571em;
    line-height: 1.55556;
  }

  .prose-sm :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.33333em;
    margin-bottom: 1.33333em;
    padding-inline-start: 1.11111em;
  }

  .prose-sm :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: .8em;
    font-size: 2.14286em;
    line-height: 1.2;
  }

  .prose-sm :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: .8em;
    font-size: 1.42857em;
    line-height: 1.4;
  }

  .prose-sm :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.55556em;
    margin-bottom: .444444em;
    font-size: 1.28571em;
    line-height: 1.55556;
  }

  .prose-sm :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.42857em;
    margin-bottom: .571429em;
    line-height: 1.42857;
  }

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

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

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

  .prose-sm :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .142857em;
    padding-inline-end: .357143em;
    padding-bottom: .142857em;
    border-radius: .3125rem;
    padding-inline-start: .357143em;
    font-size: .857143em;
  }

  .prose-sm :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .857143em;
  }

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

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

  .prose-sm :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .666667em;
    padding-inline-end: 1em;
    padding-bottom: .666667em;
    border-radius: .25rem;
    margin-top: 1.66667em;
    margin-bottom: 1.66667em;
    padding-inline-start: 1em;
    font-size: .857143em;
    line-height: 1.66667;
  }

  .prose-sm :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.14286em;
    margin-bottom: 1.14286em;
    padding-inline-start: 1.57143em;
  }

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

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

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

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

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

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

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

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

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

  .prose-sm :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.14286em;
  }

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

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

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

  .prose-sm :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .857143em;
    line-height: 1.5;
  }

  .prose-sm :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 1em;
    padding-bottom: .666667em;
    padding-inline-start: 1em;
  }

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

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

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

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

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

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

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

  .prose-sm :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .666667em;
    font-size: .857143em;
    line-height: 1.33333;
  }

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

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

  .-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }

  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }

  .mt-0 {
    margin-top: 0;
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: var(--spacing);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }

  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }

  .mt-\[-3px\] {
    margin-top: -3px;
  }

  .mt-\[6px\] {
    margin-top: 6px;
  }

  .mt-auto {
    margin-top: auto;
  }

  .mt-px {
    margin-top: 1px;
  }

  .-mb-3 {
    margin-bottom: calc(var(--spacing) * -3);
  }

  .-mb-px {
    margin-bottom: -1px;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  .mb-1 {
    margin-bottom: var(--spacing);
  }

  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-auto {
    margin-bottom: auto;
  }

  .line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .line-clamp-none {
    -webkit-line-clamp: unset;
    -webkit-box-orient: horizontal;
    display: block;
    overflow: visible;
  }

  .block {
    display: block;
  }

  .block\! {
    display: block !important;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .flex\! {
    display: flex !important;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .inline-flex\! {
    display: inline-flex !important;
  }

  .inline-grid {
    display: inline-grid;
  }

  .list-item {
    display: list-item;
  }

  .table {
    display: table;
  }

  .table-cell {
    display: table-cell;
  }

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

  .size-1 {
    width: var(--spacing);
    height: var(--spacing);
  }

  .size-1\.5 {
    width: calc(var(--spacing) * 1.5);
    height: calc(var(--spacing) * 1.5);
  }

  .size-2 {
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
  }

  .size-2\.5 {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
  }

  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-4\! {
    width: calc(var(--spacing) * 4) !important;
    height: calc(var(--spacing) * 4) !important;
  }

  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }

  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }

  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }

  .size-\[9px\] {
    width: 9px;
    height: 9px;
  }

  .size-\[14px\] {
    width: 14px;
    height: 14px;
  }

  .size-\[18px\] {
    width: 18px;
    height: 18px;
  }

  .size-\[34px\] {
    width: 34px;
    height: 34px;
  }

  .size-auto {
    width: auto;
    height: auto;
  }

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

  .\!h-content {
    height: auto !important;
  }

  .h-0 {
    height: 0;
  }

  .h-1 {
    height: var(--spacing);
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-7 {
    height: calc(var(--spacing) * 7);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-11 {
    height: calc(var(--spacing) * 11);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-14 {
    height: calc(var(--spacing) * 14);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-28 {
    height: calc(var(--spacing) * 28);
  }

  .h-40 {
    height: calc(var(--spacing) * 40);
  }

  .h-48 {
    height: calc(var(--spacing) * 48);
  }

  .h-72 {
    height: calc(var(--spacing) * 72);
  }

  .h-96 {
    height: calc(var(--spacing) * 96);
  }

  .h-\[3px\] {
    height: 3px;
  }

  .h-\[7px\] {
    height: 7px;
  }

  .h-\[9px\] {
    height: 9px;
  }

  .h-\[10px\] {
    height: 10px;
  }

  .h-\[14px\] {
    height: 14px;
  }

  .h-\[18px\] {
    height: 18px;
  }

  .h-\[22px\] {
    height: 22px;
  }

  .h-\[29px\] {
    height: 29px;
  }

  .h-\[34px\] {
    height: 34px;
  }

  .h-\[150px\] {
    height: 150px;
  }

  .h-\[332px\] {
    height: 332px;
  }

  .h-\[865px\]\! {
    height: 865px !important;
  }

  .h-\[min\(740px\,calc\(100dvh-5rem\)\)\] {
    height: min(740px, 100dvh - 5rem);
  }

  .h-\[min\(900px\,calc\(100dvh-5rem\)\)\] {
    height: min(900px, 100dvh - 5rem);
  }

  .h-\[var\(--lf-tabs-list-height\)\] {
    height: var(--lf-tabs-list-height);
  }

  .h-\[var\(--radix-select-trigger-height\)\] {
    height: var(--radix-select-trigger-height);
  }

  .h-auto {
    height: auto;
  }

  .h-auto\! {
    height: auto !important;
  }

  .h-dvh {
    height: 100dvh;
  }

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

  .h-full {
    height: 100%;
  }

  .h-progress-card {
    height: var(--lf-progress-card-height);
  }

  .h-px {
    height: 1px;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-0 {
    max-height: 0;
  }

  .max-h-7 {
    max-height: calc(var(--spacing) * 7);
  }

  .max-h-8 {
    max-height: calc(var(--spacing) * 8);
  }

  .max-h-10 {
    max-height: calc(var(--spacing) * 10);
  }

  .max-h-11 {
    max-height: calc(var(--spacing) * 11);
  }

  .max-h-14 {
    max-height: calc(var(--spacing) * 14);
  }

  .max-h-32 {
    max-height: calc(var(--spacing) * 32);
  }

  .max-h-48 {
    max-height: calc(var(--spacing) * 48);
  }

  .max-h-64 {
    max-height: calc(var(--spacing) * 64);
  }

  .max-h-72 {
    max-height: calc(var(--spacing) * 72);
  }

  .max-h-80 {
    max-height: calc(var(--spacing) * 80);
  }

  .max-h-96 {
    max-height: calc(var(--spacing) * 96);
  }

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

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

  .max-h-\[70\%\] {
    max-height: 70%;
  }

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

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

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

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

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

  .max-h-\[100px\] {
    max-height: 100px;
  }

  .max-h-\[260px\] {
    max-height: 260px;
  }

  .max-h-\[280px\] {
    max-height: 280px;
  }

  .max-h-\[600px\] {
    max-height: 600px;
  }

  .max-h-\[calc\(100dvh-2rem\)\] {
    max-height: calc(100dvh - 2rem);
  }

  .max-h-\[calc\(var\(--radix-tooltip-content-available-height\)_-_1rem\)\] {
    max-height: calc(var(--radix-tooltip-content-available-height) - 1rem);
  }

  .max-h-\[calc\(var\(--radix-tooltip-content-available-height\)_-_3rem\)\] {
    max-height: calc(var(--radix-tooltip-content-available-height) - 3rem);
  }

  .max-h-\[min\(24rem\,calc\(var\(--radix-popover-content-available-height\,100dvh\)-5rem\)\)\] {
    max-height: min(24rem, calc(var(--radix-popover-content-available-height, 100dvh) - 5rem));
  }

  .max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
    max-height: var(--radix-dropdown-menu-content-available-height);
  }

  .max-h-screen {
    max-height: 100vh;
  }

  .min-h-0 {
    min-height: 0;
  }

  .min-h-1\.5 {
    min-height: calc(var(--spacing) * 1.5);
  }

  .min-h-2 {
    min-height: calc(var(--spacing) * 2);
  }

  .min-h-2\.5 {
    min-height: calc(var(--spacing) * 2.5);
  }

  .min-h-3 {
    min-height: calc(var(--spacing) * 3);
  }

  .min-h-4 {
    min-height: calc(var(--spacing) * 4);
  }

  .min-h-4\! {
    min-height: calc(var(--spacing) * 4) !important;
  }

  .min-h-5 {
    min-height: calc(var(--spacing) * 5);
  }

  .min-h-6 {
    min-height: calc(var(--spacing) * 6);
  }

  .min-h-7 {
    min-height: calc(var(--spacing) * 7);
  }

  .min-h-8 {
    min-height: calc(var(--spacing) * 8);
  }

  .min-h-9 {
    min-height: calc(var(--spacing) * 9);
  }

  .min-h-10 {
    min-height: calc(var(--spacing) * 10);
  }

  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }

  .min-h-12 {
    min-height: calc(var(--spacing) * 12);
  }

  .min-h-14 {
    min-height: calc(var(--spacing) * 14);
  }

  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }

  .min-h-24 {
    min-height: calc(var(--spacing) * 24);
  }

  .min-h-28 {
    min-height: calc(var(--spacing) * 28);
  }

  .min-h-40 {
    min-height: calc(var(--spacing) * 40);
  }

  .min-h-44 {
    min-height: calc(var(--spacing) * 44);
  }

  .min-h-\[7px\] {
    min-height: 7px;
  }

  .min-h-\[14px\] {
    min-height: 14px;
  }

  .min-h-\[18px\] {
    min-height: 18px;
  }

  .min-h-\[60px\] {
    min-height: 60px;
  }

  .min-h-\[120px\] {
    min-height: 120px;
  }

  .min-h-\[200px\] {
    min-height: 200px;
  }

  .min-h-\[var\(--lf-progress-card-height\)\] {
    min-height: var(--lf-progress-card-height);
  }

  .min-h-copilot-input {
    min-height: 120px;
  }

  .min-h-copilot-input-minimal {
    min-height: 42px;
  }

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

  .min-h-px {
    min-height: 1px;
  }

  .w-\(--radix-popover-trigger-width\) {
    width: var(--radix-popover-trigger-width);
  }

  .w-\(--sidebar-width\) {
    width: var(--sidebar-width);
  }

  .w-0 {
    width: 0;
  }

  .w-0\.5 {
    width: calc(var(--spacing) * .5);
  }

  .w-1 {
    width: var(--spacing);
  }

  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }

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

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

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }

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

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

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }

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

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

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

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

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-7 {
    width: calc(var(--spacing) * 7);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-11 {
    width: calc(var(--spacing) * 11);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-14 {
    width: calc(var(--spacing) * 14);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-24 {
    width: calc(var(--spacing) * 24);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-40 {
    width: calc(var(--spacing) * 40);
  }

  .w-48 {
    width: calc(var(--spacing) * 48);
  }

  .w-56 {
    width: calc(var(--spacing) * 56);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-72 {
    width: calc(var(--spacing) * 72);
  }

  .w-80 {
    width: calc(var(--spacing) * 80);
  }

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

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

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

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

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

  .w-\[90\%\] {
    width: 90%;
  }

  .w-\[95\%\] {
    width: 95%;
  }

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

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

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

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

  .w-\[400px\]\! {
    width: 400px !important;
  }

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

  .w-\[448px\]\! {
    width: 448px !important;
  }

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

  .w-\[640px\]\! {
    width: 640px !important;
  }

  .w-\[1068px\]\! {
    width: 1068px !important;
  }

  .w-\[1166px\]\! {
    width: 1166px !important;
  }

  .w-\[calc\(100\%-40px\)\] {
    width: calc(100% - 40px);
  }

  .w-\[calc\(100vw-1\.5rem\)\] {
    width: calc(100vw - 1.5rem);
  }

  .w-\[min\(386px\,calc\(100vw-32px\)\)\] {
    width: min(386px, 100vw - 32px);
  }

  .w-\[var\(--radix-dropdown-menu-trigger-width\)\] {
    width: var(--radix-dropdown-menu-trigger-width);
  }

  .w-auto {
    width: auto;
  }

  .w-auto\! {
    width: auto !important;
  }

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

  .w-full {
    width: 100%;
  }

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

  .w-px {
    width: 1px;
  }

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

  .max-w-5xl {
    max-width: var(--container-5xl);
  }

  .max-w-10 {
    max-width: calc(var(--spacing) * 10);
  }

  .max-w-28 {
    max-width: calc(var(--spacing) * 28);
  }

  .max-w-32 {
    max-width: calc(var(--spacing) * 32);
  }

  .max-w-36 {
    max-width: calc(var(--spacing) * 36);
  }

  .max-w-48 {
    max-width: calc(var(--spacing) * 48);
  }

  .max-w-52 {
    max-width: calc(var(--spacing) * 52);
  }

  .max-w-56 {
    max-width: calc(var(--spacing) * 56);
  }

  .max-w-60 {
    max-width: calc(var(--spacing) * 60);
  }

  .max-w-64 {
    max-width: calc(var(--spacing) * 64);
  }

  .max-w-72 {
    max-width: calc(var(--spacing) * 72);
  }

  .max-w-80 {
    max-width: calc(var(--spacing) * 80);
  }

  .max-w-96 {
    max-width: calc(var(--spacing) * 96);
  }

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

  .max-w-\[80\%\] {
    max-width: 80%;
  }

  .max-w-\[85\%\] {
    max-width: 85%;
  }

  .max-w-\[90\%\] {
    max-width: 90%;
  }

  .max-w-\[90vw\]\! {
    max-width: 90vw !important;
  }

  .max-w-\[95\%\] {
    max-width: 95%;
  }

  .max-w-\[100dvw\] {
    max-width: 100dvw;
  }

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

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

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

  .max-w-\[320px\]\! {
    max-width: 320px !important;
  }

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

  .max-w-\[min\(24rem\,calc\(100vw-1rem\)\)\] {
    max-width: min(24rem, 100vw - 1rem);
  }

  .max-w-\[min\(1180px\,94vw\)\] {
    max-width: min(1180px, 94vw);
  }

  .max-w-\[min\(1400px\,96vw\)\] {
    max-width: min(1400px, 96vw);
  }

  .max-w-\[var\(--radix-select-trigger-width\)\] {
    max-width: var(--radix-select-trigger-width);
  }

  .max-w-\[var\(--radix-tooltip-content-available-width\)\] {
    max-width: var(--radix-tooltip-content-available-width);
  }

  .max-w-conversation {
    max-width: var(--lf-conversation-max-width);
  }

  .max-w-full {
    max-width: 100%;
  }

  .max-w-md {
    max-width: var(--container-md);
  }

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

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

  .max-w-none\! {
    max-width: none !important;
  }

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .max-w-xs {
    max-width: var(--container-xs);
  }

  .min-w-0 {
    min-width: 0;
  }

  .min-w-1\.5 {
    min-width: calc(var(--spacing) * 1.5);
  }

  .min-w-2 {
    min-width: calc(var(--spacing) * 2);
  }

  .min-w-2\.5 {
    min-width: calc(var(--spacing) * 2.5);
  }

  .min-w-3 {
    min-width: calc(var(--spacing) * 3);
  }

  .min-w-3\.5 {
    min-width: calc(var(--spacing) * 3.5);
  }

  .min-w-4 {
    min-width: calc(var(--spacing) * 4);
  }

  .min-w-4\! {
    min-width: calc(var(--spacing) * 4) !important;
  }

  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }

  .min-w-6 {
    min-width: calc(var(--spacing) * 6);
  }

  .min-w-7 {
    min-width: calc(var(--spacing) * 7);
  }

  .min-w-8 {
    min-width: calc(var(--spacing) * 8);
  }

  .min-w-9 {
    min-width: calc(var(--spacing) * 9);
  }

  .min-w-10 {
    min-width: calc(var(--spacing) * 10);
  }

  .min-w-12 {
    min-width: calc(var(--spacing) * 12);
  }

  .min-w-14 {
    min-width: calc(var(--spacing) * 14);
  }

  .min-w-28 {
    min-width: calc(var(--spacing) * 28);
  }

  .min-w-32 {
    min-width: calc(var(--spacing) * 32);
  }

  .min-w-44 {
    min-width: calc(var(--spacing) * 44);
  }

  .min-w-48 {
    min-width: calc(var(--spacing) * 48);
  }

  .min-w-52 {
    min-width: calc(var(--spacing) * 52);
  }

  .min-w-80 {
    min-width: calc(var(--spacing) * 80);
  }

  .min-w-\[2ch\] {
    min-width: 2ch;
  }

  .min-w-\[3ch\] {
    min-width: 3ch;
  }

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

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

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

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

  .min-w-\[var\(--radix-popover-trigger-width\)\] {
    min-width: var(--radix-popover-trigger-width);
  }

  .min-w-\[var\(--radix-select-trigger-width\)\] {
    min-width: var(--radix-select-trigger-width);
  }

  .min-w-full {
    min-width: 100%;
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-initial {
    flex: 0 auto;
  }

  .flex-none {
    flex: none;
  }

  .shrink {
    flex-shrink: 1;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

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

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

  .border-separate {
    border-collapse: separate;
  }

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

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

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

  .translate-1 {
    --tw-translate-x: var(--spacing);
    --tw-translate-y: var(--spacing);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-2 {
    --tw-translate-x: calc(var(--spacing) * 2);
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-2 {
    --tw-translate-x: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-0 {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-1 {
    --tw-translate-y: var(--spacing);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-50 {
    --tw-scale-x: 50%;
    --tw-scale-y: 50%;
    --tw-scale-z: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .-scale-x-100 {
    --tw-scale-x: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-x-0 {
    --tw-scale-x: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-\[0\.97\] {
    scale: .97;
  }

  .icon-turn {
    rotate: var(--icon-turn, 0deg);
    transition: transform .3s ease-out, rotate .6s cubic-bezier(.22, 1, .36, 1);
  }

  .rotate-0 {
    rotate: 0deg;
  }

  .rotate-90 {
    rotate: 90deg;
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-typing-dots span {
    animation: 1.4s ease-in-out infinite both typing-dot;
  }

  .animate-typing-dots span:first-child {
    animation-delay: 0s;
  }

  .animate-typing-dots span:nth-child(2) {
    animation-delay: .2s;
  }

  .animate-typing-dots span:nth-child(3) {
    animation-delay: .4s;
  }

  .\[animation\:clear-conversation-spin_400ms_ease-out\] {
    animation: .4s ease-out clear-conversation-spin;
  }

  .\[animation\:external-launch_450ms_ease-in-out\] {
    animation: .45s ease-in-out external-launch;
  }

  .animate-indeterminate-progress {
    animation: 1.5s ease-in-out infinite indeterminate-progress;
  }

  .animate-none\! {
    animation: none !important;
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .animate-pulse-secure {
    animation: 2s ease-in-out infinite pulse-secure;
  }

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

  .animate-spin {
    animation: var(--animate-spin);
  }

  .animate-spinner {
    animation: 1.3s ease-in-out infinite spinner;
  }

  .animate-spotlight {
    animation: 2s linear infinite spotlight;
  }

  .animate-upload-bounce-in {
    animation: .4s cubic-bezier(.16, 1, .3, 1) both upload-bounce-in;
  }

  .animate-upload-row-in {
    animation: .3s cubic-bezier(.16, 1, .3, 1) both upload-row-in;
  }

  .animate-voice-wave {
    animation: 1.2s ease-in-out infinite voice-wave;
  }

  .cursor-auto {
    cursor: auto;
  }

  .cursor-col-resize {
    cursor: col-resize;
  }

  .cursor-default {
    cursor: default;
  }

  .cursor-ew-resize {
    cursor: ew-resize;
  }

  .cursor-grab {
    cursor: grab;
  }

  .cursor-grabbing {
    cursor: grabbing;
  }

  .cursor-help {
    cursor: help;
  }

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

  .cursor-ns-resize {
    cursor: ns-resize;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .cursor-text {
    cursor: text;
  }

  .cursor-wait {
    cursor: wait;
  }

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

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

  .resize {
    resize: both;
  }

  .resize-none {
    resize: none;
  }

  .scroll-my-2 {
    scroll-margin-block: calc(var(--spacing) * 2);
  }

  .\[scrollbar-width\:none\] {
    scrollbar-width: none;
  }

  .\[scrollbar-width\:thin\] {
    scrollbar-width: thin;
  }

  .\[scrollbar-gutter\:stable\] {
    scrollbar-gutter: stable;
  }

  .list-inside {
    list-style-position: inside;
  }

  .list-disc {
    list-style-type: disc;
  }

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

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

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

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

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

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

  .grid-cols-\[0fr\] {
    grid-template-columns: 0fr;
  }

  .grid-cols-\[0fr_1fr\] {
    grid-template-columns: 0fr 1fr;
  }

  .grid-cols-\[1fr\] {
    grid-template-columns: 1fr;
  }

  .grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .grid-cols-\[20px_1fr\] {
    grid-template-columns: 20px 1fr;
  }

  .grid-cols-\[minmax\(0\,1fr\)\] {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-cols-\[minmax\(0\,1fr\)_400px\] {
    grid-template-columns: minmax(0, 1fr) 400px;
  }

  .grid-cols-\[repeat\(8\,24px\)\] {
    grid-template-columns: repeat(8, 24px);
  }

  .grid-rows-\[0fr\] {
    grid-template-rows: 0fr;
  }

  .grid-rows-\[1fr\] {
    grid-template-rows: 1fr;
  }

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

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

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

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

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

  .place-items-center {
    place-items: center;
  }

  .place-items-start {
    place-items: start;
  }

  .items-baseline {
    align-items: baseline;
  }

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

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

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

  .items-stretch {
    align-items: stretch;
  }

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

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

  .justify-end {
    justify-content: flex-end;
  }

  .justify-normal {
    justify-content: normal;
  }

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

  .justify-items-end {
    justify-items: end;
  }

  .gap-0 {
    gap: 0;
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: var(--spacing);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .gap-\[5px\] {
    gap: 5px;
  }

  .gap-px {
    gap: 1px;
  }

  :where(.space-y-0\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * .5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * .5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }

  .gap-x-1\.5 {
    column-gap: calc(var(--spacing) * 1.5);
  }

  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }

  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }

  :where(.space-x-1 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(var(--spacing) * var(--tw-space-x-reverse));
    margin-inline-end: calc(var(--spacing) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }

  .gap-y-1 {
    row-gap: var(--spacing);
  }

  .gap-y-1\.5 {
    row-gap: calc(var(--spacing) * 1.5);
  }

  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-stroke-weaker > :not(:last-child)) {
    border-color: hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1));
  }

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

  .self-end {
    align-self: flex-end;
  }

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

  .self-stretch {
    align-self: stretch;
  }

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

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-hidden\! {
    overflow: hidden !important;
  }

  .overflow-visible {
    overflow: visible;
  }

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

  .overflow-x-hidden {
    overflow-x: hidden;
  }

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

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

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

  .overscroll-contain {
    overscroll-behavior: contain;
  }

  .scroll-smooth {
    scroll-behavior: smooth;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-\[0\.625rem\] {
    border-radius: .625rem;
  }

  .rounded-\[2px\] {
    border-radius: 2px;
  }

  .rounded-\[3px\] {
    border-radius: 3px;
  }

  .rounded-\[4px\] {
    border-radius: 4px;
  }

  .rounded-\[5px\] {
    border-radius: 5px;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-\[11px\] {
    border-radius: 11px;
  }

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

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

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .rounded-md {
    border-radius: calc(var(--radius) - 2px);
  }

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

  .rounded-sm {
    border-radius: calc(var(--radius) - 4px);
  }

  .rounded-xl {
    border-radius: calc(var(--radius) + 2px);
  }

  .rounded-xl\! {
    border-radius: calc(var(--radius) + 2px) !important;
  }

  .rounded-xs {
    border-radius: calc(var(--radius) - 6px);
  }

  .rounded-xxl {
    border-radius: calc(var(--radius) + 4px);
  }

  .rounded-s-lg {
    border-start-start-radius: var(--radius);
    border-end-start-radius: var(--radius);
  }

  .rounded-s-none {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }

  .rounded-e-lg {
    border-start-end-radius: var(--radius);
    border-end-end-radius: var(--radius);
  }

  .rounded-e-none {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }

  .rounded-t-md {
    border-top-left-radius: calc(var(--radius) - 2px);
    border-top-right-radius: calc(var(--radius) - 2px);
  }

  .rounded-t-xl {
    border-top-left-radius: calc(var(--radius) + 2px);
    border-top-right-radius: calc(var(--radius) + 2px);
  }

  .rounded-b-md {
    border-bottom-right-radius: calc(var(--radius) - 2px);
    border-bottom-left-radius: calc(var(--radius) - 2px);
  }

  .rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }

  .border-\[7px\] {
    border-style: var(--tw-border-style);
    border-width: 7px;
  }

  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }

  .border-s {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 1px;
  }

  .border-s-2 {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 2px;
  }

  .border-s-4 {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 4px;
  }

  .border-e {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 1px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

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

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-fill-brand {
    border-color: hsl(var(--lf-fill-brand) / var(--lf-fill-brand-opacity, 1));
  }

  .border-fill-error-weaker {
    border-color: hsl(var(--lf-fill-error-weaker) / var(--lf-fill-error-weaker-opacity, 1));
  }

  .border-fill-highlight-strongest {
    border-color: hsl(var(--lf-fill-highlight-strongest) / var(--lf-fill-highlight-strongest-opacity, 1));
  }

  .border-fill-invert {
    border-color: hsl(var(--lf-fill-invert) / var(--lf-fill-invert-opacity, 1));
  }

  .border-fill-success-weaker {
    border-color: hsl(var(--lf-fill-success-weaker) / var(--lf-fill-success-weaker-opacity, 1));
  }

  .border-fill-superstrong {
    border-color: hsl(var(--lf-fill-superstrong) / var(--lf-fill-superstrong-opacity, 1));
  }

  .border-fill-warning-weaker {
    border-color: hsl(var(--lf-fill-warning-weaker) / var(--lf-fill-warning-weaker-opacity, 1));
  }

  .border-partner-qistas\/30 {
    border-color: hsl(var(--lf-partner-qistas) / var(--lf-partner-qistas-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-partner-qistas\/30 {
      border-color: color-mix(in oklab, hsl(var(--lf-partner-qistas) / var(--lf-partner-qistas-opacity, 1)) 30%, transparent);
    }
  }

  .border-stroke-brand {
    border-color: hsl(var(--lf-stroke-brand) / var(--lf-stroke-brand-opacity, 1));
  }

  .border-stroke-disabled {
    border-color: hsl(var(--lf-stroke-disabled) / var(--lf-stroke-disabled-opacity, 1));
  }

  .border-stroke-error-strong {
    border-color: hsl(var(--lf-stroke-error-strong) / var(--lf-stroke-error-strong-opacity, 1));
  }

  .border-stroke-error-weak {
    border-color: hsl(var(--lf-stroke-error-weak) / var(--lf-stroke-error-weak-opacity, 1));
  }

  .border-stroke-focus-strong {
    border-color: hsl(var(--lf-stroke-focus-strong) / var(--lf-stroke-focus-strong-opacity, 1));
  }

  .border-stroke-focus-strongest {
    border-color: hsl(var(--lf-stroke-focus-strongest) / var(--lf-stroke-focus-strongest-opacity, 1));
  }

  .border-stroke-focus-weak {
    border-color: hsl(var(--lf-stroke-focus-weak) / var(--lf-stroke-focus-weak-opacity, 1));
  }

  .border-stroke-frail {
    border-color: hsl(var(--lf-stroke-frail) / var(--lf-stroke-frail-opacity, 1));
  }

  .border-stroke-strong {
    border-color: hsl(var(--lf-stroke-strong) / var(--lf-stroke-strong-opacity, 1));
  }

  .border-stroke-success-strong {
    border-color: hsl(var(--lf-stroke-success-strong) / var(--lf-stroke-success-strong-opacity, 1));
  }

  .border-stroke-success-weak {
    border-color: hsl(var(--lf-stroke-success-weak) / var(--lf-stroke-success-weak-opacity, 1));
  }

  .border-stroke-warning-strong {
    border-color: hsl(var(--lf-stroke-warning-strong) / var(--lf-stroke-warning-strong-opacity, 1));
  }

  .border-stroke-warning-weak {
    border-color: hsl(var(--lf-stroke-warning-weak) / var(--lf-stroke-warning-weak-opacity, 1));
  }

  .border-stroke-warning-weakest {
    border-color: hsl(var(--lf-stroke-warning-weakest) / var(--lf-stroke-warning-weakest-opacity, 1));
  }

  .border-stroke-weak {
    border-color: hsl(var(--lf-stroke-weak) / var(--lf-stroke-weak-opacity, 1));
  }

  .border-stroke-weaker, .border-stroke-weaker\/40 {
    border-color: hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-stroke-weaker\/40 {
      border-color: color-mix(in oklab, hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1)) 40%, transparent);
    }
  }

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

  .border-t-icon-strongest {
    border-top-color: hsl(var(--lf-icon-strongest) / var(--lf-icon-strongest-opacity, 1));
  }

  .border-t-icon-weak {
    border-top-color: hsl(var(--lf-icon-weak) / var(--lf-icon-weak-opacity, 1));
  }

  .border-t-transparent {
    border-top-color: #0000;
  }

  .border-b-fill-invert {
    border-bottom-color: hsl(var(--lf-fill-invert) / var(--lf-fill-invert-opacity, 1));
  }

  .border-b-fill-warning-strong {
    border-bottom-color: hsl(var(--lf-fill-warning-strong) / var(--lf-fill-warning-strong-opacity, 1));
  }

  .bg-carousel-dot-active {
    background-color: hsl(var(--lf-carousel-dot-active) / var(--lf-carousel-dot-active-opacity, 1));
  }

  .bg-carousel-dot-inactive {
    background-color: hsl(var(--lf-carousel-dot-inactive) / var(--lf-carousel-dot-inactive-opacity, 1));
  }

  .bg-content-body-error {
    background-color: hsl(var(--lf-content-body-error) / var(--lf-content-body-error-opacity, 1));
  }

  .bg-content-body-invert {
    background-color: hsl(var(--lf-content-body-invert) / var(--lf-content-body-invert-opacity, 1));
  }

  .bg-content-body-success {
    background-color: hsl(var(--lf-content-body-success) / var(--lf-content-body-success-opacity, 1));
  }

  .bg-content-body-tags {
    background-color: hsl(var(--lf-content-body-tags) / var(--lf-content-body-tags-opacity, 1));
  }

  .bg-content-body-warning {
    background-color: hsl(var(--lf-content-body-warning) / var(--lf-content-body-warning-opacity, 1));
  }

  .bg-content-body-weak {
    background-color: hsl(var(--lf-content-body-weak) / var(--lf-content-body-weak-opacity, 1));
  }

  .bg-fill-brand, .bg-fill-brand\/10 {
    background-color: hsl(var(--lf-fill-brand) / var(--lf-fill-brand-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-brand\/10 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-brand) / var(--lf-fill-brand-opacity, 1)) 10%, transparent);
    }
  }

  .bg-fill-brand\/40 {
    background-color: hsl(var(--lf-fill-brand) / var(--lf-fill-brand-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-brand\/40 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-brand) / var(--lf-fill-brand-opacity, 1)) 40%, transparent);
    }
  }

  .bg-fill-error-strong {
    background-color: hsl(var(--lf-fill-error-strong) / var(--lf-fill-error-strong-opacity, 1));
  }

  .bg-fill-error-weak {
    background-color: hsl(var(--lf-fill-error-weak) / var(--lf-fill-error-weak-opacity, 1));
  }

  .bg-fill-error-weaker, .bg-fill-error-weaker\/30 {
    background-color: hsl(var(--lf-fill-error-weaker) / var(--lf-fill-error-weaker-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-error-weaker\/30 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-error-weaker) / var(--lf-fill-error-weaker-opacity, 1)) 30%, transparent);
    }
  }

  .bg-fill-error-weaker\/40 {
    background-color: hsl(var(--lf-fill-error-weaker) / var(--lf-fill-error-weaker-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-error-weaker\/40 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-error-weaker) / var(--lf-fill-error-weaker-opacity, 1)) 40%, transparent);
    }
  }

  .bg-fill-error-weakest {
    background-color: hsl(var(--lf-fill-error-weakest) / var(--lf-fill-error-weakest-opacity, 1));
  }

  .bg-fill-highlight-strong {
    background-color: hsl(var(--lf-fill-highlight-strong) / var(--lf-fill-highlight-strong-opacity, 1));
  }

  .bg-fill-highlight-strongest {
    background-color: hsl(var(--lf-fill-highlight-strongest) / var(--lf-fill-highlight-strongest-opacity, 1));
  }

  .bg-fill-highlight-weak {
    background-color: hsl(var(--lf-fill-highlight-weak) / var(--lf-fill-highlight-weak-opacity, 1));
  }

  .bg-fill-hover-strong {
    background-color: hsl(var(--lf-fill-hover-strong) / var(--lf-fill-hover-strong-opacity, 1));
  }

  .bg-fill-hover-stronger {
    background-color: hsl(var(--lf-fill-hover-stronger) / var(--lf-fill-hover-stronger-opacity, 1));
  }

  .bg-fill-hover-strongest {
    background-color: hsl(var(--lf-fill-hover-strongest) / var(--lf-fill-hover-strongest-opacity, 1));
  }

  .bg-fill-hover-superstrong {
    background-color: hsl(var(--lf-fill-hover-superstrong) / var(--lf-fill-hover-superstrong-opacity, 1));
  }

  .bg-fill-hover-weak {
    background-color: hsl(var(--lf-fill-hover-weak) / var(--lf-fill-hover-weak-opacity, 1));
  }

  .bg-fill-invert, .bg-fill-invert\/20 {
    background-color: hsl(var(--lf-fill-invert) / var(--lf-fill-invert-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-invert\/20 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-invert) / var(--lf-fill-invert-opacity, 1)) 20%, transparent);
    }
  }

  .bg-fill-maximal, .bg-fill-maximal\/40 {
    background-color: hsl(var(--lf-fill-maximal) / var(--lf-fill-maximal-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-maximal\/40 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-maximal) / var(--lf-fill-maximal-opacity, 1)) 40%, transparent);
    }
  }

  .bg-fill-maximal\/45 {
    background-color: hsl(var(--lf-fill-maximal) / var(--lf-fill-maximal-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-maximal\/45 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-maximal) / var(--lf-fill-maximal-opacity, 1)) 45%, transparent);
    }
  }

  .bg-fill-pressed-strong {
    background-color: hsl(var(--lf-fill-pressed-strong) / var(--lf-fill-pressed-strong-opacity, 1));
  }

  .bg-fill-pressed-weak {
    background-color: hsl(var(--lf-fill-pressed-weak) / var(--lf-fill-pressed-weak-opacity, 1));
  }

  .bg-fill-strong, .bg-fill-strong\/50 {
    background-color: hsl(var(--lf-fill-strong) / var(--lf-fill-strong-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-strong\/50 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-strong) / var(--lf-fill-strong-opacity, 1)) 50%, transparent);
    }
  }

  .bg-fill-stronger {
    background-color: hsl(var(--lf-fill-stronger) / var(--lf-fill-stronger-opacity, 1));
  }

  .bg-fill-strongest, .bg-fill-strongest\/5 {
    background-color: hsl(var(--lf-fill-strongest) / var(--lf-fill-strongest-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-strongest\/5 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-strongest) / var(--lf-fill-strongest-opacity, 1)) 5%, transparent);
    }
  }

  .bg-fill-success-strong {
    background-color: hsl(var(--lf-fill-success-strong) / var(--lf-fill-success-strong-opacity, 1));
  }

  .bg-fill-success-weak {
    background-color: hsl(var(--lf-fill-success-weak) / var(--lf-fill-success-weak-opacity, 1));
  }

  .bg-fill-success-weaker, .bg-fill-success-weaker\/20 {
    background-color: hsl(var(--lf-fill-success-weaker) / var(--lf-fill-success-weaker-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-success-weaker\/20 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-success-weaker) / var(--lf-fill-success-weaker-opacity, 1)) 20%, transparent);
    }
  }

  .bg-fill-success-weaker\/40 {
    background-color: hsl(var(--lf-fill-success-weaker) / var(--lf-fill-success-weaker-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-success-weaker\/40 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-success-weaker) / var(--lf-fill-success-weaker-opacity, 1)) 40%, transparent);
    }
  }

  .bg-fill-success-weaker\/60 {
    background-color: hsl(var(--lf-fill-success-weaker) / var(--lf-fill-success-weaker-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-success-weaker\/60 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-success-weaker) / var(--lf-fill-success-weaker-opacity, 1)) 60%, transparent);
    }
  }

  .bg-fill-success-weakest {
    background-color: hsl(var(--lf-fill-success-weakest) / var(--lf-fill-success-weakest-opacity, 1));
  }

  .bg-fill-superstrong, .bg-fill-superstrong\/40 {
    background-color: hsl(var(--lf-fill-superstrong) / var(--lf-fill-superstrong-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-superstrong\/40 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-superstrong) / var(--lf-fill-superstrong-opacity, 1)) 40%, transparent);
    }
  }

  .bg-fill-superstrong\/90 {
    background-color: hsl(var(--lf-fill-superstrong) / var(--lf-fill-superstrong-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-superstrong\/90 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-superstrong) / var(--lf-fill-superstrong-opacity, 1)) 90%, transparent);
    }
  }

  .bg-fill-warning-strong {
    background-color: hsl(var(--lf-fill-warning-strong) / var(--lf-fill-warning-strong-opacity, 1));
  }

  .bg-fill-warning-weak {
    background-color: hsl(var(--lf-fill-warning-weak) / var(--lf-fill-warning-weak-opacity, 1));
  }

  .bg-fill-warning-weaker, .bg-fill-warning-weaker\/25 {
    background-color: hsl(var(--lf-fill-warning-weaker) / var(--lf-fill-warning-weaker-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-warning-weaker\/25 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-warning-weaker) / var(--lf-fill-warning-weaker-opacity, 1)) 25%, transparent);
    }
  }

  .bg-fill-warning-weaker\/40 {
    background-color: hsl(var(--lf-fill-warning-weaker) / var(--lf-fill-warning-weaker-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-fill-warning-weaker\/40 {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-warning-weaker) / var(--lf-fill-warning-weaker-opacity, 1)) 40%, transparent);
    }
  }

  .bg-fill-warning-weakest {
    background-color: hsl(var(--lf-fill-warning-weakest) / var(--lf-fill-warning-weakest-opacity, 1));
  }

  .bg-fill-weak {
    background-color: hsl(var(--lf-fill-weak) / var(--lf-fill-weak-opacity, 1));
  }

  .bg-icon-disabled {
    background-color: hsl(var(--lf-icon-disabled) / var(--lf-icon-disabled-opacity, 1));
  }

  .bg-icon-strongest {
    background-color: hsl(var(--lf-icon-strongest) / var(--lf-icon-strongest-opacity, 1));
  }

  .bg-icon-weak {
    background-color: hsl(var(--lf-icon-weak) / var(--lf-icon-weak-opacity, 1));
  }

  .bg-partner-qistas\/5 {
    background-color: hsl(var(--lf-partner-qistas) / var(--lf-partner-qistas-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-partner-qistas\/5 {
      background-color: color-mix(in oklab, hsl(var(--lf-partner-qistas) / var(--lf-partner-qistas-opacity, 1)) 5%, transparent);
    }
  }

  .bg-risk-glow-neutral\/30 {
    background-color: hsl(var(--lf-risk-glow-neutral) / var(--lf-risk-glow-neutral-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-risk-glow-neutral\/30 {
      background-color: color-mix(in oklab, hsl(var(--lf-risk-glow-neutral) / var(--lf-risk-glow-neutral-opacity, 1)) 30%, transparent);
    }
  }

  .bg-stroke-error-weak {
    background-color: hsl(var(--lf-stroke-error-weak) / var(--lf-stroke-error-weak-opacity, 1));
  }

  .bg-stroke-focus-strongest {
    background-color: hsl(var(--lf-stroke-focus-strongest) / var(--lf-stroke-focus-strongest-opacity, 1));
  }

  .bg-stroke-frail {
    background-color: hsl(var(--lf-stroke-frail) / var(--lf-stroke-frail-opacity, 1));
  }

  .bg-stroke-success-strong {
    background-color: hsl(var(--lf-stroke-success-strong) / var(--lf-stroke-success-strong-opacity, 1));
  }

  .bg-stroke-success-strongest\/20 {
    background-color: hsl(var(--lf-stroke-success-strongest) / var(--lf-stroke-success-strongest-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-stroke-success-strongest\/20 {
      background-color: color-mix(in oklab, hsl(var(--lf-stroke-success-strongest) / var(--lf-stroke-success-strongest-opacity, 1)) 20%, transparent);
    }
  }

  .bg-stroke-weak {
    background-color: hsl(var(--lf-stroke-weak) / var(--lf-stroke-weak-opacity, 1));
  }

  .bg-stroke-weaker {
    background-color: hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1));
  }

  .bg-surface-base {
    background-color: hsl(var(--lf-surface-base) / var(--lf-surface-base-opacity, 1));
  }

  .bg-surface-invert {
    background-color: hsl(var(--lf-surface-invert) / var(--lf-surface-invert-opacity, 1));
  }

  .bg-surface-main, .bg-surface-main\/90 {
    background-color: hsl(var(--lf-surface-main) / var(--lf-surface-main-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-surface-main\/90 {
      background-color: color-mix(in oklab, hsl(var(--lf-surface-main) / var(--lf-surface-main-opacity, 1)) 90%, transparent);
    }
  }

  .bg-surface-modal {
    background-color: hsl(var(--lf-surface-modal) / var(--lf-surface-modal-opacity, 1));
  }

  .bg-surface-modal\! {
    background-color: hsl(var(--lf-surface-modal) / var(--lf-surface-modal-opacity, 1)) !important;
  }

  .bg-surface-overlay {
    background-color: hsl(var(--lf-surface-overlay) / var(--lf-surface-overlay-opacity, 1));
  }

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

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-dropzone-start {
    --tw-gradient-from: hsl(var(--lf-dropzone-start) / var(--lf-dropzone-start-opacity, 1));
    --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));
  }

  .from-fill-maximal {
    --tw-gradient-from: hsl(var(--lf-fill-maximal) / var(--lf-fill-maximal-opacity, 1));
    --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));
  }

  .from-fill-strong {
    --tw-gradient-from: hsl(var(--lf-fill-strong) / var(--lf-fill-strong-opacity, 1));
    --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));
  }

  .from-fill-strongest {
    --tw-gradient-from: hsl(var(--lf-fill-strongest) / var(--lf-fill-strongest-opacity, 1));
    --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));
  }

  .from-stroke-weaker {
    --tw-gradient-from: hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1));
    --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));
  }

  .from-surface-modal {
    --tw-gradient-from: hsl(var(--lf-surface-modal) / var(--lf-surface-modal-opacity, 1));
    --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));
  }

  .from-surface-nav {
    --tw-gradient-from: hsl(var(--lf-surface-nav) / var(--lf-surface-nav-opacity, 1));
    --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));
  }

  .from-transparent {
    --tw-gradient-from: transparent;
    --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));
  }

  .from-0\% {
    --tw-gradient-from-position: 0%;
  }

  .from-70\% {
    --tw-gradient-from-position: 70%;
  }

  .via-stroke-frail {
    --tw-gradient-via: hsl(var(--lf-stroke-frail) / var(--lf-stroke-frail-opacity, 1));
    --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);
  }

  .via-stroke-strong {
    --tw-gradient-via: hsl(var(--lf-stroke-strong) / var(--lf-stroke-strong-opacity, 1));
    --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);
  }

  .via-stroke-weak {
    --tw-gradient-via: hsl(var(--lf-stroke-weak) / var(--lf-stroke-weak-opacity, 1));
    --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);
  }

  .via-25\% {
    --tw-gradient-via-position: 25%;
  }

  .via-50\% {
    --tw-gradient-via-position: 50%;
  }

  .via-75\% {
    --tw-gradient-via-position: 75%;
  }

  .to-dropzone-stop\/20 {
    --tw-gradient-to: hsl(var(--lf-dropzone-stop) / var(--lf-dropzone-stop-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-dropzone-stop\/20 {
      --tw-gradient-to: color-mix(in oklab, hsl(var(--lf-dropzone-stop) / var(--lf-dropzone-stop-opacity, 1)) 20%, transparent);
    }
  }

  .to-dropzone-stop\/20 {
    --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));
  }

  .to-fill-brand\/20 {
    --tw-gradient-to: hsl(var(--lf-fill-brand) / var(--lf-fill-brand-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-fill-brand\/20 {
      --tw-gradient-to: color-mix(in oklab, hsl(var(--lf-fill-brand) / var(--lf-fill-brand-opacity, 1)) 20%, transparent);
    }
  }

  .to-fill-brand\/20 {
    --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));
  }

  .to-fill-maximal {
    --tw-gradient-to: hsl(var(--lf-fill-maximal) / var(--lf-fill-maximal-opacity, 1));
    --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));
  }

  .to-fill-superstrong {
    --tw-gradient-to: hsl(var(--lf-fill-superstrong) / var(--lf-fill-superstrong-opacity, 1));
    --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));
  }

  .to-stroke-strongest {
    --tw-gradient-to: hsl(var(--lf-stroke-strongest) / var(--lf-stroke-strongest-opacity, 1));
    --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));
  }

  .to-surface-nav {
    --tw-gradient-to: hsl(var(--lf-surface-nav) / var(--lf-surface-nav-opacity, 1));
    --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));
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --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));
  }

  .to-100\% {
    --tw-gradient-to-position: 100%;
  }

  .bg-\[length\:200\%_100\%\] {
    background-size: 200% 100%;
  }

  .fill-fill-invert {
    fill: hsl(var(--lf-fill-invert) / var(--lf-fill-invert-opacity, 1));
  }

  .fill-none {
    fill: none;
  }

  .fill-surface-invert {
    fill: hsl(var(--lf-surface-invert) / var(--lf-surface-invert-opacity, 1));
  }

  .stroke-stroke-weaker {
    stroke: hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1));
  }

  .object-contain {
    object-fit: contain;
  }

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

  .p-0 {
    padding: 0;
  }

  .p-0\.5 {
    padding: calc(var(--spacing) * .5);
  }

  .p-1 {
    padding: var(--spacing);
  }

  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

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

  .p-\[3px\] {
    padding: 3px;
  }

  .p-\[5px\] {
    padding: 5px;
  }

  .p-px {
    padding: 1px;
  }

  .px-0 {
    padding-inline: 0;
  }

  .px-0\.5 {
    padding-inline: calc(var(--spacing) * .5);
  }

  .px-1 {
    padding-inline: var(--spacing);
  }

  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }

  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }

  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }

  .px-\[6px\] {
    padding-inline: 6px;
  }

  .py-0 {
    padding-block: 0;
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1 {
    padding-block: var(--spacing);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .py-\[3px\] {
    padding-block: 3px;
  }

  .py-px {
    padding-block: 1px;
  }

  .ps-0\.5 {
    padding-inline-start: calc(var(--spacing) * .5);
  }

  .ps-1 {
    padding-inline-start: var(--spacing);
  }

  .ps-1\.5 {
    padding-inline-start: calc(var(--spacing) * 1.5);
  }

  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }

  .ps-2\.5 {
    padding-inline-start: calc(var(--spacing) * 2.5);
  }

  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }

  .ps-3\.5 {
    padding-inline-start: calc(var(--spacing) * 3.5);
  }

  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }

  .ps-6 {
    padding-inline-start: calc(var(--spacing) * 6);
  }

  .ps-8 {
    padding-inline-start: calc(var(--spacing) * 8);
  }

  .ps-10 {
    padding-inline-start: calc(var(--spacing) * 10);
  }

  .ps-12 {
    padding-inline-start: calc(var(--spacing) * 12);
  }

  .pe-1 {
    padding-inline-end: var(--spacing);
  }

  .pe-1\.5 {
    padding-inline-end: calc(var(--spacing) * 1.5);
  }

  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }

  .pe-2\.5 {
    padding-inline-end: calc(var(--spacing) * 2.5);
  }

  .pe-3 {
    padding-inline-end: calc(var(--spacing) * 3);
  }

  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }

  .pe-6 {
    padding-inline-end: calc(var(--spacing) * 6);
  }

  .pe-7 {
    padding-inline-end: calc(var(--spacing) * 7);
  }

  .pe-8 {
    padding-inline-end: calc(var(--spacing) * 8);
  }

  .pe-9 {
    padding-inline-end: calc(var(--spacing) * 9);
  }

  .pe-10 {
    padding-inline-end: calc(var(--spacing) * 10);
  }

  .pe-12 {
    padding-inline-end: calc(var(--spacing) * 12);
  }

  .pe-\[var\(--lf-launcher-inset\,1rem\)\] {
    padding-inline-end: var(--lf-launcher-inset, 1rem);
  }

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

  .pt-0\.5 {
    padding-top: calc(var(--spacing) * .5);
  }

  .pt-1 {
    padding-top: var(--spacing);
  }

  .pt-1\.5 {
    padding-top: calc(var(--spacing) * 1.5);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }

  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }

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

  .pb-0\.5 {
    padding-bottom: calc(var(--spacing) * .5);
  }

  .pb-1 {
    padding-bottom: var(--spacing);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }

  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }

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

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

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

  .-indent-3\.5 {
    text-indent: calc(var(--spacing) * -3.5);
  }

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

  .font-writer {
    text-transform: uppercase;
    font-variation-settings: "wght" 500;
    font-family: Legal Gothic, serif;
  }

  .font-sans {
    font-family: Inter, sans-serif;
  }

  .font-writer {
    font-family: Legal Gothic, serif;
  }

  .text-body {
    font-size: round(calc(var(--font-scale) * 16px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 20px), 1px));
    font-weight: var(--tw-font-weight, 400);
  }

  .text-body-large {
    font-size: round(calc(var(--font-scale) * 18px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 24px), 1px));
    font-weight: var(--tw-font-weight, 400);
  }

  .text-body-large-light {
    font-size: round(calc(var(--font-scale) * 18px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 24px), 1px));
    font-weight: var(--tw-font-weight, 300);
  }

  .text-body-large-semibold {
    font-size: round(calc(var(--font-scale) * 18px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 24px), 1px));
    font-weight: var(--tw-font-weight, 600);
  }

  .text-body-light {
    font-size: round(calc(var(--font-scale) * 16px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 20px), 1px));
    font-weight: var(--tw-font-weight, 300);
  }

  .text-body-semibold {
    font-size: round(calc(var(--font-scale) * 16px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 20px), 1px));
    font-weight: var(--tw-font-weight, 600);
  }

  .text-body-small {
    font-size: round(calc(var(--font-scale) * 14px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 20px), 1px));
    font-weight: var(--tw-font-weight, 400);
  }

  .text-body-small-bold {
    font-size: round(calc(var(--font-scale) * 14px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 20px), 1px));
    font-weight: var(--tw-font-weight, 700);
  }

  .text-body-small-light {
    font-size: round(calc(var(--font-scale) * 14px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 20px), 1px));
    font-weight: var(--tw-font-weight, 300);
  }

  .text-body-small-semibold {
    font-size: round(calc(var(--font-scale) * 14px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 20px), 1px));
    font-weight: var(--tw-font-weight, 600);
  }

  .text-body-xsmall {
    font-size: round(calc(var(--font-scale) * 13px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 18px), 1px));
    font-weight: var(--tw-font-weight, 400);
  }

  .text-body-xsmall-semibold {
    font-size: round(calc(var(--font-scale) * 13px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 18px), 1px));
    font-weight: var(--tw-font-weight, 600);
  }

  .text-caption {
    font-size: round(calc(var(--font-scale) * 12px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 16px), 1px));
    font-weight: var(--tw-font-weight, 400);
  }

  .text-caption-light {
    font-size: round(calc(var(--font-scale) * 12px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 16px), 1px));
    font-weight: var(--tw-font-weight, 300);
  }

  .text-caption-semibold {
    font-size: round(calc(var(--font-scale) * 12px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 16px), 1px));
    font-weight: var(--tw-font-weight, 600);
  }

  .text-display {
    font-size: round(calc(var(--font-scale) * 64px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 72px), 1px));
    font-weight: var(--tw-font-weight, 400);
  }

  .text-heading {
    font-size: round(calc(var(--font-scale) * 24px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 32px), 1px));
    font-weight: var(--tw-font-weight, 400);
  }

  .text-heading-light {
    font-size: round(calc(var(--font-scale) * 24px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 32px), 1px));
    font-weight: var(--tw-font-weight, 300);
  }

  .text-heading-semibold {
    font-size: round(calc(var(--font-scale) * 24px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 32px), 1px));
    font-weight: var(--tw-font-weight, 600);
  }

  .text-heading2 {
    font-size: round(calc(var(--font-scale) * 32px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 40px), 1px));
    font-weight: var(--tw-font-weight, 400);
  }

  .text-heading3 {
    font-size: round(calc(var(--font-scale) * 24px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 40px), 1px));
    font-weight: var(--tw-font-weight, 400);
  }

  .text-subheading {
    font-size: round(calc(var(--font-scale) * 18px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 28px), 1px));
    font-weight: var(--tw-font-weight, 400);
  }

  .text-subheading-light {
    font-size: round(calc(var(--font-scale) * 18px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 28px), 1px));
    font-weight: var(--tw-font-weight, 300);
  }

  .text-subheading-semibold {
    font-size: round(calc(var(--font-scale) * 18px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 28px), 1px));
    font-weight: var(--tw-font-weight, 600);
  }

  .text-title {
    font-size: round(calc(var(--font-scale) * 48px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 56px), 1px));
    font-weight: var(--tw-font-weight, 400);
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[17px\] {
    font-size: 17px;
  }

  .text-\[22px\] {
    font-size: 22px;
  }

  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }

  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }

  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[-0\.02em\] {
    --tw-tracking: -.02em;
    letter-spacing: -.02em;
  }

  .tracking-\[0\.06em\] {
    --tw-tracking: .06em;
    letter-spacing: .06em;
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\[overflow-wrap\:anywhere\] {
    overflow-wrap: anywhere;
  }

  .break-words {
    overflow-wrap: break-word;
  }

  .break-all {
    word-break: break-all;
  }

  .text-ellipsis {
    text-overflow: ellipsis;
  }

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

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

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

  .whitespace-pre-line {
    white-space: pre-line;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-content-body {
    color: hsl(var(--lf-content-body) / var(--lf-content-body-opacity, 1));
  }

  .text-content-body-constant-dark {
    color: hsl(var(--lf-content-body-constant-dark) / var(--lf-content-body-constant-dark-opacity, 1));
  }

  .text-content-body-constant-light {
    color: hsl(var(--lf-content-body-constant-light) / var(--lf-content-body-constant-light-opacity, 1));
  }

  .text-content-body-disabled {
    color: hsl(var(--lf-content-body-disabled) / var(--lf-content-body-disabled-opacity, 1));
  }

  .text-content-body-error {
    color: hsl(var(--lf-content-body-error) / var(--lf-content-body-error-opacity, 1));
  }

  .text-content-body-highlight {
    color: hsl(var(--lf-content-body-highlight) / var(--lf-content-body-highlight-opacity, 1));
  }

  .text-content-body-invert {
    color: hsl(var(--lf-content-body-invert) / var(--lf-content-body-invert-opacity, 1));
  }

  .text-content-body-link-strong {
    color: hsl(var(--lf-content-body-link-strong) / var(--lf-content-body-link-strong-opacity, 1));
  }

  .text-content-body-link-weak {
    color: hsl(var(--lf-content-body-link-weak) / var(--lf-content-body-link-weak-opacity, 1));
  }

  .text-content-body-placeholder {
    color: hsl(var(--lf-content-body-placeholder) / var(--lf-content-body-placeholder-opacity, 1));
  }

  .text-content-body-strong {
    color: hsl(var(--lf-content-body-strong) / var(--lf-content-body-strong-opacity, 1));
  }

  .text-content-body-success {
    color: hsl(var(--lf-content-body-success) / var(--lf-content-body-success-opacity, 1));
  }

  .text-content-body-tags {
    color: hsl(var(--lf-content-body-tags) / var(--lf-content-body-tags-opacity, 1));
  }

  .text-content-body-warning {
    color: hsl(var(--lf-content-body-warning) / var(--lf-content-body-warning-opacity, 1));
  }

  .text-content-body-warning-strong {
    color: hsl(var(--lf-content-body-warning-strong) / var(--lf-content-body-warning-strong-opacity, 1));
  }

  .text-content-body-weak {
    color: hsl(var(--lf-content-body-weak) / var(--lf-content-body-weak-opacity, 1));
  }

  .text-fill-maximal {
    color: hsl(var(--lf-fill-maximal) / var(--lf-fill-maximal-opacity, 1));
  }

  .text-fill-warning-strongest {
    color: hsl(var(--lf-fill-warning-strongest) / var(--lf-fill-warning-strongest-opacity, 1));
  }

  .text-icon-constant {
    color: hsl(var(--lf-icon-constant) / var(--lf-icon-constant-opacity, 1));
  }

  .text-icon-disabled\/80 {
    color: hsl(var(--lf-icon-disabled) / var(--lf-icon-disabled-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-icon-disabled\/80 {
      color: color-mix(in oklab, hsl(var(--lf-icon-disabled) / var(--lf-icon-disabled-opacity, 1)) 80%, transparent);
    }
  }

  .text-icon-error {
    color: hsl(var(--lf-icon-error) / var(--lf-icon-error-opacity, 1));
  }

  .text-icon-info {
    color: hsl(var(--lf-icon-info) / var(--lf-icon-info-opacity, 1));
  }

  .text-icon-strong {
    color: hsl(var(--lf-icon-strong) / var(--lf-icon-strong-opacity, 1));
  }

  .text-icon-strongest {
    color: hsl(var(--lf-icon-strongest) / var(--lf-icon-strongest-opacity, 1));
  }

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

  .text-icon-weak {
    color: hsl(var(--lf-icon-weak) / var(--lf-icon-weak-opacity, 1));
  }

  .text-icon-weaker {
    color: hsl(var(--lf-icon-weaker) / var(--lf-icon-weaker-opacity, 1));
  }

  .text-risk-fill-high {
    color: hsl(var(--lf-risk-fill-high) / var(--lf-risk-fill-high-opacity, 1));
  }

  .text-stroke-success-strong {
    color: hsl(var(--lf-stroke-success-strong) / var(--lf-stroke-success-strong-opacity, 1));
  }

  .text-stroke-success-strongest {
    color: hsl(var(--lf-stroke-success-strongest) / var(--lf-stroke-success-strongest-opacity, 1));
  }

  .text-stroke-weaker {
    color: hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1));
  }

  .text-surface-base {
    color: hsl(var(--lf-surface-base) / var(--lf-surface-base-opacity, 1));
  }

  .text-surface-white {
    color: hsl(var(--lf-surface-white) / var(--lf-surface-white-opacity, 1));
  }

  .text-transparent {
    color: #0000;
  }

  .capitalize {
    text-transform: capitalize;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .normal-case {
    text-transform: none;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .not-italic {
    font-style: normal;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .line-through {
    text-decoration-line: line-through;
  }

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

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

  .decoration-stroke-error-strong {
    -webkit-text-decoration-color: hsl(var(--lf-stroke-error-strong) / var(--lf-stroke-error-strong-opacity, 1));
    -webkit-text-decoration-color: hsl(var(--lf-stroke-error-strong) / var(--lf-stroke-error-strong-opacity, 1));
    text-decoration-color: hsl(var(--lf-stroke-error-strong) / var(--lf-stroke-error-strong-opacity, 1));
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-25 {
    opacity: .25;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-40 {
    opacity: .4;
  }

  .opacity-45 {
    opacity: .45;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-100 {
    opacity: 1;
  }

  .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-\[0_4px_34px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0 4px 34px var(--tw-shadow-color, #0000000f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_34px_0px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0px 4px 34px 0px var(--tw-shadow-color, #0000000f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-card-hover {
    --tw-shadow: 0px 0px 10px 0px var(--tw-shadow-color, #0000000a), 0px 0px 0px 5px var(--tw-shadow-color, #00000008);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px 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-overlay {
    --tw-shadow: 0 8px 8px -4px var(--tw-shadow-color, #0000000a), 0 20px 24px -4px var(--tw-shadow-color, #00000014);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-table-border {
    --tw-shadow: 0 1px 0 var(--tw-shadow-color, hsl(var(--lf-stroke-weaker)));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

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

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

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

  .ring-\[1\.5px\] {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-stroke-weak {
    --tw-ring-color: hsl(var(--lf-stroke-weak) / var(--lf-stroke-weak-opacity, 1));
  }

  .ring-stroke-weaker\/20 {
    --tw-ring-color: hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-stroke-weaker\/20 {
      --tw-ring-color: color-mix(in oklab, hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1)) 20%, transparent);
    }
  }

  .ring-offset-2 {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .ring-offset-surface-modal {
    --tw-ring-offset-color: hsl(var(--lf-surface-modal) / var(--lf-surface-modal-opacity, 1));
  }

  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {
    .outline-hidden {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

  .outline-hidden\! {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (forced-colors: active) {
    .outline-hidden\! {
      outline-offset: 2px !important;
      outline: 2px solid #0000 !important;
    }
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .outline-2 {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }

  .-outline-offset-2 {
    outline-offset: calc(2px * -1);
  }

  .outline-offset-4 {
    outline-offset: 4px;
  }

  .outline-stroke-brand {
    outline-color: hsl(var(--lf-stroke-brand) / var(--lf-stroke-brand-opacity, 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, );
  }

  .blur-\[3px\] {
    --tw-blur: blur(3px);
    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, );
  }

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

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

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

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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, );
  }

  .backdrop-blur-none {
    --tw-backdrop-blur:  ;
    -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, );
  }

  .backdrop-blur-xs {
    --tw-backdrop-blur: blur(var(--blur-xs));
    -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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[grid-template-columns\,margin\,opacity\] {
    transition-property: grid-template-columns, margin, opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[grid-template-rows\,opacity\,margin\] {
    transition-property: grid-template-rows, opacity, margin;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[grid-template-rows\,opacity\] {
    transition-property: grid-template-rows, opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[grid-template-rows\] {
    transition-property: grid-template-rows;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[height\] {
    transition-property: height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[left\,right\,width\] {
    transition-property: left, right, width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[max-height\] {
    transition-property: max-height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[max-width\,opacity\] {
    transition-property: max-width, opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[opacity\,background-color\] {
    transition-property: opacity, background-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[opacity\,transform\] {
    transition-property: opacity, transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[width\,opacity\,border-color\] {
    transition-property: width, opacity, border-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-none {
    transition-property: none;
  }

  .duration-100 {
    --tw-duration: .1s;
    transition-duration: .1s;
  }

  .duration-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

  .duration-1000 {
    --tw-duration: 1s;
    transition-duration: 1s;
  }

  .duration-\[260ms\] {
    --tw-duration: .26s;
    transition-duration: .26s;
  }

  .duration-\[280ms\] {
    --tw-duration: .28s;
    transition-duration: .28s;
  }

  .ease-\[cubic-bezier\(0\.32\,0\.72\,0\,1\)\] {
    --tw-ease: cubic-bezier(.32,.72,0,1);
    transition-timing-function: cubic-bezier(.32, .72, 0, 1);
  }

  .ease-\[cubic-bezier\(0\.34\,1\.4\,0\.64\,1\)\] {
    --tw-ease: cubic-bezier(.34,1.4,.64,1);
    transition-timing-function: cubic-bezier(.34, 1.4, .64, 1);
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .animate-in {
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial;
    animation-name: enter;
    animation-duration: .15s;
  }

  .animate-out {
    --tw-exit-opacity: initial;
    --tw-exit-scale: initial;
    --tw-exit-rotate: initial;
    --tw-exit-translate-x: initial;
    --tw-exit-translate-y: initial;
    animation-name: exit;
    animation-duration: .15s;
  }

  .outline-dashed {
    --tw-outline-style: dashed;
    outline-style: dashed;
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

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

  .select-text {
    -webkit-user-select: text;
    user-select: text;
  }

  .\[animation-duration\:1\.25s\] {
    animation-duration: 1.25s;
  }

  .\[animation-fill-mode\:backwards\] {
    animation-fill-mode: backwards;
  }

  .\[font-variation-settings\:\'wdth\'_0\] {
    font-variation-settings: "wdth" 0;
  }

  .\[overflow-anchor\:none\] {
    overflow-anchor: none;
  }

  .duration-100 {
    animation-duration: .1s;
  }

  .duration-150 {
    animation-duration: .15s;
  }

  .duration-200 {
    animation-duration: .2s;
  }

  .duration-300 {
    animation-duration: .3s;
  }

  .duration-500 {
    animation-duration: .5s;
  }

  .duration-700 {
    animation-duration: .7s;
  }

  .duration-1000 {
    animation-duration: 1s;
  }

  .duration-\[260ms\] {
    animation-duration: .26s;
  }

  .duration-\[280ms\] {
    animation-duration: .28s;
  }

  .ease-\[cubic-bezier\(0\.32\,0\.72\,0\,1\)\] {
    animation-timing-function: cubic-bezier(.32, .72, 0, 1);
  }

  .ease-\[cubic-bezier\(0\.34\,1\.4\,0\.64\,1\)\] {
    animation-timing-function: cubic-bezier(.34, 1.4, .64, 1);
  }

  .ease-in-out {
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
  }

  .ease-linear {
    animation-timing-function: linear;
  }

  .ease-out {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
  }

  .fade-in, .fade-in-0 {
    --tw-enter-opacity: 0;
  }

  .fade-in-80 {
    --tw-enter-opacity: .8;
  }

  .fade-out {
    --tw-exit-opacity: 0;
  }

  .fill-mode-backwards {
    animation-fill-mode: backwards;
  }

  .fill-mode-forwards {
    animation-fill-mode: forwards;
  }

  .ring-inset {
    --tw-ring-inset: inset;
  }

  .running {
    animation-play-state: running;
  }

  .slide-in-from-bottom {
    --tw-enter-translate-y: 100%;
  }

  .slide-in-from-bottom-2 {
    --tw-enter-translate-y: .5rem;
  }

  .slide-in-from-bottom-16 {
    --tw-enter-translate-y: 4rem;
  }

  .slide-in-from-left {
    --tw-enter-translate-x: -100%;
  }

  .slide-in-from-left-2 {
    --tw-enter-translate-x: -.5rem;
  }

  .slide-in-from-left-4 {
    --tw-enter-translate-x: -1rem;
  }

  .slide-in-from-right {
    --tw-enter-translate-x: 100%;
  }

  .slide-in-from-right-1 {
    --tw-enter-translate-x: .25rem;
  }

  .slide-in-from-right-4 {
    --tw-enter-translate-x: 1rem;
  }

  .slide-in-from-right-8 {
    --tw-enter-translate-x: 2rem;
  }

  .slide-in-from-top-1 {
    --tw-enter-translate-y: -.25rem;
  }

  .slide-in-from-top-2 {
    --tw-enter-translate-y: -.5rem;
  }

  .slide-in-from-top-10 {
    --tw-enter-translate-y: -2.5rem;
  }

  .slide-out-to-left {
    --tw-exit-translate-x: -100%;
  }

  .slide-out-to-right {
    --tw-exit-translate-x: 100%;
  }

  .zoom-in {
    --tw-enter-scale: 0;
  }

  .zoom-in-50 {
    --tw-enter-scale: .5;
  }

  .zoom-in-90 {
    --tw-enter-scale: .9;
  }

  .zoom-out {
    --tw-exit-scale: 0;
  }

  .not-first\:border-t:not(:first-child) {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .not-first\:border-stroke-weaker:not(:first-child) {
    border-color: hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1));
  }

  .not-first\:pt-3:not(:first-child) {
    padding-top: calc(var(--spacing) * 3);
  }

  .group-last\:border-b:is(:where(.group):last-child *) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .group-focus-within\:opacity-100:is(:where(.group):focus-within *) {
    opacity: 1;
  }

  .group-focus-within\/dismissible\:pointer-events-auto:is(:where(.group\/dismissible):focus-within *) {
    pointer-events: auto;
  }

  .group-focus-within\/dismissible\:max-w-5:is(:where(.group\/dismissible):focus-within *) {
    max-width: calc(var(--spacing) * 5);
  }

  .group-focus-within\/dismissible\:opacity-100:is(:where(.group\/dismissible):focus-within *) {
    opacity: 1;
  }

  @media (hover: hover) {
    .group-hover\:visible:is(:where(.group):hover *) {
      visibility: visible;
    }

    .group-hover\:flex:is(:where(.group):hover *) {
      display: flex;
    }

    .group-hover\:hidden:is(:where(.group):hover *) {
      display: none;
    }

    .group-hover\:translate-x-0\.5:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * .5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .group-hover\:translate-x-px:is(:where(.group):hover *) {
      --tw-translate-x: 1px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .group-hover\:-translate-y-px:is(:where(.group):hover *) {
      --tw-translate-y: -1px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .group-hover\:-rotate-45:is(:where(.group):hover *) {
      rotate: -45deg;
    }

    .group-hover\:rotate-45:is(:where(.group):hover *) {
      rotate: 45deg;
    }

    .group-hover\:rotate-90:is(:where(.group):hover *) {
      rotate: 90deg;
    }

    .group-hover\:\[scrollbar-width\:thin\]:is(:where(.group):hover *) {
      scrollbar-width: thin;
    }

    .group-hover\:border-stroke-strongest:is(:where(.group):hover *) {
      border-color: hsl(var(--lf-stroke-strongest) / var(--lf-stroke-strongest-opacity, 1));
    }

    .group-hover\:bg-fill-hover-strong:is(:where(.group):hover *) {
      background-color: hsl(var(--lf-fill-hover-strong) / var(--lf-fill-hover-strong-opacity, 1));
    }

    .group-hover\:bg-fill-hover-strongest:is(:where(.group):hover *) {
      background-color: hsl(var(--lf-fill-hover-strongest) / var(--lf-fill-hover-strongest-opacity, 1));
    }

    .group-hover\:text-content-body-error:is(:where(.group):hover *) {
      color: hsl(var(--lf-content-body-error) / var(--lf-content-body-error-opacity, 1));
    }

    .group-hover\:text-icon-strongest:is(:where(.group):hover *) {
      color: hsl(var(--lf-icon-strongest) / var(--lf-icon-strongest-opacity, 1));
    }

    .group-hover\:opacity-0:is(:where(.group):hover *) {
      opacity: 0;
    }

    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }

    .group-hover\/agent-pill\:pointer-events-auto:is(:where(.group\/agent-pill):hover *) {
      pointer-events: auto;
    }

    .group-hover\/agent-pill\:max-w-6:is(:where(.group\/agent-pill):hover *) {
      max-width: calc(var(--spacing) * 6);
    }

    .group-hover\/agent-pill\:opacity-100:is(:where(.group\/agent-pill):hover *) {
      opacity: 1;
    }

    .group-hover\/dismissible\:pointer-events-auto:is(:where(.group\/dismissible):hover *) {
      pointer-events: auto;
    }

    .group-hover\/dismissible\:max-w-5:is(:where(.group\/dismissible):hover *) {
      max-width: calc(var(--spacing) * 5);
    }

    .group-hover\/dismissible\:opacity-100:is(:where(.group\/dismissible):hover *), .group-hover\/resize-handle\:opacity-100:is(:where(.group\/resize-handle):hover *), .group-hover\/row\:opacity-100:is(:where(.group\/row):hover *), .group-hover\/summary\:opacity-100:is(:where(.group\/summary):hover *) {
      opacity: 1;
    }
  }

  .group-focus-visible\:flex:is(:where(.group):focus-visible *) {
    display: flex;
  }

  .group-focus-visible\:hidden:is(:where(.group):focus-visible *) {
    display: none;
  }

  .group-focus-visible\:bg-fill-hover-strongest:is(:where(.group):focus-visible *) {
    background-color: hsl(var(--lf-fill-hover-strongest) / var(--lf-fill-hover-strongest-opacity, 1));
  }

  .group-focus-visible\:opacity-100:is(:where(.group):focus-visible *), .group-active\/resize-handle\:opacity-100:is(:where(.group\/resize-handle):active *) {
    opacity: 1;
  }

  .group-has-\[textarea\:dir\(rtl\)\]\:order-first:is(:where(.group):has(:is(textarea:dir(rtl))) *) {
    order: -9999;
  }

  .group-aria-pressed\:opacity-100:is(:where(.group)[aria-pressed="true"] *) {
    opacity: 1;
  }

  .group-data-\[orientation\=horizontal\]\/stepper-nav\:h-0\.5:is(:where(.group\/stepper-nav)[data-orientation="horizontal"] *) {
    height: calc(var(--spacing) * .5);
  }

  .group-data-\[orientation\=horizontal\]\/stepper-nav\:w-\[calc\(100\%-2rem\+1\.025rem\)\]:is(:where(.group\/stepper-nav)[data-orientation="horizontal"] *) {
    width: calc(100% - .975rem);
  }

  .group-data-\[orientation\=horizontal\]\/stepper-nav\:flex-1:is(:where(.group\/stepper-nav)[data-orientation="horizontal"] *) {
    flex: 1;
  }

  .group-data-\[orientation\=horizontal\]\/stepper-nav\:flex-none:is(:where(.group\/stepper-nav)[data-orientation="horizontal"] *) {
    flex: none;
  }

  .group-data-\[orientation\=horizontal\]\/stepper-nav\:flex-row:is(:where(.group\/stepper-nav)[data-orientation="horizontal"] *) {
    flex-direction: row;
  }

  .group-data-\[orientation\=vertical\]\/stepper-nav\:h-12:is(:where(.group\/stepper-nav)[data-orientation="vertical"] *) {
    height: calc(var(--spacing) * 12);
  }

  .group-data-\[orientation\=vertical\]\/stepper-nav\:w-0\.5:is(:where(.group\/stepper-nav)[data-orientation="vertical"] *) {
    width: calc(var(--spacing) * .5);
  }

  .group-data-\[orientation\=vertical\]\/stepper-nav\:flex-col:is(:where(.group\/stepper-nav)[data-orientation="vertical"] *) {
    flex-direction: column;
  }

  .group-data-\[resize-handle-active\]\/resize-handle\:opacity-100:is(:where(.group\/resize-handle)[data-resize-handle-active] *) {
    opacity: 1;
  }

  .group-data-\[state\=active\]\/step\:scale-x-100:is(:where(.group\/step)[data-state="active"] *) {
    --tw-scale-x: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .group-data-\[state\=checked\]\:opacity-100:is(:where(.group)[data-state="checked"] *) {
    opacity: 1;
  }

  .group-data-\[state\=closed\]\:-rotate-90:is(:where(.group)[data-state="closed"] *) {
    rotate: -90deg;
  }

  .group-data-\[state\=completed\]\/step\:scale-x-100:is(:where(.group\/step)[data-state="completed"] *) {
    --tw-scale-x: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .group-data-\[state\=completed\]\/step\:bg-stroke-strongest:is(:where(.group\/step)[data-state="completed"] *) {
    background-color: hsl(var(--lf-stroke-strongest) / var(--lf-stroke-strongest-opacity, 1));
  }

  .group-data-\[state\=completed\]\/step\:bg-stroke-success-strong:is(:where(.group\/step)[data-state="completed"] *) {
    background-color: hsl(var(--lf-stroke-success-strong) / var(--lf-stroke-success-strong-opacity, 1));
  }

  .group-data-\[state\=open\]\:rotate-180:is(:where(.group)[data-state="open"] *) {
    rotate: 180deg;
  }

  .group-data-\[state\=open\]\:rounded-b-none:is(:where(.group)[data-state="open"] *) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group-data-\[state\=open\]\/accordion\:bg-surface-base:is(:where(.group\/accordion)[data-state="open"] *) {
    background-color: hsl(var(--lf-surface-base) / var(--lf-surface-base-opacity, 1));
  }

  .group-\[\.danger\]\:bg-risk-fill-high:is(:where(.group).danger *) {
    background-color: hsl(var(--lf-risk-fill-high) / var(--lf-risk-fill-high-opacity, 1));
  }

  .group-\[\.default\]\:hidden:is(:where(.group).default *) {
    display: none;
  }

  .group-\[\.success\]\:bg-risk-fill-low:is(:where(.group).success *) {
    background-color: hsl(var(--lf-risk-fill-low) / var(--lf-risk-fill-low-opacity, 1));
  }

  .group-\[\.warning\]\:bg-risk-fill-mid:is(:where(.group).warning *) {
    background-color: hsl(var(--lf-risk-fill-mid) / var(--lf-risk-fill-mid-opacity, 1));
  }

  .peer-has-\[\:focus-visible\]\:opacity-0:is(:where(.peer):has(:focus-visible) ~ *) {
    opacity: 0;
  }

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

  .placeholder\:text-content-body-placeholder::placeholder {
    color: hsl(var(--lf-content-body-placeholder) / var(--lf-content-body-placeholder-opacity, 1));
  }

  .placeholder\:text-content-body-strong::placeholder {
    color: hsl(var(--lf-content-body-strong) / var(--lf-content-body-strong-opacity, 1));
  }

  .placeholder\:text-content-body-weak::placeholder {
    color: hsl(var(--lf-content-body-weak) / var(--lf-content-body-weak-opacity, 1));
  }

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

  .before\:inset-y-0:before {
    content: var(--tw-content);
    inset-block: 0;
  }

  .before\:start-0:before {
    content: var(--tw-content);
    inset-inline-start: calc(var(--spacing) * 0);
  }

  .before\:end-0:before {
    content: var(--tw-content);
    inset-inline-end: calc(var(--spacing) * 0);
  }

  .before\:bg-gradient-to-r:before {
    content: var(--tw-content);
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .before\:from-transparent:before {
    content: var(--tw-content);
    --tw-gradient-from: transparent;
    --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));
  }

  .before\:from-50\%:before {
    content: var(--tw-content);
    --tw-gradient-from-position: 50%;
  }

  .before\:to-fill-maximal:before {
    content: var(--tw-content);
    --tw-gradient-to: hsl(var(--lf-fill-maximal) / var(--lf-fill-maximal-opacity, 1));
    --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));
  }

  .before\:to-fill-strong:before {
    content: var(--tw-content);
    --tw-gradient-to: hsl(var(--lf-fill-strong) / var(--lf-fill-strong-opacity, 1));
    --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));
  }

  @media (hover: hover) {
    .group-hover\:before\:to-fill-strong:is(:where(.group):hover *):before {
      content: var(--tw-content);
      --tw-gradient-to: hsl(var(--lf-fill-strong) / var(--lf-fill-strong-opacity, 1));
      --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));
    }
  }

  .first\:ms-0:first-child {
    margin-inline-start: 0;
  }

  .first\:mt-0:first-child {
    margin-top: 0;
  }

  .first\:rounded-s-md:first-child {
    border-start-start-radius: calc(var(--radius) - 2px);
    border-end-start-radius: calc(var(--radius) - 2px);
  }

  .first\:rounded-ss-md:first-child {
    border-start-start-radius: calc(var(--radius) - 2px);
  }

  .first\:rounded-es-md:first-child {
    border-end-start-radius: calc(var(--radius) - 2px);
  }

  .first\:border-t-0:first-child {
    border-top-style: var(--tw-border-style);
    border-top-width: 0;
  }

  .last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .last\:mb-2:last-child {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .last\:rounded-e-md:last-child {
    border-start-end-radius: calc(var(--radius) - 2px);
    border-end-end-radius: calc(var(--radius) - 2px);
  }

  .last\:rounded-se-md:last-child {
    border-start-end-radius: calc(var(--radius) - 2px);
  }

  .last\:rounded-ee-md:last-child {
    border-end-end-radius: calc(var(--radius) - 2px);
  }

  .last\:border-b:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .focus-within\:visible:focus-within {
    visibility: visible;
  }

  .focus-within\:relative:focus-within {
    position: relative;
  }

  .focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .focus-within\:border-stroke-weak:focus-within {
    border-color: hsl(var(--lf-stroke-weak) / var(--lf-stroke-weak-opacity, 1));
  }

  .focus-within\:bg-fill-hover-stronger:focus-within {
    background-color: hsl(var(--lf-fill-hover-stronger) / var(--lf-fill-hover-stronger-opacity, 1));
  }

  .focus-within\:bg-fill-maximal:focus-within {
    background-color: hsl(var(--lf-fill-maximal) / var(--lf-fill-maximal-opacity, 1));
  }

  .focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .focus-within\:shadow-\[0_0_8px_0_rgba\(0\,0\,0\,0\.07\)\,0_0_0_6px_rgba\(0\,0\,0\,0\.05\)\]:focus-within {
    --tw-shadow: 0 0 8px 0 var(--tw-shadow-color, #00000012), 0 0 0 6px var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

  .focus-within\:ring-fill-hover-strongest:focus-within {
    --tw-ring-color: hsl(var(--lf-fill-hover-strongest) / var(--lf-fill-hover-strongest-opacity, 1));
  }

  .focus-within\:ring-stroke-weak:focus-within {
    --tw-ring-color: hsl(var(--lf-stroke-weak) / var(--lf-stroke-weak-opacity, 1));
  }

  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }

    .hover\:scale-125:hover {
      --tw-scale-x: 125%;
      --tw-scale-y: 125%;
      --tw-scale-z: 125%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }

    .hover\:scale-\[1\.12\]:hover {
      scale: 1.12;
    }

    .hover\:border-stroke-error-strong:hover {
      border-color: hsl(var(--lf-stroke-error-strong) / var(--lf-stroke-error-strong-opacity, 1));
    }

    .hover\:border-stroke-focus-strong:hover {
      border-color: hsl(var(--lf-stroke-focus-strong) / var(--lf-stroke-focus-strong-opacity, 1));
    }

    .hover\:border-stroke-success-strong:hover {
      border-color: hsl(var(--lf-stroke-success-strong) / var(--lf-stroke-success-strong-opacity, 1));
    }

    .hover\:border-stroke-warning-weak:hover {
      border-color: hsl(var(--lf-stroke-warning-weak) / var(--lf-stroke-warning-weak-opacity, 1));
    }

    .hover\:border-stroke-weak:hover {
      border-color: hsl(var(--lf-stroke-weak) / var(--lf-stroke-weak-opacity, 1));
    }

    .hover\:bg-fill-brand:hover {
      background-color: hsl(var(--lf-fill-brand) / var(--lf-fill-brand-opacity, 1));
    }

    .hover\:bg-fill-error-stronger:hover {
      background-color: hsl(var(--lf-fill-error-stronger) / var(--lf-fill-error-stronger-opacity, 1));
    }

    .hover\:bg-fill-error-weakest:hover {
      background-color: hsl(var(--lf-fill-error-weakest) / var(--lf-fill-error-weakest-opacity, 1));
    }

    .hover\:bg-fill-highlight-strong:hover {
      background-color: hsl(var(--lf-fill-highlight-strong) / var(--lf-fill-highlight-strong-opacity, 1));
    }

    .hover\:bg-fill-highlight-weak:hover {
      background-color: hsl(var(--lf-fill-highlight-weak) / var(--lf-fill-highlight-weak-opacity, 1));
    }

    .hover\:bg-fill-hover-brand:hover {
      background-color: hsl(var(--lf-fill-hover-brand) / var(--lf-fill-hover-brand-opacity, 1));
    }

    .hover\:bg-fill-hover-invert:hover {
      background-color: hsl(var(--lf-fill-hover-invert) / var(--lf-fill-hover-invert-opacity, 1));
    }

    .hover\:bg-fill-hover-strong:hover {
      background-color: hsl(var(--lf-fill-hover-strong) / var(--lf-fill-hover-strong-opacity, 1));
    }

    .hover\:bg-fill-hover-stronger:hover {
      background-color: hsl(var(--lf-fill-hover-stronger) / var(--lf-fill-hover-stronger-opacity, 1));
    }

    .hover\:bg-fill-hover-strongest:hover {
      background-color: hsl(var(--lf-fill-hover-strongest) / var(--lf-fill-hover-strongest-opacity, 1));
    }

    .hover\:bg-fill-hover-superstrong:hover {
      background-color: hsl(var(--lf-fill-hover-superstrong) / var(--lf-fill-hover-superstrong-opacity, 1));
    }

    .hover\:bg-fill-hover-weak:hover {
      background-color: hsl(var(--lf-fill-hover-weak) / var(--lf-fill-hover-weak-opacity, 1));
    }

    .hover\:bg-fill-invert:hover {
      background-color: hsl(var(--lf-fill-invert) / var(--lf-fill-invert-opacity, 1));
    }

    .hover\:bg-fill-maximal:hover {
      background-color: hsl(var(--lf-fill-maximal) / var(--lf-fill-maximal-opacity, 1));
    }

    .hover\:bg-fill-pressed-weak:hover {
      background-color: hsl(var(--lf-fill-pressed-weak) / var(--lf-fill-pressed-weak-opacity, 1));
    }

    .hover\:bg-fill-strong:hover {
      background-color: hsl(var(--lf-fill-strong) / var(--lf-fill-strong-opacity, 1));
    }

    .hover\:bg-fill-stronger:hover {
      background-color: hsl(var(--lf-fill-stronger) / var(--lf-fill-stronger-opacity, 1));
    }

    .hover\:bg-fill-strongest:hover {
      background-color: hsl(var(--lf-fill-strongest) / var(--lf-fill-strongest-opacity, 1));
    }

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

    .hover\:bg-fill-success-weaker\/30:hover {
      background-color: hsl(var(--lf-fill-success-weaker) / var(--lf-fill-success-weaker-opacity, 1));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-fill-success-weaker\/30:hover {
        background-color: color-mix(in oklab, hsl(var(--lf-fill-success-weaker) / var(--lf-fill-success-weaker-opacity, 1)) 30%, transparent);
      }
    }

    .hover\:bg-fill-superstrong:hover {
      background-color: hsl(var(--lf-fill-superstrong) / var(--lf-fill-superstrong-opacity, 1));
    }

    .hover\:bg-fill-warning-weaker\/20:hover {
      background-color: hsl(var(--lf-fill-warning-weaker) / var(--lf-fill-warning-weaker-opacity, 1));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-fill-warning-weaker\/20:hover {
        background-color: color-mix(in oklab, hsl(var(--lf-fill-warning-weaker) / var(--lf-fill-warning-weaker-opacity, 1)) 20%, transparent);
      }
    }

    .hover\:bg-stroke-weak:hover {
      background-color: hsl(var(--lf-stroke-weak) / var(--lf-stroke-weak-opacity, 1));
    }

    .hover\:bg-transparent:hover {
      background-color: #0000;
    }

    .hover\:text-content-body:hover {
      color: hsl(var(--lf-content-body) / var(--lf-content-body-opacity, 1));
    }

    .hover\:text-content-body-constant-dark\/80:hover {
      color: hsl(var(--lf-content-body-constant-dark) / var(--lf-content-body-constant-dark-opacity, 1));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:text-content-body-constant-dark\/80:hover {
        color: color-mix(in oklab, hsl(var(--lf-content-body-constant-dark) / var(--lf-content-body-constant-dark-opacity, 1)) 80%, transparent);
      }
    }

    .hover\:text-content-body-error:hover {
      color: hsl(var(--lf-content-body-error) / var(--lf-content-body-error-opacity, 1));
    }

    .hover\:text-content-body-highlight:hover {
      color: hsl(var(--lf-content-body-highlight) / var(--lf-content-body-highlight-opacity, 1));
    }

    .hover\:text-content-body-link-strong:hover {
      color: hsl(var(--lf-content-body-link-strong) / var(--lf-content-body-link-strong-opacity, 1));
    }

    .hover\:text-content-body-strong:hover {
      color: hsl(var(--lf-content-body-strong) / var(--lf-content-body-strong-opacity, 1));
    }

    .hover\:text-icon-error:hover {
      color: hsl(var(--lf-icon-error) / var(--lf-icon-error-opacity, 1));
    }

    .hover\:text-icon-info:hover {
      color: hsl(var(--lf-icon-info) / var(--lf-icon-info-opacity, 1));
    }

    .hover\:text-icon-strong:hover {
      color: hsl(var(--lf-icon-strong) / var(--lf-icon-strong-opacity, 1));
    }

    .hover\:text-icon-strongest:hover {
      color: hsl(var(--lf-icon-strongest) / var(--lf-icon-strongest-opacity, 1));
    }

    .hover\:text-icon-weak:hover {
      color: hsl(var(--lf-icon-weak) / var(--lf-icon-weak-opacity, 1));
    }

    .hover\:text-surface-invert:hover {
      color: hsl(var(--lf-surface-invert) / var(--lf-surface-invert-opacity, 1));
    }

    .hover\:opacity-60:hover {
      opacity: .6;
    }

    .hover\:opacity-80:hover {
      opacity: .8;
    }

    .hover\:opacity-90:hover {
      opacity: .9;
    }

    .hover\:opacity-100:hover {
      opacity: 1;
    }

    .hover\:shadow-\[0px_0px_6px_0px_rgba\(0\,0\,0\,0\.06\)\,0px_0px_0px_3px_rgba\(0\,0\,0\,0\.05\)\]:hover {
      --tw-shadow: 0px 0px 6px 0px var(--tw-shadow-color, #0000000f), 0px 0px 0px 3px var(--tw-shadow-color, #0000000d);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .hover\:shadow-xs:hover {
      --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

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

    .hover\:ring-stroke-strong:hover {
      --tw-ring-color: hsl(var(--lf-stroke-strong) / var(--lf-stroke-strong-opacity, 1));
    }

    .hover\:blur-none:hover {
      --tw-blur:  ;
      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, );
    }
  }

  .focus\:border-0:focus {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .focus\:border-stroke-strongest:focus {
    border-color: hsl(var(--lf-stroke-strongest) / var(--lf-stroke-strongest-opacity, 1));
  }

  .focus\:bg-fill-hover-stronger:focus {
    background-color: hsl(var(--lf-fill-hover-stronger) / var(--lf-fill-hover-stronger-opacity, 1));
  }

  .focus\:bg-fill-hover-strongest:focus {
    background-color: hsl(var(--lf-fill-hover-strongest) / var(--lf-fill-hover-strongest-opacity, 1));
  }

  .focus\:bg-fill-pressed-brand:focus {
    background-color: hsl(var(--lf-fill-pressed-brand) / var(--lf-fill-pressed-brand-opacity, 1));
  }

  .focus\:bg-fill-pressed-stronger:focus {
    background-color: hsl(var(--lf-fill-pressed-stronger) / var(--lf-fill-pressed-stronger-opacity, 1));
  }

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

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

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

  .focus\:ring-fill-hover-strongest:focus {
    --tw-ring-color: hsl(var(--lf-fill-hover-strongest) / var(--lf-fill-hover-strongest-opacity, 1));
  }

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

  .focus\:outline-hidden:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {
    .focus\:outline-hidden:focus {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

  .focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

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

  .focus-visible\:border-stroke-error-strongest:focus-visible {
    border-color: hsl(var(--lf-stroke-error-strongest) / var(--lf-stroke-error-strongest-opacity, 1));
  }

  .focus-visible\:border-stroke-success-strongest:focus-visible {
    border-color: hsl(var(--lf-stroke-success-strongest) / var(--lf-stroke-success-strongest-opacity, 1));
  }

  .focus-visible\:border-b-stroke-weaker:focus-visible {
    border-bottom-color: hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1));
  }

  .focus-visible\:bg-fill-brand:focus-visible {
    background-color: hsl(var(--lf-fill-brand) / var(--lf-fill-brand-opacity, 1));
  }

  .focus-visible\:bg-fill-error-stronger:focus-visible {
    background-color: hsl(var(--lf-fill-error-stronger) / var(--lf-fill-error-stronger-opacity, 1));
  }

  .focus-visible\:bg-fill-highlight-weak:focus-visible {
    background-color: hsl(var(--lf-fill-highlight-weak) / var(--lf-fill-highlight-weak-opacity, 1));
  }

  .focus-visible\:bg-fill-hover-weak:focus-visible {
    background-color: hsl(var(--lf-fill-hover-weak) / var(--lf-fill-hover-weak-opacity, 1));
  }

  .focus-visible\:bg-fill-invert:focus-visible {
    background-color: hsl(var(--lf-fill-invert) / var(--lf-fill-invert-opacity, 1));
  }

  .focus-visible\:bg-fill-pressed-brand:focus-visible {
    background-color: hsl(var(--lf-fill-pressed-brand) / var(--lf-fill-pressed-brand-opacity, 1));
  }

  .focus-visible\:bg-fill-pressed-strongest:focus-visible {
    background-color: hsl(var(--lf-fill-pressed-strongest) / var(--lf-fill-pressed-strongest-opacity, 1));
  }

  .focus-visible\:bg-fill-pressed-weak:focus-visible {
    background-color: hsl(var(--lf-fill-pressed-weak) / var(--lf-fill-pressed-weak-opacity, 1));
  }

  .focus-visible\:bg-fill-success-stronger:focus-visible {
    background-color: hsl(var(--lf-fill-success-stronger) / var(--lf-fill-success-stronger-opacity, 1));
  }

  .focus-visible\:bg-fill-weak:focus-visible {
    background-color: hsl(var(--lf-fill-weak) / var(--lf-fill-weak-opacity, 1));
  }

  .focus-visible\:bg-transparent:focus-visible {
    background-color: #0000;
  }

  .focus-visible\:text-icon-weak:focus-visible {
    color: hsl(var(--lf-icon-weak) / var(--lf-icon-weak-opacity, 1));
  }

  .focus-visible\:opacity-100:focus-visible {
    opacity: 1;
  }

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

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

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

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

  .focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus-visible\:outline-hidden:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {
    .focus-visible\:outline-hidden:focus-visible {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

  .focus-visible\:outline:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .focus-visible\:outline-0:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 0;
  }

  .focus-visible\:outline-1:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .focus-visible\:outline-2:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }

  .focus-visible\:-outline-offset-4:focus-visible {
    outline-offset: calc(4px * -1);
  }

  .focus-visible\:-outline-offset-8:focus-visible {
    outline-offset: calc(8px * -1);
  }

  .focus-visible\:outline-offset-2:focus-visible {
    outline-offset: 2px;
  }

  .focus-visible\:outline-offset-4:focus-visible {
    outline-offset: 4px;
  }

  .focus-visible\:outline-stroke-error-weak:focus-visible {
    outline-color: hsl(var(--lf-stroke-error-weak) / var(--lf-stroke-error-weak-opacity, 1));
  }

  .focus-visible\:outline-stroke-focus-strong:focus-visible {
    outline-color: hsl(var(--lf-stroke-focus-strong) / var(--lf-stroke-focus-strong-opacity, 1));
  }

  .focus-visible\:outline-stroke-focus-strongest:focus-visible {
    outline-color: hsl(var(--lf-stroke-focus-strongest) / var(--lf-stroke-focus-strongest-opacity, 1));
  }

  .focus-visible\:outline-stroke-focus-weak:focus-visible {
    outline-color: hsl(var(--lf-stroke-focus-weak) / var(--lf-stroke-focus-weak-opacity, 1));
  }

  .focus-visible\:outline-stroke-strong:focus-visible {
    outline-color: hsl(var(--lf-stroke-strong) / var(--lf-stroke-strong-opacity, 1));
  }

  .focus-visible\:outline-stroke-success-weak:focus-visible {
    outline-color: hsl(var(--lf-stroke-success-weak) / var(--lf-stroke-success-weak-opacity, 1));
  }

  .focus-visible\:outline-stroke-warning-weak:focus-visible {
    outline-color: hsl(var(--lf-stroke-warning-weak) / var(--lf-stroke-warning-weak-opacity, 1));
  }

  .focus-visible\:outline-stroke-weak:focus-visible {
    outline-color: hsl(var(--lf-stroke-weak) / var(--lf-stroke-weak-opacity, 1));
  }

  .focus-visible\:outline-transparent:focus-visible {
    outline-color: #0000;
  }

  .active\:cursor-grabbing:active {
    cursor: grabbing;
  }

  .active\:border-stroke-error-strongest:active {
    border-color: hsl(var(--lf-stroke-error-strongest) / var(--lf-stroke-error-strongest-opacity, 1));
  }

  .active\:border-stroke-focus-strongest:active {
    border-color: hsl(var(--lf-stroke-focus-strongest) / var(--lf-stroke-focus-strongest-opacity, 1));
  }

  .active\:border-stroke-success-strongest:active {
    border-color: hsl(var(--lf-stroke-success-strongest) / var(--lf-stroke-success-strongest-opacity, 1));
  }

  .active\:bg-fill-error-strongest:active {
    background-color: hsl(var(--lf-fill-error-strongest) / var(--lf-fill-error-strongest-opacity, 1));
  }

  .active\:bg-fill-error-weakest:active {
    background-color: hsl(var(--lf-fill-error-weakest) / var(--lf-fill-error-weakest-opacity, 1));
  }

  .active\:bg-fill-pressed-brand:active {
    background-color: hsl(var(--lf-fill-pressed-brand) / var(--lf-fill-pressed-brand-opacity, 1));
  }

  .active\:bg-fill-pressed-invert:active {
    background-color: hsl(var(--lf-fill-pressed-invert) / var(--lf-fill-pressed-invert-opacity, 1));
  }

  .active\:bg-fill-pressed-strong:active {
    background-color: hsl(var(--lf-fill-pressed-strong) / var(--lf-fill-pressed-strong-opacity, 1));
  }

  .active\:bg-fill-pressed-stronger:active {
    background-color: hsl(var(--lf-fill-pressed-stronger) / var(--lf-fill-pressed-stronger-opacity, 1));
  }

  .active\:bg-fill-pressed-strongest:active {
    background-color: hsl(var(--lf-fill-pressed-strongest) / var(--lf-fill-pressed-strongest-opacity, 1));
  }

  .active\:bg-fill-pressed-weak:active {
    background-color: hsl(var(--lf-fill-pressed-weak) / var(--lf-fill-pressed-weak-opacity, 1));
  }

  .active\:bg-fill-strong:active {
    background-color: hsl(var(--lf-fill-strong) / var(--lf-fill-strong-opacity, 1));
  }

  .active\:bg-fill-success-strongest:active {
    background-color: hsl(var(--lf-fill-success-strongest) / var(--lf-fill-success-strongest-opacity, 1));
  }

  .active\:bg-fill-success-weaker\/50:active {
    background-color: hsl(var(--lf-fill-success-weaker) / var(--lf-fill-success-weaker-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .active\:bg-fill-success-weaker\/50:active {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-success-weaker) / var(--lf-fill-success-weaker-opacity, 1)) 50%, transparent);
    }
  }

  .active\:bg-fill-warning-weaker\/30:active {
    background-color: hsl(var(--lf-fill-warning-weaker) / var(--lf-fill-warning-weaker-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .active\:bg-fill-warning-weaker\/30:active {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-warning-weaker) / var(--lf-fill-warning-weaker-opacity, 1)) 30%, transparent);
    }
  }

  .active\:bg-fill-weak:active {
    background-color: hsl(var(--lf-fill-weak) / var(--lf-fill-weak-opacity, 1));
  }

  .active\:bg-transparent:active {
    background-color: #0000;
  }

  .active\:opacity-80:active {
    opacity: .8;
  }

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

  @media (hover: hover) {
    .enabled\:hover\:text-icon-strongest:enabled:hover {
      color: hsl(var(--lf-icon-strongest) / var(--lf-icon-strongest-opacity, 1));
    }
  }

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

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

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

  .disabled\:border-\[hsl\(var\(--lf-stroke-success-weak\)\/0\.5\)\]:disabled {
    border-color: hsl(var(--lf-stroke-success-weak)/.5);
  }

  .disabled\:border-stroke-disabled:disabled {
    border-color: hsl(var(--lf-stroke-disabled) / var(--lf-stroke-disabled-opacity, 1));
  }

  .disabled\:border-stroke-error-weak\/50:disabled {
    border-color: hsl(var(--lf-stroke-error-weak) / var(--lf-stroke-error-weak-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .disabled\:border-stroke-error-weak\/50:disabled {
      border-color: color-mix(in oklab, hsl(var(--lf-stroke-error-weak) / var(--lf-stroke-error-weak-opacity, 1)) 50%, transparent);
    }
  }

  .disabled\:border-stroke-weaker:disabled {
    border-color: hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1));
  }

  .disabled\:bg-\[hsl\(var\(--lf-fill-warning-weakest\)\/0\.5\)\]:disabled {
    background-color: hsl(var(--lf-fill-warning-weakest)/.5);
  }

  .disabled\:bg-fill-brand\/50:disabled {
    background-color: hsl(var(--lf-fill-brand) / var(--lf-fill-brand-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .disabled\:bg-fill-brand\/50:disabled {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-brand) / var(--lf-fill-brand-opacity, 1)) 50%, transparent);
    }
  }

  .disabled\:bg-fill-error-weak:disabled {
    background-color: hsl(var(--lf-fill-error-weak) / var(--lf-fill-error-weak-opacity, 1));
  }

  .disabled\:bg-fill-pressed-invert\/50:disabled {
    background-color: hsl(var(--lf-fill-pressed-invert) / var(--lf-fill-pressed-invert-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .disabled\:bg-fill-pressed-invert\/50:disabled {
      background-color: color-mix(in oklab, hsl(var(--lf-fill-pressed-invert) / var(--lf-fill-pressed-invert-opacity, 1)) 50%, transparent);
    }
  }

  .disabled\:bg-fill-success-weak:disabled {
    background-color: hsl(var(--lf-fill-success-weak) / var(--lf-fill-success-weak-opacity, 1));
  }

  .disabled\:bg-transparent:disabled {
    background-color: #0000;
  }

  .disabled\:text-content-body-disabled:disabled {
    color: hsl(var(--lf-content-body-disabled) / var(--lf-content-body-disabled-opacity, 1));
  }

  .disabled\:text-content-body-weak:disabled {
    color: hsl(var(--lf-content-body-weak) / var(--lf-content-body-weak-opacity, 1));
  }

  .disabled\:text-icon-disabled:disabled {
    color: hsl(var(--lf-icon-disabled) / var(--lf-icon-disabled-opacity, 1));
  }

  .disabled\:opacity-30:disabled {
    opacity: .3;
  }

  .disabled\:opacity-35:disabled {
    opacity: .35;
  }

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

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .disabled\:opacity-60:disabled {
    opacity: .6;
  }

  .disabled\:placeholder\:text-content-body-disabled:disabled::placeholder {
    color: hsl(var(--lf-content-body-disabled) / var(--lf-content-body-disabled-opacity, 1));
  }

  .has-\[\:focus-visible\]\:ring-2:has(:focus-visible) {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

  .has-\[\:focus-visible\]\:ring-offset-2:has(:focus-visible) {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .has-\[button\[data-state\=open\]\]\:border-b:has(:is(button[data-state="open"])) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .has-\[button\[data-state\=open\]\]\:bg-fill-strongest:has(:is(button[data-state="open"])) {
    background-color: hsl(var(--lf-fill-strongest) / var(--lf-fill-strongest-opacity, 1));
  }

  .data-\[active-item\]\:bg-fill-hover-stronger[data-active-item] {
    background-color: hsl(var(--lf-fill-hover-stronger) / var(--lf-fill-hover-stronger-opacity, 1));
  }

  .data-\[active\=true\]\:bg-fill-hover-strongest[data-active="true"] {
    background-color: hsl(var(--lf-fill-hover-strongest) / var(--lf-fill-hover-strongest-opacity, 1));
  }

  .data-\[disabled\]\:pointer-events-none[data-disabled] {
    pointer-events: none;
  }

  .data-\[disabled\]\:opacity-40[data-disabled] {
    opacity: .4;
  }

  .data-\[disabled\]\:opacity-50[data-disabled] {
    opacity: .5;
  }

  .data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
    pointer-events: none;
  }

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

  .data-\[highlighted\]\:bg-fill-hover-strongest[data-highlighted] {
    background-color: hsl(var(--lf-fill-hover-strongest) / var(--lf-fill-hover-strongest-opacity, 1));
  }

  @media (hover: hover) {
    .data-\[link\]\:hover\:bg-fill-highlight-strong[data-link]:hover {
      background-color: hsl(var(--lf-fill-highlight-strong) / var(--lf-fill-highlight-strong-opacity, 1));
    }
  }

  .data-\[orientation\=horizontal\]\:w-full[data-orientation="horizontal"] {
    width: 100%;
  }

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

  .data-\[orientation\=vertical\]\:flex-col[data-orientation="vertical"] {
    flex-direction: column;
  }

  .data-\[selected\=true\]\:bg-fill-hover-strongest[data-selected="true"] {
    background-color: hsl(var(--lf-fill-hover-strongest) / var(--lf-fill-hover-strongest-opacity, 1));
  }

  .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
    --tw-translate-y: var(--spacing);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
    --tw-enter-translate-y: -.5rem;
  }

  .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=left\]\:slide-in-from-left-2[data-side="left"] {
    --tw-enter-translate-x: -.5rem;
  }

  .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
    --tw-enter-translate-x: .5rem;
  }

  .data-\[side\=right\]\:translate-x-1[data-side="right"] {
    --tw-translate-x: var(--spacing);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
    --tw-enter-translate-x: -.5rem;
  }

  .data-\[side\=right\]\:slide-in-from-right-2[data-side="right"] {
    --tw-enter-translate-x: .5rem;
  }

  .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
    --tw-enter-translate-y: .5rem;
  }

  .data-\[state\=active\]\:border-fill-invert[data-state="active"] {
    border-color: hsl(var(--lf-fill-invert) / var(--lf-fill-invert-opacity, 1));
  }

  .data-\[state\=active\]\:border-icon-weak[data-state="active"] {
    border-color: hsl(var(--lf-icon-weak) / var(--lf-icon-weak-opacity, 1));
  }

  .data-\[state\=active\]\:border-stroke-strongest[data-state="active"] {
    border-color: hsl(var(--lf-stroke-strongest) / var(--lf-stroke-strongest-opacity, 1));
  }

  .data-\[state\=active\]\:border-stroke-success-strong[data-state="active"] {
    border-color: hsl(var(--lf-stroke-success-strong) / var(--lf-stroke-success-strong-opacity, 1));
  }

  .data-\[state\=active\]\:text-content-body[data-state="active"] {
    color: hsl(var(--lf-content-body) / var(--lf-content-body-opacity, 1));
  }

  .data-\[state\=active\]\:text-content-body-strong[data-state="active"] {
    color: hsl(var(--lf-content-body-strong) / var(--lf-content-body-strong-opacity, 1));
  }

  .data-\[state\=checked\]\:translate-x-3[data-state="checked"] {
    --tw-translate-x: calc(var(--spacing) * 3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[state\=checked\]\:translate-x-4[data-state="checked"] {
    --tw-translate-x: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[state\=checked\]\:translate-x-\[17px\][data-state="checked"] {
    --tw-translate-x: 17px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[state\=checked\]\:border-stroke-focus-strongest[data-state="checked"] {
    border-color: hsl(var(--lf-stroke-focus-strongest) / var(--lf-stroke-focus-strongest-opacity, 1));
  }

  .data-\[state\=checked\]\:bg-content-body-link-weak[data-state="checked"] {
    background-color: hsl(var(--lf-content-body-link-weak) / var(--lf-content-body-link-weak-opacity, 1));
  }

  .data-\[state\=checked\]\:bg-fill-highlight-strongest[data-state="checked"] {
    background-color: hsl(var(--lf-fill-highlight-strongest) / var(--lf-fill-highlight-strongest-opacity, 1));
  }

  .data-\[state\=checked\]\:bg-fill-hover-stronger[data-state="checked"] {
    background-color: hsl(var(--lf-fill-hover-stronger) / var(--lf-fill-hover-stronger-opacity, 1));
  }

  .data-\[state\=checked\]\:bg-fill-superstrong[data-state="checked"] {
    background-color: hsl(var(--lf-fill-superstrong) / var(--lf-fill-superstrong-opacity, 1));
  }

  .data-\[state\=checked\]\:text-content-body-constant-light[data-state="checked"] {
    color: hsl(var(--lf-content-body-constant-light) / var(--lf-content-body-constant-light-opacity, 1));
  }

  .data-\[state\=checked\]\:opacity-100[data-state="checked"] {
    opacity: 1;
  }

  .data-\[state\=checked\]\:ring-content-body-link-weak\/90[data-state="checked"] {
    --tw-ring-color: hsl(var(--lf-content-body-link-weak) / var(--lf-content-body-link-weak-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .data-\[state\=checked\]\:ring-content-body-link-weak\/90[data-state="checked"] {
      --tw-ring-color: color-mix(in oklab, hsl(var(--lf-content-body-link-weak) / var(--lf-content-body-link-weak-opacity, 1)) 90%, transparent);
    }
  }

  .data-\[state\=closed\]\:w-0[data-state="closed"] {
    width: 0;
  }

  .data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
    animation: .2s ease-out accordion-up;
  }

  .data-\[state\=closed\]\:duration-200[data-state="closed"] {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .data-\[state\=closed\]\:duration-300[data-state="closed"] {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .data-\[state\=closed\]\:ease-in[data-state="closed"] {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }

  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    --tw-exit-opacity: initial;
    --tw-exit-scale: initial;
    --tw-exit-rotate: initial;
    --tw-exit-translate-x: initial;
    --tw-exit-translate-y: initial;
    animation-name: exit;
    animation-duration: .15s;
  }

  .data-\[state\=closed\]\:duration-200[data-state="closed"] {
    animation-duration: .2s;
  }

  .data-\[state\=closed\]\:duration-300[data-state="closed"] {
    animation-duration: .3s;
  }

  .data-\[state\=closed\]\:ease-in[data-state="closed"] {
    animation-timing-function: cubic-bezier(.4, 0, 1, 1);
  }

  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=closed\]\:fade-out-5[data-state="closed"] {
    --tw-exit-opacity: .05;
  }

  .data-\[state\=closed\]\:fade-out-80[data-state="closed"] {
    --tw-exit-opacity: .8;
  }

  .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
    --tw-exit-translate-y: 100%;
  }

  .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
    --tw-exit-translate-x: -100%;
  }

  .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
    --tw-exit-translate-x: 100%;
  }

  .data-\[state\=closed\]\:slide-out-to-right-0\![data-state="closed"] {
    --tw-exit-translate-x: 0px !important;
  }

  .data-\[state\=closed\]\:slide-out-to-right-full[data-state="closed"] {
    --tw-exit-translate-x: 100%;
  }

  .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
    --tw-exit-translate-y: -100%;
  }

  .data-\[state\=closed\]\:zoom-out-75[data-state="closed"] {
    --tw-exit-scale: .75;
  }

  .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
    --tw-exit-scale: .95;
  }

  .data-\[state\=collapsed\]\:start-\[calc\(var\(--sidebar-width\)\*-1\)\][data-state="collapsed"] {
    inset-inline-start: calc(var(--sidebar-width) * -1);
  }

  .data-\[state\=collapsed\]\:end-\[calc\(var\(--sidebar-width\)\*-1\)\][data-state="collapsed"] {
    inset-inline-end: calc(var(--sidebar-width) * -1);
  }

  .data-\[state\=collapsed\]\:duration-300[data-state="collapsed"] {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .data-\[state\=collapsed\]\:animate-out[data-state="collapsed"] {
    --tw-exit-opacity: initial;
    --tw-exit-scale: initial;
    --tw-exit-rotate: initial;
    --tw-exit-translate-x: initial;
    --tw-exit-translate-y: initial;
    animation-name: exit;
    animation-duration: .15s;
  }

  .data-\[state\=collapsed\]\:duration-300[data-state="collapsed"] {
    animation-duration: .3s;
  }

  .data-\[state\=completed\]\:border-icon-weak[data-state="completed"] {
    border-color: hsl(var(--lf-icon-weak) / var(--lf-icon-weak-opacity, 1));
  }

  .data-\[state\=completed\]\:border-stroke-success-strong[data-state="completed"] {
    border-color: hsl(var(--lf-stroke-success-strong) / var(--lf-stroke-success-strong-opacity, 1));
  }

  .data-\[state\=hidden\]\:duration-200[data-state="hidden"] {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .data-\[state\=hidden\]\:animate-out[data-state="hidden"] {
    --tw-exit-opacity: initial;
    --tw-exit-scale: initial;
    --tw-exit-rotate: initial;
    --tw-exit-translate-x: initial;
    --tw-exit-translate-y: initial;
    animation-name: exit;
    animation-duration: .15s;
  }

  .data-\[state\=hidden\]\:duration-200[data-state="hidden"] {
    animation-duration: .2s;
  }

  .data-\[state\=hidden\]\:fade-out[data-state="hidden"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=hidden\]\:slide-out-to-bottom-4[data-state="hidden"] {
    --tw-exit-translate-y: 1rem;
  }

  .data-\[state\=inactive\]\:hidden[data-state="inactive"] {
    display: none;
  }

  @media (hover: hover) {
    .data-\[state\=inactive\]\:hover\:bg-fill-hover-strong[data-state="inactive"]:hover {
      background-color: hsl(var(--lf-fill-hover-strong) / var(--lf-fill-hover-strong-opacity, 1));
    }

    .data-\[state\=inactive\]\:hover\:text-content-body[data-state="inactive"]:hover {
      color: hsl(var(--lf-content-body) / var(--lf-content-body-opacity, 1));
    }

    .data-\[state\=inactive\]\:hover\:text-content-body-strong[data-state="inactive"]:hover {
      color: hsl(var(--lf-content-body-strong) / var(--lf-content-body-strong-opacity, 1));
    }
  }

  .data-\[state\=on\]\:bg-fill-invert[data-state="on"] {
    background-color: hsl(var(--lf-fill-invert) / var(--lf-fill-invert-opacity, 1));
  }

  .data-\[state\=on\]\:bg-fill-maximal[data-state="on"] {
    background-color: hsl(var(--lf-fill-maximal) / var(--lf-fill-maximal-opacity, 1));
  }

  .data-\[state\=on\]\:bg-fill-strong[data-state="on"] {
    background-color: hsl(var(--lf-fill-strong) / var(--lf-fill-strong-opacity, 1));
  }

  .data-\[state\=on\]\:text-content-body[data-state="on"] {
    color: hsl(var(--lf-content-body) / var(--lf-content-body-opacity, 1));
  }

  .data-\[state\=on\]\:text-content-body-invert[data-state="on"] {
    color: hsl(var(--lf-content-body-invert) / var(--lf-content-body-invert-opacity, 1));
  }

  .data-\[state\=on\]\:shadow-xs[data-state="on"] {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .data-\[state\=open\]\:ms-\[var\(--lf-body-padding\)\][data-state="open"] {
    margin-inline-start: var(--lf-body-padding);
  }

  .data-\[state\=open\]\:w-side-pane-md[data-state="open"] {
    width: var(--lf-side-pane-width-md);
  }

  .data-\[state\=open\]\:w-side-pane-sm[data-state="open"] {
    width: var(--lf-side-pane-width-sm);
  }

  .data-\[state\=open\]\:flex-1[data-state="open"] {
    flex: 1;
  }

  .data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
    animation: .2s ease-out accordion-down;
  }

  .data-\[state\=open\]\:border-b[data-state="open"] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .data-\[state\=open\]\:border-stroke-frail[data-state="open"] {
    border-color: hsl(var(--lf-stroke-frail) / var(--lf-stroke-frail-opacity, 1));
  }

  .data-\[state\=open\]\:bg-fill-highlight-strong[data-state="open"] {
    background-color: hsl(var(--lf-fill-highlight-strong) / var(--lf-fill-highlight-strong-opacity, 1));
  }

  .data-\[state\=open\]\:bg-fill-hover-strong[data-state="open"] {
    background-color: hsl(var(--lf-fill-hover-strong) / var(--lf-fill-hover-strong-opacity, 1));
  }

  .data-\[state\=open\]\:bg-fill-hover-stronger[data-state="open"] {
    background-color: hsl(var(--lf-fill-hover-stronger) / var(--lf-fill-hover-stronger-opacity, 1));
  }

  .data-\[state\=open\]\:bg-fill-hover-strongest[data-state="open"] {
    background-color: hsl(var(--lf-fill-hover-strongest) / var(--lf-fill-hover-strongest-opacity, 1));
  }

  .data-\[state\=open\]\:bg-fill-hover-superstrong[data-state="open"] {
    background-color: hsl(var(--lf-fill-hover-superstrong) / var(--lf-fill-hover-superstrong-opacity, 1));
  }

  .data-\[state\=open\]\:bg-fill-pressed-strong[data-state="open"] {
    background-color: hsl(var(--lf-fill-pressed-strong) / var(--lf-fill-pressed-strong-opacity, 1));
  }

  .data-\[state\=open\]\:bg-fill-strong[data-state="open"] {
    background-color: hsl(var(--lf-fill-strong) / var(--lf-fill-strong-opacity, 1));
  }

  .data-\[state\=open\]\:bg-fill-strongest[data-state="open"] {
    background-color: hsl(var(--lf-fill-strongest) / var(--lf-fill-strongest-opacity, 1));
  }

  .data-\[state\=open\]\:bg-fill-superstrong[data-state="open"] {
    background-color: hsl(var(--lf-fill-superstrong) / var(--lf-fill-superstrong-opacity, 1));
  }

  .data-\[state\=open\]\:text-content-body-strong[data-state="open"] {
    color: hsl(var(--lf-content-body-strong) / var(--lf-content-body-strong-opacity, 1));
  }

  .data-\[state\=open\]\:text-icon-strongest[data-state="open"] {
    color: hsl(var(--lf-icon-strongest) / var(--lf-icon-strongest-opacity, 1));
  }

  .data-\[state\=open\]\:opacity-100[data-state="open"] {
    opacity: 1;
  }

  .data-\[state\=open\]\:duration-300[data-state="open"] {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .data-\[state\=open\]\:duration-500[data-state="open"] {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .data-\[state\=open\]\:ease-out[data-state="open"] {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .data-\[state\=open\]\:animate-in[data-state="open"] {
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial;
    animation-name: enter;
    animation-duration: .15s;
  }

  .data-\[state\=open\]\:duration-300[data-state="open"] {
    animation-duration: .3s;
  }

  .data-\[state\=open\]\:duration-500[data-state="open"] {
    animation-duration: .5s;
  }

  .data-\[state\=open\]\:ease-out[data-state="open"] {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
  }

  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"], .data-\[state\=open\]\:slide-in-from-bottom-full[data-state="open"] {
    --tw-enter-translate-y: 100%;
  }

  .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
    --tw-enter-translate-x: -100%;
  }

  .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
    --tw-enter-translate-x: 100%;
  }

  .data-\[state\=open\]\:slide-in-from-right-0\![data-state="open"] {
    --tw-enter-translate-x: 0px !important;
  }

  .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
    --tw-enter-translate-y: -100%;
  }

  .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
  }

  .data-\[state\=open\]\:focus-visible\:outline[data-state="open"]:focus-visible, .data-\[state\=open\]\:focus-visible\:outline-1[data-state="open"]:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .data-\[state\=open\]\:focus-visible\:outline-offset-4[data-state="open"]:focus-visible {
    outline-offset: 4px;
  }

  .data-\[state\=open\]\:focus-visible\:outline-stroke-weak[data-state="open"]:focus-visible {
    outline-color: hsl(var(--lf-stroke-weak) / var(--lf-stroke-weak-opacity, 1));
  }

  .data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[state\=unchecked\]\:bg-fill-pressed-strong[data-state="unchecked"] {
    background-color: hsl(var(--lf-fill-pressed-strong) / var(--lf-fill-pressed-strong-opacity, 1));
  }

  .data-\[state\=unchecked\]\:ring-fill-pressed-strong\/90[data-state="unchecked"] {
    --tw-ring-color: hsl(var(--lf-fill-pressed-strong) / var(--lf-fill-pressed-strong-opacity, 1));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .data-\[state\=unchecked\]\:ring-fill-pressed-strong\/90[data-state="unchecked"] {
      --tw-ring-color: color-mix(in oklab, hsl(var(--lf-fill-pressed-strong) / var(--lf-fill-pressed-strong-opacity, 1)) 90%, transparent);
    }
  }

  .data-\[state\=visible\]\:duration-300[data-state="visible"] {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .data-\[state\=visible\]\:animate-in[data-state="visible"] {
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial;
    animation-name: enter;
    animation-duration: .15s;
  }

  .data-\[state\=visible\]\:duration-300[data-state="visible"] {
    animation-duration: .3s;
  }

  .data-\[state\=visible\]\:fade-in[data-state="visible"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=visible\]\:slide-in-from-bottom-4[data-state="visible"] {
    --tw-enter-translate-y: 1rem;
  }

  .data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"] {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"] {
    --tw-translate-x: var(--radix-toast-swipe-end-x);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[swipe\=end\]\:animate-out[data-swipe="end"] {
    --tw-exit-opacity: initial;
    --tw-exit-scale: initial;
    --tw-exit-rotate: initial;
    --tw-exit-translate-x: initial;
    --tw-exit-translate-y: initial;
    animation-name: exit;
    animation-duration: .15s;
  }

  .data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"] {
    --tw-translate-x: var(--radix-toast-swipe-move-x);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[swipe\=move\]\:transition-none[data-swipe="move"] {
    transition-property: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .motion-reduce\:animate-none {
      animation: none;
    }

    .motion-reduce\:transition-none {
      transition-property: none;
    }

    @media (hover: hover) {
      .motion-reduce\:group-hover\:translate-x-0:is(:where(.group):hover *) {
        --tw-translate-x: 0px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }

  @media not all and (min-width: 465px) {
    .max-md\:ms-2 {
      margin-inline-start: calc(var(--spacing) * 2);
    }

    .max-md\:me-2 {
      margin-inline-end: calc(var(--spacing) * 2);
    }

    .max-md\:hidden {
      display: none;
    }
  }

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

    .sm\:max-w-\[80\%\] {
      max-width: 80%;
    }

    .sm\:max-w-\[100dvw\] {
      max-width: 100dvw;
    }

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

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

    .sm\:max-w-md {
      max-width: var(--container-md);
    }

    .sm\:max-w-sm {
      max-width: var(--container-sm);
    }

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

    .data-\[state\=open\]\:sm\:slide-in-from-top-full[data-state="open"] {
      --tw-enter-translate-y: -100%;
    }
  }

  @media (min-width: 465px) {
    .md\:invisible {
      visibility: hidden;
    }

    .md\:me-2 {
      margin-inline-end: calc(var(--spacing) * 2);
    }

    .md\:block {
      display: block;
    }

    .md\:hidden {
      display: none;
    }

    .md\:h-32 {
      height: calc(var(--spacing) * 32);
    }

    .md\:min-h-10 {
      min-height: calc(var(--spacing) * 10);
    }

    .md\:min-h-32 {
      min-height: calc(var(--spacing) * 32);
    }

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

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

    .md\:max-w-\[60\%\] {
      max-width: 60%;
    }

    .md\:max-w-\[90\%\] {
      max-width: 90%;
    }

    .md\:max-w-\[420px\] {
      max-width: 420px;
    }

    .md\:max-w-lg {
      max-width: var(--container-lg);
    }

    .md\:max-w-md {
      max-width: var(--container-md);
    }

    .md\:min-w-80 {
      min-width: calc(var(--spacing) * 80);
    }

    .md\:flex-initial {
      flex: 0 auto;
    }

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

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

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

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

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

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

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

    .lg\:max-w-\[40\%\] {
      max-width: 40%;
    }

    .lg\:max-w-\[80\%\] {
      max-width: 80%;
    }
  }

  @container (min-width: 280px) {
    .\@\[280px\]\:flex {
      display: flex;
    }

    .\@\[280px\]\:hidden {
      display: none;
    }
  }

  @container (min-width: 20rem) {
    .\@xs\:flex {
      display: flex;
    }
  }

  @container (min-width: 24rem) {
    .\@sm\:inline {
      display: inline;
    }
  }

  .rtl\:origin-top-right:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    transform-origin: 100% 0;
  }

  .rtl\:translate-x-2:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    --tw-translate-x: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rtl\:-scale-x-100:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    --tw-scale-x: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rtl\:slide-in-from-left-4:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    --tw-enter-translate-x: -1rem;
  }

  .rtl\:slide-in-from-right-4:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    --tw-enter-translate-x: 1rem;
  }

  .rtl\:slide-in-from-top-10:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    --tw-enter-translate-y: -2.5rem;
  }

  @media (hover: hover) {
    .rtl\:group-hover\:-translate-x-0\.5:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *):is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * -.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  .rtl\:before\:bg-gradient-to-l:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *):before {
    content: var(--tw-content);
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .rtl\:data-\[state\=checked\]\:-translate-x-3:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-state="checked"] {
    --tw-translate-x: calc(var(--spacing) * -3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rtl\:data-\[state\=checked\]\:-translate-x-4:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-state="checked"] {
    --tw-translate-x: calc(var(--spacing) * -4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rtl\:data-\[state\=checked\]\:translate-x-\[-17px\]:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-state="checked"] {
    --tw-translate-x: -17px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rtl\:data-\[state\=closed\]\:slide-out-to-bottom:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-state="closed"] {
    --tw-exit-translate-y: 100%;
  }

  .rtl\:data-\[state\=closed\]\:slide-out-to-left:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-state="closed"] {
    --tw-exit-translate-x: -100%;
  }

  .rtl\:data-\[state\=closed\]\:slide-out-to-left-0\!:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-state="closed"] {
    --tw-exit-translate-x: -0px !important;
  }

  .rtl\:data-\[state\=closed\]\:slide-out-to-left-full:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-state="closed"] {
    --tw-exit-translate-x: -100%;
  }

  .rtl\:data-\[state\=closed\]\:slide-out-to-right:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-state="closed"] {
    --tw-exit-translate-x: 100%;
  }

  .rtl\:data-\[state\=closed\]\:slide-out-to-top:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-state="closed"] {
    --tw-exit-translate-y: -100%;
  }

  .rtl\:data-\[state\=open\]\:slide-in-from-bottom:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-state="open"] {
    --tw-enter-translate-y: 100%;
  }

  .rtl\:data-\[state\=open\]\:slide-in-from-left:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-state="open"] {
    --tw-enter-translate-x: -100%;
  }

  .rtl\:data-\[state\=open\]\:slide-in-from-left-0\!:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-state="open"] {
    --tw-enter-translate-x: -0px !important;
  }

  .rtl\:data-\[state\=open\]\:slide-in-from-right:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-state="open"] {
    --tw-enter-translate-x: 100%;
  }

  .rtl\:data-\[state\=open\]\:slide-in-from-top:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-state="open"] {
    --tw-enter-translate-y: -100%;
  }

  .dark\:hidden:is(.dark *) {
    display: none;
  }

  .dark\:shadow-\[0px_0px_5px_2px_rgba\(239\,246\,38\,0\.10\)\,_0px_0px_24px_4px_rgba\(239\,246\,38\,0\.30\)\,_0px_0px_250px_231px_rgba\(239\,246\,38\,0\.20\)\]:is(.dark *) {
    --tw-shadow: 0px 0px 5px 2px var(--tw-shadow-color, #eff6261a), 0px 0px 24px 4px var(--tw-shadow-color, #eff6264d), 0px 0px 250px 231px var(--tw-shadow-color, #eff62633);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .dark\:prose-invert:is(.dark *) {
    --tw-prose-body: var(--tw-prose-invert-body);
    --tw-prose-headings: var(--tw-prose-invert-headings);
    --tw-prose-lead: var(--tw-prose-invert-lead);
    --tw-prose-links: var(--tw-prose-invert-links);
    --tw-prose-bold: var(--tw-prose-invert-bold);
    --tw-prose-counters: var(--tw-prose-invert-counters);
    --tw-prose-bullets: var(--tw-prose-invert-bullets);
    --tw-prose-hr: var(--tw-prose-invert-hr);
    --tw-prose-quotes: var(--tw-prose-invert-quotes);
    --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
    --tw-prose-captions: var(--tw-prose-invert-captions);
    --tw-prose-kbd: var(--tw-prose-invert-kbd);
    --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
    --tw-prose-code: var(--tw-prose-invert-code);
    --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
    --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
    --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
    --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
  }

  .dark\:group-\[\.danger\]\:shadow-risk-glow-high:is(.dark *):is(:where(.group).danger *) {
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-shadow: 0px 0px 19px 4px var(--tw-shadow-color, hsl(var(--lf-risk-glow-high) / .6)), 0px 0px 250px 211px var(--tw-shadow-color, hsl(var(--lf-risk-glow-high) / .3)) !important;
  }

  .dark\:group-\[\.success\]\:shadow-risk-glow-low:is(.dark *):is(:where(.group).success *) {
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-shadow: 0px 0px 19px 4px var(--tw-shadow-color, hsl(var(--lf-risk-glow-low) / .6)), 0px 0px 250px 211px var(--tw-shadow-color, hsl(var(--lf-risk-glow-low) / .3)) !important;
  }

  .dark\:group-\[\.warning\]\:shadow-risk-glow-mid:is(.dark *):is(:where(.group).warning *) {
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-shadow: 0px 0px 19px 4px var(--tw-shadow-color, hsl(var(--lf-risk-glow-mid) / .6)), 0px 0px 250px 211px var(--tw-shadow-color, hsl(var(--lf-risk-glow-mid) / .3)) !important;
  }

  @media (hover: hover) {
    .dark\:hover\:bg-fill-weak:is(.dark *):hover {
      background-color: hsl(var(--lf-fill-weak) / var(--lf-fill-weak-opacity, 1));
    }
  }

  .disabled\:dark\:text-content-body-invert:disabled:is(.dark *) {
    color: hsl(var(--lf-content-body-invert) / var(--lf-content-body-invert-opacity, 1));
  }

  @media (min-width: 350px) {
    body.office .office\:sm\:max-w-\[85\%\] {
      max-width: 85%;
    }
  }

  @media (min-width: 465px) {
    body.office .office\:md\:max-w-\[70\%\] {
      max-width: 70%;
    }
  }

  @media (min-width: 575px) {
    body.office .office\:lg\:max-w-\[60\%\] {
      max-width: 60%;
    }
  }

  .light.light\:hidden, :is(.light > .light\:hidden:not([data-theme])), :is(.light .light\:hidden:not(.light [data-theme]:not(.light) *)), :is(.light:not(:has([data-theme])) .light\:hidden:not([data-theme])), [data-theme="light"].light\:hidden, :is([data-theme="light"] > .light\:hidden:not([data-theme])), :is([data-theme="light"] .light\:hidden:not([data-theme="light"] [data-theme]:not([data-theme="light"]) *)), :is([data-theme="light"]:not(:has([data-theme])) .light\:hidden:not([data-theme])) {
    display: none;
  }

  .light.light\:border-2, :is(.light > .light\:border-2:not([data-theme])), :is(.light .light\:border-2:not(.light [data-theme]:not(.light) *)), :is(.light:not(:has([data-theme])) .light\:border-2:not([data-theme])), [data-theme="light"].light\:border-2, :is([data-theme="light"] > .light\:border-2:not([data-theme])), :is([data-theme="light"] .light\:border-2:not([data-theme="light"] [data-theme]:not([data-theme="light"]) *)), :is([data-theme="light"]:not(:has([data-theme])) .light\:border-2:not([data-theme])) {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .light.light\:border-stroke-strong, :is(.light > .light\:border-stroke-strong:not([data-theme])), :is(.light .light\:border-stroke-strong:not(.light [data-theme]:not(.light) *)), :is(.light:not(:has([data-theme])) .light\:border-stroke-strong:not([data-theme])), [data-theme="light"].light\:border-stroke-strong, :is([data-theme="light"] > .light\:border-stroke-strong:not([data-theme])), :is([data-theme="light"] .light\:border-stroke-strong:not([data-theme="light"] [data-theme]:not([data-theme="light"]) *)), :is([data-theme="light"]:not(:has([data-theme])) .light\:border-stroke-strong:not([data-theme])) {
    border-color: hsl(var(--lf-stroke-strong) / var(--lf-stroke-strong-opacity, 1));
  }

  .light.light\:bg-fill-maximal, :is(.light > .light\:bg-fill-maximal:not([data-theme])), :is(.light .light\:bg-fill-maximal:not(.light [data-theme]:not(.light) *)), :is(.light:not(:has([data-theme])) .light\:bg-fill-maximal:not([data-theme])), [data-theme="light"].light\:bg-fill-maximal, :is([data-theme="light"] > .light\:bg-fill-maximal:not([data-theme])), :is([data-theme="light"] .light\:bg-fill-maximal:not([data-theme="light"] [data-theme]:not([data-theme="light"]) *)), :is([data-theme="light"]:not(:has([data-theme])) .light\:bg-fill-maximal:not([data-theme])) {
    background-color: hsl(var(--lf-fill-maximal) / var(--lf-fill-maximal-opacity, 1));
  }

  .light.light\:bg-surface-modal, :is(.light > .light\:bg-surface-modal:not([data-theme])), :is(.light .light\:bg-surface-modal:not(.light [data-theme]:not(.light) *)), :is(.light:not(:has([data-theme])) .light\:bg-surface-modal:not([data-theme])), [data-theme="light"].light\:bg-surface-modal, :is([data-theme="light"] > .light\:bg-surface-modal:not([data-theme])), :is([data-theme="light"] .light\:bg-surface-modal:not([data-theme="light"] [data-theme]:not([data-theme="light"]) *)), :is([data-theme="light"]:not(:has([data-theme])) .light\:bg-surface-modal:not([data-theme])) {
    background-color: hsl(var(--lf-surface-modal) / var(--lf-surface-modal-opacity, 1));
  }

  .\[\&_\.ProseMirror\]\:min-h-\[inherit\] .ProseMirror {
    min-height: inherit;
  }

  .\[\&_\.lf-tab-background\]\:inset-y-0\! .lf-tab-background {
    inset-block: 0 !important;
  }

  .\[\&_\.lf-tab-background\]\:h-auto\! .lf-tab-background {
    height: auto !important;
  }

  .\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
    padding-inline: calc(var(--spacing) * 2);
  }

  .\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .\[\&_\[data-collection-icon\]\]\:w-6\! [data-collection-icon] {
    width: calc(var(--spacing) * 6) !important;
  }

  .\[\&_\[role\=tab\]\]\:min-w-0 [role="tab"] {
    min-width: 0;
  }

  .\[\&_\[role\=tab\]\]\:flex-1 [role="tab"] {
    flex: 1;
  }

  .\[\&_\[role\=tab\]\]\:px-2 [role="tab"] {
    padding-inline: calc(var(--spacing) * 2);
  }

  .\[\&_\[role\=tab\]\]\:text-body-xsmall [role="tab"] {
    font-size: round(calc(var(--font-scale) * 13px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 18px), 1px));
    font-weight: var(--tw-font-weight, 400);
  }

  .\[\&_\[role\=tablist\]\]\:w-full\! [role="tablist"] {
    width: 100% !important;
  }

  .\[\&_del\]\:text-content-body-error del {
    color: hsl(var(--lf-content-body-error) / var(--lf-content-body-error-opacity, 1));
  }

  .\[\&_input\]\:text-body-xsmall input {
    font-size: round(calc(var(--font-scale) * 13px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 18px), 1px));
    font-weight: var(--tw-font-weight, 400);
  }

  .\[\&_ins\]\:text-content-body-success ins {
    color: hsl(var(--lf-content-body-success) / var(--lf-content-body-success-opacity, 1));
  }

  .\[\&_ins\]\:no-underline ins {
    text-decoration-line: none;
  }

  .\[\&_ol\]\:list-decimal ol {
    list-style-type: decimal;
  }

  .\[\&_ol\]\:ps-4 ol {
    padding-inline-start: calc(var(--spacing) * 4);
  }

  .\[\&_p\]\:block p {
    display: block;
  }

  .\[\&_p\]\:w-full p {
    width: 100%;
  }

  .\[\&_p\]\:min-w-0 p {
    min-width: 0;
  }

  .\[\&_p\]\:truncate p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .\[\&_span\[data-type\=\"mention\"\]\]\:text-content-body-tags span[data-type="mention"] {
    color: hsl(var(--lf-content-body-tags) / var(--lf-content-body-tags-opacity, 1));
  }

  .\[\&_svg\]\:size-4 svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&_svg\]\:transition-transform svg {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .\[\&_table\]\:mb-0\! table {
    margin-bottom: 0 !important;
  }

  .\[\&_table\]\:w-full table {
    width: 100%;
  }

  .\[\&_table\]\:border-separate\! table {
    border-collapse: separate !important;
  }

  .\[\&_table\]\:\[border-spacing\:0\]\! table {
    border-spacing: 0 !important;
  }

  .\[\&_td\]\:border-e\! td {
    border-inline-end-style: var(--tw-border-style) !important;
    border-inline-end-width: 1px !important;
  }

  .\[\&_td\]\:border-b\! td {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 1px !important;
  }

  .\[\&_td\]\:border-stroke-weaker\! td {
    border-color: hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1)) !important;
  }

  .\[\&_td\]\:px-5\! td {
    padding-inline: calc(var(--spacing) * 5) !important;
  }

  .\[\&_td\]\:py-4\! td {
    padding-block: calc(var(--spacing) * 4) !important;
  }

  .\[\&_td\]\:text-start\! td {
    text-align: start !important;
  }

  .\[\&_td\]\:align-top\! td {
    vertical-align: top !important;
  }

  .\[\&_td\]\:\[overflow-wrap\:anywhere\]\! td {
    overflow-wrap: anywhere !important;
  }

  .\[\&_td\]\:break-words\! td {
    overflow-wrap: break-word !important;
  }

  .\[\&_td\:last-child\]\:border-e-0\! td:last-child {
    border-inline-end-style: var(--tw-border-style) !important;
    border-inline-end-width: 0 !important;
  }

  .\[\&_textarea\]\:text-body textarea {
    font-size: round(calc(var(--font-scale) * 16px), 1px);
    line-height: var(--tw-leading, round(calc(var(--font-scale) * 20px), 1px));
    font-weight: var(--tw-font-weight, 400);
  }

  .\[\&_textarea\]\:placeholder\:text-content-body-placeholder textarea::placeholder {
    color: hsl(var(--lf-content-body-placeholder) / var(--lf-content-body-placeholder-opacity, 1));
  }

  .\[\&_th\]\:sticky\! th {
    position: sticky !important;
  }

  .\[\&_th\]\:top-0\! th {
    top: 0 !important;
  }

  .\[\&_th\]\:z-10\! th {
    z-index: 10 !important;
  }

  .\[\&_th\]\:h-auto\! th {
    height: auto !important;
  }

  .\[\&_th\]\:min-h-14\! th {
    min-height: calc(var(--spacing) * 14) !important;
  }

  .\[\&_th\]\:border-e\! th {
    border-inline-end-style: var(--tw-border-style) !important;
    border-inline-end-width: 1px !important;
  }

  .\[\&_th\]\:border-b\! th {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 1px !important;
  }

  .\[\&_th\]\:border-stroke-weaker\! th {
    border-color: hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1)) !important;
  }

  .\[\&_th\]\:border-b-stroke-weaker\! th {
    border-bottom-color: hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1)) !important;
  }

  .\[\&_th\]\:bg-fill-superstrong\! th {
    background-color: hsl(var(--lf-fill-superstrong) / var(--lf-fill-superstrong-opacity, 1)) !important;
  }

  .\[\&_th\]\:px-5\! th {
    padding-inline: calc(var(--spacing) * 5) !important;
  }

  .\[\&_th\]\:py-4\! th {
    padding-block: calc(var(--spacing) * 4) !important;
  }

  .\[\&_th\]\:text-start\! th {
    text-align: start !important;
  }

  .\[\&_th\]\:align-middle\! th {
    vertical-align: middle !important;
  }

  .\[\&_th\]\:font-semibold\! th {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }

  .\[\&_th\]\:whitespace-nowrap\! th {
    white-space: nowrap !important;
  }

  .\[\&_th\]\:text-content-heading\! th {
    color: hsl(var(--lf-content-heading) / var(--lf-content-heading-opacity, 1)) !important;
  }

  .\[\&_th\:last-child\]\:border-e-0\! th:last-child {
    border-inline-end-style: var(--tw-border-style) !important;
    border-inline-end-width: 0 !important;
  }

  .\[\&_tr\]\:border-b tr {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .\[\&_tr\]\:border-stroke-weaker tr {
    border-color: hsl(var(--lf-stroke-weaker) / var(--lf-stroke-weaker-opacity, 1));
  }

  .\[\&_tr\:last-child\]\:border-b-0 tr:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .\[\&_tr\:last-child_td\]\:border-b-0\! tr:last-child td {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 0 !important;
  }

  .\[\&_ul\]\:list-disc ul {
    list-style-type: disc;
  }

  .\[\&_ul\]\:ps-4 ul {
    padding-inline-start: calc(var(--spacing) * 4);
  }

  .\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
    display: none;
  }

  .\[\&\:\:-webkit-scrollbar\]\:w-1\.5::-webkit-scrollbar {
    width: calc(var(--spacing) * 1.5);
  }

  .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb {
    border-radius: 3.40282e38px;
  }

  .\[\&\:\:-webkit-scrollbar-thumb\]\:bg-fill-weak::-webkit-scrollbar-thumb {
    background-color: hsl(var(--lf-fill-weak) / var(--lf-fill-weak-opacity, 1));
  }

  .\[\&\:\:-webkit-scrollbar-track\]\:bg-transparent::-webkit-scrollbar-track {
    background-color: #0000;
  }

  .\[\&\:has\(\[role\=checkbox\]\)\]\:pe-0:has([role="checkbox"]) {
    padding-inline-end: 0;
  }

  .\[\&\:not\(\:first-child\)\>div\>div\]\:pt-6:not(:first-child) > div > div {
    padding-top: calc(var(--spacing) * 6);
  }

  .\[\&\:not\(\:last-child\)\]\:flex-1:not(:last-child) {
    flex: 1;
  }

  .\[\&\>\*\]\:col-start-1 > * {
    grid-column-start: 1;
  }

  .\[\&\>\*\]\:row-start-1 > * {
    grid-row-start: 1;
  }

  .\[\&\>\*\]\:overflow-visible > * {
    overflow: visible;
  }

  .\[\&\>\*\]\:px-2 > * {
    padding-inline: calc(var(--spacing) * 2);
  }

  .\[\&\>\*\]\:px-3 > * {
    padding-inline: calc(var(--spacing) * 3);
  }

  .\[\&\>\*\]\:py-1 > * {
    padding-block: var(--spacing);
  }

  .\[\&\>\*\]\:py-1\.5 > * {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .\[\&\>\*\]\:py-2 > * {
    padding-block: calc(var(--spacing) * 2);
  }

  .\[\&\>\*\:last-child\]\:mb-0 > :last-child {
    margin-bottom: 0;
  }

  .\[\&\>button\]\:hidden > button {
    display: none;
  }

  .\[\&\>div\]\:flex > div {
    display: flex;
  }

  .\[\&\>div\]\:min-h-0 > div {
    min-height: 0;
  }

  .\[\&\>div\]\:flex-1 > div {
    flex: 1;
  }

  .\[\&\>div\]\:flex-col > div {
    flex-direction: column;
  }

  .\[\&\>img\]\:relative > img {
    position: relative;
  }

  .\[\&\>label\]\:flex > label {
    display: flex;
  }

  .\[\&\>label\]\:h-11 > label {
    height: calc(var(--spacing) * 11);
  }

  .\[\&\>label\]\:items-center > label {
    align-items: center;
  }

  .\[\&\>label\]\:pe-3 > label {
    padding-inline-end: calc(var(--spacing) * 3);
  }

  .\[\&\>span\]\:hidden > span {
    display: none;
  }

  .\[\&\>svg\]\:relative > svg {
    position: relative;
  }

  .\[\&\>svg\]\:h-full > svg {
    height: 100%;
  }

  .\[\&\>svg\]\:w-full > svg {
    width: 100%;
  }

  .\[\&\>tr\]\:last\:border-b-0 > tr:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .\[\&\[data-state\=open\]_\[data-accordion-chevron\]\]\:rotate-180[data-state="open"] [data-accordion-chevron], .\[\&\[data-state\=open\]_svg\]\:rotate-180[data-state="open"] svg, .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state="open"] > svg {
    rotate: 180deg;
  }

  .\[\&\[data-streaming\]_td\]\:\[overflow-wrap\:normal\]\![data-streaming] td {
    overflow-wrap: normal !important;
  }

  .\[\&\[data-streaming\]_td\]\:whitespace-nowrap\![data-streaming] td {
    white-space: nowrap !important;
  }

  .group:hover .\[\.group\:hover_\&\:not\(\:hover\)\]\:bg-fill-maximal:not(:hover) {
    background-color: hsl(var(--lf-fill-maximal) / var(--lf-fill-maximal-opacity, 1));
  }

  [data-state="closed"] > .\[\[data-state\=closed\]\>_\&\]\:-rotate-90 {
    rotate: -90deg;
  }
}

.ProseMirror[data-typed-text] :is(ol, ul) {
  padding-inline-start: calc(var(--spacing) * 8);
}

[data-typed-text] li > p:first-child {
  margin-block: 0;
}

[data-typed-text] p:has( + :is(ol, ul)) {
  margin-block-end: .5em;
}

[data-typed-text] p + :is(ol, ul) {
  margin-block-start: .5em;
}

.ProseMirror[data-clause-fit-content] > :last-child, .ProseMirror[data-clause-fit-content] > :is(ol, ul):last-child :is(li, ol, ul):last-child {
  margin-block-end: 0;
}

[data-typed-text] {
  color: hsl(var(--lf-content-body));
}

[data-typed-text] p {
  margin-block: 0 calc(var(--spacing) * 1);
}

[data-typed-text] :is(strong, b) {
  font-weight: var(--font-weight-semibold);
  color: inherit;
}

[data-typed-text] :is(h1, h2, h3, h4, h5, h6) {
  color: inherit;
  font-weight: var(--font-weight-semibold);
}

[data-typed-text] h1 {
  margin-block: calc(var(--spacing) * 2);
  font-size: 1.3em;
}

[data-typed-text] h2 {
  margin-block: calc(var(--spacing) * 1.5);
  font-size: 1.15em;
}

[data-typed-text] :is(h3, h4, h5, h6) {
  margin-block: calc(var(--spacing) * 1);
  font-size: 1em;
}

[data-typed-text] :is(ol, ul) {
  margin-block: 0 calc(var(--spacing) * 1);
}

[data-typed-text] blockquote {
  margin-block: calc(var(--spacing) * 1.5);
  border-inline-start: 2px solid hsl(var(--lf-stroke-weaker));
  color: hsl(var(--lf-content-body-weak));
  padding-inline-start: calc(var(--spacing) * 3);
}

[data-typed-text] code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .92em;
}

[data-typed-text] pre {
  margin-block: calc(var(--spacing) * 2);
  border-radius: calc(var(--radius) - 2px);
  background: hsl(var(--lf-fill-weak));
  padding: calc(var(--spacing) * 2);
}

[data-typed-text] hr {
  margin-block: calc(var(--spacing) * 3);
  border-color: hsl(var(--lf-stroke-weaker));
}

[data-typed-text]:not([data-clause-content]) table {
  border-collapse: collapse;
  width: 100%;
  margin-block: calc(var(--spacing) * 2);
}

[data-typed-text]:not([data-clause-content]) :is(td, th) {
  border: 1px solid hsl(var(--lf-stroke-weaker));
  padding: calc(var(--spacing) * 1);
}

[data-typed-text] th {
  font-weight: var(--font-weight-semibold);
}

[data-typed-text] p.is-editor-empty:first-child:before {
  color: hsl(var(--lf-content-body-placeholder));
  content: attr(data-placeholder);
  float: inline-start;
  pointer-events: none;
  height: 0;
}

[data-clause-content] {
  overflow-wrap: anywhere;
  min-width: 0;
  overflow-x: auto;
}

[data-clause-content] :is(ol, ul), [data-clause-content] p[data-clause-indent] {
  min-inline-size: 10em;
}

[data-clause-content] ul {
  padding-inline-start: calc(var(--spacing) * 8);
  list-style-type: disc;
}

[data-clause-content] :where(h5, h6) {
  font-weight: var(--font-weight-semibold);
}

[data-clause-content] table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

[data-clause-content] :is(td, th) {
  border: 1px solid hsl(var(--lf-stroke-weaker));
  padding: calc(var(--spacing) * 2);
  vertical-align: top;
}

[data-clause-content] ol, .ProseMirror[data-clause-content] ol, [data-clause-content] ol[data-clause-counter-style="decimal"] {
  list-style-type: decimal;
}

[data-clause-content] ol[data-clause-counter-style="lower-alpha"] {
  list-style-type: lower-alpha;
}

[data-clause-content] ol[data-clause-counter-style="upper-alpha"] {
  list-style-type: upper-alpha;
}

[data-clause-content] ol[data-clause-counter-style="lower-roman"] {
  list-style-type: lower-roman;
}

[data-clause-content] ol[data-clause-counter-style="upper-roman"] {
  list-style-type: upper-roman;
}

[data-clause-content] ol[data-clause-list-delimiter=")"], [data-clause-content] ol[data-clause-list-delimiter="()"] {
  list-style-type: none;
}

[data-clause-content] ol[data-clause-list-delimiter=")"] > li, [data-clause-content] ol[data-clause-list-delimiter="()"] > li {
  position: relative;
}

[data-clause-content] ol[data-clause-list-delimiter=")"] > li:before, [data-clause-content] ol[data-clause-list-delimiter="()"] > li:before {
  white-space: nowrap;
  position: absolute;
  inset-inline-end: calc(100% + .25em);
}

[data-clause-content] ol[data-clause-list-delimiter=")"][data-clause-counter-style="decimal"] > li:before {
  content: counter(list-item, decimal) ")";
}

[data-clause-content] ol[data-clause-list-delimiter=")"][data-clause-counter-style="lower-alpha"] > li:before {
  content: counter(list-item, lower-alpha) ")";
}

[data-clause-content] ol[data-clause-list-delimiter=")"][data-clause-counter-style="upper-alpha"] > li:before {
  content: counter(list-item, upper-alpha) ")";
}

[data-clause-content] ol[data-clause-list-delimiter=")"][data-clause-counter-style="lower-roman"] > li:before {
  content: counter(list-item, lower-roman) ")";
}

[data-clause-content] ol[data-clause-list-delimiter=")"][data-clause-counter-style="upper-roman"] > li:before {
  content: counter(list-item, upper-roman) ")";
}

[data-clause-content] ol[data-clause-list-delimiter="()"][data-clause-counter-style="decimal"] > li:before {
  content: "(" counter(list-item, decimal) ")";
}

[data-clause-content] ol[data-clause-list-delimiter="()"][data-clause-counter-style="lower-alpha"] > li:before {
  content: "(" counter(list-item, lower-alpha) ")";
}

[data-clause-content] ol[data-clause-list-delimiter="()"][data-clause-counter-style="upper-alpha"] > li:before {
  content: "(" counter(list-item, upper-alpha) ")";
}

[data-clause-content] ol[data-clause-list-delimiter="()"][data-clause-counter-style="lower-roman"] > li:before {
  content: "(" counter(list-item, lower-roman) ")";
}

[data-clause-content] ol[data-clause-list-delimiter="()"][data-clause-counter-style="upper-roman"] > li:before {
  content: "(" counter(list-item, upper-roman) ")";
}

@font-face {
  font-family: Inter;
  src: url("/assets/Inter-Dx4kXJAl.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/assets/InterItalic-DpCbqKDY.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Legal Gothic;
  src: url("/assets/LegalGothic-BiIzV4AY.ttf") format("truetype");
}

@keyframes indeterminate-progress {
  0% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(300%);
  }
}

@keyframes pulse-subtle {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .7;
  }
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.8);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes count-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes typing-dot {
  0%, 80%, 100% {
    opacity: .3;
    transform: scale(.8);
  }

  40% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes clear-conversation-spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes external-launch {
  0% {
    opacity: 1;
    transform: translate(1px, -1px);
  }

  45% {
    opacity: 0;
    transform: translate(8px, -8px);
  }

  55% {
    opacity: 0;
    transform: translate(-6px, 6px);
  }

  100% {
    opacity: 1;
    transform: translate(1px, -1px);
  }
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes accordion-down {
  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

@keyframes accordion-up {
  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

@keyframes spinner {
  0%, 30%, 100% {
    background-color: hsl(var(--lf-spinner-from));
    transform: scaleY(1);
  }

  15% {
    background-color: hsl(var(--lf-spinner-to));
    transform: scaleY(1.5);
  }
}

@keyframes voice-wave {
  0%, 100% {
    transform: scaleY(.3);
  }

  50% {
    transform: scaleY(1);
  }
}

@keyframes spotlight {
  0%, 3% {
    background-position: 100% 0;
  }

  97%, 100% {
    background-position: 0 0;
  }
}

@keyframes upload-bounce-in {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  60% {
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes upload-row-in {
  0% {
    opacity: 0;
    transform: translateX(12px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse-secure {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .55;
    transform: scale(.85);
  }
}

@keyframes loading {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -200% 0;
  }
}
