/* 顶栏定制 2026-07-10: 隐藏主题切换与语言切换按钮 (lucide 图标特征定位) */
button[data-slot="dropdown-menu-trigger"]:has(svg.lucide-languages),
button[data-slot="dropdown-menu-trigger"]:has(svg.lucide-sun),
button[data-slot="dropdown-menu-trigger"]:has(svg.lucide-moon) {
  display: none !important;
}

/* 2026-07-11 hide header search (cmd+K) */
header button[aria-label="搜索"],
header button[aria-label="Search"],
header button:has(svg.lucide-search) { display: none !important; }

/* 2026-07-11 模型广场(/pricing)筛选栏:隐藏 模型标签/定价类型/端点类型 三个区块 */
/* aside 内筛选区块固定顺序: 1=分组 2=供应商 3=模型标签 4=定价类型 5=端点类型 */
/* 保留前两个,隐藏后三个(按位置,不依赖文字) */
aside [data-slot="collapsible"]:nth-of-type(3),
aside [data-slot="collapsible"]:nth-of-type(4),
aside [data-slot="collapsible"]:nth-of-type(5) {
  display: none !important;
}
