/* [project]/app/(marketing)/concepts/assembly-4/assembly.module.css [app-client] (css) */
.assembly-module__Bv34eG__page {
  --pg-entity-person: #4ade80;
  --pg-entity-organization: #a78bfa;
  --pg-entity-project: #fb923c;
  --pg-entity-concept: #f472b6;
  --pg-entity-technology: #38adff;
  --pg-entity-location: #2dd4bf;
  --pg-entity-event: #facc15;
  --pg-entity-other: #94a3b8;
  --pg-rel-mentions: #fb7185;
  --pg-rel-uses: #60a5fa;
  --pg-rel-part-of: #a78bfa;
  --pg-rel-owns: #fbbf24;
  --pg-rel-develops: #22d3ee;
  --pg-rel-depends-on: #f97316;
  --pg-rel-integrates-with: #34d399;
  background: var(--p-bg);
  color: var(--t-superdark);
  font-family: var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif;
}

.assembly-module__Bv34eG__wrap {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3.25rem 1.5rem 5rem;
}

.assembly-module__Bv34eG__eyebrow {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .2em;
  color: var(--brand-sky);
  margin: 0;
  font-size: 11px;
}

.assembly-module__Bv34eG__title {
  letter-spacing: -.045em;
  text-wrap: balance;
  max-width: 17ch;
  margin: .9rem 0 0;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  font-weight: 600;
  line-height: 1.02;
}

.assembly-module__Bv34eG__standfirst {
  max-width: 58ch;
  color: var(--t-normal);
  margin: 1.1rem 0 0;
  font-size: 15px;
  line-height: 1.66;
}

.assembly-module__Bv34eG__plate {
  --pg-paper: var(--p-card);
  border: 1px solid var(--p-border);
  background: var(--pg-paper);
  border-radius: 14px;
  grid-template-rows: auto 1fr;
  margin-top: 2.5rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.assembly-module__Bv34eG__field {
  aspect-ratio: 1 / 1.04;
}

@media (min-width: 880px) {
  .assembly-module__Bv34eG__plate {
    grid-template-rows: none;
    grid-template-columns: 12.5rem 1fr;
    height: clamp(26rem, 70vh, 40rem);
  }

  .assembly-module__Bv34eG__field {
    aspect-ratio: auto;
  }
}

.assembly-module__Bv34eG__graph, .assembly-module__Bv34eG__live {
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.assembly-module__Bv34eG__rail {
  border-bottom: 1px solid var(--p-border);
  grid-template-columns: repeat(5, 1fr);
  align-content: start;
  gap: .3rem .1rem;
  padding: 1rem 1rem .5rem;
  display: grid;
  position: relative;
}

@media (min-width: 880px) {
  .assembly-module__Bv34eG__rail {
    border-bottom: none;
    border-right: 1px solid var(--p-border);
    grid-template-columns: 1fr;
    align-content: center;
    gap: .15rem;
    padding: 1.25rem 1.1rem;
  }
}

.assembly-module__Bv34eG__chip {
  opacity: .28;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  min-width: 0;
  padding: .34rem .25rem;
  transition: opacity .55s;
  display: flex;
}

.assembly-module__Bv34eG__chip[data-on="1"] {
  opacity: 1;
}

@media (min-width: 880px) {
  .assembly-module__Bv34eG__chip {
    justify-content: flex-start;
  }
}

.assembly-module__Bv34eG__chip img {
  flex: none;
  width: 16px;
  height: 16px;
}

.assembly-module__Bv34eG__chipName {
  letter-spacing: -.01em;
  color: var(--t-normal);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  display: none;
  overflow: hidden;
}

@media (min-width: 880px) {
  .assembly-module__Bv34eG__chipName {
    display: block;
  }
}

.assembly-module__Bv34eG__field {
  min-height: 0;
  position: relative;
}

.assembly-module__Bv34eG__hud {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  font-variant-numeric: tabular-nums;
  pointer-events: none;
  gap: 1.6rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 1.1rem;
}

.assembly-module__Bv34eG__statNum {
  letter-spacing: -.02em;
  color: var(--t-superdark);
  font-size: 16px;
  display: block;
}

.assembly-module__Bv34eG__statKey {
  letter-spacing: .16em;
  color: var(--t-light);
  margin-top: .2rem;
  font-size: 9.5px;
  display: block;
}

.assembly-module__Bv34eG__replay {
  cursor: pointer;
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .16em;
  color: var(--t-light);
  background: none;
  border: 0;
  padding: .3rem .1rem;
  font-size: 10px;
  transition: color .2s;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.assembly-module__Bv34eG__replay:hover {
  color: var(--t-normal);
}

.assembly-module__Bv34eG__replay:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 3px;
  color: var(--t-normal);
  border-radius: 3px;
}

@media (max-width: 560px) {
  .assembly-module__Bv34eG__hud {
    gap: 1.1rem;
    left: .9rem;
  }

  .assembly-module__Bv34eG__statNum {
    font-size: 14px;
  }

  .assembly-module__Bv34eG__replay {
    display: none;
  }
}

.assembly-module__Bv34eG__legend {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .1em;
  color: var(--t-light);
  flex-wrap: wrap;
  gap: .35rem 1.15rem;
  margin-top: 1rem;
  font-size: 10px;
  display: flex;
}

.assembly-module__Bv34eG__key {
  align-items: center;
  gap: .42rem;
  display: inline-flex;
}

.assembly-module__Bv34eG__dot {
  background: var(--k);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.assembly-module__Bv34eG__notes {
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3rem;
  display: grid;
}

@media (min-width: 820px) {
  .assembly-module__Bv34eG__notes {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.75rem;
  }
}

.assembly-module__Bv34eG__noteName {
  letter-spacing: -.015em;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.assembly-module__Bv34eG__noteFig {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  font-variant-numeric: tabular-nums;
  letter-spacing: .09em;
  color: var(--brand-sky);
  margin: .4rem 0 0;
  font-size: 11px;
}

.assembly-module__Bv34eG__noteBody {
  color: var(--t-normal);
  margin: .7rem 0 0;
  font-size: 14px;
  line-height: 1.68;
}

.assembly-module__Bv34eG__foot {
  border-top: 1px solid var(--p-border);
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  color: var(--t-light);
  max-width: 86ch;
  margin: 2.75rem 0 0;
  padding-top: 1.6rem;
  font-size: 11px;
  line-height: 1.85;
}

/*# sourceMappingURL=app_%28marketing%29_concepts_assembly-4_assembly_module_69f68d44.css.map*/