:root {
  --rd-bg: #050708;
  --rd-surface: #0b0f12;
  --rd-surface-strong: #11161a;
  --rd-surface-soft: rgba(17, 22, 26, .86);
  --rd-gold: #e5c56a;
  --rd-gold-bright: #ffe494;
  --rd-gold-deep: #8f6b1f;
  --rd-silver: #eef3f8;
  --rd-silver-deep: #8e9aa6;
  --rd-cyan: #55e8df;
  --rd-green: #6ee35f;
  --rd-red: #d65143;
  --rd-line: rgba(229, 197, 106, .34);
  --rd-line-soft: rgba(238, 243, 248, .14);
  --rd-text: #f7f7f4;
  --rd-muted: #aeb8bf;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  touch-action: pan-x pan-y pinch-zoom;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--rd-text);
  font-family: Tahoma, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background:
    linear-gradient(rgba(5, 7, 8, .94), rgba(5, 7, 8, .98)),
    url("../../images/bg_page-composite.jpg") center top / cover fixed no-repeat,
    #050708;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 16%, rgba(229, 197, 106, .12) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 34%, rgba(85, 232, 223, .10) 0 1px, transparent 2px),
    linear-gradient(115deg, transparent 0 44%, rgba(229, 197, 106, .04) 48%, transparent 52% 100%);
  background-size: 46px 46px, 64px 64px, 100% 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
}

.rd-download-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--rd-line);
  background: rgba(5, 8, 9, .94);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .38);
  backdrop-filter: blur(14px);
}

.rd-download-topbar-inner {
  width: min(1220px, calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rd-download-brand {
  min-width: 280px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.rd-download-brand img {
  width: 76px;
  height: 64px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 9px rgba(229, 197, 106, .68))
    drop-shadow(0 0 20px rgba(238, 243, 248, .14));
}

.rd-download-brand strong,
.rd-download-brand small {
  display: block;
  letter-spacing: 0;
}

.rd-download-brand strong {
  color: var(--rd-silver);
  font-size: 20px;
  line-height: 1.1;
  text-shadow: 0 0 16px rgba(229, 197, 106, .28);
}

.rd-download-brand small {
  margin-top: 5px;
  color: var(--rd-gold);
  font-size: 10px;
  font-weight: 700;
}

.rd-download-nav {
  min-width: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 4px;
}

.rd-download-nav a {
  position: relative;
  min-width: 104px;
  min-height: 54px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #d7dde2;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.rd-download-nav a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 4px;
  height: 2px;
  background: var(--rd-gold);
  transform: scaleX(0);
  transition: transform .18s ease;
}

.rd-download-nav a:hover,
.rd-download-nav a.is-active {
  color: #fff7d9;
  border-color: rgba(229, 197, 106, .24);
  background: linear-gradient(180deg, rgba(229, 197, 106, .10), rgba(238, 243, 248, .025));
  transform: translateY(-1px);
}

.rd-download-nav a:hover::after,
.rd-download-nav a.is-active::after {
  transform: scaleX(1);
}

.rd-download-main {
  width: min(1220px, calc(100% - 32px));
  margin: 18px auto 52px;
}

.rd-download-hero {
  position: relative;
  min-height: 515px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--rd-line);
  border-bottom: 1px solid var(--rd-line);
  background:
    linear-gradient(90deg, rgba(4, 6, 7, .98) 0%, rgba(4, 6, 7, .91) 34%, rgba(4, 6, 7, .26) 68%, rgba(4, 6, 7, .58) 100%),
    linear-gradient(180deg, rgba(5, 7, 8, .18), rgba(5, 7, 8, .54)),
    url("../../images/bg_page-composite.jpg") 50% 48% / cover no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .09),
    0 24px 62px rgba(0, 0, 0, .38);
}

.rd-download-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(229, 197, 106, .20), transparent 1px) 0 0 / 58px 100%,
    linear-gradient(rgba(238, 243, 248, .05), transparent 1px) 0 0 / 100% 58px;
  opacity: .18;
}

.rd-download-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--rd-gold), var(--rd-cyan), var(--rd-gold-deep));
  box-shadow: 0 0 24px rgba(85, 232, 223, .32);
}

.rd-download-hero-content {
  position: relative;
  z-index: 2;
  width: 620px;
  max-width: 68%;
  padding: 42px 44px 42px 54px;
}

