Image ChatGPT Image 2
A lone athlete stands beneath a towering mythic guardian
A fierce soccer player in national colors stands in a rain-soaked stadium, illuminated by a colossal wolf spirit looming overhead.
Prompt
INPUT = {
"team_or_country_set": "[TEAM_OR_COUNTRY_SET]",
"sport": "[SPORT]",
"tournament": "[TOURNAMENT]",
"campaign_theme": "[CAMPAIGN_THEME]",
"visual_intensity": "[VISUAL_INTENSITY]"
}
class TeamMythology:
def infer_identity(self, team):
return {
"color_system": AI_INFER(team, "national or team color logic"),
"symbolic_guardian": AI_INFER(team + INPUT["campaign_theme"], "animal, mythic figure, warrior spirit, or visual force"),
"terrain_memory": AI_INFER(team, "landscape, city, weather, architecture, or historic atmosphere"),
"graphic_language": AI_INFER(team, "culturally resonant pattern, typography rhythm, textile motif, or mark-making style")
}
class AthleteAvatar:
def stage(self, team):
return {
"body_language": AI_INFER(INPUT["sport"], "pre-match intensity, celebration, sprint, command pose, roar, calm focus"),
"kit": AI_INFER(team + INPUT["sport"], "competition kit with believable performance fabric and national design cues"),
"expression": AI_INFER(INPUT["visual_intensity"], "focused, fearless, battle-ready, controlled aggression"),
"relationship_to_guardian": "athlete appears empowered by the symbolic figure, not overshadowed by it"
}
class PosterSystem:
def compose(self, team):
return {
"headline": AI_GENERATE("large team/country campaign title"),
"slogan": AI_GENERATE("short mythic sports slogan"),
"badge": "fictional crest-like tournament mark unless supplied",
"texture": "paint, torn poster paper, fabric grain, halftone, scratches, dust, motion marks",
"hierarchy": "title > athlete > guardian > slogan > badge details"
}
def render():
"""
Generate a fierce international sports campaign system.
Each team/country becomes a mythic athletic identity:
athlete, kit, guardian symbol, landscape, slogan, and poster typography all operate as one design language.
Keep everything grounded as a premium sportswear/tournament poster, not fantasy concept art.
"""
Published: June 26, 2026 by Gadgetify