.cg-environment-builder {
    width: min(100%, 720px);
    margin: 24px auto 0;
    color: #f7faf7;
    font-family: "Roboto-Regular", Arial, sans-serif;
}

.cg-environment-builder__primary,
.cg-environment-builder__secondary {
    min-width: 44px;
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
    font-family: "Roboto-Bold", Arial, sans-serif;
    letter-spacing: 0.04em;
}

.cg-environment-builder__primary {
    background: #0dbdca;
    color: #07100c;
}

.cg-environment-builder__secondary {
    background: #1b2822;
    color: #f7faf7;
}

.cg-environment-builder__panel {
    margin-top: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(9, 14, 12, 0.97);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.38);
}

.cg-environment-builder__panel[hidden] {
    display: none;
}

.cg-environment-builder__eyebrow {
    color: #0dbdca;
    font-family: "ARMY-RUST", "BebasNeue-Regular", sans-serif;
    font-size: 26px;
    letter-spacing: 0.08em;
}

.cg-environment-builder__panel h3 {
    margin: 4px 0 8px;
    color: #ffffff;
    font-family: "Roboto-Bold", Arial, sans-serif;
}

.cg-environment-builder__help {
    margin: 0 0 18px;
    color: #cbd7d0;
    line-height: 1.5;
}

.cg-environment-builder__panel label {
    display: block;
    margin: 14px 0 6px;
    color: #ffffff;
    font-family: "Roboto-Bold", Arial, sans-serif;
}

.cg-environment-builder__input {
    display: block;
    width: 100%;
    min-height: 44px;
    border: 1px solid #52645a;
    border-radius: 8px;
    padding: 9px 11px;
    background: #101713;
    color: #ffffff;
}

.cg-environment-builder__actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.cg-environment-builder__status {
    min-height: 24px;
    margin-top: 12px;
    color: #dce8e1;
}

.cg-environment-builder :focus-visible {
    outline: 3px solid #f6c453;
    outline-offset: 3px;
}

.cg-environment-builder button:disabled {
    cursor: wait;
    opacity: 0.58;
}

@media (max-width: 600px) {
    .cg-environment-builder {
        margin-top: 16px;
    }

    .cg-environment-builder__panel {
        padding: 16px;
    }

    .cg-environment-builder__actions > button {
        flex: 1 1 100%;
    }
}

body.dashboard-access-enabled .game_title {
    position: relative !important;
    top: auto !important;
    margin: 14px auto 0 !important;
    z-index: 1 !important;
}

body.dashboard-access-enabled #terrain .upload_head {
    margin-top: 18px;
}
