/* Legacy entry — design system is loaded from css/design-system.css + css/components.css */
/* Keep file for Blazor template compatibility; prefer modular CSS. */

.blazor-error-boundary {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  padding: 1rem;
  border-radius: 0.75rem;
  color: #b91c1c;
}

#blazor-error-ui {
  background: #1e293b;
  color: #f8fafc;
  bottom: 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  display: none;
  left: 0;
  padding: 0.75rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 2000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 0.75rem;
}
