/* UI Healing CSS - Auto-generated */

:root {
  --color-primary: #007bff;
  --color-secondary: #6c757d;
  --color-success: #28a745;
  --color-danger: #dc3545;
  --color-warning: #ffc107;
  --color-info: #17a2b8;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-size: 16px;
  line-height: 1.5;
}

.btn, button {
  border-radius: 4px;
  min-height: 38px;
  padding: 0.375rem 0.75rem;
  transition: all 0.3s ease;
}

.card {
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

img:not([alt]) {
  border: 2px solid var(--color-danger);
}

a:focus, button:focus, input:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
