#capture.integrated-agent-manual {
  --agent-ink: #111a30;
  --agent-deep: #455e93;
  --agent-blue: #6b86e8;
  --agent-lime: #dce987;
  --agent-paper: #fffefa;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(360px, .79fr) minmax(620px, 1.21fr);
  align-items: center;
  gap: clamp(42px, 5vw, 84px);
  padding: clamp(104px, 10vh, 126px) clamp(44px, 5.4vw, 92px) clamp(58px, 7vh, 82px);
  background:
    radial-gradient(circle at 71% 39%, rgba(107, 134, 232, .1), transparent 25%),
    linear-gradient(135deg, #fbfaf7 0%, #fffefa 58%, #eef2fa 132%);
}

#capture.integrated-agent-manual .agent-manual-copy {
  position: relative;
  z-index: 10;
  max-width: 535px;
}

#capture.integrated-agent-manual .agent-section-index {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 33px;
  color: var(--agent-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

#capture.integrated-agent-manual .agent-section-index span {
  min-width: 31px;
  padding: 7px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--agent-deep);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

#capture.integrated-agent-manual .agent-section-index i {
  width: 36px;
  height: 1px;
  background: #b9c4da;
}

#capture.integrated-agent-manual .agent-story-bridge {
  margin: 0 0 13px;
  color: var(--agent-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}

#capture.integrated-agent-manual .agent-manual-copy h2 {
  margin: 0;
  color: var(--agent-ink);
  font-size: clamp(53px, 4.6vw, 76px);
  line-height: .92;
}

#capture.integrated-agent-manual .agent-manual-copy > p {
  max-width: 475px;
  margin: 29px 0 27px;
  color: #5f687b;
  font-size: 17px;
  line-height: 1.56;
}

#capture.integrated-agent-manual .agent-primary-action {
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 23px;
  border: 1px solid #314975;
  border-radius: 12px;
  color: #fff;
  background: var(--agent-deep);
  box-shadow: 0 10px 24px rgba(69, 94, 147, .18);
  cursor: pointer;
  font-size: 15px;
  font-weight: 720;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

#capture.integrated-agent-manual .agent-primary-action:hover,
#capture.integrated-agent-manual .agent-primary-action:focus-visible {
  background: #24365d;
  box-shadow: 0 13px 30px rgba(36, 54, 93, .24);
  transform: translateY(-2px);
}

#capture.integrated-agent-manual .agent-action-arrow {
  font-size: 18px;
  line-height: 1;
}

#capture.integrated-agent-manual .agent-trust-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  color: #778094;
  font-size: 12px;
}

#capture.integrated-agent-manual .agent-trust-dot {
  width: 8px;
  height: 8px;
  border: 2px solid var(--agent-blue);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(107, 134, 232, .1);
}

#capture.integrated-agent-manual .agent-product-proof {
  position: relative;
  min-width: 0;
  height: clamp(610px, 65vw, 720px);
  max-height: 76vh;
}

#capture.integrated-agent-manual .agent-manual-browser {
  position: absolute;
  z-index: 3;
  top: 3%;
  right: 2%;
  width: 93%;
  height: 91%;
  display: grid;
  grid-template-rows: 58px minmax(0, 1fr) 52px;
  overflow: hidden;
  border: 1px solid rgba(36, 54, 93, .2);
  border-radius: 24px;
  background: #f5f1e8;
  box-shadow: 0 34px 70px rgba(36, 54, 93, .2), 0 4px 12px rgba(36, 54, 93, .1);
}

#capture.integrated-agent-manual .agent-manual-browser__bar {
  min-width: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(36, 54, 93, .12);
  background: rgba(255, 254, 250, .98);
}

#capture.integrated-agent-manual .agent-manual-browser__identity {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 9px;
  overflow: hidden;
  white-space: nowrap;
}

#capture.integrated-agent-manual .agent-manual-browser__identity strong {
  color: var(--agent-ink);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
}

#capture.integrated-agent-manual .agent-manual-browser__identity small {
  overflow: hidden;
  color: #7e8799;
  font-size: 9px;
  text-overflow: ellipsis;
}

#capture.integrated-agent-manual .agent-manual-browser__bar > a,
#capture.integrated-agent-manual .agent-manual-browser__footer > a {
  color: var(--agent-deep);
  font-size: 10px;
  font-weight: 780;
  text-decoration: none;
  white-space: nowrap;
}

#capture.integrated-agent-manual .agent-manual-browser__bar > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 11px;
  border: 1px solid rgba(69, 94, 147, .24);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

#capture.integrated-agent-manual .agent-manual-browser__bar > a:hover,
#capture.integrated-agent-manual .agent-manual-browser__bar > a:focus-visible {
  color: #24365d;
  border-color: rgba(36, 54, 93, .54);
  transform: translateY(-1px);
}

#capture.integrated-agent-manual .agent-result-app-location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(69, 94, 147, .2);
  border-radius: 999px;
  color: var(--agent-deep);
  background: #eef2fa;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
  pointer-events: none;
  white-space: nowrap;
}

#capture.integrated-agent-manual .agent-result-app-location i {
  color: #65a98c;
  font-size: 6px;
}

#capture.integrated-agent-manual .agent-manual-browser__bar i {
  font-size: 13px;
  font-style: normal;
}

#capture.integrated-agent-manual .agent-manual-browser__viewport {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #f5f1e8;
}

#capture.integrated-agent-manual .agent-manual-browser__viewport::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(245, 241, 232, 0), rgba(245, 241, 232, .86));
}

#capture.integrated-agent-manual .agent-manual-browser__viewport iframe {
  display: block;
  width: 160%;
  height: 160%;
  border: 0;
  background: #f5f1e8;
  transform: scale(.625);
  transform-origin: 0 0;
}

#capture.integrated-agent-manual .agent-manual-browser__footer {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  border-top: 1px solid rgba(36, 54, 93, .12);
  background: #fffefa;
}

#capture.integrated-agent-manual .agent-manual-browser__footer > span {
  overflow: hidden;
  color: #7e8799;
  font-size: 9px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#capture.integrated-agent-manual .agent-backplane {
  position: absolute;
  top: 10%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 18px;
  font-size: 9px;
  font-weight: 820;
  letter-spacing: .1em;
}

#capture.integrated-agent-manual .agent-backplane--lime {
  right: 35%;
  width: 36%;
  height: 81%;
  color: #35401b;
  background: var(--agent-lime);
}

#capture.integrated-agent-manual .agent-backplane--blue {
  right: 0;
  width: 38%;
  height: 72%;
  color: #f7f9ff;
  background: var(--agent-deep);
}

#capture.integrated-agent-manual .agent-window {
  position: absolute;
  z-index: 3;
  top: 5%;
  right: 7%;
  width: 76%;
  height: 82%;
  display: grid;
  grid-template-rows: 52px minmax(0, 1fr) 46px;
  overflow: hidden;
  border: 1px solid rgba(36, 54, 93, .18);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 34px 70px rgba(36, 54, 93, .2), 0 4px 12px rgba(36, 54, 93, .1);
}

#capture.integrated-agent-manual .agent-window-bar {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid #e6e9f0;
  background: #fffefa;
}

#capture.integrated-agent-manual .agent-traffic-lights {
  display: flex;
  gap: 7px;
}

#capture.integrated-agent-manual .agent-traffic-lights i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f06b6c;
}

#capture.integrated-agent-manual .agent-traffic-lights i:nth-child(2) { background: #ecbd4a; }
#capture.integrated-agent-manual .agent-traffic-lights i:nth-child(3) { background: #60bf70; }

