body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { 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%, -60%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.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 { 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 }

:root { --page:#f6f3ee; --panel:#fffdf9; --ink:#43382e; --line:#ddd4c8; --shadow:0 12px 38px #3e291b1a; color-scheme:light; }
:root[data-theme="dark"] { --page:#151311; --panel:#211d19; --ink:#f2e9dc; --line:#493d30; --shadow:0 12px 38px #0007; color-scheme:dark; }
body { background:var(--page); color:var(--ink); font-family:Arial,sans-serif; transition:background .2s,color .2s; }
#unity-canvas { display:block; border-radius:9px; box-shadow:var(--shadow); }
#unity-footer { display:flex; align-items:center; gap:12px; margin-top:12px; padding:10px 14px; box-sizing:border-box; border:1px solid var(--line); border-radius:12px; background:var(--panel); box-shadow:var(--shadow); }
#unity-webgl-logo { flex:0 0 110px; width:110px; background-size:110px auto; }
[data-theme="dark"] #unity-webgl-logo { filter:invert(1); }
#unity-build-title { flex:1; float:none; margin:0; font-size:15px; font-weight:600; line-height:20px; }
#unity-build-title small { display:block; font-size:11px; font-weight:400; opacity:.7; }
#theme-toggle { background:var(--panel); color:var(--ink); border:1px solid var(--line); border-radius:8px; padding:10px 14px; cursor:pointer; font-weight:600; }
#theme-toggle:hover { border-color:#b78c42; }
#unity-fullscreen-button { flex:0 0 38px; border:0; border-radius:8px; cursor:pointer; }
button:focus-visible { outline:2px solid #c99943; outline-offset:3px; }
@media(max-width:600px) { #unity-footer{gap:8px;padding:8px;} #unity-webgl-logo{display:none;} .unity-mobile #unity-footer{display:flex;} }
