@charset "UTF-8";
:root {
  --ink: #213932;
  --muted: #718078;
  --green: #193e35;
  --green-light: #eaf0df;
  --lime: #d6eab3;
  --paper: #f8f9f4;
  --line: #e1e5dc;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, monospace;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-size: 14px;
  line-height: 1.6;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.035em;
}
h1 {
  font-size: 48px;
  margin-bottom: 18px;
}
h2 {
  font-size: 28px;
  margin-bottom: 18px;
}
h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
p {
  margin-bottom: 18px;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  touch-action: manipulation;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.55;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #6d963c;
  outline-offset: 4px;
}
img {
  display: block;
}
em {
  font-family: var(--serif);
  font-weight: 400;
}
.wrap {
  max-width: 1312px;
  padding-left: 48px;
  padding-right: 48px;
  margin: auto;
}
.narrow {
  max-width: 800px;
  padding: 0 28px;
  margin: 0 auto;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.eyebrow {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: #607267;
  margin-bottom: 15px;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-size: 23px;
  gap: 9px;
  letter-spacing: -1.1px;
  font-weight: 600;
}
.brand-dot {
  margin-left: -9px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--green);
  border-radius: 7px;
  background: var(--green);
  color: white;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #285647;
  transform: translateY(-1px);
}
.button.outline {
  background: transparent;
  color: var(--green);
  border-color: #c6d0c0;
}
.button.outline:hover {
  background: #e9efdf;
}
.button.light {
  color: var(--green);
  background: var(--lime);
  border-color: var(--lime);
}
.button.small {
  min-height: 38px;
  padding: 8px 15px;
  font-size: 12px;
}
.button-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background: none;
  border: 0;
  padding: 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 500;
}
.text-link:hover {
  text-decoration: underline;
}
.public-nav {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.public-nav nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 12px;
}
.hero {
  padding-top: 65px;
  padding-bottom: 95px;
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 35px;
  align-items: center;
  min-height: 650px;
}
.hero h1 {
  font-size: clamp(44px, 4.5vw, 65px);
  letter-spacing: -0.055em;
  line-height: 1.1;
  margin-bottom: 26px;
}
.hero h1 em {
  color: #648447;
  letter-spacing: -0.05em;
}
.hero-description {
  max-width: 440px;
  color: #68766b;
  line-height: 1.9;
  font-size: 15px;
  margin-bottom: 33px;
}
.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6d8d4e;
  flex-shrink: 0;
  margin-right: 7px;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  color: #7a877a;
  margin-top: 30px;
}
.mini-shield {
  font-size: 20px;
}
.hero-visual {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    ellipse,
    #dfe8d2 0%,
    #eff2e6 40%,
    transparent 72%
  );
}
.orbit {
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid #dce4d1;
  border-radius: 50%;
  z-index: 0;
}
.orbit-two {
  width: 510px;
  height: 510px;
}
.conversation-card {
  position: relative;
  width: 370px;
  padding: 24px;
  background: #fffffff2;
  border: 1px solid #e0e6d9;
  border-radius: 16px;
  box-shadow: 0 24px 65px #39542f0d;
  z-index: 1;
  transform: rotate(-2deg);
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-top .eyebrow {
  font-size: 8px;
  margin: 0;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #f7f9f3;
  white-space: nowrap;
  color: #64755c;
}
.voice-symbol {
  height: 94px;
  margin: 20px auto 10px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.voice-symbol span {
  display: block;
  width: 6px;
  border-radius: 8px;
  background: #708c55;
  height: 20px;
}
.voice-symbol span:nth-child(2),
.voice-symbol span:nth-child(8) {
  height: 30px;
  background: #b5c89b;
}
.voice-symbol span:nth-child(3),
.voice-symbol span:nth-child(7) {
  height: 43px;
  background: #7e9c5a;
}
.voice-symbol span:nth-child(4),
.voice-symbol span:nth-child(6) {
  height: 65px;
  background: #8fa970;
}
.voice-symbol span:nth-child(5) {
  height: 83px;
  background: #527340;
}
.serif-quote {
  font-family: var(--serif);
  font-size: 26px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.04em;
  margin: 0 0 10px;
}
.centered {
  text-align: center;
}
.conversation-card > .muted {
  font-size: 10px;
}
.plan-mini {
  border-top: 1px solid var(--line);
  margin-top: 23px;
  padding-top: 10px;
}
.plan-mini > div {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 11px 0;
  font-size: 11px;
}
.plan-mini > div > span:last-child {
  margin-left: auto;
}
.step-dot {
  width: 23px;
  height: 23px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
}
.step-dot.filled {
  background: #eef3e6;
  color: #56753b;
}
.quiet-check {
  color: #75964d;
}
.mini-wave {
  font-size: 24px;
  line-height: 10px;
}
.floating-note {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  box-shadow: 0 8px 25px #23372609;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 19px;
  z-index: 2;
  transform: rotate(2deg);
}
.floating-note strong {
  font-size: 11px;
  font-weight: 500;
}
.floating-note small {
  display: block;
  font-size: 9px;
  color: var(--muted);
}
.note-icon {
  border-radius: 8px;
  background: #edf4e3;
  color: #728d4c;
  padding: 7px 12px;
  font-size: 18px;
}
.principle-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f3f5ed;
}
.principle-strip > .wrap {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 11px;
  color: #6a796b;
}
.principle-strip span:before {
  content: "✳";
  margin-right: 10px;
  color: #90a877;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 45px;
}
.section-heading h2 {
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.045em;
  margin-bottom: 0;
}
.section-heading > p {
  max-width: 310px;
  color: var(--muted);
  font-size: 13px;
  margin: 0 0 5px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-grid article {
  padding: 26px 27px 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fbfcf8;
}
.feature-number {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.05em;
  color: #7d8a76;
}
.feature-icon {
  width: 43px;
  height: 43px;
  border-radius: 10px;
  background: #e8eedc;
  display: grid;
  place-items: center;
  font-size: 26px;
  color: #55733b;
  margin: 30px 0 25px;
}
.feature-grid p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 0;
}
.candidate-section {
  max-width: 1216px;
  margin-bottom: 80px;
  border-radius: 14px;
  background: var(--green);
  color: #f5f7ee;
  padding: 64px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
}
.candidate-section .eyebrow {
  color: #b5c7a2;
}
.candidate-section h2 {
  font-size: 40px;
}
.candidate-section em {
  color: var(--lime);
}
.candidate-section > div > p {
  max-width: 390px;
  color: #b7c8b7;
  font-size: 13px;
  line-height: 1.85;
  margin-bottom: 27px;
}
.choice-list > div {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #476255;
}
.choice-list > div:last-child {
  border-bottom: 0;
}
.choice-list > div > span {
  font-size: 11px;
  color: #bcd298;
}
.choice-list p {
  font-size: 12px;
  line-height: 1.75;
  color: #aebfaf;
  margin: 0;
}
.choice-list strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #edf4df;
  margin-bottom: 6px;
}
.public-footer {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 35px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.public-footer .brand {
  font-size: 20px;
}
.public-footer p {
  margin: 0;
  font-size: 11px;
  color: var(--muted);
}
.public-footer > a:last-child {
  margin-left: auto;
  font-size: 11px;
  color: var(--muted);
}
.workspace {
  background: #f5f7f1;
  font-size: 13px;
}
.sidebar {
  width: 236px;
  position: fixed;
  inset: 0 auto 0 0;
  border-right: 1px solid var(--line);
  background: #fbfcf7;
  padding: 30px 20px 22px;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.sidebar > .brand {
  padding: 0 9px;
  font-size: 23px;
}
.org-label {
  display: flex;
  gap: 11px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 10px;
  margin: 32px 0 22px;
  min-width: 0;
}
.org-avatar {
  display: grid;
  place-items: center;
  width: 31px;
  height: 33px;
  background: #ebeedf;
  color: #77875f;
  border-radius: 6px;
  font-size: 15px;
  flex-shrink: 0;
}
.org-label > div {
  min-width: 0;
}
.org-label small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.org-label strong {
  font-size: 11px;
  font-weight: 500;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.nav-label {
  font-size: 8px;
  color: #97a08e;
  letter-spacing: 0.12em;
  margin: 16px 12px 7px;
}
.sidebar nav > a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
  border-radius: 6px;
  color: #6b7b69;
  font-size: 12px;
}
.sidebar nav > a > span {
  font-size: 19px;
  line-height: 1;
  width: 19px;
  color: #8c9b7b;
}
.sidebar nav > a.active {
  background: #e7eddc;
  color: #324b2d;
  font-weight: 500;
}
.sidebar nav > a.active > span {
  color: #597443;
}
.sidebar nav > a:hover {
  background: #eff3e7;
}
.sidebar-bottom {
  margin-top: auto;
  padding: 20px 9px 0;
}
.private-note {
  font-size: 9px;
  border: 1px solid var(--line);
  padding: 9px 8px;
  border-radius: 5px;
  color: #77816f;
}
.user-block {
  display: flex;
  align-items: center;
  gap: 9px;
  border-top: 1px solid var(--line);
  margin-top: 19px;
  padding-top: 18px;
  margin-bottom: 12px;
}
.avatar {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #e7ebdf;
  color: #788568;
  font-size: 12px;
}
.user-block > div {
  min-width: 0;
}
.user-block strong {
  font-size: 11px;
  font-weight: 500;
  display: block;
}
.user-block small {
  display: block;
  font-size: 9px;
  color: #8c9682;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-bottom form .text-link {
  font-size: 10px;
  color: #7f8b77;
}
.workspace-main {
  margin-left: 236px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.workspace-top {
  height: 75px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  background: #f9faf6;
  font-size: 11px;
  color: #7a8570;
  gap: 20px;
}
.slash {
  margin: 0 15px;
  color: #b4bbaa;
}
.top-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-right > a {
  font-size: 20px;
}
.top-right select {
  max-width: 180px;
  font-size: 11px;
  margin: 0;
  padding: 6px;
}
.workspace-content {
  padding: 40px;
  max-width: 1650px;
  width: 100%;
  margin: 0 auto;
  flex: 1;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.page-heading .eyebrow {
  font-size: 9px;
  margin-bottom: 11px;
}
.page-heading h1 {
  font-size: 35px;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}
.page-heading p {
  font-size: 12px;
  color: #89927f;
  margin-bottom: 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}
.stat-card {
  border: 1px solid var(--line);
  background: #fdfef9;
  border-radius: 9px;
  padding: 21px 24px;
  position: relative;
  overflow: hidden;
}
.stat-card:after {
  content: "↗";
  position: absolute;
  right: 22px;
  top: 20px;
  color: #b1bea1;
  font-size: 18px;
}
.stat-card > span {
  font-size: 11px;
  color: #84917a;
}
.stat-card strong {
  display: block;
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin: 10px 0 9px;
}
.stat-card small {
  font-size: 9px;
  color: #929a88;
}
.panel {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
  min-width: 0;
}
.panel-heading {
  padding: 23px 25px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.panel-heading h2 {
  font-size: 19px;
  margin: 0;
}
.panel-heading .eyebrow {
  font-size: 8px;
  margin-bottom: 7px;
}
.panel-heading .text-link {
  font-size: 10px;
}
.panel-heading .muted {
  font-size: 10px;
}
.dashboard-columns {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 24px;
  align-items: start;
}
.journey-panel {
  padding: 27px 25px;
  background: #f0f3e8;
}
.journey-panel > .eyebrow {
  font-size: 8px;
}
.journey-panel > h2 {
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.journey {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}
.journey li {
  display: flex;
  gap: 14px;
  position: relative;
  padding-bottom: 24px;
}
.journey li:last-child {
  padding-bottom: 0;
}
.journey li:not(:last-child):before {
  content: "";
  position: absolute;
  left: 12px;
  top: 26px;
  bottom: 0;
  border-left: 1px solid #cfd8c0;
}
.journey li > span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  border: 1px solid #c9d3b9;
  border-radius: 50%;
  color: #6d8550;
  background: #f6f8f0;
  font-size: 10px;
}
.journey strong {
  font-size: 11px;
  font-weight: 500;
}
.journey p {
  font-size: 10px;
  color: #8a957b;
  margin: 5px 0 0;
  line-height: 1.65;
}
.note {
  border: 1px solid #dce4cb;
  background: #f3f6eb;
  color: #748260;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 11px;
  line-height: 1.75;
  margin: 15px 0;
}
.journey-panel .note {
  font-size: 10px;
  background: #e9efdc;
  margin: 0;
}
.table-scroll {
  overflow: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
  text-align: left;
}
th {
  font-size: 9px;
  color: #929b88;
  font-weight: 500;
  border-top: 1px solid #edf0e7;
  border-bottom: 1px solid #edf0e7;
  background: #fafbf7;
  white-space: nowrap;
  padding: 13px 24px;
}
td {
  border-bottom: 1px solid #edf0e7;
  padding: 17px 24px;
  vertical-align: middle;
  color: #74806b;
}
tr:last-child td {
  border-bottom: 0;
}
td strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #41553a;
}
td small {
  display: block;
  font-size: 9px;
  color: #a0a791;
  margin-top: 5px;
}
td .badge {
  margin: 2px 3px 2px 0;
}
.table-action {
  font-size: 10px;
  white-space: nowrap;
  color: #5a7640;
}
.status {
  display: inline-flex;
  border: 1px solid #e2e7d9;
  color: #7d8b6b;
  border-radius: 5px;
  line-height: 1.4;
  padding: 5px 8px;
  font-size: 9px;
  white-space: nowrap;
  background: #f4f6ee;
}
.status-review_ready,
.status-published {
  color: #547235;
  background: #ebf2df;
  border-color: #d9e6c6;
}
.status-completed {
  color: #38665a;
  background: #e8f1eb;
  border-color: #d5e5db;
}
.status-technical_failure,
.status-human_handoff_requested,
.status-resume_pending {
  color: #9b7638;
  background: #fbf3e3;
  border-color: #ede0c6;
}
.status-consent_declined,
.status-cancelled {
  color: #8e7270;
  background: #f6eeeb;
}
.status-asking,
.status-listening {
  color: #457b7b;
  background: #e6f2ef;
}
.empty-state {
  text-align: center;
  padding: 70px 35px;
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.empty-state .empty-icon {
  display: grid;
  place-items: center;
  width: 51px;
  height: 51px;
  border-radius: 13px;
  color: #8ca467;
  background: #f0f4e7;
  font-size: 30px;
  margin-bottom: 22px;
}
.empty-state h3 {
  font-size: 20px;
  margin-bottom: 9px;
}
.empty-state p {
  font-size: 11px;
  line-height: 1.9;
  color: #95a085;
  max-width: 330px;
  margin-bottom: 22px;
}
.empty-state.compact {
  padding: 30px 15px;
  min-height: 160px;
}
.workspace-footer {
  padding: 22px 40px;
  color: #9aa48e;
  font-size: 9px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
}
.two-columns {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  align-items: start;
}
.form-panel {
  padding: 28px;
}
.form-panel > h2 {
  font-size: 23px;
}
.form-panel > p {
  font-size: 12px;
  color: #7d8972;
  line-height: 1.8;
}
.form-panel form > button {
  margin-top: 8px;
}
label {
  display: block;
  font-size: 11px;
  color: #6b7c5c;
  font-weight: 500;
  margin: 18px 0 7px;
}
input,
select,
textarea {
  width: 100%;
  background: #fbfcf8;
  color: var(--ink);
  border: 1px solid #dce2d1;
  border-radius: 6px;
  padding: 11px 12px;
  line-height: 1.5;
  font-size: 12px;
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #8fa875;
  box-shadow: 0 0 0 3px #c9ddaa35;
}
textarea {
  resize: vertical;
  min-height: 110px;
}
input::placeholder,
textarea::placeholder {
  color: #a3ac99;
  font-size: 11px;
}
fieldset {
  border: 1px solid var(--line);
  border-radius: 6px;
  margin: 20px 0;
  padding: 9px 15px;
}
legend {
  font-size: 11px;
  color: #758665;
  padding: 0 5px;
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 11px;
  line-height: 1.8;
  font-weight: 400;
  margin: 15px 0;
}
.checkbox-label input {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  accent-color: var(--green);
  margin-top: 3px;
}
.form-help {
  font-size: 10px !important;
  color: #929d86 !important;
  line-height: 1.8 !important;
  margin-top: 9px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 22px;
}
.optional {
  font-size: 9px;
  color: #99a38d;
  font-weight: 400;
  margin-left: 4px;
}
.form-error {
  border: 1px solid #e2c8be;
  background: #fff4ef;
  color: #9a5d47;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 11px;
  margin: 14px 0;
}
.list-card {
  padding: 25px;
  border-top: 1px solid var(--line);
}
.list-card h3 {
  font-size: 20px;
}
.list-card p {
  font-size: 12px;
  color: #859178;
  line-height: 1.9;
}
.count {
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: #f5f7ee;
  border-radius: 5px;
  min-width: 24px;
  font-size: 10px;
  padding: 2px 7px;
  color: #7a8a67;
}
.stack {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.spaced {
  margin-top: 28px;
}
.spaced-link {
  margin-top: 18px;
}
.kit-facts {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 11px;
  color: #899578;
  margin: 0 0 24px;
}
.kit-facts > span + span:before {
  content: "·";
  margin-right: 22px;
  color: #b0bb9f;
}
.kit-panel > .kit-facts {
  padding: 0 25px;
  margin-bottom: 20px;
}
.kit-panel > details {
  margin: 0 25px 20px;
}
.kit-details {
  padding: 20px 0;
}
.kit-details article {
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.kit-details h3 {
  font-size: 18px;
  line-height: 1.45;
}
.kit-details p {
  font-size: 12px;
  line-height: 1.8;
}
.probe {
  border-left: 2px solid #d8e5c3;
  padding-left: 15px;
  color: #7c8a6d;
}
.approval-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 18px 25px;
  background: #fbfcf8;
}
.approval-row .form-error {
  max-width: 250px;
}
.role-guide dt {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
}
.role-guide dd {
  margin: 0 0 22px;
  color: #8b977d;
  font-size: 11px;
  line-height: 1.8;
}
.danger {
  color: #a16f5b;
}
.review-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 24px;
  align-items: start;
}
.answer-card {
  padding: 24px 0;
  border-top: 1px solid var(--line);
  margin-top: 18px;
}
.answer-card h3 {
  font-size: 17px;
  line-height: 1.5;
}
.answer-card .eyebrow {
  font-size: 8px;
}
.answer-card details {
  margin-top: 15px;
}
.answer-card details p {
  font-size: 12px;
  color: #718165;
  line-height: 1.9;
  padding: 12px;
}
.answer-card textarea {
  line-height: 1.85;
  font-size: 12px;
}
.score-card {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.score-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.score-heading h3 {
  font-size: 17px;
  max-width: 220px;
  margin: 0;
}
.rating {
  font-size: 24px;
  color: #729153;
  background: #eef4e5;
  border-radius: 7px;
  padding: 6px 15px;
}
.score-card p {
  font-size: 11px;
  color: #81916f;
  line-height: 1.8;
  margin-top: 15px;
}
.score-card blockquote {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.6;
  color: #5d7350;
  margin: 18px 0;
  padding-left: 16px;
  border-left: 2px solid #d3e3ba;
}
.score-card cite {
  font-family: var(--sans);
  font-size: 9px;
  display: block;
  font-style: normal;
  color: #9cab8b;
  margin-top: 8px;
}
.review-decision {
  background: #f8faf4;
}
.pagination {
  margin: 20px 25px;
}
.lead {
  font-size: 17px;
  color: #7a8972;
  line-height: 1.8;
  max-width: 600px;
}
.prose h2 {
  margin-top: 40px;
  font-size: 25px;
}
.prose p {
  color: #79876f;
  line-height: 1.9;
}
.prose a {
  text-decoration: underline;
}
.prose h1,
.narrow h1 {
  font-size: 48px;
}
.notice {
  margin: 18px 0;
  padding: 14px 18px;
  background: #f0f4e7;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 12px;
  color: #728660;
}
.success {
  background: #e9f3e7;
  border-color: #d5e5cd;
  color: #517542;
}
.muted {
  color: var(--muted);
}
.preserve {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.mono {
  font-family: var(--mono);
  font-size: 0.86em;
}
.break {
  overflow-wrap: anywhere;
}
.nowrap {
  white-space: nowrap;
}
summary {
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  color: #6d8553;
  padding: 8px 0;
  line-height: 1.5;
}
details[open] > summary {
  margin-bottom: 12px;
}
code {
  font-family: var(--mono);
  font-size: 10px;
  background: #f1f4e9;
  padding: 2px 5px;
  border-radius: 3px;
}
dialog {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 35px;
  max-width: 540px;
  width: calc(100% - 40px);
  color: var(--ink);
  box-shadow: 0 20px 100px #0f271533;
}
dialog::backdrop {
  background: #14271c66;
  backdrop-filter: blur(4px);
}
dialog > p {
  color: var(--muted);
  font-size: 13px;
}
dialog input {
  margin-bottom: 20px;
  font-family: var(--mono);
  font-size: 11px;
}
.toast {
  position: fixed;
  right: 25px;
  bottom: 25px;
  max-width: 400px;
  background: var(--green);
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 5px 20px #0001;
  z-index: 30;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 15px;
  z-index: 99;
  background: white;
  padding: 12px 20px;
  border: 2px solid var(--green);
  border-radius: 5px;
}
.skip-link:focus {
  top: 15px;
}
[hidden] {
  display: none !important;
}
@media (min-width: 1550px) {
  .hero {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .hero h1 {
    font-size: 66px;
  }
}
@media (max-width: 1200px) {
  .wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hero {
    gap: 15px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-visual {
    transform: scale(0.9);
    transform-origin: center;
  }
  .orbit-two {
    width: 450px;
    height: 450px;
  }
  .candidate-section {
    margin-left: 32px;
    margin-right: 32px;
    padding: 45px;
    gap: 50px;
  }
  .workspace-content {
    padding: 30px;
  }
  .workspace-top {
    padding: 0 30px;
  }
  .dashboard-columns {
    grid-template-columns: 1fr;
  }
  .journey-panel {
    display: none;
  }
  .sidebar {
    width: 218px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .workspace-main {
    margin-left: 218px;
  }
  .review-layout {
    grid-template-columns: 1fr;
  }
  .two-columns {
    grid-template-columns: 1fr 1fr;
  }
  .panel-heading {
    padding: 20px;
  }
  .form-panel {
    padding: 24px;
  }
  th,
  td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-heading h1 {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .public-nav {
    height: 88px;
  }
  .public-nav nav {
    gap: 20px;
  }
  .public-nav nav > a:not(.button) {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
    padding-bottom: 65px;
    text-align: center;
    gap: 35px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-copy > .eyebrow {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }
  .hero .button-row,
  .hero-footnote {
    justify-content: center;
  }
  .hero-visual {
    max-width: 520px;
    width: 100%;
    margin: auto;
    transform: none;
    min-height: 460px;
  }
  .orbit-two {
    width: 460px;
    height: 460px;
  }
  .floating-note {
    right: 15px;
  }
  .principle-strip > .wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 10px;
  }
  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 20px;
  }
  .feature-grid {
    gap: 15px;
  }
  .feature-grid article {
    padding: 24px 18px;
  }
  .candidate-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .candidate-section > div > p {
    max-width: 100%;
  }
  .choice-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .choice-list > div {
    display: block;
    border: 0;
  }
  .choice-list > div > span {
    display: block;
    margin-bottom: 10px;
  }
  .workspace-content {
    padding: 25px;
  }
  .workspace-top {
    padding: 0 25px;
  }
  .top-right .badge {
    font-size: 8px;
  }
  .top-right {
    gap: 10px;
  }
  .sidebar {
    width: 200px;
  }
  .workspace-main {
    margin-left: 200px;
  }
  .sidebar > .brand {
    font-size: 20px;
    padding: 0 3px;
  }
  .sidebar > .brand img {
    width: 27px;
  }
  .stat-card {
    padding: 18px;
  }
  .stat-card small {
    font-size: 8px;
  }
  .stats-grid {
    gap: 12px;
  }
  .stat-card:after {
    display: none;
  }
  .page-heading {
    align-items: flex-start;
  }
  .page-heading > .button {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 10px;
  }
  .two-columns {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .workspace-footer {
    padding: 20px 25px;
  }
  .kit-facts {
    gap: 12px;
  }
  .kit-facts > span + span:before {
    margin-right: 12px;
  }
}
@media (max-width: 640px) {
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .public-nav {
    height: 82px;
  }
  .brand {
    font-size: 22px;
  }
  .public-nav .button {
    font-size: 10px;
    padding: 8px 11px;
    gap: 8px;
  }
  .public-nav .brand img {
    width: 26px;
    height: 26px;
  }
  .hero {
    padding-top: 35px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 330px;
  }
  .hero .button-row {
    gap: 20px;
  }
  .hero .button {
    min-height: 44px;
    font-size: 11px;
    padding: 12px 18px;
  }
  .hero .text-link {
    font-size: 11px;
  }
  .hero-footnote {
    font-size: 9px;
  }
  .hero-visual {
    min-height: 430px;
    width: 100%;
    margin-top: 10px;
  }
  .conversation-card {
    width: calc(100% - 22px);
    max-width: 345px;
    padding: 23px 21px;
  }
  .orbit {
    width: 350px;
    height: 350px;
  }
  .orbit-two {
    width: 410px;
    height: 410px;
  }
  .floating-note {
    right: 0;
    bottom: -5px;
    padding: 12px 14px;
    gap: 10px;
  }
  .floating-note strong {
    font-size: 10px;
  }
  .floating-note small {
    font-size: 8px;
  }
  .serif-quote {
    font-size: 25px;
  }
  .principle-strip > .wrap {
    gap: 13px;
    font-size: 9px;
  }
  .principle-strip span:before {
    margin-right: 7px;
  }
  .section-heading h2 {
    font-size: 32px;
  }
  .section-heading {
    margin-bottom: 28px;
  }
  .section-heading > p {
    font-size: 12px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid article {
    padding: 24px;
  }
  .feature-icon {
    margin: 20px 0;
  }
  .feature-grid article h3 {
    font-size: 22px;
  }
  .candidate-section {
    margin: 0 18px 50px;
    padding: 35px 25px;
    gap: 14px;
  }
  .candidate-section h2 {
    font-size: 32px;
  }
  .candidate-section > div > p {
    font-size: 12px;
  }
  .choice-list {
    display: block;
  }
  .choice-list > div {
    display: flex;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid #456050;
  }
  .choice-list > div > span {
    padding-top: 2px;
  }
  .choice-list p {
    font-size: 11px;
  }
  .choice-list strong {
    font-size: 13px;
  }
  .public-footer {
    flex-wrap: wrap;
    gap: 10px 25px;
    padding-top: 25px;
  }
  .public-footer .brand {
    font-size: 18px;
  }
  .public-footer p {
    font-size: 9px;
  }
  .public-footer > a:last-child {
    width: 100%;
    margin-left: 0;
    font-size: 10px;
  }
  .narrow h1,
  .prose h1 {
    font-size: 39px;
  }
  .lead {
    font-size: 15px;
  }
  .narrow {
    padding-left: 22px;
    padding-right: 22px;
  }
  .narrow.section {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .sidebar {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
    padding: 17px 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .sidebar > .brand {
    font-size: 20px;
  }
  .org-label,
  .sidebar-bottom,
  .nav-label {
    display: none;
  }
  .sidebar nav {
    display: flex;
    flex-direction: row;
    gap: 3px;
    overflow-x: auto;
    margin-top: 14px;
    padding-bottom: 12px;
  }
  .sidebar nav > a {
    font-size: 10px;
    white-space: nowrap;
    padding: 8px 10px;
    gap: 6px;
  }
  .sidebar nav > a > span {
    font-size: 15px;
    width: 15px;
  }
  .workspace-main {
    margin-left: 0;
  }
  .workspace-top {
    height: 53px;
    padding: 0 20px;
    font-size: 9px;
    gap: 10px;
  }
  .workspace-top .slash {
    margin: 0 7px;
  }
  .top-right .badge {
    font-size: 7px;
    padding: 4px 6px;
  }
  .top-right .badge .live-dot {
    margin-right: 2px;
    width: 4px;
    height: 4px;
  }
  .top-right select {
    max-width: 100px;
    padding: 4px;
    font-size: 9px;
  }
  .top-right > a {
    font-size: 17px;
  }
  .workspace-content {
    padding: 27px 18px;
  }
  .page-heading {
    gap: 12px;
    margin-bottom: 23px;
    flex-wrap: wrap;
  }
  .page-heading h1 {
    font-size: 28px;
  }
  .page-heading .eyebrow {
    font-size: 8px;
  }
  .page-heading p {
    font-size: 11px;
  }
  .stats-grid {
    gap: 9px;
    margin-bottom: 20px;
  }
  .stat-card {
    padding: 14px 11px;
  }
  .stat-card > span {
    font-size: 9px;
  }
  .stat-card strong {
    font-size: 30px;
    margin: 7px 0;
  }
  .stat-card small {
    font-size: 8px;
    line-height: 1.4;
    display: block;
  }
  .dashboard-columns {
    gap: 20px;
  }
  .panel-heading {
    padding: 20px;
  }
  .panel-heading h2 {
    font-size: 18px;
  }
  .empty-state {
    padding: 50px 25px;
    min-height: 260px;
  }
  .empty-state h3 {
    font-size: 20px;
  }
  .empty-state p {
    font-size: 11px;
  }
  .form-panel {
    padding: 22px 20px;
  }
  .form-panel h2 {
    font-size: 22px;
  }
  .form-panel > p {
    font-size: 11px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .workspace-footer {
    font-size: 8px;
    padding: 18px 20px;
  }
  .kit-facts {
    font-size: 10px;
    gap: 8px;
  }
  .kit-facts > span + span:before {
    margin-right: 8px;
  }
  .kit-panel > .kit-facts {
    padding: 0 20px;
  }
  .approval-row {
    padding: 15px 20px;
  }
  .approval-row .button {
    font-size: 10px;
  }
  .table-scroll table {
    min-width: 580px;
  }
  .role-guide dt {
    font-size: 12px;
  }
  .review-layout {
    gap: 20px;
  }
  .button-row {
    gap: 12px;
  }
  .button-row .button {
    white-space: normal;
    text-align: center;
  }
  .spaced {
    margin-top: 22px;
  }
  .notice {
    font-size: 11px;
  }
  .toast {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: none;
  }
  dialog {
    padding: 26px;
  }
  dialog h2 {
    font-size: 25px;
  }
  .answer-card textarea {
    font-size: 13px;
  }
  .prose h2 {
    font-size: 23px;
  }
  input,
  select,
  textarea {
    font-size: 16px;
  }
  .workspace input,
  .workspace select,
  .workspace textarea {
    font-size: 16px;
  }
  .workspace .top-right select {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.mobile-logout {
  display: none;
}
.workspace-top,
.stat-card > span,
.stat-card small,
th,
td small,
.user-block small,
.nav-label,
.workspace-footer,
.form-help,
.optional,
.page-heading p,
.form-help,
.role-guide dd {
  color: #63705b !important;
}
@media (max-width: 640px) {
  .mobile-logout {
    display: block;
  }
  .mobile-logout .text-link {
    font-size: 9px;
  }
  .workspace-top .badge {
    max-width: 125px;
    white-space: normal;
  }
}
.table-scroll {
  position: relative;
}
.sr-only {
  left: 0;
  top: 0;
}
