.release-section {
  min-height: calc(100svh - 164px);
  padding: 80px clamp(22px, 7vw, 110px) 74px;
  background: #08151a;
}

.release-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.release-heading h1 {
  margin: 12px 0 0;
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", sans-serif;
  font-size: 54px;
  line-height: 0.98;
  font-weight: 660;
}

.release-state {
  margin: 13px 0 0;
  color: #71888d;
  font-family: "Cascadia Mono", Consolas, monospace;
  font-size: 9px;
}

.release-auth-note {
  max-width: 610px;
  margin: 11px 0 0;
  color: #74898e;
  font-size: 10px;
  line-height: 1.6;
}

.release-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 44px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.release-facts div {
  min-width: 0;
  padding: 22px 20px;
}

.release-facts div:first-child {
  padding-left: 0;
}

.release-facts div + div {
  border-left: 1px solid var(--line);
}

.release-facts dt {
  color: #688188;
  font-size: 9px;
  text-transform: uppercase;
}

.release-facts dd {
  margin: 7px 0 0;
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", sans-serif;
  font-size: 21px;
  font-weight: 680;
}

.release-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
}

.release-details section + section {
  padding-left: 72px;
  border-left: 1px solid var(--line);
}

.release-details h3 {
  margin: 10px 0 0;
  font-size: 18px;
}

.release-details section > p:last-of-type {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.release-verify button,
.release-verify a {
  width: max-content;
  margin-top: 14px;
  padding: 0;
  color: var(--sea);
  background: transparent;
  border: 0;
  font-family: "Cascadia Mono", Consolas, monospace;
  font-size: 9px;
  text-decoration: none;
  cursor: pointer;
}

.release-verify button {
  display: block;
}

.release-verify .virustotal-link {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 240px;
  min-height: 58px;
  padding: 9px 12px;
  color: #dce7e8;
  background: #091820;
  border: 1px solid #2d4d85;
  border-radius: 4px;
}

.release-verify .virustotal-link[hidden] {
  display: none;
}

.virustotal-link img {
  width: 36px;
  height: 36px;
}

.virustotal-link span {
  display: flex;
  flex-direction: column;
}

.virustotal-link strong {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", sans-serif;
  font-size: 16px;
}

.virustotal-link small {
  margin-top: 2px;
  color: #82969c;
  font-family: "Cascadia Mono", Consolas, monospace;
  font-size: 8px;
}

.release-verify button:disabled {
  color: #60777d;
  cursor: default;
}

.release-history {
  padding: 68px clamp(22px, 7vw, 110px) 82px;
  background: #050c10;
  border-top: 1px solid var(--line);
}

.release-history > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.release-history h2 {
  margin: 10px 0 0;
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", sans-serif;
  font-size: 34px;
  line-height: 1;
}

.release-history > header > p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  text-align: right;
}

.release-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.release-row {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(140px, 1fr) minmax(100px, 0.6fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 66px;
  border-bottom: 1px solid var(--line);
}

.release-row strong {
  font-family: "Bahnschrift SemiCondensed", "Arial Narrow", sans-serif;
  font-size: 17px;
}

.release-row span {
  color: #74898e;
  font-size: 10px;
}

.release-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.release-actions a {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 9px 14px;
  color: var(--sea);
  border: 1px solid #1d635d;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.release-actions a:hover {
  color: #05100f;
  background: var(--sea);
  border-color: var(--sea);
}

.release-actions .release-vt {
  width: 34px;
  padding: 6px;
  border-color: #2d4d85;
}

.release-vt img {
  width: 18px;
  height: 18px;
}

.release-list-state {
  padding: 24px 0;
  color: #74898e;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}

@media (max-width: 760px) {
  .release-heading,
  .release-history > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .release-section {
    min-height: calc(100svh - 64px);
    padding: 56px 21px 64px;
  }

  .release-heading h1 {
    font-size: 44px;
  }

  .release-facts {
    grid-template-columns: 1fr 1fr;
  }

  .release-facts div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .release-facts div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .release-details {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .release-details section + section {
    padding: 36px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .release-history {
    padding: 52px 21px 64px;
  }

  .release-history > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .release-history > header > p {
    text-align: left;
  }

  .release-row {
    grid-template-columns: 1fr auto;
    gap: 5px 18px;
    padding: 15px 0;
  }

  .release-row .release-date,
  .release-row .release-size {
    grid-column: 1;
  }

  .release-actions {
    grid-column: 2;
    grid-row: 1 / 4;
  }
}

@media (max-width: 430px) {
  .release-facts div {
    padding: 18px 12px;
  }

  .release-facts div:nth-child(odd) {
    padding-left: 0;
  }
}
