#lunchGameWrapper{position:relative;width:100vw;height:var(--vh-100);background-color:rgba(0,0,0,0.9);z-index:1000;display:flex;flex-direction:column}#webframe{width:100%;flex-grow:1}#a2hs-hint{position:fixed;bottom:50px;right:0;left:0;border-radius:5px;background-color:#999;overflow:hidden;z-index:1}#a2hs-hint ol,#a2hs-hint ul{margin:0}.a2hs-fade-enter-active{animation:a2hsShow 1s}.a2hs-fade-leave-active{animation:a2hsHidden 1s}@keyframes a2hsShow{from{background:rgba(255,255,255,0);height:0;bottom:0}to{background:#999;height:auto;bottom:50px}}@keyframes a2hsHidden{from{background:#999;height:auto;bottom:50px}to{background:rgba(255,255,255,0);height:0;bottom:0}}