.rd-test-server-alert {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 34px;
  width: min(430px, 39%);
  padding: 26px 24px 22px;
  isolation: isolate;
  overflow: hidden;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 200, 103, .92);
  border-radius: 14px;
  color: #fff7e9;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 71, 32, .19), transparent 34%),
    linear-gradient(145deg, rgba(38, 10, 6, .97), rgba(9, 8, 7, .95) 45%, rgba(29, 11, 5, .97));
  box-shadow:
    inset 0 0 0 2px rgba(255, 76, 35, .32),
    inset 0 0 28px rgba(255, 62, 24, .10),
    0 0 18px rgba(255, 72, 30, .42),
    0 18px 44px rgba(0, 0, 0, .54);
  animation: rdTestAlertPulse 2.6s ease-in-out infinite;
}

.rd-test-server-alert::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 7px;
  pointer-events: none;
  border: 1px solid rgba(255, 203, 111, .34);
  border-radius: 9px;
  box-shadow:
    inset 0 0 20px rgba(255, 58, 24, .12),
    0 0 12px rgba(255, 191, 75, .12);
}

.rd-test-server-alert::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -30%;
  bottom: -30%;
  left: -55%;
  width: 28%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 230, 158, .34), transparent);
  transform: skewX(-18deg);
  animation: rdTestAlertSweep 3.8s ease-in-out infinite;
}

.rd-test-server-alert > * {
  position: relative;
  z-index: 1;
}

.rd-test-server-alert-eyebrow {
  margin: 0 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #ffd36f;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .045em;
  text-shadow:
    0 2px 1px #290600,
    0 0 18px rgba(255, 193, 73, .58);
}

.rd-test-server-alert-beacon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 218, 133, .92);
  border-radius: 50%;
  color: #fff0bd;
  background:
    radial-gradient(circle, #ff7b3d 0 19%, #bc1b0d 50%, #4a0703 76%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .55),
    0 0 0 5px rgba(255, 61, 25, .10),
    0 0 20px rgba(255, 68, 28, .72);
  animation: rdTestBeaconPulse 2.1s ease-in-out infinite;
}

.rd-test-server-alert-beacon i {
  font-size: 18px;
}

.rd-test-server-alert h2 {
  margin: 0;
  color: #fff;
  font-size: 29px;
  line-height: 1.28;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 2px 3px #000;
}

.rd-test-server-alert h2 span {
  color: var(--rd-gold-bright);
  text-shadow:
    0 2px 3px #000,
    0 0 15px rgba(255, 205, 96, .34);
}

.rd-test-server-alert-instruction {
  margin: 17px 0 0;
  padding: 13px 14px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(229, 197, 106, .30);
  border-bottom: 1px solid rgba(229, 197, 106, .30);
  color: #f4eee1;
  background: rgba(0, 0, 0, .24);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.58;
}

.rd-test-server-alert-instruction > i {
  color: #ffcf67;
  font-size: 25px;
  text-align: center;
  filter: drop-shadow(0 0 8px rgba(255, 184, 52, .44));
}

.rd-test-server-alert-instruction strong {
  color: #ffe08c;
  white-space: nowrap;
}

.rd-test-server-alert-warning {
  margin: 14px 0 0;
  padding: 11px 13px;
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 77, 42, .82);
  border-radius: 5px;
  color: #fff1ec;
  background: linear-gradient(180deg, rgba(144, 17, 9, .94), rgba(79, 8, 5, .95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 0 16px rgba(255, 45, 18, .28);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.48;
}

.rd-test-server-alert-warning i {
  color: #ffd075;
  font-size: 18px;
  text-align: center;
}

.rd-test-server-alert-hint {
  margin: 12px 0 0;
  color: #d9c898;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.rd-test-server-alert-hint i {
  margin-right: 4px;
  color: #ff9a56;
}

@keyframes rdTestAlertPulse {
  0%, 100% {
    border-color: rgba(255, 190, 89, .72);
    box-shadow:
      inset 0 0 0 2px rgba(255, 76, 35, .24),
      inset 0 0 28px rgba(255, 62, 24, .08),
      0 0 14px rgba(255, 72, 30, .30),
      0 18px 44px rgba(0, 0, 0, .54);
  }
  50% {
    border-color: rgba(255, 226, 145, 1);
    box-shadow:
      inset 0 0 0 2px rgba(255, 82, 36, .52),
      inset 0 0 35px rgba(255, 67, 25, .16),
      0 0 30px rgba(255, 74, 27, .70),
      0 18px 44px rgba(0, 0, 0, .58);
  }
}

@keyframes rdTestAlertSweep {
  0%, 18% {
    left: -55%;
    opacity: 0;
  }
  30% {
    opacity: .72;
  }
  52%, 100% {
    left: 130%;
    opacity: 0;
  }
}

@keyframes rdTestBeaconPulse {
  0%, 100% {
    filter: brightness(.92);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .55),
      0 0 0 5px rgba(255, 61, 25, .08),
      0 0 14px rgba(255, 68, 28, .50);
  }
  50% {
    filter: brightness(1.18);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .70),
      0 0 0 8px rgba(255, 61, 25, .14),
      0 0 25px rgba(255, 68, 28, .88);
  }
}

