:root {
  --paper: #f7f8f3;
  --surface: #fff;
  --ink: #29332b;
  --muted: #606e59;
  --line: #e2e7dc;
  --green: #526b42;
  --green-soft: #edf3e6;
  --coral: #d9704f;
  --warm: #f7eadc;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: "DM Sans", sans-serif;
  --heading: "Manrope", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
p,
blockquote {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
button,
a,
select {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #da9875;
  outline-offset: 4px;
}
::selection {
  background: #e8cfb6;
  color: #28302a;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  padding: 12px;
  background: var(--ink);
  color: #fff;
  z-index: 90;
}
.skip-link:focus {
  top: 10px;
}
.sr-only {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.mini-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 650;
  line-height: 1.7;
  color: #607052;
}
.sample-banner {
  position: relative;
  z-index: 40;
  min-height: 35px;
  padding: 9px 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #efe5d3;
  color: #76634a;
  font-size: 10px;
}
.sample-banner strong {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
}
.sample-dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #ad8054;
}
.sample-banner > a {
  margin-left: auto;
  font-size: 10px;
}
.sample-banner > a:hover {
  text-decoration: underline;
}
.report-app {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  min-height: calc(100vh - 35px);
}
.report-sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100vh;
  background: #29372e;
  color: #e9eee4;
  padding: 30px 18px 22px;
  display: flex;
  flex-direction: column;
}
.report-wordmark {
  display: flex;
  align-items: center;
  white-space: nowrap;
  letter-spacing: -1.1px;
  font-size: 21px;
  font-weight: 650;
  margin: 0 6px 47px;
}
.report-wordmark img {
  margin-right: 7px;
}
.report-wordmark > span {
  color: #e59a77;
}
.workspace-label {
  font-size: 10px;
  letter-spacing: 1.35px;
  color: #9dab94;
  margin: 0 12px 16px;
}
.report-nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.report-nav button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 11px;
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  background: transparent;
  color: #c0cbb9;
  border-radius: 5px;
  font-size: 10px;
  min-height: 42px;
  transition:
    background 0.25s,
    color 0.25s;
}
.report-nav button:hover {
  background: #344537;
  color: #f5f6f0;
}
.report-nav button.active {
  background: #405140;
  color: #fff;
  border-color: #52634a;
}
.nav-symbol {
  font-size: 18px;
  width: 18px;
  font-weight: 400;
  line-height: 1;
}
.nav-chevron {
  margin-left: auto;
  color: #d7b292;
  font-size: 15px;
}
.nav-count {
  margin-left: auto;
  border-radius: 3px;
  font-size: 10px;
  background: #ffffff0c;
  padding: 0 5px;
  color: #bdc9b5;
}
.workspace-role {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 28px 8px;
  padding-top: 24px;
  border-top: 1px solid #ffffff17;
}
.workspace-role-icon {
  height: 28px;
  width: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #637359;
  border-radius: 4px;
  color: #cbd4bc;
  font-family: Georgia, serif;
  font-size: 18px;
}
.workspace-role > div {
  display: flex;
  flex-direction: column;
}
.workspace-role strong {
  font-size: 10px;
  font-weight: 500;
}
.workspace-role > div > span {
  font-size: 10px;
  color: #9eaf93;
  margin-top: 2px;
}
.workspace-lock {
  font-size: 12px;
  margin-left: auto;
  color: #8e9f85;
}
.sidebar-bottom {
  margin: auto 8px 0;
  border-top: 1px solid #ffffff17;
  padding-top: 26px;
}
.sidebar-spark {
  font-size: 27px;
  color: #dba785;
}
.sidebar-bottom h2 {
  font-family: var(--heading);
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: -0.5px;
  font-weight: 450;
  margin: 8px 0;
}
.sidebar-bottom p {
  font-size: 10px;
  color: #acbda1;
  line-height: 1.85;
}
.sidebar-bottom > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e4c4a2;
  color: #33432e;
  border: 1px solid #edcca7;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 10px;
  font-weight: 550;
  margin-top: 17px;
  transition:
    background 0.2s,
    transform 0.3s var(--ease);
}
.sidebar-bottom > a:hover {
  background: #f0d3b4;
  transform: translateY(-2px);
}
.sidebar-bottom > a > span {
  font-size: 17px;
}
.sidebar-fine {
  display: block;
  color: #8fa382;
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
}
.report-page {
  min-width: 0;
}
.report-toolbar {
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 36px;
  border-bottom: 1px solid var(--line);
  background: #fcfcf8;
}
.report-breadcrumb {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 10px;
  color: #919888;
}
.report-breadcrumb strong {
  font-weight: 500;
  color: #65725d;
}
.toolbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.report-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 38px;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid var(--line);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  transition:
    background 0.25s,
    transform 0.3s var(--ease),
    box-shadow 0.3s;
}
.report-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #24372308;
}
.report-button > span {
  font-size: 16px;
  line-height: 1;
}
.subtle-button {
  background: #fff;
  color: #596a4c;
}
.subtle-button:hover {
  background: #f1f4ec;
}
.primary-button {
  background: #33462e;
  color: #fff;
  border-color: #33462e;
}
.primary-button:hover {
  background: #4b6141;
}
.report-content {
  max-width: 1260px;
  margin: 0 auto;
  padding: 35px 38px 24px;
  outline: none !important;
}
.role-context {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 37px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--line);
}
.company-monogram {
  position: relative;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #e9ecd9;
  border: 1px solid #dce0c9;
  border-radius: 8px;
  font-family: Georgia, serif;
  font-size: 31px;
  color: #637346;
}
.company-monogram > span {
  position: absolute;
  font-family: var(--font);
  font-size: 12px;
  right: 5px;
  top: 3px;
  color: #a89b61;
}
.role-context .mini-label {
  font-size: 10px;
  letter-spacing: 1.1px;
}
.role-context h1 {
  font-family: var(--heading);
  font-size: 23px;
  font-weight: 550;
  letter-spacing: -0.8px;
  margin: 2px 0 4px;
  line-height: 1.5;
}
.role-meta {
  font-size: 10px;
  color: #8a9280;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.role-brief-link {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: none;
  padding: 9px 0;
  font-size: 10px;
  margin-left: auto;
  white-space: nowrap;
  color: #68795a;
}
.role-brief-link:hover {
  color: var(--coral);
}
.role-brief-link span {
  font-size: 17px;
}
.view-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 25px;
}
.view-heading .mini-label {
  font-size: 10px;
  margin-bottom: 11px;
}
.view-heading h2 {
  font-family: var(--heading);
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -1.65px;
  line-height: 1.2;
}
.view-heading h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  font-style: italic;
  color: #a77650;
}
.document-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 10px;
  padding: 6px 9px;
  border-radius: 4px;
  border: 1px solid #dce2d3;
  background: #f1f4eb;
  color: #7a896a;
  margin-bottom: 4px;
}
.document-badge span {
  height: 4px;
  width: 4px;
  background: #829b68;
  border-radius: 50%;
}
.muted-label {
  font-size: 10px;
  letter-spacing: 0.8px;
  color: #8f9785;
  white-space: nowrap;
}
.report-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
  margin-bottom: 25px;
}
.report-stats > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 19px;
  border-right: 1px solid var(--line);
}
.report-stats > div:last-child {
  border-right: 0;
}
.stat-symbol {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 18px;
  width: 28px;
  height: 28px;
  border: 1px solid #e1e7d8;
  border-radius: 50%;
  color: #728960;
  background: #f4f7ed;
}
.stat-symbol.amber {
  background: #fcf4e7;
  border-color: #edddc5;
  color: #b68b4f;
}
.stat-symbol.grey {
  background: #f4f5f1;
  border-color: #e5e8df;
  color: #949d87;
}
.report-stats strong {
  font-family: var(--heading);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.2;
}
.report-stats p {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
}
.report-stats p span {
  display: block;
  font-size: 10px;
  color: #8a9580;
  font-weight: 400;
}
.decision-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  border: 1px solid #e4ddcc;
  border-radius: 6px;
  background: #f1ede2;
  overflow: hidden;
  margin-bottom: 33px;
}
.decision-copy {
  padding: 25px 29px;
}
.decision-copy > .mini-label {
  font-size: 10px;
  letter-spacing: 1px;
  color: #8f7d62;
  display: flex;
  gap: 8px;
  align-items: center;
}
.decision-copy > .mini-label span {
  font-size: 18px;
  color: #b08861;
  line-height: 1;
}
.decision-copy h3 {
  font-family: var(--heading);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.9px;
  margin: 15px 0 13px;
}
.decision-copy > p:not(.mini-label) {
  font-size: 11px;
  color: #7e806f;
  line-height: 1.85;
  max-width: 470px;
}
.inline-action {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  background: none;
  border: 0;
  font-size: 10px;
  font-weight: 550;
  color: #5c704b;
  line-height: 1.6;
}
.inline-action:hover {
  color: var(--coral);
}
.inline-action > span {
  font-size: 17px;
  transition: transform 0.3s var(--ease);
}
.inline-action:hover > span {
  transform: translate(2px, -2px);
}
.decision-copy .inline-action {
  margin-top: 20px;
  color: #826a4f;
}
.decision-note {
  margin: 24px 26px 24px 10px;
  border-left: 1px solid #ddd7c4;
  padding: 15px 0 15px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.note-label {
  font-size: 10px;
  letter-spacing: 1px;
  color: #a08a6b;
}
.decision-note > p {
  font-family: Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
  color: #7a6a50;
  margin: 15px 0;
}
.decision-note > span:last-child {
  font-size: 10px;
  color: #9a8a70;
}
.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 18px;
}
.section-title-row h3 {
  font-family: var(--heading);
  font-size: 17px;
  font-weight: 550;
  letter-spacing: -0.45px;
}
.section-title-row p {
  font-size: 10px;
  color: #8b9580;
  margin-top: 3px;
}
.candidate-table-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.candidate-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  table-layout: fixed;
}
.candidate-table th {
  font-size: 6.5px;
  letter-spacing: 0.9px;
  color: #929b86;
  font-weight: 500;
  background: #fcfdf9;
  padding: 14px 15px;
  border-bottom: 1px solid var(--line);
  line-height: 1.6;
}
.candidate-table th:first-child {
  width: 29%;
}
.candidate-table th:nth-child(2) {
  width: 26%;
}
.candidate-table th:nth-child(3) {
  width: 26%;
}
.candidate-table th:last-child {
  width: 19%;
}
.candidate-table td {
  padding: 17px 15px;
  font-size: 10px;
  color: #7b8770;
  line-height: 1.85;
  border-bottom: 1px solid #edf0e7;
  vertical-align: middle;
}
.candidate-table tr:last-child td {
  border-bottom: 0;
}
.candidate-table tbody tr {
  transition: background 0.2s;
}
.candidate-table tbody tr:hover {
  background: #fafcf5;
}
.table-person {
  display: flex;
  align-items: center;
  gap: 9px;
  text-align: left;
  border: 0;
  background: none;
  padding: 0;
  width: 100%;
}
.table-rank {
  font-size: 10px;
  color: #a8af9d;
  margin-right: 2px;
}
.person-avatar {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
  background: #ede8dd;
  color: #7c705a;
}
.avatar-priya {
  background: #f4e2d2;
  color: #886240;
}
.avatar-marcus {
  background: #e7e6ee;
  color: #766c8d;
}
.avatar-leila {
  background: #e5eddc;
  color: #74885d;
}
.avatar-james {
  background: #e1e9ed;
  color: #66808b;
}
.avatar-tomas {
  background: #ebe5dd;
  color: #8a7967;
}
.table-person strong {
  font-size: 10px;
  color: #4d5b42;
  font-weight: 550;
  display: block;
  line-height: 1.5;
}
.table-person small {
  font-size: 10px;
  color: #9aa28e;
  display: block;
  margin-top: 2px;
  line-height: 1.5;
}
.verdict {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  font-size: 10px;
  border-radius: 3px;
  padding: 4px 7px;
  background: #f0f3eb;
  color: #718260;
  line-height: 1.5;
  font-weight: 500;
}
.verdict > span {
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.verdict.green {
  background: #edf4e5;
  color: #627d48;
}
.verdict.amber {
  background: #fbf1dd;
  color: #ad8644;
}
.verdict.neutral {
  background: #f0f1ec;
  color: #929b84;
}
.verdict-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
}
.verdict-button > span:last-child {
  font-size: 14px;
  color: #a9b49e;
}
.insight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
  margin-top: 24px;
}
.insight-card {
  display: flex;
  gap: 15px;
  background: #edf2e5;
  border: 1px solid #dee6d1;
  border-radius: 6px;
  padding: 23px;
}
.insight-card.warm {
  background: #f4ecdf;
  border-color: #e7dcc9;
}
.insight-icon {
  font-size: 25px;
  color: #7a8e61;
  line-height: 1.2;
}
.warm .insight-icon {
  color: #a78c65;
}
.insight-card .mini-label {
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
.insight-card h3 {
  font-family: var(--heading);
  font-size: 15px;
  font-weight: 550;
  letter-spacing: -0.4px;
  line-height: 1.5;
  margin-bottom: 9px;
}
.insight-card p:not(.mini-label) {
  font-size: 10px;
  color: #869276;
  line-height: 1.85;
}
.warm p:not(.mini-label) {
  color: #a08f76;
}
.insight-card .inline-action {
  margin-top: 13px;
  font-size: 10px;
}
.warm .inline-action {
  color: #937954;
}
.unknowns {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 17px 20px;
  background: #f1f3ed;
  border: 1px solid #e3e8da;
  border-radius: 5px;
  margin-top: 24px;
}
.unknowns > span {
  font-size: 17px;
  line-height: 1.5;
  color: #8f9f7e;
}
.unknowns strong {
  font-size: 10px;
  font-weight: 500;
  color: #758765;
}
.unknowns p {
  font-size: 10px;
  line-height: 1.85;
  color: #909b85;
  margin-top: 3px;
}
.report-footer {
  border-top: 1px solid var(--line);
  margin-top: 35px;
  padding: 19px 0 0;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: #a0a892;
}
.report-footer > a {
  color: #7c8c6c;
  font-size: 10px;
  white-space: nowrap;
}
.report-footer > a > span {
  margin-left: 8px;
}
.evidence-workspace {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.candidate-picker {
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: sticky;
  top: 25px;
  padding: 7px;
  background: #f0f3eb;
  border: 1px solid #e1e6d6;
  border-radius: 6px;
}
.candidate-pick {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 12px 8px;
  background: transparent;
  transition: background 0.25s;
}
.candidate-pick:hover {
  background: #f9fbf5;
}
.candidate-pick.selected {
  background: #fff;
  border-color: #dce5d0;
  box-shadow: 0 2px 5px #2b412b04;
}
.candidate-pick .person-avatar {
  width: 28px;
  height: 28px;
  font-size: 10px;
}
.candidate-pick strong {
  font-size: 10px;
  font-weight: 550;
  display: block;
  line-height: 1.6;
}
.candidate-pick small {
  font-size: 10px;
  color: #91a17f;
  display: block;
  margin-top: 2px;
}
.pick-index {
  margin-left: auto;
  font-size: 10px;
  color: #a9b69a;
}
.candidate-detail {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  padding: 26px;
  min-width: 0;
  animation: content-in 0.35s var(--ease) both;
}
.detail-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
}
.detail-identity {
  display: flex;
  gap: 12px;
  align-items: center;
}
.detail-identity > .person-avatar {
  width: 42px;
  height: 42px;
  font-size: 13px;
}
.detail-identity .mini-label {
  font-size: 10px;
  letter-spacing: 0.8px;
  margin-bottom: 4px;
}
.detail-identity h3 {
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 550;
  letter-spacing: -0.9px;
  line-height: 1.4;
}
.detail-identity p:not(.mini-label) {
  font-size: 10px;
  color: #95a18b;
  margin-top: 3px;
}
.detail-thesis {
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
  margin: 24px 0 0;
}
.detail-thesis h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 9px;
}
.detail-thesis p {
  font-size: 11px;
  color: #87957b;
  line-height: 1.9;
}
.detail-tabs {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--line);
}
.detail-tabs button {
  position: relative;
  padding: 18px 0 15px;
  border: 0;
  background: none;
  font-size: 10px;
  font-weight: 500;
  color: #98a48c;
  white-space: nowrap;
}
.detail-tabs button[aria-selected="true"] {
  color: #556c42;
}
.detail-tabs button[aria-selected="true"]:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #829969;
  animation: line-in 0.3s var(--ease);
}
.detail-tabs button > span {
  font-size: 10px;
  padding: 2px 4px;
  background: #f3f6ed;
  border-radius: 3px;
  margin-left: 4px;
  color: #9fab8f;
}
.detail-tabs > a {
  margin-left: auto;
  font-size: 10px;
  color: #8a9b79;
  white-space: nowrap;
}
.detail-tabs > a span {
  margin-left: 3px;
  font-size: 12px;
}
.candidate-reason {
  margin-bottom: 22px;
}
.candidate-reason > .mini-label {
  font-size: 10px;
  margin-bottom: 8px;
}
.candidate-reason > p:last-child {
  font-size: 11px;
  line-height: 1.9;
  color: #7c8c6e;
}
.evidence-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.evidence-card {
  border: 1px solid #e3e9da;
  border-radius: 5px;
  padding: 19px;
  background: #fcfdf9;
  transition:
    border-color 0.2s,
    box-shadow 0.3s;
}
.evidence-card:hover {
  border-color: #c8d4b8;
  box-shadow: 0 5px 14px #263d2204;
}
.evidence-card-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}
.evidence-number {
  font-size: 10px;
  color: #b1baa7;
}
.evidence-card-top .mini-label {
  font-size: 10px;
  letter-spacing: 1px;
}
.evidence-tag {
  font-size: 10px;
  color: #9cac8b;
  border: 1px solid #e0e7d6;
  border-radius: 3px;
  margin-left: auto;
  padding: 2px 5px;
}
.evidence-card h4 {
  font-size: 13px;
  font-weight: 550;
  line-height: 1.5;
  margin-bottom: 12px;
}
.evidence-card blockquote {
  border-left: 2px solid #c6d3b4;
  padding: 11px 14px;
  background: #f1f5e9;
  border-radius: 0 3px 3px 0;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.8;
  color: #5e7050;
}
.evidence-interpretation {
  display: flex;
  gap: 9px;
  font-size: 10px;
  color: #8f9c81;
  line-height: 1.9;
  margin: 13px 0;
}
.evidence-interpretation > span {
  color: #b6926d;
  font-size: 19px;
  flex-shrink: 0;
  line-height: 1.4;
}
.source-button {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #e1e8d7;
  background: #fff;
  padding: 8px 10px;
  color: #8ca076;
  font-size: 10px;
  border-radius: 3px;
  text-align: left;
  transition:
    background 0.2s,
    border-color 0.2s;
  width: 100%;
  line-height: 1.5;
}
.source-button:hover {
  background: #f0f5e8;
  border-color: #bccca6;
}
.source-button > span:first-child {
  font-size: 13px;
}
.source-button > span:last-child {
  font-size: 12px;
  margin-left: auto;
}
.candidate-condition {
  display: flex;
  gap: 12px;
  padding: 16px;
  background: #f7efe2;
  border: 1px solid #eadfc9;
  border-radius: 4px;
  margin-top: 24px;
}
.candidate-condition > span {
  font-size: 22px;
  color: #b5976d;
  line-height: 1.5;
}
.candidate-condition strong {
  font-size: 10px;
  color: #9d815d;
  font-weight: 500;
}
.candidate-condition p {
  font-size: 10px;
  line-height: 1.85;
  color: #a59174;
  margin-top: 4px;
}
.call-plan-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 23px;
}
.call-plan-intro .mini-label {
  font-size: 10px;
}
.call-plan-intro h3 {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  font-weight: 500;
  margin: 8px 0;
}
.call-plan-intro p:not(.mini-label) {
  font-size: 10px;
  color: #93a083;
  line-height: 1.85;
}
.call-plan-intro > .report-button {
  font-size: 10px;
  padding: 8px 10px;
  min-height: 32px;
  gap: 6px;
}
.question-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.question-item {
  display: flex;
  gap: 15px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.question-item:last-child {
  padding-bottom: 0;
}
.question-index {
  display: grid;
  place-items: center;
  align-self: flex-start;
  flex-shrink: 0;
  font-size: 10px;
  color: #94a77d;
  background: #edf3e5;
  border: 1px solid #dfe8d2;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.question-time {
  font-size: 10px;
  color: #b09a79;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.question-body h4 {
  font-size: 13px;
  font-weight: 550;
  line-height: 1.5;
  margin: 4px 0 12px;
}
.question-body blockquote {
  font-family: Georgia, serif;
  font-size: 17px;
  color: #637c4c;
  line-height: 1.65;
  margin-bottom: 15px;
}
.listen-for {
  background: #f1f5e9;
  border: 1px solid #e7eddc;
  padding: 13px;
  border-radius: 4px;
}
.listen-for > span {
  font-size: 10px;
  letter-spacing: 1px;
  color: #95a780;
  font-weight: 500;
}
.listen-for p {
  font-size: 10px;
  line-height: 1.85;
  color: #859975;
  margin-top: 4px;
}
.follow-up {
  font-size: 10px;
  color: #9ca98f;
  line-height: 1.85;
  margin-top: 10px;
}
.follow-up strong {
  color: #8c9d7a;
  font-weight: 550;
  margin-right: 5px;
}
.compare-intro {
  font-size: 12px;
  color: #909d81;
  max-width: 660px;
  margin: -7px 0 23px;
  line-height: 1.9;
}
.compare-controls {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 23px;
  max-width: 650px;
}
.compare-controls > div {
  flex: 1;
}
.compare-controls label {
  display: block;
  font-size: 10px;
  color: #879777;
  margin-bottom: 7px;
}
.compare-controls > span {
  font-size: 23px;
  color: #abb89b;
  margin-top: 17px;
}
.compare-controls select {
  width: 100%;
  background: #fff;
  border: 1px solid #dce5cf;
  border-radius: 4px;
  padding: 11px 12px;
  font-size: 12px;
  color: #6a7f57;
  min-height: 43px;
}
.comparison-wrap {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: left;
}
.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid #e9eee0;
  padding: 19px 22px;
  font-size: 11px;
  vertical-align: top;
  line-height: 1.8;
}
.comparison-table th {
  width: 28%;
  font-weight: 500;
  color: #809370;
}
.comparison-table td {
  width: 36%;
  border-left: 1px solid #e9eee0;
}
.comparison-table thead th {
  border-left: 1px solid #e9eee0;
  background: #fcfdf9;
  vertical-align: middle;
}
.comparison-table thead th:first-child {
  border-left: 0;
}
.compare-identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.compare-identity > .person-avatar {
  width: 37px;
  height: 37px;
  font-size: 11px;
}
.compare-identity h3 {
  font-family: var(--heading);
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #526846;
}
.compare-identity > .verdict {
  font-size: 10px;
}
.comparison-table .mini-label {
  font-size: 10px;
}
.comparison-table .comparison-prose td {
  font-size: 11px;
  color: #8b9e7b;
  line-height: 1.9;
}
.comparison-table tr:last-child > * {
  border-bottom: 0;
}
.comparison-table .inline-action {
  font-size: 10px;
  color: #7d955f;
}
.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.method-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 25px;
}
.method-card > span {
  display: block;
  font-size: 10px;
  color: #b8a383;
  margin-bottom: 22px;
}
.method-card h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 1.5;
  margin-bottom: 13px;
}
.method-card p {
  font-size: 11px;
  line-height: 1.9;
  color: #92a081;
}
.method-detail {
  padding: 28px;
  margin-top: 23px;
  border: 1px solid #dfe8d1;
  background: #edf3e5;
  border-radius: 6px;
}
.method-detail h3 {
  font-family: var(--heading);
  font-size: 24px;
  letter-spacing: -0.7px;
  font-weight: 500;
  margin: 13px 0;
}
.method-detail > p:not(.mini-label) {
  font-size: 12px;
  color: #8a9b77;
  line-height: 1.9;
  max-width: 850px;
}
.method-detail .inline-action {
  margin-top: 22px;
}
.method-disclosure {
  padding: 25px 0 0;
  max-width: 850px;
}
.method-disclosure strong {
  font-size: 11px;
  font-weight: 500;
  color: #8e9a7f;
}
.method-disclosure p {
  font-size: 10px;
  color: #a5af98;
  line-height: 1.9;
  margin-top: 9px;
}
.source-dialog {
  position: fixed;
  inset: 0 0 0 auto;
  margin: 0;
  border: 0;
  border-left: 1px solid #e2e8d9;
  max-height: 100dvh;
  height: 100dvh;
  max-width: min(570px, 100vw);
  width: 570px;
  padding: 27px 32px;
  background: #fafbf7;
  color: var(--ink);
  box-shadow: -25px 0 80px #17241715;
}
.source-dialog[open] {
  animation: drawer-in 0.4s var(--ease) both;
}
.source-dialog::backdrop {
  background: #17291b55;
  backdrop-filter: blur(3px);
}
.dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
  margin-bottom: 31px;
}
.dialog-top > .mini-label {
  font-size: 10px;
  color: #8c9d7a;
}
.dialog-close {
  display: grid;
  place-items: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  width: 34px;
  height: 34px;
  border: 1px solid #e2e8d7;
  background: #fff;
  border-radius: 50%;
  color: #9dac8c;
}
.dialog-close:hover {
  background: #eaf1e1;
}
.source-dialog h2 {
  font-family: var(--heading);
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 1.35;
  font-weight: 500;
}
.dialog-context {
  font-size: 11px;
  color: #9daa8d;
  line-height: 1.8;
  margin-top: 10px;
}
.source-paper {
  padding: 25px;
  background: #fff;
  border: 1px solid #e1e7d7;
  border-radius: 5px;
  box-shadow: 0 7px 18px #28432004;
  margin: 27px 0;
}
.paper-header {
  font-size: 10px;
  color: #a3b08f;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e8eedd;
  padding-bottom: 17px;
  margin-bottom: 21px;
}
.paper-header > span {
  font-size: 17px;
}
.source-paper .mini-label {
  font-size: 10px;
}
.source-paper blockquote {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.9;
  color: #789263;
  background: linear-gradient(transparent 60%, #edf3df 60%);
  margin: 13px 0 20px;
}
.source-end {
  font-size: 10px;
  letter-spacing: 1px;
  color: #b4bea6;
}
.source-meaning .mini-label {
  font-size: 10px;
  color: #94a77c;
  margin-bottom: 10px;
}
.source-meaning > p:not(.mini-label) {
  font-size: 12px;
  line-height: 1.9;
  color: #99a88b;
}
.source-caution {
  border: 1px solid #e9dfcc;
  background: #f7efe1;
  padding: 15px 17px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1.85;
  color: #b39870;
  margin-top: 24px;
}
.dialog-source-link {
  margin-top: 24px;
  width: 100%;
  font-size: 11px;
  min-height: 45px;
}
.dialog-lede {
  font-size: 13px;
  line-height: 1.9;
  color: #95a781;
  margin: 20px 0;
}
.role-requirements {
  padding: 22px;
  background: #f0f5e8;
  border: 1px solid #e0e9d1;
  border-radius: 4px;
  margin: 24px 0;
}
.role-requirements .mini-label {
  font-size: 10px;
}
.role-requirements ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}
.role-requirements li {
  font-size: 11px;
  line-height: 1.8;
  color: #95a882;
  padding: 7px 0;
  display: flex;
  gap: 9px;
}
.role-requirements li:before {
  content: "✓";
  color: #9aaa89;
}
.tradeoff-step {
  padding: 22px;
  background: #f3f4ed;
  border: 1px solid #e2e7d8;
  border-radius: 5px;
  margin-top: 23px;
}
.tradeoff-step > span {
  font-size: 10px;
  letter-spacing: 1px;
  color: #9ca88b;
}
.tradeoff-step h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px 0;
}
.tradeoff-step p {
  font-size: 11px;
  line-height: 1.85;
  color: #9cab8b;
}
.tradeoff-arrow {
  text-align: center;
  font-size: 24px;
  color: #b3bd9c;
  margin: 11px 0;
}
.tradeoff-step.revised {
  background: #f4ecdf;
  border-color: #e8dcc5;
  margin-top: 0;
}
.revised p,
.revised > span {
  color: #b09672;
}
.report-toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  max-width: calc(100vw - 30px);
  background: #344b2d;
  color: #edf4e3;
  border: 1px solid #71875a;
  border-radius: 5px;
  padding: 14px 23px;
  font-size: 12px;
  box-shadow: 0 6px 25px #18331422;
}
@keyframes content-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes drawer-in {
  from {
    opacity: 0.5;
    transform: translateX(35px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes line-in {
  from {
    transform: scaleX(0.3);
    opacity: 0;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .report-view:not([hidden]) {
    animation: content-in 0.45s var(--ease) both;
  }
  #detail-panel {
    animation: content-in 0.3s var(--ease) both;
  }
}
@media (min-width: 1600px) {
  .report-content {
    padding-top: 45px;
  }
  .report-toolbar {
    padding-inline: 55px;
  }
  .report-stats p {
    font-size: 11px;
  }
  .candidate-table td {
    font-size: 11px;
  }
  .candidate-table th {
    font-size: 10px;
  }
  .table-person strong {
    font-size: 12px;
  }
  .table-person small {
    font-size: 10px;
  }
  .verdict {
    font-size: 10px;
  }
  .detail-thesis p,
  .candidate-reason > p:last-child {
    font-size: 13px;
  }
  .evidence-card h4 {
    font-size: 15px;
  }
  .evidence-card blockquote {
    font-size: 16px;
  }
  .evidence-interpretation {
    font-size: 12px;
  }
  .source-button {
    font-size: 10px;
  }
  .detail-identity p:not(.mini-label) {
    font-size: 10px;
  }
}
@media (max-width: 1250px) {
  .report-app {
    grid-template-columns: 205px minmax(0, 1fr);
  }
  .report-sidebar {
    padding-inline: 12px;
  }
  .report-wordmark {
    font-size: 20px;
  }
  .report-content {
    padding: 30px 25px 22px;
  }
  .report-toolbar {
    padding-inline: 25px;
  }
  .report-stats > div {
    padding: 17px 13px;
    gap: 9px;
  }
  .report-stats p span {
    font-size: 10px;
  }
  .stat-symbol {
    display: none;
  }
  .candidate-table th,
  .candidate-table td {
    padding-inline: 12px;
  }
  .table-rank {
    display: none;
  }
  .table-person {
    gap: 7px;
  }
  .table-person .person-avatar {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }
  .candidate-table .verdict {
    font-size: 10px;
    padding: 4px 5px;
    gap: 3px;
  }
  .verdict-button > span:last-child {
    display: none;
  }
  .candidate-table th:first-child {
    width: 29%;
  }
  .candidate-table th:nth-child(2) {
    width: 25%;
  }
  .candidate-table th:nth-child(3) {
    width: 26%;
  }
  .candidate-table th:last-child {
    width: 20%;
  }
  .decision-copy {
    padding: 24px;
  }
  .decision-note {
    padding-left: 22px;
    margin-right: 23px;
  }
  .decision-note > p {
    font-size: 18px;
  }
  .insight-card {
    padding: 20px;
    gap: 12px;
  }
  .evidence-workspace {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 18px;
  }
  .candidate-picker {
    padding: 5px;
  }
  .candidate-pick {
    gap: 6px;
    padding: 12px 6px;
  }
  .candidate-pick strong {
    font-size: 10px;
  }
  .pick-index {
    display: none;
  }
  .candidate-detail {
    padding: 22px;
  }
  .detail-heading {
    flex-wrap: wrap;
    gap: 13px;
  }
  .detail-heading > .verdict {
    margin-left: 54px;
  }
  .detail-tabs {
    gap: 15px;
  }
  .detail-tabs button {
    font-size: 10px;
  }
  .detail-tabs button > span {
    display: none;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 17px;
  }
  .comparison-table .comparison-prose td {
    font-size: 10px;
  }
  .method-card {
    padding: 20px;
  }
  .method-card h3 {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .report-app {
    grid-template-columns: 180px minmax(0, 1fr);
  }
  .report-sidebar {
    padding: 25px 10px 20px;
  }
  .report-wordmark {
    font-size: 18px;
    margin-inline: 2px;
    letter-spacing: -0.9px;
  }
  .report-wordmark img {
    width: 23px;
    height: 23px;
    margin-right: 5px;
  }
  .report-nav button {
    font-size: 10px;
    gap: 9px;
    padding: 11px 9px;
  }
  .nav-count {
    display: none;
  }
  .workspace-label {
    font-size: 10px;
    margin-left: 10px;
  }
  .sidebar-bottom {
    margin-inline: 8px;
  }
  .sidebar-bottom h2 {
    font-size: 16px;
  }
  .sidebar-bottom p {
    font-size: 10px;
  }
  .sidebar-fine {
    font-size: 10px;
  }
  .report-toolbar {
    padding: 0 20px;
  }
  .report-breadcrumb {
    font-size: 10px;
    gap: 8px;
  }
  .report-button {
    font-size: 10px;
    padding: 9px 11px;
    gap: 8px;
  }
  .report-content {
    padding: 28px 22px;
  }
  .role-context {
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 30px;
    padding-bottom: 23px;
  }
  .role-context h1 {
    font-size: 21px;
  }
  .role-brief-link {
    font-size: 10px;
    gap: 5px;
  }
  .role-meta {
    font-size: 10px;
  }
  .view-heading h2 {
    font-size: 33px;
  }
  .document-badge {
    font-size: 10px;
    padding: 5px;
  }
  .report-stats {
    gap: 0;
  }
  .report-stats > div {
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
    padding: 15px;
  }
  .report-stats strong {
    font-size: 25px;
  }
  .report-stats p {
    font-size: 10px;
  }
  .report-stats p span {
    font-size: 10px;
    line-height: 1.6;
    margin-top: 2px;
  }
  .decision-card {
    grid-template-columns: 1fr;
  }
  .decision-copy {
    padding: 24px;
  }
  .decision-copy h3 br {
    display: none;
  }
  .decision-copy h3 {
    font-size: 24px;
  }
  .decision-note {
    margin: 0 24px 24px;
    padding: 17px 0 0;
    border-left: 0;
    border-top: 1px solid #ddd7c4;
  }
  .decision-note > p {
    font-size: 17px;
    line-height: 1.6;
    margin: 8px 0;
  }
  .decision-note > span:last-child {
    font-size: 10px;
  }
  .candidate-table th:first-child {
    width: 35%;
  }
  .candidate-table th:nth-child(2) {
    width: 39%;
  }
  .candidate-table th:nth-child(3),
  .candidate-table td:nth-child(3) {
    display: none;
  }
  .candidate-table th:last-child {
    width: 26%;
  }
  .candidate-table td {
    font-size: 10px;
    padding: 16px 11px;
  }
  .candidate-table th {
    font-size: 10px;
    letter-spacing: 0.6px;
    padding: 13px 11px;
  }
  .table-person strong {
    font-size: 10px;
  }
  .table-person small {
    font-size: 10px;
  }
  .insight-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .insight-card {
    padding: 21px;
  }
  .insight-card h3 {
    font-size: 16px;
  }
  .insight-card p:not(.mini-label) {
    font-size: 11px;
  }
  .unknowns p {
    font-size: 10px;
  }
  .report-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 10px;
  }
  .report-footer > a {
    font-size: 10px;
  }
  .evidence-workspace {
    grid-template-columns: 1fr;
  }
  .candidate-picker {
    position: static;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    padding: 7px;
    gap: 8px;
  }
  .candidate-pick {
    flex-shrink: 0;
    min-width: 146px;
    padding: 10px;
  }
  .candidate-pick strong {
    font-size: 10px;
  }
  .candidate-pick small {
    font-size: 10px;
  }
  .detail-heading > .verdict {
    margin-left: 0;
  }
  .detail-identity .mini-label {
    font-size: 10px;
  }
  .detail-identity h3 {
    font-size: 25px;
  }
  .detail-thesis h4 {
    font-size: 17px;
  }
  .detail-thesis p {
    font-size: 12px;
  }
  .detail-tabs button {
    font-size: 11px;
  }
  .detail-tabs > a {
    font-size: 10px;
  }
  .candidate-reason > p:last-child {
    font-size: 12px;
  }
  .evidence-card-top .mini-label {
    font-size: 10px;
  }
  .evidence-card h4 {
    font-size: 14px;
  }
  .evidence-card blockquote {
    font-size: 16px;
  }
  .evidence-interpretation {
    font-size: 11px;
  }
  .source-button {
    font-size: 10px;
  }
  .candidate-condition strong {
    font-size: 11px;
  }
  .candidate-condition p {
    font-size: 11px;
  }
  .view-heading > .muted-label {
    display: none;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 15px 12px;
    font-size: 10px;
  }
  .comparison-table th {
    width: 25%;
  }
  .comparison-table .verdict {
    font-size: 10px;
    white-space: normal;
  }
  .compare-identity h3 {
    font-size: 17px;
  }
  .comparison-table .comparison-prose td {
    font-size: 10px;
  }
  .comparison-table .mini-label {
    font-size: 10px;
  }
  .method-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .method-card {
    padding: 24px;
  }
  .method-card > span {
    margin-bottom: 12px;
  }
  .method-card h3 {
    font-size: 17px;
  }
  .method-card p {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .sample-banner {
    padding: 8px 17px;
    gap: 7px;
    min-height: 32px;
    font-size: 10px;
    flex-wrap: wrap;
  }
  .sample-banner strong {
    font-size: 10px;
    letter-spacing: 0.65px;
  }
  .sample-banner > span:not(.sample-dot) {
    display: none;
  }
  .sample-banner > a {
    font-size: 10px;
  }
  .report-app {
    display: block;
  }
  .report-sidebar {
    position: sticky;
    top: 0;
    height: auto;
    z-index: 30;
    padding: 14px 16px 0;
    background: #29372ef7;
    backdrop-filter: blur(15px);
  }
  .report-wordmark {
    font-size: 21px;
    margin: 0 0 14px;
    letter-spacing: -1px;
  }
  .report-wordmark img {
    width: 26px;
    height: 26px;
    margin-right: 7px;
  }
  .workspace-label,
  .workspace-role,
  .sidebar-bottom {
    display: none;
  }
  .report-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    padding-bottom: 11px;
  }
  .report-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    gap: 0;
    font-size: 10px;
    min-height: 38px;
    text-align: center;
    border-radius: 4px;
    white-space: normal;
    line-height: 1.5;
  }
  .nav-symbol,
  .nav-chevron,
  .nav-count {
    display: none;
  }
  .report-toolbar {
    padding: 15px 17px;
    height: auto;
    gap: 12px;
    background: #fcfcf8;
    align-items: center;
  }
  .report-breadcrumb {
    font-size: 10px;
    gap: 6px;
  }
  .report-breadcrumb > span:first-child {
    display: none;
  }
  .report-breadcrumb > span:nth-child(2) {
    display: none;
  }
  .toolbar-actions {
    gap: 8px;
  }
  .report-button {
    font-size: 10px;
    min-height: 36px;
    padding: 9px 10px;
    gap: 7px;
  }
  .report-button > span {
    font-size: 13px;
  }
  .report-content {
    padding: 27px 17px 23px;
  }
  .role-context {
    gap: 10px;
    margin-bottom: 28px;
    padding-bottom: 22px;
  }
  .company-monogram {
    width: 42px;
    height: 42px;
    font-size: 28px;
    border-radius: 6px;
  }
  .role-context h1 {
    font-size: 21px;
    letter-spacing: -0.65px;
    margin-top: 3px;
  }
  .role-context .mini-label {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
  .role-meta {
    font-size: 10px;
    gap: 5px;
    max-width: 245px;
    display: block;
  }
  .role-meta > span {
    margin: 0 4px;
  }
  .role-brief-link {
    margin-left: 52px;
    font-size: 10px;
    padding: 0;
    margin-top: 0;
  }
  .view-heading {
    display: block;
    margin-bottom: 21px;
  }
  .view-heading > .document-badge {
    display: inline-flex;
    margin-top: 14px;
  }
  .view-heading h2 {
    font-size: 34px;
    letter-spacing: -1.5px;
  }
  .view-heading .mini-label {
    font-size: 10px;
    letter-spacing: 1.1px;
    margin-bottom: 10px;
  }
  .report-stats {
    margin-bottom: 20px;
  }
  .report-stats > div {
    padding: 14px 10px;
    gap: 4px;
  }
  .report-stats strong {
    font-size: 25px;
  }
  .report-stats p {
    font-size: 10px;
  }
  .report-stats p span {
    font-size: 10px;
    line-height: 1.7;
  }
  .decision-copy {
    padding: 23px;
  }
  .decision-copy h3 {
    font-size: 26px;
    letter-spacing: -0.8px;
  }
  .decision-copy h3 br {
    display: block;
  }
  .decision-copy > p:not(.mini-label) {
    font-size: 12px;
    line-height: 1.9;
  }
  .decision-copy > .mini-label {
    font-size: 10px;
  }
  .decision-copy .inline-action {
    font-size: 11px;
    margin-top: 18px;
  }
  .decision-note {
    margin: 0 23px 23px;
    padding-top: 20px;
  }
  .note-label {
    font-size: 10px;
  }
  .decision-note > p {
    font-size: 19px;
    line-height: 1.65;
    margin: 13px 0;
  }
  .decision-note > span:last-child {
    font-size: 10px;
  }
  .section-title-row {
    gap: 12px;
    margin-bottom: 17px;
    align-items: flex-start;
  }
  .section-title-row h3 {
    font-size: 18px;
  }
  .section-title-row p {
    font-size: 10px;
    line-height: 1.8;
    margin-top: 5px;
    max-width: 245px;
  }
  .section-title-row .muted-label {
    font-size: 10px;
    letter-spacing: 0.4px;
    padding-top: 5px;
  }
  .candidate-table th:first-child {
    width: 60%;
  }
  .candidate-table th:nth-child(2),
  .candidate-table td:nth-child(2) {
    display: none;
  }
  .candidate-table th:last-child {
    width: 40%;
    text-align: right;
  }
  .candidate-table th {
    font-size: 10px;
    padding: 13px 14px;
  }
  .candidate-table td {
    padding: 17px 14px;
  }
  .table-person {
    gap: 9px;
  }
  .table-person .person-avatar {
    width: 31px;
    height: 31px;
    font-size: 10px;
  }
  .table-person strong {
    font-size: 11px;
  }
  .table-person small {
    font-size: 10px;
    line-height: 1.6;
  }
  .verdict-button {
    justify-content: flex-end;
  }
  .candidate-table .verdict {
    font-size: 10px;
    padding: 5px 6px;
  }
  .insight-grid {
    gap: 16px;
    margin-top: 20px;
  }
  .insight-card {
    padding: 22px;
    gap: 13px;
  }
  .insight-card .mini-label {
    font-size: 10px;
  }
  .insight-card h3 {
    font-size: 17px;
  }
  .insight-card p:not(.mini-label) {
    font-size: 12px;
    line-height: 1.85;
  }
  .insight-card .inline-action {
    font-size: 10px;
  }
  .unknowns {
    padding: 17px 15px;
    margin-top: 20px;
    gap: 10px;
  }
  .unknowns strong {
    font-size: 11px;
  }
  .unknowns p {
    font-size: 11px;
    line-height: 1.85;
    margin-top: 6px;
  }
  .report-footer {
    font-size: 10px;
    line-height: 1.8;
    padding-top: 17px;
    margin-top: 25px;
  }
  .report-footer > a {
    font-size: 10px;
  }
  .candidate-picker {
    margin-bottom: 0;
    padding: 6px;
    gap: 6px;
  }
  .candidate-pick {
    min-width: 150px;
    padding: 12px 9px;
  }
  .candidate-pick strong {
    font-size: 11px;
  }
  .candidate-pick small {
    font-size: 10px;
  }
  .candidate-detail {
    padding: 21px 18px;
  }
  .detail-heading {
    gap: 13px;
  }
  .detail-identity {
    gap: 10px;
  }
  .detail-identity > .person-avatar {
    height: 38px;
    width: 38px;
    font-size: 11px;
  }
  .detail-identity .mini-label {
    font-size: 10px;
  }
  .detail-identity h3 {
    font-size: 24px;
  }
  .detail-identity p:not(.mini-label) {
    font-size: 10px;
    line-height: 1.8;
    max-width: 205px;
  }
  .detail-heading > .verdict {
    margin-left: 48px;
    font-size: 10px;
  }
  .detail-thesis {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .detail-thesis h4 {
    font-size: 17px;
    line-height: 1.5;
  }
  .detail-thesis p {
    font-size: 12px;
    line-height: 1.9;
  }
  .detail-tabs {
    gap: 15px;
    margin-bottom: 21px;
    flex-wrap: wrap;
  }
  .detail-tabs button {
    font-size: 10px;
    padding: 16px 0 14px;
  }
  .detail-tabs > a {
    font-size: 10px;
    margin-left: auto;
  }
  .candidate-reason > .mini-label {
    font-size: 10px;
  }
  .candidate-reason > p:last-child {
    font-size: 12px;
    line-height: 1.9;
  }
  .evidence-card {
    padding: 17px 14px;
  }
  .evidence-card-top {
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .evidence-card-top .mini-label {
    font-size: 10px;
    letter-spacing: 0.7px;
  }
  .evidence-tag {
    font-size: 10px;
    padding: 2px 4px;
  }
  .evidence-card h4 {
    font-size: 14px;
  }
  .evidence-card blockquote {
    font-size: 16px;
    padding: 11px 12px;
    line-height: 1.85;
  }
  .evidence-interpretation {
    font-size: 11px;
    line-height: 1.9;
  }
  .source-button {
    font-size: 10px;
    min-height: 41px;
    padding: 9px 8px;
  }
  .candidate-condition {
    padding: 14px;
    gap: 10px;
  }
  .candidate-condition p {
    font-size: 11px;
  }
  .candidate-condition strong {
    font-size: 11px;
  }
  .call-plan-intro {
    display: block;
  }
  .call-plan-intro h3 {
    font-size: 18px;
  }
  .call-plan-intro p:not(.mini-label) {
    font-size: 12px;
  }
  .call-plan-intro > .report-button {
    font-size: 10px;
    margin-top: 15px;
    padding: 10px 12px;
    min-height: 38px;
  }
  .question-item {
    gap: 11px;
  }
  .question-index {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }
  .question-time {
    font-size: 10px;
  }
  .question-body h4 {
    font-size: 14px;
  }
  .question-body blockquote {
    font-size: 18px;
    line-height: 1.7;
  }
  .listen-for {
    padding: 12px;
  }
  .listen-for > span {
    font-size: 10px;
  }
  .listen-for p {
    font-size: 11px;
    line-height: 1.9;
  }
  .follow-up {
    font-size: 11px;
    line-height: 1.9;
  }
  .compare-intro {
    font-size: 12px;
    line-height: 1.9;
    margin: 0 0 20px;
  }
  .compare-controls {
    gap: 10px;
  }
  .compare-controls label {
    font-size: 10px;
  }
  .compare-controls select {
    font-size: 16px;
    padding: 9px 8px;
    min-height: 43px;
  }
  .compare-controls > span {
    font-size: 19px;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 13px 9px;
    font-size: 10px;
    line-height: 1.8;
    overflow-wrap: anywhere;
  }
  .comparison-table th {
    width: 27%;
  }
  .comparison-table td {
    width: 36.5%;
  }
  .comparison-table .mini-label {
    font-size: 10px;
    letter-spacing: 0.7px;
  }
  .comparison-table .verdict {
    font-size: 10px;
    gap: 3px;
    padding: 4px 5px;
  }
  .compare-identity {
    gap: 8px;
  }
  .compare-identity > .person-avatar {
    width: 31px;
    height: 31px;
    font-size: 10px;
  }
  .compare-identity h3 {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.4px;
  }
  .comparison-table .comparison-prose td {
    font-size: 10px;
    line-height: 1.9;
  }
  .comparison-table .inline-action {
    font-size: 10px;
    text-align: left;
  }
  .method-card {
    padding: 24px;
  }
  .method-card h3 {
    font-size: 18px;
  }
  .method-card p {
    font-size: 12px;
  }
  .method-detail {
    padding: 23px;
  }
  .method-detail h3 {
    font-size: 24px;
  }
  .method-detail > p:not(.mini-label) {
    font-size: 12px;
    line-height: 1.9;
  }
  .method-detail .mini-label {
    font-size: 10px;
  }
  .method-detail .inline-action {
    font-size: 11px;
    text-align: left;
  }
  .method-disclosure strong {
    font-size: 12px;
  }
  .method-disclosure p {
    font-size: 11px;
    line-height: 1.9;
  }
  .source-dialog {
    padding: 21px 23px;
    width: 100vw;
    max-width: 100vw;
  }
  .dialog-top {
    padding-bottom: 15px;
    margin-bottom: 26px;
  }
  .dialog-close {
    width: 38px;
    height: 38px;
  }
  .source-dialog h2 {
    font-size: 30px;
  }
  .dialog-context {
    font-size: 11px;
  }
  .source-paper {
    padding: 22px 20px;
  }
  .source-paper blockquote {
    font-size: 19px;
    line-height: 1.85;
  }
  .source-meaning > p:not(.mini-label) {
    font-size: 13px;
    line-height: 1.9;
  }
  .source-caution {
    font-size: 11px;
    line-height: 1.85;
  }
  .dialog-source-link {
    font-size: 12px;
    min-height: 47px;
    white-space: normal;
  }
  .role-requirements {
    padding: 20px;
  }
  .role-requirements li {
    font-size: 12px;
  }
  .tradeoff-step h3 {
    font-size: 19px;
  }
  .tradeoff-step p {
    font-size: 12px;
    line-height: 1.9;
  }
  .report-toast {
    font-size: 11px;
    width: calc(100vw - 30px);
    padding: 13px 17px;
    bottom: 15px;
  }
}
@media (max-width: 370px) {
  .sample-banner > a {
    font-size: 10px;
  }
  .sample-banner strong {
    font-size: 10px;
  }
  .sample-banner {
    padding-inline: 13px;
  }
  .report-sidebar {
    padding-inline: 13px;
  }
  .report-nav button {
    font-size: 10px;
    padding: 9px 4px;
  }
  .report-toolbar {
    padding-inline: 13px;
  }
  .report-button {
    font-size: 10px;
    padding: 9px 8px;
    gap: 5px;
  }
  .report-content {
    padding-inline: 13px;
  }
  .role-context h1 {
    font-size: 19px;
  }
  .role-meta {
    font-size: 10px;
  }
  .view-heading h2 {
    font-size: 31px;
  }
  .report-stats > div {
    padding: 13px 9px;
  }
  .report-stats p {
    font-size: 10px;
  }
  .report-stats p span {
    font-size: 10px;
  }
  .table-person .person-avatar {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }
  .table-person {
    gap: 7px;
  }
  .table-person strong {
    font-size: 10px;
  }
  .table-person small {
    font-size: 10px;
  }
  .candidate-table td {
    padding: 16px 10px;
  }
  .candidate-table .verdict {
    font-size: 10px;
  }
  .candidate-detail {
    padding: 18px 15px;
  }
  .detail-tabs {
    gap: 12px;
  }
  .detail-tabs button {
    font-size: 10px;
  }
  .detail-tabs > a {
    font-size: 10px;
  }
  .detail-identity h3 {
    font-size: 22px;
  }
  .detail-identity p:not(.mini-label) {
    font-size: 10px;
  }
  .compare-controls select {
    font-size: 14px;
  }
  .comparison-table .verdict {
    font-size: 10px;
  }
  .compare-identity h3 {
    font-size: 13px;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 12px 8px;
  }
  .comparison-table .comparison-prose td {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Readable evidence, including on smaller screens. */
.report-nav button {
  font-size: 12px;
}
.report-breadcrumb,
.role-meta {
  font-size: 12px;
}
.candidate-table td,
.table-person small {
  font-size: 12px;
}
.candidate-table th,
.candidate-table .verdict {
  font-size: 11px;
}
.table-person strong {
  font-size: 14px;
}
.evidence-interpretation,
.candidate-condition p,
.listen-for p,
.follow-up,
.unknowns p {
  font-size: 13px;
}
.source-button {
  font-size: 11px;
}
.report-footer {
  font-size: 11px;
}
.report-stats p {
  font-size: 12px;
}
.report-stats p span {
  font-size: 11px;
}
.candidate-pick strong {
  font-size: 13px;
}
.candidate-pick small {
  font-size: 11px;
}
.detail-identity p:not(.mini-label) {
  font-size: 12px;
}
.detail-thesis p,
.candidate-reason > p:last-child {
  font-size: 14px;
}
.detail-tabs button {
  font-size: 12px;
}
.detail-tabs > a {
  font-size: 11px;
}
.source-caution {
  font-size: 12px;
}
.comparison-table th,
.comparison-table td,
.comparison-table .comparison-prose td {
  font-size: 12px;
}
.comparison-table .verdict {
  font-size: 11px;
}
@media (max-width: 700px) {
  .report-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
  .report-nav button {
    font-size: 11px;
    min-height: 40px;
    padding: 9px;
  }
  .report-stats p {
    font-size: 11px;
  }
  .report-stats p span {
    font-size: 10px;
  }
  .sample-banner {
    flex-wrap: wrap;
    gap: 5px 10px;
  }
  .sample-banner > a {
    font-size: 10px;
  }
  .table-person strong {
    font-size: 12px;
  }
  .table-person small {
    font-size: 10px;
  }
  .candidate-table .verdict {
    font-size: 10px;
  }
  .role-meta {
    font-size: 11px;
  }
  .role-context h1 {
    font-size: 24px;
  }
  .detail-tabs button {
    font-size: 11px;
  }
  .comparison-table th,
  .comparison-table td,
  .comparison-table .comparison-prose td {
    font-size: 11px;
  }
  .comparison-table .verdict {
    font-size: 10px;
  }
  .comparison-table th {
    width: 26%;
  }
  .comparison-table td {
    width: 37%;
  }
  .report-stats > div {
    padding: 15px 10px;
  }
  .report-footer {
    font-size: 10px;
  }
  .detail-heading > .verdict {
    font-size: 10px;
  }
}
