:root {
  color-scheme: light dark;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #111111;
  background: #f6f5f1;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; color: inherit; background: inherit; }
a { color: inherit; }
.page { width: min(calc(100% - 48px), 840px); margin: 0 auto; padding: 32px 0 96px; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 96px; }
.brand { font-size: 20px; font-weight: 760; text-decoration: none; }
.language { color: #4f4f4f; font-size: 14px; font-weight: 650; text-decoration: none; }
.brand:hover, .brand:focus-visible, .language:hover, .language:focus-visible { opacity: 0.72; }
.brand:focus-visible, .language:focus-visible, main a:focus-visible, footer a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
header { padding-bottom: 42px; border-bottom: 1px solid rgba(17, 17, 17, 0.16); }
.eyebrow { margin: 0 0 14px; color: #666666; font-size: 12px; font-weight: 760; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(38px, 7vw, 64px); line-height: 1.02; letter-spacing: -0.035em; }
.intro { max-width: 720px; margin: 24px 0 0; color: #4f4f4f; font-size: 18px; line-height: 1.72; }
.updated { margin: 18px 0 0; color: #666666; font-size: 13px; }
main { display: grid; gap: 42px; padding-top: 48px; }
section { display: grid; gap: 14px; }
h2 { margin: 0; font-size: 24px; line-height: 1.2; }
p, li { color: #4f4f4f; font-size: 16px; line-height: 1.78; }
p, ul { margin: 0; }
ul { display: grid; gap: 8px; padding-left: 22px; }
main a, footer a { font-weight: 650; }
footer { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 64px; padding-top: 24px; border-top: 1px solid rgba(17, 17, 17, 0.16); color: #666666; font-size: 13px; }

@media (prefers-color-scheme: dark) {
  :root { color: #f5f5f5; background: #101010; }
  .language, .intro, p, li { color: rgba(245, 245, 245, 0.78); }
  .eyebrow, .updated, footer { color: #b8b8b8; }
  header, footer { border-color: rgba(255, 255, 255, 0.16); }
}

@media (max-width: 600px) {
  .page { width: min(calc(100% - 32px), 840px); padding-top: 24px; padding-bottom: 64px; }
  .topbar { margin-bottom: 64px; }
  h1 { font-size: 38px; }
  .intro { font-size: 16px; }
  main { gap: 34px; padding-top: 38px; }
  h2 { font-size: 20px; }
}
