.author-entry {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: #5e6858;
  padding: 0;
  text-align: left;
}
.author-entry > span:last-child {
  display: flex;
  gap: 12px;
  align-items: center;
}
.profile-photo {
  object-fit: cover;
  object-position: center 10%;
}
.author-entry .profile-photo,
.author-entry .profile-monogram {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #cbcdbc;
}
.profile-monogram {
  display: grid;
  place-items: center;
  background: #dadfcd;
  color: #526246;
  font-family: Consolas, monospace;
}
.author-entry .profile-photo {
  object-position: center 10%;
}
.lesson-launch {
  display: flex;
  align-items: center;
  gap: 13px;
  background: #3154d8;
  color: white;
  padding: 18px 17px;
  border-radius: 11px;
  border: 1px solid #2545bd;
  box-shadow: 0 7px 18px -12px #2646b4a6;
  max-width: 370px;
  width: 100%;
  text-align: left;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.lesson-launch:hover {
  box-shadow: 0 9px 25px -11px #2646b477;
  transform: translateY(-2px);
}
.launch-play {
  display: grid;
  place-items: center;
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff20;
  border: 1px solid #ffffff45;
  font-size: 13px;
  padding-left: 2px;
}
.lesson-launch strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.lesson-launch small {
  display: block;
  font-size: 10px;
  color: #dce5ff;
  line-height: 1.5;
  margin-top: 6px;
}
.lesson-launch > .icon {
  width: 17px;
  height: 17px;
  margin-left: auto;
}
.narrative .secondary-actions:has(.lesson-launch) {
  display: block;
  margin-top: 25px;
}
.exp-disclosure {
  font:
    9px Consolas,
    monospace;
  line-height: 1.5;
  color: #778269;
  margin: 18px 0 0;
  text-align: center;
}
.report-workbench {
  padding: 15px 4px 5px;
  max-width: 640px;
  margin: auto;
}
.report-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font:
    10px Consolas,
    monospace;
  color: #6d7f5d;
  margin-bottom: 20px;
}
.report-evidence {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 20px;
  align-items: stretch;
}
.report-photo {
  text-align: left;
  padding: 17px 15px;
  border: 1px solid #bac9aa;
  background: #dce6d2;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.report-photo > span {
  border: 1px solid #a8b99c;
  height: 59px;
  display: grid;
  place-items: center;
  background: #edf3e5;
  border-radius: 5px;
  margin-bottom: 5px;
  color: #6e835e;
}
.report-photo b {
  font-weight: 500;
  font-size: 12px;
}
.report-photo small {
  font-size: 9px;
  color: #7b8f6a;
  line-height: 1.5;
}
.report-text {
  border: 1px solid #ccd6c1;
  border-radius: 9px;
  background: #fffdf5;
  padding: 22px;
}
.report-text .tiny-label {
  font-size: 9px;
  color: #7c8d6b;
}
.report-text p {
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  margin-top: 16px;
  max-width: 340px;
}
.report-text p.flagged-text {
  text-decoration: underline;
  text-decoration-color: #bf8424;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}
.validation-line {
  display: flex;
  gap: 9px;
  padding: 13px 0 14px;
  font-size: 10px;
  line-height: 1.5;
  color: #55754c;
  align-items: center;
}
.validation-line .icon {
  width: 17px;
  height: 17px;
}
.validation-line b {
  font-weight: 500;
}
.report-question {
  border: 1px dashed #adbc9e;
  border-radius: 8px;
  padding: 22px;
  display: flex;
  gap: 17px;
  align-items: center;
  background: #e4eadb;
}
.report-question > span {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid #a5b695;
  display: grid;
  place-items: center;
  flex: none;
  font-size: 18px;
  color: #6f835b;
}
.report-question p {
  font-size: 15px;
  line-height: 1.5;
  color: #657751;
}
.semantic-finding {
  background: #faf0dc;
  border: 1px solid #d9c392;
  border-left: 3px solid #bc8324;
  border-radius: 7px;
  padding: 20px 23px;
}
.finding-tag {
  font:
    9px Consolas,
    monospace;
  color: #a0772d;
  letter-spacing: 0.3px;
}
.semantic-finding h3 {
  font-size: 23px;
  letter-spacing: -0.7px;
  font-weight: 500;
  margin: 12px 0;
}
.semantic-finding p {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 11px;
  color: #796442;
}
.semantic-finding button {
  margin-top: 13px;
  font-size: 10px;
  border-bottom: 1px solid #bfa16b;
  padding: 0 0 4px;
  color: #8d703f;
}
.semantic-finding.sent {
  border-color: #bdc9e4;
  border-left-color: #3154d8;
  background: #e6ecfa;
}
.semantic-finding.sent .finding-tag {
  color: #52679e;
}
.semantic-finding.sent p {
  color: #566482;
}
.semantic-finding.resolved {
  background: #e2eedc;
  border-color: #b7cdaa;
  border-left-color: #447438;
}
.resolved .finding-tag,
.resolved p {
  color: #47693c;
}
.sample-photo-view > span {
  font:
    11px Consolas,
    monospace;
  color: #738365;
  display: block;
  margin-bottom: 18px;
}
.sample-photo-view svg {
  width: 100%;
  height: auto;
}
.sample-photo-view p {
  margin-top: 18px;
}
.dashboard-board {
  max-width: 700px;
  margin: auto;
  padding: 9px 0 0;
}
.dashboard-head {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding-bottom: 17px;
  border-bottom: 1px solid #c5cfb9;
  font:
    9px Consolas,
    monospace;
  color: #6a7b5c;
}
.dashboard-head > div {
  display: flex;
  gap: 4px;
}
.dashboard-head button {
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 7px 10px;
  color: #6f8061;
  border-radius: 5px;
}
.dashboard-head button[aria-pressed='true'] {
  background: #fbfcf4;
  color: #35492c;
}
.dashboard-head button b {
  font-weight: 500;
  margin-left: 4px;
}
.dash-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 21px 0;
  border-bottom: 1px solid #c5cfb9;
}
.dash-metrics > div + div {
  border-left: 1px solid #c8d2bc;
  padding-left: 18px;
}
.dash-metrics strong {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -1.5px;
  font-variant-numeric: tabular-nums;
}
.dash-metrics small {
  font-size: 16px;
  color: #758768;
  letter-spacing: -0.3px;
}
.dash-metrics span {
  display: block;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 7px;
  max-width: 150px;
  color: #728464;
}
.dash-toolbar {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin: 21px 0 15px;
}
.dash-toolbar > span {
  font-size: 12px;
  color: #465d36;
}
.dash-toolbar > div {
  display: flex;
  gap: 5px;
}
.dash-toolbar button {
  font-size: 10px;
  padding: 7px 8px;
  border-bottom: 1px solid #a8b799;
  color: #758667;
}
.dash-toolbar button[aria-pressed='true'] {
  border-bottom: 2px solid #3154d8;
  color: #3154d8;
}
.crew-chart {
  display: grid;
  gap: 7px;
}
.crew-chart-row {
  display: grid;
  grid-template-columns: 29px 1fr 90px;
  gap: 13px;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid transparent;
  text-align: left;
  border-radius: 6px;
  min-height: 41px;
}
.crew-chart-row[aria-pressed='true'] {
  background: #fbfcf5;
  border-color: #b1c3a2;
}
.chart-crew {
  font-size: 13px;
}
.chart-track {
  height: 14px;
  border-radius: 3px;
  background: #d6ddcb;
  display: flex;
  overflow: hidden;
}
.chart-track i {
  display: block;
  height: 100%;
  background: #b76c4e;
  transition: width 0.35s ease;
}
.chart-track.deadline i {
  background: #4c7d54;
}
.crew-chart-row strong {
  font-size: 19px;
  font-weight: 500;
  text-align: right;
  letter-spacing: -0.6px;
}
.crew-chart-row small {
  font-size: 10px;
  color: #849176;
  margin-left: 3px;
}
.reason-0 {
  background: #bd9151 !important;
}
.reason-1 {
  background: #6c86a1 !important;
}
.reason-2 {
  background: #798969 !important;
}
.chart-legend {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin: 14px 0;
  font-size: 9px;
  color: #657853;
}
.chart-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.chart-legend i {
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
.chart-hint {
  font-size: 9px;
  color: #7e8e70;
  margin: 12px 0 15px;
}
.dash-decision {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 17px 19px;
  border: 1px solid #c0ceb1;
  background: #dce7d2;
  border-radius: 8px;
}
.dash-decision span {
  font:
    8px Consolas,
    monospace;
  color: #728666;
}
.dash-decision h3 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1.3;
  margin: 9px 0;
}
.dash-decision p {
  font-size: 10px;
  line-height: 1.6;
  color: #6c805e;
  max-width: 450px;
}
.dash-decision button {
  flex: none;
  font-size: 10px;
  padding: 10px;
  background: #f4f8ed;
  border: 1px solid #b5c7a7;
  border-radius: 6px;
  color: #4a683a;
}
.plan-dashboard {
  padding-top: 24px;
}
.plan-dashboard-head {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 19px;
}
.plan-dashboard-head > strong {
  font-size: 55px;
  font-weight: 500;
  letter-spacing: -3px;
  color: #4e6c3e;
}
.plan-dashboard-head h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.7px;
}
.plan-dashboard-head p {
  font-size: 11px;
  margin-top: 8px;
  color: #748567;
}
.plan-dashboard article {
  background: #f8fbf1;
  border: 1px solid #c7d5b9;
  border-radius: 7px;
  padding: 15px 18px;
  margin-top: 9px;
}
.plan-dashboard article > span {
  font-size: 9px;
  color: #748968;
}
.plan-dashboard article h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 9px 0;
}
.plan-dashboard article p {
  font-size: 11px;
  line-height: 1.5;
  color: #6d835d;
}
.plan-empty-note {
  padding: 25px;
  border: 1px dashed #aeba9d;
  border-radius: 8px;
  font-size: 14px;
  color: #72875f;
}
.next-sample {
  margin-top: 23px;
  border-top: 1px solid #c3d1b4;
  padding-top: 17px;
}
.next-sample > span {
  font-size: 11px;
  color: #586f46;
}
.next-sample > div {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  gap: 4px;
  margin-top: 12px;
}
.next-sample i {
  height: 14px;
  border: 1px solid #bdcdb0;
  background: #ecf1e4;
  border-radius: 2px;
}
.next-sample small {
  display: block;
  font-size: 10px;
  line-height: 1.6;
  margin-top: 11px;
  color: #7e8d72;
}
.experience-llm {
  max-width: 650px;
  margin: auto;
  padding: 14px 0 0;
}
.return-total {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #c6d1b9;
}
.return-total > strong {
  font-size: 53px;
  letter-spacing: -2px;
  font-weight: 500;
}
.return-total small {
  font-size: 24px;
  color: #7e8e6e;
  letter-spacing: -1px;
}
.return-total > div {
  font-size: 15px;
  line-height: 1.4;
}
.return-total > div > span {
  font-size: 10px;
  color: #7a8d69;
}
.note-stack {
  display: grid;
  gap: 7px;
  margin: 18px 0;
}
.return-note {
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 14px;
  text-align: left;
  align-items: start;
  padding: 11px 14px;
  background: #fbf8ec;
  border: 1px solid #d1ceb5;
  border-radius: 5px;
}
.return-note code {
  font-size: 9px;
  color: #968f6f;
  line-height: 1.5;
}
.return-note > span {
  font-size: 11px;
  line-height: 1.5;
  color: #5e674e;
}
.return-note:hover {
  border-color: #b99358;
  background: #fffdf4;
}
.return-note[aria-pressed='true'] {
  box-shadow: inset 3px 0 #b08448;
}
.note-consequence {
  padding: 15px 18px;
  background: #e0e7d5;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1.6;
  color: #718260;
}
.note-consequence b {
  font-weight: 500;
  color: #4f6640;
  display: block;
  margin-bottom: 6px;
}
.llm-input-source {
  padding: 0 0 22px;
  text-align: center;
}
.llm-input-source > span {
  display: block;
  font:
    9px Consolas,
    monospace;
  color: #819172;
  margin-bottom: 11px;
}
.llm-input-source > b {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.llm-transform .theme-group {
  text-align: left;
  min-height: 235px;
}
.theme-group small {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  color: #879576;
  margin-top: 18px;
}
.llm-value {
  background: #dce7d2;
  border: 1px solid #bdcdad;
  border-radius: 7px;
  margin-top: 18px;
  padding: 18px 21px;
}
.llm-value b {
  font-size: 12px;
  font-weight: 500;
  color: #4c683e;
}
.llm-value p {
  font-size: 12px;
  line-height: 1.6;
  color: #6a815b;
  margin-top: 9px;
}
.draft-source {
  padding-bottom: 17px;
  margin-bottom: 21px;
  border-bottom: 1px solid #c9d5bd;
}
.draft-source > span {
  font:
    9px Consolas,
    monospace;
  color: #849472;
}
.draft-source p {
  font-size: 12px;
  line-height: 1.6;
  color: #667d54;
  margin-top: 11px;
}
.draft-source button {
  font-size: 10px;
  color: #728962;
  padding: 0 0 4px;
  border-bottom: 1px solid #b0c0a0;
  margin-top: 10px;
}
.draft-authority {
  font-size: 10px;
  color: #7d8a70;
  line-height: 1.6;
}
.practice-report {
  background: #fffdf6;
  border: 1px solid #c3d2b5;
  border-radius: 9px;
  padding: 23px;
}
.practice-head {
  display: flex;
  gap: 13px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
.practice-head > span:first-child {
  font:
    8px Consolas,
    monospace;
  color: #7e916d;
  line-height: 1.5;
  max-width: 190px;
}
.approved-practice-advice {
  border-left: 3px solid #4c7b43;
  background: #e5efdd;
  border-radius: 3px;
  padding: 13px 16px;
}
.approved-practice-advice summary {
  font-size: 11px;
  line-height: 1.5;
  color: #547342;
  cursor: pointer;
}
.approved-practice-advice p {
  font-size: 11px;
  white-space: pre-line;
  line-height: 1.6;
  color: #6f825f;
  margin-top: 12px;
  max-height: 112px;
  overflow: auto;
}
.practice-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 17px;
}
.practice-actions button {
  display: flex;
  gap: 10px;
  align-items: center;
  text-align: left;
  background: #f4f6ed;
  border: 1px solid #c0d0b1;
  border-radius: 6px;
  padding: 13px 12px;
  font-size: 11px;
  line-height: 1.5;
  color: #6f845e;
}
.practice-actions .icon {
  width: 19px;
  height: 19px;
}
.practice-actions button[aria-pressed='true'] {
  background: #e2edda;
  color: #426737;
  border-color: #9fb78e;
}
.practice-preview {
  margin-top: 17px;
  border-top: 1px solid #d5dfc9;
  padding-top: 15px;
}
.practice-preview > span {
  font:
    8px Consolas,
    monospace;
  color: #859776;
}
.practice-preview p {
  font-size: 13px;
  line-height: 1.6;
  margin: 9px 0;
  color: #4f6142;
}
.practice-preview small {
  font-size: 10px;
  color: #88987c;
}
.practice-feedback {
  font-size: 11px;
  line-height: 1.6;
  padding: 12px 14px;
  margin-top: 15px;
  border-radius: 5px;
}
.practice-feedback.needs {
  background: #fbefd4;
  color: #926d27;
}
.practice-feedback.good {
  background: #e0edd8;
  color: #527643;
}
.effect-dashboard {
  padding: 10px 0;
}
.effect-before {
  padding: 21px 23px;
  background: #faf6e9;
  border: 1px solid #d5ccb0;
  border-radius: 8px;
}
.effect-before > span,
.effect-after > span {
  font:
    9px Consolas,
    monospace;
  color: #96896b;
  display: block;
}
.effect-before strong {
  font-size: 41px;
  font-weight: 500;
  letter-spacing: -1px;
  display: block;
  margin: 14px 0;
}
.effect-before strong small {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #8c866e;
}
.effect-before > div {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 19px;
  font-size: 11px;
  color: #94866c;
}
.effect-before > div > span > i {
  height: 6px;
  display: block;
  background: #c68c60;
  border-radius: 2px;
  margin-bottom: 10px;
}
.effect-before > div > span + span > i {
  background: #829370;
}
.effect-after {
  padding: 24px 23px;
  margin-top: 15px;
  border: 1px solid #bdcfab;
  border-radius: 8px;
  background: #e3ecd9;
}
.effect-after > span {
  color: #789165;
}
.effect-after h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.7px;
  margin: 13px 0;
}
.effect-after p {
  font-size: 12px;
  line-height: 1.6;
  color: #708662;
}
.effect-status {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: #88997a;
  margin-top: 17px;
}
.effect-status button {
  padding: 9px 11px;
  background: #f4f8ec;
  color: #59764a;
  border: 1px solid #bccfa9;
  border-radius: 5px;
  font-size: 10px;
  flex: none;
}
.group-originals article {
  padding: 18px;
  background: #faf7e9;
  border: 1px solid #d4ccb0;
  border-radius: 7px;
  margin-top: 12px;
}
.group-originals code {
  font-size: 10px;
  color: #918767;
}
.group-originals p {
  margin-top: 10px;
}
.source-report,
.source-return {
  padding: 23px;
  border: 1px solid #c6d1b8;
  border-radius: 8px;
  margin-top: 18px;
}
.source-report {
  background: #faf9f0;
}
.source-return {
  background: #faf0da;
  border-color: #d8c08e;
}
.source-report > span,
.source-return > span {
  font:
    9px Consolas,
    monospace;
  color: #8d8c6d;
}
.source-report p,
.source-return p {
  margin-top: 14px;
}
.is-closing .stage {
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
}
.is-closing .narrative h1 {
  font-size: clamp(50px, 5.5vw, 84px);
  max-width: 580px;
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.is-closing .narrative .explanation {
  font-size: 17px;
  max-width: 350px;
}
.is-closing .scene {
  background: #dae0d1;
  color: #222b20;
  overflow: visible;
  min-height: 520px;
}
.closing-composition {
  max-width: 392px;
  margin: auto;
  position: relative;
  padding: 15px 5px;
}
.closing-files {
  position: absolute;
  inset: -6px -10px 20px 7px;
  background: #c67555;
  border: 1px solid #a96345;
  border-radius: 11px;
  transform: rotate(5deg);
  display: flex;
  gap: 12px;
  align-items: start;
  padding: 18px;
  animation: closing-file 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.closing-files span {
  font:
    8px Consolas,
    monospace;
  color: #70402b;
}
.business-card {
  background: #fdfbf3;
  border: 1px solid #c5cbb9;
  border-radius: 9px;
  position: relative;
  padding: 24px;
  box-shadow: 0 23px 35px -23px #24321b80;
  animation: card-reveal 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  transform-origin: 50% 85%;
}
.business-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  font:
    9px Consolas,
    monospace;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #7f8a70;
}
.card-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3154d8;
}
.closing-portrait {
  width: 100%;
  height: 238px;
  border-radius: 5px;
  background: #e1e3d9;
  display: block;
  object-position: center 10%;
}
.business-person {
  margin: 23px 0 21px;
}
.business-person h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
}
.business-person p {
  font-size: 12px;
  color: #849078;
  margin-top: 10px;
}
.business-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #3154d8;
  color: #fff;
  text-decoration: none;
  padding: 16px 17px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
}
.business-contact:hover {
  background: #2746b7;
}
.business-contact .icon {
  width: 18px;
  height: 18px;
}
.business-other {
  display: block;
  font-size: 10px;
  color: #758369;
  margin: 15px auto 0;
  padding: 3px;
}
.contact-profile {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 30px;
  align-items: center;
}
.contact-portrait {
  width: 140px;
  height: 180px;
  border-radius: 8px;
  object-position: center 10%;
}
.contact-profile h2 {
  font-size: 37px;
  line-height: 1.05;
  margin: 13px 0 17px;
}
.contact-profile .eyebrow {
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #839374;
}
.contact-profile p {
  font-size: 13px;
  color: #7b8b6b;
}
.contact-invitation {
  font-size: 14px;
  line-height: 1.7;
  margin: 26px 0;
  color: #6b7c5d;
}
.contact-links {
  display: grid;
  gap: 11px;
}
.contact-links a {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border: 1px solid #c3ceb7;
  border-radius: 7px;
  text-decoration: none;
  min-width: 0;
}
.contact-links a > span {
  font-size: 11px;
  color: #7d8e6e;
}
.contact-links a > strong {
  font-size: 14px;
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 500;
}
.contact-links a.contact-primary {
  background: #3154d8;
  color: #fff;
  border-color: #3154d8;
  font-size: 15px;
  padding: 20px;
}
.contact-links a.contact-primary > span {
  color: #fff;
  font-size: 15px;
}
.contact-links a.contact-primary b {
  font-size: 22px;
  font-weight: 400;
}
.save-contact {
  margin-top: 22px;
}
.is-closing .story-bottom .primary {
  background: #3154d8;
}
.print-contact {
  display: flex;
  gap: 10mm;
  width: 100%;
  align-items: center;
}
.print-contact img {
  width: 58mm;
  height: 75mm;
  object-fit: cover;
  object-position: center 10%;
  border-radius: 3mm;
}
.print-contact h3 {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 4mm;
}
.print-contact p {
  font-size: 15px;
  line-height: 1.8;
  color: #6c7f5b;
}
.print-contact .print-contact-details {
  margin-top: 6mm;
  font-size: 16px;
  line-height: 2;
  color: #354b27;
}
@keyframes card-reveal {
  from {
    transform: translateY(35px) rotate(-6deg);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes closing-file {
  from {
    transform: rotate(0) translateY(15px);
    opacity: 0;
  }
  to {
    transform: rotate(5deg);
    opacity: 1;
  }
}
@media (max-height: 820px) and (min-width: 901px) {
  .lesson-launch {
    padding: 15px 13px;
  }
  .lesson-launch strong {
    font-size: 12px;
  }
  .lesson-launch small {
    font-size: 9px;
  }
  .launch-play {
    width: 32px;
    height: 32px;
  }
  .report-workbench {
    padding-top: 0;
  }
  .report-head {
    margin-bottom: 15px;
  }
  .report-evidence {
    grid-template-columns: 120px 1fr;
    gap: 15px;
  }
  .report-photo {
    padding: 12px;
  }
  .report-photo > span {
    height: 43px;
  }
  .report-text {
    padding: 17px;
  }
  .report-text p {
    font-size: 18px;
    margin-top: 12px;
  }
  .semantic-finding {
    padding: 16px 19px;
  }
  .semantic-finding h3 {
    font-size: 20px;
  }
  .exp-disclosure {
    font-size: 8px;
    margin-top: 14px;
  }
  .dashboard-board {
    padding-top: 0;
  }
  .dashboard-head {
    padding-bottom: 12px;
  }
  .dash-metrics {
    padding: 15px 0;
  }
  .dash-metrics strong {
    font-size: 30px;
  }
  .dash-toolbar {
    margin: 15px 0 10px;
  }
  .dash-decision {
    padding: 13px 17px;
  }
  .experience-llm {
    padding-top: 0;
  }
  .return-total {
    padding-bottom: 13px;
  }
  .return-total > strong {
    font-size: 43px;
  }
  .note-stack {
    margin: 13px 0;
    gap: 5px;
  }
  .return-note {
    padding: 9px 12px;
  }
  .note-consequence {
    padding: 13px 17px;
  }
  .experience-llm .draft-box {
    padding: 20px;
  }
  .draft-source {
    padding-bottom: 13px;
    margin-bottom: 15px;
  }
  .experience-llm .draft-box textarea {
    min-height: 140px;
  }
  .llm-transform .theme-group {
    min-height: 210px;
    padding: 20px;
  }
  .llm-input-source {
    padding-bottom: 17px;
  }
  .llm-value {
    padding: 15px 18px;
  }
  .practice-report {
    padding: 18px;
  }
  .practice-head {
    margin-bottom: 13px;
  }
  .approved-practice-advice {
    padding: 10px 13px;
  }
  .approved-practice-advice p {
    max-height: 85px;
  }
  .practice-actions {
    margin-top: 12px;
  }
  .practice-actions button {
    padding: 11px;
  }
  .practice-preview {
    margin-top: 13px;
    padding-top: 10px;
  }
  .practice-feedback {
    margin-top: 10px;
    padding: 10px 12px;
  }
  .effect-before {
    padding: 17px 20px;
  }
  .effect-before strong {
    font-size: 34px;
    margin: 11px 0;
  }
  .effect-after {
    padding: 19px 20px;
    margin-top: 12px;
  }
  .effect-after h3 {
    font-size: 21px;
  }
  .effect-after .next-sample {
    margin-top: 17px;
    padding-top: 12px;
  }
  .effect-status {
    margin-top: 12px;
  }
  .closing-portrait {
    height: 178px;
  }
  .business-person {
    margin: 17px 0;
  }
  .business-person h2 {
    font-size: 27px;
  }
  .business-card {
    padding: 20px;
  }
  .business-card-top {
    margin-bottom: 13px;
  }
  .is-closing .scene {
    min-height: 440px;
  }
  .is-closing .narrative h1 {
    font-size: 64px;
  }
  .is-closing .narrative .explanation {
    font-size: 15px;
  }
  .plan-dashboard {
    padding-top: 15px;
  }
  .plan-dashboard-head {
    margin-bottom: 12px;
  }
  .plan-dashboard article {
    padding: 11px 15px;
  }
  .plan-dashboard article h3 {
    font-size: 14px;
  }
  .plan-dashboard article p {
    font-size: 10px;
  }
  .plan-dashboard .next-sample {
    margin-top: 17px;
    padding-top: 12px;
  }
}
@media (max-width: 1100px) {
  .dash-toolbar {
    display: block;
  }
  .dash-toolbar > div {
    margin-top: 10px;
  }
  .dash-toolbar > span {
    font-size: 11px;
  }
  .dash-decision {
    gap: 12px;
  }
  .dash-decision h3 {
    font-size: 15px;
  }
  .dashboard-head {
    display: block;
  }
  .dashboard-head > div {
    margin-top: 12px;
  }
  .is-closing .narrative h1 {
    font-size: 57px;
  }
}
@media (max-width: 900px) {
  .lesson-launch {
    max-width: 430px;
  }
  .is-closing .stage {
    display: flex;
    gap: 45px;
  }
  .is-closing .narrative {
    display: block;
    max-width: 600px;
  }
  .is-closing .narrative h1 {
    font-size: 61px;
  }
  .is-closing .narrative .explanation {
    margin-top: 24px;
  }
  .is-closing .scene {
    max-width: 590px;
    min-height: 530px;
  }
  .dashboard-head {
    display: flex;
  }
  .dashboard-head > div {
    margin-top: 0;
  }
  .dash-toolbar {
    display: flex;
  }
  .dash-toolbar > div {
    margin-top: 0;
  }
  .closing-composition {
    max-width: 390px;
  }
}
@media (max-width: 600px) {
  .author-entry {
    font-size: 9px;
    gap: 7px;
  }
  .author-entry .profile-photo,
  .author-entry .profile-monogram {
    width: 29px;
    height: 29px;
  }
  .author-entry > span:last-child {
    gap: 5px;
    max-width: 82px;
    line-height: 1.4;
  }
  .home-top .wordmark {
    font-size: 11px;
    gap: 8px;
  }
  .lesson-launch {
    padding: 16px 14px;
    border-radius: 9px;
  }
  .lesson-launch strong {
    font-size: 13px;
  }
  .lesson-launch small {
    font-size: 9px;
    max-width: 215px;
  }
  .launch-play {
    width: 33px;
    height: 33px;
  }
  .narrative .secondary-actions:has(.lesson-launch) {
    margin-top: 22px;
  }
  .report-workbench {
    padding: 12px 0 0;
  }
  .report-head {
    font-size: 8px;
    gap: 8px;
  }
  .report-evidence {
    grid-template-columns: 95px 1fr;
    gap: 10px;
  }
  .report-photo {
    padding: 10px 9px;
  }
  .report-photo > span {
    height: 40px;
  }
  .report-photo b {
    font-size: 10px;
  }
  .report-photo small {
    font-size: 8px;
  }
  .report-text {
    padding: 14px 12px;
  }
  .report-text .tiny-label {
    font-size: 8px;
  }
  .report-text p {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    margin-top: 12px;
  }
  .validation-line {
    font-size: 9px;
    align-items: start;
    padding-top: 13px;
  }
  .validation-line .icon {
    width: 14px;
    height: 14px;
    flex: none;
  }
  .report-question {
    padding: 17px;
    gap: 12px;
  }
  .report-question p {
    font-size: 12px;
  }
  .report-question > span {
    width: 27px;
    height: 27px;
    font-size: 16px;
  }
  .semantic-finding {
    padding: 18px 15px;
  }
  .semantic-finding h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .semantic-finding p {
    font-size: 11px;
  }
  .finding-tag {
    font-size: 8px;
    line-height: 1.5;
  }
  .exp-disclosure {
    font-size: 8px;
    line-height: 1.6;
  }
  .dashboard-board {
    padding-top: 13px;
  }
  .dashboard-head {
    display: block;
    font-size: 8px;
  }
  .dashboard-head > div {
    margin-top: 13px;
    justify-content: space-between;
  }
  .dashboard-head button {
    font-size: 10px;
    padding: 7px 10px;
  }
  .dash-metrics {
    gap: 10px;
    padding: 18px 0;
  }
  .dash-metrics > div + div {
    padding-left: 10px;
  }
  .dash-metrics strong {
    font-size: 28px;
    letter-spacing: -1.1px;
  }
  .dash-metrics small {
    font-size: 13px;
  }
  .dash-metrics span {
    font-size: 8px;
    line-height: 1.5;
    max-width: 94px;
  }
  .dash-toolbar {
    display: block;
    margin-top: 17px;
  }
  .dash-toolbar > span {
    font-size: 11px;
  }
  .dash-toolbar > div {
    margin-top: 12px;
    gap: 8px;
  }
  .dash-toolbar button {
    padding: 7px 10px;
  }
  .crew-chart-row {
    grid-template-columns: 18px 1fr 64px;
    gap: 10px;
    padding: 8px 6px;
    min-height: 42px;
  }
  .chart-crew {
    font-size: 11px;
  }
  .crew-chart-row strong {
    font-size: 17px;
  }
  .crew-chart-row small {
    font-size: 8px;
    margin-left: 2px;
  }
  .chart-track {
    height: 12px;
  }
  .chart-hint {
    font-size: 8px;
    line-height: 1.5;
  }
  .chart-legend {
    gap: 12px;
    font-size: 8px;
  }
  .dash-decision {
    padding: 15px 13px;
    display: block;
  }
  .dash-decision h3 {
    font-size: 17px;
  }
  .dash-decision p {
    font-size: 10px;
  }
  .dash-decision button {
    margin-top: 14px;
    padding: 9px 15px;
  }
  .plan-dashboard-head {
    gap: 16px;
  }
  .plan-dashboard-head > strong {
    font-size: 47px;
  }
  .plan-dashboard-head h3 {
    font-size: 19px;
  }
  .plan-dashboard-head p {
    font-size: 10px;
  }
  .plan-dashboard article {
    padding: 16px 14px;
  }
  .plan-dashboard article h3 {
    font-size: 16px;
  }
  .plan-dashboard article p {
    font-size: 10px;
  }
  .next-sample > div {
    gap: 3px;
  }
  .next-sample i {
    height: 12px;
  }
  .next-sample > span {
    font-size: 10px;
  }
  .next-sample small {
    font-size: 9px;
  }
  .experience-llm {
    padding-top: 15px;
  }
  .return-total {
    gap: 18px;
    padding-bottom: 17px;
  }
  .return-total > strong {
    font-size: 43px;
  }
  .return-total small {
    font-size: 20px;
  }
  .return-total > div {
    font-size: 12px;
  }
  .return-total > div > span {
    font-size: 8px;
  }
  .return-note {
    grid-template-columns: 35px 1fr;
    gap: 10px;
    padding: 12px 11px;
  }
  .return-note > span {
    font-size: 10px;
  }
  .return-note code {
    font-size: 8px;
  }
  .note-consequence {
    font-size: 10px;
    padding: 16px;
  }
  .llm-input-source > b {
    font-size: 14px;
  }
  .llm-input-source > span {
    font-size: 8px;
  }
  .llm-transform .theme-group {
    min-height: 250px;
    padding: 20px 13px;
  }
  .llm-transform .theme-group strong {
    font-size: 47px;
  }
  .llm-transform .theme-group h3 {
    font-size: 19px;
  }
  .llm-transform .theme-group p {
    font-size: 11px;
  }
  .theme-group small {
    font-size: 9px;
  }
  .llm-value {
    padding: 17px 15px;
  }
  .llm-value p {
    font-size: 11px;
  }
  .draft-source p {
    font-size: 11px;
  }
  .draft-source > span {
    font-size: 8px;
  }
  .draft-source button {
    font-size: 9px;
  }
  .draft-authority {
    font-size: 9px;
  }
  .experience-llm .draft-box {
    padding: 20px 15px;
  }
  .experience-llm .draft-box textarea {
    min-height: 210px;
  }
  .practice-report {
    padding: 18px 13px;
  }
  .practice-head {
    align-items: start;
    gap: 8px;
  }
  .practice-head > span:first-child {
    font-size: 7px;
    max-width: 126px;
  }
  .practice-head .badge {
    font-size: 7px;
    line-height: 1.5;
    max-width: 108px;
  }
  .approved-practice-advice {
    padding: 12px;
  }
  .approved-practice-advice summary {
    font-size: 10px;
  }
  .approved-practice-advice p {
    font-size: 10px;
    max-height: 150px;
  }
  .practice-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .practice-actions button {
    font-size: 11px;
    padding: 12px;
  }
  .practice-preview p {
    font-size: 12px;
  }
  .practice-preview small {
    font-size: 9px;
  }
  .practice-feedback {
    font-size: 10px;
    padding: 12px;
  }
  .effect-before {
    padding: 20px 17px;
  }
  .effect-before strong {
    font-size: 37px;
  }
  .effect-before strong small {
    font-size: 14px;
  }
  .effect-before > div {
    gap: 14px;
    font-size: 10px;
  }
  .effect-after {
    padding: 20px 17px;
  }
  .effect-after h3 {
    font-size: 22px;
  }
  .effect-after p {
    font-size: 11px;
  }
  .effect-status {
    font-size: 9px;
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
  .effect-status button {
    font-size: 10px;
  }
  .is-closing .stage {
    gap: 40px;
    padding-bottom: 40px;
  }
  .is-closing .narrative h1 {
    font-size: 48px;
    max-width: 350px;
    letter-spacing: -2.5px;
  }
  .is-closing .narrative .explanation {
    font-size: 14px;
    margin-top: 20px;
  }
  .is-closing .scene {
    padding: 23px 15px;
    min-height: 480px;
    overflow: visible;
  }
  .closing-composition {
    width: 100%;
    max-width: 350px;
    padding: 10px 3px;
  }
  .business-card {
    padding: 20px;
  }
  .closing-files {
    inset: -7px -3px 20px 7px;
    padding: 11px;
    gap: 8px;
  }
  .closing-files span {
    font-size: 6px;
  }
  .business-card-top {
    font-size: 8px;
  }
  .closing-portrait {
    height: 229px;
  }
  .business-person h2 {
    font-size: 27px;
    letter-spacing: -1px;
  }
  .business-person p {
    font-size: 10px;
    line-height: 1.5;
  }
  .business-person {
    margin: 20px 0;
  }
  .business-contact {
    font-size: 12px;
    padding: 15px;
  }
  .business-other {
    font-size: 9px;
    line-height: 1.5;
  }
  .contact-profile {
    grid-template-columns: 95px 1fr;
    gap: 20px;
    align-items: center;
  }
  .contact-portrait {
    width: 95px;
    height: 139px;
  }
  .contact-profile h2 {
    font-size: 29px;
    letter-spacing: -1.3px;
    margin: 12px 0;
  }
  .contact-profile .eyebrow {
    font-size: 8px !important;
    line-height: 1.5;
    letter-spacing: 0 !important;
  }
  .contact-profile p {
    font-size: 10px;
    line-height: 1.5;
  }
  .contact-invitation {
    font-size: 12px;
    margin: 24px 0;
  }
  .contact-links a {
    padding: 15px 13px;
    gap: 12px;
    align-items: start;
  }
  .contact-links a > span {
    font-size: 10px;
    line-height: 1.7;
  }
  .contact-links a > strong {
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
  }
  .contact-links a.contact-primary {
    padding: 18px;
  }
  .contact-links a.contact-primary > span {
    font-size: 13px;
  }
  .save-contact {
    font-size: 11px;
  }
  .source-report,
  .source-return {
    padding: 20px;
  }
  .group-originals article {
    padding: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .business-card,
  .closing-files {
    animation: none;
  }
  .chart-track i {
    transition: none;
  }
}

/* Keep the complete improvement plan within a laptop slide. */
@media (min-width: 901px) and (max-height: 820px) {
  .dashboard-board:has(.plan-dashboard) .dashboard-head {
    display: flex;
  }
  .dashboard-board:has(.plan-dashboard) .dashboard-head > div {
    margin-top: 0;
  }
  .plan-dashboard {
    padding-top: 12px;
  }
  .plan-dashboard-head {
    margin-bottom: 8px;
  }
  .plan-dashboard-head > strong {
    font-size: 39px;
  }
  .plan-dashboard-head h3 {
    font-size: 19px;
  }
  .plan-dashboard-head p {
    margin-top: 5px;
  }
  .plan-dashboard article {
    margin-top: 6px;
    padding: 8px 14px;
  }
  .plan-dashboard article h3 {
    margin: 5px 0;
  }
  .plan-dashboard .next-sample {
    margin-top: 12px;
    padding-top: 10px;
  }
  .plan-dashboard .next-sample > div {
    margin-top: 8px;
  }
  .plan-dashboard .next-sample small {
    margin-top: 7px;
  }
}

@media screen and (max-width: 900px) {
  html {
    scroll-padding-bottom: 110px;
  }
  .business-contact,
  .business-other {
    scroll-margin-bottom: 24px;
  }
}

/* Guided report exercise: the two required actions must read before the footer CTA. */
.practice-instruction {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding: 13px 14px;
  color: #2946ac;
  background: #e8edff;
  border: 1px solid #9eafe9;
  border-radius: 7px;
}
.practice-instruction-icon {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  color: #fff;
  background: #3154d8;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
}
.practice-instruction-icon .icon {
  width: 17px;
  height: 17px;
}
.practice-instruction b {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.practice-instruction p {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.45;
  color: #5366a7;
}
.practice-instruction > strong {
  font-size: 14px;
  white-space: nowrap;
}
.practice-instruction.complete {
  color: #426737;
  background: #e2edda;
  border-color: #9fb78e;
}
.practice-instruction.complete .practice-instruction-icon {
  background: #4c7b43;
}
.practice-instruction.complete p {
  color: #648058;
}
.practice-actions button {
  position: relative;
}
.practice-actions button.needs-action {
  color: #2946ac;
  background: #f7f9ff;
  border-color: #7890df;
  box-shadow: 0 0 0 2px #3154d814;
  animation: required-action-pulse 1.8s ease-in-out infinite;
}
.practice-actions button.needs-action:nth-child(2) {
  animation-delay: 0.25s;
}
.action-number {
  display: grid;
  place-items: center;
  flex: none;
  width: 21px;
  height: 21px;
  color: #fff;
  background: #3154d8;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
}
.practice-actions button[aria-pressed='true'] .action-number {
  background: #4c7b43;
}
.presentation[data-route='proposal'] #primary:disabled {
  color: #747a70;
  background: #d9dcd4;
  box-shadow: none;
  opacity: 1;
}
@keyframes required-action-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 2px #3154d814;
  }
  50% {
    box-shadow: 0 0 0 5px #3154d821;
  }
}
@media (min-width: 901px) and (max-height: 820px) {
  .practice-report {
    padding: 14px 17px;
  }
  .practice-head {
    margin-bottom: 9px;
  }
  .approved-practice-advice p {
    max-height: 50px;
  }
  .practice-instruction {
    margin-top: 8px;
    padding: 8px 11px;
  }
  .practice-actions {
    margin-top: 8px;
  }
  .practice-actions button {
    padding: 9px 10px;
  }
  .practice-preview {
    margin-top: 8px;
    padding-top: 8px;
  }
  .practice-feedback {
    margin-top: 7px;
    padding: 8px 11px;
  }
}
@media (max-width: 600px) {
  .practice-instruction {
    grid-template-columns: 29px 1fr auto;
    gap: 9px;
    margin-top: 12px;
    padding: 11px;
  }
  .practice-instruction b {
    font-size: 11px;
  }
  .practice-instruction p {
    font-size: 9px;
  }
  .practice-instruction > strong {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .practice-actions button.needs-action {
    animation: none;
  }
}