.rd-download-kicker,
.rd-download-section-head p,
.rd-download-checks > p,
.rd-download-steps > p {
  margin: 0 0 8px;
  color: var(--rd-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.rd-download-hero h1 {
  margin: 0;
  color: var(--rd-silver);
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow:
    0 2px 2px rgba(0, 0, 0, .92),
    0 0 24px rgba(229, 197, 106, .22);
}

.rd-download-hero h1 span {
  color: var(--rd-gold-bright);
}

.rd-download-lead {
  max-width: 560px;
  margin: 18px 0 0;
  color: #d1d9de;
  font-size: 17px;
  line-height: 1.7;
  text-shadow: 0 1px 2px #000;
}

.rd-download-badges {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rd-download-badges span {
  min-height: 34px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(229, 197, 106, .40);
  border-radius: 4px;
  color: #e7ecef;
  background: rgba(5, 8, 9, .72);
  font-size: 12px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}

.rd-download-badges i {
  color: var(--rd-gold);
}

.rd-download-primary {
  position: relative;
  width: min(460px, 100%);
  min-height: 72px;
  margin-top: 22px;
  padding: 11px 16px;
  display: grid;
  grid-template-columns: 42px 1fr 40px;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 228, 148, .92);
  border-radius: 6px;
  color: #171005;
  background: linear-gradient(135deg, #b78624, #ffe494 48%, #c08c28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .58),
    0 0 22px rgba(229, 197, 106, .44),
    0 15px 32px rgba(0, 0, 0, .34);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.rd-download-primary::before {
  content: "";
  position: absolute;
  inset: -80% -30%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, .75) 50%, transparent 58%);
  transform: translateX(-70%) rotate(8deg);
  animation: rdDownloadPrimaryShine 3.2s ease-in-out infinite;
}

.rd-download-primary > i {
  position: relative;
  font-size: 27px;
  text-align: center;
}

.rd-download-primary span,
.rd-download-primary b {
  position: relative;
}

.rd-download-primary strong,
.rd-download-primary small {
  display: block;
  letter-spacing: 0;
}

.rd-download-primary strong {
  font-size: 20px;
  line-height: 1.2;
}

.rd-download-primary small {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
}

.rd-download-primary b {
  width: 38px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(53, 36, 5, .52);
  border-radius: 4px;
  background: rgba(38, 25, 2, .12);
  font-size: 14px;
}

.rd-download-primary:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .68),
    0 0 34px rgba(229, 197, 106, .62),
    0 18px 38px rgba(0, 0, 0, .40);
}

.rd-download-options,
.rd-download-install {
  margin-top: 18px;
  border-top: 1px solid var(--rd-line);
  border-bottom: 1px solid var(--rd-line);
  background:
    linear-gradient(135deg, rgba(9, 13, 16, .96), rgba(17, 22, 26, .88)),
    linear-gradient(90deg, rgba(229, 197, 106, .04), transparent, rgba(85, 232, 223, .035));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .055),
    0 22px 52px rgba(0, 0, 0, .26);
}

.rd-download-options {
  padding: 28px;
}

