/* Semantic Layout */
body {
    font-family: sans-serif;
    line-height: 1.6;
    color: #111;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
}

/* Algorithmic Emphasis */
h1 {
    font-size: 2.4rem;
    border-bottom: 4px solid #000;
    padding-bottom: 15px;
    margin-bottom: 2rem;
}

h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 2rem;
}

h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    text-decoration: underline;
}

/* Content Effort Signaling (Tables) */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

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

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

/* Visual Weighting for Entities */
b, strong {
    font-weight: 800;
    color: #000;
}

/* Audit Table Specifics */
.audit-container {
    margin-top: 50px;
    background: #fafafa;
    padding: 20px;
    border: 1px dashed #000;
}

.audit-table {
    font-size: 0.8rem;
}