:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #fff;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.75; }
a { color: #4338ca; text-underline-offset: .2em; }
a:hover { color: #312e81; }
a:focus-visible { outline: 3px solid #818cf8; outline-offset: 4px; border-radius: 2px; }
.skip-link { position: absolute; left: 1rem; top: -5rem; background: white; padding: .5rem 1rem; }
.skip-link:focus { top: .5rem; }
header { border-bottom: 1px solid #e5e7eb; }
.nav, main, .footer { max-width: 800px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 20px; padding-bottom: 20px; }
.brand { color: #172033; font-size: 1.25rem; font-weight: 750; text-decoration: none; }
nav { display: flex; flex-wrap: wrap; gap: 10px 20px; font-size: .9375rem; }
nav a[aria-current="page"] { font-weight: 700; }
main { padding-top: 48px; padding-bottom: 56px; }
.eyebrow { color: #4338ca; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .75rem; }
h1 { font-size: clamp(2rem, 6vw, 3rem); line-height: 1.15; letter-spacing: -.035em; margin: 12px 0; }
h2 { font-size: 1.25rem; line-height: 1.4; margin: 36px 0 12px; }
p, ul { margin: 12px 0; }
li { margin-bottom: 8px; }
ul { padding-left: 24px; }
.updated { color: #626b7c; font-size: .9375rem; }
.summary { background: #f5f5ff; border-left: 3px solid #6366f1; padding: 16px 20px; margin: 28px 0; border-radius: 0 8px 8px 0; }
.summary p { margin: 0; }
footer { border-top: 1px solid #e5e7eb; background: #f9fafb; }
.footer { padding-top: 24px; padding-bottom: 32px; color: #626b7c; font-size: .875rem; }
.footer nav { margin-top: 12px; }
@media (max-width: 480px) {
  .nav { align-items: flex-start; flex-direction: column; gap: 10px; }
  main { padding-top: 32px; }
}
@media print {
  .skip-link, header, footer { display: none; }
  main { max-width: none; padding: 0; }
  h2 { break-after: avoid; }
  a { color: inherit; }
}
