/* CWQRGen Web App - minimal custom styles */
:root {
  --accent: #10b981;
}

pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Nice focus states */
input:focus, select:focus, button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}

/* Table polish */
table th {
  font-weight: 500;
}
