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: #231F20 }
.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 }

/* ---------- Developer Note ---------- */

.hab-developer-note {
    width: 100%;
    max-width: 760px;
    background: #efe2c4;
    color: #2b2118;
    border-radius: 6px;
    border: 3px solid var(--wood);
    box-shadow: 0 10px 24px rgba(0,0,0,.35);
    padding: 26px;
    box-sizing: border-box;
    text-align: center;
}

    .hab-developer-note h2 {
        margin: 0 0 18px;
        font-family: 'Silkscreen', monospace;
        font-size: 15px;
        letter-spacing: 1px;
        color: var(--wood);
    }

    .hab-developer-note p {
        margin: 0 0 14px;
        line-height: 1.65;
        font-size: 15px;
    }

.developer-signature {
    margin-top: 20px;
    margin-bottom: 22px;
    font-family: 'Silkscreen', monospace;
    color: var(--wood);
    font-size: 13px;
}

.discord-button {
    display: inline-block;
    padding: 14px 34px;
    background: #5865F2;
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    transition: .15s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

    .discord-button:hover {
        transform: translateY(-2px);
        background: #4752C4;
    }

.discord-subtitle {
    margin-top: 12px;
    font-size: 13px;
    color: #5b5146;
}