#capture.integrated-agent-manual .agent-window-brand {
  color: var(--agent-ink);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
}

#capture.integrated-agent-manual .agent-window-bar small {
  color: #8790a3;
  font-size: 10px;
}

#capture.integrated-agent-manual .agent-window-body {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding: 28px 29px 23px;
  background:
    linear-gradient(rgba(69, 94, 147, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 94, 147, .035) 1px, transparent 1px),
    #fcfcfa;
  background-size: 28px 28px;
}

#capture.integrated-agent-manual .agent-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

#capture.integrated-agent-manual .agent-eyebrow {
  color: var(--agent-blue);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: .12em;
}

#capture.integrated-agent-manual .agent-heading h3 {
  margin: 9px 0 0;
  color: #17223d;
  font-size: clamp(25px, 2.15vw, 34px);
  line-height: 1.04;
}

#capture.integrated-agent-manual .agent-choice {
  flex: 0 0 auto;
  min-width: 128px;
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid #d9dfec;
  border-radius: 13px;
  color: #24365d;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 7px 16px rgba(36, 54, 93, .08);
}

#capture.integrated-agent-manual .agent-choice-mark {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: #111827;
  font-size: 10px;
  font-weight: 800;
}

#capture.integrated-agent-manual .agent-choice-copy {
  display: grid;
  gap: 2px;
  text-align: left;
}

#capture.integrated-agent-manual .agent-choice-copy small {
  color: #8b94a6;
  font-size: 7px;
  font-weight: 780;
  letter-spacing: .08em;
}

#capture.integrated-agent-manual .agent-choice-copy strong { font-size: 12px; }
#capture.integrated-agent-manual .agent-choice-check { color: #63a88b; font-size: 13px; font-weight: 800; }

#capture.integrated-agent-manual .agent-prompt-card {
  padding: 18px;
  border: 1px solid #d5dceb;
  border-radius: 18px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 13px 32px rgba(36, 54, 93, .09);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

#capture.integrated-agent-manual .agent-prompt-card.is-running {
  border-color: #8fa4ee;
  box-shadow: 0 0 0 4px rgba(107, 134, 232, .1), 0 13px 32px rgba(36, 54, 93, .09);
}

#capture.integrated-agent-manual .agent-prompt-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--agent-deep);
  font-size: 10px;
  font-weight: 780;
}

#capture.integrated-agent-manual .agent-prompt-topline small {
  color: #8a93a4;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#capture.integrated-agent-manual .agent-prompt-card p {
  margin: 15px 0 17px;
  color: #485368;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  line-height: 1.55;
}

#capture.integrated-agent-manual .agent-run-button {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: #24365d;
  cursor: pointer;
  font-size: 11px;
  font-weight: 760;
  transition: background 160ms ease, transform 160ms ease;
}

#capture.integrated-agent-manual .agent-run-button:hover:not(:disabled) {
  background: var(--agent-deep);
  transform: translateY(-1px);
}

#capture.integrated-agent-manual .agent-run-button:disabled { cursor: wait; opacity: .88; }

#capture.integrated-agent-manual .agent-result-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

#capture.integrated-agent-manual .agent-result-path::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 16%;
  right: 16%;
  height: 1px;
  background: #d4dae7;
}

#capture.integrated-agent-manual .agent-result-path li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #9aa2b1;
  text-align: center;
}

#capture.integrated-agent-manual .agent-result-path li > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #d6dce8;
  border-radius: 50%;
  color: #8e97a7;
  background: #fcfcfa;
  font-size: 10px;
  font-weight: 800;
}

#capture.integrated-agent-manual .agent-result-path li small {
  margin-top: 3px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
}

#capture.integrated-agent-manual .agent-result-path li strong { font-size: 9px; font-weight: 720; }

#capture.integrated-agent-manual .agent-result-path li.is-complete { color: var(--agent-deep); }
#capture.integrated-agent-manual .agent-result-path li.is-complete > span {
  border-color: #b6c3ec;
  color: #fff;
  background: var(--agent-blue);
  box-shadow: 0 0 0 5px rgba(107, 134, 232, .09);
}

#capture.integrated-agent-manual .agent-result-path li.is-active { color: var(--agent-deep); }
#capture.integrated-agent-manual .agent-result-path li.is-active > span {
  border-color: var(--agent-blue);
  color: var(--agent-blue);
  background: #fff;
  box-shadow: 0 0 0 5px rgba(107, 134, 232, .1);
}

#capture.integrated-agent-manual .agent-window-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px;
  border-top: 1px solid #e7eaf1;
  color: #788195;
  background: #fffefa;
  font-size: 9px;
}

#capture.integrated-agent-manual .agent-window-footer strong { color: var(--agent-deep); }

#capture.integrated-agent-manual .agent-dog-cutout {
  position: absolute;
  z-index: 7;
  right: -1.5%;
  bottom: -2.5%;
  width: 29%;
  pointer-events: none;
  filter: drop-shadow(0 18px 24px rgba(36, 54, 93, .2));
  transform-origin: 58% 82%;
  transition: transform 280ms ease, filter 280ms ease, opacity 220ms ease;
}

#capture.integrated-agent-manual .agent-dog-cutout > img {
  width: 100%;
  height: auto;
  display: block;
  user-select: none;
  animation: agent-dog-float 5.8s ease-in-out infinite;
}

#capture.integrated-agent-manual .agent-dog-cutout.is-processing {
  opacity: .72;
  filter: blur(1.5px) grayscale(.18) drop-shadow(0 16px 24px rgba(36, 54, 93, .16));
  transform: translateY(5px) scale(.975);
}

@keyframes agent-dog-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

#capture.integrated-agent-manual .agent-one-click-note {
  position: absolute;
  z-index: 8;
  left: -2%;
  bottom: 6%;
  display: grid;
  gap: 2px;
  padding: 11px 14px;
  border: 1px solid rgba(36, 54, 93, .13);
  border-radius: 13px;
  color: #24365d;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 11px 24px rgba(36, 54, 93, .13);
}

#capture.integrated-agent-manual .agent-one-click-note small {
  color: #8790a3;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
}

#capture.integrated-agent-manual .agent-one-click-note strong { font-size: 11px; }

#capture.integrated-agent-manual .agent-spinner {
  width: 14px;
  height: 14px;
  display: none;
  border: 2px solid rgba(255, 255, 255, .42);
  border-top-color: #fff;
  border-radius: 50%;
  animation: agent-spin 900ms linear infinite;
}

#capture.integrated-agent-manual.is-running .agent-spinner { display: inline-block; }
#capture.integrated-agent-manual.is-running .agent-action-arrow { display: none; }

@keyframes agent-spin { to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
  #capture.integrated-agent-manual {
    grid-template-columns: minmax(320px, .84fr) minmax(525px, 1.16fr);
    gap: 34px;
    padding-inline: 44px;
  }
  #capture.integrated-agent-manual .agent-manual-copy h2 { font-size: clamp(48px, 5.3vw, 66px); }
  #capture.integrated-agent-manual .agent-product-proof { height: 610px; }
  #capture.integrated-agent-manual .agent-manual-browser { width: 96%; }
  #capture.integrated-agent-manual .agent-window { width: 79%; }
  #capture.integrated-agent-manual .agent-dog-cutout { width: 30%; }
}

