.bmc-site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(1160px, calc(100% - 24px));
  margin: 0 auto clamp(14px, 2.2vw, 24px);
  padding: 6px;
  border-radius: 0;
  color: #050505;
  background:
    linear-gradient(90deg, #4b1284 0 34%, #159447 34% 67%, #f2c230 67% 100%);
  border-top: 3px solid #fff7bf;
  border-left: 3px solid #fff7bf;
  border-right: 3px solid #34105d;
  border-bottom: 3px solid #34105d;
  box-shadow:
    0 0 0 2px #c0c0c0 inset,
    0 0 0 4px #808080 inset,
    0 8px 0 rgba(0, 0, 0, .28),
    0 0 22px rgba(242, 194, 48, .25),
    0 0 30px rgba(75, 18, 132, .30);
}

.bmc-site-nav__titlebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  padding: 4px;
  color: #050505;
  background: #c0c0c0;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  font-family: "MS Sans Serif", "Microsoft Sans Serif", Tahoma, Geneva, sans-serif;
}

.bmc-site-nav__meta {
  min-width: 0;
  padding: 4px 8px 5px;
  background: #ece9d8;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  color: #17002f;
  font-size: clamp(10px, 1.5vw, 12px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.bmc-site-nav__meta--left {
  justify-self: stretch;
  text-align: left;
}

.bmc-site-nav__meta--right {
  justify-self: stretch;
  text-align: right;
}

.bmc-site-nav__brand {
  justify-self: center;
  min-width: min(360px, 42vw);
  padding: 5px 16px 6px;
  color: #ffffff;
  text-align: center;
  background:
    linear-gradient(90deg, #071879, #0046b8 46%, #001f80);
  border-top: 2px solid rgba(255, 255, 255, .88);
  border-left: 2px solid rgba(255, 255, 255, .88);
  border-right: 2px solid rgba(0, 0, 0, .72);
  border-bottom: 2px solid rgba(0, 0, 0, .72);
  font-size: clamp(13px, 2vw, 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .3px;
  text-shadow: 1px 1px 0 #000;
  box-shadow:
    1px 1px 0 rgba(255,255,255,.35) inset,
    -1px -1px 0 rgba(0,0,0,.35) inset;
}

.bmc-site-nav__inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 6px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 2px;
  background: #c0c0c0;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
}

.bmc-site-nav__inner::-webkit-scrollbar {
  display: none;
}

.bmc-site-nav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 13px 8px;
  border-radius: 0;
  color: #17002f;
  background:
    linear-gradient(180deg, #fff8be 0%, #f2c230 42%, #c99a12 100%);
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #5d4300;
  border-bottom: 2px solid #5d4300;
  font-family: "MS Sans Serif", "Microsoft Sans Serif", Tahoma, Geneva, sans-serif;
  font-size: clamp(13px, 2.1vw, 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255,255,255,.55);
  box-shadow:
    1px 1px 0 rgba(255,255,255,.65) inset,
    -1px -1px 0 rgba(0,0,0,.22) inset;
  transition: filter .12s ease, transform .12s ease;
}

.bmc-site-nav a:nth-child(3n + 1) {
  color: #ffffff;
  background:
    linear-gradient(180deg, #7a28c9 0%, #4b1284 50%, #2c0757 100%);
  border-right-color: #16002f;
  border-bottom-color: #16002f;
  text-shadow: 1px 1px 0 #000;
}

.bmc-site-nav a:nth-child(3n + 2) {
  color: #041f0d;
  background:
    linear-gradient(180deg, #7dff9e 0%, #159447 50%, #0a5525 100%);
  border-right-color: #063919;
  border-bottom-color: #063919;
}

.bmc-site-nav a:hover,
.bmc-site-nav a:focus-visible {
  filter: brightness(1.13) saturate(1.15);
  transform: translateY(-1px);
  outline: 1px dotted #000000;
  outline-offset: -5px;
}

.bmc-site-nav a:active,
.bmc-site-nav a[aria-current="page"] {
  transform: translateY(1px);
  color: #130022;
  background:
    linear-gradient(180deg, #f0b51b, #fff2a0 72%, #fff8c8 100%);
  border-top: 2px solid #5d4300;
  border-left: 2px solid #5d4300;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  text-shadow: 1px 1px 0 rgba(255,255,255,.55);
  box-shadow:
    -1px -1px 0 rgba(255,255,255,.70) inset,
    1px 1px 0 rgba(0,0,0,.24) inset;
}

@media (max-width: 720px) {
  .bmc-site-nav {
    top: 6px;
    width: calc(100% - 16px);
    margin-bottom: 14px;
    padding: 5px;
  }

  .bmc-site-nav__titlebar {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .bmc-site-nav__brand {
    order: -1;
    min-width: 0;
    width: 100%;
    padding: 5px 8px 6px;
    font-size: 14px;
  }

  .bmc-site-nav__meta {
    padding: 4px 7px;
    font-size: 10px;
    text-align: center;
  }

  .bmc-site-nav__inner {
    justify-content: flex-start;
    gap: 5px;
  }

  .bmc-site-nav a {
    min-height: 33px;
    padding: 7px 10px;
    font-size: 13px;
  }
}
