/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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 {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .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,);
  }
}
:root {
  --ink: #07111f;
  --ink-2: #0b1e31;
  --paper: #f3f2ec;
  --paper-light: #faf9f5;
  --white: #ffffff;
  --blue: #48a8ff;
  --blue-deep: #1265ff;
  --signal: #ffcc00;
  --muted: #68737f;
  --line: rgba(7, 17, 31, 0.16);
}
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  overflow-x: clip;
}
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: "Arial Nova", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
main {
  width: 100vw;
  width: 100dvw;
  max-width: 100vw;
  max-width: 100dvw;
  min-width: 0;
}
body, button, input, textarea {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, textarea {
  color: inherit;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
h1, h2, h3 {
  text-wrap: balance;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}
.shell {
  width: min(1400px, calc(100% - 96px));
  margin: 0 auto;
}
.section-label {
  margin: 0;
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section-label-bright {
  color: var(--blue);
}
.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 50%;
  display: flex;
  width: min(1400px, calc(100% - 96px));
  height: 94px;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  transform: translateX(-50%);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  font-weight: 750;
  letter-spacing: -.03em;
}
.brand-logo {
  display: block;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(255, 204, 0, .18));
}
.brand-word {
  display: inline-flex;
  align-items: baseline;
  gap: .28em;
  color: rgba(255, 255, 255, .94);
  line-height: 1;
}
.brand-word > span {
  font-weight: 690;
  letter-spacing: -.025em;
}
.brand-word > strong {
  color: #ffc21c;
  font-weight: 850;
  letter-spacing: -.055em;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 13px;
  font-weight: 620;
}
.main-nav > a:not(.nav-cta) {
  padding: 12px 0;
  color: rgba(255, 255, 255, .76);
  transition: color 180ms ease;
}
.main-nav > a:not(.nav-cta):hover,
.main-nav > a:not(.nav-cta):focus-visible {
  color: var(--white);
}
.nav-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 19px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease;
}
.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--white);
  color: var(--ink);
}
.menu-button {
  display: none;
}
.hero {
  position: relative;
  min-height: 820px;
  height: 100svh;
  max-height: 1040px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.hero-visuals,
.hero-slide,
.hero-shade {
  position: absolute;
  inset: 0;
}
.hero-slide {
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(.9) contrast(1.02) brightness(.92);
  transform: scale(1.045);
  transition: opacity 1.1s ease, transform 6.5s ease;
}
.hero-slide.is-active {
  opacity: 1;
  transform: scale(1.012);
}
.hero-shade {
  background: linear-gradient(90deg, rgba(4, 11, 20, .98) 0%, rgba(4, 11, 20, .91) 33%, rgba(4, 11, 20, .42) 58%, rgba(4, 11, 20, .12) 100%),
    linear-gradient(0deg, rgba(4, 11, 20, .9) 0%, transparent 42%),
    linear-gradient(180deg, rgba(4, 11, 20, .5) 0%, transparent 28%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 740px;
  height: 1px;
  left: 45%;
  top: 21%;
  background: linear-gradient(90deg, transparent, rgba(72, 168, 255, .95), rgba(255, 255, 255, .3), transparent);
  box-shadow: 0 0 24px rgba(72, 168, 255, .6);
  transform: rotate(-16deg);
  transform-origin: left center;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 4;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 72px 0 152px;
}
.hero-copy {
  max-width: 830px;
}
.hero-mobile-media {
  display: none;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}
.hero h1 {
  margin: 27px 0 29px;
  font-size: clamp(60px, 7vw, 112px);
  font-weight: 860;
  line-height: .84;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.hero h1 span {
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(255, 255, 255, .78);
}
.hero-lead {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 20px;
  line-height: 1.55;
}
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 27px;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  line-height: 1.4;
}
.hero-facts span {
  display: inline-flex;
  gap: 7px;
  align-items: baseline;
}
.hero-facts strong {
  color: var(--white);
  font-size: 12px;
  font-weight: 780;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 39px;
}
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 23px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.button svg,
.back-top svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}
.button-light {
  background: var(--white);
  color: var(--ink);
}
.button-light:hover,
.button-light:focus-visible {
  background: var(--signal);
}
.button-ghost {
  border-color: rgba(255, 255, 255, .36);
  background: rgba(7, 17, 31, .18);
  color: var(--white);
  backdrop-filter: blur(7px);
}
.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: var(--white);
}
.button-dark {
  background: var(--ink);
  color: var(--white);
}
.button-dark:hover,
.button-dark:focus-visible {
  background: var(--blue-deep);
}
.hero-now {
  position: absolute;
  right: 0;
  bottom: 154px;
  width: min(350px, 30vw);
  padding-left: 23px;
  border-left: 2px solid var(--blue);
}
.hero-now p {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hero-now strong {
  display: block;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  font-weight: 520;
  line-height: 1.55;
}
.hero-progress {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  transform: translateX(-50%);
}
.hero-progress button {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: center;
  padding: 16px 12px 17px 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .5);
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease;
}
.hero-progress button span {
  font-size: 10px;
  font-weight: 740;
}
.hero-progress button strong {
  font-size: 13px;
  font-weight: 650;
}
.hero-progress button i {
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 0;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, .2);
}
.hero-progress button.is-active {
  color: var(--white);
}
.hero-progress button.is-active span {
  color: var(--blue);
}
.hero-progress button.is-active i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue);
  animation: hero-progress 5.6s linear forwards;
  transform-origin: left center;
}
.foundation {
  padding: 152px 0 164px;
  background: var(--paper-light);
}
.foundation-layout {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 110px;
}
.foundation-title h2,
.section-intro h2,
.first-product-copy h2,
.custom-copy h2,
.contact-copy h2 {
  margin: 24px 0 0;
  font-size: clamp(48px, 5.6vw, 84px);
  font-weight: 820;
  line-height: .96;
  letter-spacing: -.064em;
}
.foundation-lead {
  max-width: 760px;
  margin: 0;
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 620;
  line-height: 1.22;
  letter-spacing: -.035em;
}
.foundation-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 76px;
}
.foundation-principles article {
  padding-top: 22px;
  border-top: 2px solid var(--ink);
}
.foundation-principles span,
.trajectory-list li > span,
.discovery-list li > span,
.custom-steps li > span {
  color: var(--blue-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
}
.foundation-principles h3 {
  margin: 36px 0 12px;
  font-size: 21px;
  font-weight: 760;
  letter-spacing: -.035em;
}
.foundation-principles p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.trajectory {
  position: relative;
  overflow: hidden;
  padding: 148px 0 164px;
  background: var(--signal);
}
.trajectory::after {
  content: "07";
  position: absolute;
  right: -34px;
  top: 20px;
  color: rgba(7, 17, 31, .055);
  font-size: min(34vw, 520px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.12em;
  pointer-events: none;
}
.section-intro {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .43fr .9fr .62fr;
  gap: 46px;
  align-items: start;
}
.section-intro h2 {
  margin: 0;
}
.section-intro > p:last-child {
  margin: 6px 0 0;
  color: rgba(7, 17, 31, .66);
  font-size: 16px;
  line-height: 1.68;
}
.trajectory .section-label {
  color: var(--ink);
}
.trajectory-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: 102px 0 0;
  padding: 0;
  list-style: none;
}
.trajectory-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  height: 2px;
  background: rgba(7, 17, 31, .28);
}
.trajectory-list li {
  position: relative;
  min-height: 270px;
  padding: 0 25px 25px 0;
}
.trajectory-list li::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  top: 16px;
  left: 0;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--signal);
}
.trajectory-list li > span {
  display: block;
  height: 67px;
  color: var(--ink);
}
.trajectory-list h3 {
  margin: 0 0 15px;
  font-size: clamp(20px, 1.75vw, 27px);
  font-weight: 790;
  letter-spacing: -.045em;
}
.trajectory-list p {
  margin: 0;
  color: rgba(7, 17, 31, .66);
  font-size: 12px;
  line-height: 1.65;
}
.ecosystem {
  position: relative;
  padding: 154px 0 174px;
  background: var(--ink);
  color: var(--white);
}
.section-intro-dark > p:last-child {
  color: rgba(255, 255, 255, .58);
}
.ecosystem-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr .82fr;
  grid-template-rows: 330px 330px;
  gap: 16px;
  margin-top: 102px;
}
.ecosystem-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 28px 30px 32px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .045);
}
.ecosystem-card::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 1px;
  top: 76px;
  right: -72px;
  background: linear-gradient(90deg, transparent, rgba(72, 168, 255, .7), transparent);
  transform: rotate(-27deg);
}
.ecosystem-card-home {
  grid-row: 1 / 3;
  background: radial-gradient(circle at 75% 18%, rgba(72, 168, 255, .24), transparent 30%),
    linear-gradient(145deg, #102d49, #091521 72%);
}
.ecosystem-card-digital {
  background: var(--blue-deep);
}
.ecosystem-card-digital::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .7), transparent);
}
.ecosystem-card-education {
  background: #162739;
}
.ecosystem-card-custom {
  background: var(--signal);
  color: var(--ink);
  border-color: transparent;
}
.ecosystem-card-custom::after {
  background: linear-gradient(90deg, transparent, rgba(7, 17, 31, .35), transparent);
}
.ecosystem-card-community {
  background: #f4f3ed;
  color: var(--ink);
  border-color: transparent;
}
.ecosystem-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.ecosystem-card-top span,
.ecosystem-card-top p {
  margin: 0;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ecosystem-card-top span {
  color: var(--blue);
}
.ecosystem-card-top p {
  color: rgba(255, 255, 255, .5);
}
.ecosystem-card-custom .ecosystem-card-top span,
.ecosystem-card-community .ecosystem-card-top span {
  color: var(--blue-deep);
}
.ecosystem-card-custom .ecosystem-card-top p,
.ecosystem-card-community .ecosystem-card-top p {
  color: rgba(7, 17, 31, .5);
}
.ecosystem-card > div:last-child {
  position: relative;
  z-index: 2;
}
.ecosystem-card h3 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(27px, 2.65vw, 42px);
  font-weight: 780;
  line-height: 1;
  letter-spacing: -.052em;
}
.ecosystem-card-home h3 {
  font-size: clamp(40px, 4.2vw, 64px);
}
.ecosystem-card > div:last-child > p {
  max-width: 610px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .61);
  font-size: 13px;
  line-height: 1.65;
}
.ecosystem-card-custom > div:last-child > p,
.ecosystem-card-community > div:last-child > p {
  color: rgba(7, 17, 31, .63);
}
.ecosystem-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 30px;
}
.ecosystem-tags span,
.client-tags span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 720;
}
.first-product {
  padding: 158px 0 168px;
  background: var(--paper-light);
}
.first-product-layout {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: 120px;
  align-items: start;
}
.first-product-copy {
  position: sticky;
  top: 80px;
}
.first-product-copy h2 {
  font-size: clamp(50px, 5.4vw, 82px);
}
.first-product-copy > p:last-child {
  max-width: 610px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.discovery-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.discovery-list li {
  display: grid;
  grid-template-columns: 52px minmax(180px, .75fr) 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 31px 0 34px;
  border-bottom: 1px solid var(--line);
}
.discovery-list strong {
  font-size: 25px;
  letter-spacing: -.04em;
}
.discovery-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.custom {
  padding: 160px 0 172px;
  background: #e7e6df;
}
.custom-layout {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 120px;
}
.custom-copy h2 {
  font-size: clamp(50px, 5.4vw, 82px);
}
.custom-copy > p {
  max-width: 630px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.client-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}
.client-tags span {
  border-color: rgba(7, 17, 31, .23);
}
.custom-copy .button {
  margin-top: 42px;
}
.custom-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.custom-steps li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 24px;
  padding: 31px 0 35px;
  border-bottom: 1px solid var(--line);
}
.custom-steps h3 {
  margin: 0 0 11px;
  font-size: 25px;
  font-weight: 760;
  letter-spacing: -.035em;
}
.custom-steps p {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.manifesto {
  position: relative;
  overflow: hidden;
  padding: 155px 0 166px;
  background: radial-gradient(circle at 80% 20%, rgba(18, 101, 255, .22), transparent 28%),
    var(--ink);
  color: var(--white);
}
.manifesto-ray {
  position: absolute;
  width: 1000px;
  height: 1px;
  right: -170px;
  top: 90px;
  background: linear-gradient(90deg, transparent, var(--blue), rgba(255, 255, 255, .3), transparent);
  box-shadow: 0 0 28px rgba(72, 168, 255, .8);
  transform: rotate(-14deg);
}
.manifesto-content {
  position: relative;
}
.manifesto-content > p {
  margin: 0 0 45px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.manifesto h2 {
  max-width: 1260px;
  margin: 0;
  font-size: clamp(54px, 7.2vw, 110px);
  font-weight: 830;
  line-height: .95;
  letter-spacing: -.07em;
}
.manifesto h2 span {
  color: var(--signal);
}
.contact {
  position: relative;
  overflow: hidden;
  padding: 152px 0 160px;
  background: var(--ink-2);
  color: var(--white);
}
.contact::before {
  content: "";
  position: absolute;
  width: 850px;
  height: 850px;
  left: -530px;
  bottom: -600px;
  border: 1px solid rgba(72, 168, 255, .19);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(72, 168, 255, .025), 0 0 0 180px rgba(72, 168, 255, .018);
}
.contact-ray {
  position: absolute;
  width: 760px;
  height: 2px;
  right: -170px;
  top: 95px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  box-shadow: 0 0 28px var(--blue);
  transform: rotate(-16deg);
}
.contact-layout {
  position: relative;
  display: grid;
  grid-template-columns: .82fr .72fr;
  gap: 115px;
}
.contact-copy h2 {
  font-size: clamp(56px, 6vw, 90px);
  text-transform: uppercase;
}
.contact-copy h2 span {
  color: var(--blue);
}
.contact-copy > p:last-child {
  max-width: 540px;
  margin: 37px 0 0;
  color: rgba(255, 255, 255, .6);
  font-size: 17px;
  line-height: 1.68;
}
.contact-form {
  position: relative;
  padding: 45px 46px 48px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .045);
  backdrop-filter: blur(12px);
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.contact-form label:not(.consent):not(.honeypot) {
  display: block;
  margin-bottom: 28px;
}
.contact-form label > span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
}
.contact-form label em {
  color: rgba(255, 255, 255, .32);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}
.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.contact-form input:not([type="checkbox"]) {
  height: 41px;
}
.contact-form textarea {
  min-height: 112px;
  padding: 9px 0;
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 1px 0 var(--blue);
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 29px;
  cursor: pointer;
}
.consent input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--blue);
}
.consent > span {
  margin: 0 !important;
  color: rgba(255, 255, 255, .43) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.55;
}
.consent button,
.footer-meta button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.button-accent {
  border: 0;
  background: var(--signal);
  color: var(--ink);
}
.button-accent:hover,
.button-accent:focus-visible {
  background: var(--white);
}
.form-footer {
  display: flex;
  align-items: center;
  gap: 18px;
}
.submit-button {
  flex: 0 0 auto;
}
.submit-button:disabled {
  cursor: wait;
  opacity: .65;
}
.form-message {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  line-height: 1.5;
}
.form-message.is-error {
  color: #ff9689;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.site-footer {
  padding: 61px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: #050c16;
  color: var(--white);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 65px;
  align-items: start;
}
.footer-brand {
  margin-bottom: 19px;
}
.footer-brand .brand-logo {
  width: 50px;
  height: 50px;
}
.footer-grid > div:first-child > p,
.footer-meta p,
.footer-meta button {
  margin: 0;
  color: rgba(255, 255, 255, .44);
  font-size: 11px;
  line-height: 1.85;
}
.footer-meta button {
  margin-top: 10px;
}
.grant-support {
  margin-top: 44px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.grant-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.grant-logos a {
  display: flex;
  width: 260px;
  max-width: 100%;
  min-height: 110px;
  padding: 16px;
  align-items: center;
  justify-content: center;
  background: white;
}
.grant-logos img {
  display: block;
  max-width: 100%;
  width: 228px;
  height: 134px;
  object-fit: contain;
}
.grant-support > p {
  max-width: 860px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.7;
}
.back-top {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
}
.back-top svg {
  transform: rotate(-90deg);
}
.modal-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(7, 17, 31, .68);
  backdrop-filter: blur(8px);
}
.privacy-modal {
  position: relative;
  width: min(660px, 100%);
  max-height: min(720px, calc(100svh - 48px));
  overflow: auto;
  padding: 54px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 32px 100px rgba(0, 0, 0, .32);
}
.privacy-modal h2 {
  margin: 23px 0 28px;
  font-size: 35px;
  font-weight: 760;
  letter-spacing: -.04em;
}
.privacy-modal p:not(.section-label) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 23px;
  font-weight: 300;
}
@keyframes hero-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (max-width: 1180px) {
  .foundation-layout,
  .first-product-layout,
  .custom-layout {
    gap: 70px;
  }
  .trajectory-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .trajectory-list::before {
    display: none;
  }
  .trajectory-list li {
    min-height: 220px;
    padding: 24px 25px 25px 0;
    border-top: 2px solid rgba(7, 17, 31, .3);
  }
  .trajectory-list li::before {
    top: -6px;
  }
  .trajectory-list li > span {
    height: 52px;
  }
}
@media (max-width: 1080px) {
  .shell,
  .site-header {
    width: min(100% - 56px, 1000px);
  }
  .main-nav {
    gap: 18px;
  }
  .hero h1 {
    font-size: clamp(59px, 8.4vw, 90px);
  }
  .hero-now {
    display: block;
    right: 0;
    bottom: 120px;
    width: 34vw;
  }
  .section-intro {
    grid-template-columns: .34fr .9fr .6fr;
    gap: 30px;
  }
  .ecosystem-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 520px repeat(2, 320px);
  }
  .ecosystem-card-home {
    grid-column: 1 / 3;
    grid-row: auto;
  }
  .contact-layout {
    gap: 64px;
  }
  .contact-form {
    padding: 38px;
  }
}
@media (max-width: 820px) {
  html {
    scroll-padding-top: 72px;
  }
  .shell,
  .site-header {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 74px;
  }
  .menu-button {
    position: relative;
    z-index: 32;
    display: flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    background: rgba(7, 17, 31, .3);
  }
  .menu-button span {
    width: 17px;
    height: 1px;
    background: var(--white);
  }
  .main-nav {
    position: fixed;
    z-index: 31;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 23px;
    padding: 72px 32px;
    background: rgba(7, 17, 31, .985);
    font-size: 28px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }
  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .main-nav > a:not(.nav-cta) {
    color: var(--white);
  }
  .nav-cta {
    min-height: 50px;
    margin-top: 15px;
    font-size: 15px;
  }
  .hero {
    min-height: 0;
    height: auto;
    max-height: none;
  }
  .hero > .hero-visuals,
  .hero > .hero-shade {
    display: none;
  }
  .hero::after {
    display: none;
  }
  .hero-content {
    height: auto;
    min-height: 0;
    justify-content: flex-start;
    padding: 106px 0 34px;
  }
  .hero-copy {
    max-width: 700px;
  }
  .hero h1 {
    max-width: 660px;
    margin: 16px 0 0;
    font-size: clamp(48px, 11.5vw, 70px);
  }
  .hero h1 span {
    display: inline-block;
    white-space: nowrap;
    -webkit-text-stroke-width: 1px;
  }
  .hero-mobile-media {
    position: relative;
    display: block;
    height: 310px;
    margin-top: 24px;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .17);
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    background: #0b1623;
  }
  .hero-mobile-media::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 11, 20, .18), transparent 28%, transparent 72%, rgba(4, 11, 20, .36)),
      linear-gradient(90deg, rgba(4, 11, 20, .3), transparent 68%);
    pointer-events: none;
  }
  .hero-mobile-media .hero-slide {
    background-position: 75% center;
    background-size: auto 100%;
  }
  .hero-facts {
    display: none;
  }
  .hero-now {
    position: static;
    display: block;
    width: min(100%, 560px);
    margin-top: 18px;
    padding: 1px 0 1px 16px;
    border: 0;
    border-left: 2px solid var(--blue);
    background: transparent;
  }
  .hero-now p {
    margin-bottom: 5px;
  }
  .hero-now strong {
    font-size: 12px;
    line-height: 1.45;
  }
  .hero-progress {
    position: static;
    width: 100%;
    margin-top: 22px;
    transform: none;
  }
  .hero-actions {
    margin-top: 24px;
  }
  .foundation,
  .trajectory,
  .ecosystem,
  .first-product,
  .custom,
  .manifesto,
  .contact {
    padding: 100px 0;
  }
  .foundation-layout,
  .first-product-layout,
  .custom-layout,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .foundation-layout,
  .first-product-layout,
  .custom-layout,
  .contact-layout {
    gap: 64px;
  }
  .foundation-layout > *,
  .foundation-copy {
    min-width: 0;
  }
  .foundation-title h2,
  .section-intro h2,
  .first-product-copy h2,
  .custom-copy h2,
  .contact-copy h2 {
    font-size: clamp(45px, 10.5vw, 68px);
  }
  .section-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .section-intro > p:last-child {
    max-width: 580px;
  }
  .foundation-principles,
  .trajectory-list,
  .ecosystem-grid,
  .discovery-list,
  .custom-steps {
    display: grid;
    width: calc(100% + 20px);
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-padding-right: 20px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .foundation-principles::-webkit-scrollbar,
  .trajectory-list::-webkit-scrollbar,
  .ecosystem-grid::-webkit-scrollbar,
  .discovery-list::-webkit-scrollbar,
  .custom-steps::-webkit-scrollbar {
    display: none;
  }
  .foundation-principles {
    display: flex;
    gap: 14px;
    margin-top: 54px;
    max-width: 100%;
    touch-action: pan-x;
  }
  .foundation-principles article {
    flex: 0 0 min(72vw, 320px);
    min-height: 235px;
    padding: 22px;
    border: 1px solid rgba(7, 17, 31, .18);
    border-top: 2px solid var(--ink);
    background: rgba(255, 255, 255, .28);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .trajectory-list {
    grid-template-columns: none;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: min(72vw, 340px);
    gap: 14px;
    margin-top: 70px;
  }
  .trajectory-list li {
    min-height: 250px;
    padding: 24px 24px 30px;
    border: 1px solid rgba(7, 17, 31, .18);
    border-top: 2px solid var(--ink);
    background: rgba(255, 255, 255, .14);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .trajectory-list li::before {
    left: 24px;
  }
  .ecosystem-grid {
    grid-template-columns: none;
    grid-template-rows: 420px;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 380px);
    gap: 14px;
    margin-top: 70px;
  }
  .ecosystem-card,
  .ecosystem-card-home {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    height: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .discovery-list,
  .custom-steps {
    grid-template-columns: none;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 340px);
    gap: 12px;
    border-top: 0;
    padding-bottom: 2px;
  }
  .discovery-list li,
  .custom-steps li {
    min-height: 240px;
    padding: 24px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .3);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .discovery-list li {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 18px;
    align-items: start;
  }
  .discovery-list p {
    align-self: end;
  }
  .custom-steps li {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 28px;
  }
  .custom-steps li > div {
    align-self: start;
  }
  .first-product-copy {
    position: static;
  }
  .manifesto h2 {
    font-size: clamp(50px, 10.5vw, 80px);
  }
  .footer-grid {
    gap: 34px;
  }
  .back-top {
    position: absolute;
    right: 20px;
  }
}
@media (max-width: 540px) {
  .shell,
  .site-header {
    width: calc(100% - 32px);
  }
  .brand {
    font-size: 17px;
  }
  .brand-logo {
    width: 41px;
    height: 41px;
  }
  .hero {
    min-height: 0;
  }
  .hero-content {
    min-height: 0;
    padding: 96px 0 28px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: .14em;
  }
  .hero h1 {
    max-width: 360px;
    font-size: clamp(39px, 11.3vw, 52px);
    line-height: .88;
  }
  .hero h1 span {
    -webkit-text-stroke-width: .8px;
  }
  .hero-mobile-media {
    width: calc(100% + 32px);
    height: 238px;
    margin: 19px -16px 0;
  }
  .hero-mobile-media .hero-slide {
    background-position: 76% center;
  }
  .hero-now {
    margin-top: 16px;
    padding-left: 14px;
  }
  .hero-actions {
    width: 100%;
    margin-top: 20px;
  }
  .hero-actions .button-light {
    width: 100%;
  }
  .hero-actions .button-ghost {
    display: none;
  }
  .button {
    min-height: 50px;
    padding: 0 20px;
  }
  .hero-progress {
    margin-top: 18px;
  }
  .hero-progress button {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 7px 15px 0;
  }
  .hero-progress button strong {
    display: block;
    font-size: 10px;
  }
  .hero-progress button i {
    right: 7px;
  }
  .foundation,
  .trajectory,
  .ecosystem,
  .first-product,
  .custom,
  .manifesto,
  .contact {
    padding: 78px 0 84px;
  }
  .foundation-title h2,
  .section-intro h2,
  .first-product-copy h2,
  .custom-copy h2,
  .contact-copy h2 {
    font-size: clamp(39px, 11.6vw, 54px);
  }
  .foundation-lead {
    font-size: 24px;
  }
  .foundation-principles,
  .trajectory-list,
  .ecosystem-grid,
  .discovery-list,
  .custom-steps {
    width: calc(100% + 16px);
    margin-right: -16px;
    padding-right: 16px;
    scroll-padding-right: 16px;
  }
  .foundation-principles {
    gap: 12px;
  }
  .foundation-principles article {
    flex-basis: 82vw;
  }
  .foundation-principles h3 {
    margin-top: 22px;
  }
  .trajectory-list {
    grid-auto-columns: 82vw;
  }
  .trajectory-list li {
    min-height: 245px;
    padding: 24px 22px 28px;
  }
  .trajectory-list li::before {
    left: 22px;
  }
  .trajectory-list li > span {
    height: 47px;
  }
  .trajectory-list h3 {
    font-size: 26px;
  }
  .ecosystem-grid {
    grid-auto-columns: 86vw;
    grid-template-rows: 390px;
  }
  .ecosystem-card,
  .ecosystem-card-home {
    min-height: 0;
    padding: 24px 22px 28px;
  }
  .ecosystem-card h3,
  .ecosystem-card-home h3 {
    font-size: 36px;
  }
  .ecosystem-card-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .discovery-list,
  .custom-steps {
    grid-auto-columns: 82vw;
  }
  .custom-steps h3 {
    font-size: 23px;
  }
  .manifesto-content > p {
    margin-bottom: 30px;
  }
  .manifesto h2 {
    font-size: clamp(43px, 12vw, 60px);
  }
  .contact-form {
    padding: 31px 23px 34px;
  }
  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-footer {
    align-items: stretch;
    flex-direction: column;
  }
  .submit-button {
    width: 100%;
  }
  .privacy-modal {
    padding: 48px 25px 31px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-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;
}
@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-border-style: solid;
      --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;
    }
  }
}
