:root {
    --pg-font-sans: "MiSans", "HarmonyOS Sans SC", "Microsoft YaHei UI", "PingFang SC", "Noto Sans SC", "Source Han Sans SC", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    --pg-font-latin: "Plus Jakarta Sans", "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    --pg-star-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 17.28 6.85 20.38Q6.38 20.68 5.91 20.34Q5.45 20 5.58 19.45L6.95 13.6 2.4 9.65Q1.98 9.28 2.15 8.73Q2.33 8.18 2.9 8.13L8.9 7.63 11.25 2.1Q11.48 1.58 12 1.58Q12.53 1.58 12.75 2.1L15.1 7.63 21.1 8.13Q21.68 8.18 21.85 8.73Q22.03 9.28 21.6 9.65L17.05 13.6 18.43 19.45Q18.55 20 18.09 20.34Q17.63 20.68 17.15 20.38L12 17.28Z'/%3E%3C/svg%3E");
}

body.playground-home,
body.page-template-page-list,
body.category,
body.search,
body.page-template-page-ranking,
body.single-post,
body.page-template-page-game-detail,
body.page-template-page-login,
body.page-template-page-register,
body.page-template-page-forgot-password,
body.page-template-page-reset-password,
body.error404 {
    font-family: var(--pg-font-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

.pg-list-desktop-nav,
.pg-list-desktop-nav *,
.pg-home-pc,
.pg-home-pc *,
.pg-list-page,
.pg-list-page *,
.pg-ranking-exact,
.pg-ranking-exact *,
.pg-detail-pc,
.pg-detail-pc *,
.pg-auth-modal,
.pg-auth-modal *,
.pg-not-found,
.pg-not-found * {
    font-family: inherit;
}

.material-symbols-outlined,
.pg-home-pc .material-symbols-outlined,
.pg-list-page .material-symbols-outlined,
.pg-ranking-exact .material-symbols-outlined,
.pg-detail-pc .material-symbols-outlined,
.pg-auth-modal .material-symbols-outlined,
.pg-not-found .material-symbols-outlined {
    font-family: "Material Symbols Outlined" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "liga";
}

html:not(.pg-material-icons-ready) .material-symbols-outlined {
    width: 1em;
    min-width: 1em;
    max-width: 1em;
    overflow: hidden;
    color: transparent !important;
    text-indent: -999em;
    opacity: 0;
}

.js.pg-material-icons-ready .material-symbols-outlined {
    opacity: 1;
    transition: opacity 120ms ease;
}

.pg-list-desktop-nav__actions > .pg-nav-account-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
}

.pg-list-desktop-nav__actions > .pg-nav-account-wrap > .pg-nav-account--avatar,
.pg-list-desktop-nav__actions > .pg-nav-account--avatar,
.pg-404-page .pg-list-desktop-nav__actions > .pg-nav-account--avatar {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    overflow: hidden;
    background: transparent;
    color: inherit;
    text-decoration: none;
    line-height: 0;
    vertical-align: middle;
    transform: none;
    box-sizing: border-box;
    box-shadow: none;
    transition: none;
}

.pg-list-desktop-nav.is-scrolled .pg-list-desktop-nav__actions > .pg-nav-account-wrap > .pg-nav-account--avatar,
.pg-list-desktop-nav.is-scrolled .pg-list-desktop-nav__actions > .pg-nav-account--avatar {
    background: transparent;
    box-shadow: none;
}

.pg-list-desktop-nav__actions > .pg-nav-account-wrap > .pg-nav-account--avatar:hover,
.pg-list-desktop-nav__actions > .pg-nav-account-wrap > .pg-nav-account--avatar[aria-expanded="true"],
.pg-list-desktop-nav__actions > .pg-nav-account--avatar:hover,
.pg-404-page .pg-list-desktop-nav__actions > .pg-nav-account--avatar:hover {
    transform: none;
    box-shadow: none;
}

.pg-list-desktop-nav__actions > .pg-nav-account-wrap > .pg-nav-account--avatar img,
.pg-list-desktop-nav__actions > .pg-nav-account-wrap > .pg-nav-account--avatar .avatar,
.pg-list-desktop-nav__actions > .pg-nav-account-wrap > .pg-nav-account--avatar .pg-nav-account__avatar,
.pg-list-desktop-nav__actions > .pg-nav-account--avatar img,
.pg-list-desktop-nav__actions > .pg-nav-account--avatar .avatar,
.pg-list-desktop-nav__actions > .pg-nav-account--avatar .pg-nav-account__avatar {
    display: block;
    width: 28px;
    height: 28px;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: inherit;
    object-fit: cover;
    line-height: 0;
    vertical-align: top;
}

.pg-nav-account-menu {
    position: absolute;
    z-index: 80;
    top: calc(100% + 12px);
    right: 0;
    display: flex;
    min-width: 154px;
    padding: 8px;
    border: 1px solid rgba(194, 198, 216, 0.34);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    flex-direction: column;
    gap: 4px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px) scale(0.98);
    transform-origin: top right;
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.pg-nav-account-menu[hidden] {
    display: none;
}

.pg-nav-account-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.pg-nav-account-menu__item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 11px;
    color: #1f2937;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.16s ease, color 0.16s ease;
}

