.wt-live-map-updated{font-size:12px;color:var(--muted,#b9afc2);font-weight:600}
.wt-live-map-message{margin:0 0 12px;padding:9px 12px;border:1px solid rgba(208,44,255,.7);border-radius:7px;background:rgba(5,2,8,.92);color:#fff;text-align:center;box-shadow:0 0 20px rgba(208,44,255,.22)}
.wt-live-map-legend{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:10px;font-size:11px}
.wt-live-map-legend .legend-dot.parcel{background:#68ff12;color:#68ff12}
.wt-live-map-legend .legend-dot.owned{background:#22e9ff;color:#22e9ff}
.wt-live-map-legend .legend-dot.region{background:#b331ff;color:#b331ff}
.wt-fixed-map-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,340px));justify-content:start;gap:14px;width:100%;min-width:0}
.wt-fixed-map-grid[hidden]{display:none!important}
.wt-fixed-map-card{min-width:0;width:100%;padding:12px;border:1px solid rgba(208,44,255,.42);border-radius:8px;background:linear-gradient(180deg,rgba(18,9,27,.88),rgba(4,4,8,.96));box-shadow:inset 0 0 24px rgba(208,44,255,.06)}
.wt-fixed-map-card h3{margin:0 0 4px;color:#fff;font-size:14px;line-height:1.2}
.wt-fixed-map-summary{margin:4px 0 9px;font-size:11px;line-height:1.35}
.wt-fixed-map-tile{position:relative;width:100%;aspect-ratio:1/1;border:1px solid rgba(208,44,255,.45);border-radius:6px;background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden;touch-action:none;user-select:none}
.wt-fixed-map-missing{display:grid;place-items:center;min-height:210px;padding:20px;border:1px solid rgba(208,44,255,.35);border-radius:6px;background:#07030b;color:var(--muted,#b9afc2);font-size:11px;text-align:center}
.wt-fixed-map-dot{position:absolute;display:block;width:12px;height:12px;border-radius:50%;transform:translate(-50%,-50%);border:2px solid #050505;box-shadow:0 0 13px currentColor;pointer-events:auto;cursor:help;z-index:5}
.wt-fixed-map-dot:focus-visible,.wt-fixed-map-dot:hover{outline:2px solid #fff;outline-offset:3px;filter:brightness(1.25)}
.wt-fixed-map-dot.terminal{width:16px;height:16px;color:#f4a300;background:#f4a300}
.wt-fixed-map-dot.parcel{color:#68ff12;background:#68ff12}
.wt-fixed-map-dot.owned{color:#22e9ff;background:#22e9ff}
.wt-fixed-map-dot.region{color:#b331ff;background:#b331ff}
.wt-fixed-map-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:9px;font-size:11px}
.wt-fixed-map-footer a{font-weight:700}
.wt-live-map-empty{grid-column:1/-1;padding:26px 18px;border:1px solid rgba(208,44,255,.42);border-radius:8px;background:rgba(8,3,13,.78);color:var(--muted,#b9afc2);text-align:center}
@media(max-width:820px){.wt-live-map-updated{display:block;margin-top:5px}.wt-live-map-section .section-head{display:block!important}.wt-fixed-map-grid{grid-template-columns:repeat(auto-fit,minmax(240px,320px))}}
@media(max-width:700px){.wt-fixed-map-grid{grid-template-columns:1fr}.wt-fixed-map-card{max-width:420px}}

/* Dashboard restoration Pass 7: stable, evenly packed fixed-map cards. */
.watchtower-dashboard .wt-fixed-map-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  justify-content:stretch;
  gap:8px;
}
.watchtower-dashboard .wt-fixed-map-card{
  display:flex;
  flex-direction:column;
  min-height:0;
  padding:10px;
}
.watchtower-dashboard .wt-fixed-map-card h3{
  min-height:34px;
  display:grid;
  place-items:end center;
  text-align:center;
  overflow-wrap:anywhere;
}
.watchtower-dashboard .wt-fixed-map-summary{
  min-height:30px;
  margin:0 0 7px;
  text-align:center;
}
.watchtower-dashboard .wt-fixed-map-footer{margin-top:auto}
.watchtower-dashboard .wt-live-map-legend{justify-content:center}
.watchtower-dashboard .wt-fixed-map-grid[aria-busy="true"]{opacity:.86}
@media(max-width:1380px){.watchtower-dashboard .wt-fixed-map-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1080px){.watchtower-dashboard .wt-fixed-map-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.watchtower-dashboard .wt-fixed-map-grid{grid-template-columns:1fr}.watchtower-dashboard .wt-fixed-map-card{max-width:460px;margin:0 auto}}

/* Dashboard restoration Pass 8: resilient interaction and visible marker details. */
.watchtower-dashboard .wt-fixed-map-dot{
  appearance:none;
  padding:0;
  font:inherit;
}
.watchtower-dashboard .wt-map-marker-detail{
  min-height:48px;
  margin:10px auto 0;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:7px;
  background:rgba(0,0,0,.34);
  color:var(--muted,#b9afc2);
  font-size:11px;
  line-height:1.45;
  text-align:center;
  white-space:pre-line;
}
.watchtower-dashboard .wt-map-marker-detail.has-selection{
  border-color:rgba(34,233,255,.55);
  color:#fff;
  box-shadow:inset 0 0 18px rgba(34,233,255,.06);
}
.watchtower-dashboard .wt-fixed-map-summary{overflow-wrap:anywhere}
@media(max-width:760px){
  .watchtower-dashboard .wt-map-marker-detail{text-align:left}
}
