/* leifeng theme - loaded last, must visibly differ from default */
html body.bbs-skin-leifeng {
  background: #e8f1ff !important;
}
body.bbs-skin-leifeng .divheader {
  border-top: 4px solid #1565c0 !important;
  box-shadow: 0 2px 8px rgba(21, 101, 192, 0.25);
}
body.bbs-skin-leifeng #hidenav {
  background-color: #1565c0 !important;
  background-image: none !important;
}
body.bbs-skin-leifeng .skin-hero {
  display: block;
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  margin: 0 0 8px 0;
}

:root {
  --bbs-tabbar-height: 50px;
  --bbs-header-bg: #1565c0;
}
/* Mobile fixed .layout-nav: keep disclaimer/footer above tabbar */
@media (max-width: 794px) {
  body.bbs-skin-leifeng {
    padding-bottom: calc(var(--bbs-tabbar-height) + 16px + constant(safe-area-inset-bottom));
    padding-bottom: calc(var(--bbs-tabbar-height) + 16px + env(safe-area-inset-bottom, 0px));
  }
  body.bbs-skin-leifeng .lf-topic-reward {
    padding-bottom: 8px;
  }
  body.bbs-skin-leifeng footer.bg-white {
    padding-bottom: 8px;
  }
}

/* 底部菜单对齐捉码王：白底、圆角顶、蓝边 */
body.bbs-skin-leifeng .layout-nav .van-tabbar {
  max-width: 480Px;
  background-color: #fff !important;
  margin: 0 auto;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 0.02rem 0.08rem 0 hsl(0deg 0% 63% / 50%);
  border-top: 1px solid #3e73fe;
}
body.bbs-skin-leifeng .van-tabbar {
  background-color: #fff !important;
}
