/* [project]/app/(marketing)/home-next/connectors.module.css [app-client] (css) */
.connectors-module__U8rSlG__band {
  --gap: 6px;
  --mark: 24px;
  --box: 28px;
  align-items: stretch;
  gap: 1.5rem;
  display: flex;
}

.connectors-module__U8rSlG__claim {
  border-right: 1px solid var(--p-border);
  flex-direction: column;
  flex: 0 0 15.5rem;
  justify-content: center;
  gap: .4rem;
  min-width: 0;
  padding-right: 1.75rem;
  display: flex;
}

.connectors-module__U8rSlG__eyebrow {
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--t-light);
  font-size: .7rem;
  font-weight: 500;
}

.connectors-module__U8rSlG__headline {
  letter-spacing: -.021em;
  color: var(--t-superdark);
  text-wrap: balance;
  font-size: 1.35rem;
  font-weight: 640;
  line-height: 1.2;
}

.connectors-module__U8rSlG__field {
  flex-direction: column;
  flex: auto;
  gap: .45rem;
  min-width: 0;
  display: flex;
}

.connectors-module__U8rSlG__row {
  column-gap: var(--gap);
  grid-template-columns: repeat(13, minmax(0, 1fr));
  align-items: start;
  display: grid;
}

.connectors-module__U8rSlG__run {
  grid-column: span var(--n);
  min-width: 0;
}

.connectors-module__U8rSlG__marks {
  grid-template-columns: repeat(var(--n), minmax(0, 1fr));
  column-gap: var(--gap);
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.connectors-module__U8rSlG__cell {
  flex-direction: column;
  align-items: center;
  gap: .2rem;
  min-width: 0;
  display: flex;
}

.connectors-module__U8rSlG__mark {
  height: var(--box);
  justify-content: center;
  align-items: center;
  display: flex;
}

.connectors-module__U8rSlG__mark img {
  height: calc(var(--mark) * var(--k, 1));
  object-fit: contain;
  width: auto;
  max-width: 2.4rem;
}

.connectors-module__U8rSlG__name {
  letter-spacing: -.008em;
  text-align: center;
  max-width: 100%;
  min-height: 2.3em;
  color: var(--t-normal);
  text-wrap: balance;
  font-size: .75rem;
  line-height: 1.15;
  transition: color .15s;
}

.connectors-module__U8rSlG__cell:hover .connectors-module__U8rSlG__name {
  color: var(--t-dark);
}

.connectors-module__U8rSlG__tag {
  border-top: 2px solid var(--p-stroke);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--t-light);
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: .3rem;
  padding-top: 3px;
  font-size: .64rem;
  line-height: 1;
  display: block;
  overflow: hidden;
}

.connectors-module__U8rSlG__spare {
  flex-direction: column;
  grid-column: span 1;
  align-items: center;
  gap: .2rem;
  min-width: 0;
  display: flex;
}

.connectors-module__U8rSlG__spare .connectors-module__U8rSlG__name {
  color: var(--t-light);
}

.connectors-module__U8rSlG__plus {
  width: var(--box);
  height: var(--box);
  border: 1px dashed var(--p-stroke);
  opacity: .75;
  border-radius: 50%;
  position: relative;
}

.connectors-module__U8rSlG__plus:before, .connectors-module__U8rSlG__plus:after {
  content: "";
  border-top: 1px solid var(--t-light);
  position: absolute;
  inset: 50% 30%;
  translate: 0 -.5px;
}

.connectors-module__U8rSlG__plus:after {
  rotate: 90deg;
}

@media (max-width: 1180px) {
  .connectors-module__U8rSlG__band {
    --gap: 5px;
    padding-block: .5rem;
  }

  .connectors-module__U8rSlG__claim {
    flex-basis: 10.5rem;
    padding-right: 1.1rem;
  }

  .connectors-module__U8rSlG__field {
    gap: .3rem;
  }

  .connectors-module__U8rSlG__name {
    white-space: normal;
    height: 2.2em;
    line-height: 1.1;
  }

  .connectors-module__U8rSlG__tag {
    margin-top: .2rem;
  }
}

@media (max-width: 900px) {
  .connectors-module__U8rSlG__band {
    flex-direction: column;
    gap: .7rem;
    padding-block: .9rem;
  }

  .connectors-module__U8rSlG__claim {
    border-right: 0;
    flex-flow: wrap;
    flex: none;
    align-items: baseline;
    gap: .2rem .7rem;
    padding-right: 0;
  }

  .connectors-module__U8rSlG__headline {
    font-size: 1rem;
  }
}

