/* [project]/app/(marketing)/concepts/assembly-5/assembly.module.css [app-client] (css) */
.assembly-module__ACbaIW__page {
  background-color: var(--p-bg);
  color: var(--t-superdark);
  font-family: var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif;
}

.assembly-module__ACbaIW__head {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

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

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

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

.assembly-module__ACbaIW__figure {
  margin: clamp(2rem, 4vw, 3.25rem) 0 0;
}

.assembly-module__ACbaIW__stage {
  aspect-ratio: 16 / 9;
  isolation: isolate;
  --a5-wire: #9fb6cf;
  --a5-accent: #38adff;
  --a5-c-person: #8fb8dc;
  --a5-c-organization: #d0b58c;
  --a5-c-project: #9ba6d6;
  --a5-c-concept: #7fc2bb;
  --a5-c-technology: #6fb6e8;
  --a5-c-location: #9fc4a6;
  --a5-c-event: #bda9c8;
  --a5-c-unclassified: #9fb6cf;
  background: radial-gradient(120% 44% at 50% 100%, #38adff12, #38adff00 72%), linear-gradient(#070a10 0%, #090e16 58%, #0b111b 100%);
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 26px 64px -34px #060c1880;
}

.assembly-module__ACbaIW__settled {
  will-change: transform;
  display: block;
  position: absolute;
}

.assembly-module__ACbaIW__canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.assembly-module__ACbaIW__region {
  pointer-events: none;
  position: absolute;
  inset: 3% 22% 18%;
}

.assembly-module__ACbaIW__meta {
  flex-direction: column;
  gap: 5px;
  display: flex;
  position: absolute;
  top: 8%;
  left: 3.4%;
}

.assembly-module__ACbaIW__metaTitle {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c6d6e8b8;
  font-size: 10px;
}

.assembly-module__ACbaIW__metaShort {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c6d6e8b8;
  font-size: 10px;
  display: none;
}

.assembly-module__ACbaIW__metaSub {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .1em;
  color: #94a8be80;
  font-size: 10px;
}

.assembly-module__ACbaIW__readout {
  text-align: right;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  display: flex;
  position: absolute;
  top: 8%;
  right: 3.4%;
}

.assembly-module__ACbaIW__readoutRow {
  flex-direction: column;
  gap: 3px;
  display: flex;
}

.assembly-module__ACbaIW__readoutRow dt {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #94a8be80;
  font-size: 9.5px;
}

.assembly-module__ACbaIW__readoutRow dd {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  font-variant-numeric: tabular-nums;
  color: #d6e4f2eb;
  margin: 0;
  font-size: 13px;
}

.assembly-module__ACbaIW__readoutRow dd i {
  color: #94a8be66;
  margin-left: 4px;
  font-style: normal;
}

.assembly-module__ACbaIW__rail {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 8%;
  left: 12%;
  right: 12%;
}

.assembly-module__ACbaIW__chip {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}

.assembly-module__ACbaIW__chipTile {
  background: #eef3f9f0;
  border-radius: 8px;
  place-items: center;
  width: 32px;
  height: 32px;
  display: grid;
}

.assembly-module__ACbaIW__chipTile img {
  object-fit: contain;
  width: 18px;
  height: 18px;
}

.assembly-module__ACbaIW__chipName {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #94a8be85;
  font-size: 9px;
}

.assembly-module__ACbaIW__plinth {
  background: linear-gradient(90deg, #9fb6cf00 0%, #9fb6cf29 20% 80%, #9fb6cf00 100%);
  height: 1px;
  position: absolute;
  bottom: 4.6%;
  left: 8%;
  right: 8%;
}

.assembly-module__ACbaIW__notes {
  padding: clamp(2.25rem, 4vw, 3.25rem) 0 clamp(3rem, 6vw, 5rem);
}

.assembly-module__ACbaIW__noteGrid {
  grid-template-columns: 1fr;
  gap: 2rem 2.5rem;
  display: grid;
}

.assembly-module__ACbaIW__noteName {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brand-sky);
  margin: 0;
  font-size: 10.5px;
}

.assembly-module__ACbaIW__noteBody {
  color: var(--t-normal);
  margin: .65rem 0 0;
  font-size: 14px;
  line-height: 1.62;
}

.assembly-module__ACbaIW__table {
  border-top: 1px solid var(--p-border);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 2.5rem 0 0;
  display: grid;
}

.assembly-module__ACbaIW__tableRow {
  border-bottom: 1px solid var(--p-border);
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--t-light);
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: .65rem 0;
  font-size: 11px;
  display: flex;
}

.assembly-module__ACbaIW__tableRow b {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  color: var(--t-superdark);
  font-weight: 500;
}

.assembly-module__ACbaIW__footNote {
  max-width: 78ch;
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  color: var(--t-light);
  margin: 1.75rem 0 0;
  font-size: 11px;
  line-height: 1.9;
}

@media (min-width: 700px) {
  .assembly-module__ACbaIW__noteGrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .assembly-module__ACbaIW__table {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2.5rem;
  }
}

@media (min-width: 780px) and (max-width: 1100px) {
  .assembly-module__ACbaIW__stage {
    aspect-ratio: 3 / 2;
  }

  .assembly-module__ACbaIW__region {
    left: 20%;
    right: 20%;
  }

  .assembly-module__ACbaIW__rail {
    left: 8%;
    right: 8%;
  }
}

@media (max-width: 779px) {
  .assembly-module__ACbaIW__chipWide {
    display: none;
  }

  .assembly-module__ACbaIW__stage {
    aspect-ratio: 4 / 5;
  }

  .assembly-module__ACbaIW__region {
    inset: 16% 5% 21%;
  }

  .assembly-module__ACbaIW__meta {
    top: 4.5%;
    left: 5%;
  }

  .assembly-module__ACbaIW__metaTitle {
    display: none;
  }

  .assembly-module__ACbaIW__metaShort {
    display: inline;
  }

  .assembly-module__ACbaIW__metaSub {
    display: none;
  }

  .assembly-module__ACbaIW__readout {
    text-align: left;
    flex-direction: row;
    gap: 16px;
    margin-top: 20px;
    top: 4.5%;
    left: 5%;
    right: auto;
  }

  .assembly-module__ACbaIW__readoutRow {
    gap: 2px;
  }

  .assembly-module__ACbaIW__readoutRow dd {
    font-size: 11.5px;
  }

  .assembly-module__ACbaIW__readoutRow dd i {
    display: none;
  }

  .assembly-module__ACbaIW__rail {
    bottom: 7%;
    left: 7%;
    right: 7%;
  }

  .assembly-module__ACbaIW__chipTile {
    width: 28px;
    height: 28px;
  }

  .assembly-module__ACbaIW__chipTile img {
    width: 16px;
    height: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .assembly-module__ACbaIW__stage {
    box-shadow: 0 26px 64px -34px #060c1880;
  }
}

/*# sourceMappingURL=app_%28marketing%29_concepts_assembly-5_assembly_module_a8165c32.css.map*/