.now-stage {
    aspect-ratio: 1055 / 1160;
    background: #0c1016;
}

.now-computer-frame {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    user-select: none;
}

.now-computer-screen {
    position: absolute;
    z-index: 2;
    left: 6.3%;
    top: 10%;
    width: 88.4%;
    aspect-ratio: 4 / 3;
    height: auto;
    overflow: hidden;
    background: #030303;
}

.now-computer-screen .now-map-image {
    opacity: 1;
    mix-blend-mode: normal;
}

.now-computer-screen .now-player-layer {
    z-index: 2;
}

.now-computer-screen .now-stage-empty {
    z-index: 3;
    color: rgba(255,255,255,.55);
    text-shadow: 0 1px 4px #000;
}
