body { font-family: Arial, Helvetica, sans-serif; background: #f7f7f7; margin: 0; padding: 20px; color: #1f2937; }
.sfranh-report-wrap { max-width: 960px; margin: 0 auto; }
.sfranh-report-meta { color: #555; margin-bottom: 16px; }
.sfranh-print-button { margin-bottom: 24px; }
.wrapper { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.header { padding: 24px; background: #1f2937; color: #fff; }
.header h1 { margin: 0 0 6px; font-size: 22px; }
.header p { margin: 0; font-size: 13px; opacity: 0.8; }
.section { padding: 24px; border-bottom: 1px solid #e5e7eb; }
.section:last-child { border-bottom: none; }
.cards { display: flex; flex-wrap: wrap; gap: 16px; }
.card { flex: 1 1 140px; background: #f0f6fc; border-radius: 6px; padding: 16px; }
.card h3 { margin: 0 0 8px; font-size: 14px; color: #2271b1; text-transform: uppercase; letter-spacing: 0.05em; }
.card p.big { margin: 0; font-size: 24px; font-weight: bold; }
.card ul { margin: 12px 0 0; padding-left: 18px; font-size: 13px; color: #4b5563; list-style: none; }
.card ul li { padding: 2px 0; }
table { width: 100%; border-collapse: collapse; font-size: 13px; }
table thead { background: #f9fafb; }
table th, table td { text-align: left; padding: 10px 8px; border-bottom: 1px solid #e5e7eb; }
table th { font-weight: 600; }
table tr:last-child td { border-bottom: none; }
.footer { padding: 18px 24px; font-size: 12px; color: #6b7280; background: #f9fafb; }

@media print {
    body { background: #fff; padding: 0; }
    .sfranh-print-button { display: none !important; }
    .sfranh-report-wrap, .wrapper { box-shadow: none; }
}
