{"id":16596,"date":"2026-02-26T13:56:18","date_gmt":"2026-02-26T13:56:18","guid":{"rendered":"https:\/\/www.365scores.com\/news\/?p=16596"},"modified":"2026-02-26T13:58:31","modified_gmt":"2026-02-26T13:58:31","slug":"test","status":"publish","type":"post","link":"https:\/\/www.365scores.com\/news\/test","title":{"rendered":"The 365Scores Champions League Prophecy"},"content":{"rendered":"\n<p>The data is in, the algorithms have crunched the numbers, and the <a href=\"https:\/\/www.365scores.com\/en-us\" target=\"_blank\" rel=\"noreferrer noopener\">365Scores<\/a> Prophecy has mapped out the entire <a href=\"https:\/\/www.365scores.com\/en-us\/football\/league\/uefa-champions-league-572\">UEFA Champions League<\/a> knockout bracket. Forget the endless debates and the pundit predictions; here is exactly how the rest of the tournament will unfold, culminating in a historic crowning of the champions of Europe.<\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>365Scores Champions League Prophecy<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* Scoped variables with unique prefix to avoid Jannah theme conflicts *\/\n        #ucl-prophecy-wrapper {\n            --ucl-blue: #2194FF;\n            --ucl-black: #151E22;\n            --ucl-white: #FFFFFF;\n            --ucl-red: #FF495C;\n            --ucl-yellow: #FFB800;\n            --ucl-green: #5BB849;\n            background-color: var(--ucl-black) !important;\n            color: var(--ucl-white) !important;\n            font-family: 'Roboto', sans-serif;\n            overflow-x: hidden;\n            width: 100%;\n        }\n\n        .ucl-prophecy-bg {\n            background: linear-gradient(180deg, rgba(21, 30, 34, 0.96) 0%, rgba(21, 30, 34, 1) 100%), \n                        url('https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitions\/572') !important;\n            background-size: cover !important;\n            background-repeat: no-repeat !important;\n            background-position: center top !important;\n        }\n\n        \/* Specific title color enforcement *\/\n        .ucl-prophecy-main-title {\n            color: #FFFFFF !important;\n        }\n        .ucl-prophecy-highlight-text {\n            color: #2194FF !important;\n        }\n\n        .ucl-prophecy-btn-primary {\n            background-color: var(--ucl-blue) !important;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n        .ucl-prophecy-btn-primary:hover {\n            filter: brightness(1.1);\n            transform: scale(1.05);\n        }\n\n        .ucl-prophecy-btn-light {\n            background-color: #F0F4F8 !important;\n            color: #151E22 !important;\n            border: 1px solid #FFFFFF !important;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n        .ucl-prophecy-btn-light:hover {\n            background-color: #FFFFFF !important;\n            box-shadow: 0 0 15px rgba(255,255,255,0.4) !important;\n            transform: scale(1.05);\n        }\n\n        \/* Desktop Team Cards *\/\n        .ucl-prophecy-team-card {\n            background: rgba(255, 255, 255, 0.05) !important;\n            border: 1px solid rgba(255, 255, 255, 0.1) !important;\n            height: 44px;\n            display: flex;\n            align-items: center;\n            padding: 0 8px;\n            position: relative;\n        }\n        .ucl-prophecy-team-card.ucl-prophecy-winner { \n            border-left: 3px solid var(--ucl-blue) !important; \n            background: rgba(33, 148, 255, 0.15) !important; \n        }\n        .ucl-prophecy-team-card.ucl-prophecy-loser { opacity: 0.35 !important; }\n        .ucl-prophecy-score-box { \n            background: rgba(0,0,0,0.6) !important; \n            width: 28px; \n            text-align: center; \n            font-weight: bold; \n            font-size: 13px; \n            margin-left: auto; \n            border-radius: 3px; \n            padding: 2px 0; \n        }\n\n        \/* Mobile Match Boxes *\/\n        .ucl-prophecy-mobile-match-box {\n            background: #1C262B !important;\n            border-radius: 10px;\n            padding: 8px 10px;\n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            gap: 6px;\n            border: 1px solid rgba(255,255,255,0.05) !important;\n        }\n        .ucl-prophecy-mobile-team-row {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            font-size: 10px;\n            font-weight: 700;\n        }\n        .ucl-prophecy-mobile-team-info { display: flex; align-items: center; gap: 6px; }\n        .ucl-prophecy-mobile-score { \n            font-size: 12px; \n            color: #fff !important; \n            width: 18px; \n            text-align: center; \n            font-weight: 800; \n        }\n\n        \/* Desktop Layout *\/\n        .ucl-prophecy-bracket-container {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 16px;\n            min-width: 900px;\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 20px 10px;\n        }\n        .ucl-prophecy-matchup { display: flex; flex-direction: column; gap: 2px; margin-bottom: 24px; position: relative; }\n\n        @media (min-width: 768px) {\n            .ucl-prophecy-matchup::after { \n                content: ''; \n                position: absolute; \n                right: -16px; \n                top: 50%; \n                width: 16px; \n                height: 1px; \n                background: rgba(255, 255, 255, 0.15) !important; \n            }\n            .ucl-prophecy-round-col:last-child .ucl-prophecy-matchup::after { display: none; }\n        }\n\n        .ucl-prophecy-hidden { display: none !important; }\n\n        .ucl-prophecy-reveal-anim { animation: uclProphecyFadeIn 0.5s ease forwards; }\n        @keyframes uclProphecyFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\n\n        \/* Mobile Connectors & Stage Rows *\/\n        .ucl-prophecy-mobile-stage-row {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n            margin: 8px 0;\n        }\n        .ucl-prophecy-mobile-stage-row.ucl-prophecy-single {\n            grid-template-columns: 1fr;\n            max-width: 180px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .ucl-prophecy-mobile-round-title {\n            font-size: 9px;\n            font-weight: 800;\n            color: #555 !important;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            margin: 15px 0 5px;\n            text-align: center;\n        }\n\n        .ucl-prophecy-mobile-line-v {\n            width: 1px;\n            height: 12px;\n            background: rgba(255,255,255,0.08) !important;\n            margin: 0 auto;\n        }\n        \n        .ucl-prophecy-final-center-box {\n            background: #11181B !important;\n            border: 1px solid var(--ucl-yellow) !important;\n            border-radius: 12px;\n            padding: 12px;\n            margin: 15px auto;\n            max-width: 280px;\n            box-shadow: 0 0 30px rgba(0,0,0,0.5) !important;\n        }\n\n        .ucl-prophecy-possibility-row {\n            background: rgba(255, 255, 255, 0.03) !important;\n            border: 1px solid rgba(255, 255, 255, 0.08) !important;\n            padding: 10px;\n            border-radius: 8px;\n            font-size: 11px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        \n        \/* Reset for Wordpress default padding on images if any *\/\n        #ucl-prophecy-wrapper img {\n            max-width: none !important;\n            display: inline-block !important;\n            margin: 0 !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"!bg-black\">\n\n    <div id=\"ucl-prophecy-wrapper\" class=\"ucl-prophecy-bg min-h-screen\">\n        <header class=\"p-4 flex justify-between items-center !border-b !border-gray-800 !bg-black sticky top-0 z-50\">\n            <img decoding=\"async\" src=\"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Website\/logo_new\" alt=\"365Scores\" class=\"h-8\">\n            <div class=\"flex flex-col items-end\">\n                <span class=\"ucl-prophecy-highlight-text font-bold tracking-widest text-[10px] uppercase\">Champions League<\/span>\n                <span class=\"font-bold text-xs !text-white\">PROPHECY 2026<\/span>\n            <\/div>\n        <\/header>\n\n        <main class=\"max-w-6xl mx-auto p-4\">\n\n            <!-- PART 1: THE DRAW REVEAL -->\n            <section id=\"ucl-prophecy-step-draw\" class=\"py-8 text-center\">\n                <img decoding=\"async\" src=\"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitions\/572\" class=\"h-20 mx-auto mb-4\">\n                \n                <!-- Main Title -->\n                <h2 class=\"ucl-prophecy-main-title text-3xl md:text-5xl font-extrabold mb-2 uppercase italic tracking-tighter\">\n                    365Scores <span class=\"ucl-prophecy-highlight-text\">Prophecy<\/span>\n                <\/h2>\n                \n                <p class=\"!text-gray-400 mb-8 uppercase tracking-widest text-xs font-bold\">The Road to the 2026 Title<\/p>\n\n                <div id=\"ucl-prophecy-draw-possibilities\" class=\"max-w-3xl mx-auto mb-10\">\n                    <h3 class=\"ucl-prophecy-highlight-text font-bold text-xs uppercase mb-4 tracking-widest\">Draw Matchup Scenarios<\/h3>\n                    <div id=\"ucl-prophecy-possibilities-grid\" class=\"grid grid-cols-1 md:grid-cols-2 gap-3 text-left\"><\/div>\n                <\/div>\n\n                <div id=\"ucl-prophecy-draw-cta\" class=\"mb-10 flex flex-col items-center justify-center gap-4\">\n                    <button id=\"ucl-prophecy-btn-reveal-draw\" class=\"ucl-prophecy-btn-primary !text-white font-bold py-4 px-10 rounded-full text-lg uppercase shadow-xl !border-none\">\n                        Reveal 365Scores Draw\n                    <\/button>\n                <\/div>\n\n                <div id=\"ucl-prophecy-draw-grid\" class=\"grid grid-cols-2 md:grid-cols-4 gap-3 ucl-prophecy-hidden max-w-4xl mx-auto\"><\/div>\n\n                <div id=\"ucl-prophecy-bracket-cta\" class=\"mt-12 ucl-prophecy-hidden\">\n                    <button id=\"ucl-prophecy-btn-reveal-prophecy\" class=\"ucl-prophecy-btn-light font-extrabold py-4 px-12 rounded-full text-lg uppercase shadow-2xl !border-none\">\n                        Show the 365Scores Prediction\n                    <\/button>\n                <\/div>\n            <\/section>\n\n            <!-- PART 2: THE BRACKET REVEAL -->\n            <section id=\"ucl-prophecy-step-prophecy\" class=\"ucl-prophecy-hidden py-6\">\n                \n                <!-- Desktop Layout -->\n                <div class=\"hidden md:block overflow-x-auto\">\n                    <div class=\"ucl-prophecy-bracket-container\" id=\"ucl-prophecy-desktop-bracket\">\n                        <div class=\"ucl-prophecy-round-col\">\n                            <h4 class=\"text-center font-bold !text-gray-600 mb-4 uppercase text-[9px] tracking-widest !border-b !border-gray-800 pb-1\">Round of 16<\/h4>\n                            <div id=\"ucl-prophecy-r16-desktop\"><\/div>\n                        <\/div>\n                        <div class=\"ucl-prophecy-round-col\">\n                            <h4 class=\"text-center font-bold !text-gray-600 mb-4 uppercase text-[9px] tracking-widest !border-b !border-gray-800 pb-1\">Quarter-Finals<\/h4>\n                            <div id=\"ucl-prophecy-qf-desktop\" class=\"h-full flex flex-col justify-around py-8\"><\/div>\n                        <\/div>\n                        <div class=\"ucl-prophecy-round-col\">\n                            <h4 class=\"text-center font-bold !text-gray-600 mb-4 uppercase text-[9px] tracking-widest !border-b !border-gray-800 pb-1\">Semi-Finals<\/h4>\n                            <div id=\"ucl-prophecy-sf-desktop\" class=\"h-full flex flex-col justify-around py-20\"><\/div>\n                        <\/div>\n                        <div class=\"ucl-prophecy-round-col flex flex-col\">\n                            <h4 class=\"text-center font-bold !text-[#FFB800] mb-4 uppercase text-[9px] tracking-widest !border-b !border-[#FFB800]\/30 pb-1\">Final<\/h4>\n                            <div id=\"ucl-prophecy-final-desktop\" class=\"flex-grow flex flex-col justify-center mb-6\"><\/div>\n                            <div class=\"text-center p-4 rounded-lg !border !border-[#FFB800]\/50 !bg-black bg-opacity-90 animate-pulse\">\n                                <img decoding=\"async\" src=\"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/331\" class=\"h-14 mx-auto mb-1\">\n                                <h2 class=\"text-lg font-bold !text-white\">Bayern Munich<\/h2>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Mobile Layout -->\n                <div class=\"md:hidden px-2 pb-10\" id=\"ucl-prophecy-mobile-app-bracket\">\n                    <div class=\"ucl-prophecy-mobile-round-title\">Round of 16<\/div>\n                    <div id=\"ucl-prophecy-m-r16-top-1\" class=\"ucl-prophecy-mobile-stage-row\"><\/div>\n                    <div id=\"ucl-prophecy-m-r16-top-2\" class=\"ucl-prophecy-mobile-stage-row\"><\/div>\n                    <div class=\"ucl-prophecy-mobile-line-v\"><\/div>\n                    <div class=\"ucl-prophecy-mobile-round-title\">Quarter-Finals<\/div>\n                    <div id=\"ucl-prophecy-m-qf-top\" class=\"ucl-prophecy-mobile-stage-row\"><\/div>\n                    <div class=\"ucl-prophecy-mobile-line-v\"><\/div>\n                    <div class=\"ucl-prophecy-mobile-round-title\">Semi-Finals<\/div>\n                    <div id=\"ucl-prophecy-m-sf-top\" class=\"ucl-prophecy-mobile-stage-row ucl-prophecy-single\"><\/div>\n\n                    <div class=\"ucl-prophecy-mobile-line-v h-6\"><\/div>\n                    <div class=\"ucl-prophecy-final-center-box\">\n                        <div class=\"text-center !text-[#2194FF] font-extrabold text-[10px] uppercase mb-3 tracking-[3px]\">Final<\/div>\n                        <div id=\"ucl-prophecy-m-final\"><\/div>\n                        <div class=\"mt-4 pt-3 !border-t !border-white\/5 text-center\">\n                            <div class=\"!text-[#FFB800] font-bold text-[10px] uppercase mb-1\">Champion<\/div>\n                            <div class=\"flex items-center justify-center gap-2\">\n                                <img decoding=\"async\" src=\"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/331\" class=\"h-8\">\n                                <span class=\"font-bold text-sm tracking-tight !text-white\">Bayern Munich<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"ucl-prophecy-mobile-line-v h-6\"><\/div>\n\n                    <div id=\"ucl-prophecy-m-sf-bot\" class=\"ucl-prophecy-mobile-stage-row ucl-prophecy-single\"><\/div>\n                    <div class=\"ucl-prophecy-mobile-round-title\">Semi-Finals<\/div>\n                    <div class=\"ucl-prophecy-mobile-line-v\"><\/div>\n                    <div id=\"ucl-prophecy-m-qf-bot\" class=\"ucl-prophecy-mobile-stage-row\"><\/div>\n                    <div class=\"ucl-prophecy-mobile-round-title\">Quarter-Finals<\/div>\n                    <div class=\"ucl-prophecy-mobile-line-v\"><\/div>\n                    <div id=\"ucl-prophecy-m-r16-bot-1\" class=\"ucl-prophecy-mobile-stage-row\"><\/div>\n                    <div id=\"ucl-prophecy-m-r16-bot-2\" class=\"ucl-prophecy-mobile-stage-row\"><\/div>\n                    <div class=\"ucl-prophecy-mobile-round-title\">Round of 16<\/div>\n                <\/div>\n\n                <div class=\"text-center mt-8\">\n                    <button id=\"ucl-prophecy-btn-reset\" class=\"!text-gray-500 hover:!text-white underline text-[10px] uppercase font-bold cursor-pointer !bg-transparent !border-none\">Start Over<\/button>\n                <\/div>\n            <\/section>\n        <\/main>\n    <\/div>\n\n    <script>\n        (function() {\n            const LOGOS = {\n                \"Real Madrid\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/131\",\n                \"PSG\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/480\",\n                \"Barcelona\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/132\",\n                \"Chelsea\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/106\",\n                \"Galatasaray\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/945\",\n                \"Liverpool\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/108\",\n                \"Tottenham Hotspur\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/114\",\n                \"Newcastle United\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/116\",\n                \"Atl\u00e9tico Madrid\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/134\",\n                \"Manchester City\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/110\",\n                \"Sporting CP\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/890\",\n                \"Bod\u00f8\/Glimt\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/1978\",\n                \"Arsenal\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/104\",\n                \"Bayern Munich\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/331\",\n                \"Bayer Leverkusen\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/333\",\n                \"Atalanta\": \"https:\/\/imagecache.365scores.com\/image\/upload\/f_png,c_limit,q_auto:eco,dpr_1\/Competitors\/232\"\n            };\n\n            const DATA = {\n                r16: [\n                    { t1: \"PSG\", t2: \"Chelsea\", s1: 5, s2: 3, win: \"PSG\" },\n                    { t1: \"Galatasaray\", t2: \"Liverpool\", s1: 2, s2: 4, win: \"Liverpool\" },\n                    { t1: \"Real Madrid\", t2: \"Manchester City\", s1: 5, s2: 4, win: \"Real Madrid\" },\n                    { t1: \"Atalanta\", t2: \"Bayern Munich\", s1: 1, s2: 7, win: \"Bayern Munich\" },\n                    { t1: \"Newcastle United\", t2: \"Barcelona\", s1: 2, s2: 5, win: \"Barcelona\" },\n                    { t1: \"Atl\u00e9tico Madrid\", t2: \"Tottenham Hotspur\", s1: 4, s2: 1, win: \"Atl\u00e9tico Madrid\" },\n                    { t1: \"Bod\u00f8\/Glimt\", t2: \"Sporting CP\", s1: 2, s2: 3, win: \"Sporting CP\" },\n                    { t1: \"Bayer Leverkusen\", t2: \"Arsenal\", s1: 0, s2: 4, win: \"Arsenal\" }\n                ],\n                qf: [\n                    { t1: \"PSG\", t2: \"Liverpool\", s1: 5, s2: 2, win: \"PSG\" },\n                    { t1: \"Real Madrid\", t2: \"Bayern Munich\", s1: 2, s2: 4, win: \"Bayern Munich\" },\n                    { t1: \"Barcelona\", t2: \"Atl\u00e9tico Madrid\", s1: 4, s2: 2, win: \"Barcelona\" },\n                    { t1: \"Sporting CP\", t2: \"Arsenal\", s1: 1, s2: 4, win: \"Arsenal\" }\n                ],\n                sf: [\n                    { t1: \"PSG\", t2: \"Bayern Munich\", s1: 4, s2: 5, win: \"Bayern Munich\" },\n                    { t1: \"Barcelona\", t2: \"Arsenal\", s1: 3, s2: 2, win: \"Barcelona\" }\n                ],\n                final: { t1: \"Bayern Munich\", t2: \"Barcelona\", s1: 3, s2: 1, win: \"Bayern Munich\" }\n            };\n\n            function createMobileMatchHTML(match) {\n                const row = (n, s, isWin) => `\n                    <div class=\"ucl-prophecy-mobile-team-row ${isWin ? '' : 'opacity-40'}\">\n                        <div class=\"ucl-prophecy-mobile-team-info\">\n                            <img decoding=\"async\" src=\"${LOGOS[n] || ''}\" class=\"h-4 w-4\">\n                            <span class=\"truncate max-w-[55px] !text-white\">${n.split(' ')[0]}<\/span>\n                        <\/div>\n                        <div class=\"flex items-center gap-1.5\">\n                            <span class=\"ucl-prophecy-mobile-score\">${s}<\/span>\n                            ${isWin ? '<div class=\"text-[8px] !text-[#2194FF]\">\u25cf<\/div>' : '<div class=\"w-1\"><\/div>'}\n                        <\/div>\n                    <\/div>\n                `;\n                return `\n                    <div class=\"ucl-prophecy-mobile-match-box\">\n                        ${row(match.t1, match.s1, match.win === match.t1)}\n                        ${row(match.t2, match.s2, match.win === match.t2)}\n                    <\/div>\n                `;\n            }\n\n            function createDesktopLine(n, s, isWin) {\n                return `\n                    <div class=\"ucl-prophecy-team-card ${isWin ? 'ucl-prophecy-winner' : 'ucl-prophecy-loser'}\">\n                        <img decoding=\"async\" src=\"${LOGOS[n]}\" class=\"h-5 w-5 mr-2\">\n                        <span class=\"text-[10px] font-bold truncate !text-white\">${n}<\/span>\n                        <div class=\"ucl-prophecy-score-box !text-white\">${s}<\/div>\n                    <\/div>\n                `;\n            }\n\n            function build() {\n                ['r16', 'qf', 'sf'].forEach(r => {\n                    const el = document.getElementById(`ucl-prophecy-${r}-desktop`);\n                    el.innerHTML = '';\n                    DATA[r].forEach(m => {\n                        const w = document.createElement('div');\n                        w.className = 'ucl-prophecy-matchup ucl-prophecy-reveal-anim';\n                        w.innerHTML = createDesktopLine(m.t1, m.s1, m.win === m.t1) + createDesktopLine(m.t2, m.s2, m.win === m.t2);\n                        el.appendChild(w);\n                    });\n                });\n                const f = DATA.final;\n                document.getElementById('ucl-prophecy-final-desktop').innerHTML = `<div class=\"ucl-prophecy-matchup ucl-prophecy-reveal-anim\">${createDesktopLine(f.t1, f.s1, f.win === f.t1) + createDesktopLine(f.t2, f.s2, f.win === f.t2)}<\/div>`;\n\n                document.getElementById('ucl-prophecy-m-r16-top-1').innerHTML = createMobileMatchHTML(DATA.r16[0]) + createMobileMatchHTML(DATA.r16[1]);\n                document.getElementById('ucl-prophecy-m-r16-top-2').innerHTML = createMobileMatchHTML(DATA.r16[2]) + createMobileMatchHTML(DATA.r16[3]);\n                document.getElementById('ucl-prophecy-m-qf-top').innerHTML = createMobileMatchHTML(DATA.qf[0]) + createMobileMatchHTML(DATA.qf[1]);\n                document.getElementById('ucl-prophecy-m-sf-top').innerHTML = createMobileMatchHTML(DATA.sf[0]);\n                document.getElementById('ucl-prophecy-m-final').innerHTML = createMobileMatchHTML(DATA.final);\n                document.getElementById('ucl-prophecy-m-sf-bot').innerHTML = createMobileMatchHTML(DATA.sf[1]);\n                document.getElementById('ucl-prophecy-m-qf-bot').innerHTML = createMobileMatchHTML(DATA.qf[2]) + createMobileMatchHTML(DATA.qf[3]);\n                document.getElementById('ucl-prophecy-m-r16-bot-1').innerHTML = createMobileMatchHTML(DATA.r16[4]) + createMobileMatchHTML(DATA.r16[5]);\n                document.getElementById('ucl-prophecy-m-r16-bot-2').innerHTML = createMobileMatchHTML(DATA.r16[6]) + createMobileMatchHTML(DATA.r16[7]);\n            }\n\n            function init() {\n                const pg = document.getElementById('ucl-prophecy-possibilities-grid');\n                if(!pg) return;\n                const scenarios = [\n                    { f: \"PSG\", o: \"Barcelona or Chelsea\" },\n                    { f: \"Galatasaray\", o: \"Liverpool or Tottenham Hotspur\" },\n                    { f: \"Real Madrid\", o: \"Sporting CP or Manchester City\" },\n                    { f: \"Atalanta\", o: \"Arsenal or Bayern Munich\" },\n                    { f: \"Newcastle United\", o: \"Barcelona or Chelsea\" },\n                    { f: \"Atl\u00e9tico Madrid\", o: \"Liverpool or Tottenham Hotspur\" },\n                    { f: \"Bod\u00f8\/Glimt\", o: \"Sporting CP or Manchester City\" },\n                    { f: \"Bayer Leverkusen\", o: \"Arsenal or Bayern Munich\" }\n                ];\n                scenarios.forEach(p => {\n                    pg.innerHTML += `\n                        <div class=\"ucl-prophecy-possibility-row\">\n                            <img decoding=\"async\" src=\"${LOGOS[p.f] || ''}\" class=\"h-5 w-5\">\n                            <div><span class=\"font-bold ucl-prophecy-highlight-text\">${p.f}<\/span> <span class=\"!text-gray-500 mx-0.5 text-[9px]\">vs<\/span> <span class=\"!text-gray-400 italic text-[9px]\">${p.o}<\/span><\/div>\n                        <\/div>`;\n                });\n\n                document.getElementById('ucl-prophecy-btn-reveal-draw').addEventListener('click', (e) => {\n                    e.preventDefault();\n                    document.getElementById('ucl-prophecy-draw-possibilities').classList.add('ucl-prophecy-hidden');\n                    document.getElementById('ucl-prophecy-draw-cta').classList.add('ucl-prophecy-hidden');\n                    const dg = document.getElementById('ucl-prophecy-draw-grid');\n                    dg.classList.remove('ucl-prophecy-hidden');\n                    DATA.r16.forEach((m, i) => {\n                        const d = document.createElement('div');\n                        d.className = 'bg-white bg-opacity-5 p-3 rounded-lg !border !border-gray-800 ucl-prophecy-reveal-anim';\n                        d.style.animationDelay = `${i * 60}ms`;\n                        d.innerHTML = `<div class=\"flex items-center justify-between mb-1\"><img decoding=\"async\" src=\"${LOGOS[m.t1]}\" class=\"h-6\"><span class=\"text-[8px] font-bold ucl-prophecy-highlight-text uppercase\">VS<\/span><img decoding=\"async\" src=\"${LOGOS[m.t2]}\" class=\"h-6\"><\/div><div class=\"text-[8px] font-bold !text-gray-500 truncate text-center\">${m.t1.split(' ')[0]} vs ${m.t2.split(' ')[0]}<\/div>`;\n                        dg.appendChild(d);\n                    });\n                    setTimeout(() => { document.getElementById('ucl-prophecy-bracket-cta').classList.remove('ucl-prophecy-hidden'); }, 800);\n                });\n\n                document.getElementById('ucl-prophecy-btn-reveal-prophecy').addEventListener('click', (e) => {\n                    e.preventDefault();\n                    document.getElementById('ucl-prophecy-step-draw').classList.add('ucl-prophecy-hidden');\n                    document.getElementById('ucl-prophecy-step-prophecy').classList.remove('ucl-prophecy-hidden');\n                    build();\n                });\n\n                document.getElementById('ucl-prophecy-btn-reset').addEventListener('click', (e) => {\n                    e.preventDefault();\n                    window.location.reload();\n                });\n            }\n\n            if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', init);\n            else init();\n        })();\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The Round of 16: Heavyweights Clash Early<\/h3>\n\n\n\n<p>The draw pulls no punches right out of the gate, giving us some of the most explosive ties of the decade.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The Match of the Round:<\/strong> A true clash of titans sees <a href=\"https:\/\/www.365scores.com\/en-us\/football\/team\/real-madrid-131\" target=\"_blank\" rel=\"noreferrer noopener\">Real Madrid<\/a> edge out <a href=\"https:\/\/www.365scores.com\/en-us\/football\/team\/manchester-city-110\" target=\"_blank\" rel=\"noreferrer noopener\">Manchester City<\/a> in a 5-4 goal fest in both games.<\/li>\n\n\n\n<li><strong>The Statement Victory:<\/strong> <a href=\"https:\/\/www.365scores.com\/en-us\/football\/team\/bayern-munich-331\" target=\"_blank\" rel=\"noreferrer noopener\">Bayern Munich<\/a> shows absolutely no mercy, annihilating Atalanta with an aggregate score of 7-1.<\/li>\n\n\n\n<li><strong>London Calling:<\/strong> <a href=\"https:\/\/www.365scores.com\/en-us\/football\/team\/arsenal-104\" target=\"_blank\" rel=\"noreferrer noopener\">Arsenal<\/a> comfortably sweeps past Bayer Leverkusen, while <a href=\"https:\/\/www.google.com\/search?q=https:\/\/www.365scores.com\/en-us\/football\/team\/paris-saint-germain-480\" target=\"_blank\" rel=\"noreferrer noopener\">PSG<\/a> handles Chelsea in a high-scoring 2 legs 5-3 affair.<\/li>\n\n\n\n<li><strong>The Rest of the Pack:<\/strong> <a href=\"https:\/\/www.google.com\/search?q=https:\/\/www.365scores.com\/en-us\/football\/team\/barcelona-132\" target=\"_blank\" rel=\"noreferrer noopener\">Barcelona<\/a> cruises past <a href=\"https:\/\/www.365scores.com\/en-us\/football\/team\/newcastle-united-116\" target=\"_blank\" rel=\"noreferrer noopener\">Newcastle United<\/a> , Liverpool downs Galatasaray, Atl\u00e9tico Madrid dominates Tottenham, and Sporting CP sneaks past Bod\u00f8\/Glimt.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">The Quarter-Finals: Elite Eight Showdown<\/h3>\n\n\n\n<p>As the field narrows, the margins for error vanish.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Bavarian Supremacy:<\/strong> The momentum continues for <a href=\"https:\/\/www.365scores.com\/en-us\/football\/team\/bayern-munich-331\" target=\"_blank\" rel=\"noreferrer noopener\">Bayern Munich<\/a> as they knock out the tournament kings, <a href=\"https:\/\/www.365scores.com\/en-us\/football\/team\/real-madrid-131\" target=\"_blank\" rel=\"noreferrer noopener\">Real Madrid<\/a>, in a tense battle.<\/li>\n\n\n\n<li><strong>Paris Shines:<\/strong> <a href=\"https:\/\/www.google.com\/search?q=https:\/\/www.365scores.com\/en-us\/football\/team\/paris-saint-germain-480\" target=\"_blank\" rel=\"noreferrer noopener\">PSG<\/a> proves their attacking mettle by dispatching <a href=\"https:\/\/www.365scores.com\/en-us\/football\/team\/liverpool-108\" target=\"_blank\" rel=\"noreferrer noopener\">Liverpool<\/a> 5-2 aggregate , setting up a massive semi-final collision.<\/li>\n\n\n\n<li><strong>La Liga Pride:<\/strong> <a href=\"https:\/\/www.google.com\/search?q=https:\/\/www.365scores.com\/en-us\/football\/team\/barcelona-132\" target=\"_blank\" rel=\"noreferrer noopener\">Barcelona<\/a> handles domestic rivals Atl\u00e9tico Madrid 4-2 aggregate .<\/li>\n\n\n\n<li><strong>Gunners March On:<\/strong> <a href=\"https:\/\/www.365scores.com\/en-us\/football\/team\/arsenal-104\" target=\"_blank\" rel=\"noreferrer noopener\">Arsenal<\/a> confidently ends Sporting CP&#8217;s run.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">The Semi-Finals: Drama at the Death<\/h3>\n\n\n\n<p>Only four teams remain. The pressure is suffocating, and the goals are spectacular.<\/p>\n\n\n\n<p>In a repeat of recent European classics, <a href=\"https:\/\/www.365scores.com\/en-us\/football\/team\/bayern-munich-331\" target=\"_blank\" rel=\"noreferrer noopener\">Bayern Munich<\/a> and <a href=\"https:\/\/www.google.com\/search?q=https:\/\/www.365scores.com\/en-us\/football\/team\/paris-saint-germain-480\" target=\"_blank\" rel=\"noreferrer noopener\">PSG<\/a> trade blows in a stunning 9-goal thriller in both matches. The German giants ultimately survive, punching their ticket to the final with a 5-4 aggregate. On the other side of the bracket, <a href=\"https:\/\/www.google.com\/search?q=https:\/\/www.365scores.com\/en-us\/football\/team\/barcelona-132\" target=\"_blank\" rel=\"noreferrer noopener\">Barcelona<\/a> breaks English hearts, edging out a resilient <a href=\"https:\/\/www.365scores.com\/en-us\/football\/team\/arsenal-104\" target=\"_blank\" rel=\"noreferrer noopener\">Arsenal<\/a> side to secure their spot on the grandest stage.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The Final: Kings of Europe<\/h3>\n\n\n\n<p>The 2026 Champions League Final is a clash of distinct footballing philosophies: the relentless power of <strong>Bayern Munich<\/strong> versus the technical flair of <strong>Barcelona<\/strong>.<\/p>\n\n\n\n<p>However, the prophecy is clear. The Bavarians prove too much for the Catalans to handle. Dominating the pitch when it matters most, <a href=\"https:\/\/www.365scores.com\/en-us\/football\/team\/bayern-munich-331\" target=\"_blank\" rel=\"noreferrer noopener\">Bayern Munich<\/a> secures a decisive 3-1 victory, lifting the Champions League trophy and cementing their status as the undisputed champions of Europe for 2026!<\/p>\n\n\n\n<p>Follow the Champions League Draw \u27a1\ufe0f <a href=\"https:\/\/www.365scores.com\/en-us\/football\/league\/uefa-champions-league-572\">UCL<\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.365scores.com\/news\/wp-content\/uploads\/2025\/07\/GettyImages-2197352696-1024x683.jpg\" alt=\"MUNICH, GERMANY - FEBRUARY 01: Harry Kane of Bayern Munich celebrates scoring his team's third goal during the Bundesliga match between FC Bayern M\u00fcnchen and Holstein Kiel at Allianz Arena on February 01, 2025 in Munich, Germany. \" class=\"wp-image-10421\" srcset=\"https:\/\/www.365scores.com\/news\/wp-content\/uploads\/2025\/07\/GettyImages-2197352696-1024x683.jpg 1024w, https:\/\/www.365scores.com\/news\/wp-content\/uploads\/2025\/07\/GettyImages-2197352696-300x200.jpg 300w, https:\/\/www.365scores.com\/news\/wp-content\/uploads\/2025\/07\/GettyImages-2197352696-768x512.jpg 768w, https:\/\/www.365scores.com\/news\/wp-content\/uploads\/2025\/07\/GettyImages-2197352696-1536x1024.jpg 1536w, https:\/\/www.365scores.com\/news\/wp-content\/uploads\/2025\/07\/GettyImages-2197352696-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">(Photo by Alexander Hassenstein\/Getty Images)<\/figcaption><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>The data is in, the algorithms have crunched the numbers, and the 365Scores Prophecy has mapped out the entire UEFA Champions League knockout bracket. Forget the endless debates and the pundit predictions; here is exactly how the rest of the tournament will unfold, culminating in a historic crowning of the champions of Europe. 365Scores Champions &hellip;<\/p>\n","protected":false},"author":8,"featured_media":16677,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,2509],"tags":[179,1126,2345,309,108,165],"class_list":["post-16596","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-soccer","category-champions-league","tag-bayern-munich","tag-champions-league","tag-champions-league-draw","tag-harry-kane","tag-soccer","tag-uefa","article_type-discover","article_type-template","entity_type-competitor","inspiration-365s-articles"],"_links":{"self":[{"href":"https:\/\/www.365scores.com\/news\/wp-json\/wp\/v2\/posts\/16596","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.365scores.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.365scores.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.365scores.com\/news\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.365scores.com\/news\/wp-json\/wp\/v2\/comments?post=16596"}],"version-history":[{"count":5,"href":"https:\/\/www.365scores.com\/news\/wp-json\/wp\/v2\/posts\/16596\/revisions"}],"predecessor-version":[{"id":16693,"href":"https:\/\/www.365scores.com\/news\/wp-json\/wp\/v2\/posts\/16596\/revisions\/16693"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.365scores.com\/news\/wp-json\/wp\/v2\/media\/16677"}],"wp:attachment":[{"href":"https:\/\/www.365scores.com\/news\/wp-json\/wp\/v2\/media?parent=16596"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.365scores.com\/news\/wp-json\/wp\/v2\/categories?post=16596"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.365scores.com\/news\/wp-json\/wp\/v2\/tags?post=16596"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}