@media (max-width: 820px) {
  #capture.integrated-agent-manual {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 98px 24px 68px;
  }
  #capture.integrated-agent-manual .agent-manual-copy { max-width: 650px; }
  #capture.integrated-agent-manual .agent-section-index { margin-bottom: 24px; }
  #capture.integrated-agent-manual .agent-manual-copy h2 { font-size: clamp(47px, 9vw, 68px); }
  #capture.integrated-agent-manual .agent-manual-copy > p { max-width: 600px; margin: 23px 0 24px; }
  #capture.integrated-agent-manual .agent-product-proof { width: min(100%, 680px); height: 640px; max-height: none; margin-inline: auto; }
  #capture.integrated-agent-manual .agent-manual-browser { right: 1%; width: 96%; }
}

@media (max-width: 560px) {
  #capture.integrated-agent-manual { padding: 92px 18px 52px; }
  #capture.integrated-agent-manual .agent-section-index { gap: 8px; font-size: 10px; }
  #capture.integrated-agent-manual .agent-section-index i { width: 20px; }
  #capture.integrated-agent-manual .agent-manual-copy h2 { font-size: clamp(40px, 12.2vw, 55px); line-height: .94; }
  #capture.integrated-agent-manual .agent-manual-copy > p { font-size: 15px; line-height: 1.52; }
  #capture.integrated-agent-manual .agent-primary-action { width: 100%; }
  #capture.integrated-agent-manual .agent-product-proof { height: 520px; }
  #capture.integrated-agent-manual .agent-backplane { padding: 10px; font-size: 7px; }
  #capture.integrated-agent-manual .agent-manual-browser { top: 3%; right: 0; width: 97%; height: 92%; grid-template-rows: 46px minmax(0, 1fr) 54px; border-radius: 17px; }
  #capture.integrated-agent-manual .agent-manual-browser__bar { grid-template-columns: 42px minmax(0, 1fr) auto; gap: 8px; padding: 0 10px; }
  #capture.integrated-agent-manual .agent-manual-browser__identity { display: block; }
  #capture.integrated-agent-manual .agent-manual-browser__identity strong { display: block; font-size: 8px; }
  #capture.integrated-agent-manual .agent-manual-browser__identity small { display: none; }
  #capture.integrated-agent-manual .agent-manual-browser__bar > a { padding: 7px 9px; font-size: 9px; }
  #capture.integrated-agent-manual .agent-manual-browser__bar > a span { display: none; }
  #capture.integrated-agent-manual .agent-manual-browser__viewport iframe { width: 145%; height: 145%; transform: scale(.69); }
  #capture.integrated-agent-manual .agent-manual-browser__footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; padding: 7px 11px; }
  #capture.integrated-agent-manual .agent-manual-browser__footer > span { width: 100%; font-size: 7px; }
  #capture.integrated-agent-manual .agent-manual-browser__footer > a { font-size: 8px; }
  #capture.integrated-agent-manual .agent-window { top: 5%; right: 3%; width: 88%; height: 80%; grid-template-rows: 39px minmax(0, 1fr) 39px; border-radius: 16px; }
  #capture.integrated-agent-manual .agent-window-bar { grid-template-columns: 46px minmax(0, 1fr); gap: 7px; padding: 0 10px; }
  #capture.integrated-agent-manual .agent-window-bar small { display: none; }
  #capture.integrated-agent-manual .agent-window-brand { font-size: 10px; }
  #capture.integrated-agent-manual .agent-traffic-lights { gap: 4px; }
  #capture.integrated-agent-manual .agent-traffic-lights i { width: 6px; height: 6px; }
  #capture.integrated-agent-manual .agent-window-body { gap: 10px; padding: 16px 15px 13px; background-size: 20px 20px; }
  #capture.integrated-agent-manual .agent-heading { gap: 10px; }
  #capture.integrated-agent-manual .agent-eyebrow { font-size: 6px; }
  #capture.integrated-agent-manual .agent-heading h3 { margin-top: 5px; font-size: 20px; }
  #capture.integrated-agent-manual .agent-choice { min-width: 91px; grid-template-columns: 20px 1fr; gap: 5px; padding: 7px; border-radius: 9px; }
  #capture.integrated-agent-manual .agent-choice-mark { width: 18px; height: 18px; padding: 4px; font-size: 7px; }
  #capture.integrated-agent-manual .agent-choice-copy small { font-size: 5px; }
  #capture.integrated-agent-manual .agent-choice-copy strong { font-size: 9px; }
  #capture.integrated-agent-manual .agent-choice-check { display: none; }
  #capture.integrated-agent-manual .agent-prompt-card { padding: 11px; border-radius: 12px; }
  #capture.integrated-agent-manual .agent-prompt-topline { font-size: 7px; }
  #capture.integrated-agent-manual .agent-prompt-topline small { font-size: 5px; }
  #capture.integrated-agent-manual .agent-prompt-card p { margin: 8px 0 9px; font-size: 7px; line-height: 1.4; }
  #capture.integrated-agent-manual .agent-run-button { min-height: 29px; border-radius: 7px; font-size: 7px; }
  #capture.integrated-agent-manual .agent-result-path { gap: 4px; }
  #capture.integrated-agent-manual .agent-result-path::before { top: 11px; }
  #capture.integrated-agent-manual .agent-result-path li > span { width: 22px; height: 22px; font-size: 7px; }
  #capture.integrated-agent-manual .agent-result-path li small { font-size: 5px; }
  #capture.integrated-agent-manual .agent-result-path li strong { font-size: 6px; }
  #capture.integrated-agent-manual .agent-window-footer { padding: 0 9px; font-size: 6px; }
  #capture.integrated-agent-manual .agent-dog-cutout { right: -1%; bottom: -2%; width: 33%; }
  #capture.integrated-agent-manual .agent-one-click-note { left: 0; bottom: 4%; padding: 8px 10px; }
  #capture.integrated-agent-manual .agent-one-click-note strong { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  #capture.integrated-agent-manual *,
  #capture.integrated-agent-manual *::before,
  #capture.integrated-agent-manual *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

/* Anonymous Personal Manual creation flow */
#capture.integrated-agent-manual button,
#capture.integrated-agent-manual a {
  font-family: inherit;
}

#capture.integrated-agent-manual .agent-primary-action[type="button"] {
  border: 1px solid #314975;
}

#capture.integrated-agent-manual .agent-flow-window {
  position: absolute;
  z-index: 3;
  top: 2.5%;
  right: 1.5%;
  width: 95%;
  height: 94%;
  display: grid;
  grid-template-rows: 58px minmax(0, 1fr) 62px;
  overflow: hidden;
  border: 1px solid rgba(36, 54, 93, .2);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 34px 70px rgba(36, 54, 93, .2), 0 4px 12px rgba(36, 54, 93, .1);
}

#capture.integrated-agent-manual .agent-flow-window__bar {
  min-width: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(36, 54, 93, .11);
  background: rgba(255, 254, 250, .98);
}

#capture.integrated-agent-manual .agent-flow-window__bar > span:nth-child(2) {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 9px;
  overflow: hidden;
  white-space: nowrap;
}

#capture.integrated-agent-manual .agent-flow-window__bar strong {
  color: var(--agent-ink);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
}

#capture.integrated-agent-manual .agent-flow-window__bar small {
  overflow: hidden;
  color: #7e8799;
  font-size: 9px;
  text-overflow: ellipsis;
}

#capture.integrated-agent-manual .agent-anonymous-badge,
#capture.integrated-agent-manual .agent-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(69, 94, 147, .2);
  border-radius: 999px;
  color: var(--agent-deep);
  background: #f6f8fd;
  font-size: 8px;
  font-weight: 820;
  letter-spacing: .08em;
}