.rd-download-section-head {
  margin-bottom: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.rd-download-section-head h2,
.rd-download-checks h2,
.rd-download-steps h2 {
  margin: 0;
  color: var(--rd-silver);
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: 0;
}

.rd-download-section-head > span {
  min-height: 34px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(85, 232, 223, .22);
  border-radius: 4px;
  color: #b9e9e5;
  background: rgba(85, 232, 223, .06);
  font-size: 12px;
  white-space: nowrap;
}

.rd-download-mirror-list {
  display: grid;
  gap: 9px;
}

.rd-download-mirror {
  min-height: 82px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 56px minmax(220px, 1fr) 76px 52px 158px 168px;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--rd-line-soft);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .035), transparent 38%, rgba(229, 197, 106, .025)),
    rgba(5, 8, 10, .78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

a.rd-download-mirror:hover {
  transform: translateX(4px);
  border-color: rgba(229, 197, 106, .54);
  background:
    linear-gradient(90deg, rgba(229, 197, 106, .08), transparent 42%, rgba(85, 232, 223, .045)),
    rgba(8, 12, 14, .92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .07),
    0 0 24px rgba(229, 197, 106, .12);
}

.rd-download-provider {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .25),
    0 0 16px rgba(0, 0, 0, .24);
}

.rd-provider-mediafire {
  background: linear-gradient(145deg, #0d6ea8, #4fb8eb 54%, #0a3159);
}

.rd-provider-drive {
  background:
    conic-gradient(from 210deg, #24a447 0 33%, #f7cb38 33% 64%, #2b79dc 64% 100%);
  text-shadow: 0 1px 2px rgba(0, 0, 0, .72);
}

.rd-provider-patch {
  color: #151005;
  background: linear-gradient(145deg, #9c731e, #f2d26f 55%, #765219);
}

.rd-download-mirror-name strong,
.rd-download-mirror-name small {
  display: block;
  letter-spacing: 0;
}

.rd-download-mirror-name strong {
  color: #f4f5f3;
  font-size: 17px;
  line-height: 1.2;
}

.rd-download-mirror-name small {
  margin-top: 5px;
  color: var(--rd-muted);
  font-size: 12px;
}

.rd-download-file-size {
  color: #dce2e6;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.rd-download-language {
  width: 42px;
  min-height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.rd-language-th {
  color: #ffe493;
  border-color: rgba(229, 197, 106, .62);
  background: rgba(229, 197, 106, .09);
}

.rd-language-en {
  color: #7ff8f0;
  border-color: rgba(85, 232, 223, .62);
  background: rgba(85, 232, 223, .09);
}

.rd-language-patch {
  color: #f0c15f;
  border-color: rgba(240, 193, 95, .48);
  background: rgba(240, 193, 95, .07);
}

.rd-download-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.rd-download-status.is-ready {
  color: var(--rd-green);
}

.rd-download-status.is-waiting {
  color: #ddb55a;
}

.rd-download-action {
  min-height: 44px;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 228, 148, .68);
  border-radius: 4px;
  color: #151005;
  background: linear-gradient(135deg, #b78624, #ffe494 52%, #bd8727);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .46);
}

.rd-download-action-en {
  color: #0a1517;
  border-color: rgba(238, 243, 248, .68);
  background: linear-gradient(135deg, #8f9aa4, #f0f5f8 52%, #55e8df);
}

.rd-download-mirror.is-disabled {
  opacity: .68;
}

.rd-download-action-disabled {
  color: #aeb6bc;
  border-color: rgba(174, 182, 188, .24);
  background: linear-gradient(135deg, #1a2024, #293036);
  box-shadow: none;
}

.rd-download-install {
  padding: 28px;
  display: grid;
  grid-template-columns: .85fr 1.7fr;
  gap: 28px;
}

.rd-download-checks {
  padding-right: 28px;
  border-right: 1px solid var(--rd-line-soft);
}

.rd-download-checks ul {
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.rd-download-checks li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #d5dbdf;
  font-size: 13px;
  line-height: 1.55;
}

.rd-download-checks li i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--rd-gold);
}

.rd-download-steps ol {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.rd-download-steps li {
  min-width: 0;
  display: grid;
  justify-items: center;
  text-align: center;
}

.rd-download-steps li > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(229, 197, 106, .60);
  border-radius: 50%;
  color: var(--rd-gold-bright);
  background: rgba(229, 197, 106, .07);
  font-size: 21px;
  box-shadow: 0 0 18px rgba(229, 197, 106, .12);
}

.rd-download-steps strong,
.rd-download-steps small {
  max-width: 100%;
  display: block;
  overflow-wrap: anywhere;
  letter-spacing: 0;
}

.rd-download-steps strong {
  margin-top: 10px;
  color: #f1f3f2;
  font-size: 14px;
}

.rd-download-steps small {
  margin-top: 4px;
  color: var(--rd-muted);
  font-size: 10px;
  line-height: 1.35;
}

.rd-download-guide {
  width: max-content;
  max-width: 100%;
  min-height: 40px;
  margin: 20px auto 0;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(229, 197, 106, .48);
  border-radius: 4px;
  color: #f8e8b6;
  background: rgba(229, 197, 106, .06);
  font-size: 13px;
  font-weight: 800;
  transition: background .18s ease, border-color .18s ease;
}

.rd-download-guide:hover {
  border-color: rgba(229, 197, 106, .78);
  background: rgba(229, 197, 106, .12);
}

.rd-download-footer {
  width: min(1220px, calc(100% - 32px));
  min-height: 98px;
  margin: 0 auto;
  padding: 18px 0 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--rd-line-soft);
  color: var(--rd-muted);
}

.rd-download-footer img {
  width: 56px;
  height: 50px;
  object-fit: contain;
}

.rd-download-footer strong,
.rd-download-footer small {
  display: block;
  letter-spacing: 0;
}

.rd-download-footer strong {
  color: var(--rd-silver);
  font-size: 14px;
}

.rd-download-footer small {
  margin-top: 3px;
  color: var(--rd-gold);
  font-size: 9px;
}

.rd-download-footer p {
  margin: 0 0 0 auto;
  font-size: 11px;
}

@keyframes rdDownloadPrimaryShine {
  0%, 20% {
    transform: translateX(-70%) rotate(8deg);
    opacity: 0;
  }
  34% {
    opacity: .88;
  }
  54%, 100% {
    transform: translateX(72%) rotate(8deg);
    opacity: 0;
  }
}

@media (max-width: 1100px) {
  .rd-download-topbar-inner {
    min-height: 76px;
    gap: 14px;
  }

  .rd-download-brand {
    min-width: 220px;
  }

  .rd-download-brand img {
    width: 62px;
    height: 54px;
  }

  .rd-download-brand strong {
    font-size: 17px;
  }

  .rd-download-nav a {
    min-width: 86px;
    padding-inline: 9px;
    font-size: 12px;
  }

  .rd-download-hero-content {
    max-width: 58%;
    padding-right: 24px;
  }

  .rd-test-server-alert {
    right: 22px;
    width: 38%;
    padding: 23px 20px 20px;
  }

  .rd-test-server-alert-eyebrow {
    font-size: 25px;
  }

  .rd-test-server-alert h2 {
    font-size: 25px;
  }

  .rd-download-mirror {
    grid-template-columns: 52px minmax(180px, 1fr) 66px 46px 142px 144px;
    gap: 9px;
  }

  .rd-download-action {
    padding-inline: 10px;
  }
}

@media (max-width: 880px) {
  .rd-download-topbar {
    position: relative;
  }

  .rd-download-topbar-inner {
    width: 100%;
    padding: 10px 16px 0;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
  }

  .rd-download-brand {
    min-width: 0;
    justify-content: center;
  }

  .rd-download-nav {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 0 12px 10px;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .rd-download-nav a {
    flex: 0 0 auto;
  }

  .rd-download-hero {
    min-height: auto;
    display: block;
    background-position: 58% 50%;
  }

  .rd-download-hero-content {
    width: 100%;
    max-width: 100%;
    padding: 36px 36px 24px;
  }

  .rd-test-server-alert {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin: 0 36px 36px;
    transform: none;
  }

  .rd-download-hero h1 {
    font-size: 46px;
  }

  .rd-download-mirror {
    grid-template-columns: 52px minmax(0, 1fr) 50px 150px;
    grid-template-areas:
      "provider name language action"
      "provider size language status";
    min-height: 96px;
  }

  .rd-download-provider {
    grid-area: provider;
  }

  .rd-download-mirror-name {
    grid-area: name;
  }

  .rd-download-file-size {
    grid-area: size;
    text-align: left;
  }

  .rd-download-language {
    grid-area: language;
  }

  .rd-download-status {
    grid-area: status;
    justify-content: center;
  }

  .rd-download-action {
    grid-area: action;
  }

  .rd-download-install {
    grid-template-columns: 1fr;
  }

  .rd-download-checks {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--rd-line-soft);
  }
}

@media (max-width: 640px) {
  .rd-download-main,
  .rd-download-footer {
    width: calc(100% - 20px);
  }

  .rd-download-main {
    margin-top: 10px;
  }

  .rd-download-brand img {
    width: 54px;
    height: 48px;
  }

  .rd-download-brand strong {
    font-size: 15px;
  }

  .rd-download-brand small {
    font-size: 8px;
  }

  .rd-download-nav a {
    min-height: 48px;
    min-width: 88px;
    flex-direction: column;
    gap: 4px;
    font-size: 11px;
  }

  .rd-download-hero {
    min-height: auto;
    align-items: end;
    background:
      linear-gradient(180deg, rgba(4, 6, 7, .32) 0%, rgba(4, 6, 7, .60) 42%, rgba(4, 6, 7, .98) 78%),
      linear-gradient(90deg, rgba(4, 6, 7, .66), rgba(4, 6, 7, .16)),
      url("../../images/bg_page-composite.jpg") 57% 44% / cover no-repeat;
  }

  .rd-download-hero-content {
    max-width: 100%;
    padding: 28px 20px 30px 24px;
  }

  .rd-test-server-alert {
    margin: 0 16px 24px 20px;
    padding: 21px 17px 18px;
  }

  .rd-test-server-alert-eyebrow {
    margin-bottom: 11px;
    font-size: 23px;
  }

  .rd-test-server-alert-beacon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .rd-test-server-alert h2 {
    font-size: 23px;
  }

  .rd-test-server-alert-instruction {
    margin-top: 14px;
    padding: 11px;
    font-size: 13px;
  }

  .rd-test-server-alert-warning {
    font-size: 12px;
  }

  .rd-download-hero h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .rd-download-lead {
    font-size: 14px;
    line-height: 1.6;
  }

  .rd-download-badges {
    gap: 6px;
  }

  .rd-download-badges span {
    min-height: 31px;
    padding: 6px 8px;
    font-size: 10px;
  }

  .rd-download-primary {
    min-height: 68px;
    grid-template-columns: 34px 1fr 34px;
    gap: 8px;
  }

  .rd-download-primary strong {
    font-size: 17px;
  }

  .rd-download-primary small {
    font-size: 9px;
  }

  .rd-download-options,
  .rd-download-install {
    padding: 20px 14px;
  }

  .rd-download-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .rd-download-section-head h2,
  .rd-download-checks h2,
  .rd-download-steps h2 {
    font-size: 21px;
  }

  .rd-download-mirror {
    grid-template-columns: 48px minmax(0, 1fr) 44px;
    grid-template-areas:
      "provider name language"
      "size size language"
      "status status status"
      "action action action";
    gap: 8px 10px;
    padding: 12px;
  }

  .rd-download-provider {
    width: 44px;
    height: 44px;
    font-size: 19px;
  }

  .rd-download-mirror-name strong {
    font-size: 15px;
  }

  .rd-download-mirror-name small {
    font-size: 10px;
  }

  .rd-download-file-size {
    padding-left: 2px;
    font-size: 12px;
  }

  .rd-download-status {
    min-height: 28px;
    justify-content: flex-start;
  }

  .rd-download-action {
    width: 100%;
  }

  .rd-download-steps ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
  }

  .rd-download-footer {
    flex-wrap: wrap;
  }

  .rd-download-footer p {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 390px) {
  .rd-test-server-alert {
    margin-inline: 13px 10px;
    padding-inline: 14px;
  }

  .rd-test-server-alert-eyebrow {
    font-size: 20px;
  }

  .rd-test-server-alert h2 {
    font-size: 21px;
  }

  .rd-test-server-alert-instruction {
    grid-template-columns: 28px 1fr;
  }

  .rd-test-server-alert-instruction > i {
    font-size: 21px;
  }

  .rd-download-hero h1 {
    font-size: 33px;
  }

  .rd-download-primary {
    padding-inline: 10px;
  }

  .rd-download-primary strong {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .rd-download-primary::before {
    animation: none;
  }

  .rd-test-server-alert,
  .rd-test-server-alert::after,
  .rd-test-server-alert-beacon {
    animation: none;
  }

  .rd-download-primary,
  .rd-download-nav a,
  .rd-download-mirror {
    transition: none;
  }
}
