diff --git a/docs/PLAN.md b/docs/PLAN.md
index d24da5a..d3decd7 100644
--- a/docs/PLAN.md
+++ b/docs/PLAN.md
@@ -31,4 +31,4 @@ Updated: 2026-04-02
15. Added editable System settings with shared validation, a system update API, service/port conflict protection, and UI coverage for local save flows.
16. Simplified the System tab layout by removing the redundant Runtime card and collapsing those fields into a compact settings section.
17. Moved panel auth to server-issued expiring tokens with `sessionStorage` persistence and Compose-configurable credentials/TTL.
-18. Reworked Settings to store panel language/theme in `localStorage`, added RU/EN UI switching, and made service deletion warn before cascading linked-user removal.
+18. Reworked Settings to store panel language/theme in `localStorage`, added RU/EN UI switching, made service deletion warn before cascading linked-user removal, and then simplified the preferences UI back into a compact inline strip with a light default theme.
diff --git a/src/SystemTab.tsx b/src/SystemTab.tsx
index e68064a..14daa84 100644
--- a/src/SystemTab.tsx
+++ b/src/SystemTab.tsx
@@ -71,60 +71,54 @@ export default function SystemTab({
<>