/* 轻办工具箱 - 首页简化 v2.9
   当前工具数量不多，隐藏“热门工具”重复区，只保留“全部工具”。
*/

body.gecao-home-simplified [data-home-hot-hidden="true"] {
  display: none !important;
}

/* 兼容常见命名，如果首页本身有热门区 class，直接隐藏 */
body.gecao-home-simplified .hot-tools,
body.gecao-home-simplified .popular-tools,
body.gecao-home-simplified .home-hot,
body.gecao-home-simplified .hot-section,
body.gecao-home-simplified .popular-section,
body.gecao-home-simplified .recommend-section {
  display: none !important;
}

/* 隐藏热门区后，让“全部工具”更自然上移 */
body.gecao-home-simplified main h2,
body.gecao-home-simplified main .section-title {
  scroll-margin-top: 80px;
}

body.gecao-home-simplified main {
  padding-bottom: 32px;
}

body.gecao-home-simplified .all-tools-note {
  color: #64748b;
  font-size: 14px;
  margin: -6px 0 16px;
}
