/* Colour, type, and geometry tokens live in /assets/css/tokens.css, which is
   loaded before this file on every page. Only page-specific tokens live here. */
:root {
  --ink-400: #91959c;   /* disabled text and hover hairlines only, never body copy */
  --radius-lg: 14px;
  --measure: 720px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink-900);
  background: var(--warm-50);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
select {
  font: inherit;
}

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

a {
  color: var(--red);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--red-dark);
}

button {
  color: inherit;
}

h1,
h2,
h3,
h4,
p,
dl,
dd,
ol,
ul,
fieldset {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--ink-950);
  font-family: var(--serif);
  text-wrap: balance;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 6.2vw, 5.25rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.72rem, 3.2vw, 2.55rem);
  line-height: 1.17;
  letter-spacing: -0.027em;
}

h3 {
  margin-bottom: 9px;
  font-size: 1.08rem;
  line-height: 1.35;
}

h4 {
  margin-bottom: 8px;
  font-size: 1.12rem;
  line-height: 1.35;
}

p:last-child {
  margin-bottom: 0;
}

::selection {
  color: var(--ink-950);
  background: #ead7cf;
}

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink-950);
  border-radius: var(--radius-sm);
  font-weight: 700;
  transform: translateY(-180%);
}

.skip-link:focus {
  color: var(--white);
  transform: translateY(0);
}

.site-head {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-top: 4px solid var(--red);
  border-bottom: 1px solid var(--ink-200);
  backdrop-filter: blur(14px);
}

.head-inner,
.hero-inner,
.trust-inner,
.navigator-wrap,
.content-wrap,
.footer-inner {
  width: min(var(--content), calc(100% - (2 * var(--page-pad))));
  margin-inline: auto;
}

.head-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  min-width: max-content;
  color: var(--ink-950);
  text-decoration: none;
}

.brand:hover {
  color: var(--red);
}

.brand-name {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

.brand-sub {
  margin-top: 4px;
  color: var(--ink-500);
  font-size: 0.67rem;
  line-height: 1;
  letter-spacing: 0.035em;
}

.head-actions,
.lang-switch {
  display: flex;
  align-items: center;
}

.head-actions {
  gap: 24px;
}

.back-link {
  color: var(--ink-600);
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}

.back-link::before {
  content: "←";
  margin-right: 7px;
  color: var(--red);
}

.back-link:hover {
  color: var(--red);
}

.lang-switch {
  padding: 3px;
  background: var(--ink-100);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-sm);
}

.lang-button {
  min-width: 38px;
  min-height: 30px;
  padding: 3px 8px;
  color: var(--ink-600);
  background: transparent;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lang-button.is-active {
  color: var(--white);
  background: var(--ink-900);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 108px) 0 clamp(64px, 8vw, 100px);
  background: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 360px);
  width: 1px;
  background: var(--ink-150);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
  align-items: center;
  gap: clamp(48px, 8vw, 100px);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.funding-mark {
  display: inline-flex;
  align-items: stretch;
  margin-bottom: 34px;
  color: var(--ink-600);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-sm);
  overflow: hidden;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.045em;
}

.funding-mark span {
  padding: 9px 11px;
}

.funding-kicker {
  color: var(--white);
  background: var(--ink-900);
}

.eyebrow,
.app-kicker,
.small-label {
  margin-bottom: 10px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

.hero-subtitle {
  max-width: 670px;
  margin-bottom: 30px;
  color: var(--ink-600);
  font-size: clamp(1.03rem, 1.7vw, 1.25rem);
  font-weight: 300;
  line-height: 1.72;
}

.hero-actions,
.form-actions,
.results-actions,
.case-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-text-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 10px 4px;
  color: var(--red);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.hero-text-link:hover {
  color: var(--red-dark);
  text-decoration: underline;
}

.hero-meta {
  margin-top: 15px;
  color: var(--ink-500);
  font-size: 0.78rem;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border: 1.5px solid transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 6px 16px rgba(117, 48, 34, 0.18);
}

.button-primary:hover:not(:disabled) {
  color: var(--white);
  background: var(--red-dark);
  border-color: var(--red-dark);
}

.button-secondary {
  color: var(--ink-800);
  background: var(--white);
  border-color: var(--ink-300);
}

.button-secondary:hover:not(:disabled) {
  color: var(--red);
  border-color: var(--red);
}

.button-large {
  min-height: 52px;
  padding-inline: 27px;
  font-size: 0.93rem;
}

.button:disabled {
  color: var(--ink-400);
  background: var(--ink-100);
  border-color: var(--ink-200);
  box-shadow: none;
  cursor: not-allowed;
}

.text-button {
  min-height: 42px;
  padding: 8px 4px;
  color: var(--red);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
}

.text-button:hover {
  color: var(--red-dark);
  text-decoration-color: currentColor;
}

.hero-model {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 1;
  justify-self: end;
  isolation: isolate;
}

.hero-model::before,
.hero-model::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-model::before {
  inset: 4%;
  z-index: -2;
  border: 1px solid var(--ink-200);
}

.hero-model::after {
  inset: 19%;
  z-index: -1;
  border: 1px dashed var(--ink-300);
}

.model-core,
.model-item {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 8px 24px rgba(31, 34, 39, 0.12);
}

.model-core {
  inset: 34%;
  color: var(--white);
  background: var(--ink-900);
  border: 5px solid var(--white);
  font-family: var(--serif);
  font-size: clamp(0.76rem, 1.3vw, 0.96rem);
  line-height: 1.32;
}

.model-core::before,
.model-core::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--ink-300);
}

