@charset "UTF-8";
:root {
  color-scheme: dark;
  --bg: #101511;
  --panel: #181e19;
  --ink: #f1f3e9;
  --muted: #aeb8ad;
  --green: #c2f878;
  --line: #354037;
  --mono: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 6px;
}
p {
  margin: 0 0 22px;
  color: var(--muted);
}
h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 0;
  font-weight: 650;
}
h1 {
  font-size: clamp(3.2rem, 5.6vw, 5.5rem);
  letter-spacing: -0.065em;
  line-height: 1.02;
}
h1 span {
  color: var(--green);
}
h2 {
  font-size: clamp(2.2rem, 3.9vw, 3.6rem);
}
h3 {
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}
code,
pre {
  font-family: var(--mono);
}
.wrap {
  width: min(1220px, calc(100% - 96px));
  margin-inline: auto;
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  background: var(--green);
  color: var(--bg);
  padding: 12px 20px;
  z-index: 10;
}
.skip:focus {
  top: 12px;
}
.header {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}
.brand svg {
  width: 31px;
  height: 34px;
  fill: var(--green);
}
.brand-dot {
  color: var(--green);
}
.header nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
  margin-right: 24px;
  font-size: 14px;
}
.header nav a,
.footer nav a {
  text-decoration: none;
  color: var(--muted);
}
.header nav a:hover,
.footer nav a:hover {
  color: var(--green);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 15px 23px;
  min-height: 50px;
  border-radius: 6px;
  border: 1px solid var(--line);
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: var(--green);
  color: #15200c;
  border-color: var(--green);
}
.button.primary:hover {
  background: #d4ff9d;
}
.button.ghost:hover {
  background: #263028;
}
.button.small {
  padding: 10px 17px;
  min-height: 44px;
  font-size: 13px;
}
.eyebrow,
.mono-label,
.step-number {
  font: 11px/1.7 var(--mono);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow {
  color: var(--green);
  margin-bottom: 25px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  margin-right: 8px;
  vertical-align: middle;
}
.hero {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  align-items: center;
  gap: 50px;
  padding-block: 94px 86px;
}
.hero-lede {
  font-size: 22px;
  line-height: 1.5;
  color: var(--ink);
  margin: 30px 0 18px;
  letter-spacing: -0.025em;
}
.hero-detail {
  max-width: 470px;
  font-size: 15px;
  line-height: 1.85;
}
.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 29px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  min-height: 44px;
}
.text-link:hover {
  text-decoration: underline;
}
.micro {
  font-size: 11px;
  line-height: 1.7;
  margin-top: 14px;
}
.context-window {
  min-width: 0;
  border: 1px solid #47523b;
  border-radius: 11px;
  background:
    radial-gradient(ellipse at 50% 35%, #29362166, transparent 75%), #161c17;
  box-shadow: 0 25px 80px #0004;
  transform: rotate(-1deg);
}
.window-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  font: 10px/1.5 var(--mono);
  color: var(--muted);
}
.tiny-mark {
  color: var(--green);
  font-size: 20px;
  margin-right: 6px;
}
.window-tag {
  color: #c5cebe;
  font-size: 9px;
}
.map-heading {
  padding: 27px 25px 0;
}
.map-heading .eyebrow {
  font-size: 9px;
}
.map-heading p {
  font-size: 16px;
  color: var(--ink);
  margin: 9px 0 0;
  letter-spacing: -0.02em;
}
.map-heading code {
  font-size: 13px;
}
.graph {
  position: relative;
  height: 270px;
  margin: 0 12px;
  background-image: radial-gradient(#63745855 0.8px, transparent 0.8px);
  background-size: 18px 18px;
}
.graph-lines {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  fill: none;
  stroke: #7c9c5666;
  stroke-width: 1.4;
}
.graph-lines circle {
  stroke: #6a83542e;
  stroke-dasharray: 3 7;
}
.graph-node {
  position: absolute;
  display: flex;
  gap: 9px;
  align-items: center;
  border: 1px solid #48543e;
  border-radius: 5px;
  background: #1a221b;
  box-shadow: 0 5px 14px #0002;
  padding: 10px;
  font: 10px/1.4 var(--mono);
}
.graph-node small {
  display: block;
  font: 8px/1.7 var(--mono);
  color: var(--muted);
  margin-top: 3px;
}
.graph-node i {
  font-size: 8px;
  font-style: normal;
  color: #b3c8a3;
  padding: 5px;
  background: #2b3629;
  border-radius: 3px;
}
.top-left {
  top: 25px;
  left: 2%;
}
.top-right {
  top: 25px;
  right: 2%;
}
.bottom-left {
  bottom: 20px;
  left: 2%;
}
.bottom-right {
  bottom: 20px;
  right: 2%;
}
.centre {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-color: var(--green);
  background: #26351e;
  color: var(--green);
  padding: 14px 16px;
  box-shadow: 0 0 28px #b8f37413;
}
.node-spark {
  font-size: 23px;
}
.evidence-preview {
  display: flex;
  gap: 12px;
  margin: 0 20px 20px;
  padding: 14px;
  background: #212a20;
  border: 1px solid #354531;
  border-radius: 5px;
}
.evidence-icon {
  color: var(--green);
}
.evidence-preview strong {
  font-size: 11px;
  font-weight: 550;
}
.evidence-preview p {
  font-size: 10px;
  margin: 4px 0 0;
}
.window-footer {
  border-top: 1px solid var(--line);
  padding: 13px 20px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font: 9px/1.5 var(--mono);
  color: var(--muted);
}
.window-footer .status-dot {
  width: 4px;
  height: 4px;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: #ccd3c7;
}
.principles b {
  font: 10px var(--mono);
  color: var(--green);
  margin-right: 13px;
}
.section {
  padding-block: 112px;
}
.section-intro {
  max-width: 640px;
}
.section-intro > p:last-child {
  max-width: 520px;
  margin-top: 24px;
  font-size: 16px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 56px;
}
.steps article {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  display: flex;
  flex-direction: column;
}
.step-number {
  color: var(--green);
  font-size: 10px;
  margin-bottom: 28px;
}
.steps h3 {
  margin-bottom: 18px;
}
.steps p {
  font-size: 14px;
  line-height: 1.9;
}
.step-foot {
  color: #bac6b5;
  font: 10px/1.7 var(--mono);
  margin-top: auto;
  padding-top: 20px;
}
.demo-section {
  background: #171d18;
  border-block: 1px solid #2b352d;
  padding-block: 90px;
}
.demo-shell {
  display: grid;
  grid-template-columns: 0.85fr 1.5fr;
  margin-top: 42px;
  border: 1px solid #46523e;
  border-radius: 9px;
  overflow: hidden;
}
.question-list {
  padding: 27px;
  background: #1c241d;
}
.mono-label {
  color: var(--muted);
  font-size: 10px;
}
.question-list > button {
  width: 100%;
  text-align: left;
  display: block;
  background: transparent;
  color: var(--ink);
  padding: 20px 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  margin-top: 13px;
  line-height: 1.5;
}
.question-list > button span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
}
.question-list > button b {
  float: right;
  font-size: 15px;
  font-weight: 400;
}
.question-list > button[aria-pressed="true"] {
  background: #2c3a23;
  border-color: #77964f;
}
.question-list > button:hover {
  background: #2c3828;
}
.question-list > button[aria-pressed="true"] > span {
  color: #c2daa9;
}
.demo-result {
  padding: 28px 32px;
  background: #111712;
  min-width: 0;
}
.result-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.pill {
  display: inline-block;
  border: 1px solid #4c5846;
  border-radius: 20px;
  padding: 4px 10px;
  font: 10px/1.6 var(--mono);
  color: #c4cdbe;
}
.demo-result h3 {
  font-size: 18px;
  margin: 25px 0;
  line-height: 1.4;
}
.trail {
  list-style: none;
  margin: 0;
  padding: 0;
}
.trail li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.file-type {
  font: 9px var(--mono);
  border: 1px solid #45583d;
  border-radius: 4px;
  background: #24321e;
  color: var(--green);
  padding: 9px 7px;
  flex-shrink: 0;
}
.trail strong {
  font: 12px/1.5 var(--mono);
  display: block;
}
.trail li div > span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.relation {
  margin-left: auto;
  color: #bdcfae;
  font: 9px var(--mono);
  white-space: nowrap;
}
.result-note {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 11px;
  margin-bottom: 0;
}
.trust-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
}
.muted-heading {
  color: #aeb8ad;
}
.trust-section .text-link {
  margin-top: 30px;
}
.trust-list article {
  display: flex;
  gap: 23px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.trust-list article:first-child {
  padding-top: 0;
}
.trust-list article > span {
  color: var(--green);
  font-size: 23px;
  width: 25px;
  flex-shrink: 0;
}
.trust-list h3 {
  font-size: 19px;
  margin: 4px 0 14px;
}
.trust-list p {
  font-size: 14px;
  margin: 0;
  line-height: 1.8;
}
.team-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 54px;
  background: #202b1c;
  border: 1px solid #475b34;
  border-radius: 10px;
}
.team-section h2 {
  font-size: clamp(2.2rem, 3.3vw, 3rem);
}
.team-section p:not(.eyebrow) {
  font-size: 14px;
  margin-top: 22px;
}
.team-checklist {
  padding-top: 8px;
}
.team-checklist ol {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
}
.team-checklist li {
  display: flex;
  gap: 22px;
  margin-top: 26px;
}
.team-checklist li > span {
  font: 12px var(--mono);
  color: var(--green);
  padding-top: 5px;
}
.team-checklist strong {
  font-size: 15px;
}
.team-checklist li p {
  font-size: 13px !important;
  margin: 5px 0 0 !important;
}
.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.plan {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 36px;
  background: #151c16;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.plan h3 {
  font-size: 25px;
  margin-top: 23px;
}
.plan .price {
  font-size: 36px;
  color: var(--ink);
  letter-spacing: -0.04em;
  margin: 18px 0;
}
.price span {
  font-size: 12px;
  letter-spacing: 0;
  color: var(--muted);
  margin-left: 8px;
}
.team-plan .price {
  font-size: 28px;
}
.team-plan .price span {
  display: block;
  margin: 7px 0 0;
}
.plan > p {
  font-size: 14px;
}
.plan ul {
  list-style: none;
  padding: 0;
  margin: 3px 0 30px;
  font-size: 14px;
}
.plan li {
  margin: 12px 0;
}
.plan li:before {
  content: "✓";
  color: var(--green);
  margin-right: 14px;
}
.plan .button {
  margin-top: auto;
  width: 100%;
}
.plan .micro {
  font-size: 11px;
  margin: 15px 0 0;
}
.available {
  color: var(--green);
  border-color: #526d39;
  background: #24331b;
}
.start-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 65px;
  padding-block: 64px;
  border-block: 1px solid var(--line);
  align-items: center;
}
.start-section h2 {
  font-size: clamp(2rem, 3vw, 2.6rem);
}
.start-section p:not(.eyebrow) {
  font-size: 14px;
  margin-top: 22px;
}
.terminal {
  min-width: 0;
  background: #0b100c;
  border: 1px solid #3d4938;
  border-radius: 8px;
}
.terminal-body {
  padding: 20px 24px 10px;
}
.terminal .code-comment {
  font: 10px/1.8 var(--mono);
  color: #abb7a2;
  margin: 12px 0 8px !important;
}
.terminal pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 12px;
  line-height: 1.8;
  color: var(--green);
  margin: 0 0 24px;
}
.copy-button {
  background: #202b1c;
  color: var(--ink);
  border: 1px solid #45593a;
  border-radius: 4px;
  padding: 10px 13px;
  font-size: 11px;
  min-height: 44px;
}
.copy-button:hover {
  background: #334327;
}
.copy-status {
  min-height: 20px;
  font-size: 11px !important;
  margin: 7px 0 0 !important;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.5fr;
  gap: 70px;
}
.faqs details {
  border-bottom: 1px solid var(--line);
}
.faqs summary {
  padding: 23px 30px 23px 0;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  list-style: none;
}
.faqs summary::-webkit-details-marker {
  display: none;
}
.faqs summary:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  color: var(--green);
  font-size: 23px;
}
.faqs details[open] summary:after {
  content: "−";
}
.faqs p {
  font-size: 14px;
  line-height: 1.85;
  padding-right: 20px;
}
.faqs a {
  color: var(--green);
}
.closing {
  text-align: center;
  border-top: 1px solid var(--line);
  padding-block: 75px 95px;
}
.closing .button {
  margin-top: 34px;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-block: 30px;
}
.footer p {
  font-size: 11px;
  margin: 0;
}
.footer p span {
  color: #aab4a5;
}
.footer nav {
  margin-left: auto;
  display: flex;
  gap: 24px;
  font-size: 11px;
}
.footer .privacy-note {
  width: 100%;
  font: 10px var(--mono);
  text-align: right;
  color: #aab4a5;
}
.brief {
  max-width: 850px;
  padding-block: 70px;
}
.brief h1 {
  font-size: clamp(2.8rem, 5vw, 4rem);
}
.brief .intro {
  font-size: 20px;
  color: var(--ink);
  margin-top: 25px;
}
.brief h2 {
  font-size: 26px;
  margin: 40px 0 17px;
}
.brief ul,
.brief ol {
  padding-left: 24px;
  color: var(--muted);
}
.brief li {
  padding: 6px 0;
}
.brief table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.brief th,
.brief td {
  text-align: left;
  vertical-align: top;
  border: 1px solid var(--line);
  padding: 14px;
}
.brief th {
  background: var(--panel);
}
.brief td {
  color: var(--muted);
}
.brief a:not(.button) {
  color: var(--green);
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 110px;
  }
  .hero h1 {
    font-size: 86px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 30px;
  }
  .hero h1 {
    font-size: clamp(3rem, 5.7vw, 4.4rem);
  }
  .actions {
    gap: 13px;
  }
  .hero .text-link {
    font-size: 11px;
  }
  .header nav {
    gap: 20px;
    margin-right: 0;
  }
  .graph-node {
    font-size: 9px;
    padding: 8px;
    gap: 5px;
  }
  .graph-node i {
    display: none;
  }
  .window-bar {
    padding: 13px;
  }
  .window-tag {
    font-size: 8px;
  }
  .team-section {
    gap: 35px;
    padding: 38px;
  }
  .price span {
    display: block;
    margin: 5px 0 0;
  }
  .steps {
    gap: 25px;
  }
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    min-height: 85px;
    flex-wrap: wrap;
    gap: 18px;
    padding-block: 18px;
  }
  .header > .button {
    margin-left: auto;
  }
  .header nav {
    order: 3;
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .header nav a {
    padding: 7px 0;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 60px;
    gap: 40px;
  }
  .hero h1 {
    font-size: clamp(3.4rem, 9vw, 5rem);
  }
  .hero-detail {
    max-width: 550px;
  }
  .context-window {
    transform: none;
    max-width: 580px;
    width: 100%;
    justify-self: center;
  }
  .graph-node {
    font-size: 11px;
    padding: 11px;
  }
  .graph-node i {
    display: block;
  }
  .principles {
    grid-template-columns: 1fr;
    gap: 14px;
    font-size: 12px;
  }
  .section {
    padding-block: 70px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .step-number {
    margin-bottom: 18px;
  }
  .step-foot {
    padding-top: 0;
  }
  .steps p {
    max-width: 550px;
  }
  .demo-section {
    padding-block: 65px;
  }
  .demo-shell {
    grid-template-columns: 1fr;
  }
  .question-list {
    padding: 20px;
  }
  .question-list > button {
    padding: 13px 15px;
    margin-top: 8px;
  }
  .demo-result {
    padding: 24px;
  }
  .trust-section,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .trust-section h2 br {
    display: none;
  }
  .trust-section h2 br:after {
    content: " ";
  }
  .trust-section h2 {
    max-width: 400px;
  }
  .team-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px;
  }
  .team-checklist {
    border-top: 1px solid #465b34;
    padding-top: 25px;
  }
  .plans {
    gap: 16px;
  }
  .plan {
    padding: 25px;
  }
  .plan .price {
    font-size: 29px;
  }
  .team-plan .price {
    font-size: 25px;
  }
  .start-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer nav {
    margin-left: 0;
    flex-wrap: wrap;
  }
  .closing {
    padding-block: 60px;
  }
  .footer .privacy-note {
    text-align: left;
  }
}
@media (max-width: 520px) {
  .hero h1 {
    font-size: clamp(2.8rem, 11vw, 3.8rem);
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 0.08em;
  }
  .hero-lede {
    font-size: 20px;
  }
  .hero-detail {
    font-size: 14px;
  }
  .actions {
    gap: 12px;
  }
  .hero .text-link {
    font-size: 12px;
  }
  .window-bar {
    font-size: 9px;
  }
  .window-tag {
    font-size: 8px;
  }
  .map-heading {
    padding: 22px 16px 0;
  }
  .map-heading p {
    font-size: 13px;
  }
  .map-heading code {
    font-size: 11px;
  }
  .graph {
    height: 250px;
    margin-inline: 6px;
  }
  .graph-node {
    font-size: 9px;
    padding: 8px;
    gap: 5px;
  }
  .graph-node i {
    display: none;
  }
  .graph-node small {
    font-size: 7px;
  }
  .centre {
    padding: 11px;
  }
  .top-left,
  .bottom-left {
    left: 1%;
  }
  .top-right,
  .bottom-right {
    right: 1%;
  }
  .window-footer {
    font-size: 8px;
    padding: 12px;
  }
  .evidence-preview {
    margin: 0 12px 14px;
    padding: 11px;
    gap: 8px;
  }
  .evidence-preview strong {
    font-size: 10px;
  }
  .evidence-preview p {
    font-size: 9px;
  }
  .plans {
    grid-template-columns: 1fr;
  }
  .demo-result {
    padding: 20px 16px;
  }
  .trail li {
    gap: 10px;
  }
  .relation {
    display: none;
  }
  .trail strong {
    font-size: 11px;
  }
  .trail li div > span {
    font-size: 11px;
  }
  .result-heading .mono-label {
    font-size: 9px;
  }
  .pill {
    font-size: 9px;
  }
  .trust-section h2 br {
    display: block;
  }
  .team-section {
    padding: 25px;
  }
  .team-section .button {
    font-size: 12px;
    padding-inline: 14px;
    width: 100%;
    gap: 10px;
  }
  .header .brand {
    font-size: 26px;
  }
  .header .small {
    font-size: 11px;
    padding-inline: 12px;
  }
  .footer {
    gap: 22px;
  }
  .footer nav {
    gap: 18px;
  }
  .brief table {
    font-size: 12px;
  }
  .brief th,
  .brief td {
    padding: 9px;
  }
  .terminal-body {
    padding-inline: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}
@media (forced-colors: active) {
  .graph-node,
  .pill,
  .button {
    border: 1px solid CanvasText;
  }
  .graph-lines {
    stroke: CanvasText;
  }
  .question-list > button[aria-pressed="true"] {
    outline: 2px solid Highlight;
  }
}
@media print {
  html {
    color-scheme: light;
  }
  body {
    background: white;
    color: black;
    font-size: 11pt;
  }
  .header,
  .footer,
  .brief .actions,
  .skip {
    display: none;
  }
  .brief {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .brief h1 {
    font-size: 30pt;
  }
  .brief h2 {
    font-size: 16pt;
    margin-top: 22px;
  }
  .brief p,
  .brief li,
  .brief td,
  .brief .intro {
    color: #222;
  }
  .brief a:not(.button) {
    color: #222;
  }
  .brief th {
    background: #eee;
  }
  .brief th,
  .brief td {
    border-color: #888;
  }
  section,
  tr {
    break-inside: avoid;
  }
  .eyebrow {
    color: #222;
  }
  .brief table {
    font-size: 10pt;
  }
}
