body { padding: 0; margin: 0 }
/* Unity container positioning controlled by parent page CSS */
#unity-container { position: relative }
#unity-container.unity-desktop { }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
/* Dwello custom logo - no background image needed */
#unity-logo { width: auto; height: auto; background: none }
/* Dwello themed progress bar */
#unity-progress-bar-empty { width: 200px; height: 8px; margin-top: 20px; background: #1a1a1a; border-radius: 4px; border: 1px solid #333; overflow: hidden }
#unity-progress-bar-full { width: 0%; height: 100%; margin-top: 0; background: linear-gradient(90deg, #F1CC45 0%, #FFD700 100%); border-radius: 3px; transition: width 0.3s ease }
/* Footer styling controlled by parent page CSS */
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
/* Dwello footer branding - completely hide Unity logo */
#unity-logo-title-footer { float:left; width: auto; height: 38px; background: none !important; background-image: none !important }
#unity-logo-title-footer::before, #unity-logo-title-footer::after { display: none !important; content: none !important }
#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 }
