/*! 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-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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-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;
    }
  }
}

@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-blue-50: oklch(.97 .014 254.604);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-900: oklch(.21 .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --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 .visible {
    visibility: visible;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .left-\[100px\] {
    left: 100px;
  }

  .tailwind .left-\[966px\] {
    left: 966px;
  }

  .tailwind .left-\[1756px\] {
    left: 1756px;
  }

  .tailwind .left-\[3164px\] {
    left: 3164px;
  }

  .tailwind .left-\[4103px\] {
    left: 4103px;
  }

  .tailwind .left-\[4783px\] {
    left: 4783px;
  }

  .tailwind .left-\[4899px\] {
    left: 4899px;
  }

  .tailwind .left-\[4971px\] {
    left: 4971px;
  }

  .tailwind .left-\[5435px\] {
    left: 5435px;
  }

  .tailwind .left-\[5463px\] {
    left: 5463px;
  }

  .tailwind .left-\[5567px\] {
    left: 5567px;
  }

  .tailwind .left-\[5767px\] {
    left: 5767px;
  }

  .tailwind .left-\[6091px\] {
    left: 6091px;
  }

  .tailwind .left-\[6115px\] {
    left: 6115px;
  }

  .tailwind .left-\[6228px\] {
    left: 6228px;
  }

  .tailwind .left-\[6411px\] {
    left: 6411px;
  }

  .tailwind .left-\[6563px\] {
    left: 6563px;
  }

  .tailwind .left-\[6583px\] {
    left: 6583px;
  }

  .tailwind .left-\[6743px\] {
    left: 6743px;
  }

  .tailwind .left-\[6993px\] {
    left: 6993px;
  }

  .tailwind .left-\[7235px\] {
    left: 7235px;
  }

  .tailwind .left-\[7263px\] {
    left: 7263px;
  }

  .tailwind .left-\[7353px\] {
    left: 7353px;
  }

  .tailwind .left-\[7423px\] {
    left: 7423px;
  }

  .tailwind .left-\[7887px\] {
    left: 7887px;
  }

  .tailwind .left-\[8075px\] {
    left: 8075px;
  }

  .tailwind .left-\[8719px\] {
    left: 8719px;
  }

  .tailwind .left-\[9399px\] {
    left: 9399px;
  }

  .tailwind .left-\[9900px\] {
    left: 9900px;
  }

  .tailwind .left-\[10447px\] {
    left: 10447px;
  }

  .tailwind .left-\[10580px\] {
    left: 10580px;
  }

  .tailwind .left-\[10690px\] {
    left: 10690px;
  }

  .tailwind .left-\[11099px\] {
    left: 11099px;
  }

  .tailwind .left-\[11232px\] {
    left: 11232px;
  }

  .tailwind .left-\[11260px\] {
    left: 11260px;
  }

  .tailwind .left-\[11370px\] {
    left: 11370px;
  }

  .tailwind .left-\[11539px\] {
    left: 11539px;
  }

  .tailwind .left-\[11884px\] {
    left: 11884px;
  }

  .tailwind .left-\[12160px\] {
    left: 12160px;
  }

  .tailwind .left-\[12405px\] {
    left: 12405px;
  }

  .tailwind .left-\[12424px\] {
    left: 12424px;
  }

  .tailwind .left-\[12564px\] {
    left: 12564px;
  }

  .tailwind .left-\[12840px\] {
    left: 12840px;
  }

  .tailwind .left-\[13214px\] {
    left: 13214px;
  }

  .tailwind .left-\[13332\.5px\] {
    left: 13332.5px;
  }

  .tailwind .left-\[13525px\] {
    left: 13525px;
  }

  .tailwind .left-\[13972px\] {
    left: 13972px;
  }

  .tailwind .left-\[14012\.5px\] {
    left: 14012.5px;
  }

  .tailwind .left-\[14198\.5px\] {
    left: 14198.5px;
  }

  .tailwind .left-\[14277px\] {
    left: 14277px;
  }

  .tailwind .left-\[14496\.5px\] {
    left: 14496.5px;
  }

  .tailwind .left-\[14497\.5px\] {
    left: 14497.5px;
  }

  .tailwind .left-\[14603px\] {
    left: 14603px;
  }

  .tailwind .left-\[14878\.5px\] {
    left: 14878.5px;
  }

  .tailwind .left-\[15132\.5px\] {
    left: 15132.5px;
  }

  .tailwind .left-\[15137px\] {
    left: 15137px;
  }

  .tailwind .left-\[15148\.5px\] {
    left: 15148.5px;
  }

  .tailwind .left-\[15442px\] {
    left: 15442px;
  }

  .tailwind .left-\[15487px\] {
    left: 15487px;
  }

  .tailwind .left-\[15668\.5px\] {
    left: 15668.5px;
  }

  .tailwind .left-\[15828\.5px\] {
    left: 15828.5px;
  }

  .tailwind .left-\[16094px\] {
    left: 16094px;
  }

  .tailwind .left-\[16196\.5px\] {
    left: 16196.5px;
  }

  .tailwind .left-\[16271px\] {
    left: 16271px;
  }

  .tailwind .left-\[16482\.5px\] {
    left: 16482.5px;
  }

  .tailwind .left-\[16618\.5px\] {
    left: 16618.5px;
  }

  .tailwind .left-\[16774px\] {
    left: 16774px;
  }

  .tailwind .left-\[17162\.5px\] {
    left: 17162.5px;
  }

  .tailwind .left-\[17316\.5px\] {
    left: 17316.5px;
  }

  .tailwind .left-\[17341px\] {
    left: 17341px;
  }

  .tailwind .left-\[17408\.5px\] {
    left: 17408.5px;
  }

  .tailwind .left-\[17435px\] {
    left: 17435px;
  }

  .tailwind .left-\[17561\.5px\] {
    left: 17561.5px;
  }

  .tailwind .left-\[18201px\] {
    left: 18201px;
  }

  .tailwind .left-\[18241\.5px\] {
    left: 18241.5px;
  }

  .tailwind .left-\[18675px\] {
    left: 18675px;
  }

  .tailwind .left-\[18921\.5px\] {
    left: 18921.5px;
  }

  .tailwind .left-\[19573\.5px\] {
    left: 19573.5px;
  }

  .tailwind .left-\[20380\.5px\] {
    left: 20380.5px;
  }

  .tailwind .left-\[21265px\] {
    left: 21265px;
  }

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

  .tailwind .container {
    width: 100%;
  }

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

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

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

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

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

  .tailwind .flex {
    display: flex;
  }

  .tailwind .grid {
    display: grid;
  }

  .tailwind .hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .cursor-grab {
    cursor: grab;
  }

  .tailwind .cursor-pointer {
    cursor: pointer;
  }

  .tailwind .resize {
    resize: both;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .bg-black\/80 {
    background-color: #000c;
  }

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

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

  .tailwind .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .tailwind .from-blue-50 {
    --tw-gradient-from: var(--color-blue-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .tailwind .from-gray-900 {
    --tw-gradient-from: var(--color-gray-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .tailwind .to-black {
    --tw-gradient-to: var(--color-black);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .tailwind .to-white {
    --tw-gradient-to: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .tailwind .bg-cover {
    background-size: cover;
  }

  .tailwind .bg-center {
    background-position: center;
  }

  .tailwind .bg-no-repeat {
    background-repeat: no-repeat;
  }

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

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

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

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

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

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

  .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 .active\:cursor-grabbing:active {
    cursor: grabbing;
  }
}

@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-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

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

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-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
}
