/*! 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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-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;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :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-neutral-300: oklch(.87 0 0);
    --color-neutral-950: oklch(.145 0 0);
    --color-white: #fff;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --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 {
  .tailwind *, .tailwind :after, .tailwind :before, .tailwind ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

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

  .tailwind html, .tailwind :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;
  }

  .tailwind body {
    line-height: inherit;
  }

  .tailwind hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  .tailwind abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4, .tailwind h5, .tailwind h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  .tailwind a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind 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;
  }

  .tailwind small {
    font-size: 80%;
  }

  .tailwind sub, .tailwind sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

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

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

  .tailwind ol, .tailwind ul, .tailwind menu {
    list-style: none;
  }

  .tailwind img, .tailwind svg, .tailwind video, .tailwind canvas, .tailwind audio, .tailwind iframe, .tailwind embed, .tailwind object {
    vertical-align: middle;
    display: block;
  }

  .tailwind img, .tailwind video {
    max-width: 100%;
    height: auto;
  }

  .tailwind button, .tailwind input, .tailwind select, .tailwind optgroup, .tailwind textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

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

  .tailwind :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  .tailwind ::file-selector-button {
    margin-inline-end: 4px;
  }

  .tailwind ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  .tailwind textarea {
    resize: vertical;
  }

  .tailwind ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  .tailwind ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  .tailwind ::-webkit-datetime-edit {
    display: inline-flex;
  }

  .tailwind ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  .tailwind ::-webkit-datetime-edit {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  .tailwind :-moz-ui-invalid {
    box-shadow: none;
  }

  .tailwind button, .tailwind input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  .tailwind ::file-selector-button {
    appearance: button;
  }

  .tailwind ::-webkit-inner-spin-button {
    height: auto;
  }

  .tailwind ::-webkit-outer-spin-button {
    height: auto;
  }

  .tailwind [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

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

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-1\/4 {
    inset: 25%;
  }

  .tailwind .inset-\[-1\.1\%\] {
    inset: -1.1%;
  }

  .tailwind .inset-\[-1\.17\%\] {
    inset: -1.17%;
  }

  .tailwind .inset-\[-2\.13\%\] {
    inset: -2.13%;
  }

  .tailwind .inset-\[-2\.15\%_-2\.49\%_-2\.15\%_-2\.5\%\] {
    inset: -2.15% -2.49% -2.15% -2.5%;
  }

  .tailwind .inset-\[-2\.68\%_-2\.71\%\] {
    inset: -2.68% -2.71%;
  }

  .tailwind .inset-\[-3\.59\%_-3\.55\%_-3\.57\%_-3\.55\%\] {
    inset: -3.59% -3.55% -3.57%;
  }

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

  .tailwind .inset-\[-9\.16\%_-11\.32\%_-6\.14\%_-9\.76\%\] {
    inset: -9.16% -11.32% -6.14% -9.76%;
  }

  .tailwind .inset-\[0\.11\%_0\.41\%_0\.6\%_0\.3\%\] {
    inset: .11% .41% .6% .3%;
  }

  .tailwind .inset-\[0\.91\%_1\.65\%_1\.18\%_1\.48\%\] {
    inset: .91% 1.65% 1.18% 1.48%;
  }

  .tailwind .inset-\[0\.91\%_1\.72\%_1\.18\%_1\.41\%\] {
    inset: .91% 1.72% 1.18% 1.41%;
  }

  .tailwind .inset-\[1\.04\%\] {
    inset: 1.04%;
  }

  .tailwind .inset-\[2\.65\%\] {
    inset: 2.65%;
  }

  .tailwind .inset-\[3\.33\%\] {
    inset: 3.33%;
  }

  .tailwind .inset-\[6\.25\%\] {
    inset: 6.25%;
  }

  .tailwind .inset-\[6\.25\%_22\.15\%_4\.25\%_21\.88\%\] {
    inset: 6.25% 22.15% 4.25% 21.88%;
  }

  .tailwind .inset-\[6\.67\%\] {
    inset: 6.67%;
  }

  .tailwind .inset-\[6\.67\%_6\.86\%\] {
    inset: 6.67% 6.86%;
  }

  .tailwind .inset-\[7\.91\%_24\.21\%_6\.65\%_23\.93\%\] {
    inset: 7.91% 24.21% 6.65% 23.93%;
  }

  .tailwind .inset-\[8\.84\%_8\.87\%_9\.23\%_8\.58\%\] {
    inset: 8.84% 8.87% 9.23% 8.58%;
  }

  .tailwind .inset-\[8\.84\%_8\.94\%_9\.23\%_8\.51\%\] {
    inset: 8.84% 8.94% 9.23% 8.51%;
  }

  .tailwind .inset-\[9\.84\%_9\.7\%_9\.7\%_9\.84\%\] {
    inset: 9.84% 9.7% 9.7% 9.84%;
  }

  .tailwind .inset-\[9\.84\%_9\.71\%_9\.71\%_9\.84\%\] {
    inset: 9.84% 9.71% 9.71% 9.84%;
  }

  .tailwind .inset-\[10\.9\%_35\.32\%_62\.66\%_29\.31\%\] {
    inset: 10.9% 35.32% 62.66% 29.31%;
  }

  .tailwind .inset-\[10\.16\%_18\.82\%_78\.82\%_44\.71\%\] {
    inset: 10.16% 18.82% 78.82% 44.71%;
  }

  .tailwind .inset-\[11\.17\%_54\.3\%_64\.41\%_33\.44\%\] {
    inset: 11.17% 54.3% 64.41% 33.44%;
  }

  .tailwind .inset-\[11\.33\%_55\.47\%_62\.67\%_29\.31\%\] {
    inset: 11.33% 55.47% 62.67% 29.31%;
  }

  .tailwind .inset-\[12\%_30\.84\%_47\.6\%_49\.96\%\] {
    inset: 12% 30.84% 47.6% 49.96%;
  }

  .tailwind .inset-\[12\%_50\.04\%_47\.6\%_30\.76\%\] {
    inset: 12% 50.04% 47.6% 30.76%;
  }

  .tailwind .inset-\[12\.91\%_19\.9\%_13\.07\%_14\.35\%\] {
    inset: 12.91% 19.9% 13.07% 14.35%;
  }

  .tailwind .inset-\[12\.93\%_21\.97\%_13\.48\%_22\.03\%\] {
    inset: 12.93% 21.97% 13.48% 22.03%;
  }

  .tailwind .inset-\[13\.36\%_18\.58\%_32\.13\%_31\.87\%\] {
    inset: 13.36% 18.58% 32.13% 31.87%;
  }

  .tailwind .inset-\[15\%_32\.31\%_57\.89\%_50\.02\%\] {
    inset: 15% 32.31% 57.89% 50.02%;
  }

  .tailwind .inset-\[15\.01\%_49\.99\%_57\.89\%_32\.34\%\] {
    inset: 15.01% 49.99% 57.89% 32.34%;
  }

  .tailwind .inset-\[15\.9\%_28\.51\%_33\.13\%_54\.35\%\] {
    inset: 15.9% 28.51% 33.13% 54.35%;
  }

  .tailwind .inset-\[15\.63\%_20\.01\%_15\.63\%_18\.75\%\] {
    inset: 15.63% 20.01% 15.63% 18.75%;
  }

  .tailwind .inset-\[16\%_34\.2\%_35\.87\%_53\.89\%\] {
    inset: 16% 34.2% 35.87% 53.89%;
  }

  .tailwind .inset-\[16\.06\%_28\.3\%_48\.35\%_49\.87\%\] {
    inset: 16.06% 28.3% 48.35% 49.87%;
  }

  .tailwind .inset-\[16\.06\%_50\.14\%_48\.35\%_28\.03\%\] {
    inset: 16.06% 50.14% 48.35% 28.03%;
  }

  .tailwind .inset-\[16\.33\%_28\.13\%_17\.1\%_30\.21\%\] {
    inset: 16.33% 28.13% 17.1% 30.21%;
  }

  .tailwind .inset-\[16\.33\%_28\.14\%_37\.69\%_50\.58\%\] {
    inset: 16.33% 28.14% 37.69% 50.58%;
  }

  .tailwind .inset-\[16\.33\%_48\.96\%_37\.69\%_30\.21\%\] {
    inset: 16.33% 48.96% 37.69% 30.21%;
  }

  .tailwind .inset-\[16\.67\%_27\.08\%_16\.67\%_22\.92\%\] {
    inset: 16.67% 27.08% 16.67% 22.92%;
  }

  .tailwind .inset-\[18\.33\%_15\.69\%_19\.88\%_17\.25\%\] {
    inset: 18.33% 15.69% 19.88% 17.25%;
  }

  .tailwind .inset-\[18\.61\%_18\.57\%_20\.43\%_18\.57\%\] {
    inset: 18.61% 18.57% 20.43%;
  }

  .tailwind .inset-\[18\.68\%_20\.94\%_30\.1\%_21\.35\%\] {
    inset: 18.68% 20.94% 30.1% 21.35%;
  }

  .tailwind .inset-\[18\.75\%_16\.67\%_18\.75\%_12\.5\%\] {
    inset: 18.75% 16.67% 18.75% 12.5%;
  }

  .tailwind .inset-\[18\.75\%_16\.67\%_20\.83\%_16\.67\%\] {
    inset: 18.75% 16.67% 20.83%;
  }

  .tailwind .inset-\[18\.76\%_39\.71\%_67\.41\%_51\.82\%\] {
    inset: 18.76% 39.71% 67.41% 51.82%;
  }

  .tailwind .inset-\[19\.05\%_30\.95\%_76\.67\%_34\.05\%\] {
    inset: 19.05% 30.95% 76.67% 34.05%;
  }

  .tailwind .inset-\[19\.69\%_20\.97\%_19\.67\%_21\.09\%\] {
    inset: 19.69% 20.97% 19.67% 21.09%;
  }

  .tailwind .inset-\[19\.85\%_24\.22\%_19\.86\%_22\.98\%\] {
    inset: 19.85% 24.22% 19.86% 22.98%;
  }

  .tailwind .inset-\[19\.94\%_34\.4\%_20\.26\%_34\.04\%\] {
    inset: 19.94% 34.4% 20.26% 34.04%;
  }

  .tailwind .inset-\[19\.94\%_34\.33\%_20\.26\%_34\.12\%\] {
    inset: 19.94% 34.33% 20.26% 34.12%;
  }

  .tailwind .inset-\[20\.83\%_16\.67\%\] {
    inset: 20.83% 16.67%;
  }

  .tailwind .inset-\[20\.83\%_16\.67\%_12\.5\%_20\.83\%\] {
    inset: 20.83% 16.67% 12.5% 20.83%;
  }

  .tailwind .inset-\[20\.83\%_16\.67\%_16\.67\%_16\.67\%\] {
    inset: 20.83% 16.67% 16.67%;
  }

  .tailwind .inset-\[21\.88\%_12\.5\%\] {
    inset: 21.88% 12.5%;
  }

  .tailwind .inset-\[21\.88\%_15\.88\%_22\.53\%_18\.75\%\] {
    inset: 21.88% 15.88% 22.53% 18.75%;
  }

  .tailwind .inset-\[22\.23\%_35\.39\%_25\.79\%_10\.1\%\] {
    inset: 22.23% 35.39% 25.79% 10.1%;
  }

  .tailwind .inset-\[23\.87\%_24\.43\%_53\.42\%_24\.43\%\] {
    inset: 23.87% 24.43% 53.42%;
  }

  .tailwind .inset-\[26\.55\%_26\.77\%_27\.03\%_18\.06\%\] {
    inset: 26.55% 26.77% 27.03% 18.06%;
  }

  .tailwind .inset-\[27\.95\%_16\.63\%\] {
    inset: 27.95% 16.63%;
  }

  .tailwind .inset-\[28\.33\%_27\.62\%_20\.71\%_28\.54\%\] {
    inset: 28.33% 27.62% 20.71% 28.54%;
  }

  .tailwind .inset-\[30\.48\%_30\.84\%_47\.6\%_30\.76\%\] {
    inset: 30.48% 30.84% 47.6% 30.76%;
  }

  .tailwind .inset-\[32\%_32\.33\%_47\.81\%_50\.02\%\] {
    inset: 32% 32.33% 47.81% 50.02%;
  }

  .tailwind .inset-\[32\%_49\.99\%_47\.81\%_32\.34\%\] {
    inset: 32% 49.99% 47.81% 32.34%;
  }

  .tailwind .inset-\[32\.84\%_39\.66\%_54\.93\%_40\.21\%\] {
    inset: 32.84% 39.66% 54.93% 40.21%;
  }

  .tailwind .inset-\[32\.86\%_39\.64\%_40\.68\%_14\.17\%\] {
    inset: 32.86% 39.64% 40.68% 14.17%;
  }

  .tailwind .inset-\[33\.32\%_27\.8\%_41\.12\%_27\.68\%\] {
    inset: 33.32% 27.8% 41.12% 27.68%;
  }

  .tailwind .inset-\[34\.48\%_22\.88\%_11\.2\%_22\.8\%\] {
    inset: 34.48% 22.88% 11.2% 22.8%;
  }

  .tailwind .inset-\[35\.38\%_19\.02\%_10\.22\%_26\.47\%\] {
    inset: 35.38% 19.02% 10.22% 26.47%;
  }

  .tailwind .inset-\[35\.62\%_52\.22\%_28\.48\%_18\.75\%\] {
    inset: 35.62% 52.22% 28.48% 18.75%;
  }

  .tailwind .inset-\[35\.73\%_39\.34\%_22\.41\%_28\.09\%\] {
    inset: 35.73% 39.34% 22.41% 28.09%;
  }

  .tailwind .inset-\[35\.95\%_43\.1\%_58\.33\%_52\.62\%\] {
    inset: 35.95% 43.1% 58.33% 52.62%;
  }

  .tailwind .inset-\[36\.26\%_49\.88\%_36\.72\%_25\.28\%\] {
    inset: 36.26% 49.88% 36.72% 25.28%;
  }

  .tailwind .inset-\[36\.27\%_23\.37\%_36\.71\%_25\.29\%\] {
    inset: 36.27% 23.37% 36.71% 25.29%;
  }

  .tailwind .inset-\[36\.64\%_23\.36\%_37\.08\%_51\.09\%\] {
    inset: 36.64% 23.36% 37.08% 51.09%;
  }

  .tailwind .inset-\[38\.3\%_39\.92\%_40\.26\%_16\.14\%\] {
    inset: 38.3% 39.92% 40.26% 16.14%;
  }

  .tailwind .inset-\[38\.4\%_11\.56\%_19\.25\%_68\.95\%\] {
    inset: 38.4% 11.56% 19.25% 68.95%;
  }

  .tailwind .inset-\[38\.42\%_11\.6\%_35\.41\%_70\.75\%\] {
    inset: 38.42% 11.6% 35.41% 70.75%;
  }

  .tailwind .inset-\[38\.56\%_24\.22\%_31\.63\%_57\.12\%\] {
    inset: 38.56% 24.22% 31.63% 57.12%;
  }

  .tailwind .inset-\[39\.39\%_72\.31\%_31\%_5\.35\%\] {
    inset: 39.39% 72.31% 31% 5.35%;
  }

  .tailwind .inset-\[40\.94\%_28\.14\%_37\.69\%_51\.04\%\] {
    inset: 40.94% 28.14% 37.69% 51.04%;
  }

  .tailwind .inset-\[40\.94\%_48\.96\%_37\.69\%_30\.21\%\] {
    inset: 40.94% 48.96% 37.69% 30.21%;
  }

  .tailwind .inset-\[41\.89\%_28\.3\%_35\.68\%_49\.87\%\] {
    inset: 41.89% 28.3% 35.68% 49.87%;
  }

  .tailwind .inset-\[41\.89\%_50\.14\%_35\.68\%_28\.03\%\] {
    inset: 41.89% 50.14% 35.68% 28.03%;
  }

  .tailwind .inset-\[42\.86\%_13\.77\%_34\.3\%_70\.62\%\] {
    inset: 42.86% 13.77% 34.3% 70.62%;
  }

  .tailwind .inset-\[44\.85\%_50\.12\%_33\.53\%_31\.18\%\] {
    inset: 44.85% 50.12% 33.53% 31.18%;
  }

  .tailwind .inset-\[45\.08\%_31\.07\%_33\.14\%_49\.87\%\] {
    inset: 45.08% 31.07% 33.14% 49.87%;
  }

  .tailwind .inset-\[46\.16\%_22\.9\%_12\%_22\.82\%\] {
    inset: 46.16% 22.9% 12% 22.82%;
  }

  .tailwind .inset-\[46\.45\%_29\.49\%_15\.03\%_50\.01\%\] {
    inset: 46.45% 29.49% 15.03% 50.01%;
  }

  .tailwind .inset-\[46\.45\%_50\.02\%_15\.03\%_29\.48\%\] {
    inset: 46.45% 50.02% 15.03% 29.48%;
  }

  .tailwind .inset-\[46\.47\%_24\.8\%_23\.82\%_35\.6\%\] {
    inset: 46.47% 24.8% 23.82% 35.6%;
  }

  .tailwind .inset-\[46\.58\%_32\.95\%_19\.37\%_44\.32\%\] {
    inset: 46.58% 32.95% 19.37% 44.32%;
  }

  .tailwind .inset-\[46\.58\%_55\.68\%_30\.72\%_32\.96\%\] {
    inset: 46.58% 55.68% 30.72% 32.96%;
  }

  .tailwind .inset-\[46\.68\%_24\.99\%_19\.4\%_31\.14\%\] {
    inset: 46.68% 24.99% 19.4% 31.14%;
  }

  .tailwind .inset-\[49\.79\%_69\.03\%_37\.92\%_19\.97\%\] {
    inset: 49.79% 69.03% 37.92% 19.97%;
  }

  .tailwind .inset-\[50\.16\%_32\.2\%_25\.13\%_49\.56\%\] {
    inset: 50.16% 32.2% 25.13% 49.56%;
  }

  .tailwind .inset-\[54\.11\%_28\.13\%_17\.1\%_50\.78\%\] {
    inset: 54.11% 28.13% 17.1% 50.78%;
  }

  .tailwind .inset-\[54\.11\%_48\.96\%_17\.1\%_30\.21\%\] {
    inset: 54.11% 48.96% 17.1% 30.21%;
  }

  .tailwind .inset-\[55\.54\%_50\.63\%_20\.05\%_11\.3\%\] {
    inset: 55.54% 50.63% 20.05% 11.3%;
  }

  .tailwind .inset-\[55\.71\%_28\.29\%_14\.07\%_49\.87\%\] {
    inset: 55.71% 28.29% 14.07% 49.87%;
  }

  .tailwind .inset-\[55\.71\%_50\.14\%_14\.07\%_28\.03\%\] {
    inset: 55.71% 50.14% 14.07% 28.03%;
  }

  .tailwind .inset-\[56\.67\%_43\.1\%_37\.38\%_52\.62\%\] {
    inset: 56.67% 43.1% 37.38% 52.62%;
  }

  .tailwind .inset-\[59\.82\%_19\.22\%_6\.64\%_61\.78\%\] {
    inset: 59.82% 19.22% 6.64% 61.78%;
  }

  .tailwind .inset-\[63\.33\%_25\.44\%_28\.55\%_59\.92\%\] {
    inset: 63.33% 25.44% 28.55% 59.92%;
  }

  .tailwind .inset-\[70\.95\%_42\.62\%_24\.05\%_52\.38\%\] {
    inset: 70.95% 42.62% 24.05% 52.38%;
  }

  .tailwind .inset-\[70\.95\%_50\.95\%_24\.05\%_44\.05\%\] {
    inset: 70.95% 50.95% 24.05% 44.05%;
  }

  .tailwind .inset-\[70\.99\%_54\.19\%_24\.93\%_18\.53\%\] {
    inset: 70.99% 54.19% 24.93% 18.53%;
  }

  .tailwind .inset-\[71\.53\%_50\.63\%_20\.06\%_19\.24\%\] {
    inset: 71.53% 50.63% 20.06% 19.24%;
  }

  .tailwind .inset-\[74\.05\%_43\.1\%_20\.24\%_52\.62\%\] {
    inset: 74.05% 43.1% 20.24% 52.62%;
  }

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

  .tailwind .top-1\/4 {
    top: 25%;
  }

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

  .tailwind .top-\[0\.01\%\] {
    top: .01%;
  }

  .tailwind .top-\[0\.04\%\] {
    top: .04%;
  }

  .tailwind .top-\[0\.61\%\] {
    top: .61%;
  }

  .tailwind .top-\[1\.02\%\] {
    top: 1.02%;
  }

  .tailwind .top-\[12\.5\%\] {
    top: 12.5%;
  }

  .tailwind .top-\[21\.88\%\] {
    top: 21.88%;
  }

  .tailwind .top-\[35\.95\%\] {
    top: 35.95%;
  }

  .tailwind .top-\[42\.96\%\] {
    top: 42.96%;
  }

  .tailwind .top-\[46\.45\%\] {
    top: 46.45%;
  }

  .tailwind .top-\[46\.58\%\] {
    top: 46.58%;
  }

  .tailwind .top-\[54\.18\%\] {
    top: 54.18%;
  }

  .tailwind .top-\[56\.67\%\] {
    top: 56.67%;
  }

  .tailwind .top-\[62\.22\%\] {
    top: 62.22%;
  }

  .tailwind .top-\[74\.05\%\] {
    top: 74.05%;
  }

  .tailwind .top-\[calc\(50\%-8px\)\] {
    top: calc(50% - 8px);
  }

  .tailwind .top-px {
    top: 1px;
  }

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

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

  .tailwind .right-1\/4 {
    right: 25%;
  }

  .tailwind .right-\[-0\.01\%\] {
    right: -.01%;
  }

  .tailwind .right-\[0\.04\%\] {
    right: .04%;
  }

  .tailwind .right-\[31\.25\%\] {
    right: 31.25%;
  }

  .tailwind .right-\[36\.23\%\] {
    right: 36.23%;
  }

  .tailwind .right-\[43\.33\%\] {
    right: 43.33%;
  }

  .tailwind .right-\[46\.6\%\] {
    right: 46.6%;
  }

  .tailwind .right-\[50\.01\%\] {
    right: 50.01%;
  }

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

  .tailwind .bottom-\[0\.02\%\] {
    bottom: .02%;
  }

  .tailwind .bottom-\[0\.07\%\] {
    bottom: .07%;
  }

  .tailwind .bottom-\[1\.02\%\] {
    bottom: 1.02%;
  }

  .tailwind .bottom-\[2\.42\%\] {
    bottom: 2.42%;
  }

  .tailwind .bottom-\[12\.5\%\] {
    bottom: 12.5%;
  }

  .tailwind .bottom-\[14\.13\%\] {
    bottom: 14.13%;
  }

  .tailwind .bottom-\[15\.03\%\] {
    bottom: 15.03%;
  }

  .tailwind .bottom-\[16\.67\%\] {
    bottom: 16.67%;
  }

  .tailwind .bottom-\[20\.24\%\] {
    bottom: 20.24%;
  }

  .tailwind .bottom-\[20\.96\%\] {
    bottom: 20.96%;
  }

  .tailwind .bottom-\[37\.38\%\] {
    bottom: 37.38%;
  }

  .tailwind .bottom-\[38\.03\%\] {
    bottom: 38.03%;
  }

  .tailwind .bottom-\[48\.7\%\] {
    bottom: 48.7%;
  }

  .tailwind .bottom-\[58\.33\%\] {
    bottom: 58.33%;
  }

  .tailwind .bottom-\[76\.61\%\] {
    bottom: 76.61%;
  }

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

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

  .tailwind .left-1\/4 {
    left: 25%;
  }

  .tailwind .left-\[-0\.04\%\] {
    left: -.04%;
  }

  .tailwind .left-\[0\.01\%\] {
    left: .01%;
  }

  .tailwind .left-\[1\.53\%\] {
    left: 1.53%;
  }

  .tailwind .left-\[12\.24\%\] {
    left: 12.24%;
  }

  .tailwind .left-\[31\.25\%\] {
    left: 31.25%;
  }

  .tailwind .left-\[45\.71\%\] {
    left: 45.71%;
  }

  .tailwind .left-\[50\.01\%\] {
    left: 50.01%;
  }

  .tailwind .left-\[52\.38\%\] {
    left: 52.38%;
  }

  .tailwind .left-\[84\.82\%\] {
    left: 84.82%;
  }

  .tailwind .left-\[calc\(50\%-5px\)\] {
    left: calc(50% - 5px);
  }

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

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .aspect-\[28\/28\] {
    aspect-ratio: 28 / 28;
  }

  .tailwind .aspect-\[400\/400\] {
    aspect-ratio: 400 / 400;
  }

  .tailwind .aspect-\[976\/977\] {
    aspect-ratio: 976 / 977;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .w-\[14\.406px\] {
    width: 14.406px;
  }

  .tailwind .w-\[32\.581px\] {
    width: 32.581px;
  }

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

  .tailwind .w-\[43\.352px\] {
    width: 43.352px;
  }

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

  .tailwind .w-\[86\.695px\] {
    width: 86.695px;
  }

  .tailwind .w-\[101\.148px\] {
    width: 101.148px;
  }

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

  .tailwind .w-\[182\.398px\] {
    width: 182.398px;
  }

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

  .tailwind .max-w-\[inherit\] {
    max-width: inherit;
  }

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

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

  .tailwind .flex-none {
    flex: none;
  }

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

  .tailwind .grow {
    flex-grow: 1;
  }

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

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

  .tailwind .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .gap-\[10px\] {
    gap: 10px;
  }

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

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

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

  .tailwind .overflow-clip {
    overflow: clip;
  }

  .tailwind .rounded-\[1\.67772e\+07px\] {
    border-radius: 16777200px;
  }

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

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

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

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

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

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

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

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

  .tailwind .border-\[rgba\(255\,255\,255\,0\.1\)\] {
    border-color: #ffffff1a;
  }

  .tailwind .border-\[rgba\(255\,255\,255\,0\.05\)\] {
    border-color: #ffffff0d;
  }

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

  .tailwind .bg-\[\#111111\] {
    background-color: #111;
  }

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

  .tailwind .bg-\[rgba\(255\,255\,255\,0\.1\)\] {
    background-color: #ffffff1a;
  }

  .tailwind .bg-\[rgba\(255\,255\,255\,0\.3\)\] {
    background-color: #ffffff4d;
  }

  .tailwind .bg-\[rgba\(255\,255\,255\,0\.05\)\] {
    background-color: #ffffff0d;
  }

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

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

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

  .tailwind .\[mask-composite\:intersect\,_intersect\] {
    mask-composite: intersect, intersect;
  }

  .tailwind .mask-intersect {
    mask-composite: intersect;
  }

  .tailwind .\[mask-mode\:alpha\,_alpha\] {
    mask-mode: alpha, alpha;
  }

  .tailwind .mask-alpha {
    mask-mode: alpha;
  }

  .tailwind .mask-luminance {
    mask-mode: luminance;
  }

  .tailwind .mask-size-\[17\.369px_13\.389px\] {
    mask-size: 17.369px 13.389px;
  }

  .tailwind .mask-size-\[18\.54px_19\.405px\] {
    mask-size: 18.54px 19.405px;
  }

  .tailwind .mask-size-\[32px_32px\,_32px_32px\] {
    mask-size: 32px 32px, 32px 32px;
  }

  .tailwind .mask-size-\[32px_32px\] {
    mask-size: 32px 32px;
  }

  .tailwind .\[mask-clip\:no-clip\,_no-clip\] {
    mask-clip: no-clip, no-clip;
  }

  .tailwind .mask-no-clip {
    mask-clip: no-clip;
  }

  .tailwind .mask-position-\[-2px\] {
    mask-position: -2px;
  }

  .tailwind .mask-position-\[-8px\] {
    mask-position: -8px;
  }

  .tailwind .mask-position-\[0\.007px_3\.738px\] {
    mask-position: .007px 3.738px;
  }

  .tailwind .mask-position-\[0\.012px_0px\] {
    mask-position: .012px 0;
  }

  .tailwind .mask-position-\[0px\,_0px\] {
    mask-position: 0, 0;
  }

  .tailwind .mask-position-\[0px\] {
    mask-position: 0;
  }

  .tailwind .mask-position-\[3\.125px_2\.931px\] {
    mask-position: 3.125px 2.931px;
  }

  .tailwind .\[mask-repeat\:no-repeat\,_no-repeat\] {
    mask-repeat: no-repeat, no-repeat;
  }

  .tailwind .mask-no-repeat {
    mask-repeat: no-repeat;
  }

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

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

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

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

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

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

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

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

  .tailwind .pr-\[504\.664px\] {
    padding-right: 504.664px;
  }

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

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

  .tailwind .font-\[\'Jersey_20\:Regular\'\,sans-serif\] {
    font-family: "Jersey 20:Regular", sans-serif;
  }

  .tailwind .font-\[\'JetBrains_Mono\:Bold\'\,sans-serif\] {
    font-family: JetBrains Mono\:Bold, sans-serif;
  }

  .tailwind .font-\[\'JetBrains_Mono\:Medium\'\,sans-serif\] {
    font-family: JetBrains Mono\:Medium, sans-serif;
  }

  .tailwind .font-\[\'JetBrains_Mono\:Regular\'\,sans-serif\] {
    font-family: JetBrains Mono\:Regular, sans-serif;
  }

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

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

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

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

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

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

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

  .tailwind .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

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

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

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

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

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

  .tailwind .text-\[\#ff4400\] {
    color: #f40;
  }

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

  .tailwind .text-\[rgba\(255\,255\,255\,0\.4\)\] {
    color: #fff6;
  }

  .tailwind .text-\[rgba\(255\,255\,255\,0\.6\)\] {
    color: #fff9;
  }

  .tailwind .text-neutral-300 {
    color: var(--color-neutral-300);
  }

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

  .tailwind .uppercase {
    text-transform: uppercase;
  }

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

  .tailwind .opacity-80 {
    opacity: .8;
  }

  .tailwind .mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .tailwind .mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .tailwind .mix-blend-screen {
    mix-blend-mode: screen;
  }

  .tailwind .shadow-\[0px_0px_20px_0px_\#ff5722\] {
    --tw-shadow: 0px 0px 20px 0px var(--tw-shadow-color, #ff5722);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .tailwind .running {
    animation-play-state: running;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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