:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #172037; background: #fbfcff; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; border-top: 5px solid #174be8; }
a { color: inherit; text-decoration: none; }
a:hover { color: #174be8; text-decoration: underline; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid #174be8; outline-offset: 5px; border-radius: 2px; }
.page { max-width: 1040px; margin: 0 auto; padding: 0 40px; }
header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 30px 0; }
.brand { display: inline-flex; gap: 12px; align-items: center; font-size: 18px; font-weight: 650; letter-spacing: -.4px; }
.brand-mark { display: grid; place-items: center; background: #174be8; color: white; width: 40px; height: 40px; border-radius: 10px; font-size: 24px; font-weight: 750; }
.organization { font-size: 15px; font-weight: 600; }
.intro { padding: 55px 0 50px; }
.eyebrow { color: #174be8; font-size: 13px; letter-spacing: .14em; font-weight: 700; margin: 0 0 15px; }
h1 { font-size: clamp(40px, 7vw, 64px); line-height: 1.08; letter-spacing: -.055em; margin: 0 0 18px; font-weight: 730; }
h1 span { color: #174be8; }
.lede { font-size: 19px; color: #596274; margin: 0; line-height: 1.5; }
.list-heading { display: flex; justify-content: space-between; gap: 20px; color: #596274; font-size: 14px; padding: 0 0 15px; border-bottom: 2px solid #172037; }
.list-heading span:first-child { color: #172037; font-weight: 650; }
.projects { padding: 0; margin: 0; list-style: none; }
.project { display: grid; grid-template-columns: 34px minmax(0, 1fr) 95px; gap: 20px; align-items: start; padding: 27px 0; border-bottom: 1px solid #dce1eb; }
.number { padding-top: 5px; font: 13px/1.5 ui-monospace, monospace; color: #677183; }
h2 { margin: 0; font-size: 20px; line-height: 1.4; font-weight: 630; letter-spacing: -.02em; overflow-wrap: anywhere; }
.project-copy p { margin: 8px 0 0; max-width: 610px; font-size: 16px; line-height: 1.65; color: #596274; }
.project-links { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; padding-top: 4px; font-size: 15px; font-weight: 600; color: #174be8; }
.project-links .source { font-size: 14px; color: #596274; font-weight: 400; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 30px 0 40px; color: #596274; font-size: 14px; }
.redirect { max-width: 640px; padding: 70px 24px; margin: auto; }
.redirect h1 { font-size: 34px; letter-spacing: -.03em; }
.redirect p { line-height: 1.6; }
.redirect a { color: #174be8; text-decoration: underline; }
@media (max-width: 600px) {
  .page { padding: 0 22px; }
  header { padding: 22px 0; }
  .intro { padding: 38px 0 40px; }
  .project { grid-template-columns: 24px minmax(0, 1fr); gap: 12px; padding: 24px 0; }
  h2 { font-size: 19px; }
  .project-links { grid-column: 2; flex-direction: row; align-items: center; gap: 22px; padding: 0; }
  footer { flex-wrap: wrap; }
}
