:root {
  --bs-silver: #c8cdd2;
  --bs-silver-bright: #f7f8f9;
  --bs-silver-dark: #737a82;
  --bs-header: rgba(5, 6, 7, 0.96);
  --bs-panel: rgba(13, 15, 18, 0.92);
}

body {
  background:
    radial-gradient(circle at 78% 8%, rgba(214, 220, 226, 0.055), transparent 28rem),
    radial-gradient(circle at 8% 34%, rgba(255, 255, 255, 0.025), transparent 24rem),
    linear-gradient(180deg, #030405 0%, #090a0c 48%, #030405 100%);
}

.site-header {
  height: 104px;
  padding-inline: clamp(26px, 3.4vw, 72px);
  background:
    linear-gradient(90deg, rgba(255,255,255,.018), transparent 28%, transparent 72%, rgba(214,220,226,.025)),
    linear-gradient(180deg, rgba(4,5,6,.99), rgba(7,8,10,.95));
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 50px rgba(0,0,0,.34);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214,220,226,.34), transparent);
  pointer-events: none;
}

.site-header.scrolled {
  height: 86px;
  background: rgba(5, 6, 7, .97);
  border-color: rgba(255,255,255,.16);
}

.brand {
  min-width: 330px;
  gap: 17px;
  padding-right: 34px;
  border-right: 1px solid rgba(255,255,255,.16);
}

.brand-logo {
  width: 72px;
  height: 72px;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.65));
}

.brand-copy {
  line-height: 1;
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: .14em;
  white-space: nowrap;
}

.brand-copy small {
  margin-top: 8px;
  font-size: .56rem;
  letter-spacing: .42em;
}

.nav {
  flex: 1;
  justify-content: flex-end;
  gap: clamp(14px, 1.45vw, 29px);
  font-size: .69rem;
  letter-spacing: .07em;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  white-space: nowrap;
  color: #d6d8da;
}

.nav a:not(.nav-development)::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 2px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--bs-silver-bright), transparent);
  transition: left .22s ease, right .22s ease;
}

.nav a:not(.nav-development):hover::after {
  left: 0;
  right: 0;
}

.nav-development {
  min-height: 52px !important;
  margin-left: 12px;
  padding: 0 21px;
  gap: 9px;
  color: var(--bs-silver-bright) !important;
  border: 1px solid rgba(214,220,226,.52);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(214,220,226,.12), rgba(214,220,226,.02)),
    rgba(255,255,255,.015);
  box-shadow:
    inset 0 1px rgba(255,255,255,.06),
    0 0 30px rgba(214,220,226,.08);
}

.nav-development::before {
  content: "</>";
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .86rem;
  font-weight: 900;
}

.nav-development:hover {
  background: linear-gradient(135deg, rgba(214,220,226,.2), rgba(214,220,226,.05));
  border-color: var(--bs-silver-bright);
  transform: translateY(-1px);
}

.announcement-bar {
  border-color: rgba(214,220,226,.22);
  background: linear-gradient(90deg, rgba(214,220,226,.07), rgba(255,255,255,.018), rgba(214,220,226,.035));
}

.announcement-bar a,
.text-link,
.shop-status {
  color: var(--bs-silver-bright);
}

.eyebrow i,
.live-dot,
.server-live-indicator,
.status-dot {
  background: linear-gradient(90deg, var(--bs-silver-bright), var(--bs-silver-dark));
  box-shadow: 0 0 16px rgba(214,220,226,.35);
}

.hero {
  padding-top: 184px;
}

