/* Advanced-settings and node-action styling now lives in style.css and is theme-aware.
   This file previously hardcoded dark colors here, which overrode the theme and made the
   高级设置 panel unreadable in light mode. Only the mobile summary-hint tweak remains. */
@media (max-width: 760px) {
  .advanced-settings summary span { display: none; }
}