.pg-nav-account-menu__item:hover {
    background: rgba(50, 53, 231, 0.07);
    color: #3235e7;
}

.pg-nav-account-menu__item .material-symbols-outlined {
    color: currentColor;
    font-size: 18px;
}

.pg-list-card__rating > .material-symbols-outlined,
.pg-home-game-card__rating > .material-symbols-outlined,
.pg-home-rank__score > .material-symbols-outlined,
.pg-ranking-exact-rating > .material-symbols-outlined,
.pg-detail-pc-poster > span:not(.pg-cover-loader) > .material-symbols-outlined,
.pg-detail-pc-related-card__rating > .material-symbols-outlined,
.pg-search-modal__game > em > .material-symbols-outlined {
    position: relative;
    width: 1em;
    height: 1em;
    overflow: hidden;
    flex: 0 0 auto;
    text-indent: -999px;
    font-family: var(--pg-font-sans) !important;
    font-variation-settings: normal !important;
    line-height: 1 !important;
}

.pg-list-card__rating > .material-symbols-outlined,
.pg-home-game-card__rating > .material-symbols-outlined {
    color: #ffd700 !important;
    font-size: 14px !important;
}

.pg-home-rank__score > .material-symbols-outlined {
    color: #ffd700 !important;
    font-size: 18px !important;
}

.pg-ranking-exact-rating > .material-symbols-outlined {
    color: #ff9f1a !important;
    font-size: 9px !important;
}

.pg-detail-pc-poster > span:not(.pg-cover-loader) > .material-symbols-outlined {
    color: #ffd700 !important;
    font-size: 20px !important;
}

.pg-detail-pc-related-card__rating > .material-symbols-outlined,
.pg-search-modal__game > em > .material-symbols-outlined {
    color: #ffd84d !important;
    font-size: 14px !important;
}

.pg-list-card__rating > .material-symbols-outlined::before,
.pg-home-game-card__rating > .material-symbols-outlined::before,
.pg-home-rank__score > .material-symbols-outlined::before,
.pg-ranking-exact-rating > .material-symbols-outlined::before,
.pg-detail-pc-poster > span:not(.pg-cover-loader) > .material-symbols-outlined::before,
.pg-detail-pc-related-card__rating > .material-symbols-outlined::before,
.pg-search-modal__game > em > .material-symbols-outlined::before {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    -webkit-mask: var(--pg-star-mask) center / 116% 116% no-repeat;
    mask: var(--pg-star-mask) center / 116% 116% no-repeat;
    text-indent: 0;
    line-height: 1;
}

.pg-home-section__head h2,
.pg-list-heading h1,
.pg-list-heading h2,
.pg-list-heading h3,
.pg-ranking-exact h1,
.pg-ranking-exact h2,
.pg-detail-pc h1,
.pg-detail-pc h2,
.pg-detail-pc h3,
.pg-auth-modal h2,
.pg-auth-modal h3 {
    font-weight: 800;
    letter-spacing: 0;
}

.pg-home-game-card h3,
.pg-home-rank__row b,
.pg-list-card__title,
.pg-ranking-exact-card__title,
.pg-detail-pc-related-card h3 {
    font-weight: 700;
    letter-spacing: 0;
}

.pg-list-card__meta,
.pg-ranking-exact-card__meta,
.pg-detail-pc-meta,
.pg-detail-pc p {
    font-weight: 500;
}

body.playground-home .pg-home-pc {
    --pg-home-small-font: var(--pg-font-latin), var(--pg-font-sans);
    --pg-home-small-size: 13px;
    --pg-home-small-line: 18px;
    --pg-home-small-weight: 400;
    --pg-home-small-color: #9ca3af;
}

body.playground-home .pg-home-pc .pg-home-section__head p,
body.playground-home .pg-home-pc .pg-home-game-card p,
body.playground-home .pg-home-pc .pg-home-rank__row em,
body.playground-home .pg-home-pc .pg-home-live__ticker p,
body.playground-home .pg-home-pc .pg-home-live__meta {
    display: block;
    color: var(--pg-home-small-color);
    font-family: var(--pg-home-small-font);
    font-size: var(--pg-home-small-size);
    line-height: var(--pg-home-small-line);
    font-weight: var(--pg-home-small-weight);
    letter-spacing: 0;
}

body.playground-home .pg-home-pc .pg-home-hero p {
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--pg-home-small-font);
    font-size: var(--pg-home-small-size);
    line-height: 20px;
    font-weight: var(--pg-home-small-weight);
    letter-spacing: 0;
}

body.playground-home .pg-home-pc .pg-home-section__head p,
body.playground-home .pg-home-pc .pg-home-game-card p {
    margin: 4px 0 0;
}

