.game-shell{width:var(--page);margin:42px auto 90px}.game-shell__toolbar{justify-content:space-between;align-items:end;gap:18px;margin-bottom:16px;display:flex}.game-shell__toolbar h1{margin:4px 0 0}.game-shell__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.game-shell__actions button{color:#416754;cursor:pointer;touch-action:manipulation;background:#fff7df;border:1px solid #cdcda6;border-bottom:3px solid #b3bf99;border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;min-height:44px;padding:0;font:500 22px/1 Fredoka,sans-serif;transition:background .12s,box-shadow .12s;display:grid;position:relative}.game-shell__action-icon{line-height:1;display:block}.game-shell__actions [data-game-action-label]{display:none}@media (hover:hover){.game-shell__actions button:hover{background:#fffce9;box-shadow:0 2px 7px #41675422}}.game-shell__actions button:active{background:#e1edc9;border-bottom-width:1px}.game-shell__actions button:focus-visible{outline-offset:3px;outline:3px solid #416754}.game-shell__actions button[aria-pressed=true]{background:#e1edc9}.game-shell__actions button[data-game-action=mute][aria-pressed=true]:after{content:"";pointer-events:none;background:currentColor;width:23px;height:2px;position:absolute;transform:rotate(-45deg)}.game-shell__actions button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}@media (prefers-reduced-motion:reduce){.game-shell__actions button{transition:none}}.game-shell__stage{aspect-ratio:var(--game-aspect-ratio);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow);background:#090a17;position:relative;overflow:hidden}.game-shell__stage canvas{touch-action:none;width:100%;height:100%;display:block}.game-shell__overlay[hidden]{display:none}.game-shell__overlay{z-index:3;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:linear-gradient(135deg,#060e2a99,#230c3c94);place-items:center;padding:clamp(18px,4vw,48px);display:grid;position:absolute;inset:0}.game-shell__stage:fullscreen{border-radius:0;place-items:center;display:grid}html.game-stage-expanded{overflow:hidden}.game-shell__stage.game-shell__stage--expanded{z-index:1000;aspect-ratio:auto;border-radius:0;width:100vw;height:100dvh;position:fixed;inset:0}.game-shell__stage-exit{top:max(12px, calc(env(safe-area-inset-top) + 8px));right:max(12px, calc(env(safe-area-inset-right) + 8px));z-index:20;color:#efffff;min-width:52px;min-height:52px;font:inherit;touch-action:manipulation;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#071c44c2;border:1px solid #d5fff775;border-radius:19px 24px 18px 22px;grid-template-columns:auto auto;align-items:center;gap:5px;padding:7px 12px;font-weight:900;display:none;position:absolute;box-shadow:inset 0 1px #ffffff29,0 9px 24px #0208264d}.game-shell__stage-exit>span{font-size:1.45rem;line-height:1}.game-shell__stage-exit>b{font-size:.82rem}:is(.game-shell__stage:fullscreen .game-shell__stage-exit,.game-shell__stage.game-shell__stage--expanded .game-shell__stage-exit){display:grid}.game-shell__stage-exit:focus-visible{outline-offset:3px;outline:3px solid #fff7a8}.game-shell__mobile-instructions{display:none}@media (hover:none),(pointer:coarse){.game-shell__desktop-instructions{display:none}.game-shell__mobile-instructions{display:inline}}.embed-body{background:#07162c;min-width:0;min-height:100dvh;overflow:hidden}@media (max-width:620px){.game-shell__toolbar{flex-direction:column;align-items:stretch;display:flex}.game-shell__actions{flex-wrap:wrap}.game-shell__overlay{padding:12px}}.embed-body .game-shell--embedded{width:100%!important;height:100dvh!important;margin:0!important}.embed-body .game-shell--embedded .game-shell__console{height:100%!important;box-shadow:none!important;border:0!important;border-radius:0!important;padding:0!important}.embed-body .game-shell--embedded :is(.game-shell__toolbar,.game-shell__help){display:none!important}.embed-body .game-shell--embedded .game-shell__stage{aspect-ratio:auto!important;border:0!important;border-radius:0!important;width:100%!important;height:100%!important}
