/* Recorded evidence and setup walkthroughs extend the original graphite/silver identity. */
.ac-preparation-heading, .ac-setup-heading { margin-bottom: 38px; }
.ac-preparation-heading .m-kicker { margin-bottom: 18px; }
.motion-page .ac-preparation h2, .motion-page .ac-setup h2 { max-width: none; margin: 0; font-size: clamp(42px,5.2vw,78px); line-height: 1; text-wrap: initial; }
.ac-setup-heading > p { margin: 20px 0 0; color: var(--ac-muted); font-size: 20px; line-height: 1.5; }
.ac-walkthrough { margin: 0; --walk-progress: 1; }
.ac-transcription-stage { display: grid; grid-template-columns: minmax(0,1fr) 64px minmax(0,1fr); gap: 24px; align-items: center; }
.ac-source-video, .ac-transcript-preview { border: 1px solid #46515a; border-radius: var(--ac-radius-md); background: #0d1113; min-width: 0; height: 300px; padding: 18px; }
.ac-preview-label { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #d6dde2; font: 13px/1.5 var(--font-sans); }
.ac-preview-label > span:last-child:not(:first-child) { color: var(--ac-muted); font: 12px/1.5 var(--font-mono); }
.ac-preview-label .ac-process-icon { width: 22px; height: 22px; color: var(--ac-muted); }
.ac-video-people { display: grid; grid-template-columns: 1fr 1fr; margin-top: 18px; height: 156px; align-items: center; }
.ac-video-people > div { display: grid; justify-items: center; gap: 2px; }
.ac-video-people > div + div { border-left: 1px solid var(--ac-rule); }
.ac-video-people svg { width: 88px; height: 98px; stroke: #c0cbd2; stroke-width: 1.2; fill: none; }
.ac-video-people span { color: var(--ac-muted); font-size: 11px; line-height: 1.5; }
.ac-audio-wave { display: block; width: 100%; height: 52px; overflow: hidden; }
.ac-audio-wave path { vector-effect: non-scaling-stroke; stroke: #a6b9c7; stroke-width: 1.5; fill: none; }
.ac-audio-wave .ac-wave-change { stroke: #deb77d; }
.ac-audio-wave .ac-video-playhead { stroke: #f0f2f2; transform: translateX(350px); }
.ac-video-time { display: flex; align-items: center; gap: 10px; color: #b5c1ca; font: 10px/1.5 var(--font-mono); }
.ac-video-time > span:first-child { font: 22px/1 var(--font-sans); color: #f0f2f2; }
.ac-video-time > span:last-child { margin-left: auto; }
.ac-conversion-arrow svg { display: block; width: 100%; height: 32px; stroke: #c1cdd5; stroke-width: 1.5; fill: none; }
.ac-conversion-arrow circle { fill: #c1cdd5; stroke: none; }
.ac-transcript-lines { list-style: none; margin: 22px -1px 0; padding: 0; }
.ac-transcript-lines li { display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 12px; padding: 13px 8px; font: 13px/1.6 var(--font-mono); color: #e3e8eb; transition: opacity .35s ease, transform .35s ease; border-left: 2px solid transparent; }
.ac-transcript-lines time { color: #a8c7df; }
.ac-transcript-lines li:last-child { background: #1b242a; border-left-color: #d5e0e7; }
.ac-transcript-rails { display: grid; gap: 9px; margin: 22px 10px 0; }
.ac-transcript-rails i { height: 6px; background: #262e33; width: 87%; }
.ac-transcript-rails i:nth-child(2) { width: 72%; }
.ac-transcript-rails i:last-child { width: 94%; }
.ac-transcription-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 22px; }
.ac-pattern-callout { display: flex; align-items: flex-start; gap: 13px; }
.ac-pattern-callout > span { display: grid; place-items: center; border: 1px solid #d5ad76; width: 27px; height: 27px; flex: none; color: #d5ad76; font: 16px/1 var(--font-mono); }
.ac-pattern-callout strong { display: block; color: #dec08e; font-size: 14px; font-weight: 500; line-height: 1.5; }
.ac-pattern-callout p { margin: 5px 0 0; font-size: 13px; line-height: 1.5; }
.ac-walk-controls { display: flex; align-items: center; gap: 22px; min-height: 46px; }
.ac-walk-play { border: 1px solid #9aa6ae; border-radius: var(--ac-radius-sm); padding: 11px 15px; color: #f0f2f2; background: transparent; font: 13px/1.5 var(--font-sans); min-height: 44px; min-width: 158px; cursor: pointer; white-space: nowrap; }
.ac-walk-play:hover { background: #20292e; border-color: #e5eaed; }
.ac-walk-play:focus-visible, .ac-walkthrough a:focus-visible, .ac-preparation-details summary:focus-visible { outline: 2px solid #c0d6e5; outline-offset: 4px; }
.ac-walk-controls figcaption { margin: 0; color: #9eabb5; font-size: 12px; line-height: 1.5; white-space: nowrap; }
.ac-transcription .ac-walk-progress { display: none; }
.ac-transcript-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; margin-top: 28px; padding: 22px 0; border-top: 1px solid var(--ac-rule); }
.ac-transcript-paths > div { display: flex; align-items: center; gap: 20px; }
.ac-transcript-paths > div + div { padding-left: 32px; border-left: 1px solid var(--ac-rule); }
.ac-transcript-paths .ac-process-icon { width: 32px; height: 36px; }
.ac-transcript-paths p { margin: 0; font-size: 13px; line-height: 1.6; }
.ac-transcript-paths strong { font-weight: 500; color: #d3dce3; }
.ac-preparation-details { margin-top: 4px; color: #aebbc5; }
.ac-preparation-details summary { cursor: pointer; font-size: 12px; padding: 10px 0; min-height: 40px; }
.ac-preparation-details p { font-size: 13px; line-height: 1.7; max-width: 92ch; margin: 14px 0; }
.ac-setup-tabs { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 0 0 22px; padding: 0; gap: 28px; }
.ac-setup-tabs a { position: relative; display: flex; align-items: center; gap: 14px; text-decoration: none; color: #aebcc7; padding: 14px 0 18px; border-bottom: 2px solid #303a41; min-width: 0; }
.ac-setup-tabs a:not(:last-child)::after { content: ''; height: 1px; width: 26px; position: absolute; right: -27px; top: 48%; background: #56626c; }
.ac-setup-tabs .ac-process-icon { width: 34px; height: 34px; color: inherit; }
.ac-setup-tabs span { font-size: 15px; line-height: 1.4; }
.ac-setup-tabs small { display: block; font: 10px/1.5 var(--font-mono); margin-bottom: 4px; color: #95a4ae; }
.ac-setup-tabs a[aria-selected="true"] { color: #f0f2f2; border-bottom-color: #dce5eb; }
.ac-setup-tabs a[data-complete="true"] i { position: absolute; right: 2px; top: 17px; width: 5px; height: 5px; background: #bacdd9; }
.ac-setup-panel { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 40px; align-items: center; border: 1px solid #46515a; border-radius: var(--ac-radius-md); padding: 28px; min-height: 312px; background: #0b0f11; scroll-margin-top: 120px; }
.ac-setup-panel + .ac-setup-panel { margin-top: 20px; }
.ac-walkthrough[data-enhanced] .ac-setup-panel + .ac-setup-panel { margin-top: 0; }
.ac-stage-label { font: 11px/1.5 var(--font-mono); text-transform: uppercase; color: #afc1cf; letter-spacing: .05em; margin: 0 0 25px; }
.ac-setup-copy h3 { margin: 0; font: 600 clamp(26px,2.4vw,38px)/1.12 var(--font-sans); letter-spacing: -.04em; color: #f0f2f2; }
.ac-setup-copy > p:last-child { margin: 16px 0 0; color: #afb6bd; font-size: 16px; line-height: 1.6; max-width: 32ch; }
.ac-setup-preview { background: #101619; padding: 18px; border: 1px solid #303b43; border-radius: var(--ac-radius-sm); min-width: 0; }
.ac-preview-row { display: grid; grid-template-columns: 90px minmax(0,1fr); gap: 14px; padding: 14px 0; border-bottom: 1px solid #34414a; font-size: 13px; line-height: 1.5; }
.ac-preview-row:first-child { padding-top: 0; }
.ac-preview-row > span, .ac-job-preview > div > span { color: #aabac6; font-size: 12px; }
.ac-preview-row strong { color: #e4eaed; font-size: 13px; font-weight: 500; }
.ac-job-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 18px; }
.ac-job-preview p { margin: 15px 0 0; font-size: 15px; line-height: 1.6; color: #e4eaed; }
.ac-preview-checks { list-style: none; padding: 0; margin: 7px 0 0; }
.ac-preview-checks li { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #303b43; padding: 10px 0; font-size: 12px; line-height: 1.5; color: #d9e3eb; }
.ac-preview-checks li::before { content: '✓'; color: #e6ecef; }
.ac-setup-walkthrough > .ac-walk-controls { margin-top: 25px; }
.ac-walk-progress { flex: 1; height: 2px; background: #35434c; margin-right: 12px; overflow: hidden; }
.ac-walk-progress i { display: block; width: 100%; height: 100%; background: #dce5eb; transform-origin: left; transform: scaleX(var(--walk-progress)); transition: transform .4s ease; }
.ac-workspace-mark, .ac-candidate-link, .ac-report-preview { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; color: #dde6ec; }
.ac-workspace-mark .ac-process-icon, .ac-candidate-link .ac-process-icon { width: 46px; height: 46px; }
.ac-workspace-mark span { font-size: 20px; font-weight: 500; }
.ac-preview-ready { color: #b1c7d5; font-size: 12px; margin-top: 18px; display: flex; align-items: center; gap: 10px; }
.ac-preview-ready i { width: 5px; height: 5px; background: #b1c7d5; }
.ac-file-transfer { display: flex; align-items: center; justify-content: center; gap: 48px; min-height: 128px; }
.ac-file-transfer .ac-process-icon { width: 70px; height: 70px; }
.ac-file-link { color: #bdd2df; font-size: 32px; }
.ac-candidate-link strong { display: block; font-size: 18px; font-weight: 500; }
.ac-candidate-link span { display: block; color: #a6b7c3; font-size: 12px; margin-top: 6px; }
.ac-preview-excerpt { padding: 14px 0 0; }
.ac-preview-excerpt time { color: #abc5d7; font: 11px/1.5 var(--font-mono); }
.ac-preview-excerpt p { margin: 8px 0 0; color: #e5ecef; font-size: 17px; }
.ac-alignment-symbol svg { width: 84px; height: 84px; fill: none; stroke: #a8c7df; stroke-width: 1; }
.ac-alignment-symbol path:nth-child(2) { fill: #b1c8d5; fill-opacity: .12; stroke: #e1e9ee; stroke-width: 1.5; }
.ac-alignment-symbol path:last-child { opacity: .25; }
.ac-report-preview strong { display: block; font-size: 23px; font-weight: 500; line-height: 1.3; margin-top: 8px; }
.ac-report-preview span { color: #aabac6; font-size: 12px; }
.ac-preview-gap strong { color: #dfbc87; }
.ac-preview-report-link { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; color: #d3e4ee; text-decoration: none; font-size: 13px; }
.ac-setup-decision { color: #a5b5c0; margin: 20px 0 0; font-size: 13px; line-height: 1.6; }
/* Progressive text reveal and a single pass across the recording. */
.ac-transcription[data-enhanced][data-step="0"] .ac-transcript-lines li,
.ac-transcription[data-enhanced][data-step="1"] .ac-transcript-lines li:nth-child(n+2),
.ac-transcription[data-enhanced][data-step="2"] .ac-transcript-lines li:nth-child(n+3) { opacity: .12; transform: translateY(5px); }
.ac-transcription[data-enhanced]:not([data-step="3"]) .ac-wave-change { stroke: #a6b9c7; }
.ac-transcription[data-enhanced]:not([data-step="3"]) .ac-pattern-callout { opacity: .4; }
.ac-transcription[data-playback="playing"] .ac-video-playhead,
.ac-transcription[data-playback="paused"] .ac-video-playhead { animation: ac-scan-recording 7.2s linear 1 both; }
.ac-transcription[data-playback="playing"] .ac-conversion-arrow circle,
.ac-transcription[data-playback="paused"] .ac-conversion-arrow circle { animation: ac-transfer-text 7.2s ease-in-out 1 both; }
.ac-transcription[data-playback="paused"] .ac-video-playhead,
.ac-transcription[data-playback="paused"] .ac-conversion-arrow circle { animation-play-state: paused; }
.ac-walkthrough[data-enhanced] .ac-setup-panel:not([hidden]) .ac-setup-preview { animation: ac-preview-enter .35s ease-out 1; }
@keyframes ac-scan-recording { from { transform: translateX(5px); } to { transform: translateX(350px); } }
@keyframes ac-transfer-text { from { transform: translateX(-10px); opacity: .2; } to { transform: translateX(56px); opacity: 1; } }
@keyframes ac-preview-enter { from { opacity: .4; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@media(max-width:1100px) {
  .ac-transcription-stage { grid-template-columns: minmax(0,1fr) 44px minmax(0,1fr); gap: 16px; }
  .ac-source-video, .ac-transcript-preview { padding: 14px; height: 312px; }
  .ac-transcript-lines li { grid-template-columns: 68px minmax(0,1fr); gap: 8px; font-size: 13px; padding: 12px 4px; }
  .ac-transcription-bottom { flex-wrap: wrap; }
  .ac-transcription .ac-walk-controls { margin-left: auto; }
  .ac-setup-tabs { gap: 18px; }
  .ac-setup-tabs a { gap: 10px; }
  .ac-setup-tabs .ac-process-icon { width: 29px; height: 29px; }
  .ac-setup-tabs a:not(:last-child)::after { width: 16px; right: -17px; }
  .ac-setup-tabs span { font-size: 13px; }
  .ac-setup-panel { gap: 25px; padding: 24px; min-height: 326px; }
  .ac-job-preview { gap: 16px; }
}
@media(max-width:760px) {
  .ac-preparation-heading, .ac-setup-heading { margin-bottom: 28px; }
  .motion-page .ac-preparation h2, .motion-page .ac-setup h2 { font-size: clamp(36px,10vw,60px); }
  .ac-preparation-heading .m-kicker { font-size: 10px; }
  .ac-setup-heading > p { font-size: 16px; max-width: 28ch; }
  .ac-transcription-stage { grid-template-columns: minmax(0,1fr); gap: 12px; }
  .ac-source-video, .ac-transcript-preview { height: auto; min-height: 256px; padding: 16px; }
  .ac-video-people { height: 124px; margin-top: 10px; }
  .ac-video-people svg { width: 67px; height: 76px; }
  .ac-conversion-arrow { justify-self: center; width: 38px; height: 32px; transform: rotate(90deg); }
  .ac-transcript-lines li { grid-template-columns: 70px minmax(0,1fr); font-size: 12px; padding-block: 11px; }
  .ac-transcript-rails { margin-top: 14px; }
  .ac-transcription-bottom { display: grid; gap: 18px; }
  .ac-pattern-callout strong { font-size: 13px; }
  .ac-pattern-callout p { font-size: 12px; }
  .ac-transcription .ac-walk-controls { margin: 0; }
  .ac-walk-controls { flex-wrap: wrap; gap: 14px; }
  .ac-walk-play { min-width: 153px; font-size: 12px; }
  .ac-walk-controls figcaption { font-size: 11px; }
  .ac-transcript-paths { grid-template-columns: 1fr; gap: 18px; padding-bottom: 12px; margin-top: 24px; }
  .ac-transcript-paths > div + div { border: 0; padding: 0; }
  .ac-transcript-paths > div { gap: 14px; }
  .ac-transcript-paths p { font-size: 12px; }
  .ac-preparation-details summary { line-height: 1.7; }
  .ac-setup-tabs { gap: 8px; margin-bottom: 16px; }
  .ac-setup-tabs a { flex-direction: column; align-items: center; gap: 8px; padding: 12px 0; text-align: center; }
  .ac-setup-tabs .ac-process-icon { width: 25px; height: 25px; }
  .ac-setup-tabs small { font-size: 9px; }
  .ac-setup-tabs span { font-size: clamp(9px,2.6vw,13px); }
  .ac-setup-tabs a:not(:last-child)::after { width: 6px; right: -7px; top: 26px; }
  .ac-setup-tabs a[data-complete="true"] i { right: 0; top: 5px; width: 3px; height: 3px; }
  .ac-setup-panel { grid-template-columns: minmax(0,1fr); gap: 24px; padding: 20px 16px; min-height: 520px; align-content: start; }
  .ac-stage-label { font-size: 10px; margin-bottom: 18px; }
  .ac-setup-copy h3 { font-size: 29px; }
  .ac-setup-copy > p:last-child { font-size: 14px; margin-top: 12px; max-width: none; }
  .ac-setup-preview { padding: 14px; }
  .ac-preview-row { grid-template-columns: 72px minmax(0,1fr); gap: 10px; }
  .ac-preview-row strong { font-size: 12px; }
  .ac-job-preview { grid-template-columns: minmax(0,1fr); }
  .ac-job-preview p { margin-top: 8px; font-size: 14px; }
  .ac-job-preview > div > span { font-size: 11px; }
  .ac-preview-checks { margin-top: 5px; }
  .ac-preview-checks li { font-size: 12px; padding: 7px 0; }
  .ac-setup-walkthrough > .ac-walk-controls { margin-top: 20px; }
  .ac-walk-progress { flex-basis: 100%; margin: 0 0 6px; }
  .ac-report-preview { gap: 12px; }
  .ac-report-preview strong { font-size: 20px; }
  .ac-alignment-symbol svg { width: 64px; height: 64px; }
}
@media(prefers-reduced-motion:reduce) {
  .ac-walkthrough *, .ac-walkthrough *::before, .ac-walkthrough *::after { animation: none !important; transition: none !important; }
}
