/* Compact layout when opened inside the game client (CEF). */
body.shop-ingame .navbar,
body.shop-ingame .dynamic-footer,
body.shop-ingame #particles-js,
body.shop-ingame .particles,
body.shop-ingame .bg-overlay {
    display: none !important;
}

body.shop-ingame {
    overflow: hidden;
}

/* Buy modal must sit above shop chrome and accept clicks in legacy CEF builds. */
#buyModal {
    z-index: 99999 !important;
    pointer-events: auto;
}

#buyModal .glass-panel,
#buyModal .modal-content,
#buyModal .btn,
#buyModal button,
#buyModal input {
    pointer-events: auto;
}

#buyModal .btn,
#buyModal button {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

/* Global payment modal (buy coins) must accept clicks in legacy CEF builds. */
#globalModalContainer {
    z-index: 99999 !important;
    pointer-events: auto;
}

#globalModalContainer .glass-panel,
#globalModalContainer .btn,
#globalModalContainer button,
#globalModalContainer input,
#globalModalContainer [role="button"] {
    pointer-events: auto;
}

#globalModalContainer .btn,
#globalModalContainer button,
#globalModalContainer [role="button"] {
    cursor: pointer;
    position: relative;
    z-index: 1;
}
