#gptStaffReadonlyBanner{
  display:none;position:fixed;left:50%;top:58px;transform:translateX(-50%);
  z-index:250000;padding:9px 16px;border:1px solid #e4b873;border-radius:999px;
  background:#fff7e8;color:#74460f;font-size:13px;font-weight:950;
  box-shadow:0 8px 24px rgba(55,35,12,.15);white-space:nowrap
}
html[data-auth-role="branchStaff"] #gptStaffReadonlyBanner{display:none}
html[data-auth-role="branchStaff"] [data-staff-readonly-disabled="1"]{
  opacity:.38!important;cursor:not-allowed!important;filter:grayscale(.25)
}
html[data-auth-role="branchStaff"] #btnMenuSecurity,
html[data-auth-role="branchStaff"] #btnSystemBackupJson,
html[data-auth-role="branchStaff"] #btnSystemSnapshotCsv,
html[data-auth-role="branchStaff"] #btnCentralIntegratedBackupJson,
html[data-auth-role="branchStaff"] #btnSystemRestoreJson,
html[data-auth-role="branchStaff"] #btnMenuRestoreJson,
html[data-auth-role="branchStaff"] #btnDailyBackupBanner{
  display:none!important
}
