html {
    position: relative;
    background: #0a0a0a; /* nền chính (tối) */
    color: #fff;
}

/* Blob container */
html::before,
html::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(120px); /* làm mềm viền */
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}

/* blob đỏ */
html::before {
    width: 400px;
    height: 400px;
    top: -100px;
    left: -100px;
    background: radial-gradient(circle at center, #ff42a5 0%, transparent 70%);
}

/* blob xanh */
html::after {
    width: 400px;
    height: 400px;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle at center, #4287ff 0%, transparent 70%);
}

.logo-thumb {
    background: rgba(255, 255, 255, .1);
}

.game-play-full-head img.logo {
    width: 90px !important;
    height: 45px !important;
}

.logo-thumb .logo-icons a {
    color: white;
}

.logo-thumb .logo-icons a:hover {
    background: #ff42a5;
}

div#mobile-logo {
    background: #0D0C14;
    width: 70px;
    height: 40px;
}

img.logo-mobile {
    height: 30px !important;
    width: 50px !important;
}

.sidebar-search {
    background: #0D0C14;
}

.logo-thumb .logo-image {
    height: 55px;
}

