/* ============================================================
   PRINT — Asana-export style PDF
   ============================================================ */
@media print {
  html, body { background: #fff !important; overflow: visible !important; height: auto !important; }
  .topbar, .sidebar, .scrim, .drawer-scrim, .palette-scrim, .palette,
  .tb-search, .tb-toggle { display: none !important; }
  .app, .app-body, .main { display: block !important; height: auto !important; overflow: visible !important; }
  .page-body, .overview, .insights-grid, .journey-stack { padding: 16px !important; }
  .pcard, .kpi, .widget, .chapter-card, .qa-card, .goal-card { box-shadow: none !important; page-break-inside: avoid; }
  a { color: var(--text-primary); text-decoration: none; }
  .pill { border: 1px solid currentColor; }
}
