HEX
Server: LiteSpeed
System: Linux c7.my-control-panel.com 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: bigfreeodds (5956)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bigfreeodds/public_html/wp-content/public/scores/lineups.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>Lineups — MNC vs ARS</title>
<meta name="description" content="Tactical lineups, formations, ratings and substitutes for the match." />
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body data-page="lineups">
  <div class="app">
    <div class="topbar-back">
      <a class="back" href="match-detail.html" aria-label="Back">‹</a>
      <div class="title">LINEUPS</div>
      <span style="width:18px;"></span>
    </div>

    <div style="text-align:center; padding: 6px 0 4px;">
      <div style="font-size:14px; color:#cfd3da; letter-spacing:1px; font-weight:700;">MNC vs ARS</div>
    </div>

    <div class="formations">
      <div>
        <div class="formation-label">4-3-3</div>
        <div class="mini-pitch" id="pitch-home"></div>
      </div>
      <div>
        <div class="formation-label">4-2-3-1</div>
        <div class="mini-pitch" id="pitch-away"></div>
      </div>
    </div>

    <div class="subs-grid">
      <div class="sub-list">
        <h4>SUBSTITUTES</h4>
        <div id="subs-home"></div>
      </div>
      <div class="sub-list">
        <h4>SUBSTITUTES</h4>
        <div id="subs-away"></div>
      </div>
    </div>

    <div class="action-row">
      <button class="btn btn-secondary">MANAGER ›</button>
      <button class="btn btn-primary" id="open-predictions">PREDICTIONS</button>
    </div>
  </div>

  <!-- Predictions modal: NON-BETTING analysis only -->
  <div class="modal-backdrop" id="predictions-modal">
    <div class="modal" role="dialog" aria-label="Match analysis">
      <h3>Match Analysis <button class="close" id="close-predictions" aria-label="Close">×</button></h3>
      <p class="lead">Insight only — no odds, no betting, no gambling.</p>

      <div class="analysis-block">
        <h4>Form Guide</h4>
        <p>Manchester City: W W D W W. Arsenal: W L W W D. Both teams arrive in strong attacking form, City unbeaten in their last 5 league outings.</p>
      </div>
      <div class="analysis-block">
        <h4>Team Strength</h4>
        <p>City dominate possession (avg 64%) and create high-quality chances (xG 2.1/match). Arsenal counter-press is sharp, especially down the right flank.</p>
      </div>
      <div class="analysis-block">
        <h4>Possible Key Player</h4>
        <p>Watch Haaland in the box and Saka on the wing — both decisive in recent fixtures and likely to influence the game's tempo and final third.</p>
      </div>
      <div class="analysis-block">
        <h4>Tactical Note</h4>
        <p>Expect a high-line battle in midfield. The team that wins second balls around the centre circle is likely to dictate the rhythm.</p>
      </div>
    </div>
  </div>

  <nav class="bottom-nav">
    <a href="index.html"><span class="ic">⌂</span><span>Home</span></a>
    <a href="match-detail.html" class="active"><span class="ic">▶</span><span>Live</span></a>
    <a href="favourites.html"><span class="ic">★</span><span>Favourites</span></a>
    <a href="leagues.html"><span class="ic">🏆</span><span>Leagues</span></a>
    <a href="profile.html"><span class="ic">◉</span><span>Profile</span></a>
  </nav>

  <script src="assets/js/app.js"></script>
</body>
</html>