/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater

*/
.logo-bg {
    position:absolute; 
    z-index: 1; 
    top:0; 
    left:0; 
    width: 100%; 
    height: 100%; 
    background-size: cover;
    
    filter: blur(30px);
}
.logo-content {
    position:absolute; 
    z-index: 10; 
    top:0; 
    left:0; 
    width: 100%; 
    height: 100%; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    z-index: 10;
}

.logo-content button {
    background-color: rgb(106,44,255);
    font-size: 20px;
    font-weight: bolder;
    border: 0px;
    width: 200px;
    height: 40px;
    margin-top: 16px;
    border-radius: 20px;
    color: #cbdbe3;
    display: flex;
    justify-content: center;
    align-items: center;
}
button:focus {
    outline: none;
}
button:active {
    transform: translateY(1px); 
}

.logo-content button img {
    margin-right: 10px;
}

.rounded-image {
    border-radius: 16px; /* 50% 可创建圆形效果 */
}
.single-description li {
    padding: 0;
    margin: 8px 0 8px 0;
}
.single-description h2 {
    font-size: 1.5em;
}
.single-description h3 {
    font-size: 1.1em;
    font-weight: bold;
}
.game-frame-mobile {
    position: fixed; 
    z-index: 1300; 
    inset: 0px; 
    display: none;
}
.game-frame-desktop {
    display: none;
}