@media (min-width: 769px) and (max-width: 1024px) {
  .welcome-bar {
    width: 100%;
    padding: 5px 0;
    background: linear-gradient(
      90deg,
      rgba(11, 18, 26, 0.95) 0%,
      rgba(20, 59, 103, 0.95) 50%,
      rgba(11, 18, 26, 0.95) 100%
    );
    border-bottom: 1px solid rgba(83, 254, 205, 0.2);
    position: relative;
    z-index: 1;
  }

  .welcome-bar .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .welcome-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-align: center;
  }

  .welcome-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }

  .welcome-text .welcome-icon,
  .welcome-features .feature-item .welcome-icon {
    color: #53fecd;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .welcome-text .welcome-icon {
    width: 14px;
    height: 14px;
  }

  .welcome-message {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 12px !important;
    line-height: 1.4;
  }

  .welcome-features {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .welcome-features .feature-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
  }

  .welcome-features .feature-item .welcome-icon {
    width: 12px;
    height: 12px;
  }

  .home-banner,
  .home-banner .swiper-container,
  .home-banner .swiper-wrapper,
  .home-banner .swiper-slide,
  .home-banner a,
  .home-banner a picture {
    height: auto !important;
  }

  .home-banner a {
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
  }

  .home-banner .swiper-slide,
  .home-banner a {
    aspect-ratio: 1920 / 620;
  }

  .home-banner a picture {
    display: block;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .home-banner a img.banner_img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100% !important;
    object-fit: contain;
  }

  .home-menu {
    display: none;
  }

  .mobile-home-menu {
    display: block;
    padding: 10px;
  }

  .mobile-home-menu .select-game .game-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
  }

  .mobile-home-menu .select-game .game-title .hotGames {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 16px;
  }

  .mobile-home-menu .select-game .game-title .allGames a {
    color: #e0e1ff;
    font-family: "Montserrat SemiBold", Montserrat, sans-serif;
  }

  .mobile-hot-games .hot-games-mobile-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .mobile-hot-games .level-last-menu {
    display: grid;
    padding: 0 8px;
  }

  .mobile-hot-games .level-last-menu ul li {
    min-height: 140px;
    padding: 10px 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    background-color: #393939;
    border-radius: 8px;
  }

  .mobile-hot-games .level-last-menu ul li > img:first-child,
  .mobile-hot-games .level-last-menu ul li > p.device,
  .mobile-hot-games .level-last-menu ul li div p:first-child,
  .mobile-hot-games .level-last-menu ul li div a {
    display: none !important;
  }

  .mobile-hot-games .level-last-menu ul li img.meiguo {
    width: 75px;
    height: 75px;
    padding: 0;
    position: relative;
    margin: 0 auto;
    border: 2px dashed #777575;
    background-color: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 20px rgb(255 255 255 / 100%);
  }

  .mobile-hot-games .level-last-menu ul li div {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    text-align: center !important;
    overflow: visible !important;
    min-width: 0 !important;
  }

  .mobile-hot-games .level-last-menu ul li div p,
  .mobile-hot-games .level-last-menu ul li div p span {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  #section-join .layui-row {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 12px;
  }

  #section-join .layui-col-md7,
  #section-join .layui-col-md5 {
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: none;
  }

  #section-join .layui-col-md7 {
    flex: 0 0 calc(58.333% - 6px);
    width: calc(58.333% - 6px);
  }

  #section-join .layui-col-md5 {
    flex: 0 0 calc(41.667% - 6px);
    width: calc(41.667% - 6px);
  }

  .video-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 12px;
    border: 3px solid #2f2f2f;
    border-radius: 16px;
    background: #0b121a;
  }

  .video-header,
  .video-footer {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .video-header {
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .video-logo {
    width: 137px;
    max-width: 40%;
    height: auto;
    flex-shrink: 0;
  }

  .video-title {
    flex: 1;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
  }

  .video-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
  }

  .video-thumbnail,
  .video-iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }

  .video-thumbnail {
    margin-bottom: 12px;
  }

  .video-thumbnail > img,
  .video-iframe iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .video-thumbnail > img {
    object-fit: cover;
    border-radius: 12px;
  }

  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76px;
    height: 76px;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .play-button > img {
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 0;
  }

  .video-footer {
    justify-content: space-between;
    margin-top: auto;
    padding: 12px 0 0;
  }

  .video-footer span {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .social-links {
    display: flex;
    gap: 12px;
  }

  .social-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #171718;
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    text-decoration: none;
  }

  .social-icon .svg-icon {
    width: 16px;
    height: 16px;
    color: #171718;
  }

  .discord-section,
  #section-join .discord-section {
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
  }

  .discord-promo-compact {
    position: relative;
    overflow: hidden;
    padding: 14px 16px;
    border: 2px solid rgba(83, 254, 205, 0.3);
    border-radius: 12px;
    background: linear-gradient(
      135deg,
      rgba(83, 254, 205, 0.1) 0%,
      rgba(44, 116, 201, 0.1) 100%
    );
  }

  .discord-header-compact {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .discord-icon-compact {
    width: 36px;
    height: 36px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #53fecd 0%, #2c74c9 100%);
  }

  .discord-icon-compact svg {
    color: #000;
  }

  .discord-title-compact {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .discord-tags {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
  }

  .discord-tag {
    display: flex;
    flex: 1;
    min-width: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.3);
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .discord-cta-btn-compact {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    overflow: hidden;
    padding: 10px 20px;
    border-radius: 8px;
    color: #000;
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .discord-iframe-wrapper {
    display: flex;
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
  }

  .discord-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
  }

  #section-activity .Activity,
  #section-activity .Activity a {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  #section-activity .Activity img {
    display: block;
    width: 100%;
    max-height: 360px;
    object-fit: contain;
  }

  .conts2 {
    position: relative;
    width: 100%;
    margin-top: 40px;
    padding: 32px 10px 24px;
    color: #fff;
  }

  .conts2::before,
  .site-info::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: url("../image/bg1.webp") no-repeat center / 100% 100%;
    opacity: 0.5;
  }

  .conts2 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 24px;
    margin-bottom: 12px;
  }

  .conts2 .contbox {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .conts2 .contbox .item {
    position: relative;
    display: flex;
    min-height: 250px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: inherit;
    background: linear-gradient(167deg, #122740 0%, #0b121a 100%);
    text-decoration: none;
  }

  .news-card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-card-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
    background: linear-gradient(180deg, rgba(18, 39, 64, 0) 0%, #122740 62.98%);
  }

  .conts2 .contbox .item .atitle {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    padding: 12px 14px 8px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .conts2 .contbox .item .summary {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    overflow: hidden;
    padding: 0 14px;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .conts2 .contbox .item .news-link {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    height: 0;
    margin: 0 20px;
    overflow: hidden;
    border-radius: 4px;
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    color: #fff;
    font-family: Oswald, Oswald;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    text-decoration: none;
  }

  .conts2 .contbox .item:hover .news-link,
  .conts2 .contbox .item:focus-within .news-link {
    height: 46px;
    margin-top: 20px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-info {
    position: relative;
    margin: 40px 10px 0;
  }

  .site-info h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
  }

  .site-info ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin: 0 !important;
  }

  .site-info ul li {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    height: auto;
    margin: 0 !important;
    padding: 18px !important;
    border: 1px solid rgba(83, 254, 205, 0.2) !important;
    border-radius: 12px !important;
    background: linear-gradient(
      135deg,
      rgba(22, 30, 41, 0.8) 0%,
      rgba(11, 18, 26, 0.9) 100%
    ) !important;
    box-sizing: border-box !important;
  }

  .site-info ul li img {
    width: 60px !important;
    min-width: 60px !important;
    height: 60px !important;
    margin-right: 12px !important;
    object-fit: contain;
  }

  .site-info ul li div {
    flex: 1;
    padding-left: 0 !important;
    position: relative;
  }

  .site-info ul li div::before {
    display: none !important;
  }

  .site-info ul li div > span {
    font-size: 18px !important;
    color: #fff;
  }

  .site-info ul li p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 12px !important;
    line-height: 1.5;
  }

  .trustpilot-reviews-section {
    max-width: calc(100vw - 20px);
    margin: 0 auto;
    padding: 32px 0 0;
    overflow: hidden;
  }

  .trustpilot-reviews-section .reviews-title {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: bold;
  }

  .trustpilot-reviews-section .reviews-stats,
  .trustpilot-desktop-widget {
    display: none !important;
  }

  .trustpilot-mobile-widget {
    display: block !important;
  }

  #section-hot-products .products-wrap {
    max-width: calc(100vw - 20px);
  }

  .conts1 .DirectBox.trending-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin: 0 10px !important;
  }

  .conts1 .DirectBox.trending-panel .item {
    border-radius: 12px !important;
  }

  .conts1 .DirectBox.trending-panel .img {
    height: 120px;
    padding: 14px !important;
  }

  .conts1 .DirectBox.trending-panel .img img {
    width: 100%;
    height: 96px !important;
    object-fit: contain;
    padding: 0;
  }

  .conts1 .DirectBox.trending-panel .info {
    padding: 10px 12px !important;
  }

  .conts1 .DirectBox.trending-panel .goods-title {
    height: 36px;
    font-size: 13px !important;
    line-height: 1.4;
  }

  .conts1 .DirectBox.trending-panel .goods-price {
    margin-bottom: 6px !important;
  }

  .conts1 .DirectBox.trending-panel .goods-price .currency,
  .conts1 .DirectBox.trending-panel .goods-price .amount {
    font-size: 16px !important;
  }

  .conts1 .DirectBox.trending-panel .goods-bottom {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: auto;
  }

  .conts1 .DirectBox.trending-panel .goods-quantity,
  .conts1 .DirectBox.trending-panel .goods-off {
    width: 86px;
    height: 22px;
    font-size: 11px !important;
    line-height: 22px;
  }

  .conts1 .DirectBox.trending-panel .item .item-btn {
    padding: 0 12px 12px !important;
  }

  .conts1 .DirectBox.trending-panel .item .item-btn .add-cart,
  .conts1 .DirectBox.trending-panel .item .item-btn .buy-now {
    height: 38px;
    font-size: 13px;
  }

  .conts1 .DirectBox.trending-panel .item .item-btn .add-cart {
    flex: 0 0 46px;
  }
}
