:root {
    --link-color: #405cf5;
}

body {
    font-family: sans-serif;
    padding: 2rem;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2rem;
}

th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

th {
    background: #f5f5f5;
}

a {
    color: var(--link-color);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.complete { background: #d4edda; }
.partial { background: #fff3cd; }
.missing { background: #f8d7da; }