.main-ui {
    position: absolute;
    width: 100%;
    height: 100%;
}

.speed {
    position: absolute;
    right: 50px;
    bottom: 50px;

    text-align: left;

    font-size: 80px;
    color: white;
    font-family: 'Orbitron';
    // text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    font-style: italic;

    display: flex;
    gap: 5px;
    align-items: flex-end;
}

.units {
    font-size: 50px;
}

.flying-stats {

    font-size: 40px;
    color: white;
    font-family: 'Orbitron';
    // text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    font-style: italic;

    display: flex;
    gap: 5px;
    align-items: flex-end;
}

.big-text {
    font-size: 120px;
    color: white;
    font-family: 'Orbitron';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;

    display: flex;
    align-items: center;
    justify-content: center;
}

.height {

    position: absolute;
    left: 50px;
    bottom: 50px;

    border-radius: 20px;
    overflow: hidden;

    background-color: rgba(104, 195, 232, 0.8);
    width: 50px;
    height: 200px;

    .height-pointer {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 5px;
        background: #fff;
    }

    .height-text {
        font-family: Poppins;
        font-size: 20px;
        transform: rotate(-90deg);
        position: absolute;
        bottom: 30px;
        left: -50%;
        // left: 0;
        // right: 0;
        width: 100px;
        height: 50px;
        color: white;
        font-weight: 800;
        // border: 1px solid #f00;

        display: flex;
        justify-content: center;
        align-items: center;

        // mix-blend-mode: difference;
        // background-blend-mode: difference;
    }

}

.info-box {

    color: white;

    font-family: 'Poppins';
    font-size: 40px;

    position: absolute;

    right: 50px;
    bottom: 300px;
    width: 400px;

    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;

    text-shadow: 2px 2px 0 #333232;

    .item {
        display: flex;
        gap: 20px;
        align-items: center;
        // font-family: monospace;
        font-family: "Kode Mono";
        font-size: 40px;
        // white-space: pre;

        .icon {
            font-size: 40px;
            color: #ffdd00;
        }
    }

}

.controllers {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 50px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;

    .controller {
        width: 100px;
        height: 100px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        color: white;
        font-family: 'Orbitron';
        cursor: pointer;
        transition: background-color 0.2s;

        .point {
            position: absolute;
            width: 20px;
            height: 20px;
            // background-color: #ffdd00;
            background-color: #000;
            border-radius: 100%;

            transform: translate(-50%, -50%);
        }
    }

}

.timer {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    color: white;
    font-family: 'Orbitron';
    text-shadow: 2px 2px 0 #333232;
}

.gamemode-status {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    font-family: 'Orbitron';
    text-shadow: 2px 2px 0 #333232;
}

.spectating {
    position: absolute;
    top: 150px;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    font-family: 'Orbitron';
    text-shadow: 2px 2px 0 #333232;
}

.status-text {
    position: absolute;
    bottom: 300px;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    font-family: 'Orbitron';
    text-shadow: 2px 2px 0 #333232;
}

.debug {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 500px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    padding: 20px;
    font-size: 16px;
    color: white;
    font-family: 'Consolas';
    text-shadow: 1px 1px 0 #333232;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    // backdrop-filter: blur(10px);
}

.controls {
    position: absolute;
    left: 150px;
    bottom: 50px;
    color: #fff;

    .input-button {
        // width: 50px;
        // height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    ul {
        flex-direction: column;
        gap: 10px;
    }

    li {
        display: flex;
        gap: 15px;
        align-items: center;
        font-family: Roboto;
        font-size: 20px;
    }
}

.stage-info {
    position: absolute;
    top: 50px;
    left: 50px;
    color: #ffffff;
    opacity: 0.3;
    font-size: 30px;
    text-shadow: 2px 2px 0 #333232;
    flex-direction: column;
    font-family: Roboto;
    font-size: 30px;
    width: 500px;

    h2 {
        font-size: 40px;
        font-weight: 800;
    }
}