#capture.integrated-agent-manual .agent-live-badge {
  color: #447b65;
  border-color: rgba(101, 169, 140, .26);
  background: rgba(101, 169, 140, .08);
}

#capture.integrated-agent-manual .agent-live-badge i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #65a98c;
  box-shadow: 0 0 0 4px rgba(101, 169, 140, .11);
  animation: agent-live-pulse 1.7s ease-in-out infinite;
}

@keyframes agent-live-pulse {
  0%, 100% { opacity: .55; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.08); }
}

#capture.integrated-agent-manual .agent-flow-window__body {
  min-height: 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(69, 94, 147, .032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 94, 147, .032) 1px, transparent 1px),
    #fcfcfa;
  background-size: 28px 28px;
}

#capture.integrated-agent-manual .agent-flow-window__body--handoff {
  display: grid;
  grid-template-columns: minmax(180px, .66fr) minmax(0, 1.34fr);
  gap: 22px;
  padding: 27px 28px 23px;
}

#capture.integrated-agent-manual .agent-client-summary {
  width: min(100%, 390px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 10px;
  margin-top: 3px;
  color: #7b8598;
  font-size: 11px;
}

#capture.integrated-agent-manual .agent-client-summary small {
  flex: 0 0 100%;
  color: var(--agent-blue);
  font-size: 7px;
  font-weight: 840;
  letter-spacing: .13em;
}

#capture.integrated-agent-manual .agent-client-summary strong {
  color: var(--agent-deep);
  font-size: 12px;
}

#capture.integrated-agent-manual .agent-flow-window__body--client-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
  padding: 10px 18px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

#capture.integrated-agent-manual[data-manual-state="audience"] .agent-flow-window {
  top: 1%;
  height: 98%;
  grid-template-rows: 52px minmax(0, 1fr) 48px;
}

#capture.integrated-agent-manual .agent-flow-window__body--client-choice .agent-flow-heading {
  display: grid;
  grid-template-columns: minmax(230px, .9fr) minmax(0, 1.1fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "title description";
  align-items: end;
  column-gap: 24px;
  row-gap: 3px;
}

#capture.integrated-agent-manual .agent-flow-window__body--client-choice .agent-flow-heading > span {
  grid-area: eyebrow;
}

#capture.integrated-agent-manual .agent-flow-window__body--client-choice .agent-flow-heading h3 {
  grid-area: title;
  margin: 0;
  font-size: clamp(24px, 2vw, 29px);
}

#capture.integrated-agent-manual .agent-flow-window__body--client-choice .agent-flow-heading p {
  grid-area: description;
  align-self: end;
  padding-bottom: 2px;
}

#capture.integrated-agent-manual .agent-desktop-app-notice {
  position: relative;
  min-width: 0;
  min-height: 84px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 9px 14px 9px 8px;
  overflow: hidden;
  border: 1px solid rgba(69, 94, 147, .2);
  border-radius: 16px;
  color: var(--agent-ink);
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 255, 255, .96) 0 22%, transparent 48%),
    linear-gradient(112deg, #edf3ff 0%, #f7f9ff 62%, #eef2ff 100%);
  box-shadow: 0 10px 28px rgba(51, 72, 117, .1);
}

#capture.integrated-agent-manual .agent-desktop-app-notice::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #55b57b;
  box-shadow: 0 0 0 0 rgba(85, 181, 123, .34);
  animation: agent-desktop-notice-pulse 2.4s ease-out infinite;
}

#capture.integrated-agent-manual .agent-desktop-app-notice__dog {
  align-self: stretch;
  display: grid;
  place-items: end center;
}

#capture.integrated-agent-manual .agent-desktop-app-notice__dog img {
  width: 88px;
  height: 80px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 7px 7px rgba(36, 54, 93, .14));
  animation: agent-desktop-guide-float 3.8s ease-in-out infinite;
}

#capture.integrated-agent-manual .agent-desktop-app-notice__copy {
  min-width: 0;
}

#capture.integrated-agent-manual .agent-desktop-app-notice__copy strong {
  color: var(--agent-ink);
  font-size: 15px;
  line-height: 1.15;
}

@keyframes agent-desktop-guide-float {
  0%, 100% { transform: translateY(1px) rotate(-1deg); }
  50% { transform: translateY(-3px) rotate(1deg); }
}

@keyframes agent-desktop-notice-pulse {
  0% { box-shadow: 0 0 0 0 rgba(85, 181, 123, .34); }
  70%, 100% { box-shadow: 0 0 0 7px rgba(85, 181, 123, 0); }
}

@media (prefers-reduced-motion: reduce) {
  #capture.integrated-agent-manual .agent-desktop-app-notice::after,
  #capture.integrated-agent-manual .agent-desktop-app-notice__dog img {
    animation: none;
  }
}

#capture.integrated-agent-manual .agent-client-options {
  min-width: 0;
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

#capture.integrated-agent-manual .agent-client-flip {
  min-width: 0;
  min-height: 315px;
  height: 100%;
  perspective: 1200px;
}

#capture.integrated-agent-manual .agent-client-flip__inner {
  position: relative;
  width: 100%;
  min-height: 315px;
  height: 100%;
  transform-origin: center center;
  transform-style: preserve-3d;
  transition: transform 620ms cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

#capture.integrated-agent-manual .agent-client-flip.is-flipped .agent-client-flip__inner {
  transform: rotateY(180deg);
}

#capture.integrated-agent-manual .agent-client-option {
  position: relative;
  min-width: 0;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 21px 19px 18px;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  color: #fff;
  background: var(--agent-deep);
  box-shadow: 0 18px 36px rgba(36, 54, 93, .14);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

#capture.integrated-agent-manual .agent-client-flip__face {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 315px;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#capture.integrated-agent-manual .agent-client-flip__front {
  height: 100%;
}

#capture.integrated-agent-manual .agent-client-flip__back {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 12px;
  padding: 17px;
  overflow: hidden;
  border: 1px solid rgba(36, 54, 93, .16);
  border-radius: 20px;
  color: var(--agent-ink);
  background: #eef3ff;
  box-shadow: 0 18px 36px rgba(36, 54, 93, .14);
  transform: rotateY(180deg);
}

#capture.integrated-agent-manual .agent-client-flip__back--mcp {
  border-color: rgba(134, 155, 50, .26);
  background: #f2f6d3;
  box-shadow: 0 18px 36px rgba(134, 155, 50, .13);
}

#capture.integrated-agent-manual .agent-client-flip__back > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#capture.integrated-agent-manual .agent-client-flip__back > header > div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

#capture.integrated-agent-manual .agent-client-flip__back > header small {
  color: var(--agent-blue);
  font-size: 7.5px;
  font-weight: 840;
  letter-spacing: .12em;
}

#capture.integrated-agent-manual .agent-client-flip__back--mcp > header small {
  color: #697830;
}

#capture.integrated-agent-manual .agent-client-flip__back > header strong {
  color: var(--agent-deep);
  font-size: 15px;
}

#capture.integrated-agent-manual .agent-client-flip__back > header button {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border: 1px solid rgba(36, 54, 93, .18);
  border-radius: 50%;
  color: var(--agent-deep);
  background: rgba(255, 255, 255, .72);
  cursor: pointer;
  font-size: 14px;
}

#capture.integrated-agent-manual .agent-client-flip__prompts {
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(min-content, 1.25fr) minmax(min-content, .75fr);
  gap: 7px;
  animation: agent-client-back-content-in 240ms 40ms both ease-out;
}

