@font-face { font-family: '365 Sans'; src: url('/wp-content/uploads/fonts/365-Sans-Regular.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: '365 Sans'; src: url('/wp-content/uploads/fonts/365-Sans-Bold.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap; } #scores-article-template { --primary: #3B82F6; --primary-hover: #2563EB; --page-bg: #ffffff; --surface-bg: #ffffff; --card-bg: #ffffff; --border: #F3F4F6; --text: #111827; --muted: #4B5563; --soft: #F3F4F6; --soft-hover: #E5E7EB; --shadow: rgba(15, 23, 42, 0.12); --overlay: rgba(0, 0, 0, 0.52); font-family: '365 Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important; background: var(--page-bg) !important; color: var(--text) !important; min-height: 100vh !important; scroll-behavior: smooth; position: relative; z-index: 1; line-height: 1.5; } #scores-article-template.scores-dark { --page-bg: #020617; --surface-bg: #0F172A; --card-bg: #111827; --border: #1F2937; --text: #F9FAFB; --muted: #D1D5DB; --soft: #1F2937; --soft-hover: #374151; --shadow: rgba(0, 0, 0, 0.42); --overlay: rgba(0, 0, 0, 0.75); } #scores-article-template * { box-sizing: border-box !important; } #scores-article-template .scores-header { position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; z-index: 99999 !important; background: var(--surface-bg); border-bottom: 1px solid var(--border); box-shadow: 0 2px 10px var(--shadow); } button.scores-next-button { width: 145px; background-color: #3b82f6; color: white; border-radius: 15px; margin-top: 30px; min-height: 40px; } .scores-header-inner { max-width: 1280px; margin: 0 auto; padding: 14px 16px; display: flex; align-items: center; gap: 16px; } .scores-nav { display: flex; gap: 8px; overflow-x: auto; flex: 1; scrollbar-width: none; } .scores-nav::-webkit-scrollbar { display: none; } .scores-nav-button { min-width: 40px; height: 40px; padding: 0 13px; border-radius: 999px; background: var(--soft); color: var(--muted); font-weight: 600; border: none; cursor: pointer; white-space: nowrap; transition: none; } .scores-nav-button.is-active { background: var(--primary); color: #fff !important; } .scores-hero { min-height: 72vh; position: relative; display: flex; align-items: center; justify-content: center; padding: 112px 16px 52px; text-align: left; color: #fff !important; background-color: #020617; overflow: hidden; } .scores-hero::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(2, 6, 23, 0.50) 0%, rgba(2, 6, 23, 0.28) 46%, rgba(2, 6, 23, 0.58) 100%); } .scores-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 28%; z-index: 0; opacity: 1; transform: scale(1.02); overflow: hidden; } .scores-hero-bg-img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; } .scores-hero-content { position: relative; z-index: 2; width: 100%; max-width: 1180px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr); gap: 34px; align-items: center; } .scores-hero-text { min-width: 0; } .scores-hero-kicker { display: inline-flex; align-items: center; width: max-content; max-width: 100%; margin-bottom: 14px; padding: 7px 12px; border-radius: 999px; background: rgba(59, 130, 246, 0.24); border: 1px solid rgba(147, 197, 253, 0.5); color: #DBEAFE !important; font-size: 12px; font-weight: 800; line-height: 1; letter-spacing: 0.08em; text-transform: uppercase; } .scores-hero-title { font-size: clamp(34px, 6.8vw, 68px) !important; font-weight: 800; margin: 0 0 14px; color: #fff !important; line-height: 1.05 !important; text-wrap: balance; } .scores-hero-subtitle { margin: 0 0 18px; font-size: clamp(18px, 2.3vw, 24px); font-weight: 700!important; color: #fff !important; text-shadow: 0 0 20px rgba(59, 130, 246, 0.85), 0 2px 10px rgba(0, 0, 0, 0.5); } .scores-hero-copy p { max-width: 720px; margin: 0; color: #E5E7EB !important; font-size: clamp(16px, 1.9vw, 19px); line-height: 1.65; } .scores-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; } .scores-start-button, .scores-hero-secondary-button { min-height: 46px; padding: 12px 24px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; cursor: pointer; line-height: 1; } .scores-start-button { background: var(--primary); color: #fff !important; box-shadow: 0 12px 24px rgba(37, 99, 235, 0.32); } .scores-hero-secondary-button { background: rgba(255, 255, 255, 0.12); color: #fff !important; border-color: rgba(255, 255, 255, 0.26); } .scores-hero-preview { width: 100%; padding: 18px; border-radius: 24px; background: rgba(15, 23, 42, 0.72); border: 1px solid rgba(255, 255, 255, 0.18); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34); backdrop-filter: blur(12px); } .scores-hero-preview-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; color: #DBEAFE !important; } .scores-hero-preview-head span { font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; } .scores-hero-preview-head strong { color: #fff !important; font-size: 13px; font-weight: 800; white-space: nowrap; } .scores-hero-preview-list { display: grid; gap: 10px; } .scores-hero-preview-item { width: 100%; display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 12px; align-items: center; padding: 10px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 16px; background: rgba(2, 6, 23, 0.56); color: #fff !important; text-align: left; cursor: pointer; } .scores-hero-preview-item:hover { background: rgba(59, 130, 246, 0.22); } .scores-hero-preview-thumb, .scores-hero-preview-rank-chip { width: 58px; height: 48px; border-radius: 12px; overflow: hidden; background: rgba(59, 130, 246, 0.26); } .scores-hero-preview-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block; } .scores-hero-preview-rank-chip { display: flex; align-items: center; justify-content: center; color: #fff !important; font-weight: 800; font-size: 18px; } .scores-hero-preview-text { min-width: 0; display: grid; gap: 3px; } .scores-hero-preview-rankline { color: #93C5FD !important; font-size: 12px; font-weight: 800; line-height: 1.1; } .scores-hero-preview-name { color: #fff !important; font-size: 15px; font-weight: 800; line-height: 1.2; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } @media (max-width: 760px) { .scores-hero { min-height: auto; padding: 96px 14px 34px; } .scores-hero::after { background: linear-gradient(180deg, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.84) 54%, rgba(2, 6, 23, 0.96) 100%); } .scores-hero-bg { opacity: 0.36; background-position: center top; } .scores-hero-content { grid-template-columns: 1fr; gap: 22px; } .scores-hero-title { font-size: clamp(30px, 9vw, 46px) !important; } .scores-hero-subtitle { font-size: 18px; margin-bottom: 14px; } .scores-hero-actions { gap: 10px; margin-top: 20px; } .scores-start-button, .scores-hero-secondary-button { flex: 1 1 150px; padding-left: 16px; padding-right: 16px; } .scores-hero-preview { padding: 14px; border-radius: 20px; } .scores-hero-preview-item { grid-template-columns: 52px minmax(0, 1fr); padding: 9px; } .scores-hero-preview-thumb, .scores-hero-preview-rank-chip { width: 52px; height: 44px; } .scores-hero-preview-name { font-size: 14px; } .scores-hero-preview-item:nth-child(n+4) { display: none; } } .scores-section-shell { min-height: 100vh; scroll-margin-top: 80px; } .scores-card { max-width: 800px; margin: 90px auto; background: var(--card-bg); border-radius: 24px; border: 1px solid var(--border); box-shadow: 0 10px 30px var(--shadow); overflow: hidden; } .scores-card-header { padding: 30px 30px 12px; border-bottom: 0; } .scores-card-header h2 { margin: 0; font-size: 28px; font-weight: 800; } .scores-card-body { padding: 10px 30px 30px; color: var(--muted); font-size: 18px; line-height: 1.7; } .scores-card-body > p:first-child { margin-top: 0; } .scores-image-wrap { width: 100%; height: 250px; background: #eee; margin: 20px 0; border-radius: 12px; overflow: hidden; } .scores-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: var(--image-position, center 22%); } .scores-stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: 25px; align-items: stretch; } .scores-stats-grid.is-empty { display: none; } .scores-stats-count-1 { grid-template-columns: minmax(0, 260px); justify-content: center; } .scores-stats-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .scores-stats-count-3 .scores-stat:last-child { grid-column: 1 / -1; justify-self: center; width: min(100%, 260px); } .scores-stat { min-width: 0; padding: 18px 12px; background: var(--soft); border-radius: 16px; text-align: center; border: 1px solid var(--border); display: flex; flex-direction: column; align-items: center; justify-content: center; } .scores-stat-icon { width: 32px; height: 32px; margin: 0 auto 10px; color: var(--primary); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; } .scores-stat-icon img { width: 100%; height: 100%; object-fit: contain; } .scores-stat.no-icon .scores-stat-value { margin-top: 0; } .scores-stat-value { font-size: 24px; font-weight: 800; color: var(--text); line-height: 1.15; margin-bottom: 4px; overflow-wrap: anywhere; } .scores-stat-label { font-size: 11px; color: var(--muted); text-transform: uppercase; font-weight: 700; letter-spacing: 0.05em; line-height: 1.3; } @media (max-width: 599px) { .scores-card { margin: 56px 12px; border-radius: 20px; } .scores-card-header { padding: 22px 18px 14px; } .scores-card-header h2 { font-size: 24px; line-height: 1.2; } .scores-card-body { padding: 8px 18px 24px; font-size: 16px; line-height: 1.65; } .scores-image-wrap { height: 230px; margin: 18px 0; } .scores-stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 22px; } .scores-stats-count-1 { grid-template-columns: minmax(0, 1fr); } .scores-stats-count-3 .scores-stat:last-child { grid-column: 1 / -1; justify-self: center; width: min(100%, 260px); } .scores-stat { min-height: 118px; padding: 14px 10px; } .scores-stat-icon { width: 28px; height: 28px; margin-bottom: 8px; } .scores-stat-value { font-size: 20px; line-height: 1.15; } .scores-stat-label { font-size: 10px; line-height: 1.3; } button.scores-next-button { width: 100%; margin-top: 24px; } } @media (min-width: 600px) { .scores-stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .scores-stats-count-1 { grid-template-columns: minmax(0, 260px); justify-content: center; } .scores-stats-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 520px; margin-left: auto; margin-right: auto; } .scores-stats-count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 690px; margin-left: auto; margin-right: auto; } .scores-stats-count-3 .scores-stat:last-child { grid-column: auto; justify-self: stretch; width: auto; } .scores-stats-count-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: none; } .scores-image-wrap { height: 400px; } } .scores-icon-button { background: var(--soft); border: none; width: 40px; height: 40px; border-radius: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--text); } .scores-toc-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 300px; background: var(--surface-bg); z-index: 100000; transform: translateX(100%); transition: transform 0.3s ease; padding: 20px; box-shadow: -5px 0 15px var(--shadow); overflow-y: auto; } .scores-toc-drawer.is-open { transform: translateX(0); } .scores-toc-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 99999; display: none; } .scores-toc-overlay.is-open { display: block; } .scores-hero-first-item { width: 100%; padding: 18px; border-radius: 24px; background: rgba(15, 23, 42, 0.78); border: 1px solid rgba(255, 255, 255, 0.18); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34); backdrop-filter: blur(12px); color: #fff !important; } .scores-hero-first-kicker { display: inline-flex; margin-bottom: 10px; padding: 6px 10px; border-radius: 999px; background: rgba(59, 130, 246, 0.26); color: #DBEAFE !important; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; } .scores-hero-first-title { margin: 0 0 12px; color: #fff !important; font-size: clamp(22px, 3vw, 32px); font-weight: 800; line-height: 1.12; } .scores-hero-first-image { width: 100%; height: 230px; margin: 12px 0 14px; border-radius: 18px; overflow: hidden; background: rgba(255,255,255,0.1); } .scores-hero-first-image img { width: 100%; height: 100%; object-fit: cover; object-position: var(--image-position, center 22%); display: block; } .scores-hero-first-copy { display: grid; gap: 10px; } .scores-hero-first-copy p { margin: 0; color: #E5E7EB !important; font-size: 15px; line-height: 1.55; } .scores-hero-first-copy p:nth-child(2) { color: #CBD5E1 !important; } .scores-hero-first-actions { margin-top: 16px; display: flex; gap: 10px; flex-wrap: wrap; } .scores-hero-first-actions .scores-next-button { margin-top: 0; } @media (max-width: 760px) { .scores-hero-first-item { padding: 14px; border-radius: 20px; } .scores-hero-first-image { height: 190px; border-radius: 16px; } .scores-hero-first-title { font-size: 23px; } .scores-hero-first-copy p { font-size: 14px; line-height: 1.5; } } /* Traditional first-item landing variant */ .scores-hero { min-height: auto; align-items: flex-start; justify-content: center; padding: 104px 16px 56px; text-align: center; } .scores-hero::after { background: linear-gradient(180deg, rgba(2, 6, 23, 0.62) 0%, rgba(2, 6, 23, 0.50) 45%, rgba(2, 6, 23, 0.72) 100%); } .scores-hero-bg { opacity: 1; background-position: center top; } .scores-hero-bg-img { opacity: 1; filter: brightness(0.68); } .scores-hero-content { max-width: 860px; display: flex; flex-direction: column; gap: 20px; align-items: stretch; } .scores-hero-text { text-align: center; } .scores-hero-kicker { margin-left: auto; margin-right: auto; margin-bottom: 12px; } .scores-hero-title { max-width: 820px; margin: 0 auto 12px; font-size: clamp(30px, 5.2vw, 54px) !important; line-height: 1.08 !important; } .scores-hero-copy p { max-width: 760px; margin: 0 auto; font-size: clamp(15px, 1.7vw, 18px); line-height: 1.55; } .scores-hero-actions { justify-content: center; margin-top: 2px; } .scores-hero-first-item { width: 100%; padding: 0; border-radius: 24px; background: var(--card-bg); border: 1px solid var(--border); box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28); backdrop-filter: none; color: var(--text) !important; overflow: hidden; text-align: left; } .scores-hero-first-kicker { margin: 28px 30px 8px; background: rgba(59, 130, 246, 0.12); color: var(--primary) !important; } .scores-hero-first-title { margin: 0 30px 10px; color: var(--text) !important; font-size: clamp(23px, 3.2vw, 32px); line-height: 1.16; } .scores-hero-first-copy { display: block; padding: 0 30px; } .scores-hero-first-copy p { margin: 0 0 16px; color: var(--muted) !important; font-size: 17px; line-height: 1.65; } .scores-hero-first-copy p:nth-child(2) { color: var(--muted) !important; } .scores-hero-first-image { width: auto; height: 360px; margin: 16px 30px 18px; border-radius: 16px; background: #E5E7EB; } .scores-hero-first-actions { margin: 18px 30px 30px; } @media (max-width: 760px) { .scores-hero { padding: 82px 12px 28px; } .scores-hero-bg { background-position: center 14%; } .scores-hero-bg-img { object-position: center 14%; filter: brightness(0.62); } .scores-hero-content { gap: 14px; } .scores-hero-title { font-size: clamp(25px, 7.6vw, 36px) !important; } .scores-hero-copy p { font-size: 15px; line-height: 1.5; } .scores-hero-first-item { border-radius: 20px; } .scores-hero-first-kicker { margin: 20px 18px 8px; } .scores-hero-first-title { margin: 0 18px 10px; font-size: 22px; line-height: 1.18; } .scores-hero-first-copy { padding: 0 18px; } .scores-hero-first-copy p { font-size: 15px; line-height: 1.55; margin-bottom: 14px; } .scores-hero-first-image { height: 210px; margin: 14px 18px 16px; border-radius: 14px; } .scores-hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; } .scores-start-button, .scores-hero-secondary-button { width: 100%; } } /* Align the featured landing item title with the regular article-card layout */ .scores-hero-first-title { display: block !important; margin: 0 0 10px !important; padding: 0 30px !important; width: 100% !important; box-sizing: border-box !important; } .scores-hero-first-copy { padding-left: 30px !important; padding-right: 30px !important; } @media (max-width: 599px) { .scores-hero { padding: 78px 10px 24px; } .scores-hero-bg { background-position: center 12%; } .scores-hero-bg-img { object-position: center 12%; filter: brightness(0.58); } .scores-hero-first-kicker { margin: 20px 18px 8px !important; } .scores-hero-first-title { padding-left: 18px !important; padding-right: 18px !important; margin-bottom: 10px !important; font-size: 22px !important; line-height: 1.18 !important; } .scores-hero-first-copy { padding-left: 18px !important; padding-right: 18px !important; } } ☰ Continuar Lendo Índice × let scoresProgrammaticScroll = false; let scoresScrollSettleTimer = null; let scoresProgrammaticFallbackTimer = null; function setActiveNavButton(id) { const activeId = String(id); const nav = document.getElementById('js-nav'); if (!nav) return; nav.querySelectorAll('.scores-nav-button').forEach(button => { button.classList.toggle('is-active', button.dataset.articleId === activeId || button.textContent.trim() === activeId); }); } function finishProgrammaticScroll() { scoresProgrammaticScroll = false; if (scoresScrollSettleTimer) window.clearTimeout(scoresScrollSettleTimer); if (scoresProgrammaticFallbackTimer) window.clearTimeout(scoresProgrammaticFallbackTimer); scoresScrollSettleTimer = null; scoresProgrammaticFallbackTimer = null; } window.addEventListener('scroll', function() { if (!scoresProgrammaticScroll) return; if (scoresScrollSettleTimer) window.clearTimeout(scoresScrollSettleTimer); scoresScrollSettleTimer = window.setTimeout(finishProgrammaticScroll, 180); }, { passive: true }); function scrollToSection(id) { scoresProgrammaticScroll = true; setActiveNavButton(id); if (scoresProgrammaticFallbackTimer) window.clearTimeout(scoresProgrammaticFallbackTimer); scoresProgrammaticFallbackTimer = window.setTimeout(finishProgrammaticScroll, 2200); const el = document.getElementById(`article-item-${id}`); if (el) { const offset = 80; const bodyRect = document.body.getBoundingClientRect().top; const elementRect = el.getBoundingClientRect().top; const elementPosition = elementRect - bodyRect; const offsetPosition = elementPosition - offset; window.scrollTo({ top: offsetPosition, behavior: 'smooth' }); } } document.addEventListener('DOMContentLoaded', function() { const data = { "logo": "A", "hero": { "title": "O ranking dos maiores camisas 9 da história da Argentina", "subtitle": "", "img": "https://imagescache.365scores.com/image/upload/c_limit,q_auto:eco/Magazines/ENG-magazine/World_Cup_26/argentina9/GettyImages-batistuta", "copy": "Para celebrar o 9 de julho, Dia da Independência da Argentina, listamos os maiores atacantes modernos da Argentina. O ranking acompanha os letais homens de frente da Albiceleste, analisando como os gigantes físicos e tradicionais dos anos 1990 evoluíram gradualmente para as máquinas de pressão ágeis e implacáveis do esquadrão dominante de hoje." }, "items": [ { "id": 9, "name": "Javier Saviola", "img": "https://imagescache.365scores.com/image/upload/c_limit,q_auto:eco/Magazines/ENG-magazine/World_Cup_26/argentina9/GettyImages-Saviola", "imagePosition": "center 22%", "textTop": "Surgindo no cenário mundial como um prodígio adolescente excepcionalmente talentoso, Javier Saviola combinou uma aceleração ultrarrápida com um centro de gravidade notavelmente baixo para aterrorizar defesas implacáveis. Sua proeminência internacional atingiu o ápice durante suas campanhas de base historicamente brilhantes, mas ele fez uma transição tranquila para a equipe principal da Albiceleste, oferecendo uma ameaça de ataque criativa e móvel tanto na Copa América de 2004 quanto na Copa do Mundo de 2006.", "textBottom": "Saviola atuou como um segundo atacante ágil em vez de um tradicional homem de referência físico. Embora sua carreira internacional sênior tenha sido mais curta do que a de outros nesta lista, seu jogo de combinação intrincado exemplificou como a movimentação fluida poderia desmantelar defesas europeias rígidas. Ele se classifica aqui como uma vanguarda técnica e brilhante de sua era.", "stats": [ { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/225", "value": "5", "label": "Assistências" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/Athletes/StatisticTypesLight/5", "value": "39", "label": "Jogos" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/226", "value": "11", "label": "Gols" } ] }, { "id": 8, "name": "Diego Milito", "img": "https://imagescache.365scores.com/image/upload/c_limit,q_auto:eco/Magazines/ENG-magazine/World_Cup_26/argentina9/GettyImages-milito", "imagePosition": "center 22%", "textTop": "Diego Milito foi um centroavante notavelmente inteligente, cuja movimentação sublime e eficiência fria dentro da grande área definiram sua carreira de elite em clubes. Embora tenha alcançado o monumental sucesso da Tríplice Coroa na Europa com a Inter de Milão, suas oportunidades na seleção nacional foram frequentemente limitadas por uma geração extraordinária de atacantes concorrentes.", "textBottom": "Carinhosamente conhecido como \"El Príncipe\", Milito confiava em sutis fintas de corpo e corridas nas costas da defesa para enganar constantemente os zagueiros. Sua capacidade tática de proteger a bola e colocar os meio-campistas criativos no jogo era altamente avançada, mas ele acumulou apenas quatro gols internacionais. Sua posição no ranking reflete essa escassa produção internacional, apesar de suas características técnicas de classe mundial.", "stats": [ { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/225", "value": "2", "label": "Assistências" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/Athletes/StatisticTypesLight/5", "value": "25", "label": "Jogos" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/226", "value": "4", "label": "Gols" } ] }, { "id": 7, "name": "Martín Palermo", "img": "https://imagescache.365scores.com/image/upload/c_limit,q_auto:eco/Magazines/ENG-magazine/World_Cup_26/argentina9/GettyImages-palermo", "imagePosition": "center 22%", "textTop": "Martín Palermo foi um atacante pouco ortodoxo e profundamente passional que desafiou os métodos tradicionais de treinamento europeus por meio de uma intuição artilheira pura e poder físico bruto. Reverenciado como o maior artilheiro do Boca Juniors, sua passagem pela seleção nacional foi marcada por um drama incrível, cujo momento mais famoso foi o lendário gol da vitória aos 48 minutos do segundo tempo, sob forte chuva e sob o comando de Diego Maradona, para salvar a classificação para a Copa do Mundo.", "textBottom": "Taticamente, \"El Loco\" foi o homem de referência aéreo definitivo e um oportunista implacável na grande área. Ele ofereceu à seleção nacional uma dimensão tática completamente diferente quando as linhas de passe refinadas estavam totalmente congestionadas. Embora ocupe a sétima posição devido ao número limitado de convocações, sua incrível média de gols por jogo e seus momentos decisivos consolidam seu status no folclore do futebol.", "stats": [ { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/225", "value": "1", "label": "Assistências" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/Athletes/StatisticTypesLight/5", "value": "15", "label": "Jogos" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/226", "value": "9", "label": "Gols" } ] }, { "id": 6, "name": "Gonzalo Higuaín", "img": "https://imagescache.365scores.com/image/upload/c_limit,q_auto:eco/Magazines/ENG-magazine/World_Cup_26/argentina9/GettyImages-Higuain", "imagePosition": "center 22%", "textTop": "Gonzalo Higuaín foi um atacante clínico e inteligente, que se destacou em esticar as linhas defensivas e ligar as jogadas de meio-campo ao ataque. Sua prolífica carreira em clubes como Real Madrid, Napoli e Juventus se traduziu diretamente em uma taxa de gols altamente consistente pela seleção nacional. Ele liderou o ataque durante três finais consecutivas de grandes torneios.", "textBottom": "Em vez de permanecer estático, Higuaín se movimentava lateralmente pelos canais, criando espaços cruciais para os pontas de apoio. Embora os erros em jogos de grande visibilidade tenham injustamente obscurecido seu legado internacional, sua disciplina tática foi vital para o equilíbrio ofensivo da Argentina. Ele ocupa a sexta posição como um atacante de elite e moderno, que marcou trinta e um gols nos maiores palcos.", "stats": [ { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/225", "value": "14", "label": "Assistências" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/Athletes/StatisticTypesLight/5", "value": "75", "label": "Jogos" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/226", "value": "31", "label": "Gols" } ] }, { "id": 5, "name": "Lautaro Martínez", "img": "https://imagescache.365scores.com/image/upload/c_limit,q_auto:eco/Magazines/ENG-magazine/World_Cup_26/argentina9/GettyImages-martinez", "imagePosition": "center 22%", "textTop": "Lautaro Martínez é a quintessência do centroavante moderno, combinando duelos físicos agressivos com uma execução de elite e clínica dentro da grande área. Como capitão inspirador da Inter de Milão, \"El Toro\" traduziu com sucesso sua forma nacional dominante em conquistas internacionais, marcando gols cruciais para guiar a Argentina a títulos consecutivos da Copa América e uma Copa do Mundo.", "textBottom": "Martínez representa a vanguarda da alta pressão moderna sob o comando de Lionel Scaloni. Sua taxa de trabalho incansável e gatilhos de pressão defensiva interrompem a construção de jogadas dos adversários, enquanto sua presença física abre espaços para Lionel Messi. Sua alta classificação é justificada por sua atuação como Chuteira de Ouro na Copa América de 2024 e seu papel central nesta era de ouro.", "stats": [ { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/225", "value": "8", "label": "Assistências" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/Athletes/StatisticTypesLight/5", "value": "82", "label": "Jogos" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/226", "value": "38", "label": "Gols" } ] }, { "id": 4, "name": "Julián Álvarez", "img": "https://imagescache.365scores.com/image/upload/c_limit,q_auto:eco/Magazines/ENG-magazine/World_Cup_26/argentina9/GettyImages-julian", "imagePosition": "center 22%", "textTop": "Julián Álvarez surgiu como uma revelação tática no cenário internacional através de sua energia infinita e jogo de ataque versátil. Após subir pelas categorias de base do River Plate, sua atuação de destaque na Copa do Mundo de 2022 no Catar o viu marcar quatro gols críticos para impulsionar a Albiceleste rumo à coroa máxima.", "textBottom": "Apelidado de \"La Araña\", Álvarez é indiscutivelmente o melhor atacante defensivo do futebol global. Seu contra-ataque implacável e suas corridas sem bola absorvem diretamente a carga de trabalho defensiva, permitindo que Lionel Messi conserve uma energia valiosa. Ele ocupa a quarta posição devido à sua flexibilidade tática inigualável e rápida aquisição de grandes honras internacionais.", "stats": [ { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/225", "value": "5", "label": "Assistências" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/Athletes/StatisticTypesLight/5", "value": "55", "label": "Jogos" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/226", "value": "14", "label": "Gols" } ] }, { "id": 3, "name": "Sergio Agüero", "img": "https://imagescache.365scores.com/image/upload/c_limit,q_auto:eco/Magazines/ENG-magazine/World_Cup_26/argentina9/GettyImages-aguero", "imagePosition": "center 22%", "textTop": "Sergio Agüero foi um atacante fenomenalmente talentoso e de baixo centro de gravidade que combinava aceleração explosiva com precisão clínica em espaços curtos. Uma figura lendária que se tornou o maior artilheiro de todos os tempos do Manchester City, Agüero desfrutou de uma carreira internacional altamente produtiva, marcando gols vitais de forma consistente em três Copas do Mundo diferentes e cinco campanhas de Copa América.", "textBottom": "Sua compreensão inata e química em campo com Lionel Messi fizeram dele um elemento fundamental do ataque da seleção nacional por mais de uma década. Embora lesões ocasionalmente tenham interrompido seu momento em torneios, Agüero ainda se aposentou como o terceiro maior artilheiro da história da Argentina. Ele ocupa o terceiro lugar como uma verdadeira lenda do futebol internacional moderno.", "stats": [ { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/225", "value": "19", "label": "Assistências" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/Athletes/StatisticTypesLight/5", "value": "101", "label": "Jogos" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/226", "value": "41", "label": "Gols" } ] }, { "id": 2, "name": "Hernán Crespo", "img": "https://imagescache.365scores.com/image/upload/c_limit,q_auto:eco/Magazines/ENG-magazine/World_Cup_26/argentina9/GettyImages-crespo", "imagePosition": "center 22%", "textTop": "Hernán Crespo foi um atacante brilhantemente elegante e prolífico que dominou a arte da movimentação na grande área e finalizações acrobáticas. Reconhecido por sua habilidade excepcional de cabeceio e posicionamento clínico, Crespo liderou o ataque consistentemente com imensa distinção, entregando atuações notáveis nas campanhas das Copas do Mundo de 1998 e 2006.", "textBottom": "Crespo representou uma transição para um atacante altamente técnico que podia recuar para conectar o jogo em sistemas baseados em posse de bola. Detentor de uma média de gols internacional de elite de mais de um gol a cada dois jogos, sua consistência ao longo de doze anos de carreira internacional foi verdadeiramente de classe mundial. Ele se posiciona confortavelmente em segundo lugar como um dos maiores atacantes da Argentina de todos os tempos.", "stats": [ { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/225", "value": "6", "label": "Assistências" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/Athletes/StatisticTypesLight/5", "value": "64", "label": "Jogos" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/226", "value": "35", "label": "Gols" } ] }, { "id": 1, "name": "Gabriel Batistuta", "img": "https://imagescache.365scores.com/image/upload/c_limit,q_auto:eco/Magazines/ENG-magazine/World_Cup_26/argentina9/GettyImages-batistuta", "imagePosition": "center 22%", "textTop": "Gabriel Batistuta continua sendo o arquétipo definitivo do centroavante explosivo e potente na história do futebol mundial. Abençoado com uma velocidade de chute aterrorizante e domínio físico absoluto, \"Batigol\" intimidou implacavelmente defesas de classe mundial, marcando os famosos hat-tricks em duas Copas do Mundo diferentes e liderando a nação a triunfos consecutivos na Copa América.", "textBottom": "O legado histórico de Batistuta é definido por um incrível recorde de gols internacionais de cinquenta e seis gols em apenas setenta e oito partidas. Sua presença estruturou todos os sistemas de ataque diretos e verticais de Marcelo Bielsa e Alfio Basile. Ele merece reivindicar o primeiro lugar como o mais devastador, temido e icônico Camisa 9 da história da Argentina.", "stats": [ { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/225", "value": "12", "label": "Assistências" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/Athletes/StatisticTypesLight/5", "value": "78", "label": "Jogos" }, { "icon": "https://imagescache.365scores.com/image/upload/w_105,h_105,c_limit,f_webp,q_auto:eco,/v202615/NewBrand25/SportTypes/StatisticTypes/light/226", "value": "56", "label": "Gols" } ] } ] }; const nav = document.getElementById('js-nav'); const sections = document.getElementById('js-sections'); const tocList = document.getElementById('js-toc-list'); // Init Hero document.getElementById('js-hero-title').textContent = data.hero.title; const heroBg = document.getElementById('js-hero-bg'); const heroImg = document.getElementById('js-hero-img'); if (heroBg) heroBg.style.backgroundImage = data.hero.img ? `url("${data.hero.img}")` : 'none'; if (heroImg) { if (data.hero.img) { heroImg.src = data.hero.img; heroImg.style.display = 'block'; } else { heroImg.removeAttribute('src'); heroImg.style.display = 'none'; } } document.getElementById('js-hero-copy').innerHTML = data.hero.copy ? `${data.hero.copy}` : ''; const heroSection = document.querySelector('.scores-hero'); const firstItem = data.items && data.items.length ? data.items[0] : null; if (heroSection && firstItem) heroSection.id = `article-item-${firstItem.id}`; const heroFirstItem = document.getElementById('js-hero-first-item'); if (heroFirstItem) { if (firstItem) { const secondItem = data.items[1] || null; const visibleStats = (firstItem.stats || []).filter(s => s && ( String(s.icon || '').trim() || String(s.value || '').trim() || String(s.label || '').trim() )); const statsHtml = visibleStats.map(s => { const hasIcon = Boolean(String(s.icon || '').trim()); const iconHtml = hasIcon ? `` : ''; return ` ${iconHtml} ${s.value || ''} ${s.label || ''} `; }).join(''); heroFirstItem.innerHTML = ` ${firstItem.id}. ${firstItem.name || ''} ${firstItem.textTop ? `${firstItem.textTop}` : ''} ${firstItem.img ? `` : ''} ${firstItem.textBottom ? `${firstItem.textBottom}` : ''} ${visibleStats.length ? `${statsHtml}` : ''} `; } else { heroFirstItem.style.display = 'none'; } } // Build article items data.items.forEach((d, index) => { const nextDriver = data.items[index + 1]; const nextId = nextDriver ? nextDriver.id : null; // Nav button const btn = document.createElement('button'); btn.className = 'scores-nav-button'; btn.textContent = d.id; btn.dataset.articleId = String(d.id); btn.onclick = () => scrollToSection(d.id); nav.appendChild(btn); // ToC entry const tocBtn = document.createElement('button'); tocBtn.style = 'display:block; width:100%; text-align:left; padding:12px; margin-bottom:8px; border:none; background:var(--soft); cursor:pointer; border-radius:12px; font-weight:700; color:var(--text);'; tocBtn.textContent = `${d.id}. ${d.name}`; tocBtn.onclick = () => { scrollToSection(d.id); toggleToC(false); }; tocList.appendChild(tocBtn); if (index === 0) return; // Stats HTML const visibleStats = (d.stats || []).filter(s => s && ( String(s.icon || '').trim() || String(s.value || '').trim() || String(s.label || '').trim() )); const statsHtml = visibleStats.map(s => { const hasIcon = Boolean(String(s.icon || '').trim()); const iconHtml = hasIcon ? `` : ''; return ` ${iconHtml} ${s.value || ''} ${s.label || ''} `; }).join(''); // Card const sect = document.createElement('section'); sect.className = 'scores-section-shell'; sect.id = `article-item-${d.id}`; sect.innerHTML = ` ${d.id}. ${d.name} ${d.textTop} ${d.img ? `` : ''} ${d.textBottom} ${visibleStats.length ? `${statsHtml}` : ''} ${nextId ? `Próximo ›` : ''} `; sections.appendChild(sect); }); // ToC controls function toggleToC(open) { document.getElementById('js-toc-drawer').classList.toggle('is-open', open); document.getElementById('js-toc-overlay').classList.toggle('is-open', open); } document.getElementById('js-toc-open').onclick = () => toggleToC(true); document.getElementById('js-toc-close').onclick = () => toggleToC(false); document.getElementById('js-toc-overlay').onclick = () => toggleToC(false); document.getElementById('js-start').onclick = () => { if (data.items.length > 1) scrollToSection(data.items[1].id); else if (data.items.length) scrollToSection(data.items[0].id); }; // Active nav highlight for manual scrolling only. Clicks set the active state immediately. const observer = new IntersectionObserver((entries) => { if (scoresProgrammaticScroll) return; entries.forEach(entry => { if (entry.isIntersecting) { const id = entry.target.id.replace('article-item-', ''); setActiveNavButton(id); } }); }, { rootMargin: '-20% 0px -70% 0px' }); const observedHero = document.querySelector('.scores-hero[id^="article-item-"]'); if (observedHero) observer.observe(observedHero); document.querySelectorAll('.scores-section-shell').forEach(s => observer.observe(s)); });