:root { color-scheme: dark; }
* { box-sizing: border-box; }
body {
  margin: 0; background: #05070c; color: #dbe6f2;
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
  line-height: 1.6; text-wrap: pretty;
}
a { color: #5ee7ff; text-decoration: none; }
a:hover { color: #a8f2ff; text-decoration: underline; }
.wrap { max-width: 62rem; margin: 0 auto; padding: 0 20px 72px; }
header.top, footer.foot {
  border-bottom: 1px solid rgba(94,231,255,.14);
  padding: 14px 0; margin-bottom: 28px;
}
footer.foot { border-bottom: 0; border-top: 1px solid rgba(94,231,255,.14); margin: 48px 0 0; padding-top: 18px; }
header.top .row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.brand { font-size: 18px; font-weight: 700; letter-spacing: .14em; color: #dbe6f2; }
.brand span { color: #5ee7ff; }
nav.langs { margin-left: auto; display: flex; gap: 6px; flex-wrap: wrap; }
nav.langs a {
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  border: 1px solid rgba(94,231,255,.28); border-radius: 2px; padding: 5px 8px;
}
nav.langs a[aria-current] { background: rgba(94,231,255,.14); color: #a8f2ff; }
h1 { font-size: clamp(24px, 4vw, 34px); line-height: 1.2; margin: 0 0 10px; letter-spacing: -.01em; }
h2 { font-size: 15px; letter-spacing: .18em; text-transform: uppercase; color: #7c8ea3; margin: 40px 0 12px; font-weight: 500; }
h3 { font-size: 14px; margin: 26px 0 8px; color: #dbe6f2; }
p { margin: 0 0 14px; color: #c9d6e4; }
.lede { font-size: 17px; color: #dbe6f2; }
.muted { color: #7c8ea3; font-size: 13px; }
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1px; background: rgba(94,231,255,.14); border: 1px solid rgba(94,231,255,.14); border-radius: 2px; margin: 22px 0; }
.facts div { background: #070c14; padding: 12px 14px; }
.facts dt { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: #7c8ea3; margin: 0 0 4px; }
.facts dd { margin: 0; font-size: 19px; font-variant-numeric: tabular-nums; color: #ffd79a; }
.scroll { overflow-x: auto; margin: 16px 0; }
table { border-collapse: collapse; width: 100%; min-width: 34rem; font-variant-numeric: tabular-nums; }
caption { text-align: left; color: #7c8ea3; font-size: 13px; padding-bottom: 8px; }
th, td { text-align: left; padding: 8px 12px; border-bottom: 1px solid rgba(94,231,255,.10); font-size: 14px; white-space: nowrap; }
th { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #7c8ea3; font-weight: 500; }
td.n { text-align: right; }
tbody tr:hover { background: rgba(94,231,255,.04); }
ul.cols { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 2px 16px; }
ul.cols li { padding: 3px 0; font-size: 14px; }
.cta { display: inline-block; margin: 8px 0 0; padding: 11px 18px; border: 1px solid rgba(94,231,255,.4); border-radius: 2px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.cta:hover { background: rgba(94,231,255,.12); text-decoration: none; }
figure { margin: 22px 0; }
svg.path { width: 100%; height: auto; display: block; border: 1px solid rgba(94,231,255,.14); border-radius: 2px; background: #070c14; }
.note { border-left: 2px solid rgba(255,180,92,.5); padding: 2px 0 2px 14px; margin: 22px 0; color: #a9b8c9; font-size: 14px; }