do this for Argentina World Cup 2026, void main() {
string player = "[PLAYER]";
string team = "[TEAM]";
// --- The series (infer the arc to dramatize) ---
Arc a = infer_career_drama(player); // the prodigy years / the exile / the comeback - pick the prestige angle
tone(restrained, moody, character_first); // NOT loud - quiet and heavy
// --- Key art composition ---
portrait(infer_player_persona(player), contemplative, half_shadow);
environment(symbolic_setting(a), atmospheric, shallow_focus); // empty stadium / tunnel / rain on glass
grade(infer_team_colors(team), desaturated_prestige, single_accent);
// --- Streaming furniture (flat overlay) ---
title(invent_series_title(player), elegant_serif_or_thin_sans, centered);
tagline(invent_logline(player), small, below_title);
platform_mark("LIMITED SERIES", "NOW STREAMING", micro_caps, corner);
laurels(invent_critic_pullquotes(), thin);
render(cinematic_still, film_grain: fine, premium_negative_space);
}
do this for Argentina World Cup 2026, void main() {
string player = "[PLAYER]";
string team = "[TEAM]";
// --- The series (infer the arc to dramatize) ---
Arc a = infer_career_drama(player); // the prodigy years / the exile / the comeback - pick the prestige angle
tone(restrained, moody, character_first); // NOT loud - quiet and heavy
// --- Key art composition ---
portrait(infer_player_persona(player), contemplative, half_shadow);
environment(symbolic_setting(a), atmospheric, shallow_focus); // empty stadium / tunnel / rain on glass
grade(infer_team_colors(team), desaturated_prestige, single_accent);
// --- Streaming furniture (flat overlay) ---
title(invent_series_title(player), elegant_serif_or_thin_sans, centered);
tagline(invent_logline(player), small, below_title);
platform_mark("LIMITED SERIES", "NOW STREAMING", micro_caps, corner);
laurels(invent_critic_pullquotes(), thin);
render(cinematic_still, film_grain: fine, premium_negative_space);
}