{"id":35886,"date":"2026-01-07T13:42:39","date_gmt":"2026-01-07T12:42:39","guid":{"rendered":"https:\/\/www.recharge.com\/blog?p=35886"},"modified":"2026-01-13T13:42:29","modified_gmt":"2026-01-13T12:42:29","slug":"what-game-should-i-play-next-the-2026-guide-quiz","status":"publish","type":"post","link":"https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz","title":{"rendered":"What Game Should I Play Next? The 2026 Guide &#038; Quiz"},"content":{"rendered":"\n<style>\n* { margin: 0; padding: 0; box-sizing: border-box; }\n\nbody {\n    font-family: 'Inter', sans-serif;\n    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);\n    color: #1a202c;\n    min-height: 100vh;\n}\n\n.container {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 20px;\n}\n\n.header {\n    text-align: center;\n    margin-bottom: 40px;\n    padding: 40px 0;\n    background: rgba(255, 255, 255, 0.9);\n    border-radius: 20px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n}\n\n.recharge-brand {\n    color: #22c55e;\n    font-size: 1rem;\n    font-weight: 700;\n    margin-bottom: 10px;\n    letter-spacing: 1px;\n}\n\n.header h1 {\n    font-size: 2.5rem;\n    font-weight: 900;\n    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    margin-bottom: 15px;\n}\n\n.screen {\n    background: rgba(255, 255, 255, 0.9);\n    border-radius: 20px;\n    padding: 40px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n    text-align: center;\n    margin-bottom: 20px;\n}\n\n.screen.hidden { display: none; }\n\n.progress-bar {\n    width: 100%;\n    height: 8px;\n    background: rgba(148, 163, 184, 0.2);\n    border-radius: 10px;\n    margin: 20px 0;\n}\n\n.progress-fill {\n    height: 100%;\n    background: linear-gradient(90deg, #22c55e, #16a34a);\n    border-radius: 10px;\n    width: 0%;\n    transition: width 0.5s ease;\n}\n\n.btn {\n    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);\n    color: white;\n    border: none;\n    padding: 15px 30px;\n    border-radius: 12px;\n    font-size: 1.1rem;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    text-decoration: none;\n    display: inline-block;\n    margin: 10px;\n}\n\n.btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.3);\n}\n\n.btn.secondary {\n    background: white;\n    color: #22c55e;\n    border: 2px solid #22c55e;\n}\n\n.btn.secondary:hover {\n    background: #22c55e;\n    color: white;\n}\n\n.btn.skip {\n    background: transparent;\n    color: #94a3b8;\n    border: 1px solid #e2e8f0;\n    padding: 10px 20px;\n    font-size: 0.9rem;\n}\n\n.btn.skip:hover {\n    background: #f1f5f9;\n    color: #64748b;\n    transform: none;\n    box-shadow: none;\n}\n\n.btn:disabled {\n    background: #94a3b8;\n    cursor: not-allowed;\n    transform: none;\n    box-shadow: none;\n}\n\n.mode-cards {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n}\n\n.mode-card {\n    background: white;\n    border: 3px solid #e2e8f0;\n    border-radius: 20px;\n    padding: 30px;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    text-align: center;\n}\n\n.mode-card:hover {\n    border-color: #22c55e;\n    transform: translateY(-5px);\n    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.15);\n}\n\n.mode-icon { font-size: 3rem; margin-bottom: 15px; }\n\n.mode-card h3 {\n    font-size: 1.3rem;\n    margin-bottom: 10px;\n    color: #1a202c;\n}\n\n.mode-card p {\n    color: #64748b;\n    font-size: 0.95rem;\n    line-height: 1.5;\n}\n\n.mode-badge {\n    display: inline-block;\n    background: #22c55e;\n    color: white;\n    padding: 4px 12px;\n    border-radius: 20px;\n    font-size: 0.75rem;\n    font-weight: 600;\n    margin-top: 10px;\n}\n\n.question-container {\n    margin: 30px 0;\n    text-align: left;\n}\n\n.question-title {\n    font-size: 1.5rem;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 15px;\n    text-align: center;\n}\n\n.question-subtitle {\n    color: #64748b;\n    margin-bottom: 25px;\n    text-align: center;\n}\n\n.options-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 15px;\n    margin: 20px 0;\n}\n\n.option-card {\n    background: white;\n    border: 2px solid #e2e8f0;\n    border-radius: 15px;\n    padding: 20px;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    text-align: center;\n}\n\n.option-card:hover {\n    border-color: #22c55e;\n    background: rgba(34, 197, 94, 0.05);\n    transform: translateY(-2px);\n}\n\n.option-card.selected {\n    border-color: #22c55e;\n    background: rgba(34, 197, 94, 0.1);\n}\n\n.option-icon { font-size: 2rem; margin-bottom: 10px; }\n\n.slider-container { margin: 30px 0; }\n\n.slider {\n    width: 100%;\n    height: 8px;\n    border-radius: 5px;\n    background: #e2e8f0;\n    outline: none;\n    -webkit-appearance: none;\n}\n\n.slider::-webkit-slider-thumb {\n    -webkit-appearance: none;\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background: #22c55e;\n    cursor: pointer;\n    box-shadow: 0 2px 6px rgba(0,0,0,0.2);\n}\n\n.slider-labels {\n    display: flex;\n    justify-content: space-between;\n    margin-top: 10px;\n    font-size: 0.9rem;\n    color: #64748b;\n}\n\n.slider-value {\n    text-align: center;\n    font-size: 1.2rem;\n    font-weight: 600;\n    color: #22c55e;\n    margin-top: 10px;\n}\n\n\/* IMPROVED GAME SELECTION GRID - More compact to show more games *\/\n.games-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));\n    gap: 10px;\n    max-height: 550px;\n    overflow-y: auto;\n    margin: 15px 0;\n    padding: 15px;\n    background: rgba(248, 250, 252, 0.5);\n    border-radius: 12px;\n    border: 1px solid #e2e8f0;\n}\n\n.games-grid::-webkit-scrollbar { width: 8px; }\n.games-grid::-webkit-scrollbar-track { background: #f1f5f9; border-radius: 4px; }\n.games-grid::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }\n.games-grid::-webkit-scrollbar-thumb:hover { background: #22c55e; }\n\n.game-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    padding: 12px 8px;\n    border: 2px solid #e2e8f0;\n    border-radius: 10px;\n    cursor: pointer;\n    transition: all 0.2s ease;\n    background: white;\n    text-align: center;\n    position: relative;\n    min-height: 90px;\n}\n\n.game-item:hover {\n    border-color: #22c55e;\n    background: rgba(34, 197, 94, 0.05);\n}\n\n.game-item.selected {\n    border-color: #22c55e;\n    background: rgba(34, 197, 94, 0.1);\n}\n\n.game-item.selected::after {\n    content: '\u2713';\n    position: absolute;\n    top: 5px;\n    right: 5px;\n    background: #22c55e;\n    color: white;\n    width: 18px;\n    height: 18px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.65rem;\n    font-weight: 700;\n}\n\n.game-icon {\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: white;\n    font-weight: 700;\n    font-size: 0.7rem;\n    margin-bottom: 6px;\n    flex-shrink: 0;\n}\n\n.game-item h3 {\n    font-size: 0.75rem;\n    color: #1a202c;\n    line-height: 1.2;\n    margin-bottom: 2px;\n}\n\n.game-item p {\n    font-size: 0.65rem;\n    color: #64748b;\n}\n\n.new-badge {\n    position: absolute;\n    top: 5px;\n    left: 5px;\n    background: #ef4444;\n    color: white;\n    font-size: 0.55rem;\n    padding: 2px 5px;\n    border-radius: 4px;\n    font-weight: 600;\n}\n\n.search-box {\n    width: 100%;\n    padding: 12px 15px;\n    border: 2px solid #e2e8f0;\n    border-radius: 10px;\n    font-size: 1rem;\n    margin-bottom: 12px;\n    background: white;\n}\n\n.search-box:focus {\n    outline: none;\n    border-color: #22c55e;\n}\n\n.filter-tabs {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    margin-bottom: 12px;\n    justify-content: center;\n}\n\n.filter-tab {\n    padding: 6px 12px;\n    border: 1px solid #e2e8f0;\n    border-radius: 20px;\n    background: white;\n    cursor: pointer;\n    font-size: 0.8rem;\n    transition: all 0.2s ease;\n}\n\n.filter-tab:hover, .filter-tab.active {\n    background: #22c55e;\n    color: white;\n    border-color: #22c55e;\n}\n\n.selection-stats {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 10px 15px;\n    background: rgba(34, 197, 94, 0.1);\n    border-radius: 8px;\n    margin-bottom: 12px;\n}\n\n.battle-cards {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 20px;\n    margin: 30px 0;\n    flex-wrap: nowrap;\n}\n\n.battle-vs {\n    font-size: 1.5rem;\n    color: #94a3b8;\n    font-weight: 700;\n    flex-shrink: 0;\n    padding: 0 10px;\n}\n\n.battle-card {\n    background: white;\n    border-radius: 15px;\n    padding: 25px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\n    cursor: pointer;\n    transition: all 0.3s ease;\n    min-width: 280px;\n    max-width: 320px;\n    flex: 1;\n    text-align: center;\n    border: 2px solid #e2e8f0;\n}\n\n.battle-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);\n    border-color: #22c55e;\n}\n\n.battle-card.winner {\n    border: 3px solid #22c55e;\n    background: rgba(34, 197, 94, 0.05);\n}\n\n.battle-card.loser {\n    opacity: 0.6;\n    transform: scale(0.98);\n}\n\n.battle-genre-tag {\n    display: inline-block;\n    background: #f1f5f9;\n    color: #475569;\n    padding: 4px 10px;\n    border-radius: 15px;\n    font-size: 0.75rem;\n    margin-top: 8px;\n}\n\n.final-result {\n    text-align: center;\n    padding: 40px;\n    display: none;\n}\n\n.final-result.active { display: block; }\n\n.final-game {\n    background: white;\n    border-radius: 20px;\n    padding: 40px;\n    margin: 30px 0;\n    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);\n}\n\n.final-game-icon {\n    width: 80px;\n    height: 80px;\n    border-radius: 15px;\n    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: white;\n    font-weight: 700;\n    font-size: 1.5rem;\n    margin: 0 auto 20px;\n}\n\n.recommendation-explanation {\n    background: rgba(34, 197, 94, 0.1);\n    border-radius: 15px;\n    padding: 20px;\n    margin: 20px 0;\n    text-align: left;\n}\n\n.similar-games {\n    margin-top: 40px;\n    padding: 40px;\n    background: rgba(255, 255, 255, 0.9);\n    border-radius: 20px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n}\n\n.similar-games-list {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin-top: 20px;\n    max-height: 400px;\n    overflow-y: auto;\n    padding: 10px;\n    background: rgba(248, 250, 252, 0.5);\n    border-radius: 10px;\n}\n\n.similar-game-card {\n    display: flex;\n    align-items: center;\n    background: white;\n    border-radius: 10px;\n    padding: 15px;\n    border: 2px solid #e2e8f0;\n    transition: all 0.3s ease;\n    gap: 15px;\n}\n\n.similar-game-card:hover {\n    border-color: #22c55e;\n    transform: translateY(-1px);\n}\n\n.similar-game-info { flex: 1; text-align: left; }\n\n.load-more-btn {\n    background: white;\n    border: 2px solid #22c55e;\n    color: #22c55e;\n    padding: 12px 25px;\n    border-radius: 10px;\n    font-size: 1rem;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    margin: 15px auto;\n    display: block;\n}\n\n.load-more-btn:hover {\n    background: #22c55e;\n    color: white;\n}\n\n.recharge-section {\n    margin-top: 40px;\n    padding: 40px;\n    background: rgba(255, 255, 255, 0.9);\n    border-radius: 20px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n}\n\n.products-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));\n    gap: 20px;\n    margin-top: 30px;\n}\n\n.product-card {\n    background: white;\n    border-radius: 16px;\n    padding: 12px;\n    text-decoration: none;\n    color: inherit;\n    transition: all 0.3s ease;\n    border: 2px solid #e2e8f0;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n}\n\n.product-card:hover {\n    border-color: #22c55e;\n    transform: translateY(-3px);\n    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n}\n\n.product-image {\n    width: 100%;\n    max-width: 180px;\n    height: auto;\n    border-radius: 12px;\n    margin-bottom: 10px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n}\n\n.product-card h4 {\n    font-size: 0.85rem;\n    font-weight: 600;\n    color: #1a202c;\n    margin-top: 5px;\n}\n\n.country-selector {\n    padding: 12px 20px;\n    font-size: 1rem;\n    border: 2px solid #e2e8f0;\n    border-radius: 10px;\n    background: white;\n    cursor: pointer;\n    margin: 20px 0;\n    min-width: 250px;\n}\n\n.country-selector:focus {\n    outline: none;\n    border-color: #22c55e;\n}\n\n@media (max-width: 768px) {\n    .options-grid { grid-template-columns: 1fr; }\n    .products-grid { grid-template-columns: repeat(2, 1fr); }\n    .games-grid { grid-template-columns: repeat(2, 1fr); max-height: 400px; }\n    .battle-cards { flex-direction: column; gap: 15px; }\n    .battle-card { min-width: auto; max-width: 100%; width: 100%; }\n    .battle-vs { padding: 5px 0; }\n    .header h1 { font-size: 1.8rem; }\n    .container { padding: 10px; }\n    .screen { padding: 25px; }\n    .mode-cards { grid-template-columns: 1fr; }\n}\n<\/style>\n<\/head>\n<body>\n\n<div class=\"container\">\n    <div class=\"header\">\n        <div class=\"recharge-brand\">RECHARGE.COM<\/div>\n        <h1>Game Recommendation Quiz<\/h1>\n        <p>Find your perfect next game from 100+ titles including 2026 releases<\/p>\n        \n        <div class=\"progress-bar\">\n            <div id=\"gq_progress_fill\" class=\"progress-fill\"><\/div>\n        <\/div>\n        <p id=\"gq_progress_text\">Choose your mode<\/p>\n    <\/div>\n\n    <!-- Mode Selection Screen -->\n    <div id=\"gq_mode_screen\" class=\"screen\">\n        <h2 style=\"margin-bottom: 10px;\">How Would You Like to Find Games?<\/h2>\n        <p style=\"margin-bottom: 30px; color: #64748b;\">Choose the method that suits you best<\/p>\n        \n        <div class=\"mode-cards\">\n            <div class=\"mode-card\" onclick=\"gqSelectMode('battle')\">\n                <div class=\"mode-icon\">\u2694\ufe0f<\/div>\n                <h3>Battle Mode<\/h3>\n                <p>Pick games you&#8217;ve played, then choose between pairs of recommendations. Fast and fun!<\/p>\n                <div class=\"mode-badge\">~8 minutes \u2022 30 rounds<\/div>\n            <\/div>\n            \n            <div class=\"mode-card\" onclick=\"gqSelectMode('questionnaire')\">\n                <div class=\"mode-icon\">\ud83d\udccb<\/div>\n                <h3>Questionnaire Mode<\/h3>\n                <p>Answer detailed questions about your preferences. More accurate recommendations!<\/p>\n                <div class=\"mode-badge\">~5 minutes \u2022 10 questions<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Gaming History Screen -->\n    <div id=\"gq_history_screen\" class=\"screen hidden\">\n        <h2>What Games Have You Loved?<\/h2>\n        <p style=\"margin-bottom: 15px; color: #64748b;\">Select games you&#8217;ve played and enjoyed to help us understand your taste.<\/p>\n        \n        <input type=\"text\" id=\"gq_game_search\" placeholder=\"\ud83d\udd0d Search games...\" class=\"search-box\" oninput=\"gqSearchGames(this.value)\">\n        \n        <div class=\"filter-tabs\" id=\"gq_filter_tabs\">\n            <span class=\"filter-tab active\" onclick=\"gqFilterGames('all', this)\">All<\/span>\n            <span class=\"filter-tab\" onclick=\"gqFilterGames('action', this)\">Action<\/span>\n            <span class=\"filter-tab\" onclick=\"gqFilterGames('rpg', this)\">RPG<\/span>\n            <span class=\"filter-tab\" onclick=\"gqFilterGames('strategy', this)\">Strategy<\/span>\n            <span class=\"filter-tab\" onclick=\"gqFilterGames('shooter', this)\">Shooter<\/span>\n            <span class=\"filter-tab\" onclick=\"gqFilterGames('horror', this)\">Horror<\/span>\n            <span class=\"filter-tab\" onclick=\"gqFilterGames('sports', this)\">Sports<\/span>\n            <span class=\"filter-tab\" onclick=\"gqFilterGames('indie', this)\">Indie<\/span>\n            <span class=\"filter-tab\" onclick=\"gqFilterGames('simulation', this)\">Simulation<\/span>\n            <span class=\"filter-tab\" onclick=\"gqFilterGames('2026', this)\">2026 \ud83c\udd95<\/span>\n        <\/div>\n        \n        <div class=\"selection-stats\">\n            <span><strong><span id=\"gq_selected_count\">0<\/span> games selected<\/strong><\/span>\n            <button class=\"btn skip\" onclick=\"gqRemoveAll()\" style=\"margin: 0; padding: 6px 12px;\">Clear All<\/button>\n        <\/div>\n        \n        <div id=\"gq_games_grid\" class=\"games-grid\"><\/div>\n        \n        <div style=\"margin-top: 25px;\">\n            <button class=\"btn\" onclick=\"gqProceedFromHistory()\">Continue \u2192<\/button>\n            <button class=\"btn skip\" onclick=\"gqSkipHistory()\">Skip this step<\/button>\n        <\/div>\n    <\/div>\n\n    <!-- Question Screens (Questionnaire Mode) -->\n    <div id=\"gq_question_screen\" class=\"screen hidden\">\n        <div id=\"gq_question_content\"><\/div>\n        <div style=\"margin-top: 30px;\">\n            <button class=\"btn secondary\" onclick=\"gqPrevQuestion()\" id=\"gq_prev_btn\" style=\"display: none;\">\u2190 Back<\/button>\n            <button class=\"btn\" onclick=\"gqNextQuestion()\" id=\"gq_next_btn\">Next \u2192<\/button>\n            <button class=\"btn skip\" onclick=\"gqSkipQuestion()\" id=\"gq_skip_btn\">Skip<\/button>\n        <\/div>\n    <\/div>\n\n    <!-- Battle Screen -->\n    <div id=\"gq_battle_screen\" class=\"screen hidden\">\n        <h2>Which Game Appeals More?<\/h2>\n        <p id=\"gq_battle_progress\" style=\"color: #22c55e; font-weight: 600;\">Round 1 of 30<\/p>\n        <p style=\"margin-bottom: 30px; color: #64748b;\">Pick the one you&#8217;d rather play to fine-tune your results.<\/p>\n        \n        <div class=\"battle-cards\">\n            <div id=\"gq_champion_card\" class=\"battle-card\" onclick=\"gqChooseWinner('champion')\">\n                <div id=\"gq_champion_icon\" class=\"game-icon\" style=\"margin: 0 auto 15px; width: 50px; height: 50px; font-size: 1rem;\"><\/div>\n                <h3 id=\"gq_champion_title\" style=\"margin-bottom: 8px; font-size: 1.1rem;\">Game Title<\/h3>\n                <p id=\"gq_champion_desc\" style=\"color: #64748b; font-size: 0.85rem; margin-bottom: 8px;\">Description<\/p>\n                <span id=\"gq_champion_genre\" class=\"battle-genre-tag\">Genre<\/span>\n            <\/div>\n            \n            <div class=\"battle-vs\">VS<\/div>\n            \n            <div id=\"gq_challenger_card\" class=\"battle-card\" onclick=\"gqChooseWinner('challenger')\">\n                <div id=\"gq_challenger_icon\" class=\"game-icon\" style=\"margin: 0 auto 15px; width: 50px; height: 50px; font-size: 1rem;\"><\/div>\n                <h3 id=\"gq_challenger_title\" style=\"margin-bottom: 8px; font-size: 1.1rem;\">Game Title<\/h3>\n                <p id=\"gq_challenger_desc\" style=\"color: #64748b; font-size: 0.85rem; margin-bottom: 8px;\">Description<\/p>\n                <span id=\"gq_challenger_genre\" class=\"battle-genre-tag\">Genre<\/span>\n            <\/div>\n        <\/div>\n        \n        <button class=\"btn skip\" onclick=\"gqShowSkipBattleScreen()\">Skip to Results<\/button>\n    <\/div>\n\n    <!-- Skip Battle - Select Top Games Screen -->\n    <div id=\"gq_skip_battle_screen\" class=\"screen hidden\">\n        <h2>\ud83c\udfaf Quick Pick Your Favorites<\/h2>\n        <p style=\"margin-bottom: 15px; color: #64748b;\">Before we show results, select a few games you love to improve recommendations.<\/p>\n        \n        <input type=\"text\" id=\"gq_skip_game_search\" placeholder=\"\ud83d\udd0d Search games...\" class=\"search-box\" oninput=\"gqSearchSkipGames(this.value)\">\n        \n        <div class=\"filter-tabs\" id=\"gq_skip_filter_tabs\">\n            <span class=\"filter-tab active\" onclick=\"gqFilterSkipGames('all', this)\">All<\/span>\n            <span class=\"filter-tab\" onclick=\"gqFilterSkipGames('action', this)\">Action<\/span>\n            <span class=\"filter-tab\" onclick=\"gqFilterSkipGames('rpg', this)\">RPG<\/span>\n            <span class=\"filter-tab\" onclick=\"gqFilterSkipGames('shooter', this)\">Shooter<\/span>\n            <span class=\"filter-tab\" onclick=\"gqFilterSkipGames('indie', this)\">Indie<\/span>\n            <span class=\"filter-tab\" onclick=\"gqFilterSkipGames('2026', this)\">2026 \ud83c\udd95<\/span>\n        <\/div>\n        \n        <div class=\"selection-stats\">\n            <span><strong><span id=\"gq_skip_selected_count\">0<\/span> games selected<\/strong><\/span>\n            <button class=\"btn skip\" onclick=\"gqClearSkipSelection()\" style=\"margin: 0; padding: 6px 12px;\">Clear All<\/button>\n        <\/div>\n        \n        <div id=\"gq_skip_games_grid\" class=\"games-grid\"><\/div>\n        \n        <div style=\"margin-top: 25px;\">\n            <button class=\"btn\" onclick=\"gqProceedFromSkipBattle()\">Get My Results \u2192<\/button>\n            <button class=\"btn skip\" onclick=\"gqSkipWithoutSelection()\">Skip anyway<\/button>\n        <\/div>\n    <\/div>\n\n    <!-- Results Screen -->\n    <div id=\"gq_final_result\" class=\"final-result\">\n        <h2>\ud83c\udfaf Your Perfect Match!<\/h2>\n        \n        <div class=\"final-game\">\n            <div id=\"gq_final_icon\" class=\"final-game-icon\"><\/div>\n            <h3 id=\"gq_final_title\" style=\"font-size: 1.8rem; margin-bottom: 8px;\">Game Title<\/h3>\n            <p id=\"gq_final_genre\" style=\"font-size: 1.1rem; color: #64748b; margin-bottom: 8px;\">Genre<\/p>\n            <p id=\"gq_final_rating\" style=\"font-size: 1rem; color: #22c55e; margin-bottom: 15px;\">\u2605 4.8 \u2022 95% Match<\/p>\n            <p id=\"gq_final_description\" style=\"font-size: 0.95rem; line-height: 1.6; color: #475569;\">Description<\/p>\n        <\/div>\n        \n        <div class=\"recommendation-explanation\">\n            <h4 style=\"color: #22c55e; margin-bottom: 12px;\">Why This Game?<\/h4>\n            <div id=\"gq_explanation_content\"><\/div>\n        <\/div>\n        \n        <div id=\"gq_similar_games\" class=\"similar-games\">\n            <h3 style=\"text-align: center; font-size: 1.3rem; color: #1a202c; margin-bottom: 10px;\">More Games You&#8217;ll Love<\/h3>\n            <div id=\"gq_similar_list\" class=\"similar-games-list\"><\/div>\n            <button id=\"gq_load_more\" class=\"load-more-btn\" onclick=\"gqLoadMoreGames()\" style=\"display: none;\">Show More<\/button>\n        <\/div>\n        \n        <button class=\"btn\" onclick=\"gqRestart()\">Start Over<\/button>\n    <\/div>\n\n    <!-- Products Section -->\n    <div id=\"gq_recharge_section\" class=\"recharge-section\">\n        <h3 style=\"text-align: center; font-size: 1.5rem; color: #22c55e; margin-bottom: 8px;\">\ud83c\udfae Gaming Gift Cards<\/h3>\n        <p style=\"text-align: center; color: #64748b; margin-bottom: 20px;\">Get your games instantly<\/p>\n        \n        <div style=\"text-align: center;\">\n            <select id=\"gq_country_selector\" class=\"country-selector\" onchange=\"gqLoadProducts(this.value)\">\n                <option value=\"us\">\ud83c\uddfa\ud83c\uddf8 United States<\/option>\n                <option value=\"gb\">\ud83c\uddec\ud83c\udde7 United Kingdom<\/option>\n                <option value=\"de\">\ud83c\udde9\ud83c\uddea Germany<\/option>\n                <option value=\"fr\">\ud83c\uddeb\ud83c\uddf7 France<\/option>\n                <option value=\"nl\">\ud83c\uddf3\ud83c\uddf1 Netherlands<\/option>\n                <option value=\"es\">\ud83c\uddea\ud83c\uddf8 Spain<\/option>\n                <option value=\"it\">\ud83c\uddee\ud83c\uddf9 Italy<\/option>\n                <option value=\"ca\">\ud83c\udde8\ud83c\udde6 Canada<\/option>\n                <option value=\"au\">\ud83c\udde6\ud83c\uddfa Australia<\/option>\n            <\/select>\n        <\/div>\n        \n        <div id=\"gq_products_grid\" class=\"products-grid\"><\/div>\n    <\/div>\n<\/div>\n\n<script>\n\/\/ ============================================\n\/\/ GENRE FAMILIES FOR STRICT MATCHING\n\/\/ ============================================\nvar GENRE_FAMILIES = {\n    'arpg': ['arpg'],\n    'crpg': ['crpg'],\n    'jrpg': ['jrpg'],\n    'soulslike': ['soulslike'],\n    'shooter': ['shooter'],\n    'strategy': ['strategy'],\n    'horror': ['horror'],\n    'sports': ['sports'],\n    'simulation': ['simulation'],\n    'fighting': ['fighting'],\n    'action-adv': ['action-adv'],\n    'indie': ['indie'],\n    'sandbox': ['sandbox']\n};\n\nvar RELATED_FAMILIES = {\n    'arpg': ['soulslike', 'action-adv'],\n    'crpg': ['jrpg', 'strategy'],\n    'jrpg': ['crpg', 'arpg'],\n    'soulslike': ['arpg', 'action-adv'],\n    'shooter': ['action-adv'],\n    'strategy': ['crpg', 'simulation'],\n    'horror': ['action-adv', 'shooter'],\n    'sports': [],\n    'simulation': ['sandbox', 'strategy'],\n    'fighting': ['action-adv'],\n    'action-adv': ['arpg', 'shooter', 'horror'],\n    'indie': ['arpg', 'action-adv'],\n    'sandbox': ['simulation', 'indie']\n};\n\n\/\/ ============================================\n\/\/ GAME DATABASE (100+ games)\n\/\/ ============================================\nvar gqGAMES = [\n    \/\/ ===== ACTION RPG \/ ARPG (family: \"arpg\") - 60 games =====\n    { id: 1, title: \"Diablo IV\", genre: \"Action RPG\", rating: 4.6, description: \"Dark fantasy hack-and-slash with online world\", categories: [\"rpg\", \"action\", \"coop\", \"openworld\"], family: \"arpg\", is2026: false },\n    { id: 2, title: \"Diablo III: Reaper of Souls\", genre: \"Action RPG\", rating: 4.5, description: \"Classic loot-driven dungeon crawler\", categories: [\"rpg\", \"action\", \"coop\"], family: \"arpg\", is2026: false },\n    { id: 3, title: \"Path of Exile\", genre: \"Action RPG\", rating: 4.7, description: \"Deep F2P ARPG with complex builds\", categories: [\"rpg\", \"action\", \"coop\"], family: \"arpg\", is2026: false },\n    { id: 4, title: \"Path of Exile 2\", genre: \"Action RPG\", rating: 4.8, description: \"Standalone sequel with new campaign\", categories: [\"rpg\", \"action\", \"coop\"], family: \"arpg\", is2026: true },\n    { id: 5, title: \"Grim Dawn\", genre: \"Action RPG\", rating: 4.5, description: \"Dark Victorian-era ARPG\", categories: [\"rpg\", \"action\"], family: \"arpg\", is2026: false },\n    { id: 6, title: \"Titan Quest Anniversary\", genre: \"Action RPG\", rating: 4.3, description: \"Mythology-based dungeon crawler\", categories: [\"rpg\", \"action\", \"mythology\"], family: \"arpg\", is2026: false },\n    { id: 7, title: \"Titan Quest 2\", genre: \"Action RPG\", rating: 4.4, description: \"Mythology hack-and-slash sequel\", categories: [\"rpg\", \"action\", \"mythology\"], family: \"arpg\", is2026: true },\n    { id: 8, title: \"Last Epoch\", genre: \"Action RPG\", rating: 4.4, description: \"Time-traveling ARPG with deep crafting\", categories: [\"rpg\", \"action\"], family: \"arpg\", is2026: false },\n    { id: 9, title: \"Torchlight II\", genre: \"Action RPG\", rating: 4.4, description: \"Colorful dungeon crawler with pets\", categories: [\"rpg\", \"action\", \"coop\"], family: \"arpg\", is2026: false },\n    { id: 10, title: \"Torchlight III\", genre: \"Action RPG\", rating: 3.8, description: \"Frontier-themed dungeon crawler\", categories: [\"rpg\", \"action\", \"coop\"], family: \"arpg\", is2026: false },\n    { id: 11, title: \"Monster Hunter: World\", genre: \"Action RPG\", rating: 4.7, description: \"Hunt massive monsters with deep combat\", categories: [\"action\", \"coop\", \"hunting\"], family: \"arpg\", is2026: false },\n    { id: 12, title: \"Monster Hunter Rise\", genre: \"Action RPG\", rating: 4.6, description: \"Agile monster hunting with wirebug\", categories: [\"action\", \"coop\", \"hunting\"], family: \"arpg\", is2026: false },\n    { id: 13, title: \"Monster Hunter Rise: Sunbreak\", genre: \"Action RPG\", rating: 4.6, description: \"Massive expansion with new monsters\", categories: [\"action\", \"coop\", \"hunting\"], family: \"arpg\", is2026: false },\n    { id: 14, title: \"Monster Hunter Wilds\", genre: \"Action RPG\", rating: 4.8, description: \"Next-gen monster hunting\", categories: [\"action\", \"coop\", \"hunting\"], family: \"arpg\", is2026: true },\n    { id: 15, title: \"Dragon's Dogma 2\", genre: \"Action RPG\", rating: 4.5, description: \"Open world with unique pawn system\", categories: [\"rpg\", \"action\", \"openworld\"], family: \"arpg\", is2026: false },\n    { id: 16, title: \"Dragon's Dogma: Dark Arisen\", genre: \"Action RPG\", rating: 4.4, description: \"Cult classic action RPG\", categories: [\"rpg\", \"action\", \"openworld\"], family: \"arpg\", is2026: false },\n    { id: 17, title: \"Kingdoms of Amalur: Re-Reckoning\", genre: \"Action RPG\", rating: 4.2, description: \"Fantasy RPG with fluid combat\", categories: [\"rpg\", \"action\", \"fantasy\"], family: \"arpg\", is2026: false },\n    { id: 18, title: \"Outward\", genre: \"Action RPG\", rating: 4.1, description: \"Survival-focused RPG with co-op\", categories: [\"rpg\", \"survival\", \"coop\"], family: \"arpg\", is2026: false },\n    { id: 19, title: \"Chronicon\", genre: \"Action RPG\", rating: 4.5, description: \"Pixel art ARPG with deep endgame\", categories: [\"rpg\", \"action\", \"indie\"], family: \"arpg\", is2026: false },\n    { id: 20, title: \"Lost Ark\", genre: \"Action RPG MMO\", rating: 4.3, description: \"Korean ARPG MMO with isometric combat\", categories: [\"rpg\", \"action\", \"mmo\"], family: \"arpg\", is2026: false },\n    { id: 21, title: \"Wolcen: Lords of Mayhem\", genre: \"Action RPG\", rating: 3.9, description: \"Visually stunning ARPG\", categories: [\"rpg\", \"action\"], family: \"arpg\", is2026: false },\n    { id: 22, title: \"Victor Vran\", genre: \"Action RPG\", rating: 4.2, description: \"Demon hunter ARPG with platforming\", categories: [\"rpg\", \"action\"], family: \"arpg\", is2026: false },\n    { id: 23, title: \"Warhammer: Chaosbane\", genre: \"Action RPG\", rating: 4.0, description: \"Warhammer Fantasy hack-and-slash\", categories: [\"rpg\", \"action\", \"coop\"], family: \"arpg\", is2026: false },\n    { id: 24, title: \"Warhammer 40K: Inquisitor Martyr\", genre: \"Action RPG\", rating: 4.0, description: \"40K-themed ARPG\", categories: [\"rpg\", \"action\", \"scifi\"], family: \"arpg\", is2026: false },\n    { id: 25, title: \"Black Myth: Wukong\", genre: \"Action RPG\", rating: 4.7, description: \"Journey to the West action RPG\", categories: [\"rpg\", \"action\", \"mythology\"], family: \"arpg\", is2026: false },\n    { id: 26, title: \"Wild Hearts\", genre: \"Action RPG\", rating: 4.1, description: \"Monster hunting with karakuri\", categories: [\"action\", \"coop\", \"hunting\"], family: \"arpg\", is2026: false },\n    { id: 27, title: \"Diablo IV: Vessel of Hatred\", genre: \"Action RPG\", rating: 4.5, description: \"Major expansion with new class\", categories: [\"rpg\", \"action\", \"coop\"], family: \"arpg\", is2026: false },\n    { id: 28, title: \"Book of Demons\", genre: \"Action RPG\", rating: 4.2, description: \"Paper-craft dungeon crawler\", categories: [\"rpg\", \"action\", \"indie\"], family: \"arpg\", is2026: false },\n    { id: 29, title: \"Vikings - Wolves of Midgard\", genre: \"Action RPG\", rating: 3.9, description: \"Norse mythology ARPG\", categories: [\"rpg\", \"action\", \"mythology\"], family: \"arpg\", is2026: false },\n    { id: 30, title: \"Undecember\", genre: \"Action RPG\", rating: 4.0, description: \"F2P ARPG with rune system\", categories: [\"rpg\", \"action\"], family: \"arpg\", is2026: false },\n\n    \/\/ ===== SOULSLIKE (family: \"soulslike\") - 45 games =====\n    { id: 31, title: \"Dark Souls III\", genre: \"Soulslike\", rating: 4.7, description: \"Challenging action RPG finale\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: false },\n    { id: 32, title: \"Dark Souls Remastered\", genre: \"Soulslike\", rating: 4.6, description: \"Classic souls experience remastered\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: false },\n    { id: 33, title: \"Dark Souls II: Scholar of the First Sin\", genre: \"Soulslike\", rating: 4.4, description: \"Enhanced edition of Dark Souls II\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: false },\n    { id: 34, title: \"Elden Ring\", genre: \"Soulslike\", rating: 4.9, description: \"Open world souls masterpiece\", categories: [\"rpg\", \"soulslike\", \"openworld\"], family: \"soulslike\", is2026: false },\n    { id: 35, title: \"Elden Ring: Shadow of the Erdtree\", genre: \"Soulslike\", rating: 4.8, description: \"Massive DLC expansion\", categories: [\"rpg\", \"soulslike\", \"openworld\"], family: \"soulslike\", is2026: false },\n    { id: 36, title: \"Elden Ring: Nightreign\", genre: \"Co-op Roguelike\", rating: 4.7, description: \"Elden Ring co-op roguelike spinoff\", categories: [\"rpg\", \"soulslike\", \"coop\", \"roguelike\"], family: \"soulslike\", is2026: true },\n    { id: 37, title: \"Sekiro: Shadows Die Twice\", genre: \"Soulslike\", rating: 4.8, description: \"Shinobi action with precise combat\", categories: [\"action\", \"soulslike\", \"stealth\"], family: \"soulslike\", is2026: false },\n    { id: 38, title: \"Bloodborne\", genre: \"Soulslike\", rating: 4.9, description: \"Gothic horror souls experience\", categories: [\"rpg\", \"soulslike\", \"horror\"], family: \"soulslike\", is2026: false },\n    { id: 39, title: \"Nioh\", genre: \"Soulslike\", rating: 4.5, description: \"Samurai soulslike with stance system\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: false },\n    { id: 40, title: \"Nioh 2\", genre: \"Soulslike\", rating: 4.6, description: \"Enhanced samurai soulslike\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: false },\n    { id: 41, title: \"Nioh 3\", genre: \"Soulslike\", rating: 4.7, description: \"Next chapter in samurai souls\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: true },\n    { id: 42, title: \"Lies of P\", genre: \"Soulslike\", rating: 4.5, description: \"Pinocchio-inspired soulslike\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: false },\n    { id: 43, title: \"Lords of the Fallen (2023)\", genre: \"Soulslike\", rating: 4.2, description: \"Dark fantasy soulslike reboot\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: false },\n    { id: 44, title: \"The Surge\", genre: \"Soulslike\", rating: 4.1, description: \"Sci-fi soulslike with limb targeting\", categories: [\"rpg\", \"soulslike\", \"scifi\"], family: \"soulslike\", is2026: false },\n    { id: 45, title: \"The Surge 2\", genre: \"Soulslike\", rating: 4.2, description: \"Improved sci-fi soulslike\", categories: [\"rpg\", \"soulslike\", \"scifi\"], family: \"soulslike\", is2026: false },\n    { id: 46, title: \"Code Vein\", genre: \"Soulslike\", rating: 4.2, description: \"Anime vampire soulslike\", categories: [\"rpg\", \"soulslike\", \"anime\"], family: \"soulslike\", is2026: false },\n    { id: 47, title: \"Mortal Shell\", genre: \"Soulslike\", rating: 4.1, description: \"Compact soulslike with shell mechanics\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: false },\n    { id: 48, title: \"Salt and Sanctuary\", genre: \"Soulslike\", rating: 4.4, description: \"2D soulslike metroidvania\", categories: [\"indie\", \"soulslike\", \"metroidvania\"], family: \"soulslike\", is2026: false },\n    { id: 49, title: \"Salt and Sacrifice\", genre: \"Soulslike\", rating: 4.2, description: \"2D soulslike with mage hunting\", categories: [\"indie\", \"soulslike\", \"metroidvania\"], family: \"soulslike\", is2026: false },\n    { id: 50, title: \"Remnant: From the Ashes\", genre: \"Soulslike Shooter\", rating: 4.3, description: \"Souls-inspired co-op shooter\", categories: [\"shooter\", \"soulslike\", \"coop\"], family: \"soulslike\", is2026: false },\n    { id: 51, title: \"Remnant 2\", genre: \"Soulslike Shooter\", rating: 4.4, description: \"Expanded souls shooter sequel\", categories: [\"shooter\", \"soulslike\", \"coop\"], family: \"soulslike\", is2026: false },\n    { id: 52, title: \"Steelrising\", genre: \"Soulslike\", rating: 4.0, description: \"French Revolution automaton soulslike\", categories: [\"rpg\", \"soulslike\", \"historical\"], family: \"soulslike\", is2026: false },\n    { id: 53, title: \"Thymesia\", genre: \"Soulslike\", rating: 4.0, description: \"Plague-themed fast soulslike\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: false },\n    { id: 54, title: \"Wo Long: Fallen Dynasty\", genre: \"Soulslike\", rating: 4.3, description: \"Three Kingdoms soulslike\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: false },\n    { id: 55, title: \"Phantom Blade Zero\", genre: \"Soulslike\", rating: 4.6, description: \"Wuxia martial arts soulslike\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: true },\n    { id: 56, title: \"Ashen\", genre: \"Soulslike\", rating: 4.1, description: \"Minimalist co-op soulslike\", categories: [\"rpg\", \"soulslike\", \"coop\"], family: \"soulslike\", is2026: false },\n    { id: 57, title: \"Another Crab's Treasure\", genre: \"Soulslike\", rating: 4.3, description: \"Cute hermit crab soulslike\", categories: [\"indie\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: false },\n    { id: 58, title: \"Enotria: The Last Song\", genre: \"Soulslike\", rating: 4.1, description: \"Italian folklore soulslike\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: false },\n    { id: 59, title: \"Hellpoint\", genre: \"Soulslike\", rating: 4.0, description: \"Sci-fi space station soulslike\", categories: [\"rpg\", \"soulslike\", \"scifi\"], family: \"soulslike\", is2026: false },\n    { id: 60, title: \"Dolmen\", genre: \"Soulslike\", rating: 3.8, description: \"Cosmic horror soulslike\", categories: [\"rpg\", \"soulslike\", \"scifi\"], family: \"soulslike\", is2026: false },\n\n    \/\/ ===== CRPG \/ TACTICAL (family: \"crpg\") - 45 games =====\n    { id: 61, title: \"Baldur's Gate 3\", genre: \"CRPG\", rating: 4.9, description: \"Ultimate D&D experience\", categories: [\"rpg\", \"fantasy\", \"story\", \"tactical\"], family: \"crpg\", is2026: false },\n    { id: 62, title: \"Divinity: Original Sin 2\", genre: \"CRPG\", rating: 4.8, description: \"Deep tactical RPG with co-op\", categories: [\"rpg\", \"fantasy\", \"tactical\", \"coop\"], family: \"crpg\", is2026: false },\n    { id: 63, title: \"Divinity: Original Sin Enhanced\", genre: \"CRPG\", rating: 4.6, description: \"Elemental combat tactical RPG\", categories: [\"rpg\", \"fantasy\", \"tactical\", \"coop\"], family: \"crpg\", is2026: false },\n    { id: 64, title: \"Pillars of Eternity\", genre: \"CRPG\", rating: 4.5, description: \"Spiritual successor to Baldur's Gate\", categories: [\"rpg\", \"fantasy\", \"story\"], family: \"crpg\", is2026: false },\n    { id: 65, title: \"Pillars of Eternity II: Deadfire\", genre: \"CRPG\", rating: 4.5, description: \"Pirate-themed CRPG sequel\", categories: [\"rpg\", \"fantasy\", \"story\"], family: \"crpg\", is2026: false },\n    { id: 66, title: \"Pathfinder: Kingmaker\", genre: \"CRPG\", rating: 4.4, description: \"Kingdom management meets RPG\", categories: [\"rpg\", \"fantasy\", \"strategy\"], family: \"crpg\", is2026: false },\n    { id: 67, title: \"Pathfinder: Wrath of the Righteous\", genre: \"CRPG\", rating: 4.6, description: \"Epic crusade CRPG with mythic paths\", categories: [\"rpg\", \"fantasy\", \"story\"], family: \"crpg\", is2026: false },\n    { id: 68, title: \"Wasteland 2: Director's Cut\", genre: \"CRPG\", rating: 4.3, description: \"Post-apocalyptic tactical RPG\", categories: [\"rpg\", \"tactical\", \"postapoc\"], family: \"crpg\", is2026: false },\n    { id: 69, title: \"Wasteland 3\", genre: \"CRPG\", rating: 4.5, description: \"Colorado wasteland tactical RPG\", categories: [\"rpg\", \"tactical\", \"postapoc\", \"coop\"], family: \"crpg\", is2026: false },\n    { id: 70, title: \"Tyranny\", genre: \"CRPG\", rating: 4.3, description: \"Play as a villain's enforcer\", categories: [\"rpg\", \"fantasy\", \"story\"], family: \"crpg\", is2026: false },\n    { id: 71, title: \"Torment: Tides of Numenera\", genre: \"CRPG\", rating: 4.2, description: \"Philosophical sci-fantasy RPG\", categories: [\"rpg\", \"scifi\", \"story\"], family: \"crpg\", is2026: false },\n    { id: 72, title: \"Disco Elysium: The Final Cut\", genre: \"CRPG\", rating: 4.9, description: \"Revolutionary narrative RPG\", categories: [\"rpg\", \"story\", \"detective\"], family: \"crpg\", is2026: false },\n    { id: 73, title: \"Solasta: Crown of the Magister\", genre: \"CRPG\", rating: 4.3, description: \"Authentic D&D 5e tactical RPG\", categories: [\"rpg\", \"tactical\", \"fantasy\"], family: \"crpg\", is2026: false },\n    { id: 74, title: \"Warhammer 40K: Rogue Trader\", genre: \"CRPG\", rating: 4.4, description: \"40K CRPG with space exploration\", categories: [\"rpg\", \"tactical\", \"scifi\"], family: \"crpg\", is2026: false },\n    { id: 75, title: \"Shadowrun: Dragonfall\", genre: \"CRPG\", rating: 4.5, description: \"Berlin cyberpunk RPG\", categories: [\"rpg\", \"tactical\", \"cyberpunk\"], family: \"crpg\", is2026: false },\n    { id: 76, title: \"Shadowrun: Hong Kong\", genre: \"CRPG\", rating: 4.4, description: \"Hong Kong cyberpunk RPG\", categories: [\"rpg\", \"tactical\", \"cyberpunk\"], family: \"crpg\", is2026: false },\n    { id: 77, title: \"XCOM 2\", genre: \"Tactical Strategy\", rating: 4.6, description: \"Alien resistance tactical combat\", categories: [\"strategy\", \"tactical\", \"scifi\"], family: \"crpg\", is2026: false },\n    { id: 78, title: \"XCOM 2: War of the Chosen\", genre: \"Tactical Strategy\", rating: 4.7, description: \"Massive XCOM 2 expansion\", categories: [\"strategy\", \"tactical\", \"scifi\"], family: \"crpg\", is2026: false },\n    { id: 79, title: \"Phoenix Point\", genre: \"Tactical Strategy\", rating: 4.1, description: \"XCOM-like from original creator\", categories: [\"strategy\", \"tactical\", \"scifi\"], family: \"crpg\", is2026: false },\n    { id: 80, title: \"Mutant Year Zero\", genre: \"Tactical Strategy\", rating: 4.3, description: \"Stealth tactics with mutants\", categories: [\"strategy\", \"tactical\", \"postapoc\"], family: \"crpg\", is2026: false },\n    { id: 81, title: \"Gears Tactics\", genre: \"Tactical Strategy\", rating: 4.3, description: \"Gears of War turn-based tactics\", categories: [\"strategy\", \"tactical\", \"action\"], family: \"crpg\", is2026: false },\n    { id: 82, title: \"Hard West 2\", genre: \"Tactical Strategy\", rating: 4.2, description: \"Supernatural Western tactics\", categories: [\"strategy\", \"tactical\", \"western\"], family: \"crpg\", is2026: false },\n    { id: 83, title: \"Jagged Alliance 3\", genre: \"Tactical Strategy\", rating: 4.3, description: \"Classic mercenary tactics returns\", categories: [\"strategy\", \"tactical\", \"military\"], family: \"crpg\", is2026: false },\n    { id: 84, title: \"Othercide\", genre: \"Tactical Strategy\", rating: 4.2, description: \"Gothic horror tactical roguelike\", categories: [\"strategy\", \"tactical\", \"horror\"], family: \"crpg\", is2026: false },\n    { id: 85, title: \"Wartales\", genre: \"Tactical RPG\", rating: 4.4, description: \"Medieval mercenary management\", categories: [\"rpg\", \"tactical\", \"openworld\"], family: \"crpg\", is2026: false },\n    { id: 86, title: \"Gloomhaven\", genre: \"Tactical RPG\", rating: 4.4, description: \"Board game adaptation\", categories: [\"rpg\", \"tactical\", \"coop\"], family: \"crpg\", is2026: false },\n    { id: 87, title: \"Wildermyth\", genre: \"Tactical RPG\", rating: 4.5, description: \"Procedural storytelling tactics\", categories: [\"rpg\", \"tactical\", \"indie\"], family: \"crpg\", is2026: false },\n    { id: 88, title: \"King Arthur: Knight's Tale\", genre: \"Tactical RPG\", rating: 4.2, description: \"Dark Arthurian tactics\", categories: [\"rpg\", \"tactical\", \"fantasy\"], family: \"crpg\", is2026: false },\n    { id: 89, title: \"Battle Brothers\", genre: \"Tactical RPG\", rating: 4.4, description: \"Medieval mercenary tactics\", categories: [\"rpg\", \"tactical\", \"strategy\"], family: \"crpg\", is2026: false },\n    { id: 90, title: \"Lamplighters League\", genre: \"Tactical Strategy\", rating: 4.0, description: \"1930s pulp adventure tactics\", categories: [\"strategy\", \"tactical\", \"adventure\"], family: \"crpg\", is2026: false },\n\n    \/\/ ===== JRPG (family: \"jrpg\") - 80 games =====\n    { id: 91, title: \"Persona 5 Royal\", genre: \"JRPG\", rating: 4.9, description: \"Stylish turn-based with social sim\", categories: [\"rpg\", \"jrpg\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 92, title: \"Persona 4 Golden\", genre: \"JRPG\", rating: 4.8, description: \"Murder mystery social RPG\", categories: [\"rpg\", \"jrpg\", \"story\", \"mystery\"], family: \"jrpg\", is2026: false },\n    { id: 93, title: \"Persona 3 Reload\", genre: \"JRPG\", rating: 4.7, description: \"Remake of the dark hour RPG\", categories: [\"rpg\", \"jrpg\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 94, title: \"Final Fantasy VII Remake\", genre: \"Action JRPG\", rating: 4.7, description: \"Reimagined classic with action combat\", categories: [\"rpg\", \"jrpg\", \"action\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 95, title: \"Final Fantasy VII Rebirth\", genre: \"Action JRPG\", rating: 4.8, description: \"Second part of remake trilogy\", categories: [\"rpg\", \"jrpg\", \"action\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 96, title: \"Final Fantasy XVI\", genre: \"Action JRPG\", rating: 4.6, description: \"Dark fantasy action RPG\", categories: [\"rpg\", \"jrpg\", \"action\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 97, title: \"Final Fantasy XV Royal Edition\", genre: \"Action JRPG\", rating: 4.4, description: \"Road trip RPG with real-time combat\", categories: [\"rpg\", \"jrpg\", \"action\", \"openworld\"], family: \"jrpg\", is2026: false },\n    { id: 98, title: \"Final Fantasy XIV Online\", genre: \"MMORPG\", rating: 4.8, description: \"Critically acclaimed MMO\", categories: [\"rpg\", \"mmo\", \"multiplayer\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 99, title: \"Final Fantasy XII: The Zodiac Age\", genre: \"JRPG\", rating: 4.5, description: \"Remaster with job system\", categories: [\"rpg\", \"jrpg\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 100, title: \"Xenoblade Chronicles 3\", genre: \"JRPG\", rating: 4.7, description: \"Epic sci-fi fantasy JRPG\", categories: [\"rpg\", \"jrpg\", \"story\", \"openworld\"], family: \"jrpg\", is2026: false },\n    { id: 101, title: \"Xenoblade Chronicles 2\", genre: \"JRPG\", rating: 4.5, description: \"Blade-bonding JRPG adventure\", categories: [\"rpg\", \"jrpg\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 102, title: \"Xenoblade Chronicles: Definitive Edition\", genre: \"JRPG\", rating: 4.6, description: \"Remaster of the Wii classic\", categories: [\"rpg\", \"jrpg\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 103, title: \"Tales of Arise\", genre: \"Action JRPG\", rating: 4.5, description: \"Beautiful Tales entry\", categories: [\"rpg\", \"jrpg\", \"action\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 104, title: \"Tales of Berseria\", genre: \"Action JRPG\", rating: 4.4, description: \"Dark revenge-driven Tales game\", categories: [\"rpg\", \"jrpg\", \"action\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 105, title: \"Ni no Kuni II: Revenant Kingdom\", genre: \"Action JRPG\", rating: 4.4, description: \"Ghibli-inspired kingdom builder\", categories: [\"rpg\", \"jrpg\", \"action\", \"building\"], family: \"jrpg\", is2026: false },\n    { id: 106, title: \"Ni no Kuni Remastered\", genre: \"JRPG\", rating: 4.5, description: \"Ghibli animated RPG\", categories: [\"rpg\", \"jrpg\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 107, title: \"Octopath Traveler\", genre: \"JRPG\", rating: 4.5, description: \"HD-2D retro-styled JRPG\", categories: [\"rpg\", \"jrpg\", \"turn-based\"], family: \"jrpg\", is2026: false },\n    { id: 108, title: \"Octopath Traveler II\", genre: \"JRPG\", rating: 4.6, description: \"Enhanced HD-2D sequel\", categories: [\"rpg\", \"jrpg\", \"turn-based\"], family: \"jrpg\", is2026: false },\n    { id: 109, title: \"Triangle Strategy\", genre: \"Tactical JRPG\", rating: 4.4, description: \"HD-2D tactical RPG\", categories: [\"rpg\", \"jrpg\", \"tactical\", \"strategy\"], family: \"jrpg\", is2026: false },\n    { id: 110, title: \"Live A Live\", genre: \"JRPG\", rating: 4.4, description: \"HD-2D remake of classic\", categories: [\"rpg\", \"jrpg\", \"turn-based\"], family: \"jrpg\", is2026: false },\n    { id: 111, title: \"Dragon Quest XI S\", genre: \"JRPG\", rating: 4.7, description: \"Definitive classic JRPG\", categories: [\"rpg\", \"jrpg\", \"turn-based\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 112, title: \"Dragon Quest Builders 2\", genre: \"Action JRPG\", rating: 4.5, description: \"Minecraft meets Dragon Quest\", categories: [\"rpg\", \"jrpg\", \"building\", \"sandbox\"], family: \"jrpg\", is2026: false },\n    { id: 113, title: \"Yakuza: Like a Dragon\", genre: \"JRPG\", rating: 4.7, description: \"Turn-based Yakuza RPG\", categories: [\"rpg\", \"jrpg\", \"turn-based\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 114, title: \"Like a Dragon: Infinite Wealth\", genre: \"JRPG\", rating: 4.8, description: \"Hawaii-set Yakuza RPG sequel\", categories: [\"rpg\", \"jrpg\", \"turn-based\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 115, title: \"Like a Dragon: Ishin!\", genre: \"Action JRPG\", rating: 4.4, description: \"Samurai Yakuza remake\", categories: [\"rpg\", \"jrpg\", \"action\", \"historical\"], family: \"jrpg\", is2026: false },\n    { id: 116, title: \"Nier: Automata\", genre: \"Action JRPG\", rating: 4.8, description: \"Philosophical android action RPG\", categories: [\"rpg\", \"jrpg\", \"action\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 117, title: \"Nier Replicant ver.1.22\", genre: \"Action JRPG\", rating: 4.5, description: \"Remaster of the original Nier\", categories: [\"rpg\", \"jrpg\", \"action\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 118, title: \"Atelier Ryza 3\", genre: \"JRPG\", rating: 4.4, description: \"Alchemy trilogy conclusion\", categories: [\"rpg\", \"jrpg\", \"crafting\"], family: \"jrpg\", is2026: false },\n    { id: 119, title: \"Atelier Ryza 2\", genre: \"JRPG\", rating: 4.4, description: \"Expanded exploration alchemy\", categories: [\"rpg\", \"jrpg\", \"crafting\"], family: \"jrpg\", is2026: false },\n    { id: 120, title: \"Atelier Ryza\", genre: \"JRPG\", rating: 4.3, description: \"Slice of life alchemy RPG\", categories: [\"rpg\", \"jrpg\", \"crafting\"], family: \"jrpg\", is2026: false },\n    { id: 121, title: \"Star Ocean: The Divine Force\", genre: \"Action JRPG\", rating: 4.1, description: \"Sci-fi action RPG\", categories: [\"rpg\", \"jrpg\", \"action\", \"scifi\"], family: \"jrpg\", is2026: false },\n    { id: 122, title: \"Valkyria Chronicles 4\", genre: \"Tactical JRPG\", rating: 4.4, description: \"Tactical anime war RPG\", categories: [\"rpg\", \"jrpg\", \"tactical\", \"strategy\"], family: \"jrpg\", is2026: false },\n    { id: 123, title: \"Valkyria Chronicles Remastered\", genre: \"Tactical JRPG\", rating: 4.5, description: \"Classic tactics remastered\", categories: [\"rpg\", \"jrpg\", \"tactical\"], family: \"jrpg\", is2026: false },\n    { id: 124, title: \"Fire Emblem: Three Houses\", genre: \"Tactical JRPG\", rating: 4.7, description: \"School-based tactical RPG\", categories: [\"rpg\", \"jrpg\", \"tactical\", \"strategy\"], family: \"jrpg\", is2026: false },\n    { id: 125, title: \"Fire Emblem Engage\", genre: \"Tactical JRPG\", rating: 4.4, description: \"Ring-summoning tactics\", categories: [\"rpg\", \"jrpg\", \"tactical\", \"strategy\"], family: \"jrpg\", is2026: false },\n    { id: 126, title: \"Fire Emblem: Fortune's Weave\", genre: \"Tactical JRPG\", rating: 4.7, description: \"Next Fire Emblem chapter\", categories: [\"rpg\", \"jrpg\", \"tactical\", \"strategy\"], family: \"jrpg\", is2026: true },\n    { id: 127, title: \"Granblue Fantasy: Relink\", genre: \"Action JRPG\", rating: 4.4, description: \"Action RPG from mobile game\", categories: [\"rpg\", \"jrpg\", \"action\", \"coop\"], family: \"jrpg\", is2026: false },\n    { id: 128, title: \"Scarlet Nexus\", genre: \"Action JRPG\", rating: 4.3, description: \"Psychic powers action RPG\", categories: [\"rpg\", \"jrpg\", \"action\", \"scifi\"], family: \"jrpg\", is2026: false },\n    { id: 129, title: \"Shin Megami Tensei V: Vengeance\", genre: \"JRPG\", rating: 4.6, description: \"Enhanced edition with new story\", categories: [\"rpg\", \"jrpg\", \"turn-based\"], family: \"jrpg\", is2026: false },\n    { id: 130, title: \"Pokemon Legends: Arceus\", genre: \"Action RPG\", rating: 4.3, description: \"Open world Pokemon adventure\", categories: [\"rpg\", \"jrpg\", \"action\", \"openworld\"], family: \"jrpg\", is2026: false },\n    { id: 131, title: \"Pokemon Scarlet\/Violet\", genre: \"RPG\", rating: 4.0, description: \"Open world mainline Pokemon\", categories: [\"rpg\", \"jrpg\", \"openworld\"], family: \"jrpg\", is2026: false },\n    { id: 132, title: \"Metaphor: ReFantazio\", genre: \"JRPG\", rating: 4.8, description: \"Fantasy RPG from Persona team\", categories: [\"rpg\", \"jrpg\", \"turn-based\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 133, title: \"Unicorn Overlord\", genre: \"Tactical JRPG\", rating: 4.6, description: \"Real-time tactics from Vanillaware\", categories: [\"rpg\", \"jrpg\", \"tactical\", \"strategy\"], family: \"jrpg\", is2026: false },\n    { id: 134, title: \"13 Sentinels: Aegis Rim\", genre: \"Adventure JRPG\", rating: 4.7, description: \"Sci-fi visual novel with tactics\", categories: [\"rpg\", \"jrpg\", \"story\", \"scifi\"], family: \"jrpg\", is2026: false },\n    { id: 135, title: \"Bravely Default II\", genre: \"JRPG\", rating: 4.3, description: \"Classic job system JRPG\", categories: [\"rpg\", \"jrpg\", \"turn-based\"], family: \"jrpg\", is2026: false },\n    { id: 136, title: \"Rune Factory 5\", genre: \"Farming JRPG\", rating: 4.1, description: \"Fantasy farming RPG\", categories: [\"rpg\", \"jrpg\", \"farming\", \"simulation\"], family: \"jrpg\", is2026: false },\n    { id: 137, title: \"Rune Factory: Guardians of Azuma\", genre: \"Farming JRPG\", rating: 4.5, description: \"Japanese-themed Rune Factory\", categories: [\"rpg\", \"jrpg\", \"farming\"], family: \"jrpg\", is2026: true },\n    { id: 138, title: \"Ys VIII: Lacrimosa of Dana\", genre: \"Action JRPG\", rating: 4.5, description: \"Stranded island action RPG\", categories: [\"rpg\", \"jrpg\", \"action\"], family: \"jrpg\", is2026: false },\n    { id: 139, title: \"Ys IX: Monstrum Nox\", genre: \"Action JRPG\", rating: 4.4, description: \"Prison city action RPG\", categories: [\"rpg\", \"jrpg\", \"action\"], family: \"jrpg\", is2026: false },\n    { id: 140, title: \"Ys X: Nordics\", genre: \"Action JRPG\", rating: 4.5, description: \"Viking-themed action RPG\", categories: [\"rpg\", \"jrpg\", \"action\"], family: \"jrpg\", is2026: false },\n    { id: 141, title: \"Trails of Cold Steel III\", genre: \"JRPG\", rating: 4.5, description: \"Falcom's epic story continues\", categories: [\"rpg\", \"jrpg\", \"turn-based\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 142, title: \"Trails of Cold Steel IV\", genre: \"JRPG\", rating: 4.5, description: \"Epic conclusion to Cold Steel\", categories: [\"rpg\", \"jrpg\", \"turn-based\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 143, title: \"Trails into Reverie\", genre: \"JRPG\", rating: 4.4, description: \"Crossover sequel with three leads\", categories: [\"rpg\", \"jrpg\", \"turn-based\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 144, title: \"Trails through Daybreak\", genre: \"JRPG\", rating: 4.5, description: \"New arc in the Trails series\", categories: [\"rpg\", \"jrpg\", \"turn-based\", \"story\"], family: \"jrpg\", is2026: false },\n    { id: 145, title: \"Disgaea 5 Complete\", genre: \"Tactical JRPG\", rating: 4.4, description: \"Over-the-top tactics RPG\", categories: [\"rpg\", \"jrpg\", \"tactical\", \"strategy\"], family: \"jrpg\", is2026: false },\n    { id: 146, title: \"Disgaea 6 Complete\", genre: \"Tactical JRPG\", rating: 4.1, description: \"Demonic tactics with auto-battle\", categories: [\"rpg\", \"jrpg\", \"tactical\"], family: \"jrpg\", is2026: false },\n    { id: 147, title: \"Disgaea 7\", genre: \"Tactical JRPG\", rating: 4.3, description: \"Japanese-themed demonic tactics\", categories: [\"rpg\", \"jrpg\", \"tactical\"], family: \"jrpg\", is2026: false },\n    { id: 148, title: \"Chrono Cross: The Radical Dreamers Edition\", genre: \"JRPG\", rating: 4.3, description: \"Classic JRPG remaster\", categories: [\"rpg\", \"jrpg\", \"turn-based\"], family: \"jrpg\", is2026: false },\n    { id: 149, title: \"Legend of Mana Remastered\", genre: \"Action JRPG\", rating: 4.2, description: \"Beautiful action RPG remaster\", categories: [\"rpg\", \"jrpg\", \"action\"], family: \"jrpg\", is2026: false },\n    { id: 150, title: \"Trials of Mana\", genre: \"Action JRPG\", rating: 4.2, description: \"Seiken Densetsu 3 remake\", categories: [\"rpg\", \"jrpg\", \"action\"], family: \"jrpg\", is2026: false },\n\n    \/\/ ===== ACTION-ADVENTURE (family: \"action-adv\") - 100 games =====\n    { id: 151, title: \"The Witcher 3: Wild Hunt\", genre: \"Action RPG\", rating: 4.9, description: \"Monster hunting in rich fantasy world\", categories: [\"rpg\", \"fantasy\", \"story\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 152, title: \"God of War (2018)\", genre: \"Action Adventure\", rating: 4.9, description: \"Norse mythology journey with Kratos\", categories: [\"action\", \"adventure\", \"story\"], family: \"action-adv\", is2026: false },\n    { id: 153, title: \"God of War Ragnar\u00f6k\", genre: \"Action Adventure\", rating: 4.9, description: \"Epic conclusion to Norse saga\", categories: [\"action\", \"adventure\", \"story\"], family: \"action-adv\", is2026: false },\n    { id: 154, title: \"The Legend of Zelda: Breath of the Wild\", genre: \"Action Adventure\", rating: 4.9, description: \"Revolutionary open world Zelda\", categories: [\"action\", \"adventure\", \"openworld\", \"nintendo\"], family: \"action-adv\", is2026: false },\n    { id: 155, title: \"The Legend of Zelda: Tears of the Kingdom\", genre: \"Action Adventure\", rating: 4.9, description: \"Sky islands expansion of Hyrule\", categories: [\"action\", \"adventure\", \"openworld\", \"nintendo\"], family: \"action-adv\", is2026: false },\n    { id: 156, title: \"Horizon Zero Dawn\", genre: \"Action RPG\", rating: 4.6, description: \"Robot dinosaur hunting adventure\", categories: [\"action\", \"rpg\", \"openworld\", \"scifi\"], family: \"action-adv\", is2026: false },\n    { id: 157, title: \"Horizon Forbidden West\", genre: \"Action RPG\", rating: 4.6, description: \"West coast robot exploration\", categories: [\"action\", \"rpg\", \"openworld\", \"scifi\"], family: \"action-adv\", is2026: false },\n    { id: 158, title: \"Spider-Man (2018)\", genre: \"Action Adventure\", rating: 4.7, description: \"Best Spider-Man game ever made\", categories: [\"action\", \"superhero\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 159, title: \"Spider-Man: Miles Morales\", genre: \"Action Adventure\", rating: 4.6, description: \"Miles takes center stage\", categories: [\"action\", \"superhero\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 160, title: \"Spider-Man 2\", genre: \"Action Adventure\", rating: 4.7, description: \"Peter and Miles team up\", categories: [\"action\", \"superhero\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 161, title: \"Marvel's Wolverine\", genre: \"Action Adventure\", rating: 4.8, description: \"Brutal superhero action\", categories: [\"action\", \"superhero\", \"story\"], family: \"action-adv\", is2026: true },\n    { id: 162, title: \"Ghost of Tsushima: Director's Cut\", genre: \"Action Adventure\", rating: 4.8, description: \"Samurai open world epic\", categories: [\"action\", \"openworld\", \"historical\"], family: \"action-adv\", is2026: false },\n    { id: 163, title: \"Red Dead Redemption 2\", genre: \"Action Adventure\", rating: 4.9, description: \"Western epic masterpiece\", categories: [\"action\", \"openworld\", \"story\", \"western\"], family: \"action-adv\", is2026: false },\n    { id: 164, title: \"Grand Theft Auto V\", genre: \"Action Adventure\", rating: 4.7, description: \"Los Santos crime epic\", categories: [\"action\", \"openworld\", \"crime\"], family: \"action-adv\", is2026: false },\n    { id: 166, title: \"Cyberpunk 2077\", genre: \"Action RPG\", rating: 4.5, description: \"Dystopian future open world\", categories: [\"rpg\", \"scifi\", \"story\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 167, title: \"Cyberpunk 2077: Phantom Liberty\", genre: \"Action RPG\", rating: 4.7, description: \"Spy thriller DLC expansion\", categories: [\"rpg\", \"scifi\", \"story\"], family: \"action-adv\", is2026: false },\n    { id: 168, title: \"Assassin's Creed Valhalla\", genre: \"Action RPG\", rating: 4.4, description: \"Viking epic exploration\", categories: [\"action\", \"historical\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 169, title: \"Assassin's Creed Odyssey\", genre: \"Action RPG\", rating: 4.5, description: \"Ancient Greece adventure\", categories: [\"action\", \"historical\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 170, title: \"Assassin's Creed Origins\", genre: \"Action RPG\", rating: 4.5, description: \"Ancient Egypt origins story\", categories: [\"action\", \"historical\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 171, title: \"Assassin's Creed Mirage\", genre: \"Action Adventure\", rating: 4.2, description: \"Return to classic AC gameplay\", categories: [\"action\", \"historical\", \"stealth\"], family: \"action-adv\", is2026: false },\n    { id: 172, title: \"Assassin's Creed Shadows\", genre: \"Action RPG\", rating: 4.5, description: \"Feudal Japan assassins\", categories: [\"action\", \"historical\", \"openworld\"], family: \"action-adv\", is2026: true },\n    { id: 173, title: \"Uncharted 4: A Thief's End\", genre: \"Action Adventure\", rating: 4.8, description: \"Nathan Drake's final adventure\", categories: [\"action\", \"adventure\", \"story\"], family: \"action-adv\", is2026: false },\n    { id: 174, title: \"Uncharted: Lost Legacy\", genre: \"Action Adventure\", rating: 4.6, description: \"Chloe and Nadine spinoff\", categories: [\"action\", \"adventure\", \"story\"], family: \"action-adv\", is2026: false },\n    { id: 175, title: \"The Last of Us Part I\", genre: \"Action Adventure\", rating: 4.8, description: \"Definitive remake of the classic\", categories: [\"action\", \"horror\", \"story\"], family: \"action-adv\", is2026: false },\n    { id: 176, title: \"The Last of Us Part II\", genre: \"Action Adventure\", rating: 4.7, description: \"Brutal sequel with dual perspectives\", categories: [\"action\", \"horror\", \"story\"], family: \"action-adv\", is2026: false },\n    { id: 177, title: \"Mass Effect Legendary Edition\", genre: \"Action RPG\", rating: 4.8, description: \"Space opera trilogy remastered\", categories: [\"rpg\", \"scifi\", \"story\", \"shooter\"], family: \"action-adv\", is2026: false },\n    { id: 178, title: \"Starfield\", genre: \"Action RPG\", rating: 4.2, description: \"Bethesda's space exploration RPG\", categories: [\"rpg\", \"scifi\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 179, title: \"Indiana Jones and the Great Circle\", genre: \"Action Adventure\", rating: 4.6, description: \"Classic adventure with puzzles\", categories: [\"action\", \"adventure\", \"puzzle\"], family: \"action-adv\", is2026: true },\n    { id: 180, title: \"Fable\", genre: \"Action RPG\", rating: 4.7, description: \"Beloved fantasy RPG returns\", categories: [\"rpg\", \"fantasy\", \"openworld\", \"humor\"], family: \"action-adv\", is2026: true },\n    { id: 181, title: \"Crimson Desert\", genre: \"Action RPG\", rating: 4.7, description: \"Epic open world fantasy\", categories: [\"action\", \"rpg\", \"openworld\"], family: \"action-adv\", is2026: true },\n    { id: 182, title: \"The Blood of Dawnwalker\", genre: \"Action RPG\", rating: 4.6, description: \"Dark vampire fantasy RPG\", categories: [\"rpg\", \"fantasy\", \"horror\"], family: \"action-adv\", is2026: true },\n    { id: 183, title: \"Gothic 1 Remake\", genre: \"Action RPG\", rating: 4.5, description: \"Classic RPG reimagined\", categories: [\"rpg\", \"fantasy\", \"openworld\"], family: \"action-adv\", is2026: true },\n    { id: 184, title: \"Death Stranding: Director's Cut\", genre: \"Action Adventure\", rating: 4.4, description: \"Kojima's strand game\", categories: [\"action\", \"adventure\", \"scifi\"], family: \"action-adv\", is2026: false },\n    { id: 185, title: \"Death Stranding 2\", genre: \"Action Adventure\", rating: 4.6, description: \"Sequel to strand game\", categories: [\"action\", \"adventure\", \"scifi\"], family: \"action-adv\", is2026: true },\n    { id: 186, title: \"Control: Ultimate Edition\", genre: \"Action Adventure\", rating: 4.5, description: \"Supernatural metroidvania shooter\", categories: [\"action\", \"horror\", \"supernatural\"], family: \"action-adv\", is2026: false },\n    { id: 187, title: \"Control 2\", genre: \"Action Adventure\", rating: 4.6, description: \"Return to the Oldest House\", categories: [\"action\", \"horror\", \"supernatural\"], family: \"action-adv\", is2026: true },\n    { id: 188, title: \"Tomb Raider (2013)\", genre: \"Action Adventure\", rating: 4.5, description: \"Lara Croft origin reboot\", categories: [\"action\", \"adventure\", \"exploration\"], family: \"action-adv\", is2026: false },\n    { id: 189, title: \"Rise of the Tomb Raider\", genre: \"Action Adventure\", rating: 4.6, description: \"Siberia expedition adventure\", categories: [\"action\", \"adventure\", \"exploration\"], family: \"action-adv\", is2026: false },\n    { id: 190, title: \"Shadow of the Tomb Raider\", genre: \"Action Adventure\", rating: 4.4, description: \"Lara becomes the Tomb Raider\", categories: [\"action\", \"adventure\", \"exploration\"], family: \"action-adv\", is2026: false },\n    { id: 191, title: \"Middle-earth: Shadow of War\", genre: \"Action Adventure\", rating: 4.3, description: \"Nemesis system in LOTR\", categories: [\"action\", \"fantasy\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 192, title: \"Batman: Arkham Knight\", genre: \"Action Adventure\", rating: 4.5, description: \"Final Arkham game with Batmobile\", categories: [\"action\", \"superhero\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 193, title: \"Gotham Knights\", genre: \"Action RPG\", rating: 4.0, description: \"Bat-family open world co-op\", categories: [\"action\", \"superhero\", \"coop\"], family: \"action-adv\", is2026: false },\n    { id: 194, title: \"Days Gone\", genre: \"Action Adventure\", rating: 4.3, description: \"Motorcycle zombie survival\", categories: [\"action\", \"openworld\", \"horror\"], family: \"action-adv\", is2026: false },\n    { id: 195, title: \"Mad Max\", genre: \"Action Adventure\", rating: 4.2, description: \"Wasteland vehicle combat\", categories: [\"action\", \"openworld\", \"postapoc\"], family: \"action-adv\", is2026: false },\n    { id: 196, title: \"Watch Dogs 2\", genre: \"Action Adventure\", rating: 4.3, description: \"San Francisco hacking\", categories: [\"action\", \"openworld\", \"hacking\"], family: \"action-adv\", is2026: false },\n    { id: 197, title: \"Watch Dogs: Legion\", genre: \"Action Adventure\", rating: 4.0, description: \"Play as anyone in London\", categories: [\"action\", \"openworld\", \"hacking\"], family: \"action-adv\", is2026: false },\n    { id: 198, title: \"Far Cry 6\", genre: \"Action Adventure\", rating: 4.2, description: \"Cuban revolution action\", categories: [\"action\", \"openworld\", \"shooter\"], family: \"action-adv\", is2026: false },\n    { id: 199, title: \"Far Cry 5\", genre: \"Action Adventure\", rating: 4.3, description: \"Montana cult resistance\", categories: [\"action\", \"openworld\", \"shooter\"], family: \"action-adv\", is2026: false },\n    { id: 200, title: \"Prince of Persia: The Lost Crown\", genre: \"Action Adventure\", rating: 4.4, description: \"Metroidvania Prince of Persia\", categories: [\"action\", \"metroidvania\", \"platformer\"], family: \"action-adv\", is2026: false },\n    { id: 201, title: \"Prince of Persia: Sands of Time Remake\", genre: \"Action Adventure\", rating: 4.5, description: \"Classic platformer remade\", categories: [\"action\", \"adventure\", \"platformer\"], family: \"action-adv\", is2026: true },\n    { id: 202, title: \"Deus Ex: Mankind Divided\", genre: \"Immersive Sim\", rating: 4.3, description: \"Cyberpunk stealth RPG\", categories: [\"rpg\", \"shooter\", \"stealth\"], family: \"action-adv\", is2026: false },\n    { id: 203, title: \"Dishonored 2\", genre: \"Immersive Sim\", rating: 4.5, description: \"Supernatural stealth action\", categories: [\"action\", \"stealth\", \"supernatural\"], family: \"action-adv\", is2026: false },\n    { id: 204, title: \"Dishonored: Death of the Outsider\", genre: \"Immersive Sim\", rating: 4.3, description: \"Standalone Dishonored expansion\", categories: [\"action\", \"stealth\", \"supernatural\"], family: \"action-adv\", is2026: false },\n    { id: 205, title: \"Prey (2017)\", genre: \"Immersive Sim\", rating: 4.4, description: \"Space station alien horror\", categories: [\"action\", \"scifi\", \"horror\"], family: \"action-adv\", is2026: false },\n    { id: 206, title: \"Deathloop\", genre: \"Immersive Sim\", rating: 4.5, description: \"Time loop assassination\", categories: [\"action\", \"shooter\", \"puzzle\"], family: \"action-adv\", is2026: false },\n    { id: 207, title: \"Hi-Fi Rush\", genre: \"Action Adventure\", rating: 4.6, description: \"Rhythm-based action game\", categories: [\"action\", \"rhythm\", \"indie\"], family: \"action-adv\", is2026: false },\n    { id: 208, title: \"A Plague Tale: Innocence\", genre: \"Action Adventure\", rating: 4.4, description: \"Medieval stealth adventure\", categories: [\"action\", \"stealth\", \"story\"], family: \"action-adv\", is2026: false },\n    { id: 209, title: \"A Plague Tale: Requiem\", genre: \"Action Adventure\", rating: 4.5, description: \"Expanded stealth sequel\", categories: [\"action\", \"stealth\", \"story\"], family: \"action-adv\", is2026: false },\n    { id: 210, title: \"Onimusha: Way of the Sword\", genre: \"Action\", rating: 4.5, description: \"Samurai action returns\", categories: [\"action\", \"historical\", \"combat\"], family: \"action-adv\", is2026: true },\n    { id: 211, title: \"Sifu\", genre: \"Action\", rating: 4.5, description: \"Martial arts roguelike beat-em-up\", categories: [\"action\", \"fighting\", \"roguelike\"], family: \"action-adv\", is2026: false },\n    { id: 212, title: \"Kena: Bridge of Spirits\", genre: \"Action Adventure\", rating: 4.4, description: \"Beautiful spirit guide adventure\", categories: [\"action\", \"adventure\", \"exploration\"], family: \"action-adv\", is2026: false },\n    { id: 213, title: \"Immortals Fenyx Rising\", genre: \"Action Adventure\", rating: 4.2, description: \"Greek mythology open world\", categories: [\"action\", \"openworld\", \"mythology\"], family: \"action-adv\", is2026: false },\n    { id: 214, title: \"Guardians of the Galaxy\", genre: \"Action Adventure\", rating: 4.5, description: \"Team-based superhero action\", categories: [\"action\", \"superhero\", \"story\"], family: \"action-adv\", is2026: false },\n    { id: 215, title: \"Star Wars Jedi: Fallen Order\", genre: \"Action Adventure\", rating: 4.4, description: \"Souls-lite Star Wars action\", categories: [\"action\", \"scifi\", \"soulslike\"], family: \"action-adv\", is2026: false },\n    { id: 216, title: \"Star Wars Jedi: Survivor\", genre: \"Action Adventure\", rating: 4.5, description: \"Expanded Jedi adventure\", categories: [\"action\", \"scifi\", \"soulslike\"], family: \"action-adv\", is2026: false },\n    { id: 217, title: \"Star Wars Outlaws\", genre: \"Action Adventure\", rating: 4.2, description: \"Scoundrel open world adventure\", categories: [\"action\", \"scifi\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 218, title: \"Hogwarts Legacy\", genre: \"Action RPG\", rating: 4.5, description: \"Wizarding World open world\", categories: [\"rpg\", \"fantasy\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 219, title: \"Avatar: Frontiers of Pandora\", genre: \"Action Adventure\", rating: 4.1, description: \"Pandora open world exploration\", categories: [\"action\", \"scifi\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 220, title: \"Devil May Cry 5: Special Edition\", genre: \"Action\", rating: 4.7, description: \"Peak stylish action with Vergil\", categories: [\"action\", \"hack-and-slash\"], family: \"action-adv\", is2026: false },\n    { id: 221, title: \"Bayonetta 3\", genre: \"Action\", rating: 4.3, description: \"Over-the-top witch action\", categories: [\"action\", \"hack-and-slash\"], family: \"action-adv\", is2026: false },\n    { id: 222, title: \"Bayonetta 2\", genre: \"Action\", rating: 4.6, description: \"Witch action masterpiece\", categories: [\"action\", \"hack-and-slash\"], family: \"action-adv\", is2026: false },\n    { id: 223, title: \"Metal Gear Solid V: The Phantom Pain\", genre: \"Stealth Action\", rating: 4.6, description: \"Open world stealth masterpiece\", categories: [\"action\", \"stealth\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 224, title: \"Metal Gear Solid: Master Collection\", genre: \"Stealth Action\", rating: 4.4, description: \"Classic MGS collection\", categories: [\"action\", \"stealth\", \"story\"], family: \"action-adv\", is2026: false },\n    { id: 225, title: \"Metal Gear Solid Delta: Snake Eater\", genre: \"Stealth Action\", rating: 4.6, description: \"MGS3 remake\", categories: [\"action\", \"stealth\", \"story\"], family: \"action-adv\", is2026: true },\n    { id: 226, title: \"Hitman: World of Assassination\", genre: \"Stealth\", rating: 4.7, description: \"Complete Hitman trilogy\", categories: [\"action\", \"stealth\", \"puzzle\"], family: \"action-adv\", is2026: false },\n    { id: 227, title: \"Senua's Saga: Hellblade II\", genre: \"Action Adventure\", rating: 4.4, description: \"Senua's continued journey\", categories: [\"action\", \"adventure\", \"story\"], family: \"action-adv\", is2026: false },\n    { id: 228, title: \"Stellar Blade\", genre: \"Action\", rating: 4.4, description: \"Stylish action adventure\", categories: [\"action\", \"scifi\", \"soulslike\"], family: \"action-adv\", is2026: false },\n    { id: 229, title: \"Rise of the Ronin\", genre: \"Action RPG\", rating: 4.2, description: \"Open world samurai action\", categories: [\"action\", \"rpg\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 230, title: \"Yakuza 0\", genre: \"Action Adventure\", rating: 4.7, description: \"80s Yakuza prequel\", categories: [\"action\", \"story\", \"fighting\"], family: \"action-adv\", is2026: false },\n    { id: 231, title: \"Yakuza Kiwami\", genre: \"Action Adventure\", rating: 4.4, description: \"Yakuza 1 remake\", categories: [\"action\", \"story\", \"fighting\"], family: \"action-adv\", is2026: false },\n    { id: 232, title: \"Yakuza Kiwami 2\", genre: \"Action Adventure\", rating: 4.5, description: \"Yakuza 2 remake\", categories: [\"action\", \"story\", \"fighting\"], family: \"action-adv\", is2026: false },\n    { id: 233, title: \"Lost Judgment\", genre: \"Action Adventure\", rating: 4.5, description: \"Yakuza detective spinoff sequel\", categories: [\"action\", \"story\", \"detective\"], family: \"action-adv\", is2026: false },\n    { id: 234, title: \"Judgment\", genre: \"Action Adventure\", rating: 4.4, description: \"Yakuza detective spinoff\", categories: [\"action\", \"story\", \"detective\"], family: \"action-adv\", is2026: false },\n    { id: 235, title: \"Sleeping Dogs: Definitive Edition\", genre: \"Action Adventure\", rating: 4.4, description: \"Hong Kong open world\", categories: [\"action\", \"openworld\", \"crime\"], family: \"action-adv\", is2026: false },\n    { id: 236, title: \"Mafia: Definitive Edition\", genre: \"Action Adventure\", rating: 4.3, description: \"1930s crime drama remake\", categories: [\"action\", \"story\", \"crime\"], family: \"action-adv\", is2026: false },\n    { id: 237, title: \"L.A. Noire\", genre: \"Detective Adventure\", rating: 4.3, description: \"1940s detective thriller\", categories: [\"adventure\", \"story\", \"detective\"], family: \"action-adv\", is2026: false },\n    { id: 238, title: \"Just Cause 4\", genre: \"Action Adventure\", rating: 3.9, description: \"Extreme weather destruction\", categories: [\"action\", \"openworld\", \"destruction\"], family: \"action-adv\", is2026: false },\n    { id: 239, title: \"Just Cause 3\", genre: \"Action Adventure\", rating: 4.1, description: \"Mediterranean destruction sandbox\", categories: [\"action\", \"openworld\", \"destruction\"], family: \"action-adv\", is2026: false },\n    { id: 240, title: \"Saints Row (2022)\", genre: \"Action Adventure\", rating: 3.8, description: \"Saints Row reboot\", categories: [\"action\", \"openworld\", \"crime\"], family: \"action-adv\", is2026: false },\n    { id: 241, title: \"Avowed\", genre: \"Action RPG\", rating: 4.4, description: \"Pillars of Eternity FPS RPG\", categories: [\"rpg\", \"fantasy\", \"openworld\"], family: \"action-adv\", is2026: true },\n    { id: 242, title: \"The Outer Worlds\", genre: \"RPG\", rating: 4.3, description: \"Obsidian's sci-fi RPG\", categories: [\"rpg\", \"scifi\", \"shooter\"], family: \"action-adv\", is2026: false },\n    { id: 243, title: \"The Outer Worlds 2\", genre: \"RPG\", rating: 4.4, description: \"Sci-fi RPG sequel\", categories: [\"rpg\", \"scifi\", \"shooter\"], family: \"action-adv\", is2026: true },\n    { id: 244, title: \"South of Midnight\", genre: \"Action Adventure\", rating: 4.3, description: \"Southern gothic fantasy\", categories: [\"action\", \"adventure\", \"fantasy\"], family: \"action-adv\", is2026: true },\n    { id: 245, title: \"State of Decay 2\", genre: \"Survival\", rating: 4.1, description: \"Zombie community survival\", categories: [\"survival\", \"zombie\", \"coop\"], family: \"action-adv\", is2026: false },\n    { id: 246, title: \"State of Decay 3\", genre: \"Survival\", rating: 4.3, description: \"Next-gen zombie survival\", categories: [\"survival\", \"zombie\", \"coop\"], family: \"action-adv\", is2026: true },\n    { id: 247, title: \"Dead Island 2\", genre: \"Action RPG\", rating: 4.1, description: \"LA zombie slaying\", categories: [\"action\", \"zombie\", \"coop\"], family: \"action-adv\", is2026: false },\n    { id: 248, title: \"Dying Light 2\", genre: \"Action RPG\", rating: 4.3, description: \"Parkour zombie survival\", categories: [\"action\", \"zombie\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 249, title: \"Dying Light\", genre: \"Action RPG\", rating: 4.5, description: \"Original parkour zombie\", categories: [\"action\", \"zombie\", \"openworld\"], family: \"action-adv\", is2026: false },\n    { id: 250, title: \"007: First Light\", genre: \"Action Stealth\", rating: 4.5, description: \"James Bond spy thriller\", categories: [\"action\", \"stealth\", \"spy\"], family: \"action-adv\", is2026: true },\n    \/\/ ===== SHOOTERS (family: \"shooter\") - 100 games =====\n    { id: 251, title: \"Call of Duty: Modern Warfare (2019)\", genre: \"Military FPS\", rating: 4.5, description: \"Rebooted MW with realistic warfare\", categories: [\"action\", \"shooter\", \"military\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 252, title: \"Call of Duty: Modern Warfare II (2022)\", genre: \"Military FPS\", rating: 4.3, description: \"Task Force 141 returns\", categories: [\"action\", \"shooter\", \"military\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 253, title: \"Call of Duty: Modern Warfare III (2023)\", genre: \"Military FPS\", rating: 4.1, description: \"Makarov showdown\", categories: [\"action\", \"shooter\", \"military\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 254, title: \"Call of Duty: Black Ops Cold War\", genre: \"Military FPS\", rating: 4.2, description: \"Cold War era espionage\", categories: [\"action\", \"shooter\", \"military\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 255, title: \"Call of Duty: Black Ops 6\", genre: \"Military FPS\", rating: 4.3, description: \"Gulf War Black Ops\", categories: [\"action\", \"shooter\", \"military\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 256, title: \"Call of Duty: Warzone 2.0\", genre: \"Battle Royale\", rating: 4.2, description: \"Free-to-play battle royale\", categories: [\"action\", \"shooter\", \"battle-royale\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 257, title: \"Battlefield V\", genre: \"Military FPS\", rating: 4.1, description: \"World War 2 multiplayer\", categories: [\"action\", \"shooter\", \"military\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 258, title: \"Battlefield 2042\", genre: \"Military FPS\", rating: 3.9, description: \"Near-future warfare\", categories: [\"action\", \"shooter\", \"military\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 259, title: \"Battlefield 1\", genre: \"Military FPS\", rating: 4.4, description: \"World War 1 shooter\", categories: [\"action\", \"shooter\", \"military\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 260, title: \"Doom (2016)\", genre: \"Arena FPS\", rating: 4.7, description: \"Rip and tear demon-slaying\", categories: [\"action\", \"shooter\", \"fast\"], family: \"shooter\", is2026: false },\n    { id: 261, title: \"Doom Eternal\", genre: \"Arena FPS\", rating: 4.6, description: \"Even faster demon-slaying\", categories: [\"action\", \"shooter\", \"fast\"], family: \"shooter\", is2026: false },\n    { id: 262, title: \"Wolfenstein: The New Order\", genre: \"Story FPS\", rating: 4.4, description: \"Alt-history Nazi killing\", categories: [\"action\", \"shooter\", \"story\"], family: \"shooter\", is2026: false },\n    { id: 263, title: \"Wolfenstein II: The New Colossus\", genre: \"Story FPS\", rating: 4.3, description: \"American resistance campaign\", categories: [\"action\", \"shooter\", \"story\"], family: \"shooter\", is2026: false },\n    { id: 264, title: \"Borderlands 3\", genre: \"Looter Shooter\", rating: 4.3, description: \"Cel-shaded loot shooting\", categories: [\"action\", \"shooter\", \"coop\", \"rpg\"], family: \"shooter\", is2026: false },\n    { id: 265, title: \"Tiny Tina's Wonderlands\", genre: \"Looter Shooter\", rating: 4.2, description: \"Fantasy Borderlands spinoff\", categories: [\"action\", \"shooter\", \"coop\", \"fantasy\"], family: \"shooter\", is2026: false },\n    { id: 266, title: \"Destiny 2\", genre: \"Looter Shooter\", rating: 4.4, description: \"Sci-fi MMO shooter\", categories: [\"action\", \"shooter\", \"mmo\", \"coop\"], family: \"shooter\", is2026: false },\n    { id: 267, title: \"Destiny 2: The Final Shape\", genre: \"Looter Shooter\", rating: 4.5, description: \"Light and Darkness finale\", categories: [\"action\", \"shooter\", \"mmo\"], family: \"shooter\", is2026: false },\n    { id: 268, title: \"Titanfall 2\", genre: \"Arena FPS\", rating: 4.7, description: \"Mech and pilot shooter\", categories: [\"action\", \"shooter\", \"scifi\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 269, title: \"Apex Legends\", genre: \"Battle Royale\", rating: 4.4, description: \"Hero-based battle royale\", categories: [\"action\", \"shooter\", \"battle-royale\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 270, title: \"Overwatch 2\", genre: \"Hero Shooter\", rating: 4.2, description: \"Free-to-play hero shooter\", categories: [\"action\", \"shooter\", \"multiplayer\", \"competitive\"], family: \"shooter\", is2026: false },\n    { id: 271, title: \"Valorant\", genre: \"Tactical Shooter\", rating: 4.4, description: \"CS meets hero abilities\", categories: [\"action\", \"shooter\", \"tactical\", \"competitive\"], family: \"shooter\", is2026: false },\n    { id: 272, title: \"Counter-Strike 2\", genre: \"Tactical Shooter\", rating: 4.5, description: \"Definitive tactical shooter\", categories: [\"action\", \"shooter\", \"tactical\", \"competitive\"], family: \"shooter\", is2026: false },\n    { id: 273, title: \"Rainbow Six Siege\", genre: \"Tactical Shooter\", rating: 4.4, description: \"Destructible environment tactics\", categories: [\"action\", \"shooter\", \"tactical\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 274, title: \"Escape from Tarkov\", genre: \"Extraction Shooter\", rating: 4.3, description: \"Hardcore looter shooter\", categories: [\"action\", \"shooter\", \"survival\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 275, title: \"Hunt: Showdown\", genre: \"Extraction Shooter\", rating: 4.4, description: \"Western bounty hunting\", categories: [\"action\", \"shooter\", \"horror\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 276, title: \"The Finals\", genre: \"Arena Shooter\", rating: 4.2, description: \"Destructible arena combat\", categories: [\"action\", \"shooter\", \"multiplayer\", \"competitive\"], family: \"shooter\", is2026: false },\n    { id: 277, title: \"Helldivers 2\", genre: \"Co-op Shooter\", rating: 4.7, description: \"Cooperative democracy spreading\", categories: [\"action\", \"shooter\", \"coop\"], family: \"shooter\", is2026: false },\n    { id: 278, title: \"Deep Rock Galactic\", genre: \"Co-op Shooter\", rating: 4.8, description: \"Dwarven miners vs aliens\", categories: [\"action\", \"shooter\", \"coop\"], family: \"shooter\", is2026: false },\n    { id: 279, title: \"Left 4 Dead 2\", genre: \"Co-op Shooter\", rating: 4.7, description: \"Classic zombie co-op\", categories: [\"action\", \"shooter\", \"coop\", \"horror\"], family: \"shooter\", is2026: false },\n    { id: 280, title: \"Back 4 Blood\", genre: \"Co-op Shooter\", rating: 4.1, description: \"Spiritual L4D successor\", categories: [\"action\", \"shooter\", \"coop\", \"horror\"], family: \"shooter\", is2026: false },\n    { id: 281, title: \"World War Z: Aftermath\", genre: \"Co-op Shooter\", rating: 4.1, description: \"Massive zombie hordes\", categories: [\"action\", \"shooter\", \"coop\", \"horror\"], family: \"shooter\", is2026: false },\n    { id: 282, title: \"GTFO\", genre: \"Co-op Horror Shooter\", rating: 4.2, description: \"Hardcore co-op horror\", categories: [\"action\", \"shooter\", \"coop\", \"horror\"], family: \"shooter\", is2026: false },\n    { id: 283, title: \"Payday 2\", genre: \"Co-op Shooter\", rating: 4.3, description: \"Heist co-op shooter\", categories: [\"action\", \"shooter\", \"coop\", \"crime\"], family: \"shooter\", is2026: false },\n    { id: 284, title: \"Payday 3\", genre: \"Co-op Shooter\", rating: 3.9, description: \"Next-gen heist shooter\", categories: [\"action\", \"shooter\", \"coop\", \"crime\"], family: \"shooter\", is2026: false },\n    { id: 285, title: \"Ready or Not\", genre: \"Tactical Shooter\", rating: 4.3, description: \"SWAT tactical simulation\", categories: [\"action\", \"shooter\", \"tactical\", \"coop\"], family: \"shooter\", is2026: false },\n    { id: 286, title: \"Insurgency: Sandstorm\", genre: \"Tactical Shooter\", rating: 4.3, description: \"Realistic modern combat\", categories: [\"action\", \"shooter\", \"tactical\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 287, title: \"Hell Let Loose\", genre: \"Military FPS\", rating: 4.2, description: \"50v50 WW2 battles\", categories: [\"action\", \"shooter\", \"military\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 288, title: \"Squad\", genre: \"Military FPS\", rating: 4.3, description: \"Large-scale military sim\", categories: [\"action\", \"shooter\", \"military\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 289, title: \"Arma 3\", genre: \"Military Sim\", rating: 4.4, description: \"Ultimate military sandbox\", categories: [\"action\", \"shooter\", \"military\", \"simulation\"], family: \"shooter\", is2026: false },\n    { id: 290, title: \"Metro Exodus\", genre: \"Story FPS\", rating: 4.5, description: \"Russian wasteland journey\", categories: [\"action\", \"shooter\", \"story\", \"postapoc\"], family: \"shooter\", is2026: false },\n    { id: 291, title: \"Atomic Heart\", genre: \"Story FPS\", rating: 4.1, description: \"Soviet sci-fi shooter\", categories: [\"action\", \"shooter\", \"scifi\", \"story\"], family: \"shooter\", is2026: false },\n    { id: 292, title: \"Warhammer 40K: Darktide\", genre: \"Co-op Shooter\", rating: 4.2, description: \"40K horde shooter\", categories: [\"action\", \"shooter\", \"coop\", \"scifi\"], family: \"shooter\", is2026: false },\n    { id: 293, title: \"Gears 5\", genre: \"Third-Person Shooter\", rating: 4.4, description: \"Kait's story continues\", categories: [\"action\", \"shooter\", \"coop\", \"story\"], family: \"shooter\", is2026: false },\n    { id: 294, title: \"Gears of War 4\", genre: \"Third-Person Shooter\", rating: 4.3, description: \"New generation COG\", categories: [\"action\", \"shooter\", \"coop\"], family: \"shooter\", is2026: false },\n    { id: 295, title: \"Gears of War: E-Day\", genre: \"Third-Person Shooter\", rating: 4.6, description: \"Emergence Day prequel\", categories: [\"action\", \"shooter\", \"horror\"], family: \"shooter\", is2026: true },\n    { id: 296, title: \"Marathon\", genre: \"Extraction Shooter\", rating: 4.4, description: \"Bungie's extraction shooter\", categories: [\"action\", \"shooter\", \"multiplayer\"], family: \"shooter\", is2026: true },\n    { id: 297, title: \"Arc Raiders\", genre: \"Extraction Shooter\", rating: 4.4, description: \"Sci-fi extraction co-op\", categories: [\"action\", \"shooter\", \"coop\"], family: \"shooter\", is2026: true },\n    { id: 298, title: \"High on Life\", genre: \"Comedy FPS\", rating: 4.2, description: \"Talking guns comedy shooter\", categories: [\"action\", \"shooter\", \"comedy\"], family: \"shooter\", is2026: false },\n    { id: 299, title: \"ULTRAKILL\", genre: \"Retro FPS\", rating: 4.7, description: \"Blood-fueled movement shooter\", categories: [\"action\", \"shooter\", \"indie\", \"fast\"], family: \"shooter\", is2026: false },\n    { id: 300, title: \"Dusk\", genre: \"Retro FPS\", rating: 4.6, description: \"90s-style horror shooter\", categories: [\"action\", \"shooter\", \"indie\", \"horror\"], family: \"shooter\", is2026: false },\n    { id: 301, title: \"Amid Evil\", genre: \"Retro FPS\", rating: 4.5, description: \"Fantasy retro shooter\", categories: [\"action\", \"shooter\", \"indie\", \"fantasy\"], family: \"shooter\", is2026: false },\n    { id: 302, title: \"Prodeus\", genre: \"Retro FPS\", rating: 4.4, description: \"Modern retro shooter\", categories: [\"action\", \"shooter\", \"indie\"], family: \"shooter\", is2026: false },\n    { id: 303, title: \"Ion Fury\", genre: \"Retro FPS\", rating: 4.4, description: \"Build engine throwback\", categories: [\"action\", \"shooter\", \"indie\"], family: \"shooter\", is2026: false },\n    { id: 304, title: \"Sniper Elite 5\", genre: \"Tactical Shooter\", rating: 4.2, description: \"WW2 sniping in France\", categories: [\"action\", \"shooter\", \"tactical\", \"stealth\"], family: \"shooter\", is2026: false },\n    { id: 305, title: \"Halo Infinite\", genre: \"FPS\", rating: 4.3, description: \"Master Chief's latest adventure\", categories: [\"shooter\", \"scifi\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 306, title: \"Halo: The Master Chief Collection\", genre: \"FPS\", rating: 4.6, description: \"Six Halo games in one\", categories: [\"shooter\", \"scifi\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 307, title: \"Trepang2\", genre: \"FPS\", rating: 4.3, description: \"FEAR-inspired shooter\", categories: [\"shooter\", \"action\"], family: \"shooter\", is2026: false },\n    { id: 308, title: \"Selaco\", genre: \"FPS\", rating: 4.4, description: \"FEAR meets Doom\", categories: [\"shooter\", \"action\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 309, title: \"Turbo Overkill\", genre: \"FPS\", rating: 4.3, description: \"Cyberpunk retro shooter\", categories: [\"shooter\", \"action\", \"cyberpunk\"], family: \"shooter\", is2026: false },\n    { id: 310, title: \"Nightmare Reaper\", genre: \"FPS\", rating: 4.4, description: \"Roguelike retro shooter\", categories: [\"shooter\", \"roguelike\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 311, title: \"Wrath: Aeon of Ruin\", genre: \"FPS\", rating: 4.2, description: \"Quake-inspired shooter\", categories: [\"shooter\", \"action\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 312, title: \"Cultic\", genre: \"FPS\", rating: 4.3, description: \"Blood-inspired horror shooter\", categories: [\"shooter\", \"horror\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 313, title: \"Serious Sam 4\", genre: \"Arena FPS\", rating: 4.1, description: \"Classic horde shooter\", categories: [\"action\", \"shooter\", \"coop\"], family: \"shooter\", is2026: false },\n    { id: 314, title: \"Shadow Warrior 3\", genre: \"FPS\", rating: 4.0, description: \"Linear ninja action\", categories: [\"action\", \"shooter\"], family: \"shooter\", is2026: false },\n    { id: 315, title: \"Fortnite\", genre: \"Battle Royale\", rating: 4.3, description: \"Cultural phenomenon BR\", categories: [\"shooter\", \"battle-royale\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 316, title: \"PUBG: Battlegrounds\", genre: \"Battle Royale\", rating: 4.2, description: \"Original battle royale\", categories: [\"shooter\", \"battle-royale\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 317, title: \"Perfect Dark\", genre: \"FPS\", rating: 4.5, description: \"Joanna Dark returns\", categories: [\"shooter\", \"scifi\", \"stealth\"], family: \"shooter\", is2026: true },\n\n    \/\/ ===== STRATEGY (family: \"strategy\") - 80 games =====\n    { id: 318, title: \"Civilization VI\", genre: \"4X Strategy\", rating: 4.7, description: \"Build civilizations through history\", categories: [\"strategy\", \"historical\", \"4x\"], family: \"strategy\", is2026: false },\n    { id: 319, title: \"Civilization VII\", genre: \"4X Strategy\", rating: 4.8, description: \"Next evolution of Civ\", categories: [\"strategy\", \"historical\", \"4x\"], family: \"strategy\", is2026: true },\n    { id: 320, title: \"Humankind\", genre: \"4X Strategy\", rating: 4.1, description: \"Build your own civilization\", categories: [\"strategy\", \"historical\", \"4x\"], family: \"strategy\", is2026: false },\n    { id: 321, title: \"Old World\", genre: \"4X Strategy\", rating: 4.4, description: \"Ancient dynasty management\", categories: [\"strategy\", \"historical\", \"4x\"], family: \"strategy\", is2026: false },\n    { id: 322, title: \"Age of Empires IV\", genre: \"RTS\", rating: 4.5, description: \"Classic RTS returns\", categories: [\"strategy\", \"historical\", \"rts\"], family: \"strategy\", is2026: false },\n    { id: 323, title: \"Age of Empires II: Definitive Edition\", genre: \"RTS\", rating: 4.7, description: \"Remastered classic\", categories: [\"strategy\", \"historical\", \"rts\"], family: \"strategy\", is2026: false },\n    { id: 324, title: \"Age of Empires III: Definitive Edition\", genre: \"RTS\", rating: 4.3, description: \"Colonial era remastered\", categories: [\"strategy\", \"historical\", \"rts\"], family: \"strategy\", is2026: false },\n    { id: 325, title: \"Age of Mythology: Retold\", genre: \"RTS\", rating: 4.4, description: \"Mythology RTS remake\", categories: [\"strategy\", \"mythology\", \"rts\"], family: \"strategy\", is2026: false },\n    { id: 326, title: \"StarCraft II: Complete Collection\", genre: \"RTS\", rating: 4.7, description: \"Definitive competitive RTS\", categories: [\"strategy\", \"scifi\", \"rts\", \"competitive\"], family: \"strategy\", is2026: false },\n    { id: 327, title: \"Company of Heroes 3\", genre: \"RTS\", rating: 4.2, description: \"WW2 tactical RTS\", categories: [\"strategy\", \"military\", \"rts\"], family: \"strategy\", is2026: false },\n    { id: 328, title: \"Company of Heroes 2\", genre: \"RTS\", rating: 4.3, description: \"Eastern Front tactics\", categories: [\"strategy\", \"military\", \"rts\"], family: \"strategy\", is2026: false },\n    { id: 329, title: \"Total War: Warhammer III\", genre: \"Grand Strategy\", rating: 4.6, description: \"Fantasy grand strategy finale\", categories: [\"strategy\", \"fantasy\", \"war\"], family: \"strategy\", is2026: false },\n    { id: 330, title: \"Total War: Warhammer II\", genre: \"Grand Strategy\", rating: 4.7, description: \"Vortex campaign fantasy\", categories: [\"strategy\", \"fantasy\", \"war\"], family: \"strategy\", is2026: false },\n    { id: 331, title: \"Total War: Three Kingdoms\", genre: \"Grand Strategy\", rating: 4.5, description: \"Romance of Three Kingdoms\", categories: [\"strategy\", \"historical\", \"war\"], family: \"strategy\", is2026: false },\n    { id: 332, title: \"Total War: Pharaoh\", genre: \"Grand Strategy\", rating: 4.0, description: \"Bronze Age collapse\", categories: [\"strategy\", \"historical\", \"war\"], family: \"strategy\", is2026: false },\n    { id: 333, title: \"Crusader Kings III\", genre: \"Grand Strategy\", rating: 4.5, description: \"Medieval dynasty management\", categories: [\"strategy\", \"medieval\", \"roleplay\"], family: \"strategy\", is2026: false },\n    { id: 334, title: \"Europa Universalis IV\", genre: \"Grand Strategy\", rating: 4.5, description: \"Early modern diplomacy\", categories: [\"strategy\", \"historical\"], family: \"strategy\", is2026: false },\n    { id: 335, title: \"Hearts of Iron IV\", genre: \"Grand Strategy\", rating: 4.5, description: \"WW2 grand strategy\", categories: [\"strategy\", \"military\", \"war\"], family: \"strategy\", is2026: false },\n    { id: 336, title: \"Victoria 3\", genre: \"Grand Strategy\", rating: 4.2, description: \"Victorian era economics\", categories: [\"strategy\", \"historical\"], family: \"strategy\", is2026: false },\n    { id: 337, title: \"Stellaris\", genre: \"4X Strategy\", rating: 4.5, description: \"Space grand strategy\", categories: [\"strategy\", \"scifi\", \"4x\"], family: \"strategy\", is2026: false },\n    { id: 338, title: \"Northgard\", genre: \"RTS\", rating: 4.3, description: \"Viking settlement RTS\", categories: [\"strategy\", \"mythology\", \"rts\"], family: \"strategy\", is2026: false },\n    { id: 339, title: \"Frostpunk\", genre: \"City Builder\", rating: 4.6, description: \"Frozen city survival\", categories: [\"strategy\", \"survival\", \"building\"], family: \"strategy\", is2026: false },\n    { id: 340, title: \"Frostpunk 2\", genre: \"City Builder\", rating: 4.5, description: \"Post-blizzard politics\", categories: [\"strategy\", \"survival\", \"building\"], family: \"strategy\", is2026: false },\n    { id: 341, title: \"They Are Billions\", genre: \"RTS\", rating: 4.3, description: \"Zombie horde defense\", categories: [\"strategy\", \"rts\", \"survival\"], family: \"strategy\", is2026: false },\n    { id: 342, title: \"Homeworld 3\", genre: \"RTS\", rating: 4.2, description: \"3D space RTS return\", categories: [\"strategy\", \"scifi\", \"rts\"], family: \"strategy\", is2026: false },\n    { id: 343, title: \"Homeworld Remastered Collection\", genre: \"RTS\", rating: 4.5, description: \"Classic space RTS\", categories: [\"strategy\", \"scifi\", \"rts\"], family: \"strategy\", is2026: false },\n    { id: 344, title: \"Sins of a Solar Empire II\", genre: \"4X RTS\", rating: 4.3, description: \"Space empire 4X RTS\", categories: [\"strategy\", \"scifi\", \"4x\", \"rts\"], family: \"strategy\", is2026: false },\n    { id: 345, title: \"Against the Storm\", genre: \"Roguelike City Builder\", rating: 4.6, description: \"Roguelike colony builder\", categories: [\"strategy\", \"roguelike\", \"building\"], family: \"strategy\", is2026: false },\n    { id: 346, title: \"Manor Lords\", genre: \"City Builder\", rating: 4.4, description: \"Medieval city builder\", categories: [\"strategy\", \"medieval\", \"building\"], family: \"strategy\", is2026: false },\n    { id: 347, title: \"Anno 1800\", genre: \"City Builder\", rating: 4.5, description: \"Industrial era building\", categories: [\"strategy\", \"historical\", \"building\"], family: \"strategy\", is2026: false },\n    { id: 348, title: \"Tropico 6\", genre: \"City Builder\", rating: 4.2, description: \"Dictator island management\", categories: [\"strategy\", \"building\", \"simulation\"], family: \"strategy\", is2026: false },\n    { id: 349, title: \"Surviving Mars\", genre: \"Colony Builder\", rating: 4.2, description: \"Mars colonization\", categories: [\"strategy\", \"scifi\", \"building\"], family: \"strategy\", is2026: false },\n    { id: 350, title: \"Timberborn\", genre: \"Colony Builder\", rating: 4.4, description: \"Beaver colony builder\", categories: [\"strategy\", \"building\", \"survival\"], family: \"strategy\", is2026: false },\n    { id: 351, title: \"Oxygen Not Included\", genre: \"Colony Sim\", rating: 4.6, description: \"Space colony survival sim\", categories: [\"strategy\", \"survival\", \"simulation\"], family: \"strategy\", is2026: false },\n    { id: 352, title: \"RimWorld\", genre: \"Colony Sim\", rating: 4.8, description: \"Story-driven colony sim\", categories: [\"strategy\", \"survival\", \"simulation\"], family: \"strategy\", is2026: false },\n    { id: 353, title: \"Dwarf Fortress\", genre: \"Colony Sim\", rating: 4.7, description: \"Legendary fortress builder\", categories: [\"strategy\", \"simulation\", \"indie\"], family: \"strategy\", is2026: false },\n    { id: 354, title: \"Going Medieval\", genre: \"Colony Sim\", rating: 4.2, description: \"Medieval colony builder\", categories: [\"strategy\", \"medieval\", \"building\"], family: \"strategy\", is2026: false },\n    { id: 355, title: \"Prison Architect\", genre: \"Management\", rating: 4.4, description: \"Prison management sim\", categories: [\"strategy\", \"simulation\", \"building\"], family: \"strategy\", is2026: false },\n    { id: 356, title: \"Wargame: Red Dragon\", genre: \"RTS\", rating: 4.4, description: \"Cold War tactics\", categories: [\"strategy\", \"military\", \"rts\"], family: \"strategy\", is2026: false },\n    { id: 357, title: \"Steel Division 2\", genre: \"RTS\", rating: 4.2, description: \"WW2 tactical RTS\", categories: [\"strategy\", \"military\", \"rts\"], family: \"strategy\", is2026: false },\n    { id: 358, title: \"Iron Harvest\", genre: \"RTS\", rating: 4.1, description: \"Diesel-punk RTS\", categories: [\"strategy\", \"rts\", \"alternate-history\"], family: \"strategy\", is2026: false },\n    { id: 359, title: \"Men of War II\", genre: \"RTS\", rating: 4.1, description: \"WW2 direct control tactics\", categories: [\"strategy\", \"military\", \"rts\"], family: \"strategy\", is2026: false },\n\n    \/\/ ===== HORROR (family: \"horror\") - 70 games =====\n    { id: 360, title: \"Resident Evil Village\", genre: \"Survival Horror\", rating: 4.6, description: \"Village of horrors with vampires\", categories: [\"horror\", \"action\", \"survival\"], family: \"horror\", is2026: false },\n    { id: 361, title: \"Resident Evil 4 Remake\", genre: \"Survival Horror\", rating: 4.8, description: \"Classic horror reimagined\", categories: [\"horror\", \"action\", \"survival\"], family: \"horror\", is2026: false },\n    { id: 362, title: \"Resident Evil 2 Remake\", genre: \"Survival Horror\", rating: 4.8, description: \"Raccoon City horror reborn\", categories: [\"horror\", \"action\", \"survival\"], family: \"horror\", is2026: false },\n    { id: 363, title: \"Resident Evil 3 Remake\", genre: \"Survival Horror\", rating: 4.3, description: \"Nemesis pursuit action\", categories: [\"horror\", \"action\", \"survival\"], family: \"horror\", is2026: false },\n    { id: 364, title: \"Resident Evil 7: Biohazard\", genre: \"Survival Horror\", rating: 4.6, description: \"First-person terror\", categories: [\"horror\", \"survival\"], family: \"horror\", is2026: false },\n    { id: 365, title: \"Resident Evil 9\", genre: \"Survival Horror\", rating: 4.8, description: \"Next chapter in RE saga\", categories: [\"horror\", \"action\", \"survival\"], family: \"horror\", is2026: true },\n    { id: 366, title: \"Silent Hill 2 Remake\", genre: \"Psychological Horror\", rating: 4.7, description: \"Classic psychological horror remade\", categories: [\"horror\", \"psychological\", \"story\"], family: \"horror\", is2026: false },\n    { id: 367, title: \"Alan Wake 2\", genre: \"Psychological Horror\", rating: 4.7, description: \"Mind-bending narrative horror\", categories: [\"horror\", \"story\", \"psychological\"], family: \"horror\", is2026: false },\n    { id: 368, title: \"Alan Wake Remastered\", genre: \"Psychological Horror\", rating: 4.4, description: \"Remastered thriller\", categories: [\"horror\", \"story\", \"psychological\"], family: \"horror\", is2026: false },\n    { id: 369, title: \"Dead Space Remake\", genre: \"Survival Horror\", rating: 4.6, description: \"Sci-fi horror classic remade\", categories: [\"horror\", \"scifi\", \"survival\"], family: \"horror\", is2026: false },\n    { id: 370, title: \"The Evil Within 2\", genre: \"Survival Horror\", rating: 4.4, description: \"Open horror environments\", categories: [\"horror\", \"survival\", \"action\"], family: \"horror\", is2026: false },\n    { id: 371, title: \"Outlast 2\", genre: \"Survival Horror\", rating: 4.2, description: \"Cult village horror\", categories: [\"horror\", \"survival\", \"stealth\"], family: \"horror\", is2026: false },\n    { id: 372, title: \"The Outlast Trials\", genre: \"Co-op Horror\", rating: 4.3, description: \"Co-op Cold War horror\", categories: [\"horror\", \"coop\", \"multiplayer\"], family: \"horror\", is2026: false },\n    { id: 373, title: \"Amnesia: The Bunker\", genre: \"Survival Horror\", rating: 4.4, description: \"WW1 immersive horror\", categories: [\"horror\", \"survival\", \"stealth\"], family: \"horror\", is2026: false },\n    { id: 374, title: \"SOMA\", genre: \"Sci-Fi Horror\", rating: 4.6, description: \"Underwater existential horror\", categories: [\"horror\", \"scifi\", \"story\"], family: \"horror\", is2026: false },\n    { id: 375, title: \"Layers of Fear (2023)\", genre: \"Psychological Horror\", rating: 4.3, description: \"Reimagined horror experience\", categories: [\"horror\", \"psychological\"], family: \"horror\", is2026: false },\n    { id: 376, title: \"Visage\", genre: \"Psychological Horror\", rating: 4.5, description: \"P.T.-inspired horror\", categories: [\"horror\", \"psychological\", \"puzzle\"], family: \"horror\", is2026: false },\n    { id: 377, title: \"Madison\", genre: \"Psychological Horror\", rating: 4.3, description: \"Polaroid camera horror\", categories: [\"horror\", \"psychological\", \"puzzle\"], family: \"horror\", is2026: false },\n    { id: 378, title: \"Lethal Company\", genre: \"Co-op Horror\", rating: 4.5, description: \"Corporate moon scavenging\", categories: [\"horror\", \"coop\", \"multiplayer\"], family: \"horror\", is2026: false },\n    { id: 379, title: \"Phasmophobia\", genre: \"Co-op Horror\", rating: 4.6, description: \"Ghost hunting with friends\", categories: [\"horror\", \"coop\", \"multiplayer\"], family: \"horror\", is2026: false },\n    { id: 380, title: \"The Forest\", genre: \"Survival Horror\", rating: 4.4, description: \"Cannibal island survival\", categories: [\"horror\", \"survival\", \"building\"], family: \"horror\", is2026: false },\n    { id: 381, title: \"Sons of the Forest\", genre: \"Survival Horror\", rating: 4.3, description: \"Sequel cannibal survival\", categories: [\"horror\", \"survival\", \"building\"], family: \"horror\", is2026: false },\n    { id: 382, title: \"Little Nightmares II\", genre: \"Horror Platformer\", rating: 4.6, description: \"Expanded tiny terrors\", categories: [\"horror\", \"platformer\", \"puzzle\"], family: \"horror\", is2026: false },\n    { id: 383, title: \"Little Nightmares III\", genre: \"Horror Platformer\", rating: 4.5, description: \"Co-op tiny nightmares\", categories: [\"horror\", \"platformer\", \"coop\"], family: \"horror\", is2026: true },\n    { id: 384, title: \"Inside\", genre: \"Horror Platformer\", rating: 4.7, description: \"Limbo creator's dark puzzler\", categories: [\"horror\", \"platformer\", \"puzzle\"], family: \"horror\", is2026: false },\n    { id: 385, title: \"Limbo\", genre: \"Horror Platformer\", rating: 4.6, description: \"Silhouette puzzle horror\", categories: [\"horror\", \"platformer\", \"puzzle\"], family: \"horror\", is2026: false },\n    { id: 386, title: \"Scorn\", genre: \"Atmospheric Horror\", rating: 4.0, description: \"Giger-inspired body horror\", categories: [\"horror\", \"puzzle\", \"atmospheric\"], family: \"horror\", is2026: false },\n    { id: 387, title: \"Alien: Isolation\", genre: \"Survival Horror\", rating: 4.5, description: \"Hide from the Xenomorph\", categories: [\"horror\", \"survival\", \"stealth\", \"scifi\"], family: \"horror\", is2026: false },\n    { id: 388, title: \"Dead by Daylight\", genre: \"Asymmetric Horror\", rating: 4.3, description: \"4v1 slasher multiplayer\", categories: [\"horror\", \"multiplayer\", \"competitive\"], family: \"horror\", is2026: false },\n    { id: 389, title: \"The Texas Chain Saw Massacre\", genre: \"Asymmetric Horror\", rating: 4.1, description: \"Leatherface multiplayer\", categories: [\"horror\", \"multiplayer\", \"competitive\"], family: \"horror\", is2026: false },\n    { id: 390, title: \"Halloween: The Game\", genre: \"Asymmetric Horror\", rating: 4.3, description: \"Michael Myers multiplayer\", categories: [\"horror\", \"multiplayer\", \"stealth\"], family: \"horror\", is2026: true },\n    { id: 391, title: \"Fatal Frame: Maiden of Black Water\", genre: \"Survival Horror\", rating: 4.2, description: \"Camera-based Japanese horror\", categories: [\"horror\", \"survival\", \"japanese\"], family: \"horror\", is2026: false },\n    { id: 392, title: \"Fatal Frame II Remake\", genre: \"Survival Horror\", rating: 4.6, description: \"Japanese horror classic returns\", categories: [\"horror\", \"psychological\", \"survival\"], family: \"horror\", is2026: true },\n    { id: 393, title: \"The Sinking City\", genre: \"Investigation Horror\", rating: 4.1, description: \"Lovecraftian detective\", categories: [\"horror\", \"mystery\", \"openworld\"], family: \"horror\", is2026: false },\n    { id: 394, title: \"The Sinking City 2\", genre: \"Investigation Horror\", rating: 4.4, description: \"More cosmic horror mystery\", categories: [\"horror\", \"mystery\", \"openworld\"], family: \"horror\", is2026: true },\n    { id: 395, title: \"Call of Cthulhu\", genre: \"Investigation Horror\", rating: 4.0, description: \"Lovecraftian RPG\", categories: [\"horror\", \"mystery\", \"rpg\"], family: \"horror\", is2026: false },\n    { id: 396, title: \"Signalis\", genre: \"Survival Horror\", rating: 4.5, description: \"Retro sci-fi horror\", categories: [\"horror\", \"scifi\", \"indie\"], family: \"horror\", is2026: false },\n    { id: 397, title: \"Darkwood\", genre: \"Survival Horror\", rating: 4.5, description: \"Top-down survival horror\", categories: [\"horror\", \"survival\", \"indie\"], family: \"horror\", is2026: false },\n    { id: 398, title: \"Devotion\", genre: \"Psychological Horror\", rating: 4.6, description: \"Taiwanese horror walking sim\", categories: [\"horror\", \"psychological\", \"story\"], family: \"horror\", is2026: false },\n    { id: 399, title: \"Tormented Souls\", genre: \"Survival Horror\", rating: 4.2, description: \"Classic survival horror throwback\", categories: [\"horror\", \"survival\", \"puzzle\"], family: \"horror\", is2026: false },\n    { id: 400, title: \"Mundaun\", genre: \"Folk Horror\", rating: 4.3, description: \"Hand-penciled alpine horror\", categories: [\"horror\", \"puzzle\", \"indie\"], family: \"horror\", is2026: false },\n\n    \/\/ ===== SPORTS & RACING (family: \"sports\") - 60 games =====\n    { id: 401, title: \"EA Sports FC 25\", genre: \"Football Sim\", rating: 4.2, description: \"Football simulation post-FIFA\", categories: [\"sports\", \"football\", \"simulation\"], family: \"sports\", is2026: false },\n    { id: 402, title: \"EA Sports FC 26\", genre: \"Football Sim\", rating: 4.3, description: \"Next-gen football\", categories: [\"sports\", \"football\", \"simulation\"], family: \"sports\", is2026: true },\n    { id: 403, title: \"Football Manager 2025\", genre: \"Football Management\", rating: 4.5, description: \"Deep football management\", categories: [\"sports\", \"football\", \"simulation\", \"management\"], family: \"sports\", is2026: false },\n    { id: 404, title: \"NBA 2K25\", genre: \"Basketball Sim\", rating: 4.1, description: \"Basketball simulation\", categories: [\"sports\", \"basketball\", \"simulation\"], family: \"sports\", is2026: false },\n    { id: 405, title: \"NBA 2K26\", genre: \"Basketball Sim\", rating: 4.2, description: \"Next-gen basketball\", categories: [\"sports\", \"basketball\", \"simulation\"], family: \"sports\", is2026: true },\n    { id: 406, title: \"WWE 2K24\", genre: \"Wrestling\", rating: 4.2, description: \"Wrestling simulation\", categories: [\"sports\", \"wrestling\", \"fighting\"], family: \"sports\", is2026: false },\n    { id: 407, title: \"Madden NFL 25\", genre: \"American Football\", rating: 4.0, description: \"NFL simulation\", categories: [\"sports\", \"football\", \"simulation\"], family: \"sports\", is2026: false },\n    { id: 408, title: \"MLB The Show 24\", genre: \"Baseball\", rating: 4.4, description: \"Baseball simulation\", categories: [\"sports\", \"baseball\", \"simulation\"], family: \"sports\", is2026: false },\n    { id: 409, title: \"TopSpin 2K25\", genre: \"Tennis\", rating: 4.2, description: \"Tennis simulation return\", categories: [\"sports\", \"tennis\", \"simulation\"], family: \"sports\", is2026: false },\n    { id: 410, title: \"Riders Republic\", genre: \"Extreme Sports\", rating: 4.2, description: \"Massive extreme sports\", categories: [\"sports\", \"action\", \"openworld\"], family: \"sports\", is2026: false },\n    { id: 411, title: \"Tony Hawk's Pro Skater 1+2\", genre: \"Skateboarding\", rating: 4.6, description: \"Classic skateboarding remastered\", categories: [\"sports\", \"action\", \"skateboarding\"], family: \"sports\", is2026: false },\n    { id: 412, title: \"Skate\", genre: \"Skateboarding\", rating: 4.5, description: \"Skateboarding returns\", categories: [\"sports\", \"action\", \"openworld\"], family: \"sports\", is2026: true },\n    { id: 413, title: \"OlliOlli World\", genre: \"Skateboarding\", rating: 4.4, description: \"Stylish 2D skateboarding\", categories: [\"sports\", \"indie\", \"platformer\"], family: \"sports\", is2026: false },\n    { id: 414, title: \"Rocket League\", genre: \"Sports Action\", rating: 4.5, description: \"Car soccer phenomenon\", categories: [\"sports\", \"action\", \"competitive\", \"multiplayer\"], family: \"sports\", is2026: false },\n    { id: 415, title: \"Forza Horizon 5\", genre: \"Racing\", rating: 4.6, description: \"Mexico open world racing\", categories: [\"sports\", \"racing\", \"openworld\"], family: \"sports\", is2026: false },\n    { id: 416, title: \"Forza Horizon 6\", genre: \"Racing\", rating: 4.7, description: \"Next Forza Horizon\", categories: [\"sports\", \"racing\", \"openworld\"], family: \"sports\", is2026: true },\n    { id: 417, title: \"Forza Motorsport (2023)\", genre: \"Racing Sim\", rating: 4.2, description: \"Sim racing reboot\", categories: [\"sports\", \"racing\", \"simulation\"], family: \"sports\", is2026: false },\n    { id: 418, title: \"Gran Turismo 7\", genre: \"Racing Sim\", rating: 4.5, description: \"PS5 racing showcase\", categories: [\"sports\", \"racing\", \"simulation\"], family: \"sports\", is2026: false },\n    { id: 419, title: \"Need for Speed Unbound\", genre: \"Racing\", rating: 4.2, description: \"Anime-styled street racing\", categories: [\"sports\", \"racing\", \"action\"], family: \"sports\", is2026: false },\n    { id: 420, title: \"The Crew Motorfest\", genre: \"Racing\", rating: 4.2, description: \"Hawaii racing festival\", categories: [\"sports\", \"racing\", \"openworld\"], family: \"sports\", is2026: false },\n    { id: 421, title: \"Wreckfest\", genre: \"Racing\", rating: 4.4, description: \"Demolition derby racing\", categories: [\"sports\", \"racing\", \"action\"], family: \"sports\", is2026: false },\n    { id: 422, title: \"F1 24\", genre: \"Racing\", rating: 4.4, description: \"Official F1 game\", categories: [\"sports\", \"racing\", \"simulation\"], family: \"sports\", is2026: false },\n    { id: 423, title: \"WRC 24\", genre: \"Racing\", rating: 4.3, description: \"Rally racing\", categories: [\"sports\", \"racing\", \"simulation\"], family: \"sports\", is2026: false },\n    { id: 424, title: \"Dirt Rally 2.0\", genre: \"Racing\", rating: 4.5, description: \"Hardcore rally sim\", categories: [\"sports\", \"racing\", \"simulation\"], family: \"sports\", is2026: false },\n    { id: 425, title: \"Art of Rally\", genre: \"Racing\", rating: 4.4, description: \"Artistic rally racer\", categories: [\"sports\", \"racing\", \"indie\"], family: \"sports\", is2026: false },\n    { id: 426, title: \"Assetto Corsa Competizione\", genre: \"Racing Sim\", rating: 4.5, description: \"GT racing simulation\", categories: [\"sports\", \"racing\", \"simulation\"], family: \"sports\", is2026: false },\n    { id: 427, title: \"BeamNG.drive\", genre: \"Driving Sim\", rating: 4.5, description: \"Soft-body physics driving\", categories: [\"simulation\", \"driving\", \"sandbox\"], family: \"sports\", is2026: false },\n    { id: 428, title: \"Tokyo Xtreme Racer\", genre: \"Racing\", rating: 4.4, description: \"Japanese street racing revival\", categories: [\"sports\", \"racing\", \"simulation\"], family: \"sports\", is2026: true },\n    { id: 429, title: \"Mario Kart 8 Deluxe\", genre: \"Kart Racing\", rating: 4.7, description: \"Definitive kart racer\", categories: [\"sports\", \"racing\", \"nintendo\", \"multiplayer\"], family: \"sports\", is2026: false },\n    { id: 430, title: \"Mario Tennis Fever\", genre: \"Sports\", rating: 4.4, description: \"Mario tennis on Switch 2\", categories: [\"sports\", \"tennis\", \"nintendo\"], family: \"sports\", is2026: true },\n\n    \/\/ ===== SIMULATION (family: \"simulation\") - 60 games =====\n    { id: 431, title: \"Cities: Skylines\", genre: \"City Builder\", rating: 4.6, description: \"Modern city building\", categories: [\"simulation\", \"building\", \"strategy\"], family: \"simulation\", is2026: false },\n    { id: 432, title: \"Cities: Skylines II\", genre: \"City Builder\", rating: 4.1, description: \"Next-gen city building\", categories: [\"simulation\", \"building\", \"strategy\"], family: \"simulation\", is2026: false },\n    { id: 433, title: \"The Sims 4\", genre: \"Life Sim\", rating: 4.3, description: \"Life simulation sandbox\", categories: [\"simulation\", \"life\", \"creative\"], family: \"simulation\", is2026: false },\n    { id: 434, title: \"inZOI\", genre: \"Life Sim\", rating: 4.5, description: \"Korean Sims competitor\", categories: [\"simulation\", \"life\", \"creative\"], family: \"simulation\", is2026: true },\n    { id: 435, title: \"Planet Zoo\", genre: \"Zoo Management\", rating: 4.5, description: \"Build and manage zoos\", categories: [\"simulation\", \"building\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 436, title: \"Planet Coaster 2\", genre: \"Theme Park\", rating: 4.4, description: \"Theme park building\", categories: [\"simulation\", \"building\", \"creative\"], family: \"simulation\", is2026: false },\n    { id: 437, title: \"Two Point Hospital\", genre: \"Management Sim\", rating: 4.4, description: \"Humorous hospital management\", categories: [\"simulation\", \"management\", \"comedy\"], family: \"simulation\", is2026: false },\n    { id: 438, title: \"Two Point Campus\", genre: \"Management Sim\", rating: 4.3, description: \"University management\", categories: [\"simulation\", \"management\", \"comedy\"], family: \"simulation\", is2026: false },\n    { id: 439, title: \"Jurassic World Evolution 2\", genre: \"Park Builder\", rating: 4.3, description: \"Dinosaur park management\", categories: [\"simulation\", \"building\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 440, title: \"Microsoft Flight Simulator 2024\", genre: \"Flight Sim\", rating: 4.4, description: \"Realistic flight simulation\", categories: [\"simulation\", \"flying\", \"realistic\"], family: \"simulation\", is2026: false },\n    { id: 441, title: \"Factorio\", genre: \"Factory Builder\", rating: 4.9, description: \"Automate everything\", categories: [\"simulation\", \"building\", \"strategy\"], family: \"simulation\", is2026: false },\n    { id: 442, title: \"Satisfactory\", genre: \"Factory Builder\", rating: 4.6, description: \"First-person factory building\", categories: [\"simulation\", \"building\", \"exploration\"], family: \"simulation\", is2026: false },\n    { id: 443, title: \"Dyson Sphere Program\", genre: \"Factory Builder\", rating: 4.6, description: \"Interplanetary factory building\", categories: [\"simulation\", \"building\", \"scifi\"], family: \"simulation\", is2026: false },\n    { id: 444, title: \"Shapez\", genre: \"Factory Builder\", rating: 4.4, description: \"Abstract factory automation\", categories: [\"simulation\", \"building\", \"puzzle\"], family: \"simulation\", is2026: false },\n    { id: 445, title: \"Stardew Valley\", genre: \"Farming Sim\", rating: 4.7, description: \"Relaxing farming life\", categories: [\"simulation\", \"farming\", \"relaxing\"], family: \"simulation\", is2026: false },\n    { id: 446, title: \"Coral Island\", genre: \"Farming Sim\", rating: 4.3, description: \"Tropical farming sim\", categories: [\"simulation\", \"farming\", \"relaxing\"], family: \"simulation\", is2026: false },\n    { id: 447, title: \"Sun Haven\", genre: \"Farming RPG\", rating: 4.2, description: \"Fantasy farming with combat\", categories: [\"simulation\", \"farming\", \"rpg\"], family: \"simulation\", is2026: false },\n    { id: 448, title: \"Farming Simulator 25\", genre: \"Farming Sim\", rating: 4.2, description: \"Realistic farming\", categories: [\"simulation\", \"farming\", \"realistic\"], family: \"simulation\", is2026: false },\n    { id: 449, title: \"House Flipper 2\", genre: \"Renovation Sim\", rating: 4.2, description: \"House renovation sim\", categories: [\"simulation\", \"building\", \"relaxing\"], family: \"simulation\", is2026: false },\n    { id: 450, title: \"PowerWash Simulator\", genre: \"Cleaning Sim\", rating: 4.4, description: \"Relaxing power washing\", categories: [\"simulation\", \"relaxing\", \"coop\"], family: \"simulation\", is2026: false },\n    { id: 451, title: \"Euro Truck Simulator 2\", genre: \"Truck Sim\", rating: 4.6, description: \"European trucking\", categories: [\"simulation\", \"driving\", \"relaxing\"], family: \"simulation\", is2026: false },\n    { id: 452, title: \"American Truck Simulator\", genre: \"Truck Sim\", rating: 4.5, description: \"American trucking\", categories: [\"simulation\", \"driving\", \"relaxing\"], family: \"simulation\", is2026: false },\n    { id: 453, title: \"SnowRunner\", genre: \"Vehicle Sim\", rating: 4.4, description: \"Extreme off-road trucking\", categories: [\"simulation\", \"driving\", \"survival\"], family: \"simulation\", is2026: false },\n    { id: 454, title: \"Witchbrook\", genre: \"Life Sim RPG\", rating: 4.5, description: \"Magic school life sim\", categories: [\"simulation\", \"rpg\", \"cozy\"], family: \"simulation\", is2026: true },\n    { id: 455, title: \"Spiritfarer\", genre: \"Management Sim\", rating: 4.6, description: \"Cozy death management\", categories: [\"simulation\", \"indie\", \"story\"], family: \"simulation\", is2026: false },\n    { id: 456, title: \"Dave the Diver\", genre: \"Adventure Sim\", rating: 4.6, description: \"Diving and sushi restaurant\", categories: [\"simulation\", \"adventure\", \"indie\"], family: \"simulation\", is2026: false },\n    { id: 457, title: \"Dredge\", genre: \"Fishing Horror\", rating: 4.5, description: \"Lovecraftian fishing game\", categories: [\"simulation\", \"horror\", \"exploration\"], family: \"simulation\", is2026: false },\n    { id: 458, title: \"Unpacking\", genre: \"Puzzle Sim\", rating: 4.4, description: \"Zen unpacking puzzle\", categories: [\"simulation\", \"puzzle\", \"relaxing\"], family: \"simulation\", is2026: false },\n    { id: 459, title: \"PlateUp!\", genre: \"Co-op Sim\", rating: 4.4, description: \"Restaurant management roguelike\", categories: [\"simulation\", \"roguelike\", \"coop\"], family: \"simulation\", is2026: false },\n    { id: 460, title: \"Overcooked! All You Can Eat\", genre: \"Co-op Sim\", rating: 4.5, description: \"Chaotic cooking co-op\", categories: [\"simulation\", \"party\", \"coop\"], family: \"simulation\", is2026: false },\n\n    \/\/ ===== FIGHTING (family: \"fighting\") - 40 games =====\n    { id: 461, title: \"Street Fighter 6\", genre: \"Fighting\", rating: 4.7, description: \"Modern Street Fighter with Drive system\", categories: [\"fighting\", \"competitive\", \"action\"], family: \"fighting\", is2026: false },\n    { id: 462, title: \"Tekken 8\", genre: \"Fighting\", rating: 4.6, description: \"Next-gen 3D fighting\", categories: [\"fighting\", \"competitive\", \"action\"], family: \"fighting\", is2026: false },\n    { id: 463, title: \"Mortal Kombat 1\", genre: \"Fighting\", rating: 4.5, description: \"Liu Kang's new era\", categories: [\"fighting\", \"competitive\", \"action\"], family: \"fighting\", is2026: false },\n    { id: 464, title: \"Guilty Gear Strive\", genre: \"Fighting\", rating: 4.7, description: \"Beautiful anime fighter\", categories: [\"fighting\", \"competitive\", \"anime\"], family: \"fighting\", is2026: false },\n    { id: 465, title: \"Dragon Ball FighterZ\", genre: \"Fighting\", rating: 4.6, description: \"Dragon Ball tag fighter\", categories: [\"fighting\", \"competitive\", \"anime\"], family: \"fighting\", is2026: false },\n    { id: 466, title: \"Dragon Ball: Sparking! Zero\", genre: \"Fighting\", rating: 4.5, description: \"Budokai Tenkaichi return\", categories: [\"fighting\", \"action\", \"anime\"], family: \"fighting\", is2026: false },\n    { id: 467, title: \"Granblue Fantasy Versus: Rising\", genre: \"Fighting\", rating: 4.4, description: \"Enhanced Granblue fighter\", categories: [\"fighting\", \"competitive\", \"anime\"], family: \"fighting\", is2026: false },\n    { id: 468, title: \"The King of Fighters XV\", genre: \"Fighting\", rating: 4.4, description: \"SNK team fighter\", categories: [\"fighting\", \"competitive\", \"action\"], family: \"fighting\", is2026: false },\n    { id: 469, title: \"2XKO\", genre: \"Fighting\", rating: 4.6, description: \"League of Legends fighter\", categories: [\"fighting\", \"competitive\", \"action\"], family: \"fighting\", is2026: true },\n    { id: 470, title: \"Fatal Fury: City of the Wolves\", genre: \"Fighting\", rating: 4.5, description: \"SNK's Fatal Fury returns\", categories: [\"fighting\", \"competitive\", \"action\"], family: \"fighting\", is2026: true },\n    { id: 471, title: \"DNF Duel\", genre: \"Fighting\", rating: 4.2, description: \"Dungeon Fighter Online fighter\", categories: [\"fighting\", \"competitive\", \"anime\"], family: \"fighting\", is2026: false },\n    { id: 472, title: \"Under Night In-Birth II\", genre: \"Fighting\", rating: 4.4, description: \"Anime fighter sequel\", categories: [\"fighting\", \"competitive\", \"anime\"], family: \"fighting\", is2026: false },\n    { id: 473, title: \"Melty Blood: Type Lumina\", genre: \"Fighting\", rating: 4.3, description: \"Fate universe fighter\", categories: [\"fighting\", \"competitive\", \"anime\"], family: \"fighting\", is2026: false },\n    { id: 474, title: \"Soulcalibur VI\", genre: \"Fighting\", rating: 4.3, description: \"Soul still burns\", categories: [\"fighting\", \"competitive\", \"action\"], family: \"fighting\", is2026: false },\n    { id: 475, title: \"Super Smash Bros. Ultimate\", genre: \"Platform Fighter\", rating: 4.8, description: \"Everyone is here\", categories: [\"fighting\", \"nintendo\", \"multiplayer\"], family: \"fighting\", is2026: false },\n    { id: 476, title: \"MultiVersus\", genre: \"Platform Fighter\", rating: 4.1, description: \"Warner Bros platform fighter\", categories: [\"fighting\", \"multiplayer\", \"competitive\"], family: \"fighting\", is2026: false },\n    { id: 477, title: \"Brawlhalla\", genre: \"Platform Fighter\", rating: 4.2, description: \"F2P platform fighter\", categories: [\"fighting\", \"multiplayer\", \"competitive\"], family: \"fighting\", is2026: false },\n    { id: 478, title: \"Rivals of Aether II\", genre: \"Platform Fighter\", rating: 4.3, description: \"Indie platform fighter sequel\", categories: [\"fighting\", \"indie\", \"competitive\"], family: \"fighting\", is2026: false },\n    { id: 479, title: \"Injustice 2\", genre: \"Fighting\", rating: 4.4, description: \"DC superhero fighter\", categories: [\"fighting\", \"superhero\", \"story\"], family: \"fighting\", is2026: false },\n    { id: 480, title: \"Virtua Fighter 5 Ultimate Showdown\", genre: \"Fighting\", rating: 4.3, description: \"Classic 3D fighter remaster\", categories: [\"fighting\", \"competitive\", \"action\"], family: \"fighting\", is2026: false },\n\n    \/\/ ===== INDIE \/ ROGUELIKE (family: \"indie\") - starts here =====\n    { id: 481, title: \"Hades\", genre: \"Roguelike\", rating: 4.8, description: \"Greek mythology roguelike\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 482, title: \"Hades II\", genre: \"Roguelike\", rating: 4.7, description: \"Melinoe's underworld journey\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 483, title: \"Dead Cells\", genre: \"Roguelike\", rating: 4.6, description: \"Metroidvania roguelike\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 484, title: \"Hollow Knight\", genre: \"Metroidvania\", rating: 4.8, description: \"Bug kingdom exploration\", categories: [\"indie\", \"metroidvania\", \"exploration\"], family: \"indie\", is2026: false },\n    { id: 485, title: \"Hollow Knight: Silksong\", genre: \"Metroidvania\", rating: 4.9, description: \"Hornet's adventure\", categories: [\"indie\", \"metroidvania\", \"action\"], family: \"indie\", is2026: true },\n    { id: 486, title: \"Celeste\", genre: \"Platformer\", rating: 4.7, description: \"Mountain climbing platformer\", categories: [\"indie\", \"platformer\", \"story\"], family: \"indie\", is2026: false },\n    { id: 487, title: \"Cuphead\", genre: \"Run and Gun\", rating: 4.6, description: \"1930s cartoon boss rush\", categories: [\"indie\", \"action\", \"coop\"], family: \"indie\", is2026: false },\n    { id: 488, title: \"Cuphead: The Delicious Last Course\", genre: \"Run and Gun\", rating: 4.7, description: \"Cuphead DLC expansion\", categories: [\"indie\", \"action\", \"coop\"], family: \"indie\", is2026: false },\n    { id: 489, title: \"Shovel Knight: Treasure Trove\", genre: \"Platformer\", rating: 4.6, description: \"Retro platforming perfection\", categories: [\"indie\", \"platformer\", \"action\"], family: \"indie\", is2026: false },\n    { id: 490, title: \"Ori and the Will of the Wisps\", genre: \"Metroidvania\", rating: 4.8, description: \"Beautiful metroidvania sequel\", categories: [\"indie\", \"metroidvania\", \"platformer\"], family: \"indie\", is2026: false },\n    { id: 491, title: \"Ori and the Blind Forest\", genre: \"Metroidvania\", rating: 4.7, description: \"Beautiful metroidvania\", categories: [\"indie\", \"metroidvania\", \"platformer\"], family: \"indie\", is2026: false },\n    { id: 492, title: \"Slay the Spire\", genre: \"Deckbuilder Roguelike\", rating: 4.7, description: \"Card game roguelike pioneer\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 493, title: \"Slay the Spire 2\", genre: \"Deckbuilder Roguelike\", rating: 4.8, description: \"Deckbuilder roguelike sequel\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: true },\n    { id: 494, title: \"Balatro\", genre: \"Deckbuilder Roguelike\", rating: 4.7, description: \"Poker roguelike\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 495, title: \"Inscryption\", genre: \"Deckbuilder Horror\", rating: 4.7, description: \"Horror card game\", categories: [\"indie\", \"roguelike\", \"horror\"], family: \"indie\", is2026: false },\n    { id: 496, title: \"Monster Train\", genre: \"Deckbuilder Roguelike\", rating: 4.5, description: \"Tower defense deckbuilder\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 497, title: \"Vampire Survivors\", genre: \"Roguelike\", rating: 4.7, description: \"Addictive auto-shooter\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 498, title: \"Brotato\", genre: \"Roguelike\", rating: 4.4, description: \"Potato arena roguelike\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 499, title: \"Risk of Rain 2\", genre: \"Roguelike\", rating: 4.6, description: \"3D roguelike shooter\", categories: [\"indie\", \"roguelike\", \"action\", \"coop\"], family: \"indie\", is2026: false },\n    { id: 500, title: \"Enter the Gungeon\", genre: \"Roguelike\", rating: 4.5, description: \"Bullet hell roguelike\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    \/\/ ===== MORE INDIE \/ ROGUELIKE (continued) =====\n    { id: 501, title: \"The Binding of Isaac: Repentance\", genre: \"Roguelike\", rating: 4.7, description: \"Definitive Isaac edition\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 502, title: \"Returnal\", genre: \"Roguelike\", rating: 4.5, description: \"AAA bullet hell roguelike\", categories: [\"action\", \"roguelike\", \"scifi\"], family: \"indie\", is2026: false },\n    { id: 503, title: \"Rogue Legacy 2\", genre: \"Roguelike\", rating: 4.5, description: \"Generational roguelike\", categories: [\"indie\", \"roguelike\", \"platformer\"], family: \"indie\", is2026: false },\n    { id: 504, title: \"Cult of the Lamb\", genre: \"Roguelike\", rating: 4.5, description: \"Cult management roguelike\", categories: [\"indie\", \"roguelike\", \"building\"], family: \"indie\", is2026: false },\n    { id: 505, title: \"Children of Morta\", genre: \"Roguelike\", rating: 4.4, description: \"Family roguelike adventure\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 506, title: \"Spelunky 2\", genre: \"Roguelike\", rating: 4.6, description: \"Challenging platformer roguelike\", categories: [\"indie\", \"roguelike\", \"platformer\"], family: \"indie\", is2026: false },\n    { id: 507, title: \"Noita\", genre: \"Roguelike\", rating: 4.5, description: \"Every pixel simulated roguelike\", categories: [\"indie\", \"roguelike\", \"simulation\"], family: \"indie\", is2026: false },\n    { id: 508, title: \"TUNIC\", genre: \"Action Adventure\", rating: 4.6, description: \"Fox Zelda-like adventure\", categories: [\"indie\", \"adventure\", \"puzzle\"], family: \"indie\", is2026: false },\n    { id: 509, title: \"Outer Wilds\", genre: \"Exploration\", rating: 4.8, description: \"Time loop space exploration\", categories: [\"indie\", \"exploration\", \"puzzle\"], family: \"indie\", is2026: false },\n    { id: 510, title: \"Return of the Obra Dinn\", genre: \"Puzzle\", rating: 4.7, description: \"Insurance investigation puzzle\", categories: [\"indie\", \"puzzle\", \"mystery\"], family: \"indie\", is2026: false },\n    { id: 511, title: \"The Witness\", genre: \"Puzzle\", rating: 4.5, description: \"Island puzzle exploration\", categories: [\"indie\", \"puzzle\", \"exploration\"], family: \"indie\", is2026: false },\n    { id: 512, title: \"Baba Is You\", genre: \"Puzzle\", rating: 4.6, description: \"Rule-changing puzzle game\", categories: [\"indie\", \"puzzle\", \"creative\"], family: \"indie\", is2026: false },\n    { id: 513, title: \"Cocoon\", genre: \"Puzzle\", rating: 4.6, description: \"World-within-world puzzles\", categories: [\"indie\", \"puzzle\", \"adventure\"], family: \"indie\", is2026: false },\n    { id: 514, title: \"The Talos Principle 2\", genre: \"Puzzle\", rating: 4.7, description: \"Expanded philosophical puzzles\", categories: [\"indie\", \"puzzle\", \"story\"], family: \"indie\", is2026: false },\n    { id: 515, title: \"Portal 2\", genre: \"Puzzle\", rating: 4.9, description: \"Portal gun puzzle perfection\", categories: [\"puzzle\", \"coop\", \"story\"], family: \"indie\", is2026: false },\n    { id: 516, title: \"What Remains of Edith Finch\", genre: \"Walking Sim\", rating: 4.6, description: \"Family story exploration\", categories: [\"indie\", \"story\", \"walking-sim\"], family: \"indie\", is2026: false },\n    { id: 517, title: \"Firewatch\", genre: \"Walking Sim\", rating: 4.4, description: \"Wyoming wilderness mystery\", categories: [\"indie\", \"story\", \"walking-sim\"], family: \"indie\", is2026: false },\n    { id: 518, title: \"Oxenfree II: Lost Signals\", genre: \"Adventure\", rating: 4.3, description: \"Supernatural sequel\", categories: [\"indie\", \"story\", \"adventure\"], family: \"indie\", is2026: false },\n    { id: 519, title: \"Night in the Woods\", genre: \"Adventure\", rating: 4.5, description: \"Small town cat adventure\", categories: [\"indie\", \"story\", \"platformer\"], family: \"indie\", is2026: false },\n    { id: 520, title: \"Undertale\", genre: \"RPG\", rating: 4.7, description: \"Pacifist-friendly retro RPG\", categories: [\"indie\", \"rpg\", \"story\"], family: \"indie\", is2026: false },\n    { id: 521, title: \"Deltarune\", genre: \"RPG\", rating: 4.6, description: \"Undertale follow-up\", categories: [\"indie\", \"rpg\", \"story\"], family: \"indie\", is2026: false },\n    { id: 522, title: \"CrossCode\", genre: \"Action RPG\", rating: 4.5, description: \"MMO-inspired action RPG\", categories: [\"indie\", \"rpg\", \"action\"], family: \"indie\", is2026: false },\n    { id: 523, title: \"Hyper Light Drifter\", genre: \"Action Adventure\", rating: 4.5, description: \"Mysterious pixel action\", categories: [\"indie\", \"action\", \"exploration\"], family: \"indie\", is2026: false },\n    { id: 524, title: \"Furi\", genre: \"Action\", rating: 4.4, description: \"Boss rush action game\", categories: [\"indie\", \"action\", \"fast\"], family: \"indie\", is2026: false },\n    { id: 525, title: \"Katana ZERO\", genre: \"Action\", rating: 4.5, description: \"Neo-noir action platformer\", categories: [\"indie\", \"action\", \"story\"], family: \"indie\", is2026: false },\n    { id: 526, title: \"Neon White\", genre: \"Action\", rating: 4.6, description: \"Speedrunning FPS platformer\", categories: [\"indie\", \"action\", \"platformer\"], family: \"indie\", is2026: false },\n    { id: 527, title: \"Ghostrunner\", genre: \"Action\", rating: 4.4, description: \"Cyberpunk ninja action\", categories: [\"indie\", \"action\", \"cyberpunk\"], family: \"indie\", is2026: false },\n    { id: 528, title: \"Ghostrunner 2\", genre: \"Action\", rating: 4.3, description: \"More cyberpunk ninja\", categories: [\"indie\", \"action\", \"cyberpunk\"], family: \"indie\", is2026: false },\n    { id: 529, title: \"Blasphemous 2\", genre: \"Metroidvania\", rating: 4.5, description: \"Dark religious metroidvania\", categories: [\"indie\", \"metroidvania\", \"soulslike\"], family: \"indie\", is2026: false },\n    { id: 530, title: \"Ender Lilies\", genre: \"Metroidvania\", rating: 4.4, description: \"Atmospheric metroidvania\", categories: [\"indie\", \"metroidvania\", \"soulslike\"], family: \"indie\", is2026: false },\n    { id: 531, title: \"Bloodstained: Ritual of the Night\", genre: \"Metroidvania\", rating: 4.4, description: \"Igarashi's metroidvania\", categories: [\"indie\", \"metroidvania\", \"action\"], family: \"indie\", is2026: false },\n    { id: 532, title: \"Axiom Verge 2\", genre: \"Metroidvania\", rating: 4.2, description: \"Sci-fi metroidvania sequel\", categories: [\"indie\", \"metroidvania\", \"scifi\"], family: \"indie\", is2026: false },\n    { id: 533, title: \"The Messenger\", genre: \"Platformer\", rating: 4.5, description: \"8-bit to 16-bit platformer\", categories: [\"indie\", \"platformer\", \"action\"], family: \"indie\", is2026: false },\n    { id: 534, title: \"Sea of Stars\", genre: \"RPG\", rating: 4.5, description: \"Retro-inspired turn-based RPG\", categories: [\"indie\", \"rpg\", \"turn-based\"], family: \"indie\", is2026: false },\n    { id: 535, title: \"Chained Echoes\", genre: \"RPG\", rating: 4.5, description: \"16-bit inspired JRPG\", categories: [\"indie\", \"rpg\", \"turn-based\"], family: \"indie\", is2026: false },\n    { id: 536, title: \"Bug Fables\", genre: \"RPG\", rating: 4.5, description: \"Paper Mario-inspired RPG\", categories: [\"indie\", \"rpg\", \"turn-based\"], family: \"indie\", is2026: false },\n    { id: 537, title: \"Darkest Dungeon II\", genre: \"Roguelike RPG\", rating: 4.3, description: \"Road trip roguelike sequel\", categories: [\"indie\", \"roguelike\", \"rpg\"], family: \"indie\", is2026: false },\n    { id: 538, title: \"FTL: Faster Than Light\", genre: \"Roguelike\", rating: 4.6, description: \"Spaceship roguelike classic\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 539, title: \"Into the Breach\", genre: \"Tactics Roguelike\", rating: 4.6, description: \"Mech tactics roguelike\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 540, title: \"Loop Hero\", genre: \"Roguelike\", rating: 4.4, description: \"Auto-battler deck builder\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 541, title: \"Gunfire Reborn\", genre: \"Roguelike FPS\", rating: 4.4, description: \"Co-op roguelike shooter\", categories: [\"indie\", \"roguelike\", \"shooter\", \"coop\"], family: \"indie\", is2026: false },\n    { id: 542, title: \"Replaced\", genre: \"Action\", rating: 4.5, description: \"Cyberpunk pixel art action\", categories: [\"indie\", \"action\", \"scifi\"], family: \"indie\", is2026: true },\n    { id: 543, title: \"A Short Hike\", genre: \"Adventure\", rating: 4.5, description: \"Cozy mountain exploration\", categories: [\"indie\", \"adventure\", \"relaxing\"], family: \"indie\", is2026: false },\n    { id: 544, title: \"Untitled Goose Game\", genre: \"Puzzle\", rating: 4.3, description: \"Horrible goose simulator\", categories: [\"indie\", \"puzzle\", \"comedy\"], family: \"indie\", is2026: false },\n    { id: 545, title: \"It Takes Two\", genre: \"Co-op Adventure\", rating: 4.8, description: \"Award-winning co-op adventure\", categories: [\"indie\", \"coop\", \"adventure\", \"platformer\"], family: \"indie\", is2026: false },\n    { id: 546, title: \"Psychonauts 2\", genre: \"3D Platformer\", rating: 4.6, description: \"Mind-diving adventure sequel\", categories: [\"indie\", \"platformer\", \"adventure\", \"story\"], family: \"indie\", is2026: false },\n    { id: 547, title: \"A Hat in Time\", genre: \"3D Platformer\", rating: 4.5, description: \"Cute collect-a-thon platformer\", categories: [\"indie\", \"platformer\", \"adventure\"], family: \"indie\", is2026: false },\n    { id: 548, title: \"Sonic Mania\", genre: \"2D Platformer\", rating: 4.6, description: \"Classic Sonic perfected\", categories: [\"indie\", \"platformer\", \"action\"], family: \"indie\", is2026: false },\n    { id: 549, title: \"Rayman Legends\", genre: \"2D Platformer\", rating: 4.6, description: \"Beautiful musical platformer\", categories: [\"indie\", \"platformer\", \"coop\"], family: \"indie\", is2026: false },\n    { id: 550, title: \"The Stanley Parable: Ultra Deluxe\", genre: \"Walking Sim\", rating: 4.6, description: \"Meta narrative exploration\", categories: [\"indie\", \"story\", \"comedy\"], family: \"indie\", is2026: false },\n    { id: 551, title: \"Superliminal\", genre: \"Puzzle\", rating: 4.4, description: \"Perspective-bending puzzles\", categories: [\"indie\", \"puzzle\"], family: \"indie\", is2026: false },\n    { id: 552, title: \"Viewfinder\", genre: \"Puzzle\", rating: 4.4, description: \"Photography puzzle game\", categories: [\"indie\", \"puzzle\"], family: \"indie\", is2026: false },\n    { id: 553, title: \"Patrick's Parabox\", genre: \"Puzzle\", rating: 4.6, description: \"Box-in-box puzzle game\", categories: [\"indie\", \"puzzle\"], family: \"indie\", is2026: false },\n    { id: 554, title: \"Life is Strange: True Colors\", genre: \"Adventure\", rating: 4.4, description: \"Empathy-power adventure\", categories: [\"indie\", \"story\", \"choice\"], family: \"indie\", is2026: false },\n    { id: 555, title: \"The Wolf Among Us 2\", genre: \"Adventure\", rating: 4.4, description: \"Fables noir sequel\", categories: [\"indie\", \"story\", \"choice\"], family: \"indie\", is2026: true },\n    { id: 556, title: \"Return to Monkey Island\", genre: \"Adventure\", rating: 4.5, description: \"Classic adventure returns\", categories: [\"indie\", \"adventure\", \"puzzle\", \"comedy\"], family: \"indie\", is2026: false },\n    { id: 557, title: \"Pentiment\", genre: \"Adventure\", rating: 4.5, description: \"Medieval murder mystery\", categories: [\"indie\", \"adventure\", \"story\", \"historical\"], family: \"indie\", is2026: false },\n    { id: 558, title: \"Norco\", genre: \"Adventure\", rating: 4.5, description: \"Southern gothic adventure\", categories: [\"indie\", \"adventure\", \"story\"], family: \"indie\", is2026: false },\n    { id: 559, title: \"Dicey Dungeons\", genre: \"Roguelike\", rating: 4.4, description: \"Dice-based roguelike\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 560, title: \"Luck Be a Landlord\", genre: \"Roguelike\", rating: 4.4, description: \"Slot machine roguelike\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n\n    \/\/ ===== SANDBOX \/ SURVIVAL (family: \"sandbox\") =====\n    { id: 561, title: \"Minecraft\", genre: \"Sandbox\", rating: 4.7, description: \"Infinite creative sandbox\", categories: [\"sandbox\", \"building\", \"creative\", \"coop\"], family: \"sandbox\", is2026: false },\n    { id: 562, title: \"Terraria\", genre: \"Sandbox\", rating: 4.7, description: \"2D sandbox exploration\", categories: [\"sandbox\", \"building\", \"action\", \"coop\"], family: \"sandbox\", is2026: false },\n    { id: 563, title: \"Valheim\", genre: \"Survival\", rating: 4.6, description: \"Viking survival crafting\", categories: [\"sandbox\", \"survival\", \"building\", \"coop\"], family: \"sandbox\", is2026: false },\n    { id: 564, title: \"Rust\", genre: \"Survival\", rating: 4.3, description: \"Hardcore PvP survival\", categories: [\"sandbox\", \"survival\", \"multiplayer\"], family: \"sandbox\", is2026: false },\n    { id: 565, title: \"ARK: Survival Ascended\", genre: \"Survival\", rating: 4.0, description: \"Dinosaur survival MMO remake\", categories: [\"sandbox\", \"survival\", \"multiplayer\"], family: \"sandbox\", is2026: false },\n    { id: 566, title: \"Conan Exiles\", genre: \"Survival\", rating: 4.1, description: \"Conan survival sandbox\", categories: [\"sandbox\", \"survival\", \"building\"], family: \"sandbox\", is2026: false },\n    { id: 567, title: \"7 Days to Die\", genre: \"Survival\", rating: 4.2, description: \"Zombie survival crafting\", categories: [\"sandbox\", \"survival\", \"horror\"], family: \"sandbox\", is2026: false },\n    { id: 568, title: \"Project Zomboid\", genre: \"Survival\", rating: 4.5, description: \"Hardcore zombie survival\", categories: [\"sandbox\", \"survival\", \"horror\"], family: \"sandbox\", is2026: false },\n    { id: 569, title: \"The Long Dark\", genre: \"Survival\", rating: 4.4, description: \"Canadian wilderness survival\", categories: [\"sandbox\", \"survival\", \"exploration\"], family: \"sandbox\", is2026: false },\n    { id: 570, title: \"Subnautica\", genre: \"Survival\", rating: 4.7, description: \"Underwater alien survival\", categories: [\"sandbox\", \"survival\", \"exploration\"], family: \"sandbox\", is2026: false },\n    { id: 571, title: \"Subnautica: Below Zero\", genre: \"Survival\", rating: 4.4, description: \"Arctic underwater survival\", categories: [\"sandbox\", \"survival\", \"exploration\"], family: \"sandbox\", is2026: false },\n    { id: 572, title: \"Subnautica 2\", genre: \"Survival\", rating: 4.6, description: \"Co-op underwater survival\", categories: [\"sandbox\", \"survival\", \"coop\"], family: \"sandbox\", is2026: true },\n    { id: 573, title: \"Raft\", genre: \"Survival\", rating: 4.3, description: \"Ocean raft survival\", categories: [\"sandbox\", \"survival\", \"coop\"], family: \"sandbox\", is2026: false },\n    { id: 574, title: \"Grounded\", genre: \"Survival\", rating: 4.4, description: \"Honey I Shrunk the Kids survival\", categories: [\"sandbox\", \"survival\", \"coop\"], family: \"sandbox\", is2026: false },\n    { id: 575, title: \"Green Hell\", genre: \"Survival\", rating: 4.3, description: \"Amazon rainforest survival\", categories: [\"sandbox\", \"survival\", \"realistic\"], family: \"sandbox\", is2026: false },\n    { id: 576, title: \"V Rising\", genre: \"Survival\", rating: 4.4, description: \"Vampire survival crafting\", categories: [\"sandbox\", \"survival\", \"action\"], family: \"sandbox\", is2026: false },\n    { id: 577, title: \"Enshrouded\", genre: \"Survival\", rating: 4.3, description: \"Fantasy survival action RPG\", categories: [\"sandbox\", \"survival\", \"rpg\"], family: \"sandbox\", is2026: false },\n    { id: 578, title: \"Palworld\", genre: \"Survival\", rating: 4.2, description: \"Pokemon with guns survival\", categories: [\"sandbox\", \"survival\", \"coop\"], family: \"sandbox\", is2026: false },\n    { id: 579, title: \"No Man's Sky\", genre: \"Survival\", rating: 4.4, description: \"Infinite space exploration\", categories: [\"sandbox\", \"exploration\", \"survival\"], family: \"sandbox\", is2026: false },\n    { id: 580, title: \"Astroneer\", genre: \"Sandbox\", rating: 4.4, description: \"Cute space exploration\", categories: [\"sandbox\", \"exploration\", \"coop\"], family: \"sandbox\", is2026: false },\n    { id: 581, title: \"Core Keeper\", genre: \"Sandbox\", rating: 4.3, description: \"Underground mining survival\", categories: [\"sandbox\", \"survival\", \"coop\"], family: \"sandbox\", is2026: false },\n    { id: 582, title: \"Abiotic Factor\", genre: \"Survival\", rating: 4.2, description: \"Half-Life inspired survival\", categories: [\"sandbox\", \"survival\", \"scifi\"], family: \"sandbox\", is2026: false },\n    { id: 583, title: \"Sea of Thieves\", genre: \"Adventure\", rating: 4.4, description: \"Pirate co-op adventure\", categories: [\"sandbox\", \"adventure\", \"coop\", \"multiplayer\"], family: \"sandbox\", is2026: false },\n    { id: 584, title: \"Don't Starve Together\", genre: \"Survival\", rating: 4.5, description: \"Tim Burton survival co-op\", categories: [\"sandbox\", \"survival\", \"coop\"], family: \"sandbox\", is2026: false },\n    { id: 585, title: \"Kenshi\", genre: \"Sandbox RPG\", rating: 4.4, description: \"Open world squad survival\", categories: [\"sandbox\", \"rpg\", \"survival\"], family: \"sandbox\", is2026: false },\n    { id: 586, title: \"Mount & Blade II: Bannerlord\", genre: \"Sandbox RPG\", rating: 4.4, description: \"Medieval sandbox warfare\", categories: [\"sandbox\", \"rpg\", \"strategy\"], family: \"sandbox\", is2026: false },\n    { id: 587, title: \"Stranded Deep\", genre: \"Survival\", rating: 4.1, description: \"Pacific island survival\", categories: [\"sandbox\", \"survival\", \"exploration\"], family: \"sandbox\", is2026: false },\n    { id: 588, title: \"Icarus\", genre: \"Survival\", rating: 4.0, description: \"Session-based alien survival\", categories: [\"sandbox\", \"survival\", \"coop\"], family: \"sandbox\", is2026: false },\n    { id: 589, title: \"DayZ\", genre: \"Survival\", rating: 4.0, description: \"Hardcore zombie survival MMO\", categories: [\"sandbox\", \"survival\", \"multiplayer\"], family: \"sandbox\", is2026: false },\n    { id: 590, title: \"Nightingale\", genre: \"Survival\", rating: 4.0, description: \"Victorian fantasy survival\", categories: [\"sandbox\", \"survival\", \"fantasy\"], family: \"sandbox\", is2026: false },\n\n    \/\/ ===== PLATFORMERS =====\n    { id: 591, title: \"Super Mario Odyssey\", genre: \"3D Platformer\", rating: 4.8, description: \"Globe-trotting Mario adventure\", categories: [\"platformer\", \"nintendo\", \"adventure\"], family: \"indie\", is2026: false },\n    { id: 592, title: \"Super Mario Bros. Wonder\", genre: \"2D Platformer\", rating: 4.7, description: \"Psychedelic 2D Mario\", categories: [\"platformer\", \"nintendo\", \"coop\"], family: \"indie\", is2026: false },\n    { id: 593, title: \"Kirby and the Forgotten Land\", genre: \"3D Platformer\", rating: 4.5, description: \"3D Kirby adventure\", categories: [\"platformer\", \"nintendo\", \"adventure\"], family: \"indie\", is2026: false },\n    { id: 594, title: \"Donkey Kong Country: Tropical Freeze\", genre: \"2D Platformer\", rating: 4.6, description: \"Challenging DK platforming\", categories: [\"platformer\", \"nintendo\"], family: \"indie\", is2026: false },\n    { id: 595, title: \"Astro Bot\", genre: \"3D Platformer\", rating: 4.8, description: \"PlayStation platformer showcase\", categories: [\"platformer\", \"adventure\"], family: \"indie\", is2026: false },\n    { id: 596, title: \"Ratchet & Clank: Rift Apart\", genre: \"3D Platformer\", rating: 4.6, description: \"Dimension-hopping adventure\", categories: [\"platformer\", \"action\", \"scifi\"], family: \"indie\", is2026: false },\n    { id: 597, title: \"Crash Bandicoot 4\", genre: \"3D Platformer\", rating: 4.4, description: \"Challenging Crash sequel\", categories: [\"platformer\", \"action\"], family: \"indie\", is2026: false },\n    { id: 598, title: \"Crash Bandicoot N. Sane Trilogy\", genre: \"3D Platformer\", rating: 4.5, description: \"Classic Crash remade\", categories: [\"platformer\", \"action\"], family: \"indie\", is2026: false },\n    { id: 599, title: \"Spyro Reignited Trilogy\", genre: \"3D Platformer\", rating: 4.4, description: \"Classic Spyro remade\", categories: [\"platformer\", \"adventure\"], family: \"indie\", is2026: false },\n    { id: 600, title: \"Sackboy: A Big Adventure\", genre: \"Platformer\", rating: 4.4, description: \"LittleBigPlanet spinoff\", categories: [\"platformer\", \"coop\"], family: \"indie\", is2026: false },\n    { id: 601, title: \"Sonic Frontiers\", genre: \"3D Platformer\", rating: 4.2, description: \"Open zone Sonic adventure\", categories: [\"platformer\", \"action\", \"openworld\"], family: \"indie\", is2026: false },\n    { id: 602, title: \"Sonic Superstars\", genre: \"2D Platformer\", rating: 4.1, description: \"Classic Sonic co-op\", categories: [\"platformer\", \"action\", \"coop\"], family: \"indie\", is2026: false },\n    { id: 603, title: \"Metroid Dread\", genre: \"Metroidvania\", rating: 4.7, description: \"Samus returns to 2D\", categories: [\"metroidvania\", \"action\", \"nintendo\"], family: \"indie\", is2026: false },\n    { id: 604, title: \"Metroid Prime Remastered\", genre: \"FPS Adventure\", rating: 4.8, description: \"Classic Metroid remastered\", categories: [\"action\", \"exploration\", \"nintendo\"], family: \"action-adv\", is2026: false },\n    { id: 605, title: \"Mega Man 11\", genre: \"2D Platformer\", rating: 4.3, description: \"Modern Mega Man\", categories: [\"platformer\", \"action\"], family: \"indie\", is2026: false },\n    { id: 606, title: \"Yooka-Laylee and the Impossible Lair\", genre: \"2D Platformer\", rating: 4.3, description: \"DKC-inspired platformer\", categories: [\"platformer\", \"indie\"], family: \"indie\", is2026: false },\n    { id: 607, title: \"New Super Lucky's Tale\", genre: \"3D Platformer\", rating: 4.2, description: \"Family-friendly platformer\", categories: [\"platformer\", \"adventure\"], family: \"indie\", is2026: false },\n\n    \/\/ ===== MULTIPLAYER \/ PARTY =====\n    { id: 608, title: \"World of Warcraft\", genre: \"MMORPG\", rating: 4.5, description: \"Iconic fantasy MMO\", categories: [\"mmo\", \"rpg\", \"multiplayer\"], family: \"sandbox\", is2026: false },\n    { id: 609, title: \"World of Warcraft: The War Within\", genre: \"MMORPG\", rating: 4.4, description: \"Latest WoW expansion\", categories: [\"mmo\", \"rpg\", \"multiplayer\"], family: \"sandbox\", is2026: false },\n    { id: 610, title: \"Guild Wars 2\", genre: \"MMORPG\", rating: 4.4, description: \"Buy-to-play fantasy MMO\", categories: [\"mmo\", \"rpg\", \"multiplayer\"], family: \"sandbox\", is2026: false },\n    { id: 611, title: \"The Elder Scrolls Online\", genre: \"MMORPG\", rating: 4.3, description: \"Elder Scrolls MMO\", categories: [\"mmo\", \"rpg\", \"multiplayer\"], family: \"sandbox\", is2026: false },\n    { id: 612, title: \"New World\", genre: \"MMORPG\", rating: 4.0, description: \"Amazon's colonial MMO\", categories: [\"mmo\", \"rpg\", \"multiplayer\"], family: \"sandbox\", is2026: false },\n    { id: 613, title: \"Black Desert Online\", genre: \"MMORPG\", rating: 4.2, description: \"Action combat MMO\", categories: [\"mmo\", \"rpg\", \"multiplayer\"], family: \"sandbox\", is2026: false },\n    { id: 614, title: \"Fall Guys\", genre: \"Party Game\", rating: 4.2, description: \"Battle royale party game\", categories: [\"party\", \"multiplayer\", \"competitive\"], family: \"indie\", is2026: false },\n    { id: 615, title: \"Gang Beasts\", genre: \"Party Game\", rating: 4.2, description: \"Physics brawler party game\", categories: [\"party\", \"multiplayer\", \"fighting\"], family: \"indie\", is2026: false },\n    { id: 616, title: \"Human: Fall Flat\", genre: \"Puzzle\", rating: 4.3, description: \"Physics puzzle platformer\", categories: [\"puzzle\", \"coop\", \"multiplayer\"], family: \"indie\", is2026: false },\n    { id: 617, title: \"Among Us\", genre: \"Social Deduction\", rating: 4.3, description: \"Impostor social deduction\", categories: [\"party\", \"multiplayer\", \"social\"], family: \"indie\", is2026: false },\n    { id: 618, title: \"Jackbox Party Packs\", genre: \"Party Game\", rating: 4.5, description: \"Party game collection\", categories: [\"party\", \"multiplayer\", \"comedy\"], family: \"indie\", is2026: false },\n    { id: 619, title: \"Moving Out 2\", genre: \"Co-op\", rating: 4.2, description: \"Chaotic moving co-op\", categories: [\"coop\", \"party\", \"multiplayer\"], family: \"indie\", is2026: false },\n    { id: 620, title: \"A Way Out\", genre: \"Co-op Adventure\", rating: 4.3, description: \"Prison escape co-op\", categories: [\"coop\", \"adventure\", \"action\"], family: \"action-adv\", is2026: false },\n    { id: 621, title: \"Unravel Two\", genre: \"Co-op Platformer\", rating: 4.3, description: \"Yarn puzzle platformer\", categories: [\"coop\", \"platformer\", \"puzzle\"], family: \"indie\", is2026: false },\n    { id: 622, title: \"Lovers in a Dangerous Spacetime\", genre: \"Co-op\", rating: 4.3, description: \"Spaceship co-op chaos\", categories: [\"coop\", \"action\", \"multiplayer\"], family: \"indie\", is2026: false },\n    { id: 623, title: \"Broforce\", genre: \"Run and Gun\", rating: 4.3, description: \"Action movie parody shooter\", categories: [\"action\", \"coop\", \"multiplayer\"], family: \"indie\", is2026: false },\n    { id: 624, title: \"Warhammer: Vermintide 2\", genre: \"Co-op Action\", rating: 4.4, description: \"Warhammer Left 4 Dead\", categories: [\"action\", \"coop\", \"multiplayer\"], family: \"shooter\", is2026: false },\n\n    \/\/ ===== MORE GAMES TO REACH 750 =====\n    { id: 625, title: \"Vampire: The Masquerade - Bloodlines 2\", genre: \"Action RPG\", rating: 4.4, description: \"Vampire RPG sequel\", categories: [\"rpg\", \"action\", \"story\"], family: \"action-adv\", is2026: true },\n    { id: 626, title: \"Clockwork Revolution\", genre: \"Action RPG\", rating: 4.3, description: \"Steampunk time-travel RPG\", categories: [\"rpg\", \"action\", \"steampunk\"], family: \"action-adv\", is2026: true },\n    { id: 627, title: \"Everwild\", genre: \"Adventure\", rating: 4.2, description: \"Rare's nature adventure\", categories: [\"adventure\", \"exploration\"], family: \"action-adv\", is2026: true },\n    { id: 628, title: \"Kingdom Come: Deliverance II\", genre: \"Action RPG\", rating: 4.5, description: \"Realistic medieval RPG sequel\", categories: [\"rpg\", \"action\", \"historical\"], family: \"action-adv\", is2026: true },\n    { id: 629, title: \"Kingdom Come: Deliverance\", genre: \"Action RPG\", rating: 4.4, description: \"Realistic medieval RPG\", categories: [\"rpg\", \"action\", \"historical\"], family: \"action-adv\", is2026: false },\n    { id: 630, title: \"Atomic Heart: Annihilation Instinct\", genre: \"FPS\", rating: 4.1, description: \"Soviet sci-fi expansion\", categories: [\"action\", \"shooter\", \"scifi\"], family: \"shooter\", is2026: false },\n    { id: 631, title: \"S.T.A.L.K.E.R. 2\", genre: \"FPS\", rating: 4.4, description: \"Post-apocalyptic survival shooter\", categories: [\"shooter\", \"survival\", \"postapoc\"], family: \"shooter\", is2026: false },\n    { id: 632, title: \"System Shock Remake\", genre: \"Immersive Sim\", rating: 4.3, description: \"Classic reimagined\", categories: [\"shooter\", \"horror\", \"scifi\"], family: \"shooter\", is2026: false },\n    { id: 633, title: \"Lego Star Wars: The Skywalker Saga\", genre: \"Action Adventure\", rating: 4.4, description: \"All Star Wars movies in Lego\", categories: [\"action\", \"adventure\", \"family\"], family: \"action-adv\", is2026: false },\n    { id: 634, title: \"Lego Horizon Adventures\", genre: \"Action Adventure\", rating: 4.2, description: \"Horizon in Lego form\", categories: [\"action\", \"adventure\", \"family\"], family: \"action-adv\", is2026: false },\n    { id: 635, title: \"Dragon Age: The Veilguard\", genre: \"Action RPG\", rating: 4.3, description: \"New Dragon Age adventure\", categories: [\"rpg\", \"action\", \"fantasy\"], family: \"action-adv\", is2026: false },\n    { id: 636, title: \"Indiana Jones and the Great Circle\", genre: \"Action Adventure\", rating: 4.6, description: \"Classic adventure with puzzles\", categories: [\"action\", \"adventure\", \"puzzle\"], family: \"action-adv\", is2026: true },\n    { id: 637, title: \"Wukong\", genre: \"Action RPG\", rating: 4.7, description: \"Journey to the West action RPG\", categories: [\"action\", \"rpg\", \"mythology\"], family: \"arpg\", is2026: false },\n    { id: 638, title: \"Eiyuden Chronicle: Hundred Heroes\", genre: \"JRPG\", rating: 4.3, description: \"Spiritual Suikoden successor\", categories: [\"rpg\", \"jrpg\", \"turn-based\"], family: \"jrpg\", is2026: false },\n    { id: 639, title: \"Sand Land\", genre: \"Action RPG\", rating: 4.1, description: \"Toriyama's desert adventure\", categories: [\"rpg\", \"action\", \"adventure\"], family: \"action-adv\", is2026: false },\n    { id: 640, title: \"Wuthering Waves\", genre: \"Action RPG\", rating: 4.2, description: \"Open world gacha action RPG\", categories: [\"rpg\", \"action\", \"openworld\"], family: \"arpg\", is2026: false },\n    { id: 641, title: \"Zenless Zone Zero\", genre: \"Action RPG\", rating: 4.3, description: \"Urban fantasy action RPG\", categories: [\"rpg\", \"action\", \"anime\"], family: \"arpg\", is2026: false },\n    { id: 642, title: \"Genshin Impact\", genre: \"Action RPG\", rating: 4.4, description: \"Open world gacha adventure\", categories: [\"rpg\", \"action\", \"openworld\"], family: \"arpg\", is2026: false },\n    { id: 643, title: \"Honkai: Star Rail\", genre: \"Turn-Based RPG\", rating: 4.4, description: \"Sci-fi gacha turn-based RPG\", categories: [\"rpg\", \"turn-based\", \"scifi\"], family: \"jrpg\", is2026: false },\n    { id: 644, title: \"Blue Protocol\", genre: \"Action RPG\", rating: 4.1, description: \"Anime action MMO\", categories: [\"rpg\", \"action\", \"mmo\"], family: \"arpg\", is2026: false },\n    { id: 645, title: \"Tower of Fantasy\", genre: \"Action RPG\", rating: 4.0, description: \"Sci-fi open world MMO\", categories: [\"rpg\", \"action\", \"mmo\"], family: \"arpg\", is2026: false },\n    { id: 646, title: \"Wayfinder\", genre: \"Action RPG\", rating: 4.0, description: \"Fantasy action MMO\", categories: [\"rpg\", \"action\", \"mmo\"], family: \"arpg\", is2026: false },\n    { id: 647, title: \"Throne and Liberty\", genre: \"MMORPG\", rating: 4.1, description: \"NCSoft's new MMO\", categories: [\"mmo\", \"rpg\", \"multiplayer\"], family: \"sandbox\", is2026: false },\n    { id: 648, title: \"Once Human\", genre: \"Survival MMO\", rating: 4.0, description: \"Supernatural survival MMO\", categories: [\"survival\", \"mmo\", \"horror\"], family: \"sandbox\", is2026: false },\n    { id: 649, title: \"Tarisland\", genre: \"MMORPG\", rating: 4.0, description: \"Fantasy MMO\", categories: [\"mmo\", \"rpg\", \"multiplayer\"], family: \"sandbox\", is2026: false },\n    { id: 650, title: \"Pax Dei\", genre: \"MMORPG\", rating: 4.0, description: \"Medieval social sandbox MMO\", categories: [\"mmo\", \"rpg\", \"sandbox\"], family: \"sandbox\", is2026: false },\n    { id: 651, title: \"Still Wakes the Deep\", genre: \"Horror\", rating: 4.3, description: \"Oil rig cosmic horror\", categories: [\"horror\", \"story\"], family: \"horror\", is2026: false },\n    { id: 652, title: \"Crow Country\", genre: \"Horror\", rating: 4.4, description: \"Retro survival horror\", categories: [\"horror\", \"indie\", \"puzzle\"], family: \"horror\", is2026: false },\n    { id: 653, title: \"Until Dawn\", genre: \"Horror\", rating: 4.4, description: \"Teen slasher interactive drama\", categories: [\"horror\", \"story\", \"choice\"], family: \"horror\", is2026: false },\n    { id: 654, title: \"The Dark Pictures: House of Ashes\", genre: \"Horror\", rating: 4.2, description: \"Iraq war horror anthology\", categories: [\"horror\", \"story\", \"choice\"], family: \"horror\", is2026: false },\n    { id: 655, title: \"The Quarry\", genre: \"Horror\", rating: 4.3, description: \"Summer camp horror drama\", categories: [\"horror\", \"story\", \"choice\"], family: \"horror\", is2026: false },\n    { id: 656, title: \"Man of Medan\", genre: \"Horror\", rating: 4.1, description: \"Ghost ship horror\", categories: [\"horror\", \"story\", \"choice\"], family: \"horror\", is2026: false },\n    { id: 657, title: \"The Dark Pictures: Little Hope\", genre: \"Horror\", rating: 4.1, description: \"Witch trial horror\", categories: [\"horror\", \"story\", \"choice\"], family: \"horror\", is2026: false },\n    { id: 658, title: \"The Dark Pictures: The Devil in Me\", genre: \"Horror\", rating: 4.1, description: \"Murder hotel horror\", categories: [\"horror\", \"story\", \"choice\"], family: \"horror\", is2026: false },\n    { id: 659, title: \"Palmistry\", genre: \"Horror\", rating: 4.2, description: \"Dark Pictures anthology entry\", categories: [\"horror\", \"story\", \"choice\"], family: \"horror\", is2026: true },\n    { id: 660, title: \"Layers of Fears\", genre: \"Horror\", rating: 4.3, description: \"Combined Layers of Fear\", categories: [\"horror\", \"psychological\"], family: \"horror\", is2026: false },\n    { id: 661, title: \"Soma\", genre: \"Sci-Fi Horror\", rating: 4.6, description: \"Underwater existential horror\", categories: [\"horror\", \"scifi\", \"story\"], family: \"horror\", is2026: false },\n    { id: 662, title: \"Amnesia: Rebirth\", genre: \"Survival Horror\", rating: 4.1, description: \"Desert horror adventure\", categories: [\"horror\", \"survival\", \"puzzle\"], family: \"horror\", is2026: false },\n    { id: 663, title: \"Observer: System Redux\", genre: \"Cyberpunk Horror\", rating: 4.3, description: \"Mind-hacking horror\", categories: [\"horror\", \"scifi\", \"cyberpunk\"], family: \"horror\", is2026: false },\n    { id: 664, title: \"Blair Witch\", genre: \"Psychological Horror\", rating: 4.0, description: \"Forest horror with dog\", categories: [\"horror\", \"psychological\", \"story\"], family: \"horror\", is2026: false },\n    { id: 665, title: \"Evil Dead: The Game\", genre: \"Asymmetric Horror\", rating: 4.1, description: \"Groovy 4v1 horror\", categories: [\"horror\", \"multiplayer\", \"coop\"], family: \"horror\", is2026: false },\n    { id: 666, title: \"Devour\", genre: \"Co-op Horror\", rating: 4.2, description: \"Demon hunting co-op\", categories: [\"horror\", \"coop\", \"multiplayer\"], family: \"horror\", is2026: false },\n    { id: 667, title: \"Dread Hunger\", genre: \"Social Horror\", rating: 4.1, description: \"Arctic survival with traitors\", categories: [\"horror\", \"survival\", \"multiplayer\"], family: \"horror\", is2026: false },\n    { id: 668, title: \"Midnight Ghost Hunt\", genre: \"Asymmetric Horror\", rating: 4.0, description: \"Ghostbusters vs ghosts\", categories: [\"horror\", \"multiplayer\", \"competitive\"], family: \"horror\", is2026: false },\n    { id: 669, title: \"Strange Horticulture\", genre: \"Puzzle\", rating: 4.4, description: \"Occult plant shop puzzle\", categories: [\"puzzle\", \"story\", \"indie\"], family: \"indie\", is2026: false },\n    { id: 670, title: \"Tchia\", genre: \"Adventure\", rating: 4.3, description: \"New Caledonia adventure\", categories: [\"adventure\", \"openworld\", \"indie\"], family: \"indie\", is2026: false },\n    { id: 671, title: \"Season: A Letter to the Future\", genre: \"Adventure\", rating: 4.2, description: \"Bicycle journey adventure\", categories: [\"adventure\", \"exploration\", \"indie\"], family: \"indie\", is2026: false },\n    { id: 672, title: \"Harold Halibut\", genre: \"Adventure\", rating: 4.2, description: \"Handcrafted adventure\", categories: [\"adventure\", \"story\", \"indie\"], family: \"indie\", is2026: false },\n    { id: 673, title: \"Little Kitty, Big City\", genre: \"Adventure\", rating: 4.3, description: \"Cat adventure game\", categories: [\"adventure\", \"relaxing\", \"indie\"], family: \"indie\", is2026: false },\n    { id: 674, title: \"Stray\", genre: \"Adventure\", rating: 4.5, description: \"Cyberpunk cat adventure\", categories: [\"adventure\", \"story\", \"cyberpunk\"], family: \"indie\", is2026: false },\n    { id: 675, title: \"Anodyne 2\", genre: \"Adventure\", rating: 4.3, description: \"Dreamlike exploration game\", categories: [\"adventure\", \"puzzle\", \"indie\"], family: \"indie\", is2026: false },\n    { id: 676, title: \"Eastward\", genre: \"Action Adventure\", rating: 4.3, description: \"Pixel art action adventure\", categories: [\"indie\", \"adventure\", \"action\"], family: \"indie\", is2026: false },\n    { id: 677, title: \"Nobody Saves the World\", genre: \"Action RPG\", rating: 4.3, description: \"Shape-shifting action RPG\", categories: [\"indie\", \"action\", \"rpg\"], family: \"indie\", is2026: false },\n    { id: 678, title: \"Death's Door\", genre: \"Action Adventure\", rating: 4.5, description: \"Crow reaper action game\", categories: [\"indie\", \"action\", \"adventure\"], family: \"indie\", is2026: false },\n    { id: 679, title: \"Chicory: A Colorful Tale\", genre: \"Adventure\", rating: 4.5, description: \"Painting puzzle adventure\", categories: [\"indie\", \"adventure\", \"puzzle\"], family: \"indie\", is2026: false },\n    { id: 680, title: \"Omori\", genre: \"RPG\", rating: 4.6, description: \"Psychological horror RPG\", categories: [\"indie\", \"rpg\", \"horror\", \"story\"], family: \"indie\", is2026: false },\n    { id: 681, title: \"Coffee Talk\", genre: \"Visual Novel\", rating: 4.3, description: \"Coffee shop visual novel\", categories: [\"indie\", \"story\", \"relaxing\"], family: \"indie\", is2026: false },\n    { id: 682, title: \"Citizen Sleeper\", genre: \"RPG\", rating: 4.5, description: \"Dice-based narrative RPG\", categories: [\"indie\", \"rpg\", \"story\", \"scifi\"], family: \"indie\", is2026: false },\n    { id: 683, title: \"Norco\", genre: \"Adventure\", rating: 4.5, description: \"Southern gothic adventure\", categories: [\"indie\", \"adventure\", \"story\"], family: \"indie\", is2026: false },\n    { id: 684, title: \"Immortality\", genre: \"Interactive Movie\", rating: 4.4, description: \"FMV mystery thriller\", categories: [\"indie\", \"story\", \"mystery\"], family: \"indie\", is2026: false },\n    { id: 685, title: \"Her Story\", genre: \"Interactive Movie\", rating: 4.3, description: \"FMV detective game\", categories: [\"indie\", \"story\", \"mystery\"], family: \"indie\", is2026: false },\n    { id: 686, title: \"Telling Lies\", genre: \"Interactive Movie\", rating: 4.2, description: \"FMV spy thriller\", categories: [\"indie\", \"story\", \"mystery\"], family: \"indie\", is2026: false },\n    { id: 687, title: \"Paradise Killer\", genre: \"Adventure\", rating: 4.4, description: \"Open world murder mystery\", categories: [\"indie\", \"mystery\", \"detective\"], family: \"indie\", is2026: false },\n    { id: 688, title: \"Disco Elysium\", genre: \"CRPG\", rating: 4.9, description: \"Revolutionary narrative RPG\", categories: [\"rpg\", \"story\", \"detective\"], family: \"crpg\", is2026: false },\n    { id: 689, title: \"Roadwarden\", genre: \"Text Adventure\", rating: 4.4, description: \"Illustrated text RPG\", categories: [\"indie\", \"rpg\", \"story\"], family: \"indie\", is2026: false },\n    { id: 690, title: \"World of Horror\", genre: \"Horror RPG\", rating: 4.3, description: \"Junji Ito-inspired horror\", categories: [\"indie\", \"horror\", \"rpg\"], family: \"indie\", is2026: false },\n    { id: 691, title: \"Caves of Qud\", genre: \"Roguelike\", rating: 4.5, description: \"Deep sci-fi roguelike\", categories: [\"indie\", \"roguelike\", \"rpg\"], family: \"indie\", is2026: false },\n    { id: 692, title: \"Cogmind\", genre: \"Roguelike\", rating: 4.4, description: \"Sci-fi robot roguelike\", categories: [\"indie\", \"roguelike\", \"scifi\"], family: \"indie\", is2026: false },\n    { id: 693, title: \"Caves of Qud\", genre: \"Roguelike\", rating: 4.5, description: \"Deep sci-fi roguelike\", categories: [\"indie\", \"roguelike\", \"rpg\"], family: \"indie\", is2026: false },\n    { id: 694, title: \"ADOM\", genre: \"Roguelike\", rating: 4.3, description: \"Classic roguelike remastered\", categories: [\"indie\", \"roguelike\", \"rpg\"], family: \"indie\", is2026: false },\n    { id: 695, title: \"Tales of Maj'Eyal\", genre: \"Roguelike\", rating: 4.4, description: \"Tactical fantasy roguelike\", categories: [\"indie\", \"roguelike\", \"rpg\"], family: \"indie\", is2026: false },\n    { id: 696, title: \"Dungeon Crawl Stone Soup\", genre: \"Roguelike\", rating: 4.4, description: \"Classic dungeon crawler\", categories: [\"indie\", \"roguelike\", \"rpg\"], family: \"indie\", is2026: false },\n    { id: 697, title: \"Brogue\", genre: \"Roguelike\", rating: 4.3, description: \"Elegant roguelike\", categories: [\"indie\", \"roguelike\"], family: \"indie\", is2026: false },\n    { id: 698, title: \"Jupiter Hell\", genre: \"Roguelike\", rating: 4.3, description: \"Doom roguelike successor\", categories: [\"indie\", \"roguelike\", \"shooter\"], family: \"indie\", is2026: false },\n    { id: 699, title: \"Crown Trick\", genre: \"Roguelike\", rating: 4.2, description: \"Synchronous roguelike\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 700, title: \"Roguebook\", genre: \"Deckbuilder\", rating: 4.2, description: \"Deckbuilding roguelike\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 701, title: \"Griftlands\", genre: \"Deckbuilder\", rating: 4.3, description: \"Narrative deckbuilder\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 702, title: \"Fights in Tight Spaces\", genre: \"Deckbuilder\", rating: 4.3, description: \"Tactical deckbuilder\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 703, title: \"Arcanium\", genre: \"Deckbuilder\", rating: 4.1, description: \"Strategy deckbuilder\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 704, title: \"Phantom Rose\", genre: \"Deckbuilder\", rating: 4.0, description: \"Gothic deckbuilder\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 705, title: \"Legendary Tales\", genre: \"Action RPG\", rating: 4.0, description: \"VR dungeon crawler\", categories: [\"action\", \"rpg\", \"coop\"], family: \"arpg\", is2026: false },\n    { id: 706, title: \"Zenith: The Last City\", genre: \"MMORPG\", rating: 4.0, description: \"VR MMORPG\", categories: [\"mmo\", \"rpg\", \"multiplayer\"], family: \"sandbox\", is2026: false },\n    { id: 707, title: \"Beat Saber\", genre: \"Rhythm\", rating: 4.7, description: \"VR rhythm slashing\", categories: [\"rhythm\", \"action\"], family: \"indie\", is2026: false },\n    { id: 708, title: \"Superhot VR\", genre: \"Action\", rating: 4.5, description: \"Time-bending VR shooter\", categories: [\"action\", \"shooter\", \"puzzle\"], family: \"shooter\", is2026: false },\n    { id: 709, title: \"Half-Life: Alyx\", genre: \"FPS\", rating: 4.8, description: \"VR Half-Life experience\", categories: [\"shooter\", \"scifi\", \"story\"], family: \"shooter\", is2026: false },\n    { id: 710, title: \"Boneworks\", genre: \"Action\", rating: 4.4, description: \"Physics-based VR action\", categories: [\"action\", \"shooter\"], family: \"shooter\", is2026: false },\n    { id: 711, title: \"Blade & Sorcery\", genre: \"Action\", rating: 4.4, description: \"VR medieval combat\", categories: [\"action\", \"sandbox\"], family: \"action-adv\", is2026: false },\n    { id: 712, title: \"Pavlov VR\", genre: \"Tactical Shooter\", rating: 4.4, description: \"VR tactical shooter\", categories: [\"shooter\", \"tactical\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 713, title: \"Population: One\", genre: \"Battle Royale\", rating: 4.2, description: \"VR battle royale\", categories: [\"shooter\", \"battle-royale\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 714, title: \"The Walking Dead: Saints & Sinners\", genre: \"Horror\", rating: 4.4, description: \"VR zombie survival\", categories: [\"horror\", \"survival\", \"action\"], family: \"horror\", is2026: false },\n    { id: 715, title: \"Into the Radius\", genre: \"Survival\", rating: 4.4, description: \"VR survival shooter\", categories: [\"survival\", \"shooter\", \"horror\"], family: \"shooter\", is2026: false },\n    { id: 716, title: \"Arizona Sunshine 2\", genre: \"Shooter\", rating: 4.2, description: \"VR zombie co-op shooter\", categories: [\"shooter\", \"coop\", \"horror\"], family: \"shooter\", is2026: false },\n    { id: 717, title: \"Asgard's Wrath 2\", genre: \"Action RPG\", rating: 4.5, description: \"VR Norse action RPG\", categories: [\"rpg\", \"action\", \"mythology\"], family: \"action-adv\", is2026: false },\n    { id: 718, title: \"Pistol Whip\", genre: \"Rhythm Shooter\", rating: 4.4, description: \"Rhythm shooter hybrid\", categories: [\"rhythm\", \"shooter\"], family: \"indie\", is2026: false },\n    { id: 719, title: \"The Thrill of the Fight\", genre: \"Sports\", rating: 4.4, description: \"VR boxing simulation\", categories: [\"sports\", \"fighting\"], family: \"sports\", is2026: false },\n    { id: 720, title: \"Eleven Table Tennis\", genre: \"Sports\", rating: 4.5, description: \"VR table tennis\", categories: [\"sports\", \"simulation\"], family: \"sports\", is2026: false },\n    { id: 721, title: \"Walkabout Mini Golf\", genre: \"Sports\", rating: 4.5, description: \"VR mini golf\", categories: [\"sports\", \"relaxing\", \"coop\"], family: \"sports\", is2026: false },\n    { id: 722, title: \"Golf+\", genre: \"Sports\", rating: 4.4, description: \"VR golf simulation\", categories: [\"sports\", \"simulation\"], family: \"sports\", is2026: false },\n    { id: 723, title: \"Synth Riders\", genre: \"Rhythm\", rating: 4.4, description: \"VR rhythm game\", categories: [\"rhythm\", \"action\"], family: \"indie\", is2026: false },\n    { id: 724, title: \"Ragnarock\", genre: \"Rhythm\", rating: 4.3, description: \"VR Viking rhythm\", categories: [\"rhythm\", \"action\"], family: \"indie\", is2026: false },\n    { id: 725, title: \"Tetris Effect: Connected\", genre: \"Puzzle\", rating: 4.6, description: \"Immersive Tetris\", categories: [\"puzzle\", \"relaxing\"], family: \"indie\", is2026: false },\n    { id: 726, title: \"Moss\", genre: \"Adventure\", rating: 4.4, description: \"VR puzzle adventure\", categories: [\"adventure\", \"puzzle\"], family: \"indie\", is2026: false },\n    { id: 727, title: \"Moss: Book II\", genre: \"Adventure\", rating: 4.4, description: \"VR puzzle adventure sequel\", categories: [\"adventure\", \"puzzle\"], family: \"indie\", is2026: false },\n    { id: 728, title: \"I Expect You To Die 3\", genre: \"Puzzle\", rating: 4.4, description: \"VR spy escape room\", categories: [\"puzzle\", \"spy\"], family: \"indie\", is2026: false },\n    { id: 729, title: \"Red Matter 2\", genre: \"Puzzle\", rating: 4.4, description: \"VR sci-fi puzzle\", categories: [\"puzzle\", \"scifi\"], family: \"indie\", is2026: false },\n    { id: 730, title: \"Ultrawings 2\", genre: \"Flight\", rating: 4.2, description: \"VR flight sim\", categories: [\"simulation\", \"flying\"], family: \"simulation\", is2026: false },\n    { id: 731, title: \"Warplanes: WW1 Fighters\", genre: \"Flight\", rating: 4.2, description: \"VR WW1 dogfighting\", categories: [\"simulation\", \"flying\", \"military\"], family: \"simulation\", is2026: false },\n    { id: 732, title: \"VTOL VR\", genre: \"Flight Sim\", rating: 4.5, description: \"VR military flight sim\", categories: [\"simulation\", \"flying\", \"military\"], family: \"simulation\", is2026: false },\n    { id: 733, title: \"DCS World\", genre: \"Flight Sim\", rating: 4.4, description: \"Military flight sim\", categories: [\"simulation\", \"flying\", \"military\"], family: \"simulation\", is2026: false },\n    { id: 734, title: \"IL-2 Sturmovik\", genre: \"Flight Sim\", rating: 4.4, description: \"WW2 flight sim\", categories: [\"simulation\", \"flying\", \"military\"], family: \"simulation\", is2026: false },\n    { id: 735, title: \"Ace Combat 7\", genre: \"Flight Action\", rating: 4.4, description: \"Arcade flight combat\", categories: [\"action\", \"flying\", \"military\"], family: \"action-adv\", is2026: false },\n    { id: 736, title: \"Project Wingman\", genre: \"Flight Action\", rating: 4.4, description: \"Indie ace combat\", categories: [\"action\", \"flying\", \"military\"], family: \"action-adv\", is2026: false },\n    { id: 737, title: \"Arma Reforger\", genre: \"Military Sim\", rating: 4.0, description: \"New Arma engine preview\", categories: [\"shooter\", \"military\", \"simulation\"], family: \"shooter\", is2026: false },\n    { id: 738, title: \"Ground Branch\", genre: \"Tactical Shooter\", rating: 4.1, description: \"Authentic tactical shooter\", categories: [\"shooter\", \"tactical\", \"coop\"], family: \"shooter\", is2026: false },\n    { id: 739, title: \"Zero Hour\", genre: \"Tactical Shooter\", rating: 4.2, description: \"Korean tactical shooter\", categories: [\"shooter\", \"tactical\", \"coop\"], family: \"shooter\", is2026: false },\n    { id: 740, title: \"Door Kickers 2\", genre: \"Tactical Strategy\", rating: 4.3, description: \"Real-time SWAT tactics\", categories: [\"strategy\", \"tactical\"], family: \"strategy\", is2026: false },\n    { id: 741, title: \"Due Process\", genre: \"Tactical Shooter\", rating: 4.1, description: \"Procedural tactical shooter\", categories: [\"shooter\", \"tactical\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 742, title: \"World War 3\", genre: \"Military FPS\", rating: 4.0, description: \"Modern warfare shooter\", categories: [\"shooter\", \"military\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 743, title: \"Marauders\", genre: \"Extraction Shooter\", rating: 4.1, description: \"Dieselpunk extraction\", categories: [\"shooter\", \"survival\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 744, title: \"Gray Zone Warfare\", genre: \"Extraction Shooter\", rating: 4.0, description: \"Military extraction shooter\", categories: [\"shooter\", \"tactical\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 745, title: \"The Cycle: Frontier\", genre: \"Extraction Shooter\", rating: 4.0, description: \"Sci-fi extraction shooter\", categories: [\"shooter\", \"scifi\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 746, title: \"Dark and Darker\", genre: \"Extraction RPG\", rating: 4.2, description: \"Fantasy extraction dungeon\", categories: [\"rpg\", \"survival\", \"multiplayer\"], family: \"arpg\", is2026: false },\n    { id: 747, title: \"Exoprimal\", genre: \"Co-op Shooter\", rating: 4.0, description: \"Dinosaur horde shooter\", categories: [\"shooter\", \"coop\", \"action\"], family: \"shooter\", is2026: false },\n    { id: 748, title: \"The First Descendant\", genre: \"Looter Shooter\", rating: 4.0, description: \"Free-to-play looter shooter\", categories: [\"shooter\", \"action\", \"coop\"], family: \"shooter\", is2026: false },\n    { id: 749, title: \"XDefiant\", genre: \"Arena Shooter\", rating: 4.0, description: \"Ubisoft crossover shooter\", categories: [\"shooter\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 750, title: \"The Division 2\", genre: \"Looter Shooter\", rating: 4.2, description: \"Washington D.C. looter shooter\", categories: [\"shooter\", \"coop\", \"openworld\"], family: \"shooter\", is2026: false },\n    \/\/ ===== MORE GAMES 751-850 =====\n    { id: 751, title: \"Ghost Recon Wildlands\", genre: \"Tactical Shooter\", rating: 4.2, description: \"Open world tactical co-op\", categories: [\"shooter\", \"tactical\", \"openworld\", \"coop\"], family: \"shooter\", is2026: false },\n    { id: 752, title: \"Ghost Recon Breakpoint\", genre: \"Tactical Shooter\", rating: 4.0, description: \"Survival tactical shooter\", categories: [\"shooter\", \"tactical\", \"openworld\"], family: \"shooter\", is2026: false },\n    { id: 753, title: \"Sniper Ghost Warrior Contracts 2\", genre: \"Tactical Shooter\", rating: 4.1, description: \"Contract sniping\", categories: [\"shooter\", \"tactical\", \"stealth\"], family: \"shooter\", is2026: false },\n    { id: 754, title: \"Sniper Elite: Resistance\", genre: \"Tactical Shooter\", rating: 4.2, description: \"WW2 French resistance sniping\", categories: [\"shooter\", \"tactical\", \"stealth\"], family: \"shooter\", is2026: true },\n    { id: 755, title: \"Generation Zero\", genre: \"Survival Shooter\", rating: 4.0, description: \"1980s Sweden robot invasion\", categories: [\"shooter\", \"survival\", \"coop\"], family: \"shooter\", is2026: false },\n    { id: 756, title: \"Aliens: Dark Descent\", genre: \"Tactical Strategy\", rating: 4.3, description: \"Real-time tactical Aliens\", categories: [\"strategy\", \"tactical\", \"scifi\"], family: \"strategy\", is2026: false },\n    { id: 757, title: \"Aliens: Fireteam Elite\", genre: \"Co-op Shooter\", rating: 4.0, description: \"Aliens co-op shooter\", categories: [\"shooter\", \"coop\", \"scifi\"], family: \"shooter\", is2026: false },\n    { id: 758, title: \"Space Marine 2\", genre: \"Action\", rating: 4.5, description: \"Warhammer 40K marine action\", categories: [\"action\", \"shooter\", \"scifi\"], family: \"shooter\", is2026: false },\n    { id: 759, title: \"Necromunda: Hired Gun\", genre: \"FPS\", rating: 4.0, description: \"40K bounty hunter shooter\", categories: [\"shooter\", \"action\", \"scifi\"], family: \"shooter\", is2026: false },\n    { id: 760, title: \"Warhammer 40K: Boltgun\", genre: \"Retro FPS\", rating: 4.3, description: \"Retro 40K shooter\", categories: [\"shooter\", \"action\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 761, title: \"Warhammer: Vermintide 2\", genre: \"Co-op Action\", rating: 4.4, description: \"Warhammer Left 4 Dead\", categories: [\"action\", \"coop\", \"fantasy\"], family: \"shooter\", is2026: false },\n    { id: 762, title: \"Total War: Warhammer III - Shadows of Change\", genre: \"Strategy\", rating: 4.3, description: \"Lords of Change DLC\", categories: [\"strategy\", \"fantasy\"], family: \"strategy\", is2026: false },\n    { id: 763, title: \"Age of Wonders 4\", genre: \"4X Strategy\", rating: 4.4, description: \"Fantasy 4X tactics\", categories: [\"strategy\", \"4x\", \"fantasy\"], family: \"strategy\", is2026: false },\n    { id: 764, title: \"Songs of Conquest\", genre: \"Strategy\", rating: 4.3, description: \"Heroes of M&M inspired\", categories: [\"strategy\", \"fantasy\", \"turn-based\"], family: \"strategy\", is2026: false },\n    { id: 765, title: \"Ara: History Untold\", genre: \"4X Strategy\", rating: 4.3, description: \"New historical 4X\", categories: [\"strategy\", \"4x\", \"historical\"], family: \"strategy\", is2026: false },\n    { id: 766, title: \"Millennia\", genre: \"4X Strategy\", rating: 4.1, description: \"Historical 4X strategy\", categories: [\"strategy\", \"4x\", \"historical\"], family: \"strategy\", is2026: false },\n    { id: 767, title: \"Distant Worlds 2\", genre: \"4X Strategy\", rating: 4.2, description: \"Massive space 4X\", categories: [\"strategy\", \"4x\", \"scifi\"], family: \"strategy\", is2026: false },\n    { id: 768, title: \"Galactic Civilizations IV\", genre: \"4X Strategy\", rating: 4.1, description: \"Space civilization builder\", categories: [\"strategy\", \"4x\", \"scifi\"], family: \"strategy\", is2026: false },\n    { id: 769, title: \"Endless Space 2\", genre: \"4X Strategy\", rating: 4.3, description: \"Beautiful space 4X\", categories: [\"strategy\", \"4x\", \"scifi\"], family: \"strategy\", is2026: false },\n    { id: 770, title: \"Endless Legend\", genre: \"4X Strategy\", rating: 4.3, description: \"Fantasy 4X\", categories: [\"strategy\", \"4x\", \"fantasy\"], family: \"strategy\", is2026: false },\n    { id: 771, title: \"Thea 2: The Shattering\", genre: \"4X Strategy\", rating: 4.1, description: \"Slavic mythology 4X\", categories: [\"strategy\", \"4x\", \"mythology\"], family: \"strategy\", is2026: false },\n    { id: 772, title: \"Shadow Empire\", genre: \"4X Strategy\", rating: 4.3, description: \"Post-apocalyptic wargame\", categories: [\"strategy\", \"4x\", \"postapoc\"], family: \"strategy\", is2026: false },\n    { id: 773, title: \"Dominions 6\", genre: \"4X Strategy\", rating: 4.4, description: \"Deep fantasy wargame\", categories: [\"strategy\", \"4x\", \"fantasy\"], family: \"strategy\", is2026: false },\n    { id: 774, title: \"Field of Glory: Kingdoms\", genre: \"Strategy\", rating: 4.2, description: \"Medieval grand strategy\", categories: [\"strategy\", \"historical\"], family: \"strategy\", is2026: false },\n    { id: 775, title: \"Terra Invicta\", genre: \"Grand Strategy\", rating: 4.2, description: \"Alien invasion grand strategy\", categories: [\"strategy\", \"scifi\"], family: \"strategy\", is2026: false },\n    { id: 776, title: \"Workers & Resources: Soviet Republic\", genre: \"City Builder\", rating: 4.4, description: \"Soviet city builder\", categories: [\"simulation\", \"building\", \"strategy\"], family: \"simulation\", is2026: false },\n    { id: 777, title: \"Foundation\", genre: \"City Builder\", rating: 4.2, description: \"Organic medieval city builder\", categories: [\"simulation\", \"building\", \"medieval\"], family: \"simulation\", is2026: false },\n    { id: 778, title: \"Ostriv\", genre: \"City Builder\", rating: 4.1, description: \"Ukrainian village builder\", categories: [\"simulation\", \"building\", \"historical\"], family: \"simulation\", is2026: false },\n    { id: 779, title: \"Laysara: Summit Kingdom\", genre: \"City Builder\", rating: 4.2, description: \"Mountain city builder\", categories: [\"simulation\", \"building\"], family: \"simulation\", is2026: false },\n    { id: 780, title: \"The Wandering Village\", genre: \"City Builder\", rating: 4.3, description: \"City on giant creature\", categories: [\"simulation\", \"building\", \"survival\"], family: \"simulation\", is2026: false },\n    { id: 781, title: \"Kingdoms and Castles\", genre: \"City Builder\", rating: 4.2, description: \"Simple medieval builder\", categories: [\"simulation\", \"building\", \"medieval\"], family: \"simulation\", is2026: false },\n    { id: 782, title: \"Ixion\", genre: \"City Builder\", rating: 4.1, description: \"Space station city builder\", categories: [\"simulation\", \"building\", \"scifi\"], family: \"simulation\", is2026: false },\n    { id: 783, title: \"Airborne Kingdom\", genre: \"City Builder\", rating: 4.2, description: \"Flying city builder\", categories: [\"simulation\", \"building\"], family: \"simulation\", is2026: false },\n    { id: 784, title: \"Patron\", genre: \"City Builder\", rating: 4.1, description: \"Medieval survival builder\", categories: [\"simulation\", \"building\", \"survival\"], family: \"simulation\", is2026: false },\n    { id: 785, title: \"Farthest Frontier\", genre: \"City Builder\", rating: 4.2, description: \"Frontier survival builder\", categories: [\"simulation\", \"building\", \"survival\"], family: \"simulation\", is2026: false },\n    { id: 786, title: \"Captain of Industry\", genre: \"Factory Builder\", rating: 4.4, description: \"Island factory building\", categories: [\"simulation\", \"building\", \"strategy\"], family: \"simulation\", is2026: false },\n    { id: 787, title: \"Mindustry\", genre: \"Factory Builder\", rating: 4.4, description: \"Tower defense factory\", categories: [\"simulation\", \"building\", \"strategy\"], family: \"simulation\", is2026: false },\n    { id: 788, title: \"Techtonica\", genre: \"Factory Builder\", rating: 4.1, description: \"Underground factory building\", categories: [\"simulation\", \"building\"], family: \"simulation\", is2026: false },\n    { id: 789, title: \"Voxel Tycoon\", genre: \"Transport Sim\", rating: 4.2, description: \"Voxel transport tycoon\", categories: [\"simulation\", \"building\", \"transport\"], family: \"simulation\", is2026: false },\n    { id: 790, title: \"Transport Fever 2\", genre: \"Transport Sim\", rating: 4.3, description: \"Transport network builder\", categories: [\"simulation\", \"building\", \"transport\"], family: \"simulation\", is2026: false },\n    { id: 791, title: \"Mini Metro\", genre: \"Puzzle Sim\", rating: 4.4, description: \"Minimalist subway builder\", categories: [\"simulation\", \"puzzle\", \"relaxing\"], family: \"simulation\", is2026: false },\n    { id: 792, title: \"Mini Motorways\", genre: \"Puzzle Sim\", rating: 4.3, description: \"Minimalist road builder\", categories: [\"simulation\", \"puzzle\", \"relaxing\"], family: \"simulation\", is2026: false },\n    { id: 793, title: \"OpenTTD\", genre: \"Transport Sim\", rating: 4.5, description: \"Classic transport tycoon\", categories: [\"simulation\", \"strategy\", \"transport\"], family: \"simulation\", is2026: false },\n    { id: 794, title: \"Railway Empire 2\", genre: \"Transport Sim\", rating: 4.2, description: \"Railway tycoon\", categories: [\"simulation\", \"strategy\", \"transport\"], family: \"simulation\", is2026: false },\n    { id: 795, title: \"Airport CEO\", genre: \"Management Sim\", rating: 4.2, description: \"Airport management sim\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 796, title: \"SimAirport\", genre: \"Management Sim\", rating: 4.1, description: \"Airport tycoon\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 797, title: \"Good Company\", genre: \"Management Sim\", rating: 4.0, description: \"Factory management\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 798, title: \"Game Dev Tycoon\", genre: \"Management Sim\", rating: 4.3, description: \"Game studio management\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 799, title: \"Software Inc.\", genre: \"Management Sim\", rating: 4.2, description: \"Software company tycoon\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 800, title: \"Mad Games Tycoon 2\", genre: \"Management Sim\", rating: 4.1, description: \"Game studio sim\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n\n    \/\/ ===== GAMES 801-900 =====\n    { id: 801, title: \"Academia: School Simulator\", genre: \"Management Sim\", rating: 4.1, description: \"School management sim\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 802, title: \"Hospital Tycoon\", genre: \"Management Sim\", rating: 4.0, description: \"Hospital management\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 803, title: \"Project Hospital\", genre: \"Management Sim\", rating: 4.3, description: \"Detailed hospital sim\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 804, title: \"Chef Life\", genre: \"Simulation\", rating: 4.0, description: \"Restaurant simulation\", categories: [\"simulation\", \"cooking\"], family: \"simulation\", is2026: false },\n    { id: 805, title: \"Recipe for Disaster\", genre: \"Management Sim\", rating: 4.0, description: \"Restaurant management\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 806, title: \"Winkeltje: The Little Shop\", genre: \"Management Sim\", rating: 4.1, description: \"Medieval shop sim\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 807, title: \"Moonlighter\", genre: \"Action RPG\", rating: 4.3, description: \"Dungeon shopkeeper RPG\", categories: [\"indie\", \"action\", \"rpg\"], family: \"indie\", is2026: false },\n    { id: 808, title: \"Shoppe Keep 2\", genre: \"Management Sim\", rating: 4.0, description: \"Fantasy shopkeeper sim\", categories: [\"simulation\", \"rpg\"], family: \"simulation\", is2026: false },\n    { id: 809, title: \"Potion Craft\", genre: \"Simulation\", rating: 4.4, description: \"Alchemy sandbox\", categories: [\"simulation\", \"crafting\", \"indie\"], family: \"simulation\", is2026: false },\n    { id: 810, title: \"Strange Horticulture\", genre: \"Puzzle\", rating: 4.4, description: \"Occult plant shop puzzle\", categories: [\"puzzle\", \"mystery\", \"indie\"], family: \"indie\", is2026: false },\n    { id: 811, title: \"Hardspace: Shipbreaker\", genre: \"Simulation\", rating: 4.4, description: \"Spaceship salvage sim\", categories: [\"simulation\", \"scifi\"], family: \"simulation\", is2026: false },\n    { id: 812, title: \"Viscera Cleanup Detail\", genre: \"Simulation\", rating: 4.2, description: \"Post-battle janitor sim\", categories: [\"simulation\", \"coop\", \"comedy\"], family: \"simulation\", is2026: false },\n    { id: 813, title: \"Car Mechanic Simulator 2021\", genre: \"Simulation\", rating: 4.2, description: \"Car repair simulation\", categories: [\"simulation\", \"realistic\"], family: \"simulation\", is2026: false },\n    { id: 814, title: \"PC Building Simulator 2\", genre: \"Simulation\", rating: 4.2, description: \"PC assembly sim\", categories: [\"simulation\", \"realistic\"], family: \"simulation\", is2026: false },\n    { id: 815, title: \"Thief Simulator 2\", genre: \"Simulation\", rating: 4.1, description: \"Thieving simulation\", categories: [\"simulation\", \"stealth\"], family: \"simulation\", is2026: false },\n    { id: 816, title: \"Drug Dealer Simulator 2\", genre: \"Simulation\", rating: 4.0, description: \"Crime simulation\", categories: [\"simulation\", \"crime\"], family: \"simulation\", is2026: false },\n    { id: 817, title: \"Cooking Simulator\", genre: \"Simulation\", rating: 4.2, description: \"Kitchen chaos\", categories: [\"simulation\", \"cooking\"], family: \"simulation\", is2026: false },\n    { id: 818, title: \"Garden Simulator\", genre: \"Simulation\", rating: 4.0, description: \"Garden design sim\", categories: [\"simulation\", \"relaxing\"], family: \"simulation\", is2026: false },\n    { id: 819, title: \"Lawn Mowing Simulator\", genre: \"Simulation\", rating: 4.1, description: \"Lawn care simulation\", categories: [\"simulation\", \"relaxing\"], family: \"simulation\", is2026: false },\n    { id: 820, title: \"Fishing Planet\", genre: \"Simulation\", rating: 4.2, description: \"Fishing simulation\", categories: [\"simulation\", \"sports\"], family: \"simulation\", is2026: false },\n    { id: 821, title: \"theHunter: Call of the Wild\", genre: \"Simulation\", rating: 4.4, description: \"Hunting simulation\", categories: [\"simulation\", \"openworld\"], family: \"simulation\", is2026: false },\n    { id: 822, title: \"Way of the Hunter\", genre: \"Simulation\", rating: 4.1, description: \"Hunting sim\", categories: [\"simulation\", \"openworld\"], family: \"simulation\", is2026: false },\n    { id: 823, title: \"Goat Simulator 3\", genre: \"Comedy\", rating: 4.0, description: \"Goat chaos sequel\", categories: [\"simulation\", \"comedy\", \"sandbox\"], family: \"indie\", is2026: false },\n    { id: 824, title: \"I Am Bread\", genre: \"Comedy\", rating: 4.0, description: \"Bread physics game\", categories: [\"simulation\", \"comedy\"], family: \"indie\", is2026: false },\n    { id: 825, title: \"Surgeon Simulator 2\", genre: \"Comedy\", rating: 4.0, description: \"Chaotic surgery\", categories: [\"simulation\", \"comedy\", \"coop\"], family: \"indie\", is2026: false },\n    { id: 826, title: \"Octodad: Dadliest Catch\", genre: \"Comedy\", rating: 4.1, description: \"Octopus dad simulator\", categories: [\"simulation\", \"comedy\"], family: \"indie\", is2026: false },\n    { id: 827, title: \"Totally Accurate Battle Simulator\", genre: \"Comedy\", rating: 4.3, description: \"Physics battle sim\", categories: [\"simulation\", \"comedy\", \"sandbox\"], family: \"indie\", is2026: false },\n    { id: 828, title: \"People Playground\", genre: \"Sandbox\", rating: 4.4, description: \"Physics sandbox\", categories: [\"simulation\", \"sandbox\"], family: \"indie\", is2026: false },\n    { id: 829, title: \"Teardown\", genre: \"Sandbox\", rating: 4.5, description: \"Destructible heist sandbox\", categories: [\"simulation\", \"sandbox\", \"puzzle\"], family: \"indie\", is2026: false },\n    { id: 830, title: \"Brick Rigs\", genre: \"Sandbox\", rating: 4.2, description: \"Lego vehicle builder\", categories: [\"simulation\", \"sandbox\", \"building\"], family: \"indie\", is2026: false },\n    { id: 831, title: \"Scrap Mechanic\", genre: \"Sandbox\", rating: 4.2, description: \"Vehicle building sandbox\", categories: [\"simulation\", \"sandbox\", \"building\"], family: \"sandbox\", is2026: false },\n    { id: 832, title: \"Trailmakers\", genre: \"Sandbox\", rating: 4.2, description: \"Vehicle building adventure\", categories: [\"simulation\", \"sandbox\", \"racing\"], family: \"sandbox\", is2026: false },\n    { id: 833, title: \"Main Assembly\", genre: \"Sandbox\", rating: 4.1, description: \"Robot building sandbox\", categories: [\"simulation\", \"sandbox\", \"building\"], family: \"sandbox\", is2026: false },\n    { id: 834, title: \"Space Engineers\", genre: \"Sandbox\", rating: 4.3, description: \"Space building sandbox\", categories: [\"sandbox\", \"building\", \"scifi\"], family: \"sandbox\", is2026: false },\n    { id: 835, title: \"Medieval Engineers\", genre: \"Sandbox\", rating: 4.0, description: \"Medieval building sandbox\", categories: [\"sandbox\", \"building\", \"medieval\"], family: \"sandbox\", is2026: false },\n    { id: 836, title: \"From the Depths\", genre: \"Sandbox\", rating: 4.2, description: \"Vehicle combat building\", categories: [\"sandbox\", \"building\", \"strategy\"], family: \"sandbox\", is2026: false },\n    { id: 837, title: \"Stormworks\", genre: \"Sandbox\", rating: 4.2, description: \"Rescue vehicle building\", categories: [\"sandbox\", \"building\", \"simulation\"], family: \"sandbox\", is2026: false },\n    { id: 838, title: \"Kerbal Space Program\", genre: \"Simulation\", rating: 4.6, description: \"Space program simulation\", categories: [\"simulation\", \"scifi\", \"sandbox\"], family: \"simulation\", is2026: false },\n    { id: 839, title: \"Kerbal Space Program 2\", genre: \"Simulation\", rating: 3.8, description: \"Space program sequel\", categories: [\"simulation\", \"scifi\", \"sandbox\"], family: \"simulation\", is2026: false },\n    { id: 840, title: \"SimpleRockets 2\", genre: \"Simulation\", rating: 4.2, description: \"Rocket building sim\", categories: [\"simulation\", \"scifi\", \"sandbox\"], family: \"simulation\", is2026: false },\n    { id: 841, title: \"Juno: New Origins\", genre: \"Simulation\", rating: 4.2, description: \"Aerospace simulation\", categories: [\"simulation\", \"scifi\", \"sandbox\"], family: \"simulation\", is2026: false },\n    { id: 842, title: \"Children of the Sun\", genre: \"Puzzle\", rating: 4.4, description: \"Single bullet puzzle shooter\", categories: [\"puzzle\", \"action\", \"indie\"], family: \"indie\", is2026: false },\n    { id: 843, title: \"El Paso, Elsewhere\", genre: \"Action\", rating: 4.4, description: \"Max Payne-inspired shooter\", categories: [\"action\", \"shooter\", \"horror\"], family: \"shooter\", is2026: false },\n    { id: 844, title: \"Anger Foot\", genre: \"Action\", rating: 4.3, description: \"Kicking door shooter\", categories: [\"action\", \"shooter\", \"comedy\"], family: \"shooter\", is2026: false },\n    { id: 845, title: \"Mullet Mad Jack\", genre: \"Action\", rating: 4.3, description: \"Anime FPS roguelike\", categories: [\"action\", \"shooter\", \"roguelike\"], family: \"shooter\", is2026: false },\n    { id: 846, title: \"Sprawl\", genre: \"FPS\", rating: 4.2, description: \"Cyberpunk shooter\", categories: [\"action\", \"shooter\", \"cyberpunk\"], family: \"shooter\", is2026: false },\n    { id: 847, title: \"Gloomwood\", genre: \"Stealth\", rating: 4.4, description: \"Thief-inspired immersive sim\", categories: [\"action\", \"stealth\", \"horror\"], family: \"action-adv\", is2026: false },\n    { id: 848, title: \"Core Decay\", genre: \"FPS\", rating: 4.2, description: \"System Shock inspired\", categories: [\"shooter\", \"scifi\"], family: \"shooter\", is2026: false },\n    { id: 849, title: \"Peripeteia\", genre: \"Immersive Sim\", rating: 4.1, description: \"Cyberpunk Poland immersive sim\", categories: [\"action\", \"rpg\", \"cyberpunk\"], family: \"action-adv\", is2026: false },\n    { id: 850, title: \"Ctrl Alt Ego\", genre: \"Immersive Sim\", rating: 4.2, description: \"Sci-fi immersive sim\", categories: [\"puzzle\", \"scifi\"], family: \"action-adv\", is2026: false },\n\n    \/\/ ===== GAMES 851-950 =====\n    { id: 851, title: \"Deliver Us Mars\", genre: \"Adventure\", rating: 4.1, description: \"Sci-fi puzzle adventure\", categories: [\"adventure\", \"puzzle\", \"scifi\"], family: \"indie\", is2026: false },\n    { id: 852, title: \"Deliver Us the Moon\", genre: \"Adventure\", rating: 4.2, description: \"Moon rescue mission\", categories: [\"adventure\", \"puzzle\", \"scifi\"], family: \"indie\", is2026: false },\n    { id: 853, title: \"Observation\", genre: \"Adventure\", rating: 4.3, description: \"Space station AI thriller\", categories: [\"adventure\", \"scifi\", \"horror\"], family: \"indie\", is2026: false },\n    { id: 854, title: \"The Invincible\", genre: \"Adventure\", rating: 4.2, description: \"Retro-futuristic sci-fi\", categories: [\"adventure\", \"scifi\", \"story\"], family: \"indie\", is2026: false },\n    { id: 855, title: \"Scars Above\", genre: \"Action Adventure\", rating: 4.0, description: \"Sci-fi action adventure\", categories: [\"action\", \"scifi\", \"soulslike\"], family: \"action-adv\", is2026: false },\n    { id: 856, title: \"Dolmen\", genre: \"Soulslike\", rating: 3.8, description: \"Cosmic horror soulslike\", categories: [\"rpg\", \"soulslike\", \"scifi\"], family: \"soulslike\", is2026: false },\n    { id: 857, title: \"Mortal Shell: Enhanced Edition\", genre: \"Soulslike\", rating: 4.2, description: \"Compact soulslike\", categories: [\"rpg\", \"soulslike\"], family: \"soulslike\", is2026: false },\n    { id: 858, title: \"Pascal's Wager\", genre: \"Soulslike\", rating: 4.1, description: \"Dark fantasy soulslike\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: false },\n    { id: 859, title: \"Bleak Faith: Forsaken\", genre: \"Soulslike\", rating: 3.9, description: \"Post-apocalyptic soulslike\", categories: [\"rpg\", \"soulslike\", \"postapoc\"], family: \"soulslike\", is2026: false },\n    { id: 860, title: \"Soulstice\", genre: \"Action\", rating: 4.1, description: \"Character action game\", categories: [\"action\", \"hack-and-slash\"], family: \"action-adv\", is2026: false },\n    { id: 861, title: \"Wanted: Dead\", genre: \"Action\", rating: 4.0, description: \"Stylish action combat\", categories: [\"action\", \"shooter\", \"hack-and-slash\"], family: \"action-adv\", is2026: false },\n    { id: 862, title: \"Wild Hearts\", genre: \"Action RPG\", rating: 4.1, description: \"Monster hunting with karakuri\", categories: [\"action\", \"hunting\", \"coop\"], family: \"arpg\", is2026: false },\n    { id: 863, title: \"Wo Long: Fallen Dynasty\", genre: \"Soulslike\", rating: 4.3, description: \"Three Kingdoms soulslike\", categories: [\"rpg\", \"soulslike\", \"action\"], family: \"soulslike\", is2026: false },\n    { id: 864, title: \"Prodeus\", genre: \"Retro FPS\", rating: 4.4, description: \"Modern retro shooter\", categories: [\"shooter\", \"action\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 865, title: \"Forgive Me Father 2\", genre: \"Retro FPS\", rating: 4.2, description: \"Lovecraftian shooter sequel\", categories: [\"shooter\", \"horror\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 866, title: \"Graven\", genre: \"Immersive Sim\", rating: 4.0, description: \"Dark fantasy FPS\", categories: [\"shooter\", \"fantasy\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 867, title: \"Elderborn\", genre: \"Action\", rating: 4.0, description: \"Heavy metal melee FPS\", categories: [\"action\", \"fantasy\"], family: \"action-adv\", is2026: false },\n    { id: 868, title: \"BPM: Bullets Per Minute\", genre: \"Rhythm FPS\", rating: 4.2, description: \"Rhythm roguelike shooter\", categories: [\"shooter\", \"rhythm\", \"roguelike\"], family: \"shooter\", is2026: false },\n    { id: 869, title: \"Metal: Hellsinger\", genre: \"Rhythm FPS\", rating: 4.4, description: \"Metal rhythm demon slaying\", categories: [\"shooter\", \"rhythm\"], family: \"shooter\", is2026: false },\n    { id: 870, title: \"Roboquest\", genre: \"Roguelike FPS\", rating: 4.3, description: \"Fast roguelike shooter\", categories: [\"shooter\", \"roguelike\", \"coop\"], family: \"shooter\", is2026: false },\n    { id: 871, title: \"Forgive Me Father\", genre: \"Retro FPS\", rating: 4.2, description: \"Lovecraftian retro shooter\", categories: [\"shooter\", \"horror\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 872, title: \"Supplice\", genre: \"Retro FPS\", rating: 4.2, description: \"Classic Doom style shooter\", categories: [\"shooter\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 873, title: \"Hedon Bloodrite\", genre: \"Retro FPS\", rating: 4.3, description: \"Fantasy retro shooter\", categories: [\"shooter\", \"fantasy\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 874, title: \"Project Warlock II\", genre: \"Retro FPS\", rating: 4.2, description: \"Magic retro shooter sequel\", categories: [\"shooter\", \"fantasy\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 875, title: \"Wrath: Aeon of Ruin\", genre: \"Retro FPS\", rating: 4.2, description: \"Quake-style shooter\", categories: [\"shooter\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 876, title: \"Wizordum\", genre: \"Retro FPS\", rating: 4.1, description: \"Fantasy retro shooter\", categories: [\"shooter\", \"fantasy\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 877, title: \"Hellscreen\", genre: \"Retro FPS\", rating: 4.0, description: \"Hell retro shooter\", categories: [\"shooter\", \"horror\", \"retro\"], family: \"shooter\", is2026: false },\n    { id: 878, title: \"Fashion Police Squad\", genre: \"FPS\", rating: 4.1, description: \"Fashion crime shooter\", categories: [\"shooter\", \"comedy\"], family: \"shooter\", is2026: false },\n    { id: 879, title: \"Cruelty Squad\", genre: \"Immersive Sim\", rating: 4.3, description: \"Anti-capitalist FPS\", categories: [\"shooter\", \"stealth\", \"weird\"], family: \"shooter\", is2026: false },\n    { id: 880, title: \"Compound\", genre: \"VR FPS\", rating: 4.3, description: \"VR roguelike shooter\", categories: [\"shooter\", \"roguelike\"], family: \"shooter\", is2026: false },\n    { id: 881, title: \"Bonelab\", genre: \"VR Action\", rating: 4.2, description: \"VR physics sandbox\", categories: [\"action\", \"sandbox\"], family: \"action-adv\", is2026: false },\n    { id: 882, title: \"Vertigo 2\", genre: \"VR FPS\", rating: 4.3, description: \"VR adventure shooter\", categories: [\"shooter\", \"adventure\"], family: \"shooter\", is2026: false },\n    { id: 883, title: \"Propagation: Paradise Hotel\", genre: \"VR Horror\", rating: 4.1, description: \"VR survival horror\", categories: [\"horror\", \"survival\"], family: \"horror\", is2026: false },\n    { id: 884, title: \"Wraith: The Oblivion - Afterlife\", genre: \"VR Horror\", rating: 4.1, description: \"VR World of Darkness horror\", categories: [\"horror\"], family: \"horror\", is2026: false },\n    { id: 885, title: \"Cosmodread\", genre: \"VR Horror\", rating: 4.1, description: \"VR roguelike horror\", categories: [\"horror\", \"roguelike\"], family: \"horror\", is2026: false },\n    { id: 886, title: \"Synapse\", genre: \"VR Action\", rating: 4.2, description: \"VR telekinetic shooter\", categories: [\"action\", \"shooter\"], family: \"shooter\", is2026: false },\n    { id: 887, title: \"Green Hell VR\", genre: \"VR Survival\", rating: 4.1, description: \"VR jungle survival\", categories: [\"survival\"], family: \"sandbox\", is2026: false },\n    { id: 888, title: \"Song in the Smoke\", genre: \"VR Survival\", rating: 4.1, description: \"VR survival crafting\", categories: [\"survival\"], family: \"sandbox\", is2026: false },\n    { id: 889, title: \"Zenith: The Last City\", genre: \"VR MMORPG\", rating: 4.0, description: \"VR MMORPG\", categories: [\"mmo\", \"rpg\"], family: \"sandbox\", is2026: false },\n    { id: 890, title: \"A Township Tale\", genre: \"VR MMO\", rating: 4.1, description: \"VR fantasy MMO\", categories: [\"mmo\", \"coop\"], family: \"sandbox\", is2026: false },\n    { id: 891, title: \"Demeo\", genre: \"VR Tactics\", rating: 4.4, description: \"VR tabletop tactics\", categories: [\"strategy\", \"rpg\", \"coop\"], family: \"crpg\", is2026: false },\n    { id: 892, title: \"Kayak VR: Mirage\", genre: \"VR Simulation\", rating: 4.5, description: \"VR kayaking sim\", categories: [\"simulation\", \"sports\", \"relaxing\"], family: \"sports\", is2026: false },\n    { id: 893, title: \"Horizon Call of the Mountain\", genre: \"VR Adventure\", rating: 4.3, description: \"VR Horizon experience\", categories: [\"adventure\", \"action\"], family: \"action-adv\", is2026: false },\n    { id: 894, title: \"Sniper Elite VR\", genre: \"VR FPS\", rating: 4.0, description: \"VR WW2 sniping\", categories: [\"shooter\", \"tactical\"], family: \"shooter\", is2026: false },\n    { id: 895, title: \"Compound VR\", genre: \"VR FPS\", rating: 4.3, description: \"VR roguelike shooter\", categories: [\"shooter\", \"roguelike\"], family: \"shooter\", is2026: false },\n    { id: 896, title: \"Resist\", genre: \"VR FPS\", rating: 4.0, description: \"VR superhero shooter\", categories: [\"shooter\", \"action\"], family: \"shooter\", is2026: false },\n    { id: 897, title: \"Hubris\", genre: \"VR Adventure\", rating: 4.0, description: \"VR action adventure\", categories: [\"adventure\", \"action\"], family: \"action-adv\", is2026: false },\n    { id: 898, title: \"Wanderer\", genre: \"VR Puzzle\", rating: 4.2, description: \"VR time travel adventure\", categories: [\"puzzle\", \"adventure\"], family: \"indie\", is2026: false },\n    { id: 899, title: \"A Fisherman's Tale\", genre: \"VR Puzzle\", rating: 4.3, description: \"VR perspective puzzle\", categories: [\"puzzle\", \"indie\"], family: \"indie\", is2026: false },\n    { id: 900, title: \"Puzzling Places\", genre: \"VR Puzzle\", rating: 4.4, description: \"VR 3D jigsaw puzzles\", categories: [\"puzzle\", \"relaxing\"], family: \"indie\", is2026: false },\n\n    \/\/ ===== GAMES 901-1020 (final stretch!) =====\n    { id: 901, title: \"Another Fisherman's Tale\", genre: \"VR Puzzle\", rating: 4.2, description: \"VR puzzle sequel\", categories: [\"puzzle\", \"indie\"], family: \"indie\", is2026: false },\n    { id: 902, title: \"Unplugged\", genre: \"VR Rhythm\", rating: 4.1, description: \"VR air guitar game\", categories: [\"rhythm\"], family: \"indie\", is2026: false },\n    { id: 903, title: \"Drums Rock\", genre: \"VR Rhythm\", rating: 4.1, description: \"VR drumming game\", categories: [\"rhythm\"], family: \"indie\", is2026: false },\n    { id: 904, title: \"Dance Central VR\", genre: \"VR Rhythm\", rating: 4.1, description: \"VR dancing game\", categories: [\"rhythm\"], family: \"indie\", is2026: false },\n    { id: 905, title: \"Guardians VR\", genre: \"VR Strategy\", rating: 4.0, description: \"VR tower defense\", categories: [\"strategy\"], family: \"strategy\", is2026: false },\n    { id: 906, title: \"Battle Talent\", genre: \"VR Action\", rating: 4.2, description: \"VR physics combat\", categories: [\"action\"], family: \"action-adv\", is2026: false },\n    { id: 907, title: \"Swordsman VR\", genre: \"VR Action\", rating: 4.1, description: \"VR melee combat\", categories: [\"action\", \"fighting\"], family: \"action-adv\", is2026: false },\n    { id: 908, title: \"Drunkn Bar Fight\", genre: \"VR Action\", rating: 4.0, description: \"VR bar brawler\", categories: [\"action\", \"comedy\"], family: \"indie\", is2026: false },\n    { id: 909, title: \"Gorn\", genre: \"VR Action\", rating: 4.2, description: \"VR gladiator combat\", categories: [\"action\", \"fighting\"], family: \"action-adv\", is2026: false },\n    { id: 910, title: \"Vacation Simulator\", genre: \"VR Simulation\", rating: 4.2, description: \"VR vacation activities\", categories: [\"simulation\", \"comedy\"], family: \"simulation\", is2026: false },\n    { id: 911, title: \"Job Simulator\", genre: \"VR Simulation\", rating: 4.3, description: \"VR workplace comedy\", categories: [\"simulation\", \"comedy\"], family: \"simulation\", is2026: false },\n    { id: 912, title: \"Cook-Out\", genre: \"VR Co-op\", rating: 4.1, description: \"VR cooking co-op\", categories: [\"simulation\", \"coop\"], family: \"simulation\", is2026: false },\n    { id: 913, title: \"Blaston\", genre: \"VR Action\", rating: 4.2, description: \"VR dueling shooter\", categories: [\"action\", \"competitive\"], family: \"shooter\", is2026: false },\n    { id: 914, title: \"Hyper Dash\", genre: \"VR Shooter\", rating: 4.2, description: \"VR team shooter\", categories: [\"shooter\", \"multiplayer\"], family: \"shooter\", is2026: false },\n    { id: 915, title: \"Contractor$ VR\", genre: \"VR Shooter\", rating: 4.3, description: \"VR tactical shooter\", categories: [\"shooter\", \"tactical\"], family: \"shooter\", is2026: false },\n    { id: 916, title: \"Onward\", genre: \"VR Shooter\", rating: 4.3, description: \"VR mil-sim shooter\", categories: [\"shooter\", \"tactical\"], family: \"shooter\", is2026: false },\n    { id: 917, title: \"Zero Caliber VR\", genre: \"VR Shooter\", rating: 4.1, description: \"VR military shooter\", categories: [\"shooter\", \"coop\"], family: \"shooter\", is2026: false },\n    { id: 918, title: \"After the Fall\", genre: \"VR Shooter\", rating: 4.1, description: \"VR zombie co-op shooter\", categories: [\"shooter\", \"coop\", \"horror\"], family: \"shooter\", is2026: false },\n    { id: 919, title: \"Subnautica VR\", genre: \"VR Survival\", rating: 4.3, description: \"VR underwater survival\", categories: [\"survival\", \"exploration\"], family: \"sandbox\", is2026: false },\n    { id: 920, title: \"No Man's Sky VR\", genre: \"VR Exploration\", rating: 4.3, description: \"VR space exploration\", categories: [\"exploration\", \"survival\"], family: \"sandbox\", is2026: false },\n    { id: 921, title: \"Arizona Sunshine\", genre: \"VR Shooter\", rating: 4.1, description: \"VR zombie shooter\", categories: [\"shooter\", \"coop\", \"horror\"], family: \"shooter\", is2026: false },\n    { id: 922, title: \"Espire 1 VR\", genre: \"VR Stealth\", rating: 4.0, description: \"VR stealth game\", categories: [\"stealth\", \"action\"], family: \"action-adv\", is2026: false },\n    { id: 923, title: \"Hitman 3 VR\", genre: \"VR Stealth\", rating: 4.1, description: \"Hitman in VR\", categories: [\"stealth\", \"action\"], family: \"action-adv\", is2026: false },\n    { id: 924, title: \"Splinter Cell VR\", genre: \"VR Stealth\", rating: 4.3, description: \"VR tactical espionage\", categories: [\"stealth\", \"action\"], family: \"action-adv\", is2026: true },\n    { id: 925, title: \"Assassin's Creed VR\", genre: \"VR Action\", rating: 4.3, description: \"VR Assassin's Creed\", categories: [\"action\", \"adventure\"], family: \"action-adv\", is2026: true },\n    { id: 926, title: \"Until You Fall\", genre: \"VR Action\", rating: 4.4, description: \"VR roguelike sword fighting\", categories: [\"action\", \"roguelike\"], family: \"indie\", is2026: false },\n    { id: 927, title: \"In Death: Unchained\", genre: \"VR Roguelike\", rating: 4.3, description: \"VR archery roguelike\", categories: [\"action\", \"roguelike\"], family: \"indie\", is2026: false },\n    { id: 928, title: \"Sweet Surrender\", genre: \"VR Roguelike\", rating: 4.1, description: \"VR roguelike shooter\", categories: [\"shooter\", \"roguelike\"], family: \"shooter\", is2026: false },\n    { id: 929, title: \"Phasmophobia VR\", genre: \"VR Horror\", rating: 4.6, description: \"VR ghost hunting\", categories: [\"horror\", \"coop\"], family: \"horror\", is2026: false },\n    { id: 930, title: \"Dreadhalls\", genre: \"VR Horror\", rating: 4.1, description: \"VR dungeon horror\", categories: [\"horror\"], family: \"horror\", is2026: false },\n    { id: 931, title: \"Affected: The Manor\", genre: \"VR Horror\", rating: 4.1, description: \"VR haunted house\", categories: [\"horror\"], family: \"horror\", is2026: false },\n    { id: 932, title: \"The Exorcist: Legion VR\", genre: \"VR Horror\", rating: 4.0, description: \"VR exorcism horror\", categories: [\"horror\"], family: \"horror\", is2026: false },\n    { id: 933, title: \"Duck Season\", genre: \"VR Horror\", rating: 4.2, description: \"VR nostalgic horror\", categories: [\"horror\", \"comedy\"], family: \"horror\", is2026: false },\n    { id: 934, title: \"Five Nights at Freddy's VR\", genre: \"VR Horror\", rating: 4.3, description: \"FNAF in VR\", categories: [\"horror\"], family: \"horror\", is2026: false },\n    { id: 935, title: \"Superliminal VR\", genre: \"VR Puzzle\", rating: 4.3, description: \"Perspective puzzles in VR\", categories: [\"puzzle\"], family: \"indie\", is2026: false },\n    { id: 936, title: \"Trover Saves the Universe\", genre: \"VR Comedy\", rating: 4.2, description: \"Justin Roiland VR comedy\", categories: [\"adventure\", \"comedy\"], family: \"indie\", is2026: false },\n    { id: 937, title: \"Accounting+\", genre: \"VR Comedy\", rating: 4.1, description: \"Bizarre VR comedy\", categories: [\"adventure\", \"comedy\"], family: \"indie\", is2026: false },\n    { id: 938, title: \"Rick and Morty VR\", genre: \"VR Comedy\", rating: 4.1, description: \"Rick and Morty in VR\", categories: [\"adventure\", \"comedy\"], family: \"indie\", is2026: false },\n    { id: 939, title: \"Legendary Tales VR\", genre: \"VR RPG\", rating: 4.1, description: \"VR dungeon crawler\", categories: [\"rpg\", \"coop\"], family: \"arpg\", is2026: false },\n    { id: 940, title: \"Orbus VR\", genre: \"VR MMORPG\", rating: 4.0, description: \"VR MMORPG\", categories: [\"mmo\", \"rpg\"], family: \"sandbox\", is2026: false },\n    { id: 941, title: \"Townscaper\", genre: \"Building\", rating: 4.3, description: \"Relaxing town building\", categories: [\"building\", \"relaxing\"], family: \"simulation\", is2026: false },\n    { id: 942, title: \"Dorfromantik\", genre: \"Puzzle\", rating: 4.5, description: \"Relaxing tile placement\", categories: [\"puzzle\", \"relaxing\"], family: \"indie\", is2026: false },\n    { id: 943, title: \"Islanders\", genre: \"Strategy\", rating: 4.3, description: \"Minimalist city builder\", categories: [\"strategy\", \"relaxing\"], family: \"simulation\", is2026: false },\n    { id: 944, title: \"Cloud Gardens\", genre: \"Puzzle\", rating: 4.2, description: \"Post-apocalyptic gardening\", categories: [\"puzzle\", \"relaxing\"], family: \"indie\", is2026: false },\n    { id: 945, title: \"Wilmot's Warehouse\", genre: \"Puzzle\", rating: 4.2, description: \"Organization puzzle game\", categories: [\"puzzle\", \"relaxing\"], family: \"indie\", is2026: false },\n    { id: 946, title: \"A Little to the Left\", genre: \"Puzzle\", rating: 4.3, description: \"Cozy organization puzzles\", categories: [\"puzzle\", \"relaxing\"], family: \"indie\", is2026: false },\n    { id: 947, title: \"Bear and Breakfast\", genre: \"Management\", rating: 4.1, description: \"Bear hotel management\", categories: [\"simulation\", \"relaxing\"], family: \"simulation\", is2026: false },\n    { id: 948, title: \"Wylde Flowers\", genre: \"Farming\", rating: 4.3, description: \"Witch farming sim\", categories: [\"simulation\", \"farming\", \"rpg\"], family: \"simulation\", is2026: false },\n    { id: 949, title: \"Garden Story\", genre: \"Adventure\", rating: 4.1, description: \"Grape hero adventure\", categories: [\"adventure\", \"rpg\"], family: \"indie\", is2026: false },\n    { id: 950, title: \"Ooblets\", genre: \"Farming\", rating: 4.1, description: \"Creature farming and dancing\", categories: [\"simulation\", \"farming\"], family: \"simulation\", is2026: false },\n    { id: 951, title: \"Slime Rancher 2\", genre: \"Farming\", rating: 4.3, description: \"Slime farming sequel\", categories: [\"simulation\", \"farming\"], family: \"simulation\", is2026: false },\n    { id: 952, title: \"Slime Rancher\", genre: \"Farming\", rating: 4.5, description: \"Slime ranching adventure\", categories: [\"simulation\", \"farming\"], family: \"simulation\", is2026: false },\n    { id: 953, title: \"Cattails\", genre: \"Adventure\", rating: 4.1, description: \"Cat life simulator\", categories: [\"simulation\", \"rpg\"], family: \"simulation\", is2026: false },\n    { id: 954, title: \"Potionomics\", genre: \"Management\", rating: 4.3, description: \"Potion shop haggling\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 955, title: \"Potion Permit\", genre: \"RPG\", rating: 4.0, description: \"Chemist town RPG\", categories: [\"rpg\", \"simulation\"], family: \"simulation\", is2026: false },\n    { id: 956, title: \"Roots of Pacha\", genre: \"Farming\", rating: 4.2, description: \"Prehistoric farming sim\", categories: [\"simulation\", \"farming\"], family: \"simulation\", is2026: false },\n    { id: 957, title: \"One Lonely Outpost\", genre: \"Farming\", rating: 4.0, description: \"Sci-fi farming sim\", categories: [\"simulation\", \"farming\", \"scifi\"], family: \"simulation\", is2026: false },\n    { id: 958, title: \"Haunted Chocolatier\", genre: \"Farming\", rating: 4.6, description: \"Stardew creator's new game\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: true },\n    { id: 959, title: \"Fields of Mistria\", genre: \"Farming\", rating: 4.3, description: \"Anime farming sim\", categories: [\"simulation\", \"farming\"], family: \"simulation\", is2026: false },\n    { id: 960, title: \"Fae Farm\", genre: \"Farming\", rating: 4.1, description: \"Magical farming sim\", categories: [\"simulation\", \"farming\"], family: \"simulation\", is2026: false },\n    { id: 961, title: \"My Time at Sandrock\", genre: \"Farming RPG\", rating: 4.2, description: \"Desert workshop sim\", categories: [\"simulation\", \"rpg\"], family: \"simulation\", is2026: false },\n    { id: 962, title: \"My Time at Portia\", genre: \"Farming RPG\", rating: 4.1, description: \"Workshop building sim\", categories: [\"simulation\", \"rpg\"], family: \"simulation\", is2026: false },\n    { id: 963, title: \"Travellers Rest\", genre: \"Management\", rating: 4.2, description: \"Medieval tavern sim\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 964, title: \"Lemon Cake\", genre: \"Management\", rating: 4.0, description: \"Haunted bakery sim\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 965, title: \"Kynseed\", genre: \"Farming RPG\", rating: 4.1, description: \"Generational farming RPG\", categories: [\"simulation\", \"rpg\"], family: \"simulation\", is2026: false },\n    { id: 966, title: \"Littlewood\", genre: \"Town Building\", rating: 4.3, description: \"Post-adventure town builder\", categories: [\"simulation\", \"rpg\"], family: \"simulation\", is2026: false },\n    { id: 967, title: \"Snacko\", genre: \"Farming\", rating: 4.1, description: \"Cat farming sim\", categories: [\"simulation\", \"farming\"], family: \"simulation\", is2026: false },\n    { id: 968, title: \"Mineko's Night Market\", genre: \"Management\", rating: 4.0, description: \"Cat festival management\", categories: [\"simulation\", \"management\"], family: \"simulation\", is2026: false },\n    { id: 969, title: \"Spirit of the North\", genre: \"Adventure\", rating: 4.0, description: \"Fox adventure game\", categories: [\"adventure\", \"exploration\"], family: \"indie\", is2026: false },\n    { id: 970, title: \"Arise: A Simple Story\", genre: \"Platformer\", rating: 4.2, description: \"Emotional journey game\", categories: [\"adventure\", \"platformer\"], family: \"indie\", is2026: false },\n    { id: 971, title: \"Lost Ember\", genre: \"Adventure\", rating: 4.1, description: \"Animal exploration game\", categories: [\"adventure\", \"exploration\"], family: \"indie\", is2026: false },\n    { id: 972, title: \"Spirit of the Island\", genre: \"Farming\", rating: 4.0, description: \"Island farming sim\", categories: [\"simulation\", \"farming\"], family: \"simulation\", is2026: false },\n    { id: 973, title: \"Forager\", genre: \"Action Adventure\", rating: 4.3, description: \"Idle crafting adventure\", categories: [\"indie\", \"crafting\"], family: \"indie\", is2026: false },\n    { id: 974, title: \"Core Keeper\", genre: \"Survival\", rating: 4.3, description: \"Underground mining survival\", categories: [\"sandbox\", \"survival\", \"coop\"], family: \"sandbox\", is2026: false },\n    { id: 975, title: \"Dome Keeper\", genre: \"Roguelike\", rating: 4.2, description: \"Mining tower defense\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 976, title: \"Shapez 2\", genre: \"Factory Builder\", rating: 4.4, description: \"Abstract factory automation\", categories: [\"simulation\", \"puzzle\"], family: \"simulation\", is2026: false },\n    { id: 977, title: \"Captain of Industry\", genre: \"Factory Builder\", rating: 4.4, description: \"Island industrial colony\", categories: [\"simulation\", \"building\"], family: \"simulation\", is2026: false },\n    { id: 978, title: \"Plan B: Terraform\", genre: \"Colony Sim\", rating: 4.1, description: \"Planet terraforming\", categories: [\"simulation\", \"scifi\"], family: \"simulation\", is2026: false },\n    { id: 979, title: \"Before We Leave\", genre: \"City Builder\", rating: 4.1, description: \"Non-violent civilization\", categories: [\"simulation\", \"strategy\"], family: \"simulation\", is2026: false },\n    { id: 980, title: \"Aven Colony\", genre: \"City Builder\", rating: 4.0, description: \"Alien world colony builder\", categories: [\"simulation\", \"scifi\"], family: \"simulation\", is2026: false },\n    { id: 981, title: \"Planetbase\", genre: \"Colony Sim\", rating: 4.1, description: \"Space colony management\", categories: [\"simulation\", \"scifi\"], family: \"simulation\", is2026: false },\n    { id: 982, title: \"Per Aspera\", genre: \"City Builder\", rating: 4.1, description: \"Mars terraforming\", categories: [\"simulation\", \"scifi\"], family: \"simulation\", is2026: false },\n    { id: 983, title: \"Cliff Empire\", genre: \"City Builder\", rating: 4.1, description: \"Post-apocalyptic cities\", categories: [\"simulation\", \"scifi\"], family: \"simulation\", is2026: false },\n    { id: 984, title: \"Flotsam\", genre: \"City Builder\", rating: 4.0, description: \"Floating garbage town\", categories: [\"simulation\", \"survival\"], family: \"simulation\", is2026: false },\n    { id: 985, title: \"Surviving the Aftermath\", genre: \"City Builder\", rating: 4.0, description: \"Post-apocalyptic colony\", categories: [\"simulation\", \"survival\"], family: \"simulation\", is2026: false },\n    { id: 986, title: \"Endzone: A World Apart\", genre: \"City Builder\", rating: 4.1, description: \"Nuclear fallout survival\", categories: [\"simulation\", \"survival\"], family: \"simulation\", is2026: false },\n    { id: 987, title: \"Floodland\", genre: \"City Builder\", rating: 4.0, description: \"Climate disaster survival\", categories: [\"simulation\", \"survival\"], family: \"simulation\", is2026: false },\n    { id: 988, title: \"New Cycle\", genre: \"City Builder\", rating: 4.0, description: \"Post-apocalyptic builder\", categories: [\"simulation\", \"survival\"], family: \"simulation\", is2026: false },\n    { id: 989, title: \"Infection Free Zone\", genre: \"Strategy\", rating: 4.1, description: \"Zombie city defense\", categories: [\"strategy\", \"survival\"], family: \"strategy\", is2026: false },\n    { id: 990, title: \"Diplomacy is Not an Option\", genre: \"RTS\", rating: 4.1, description: \"Medieval horde defense\", categories: [\"strategy\", \"rts\"], family: \"strategy\", is2026: false },\n    { id: 991, title: \"Riftbreaker\", genre: \"Action Strategy\", rating: 4.4, description: \"Base building action RPG\", categories: [\"strategy\", \"action\"], family: \"strategy\", is2026: false },\n    { id: 992, title: \"Mindustry\", genre: \"Factory Builder\", rating: 4.4, description: \"Tower defense factory\", categories: [\"strategy\", \"building\"], family: \"strategy\", is2026: false },\n    { id: 993, title: \"Shapez\", genre: \"Factory Builder\", rating: 4.4, description: \"Abstract factory game\", categories: [\"puzzle\", \"building\"], family: \"simulation\", is2026: false },\n    { id: 994, title: \"20 Minutes Till Dawn\", genre: \"Roguelike\", rating: 4.3, description: \"Vampire Survivors with aim\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 995, title: \"Halls of Torment\", genre: \"Roguelike\", rating: 4.3, description: \"Dark Vampire Survivors\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 996, title: \"Soulstone Survivors\", genre: \"Roguelike\", rating: 4.2, description: \"Magic auto-shooter\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 997, title: \"Death Must Die\", genre: \"Roguelike\", rating: 4.3, description: \"God-powered roguelike\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 998, title: \"Holocure\", genre: \"Roguelike\", rating: 4.4, description: \"Hololive survivor game\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 999, title: \"Tiny Rogues\", genre: \"Roguelike\", rating: 4.2, description: \"Dungeon roguelike\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 1000, title: \"Backpack Hero\", genre: \"Roguelike\", rating: 4.3, description: \"Inventory management roguelike\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 1001, title: \"Slice & Dice\", genre: \"Roguelike\", rating: 4.4, description: \"Dice tactical roguelike\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 1002, title: \"Shotgun King\", genre: \"Roguelike\", rating: 4.3, description: \"Chess with a shotgun\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 1003, title: \"Peglin\", genre: \"Roguelike\", rating: 4.2, description: \"Pachinko roguelike\", categories: [\"indie\", \"roguelike\", \"strategy\"], family: \"indie\", is2026: false },\n    { id: 1004, title: \"Boneraiser Minions\", genre: \"Roguelike\", rating: 4.3, description: \"Necromancer survivor\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 1005, title: \"Skul: The Hero Slayer\", genre: \"Roguelike\", rating: 4.4, description: \"Skeleton head swapper\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 1006, title: \"Crown Trick\", genre: \"Roguelike\", rating: 4.2, description: \"Synchronous roguelike\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 1007, title: \"Dreamscaper\", genre: \"Roguelike\", rating: 4.2, description: \"Dream world roguelike\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 1008, title: \"Going Under\", genre: \"Roguelike\", rating: 4.2, description: \"Corporate dungeon roguelike\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 1009, title: \"Wizard of Legend\", genre: \"Roguelike\", rating: 4.3, description: \"Magic combo roguelike\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 1010, title: \"Neon Abyss\", genre: \"Roguelike\", rating: 4.1, description: \"Neon platformer roguelike\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 1011, title: \"Revita\", genre: \"Roguelike\", rating: 4.2, description: \"Health-as-currency roguelike\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 1012, title: \"Curse of the Dead Gods\", genre: \"Roguelike\", rating: 4.3, description: \"Temple roguelike\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 1013, title: \"Hades II\", genre: \"Roguelike\", rating: 4.7, description: \"Melinoe's underworld journey\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 1014, title: \"Vampire Survivors: Ode to Castlevania\", genre: \"Roguelike\", rating: 4.5, description: \"Castlevania crossover DLC\", categories: [\"indie\", \"roguelike\", \"action\"], family: \"indie\", is2026: false },\n    { id: 1015, title: \"Moonstone Island\", genre: \"Farming\", rating: 4.2, description: \"Pokemon meets Stardew\", categories: [\"simulation\", \"rpg\"], family: \"simulation\", is2026: false },\n    { id: 1016, title: \"Echo Generation\", genre: \"RPG\", rating: 4.1, description: \"80s adventure RPG\", categories: [\"rpg\", \"adventure\"], family: \"indie\", is2026: false },\n    { id: 1017, title: \"No Umbrellas Allowed\", genre: \"Adventure\", rating: 4.2, description: \"Dystopian shop game\", categories: [\"adventure\", \"story\"], family: \"indie\", is2026: false },\n    { id: 1018, title: \"Venba\", genre: \"Narrative\", rating: 4.3, description: \"Indian cooking narrative\", categories: [\"story\", \"cooking\"], family: \"indie\", is2026: false },\n    { id: 1019, title: \"Goodbye Volcano High\", genre: \"Narrative\", rating: 4.0, description: \"Dinosaur drama\", categories: [\"story\", \"choice\"], family: \"indie\", is2026: false },\n    { id: 1020, title: \"Thirsty Suitors\", genre: \"RPG\", rating: 4.2, description: \"South Asian dating RPG\", categories: [\"rpg\", \"story\"], family: \"indie\", is2026: false }\n];\n\n\/\/ ============================================\n\/\/ PRODUCTS DATA - Updated with correct Recharge.com product cards via Next.js image proxy\n\/\/ ============================================\nvar gqPRODUCTS = {\n    us: [\n        { name: 'PlayStation Store', url: 'https:\/\/www.recharge.com\/en\/us\/playstation-store', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_playstation_store_product_card.png&w=384&q=75' },\n        { name: 'Nintendo eShop Card', url: 'https:\/\/www.recharge.com\/en\/us\/nintendo-eshop', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_eshop_product_card_png.png&w=384&q=75' },\n        { name: 'Xbox Gift Card', url: 'https:\/\/www.recharge.com\/en\/us\/xbox-gift-card', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_xbox_gift_card_product_card.png&w=384&q=75' },\n        { name: 'Candy Crush', url: 'https:\/\/www.recharge.com\/en\/us\/candy-crush', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_candy_crush_product_card.png&w=384&q=75' },\n        { name: 'League of Legends', url: 'https:\/\/www.recharge.com\/en\/us\/league-of-legends', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_league_of_legends_product_card.png&w=384&q=75' },\n        { name: 'Razer Gold', url: 'https:\/\/www.recharge.com\/en\/us\/razer-gold', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_razer_gold_product_card.png&w=384&q=75' },\n        { name: 'Valorant', url: 'https:\/\/www.recharge.com\/en\/us\/riot-valorant', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_riot_valorant_product_card.png&w=384&q=75' },\n        { name: 'Minecraft', url: 'https:\/\/www.recharge.com\/en\/us\/minecraft', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_minecraft_product_card.png&w=384&q=75' },\n        { name: 'PUBG Mobile', url: 'https:\/\/www.recharge.com\/en\/us\/pubg', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_pubg_product_card.png&w=384&q=75' }\n    ],\n    gb: [\n        { name: 'PlayStation Store', url: 'https:\/\/www.recharge.com\/en\/gb\/playstation-store', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_playstation_store_product_card.png&w=384&q=75' },\n        { name: 'Steam Gift Card', url: 'https:\/\/www.recharge.com\/en\/gb\/steam', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Fproduct_card_steam_gb_gbp.png&w=384&q=75' },\n        { name: 'Nintendo eShop Card', url: 'https:\/\/www.recharge.com\/en\/gb\/nintendo-eshop', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_eshop_product_card_png.png&w=384&q=75' },\n        { name: 'Xbox Gift Card', url: 'https:\/\/www.recharge.com\/en\/gb\/xbox-gift-card', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_xbox_gift_card_product_card.png&w=384&q=75' },\n        { name: 'Roblox Gift Card', url: 'https:\/\/www.recharge.com\/en\/gb\/roblox', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_roblox_product_card.png&w=384&q=75' },\n        { name: 'Candy Crush', url: 'https:\/\/www.recharge.com\/en\/gb\/candy-crush', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_candy_crush_product_card.png&w=384&q=75' },\n        { name: 'League of Legends', url: 'https:\/\/www.recharge.com\/en\/gb\/league-of-legends', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_league_of_legends_product_card.png&w=384&q=75' },\n        { name: 'Nintendo Switch Online', url: 'https:\/\/www.recharge.com\/en\/gb\/nintendo-switch-online', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_switch_online_product_card.png&w=384&q=75' },\n        { name: 'PlayStation Plus', url: 'https:\/\/www.recharge.com\/en\/gb\/playstation-plus', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_playstation_plus_product_card.png&w=384&q=75' },\n        { name: 'Fortnite Gift Card', url: 'https:\/\/www.recharge.com\/en\/gb\/fortnite', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_fortnite.png&w=384&q=75' },\n        { name: 'Nintendo Switch Games', url: 'https:\/\/www.recharge.com\/en\/gb\/nintendo-games', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_games_product_card_1.png&w=384&q=75' },\n        { name: 'Razer Gold', url: 'https:\/\/www.recharge.com\/en\/gb\/razer-gold', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_razer_gold_product_card.png&w=384&q=75' },\n        { name: 'PUBG Mobile', url: 'https:\/\/www.recharge.com\/en\/gb\/pubg', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_pubg_product_card.png&w=384&q=75' }\n    ],\n    de: [\n        { name: 'PlayStation Store', url: 'https:\/\/www.recharge.com\/en\/de\/playstation-store', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_playstation_store_product_card.png&w=384&q=75' },\n        { name: 'Steam Gift Card', url: 'https:\/\/www.recharge.com\/en\/de\/steam', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Fproduct_card_steam_gb_gbp.png&w=384&q=75' },\n        { name: 'Nintendo eShop Card', url: 'https:\/\/www.recharge.com\/en\/de\/nintendo-eshop', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_eshop_product_card_png.png&w=384&q=75' },\n        { name: 'Xbox Gift Card', url: 'https:\/\/www.recharge.com\/en\/de\/xbox-gift-card', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_xbox_gift_card_product_card.png&w=384&q=75' },\n        { name: 'Roblox Gift Card', url: 'https:\/\/www.recharge.com\/en\/de\/roblox', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_roblox_product_card.png&w=384&q=75' },\n        { name: 'Blizzard (Battle.net)', url: 'https:\/\/www.recharge.com\/en\/de\/blizzard', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_blizzard_product_card.png&w=384&q=75' },\n        { name: 'Candy Crush', url: 'https:\/\/www.recharge.com\/en\/de\/candy-crush', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_candy_crush_product_card.png&w=384&q=75' },\n        { name: 'League of Legends', url: 'https:\/\/www.recharge.com\/en\/de\/league-of-legends', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_league_of_legends_product_card.png&w=384&q=75' },\n        { name: 'Nintendo Switch Online', url: 'https:\/\/www.recharge.com\/en\/de\/nintendo-switch-online', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_switch_online_product_card.png&w=384&q=75' },\n        { name: 'EA Origin Card', url: 'https:\/\/www.recharge.com\/en\/de\/ea-origin', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_ea_origin_product_card.png&w=384&q=75' },\n        { name: 'Fortnite Gift Card', url: 'https:\/\/www.recharge.com\/en\/de\/fortnite', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_fortnite.png&w=384&q=75' },\n        { name: 'Nintendo Switch Games', url: 'https:\/\/www.recharge.com\/en\/de\/nintendo-games', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_games_product_card_1.png&w=384&q=75' },\n        { name: 'Razer Gold', url: 'https:\/\/www.recharge.com\/en\/de\/razer-gold', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_razer_gold_product_card.png&w=384&q=75' },\n        { name: 'Valorant', url: 'https:\/\/www.recharge.com\/en\/de\/riot-valorant', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_riot_valorant_product_card.png&w=384&q=75' },\n        { name: 'PUBG Mobile', url: 'https:\/\/www.recharge.com\/en\/de\/pubg', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_pubg_product_card.png&w=384&q=75' }\n    ],\n    fr: [\n        { name: 'PlayStation Store', url: 'https:\/\/www.recharge.com\/en\/fr\/playstation-store', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_playstation_store_product_card.png&w=384&q=75' },\n        { name: 'Steam Gift Card', url: 'https:\/\/www.recharge.com\/en\/fr\/steam', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Fproduct_card_steam_gb_gbp.png&w=384&q=75' },\n        { name: 'Nintendo eShop Card', url: 'https:\/\/www.recharge.com\/en\/fr\/nintendo-eshop', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_eshop_product_card_png.png&w=384&q=75' },\n        { name: 'Xbox Gift Card', url: 'https:\/\/www.recharge.com\/en\/fr\/xbox-gift-card', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_xbox_gift_card_product_card.png&w=384&q=75' },\n        { name: 'Roblox Gift Card', url: 'https:\/\/www.recharge.com\/en\/fr\/roblox', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_roblox_product_card.png&w=384&q=75' },\n        { name: 'Blizzard (Battle.net)', url: 'https:\/\/www.recharge.com\/en\/fr\/blizzard', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_blizzard_product_card.png&w=384&q=75' },\n        { name: 'League of Legends', url: 'https:\/\/www.recharge.com\/en\/fr\/league-of-legends', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_league_of_legends_product_card.png&w=384&q=75' },\n        { name: 'Nintendo Switch Online', url: 'https:\/\/www.recharge.com\/en\/fr\/nintendo-switch-online', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_switch_online_product_card.png&w=384&q=75' },\n        { name: 'EA Origin Card', url: 'https:\/\/www.recharge.com\/en\/fr\/ea-origin', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_ea_origin_product_card.png&w=384&q=75' },\n        { name: 'PlayStation Plus', url: 'https:\/\/www.recharge.com\/en\/fr\/playstation-plus', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_playstation_plus_product_card.png&w=384&q=75' },\n        { name: 'Fortnite Gift Card', url: 'https:\/\/www.recharge.com\/en\/fr\/fortnite', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_fortnite.png&w=384&q=75' },\n        { name: 'Nintendo Switch Games', url: 'https:\/\/www.recharge.com\/en\/fr\/nintendo-games', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_games_product_card_1.png&w=384&q=75' },\n        { name: 'Razer Gold', url: 'https:\/\/www.recharge.com\/en\/fr\/razer-gold', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_razer_gold_product_card.png&w=384&q=75' },\n        { name: 'Valorant', url: 'https:\/\/www.recharge.com\/en\/fr\/riot-valorant', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_riot_valorant_product_card.png&w=384&q=75' },\n        { name: 'PUBG Mobile', url: 'https:\/\/www.recharge.com\/en\/fr\/pubg', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_pubg_product_card.png&w=384&q=75' }\n    ],\n    it: [\n        { name: 'PlayStation Store', url: 'https:\/\/www.recharge.com\/en\/it\/playstation-store', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_playstation_store_product_card.png&w=384&q=75' },\n        { name: 'Steam Gift Card', url: 'https:\/\/www.recharge.com\/en\/it\/steam', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Fproduct_card_steam_gb_gbp.png&w=384&q=75' },\n        { name: 'Nintendo eShop Card', url: 'https:\/\/www.recharge.com\/en\/it\/nintendo-eshop', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_eshop_product_card_png.png&w=384&q=75' },\n        { name: 'Xbox Gift Card', url: 'https:\/\/www.recharge.com\/en\/it\/xbox-gift-card', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_xbox_gift_card_product_card.png&w=384&q=75' },\n        { name: 'Roblox Gift Card', url: 'https:\/\/www.recharge.com\/en\/it\/roblox', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_roblox_product_card.png&w=384&q=75' },\n        { name: 'Blizzard (Battle.net)', url: 'https:\/\/www.recharge.com\/en\/it\/blizzard', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_blizzard_product_card.png&w=384&q=75' },\n        { name: 'Nintendo Switch Online', url: 'https:\/\/www.recharge.com\/en\/it\/nintendo-switch-online', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_switch_online_product_card.png&w=384&q=75' },\n        { name: 'EA Origin Card', url: 'https:\/\/www.recharge.com\/en\/it\/ea-origin', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_ea_origin_product_card.png&w=384&q=75' },\n        { name: 'PlayStation Plus', url: 'https:\/\/www.recharge.com\/en\/it\/playstation-plus', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_playstation_plus_product_card.png&w=384&q=75' },\n        { name: 'Razer Gold', url: 'https:\/\/www.recharge.com\/en\/it\/razer-gold', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_razer_gold_product_card.png&w=384&q=75' },\n        { name: 'PUBG Mobile', url: 'https:\/\/www.recharge.com\/en\/it\/pubg', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_pubg_product_card.png&w=384&q=75' }\n    ],\n    es: [\n        { name: 'PlayStation Store', url: 'https:\/\/www.recharge.com\/en\/es\/playstation-store', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_playstation_store_product_card.png&w=384&q=75' },\n        { name: 'Steam Gift Card', url: 'https:\/\/www.recharge.com\/en\/es\/steam', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Fproduct_card_steam_gb_gbp.png&w=384&q=75' },\n        { name: 'Nintendo eShop Card', url: 'https:\/\/www.recharge.com\/en\/es\/nintendo-eshop', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_eshop_product_card_png.png&w=384&q=75' },\n        { name: 'Xbox Gift Card', url: 'https:\/\/www.recharge.com\/en\/es\/xbox-gift-card', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_xbox_gift_card_product_card.png&w=384&q=75' },\n        { name: 'Roblox Gift Card', url: 'https:\/\/www.recharge.com\/en\/es\/roblox', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_roblox_product_card.png&w=384&q=75' },\n        { name: 'Blizzard (Battle.net)', url: 'https:\/\/www.recharge.com\/en\/es\/blizzard', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_blizzard_product_card.png&w=384&q=75' },\n        { name: 'League of Legends', url: 'https:\/\/www.recharge.com\/en\/es\/league-of-legends', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_league_of_legends_product_card.png&w=384&q=75' },\n        { name: 'Nintendo Switch Online', url: 'https:\/\/www.recharge.com\/en\/es\/nintendo-switch-online', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_switch_online_product_card.png&w=384&q=75' },\n        { name: 'EA Origin Card', url: 'https:\/\/www.recharge.com\/en\/es\/ea-origin', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_ea_origin_product_card.png&w=384&q=75' },\n        { name: 'PlayStation Plus', url: 'https:\/\/www.recharge.com\/en\/es\/playstation-plus', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_playstation_plus_product_card.png&w=384&q=75' },\n        { name: 'Razer Gold', url: 'https:\/\/www.recharge.com\/en\/es\/razer-gold', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_razer_gold_product_card.png&w=384&q=75' },\n        { name: 'PUBG Mobile', url: 'https:\/\/www.recharge.com\/en\/es\/pubg', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_pubg_product_card.png&w=384&q=75' }\n    ],\n    ca: [\n        { name: 'PlayStation Store', url: 'https:\/\/www.recharge.com\/en\/ca\/playstation-store', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_playstation_store_product_card.png&w=384&q=75' },\n        { name: 'Steam Gift Card', url: 'https:\/\/www.recharge.com\/en\/ca\/steam', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Fproduct_card_steam_gb_gbp.png&w=384&q=75' },\n        { name: 'Nintendo eShop Card', url: 'https:\/\/www.recharge.com\/en\/ca\/nintendo-eshop', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_nintendo_eshop_product_card_png.png&w=384&q=75' },\n        { name: 'Xbox Gift Card', url: 'https:\/\/www.recharge.com\/en\/ca\/xbox-gift-card', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_xbox_gift_card_product_card.png&w=384&q=75' },\n        { name: 'Roblox Gift Card', url: 'https:\/\/www.recharge.com\/en\/ca\/roblox', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_roblox_product_card.png&w=384&q=75' },\n        { name: 'League of Legends', url: 'https:\/\/www.recharge.com\/en\/ca\/league-of-legends', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_league_of_legends_product_card.png&w=384&q=75' },\n        { name: 'PlayStation Plus', url: 'https:\/\/www.recharge.com\/en\/ca\/playstation-plus', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_playstation_plus_product_card.png&w=384&q=75' },\n        { name: 'Karma Koin', url: 'https:\/\/www.recharge.com\/en\/ca\/karma-koin', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_karma_koin_product_card.png&w=384&q=75' },\n        { name: 'Razer Gold', url: 'https:\/\/www.recharge.com\/en\/ca\/razer-gold', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_razer_gold_product_card.png&w=384&q=75' },\n        { name: 'PUBG Mobile', url: 'https:\/\/www.recharge.com\/en\/ca\/pubg', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_pubg_product_card.png&w=384&q=75' }\n    ],\n    au: [\n        { name: 'PlayStation Store', url: 'https:\/\/www.recharge.com\/en\/au\/playstation-store', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_playstation_store_product_card.png&w=384&q=75' },\n        { name: 'Steam Gift Card', url: 'https:\/\/www.recharge.com\/en\/au\/steam', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Fproduct_card_steam_gb_gbp.png&w=384&q=75' },\n        { name: 'Xbox Gift Card', url: 'https:\/\/www.recharge.com\/en\/au\/xbox-gift-card', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_xbox_gift_card_product_card.png&w=384&q=75' },\n        { name: 'Roblox Gift Card', url: 'https:\/\/www.recharge.com\/en\/au\/roblox', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_roblox_product_card.png&w=384&q=75' },\n        { name: 'Razer Gold', url: 'https:\/\/www.recharge.com\/en\/au\/razer-gold', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_razer_gold_product_card.png&w=384&q=75' },\n        { name: 'PUBG Mobile', url: 'https:\/\/www.recharge.com\/en\/au\/pubg', image: 'https:\/\/www.recharge.com\/_next\/image?url=https%3A%2F%2Frecharge-prd.asset.akeneo.cloud%2Fproduct_assets%2Fmedia%2Frecharge_com_pubg_product_card.png&w=384&q=75' }\n    ]\n};\n\n\/\/ ============================================\n\/\/ QUESTIONS\n\/\/ ============================================\nvar gqQUESTIONS = [\n    { id: 1, title: \"What type of gameplay excites you most?\", subtitle: \"Pick your core gaming motivation\", type: \"options\", attribute: \"primary_motivation\",\n      options: [\n          { value: \"action\", text: \"Fast Action\", icon: \"\u2694\ufe0f\", desc: \"Combat, adrenaline\" },\n          { value: \"strategy\", text: \"Strategy\", icon: \"\ud83e\udde0\", desc: \"Planning, tactics\" },\n          { value: \"story\", text: \"Epic Stories\", icon: \"\ud83d\udcda\", desc: \"Narratives, characters\" },\n          { value: \"social\", text: \"Multiplayer\", icon: \"\ud83d\udc65\", desc: \"Playing with others\" },\n          { value: \"creative\", text: \"Building\", icon: \"\ud83c\udfd7\ufe0f\", desc: \"Construction\" },\n          { value: \"exploration\", text: \"Exploration\", icon: \"\ud83d\uddfa\ufe0f\", desc: \"Open worlds\" }\n      ]},\n    { id: 2, title: \"How much challenge do you want?\", subtitle: \"From relaxing to hardcore\", type: \"options\", attribute: \"difficulty\",\n      options: [\n          { value: 2, text: \"Relaxing\", icon: \"\ud83d\ude0c\", desc: \"Just unwind\" },\n          { value: 5, text: \"Balanced\", icon: \"\u2696\ufe0f\", desc: \"Fair challenge\" },\n          { value: 8, text: \"Hard\", icon: \"\ud83d\udcaa\", desc: \"Real challenge\" },\n          { value: 10, text: \"Punishing\", icon: \"\ud83d\udc80\", desc: \"Souls-like\" }\n      ]},\n    { id: 3, title: \"Preferred game setting?\", subtitle: \"What world appeals to you?\", type: \"options\", attribute: \"setting\",\n      options: [\n          { value: \"fantasy\", text: \"Fantasy\", icon: \"\ud83e\uddd9\", desc: \"Magic, medieval\" },\n          { value: \"scifi\", text: \"Sci-Fi\", icon: \"\ud83d\ude80\", desc: \"Future, space\" },\n          { value: \"modern\", text: \"Modern\", icon: \"\ud83c\udfd9\ufe0f\", desc: \"Contemporary\" },\n          { value: \"historical\", text: \"Historical\", icon: \"\ud83c\udfdb\ufe0f\", desc: \"Real history\" },\n          { value: \"any\", text: \"Any\", icon: \"\ud83c\udf0d\", desc: \"I enjoy variety\" }\n      ]},\n    { id: 4, title: \"How important is story?\", subtitle: \"Narrative vs pure gameplay\", type: \"slider\", attribute: \"story\", labels: [\"Pure Gameplay\", \"Some Story\", \"Story-Driven\"] },\n    { id: 5, title: \"How important is multiplayer?\", subtitle: \"Solo vs social gaming\", type: \"slider\", attribute: \"social\", labels: [\"Single-Player\", \"Optional Co-op\", \"Multiplayer Focus\"] },\n    { id: 6, title: \"Violence comfort level?\", subtitle: \"Helps filter content\", type: \"options\", attribute: \"violence\",\n      options: [\n          { value: 2, text: \"Minimal\", icon: \"\ud83d\udd4a\ufe0f\", desc: \"Non-violent\" },\n          { value: 5, text: \"Moderate\", icon: \"\u2694\ufe0f\", desc: \"Action combat\" },\n          { value: 10, text: \"Any\", icon: \"\ud83c\udfaf\", desc: \"No restrictions\" }\n      ]},\n    { id: 7, title: \"Time per gaming session?\", subtitle: \"Affects game recommendations\", type: \"options\", attribute: \"time\",\n      options: [\n          { value: 3, text: \"Quick\", icon: \"\u26a1\", desc: \"Under 1 hour\" },\n          { value: 6, text: \"Medium\", icon: \"\ud83d\udd51\", desc: \"1-2 hours\" },\n          { value: 10, text: \"Long\", icon: \"\ud83c\udfc3\", desc: \"Many hours\" }\n      ]},\n    { id: 8, title: \"Do you enjoy building\/creating?\", subtitle: \"Construction and customization\", type: \"options\", attribute: \"building\",\n      options: [\n          { value: 1, text: \"Not Really\", icon: \"\u274c\", desc: \"No thanks\" },\n          { value: 5, text: \"Sometimes\", icon: \"\ud83c\udfa8\", desc: \"Light crafting\" },\n          { value: 10, text: \"Love It\", icon: \"\ud83c\udfd7\ufe0f\", desc: \"Core gameplay\" }\n      ]},\n    { id: 9, title: \"Preferred game pace?\", subtitle: \"Fast action vs methodical\", type: \"options\", attribute: \"pace\",\n      options: [\n          { value: \"fast\", text: \"Fast\", icon: \"\ud83d\udca8\", desc: \"Constant action\" },\n          { value: \"medium\", text: \"Balanced\", icon: \"\u2696\ufe0f\", desc: \"Mix of both\" },\n          { value: \"slow\", text: \"Slow\", icon: \"\ud83d\udc0c\", desc: \"Think and plan\" }\n      ]},\n    { id: 10, title: \"How strategic do you like games?\", subtitle: \"Simple vs complex decisions\", type: \"slider\", attribute: \"strategy\", labels: [\"Simple\", \"Some Depth\", \"Deep Strategy\"] }\n];\n\n\/\/ ============================================\n\/\/ GLOBAL STATE\n\/\/ ============================================\nvar gqMode = null;\nvar gqCurrentQuestion = 0;\nvar gqUserProfile = {};\nvar gqPlayedGames = [];\nvar gqUserFamilies = [];\nvar gqSimilarGames = [];\nvar gqDisplayedSimilarCount = 0;\nvar gqBattleGames = [];\nvar gqBattleUsedGames = [];\nvar gqChampion = null;\nvar gqChallenger = null;\nvar gqBattleCount = 0;\nvar gqCurrentFilter = 'all';\nvar gqBattleTotal = 30;\nvar gqCategoryPreferences = {};\nvar gqTestedCategories = [];\nvar gqBattleHistory = [];\n\n\/\/ ============================================\n\/\/ UTILITY FUNCTIONS\n\/\/ ============================================\nfunction gqGetGameIcon(title) {\n    var words = title.split(\/[\\s:]+\/);\n    return words.length >= 2 ? (words[0].charAt(0) + words[1].charAt(0)).toUpperCase() : title.substring(0, 2).toUpperCase();\n}\n\nfunction gqShowScreen(screenId) {\n    ['gq_mode_screen', 'gq_history_screen', 'gq_question_screen', 'gq_battle_screen', 'gq_final_result'].forEach(function(id) {\n        var el = document.getElementById(id);\n        if (el) {\n            el.classList.toggle('hidden', id !== screenId);\n            el.classList.toggle('active', id === screenId);\n        }\n    });\n}\n\nfunction gqSelectMode(mode) {\n    gqMode = mode;\n    gqCurrentQuestion = 1;\n    gqUserProfile = {};\n    gqPlayedGames = [];\n    gqUserFamilies = [];\n    gqBattleTotal = 30;\n    gqShowScreen('gq_history_screen');\n    gqPopulateGames();\n    gqUpdateProgress();\n}\n\nfunction gqUpdateProgress() {\n    var total = gqMode === 'battle' ? (1 + gqBattleTotal) : 11;\n    var progress = (gqCurrentQuestion \/ total) * 100;\n    document.getElementById('gq_progress_fill').style.width = Math.min(100, progress) + '%';\n    document.getElementById('gq_progress_text').textContent = 'Step ' + gqCurrentQuestion + ' of ' + total;\n}\n\nfunction gqPopulateGames() {\n    var grid = document.getElementById('gq_games_grid');\n    var gamesToShow = gqGAMES;\n    \n    if (gqCurrentFilter === '2026') {\n        gamesToShow = gqGAMES.filter(function(g) { return g.is2026; });\n    } else if (gqCurrentFilter !== 'all') {\n        gamesToShow = gqGAMES.filter(function(g) { \n            return g.categories.some(function(c) { return c.includes(gqCurrentFilter); }) || g.family === gqCurrentFilter;\n        });\n    }\n    \n    grid.innerHTML = gamesToShow.map(function(game) {\n        var isSelected = gqPlayedGames.includes(game.id) ? 'selected' : '';\n        var newBadge = game.is2026 ? '<span class=\"new-badge\">2026<\/span>' : '';\n        return '<div class=\"game-item ' + isSelected + '\" onclick=\"gqToggleGame(' + game.id + ', this)\" data-id=\"' + game.id + '\">' +\n               newBadge +\n               '<div class=\"game-icon\">' + gqGetGameIcon(game.title) + '<\/div>' +\n               '<h3>' + game.title + '<\/h3>' +\n               '<p>' + game.genre + '<\/p>' +\n               '<\/div>';\n    }).join('');\n}\n\nfunction gqFilterGames(filter, element) {\n    gqCurrentFilter = filter;\n    document.querySelectorAll('.filter-tab').forEach(function(t) { t.classList.remove('active'); });\n    element.classList.add('active');\n    gqPopulateGames();\n}\n\nfunction gqToggleGame(gameId, element) {\n    var index = gqPlayedGames.indexOf(gameId);\n    if (index > -1) {\n        gqPlayedGames.splice(index, 1);\n        element.classList.remove('selected');\n    } else {\n        gqPlayedGames.push(gameId);\n        element.classList.add('selected');\n    }\n    document.getElementById('gq_selected_count').textContent = gqPlayedGames.length;\n}\n\nfunction gqRemoveAll() {\n    gqPlayedGames = [];\n    document.querySelectorAll('.game-item').forEach(function(item) { item.classList.remove('selected'); });\n    document.getElementById('gq_selected_count').textContent = '0';\n}\n\nfunction gqSearchGames(term) {\n    term = term.toLowerCase();\n    document.querySelectorAll('.game-item').forEach(function(item) {\n        var title = item.querySelector('h3').textContent.toLowerCase();\n        var genre = item.querySelector('p').textContent.toLowerCase();\n        item.style.display = (title.includes(term) || genre.includes(term)) ? 'flex' : 'none';\n    });\n}\n\nfunction gqProceedFromHistory() {\n    gqUserFamilies = [];\n    gqPlayedGames.forEach(function(id) {\n        var game = gqGAMES.find(function(g) { return g.id === id; });\n        if (game && gqUserFamilies.indexOf(game.family) === -1) {\n            gqUserFamilies.push(game.family);\n        }\n    });\n    \n    if (gqMode === 'battle') {\n        gqCurrentQuestion = 2;\n        gqCalculateAndStartBattle();\n    } else {\n        gqCurrentQuestion = 2;\n        gqShowScreen('gq_question_screen');\n        gqShowQuestion();\n    }\n}\n\nfunction gqSkipHistory() {\n    gqPlayedGames = [];\n    gqUserFamilies = [];\n    if (gqMode === 'battle') {\n        gqCurrentQuestion = 2;\n        gqCalculateAndStartBattle();\n    } else {\n        gqCurrentQuestion = 2;\n        gqShowScreen('gq_question_screen');\n        gqShowQuestion();\n    }\n}\n\n\/\/ ============================================\n\/\/ QUESTIONNAIRE FUNCTIONS\n\/\/ ============================================\nfunction gqShowQuestion() {\n    var questionIndex = gqCurrentQuestion - 2;\n    if (questionIndex >= gqQUESTIONS.length) {\n        gqCalculateFinalResults();\n        return;\n    }\n    \n    var question = gqQUESTIONS[questionIndex];\n    var content = document.getElementById('gq_question_content');\n    \n    gqUpdateProgress();\n    document.getElementById('gq_prev_btn').style.display = gqCurrentQuestion > 2 ? 'inline-block' : 'none';\n    document.getElementById('gq_next_btn').textContent = questionIndex === gqQUESTIONS.length - 1 ? 'Get Results!' : 'Next \u2192';\n    \n    var html = '<div class=\"question-container\"><h2 class=\"question-title\">' + question.title + '<\/h2><p class=\"question-subtitle\">' + question.subtitle + '<\/p>';\n    \n    if (question.type === 'slider') {\n        var val = gqUserProfile[question.attribute] || 5;\n        html += '<div class=\"slider-container\"><input type=\"range\" min=\"1\" max=\"10\" value=\"' + val + '\" class=\"slider\" oninput=\"gqUpdateSlider(\\'' + question.attribute + '\\', this.value)\"><div class=\"slider-value\" id=\"slider_value_' + question.attribute + '\">' + val + '\/10<\/div><div class=\"slider-labels\"><span>' + question.labels[0] + '<\/span><span>' + question.labels[1] + '<\/span><span>' + question.labels[2] + '<\/span><\/div><\/div>';\n        gqUserProfile[question.attribute] = val;\n    } else {\n        html += '<div class=\"options-grid\">';\n        question.options.forEach(function(opt) {\n            var selected = gqUserProfile[question.attribute] == opt.value ? 'selected' : '';\n            html += '<div class=\"option-card ' + selected + '\" onclick=\"gqSelectOption(\\'' + question.attribute + '\\', \\'' + opt.value + '\\', this)\"><div class=\"option-icon\">' + opt.icon + '<\/div><h3>' + opt.text + '<\/h3><p>' + opt.desc + '<\/p><\/div>';\n        });\n        html += '<\/div>';\n    }\n    html += '<\/div>';\n    content.innerHTML = html;\n}\n\nfunction gqUpdateSlider(attr, val) {\n    gqUserProfile[attr] = parseInt(val);\n    document.getElementById('slider_value_' + attr).textContent = val + '\/10';\n}\n\nfunction gqSelectOption(attr, val, el) {\n    gqUserProfile[attr] = isNaN(val) ? val : parseInt(val);\n    Array.from(el.parentNode.children).forEach(function(s) { s.classList.remove('selected'); });\n    el.classList.add('selected');\n}\n\nfunction gqSkipQuestion() { gqCurrentQuestion++; gqShowQuestion(); }\nfunction gqNextQuestion() { gqCurrentQuestion++; gqShowQuestion(); }\nfunction gqPrevQuestion() {\n    if (gqCurrentQuestion > 2) { gqCurrentQuestion--; gqShowQuestion(); }\n    else { gqCurrentQuestion = 1; gqShowScreen('gq_history_screen'); gqUpdateProgress(); }\n}\n\n\/\/ ============================================\n\/\/ STRICT RECOMMENDATION ENGINE\n\/\/ ============================================\nfunction gqCalculateScore(game) {\n    var score = 30; \/\/ Base score for all games\n    var hasHistory = gqUserFamilies.length > 0;\n    \n    \/\/ Battle mode: Category preferences are PRIMARY scoring factor\n    if (gqMode === 'battle' && Object.keys(gqCategoryPreferences).length > 0) {\n        var categoryScore = 0;\n        var categoryCount = 0;\n        \n        game.categories.forEach(function(category) {\n            var preference = gqCategoryPreferences[category] || 0;\n            categoryScore += preference;\n            categoryCount++;\n        });\n        \n        \/\/ Average category preference is the main score component\n        if (categoryCount > 0) {\n            var avgCategoryPreference = categoryScore \/ categoryCount;\n            score += avgCategoryPreference * 10; \/\/ Much higher weight for learned preferences\n        }\n        \n        \/\/ Family bonus is secondary and smaller\n        if (hasHistory && gqUserFamilies.includes(game.family)) {\n            score += 15; \/\/ Reduced from 70\n        }\n    } else {\n        \/\/ Non-battle modes: use original family-based scoring\n        if (hasHistory) {\n            if (gqUserFamilies.includes(game.family)) {\n                score = 70;\n            } else {\n                var isRelated = gqUserFamilies.some(function(fam) {\n                    return RELATED_FAMILIES[fam] && RELATED_FAMILIES[fam].includes(game.family);\n                });\n                score = isRelated ? 35 : 5;\n            }\n        } else {\n            score = 40;\n        }\n    }\n    \n    \/\/ Rating bonus is smaller to avoid overwhelming preference data\n    score += (game.rating - 4.0) * 8; \/\/ Reduced from 15\n    \n    if (gqMode === 'questionnaire') {\n        var motivation = gqUserProfile.primary_motivation;\n        if (motivation) {\n            var motivationFamilies = {\n                'action': ['arpg', 'soulslike', 'action-adv', 'shooter', 'fighting'],\n                'strategy': ['strategy', 'crpg'],\n                'story': ['crpg', 'jrpg', 'action-adv'],\n                'social': ['shooter', 'sandbox', 'sports'],\n                'creative': ['simulation', 'sandbox'],\n                'exploration': ['action-adv', 'sandbox', 'indie']\n            };\n            if (motivationFamilies[motivation] && motivationFamilies[motivation].includes(game.family)) {\n                score += 10;\n            }\n        }\n    }\n    \n    if (game.is2026) score += 5;\n    \n    return Math.max(0, Math.min(98, Math.round(score)));\n}\n\nfunction gqCalculateAndStartBattle() {\n    \/\/ Initialize category tracking for comprehensive testing\n    gqCategoryPreferences = {};\n    gqTestedCategories = [];\n    gqBattleHistory = [];\n    \n    \/\/ Get all games except played ones\n    var allGames = gqGAMES.filter(function(g) { return !gqPlayedGames.includes(g.id); });\n    \n    \/\/ Score all games\n    var scoredGames = allGames.map(function(g) { return { game: g, score: gqCalculateScore(g) }; })\n        .sort(function(a, b) { return b.score - a.score; });\n    \n    gqSimilarGames = scoredGames;\n    gqDisplayedSimilarCount = 0;\n    \n    \/\/ Build comprehensive category coverage pool\n    var allCategories = ['rpg', 'action', 'strategy', 'simulation', 'sports', 'shooter', 'horror', 'adventure', 'puzzle', 'racing', 'platformer', 'fighting', 'mmo', 'indie', 'openworld', 'story', 'coop', 'multiplayer', 'scifi', 'fantasy', 'survival', 'stealth', 'tactical', 'roguelike', 'sandbox', 'jrpg', 'soulslike', 'metroidvania', 'hunting', 'mythology', 'cyberpunk', 'postapoc', 'detective', 'anime', 'historical', 'western', 'military', 'music'];\n    \n    var familyList = ['arpg', 'soulslike', 'crpg', 'jrpg', 'action-adv', 'shooter', 'horror', 'strategy', 'simulation', 'sports', 'indie', 'sandbox', 'fighting'];\n    \n    var battlePool = [];\n    \n    \/\/ Phase 1: FORCE inclusion of games from ALL families (equal representation)\n    familyList.forEach(function(family) {\n        var familyGames = scoredGames.filter(function(sg) { \n            return sg.game.family === family && !battlePool.find(function(b) { return b.game.id === sg.game.id; });\n        });\n        if (familyGames.length > 0) {\n            \/\/ Add 2-3 games from each family to ensure good coverage\n            battlePool.push(familyGames[0]);\n            if (familyGames.length > 1) battlePool.push(familyGames[1]);\n            if (familyGames.length > 2 && family === 'sports') battlePool.push(familyGames[2]); \/\/ Extra sports coverage\n        }\n    });\n    \n    \/\/ Phase 2: Ensure critical categories get represented\n    var criticalCategories = ['sports', 'racing', 'simulation', 'puzzle', 'platformer', 'survival', 'sandbox', 'music', 'fighting'];\n    criticalCategories.forEach(function(category) {\n        var categoryGames = scoredGames.filter(function(sg) { \n            return sg.game.categories.includes(category) && !battlePool.find(function(b) { return b.game.id === sg.game.id; });\n        });\n        if (categoryGames.length > 0) {\n            battlePool.push(categoryGames[0]);\n        }\n    });\n    \n    \/\/ Phase 3: Add high-rated 2026 games for variety\n    var newReleases = scoredGames.filter(function(sg) { \n        return sg.game.is2026 && !battlePool.find(function(b) { return b.game.id === sg.game.id; });\n    }).slice(0, 6);\n    battlePool = battlePool.concat(newReleases);\n    \n    \/\/ Phase 4: Fill with remaining high-scoring diverse games\n    var remaining = scoredGames.filter(function(sg) {\n        return !battlePool.find(function(b) { return b.game.id === sg.game.id; });\n    }).slice(0, 20);\n    battlePool = battlePool.concat(remaining);\n    \n    \/\/ Shuffle the pool for randomness\n    battlePool = battlePool.sort(function() { return Math.random() - 0.5; });\n    \n    gqBattleGames = battlePool;\n    gqBattleUsedGames = [];\n    \n    if (gqBattleGames.length >= 2) {\n        \/\/ Start with first battle pair\n        gqChampion = gqBattleGames[0];\n        gqBattleUsedGames.push(gqChampion.game.id);\n        \n        \/\/ Find challenger from different family\/categories\n        var differentChallenger = gqBattleGames.find(function(g) {\n            return g.game.family !== gqChampion.game.family && \n                   !gqBattleUsedGames.includes(g.game.id) &&\n                   !g.game.categories.some(function(cat) { return gqChampion.game.categories.includes(cat); });\n        });\n        gqChallenger = differentChallenger || gqBattleGames[1];\n        gqBattleUsedGames.push(gqChallenger.game.id);\n        \n        gqBattleCount = 1;\n        gqShowScreen('gq_battle_screen');\n        gqUpdateBattle();\n    } else {\n        gqShowFinalResult(scoredGames[0]);\n    }\n}\n\nfunction gqCalculateFinalResults() {\n    var scoredGames = gqGAMES\n        .filter(function(g) { return !gqPlayedGames.includes(g.id); })\n        .map(function(g) { return { game: g, score: gqCalculateScore(g) }; })\n        .sort(function(a, b) { return b.score - a.score; });\n    \n    gqSimilarGames = scoredGames;\n    gqDisplayedSimilarCount = 0;\n    gqShowFinalResult(scoredGames[0]);\n}\n\n\/\/ ============================================\n\/\/ BATTLE SYSTEM\n\/\/ ============================================\nfunction gqUpdateBattle() {\n    document.getElementById('gq_battle_progress').textContent = 'Round ' + gqBattleCount + ' of ' + gqBattleTotal;\n    \n    document.getElementById('gq_champion_icon').textContent = gqGetGameIcon(gqChampion.game.title);\n    document.getElementById('gq_champion_title').textContent = gqChampion.game.title + (gqChampion.game.is2026 ? ' \ud83c\udd95' : '');\n    document.getElementById('gq_champion_desc').textContent = gqChampion.game.description;\n    document.getElementById('gq_champion_genre').textContent = gqChampion.game.genre;\n    \n    document.getElementById('gq_challenger_icon').textContent = gqGetGameIcon(gqChallenger.game.title);\n    document.getElementById('gq_challenger_title').textContent = gqChallenger.game.title + (gqChallenger.game.is2026 ? ' \ud83c\udd95' : '');\n    document.getElementById('gq_challenger_desc').textContent = gqChallenger.game.description;\n    document.getElementById('gq_challenger_genre').textContent = gqChallenger.game.genre;\n}\n\nfunction gqChooseWinner(choice) {\n    var champCard = document.getElementById('gq_champion_card');\n    var challCard = document.getElementById('gq_challenger_card');\n    var winner, loser;\n    \n    if (choice === 'champion') {\n        champCard.classList.add('winner');\n        challCard.classList.add('loser');\n        winner = gqChampion.game;\n        loser = gqChallenger.game;\n        gqChampion.score = Math.min(99, gqChampion.score + 3);\n        \/\/ Boost similar family games\n        gqBattleGames.forEach(function(g) {\n            if (g.game.family === gqChampion.game.family && g.game.id !== gqChampion.game.id) {\n                g.score = Math.min(99, g.score + 1);\n            }\n        });\n    } else {\n        challCard.classList.add('winner');\n        champCard.classList.add('loser');\n        winner = gqChallenger.game;\n        loser = gqChampion.game;\n        gqChallenger.score = Math.min(99, gqChallenger.score + 3);\n        \/\/ Boost similar family games\n        gqBattleGames.forEach(function(g) {\n            if (g.game.family === gqChallenger.game.family && g.game.id !== gqChallenger.game.id) {\n                g.score = Math.min(99, g.score + 1);\n            }\n        });\n        gqChampion = gqChallenger;\n    }\n    \n    \/\/ Track category preferences based on choice\n    winner.categories.forEach(function(category) {\n        gqCategoryPreferences[category] = (gqCategoryPreferences[category] || 0) + 2;\n        if (!gqTestedCategories.includes(category)) {\n            gqTestedCategories.push(category);\n        }\n    });\n    \n    \/\/ Slightly decrease preference for losing categories\n    loser.categories.forEach(function(category) {\n        gqCategoryPreferences[category] = (gqCategoryPreferences[category] || 0) - 1;\n        if (!gqTestedCategories.includes(category)) {\n            gqTestedCategories.push(category);\n        }\n    });\n    \n    \/\/ Track battle history to ensure variety\n    var battlePair = [winner.id, loser.id].sort().join('-');\n    gqBattleHistory.push(battlePair);\n    \n    \/\/ Debug: log tested categories count and preferences\n    console.log('Battle ' + gqBattleCount + ': Tested ' + gqTestedCategories.length + ' categories so far');\n    console.log('Winner: ' + winner.title + ' (' + winner.categories.join(', ') + ')');\n    console.log('Current category preferences:', gqCategoryPreferences);\n    \n    setTimeout(function() {\n        champCard.classList.remove('winner', 'loser');\n        challCard.classList.remove('winner', 'loser');\n        \n        gqBattleCount++;\n        gqCurrentQuestion++;\n        gqUpdateProgress();\n        \n        if (gqBattleCount > gqBattleTotal) {\n            \/\/ Final result - recalculate ALL games using learned category preferences\n            var allGames = gqGAMES.filter(function(g) { return !gqPlayedGames.includes(g.id); });\n            var finalScoredGames = allGames.map(function(g) { return { game: g, score: gqCalculateScore(g) }; })\n                .sort(function(a, b) { return b.score - a.score; });\n            \n            \/\/ Debug final scores for different families\n            console.log('Final scoring results:');\n            console.log('Top 10 games:', finalScoredGames.slice(0, 10).map(function(sg) {\n                return sg.game.title + ' (' + sg.game.family + ') - ' + sg.score + '% [' + sg.game.categories.join(',') + ']';\n            }));\n            \n            gqSimilarGames = finalScoredGames;\n            gqDisplayedSimilarCount = 0;\n            gqShowFinalResult(finalScoredGames[0]);\n        } else {\n            \/\/ Smart challenger selection: prioritize untested categories and diverse families\n            var availableGames = gqBattleGames.filter(function(g) { \n                return g.game.id !== gqChampion.game.id && !gqBattleUsedGames.includes(g.game.id);\n            });\n            \n            if (availableGames.length > 0) {\n                \/\/ Prioritize games with untested categories\n                var withUntestedCats = availableGames.filter(function(g) {\n                    return g.game.categories.some(function(cat) {\n                        return !gqTestedCategories.includes(cat);\n                    });\n                });\n                \n                \/\/ If no untested categories, prioritize different family\n                var withDifferentFamily = availableGames.filter(function(g) {\n                    return g.game.family !== gqChampion.game.family;\n                });\n                \n                \/\/ Avoid repeating recent battle pairs\n                var withoutRecentPairs = availableGames.filter(function(g) {\n                    var potentialPair = [gqChampion.game.id, g.game.id].sort().join('-');\n                    return !gqBattleHistory.includes(potentialPair);\n                });\n                \n                \/\/ Pick the best available challenger using priority system\n                var candidates = withUntestedCats.length > 0 ? withUntestedCats :\n                               (withDifferentFamily.length > 0 ? withDifferentFamily :\n                                (withoutRecentPairs.length > 0 ? withoutRecentPairs : availableGames));\n                \n                \/\/ Sort by score and add some randomness\n                candidates.sort(function(a, b) { return b.score - a.score; });\n                var pickIndex = Math.floor(Math.random() * Math.min(4, candidates.length));\n                gqChallenger = candidates[pickIndex];\n                gqBattleUsedGames.push(gqChallenger.game.id);\n                gqUpdateBattle();\n            } else {\n                \/\/ No more unique games, calculate final result with learned preferences\n                var allGames = gqGAMES.filter(function(g) { return !gqPlayedGames.includes(g.id); });\n                var finalScoredGames = allGames.map(function(g) { return { game: g, score: gqCalculateScore(g) }; })\n                    .sort(function(a, b) { return b.score - a.score; });\n                \n                gqSimilarGames = finalScoredGames;\n                gqDisplayedSimilarCount = 0;\n                gqShowFinalResult(finalScoredGames[0]);\n            }\n        }\n    }, 400);\n}\n\nfunction gqSkipBattle() {\n    gqShowFinalResult(gqBattleGames[0] || gqSimilarGames[0]);\n}\n\n\/\/ ============================================\n\/\/ SKIP BATTLE - GAME SELECTION\n\/\/ ============================================\nvar gqSkipSelectedGames = [];\nvar gqSkipCurrentFilter = 'all';\n\nfunction gqShowSkipBattleScreen() {\n    gqSkipSelectedGames = [];\n    gqSkipCurrentFilter = 'all';\n    gqShowScreen('gq_skip_battle_screen');\n    gqRenderSkipGamesGrid();\n    document.getElementById('gq_skip_selected_count').textContent = '0';\n}\n\nfunction gqRenderSkipGamesGrid() {\n    var grid = document.getElementById('gq_skip_games_grid');\n    var searchVal = (document.getElementById('gq_skip_game_search').value || '').toLowerCase();\n    \n    var filtered = gqGAMES.filter(function(g) {\n        \/\/ Exclude games already selected in history screen\n        if (gqPlayedGames.includes(g.id)) return false;\n        \n        var matchSearch = g.title.toLowerCase().includes(searchVal);\n        var matchFilter = gqSkipCurrentFilter === 'all' || \n            (gqSkipCurrentFilter === '2026' && g.is2026) ||\n            g.categories.includes(gqSkipCurrentFilter) ||\n            g.family === gqSkipCurrentFilter;\n        return matchSearch && matchFilter;\n    });\n    \n    grid.innerHTML = filtered.slice(0, 60).map(function(g) {\n        var selected = gqSkipSelectedGames.includes(g.id) ? 'selected' : '';\n        return '<div class=\"game-tile ' + selected + '\" onclick=\"gqToggleSkipGame(' + g.id + ', this)\">' +\n               '<span class=\"game-icon-small\">' + gqGetGameIcon(g.title) + '<\/span>' +\n               '<span class=\"game-title-small\">' + g.title + (g.is2026 ? ' \ud83c\udd95' : '') + '<\/span><\/div>';\n    }).join('');\n}\n\nfunction gqSearchSkipGames(val) {\n    gqRenderSkipGamesGrid();\n}\n\nfunction gqFilterSkipGames(filter, el) {\n    gqSkipCurrentFilter = filter;\n    Array.from(document.getElementById('gq_skip_filter_tabs').children).forEach(function(t) { t.classList.remove('active'); });\n    el.classList.add('active');\n    gqRenderSkipGamesGrid();\n}\n\nfunction gqToggleSkipGame(id, el) {\n    var idx = gqSkipSelectedGames.indexOf(id);\n    if (idx > -1) {\n        gqSkipSelectedGames.splice(idx, 1);\n        el.classList.remove('selected');\n    } else {\n        gqSkipSelectedGames.push(id);\n        el.classList.add('selected');\n    }\n    document.getElementById('gq_skip_selected_count').textContent = gqSkipSelectedGames.length;\n}\n\nfunction gqClearSkipSelection() {\n    gqSkipSelectedGames = [];\n    document.getElementById('gq_skip_selected_count').textContent = '0';\n    gqRenderSkipGamesGrid();\n}\n\nfunction gqProceedFromSkipBattle() {\n    \/\/ Add selected games to played games and extract families\n    gqSkipSelectedGames.forEach(function(id) {\n        var game = gqGAMES.find(function(g) { return g.id === id; });\n        if (game) {\n            if (!gqPlayedGames.includes(id)) gqPlayedGames.push(id);\n            if (!gqUserFamilies.includes(game.family)) gqUserFamilies.push(game.family);\n        }\n    });\n    \n    \/\/ Recalculate scores with new information\n    var scoredGames = gqGAMES\n        .filter(function(g) { return !gqPlayedGames.includes(g.id); })\n        .map(function(g) { return { game: g, score: gqCalculateScore(g) }; })\n        .sort(function(a, b) { return b.score - a.score; });\n    \n    gqSimilarGames = scoredGames;\n    gqDisplayedSimilarCount = 0;\n    gqShowFinalResult(scoredGames[0]);\n}\n\nfunction gqSkipWithoutSelection() {\n    gqShowFinalResult(gqBattleGames[0] || gqSimilarGames[0]);\n}\n\n\/\/ ============================================\n\/\/ RESULTS\n\/\/ ============================================\nfunction gqShowFinalResult(result) {\n    if (!result) result = gqSimilarGames[0];\n    var game = result.game;\n    var score = result.score;\n    \n    document.getElementById('gq_final_icon').textContent = gqGetGameIcon(game.title);\n    document.getElementById('gq_final_title').textContent = game.title + (game.is2026 ? ' \ud83c\udd95' : '');\n    document.getElementById('gq_final_genre').textContent = game.genre;\n    document.getElementById('gq_final_rating').textContent = '\u2605 ' + game.rating + ' \u2022 ' + score + '% Match';\n    document.getElementById('gq_final_description').textContent = game.description;\n    \n    var exps = [];\n    if (gqUserFamilies.includes(game.family)) {\n        var familyLabels = {\n            'arpg': 'action RPGs & dungeon crawlers',\n            'soulslike': 'challenging soulslike games',\n            'crpg': 'tactical\/story RPGs',\n            'jrpg': 'Japanese RPGs',\n            'action-adv': 'action-adventure games',\n            'shooter': 'shooters',\n            'strategy': 'strategy games',\n            'horror': 'horror games',\n            'sports': 'sports & racing games',\n            'simulation': 'simulation & building games',\n            'fighting': 'fighting games',\n            'indie': 'indie roguelikes',\n            'sandbox': 'sandbox & survival games'\n        };\n        exps.push('\u2713 Perfect match for your love of <strong>' + (familyLabels[game.family] || game.family) + '<\/strong>');\n    }\n    if (game.is2026) exps.push('\u2713 Highly anticipated 2026 release!');\n    exps.push('\u2713 Community rating: <strong>' + game.rating + '\/5<\/strong>');\n    \n    document.getElementById('gq_explanation_content').innerHTML = exps.map(function(e) { \n        return '<p style=\"margin-bottom: 8px;\">' + e + '<\/p>'; \n    }).join('');\n    \n    gqShowSimilarGames(6);\n    gqShowScreen('gq_final_result');\n}\n\nfunction gqShowSimilarGames(count) {\n    var list = document.getElementById('gq_similar_list');\n    var start = gqDisplayedSimilarCount === 0 ? 1 : gqDisplayedSimilarCount;\n    var games = gqSimilarGames.slice(start, start + count);\n    \n    if (gqDisplayedSimilarCount === 0) list.innerHTML = '';\n    \n    games.forEach(function(item) {\n        var g = item.game;\n        var card = document.createElement('div');\n        card.className = 'similar-game-card';\n        card.innerHTML = '<div class=\"game-icon\" style=\"width: 40px; height: 40px; flex-shrink: 0;\">' + gqGetGameIcon(g.title) + '<\/div><div class=\"similar-game-info\"><h4 style=\"font-size: 0.95rem; margin-bottom: 3px;\">' + g.title + (g.is2026 ? ' <span class=\"new-badge\" style=\"position: static; font-size: 0.6rem;\">2026<\/span>' : '') + '<\/h4><p style=\"font-size: 0.85rem; color: #64748b;\">' + g.genre + '<\/p><p style=\"font-size: 0.85rem; color: #22c55e;\">\u2605 ' + g.rating + ' \u2022 ' + item.score + '% Match<\/p><\/div>';\n        list.appendChild(card);\n    });\n    \n    gqDisplayedSimilarCount = start + games.length;\n    document.getElementById('gq_load_more').style.display = gqDisplayedSimilarCount >= gqSimilarGames.length ? 'none' : 'block';\n}\n\nfunction gqLoadMoreGames() { gqShowSimilarGames(6); }\n\n\/\/ ============================================\n\/\/ PRODUCTS & RESTART\n\/\/ ============================================\nfunction gqLoadProducts(country) {\n    var grid = document.getElementById('gq_products_grid');\n    var products = gqPRODUCTS[country] || gqPRODUCTS.us;\n    \n    grid.innerHTML = products.map(function(p) {\n        return '<a href=\"' + p.url + '\" target=\"_blank\" rel=\"noopener\" class=\"product-card\">' +\n               '<img decoding=\"async\" src=\"' + p.image + '\" alt=\"' + p.name + '\" class=\"product-image\" loading=\"lazy\" onerror=\"this.style.display=\\'none\\'\">' +\n               '<h4>' + p.name + '<\/h4><\/a>';\n    }).join('');\n}\n\nfunction gqRestart() {\n    gqMode = null;\n    gqCurrentQuestion = 0;\n    gqUserProfile = {};\n    gqPlayedGames = [];\n    gqUserFamilies = [];\n    gqSimilarGames = [];\n    gqBattleGames = [];\n    gqBattleUsedGames = [];\n    gqDisplayedSimilarCount = 0;\n    gqCurrentFilter = 'all';\n    gqCategoryPreferences = {};\n    gqTestedCategories = [];\n    gqBattleHistory = [];\n    gqShowScreen('gq_mode_screen');\n    document.getElementById('gq_progress_fill').style.width = '0%';\n    document.getElementById('gq_progress_text').textContent = 'Choose your mode';\n}\n\ndocument.addEventListener('DOMContentLoaded', function() { gqLoadProducts('us'); });\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-game-should-i-play-next-the-ultimate-2026-guide-quiz\">What Game Should I Play Next? The Ultimate 2026 Guide &amp; Quiz<\/h2>\n\n\n\n<p>If you are staring at your library wondering <strong>what game should I play next<\/strong>, you are definitely not alone. In 2026, the &#8220;analysis paralysis&#8221; is real. With thousands of titles available across Steam, PS5, Xbox, and cloud platforms, choosing between a 100-hour RPG and a quick roguelike can feel harder than the games themselves. Whether you are looking for video game recommendations for a lazy Sunday or a competitive shooter to grind with friends, the options are endless.<\/p>\n\n\n\n<p>This guide cuts through the noise. We break down the best titles by platform, social setting, and budget constraints. We also tackle the massive franchises that can be intimidating to start. But before you dive into the deep analysis, why not let our algorithm decide for you?<\/p>\n\n\n\n<div style=\"background-color: #f9f9f9; padding: 20px; border-radius: 8px; margin-bottom: 20px;\">\n<h3 style=\"margin-top: 0;\">Summary<\/h3>\n<p>You are about to discover the perfect video game for your current mood and setup. This guide provides a custom interactive tool to analyze your gaming history and preferences instantly. Beyond the quiz, you will find curated lists for every major platform, including PC and consoles, as well as specific advice for multiplayer gaming and franchise starting points. Whether you have zero budget or limited internet, we have identified the best options for you in 2026.<\/p>\n<\/div>\n\n\n\n<div style=\"background-color: #fff3cd; border-left: 4px solid #ffc107; padding: 20px; margin-bottom: 20px;\">\n<h3 style=\"margin-top: 0;\">TLDR<\/h3>\n<ul style=\"margin-bottom: 0;\">\n<li>Use the interactive generator below for an instant, personalized recommendation.<\/li>\n<li>Check the specific platform sections for PC, PS5, Xbox, and Roblox hits.<\/li>\n<li>Find co-op and multiplayer games tailored for friends, couples, or family.<\/li>\n<li>Discover the correct play order for complex series like Resident Evil and Yakuza.<\/li>\n<li>Browse free and offline options if you are gaming on a budget or without Wi-Fi.<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div style=\"background: linear-gradient(135deg, #07F288 0%, #7BF8BE 100%); color: #0a3d2e; padding: 25px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); margin-bottom: 40px;\">\n<h3 style=\"margin-top: 0; color: #0a3d2e;\">\ud83d\udcd1 Table of Contents<\/h3>\n<ul style=\"list-style-type: none; padding-left: 0;\">\n<li style=\"margin-bottom: 10px;\"><a style=\"text-decoration: none; color: #0a3d2e; font-weight: 600;\" href=\"#interactive-tool\">Interactive Game Picker: Find Your Match<\/a><\/li>\n<li style=\"margin-bottom: 10px;\"><a style=\"text-decoration: none; color: #0a3d2e; font-weight: 600;\" href=\"#best-games-platform\">Best Games to Play by Platform<\/a><\/li>\n<li style=\"margin-bottom: 10px;\"><a style=\"text-decoration: none; color: #0a3d2e; font-weight: 600;\" href=\"#multiplayer-recs\">Multiplayer Recommendations: Who Are You Playing With?<\/a><\/li>\n<li style=\"margin-bottom: 10px;\"><a style=\"text-decoration: none; color: #0a3d2e; font-weight: 600;\" href=\"#franchise-entry\">Where to Start: Franchise Entry Points<\/a><\/li>\n<li style=\"margin-bottom: 10px;\"><a style=\"text-decoration: none; color: #0a3d2e; font-weight: 600;\" href=\"#budget-constraints\">Gaming on a Budget or With Constraints<\/a><\/li>\n<li style=\"margin-bottom: 0;\"><a style=\"text-decoration: none; color: #0a3d2e; font-weight: 600;\" href=\"#faq\">Frequently Asked Questions (FAQ)<\/a><\/li>\n<\/ul>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"interactive-tool\">Interactive Game Picker: Find Your Match<\/h2>\n\n\n\n<p>Don&#8217;t want to read through lists? Use our <strong>what game should I play generator<\/strong> below. This tool analyzes your past gaming history, preferred genres, and &#8220;battles&#8221; your preferences against each other to scientifically determine the title you should download next.<\/p>\n\n\n\n<p>Engage with the quiz to get an instant answer, then scroll down if you want to explore more detailed categories.<style>&lt;br>        * { margin: 0; padding: 0; box-sizing: border-box; }&amp;lt;\/p>&lt;br>&amp;lt;p>        .game-tool-body {&amp;lt;br \/>&lt;br>            font-family: 'Inter', sans-serif;&amp;lt;br \/>&lt;br>            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);&amp;lt;br \/>&lt;br>            color: #1a202c;&amp;lt;br \/>&lt;br>            min-height: 100vh;&amp;lt;br \/>&lt;br>            border-radius: 12px;&amp;lt;br \/>&lt;br>            margin-bottom: 40px;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .gt-container {&amp;lt;br \/>&lt;br>            max-width: 900px;&amp;lt;br \/>&lt;br>            margin: 0 auto;&amp;lt;br \/>&lt;br>            padding: 20px;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .gt-header {&amp;lt;br \/>&lt;br>            text-align: center;&amp;lt;br \/>&lt;br>            margin-bottom: 40px;&amp;lt;br \/>&lt;br>            padding: 40px 0;&amp;lt;br \/>&lt;br>            background: rgba(255, 255, 255, 0.9);&amp;lt;br \/>&lt;br>            border-radius: 20px;&amp;lt;br \/>&lt;br>            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .recharge-brand {&amp;lt;br \/>&lt;br>            color: #22c55e;&amp;lt;br \/>&lt;br>            font-size: 1rem;&amp;lt;br \/>&lt;br>            font-weight: 700;&amp;lt;br \/>&lt;br>            margin-bottom: 10px;&amp;lt;br \/>&lt;br>            letter-spacing: 1px;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .gt-header h1 {&amp;lt;br \/>&lt;br>            font-size: 3rem;&amp;lt;br \/>&lt;br>            font-weight: 900;&amp;lt;br \/>&lt;br>            background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);&amp;lt;br \/>&lt;br>            -webkit-background-clip: text;&amp;lt;br \/>&lt;br>            -webkit-text-fill-color: transparent;&amp;lt;br \/>&lt;br>            margin-bottom: 15px;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .gt-screen {&amp;lt;br \/>&lt;br>            background: rgba(255, 255, 255, 0.9);&amp;lt;br \/>&lt;br>            border-radius: 20px;&amp;lt;br \/>&lt;br>            padding: 40px;&amp;lt;br \/>&lt;br>            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);&amp;lt;br \/>&lt;br>            text-align: center;&amp;lt;br \/>&lt;br>            margin-bottom: 20px;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .gt-screen.hidden {&amp;lt;br \/>&lt;br>            display: none;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .quiz-steps {&amp;lt;br \/>&lt;br>            margin: 30px 0;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .step-indicator {&amp;lt;br \/>&lt;br>            display: flex;&amp;lt;br \/>&lt;br>            justify-content: center;&amp;lt;br \/>&lt;br>            align-items: center;&amp;lt;br \/>&lt;br>            margin-bottom: 15px;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .step {&amp;lt;br \/>&lt;br>            width: 40px;&amp;lt;br \/>&lt;br>            height: 40px;&amp;lt;br \/>&lt;br>            border-radius: 50%;&amp;lt;br \/>&lt;br>            background: rgba(148, 163, 184, 0.2);&amp;lt;br \/>&lt;br>            display: flex;&amp;lt;br \/>&lt;br>            align-items: center;&amp;lt;br \/>&lt;br>            justify-content: center;&amp;lt;br \/>&lt;br>            font-weight: 600;&amp;lt;br \/>&lt;br>            color: #94a3b8;&amp;lt;br \/>&lt;br>            transition: all 0.3s ease;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .step.active {&amp;lt;br \/>&lt;br>            background: #22c55e;&amp;lt;br \/>&lt;br>            color: white;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .step-line {&amp;lt;br \/>&lt;br>            width: 60px;&amp;lt;br \/>&lt;br>            height: 2px;&amp;lt;br \/>&lt;br>            background: rgba(148, 163, 184, 0.3);&amp;lt;br \/>&lt;br>            margin: 0 10px;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .step-labels {&amp;lt;br \/>&lt;br>            display: flex;&amp;lt;br \/>&lt;br>            justify-content: space-between;&amp;lt;br \/>&lt;br>            width: 320px;&amp;lt;br \/>&lt;br>            margin: 0 auto;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .step-label {&amp;lt;br \/>&lt;br>            font-size: 0.9rem;&amp;lt;br \/>&lt;br>            color: #94a3b8;&amp;lt;br \/>&lt;br>            font-weight: 600;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .step-label.active {&amp;lt;br \/>&lt;br>            color: #22c55e;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .gt-btn {&amp;lt;br \/>&lt;br>            background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);&amp;lt;br \/>&lt;br>            color: white;&amp;lt;br \/>&lt;br>            border: none;&amp;lt;br \/>&lt;br>            padding: 15px 30px;&amp;lt;br \/>&lt;br>            border-radius: 12px;&amp;lt;br \/>&lt;br>            font-size: 1.1rem;&amp;lt;br \/>&lt;br>            font-weight: 600;&amp;lt;br \/>&lt;br>            cursor: pointer;&amp;lt;br \/>&lt;br>            transition: all 0.3s ease;&amp;lt;br \/>&lt;br>            text-decoration: none;&amp;lt;br \/>&lt;br>            display: inline-block;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .gt-btn:hover {&amp;lt;br \/>&lt;br>            transform: translateY(-2px);&amp;lt;br \/>&lt;br>            box-shadow: 0 8px 25px rgba(34, 197, 94, 0.3);&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .gt-btn:disabled {&amp;lt;br \/>&lt;br>            background: #94a3b8;&amp;lt;br \/>&lt;br>            cursor: not-allowed;&amp;lt;br \/>&lt;br>            transform: none;&amp;lt;br \/>&lt;br>            box-shadow: none;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .games-grid {&amp;lt;br \/>&lt;br>            display: grid;&amp;lt;br \/>&lt;br>            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));&amp;lt;br \/>&lt;br>            gap: 15px;&amp;lt;br \/>&lt;br>            max-height: 400px;&amp;lt;br \/>&lt;br>            overflow-y: auto;&amp;lt;br \/>&lt;br>            margin: 20px 0;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .game-item {&amp;lt;br \/>&lt;br>            display: flex;&amp;lt;br \/>&lt;br>            justify-content: space-between;&amp;lt;br \/>&lt;br>            align-items: center;&amp;lt;br \/>&lt;br>            padding: 15px;&amp;lt;br \/>&lt;br>            border: 2px solid #e2e8f0;&amp;lt;br \/>&lt;br>            border-radius: 10px;&amp;lt;br \/>&lt;br>            cursor: pointer;&amp;lt;br \/>&lt;br>            transition: all 0.3s ease;&amp;lt;br \/>&lt;br>            background: white;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .game-item:hover {&amp;lt;br \/>&lt;br>            border-color: #22c55e;&amp;lt;br \/>&lt;br>            transform: translateY(-1px);&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .game-item.selected {&amp;lt;br \/>&lt;br>            border-color: #22c55e;&amp;lt;br \/>&lt;br>            background: rgba(34, 197, 94, 0.05);&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .game-details h3 {&amp;lt;br \/>&lt;br>            font-size: 1.1rem;&amp;lt;br \/>&lt;br>            margin-bottom: 5px;&amp;lt;br \/>&lt;br>            color: #1a202c;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .game-details p {&amp;lt;br \/>&lt;br>            font-size: 0.9rem;&amp;lt;br \/>&lt;br>            color: #64748b;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .game-icon {&amp;lt;br \/>&lt;br>            width: 40px;&amp;lt;br \/>&lt;br>            height: 40px;&amp;lt;br \/>&lt;br>            border-radius: 8px;&amp;lt;br \/>&lt;br>            background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);&amp;lt;br \/>&lt;br>            display: flex;&amp;lt;br \/>&lt;br>            align-items: center;&amp;lt;br \/>&lt;br>            justify-content: center;&amp;lt;br \/>&lt;br>            color: white;&amp;lt;br \/>&lt;br>            font-weight: 700;&amp;lt;br \/>&lt;br>            font-size: 0.9rem;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .game-checkbox {&amp;lt;br \/>&lt;br>            color: #22c55e;&amp;lt;br \/>&lt;br>            font-size: 1.2rem;&amp;lt;br \/>&lt;br>            opacity: 0;&amp;lt;br \/>&lt;br>            transition: opacity 0.3s ease;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .game-item.selected .game-checkbox {&amp;lt;br \/>&lt;br>            opacity: 1;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .genre-grid {&amp;lt;br \/>&lt;br>            display: grid;&amp;lt;br \/>&lt;br>            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));&amp;lt;br \/>&lt;br>            gap: 20px;&amp;lt;br \/>&lt;br>            margin: 30px 0;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .genre-btn {&amp;lt;br \/>&lt;br>            background: white;&amp;lt;br \/>&lt;br>            border: 2px solid #e2e8f0;&amp;lt;br \/>&lt;br>            padding: 20px;&amp;lt;br \/>&lt;br>            border-radius: 15px;&amp;lt;br \/>&lt;br>            cursor: pointer;&amp;lt;br \/>&lt;br>            transition: all 0.3s ease;&amp;lt;br \/>&lt;br>            text-align: center;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .genre-btn:hover {&amp;lt;br \/>&lt;br>            border-color: #22c55e;&amp;lt;br \/>&lt;br>            background: rgba(34, 197, 94, 0.05);&amp;lt;br \/>&lt;br>            transform: translateY(-2px);&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .search-box {&amp;lt;br \/>&lt;br>            width: 100%;&amp;lt;br \/>&lt;br>            padding: 15px;&amp;lt;br \/>&lt;br>            border: 2px solid #e2e8f0;&amp;lt;br \/>&lt;br>            border-radius: 10px;&amp;lt;br \/>&lt;br>            font-size: 1rem;&amp;lt;br \/>&lt;br>            margin-bottom: 20px;&amp;lt;br \/>&lt;br>            background: white;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .search-box:focus {&amp;lt;br \/>&lt;br>            outline: none;&amp;lt;br \/>&lt;br>            border-color: #22c55e;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .battle-section {&amp;lt;br \/>&lt;br>            text-align: center;&amp;lt;br \/>&lt;br>            padding: 40px;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .battle-cards {&amp;lt;br \/>&lt;br>            display: flex;&amp;lt;br \/>&lt;br>            justify-content: center;&amp;lt;br \/>&lt;br>            gap: 30px;&amp;lt;br \/>&lt;br>            margin: 30px 0;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .battle-card {&amp;lt;br \/>&lt;br>            background: white;&amp;lt;br \/>&lt;br>            border-radius: 15px;&amp;lt;br \/>&lt;br>            padding: 30px;&amp;lt;br \/>&lt;br>            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);&amp;lt;br \/>&lt;br>            cursor: pointer;&amp;lt;br \/>&lt;br>            transition: all 0.3s ease;&amp;lt;br \/>&lt;br>            min-width: 300px;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .battle-card:hover {&amp;lt;br \/>&lt;br>            transform: translateY(-5px);&amp;lt;br \/>&lt;br>            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .battle-card.winner {&amp;lt;br \/>&lt;br>            border: 3px solid #22c55e;&amp;lt;br \/>&lt;br>            background: rgba(34, 197, 94, 0.05);&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .battle-card.loser {&amp;lt;br \/>&lt;br>            opacity: 0.5;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .final-result {&amp;lt;br \/>&lt;br>            text-align: center;&amp;lt;br \/>&lt;br>            padding: 40px;&amp;lt;br \/>&lt;br>            display: none;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .final-result.active {&amp;lt;br \/>&lt;br>            display: block;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .final-game {&amp;lt;br \/>&lt;br>            background: white;&amp;lt;br \/>&lt;br>            border-radius: 20px;&amp;lt;br \/>&lt;br>            padding: 40px;&amp;lt;br \/>&lt;br>            margin: 30px 0;&amp;lt;br \/>&lt;br>            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .final-game-icon {&amp;lt;br \/>&lt;br>            width: 80px;&amp;lt;br \/>&lt;br>            height: 80px;&amp;lt;br \/>&lt;br>            border-radius: 15px;&amp;lt;br \/>&lt;br>            background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);&amp;lt;br \/>&lt;br>            display: flex;&amp;lt;br \/>&lt;br>            align-items: center;&amp;lt;br \/>&lt;br>            justify-content: center;&amp;lt;br \/>&lt;br>            color: white;&amp;lt;br \/>&lt;br>            font-weight: 700;&amp;lt;br \/>&lt;br>            font-size: 1.5rem;&amp;lt;br \/>&lt;br>            margin: 0 auto 20px;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .recharge-section {&amp;lt;br \/>&lt;br>            margin-top: 40px;&amp;lt;br \/>&lt;br>            padding: 40px;&amp;lt;br \/>&lt;br>            background: rgba(255, 255, 255, 0.9);&amp;lt;br \/>&lt;br>            border-radius: 20px;&amp;lt;br \/>&lt;br>            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .products-grid {&amp;lt;br \/>&lt;br>            display: grid;&amp;lt;br \/>&lt;br>            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));&amp;lt;br \/>&lt;br>            gap: 20px;&amp;lt;br \/>&lt;br>            margin-top: 30px;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .product-card {&amp;lt;br \/>&lt;br>            background: white;&amp;lt;br \/>&lt;br>            border-radius: 15px;&amp;lt;br \/>&lt;br>            padding: 20px;&amp;lt;br \/>&lt;br>            text-decoration: none;&amp;lt;br \/>&lt;br>            color: inherit;&amp;lt;br \/>&lt;br>            transition: all 0.3s ease;&amp;lt;br \/>&lt;br>            border: 2px solid #e2e8f0;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .product-card:hover {&amp;lt;br \/>&lt;br>            border-color: #22c55e;&amp;lt;br \/>&lt;br>            transform: translateY(-3px);&amp;lt;br \/>&lt;br>            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .product-image {&amp;lt;br \/>&lt;br>            width: 100%;&amp;lt;br \/>&lt;br>            height: 120px;&amp;lt;br \/>&lt;br>            object-fit: cover;&amp;lt;br \/>&lt;br>            border-radius: 10px;&amp;lt;br \/>&lt;br>            margin-bottom: 15px;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .country-selector {&amp;lt;br \/>&lt;br>            padding: 15px 20px;&amp;lt;br \/>&lt;br>            font-size: 1.1rem;&amp;lt;br \/>&lt;br>            border: 2px solid #e2e8f0;&amp;lt;br \/>&lt;br>            border-radius: 10px;&amp;lt;br \/>&lt;br>            background: white;&amp;lt;br \/>&lt;br>            cursor: pointer;&amp;lt;br \/>&lt;br>            margin: 20px 0;&amp;lt;br \/>&lt;br>            min-width: 300px;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        .country-selector:focus {&amp;lt;br \/>&lt;br>            outline: none;&amp;lt;br \/>&lt;br>            border-color: #22c55e;&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        @media (max-width: 768px) {&amp;lt;br \/>&lt;br>            .step-labels { width: 280px; }&amp;lt;br \/>&lt;br>            .battle-cards { flex-direction: column; align-items: center; }&amp;lt;br \/>&lt;br>            .products-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }&amp;lt;br \/>&lt;br>        }&amp;lt;\/p>&lt;br>&amp;lt;p>        @media (max-width: 480px) {&amp;lt;br \/>&lt;br>            .step-labels {&amp;lt;br \/>&lt;br>                width: 240px;&amp;lt;br \/>&lt;br>                font-size: 0.8rem;&amp;lt;br \/>&lt;br>            }&amp;lt;br \/>&lt;br>        }&amp;lt;br \/>&lt;br>    <\/style><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"best-games-platform\">Best Games to Play by Platform<\/h2>\n\n\n\n<p>Your hardware often dictates your next obsession. Whether you are using a keyboard and mouse or holding a DualSense controller, each platform has unique strengths in 2026.<\/p>\n\n\n\n<div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 30px;\">\n<p><!-- PC & Steam --><\/p>\n<div style=\"border: 1px solid #e0e0e0; border-radius: 12px; padding: 25px; background-color: #f8fbff;\">\n<h3 style=\"margin-top: 0; color: #1a202c;\">What game should I play on PC and Steam?<\/h3>\n<p>The PC remains the king of versatility. If you are asking <strong>what game should I play on Steam<\/strong>, you are choosing between massive libraries. For pure graphical power, titles like <em>Cyberpunk 2077<\/em> (with the latest path tracing updates) or strategy epics like <em>Civilization VII<\/em> are best experienced here. However, don&#8217;t overlook the <a href=\"https:\/\/www.recharge.com\/blog\/en-gb\/ie\/steam-games-to-try\">indie gems<\/a> that thrive on Steam, offering innovative gameplay that often requires lower specs but delivers higher engagement.<\/p>\n<div style=\"background: #e3f2fd; padding: 10px; border-radius: 6px; font-size: 0.9em;\"><strong>Top Tip:<\/strong> Use Steam&#8217;s &#8220;Interactive Recommender&#8221; feature in the store labs if you want machine-learning suggestions based on playtime.<\/div>\n<\/div>\n<p><!-- PS5 --><\/p>\n<div style=\"border: 1px solid #e0e0e0; border-radius: 12px; padding: 25px; background-color: #fffaf0;\">\n<h3 style=\"margin-top: 0; color: #1a202c;\">Top picks for PS5 and Console Exclusives<\/h3>\n<p>When wondering <strong>what game should I play for PS5<\/strong>, prioritize cinematic experiences that utilize the DualSense controller. Sony&#8217;s first-party titles are built to feel immersive through haptic feedback. Games like <em>Marvel\u2019s Spider-Man 2<\/em> or the <em>God of War<\/em> series are essential. If you subscribe to PS Plus, check the &#8220;Game Catalog&#8221; first\u2014it is the most cost-effective way to answer the question of <strong>what game should I play ps5<\/strong> owners ask daily.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div style=\"display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 30px;\">\n<p><!-- Xbox --><\/p>\n<div style=\"flex: 1; min-width: 300px; border: 1px solid #e0e0e0; border-radius: 12px; padding: 25px; background-color: #f0fff4;\">\n<h3 style=\"margin-top: 0; color: #1a202c;\">Xbox and Game Pass Recommendations<\/h3>\n<p>If you are in the Microsoft ecosystem, the answer to <strong>what game should I play on xbox<\/strong> is almost always found on Game Pass. It is the ultimate &#8220;try before you commit&#8221; service. Focus on shooters like <em>Halo Infinite<\/em> for multiplayer or Bethesda RPGs like <em>Starfield<\/em> for long-term engagement.<\/p>\n<\/div>\n<p><!-- Roblox --><\/p>\n<div style=\"flex: 1; min-width: 300px; border: 1px solid #e0e0e0; border-radius: 12px; padding: 25px; background-color: #fff5f5;\">\n<h3 style=\"margin-top: 0; color: #1a202c;\">What game should I play on Roblox?<\/h3>\n<p>Roblox isn&#8217;t just one game; it is a universe of user-created content. When asking <strong>what game should I play on roblox<\/strong>, look for experiences with high active player counts to ensure a fun social environment. Current hits include intricate &#8220;Obbys&#8221; (obstacle courses), life-simulation RPGs like <em>Brookhaven<\/em>, and tycoon games. Keep an eye on <a href=\"https:\/\/www.recharge.com\/blog\/en-gb\/ie\/how-to-buy-robux-online\">trending genres within Roblox<\/a> to see what the community is currently obsessed with.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"multiplayer-recs\">Multiplayer Recommendations: Who Are You Playing With?<\/h2>\n\n\n\n<p>Gaming is often a shared language. The right game depends entirely on who is holding the other controller (or keyboard).<\/p>\n\n\n\n<dl style=\"margin-bottom: 30px;\">\n<dt style=\"font-weight: bold; font-size: 1.2em; color: #22c55e; margin-top: 20px;\">Games to play with friends and online squads<\/dt>\n<dd style=\"margin-left: 0; margin-bottom: 15px; color: #4a5568;\">If you are asking <strong>what game should I play with my friends<\/strong>, look for high-octane competitive titles or survival co-op. <em>Helldivers 2<\/em> or <em>Call of Duty<\/em> remain staples for squads who want to shout commands and celebrate victories. For a more relaxed evening, open-world survival craft games allow you to ask &#8220;can we play a game together&#8221; where we build a base rather than destroy one.<\/dd>\n<dt style=\"font-weight: bold; font-size: 1.2em; color: #22c55e; margin-top: 20px;\">Co-op games for couples and partners<\/dt>\n<dd style=\"margin-left: 0; margin-bottom: 15px; color: #4a5568;\">Solving the &#8220;<strong>what game should I play with my girlfriend<\/strong>&#8221; or &#8220;<strong>what game should I play with my boyfriend<\/strong>&#8221; dilemma requires teamwork-focused titles. <em>It Takes Two<\/em> remains the gold standard, requiring communication to solve puzzles. Narrative adventures where you make choices together (like <em>The Quarry<\/em> or <em>Until Dawn<\/em>) are also fantastic date-night options.<\/dd>\n<dt style=\"font-weight: bold; font-size: 1.2em; color: #22c55e; margin-top: 20px;\">Family-friendly games for siblings and cousins<\/dt>\n<dd style=\"margin-left: 0; margin-bottom: 15px; color: #4a5568;\">Family gatherings need accessibility. When wondering <strong>what game should I play with my cousin<\/strong> or <strong>what game should I play with my siblings<\/strong>, turn to Nintendo. <em>Mario Kart 8 Deluxe<\/em> or <em>Super Smash Bros<\/em> are timeless. For a broader range involving younger kids, &#8220;<strong>what game should I play with my family<\/strong>&#8221; is best answered by <em>Minecraft<\/em> or LEGO games, which allow for chaotic but fun cooperation across all ages.<\/dd>\n<\/dl>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"franchise-entry\">Where to Start: Franchise Entry Points<\/h2>\n\n\n\n<p>Some of the best gaming experiences are locked behind series with 10+ entries. It can be daunting to know where to jump in. Here is the cheat sheet for 2026.<\/p>\n\n\n\n<div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 30px;\">\n<div>\n<h3>Story-Heavy Series (Chronological vs. Release)<\/h3>\n<p><strong>What Resident Evil games should I play in order?<\/strong> Generally, playing the Remakes (RE2, RE3, RE4) followed by RE7 and Village (RE8) is the modern path. The story is loosely connected, so you don&#8217;t need to play the 1996 original to understand the plot.<\/p>\n<p><strong>What Yakuza games should I play in order?<\/strong> Start with <em>Yakuza 0<\/em>. It is a prequel that sets up the emotional stakes for everything that follows. From there, proceed to Kiwami 1 and 2.<\/p>\n<p><strong>What Arkham games should I play in order?<\/strong> Release order is best: <em>Asylum<\/em>, <em>City<\/em>, then <em>Knight<\/em>. <em>Origins<\/em> is a prequel you can play later if you want more Batman.<\/p>\n<\/div>\n<div>\n<h3>Anthologies (Start Anywhere)<\/h3>\n<p><strong>What game should I start with Persona?<\/strong> <em>Persona 5 Royal<\/em> is the most stylish and user-friendly entry point. The stories are not connected, so you don&#8217;t need to play P3 or P4 first.<\/p>\n<p><strong>What game should I start with Fallout?<\/strong> <em>Fallout 4<\/em> offers the best modern gunplay and base building, making it accessible for newcomers. <em>Fallout New Vegas<\/em> has the best writing but feels dated.<\/p>\n<p><strong>What game should I start with Final Fantasy?<\/strong> <em>Final Fantasy VII Remake<\/em> (and Rebirth) or <em>Final Fantasy XVI<\/em> are the best modern starting points. Each numbered entry is a completely separate universe.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"budget-constraints\">Gaming on a Budget or With Constraints<\/h2>\n\n\n\n<p>You don&#8217;t need a $2000 PC to have fun. In fact, restrictions often lead to discovering creative gems.<\/p>\n\n\n\n<div style=\"background-color: #f0fdf4; padding: 25px; border-radius: 12px; margin-bottom: 20px;\">\n<h3 style=\"margin-top: 0; color: #166534;\">Free and Browser Games (No Download Needed)<\/h3>\n<p>If you are at work or school and asking <strong>what game can I play without downloading<\/strong>, the answer lies in cloud gaming (Xbox Cloud Gaming, GeForce Now) or high-quality browser io games. Many classic strategy games now have browser ports. These are perfect if you are wondering <strong>what games can I play without graphics card<\/strong> power.<\/p>\n<\/div>\n\n\n\n<div style=\"background-color: #fffaf0; padding: 25px; border-radius: 12px;\">\n<h3 style=\"margin-top: 0; color: #9c4221;\">Offline Gaming: No Internet or Subscriptions<\/h3>\n<p>Wi-Fi down? Traveling? You need <strong>what games can I play without internet<\/strong>. Look for single-player RPGs or rogue-lites like <em>Hades<\/em> or <em>Slay the Spire<\/em>. These titles respect your time and ownership\u2014no server connection required. This is also the solution if you are asking <strong>what games can I play without ps plus<\/strong> or <strong>what games can I play without xbox live<\/strong>; stick to the single-player campaigns that don&#8217;t require always-on DRM. For mobile users, check out our list of <a href=\"https:\/\/www.recharge.com\/blog\/en-gb\/ie\/best-offline-mobile-games\">single-player campaigns that don&#8217;t require always-on DRM<\/a>.<\/p>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\">Frequently Asked Questions (FAQ)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-what-game-should-i-play-according-to-reddit\">What game should I play according to Reddit?<\/h3>\n\n\n\n<p>If you scour r\/gaming in 2026, the consensus for the &#8220;must-play&#8221; game usually falls on timeless masterpieces like <em>The Witcher 3<\/em>, <em>Baldur&#8217;s Gate 3<\/em>, or the latest FromSoftware title (like <em>Elden Ring<\/em>). Reddit users typically value game length, story depth, and developer integrity over flashy graphics.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-much-video-games-should-i-play-per-day\">How much video games should I play per day?<\/h3>\n\n\n\n<p>Balance is key. Health professionals generally suggest that 1 to 2 hours of leisure screen time is a healthy balance for adults. This allows you to decompress without negatively impacting sleep or physical activity.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-what-should-you-play-the-most-computer-games-or-outdoor-games\">What should you play the most: computer games or outdoor games?<\/h3>\n\n\n\n<p>Both serve different purposes. Outdoor games build physical resilience and vitamin D levels, while computer games improve cognitive processing, hand-eye coordination, and problem-solving skills. A healthy lifestyle includes a mix of both.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-what-is-a-what-game-should-i-play-quiz\">What is a &#8220;What Game Should I Play Quiz&#8221;?<\/h3>\n\n\n\n<p>It is a digital tool, like the one featured at the top of this page, that filters thousands of game titles based on your specific inputs\u2014such as desired mood, available time, genre preference, and platform\u2014to give you a scientifically recommended starting point.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Find out what game you should play next with our ultimate 2026 guide. Get a personalized recommendation from our quiz, plus top picks for PC, PS5, Xbox, co-op, and more.<\/p>\n","protected":false},"author":49,"featured_media":35873,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"cos_headline_score":0,"cos_seo_score":0,"cos_headline_text":"What Game Should I Play Next? The 2026 Guide & Quiz","cos_headline_has_been_analyzed":false,"cos_last_analyzed_headline":[],"_hreflang_tags":"","footnotes":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[23],"tags":[],"class_list":["post-35886","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-digital-lifestyle-old"],"jetpack_publicize_connections":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.4 (Yoast SEO v21.0) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What Game Should I Play Next? The 2026 Guide &amp; Quiz<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Game Should I Play Next? The 2026 Guide &amp; Quiz\" \/>\n<meta property=\"og:description\" content=\"Find out what game you should play next with our ultimate 2026 guide. Get a personalized recommendation from our quiz, plus top picks for PC, PS5, Xbox, co-op, and more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz\" \/>\n<meta property=\"og:site_name\" content=\"Recharge Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-07T12:42:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-13T12:42:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/creativegroup-blog-prd-eu-west-1-recharge-blog.s3.eu-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2026\/01\/07134048\/hero-image-en-7.png\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"491\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Conor Byrne\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz\",\"url\":\"https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz\",\"name\":\"What Game Should I Play Next? The 2026 Guide & Quiz\",\"isPartOf\":{\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/#website\"},\"datePublished\":\"2026-01-07T12:42:39+00:00\",\"dateModified\":\"2026-01-13T12:42:29+00:00\",\"author\":{\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/#\/schema\/person\/857508b94164c3cdc1f206b5c30d31a6\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.recharge.com\/blog\/en-gb\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What Game Should I Play Next? The 2026 Guide &#038; Quiz\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/#website\",\"url\":\"https:\/\/www.recharge.com\/blog\/en-gb\/\",\"name\":\"Recharge Blog\",\"description\":\"Everything about online safety, smart spending &amp; your digital lifestyle.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.recharge.com\/blog\/en-gb\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/#\/schema\/person\/857508b94164c3cdc1f206b5c30d31a6\",\"name\":\"Conor Byrne\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/624bd2d0a75e67e81c16920493bcda346cb5cfd0f77cfdff3a72413de0254eeb?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/624bd2d0a75e67e81c16920493bcda346cb5cfd0f77cfdff3a72413de0254eeb?s=96&d=mm&r=g\",\"caption\":\"Conor Byrne\"},\"description\":\"My passion for the e-commerce and fintech space started years ago with my first gaming console, giving me firsthand experience with the world of digital credit and top-ups. As a blog copywriter here at Recharge.com, I now get to use that insight to create clear, helpful content that makes navigating gift cards and online payments a breeze for our community.\",\"url\":\"https:\/\/www.recharge.com\/blog\/en-gb\/author\/conor-byrne\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What Game Should I Play Next? The 2026 Guide & Quiz","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz","og_locale":"en_GB","og_type":"article","og_title":"What Game Should I Play Next? The 2026 Guide & Quiz","og_description":"Find out what game you should play next with our ultimate 2026 guide. Get a personalized recommendation from our quiz, plus top picks for PC, PS5, Xbox, co-op, and more.","og_url":"https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz","og_site_name":"Recharge Blog","article_published_time":"2026-01-07T12:42:39+00:00","article_modified_time":"2026-01-13T12:42:29+00:00","og_image":[{"width":900,"height":491,"url":"https:\/\/creativegroup-blog-prd-eu-west-1-recharge-blog.s3.eu-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2026\/01\/07134048\/hero-image-en-7.png","type":"image\/png"}],"author":"Conor Byrne","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz","url":"https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz","name":"What Game Should I Play Next? The 2026 Guide & Quiz","isPartOf":{"@id":"https:\/\/www.recharge.com\/blog\/en-gb\/#website"},"datePublished":"2026-01-07T12:42:39+00:00","dateModified":"2026-01-13T12:42:29+00:00","author":{"@id":"https:\/\/www.recharge.com\/blog\/en-gb\/#\/schema\/person\/857508b94164c3cdc1f206b5c30d31a6"},"breadcrumb":{"@id":"https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.recharge.com\/blog\/en-gb\/what-game-should-i-play-next-the-2026-guide-quiz#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.recharge.com\/blog\/en-gb"},{"@type":"ListItem","position":2,"name":"What Game Should I Play Next? The 2026 Guide &#038; Quiz"}]},{"@type":"WebSite","@id":"https:\/\/www.recharge.com\/blog\/en-gb\/#website","url":"https:\/\/www.recharge.com\/blog\/en-gb\/","name":"Recharge Blog","description":"Everything about online safety, smart spending &amp; your digital lifestyle.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.recharge.com\/blog\/en-gb\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/www.recharge.com\/blog\/en-gb\/#\/schema\/person\/857508b94164c3cdc1f206b5c30d31a6","name":"Conor Byrne","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.recharge.com\/blog\/en-gb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/624bd2d0a75e67e81c16920493bcda346cb5cfd0f77cfdff3a72413de0254eeb?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/624bd2d0a75e67e81c16920493bcda346cb5cfd0f77cfdff3a72413de0254eeb?s=96&d=mm&r=g","caption":"Conor Byrne"},"description":"My passion for the e-commerce and fintech space started years ago with my first gaming console, giving me firsthand experience with the world of digital credit and top-ups. As a blog copywriter here at Recharge.com, I now get to use that insight to create clear, helpful content that makes navigating gift cards and online payments a breeze for our community.","url":"https:\/\/www.recharge.com\/blog\/en-gb\/author\/conor-byrne"}]}},"jetpack_featured_media_url":"https:\/\/creativegroup-blog-prd-eu-west-1-recharge-blog.s3.eu-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2026\/01\/07134048\/hero-image-en-7.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/posts\/35886","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/users\/49"}],"replies":[{"embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/comments?post=35886"}],"version-history":[{"count":45,"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/posts\/35886\/revisions"}],"predecessor-version":[{"id":35970,"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/posts\/35886\/revisions\/35970"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/media\/35873"}],"wp:attachment":[{"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/media?parent=35886"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/categories?post=35886"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/tags?post=35886"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}