/* Lunara Living World Map - V44 Smooth HD Minimap */
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-worldmap-wrap{
	width:390px!important;
	max-width:390px!important;
	margin:14px auto 0!important;
	aspect-ratio:171 / 214!important;
	background:rgba(2,8,12,.92)!important;
	transform:none!important;
	will-change:auto!important;
	contain:layout paint!important;
}

html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-worldmap-wrap img[data-worldmap-image]{
	display:block!important;
	width:100%!important;
	height:auto!important;
	max-width:100%!important;
	aspect-ratio:171 / 214!important;
	object-fit:fill!important;
	background:transparent!important;
	opacity:1!important;
	filter:none!important;
	-webkit-filter:none!important;
	image-rendering:auto!important;
	transform:none!important;
	will-change:auto!important;
	transition:none!important;
	backface-visibility:visible!important;
}

/* Nessun velo sopra la minimappa */
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-worldmap-wrap:before{
	display:none!important;
	content:none!important;
}

html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-worldmap-wrap:after{
	box-shadow:inset 0 0 0 1px var(--realm-glow)!important;
	background:none!important;
	pointer-events:none!important;
}

html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-worldmap-layer{
	position:absolute!important;
	inset:0!important;
	z-index:5!important;
	pointer-events:none!important;
	transform:none!important;
	will-change:auto!important;
}

html body[data-lunara-patch="forge-v26-clean-live"] .lunara-v12-world-panel[data-lunara-worldmap]{
	max-width:470px!important;
	margin-left:auto!important;
	margin-right:auto!important;
}

html body[data-lunara-patch="forge-v26-clean-live"] .lunara-v12-world-panel[data-lunara-worldmap] .lunara-v12-section-head,
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-v12-world-panel[data-lunara-worldmap] .lunara-worldmap-toolbar,
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-v12-world-panel[data-lunara-worldmap] .lunara-worldmap-realms{
	max-width:390px!important;
	margin-left:auto!important;
	margin-right:auto!important;
}

html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-map-info{
	max-width:calc(100% - 20px)!important;
}

html body[data-lunara-patch="forge-v26-clean-live"] .realm-pill{
	font-size:10px!important;
	padding:5px 9px!important;
	letter-spacing:.7px!important;
}

/* Puntini piccoli, statici e leggeri */
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-player-dot{
	width:4px!important;
	height:4px!important;
	margin-left:-2px!important;
	margin-top:-2px!important;
	border-radius:50%!important;
	background:#7ee2ff!important;
	border:1px solid rgba(255,255,255,.68)!important;
	box-shadow:0 0 4px rgba(126,226,255,.75)!important;
	animation:none!important;
	transform:none!important;
	will-change:auto!important;
}

html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-player-dot:after{
	display:none!important;
	content:none!important;
}

html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-player-dot.empire-1{
	background:#ff6b6b!important;
	box-shadow:0 0 4px rgba(255,107,107,.70)!important;
}

html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-player-dot.empire-2{
	background:#ffd36b!important;
	box-shadow:0 0 4px rgba(255,211,107,.70)!important;
}

html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-player-dot.empire-3{
	background:#7ee2ff!important;
	box-shadow:0 0 4px rgba(126,226,255,.75)!important;
}

@media(max-width:720px){
	html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-worldmap-wrap{
		width:min(100%,342px)!important;
		max-width:342px!important;
	}
	html body[data-lunara-patch="forge-v26-clean-live"] .lunara-v12-world-panel[data-lunara-worldmap]{
		max-width:100%!important;
	}
	html body[data-lunara-patch="forge-v26-clean-live"] .lunara-v12-world-panel[data-lunara-worldmap] .lunara-v12-section-head,
	html body[data-lunara-patch="forge-v26-clean-live"] .lunara-v12-world-panel[data-lunara-worldmap] .lunara-worldmap-toolbar,
	html body[data-lunara-patch="forge-v26-clean-live"] .lunara-v12-world-panel[data-lunara-worldmap] .lunara-worldmap-realms{
		width:min(100%,342px)!important;
		max-width:342px!important;
	}
	html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-player-dot{
		width:3px!important;
		height:3px!important;
		margin-left:-1.5px!important;
		margin-top:-1.5px!important;
	}
}