@media (max-width: 720px) {
  .connectors-module__U8rSlG__band {
    --gap: 8px;
  }

  .connectors-module__U8rSlG__row {
    display: contents;
  }

  .connectors-module__U8rSlG__field {
    grid-template-columns: minmax(0, 1fr);
    gap: .9rem;
    display: grid;
  }

  .connectors-module__U8rSlG__run {
    grid-column: auto;
  }

  .connectors-module__U8rSlG__marks {
    grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
    row-gap: .6rem;
  }

  .connectors-module__U8rSlG__spare {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .connectors-module__U8rSlG__name {
    transition: none;
  }
}

.connectors-module__U8rSlG__sub {
  color: var(--t-normal);
  font-size: .95rem;
  line-height: 1.42;
}

@media (max-width: 720px) {
  .connectors-module__U8rSlG__band {
    display: block;
  }

  .connectors-module__U8rSlG__claim {
    border: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .3rem;
    max-width: none;
    padding: 0 0 .9rem;
  }

  .connectors-module__U8rSlG__headline {
    font-size: 1.25rem;
  }

  .connectors-module__U8rSlG__field {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .85rem .4rem;
    display: grid;
  }

  .connectors-module__U8rSlG__row, .connectors-module__U8rSlG__run, .connectors-module__U8rSlG__marks {
    display: contents;
  }

  .connectors-module__U8rSlG__tag {
    display: none;
  }

  .connectors-module__U8rSlG__cell, .connectors-module__U8rSlG__spare {
    justify-content: center;
    align-items: center;
    min-width: 0;
    display: flex;
  }

  .connectors-module__U8rSlG__cell .connectors-module__U8rSlG__name, .connectors-module__U8rSlG__spare .connectors-module__U8rSlG__name {
    clip-path: inset(50%);
    white-space: nowrap;
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
  }

  .connectors-module__U8rSlG__mark {
    height: 1.85rem;
  }

  .connectors-module__U8rSlG__spare {
    display: none;
  }
}

/* [project]/app/(marketing)/concepts/concepts.module.css [app-client] (css) */
.concepts-module__kArXqG__page {
  --surface: #fcfbfa;
  --line: #e8e6e3;
  --ink: #030712;
  --ink-2: #72706b;
  --ink-3: #a7a5a2;
  --brand-ink: #1a6ba2;
  --deep: #050b14;
  background-color: var(--surface);
  color: var(--ink);
  font-family: var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif;
}

.concepts-module__kArXqG__hero {
  padding: 0;
  position: relative;
}

.concepts-module__kArXqG__eyebrow {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .2em;
  color: var(--brand-ink);
  font-size: 11px;
}

.concepts-module__kArXqG__title {
  letter-spacing: -.045em;
  text-wrap: balance;
  max-width: 18ch;
  margin-top: .9rem;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  font-weight: 600;
  line-height: 1.02;
}

.concepts-module__kArXqG__standfirst {
  max-width: 62ch;
  color: var(--ink-2);
  margin-top: 1.15rem;
  font-size: 15px;
  line-height: 1.66;
}

.concepts-module__kArXqG__footLine {
  text-align: center;
  width: min(46ch, 76%);
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  color: var(--ink-3);
  font-size: 11px;
  line-height: 1.9;
  position: absolute;
  top: 71%;
  left: 50%;
  transform: translateX(-50%);
}

.concepts-module__kArXqG__head {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0;
}

.concepts-module__kArXqG__stage {
  isolation: isolate;
  width: min(100%, calc((100svh - var(--stage-reserve, 15rem)) * 2.76));
  aspect-ratio: 2.76;
  margin-inline: auto;
  position: relative;
}

.concepts-module__kArXqG__track {
  --p: 0;
  height: 280svh;
  position: relative;
}

.concepts-module__kArXqG__pin {
  top: var(--header-h, 64px);
  height: calc(100svh - var(--header-h, 64px));
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.concepts-module__kArXqG__track {
  --c: min(1, var(--p) / .55);
  --r1: clamp(0, (var(--p)  - .57) * 5, 1);
  --r2: clamp(0, (var(--p)  - .72) * 10, 1);
}

.concepts-module__kArXqG__pin:has([data-slot="head"]) .concepts-module__kArXqG__stage {
  margin-block: auto;
}

.concepts-module__kArXqG__pin > [data-slot="head"] {
  inset-inline: 0;
  z-index: 2;
  position: absolute;
  top: 0;
}

.concepts-module__kArXqG__track .concepts-module__kArXqG__stage {
  translate: 0 calc(var(--stage-lift, 0px) * var(--r2));
}

.concepts-module__kArXqG__track .concepts-module__kArXqG__node {
  top: 50%;
  left: calc((var(--x0)  + (50 - var(--x0)) * var(--c)) * 1%);
  will-change: transform, opacity;
  opacity: calc(1 - max(0, var(--p)  - .58) * 5);
}

.concepts-module__kArXqG__track .concepts-module__kArXqG__tag {
  opacity: calc(1 - max(0, var(--p)  - .06) * 6);
}

.concepts-module__kArXqG__resolved {
  aspect-ratio: 1;
  height: 100%;
  transform: translate(-50%, -50%) scale(calc(.96 + .22 * var(--r1)  + .37 * var(--r2)));
  z-index: 5;
  pointer-events: none;
  opacity: calc(max(0, var(--p)  - .6) * 5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
}

.concepts-module__kArXqG__resolved img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 760px), (max-aspect-ratio: 1) and (max-width: 1100px) {
  .concepts-module__kArXqG__head {
    padding: 1.25rem 0 1.75rem;
    position: static;
  }

  .concepts-module__kArXqG__pin > [data-slot="head"] {
    position: static;
  }

  .concepts-module__kArXqG__stage {
    width: min(100%, calc((100svh - var(--stage-reserve-portrait, 15rem)) / 2.76));
    aspect-ratio: 1 / 2.76;
  }

  .concepts-module__kArXqG__track .concepts-module__kArXqG__node {
    width: 100%;
    left: 50%;
    top: calc((var(--x0)  + (50 - var(--x0)) * var(--c)) * 1%);
  }

  .concepts-module__kArXqG__tag {
    background: linear-gradient(#050b14e6, #050b1400);
    padding: 1.5em 1rem 2.4em;
    top: 0;
    bottom: auto;
  }

  .concepts-module__kArXqG__resolved {
    width: 100%;
    height: auto;
  }

  .concepts-module__kArXqG__track {
    height: 300svh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .concepts-module__kArXqG__track {
    height: auto;
  }

  .concepts-module__kArXqG__pin {
    height: auto;
    padding: 3rem 0 4rem;
    position: static;
  }
}

.concepts-module__kArXqG__art, .concepts-module__kArXqG__artOver {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.concepts-module__kArXqG__artOver {
  z-index: 4;
}

.concepts-module__kArXqG__node {
  width: 36.232%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.concepts-module__kArXqG__stage[data-dimming] .concepts-module__kArXqG__lens {
  opacity: .28;
  filter: saturate(.45);
}

.concepts-module__kArXqG__stage[data-dimming] .concepts-module__kArXqG__node[data-lit] .concepts-module__kArXqG__lens {
  opacity: 1;
  filter: none;
  transform: translateY(-6px)scale(1.015);
  box-shadow: 0 2px 4px #03071217, 0 36px 66px -22px #03071280;
}

.concepts-module__kArXqG__lens {
  appearance: none;
  cursor: zoom-in;
  aspect-ratio: 1;
  background: var(--deep);
  border: 0;
  border-radius: 50%;
  width: 100%;
  padding: 0;
  transition: transform .26s cubic-bezier(.22, 1, .36, 1), opacity .26s, filter .26s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 2px #03071212, 0 24px 50px -20px #03071273;
}

.concepts-module__kArXqG__lens:focus-visible {
  outline: 2px solid var(--brand-ink);
  outline-offset: 6px;
}

.concepts-module__kArXqG__lens [data-lens-id="hierarchy"] img, .concepts-module__kArXqG__lens svg {
  transform: scale(1.101);
}

.concepts-module__kArXqG__lens [data-lens-id="recall"] img {
  transform: scale(1.045);
}

.concepts-module__kArXqG__lens img, .concepts-module__kArXqG__lens svg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.concepts-module__kArXqG__tag {
  text-align: center;
  pointer-events: none;
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #eaf4ff;
  background: linear-gradient(to top, #050b14e6, #050b1400);
  padding: 2.4em 1rem 1.5em;
  font-size: clamp(11px, .95vw, 13px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.concepts-module__kArXqG__notes {
  border-top: 1px solid var(--line);
  content-visibility: auto;
  contain-intrinsic-size: auto 460px;
}

.concepts-module__kArXqG__noteGrid {
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding: 3.5rem 0 4rem;
  display: grid;
}

@media (min-width: 900px) {
  .concepts-module__kArXqG__noteGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

.concepts-module__kArXqG__noteName {
  letter-spacing: -.015em;
  font-size: 15px;
  font-weight: 600;
}

.concepts-module__kArXqG__noteFig {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  font-variant-numeric: tabular-nums;
  letter-spacing: .09em;
  color: var(--brand-ink);
  margin-top: .45rem;
  font-size: 11px;
}

.concepts-module__kArXqG__noteBody {
  color: var(--ink-2);
  margin-top: .85rem;
  font-size: 14px;
  line-height: 1.65;
}

.concepts-module__kArXqG__footNote {
  border-top: 1px solid var(--line);
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  color: var(--ink-3);
  max-width: 80ch;
  padding: 2.25rem 0 5rem;
  font-size: 11px;
  line-height: 1.8;
}

@media (prefers-reduced-motion: reduce) {
  .concepts-module__kArXqG__lens, .concepts-module__kArXqG__node:hover .concepts-module__kArXqG__lens {
    transition: none;
    transform: none;
  }
}

.concepts-module__kArXqG__viewer {
  z-index: 60;
  place-items: center;
  padding: 3rem 1.5rem;
  display: grid;
  position: fixed;
  inset: 0;
}

.concepts-module__kArXqG__viewerBack {
  appearance: none;
  cursor: zoom-out;
  background: #050b14f0;
  border: 0;
  position: absolute;
  inset: 0;
}

.concepts-module__kArXqG__viewerFig {
  pointer-events: none;
  justify-items: center;
  gap: 1.5rem;
  margin: 0;
  display: grid;
  position: relative;
}

.concepts-module__kArXqG__viewerPlate {
  aspect-ratio: 1;
  background: var(--deep);
  border-radius: 50%;
  width: min(84svh, 92vw, 1100px);
  overflow: hidden;
}

.concepts-module__kArXqG__viewerPlate img, .concepts-module__kArXqG__viewerPlate svg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.concepts-module__kArXqG__viewerFig figcaption {
  text-align: center;
  color: #eaf4ff;
}

.concepts-module__kArXqG__viewerFig figcaption strong {
  letter-spacing: -.015em;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.concepts-module__kArXqG__viewerFig figcaption span {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .1em;
  color: #9fb6cc;
  margin-top: .35rem;
  font-size: 11px;
  display: block;
}

.concepts-module__kArXqG__viewerFigure {
  color: #5d7f9c !important;
}

.concepts-module__kArXqG__viewerClose {
  appearance: none;
  cursor: pointer;
  color: #9fb6cc;
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: none;
  border: 1px solid #78aad74d;
  border-radius: 999px;
  padding: .55rem 1.1rem;
  font-size: 11px;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.concepts-module__kArXqG__viewerClose:hover {
  color: #eaf4ff;
  border-color: #78aad799;
}

@media (prefers-reduced-motion: reduce) {
  .concepts-module__kArXqG__stage[data-dimming] .concepts-module__kArXqG__lens, .concepts-module__kArXqG__stage[data-dimming] .concepts-module__kArXqG__node[data-lit] .concepts-module__kArXqG__lens {
    transition: none;
  }
}

/* [project]/app/(marketing)/home-next/lenses-section.module.css [app-client] (css) */
.lenses-section-module__ywVN9q__section {
  --stage-reserve: 27rem;
  --stage-reserve-portrait: 13.5rem;
  background: var(--p-bg);
  border-top: 1px solid var(--p-border);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.lenses-section-module__ywVN9q__head {
  max-width: 42rem;
  opacity: calc(1 - max(0, var(--p, 0)  - .72) * 10);
  will-change: opacity;
  padding-top: 1.5rem;
}

@media (min-width: 781px) and (min-aspect-ratio: 1), (min-width: 1101px) {
  .lenses-section-module__ywVN9q__head {
    padding-top: clamp(1.9rem, 3.2vw, 2.875rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lenses-section-module__ywVN9q__head {
    opacity: 1;
  }
}

.lenses-section-module__ywVN9q__title {
  letter-spacing: -.032em;
  color: var(--t-superdark);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.1;
}

.lenses-section-module__ywVN9q__lede {
  color: var(--t-normal);
  text-wrap: pretty;
  margin-top: .6rem;
  font-size: 1rem;
  line-height: 1.6;
}

@media (min-width: 781px) and (min-aspect-ratio: 1), (min-width: 1101px) {
  .lenses-section-module__ywVN9q__lede {
    margin-top: 1.35rem;
  }
}

/* [project]/app/(marketing)/home-next/query-bar.module.css [app-client] (css) */
.query-bar-module__ZhAyla__wrap {
  width: min(100%, 40rem);
  position: relative;
}

.query-bar-module__ZhAyla__bar {
  border: 1px solid var(--p-border);
  background: var(--brand-white);
  border-radius: 6px;
  box-shadow: 0 1px 2px #050b140d;
}

.query-bar-module__ZhAyla__chrome {
  align-items: center;
  gap: .5rem;
  padding: .85rem 1.25rem 0;
  display: flex;
}

.query-bar-module__ZhAyla__clients {
  align-items: center;
  gap: .3rem;
  display: inline-flex;
}

.query-bar-module__ZhAyla__clients img {
  opacity: .85;
  width: auto;
  height: .875rem;
}

.query-bar-module__ZhAyla__via {
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--t-light);
  font-size: .62rem;
  font-weight: 500;
}

.query-bar-module__ZhAyla__prompt {
  height: 1.5rem;
  color: var(--t-superdark);
  white-space: nowrap;
  align-items: center;
  margin: .7rem 0 .75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  overflow: hidden;
}

.query-bar-module__ZhAyla__caret {
  background: var(--brand-blue);
  flex: none;
  width: 2px;
  height: 1.15em;
  margin-left: .1em;
  animation: 1s step-end infinite query-bar-module__ZhAyla__blink;
  display: inline-block;
  translate: 0 .08em;
}

@keyframes query-bar-module__ZhAyla__blink {
  50% {
    opacity: 0;
  }
}

.query-bar-module__ZhAyla__controls {
  align-items: center;
  gap: .5rem;
  padding: 0 .75rem .75rem;
  display: flex;
}

.query-bar-module__ZhAyla__selected {
  flex: 1;
  min-width: 0;
  margin-left: .5rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 2rem), #0000 100%);
  mask-image: linear-gradient(to right, #000 calc(100% - 2rem), #0000 100%);
}

.query-bar-module__ZhAyla__selectedRow {
  align-items: center;
  gap: .3rem;
  width: max-content;
  display: flex;
}

.query-bar-module__ZhAyla__mini {
  border: 1px solid var(--t-light);
  background: color-mix(in oklab, var(--t-dark) 8%, var(--brand-white));
  font: inherit;
  color: var(--t-dark);
  white-space: nowrap;
  cursor: pointer;
  border-radius: 999px;
  align-items: center;
  gap: .3rem;
  padding: .2rem .55rem;
  font-size: .75rem;
  font-weight: 500;
  transition: background-color .14s;
  display: inline-flex;
}

.query-bar-module__ZhAyla__mini:hover, .query-bar-module__ZhAyla__mini:focus-visible {
  background: color-mix(in oklab, var(--t-dark) 14%, var(--brand-white));
}

.query-bar-module__ZhAyla__mini:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 2px;
}

.query-bar-module__ZhAyla__miniMark {
  width: .875rem;
  height: .875rem;
  display: inline-flex;
  position: relative;
}

.query-bar-module__ZhAyla__miniMark img, .query-bar-module__ZhAyla__miniMark svg {
  width: 100%;
  height: 100%;
  transition: opacity .12s;
  position: absolute;
  inset: 0;
}

.query-bar-module__ZhAyla__miniMark svg {
  opacity: 0;
  color: var(--t-dark);
}

.query-bar-module__ZhAyla__mini:hover .query-bar-module__ZhAyla__miniMark img, .query-bar-module__ZhAyla__mini:focus-visible .query-bar-module__ZhAyla__miniMark img {
  opacity: 0;
}

.query-bar-module__ZhAyla__mini:hover .query-bar-module__ZhAyla__miniMark svg, .query-bar-module__ZhAyla__mini:focus-visible .query-bar-module__ZhAyla__miniMark svg {
  opacity: 1;
}

.query-bar-module__ZhAyla__plus {
  border: 1px solid var(--p-border);
  width: 2rem;
  height: 2rem;
  color: var(--t-normal);
  cursor: pointer;
  background: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  transition: background-color .14s, border-color .14s, color .14s;
  display: inline-flex;
}

.query-bar-module__ZhAyla__plus svg {
  width: 1rem;
  height: 1rem;
}

.query-bar-module__ZhAyla__plus:hover {
  background: var(--p-bg);
}

.query-bar-module__ZhAyla__plus[aria-expanded="true"] {
  border-color: var(--t-light);
  background: color-mix(in oklab, var(--t-dark) 8%, var(--brand-white));
  color: var(--t-dark);
}

.query-bar-module__ZhAyla__plus:focus-visible, .query-bar-module__ZhAyla__time:focus-visible, .query-bar-module__ZhAyla__chip:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 2px;
}

.query-bar-module__ZhAyla__time {
  font: inherit;
  color: var(--t-normal);
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 6px;
  align-items: center;
  gap: .25rem;
  padding: .25rem .75rem;
  font-size: .8125rem;
  font-weight: 500;
  transition: background-color .14s, color .14s;
  display: inline-flex;
}

.query-bar-module__ZhAyla__time:hover {
  background: var(--p-bg);
  color: var(--t-dark);
}

.query-bar-module__ZhAyla__time[aria-expanded="true"] {
  border-color: var(--t-light);
  background: color-mix(in oklab, var(--t-dark) 8%, var(--brand-white));
  color: var(--t-dark);
}

.query-bar-module__ZhAyla__chev {
  opacity: .7;
  border-bottom: 1.5px solid;
  border-right: 1.5px solid;
  width: .4rem;
  height: .4rem;
  margin-left: .15rem;
  translate: 0 -.1em;
  rotate: 45deg;
}

.query-bar-module__ZhAyla__send {
  background: var(--t-dark);
  width: 2rem;
  height: 2rem;
  color: var(--brand-white);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.query-bar-module__ZhAyla__send svg {
  width: 1rem;
  height: 1rem;
  transition: translate .16s;
}

.query-bar-module__ZhAyla__send:hover {
  background: var(--t-superdark);
}

.query-bar-module__ZhAyla__send:hover svg {
  translate: 1px;
}

.query-bar-module__ZhAyla__send:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 2px;
}

.query-bar-module__ZhAyla__send[data-invite="true"] {
  animation: 2.6s ease-out infinite query-bar-module__ZhAyla__invite;
}

@keyframes query-bar-module__ZhAyla__invite {
  0% {
    box-shadow: 0 0 #38adff80;
  }

  70% {
    box-shadow: 0 0 0 9px #38adff00;
  }

  100% {
    box-shadow: 0 0 #38adff00;
  }
}

.query-bar-module__ZhAyla__panel {
  flex-wrap: wrap;
  gap: .375rem;
  display: flex;
  position: absolute;
  top: calc(100% + .75rem);
  left: 0;
  right: 0;
}

.query-bar-module__ZhAyla__panel[hidden] {
  display: none;
}

.query-bar-module__ZhAyla__chip {
  border: 1px solid var(--p-border);
  background: var(--brand-white);
  font: inherit;
  color: var(--t-normal);
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  gap: .375rem;
  padding: .3rem .65rem;
  font-size: .8125rem;
  font-weight: 500;
  transition: background-color .14s, color .14s;
  display: inline-flex;
  box-shadow: 0 1px 2px #050b141f;
}

.query-bar-module__ZhAyla__chip img {
  width: .875rem;
  height: .875rem;
}

.query-bar-module__ZhAyla__chip:hover {
  background: var(--p-accent);
  color: var(--t-dark);
}

.query-bar-module__ZhAyla__chip[aria-pressed="true"] {
  border-color: var(--t-light);
  background: color-mix(in oklab, var(--t-dark) 8%, var(--brand-white));
  color: var(--t-dark);
}

.query-bar-module__ZhAyla__chip[aria-pressed="true"]:hover {
  background: color-mix(in oklab, var(--t-dark) 12%, var(--brand-white));
  color: var(--t-dark);
}

.query-bar-module__ZhAyla__sr {
  clip-path: inset(50%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

@media (max-width: 720px) {
  .query-bar-module__ZhAyla__prompt {
    white-space: normal;
    align-items: flex-start;
    height: 2.9rem;
    margin: .9rem 0 .6rem;
    padding: 0 1rem;
    font-size: .9375rem;
  }

  .query-bar-module__ZhAyla__controls {
    padding: 0 .6rem .6rem;
  }

  .query-bar-module__ZhAyla__chip {
    font-size: .75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .query-bar-module__ZhAyla__caret, .query-bar-module__ZhAyla__send[data-invite="true"] {
    animation: none;
  }

  .query-bar-module__ZhAyla__send svg {
    transition: none;
  }
}

.query-bar-module__ZhAyla__slider {
  border: 1px solid var(--p-border);
  background: var(--brand-white);
  border-radius: 6px;
  align-items: center;
  width: 100%;
  padding: .35rem .75rem .4rem;
  display: flex;
  box-shadow: 0 1px 2px #050b141f;
}

.query-bar-module__ZhAyla__track {
  flex: 1;
  min-width: 0;
  height: 2.35rem;
  position: relative;
}

.query-bar-module__ZhAyla__rail, .query-bar-module__ZhAyla__fill {
  border-radius: 999px;
  height: 4px;
  position: absolute;
  top: .55rem;
}

.query-bar-module__ZhAyla__rail {
  background: var(--p-border);
  left: 0;
  right: 0;
}

.query-bar-module__ZhAyla__fill {
  background: var(--brand-blue);
}

.query-bar-module__ZhAyla__lo, .query-bar-module__ZhAyla__hi {
  appearance: none;
  pointer-events: none;
  background: none;
  width: 100%;
  height: 4px;
  margin: 0;
  position: absolute;
  top: .55rem;
  left: 0;
}

.query-bar-module__ZhAyla__lo::-webkit-slider-thumb {
  appearance: none;
  pointer-events: auto;
  border: 2px solid var(--brand-blue);
  background: var(--brand-white);
  cursor: grab;
  border-radius: 999px;
  width: 14px;
  height: 14px;
  box-shadow: 0 1px 3px #050b144d;
}

.query-bar-module__ZhAyla__hi::-webkit-slider-thumb {
  appearance: none;
  pointer-events: auto;
  border: 2px solid var(--brand-blue);
  background: var(--brand-white);
  cursor: grab;
  border-radius: 999px;
  width: 14px;
  height: 14px;
  box-shadow: 0 1px 3px #050b144d;
}

.query-bar-module__ZhAyla__lo::-moz-range-thumb {
  pointer-events: auto;
  border: 2px solid var(--brand-blue);
  background: var(--brand-white);
  cursor: grab;
  border-radius: 999px;
  width: 14px;
  height: 14px;
  box-shadow: 0 1px 3px #050b144d;
}

.query-bar-module__ZhAyla__hi::-moz-range-thumb {
  pointer-events: auto;
  border: 2px solid var(--brand-blue);
  background: var(--brand-white);
  cursor: grab;
  border-radius: 999px;
  width: 14px;
  height: 14px;
  box-shadow: 0 1px 3px #050b144d;
}

.query-bar-module__ZhAyla__lo:focus-visible, .query-bar-module__ZhAyla__hi:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 6px;
}

.query-bar-module__ZhAyla__ticks {
  height: 4px;
  display: block;
  position: absolute;
  top: 1.05rem;
  left: 0;
  right: 0;
}

.query-bar-module__ZhAyla__tick {
  top: 0;
  left: calc(var(--i) / var(--n) * 100%);
  background: var(--p-border);
  width: 1px;
  height: 2px;
  position: absolute;
  translate: -50%;
}

.query-bar-module__ZhAyla__tick[data-major="true"] {
  background: var(--p-stroke);
  height: 4px;
}

.query-bar-module__ZhAyla__tick[data-on="true"] {
  background: var(--brand-blue);
}

.query-bar-module__ZhAyla__quarters {
  height: .8rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.query-bar-module__ZhAyla__quarters span {
  top: 0;
  left: calc(var(--i) / var(--n) * 100%);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: .06em;
  white-space: nowrap;
  color: var(--t-light);
  font-size: .6rem;
  position: absolute;
  translate: -50%;
}

.query-bar-module__ZhAyla__quarters span[data-on="true"] {
  color: var(--t-dark);
}

.query-bar-module__ZhAyla__result {
  border-top: 1px solid var(--p-border);
  margin: 0 .75rem;
  padding: .85rem .5rem .9rem;
  position: relative;
}

.query-bar-module__ZhAyla__trace {
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.query-bar-module__ZhAyla__trace li {
  border-bottom: 1px solid var(--p-border);
  opacity: 0;
  align-items: baseline;
  gap: .6rem;
  padding: .32rem 0;
  transition: opacity .22s, translate .22s;
  display: flex;
  translate: 0 2px;
}

.query-bar-module__ZhAyla__trace li[data-on="true"] {
  opacity: 1;
  translate: none;
}

.query-bar-module__ZhAyla__trace li:last-child {
  border-bottom: 0;
}

.query-bar-module__ZhAyla__idx {
  width: .9rem;
  font-family: var(--font-geist-mono), monospace;
  color: var(--t-light);
  font-variant-numeric: tabular-nums;
  flex: none;
  font-size: .68rem;
}

.query-bar-module__ZhAyla__call {
  flex: 1;
  align-items: baseline;
  gap: .25rem;
  min-width: 0;
  display: flex;
  overflow: hidden;
}

.query-bar-module__ZhAyla__call code {
  font-family: var(--font-geist-mono), monospace;
  color: var(--t-superdark);
  font-size: .78rem;
  font-weight: 500;
}

.query-bar-module__ZhAyla__arg {
  color: var(--t-normal);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .8125rem;
  overflow: hidden;
}

.query-bar-module__ZhAyla__ret {
  color: var(--t-light);
  white-space: nowrap;
  flex: none;
  font-size: .78rem;
}

.query-bar-module__ZhAyla__working {
  color: var(--t-light);
  align-items: center;
  gap: .45rem;
  margin-top: .6rem;
  font-size: .8125rem;
  display: flex;
}

.query-bar-module__ZhAyla__dots {
  background: radial-gradient(circle 2px at 2px 50%, var(--t-light) 99%, transparent) 0 0 / .5rem 100% repeat-x;
  width: 1.4rem;
  height: .35rem;
  animation: 1.1s ease-in-out infinite query-bar-module__ZhAyla__pulse;
}

@keyframes query-bar-module__ZhAyla__pulse {
  50% {
    opacity: .35;
  }
}

.query-bar-module__ZhAyla__answer {
  color: var(--t-dark);
  text-wrap: pretty;
  margin-top: .7rem;
  font-size: .9375rem;
  line-height: 1.6;
  animation: .24s ease-out query-bar-module__ZhAyla__rise;
}

@keyframes query-bar-module__ZhAyla__rise {
  from {
    opacity: 0;
    translate: 0 3px;
  }
}

.query-bar-module__ZhAyla__cite {
  background: var(--p-accent);
  min-width: 1rem;
  height: 1rem;
  font: inherit;
  color: var(--t-normal);
  vertical-align: .35em;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin: 0 .05rem 0 .1rem;
  padding: 0 .2rem;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color .14s, color .14s;
  display: inline-flex;
}

.query-bar-module__ZhAyla__cite:hover, .query-bar-module__ZhAyla__cite[aria-expanded="true"] {
  background: color-mix(in oklab, var(--t-dark) 14%, var(--brand-white));
  color: var(--t-dark);
}

.query-bar-module__ZhAyla__cite:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 2px;
}

.query-bar-module__ZhAyla__pop {
  z-index: 6;
  border: 1px solid var(--p-border);
  background: var(--brand-white);
  color: var(--t-normal);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  border-radius: 7px;
  align-items: center;
  gap: .35rem;
  padding: .35rem .55rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity .13s;
  display: flex;
  position: absolute;
  box-shadow: 0 12px 26px -14px #050b1480;
}

.query-bar-module__ZhAyla__pop b {
  color: var(--t-dark);
  font-weight: 600;
}

.query-bar-module__ZhAyla__pop img {
  width: .875rem;
  height: .875rem;
}

.query-bar-module__ZhAyla__pop[data-on="true"] {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .query-bar-module__ZhAyla__trace code, .query-bar-module__ZhAyla__answer, .query-bar-module__ZhAyla__dots {
    transition: none;
    animation: none;
  }
}

/* [project]/app/(marketing)/home-next/home-next.module.css [app-client] (css) */
.home-next-module__XOBIzG__page {
  --plate: #050b14;
  --on-plate: #fff;
  isolation: isolate;
  position: relative;
}

.home-next-module__XOBIzG__hero {
  background: var(--p-bg);
  flex-direction: column;
  min-height: calc(100svh - 127px);
  padding-block: clamp(1.5rem, 2.2vw, 2rem) clamp(1.75rem, 2.8vw, 2.5rem);
  display: flex;
}

.home-next-module__XOBIzG__page:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  opacity: 1;
  background-image: radial-gradient(62% 34% at 50% 26%, #38adff24 0%, #38adff00 100%), radial-gradient(78% 26% at 50% 47%, #6d4bd617 0%, #6d4bd600 100%), url("/field.svg");
  background-position: center, center, top;
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, cover;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#0000 0%, #000 5% 100%);
  mask-image: linear-gradient(#0000 0%, #000 5% 100%);
}

.home-next-module__XOBIzG__heroText {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 58rem;
  margin-inline: auto;
  display: flex;
}

.home-next-module__XOBIzG__connectorBand {
  isolation: isolate;
  background: var(--p-bg);
  border-block: 1px solid var(--p-border);
  padding-block: clamp(1.5rem, 3vw, 2.25rem);
  position: relative;
  overflow: hidden;
}

.home-next-module__XOBIzG__title {
  letter-spacing: -.043em;
  text-wrap: balance;
  max-width: 24ch;
  color: var(--t-superdark);
  font-size: clamp(2.05rem, 4.4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.05;
}

@media (min-width: 900px) {
  .home-next-module__XOBIzG__title {
    text-wrap: nowrap;
    max-width: none;
  }
}

.home-next-module__XOBIzG__titleTurn {
  color: var(--brand-blue);
  display: block;
}

.home-next-module__XOBIzG__mark {
  color: inherit;
  background: linear-gradient(#0000 14%, #38adff33 14% 86%, #0000 86%);
  padding-inline: .06em;
}

.home-next-module__XOBIzG__gloss {
  max-width: 37rem;
  color: var(--t-normal);
  text-align: left;
  text-wrap: pretty;
  align-items: baseline;
  gap: .6rem;
  margin-top: clamp(.55rem, .9vw, .7rem);
  font-size: .9375rem;
  line-height: 1.55;
  display: flex;
}

.home-next-module__XOBIzG__glossPart, .home-next-module__XOBIzG__glossCite {
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: .19em;
  text-transform: uppercase;
  flex: none;
  font-size: .64rem;
  font-weight: 500;
}

.home-next-module__XOBIzG__glossPart {
  color: var(--brand-blue);
}

.home-next-module__XOBIzG__glossCite {
  flex: initial;
  white-space: nowrap;
  letter-spacing: .12em;
  color: var(--t-light);
}

.home-next-module__XOBIzG__actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
  margin-top: clamp(.85rem, 1.4vw, 1.15rem);
  display: flex;
}

.home-next-module__XOBIzG__btnPrimary {
  background: var(--brand-blue);
  color: var(--brand-white);
  border-radius: 6px;
  align-items: center;
  padding: .78rem 1.5rem;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-flex;
}

.home-next-module__XOBIzG__btnPrimary:hover {
  background: var(--brand-blue-dark);
}

@media (min-width: 781px) and (min-aspect-ratio: 1), (min-width: 1101px) {
  .home-next-module__XOBIzG__hero {
    min-height: calc(100svh - 162px);
  }
}

.home-next-module__XOBIzG__heroInner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  min-height: 0;
  display: flex;
}

.home-next-module__XOBIzG__stage {
  isolation: isolate;
  background: radial-gradient(120% 90% at 50% 34%, #17233c 0%, #0b1120 42%, var(--plate) 78%), var(--plate);
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  width: min(65rem, 100vw - 3rem);
  min-height: 23.5rem;
  max-height: 26rem;
  margin-top: clamp(1.25rem, 1.9vw, 1.75rem);
  padding: clamp(2rem, 5vw, 4.5rem) clamp(.9rem, 3.5vw, 4.5rem) clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffff17, 0 1px 2px #050b140f, 0 30px 70px -34px #050b148c, 0 0 90px -30px #38adff47;
}

.home-next-module__XOBIzG__stage picture {
  display: contents;
}

.home-next-module__XOBIzG__stageArt {
  z-index: -2;
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: screen;
  width: min(126%, 900px);
  max-width: none;
  height: auto;
  position: absolute;
  top: 44%;
  left: 50%;
  translate: -50% -50%;
}

@media (min-width: 900px) {
  .home-next-module__XOBIzG__stageArt {
    width: min(104%, 1500px);
    top: 40%;
  }
}

.home-next-module__XOBIzG__stageInner {
  justify-content: center;
  width: 100%;
  max-width: 54rem;
  margin-inline: auto;
  display: flex;
  position: relative;
}

/*# sourceMappingURL=app_%28marketing%29_d039885d._.css.map*/