body {
    font-family: Arial, sans-serif;
    color: #0f172a;
    margin: 32px;
}

h1,
h2 {
    margin-bottom: 8px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
}

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

th {
    background: #f8fafc;
}

.report-meta {
    margin-bottom: 24px;
}

.report-logo img {
    max-height: 56px;
}
