@page {
  margin: 0.5in;
}

body {
  color: #000;
  background: #fff;
}

.topbar,
.site-footer,
.toast,
.no-print,
.actions,
.question-actions,
.nav {
  display: none !important;
}

.app,
.section,
.content {
  display: block;
  width: 100%;
  max-width: none;
  min-height: auto;
  padding: 0;
  margin: 0;
}

.panel,
.genius-card,
.result-card {
  break-inside: avoid;
  box-shadow: none;
}

.report-hero,
.result-grid,
.genius-grid,
.dashboard-grid {
  grid-template-columns: 1fr;
}

a {
  color: #000;
  text-decoration: none;
}
