.vip-page[data-v-6f3fd5ae]{box-sizing:border-box}.vip-container[data-v-6f3fd5ae]{display:flex;flex-direction:column;gap:1.5rem}.user-vip-info[data-v-6f3fd5ae]{padding:2rem;background:var(--bg-secondary);border-radius:25px}.user-vip-info .user-vip-info-header[data-v-6f3fd5ae]{display:flex;align-items:center}.user-vip-info .avatar-wrapper[data-v-6f3fd5ae]{position:relative;width:6rem;height:6rem;flex-shrink:0;margin-right:1rem}.user-vip-info .avatar-wrapper .avatar[data-v-6f3fd5ae]{width:100%;height:100%;border-radius:50%;overflow:hidden}.user-vip-info .avatar-wrapper .avatar .image-slot[data-v-6f3fd5ae]{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background:var(--bg-icon-2);color:var(--text-secondary);font-size:calc(var(--menu-font-size)*2.5)}.user-vip-info .avatar-wrapper .crown-icon[data-v-6f3fd5ae]{position:absolute;bottom:0;right:0;width:1.88rem;height:1.88rem;border-radius:50%}.user-vip-info .avatar-wrapper .crown-icon img[data-v-6f3fd5ae]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.user-vip-info .user-info .username[data-v-6f3fd5ae]{font-size:calc(var(--menu-font-size)*1.5);font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.user-vip-info .user-info .user-id[data-v-6f3fd5ae]{font-size:calc(var(--menu-font-size)*0.875);color:var(--text-secondary);margin-bottom:.75rem}.user-vip-info .user-info .vip-expired[data-v-6f3fd5ae]{font-size:calc(var(--menu-font-size)*1);color:var(--text-primary);display:flex;align-items:center;gap:.56rem}.user-vip-info .vip-cards-container[data-v-6f3fd5ae]{width:100%;margin-top:2rem}.user-vip-info .vip-cards-container .cards-loading[data-v-6f3fd5ae]{display:flex;justify-content:center;align-items:center;min-height:12.5rem;padding:2.5rem 0}.user-vip-info .vip-cards-container .cards-loading img[data-v-6f3fd5ae]{width:2.19rem;height:2.19rem}.user-vip-info .vip-cards-container .vip-cards-list[data-v-6f3fd5ae]{display:flex;gap:1.5rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;cursor:default;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.user-vip-info .vip-cards-container .vip-cards-list[data-v-6f3fd5ae]::-webkit-scrollbar{display:none}.user-vip-info .vip-card[data-v-6f3fd5ae]{width:25rem;min-width:25rem;flex-shrink:0;padding:1.88rem;border-radius:18px;background-color:var(--bg-card-2);background-repeat:no-repeat;background-position:100% 0;background-size:12.63rem 17.31rem;border:2px solid var(--border-color);transition:all .3s ease;position:relative;overflow:hidden;z-index:1;box-sizing:border-box}.user-vip-info .vip-card[data-v-6f3fd5ae]:hover{border:2px solid var(--primary-color)}.user-vip-info .vip-card[data-v-6f3fd5ae]:hover:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--bg-secondary-hover);z-index:-1;pointer-events:none}.user-vip-info .vip-card .card-header[data-v-6f3fd5ae]{display:flex;flex-direction:column;align-items:center;margin-bottom:.75rem;position:relative}.user-vip-info .vip-card .card-header .card-crown[data-v-6f3fd5ae]{width:5.63rem;height:5.63rem}.user-vip-info .vip-card .card-header .card-crown img[data-v-6f3fd5ae]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.user-vip-info .vip-card .card-header .card-title[data-v-6f3fd5ae]{font-size:calc(var(--menu-font-size)*1.25);font-weight:600;color:var(--text-primary);text-align:center;transition:color .3s ease}.user-vip-info .vip-card .card-price-section[data-v-6f3fd5ae]{display:flex;flex-direction:column;align-items:center;margin-bottom:.75rem}.user-vip-info .vip-card .card-price-section .card-price[data-v-6f3fd5ae]{display:flex;flex-direction:column;align-items:center}.user-vip-info .vip-card .card-price-section .card-price .price-value[data-v-6f3fd5ae]{font-size:calc(var(--menu-font-size)*2);font-weight:600;line-height:1.2;transition:color .3s ease;color:var(--price-color)}.user-vip-info .vip-card .card-price-section .card-price .price-currency[data-v-6f3fd5ae]{font-size:calc(var(--menu-font-size)*0.75);color:var(--text-secondary);margin-top:.25rem;transition:color .3s ease}.user-vip-info .vip-card .card-button-section[data-v-6f3fd5ae]{width:100%;margin-bottom:1rem}.user-vip-info .vip-card .card-button-section .card-buy-btn[data-v-6f3fd5ae]{width:100%;height:3.13rem;border-radius:12px;font-size:calc(var(--menu-font-size)*1.125);font-weight:400;color:var(--text-primary);cursor:pointer;transition:all .3s ease;background:transparent;border:2px solid var(--primary-color);align-items:center;display:flex;justify-content:center}.user-vip-info .vip-card .card-button-section .card-buy-btn[data-v-6f3fd5ae]:hover:not(:disabled){transform:scale(1.02);box-shadow:var(--button-glow-hover);background:var(--primary-gradient);color:#fff;border:none}.user-vip-info .vip-card .card-button-section .card-buy-btn[data-v-6f3fd5ae]:disabled{opacity:.5;cursor:not-allowed}.user-vip-info .vip-card .card-features[data-v-6f3fd5ae]{display:grid;grid-template-columns:repeat(2,1fr);gap:.63rem 1rem;margin-bottom:1.56rem}.user-vip-info .vip-card .card-features .feature-item[data-v-6f3fd5ae]{display:flex;align-items:center;gap:.75rem}.user-vip-info .vip-card .card-features .feature-item .feature-icon[data-v-6f3fd5ae]{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-vip-info .vip-card .card-features .feature-item .feature-icon img[data-v-6f3fd5ae]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.user-vip-info .vip-card .card-features .feature-item .feature-name[data-v-6f3fd5ae]{font-size:calc(var(--menu-font-size)*0.875);color:var(--text-primary)}.user-vip-info .vip-card .card-benefits ul[data-v-6f3fd5ae]{list-style:none;padding:0;margin:0}.user-vip-info .vip-card .card-benefits ul li[data-v-6f3fd5ae]{display:flex;align-items:flex-start;font-size:calc(var(--menu-font-size)*0.875);color:var(--text-primary);margin-bottom:.5rem;line-height:1.6;transition:color .3s ease}.user-vip-info .vip-card .card-benefits ul li .benefit-check-icon[data-v-6f3fd5ae]{width:1.13rem;height:1.13rem;flex-shrink:0;margin-right:.44rem;margin-top:.13rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE9WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgMTAuMC1jMDAwIDc5LmQwNGNjMTY5OCwgMjAyNS8wNy8wMi0xMjoxODoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI3LjIgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDI1LTEyLTI1VDA5OjU2OjQ4KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNi0wMS0yNlQxNTozMjoyNSswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNi0wMS0yNlQxNTozMjoyNSswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ZjRiNDZhYzAtMjA4ZS00ODhlLTk2OGYtMGZiZDQ2NWNlYzE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOmY0YjQ2YWMwLTIwOGUtNDg4ZS05NjhmLTBmYmQ0NjVjZWMxOCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmY0YjQ2YWMwLTIwOGUtNDg4ZS05NjhmLTBmYmQ0NjVjZWMxOCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZjRiNDZhYzAtMjA4ZS00ODhlLTk2OGYtMGZiZDQ2NWNlYzE4IiBzdEV2dDp3aGVuPSIyMDI1LTEyLTI1VDA5OjU2OjQ4KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjcuMiAoTWFjaW50b3NoKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6qfw+jAAAECUlEQVRogd2aW2gUVxjHf5Noaq5WrIqFlEzrJSZQFCU++BILTRtTqFbU4v0CUsWKT4IijuODFp+kNiB9SEXr9oLYi4+lVdqHqm1QwfttNKkXqqVqXMXLeuRbz6wbs92d7O7MTvp7292z5/z/85055zsXQylFrtiG+SowGWgA6oEaYAhQpovcA24Al4ATwGFgv6Wcq7m2bWRrwDbMwcB8YDYwXurqZRXScDsQAXZayvknEAP6aa8BFic94Vy5B7QBm3sbFc8GbMPsD6wC1gMV+MNdYCOw1VLOo7wZsA1zBPAtMI5gOALMtJRzPlPBokwFbMOcpvtqUOLRbbXbhjmVXAzYhrkc2ANUETxV0rZtmEuzMmAb5jLgMy9R8pFiYLt+kN7fAR26PbqCMBADZljK+S6jAdswx+iJxq+RJpcRqsFSzqnkL4tSDJWREIpHa4pojQle7N+rgbGEl7FaY88upGfYs0A54SYKjHJn7OQIrCmU+GFv1vJ+2xaaP93AoNdfy1S8XGt9HgGdmHUCpQTMyJa3mLV3O8Ulz7r2g9tdtNY30XXlerq/3QeqJQF0IzA/DOKFlwZWMqpFMvO0lGrNiS4kKXHBxbvcvS5Lh4zENRsbqJGX968s8nlfxF86cJBdb8/lyWOZu9Iio0+1RGByWMR3/PYHkfeWeBGP1twoBiYQEvFfNi/kUVTWNp5pEAOj6ZvihXoxMJK+KV6o6QcMxSMlFWXUzWiJCzn+9b74mF1A8cIQGYVk7SlG0tK/rJQlv++Nz5rCnc5r7Gqax83TFwolXoh5XqzUTm1KiBeqqoez4JcIr9S+USjxccSAp1qM4p5eK4YPTWkiKPFAVFT97aXkmR9+4t+LHRlNBCheuFHcyMtTANk2SUvswUPO7PuZMdPeYcDAym6/lVSWUzf93XgZySoDEi8ckQicxiO3nE52NH7I7Y6rKSPRvM0OUrxwUgz8SS9IZyIVPooXDomB/ToxyruJy78e9lO8Ag4U6aWZ7LyRTxMifveURX6JF9ot5Vxxx0bZiSBfJgIQn9DsGtipl2lZmWibNJ3jX/0Yn5UPbm1jt3/dxuW+1txtV2IbsIK+QaulnLjW5Ol1s96yCDtRYJP7IWFAv8xiIux8knyK82KCswU4Sng5pjWS0oA+1pmjN1LD2HVmW8p5mPxljxTTUs5JvefyhPAQA+Zpbd1IuR7Q+/AreztD+4QClqc6GxD+c0FjKacV+LjAkYgBH1nK+TzrU0rbMD8AdgDdc2j/6ZKubCnn+3wcs8rOxTcBH7POspRzLlNBT2tiXdFEYJ3Pk11UtzHRi/hcrhqsBRbl+arBFzLD+nbV4H9z2YMUJF23kW5Wl3Tdxj3xka7hXreRsfxQvq7bPAUDGvFryvZy2wAAAABJRU5ErkJggg==);background-size:contain;background-repeat:no-repeat;background-position:50%}.user-vip-info .vip-card .card-benefits ul li .highlight[data-v-6f3fd5ae]{color:var(--primary-color);font-weight:600}.vip-exclusive-games[data-v-6f3fd5ae],.vip-weekly-games[data-v-6f3fd5ae]{padding:2rem;background:var(--bg-secondary);border-radius:25px}.vip-exclusive-games .section-header[data-v-6f3fd5ae],.vip-weekly-games .section-header[data-v-6f3fd5ae]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.vip-exclusive-games .section-header .section-title[data-v-6f3fd5ae],.vip-weekly-games .section-header .section-title[data-v-6f3fd5ae]{font-size:calc(var(--menu-font-size)*1.25);font-weight:600;color:var(--text-primary);display:flex;gap:2.69rem}.vip-exclusive-games .section-header .countdown-timer[data-v-6f3fd5ae],.vip-weekly-games .section-header .countdown-timer[data-v-6f3fd5ae]{padding:.31rem .63rem;background:var(--secondary-gradient);border-radius:20px;color:#fff;font-size:calc(var(--menu-font-size)*1);font-weight:400}.vip-exclusive-games .section-header .operation[data-v-6f3fd5ae],.vip-weekly-games .section-header .operation[data-v-6f3fd5ae]{display:flex;gap:1.5rem;align-items:center}.vip-exclusive-games .section-header .operation .nav-btn[data-v-6f3fd5ae],.vip-weekly-games .section-header .operation .nav-btn[data-v-6f3fd5ae]{width:2rem;height:2rem;border-radius:50%;background:var(--bg-icon-2);border:1px solid var(--border-color,#303032);color:var(--text-secondary,#666);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;padding:0;outline:none}.vip-exclusive-games .section-header .operation .nav-btn[data-v-6f3fd5ae]:hover:not(:disabled),.vip-weekly-games .section-header .operation .nav-btn[data-v-6f3fd5ae]:hover:not(:disabled){background:var(--hover-bg,rgba(181,17,220,.2));border-color:var(--primary-color,#b511dc);color:var(--primary-color,#b511dc)}.vip-exclusive-games .section-header .operation .nav-btn[data-v-6f3fd5ae]:active:not(:disabled),.vip-weekly-games .section-header .operation .nav-btn[data-v-6f3fd5ae]:active:not(:disabled){transform:scale(.95)}.vip-exclusive-games .section-header .operation .nav-btn[data-v-6f3fd5ae]:disabled,.vip-weekly-games .section-header .operation .nav-btn[data-v-6f3fd5ae]:disabled{opacity:.5;cursor:not-allowed}.vip-exclusive-games .games-carousel[data-v-6f3fd5ae],.vip-weekly-games .games-carousel[data-v-6f3fd5ae]{overflow:hidden}.vip-exclusive-games .games-carousel .swiper-wrapper[data-v-6f3fd5ae],.vip-weekly-games .games-carousel .swiper-wrapper[data-v-6f3fd5ae]{display:flex}.vip-exclusive-games .games-carousel .swiper-slide[data-v-6f3fd5ae],.vip-weekly-games .games-carousel .swiper-slide[data-v-6f3fd5ae]{width:24rem;flex-shrink:0}.vip-exclusive-games .games-carousel .game-card[data-v-6f3fd5ae],.vip-weekly-games .games-carousel .game-card[data-v-6f3fd5ae]{cursor:pointer;border-radius:8px;overflow:hidden}.vip-exclusive-games .games-carousel .game-card .el-image[data-v-6f3fd5ae],.vip-weekly-games .games-carousel .game-card .el-image[data-v-6f3fd5ae]{width:24rem;height:13.5rem;border-radius:18px;overflow:hidden;transition:transform .3s ease}.vip-exclusive-games .games-carousel .game-card .el-image[data-v-6f3fd5ae] .el-image__inner,.vip-exclusive-games .games-carousel .game-card .el-image[data-v-6f3fd5ae] .el-image__placeholder,.vip-weekly-games .games-carousel .game-card .el-image[data-v-6f3fd5ae] .el-image__inner,.vip-weekly-games .games-carousel .game-card .el-image[data-v-6f3fd5ae] .el-image__placeholder{background-color:#000;background-image:url(../img/rg_dl.25fcce02.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat}.vip-exclusive-games .games-carousel .game-card:hover .el-image[data-v-6f3fd5ae],.vip-weekly-games .games-carousel .game-card:hover .el-image[data-v-6f3fd5ae]{transform:scale(1.05)}.vip-exclusive-games .games-carousel .game-card .game-info[data-v-6f3fd5ae],.vip-weekly-games .games-carousel .game-card .game-info[data-v-6f3fd5ae]{margin-top:.75rem}.vip-exclusive-games .games-carousel .game-card .game-info .game-title[data-v-6f3fd5ae],.vip-weekly-games .games-carousel .game-card .game-info .game-title[data-v-6f3fd5ae]{width:24rem;font-size:var(--menu-font-size);color:var(--text-primary);font-weight:400;margin-bottom:.75rem}.vip-exclusive-games .games-carousel .game-card .game-info .game-tags[data-v-6f3fd5ae],.vip-weekly-games .games-carousel .game-card .game-info .game-tags[data-v-6f3fd5ae]{display:flex;flex-wrap:wrap;gap:.75rem}.vip-exclusive-games .games-carousel .game-card .game-info .game-tags .tag[data-v-6f3fd5ae],.vip-weekly-games .games-carousel .game-card .game-info .game-tags .tag[data-v-6f3fd5ae]{padding:.25rem .63rem;border-radius:11px;font-size:calc(var(--menu-font-size)*0.9);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:18px}.vip-exclusive-games .section-loading[data-v-6f3fd5ae],.vip-weekly-games .section-loading[data-v-6f3fd5ae]{display:flex;justify-content:center;align-items:center;min-height:12.5rem;padding:2.5rem 0}.vip-exclusive-games .section-loading img[data-v-6f3fd5ae],.vip-weekly-games .section-loading img[data-v-6f3fd5ae]{width:2.19rem;height:2.19rem}.vip-exclusive-games .wrap-games[data-v-6f3fd5ae],.vip-weekly-games .wrap-games[data-v-6f3fd5ae]{display:grid;grid-template-columns:repeat(6,1fr);-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:1.81rem}.vip-exclusive-games .wrap-games .exclusive-game-card[data-v-6f3fd5ae],.vip-weekly-games .wrap-games .exclusive-game-card[data-v-6f3fd5ae]{display:flex;flex-direction:column;overflow:hidden;cursor:pointer;min-width:0;width:100%}.vip-exclusive-games .wrap-games .exclusive-game-card .game-image-wrapper[data-v-6f3fd5ae],.vip-weekly-games .wrap-games .exclusive-game-card .game-image-wrapper[data-v-6f3fd5ae]{position:relative;width:100%;aspect-ratio:1.77777778;border-radius:18px;overflow:hidden;margin-bottom:.75rem;flex-shrink:0}.vip-exclusive-games .wrap-games .exclusive-game-card .game-image-wrapper .el-image[data-v-6f3fd5ae],.vip-weekly-games .wrap-games .exclusive-game-card .game-image-wrapper .el-image[data-v-6f3fd5ae]{width:100%;height:100%;transition:transform .3s ease}.vip-exclusive-games .wrap-games .exclusive-game-card .game-image-wrapper .el-image[data-v-6f3fd5ae] .el-image__inner,.vip-exclusive-games .wrap-games .exclusive-game-card .game-image-wrapper .el-image[data-v-6f3fd5ae] .el-image__placeholder,.vip-weekly-games .wrap-games .exclusive-game-card .game-image-wrapper .el-image[data-v-6f3fd5ae] .el-image__inner,.vip-weekly-games .wrap-games .exclusive-game-card .game-image-wrapper .el-image[data-v-6f3fd5ae] .el-image__placeholder{background-color:#000;background-image:url(../img/rg_dl.25fcce02.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat}.vip-exclusive-games .wrap-games .exclusive-game-card:hover .game-image-wrapper .el-image[data-v-6f3fd5ae],.vip-weekly-games .wrap-games .exclusive-game-card:hover .game-image-wrapper .el-image[data-v-6f3fd5ae]{transform:scale(1.05)}.vip-exclusive-games .wrap-games .exclusive-game-card .game-title[data-v-6f3fd5ae],.vip-weekly-games .wrap-games .exclusive-game-card .game-title[data-v-6f3fd5ae]{font-size:var(--menu-font-size);font-weight:400;color:var(--text-primary);width:100%;box-sizing:border-box}.vip-exclusive-games .section-title[data-v-6f3fd5ae]{font-size:calc(var(--menu-font-size)*1.25);font-weight:600;color:var(--text-primary);margin-bottom:1.25rem}