/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Lab Grotesque', system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-red-100: #FEE8E7;
    --color-red-200: #FED9D8;
    --color-red-300: #FCB3B0;
    --color-red-400: #F97A76;
    --color-red-500: #CC1925;
    --color-red-600: #B10612;
    --color-red-700: #89050E;
    --color-red-800: #63030A;
    --color-yellow-200: #FBEDB1;
    --color-yellow-500: #F3D03E;
    --color-yellow-600: #DEAB02;
    --color-yellow-800: #664100;
    --color-green-100: #E6F5E7;
    --color-green-400: #6DBB77;
    --color-green-500: #017E31;
    --color-green-800: #013C18;
    --color-blue-100: #E0F3FF;
    --color-blue-200: #C6E4FB;
    --color-blue-300: #99CCF5;
    --color-blue-400: #67B0EA;
    --color-blue-500: #0072CE;
    --color-blue-600: #0060AD;
    --color-blue-700: #05427F;
    --color-blue-800: #03294E;
    --color-gray-100: #F1F2F3;
    --color-gray-200: #DCDFE0;
    --color-gray-300: #BFC2C5;
    --color-gray-400: #A0A3A7;
    --color-gray-500: #777A7E;
    --color-gray-600: #585C5F;
    --color-gray-700: #404245;
    --color-gray-800: #2A2C2D;
    --color-gray-900: #131416;
    --color-black: #000000;
    --color-white: #FFFFFF;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-sm: 0.25rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-bounce: bounce 1s infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --spacing-0: 0;
    --spacing-1: 0.25rem;
    --spacing-2: 0.5rem;
    --spacing-3: 0.75rem;
    --spacing-4: 1rem;
    --spacing-6: 1.5rem;
    --spacing-8: 2rem;
    --spacing-10: 2.5rem;
    --spacing-12: 3rem;
    --spacing-16: 4rem;
    --spacing-20: 5rem;
    --spacing-24: 6rem;
    --spacing-32: 8rem;
    --spacing-header-x: 2rem;
    --spacing-body: calc(1.5 * var(--line-height-multiplier, 1));
    --spacing-100: calc(1rem * var(--line-height-multiplier, 1));
    --spacing-125: calc(1.25rem * var(--line-height-multiplier, 1));
    --spacing-150: calc(1.5rem * var(--line-height-multiplier, 1));
    --text-12: 0.75rem;
    --text-14: 0.875rem;
    --text-16: 1rem;
    --text-18: 1.125rem;
    --text-heading-lg: clamp(1.75rem, 1.667vw + 1.25rem, 2.5rem);
    --text-heading-md: clamp(1.5rem, 1.111vw + 1.167rem, 2rem);
    --text-heading-sm: clamp(1.25rem, 0.556vw + 1.083rem, 1.5rem);
    --text-heading-xs: clamp(1.125rem, 0.278vw + 1.042rem, 1.25rem);
    --color-light: var(--color-white);
    --color-dark: var(--color-black);
    --color-alpha-dark-700: oklch(0% 0 0 / 70%);
    --color-alpha-dark-200: oklch(0% 0 0 / 20%);
    --color-alpha-dark-100: oklch(0% 0 0 / 10%);
    --color-alpha-light-800: oklch(100% 0 0 / 80%);
    --color-alpha-light-700: oklch(100% 0 0 / 70%);
    --color-alpha-light-200: oklch(100% 0 0 / 20%);
    --color-alpha-light-100: oklch(100% 0 0 / 10%);
    --color-alpha-dark-transparent: oklch(0% 0 0 / 0%);
    --color-alpha-light-transparent: oklch(100% 0 0 / 0%);
    --color-canvas-default: var(--color-white);
    --color-canvas-contrast: var(--color-gray-100);
    --color-surface-default: var(--color-white);
    --color-surface-faint: var(--color-gray-100);
    --color-surface-subtle: var(--color-gray-200);
    --color-surface-moderate: var(--color-gray-500);
    --color-surface-contrast: var(--color-gray-900);
    --color-surface-static-light: var(--color-white);
    --color-surface-transparent: var(--color-alpha-light-transparent);
    --color-surface-overlay-scrim: var(--color-alpha-dark-700);
    --color-surface-feedback-info-faint: var(--color-blue-100);
    --color-surface-feedback-positive-faint: var(--color-green-100);
    --color-surface-feedback-warning-faint: var(--color-yellow-200);
    --color-surface-feedback-negative-faint: var(--color-red-100);
    --color-surface-action-color-default: var(--color-blue-600);
    --color-surface-action-color-hover: var(--color-blue-700);
    --color-surface-action-color-active: var(--color-blue-800);
    --color-surface-action-color-subtle-hover: var(--color-blue-100);
    --color-surface-action-neutral-hover: var(--color-gray-700);
    --color-surface-action-neutral-active: var(--color-gray-600);
    --color-surface-action-neutral-subtle-hover: var(--color-alpha-dark-100);
    --color-surface-action-danger-default: var(--color-red-500);
    --color-surface-action-danger-hover: var(--color-red-600);
    --color-surface-highlight-moderate: var(--color-blue-500);
    --color-surface-highlight-strong: var(--color-blue-800);
    --color-header: var(--color-blue-500);
    --color-content-default: var(--color-gray-900);
    --color-content-subtle: var(--color-gray-600);
    --color-content-faint: var(--color-gray-500);
    --color-content-inverse: var(--color-white);
    --color-content-static-light: var(--color-white);
    --color-content-brand: var(--color-blue-500);
    --color-content-feedback-negative: var(--color-red-500);
    --color-content-action-color-default: var(--color-blue-600);
    --color-content-action-color-hover: var(--color-blue-700);
    --color-content-action-neutral-default: var(--color-gray-900);
    --color-content-action-neutral-hover: var(--color-gray-700);
    --color-content-action-inverse: var(--color-white);
    --color-content-action-disabled: var(--color-gray-500);
    --color-content-highlight-moderate: var(--color-blue-500);
    --color-border-faint: var(--color-gray-100);
    --color-border-subtle: var(--color-gray-200);
    --color-border-moderate: var(--color-gray-400);
    --color-border-strong: var(--color-gray-900);
    --color-border-brand: var(--color-blue-500);
    --color-border-feedback-negative: var(--color-red-500);
    --color-border-action-color-default: var(--color-blue-600);
    --color-border-action-color-hover: var(--color-blue-700);
    --color-border-action-neutral-hover: var(--color-gray-700);
    --color-border-focus-contrast: var(--color-yellow-500);
    --animate-fade-out-with-height: fade-out-with-height 0.15s ease-out forwards;
    --animate-fade-out: fade-out 0.15s ease-out forwards;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .\@container {
    container-type: inline-size;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: var(--spacing-0);
  }
  .top-2\.5 {
    top: calc(var(--spacing) * 2.5);
  }
  .top-2\/4 {
    top: calc(2/4 * 100%);
  }
  .top-12 {
    top: var(--spacing-12);
  }
  .top-20 {
    top: var(--spacing-20);
  }
  .top-24 {
    top: var(--spacing-24);
  }
  .top-32 {
    top: var(--spacing-32);
  }
  .top-\[100\%\] {
    top: 100%;
  }
  .right-0 {
    right: var(--spacing-0);
  }
  .right-1 {
    right: var(--spacing-1);
  }
  .right-header-x {
    right: var(--spacing-header-x);
  }
  .bottom-2\.5 {
    bottom: calc(var(--spacing) * 2.5);
  }
  .left-0 {
    left: var(--spacing-0);
  }
  .left-2\.5 {
    left: calc(var(--spacing) * 2.5);
  }
  .left-\[calc\(theme\(spacing\.header-x\)\+6rem\+theme\(spacing\.5\)\)\] {
    left: calc(2rem + 6rem + 1.25rem);
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .container {
    width: 100%;
    @media (width >= 600px) {
      max-width: 600px;
    }
    @media (width >= 900px) {
      max-width: 900px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1800px) {
      max-width: 1800px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-1 {
    margin: var(--spacing-1);
  }
  .mx-4 {
    margin-inline: var(--spacing-4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-1 {
    margin-top: var(--spacing-1);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-4 {
    margin-top: var(--spacing-4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-20 {
    margin-top: var(--spacing-20);
  }
  .mr-4 {
    margin-right: var(--spacing-4);
  }
  .mb-2 {
    margin-bottom: var(--spacing-2);
  }
  .mb-4 {
    margin-bottom: var(--spacing-4);
  }
  .label-required {
    &::after {
      content: var(--tw-content);
      margin-left: var(--spacing-1);
    }
    &::after {
      content: var(--tw-content);
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    &::after {
      content: var(--tw-content);
      color: var(--color-content-action-color-default);
    }
    &::after {
      content: var(--tw-content);
      --tw-content: '*';
      content: var(--tw-content);
    }
  }
  .ml-4 {
    margin-left: var(--spacing-4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-0 {
    height: var(--spacing-0);
  }
  .h-2 {
    height: var(--spacing-2);
  }
  .h-3 {
    height: var(--spacing-3);
  }
  .h-4 {
    height: var(--spacing-4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: var(--spacing-6);
  }
  .h-8 {
    height: var(--spacing-8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: var(--spacing-10);
  }
  .h-12 {
    height: var(--spacing-12);
  }
  .h-18 {
    height: calc(var(--spacing) * 18);
  }
  .h-20 {
    height: var(--spacing-20);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .max-h-1\/2 {
    max-height: calc(1/2 * 100%);
  }
  .max-h-40 {
    max-height: calc(var(--spacing) * 40);
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .max-h-\[calc\(100vh-theme\(spacing\.20\)\)\] {
    max-height: calc(100vh - 5rem);
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-5 {
    min-height: calc(var(--spacing) * 5);
  }
  .min-h-6 {
    min-height: var(--spacing-6);
  }
  .min-h-8 {
    min-height: var(--spacing-8);
  }
  .min-h-10 {
    min-height: var(--spacing-10);
  }
  .min-h-20 {
    min-height: var(--spacing-20);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1 {
    width: var(--spacing-1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-2 {
    width: var(--spacing-2);
  }
  .w-3 {
    width: var(--spacing-3);
  }
  .w-4 {
    width: var(--spacing-4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: var(--spacing-6);
  }
  .w-8 {
    width: var(--spacing-8);
  }
  .w-10 {
    width: var(--spacing-10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[calc\(100\%-theme\(spacing\.header\.x\)\*2\)\] {
    width: calc(100% - 2rem * 2);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-min {
    width: min-content;
  }
  .max-w-10 {
    max-width: var(--spacing-10);
  }
  .max-w-36 {
    max-width: calc(var(--spacing) * 36);
  }
  .max-w-40 {
    max-width: calc(var(--spacing) * 40);
  }
  .max-w-120 {
    max-width: calc(var(--spacing) * 120);
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[240px\] {
    max-width: 240px;
  }
  .max-w-\[calc\(100cqw\/3\)\] {
    max-width: calc(100cqw / 3);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-min {
    max-width: min-content;
  }
  .min-w-0 {
    min-width: var(--spacing-0);
  }
  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }
  .min-w-6 {
    min-width: var(--spacing-6);
  }
  .min-w-8 {
    min-width: var(--spacing-8);
  }
  .min-w-10 {
    min-width: var(--spacing-10);
  }
  .min-w-fit {
    min-width: fit-content;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-top {
    transform-origin: top;
  }
  .-translate-x-2\/4 {
    --tw-translate-x: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-2\/4 {
    --tw-translate-y: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-y-100 {
    --tw-scale-y: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .animate-fade-out {
    animation: var(--animate-fade-out);
  }
  .animate-fade-out-with-height {
    animation: var(--animate-fade-out-with-height);
  }
  .cursor-pointer-all {
    cursor: pointer;
    * {
      cursor: pointer;
    }
  }
  .\!cursor-not-allowed {
    cursor: not-allowed !important;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing-1);
  }
  .gap-2 {
    gap: var(--spacing-2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-4 {
    gap: var(--spacing-4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: var(--spacing-6);
  }
  .gap-24 {
    gap: var(--spacing-24);
  }
  .gap-\[25vw\] {
    gap: 25vw;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-r-sm {
    border-top-right-radius: var(--radius-sm);
    border-bottom-right-radius: var(--radius-sm);
  }
  .rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-y-2 {
    border-block-style: var(--tw-border-style);
    border-block-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .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-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-border-action-color-default {
    border-color: var(--color-border-action-color-default);
  }
  .border-border-brand {
    border-color: var(--color-border-brand);
  }
  .border-border-faint {
    border-color: var(--color-border-faint);
  }
  .border-border-feedback-negative {
    border-color: var(--color-border-feedback-negative);
  }
  .border-border-moderate {
    border-color: var(--color-border-moderate);
  }
  .border-border-strong {
    border-color: var(--color-border-strong);
  }
  .border-border-subtle {
    border-color: var(--color-border-subtle);
  }
  .border-dark {
    border-color: var(--color-dark);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-canvas-contrast {
    background-color: var(--color-canvas-contrast);
  }
  .bg-canvas-default {
    background-color: var(--color-canvas-default);
  }
  .bg-header {
    background-color: var(--color-header);
  }
  .bg-light {
    background-color: var(--color-light);
  }
  .bg-surface-action-color-default {
    background-color: var(--color-surface-action-color-default);
  }
  .bg-surface-action-danger-default {
    background-color: var(--color-surface-action-danger-default);
  }
  .bg-surface-contrast {
    background-color: var(--color-surface-contrast);
  }
  .bg-surface-default {
    background-color: var(--color-surface-default);
  }
  .bg-surface-faint {
    background-color: var(--color-surface-faint);
  }
  .bg-surface-feedback-info-faint {
    background-color: var(--color-surface-feedback-info-faint);
  }
  .bg-surface-feedback-negative-faint {
    background-color: var(--color-surface-feedback-negative-faint);
  }
  .bg-surface-feedback-positive-faint {
    background-color: var(--color-surface-feedback-positive-faint);
  }
  .bg-surface-feedback-warning-faint {
    background-color: var(--color-surface-feedback-warning-faint);
  }
  .bg-surface-highlight-strong {
    background-color: var(--color-surface-highlight-strong);
  }
  .bg-surface-moderate {
    background-color: var(--color-surface-moderate);
  }
  .bg-surface-subtle {
    background-color: var(--color-surface-subtle);
  }
  .bg-surface-transparent {
    background-color: var(--color-surface-transparent);
  }
  .fill-content-action-color-default {
    fill: var(--color-content-action-color-default);
  }
  .fill-content-action-inverse {
    fill: var(--color-content-action-inverse);
  }
  .fill-content-action-neutral-default {
    fill: var(--color-content-action-neutral-default);
  }
  .fill-content-default {
    fill: var(--color-content-default);
  }
  .fill-content-feedback-negative {
    fill: var(--color-content-feedback-negative);
  }
  .fill-content-inverse {
    fill: var(--color-content-inverse);
  }
  .fill-content-static-light {
    fill: var(--color-content-static-light);
  }
  .fill-dark {
    fill: var(--color-dark);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .stroke-dark {
    stroke: var(--color-dark);
  }
  .object-contain {
    object-fit: contain;
  }
  .p-1 {
    padding: var(--spacing-1);
  }
  .p-2 {
    padding: var(--spacing-2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-4 {
    padding: var(--spacing-4);
  }
  .layout-padding-x {
    padding-inline: var(--spacing-4);
    @media (width >= 600px) {
      padding-inline: var(--spacing-12);
    }
    @media (width >= 900px) {
      padding-inline: var(--spacing-32);
    }
  }
  .px-1 {
    padding-inline: var(--spacing-1);
  }
  .px-4 {
    padding-inline: var(--spacing-4);
  }
  .px-header-x {
    padding-inline: var(--spacing-header-x);
  }
  .py-2 {
    padding-block: var(--spacing-2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: var(--spacing-3);
  }
  .py-4 {
    padding-block: var(--spacing-4);
  }
  .py-8 {
    padding-block: var(--spacing-8);
  }
  .pt-1 {
    padding-top: var(--spacing-1);
  }
  .pt-2 {
    padding-top: var(--spacing-2);
  }
  .pt-6 {
    padding-top: var(--spacing-6);
  }
  .pt-16 {
    padding-top: var(--spacing-16);
  }
  .pt-20 {
    padding-top: var(--spacing-20);
  }
  .pr-4 {
    padding-right: var(--spacing-4);
  }
  .pb-8 {
    padding-bottom: var(--spacing-8);
  }
  .pl-1 {
    padding-left: var(--spacing-1);
  }
  .pl-2 {
    padding-left: var(--spacing-2);
  }
  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }
  .pl-3 {
    padding-left: var(--spacing-3);
  }
  .pl-4 {
    padding-left: var(--spacing-4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: var(--spacing-6);
  }
  .pl-8 {
    padding-left: var(--spacing-8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-text-bottom {
    vertical-align: text-bottom;
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-12 {
    font-size: var(--text-12);
  }
  .text-14 {
    font-size: var(--text-14);
  }
  .text-heading-lg {
    font-size: var(--text-heading-lg);
  }
  .text-heading-md {
    font-size: var(--text-heading-md);
  }
  .text-heading-sm {
    font-size: var(--text-heading-sm);
  }
  .text-heading-xs {
    font-size: var(--text-heading-xs);
  }
  .leading-100 {
    --tw-leading: var(--spacing-100);
    line-height: var(--spacing-100);
  }
  .leading-125 {
    --tw-leading: var(--spacing-125);
    line-height: var(--spacing-125);
  }
  .leading-body {
    --tw-leading: var(--spacing-body);
    line-height: var(--spacing-body);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .anchor-link {
    white-space: nowrap;
    color: var(--color-content-action-color-default);
    text-decoration-line: underline;
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: var(--focus-outline-width);
    }
    &:focus-visible {
      outline-color: var(--color-border-focus-contrast);
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-content-action-color-hover);
      }
    }
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-content-action-color-default {
    color: var(--color-content-action-color-default);
  }
  .text-content-action-inverse {
    color: var(--color-content-action-inverse);
  }
  .text-content-action-neutral-default {
    color: var(--color-content-action-neutral-default);
  }
  .text-content-default {
    color: var(--color-content-default);
  }
  .text-content-faint {
    color: var(--color-content-faint);
  }
  .text-content-feedback-negative {
    color: var(--color-content-feedback-negative);
  }
  .text-content-highlight-moderate {
    color: var(--color-content-highlight-moderate);
  }
  .text-content-inverse {
    color: var(--color-content-inverse);
  }
  .text-content-subtle {
    color: var(--color-content-subtle);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    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, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus-outline {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: var(--focus-outline-width);
    }
    &:focus-visible {
      outline-color: var(--color-border-focus-contrast);
    }
  }
  .peer-focus-outline {
    &:is(:where(.peer):focus-visible ~ *) {
      outline-style: var(--tw-outline-style);
      outline-width: var(--focus-outline-width);
    }
    &:is(:where(.peer):focus-visible ~ *) {
      outline-color: var(--color-border-focus-contrast);
    }
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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, visibility, 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-\[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-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-discrete {
    transition-behavior: allow-discrete;
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:fill-content-action-color-hover {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-content-action-color-hover);
      }
    }
  }
  .group-hover\:fill-content-action-inverse {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-content-action-inverse);
      }
    }
  }
  .group-hover\:fill-content-action-neutral-hover {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-content-action-neutral-hover);
      }
    }
  }
  .group-hover\:fill-content-brand {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-content-brand);
      }
    }
  }
  .group-hover\:fill-content-inverse {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-content-inverse);
      }
    }
  }
  .group-hover\:fill-content-static-light {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-content-static-light);
      }
    }
  }
  .group-hover\:fill-content-subtle {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-content-subtle);
      }
    }
  }
  .group-hover\:text-content-action-color-hover {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-content-action-color-hover);
      }
    }
  }
  .group-hover\:text-content-default {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-content-default);
      }
    }
  }
  .peer-checked\:bg-surface-highlight-moderate {
    &:is(:where(.peer):checked ~ *) {
      background-color: var(--color-surface-highlight-moderate);
    }
  }
  .peer-checked\:opacity-100 {
    &:is(:where(.peer):checked ~ *) {
      opacity: 100%;
    }
  }
  .backdrop\:bg-surface-overlay-scrim {
    &::backdrop {
      background-color: var(--color-surface-overlay-scrim);
    }
  }
  .before\:mr-2 {
    &::before {
      content: var(--tw-content);
      margin-right: var(--spacing-2);
    }
  }
  .before\:inline-block {
    &::before {
      content: var(--tw-content);
      display: inline-block;
    }
  }
  .before\:h-1\.5 {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 1.5);
    }
  }
  .before\:w-1\.5 {
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 1.5);
    }
  }
  .before\:rotate-\[-45deg\] {
    &::before {
      content: var(--tw-content);
      rotate: -45deg;
    }
  }
  .before\:border-r-2 {
    &::before {
      content: var(--tw-content);
      border-right-style: var(--tw-border-style);
      border-right-width: 2px;
    }
  }
  .before\:border-b-2 {
    &::before {
      content: var(--tw-content);
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
  }
  .before\:align-middle {
    &::before {
      content: var(--tw-content);
      vertical-align: middle;
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:start-\[2px\] {
    &::after {
      content: var(--tw-content);
      inset-inline-start: 2px;
    }
  }
  .after\:top-\[2px\] {
    &::after {
      content: var(--tw-content);
      top: 2px;
    }
  }
  .after\:h-5 {
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 5);
    }
  }
  .after\:w-5 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 5);
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:bg-surface-default {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-surface-default);
    }
  }
  .after\:transition-all {
    &::after {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .peer-checked\:after\:translate-x-full {
    &:is(:where(.peer):checked ~ *) {
      &::after {
        content: var(--tw-content);
        --tw-translate-x: 100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .open\:flex {
    &:is([open], :popover-open, :open) {
      display: flex;
    }
  }
  .hover\:border-border-action-color-hover {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-border-action-color-hover);
      }
    }
  }
  .hover\:border-border-action-neutral-hover {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-border-action-neutral-hover);
      }
    }
  }
  .hover\:bg-surface-action-color-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface-action-color-hover);
      }
    }
  }
  .hover\:bg-surface-action-danger-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface-action-danger-hover);
      }
    }
  }
  .hover\:bg-surface-action-neutral-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface-action-neutral-hover);
      }
    }
  }
  .hover\:bg-surface-action-neutral-subtle-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface-action-neutral-subtle-hover);
      }
    }
  }
  .hover\:bg-surface-faint {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface-faint);
      }
    }
  }
  .hover\:bg-surface-subtle {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface-subtle);
      }
    }
  }
  .hover\:text-content-action-color-hover {
    &:hover {
      @media (hover: hover) {
        color: var(--color-content-action-color-hover);
      }
    }
  }
  .hover\:text-content-action-inverse {
    &:hover {
      @media (hover: hover) {
        color: var(--color-content-action-inverse);
      }
    }
  }
  .hover\:text-content-action-neutral-hover {
    &:hover {
      @media (hover: hover) {
        color: var(--color-content-action-neutral-hover);
      }
    }
  }
  .hover\:text-content-inverse {
    &:hover {
      @media (hover: hover) {
        color: var(--color-content-inverse);
      }
    }
  }
  .hover\:text-content-subtle {
    &:hover {
      @media (hover: hover) {
        color: var(--color-content-subtle);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:decoration-2 {
    &:hover {
      @media (hover: hover) {
        text-decoration-thickness: 2px;
      }
    }
  }
  .aria-busy\:opacity-50 {
    &[aria-busy="true"] {
      opacity: 50%;
    }
  }
  .max-lg\:hidden {
    @media (width < 1200px) {
      display: none;
    }
  }
  .max-m\:mx-auto {
    @media (width < 900px) {
      margin-inline: auto;
    }
  }
  .max-m\:hidden {
    @media (width < 900px) {
      display: none;
    }
  }
  .max-m\:max-w-10 {
    @media (width < 900px) {
      max-width: var(--spacing-10);
    }
  }
  .max-m\:items-center {
    @media (width < 900px) {
      align-items: center;
    }
  }
  .max-m\:justify-center {
    @media (width < 900px) {
      justify-content: center;
    }
  }
  .max-m\:gap-4 {
    @media (width < 900px) {
      gap: var(--spacing-4);
    }
  }
  .max-s\:hidden {
    @media (width < 600px) {
      display: none;
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .s\:hidden {
    @media (width >= 600px) {
      display: none;
    }
  }
  .s\:text-14 {
    @media (width >= 600px) {
      font-size: var(--text-14);
    }
  }
  .m\:top-36 {
    @media (width >= 900px) {
      top: calc(var(--spacing) * 36);
    }
  }
  .m\:top-40 {
    @media (width >= 900px) {
      top: calc(var(--spacing) * 40);
    }
  }
  .m\:mt-32 {
    @media (width >= 900px) {
      margin-top: var(--spacing-32);
    }
  }
  .m\:block {
    @media (width >= 900px) {
      display: block;
    }
  }
  .m\:flex {
    @media (width >= 900px) {
      display: flex;
    }
  }
  .m\:hidden {
    @media (width >= 900px) {
      display: none;
    }
  }
  .m\:w-80 {
    @media (width >= 900px) {
      width: calc(var(--spacing) * 80);
    }
  }
  .m\:flex-1 {
    @media (width >= 900px) {
      flex: 1;
    }
  }
  .m\:grid-cols-2 {
    @media (width >= 900px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .m\:grid-cols-\[auto\] {
    @media (width >= 900px) {
      grid-template-columns: auto;
    }
  }
  .m\:flex-row {
    @media (width >= 900px) {
      flex-direction: row;
    }
  }
  .m\:justify-between {
    @media (width >= 900px) {
      justify-content: space-between;
    }
  }
  .m\:px-header-x {
    @media (width >= 900px) {
      padding-inline: var(--spacing-header-x);
    }
  }
  .m\:py-8 {
    @media (width >= 900px) {
      padding-block: var(--spacing-8);
    }
  }
  .m\:text-left {
    @media (width >= 900px) {
      text-align: left;
    }
  }
  .lg\:top-32 {
    @media (width >= 1200px) {
      top: var(--spacing-32);
    }
  }
  .lg\:right-4 {
    @media (width >= 1200px) {
      right: var(--spacing-4);
    }
  }
  .lg\:flex {
    @media (width >= 1200px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1200px) {
      display: none;
    }
  }
  .lg\:w-90 {
    @media (width >= 1200px) {
      width: calc(var(--spacing) * 90);
    }
  }
  .lg\:w-\[45vw\] {
    @media (width >= 1200px) {
      width: 45vw;
    }
  }
  .lg\:w-max {
    @media (width >= 1200px) {
      width: max-content;
    }
  }
  .lg\:max-w-1\/2 {
    @media (width >= 1200px) {
      max-width: calc(1/2 * 100%);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1200px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[auto_auto_1fr\] {
    @media (width >= 1200px) {
      grid-template-columns: auto auto 1fr;
    }
  }
  .lg\:grid-cols-\[auto_auto_auto_1fr\] {
    @media (width >= 1200px) {
      grid-template-columns: auto auto auto 1fr;
    }
  }
  .lg\:gap-8 {
    @media (width >= 1200px) {
      gap: var(--spacing-8);
    }
  }
  .lg\:text-16 {
    @media (width >= 1200px) {
      font-size: var(--text-16);
    }
  }
  .lg\:leading-125 {
    @media (width >= 1200px) {
      --tw-leading: var(--spacing-125);
      line-height: var(--spacing-125);
    }
  }
  .lg\:leading-150 {
    @media (width >= 1200px) {
      --tw-leading: var(--spacing-150);
      line-height: var(--spacing-150);
    }
  }
  .md\:m-auto {
    @media (width >= 48rem) {
      margin: auto;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-40 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 40);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: var(--spacing-2);
    }
  }
  .md\:border-0 {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .rtl\:peer-checked\:after\:-translate-x-full {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:is(:where(.peer):checked ~ *) {
        &::after {
          content: var(--tw-content);
          --tw-translate-x: -100%;
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .starting\:scale-y-0 {
    @starting-style {
      --tw-scale-y: 0%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .starting\:opacity-0 {
    @starting-style {
      opacity: 0%;
    }
  }
  .starting\:open\:opacity-0 {
    @starting-style {
      &:is([open], :popover-open, :open) {
        opacity: 0%;
      }
    }
  }
  .print\:mt-0 {
    @media print {
      margin-top: var(--spacing-0);
    }
  }
  .print\:hidden {
    @media print {
      display: none;
    }
  }
  .print\:py-0 {
    @media print {
      padding-block: var(--spacing-0);
    }
  }
  .peer-hover\:\[\&_svg\]\:fill-content-brand {
    &:is(:where(.peer):hover ~ *) {
      @media (hover: hover) {
        & svg {
          fill: var(--color-content-brand);
        }
      }
    }
  }
  .\[\&\.selected_svg\]\:fill-content-brand {
    &.selected svg {
      fill: var(--color-content-brand);
    }
  }
  .\[\&\>div\]\:flex {
    &>div {
      display: flex;
    }
  }
  .\[\&\>div\]\:flex-col {
    &>div {
      flex-direction: column;
    }
  }
  .\[\&\>div\]\:gap-2\.5 {
    &>div {
      gap: calc(var(--spacing) * 2.5);
    }
  }
}
@font-face {
  font-family: "Lab Grotesque";
  src: url("../fonts/LabGrotesque-Regular-dc229287300e5d5340514a8b0f676866.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lab Grotesque";
  src: url("../fonts/LabGrotesque-Bold-636ba809477d6211d24f0a44b97930af.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lab Grotesque";
  src: url("../fonts/LabGrotesque-Italic-9f6ad5b69ca7170027bb847bb3c49104.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lab Grotesque";
  src: url("../fonts/LabGrotesque-BoldItalic-3e265af7638593850f05cd79fb7bf42c.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
:root {
  --focus-outline-width: 1px;
  --line-height-multiplier: 1;
}
@layer base {
  html {
    font-size: var(--text-16);
    --tw-leading: var(--spacing-body);
    line-height: var(--spacing-body);
    color: var(--color-content-default);
    @media (width >= 1200px) {
      font-size: var(--text-18);
    }
    font-synthesis: none;
    select {
      background-color: var(--color-surface-transparent) !important;
    }
    &.high-focus {
      button, input, textarea, select, a {
        &:focus {
          outline-style: var(--tw-outline-style);
          outline-width: var(--focus-outline-width);
        }
        &:focus {
          outline-color: var(--color-border-focus-contrast);
        }
      }
    }
    &.no-background-and-colors {
      filter: grayscale(100%);
      * {
        background: white !important;
        color: black !important;
        fill: black !important;
        border-color: black !important;
      }
    }
  }
}
body {
  button, input, textarea, select, a {
    cursor: pointer;
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: var(--focus-outline-width);
    }
    &:focus-visible {
      outline-color: var(--color-border-focus-contrast);
    }
  }
  button, a {
    @media print {
      display: none;
    }
  }
  input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), select {
    height: calc(var(--spacing) * 9);
    width: 100%;
    max-width: calc(var(--spacing) * 120);
    border-style: var(--tw-border-style);
    border-width: 2px;
    padding-inline: var(--spacing-2);
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      border-color: var(--color-border-subtle);
    }
    &:disabled {
      background-color: var(--color-surface-faint);
    }
    &:disabled {
      color: var(--color-content-faint);
    }
    &[data-controller="flatpickr"] {
      border-top-left-radius: var(--radius-sm);
      border-bottom-left-radius: var(--radius-sm);
    }
    &:not([data-controller="flatpickr"]) {
      border-radius: var(--radius-sm);
    }
    &.small-width {
      max-width: calc(var(--spacing) * 30);
    }
  }
  textarea {
    height: calc(var(--spacing) * 30);
    width: 100%;
    max-width: calc(var(--spacing) * 120);
    border-radius: var(--radius-sm);
    border-style: var(--tw-border-style);
    border-width: 2px;
    padding-left: var(--spacing-2);
  }
  input[type="radio"]:checked::before {
    position: absolute;
    top: calc(1/2 * 100%);
    left: calc(1/2 * 100%);
    height: var(--spacing-3);
    width: var(--spacing-3);
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: calc(infinity * 1px);
    background-color: var(--color-dark);
    --tw-content: '';
    content: var(--tw-content);
  }
  .rich-text-content {
    a {
      white-space: nowrap;
      color: var(--color-content-action-color-default);
      text-decoration-line: underline;
      &:focus-visible {
        outline-style: var(--tw-outline-style);
        outline-width: var(--focus-outline-width);
      }
      &:focus-visible {
        outline-color: var(--color-border-focus-contrast);
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-content-action-color-hover);
        }
      }
    }
  }
  #hero-content {
    a {
      display: inline-block;
      text-decoration-line: none;
      svg {
        display: inline-block;
      }
    }
  }
  table {
    th, td {
      padding: var(--spacing-2);
    }
    &:not(.table-collapsed) {
      tbody tr {
        &:not(.disabled-row) {
          &:hover {
            @media (hover: hover) {
              background-color: var(--color-surface-faint);
            }
          }
        }
        &.disabled-row {
          background-color: var(--color-surface-faint);
          color: var(--color-content-subtle);
          &:hover {
            @media (hover: hover) {
              background-color: var(--color-surface-subtle);
            }
          }
        }
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        border-color: var(--color-border-faint);
        text-align: left;
      }
    }
    &.table-collapsed {
      tbody tr {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        border-color: var(--color-border-faint);
        text-align: left;
        th {
          background-color: var(--color-surface-faint);
        }
      }
    }
  }
}
.dark {
  --color-light: var(--color-black);
  --color-dark: var(--color-white);
  --color-canvas-default: var(--color-gray-900);
  --color-canvas-contrast: var(--color-gray-800);
  --color-surface-default: var(--color-gray-900);
  --color-surface-faint: var(--color-gray-800);
  --color-surface-subtle: var(--color-gray-700);
  --color-surface-moderate: var(--color-gray-400);
  --color-surface-contrast: var(--color-gray-100);
  --color-surface-static-dark: var(--color-gray-900);
  --color-surface-static-light: var(--color-white);
  --color-surface-transparent: var(--color-alpha-dark-transparent);
  --color-surface-brand: var(--color-blue-500);
  --color-surface-brand-strong: var(--color-blue-700);
  --color-surface-overlay-scrim: var(--color-alpha-dark-700);
  --color-surface-overlay-container: var(--color-gray-900);
  --color-surface-feedback-info-faint: var(--color-blue-800);
  --color-surface-feedback-positive-faint: var(--color-green-800);
  --color-surface-feedback-warning-faint: var(--color-yellow-800);
  --color-surface-feedback-negative-faint: var(--color-red-800);
  --color-surface-action-color-default: var(--color-blue-400);
  --color-surface-action-color-hover: var(--color-blue-300);
  --color-surface-action-color-active: var(--color-blue-200);
  --color-surface-action-color-subtle-hover: var(--color-blue-800);
  --color-surface-action-color-subtle-active: var(--color-blue-700);
  --color-surface-action-neutral-hover: var(--color-gray-300);
  --color-surface-action-neutral-active: var(--color-gray-200);
  --color-surface-action-neutral-subtle-hover: var(--color-alpha-light-100);
  --color-surface-action-neutral-subtle-active: var(--color-alpha-light-200);
  --color-surface-action-danger-default: var(--color-red-400);
  --color-surface-action-danger-hover: var(--color-red-300);
  --color-surface-action-danger-active: var(--color-red-200);
  --color-surface-action-disabled: var(--color-gray-800);
  --color-surface-highlight-subtle: var(--color-blue-800);
  --color-surface-highlight-moderate: var(--color-blue-400);
  --color-surface-highlight-strong: var(--color-blue-200);
  --color-surface-focus-default: var(--color-yellow-500);
  --color-header: var(--color-black);
  --color-content-default: var(--color-white);
  --color-content-subtle: var(--color-gray-300);
  --color-content-faint: var(--color-gray-500);
  --color-content-inverse: var(--color-gray-900);
  --color-content-static-dark: var(--color-gray-900);
  --color-content-static-light: var(--color-white);
  --color-content-brand: var(--color-blue-500);
  --color-content-feedback-negative: var(--color-red-400);
  --color-content-action-color-default: var(--color-blue-300);
  --color-content-action-color-hover: var(--color-blue-200);
  --color-content-action-color-active: var(--color-blue-100);
  --color-content-action-neutral-default: var(--color-gray-100);
  --color-content-action-neutral-hover: var(--color-alpha-light-800);
  --color-content-action-neutral-active: var(--color-alpha-light-700);
  --color-content-action-inverse: var(--color-gray-900);
  --color-content-action-disabled: var(--color-gray-500);
  --color-content-highlight-moderate: var(--color-blue-300);
  --color-content-focus-default: var(--color-gray-900);
  --color-border-faint: var(--color-gray-800);
  --color-border-subtle: var(--color-gray-700);
  --color-border-moderate: var(--color-gray-500);
  --color-border-strong: var(--color-gray-100);
  --color-border-inverse: var(--color-gray-900);
  --color-border-brand: var(--color-blue-500);
  --color-border-feedback-info: var(--color-blue-400);
  --color-border-feedback-positive: var(--color-green-400);
  --color-border-feedback-warning: var(--color-yellow-500);
  --color-border-feedback-negative: var(--color-red-400);
  --color-border-action-color-default: var(--color-blue-400);
  --color-border-action-color-hover: var(--color-blue-300);
  --color-border-action-color-active: var(--color-blue-200);
  --color-border-action-neutral-default: var(--color-gray-500);
  --color-border-action-neutral-hover: var(--color-alpha-light-800);
  --color-border-action-neutral-active: var(--color-alpha-light-700);
  --color-border-action-disabled: var(--color-gray-700);
  --color-border-highlight-moderate: var(--color-blue-400);
  --color-border-focus-default: var(--color-gray-900);
  --color-border-focus-contrast: var(--color-yellow-500);
  --color-border-focus-inner: var(--color-gray-900);
  --color-border-focus-outer: var(--color-gray-100);
}
.flatpickr-calendar {
  background-color: var(--color-light) !important;
  .flatpickr-current-month {
    padding: var(--spacing-0);
  }
  .flatpickr-day {
    color: var(--color-content-default);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface-action-color-hover);
      }
    }
    &.prevMonthDay, &.nextMonthDay {
      color: var(--color-content-action-disabled);
    }
    &.today {
      background-color: var(--color-surface-action-color-active);
      color: var(--color-content-inverse);
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-surface-action-color-hover);
        }
      }
    }
  }
  select, input {
    --tw-border-style: none !important;
    border-style: none !important;
    color: var(--color-content-default) !important;
  }
  .arrowUp::after {
    border-bottom-color: var(--color-border-strong) !important;
  }
  .arrowDown::after {
    border-top-color: var(--color-border-strong) !important;
  }
  svg {
    fill: var(--color-content-default) !important;
  }
}
#cc-main {
  --cc-bg: var(--color-canvas-default);
  --cc-primary-color: var(--color-content-action-color-default);
  --cc-secondary-color: var(--color-content-default);
  --cc-btn-primary-bg: var(--color-surface-action-color-default);
  --cc-btn-primary-color: var(--color-content-inverse);
  --cc-btn-primary-border-color: transparent;
  --cc-btn-primary-hover-bg: var(--color-surface-action-color-hover);
  --cc-btn-primary-hover-color: var(--color-content-inverse);
  --cc-btn-primary-hover-border-color: transparent;
  --cc-btn-secondary-bg: var(--color-surface-action-neutral-active);
  --cc-btn-secondary-color: var(--color-content-inverse);
  --cc-btn-secondary-border-color: transparent;
  --cc-btn-secondary-hover-bg: var(--color-surface-action-neutral-hover);
  --cc-btn-secondary-hover-color: var(--color-content-inverse);
  --cc-btn-secondary-hover-border-color: transparent;
  --cc-separator-border-color: var(--color-border-faint);
  --cc-toggle-on-bg: var(--color-surface-highlight-moderate);
  --cc-toggle-off-bg: var(--color-surface-moderate);
  --cc-toggle-on-knob-bg: var(--color-surface-default);
  --cc-toggle-off-knob-bg: var(--color-surface-faint);
  --cc-toggle-enabled-icon-color: var(--color-content-inverse);
  --cc-toggle-disabled-icon-color: var(--color-content-inverse);
  --cc-toggle-readonly-bg: var(--color-surface-moderate);
  --cc-toggle-readonly-knob-bg: var(--color-surface-static-light);
  --cc-toggle-readonly-knob-icon-color: var(--color-dark);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: var(--color-surface-default);
  --cc-cookie-category-block-border: var(--color-border-faint);
  --cc-cookie-category-block-hover-bg: var(--color-surface-action-color-subtle-hover);
  --cc-cookie-category-block-hover-border: var(--color-surface-action-color-subtle-hover);
  --cc-cookie-category-expanded-block-bg: var(--color-surface-transparent);
  --cc-cookie-category-expanded-block-hover-bg: var(--color-surface-action-neutral-subtle-hover);
  --cc-overlay-bg: var(--color-surface-overlay-scrim);
  --cc-webkit-scrollbar-bg: var(--color-surface-action-color-default);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: var(--color-border-subtle);
  button, input, a {
    cursor: pointer;
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: var(--focus-outline-width);
    }
    &:focus-visible {
      outline-color: var(--color-border-focus-contrast);
    }
  }
  * a {
    appearance: none !important;
    background-image: none !important;
    color: var(--color-content-action-color-default) !important;
    text-decoration-line: underline !important;
    &:hover {
      @media (hover: hover) {
        color: var(--color-content-action-color-hover) !important;
      }
    }
  }
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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: 0px;
}
@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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes fade-out-with-height {
  0% {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    padding: var(--spacing-4) 0;
  }
  100% {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    padding: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@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-content: "";
      --tw-font-weight: initial;
      --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-border-style: solid;
      --tw-leading: initial;
      --tw-outline-style: solid;
      --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-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-duration: initial;
      --tw-ease: initial;
    }
  }
}