body.playground-home .pg-home-pc .pg-home-live__ticker p {
    height: 22px;
    margin: 0;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.playground-home .pg-home-pc .pg-home-live__meta {
    margin: 0;
    white-space: nowrap;
}

body.playground-home .pg-home-pc .pg-home-rank__row em {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 4px;
    font-style: normal;
}

body.playground-home .pg-home-pc .pg-home-rank__row em > span,
body.playground-home .pg-home-pc .pg-home-rank__row em .pg-view-count,
body.playground-home .pg-home-pc .pg-home-rank__row em .pg-view-count > span {
    flex: 0 0 auto;
    min-width: 0;
}

body.playground-home .pg-home-pc .pg-home-rank__copy p {
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--pg-home-small-font);
    font-size: var(--pg-home-small-size);
    line-height: 20px;
    font-weight: var(--pg-home-small-weight);
    letter-spacing: 0;
}

body.playground-home .pg-home-pc .pg-home-chip,
body.playground-home .pg-home-pc .pg-home-live__badge,
body.playground-home .pg-home-pc .pg-home-game-card__rank,
body.playground-home .pg-home-pc .pg-home-game-card__rating,
body.playground-home .pg-home-pc .pg-home-game-card__genre,
body.playground-home .pg-home-pc .pg-home-rank__copy span {
    font-family: var(--pg-font-latin), var(--pg-font-sans);
    font-weight: 700;
    letter-spacing: 0;
}

.pg-view-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    color: #9ca3af;
    font-family: var(--pg-font-latin), var(--pg-font-sans);
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
}

.pg-view-count .material-symbols-outlined {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1;
}

body.playground-home .pg-home-pc .pg-view-count {
    margin-top: 4px;
    color: var(--pg-home-small-color);
}

body.playground-home .pg-home-pc .pg-home-rank-view-count {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    color: inherit;
    line-height: inherit;
    vertical-align: middle;
}

body.playground-home .pg-home-pc .pg-home-rank-view-count .material-symbols-outlined {
    font-size: 17px;
    line-height: 1;
}

