/* Print-only overrides to ensure color output and full map visibility */
* { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
body { transform: scale(var(--print-scale, 1)) !important; transform-origin: top left !important; }
.layout {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.map-area,
.map-scale-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}
.map-scale-wrapper {
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  position: relative !important;
}
.map-wrapper {
  transform: none !important;
  position: static !important;
  margin: 0 auto !important;
}
.control-panel { display: none !important; }
