:root {
  --paper: #f8f9f5;
  --ink: #20352c;
  --muted: #6e7870;
  --line: #dce2d9;
  --green: #246448;
  --soft: #e9efe4;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 15px/1.6 var(--sans);
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:hover {
  color: var(--green);
}
button,
input,
select {
  font: inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #b87926;
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.shell {
  max-width: 1240px;
  margin: auto;
  padding: 0 40px;
}
.header {
  border-bottom: 1px solid var(--line);
  background: #fcfdf9;
}
.header-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 56px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -1px;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  background: var(--green);
  color: white;
  font: 28px var(--serif);
  border-radius: 7px;
  letter-spacing: -2px;
  padding-right: 3px;
}
.brand-dot {
  color: #91a786;
  margin-left: -6px;
}
.header nav {
  display: flex;
  gap: 28px;
  align-self: stretch;
  align-items: center;
}
.header nav a {
  text-decoration: none;
  font-size: 13px;
  color: var(--muted);
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.header nav a[aria-current] {
  color: var(--ink);
  border-bottom-color: var(--green);
}
.header-label {
  margin-left: auto;
  font-size: 11px;
  color: var(--muted);
}
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 72px 0 52px;
}
.eyebrow,
.tiny-label {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 1.7px;
  color: var(--green);
  margin: 0 0 18px;
}
.hero h1 {
  font: normal clamp(38px, 4.6vw, 59px)/1.09 var(--serif);
  letter-spacing: -2px;
  margin: 0 0 24px;
}
.lede {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 750px;
  margin: 0;
}
.hero-aside {
  flex: 0 0 276px;
  border-left: 1px solid var(--line);
  padding: 10px 0 10px 36px;
}
.hero-aside .tiny-label {
  font-size: 9px;
}
.connection {
  font: 26px/1.9 var(--serif);
  border-bottom: 1px solid var(--line);
  width: 170px;
}
.connection span {
  float: right;
  color: #9aa994;
  font: 22px/2.3 var(--sans);
}
.indent {
  margin-left: 20px;
}
.indent-more {
  margin-left: 40px;
}
.hero-aside small {
  display: block;
  margin-top: 22px;
  font-size: 10px;
  color: var(--muted);
}
.stats {
  display: flex;
  align-items: center;
  border-block: 1px solid var(--line);
  padding: 23px 0;
  gap: 40px;
}
.stats > div {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-right: 35px;
  border-right: 1px solid var(--line);
}
.stats strong {
  font: 29px var(--serif);
}
.stats span {
  font-size: 11px;
  color: var(--muted);
  max-width: 100px;
  line-height: 1.5;
}
.stats > a {
  font-size: 11px;
  margin-left: auto;
  text-decoration: none;
}
.stats > a span {
  margin-left: 8px;
}
.directory {
  padding-top: 44px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 26px 0 22px;
}
.section-heading .eyebrow {
  margin-bottom: 7px;
}
h2 {
  font: normal 29px/1.2 var(--serif);
  letter-spacing: -0.5px;
  margin: 0;
}
h3 {
  line-height: 1.3;
}
.section-heading > .muted {
  font-size: 11px;
}
.muted {
  color: var(--muted);
}
.tools {
  padding: 22px;
  background: #edf1e9;
  border: 1px solid var(--line);
  border-radius: 5px;
  display: flex;
  align-items: end;
  gap: 22px;
}
.search-box {
  flex: 1;
  min-width: 200px;
}
.search-box label,
.filters label {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  color: #566552;
  font-weight: 600;
}
.search-box input {
  width: 100%;
  padding: 12px 14px;
  background: white;
  border: 1px solid #ced6c9;
  border-radius: 3px;
  color: var(--ink);
  font-size: 12px;
  height: 43px;
}
input::placeholder {
  color: #7b8278;
}
.filters {
  display: flex;
  gap: 12px;
}
.filters select {
  font-size: 11px;
  padding: 10px 28px 10px 11px;
  max-width: 210px;
  background: #fcfdfb;
  border: 1px solid #ced6c9;
  border-radius: 3px;
  height: 43px;
  color: var(--ink);
}
.results-heading {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  padding: 23px 0 16px;
}
.conference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.conference-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--white);
  padding: 22px 22px 0;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
}
.conference-card:hover {
  border-color: #a0b299;
  box-shadow: 0 3px 14px #20352c08;
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.5px;
  padding: 3px 8px;
  border: 1px solid #d6e3d2;
  border-radius: 3px;
  background: #edf4e9;
  color: #416135;
}
.rank-b {
  background: #f1f1e7;
  border-color: #e3e2cc;
  color: #77683b;
}
.rank-c {
  background: #edf0f2;
  border-color: #dce1e5;
  color: #596779;
}
.card-arrow {
  color: #8e9e88;
  font-size: 19px;
}
.conference-card h3 {
  margin: 15px 0 7px;
  font-size: 21px;
  letter-spacing: -0.5px;
}
.conference-card h3 a {
  text-decoration: none;
}
.conference-card h3 a:after {
  content: "";
  position: absolute;
  inset: 0;
}
.conference-name {
  font-size: 12px;
  color: #677063;
  line-height: 1.65;
  margin: 0 0 15px;
  min-height: 40px;
}
.area-name {
  font-size: 10px;
  line-height: 1.5;
  color: #7d8876;
  margin: auto 0 19px;
}
.card-bottom {
  border-top: 1px solid #eef0e9;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 0;
  font-size: 9px;
  color: #7c8576;
}
.available {
  color: #477044;
}
.available i {
  display: inline-block;
  background: #6c9258;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 5px;
}
.coverage-note {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
  margin: 28px 0;
}
.coverage-note a {
  color: var(--green);
}
.footer {
  margin-top: 60px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: var(--muted);
}
.footer > span:first-child {
  color: #4a5c46;
}
.footer > span:first-child span {
  padding: 0 8px;
  color: #b3bea9;
}
.breadcrumbs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
  font-size: 11px;
  color: var(--muted);
}
.breadcrumbs a {
  text-decoration: none;
}
.page-heading {
  padding: 48px 0 35px;
}
.page-heading h1 {
  font: normal clamp(34px, 5vw, 54px)/1.15 var(--serif);
  letter-spacing: -1.6px;
  margin: 0 0 17px;
}
.year {
  color: #7b8d72;
}
.metadata {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 11px;
  margin-top: 22px;
  color: var(--muted);
}
.metadata a {
  color: var(--green);
}
.edition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.edition-card {
  padding: 25px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 5px;
  text-decoration: none;
}
.edition-card:hover {
  border-color: var(--green);
}
.edition-card strong {
  display: block;
  font: 30px var(--serif);
  margin-bottom: 15px;
}
.edition-card strong span {
  float: right;
  font-size: 22px;
  color: #7a906e;
}
.coverage-chip {
  font-size: 10px;
  padding: 4px 9px;
  background: var(--soft);
  border-radius: 3px;
  color: #57694b;
}
.edition-card p {
  font-size: 12px;
  color: var(--muted);
}
.empty {
  padding: 35px;
  background: #f0f3ed;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--muted);
}
.empty h3 {
  color: var(--ink);
}
.notice {
  padding: 18px 22px;
  background: var(--soft);
  border-left: 3px solid #88a176;
  font-size: 12px;
  line-height: 1.9;
  color: #52604b;
}
.edition-tabs {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 26px;
}
.edition-tabs a {
  padding: 12px 23px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.edition-tabs a[aria-current] {
  border-bottom-color: var(--green);
  color: var(--green);
  background: var(--soft);
}
.committee-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 11px;
  margin: 25px 0 35px;
}
.committee-section {
  margin: 35px 0 45px;
}
.table-wrap {
  overflow: auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: 4px;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 12px;
}
th {
  background: #eef2ea;
  padding: 13px 20px;
  font-weight: 500;
  color: #69755f;
  font-size: 10px;
  white-space: nowrap;
}
td {
  padding: 14px 20px;
  border-top: 1px solid #e9ede5;
  vertical-align: top;
}
td:first-child {
  min-width: 175px;
}
td:nth-child(3) {
  color: var(--muted);
}
.person-link {
  font-weight: 550;
  text-decoration: none;
}
.source-link {
  font-size: 10px;
  white-space: nowrap;
  color: var(--green);
}
.verified {
  display: block;
  white-space: nowrap;
  color: var(--muted);
  font-size: 9px;
  margin-top: 4px;
}
.profile-heading {
  display: flex;
  align-items: center;
  gap: 27px;
}
.avatar {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e5ecde;
  border: 1px solid #d2dec8;
  color: #607d4e;
  font: 40px var(--serif);
  flex-shrink: 0;
}
.profile-heading a {
  font-size: 12px;
}
.timeline {
  border-top: 1px solid var(--line);
}
.service {
  display: flex;
  gap: 30px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.service-year {
  flex: 0 0 125px;
  font: 25px var(--serif);
}
.service-year small {
  display: block;
  font: 10px var(--sans);
  color: var(--muted);
  margin-top: 9px;
}
.service-detail {
  flex: 1;
}
.service-detail .eyebrow {
  font-size: 9px;
}
.service-detail h3 {
  margin: 7px 0 10px;
  font-size: 21px;
}
.service-detail h3 a {
  text-decoration: none;
}
.service-detail p {
  font-size: 12px;
  margin: 4px 0;
}
.service-role {
  font-weight: 550;
}
.service-source {
  font-size: 11px;
  align-self: center;
}
.service-source small {
  display: block;
  color: var(--muted);
  margin-top: 6px;
}
.people-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.person-card {
  display: flex;
  flex-direction: column;
  padding: 21px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 4px;
  text-decoration: none;
}
.person-card:hover {
  border-color: #94ac85;
}
.person-card strong {
  font-weight: 550;
  font-size: 15px;
}
.person-card > span {
  font-size: 11px;
  color: var(--muted);
  margin: 7px 0 15px;
}
.person-card small {
  font-size: 10px;
  color: #78876d;
  margin-top: auto;
}
.person-card small span {
  float: right;
}
.people-search {
  max-width: 550px;
}
.prose {
  max-width: 740px;
  color: #586550;
  font-size: 14px;
}
.prose h2 {
  margin: 30px 0 15px;
  color: var(--ink);
}
.prose dt {
  font-weight: 600;
  margin-top: 15px;
}
.prose dd {
  margin: 5px 0 15px;
}
.prose pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: var(--soft);
  padding: 20px;
  font-size: 12px;
}
.prose code {
  font-size: 12px;
}
.skip {
  position: absolute;
  top: -100px;
  left: 16px;
  background: white;
  padding: 10px;
  z-index: 5;
}
.skip:focus {
  top: 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 1500px) {
  .shell {
    max-width: 1360px;
  }
  .hero {
    padding-top: 85px;
    padding-bottom: 65px;
  }
  .conference-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1000px) {
  .header-inner {
    gap: 30px;
  }
  .header-label {
    display: none;
  }
  .hero-aside {
    flex-basis: 240px;
    padding-left: 20px;
  }
  .tools {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .filters > div {
    flex: 1;
  }
  .filters select {
    width: 100%;
    max-width: none;
  }
  .stats {
    gap: 22px;
  }
  .stats > div {
    padding-right: 22px;
  }
  .stats > a {
    max-width: 130px;
  }
  .conference-grid,
  .people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero h1 {
    font-size: 46px;
  }
}
@media (max-width: 650px) {
  .shell {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-inner {
    min-height: 110px;
    flex-wrap: wrap;
    gap: 4px;
    padding-top: 15px;
  }
  .brand {
    font-size: 21px;
  }
  .header nav {
    width: 100%;
    gap: 0 20px;
    height: auto;
    flex-wrap: wrap;
  }
  .header nav a {
    font-size: 12px;
    height: auto;
    padding: 10px 0;
  }
  .hero {
    padding: 40px 0 30px;
  }
  .hero h1 {
    font-size: 39px;
    letter-spacing: -1.3px;
  }
  .hero-aside {
    display: none;
  }
  .lede {
    font-size: 14px;
  }
  .desktop {
    display: none;
  }
  .stats {
    gap: 15px;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .stats > div {
    gap: 7px;
    flex: 1;
    padding-right: 8px;
  }
  .stats strong {
    font-size: 24px;
  }
  .stats span {
    font-size: 9px;
  }
  .stats > a {
    margin-left: 0;
    max-width: none;
    font-size: 10px;
  }
  .section-heading {
    align-items: start;
  }
  .section-heading > .muted {
    max-width: 110px;
    text-align: right;
    font-size: 10px;
  }
  .directory {
    padding-top: 22px;
  }
  h2 {
    font-size: 25px;
  }
  .tools {
    padding: 15px;
  }
  .filters {
    flex-wrap: wrap;
    gap: 10px;
  }
  .filters > div {
    flex: 1 1 40%;
  }
  .filters > div:nth-child(2) {
    order: 3;
    flex-basis: 100%;
  }
  .conference-grid,
  .people-grid,
  .edition-grid {
    grid-template-columns: 1fr;
  }
  .conference-card {
    padding: 20px 20px 0;
  }
  .conference-name {
    min-height: 0;
  }
  .card-bottom {
    font-size: 10px;
  }
  .footer {
    flex-direction: column;
    gap: 8px;
    margin-top: 40px;
  }
  .page-heading {
    padding: 32px 0 26px;
  }
  .page-heading h1 {
    font-size: 36px;
  }
  .metadata {
    gap: 12px;
  }
  .profile-heading {
    align-items: start;
    gap: 15px;
  }
  .profile-heading h1 {
    font-size: 31px;
  }
  .avatar {
    width: 52px;
    height: 52px;
    font-size: 28px;
  }
  .service {
    flex-wrap: wrap;
    gap: 15px;
  }
  .service-year {
    flex-basis: 80px;
    font-size: 22px;
  }
  .service-source {
    margin-left: 95px;
  }
  .service-detail {
    min-width: 150px;
  }
  .service-detail h3 {
    font-size: 19px;
  }
  .table-wrap {
    margin-inline: -5px;
  }
  td,
  th {
    padding: 12px;
  }
  .committee-section .section-heading {
    align-items: center;
  }
  .committee-section h2 {
    font-size: 23px;
  }
  .edition-tabs {
    overflow: auto;
  }
  .notice {
    padding: 14px;
    font-size: 11px;
  }
  .search-box input {
    font-size: 13px;
  }
}
.score-explainer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 24px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 5px;
}
.score-explainer strong {
  font: 32px var(--serif);
}
.score-explainer strong span {
  font: 12px var(--sans);
  color: var(--muted);
  margin-left: 7px;
}
.rank-number {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  height: 32px;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.rank-number.podium {
  background: #e6d9ad;
  color: #69521d;
  border-radius: 50%;
  font-weight: 650;
}
.leader-score {
  font: 25px var(--serif);
  color: var(--green);
}
.leaderboard td:first-child {
  min-width: 65px;
}
.leaderboard td:nth-child(2) {
  min-width: 190px;
}
.leaderboard td:nth-child(n + 3),
.leaderboard th:nth-child(n + 3) {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 20px 0;
  font-size: 13px;
}
.pagination button,
.pagination a {
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--green);
  cursor: pointer;
  text-decoration: none;
}
.pagination button:disabled,
.pagination a[aria-disabled="true"] {
  opacity: 0.45;
  cursor: default;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
