.mener-mapa-wrap {
	padding: 0 1rem 2rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow-x: clip;
}

.mener-mapa-app {
	display: grid;
	grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
	gap: 1.1rem;
	align-items: start;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.mener-mapa-sidebar {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 0.15rem 0.15rem 0.15rem 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	max-height: 720px;
	position: sticky;
	top: 1rem;
	min-width: 0;
	width: 100%;
}

.mener-mapa-sidebar__head {
	padding: 0 0 0.85rem;
	border-bottom: 1px solid rgb(15 43 74 / 0.12);
}

.mener-mapa-sidebar__eyebrow {
	margin: 0 0 0.2rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #2474c8;
}

.mener-mapa-sidebar__title {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	color: #0f2b4a;
	line-height: 1.2;
}

.mener-mapa-sidebar__lead {
	margin: 0.4rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #4a6a8a;
}

.mener-mapa-sidebar__section-label {
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2474c8;
}

.mener-mapa-search-wrap {
	display: block;
}

.mener-mapa-search__icon {
	display: none;
}

.mener-mapa-search,
.mener-mapa-select,
.mener-mapa-year {
	width: 100%;
	padding: 0.65rem 0.8rem;
	border: 0;
	border-bottom: 1.5px solid rgb(15 43 74 / 0.18);
	border-radius: 0;
	background: transparent;
	font-size: 0.875rem;
	color: #0f2b4a;
	transition: border-color 0.15s, box-shadow 0.15s;
}

.mener-mapa-search {
	padding-left: 0.8rem;
}

.mener-mapa-search:focus,
.mener-mapa-select:focus,
.mener-mapa-year:focus {
	outline: none;
	border-bottom-color: #2474c8;
	box-shadow: none;
}

.mener-mapa-sidebar__filters {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
}

.mener-mapa-filter {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.mener-mapa-filter__label,
.mener-mapa-sidebar__filters > label:not(.mener-mapa-check) {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #4a6a8a;
}

.mener-mapa-year-range {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 0.5rem;
	align-items: end;
}

.mener-mapa-year-range__sep {
	color: #5ba3e0;
	font-weight: 700;
	padding-bottom: 0.55rem;
}

.mener-mapa-check {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	padding: 0.55rem 0 0.15rem;
	border-radius: 0;
	background: transparent;
	border: 0;
	border-top: 1px solid rgb(15 43 74 / 0.08);
	font-size: 0.8125rem;
	color: #1a3a5c;
	cursor: pointer;
	user-select: none;
}

.mener-mapa-check input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.mener-mapa-check__box {
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
	margin-top: 0.12rem;
	border: 1.5px solid #5ba3e0;
	border-radius: 0.2rem;
	background: transparent;
	box-shadow: inset 0 0 0 0 #2474c8;
	transition: background 0.15s, box-shadow 0.15s, border-color 0.15s;
}

.mener-mapa-check input:checked + .mener-mapa-check__box {
	background: #2474c8;
	border-color: #2474c8;
	box-shadow: inset 0 0 0 2px transparent;
}

.mener-mapa-check__text {
	line-height: 1.4;
}

.mener-mapa-reset {
	align-self: flex-start;
	margin-top: 0.1rem;
	min-height: 2.75rem;
	padding: 0.55rem 0.15rem;
	border: 0;
	border-bottom: 1.5px solid #2474c8;
	border-radius: 0;
	background: transparent;
	color: #2474c8;
	font-size: 0.8125rem;
	font-weight: 700;
	cursor: pointer;
	transition: color 0.15s, border-color 0.15s;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.mener-mapa-reset:hover {
	background: transparent;
	color: #0f2b4a;
	border-bottom-color: #0f2b4a;
}

.mener-mapa-sidebar__list-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.15rem 0 0.65rem;
	border-top: 1px solid rgb(15 43 74 / 0.12);
	border-bottom: 1px solid rgb(15 43 74 / 0.08);
}

.mener-mapa-sidebar__count {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 600;
	color: #4a6a8a;
	white-space: nowrap;
}

.mener-mapa-catalog {
	list-style: none;
	margin: 0;
	padding: 0.15rem 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	flex: 1;
	min-height: 180px;
	max-width: 100%;
	border-radius: 0;
	border: 0;
	background: transparent;
	scrollbar-width: thin;
	scrollbar-color: rgb(36 116 200 / 0.35) transparent;
}

.mener-mapa-catalog::-webkit-scrollbar {
	width: 6px;
}

.mener-mapa-catalog::-webkit-scrollbar-thumb {
	background: rgb(36 116 200 / 0.35);
	border-radius: 999px;
}

.mener-mapa-catalog > li {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.mener-mapa-app .mener-mapa-catalog button.mener-mapa-catalog__item,
.mener-mapa-catalog button.mener-mapa-catalog__item {
	appearance: none;
	-webkit-appearance: none;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	gap: 0.2rem;
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0.8rem 0.35rem 0.8rem 0.7rem;
	border: 0 !important;
	border-radius: 0 !important;
	border-bottom: 1px solid rgb(15 43 74 / 0.1) !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: none;
	text-align: left !important;
	line-height: 1.35;
	font: inherit;
	color: inherit;
	cursor: pointer;
	transition: background 0.15s ease, box-shadow 0.15s ease;
}

.mener-mapa-app .mener-mapa-catalog button.mener-mapa-catalog__item:hover,
.mener-mapa-app .mener-mapa-catalog button.mener-mapa-catalog__item:focus-visible {
	background: rgb(36 116 200 / 0.06) !important;
	box-shadow: inset 3px 0 0 #2474c8 !important;
}

.mener-mapa-app .mener-mapa-catalog button.mener-mapa-catalog__item.is-active {
	background: rgb(36 116 200 / 0.1) !important;
	box-shadow: inset 3px 0 0 #0f2b4a !important;
}

.mener-mapa-catalog__title,
.mener-mapa-catalog__type,
.mener-mapa-catalog__locality {
	display: block !important;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	white-space: normal !important;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.mener-mapa-catalog__title {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #0f2b4a;
	line-height: 1.35;
}

.mener-mapa-catalog__item.is-active .mener-mapa-catalog__title {
	color: #0f2b4a;
}

.mener-mapa-catalog__type {
	margin: 0.1rem 0 0;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #2474c8;
	line-height: 1.3;
}

.mener-mapa-catalog__locality {
	margin: 0.05rem 0 0;
	font-size: 0.6875rem;
	font-weight: 500;
	color: #4a6a8a;
	line-height: 1.3;
}

.mener-mapa-catalog__empty {
	padding: 1rem 0.35rem;
	font-size: 0.8125rem;
	color: #4a6a8a;
	line-height: 1.45;
}

.mener-mapa-stage {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	min-width: 0;
	width: 100%;
	max-width: 100%;
}

.mener-mapa-map-shell {
	position: relative;
	width: 100%;
	min-width: 0;
}

.mener-mapa-map-shell.has-detail #mener-mapa {
	box-shadow: 0 12px 32px rgb(15 43 74 / 0.14);
}

.mener-mapa-detail {
	position: absolute;
	left: 0.75rem;
	bottom: 0.75rem;
	z-index: 1200;
	pointer-events: none;
	width: min(calc(100% - 5.25rem), 26rem);
}

.mener-mapa-detail__card {
	pointer-events: auto;
	position: relative;
	max-height: min(52vh, 24rem);
	overflow: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgb(15 43 74 / 0.1);
	box-shadow:
		0 18px 40px rgb(15 43 74 / 0.22),
		0 2px 8px rgb(15 43 74 / 0.08);
	animation: mener-mapa-detail-in 0.28s ease;
}

@keyframes mener-mapa-detail-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.mener-mapa-detail__close {
	position: absolute;
	top: 0.55rem;
	right: 0.55rem;
	z-index: 2;
	width: 2.25rem;
	height: 2.25rem;
	border: 0;
	border-radius: 999px;
	background: rgb(15 43 74 / 0.06);
	color: #0f2b4a;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

.mener-mapa-detail__close:hover,
.mener-mapa-detail__close:focus-visible {
	background: rgb(15 43 74 / 0.12);
	outline: none;
}

.mener-mapa-detail .mener-map-popup {
	padding: 1rem 1.1rem 1.1rem;
	padding-right: 2.75rem;
}

.mener-mapa-stage:fullscreen {
	padding: 0.75rem;
	background: transparent;
}

.mener-mapa-stage:fullscreen #mener-mapa {
	min-height: calc(100vh - 140px);
}

.mener-mapa-stage.is-measuring #mener-mapa {
	cursor: crosshair;
}

.mener-mapa-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.mener-mapa-toolbar__group {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.3rem;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.mener-mapa-tool {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 0.5rem 0.9rem;
	border: 1px solid rgb(15 43 74 / 0.16);
	border-radius: 999px;
	background: transparent;
	font-size: 0.75rem;
	font-weight: 700;
	color: #1a3a5c;
	cursor: pointer;
	transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.mener-mapa-tool svg {
	display: none;
}

.mener-mapa-tool:hover {
	background: transparent;
	border-color: #2474c8;
	color: #0f2b4a;
}

.mener-mapa-tool.is-active,
.mener-mapa-tool[data-active="true"] {
	background: #0f2b4a;
	border-color: #0f2b4a;
	color: #fff;
	box-shadow: none;
}

.mener-mapa-tool.is-busy {
	opacity: 0.7;
	pointer-events: none;
}

.mener-mapa-tool[data-mener-map-tool="measure"].is-active {
	background: #b91c1c;
	border-color: #b91c1c;
	box-shadow: none;
}

.mener-mapa-measure-readout {
	margin-left: 0.15rem;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	background: transparent;
	border: 1px solid rgb(185 28 28 / 0.35);
	color: #b91c1c;
	font-size: 0.75rem;
	font-weight: 700;
}

@media (max-width: 1100px) {
	.mener-mapa-app {
		grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
		gap: 0.9rem;
	}

	#mener-mapa,
	.mener-mapa-container {
		min-height: clamp(420px, 52vh, 520px);
	}
}

@media (max-width: 960px) {
	.mener-mapa-wrap {
		padding: 0 0 1.5rem;
		overflow-x: clip;
	}

	.mener-mapa-app {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.mener-mapa-stage {
		order: -1;
		width: 100%;
		min-width: 0;
	}

	.mener-mapa-sidebar {
		position: static;
		max-height: none;
		overflow: visible;
		width: 100%;
		min-width: 0;
	}

	.mener-mapa-toolbar {
		gap: 0.45rem;
		width: 100%;
	}

	.mener-mapa-toolbar__group {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 0.35rem;
	}

	.mener-mapa-tool {
		flex: 1 1 auto;
		min-height: 2.75rem;
		min-width: max(5.5rem, 28%);
		padding: 0.55rem 0.75rem;
		font-size: 0.75rem;
		touch-action: manipulation;
	}

	#mener-mapa,
	.mener-mapa-container {
		width: 100%;
		min-height: clamp(280px, 52dvh, 480px);
		height: clamp(280px, 52dvh, 480px);
		border-radius: 12px;
		touch-action: pan-x pan-y;
	}

	.mener-mapa-stage:fullscreen #mener-mapa,
	.mener-mapa-stage:fullscreen .mener-mapa-container {
		width: 100%;
		height: calc(100dvh - 7.5rem - env(safe-area-inset-bottom, 0px));
		min-height: calc(100dvh - 7.5rem - env(safe-area-inset-bottom, 0px));
		border-radius: 0;
	}

	.mener-mapa-catalog {
		min-height: 10rem;
		max-height: min(36dvh, 16rem);
	}

	.mener-mapa-layers {
		margin-top: 0.35rem;
	}

	.mener-mapa-layers__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.25rem;
		overflow: visible;
	}

	.mener-mapa-layer {
		min-width: 0;
		min-height: 2.75rem;
		padding: 0.4rem 0.5rem;
		touch-action: manipulation;
	}

	.leaflet-control-zoom {
		margin-right: max(10px, env(safe-area-inset-right, 0px)) !important;
		margin-bottom: max(10px, env(safe-area-inset-bottom, 0px)) !important;
	}

	.leaflet-control-attribution {
		max-width: calc(100% - 4.5rem);
		font-size: 0.625rem !important;
		line-height: 1.25;
		padding: 0.15rem 0.35rem !important;
	}

	.mener-mapa-detail {
		left: 0.5rem;
		right: 0.5rem;
		bottom: 0.5rem;
		width: auto;
	}

	.mener-mapa-detail__card {
		max-height: min(48vh, 22rem);
	}

	.mener-map-popup-wrap .leaflet-popup-content {
		min-width: 0;
		max-width: min(82vw, 300px);
	}

	.mener-map-popup-wrap .leaflet-popup-content-wrapper {
		max-width: min(86vw, 320px);
	}
}

@media (max-width: 639px) {
	.mener-mapa-wrap {
		padding: 0 0 calc(1.25rem + env(safe-area-inset-bottom, 0px));
	}

	.mener-mapa-stats {
		font-size: 0.8125rem;
		line-height: 1.4;
	}

	.mener-mapa-sidebar__lead {
		display: none;
	}

	.mener-mapa-sidebar__title {
		font-size: 0.95rem;
	}

	.mener-mapa-sidebar__filters {
		gap: 0.65rem;
	}

	.mener-mapa-search,
	.mener-mapa-select,
	.mener-mapa-year {
		font-size: 1rem; /* evita zoom automatico no iOS */
		min-height: 2.75rem;
		padding-top: 0.7rem;
		padding-bottom: 0.7rem;
	}

	.mener-mapa-year-range {
		grid-template-columns: 1fr;
		gap: 0.45rem;
	}

	.mener-mapa-year-range__sep {
		display: none;
	}

	.mener-mapa-toolbar__group {
		gap: 0.3rem;
	}

	.mener-mapa-tool {
		min-width: calc(50% - 0.2rem);
		padding: 0.55rem 0.6rem;
		font-size: 0.6875rem;
	}

	.mener-mapa-measure-readout {
		width: 100%;
		margin: 0.15rem 0 0;
		text-align: center;
		min-height: 2.5rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}

	#mener-mapa,
	.mener-mapa-container {
		min-height: clamp(260px, 48dvh, 420px);
		height: clamp(260px, 48dvh, 420px);
		border-radius: 10px;
	}

	.mener-mapa-catalog {
		max-height: min(38dvh, 15rem);
	}

	.mener-mapa-layers__list {
		grid-template-columns: 1fr;
	}

	.mener-mapa-layer {
		font-size: 0.75rem;
		padding: 0.45rem 0.55rem;
	}

	.mener-mapa-layer__label {
		font-size: 0.75rem;
	}

	.leaflet-bottom.leaflet-right {
		margin-bottom: env(safe-area-inset-bottom, 0px);
	}

	.mener-map-popup-wrap .leaflet-popup-content {
		min-width: 0;
		max-width: min(78vw, 280px);
	}

	.mener-mapa-detail .mener-map-popup,
	.mener-map-popup {
		padding: 0.85rem 0.9rem 0.95rem;
	}

	.mener-mapa-detail .mener-map-popup {
		padding-right: 2.6rem;
	}

	.mener-map-popup__heading {
		font-size: 0.98rem;
	}

	.mener-map-popup__cta {
		min-height: 2.75rem;
		justify-content: space-between;
		width: 100%;
		box-sizing: border-box;
	}
}

@media (max-width: 380px) {
	#mener-mapa,
	.mener-mapa-container {
		min-height: clamp(240px, 44dvh, 360px);
		height: clamp(240px, 44dvh, 360px);
	}

	.mener-mapa-tool {
		min-width: 100%;
		padding: 0.5rem 0.65rem;
	}

	.mener-mapa-layers__title {
		font-size: 0.625rem;
	}
}

/* Telemovel em landscape: mapa mais largo e menos alto */
@media (max-width: 960px) and (orientation: landscape) and (max-height: 520px) {
	.mener-mapa-app {
		gap: 0.75rem;
	}

	#mener-mapa,
	.mener-mapa-container {
		min-height: clamp(200px, 68dvh, 360px);
		height: clamp(200px, 68dvh, 360px);
	}

	.mener-mapa-catalog {
		max-height: min(42dvh, 11rem);
	}

	.mener-mapa-sidebar__head {
		padding-bottom: 0.5rem;
	}

	.mener-mapa-layers__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mener-mapa-tool {
		min-width: max(4.75rem, 18%);
		min-height: 2.5rem;
	}
}

.mener-mapa-stats {
	margin: 0 0 1rem;
	font-size: 0.9rem;
	color: var(--mener-texto-suave, #5f6368);
}

#mener-mapa {
	width: 100%;
	max-width: 100%;
	min-height: 560px;
	border-radius: 14px;
	z-index: 1;
	border: 1px solid rgb(15 43 74 / 0.12);
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0 12px 32px rgb(15 43 74 / 0.1);
	-webkit-tap-highlight-color: transparent;
}

.mener-mapa-app.is-ready #mener-mapa {
	animation: mener-mapa-fade 0.45s ease;
}

@keyframes mener-mapa-fade {
	from { opacity: 0.65; }
	to { opacity: 1; }
}

.leaflet-control-zoom a {
	border: 0 !important;
	color: #0f2b4a !important;
	width: 34px !important;
	height: 34px !important;
	line-height: 34px !important;
	font-size: 16px !important;
}

@media (pointer: coarse), (max-width: 960px) {
	.leaflet-control-zoom a {
		width: 44px !important;
		height: 44px !important;
		line-height: 44px !important;
		font-size: 18px !important;
	}
}

.leaflet-control-zoom {
	border: 0 !important;
	border-radius: 10px !important;
	overflow: hidden;
	box-shadow: 0 6px 18px rgb(15 43 74 / 0.16) !important;
}

.mener-mapa-layers {
	margin-top: 0.65rem;
	padding: 0.85rem 0 0;
	border: 0;
	border-top: 1px solid rgb(15 43 74 / 0.12);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.mener-mapa-layers__title {
	margin: 0 0 0.75rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2474c8;
}

.mener-mapa-layers__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(11.5rem, 1fr));
	gap: 0.35rem;
}

.mener-mapa-layer {
	--mener-layer-color: #2474c8;
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-height: 2.55rem;
	padding: 0.4rem 0.65rem;
	border: 0;
	border-left: 3px solid transparent;
	border-radius: 0;
	background: transparent;
	font-size: 0.75rem;
	color: #1a3a5c;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
	user-select: none;
}

.mener-mapa-layer.is-active {
	border-left-color: var(--mener-layer-color);
	background: rgb(15 43 74 / 0.045);
	color: #0f2b4a;
	opacity: 1;
}

.mener-mapa-layer:not(.is-active) {
	opacity: 0.48;
	border-left-color: transparent;
	background: transparent;
}

.mener-mapa-layer:not(.is-active) .mener-mapa-layer__swatch {
	filter: grayscale(1);
	opacity: 0.55;
}

.mener-mapa-layer:hover {
	background: rgb(36 116 200 / 0.07);
	opacity: 1;
}

.mener-mapa-layer__input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.mener-mapa-layer__swatch {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	flex-shrink: 0;
}

.mener-mapa-layer__swatch .mener-map-marker__core,
.mener-mapa-layer__swatch .mener-map-marker__triangle {
	box-shadow: 0 1px 4px rgb(15 43 74 / 0.22);
}

.mener-mapa-layer__swatch .mener-map-marker__core {
	width: 14px;
	height: 14px;
	border-width: 2px;
}

.mener-mapa-layer__swatch.mener-map-marker--star .mener-map-marker__core {
	width: 16px;
	height: 16px;
}

.mener-mapa-layer__swatch.mener-map-marker--diamond .mener-map-marker__core {
	width: 12px;
	height: 12px;
}

.mener-mapa-layer__swatch.mener-map-marker--ring .mener-map-marker__core {
	border-width: 3px;
}

.mener-mapa-layer__swatch.mener-map-marker--triangle .mener-map-marker__triangle {
	border-left-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 14px;
}

.mener-mapa-layer__swatch.mener-map-marker--hex .mener-map-marker__core {
	width: 14px;
	height: 14px;
}

.mener-mapa-layer__swatch--route {
	width: 1.5rem;
	height: 1.5rem;
}

.mener-mapa-layer__route-line {
	display: block;
	width: 100%;
	height: 0;
	border-top: 3px dashed #2474c8;
}

.mener-mapa-layer__icon {
	display: none !important;
}

.mener-mapa-layer__marker {
	display: none !important;
}

.mener-mapa-layer__label {
	font-weight: 600;
	line-height: 1.25;
	flex: 1;
	min-width: 0;
}

.mener-mapa-layer:not(.is-active) .mener-mapa-layer__label {
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	text-decoration-color: rgb(15 43 74 / 0.35);
}

/* Legado — manter estilos antigos caso existam */
.mener-mapa-legend {
	display: none;
}


/* Marcadores Leaflet */
.mener-map-marker {
	background: transparent;
	border: 0;
	transition: transform 0.2s ease;
}

.mener-map-marker.is-hovered,
.mener-map-marker.is-highlighted {
	transform: scale(1.28);
	z-index: 600 !important;
}

.mener-map-marker__pulse {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border-radius: 50%;
	background: var(--mener-marker, #2474c8);
	opacity: 0;
	pointer-events: none;
}

.mener-map-marker.is-highlighted .mener-map-marker__pulse {
	animation: mener-marker-pulse 1.6s ease-out infinite;
}

@keyframes mener-marker-pulse {
	0% { transform: scale(0.8); opacity: 0.45; }
	100% { transform: scale(2.4); opacity: 0; }
}

.mener-map-marker__core {
	display: block;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgb(0 0 0 / 0.28);
	position: relative;
	z-index: 1;
}

.mener-map-cluster {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(145deg, #0f2b4a, #2474c8);
	color: #fff;
	font-weight: 700;
	border: 3px solid #fff;
	box-shadow: 0 6px 16px rgb(15 43 74 / 0.28);
}

.mener-map-cluster span {
	line-height: 1;
}

.mener-map-cluster--sm { width: 36px; height: 36px; font-size: 0.75rem; }
.mener-map-cluster--md { width: 44px; height: 44px; font-size: 0.8125rem; }
.mener-map-cluster--lg { width: 52px; height: 52px; font-size: 0.875rem; }

.mener-map-marker--circle .mener-map-marker__core {
	border-radius: 50%;
}

.mener-map-marker--square .mener-map-marker__core {
	border-radius: 3px;
}

.mener-map-marker--star .mener-map-marker__core {
	width: 20px;
	height: 20px;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.mener-map-marker--diamond .mener-map-marker__core {
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	border-radius: 2px;
}

.mener-map-marker--ring .mener-map-marker__core {
	border-radius: 50%;
	background: #fff !important;
	border: 3px solid currentColor;
	box-sizing: border-box;
}

.mener-map-marker--droplet .mener-map-marker__core {
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
}

.mener-map-marker--triangle .mener-map-marker__triangle {
	display: block;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 16px solid #2474c8;
	filter: drop-shadow(0 2px 4px rgb(0 0 0 / 0.25));
}

.mener-map-marker__core--ring {
	background: #fff !important;
	border: 3px solid #2474c8;
	box-sizing: border-box;
	border-radius: 50%;
}

.mener-map-marker--triangle .mener-map-marker__core {
	display: none;
}

.mener-map-marker--hex .mener-map-marker__core {
	width: 18px;
	height: 18px;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.mener-map-marker--pin .mener-map-marker__core {
	border-radius: 50% 50% 50% 0;
	transform: rotate(45deg);
}

.mener-map-route-label {
	background: transparent;
	border: 0;
}

.mener-map-route-label span {
	display: inline-block;
	padding: 0.15rem 0.5rem;
	border-radius: 999px;
	background: rgb(255 255 255 / 0.95);
	border: 1px solid rgb(61 154 110 / 0.35);
	box-shadow: 0 2px 6px rgb(0 0 0 / 0.12);
	font-size: 0.6875rem;
	font-weight: 700;
	color: #1f2937;
	white-space: nowrap;
}

/* Tooltip — legenda ao passar o rato */
.mener-map-tooltip {
	background: rgb(255 255 255 / 0.98) !important;
	border: 1px solid rgb(36 116 200 / 0.28) !important;
	border-radius: 10px !important;
	box-shadow: 0 8px 22px rgb(15 43 74 / 0.16) !important;
	padding: 0.5rem 0.75rem !important;
	color: #0f2b4a !important;
	pointer-events: none;
}

.leaflet-tooltip-top.mener-map-tooltip::before {
	border-top-color: rgb(36 116 200 / 0.28) !important;
}

.mener-map-tooltip__title {
	display: block;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.3;
}

.mener-map-tooltip__type {
	display: block;
	margin-top: 0.1rem;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #2474c8;
}

.mener-map-tooltip__locality {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.6875rem;
	color: #4a6a8a;
}

/* Popup / cartão de detalhe */
.mener-map-popup-wrap {
	z-index: 1100 !important;
}

.mener-mapa-map-shell .leaflet-pane.leaflet-popup-pane {
	z-index: 1100 !important;
}

.mener-map-popup-wrap .leaflet-popup-content-wrapper {
	border-radius: 16px;
	box-shadow: 0 18px 40px rgb(15 43 74 / 0.2);
	border: 1px solid rgb(15 43 74 / 0.1);
	padding: 0;
	overflow: hidden;
	background: #fff;
}

.mener-map-popup-wrap .leaflet-popup-tip {
	background: #fff;
	box-shadow: none;
}

.mener-map-popup-wrap .leaflet-popup-content {
	margin: 0;
	line-height: 1.45;
	min-width: 240px;
	max-width: 320px;
}

.mener-map-popup {
	padding: 0.95rem 1rem 1rem;
	color: #1a3a5c;
}

.mener-map-popup__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.45rem;
}

.mener-map-popup__heading {
	display: block;
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f2b4a;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.mener-map-popup__place {
	margin: 0.3rem 0 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #2474c8;
	line-height: 1.35;
}

.mener-map-popup__type {
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #2474c8;
}

.mener-map-popup__badge {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: rgb(36 116 200 / 0.12);
	color: #0f2b4a;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.mener-map-popup__meta-grid {
	display: grid;
	gap: 0.45rem;
	margin-top: 0.85rem;
	padding: 0.75rem 0.8rem;
	border-radius: 12px;
	background: rgb(15 43 74 / 0.04);
	border: 1px solid rgb(15 43 74 / 0.06);
}

.mener-map-popup__meta {
	display: grid;
	grid-template-columns: minmax(5.5rem, 34%) minmax(0, 1fr);
	gap: 0.55rem;
	align-items: start;
	margin: 0;
	font-size: 0.75rem;
}

.mener-map-popup__meta-label {
	color: #4a6a8a;
	font-weight: 600;
}

.mener-map-popup__meta-value {
	color: #0f2b4a;
	font-weight: 700;
	text-align: left;
	overflow-wrap: anywhere;
	line-height: 1.35;
}

.mener-map-popup__summary {
	margin: 0.8rem 0 0;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #1a3a5c;
}

.mener-map-popup__actions {
	margin-top: 0.95rem;
}

.mener-map-popup__cta {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
	box-sizing: border-box;
	min-height: 2.75rem;
	padding: 0.7rem 1rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #0f2b4a 0%, #1a4a7a 55%, #2474c8 100%);
	color: #fff !important;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: 0 8px 18px rgb(36 116 200 / 0.28);
	transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}

.mener-map-popup__cta:hover,
.mener-map-popup__cta:focus-visible {
	filter: brightness(1.06);
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgb(36 116 200 / 0.34);
	outline: none;
}

.mener-map-popup__cta-arrow {
	font-size: 1.05rem;
	line-height: 1;
	opacity: 0.95;
}

/* legado */
.mener-map-popup__link {
	margin: 0.75rem 0 0;
	font-size: 0.8125rem;
}

.mener-map-popup__link a {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #0f2b4a, #2474c8);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.mener-map-popup__link a:hover {
	filter: brightness(1.08);
	text-decoration: none;
}

.mener-map-route-label span {
	border-color: rgb(36 116 200 / 0.35);
	color: #0f2b4a;
}

.mener-projetos-destaque {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.5rem;
}

/* Documentos — abas */
.mener-doc-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 0.75rem;
}

.mener-doc-tabs button {
	border: 1px solid #e0e0e0;
	background: #fff;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	font-weight: 600;
	font-size: 0.875rem;
	cursor: pointer;
	color: #424242;
}

.mener-doc-tabs button.is-active {
	background: var(--mener-verde, #2474c8);
	border-color: var(--mener-verde, #2474c8);
	color: #fff;
}

.mener-doc-panel {
	display: none;
}

.mener-doc-panel.is-active {
	display: block;
}

.mener-doc-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.mener-doc-card {
	border: 1px solid #e0e0e0;
	background: #fff;
	padding: 1.25rem;
	border-radius: 8px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
	min-height: 200px;
	display: flex;
	flex-direction: column;
}

.mener-doc-card h3 {
	margin: 0.75rem 0 0.5rem;
	font-size: 1.05rem;
	color: #212121;
}

.mener-doc-card p {
	flex: 1;
	font-size: 0.9rem;
	color: #5f6368;
	margin: 0 0 1rem;
}

.mener-doc-card a.mener-doc-link {
	color: var(--mener-azul, #0f2b4a);
	font-weight: 600;
	text-decoration: none;
}

.mener-doc-card a.mener-doc-link:hover {
	text-decoration: underline;
}

/* Concursos */
.mener-concurso-card {
	border: 1px solid #e0e0e0;
	background: #fff;
	border-radius: 8px;
	padding: 1.25rem;
	margin-bottom: 1rem;
}

.mener-concurso-card h2 {
	margin: 0 0 0.5rem;
	font-size: 1.125rem;
}

.mener-concurso-card h2 a {
	color: var(--mener-azul, #0f2b4a);
	text-decoration: none;
}

.mener-badge--aberto { background: #e8f1fa; color: var(--mener-sea, #2474c8); }
.mener-badge--encerrado { background: #fce4ec; color: #c62828; }
.mener-badge--adjudicado { background: #e3f2fd; color: #2474c8; }
