:root {
  color-scheme: dark;
  --bg: #071e2c;
  --text: #f3f6f8;
  --muted: #a8bdca;
  --line: #c2d8e026;
  --paper: #f1f5f7;
  --ink: #0c283a;
  --link: #d4e4ed;
  --body: #bed0db;
  --focus: #d1e9f4;
  --hover-text: #fff;
  --button-hover: #dce9f0;
  --control-line: #bcd4e26b;
  --soft: #c2d8e011;
  --selection-bg: #c3dce7;
  --selection-text: #062237;
  --scrollbar: #496574;
  font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  background: var(--bg);
  color: var(--text);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  scrollbar-color: var(--scrollbar) var(--bg);
}
:root[data-theme="paper"] {
  color-scheme: light;
  --bg: #f6f8f9;
  --text: #172f40;
  --muted: #536775;
  --line: #d4dde2;
  --paper: #12364c;
  --ink: #ffffff;
  --link: #294c62;
  --body: #344e5e;
  --focus: #205b7b;
  --hover-text: #071e2c;
  --button-hover: #204960;
  --control-line: #6f8491;
  --soft: #e8eef1;
  --selection-bg: #dce8ef;
  --selection-text: #0e2a3a;
  --scrollbar: #879ca9;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}
a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 5px;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button,
a,
summary {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 5px;
}
main:focus {
  outline: none;
}
::selection {
  background: var(--selection-bg);
  color: var(--selection-text);
}
[hidden] {
  display: none !important;
}
svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
.wrap {
  width: calc(100% - 160px);
  max-width: 1200px;
  margin-inline: auto;
}
.content {
  max-width: 1000px;
  padding-top: 54px;
}
.site-header {
  flex-shrink: 0;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 30px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  font-size: 30px;
  font-weight: 550;
  line-height: 1;
  letter-spacing: -0.04em;
}
.wordmark img {
  width: 39px;
  height: 33px;
  object-fit: contain;
  margin-top: -5px;
}
.nav-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  min-width: 44px;
  padding-inline: 4px;
  font-size: 17px;
}
.nav-link:hover,
.text-link:hover,
.help-link:hover {
  color: var(--hover-text);
  text-decoration: underline;
}
.nav-link[aria-current] {
  text-decoration: underline;
  text-decoration-color: var(--muted);
  text-underline-offset: 9px;
}
.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;
}
.skip-link {
  position: fixed;
  z-index: 30;
  top: 12px;
  left: 16px;
  transform: translateY(-180%);
  padding: 14px 20px;
  background: var(--paper);
  color: var(--ink);
  border-radius: 4px;
}
.skip-link:focus {
  transform: none;
}
.release {
  min-height: 390px;
}
.release[data-state="error"] {
  min-height: 220px;
}
.release-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 65px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.5;
}
.release-heading > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  min-width: 0;
}
#version {
  color: var(--text);
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
#published,
.separator {
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 44px;
  color: var(--link);
  font-size: 14px;
  flex-shrink: 0;
}
.text-link svg {
  width: 15px;
  height: 15px;
}
.platforms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 34px 0 24px;
  border-bottom: 1px solid var(--line);
  row-gap: 32px;
}
.platform {
  padding-right: 42px;
  min-width: 0;
}
.platform:nth-child(even) {
  padding: 0 0 0 42px;
  border-left: 1px solid var(--line);
}
.platform-heading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px 18px;
}
.platform h2 {
  font-size: 32px;
  letter-spacing: -0.025em;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.platform-heading > span {
  font-size: 14px;
  color: var(--muted);
}
.artifact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 12px 0 26px;
  font-variant-numeric: tabular-nums;
}
.artifact-meta span + span {
  border-left: 1px solid var(--line);
  padding-left: 15px;
}
.download-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 230px;
  max-width: 100%;
  min-height: 52px;
  padding: 14px 18px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.download-button svg {
  height: 21px;
  width: 21px;
  stroke-width: 1.6;
  flex-shrink: 0;
}
.download-button:hover {
  background: var(--button-hover);
}
.download-button:focus-visible {
  outline-offset: 7px;
}
.help-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  font-size: 14px;
  color: var(--link);
  margin-top: 7px;
}
.help-link svg {
  width: 12px;
  height: 12px;
}
.release-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-top: 8px;
}
.release-bottom > p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: 13px 0;
  flex-shrink: 0;
}
.release-bottom details {
  max-width: 700px;
  min-width: 232px;
}
.release-bottom summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 48px;
  color: var(--muted);
  font-size: 14px;
}
.release-bottom summary svg {
  width: 14px;
  height: 14px;
}
.release-bottom details[open] {
  width: 65%;
}
.release-bottom details[open] summary svg {
  transform: rotate(180deg);
}
.integrity-body {
  padding: 12px 0 8px;
}
.integrity-body > p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 12px;
}
.checksum {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.checksum-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.checksum strong {
  font-weight: 500;
  font-size: 14px;
  color: var(--text);
  overflow-wrap: anywhere;
}
.checksum button {
  font-size: 13px;
  padding: 7px 10px;
  min-height: 44px;
  min-width: 56px;
  background: transparent;
  border: 1px solid var(--control-line);
  border-radius: 3px;
  flex-shrink: 0;
}
.checksum button:hover {
  background: var(--soft);
}
.checksum code {
  display: block;
  margin-top: 9px;
  font:
    12px/1.9 ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  overflow-wrap: anywhere;
  color: var(--muted);
  user-select: all;
}
.installation {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  padding: 52px 0 66px;
}
.section-label h2 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  margin: 9px 0 0;
  letter-spacing: 0.02em;
}
.help-list {
  border-top: 1px solid var(--line);
}
.help-list details {
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 32px;
}
.help-list summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 16px;
  line-height: 1.5;
  padding: 18px 0;
  color: var(--text);
}
.help-list summary svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  color: var(--muted);
}
.help-list details[open] summary svg path {
  d: path("M5 12h14");
}
.help-list summary:hover {
  color: var(--hover-text);
}
.help-body {
  padding: 0 27px 20px 0;
  font-size: 16px;
  line-height: 1.95;
  color: var(--body);
  max-width: 74ch;
}
.help-body ol {
  padding-left: 20px;
  margin: 0 0 18px;
}
.help-body li {
  padding-left: 6px;
  margin-bottom: 9px;
}
.help-body p {
  margin: 0 0 16px;
}
.help-body p:last-child {
  margin-bottom: 0;
}
.site-footer {
  max-width: 1000px;
  margin-top: auto;
  padding-block: 26px 30px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}