.hero h1 span,
.section-heading h2 span,
.trailer-content h2 span,
.join-panel h2 span {
  background: linear-gradient(120deg, #ffffff 4%, #a5abb1 34%, #edf0f2 62%, #70777e 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn {
  border-radius: 5px;
}

.btn-primary {
  color: #08090a;
  background: linear-gradient(135deg, #ffffff 0%, #a9afb5 34%, #eef1f3 68%, #737a81 100%);
  border-color: #dce0e4;
  box-shadow: 0 14px 35px rgba(0,0,0,.46), 0 0 28px rgba(214,220,226,.08), inset 0 1px rgba(255,255,255,.75);
}

.btn-primary:hover {
  box-shadow: 0 18px 46px rgba(0,0,0,.58), 0 0 30px rgba(214,220,226,.18);
}

.glass-card,
.hub-card,
.feature-card,
.department-display,
.staff-card,
.social-card,
.faq-grid details,
.shop-card,
.live-server-card,
.rules-document-shell,
.gallery-panel,
.join-panel {
  border-color: rgba(255,255,255,.13);
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), transparent 42%),
    rgba(12,14,17,.88);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.hub-card:hover,
.feature-card:hover,
.staff-card:hover,
.social-card:hover,
.shop-card:hover {
  border-color: rgba(214,220,226,.42);
  box-shadow: 0 26px 70px rgba(0,0,0,.38), 0 0 32px rgba(214,220,226,.055);
}

.content-section {
  padding-top: clamp(86px, 9vw, 138px);
  padding-bottom: clamp(86px, 9vw, 138px);
}

.section-heading h2 {
  letter-spacing: -.045em;
}

.rp-shop-types {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 36px 0 26px;
}

.rp-shop-types article {
  min-height: 190px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(214,220,226,.055), transparent 52%),
    rgba(11,13,16,.9);
}

.rp-shop-types article > span {
  display: block;
  color: var(--bs-silver-bright);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.rp-shop-types strong {
  display: block;
  margin: 27px 0 10px;
  font-family: Orbitron, sans-serif;
  font-size: 1.15rem;
  text-transform: uppercase;
}

.rp-shop-types p {
  color: var(--muted);
  font-size: .84rem;
}

.tebex-store-bar {
  border-color: rgba(214,220,226,.3);
  background: linear-gradient(90deg, rgba(214,220,226,.08), rgba(255,255,255,.025));
}

.tebex-store-bar a {
  color: var(--bs-silver-bright);
}

footer {
  border-top-color: rgba(214,220,226,.18);
}

@media (max-width: 1320px) {
  .site-header {
    height: 86px;
    padding-inline: 24px;
  }

  .brand {
    min-width: 0;
    border-right: 0;
    padding-right: 0;
  }

  .brand-logo {
    width: 58px;
    height: 58px;
  }

  .nav-toggle {
    display: grid;
    width: 48px;
    height: 48px;
    place-content: center;
    gap: 6px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 6px;
    background: rgba(255,255,255,.025);
  }

  .nav-toggle span {
    display: block;
    width: 22px;
    height: 1px;
    background: #f4f4f2;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    display: none;
    max-height: calc(100vh - 118px);
    overflow-y: auto;
    padding: 14px;
    gap: 4px;
    align-items: stretch;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(7,8,10,.985);
    box-shadow: 0 30px 70px rgba(0,0,0,.58);
  }

  .nav.open {
    display: grid;
  }

  .nav a {
    min-height: 48px;
    padding: 0 14px;
    border-radius: 5px;
  }

  .nav a:hover {
    background: rgba(255,255,255,.045);
  }

  .nav-development {
    margin: 8px 0 0;
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .brand-copy strong {
    font-size: .82rem;
  }

  .brand-copy small {
    font-size: .47rem;
  }

  .hero {
    padding-top: 138px;
  }

  .rp-shop-types {
    grid-template-columns: 1fr;
  }
}


/* Silver finish */
.nav-development,
.btn-primary {
  background-image:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #aeb4ba 31%,
      #f1f3f5 62%,
      #747b82 100%
    );
}

.nav-development {
  color: #f8f9fa !important;
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.13),
      rgba(176,183,190,.035)
    ),
    rgba(255,255,255,.015);
}

.nav-development::before {
  color: #f7f8f9;
}

.rp-shop-types article {
  background:
    linear-gradient(
      145deg,
      rgba(220,225,230,.065),
      transparent 52%
    ),
    rgba(11,13,16,.9);
}
