@page {
  margin: 16mm;
}

body {
  background: #fff !important;
  color: #111 !important;
}

.site-header,
.dashboard-nav,
.bottom-nav,
#splash-screen,
#modal-root,
#toast-root,
#htmx-loader,
.ambient-background,
.btn,
button,
form,
nav {
  display: none !important;
}

.app-shell,
.page-shell,
.admin-shell,
.customer-shell,
.provider-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.glass-panel,
.admin-card,
.request-card,
.provider-card,
.service-card {
  border: 1px solid #bbb !important;
  box-shadow: none !important;
  background: #fff !important;
  color: #111 !important;
  break-inside: avoid;
}

a {
  color: #111 !important;
  text-decoration: none !important;
}
