/* radar.css */

#radarScreen {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: #000;
    pointer-events: none;
}

#radarMap {
    position: absolute;
    top: 0;
    left: 0;
    image-rendering: pixelated;
    opacity: 1.0;
}

#radarMapName {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #0f0;
    font-family: monospace;
    font-size: 2em;
    text-shadow: 2px 2px 5px #000;
    z-index: 1;
}
