/* BACG_PAGE_THEME */
html, body { width: 100%; height: 100%; background-color: #050203; background-image: url('../webback.png'); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; color: #d8b9a8; overflow: hidden; }
body #unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, calc(-50% + 19px)); }
#unity-footer { color: #d8b9a8; }
.bacg-support-links { position: fixed; right: 18px; top: 50%; translate: 0 -50%; display: flex; flex-direction: column; gap: 10px; z-index: 20; }
.bacg-support-link { box-sizing: border-box; min-width: 132px; padding: 11px 14px; border: 1px solid rgba(190,91,88,.62); background: rgba(24,8,11,.92); color: #e7c7b6; font: 600 14px/1.35 sans-serif; letter-spacing: .04em; text-align: center; text-decoration: none; box-shadow: 0 0 16px rgba(142,31,39,.16); transition: background-color .16s,border-color .16s,color .16s; }
.bacg-support-link:hover { background: rgba(69,15,22,.96); border-color: rgba(235,137,111,.88); color: #fff1df; }
@media (max-width: 1220px) { .bacg-support-links { right: 50%; top: auto; bottom: 8px; translate: 50% 0; flex-direction: row; } .bacg-support-link { min-width: 118px; padding: 8px 10px; font-size: 12px; } }
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 { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #000000 }
.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-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-logo-title-footer { float:left; width: 102px; height: 38px; background: url('unity-logo-title-footer.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 }
