* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

.rRfwta {
    background-color: #2841B8;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 1;
}

.kcyplipu {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hNmDNGww {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
}

.logo-game {
    color: #FFB800;
}

.Ejim {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.tags-button {
    background-color: #FFB800;
    color: black;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.rITZQal {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ndjKz {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.QEOXTp {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.toggle {
    width: 48px;
    height: 24px;
    background-color: #666;
    border-radius: 12px;
    padding: 2px;
    cursor: pointer;
}

.toggle-circle {
    width: 20px;
    height: 20px;
    background-color: #FFB800;
    border-radius: 50%;
    transition: transform 0.3s;
}

.fYnBo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: white;
    display: none;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1000;
}

.fYnBo.active {
    display: flex;
}

.fYnBo input {
    flex: 1;
    margin: 0 15px;
    padding: 8px;
    border: none;
    font-size: 16px;
    outline: none;
}

.fYnBo .cmejGaT {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #666;
    padding: 5px;
}

.IdcaekmhXl {
    cursor: pointer;
    color: #666;
}


.GRAWXaO {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-color: #2841B8;
    padding: 20px;
    z-index: 1001;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.GRAWXaO.active {
    transform: translateX(0);
}

.GRAWXaO .ndjKz {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.rBdrmUmm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

.rBdrmUmm.active {
    display: block;
}

@media (max-width: 768px) {
    .Ejim {
        display: block;
    }

    .kcyplipu {
        margin: 0 auto;
    }

    .tags-button, .rITZQal {
        display: none;
    }

    .GRAWXaO {
        display: block;
    }
    .QEOXTp{
        margin-left: 0;
    }
}


.ZKck {
    margin: 0 15px;
    background-color: #F0F8FF;
    padding: 15px;
}

.ZKck h2 {
    font-size: 32px;
    color: #444;
    margin-bottom: 15px;
}
.ZKck h3 {
    font-size: 22px;
    color: #444;
    margin-bottom: 15px;
}

.ZKck p {
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
    line-height: 23px;
}


.AlazH{
    margin-top: 45px;
    background: #1B2132;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.AlazH .pTvlRwr{
    font-size: 14px;
    margin-bottom: 10px;
}
.AlazH a{
    color: #007CFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
}