/* STRONG LMB 360 V19.1.03 - Invisible Sync Architecture
   Regla: no mostrar botón/panel de sincronización. El motor queda interno.
*/
#strong-v19101-sync-status-panel,
.strong-v19101-sync-panel,
button.sync-refresh,
[data-strong-sync-manual],
.strong-sync-manual-button,
button[title*="Sincronización"],
button[aria-label*="Sincronización"]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  width:0!important;
  height:0!important;
  min-width:0!important;
  min-height:0!important;
  max-width:0!important;
  max-height:0!important;
  overflow:hidden!important;
  position:absolute!important;
  inset:auto!important;
}
.strong-v19103-sync-pulse{
  position:fixed;
  right:14px;
  bottom:14px;
  z-index:2147481000;
  width:10px;
  height:10px;
  border-radius:999px;
  background:#20c997;
  box-shadow:0 0 0 4px rgba(32,201,151,.12);
  pointer-events:none;
  opacity:.82;
}
.strong-v19103-sync-pulse[data-state="syncing"]{background:#0d6efd;}
.strong-v19103-sync-pulse[data-state="warning"]{background:#ffc107;}
@media print{.strong-v19103-sync-pulse{display:none!important;}}
