Radio Ciclismo

Pogačar ipoteca il Tour de Suisse alla prima tappa: 70 km in solitaria a Sondrio

di Radiociclismo Reporter

Tadej Pogačar ha fatto saltare il banco già alla prima tappa del Tour de Suisse 2026, attaccando a 70 chilometri dal traguardo e volando in solitaria fino a Sondrio. Il campione del mondo ha regolato Richard Carapaz di 2’14” e Andrea Bagioli di 2’29”, mentre Roglič e Van der Poel hanno perso circa cinque minuti: classifica generale già virtualmente chiusa alla prima delle cinque frazioni.

Tour de Suisse 2026 — Tappa 1 | Pogacar *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --rc-red: #D0021B; --rc-black: #0F0F0F; --rc-white: #FAFAFA; --rc-grey: #2A2A2A; --rc-border: #E2E2E2; --rc-gold: #C8A84B; } body { background: var(--rc-white); color: var(--rc-black); font-family: 'Barlow', sans-serif; font-size: 17px; line-height: 1.7; } .eyebrow-bar { background: var(--rc-red); padding: 7px 24px; display: flex; align-items: center; gap: 10px; } .eyebrow-bar .race-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--rc-white); } .eyebrow-bar .dot { color: rgba(255,255,255,.4); font-size: 10px; } .eyebrow-bar .date-label { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; color: rgba(255,255,255,.92); letter-spacing: .08em; } .hero { background: var(--rc-black); padding: 48px 24px 40px; position: relative; overflow: hidden; } .hero::before { content: '70'; position: absolute; right: -10px; top: -20px; font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 260px; color: rgba(255,255,255,.04); line-height: 1; pointer-events: none; user-select: none; } .hero-inner { max-width: 720px; margin: 0 auto; position: relative; } .stage-tag { display: inline-block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--rc-gold); margin-bottom: 18px; } .hero h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(34px, 7vw, 58px); line-height: 1.05; color: var(--rc-white); margin-bottom: 18px; text-transform: uppercase; } .hero h1 em { font-style: normal; color: var(--rc-red); } .hero-lead { font-size: 18px; line-height: 1.6; color: #FFFFFF; max-width: 620px; border-left: 3px solid var(--rc-red); padding-left: 16px; } .stats-row { background: var(--rc-grey); display: flex; flex-wrap: wrap; justify-content: center; } .stat { flex: 1 1 130px; padding: 18px 20px; text-align: center; border-right: 1px solid rgba(255,255,255,.07); } .stat:last-child { border-right: none; } .stat-value { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 26px; color: var(--rc-white); line-height: 1; display: block; } .stat-label { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: .10em; text-transform: uppercase; color: #CCCCCC; margin-top: 4px; display: block; } .article-body { max-width: 720px; margin: 0 auto; padding: 40px 24px 60px; } .article-body p { margin-bottom: 20px; color: #1a1a1a; } .article-body p:last-child { margin-bottom: 0; } .results-block { background: var(--rc-black); border-radius: 4px; overflow: hidden; margin: 32px 0; } .results-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--rc-gold); padding: 14px 20px 10px; border-bottom: 1px solid rgba(255,255,255,.07); } table { width: 100%; border-collapse: collapse; } thead tr { background: rgba(255,255,255,.04); } thead th { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #CCCCCC; padding: 10px 20px; text-align: left; font-weight: 600; } thead th.right { text-align: right; } tbody tr { border-bottom: 1px solid rgba(255,255,255,.08); transition: background .15s; } tbody tr:hover { background: rgba(255,255,255,.03); } tbody tr:last-child { border-bottom: none; } tbody td { padding: 12px 20px; font-size: 15px; color: var(--rc-white); } td.pos { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 16px; color: #CCCCCC; width: 36px; } td.pos.first { color: var(--rc-gold); } td.name { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 16px; } td.team { color: rgba(255,255,255,.92); font-size: 13px; } td.gap { text-align: right; font-variant-numeric: tabular-nums; color: #FFFFFF; font-size: 14px; } td.gap.leader { color: var(--rc-gold); font-weight: 600; } tr.winner td { background: rgba(200,168,75,.06); } .pull-quote { border-left: 4px solid var(--rc-red); margin: 32px 0; padding: 16px 20px; background: #f5f5f5; } .pull-quote p { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 600; line-height: 1.35; color: var(--rc-black); font-style: italic; } .article-footer { border-top: 1px solid var(--rc-border); max-width: 720px; margin: 0 auto; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; } .footer-brand { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--rc-red); } .footer-meta { font-size: 13px; color: #555; } @media (max-width: 520px) { .hero::before { font-size: 160px; } .stat { flex: 1 1 100px; } thead th, tbody td { padding: 10px 12px; } } Tour de Suisse 2026

Leggi tutti gli articoli di Radio Ciclismo