.model-core::before {
  width: 230%;
  height: 1px;
  transform: rotate(33deg);
}

.model-core::after {
  width: 1px;
  height: 230%;
  transform: rotate(22deg);
}

.model-item {
  width: 29%;
  aspect-ratio: 1;
  padding: 8px;
  color: var(--ink-800);
  background: var(--white);
  border: 1px solid var(--ink-200);
  font-size: clamp(0.69rem, 1.35vw, 0.84rem);
  font-weight: 700;
  line-height: 1.25;
}

.model-one {
  top: 0;
  left: 35.5%;
  border-top: 5px solid var(--red);
}

.model-two {
  top: 24%;
  right: 0;
  border-right: 5px solid var(--teal);
}

.model-three {
  right: 12%;
  bottom: 2%;
  border-bottom: 5px solid var(--red);
}

.model-four {
  bottom: 2%;
  left: 12%;
  border-bottom: 5px solid var(--teal);
}

.model-five {
  top: 24%;
  left: 0;
  border-left: 5px solid var(--red);
}

.trust-strip {
  color: rgba(255, 255, 255, 0.82);
  background: var(--ink-950);
}

.trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-item strong {
  margin-bottom: 5px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 0.96rem;
}

.trust-item span {
  font-size: 0.79rem;
  line-height: 1.55;
}

.navigator-section {
  position: relative;
  padding: clamp(52px, 7vw, 88px) 0;
  background: var(--ink-100);
  border-bottom: 1px solid var(--ink-200);
}

.navigator-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: var(--teal);
}

.app-shell {
  min-height: 560px;
  padding: clamp(28px, 5vw, 58px);
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

#app-view > :first-child {
  animation: view-in 320ms ease both;
}

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

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: clamp(42px, 7vw, 84px);
  align-items: start;
}

.intro-main h2 {
  max-width: 680px;
}

.app-lead,
.assessment-head > p:last-child,
.results-head > div > p:last-child,
.section-title-row > div > p:last-child,
.case-head > div > p:last-child {
  max-width: var(--measure);
  color: var(--ink-600);
  line-height: 1.72;
}

.app-lead {
  margin-bottom: 30px;
  font-size: 1.05rem;
}

.intro-points {
  margin-bottom: 30px;
  border-top: 1px solid var(--ink-200);
}

.intro-point {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--ink-200);
}

.intro-point > span {
  color: var(--red);
  font-family: var(--serif);
  font-size: 0.79rem;
  font-weight: 700;
}

.intro-point h3 {
  margin-bottom: 3px;
  font-size: 0.98rem;
}

.intro-point p {
  margin-bottom: 0;
  color: var(--ink-600);
  font-size: 0.85rem;
  line-height: 1.55;
}

.example-panel {
  padding: 22px;
  background: var(--warm-50);
  border: 1px solid var(--ink-200);
  border-top: 4px solid var(--teal);
  border-radius: var(--radius-md);
}

.example-panel .small-label {
  color: var(--teal-dark);
}

.example-button {
  width: 100%;
  min-height: 84px;
  display: grid;
  grid-template-columns: 44px 1fr 20px;
  align-items: center;
  gap: 12px;
  padding: 14px 5px;
  color: var(--ink-800);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--ink-200);
  cursor: pointer;
  text-align: left;
}

.example-button:last-child {
  border-bottom: 1px solid var(--ink-200);
}

.example-button:hover {
  color: var(--red);
}

