/* ===== 产品中心 - 特有样式 ===== */

/* 侧边栏分类项 */
.sidebar-item {
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .2s;
  font-size: .875rem;
  color: #6B7280;
}
.sidebar-item:hover {
  background: rgba(46, 125, 50, .06);
  color: #1B5E20;
}
.sidebar-item.active {
  background: rgba(46, 125, 50, .1);
  color: #2E7D32;
  font-weight: 600;
}
