@media print {
  body { 
    background: white !important; 
    color: black !important;
  }
  aside, header, #mobileBottomNav, #authArea, #themeToggleBtn, .admin-only, button, input, select { 
    display: none !important; 
  }
  .shadow-sm, .shadow-xl { 
    box-shadow: none !important; 
  }
  .border { 
    border: 1px solid #e2e8f0 !important; 
  }
}