.hhb-game-catalog.hhb-site-shell .content > .inner,
.hhb-game-catalog.hhb-site-shell .v2_nav_content_group.inner {
    width: min(1440px, calc(100% - 208px));
    min-width: 0;
}

.hhb-game-catalog .daishou-div { display: none; }

.hhb-game-catalog .hhb-catalog-recommended,
.hhb-game-catalog #list {
    box-sizing: border-box;
    padding: 24px;
    border: 1px solid var(--hhb-brand-line);
    border-radius: 16px;
    background: #fff;
}

.hhb-game-catalog .hhb-catalog-recommended h1 {
    margin: 0 0 32px;
    color: #292e36;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.hhb-game-catalog .hhb-catalog-recommended h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.hhb-catalog-recommended h2 svg { width: 22px; height: 22px; color: #ff9546; }

.hhb-game-catalog .hhb-catalog-hot-grid,
.hhb-game-catalog #list .game_division_con_list {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 24px 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
}

.hhb-game-catalog #list .game_division_con_list::before,
.hhb-game-catalog #list .game_division_con_list::after {
    display: none;
    content: none;
}

.hhb-game-catalog .hhb-catalog-hot-grid li,
.hhb-game-catalog #list .game_division_con_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: none;
    box-sizing: border-box;
    width: auto;
    height: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.hhb-catalog-hot-grid a { display: flex; flex-direction: column; align-items: center; width: 100%; }

.hhb-game-catalog .hhb-catalog-hot-grid img,
.hhb-game-catalog #list .game_division_con_list_img,
.hhb-game-catalog #list .game_division_con_list_img img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    margin: 0;
    border-radius: 16px;
    object-fit: cover;
}

.hhb-game-catalog .hhb-catalog-hot-grid span,
.hhb-game-catalog #list .game_division_con_list_txt {
    display: block;
    width: 100%;
    height: 40px;
    margin: 10px 0 0;
    padding: 0;
    color: #444b55;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}

.hhb-game-catalog .hhb-catalog-hot-grid a:hover span,
.hhb-game-catalog #list .game_division_con_list_txt:hover { color: var(--hhb-brand-ink); }

.hhb-game-catalog #list { margin: 16px 0 24px; }

.hhb-catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.hhb-catalog-tabs { display: flex; gap: 36px; }
.hhb-catalog-tabs button {
    position: relative;
    padding: 10px 4px 14px;
    border: 0;
    background: transparent;
    color: #5b6069;
    font-size: 18px;
    cursor: pointer;
}
.hhb-catalog-tabs button[aria-selected="true"] { color: #302d27; font-weight: 600; }
.hhb-catalog-tabs button[aria-selected="true"]::after {
    position: absolute; bottom: 3px; left: calc(50% - 12px);
    width: 24px; height: 3px; border-radius: 3px; background: #efb52e; content: "";
}

.hhb-game-catalog .game_list_search {
    box-sizing: border-box; flex: 0 1 290px; width: 290px; height: 42px;
    margin: 0; padding: 0 14px; border: 1px solid transparent; border-radius: 9px;
    background: var(--hhb-surface-soft);
}
.hhb-game-catalog .game_list_search:focus-within { border-color: #e8bb55; }
.hhb-game-catalog .game_list_search input { width: 0; min-width: 0; padding: 0; background: transparent; }
.hhb-game-catalog .game_list_search button { flex-shrink: 0; padding: 0 0 0 12px; border: 0; background: transparent; color: var(--hhb-brand-ink); font-size: 14px; font-weight: 600; cursor: pointer; }

.hhb-game-catalog #list .game_division_con { margin: 0; padding: 0; background: transparent; }
.hhb-game-catalog #list .hot_keywords { display: none; }
.hhb-game-catalog #list .index-list {
    display: grid; grid-template-columns: 48px repeat(26, minmax(0, 1fr)); gap: 2px;
    box-sizing: border-box; width: 100%; height: auto; min-height: 44px;
    margin: 0 0 24px; padding: 6px 10px; border: 0; border-radius: 9px;
    background: var(--hhb-surface-soft);
}
.hhb-game-catalog #list .index-item {
    width: auto; min-width: 0; padding: 5px 0; border: 0; border-radius: 5px;
    background: transparent; color: #737881; font-size: 13px; line-height: 20px; cursor: pointer;
}
.hhb-game-catalog #list .index-item.active { background: var(--hhb-brand-soft); color: var(--hhb-brand-ink); font-weight: 600; }
.hhb-game-catalog #list .index-item:disabled { opacity: .35; cursor: default; }
.hhb-game-catalog #list [hidden] { display: none !important; }
.hhb-game-catalog .hhb-catalog-empty { padding: 50px 0; text-align: center; color: #8c9097; }
.hhb-game-catalog #list button:focus-visible,
.hhb-game-catalog #list a:focus-visible,
.hhb-catalog-hot-grid a:focus-visible { outline: 2px solid #e8bb55; outline-offset: 3px; }

@media (max-width: 1400px) {
    .hhb-game-catalog .hhb-catalog-hot-grid img,
    .hhb-game-catalog #list .game_division_con_list_img,
    .hhb-game-catalog #list .game_division_con_list_img img { width: 68px !important; height: 68px !important; border-radius: 13px; }
    .hhb-game-catalog .hhb-catalog-hot-grid span,
    .hhb-game-catalog #list .game_division_con_list_txt { font-size: 13px; }
}
@media (max-width: 1100px) {
    .hhb-game-catalog .hhb-catalog-hot-grid,
    .hhb-game-catalog #list .game_division_con_list { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .hhb-game-catalog #list .index-list { grid-template-columns: repeat(14, minmax(0, 1fr)); }
    .hhb-catalog-tabs { gap: 16px; }
}
