.print-report { display: none; }
.print-report h1 { margin-bottom: 4px; }
.print-report .report-meta { color: #5f7077; line-height: 1.6; }
.print-report h2 { color: #08747d; font-size: 16px; margin-top: 28px; border-bottom: 2px solid #dce8ea; padding-bottom: 7px; }
.print-report table { width: 100%; border-collapse: collapse; }
.print-report th, .print-report td { text-align: left; padding: 8px; border-bottom: 1px solid #dce8ea; }
.print-report footer { margin-top: 35px; color: #5f7077; font-size: 11px; }
.report-dialog { padding: 0; }
.report-preview-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 18px 18px 10px; border-bottom: 1px solid #dce8ea; }
.report-preview { padding: 10px 18px 18px; max-height: 58vh; overflow: auto; color: #18313b; }
.report-preview h1 { color: #082d59; }
.report-preview h2 { color: #08747d; font-size: 15px; margin-top: 20px; }
.report-preview table { width: 100%; border-collapse: collapse; font-size: 12px; }
.report-preview th, .report-preview td { text-align: left; padding: 7px 4px; border-bottom: 1px solid #dce8ea; }
.report-preview footer { margin-top: 24px; color: #5f7077; font-size: 10px; }
.report-preview-actions { padding: 14px 18px 18px; border-top: 1px solid #dce8ea; }
.report-preview-actions button { width: 100%; }
.report-inline-card[hidden] { display: none; }
.report-inline-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
@media (max-width: 480px) { .report-inline-actions { grid-template-columns: 1fr; } }
.tabbar { grid-template-columns: repeat(5, 1fr); }
.education-alert { background: #fff7e8; border: 1px solid #f2d49a; border-radius: 18px; padding: 15px; margin-bottom: 16px; color: #62420c; }
.education-alert p { margin: 6px 0 0; line-height: 1.45; }
.education-card { line-height: 1.55; }
.education-card h2 { font-size: 1.3rem; margin-bottom: 10px; }
.education-card p { color: #435a63; }
.education-card ul { padding-left: 21px; color: #435a63; }
.education-card li { margin-bottom: 8px; }
.article-type { margin: 0 !important; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 800; color: #08747d !important; }
.article-callout { padding: 13px; background: #eef8f8; border-left: 4px solid #079ea9; border-radius: 10px; color: #284952; }
.education-card footer { display: grid; gap: 5px; border-top: 1px solid #dce8ea; margin-top: 18px; padding-top: 12px; font-size: .75rem; color: #5f7077; }
.education-card footer a { color: #08747d; font-weight: 750; }
.education-card footer p { margin: 0; font-size: .75rem; }
.about-card { line-height: 1.55; }
.about-card h2 { font-size: 1.3rem; }
.about-card p { color: #435a63; }
.about-disclaimer { margin-top: 16px; padding: 13px; background: #eef6f7; border-radius: 12px; color: #435a63; font-size: .82rem; }
.developer-credit { margin: 17px 0 0 !important; padding-top: 14px; border-top: 1px solid #dce8ea; font-size: .84rem; }
.developer-credit span { color: #5f7077; font-weight: 650; }
.observation-note { padding: 11px 12px; background: #eef6f7; border-radius: 11px; color: #5f7077; font-size: .76rem; line-height: 1.45; }

@media print {
  .topbar, .tabbar, main, dialog, .toast { display: none !important; }
  .app-shell { max-width: none; box-shadow: none; background: #fff; }
  body { background: #fff; }
  .print-report { display: block !important; padding: 24px 34px; color: #18313b; }
}
