/* V3.5 final mobile/safari/performance patch */
html{
  height:-webkit-fill-available;
  background:#050505;
}
body{
  min-height:100dvh;
  min-height:-webkit-fill-available;
  padding-bottom:env(safe-area-inset-bottom);
  padding-top:env(safe-area-inset-top);
  background:#050505;
}
.page,.form-page,.profile-page,.movies-page,.boost-page,.home-app{
  min-height:100dvh!important;
  min-height:-webkit-fill-available!important;
}
.topbar{
  padding-top:env(safe-area-inset-top);
  min-height:50px;
}
.topbar h1{
  max-width:72%;
  text-align:center;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.topbar .back,.back{
  z-index:5;
}
.form-page .topbar{
  margin:-14px -14px 14px;
}
.bottom-nav{
  height:calc(76px + env(safe-area-inset-bottom));
  padding-bottom:env(safe-area-inset-bottom);
}
.profile-page,.page,.form-page,.movies-page,.boost-page{
  padding-bottom:calc(82px + env(safe-area-inset-bottom))!important;
}

/* 助推结算区跟随内容，不贴底 */
.boost-page{padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}
.amount-wrap{
  position:static!important;
  left:auto!important;
  transform:none!important;
  bottom:auto!important;
  width:auto!important;
  max-width:none!important;
  margin:0 12px calc(84px + env(safe-area-inset-bottom))!important;
  border:1px solid #2b2b2b!important;
  border-radius:0 0 10px 10px!important;
  overflow:hidden!important;
}
.boost-banner{margin-bottom:0!important;border-radius:10px 10px 0 0!important}
.amount-summary{align-items:center!important}
.amount-summary span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.amount-summary .go{background:#19e970!important;color:#061208!important;border-radius:6px!important;padding:9px 12px!important}
.amount-row{gap:10px!important}
.amount-row input{width:104px!important}
#selectedCat{display:block;max-width:150px!important;margin-left:auto;margin-right:auto}

/* 注册/表单提示 */
.inline-error{
  margin:12px 0 0;
  color:#ff5353;
  text-align:center;
  font-size:15px;
}
.toast-mask{display:flex}

/* 收益说明弹窗 */
.rule-link{
  display:inline-block;
  color:#19e970;
  font-size:13px;
  margin-left:8px;
}
.rule-box{
  width:86%;
  max-width:360px;
  background:#fff;
  color:#333;
  border-radius:12px;
  overflow:hidden;
}
.rule-title{
  padding:18px 18px 8px;
  text-align:center;
  font-size:20px;
  font-weight:800;
}
.rule-content{
  padding:8px 20px 18px;
  line-height:1.75;
  font-size:15px;
}
.rule-content b{color:#111}
.rule-ok{
  border-top:1px solid #eee;
  padding:13px;
  text-align:center;
  font-size:17px;
  color:#111;
}

/* 后台提示 */
.admin-note{
  color:#64748b;
  font-size:13px;
  margin-top:10px;
  line-height:1.6;
}
.admin-mini{
  display:inline-block;
  padding:2px 7px;
  border-radius:10px;
  background:#ecfdf5;
  color:#16a34a;
  font-size:12px;
}