#capture.integrated-agent-manual .agent-client-flip__prompts--codex {
  grid-template-rows: minmax(min-content, 1.55fr) auto minmax(min-content, .65fr);
  gap: 5px;
}

#capture.integrated-agent-manual .agent-codex-restart-note {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 7px;
  padding: 5px 7px;
  border: 1px solid rgba(236, 143, 54, .32);
  border-radius: 8px;
  color: #654b25;
  background: rgba(255, 238, 193, .82);
}

#capture.integrated-agent-manual .agent-codex-restart-note b {
  color: #a05c11;
  font-size: 6.8px;
  letter-spacing: .1em;
  white-space: nowrap;
}

#capture.integrated-agent-manual .agent-codex-restart-note span {
  font-size: 7.5px;
  line-height: 1.32;
  white-space: normal;
}

#capture.integrated-agent-manual .agent-client-flip__loading {
  min-height: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 8px;
  padding: 16px;
  color: #68758d;
  text-align: center;
}

#capture.integrated-agent-manual .agent-client-flip__loading > i {
  width: 30px;
  height: 30px;
  border: 3px solid rgba(69, 94, 147, .14);
  border-top-color: var(--agent-blue);
  border-radius: 50%;
  animation: agent-return-link-spin .8s linear infinite;
}

#capture.integrated-agent-manual .agent-client-flip__loading strong {
  color: var(--agent-deep);
  font-size: 12px;
}

#capture.integrated-agent-manual .agent-client-flip__loading span {
  font-size: 8px;
}

@keyframes agent-return-link-spin {
  to { transform: rotate(360deg); }
}

#capture.integrated-agent-manual .agent-compact-instruction {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 7px 9px;
  padding: 10px 11px 9px;
  overflow: hidden;
  border: 1px solid rgba(36, 54, 93, .12);
  border-radius: 11px;
  background: rgba(255, 255, 255, .76);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

#capture.integrated-agent-manual .agent-compact-instruction.is-copied {
  border-color: rgba(75, 139, 110, .55);
  box-shadow: 0 0 0 3px rgba(75, 139, 110, .08);
}

#capture.integrated-agent-manual .agent-compact-instruction > div {
  min-width: 0;
  display: grid;
  gap: 1px;
}

#capture.integrated-agent-manual .agent-compact-instruction small {
  color: #7d8799;
  font-size: 6.5px;
  font-weight: 840;
  letter-spacing: .11em;
}

#capture.integrated-agent-manual .agent-compact-instruction strong {
  color: var(--agent-deep);
  font-size: 10.5px;
  line-height: 1.2;
  white-space: normal;
}

#capture.integrated-agent-manual .agent-compact-instruction p {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 0;
  overflow: auto;
  color: #526078;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8.8px;
  line-height: 1.42;
}

#capture.integrated-agent-manual .agent-compact-instruction > button {
  min-width: 48px;
  min-height: 26px;
  padding: 0 8px;
  border: 1px solid rgba(36, 54, 93, .18);
  border-radius: 7px;
  color: var(--agent-deep);
  background: rgba(255, 255, 255, .86);
  cursor: pointer;
  font-size: 7.5px;
  font-weight: 820;
}

#capture.integrated-agent-manual .agent-client-flip__continue {
  min-height: 36px;
  border: 1px solid #314975;
  border-radius: 9px;
  color: #fff;
  background: var(--agent-deep);
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  animation: agent-client-back-content-in 240ms 80ms both ease-out;
}

@keyframes agent-client-back-content-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

#capture.integrated-agent-manual .agent-client-flip__continue:disabled {
  color: #8d96a8;
  border-color: #d2d8e4;
  background: rgba(231, 235, 241, .92);
  cursor: not-allowed;
}

#capture.integrated-agent-manual .agent-client-flip__continue i {
  margin-left: 6px;
  font-style: normal;
}

#capture.integrated-agent-manual .agent-client-option--mcp {
  color: var(--agent-ink);
  background: linear-gradient(145deg, #edf3bd 0%, #dce987 100%);
  box-shadow: 0 18px 36px rgba(134, 155, 50, .13);
}

#capture.integrated-agent-manual .agent-client-option:hover,
#capture.integrated-agent-manual .agent-client-option:focus-visible {
  box-shadow: 0 24px 46px rgba(36, 54, 93, .22);
  filter: saturate(1.05);
  outline: 3px solid rgba(107, 134, 232, .28);
  outline-offset: 3px;
  transform: translateY(-5px);
}

#capture.integrated-agent-manual .agent-client-option__index {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--agent-deep);
  background: rgba(255, 255, 255, .94);
  font-size: 8px;
  font-weight: 850;
}

#capture.integrated-agent-manual .agent-client-option--mcp .agent-client-option__index {
  color: #fff;
  background: var(--agent-deep);
}

#capture.integrated-agent-manual .agent-client-option small {
  font-size: 7.5px;
  font-weight: 820;
  letter-spacing: .11em;
  opacity: .68;
}

#capture.integrated-agent-manual .agent-client-option > strong {
  max-width: 16ch;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.02;
}

#capture.integrated-agent-manual .agent-client-option p {
  margin: 13px 0 16px;
  color: inherit;
  font-size: 11px;
  line-height: 1.48;
  opacity: .78;
}

#capture.integrated-agent-manual .agent-client-option__path {
  margin-top: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8px;
  line-height: 1.5;
  opacity: .72;
}

#capture.integrated-agent-manual .agent-client-option__compatibility {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: -7px 0 11px;
  padding: 6px 8px;
  border: 1px solid rgba(36, 54, 93, .12);
  border-radius: 8px;
  color: var(--agent-deep);
  background: rgba(255, 255, 255, .48);
  font-size: 8px;
  line-height: 1.2;
}

#capture.integrated-agent-manual .agent-client-option__compatibility b {
  font-size: 6.5px;
  letter-spacing: .1em;
  white-space: nowrap;
}

#capture.integrated-agent-manual .agent-client-option > i {
  margin-top: 10px;
  font-size: 8.5px;
  font-style: normal;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#capture.integrated-agent-manual .agent-choice-back {
  min-height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--agent-deep) !important;
  background: transparent !important;
  font-size: 8px !important;
}

#capture.integrated-agent-manual .agent-flow-heading > span,
#capture.integrated-agent-manual .agent-progress-copy > span {
  color: var(--agent-blue);
  font-size: 8px;
  font-weight: 830;
  letter-spacing: .13em;
}

#capture.integrated-agent-manual .agent-flow-heading h3,
#capture.integrated-agent-manual .agent-progress-copy h3 {
  margin: 10px 0 12px;
  color: #17223d;
  font-size: clamp(25px, 2.1vw, 34px);
  line-height: 1.02;
}

#capture.integrated-agent-manual .agent-flow-heading p,
#capture.integrated-agent-manual .agent-progress-copy p {
  margin: 0;
  color: #697386;
  font-size: 11px;
  line-height: 1.55;
}

#capture.integrated-agent-manual .agent-instruction-stack {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 13px;
}

#capture.integrated-agent-manual .agent-instruction-card {
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #d5dceb;
  border-radius: 16px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 11px 27px rgba(36, 54, 93, .07);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

#capture.integrated-agent-manual .agent-instruction-card.is-copied {
  border-color: rgba(101, 169, 140, .55);
  box-shadow: 0 0 0 4px rgba(101, 169, 140, .08), 0 11px 27px rgba(36, 54, 93, .07);
}

#capture.integrated-agent-manual .agent-instruction-card header {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 11px 12px;
  border-bottom: 1px solid #e8ebf1;
}

