/* AutoQA Turbo — minimal overrides on top of Pico CSS */
.tab-btn { cursor: pointer; }
.tab-btn.active { font-weight: bold; text-decoration: underline; }
.tab-content { padding: 1rem 0; }
nav { display: flex; gap: 0.5rem; margin-bottom: 1rem; }
#upload-progress { margin-top: 0.5rem; }
.error { color: var(--pico-color-red-500, #c62828); }
.success { color: var(--pico-color-green-500, #2e7d32); }
.copy-btn { cursor: pointer; margin-left: 0.5rem; font-size: 0.9rem; }
.placeholder-notice { opacity: 0.6; font-style: italic; }