body.playground-home .pg-home-pc .pg-home-rank__main .pg-home-rank__copy p {
    display: -webkit-box;
    max-width: min(760px, 86%);
    line-height: 1.72;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pg-detail-pc .pg-view-count {
    color: inherit;
}

.pg-detail-pc .pg-detail-pc-hot-view-count {
    margin-left: 6px;
}

.pg-detail-pc .pg-detail-pc-tags {
    gap: 6px;
    margin: 16px 0 22px;
}

.pg-detail-pc .pg-detail-pc-tags span {
    height: 26px;
    padding: 0 12px;
    line-height: 24px;
}

.pg-ranking-exact .pg-view-count {
    color: #717786;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
}

.pg-ranking-exact .pg-view-count .material-symbols-outlined {
    font-size: 16px;
}

.pg-ranking-exact .pg-ranking-exact-view-metric {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 16px;
    line-height: 16px;
}

.pg-ranking-exact .pg-ranking-exact-view-metric .material-symbols-outlined {
    display: inline-flex !important;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    line-height: 16px !important;
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
}

.pg-ranking-exact .pg-ranking-exact-view-metric span:not(.material-symbols-outlined) {
    display: inline-flex;
    height: 16px;
    align-items: center;
    line-height: 16px;
}

.pg-home-game-card__rating,
.pg-list-card__rating,
.pg-list-card__badge,
.pg-detail-pc-download-modal__channels a,
.pg-detail-pc-feedback-grid button {
    font-weight: 700;
}

body.playground-home .pg-home-pc .pg-home-game-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 28px;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

body.playground-home .pg-home-pc .pg-home-game-card__rating > span:not(.material-symbols-outlined) {
    display: inline-flex;
    align-items: center;
    height: 14px;
    line-height: 14px;
}

body.playground-home .pg-home-pc .pg-home-game-card__rating > .material-symbols-outlined {
    width: 14px;
    height: 14px;
    font-size: 14px !important;
}

.pg-detail-pc-related-card .pg-detail-pc-related-card__rating {
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 48px;
    min-height: 24px;
    height: 24px;
    padding: 0 9px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.56);
    box-shadow: none;
    box-sizing: border-box;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.pg-detail-pc-related-card .pg-detail-pc-related-card__rating > span:not(.material-symbols-outlined) {
    display: inline-flex;
    align-items: center;
    width: auto;
    min-width: 0;
    height: 13px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    line-height: 13px;
}

.pg-detail-pc-related-card .pg-detail-pc-related-card__rating > .material-symbols-outlined {
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    color: #ffd84d !important;
    font-size: 14px !important;
    line-height: 14px;
}

.pg-game-language-badge,
.pg-list-card__language,
.pg-home-game-card__language,
.pg-detail-pc-related-card__language {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 28px;
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    box-sizing: border-box;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    font-family: var(--pg-font-sans);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
    pointer-events: none;
}

.pg-detail-pc-related-card__language {
    top: 8px;
    right: auto;
    left: 8px;
    min-width: 38px;
    height: 24px;
    padding: 3px 8px;
    font-size: 11px;
}

.pg-detail-pc-related-card div > .pg-detail-pc-related-card__language.pg-game-language-badge {
    top: 8px;
    right: auto;
    left: 8px;
    max-width: calc(100% - 16px);
    height: 24px;
    padding: 3px 8px;
    border-radius: 999px;
    line-height: 1.2;
}

.pg-detail-pc-related-card div > .pg-detail-pc-related-card__language.pg-game-language-badge--zh {
    color: #ff5c67;
    background: rgba(185, 28, 28, 0.18);
    border-color: rgba(248, 113, 113, 0.42);
}

.pg-detail-pc-related-card div > .pg-detail-pc-related-card__language.pg-game-language-badge--en {
    color: #22c55e;
    background: rgba(22, 101, 52, 0.18);
    border-color: rgba(74, 222, 128, 0.42);
}

.pg-detail-pc-related-card div > .pg-detail-pc-related-card__language.pg-game-language-badge--ja {
    color: #f59e0b;
    background: rgba(180, 83, 9, 0.18);
    border-color: rgba(251, 191, 36, 0.44);
}

.pg-detail-pc-related-card div > .pg-detail-pc-related-card__language.pg-game-language-badge--zh-tw {
    color: #a78bfa;
    background: rgba(91, 33, 182, 0.18);
    border-color: rgba(167, 139, 250, 0.42);
}

.pg-detail-pc-related-card div > .pg-detail-pc-related-card__language.pg-game-language-badge--cn-patch {
    color: #38bdf8;
    background: rgba(3, 105, 161, 0.18);
    border-color: rgba(56, 189, 248, 0.42);
}

.pg-game-language-badge--zh,
.pg-list-card__language--zh {
    color: #ff5c67;
    background: rgba(185, 28, 28, 0.18);
    border-color: rgba(248, 113, 113, 0.42);
}

.pg-game-language-badge--en,
.pg-list-card__language--en {
    color: #22c55e;
    background: rgba(22, 101, 52, 0.18);
    border-color: rgba(74, 222, 128, 0.42);
}

.pg-game-language-badge--ja,
.pg-list-card__language--ja {
    color: #f59e0b;
    background: rgba(180, 83, 9, 0.18);
    border-color: rgba(251, 191, 36, 0.44);
}

.pg-game-language-badge--zh-tw,
.pg-list-card__language--zh-tw {
    color: #a78bfa;
    background: rgba(91, 33, 182, 0.18);
    border-color: rgba(167, 139, 250, 0.42);
}

.pg-game-language-badge--cn-patch,
.pg-list-card__language--cn-patch {
    color: #38bdf8;
    background: rgba(3, 105, 161, 0.18);
    border-color: rgba(56, 189, 248, 0.42);
}

.pg-game-card__cover .pg-game-card__language.pg-game-language-badge,
.pg-game-card__cover .pg-game-card__category,
.pg-game-card__cover .pg-game-card__size {
    top: 12px;
    height: 28px;
    min-height: 28px;
    padding: 4px 10px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    align-items: center;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
}

.pg-game-card__cover .pg-game-card__language.pg-game-language-badge {
    left: 8px;
}

.pg-game-card__cover .pg-game-card__category {
    right: 8px;
    left: auto;
    background: rgba(0, 0, 0, 0.28);
}

.pg-game-card__cover .pg-game-card__size {
    top: auto;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.28);
}

