.ron-game-shell{overflow:hidden;border:1px solid #dce0e9;border-radius:18px;background:#17191f;box-shadow:0 14px 36px #14203812}
.ron-game-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 20px;background:#fff;border-bottom:1px solid #e6e8ee}
.ron-game-bar h1{font-size:19px;line-height:1.3;margin:3px 0 0}.ron-game-bar .eyebrow{font-size:10px}.ron-game-tools{display:flex;align-items:center;gap:14px;flex-shrink:0}
.ron-game-tools button,.ron-game-tools a{font:inherit;font-size:12px;font-weight:650;border:1px solid #e1e4eb;border-radius:9px;padding:9px 12px;background:#fff;color:#444c60;text-decoration:none;cursor:pointer}.ron-game-tools button:hover,.ron-game-tools a:hover{border-color:#bf1643;color:#bf1643}.ron-game-tools button:disabled{opacity:.55;cursor:wait}
.ron-game-viewport{position:relative;height:calc(100svh - 225px);min-height:440px;max-height:900px;background:#090b10}.ron-game-viewport iframe{display:block;width:100%;height:100%;border:0;background:#090b10}
.ron-game-cover{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:28px;color:#e9ebf3;text-align:center;background:radial-gradient(ellipse at 50% 35%,#352333,#11131b 65%)}.ron-game-cover[hidden]{display:none}.ron-game-cover img{width:65px;height:65px;object-fit:contain}.ron-game-cover p{max-width:460px;margin:0}.ron-game-spinner{width:24px;height:24px;border:2px solid #ffffff25;border-top-color:#dc2454;border-radius:50%;animation:ron-game-spin .85s linear infinite}.ron-game-shell[data-state=error] .ron-game-spinner{display:none}
.ron-game-note{display:flex;justify-content:space-between;gap:12px;color:#a9afbd;font-size:11px;padding:10px 18px;margin:0}.ron-game-note a{color:#e1e5ee}
@keyframes ron-game-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.ron-game-spinner{animation:none}}
@media(max-width:700px){.ron-game-bar{padding:12px;gap:9px}.ron-game-bar h1{font-size:15px}.ron-game-tools{gap:5px}.ron-game-tools button,.ron-game-tools a{font-size:10px;padding:8px}.ron-game-viewport{min-height:360px;height:calc(100svh - 230px)}.ron-game-note{font-size:10px}}


/* Keep the same iframe and game session while changing the display size. */
.ron-game-tools [data-game-fullscreen]{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:#c51f49;color:#fff;border-color:#c51f49;font-weight:750;min-height:40px}
.ron-game-tools [data-game-fullscreen]:hover{background:#a8153c;color:#fff;border-color:#a8153c}
.ron-game-tools [data-game-fullscreen] svg{width:17px;height:17px;flex-shrink:0}
.ron-game-tools :focus-visible{outline:3px solid #d2a951;outline-offset:3px}
.ron-game-fullscreen-status{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
html.ron-game-scroll-lock,body.ron-game-scroll-lock{overflow:hidden!important}
.ron-game-fullscreen-ancestor{transform:none!important;filter:none!important;perspective:none!important;contain:none!important;will-change:auto!important;overflow:visible!important;isolation:auto!important;z-index:auto!important}
html.ron-game-scroll-lock,body.ron-game-scroll-lock{overflow:hidden!important}
.ron-game-shell.ron-game-expanded,.ron-game-shell:fullscreen{display:flex!important;flex-direction:column;position:fixed!important;inset:0!important;width:100%!important;height:100vh!important;height:100dvh!important;max-width:none!important;max-height:none!important;margin:0!important;border:0!important;border-radius:0!important;z-index:2147483647!important;box-sizing:border-box;background:#090b10;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}
.ron-game-shell:-webkit-full-screen{display:flex!important;flex-direction:column;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;border:0!important;border-radius:0!important;background:#090b10}
.ron-game-shell:is(.ron-game-expanded,:fullscreen) .ron-game-viewport{flex:1;min-height:0!important;height:auto!important;max-height:none!important}
.ron-game-shell:-webkit-full-screen .ron-game-viewport{flex:1;min-height:0!important;height:auto!important;max-height:none!important}
.ron-game-shell:is(.ron-game-expanded,:fullscreen) .ron-game-bar{flex-shrink:0;padding:8px 12px}
.ron-game-shell:is(.ron-game-expanded,:fullscreen) .ron-game-note{display:none}
.ron-game-shell:-webkit-full-screen .ron-game-note{display:none}
@media(max-width:700px){.ron-game-bar{flex-wrap:wrap}.ron-game-bar>div:first-child{min-width:0;flex:1 1 120px}.ron-game-tools{gap:6px;flex-wrap:wrap}.ron-game-tools button,.ron-game-tools a{min-height:40px;display:inline-flex;align-items:center;justify-content:center}.ron-game-bar h1{overflow-wrap:anywhere}.ron-game-shell:is(.ron-game-expanded,:fullscreen) .ron-game-bar .eyebrow{display:none}}
