<link href="https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=IBM+Plex+Mono:wght@400;500&family=Lora:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">

<style>

    #esc-article-wrapper \* { box-sizing: border-box; margin: 0; padding: 0; }

    #esc-article-wrapper { --red: #E8462A; --gold: #D4A853; --ink: #0E0C0B; --paper2: #EDE7D9; --border: rgba(14,12,11,0.15); }

    /\* Header Styles \*/

    .esc-hero { background: #1C1916; color: #F5F0E8; padding: 40px 20px; text-align: center; border-bottom: 4px solid var(--red); }

    .esc-event-tag { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: var(--gold); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; display: block; }

    .esc-title { font-family: 'Syne', sans-serif; font-size: 32px; font-weight: 800; line-height: 1.1; margin-bottom: 10px; }

    .esc-vs { color: var(--red); }

    /\* Score & Probability \*/

    .esc-match-box { background: var(--ink); color: #F5F0E8; padding: 25px; display: flex; justify-content: space-around; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.1); }

    .esc-team-name { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 700; }

    .esc-prob-bar { max-width: 600px; margin: 20px auto; background: rgba(255,255,255,0.1); height: 10px; border-radius: 5px; overflow: hidden; display: flex; }

    /\* Article Body \*/

    .esc-content { max-width: 800px; margin: 0 auto; padding: 40px 20px; font-size: 17px; background: #F5F0E8; }

    .esc-section-title { font-family: 'Syne', sans-serif; font-size: 24px; border-bottom: 2px solid var(--border); margin: 30px 0 15px; padding-bottom: 5px; }

    /\* Roster Table \*/

    .esc-roster-table { width: 100%; border-collapse: collapse; margin-bottom: 25px; }

    .esc-roster-table td { padding: 10px; border: 1px solid var(--border); font-size: 14px; background: white; }

    .esc-roster-header { background: var(--paper2); font-weight: bold; font-family: 'IBM Plex Mono', monospace; }

    /\* Prediction/Result Box \*/

    .esc-verdict { background: #1C1916; color: white; padding: 30px; border-radius: 4px; border-left: 5px solid #16A34A; margin-top: 40px; }

    .esc-verdict-title { font-family: 'Syne', sans-serif; font-size: 22px; margin-bottom: 10px; color: #4ADE80; }

</style>

<header class="esc-hero">

    <span class="esc-event-tag">VCT 2026 China Stage 1 โ€ข Group Alpha</span>

    <h1 class="esc-title">Titan <span class="esc-vs">VS</span> All Gamers</h1>

    <p style="font-family: 'IBM Plex Mono'; font-size: 12px; opacity: 0.7;">Scheduled: March 31, 2026 โ€ข 5:00 AM EDT</p>

</header>

<div class="esc-match-box">

    <div class="esc-team-name" style="color: #60A5FA;">TEC</div>

    <div style="font-family: 'Syne'; font-size: 24px; font-weight: 800; color: var(--red);">BO3</div>

    <div class="esc-team-name" style="color: #4ADE80;">AG</div>

</div>

<div class="esc-content">

    <div class="esc-prob-bar">

        <div style="width: 32%; background: #2563EB;"></div> <div style="width: 68%; background: #16A34A;"></div> </div>

    <p style="text-align: center; font-size: 12px; font-family: 'IBM Plex Mono'; margin-top: -10px; margin-bottom: 30px;">Win Probability: TEC 32% | AG 68%</p>

    <h2 class="esc-section-title">The Matchup</h2>

    <p>This match marks the return of VCT China action. <strong>All Gamers</strong> are coming off a high-intensity run at Masters Santiago, while <strong>Titan Esports Club</strong> is scrambling to integrate their newest player, Spitfires, following the surprise trade of Abo.</p>

    <h2 class="esc-section-title">Predicted Rosters</h2>

    <table class="esc-roster-table">

        <tr class="esc-roster-header"><td>Titan Esports Club</td><td>All Gamers</td></tr>

        <tr><td>Haodong</td><td>K1ra</td></tr>

        <tr><td>Dynamite</td><td>Shr1mp</td></tr>

        <tr><td>Coco</td><td>Au1</td></tr>

        <tr><td>lucas</td><td>f4ngeer</td></tr>

        <tr><td>Spitfires</td><td>iamgrq</td></tr>

    </table>

    <div class="esc-verdict">

        <div class="esc-verdict-title">Our Prediction: All Gamers 2โ€“1</div>

        <p style="font-size: 15px; opacity: 0.9;">AGโ€™s experience on the international stage gives them a massive edge. TEC is talented but the lack of practice time with their new 5th member will likely lead to coordination errors in high-pressure rounds.</p>

    </div>

</div>

<footer style="text-align: center; padding: 20px; font-size: 10px; font-family: 'IBM Plex Mono'; opacity: 0.5;">

    DATA SOURCE: VLR.GG | POWERED BY ESPORTSTREAK.COM

</footer>