#capture.integrated-agent-manual .agent-instruction-card header > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--agent-deep);
  font-size: 7px;
  font-weight: 820;
}

#capture.integrated-agent-manual .agent-instruction-card header > div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

#capture.integrated-agent-manual .agent-instruction-card header small {
  color: #8b94a6;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .12em;
}

#capture.integrated-agent-manual .agent-instruction-card header strong {
  overflow: hidden;
  color: #24365d;
  font-size: 10px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#capture.integrated-agent-manual .agent-instruction-card header button {
  min-width: 55px;
  min-height: 29px;
  border: 1px solid rgba(69, 94, 147, .2);
  border-radius: 9px;
  color: var(--agent-deep);
  background: #f5f7fc;
  cursor: pointer;
  font-size: 8px;
  font-weight: 780;
}

#capture.integrated-agent-manual .agent-instruction-card header button:hover,
#capture.integrated-agent-manual .agent-instruction-card header button:focus-visible {
  border-color: var(--agent-blue);
  background: #fff;
}

#capture.integrated-agent-manual .agent-instruction-card pre {
  min-height: 0;
  margin: 0;
  padding: 12px 13px 14px;
  overflow: auto;
  color: #4e5a70;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 7.7px;
  line-height: 1.48;
  white-space: pre-wrap;
}

#capture.integrated-agent-manual .agent-flow-window__footer {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  border-top: 1px solid #e7eaf1;
  color: #7a8498;
  background: #fffefa;
  font-size: 9px;
}

#capture.integrated-agent-manual .agent-flow-window__footer button {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid #314975;
  border-radius: 10px;
  color: #fff;
  background: #24365d;
  cursor: pointer;
  font-size: 9px;
  font-weight: 760;
}

#capture.integrated-agent-manual .agent-flow-window__footer button:disabled {
  color: #8d96a8;
  border-color: #d7dce7;
  background: #edf0f5;
  cursor: not-allowed;
}

#capture.integrated-agent-manual .agent-flow-window__footer button i {
  margin-left: 7px;
  font-style: normal;
}

#capture.integrated-agent-manual .agent-job-ticket {
  width: min(100%, 350px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 12px;
  margin-top: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(69, 94, 147, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 9px 24px rgba(36, 54, 93, .08);
}

#capture.integrated-agent-manual .agent-job-ticket small {
  align-self: center;
  color: #8b94a7;
  font-size: 7px;
  font-weight: 820;
  letter-spacing: .11em;
}

#capture.integrated-agent-manual .agent-job-ticket strong {
  justify-self: end;
  color: var(--agent-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

#capture.integrated-agent-manual .agent-job-ticket span {
  grid-column: 1 / -1;
  color: #626e84;
  font-size: 11px;
}

#capture.integrated-agent-manual .agent-job-ticket.is-live {
  border-color: rgba(101, 169, 140, .35);
  box-shadow: 0 0 0 4px rgba(101, 169, 140, .07);
}

#capture.integrated-agent-manual .agent-wait-app-card {
  width: min(100%, 350px);
  display: grid;
  gap: 4px;
  margin-top: 12px;
  padding: 15px 17px 16px;
  border: 1px solid #24365d;
  border-radius: 16px;
  color: rgba(255, 255, 255, .76);
  background: #24365d;
  box-shadow: 0 15px 32px rgba(36, 54, 93, .18);
  cursor: default;
  pointer-events: none;
  user-select: none;
}

#capture.integrated-agent-manual .agent-wait-app-card small {
  color: rgba(255, 255, 255, .58);
  font-size: 7px;
  font-weight: 820;
  letter-spacing: .13em;
}

#capture.integrated-agent-manual .agent-wait-app-card strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 760;
}

#capture.integrated-agent-manual .agent-wait-app-card strong i {
  font-style: normal;
}

#capture.integrated-agent-manual .agent-wait-app-card span {
  max-width: 31ch;
  margin-top: 3px;
  font-size: 10px;
  line-height: 1.45;
}

@media (min-width: 821px) {
  #capture.integrated-agent-manual[data-manual-state="progress"] .agent-section-index,
  #capture.integrated-agent-manual[data-manual-state="timeout"] .agent-section-index,
  #capture.integrated-agent-manual[data-manual-state="result"] .agent-section-index {
    margin-bottom: 22px;
  }

  #capture.integrated-agent-manual[data-manual-state="progress"] .agent-manual-copy h2,
  #capture.integrated-agent-manual[data-manual-state="timeout"] .agent-manual-copy h2,
  #capture.integrated-agent-manual[data-manual-state="result"] .agent-manual-copy h2 {
    font-size: clamp(48px, 4vw, 62px);
  }

  #capture.integrated-agent-manual[data-manual-state="progress"] .agent-manual-copy > p,
  #capture.integrated-agent-manual[data-manual-state="timeout"] .agent-manual-copy > p,
  #capture.integrated-agent-manual[data-manual-state="result"] .agent-manual-copy > p {
    margin: 20px 0 18px;
    font-size: 15px;
  }

  #capture.integrated-agent-manual[data-manual-state="progress"] .agent-job-ticket,
  #capture.integrated-agent-manual[data-manual-state="timeout"] .agent-job-ticket {
    padding: 11px 14px;
  }

  #capture.integrated-agent-manual[data-manual-state="progress"] .agent-wait-app-card,
  #capture.integrated-agent-manual[data-manual-state="timeout"] .agent-wait-app-card,
  #capture.integrated-agent-manual[data-manual-state="result"] .agent-wait-app-card {
    margin-top: 9px;
    padding: 12px 14px 13px;
  }
}

#capture.integrated-agent-manual .agent-text-action {
  margin-top: 15px;
  padding: 0;
  border: 0;
  color: #68758d;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 680;
}

#capture.integrated-agent-manual .agent-text-action:hover,
#capture.integrated-agent-manual .agent-text-action:focus-visible {
  color: var(--agent-deep);
}

#capture.integrated-agent-manual .agent-flow-window__body--progress {
  position: relative;
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 22px 26px;
  padding: 33px 34px 28px;
}

#capture.integrated-agent-manual .agent-progress-orbit {
  position: relative;
  width: 150px;
  height: 150px;
  align-self: center;
  justify-self: center;
  border: 1px solid rgba(107, 134, 232, .22);
  border-radius: 50%;
  box-shadow: inset 0 0 35px rgba(107, 134, 232, .08), 0 0 45px rgba(107, 134, 232, .08);
}

#capture.integrated-agent-manual .agent-progress-orbit::before,
#capture.integrated-agent-manual .agent-progress-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(107, 134, 232, .15);
  border-radius: 50%;
}

#capture.integrated-agent-manual .agent-progress-orbit::before { inset: 18px; }
#capture.integrated-agent-manual .agent-progress-orbit::after { inset: 39px; }

#capture.integrated-agent-manual .agent-progress-orbit > img {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 49px;
  height: 49px;
  display: block;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 13px 30px rgba(69, 94, 147, .28);
  transform: translate(-50%, -50%);
}

#capture.integrated-agent-manual .agent-progress-orbit > i {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--agent-blue);
  box-shadow: 0 0 0 5px rgba(107, 134, 232, .12), 0 0 18px rgba(107, 134, 232, .65);
  animation: agent-orbit-node 2.4s ease-in-out infinite;
}

#capture.integrated-agent-manual .agent-progress-orbit > i:nth-child(1) { top: 14px; left: 64px; }
#capture.integrated-agent-manual .agent-progress-orbit > i:nth-child(2) { right: 21px; bottom: 29px; animation-delay: .65s; }
#capture.integrated-agent-manual .agent-progress-orbit > i:nth-child(3) { left: 15px; bottom: 38px; animation-delay: 1.2s; }

