body{background-color:#1a1a1a}iframe{width:100%;height:100vh;height:100dvh!important;border:0;position:fixed;top:0;left:0}*{margin:0;padding:0}.game-loading-container{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;background-color:#000;z-index:11;position:fixed;top:0;flex-direction:column;left:0}.game-hidden-container{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;z-index:11;position:fixed;top:0;flex-direction:column;left:0}.loading{width:50px;height:50px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3px;transform:rotate(45deg)}.loading_text_game{color:#fff;margin-top:30px;font-size:15px}.loading span{background-color:var(--color);animation:blinking 2s var(--delay) ease-in-out infinite;animation-fill-mode:backwards}.loading span:nth-child(2n+2){--color:#f13f84}.loading span:nth-child(4n+3){--color:#46b0ff}.loading span:nth-child(7){--delay:0s}.loading span:nth-child(4n+4){--delay:0.2s}.loading span:nth-child(4n+1){--color:#44bb44;--delay:0.4s}.loading span:nth-child(4n+2){--delay:0.6s}.loading span:nth-child(3){--delay:0.8s}@keyframes blinking{0%,20%{transform:rotate(0) scale(0)}40%,80%{transform:rotate(1turn) scale(1)}100%{transform:rotate(2turn) scale(0)}}