:root {
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  color: #f6f6f6;
  background: #000;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  min-width: 280px;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 6px;
}
.page {
  width: min(100% - 48px, 572px);
  margin: 0 auto;
  padding: 82px 0 65px;
}
.language {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 58px;
}
.language button {
  background: none;
  border: 0;
  color: #777;
  padding: 5px 10px 9px;
  min-width: 50px;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.language button[aria-pressed="true"] {
  color: #fff;
  border-color: #fff;
}
.language button:hover {
  color: #fff;
}
.identity {
  text-align: center;
  margin-bottom: 65px;
}
h1 {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 104px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -4.5px;
  white-space: nowrap;
  margin: 0 0 10px;
}
.tagline {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 42px;
  line-height: 1.12;
  margin: 0 -15px;
}
.progress-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px;
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.amount {
  margin-left: auto;
  font-size: 27px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.progress-track {
  height: 12px;
  background: #383838;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  width: 0;
  background: #f7f7f7;
  transition: width 0.4s ease;
}
.remaining {
  font-size: 23px;
  line-height: 1.4;
  margin: 12px 0 34px;
  color: #ddd;
}
.queue {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  color: #ddd;
  margin: 0 0 33px;
}
.support {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 72px;
  padding: 16px 20px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #080808;
  font-size: 27px;
  line-height: 1.3;
  transition: background 0.15s;
}
.support[href]:hover {
  background: #ddd;
}
.support[aria-disabled="true"] {
  cursor: default;
}
.explanation {
  text-align: center;
  color: #ccc;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.48;
  margin: 25px 4px 0;
}
.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 56px;
  color: #ddd;
  font-size: 22px;
  line-height: 1.5;
  white-space: nowrap;
}
.socials span {
  font-size: 18px;
}
.socials a[href]:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.socials a[aria-disabled="true"] {
  cursor: default;
}
html[lang="ru"] .tagline {
  max-width: 470px;
  margin: 0 auto;
}
html[lang="ru"] .identity {
  margin-bottom: 56px;
}
html[lang="ru"] h1 {
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .page {
    width: min(100% - 48px, 450px);
    padding-top: 52px;
    padding-bottom: 44px;
  }
  .language {
    margin-bottom: 55px;
    gap: 27px;
  }
  .language button {
    font-size: 18px;
  }
  h1 {
    font-size: clamp(54px, 12vw, 82px);
    letter-spacing: -2.8px;
    line-height: 1.1;
  }
  .tagline {
    font-size: clamp(27px, 6.4vw, 37px);
    margin: 0 -4px;
  }
  .identity {
    margin-bottom: 52px;
  }
  .progress-heading {
    font-size: 18px;
    gap: 10px;
    margin-bottom: 11px;
  }
  .amount {
    font-size: 21px;
  }
  .progress-track {
    height: 10px;
  }
  .remaining {
    font-size: 19px;
    margin-top: 13px;
    margin-bottom: 32px;
  }
  .queue {
    font-size: 20px;
    margin-bottom: 31px;
  }
  .support {
    font-size: 23px;
    min-height: 64px;
  }
  .explanation {
    font-size: 19px;
    line-height: 1.5;
    margin: 24px 0 0;
  }
  .socials {
    font-size: 16px;
    flex-wrap: wrap;
    gap: 12px 24px;
    max-width: 280px;
    margin: 46px auto 0;
  }
  .socials span {
    display: none;
  }
  html[lang="ru"] .identity {
    margin-bottom: 52px;
  }
}
@media (max-width: 360px) {
  .page {
    width: calc(100% - 36px);
  }
  .socials {
    column-gap: 20px;
    font-size: 15px;
  }
  .progress-heading {
    font-size: 17px;
  }
  .amount {
    font-size: 19px;
  }
  h1 {
    font-size: 13vw;
  }
  .explanation {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