.example-button > span:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.example-button strong {
  margin-bottom: 2px;
  font-family: var(--serif);
  font-size: 0.9rem;
  line-height: 1.35;
}

.example-button small {
  color: var(--ink-500);
  font-size: 0.75rem;
  line-height: 1.35;
}

.example-icon {
  position: relative;
  width: 38px;
  aspect-ratio: 1;
  border: 1px solid var(--ink-300);
  border-radius: 50%;
}

.example-icon::before,
.example-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  aspect-ratio: 1;
  background: var(--white);
  border: 2px solid currentColor;
  border-radius: 50%;
}

.example-icon::before {
  top: -3px;
  left: 0;
}

.example-icon::after {
  right: -3px;
  bottom: 1px;
}

.example-fragmented {
  color: var(--red);
  border-style: dashed;
}

.example-anchored {
  color: var(--teal);
  background: var(--teal-soft);
}

.example-return {
  color: var(--gold);
  border-width: 3px;
  border-color: var(--gold);
}

.stepper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: -6px 0 clamp(34px, 5vw, 54px);
}

.stepper-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-400);
}

.stepper-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  left: 46px;
  height: 1px;
  background: var(--ink-200);
}

.stepper-item > span {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  background: var(--white);
  border: 1px solid var(--ink-300);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.74rem;
  font-weight: 700;
}

.stepper-item small {
  position: relative;
  z-index: 1;
  max-width: 145px;
  padding-right: 10px;
  background: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
}

.stepper-item.is-current,
.stepper-item.is-complete {
  color: var(--ink-800);
}

.stepper-item.is-current > span {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.stepper-item.is-complete > span {
  color: var(--white);
  background: var(--teal);
  border-color: var(--teal);
}

.assessment-head {
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--ink-200);
}

.question-list {
  display: grid;
  gap: 24px;
}

.question-card {
  min-width: 0;
  padding: 0;
  border: 0;
}

.question-card legend {
  width: 100%;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 12px;
  margin-bottom: 14px;
  padding: 0;
  color: var(--ink-900);
  font-family: var(--serif);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.5;
}

.question-card legend > span {
  color: var(--red);
  font-size: 0.72rem;
  line-height: 2.05;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 8px;
  margin-left: 54px;
}

.option-card {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  color: var(--ink-700);
  background: var(--warm-50);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 0.82rem;
  line-height: 1.35;
  transition: background-color 130ms ease, border-color 130ms ease, color 130ms ease, box-shadow 130ms ease;
}

.option-card:hover {
  color: var(--ink-950);
  background: var(--white);
  border-color: var(--ink-400);
}

.option-card:focus-within {
  outline: 3px solid var(--teal);
  outline-offset: 2px;
}

.option-card.is-selected {
  color: var(--red-dark);
  background: var(--red-soft);
  border-color: var(--red);
  box-shadow: inset 0 -3px 0 var(--red);
}

.option-card input,
.case-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.option-marker {
  width: 26px;
  height: 26px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink-500);
  background: var(--white);
  border: 1px solid var(--ink-300);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
}

.option-card.is-selected .option-marker {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.question-note {
  margin: 10px 0 0 54px;
  color: var(--ink-500);
  font-size: 0.77rem;
}

.question-note summary,
.trigger-panel summary,
.method-panel summary {
  cursor: pointer;
  font-weight: 700;
}

.question-note summary {
  width: fit-content;
  color: var(--ink-600);
}

.question-note p {
  max-width: 760px;
  margin: 8px 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--teal);
  line-height: 1.6;
}

.validation-message {
  margin-top: 24px;
  padding: 12px 15px;
  color: var(--red-dark);
  background: var(--red-soft);
  border-left: 4px solid var(--red);
  border-radius: var(--radius-sm);
  font-size: 0.84rem;
  font-weight: 700;
}

.validation-message[hidden] {
  display: none;
}

.form-actions {
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid var(--ink-200);
}

.results-head,
.case-head,
.section-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.results-head,
.case-head {
  margin-bottom: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--ink-200);
}

.results-head > div:first-child,
.case-head > div:first-child {
  flex: 1;
}

.results-actions {
  flex: 0 0 auto;
}

.example-notice,
.no-priority {
  margin-bottom: 24px;
  padding: 13px 16px;
  color: var(--teal-dark);
  background: var(--teal-soft);
  border-left: 4px solid var(--teal);
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 600;
}

