/* netscope.css 的补充，不会被 sync-netscope-css.mjs 覆盖。
 * 去掉 Windows 原生 button 的 min-width / 系统皮肤，避免顶栏「退出」被拉宽。 */
button {
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}
