.system-settings-actions { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); border-top:1px solid #e5e9ed; border-bottom:1px solid #e5e9ed; margin-bottom:12px; padding:8px 0; }
.system-settings-actions .nav-more-item { min-width:0; white-space:normal; overflow-wrap:anywhere; padding:12px 10px; cursor:pointer; }
.system-settings-actions .nav-more-item svg { flex-shrink:0; }
.system-settings-actions .nav-more-item:focus-visible { outline:2px solid #3498db; outline-offset:-2px; }
.system-unlock-button { display:none; }
body.screen-locked .system-unlock-button { display:block; position:fixed; top:12px; right:16px; z-index:99990; padding:10px 18px; border:1px solid #b7d9c7; border-radius:6px; background:#e8f5ec; color:#185c3c; font:inherit; cursor:pointer; }
.nav-btn-more { flex-shrink:0; white-space:nowrap; }
.system-settings-actions[hidden], #systemAccountPanel[hidden], .personal-shortcut-section[hidden] { display:none !important; }
.system-account-entry { border:0; background:transparent; font-family:inherit; text-align:left; }
.system-account-back { border:0; background:transparent; color:#287c68; font:inherit; padding:8px 0; margin-bottom:12px; cursor:pointer; }
