/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", sans-serif;
    --font-mono: "IBM Plex Mono", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-xl: 24px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-display: "Inter", sans-serif;
  }
}
@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;
  }
  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;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[calc\(100\%\+0\.75rem\)\] {
    top: calc(100% + 0.75rem);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .isolate {
    isolation: isolate;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-full {
    height: 100%;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-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-\[rgba\(22\,51\,41\,0\.12\)\] {
    border-color: rgba(22,51,41,0.12);
  }
  .border-\[var\(--line\)\] {
    border-color: var(--line);
  }
  .border-white\/70 {
    border-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .bg-\[\#FF000000\] {
    background-color: #FF000000;
  }
  .bg-\[rgba\(247\,248\,250\,0\.94\)\] {
    background-color: rgba(247,248,250,0.94);
  }
  .bg-\[var\(--ink-strong\)\] {
    background-color: var(--ink-strong);
  }
  .bg-\[var\(--success\)\] {
    background-color: var(--success);
  }
  .bg-\[var\(--surface\)\] {
    background-color: var(--surface);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/70 {
    background-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .bg-white\/92 {
    background-color: color-mix(in srgb, #fff 92%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 92%, transparent);
    }
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-9 {
    padding: calc(var(--spacing) * 9);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-18 {
    padding-bottom: calc(var(--spacing) * 18);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.04em\] {
    --tw-tracking: -0.04em;
    letter-spacing: -0.04em;
  }
  .text-\[var\(--ink\)\] {
    color: var(--ink);
  }
  .text-\[var\(--muted\)\] {
    color: var(--muted);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/72 {
    color: color-mix(in srgb, #fff 72%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 72%, transparent);
    }
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-\[0_28px_80px_rgba\(22\,51\,41\,0\.32\)\] {
    --tw-shadow: 0 28px 80px var(--tw-shadow-color, rgba(22,51,41,0.32));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[var\(--shadow-card\)\] {
    --tw-shadow: var(--shadow-card);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[var\(--shadow-soft\)\] {
    --tw-shadow: var(--shadow-soft);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:pointer-events-auto {
    @media (width >= 64rem) {
      pointer-events: auto;
    }
  }
  .lg\:static {
    @media (width >= 64rem) {
      position: static;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-8 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 8);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[0\.9fr_1\.1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 0.9fr 1.1fr;
    }
  }
  .lg\:grid-cols-\[0\.98fr_1\.02fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 0.98fr 1.02fr;
    }
  }
  .lg\:grid-cols-\[1\.02fr_0\.98fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.02fr 0.98fr;
    }
  }
  .lg\:grid-cols-\[1fr_auto\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr auto;
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-7 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-14 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:rounded-none {
    @media (width >= 64rem) {
      border-radius: 0;
    }
  }
  .lg\:border-0 {
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-12 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:p-14 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 14);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-24 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:py-32 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:pt-20 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-32 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .lg\:pb-12 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-16 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:pb-24 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:pb-32 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:opacity-100 {
    @media (width >= 64rem) {
      opacity: 100%;
    }
  }
  .lg\:shadow-none {
    @media (width >= 64rem) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}
@font-face {
  font-family: "UncutSans";
  src: url(../c41a0ec7c1511e3e3f9e.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --surface: #f7f8fa;
  --surface-2: #ffffff;
  --surface-alt: #f2f3fb;
  --ink: #5f5862;
  --ink-strong: #332936;
  --accent: #382e82;
  --muted: #6f6a73;
  --line: rgba(51, 41, 54, 0.1);
  --line-strong: rgba(51, 41, 54, 0.18);
  --success: #2cb752;
  --danger: #f54927;
  --warning: #f54927;
  --shadow-soft: 0 18px 40px rgba(51, 41, 54, 0.06);
  --shadow-card: 0 24px 56px rgba(51, 41, 54, 0.08);
  --radius-card: 0.45rem;
  --radius-soft: 0.35rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  color-scheme: light;
}
body {
  margin: 0;
  background: var(--surface);
}
img {
  display: block;
  max-width: 100%;
}
.page-shell {
  position: relative;
  overflow: clip;
}
.grid-mask {
  display: none;
}
main {
  position: relative;
  z-index: 1;
}
.nav-link {
  transition: color 180ms ease, opacity 180ms ease;
}
.nav-link:hover {
  color: var(--ink-strong);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-soft);
  border: 1px solid transparent;
  padding: 0.8rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn-primary {
  background: var(--ink-strong);
  color: #fff;
  box-shadow: 0 12px 24px rgba(51, 41, 54, 0.14);
}
.btn-primary:hover {
  box-shadow: 0 16px 28px rgba(51, 41, 54, 0.18);
}
.btn-secondary {
  border-color: var(--line-strong);
  background: #fff;
  color: var(--ink-strong);
}
.btn-dark {
  border-color: rgba(51, 41, 54, 0.12);
  background: var(--surface-2);
  color: var(--ink-strong);
}
.btn-light {
  background: white;
  color: var(--ink-strong);
}
.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
  color: white;
}
.btn-large {
  min-height: 3.5rem;
  padding-inline: 1.4rem;
}
.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}
.eyebrow-dark {
  color: rgba(255, 255, 255, 0.66);
}
.section-title {
  font-family: var(--font-display);
  color: var(--ink-strong);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.02;
}
.section-copy {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.8;
}
.hero-section {
  position: relative;
}
.hero-intro {
  display: grid;
  gap: 0;
}
.hero-intro-left {
  justify-items: start;
  text-align: left;
  max-width: 100%;
}
.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  width: fit-content;
  margin-bottom: 1.3rem;
  border-radius: var(--radius-soft);
  border: 1px solid rgba(56, 46, 130, 0.14);
  background: var(--surface-alt);
  padding: 0.75rem 1rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.hero-title {
  font-family: var(--font-display);
  margin: 0;
  max-width: 22ch;
  color: var(--ink-strong);
  font-size: clamp(2.8rem, 8vw, 5rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.hero-copy {
  max-width: 48rem;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.22rem);
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.metric-card,
.metric-card,
.info-card,
.team-card,
.feature-panel,
.showcase-card,
.signal-chip {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 420ms cubic-bezier(0.16, 1, 0.3, 1);
}
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.panel-status,
.panel-kpi {
  border-radius: var(--radius-soft);
  padding: 0.35rem 0.6rem;
  font-size: 0.67rem;
}
.panel-status,
.panel-kpi.neutral {
  background: var(--surface-alt);
  color: var(--accent);
}
.panel-head {
  color: rgba(255, 255, 255, 0.78);
}
.panel-head-dark {
  border-radius: 1rem 1rem 0 0;
  background: var(--ink-strong);
}
.panel-kpi.positive {
  background: var(--success);
  color: white;
}
.panel-kpi.danger {
  background: var(--danger);
  color: white;
}
.metric-label,
.card-kicker,
.feature-tag,
.team-role,
.signal-value {
  display: inline-block;
  margin-bottom: 0.6rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.metric-card {
  border-radius: var(--radius-soft);
  padding: 1.35rem;
}
.metric-label,
.signal-value {
  color: var(--ink-strong);
}
.signal-value {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.signal-dot {
  display: inline-block;
  flex-shrink: 0;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 9999px;
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(44, 183, 82, 0.12);
}
.metric-card p,
.signal-chip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.7;
}
.customer-band {
  display: grid;
  gap: 1.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: #fff;
  padding: 1.6rem;
  box-shadow: var(--shadow-soft);
}
.customer-band-copy {
  display: grid;
  gap: 0.55rem;
}
.customer-band-title {
  font-family: var(--font-display);
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.04;
}
.customer-band-industries {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.customer-logo-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.customer-logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  border-radius: var(--radius-soft);
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 1rem 1.1rem;
}
.customer-logo {
  max-height: 2.1rem;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
}
.customer-logo-tile:nth-child(4) .customer-logo,
.customer-logo-tile:nth-child(5) .customer-logo {
  max-height: 2.35rem;
}
.industry-tabs {
  display: grid;
  gap: 1.5rem;
}
.industry-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.industry-tab {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  border-radius: var(--radius-soft);
  padding: 0.8rem 1.1rem;
  font: inherit;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}
.industry-tab::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(56, 46, 130, 0.12);
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}
.industry-tab.is-active.is-cycling::after {
  animation: tab-fill 10s linear forwards;
}
@keyframes tab-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.industry-tab:hover {
  color: var(--ink-strong);
}
.industry-tab.is-active {
  border-color: rgba(56, 46, 130, 0.12);
  background: var(--surface-alt);
  color: var(--ink-strong);
  box-shadow: inset 0 0 0 1px rgba(56, 46, 130, 0.04);
}
.industry-runtime-line {
  margin: 0;
  padding-top: 0.25rem;
  color: var(--ink-strong);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}
.industry-panels {
  position: relative;
}
.industry-panel {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
.industry-panel[hidden] {
  display: none;
}
.industry-panel h3 {
  font-family: var(--font-display);
  margin: 0.4rem 0 0;
  color: var(--ink-strong);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.02;
}
.industry-panel-description {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}
.industry-panel-copy {
  min-width: 0;
}
.industry-detail-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
}
.industry-detail-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-soft);
  background: var(--surface);
  padding: 1.2rem 1.2rem 1.25rem;
}
.industry-detail-label {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: var(--ink-strong);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.industry-sdk-row {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.industry-sdk-logos {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.industry-sdk-logos img {
  display: block;
  height: 1.5rem;
  width: auto;
  object-fit: contain;
}
.industry-sdk-logos img[alt="Unreal Engine logo"] {
  height: 2.1rem;
}
.industry-visual {
  overflow: hidden;
  border-radius: var(--radius-soft);
  border: 1px solid var(--line);
  background: var(--surface-alt);
  min-height: 360px;
}
.industry-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.problem-shell {
  display: grid;
  gap: 2rem;
}
.problem-intro {
  max-width: 72rem;
}
.problem-title {
  max-width: 32ch;
}
.problem-grid {
  align-items: start;
}
.problem-callout {
  margin: 1.25rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid rgba(56, 46, 130, 0.26);
  color: var(--ink-strong);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
}
.problem-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  min-height: 5.5rem;
  border-radius: var(--radius-soft);
  border: 1px solid var(--line);
  background: #fff;
  padding: 1rem 1.1rem;
  font-weight: 600;
  color: var(--ink-strong);
  line-height: 1.5;
}
.problem-dot {
  flex: 0 0 auto;
  width: 0.65rem;
  height: 0.65rem;
  margin-top: 0.35rem;
  border-radius: 9999px;
}
.problem-danger {
  background: var(--danger);
  box-shadow: 0 0 0 6px rgba(240, 90, 79, 0.1);
}
.problem-warning {
  background: var(--warning);
  box-shadow: 0 0 0 6px rgba(245, 73, 39, 0.12);
}
.problem-success {
  background: var(--success);
  box-shadow: 0 0 0 6px rgba(44, 183, 82, 0.12);
}
.info-card {
  border-radius: var(--radius-card);
  padding: 1.9rem;
}
.info-card h3,
.feature-copy h3,
.timeline-item h3,
.team-card h3 {
  font-family: var(--font-display);
  margin: 0.45rem 0 0;
  color: var(--ink-strong);
  font-size: 1.45rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
}
.info-card p,
.feature-copy p,
.timeline-item p,
.team-card p {
  margin-top: 0.9rem;
  color: var(--muted);
  line-height: 1.75;
}
.card-kicker,
.feature-tag,
.team-role {
  color: var(--accent);
}
.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  border-radius: var(--radius-card);
  border: 1px solid var(--line);
  background: #fff;
  padding: 1.1rem 1.15rem;
  box-shadow: var(--shadow-soft);
}
.timeline-index {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: var(--surface-alt);
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.82rem;
}
.showcase-stack {
  display: grid;
  gap: 1.25rem;
  height: 100%;
}
.showcase-stack > .showcase-card-primary {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.showcase-stack > .showcase-card-primary .jixi-code-wrap {
  flex: 1;
  min-height: 0;
}
.showcase-card {
  overflow: hidden;
  border-radius: var(--radius-card);
  background: var(--ink-strong);
  box-shadow: var(--shadow-card);
}
.showcase-card-primary {
  background: var(--ink-strong);
}
.showcase-grid {
  display: grid;
  gap: 1.25rem;
}
.feature-panel {
  display: grid;
  gap: 1.25rem;
  border-radius: var(--radius-card);
  padding: 1.5rem;
}
.feature-panel-text {
  grid-template-columns: minmax(0, 1fr);
}
.feature-copy {
  padding: 0.4rem 0.4rem 0 0.4rem;
}
.feature-panel-text .feature-copy {
  padding-bottom: 2rem;
}
.feature-shot {
  overflow: hidden;
  border-radius: var(--radius-soft);
  border: 1px solid var(--line);
  background: var(--surface-alt);
}
.feature-shot-dark {
  background: var(--ink-strong);
}
.feature-shot-emphasis {
  border-color: rgba(56, 46, 130, 0.14);
  background: #fff;
  box-shadow: var(--shadow-card);
}
.feature-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.6rem;
  padding: 0;
  list-style: none;
  color: var(--ink-strong);
}
.feature-list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.97rem;
  font-weight: 400;
}
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 9999px;
  background: var(--success);
}
.signal-chip {
  border-radius: var(--radius-soft);
  padding: 1.2rem 1.1rem;
}
.confidence-stage {
  position: relative;
  display: grid;
  gap: 1.2rem;
}
.confidence-card {
  position: relative;
  z-index: 2;
  width: min(100%, 24rem);
  margin-left: auto;
  border-radius: var(--radius-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ink-strong);
  padding: 1.5rem;
  box-shadow: 0 26px 60px rgba(51, 41, 54, 0.18);
}
.confidence-score {
  display: grid;
  gap: 0.35rem;
}
.confidence-label,
.confidence-bars span {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}
.confidence-score strong {
  font-size: clamp(4rem, 8vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: white;
}
.confidence-trend {
  color: #a8f0c2;
  font-size: 0.95rem;
  font-weight: 700;
}
.confidence-bars {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}
.confidence-bar {
  margin-top: 0.55rem;
  height: 0.7rem;
  overflow: hidden;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
}
.confidence-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--success);
  box-shadow: 0 0 18px rgba(44, 183, 82, 0.25);
}
.confidence-shot {
  margin-top: -8rem;
  margin-right: 0;
}
.prompt-stage,
.data-stage {
  overflow: hidden;
  border-radius: var(--radius-card);
  background: var(--ink-strong);
  box-shadow: var(--shadow-card);
}
.prompt-shot {
  border: 0;
  border-radius: 0 0 var(--radius-card) var(--radius-card);
  background: var(--ink-strong);
}
.team-card {
  border-radius: var(--radius-soft);
  padding: 1.8rem;
}
.jixi-code-wrap {
  position: relative;
  overflow: hidden;
}
.jixi-code {
  margin: 0;
  padding: 1.25rem 1.5rem 5rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  line-height: 1.75;
  color: #94a3b8;
  white-space: pre;
  overflow: hidden;
}
.jixi-code-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(to bottom, transparent, var(--ink-strong));
  pointer-events: none;
}
.yk {
  color: #a5b4fc;
}
.ys {
  color: #86efac;
}
.yt {
  color: #fb923c;
}
.ye {
  color: #f9a8d4;
}
.yp {
  color: #475569;
}
.yj {
  color: #cbd5e1;
}
.showcase-card-light {
  overflow: hidden;
  border-radius: var(--radius-card);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1);
}
.panel-head-light {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.agent-logo-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 1.75rem 1.5rem 2rem;
}
.agent-logo-strip img {
  height: 1.6rem;
  width: auto;
  object-fit: contain;
  opacity: 0.85;
}
.code-summary {
  max-width: 36rem;
  border-left: 3px solid rgba(56, 46, 130, 0.3);
  padding-left: 1rem;
  color: var(--ink-strong);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.7;
}
.showcase-card img,
.feature-shot img {
  width: 100%;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
[data-lift]:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(51, 41, 54, 0.1);
}
[data-lift]:hover .feature-shot img,
[data-lift]:hover img {
  transform: scale(1.018);
}
[data-float] {
  will-change: transform;
}
[data-float].is-hovered {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(51, 41, 54, 0.1);
}
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 640ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 640ms cubic-bezier(0.16, 1, 0.3, 1);
}
.mobile-nav.is-open {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.menu-toggle-line,
.menu-toggle-line::before,
.menu-toggle-line::after {
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 9999px;
  background: var(--ink-strong);
  transition: transform 180ms ease, opacity 180ms ease;
  content: "";
}
.menu-toggle-line::before {
  transform: translateY(-0.35rem);
}
.menu-toggle-line::after {
  transform: translateY(0.23rem);
}
#mobile-menu-toggle.is-open .menu-toggle-line {
  background: transparent;
}
#mobile-menu-toggle.is-open .menu-toggle-line::before {
  transform: rotate(45deg);
}
#mobile-menu-toggle.is-open .menu-toggle-line::after {
  transform: rotate(-45deg) translateY(-1px);
}
@media (min-width: 768px) {
  .customer-band {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    align-items: center;
    padding: 2rem;
  }
  .customer-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .industry-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feature-panel {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    align-items: center;
    padding: 1.9rem;
  }
  .feature-panel.feature-panel-text {
    grid-template-columns: minmax(0, 1fr);
  }
  .showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .industry-panel {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 2.5rem;
    align-items: stretch;
  }
  .problem-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 0.25rem;
  }
}
@media (max-width: 1023px) {
  .mobile-nav {
    transform: translateY(-8px);
  }
}
@media (max-width: 767px) {
  .hero-intro-left {
    justify-items: center;
    text-align: center;
  }
  .hero-title {
    max-width: none;
  }
  .hero-actions {
    justify-content: center;
  }
  .industry-tab-list {
    gap: 0.6rem;
  }
  .panel-head {
    padding: 0.8rem 0.9rem;
  }
  .confidence-shot {
    margin-top: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
  [data-reveal].is-visible {
    transition: none;
  }
  .btn,
  .nav-link,
  .industry-tab,
  .metric-card,
  .info-card,
  .team-card,
  .feature-panel,
  .showcase-card,
  .signal-chip,
  .showcase-card img,
  .feature-shot img,
  .menu-toggle-line,
  .menu-toggle-line::before,
  .menu-toggle-line::after {
    transition: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@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-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-ease {
  syntax: "*";
  inherits: false;
}
@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: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}

