.play>p{max-width:590px}
.game-shell{max-width:1180px;margin:44px auto 0;text-align:left;border:1px solid #edc77956;border-radius:14px;overflow:hidden;background:#121713;box-shadow:0 24px 80px #080b087a}
.game-toolbar{min-height:58px;padding:7px 13px 7px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);color:#cbd2be;font-size:14px;font-weight:700}
.game-toolbar>span{display:flex;align-items:center;gap:10px}
.game-toolbar i{display:block;width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 16px #edc779}
.fullscreen{display:inline-flex;align-items:center;gap:10px;border:1px solid #edc77965;border-radius:7px;background:#edc77913;color:var(--gold);padding:9px 14px;min-height:42px;cursor:pointer;font-weight:800}
.fullscreen:hover{background:#edc77925}
.game-frame{position:relative;width:100%;aspect-ratio:1366/768;background:#231f20}
.game-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
@media(max-width:600px){.game-shell{margin-top:30px;border-radius:9px}.game-toolbar{padding-left:13px}.fullscreen{padding:8px 11px}.game-frame{aspect-ratio:4/3}}
