.compliance-footer {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-top: 1px solid #e3e8e5;
  color: #6f7774;
  background: #ffffff;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.compliance-link {
  color: inherit;
  text-decoration: none;
}

.compliance-link:hover {
  text-decoration: underline;
}

.compliance-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  border-radius: 2px;
}

.redirect-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #242827;
  background: #ffffff;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

.redirect-content {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
}

.redirect-content a {
  color: #168c3d;
}
