body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #fafafa;
}

.site-header {
    background: #333;
    color: #fff;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-title {
    margin: 0;
    font-size: 1.5rem;
}

.nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.nav a {
    color: #fff;
    text-decoration: none;
}

.results-container {
    padding: 1rem 2rem;
}

.results-section {
    margin-bottom: 2rem;
}

.status-pass { color: green; font-weight: bold; }
.status-warn { color: orange; font-weight: bold; }
.status-fail { color: red; font-weight: bold; }

.mpd-excerpt {
    background: #eee;
    padding: 1rem;
    border: 1px solid #ccc;
    overflow-x: auto;
    white-space: pre-wrap;
}
