@media print {
  :root {
    color-scheme: light;
  }
  body {
    background: #ffffff;
    color: #111111;
  }
  html::before,
  html::after {
    display: none;
  }
  .sidebar,
  .bottom-nav,
  .topbar,
  .sticky-bar,
  .btn,
  .tabs,
  .drawer,
  .toast,
  .overlay,
  .app-overlay,
  .chip-group,
  .icon-btn {
    display: none !important;
  }
  .card {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #ffffff;
  }
  .card-title {
    color: #111111;
  }
}
