.downloads-v2-page {
  position: relative;
  z-index: 2;
  padding: 56px 0 110px;
}

.downloads-v2-shell {
  display: grid;
  gap: 34px;
}

.downloads-hero,
.requirements-panel,
.downloads-status-section,
.manual-downloads-section,
.downloads-help-panel {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(15, 20, 27, .96), rgba(10, 15, 21, .94));
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .2);
}

.downloads-hero {
  min-height: 530px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 72px;
  align-items: center;
  padding: 68px 72px;
  overflow: hidden;
  position: relative;
}

.downloads-hero::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -10%;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, .04);
  border-radius: 50%;
  box-shadow: 0 0 0 130px rgba(255, 255, 255, .012), 0 0 0 260px rgba(255, 255, 255, .008);
  pointer-events: none;
}

.downloads-hero::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -250px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(51, 241, 128, .18), transparent 66%);
  pointer-events: none;
}

.downloads-hero__copy,
.launcher-panel {
  position: relative;
  z-index: 1;
}

.downloads-eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.downloads-eyebrow::before,
.section-kicker::before {
  content: "";
  width: 23px;
  height: 1px;
  background: var(--green);
}

.downloads-hero h1 {
  margin: 24px 0 22px;
  color: var(--white);
  font-size: clamp(58px, 5vw, 82px);
  line-height: .95;
  letter-spacing: -.055em;
}

.downloads-hero h1 span {
  color: var(--green);
}

.downloads-hero__copy > p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.downloads-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.downloads-hero__actions .btn {
  min-height: 54px;
}

.downloads-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.downloads-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  color: #a8b1c0;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .025);
}

.downloads-proof span::before {
  content: "\2713";
  color: var(--green);
  font-weight: 900;
}

.launcher-panel {
  padding: 22px;
  border: 1px solid rgba(51, 241, 128, .28);
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(17, 28, 24, .98), rgba(9, 14, 19, .98));
  box-shadow: 0 25px 90px rgba(0, 0, 0, .38), 0 0 70px rgba(51, 241, 128, .08);
}

.launcher-panel__top {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.launcher-mark {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  color: var(--green);
  background: rgba(51, 241, 128, .1);
  border: 1px solid rgba(51, 241, 128, .25);
}

.launcher-mark svg {
  width: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}

.launcher-panel__top div {
  display: grid;
  gap: 2px;
}

.launcher-panel__top small {
  color: #6f7989;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.launcher-panel__top strong {
  color: var(--white);
  font-size: 19px;
}

.launcher-ready,
.manual-state {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 8px 11px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid rgba(51, 241, 128, .25);
  border-radius: 999px;
  background: rgba(51, 241, 128, .08);
}

.launcher-ready i,
.manual-state i,
.status-summary i,
.service-state i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}

.launcher-panel__screen {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 18px;
  background: radial-gradient(circle at 80% 25%, rgba(51, 241, 128, .12), transparent 48%), #0c1217;
}

.launcher-panel__screen > span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.launcher-panel__screen strong {
  margin-top: 9px;
  color: var(--white);
  font-size: 30px;
  letter-spacing: -.03em;
}

.launcher-panel__screen p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.launcher-progress {
  height: 7px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}

.launcher-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #21d86c, var(--green));
  box-shadow: 0 0 18px rgba(51, 241, 128, .45);
}

.launcher-panel__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.launcher-panel__steps span {
  display: grid;
  gap: 5px;
  padding: 13px 10px;
  color: #9ba5b4;
  font-size: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 12px;
  background: rgba(255, 255, 255, .02);
}

.launcher-panel__steps b {
  color: var(--green);
  font-size: 12px;
}

.requirements-panel,
.downloads-status-section,
.manual-downloads-section {
  padding: 42px;
}

.requirements-panel__head,
.downloads-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.requirements-panel__head h2,
.downloads-section-head h2,
.downloads-help-panel h2 {
  margin: 12px 0 0;
  color: var(--white);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -.04em;
}

.requirements-panel__head > p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  text-align: right;
}

.requirements-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.requirements-grid a {
  min-height: 105px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  padding: 18px;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 16px;
  background: rgba(255, 255, 255, .018);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.requirements-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(51, 241, 128, .3);
  background: rgba(51, 241, 128, .045);
}

.requirements-grid a > span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  border-radius: 10px;
  background: rgba(51, 241, 128, .09);
}

.requirements-grid a div {
  display: grid;
  gap: 5px;
}

.requirements-grid strong {
  color: var(--white);
  font-size: 14px;
}

.requirements-grid small {
  color: #737e8e;
  font-size: 12px;
}

.requirements-grid a > b {
  color: #6d7787;
  font-size: 18px;
}

.status-summary {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 10px;
  padding: 12px 16px;
  color: var(--green);
  border: 1px solid rgba(51, 241, 128, .22);
  border-radius: 14px;
  background: rgba(51, 241, 128, .06);
}

.status-summary strong {
  color: var(--white);
  font-size: 18px;
}

.status-summary span {
  grid-column: 1 / -1;
  margin-top: 2px;
  color: #788393;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.status-summary.has-warning {
  color: #ffbd5b;
  border-color: rgba(255, 189, 91, .25);
  background: rgba(255, 189, 91, .06);
}

.downloads-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.downloads-status-card {
  min-height: 174px;
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 19px;
  background: rgba(255, 255, 255, .018);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.downloads-status-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.downloads-status-card:hover {
  transform: translateY(-3px);
  border-color: rgba(51, 241, 128, .25);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .22);
}

.downloads-status-card > img {
  width: 100%;
  height: 100%;
  min-height: 174px;
  object-fit: cover;
  filter: saturate(.9) contrast(1.05);
}

.downloads-status-card__body {
  display: grid;
  align-content: space-between;
  gap: 26px;
  padding: 24px;
}

