/* GrantScout custom styles - supplements Pico CSS */

.stat-number {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.stat-won {
    color: var(--pico-ins-color, #2a7e2e);
}

/* Flash messages */
.flash-success {
    background-color: var(--pico-ins-color, #2a7e2e);
    color: white;
    padding: 0.75rem 1rem;
    border-radius: var(--pico-border-radius);
    margin-bottom: 1rem;
}

.flash-error {
    background-color: var(--pico-del-color, #c62828);
    color: white;
    padding: 0.75rem 1rem;
    border-radius: var(--pico-border-radius);
    margin-bottom: 1rem;
}

/* Footer */
footer {
    text-align: center;
    padding: 1rem 0;
    margin-top: 2rem;
    border-top: 1px solid var(--pico-muted-border-color);
}