#status {
  font-size: 16px;
  color: var(--body);
  line-height: 1.8;
  margin: 30px 0 10px;
}
#status:empty {
  display: none;
}
.outline-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--control-line);
  color: var(--text);
  border-radius: 4px;
  background: transparent;
  font-size: 14px;
  margin: 8px 0 24px;
}
.outline-button:disabled {
  opacity: 0.55;
  cursor: wait;
}
.notice {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin-block: 24px 0;
}
#recommended {
  margin-top: 12px;
  text-decoration: underline;
}
.history-title {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin: 0 0 22px;
}
.history-list {
  padding-bottom: 48px;
}
.history-entry {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 24px;
}
.history-entry:first-child {
  padding-top: 24px;
}
.history-entry:last-child {
  border-bottom: 0;
}
.history-meta h2 {
  font-size: 31px;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  font-variant-numeric: tabular-nums;
}
.history-meta time {
  font-size: 14px;
  color: var(--muted);
}
.history-entry ul {
  padding-left: 19px;
  margin: 0;
  color: var(--body);
  font-size: 16px;
  line-height: 1.95;
}
.history-entry li {
  padding-left: 5px;
  margin-bottom: 10px;
}
.history-entry li:last-child {
  margin-bottom: 0;
}
.preview-content {
  font-size: 16px;
  line-height: 1.9;
}
.message-page h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}
.message-page p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.message-page .text-link {
  text-decoration: underline;
  font-size: 16px;
}
.preview-content h1 {
  font-size: 32px;
  font-weight: 400;
}
.preview-content a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .wrap {
    width: calc(100% - 80px);
  }
  .platform {
    padding-right: 28px;
  }
  .platform:nth-child(even) {
    padding-left: 28px;
  }
  .installation,
  .history-entry {
    grid-template-columns: 1fr 2.2fr;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .site-nav {
    padding-block: 24px;
  }
  .wordmark {
    font-size: 24px;
    gap: 7px;
  }
  .wordmark img {
    width: 31px;
    height: 28px;
    margin-top: -4px;
  }
  .nav-link {
    font-size: 14px;
  }
  .content {
    padding-top: 28px;
  }
  .release {
    min-height: 620px;
  }
  .release-heading {
    padding-bottom: 18px;
    align-items: center;
    gap: 16px;
  }
  .release-heading > div {
    font-size: 14px;
    gap: 6px 10px;
    line-height: 1.8;
  }
  .release-heading time {
    display: block;
    width: 100%;
    font-size: 13px;
  }
  .release-heading .separator {
    display: none;
  }
  .release-heading .text-link {
    font-size: 14px;
    gap: 5px;
  }
  .platforms {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0;
  }
  .platform,
  .platform:nth-child(even) {
    padding: 25px 0 15px;
    border-left: 0;
  }
  .platform + .platform {
    border-top: 1px solid var(--line);
  }
  .platform h2 {
    font-size: 27px;
  }
  .platform-heading {
    gap: 16px;
  }
  .platform-heading > span {
    font-size: 14px;
  }
  .artifact-meta {
    margin: 10px 0 19px;
    font-size: 14px;
  }
  .download-button {
    width: 100%;
  }
  .release-bottom {
    display: block;
    padding-top: 4px;
  }
  .release-bottom > p {
    font-size: 13px;
    margin: 16px 0 0;
  }
  .release-bottom details,
  .release-bottom details[open] {
    width: 100%;
    min-width: 0;
  }
  .release-bottom summary {
    justify-content: space-between;
    min-height: 51px;
    font-size: 13px;
  }
  .checksum code {
    font-size: 11px;
  }
  .checksum-heading strong {
    font-size: 13px;
  }
  .installation {
    display: block;
    padding: 32px 0 44px;
  }
  .section-label h2 {
    font-size: 21px;
    margin: 0 0 20px;
  }
  .help-list summary {
    gap: 16px;
  }
  .help-body {
    padding-right: 0;
  }
  .history-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .history-entry {
    display: block;
    padding: 30px 0;
  }
  .history-meta {
    display: flex;
    align-items: baseline;
    gap: 17px;
    margin-bottom: 20px;
  }
  .history-meta h2 {
    font-size: 25px;
    margin: 0;
  }
  .history-meta time {
    font-size: 13px;
  }
  .history-entry ul {
    font-size: 16px;
    padding-left: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
@media (forced-colors: active) {
  .download-button,
  .outline-button,
  .checksum button {
    border: 1px solid ButtonText;
  }
  .platforms,
  .platform,
  .help-list,
  .help-list details {
    border-color: CanvasText;
  }
}