@keyframes agent-orbit-node {
  0%, 100% { opacity: .55; transform: scale(.88); }
  50% { opacity: 1; transform: scale(1.12); }
}

#capture.integrated-agent-manual .agent-progress-copy {
  align-self: center;
}

#capture.integrated-agent-manual .agent-live-steps {
  grid-column: 1 / -1;
  min-height: 0;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}

#capture.integrated-agent-manual .agent-live-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #e0e4ed;
  border-radius: 12px;
  color: #8d96a7;
  background: rgba(255, 255, 255, .82);
  transition: color 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

#capture.integrated-agent-manual .agent-live-steps li > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 9px;
  font-size: 7px;
  font-weight: 820;
}

#capture.integrated-agent-manual .agent-live-steps li > div { display: grid; gap: 2px; }
#capture.integrated-agent-manual .agent-live-steps li strong { font-size: 10px; }
#capture.integrated-agent-manual .agent-live-steps li small { font-size: 8px; font-weight: 500; }
#capture.integrated-agent-manual .agent-live-steps li > b { font-size: 7px; letter-spacing: .09em; }

#capture.integrated-agent-manual .agent-live-steps li.is-complete {
  color: #5e7f70;
  border-color: rgba(101, 169, 140, .24);
  background: rgba(101, 169, 140, .055);
}

#capture.integrated-agent-manual .agent-live-steps li.is-active {
  color: var(--agent-deep);
  border-color: rgba(107, 134, 232, .45);
  background: rgba(107, 134, 232, .06);
  box-shadow: 0 0 0 4px rgba(107, 134, 232, .07);
}

#capture.integrated-agent-manual .agent-live-steps li.is-active > b { animation: agent-live-pulse 1.2s ease-in-out infinite; }

#capture.integrated-agent-manual .agent-flow-window__footer--progress strong {
  color: var(--agent-deep);
  font-size: 9px;
}

#capture.integrated-agent-manual .agent-progress-controls {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

#capture.integrated-agent-manual .agent-flow-window__footer button.agent-progress-pause {
  color: var(--agent-deep);
  border-color: rgba(69, 94, 147, .38);
  background: #fff;
}

#capture.integrated-agent-manual .agent-flow-window__footer button.agent-progress-exit {
  color: #a64f43;
  border-color: rgba(166, 79, 67, .42);
  background: #fff8f5;
}

#capture.integrated-agent-manual .agent-flow-window__footer button.agent-progress-pause:hover,
#capture.integrated-agent-manual .agent-flow-window__footer button.agent-progress-pause:focus-visible,
#capture.integrated-agent-manual .agent-flow-window__footer button.agent-progress-exit:hover,
#capture.integrated-agent-manual .agent-flow-window__footer button.agent-progress-exit:focus-visible {
  filter: brightness(.97);
}

#capture.integrated-agent-manual .agent-result-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

#capture.integrated-agent-manual .agent-secondary-action {
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(69, 94, 147, .28);
  border-radius: 12px;
  color: var(--agent-deep);
  background: rgba(255, 255, 255, .72);
  cursor: pointer;
  font-size: 14px;
  font-weight: 720;
}

#capture.integrated-agent-manual .agent-secondary-action:hover,
#capture.integrated-agent-manual .agent-secondary-action:focus-visible {
  border-color: var(--agent-deep);
  background: #fff;
}

#capture.integrated-agent-manual .agent-audit-link {
  display: inline-block;
  margin-top: 13px;
  color: #7d879a;
  font-size: 10px;
  font-weight: 650;
  text-decoration-color: rgba(69, 94, 147, .3);
  text-underline-offset: 3px;
}

#capture.integrated-agent-manual .agent-trust-note--saved { color: #5e7f70; }
#capture.integrated-agent-manual .agent-trust-note--saved .agent-trust-dot { border-color: #65a98c; box-shadow: 0 0 0 4px rgba(101, 169, 140, .1); }

#capture.integrated-agent-manual .agent-generated-browser {
  top: 1.5%;
  right: 1%;
  width: 96%;
  height: 80%;
}

/* Render returned Manuals on a landscape desktop canvas inside the narrow
 * chapter-two column. The phone breakpoint below restores the native canvas. */
#capture.integrated-agent-manual .agent-generated-browser__viewport iframe {
  width: 200%;
  height: 200%;
  transform: scale(.5);
}

#capture.integrated-agent-manual .agent-generated-browser__footer {
  gap: 12px;
}

#capture.integrated-agent-manual .agent-result-proof {
  color: #67748d;
  font-size: 8px;
  white-space: nowrap;
}

#capture.integrated-agent-manual .agent-result-proof b {
  color: var(--agent-deep);
}

@media (min-width: 561px) {
  #capture.integrated-agent-manual[data-manual-state="audience"] .agent-product-proof {
    max-height: max(560px, 76vh);
  }
}

@media (max-width: 1120px) {
  #capture.integrated-agent-manual .agent-flow-window { width: 98%; right: 0; }
  #capture.integrated-agent-manual .agent-flow-window__body--handoff { grid-template-columns: minmax(160px, .58fr) minmax(0, 1.42fr); gap: 18px; padding-inline: 22px; }
  #capture.integrated-agent-manual .agent-flow-window__body--client-choice { grid-template-columns: minmax(0, 1fr); gap: 8px; padding-inline: 18px; }
  #capture.integrated-agent-manual .agent-flow-heading h3,
  #capture.integrated-agent-manual .agent-progress-copy h3 { font-size: 27px; }
}

@media (max-width: 820px) {
  #capture.integrated-agent-manual .agent-flow-window { right: 1%; width: 97%; }
  #capture.integrated-agent-manual .agent-generated-browser { right: 1%; width: 97%; }
}

