@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ledger:wght@400&display=swap");
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-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;
    }
  }
}

@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;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-sm: .875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --ease-out: cubic-bezier(0, 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);
    --radius-button: var(--radius-button);
    --radius-full: var(--radius-full);
  }
}

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

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

  * {
    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);
    font-family: var(--font-family);
  }
}

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

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

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

  .inset-\[-4\.4\%_-5\.62\%\] {
    inset: -4.4% -5.62%;
  }

  .inset-\[-6\.25\%_-2\.5\%_-6\.25\%_-3\.54\%\] {
    inset: -6.25% -2.5% -6.25% -3.54%;
  }

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

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

  .top-\[-6\.04\%\] {
    top: -6.04%;
  }

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

  .right-\[-1\.98\%\] {
    right: -1.98%;
  }

  .right-\[8\.33\%\] {
    right: 8.33%;
  }

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

  .bottom-\[18\.92\%\] {
    bottom: 18.92%;
  }

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

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

  .left-\[-1\.98\%\] {
    left: -1.98%;
  }

  .left-\[8\.33\%\] {
    left: 8.33%;
  }

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

  .container {
    width: 100%;
  }

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

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

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

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

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

  .m-\[0px\] {
    margin: 0;
  }

  .mx-\[2px\] {
    margin-inline: 2px;
  }

  .mx-\[6px\] {
    margin-inline: 6px;
  }

  .mx-\[8px\] {
    margin-inline: 8px;
  }

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

  .my-\[0px\] {
    margin-block: 0;
  }

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .table {
    display: table;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[11\.373px\] {
    height: 11.373px;
  }

  .h-\[11\.647px\] {
    height: 11.647px;
  }

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

  .h-\[35\.716px\] {
    height: 35.716px;
  }

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

  .h-\[39\.03px\] {
    height: 39.03px;
  }

  .h-\[39\.029px\] {
    height: 39.029px;
  }

  .h-\[39\.102px\] {
    height: 39.102px;
  }

  .h-\[41\.019px\] {
    height: 41.019px;
  }

  .h-\[42\.074px\] {
    height: 42.074px;
  }

  .h-\[43\.481px\] {
    height: 43.481px;
  }

  .h-\[43\.963px\] {
    height: 43.963px;
  }

  .h-\[50\.354px\] {
    height: 50.354px;
  }

  .h-\[51\.562px\] {
    height: 51.562px;
  }

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

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

  .h-\[65\.61px\] {
    height: 65.61px;
  }

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

  .h-\[159\.51px\] {
    height: 159.51px;
  }

  .h-\[159\.513px\] {
    height: 159.513px;
  }

  .h-\[159\.808px\] {
    height: 159.808px;
  }

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

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-none {
    max-height: none;
  }

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

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

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

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

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

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

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

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

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

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

  .w-\[11\.647px\] {
    width: 11.647px;
  }

  .w-\[33\.492px\] {
    width: 33.492px;
  }

  .w-\[37\.028px\] {
    width: 37.028px;
  }

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

  .w-\[41\.019px\] {
    width: 41.019px;
  }

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

  .w-\[43\.481px\] {
    width: 43.481px;
  }

  .w-\[43\.963px\] {
    width: 43.963px;
  }

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

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

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

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

  .w-\[65\.641px\] {
    width: 65.641px;
  }

  .w-\[65\.937px\] {
    width: 65.937px;
  }

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

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

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

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

  .w-\[106\.1px\] {
    width: 106.1px;
  }

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

  .max-w-\[min\(92vw\,600px\)\] {
    max-width: min(92vw, 600px);
  }

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

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

  .rotate-\[3deg\] {
    rotate: 3deg;
  }

  .rotate-\[6\.784deg\] {
    rotate: 6.784deg;
  }

  .rotate-\[21\.215deg\] {
    rotate: 21.215deg;
  }

  .rotate-\[23\.699deg\] {
    rotate: 23.699deg;
  }

  .rotate-\[37\.116deg\] {
    rotate: 37.116deg;
  }

  .rotate-\[180deg\] {
    rotate: 180deg;
  }

  .rotate-\[334\.609deg\] {
    rotate: 334.609deg;
  }

  .rotate-\[340\.765deg\] {
    rotate: 340.765deg;
  }

  .rotate-\[355deg\] {
    rotate: 355deg;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

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

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

  .place-items-start {
    place-items: start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .object-center {
    object-position: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tracking-\[-1\.32px\] {
    --tw-tracking: -1.32px;
    letter-spacing: -1.32px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

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

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .underline {
    text-decoration-line: underline;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-40 {
    opacity: .4;
  }

  .opacity-80 {
    opacity: .8;
  }

  .shadow-\[0px_7px_4\.8px_1px_rgba\(253\,236\,207\,0\.2\)\] {
    --tw-shadow: 0px 7px 4.8px 1px var(--tw-shadow-color, #fdeccf33);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[5px_7px_4\.8px_1px_rgba\(253\,236\,207\,0\.2\)\] {
    --tw-shadow: 5px 7px 4.8px 1px var(--tw-shadow-color, #fdeccf33);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

  .\!running {
    animation-play-state: running !important;
  }

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

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

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

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

  @media (hover: hover) {
    .group-hover\:opacity-0:is(:where(.group):hover *) {
      opacity: 0;
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .group-disabled\:group-hover\:opacity-0:is(:where(.group):disabled *):is(:where(.group):hover *) {
      opacity: 0;
    }
  }

  @media (hover: hover) {
    .group-disabled\:group-hover\:opacity-100:is(:where(.group):disabled *):is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .hover\:-translate-y-\[1px\]:hover {
      --tw-translate-y: calc(1px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @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-card\/80:hover {
      background-color: var(--card);
    }

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

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

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

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

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

  @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\:text-foreground:hover {
      color: var(--foreground);
    }
  }

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

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

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

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

  @media (width >= 900px) {
    .min-\[900px\]\:max-h-\[700px\] {
      max-height: 700px;
    }
  }

  @media (width >= 900px) {
    .min-\[900px\]\:max-w-\[600px\] {
      max-width: 600px;
    }
  }

  @media (width >= 900px) {
    .min-\[900px\]\:rounded-lg {
      border-radius: var(--radius-card);
    }
  }

  @media (width >= 900px) {
    .min-\[900px\]\: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);
    }
  }

  @media (width >= 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
}




:root {
  --font-size: 16px;
  --font-family: "Work Sans", sans-serif;
  --text-2xl: 24px;
  --text-xl: 22px;
  --text-lg: 16px;
  --text-base: 16px;
  --text-sm: 15px;
  --text-xs: 14px;
  --background: #201d18;
  --foreground: #bcbcbc;
  --card: #8585850d;
  --card-foreground: #fce9c9;
  --popover: #8585850d;
  --popover-foreground: #fce9c9;
  --primary: #ffde17;
  --primary-foreground: #201d18;
  --secondary: #bcbcbc;
  --secondary-foreground: #201d18;
  --muted: #8585850d;
  --muted-foreground: #bcbcbc;
  --accent: #fce9c9;
  --accent-foreground: #201d18;
  --destructive: #dc2626;
  --destructive-foreground: #fff;
  --border: #85858533;
  --input: #0000;
  --input-background: #8585850d;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: #ffde17;
  --elevation-sm: 0px 7px 4.8px 1px #fdeccf33;
  --chart-1: #ffde17;
  --chart-2: #fce9c9;
  --chart-3: #bcbcbc;
  --chart-4: #ffd082;
  --chart-5: #858585;
  --radius: 100px;
  --radius-button: 100px;
  --radius-card: 8px;
  --radius-full: 1000px;
  --sidebar: #201d18;
  --sidebar-foreground: #bcbcbc;
  --sidebar-primary: #ffde17;
  --sidebar-primary-foreground: #201d18;
  --sidebar-accent: #fce9c9;
  --sidebar-accent-foreground: #201d18;
  --sidebar-border: #85858533;
  --sidebar-ring: #ffde17;
}

.dark {
  --background: #100e0c;
  --foreground: #e4e4e4;
  --card: #282828cc;
  --card-foreground: #fce9c9;
  --popover: #282828cc;
  --popover-foreground: #fce9c9;
  --primary: #ffde17;
  --primary-foreground: #100e0c;
  --secondary: #787878;
  --secondary-foreground: #e4e4e4;
  --muted: #28282880;
  --muted-foreground: #a0a0a0;
  --accent: #fce9c9;
  --accent-foreground: #100e0c;
  --destructive: #f04444;
  --destructive-foreground: #fff;
  --border: #50505066;
  --input: #28282880;
  --input-background: #28282880;
  --ring: #ffde17;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: #ffde17;
  --chart-2: #fce9c9;
  --chart-3: #a0a0a0;
  --chart-4: #ffd082;
  --chart-5: #646464;
  --sidebar: #100e0c;
  --sidebar-foreground: #e4e4e4;
  --sidebar-primary: #ffde17;
  --sidebar-primary-foreground: #100e0c;
  --sidebar-accent: #fce9c9;
  --sidebar-accent-foreground: #100e0c;
  --sidebar-border: #50505066;
  --sidebar-ring: #ffde17;
}

h1 {
  font-family: var(--font-family);
  font-size: var(--text-2xl);
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
}

h2 {
  font-family: var(--font-family);
  font-size: var(--text-xl);
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
}

h3 {
  font-family: var(--font-family);
  font-size: var(--text-lg);
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
}

h4 {
  font-family: var(--font-family);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
}

p, span {
  font-family: var(--font-family);
  font-size: var(--text-base);
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
}

label {
  font-family: var(--font-family);
  font-size: var(--text-xs);
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
}

button {
  font-family: var(--font-family);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  line-height: 1.5;
}

input {
  font-family: var(--font-family);
  font-size: var(--text-base);
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
}

.text-link {
  font-family: var(--font-family);
  font-size: var(--text-base);
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  text-decoration: underline;
}

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

.oath {
  font-family: Libre Baskerville, serif !important;
}

.oath p, .oath-line {
  letter-spacing: .68px !important;
  margin: 0 !important;
  font-family: Libre Baskerville, serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

.oath span, .oath .oath-line span {
  font-family: Libre Baskerville, serif !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: inherit !important;
}

.oath-highlight {
  color: #ffd082 !important;
}

.game-level-name {
  font-family: Work Sans, sans-serif !important;
  font-size: 24px !important;
  font-weight: var(--font-weight-normal) !important;
  letter-spacing: .24px !important;
  color: var(--muted-foreground) !important;
  opacity: .8 !important;
  line-height: 1.2 !important;
}

.game-level-name p {
  font-family: Work Sans, sans-serif !important;
  font-size: 24px !important;
  font-weight: var(--font-weight-normal) !important;
  letter-spacing: .24px !important;
  color: var(--muted-foreground) !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.copyright-text {
  color: #bcbcbc !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  font-family: Work Sans, sans-serif !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  line-height: 1.1 !important;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-2px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(2px);
  }
}

.animate-shake {
  animation: .6s ease-in-out shake;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9)rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.animate-tada {
  animation: 1s ease-in-out tada;
}

@keyframes lightBeamSweep {
  0% {
    opacity: 1;
    transform: translateX(-200%)skewX(-20deg);
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(400%)skewX(-20deg);
  }
}

.button-hover-sweep {
  position: relative;
  overflow: hidden;
}

.button-hover-sweep:before {
  content: "";
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(90deg, #0000 0%, #ffffff1a 15%, #fff9 45%, #ffffffe6 50%, #fff9 55%, #ffffff1a 85%, #0000 100%);
  width: 60px;
  height: 100%;
  transition: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-200%)skewX(-20deg);
  box-shadow: 0 0 20px #fff6;
}

.button-hover-sweep:hover:before {
  animation: .6s ease-in-out lightBeamSweep;
}

.bridge-fade-out {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.bridge-fade-in {
  opacity: 1;
  transition: opacity 1s ease-out;
}

.bridge-yellow-fade-out {
  opacity: 0;
  transition: opacity 1.5s ease-out 4s;
}

.bridge-yellow-visible {
  opacity: 1;
  transition: opacity 1s ease-out;
}

.game-fade-in {
  opacity: 0;
  animation: .4s ease-out forwards gameEnter;
}

@keyframes gameEnter {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slowSpin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes counterSpin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes twinkle {
  0%, 97.2% {
    opacity: 1;
  }

  2.8% {
    opacity: .85;
  }

  5.6% {
    opacity: 1;
  }
}

@keyframes twinkle3s {
  0%, 88% {
    opacity: 1;
  }

  6% {
    opacity: .8;
  }

  12% {
    opacity: 1;
  }
}

@keyframes clockwiseSpin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.end-screen-star-spin {
  animation: 8s linear infinite slowSpin;
}

.end-screen-star-counter-spin-twinkle {
  animation: 10s linear infinite counterSpin, 6.5s ease-in-out infinite twinkle;
}

.end-screen-star-counter-spin-twinkle-3s {
  animation: 6s linear infinite counterSpin, 3s ease-in-out infinite twinkle3s;
}

@keyframes breathe {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .2;
  }
}

@keyframes breathe8s {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .2;
  }
}

.end-screen-star-clockwise-spin {
  animation: 14s linear infinite clockwiseSpin;
}

.end-screen-star-breathe {
  animation: 6.2s ease-in-out 1.7s infinite breathe;
}

.end-screen-star-breathe-8s {
  animation: 8.1s ease-in-out 2.4s infinite breathe8s;
}

@keyframes celebratoryReveal {
  0% {
    opacity: 0;
    transform: scale(.95);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes invisibleClothReveal {
  0% {
    opacity: 1;
    transform: translateX(0%)rotate(-1.5deg);
  }

  40% {
    opacity: 1;
    transform: translateX(85%)rotate(.5deg);
  }

  78% {
    opacity: 1;
    transform: translateX(105%)rotate(1deg);
  }

  100% {
    opacity: 0;
    transform: translateX(110%)rotate(1.5deg);
  }
}

.celebratory-reveal {
  animation: .7s cubic-bezier(.25, .46, .45, .94) 50ms both celebratoryReveal;
  position: relative;
}

.celebratory-reveal:before {
  content: "";
  background: var(--background);
  z-index: 1;
  transform-origin: 0;
  clip-path: polygon(0% 0%, 95% 0%, 98% 8%, 96% 15%, 98% 25%, 95% 35%, 97% 45%, 94% 55%, 96% 65%, 93% 75%, 95% 85%, 92% 92%, 95% 100%, 0% 100%);
  animation: .7s cubic-bezier(.16, 1, .3, 1) both invisibleClothReveal;
  position: absolute;
  inset: -2px -5px;
  box-shadow: 2px 0 6px #00000026;
}

@keyframes levelSummaryContentReveal {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.level-summary-content-reveal {
  animation: .4s ease-out .75s both levelSummaryContentReveal;
}

@media (prefers-reduced-motion: reduce) {
  .celebratory-reveal {
    animation: .4s ease-out both reducedMotionReveal;
  }

  .celebratory-reveal:before {
    display: none;
  }

  .level-summary-content-reveal {
    animation: .4s ease-out both reducedMotionReveal;
  }
}

@keyframes reducedMotionReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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