/*! 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-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-blue-400: oklch(.707 .165 254.624);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-700: oklch(.373 .034 259.733);
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --drop-shadow-sm: 0 1px 2px #00000026;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --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);
  }
}

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

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

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    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);
  }

  .inset-\[-0\.03\%_0\.03\%_0_0\] {
    inset: -.03% .03% 0 0;
  }

  .inset-\[-1\.333px\] {
    inset: -1.333px;
  }

  .inset-\[-2\.42\%_-1\.01\%_-2\.43\%_-1\.01\%\] {
    inset: -2.42% -1.01% -2.43%;
  }

  .inset-\[-3\.47\%_-1\.44\%\] {
    inset: -3.47% -1.44%;
  }

  .inset-\[-48\.72\%_-1\.35\%\] {
    inset: -48.72% -1.35%;
  }

  .inset-\[-57\.05\%_-1\.16\%\] {
    inset: -57.05% -1.16%;
  }

  .inset-\[-57\.07\%_-1\.11\%\] {
    inset: -57.07% -1.11%;
  }

  .inset-\[0_-0\.01\%_0_0\] {
    inset: 0 -.01% 0 0;
  }

  .inset-\[0_-0\.06px\] {
    inset: 0 -.06px;
  }

  .inset-\[0_-0\.07px\] {
    inset: 0 -.07px;
  }

  .inset-\[10\.24\%_-4\.17\%_-11\.47\%_-3\.65\%\] {
    inset: 10.24% -4.17% -11.47% -3.65%;
  }

  .inset-\[10\.24\%_23\.83\%_24\.21\%_24\.31\%\] {
    inset: 10.24% 23.83% 24.21% 24.31%;
  }

  .inset-\[11\.64\%_-4\.3\%_-10\.71\%_-4\.17\%\] {
    inset: 11.64% -4.3% -10.71% -4.17%;
  }

  .inset-\[11\.64\%_27\.69\%_16\.18\%_28\.02\%\] {
    inset: 11.64% 27.69% 16.18% 28.02%;
  }

  .inset-\[11\.64\%_30\.96\%_30\.57\%_31\.26\%\] {
    inset: 11.64% 30.96% 30.57% 31.26%;
  }

  .inset-\[12\.5\%_-8\.42\%_-15\.77\%_-8\.33\%\] {
    inset: 12.5% -8.42% -15.77% -8.33%;
  }

  .inset-\[12\.5\%_26\.17\%_64\.79\%_26\.44\%\] {
    inset: 12.5% 26.17% 64.79% 26.44%;
  }

  .inset-\[13\.85\%_23\.57\%_63\.86\%_44\.81\%\] {
    inset: 13.85% 23.57% 63.86% 44.81%;
  }

  .inset-\[17\.49\%_42\.71\%_60\.22\%_25\.67\%\] {
    inset: 17.49% 42.71% 60.22% 25.67%;
  }

  .inset-\[25\.31\%_25\.9\%_12\.8\%_26\.48\%\] {
    inset: 25.31% 25.9% 12.8% 26.48%;
  }

  .inset-\[25\.31\%_29\.38\%_28\.28\%_29\.96\%\] {
    inset: 25.31% 29.38% 28.28% 29.96%;
  }

  .inset-\[27\.91\%_30\.75\%_29\.26\%_31\.69\%\] {
    inset: 27.91% 30.75% 29.26% 31.69%;
  }

  .inset-\[35\.95\%_32\.81\%_49\.81\%_32\.91\%\] {
    inset: 35.95% 32.81% 49.81% 32.91%;
  }

  .inset-\[37\.47\%_32\.78\%_48\.38\%_33\.15\%\] {
    inset: 37.47% 32.78% 48.38% 33.15%;
  }

  .inset-\[37\.85\%_25\.91\%_50\.47\%_70\.58\%\] {
    inset: 37.85% 25.91% 50.47% 70.58%;
  }

  .inset-\[37\.85\%_70\%_50\.47\%_26\.48\%\] {
    inset: 37.85% 70% 50.47% 26.48%;
  }

  .inset-\[37\.96\%_27\.69\%_51\.19\%_69\.04\%\] {
    inset: 37.96% 27.69% 51.19% 69.04%;
  }

  .inset-\[37\.96\%_68\.71\%_51\.19\%_28\.02\%\] {
    inset: 37.96% 68.71% 51.19% 28.02%;
  }

  .inset-\[38\.93\%_36\.3\%_59\%_52\.11\%\] {
    inset: 38.93% 36.3% 59% 52.11%;
  }

  .inset-\[38\.96\%_37\.35\%_59\.12\%_51\.88\%\] {
    inset: 38.96% 37.35% 59.12% 51.88%;
  }

  .inset-\[39\.5\%_27\.54\%_49\.72\%_69\.21\%\] {
    inset: 39.5% 27.54% 49.72% 69.21%;
  }

  .inset-\[39\.5\%_68\.27\%_49\.72\%_28\.48\%\] {
    inset: 39.5% 68.27% 49.72% 28.48%;
  }

  .inset-\[39\.57\%_44\.39\%_44\.42\%_44\.49\%\] {
    inset: 39.57% 44.39% 44.42% 44.49%;
  }

  .inset-\[39\.59\%_43\.87\%_43\.18\%_44\.16\%\] {
    inset: 39.59% 43.87% 43.18% 44.16%;
  }

  .inset-\[40\.49\%_37\.1\%_57\.6\%_52\.19\%\] {
    inset: 40.49% 37.1% 57.6% 52.19%;
  }

  .inset-\[40\.88\%_30\.92\%_54\.77\%_69\.08\%\] {
    inset: 40.88% 30.92% 54.77% 69.08%;
  }

  .inset-\[40\.88\%_68\.74\%_54\.77\%_31\.26\%\] {
    inset: 40.88% 68.74% 54.77% 31.26%;
  }

  .inset-\[41\%_29\.38\%_54\.32\%_70\.62\%\] {
    inset: 41% 29.38% 54.32% 70.62%;
  }

  .inset-\[41\%_70\.04\%_54\.32\%_29\.96\%\] {
    inset: 41% 70.04% 54.32% 29.96%;
  }

  .inset-\[41\.1\%_44\.14\%_42\.99\%_44\.85\%\] {
    inset: 41.1% 44.14% 42.99% 44.85%;
  }

  .inset-\[42\.4\%_30\.75\%_53\.28\%_69\.25\%\] {
    inset: 42.4% 30.75% 53.28% 69.25%;
  }

  .inset-\[42\.4\%_68\.31\%_53\.28\%_31\.69\%\] {
    inset: 42.4% 68.31% 53.28% 31.69%;
  }

  .inset-\[42\.7\%_39\.4\%_55\.23\%_58\.53\%\] {
    inset: 42.7% 39.4% 55.23% 58.53%;
  }

  .inset-\[42\.7\%_58\.45\%_55\.23\%_39\.48\%\] {
    inset: 42.7% 58.45% 55.23% 39.48%;
  }

  .inset-\[42\.19\%_29\.31\%_57\.54\%_69\.08\%\] {
    inset: 42.19% 29.31% 57.54% 69.08%;
  }

  .inset-\[42\.19\%_68\.74\%_57\.54\%_29\.64\%\] {
    inset: 42.19% 68.74% 57.54% 29.64%;
  }

  .inset-\[42\.41\%_27\.64\%_57\.3\%_70\.62\%\] {
    inset: 42.41% 27.64% 57.3% 70.62%;
  }

  .inset-\[42\.41\%_70\.04\%_57\.3\%_28\.22\%\] {
    inset: 42.41% 70.04% 57.3% 28.22%;
  }

  .inset-\[42\.46\%_40\.23\%_55\.62\%_57\.84\%\] {
    inset: 42.46% 40.23% 55.62% 57.84%;
  }

  .inset-\[42\.46\%_57\.93\%_55\.62\%_40\.14\%\] {
    inset: 42.46% 57.93% 55.62% 40.14%;
  }

  .inset-\[43\.7\%_29\.1\%_56\.07\%_69\.25\%\] {
    inset: 43.7% 29.1% 56.07% 69.25%;
  }

  .inset-\[43\.7\%_68\.31\%_56\.07\%_30\.09\%\] {
    inset: 43.7% 68.31% 56.07% 30.09%;
  }

  .inset-\[43\.93\%_39\.97\%_54\.15\%_58\.12\%\] {
    inset: 43.93% 39.97% 54.15% 58.12%;
  }

  .inset-\[43\.93\%_57\.56\%_54\.15\%_40\.53\%\] {
    inset: 43.93% 57.56% 54.15% 40.53%;
  }

  .inset-\[48\.8\%_30\.92\%_41\.54\%_65\.65\%\] {
    inset: 48.8% 30.92% 41.54% 65.65%;
  }

  .inset-\[48\.8\%_65\.9\%_41\.85\%_31\.26\%\] {
    inset: 48.8% 65.9% 41.85% 31.26%;
  }

  .inset-\[48\.22\%_28\.69\%_47\.65\%_67\.18\%\] {
    inset: 48.22% 28.69% 47.65% 67.18%;
  }

  .inset-\[48\.22\%_66\.24\%_47\.65\%_29\.63\%\] {
    inset: 48.22% 66.24% 47.65% 29.63%;
  }

  .inset-\[54\%_37\.35\%_16\.18\%_37\.64\%\] {
    inset: 54% 37.35% 16.18% 37.64%;
  }

  .inset-\[55\.12\%_36\.3\%_12\.8\%_36\.79\%\] {
    inset: 55.12% 36.3% 12.8% 36.79%;
  }

  .inset-\[55\.12\%_36\.26\%_12\.8\%_36\.79\%\] {
    inset: 55.12% 36.26% 12.8% 36.79%;
  }

  .inset-\[55\.12\%_36\.26\%_22\.61\%_46\.27\%\] {
    inset: 55.12% 36.26% 22.61% 46.27%;
  }

  .inset-\[55\.41\%_-4\.17\%_-11\.47\%_-3\.65\%\] {
    inset: 55.41% -4.17% -11.47% -3.65%;
  }

  .inset-\[56\.27\%_30\.96\%_27\.42\%_31\.26\%\] {
    inset: 56.27% 30.96% 27.42% 31.26%;
  }

  .inset-\[59\.08\%_43\.31\%_36\.46\%_43\.84\%\] {
    inset: 59.08% 43.31% 36.46% 43.84%;
  }

  .inset-\[60\.45\%_43\.07\%_35\.07\%_44\.16\%\] {
    inset: 60.45% 43.07% 35.07% 44.16%;
  }

  .inset-\[60\.58\%_42\.71\%_34\.57\%_43\.46\%\] {
    inset: 60.58% 42.71% 34.57% 43.46%;
  }

  .inset-\[71\.43\%_30\.11\%_9\.53\%_50\.26\%\] {
    inset: 71.43% 30.11% 9.53% 50.26%;
  }

  .inset-\[71\.43\%_49\.74\%_7\.87\%_30\.45\%\] {
    inset: 71.43% 49.74% 7.87% 30.45%;
  }

  .inset-\[77\.35\%_-8\.42\%_-15\.77\%_-8\.33\%\] {
    inset: 77.35% -8.42% -15.77% -8.33%;
  }

  .inset-\[77\.93\%_37\.79\%_10\.31\%_38\.69\%\] {
    inset: 77.93% 37.79% 10.31% 38.69%;
  }

  .inset-\[83\.78\%_44\.39\%_-10\.37\%_44\.38\%\] {
    inset: 83.78% 44.39% -10.37% 44.38%;
  }

  .inset-\[84\.02\%_13\.9\%_13\.87\%_55\.8\%\] {
    inset: 84.02% 13.9% 13.87% 55.8%;
  }

  .inset-\[84\.06\%_55\.13\%_13\.83\%_14\.11\%\] {
    inset: 84.06% 55.13% 13.83% 14.11%;
  }

  .inset-\[88\.99\%_1\.1\%_8\.82\%_1\.15\%\] {
    inset: 88.99% 1.1% 8.82% 1.15%;
  }

  .inset-\[90\.08\%_48\.5\%_-2\.74\%_49\.36\%\] {
    inset: 90.08% 48.5% -2.74% 49.36%;
  }

  .inset-\[90\.47\%_47\.85\%_8\.56\%_49\.61\%\] {
    inset: 90.47% 47.85% 8.56% 49.61%;
  }

  .inset-\[93\.95\%_-3\.74\%_3\.85\%_-3\.66\%\] {
    inset: 93.95% -3.74% 3.85% -3.66%;
  }

  .inset-\[98\.92\%_-7\.26\%_-1\.16\%_-7\.17\%\] {
    inset: 98.92% -7.26% -1.16% -7.17%;
  }

  .inset-\[103\.93\%_-2\.62\%_-6\.12\%_-2\.45\%\] {
    inset: 103.93% -2.62% -6.12% -2.45%;
  }

  .inset-\[108\.94\%_19\.49\%_-11\.05\%_19\.9\%\] {
    inset: 108.94% 19.49% -11.05% 19.9%;
  }

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

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

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

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

  .top-\[-0\.25px\] {
    top: -.25px;
  }

  .top-\[0\.32px\] {
    top: .32px;
  }

  .top-\[6\.4px\] {
    top: 6.4px;
  }

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

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

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

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

  .right-\[-4\.3\%\] {
    right: -4.3%;
  }

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

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

  .bottom-\[-0\.25px\] {
    bottom: -.25px;
  }

  .bottom-\[-10\.71\%\] {
    bottom: -10.71%;
  }

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

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

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

  .left-\[-4\.17\%\] {
    left: -4.17%;
  }

  .left-\[7\.2px\] {
    left: 7.2px;
  }

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

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

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

  .isolate {
    isolation: isolate;
  }

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

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

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

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

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

  .mr-\[-9px\] {
    margin-right: -9px;
  }

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

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

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

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

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

  .size-\[13\.636px\] {
    width: 13.636px;
    height: 13.636px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[5\.801px\] {
    height: 5.801px;
  }

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .min-h-\[27\.273px\] {
    min-height: 27.273px;
  }

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

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

  .w-\[5\.801px\] {
    width: 5.801px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

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

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

  .flex-none {
    flex: none;
  }

  .shrink-0 {
    flex-shrink: 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-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    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-x-\[20px\] {
    --tw-translate-x: 20px;
    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);
  }

  .rotate-\[292\.346deg\] {
    rotate: 292.346deg;
  }

  .rotate-\[337\.654deg\] {
    rotate: 337.654deg;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .cursor-zoom-in {
    cursor: zoom-in;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

  .rounded-\[26\.667px\] {
    border-radius: 26.667px;
  }

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

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

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

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

  .rounded-\[126\.333px\] {
    border-radius: 126.333px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-\[8\.182px\] {
    padding-inline: 8.182px;
  }

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

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

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

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

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

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

  .py-\[5\.455px\] {
    padding-block: 5.455px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'Geist\:SemiBold\'\,_sans-serif\] {
    font-family: Geist\:SemiBold, sans-serif;
  }

  .font-\[\'Google_Sans_Flex_120pt\:Medium\'\,sans-serif\] {
    font-family: "Google Sans Flex 120pt:Medium", sans-serif;
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-700 {
    color: var(--color-gray-700);
  }

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

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

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

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

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

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow-\[0px_0\.682px_1\.364px_0px_rgba\(16\,24\,40\,0\.05\)\] {
    --tw-shadow: 0px .682px 1.364px 0px var(--tw-shadow-color, #1018280d);
    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_0px_0px_0\.682px_inset_rgba\(10\,13\,18\,0\.18\)\,0px_-1\.364px_0px_0px_inset_rgba\(10\,13\,18\,0\.05\)\] {
    --tw-shadow: 0px 0px 0px .682px inset var(--tw-shadow-color, #0a0d122e), 0px -1.364px 0px 0px inset var(--tw-shadow-color, #0a0d120d);
    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_0px_0px_2px_\#ffffff\,0px_0px_0px_4px_\#099250\] {
    --tw-shadow: 0px 0px 0px 2px var(--tw-shadow-color, #fff), 0px 0px 0px 4px var(--tw-shadow-color, #099250);
    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_1px_2px_0px_rgba\(10\,13\,18\,0\.05\)\] {
    --tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, #0a0d120d);
    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_1px_3px_0px_rgba\(10\,13\,18\,0\.1\)\,0px_1px_2px_-1px_rgba\(10\,13\,18\,0\.1\)\] {
    --tw-shadow: 0px 1px 3px 0px var(--tw-shadow-color, #0a0d121a), 0px 1px 2px -1px var(--tw-shadow-color, #0a0d121a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[2px_4px_20px_0px_rgba\(213\,215\,218\,0\.3\)\] {
    --tw-shadow: 2px 4px 20px 0px var(--tw-shadow-color, #d5d7da4d);
    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);
  }

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

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

  .drop-shadow-sm {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #00000026));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm));
    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;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .duration-\[1200ms\] {
    --tw-duration: 1.2s;
    transition-duration: 1.2s;
  }

  .ease-\[cubic-bezier\(0\.34\,1\.56\,0\.64\,1\)\] {
    --tw-ease: cubic-bezier(.34, 1.56, .64, 1);
    transition-timing-function: cubic-bezier(.34, 1.56, .64, 1);
  }

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

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

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

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

  .zoom-in {
    --tw-enter-scale: 0;
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

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

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

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

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

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

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

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

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

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

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

  @media (hover: hover) {
    .hover\:ring-2:hover {
      --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);
    }
  }

  @media (hover: hover) {
    .hover\:ring-blue-400:hover {
      --tw-ring-color: var(--color-blue-400);
    }
  }

  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }

  .focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + 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-destructive\/20:focus-visible {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-destructive\/20:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .focus-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

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

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

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

  .has-\[\>svg\]\:px-2\.5:has( > svg) {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .has-\[\>svg\]\:px-3:has( > svg) {
    padding-inline: calc(var(--spacing) * 3);
  }

  .has-\[\>svg\]\:px-4:has( > svg) {
    padding-inline: calc(var(--spacing) * 4);
  }

  .aria-invalid\:border-destructive[aria-invalid="true"] {
    border-color: var(--destructive);
  }

  .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .dark\:border-input:is(.dark *) {
    border-color: var(--input);
  }

  .dark\:bg-destructive\/60:is(.dark *) {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-destructive\/60:is(.dark *) {
      background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
    }
  }

  .dark\:bg-input\/30:is(.dark *) {
    background-color: var(--input);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-input\/30:is(.dark *) {
      background-color: color-mix(in oklab, var(--input) 30%, transparent);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-accent\/50:is(.dark *):hover {
      background-color: var(--accent);
    }

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

  @media (hover: hover) {
    .dark\:hover\:bg-input\/50:is(.dark *):hover {
      background-color: var(--input);
    }

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

  .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

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

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

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