#blazor-error-ui {
  background: #b32121;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
  color: #fff;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
#blazor-error-ui .reload { color: #fff; text-decoration: underline; }

/* Blazor Server shows a full-page white veil when the SignalR circuit drops
   (leave the tab, lock the phone, idle timeout). Hide it; reconnect.js reloads
   if the circuit is actually gone when the visitor comes back. */
#components-reconnect-modal,
#components-reconnect-modal.components-reconnect-show,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-rejected,
#components-reconnect-modal.components-reconnect-paused,
#components-reconnect-modal.components-reconnect-retrying {
  display: none !important;
  background: transparent !important;
  pointer-events: none !important;
}
