.pdf-report { font-family: Arial, Helvetica, sans-serif; color: #1d2733; background: #fff; padding: 18px; font-size: 11pt; line-height: 1.35; }
.pdf-header { display: flex; justify-content: space-between; gap: 18px; border-bottom: 3px solid #184f90; padding-bottom: 12px; margin-bottom: 18px; }
.pdf-brand-wrap { display: flex; gap: 14px; align-items: center; }
.pdf-logo { width: 84px; height: 84px; object-fit: contain; }
.pdf-brand { font-size: 10pt; letter-spacing: .08em; text-transform: uppercase; color: #2f76c7; font-weight: 700; }
.pdf-header h1 { margin: 4px 0 8px; font-size: 22pt; color: #184f90; }
.pdf-head-box { min-width: 220px; border: 1px solid #d8e2ee; border-radius: 10px; padding: 10px 12px; background: #f7fbff; }
.pdf-section { margin-bottom: 18px; page-break-inside: avoid; }
.pdf-section h2, .pdf-section h3 { margin: 0 0 10px; color: #184f90; }
.pdf-scoreline { margin-bottom: 10px; }
.summary-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.summary-chip { border-radius: 12px; padding: 10px 12px; border: 1px solid #ccd9e8; background: #f7fbff; }
.summary-chip.good { background: #eef9f1; border-color: #bfe6ca; }
.summary-chip.warn { background: #fff8ea; border-color: #efd59b; }
.summary-chip.bad { background: #fff5f5; border-color: #f0c2c2; }
.summary-chip strong { display: block; margin-bottom: 5px; }
.pdf-table { width: 100%; border-collapse: collapse; }
.pdf-table th, .pdf-table td { border: 1px solid #dbe4ed; padding: 8px 9px; text-align: left; vertical-align: top; }
.pdf-table thead th, .pdf-table tbody th { background: #edf4fb; }
.pdf-list { margin: 0; padding-left: 18px; }
.pdf-list li { margin-bottom: 5px; }
.note-block { margin-bottom: 10px; }
.note-block strong { display: block; margin-bottom: 4px; }
.note-block p, .pdf-narrative { margin: 0; white-space: pre-wrap; }
.pdf-photo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.pdf-photo-item { margin: 0; border: 1px solid #dbe4ed; border-radius: 10px; overflow: hidden; page-break-inside: avoid; }
.pdf-photo-item img { width: 100%; height: 230px; object-fit: contain; display: block; background: #f5f8fc; }
.pdf-photo-item figcaption { padding: 8px 10px; font-size: 10pt; }
.signature-block, .no-break { page-break-inside: avoid; break-inside: avoid; }
.signature-panel { border: 1px solid #dbe4ed; border-radius: 12px; padding: 10px; }
.pdf-signature { display: block; max-width: 100%; height: 110px; object-fit: contain; margin-bottom: 10px; }
.page-break-before { page-break-before: always; }
.pdf-empty { color: #5d6975; }
.pdf-footer { margin-top: 18px; padding-top: 10px; border-top: 1px solid #dbe4ed; font-size: 9.5pt; color: #4c5a68; }
@media print { body { background: #fff; } }
