.game-stage{isolation:isolate}
.game-stage iframe:not([hidden]){position:absolute;inset:0;width:100%;height:100%;display:block;border:0;border-radius:inherit;overflow:hidden}
.stage-intro{z-index:1;border-radius:inherit}
.stage-tools{z-index:2}

@media(max-width:860px){
	.detail-layout{width:calc(100% - 28px);padding-top:20px}
	.game-stage{min-height:min(620px,calc(100svh - 190px));border-radius:24px}
	.game-stage iframe:not([hidden]){height:100%}
}

@media(max-width:600px){
	.detail-layout{width:calc(100% - 28px);padding-top:16px}
	.game-stage{min-height:calc(100svh - 190px);border-radius:22px}
	.game-stage iframe:not([hidden]){height:100%;border-radius:inherit}
}
