/* soccerarena.ai — fixture detail page body. */
function FormChip({ r }) {
const c = r === 'W' ? SA.lime : r === 'L' ? SA.orange : SA.dim;
return (
{r}
);
}
function Panel({ title, children, sub }) {
return (
{title}
{sub && {sub}}
AI predictions will be published once both teams are confirmed.
) : d.preds.length === 0 ? (Model predictions will be published before kickoff.
) : ({isTBD ? `This ${d.stage} match will be played on ${mt.kickoff}. The participating teams will be confirmed after the group stage concludes.` : d.note}