:root {
  color-scheme: light;
  --paper: #f7f8fa;
  --ink: #182424;
  --muted: #616b79;
  --green: #255747;
  --line: #d6dce0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid #a46c22; outline-offset: 6px; }
.wrap { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.header, .footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 27px; }
.wordmark { font: bold 31px Georgia, "Times New Roman", serif; letter-spacing: -1.3px; }
nav { display: flex; align-items: center; gap: 36px; font-size: 14px; }
nav span { padding-left: 4px; }
.skip { position: absolute; top: -100px; left: 20px; padding: 12px; background: white; z-index: 2; }
.skip:focus { top: 12px; }
.hero { padding-top: 44px; text-align: center; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(54px, 7.2vw, 94px); line-height: 1.01; letter-spacing: -.055em; margin: 0 0 26px; }
h1 em { color: var(--green); font-weight: 400; }
.intro { color: var(--muted); font-size: 21px; line-height: 1.55; margin: 0; }
.actions { display: flex; justify-content: center; gap: 20px; margin-top: 27px; }
.button { border: 1px solid var(--green); border-radius: 5px; padding: 14px 28px; min-width: 205px; font-size: 16px; font-weight: 500; transition: background .15s, transform .15s; }
.button:hover { background: #e8eeeb; text-decoration: none; transform: translateY(-2px); }
.primary { background: var(--green); color: white; }
.primary:hover { background: #194334; }
.requirements { color: var(--muted); font-size: 13px; margin: 21px 0 40px; }
.requirements span { margin-inline: 7px; }
figure { margin: 0; }
.screenshot-link { display: block; border-radius: 10px; }
.reader { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 12px 32px #18242412, 0 2px 7px #1824240d; }
figcaption { font-size: 12px; color: var(--muted); margin-top: 18px; }
.features { margin-top: 48px; padding-bottom: 65px; scroll-margin-top: 24px; }
.languages { border-top: 1px solid var(--line); display: flex; justify-content: center; flex-wrap: wrap; list-style: none; padding: 34px 0 0; margin: 0; gap: 23px; font-size: 15px; color: var(--muted); }
.languages li + li::before { content: "/"; margin-right: 23px; color: #9199a1; }
.features h2 { text-align: center; font-size: clamp(30px, 3.7vw, 47px); letter-spacing: -.045em; margin: 54px 0 40px; }
.columns { display: grid; grid-template-columns: repeat(3, 1fr); }
article { padding: 0 28px; border-left: 1px solid var(--line); }
article:first-child { padding-left: 0; border: 0; }
article:last-child { padding-right: 0; }
.number { font-size: 16px; color: var(--muted); }
h3 { font-size: 26px; letter-spacing: -.035em; margin: 12px 0 10px; }
article p { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0; }
.start { background: var(--green); color: white; padding-block: 48px; }
.start-grid { display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 50px; }
.start h2 { font-size: clamp(30px, 3vw, 39px); line-height: 1.1; letter-spacing: -.035em; margin: 0 0 22px; }
.start p, .guide { font-size: 14px; line-height: 1.6; }
.start-grid > div > p { color: #d3e0d9; }
.guide { text-decoration: underline; text-underline-offset: 5px; }
.terminal { min-width: 0; background: #142021; border: 1px solid #668179; border-radius: 9px; overflow: hidden; box-shadow: 0 8px 18px #10271f30; }
.terminal-bar { display: flex; justify-content: space-between; padding: 8px 12px; background: #263334; color: #d5dada; font-size: 12px; }
.terminal-bar span:first-child { color: #b9c7be; letter-spacing: 3px; }
pre { overflow-x: auto; padding: 16px; margin: 0; font: 12px/1.9 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.comment { color: #a4bbae; }
.terminal .build-note { color: #b5c6bd; font-size: 11px; padding: 0 16px 14px; margin: 0; }
.footer { padding-block: 31px; }
.footer nav { font-size: 13px; gap: 26px; }
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .header { padding-block: 22px; gap: 14px; }
  .wordmark { font-size: 27px; }
  nav { gap: 17px; font-size: 12px; }
  .hero { padding-top: 35px; }
  h1 { font-size: clamp(49px, 10.2vw, 70px); }
  .intro { font-size: 16px; }
  .actions { gap: 10px; }
  .button { min-width: 0; padding: 13px 17px; font-size: 14px; }
  .requirements { font-size: 11px; margin-bottom: 30px; }
  .reader { border-radius: 6px; }
  .languages { gap: 14px; font-size: 13px; }
  .languages li + li::before { margin-right: 14px; }
  .features { margin-top: 34px; padding-bottom: 40px; }
  .features h2 { margin: 35px 0 28px; }
  .columns { grid-template-columns: 1fr; gap: 24px; }
  article, article:first-child, article:last-child { padding: 0 0 24px; border: 0; border-bottom: 1px solid var(--line); }
  article:last-child { border: 0; padding-bottom: 0; }
  h3 { font-size: 25px; }
  .start-grid { grid-template-columns: 1fr; gap: 28px; }
  .start { padding-block: 36px; }
  pre { font-size: 11px; }
  .footer nav { gap: 15px; font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .button { transition: none; }
  .button:hover { transform: none; }
}
