body {
    font-family: system-ui, sans-serif;
    margin: 24px;
    color: #2c3e50;
    background: #f7f8fa;
}

h1 {
    margin-bottom: 8px;
}

.meta {
    margin-top: 8px;
    font-size: 0.95rem;
}

a {
    color: #6b4c9a;
}

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

th,
td {
    border: 1px solid #d9dde4;
    padding: 10px;
    text-align: left;
    font-size: 0.92rem;
}

th {
    background: #eef1f7;
}

.pager {
    margin-top: 14px;
    display: flex;
    gap: 12px;
}