.results-overview {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(430px, 1.22fr);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.portfolio-panel,
.signals-panel {
  min-width: 0;
  padding: clamp(22px, 3vw, 32px);
  background: var(--warm-50);
}

.portfolio-panel {
  border-right: 1px solid var(--ink-200);
}

.signals-panel {
  background: var(--white);
}

.panel-heading {
  display: flex;
  align-items: baseline;
  gap: 11px;
  margin-bottom: 22px;
}

.panel-heading > span {
  color: var(--red);
  font-family: var(--serif);
  font-size: 0.7rem;
  font-weight: 700;
}

.panel-heading h3 {
  margin: 0;
  font-size: 1.02rem;
}

.portfolio-visual {
  position: relative;
  min-height: 310px;
  margin: 0 auto 12px;
  border: 1px dashed var(--ink-300);
  border-radius: 50%;
}

.portfolio-visual::before {
  content: "Portfolio";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  display: grid;
  z-index: 4;
  place-items: center;
  color: var(--white);
  background: var(--ink-900);
  border: 5px solid var(--warm-50);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.68rem;
  transform: translate(-50%, -50%);
}

.team-orbit {
  position: absolute;
  width: var(--team-size);
  height: var(--team-size);
  display: grid;
  z-index: 2;
  place-content: center;
  padding: 8px;
  color: var(--ink-800);
  background: var(--white);
  border: 2px solid var(--teal);
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(30, 50, 50, 0.12);
  text-align: center;
  transform: translate(-50%, -50%);
}

.team-orbit span {
  font-size: 0.68rem;
  font-weight: 700;
}

.team-orbit small {
  color: var(--ink-500);
  font-size: 0.61rem;
}

.team-1 { top: 21%; left: 50%; border-color: var(--red); }
.team-2 { top: 42%; left: 77%; }
.team-3 { top: 76%; left: 66%; border-color: var(--red); }
.team-4 { top: 77%; left: 29%; }
.team-5 { top: 42%; left: 19%; border-color: var(--gold); }
.team-6 { top: 18%; left: 25%; }

.panel-note {
  color: var(--ink-500);
  font-size: 0.72rem;
  line-height: 1.5;
  text-align: center;
}

.portfolio-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 22px 0 0;
  background: var(--ink-200);
  border: 1px solid var(--ink-200);
}

.portfolio-facts > div {
  min-width: 0;
  padding: 12px;
  background: var(--white);
}

.portfolio-facts dt {
  margin-bottom: 3px;
  color: var(--ink-500);
  font-size: 0.63rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.portfolio-facts dd {
  margin: 0;
  color: var(--ink-800);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
}

.signal-list {
  display: grid;
  gap: 18px;
}

.signal-row {
  min-width: 0;
}

.signal-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}

.signal-label strong {
  font-size: 0.82rem;
}

.signal-band,
.evidence-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.signal-band.light {
  color: var(--ink-600);
  background: var(--ink-100);
}

.signal-band.noticeable {
  color: #725019;
  background: var(--gold-soft);
}

.signal-band.strong {
  color: var(--red-dark);
  background: var(--red-soft);
}

.signal-band.positive {
  color: var(--green);
  background: var(--green-soft);
}

.signal-track {
  position: relative;
  height: 8px;
  overflow: hidden;
  background: var(--ink-100);
  border-radius: 999px;
}

.signal-track span {
  display: block;
  height: 100%;
  background: var(--teal);
  border-radius: inherit;
}

.signal-row:nth-child(4) .signal-track span {
  background: var(--green);
}

.signal-row p {
  margin: 6px 0 0;
  color: var(--ink-500);
  font-size: 0.68rem;
  line-height: 1.45;
}

.priority-section,
.action-builder,
.strength-section,
.scenario-preview,
.generated-plan {
  margin-top: clamp(34px, 5vw, 54px);
}

.section-title-row {
  margin-bottom: 20px;
}

.section-title-row h3 {
  margin-bottom: 7px;
  font-size: clamp(1.35rem, 2.5vw, 1.78rem);
}

.priority-list {
  display: grid;
  gap: 14px;
}

.additional-priorities {
  margin-top: 18px;
  padding: 16px;
  background: var(--warm-50);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-md);
}

.additional-priorities > summary {
  cursor: pointer;
  color: var(--ink-700);
  font-weight: 700;
}

.additional-priorities > p {
  margin: 10px 0 14px;
  color: var(--ink-500);
  font-size: 0.82rem;
  line-height: 1.55;
}

.additional-priorities[open] > summary {
  margin-bottom: 2px;
}

