.title {
    text-align: center;
    color: var(--light-text-color);
    font-size: 40px;
    font-weight: 375;
    margin-top: 30px;
}

.player-stats {
    width: 100%;
    min-height: 230px;
}

.player-stats form, .player-stats form label {
    width: 100%;
    padding: 0;
    margin: 0;
}

.player-stats-search {
    width: calc(100% - 100px);
    height: 40px;
    background: var(--dark-bg-color-4);
    border-radius: 12px;

    border: 0;
    padding: 0 50px;
    color: var(--light-text-color);
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}

.player-stats-content {
    --info-stat-width: 340px;
    --info-stat-columns: auto-fill;
    --info-stat-column-gap: 8px;
    --info-stat-row-gap: 8px;
    margin-top: var(--info-stat-row-gap);
    width: 100%;
    display: grid;
    grid-template-columns: repeat(var(--info-stat-columns), minmax(min(100%, var(--info-stat-width)), var(--info-stat-width)));
    column-gap: var(--info-stat-column-gap);
    row-gap: var(--info-stat-row-gap);
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.3s;
}

.xTtiywRPnwhEkiWRNyAdNvwi {
    justify-content: space-evenly;
}

.player-stats-content .stat {
    width: min(100%, var(--info-stat-width)) !important;
    margin-top: 0;
}

.player-stats-content .stat-icon {
    flex: 0 0 80px;
}

.player-stats-content .stat-info {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.NNNCfTVqbyoJANqiwBHsvAij {
    width: 100%;
    padding-bottom: 50px;
}

.QWsmxkUkVGVflyuuziiUuQLl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 14px 0 0;
    margin-top: 8px;
}

.wiki-tag-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border: 0;
    border-radius: 9999px;
    background: var(--dark-bg-color-3);
    color: var(--light-text-color);
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
    opacity: 0.48;
    transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .wiki-tag-toggle:hover {
        opacity: 0.8;
        transform: translateY(-1px);
    }
}

.is-active {
    opacity: 1;
}

.wiki-tag-toggle:focus,
.wiki-tag-toggle:active,
.is-active:focus,
.is-active:active {
    outline: none;
    transform: none;
}

.EucaMwCFOfZCryiComDsnJAn {
    display: inline-flex;
    flex: 0 0 auto;
    width: 18px;
    height: 12px;
    border-radius: 9999px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.bdmrUSehsXelhOsMOZXlcRkQ {
    background: var(--green-color);
}

.YyKZKZdFhNwWMBYTISfjDsaI {
    background: #4287ff;
}

.ZLCUmbqktdWqPjjawkoYiyNV {
    background: #a758eb;
}

.question {
    padding: 12px 50px;
    width: calc(100% - 100px);
    background: var(--dark-bg-color-4);

    border-radius: 16px;

    transition: height 100ms;
    margin-top: 10px;
    user-select: none;
    cursor: pointer;
}

.question-title {
    color: var(--light-text-color);
    font-size: 16px;
    font-weight: 450;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.4s;
}

.ijrHTVfKclbQIplIdpcEaZSh {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.answer-to-question {
    padding-top: 10px;
    display: none;
    transition: opacity 100ms;

    font-size: 16px;
    font-weight: 350;
    line-height: 1.25;
}

.answer-to-question p {
    font-size: 16px;
    font-weight: 350;
}

.question-title i {
    transition: transform 0.3s ease;
}

.question-title .rotated {
    transform: rotate(180deg);
}

.question-title span i {
    color: var(--light-text-color);
}

#ePkoyVIAAbMMeWiOEuynUYlw {
    transition: color 0.3s ease;
}

#ePkoyVIAAbMMeWiOEuynUYlw:hover {
    color: var(--green-color);
}

.ZiBSzDXErWQuJcbxXPZjeJbE {
    line-height: 1.35;
}

.XnnPQwEmduodJuXDzkubqMom {
    color: var(--green-color);
    font-weight: 500;
}

.TgepuhXDQbxlBeGCuufKFDpf {
    color: var(--green-color);
    font-weight: 500;
    padding-top: 6px;
}

.AwqcdSNpVpDmZCWlgNjMEtDu {
    padding-top: 6px;
}

.ZhjDGtWurjeXeIpUfdMhjTgx {
    padding-top: 5px;
}

.gownZdFntEibJxtfqttfNsmt {
    background-color: var(--dark-bg-color-3);
    border-radius: 4px;
    padding: 0 4px;
}

.UUyYOdAYhZCqfpqMpKalaysW {
    background-color: var(--dark-bg-color-2);
    border-radius: 4px;
    padding: 0 4px;
}

.UTBUwjNgpNYriUxpHoWpuIHh {
    margin-top: 4px;
}

.BvmehrzZtBEumWjVnuxxuxZh {
    margin-left: 17px;
}

.fkTIMpbguPKyZwaZnaXXeDmN {
    font-weight: 500;
}

.URLBdHbnMZxzEcgXwRcpERVy {
    margin: 0 0 0 17px;
    padding: 0 20px;
    list-style-type: disc;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 350;
    color: var(--light-text-color);
}

.EKMRwWfDouIAMlsKdHetcEPf {
    max-height: 25vh;
    max-width: 60%;
}

.CxhnNEBUzXSDXtwMBEXUWzHB {
    max-height: 1.69vh;
    max-width: 57.28%;
}

.RUMbVEYfrDHlHarsFlotbrqm {
    max-height: 1.69vh;
    max-width: 71.02%;
}

.lyvaoEXiSKlVjOWxRhFbVPCW {
    max-height: 4.00vh;
    max-width: 64.89%;
}

.davMXACNCIVspYukgobqtKVF {
    max-height: 1.72vh;
    max-width: 73.56%;
}

.vARHOfvikonQqZRyQIdUqsAp {
    max-height: 2.88vh;
    max-width: 80%;
}

.VcCPTNqxGWWWherEzNFDsJWT {
    max-height: 7.37vh;
    max-width: 39.69%;
}

.beqWOXxyTBsARyHmtqjdWCTp {
    color: #4151ff;
}

.XhGGYSegwvDVHFZkCANTCOJb {
    color: #05af23;
}

.ZBlKvxkQxTAzVLMRCBabIhRx {
    color: #F47FFF;
}

@media (max-width: 640px) {
    .QWsmxkUkVGVflyuuziiUuQLl {
        width: 100%;
        padding: 12px 0 0;
    }

    .wiki-tag-toggle {
        flex: 1 1 100%;
        justify-content: center;
    }

    .question {
        width: calc(100% - 32px);
        padding: 12px 16px;
    }
}