/* === Cyber Attack Map Background === */ :root { --blue: rgba(0,150,255,0.9); --blue-soft: rgba(0,150,255,0.2); } /* Fullscreen background canvas */ #mapCanvas { position: fixed; inset: 0; z-index: 0; /* stay behind terminal and skill panels */ } /* Optional glowing border frame */ .frame { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(1100px, 92vw); height: min(620px, 78vh); border: 8px solid var(--blue); border-radius: 14px; box-shadow: 0 0 50px var(--blue-soft), inset 0 0 40px rgba(0,120,255,0.15); z-index: 1; }
world map background