/* Страница скачивания — макет launcher.html
   https://docs.instantcms.ru/dev/templates/css-js */

.gc-html .gc-download-page .button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 21px;
  border: 0;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gc-html .gc-download-page .button:hover {
  transform: translateY(-2px);
}

.gc-html .gc-download-page .button--primary {
  color: #06131d;
  background: linear-gradient(115deg, #73d9ff, #38a9ee);
  box-shadow: 0 12px 26px rgba(32, 168, 243, 0.2);
}

.gc-html .gc-download-page .section-heading {
  margin-bottom: 22px;
}

.gc-html .gc-download-page .section-heading h2 {
  margin: 6px 0 0;
}

.gc-html .launcher-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gc-html .launcher-hero__glow {
  position: absolute;
  inset: auto -8% -20% auto;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 176, 230, 0.18), transparent 68%);
}

.gc-html .launcher-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 640px;
  padding-top: 54px;
  padding-bottom: 64px;
  grid-template-columns: minmax(0, 1fr) 470px;
  align-items: center;
  gap: 48px;
}

.gc-html .launcher-hero__copy h1 {
  margin: 10px 0 16px;
  font-size: clamp(42px, 6vw, 72px);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.gc-html .launcher-hero__copy > p {
  max-width: 520px;
  margin: 0;
  color: #7f94a6;
}

.gc-html .launcher-cta {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.gc-html .launcher-download {
  min-width: 250px;
}

.gc-html .launcher-download svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.gc-html .launcher-cta__meta {
  display: flex;
  flex-direction: column;
}

.gc-html .launcher-cta__meta strong { font-size: 16px; }
.gc-html .launcher-cta__meta span {
  margin-top: 4px;
  color: #667c8e;
  font-size: 12px;
}

.gc-html .launcher-os {
  display: flex;
  margin-top: 28px;
  gap: 8px;
}

.gc-html .launcher-os span {
  display: inline-flex;
  height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #eaf4fa;
  align-items: center;
  border-color: rgba(74, 186, 232, 0.4);
  background: rgba(43, 145, 188, 0.14);
  font-size: 12px;
  font-weight: 700;
}

.gc-html .launcher-window {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: #0b1721;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.gc-html .launcher-window__bar {
  display: flex;
  height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  align-items: center;
  gap: 6px;
}

.gc-html .launcher-window__bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #355064;
}

.gc-html .launcher-window__bar span:first-child { background: #d06a4a; }
.gc-html .launcher-window__bar span:nth-child(2) { background: #d0b24a; }
.gc-html .launcher-window__bar span:nth-child(3) { background: #4ec97a; }

.gc-html .launcher-window__bar strong {
  margin-left: 10px;
  color: #8aa0b0;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.gc-html .launcher-window__body {
  display: grid;
  min-height: 340px;
  grid-template-columns: 132px 1fr;
}

.gc-html .launcher-window__body aside {
  display: flex;
  padding: 16px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  flex-direction: column;
  gap: 6px;
  background: #08131b;
}

.gc-html .launcher-window__body aside b {
  padding: 8px 10px;
  border-radius: 7px;
  color: #6d8294;
  font-size: 11px;
  font-weight: 600;
}

.gc-html .launcher-window__body aside .is-current {
  color: #dff3fb;
  background: rgba(53, 154, 196, 0.16);
}

.gc-html .launcher-window__games {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 10px;
}

.gc-html .launcher-window__games article {
  display: grid;
  min-height: 74px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  grid-template-columns: 86px 1fr auto;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.gc-html .launcher-thumb {
  height: 58px;
  border-radius: 7px;
  background: linear-gradient(135deg, #1a3348, #0c1822) center / cover;
}

.gc-html .launcher-window__games strong { display: block; font-size: 13px; }
.gc-html .launcher-window__games small { color: #6a8092; }
.gc-html .launcher-window__games span {
  color: #6ad0f4;
  font-size: 11px;
  font-weight: 800;
}

.gc-html .launcher-window__games i {
  width: 54px;
  height: 4px;
  overflow: hidden;
  border-radius: 4px;
  background: #1c303d;
}

.gc-html .launcher-window__games i::after {
  display: block;
  width: 64%;
  height: 100%;
  background: #45c3f7;
  content: "";
}

.gc-html .launcher-features,
.gc-html .launcher-specs,
.gc-html .launcher-verify,
.gc-html .launcher-faq {
  padding-top: 72px;
}

.gc-html .launcher-faq { padding-bottom: 90px; }

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

.gc-html .launcher-feature-grid article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: linear-gradient(160deg, #101f2c, #0b1721);
}

.gc-html .launcher-feature-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 9px;
  color: #67d0f6;
  background: rgba(46, 150, 194, 0.12);
  place-items: center;
}

.gc-html .launcher-feature-grid span svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.gc-html .launcher-feature-grid h3 { margin: 0 0 8px; font-size: 16px; }
.gc-html .launcher-feature-grid p { margin: 0; color: #6d8294; }

.gc-html .launcher-specs {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}

.gc-html .launcher-specs h2,
.gc-html .launcher-verify h2,
.gc-html .launcher-faq h2 {
  margin: 8px 0 10px;
  font-size: 32px;
  letter-spacing: -0.04em;
}

.gc-html .launcher-specs p,
.gc-html .launcher-verify p {
  margin: 0;
  color: #6d8294;
}

.gc-html .launcher-spec-list {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #0c1822;
}

.gc-html .launcher-spec-list div {
  display: grid;
  min-height: 58px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  grid-template-columns: 140px 1fr;
  align-items: center;
}

.gc-html .launcher-spec-list div:last-child { border-bottom: 0; }
.gc-html .launcher-spec-list dt { color: #667c8e; }

.gc-html .launcher-verify__card,
.gc-html .launcher-hash {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.gc-html .launcher-verify__card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #0d1b26;
}

.gc-html .launcher-hash {
  min-width: min(100%, 420px);
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: #09151e;
}

.gc-html .launcher-hash code {
  color: #9fdff6;
  font-size: 12px;
}

.gc-html .launcher-hash button {
  border: 0;
  color: #74ccea;
  cursor: pointer;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
}

.gc-html .launcher-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gc-html .launcher-faq details {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #0c1822;
}

.gc-html .launcher-faq summary {
  color: #e7eef3;
  font-size: 15px;
  cursor: pointer;
  font-weight: 700;
}

.gc-html .launcher-faq details p {
  margin: 10px 0 0;
  color: #6d8294;
}

@media (max-width: 980px) {
  .gc-html .launcher-hero__inner,
  .gc-html .launcher-feature-grid,
  .gc-html .launcher-specs,
  .gc-html .launcher-verify__card {
    grid-template-columns: 1fr;
  }

  .gc-html .launcher-window { order: -1; }
  .gc-html .launcher-cta,
  .gc-html .launcher-hash { flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .gc-html .launcher-hero__inner {
    min-height: 0;
    padding-top: 32px;
  }

  .gc-html .launcher-window__body,
  .gc-html .launcher-window__games article {
    grid-template-columns: 1fr;
  }

  .gc-html .launcher-window__body aside {
    flex-direction: row;
    overflow-x: auto;
  }
}
