/* 轻办工具箱 - 首页分类筛选修复 v3.1 */
body.gecao-home-filter-fixed main a[data-filter-hidden="true"] {
  display: none !important;
}

body.gecao-home-filter-fixed main [data-filter-control="true"] {
  cursor: pointer;
  user-select: none;
}

body.gecao-home-filter-fixed main [data-filter-control="true"].active,
body.gecao-home-filter-fixed main [data-filter-control="true"].is-active,
body.gecao-home-filter-fixed main [data-filter-control="true"][aria-pressed="true"] {
  background: #0f172a !important;
  color: #ffffff !important;
  border-color: #0f172a !important;
}

body.gecao-home-filter-fixed main .home-filter-empty {
  display: none;
  margin: 14px 0;
  padding: 14px 16px;
  border: 1px solid #dce5f0;
  border-radius: 14px;
  background: #ffffff;
  color: #64748b;
}

body.gecao-home-filter-fixed main .home-filter-empty.show {
  display: block;
}