.priority-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.priority-rank {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  color: var(--white);
  background: var(--red);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.priority-body {
  min-width: 0;
  padding: clamp(20px, 3vw, 30px);
}

.priority-body h4 {
  font-size: 1.2rem;
}

.priority-summary {
  max-width: 820px;
  color: var(--ink-600);
  font-size: 0.91rem;
  line-height: 1.65;
}

.trigger-panel {
  margin: 17px 0;
  padding: 11px 14px;
  background: var(--warm-50);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-sm);
  color: var(--ink-600);
  font-size: 0.77rem;
}

.trigger-panel ul {
  display: grid;
  gap: 7px;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid var(--ink-200);
  list-style: none;
}

.trigger-panel li {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(180px, 1fr);
  gap: 18px;
}

.trigger-panel li span {
  color: var(--ink-500);
}

.action-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 18px 0;
}

.action-grid > div {
  padding: 17px;
  background: var(--warm-50);
  border-left: 3px solid var(--teal);
}

.action-grid > div:nth-child(2) {
  border-color: var(--red);
}

.action-grid > div:nth-child(3) {
  border-color: var(--gold);
}

.action-grid > div:nth-child(4) {
  border-color: var(--ink-500);
}

.action-grid span {
  display: block;
  margin-bottom: 5px;
  color: var(--ink-500);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.action-grid p {
  margin: 0;
  color: var(--ink-700);
  font-size: 0.81rem;
  line-height: 1.57;
}

.research-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--ink-200);
}

.research-links > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  color: var(--ink-700);
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-sm);
  font-size: 0.72rem;
  line-height: 1.25;
  text-decoration: none;
}

.research-links > a:hover {
  color: var(--red);
  border-color: var(--red);
}

.research-links strong {
  font-weight: 700;
}

.evidence-status.status-published {
  color: var(--green);
  background: var(--green-soft);
}

.evidence-status.status-accepted {
  color: var(--teal-dark);
  background: var(--teal-soft);
}

.evidence-status.status-rr {
  color: #725019;
  background: var(--gold-soft);
}

.evidence-status.status-review,
.evidence-status.status-theory {
  color: var(--red-dark);
  background: var(--red-soft);
}

.strength-section {
  padding: 22px;
  background: var(--green-soft);
  border: 1px solid #c6ddcf;
  border-radius: var(--radius-md);
}

.strength-section > .small-label {
  color: var(--green);
}

.priority-card.is-compact {
  background: rgba(255, 255, 255, 0.82);
  border-color: #bbd5c5;
  box-shadow: none;
}

.priority-card.is-compact .priority-rank {
  color: var(--white);
  background: var(--green);
}

.priority-card.is-compact .priority-body {
  padding-block: 20px;
}

.scenario-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(24px, 4vw, 38px);
  color: rgba(255, 255, 255, 0.82);
  background: var(--ink-950);
  border-left: 7px solid var(--gold);
  border-radius: var(--radius-md);
}

.scenario-preview h3 {
  margin-bottom: 7px;
  color: var(--white);
  font-size: 1.35rem;
}

.scenario-preview p:last-child {
  margin-bottom: 0;
  font-size: 0.86rem;
}

.scenario-preview .app-kicker {
  color: #e6c990;
}

.scenario-preview .button-secondary {
  flex: 0 0 auto;
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
}

.scenario-preview .button-secondary:hover {
  color: var(--ink-950);
  background: var(--white);
  border-color: var(--white);
}

.action-builder {
  padding: clamp(24px, 4vw, 38px);
  background: var(--warm-50);
  border: 1px solid var(--ink-200);
  border-top: 5px solid var(--teal);
  border-radius: var(--radius-md);
}

.action-builder form {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 0.75fr auto;
  align-items: end;
  gap: 11px;
}

.action-builder label {
  display: grid;
  gap: 6px;
  color: var(--ink-700);
  font-size: 0.72rem;
  font-weight: 700;
}

.action-builder input,
.action-builder select {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  color: var(--ink-900);
  background: var(--white);
  border: 1px solid var(--ink-300);
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
}

.action-builder input:hover,
.action-builder select:hover {
  border-color: var(--ink-500);
}

.generated-plan {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--ink-300);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.plan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 28px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink-950);
}

.plan-head p {
  margin-bottom: 2px;
  color: #e6c990;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-head h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.3rem;
}

.plan-head > span {
  font-size: 0.7rem;
  font-weight: 700;
}

.generated-plan > dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0;
  background: var(--ink-200);
  border-bottom: 1px solid var(--ink-200);
}

.generated-plan > dl > div {
  padding: 18px;
  background: var(--white);
}

