/*! tailwindcss v4.0.6 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-white: 255, 255, 255;
    --color-white-100: rgb(var(--color-white));
    --color-white-200: rgba(var(--color-white), 0.6);
    --color-white-300: rgba(var(--color-white), 0.1);
    --color-white-400: rgba(var(--color-white), 0.05);
    --color-black: 0, 0, 0;
    --color-black-100: rgb(var(--color-black), 0.9);
    --color-black-200: rgba(var(--color-black), 0.6);
    --color-black-300: rgba(var(--color-black), 0.1);
    --color-black-400: rgba(var(--color-black), 0.05);
    --color-fuchsia: 204, 51, 153;
    --color-fuchsia-100: rgb(var(--color-fuchsia));
    --color-fuchsia-200: rgba(var(--color-fuchsia), 0.6);
    --color-fuchsia-300: rgba(var(--color-fuchsia), 0.1);
    --color-fuchsia-400: rgba(var(--color-fuchsia), 0.05);
    --color-surface-primary: var(--color-white-100);
    --color-surface-secondary: var(--color-black-400);
    --color-surface-inverse-primary: var(--color-black-100);
    --color-surface-inverse-secondary: var(--color-white-400);
    --color-surface-accent: var(--color-fuchsia-100);
    --color-text-primary: var(--color-black-100);
    --color-text-secondary: var(--color-black-200);
    --color-text-inverse-primary: var(--color-white-100);
    --color-text-inverse-secondary: var(--color-white-200);
    --color-text-accent: var(--color-fuchsia-100);
    --color-icon-primary: var(--color-black-100);
    --color-icon-inverse: var(--color-white-100);
    --color-icon-accent: var(--color-fuchsia-100);
    --color-border-primary: var(--color-black-300);
    --color-border-black: var(--color-black);
    --color-border-inverse: var(--color-white-300);
    --color-border-accent: var(--color-fuchsia-100);
    --font-scale: 1.25;
    --text-xs: 1rem;
    --text-sm: calc(var(--text-xs) * var(--font-scale));
    --text-md: calc(var(--text-sm) * var(--font-scale));
    --text-lg: calc(var(--text-md) * var(--font-scale));
    --text-xl: calc(var(--text-lg) * var(--font-scale));
    --text-xxl: calc(var(--text-xl) * var(--font-scale));
    --text-xs--line-height: 1.6;
    --text-sm--line-height: 1.5;
    --text-md--line-height: 1.4;
    --text-lg--line-height: 1.3;
    --text-xl--line-height: 1.2;
    --text-xxl--line-height: 1.1;
    --spacing-none: 0;
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 3rem;
    --spacing-xxl: 6rem;
    --spacing-container-lg: 125rem;
    --spacing-container: 64rem;
    --spacing-container-sm: 50rem;
    --spacing-character: 70ch;
    --spacing-character-sm: 36ch;
    --spacing-width: 25rem;
    --blur-sm: 2.5rem;
    --radius-rounded: 1rem;
    --radius-full: 9999px;
    --breakpoint-xs: 420px;
    --breakpoint-sm: 620px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1440px;
    --breakpoint-xxl: 1800px;
    --font-weight-300: 300;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-primary: "Inter", serif;
    --aspect-2\/1: 2 / 1;
    --aspect-16\/9: 16 / 9;
    --animate-interactive-button: pulsate 2s infinite;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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: 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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-none {
    top: var(--spacing-none);
  }
  .bottom-full {
    bottom: 100%;
  }
  .bottom-none {
    bottom: var(--spacing-none);
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .left-none {
    left: var(--spacing-none);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .container {
    width: 100%;
    @media (width >= 420px) {
      max-width: 420px;
    }
    @media (width >= 620px) {
      max-width: 620px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= 1800px) {
      max-width: 1800px;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mx-xs {
    margin-inline: var(--spacing-xs);
  }
  .my-lg {
    margin-block: var(--spacing-lg);
  }
  .mt-sm {
    margin-top: var(--spacing-sm);
  }
  .mr-md {
    margin-right: var(--spacing-md);
  }
  .mb-lg {
    margin-bottom: var(--spacing-lg);
  }
  .mb-sm {
    margin-bottom: var(--spacing-sm);
  }
  .ml-sm {
    margin-left: var(--spacing-sm);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-1\/1 {
    aspect-ratio: 1/1;
  }
  .aspect-16\/9 {
    aspect-ratio: var(--aspect-16\/9);
  }
  .h-\[1\.5rem\] {
    height: 1.5rem;
  }
  .h-\[2\.5rem\] {
    height: 2.5rem;
  }
  .h-\[7rem\] {
    height: 7rem;
  }
  .h-full {
    height: 100%;
  }
  .w-\[1\.5rem\] {
    width: 1.5rem;
  }
  .w-\[2\.5rem\] {
    width: 2.5rem;
  }
  .w-\[7rem\] {
    width: 7rem;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-md {
    width: var(--spacing-md);
  }
  .max-w-character {
    max-width: var(--spacing-character);
  }
  .max-w-character-sm {
    max-width: var(--spacing-character-sm);
  }
  .max-w-container {
    max-width: var(--spacing-container);
  }
  .max-w-container-lg {
    max-width: var(--spacing-container-lg);
  }
  .max-w-container-sm {
    max-width: var(--spacing-container-sm);
  }
  .min-w-xxl {
    min-width: var(--spacing-xxl);
  }
  .flex-1 {
    flex: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-\[50\%\] {
    --tw-translate-x: calc(50% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[100\%\] {
    --tw-translate-y: calc(100% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-lg {
    gap: var(--spacing-lg);
  }
  .gap-md {
    gap: var(--spacing-md);
  }
  .gap-sm {
    gap: var(--spacing-sm);
  }
  .gap-xl {
    gap: var(--spacing-xl);
  }
  .gap-x-md {
    column-gap: var(--spacing-md);
  }
  .gap-x-sm {
    column-gap: var(--spacing-sm);
  }
  .space-y-lg {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-lg) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-lg) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-md {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-md) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-md) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-sm {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-sm) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-sm) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-xl {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-xl) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-xl) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-y-xl {
    row-gap: var(--spacing-xl);
  }
  .space-x-sm {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(var(--spacing-sm) * var(--tw-space-x-reverse));
      margin-inline-end: calc(var(--spacing-sm) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-border-primary {
    :where(& > :not(:last-child)) {
      border-color: var(--color-border-primary);
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-full {
    border-radius: var(--radius-full);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-rounded {
    border-radius: var(--radius-rounded);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-border-accent {
    border-color: var(--color-border-accent);
  }
  .border-border-inverse {
    border-color: var(--color-border-inverse);
  }
  .border-border-primary {
    border-color: var(--color-border-primary);
  }
  .border-b-transparent {
    border-bottom-color: transparent;
  }
  .bg-surface-accent {
    background-color: var(--color-surface-accent);
  }
  .bg-surface-inverse-primary {
    background-color: var(--color-surface-inverse-primary);
  }
  .bg-surface-inverse-secondary {
    background-color: var(--color-surface-inverse-secondary);
  }
  .bg-surface-primary {
    background-color: var(--color-surface-primary);
  }
  .bg-surface-secondary {
    background-color: var(--color-surface-secondary);
  }
  .bg-\[auto_120\%\] {
    background-size: auto 120%;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-icon-inverse {
    fill: var(--color-icon-inverse);
  }
  .fill-icon-primary {
    fill: var(--color-icon-primary);
  }
  .p-lg {
    padding: var(--spacing-lg);
  }
  .p-md {
    padding: var(--spacing-md);
  }
  .p-sm {
    padding: var(--spacing-sm);
  }
  .px-lg {
    padding-inline: var(--spacing-lg);
  }
  .px-md {
    padding-inline: var(--spacing-md);
  }
  .px-sm {
    padding-inline: var(--spacing-sm);
  }
  .py-md {
    padding-block: var(--spacing-md);
  }
  .py-sm {
    padding-block: var(--spacing-sm);
  }
  .py-xs {
    padding-block: var(--spacing-xs);
  }
  .py-xxl {
    padding-block: var(--spacing-xxl);
  }
  .pt-lg {
    padding-top: var(--spacing-lg);
  }
  .pt-xxl {
    padding-top: var(--spacing-xxl);
  }
  .pb-lg {
    padding-bottom: var(--spacing-lg);
  }
  .pb-xxl {
    padding-bottom: var(--spacing-xxl);
  }
  .pl-lg {
    padding-left: var(--spacing-lg);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-top {
    vertical-align: top;
  }
  .font-primary {
    font-family: var(--font-primary);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-md {
    font-size: var(--text-md);
    line-height: var(--tw-leading, var(--text-md--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-xxl {
    font-size: var(--text-xxl);
    line-height: var(--tw-leading, var(--text-xxl--line-height));
  }
  .font-400 {
    --tw-font-weight: var(--font-weight-400);
    font-weight: var(--font-weight-400);
  }
  .font-500 {
    --tw-font-weight: var(--font-weight-500);
    font-weight: var(--font-weight-500);
  }
  .text-balance {
    text-wrap: balance;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-text-accent {
    color: var(--color-text-accent);
  }
  .text-text-inverse-primary {
    color: var(--color-text-inverse-primary);
  }
  .text-text-inverse-secondary {
    color: var(--color-text-inverse-secondary);
  }
  .text-text-primary {
    color: var(--color-text-primary);
  }
  .text-text-secondary {
    color: var(--color-text-secondary);
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .duration-20 {
    --tw-duration: 20ms;
    transition-duration: 20ms;
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .selection\:bg-surface-accent {
    & *::selection {
      background-color: var(--color-surface-accent);
    }
    &::selection {
      background-color: var(--color-surface-accent);
    }
  }
  .selection\:text-text-inverse-primary {
    & *::selection {
      color: var(--color-text-inverse-primary);
    }
    &::selection {
      color: var(--color-text-inverse-primary);
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-none {
    &::before {
      content: var(--tw-content);
      top: var(--spacing-none);
    }
  }
  .before\:left-none {
    &::before {
      content: var(--tw-content);
      left: var(--spacing-none);
    }
  }
  .before\:inline-block {
    &::before {
      content: var(--tw-content);
      display: inline-block;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:h-sm {
    &::before {
      content: var(--tw-content);
      height: var(--spacing-sm);
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:w-sm {
    &::before {
      content: var(--tw-content);
      width: var(--spacing-sm);
    }
  }
  .before\:rounded-rounded {
    &::before {
      content: var(--tw-content);
      border-radius: var(--radius-rounded);
    }
  }
  .before\:bg-surface-accent {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-surface-accent);
    }
  }
  .before\:bg-surface-inverse-primary {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-surface-inverse-primary);
    }
  }
  .before\:opacity-10 {
    &::before {
      content: var(--tw-content);
      opacity: 10%;
    }
  }
  .before\:opacity-30 {
    &::before {
      content: var(--tw-content);
      opacity: 30%;
    }
  }
  .first\:inline-block {
    &:first-child {
      display: inline-block;
    }
  }
  .focus\:static {
    &:focus {
      position: static;
    }
  }
  .focus\:-translate-y-none {
    &:focus {
      --tw-translate-y: calc(var(--spacing-none) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .focus\:animate-none {
    &:focus {
      animation: none;
    }
  }
  .focus\:rounded-rounded {
    &:focus {
      border-radius: var(--radius-rounded);
    }
  }
  .focus\:bg-surface-accent {
    &:focus {
      background-color: var(--color-surface-accent);
    }
  }
  .focus\:text-text-inverse-primary {
    &:focus {
      color: var(--color-text-inverse-primary);
    }
  }
  .focus\:outline-0 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }
  .focus\:outline-2 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus\:outline-offset-2 {
    &:focus {
      outline-offset: 2px;
    }
  }
  .focus\:outline-offset-4 {
    &:focus {
      outline-offset: 4px;
    }
  }
  .focus\:outline-border-accent {
    &:focus {
      outline-color: var(--color-border-accent);
    }
  }
  .focus\:outline-border-black {
    &:focus {
      outline-color: var(--color-border-black);
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .motion-safe\:animate-interactive-button {
    @media (prefers-reduced-motion: no-preference) {
      animation: var(--animate-interactive-button);
    }
  }
  .motion-safe\:outline-4 {
    @media (prefers-reduced-motion: no-preference) {
      outline-style: var(--tw-outline-style);
      outline-width: 4px;
    }
  }
  .motion-safe\:outline-offset-2 {
    @media (prefers-reduced-motion: no-preference) {
      outline-offset: 2px;
    }
  }
  .motion-safe\:group-hover\/footer\:border-border-inverse {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/footer):hover *) {
        @media (hover: hover) {
          border-color: var(--color-border-inverse);
        }
      }
    }
  }
  .motion-safe\:group-aria-expanded\:rotate-180 {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group)[aria-expanded="true"] *) {
        rotate: 180deg;
      }
    }
  }
  .motion-safe\:hover\:scale-120 {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          --tw-scale-x: 120%;
          --tw-scale-y: 120%;
          --tw-scale-z: 120%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .motion-safe\:hover\:border-b {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          border-bottom-style: var(--tw-border-style);
          border-bottom-width: 1px;
        }
      }
    }
  }
  .motion-safe\:hover\:border-b-2 {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          border-bottom-style: var(--tw-border-style);
          border-bottom-width: 2px;
        }
      }
    }
  }
  .motion-safe\:hover\:border-border-accent {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-border-accent);
        }
      }
    }
  }
  .motion-safe\:hover\:border-border-inverse {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-border-inverse);
        }
      }
    }
  }
  .motion-safe\:hover\:border-border-primary {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-border-primary);
        }
      }
    }
  }
  .motion-safe\:hover\:bg-surface-primary {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-surface-primary);
        }
      }
    }
  }
  .motion-safe\:hover\:bg-\[auto_140\%\] {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          background-size: auto 140%;
        }
      }
    }
  }
  .motion-safe\:hover\:fill-icon-accent {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          fill: var(--color-icon-accent);
        }
      }
    }
  }
  .motion-safe\:hover\:outline-2 {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          outline-style: var(--tw-outline-style);
          outline-width: 2px;
        }
      }
    }
  }
  .motion-safe\:hover\:outline-border-accent {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          outline-color: var(--color-border-accent);
        }
      }
    }
  }
  .motion-safe\:hover\:outline-border-black {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          outline-color: var(--color-border-black);
        }
      }
    }
  }
  .motion-safe\:hover\:outline-border-inverse {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          outline-color: var(--color-border-inverse);
        }
      }
    }
  }
  .motion-safe\:hover\:outline-border-primary {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          outline-color: var(--color-border-primary);
        }
      }
    }
  }
  .max-lg\:hidden {
    @media (width < 1024px) {
      display: none;
    }
  }
  .xs\:aspect-2\/1 {
    @media (width >= 420px) {
      aspect-ratio: var(--aspect-2\/1);
    }
  }
  .xs\:space-x-md {
    @media (width >= 420px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(var(--spacing-md) * var(--tw-space-x-reverse));
        margin-inline-end: calc(var(--spacing-md) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .sm\:relative {
    @media (width >= 620px) {
      position: relative;
    }
  }
  .sm\:inline-block {
    @media (width >= 620px) {
      display: inline-block;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 620px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:space-y-lg {
    @media (width >= 620px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-lg) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-lg) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:border-none {
    @media (width >= 620px) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .sm\:bg-cover {
    @media (width >= 620px) {
      background-size: cover;
    }
  }
  .sm\:bg-center {
    @media (width >= 620px) {
      background-position: center;
    }
  }
  .sm\:bg-no-repeat {
    @media (width >= 620px) {
      background-repeat: no-repeat;
    }
  }
  .sm\:p-lg {
    @media (width >= 620px) {
      padding: var(--spacing-lg);
    }
  }
  .sm\:p-none {
    @media (width >= 620px) {
      padding: var(--spacing-none);
    }
  }
  .sm\:pt-xxl {
    @media (width >= 620px) {
      padding-top: var(--spacing-xxl);
    }
  }
  .sm\:text-balance {
    @media (width >= 620px) {
      text-wrap: balance;
    }
  }
  .sm\:text-text-inverse-primary {
    @media (width >= 620px) {
      color: var(--color-text-inverse-primary);
    }
  }
  .sm\:before\:absolute {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .sm\:before\:top-none {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        top: var(--spacing-none);
      }
    }
  }
  .sm\:before\:left-none {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        left: var(--spacing-none);
      }
    }
  }
  .sm\:before\:hidden {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .sm\:before\:h-full {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        height: 100%;
      }
    }
  }
  .sm\:before\:w-full {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
  .sm\:before\:bg-surface-inverse-primary {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-surface-inverse-primary);
      }
    }
  }
  .sm\:before\:opacity-10 {
    @media (width >= 620px) {
      &::before {
        content: var(--tw-content);
        opacity: 10%;
      }
    }
  }
  .sm\:last\:hidden {
    @media (width >= 620px) {
      &:last-child {
        display: none;
      }
    }
  }
  .md\:absolute {
    @media (width >= 768px) {
      position: absolute;
    }
  }
  .md\:relative {
    @media (width >= 768px) {
      position: relative;
    }
  }
  .md\:col-span-1 {
    @media (width >= 768px) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:aspect-1\/1 {
    @media (width >= 768px) {
      aspect-ratio: 1/1;
    }
  }
  .md\:aspect-2\/1 {
    @media (width >= 768px) {
      aspect-ratio: var(--aspect-2\/1);
    }
  }
  .md\:aspect-auto {
    @media (width >= 768px) {
      aspect-ratio: auto;
    }
  }
  .md\:h-\[3rem\] {
    @media (width >= 768px) {
      height: 3rem;
    }
  }
  .md\:max-w-width {
    @media (width >= 768px) {
      max-width: var(--spacing-width);
    }
  }
  .md\:auto-rows-fr {
    @media (width >= 768px) {
      grid-auto-rows: minmax(0, 1fr);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 768px) {
      flex-direction: column;
    }
  }
  .md\:flex-col-reverse {
    @media (width >= 768px) {
      flex-direction: column-reverse;
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:items-end {
    @media (width >= 768px) {
      align-items: flex-end;
    }
  }
  .md\:gap-md {
    @media (width >= 768px) {
      gap: var(--spacing-md);
    }
  }
  .md\:space-y-none {
    @media (width >= 768px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-none) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-none) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:last\:inline-block {
    @media (width >= 768px) {
      &:last-child {
        display: inline-block;
      }
    }
  }
  .lg\:absolute {
    @media (width >= 1024px) {
      position: absolute;
    }
  }
  .lg\:relative {
    @media (width >= 1024px) {
      position: relative;
    }
  }
  .lg\:top-none {
    @media (width >= 1024px) {
      top: var(--spacing-none);
    }
  }
  .lg\:right-none {
    @media (width >= 1024px) {
      right: var(--spacing-none);
    }
  }
  .lg\:left-none {
    @media (width >= 1024px) {
      left: var(--spacing-none);
    }
  }
  .lg\:z-10 {
    @media (width >= 1024px) {
      z-index: 10;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 1024px) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 1024px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 1024px) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 1024px) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:col-span-9 {
    @media (width >= 1024px) {
      grid-column: span 9 / span 9;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:aspect-auto {
    @media (width >= 1024px) {
      aspect-ratio: auto;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 1024px) {
      width: 50%;
    }
  }
  .lg\:w-\[75\%\] {
    @media (width >= 1024px) {
      width: 75%;
    }
  }
  .lg\:flex-none {
    @media (width >= 1024px) {
      flex: none;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 1024px) {
      flex-direction: column;
    }
  }
  .lg\:justify-end {
    @media (width >= 1024px) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-lg {
    @media (width >= 1024px) {
      gap: var(--spacing-lg);
    }
  }
  .lg\:space-y-none {
    @media (width >= 1024px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-none) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-none) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:rounded-rounded {
    @media (width >= 1024px) {
      border-radius: var(--radius-rounded);
    }
  }
  .lg\:bg-surface-primary {
    @media (width >= 1024px) {
      background-color: var(--color-surface-primary);
    }
  }
  .lg\:p-lg {
    @media (width >= 1024px) {
      padding: var(--spacing-lg);
    }
  }
  .lg\:py-xxl {
    @media (width >= 1024px) {
      padding-block: var(--spacing-xxl);
    }
  }
  .lg\:text-md {
    @media (width >= 1024px) {
      font-size: var(--text-md);
      line-height: var(--tw-leading, var(--text-md--line-height));
    }
  }
  .lg\:last\:hidden {
    @media (width >= 1024px) {
      &:last-child {
        display: none;
      }
    }
  }
  .xl\:col-span-2 {
    @media (width >= 1440px) {
      grid-column: span 2 / span 2;
    }
  }
  .xl\:col-span-5 {
    @media (width >= 1440px) {
      grid-column: span 5 / span 5;
    }
  }
  .xl\:col-start-2 {
    @media (width >= 1440px) {
      grid-column-start: 2;
    }
  }
  .xl\:flex {
    @media (width >= 1440px) {
      display: flex;
    }
  }
  .xl\:aspect-2\/1 {
    @media (width >= 1440px) {
      aspect-ratio: var(--aspect-2\/1);
    }
  }
  .xl\:min-h-\[80vh\] {
    @media (width >= 1440px) {
      min-height: 80vh;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:flex-col {
    @media (width >= 1440px) {
      flex-direction: column;
    }
  }
  .xl\:flex-row {
    @media (width >= 1440px) {
      flex-direction: row;
    }
  }
  .xl\:justify-end {
    @media (width >= 1440px) {
      justify-content: flex-end;
    }
  }
  .xl\:space-y-xl {
    @media (width >= 1440px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-xl) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-xl) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:text-lg {
    @media (width >= 1440px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:last\:inline-block {
    @media (width >= 1440px) {
      &:last-child {
        display: inline-block;
      }
    }
  }
  .xxl\:col-span-4 {
    @media (width >= 1800px) {
      grid-column: span 4 / span 4;
    }
  }
  .xxl\:rounded-full {
    @media (width >= 1800px) {
      border-radius: calc(infinity * 1px);
    }
  }
  .xxl\:rounded-full {
    @media (width >= 1800px) {
      border-radius: var(--radius-full);
    }
  }
  .prose-a\:mx-sm {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-inline: var(--spacing-sm);
    }
  }
  .prose-a\:inline-block {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      display: inline-block;
    }
  }
  .prose-a\:border-b {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .prose-a\:border-border-accent {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-color: var(--color-border-accent);
    }
  }
  .prose-a\:py-xs {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-block: var(--spacing-xs);
    }
  }
  .prose-a\:text-text-inverse-primary {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-inverse-primary);
    }
  }
  .prose-a\:text-text-primary {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-primary);
    }
  }
  .prose-a\:transition {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      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, ease);
      transition-duration: var(--tw-duration, 0s);
    }
  }
  .prose-a\:duration-150 {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-duration: 150ms;
      transition-duration: 150ms;
    }
  }
  .prose-a\:focus\:bg-surface-accent {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus {
        background-color: var(--color-surface-accent);
      }
    }
  }
  .prose-a\:focus\:text-text-inverse-primary {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus {
        color: var(--color-text-inverse-primary);
      }
    }
  }
  .prose-a\:focus\:outline-0 {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus {
        outline-style: var(--tw-outline-style);
        outline-width: 0px;
      }
    }
  }
  .motion-safe\:prose-a\:hover\:border-border-inverse {
    @media (prefers-reduced-motion: no-preference) {
      & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        &:hover {
          @media (hover: hover) {
            border-color: var(--color-border-inverse);
          }
        }
      }
    }
  }
  .motion-safe\:prose-a\:hover\:border-border-primary {
    @media (prefers-reduced-motion: no-preference) {
      & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        &:hover {
          @media (hover: hover) {
            border-color: var(--color-border-primary);
          }
        }
      }
    }
  }
  .prose-ol\:list-decimal {
    & :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-type: decimal;
    }
  }
  .prose-ol\:pl-\[1rem\] {
    & :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-left: 1rem;
    }
  }
  .prose-ul\:list-outside {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-position: outside;
    }
  }
  .prose-ul\:list-disc {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-type: disc;
    }
  }
  .prose-ul\:pl-\[1\.2rem\] {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-left: 1.2rem;
    }
  }
  .prose-ul\:pl-\[1rem\] {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-left: 1rem;
    }
  }
  .prose-ul\:marker\:text-text-primary {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      & *::marker {
        color: var(--color-text-primary);
      }
      &::marker {
        color: var(--color-text-primary);
      }
    }
  }
}
@media (width >= 768px) {
  :root {
    --font-scale: 1.333;
  }
}
@media (width >= 1024px) {
  :root {
    --font-scale: 1.414;
    --spacing-lg: 2rem;
    --spacing-xl: 4rem;
    --spacing-xxl: 8rem;
  }
}
.splide__arrows .splide__arrow--prev svg {
  transform: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes pulsate {
  0% {
    outline-color: rgba(255, 255, 255, 1);
  }
  50% {
    outline-color: rgba(255, 255, 255, 0);
  }
  100% {
    outline-color: rgba(255, 255, 255, 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-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
