/* [project]/app/(marketing)/concepts/assembly-1/assembly.module.css [app-client] (css) */
.assembly-module__F-WrZW__page {
  --paper: var(--p-bg, #fcfbfa);
  --line: var(--p-border, #e8e6e3);
  --ink: var(--t-superdark, #030712);
  --ink-2: var(--t-normal, #72706b);
  --ink-3: var(--t-light, #a7a5a2);
  --brand-ink: var(--brand-sky, #1a6ba2);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif;
  padding-bottom: 5rem;
}

.assembly-module__F-WrZW__head {
  padding: 2.5rem 0 1.75rem;
}

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

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

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

.assembly-module__F-WrZW__plate {
  background: radial-gradient(115% 85% at 50% 46%, #0d1524 0%, #080d18 44%, #04060c 80%, #03050a 100%), #03050a;
  border: 1px solid #0e131c;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.assembly-module__F-WrZW__stage {
  aspect-ratio: 1.62;
  isolation: isolate;
  width: 100%;
  max-height: calc(100svh - 22rem);
  position: relative;
  container-type: size;
}

.assembly-module__F-WrZW__canvas {
  opacity: 0;
  transition: opacity .5s;
  display: block;
  position: absolute;
  inset: 0;
}

.assembly-module__F-WrZW__stage[data-mode] .assembly-module__F-WrZW__canvas {
  opacity: 1;
}

.assembly-module__F-WrZW__ghost {
  aspect-ratio: 4052 / 4096;
  opacity: .26;
  width: auto;
  height: min(86cqh, 56cqw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.assembly-module__F-WrZW__rack {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.assembly-module__F-WrZW__chip {
  pointer-events: auto;
  align-items: center;
  gap: 9px;
  display: flex;
  position: absolute;
  transform: translateY(-50%);
}

.assembly-module__F-WrZW__chip:nth-child(-n+5) {
  left: 1.75rem;
}

.assembly-module__F-WrZW__chip:nth-child(n+6) {
  flex-direction: row-reverse;
  right: 1.75rem;
}

.assembly-module__F-WrZW__chip:first-child, .assembly-module__F-WrZW__chip:nth-child(6) {
  top: 14%;
}

.assembly-module__F-WrZW__chip:nth-child(2), .assembly-module__F-WrZW__chip:nth-child(7) {
  top: 32%;
}

.assembly-module__F-WrZW__chip:nth-child(3), .assembly-module__F-WrZW__chip:nth-child(8) {
  top: 50%;
}

.assembly-module__F-WrZW__chip:nth-child(4), .assembly-module__F-WrZW__chip:nth-child(9) {
  top: 68%;
}

.assembly-module__F-WrZW__chip:nth-child(5), .assembly-module__F-WrZW__chip:nth-child(10) {
  top: 86%;
}

.assembly-module__F-WrZW__badge {
  background: #0a0f19;
  border: 1px solid #1d2735;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 30px;
  height: 30px;
  transition: border-color .25s;
  display: grid;
}

.assembly-module__F-WrZW__badge img {
  width: 16px;
  height: 16px;
  display: block;
}

.assembly-module__F-WrZW__mono {
  filter: brightness(0) invert();
  opacity: .82;
}

.assembly-module__F-WrZW__chip:hover .assembly-module__F-WrZW__badge {
  border-color: #33455c;
}

.assembly-module__F-WrZW__chipName {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #5a6879;
  white-space: nowrap;
  font-size: 9px;
}

.assembly-module__F-WrZW__legend {
  background: #04070d;
  border-top: 1px solid #0e1520;
  flex-wrap: wrap;
  gap: .4rem 1.5rem;
  padding: .9rem 1.25rem;
  display: flex;
}

.assembly-module__F-WrZW__key {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #5c6a7d;
  align-items: center;
  gap: .45rem;
  font-size: 10px;
  display: flex;
}

.assembly-module__F-WrZW__keyDot {
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
}

.assembly-module__F-WrZW__notes {
  padding-top: 2.75rem;
}

.assembly-module__F-WrZW__noteGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.25rem;
  display: grid;
}

.assembly-module__F-WrZW__noteName {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand-ink);
  font-size: 11px;
}

.assembly-module__F-WrZW__noteBody {
  color: var(--ink-2);
  margin-top: .65rem;
  font-size: 14px;
  line-height: 1.68;
}

.assembly-module__F-WrZW__footNote {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  color: var(--ink-3);
  margin-top: 2.5rem;
  font-size: 11px;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .assembly-module__F-WrZW__noteGrid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 780px) {
  .assembly-module__F-WrZW__stage {
    aspect-ratio: 1 / 1.2;
  }

  .assembly-module__F-WrZW__ghost {
    height: min(74cqh, 88cqw);
  }

  .assembly-module__F-WrZW__chip {
    flex-direction: column;
    gap: 6px;
    transform: translate(-50%, -50%);
  }

  .assembly-module__F-WrZW__chip:nth-child(-n+5) {
    top: 7%;
    left: auto;
  }

  .assembly-module__F-WrZW__chip:nth-child(n+6) {
    flex-direction: column;
    top: 93%;
    right: auto;
  }

  .assembly-module__F-WrZW__chip:first-child, .assembly-module__F-WrZW__chip:nth-child(6) {
    left: 10%;
  }

  .assembly-module__F-WrZW__chip:nth-child(2), .assembly-module__F-WrZW__chip:nth-child(7) {
    left: 30%;
  }

  .assembly-module__F-WrZW__chip:nth-child(3), .assembly-module__F-WrZW__chip:nth-child(8) {
    left: 50%;
  }

  .assembly-module__F-WrZW__chip:nth-child(4), .assembly-module__F-WrZW__chip:nth-child(9) {
    left: 70%;
  }

  .assembly-module__F-WrZW__chip:nth-child(5), .assembly-module__F-WrZW__chip:nth-child(10) {
    left: 90%;
  }

  .assembly-module__F-WrZW__chipName {
    display: none;
  }

  .assembly-module__F-WrZW__badge {
    width: 26px;
    height: 26px;
  }

  .assembly-module__F-WrZW__badge img {
    width: 14px;
    height: 14px;
  }

  .assembly-module__F-WrZW__legend {
    gap: .35rem 1rem;
    padding: .75rem 1rem;
  }

  .assembly-module__F-WrZW__key {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .assembly-module__F-WrZW__canvas, .assembly-module__F-WrZW__badge {
    transition: none;
  }
}

/*# sourceMappingURL=app_%28marketing%29_concepts_assembly-1_assembly_module_06ba9f76.css.map*/