:root {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #24342d;
  background: #f7f7f0;
  font-synthesis: none;
  line-height: 1.6;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
}
button,
input,
select {
  font: inherit;
}
button,
select {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
select:focus-visible,
input:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #a36122;
  outline-offset: 4px;
}
button {
  color: inherit;
}
button:hover {
  background: #e3ebdf;
}
.top,
main {
  max-width: 1120px;
  margin: auto;
  padding: 0 40px;
}
.top {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d7ded3;
}
.brand {
  text-decoration: none;
  font-size: 31px;
  font-weight: 850;
  letter-spacing: -2px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand span,
.eyebrow,
.alpha {
  font:
    11px ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  letter-spacing: 2px;
  font-weight: 600;
}
.brand span {
  letter-spacing: 2px;
  color: #657466;
}
.alpha {
  border: 1px solid #c8d4c1;
  border-radius: 3px;
  padding: 7px 10px;
  color: #486140;
}
.intro {
  padding: 65px 0 48px;
}
.eyebrow {
  color: #547048;
  margin: 0 0 18px;
}
h1 {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.08;
  letter-spacing: -3px;
  font-weight: 650;
  margin: 0 0 24px;
}
h2 {
  font-size: 28px;
  letter-spacing: -0.9px;
  line-height: 1.2;
  margin: 0 0 16px;
}
p {
  max-width: 78ch;
}
.lead {
  font-size: 18px;
  color: #56665b;
  max-width: 570px;
  line-height: 1.7;
}
.current {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: #e4ecd9;
  border: 1px solid #c6d5b6;
  border-radius: 4px;
  font:
    13px ui-monospace,
    monospace;
  color: #324c26;
}
.policy {
  background: #ecefe5;
  border: 1px solid #d6ddcb;
  padding: 28px 32px;
  border-radius: 8px;
}
.policy h2 {
  font-size: 20px;
}
.digits {
  display: flex;
  gap: 40px;
  margin: 24px 0;
}
.digits span {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  color: #56644f;
}
.digits b {
  font:
    35px ui-monospace,
    monospace;
  color: #30452c;
}
.policy p {
  font-size: 14px;
  color: #53604d;
  margin-bottom: 0;
}
.compat {
  padding: 58px 0;
  border-bottom: 1px solid #d6ded2;
}
.unreleased {
  margin-top: 46px;
  padding: 22px;
  border: 1px dashed #a6b39f;
  border-radius: 16px;
  background: #fbfaf5;
}
.unreleased h2 {
  margin: 0 0 8px;
}
.unreleased-card p {
  color: #62705f;
}
.compat > p {
  color: #62705f;
}
.selectors {
  display: flex;
  gap: 18px;
  margin: 24px 0 18px;
}
label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 12px;
  font-weight: 650;
  color: #52604e;
}
select,
input {
  padding: 11px 12px;
  background: #fffefa;
  border: 1px solid #bfcbb8;
  border-radius: 4px;
  color: #263b29;
  min-width: 175px;
  font-size: 14px;
}
.pair {
  padding: 20px 24px;
  border: 1px solid #c7d4bc;
  border-left: 4px solid #628349;
  background: #edf3e5;
  border-radius: 4px;
}
.pair.limited {
  background: #fcf1db;
  border-color: #d8bc7b;
}
.pair.incompatible {
  background: #f9e7e2;
  border-color: #c88476;
}
.pair.unverified {
  background: #ececeb;
  border-color: #a6aca6;
}
.pair strong {
  font-size: 16px;
}
.pair p {
  margin: 8px 0 0;
  font-size: 14px;
}
.evidence {
  font-size: 12px !important;
  color: #52634e;
}
.table-scroll {
  overflow-x: auto;
  margin-top: 24px;
  border: 1px solid #d0dac8;
  border-radius: 5px;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  min-width: 440px;
}
caption {
  text-align: left;
  padding: 14px 17px;
  background: #eef0e7;
  color: #57644e;
  font-size: 12px;
}
td,
th {
  padding: 13px 17px;
  text-align: left;
  border-top: 1px solid #d0dac8;
}
th {
  font-weight: 650;
}
td button {
  padding: 7px 10px;
  border: 1px solid #c7d4bc;
  background: #edf3e5;
  border-radius: 4px;
  font-size: 12px;
}
td button.limited {
  background: #fcf1db;
  border-color: #d8bc7b;
}
td button.incompatible {
  background: #f9e7e2;
  border-color: #c88476;
}
td button.unverified {
  background: #ececeb;
  border-color: #a6aca6;
}
.muted {
  color: #64705f;
  font-size: 12px;
}
.tree-panel {
  margin-top: 28px;
  border: 1px solid #d1dac8;
  border-radius: 5px;
  padding: 18px 22px;
}
.tree-panel summary {
  font-weight: 650;
  cursor: pointer;
  font-size: 14px;
}
.tree {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 20px;
}
.tree h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.tree ol {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
  border-left: 2px solid #b7c9a5;
}
.tree li {
  position: relative;
  padding: 4px 0 17px 14px;
  font-size: 13px;
}
.tree li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #76965b;
  border: 2px solid #f7f7f0;
  box-sizing: content-box;
}
.tree a {
  font-family: ui-monospace, monospace;
}
.tree small {
  display: block;
  color: #697660;
}
.release-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 52px;
}
.data-link {
  font-size: 12px;
  white-space: nowrap;
}
.filters {
  display: flex;
  gap: 18px;
  margin: 28px 0 18px;
}
.search {
  flex: 1;
}
.legend {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #64705f;
}
.legend b {
  font:
    18px ui-monospace,
    monospace;
  margin-right: 4px;
}
.added {
  color: #3c712c;
}
.removed {
  color: #a84736;
}
.fixed {
  color: #375f99;
}
.changed {
  color: #9a6b24;
}
.release {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 24px;
  padding: 33px 0;
  border-bottom: 1px solid #d9e0d2;
  scroll-margin-top: 25px;
}
.release-meta {
  font:
    13px ui-monospace,
    monospace;
}
.release-meta b {
  display: block;
  font-size: 21px;
  margin-bottom: 8px;
}
.release-meta time {
  display: block;
  color: #66735e;
  font:
    12px ui-sans-serif,
    system-ui;
}
.release-kind {
  display: inline-block;
  margin-top: 12px;
  padding: 2px 7px;
  background: #e8eddf;
  border-radius: 3px;
  font:
    11px ui-sans-serif,
    system-ui;
}
.release h3 {
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: 1.25;
  margin: 0 0 12px;
}
.release p {
  font-size: 14px;
  color: #63705d;
  margin: 0 0 20px;
}
.changes {
  list-style: none;
  padding: 0;
  margin: 0;
}
.changes li {
  display: flex;
  align-items: baseline;
  gap: 13px;
  margin: 12px 0;
  font-size: 15px;
  line-height: 1.7;
}
.sign {
  font:
    18px ui-monospace,
    monospace;
  flex: none;
  min-width: 16px;
}
.empty {
  padding: 28px;
  border: 1px dashed #bdcbb0;
  border-radius: 5px;
}
footer {
  padding: 42px 0;
  font-size: 12px;
  color: #65735e;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.skip {
  position: absolute;
  left: 15px;
  top: -80px;
  background: #fff;
  padding: 12px;
  z-index: 2;
}
.skip:focus {
  top: 10px;
}
[hidden] {
  display: none !important;
}
@media (max-width: 620px) {
  .top,
  main {
    padding-left: 22px;
    padding-right: 22px;
  }
  .top {
    height: 78px;
  }
  .brand span {
    display: none;
  }
  .alpha {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .intro {
    padding: 42px 0 32px;
  }
  h1 {
    letter-spacing: -1.8px;
  }
  .policy {
    padding: 22px;
  }
  .digits {
    gap: 20px;
    flex-wrap: wrap;
  }
  .digits span {
    font-size: 12px;
  }
  .digits b {
    font-size: 28px;
  }
  .compat {
    padding: 38px 0;
  }
  .selectors,
  .filters {
    flex-direction: column;
    gap: 12px;
  }
  select,
  input {
    width: 100%;
    min-width: 0;
  }
  .release-heading {
    display: block;
  }
  .release-heading .data-link {
    display: inline-block;
    margin: 5px 0;
  }
  .release {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .release-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  .release-meta b {
    margin: 0;
    font-size: 18px;
  }
  .release-kind {
    margin: 0;
  }
  .tree {
    gap: 15px;
  }
  .pair {
    padding: 17px;
  }
  .legend {
    gap: 14px;
  }
  footer {
    flex-direction: column;
    gap: 8px;
  }
  .changes li {
    font-size: 14px;
  }
  .release h3 {
    font-size: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}