.downloads-status-card__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.downloads-status-card__title small {
  color: #697585;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
}

.downloads-status-card h3 {
  margin: 5px 0 0;
  color: var(--white);
  font-size: 21px;
  letter-spacing: -.025em;
}

.service-state {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 7px;
  padding: 7px 10px;
  color: #9ca6b5;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
}

.service-state.status-active {
  color: var(--green);
  border-color: rgba(51, 241, 128, .25);
  background: rgba(51, 241, 128, .07);
}

.service-state.status-maintenance {
  color: #ffbd5b;
  border-color: rgba(255, 189, 91, .25);
}

.service-state.status-offline {
  color: #ff6f7d;
  border-color: rgba(255, 111, 125, .25);
}

.downloads-status-card dl {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 10px;
  margin: 0;
}

.downloads-status-card dl div {
  display: grid;
  gap: 5px;
}

.downloads-status-card dt {
  color: #657181;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.downloads-status-card dd {
  margin: 0;
  color: #c8ced8;
  font-size: 12px;
  font-weight: 700;
}

.manual-state.is-disabled {
  color: #ffbd5b;
  border-color: rgba(255, 189, 91, .25);
  background: rgba(255, 189, 91, .07);
}

.manual-disabled-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 25px;
  border: 1px solid rgba(255, 189, 91, .17);
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(255, 189, 91, .06), rgba(255, 255, 255, .018));
}

.manual-disabled-panel__icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #ffbd5b;
  border: 1px solid rgba(255, 189, 91, .24);
  border-radius: 15px;
  background: rgba(255, 189, 91, .07);
}

.manual-disabled-panel__icon svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.manual-disabled-panel strong {
  color: var(--white);
  font-size: 17px;
}

.manual-disabled-panel p,
.downloads-help-panel p,
.manual-downloads-note {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.manual-downloads-note {
  margin: -8px 0 22px;
}

.manual-downloads-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.manual-download-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 17px;
  background: rgba(255, 255, 255, .018);
}

.manual-download-card > div:first-child small {
  color: var(--green);
  font-size: 12px;
  letter-spacing: .15em;
}

.manual-download-card h3 {
  margin: 6px 0 17px;
  color: var(--white);
  font-size: 20px;
}

.manual-package-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.manual-package-row span {
  display: grid;
  gap: 3px;
  color: #707b8b;
  font-size: 12px;
}

.manual-package-row b {
  color: #c8ced8;
  font-size: 13px;
}

.manual-package-row a,
.manual-package-row em {
  color: var(--green);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

.manual-package-row em {
  color: #687383;
}

.downloads-help-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 42px;
  background: radial-gradient(circle at 85% 15%, rgba(94, 104, 246, .16), transparent 38%), linear-gradient(145deg, rgba(16, 21, 30, .98), rgba(11, 16, 22, .96));
}

.downloads-help-panel > div {
  max-width: 760px;
}

.downloads-v2-footer {
  position: relative;
  z-index: 2;
}

@media (max-width: 1180px) {
  .downloads-hero {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 38px;
    padding: 55px;
  }

  .requirements-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 920px) {
  .downloads-v2-page {
    padding-top: 30px;
  }

  .downloads-hero {
    grid-template-columns: 1fr;
  }

  .downloads-status-grid {
    grid-template-columns: 1fr;
  }

  .downloads-status-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .requirements-panel__head,
  .downloads-section-head {
    align-items: flex-start;
  }

  .requirements-panel__head > p {
    max-width: 340px;
  }
}

@media (max-width: 680px) {
  .downloads-v2-page {
    padding: 18px 0 70px;
  }

  .downloads-v2-shell {
    gap: 18px;
  }

  .downloads-hero,
  .requirements-panel,
  .downloads-status-section,
  .manual-downloads-section,
  .downloads-help-panel {
    border-radius: 20px;
  }

  .downloads-hero {
    min-height: 0;
    gap: 36px;
    padding: 34px 22px 22px;
  }

  .downloads-hero h1 {
    margin-top: 20px;
    font-size: 49px;
  }

  .downloads-hero__copy > p {
    font-size: 15px;
  }

  .downloads-hero__actions {
    display: grid;
  }

  .downloads-hero__actions .btn {
    width: 100%;
  }

  .launcher-panel {
    padding: 14px;
    border-radius: 19px;
  }

  .launcher-panel__screen {
    min-height: 205px;
    padding: 24px;
  }

  .launcher-panel__screen strong {
    font-size: 25px;
  }

  .requirements-panel,
  .downloads-status-section,
  .manual-downloads-section,
  .downloads-help-panel {
    padding: 27px 20px;
  }

  .requirements-panel__head,
  .downloads-section-head,
  .downloads-help-panel {
    flex-direction: column;
  }

  .requirements-panel__head > p {
    text-align: left;
  }

  .requirements-grid,
  .manual-downloads-grid {
    grid-template-columns: 1fr;
  }

  .downloads-status-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .downloads-status-card > img {
    height: 150px;
    min-height: 0;
  }

  .downloads-status-card__body {
    gap: 22px;
    padding: 20px;
  }

  .downloads-status-card__title {
    align-items: center;
  }

  .downloads-status-card h3 {
    font-size: 19px;
  }

  .manual-disabled-panel {
    grid-template-columns: auto 1fr;
  }

  .manual-disabled-panel .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .downloads-help-panel {
    align-items: stretch;
  }

  .downloads-help-panel .btn {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .downloads-hero h1 {
    font-size: 43px;
  }

  .downloads-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .downloads-proof span:last-child {
    grid-column: 1 / -1;
  }

  .launcher-panel__steps span {
    padding-inline: 5px;
  }

  .requirements-grid a {
    min-height: 90px;
  }
}