@media (min-width: 900px) {
    body.playground-home,
    body.page-template-page-list,
    body.category,
    body.search,
    body.page-template-page-ranking,
    body.single-post,
    body.page-template-page-game-detail,
    body.error404 {
        --pg-pc-card-title-size: 14px;
        --pg-pc-card-title-line: 1.25;
        --pg-pc-card-title-weight: 600;
        --pg-pc-side-title-size: 14px;
        --pg-pc-side-title-line: 1.3;
        --pg-pc-section-title-weight: 800;
        --pg-pc-small-size: 12px;
        --pg-pc-small-line: 17px;
        --pg-pc-small-weight: 400;
        --pg-pc-label-size: 12px;
        --pg-pc-label-weight: 700;
    }

    .pg-home-game-card h3,
    .pg-home-game-card h3 a,
    .pg-list-card__body h4,
    .pg-list-card__body h4 a,
    .pg-ranking-exact-copy h3,
    .pg-ranking-exact-copy h3 a,
    .pg-home-rank__row b,
    .pg-home-rank__row b a {
        font-family: var(--pg-font-latin), var(--pg-font-sans);
        font-size: var(--pg-pc-card-title-size) !important;
        line-height: var(--pg-pc-card-title-line) !important;
        font-weight: var(--pg-pc-card-title-weight) !important;
        letter-spacing: 0;
    }

    .pg-detail-pc-hot-row__copy b,
    .pg-detail-pc-hot-row__copy b a,
    .pg-detail-pc-related-card h3,
    .pg-detail-pc-related-card h3 a {
        font-family: var(--pg-font-latin), var(--pg-font-sans);
        font-size: var(--pg-pc-side-title-size) !important;
        line-height: var(--pg-pc-side-title-line) !important;
        font-weight: var(--pg-pc-card-title-weight) !important;
        letter-spacing: 0;
    }

    .pg-home-section__head h2,
    .pg-list-section__head h3,
    .pg-ranking-exact h1,
    .pg-ranking-exact h2,
    .pg-detail-pc-section__head h2,
    .pg-detail-pc-related__head h2 {
        font-weight: var(--pg-pc-section-title-weight);
        letter-spacing: 0;
    }

    .pg-home-section__head h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    .pg-list-section__head h3 {
        font-size: 28px;
        line-height: 1.2;
    }

    .pg-detail-pc-section__head h2,
    .pg-detail-pc-related__head h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .pg-home-hero h1,
    .pg-detail-pc-card h1,
    .pg-not-found h1 {
        font-weight: 800;
        letter-spacing: 0;
    }

    .pg-home-hero p,
    .pg-home-live__ticker p,
    .pg-home-live__meta,
    .pg-home-game-card p,
    .pg-home-rank__row em,
    .pg-list-views,
    .pg-view-count,
    .pg-ranking-exact-meta p,
    .pg-ranking-exact-metric,
    .pg-detail-pc-card__meta,
    .pg-detail-pc-card p,
    .pg-detail-pc-info-grid span,
    .pg-detail-pc-hot-row__copy small,
    .pg-detail-pc-related-card p,
    .pg-search-modal__game-info,
    .pg-search-modal__game em {
        font-size: var(--pg-pc-small-size);
        line-height: var(--pg-pc-small-line);
        font-weight: var(--pg-pc-small-weight);
        letter-spacing: 0;
    }

    .pg-home-chip,
    .pg-home-live__badge,
    .pg-home-game-card__rank,
    .pg-home-game-card__rating,
    .pg-home-game-card__genre,
    .pg-list-card__language,
    .pg-list-card__rating,
    .pg-list-card__badge,
    .pg-detail-pc-tags span,
    .pg-detail-pc-poster > span:not(.pg-cover-loader),
    .pg-detail-pc-related-card div > span,
    .pg-detail-pc-related-card div > em {
        font-size: var(--pg-pc-label-size);
        font-weight: var(--pg-pc-label-weight);
        letter-spacing: 0;
    }

    .pg-list-card__body h4 {
        margin-bottom: 5px;
    }

    .pg-home-game-card h3 {
        margin-bottom: 5px;
    }

    .pg-home-section__head p,
    .pg-list-section__head p,
    .pg-ranking-exact__subtitle {
        display: none !important;
    }

    .pg-home-game-card p,
    .pg-list-card__foot,
    .pg-list-card__foot *,
    .pg-home-rank__row em,
    .pg-home-rank__row em *,
    .pg-ranking-exact-meta p,
    .pg-ranking-exact-meta p *,
    .pg-detail-pc-hot-row__copy small,
    .pg-detail-pc-hot-row__copy small *,
    .pg-detail-pc-related-card p,
    .pg-detail-pc-related-card p * {
        font-size: var(--pg-pc-small-size) !important;
        line-height: var(--pg-pc-small-line) !important;
        font-weight: var(--pg-pc-small-weight) !important;
        color: #9ca3af;
    }

    .pg-detail-pc-description,
    .pg-detail-pc-description p,
    .pg-detail-description,
    .pg-detail-review-card p {
        font-size: 15px;
        line-height: 1.7;
        font-weight: 400;
        letter-spacing: 0;
    }
}

@media (max-width: 899px) {
    body.page-template-page-list .pg-list-views.pg-view-count,
    body.category .pg-list-views.pg-view-count,
    body.search .pg-list-views.pg-view-count {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: #717786;
        font-size: 11px;
        line-height: 13px;
        font-weight: 500;
        vertical-align: middle;
    }

    body.page-template-page-list .pg-list-views.pg-view-count .material-symbols-outlined,
    body.category .pg-list-views.pg-view-count .material-symbols-outlined,
    body.search .pg-list-views.pg-view-count .material-symbols-outlined {
        display: inline-flex;
        width: 14px;
        height: 13px;
        flex: 0 0 14px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 13px;
    }

    body.page-template-page-list .pg-list-views.pg-view-count > span:not(.material-symbols-outlined),
    body.category .pg-list-views.pg-view-count > span:not(.material-symbols-outlined),
    body.search .pg-list-views.pg-view-count > span:not(.material-symbols-outlined) {
        display: inline-flex;
        height: 13px;
        align-items: center;
        line-height: 13px;
    }
}

