/* 官网备案固定底栏（真源样式；由服务端注入到所有 HostHub HTML） */
.beian-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: 40px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 16px;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 0.82rem;
  line-height: 1;
  color: #6A7B8C;
  background: #0B0E14;
  border-top: 1px solid #1e2a3d;
}
.beian-bar a {
  color: #6A7B8C;
  text-decoration: none;
}
.beian-bar a:hover {
  color: #00E5FF;
}
.beian-bar a.beian-mps {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.beian-bar a.beian-mps img {
  width: 17px;
  height: 17px;
  border: 0;
  display: inline-block;
  vertical-align: middle;
}
.beian-bar .beian-sep {
  margin: 0 10px;
  color: #6A7B8C;
}
/* 本 CSS 仅在注入底栏时挂载，预留底部空间避免正文被挡 */
body {
  padding-bottom: 48px;
}
