.iframe-wrapper{position:relative;width:100%;margin:20px 0;border-radius:8px;overflow:hidden;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.1);box-shadow:0 4px 20px rgba(0,0,0,.1);background:#fff;z-index:100}.iframe-wrapper.fullscreen-active{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;margin:0;border-radius:0}.iframe-wrapper.fullscreen-active .frame-container{height:100vh !important}.iframe-wrapper.fullscreen-active .frame-container iframe{height:calc(100vh - 54px) !important}@media screen and (min-width: 992px){.iframe-wrapper.fullscreen-active .frame-container iframe{height:100vh !important}}.iframe-wrapper.fullscreen-active .game-controls{position:absolute;right:0;z-index:10000;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);bottom:0px;left:0px}@media screen and (min-width: 992px){.iframe-wrapper.fullscreen-active .game-controls{display:none}}.frame-container{position:relative;width:100%;aspect-ratio:16/9;background:#f5f5f5;z-index:1;z-index:101}.frame-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:200}.frame-container iframe:focus{outline:2px solid #00a2dd;outline-offset:2px}.game-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-left:15px;padding-right:15px;height:54px;background:linear-gradient(135deg, #00EBC9, #00A2DD);color:#fff}.game-controls-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;-webkit-box-flex:1;-ms-flex:1;flex:1}.game-controls-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.game-icon{width:40px;height:40px;border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;border:2px solid rgba(255,255,255,.9)}.game-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.game-title{font-weight:600;font-size:16px;line-height:1.2;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 0 10px rgba(0,0,0,.8)}@media(max-width: 768px){.game-title{max-width:150px;font-size:14px}}.view-count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;font-size:14px;opacity:.9}.view-count svg{width:16px;height:16px;fill:currentColor}.fullscreen-btn{background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:6px;padding:8px 12px;color:#fff;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;font-size:14px}.fullscreen-btn:hover{background:rgba(255,255,255,.3)}.fullscreen-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.fullscreen-btn.active{background:rgba(255,255,255,.4);border-color:rgba(255,255,255,.6)}.fullscreen-btn svg{width:16px;height:16px;fill:currentColor}.exit-fullscreen-btn{position:absolute;left:0px;top:0px;z-index:10000;background:rgba(0,0,0,.8);border:2px solid rgba(255,255,255,.3);border-radius:8px;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease;align-items:center;width:24px;height:24px}.exit-fullscreen-btn:hover{background:rgba(0,0,0,.9);border-color:rgba(255,255,255,.5)}.exit-fullscreen-btn svg{width:16px;height:16px;fill:currentColor}@media(max-width: 480px){.iframe-wrapper{margin:10px 0}.game-controls{padding-left:12px;padding-right:12px;height:54px}.game-icon{width:28px;height:28px}.game-title{font-size:13px;max-width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.view-count{font-size:12px}.view-count svg{width:14px;height:14px}}.lazy-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:150}.lazy-placeholder:hover .play-button{-webkit-transform:scale(1.1);transform:scale(1.1);background:rgba(255,255,255,.9);color:#00a2dd}.lazy-placeholder.loading .play-button{-webkit-animation:pulse 1.5s infinite;animation:pulse 1.5s infinite}.placeholder-content{text-align:center;color:#fff;max-width:80%}.placeholder-thumbnail{position:relative;margin-bottom:20px;border-radius:8px;overflow:hidden;-webkit-box-shadow:0 8px 32px rgba(0,0,0,.3);box-shadow:0 8px 32px rgba(0,0,0,.3)}.placeholder-img{width:100%;max-width:400px;height:auto;display:block;-webkit-filter:brightness(0.7);filter:brightness(0.7);-webkit-transition:all .3s ease;transition:all .3s ease}.play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.3)}.play-button{background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.8);border-radius:50%;width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.play-button:hover{background:rgba(255,255,255,.9);color:#00a2dd;-webkit-transform:scale(1.1);transform:scale(1.1)}.play-button svg{width:30px;height:30px;fill:currentColor}.placeholder-info{text-align:center}.placeholder-title{font-size:18px;font-weight:600;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.placeholder-description{font-size:14px;opacity:.8;margin:0}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}100%{-webkit-transform:scale(1);transform:scale(1)}}/*# sourceMappingURL=game.min.css.map */