/* SJM_MOBILE_SAFE_TOP_V20260624
   iPhone Safari：让神机妙算顶部青墨导航背景铺满状态栏安全区，不再出现浅色空白。 */
@media (max-width:640px){
  html,
  body{
    background:#0c2c30!important;
  }

  .site-top-nav.site-top-nav-red-gold-v20260621,
  .site-top-nav-v1057.site-top-nav-red-gold-v20260621{
    top:0!important;
    box-sizing:border-box!important;
    padding-top:env(safe-area-inset-top,0px)!important;
    min-height:calc(105px + env(safe-area-inset-top,0px))!important;
    background:linear-gradient(140deg,#0c2c30 0%,#164d4c 48%,#1a5f58 100%)!important;
  }

  /* 避免固定顶部增加安全区高度后压住首条资料。实际高度由 JS 同步。 */
  .top-spacer-v1057{
    box-sizing:border-box!important;
  }
}
