/* LUNARA FORGE V26 - cleanup definitivo home + una sola live card
   Scopo: tenere grafica stabile V22/V25, rimuovere override vecchi e residui DB/Login. */

html body[data-lunara-patch="forge-v26-clean-live"] .lunara-shell{
	display:grid!important;
	grid-template-columns:minmax(270px,325px) minmax(0,980px)!important;
	align-items:start!important;
	gap:18px!important;
	max-width:1320px!important;
	margin:0 auto!important;
	padding:0 16px 48px!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-left-stack{width:100%!important;max-width:325px!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:16px!important;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-main-stack{min-width:0!important;width:100%!important;display:flex!important;flex-direction:column!important;gap:16px!important;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-event-card{width:100%!important;max-width:100%!important;grid-column:auto!important;}

/* Blocchi/override vecchi che avevano creato duplicati e testi fuori posto */
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-service-grid,
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-service-row,
html body[data-lunara-patch="forge-v26-clean-live"] [data-live-field="database"],
html body[data-lunara-patch="forge-v26-clean-live"] [data-live-field="login"],
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-online-source,
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-hud,
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-v17-hud,
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-v12-dashboard-grid{
	display:none!important;
	visibility:hidden!important;
	width:0!important;
	height:0!important;
	max-height:0!important;
	margin:0!important;
	padding:0!important;
	overflow:hidden!important;
}

html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-card-body{padding:18px 18px 16px!important;}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list{margin:0!important;padding:0!important;list-style:none!important;}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list li{
	display:flex!important;
	align-items:center!important;
	justify-content:space-between!important;
	gap:10px!important;
	min-height:36px!important;
	padding:8px 0!important;
	border-bottom:1px solid rgba(135,220,255,.14)!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list li:last-child{border-bottom:0!important;}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list span{font-weight:800!important;color:#f3e4c9!important;font-size:13px!important;}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list i{color:#68ddff!important;margin-right:7px!important;}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list b{font-weight:950!important;color:#9df2ff!important;text-shadow:0 0 10px rgba(88,220,255,.35)!important;}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .is-syncing{opacity:.72!important;}

html body[data-lunara-patch="forge-v26-clean-live"] .lunara-status-dot{
	margin-bottom:14px!important;
	padding:9px 10px!important;
	border:1px solid rgba(94,255,177,.18)!important;
	border-radius:12px!important;
	background:rgba(67,255,170,.07)!important;
	color:#78ffbd!important;
	font-size:12px!important;
	font-weight:950!important;
	text-transform:uppercase!important;
	letter-spacing:.6px!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-status-dot span{display:inline-block!important;width:8px!important;height:8px!important;margin-right:8px!important;border-radius:50%!important;background:#55ffad!important;box-shadow:0 0 12px #55ffad!important;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-status-dot.is-offline{border-color:rgba(255,92,92,.28)!important;background:rgba(255,65,65,.07)!important;color:#ff8b8b!important;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-status-dot.is-offline span{background:#ff5c5c!important;box-shadow:0 0 12px #ff5c5c!important;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-status-dot.is-syncing{border-color:rgba(120,220,255,.22)!important;background:rgba(80,190,255,.06)!important;color:#9eeaff!important;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-status-dot.is-syncing span{background:#8ae7ff!important;box-shadow:0 0 12px #8ae7ff!important;}

html body[data-lunara-patch="forge-v26-clean-live"] .lunara-channel-list{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:12px!important;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-channel-pill{position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-height:38px!important;padding:10px 12px 10px 28px!important;border:1px solid rgba(118,215,255,.14)!important;background:linear-gradient(90deg,rgba(5,21,33,.94),rgba(2,10,18,.94))!important;border-radius:13px!important;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-channel-pill:before{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#ff5f5f;box-shadow:0 0 14px rgba(255,95,95,.45)}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-channel-pill.is-online:before{background:#5dffb1;box-shadow:0 0 14px rgba(93,255,177,.5)}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-channel-pill b{color:#fff0cc!important;font-size:12px!important;font-weight:950!important;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-channel-pill span{font-size:11px!important;font-weight:950!important;text-transform:uppercase!important;color:#ff7878!important;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-channel-pill.is-online span{color:#5dffb1!important;}

@media (max-width: 980px){
	html body[data-lunara-patch="forge-v26-clean-live"] .lunara-shell{grid-template-columns:1fr!important;padding:0 12px 76px!important;}
	html body[data-lunara-patch="forge-v26-clean-live"] .lunara-left-stack{max-width:none!important;}
}


/* LUNARA FORGE V27 - replica mirata: Discord strip + Server Stats + logo sinistro rimosso */
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-brand-no-logo{min-width:0!important;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-logo{display:none!important;visibility:hidden!important;width:0!important;margin:0!important;padding:0!important;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-discord-strip{
	grid-column:1/-1!important;
	display:grid!important;
	grid-template-columns:54px minmax(0,1fr) auto!important;
	align-items:center!important;
	gap:14px!important;
	min-height:78px!important;
	padding:15px 18px!important;
	border:1px solid rgba(126,226,255,.18)!important;
	border-radius:14px!important;
	background:linear-gradient(90deg,rgba(31,24,54,.94),rgba(23,15,17,.94))!important;
	box-shadow:0 18px 55px rgba(0,0,0,.58),inset 0 0 0 1px rgba(255,255,255,.035)!important;
	overflow:hidden!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-discord-strip:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(118,120,255,.13),transparent 38%,rgba(214,167,90,.08));pointer-events:none;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-discord-icon{position:relative;z-index:1;width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(83,96,255,.36),rgba(40,39,88,.38));border:1px solid rgba(145,154,255,.25);box-shadow:0 0 22px rgba(100,115,255,.2);}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-discord-icon i{font-size:25px;color:#dfe3ff;text-shadow:0 0 14px rgba(121,137,255,.55);}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-discord-copy{position:relative;z-index:1;display:flex;flex-direction:column;line-height:1.25;min-width:0;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-discord-copy small{color:#b8b7ff;text-transform:uppercase;font-weight:950;letter-spacing:1.1px;font-size:10px;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-discord-copy strong{color:#fff3d8;font-weight:950;font-size:14px;text-transform:none;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-discord-copy span{color:#decbb4;font-size:12px;font-weight:700;white-space:normal;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-discord-btn{position:relative;z-index:1;border-radius:22px!important;border:1px solid rgba(143,148,255,.35)!important;background:linear-gradient(180deg,rgba(54,50,93,.95),rgba(32,28,55,.95))!important;color:#fff4dc!important;text-transform:uppercase!important;font-size:11px!important;font-weight:950!important;letter-spacing:.6px!important;box-shadow:inset 0 0 16px rgba(145,154,255,.12)!important;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-discord-btn i{margin-left:6px;font-size:10px;}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-stat-intro{margin:0 0 12px!important;color:#ddc8a8!important;font-size:12px!important;font-weight:700!important;line-height:1.45!important;}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27{display:flex!important;flex-direction:column!important;gap:9px!important;}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27 li{
	position:relative!important;
	min-height:52px!important;
	padding:10px 12px!important;
	border:1px solid rgba(214,167,90,.16)!important;
	border-bottom:1px solid rgba(214,167,90,.16)!important;
	border-radius:13px!important;
	background:linear-gradient(90deg,rgba(27,22,20,.94),rgba(16,10,10,.96))!important;
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 8px 20px rgba(0,0,0,.22)!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27 li.is-main-online{background:linear-gradient(90deg,rgba(35,32,22,.96),rgba(13,30,22,.82))!important;border-color:rgba(93,255,177,.22)!important;}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27 li.is-main-online:after{content:"";width:7px;height:7px;border-radius:50%;background:#5dffb1;box-shadow:0 0 12px rgba(93,255,177,.85);margin-left:2px;}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27 span{display:flex!important;align-items:center!important;gap:9px!important;color:#e8d2ad!important;font-size:13px!important;font-weight:850!important;}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27 i{width:28px!important;height:28px!important;margin-right:0!important;border-radius:9px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#f4c77c!important;background:linear-gradient(180deg,rgba(128,82,35,.55),rgba(32,22,16,.75))!important;border:1px solid rgba(214,167,90,.2)!important;box-shadow:0 0 12px rgba(214,167,90,.10)!important;}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27 b{color:#fff6e7!important;font-size:14px!important;font-weight:950!important;text-shadow:0 0 10px rgba(214,167,90,.18)!important;}

@media (max-width: 980px){
	html body[data-lunara-patch="forge-v26-clean-live"] .lunara-discord-strip{grid-template-columns:44px 1fr!important;gap:12px!important;}
	html body[data-lunara-patch="forge-v26-clean-live"] .lunara-discord-btn{grid-column:1/-1!important;width:100%!important;}
}


/* LUNARA FORGE V28 - microfix: testo Server Stats allineato, Discord senza link, Registrati come Login */
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-discord-btn-disabled{
	pointer-events:none!important;
	cursor:default!important;
	opacity:.78!important;
	filter:saturate(.75)!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-discord-btn-disabled i{margin-left:7px!important;}

html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27 li{
	display:flex!important;
	align-items:center!important;
	justify-content:flex-start!important;
	gap:10px!important;
	width:100%!important;
	box-sizing:border-box!important;
	padding:10px 12px!important;
	overflow:hidden!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27 li span{
	flex:1 1 auto!important;
	min-width:0!important;
	display:flex!important;
	align-items:center!important;
	gap:9px!important;
	white-space:nowrap!important;
	overflow:hidden!important;
	text-overflow:ellipsis!important;
	line-height:1.15!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27 li span i{
	flex:0 0 28px!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27 li b{
	flex:0 0 auto!important;
	min-width:42px!important;
	margin-left:auto!important;
	text-align:right!important;
	line-height:1!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27 li.is-main-online{
	padding-right:28px!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27 li.is-main-online:after{
	position:absolute!important;
	right:12px!important;
	top:50%!important;
	transform:translateY(-50%)!important;
	margin-left:0!important;
}

html body[data-lunara-patch="forge-v26-clean-live"] .lunara-nav-buttons .lunara-nav-register-btn,
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-nav-buttons .button.is-primary.open-modal{
	border:1px solid rgba(214,122,55,.52)!important;
	background:linear-gradient(180deg,rgba(150,78,42,.95),rgba(96,42,25,.95))!important;
	color:#fff2db!important;
	box-shadow:inset 0 0 14px rgba(255,203,128,.10),0 8px 22px rgba(0,0,0,.30)!important;
	text-transform:uppercase!important;
	font-weight:950!important;
	letter-spacing:.45px!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-nav-buttons .lunara-nav-register-btn:hover,
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-nav-buttons .button.is-primary.open-modal:hover{
	filter:brightness(1.08)!important;
}

@media (max-width: 380px){
	html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27 span{font-size:12px!important;}
	html body[data-lunara-patch="forge-v26-clean-live"] [data-lunara-single-live] .lunara-stat-list-v27 b{min-width:32px!important;font-size:13px!important;}
}


/* ==============================
   LUNARA WORLDMAP V1 - anonymous live player dots
   ============================== */
.lunara-worldmap-head small b{color:#7ee2ff;font-weight:950}.lunara-worldmap-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px 0;position:relative;z-index:2}.lunara-worldmap-status{color:#9fb8c8;font-size:12px;text-transform:uppercase;letter-spacing:.4px}.lunara-worldmap-select{min-width:190px;border:1px solid rgba(126,226,255,.24);background:rgba(2,8,13,.88);color:#eafcff;border-radius:8px;padding:8px 12px;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.lunara-live-worldmap-wrap{isolation:isolate}.lunara-live-worldmap-layer{position:absolute;inset:0;z-index:5;pointer-events:none}.lunara-live-player-dot{position:absolute;width:10px;height:10px;margin-left:-5px;margin-top:-5px;border-radius:50%;background:#7ee2ff;box-shadow:0 0 0 4px rgba(126,226,255,.12),0 0 18px rgba(126,226,255,.85);animation:lunaraLivePulse 1.8s ease-in-out infinite}.lunara-live-player-dot:after{content:"";position:absolute;inset:-5px;border-radius:50%;border:1px solid rgba(126,226,255,.34);animation:lunaraLiveRing 1.8s ease-out infinite}.lunara-live-player-dot.empire-1{background:#ff6b6b;box-shadow:0 0 0 4px rgba(255,107,107,.12),0 0 18px rgba(255,107,107,.72)}.lunara-live-player-dot.empire-2{background:#ffd36b;box-shadow:0 0 0 4px rgba(255,211,107,.12),0 0 18px rgba(255,211,107,.72)}.lunara-live-player-dot.empire-3{background:#7ee2ff;box-shadow:0 0 0 4px rgba(126,226,255,.12),0 0 18px rgba(126,226,255,.85)}.lunara-live-map-info{z-index:6;pointer-events:none}.lunara-live-map-info span{color:#b9d9e9}@keyframes lunaraLivePulse{0%,100%{transform:scale(.92);opacity:.82}50%{transform:scale(1.18);opacity:1}}@keyframes lunaraLiveRing{0%{transform:scale(.65);opacity:.7}100%{transform:scale(1.65);opacity:0}}@media(max-width:720px){.lunara-worldmap-toolbar{display:block}.lunara-worldmap-status{margin-bottom:8px}.lunara-worldmap-select{width:100%}.lunara-live-player-dot{width:8px;height:8px;margin-left:-4px;margin-top:-4px}}


/* LUNARA_FORGE_V32_REAL_ATLAS - Living World Map: minimappe reali client */
.lunara-v12-world-panel.realm-jinno{--realm-accent:#7ee2ff;--realm-glow:rgba(126,226,255,.34)}
.lunara-v12-world-panel.realm-shinsoo{--realm-accent:#ff7667;--realm-glow:rgba(255,118,103,.30)}
.lunara-v12-world-panel.realm-chunjo{--realm-accent:#ffd978;--realm-glow:rgba(255,217,120,.28)}
.lunara-v12-world-panel[data-lunara-worldmap]{position:relative;overflow:hidden;border-color:rgba(126,226,255,.16)}
.lunara-v12-world-panel[data-lunara-worldmap]:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 22% 10%,var(--realm-glow),transparent 28%),radial-gradient(circle at 78% 0,rgba(255,255,255,.05),transparent 22%);pointer-events:none;z-index:0}
.lunara-worldmap-toolbar{border-top:1px solid rgba(255,255,255,.035);margin-top:2px}
.lunara-worldmap-status{color:#b8d3df}.lunara-worldmap-status:before{content:"";display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:var(--realm-accent,#7ee2ff);box-shadow:0 0 12px var(--realm-accent,#7ee2ff)}
.lunara-worldmap-select{border-color:color-mix(in srgb,var(--realm-accent,#7ee2ff) 38%, transparent);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 0 18px var(--realm-glow)}
.lunara-worldmap-realms{display:flex;gap:8px;flex-wrap:wrap;padding:10px 14px 0;position:relative;z-index:2}.realm-pill{font-size:11px;letter-spacing:.7px;text-transform:uppercase;font-weight:900;border-radius:999px;padding:6px 10px;background:rgba(4,12,18,.72);border:1px solid rgba(255,255,255,.08);color:#cde8f0}.realm-jinno-pill{color:#9eeaff;border-color:rgba(126,226,255,.28)}.realm-shinsoo-pill{color:#ffafa6;border-color:rgba(255,118,103,.28)}.realm-chunjo-pill{color:#ffe2a0;border-color:rgba(255,217,120,.28)}
.lunara-live-worldmap-wrap{background:linear-gradient(180deg,rgba(3,9,13,.92),rgba(5,13,18,.98));border:1px solid rgba(255,255,255,.07);box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 20px 60px rgba(0,0,0,.34)}
.lunara-live-worldmap-wrap img[data-worldmap-image]{display:block;width:100%;height:auto;filter:saturate(1.08) contrast(1.06) brightness(.92);transition:opacity .22s ease,filter .22s ease}.realm-shinsoo .lunara-live-worldmap-wrap img[data-worldmap-image]{filter:saturate(1.12) contrast(1.08) brightness(.90)}.realm-chunjo .lunara-live-worldmap-wrap img[data-worldmap-image]{filter:saturate(1.10) contrast(1.05) brightness(.93)}
.lunara-live-worldmap-wrap:before{content:"";position:absolute;inset:0;z-index:4;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:8.333% 8.333%;mix-blend-mode:screen;opacity:.45}.lunara-live-worldmap-wrap:after{content:"";position:absolute;inset:0;z-index:4;pointer-events:none;box-shadow:inset 0 0 80px rgba(0,0,0,.48),inset 0 0 0 1px var(--realm-glow)}
.lunara-live-player-dot{z-index:8;width:11px;height:11px;margin-left:-5.5px;margin-top:-5.5px;border:2px solid rgba(255,255,255,.82)}.lunara-live-player-dot.realm-jinno{background:#7ee2ff;box-shadow:0 0 0 5px rgba(126,226,255,.14),0 0 22px rgba(126,226,255,.95)}.lunara-live-player-dot.realm-shinsoo{background:#ff7667;box-shadow:0 0 0 5px rgba(255,118,103,.14),0 0 22px rgba(255,118,103,.90)}.lunara-live-player-dot.realm-chunjo{background:#ffd978;box-shadow:0 0 0 5px rgba(255,217,120,.16),0 0 22px rgba(255,217,120,.85)}
.lunara-live-map-info{border-color:var(--realm-glow);box-shadow:0 0 24px rgba(0,0,0,.25),0 0 26px var(--realm-glow)}.lunara-live-map-info b{color:#f3fbff}.lunara-live-map-info b:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--realm-accent,#7ee2ff);box-shadow:0 0 12px var(--realm-accent,#7ee2ff);margin-right:8px}
@media(max-width:720px){.lunara-worldmap-realms{padding:8px 10px 0}.realm-pill{font-size:10px;padding:5px 8px}.lunara-live-player-dot{width:9px;height:9px;margin-left:-4.5px;margin-top:-4.5px}}


/* LUNARA_FORGE_V32_REAL_ATLAS - mantiene intero l'atlas 1:1, senza crop, per allineare le coordinate reali */
.lunara-live-worldmap-wrap img[data-worldmap-image]{aspect-ratio:1/1;object-fit:contain;background:rgba(2,8,12,.92)}


/* ==============================
   LUNARA_FORGE_V34_COMPACT_LIVE_MAP
   - mappa piu' piccola visivamente
   - mantiene data-lunara-patch forge-v26-clean-live
   - non altera coordinate/API
   ============================== */
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-tabs-bar a[href="#lunara-world-map"]{
	border-color:rgba(126,226,255,.28)!important;
	background:linear-gradient(180deg,rgba(18,54,70,.72),rgba(8,22,31,.82))!important;
	color:#dff9ff!important;
	box-shadow:inset 0 0 14px rgba(126,226,255,.08),0 8px 22px rgba(0,0,0,.22)!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-tabs-bar a[href="#lunara-world-map"] i{
	color:#7ee2ff!important;
	text-shadow:0 0 12px rgba(126,226,255,.45)!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-v12-world-panel[data-lunara-worldmap]{
	max-width:720px!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:620px!important;
	margin-left:auto!important;
	margin-right:auto!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-worldmap-wrap{
	width:min(100%,560px)!important;
	max-width:560px!important;
	margin:14px auto 18px!important;
	border-radius:16px!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-worldmap-wrap img[data-worldmap-image]{
	width:100%!important;
	max-width:560px!important;
	margin:0 auto!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-map-info{
	left:12px!important;
	bottom:12px!important;
	right:12px!important;
	max-width:calc(100% - 24px)!important;
}
@media(max-width:980px){
	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-live-worldmap-wrap{width:min(100%,520px)!important;max-width:520px!important;}
}
@media(max-width:640px){
	html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-worldmap-wrap{width:100%!important;max-width:100%!important;margin-top:12px!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:100%!important;}
}


/* ==============================
   LUNARA_FORGE_V35_WORLD_MAP_SIZE
   - mappa ancora piu' compatta
   - non tocca JS/API/coordinate
   - mantiene il layout forge-v26-clean-live stabile
   ============================== */
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-v12-world-panel[data-lunara-worldmap]{
	max-width:620px!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:540px!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-worldmap-wrap{
	width:min(100%,440px)!important;
	max-width:440px!important;
	margin:12px auto 16px!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-worldmap-wrap img[data-worldmap-image]{
	width:100%!important;
	max-width:440px!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-map-info{
	left:10px!important;
	right:10px!important;
	bottom:10px!important;
	max-width:calc(100% - 20px)!important;
	padding:12px 14px!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-map-info b{
	font-size:14px!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-map-info span{
	font-size:12px!important;
}
@media(max-width:980px){
	html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-worldmap-wrap{
		width:min(100%,420px)!important;
		max-width:420px!important;
	}
}
@media(max-width:640px){
	html body[data-lunara-patch="forge-v26-clean-live"] .lunara-live-worldmap-wrap{
		width:100%!important;
		max-width:100%!important;
	}
}


/* ==============================
   LUNARA_FORGE_V36_HOME_TABS
   - Live Map non visibile di default
   - i tab sostituiscono il contenuto news/live map senza rompere il layout V26
   ============================== */
html body[data-lunara-patch="forge-v26-clean-live"] .is-lunara-tab-hidden{
	display:none!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-tabs-bar a[data-lunara-tab="live-map"]{
	border-color:rgba(126,226,255,.28)!important;
	background:linear-gradient(180deg,rgba(18,54,70,.72),rgba(8,22,31,.82))!important;
	color:#dff9ff!important;
	box-shadow:inset 0 0 14px rgba(126,226,255,.08),0 8px 22px rgba(0,0,0,.22)!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-tabs-bar a[data-lunara-tab="live-map"] i{
	color:#7ee2ff!important;
	text-shadow:0 0 12px rgba(126,226,255,.45)!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] .lunara-tabs-bar a.is-active{
	box-shadow:inset 0 0 18px rgba(116,201,255,.16),0 0 24px rgba(35,137,255,.20)!important;
}
html body[data-lunara-patch="forge-v26-clean-live"] #lunara-world-map{
	margin-top:0!important;
}
