@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/*! tailwindcss v4.1.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-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-300: oklch(.808 .114 19.571);
    --color-yellow-300: oklch(.905 .182 98.111);
    --color-neutral-200: oklch(.922 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-7xl: 80rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --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;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
    --radius-button: var(--radius-button);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  body {
    line-height: inherit;
  }

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

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

  body {
    background-color: oklch(1 0 0);
    color: oklch(.145 0 0);
  }

  * {
    border-color: var(--stroke-default-primary);
    outline-color: #05050580;
  }

  body {
    background-color: var(--surface-bg);
    color: var(--text-default-primary);
    font-family: Inter, sans-serif;
  }

  ::selection {
    color: inherit;
    background-color: #e0dfde;
  }

  ::selection {
    color: inherit;
    background-color: #e0dfde;
  }

  input:-webkit-autofill {
    transition: background-color 5000s ease-in-out;
    -webkit-box-shadow: 0 0 0 30px var(--surface-default-secondary) inset !important;
    -webkit-text-fill-color: var(--text-default-primary) !important;
    caret-color: var(--text-default-primary) !important;
    border-radius: 12px !important;
  }

  input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out;
    -webkit-box-shadow: 0 0 0 30px var(--surface-default-secondary) inset !important;
    -webkit-text-fill-color: var(--text-default-primary) !important;
    caret-color: var(--text-default-primary) !important;
    border-radius: 12px !important;
  }

  input:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out;
    -webkit-box-shadow: 0 0 0 30px var(--surface-default-secondary) inset !important;
    -webkit-text-fill-color: var(--text-default-primary) !important;
    caret-color: var(--text-default-primary) !important;
    border-radius: 12px !important;
  }

  input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out;
    -webkit-box-shadow: 0 0 0 30px var(--surface-default-secondary) inset !important;
    -webkit-text-fill-color: var(--text-default-primary) !important;
    caret-color: var(--text-default-primary) !important;
    border-radius: 12px !important;
  }

  :where(:not(:has([class*=" text-"])):not(:has([class^="text-"]))) h1 {
    font-family: Inter, sans-serif;
    font-size: var(--heading-32);
    font-weight: var(--font-weight-semibold);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"])):not(:has([class^="text-"]))) h2 {
    font-family: Inter, sans-serif;
    font-size: var(--heading-28);
    font-weight: var(--font-weight-semibold);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"])):not(:has([class^="text-"]))) h3 {
    font-family: Inter, sans-serif;
    font-size: var(--heading-24);
    font-weight: var(--font-weight-semibold);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"])):not(:has([class^="text-"]))) h4 {
    font-family: Inter, sans-serif;
    font-size: var(--heading-20);
    font-weight: var(--font-weight-semibold);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"])):not(:has([class^="text-"]))) p {
    font-family: Inter, sans-serif;
    font-size: var(--body-16);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"])):not(:has([class^="text-"]))) label {
    font-family: Inter, sans-serif;
    font-size: var(--body-12);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"])):not(:has([class^="text-"]))) button {
    font-family: Inter, sans-serif;
    font-size: var(--button-16);
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"])):not(:has([class^="text-"]))) input {
    font-family: Inter, sans-serif;
    font-size: var(--body-14);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }
}

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

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

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

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

  .top-full {
    top: 100%;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

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

  .right-\[16px\] {
    right: 16px;
  }

  .right-\[32px\] {
    right: 32px;
  }

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

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

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

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

  .bottom-full {
    bottom: 100%;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

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

  .left-\[16px\] {
    left: 16px;
  }

  .left-\[calc\(50\%\+0\.25px\)\] {
    left: calc(50% + .25px);
  }

  .isolate {
    isolation: isolate;
  }

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

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

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

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

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

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

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

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

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

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

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

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

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

  .m-auto {
    margin: auto;
  }

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

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

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

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

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

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

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

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

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

  .mt-\[var\(--spacing-xs\)\] {
    margin-top: var(--spacing-xs);
  }

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

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

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

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

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

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

  .mb-\[8px\] {
    margin-bottom: 8px;
  }

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

  .mb-\[20px\] {
    margin-bottom: 20px;
  }

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[13\.336px\] {
    height: 13.336px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[calc\(100vh-24px\)\] {
    height: calc(100vh - 24px);
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[54\.827px\] {
    width: 54.827px;
  }

  .w-\[56\.5px\] {
    width: 56.5px;
  }

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

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

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

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

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

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

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

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

  .w-\[150\.667px\] {
    width: 150.667px;
  }

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

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

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

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

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

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

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

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

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

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

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

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }

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

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .animate-in {
    animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
  }

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

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

  .cursor-default {
    cursor: default;
  }

  .cursor-move {
    cursor: move;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .cursor-text {
    cursor: text;
  }

  .resize {
    resize: both;
  }

  .resize-none {
    resize: none;
  }

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

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

  .grid-cols-\[1fr_120px_60px\] {
    grid-template-columns: 1fr 120px 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[2\.964px\] {
    gap: 2.964px;
  }

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

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

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

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

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

  .gap-\[14\.4px\] {
    gap: 14.4px;
  }

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

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

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

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

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

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

  .gap-\[var\(--spacing-lg\)\] {
    gap: var(--spacing-lg);
  }

  .gap-\[var\(--spacing-sm\)\] {
    gap: var(--spacing-sm);
  }

  .gap-px {
    gap: 1px;
  }

  :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-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

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

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

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

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

  .overflow-auto {
    overflow: auto;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

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

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

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

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

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

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

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

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

  .rounded-\[21\.6px\] {
    border-radius: 21.6px;
  }

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

  .rounded-\[29\.636px\] {
    border-radius: 29.636px;
  }

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

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

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

  .rounded-\[var\(--radius\)\] {
    border-radius: var(--radius);
  }

  .rounded-\[var\(--radius-button\)\] {
    border-radius: var(--radius-button);
  }

  .rounded-\[var\(--radius-card\)\] {
    border-radius: var(--radius-card);
  }

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

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

  .rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .rounded-b-\[20px\] {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .rounded-br-\[16px\] {
    border-bottom-right-radius: 16px;
  }

  .rounded-bl-\[16px\] {
    border-bottom-left-radius: 16px;
  }

  .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-\[0px_0px_1px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 1px;
  }

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

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

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

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

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

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

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

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

  .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-\[6px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 6px;
  }

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

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

  .border-\[\#050505\] {
    border-color: #050505;
  }

  .border-\[\#bf471b\] {
    border-color: #bf471b;
  }

  .border-\[\#e8e7e6\] {
    border-color: #e8e7e6;
  }

  .border-\[transparent\] {
    border-color: #0000;
  }

  .border-green-accent {
    border-color: var(--green-accent);
  }

  .border-red-accent {
    border-color: var(--red-accent);
  }

  .border-stroke-default-primary {
    border-color: var(--stroke-default-primary);
  }

  .border-stroke-default-secondary {
    border-color: var(--stroke-default-secondary);
  }

  .border-text-default-disabled {
    border-color: var(--text-default-disabled);
  }

  .border-text-default-primary {
    border-color: var(--text-default-primary);
  }

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

  .border-t-\[\#050505\] {
    border-top-color: #050505;
  }

  .border-t-surface-inver-primary {
    border-top-color: var(--surface-inver-primary);
  }

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

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

  .bg-\[\#050505\] {
    background-color: #050505;
  }

  .bg-\[\#d5f0fa\] {
    background-color: #d5f0fa;
  }

  .bg-\[\#ef5922\] {
    background-color: #ef5922;
  }

  .bg-\[\#f2f1f0\] {
    background-color: #f2f1f0;
  }

  .bg-\[\#f5f4f2\] {
    background-color: #f5f4f2;
  }

  .bg-\[\#fef4f3\] {
    background-color: #fef4f3;
  }

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

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

  .bg-\[var\(--neutral-80\)\] {
    background-color: var(--neutral-80);
  }

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

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

  .bg-\[var\(--red-50\)\] {
    background-color: var(--red-50);
  }

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

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

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

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

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

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

  .bg-alert-error-surface {
    background-color: var(--alert-error-surface);
  }

  .bg-alert-info-surface {
    background-color: var(--alert-info-surface);
  }

  .bg-alert-success-surface {
    background-color: var(--alert-success-surface);
  }

  .bg-alert-warning-surface {
    background-color: var(--alert-warning-surface);
  }

  .bg-black\/20 {
    background-color: #0003;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/20 {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }

  .bg-black\/40 {
    background-color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

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

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

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

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

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

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

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

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

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

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

  .bg-stroke-default-primary {
    background-color: var(--stroke-default-primary);
  }

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

  .bg-surface-default-disabled {
    background-color: var(--surface-default-disabled);
  }

  .bg-surface-default-primary {
    background-color: var(--surface-default-primary);
  }

  .bg-surface-default-secondary {
    background-color: var(--surface-default-secondary);
  }

  .bg-surface-default-tertiary {
    background-color: var(--surface-default-tertiary);
  }

  .bg-surface-inver-disabled {
    background-color: var(--surface-inver-disabled);
  }

  .bg-surface-inver-primary {
    background-color: var(--surface-inver-primary);
  }

  .bg-surface-inver-secondary {
    background-color: var(--surface-inver-secondary);
  }

  .bg-surface-inver-subdued {
    background-color: var(--surface-inver-subdued);
  }

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

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

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

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

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

  .bg-clip-padding {
    background-clip: padding-box;
  }

  .object-contain {
    object-fit: contain;
  }

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

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

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

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

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

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

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

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

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

  .p-\[4px\] {
    padding: 4px;
  }

  .p-\[8\.891px\] {
    padding: 8.891px;
  }

  .p-\[8px\] {
    padding: 8px;
  }

  .p-\[16px\] {
    padding: 16px;
  }

  .p-\[20px\] {
    padding: 20px;
  }

  .p-\[24px\] {
    padding: 24px;
  }

  .p-\[32px\] {
    padding: 32px;
  }

  .p-\[40px\] {
    padding: 40px;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .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-\[8px\] {
    padding-inline: 8px;
  }

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

  .px-\[14px\] {
    padding-inline: 14px;
  }

  .px-\[16px\] {
    padding-inline: 16px;
  }

  .px-\[18px\] {
    padding-inline: 18px;
  }

  .px-\[20px\] {
    padding-inline: 20px;
  }

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .px-\[93px\] {
    padding-inline: 93px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

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

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-\[1px\] {
    padding-block: 1px;
  }

  .py-\[6px\] {
    padding-block: 6px;
  }

  .py-\[8px\] {
    padding-block: 8px;
  }

  .py-\[10px\] {
    padding-block: 10px;
  }

  .py-\[12px\] {
    padding-block: 12px;
  }

  .py-\[14px\] {
    padding-block: 14px;
  }

  .py-\[16px\] {
    padding-block: 16px;
  }

  .py-\[24px\] {
    padding-block: 24px;
  }

  .py-\[25px\] {
    padding-block: 25px;
  }

  .py-\[80px\] {
    padding-block: 80px;
  }

  .py-\[92px\] {
    padding-block: 92px;
  }

  .pt-\[12px\] {
    padding-top: 12px;
  }

  .pt-\[75px\] {
    padding-top: 75px;
  }

  .pr-\[8px\] {
    padding-right: 8px;
  }

  .pr-\[10px\] {
    padding-right: 10px;
  }

  .pr-\[16px\] {
    padding-right: 16px;
  }

  .pr-\[20px\] {
    padding-right: 20px;
  }

  .pr-\[34px\] {
    padding-right: 34px;
  }

  .pr-\[44px\] {
    padding-right: 44px;
  }

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

  .pb-\[16px\] {
    padding-bottom: 16px;
  }

  .pb-\[24px\] {
    padding-bottom: 24px;
  }

  .pb-\[100px\] {
    padding-bottom: 100px;
  }

  .pl-\[10px\] {
    padding-left: 10px;
  }

  .pl-\[12px\] {
    padding-left: 12px;
  }

  .pl-\[16px\] {
    padding-left: 16px;
  }

  .pl-\[24px\] {
    padding-left: 24px;
  }

  .pl-\[34px\] {
    padding-left: 34px;
  }

  .pl-\[44px\] {
    padding-left: 44px;
  }

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

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

  .font-\[\'Inter\:Bold\'\,sans-serif\] {
    font-family: Inter\:Bold, sans-serif;
  }

  .font-\[\'Inter\:Medium\'\,sans-serif\] {
    font-family: Inter\:Medium, sans-serif;
  }

  .font-\[\'Inter\:Regular\'\,sans-serif\] {
    font-family: Inter\:Regular, sans-serif;
  }

  .font-\[\'Inter\:Semi_Bold\'\,sans-serif\] {
    font-family: Inter\:Semi Bold, sans-serif;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }

  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }

  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }

  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }

  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .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\.6px\] {
    --tw-tracking: -.6px;
    letter-spacing: -.6px;
  }

  .tracking-\[-0\.14px\] {
    --tw-tracking: -.14px;
    letter-spacing: -.14px;
  }

  .tracking-\[-0\.16px\] {
    --tw-tracking: -.16px;
    letter-spacing: -.16px;
  }

  .tracking-\[-0\.28px\] {
    --tw-tracking: -.28px;
    letter-spacing: -.28px;
  }

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

  .break-words {
    overflow-wrap: break-word;
  }

  .overflow-ellipsis {
    text-overflow: ellipsis;
  }

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

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

  .\!text-red-accent {
    color: var(--red-accent) !important;
  }

  .\!text-text-default-primary {
    color: var(--text-default-primary) !important;
  }

  .\!text-text-inver-primary {
    color: var(--text-inver-primary) !important;
  }

  .text-\[\#050505\] {
    color: #050505;
  }

  .text-\[\#70706f\] {
    color: #70706f;
  }

  .text-\[\#bf471b\] {
    color: #bf471b;
  }

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

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

  .text-\[var\(--neutral-400\)\] {
    color: var(--neutral-400);
  }

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

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

  .text-\[var\(--text-default-primary\)\] {
    color: var(--text-default-primary);
  }

  .text-\[var\(--text-default-subdued\)\] {
    color: var(--text-default-subdued);
  }

  .text-\[var\(--text-inver-primary\)\] {
    color: var(--text-inver-primary);
  }

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

  .text-text-default-disabled {
    color: var(--text-default-disabled);
  }

  .text-text-default-primary {
    color: var(--text-default-primary);
  }

  .text-text-default-secondary {
    color: var(--text-default-secondary);
  }

  .text-text-default-subdued {
    color: var(--text-default-subdued);
  }

  .text-text-inver-primary {
    color: var(--text-inver-primary);
  }

  .text-text-inver-secondary {
    color: var(--text-inver-secondary);
  }

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

  .lowercase {
    text-transform: lowercase;
  }

  .not-italic {
    font-style: normal;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-10 {
    opacity: .1;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow-\[0px_0px_12px_0px_rgba\(5\,5\,5\,0\.12\)\] {
    --tw-shadow: 0px 0px 12px 0px var(--tw-shadow-color, #0505051f);
    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_2px_16px_0px_rgba\(5\,5\,5\,0\.04\)\] {
    --tw-shadow: 0px 2px 16px 0px var(--tw-shadow-color, #0505050a);
    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_20px_0px_rgba\(5\,5\,5\,0\.15\)\] {
    --tw-shadow: 0px 4px 20px 0px var(--tw-shadow-color, #05050526);
    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_24px_0px_rgba\(5\,5\,5\,0\.16\)\] {
    --tw-shadow: 0px 4px 24px 0px var(--tw-shadow-color, #05050529);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[var\(--elevation-md\)\] {
    --tw-shadow: var(--elevation-md);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[var\(--elevation-sm\)\] {
    --tw-shadow: var(--elevation-sm);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: var(--elevation-sm);
    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);
  }

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

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

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

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

  .\[white-space-collapse\:collapse\] {
    white-space-collapse: collapse;
  }

  .fade-in {
    --tw-enter-opacity: 0;
  }

  .slide-in-from-bottom-2 {
    --tw-enter-translate-y: calc(2 * var(--spacing));
  }

  .placeholder\:text-\[\#a3a3a2\]::placeholder {
    color: #a3a3a2;
  }

  .placeholder\:text-\[var\(--neutral-400\)\]::placeholder {
    color: var(--neutral-400);
  }

  .placeholder\:text-text-default-disabled::placeholder {
    color: var(--text-default-disabled);
  }

  .placeholder\:text-text-default-subdued::placeholder {
    color: var(--text-default-subdued);
  }

  @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);
    }
  }

  @media (hover: hover) {
    .hover\:border-\[var\(--surface-inver-subdued\)\]:hover {
      border-color: var(--surface-inver-subdued);
    }
  }

  @media (hover: hover) {
    .hover\:border-red-accent:hover {
      border-color: var(--red-accent);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#575756\]:hover {
      background-color: #575756;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#e8e7e6\]:hover {
      background-color: #e8e7e6;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#f2f1f0\]:hover {
      background-color: #f2f1f0;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#faf9f7\]:hover {
      background-color: #faf9f7;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--neutral-250\)\]:hover {
      background-color: var(--neutral-250);
    }
  }

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

  @media (hover: hover) {
    .hover\:bg-\[var\(--surface-default-subdued\)\]:hover {
      background-color: var(--surface-default-subdued);
    }
  }

  @media (hover: hover) {
    .hover\:bg-red-surface:hover {
      background-color: var(--red-surface);
    }
  }

  @media (hover: hover) {
    .hover\:bg-surface-bg:hover {
      background-color: var(--surface-bg);
    }
  }

  @media (hover: hover) {
    .hover\:bg-surface-default-secondary:hover {
      background-color: var(--surface-default-secondary);
    }
  }

  @media (hover: hover) {
    .hover\:bg-surface-default-subdued:hover {
      background-color: var(--surface-default-subdued);
    }
  }

  @media (hover: hover) {
    .hover\:bg-surface-default-tertiary:hover {
      background-color: var(--surface-default-tertiary);
    }
  }

  @media (hover: hover) {
    .hover\:bg-surface-inver-secondary:hover {
      background-color: var(--surface-inver-secondary);
    }
  }

  @media (hover: hover) {
    .hover\:bg-surface-inver-subdued:hover {
      background-color: var(--surface-inver-subdued);
    }
  }

  @media (hover: hover) {
    .hover\:\!text-red-accent:hover {
      color: var(--red-accent) !important;
    }
  }

  @media (hover: hover) {
    .hover\:text-text-default-secondary:hover {
      color: var(--text-default-secondary);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:\!opacity-100:hover {
      opacity: 1 !important;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  .focus\:bg-surface-default-tertiary:focus {
    background-color: var(--surface-default-tertiary);
  }

  .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-\[\#050505\]:focus {
    --tw-ring-color: #050505;
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .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-\[var\(--neutral-250\)\]:focus-visible {
    --tw-ring-color: var(--neutral-250);
  }

  .focus-visible\:ring-\[var\(--neutral-700\)\]:focus-visible {
    --tw-ring-color: var(--neutral-700);
  }

  .focus-visible\:ring-\[var\(--surface-default-subdued\)\]:focus-visible {
    --tw-ring-color: var(--surface-default-subdued);
  }

  .focus-visible\:ring-\[var\(--surface-inver-subdued\)\]:focus-visible {
    --tw-ring-color: var(--surface-inver-subdued);
  }

  .focus-visible\:ring-red-accent:focus-visible {
    --tw-ring-color: var(--red-accent);
  }

  .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\:ring-offset-white:focus-visible {
    --tw-ring-offset-color: var(--color-white);
  }

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

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

  .disabled\:border-\[var\(--red-300\)\]:disabled {
    border-color: var(--red-300);
  }

  .disabled\:border-text-inver-subdued:disabled {
    border-color: var(--text-inver-subdued);
  }

  .disabled\:bg-\[var\(--neutral-40\)\]:disabled {
    background-color: var(--neutral-40);
  }

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

  .disabled\:bg-\[var\(--surface-default-primary\)\]:disabled {
    background-color: var(--surface-default-primary);
  }

  .disabled\:bg-\[var\(--surface-default-tertiary\)\]:disabled {
    background-color: var(--surface-default-tertiary);
  }

  .disabled\:bg-surface-default-disabled:disabled {
    background-color: var(--surface-default-disabled);
  }

  .disabled\:bg-surface-inver-disabled:disabled {
    background-color: var(--surface-inver-disabled);
  }

  .disabled\:\!text-\[var\(--red-300\)\]:disabled {
    color: var(--red-300) !important;
  }

  .disabled\:\!text-text-default-disabled:disabled {
    color: var(--text-default-disabled) !important;
  }

  .disabled\:\!text-text-inver-subdued:disabled {
    color: var(--text-inver-subdued) !important;
  }

  .disabled\:text-\[var\(--neutral-200\)\]:disabled {
    color: var(--neutral-200);
  }

  .disabled\:text-\[var\(--neutral-400\)\]:disabled {
    color: var(--neutral-400);
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .data-\[state\=checked\]\:translate-x-\[18\.5px\][data-state="checked"] {
    --tw-translate-x: 18.5px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[state\=checked\]\:bg-surface-inver-primary[data-state="checked"] {
    background-color: var(--surface-inver-primary);
  }

  .data-\[state\=unchecked\]\:translate-x-\[2\.5px\][data-state="unchecked"] {
    --tw-translate-x: 2.5px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .data-\[state\=unchecked\]\:bg-\[var\(--neutral-250\)\][data-state="unchecked"] {
    background-color: var(--neutral-250);
  }

  .\[\&_svg\]\:size-4 svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&_svg\]\:size-5 svg {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .\[\&_svg\]\:size-6 svg {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .\[\&\>iframe\]\:h-full > iframe {
    height: 100%;
  }

  .\[\&\>iframe\]\:w-full > iframe {
    width: 100%;
  }

  .\[\&\>iframe\]\:rounded-\[16px\] > iframe {
    border-radius: 16px;
  }

  .\[\&\>iframe\]\:border-0 > iframe {
    border-style: var(--tw-border-style);
    border-width: 0;
  }
}


:root {
  --font-size: 16px;
  --heading-32: 32px;
  --heading-28: 28px;
  --heading-24: 24px;
  --heading-20: 20px;
  --heading-18: 18px;
  --heading-16: 16px;
  --body-16: 16px;
  --body-14: 14px;
  --body-12: 12px;
  --button-16: 16px;
  --button-14: 14px;
  --button-12: 12px;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-110: 1.1;
  --line-height-120: 1.2;
  --line-height-130: 1.3;
  --line-height-140: 1.4;
  --line-height-150: 1.5;
  --letter-spacing-tight: -.01em;
  --letter-spacing-normal: 0em;
  --letter-spacing-wide: .01em;
  --neutral-0: #fff;
  --neutral-20: #faf9f7;
  --neutral-40: #f5f4f2;
  --neutral-80: #f2f1f0;
  --neutral-100: #e8e7e6;
  --neutral-150: #e0dfde;
  --neutral-200: #d6d5d4;
  --neutral-250: #c2c1c0;
  --neutral-300: #b4b3b2;
  --neutral-400: #a3a3a2;
  --neutral-600: #70706f;
  --neutral-700: #575756;
  --neutral-750: #474746;
  --neutral-800: #3d3d3c;
  --neutral-850: #333332;
  --neutral-900: #1f1f1f;
  --neutral-1000: #050505;
  --blue-100: #d5f0fa;
  --blue-300: #65c3e8;
  --blue-400: #2fb5e5;
  --blue-500: #0d9fc4;
  --blue-600: #0a8cb0;
  --blue-900: #013b4d;
  --green-50: #f4fcef;
  --green-100: #dff6d1;
  --green-300: #b6e893;
  --green-400: #9ee34d;
  --green-500: #8fd43e;
  --green-600: #77b331;
  --green-900: #2e4e10;
  --yellow-50: #fefaeb;
  --yellow-100: #fdf0c3;
  --yellow-300: #f5e37a;
  --yellow-400: #f2da4e;
  --yellow-500: #e8ce3a;
  --yellow-600: #c0ad2b;
  --yellow-900: #453f0f;
  --purple-50: #f4edfc;
  --purple-100: #decef8;
  --purple-300: #bc9bf2;
  --purple-400: #a778ed;
  --purple-500: #8a4fdb;
  --purple-600: #7940c1;
  --purple-900: #3d2073;
  --red-100: #fcded3;
  --red-300: #f59b7a;
  --red-400: #e68565;
  --red-500: #dc5026;
  --red-600: #c8471d;
  --red-900: #5c2008;
  --surface-bg: var(--neutral-40);
  --surface-bg-2: var(--neutral-20);
  --surface-default-primary: var(--neutral-0);
  --surface-default-secondary: var(--neutral-80);
  --surface-default-tertiary: var(--neutral-100);
  --surface-default-subdued: var(--neutral-150);
  --surface-default-disabled: var(--neutral-80);
  --surface-inver-primary: var(--neutral-1000);
  --surface-inver-secondary: var(--neutral-900);
  --surface-inver-subdued: var(--neutral-800);
  --surface-inver-disabled: var(--neutral-400);
  --text-default-primary: var(--neutral-1000);
  --text-default-secondary: var(--neutral-900);
  --text-default-subdued: var(--neutral-600);
  --text-default-disabled: var(--neutral-400);
  --text-inver-primary: var(--neutral-0);
  --text-inver-secondary: var(--neutral-100);
  --text-inver-subdued: var(--neutral-200);
  --text-inver-disabled: var(--neutral-600);
  --text-static-black: var(--neutral-1000);
  --text-static-white: var(--neutral-0);
  --stroke-default-primary: var(--neutral-100);
  --stroke-default-secondary: var(--neutral-200);
  --stroke-default-focused: var(--neutral-1000);
  --blue-accent: var(--blue-400);
  --blue-accent-hover: var(--blue-600);
  --blue-surface: var(--blue-100);
  --blue-text: var(--blue-900);
  --green-accent: var(--green-400);
  --green-accent-hover: var(--green-600);
  --green-surface: var(--green-50);
  --green-text: var(--green-900);
  --yellow-accent: var(--yellow-400);
  --yellow-accent-hover: var(--yellow-600);
  --yellow-surface: var(--yellow-50);
  --yellow-text: var(--yellow-900);
  --purple-accent: var(--purple-400);
  --purple-accent-hover: var(--purple-600);
  --purple-surface: var(--purple-50);
  --purple-text: var(--purple-900);
  --red-accent: var(--red-500);
  --red-accent-hover: var(--red-600);
  --red-surface: var(--red-100);
  --red-text: var(--red-900);
  --alert-error-surface: var(--red-surface);
  --alert-error-text: var(--red-text);
  --alert-success-surface: var(--green-surface);
  --alert-success-text: var(--green-text);
  --alert-warning-surface: var(--yellow-surface);
  --alert-warning-text: var(--yellow-text);
  --alert-info-surface: var(--blue-surface);
  --alert-info-text: var(--blue-text);
  --elevation-sm: 0px 2px 16px 0px #0505050a;
  --radius: 12px;
  --radius-button: 999px;
  --radius-card: 16px;
}

html {
  font-size: var(--font-size);
  font-family: Inter, sans-serif;
}

a {
  color: var(--text-default-primary);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.text-heading-32 {
  font-family: Inter, sans-serif;
  font-size: var(--heading-32);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -.02em;
  line-height: 1;
}

.text-heading-28 {
  font-family: Inter, sans-serif;
  font-size: var(--heading-28);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -.02em;
  line-height: 1.14;
}

.text-heading-24 {
  font-family: Inter, sans-serif;
  font-size: var(--heading-24);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--letter-spacing-tight);
  line-height: 1.17;
}

.text-heading-20 {
  font-family: Inter, sans-serif;
  font-size: var(--heading-20);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -.03em;
  line-height: 1.2;
}

.text-heading-18 {
  font-family: Inter, sans-serif;
  font-size: var(--heading-18);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--letter-spacing-tight);
  line-height: 1.22;
}

.text-heading-16 {
  font-family: Inter, sans-serif;
  font-size: var(--heading-16);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-110);
  letter-spacing: var(--letter-spacing-tight);
}

.text-body-16 {
  font-family: Inter, sans-serif;
  font-size: var(--body-16);
  font-weight: var(--font-weight-normal);
  letter-spacing: -.02em;
  line-height: 1.25;
}

.text-body-16-medium {
  font-family: Inter, sans-serif;
  font-size: var(--body-16);
  font-weight: var(--font-weight-medium);
  letter-spacing: -.02em;
  line-height: 1.25;
}

.text-body-16-semibold {
  font-family: Inter, sans-serif;
  font-size: var(--body-16);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -.02em;
  line-height: 1.25;
}

.text-body-16-paragraph {
  font-family: Inter, sans-serif;
  font-size: var(--body-16);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-150);
  letter-spacing: -.02em;
}

.text-body-14 {
  font-family: Inter, sans-serif;
  font-size: var(--body-14);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-150);
  letter-spacing: -.02em;
}

.text-body-14-medium {
  font-family: Inter, sans-serif;
  font-size: var(--body-14);
  font-weight: var(--font-weight-medium);
  letter-spacing: -.02em;
  line-height: 1.29;
}

.text-body-14-semibold {
  font-family: Inter, sans-serif;
  font-size: var(--body-14);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -.02em;
  line-height: 1.29;
}

.text-body-14-bold {
  font-family: Inter, sans-serif;
  font-size: var(--body-14);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-tight);
  line-height: 1.29;
}

.text-body-12 {
  font-family: Inter, sans-serif;
  font-size: var(--body-12);
  font-weight: var(--font-weight-normal);
  letter-spacing: var(--letter-spacing-normal);
  line-height: 1.33;
}

.text-body-12-medium {
  font-family: Inter, sans-serif;
  font-size: var(--body-12);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-normal);
  line-height: 1.33;
}

.text-body-12-semibold {
  font-family: Inter, sans-serif;
  font-size: var(--body-12);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--letter-spacing-normal);
  line-height: 1.33;
}

.text-body-12-bold {
  font-family: Inter, sans-serif;
  font-size: var(--body-12);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-normal);
  line-height: 1.33;
}

.text-button-16 {
  font-family: Inter, sans-serif;
  font-size: var(--button-16);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-110);
  letter-spacing: -.02em;
}

.text-button-14 {
  font-family: Inter, sans-serif;
  font-size: var(--button-14);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-tight);
  line-height: 1.43;
}

.text-button-12 {
  font-family: Inter, sans-serif;
  font-size: var(--button-12);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-normal);
  line-height: 1.33;
}

.text-text-default-primary {
  color: var(--text-default-primary);
}

.text-text-default-secondary {
  color: var(--text-default-secondary);
}

.text-text-default-subdued {
  color: var(--text-default-subdued);
}

.text-text-default-disabled {
  color: var(--text-default-disabled);
}

.text-text-inver-primary {
  color: var(--text-inver-primary);
}

.text-text-inver-secondary {
  color: var(--text-inver-secondary);
}

.text-text-inver-subdued {
  color: var(--text-inver-subdued);
}

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

.bg-surface-default-primary {
  background-color: var(--surface-default-primary);
}

.bg-surface-default-secondary {
  background-color: var(--surface-default-secondary);
}

.bg-surface-default-tertiary {
  background-color: var(--surface-default-tertiary);
}

.bg-surface-default-disabled {
  background-color: var(--surface-default-disabled);
}

.bg-surface-inver-primary {
  background-color: var(--surface-inver-primary);
}

.bg-surface-inver-secondary {
  background-color: var(--surface-inver-secondary);
}

.bg-surface-inver-subdued {
  background-color: var(--surface-inver-subdued);
}

.bg-surface-inver-disabled {
  background-color: var(--surface-inver-disabled);
}

.text-alert-error {
  color: var(--alert-error-text);
}

.bg-alert-error-surface {
  background-color: var(--alert-error-surface);
}

.bg-alert-error-accent {
  background-color: var(--alert-error-accent);
}

.text-alert-success {
  color: var(--alert-success-text);
}

.bg-alert-success-surface {
  background-color: var(--alert-success-surface);
}

.text-alert-warning {
  color: var(--alert-warning-text);
}

.bg-alert-warning-surface {
  background-color: var(--alert-warning-surface);
}

.text-alert-info {
  color: var(--alert-info-text);
}

.bg-alert-info-surface {
  background-color: var(--alert-info-surface);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-stroke-default-primary {
  border-color: var(--stroke-default-primary);
}

.border-stroke-default-secondary {
  border-color: var(--stroke-default-secondary);
}

.border-stroke-inver-primary {
  border-color: var(--stroke-inver-primary);
}

.border-stroke-inver-secondary {
  border-color: var(--stroke-inver-secondary);
}

.hover\:bg-surface-default-subdued:hover {
  background-color: var(--surface-default-subdued);
}

.hover\:bg-surface-default-secondary:hover {
  background-color: var(--surface-default-secondary);
}

.hover\:bg-surface-default-tertiary:hover {
  background-color: var(--surface-default-tertiary);
}

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

.hover\:bg-surface-inver-subdued:hover {
  background-color: var(--surface-inver-subdued);
}

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

.hover\:border-red-accent:hover {
  border-color: var(--red-accent);
}

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

.disabled\:bg-surface-inver-disabled:disabled {
  background-color: var(--surface-inver-disabled);
}

.disabled\:bg-surface-default-disabled:disabled {
  background-color: var(--surface-default-disabled);
}

.disabled\:text-text-inver-subdued:disabled {
  color: var(--text-inver-subdued);
}

.disabled\:text-text-default-disabled:disabled {
  color: var(--text-default-disabled);
}

.disabled\:border-text-inver-subdued:disabled {
  border-color: var(--text-inver-subdued);
}

.disabled\:border-text-default-disabled:disabled {
  border-color: var(--text-default-disabled);
}

[data-sonner-toaster] {
  flex-direction: column !important;
  align-items: center !important;
  display: flex !important;
}

[data-sonner-toaster][data-y-position="bottom"] {
  bottom: 24px !important;
}

ol[data-sonner-toaster][data-x-position="center"] {
  width: fit-content !important;
  margin: 0 auto !important;
}

[data-sonner-toast] [data-title] {
  font-family: Inter, sans-serif;
  font-size: var(--body-14);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -.02em;
  color: var(--text-default-primary);
  line-height: 1.29;
}

[data-sonner-toast] [data-description] {
  font-family: Inter, sans-serif;
  font-size: var(--body-14);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -.02em;
  color: var(--text-default-secondary);
  line-height: 1.29;
}

@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-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  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-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

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

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@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));
  }
}
