:root {
  --ink: #172c40;
  --muted: #526577;
  --blue: #174ac6;
  --pale: #edf4fc;
  --line: #d5e0ec;
  --paper: #fff;
  --green: #096449;
  --amber: #8b4a09;
  --code: #f5f7fa;
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
}
a {
  color: var(--blue);
  text-underline-offset: 4px;
}
a:hover {
  text-decoration: underline;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: "Trebuchet MS", Arial, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.7;
}
code,
.eyebrow,
.code-header,
.sample-label,
.severity,
.step-number {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
.wrap {
  max-width: 1200px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.skip {
  position: absolute;
  top: -80px;
  left: 16px;
  padding: 12px;
  background: white;
  z-index: 5;
}
.skip:focus {
  top: 10px;
}
.header {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.7px;
  text-decoration: none;
}
.brand:hover {
  text-decoration: none;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header nav a {
  font-size: 14px;
  color: var(--ink);
  text-decoration: none;
}
.header nav a:hover {
  text-decoration: underline;
}
.nav-source {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 16px;
}
.hero {
  background: var(--pale);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  gap: 48px;
  align-items: center;
  padding-top: 78px;
  padding-bottom: 80px;
}
.eyebrow {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 600;
}
.hero h1 {
  font-size: clamp(40px, 4.2vw, 57px);
  line-height: 1.08;
  letter-spacing: -2.5px;
  margin: 21px 0 23px;
}
.intro {
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 460px;
}
.actions {
  display: flex;
  gap: 23px;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  justify-content: center;
  gap: 20px;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.button:hover {
  text-decoration: none;
  background: #103a9e;
}
.primary {
  background: var(--blue);
  color: white;
}
.text-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5;
}
.text-link:hover {
  text-decoration: underline;
}
.hero-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 23px;
}
.review-example {
  min-width: 0;
  border: 1px solid #b9cbe0;
  border-radius: 9px;
  background: var(--paper);
  box-shadow: 0 14px 32px #1836500d;
  overflow: hidden;
}
.review-example figcaption {
  padding: 16px 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
}
.sample-label {
  font-size: 9px;
  color: var(--muted);
  font-weight: 400;
  white-space: nowrap;
}
.code-header {
  font-size: 10px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 16px 18px 10px;
}
.code-header > span:last-child {
  margin-left: auto;
}
.file-icon {
  color: var(--blue);
  font-size: 15px;
}
.diff {
  font-size: 10.5px;
  line-height: 2.2;
  overflow: auto;
  margin: 0;
  padding: 0 0 18px;
}
.diff span {
  display: block;
  padding: 0 18px;
  min-width: max-content;
}
.diff code {
  display: block;
  white-space: normal;
}
.diff .context,
.diff .added,
.diff .removed {
  white-space: pre;
}
.removed {
  background: #fff0ef;
  color: #8c3731;
}
.added {
  background: #eaf7ef;
  color: var(--green);
}
.finding {
  margin: 0 17px 18px;
  border-left: 3px solid var(--blue);
  padding: 4px 0 0 15px;
}
.finding-title {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.finding h2 {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -0.3px;
}
.severity {
  font-size: 10px;
  background: #fff2dc;
  color: var(--amber);
  padding: 4px 6px;
  border-radius: 3px;
  flex-shrink: 0;
}
.finding dl {
  margin: 20px 0 18px;
  font-size: 11px;
  line-height: 1.6;
}
.finding dl > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 9px;
  margin: 10px 0;
}
.finding dt {
  color: var(--muted);
}
.finding dd {
  margin: 0;
}
.finding-footer {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  font-size: 10px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  margin-right: 6px;
}
.section {
  padding-top: 74px;
  padding-bottom: 74px;
}
.section-heading h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-top: 14px;
}
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  padding: 0;
  margin: 38px 0 0;
}
.step-number {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 12px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue);
  margin-bottom: 18px;
}
.steps h3,
.adoption h3 {
  font-size: 19px;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.steps p,
.adoption-grid p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}
.install-section {
  background: #f6f8fb;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.install-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  padding-top: 64px;
  padding-bottom: 64px;
}
.install-grid h2 {
  font-size: 38px;
  line-height: 1.16;
  letter-spacing: -1.3px;
  margin: 15px 0 20px;
}
.install-grid > div > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
}
.install-grid .requirements {
  font-size: 11px !important;
  margin: 20px 0 12px;
}
.install-panel {
  align-self: center;
  min-width: 0;
}
.agent-options {
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
  border: 0;
}
.agent-options legend {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 12px;
  padding: 0;
}
.agent-options label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  cursor: pointer;
}
.agent-options input {
  accent-color: var(--blue);
  width: 15px;
  height: 15px;
}
.command-box {
  margin-top: 17px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid #bdcde0;
  border-radius: 6px;
}
.command-box code {
  display: block;
  font-size: 12px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.command-box button {
  color: var(--blue);
  background: var(--pale);
  border: 1px solid #c4d5ef;
  border-radius: 4px;
  padding: 7px 10px;
  cursor: pointer;
  font-size: 11px;
  margin-top: 12px;
}
.command-box button:hover {
  background: #dfeafd;
}
.copy-status {
  font-size: 11px;
  color: var(--green);
  min-height: 25px;
  margin-top: 3px;
}
.prompt-label {
  font-size: 12px;
  color: var(--muted);
  margin: 5px 0 10px;
}
blockquote {
  margin: 0;
  border-left: 2px solid #a9bddb;
  padding: 2px 0 2px 16px;
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.install-note {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 18px;
}
.adoption-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  margin-top: 36px;
}
.adoption-grid .text-link {
  margin-top: 17px;
}
.scope-note {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 25px;
  margin-top: 40px;
  max-width: 100%;
}
.footer {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  padding-top: 27px;
  padding-bottom: 34px;
  border-top: 1px solid var(--line);
}
.footer .brand {
  font-size: 17px;
}
.footer p,
.footer a:not(.brand) {
  font-size: 11px;
  color: var(--muted);
}
.footer > div {
  display: flex;
  gap: 22px;
}
@media (min-width: 1300px) {
  .hero-grid {
    gap: 62px;
  }
}
@media (max-width: 900px) {
  .wrap {
    padding-left: 28px;
    padding-right: 28px;
  }
  .hero-grid {
    gap: 27px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-grid {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .intro {
    font-size: 16px;
  }
  .actions {
    gap: 16px;
  }
  .review-example figcaption {
    padding: 14px;
  }
  .sample-label {
    font-size: 8px;
  }
  .diff {
    font-size: 9px;
  }
  .diff span {
    padding-left: 12px;
    padding-right: 12px;
  }
  .finding {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 10px;
  }
  .finding h2 {
    font-size: 14px;
  }
  .finding dl > div {
    grid-template-columns: 75px 1fr;
  }
  .install-grid {
    gap: 38px;
  }
  .adoption-grid {
    gap: 45px;
  }
  .steps {
    gap: 24px;
  }
  .footer {
    gap: 18px;
  }
}
@media (max-width: 680px) {
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .header {
    height: 76px;
  }
  .header nav {
    gap: 18px;
  }
  .header nav a {
    font-size: 12px;
  }
  .header nav a:first-child {
    display: none;
  }
  .nav-source {
    padding: 8px 11px;
  }
  .brand {
    font-size: 19px;
    gap: 8px;
  }
  .brand img {
    width: 25px;
    height: 25px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 44px;
    padding-bottom: 42px;
  }
  .hero h1 {
    font-size: 47px;
    letter-spacing: -2px;
  }
  .intro {
    font-size: 17px;
  }
  .review-example {
    max-width: 500px;
    width: 100%;
    justify-self: center;
  }
  .diff {
    font-size: 10px;
  }
  .finding h2 {
    font-size: 16px;
  }
  .sample-label {
    font-size: 9px;
  }
  .finding dl {
    font-size: 12px;
  }
  .finding dl > div {
    grid-template-columns: 90px 1fr;
  }
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 29px;
  }
  .steps li {
    position: relative;
    padding-left: 44px;
  }
  .step-number {
    position: absolute;
    left: 0;
    top: 0;
  }
  .steps h3 {
    margin-bottom: 7px;
  }
  .install-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .install-grid h2 {
    font-size: 34px;
  }
  .install-grid h2 br {
    display: none;
  }
  .adoption-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 28px;
  }
  .scope-note {
    margin-top: 30px;
  }
  .footer {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px;
  }
  .footer p {
    order: 3;
    width: 100%;
  }
  .footer > div {
    margin-left: auto;
  }
}
@media (max-width: 370px) {
  .hero h1 {
    font-size: 40px;
  }
  .header nav {
    gap: 12px;
  }
  .diff {
    font-size: 9px;
  }
  .finding dl > div {
    grid-template-columns: 78px 1fr;
  }
  .review-example figcaption {
    font-size: 11px;
  }
  .sample-label {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
