html {
  text-rendering: optimizeLegibility;
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 2px solid #7ae9ff;
  outline-offset: 3px;
}

:where(.navbar, nav.navbar) {
  overflow-x: clip;
}

:where(.nav-links) {
  row-gap: 0.7rem;
}

.roblox-brand-mark {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  object-fit: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(69%)
    sepia(93%)
    saturate(1816%)
    hue-rotate(150deg)
    brightness(104%)
    contrast(103%)
    drop-shadow(0 0 14px rgba(0, 200, 255, 0.55));
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1.2rem;
  margin-top: 0.85rem;
}

.site-footer-links a {
  color: inherit;
  opacity: 0.85;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  color: #e8fbff;
  opacity: 1;
  border-bottom-color: rgba(122, 233, 255, 0.7);
}

.page-note-panel {
  background: rgba(18, 22, 32, 0.72);
  border: 1px solid rgba(0, 180, 230, 0.28);
  border-radius: 22px;
  padding: 1.35rem;
}

.page-note-panel h3 {
  margin-bottom: 0.5rem;
}

.detail-list {
  list-style: none;
  margin-top: 0.9rem;
  padding: 0;
}

.detail-list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.45rem;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #00c8ff;
}

@media (max-width: 720px) {
  .site-footer-links {
    gap: 0.65rem 0.95rem;
    font-size: 0.82rem;
  }
}
