html,body{margin:0;width:100%;height:100%;background:#050913;color:#f4fbff;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;overflow:hidden}.play-shell{height:100dvh;max-height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr);gap:4px;padding:4px;overflow:hidden}.play-topbar{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border:1px solid rgba(232,191,116,.25);border-radius:12px;background:rgba(7,8,14,.92);box-shadow:0 12px 40px rgba(0,0,0,.32)}.play-topbar a{color:#8be6ff;text-decoration:none;font-weight:900}.play-topbar strong{font-size:1rem}.game-frame{width:100%;height:100%;min-height:0;border:0;border-radius:14px;background:#050913;box-shadow:0 20px 70px rgba(0,0,0,.35);display:block}@media(max-width:700px){.play-shell{grid-template-rows:1fr;gap:0;padding:0}.play-topbar{display:none}.game-frame{border-radius:0;box-shadow:none}}

@media (orientation: landscape) and (max-height: 540px){
  html,body{width:100vw;height:100svh;overflow:hidden;background:#03060b;}
  .play-shell{display:block!important;width:100vw!important;height:100svh!important;max-height:100svh!important;padding:0!important;margin:0!important;}
  .play-topbar{display:none!important}
  .game-frame{position:fixed!important;inset:0!important;width:100vw!important;height:100svh!important;border-radius:0!important;box-shadow:none!important;}
}


/* v67: phone landscape uses the whole screen for the iframe. */
@media (orientation: landscape) and (max-height: 540px){
  html,body{width:100vw!important;height:100svh!important;overflow:hidden!important;background:#03060b!important;}
  .play-shell{display:block!important;position:fixed!important;inset:0!important;width:100vw!important;height:100svh!important;max-height:100svh!important;padding:0!important;margin:0!important;overflow:hidden!important;}
  .play-topbar{display:none!important;}
  .game-frame{position:fixed!important;inset:0!important;width:100vw!important;height:100svh!important;border-radius:0!important;box-shadow:none!important;}
}


/* v70: laptop/tablet play wrapper trim */
@media (max-height: 820px) and (min-width: 761px){
  .play-shell{height:100dvh!important;max-height:100dvh!important;grid-template-rows:30px minmax(0,1fr)!important;gap:2px!important;padding:2px!important;}
  .play-topbar{min-height:28px!important;height:28px!important;padding:3px 10px!important;border-radius:10px!important;}
  .play-topbar strong{font-size:.88rem!important;}
  .play-topbar a{font-size:.82rem!important;}
  .game-frame{border-radius:10px!important;}
}
