body {
    padding: 0;
    margin: 0;
    min-height: 100vh;
    position: relative;
}
#unity-background { 
    background-image: url('banner-background.jpg'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}
#unity-container { position: relative; z-index: 10 }
#unity-container.unity-desktop {
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 1280px;
    height: 720px;
}
#unity-container.unity-mobile { position: relative; width: 100%; height: 100% }
#unity-canvas { background: #FFFFFF }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-light.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-light.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-light.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

/* Footer Styles */
.canvas-web-footer {
    color: #ffffff;
    padding: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.canvas-web-footer-text {
    margin-bottom: 8px;
}

.canvas-web-footer-link {
    color: #66ccff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.canvas-web-footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}
