.ref-galaxy-stage { min-height: calc(100dvh - 86px); }
.ref-galaxy-nebula img { object-fit:cover;filter:brightness(.26) saturate(.85);transform:scale(1.06); }
.ref-galaxy-stage::after { content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,10,19,.48),rgba(3,10,19,.2) 35%,rgba(3,10,19,.62));pointer-events:none; }
.ref-galaxy-toolbar { position:absolute;z-index:4;top:14px;left:16px;right:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:10px;border-bottom:1px solid rgba(105,184,239,.14); }
.ref-galaxy-toolbar h1 { margin:4px 0 2px;font-size:23px; }.ref-galaxy-toolbar p{margin:0;color:#8fa3b6;font-size:9px}
.ref-map-legend { display:flex;gap:10px;padding:7px 9px;border:1px solid rgba(105,184,239,.15);border-radius:9px;background:rgba(5,15,27,.72);font-size:8px;color:#8fa2b4; }
.ref-map-legend span{display:flex;align-items:center;gap:5px}.ref-map-legend i{width:7px;height:7px;border-radius:50%;background:#43556b}.ref-map-legend i.home{background:var(--cyan);box-shadow:0 0 9px var(--cyan)}.ref-map-legend i.known{background:var(--violet)}
.ref-galaxy-map { position:absolute;z-index:3;left:16px;right:16px;top:82px;bottom:32px;display:grid;grid-template-columns:repeat(15,1fr);grid-template-rows:repeat(9,1fr);border:1px solid rgba(94,203,255,.14);background:rgba(4,13,23,.45);overflow:hidden; }
.ref-galaxy-cell { position:relative;border:0;border-right:1px solid rgba(94,203,255,.09);border-bottom:1px solid rgba(94,203,255,.09);background:transparent;cursor:pointer; }
.ref-galaxy-cell.fog { background:linear-gradient(135deg,rgba(2,8,15,.62),rgba(8,16,26,.25)); }.ref-galaxy-cell.visible{background:rgba(14,32,50,.15)}.ref-galaxy-cell:hover{background:rgba(94,203,255,.08)}.ref-galaxy-cell.active{box-shadow:inset 0 0 0 1px var(--amber),0 0 18px rgba(244,189,88,.14);z-index:2}
.ref-galaxy-cell i,.ref-galaxy-cell em,.ref-galaxy-cell b,.ref-galaxy-cell span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.ref-galaxy-cell i{width:6px;height:6px;border-radius:50%;background:#d7f3ff;box-shadow:0 0 12px var(--cyan)}.ref-galaxy-cell em{width:11px;height:4px;border-radius:50%;background:rgba(151,134,255,.45);filter:blur(1px)}.ref-galaxy-cell b{color:var(--violet);font-size:12px}.ref-galaxy-cell.home span{width:26px;height:26px;display:grid;place-items:center;border:1px solid var(--cyan);border-radius:50%;background:rgba(5,24,38,.9);box-shadow:0 0 22px rgba(94,203,255,.38)}.ref-galaxy-cell.home .nv-icon{width:13px;height:13px;stroke:var(--cyan)}
.ref-galaxy-axis { position:absolute;z-index:4;left:18px;right:18px;bottom:10px;display:flex;justify-content:space-between;color:#6e8295;font-size:8px; }.ref-galaxy-axis strong{color:#9eb2c4;font-weight:500}
@media(max-width:1030px){.ref-galaxy-stage{min-height:620px}}