@media (max-width: 899px) {
    body.page-template-page-list .pg-list-card__body h4,
    body.page-template-page-list .pg-list-card__body h4 a,
    body.category .pg-list-card__body h4,
    body.category .pg-list-card__body h4 a,
    body.search .pg-list-card__body h4,
    body.search .pg-list-card__body h4 a {
        font-family: inherit !important;
        color: #101827 !important;
        font-size: 18px !important;
        line-height: 1.24 !important;
        font-weight: 900 !important;
        letter-spacing: 0 !important;
    }

    body.page-template-page-list .pg-list-card__badge--genre,
    body.page-template-page-list .pg-list-card:nth-child(1) .pg-list-card__badge--genre,
    body.category .pg-list-card__badge--genre,
    body.category .pg-list-card:nth-child(1) .pg-list-card__badge--genre,
    body.search .pg-list-card__badge--genre,
    body.search .pg-list-card:nth-child(1) .pg-list-card__badge--genre {
        font-size: 12px !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
        border: 0 !important;
        box-shadow: none !important;
        outline: 0 !important;
        text-shadow: none !important;
    }

    body.page-template-page-list .pg-list-card__badge--size,
    body.category .pg-list-card__badge--size,
    body.search .pg-list-card__badge--size {
        font-size: 12px !important;
        line-height: 1.2 !important;
        font-weight: 900 !important;
        letter-spacing: 0 !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32) !important;
    }

}

@media (max-width: 560px) {
    body.page-template-page-list .pg-list-card__body h4,
    body.page-template-page-list .pg-list-card__body h4 a,
    body.category .pg-list-card__body h4,
    body.category .pg-list-card__body h4 a,
    body.search .pg-list-card__body h4,
    body.search .pg-list-card__body h4 a {
        font-size: 16px !important;
    }
}

