.launcher-panel {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(232, 188, 99, .23);
}

.site-bar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 600px) {
  .site-bar-actions {
    gap: 5px;
  }
}

.launcher-panel p {
  margin: 0 0 12px;
  color: #aeb2b0;
  font-size: .76rem;
  line-height: 1.45;
}

.launcher-panel h3 {
  margin: 0 0 12px;
  color: #f2d89a;
  font-family: Georgia, serif;
  font-size: 1.05rem;
}

.launcher-panel ol {
  margin: 0 0 14px;
  padding-left: 20px;
  color: #bcc0bd;
  font-size: .74rem;
  line-height: 1.48;
}

.launcher-panel li + li {
  margin-top: 7px;
}

.official-client-link {
  color: #e8bc63;
}

.launcher-panel code {
  color: #e6ddc5;
  font-size: .71rem;
}

.launcher-panel .launcher-note {
  color: #d1b57d;
}

.launcher-download {
  display: block;
  padding: 12px;
  color: #ffe7b2;
  background: linear-gradient(#374248, #222a2f);
  border: 1px solid #c99556;
  text-align: center;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .07em;
}

.launcher-download:hover,
.launcher-download:focus-visible {
  filter: brightness(1.15);
  outline: 2px solid #e8bc63;
  outline-offset: 2px;
}

.launcher-panel small {
  display: block;
  margin-top: 9px;
  overflow-wrap: anywhere;
  color: #737b7e;
  font-size: .58rem;
  line-height: 1.35;
}

/* Keep the artwork inside the page stacking context on mobile Safari. */
.art {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shade {
  z-index: 1;
}

.site-bar,
.story,
.register-card,
footer {
  z-index: 2;
}

.site-bar {
  position: relative;
}

.realm-video {
  width: min(1080px, 100%);
  margin-top: 24px;
  padding: 16px;
  background: rgba(9, 13, 16, .9);
  border: 1px solid rgba(201, 149, 86, .58);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .4);
  text-shadow: none;
}

.realm-video-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.realm-video-heading .eyebrow {
  margin: 0;
}

.realm-video-heading h2 {
  margin: 0;
  color: #f2d89a;
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
}

.realm-video-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #030405;
  border: 1px solid rgba(230, 221, 197, .22);
}

.realm-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.realm-video > a {
  display: inline-block;
  margin-top: 8px;
  color: #d5a663;
  font-size: .68rem;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.realm-video > a:hover,
.realm-video > a:focus-visible {
  color: #f2d89a;
  text-decoration: underline;
}

.realm-summary {
  margin-top: 16px;
  padding: 22px 23px 20px;
  background: linear-gradient(135deg, rgba(25, 29, 31, .94), rgba(11, 15, 18, .96));
  border-top: 1px solid rgba(232, 188, 99, .32);
}

.realm-summary > .eyebrow {
  margin-bottom: 7px;
}

.realm-summary > h2 {
  margin: 0;
  color: #f2d89a;
  font-family: Georgia, serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.15;
}

.realm-summary-lead {
  max-width: 930px;
  margin: 11px 0 19px;
  color: #d8d2c3;
  font-family: Georgia, serif;
  font-size: .96rem;
  line-height: 1.6;
}

.realm-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.realm-summary-grid article {
  min-height: 144px;
  padding: 15px 16px;
  background: rgba(7, 10, 12, .68);
  border: 1px solid rgba(232, 188, 99, .17);
  border-bottom-color: rgba(201, 149, 86, .55);
}

.realm-summary-grid h3 {
  margin: 0 0 8px;
  color: #e8bc63;
  font-family: Georgia, serif;
  font-size: 1rem;
  line-height: 1.25;
}

.realm-summary-grid p,
.realm-testing {
  margin: 0;
  color: #adb3b1;
  font-size: .76rem;
  line-height: 1.55;
}

.realm-testing {
  margin-top: 14px;
  padding-left: 12px;
  border-left: 2px solid #a46036;
  color: #c8c2b3;
}

.realm-testing strong {
  color: #e6cf9b;
}

.story .server-logo-heading {
  width: min(610px, 100%);
  margin: -12px 0 2px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  text-shadow: none;
}

.server-logo {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .5));
}

@media (min-width: 1181px) {
  .page-shell {
    min-height: max(100vh, 1900px);
  }

  .story {
    top: 13vh;
    width: min(1080px, calc(100vw - max(10vw, 128px) - 520px));
  }

  .story h1 {
    font-size: clamp(3.5rem, 5vw, 5.8rem);
  }
}

@media (max-width: 1180px) {
  .page-shell {
    overflow: auto;
    padding-bottom: 90px;
  }

  .art {
    background-position: 30% center;
  }

  .shade {
    background: rgba(5, 8, 10, .68);
  }

  .story {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 60px 32px 32px;
  }

  .register-card {
    width: min(460px, calc(100% - 40px));
    margin: 30px auto 80px;
  }

  footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 28px;
  }
}

@media (max-width: 980px) {
  .realm-video {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .story .server-logo-heading {
    width: 100%;
    margin: -4px 0 4px;
  }

  .realm-video {
    margin-top: 19px;
    padding: 9px;
  }

  .realm-video-heading {
    display: block;
  }

  .realm-video-heading h2 {
    margin-top: 4px;
  }

  .realm-summary {
    padding: 18px 15px 16px;
  }

  .realm-summary-grid {
    grid-template-columns: 1fr;
  }

  .realm-summary-grid article {
    min-height: 0;
  }
}
