.report-document {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #1e293b;
    font-size: 12px;
    line-height: 1.45;
    padding: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.report-header {
    border-bottom: 2px solid #1e3a5f;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.report-header h1 {
    font-size: 20px;
    color: #1e3a5f;
    margin: 0 0 4px;
}

.report-header .report-meta {
    font-size: 11px;
    color: #64748b;
}

.report-section {
    margin-bottom: 20px;
}

.report-section h2 {
    font-size: 13px;
    color: #1e3a5f;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.report-table {
    width: 100%;
    border-collapse: collapse;
}

.report-table th,
.report-table td {
    border: 1px solid #e2e8f0;
    padding: 8px 10px;
    text-align: left;
}

.report-table th {
    background: #f1f5f9;
    font-size: 10px;
    text-transform: uppercase;
    color: #64748b;
}

.report-table td.amount {
    font-weight: 600;
    text-align: right;
}

.report-table tr.past td {
    background: #fffbeb;
}

.report-summary-table {
    margin-top: 4px;
}

.report-summary-table thead th {
    background: #1e3a5f;
    color: #fff;
}

.report-summary-table tbody th {
    width: 42%;
    background: #f8fafc;
    font-weight: 600;
    font-size: 11px;
    color: #475569;
    text-transform: none;
}

.report-summary-table .summary-value {
    font-weight: 700;
    color: #1e3a5f;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.report-summary-table tr.summary-row-alt th,
.report-summary-table tr.summary-row-alt td {
    background: #fafbfc;
}

.report-summary-table tr.summary-row-highlight th,
.report-summary-table tr.summary-row-highlight td {
    background: #eff6ff;
}

.report-footer {
    margin-top: 24px;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
    font-size: 10px;
    color: #94a3b8;
    text-align: center;
}

.report-empty-note {
    color: #64748b;
    font-style: italic;
}
