@page { size: A4; margin: 14mm; }
* { box-sizing: border-box; }
body { margin: 0; color: #1a1a2e; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; font-size: 11pt; line-height: 1.5; }
h1 { margin: 0 0 6px; font-size: 18pt; }
.rule { height: 2px; background: #d4a03c; border: 0; margin: 0 0 12px; }
.note { color: #555; font-size: 9.5pt; margin: 0 0 16px; }
h2 { margin: 14px 0 6px; font-size: 12pt; page-break-after: avoid; }
table { width: 100%; border-collapse: collapse; margin: 8px 0 12px; font-size: 10pt; }
th, td { border: 1px solid #ccc; padding: 6px 8px; text-align: left; vertical-align: top; }
th { background: #f7f4ef; }
.line { border-bottom: 1px solid #ccc; height: 22px; margin: 4px 0; }
.footer { margin-top: 20px; font-size: 9pt; color: #666; }
@media print { .no-print { display: none; } }
