:root {
  --burgundy: #69092f;
  --burgundy-dark: #4f0824;
  --cream: #e9ddb2;
  --cream-deep: #dfce98;
  --paper: #fffaf0;
  --ink: #2d200e;
  --gold: #a9915b;
  --olive: #5f603d;
  --rust: #8c3d20;
  --success: #325f45;
  --shadow: 0 18px 60px rgba(45, 32, 14, 0.16);
  --body: "Instrument Sans", system-ui, sans-serif;
  --display: "Barlow Condensed", Impact, sans-serif;
}

* { box-sizing: border-box; }

html, body { width: 100%; height: 100%; overflow: hidden; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  letter-spacing: 0;
}

button, textarea { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

button:focus-visible, a:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.app-shell {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: grid;
  grid-template-rows: 68px minmax(0, 1fr) 76px;
}

.topbar {
  background: var(--cream);
  border-bottom: 1px solid rgba(45, 32, 14, 0.18);
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  gap: 20px;
  padding: 10px clamp(18px, 4vw, 52px);
  position: relative;
  z-index: 5;
}

.brand-button {
  width: 136px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.brand-button img { display: block; width: 132px; height: 42px; object-fit: contain; }

.topbar-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  white-space: nowrap;
}

.review-label {
  color: var(--burgundy);
  font-family: var(--display);
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}

.sync-status, .decision-count {
  font-size: 12px;
  font-weight: 600;
}

.sync-status { display: inline-flex; align-items: center; gap: 7px; }
.sync-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); }

.topbar-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }

.icon-button, .nav-button {
  border: 1px solid rgba(45, 32, 14, 0.22);
  background: transparent;
  color: var(--ink);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  text-decoration: none;
}

.icon-button { width: 38px; height: 38px; border-radius: 50%; }
.icon-button:hover, .nav-button:hover { background: rgba(105, 9, 47, 0.08); border-color: var(--burgundy); }
.icon-button svg, .nav-button svg, .decision-action svg, .source-link svg, .copy-button svg, .record-button svg, .delete-voice svg { width: 18px; height: 18px; }

[hidden] { display: none !important; }

[data-tooltip] { position: relative; }
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9px);
  transform: translateX(-50%);
  background: var(--ink);
  color: var(--paper);
  padding: 6px 8px;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease;
}
[data-tooltip]:hover::after, [data-tooltip]:focus-visible::after { opacity: 1; }

.deck {
  min-height: 0;
  overflow: auto;
  background: var(--cream);
}

.slide {
  min-height: 100%;
  position: relative;
  animation: slide-in 260ms ease both;
}

@keyframes slide-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .slide { animation: none; }
  * { scroll-behavior: auto !important; transition: none !important; }
}

.cover-slide {
  background: var(--burgundy);
  color: white;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.cover-inner {
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;
  padding: 52px 0 68px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--cream);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cover-logo {
  width: min(520px, 82vw);
  display: block;
  image-rendering: auto;
  margin: 0 0 28px;
}

.cover-slide h1, .decision-copy h1, .response-intro h1, .summary-slide h1 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
  margin: 0;
}

.cover-slide h1 { font-size: clamp(66px, 9vw, 126px); max-width: 820px; }

.cover-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 34px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.cover-stats {
  position: absolute;
  right: 0;
  bottom: 70px;
  display: grid;
  grid-template-columns: repeat(3, 96px);
  gap: 2px;
}

.cover-stat {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding-top: 12px;
}

.cover-stat strong { display: block; font-family: var(--display); font-size: 32px; line-height: 1; }
.cover-stat span { display: block; margin-top: 4px; color: rgba(255, 255, 255, 0.68); font-size: 10px; text-transform: uppercase; }

