
body .KIFuxot{
    max-width: calc(1080px - 30px);
    margin: 0 auto;
    margin-top: 15px;
}

.woAHUgo {
    width: 100%;
    max-width: calc(1080px - 30px);
    margin: 0 auto;
    margin-top: 25px;
    border-radius: 8px;
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

.XwNzSVJxx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--game-bg);
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    transform: scale(1.1);
}

.agGrnZA {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.pJQmIelamB {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.PDSrjt {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.pzEaHUL {
    font-size: 48px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.VNIIkwLK {
    background-color: #1a73e8;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 24px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s;
}

.VNIIkwLK:hover {
    background-color: #1557b0;
}


.zqTo {
    max-width: 1080px;
    margin: 40px auto;
    margin-top: 25px;
    padding: 0 20px;
}

.zqTo h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.zqTo p {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

.zqTo h2 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: #222;
}

.ujqzR {
    color: #1a73e8;
    text-decoration: none;
}

.ujqzR:hover {
    text-decoration: underline;
}

body .ZKck{
    max-width: 1080px;
    margin: 0 auto;
}

@media (max-width: 768px) {

    .woAHUgo {
        margin-top: 0;
        border-radius: 0;
        height: 400px;
    }

    .PDSrjt {
        width: 100px;
        height: 100px;
    }

    .pzEaHUL {
        font-size: 36px;
    }

    .zqTo {
        padding: 0 15px;
    }

    .zqTo h1 {
        font-size: 28px;
    }

    .zqTo h2 {
        font-size: 20px;
    }
}


.Agffz{
    width: 100%;
    max-width: calc(1080px);
    padding: 15px;
    margin: 0 auto;
    color: #443;
    font-size: 32px;
}

.iasbSnP {
    width: 100%;
    max-width: calc(1080px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    padding: 15px;
}

.rMcIaT {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s;
}



.rMcIaT img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
}

.rMcIaT .XFxqc{
    position: absolute;
    width: 100%;
    bottom: -100%;
    text-align: center; 
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.4s;
}

.rMcIaT:hover .XFxqc{
    /* transform: translateY(-5px); */
    bottom: 5px;
}

.new-label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FF4400;
    color: white;
    padding: 2px 15px;
    transform: rotate(-45deg) translate(-30%, -30%);
    font-size: 12px;
}


@media screen and (max-width: 768px) {
    .iasbSnP{
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}