/* Minimal overrides on top of Pico.css */

:root {
    --pico-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.brand {
    text-decoration: none;
    color: inherit;
}

.hero {
    text-align: center;
    padding: 3rem 1rem;
}

.hero hgroup h1 {
    margin-bottom: 0.5rem;
}

.cta {
    font-size: 1.15rem;
    padding: 0.75rem 2rem;
    margin-top: 1.5rem;
    display: inline-block;
}

.bookmark-banner {
    background: var(--pico-mark-background-color);
}

.error-banner {
    background: #fff5f5;
    border-left: 4px solid #c0392b;
    color: #922b21;
}

.error-banner strong {
    display: block;
    margin-bottom: 0.5rem;
    color: #922b21;
    font-size: 1.05rem;
}

.error-banner p {
    margin: 0;
}

.fake-mode-banner {
    background: #fff8e1;
    border-left: 4px solid #f39c12;
    color: #7e5109;
}

.fake-mode-banner strong {
    display: block;
    margin-bottom: 0.3rem;
}

.fake-mode-banner p {
    margin: 0;
    font-size: 0.95rem;
}

.report-content h1, .report-content h2, .report-content h3 {
    color: var(--pico-h2-color);
}

.report-content blockquote {
    background: #fffde7;
    border-left: 3px solid #fbc02d;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    font-size: 0.95rem;
}

.downloads .grid {
    gap: 0.5rem;
}

footer {
    text-align: center;
    color: var(--pico-muted-color);
    padding: 1rem 0;
}

article header {
    margin-bottom: 1rem;
}

fieldset {
    margin-bottom: 0.5rem;
}
