/* Shared Mirage footer — loaded on every public page */
html body .site-footer {
  padding: 46px 20px 38px !important;
  background: #000 !important;
  border-top: 2px solid rgba(120, 134, 150, .55) !important;
  box-shadow: 0 -12px 30px rgba(0,0,0,.85), inset 0 1px 0 rgba(0,255,0,.15) !important;
  position: relative !important;
  z-index: 10 !important;
  text-align: center !important;
  color: #9fb2c4 !important;
  font-size: 16px !important;
}
html body .site-footer .footer-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  text-align: center !important;
  position: static !important;
}
html body .site-footer .footer-server-logo {
  position: static !important;
  left: auto !important;
  width: min(380px, 82vw) !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto 2px !important;
  opacity: 1 !important;
  transform: scale(1) !important;
  filter: drop-shadow(0 0 16px rgba(0,255,80,.48)) !important;
  animation: none !important;
}
html body .site-footer .footer-tagline {
  margin: 0 0 10px !important;
  color: #0f0 !important;
  letter-spacing: 4px !important;
  font-weight: bold !important;
  text-shadow: 0 0 12px #0f0 !important;
}
html body .site-footer .footer-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px 34px !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 2px 0 8px !important;
}
html body .site-footer .footer-nav a {
  color: #b8c8d8 !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: bold !important;
  letter-spacing: .5px !important;
  transition: color .25s ease, text-shadow .25s ease, transform .25s ease !important;
}
html body .site-footer .footer-nav a i {
  color: #0f0 !important;
  margin-right: 8px !important;
  text-shadow: 0 0 9px #0f0 !important;
}
html body .site-footer .footer-nav a:hover {
  color: #0f0 !important;
  text-shadow: 0 0 10px #0f0 !important;
  transform: translateY(-2px) !important;
}
html body .site-footer .copyright-text {
  margin: 0 !important;
  color: #9fb2c4 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  flex: none !important;
  opacity: 1 !important;
}

@media (max-width: 900px) {
  html body .site-footer .footer-nav { gap: 14px 20px !important; }
  html body .site-footer .footer-nav a { font-size: 16px !important; }
}
