.lifecycle-band {
  overflow: hidden;
  color: #000000;
  background: #ffffff;
}
.lifecycle-band .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.lifecycle-band .lifecycle-heading {
  width: min(1320px, calc(100% - 3rem));
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}
.lifecycle-band .lifecycle-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.1rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.lifecycle-band .lifecycle-intro {
  max-width: 38ch;
  margin: 0;
  color: #555555;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.68;
}
.lifecycle-band .lifecycle-intro strong {
  color: #000000;
  font-weight: 500;
}
.lifecycle-band .lifecycle-stage {
  width: min(1320px, calc(100% - 3rem));
  margin-inline: auto;
  aspect-ratio: 1320 / 390;
  overflow: hidden;
}
.lifecycle-band .lifecycle-accordion {
  --lifecycle-slant: 52px;
  --lifecycle-overlap: 48px;
  --lifecycle-tip-border-cut: 24px;
  --lifecycle-tip-side-cut: 26.7px;
  --lifecycle-tip-edge-inset: 3.56px;
  width: 1320px;
  height: 390px;
  display: flex;
  gap: 0;
  overflow: hidden;
  background: #06090d;
  border: 1px solid #3a4654;
  clip-path: polygon(var(--lifecycle-tip-border-cut) 0, calc(100% - var(--lifecycle-slant)) 0, calc(100% - var(--lifecycle-tip-edge-inset)) calc(100% - var(--lifecycle-tip-side-cut)), calc(100% - var(--lifecycle-tip-border-cut)) 100%, var(--lifecycle-slant) 100%, var(--lifecycle-tip-edge-inset) var(--lifecycle-tip-side-cut));
  transform: scale(var(--lifecycle-scale, 1));
  transform-origin: top left;
}
.lifecycle-band .lifecycle-panel {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  background: #10161e;
  clip-path: polygon(0 0, calc(100% - var(--lifecycle-slant)) 0, 100% 100%, var(--lifecycle-slant) 100%);
  transition: flex-grow 620ms cubic-bezier(0.2, 0.72, 0.2, 1);
}
.lifecycle-band .lifecycle-panel + .lifecycle-panel {
  margin-left: calc(0px - var(--lifecycle-overlap));
}
.lifecycle-band .lifecycle-panel.is-active {
  flex-grow: 10;
}
.lifecycle-band .lifecycle-trigger {
  position: absolute;
  inset: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.lifecycle-band .lifecycle-trigger:focus:not(:focus-visible) {
  outline: none;
}
.lifecycle-band .lifecycle-panel:has(.lifecycle-trigger:focus-visible) {
  outline: 3px solid #9ac2ef;
  outline-offset: -6px;
}
.lifecycle-band .lifecycle-media {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  width: 970px;
  height: 390px;
  overflow: hidden;
  filter: grayscale(1) brightness(0.68) contrast(1.08);
  transition: filter 180ms ease;
}
.lifecycle-band .lifecycle-panel.is-active .lifecycle-media {
  filter: grayscale(0) brightness(0.93) contrast(1.04);
}
.lifecycle-band .lifecycle-image {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 40% center;
     object-position: 40% center;
}
.lifecycle-band .lifecycle-panel[data-lifecycle-stage-name="cycles"] .lifecycle-image {
  -o-object-position: 55% center;
     object-position: 55% center;
}
.lifecycle-band .lifecycle-panel[data-lifecycle-stage-name="report"] .lifecycle-image {
  -o-object-position: 44% center;
     object-position: 44% center;
}
.lifecycle-band .lifecycle-panel[data-lifecycle-stage-name="share"] .lifecycle-image {
  -o-object-position: 38% center;
     object-position: 38% center;
}
.lifecycle-band .lifecycle-shade {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 970px;
  height: 100%;
  opacity: 1;
  background: linear-gradient(90deg, rgba(6, 9, 13, 0) 0%, rgba(6, 9, 13, 0.06) 38%, rgba(6, 9, 13, 0.82) 62%, rgba(6, 9, 13, 0.98) 80%, #06090d 100%);
}
.lifecycle-band .lifecycle-stage-title {
  position: absolute;
  z-index: 5;
  left: 49.3px;
  top: 195px;
  width: 385px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 1.55rem;
  line-height: 0.78;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(82.4deg);
  transform-origin: center;
  transition: left 620ms cubic-bezier(0.2, 0.72, 0.2, 1), top 620ms cubic-bezier(0.2, 0.72, 0.2, 1), transform 620ms cubic-bezier(0.2, 0.72, 0.2, 1), font-size 620ms cubic-bezier(0.2, 0.72, 0.2, 1), line-height 620ms cubic-bezier(0.2, 0.72, 0.2, 1);
  pointer-events: none;
}
.lifecycle-band .lifecycle-stage-title > span {
  grid-area: 1 / 1;
  margin: 0;
  padding: 0;
  transition: opacity 180ms ease;
}
.lifecycle-band .lifecycle-stage-title-tab {
  font-weight: 700;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  opacity: 1;
}
.lifecycle-band .lifecycle-stage-title-body {
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.045em;
  opacity: 0;
}
.lifecycle-band .lifecycle-panel.is-active .lifecycle-stage-title {
  left: var(--lifecycle-title-open-x, 760px);
  top: var(--lifecycle-title-open-y, 150px);
  font-size: 2.05rem;
  line-height: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
.lifecycle-band .lifecycle-panel.is-active .lifecycle-stage-title-tab {
  opacity: 0;
}
.lifecycle-band .lifecycle-panel.is-active .lifecycle-stage-title-body {
  opacity: 1;
}
.lifecycle-band .lifecycle-accordion:not(.titles-ready) .lifecycle-stage-title,
.lifecycle-band .lifecycle-accordion:not(.titles-ready) .lifecycle-stage-title > span {
  transition: none;
}
.lifecycle-band .lifecycle-copy {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 585px;
  width: 385px;
  min-width: 385px;
  max-width: 385px;
  height: 390px;
  min-height: 390px;
  max-height: 390px;
  inline-size: 385px;
  min-inline-size: 385px;
  max-inline-size: 385px;
  block-size: 390px;
  min-block-size: 390px;
  max-block-size: 390px;
  padding: 3.3rem 2.8rem 2.7rem 2rem;
  display: flex;
  flex: none;
  flex-direction: column;
  justify-content: center;
  contain: strict;
  opacity: 1;
  pointer-events: none;
}
.lifecycle-band .lifecycle-kicker {
  margin: 0 0 0.85rem;
  color: #83a9d5;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.49rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lifecycle-band .lifecycle-copy h3 {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: transparent;
  font-size: 2.05rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
}
.lifecycle-band .lifecycle-copy > p:last-child {
  margin: 1rem 0 0;
  color: #b6c0cc;
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1.7;
}
.lifecycle-band .lifecycle-surface {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 39% 2rem 4rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 1px, transparent 1px), #24282e;
  background-size: 22px 22px;
}
.lifecycle-band .lifecycle-window {
  width: 76%;
  min-width: 430px;
  height: 100%;
  overflow: hidden;
  color: #cbd3dc;
  background: #1b2026;
  border: 1px solid #5a636d;
}
.lifecycle-band .lifecycle-titlebar {
  min-height: 35px;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #eef3f8;
  background: #30353b;
  border-bottom: 1px solid #505860;
  font-size: 0.6rem;
  font-weight: 600;
}
.lifecycle-band .lifecycle-window-dots {
  color: #808a96;
  letter-spacing: 0.18em;
}
.lifecycle-band .lifecycle-source-body {
  height: calc(100% - 35px);
  padding: 1.1rem;
  display: grid;
  grid-template-columns: 1fr 0.42fr;
  gap: 1rem;
}
.lifecycle-band .lifecycle-ui-label {
  margin-bottom: 0.65rem;
  color: #87929e;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lifecycle-band .lifecycle-select-box {
  padding: 0.7rem;
  color: #dfe6ed;
  background: #30363d;
  border: 1px solid #58616a;
  font-size: 0.52rem;
}
.lifecycle-band .lifecycle-source-row {
  margin-top: 0.5rem;
  padding: 0.58rem 0.65rem;
  display: flex;
  justify-content: space-between;
  color: #aeb7c2;
  border-bottom: 1px solid #414850;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.44rem;
}
.lifecycle-band .lifecycle-source-row strong {
  color: #74c894;
  font-weight: 500;
}
.lifecycle-band .lifecycle-source-summary {
  padding-left: 1rem;
  border-left: 1px solid #434b54;
}
.lifecycle-band .lifecycle-source-stat {
  padding: 0.72rem 0;
  color: #8f99a5;
  border-bottom: 1px solid #414850;
  font-size: 0.44rem;
}
.lifecycle-band .lifecycle-source-stat strong {
  display: block;
  color: #ffffff;
  font-size: 0.76rem;
}
.lifecycle-band .lifecycle-scope-body {
  height: calc(100% - 35px);
  display: grid;
  grid-template-columns: 0.32fr 0.68fr;
}
.lifecycle-band .lifecycle-scope-presets {
  padding: 0.9rem;
  background: #252a30;
  border-right: 1px solid #454c54;
}
.lifecycle-band .lifecycle-scope-option {
  padding: 0.55rem;
  margin-bottom: 0.35rem;
  color: #aeb7c2;
  border: 1px solid #454c54;
  font-size: 0.46rem;
}
.lifecycle-band .lifecycle-scope-option.is-selected {
  color: #ffffff;
  background: #2d4f7a;
  border-color: #7694b7;
}
.lifecycle-band .lifecycle-code-view {
  padding: 1rem 1.15rem;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.49rem;
  line-height: 1.8;
  white-space: pre;
}
.lifecycle-band .lifecycle-code-comment {
  color: #747e89;
}
.lifecycle-band .lifecycle-code-key {
  color: #79b8ff;
}
.lifecycle-band .lifecycle-code-string {
  color: #9ed68d;
}
.lifecycle-band .lifecycle-govern-body {
  height: calc(100% - 35px);
  display: grid;
  grid-template-columns: 0.52fr 0.48fr;
}
.lifecycle-band .lifecycle-govern-form {
  padding: 1rem;
  background: #252a30;
  border-right: 1px solid #454c54;
}
.lifecycle-band .lifecycle-form-line {
  margin-bottom: 0.72rem;
}
.lifecycle-band .lifecycle-form-line > span {
  display: block;
  margin-bottom: 0.25rem;
  color: #87929e;
  font-size: 0.42rem;
}
.lifecycle-band .lifecycle-form-value {
  padding: 0.47rem 0.55rem;
  color: #dce3eb;
  background: #30363d;
  border: 1px solid #535b64;
  font-size: 0.46rem;
}
.lifecycle-band .lifecycle-form-button {
  display: inline-block;
  margin-top: 0.2rem;
  padding: 0.5rem 0.65rem;
  color: #ffffff;
  background: #2d4f7a;
  border: 1px solid #7892b0;
  font-size: 0.43rem;
}
.lifecycle-band .lifecycle-diff-view {
  padding: 1rem;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.43rem;
  line-height: 1.85;
  white-space: pre;
}
.lifecycle-band .lifecycle-diff-add {
  color: #8fd69f;
  background: rgba(54, 145, 76, 0.12);
}
.lifecycle-band .lifecycle-terminal {
  width: 76%;
  min-width: 450px;
  height: 100%;
  padding: 1rem 1.2rem;
  color: #c7d0db;
  background: #0e1319;
  border: 1px solid #46515e;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.48rem;
  line-height: 1.8;
}
.lifecycle-band .lifecycle-terminal-head {
  margin: -1rem -1.2rem 0.8rem;
  padding: 0.6rem 0.8rem;
  color: #9ba6b2;
  background: #242a31;
  border-bottom: 1px solid #414a55;
}
.lifecycle-band .lifecycle-terminal-line {
  display: block;
}
.lifecycle-band .lifecycle-terminal-prompt {
  color: #79b8ff;
}
.lifecycle-band .lifecycle-terminal-ok {
  color: #74c894;
}
.lifecycle-band .lifecycle-terminal-warn {
  color: #e4b45c;
}
.lifecycle-band .lifecycle-terminal-dim {
  color: #657180;
}
.lifecycle-band .lifecycle-report-card {
  position: absolute;
  left: 4rem;
  top: 2rem;
  bottom: 2rem;
  width: 56%;
  min-width: 410px;
  padding: 1.2rem;
  color: #222222;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #aab2bb;
}
.lifecycle-band .lifecycle-report-card h4 {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1;
  letter-spacing: -0.025em;
}
.lifecycle-band .lifecycle-report-meta {
  margin-top: 0.35rem;
  color: #7d858e;
  font-size: 0.42rem;
}
.lifecycle-band .lifecycle-report-metrics {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.lifecycle-band .lifecycle-report-metric {
  padding: 0.55rem;
  color: #707982;
  border: 1px solid #d4d8dd;
  font-size: 0.4rem;
}
.lifecycle-band .lifecycle-report-metric strong {
  display: block;
  color: #1a3556;
  font-size: 0.8rem;
}
.lifecycle-band .lifecycle-report-bars {
  height: 100px;
  margin-top: 0.7rem;
  padding: 0.6rem;
  display: flex;
  align-items: flex-end;
  gap: 0.32rem;
  background: #f3f5f7;
}
.lifecycle-band .lifecycle-report-bars span {
  flex: 1;
  background: #1a3556;
  opacity: 0.72;
}
.lifecycle-band .lifecycle-report-bars span:nth-child(1) {
  height: 31%;
}
.lifecycle-band .lifecycle-report-bars span:nth-child(2) {
  height: 57%;
}
.lifecycle-band .lifecycle-report-bars span:nth-child(3) {
  height: 44%;
}
.lifecycle-band .lifecycle-report-bars span:nth-child(4) {
  height: 88%;
  opacity: 1;
}
.lifecycle-band .lifecycle-report-bars span:nth-child(5) {
  height: 66%;
}
.lifecycle-band .lifecycle-report-bars span:nth-child(6) {
  height: 39%;
}
.lifecycle-band .lifecycle-shared-overlay {
  position: absolute;
  left: 4.5rem;
  top: 2rem;
  width: 46%;
  min-width: 340px;
  padding: 0.9rem;
  color: #dce4ed;
  background: rgba(26, 32, 40, 0.96);
  border: 1px solid #647184;
}
.lifecycle-band .lifecycle-shared-title {
  margin-bottom: 0.6rem;
  font-size: 0.65rem;
  font-weight: 700;
}
.lifecycle-band .lifecycle-shared-view {
  padding: 0.55rem 0.6rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  color: #aeb9c6;
  border-top: 1px solid #46505d;
  font-size: 0.45rem;
}
.lifecycle-band .lifecycle-shared-view strong {
  display: block;
  color: #ffffff;
  font-size: 0.5rem;
}
.lifecycle-band .lifecycle-shared-view > span:last-child {
  color: #8294aa;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}
.lifecycle-band .lifecycle-return {
  width: min(1320px, calc(100% - 3rem));
  margin: 1rem auto 0;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #888888;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lifecycle-band .lifecycle-return span:nth-child(2) {
  color: #1a3556;
  font-size: 0.9rem;
}
@media (min-width: 760px) {
  .lifecycle-band .lifecycle-stage-title {
    font-size: 1.1rem;
    line-height: 0.88;
  }
}
@media (max-width: 1040px) {
  .lifecycle-band .lifecycle-heading {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .lifecycle-band .lifecycle-intro {
    max-width: 64ch;
  }
}
@media (max-width: 560px) {
  .lifecycle-band .lifecycle-heading,
  .lifecycle-band .lifecycle-stage,
  .lifecycle-band .lifecycle-return {
    width: min(98%, 1320px);
  }
  .lifecycle-band .lifecycle-heading h2 {
    font-size: clamp(2.3rem, 12vw, 3.4rem);
  }
  .lifecycle-band .lifecycle-return {
    font-size: 0.46rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lifecycle-band .lifecycle-panel,
  .lifecycle-band .lifecycle-media,
  .lifecycle-band .lifecycle-stage-title,
  .lifecycle-band .lifecycle-stage-title > span {
    transition: none;
  }
}
.product-access-band {
  padding-block: 0;
}
.product-access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-block: 2rem;
}
.product-access-path {
  display: grid;
  align-content: start;
  gap: 0.5rem;
  min-width: 0;
  padding: 2rem;
  border: 1px solid #cccccc;
  border-top: 3px solid #000000;
  color: #000000;
}
.product-access-path + .product-access-path {
  border-left: 0;
}
.product-access-path--free {
  border-top-color: #1a3556;
  background: #e8edf3;
}
.product-access-path:hover {
  color: #000000;
  background: #f2f2f2;
}
.product-access-path--free:hover {
  background: #dee5ee;
}
.product-access-path > span {
  color: #1a3556;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.product-access-path h3 {
  margin: 0.75rem 0 0;
  font-size: 1.15rem;
}
.product-access-path p {
  margin: 0;
  color: #555555;
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 1.65;
}
.product-access-path b {
  margin-top: 0.75rem;
  color: #1a3556;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media (max-width: 700px) {
  .product-access-grid {
    grid-template-columns: 1fr;
  }
  .product-access-path + .product-access-path {
    border-left: 1px solid #cccccc;
    border-top-width: 0;
  }
}
