/* Полноэкранный режим без скролла */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* Основной контейнер Quarto */
.quarto-layout-panel {
  padding: 0 !important;
  margin: 0 !important;
}

/* Карта на весь экран */
.leaflet-container {
  height: 100vh !important;
  width: 100% !important;
  min-height: 100vh !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE)