.editor-section-nav,.account-system-nav{display:flex;gap:6px;position:sticky;top:-22px;z-index:3;background:var(--white);border-bottom:1px solid var(--line);padding:10px 0;margin-bottom:18px;flex-wrap:wrap}
.editor-section-nav button,.account-system-nav button{border:0;background:transparent;padding:9px 15px;color:var(--muted);min-height:36px}
.editor-section-nav button:hover,.account-system-nav button:hover{background:var(--soft);color:var(--ink)}
.editor-section-nav button[aria-current],.account-system-nav button[aria-current]{color:var(--accent);box-shadow:inset 0 -2px var(--accent)}
.editor-section,.account-system-section{scroll-margin-top:62px}
.account-profile-section .account-identity-summary{margin:0;padding:0 0 14px;border-top:0;gap:12px 26px}
.account-profile-section .account-identity-summary>div{min-width:95px}
.account-profile-section .account-identity-summary .btn{margin-left:auto}
.account-profile-section .account-shared-identity-hint{font-size:11px;line-height:1.6}
.account-profile-details{border-block:1px solid var(--line)}
.account-profile-details>summary{display:flex;align-items:center;gap:14px;padding:13px 0;cursor:pointer;list-style:none;font-size:12px}
.account-profile-details>summary>span{color:var(--muted)}
.account-profile-details>summary .account-profile-edit{color:var(--accent);margin-left:auto;font-size:11px}
.account-profile-fields{padding:15px 0 5px}
.account-source-note{font-size:11px;color:var(--muted);line-height:1.8;margin-bottom:15px}
.account-source-note>summary{cursor:pointer}
.account-scope-tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:7px 0 10px}
.account-scope-tools>input[type=search]{flex:1;min-width:170px;max-width:370px;border:1px solid var(--line);padding:8px 10px;background:var(--white)}
.account-scope-tools>label{display:flex;align-items:center;gap:6px;font-size:11px;white-space:nowrap}
.account-scope-tools [data-scope-count]{margin-left:auto;color:var(--muted);font-size:11px;font-variant-numeric:tabular-nums}
.account-scope-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:210px;overflow:auto;padding:5px 3px}
.account-scope-options>label{display:flex;align-items:center;gap:7px;min-height:28px;line-height:1.5;font-size:12px}
.account-scope-options small{font-size:10px;color:var(--muted)}
.account-scope-options [data-scope-empty]{grid-column:1/-1;margin:12px 0;color:var(--muted);font-size:12px}
.drawer .form-error:focus{outline:2px solid var(--accent);outline-offset:5px}
.identity-return-note{font-size:11px;color:var(--muted);margin:0 0 15px}
.drawer .source-prepared-notice{overflow-wrap:anywhere}
