body { padding: 0; margin: 0 }
#unity-container.unity-desktop {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
#unity-canvas { 
    width: 100%; 
    height: 100%;
	position: relative;
	width: 100vw;
    height: 100vh;
}
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#unity-container {
    position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100vw;
        overflow: hidden;
}

#unity-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(10px); 
    box-shadow: 0px 0px 0px 20px black;
}
/* ---------- */
/*Loading page*/
#loading-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 5vh 5vw;
}

#cover {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

#loading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    padding: 3vh 2vw 0.2vh 2vw;
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}

/* Loading bar*/
#unity-loading-bar {
    width: 100%;
}
#unity-progress-bar-empty {
    width: 100%;
    max-width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    overflow: hidden;
}
#unity-progress-bar-full {
    width: 0%;
    height: 100%;
    background-color: white;
    transition: width 0.3s ease;
}

/* Enoverse logo-Title-Description section */
#unity-description-section {
    display: flex;
    align-items: center;
    gap: 2vw;
    color: white;
    font-family: "Barlow Condensed", Arial, sans-serif;
    width: 100%;
    flex-wrap: wrap;
}
#unity-logo-container {
    width: 100px;
    height: 100px;
    background-image: url('../logo-enoverse.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
#title-container {
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-weight: bold;
    color: white;
    text-align: left;

    font-size: clamp(1.2rem, 3vw, 2.5rem);
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 1;
    max-width: 30vw;
}
#unity-logo-separator {
    width: 3px;
    height: 80px;
    background-color: white;
    opacity: 0.7;
    align-self: center;
    border-radius: 1px;
}
#unity-description-text {
    flex: 1;
    font-size: 2.1vh;
    margin: 0;
}


/*#unity-loading-bar { margin: 0 3% 0 3%;; display: none;  }
#unity-progress-bar-empty { margin-left: auto; margin-right: auto; width: 100%; height: 10px; margin-top: -15px; border: 1px solid white; position: relative;}
#unity-progress-bar-full { width: 0%; height: 10px; background-color: white;}*/

/*#loading-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;
    background: rgba(0, 0, 0, 0.5);
}*/

/*#logo-description-container {
    background-color:rgba(0, 0, 0, 0.5)
}*/

/*
    Loading CSS
 */



/*#cover {
    width: 94%;
    margin: 3% 3% 0 3%;
}

#logo-description-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    /*height: 20%;
    margin: 0 3% 0 3%;
    max-height: 14%;
	overflow: hidden;
}

#logo-container {
    width: 15%;
    min-width: 15%;
	background-image: url('../logo-enoverse.png');
	background-size: contain;
	height: 100%;
    background-repeat: no-repeat;
	background-position: center;
	border-right: 3px solid white;
}

#title-container {
    padding-left: 2%;
    padding-top: 1%;
    color: white;
    font-family: "Barlow Condensed", "Arial";
    font-size: 2.5vw;
    width: 42.5%
}

#description-container {
    padding-left: 2%;
    padding-top: 1%;
    color: white;
    font-family: "Barlow Condensed", "Arial";
    font-size: 1.1vw;
    width: 42.5%;
    padding: 2%;
    margin: 0;
}

#logo-enoverse-container {
    text-align: center;
}
*/
