body {
    padding: 0;
    margin: 0
}

#unity-container {
    position: fixed;
    width: 100%;
    height: 100%;
}

#unity-canvas {
    width: 100%;
    height: 100%;
    background: #19191C
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#unity-logo {
    background: url('BoomTech_logo_2025.png') no-repeat center;
    background-size: 267px;
    width: 100%;
    height: 100px;
}

#unity-progress-bar-empty {
    width: 318px;
    height: 8px;
    margin-top: 22px;
    background: #D9D9D9;
    border-radius: 10px;
}

#unity-progress-bar-full {
    width: 0%;
    height: 8px;
    margin-top: 22px;
    background: linear-gradient(
        90deg,
        #57b8ff 0%,
        #c08afc 45%,
        #ec4899 65%,
        #fad057 100%
    );
    border-radius: 10px;
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}
