/* Activity Report: the standalone print / save-as-PDF page. */
body { font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif; color: #1d2327; max-width: 900px; margin: 40px auto; padding: 0 20px; }
h1 { margin-bottom: 0; }
.ai-o-optimiser-report-meta { color: #646970; margin-top: 4px; margin-bottom: 32px; }
h2 { border-bottom: 2px solid #1d2327; padding-bottom: 6px; margin-top: 40px; }
table { width: 100%; border-collapse: collapse; margin: 12px 0 24px; }
th, td { text-align: left; padding: 6px 10px; border-bottom: 1px solid #dcdcde; font-size: 13px; }
th { background: #f0f0f1; }
.ai-o-optimiser-summary-tiles { display: flex; gap: 16px; flex-wrap: wrap; margin: 16px 0; }
.ai-o-optimiser-summary-tile { border: 1px solid #dcdcde; border-radius: 6px; padding: 12px 18px; min-width: 140px; }
.ai-o-optimiser-summary-tile strong { display: block; font-size: 22px; }
.ai-o-optimiser-summary-tile span { color: #646970; font-size: 12px; }
.no-print { margin: 20px 0; }
@media print { .no-print { display: none; } body { margin: 0; } }
