/* Sick Kitten — Realism v3 shared stage helpers */
html.play-frame #pad, #pad{
  display:flex !important;
  z-index:70;
  min-height:80px;
}
#pad.hide{visibility:hidden !important; pointer-events:none;}
@media (max-width:900px){
  #pad{min-height:88px;}
  .btn.jump,.btn.meow{min-width:72px;min-height:72px;}
}
html.play-frame .play-stage-fill canvas,
html.play-frame #climb,
html.play-frame #view canvas,
html.play-frame #c,
html.play-frame #alleycat{
  image-rendering:auto;
  filter: contrast(1.05) saturate(0.94);
}
/* Build film-stock chrome helpers */
html.play-frame #game-wrap{
  box-shadow: inset 0 0 0 1px #4A4136;
}
