/* Impresión directa de respaldo. Los documentos ejecutivos y recibos usan una ventana dedicada. */
@page { size: letter landscape; margin: 0; }

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  color: #111 !important;
}

.core-shell-sidebar,
.core-shell-topbar,
.core-shell-backdrop,
.core-auth-overlay,
.back-top-btn,
.kpi-modal,
button,
input,
select {
  display: none !important;
}

.core-shell-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
