.game-theater-toggle { display:none; }
@media(min-width:1024px) {
 .xb-theme .game-container-wrapper {box-sizing:border-box;max-width:none;margin:16px auto;background:#2d2d35;border:0;border-radius:0;padding:45px 60px 14px 20px;box-shadow:none;overflow:visible}
 .xb-theme .game-container-wrapper::before,.xb-theme .game-controls::after {display:none}
 .xb-theme .game-controls {position:absolute;right:20px;top:45px;width:40px;padding:0;border:0;background:#27272f;border-radius:0 4px 4px 0}
 .xb-theme .game-info,.xb-theme .game-actions .btn-separator {display:none}
 .xb-theme .game-actions {display:flex;flex-direction:column;gap:0;width:40px}
 .xb-theme .game-actions .util-btn {display:flex;align-items:center;justify-content:center;min-width:0;width:40px;height:39px;padding:0;margin:0;border:0;border-radius:0;background:transparent;color:#f5f5f6;font-size:18px;box-shadow:none}
 .xb-theme .game-actions .util-btn:hover {background:#ffffff12;transform:none}
 .xb-theme .game-actions .util-btn:focus-visible {outline:2px solid var(--accent-green);outline-offset:-2px}
 .xb-theme .game-actions .btn-exit {order:0}
 .xb-theme .game-actions .btn-fullscreen {order:1}
 .xb-theme .game-actions .util-btn[onclick="location.reload()"] {order:2}
 .xb-theme .game-actions .game-favorite {order:3}
 .xb-theme .game-actions .game-theater-toggle {order:4}
 .xb-theme .game-actions .game-favorite[aria-pressed=true] {color:var(--accent-green)}
 .xb-theme .game-theater-switch {width:20px;height:12px;border-radius:9px;background:var(--accent-green);position:relative}
 .xb-theme .game-theater-switch::after {content:'';position:absolute;right:3px;top:3px;width:6px;height:6px;background:white;border-radius:50%}
 .xb-theme [aria-pressed=false] .game-theater-switch {background:#666}
 .xb-theme [aria-pressed=false] .game-theater-switch::after {right:11px}
 .xb-theme .game-container-wrapper {width:min(100%,calc(min(138.666667dvh,1511.111px) + 80px))}
 .xb-theme .game-iframe-container {height:auto;min-height:0;aspect-ratio:16/9;padding:0;background:#1d2636;border-radius:4px 0 4px 4px;overflow:hidden}
 .xb-theme .game-iframe {position:relative;display:block;width:100%;height:100%;margin:auto}
 .xb-theme .game-container-wrapper.game-compact {max-width:1240px}
 .xb-theme .game-compact .game-iframe-container {height:auto;min-height:0;aspect-ratio:16/9}
 .xb-theme .game-container-wrapper.fullscreen {display:flex;align-items:center;justify-content:center;width:100%;padding:0 40px 0 0;margin:0;max-width:none;background:#1d2636}
 .xb-theme .game-container-wrapper.fullscreen .game-iframe-container {width:min(100%,177.777778dvh);height:auto;min-height:0;aspect-ratio:16/9;border-radius:0}
 .xb-theme .game-container-wrapper.fullscreen .game-controls {top:0;right:0}
}