.brand-stripe {
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: repeating-linear-gradient(90deg,
    #600909 0 10px, #dcc288 10px 13px, #625f3b 13px 21px,
    #dcc288 21px 24px, #6f2219 24px 33px, #a9915b 33px 36px,
    #2d200e 36px 39px, #600909 39px 49px, #dcc288 49px 52px);
}

.decision-slide {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 680px;
  margin: 0 auto;
  background: var(--cream);
}

.decision-copy {
  padding: 38px 24px 28px;
  min-width: 0;
}

.slide-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.priority-badge {
  color: white;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 2px;
}
.priority-high { background: var(--burgundy); }
.priority-medium { background: var(--olive); }
.priority-low { background: var(--gold); color: var(--ink); }

.slide-index, .source-type {
  color: rgba(45, 32, 14, 0.62);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.decision-copy h1 {
  color: var(--burgundy);
  font-size: clamp(48px, 10vw, 74px);
  max-width: 850px;
  text-wrap: balance;
}

.decision-question {
  margin: 24px 0 0;
  max-width: 760px;
  font-size: clamp(18px, 4vw, 23px);
  line-height: 1.4;
  text-wrap: balance;
}

.part-label {
  margin: 0 0 9px;
  color: rgba(45, 32, 14, 0.62);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.brief-summary {
  margin: 25px 0 0;
  color: var(--ink);
  font-size: clamp(17px, 3.4vw, 21px);
  line-height: 1.58;
}

.brief-evidence { padding: 0 24px 10px; }
.brief-evidence .visual-frame { margin-top: 4px; }

.brief-continue {
  padding: 0 24px 44px;
  background: var(--cream);
}
.continue-button {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 3px;
  background: var(--burgundy);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  font-weight: 700;
  cursor: pointer;
}
.continue-button:hover { background: var(--burgundy-dark); }
.continue-button svg { width: 18px; height: 18px; }

.response-slide { background: var(--paper); }
.response-intro {
  background: var(--cream);
  padding: 38px 24px 32px;
}
.response-intro .slide-kicker { margin-bottom: 32px; }
.response-ask {
  margin: 0 0 20px;
  color: var(--burgundy);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
.response-intro h1 {
  color: var(--burgundy);
  font-size: clamp(54px, 12vw, 78px);
}
.response-panel { border-top: 0; padding-top: 34px; }
.response-prompt { margin-top: 0 !important; }

.visual-frame {
  margin: 34px 0 28px;
  min-height: 210px;
  background: var(--cream-deep);
  border-top: 2px solid var(--burgundy);
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.visual-frame.single { grid-template-columns: 1fr; }

.visual-art { min-width: 0; min-height: 210px; position: relative; overflow: hidden; }
.visual-art img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; display: block; }
.visual-art .sheet-preview { object-position: left top; }
.visual-caption {
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}
.visual-caption strong { color: var(--burgundy); font-family: var(--display); font-size: 27px; font-style: italic; line-height: 1; text-transform: uppercase; }
.visual-caption p { margin: 0; font-size: 13px; line-height: 1.55; }

.route-stack { display: grid; gap: 9px; }
.route-line { display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 10px; font-size: 12px; }
.route-line span:first-child { font-weight: 700; text-transform: uppercase; }
.route-bar { height: 8px; background: rgba(105, 9, 47, 0.13); }
.route-bar::after { content: ""; display: block; height: 100%; width: var(--fill); background: var(--burgundy); }

.record-art {
  display: grid;
  place-items: center;
  min-height: 250px;
  background: var(--burgundy);
}
.record {
  width: min(210px, 60%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, #18140f 0 5px, #28231c 6px 8px);
  box-shadow: 18px 20px 0 rgba(45, 32, 14, 0.14);
  display: grid;
  place-items: center;
}
.record::before {
  content: "CT";
  width: 34%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--burgundy);
  font-family: var(--display);
  font-size: 28px;
  font-style: italic;
}

.channel-art, .flow-art, .dates-art, .legal-art {
  min-height: 250px;
  padding: 30px;
  display: grid;
  align-content: center;
  gap: 12px;
}
.channel-art { grid-template-columns: repeat(3, 1fr); background: var(--burgundy); }
.channel-tile { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); color: white; }
.channel-tile svg { width: 34px; height: 34px; }
.channel-tile span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.flow-art { background: var(--cream-deep); }
.flow-node { background: var(--paper); border-left: 5px solid var(--burgundy); padding: 15px 17px; font-weight: 700; }
.flow-arrow { color: var(--burgundy); text-align: center; }
.flow-arrow svg { width: 22px; height: 22px; }

.dates-art { grid-template-columns: 1fr 1fr; background: var(--burgundy); }
.date-card { min-height: 160px; border: 1px solid rgba(255,255,255,.45); color: white; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; }
.date-card strong { font-family: var(--display); font-size: 34px; font-style: italic; text-transform: uppercase; }
.date-card span { font-size: 12px; color: rgba(255,255,255,.7); }

.legal-art { background: var(--burgundy); color: white; }
.legal-step { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 12px; }
.legal-step span:first-child { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-family: var(--display); }
.legal-step strong { font-size: 14px; }

.decision-context { margin: 26px 0 0; line-height: 1.55; }

.decision-evidence { padding: 32px 24px 18px; }
.decision-evidence .visual-frame { margin-top: 0; }

.task-details {
  background: var(--cream);
  padding: 0 24px 44px;
}
.task-details details { border-top: 1px solid rgba(45, 32, 14, 0.2); }
.task-details summary {
  color: var(--burgundy);
  cursor: pointer;
  padding: 17px 0;
  font-size: 12px;
  font-weight: 700;
}
.task-sources { display: grid; gap: 8px; margin-top: 2px; }
.task-source {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 14px;
  border-top: 1px solid rgba(45, 32, 14, 0.2);
  padding: 12px 0;
  font-size: 11px;
}
.task-source strong { grid-column: 1 / -1; font-size: 12px; }
.task-source span { color: rgba(45, 32, 14, 0.68); }

.approval-panel {
  background: var(--paper);
  border-top: 1px solid rgba(45, 32, 14, 0.16);
  padding: 32px 24px 38px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.approval-panel h2 {
  margin: 0;
  color: var(--burgundy);
  font-family: var(--display);
  font-size: 30px;
  font-style: italic;
  text-transform: uppercase;
}
.approval-panel > p { margin: 8px 0 22px; color: rgba(45, 32, 14, 0.7); font-size: 13px; line-height: 1.45; }

.decision-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.decision-action {
  min-height: 60px;
  border: 1px solid rgba(45, 32, 14, 0.22);
  background: transparent;
  color: var(--ink);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 3px;
}
.decision-action:hover { border-color: var(--burgundy); }
.decision-action.is-selected { background: var(--burgundy); border-color: var(--burgundy); color: white; }
.decision-action:disabled { opacity: 0.5; cursor: not-allowed; }
.decision-submit-error { min-height: 18px; margin: 8px 0 0 !important; color: var(--rust) !important; font-size: 11px !important; font-weight: 700; }

.field-label, .note-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.approval-confirmation {
  margin-top: 18px;
  border-left: 4px solid var(--success);
  background: rgba(50, 95, 69, 0.09);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
}
.approval-confirmation svg { width: 22px; height: 22px; flex: 0 0 auto; color: var(--success); }
.approval-confirmation strong, .approval-confirmation span { display: block; }
.approval-confirmation strong { color: var(--success); font-size: 14px; }
.approval-confirmation span { margin-top: 3px; color: rgba(45, 32, 14, 0.68); font-size: 11px; }

.feedback-panel { margin-top: 24px; border-top: 1px solid rgba(45, 32, 14, 0.16); padding-top: 22px; }
.voice-field { margin-top: 0; }
.record-button {
  width: 100%;
  min-height: 76px;
  border: 0;
  border-radius: 4px;
  background: var(--burgundy);
  color: white;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  text-align: left;
  cursor: pointer;
}
.record-button:hover { background: var(--burgundy-dark); }
.record-button.is-recording { background: var(--rust); }
.record-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
}
.record-icon svg { width: 21px; height: 21px; }
.record-copy { min-width: 0; }
.record-copy strong, .record-copy small { display: block; }
.record-copy strong { font-size: 15px; }
.record-copy small { margin-top: 3px; color: rgba(255, 255, 255, 0.72); font-size: 10px; }
.record-time { font-variant-numeric: tabular-nums; font-size: 12px; text-align: right; }
.audio-fallback {
  border: 0;
  background: transparent;
  color: var(--burgundy);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  padding: 5px 0;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.audio-fallback svg { width: 15px; height: 15px; }
.voice-file-input { display: none; }
.recorder-message { min-height: 18px; margin: 8px 0 0; color: rgba(45, 32, 14, 0.68); font-size: 11px; line-height: 1.45; }
.voice-playback { margin-top: 10px; }
.voice-playback audio { width: 100%; display: block; }
.delete-voice {
  border: 0;
  background: transparent;
  color: var(--burgundy);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  padding: 6px 0;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.response-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 22px 0;
  color: rgba(45, 32, 14, 0.56);
  font-size: 10px;
  text-transform: uppercase;
}
.response-divider::before, .response-divider::after { content: ""; height: 1px; background: rgba(45, 32, 14, 0.16); }

.note-field { margin-top: 0; }
.note-field textarea {
  width: 100%;
  min-height: 92px;
  resize: vertical;
  border: 1px solid rgba(45, 32, 14, 0.24);
  border-radius: 3px;
  background: white;
  color: var(--ink);
  padding: 12px;
  line-height: 1.45;
}

.submit-guidance { margin: 16px 0 8px; color: rgba(45, 32, 14, 0.68); font-size: 11px; line-height: 1.45; }
.submit-error { min-height: 18px; margin: 0 0 6px; color: var(--rust); font-size: 11px; font-weight: 700; line-height: 1.4; }
.submit-feedback {
  width: 100%;
  min-height: 52px;
  border: 0;
  background: var(--burgundy);
  color: white;
  padding: 0 16px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 700;
  cursor: pointer;
}
.submit-feedback:hover { background: var(--burgundy-dark); }
.submit-feedback:disabled { opacity: 0.72; cursor: wait; }
.submit-feedback.is-submitting svg { animation: submit-spin 900ms linear infinite; }
.submit-feedback svg { width: 17px; height: 17px; }
@keyframes submit-spin { to { transform: rotate(360deg); } }
.submission-receipt {
  margin-top: 12px;
  color: var(--success);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 10px;
  line-height: 1.4;
}
.submission-receipt svg { width: 15px; height: 15px; flex: 0 0 auto; }
.transcript-preview { margin-top: 13px; border-left: 3px solid var(--gold); background: rgba(169, 145, 91, 0.12); padding: 12px 13px; }
.transcript-preview span { color: var(--burgundy); display: block; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.transcript-preview p { margin: 6px 0 0; font-size: 12px; line-height: 1.5; }

.source-link {
  margin-top: 24px;
  color: var(--burgundy);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.source-link:hover { text-decoration: underline; }

.summary-slide {
  width: min(680px, calc(100% - 48px));
  margin: 0 auto;
  padding: 52px 0 64px;
}
.summary-slide h1 { color: var(--burgundy); font-size: clamp(58px, 8vw, 104px); }
.summary-intro { max-width: 660px; font-size: 16px; line-height: 1.5; }
.summary-eyebrow { color: var(--burgundy); }
.summary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 38px; }
.summary-column { border-top: 2px solid var(--burgundy); padding-top: 16px; }
.summary-column h2 { margin: 0 0 15px; font-family: var(--display); color: var(--burgundy); font-style: italic; text-transform: uppercase; }
.summary-list { display: grid; gap: 10px; }
.summary-item { background: rgba(255,255,255,.38); padding: 13px; border-left: 4px solid var(--gold); }
.summary-item strong { display: block; font-size: 12px; line-height: 1.35; }
.summary-item span { display: block; margin-top: 5px; font-size: 10px; color: rgba(45,32,14,.62); text-transform: uppercase; }
.summary-empty { color: rgba(45, 32, 14, 0.6); font-size: 13px; }
.summary-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 36px; }
.copy-button {
  border: 0;
  background: var(--burgundy);
  color: white;
  min-height: 44px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 3px;
  font-weight: 700;
  cursor: pointer;
}
.reset-button { border: 0; background: transparent; color: var(--burgundy); text-decoration: underline; cursor: pointer; }

.deck-controls {
  background: var(--cream);
  border-top: 1px solid rgba(45, 32, 14, 0.18);
  display: grid;
  grid-template-columns: 48px minmax(0, 560px) 48px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 12px 24px;
  position: relative;
  z-index: 5;
}
.nav-button { width: 46px; height: 46px; border-radius: 50%; }
.nav-button:disabled { opacity: .35; cursor: not-allowed; }
.nav-button-next { background: var(--burgundy); border-color: var(--burgundy); color: white; }
.nav-button-next:hover { background: var(--burgundy-dark); color: white; }
.progress-meta { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.progress-track { height: 3px; background: rgba(45, 32, 14, 0.15); margin-top: 9px; }
.progress-track span { display: block; height: 100%; background: var(--burgundy); width: 10%; transition: width 240ms ease; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 92px;
  transform: translate(-50%, 16px);
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 3px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 10;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .topbar { grid-template-columns: 130px 1fr auto; }
  .topbar-center { justify-content: flex-start; }
  .sync-status { display: none; }
  .cover-stats { position: static; margin-top: 48px; }
}

@media (max-width: 680px) {
  .app-shell { grid-template-rows: 58px minmax(0, 1fr) 68px; }
  .topbar { grid-template-columns: 108px 1fr auto; gap: 10px; padding: 8px 14px; }
  .brand-button { width: 104px; }
  .brand-button img { width: 102px; height: 34px; }
  .review-label { font-size: 17px; }
  .decision-count { display: none; }
  .icon-button { width: 34px; height: 34px; }
  .cover-inner, .summary-slide { width: calc(100% - 36px); }
  .cover-inner { padding: 40px 0 54px; }
  .cover-slide h1 { font-size: clamp(56px, 18vw, 82px); }
  .cover-stats { grid-template-columns: repeat(3, 1fr); }
  .decision-copy { padding: 32px 18px 26px; }
  .decision-copy h1 { font-size: clamp(44px, 13vw, 65px); }
  .decision-question { font-size: 17px; }
  .visual-frame { grid-template-columns: 1fr; }
  .visual-caption { min-height: 0; }
  .approval-panel { padding: 30px 18px 36px; }
  .brief-evidence { padding: 0 18px 8px; }
  .brief-continue { padding: 0 18px 38px; }
  .response-intro { padding: 32px 18px 28px; }
  .decision-evidence { padding: 28px 18px 16px; }
  .task-details { padding: 0 18px 38px; }
  .decision-action { min-height: 58px; }
  .channel-art { min-height: 200px; padding: 20px; }
  .dates-art { grid-template-columns: 1fr; }
  .summary-grid { grid-template-columns: 1fr; }
  .deck-controls { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 12px; padding: 10px 14px; }
  .nav-button { width: 42px; height: 42px; }
  [data-tooltip]::after { display: none; }
}