.generated-plan dt {
  margin-bottom: 5px;
  color: var(--ink-500);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.generated-plan dd {
  margin: 0;
  color: var(--ink-800);
  font-size: 0.82rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.plan-experiment,
.plan-prompt,
.generated-plan > .button {
  margin-inline: 28px;
}

.plan-experiment {
  margin-top: 24px;
  padding: 18px;
  background: var(--teal-soft);
  border-left: 4px solid var(--teal);
}

.plan-experiment strong {
  display: block;
  margin-bottom: 4px;
  color: var(--teal-dark);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-experiment p,
.plan-prompt {
  color: var(--ink-700);
  font-size: 0.86rem;
  line-height: 1.6;
}

.plan-prompt {
  margin-top: 18px;
}

.generated-plan > .button {
  margin-top: 2px;
  margin-bottom: 28px;
}

.case-body {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  gap: clamp(32px, 5vw, 58px);
  align-items: start;
}

.case-reading > p {
  color: var(--ink-700);
  font-size: 0.96rem;
  line-height: 1.78;
}

.case-reading > p:first-child::first-letter {
  float: left;
  margin: 7px 8px 0 0;
  color: var(--red);
  font-family: var(--serif);
  font-size: 3.35rem;
  font-weight: 700;
  line-height: 0.72;
}

.case-evidence-note {
  margin-top: 24px;
  padding: 18px;
  color: var(--ink-700);
  background: var(--gold-soft);
  border-left: 4px solid var(--gold);
}

.case-evidence-note strong {
  display: block;
  margin-bottom: 5px;
  color: #725019;
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.case-evidence-note p {
  margin: 0;
  font-size: 0.79rem;
  line-height: 1.55;
}

.decision-panel {
  position: sticky;
  top: 102px;
  padding: 24px;
  background: var(--warm-50);
  border: 1px solid var(--ink-200);
  border-top: 5px solid var(--gold);
  border-radius: var(--radius-md);
}

.decision-panel .small-label {
  color: #725019;
}

.decision-panel h3 {
  font-size: 1.05rem;
}

.case-options {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.case-option {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 58px;
  padding: 13px 13px 13px 40px;
  color: var(--ink-700);
  background: var(--white);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 0.81rem;
  line-height: 1.42;
}

.case-option::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 14px;
  width: 14px;
  height: 14px;
  background: var(--white);
  border: 1.5px solid var(--ink-400);
  border-radius: 50%;
}

.case-option:hover {
  color: var(--ink-950);
  border-color: var(--ink-400);
}

.case-option:focus-within {
  outline: 3px solid var(--teal);
  outline-offset: 2px;
}

.case-option.is-selected {
  color: var(--red-dark);
  background: var(--red-soft);
  border-color: var(--red);
}

.case-option.is-selected::before {
  background: var(--red);
  border: 4px solid var(--white);
  box-shadow: 0 0 0 1.5px var(--red);
}

.case-option.is-correct {
  color: var(--green);
  background: var(--green-soft);
  border-color: var(--green);
}

.case-option.is-correct::before {
  background: var(--green);
  box-shadow: 0 0 0 1.5px var(--green);
}

.case-option.is-incorrect {
  color: var(--red-dark);
  background: var(--red-soft);
}

.decision-panel > .button {
  width: 100%;
}

.case-feedback {
  margin-top: 14px;
  padding: 13px 14px;
  border-left: 4px solid;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.55;
}

.case-feedback.correct {
  color: var(--green);
  background: var(--green-soft);
  border-color: var(--green);
}

.case-feedback.incorrect {
  color: var(--red-dark);
  background: var(--red-soft);
  border-color: var(--red);
}

.discussion-panel {
  margin-top: 40px;
  padding: 26px 30px;
  background: var(--ink-950);
  border-radius: var(--radius-md);
}

.discussion-panel .small-label {
  color: #e6c990;
}

.discussion-panel ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.83);
}

.discussion-panel li {
  padding-left: 4px;
  font-size: 0.83rem;
  line-height: 1.58;
}

.case-actions {
  justify-content: flex-end;
  margin-top: 20px;
}

.evidence-section,
.limits-section {
  padding: clamp(62px, 8vw, 96px) 0;
}

.evidence-section {
  background: var(--white);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading > p:last-child {
  color: var(--ink-600);
  font-size: 1rem;
  line-height: 1.72;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.evidence-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 22px;
  background: var(--warm-50);
  border: 1px solid var(--ink-200);
  border-top: 4px solid var(--ink-400);
  border-radius: var(--radius-sm);
}

.evidence-card:has(.status-published) {
  border-top-color: var(--green);
}

.evidence-card:has(.status-accepted) {
  border-top-color: var(--teal);
}

.evidence-card:has(.status-rr) {
  border-top-color: var(--gold);
}

.evidence-card:has(.status-review),
.evidence-card:has(.status-theory) {
  border-top-color: var(--red);
}

.evidence-card h3 {
  margin-top: 14px;
  font-size: 0.98rem;
}

.evidence-card > p:not(.evidence-citation) {
  flex: 1;
  color: var(--ink-600);
  font-size: 0.82rem;
  line-height: 1.6;
}

.evidence-citation {
  color: var(--ink-500);
  font-size: 0.71rem;
  line-height: 1.45;
}

.evidence-card > a {
  align-self: flex-start;
  margin-top: 10px;
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}

.evidence-card > a:hover {
  text-decoration: underline;
}

.method-panel {
  margin-top: 24px;
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-sm);
}

.method-panel > summary {
  padding: 17px 20px;
  color: var(--ink-800);
  background: var(--warm-50);
  font-family: var(--serif);
  font-size: 0.9rem;
}

.method-content {
  max-width: 850px;
  padding: 22px 24px;
  color: var(--ink-600);
  font-size: 0.86rem;
  line-height: 1.65;
}

.method-note {
  padding-top: 12px;
  border-top: 1px solid var(--ink-200);
  color: var(--ink-500);
  font-size: 0.75rem;
}

.limits-section {
  color: rgba(255, 255, 255, 0.77);
  background: var(--teal-dark);
}

.limits-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(380px, 1.25fr);
  gap: clamp(40px, 8vw, 100px);
}

.limits-section .eyebrow {
  color: #c5ded9;
}

.limits-section h2 {
  color: var(--white);
}

.limits-copy {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.27);
}

