:root {
  color-scheme: light dark;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fafaf9;
  color: #1c1917;
}
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.7; }
a { color: #0369a1; text-underline-offset: .2em; }
a:hover { text-decoration-thickness: .15em; }
a:focus-visible { outline: 3px solid #38bdf8; outline-offset: 3px; border-radius: .2rem; }
.site-header, .site-footer { border-color: #d6d3d1; }
.site-header { border-bottom: 1px solid #d6d3d1; }
.site-header__inner, .site-footer__inner, main { width: min(100% - 2rem, 50rem); margin-inline: auto; }
.site-header__inner { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: inherit; font-weight: 750; text-decoration: none; }
.brand img { width: 2.6rem; height: 2.6rem; }
nav { display: flex; flex-wrap: wrap; gap: 1rem; }
nav a[aria-current="page"] { color: inherit; font-weight: 700; text-decoration-thickness: .15em; }
main { padding-block: 3.5rem 5rem; }
h1 { margin: 0; font-size: clamp(2.25rem, 7vw, 3.8rem); line-height: 1.05; letter-spacing: -.035em; }
h2 { margin-top: 2.5rem; font-size: 1.4rem; line-height: 1.3; }
p, li { color: #44403c; }
.lede { max-width: 44rem; font-size: 1.12rem; }
.updated { color: #78716c; font-size: .95rem; }
.notice { margin-block: 2rem; border-left: .3rem solid #0284c7; border-radius: .25rem; background: #e0f2fe; padding: 1rem 1.2rem; color: #0c4a6e; }
.site-footer { border-top: 1px solid #d6d3d1; }
.site-footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-block: 1.5rem; font-size: .9rem; }
.site-footer p { margin: 0; }
@media (max-width: 34rem) { .site-header__inner { align-items: flex-start; flex-direction: column; padding-block: 1rem; } }
@media (prefers-color-scheme: dark) {
  :root { background: #0c0a09; color: #f5f5f4; }
  p, li { color: #d6d3d1; }
  a { color: #7dd3fc; }
  .site-header, .site-footer, .site-header { border-color: #44403c; }
  .notice { background: #082f49; color: #e0f2fe; }
}