@media (max-width: 899px) {
    body.page-template-page-list .pg-list-grid,
    body.category .pg-list-grid,
    body.search .pg-list-grid,
    body.playground-home .pg-home-mobile .pg-game-grid {
        gap: 16px !important;
    }

    body.page-template-page-list .pg-list-card,
    body.category .pg-list-card,
    body.search .pg-list-card,
    body.playground-home .pg-home-mobile .pg-list-card {
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
        border-radius: 12px !important;
        background: #faf9fe !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    }

    body.page-template-page-list .pg-list-card__media,
    body.category .pg-list-card__media,
    body.search .pg-list-card__media,
    body.playground-home .pg-home-mobile .pg-list-card__media {
        position: relative !important;
        display: block !important;
        overflow: hidden !important;
        aspect-ratio: auto !important;
        height: 135px !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: linear-gradient(180deg, #f6f7f9 0%, #eef1f4 100%) !important;
    }

    body.playground-home .pg-home-mobile .pg-list-card__media .pg-game-card__cover {
        position: static !important;
        display: contents !important;
    }

    body.page-template-page-list .pg-list-card__media img,
    body.category .pg-list-card__media img,
    body.search .pg-list-card__media img,
    body.playground-home .pg-home-mobile .pg-list-card__media img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    body.page-template-page-list .pg-list-card__language,
    body.category .pg-list-card__language,
    body.search .pg-list-card__language,
    body.playground-home .pg-home-mobile .pg-list-card__language {
        top: 8px !important;
        left: 8px !important;
    }

    body.page-template-page-list .pg-list-card__badge--genre,
    body.page-template-page-list .pg-list-card:nth-child(1) .pg-list-card__badge--genre,
    body.category .pg-list-card__badge--genre,
    body.category .pg-list-card:nth-child(1) .pg-list-card__badge--genre,
    body.search .pg-list-card__badge--genre,
    body.search .pg-list-card:nth-child(1) .pg-list-card__badge--genre,
    body.playground-home .pg-home-mobile .pg-list-card__badge--genre,
    body.playground-home .pg-home-mobile .pg-list-card:nth-child(1) .pg-list-card__badge--genre {
        top: 8px !important;
        right: 8px !important;
        bottom: auto !important;
        left: auto !important;
        max-width: calc(100% - 16px) !important;
        height: 28px !important;
        min-height: 28px !important;
        padding: 4px 10px !important;
        box-sizing: border-box !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: rgba(0, 0, 0, 0.4) !important;
        box-shadow: none !important;
        outline: 0 !important;
        color: #ffffff !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    body.page-template-page-list .pg-list-card__badge--size,
    body.category .pg-list-card__badge--size,
    body.search .pg-list-card__badge--size,
    body.playground-home .pg-home-mobile .pg-list-card__badge--size {
        bottom: 10px !important;
        left: 10px !important;
        display: inline-flex !important;
        width: auto !important;
        height: 28px !important;
        min-height: 28px !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 4px 10px !important;
        box-sizing: border-box !important;
        border: 1px solid rgba(255, 255, 255, 0.16) !important;
        border-radius: 999px !important;
        background: rgba(0, 0, 0, 0.28) !important;
        color: #ffffff !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        font-weight: 900 !important;
        letter-spacing: 0 !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32) !important;
    }

    body.page-template-page-list .pg-list-card__body,
    body.category .pg-list-card__body,
    body.search .pg-list-card__body,
    body.playground-home .pg-home-mobile .pg-list-card__body {
        display: flex !important;
        flex: 1 !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        padding: 12px !important;
        min-width: 0 !important;
    }

    body.page-template-page-list .pg-list-card__body h3,
    body.page-template-page-list .pg-list-card__body h3 a,
    body.page-template-page-list .pg-list-card__body h4,
    body.page-template-page-list .pg-list-card__body h4 a,
    body.category .pg-list-card__body h3,
    body.category .pg-list-card__body h3 a,
    body.category .pg-list-card__body h4,
    body.category .pg-list-card__body h4 a,
    body.search .pg-list-card__body h3,
    body.search .pg-list-card__body h3 a,
    body.search .pg-list-card__body h4,
    body.search .pg-list-card__body h4 a,
    body.playground-home .pg-home-mobile .pg-list-card__body h3,
    body.playground-home .pg-home-mobile .pg-list-card__body h3 a,
    body.playground-home .pg-home-mobile .pg-list-card__body h4,
    body.playground-home .pg-home-mobile .pg-list-card__body h4 a {
        display: block !important;
        margin: 0 0 8px !important;
        overflow: hidden !important;
        color: #101827 !important;
        font-size: 18px !important;
        line-height: 1.24 !important;
        font-weight: 900 !important;
        letter-spacing: 0 !important;
        text-decoration: none !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    body.page-template-page-list .pg-list-card__foot,
    body.category .pg-list-card__foot,
    body.search .pg-list-card__foot,
    body.playground-home .pg-home-mobile .pg-list-card__foot {
        display: flex !important;
        align-items: flex-end !important;
        justify-content: space-between !important;
        min-height: 32px !important;
        padding: 0 !important;
    }

    body.page-template-page-list .pg-list-views,
    body.page-template-page-list .pg-view-count,
    body.category .pg-list-views,
    body.category .pg-view-count,
    body.search .pg-list-views,
    body.search .pg-view-count,
    body.playground-home .pg-home-mobile .pg-list-views,
    body.playground-home .pg-home-mobile .pg-view-count,
    body.playground-home .pg-home-mobile .pg-views {
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        color: #717786 !important;
        font-size: 11px !important;
        line-height: 13px !important;
        font-weight: 500 !important;
    }

    body.page-template-page-list .pg-list-views .material-symbols-outlined,
    body.page-template-page-list .pg-view-count .material-symbols-outlined,
    body.category .pg-list-views .material-symbols-outlined,
    body.category .pg-view-count .material-symbols-outlined,
    body.search .pg-list-views .material-symbols-outlined,
    body.search .pg-view-count .material-symbols-outlined {
        font-size: 14px !important;
    }

    body.playground-home .pg-home-mobile .pg-list-views svg,
    body.playground-home .pg-home-mobile .pg-views svg {
        width: 14px !important;
        height: 13px !important;
    }

    body.page-template-page-list .pg-list-add-button,
    body.category .pg-list-add-button,
    body.search .pg-list-add-button,
    body.playground-home .pg-home-mobile .pg-list-add-button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 32px !important;
        height: 32px !important;
        flex-basis: 32px !important;
        border: 0 !important;
        border-radius: 999px !important;
        color: #fefcff !important;
        background: #1068ea !important;
        box-shadow: none !important;
    }

    body.playground-home .pg-home-mobile .pg-list-add-button svg {
        width: 18px !important;
        height: 18px !important;
    }
}

@media (max-width: 560px) {
    body.page-template-page-list .pg-list-card__body h3,
    body.page-template-page-list .pg-list-card__body h3 a,
    body.page-template-page-list .pg-list-card__body h4,
    body.page-template-page-list .pg-list-card__body h4 a,
    body.category .pg-list-card__body h3,
    body.category .pg-list-card__body h3 a,
    body.category .pg-list-card__body h4,
    body.category .pg-list-card__body h4 a,
    body.search .pg-list-card__body h3,
    body.search .pg-list-card__body h3 a,
    body.search .pg-list-card__body h4,
    body.search .pg-list-card__body h4 a,
    body.playground-home .pg-home-mobile .pg-list-card__body h3,
    body.playground-home .pg-home-mobile .pg-list-card__body h3 a,
    body.playground-home .pg-home-mobile .pg-list-card__body h4,
    body.playground-home .pg-home-mobile .pg-list-card__body h4 a {
        font-size: 16px !important;
    }
}

.pg-cover-loader-host {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f6f7f9 0%, #eef1f4 100%);
}

.pg-cover-loader-host > img {
    transition: opacity 220ms ease;
}

img[data-deferred-cover],
img[data-list-deferred-cover] {
    opacity: 0;
}

@media (min-width: 900px) {
    .pg-list-card,
    .pg-home-game-card {
        transition: transform 500ms ease;
    }

    .pg-list-card:hover,
    .pg-list-card:focus-within,
    .pg-home-game-card:hover,
    .pg-home-game-card:focus-within {
        transform: translateY(-4px);
    }

    body.page-template-page-list .pg-list-card:hover,
    body.page-template-page-list .pg-list-card:focus-within,
    body.category .pg-list-card:hover,
    body.category .pg-list-card:focus-within,
    body.search .pg-list-card:hover,
    body.search .pg-list-card:focus-within {
        transform: translateY(-4px);
    }

    .pg-list-card__media,
    .pg-home-game-card__media {
        transition: transform 500ms ease, box-shadow 500ms ease;
    }

    .pg-list-card__media::after,
    .pg-home-game-card__media::after {
        transition: opacity 500ms ease;
    }

    .pg-list-card__media img,
    .pg-home-game-card__media img {
        transition: transform 700ms ease;
    }

    .pg-list-card:hover .pg-list-card__media,
    .pg-list-card:focus-within .pg-list-card__media,
    .pg-home-game-card:hover .pg-home-game-card__media,
    .pg-home-game-card:focus-within .pg-home-game-card__media {
        box-shadow: none;
    }

    .pg-list-card:hover .pg-list-card__media::after,
    .pg-list-card:focus-within .pg-list-card__media::after,
    .pg-home-game-card:hover .pg-home-game-card__media::after,
    .pg-home-game-card:focus-within .pg-home-game-card__media::after {
        opacity: 0.68;
    }

    .pg-list-card:hover .pg-list-card__media img,
    .pg-list-card:focus-within .pg-list-card__media img,
    .pg-home-game-card:hover .pg-home-game-card__media img,
    .pg-home-game-card:focus-within .pg-home-game-card__media img {
        transform: scale(1.05);
    }

    .pg-cover-loader-host.pg-list-card__media > img,
    .pg-cover-loader-host.pg-home-game-card__media > img {
        transition: opacity 220ms ease, transform 700ms ease;
    }

    .pg-cover-loader-host.pg-detail-pc-poster > img,
    .pg-detail-pc-related-card .pg-cover-loader-host > img {
        transition: opacity 220ms ease, transform 700ms ease;
    }
}

.pg-cover-loader-host.is-cover-loading > img,
.pg-cover-loader-host.is-cover-error > img {
    opacity: 0;
}

.pg-cover-loader-host.is-cover-loaded > img {
    opacity: 1;
}

.pg-home-hero.is-hero-cover-loading .pg-home-hero__dots {
    opacity: 0;
    pointer-events: none;
}

.pg-cover-loader {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(9px, 4%, 16px);
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    overflow: hidden;
    background: transparent;
    transition: opacity 220ms ease, transform 220ms ease;
}

.pg-cover-loader-host.is-cover-loading .pg-cover-loader,
.pg-cover-loader-host.is-cover-error .pg-cover-loader {
    opacity: 1;
}

.pg-cover-loader-host.is-cover-loaded .pg-cover-loader {
    opacity: 0;
    transform: scale(0.98);
}

.pg-cover-loader__pad {
    position: relative;
    width: clamp(64px, 18%, 118px);
    height: clamp(34px, 9%, 62px);
    min-width: 56px;
    min-height: 30px;
    max-width: 118px;
    max-height: 62px;
    border: 2px solid #7d8997;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.64);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 8px 22px rgba(148, 163, 184, 0.16);
}

.pg-cover-loader-host.is-cover-loading .pg-cover-loader__pad {
    animation: pg-cover-loader-pad 1.8s ease-in-out infinite;
}

.pg-cover-loader__cross,
.pg-cover-loader__cross::before {
    position: absolute;
    left: 24%;
    top: 43%;
    width: 18%;
    height: 9%;
    min-width: 8px;
    min-height: 3px;
    border-radius: 999px;
    background: #5e6a78;
    content: "";
}

.pg-cover-loader__cross::before {
    left: 38%;
    top: -100%;
    width: 24%;
    height: 320%;
    min-width: 3px;
}

.pg-cover-loader__button {
    position: absolute;
    right: 27%;
    top: 30%;
    width: 12%;
    height: 22%;
    min-width: 6px;
    min-height: 6px;
    border-radius: 999px;
    background: #7c8795;
}

.pg-cover-loader__button--two {
    right: 13%;
    top: 50%;
    background: #929daa;
}

.pg-cover-loader__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 72px;
    min-height: 12px;
}

.pg-cover-loader__dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 999px;
    background: #697584;
}

