html.mix-cowork-route {
  overflow-x: clip;
  background: #fff;
}

html.mix-cowork-route body {
  background: #fff !important;
}

html.mix-cowork-route .mix-cowork-page,
html.mix-cowork-route .mix-cowork-page * {
  box-sizing: border-box;
}

.mix-cowork-visually-hidden {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.mix-cowork-skip-link {
  padding: 10px 14px;
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  transform: translateY(-180%);
  border-radius: 8px;
  color: #fff;
  background: #131b3d;
  font: 700 14px/1.2 Inter, Arial, sans-serif;
  text-decoration: none;
}

.mix-cowork-skip-link:focus-visible {
  transform: none;
  outline: 3px solid #fff;
  box-shadow: 0 0 0 5px #274bdb;
}

.mix-cowork-failure {
  width: min(calc(100% - 32px), 720px);
  margin: 64px auto 96px;
  padding: 40px;
  border: 1px solid #d8dce5;
  border-radius: 18px;
  color: #131b3d;
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  text-align: center;
}

.mix-cowork-failure h1 {
  margin: 0;
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.08;
}

.mix-cowork-failure p {
  margin: 18px auto 24px;
  max-width: 520px;
  color: #596078;
  line-height: 1.55;
}

.mix-cowork-failure a {
  min-height: 44px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  background: #274bdb;
  font-weight: 700;
  text-decoration: none;
}

.mix-cowork-page {
  --mix-cowork-ink: #131b3d;
  --mix-cowork-blue: #274bdb;
  --mix-cowork-violet: #5955ff;
  --mix-cowork-line: #bfc4ce;
  --mix-cowork-border: #d8dce5;
  --mix-cowork-group-surface: rgba(232, 236, 246, .86);
  width: 100%;
  overflow: hidden;
  color: var(--mix-cowork-ink);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
}

.mix-cowork-hero {
  width: min(100%, 1540px);
  min-height: 920px;
  margin: 0 auto;
  padding: 48px 34px 34px;
  display: grid;
  grid-template-columns: minmax(0, 32%) minmax(0, 68%);
  align-items: start;
  background: #fff;
}

.mix-cowork-copy {
  width: 500px;
  max-width: 100%;
  padding: 73px 0 0 20px;
  position: relative;
  z-index: 4;
}

.mix-cowork-copy h1 {
  margin: 0;
  color: var(--mix-cowork-ink);
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif;
  font-size: clamp(40px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.mix-cowork-copy h1 > span {
  display: block;
}

.mix-cowork-copy h1 > .mix-cowork-title-subline {
  margin-top: 3px;
  font-size: 32px;
  line-height: 1.16;
}

.mix-cowork-copy strong {
  font-weight: 700;
}

.mix-cowork-visual {
  min-width: 0;
  position: relative;
}

.mix-cowork-scroll-instruction {
  display: none;
  margin: 0 0 10px;
  color: #6c7288;
  font: 500 13px/1.4 Inter, Arial, sans-serif;
}

.mix-cowork-diagram-scroll {
  width: 100%;
  overflow: visible;
  outline: none;
}

.mix-cowork-diagram-scroll:focus-visible {
  border-radius: 14px;
  outline: 3px solid rgba(39, 75, 219, .35);
  outline-offset: 4px;
}

.mix-cowork-diagram {
  width: 100%;
  aspect-ratio: 1000 / 900;
  position: relative;
  isolation: isolate;
}

.mix-cowork-flow-map {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: visible;
}

.mix-cowork-flow-path,
.mix-cowork-flow-branch {
  fill: none;
  stroke: var(--mix-cowork-line);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-dasharray: 7 11;
  vector-effect: non-scaling-stroke;
}

.mix-cowork-flow-path {
  animation: mix-cowork-dash-flow 1.6s linear infinite;
}

.mix-cowork-flow-branch {
  opacity: .84;
}

.mix-cowork-moving-arrow {
  fill: #bec3cc;
  opacity: .98;
}

@keyframes mix-cowork-dash-flow {
  to { stroke-dashoffset: -36; }
}

.mix-cowork-module-card {
  width: 15.5%;
  min-height: 96px;
  padding: 12px 7px 10px;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border: 1px solid var(--mix-cowork-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 3px 10px rgba(37, 45, 84, .025);
  text-align: center;
}

.mix-cowork-module-card[data-slot^="left-"],
.mix-cowork-module-card[data-slot^="right-"] {
  width: 14.5%;
  min-height: 91px;
}

.mix-cowork-module-card[data-slot^="bottom-"] {
  min-height: 92px;
}

.mix-cowork-module-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--mix-cowork-violet);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.mix-cowork-module-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mix-cowork-module-card--blue .mix-cowork-module-icon {
  background: #5760f3;
}

.mix-cowork-module-card--orange .mix-cowork-module-icon {
  background: #ff9d00;
}

.mix-cowork-module-card--green .mix-cowork-module-icon {
  background: #09b936;
}

.mix-cowork-module-card--pink .mix-cowork-module-icon {
  background: linear-gradient(135deg, #ff7a00, #ff236a 52%, #8c2cff);
}

.mix-cowork-module-label {
  max-width: 140px;
  display: block;
  color: #17203f;
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif;
  font-size: clamp(11px, 1.12vw, 15px);
  font-weight: 600;
  line-height: 1.05;
}

.mix-cowork-module-card[data-slot="top-1"] { left: 15%; top: 2%; }
.mix-cowork-module-card[data-slot="top-2"] { left: 33%; top: 2%; }
.mix-cowork-module-card[data-slot="top-3"] { left: 51%; top: 2%; }
.mix-cowork-module-card[data-slot="top-4"] { left: 69%; top: 2%; }
.mix-cowork-module-card[data-slot="top-4"] .mix-cowork-module-label { font-size: clamp(11px, 1vw, 13px); }
.mix-cowork-module-card[data-slot="mid-1"] { left: 15%; top: 16.6%; }
.mix-cowork-module-card[data-slot="mid-2"] { left: 33%; top: 16.6%; }
.mix-cowork-module-card[data-slot="mid-3"] { left: 51%; top: 16.6%; }
.mix-cowork-module-card[data-slot="mid-4"] { left: 69%; top: 16.6%; }
.mix-cowork-module-card[data-slot="left-1"] { left: -3.5%; top: 32.6%; }
.mix-cowork-module-card[data-slot="left-2"] { left: -3.5%; top: 45.6%; }
.mix-cowork-module-card[data-slot="right-1"] { left: 88.5%; top: 32.6%; }
.mix-cowork-module-card[data-slot="right-2"] { left: 88.5%; top: 45.6%; }
.mix-cowork-module-card[data-slot="bottom-1"] { left: 15%; top: 53.6%; }
.mix-cowork-module-card[data-slot="bottom-2"] { left: 33%; top: 53.6%; }
.mix-cowork-module-card[data-slot="bottom-3"] { left: 51%; top: 53.6%; }
.mix-cowork-module-card[data-slot="bottom-4"] { left: 69%; top: 53.6%; }

.mix-cowork-integration-group {
  width: 15.5%;
  min-height: 154px;
  padding: 27px 7px 12px;
  position: absolute;
  top: 32.9%;
  z-index: 2;
  border-radius: 12px;
  background: var(--mix-cowork-group-surface);
  text-align: center;
}

.mix-cowork-integration-group[data-group="produtividade"] { left: 15%; }
.mix-cowork-integration-group[data-group="marketing"] { left: 33%; }
.mix-cowork-integration-group[data-group="data"] { left: 51%; }
.mix-cowork-integration-group[data-group="financeiro"] { left: 69%; }

.mix-cowork-integration-title {
  min-width: 130px;
  padding: 3px 16px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  color: #242b4a;
  background: #e3e8f4;
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif;
  font-size: clamp(12px, 1.25vw, 17px);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.mix-cowork-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  gap: 10px 4px;
}

.mix-cowork-logo {
  width: 28px;
  height: 28px;
  padding: 5px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #dde2ec;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(20, 27, 52, .12);
}

.mix-cowork-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.mix-cowork-logo img[hidden],
.mix-cowork-logo [data-cowork-logo-fallback][hidden] {
  display: none;
}

.mix-cowork-logo [data-cowork-logo-fallback]:not([hidden]) {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #30384d;
  font: 700 6px/1 Inter, Arial, sans-serif;
  text-align: center;
}

.mix-cowork-integration-caption {
  min-height: 27px;
  margin-top: 6px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #596078;
  font-family: Inter, Arial, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  line-height: 1.28;
  text-align: center;
}

.mix-cowork-collab-card {
  width: 15.5%;
  height: clamp(104px, 14%, 126px);
  padding: 9px;
  position: absolute;
  top: calc(75.333333% - clamp(52px, 7%, 63px));
  z-index: 3;
  border: 1px solid var(--mix-cowork-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, .99);
  box-shadow: 0 7px 18px rgba(38, 46, 85, .07);
}

.mix-cowork-collab-card--agent { left: 23.5%; }
.mix-cowork-collab-card--team { left: 42.25%; }
.mix-cowork-collab-card--truth { left: 61%; }

.mix-cowork-collab-heading {
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  border-bottom: 1px solid #e6e9f0;
  color: #17203f;
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif;
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 700;
  letter-spacing: .01em;
}

.mix-cowork-collab-heading svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #5759ef;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mix-cowork-agent-list {
  margin-top: 3px;
  display: grid;
}

.mix-cowork-agent-row {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  color: #4f556c;
  border-bottom: 1px solid #eef0f5;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(8px, .82vw, 10px);
}

.mix-cowork-agent-row:last-child {
  border-bottom: 0;
}

.mix-cowork-collab-card--truth .mix-cowork-collab-heading {
  color: #29245e;
  border-bottom-color: #dfddef;
  font-size: clamp(8.5px, .8vw, 11.5px);
  font-weight: 800;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.mix-cowork-collab-card--truth {
  border-color: #d9d7eb;
}

.mix-cowork-collab-card--truth .mix-cowork-collab-heading svg {
  stroke: #4e46b9;
  stroke-width: 2;
}

.mix-cowork-truth-list {
  margin-top: 3px;
  display: grid;
}

.mix-cowork-truth-row {
  min-height: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #eef0f5;
  color: #4f556c;
  font: 500 clamp(8px, .76vw, 9.5px)/1.15 Inter, Arial, sans-serif;
}

.mix-cowork-truth-row:last-child {
  border-bottom: 0;
}

.mix-cowork-truth-row i {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid #d8dae5;
  border-radius: 4px;
  background: #f2f3f7;
}

.mix-cowork-truth-row i::before {
  width: 5px;
  height: 2px;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 999px;
  background: #74798d;
  content: "";
}

.mix-cowork-toggle {
  width: 25px;
  height: 13px;
  padding: 2px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #d9dde6;
}

.mix-cowork-toggle::after {
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
  content: "";
}

.mix-cowork-toggle.is-on {
  background: #1687b7;
}

.mix-cowork-toggle.is-on::after {
  transform: translateX(12px);
}

.mix-cowork-team-avatars {
  margin-top: 8px;
  padding-left: 7px;
  display: flex;
  justify-content: center;
}

.mix-cowork-team-avatars span {
  width: 31px;
  height: 31px;
  margin-left: -7px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #5659ef;
  box-shadow: 0 2px 6px rgba(29, 35, 70, .14);
  font: 900 10px/1 Inter, Arial, sans-serif;
}

.mix-cowork-team-avatars span:nth-child(2) { background: #1a8cc2; }
.mix-cowork-team-avatars span:nth-child(3) { background: #ee7a35; }
.mix-cowork-team-avatars span:nth-child(4) { background: #30384d; }

.mix-cowork-team-copy {
  margin: 6px 0 0;
  color: #6c7288;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(8px, .78vw, 10px);
  line-height: 1.12;
  text-align: center;
}

@media (min-width: 1121px) and (max-width: 1279px) {
  .mix-cowork-hero {
    padding-inline: 24px;
    grid-template-columns: minmax(0, 35%) minmax(0, 65%);
  }

  .mix-cowork-copy {
    min-width: 0;
    padding-left: 0;
  }

  .mix-cowork-module-card {
    height: 13.2%;
    min-height: 0;
    padding: 8px 5px 7px;
    gap: 5px;
  }

  .mix-cowork-module-card[data-slot^="left-"],
  .mix-cowork-module-card[data-slot^="right-"] {
    height: 12.4%;
    min-height: 0;
  }

  .mix-cowork-module-card[data-slot^="bottom-"] {
    min-height: 0;
  }

  .mix-cowork-module-icon {
    width: 28px;
    height: 28px;
  }

  .mix-cowork-module-icon svg {
    width: 19px;
    height: 19px;
  }

  .mix-cowork-module-label {
    font-size: clamp(9px, 1vw, 12px);
  }

  .mix-cowork-integration-group {
    height: 20%;
    min-height: 0;
    padding: 22px 4px 7px;
  }

  .mix-cowork-integration-title {
    min-width: 100px;
    padding-inline: 10px;
    font-size: clamp(10px, 1.1vw, 14px);
  }

  .mix-cowork-logos {
    gap: 7px 2px;
  }

  .mix-cowork-logo {
    width: 22px;
    height: 22px;
    padding: 4px;
  }

  .mix-cowork-integration-caption {
    min-height: 23px;
    margin-top: 4px;
    font-size: 8.5px;
  }
}

@media (max-width: 1399px) {
  .mix-cowork-collab-card {
    padding: 7px;
  }

  .mix-cowork-collab-heading {
    padding-bottom: 4px;
  }

  .mix-cowork-agent-row,
  .mix-cowork-truth-row {
    min-height: 21px;
  }

  .mix-cowork-team-avatars {
    margin-top: 6px;
  }

  .mix-cowork-team-avatars span {
    width: 28px;
    height: 28px;
  }

  .mix-cowork-team-copy {
    margin-top: 4px;
  }
}

@media (max-width: 1120px) {
  .mix-cowork-hero {
    min-height: 0;
    padding: 36px 24px 72px;
    grid-template-columns: 1fr;
  }

  .mix-cowork-copy {
    width: min(100%, 620px);
    padding: 12px 0 0;
  }

  .mix-cowork-visual {
    width: min(100%, 1000px);
    margin: 34px auto 0;
  }

  .mix-cowork-module-label {
    font-size: clamp(10px, 1.55vw, 14px);
  }
}

@media (min-width: 768px) and (max-width: 1120px) {
  .mix-cowork-module-card[data-slot^="left-"] { left: -.8%; }
  .mix-cowork-module-card[data-slot^="right-"] { left: 86.3%; }
}

@media (max-width: 900px) {
  .mix-cowork-module-card {
    height: 13.2%;
    min-height: 0;
    padding: 8px 5px 7px;
    gap: 5px;
  }

  .mix-cowork-module-card[data-slot^="left-"],
  .mix-cowork-module-card[data-slot^="right-"] {
    height: 12.4%;
    min-height: 0;
  }

  .mix-cowork-module-card[data-slot^="bottom-"] {
    min-height: 0;
  }

  .mix-cowork-module-icon {
    width: 28px;
    height: 28px;
  }

  .mix-cowork-module-icon svg {
    width: 19px;
    height: 19px;
  }

  .mix-cowork-module-label {
    font-size: clamp(9px, 1vw, 12px);
  }

  .mix-cowork-integration-group {
    height: 20%;
    min-height: 0;
    padding: 22px 4px 7px;
  }

  .mix-cowork-integration-title {
    min-width: 100px;
    padding-inline: 10px;
    font-size: clamp(10px, 1.1vw, 14px);
  }

  .mix-cowork-logos {
    gap: 7px 2px;
  }

  .mix-cowork-logo {
    width: 22px;
    height: 22px;
    padding: 4px;
  }

  .mix-cowork-integration-caption {
    min-height: 23px;
    margin-top: 4px;
    font-size: 8.5px;
  }
}

@media (max-width: 767px) {
  html.mix-cowork-route {
    overflow-x: hidden;
  }

  .mix-cowork-page {
    overflow-x: hidden;
  }

  .mix-cowork-hero {
    padding: 28px 16px 58px;
  }

  .mix-cowork-copy h1 {
    font-size: 32px;
    white-space: normal;
  }

  .mix-cowork-copy h1 > .mix-cowork-title-subline {
    margin-top: 8px;
    font-size: 28px;
  }

  .mix-cowork-visual {
    width: 100%;
    margin-top: 32px;
  }

  .mix-cowork-scroll-instruction {
    display: block;
  }

  .mix-cowork-diagram-scroll {
    max-width: 100%;
    padding-block: 5px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    touch-action: pan-y;
    cursor: grab;
    scrollbar-width: thin;
    scrollbar-color: rgba(39, 75, 219, .35) transparent;
  }

  .mix-cowork-diagram-scroll.is-dragging {
    cursor: grabbing;
    user-select: none;
  }

  .mix-cowork-diagram-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .mix-cowork-diagram-scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(39, 75, 219, .35);
  }

  .mix-cowork-diagram {
    width: 780px;
    min-width: 780px;
    margin-inline: 32px;
  }

  .mix-cowork-module-label {
    font-size: 10px;
  }

  .mix-cowork-integration-title {
    min-width: 110px;
    padding-inline: 10px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mix-cowork-flow-path {
    animation-name: none;
  }

  .mix-cowork-moving-arrow {
    display: none;
  }

  .mix-cowork-diagram-scroll {
    scroll-behavior: auto;
  }
}

/* Full-page visual preview below the approved hero. */
.mix-cowork-section {
  width: min(calc(100% - 64px), 1280px);
  margin: 0 auto;
  padding: 112px 0;
  position: relative;
  isolation: isolate;
}

.mix-cowork-section::before {
  width: 1px;
  height: 72px;
  position: absolute;
  top: 20px;
  left: 18px;
  z-index: -1;
  background: var(--mix-cowork-border);
  content: "";
}

.mix-cowork-section::after {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 16px;
  left: 14px;
  z-index: -1;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--mix-cowork-violet);
  box-shadow: 0 0 0 1px var(--mix-cowork-border);
  content: "";
}

.mix-cowork-section-heading {
  max-width: 780px;
  margin-bottom: 54px;
}

.mix-cowork-section-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(300px, .58fr);
  align-items: end;
  gap: 64px;
}

.mix-cowork-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.mix-cowork-eyebrow,
.mix-cowork-interface-label {
  color: var(--mix-cowork-violet);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mix-cowork-section-heading h2,
.mix-cowork-final h2 {
  margin: 13px 0 0;
  color: var(--mix-cowork-ink);
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif;
  font-size: clamp(42px, 4.4vw, 66px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.mix-cowork-section-heading h2 strong,
.mix-cowork-final h2 strong {
  color: var(--mix-cowork-violet);
  font-weight: 700;
}

.mix-cowork-section-heading > p,
.mix-cowork-section-heading--split > p {
  margin: 22px 0 0;
  max-width: 650px;
  color: #596078;
  font-size: 17px;
  line-height: 1.65;
}

.mix-cowork-section-heading--split > p {
  margin: 0 0 3px;
}

.mix-cowork-shared {
  width: min(calc(100% - 64px), 1390px);
  padding-top: 124px;
  border-top: 1px solid #eef0f5;
}

.mix-cowork-workspace {
  min-height: 620px;
  display: grid;
  grid-template-columns: 228px minmax(0, 1fr) 252px;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid #dfe3ec;
  border-radius: 28px;
  background: #f7f8fb;
  box-shadow: 0 34px 80px rgba(30, 39, 76, .12), 0 5px 16px rgba(30, 39, 76, .05);
}

.mix-cowork-workspace-bar {
  min-height: 58px;
  padding: 0 20px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #e3e6ed;
  background: #fff;
}

.mix-cowork-workspace-bar > strong {
  color: #2c3451;
  font-size: 13px;
  font-weight: 700;
}

.mix-cowork-window-dots {
  display: flex;
  gap: 6px;
}

.mix-cowork-window-dots i {
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background: #d9dde6;
}

.mix-cowork-window-dots i:nth-child(2) { background: #cbd4f6; }
.mix-cowork-window-dots i:nth-child(3) { background: #d1ead9; }

.mix-cowork-live-state {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #596078;
  font-size: 12px;
  font-weight: 600;
}

.mix-cowork-live-state i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #09a63a;
  box-shadow: 0 0 0 4px rgba(9, 166, 58, .1);
}

.mix-cowork-context-sources,
.mix-cowork-context-map {
  padding: 28px 20px;
  background: #f7f8fb;
}

.mix-cowork-context-sources {
  border-right: 1px solid #e3e6ed;
}

.mix-cowork-context-map {
  border-left: 1px solid #e3e6ed;
}

.mix-cowork-interface-label {
  display: block;
  color: #747b90;
  font-size: 10px;
  letter-spacing: .09em;
}

.mix-cowork-source-item {
  min-height: 62px;
  margin-top: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #444c65;
  background: transparent;
}

.mix-cowork-source-item.is-active {
  border-color: #dbe2fb;
  background: #fff;
  box-shadow: 0 6px 18px rgba(38, 49, 90, .05);
}

.mix-cowork-source-item strong,
.mix-cowork-source-item small {
  display: block;
}

.mix-cowork-source-item strong {
  color: #303852;
  font-size: 12px;
  line-height: 1.25;
}

.mix-cowork-source-item small {
  margin-top: 3px;
  color: #81879a;
  font-size: 10px;
}

.mix-cowork-file-icon {
  width: 34px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 7px 7px 7px 3px;
  color: #fff;
  background: var(--mix-cowork-blue);
  font: 900 8px/1 Inter, Arial, sans-serif;
  letter-spacing: .04em;
}

.mix-cowork-file-icon--green { background: #109d44; }
.mix-cowork-file-icon--orange { background: #eb7a20; }
.mix-cowork-file-icon--violet { background: var(--mix-cowork-violet); }
.mix-cowork-file-icon--wide { width: 48px; }

.mix-cowork-activity {
  min-width: 0;
  padding: 29px 30px 34px;
  background: #fff;
}

.mix-cowork-activity-intro {
  margin-bottom: 28px;
}

.mix-cowork-activity-intro strong {
  margin-top: 7px;
  display: block;
  color: #252d4a;
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif;
  font-size: clamp(19px, 1.8vw, 25px);
  line-height: 1.2;
}

.mix-cowork-message {
  max-width: 570px;
  margin-top: 18px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
}

.mix-cowork-message > div {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #e5e8ef;
  border-radius: 4px 16px 16px;
  background: #f8f9fc;
}

.mix-cowork-message--agent > div {
  border-color: #dbe2fb;
  background: #f3f6ff;
}

.mix-cowork-message header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mix-cowork-message header strong {
  color: #303852;
  font-size: 12px;
}

.mix-cowork-message header time,
.mix-cowork-message header span {
  color: #81879a;
  font-size: 10px;
}

.mix-cowork-message p {
  margin: 8px 0 0;
  color: #4f576f;
  font-size: 13px;
  line-height: 1.55;
}

.mix-cowork-message footer {
  margin-top: 13px;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  border-top: 1px solid #dfe4f3;
}

.mix-cowork-message footer span {
  margin-right: 2px;
  color: #747b90;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.mix-cowork-message footer b {
  padding: 4px 7px;
  border: 1px solid #d8def0;
  border-radius: 999px;
  color: #515a78;
  background: #fff;
  font-size: 9px;
  font-weight: 700;
}

.mix-cowork-avatar,
.mix-cowork-agent-mark {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--mix-cowork-violet);
  box-shadow: 0 3px 9px rgba(28, 36, 71, .13);
  font: 800 11px/1 Inter, Arial, sans-serif;
}

.mix-cowork-avatar--blue { background: var(--mix-cowork-blue); }
.mix-cowork-avatar--violet { background: var(--mix-cowork-violet); }
.mix-cowork-avatar--green { background: #119c47; }
.mix-cowork-avatar--orange { background: #e87824; }

.mix-cowork-agent-mark {
  color: var(--mix-cowork-violet);
  background: #eef0ff;
}

.mix-cowork-agent-mark svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mix-cowork-context-block {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid #e0e4ed;
  border-left: 3px solid var(--mix-cowork-blue);
  border-radius: 10px;
  background: #fff;
}

.mix-cowork-context-block--orange { border-left-color: #e87824; }
.mix-cowork-context-block--green { border-left-color: #119c47; }

.mix-cowork-context-block small,
.mix-cowork-context-block strong,
.mix-cowork-context-block span {
  display: block;
}

.mix-cowork-context-block small {
  color: #747b90;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.mix-cowork-context-block strong {
  margin-top: 6px;
  color: #303852;
  font-size: 12px;
  line-height: 1.35;
}

.mix-cowork-context-block span {
  margin-top: 7px;
  color: #747b90;
  font-size: 10px;
}

.mix-cowork-participants {
  margin-top: 26px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e3e6ed;
}

.mix-cowork-participants .mix-cowork-avatar,
.mix-cowork-participants .mix-cowork-agent-mark {
  width: 30px;
  height: 30px;
  margin-left: -7px;
}

.mix-cowork-participants .mix-cowork-avatar:first-child { margin-left: 0; }

.mix-cowork-participants small {
  margin-left: 9px;
  color: #747b90;
  font-size: 9px;
  line-height: 1.3;
}

.mix-cowork-operational {
  width: min(calc(100% - 64px), 1390px);
  padding-inline: 54px;
  border: 1px solid #e7e9f0;
  border-radius: 36px;
  background: #f7f8fb;
}

.mix-cowork-operational::before { left: 72px; }
.mix-cowork-operational::after { left: 68px; }

.mix-cowork-flow-steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
}

.mix-cowork-flow-step {
  min-height: 420px;
  padding: 25px 22px 22px;
  position: relative;
  border: 1px solid #dde1ea;
  border-top: 4px solid var(--mix-cowork-blue);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(35, 44, 79, .06);
}

.mix-cowork-flow-step:not(:last-child)::after {
  width: 18px;
  height: 1px;
  position: absolute;
  top: 55px;
  right: -19px;
  z-index: 2;
  background: #bfc5d1;
  content: "";
}

.mix-cowork-flow-step--violet { border-top-color: var(--mix-cowork-violet); }
.mix-cowork-flow-step--orange { border-top-color: #e87824; }
.mix-cowork-flow-step--green { border-top-color: #119c47; }

.mix-cowork-step-number {
  position: absolute;
  top: 25px;
  right: 21px;
  color: #a5aabd;
  font: 800 11px/1 Inter, Arial, sans-serif;
  letter-spacing: .1em;
}

.mix-cowork-step-icon,
.mix-cowork-area-symbol {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--mix-cowork-blue);
  background: #eef3ff;
}

.mix-cowork-flow-step--violet .mix-cowork-step-icon { color: var(--mix-cowork-violet); background: #f0efff; }
.mix-cowork-flow-step--orange .mix-cowork-step-icon { color: #d66a1d; background: #fff2e9; }
.mix-cowork-flow-step--green .mix-cowork-step-icon { color: #0c9140; background: #eaf8ef; }

.mix-cowork-step-icon svg,
.mix-cowork-area-symbol svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mix-cowork-flow-step h3 {
  margin: 26px 0 0;
  color: #252d4a;
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif;
  font-size: 27px;
  line-height: 1;
}

.mix-cowork-flow-step > p {
  min-height: 69px;
  margin: 13px 0 21px;
  color: #626a80;
  font-size: 13px;
  line-height: 1.55;
}

.mix-cowork-step-preview,
.mix-cowork-context-preview {
  display: grid;
  gap: 8px;
}

.mix-cowork-step-preview span,
.mix-cowork-context-preview span {
  min-height: 34px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e4e7ee;
  border-radius: 8px;
  color: #525a72;
  background: #f9fafc;
  font-size: 10px;
  font-weight: 700;
}

.mix-cowork-context-preview i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mix-cowork-violet);
}

.mix-cowork-context-preview span:nth-child(2) i { background: var(--mix-cowork-blue); }
.mix-cowork-context-preview span:nth-child(3) i { background: #e87824; }

.mix-cowork-collab-preview {
  min-height: 92px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e7ee;
  border-radius: 12px;
  background: #fafbfc;
}

.mix-cowork-collab-preview .mix-cowork-avatar,
.mix-cowork-collab-preview .mix-cowork-agent-mark {
  margin-left: -7px;
}

.mix-cowork-collab-preview b {
  margin-left: 10px;
  color: #596078;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.mix-cowork-action-preview {
  padding: 14px;
  border: 1px solid #cde9d7;
  border-radius: 12px;
  background: #f1fbf4;
}

.mix-cowork-action-preview small,
.mix-cowork-action-preview strong,
.mix-cowork-action-preview span {
  display: block;
}

.mix-cowork-action-preview small {
  color: #17804a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mix-cowork-action-preview strong {
  margin-top: 8px;
  color: #294536;
  font-size: 12px;
  line-height: 1.4;
}

.mix-cowork-action-preview span {
  margin-top: 9px;
  color: #668271;
  font-size: 10px;
}

.mix-cowork-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.mix-cowork-area-card {
  min-height: 470px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dfe3ec;
  border-radius: 24px;
  background: #f8f9fb;
  box-shadow: 0 18px 42px rgba(34, 43, 78, .055);
}

.mix-cowork-area-card--productivity,
.mix-cowork-area-card--finance {
  grid-column: span 7;
}

.mix-cowork-area-card--marketing,
.mix-cowork-area-card--data {
  grid-column: span 5;
}

.mix-cowork-area-card--productivity { background: #f4f6ff; }
.mix-cowork-area-card--marketing { background: #f8f6ff; }
.mix-cowork-area-card--data { background: #f4fbf7; }
.mix-cowork-area-card--finance { background: #fff8f2; }

.mix-cowork-area-card > header {
  display: flex;
  align-items: center;
  gap: 13px;
}

.mix-cowork-area-card--marketing .mix-cowork-area-symbol { color: var(--mix-cowork-violet); background: #eceaff; }
.mix-cowork-area-card--data .mix-cowork-area-symbol { color: #0c9140; background: #e5f7ec; }
.mix-cowork-area-card--finance .mix-cowork-area-symbol { color: #d66a1d; background: #ffeadb; }

.mix-cowork-area-card header small {
  display: block;
  color: #888ea0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mix-cowork-area-card h3 {
  margin: 3px 0 0;
  color: #252d4a;
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
}

.mix-cowork-area-status {
  margin-left: auto;
  padding: 7px 10px;
  border: 1px solid #d4ddf7;
  border-radius: 999px;
  color: #4c61a2;
  background: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.mix-cowork-area-status--orange {
  border-color: #f0d7c3;
  color: #a4561f;
}

.mix-cowork-task-board {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mix-cowork-task-board > div {
  min-height: 190px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dce2f2;
  border-radius: 14px;
  background: #fff;
}

.mix-cowork-task-board small {
  color: #7a829a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.mix-cowork-task-board strong {
  margin-top: 12px;
  color: #39415c;
  font-size: 12px;
  line-height: 1.45;
}

.mix-cowork-task-board span {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #737b91;
  font-size: 9px;
  line-height: 1.3;
}

.mix-cowork-task-board i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mix-cowork-blue);
}

.mix-cowork-task-board > div:nth-child(2) i { background: #e87824; }
.mix-cowork-task-board > div:nth-child(3) i { background: #119c47; }

.mix-cowork-question-card {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid #dfdcf2;
  border-radius: 16px;
  background: #fff;
}

.mix-cowork-question-card > small {
  color: var(--mix-cowork-violet);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.mix-cowork-question-card > strong {
  margin-top: 9px;
  display: block;
  color: #35324e;
  font-size: 16px;
  line-height: 1.35;
}

.mix-cowork-question-card > p {
  margin: 13px 0 18px;
  color: #6a6780;
  font-size: 11px;
  line-height: 1.55;
}

.mix-cowork-question-card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mix-cowork-question-card span {
  padding: 5px 8px;
  border-radius: 999px;
  color: #5a5771;
  background: #f0eef8;
  font-size: 9px;
  font-weight: 700;
}

.mix-cowork-question-card span.is-gap { color: #a45825; background: #fff0e6; }

.mix-cowork-data-table {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid #d8eadf;
  border-radius: 14px;
  background: #fff;
}

.mix-cowork-data-table > div {
  min-height: 48px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #e7f0ea;
}

.mix-cowork-data-table > div:first-child { border-top: 0; }
.mix-cowork-data-table > div.is-head { min-height: 36px; background: #edf7f1; }

.mix-cowork-data-table .is-head span {
  color: #698173;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mix-cowork-data-table strong {
  color: #3e5647;
  font-size: 11px;
}

.mix-cowork-data-table span.is-ready,
.mix-cowork-data-table span.is-gap {
  padding: 5px 7px;
  border-radius: 999px;
  color: #16733e;
  background: #e8f8ee;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.mix-cowork-data-table span.is-gap { color: #a45825; background: #fff0e6; }

.mix-cowork-finance-list {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mix-cowork-finance-list > div {
  min-height: 154px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #efdcca;
  border-radius: 14px;
  background: #fff;
}

.mix-cowork-finance-list span {
  color: #8a654b;
  font-size: 10px;
  font-weight: 700;
}

.mix-cowork-finance-list strong {
  color: #5c4332;
  font-size: 12px;
  line-height: 1.4;
}

.mix-cowork-finance-list > div.is-gap {
  border-style: dashed;
  background: #fffaf6;
}

.mix-cowork-area-card > footer {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  align-items: baseline;
  gap: 11px;
}

.mix-cowork-area-card > footer span {
  flex: 0 0 auto;
  color: #858b9d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mix-cowork-area-card > footer strong {
  color: #434b64;
  font-size: 11px;
  line-height: 1.45;
}

.mix-cowork-roles {
  width: min(calc(100% - 64px), 1390px);
  padding-inline: 54px;
  border-radius: 36px;
  background: #151d3f;
}

.mix-cowork-roles::before { left: 72px; background: rgba(255, 255, 255, .2); }
.mix-cowork-roles::after { left: 68px; border-color: #151d3f; box-shadow: 0 0 0 1px rgba(255, 255, 255, .24); }

.mix-cowork-roles .mix-cowork-eyebrow { color: #aebcff; }
.mix-cowork-roles .mix-cowork-section-heading h2 { color: #fff; }
.mix-cowork-roles .mix-cowork-section-heading h2 strong { color: #9facff; }
.mix-cowork-roles .mix-cowork-section-heading > p { color: #b9c0d6; }

.mix-cowork-role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mix-cowork-role-card {
  min-height: 350px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: #20294e;
}

.mix-cowork-role-card > header {
  display: flex;
  align-items: center;
  gap: 11px;
}

.mix-cowork-role-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.mix-cowork-role-card header small {
  margin-top: 5px;
  display: block;
  color: #aeb6d0;
  font-size: 9px;
}

.mix-cowork-role-card blockquote {
  margin: 28px 0;
  color: #fff;
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
}

.mix-cowork-role-output {
  margin-top: auto;
  padding: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(4, 10, 33, .28);
}

.mix-cowork-role-output small {
  width: 100%;
  margin-bottom: 5px;
  color: #949db9;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mix-cowork-role-output span {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: #d9def0;
  font-size: 8px;
  font-weight: 700;
}

.mix-cowork-integrations {
  width: min(calc(100% - 64px), 1390px);
}

.mix-cowork-source-map {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 238px minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  position: relative;
}

.mix-cowork-source-map::before,
.mix-cowork-source-map::after {
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -1;
  background: #cbd0da;
  content: "";
}

.mix-cowork-source-map::before { right: 50%; left: 20%; }
.mix-cowork-source-map::after { right: 20%; left: 50%; }

.mix-cowork-source-lanes {
  display: grid;
  gap: 16px;
}

.mix-cowork-source-lane {
  padding: 20px;
  position: relative;
  border: 1px solid #dfe3eb;
  border-radius: 16px;
  background: #f8f9fb;
  box-shadow: 0 10px 30px rgba(32, 42, 77, .05);
}

.mix-cowork-source-lane::after {
  width: 9px;
  height: 9px;
  position: absolute;
  top: calc(50% - 5px);
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--mix-cowork-violet);
  box-shadow: 0 0 0 1px #cbd0da;
  content: "";
}

.mix-cowork-source-lanes--left .mix-cowork-source-lane::after { right: -26px; }
.mix-cowork-source-lanes--right .mix-cowork-source-lane::after { left: -26px; }

.mix-cowork-source-lane--produtividade::after { background: var(--mix-cowork-blue); }
.mix-cowork-source-lane--marketing::after { background: var(--mix-cowork-violet); }
.mix-cowork-source-lane--data::after { background: #119c47; }
.mix-cowork-source-lane--financeiro::after { background: #e87824; }

.mix-cowork-source-lane > header {
  display: flex;
  align-items: center;
  gap: 9px;
}

.mix-cowork-source-index {
  color: #9ba1b2;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
}

.mix-cowork-source-lane h3 {
  margin: 0;
  color: #303852;
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.mix-cowork-source-lane > p {
  margin: 13px 0 0;
  color: #7a8194;
  font-size: 9px;
  font-weight: 600;
}

.mix-cowork-source-list {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.mix-cowork-source-logo {
  min-width: 0;
  min-height: 38px;
  padding: 6px 8px;
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  border: 1px solid #e1e4eb;
  border-radius: 9px;
  background: #fff;
}

.mix-cowork-source-logo img,
.mix-cowork-source-logo [data-cowork-logo-fallback]:not([hidden]) {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  object-fit: contain;
}

.mix-cowork-source-logo img[hidden],
.mix-cowork-source-logo [data-cowork-logo-fallback][hidden] {
  display: none;
}

.mix-cowork-source-logo [data-cowork-logo-fallback]:not([hidden]) {
  overflow: hidden;
  color: #30384d;
  font: 800 6px/1 Inter, Arial, sans-serif;
  text-align: center;
}

.mix-cowork-source-name {
  min-width: 0;
  color: #4f576d;
  font-size: 8.5px;
  font-weight: 700;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.mix-cowork-core-card {
  min-height: 238px;
  padding: 31px 20px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #252e56;
  border-radius: 28px;
  color: #fff;
  background: #151d3f;
  box-shadow: 0 26px 60px rgba(21, 29, 63, .22);
  text-align: center;
}

.mix-cowork-core-card > svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: #9facff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mix-cowork-core-card > small {
  margin-top: 16px;
  color: #9facff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mix-cowork-core-card h3 {
  margin: 7px 0 0;
  color: #fff;
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.mix-cowork-core-card > div {
  margin-top: 19px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.mix-cowork-core-card > div span {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #d8ddef;
  background: rgba(255, 255, 255, .05);
  font-size: 8px;
  font-weight: 700;
}

.mix-cowork-core-orbit {
  position: absolute;
  inset: 16px;
  border: 1px dashed rgba(159, 172, 255, .32);
  border-radius: 22px;
}

.mix-cowork-core-orbit i {
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 50%;
  background: #9facff;
}

.mix-cowork-core-orbit i:nth-child(1) { top: -4px; left: 26%; }
.mix-cowork-core-orbit i:nth-child(2) { top: 35%; right: -4px; background: #e87824; }
.mix-cowork-core-orbit i:nth-child(3) { right: 29%; bottom: -4px; background: #119c47; }
.mix-cowork-core-orbit i:nth-child(4) { top: 62%; left: -4px; background: var(--mix-cowork-blue); }

.mix-cowork-integrations-note {
  width: fit-content;
  max-width: 720px;
  margin: 26px auto 0;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #747b90;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.mix-cowork-integrations-note > span {
  width: 7px;
  height: 7px;
  margin-top: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #e87824;
}

.mix-cowork-final {
  width: min(calc(100% - 64px), 1390px);
  min-height: 520px;
  margin: 0 auto 112px;
  padding: 90px 74px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: end;
  gap: 50px;
  overflow: hidden;
  border-radius: 38px;
  color: #fff;
  background: #151d3f;
  box-shadow: 0 30px 70px rgba(21, 29, 63, .18);
}

.mix-cowork-final-circuit {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  fill: none;
  stroke: rgba(159, 172, 255, .2);
  stroke-width: 1.2;
  stroke-dasharray: 5 9;
  vector-effect: non-scaling-stroke;
}

.mix-cowork-final-circuit circle {
  fill: #151d3f;
  stroke: rgba(159, 172, 255, .48);
  stroke-dasharray: none;
  stroke-width: 2;
}

.mix-cowork-final-copy,
.mix-cowork-final-proof {
  position: relative;
  z-index: 2;
}

.mix-cowork-final .mix-cowork-eyebrow { color: #aebcff; }

.mix-cowork-final h2 {
  max-width: 700px;
  color: #fff;
}

.mix-cowork-final h2 strong { color: #9facff; }

.mix-cowork-final-copy > p {
  max-width: 610px;
  margin: 24px 0 0;
  color: #c3c9dc;
  font-size: 17px;
  line-height: 1.65;
}

.mix-cowork-final-copy > a {
  min-height: 50px;
  margin-top: 32px;
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #fff;
  border-radius: 12px;
  color: #151d3f;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.mix-cowork-final-copy > a:hover {
  border-color: #cbd3ff;
  color: #fff;
  background: var(--mix-cowork-violet);
}

.mix-cowork-final-copy > a:focus-visible {
  outline: 3px solid #9facff;
  outline-offset: 4px;
}

.mix-cowork-final-copy > a svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mix-cowork-final-proof {
  padding: 20px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(3, 8, 28, .36);
}

.mix-cowork-final-proof span {
  min-height: 38px;
  padding: 9px 11px 9px 31px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 9px;
  color: #e1e5f3;
  background: rgba(255, 255, 255, .04);
  font-size: 10px;
  font-weight: 700;
}

.mix-cowork-final-proof span::before {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 13px;
  border-radius: 50%;
  background: #9facff;
  content: "";
}

.mix-cowork-final-proof span:nth-child(2)::before { background: var(--mix-cowork-blue); }
.mix-cowork-final-proof span:nth-child(3)::before { background: #e87824; }
.mix-cowork-final-proof span:nth-child(4)::before { background: #35b766; }

@media (max-width: 1180px) {
  .mix-cowork-section-heading--split {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
    gap: 36px;
  }

  .mix-cowork-workspace {
    grid-template-columns: 205px minmax(0, 1fr);
  }

  .mix-cowork-context-map {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    border-top: 1px solid #e3e6ed;
    border-left: 0;
  }

  .mix-cowork-context-map > .mix-cowork-interface-label,
  .mix-cowork-context-map > .mix-cowork-participants {
    grid-column: 1 / -1;
  }

  .mix-cowork-context-block { margin-top: 0; }

  .mix-cowork-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mix-cowork-role-card { min-height: 310px; }

  .mix-cowork-source-map {
    grid-template-columns: minmax(0, 1fr) 210px minmax(0, 1fr);
    gap: 32px;
  }

  .mix-cowork-source-lane { padding: 16px; }
  .mix-cowork-source-list { grid-template-columns: 1fr; }
}

@media (max-width: 1020px) {
  .mix-cowork-section,
  .mix-cowork-shared,
  .mix-cowork-operational,
  .mix-cowork-roles,
  .mix-cowork-integrations {
    width: min(calc(100% - 48px), 960px);
  }

  .mix-cowork-section {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .mix-cowork-operational,
  .mix-cowork-roles {
    padding-inline: 32px;
  }

  .mix-cowork-operational::before,
  .mix-cowork-roles::before { left: 48px; }

  .mix-cowork-operational::after,
  .mix-cowork-roles::after { left: 44px; }

  .mix-cowork-section-heading--split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mix-cowork-section-heading--split > p {
    margin: 0;
    max-width: 680px;
  }

  .mix-cowork-flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mix-cowork-flow-step:not(:last-child)::after { display: none; }

  .mix-cowork-area-card--productivity,
  .mix-cowork-area-card--finance,
  .mix-cowork-area-card--marketing,
  .mix-cowork-area-card--data {
    grid-column: span 6;
  }

  .mix-cowork-task-board,
  .mix-cowork-finance-list {
    grid-template-columns: 1fr;
  }

  .mix-cowork-task-board > div,
  .mix-cowork-finance-list > div {
    min-height: 104px;
  }

  .mix-cowork-source-map {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mix-cowork-source-map::before,
  .mix-cowork-source-map::after,
  .mix-cowork-source-lane::after {
    display: none;
  }

  .mix-cowork-core-card {
    width: min(100%, 440px);
    min-height: 220px;
    margin: 0 auto;
    grid-row: 1;
  }

  .mix-cowork-source-lanes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mix-cowork-source-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .mix-cowork-final {
    width: calc(100% - 48px);
    padding: 70px 48px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .mix-cowork-final-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .mix-cowork-section,
  .mix-cowork-shared,
  .mix-cowork-operational,
  .mix-cowork-roles,
  .mix-cowork-integrations {
    width: calc(100% - 32px);
  }

  .mix-cowork-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .mix-cowork-section::before { height: 44px; top: 18px; left: 11px; }
  .mix-cowork-section::after { top: 14px; left: 7px; }

  .mix-cowork-operational,
  .mix-cowork-roles {
    padding-inline: 18px;
    border-radius: 26px;
  }

  .mix-cowork-operational::before,
  .mix-cowork-roles::before { left: 30px; }

  .mix-cowork-operational::after,
  .mix-cowork-roles::after { left: 26px; }

  .mix-cowork-section-heading { margin-bottom: 36px; }

  .mix-cowork-section-heading h2,
  .mix-cowork-final h2 {
    font-size: clamp(34px, 10vw, 45px);
    line-height: 1.04;
  }

  .mix-cowork-section-heading > p,
  .mix-cowork-section-heading--split > p,
  .mix-cowork-final-copy > p {
    font-size: 16px;
    line-height: 1.6;
  }

  .mix-cowork-workspace {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .mix-cowork-workspace-bar {
    min-height: 70px;
    padding: 12px 15px;
    grid-template-columns: auto 1fr;
    gap: 10px;
  }

  .mix-cowork-window-dots { display: none; }
  .mix-cowork-workspace-bar > strong { font-size: 12px; }

  .mix-cowork-live-state {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .mix-cowork-context-sources,
  .mix-cowork-context-map {
    padding: 22px 16px;
    border: 0;
    border-bottom: 1px solid #e3e6ed;
  }

  .mix-cowork-context-sources {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mix-cowork-context-sources > .mix-cowork-interface-label {
    grid-column: 1 / -1;
    margin-bottom: 3px;
  }

  .mix-cowork-source-item {
    min-width: 0;
    min-height: 58px;
    margin: 0;
    padding: 8px;
  }

  .mix-cowork-source-item strong { font-size: 10px; }
  .mix-cowork-source-item small { font-size: 8px; }
  .mix-cowork-file-icon { width: 29px; height: 33px; font-size: 7px; }
  .mix-cowork-file-icon--wide { width: 42px; }

  .mix-cowork-activity { padding: 24px 16px 29px; }
  .mix-cowork-message { grid-template-columns: 32px minmax(0, 1fr); gap: 8px; }

  .mix-cowork-message > .mix-cowork-avatar,
  .mix-cowork-message > .mix-cowork-agent-mark {
    width: 32px;
    height: 32px;
  }

  .mix-cowork-message > div { padding: 12px; }
  .mix-cowork-message header { align-items: flex-start; flex-direction: column; gap: 2px; }
  .mix-cowork-message p { font-size: 12px; }

  .mix-cowork-context-map {
    grid-template-columns: 1fr;
  }

  .mix-cowork-context-map > .mix-cowork-interface-label,
  .mix-cowork-context-map > .mix-cowork-participants {
    grid-column: auto;
  }

  .mix-cowork-flow-steps,
  .mix-cowork-role-grid,
  .mix-cowork-source-lanes {
    grid-template-columns: 1fr;
  }

  .mix-cowork-flow-step {
    min-height: 0;
  }

  .mix-cowork-flow-step > p { min-height: 0; }

  .mix-cowork-bento {
    grid-template-columns: 1fr;
  }

  .mix-cowork-area-card--productivity,
  .mix-cowork-area-card--finance,
  .mix-cowork-area-card--marketing,
  .mix-cowork-area-card--data {
    min-height: 0;
    grid-column: auto;
  }

  .mix-cowork-area-card {
    padding: 21px;
    border-radius: 19px;
  }

  .mix-cowork-area-status { display: none; }

  .mix-cowork-task-board,
  .mix-cowork-finance-list {
    grid-template-columns: 1fr;
  }

  .mix-cowork-task-board > div,
  .mix-cowork-finance-list > div {
    min-height: 104px;
  }

  .mix-cowork-role-card { min-height: 300px; }

  .mix-cowork-source-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mix-cowork-final {
    width: calc(100% - 32px);
    min-height: 560px;
    margin-bottom: 72px;
    padding: 64px 24px 30px;
    border-radius: 26px;
  }

  .mix-cowork-final-copy > a {
    width: 100%;
    justify-content: center;
  }

  .mix-cowork-final-proof {
    padding: 14px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .mix-cowork-context-sources,
  .mix-cowork-source-list {
    grid-template-columns: 1fr;
  }

  .mix-cowork-participants small { max-width: 120px; }
  .mix-cowork-area-card > footer { align-items: flex-start; flex-direction: column; }
}

/* Dense Cowork narrative: permissions, execution, routines and shared core. */
.cxw-section {
  --cxw-ink: #15182b;
  --cxw-muted: #62677a;
  --cxw-line: #e4e6ef;
  --cxw-violet: #6248f5;
  --cxw-blue: #2768e9;
  --cxw-green: #15a967;
  --cxw-orange: #f27b31;
  width: min(calc(100% - 64px), 1390px);
  margin: 0 auto;
  padding: 126px 0;
  position: relative;
  color: var(--cxw-ink);
  font-family: Inter, Arial, sans-serif;
}

.cxw-section::before {
  width: 1px;
  height: 72px;
  position: absolute;
  top: 24px;
  left: 18px;
  background: var(--cxw-line);
  content: "";
}

.cxw-section::after {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 20px;
  left: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--cxw-violet);
  box-shadow: 0 0 0 1px var(--cxw-line);
  content: "";
}

.cxw-heading {
  max-width: 860px;
  margin-bottom: 56px;
}

.cxw-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 80px;
  align-items: end;
}

.cxw-heading--center {
  margin-inline: auto;
  text-align: center;
}

.cxw-eyebrow {
  color: var(--cxw-violet);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cxw-heading h2,
.cxw-cost-copy h3 {
  margin: 14px 0 0;
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, sans-serif;
  font-size: clamp(44px, 4.6vw, 68px);
  font-weight: 430;
  line-height: .99;
  letter-spacing: -.052em;
}

.cxw-heading h2 strong,
.cxw-cost-copy h3 strong {
  color: var(--cxw-violet);
  font-weight: 720;
}

.cxw-heading > p,
.cxw-heading--split > p {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--cxw-muted);
  font-size: 17px;
  line-height: 1.62;
}

.cxw-heading--split > p { margin: 0 0 4px; }

.cxw-panel-bar {
  min-height: 68px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--cxw-line);
}

.cxw-panel-bar > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cxw-panel-bar > div > i,
.cxw-live-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #19b875;
  box-shadow: 0 0 0 5px rgba(25, 184, 117, .1);
}

.cxw-panel-bar strong { font-size: 14px; }
.cxw-panel-bar span { color: #8a8fa0; font-size: 11px; }

.cxw-panel-bar button,
.cxw-policy-footer button,
.cxw-process-footer button,
.cxw-proactive-stack button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #daddE8;
  border-radius: 11px;
  color: #34384b;
  background: #fff;
  font: 700 12px/1 Inter, sans-serif;
  cursor: pointer;
}

.cxw-governance {
  scroll-margin-top: 128px;
  width: min(calc(100% - 64px), 1450px);
  border-top: 1px solid #eff0f5;
}

.cxw-governance-module-host {
  margin-bottom: 44px;
  overflow: hidden;
  border-radius: 24px;
  background: #121128;
}

.cxw-governance-module-host .mix-governance-module {
  padding: 28px;
  overflow: visible;
  background: transparent;
}

.cxw-governance-module-host .mix-governance-layout {
  width: 100%;
  display: block;
}

.cxw-governance-module-host .mix-governance-matrix {
  width: 100%;
}

.cxw-governance-module-host .mix-governance-copy {
  display: none;
}

.cxw-policy-shell {
  overflow: hidden;
  border: 1px solid #dbdee8;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 70px rgba(35, 38, 71, .08);
}

.cxw-policy-table { padding: 0 24px; }

.cxw-policy-row {
  min-width: 1160px;
  min-height: 94px;
  display: grid;
  grid-template-columns: 1.2fr 1.02fr 1.15fr .86fr 1.08fr .95fr;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #eceef3;
}

.cxw-policy-row--head {
  min-height: 48px;
  color: #989baa;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cxw-policy-row.is-override {
  margin-inline: -24px;
  padding-inline: 24px;
  border-left: 3px solid var(--cxw-orange);
  background: linear-gradient(90deg, rgba(242, 123, 49, .06), transparent 60%);
}

.cxw-scope,
.cxw-scope > span,
.cxw-policy-row > span {
  min-width: 0;
}

.cxw-scope {
  display: flex;
  align-items: center;
  gap: 11px;
}

.cxw-scope > span,
.cxw-policy-row > span:not(.cxw-scope):not(.cxw-mini-connectors) {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cxw-policy-row > span > strong {
  width: 100%;
  font-size: 12px;
  line-height: 1.3;
}

.cxw-policy-row > span > small,
.cxw-scope small {
  width: 100%;
  color: #8b8f9e;
  font-size: 10px;
  line-height: 1.3;
}

.cxw-scope-mark,
.cxw-avatar-photo,
.cxw-bot-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--cxw-violet);
  font-size: 11px;
  font-weight: 800;
}

.cxw-scope-mark--green,
.cxw-avatar-photo.is-green { background: var(--cxw-green); }
.cxw-scope-mark--violet,
.cxw-avatar-photo.is-violet { background: var(--cxw-violet); }
.cxw-avatar-photo { border-radius: 50%; background: #2867df; }
.cxw-avatar-photo.is-orange { background: var(--cxw-orange); }
.cxw-bot-icon { border-radius: 10px; background: #f0edff; color: var(--cxw-violet); }

.cxw-model-pill,
.cxw-more-pill,
.cxw-action-pill,
.cxw-approval {
  padding: 6px 8px;
  border: 1px solid #e2e4ec;
  border-radius: 7px;
  color: #484c5d;
  background: #f8f8fa;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.cxw-more-pill { color: var(--cxw-violet); }
.cxw-action-pill.is-create { border-color: #d8d1ff; color: #5940dc; background: #f5f2ff; }
.cxw-action-pill.is-read { border-color: #ccebdc; color: #16875b; background: #f0fbf6; }
.cxw-action-pill.is-share { border-color: #cce0fb; color: #2568bc; background: #f2f7ff; }
.cxw-approval.is-required { border-color: #f8d7bd; color: #bd5b19; background: #fff7f0; }
.cxw-approval.is-conditional { border-color: #d8d1ff; color: #5940dc; background: #f5f2ff; }

.cxw-mini-connectors,
.cxw-context-lane > div {
  display: flex;
  align-items: center;
}

.cxw-connector {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-right: -5px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 7px rgba(28, 31, 55, .12);
}

.cxw-connector img { width: 20px; height: 20px; object-fit: contain; }
.cxw-connector [data-cowork-logo-fallback] { padding: 2px; font-size: 6px; text-align: center; }

.cxw-policy-footer {
  min-height: 62px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #686d80;
  background: #fafafd;
  font-size: 11px;
}

.cxw-policy-footer > span { display: flex; align-items: center; gap: 8px; }
.cxw-policy-footer > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--cxw-green); }
.cxw-policy-footer button { border: 0; background: transparent; color: var(--cxw-violet); }

.cxw-governance-points {
  margin: 20px 0 44px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cxw-governance-points article {
  min-height: 148px;
  padding: 22px;
  border: 1px solid #e3e5ed;
  border-radius: 18px;
  background: #fbfbfd;
}

.cxw-governance-points article > span { color: var(--cxw-violet); font-size: 10px; font-weight: 800; }
.cxw-governance-points strong { display: block; margin-top: 22px; font-size: 14px; }
.cxw-governance-points p { margin: 7px 0 0; color: #797e8f; font-size: 11px; line-height: 1.48; }

.cxw-cost-panel {
  min-height: 610px;
  padding: 62px;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(560px, 1.28fr);
  gap: 72px;
  align-items: center;
  color: #fff;
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 0%, rgba(98, 72, 245, .22), transparent 34%),
    radial-gradient(circle at 90% 100%, rgba(39, 104, 233, .16), transparent 32%),
    #0c0d11;
  box-shadow: 0 30px 80px rgba(12, 13, 17, .18);
}

.cxw-cost-panel .cxw-eyebrow { color: #9e8eff; }
.cxw-cost-copy h3 { max-width: 580px; font-size: clamp(42px, 4.2vw, 62px); }
.cxw-cost-copy h3 strong { color: #fff; }
.cxw-cost-copy > p { max-width: 500px; margin: 24px 0 0; color: #a7a9b3; font-size: 15px; line-height: 1.65; }
.cxw-cost-copy dl { margin: 42px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cxw-cost-copy dl > div { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.13); }
.cxw-cost-copy dt { color: #858894; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.cxw-cost-copy dd { margin: 8px 0 0; font-size: 18px; font-weight: 750; }

.cxw-budget-card {
  padding: 30px 34px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px;
  background: #17181c;
}

.cxw-budget-card > header,
.cxw-budget-row {
  display: grid;
  grid-template-columns: 150px minmax(160px, 1fr) 96px;
  gap: 20px;
  align-items: center;
}

.cxw-budget-card > header { min-height: 36px; color: #8e919b; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cxw-budget-row { min-height: 67px; border-top: 1px solid rgba(255,255,255,.07); }
.cxw-budget-row > span { display: grid; gap: 3px; }
.cxw-budget-row > span b { font-size: 12px; }
.cxw-budget-row > span small { color: #878a94; font-size: 9px; }
.cxw-budget-row > i { height: 13px; display: block; overflow: hidden; border-radius: 4px; background: #292a2e; }
.cxw-budget-row > i b { width: var(--used); height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #8770ff, #e7e1ff); }
.cxw-budget-row.is-warning > i b { background: linear-gradient(90deg, #e97931, #ffce9d); }
.cxw-budget-row > strong { justify-self: end; font-size: 11px; }
.cxw-budget-row > strong em { color: #858792; font-style: normal; font-weight: 500; }
.cxw-budget-card > footer { min-height: 54px; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.cxw-budget-card > footer span { color: #92949e; }
.cxw-budget-card > footer span b { color: #fff; font-size: 15px; }

.cxw-delivery { width: min(calc(100% - 64px), 1450px); }
.cxw-process-shell {
  min-height: 720px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #dde0e9;
  border-radius: 28px;
  background: #f7f7fb;
  box-shadow: 0 28px 74px rgba(34, 37, 66, .1);
}

.cxw-process-nav { padding: 46px 28px; background: #fff; border-right: 1px solid #e3e5ed; }
.cxw-process-nav > span { min-height: 98px; position: relative; display: grid; grid-template-columns: 32px 1fr; grid-template-rows: auto auto; column-gap: 12px; align-content: start; color: #8b8f9e; }
.cxw-process-nav > span:not(:last-child)::after { width: 2px; height: 63px; position: absolute; top: 30px; left: 14px; background: #e4e6ec; content: ""; }
.cxw-process-nav i { width: 30px; height: 30px; grid-row: 1 / 3; display: grid; place-items: center; position: relative; z-index: 1; border: 2px solid #d9dce6; border-radius: 50%; background: #fff; font-size: 10px; font-style: normal; font-weight: 800; }
.cxw-process-nav b { align-self: end; font-size: 13px; }
.cxw-process-nav small { margin-top: 4px; font-size: 9px; }
.cxw-process-nav .is-done { color: #4a4f62; }
.cxw-process-nav .is-done i { border-color: #a79aff; color: #fff; background: var(--cxw-violet); }
.cxw-process-nav .is-done::after { background: #b8afff !important; }
.cxw-process-nav .is-active { color: var(--cxw-ink); }
.cxw-process-nav .is-active i { border: 7px solid #ddd8ff; color: #fff; background: var(--cxw-violet); box-shadow: 0 0 0 2px var(--cxw-violet); }

.cxw-process-stage { min-width: 0; padding: 30px; }
.cxw-process-stage > header { min-height: 76px; padding: 0 4px 22px; display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid #dfe2ea; }
.cxw-process-stage > header > div { display: grid; grid-template-columns: auto 1fr; gap: 2px 10px; }
.cxw-process-stage > header .cxw-live-dot { grid-row: 1 / 3; align-self: center; }
.cxw-process-stage > header small { color: #878b9b; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.cxw-process-stage > header strong { font: 650 20px/1.2 "Bricolage Grotesque", Inter, sans-serif; }
.cxw-process-stage > header > span { padding: 8px 10px; border-radius: 999px; color: var(--cxw-violet); background: #eeebff; font-size: 10px; font-weight: 750; }
.cxw-process-grid { margin-top: 22px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 14px; }
.cxw-process-grid article { min-width: 0; padding: 22px; border: 1px solid #e0e3eb; border-radius: 18px; background: #fff; }
.cxw-process-grid article > small,
.cxw-plan-card header small,
.cxw-evidence-card > small { color: #8a8e9e; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cxw-brief-card blockquote { margin: 22px 0 32px; font: 520 18px/1.45 "Bricolage Grotesque", Inter, sans-serif; }
.cxw-brief-card footer { display: flex; justify-content: space-between; color: #818596; font-size: 9px; }
.cxw-plan-card header { display: flex; justify-content: space-between; }
.cxw-plan-card header span { color: var(--cxw-violet); font-size: 9px; font-weight: 750; }
.cxw-plan-card ol { margin: 18px 0 0; padding: 0; list-style: none; }
.cxw-plan-card li { min-height: 46px; padding-left: 30px; position: relative; display: flex; align-items: center; border-top: 1px solid #eceef3; color: #74798b; font-size: 11px; }
.cxw-plan-card li::before { width: 15px; height: 15px; position: absolute; left: 0; border: 1px solid #d3d6e1; border-radius: 50%; content: ""; }
.cxw-plan-card li.is-done::before { border-color: var(--cxw-green); background: var(--cxw-green); box-shadow: inset 0 0 0 4px #fff; }
.cxw-plan-card li.is-active { color: #24283b; font-weight: 700; }
.cxw-plan-card li.is-active::before { border: 5px solid #dcd7ff; background: var(--cxw-violet); }
.cxw-evidence-card > div { min-height: 60px; display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; border-top: 1px solid #eceef3; }
.cxw-file-badge { width: 34px; height: 36px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--cxw-green); font-size: 7px; font-weight: 800; }
.cxw-file-badge--wide { width: 42px; }
.cxw-file-badge.is-violet { background: var(--cxw-violet); }
.cxw-file-badge.is-orange { background: var(--cxw-orange); }
.cxw-evidence-card p { display: grid; gap: 3px; margin: 0; }
.cxw-evidence-card p strong { font-size: 10px; }
.cxw-evidence-card p small { color: #8b8f9e; font-size: 8px; }
.cxw-evidence-card > div > b { color: var(--cxw-green); font-size: 8px; }
.cxw-evidence-card > div > b.is-pending { color: var(--cxw-orange); }
.cxw-handoff-card { background: linear-gradient(135deg, #f7f5ff, #fff) !important; }
.cxw-handoff-card header { display: flex; gap: 10px; align-items: center; }
.cxw-handoff-card header > div { display: grid; gap: 3px; }
.cxw-handoff-card header strong { font-size: 11px; }
.cxw-handoff-card header small { color: #858a9a; font-size: 9px; }
.cxw-handoff-card > p { margin: 20px 0; font-size: 12px; line-height: 1.55; }
.cxw-handoff-card > div { display: flex; flex-wrap: wrap; gap: 6px; }
.cxw-handoff-card > div span { padding: 6px 8px; border-radius: 6px; color: #6651d8; background: #eeebff; font-size: 8px; font-weight: 700; }
.cxw-process-footer { min-height: 68px; margin-top: 18px; padding: 14px 4px 0; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #dfe2ea; }
.cxw-process-footer > div { display: flex; align-items: center; }
.cxw-process-footer .cxw-avatar-photo,
.cxw-process-footer .cxw-bot-icon { width: 30px; height: 30px; margin-right: -6px; border: 2px solid #f7f7fb; font-size: 8px; }
.cxw-process-footer small { margin-left: 14px; color: #838798; font-size: 9px; }
.cxw-process-footer button { color: #fff; border-color: var(--cxw-violet); background: var(--cxw-violet); }

.cxw-routines { width: min(calc(100% - 64px), 1450px); }
.cxw-routine-layout { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: 18px; }
.cxw-schedule-card { min-height: 530px; padding: 28px 30px; border: 1px solid #dfe2eb; border-radius: 24px; background: #fff; box-shadow: 0 20px 55px rgba(38, 42, 72, .08); }
.cxw-schedule-card > header { min-height: 58px; display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid #e8eaf0; }
.cxw-schedule-card > header > div { display: flex; align-items: center; gap: 10px; }
.cxw-schedule-card > header strong { font-size: 13px; }
.cxw-schedule-card > header > span { padding: 7px 9px; border-radius: 999px; color: #777c8d; background: #f3f4f7; font-size: 9px; }
.cxw-time-scale { height: 44px; margin-left: 164px; display: flex; justify-content: space-between; align-items: end; color: #9a9dab; font-size: 8px; }
.cxw-schedule-row { min-height: 110px; display: grid; grid-template-columns: 150px 1fr; gap: 14px; align-items: center; border-top: 1px solid #eef0f4; }
.cxw-schedule-row > div:first-child { display: grid; gap: 5px; }
.cxw-schedule-row > div:first-child strong { font-size: 11px; }
.cxw-schedule-row > div:first-child small { color: #999cab; font-size: 8px; text-transform: uppercase; }
.cxw-schedule-track { height: 38px; position: relative; border-bottom: 2px solid #e3e6ec; }
.cxw-schedule-track::before { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 24.6%, #eef0f4 25% 25.2%); content: ""; }
.cxw-schedule-track > i { width: 11px; height: 11px; position: absolute; bottom: -6px; border: 2px solid #bfc4d1; border-radius: 50%; background: #fff; }
.cxw-schedule-track > i b { padding: 7px 9px; position: absolute; right: 50%; bottom: 17px; transform: translateX(50%); border: 1px solid #dde1eb; border-radius: 8px; color: #4d5265; background: #fff; box-shadow: 0 4px 14px rgba(31,34,57,.08); font-size: 8px; font-style: normal; white-space: nowrap; }
.cxw-schedule-track > i.is-active { border-color: #1d9dcc; background: #1d9dcc; box-shadow: 0 0 0 7px rgba(29,157,204,.12); }
.cxw-schedule-track > i.is-warning { border-color: var(--cxw-orange); background: var(--cxw-orange); box-shadow: 0 0 0 7px rgba(242,123,49,.12); }
.cxw-schedule-track > i.is-warning b { border-color: #f3ccb1; color: #b75d22; }
.cxw-schedule-track > i.is-done { border-color: var(--cxw-green); background: var(--cxw-green); }
.cxw-schedule-card > footer { min-height: 54px; display: flex; gap: 24px; align-items: end; color: #7d8191; font-size: 9px; }
.cxw-schedule-card > footer span { display: flex; align-items: center; gap: 7px; }
.cxw-schedule-card > footer i { width: 6px; height: 6px; border-radius: 50%; background: var(--cxw-green); }
.cxw-proactive-stack { display: grid; gap: 12px; }
.cxw-proactive-stack article { min-height: 166px; padding: 22px; border: 1px solid #e0e3eb; border-radius: 20px; background: #fff; }
.cxw-proactive-stack header { display: flex; gap: 12px; }
.cxw-spark { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: var(--cxw-violet); background: #efecff; font-size: 17px; }
.cxw-spark.is-green { color: var(--cxw-green); background: #eaf9f2; }
.cxw-spark.is-orange { color: var(--cxw-orange); background: #fff1e8; }
.cxw-proactive-stack header > div { display: grid; gap: 4px; }
.cxw-proactive-stack header small { color: #888c9c; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }
.cxw-proactive-stack header strong { font-size: 12px; line-height: 1.35; }
.cxw-proactive-stack p { margin: 15px 0; color: #74798a; font-size: 10px; line-height: 1.5; }
.cxw-proactive-stack footer { display: flex; justify-content: space-between; align-items: center; }
.cxw-proactive-stack footer span { color: #9295a2; font-size: 8px; }
.cxw-proactive-stack button { min-height: 36px; padding-inline: 12px; color: var(--cxw-violet); font-size: 9px; }

.cxw-team { width: min(calc(100% - 64px), 1450px); }
.cxw-team-map { min-height: 680px; padding: 34px; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 130px 1fr 150px; gap: 54px 18px; border: 1px solid #e0e3eb; border-radius: 30px; background: radial-gradient(circle at 50% 28%, rgba(98,72,245,.09), transparent 34%), #f9f9fc; }
.cxw-team-map > svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.cxw-team-map > svg path { fill: none; stroke: #cfd3df; stroke-width: 1.4; stroke-dasharray: 5 7; }
.cxw-team-map article { position: relative; z-index: 1; }
.cxw-team-lead { width: min(480px, 100%); min-height: 130px; padding: 24px; grid-column: 1 / -1; justify-self: center; display: grid; grid-template-columns: 50px 1fr auto; gap: 16px; align-items: center; border: 1px solid #d8d3ff; border-radius: 20px; background: #fff; box-shadow: 0 15px 35px rgba(65,52,151,.1); }
.cxw-team-lead .cxw-avatar-photo { width: 50px; height: 50px; }
.cxw-team-lead > div { display: grid; gap: 2px; }
.cxw-team-lead small,
.cxw-team-unit small { color: #8b8f9f; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.cxw-team-lead strong { font-size: 16px; }
.cxw-team-lead p { margin: 5px 0 0; color: #737889; font-size: 9px; }
.cxw-team-lead > b { padding: 7px 9px; border-radius: 999px; color: var(--cxw-violet); background: #efecff; font-size: 8px; }
.cxw-team-unit { min-height: 250px; padding: 22px; border: 1px solid #dfe2eb; border-radius: 20px; background: #fff; box-shadow: 0 14px 32px rgba(35,39,68,.07); }
.cxw-team-unit > header { display: grid; grid-template-columns: 40px 1fr auto; gap: 10px; align-items: center; }
.cxw-team-unit > header .cxw-avatar-photo { width: 40px; height: 40px; }
.cxw-team-unit > header > div { display: grid; gap: 3px; }
.cxw-team-unit > header strong { font-size: 13px; }
.cxw-team-unit > header em { color: #858999; font-size: 8px; font-style: normal; }
.cxw-agent-assignment { min-height: 84px; margin-top: 22px; padding: 14px; display: grid; grid-template-columns: 38px 1fr auto; gap: 9px; align-items: center; border: 1px solid #eceef3; border-radius: 14px; background: #fafafd; }
.cxw-agent-assignment > div { display: grid; gap: 4px; }
.cxw-agent-assignment strong { font-size: 10px; }
.cxw-agent-assignment small { font-size: 7px; }
.cxw-agent-assignment > b { color: var(--cxw-green); font-size: 7px; }
.cxw-team-unit > footer { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 6px; }
.cxw-team-unit > footer span { padding: 6px 8px; border-radius: 7px; color: #656a7c; background: #f1f2f6; font-size: 8px; }
.cxw-model-deck { padding: 26px 34px; grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; border: 1px solid #dfe2eb; border-radius: 20px; background: #fff; }
.cxw-model-deck header { display: grid; gap: 6px; }
.cxw-model-deck header small { color: var(--cxw-violet); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.cxw-model-deck header strong { font: 600 17px/1.2 "Bricolage Grotesque", Inter, sans-serif; }
.cxw-model-deck > div { display: flex; gap: 10px; }
.cxw-model-deck > div span { min-width: 88px; display: flex; align-items: center; gap: 7px; color: #555a6d; font-size: 9px; }
.cxw-model-deck > div b { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #e0e2ea; border-radius: 9px; color: var(--cxw-violet); background: #f7f5ff; font-size: 8px; }

.cxw-context { width: min(calc(100% - 64px), 1450px); }
.cxw-context-map { min-height: 610px; display: grid; grid-template-columns: 1fr 1.1fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.cxw-context-lane { min-height: 260px; padding: 24px; position: relative; overflow: hidden; border: 1px solid #dfe2eb; border-radius: 22px; background: #fff; }
.cxw-context-lane::after { width: 140px; height: 140px; position: absolute; right: -55px; bottom: -60px; border-radius: 50%; background: color-mix(in srgb, var(--lane-color) 10%, transparent); content: ""; }
.cxw-context-lane.is-blue { --lane-color: var(--cxw-blue); }
.cxw-context-lane.is-violet { --lane-color: var(--cxw-violet); }
.cxw-context-lane.is-green { --lane-color: var(--cxw-green); }
.cxw-context-lane.is-orange { --lane-color: var(--cxw-orange); }
.cxw-context-lane > header { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; }
.cxw-context-lane > header > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--lane-color); font-size: 9px; font-weight: 800; }
.cxw-context-lane > header > div { display: grid; gap: 3px; }
.cxw-context-lane > header small { color: var(--lane-color); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cxw-context-lane > header strong { font-size: 13px; }
.cxw-context-lane > div { margin-top: 45px; }
.cxw-context-lane .cxw-connector { width: 45px; height: 45px; margin-right: 7px; border: 1px solid #e6e8ef; box-shadow: 0 7px 16px rgba(35,39,68,.07); }
.cxw-context-lane .cxw-connector img { width: 26px; height: 26px; }
.cxw-context-lane > footer { margin-top: 34px; color: #8b8f9f; font-size: 9px; }
.cxw-context-core { padding: 44px 32px; grid-column: 2; grid-row: 1 / 3; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; color: #fff; border-radius: 25px; background: radial-gradient(circle at 50% 20%, #7662fa, #3e2cb9 58%, #21156f); box-shadow: 0 25px 65px rgba(72,49,190,.25); }
.cxw-core-pulse { width: 180px; height: 180px; position: absolute; top: 70px; left: 50%; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.045), 0 0 0 90px rgba(255,255,255,.025); }
.cxw-context-core > small { position: relative; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cxw-context-core h3 { max-width: 330px; margin: 14px 0 0; position: relative; font: 650 clamp(34px, 3vw, 48px)/1 "Bricolage Grotesque", Inter, sans-serif; letter-spacing: -.04em; }
.cxw-context-core ul { width: min(320px, 100%); margin: 44px 0 0; padding: 0; position: relative; list-style: none; }
.cxw-context-core li { min-height: 44px; display: flex; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.78); font-size: 10px; }
.cxw-context-core li i { width: 7px; height: 7px; border-radius: 50%; background: #7cf0b8; }
.cxw-context-core > footer { margin-top: 36px; padding: 11px 16px; position: relative; display: flex; gap: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 9px; }
.cxw-context-core > footer b { color: #a99cff; }
.cxw-context-proof { min-height: 115px; margin-top: 18px; padding: 22px 28px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 22px; align-items: center; border: 1px solid #dfe2eb; border-radius: 20px; background: #fafafd; }
.cxw-context-proof > span { display: grid; gap: 7px; }
.cxw-context-proof strong { font-size: 12px; }
.cxw-context-proof small { color: #858a9a; font-size: 9px; }
.cxw-context-proof > i { color: var(--cxw-violet); font-style: normal; font-size: 20px; }

.cxw-final { width: min(calc(100% - 64px), 1450px); }

@media (max-width: 1100px) {
  .cxw-heading--split { grid-template-columns: 1fr; gap: 24px; }
  .cxw-heading--split > p { margin: 0; }
  .cxw-policy-shell { overflow-x: auto; }
  .cxw-panel-bar,
  .cxw-policy-footer { min-width: 1160px; }
  .cxw-cost-panel { padding: 44px; grid-template-columns: 1fr; gap: 44px; }
  .cxw-governance-points { grid-template-columns: repeat(2, 1fr); }
  .cxw-routine-layout { grid-template-columns: 1fr; }
  .cxw-proactive-stack { grid-template-columns: repeat(3, 1fr); }
  .cxw-process-shell { grid-template-columns: 210px minmax(0, 1fr); }
  .cxw-process-grid { grid-template-columns: 1fr; }
  .cxw-team-map { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto; gap: 16px; }
  .cxw-team-map > svg { display: none; }
  .cxw-team-lead,
  .cxw-model-deck { grid-column: auto; width: auto; }
  .cxw-model-deck { align-items: flex-start; flex-direction: column; gap: 22px; }
  .cxw-model-deck > div { flex-wrap: wrap; }
}

@media (max-width: 767px) {
  .cxw-section {
    width: calc(100% - 32px);
    padding: 84px 0;
  }

  .cxw-heading { margin-bottom: 34px; }
  .cxw-heading h2,
  .cxw-cost-copy h3 { font-size: clamp(36px, 11vw, 48px); line-height: 1.02; }
  .cxw-heading > p,
  .cxw-heading--split > p { font-size: 15px; line-height: 1.58; }
  .cxw-governance,
  .cxw-delivery,
  .cxw-routines,
  .cxw-team,
  .cxw-context,
  .cxw-final { width: calc(100% - 32px); }

  .cxw-panel-bar { min-width: 0; padding: 12px 14px; }
  .cxw-panel-bar > div span,
  .cxw-panel-bar button { display: none; }
  .cxw-policy-shell { overflow: visible; border-radius: 20px; }
  .cxw-policy-table { padding: 10px; }
  .cxw-policy-row--head { display: none; }
  .cxw-policy-row {
    min-width: 0;
    min-height: 0;
    margin: 10px 0;
    padding: 16px;
    grid-template-columns: 1fr 1fr;
    gap: 16px 10px;
    border: 1px solid #e5e7ee;
    border-radius: 14px;
  }
  .cxw-policy-row.is-override { margin: 10px 0; padding: 16px; border-left: 3px solid var(--cxw-orange); }
  .cxw-policy-row > span::before { display: block; width: 100%; margin-bottom: 6px; color: #9a9dab; font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .cxw-policy-row > span:nth-child(2)::before { content: "IAs permitidas"; }
  .cxw-policy-row > span:nth-child(3)::before { content: "Contexto"; }
  .cxw-policy-row > span:nth-child(4)::before { content: "Conectores"; }
  .cxw-policy-row > span:nth-child(5)::before { content: "Ações"; }
  .cxw-policy-row > span:nth-child(6)::before { content: "Aprovação"; }
  .cxw-policy-row > .cxw-scope { grid-column: 1 / -1; }
  .cxw-policy-footer { min-width: 0; padding: 12px 16px; }
  .cxw-policy-footer button { display: none; }
  .cxw-governance-points { grid-template-columns: 1fr; }
  .cxw-governance-points article { min-height: 125px; }
  .cxw-cost-panel { min-height: 0; padding: 34px 20px 20px; border-radius: 24px; }
  .cxw-cost-copy dl { grid-template-columns: 1fr; gap: 8px; }
  .cxw-cost-copy dl > div { display: flex; justify-content: space-between; }
  .cxw-budget-card { padding: 18px 14px; }
  .cxw-budget-card > header { display: none; }
  .cxw-budget-row { min-height: 74px; grid-template-columns: 90px 1fr; gap: 10px; }
  .cxw-budget-row > strong { grid-column: 2; justify-self: start; margin-top: -20px; font-size: 9px; }

  .cxw-process-shell { min-height: 0; grid-template-columns: 1fr; border-radius: 20px; }
  .cxw-process-nav { padding: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 8px; border-right: 0; border-bottom: 1px solid #e3e5ed; }
  .cxw-process-nav > span { min-height: 52px; grid-template-columns: 25px 1fr; }
  .cxw-process-nav > span::after { display: none; }
  .cxw-process-nav i { width: 25px; height: 25px; }
  .cxw-process-nav small { display: none; }
  .cxw-process-stage { padding: 18px 12px; }
  .cxw-process-stage > header { gap: 12px; }
  .cxw-process-stage > header strong { font-size: 15px; }
  .cxw-process-stage > header > span { display: none; }
  .cxw-process-grid { grid-template-columns: 1fr; }
  .cxw-process-grid article { padding: 18px; }
  .cxw-process-footer small { display: none; }

  .cxw-schedule-card { min-height: 0; padding: 20px 14px; }
  .cxw-time-scale { margin-left: 104px; }
  .cxw-schedule-row { grid-template-columns: 94px 1fr; gap: 8px; }
  .cxw-schedule-track > i b { display: none; }
  .cxw-schedule-card > footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .cxw-proactive-stack { grid-template-columns: 1fr; }

  .cxw-team-map { padding: 16px; }
  .cxw-team-lead { grid-template-columns: 46px 1fr; }
  .cxw-team-lead > b { grid-column: 1 / -1; width: fit-content; }
  .cxw-model-deck { padding: 22px; }
  .cxw-model-deck > div span { min-width: 76px; }

  .cxw-context-map { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }
  .cxw-context-core { min-height: 500px; grid-column: auto; grid-row: auto; order: -1; }
  .cxw-context-lane { min-height: 220px; }
  .cxw-context-lane .cxw-connector { width: 40px; height: 40px; margin-right: 2px; }
  .cxw-context-lane .cxw-connector img { width: 22px; height: 22px; }
  .cxw-context-proof { grid-template-columns: 1fr; }
  .cxw-context-proof > i { transform: rotate(90deg); justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  .cxw-core-pulse,
  .cxw-live-dot { animation: none; }
}

/* ── Hero editorial + heartbeat operacional ─────────────────────────────── */

.cxw-live-hero {
  --cxw-hero-ink: #10142f;
  --cxw-hero-violet: #6d45ef;
  --cxw-hero-blue: #3867f2;
  width: min(calc(100% - 48px), 1450px);
  min-height: 800px;
  margin: 24px auto 0;
  padding: 82px 56px 58px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, .9fr) minmax(560px, 1.1fr);
  gap: clamp(38px, 5vw, 86px);
  align-items: center;
  overflow: hidden;
  color: var(--cxw-hero-ink);
  border: 1px solid rgba(101, 77, 224, .13);
  border-radius: 38px;
  background:
    linear-gradient(rgba(81, 63, 191, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(81, 63, 191, .045) 1px, transparent 1px),
    radial-gradient(circle at 8% 12%, rgba(97, 72, 242, .16), transparent 30%),
    radial-gradient(circle at 88% 92%, rgba(64, 158, 245, .12), transparent 32%),
    #f8f7ff;
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.cxw-live-hero__glow {
  width: 540px;
  height: 540px;
  position: absolute;
  right: -210px;
  top: -260px;
  border-radius: 50%;
  background: rgba(106, 70, 239, .18);
  filter: blur(80px);
  pointer-events: none;
}

.cxw-live-hero__copy,
.cxw-live-hero__visual { position: relative; z-index: 1; }

.cxw-live-hero__copy { max-width: 650px; }

.cxw-live-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #5d49c8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .105em;
  text-transform: uppercase;
}

.cxw-live-hero__eyebrow i,
.cxw-live-hero__proof i {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #34bf83;
  box-shadow: 0 0 0 5px rgba(52, 191, 131, .12);
}

.cxw-live-hero h1 {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--cxw-hero-ink);
  font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif;
  font-size: clamp(58px, 5.4vw, 86px);
  font-weight: 520;
  line-height: .94;
  letter-spacing: -.062em;
}

.cxw-live-hero h1 strong {
  display: block;
  color: transparent;
  background: linear-gradient(105deg, #7144ed 4%, #4f58f3 52%, #258bd9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 680;
}

.cxw-live-hero__copy > p {
  max-width: 610px;
  margin: 28px 0 0;
  color: #5d6278;
  font-size: 18px;
  line-height: 1.62;
}

.cxw-live-hero__actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.cxw-live-hero__actions a {
  min-height: 52px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(43, 35, 91, .14);
  border-radius: 13px;
  color: #272944;
  background: rgba(255, 255, 255, .76);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 7px 22px rgba(50, 40, 104, .07);
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.cxw-live-hero__actions a:hover { border-color: rgba(95, 66, 228, .42); background: #fff; }
.cxw-live-hero__actions a:focus-visible { outline: 3px solid rgba(75, 92, 236, .32); outline-offset: 3px; }
.cxw-live-hero__actions a.is-primary { color: #fff; border-color: #6545df; background: linear-gradient(110deg, #7145eb, #514fe8); box-shadow: 0 16px 32px rgba(91, 66, 218, .24); }
.cxw-live-hero__actions a.is-primary:hover { background: linear-gradient(110deg, #6540db, #4146d8); }
.cxw-live-hero__actions svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cxw-live-hero__actions .is-secondary svg path:last-child { fill: currentColor; stroke: none; }

.cxw-live-hero__proof {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.cxw-live-hero__proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6d7184;
  font-size: 11px;
  font-weight: 650;
}

.cxw-live-hero__proof i { width: 5px; height: 5px; box-shadow: none; }

.cxw-live-hero__platform {
  max-width: 520px;
  margin-top: 26px;
  padding-top: 20px;
  display: block;
  color: #85899a;
  border-top: 1px solid rgba(54, 48, 92, .1);
  font-size: 11px;
  line-height: 1.45;
}

.cxw-live-hero__visual { min-width: 0; }

.cxw-hero-console {
  min-height: 566px;
  position: relative;
  overflow: hidden;
  color: #f7f6ff;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 25px;
  background:
    radial-gradient(circle at 80% 0, rgba(109, 69, 239, .38), transparent 36%),
    linear-gradient(145deg, #17142a, #100e20 68%, #0d0c19);
  box-shadow: 0 35px 70px rgba(31, 24, 71, .27), inset 0 1px rgba(255, 255, 255, .06);
}

.cxw-hero-console::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px);
  background-size: 16.666% 100%;
  pointer-events: none;
  content: "";
}

.cxw-hero-console-head {
  min-height: 92px;
  padding: 21px 24px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.cxw-hero-console-head > div { display: grid; gap: 8px; }
.cxw-hero-console-head > div > span { display: flex; align-items: center; gap: 8px; color: #d1c6f7; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cxw-hero-console-head > div > span i { width: 7px; height: 7px; border-radius: 50%; background: #54d99b; box-shadow: 0 0 12px rgba(84, 217, 155, .82); }
.cxw-hero-console-head strong { font: 650 18px/1 "Bricolage Grotesque", Inter, sans-serif; }
.cxw-hero-console-head > b { padding: 8px 10px; border: 1px solid rgba(148, 126, 244, .28); border-radius: 999px; color: #c6b7ff; background: rgba(112, 74, 228, .15); font-size: 9px; letter-spacing: .04em; }

.cxw-hero-hours {
  min-height: 49px;
  margin-left: 190px;
  padding: 0 28px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: rgba(255, 255, 255, .48);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-size: 9px;
  font-weight: 700;
}

.cxw-hero-hours span { padding-bottom: 12px; transform: translateX(-50%); }
.cxw-hero-hours span:first-child { transform: none; }
.cxw-hero-hours span:last-child { transform: translateX(-100%); }

.cxw-hero-timeline { position: relative; z-index: 2; padding: 0 24px; }

.cxw-hero-lane {
  min-height: 116px;
  display: grid;
  grid-template-columns: 166px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, .085);
  transition: background-color 200ms ease;
}

.cxw-hero-lane:last-child { border-bottom: 0; }
.cxw-hero-lane[data-cxw-state="active"] { background: linear-gradient(90deg, transparent, rgba(112, 78, 228, .045)); }
.cxw-hero-lane > header { position: relative; z-index: 5; display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; padding-right: 12px; }
.cxw-hero-lane > header > div { display: grid; gap: 5px; min-width: 0; }
.cxw-hero-lane > header strong { color: rgba(255, 255, 255, .83); font-size: 11px; line-height: 1.2; }
.cxw-hero-lane > header small { color: #a99bd7; font-size: 7px; font-weight: 800; letter-spacing: .07em; }

.cxw-hero-agent-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
  color: #9b84ff;
  background: rgba(111, 71, 227, .14);
}

.cxw-hero-agent-icon.is-green { color: #62ddb0; background: rgba(44, 179, 124, .12); }
.cxw-hero-agent-icon.is-orange { color: #ffae72; background: rgba(232, 123, 53, .12); }
.cxw-hero-agent-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.cxw-hero-track {
  min-width: 0;
  position: relative;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 25%);
}

.cxw-hero-track > i { height: 1px; position: absolute; top: 67px; right: 0; left: 0; background: rgba(255, 255, 255, .22); }

.cxw-hero-beat {
  width: 8px;
  height: 18px;
  position: absolute;
  top: 58px;
  left: var(--cxw-beat);
  z-index: 3;
  border: 2px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: #1d1931;
  transform: translateX(-50%);
  transition: width 200ms ease, height 200ms ease, top 200ms ease, border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.cxw-hero-beat[data-cxw-state="past"] { border-color: rgba(167, 142, 255, .5); background: rgba(111, 70, 228, .24); }
.cxw-hero-beat[data-cxw-state="active"] { width: 11px; height: 22px; top: 56px; border-color: #cabdff; background: #754ae6; box-shadow: 0 0 0 7px rgba(117, 74, 230, .17), 0 0 20px rgba(141, 109, 255, .8); animation: cxw-heartbeat-pulse 1.7s ease-in-out infinite; }
.cxw-hero-beat.is-event[data-cxw-state="active"] { border-color: #ffd1ae; background: #e67b36; box-shadow: 0 0 0 7px rgba(230, 123, 54, .16), 0 0 20px rgba(230, 123, 54, .7); }
.cxw-hero-beat[style*="0%"] { transform: none; }
.cxw-hero-beat[style*="100%"] { right: 0; left: auto; transform: none; }

.cxw-hero-task {
  width: min(164px, calc(100% - 6px));
  min-height: 32px;
  padding: 7px 9px;
  position: absolute;
  top: 14px;
  left: var(--cxw-task, 50%);
  z-index: 4;
  display: grid;
  align-items: center;
  color: #eee9ff;
  border: 1px solid rgba(184, 161, 255, .34);
  border-radius: 8px;
  background: rgba(105, 70, 217, .23);
  font-size: 9px;
  font-weight: 750;
  opacity: 1;
  transform: translateX(-50%);
  box-shadow: 0 8px 24px rgba(7, 5, 20, .14);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.cxw-hero-lane[data-cxw-state="waiting"] .cxw-hero-task { opacity: 0; transform: translate(-50%, 5px); }

.cxw-hero-now {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 24px;
  bottom: 0;
  left: 190px;
  pointer-events: none;
}

.cxw-hero-now::after { width: 1px; position: absolute; top: 0; bottom: 0; left: var(--cxw-now); content: ""; background: rgba(213, 201, 255, .8); box-shadow: 0 0 14px rgba(169, 139, 255, .62); }
.cxw-hero-now b { padding: 5px 7px; position: absolute; top: -30px; left: clamp(28px, var(--cxw-now), calc(100% - 28px)); color: #fff; border: 1px solid rgba(204, 188, 255, .4); border-radius: 6px; background: #6743ca; font-size: 8px; letter-spacing: .06em; transform: translateX(-50%); }

.cxw-hero-console-foot {
  min-height: 76px;
  padding: 18px 24px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .02);
}

.cxw-hero-console-foot span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .52); font-size: 9px; }
.cxw-hero-console-foot span i { width: 6px; height: 6px; border-radius: 50%; background: #4fd295; box-shadow: 0 0 10px rgba(79, 210, 149, .72); }
.cxw-hero-console-foot strong { color: rgba(255, 255, 255, .62); font-size: 9px; }
.cxw-hero-console-foot strong b { color: #d4c8ff; font-variant-numeric: tabular-nums; }

.cxw-hero-flow {
  width: calc(100% - 54px);
  min-height: 54px;
  margin: -12px auto 0;
  padding: 17px 18px 11px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #77738e;
  border: 1px solid rgba(90, 76, 160, .13);
  border-radius: 0 0 16px 16px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 14px 28px rgba(46, 35, 98, .08);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cxw-hero-flow i { color: #7557e4; font-style: normal; }
.cxw-live-hero .mix-age-visually-hidden { width: 1px; height: 1px; margin: -1px; padding: 0; position: absolute; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

@keyframes cxw-heartbeat-pulse {
  0%, 62%, 100% { transform: translateX(-50%) scale(1); }
  70% { transform: translateX(-50%) scale(1.18); }
  78% { transform: translateX(-50%) scale(.96); }
  86% { transform: translateX(-50%) scale(1.1); }
}

.mix-cowork-framework {
  min-height: 900px;
  padding-top: 104px;
  scroll-margin-top: 150px;
  border-bottom: 1px solid #ececf4;
}

.mix-cowork-framework-copy { width: min(100%, 440px); padding-top: 74px; }
.mix-cowork-framework-copy .mix-cowork-eyebrow { margin-bottom: 18px; display: block; }
.mix-cowork-framework-copy h2 { margin: 0; color: var(--mix-cowork-ink); font-family: "Bricolage Grotesque", "Polysans Neutral", Inter, Arial, sans-serif; font-size: clamp(42px, 3.8vw, 60px); font-weight: 540; line-height: .99; letter-spacing: -.048em; }
.mix-cowork-framework-copy h2 strong { display: block; color: #5c4ee8; font-weight: 680; }
.mix-cowork-framework-copy p { max-width: 410px; margin: 24px 0 0; color: #696e82; font-size: 15px; line-height: 1.58; }

@media (max-width: 1180px) {
  .cxw-live-hero { min-height: 0; padding: 74px 44px 52px; grid-template-columns: minmax(360px, .82fr) minmax(500px, 1.18fr); gap: 34px; }
  .cxw-live-hero h1 { font-size: clamp(54px, 5.5vw, 70px); }
  .cxw-hero-console-head { padding-inline: 20px; }
  .cxw-hero-timeline { padding-inline: 18px; }
  .cxw-hero-hours { margin-left: 168px; padding-inline: 20px; }
  .cxw-hero-lane { grid-template-columns: 150px minmax(0, 1fr); }
  .cxw-hero-now { left: 168px; right: 18px; }
  .cxw-hero-console-foot { padding-inline: 20px; }
}

@media (max-width: 980px) {
  .cxw-live-hero { width: calc(100% - 32px); padding: 74px 40px 46px; grid-template-columns: 1fr; }
  .cxw-live-hero__copy { max-width: 760px; }
  .cxw-live-hero h1 { max-width: 770px; font-size: clamp(62px, 9vw, 86px); }
  .cxw-live-hero__visual { width: min(100%, 720px); margin: 18px auto 0; }
  .mix-cowork-framework { padding-top: 82px; }
  .mix-cowork-framework-copy { width: min(100%, 720px); padding-top: 0; }
  .mix-cowork-framework-copy h2 strong { display: inline; }
  .mix-cowork-framework-copy p { max-width: 650px; }
}

@media (max-width: 767px) {
  .cxw-live-hero { width: calc(100% - 20px); margin-top: 10px; padding: 58px 18px 24px; gap: 34px; border-radius: 26px; }
  .cxw-live-hero__eyebrow { font-size: 9px; }
  .cxw-live-hero h1 { margin-top: 20px; font-size: clamp(45px, 13.1vw, 58px); line-height: .96; }
  .cxw-live-hero__copy > p { margin-top: 22px; font-size: 16px; line-height: 1.55; }
  .cxw-live-hero__actions { margin-top: 26px; }
  .cxw-live-hero__actions a { width: 100%; }
  .cxw-live-hero__proof { gap: 9px 14px; }
  .cxw-live-hero__platform { margin-top: 22px; }
  .cxw-hero-console { min-height: 520px; border-radius: 19px; }
  .cxw-hero-console-head { min-height: 86px; padding: 18px 15px; }
  .cxw-hero-console-head > b { display: none; }
  .cxw-hero-hours { margin-left: 132px; padding-inline: 12px; }
  .cxw-hero-timeline { padding-inline: 12px; }
  .cxw-hero-lane { min-height: 110px; grid-template-columns: 120px minmax(0, 1fr); }
  .cxw-hero-lane > header { grid-template-columns: 29px 1fr; gap: 7px; padding-right: 7px; }
  .cxw-hero-lane > header strong { font-size: 9px; }
  .cxw-hero-lane > header small { font-size: 6px; }
  .cxw-hero-agent-icon { width: 29px; height: 29px; border-radius: 8px; }
  .cxw-hero-agent-icon svg { width: 15px; height: 15px; }
  .cxw-hero-task { width: min(116px, calc(100% - 4px)); min-height: 29px; padding: 6px 7px; font-size: 7px; line-height: 1.15; }
  .cxw-hero-track > i { top: 65px; }
  .cxw-hero-beat { top: 56px; }
  .cxw-hero-beat[data-cxw-state="active"] { top: 54px; }
  .cxw-hero-now { left: 132px; right: 12px; }
  .cxw-hero-console-foot { min-height: 70px; padding: 15px; align-items: flex-start; flex-direction: column; gap: 7px; }
  .cxw-hero-flow { width: calc(100% - 28px); padding-inline: 10px; gap: 5px; font-size: 6px; }
  .mix-cowork-framework { padding-top: 72px; }
  .mix-cowork-framework-copy h2 { font-size: 42px; }
  .mix-cowork-framework-copy p { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .cxw-hero-beat[data-cxw-state="active"] { animation: none; }
}

/* ── Contexto compartilhado no hero ────────────────────────────────────── */

.cxw-team-context {
  --cxw-violet: #6248f5;
  --cxw-green: #15a967;
  --cxw-orange: #f27b31;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 27px;
  background:
    radial-gradient(circle at 50% 43%, rgba(150, 131, 255, .94), transparent 24%),
    radial-gradient(circle at 9% 8%, rgba(118, 90, 255, .82), transparent 31%),
    radial-gradient(circle at 92% 88%, rgba(38, 201, 180, .35), transparent 27%),
    linear-gradient(135deg, #2115bd 0%, #4339ec 45%, #087dc9 100%);
  box-shadow: 0 38px 84px rgba(48, 49, 169, .34), inset 0 1px rgba(255, 255, 255, .18);
}

.cxw-team-context::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
  content: "";
}

.cxw-team-context::after {
  width: 46%;
  height: 140%;
  position: absolute;
  top: -20%;
  left: -65%;
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .13), transparent);
  transform: skewX(-17deg);
  animation: cxw-context-sweep 8.4s ease-in-out infinite;
  pointer-events: none;
  content: "";
}

.cxw-team-context__head {
  min-height: 82px;
  padding: 20px 24px;
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  border-radius: 26px 26px 0 0;
  background: rgba(24, 15, 115, .16);
  backdrop-filter: blur(8px);
}

.cxw-team-context__head-main,
.cxw-team-context__title,
.cxw-team-context__head-sources { display: flex; align-items: center; }
.cxw-team-context__head-main { display: contents; }
.cxw-team-context__title { flex: 0 0 auto; gap: 9px; }
.cxw-team-context__title > i { width: 8px; height: 8px; border-radius: 50%; background: #70f0b2; box-shadow: 0 0 15px rgba(112, 240, 178, .95); }
.cxw-team-context__title > span { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cxw-team-context__head-sources { grid-column: 2; justify-self: center; }
.cxw-team-context__head-sources .cxw-connector { width: 34px; height: 34px; margin-left: -5px; padding: 6px; border: 2px solid rgba(255, 255, 255, .82); background: #fff; box-shadow: 0 5px 14px rgba(20, 15, 92, .2); }
.cxw-team-context__head-sources .cxw-connector:first-child { margin-left: 0; }
.cxw-team-context__head-sources .cxw-connector img { width: 20px; height: 20px; }
.cxw-team-context__head > b { min-width: 178px; justify-self: end; padding: 8px 11px; border: 1px solid rgba(139, 255, 204, .38); border-radius: 999px; color: #dcfff0; background: rgba(35, 21, 119, .25); box-shadow: inset 0 0 18px rgba(116, 247, 187, .08); font-size: 9px; letter-spacing: .03em; text-align: center; }

.cxw-team-context__stage { height: 500px; position: relative; z-index: 2; }

.cxw-team-context__network { width: 100%; height: 100%; position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.cxw-team-context__connections path {
  fill: none;
  stroke: rgba(255, 255, 255, .24);
  stroke-width: 1.15;
  stroke-dasharray: 2 8;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  transition: stroke .28s ease, stroke-width .28s ease, opacity .28s ease;
}
.cxw-team-context__connections path[data-cxw-state="active"] { stroke: rgba(158, 255, 215, .72); stroke-width: 1.7; opacity: 1; }
.cxw-team-context__connections path[data-cxw-state="idle"] { opacity: .58; }
.cxw-team-context__pulses circle { fill: #9effd7; opacity: 0; filter: drop-shadow(0 0 8px rgba(139, 255, 204, 1)); }

.cxw-team-context__label {
  position: absolute;
  top: 24px;
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cxw-team-context__label.is-business { left: 30px; }
.cxw-team-context__label.is-team { right: 30px; }

.cxw-team-context__node {
  width: 170px;
  min-height: 34px;
  padding: 0 11px;
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: rgba(255, 255, 255, .88);
  background: rgba(24, 18, 109, .31);
  box-shadow: 0 10px 25px rgba(16, 11, 84, .18);
  backdrop-filter: blur(9px);
  justify-content: flex-start;
  font-size: 10px;
  font-weight: 720;
}

.cxw-team-context__node i { width: 6px; height: 6px; border-radius: 50%; background: #8ff2c4; box-shadow: 0 0 9px rgba(143, 242, 196, .75); }
.cxw-team-context__node.is-campaign { top: 78px; left: 30px; }
.cxw-team-context__node.is-client { top: 183px; left: 30px; }
.cxw-team-context__node.is-process { top: 304px; left: 30px; }
.cxw-team-context__node.is-cash { top: 409px; left: 30px; }

.cxw-team-context__core {
  width: 190px;
  height: 190px;
  padding: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 0 0 18px rgba(255, 255, 255, .09), 0 0 0 40px rgba(255, 255, 255, .045), 0 26px 52px rgba(24, 19, 111, .24);
  transform: translate(-50%, -50%);
}

.cxw-team-context__signal {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(146, 255, 210, .76);
  border-radius: 50%;
  opacity: 0;
  animation: cxw-context-signal 2.1s ease-out infinite;
}

.cxw-team-context__orbit { position: absolute; inset: -19px; border: 1px dashed rgba(255, 255, 255, .42); border-radius: 50%; }
.cxw-team-context__core small { color: #6152dc; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.cxw-team-context__core strong { margin-top: 8px; color: #17163a; font: 680 27px/.94 "Bricolage Grotesque", Inter, sans-serif; letter-spacing: -.035em; }
.cxw-team-context__core p { margin: 11px 0 0; color: #696b82; font-size: 8px; }

.cxw-team-context__member {
  width: 170px;
  min-height: 64px;
  padding: 10px 11px;
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 9px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 13px;
  background: rgba(22, 17, 101, .34);
  box-shadow: 0 12px 26px rgba(20, 13, 96, .2);
  backdrop-filter: blur(10px);
  opacity: .72;
  transition: opacity .32s ease, border-color .32s ease, background .32s ease, box-shadow .32s ease;
}

.cxw-team-context__member[data-cxw-role="human"] { border-color: rgba(255, 255, 255, .28); }
.cxw-team-context__member[data-cxw-role="agent"] { background: rgba(40, 28, 148, .46); }
.cxw-team-context__member[data-cxw-state="active"] {
  opacity: 1;
  border-color: rgba(154, 255, 210, .82);
  background: rgba(32, 21, 132, .78);
  box-shadow: 0 16px 34px rgba(18, 12, 91, .36), 0 0 0 3px rgba(139, 255, 204, .1), 0 0 28px rgba(108, 247, 188, .2);
}

.cxw-team-context__member[data-cxw-role="human"][data-cxw-state="active"] {
  border-color: rgba(255, 255, 255, .78);
  box-shadow: 0 16px 34px rgba(18, 12, 91, .36), 0 0 0 3px rgba(255, 255, 255, .12), 0 0 30px rgba(255, 255, 255, .16);
}

.cxw-team-context__member .cxw-avatar-photo,
.cxw-team-context__member .cxw-bot-icon { width: 38px; height: 38px; grid-row: 1 / 3; border: 1px solid rgba(255, 255, 255, .32); box-shadow: 0 6px 16px rgba(13, 10, 76, .18); font-size: 9px; }
.cxw-team-context__member .cxw-bot-icon.is-green { color: #fff; background: #20a978; }
.cxw-team-context__member > div { min-width: 0; display: grid; gap: 2px; }
.cxw-team-context__member small { color: rgba(255, 255, 255, .68); font-size: 8px; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.cxw-team-context__member strong { overflow: hidden; color: #fff; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.cxw-team-context__member > b { grid-column: 2; color: #b9f7dc; font-size: 8px; letter-spacing: .015em; }
.cxw-team-context__member.is-paula { top: 63px; right: 30px; }
.cxw-team-context__member.is-agent-analysis { top: 168px; right: 30px; }
.cxw-team-context__member.is-rafael { top: 289px; right: 30px; }
.cxw-team-context__member.is-agent-finance { top: 394px; right: 30px; }

.cxw-team-context__activity {
  width: 174px;
  min-height: 58px;
  padding: 9px 11px;
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 12px;
  color: #232249;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 14px 30px rgba(20, 16, 91, .22);
  opacity: .72;
  transition: opacity .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease;
}

.cxw-team-context__activity.is-left,
.cxw-team-context__activity.is-right { left: 50%; transform: translateX(-50%); }
.cxw-team-context__activity.is-left { top: 55px; }
.cxw-team-context__activity.is-right { right: auto; bottom: 54px; }
.cxw-team-context__activity[data-cxw-state="active"] { opacity: 1; border-color: rgba(255, 255, 255, .76); background: #fff; box-shadow: 0 18px 38px rgba(20, 16, 91, .3), 0 0 0 4px rgba(255, 255, 255, .1); }
.cxw-team-context__activity .cxw-avatar-photo,
.cxw-team-context__activity .cxw-bot-icon { width: 31px; height: 31px; border: 1px solid rgba(81, 66, 175, .14); box-shadow: 0 5px 12px rgba(32, 27, 99, .12); font-size: 8px; }
.cxw-team-context__activity p { margin: 0; display: grid; gap: 3px; }
.cxw-team-context__activity strong { font-size: 11px; }
.cxw-team-context__activity small { color: #6d7086; font-size: 8px; }

.cxw-team-context__flow {
  min-height: 40px;
  padding: 5px;
  min-width: 0;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 999px;
  background: rgba(18, 14, 91, .3);
  box-shadow: 0 12px 30px rgba(21, 14, 92, .16);
  backdrop-filter: blur(12px);
}

.cxw-team-context__flow > span {
  min-height: 28px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .48);
  font-size: 8px;
  font-weight: 790;
  letter-spacing: .02em;
  transition: color .28s ease, background .28s ease, box-shadow .28s ease, transform .28s ease;
}

.cxw-team-context__flow > span i { width: 15px; height: 15px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .19); border-radius: 50%; font-size: 6px; font-style: normal; }
.cxw-team-context__flow > span[data-cxw-state="active"] { color: #191541; background: #fff; box-shadow: 0 7px 18px rgba(13, 9, 75, .26); transform: translateY(-2px); }
.cxw-team-context__flow > span[data-cxw-state="active"] i { color: #fff; border-color: #5848ea; background: #5848ea; }
.cxw-team-context__flow > b { color: rgba(255, 255, 255, .28); font-size: 7px; }

.cxw-team-context__sources {
  min-height: 68px;
  padding: 11px 20px;
  position: relative;
  z-index: 7;
  display: grid;
  grid-template-columns: 124px minmax(290px, 1fr) 124px;
  gap: 12px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-radius: 0 0 26px 26px;
  background: rgba(18, 14, 91, .28);
  backdrop-filter: blur(9px);
}

.cxw-team-context__sources > span { color: rgba(255, 255, 255, .72); font-size: 9px; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; }
.cxw-team-context__sources > b { justify-self: end; color: rgba(255, 255, 255, .78); font-size: 8px; white-space: nowrap; }

/* Fluxo essencial do hero: uma única informação avança por vez. */
.cxw-team-context--essential {
  min-height: 620px;
  background:
    radial-gradient(circle at 48% 45%, rgba(133, 111, 255, .62), transparent 27%),
    radial-gradient(circle at 94% 94%, rgba(37, 194, 189, .2), transparent 29%),
    linear-gradient(135deg, #2419b7 0%, #3c38e4 52%, #137fc5 100%);
}

.cxw-team-context--essential::before {
  opacity: .48;
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 88%, transparent);
}

.cxw-team-context--essential::after { display: none; }

.cxw-essential-flow {
  min-height: 462px;
  padding: 40px 28px 32px;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(130px, .9fr) 48px minmax(174px, 1.02fr) 48px minmax(168px, 1fr);
  align-items: center;
}

.cxw-essential-source {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.cxw-essential-source > header { display: grid; gap: 10px; }
.cxw-essential-source > header > small {
  color: rgba(255, 255, 255, .57);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cxw-essential-source nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

.cxw-essential-source nav span {
  min-width: 0;
  padding: 6px 7px;
  overflow: hidden;
  color: rgba(255, 255, 255, .43);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  background: rgba(20, 15, 94, .12);
  font-size: 6px;
  font-weight: 750;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 260ms ease, border-color 260ms ease, background-color 260ms ease, opacity 260ms ease;
}

.cxw-essential-source nav span[data-cxw-state="active"] {
  color: #fff;
  border-color: rgba(150, 255, 209, .48);
  background: rgba(32, 23, 126, .48);
}

.cxw-essential-source-deck { min-height: 168px; }
.cxw-essential-source-deck article[hidden] { display: none !important; }
.cxw-essential-source-deck article {
  min-height: 168px;
  padding: 20px 17px;
  display: grid;
  align-content: center;
  justify-items: start;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(24, 17, 112, .28);
  box-shadow: 0 18px 38px rgba(18, 12, 86, .16);
  backdrop-filter: blur(10px);
  animation: cxw-essential-enter 360ms cubic-bezier(.22, 1, .36, 1) both;
}

.cxw-essential-source-deck article > div { display: flex; align-items: center; }
.cxw-essential-source-deck .cxw-connector {
  width: 38px;
  height: 38px;
  margin-right: -6px;
  padding: 7px;
}
.cxw-essential-source-deck .cxw-connector img { width: 21px; height: 21px; }
.cxw-essential-source-deck strong { margin-top: 20px; color: #fff; font-size: 13px; }
.cxw-essential-source-deck p { margin: 7px 0 0; color: rgba(255, 255, 255, .56); font-size: 8px; line-height: 1.4; }

.cxw-essential-connector {
  width: 100%;
  height: 18px;
  position: relative;
  display: block;
  overflow: visible;
}

.cxw-essential-connector::before {
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .18), rgba(205, 214, 255, .52), rgba(255, 255, 255, .18));
  content: "";
  transform: translateY(-50%);
}

.cxw-essential-connector::after {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: -1px;
  border-top: 1px solid rgba(216, 225, 255, .62);
  border-right: 1px solid rgba(216, 225, 255, .62);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.cxw-essential-connector > i {
  width: 20px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 255, 205, 0), #8dffcf 42%, #fff 100%);
  box-shadow: 0 0 8px rgba(111, 255, 201, .72), 0 0 18px rgba(111, 255, 201, .36);
  opacity: 0;
  transform: translate(-50%, -50%);
}

.cxw-essential-connector > i:nth-child(2) { animation-delay: .48s !important; }

.cxw-team-context--essential[data-cxw-collab-phase="source"] .cxw-essential-connector.is-in::before,
.cxw-team-context--essential[data-cxw-collab-phase="context"] .cxw-essential-connector.is-in::before,
.cxw-team-context--essential[data-cxw-collab-phase="human"] .cxw-essential-connector.is-out::before,
.cxw-team-context--essential[data-cxw-collab-phase="agent"] .cxw-essential-connector.is-out::before {
  height: 2px;
  background: linear-gradient(90deg, rgba(119, 255, 204, .18), #8dffcf 58%, rgba(255, 255, 255, .84));
  box-shadow: 0 0 12px rgba(111, 255, 201, .28);
}

.cxw-team-context--essential[data-cxw-collab-phase="source"] .cxw-essential-connector.is-in > i,
.cxw-team-context--essential[data-cxw-collab-phase="context"] .cxw-essential-connector.is-in > i,
.cxw-team-context--essential[data-cxw-collab-phase="human"] .cxw-essential-connector.is-out > i,
.cxw-team-context--essential[data-cxw-collab-phase="agent"] .cxw-essential-connector.is-out > i {
  animation: cxw-essential-travel-x 1.35s cubic-bezier(.45, 0, .3, 1) infinite;
}

.cxw-essential-core {
  width: 176px;
  height: 176px;
  padding: 23px;
  position: relative;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 0 0 13px rgba(255, 255, 255, .07), 0 24px 54px rgba(20, 14, 96, .24);
  transition: transform 320ms cubic-bezier(.22, 1, .36, 1), box-shadow 320ms ease;
}

.cxw-essential-core[data-cxw-state="active"] {
  transform: scale(1.035);
  box-shadow: 0 0 0 16px rgba(133, 255, 207, .11), 0 0 42px rgba(137, 255, 212, .24), 0 24px 54px rgba(20, 14, 96, .24);
}

.cxw-essential-core__pulse {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(147, 255, 212, .84);
  border-radius: 50%;
  opacity: 0;
}
.cxw-essential-core[data-cxw-state="active"] .cxw-essential-core__pulse { animation: cxw-essential-pulse 1.2s ease-out both; }
.cxw-essential-core small { color: #6a56db; font-size: 7px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.cxw-essential-core strong { margin-top: 9px; color: #17163a; font: 680 25px/.94 "Bricolage Grotesque", Inter, sans-serif; letter-spacing: -.04em; }
.cxw-essential-core p { margin: 12px 0 0; color: #7d7f92; font-size: 7px; }

.cxw-essential-team {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.cxw-essential-team-link {
  width: 18px;
  height: 24px;
  position: relative;
  justify-self: center;
  display: block;
}

.cxw-essential-team-link::before {
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background: linear-gradient(rgba(255, 255, 255, .2), rgba(174, 216, 255, .52), rgba(255, 255, 255, .2));
  content: "";
  transform: translateX(-50%);
}

.cxw-essential-team-link::after {
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-right: 1px solid rgba(216, 225, 255, .62);
  border-bottom: 1px solid rgba(216, 225, 255, .62);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.cxw-essential-team-link > i {
  width: 3px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 999px;
  background: linear-gradient(rgba(141, 255, 207, 0), #8dffcf 52%, #fff);
  box-shadow: 0 0 8px rgba(111, 255, 201, .72);
  opacity: 0;
  transform: translate(-50%, -50%);
}

.cxw-essential-team-link > i:nth-child(2) { animation-delay: .42s !important; }

.cxw-team-context--essential[data-cxw-collab-phase="agent"] .cxw-essential-team-link > i {
  animation: cxw-essential-travel-team 1.15s cubic-bezier(.45, 0, .3, 1) infinite;
}
.cxw-essential-team article {
  min-height: 82px;
  padding: 13px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 15px;
  background: rgba(25, 17, 111, .27);
  box-shadow: 0 15px 30px rgba(19, 13, 88, .14);
  opacity: .58;
  transform: translateX(0) scale(.98);
  transition: opacity 300ms ease, transform 300ms cubic-bezier(.22, 1, .36, 1), border-color 300ms ease, background-color 300ms ease, box-shadow 300ms ease;
}
.cxw-essential-team article[data-cxw-state="active"] {
  border-color: rgba(155, 255, 213, .65);
  background: rgba(29, 20, 127, .6);
  box-shadow: 0 18px 34px rgba(17, 11, 84, .24), 0 0 0 3px rgba(139, 255, 204, .08);
  opacity: 1;
  transform: translateX(-5px) scale(1.015);
}
.cxw-essential-team .cxw-avatar-photo,
.cxw-essential-team .cxw-bot-icon { width: 38px; height: 38px; font-size: 8px; }
.cxw-essential-team p { min-width: 0; margin: 0; display: grid; gap: 3px; }
.cxw-essential-team small { color: rgba(255, 255, 255, .51); font-size: 6px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cxw-essential-team strong { color: #fff; font-size: 9px; line-height: 1.25; }
.cxw-essential-team b { overflow: hidden; color: #9df1cb; font-size: 6px; font-weight: 680; line-height: 1.3; text-overflow: ellipsis; }

.cxw-essential-progress {
  min-height: 76px;
  padding: 12px 24px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 6px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  background: rgba(18, 13, 90, .23);
}
.cxw-essential-progress > span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(255, 255, 255, .4);
  border-radius: 999px;
  font-size: 7px;
  font-weight: 780;
  transition: color 240ms ease, background-color 240ms ease, transform 240ms ease;
}
.cxw-essential-progress i {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  font-size: 6px;
  font-style: normal;
}
.cxw-essential-progress > span[data-cxw-state="active"] { color: #21184f; background: #fff; transform: translateY(-2px); }
.cxw-essential-progress > span[data-cxw-state="active"] i { color: #fff; border-color: #604ae4; background: #604ae4; }
.cxw-essential-progress > span[data-cxw-state="done"] { color: rgba(165, 255, 216, .72); }
.cxw-essential-progress > b { color: rgba(255, 255, 255, .22); font-size: 8px; }

@keyframes cxw-essential-enter {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: none; }
}
@keyframes cxw-essential-travel-x {
  0% { left: 0; opacity: 0; }
  20% { opacity: 1; }
  76% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}
@keyframes cxw-essential-travel-team {
  0% { top: 0; opacity: 0; }
  20% { opacity: 1; }
  76% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}
@keyframes cxw-essential-pulse {
  0% { opacity: .78; transform: scale(.94); }
  100% { opacity: 0; transform: scale(1.24); }
}

.cxw-routine-layout > .cxw-hero-console { min-height: 530px; align-self: stretch; }

@keyframes cxw-context-orbit { to { transform: rotate(360deg); } }
@keyframes cxw-context-signal { 0% { opacity: .72; transform: scale(.95); } 70%, 100% { opacity: 0; transform: scale(1.38); } }
@keyframes cxw-context-sweep { 0%, 18% { left: -65%; opacity: 0; } 35% { opacity: 1; } 58%, 100% { left: 125%; opacity: 0; } }

@media (max-width: 1180px) {
  .cxw-essential-flow { padding-inline: 22px; grid-template-columns: minmax(120px, .9fr) 38px 164px 38px minmax(150px, 1fr); }
  .cxw-essential-core { width: 164px; height: 164px; }
  .cxw-essential-source-deck article { padding-inline: 14px; }
  .cxw-team-context__node { width: 150px; }
  .cxw-team-context__member { width: 150px; }
  .cxw-team-context__member.is-paula,
  .cxw-team-context__member.is-agent-analysis,
  .cxw-team-context__member.is-rafael,
  .cxw-team-context__member.is-agent-finance { right: 24px; }
  .cxw-team-context__node.is-campaign,
  .cxw-team-context__node.is-client,
  .cxw-team-context__node.is-process,
  .cxw-team-context__node.is-cash { left: 24px; }
}

@media (max-width: 767px) {
  .cxw-team-context { min-height: 625px; border-radius: 20px; }
  .cxw-team-context__head { min-height: 76px; padding: 17px 14px; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; border-radius: 19px 19px 0 0; }
  .cxw-team-context__head > b { display: none; }
  .cxw-team-context__title { gap: 7px; }
  .cxw-team-context__title > span { font-size: 8px; letter-spacing: .08em; }
  .cxw-team-context__head-sources { grid-column: 2; }
  .cxw-team-context__head-sources .cxw-connector { width: 25px; height: 25px; padding: 4px; }
  .cxw-team-context__head-sources .cxw-connector img { width: 15px; height: 15px; }
  .cxw-team-context__stage { height: 485px; }
  .cxw-team-context__label { font-size: 6px; }
  .cxw-team-context__label.is-business { left: 14px; }
  .cxw-team-context__label.is-team { right: 14px; }
  .cxw-team-context__node { width: 84px; min-height: 30px; padding-inline: 8px; font-size: 8px; }
  .cxw-team-context__node.is-campaign { top: 68px; left: 8px; }
  .cxw-team-context__node.is-client { top: 164px; left: 8px; }
  .cxw-team-context__node.is-process { top: 293px; left: 8px; }
  .cxw-team-context__node.is-cash { top: 395px; left: 8px; }
  .cxw-team-context__core { width: 142px; height: 142px; padding: 16px; }
  .cxw-team-context__core strong { font-size: 19px; }
  .cxw-team-context__core p { display: none; }
  .cxw-team-context__orbit { inset: -14px; }
  .cxw-team-context__member { width: 84px; min-height: 30px; padding: 0 8px; display: flex; align-items: center; border-radius: 999px; }
  .cxw-team-context__member .cxw-avatar-photo,
  .cxw-team-context__member .cxw-bot-icon,
  .cxw-team-context__member small,
  .cxw-team-context__member > b { display: none; }
  .cxw-team-context__member > div { display: block; }
  .cxw-team-context__member strong { font-size: 8px; }
  .cxw-team-context__member.is-paula { top: 68px; right: 8px; }
  .cxw-team-context__member.is-agent-analysis { top: 164px; right: 8px; }
  .cxw-team-context__member.is-rafael { top: 293px; right: 8px; }
  .cxw-team-context__member.is-agent-finance { top: 395px; right: 8px; }
  .cxw-team-context__activity { display: none; }
  .cxw-team-context__flow { width: 100%; min-height: 35px; gap: 2px; }
  .cxw-team-context__flow > span { min-height: 25px; padding-inline: 3px; font-size: 6px; }
  .cxw-team-context__flow > span i { display: none; }
  .cxw-team-context__sources { min-height: 82px; padding: 7px 12px 9px; grid-template-columns: 1fr; gap: 4px; border-radius: 0 0 19px 19px; }
  .cxw-team-context__sources > span { justify-self: center; font-size: 6px; }
  .cxw-team-context__sources > b { display: none; }

  .cxw-team-context--essential { min-height: 668px; }
  .cxw-team-context--essential .cxw-team-context__head { min-height: 72px; }
  .cxw-essential-flow {
    min-height: 534px;
    padding: 20px 14px 16px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 30px auto 30px auto;
    justify-items: stretch;
  }
  .cxw-essential-source { gap: 10px; }
  .cxw-essential-source > header { gap: 8px; }
  .cxw-essential-source nav { gap: 4px; }
  .cxw-essential-source nav span { padding-block: 5px; font-size: 5.5px; }
  .cxw-essential-source-deck { min-height: 122px; }
  .cxw-essential-source-deck article { min-height: 122px; padding: 13px 16px; grid-template-columns: auto minmax(0, 1fr); column-gap: 15px; align-items: center; }
  .cxw-essential-source-deck article > div { grid-row: 1 / 3; }
  .cxw-essential-source-deck .cxw-connector { width: 34px; height: 34px; padding: 6px; }
  .cxw-essential-source-deck .cxw-connector img { width: 19px; height: 19px; }
  .cxw-essential-source-deck strong { margin-top: 0; font-size: 12px; }
  .cxw-essential-source-deck p { margin-top: 4px; font-size: 7px; }
  .cxw-essential-connector { width: 18px; height: 30px; justify-self: center; }
  .cxw-essential-connector::before {
    width: 1px;
    height: 100%;
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .cxw-essential-connector::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    border-top: 0;
    border-right: 1px solid rgba(216, 225, 255, .62);
    border-bottom: 1px solid rgba(216, 225, 255, .62);
    transform: translateX(-50%) rotate(45deg);
  }
  .cxw-essential-connector > i { width: 3px; height: 14px; top: 0; left: 50%; transform: translate(-50%, -50%); }
  .cxw-team-context--essential[data-cxw-collab-phase="source"] .cxw-essential-connector.is-in > i,
  .cxw-team-context--essential[data-cxw-collab-phase="context"] .cxw-essential-connector.is-in > i,
  .cxw-team-context--essential[data-cxw-collab-phase="human"] .cxw-essential-connector.is-out > i,
  .cxw-team-context--essential[data-cxw-collab-phase="agent"] .cxw-essential-connector.is-out > i {
    animation-name: cxw-essential-travel-y;
  }
  .cxw-essential-core { width: 148px; height: 148px; padding: 18px; }
  .cxw-essential-core strong { font-size: 21px; }
  .cxw-essential-core p { margin-top: 9px; }
  .cxw-essential-team { gap: 5px; }
  .cxw-essential-team > span { line-height: 8px; }
  .cxw-essential-team article { min-height: 66px; padding: 10px 12px; grid-template-columns: 34px minmax(0, 1fr); }
  .cxw-essential-team article[data-cxw-state="active"] { transform: translateY(-2px) scale(1.01); }
  .cxw-essential-team .cxw-avatar-photo,
  .cxw-essential-team .cxw-bot-icon { width: 34px; height: 34px; }
  .cxw-essential-progress { min-height: 62px; padding: 9px 8px; gap: 3px; }
  .cxw-essential-progress > b { display: none; }
  .cxw-essential-progress > span { min-height: 38px; padding: 3px; flex-direction: column; gap: 3px; font-size: 5.5px; }
  .cxw-essential-progress i { width: 16px; height: 16px; }
}

@keyframes cxw-essential-travel-y {
  0% { top: 0; opacity: 0; }
  18% { opacity: 1; }
  82% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .cxw-team-context__orbit { animation: none; }
  .cxw-team-context__signal,
  .cxw-team-context::after { animation: none; }
  .cxw-team-context::after { display: none; }
  .cxw-team-context__pulses circle { display: none; }
  .cxw-essential-source-deck article,
  .cxw-essential-connector > i,
  .cxw-essential-team-link > i,
  .cxw-essential-core__pulse { animation: none !important; }
  .cxw-essential-connector > i,
  .cxw-essential-team-link > i { display: none; }
}

/* ── Profundidade operacional: contexto, decisão, coordenação e memória ─── */

.cxw-platform-spine {
  margin-top: 32px;
  display: grid;
  gap: 2px;
  border: 1px solid #e0e2ec;
  border-radius: 16px;
  overflow: hidden;
  background: #e0e2ec;
}

.cxw-platform-spine span {
  min-height: 43px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4f5468;
  background: rgba(255, 255, 255, .94);
  font-size: 10px;
  font-weight: 720;
}

.cxw-platform-spine i {
  color: #7565ee;
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .05em;
}

.cxw-approval-gate {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #ddd8ff;
  border-radius: 24px;
  background: linear-gradient(135deg, #fbfaff 0%, #fff 58%, #f3fffa 100%);
  box-shadow: 0 20px 55px rgba(61, 48, 157, .09);
}

.cxw-approval-gate > header {
  min-height: 82px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #e7e3fb;
}

.cxw-approval-gate > header > div { display: flex; align-items: center; gap: 13px; }
.cxw-approval-gate > header p { margin: 0; display: grid; gap: 4px; }
.cxw-approval-gate > header small { color: #7362e9; font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.cxw-approval-gate > header strong { font: 620 17px/1.25 "Bricolage Grotesque", Inter, sans-serif; }
.cxw-approval-gate > header > b { padding: 8px 11px; border: 1px solid #f5cfb2; border-radius: 999px; color: #b65a1d; background: #fff5ed; font-size: 9px; }

.cxw-approval-body { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); }
.cxw-approval-body article { padding: 30px; border-right: 1px solid #e7e3fb; }
.cxw-approval-body article > small,
.cxw-approval-body aside > span { color: #9195a4; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.cxw-approval-body h3 { max-width: 760px; margin: 10px 0 24px; font: 650 clamp(25px, 2.6vw, 38px)/1.08 "Bricolage Grotesque", Inter, sans-serif; letter-spacing: -.035em; }
.cxw-approval-body dl { margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cxw-approval-body dl > div { min-height: 74px; padding: 14px; border: 1px solid #e5e6ed; border-radius: 13px; background: rgba(255, 255, 255, .82); }
.cxw-approval-body dt { color: #9497a5; font-size: 8px; }
.cxw-approval-body dd { margin: 7px 0 0; color: #303447; font-size: 10px; font-weight: 720; line-height: 1.35; }
.cxw-approval-body aside { padding: 30px; display: flex; flex-direction: column; justify-content: center; background: rgba(247, 246, 255, .68); }
.cxw-approval-body aside > strong { margin: 7px 0 18px; font-size: 12px; }
.cxw-approval-body aside > div { margin-top: 8px; display: grid; grid-template-columns: .68fr 1.32fr; gap: 8px; }
.cxw-approval-body button,
.cxw-approval-gate > footer button,
.cxw-agent-profile button { min-height: 44px; padding: 0 13px; border: 1px solid #dfe1e9; border-radius: 10px; background: #fff; font: 750 10px/1 Inter, sans-serif; cursor: pointer; }
.cxw-approval-body button.is-primary { color: #fff; border-color: #5e4be4; background: #5e4be4; }
.cxw-approval-gate > footer { min-height: 60px; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid #e7e3fb; color: #6f7486; font-size: 9px; }
.cxw-approval-gate > footer span { display: flex; align-items: center; gap: 8px; }
.cxw-approval-gate > footer i,
.cxw-agent-profile > footer i { width: 7px; height: 7px; border-radius: 50%; background: #20b77c; box-shadow: 0 0 0 5px rgba(32, 183, 124, .1); }
.cxw-approval-gate > footer button { min-width: 145px; color: #8c4c26; border-color: #f1d6c5; background: #fff8f3; }

.cxw-orchestration {
  min-height: 100px;
  margin-top: 18px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(120px, .85fr) auto repeat(3, minmax(125px, 1fr) auto);
  align-items: center;
  gap: 8px;
  border: 1px solid #dfdbea;
  border-radius: 17px;
  background: linear-gradient(90deg, #f6f4ff, #fff 48%, #f5fbff);
}

.cxw-orchestration > div { min-height: 68px; padding: 10px; display: flex; align-items: center; gap: 9px; border: 1px solid #e4e5ed; border-radius: 12px; background: rgba(255, 255, 255, .9); }
.cxw-orchestration > i { color: #8c82d5; font-size: 14px; font-style: normal; }
.cxw-orchestration-router { align-items: flex-start !important; flex-direction: column; justify-content: center; background: #241971 !important; color: #fff; }
.cxw-orchestration-router small { color: #aaa0e8 !important; }
.cxw-orchestration-router span { color: #b9b3d9; font-size: 7px; }
.cxw-orchestration .cxw-bot-icon,
.cxw-orchestration .cxw-avatar-photo { width: 34px; height: 34px; font-size: 8px; }
.cxw-orchestration p { margin: 0; display: grid; gap: 2px; }
.cxw-orchestration small { color: #979aa8; font-size: 6px; text-transform: uppercase; letter-spacing: .06em; }
.cxw-orchestration strong { font-size: 9px; }
.cxw-orchestration p b { color: #1b9a6b; font-size: 6px; }

.cxw-agent-profile {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #dfe2eb;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(34, 37, 66, .07);
}

.cxw-agent-profile > header { min-height: 78px; padding: 14px 22px; display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid #e7e9ef; background: linear-gradient(90deg, #f8f6ff, #fff); }
.cxw-agent-profile > header .cxw-bot-icon { width: 42px; height: 42px; }
.cxw-agent-profile > header > div { display: grid; gap: 3px; }
.cxw-agent-profile > header small { color: #7968e4; font-size: 7px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.cxw-agent-profile > header strong { font: 650 17px/1.2 "Bricolage Grotesque", Inter, sans-serif; }
.cxw-agent-profile > header > b { padding: 7px 9px; border-radius: 999px; color: #14865a; background: #eaf9f2; font-size: 8px; }
.cxw-agent-profile > div { padding: 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.cxw-agent-profile article { min-height: 128px; padding: 17px; display: flex; flex-direction: column; border: 1px solid #e5e7ee; border-radius: 15px; background: #fafafd; }
.cxw-agent-profile article small { color: #8e92a1; font-size: 7px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.cxw-agent-profile article strong { margin-top: 16px; font-size: 11px; line-height: 1.35; }
.cxw-agent-profile article span { margin-top: auto; color: #858999; font-size: 8px; line-height: 1.35; }
.cxw-agent-profile > footer { min-height: 62px; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid #e7e9ef; background: #fafafd; }
.cxw-agent-profile > footer span { display: flex; align-items: center; gap: 9px; color: #6d7284; font-size: 9px; }
.cxw-agent-profile > footer button { min-width: 120px; color: #8c4c26; border-color: #efd6c7; background: #fff8f3; }

.cxw-memory-ledger {
  margin-top: 18px;
  overflow: hidden;
  color: #fff;
  border-radius: 25px;
  background:
    radial-gradient(circle at 10% 0%, rgba(122, 99, 255, .38), transparent 30%),
    radial-gradient(circle at 95% 100%, rgba(30, 174, 145, .18), transparent 28%),
    #121123;
  box-shadow: 0 25px 65px rgba(26, 23, 63, .18);
}

.cxw-memory-ledger > header { min-height: 100px; padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(255, 255, 255, .11); }
.cxw-memory-ledger > header > div { display: grid; gap: 6px; }
.cxw-memory-ledger > header small { color: #a99cff; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.cxw-memory-ledger > header strong { font: 620 clamp(23px, 2.4vw, 34px)/1.08 "Bricolage Grotesque", Inter, sans-serif; }
.cxw-memory-ledger > header > span { padding: 8px 11px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; color: #b8b5c9; background: rgba(255, 255, 255, .05); font-size: 8px; }
.cxw-memory-ledger > div { padding: 28px; position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.cxw-memory-ledger > div::before { height: 1px; position: absolute; top: 49px; right: 8%; left: 8%; background: linear-gradient(90deg, #7765ef, #7e72ce 62%, #33b78a); content: ""; }
.cxw-memory-ledger article { min-width: 0; position: relative; z-index: 1; }
.cxw-memory-ledger article > i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; color: #fff; background: #5e4be4; box-shadow: 0 0 0 7px #121123; font-size: 8px; font-style: normal; font-weight: 850; }
.cxw-memory-ledger article:last-child > i { background: #1b9d6d; }
.cxw-memory-ledger article p { margin: 17px 0 0; display: grid; gap: 5px; }
.cxw-memory-ledger article small { color: #918ba9; font-size: 7px; text-transform: uppercase; letter-spacing: .07em; }
.cxw-memory-ledger article strong { font-size: 10px; line-height: 1.35; }
.cxw-memory-ledger article span { color: #777389; font-size: 8px; line-height: 1.35; }
.cxw-memory-ledger > footer { min-height: 56px; padding: 12px 28px; display: flex; align-items: center; justify-content: center; gap: 8px; border-top: 1px solid rgba(255, 255, 255, .09); }
.cxw-memory-ledger > footer span { padding: 7px 10px; border-radius: 999px; color: #9b97ab; background: rgba(255, 255, 255, .05); font-size: 7px; text-transform: uppercase; letter-spacing: .07em; }

@media (max-width: 1100px) {
  .cxw-approval-body { grid-template-columns: 1fr; }
  .cxw-approval-body article { border-right: 0; border-bottom: 1px solid #e7e3fb; }
  .cxw-agent-profile > div { grid-template-columns: repeat(2, 1fr); }
  .cxw-orchestration { grid-template-columns: repeat(4, minmax(135px, 1fr)); overflow-x: auto; }
  .cxw-orchestration > i { display: none; }
}

@media (max-width: 767px) {
  .cxw-platform-spine { grid-template-columns: 1fr 1fr; }
  .cxw-platform-spine span:last-child { grid-column: 1 / -1; }
  .cxw-approval-gate { border-radius: 20px; }
  .cxw-approval-gate > header { padding: 15px; align-items: flex-start; }
  .cxw-approval-gate > header > b { display: none; }
  .cxw-approval-gate > header strong { font-size: 14px; }
  .cxw-approval-body article,
  .cxw-approval-body aside { padding: 20px 15px; }
  .cxw-approval-body h3 { font-size: 25px; }
  .cxw-approval-body dl { grid-template-columns: 1fr; }
  .cxw-approval-body aside > div { grid-template-columns: 1fr; }
  .cxw-approval-gate > footer { padding: 14px 15px; align-items: flex-start; flex-direction: column; }
  .cxw-approval-gate > footer button { width: 100%; }
  .cxw-orchestration { grid-template-columns: 1fr; margin-inline: 0; padding-bottom: 12px; overflow: visible; }
  .cxw-agent-profile > header { grid-template-columns: 38px 1fr; padding: 14px; }
  .cxw-agent-profile > header .cxw-bot-icon { width: 38px; height: 38px; }
  .cxw-agent-profile > header > b { grid-column: 1 / -1; width: fit-content; }
  .cxw-agent-profile > div { padding: 12px; grid-template-columns: 1fr; }
  .cxw-agent-profile article { min-height: 112px; }
  .cxw-agent-profile > footer { padding: 14px; align-items: flex-start; flex-direction: column; }
  .cxw-agent-profile > footer button { width: 100%; }
  .cxw-memory-ledger > header { padding: 20px; align-items: flex-start; flex-direction: column; }
  .cxw-memory-ledger > div { padding: 24px 20px; grid-template-columns: 1fr; gap: 18px; }
  .cxw-memory-ledger > div::before { width: 1px; height: auto; top: 30px; bottom: 30px; right: auto; left: 40px; background: linear-gradient(#7765ef, #33b78a); }
  .cxw-memory-ledger article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
  .cxw-memory-ledger article p { margin: 2px 0 0; }
  .cxw-memory-ledger article > i { box-shadow: 0 0 0 6px #121123; }
  .cxw-memory-ledger > footer { padding: 14px; flex-wrap: wrap; }
}

/* ── Dobra compacta do framework ───────────────────────────────────────── */

@media (min-width: 1440px) {
  .mix-cowork-framework {
    width: min(calc(100% - 48px), 1450px);
    min-height: 0;
    padding: 72px 28px 64px 24px;
    grid-template-columns: minmax(320px, 420px) minmax(848px, 880px);
    gap: 16px;
    align-items: center;
    justify-content: space-between;
  }

  .mix-cowork-framework-copy {
    width: 100%;
    padding: 0;
  }

  .mix-cowork-framework-copy h2 {
    font-size: clamp(42px, 3.6vw, 58px);
  }

  .mix-cowork-framework .mix-cowork-visual {
    width: 100%;
    max-width: 880px;
    margin: 0;
    justify-self: end;
  }

  .mix-cowork-framework .mix-cowork-collab-card {
    padding: 7px;
  }

  .mix-cowork-framework .mix-cowork-collab-heading {
    padding-bottom: 4px;
  }

  .mix-cowork-framework .mix-cowork-agent-row {
    min-height: 21px;
  }

  .mix-cowork-framework .mix-cowork-team-avatars {
    margin-top: 6px;
  }

  .mix-cowork-framework .mix-cowork-team-avatars span {
    width: 28px;
    height: 28px;
  }

  .mix-cowork-framework .mix-cowork-team-copy {
    margin-top: 4px;
  }

  .mix-cowork-framework .mix-cowork-diagram-scroll {
    height: auto;
    aspect-ratio: auto;
    overflow: visible;
  }

  .mix-cowork-framework .mix-cowork-diagram {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
}

@media (min-width: 900px) and (max-width: 1439px) {
  .mix-cowork-framework {
    width: min(calc(100% - 48px), 1100px);
    min-height: 0;
    padding: 72px 0 64px;
    grid-template-columns: 1fr;
  }

  .mix-cowork-framework-copy {
    width: min(100%, 720px);
    padding: 0;
  }

  .mix-cowork-framework .mix-cowork-visual {
    width: min(100%, 1000px);
    margin: 38px auto 0;
  }

  .mix-cowork-framework .mix-cowork-diagram-scroll {
    height: auto;
    aspect-ratio: auto;
    overflow: visible;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .mix-cowork-framework {
    min-height: 0;
    padding-bottom: 64px;
  }

  .mix-cowork-framework .mix-cowork-visual {
    width: min(100%, 760px);
  }
}

/* ── Autonomia governada ───────────────────────────────────────────────── */

.cxw-runtime-guard {
  width: min(calc(100% - 64px), 1450px);
  min-height: 860px;
  margin: 0 auto;
  padding: 92px 74px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(600px, 1.22fr);
  gap: clamp(50px, 6vw, 96px);
  align-items: center;
  overflow: hidden;
  color: #fff;
  border-radius: 38px;
  background:
    radial-gradient(circle at 11% 9%, rgba(116, 90, 255, .34), transparent 31%),
    radial-gradient(circle at 91% 92%, rgba(40, 200, 161, .16), transparent 29%),
    #111021;
  box-shadow: 0 34px 90px rgba(25, 21, 64, .2);
}

.cxw-runtime-guard::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(115deg, #000, transparent 67%);
  pointer-events: none;
  content: "";
}

.cxw-runtime-guard__copy,
.cxw-runtime-console { position: relative; z-index: 1; }
.cxw-runtime-guard .cxw-eyebrow { color: #a79aff; }
.cxw-runtime-guard__copy h2 { max-width: 560px; margin: 20px 0 0; color: #fff; font: 560 clamp(42px, 4.2vw, 66px)/.98 "Bricolage Grotesque", Inter, sans-serif; letter-spacing: -.05em; }
.cxw-runtime-guard__copy h2 strong { display: block; color: #a89cff; font-weight: 670; }
.cxw-runtime-guard__copy > p { max-width: 530px; margin: 25px 0 0; color: #aaa8ba; font-size: 15px; line-height: 1.65; }
.cxw-runtime-principles { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cxw-runtime-principles article { min-height: 102px; padding: 15px; display: grid; grid-template-columns: 27px 1fr; gap: 10px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 14px; background: rgba(255, 255, 255, .045); }
.cxw-runtime-principles article > b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: #b9afff; background: rgba(127, 104, 255, .14); font-size: 8px; }
.cxw-runtime-principles article > span { display: grid; align-content: start; gap: 7px; }
.cxw-runtime-principles strong { color: #f7f6ff; font-size: 10px; }
.cxw-runtime-principles small { color: #888698; font-size: 8px; line-height: 1.45; }

.cxw-runtime-console { overflow: hidden; color: #24243e; border: 1px solid rgba(255, 255, 255, .44); border-radius: 26px; background: #fbfbfe; box-shadow: 0 42px 85px rgba(0, 0, 0, .32), 0 0 0 8px rgba(255, 255, 255, .035); }
.cxw-runtime-console > header { min-height: 88px; padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid #e4e4ed; background: #fff; }
.cxw-runtime-console > header > div { min-width: 0; display: flex; align-items: center; gap: 12px; }
.cxw-runtime-console > header .cxw-bot-icon { width: 42px; height: 42px; font-size: 9px; }
.cxw-runtime-console > header p,
.cxw-runtime-console > footer p { margin: 0; display: grid; gap: 4px; }
.cxw-runtime-console > header small,
.cxw-runtime-console > footer small { color: #8d8e9d; font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cxw-runtime-console > header strong { overflow: hidden; font: 650 14px/1.25 "Bricolage Grotesque", Inter, sans-serif; white-space: nowrap; text-overflow: ellipsis; }
.cxw-runtime-console > header > b { padding: 8px 10px; display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; color: #12825c; background: #e8f8f1; font-size: 8px; }
.cxw-runtime-console > header > b i { width: 7px; height: 7px; border-radius: 50%; background: #20b87d; box-shadow: 0 0 0 5px rgba(32, 184, 125, .1); }
.cxw-runtime-scope { min-height: 90px; padding: 14px 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; border-bottom: 1px solid #e4e4ed; background: #f5f4fb; }
.cxw-runtime-scope > span { padding: 11px; display: grid; align-content: center; gap: 6px; border: 1px solid #e2e2eb; border-radius: 11px; background: #fff; }
.cxw-runtime-scope small { color: #9495a4; font-size: 7px; }
.cxw-runtime-scope strong { font-size: 9px; }
.cxw-runtime-rail { margin: 0; padding: 20px; display: grid; gap: 6px; list-style: none; }
.cxw-runtime-rail li { min-height: 66px; padding: 10px 12px; position: relative; display: grid; grid-template-columns: 30px 1fr auto; gap: 11px; align-items: center; border: 1px solid #e5e5ed; border-radius: 12px; background: #fff; }
.cxw-runtime-rail li::before { width: 1px; height: 18px; position: absolute; top: -13px; left: 26px; background: #d9d9e6; content: ""; }
.cxw-runtime-rail li:first-child::before { display: none; }
.cxw-runtime-rail li > i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #dcdde7; border-radius: 50%; color: #9b9ca8; font-size: 8px; font-style: normal; font-weight: 850; background: #fafafd; }
.cxw-runtime-rail li > div { display: grid; gap: 4px; }
.cxw-runtime-rail small { color: #9697a5; font-size: 7px; text-transform: uppercase; letter-spacing: .06em; }
.cxw-runtime-rail strong { font-size: 9px; }
.cxw-runtime-rail li > span { color: #9899a6; font-size: 7px; font-weight: 760; text-transform: uppercase; }
.cxw-runtime-rail li.is-done > i { color: #fff; border-color: #1ca472; background: #1ca472; }
.cxw-runtime-rail li.is-done > span { color: #16835c; }
.cxw-runtime-rail li.is-active { border-color: #9c8fff; background: #f6f4ff; box-shadow: 0 0 0 4px rgba(100, 78, 232, .08); }
.cxw-runtime-rail li.is-active > i { color: #fff; border-color: #6752e8; background: #6752e8; box-shadow: 0 0 0 6px rgba(103, 82, 232, .1); animation: cxw-runtime-pulse 1.8s ease-in-out infinite; }
.cxw-runtime-rail li.is-active > span { padding: 6px 8px; border-radius: 999px; color: #a5531d; background: #fff0e6; }
.cxw-runtime-console > footer { min-height: 84px; padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid #e4e4ed; background: #fff; }
.cxw-runtime-console > footer > div { min-width: 0; display: flex; align-items: center; gap: 10px; }
.cxw-runtime-console > footer .cxw-avatar-photo { width: 38px; height: 38px; }
.cxw-runtime-console > footer strong { font-size: 10px; }
.cxw-runtime-console > footer > span { display: flex; gap: 7px; }
.cxw-runtime-console button { min-height: 42px; padding: 0 13px; border: 1px solid #dedfe8; border-radius: 10px; font: 760 9px/1 Inter, sans-serif; background: #fff; cursor: pointer; }
.cxw-runtime-console button.is-primary { color: #fff; border-color: #5f4ae1; background: #5f4ae1; }

.mix-cowork-page button[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: .62;
  filter: saturate(.6);
  box-shadow: none;
}

@keyframes cxw-runtime-pulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(103, 82, 232, .08); } 50% { box-shadow: 0 0 0 9px rgba(103, 82, 232, .13); } }

/* ── Missão multiplayer ────────────────────────────────────────────────── */

.cxw-multiplayer { width: min(calc(100% - 64px), 1450px); }
.cxw-mission-room { margin-top: 58px; overflow: hidden; border: 1px solid #dedfea; border-radius: 28px; background: #fff; box-shadow: 0 25px 70px rgba(34, 37, 70, .08); }
.cxw-mission-room > header { min-height: 92px; padding: 17px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e4e5ed; background: linear-gradient(90deg, #f7f5ff, #fff 52%, #f2fbf8); }
.cxw-mission-room > header > div { display: flex; align-items: center; gap: 13px; }
.cxw-mission-room > header p { margin: 0; display: grid; gap: 5px; }
.cxw-mission-room > header small { color: #7967e8; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cxw-mission-room > header strong { font: 650 18px/1.2 "Bricolage Grotesque", Inter, sans-serif; }
.cxw-mission-room > header > span { color: #858898; font-size: 9px; }
.cxw-mission-brief { padding: 13px 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; border-bottom: 1px solid #e4e5ed; background: #fafafd; }
.cxw-mission-brief > span { min-height: 66px; padding: 11px 13px; display: grid; align-content: center; gap: 6px; border: 1px solid #e6e7ed; border-radius: 11px; background: #fff; }
.cxw-mission-brief small { color: #9699a7; font-size: 7px; text-transform: uppercase; letter-spacing: .06em; }
.cxw-mission-brief strong { font-size: 10px; }
.cxw-mission-lanes { padding: 48px 26px; position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); gap: 10px; align-items: center; background: linear-gradient(180deg, #fff, #fbfbfe); }
.cxw-mission-lanes::before { height: 1px; position: absolute; top: 50%; right: 7%; left: 7%; background: linear-gradient(90deg, #bbb4ea, #6652e8 47%, #2baa7f 76%, #d5d4df); content: ""; }
.cxw-mission-lanes > article { min-height: 230px; padding: 17px; position: relative; z-index: 1; display: flex; flex-direction: column; border: 1px solid #e1e2ea; border-radius: 17px; background: #fff; box-shadow: 0 15px 35px rgba(40, 40, 75, .07); }
.cxw-mission-lanes > article.is-agent { background: linear-gradient(160deg, #f8f6ff, #fff); }
.cxw-mission-lanes > article.is-active { border-color: #78d6b5; box-shadow: 0 15px 40px rgba(30, 155, 111, .12), 0 0 0 4px rgba(42, 170, 127, .08); transform: translateY(-9px); }
.cxw-mission-lanes > article.is-checkpoint { border-style: dashed; background: #fafafd; box-shadow: none; }
.cxw-mission-lanes article > header { display: flex; align-items: center; gap: 10px; }
.cxw-mission-lanes article > header .cxw-avatar-photo,
.cxw-mission-lanes article > header .cxw-bot-icon { width: 38px; height: 38px; font-size: 8px; }
.cxw-mission-lanes article > header > div { display: grid; gap: 3px; }
.cxw-mission-lanes article small { color: #9698a7; font-size: 6px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cxw-mission-lanes article strong { font-size: 11px; }
.cxw-mission-lanes article p { margin: 28px 0 0; color: #626679; font-size: 10px; line-height: 1.52; }
.cxw-mission-lanes article footer { margin-top: auto; padding-top: 15px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border-top: 1px solid #ebecf1; }
.cxw-mission-lanes article footer span { color: #9194a2; font-size: 7px; }
.cxw-mission-lanes article footer b { color: #17885f; font-size: 7px; }
.cxw-mission-lanes article.is-checkpoint footer b { color: #a25a27; }
.cxw-mission-lanes > i { position: relative; z-index: 2; color: #7565dc; font-size: 13px; font-style: normal; }
.cxw-mission-room > footer { min-height: 70px; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid #e4e5ed; background: #f8f8fc; }
.cxw-mission-room > footer > span { display: flex; align-items: center; gap: 9px; color: #6e7284; font-size: 9px; }
.cxw-mission-room > footer > span i { width: 8px; height: 8px; border-radius: 50%; background: #24ad7b; box-shadow: 0 0 0 5px rgba(36, 173, 123, .1); }
.cxw-mission-room > footer > div { display: flex; gap: 6px; }
.cxw-mission-room > footer > div b { padding: 7px 9px; border: 1px solid #e1e2e9; border-radius: 999px; color: #6c7081; background: #fff; font-size: 7px; }

@media (max-width: 1180px) {
  .cxw-runtime-guard { padding: 76px 46px; grid-template-columns: minmax(300px, .72fr) minmax(500px, 1.28fr); gap: 40px; }
  .cxw-runtime-guard__copy h2 { font-size: clamp(40px, 4.5vw, 56px); }
  .cxw-runtime-principles { grid-template-columns: 1fr; }
  .cxw-runtime-principles article { min-height: 78px; }
  .cxw-mission-lanes { padding-inline: 18px; gap: 7px; }
  .cxw-mission-lanes > article { min-height: 240px; padding: 14px; }
}

@media (max-width: 980px) {
  .cxw-runtime-guard { width: calc(100% - 32px); min-height: 0; padding: 76px 40px; grid-template-columns: 1fr; }
  .cxw-runtime-guard__copy h2,
  .cxw-runtime-guard__copy > p { max-width: 720px; }
  .cxw-runtime-principles { grid-template-columns: repeat(2, 1fr); }
  .cxw-multiplayer { width: calc(100% - 48px); }
  .cxw-mission-lanes { grid-template-columns: repeat(5, minmax(190px, 1fr)); overflow-x: auto; }
  .cxw-mission-lanes > i { display: none; }
  .cxw-mission-lanes::before { display: none; }
}

@media (max-width: 767px) {
  .cxw-runtime-guard { width: calc(100% - 20px); padding: 66px 16px 18px; gap: 38px; border-radius: 26px; }
  .cxw-runtime-guard__copy { padding-inline: 3px; }
  .cxw-runtime-guard__copy h2 { font-size: 42px; }
  .cxw-runtime-guard__copy > p { font-size: 14px; }
  .cxw-runtime-principles { grid-template-columns: 1fr; }
  .cxw-runtime-console { border-radius: 19px; }
  .cxw-runtime-console > header { padding: 14px; align-items: flex-start; }
  .cxw-runtime-console > header > b { display: none; }
  .cxw-runtime-console > header strong { white-space: normal; }
  .cxw-runtime-scope { padding: 10px 12px; grid-template-columns: 1fr; }
  .cxw-runtime-scope > span { min-height: 57px; }
  .cxw-runtime-rail { padding: 12px; }
  .cxw-runtime-rail li { grid-template-columns: 30px 1fr; }
  .cxw-runtime-rail li > span { grid-column: 2; justify-self: start; }
  .cxw-runtime-console > footer { padding: 14px; align-items: flex-start; flex-direction: column; }
  .cxw-runtime-console > footer > span { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .cxw-runtime-console button { width: 100%; }
  .cxw-multiplayer { width: calc(100% - 32px); }
  .cxw-mission-room { margin-top: 38px; border-radius: 20px; }
  .cxw-mission-room > header { padding: 16px; align-items: flex-start; flex-direction: column; }
  .cxw-mission-room > header strong { font-size: 15px; }
  .cxw-mission-brief { padding: 10px; grid-template-columns: 1fr 1fr; }
  .cxw-mission-lanes { padding: 26px 14px; grid-template-columns: 1fr; overflow: visible; }
  .cxw-mission-lanes > article { min-height: 185px; }
  .cxw-mission-lanes > article.is-active { transform: none; }
  .cxw-mission-room > footer { padding: 14px; align-items: flex-start; flex-direction: column; }
  .cxw-mission-room > footer > div { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .cxw-runtime-rail li.is-active > i { animation: none; }
}

/* ── Refinamento do framework: títulos e fluxo mobile nativo ───────────── */

.mix-cowork-integration-title {
  font-size: clamp(11px, 1.05vw, 15px);
  font-weight: 480;
}

@media (max-width: 767px) {
  .mix-cowork-framework {
    padding-inline: 16px;
  }

  .mix-cowork-framework .mix-cowork-scroll-instruction {
    display: none;
  }

  .mix-cowork-framework .mix-cowork-diagram-scroll {
    width: 100%;
    max-width: none;
    height: auto;
    padding: 0;
    overflow: visible;
    cursor: default;
    scrollbar-width: none;
    touch-action: auto;
  }

  .mix-cowork-framework .mix-cowork-diagram-scroll::-webkit-scrollbar {
    display: none;
  }

  .mix-cowork-framework .mix-cowork-diagram {
    width: 100%;
    min-width: 0;
    margin: 0;
    aspect-ratio: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    isolation: isolate;
  }

  .mix-cowork-framework .mix-cowork-diagram::before {
    width: 1px;
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 50%;
    z-index: -1;
    background: repeating-linear-gradient(to bottom, #c8ccd8 0 6px, transparent 6px 13px);
    content: "";
  }

  .mix-cowork-framework .mix-cowork-flow-map {
    display: none;
  }

  .mix-cowork-framework .mix-cowork-module-card,
  .mix-cowork-framework .mix-cowork-module-card[data-slot^="left-"],
  .mix-cowork-framework .mix-cowork-module-card[data-slot^="right-"],
  .mix-cowork-framework .mix-cowork-module-card[data-slot^="bottom-"] {
    width: auto;
    height: auto;
    min-height: 122px;
    padding: 15px 9px 13px;
    position: relative;
    inset: auto;
    gap: 10px;
    justify-content: center;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(32, 39, 75, .055);
  }

  .mix-cowork-framework .mix-cowork-module-card[data-slot^="top-"],
  .mix-cowork-framework .mix-cowork-module-card[data-slot^="mid-"] {
    order: 1;
  }

  .mix-cowork-framework .mix-cowork-integration-group {
    width: auto;
    height: auto;
    min-height: 188px;
    padding: 17px 10px 13px;
    position: relative;
    inset: auto;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #dfe3ed;
    border-radius: 16px;
    background: rgba(232, 236, 246, .92);
    box-shadow: 0 9px 25px rgba(37, 45, 84, .055);
  }

  .mix-cowork-framework .mix-cowork-integration-title {
    width: fit-content;
    min-width: 0;
    margin: 0 auto 14px;
    padding: 5px 11px;
    position: static;
    transform: none;
    font-size: 13px;
    font-weight: 500;
  }

  .mix-cowork-framework .mix-cowork-logos {
    gap: 10px 4px;
  }

  .mix-cowork-framework .mix-cowork-logo {
    width: 29px;
    height: 29px;
  }

  .mix-cowork-framework .mix-cowork-integration-caption {
    min-height: 25px;
    margin-top: 11px;
    font-size: 8px;
  }

  .mix-cowork-framework .mix-cowork-module-card[data-slot^="left-"],
  .mix-cowork-framework .mix-cowork-module-card[data-slot^="right-"] {
    order: 3;
  }

  .mix-cowork-framework .mix-cowork-module-card[data-slot^="bottom-"] {
    order: 4;
  }

  .mix-cowork-framework .mix-cowork-module-icon {
    width: 36px;
    height: 36px;
  }

  .mix-cowork-framework .mix-cowork-module-icon svg {
    width: 23px;
    height: 23px;
  }

  .mix-cowork-framework .mix-cowork-module-label,
  .mix-cowork-framework .mix-cowork-module-card[data-slot="top-4"] .mix-cowork-module-label {
    max-width: 145px;
    font-size: 12px;
    line-height: 1.12;
  }

  .mix-cowork-framework .mix-cowork-collab-card {
    width: auto;
    height: auto;
    min-height: 148px;
    padding: 13px;
    position: relative;
    inset: auto;
    order: 5;
    border-radius: 14px;
  }

  .mix-cowork-framework .mix-cowork-collab-heading {
    min-height: 28px;
    font-size: 12px;
  }

  .mix-cowork-framework .mix-cowork-agent-row {
    min-height: 29px;
    font-size: 9px;
  }

  .mix-cowork-framework .mix-cowork-team-avatars {
    margin-top: 13px;
  }

  .mix-cowork-framework .mix-cowork-team-copy {
    margin-top: 9px;
    font-size: 9px;
    line-height: 1.3;
  }
}

/* ── Núcleo vivo: animação exclusiva do framework mobile ──────────────── */

.cxw-mobile-context-flow { display: none; }

@media (max-width: 767px) {
  .mix-cowork-framework .mix-cowork-diagram-scroll {
    display: none;
  }

  .cxw-mobile-context-flow {
    min-height: 944px;
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 27px;
    background:
      radial-gradient(circle at 50% 46%, rgba(150, 130, 255, .72), transparent 27%),
      radial-gradient(circle at 8% 4%, rgba(93, 72, 246, .82), transparent 30%),
      radial-gradient(circle at 96% 95%, rgba(29, 197, 165, .28), transparent 28%),
      linear-gradient(145deg, #2114b7, #4438e6 50%, #087ab9);
    box-shadow: 0 26px 64px rgba(49, 48, 155, .27);
  }

  .cxw-mobile-context-flow::before {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
    pointer-events: none;
    content: "";
  }

  .cxw-mobile-context-flow > header {
    min-height: 70px;
    padding: 15px 16px;
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    background: rgba(22, 14, 108, .2);
  }

  .cxw-mobile-context-flow > header > div { display: flex; align-items: center; gap: 8px; }
  .cxw-mobile-context-flow > header > div i { width: 8px; height: 8px; border-radius: 50%; background: #75efb9; box-shadow: 0 0 13px rgba(117, 239, 185, .9); }
  .cxw-mobile-context-flow > header span { font-size: 9px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
  .cxw-mobile-context-flow > header > b { max-width: 145px; padding: 7px 9px; border: 1px solid rgba(139, 255, 204, .3); border-radius: 999px; color: #d9ffed; background: rgba(21, 13, 102, .24); font-size: 7px; line-height: 1.2; text-align: center; }

  .cxw-mobile-context-flow > nav {
    padding: 12px;
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .cxw-mobile-context-flow > nav span {
    min-height: 34px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 9px;
    color: rgba(255, 255, 255, .5);
    background: rgba(19, 13, 91, .18);
    font-size: 8px;
    font-weight: 760;
    transition: color .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
  }

  .cxw-mobile-context-flow > nav span[data-cxw-state="active"] {
    color: #211a69;
    border-color: rgba(255, 255, 255, .86);
    background: #fff;
    box-shadow: 0 8px 20px rgba(16, 10, 78, .22);
  }

  .cxw-mobile-context-stage {
    min-height: 744px;
    padding: 14px 16px 18px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cxw-mobile-source-deck {
    width: 100%;
    height: 92px;
    position: relative;
  }

  .cxw-mobile-source-deck article {
    padding: 11px 13px;
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 6px 10px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 15px;
    background: rgba(25, 17, 112, .3);
    box-shadow: 0 12px 26px rgba(16, 10, 82, .14);
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(7px) scale(.98);
    pointer-events: none;
    transition: opacity .34s ease, transform .34s ease;
  }

  .cxw-mobile-source-deck article[data-cxw-state="active"] { opacity: 1; transform: none; }
  .cxw-mobile-source-deck article > small { color: rgba(255, 255, 255, .57); font-size: 7px; font-weight: 780; letter-spacing: .07em; text-transform: uppercase; }
  .cxw-mobile-source-deck article > div { grid-row: 1 / 3; grid-column: 2; display: grid; grid-template-columns: repeat(2, 31px); gap: 5px; }
  .cxw-mobile-context-flow .mix-cowork-logo { width: 31px; height: 31px; padding: 6px; border: 2px solid rgba(255, 255, 255, .78); box-shadow: 0 5px 12px rgba(14, 9, 73, .18); }
  .cxw-mobile-source-deck article > strong { align-self: start; font-size: 11px; line-height: 1.28; }

  .cxw-mobile-flow-line {
    width: 1px;
    height: 32px;
    position: relative;
    display: block;
    flex: 0 0 auto;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .18), rgba(150, 255, 211, .78));
  }

  .cxw-mobile-flow-line i {
    width: 7px;
    height: 7px;
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 50%;
    background: #9effd7;
    box-shadow: 0 0 10px #9effd7;
    animation: cxw-mobile-signal 1.7s ease-in-out infinite;
  }

  .cxw-mobile-flow-line.is-out i { animation-delay: -.75s; }

  .cxw-mobile-context-core {
    width: 166px;
    height: 166px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 0 0 14px rgba(255, 255, 255, .08), 0 20px 45px rgba(17, 11, 85, .24);
  }

  .cxw-mobile-context-core > span { position: absolute; inset: -8px; border: 1px solid rgba(151, 255, 213, .75); border-radius: 50%; animation: cxw-mobile-core-pulse 2.2s ease-out infinite; }
  .cxw-mobile-context-core small { color: #6757da; font-size: 7px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
  .cxw-mobile-context-core strong { margin-top: 8px; color: #17163a; font: 680 22px/.98 "Bricolage Grotesque", Inter, sans-serif; letter-spacing: -.035em; }
  .cxw-mobile-context-core p { margin: 10px 0 0; color: #848698; font-size: 7px; }

  .cxw-mobile-collab-chain {
    width: 100%;
    display: grid;
    justify-items: center;
  }

  .cxw-mobile-collab-card {
    width: 100%;
    min-height: 72px;
    padding: 12px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    background: rgba(22, 14, 101, .3);
  }

  .cxw-mobile-collab-card .cxw-avatar-photo,
  .cxw-mobile-collab-card .cxw-bot-icon { width: 36px; height: 36px; font-size: 9px; }
  .cxw-mobile-collab-card .cxw-bot-icon { color: #4036ad; background: #f0edff; }
  .cxw-mobile-collab-card p { min-width: 0; margin: 0; display: grid; gap: 3px; }
  .cxw-mobile-collab-card small { color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .055em; }
  .cxw-mobile-collab-card strong { font-size: 13px; line-height: 1.25; }

  .cxw-mobile-collab-link {
    min-height: 28px;
    display: grid;
    grid-template-columns: 12px auto;
    place-items: center;
    gap: 6px;
    color: #f4f2ff;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .04em;
  }

  .cxw-mobile-collab-link i {
    width: 12px;
    height: 18px;
    position: relative;
    display: block;
  }

  .cxw-mobile-collab-link i::before {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 1px;
    left: 2px;
    border: solid #d9d5ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-135deg);
    content: "";
  }

  .cxw-mobile-collab-link i::after {
    width: 2px;
    height: 13px;
    position: absolute;
    top: 4px;
    left: 5px;
    border-radius: 999px;
    background: #d9d5ff;
    content: "";
  }

  .cxw-mobile-collab-card.is-truth {
    min-height: 108px;
    grid-template-columns: 1fr;
    color: #232143;
    background: rgba(255, 255, 255, .97);
  }

  .cxw-mobile-collab-card.is-truth > small { color: #4d43b5; }

  .cxw-mobile-truth-list {
    margin: 4px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    list-style: none;
  }

  .cxw-mobile-truth-list li {
    min-height: 42px;
    padding: 7px 5px;
    display: grid;
    place-items: center;
    border: 1px solid #dfe0e9;
    border-radius: 8px;
    color: #41475c;
    background: #f3f3f7;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.2;
    text-align: center;
  }

  .cxw-mobile-context-result {
    width: 100%;
    min-height: 62px;
    margin-top: 9px;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 11px;
    align-items: center;
    border-radius: 13px;
    color: #242243;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 28px rgba(15, 10, 75, .18);
  }

  .cxw-mobile-context-result > span { display: grid; justify-items: center; gap: 5px; color: #75778a; font-size: 6px; text-transform: uppercase; }
  .cxw-mobile-context-result > span i { width: 8px; height: 8px; border-radius: 50%; background: #22b17d; box-shadow: 0 0 0 5px rgba(34, 177, 125, .1); }
  .cxw-mobile-context-result > strong { font: 650 11px/1.25 "Bricolage Grotesque", Inter, sans-serif; }

  .cxw-mobile-context-flow > footer {
    min-height: 58px;
    padding: 10px 12px;
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    border-top: 1px solid rgba(255, 255, 255, .13);
    background: rgba(18, 12, 86, .24);
  }

  .cxw-mobile-context-flow > footer span { min-height: 32px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .12); border-radius: 8px; color: rgba(255, 255, 255, .6); font-size: 6px; font-weight: 700; text-align: center; }
}

@keyframes cxw-mobile-signal {
  0% { opacity: 0; transform: translateY(0); }
  16% { opacity: 1; }
  78% { opacity: 1; }
  100% { opacity: 0; transform: translateY(32px); }
}

@keyframes cxw-mobile-core-pulse {
  0% { opacity: .7; transform: scale(.95); }
  75%, 100% { opacity: 0; transform: scale(1.2); }
}

@media (prefers-reduced-motion: reduce) {
  .cxw-mobile-flow-line i,
  .cxw-mobile-context-core > span { animation: none; }
}