@media (max-width: 560px) {
  #capture.integrated-agent-manual[data-manual-state="audience"] .agent-product-proof { height: 820px; }
  #capture.integrated-agent-manual[data-manual-state="handoff"] .agent-product-proof { height: 690px; }
  #capture.integrated-agent-manual[data-manual-state="progress"] .agent-product-proof { height: 620px; }
  #capture.integrated-agent-manual[data-manual-state="result"] .agent-product-proof,
  #capture.integrated-agent-manual[data-manual-state="claimed"] .agent-product-proof { height: 560px; }

  #capture.integrated-agent-manual .agent-flow-window {
    top: 2%;
    right: 0;
    width: 98%;
    height: 96%;
    grid-template-rows: 44px minmax(0, 1fr) 54px;
    border-radius: 17px;
  }

  #capture.integrated-agent-manual .agent-flow-window__bar {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 7px;
    padding: 0 10px;
  }

  #capture.integrated-agent-manual .agent-flow-window__bar > span:nth-child(2) { display: grid; gap: 1px; }
  #capture.integrated-agent-manual .agent-flow-window__bar strong { font-size: 8px; }
  #capture.integrated-agent-manual .agent-flow-window__bar small { font-size: 6px; }
  #capture.integrated-agent-manual .agent-anonymous-badge,
  #capture.integrated-agent-manual .agent-live-badge { padding: 6px 7px; font-size: 6px; }

  #capture.integrated-agent-manual .agent-flow-window__body--handoff {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 13px;
    padding: 16px 14px 13px;
  }

  #capture.integrated-agent-manual .agent-flow-window__body--client-choice {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 13px;
    padding: 16px 14px 13px;
    overflow: auto;
  }

  #capture.integrated-agent-manual .agent-client-options {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  #capture.integrated-agent-manual .agent-desktop-app-notice {
    min-height: 74px;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 8px;
    padding: 7px 10px 7px 5px;
    border-radius: 13px;
  }

  #capture.integrated-agent-manual .agent-desktop-app-notice__dog img {
    width: 60px;
    height: 61px;
  }

  #capture.integrated-agent-manual .agent-desktop-app-notice__copy strong { font-size: 12px; }

  #capture.integrated-agent-manual .agent-client-flip,
  #capture.integrated-agent-manual .agent-client-flip__inner,
  #capture.integrated-agent-manual .agent-client-flip__face {
    min-height: 270px;
  }

  #capture.integrated-agent-manual .agent-client-option {
    min-height: 270px;
    padding: 15px;
    border-radius: 14px;
  }

  #capture.integrated-agent-manual .agent-client-flip__back {
    gap: 6px;
    padding: 9px;
    border-radius: 14px;
  }

  #capture.integrated-agent-manual .agent-client-flip__back > header strong { font-size: 13px; }
  #capture.integrated-agent-manual .agent-client-flip__back > header button { width: 27px; height: 27px; font-size: 11px; }
  #capture.integrated-agent-manual .agent-client-flip__prompts { gap: 5px; }
  #capture.integrated-agent-manual .agent-codex-restart-note { gap: 5px; padding: 4px 6px; }
  #capture.integrated-agent-manual .agent-codex-restart-note b { font-size: 6px; }
  #capture.integrated-agent-manual .agent-codex-restart-note span { font-size: 7px; }
  #capture.integrated-agent-manual .agent-compact-instruction { gap: 5px 7px; padding: 7px 8px; border-radius: 8px; }
  #capture.integrated-agent-manual .agent-compact-instruction strong { font-size: 9px; }
  #capture.integrated-agent-manual .agent-compact-instruction p { font-size: 7.8px; line-height: 1.34; }
  #capture.integrated-agent-manual .agent-compact-instruction > button { min-width: 42px; min-height: 22px; font-size: 6.5px; }
  #capture.integrated-agent-manual .agent-client-flip__continue { min-height: 30px; font-size: 7.5px; }

  #capture.integrated-agent-manual .agent-client-option__index {
    width: 28px;
    height: 28px;
    margin-bottom: 14px;
  }

  #capture.integrated-agent-manual .agent-client-option > strong { font-size: 18px; }
  #capture.integrated-agent-manual .agent-client-option p { margin: 9px 0 11px; font-size: 8px; }
  #capture.integrated-agent-manual .agent-client-option__compatibility { margin: -3px 0 8px; padding: 5px 7px; font-size: 6px; }
  #capture.integrated-agent-manual .agent-client-option__path,
  #capture.integrated-agent-manual .agent-client-option > i { font-size: 6px; }

  #capture.integrated-agent-manual .agent-flow-heading h3 { margin: 5px 0 7px; font-size: 22px; }
  #capture.integrated-agent-manual .agent-flow-heading p { font-size: 8px; line-height: 1.42; }
  #capture.integrated-agent-manual .agent-flow-window__body--client-choice .agent-flow-heading {
    display: block;
  }
  #capture.integrated-agent-manual .agent-instruction-stack { gap: 9px; }
  #capture.integrated-agent-manual .agent-instruction-card { border-radius: 12px; }
  #capture.integrated-agent-manual .agent-instruction-card header { grid-template-columns: 24px minmax(0, 1fr) auto; gap: 7px; padding: 8px 9px; }
  #capture.integrated-agent-manual .agent-instruction-card header > span { width: 21px; height: 21px; font-size: 6px; }
  #capture.integrated-agent-manual .agent-instruction-card header strong { font-size: 8px; }
  #capture.integrated-agent-manual .agent-instruction-card header button { min-width: 46px; min-height: 25px; font-size: 7px; }
  #capture.integrated-agent-manual .agent-instruction-card pre { padding: 9px 10px; font-size: 6.3px; line-height: 1.42; }
  #capture.integrated-agent-manual .agent-flow-window__footer { padding: 0 10px; font-size: 7px; }
  #capture.integrated-agent-manual .agent-flow-window__footer button { min-height: 33px; padding-inline: 11px; font-size: 7px; }
  #capture.integrated-agent-manual .agent-flow-window__footer--progress > span { display: none; }
  #capture.integrated-agent-manual .agent-progress-controls { width: 100%; gap: 7px; }
  #capture.integrated-agent-manual .agent-progress-controls button { flex: 1 1 0; }

  #capture.integrated-agent-manual .agent-flow-window__body--progress {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 12px;
    padding: 18px 15px 14px;
  }

  #capture.integrated-agent-manual .agent-progress-orbit { width: 98px; height: 98px; }
  #capture.integrated-agent-manual .agent-progress-orbit::before { inset: 13px; }
  #capture.integrated-agent-manual .agent-progress-orbit::after { inset: 27px; }
  #capture.integrated-agent-manual .agent-progress-orbit > img { width: 38px; height: 38px; border-radius: 12px; }
  #capture.integrated-agent-manual .agent-progress-orbit > i:nth-child(1) { top: 7px; left: 42px; }
  #capture.integrated-agent-manual .agent-progress-orbit > i:nth-child(2) { right: 11px; bottom: 18px; }
  #capture.integrated-agent-manual .agent-progress-orbit > i:nth-child(3) { left: 8px; bottom: 24px; }
  #capture.integrated-agent-manual .agent-progress-copy { text-align: center; }
  #capture.integrated-agent-manual .agent-progress-copy h3 { margin: 5px 0 7px; font-size: 22px; }
  #capture.integrated-agent-manual .agent-progress-copy p { font-size: 8px; }
  #capture.integrated-agent-manual .agent-live-steps { grid-column: 1; gap: 6px; }
  #capture.integrated-agent-manual .agent-live-steps li { grid-template-columns: 28px minmax(0, 1fr) auto; gap: 8px; padding: 7px 8px; }
  #capture.integrated-agent-manual .agent-live-steps li > span { width: 25px; height: 25px; font-size: 6px; }
  #capture.integrated-agent-manual .agent-live-steps li strong { font-size: 8px; }
  #capture.integrated-agent-manual .agent-live-steps li small { font-size: 6px; }
  #capture.integrated-agent-manual .agent-live-steps li > b { font-size: 6px; }

  #capture.integrated-agent-manual .agent-result-actions { display: grid; grid-template-columns: 1fr 1fr; }
  #capture.integrated-agent-manual .agent-secondary-action { min-height: 55px; padding: 0 10px; font-size: 12px; }
  #capture.integrated-agent-manual .agent-generated-browser { top: 2%; right: 0; width: 98%; height: 96%; }
  #capture.integrated-agent-manual .agent-generated-browser__viewport iframe { width: 100%; height: 100%; transform: none; }
  #capture.integrated-agent-manual .agent-generated-browser__footer { align-items: flex-start; }
  #capture.integrated-agent-manual .agent-result-proof { font-size: 6px; }
}

/* Keep this user-triggered state change legible even when ambient motion is reduced. */
@media (prefers-reduced-motion: reduce) {
  #capture.integrated-agent-manual .agent-client-flip__inner {
    transition-duration: 460ms !important;
    transition-timing-function: cubic-bezier(.2, .72, .18, 1) !important;
  }

  #capture.integrated-agent-manual .agent-client-flip__prompts,
  #capture.integrated-agent-manual .agent-client-flip__continue {
    animation-duration: 160ms !important;
    animation-delay: 0ms !important;
  }
}