.pg-cover-loader-host.is-cover-loading .pg-cover-loader__dot {
    animation: pg-cover-loader-dot 1.1s ease-in-out infinite;
}

.pg-cover-loader__dot:nth-child(2) {
    animation-delay: 140ms;
}

.pg-cover-loader__dot:nth-child(3) {
    animation-delay: 280ms;
}

.pg-cover-loader-host.is-cover-error {
    background: linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
}

.pg-cover-loader-host.is-cover-error .pg-cover-loader__pad {
    animation: none;
}

.pg-cover-loader-host.is-cover-error .pg-cover-loader__dot,
.is-cover-error .pg-cover-loader__dot {
    animation: none;
    opacity: 0;
}

@keyframes pg-cover-loader-pad {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

@keyframes pg-cover-loader-dot {
    0%,
    80%,
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
    40% {
        opacity: 1;
        transform: scale(1.35);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pg-cover-loader__pad,
    .pg-cover-loader__dot {
        animation: none;
    }
}

.pg-detail-pc-hot-row__image {
    overflow: visible;
}

.pg-detail-pc-hot-row__image em {
    right: 2px !important;
    bottom: 2px !important;
    z-index: 3;
    min-width: 30px;
    height: 18px;
    padding: 0 6px;
    box-sizing: border-box;
}