.limits-copy p {
  font-size: 0.9rem;
  line-height: 1.74;
}

footer {
  color: rgba(255, 255, 255, 0.58);
  background: var(--ink-950);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px 50px;
  padding-block: 34px;
  font-size: 0.75rem;
  line-height: 1.58;
}

.footer-inner > div:first-child {
  max-width: 700px;
}

.footer-title {
  margin-bottom: 5px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 0.9rem;
  font-weight: 700;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--white);
  text-decoration: underline;
}

.version {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.67rem;
  letter-spacing: 0.04em;
}

.noscript {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 999;
  padding: 14px 18px;
  color: var(--white);
  background: var(--red-dark);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  font-weight: 700;
  text-align: center;
}

@media (max-width: 980px) {
  .hero::before {
    display: none;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
    gap: 46px;
  }

  .hero-model {
    width: min(100%, 365px);
  }

  .intro-grid {
    gap: 40px;
  }

  .results-overview {
    grid-template-columns: minmax(270px, 0.85fr) minmax(370px, 1.15fr);
  }

  .portfolio-visual {
    min-height: 275px;
  }

  .action-builder form {
    grid-template-columns: repeat(2, 1fr);
  }

  .action-builder form .button {
    width: fit-content;
  }

  .evidence-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  html {
    scroll-padding-top: 78px;
  }

  .hero-inner,
  .intro-grid,
  .results-overview,
  .case-body,
  .limits-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 690px;
  }

  .hero-model {
    width: min(88vw, 430px);
    justify-self: center;
  }

  .trust-inner {
    grid-template-columns: 1fr;
  }

  .trust-item {
    min-height: 0;
    padding: 20px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .trust-item:last-child {
    border-right: 0;
    border-bottom: 0;
  }

  .intro-grid {
    gap: 34px;
  }

  .portfolio-panel {
    border-right: 0;
    border-bottom: 1px solid var(--ink-200);
  }

  .portfolio-visual {
    max-width: 390px;
    min-height: 355px;
  }

  .case-body {
    gap: 32px;
  }

  .decision-panel {
    position: static;
  }

  .discussion-panel ol {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .generated-plan > dl {
    grid-template-columns: repeat(2, 1fr);
  }

  .limits-copy {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 640px) {
  :root {
    --page-pad: 18px;
  }

  body {
    font-size: 15px;
  }

  .site-head {
    border-top-width: 3px;
  }

  .head-inner {
    min-height: 61px;
    gap: 12px;
  }

  .brand-sub,
  .back-link {
    display: none;
  }

  .head-actions {
    gap: 8px;
  }

  .hero {
    padding-top: 48px;
  }

  .funding-mark {
    margin-bottom: 26px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-model {
    width: min(92vw, 360px);
  }

  .model-core {
    inset: 33%;
  }

  .model-item {
    width: 30%;
  }

  .navigator-section {
    padding-block: 34px;
  }

  .app-shell {
    min-height: 0;
    padding: 24px 18px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
  }

  .stepper-item {
    display: block;
  }

  .stepper-item > span {
    margin-bottom: 6px;
  }

  .stepper-item small {
    display: block;
    max-width: 80px;
    padding-right: 4px;
    font-size: 0.64rem;
  }

  .stepper-item:not(:last-child)::after {
    top: 17px;
    left: 35px;
  }

  .question-card legend {
    grid-template-columns: 32px 1fr;
  }

  .option-grid,
  .question-note {
    margin-left: 0;
  }

  .option-grid {
    grid-template-columns: 1fr;
  }

  .option-card {
    min-height: 58px;
  }

  .form-actions .button {
    flex: 1 1 130px;
  }

  .results-head,
  .case-head,
  .section-title-row,
  .scenario-preview,
  .plan-head {
    flex-direction: column;
  }

  .results-actions {
    width: 100%;
  }

  .results-actions .button,
  .results-actions .text-button {
    flex: 1;
  }

  .portfolio-visual {
    min-height: 285px;
  }

  .portfolio-facts,
  .action-grid,
  .evidence-grid,
  .generated-plan > dl,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .priority-card {
    grid-template-columns: 42px 1fr;
  }

  .priority-rank {
    padding-top: 21px;
    font-size: 0.95rem;
  }

  .priority-body {
    padding: 20px 16px;
  }

  .trigger-panel li {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .research-links {
    display: grid;
  }

  .research-links > a {
    align-items: flex-start;
  }

  .scenario-preview .button,
  .case-actions .button {
    width: 100%;
  }

  .action-builder form {
    grid-template-columns: 1fr;
  }

  .action-builder form .button {
    width: 100%;
  }

  .plan-head {
    align-items: flex-start;
  }

  .plan-experiment,
  .plan-prompt,
  .generated-plan > .button {
    margin-inline: 18px;
  }

  .generated-plan > .button {
    width: calc(100% - 36px);
  }

  .discussion-panel {
    padding: 22px 20px;
  }

  .footer-links {
    grid-row: auto;
  }

  .version {
    grid-column: 1;
  }
}

@media (max-width: 390px) {
  .brand-name {
    max-width: 150px;
    font-size: 0.87rem;
    white-space: normal;
  }

  .hero-model {
    width: 310px;
    max-width: 100%;
  }

  .model-item {
    font-size: 0.62rem;
  }

  .portfolio-visual {
    min-height: 255px;
  }

  .team-orbit {
    max-width: 86px;
    max-height: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .button,
  .option-card,
  .case-option,
  .evidence-card,
  .priority-card {
    border: 2px solid ButtonText;
  }

  .signal-track {
    border: 1px solid CanvasText;
  }

  .signal-track span {
    background: Highlight;
  }
}

@media print {
  @page {
    margin: 14mm;
  }

  :root {
    --page-pad: 0;
  }

  html,
  body {
    color: #000;
    background: #fff;
    font-size: 10pt;
  }

  .site-head,
  .hero,
  .trust-strip,
  .evidence-section,
  .limits-section,
  footer,
  .no-print,
  .skip-link,
  .noscript {
    display: none !important;
  }

  .navigator-section {
    padding: 0;
    background: #fff;
    border: 0;
  }

  .navigator-section::before {
    display: none;
  }

  .navigator-wrap {
    width: 100%;
  }

  .app-shell {
    min-height: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .results-head,
  .case-head {
    margin-bottom: 14pt;
    padding-bottom: 10pt;
  }

  .results-overview,
  .case-body,
  .limits-grid {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-panel,
  .signals-panel,
  .priority-card,
  .strength-section,
  .generated-plan,
  .discussion-panel,
  .case-evidence-note {
    break-inside: avoid;
    box-shadow: none;
  }

  .portfolio-visual {
    min-height: 230px;
  }

  .priority-section,
  .strength-section,
  .generated-plan,
  .discussion-panel {
    margin-top: 18pt;
  }

  .priority-card {
    grid-template-columns: 36px 1fr;
  }

  .priority-rank,
  .plan-head,
  .discussion-panel {
    color: #000;
    background: #fff;
    border: 1px solid #777;
  }

  .plan-head h3,
  .discussion-panel,
  .discussion-panel .small-label {
    color: #000;
  }

  .generated-plan > dl {
    grid-template-columns: repeat(2, 1fr);
  }

  a {
    color: #000;
    text-decoration: none;
  }
}
