/* 页脚样式 */
footer {
  background: #0a1929 !important;
  color: #ffffff;
  padding: 20px 0 15px;
  border-top: 1px solid var(--border-color);
  overflow: hidden;
  width: 100%;
  position: static;
  bottom: auto;
  left: auto;
  z-index: 999;
  min-height: 120px;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0 -5px 30px rgba(0, 212, 255, 0.1);
  opacity: 1 !important;
  backdrop-filter: none !important;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.footer-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
}

.copyright {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.footer-center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.record-info {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
  font-size: 11px;
}

.record-line {
  display: flex;
  align-items: center;
  gap: 5px;
}

.record-info span {
  color: #ffffff;
}

.record-info a {
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
}

.record-info a:hover {
  color: var(--accent-gold);
}

.record-icon {
  height: 12px;
  width: auto;
  filter: brightness(0.8);
}

.footer-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  transition: color 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
}

.footer-nav-link:hover {
  color: var(--accent-gold);
}

.separator {
  color: #ffffff;
  font-size: 11px;
}

.footer-health {
  width: 100%;
  text-align: center;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.health-notice {
  color: #ffffff;
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
  white-space: normal;
  text-align: center;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0 20px;
}
