// ==UserScript== // @name Gen Z Slangifier 9000 – Smooth Edition (UserScripts‑friendly v3.0) // @namespace https://example.com/ // @version 3.0 // @description Swaps legacy words with Gen‑Z slang on the fly. Grammar‑aware (fixes a/an), massive slang dictionary, live counter, tooltips, highlight + nav, collapsible horizontal UI, and ✖ dismiss. Built for Safari “UserScripts” & Tampermonkey. // @author Midas // @match *://*/* // @grant none // ==/UserScript== (function () { 'use strict'; /* ─────────── STATE ─────────── */ let enabled = true; let highlightEnabled = false; let slangCount = 0; let navIndex = -1; const slangifiedSpans = []; // navigation list const queue = []; // text nodes to process let isProcessing = false; /* ─────────── DICTIONARY ─────────── Additions: climate change, Photoshop, quantum computing, cryptocurrency… 100+ new entries */ const slangDict = { "photosynthesis": "plant flex", "mitochondria": "powerhouse drip", "algorithm": "computer league", "data": "info drip", "artificial intelligence": "AI sauce", "quantum computing": "qubit wizardry", "machine learning": "ML hustle", "neural network": "brain mesh", "blockchain": "crypto chain", "cryptocurrency": "coin hustle", "bitcoin": "btc bag", "ether": "eth juice", "virtual reality": "VR verse", "augmented reality": "AR layer", "genome": "gene vibes", "genetic engineering": "gene remix", "climate change": "climate vibe shift", "global warming": "planet heat‑up", "carbon footprint": "carbon kicks", "renewable energy": "green juice", "solar power": "sun juice", "wind turbine": "breeze spinner", "nuclear fusion": "star core", "photoshop": "photo wizard", "illustrator": "vector wizard", "premiere pro": "video smith", "after effects": "motion magic", "excel": "spread grid", "powerpoint": "slide flex", "javascript": "js sauce", "python": "py snake code", "html": "markup drip", "css": "style sauce", "react": "react vibes", "node": "node stack", "docker": "container cube", "kubernetes": "k8s swarm", "pandemic": "panini era", "inflation": "money bloat", "recession": "wallet winter", "supply chain": "ship jam", "social media": "scroll world", "influencer": "clout captain", "meme": "lol relic", "hashtag": "hash tagger", "selfie": "self snap", "subscribe": "sub smash", "notification": "ping ping", "coffee": "bean juice", "tea": "leaf sip", "breakfast": "morning fuel", "lunch": "mid fuel", "dinner": "night fuel", "exercise": "sweat sesh", "homework": "brain chores", "library": "book castle", "teacher": "knowledge plug", "doctor": "health plug", "lawyer": "court plug", "money": "cash drip", "shopping": "cart crawl", "airplane": "sky bus", "airport": "skyport", "internet": "web vibes", "website": "site spot", "email": "e‑mail blast", "password": "secret spell", "artificial sweetener": "fake sugar", "climate crisis": "climate meltdown", "renewable resource": "re‑gen stash", "customer service": "support squad", "project manager": "PM boss", "user experience": "UX feels", "sustainability": "green staying power", "electric vehicle": "e‑whip", "smartphone": "pocket slab", "mobile phone": "pocket dialer", "streaming service": "stream drip", "video game": "gamer jam", "microtransaction": "wallet nibble", "virtual currency": "v‑bucks clone", "multiplayer": "squad mode", "leaderboard": "clout ladder", "cybersecurity": "hack shield", "two factor authentication": "2FA shield", "phishing": "sneaky link", "malware": "code gremlin", "ransomware": "crypto hostage", "cloud computing": "sky servers", "open source": "OSS free‑for‑all", "intellectual property": "brain loot", "climate scientist": "weather wizard", "space exploration": "cosmic crawl", "rocket launch": "blast off", "international space station": "orbital crib", "satellite": "sky pebble", "asteroid": "space rock", "constellation": "star squad", "acceleration": "acceleration vibe", "acceleration's": "acceleration vibe's", "accelerations": "acceleration vibes", "accelerations'": "acceleration vibes'", "accounting": "accounting scene", "accounting's": "accounting scene's", "accountings": "accounting scenes", "accountings'": "accounting scenes'", "accuracy": "accuracy vibe", "accuracy's": "accuracy vibe's", "accuracies": "accuracy vibes", "accuracies'": "accuracy vibes'", "acid": "acid vibe", "acid's": "acid vibe's", "acids": "acid vibes", "acids'": "acid vibes'", "adaptation": "life vibe", "adaptation's": "life vibe's", "adaptations": "life vibes", "adaptations'": "life vibes'", "algebra": "number squad", "algebra's": "number squad's", "algebras": "number squads", "algebras'": "number squads'", "algorithm": "computer league", "algorithm's": "computer league's", "algorithms": "computer leagues", "algorithms'": "computer leagues'", "allele": "genome drift", "allele's": "genome drift's", "alleles": "genome drifts", "alleles'": "genome drifts'", "amendment": "law squad", "amendment's": "law squad's", "amendments": "law squads", "amendments'": "law squads'", "amine": "chemical scene", "amine's": "chemical scene's", "amines": "chemical scenes", "amines'": "chemical scenes'", "amino": "chemical vibe", "amino's": "chemical vibe's", "aminoes": "chemical vibes", "aminoes'": "chemical vibes'", "analysis": "analysis zone", "analysis's": "analysis zone's", "analyses": "analysis zones", "analyses'": "analysis zones'", "anarchism": "society vibe", "anarchism's": "society vibe's", "anarchisms": "society vibes", "anarchisms'": "society vibes'", "anatomy": "body game", "anatomy's": "body game's", "anatomies": "body games", "anatomies'": "body games'", "angle": "point vibe", "angle's": "point vibe's", "angles": "point vibes", "angles'": "point vibes'", "animation": "art squad", "animation's": "art squad's", "animations": "art squads", "animations'": "art squads'", "anthropology": "human squad", "anthropology's": "human squad's", "anthropologies": "human squads", "anthropologies'": "human squads'", "anthropologist": "human scene", "anthropologist's": "human scene's", "anthropologists": "human scenes", "anthropologists'": "human scenes'", "antecedent": "past vibe", "antecedent's": "past vibe's", "antecedents": "past vibes", "antecedents'": "past vibes'", "anticipation": "hype mode", "anticipation's": "hype mode's", "anticipations": "hype modes", "anticipations'": "hype modes'", "antibody": "immune hack", "antibody's": "immune hack's", "antibodies": "immune hacks", "antibodies'": "immune hacks'", "antigen": "germ mode", "antigen's": "germ mode's", "antigens": "germ modes", "antigens'": "germ modes'", "antiquity": "ancient vibe", "antiquity's": "ancient vibe's", "antiquities": "ancient vibes", "antiquities'": "ancient vibes'", "anyone": "person scene", "anyone's": "person scene's", "anyones": "person scenes", "anyones'": "person scenes'", "aperture": "camera vibe", "aperture's": "camera vibe's", "apertures": "camera vibes", "apertures'": "camera vibes'", "application": "app squad", "application's": "app squad's", "applications": "app squads", "applications'": "app squads'", "architect": "design squad", "architect's": "design squad's", "architects": "design squads", "architects'": "design squads'", "architecture": "design mode", "architecture's": "design mode's", "architectures": "design modes", "architectures'": "design modes'", "area": "zone flow", "area's": "zone flow's", "areas": "zone flows", "areas'": "zone flows'", "argument": "debate mode", "argument's": "debate mode's", "arguments": "debate modes", "arguments'": "debate modes'", "aristocracy": "elite vibe", "aristocracy's": "elite vibe's", "aristocracies": "elite vibes", "aristocracies'": "elite vibes'", "arithmetic": "number mode", "arithmetic's": "number mode's", "arithmetics": "number modes", "arithmetics'": "number modes'", "artifact": "story mode", "artifact's": "story mode's", "artifacts": "story modes", "artifacts'": "story modes'", "ascent": "rise vibe", "ascent's": "rise vibe's", "ascents": "rise vibes", "ascents'": "rise vibes'", "aspect": "angle squad", "aspect's": "angle squad's", "aspects": "angle squads", "aspects'": "angle squads'", "assessment": "test scene", "assessment's": "test scene's", "assessments": "test scenes", "assessments'": "test scenes'", "asthma": "breath vibe", "asthma's": "breath vibe's", "asthmas": "breath vibes", "asthmas'": "breath vibes'", "asymmetry": "unbalanced flow", "asymmetry's": "unbalanced flow's", "asymmetries": "unbalanced flows", "asymmetries'": "unbalanced flows'", "atmosphere": "air vibe", "atmosphere's": "air vibe's", "atmospheres": "air vibes", "atmospheres'": "air vibes'", "atom": "particle hub", "atom's": "particle hub's", "atoms": "particle hubs", "atoms'": "particle hubs'", "attenuation": "signal chill", "attenuation's": "signal chill's", "attenuations": "signal chills", "attenuations'": "signal chills'", "audience": "crowd vibe", "audience's": "crowd vibe's", "audiences": "crowd vibes", "audiences'": "crowd vibes'", "author": "book vibe", "author's": "book vibe's", "authors": "book vibes", "authors'": "book vibes'", "authority": "boss mode", "authority's": "boss mode's", "authorities": "boss modes", "authorities'": "boss modes'", "auxiliary": "extra vibe", "auxiliary's": "extra vibe's", "auxiliaries": "extra vibes", "auxiliaries'": "extra vibes'", "axiom": "basis vibe", "axiom's": "basis vibe's", "axioms": "basis vibes", "axioms'": "basis vibes'", "bacteria": "microbe squad", "bacteria's": "microbe squad's", "bacterias": "microbe squads", "bacterias'": "microbe squads'", "battery": "power pack", "battery's": "power pack's", "batteries": "power packs", "batteries'": "power packs'", "behaviorism": "mind mode", "behaviorism's": "mind mode's", "behaviorisms": "mind modes", "behaviorisms'": "mind modes'", "benchmark": "test mode", "benchmark's": "test mode's", "benchmarks": "test modes", "benchmarks'": "test modes'", "benefit": "plus vibe", "benefit's": "plus vibe's", "benefits": "plus vibes", "benefits'": "plus vibes'", "bacteria": "microbe squad", "bacteria's": "microbe squad's", "bacterias": "microbe squads", "bacterias'": "microbe squads'", "biochemistry": "life science", "biochemistry's": "life science's", "biochemistries": "life sciences", "biochemistries'": "life sciences'", "biodegradable": "earth vibe", "biodegradable's": "earth vibe's", "biodegradables": "earth vibes", "biodegradables'": "earth vibes'", "biodiversity": "nature squad", "biodiversity's": "nature squad's", "biodiversities": "nature squads", "biodiversities'": "nature squads'", "biofeedback": "body vibe", "biofeedback's": "body vibe's", "biofeedbacks": "body vibes", "biofeedbacks'": "body vibes'", "biography": "life story", "biography's": "life story's", "biographies": "life stories", "biographies'": "life stories'", "binary": "tech mode", "binary's": "tech mode's", "binaries": "tech modes", "binaries'": "tech modes'", "bioluminescence": "glow vibe", "bioluminescence's": "glow vibe's", "bioluminescences": "glow vibes", "bioluminescences'": "glow vibes'", "biome": "eco scene", "biome's": "eco scene's", "biomes": "eco scenes", "biomes'": "eco scenes'", "biology": "life vibe", "biology's": "life vibe's", "biologies": "life vibes", "biologies'": "life vibes'", "biosphere": "earth mode", "biosphere's": "earth mode's", "biospheres": "earth modes", "biospheres'": "earth modes'", "biotechnology": "tech vibes", "biotechnology's": "tech vibes's", "biotechnologies": "tech vibes", "biotechnologies'": "tech vibes'", "bipartisan": "both side zone", "bipartisan's": "both side zone's", "bipartisans": "both side zones", "bipartisans'": "both side zones'", "bipolarity": "two mood", "bipolarity's": "two mood's", "bipolarities": "two moods", "bipolarities'": "two moods'", "biopsy": "cell vibe", "biopsy's": "cell vibe's", "biopsies": "cell vibes", "biopsies'": "cell vibes'", "biosynthesis": "bio craft", "biosynthesis's": "bio craft's", "biosyntheses": "bio crafts", "biosyntheses'": "bio crafts'", "biosystem": "eco network", "biosystem's": "eco network's", "biosystems": "eco networks", "biosystems'": "eco networks'", "birthrate": "babies count", "birthrate's": "babies count's", "birthrates": "babies counts", "birthrates'": "babies counts'", "bivariable": "two factor vibe", "bivariable's": "two factor vibe's", "bivariables": "two factor vibes", "bivariables'": "two factor vibes'", "blackhole": "space void", "blackhole's": "space void's", "blackholes": "space voids", "blackholes'": "space voids'", "blueprint": "plan mode", "blueprint's": "plan mode's", "blueprints": "plan modes", "blueprints'": "plan modes'", "boundary": "edge vibe", "boundary's": "edge vibe's", "boundaries": "edge vibes", "boundaries'": "edge vibes'", "brain": "brain vibe", "brain's": "brain vibe's", "brains": "brain vibes", "brains'": "brain vibes'", "branch": "tree vibe", "branch's": "tree vibe's", "branches": "tree vibes", "branches'": "tree vibes'", "breadth": "wide view", "breadth's": "wide view's", "breadths": "wide views", "breadths'": "wide views'", "breakthrough": "eureka vibe", "breakthrough's": "eureka vibe's", "breakthroughs": "eureka vibes", "breakthroughs'": "eureka vibes'", "bridge": "link mode", "bridge's": "link mode's", "bridges": "link modes", "bridges'": "link modes'", "budget": "finance plan", "budget's": "finance plan's", "budgets": "finance plans", "budgets'": "finance plans'", "bulk": "mass vibe", "bulk's": "mass vibe's", "bulks": "mass vibes", "bulks'": "mass vibes'", "bureaucracy": "paper parade", "bureaucracy's": "paper parade's", "bureaucracies": "paper parades", "bureaucracies'": "paper parades'", "business": "biz mode", "business's": "biz mode's", "businesses": "biz modes", "businesses'": "biz modes'", "byte": "data byte", "byte's": "data byte's", "bytes": "data bytes", "bytes'": "data bytes'", "calculus": "function club", "calculus's": "function club's", "calculuses": "function clubs", "calculuses'": "function clubs'", "campaign": "ad squad", "campaign's": "ad squad's", "campaigns": "ad squads", "campaigns'": "ad squads'", "candidate": "contender mode", "candidate's": "contender mode's", "candidates": "contender modes", "candidates'": "contender modes'", "canine": "doggo zone", "canine's": "doggo zone's", "canines": "doggo zones", "canines'": "doggo zones'", "capacity": "max vibe", "capacity's": "max vibe's", "capacities": "max vibes", "capacities'": "max vibes'", "capital": "money power", "capital's": "money power's", "capitals": "money powers", "capitals'": "money powers'", "capitalism": "money fest", "capitalism's": "money fest's", "capitalisms": "money fests", "capitalisms'": "money fests'", "carbohydrate": "sugar chain", "carbohydrate's": "sugar chain's", "carbohydrates": "sugar chains", "carbohydrates'": "sugar chains'", "cardiology": "heart science", "cardiology's": "heart science's", "cardiologies": "heart sciences", "cardiologies'": "heart sciences'", "carnivore": "meat mode", "carnivore's": "meat mode's", "carnivores": "meat modes", "carnivores'": "meat modes'", "casework": "file vibe", "casework's": "file vibe's", "caseworks": "file vibes", "caseworks'": "file vibes'", "catabolism": "breakdown mode", "catabolism's": "breakdown mode's", "catabolisms": "breakdown modes", "catabolisms'": "breakdown modes'", "catalyst": "reaction spark", "catalyst's": "reaction spark's", "catalysts": "reaction sparks", "catalysts'": "reaction sparks'", "category": "group vibe", "category's": "group vibe's", "categories": "group vibes", "categories'": "group vibes'", "cathode": "charge pole", "cathode's": "charge pole's", "cathodes": "charge poles", "cathodes'": "charge poles'", "cause": "reason mood", "cause's": "reason mood's", "causes": "reason moods", "causes'": "reason moods'", "celestial": "space wonder", "celestial's": "space wonder's", "celestials": "space wonders", "celestials'": "space wonders'", "cell": "cell vibe", "cell's": "cell vibe's", "cells": "cell vibes", "cells'": "cell vibes'", "censor": "edit vibe", "censor's": "edit vibe's", "censors": "edit vibes", "censors'": "edit vibes'", "censorship": "filter mode", "censorship's": "filter mode's", "censorships": "filter modes", "censorships'": "filter modes'", "centimeter": "short ruler", "centimeter's": "short ruler's", "centimeters": "short rulers", "centimeters'": "short rulers'", "centralization": "center vibe", "centralization's": "center vibe's", "centralizations": "center vibes", "centralizations'": "center vibes'", "cerebellum": "brain zone", "cerebellum's": "brain zone's", "cerebella": "brain zones", "cerebella'": "brain zones'", "certainty": "sure vibe", "certainty's": "sure vibe's", "certainties": "sure vibes", "certainties'": "sure vibes'", "cetacean": "whale vibe", "cetacean's": "whale vibe's", "cetaceans": "whale vibes", "cetaceans'": "whale vibes'", "chaos": "chaos vibe", "chaos's": "chaos vibe's", "chaoses": "chaos vibes", "chaoses'": "chaos vibes'", "chamber": "room mode", "chamber's": "room mode's", "chambers": "room modes", "chambers'": "room modes'", "character": "hero squad", "character's": "hero squad's", "characters": "hero squads", "characters'": "hero squads'", "characteristic": "trait mode", "characteristic's": "trait mode's", "characteristics": "trait modes", "characteristics'": "trait modes'", "charge": "energy vibe", "charge's": "energy vibe's", "charges": "energy vibes", "charges'": "energy vibes'", "chemical": "chem vibe", "chemical's": "chem vibe's", "chemicals": "chem vibes", "chemicals'": "chem vibes'", "chemistry": "lab squad", "chemistry's": "lab squad's", "chemistries": "lab squads", "chemistries'": "lab squads'", "chiropractor": "spine doc", "chiropractor's": "spine doc's", "chiropractors": "spine docs", "chiropractors'": "spine docs'", "chloride": "salt squad", "chloride's": "salt squad's", "chlorides": "salt squads", "chlorides'": "salt squads'", "chlorophyll": "plant green", "chlorophyll's": "plant green's", "chlorophylls": "plant greens", "chlorophylls'": "plant greens'", "cholesterol": "artery vibe", "cholesterol's": "artery vibe's", "cholesterols": "artery vibes", "cholesterols'": "artery vibes'", "christianity": "faith vibe", "christianity's": "faith vibe's", "christianities": "faith vibes", "christianities'": "faith vibes'", "chronology": "time story", "chronology's": "time story's", "chronologies": "time stories", "chronologies'": "time stories'", "circuit": "electric vibe", "circuit's": "electric vibe's", "circuits": "electric vibes", "circuits'": "electric vibes'", "city": "urban vibe", "city's": "urban vibe's", "cities": "urban vibes", "cities'": "urban vibes'", "cognition": "mind mode", "cognition's": "mind mode's", "cognitions": "mind modes", "cognitions'": "mind modes'", "coherence": "coherence vibe", "coherence's": "coherence vibe's", "coherences": "coherence vibes", "coherences'": "coherence vibes'", "cohesion": "group hug", "cohesion's": "group hug's", "cohesions": "group hugs", "cohesions'": "group hugs'", "collision": "impact vibe", "collision's": "impact vibe's", "collisions": "impact vibes", "collisions'": "impact vibes'", "colony": "society squad", "colony's": "society squad's", "colonies": "society squads", "colonies'": "society squads'", "coloration": "color vibe", "coloration's": "color vibe's", "colorations": "color vibes", "colorations'": "color vibes'", "combination": "combo mode", "combination's": "combo mode's", "combinations": "combo modes", "combinations'": "combo modes'", "combustion": "burn mode", "combustion's": "burn mode's", "combustions": "burn modes", "combustions'": "burn modes'", "comedy": "laugh vibe", "comedy's": "laugh vibe's", "comedies": "laugh vibes", "comedies'": "laugh vibes'", "commentary": "comment mode", "commentary's": "comment mode's", "commentaries": "comment modes", "commentaries'": "comment modes'", "commerce": "trade vibe", "commerce's": "trade vibe's", "commerce": "trade vibe", "commerce's": "trade vibe's", "commerces": "trade vibes", "commerces'": "trade vibes'", "commercial": "ad squad", "commercial's": "ad squad's", "commercials": "ad squads", "commercials'": "ad squads'", "commission": "task force", "commission's": "task force's", "commissions": "task forces", "commissions'": "task forces'", "communication": "talk flow", "communication's": "talk flow's", "communications": "talk flows", "communications'": "talk flows'", "communism": "share-everything system", "communism's": "share-everything system's", "communisms": "share-everything systems", "communisms'": "share-everything systems'", "community": "homie network", "community's": "homie network's", "communities": "homie networks", "communities'": "homie networks'", "companion": "ride-or-die", "companion's": "ride-or-die's", "companions": "ride-or-dies", "companions'": "ride-or-dies'", "comparison": "side-by-side vibe", "comparison's": "side-by-side vibe's", "comparisons": "side-by-side vibes", "comparisons'": "side-by-side vibes'", "competition": "clout war", "competition's": "clout war's", "competitions": "clout wars", "competitions'": "clout wars'", "complement": "perfect match", "complement's": "perfect match's", "complements": "perfect matches", "complements'": "perfect matches'", "complexity": "brain twist", "complexity's": "brain twist's", "complexities": "brain twists", "complexities'": "brain twists'", "compliance": "rule-follow vibes", "compliance's": "rule-follow vibes'", "compliances": "rule-follow vibes", "compliances'": "rule-follow vibes'", "component": "piece of the pie", "component's": "piece of the pie's", "components": "pieces of the pie", "components'": "pieces of the pie's", "composition": "ingredient lineup", "composition's": "ingredient lineup's", "compositions": "ingredient lineups", "compositions'": "ingredient lineups'", "compound": "science sandwich", "compound's": "science sandwich's", "compounds": "science sandwiches", "compounds'": "science sandwiches'", "comprehension": "brain download", "comprehension's": "brain download's", "comprehensions": "brain downloads", "comprehensions'": "brain downloads'", "compromise": "mutual L", "compromise's": "mutual L's", "compromises": "mutual Ls", "compromises'": "mutual Ls'", "computational": "big brain calc mode", "computational's": "big brain calc mode's", "computationally": "with math magic", "compute": "brain blast", "computes": "brain blasts", "computed": "brain blasted", "computing": "doing tech sorcery", "computer": "clicky brick", "computer's": "clicky brick's", "computers": "clicky bricks", "computers'": "clicky bricks'", "concentration": "mental zoom-in", "concentration's": "mental zoom-in's", "concentrations": "mental zoom-ins", "concentrations'": "mental zoom-ins'", "concept": "big idea", "concept's": "big idea's", "concepts": "big ideas", "concepts'": "big ideas'", "conclusion": "final mic drop", "conclusion's": "final mic drop's", "conclusions": "final mic drops", "conclusions'": "final mic drops'", "concord": "vibe match", "concord's": "vibe match's", "concords": "vibe matches", "concords'": "vibe matches'", "concrete": "real deal stuff", "concrete's": "real deal stuff's", "concretes": "real deal stuffs", "concretes'": "real deal stuffs'", "condensation": "sky sweat", "condensation's": "sky sweat's", "condensations": "sky sweats", "condensations'": "sky sweats'", "condition": "vibe check", "condition's": "vibe check's", "conditions": "vibe checks", "conditions'": "vibe checks'", "conduction": "zap pass", "conduction's": "zap pass's", "conductions": "zap passes", "conductions'": "zap passes'", "conductor": "zap taxi", "conductor's": "zap taxi's", "conductors": "zap taxis", "conductors'": "zap taxis'", "confidence": "big energy", "confidence's": "big energy's", "confidences": "big energies", "confidences'": "big energies'", "configuration": "setup vibes", "configuration's": "setup vibes'", "configurations": "setup crews", "configurations'": "setup crews'", "conflict": "drama alert", "conflict's": "drama alert's", "conflicts": "drama alerts", "conflicts'": "drama alerts'", "conformity": "peer pressure party", "conformity's": "peer pressure party's", "conformities": "peer pressure parties", "conformities'": "peer pressure parties'", "congregation": "squad meetup", "congregation's": "squad meetup's", "congregations": "squad meetups", "congregations'": "squad meetups'", "conjunction": "grammar glue", "conjunction's": "grammar glue's", "conjunctions": "grammar glues", "conjunctions'": "grammar glues'", "connection": "link-up", "connection's": "link-up's", "connections": "link-ups", "connections'": "link-ups'", "connotation": "word vibe", "connotation's": "word vibe's", "connotations": "word vibes", "connotations'": "word vibes'", "conqueror": "boss invader", "conqueror's": "boss invader's", "conquerors": "boss invaders", "conquerors'": "boss invaders'", "consensus": "squad agreement", "consensus's": "squad agreement's", "consensuses": "squad agreements", "consensuses'": "squad agreements'", "consequence": "what happens next", "consequence's": "what happens next's", "consequences": "next steps", "consequences'": "next steps'", "conservation": "keep it safe vibes", "conservation's": "keep it safe vibes'", "conservations": "safety plans", "conservations'": "safety plans'", "conservative": "tradition keeper", "conservative's": "tradition keeper's", "conservatives": "tradition keepers", "conservatives'": "tradition keepers'", "consideration": "thought mode", "consideration's": "thought mode's", "considerations": "thought modes", "considerations'": "thought modes'", "consistency": "same energy", "consistency's": "same energy's", "consistencies": "same energies", "consistencies'": "same energies'", "consonant": "vowel's sidekick", "consonant's": "vowel's sidekick's", "consonants": "vowel homies", "consonants'": "vowel homies'", "conspiracy": "secret squad move", "conspiracy's": "secret squad move's", "conspiracies": "secret squad moves", "conspiracies'": "secret squad moves'", "constant": "unchanging thing", "constant's": "unchanging thing's", "constants": "unchanging things", "constants'": "unchanging things'", "constitution": "rule bible", "constitution's": "rule bible's", "constitutions": "rule bibles", "constitutions'": "rule bibles'", "constraint": "limit bar", "constraint's": "limit bar's", "constraints": "limit bars", "constraints'": "limit bars'", "construction": "build session", "construction's": "build session's", "constructions": "build sessions", "constructions'": "build sessions'", "consumer": "buyer dude", "consumer's": "buyer dude's", "consumers": "buyer crew", "consumers'": "buyer crew's", "consumption": "munch game", "consumption's": "munch game's", "consumptions": "munch sessions", "consumptions'": "munch sessions'", "contact": "touch base", "contact's": "touch base's", "contacts": "touch bases", "contacts'": "touch bases'", "containment": "keep it boxed", "containment's": "keep it boxed's", "containments": "box squads", "containments'": "box squads'", "contaminant": "yucky intruder", "contaminant's": "yucky intruder's", "contaminants": "yucky intruders", "contaminants'": "yucky intruders'", "contemplation": "deep think zone", "contemplation's": "deep think zone's", "contemplations": "deep think zones", "contemplations'": "deep think zones'", "contemporary": "current scene", "contemporary's": "current scene's", "contemporaries": "current folks", "contemporaries'": "current folks'", "context": "surround vibe", "context's": "surround vibe's", "contexts": "surround vibes", "contexts'": "surround vibes'", "continent": "land chunk", "continent's": "land chunk's", "continents": "land chunks", "continents'": "land chunks'", "continuity": "flow mode", "continuity's": "flow mode's", "continuities": "flow modes", "continuities'": "flow modes'", "contract": "deal scroll", "contract's": "deal scroll's", "contracts": "deal scrolls", "contracts'": "deal scrolls'", "contradiction": "logic beef", "contradiction's": "logic beef's", "contradictions": "logic beefs", "contradictions'": "logic beefs'", "contribution": "give-back moment", "contribution's": "give-back moment's", "contributions": "give-back moves", "contributions'": "give-back moves'", "control": "remote vibes", "control's": "remote vibes'", "controls": "remote squads", "controls'": "remote squads'", "controversy": "opinion tornado", "controversy's": "opinion tornado's", "controversies": "opinion storms", "controversies'": "opinion storms'", "convection": "heat handoff", "convection's": "heat handoff's", "convections": "heat pass-offs", "convections'": "heat pass-offs'", "conversation": "chit-chat", "conversation's": "chit-chat's", "conversations": "talkathons", "conversations'": "talkathons'", "conversion": "switcheroo", "conversion's": "switcheroo's", "conversions": "switcheroos", "conversions'": "switcheroos'", "conviction": "belief on lock", "conviction's": "belief on lock's", "convictions": "strong beliefs", "convictions'": "strong beliefs'", "coordinate": "team up plan", "coordinate's": "team up plan's", "coordinates": "team up plans", "coordinates'": "team up plans'", "coping": "vibe surviving", "coping's": "vibe surviving's", "copings": "vibe survivals", "copings'": "vibe survivals'", "core": "main juice", "core's": "main juice's", "cores": "main juices", "cores'": "main juices'", "correlation": "linked vibe", "correlation's": "linked vibe's", "correlations": "linked vibes", "correlations'": "linked vibes'", "correspondence": "pen pal power", "correspondence's": "pen pal power's", "correspondences": "pen pal links", "correspondences'": "pen pal links'", "corrosion": "metal rot", "corrosion's": "metal rot's", "corrosions": "metal rots", "corrosions'": "metal rots'", "cosmic": "spacey vibes", "cosmic's": "spacey vibes'", "cosmics": "spacey squads", "cosmics'": "spacey squads'", "cosmology": "universe backstory", "cosmology's": "universe backstory's", "cosmologies": "universe backstories", "cosmologies'": "universe backstories'", "council": "big chair squad", "council's": "big chair squad's", "councils": "big chair squads", "councils'": "big chair squads'", "counterargument": "reverse uno claim", "counterargument's": "reverse uno claim's", "counterarguments": "reverse uno claims", "counterarguments'": "reverse uno claims'", "counterpart": "parallel homie", "counterpart's": "parallel homie's", "counterparts": "parallel homies", "counterparts'": "parallel homies'", "course": "class quest", "course's": "class quest's", "courses": "class quests", "courses'": "class quests'", "court": "judge arena", "court's": "judge arena's", "courts": "judge arenas", "courts'": "judge arenas'", "covalent": "bond squad", "covalent's": "bond squad's", "covalents": "bond squads", "covalents'": "bond squads'", "covariance": "variability handshake", "covariance's": "variability handshake's", "covariances": "variability high-fives", "covariances'": "variability high-fives'", "coverage": "media blanket", "coverage's": "media blanket's", "coverages": "media quilts", "coverages'": "media quilts'", "crater": "space dent", "crater's": "space dent's", "craters": "space dimples", "craters'": "space dimples'", "criterion": "must-have checkpoint", "criterion's": "must-have checkpoint's", "criteria": "must-have checkpoints", "criteria's": "must-have checkpoints'", "criticism": "feedback roast", "criticism's": "feedback roast's", "criticisms": "feedback roasts", "criticisms'": "feedback roasts'", "crust": "earth's crunchy shell", "crust's": "earth's crunchy shell's", "crusts": "crunchy layers", "crusts'": "crunchy layers'", "crystal": "shiny rock fam", "crystal's": "shiny rock fam's", "crystals": "shiny rock squad", "crystals'": "shiny rock squad's", "currency": "money flavor", "currency's": "money flavor's", "currencies": "money flavors", "currencies'": "money flavors'", "cycle": "repeat loop", "cycle's": "repeat loop's", "cycles": "repeat loops", "cycles'": "repeat loops'", "cytoplasm": "cell soup", "cytoplasm's": "cell soup's", "cytoplasms": "cell soups", "cytoplasms'": "cell soups'", "data": "the deets", "data's": "the deets'", "databases": "mega deet vaults", "database": "mega deet vault", "database's": "mega deet vault's", "debate": "talk war", "debate's": "talk war's", "debates": "talk wars", "debates'": "talk wars'", "debris": "sky junk", "debris's": "sky junk's", "debts": "money oofs", "debt": "money oof", "debt's": "money oof's", "decay": "slow crumble", "decay's": "slow crumble's", "decays": "slow crumbles", "decays'": "slow crumbles'", "decision": "brain call", "decision's": "brain call's", "decisions": "brain calls", "decisions'": "brain calls'", "declaration": "statement drop", "declaration's": "statement drop's", "declarations": "statement bombs", "declarations'": "statement bombs'", "decline": "downhill slide", "decline's": "downhill slide's", "declines": "downhill slides", "declines'": "downhill slides'", "decomposition": "breakdown city", "decomposition's": "breakdown city's", "decompositions": "breakdown towns", "decompositions'": "breakdown towns'", "deduction": "logic leap", "deduction's": "logic leap's", "deductions": "logic hops", "deductions'": "logic hops'", "default": "oops setting", "default's": "oops setting's", "defaults": "oops settings", "defaults'": "oops settings'", "defense": "block squad", "defense's": "block squad's", "defenses": "block squads", "defenses'": "block squads'", "deficiency": "shortage vibes", "deficiency's": "shortage vibes'", "deficiencies": "short vibes", "deficiencies'": "short vibes'", "definition": "word drop", "definition's": "word drop's", "definitions": "word bombs", "definitions'": "word bombs'", "degree": "grad level", "degree's": "grad level's", "degrees": "grad levels", "degrees'": "grad levels'", "deliberation": "thinking powwow", "deliberation's": "thinking powwow's", "deliberations": "brainstorm huddles", "deliberations'": "brainstorm huddles'", "delivery": "drop-off mission", "delivery's": "drop-off mission's", "deliveries": "drop-off missions", "deliveries'": "drop-off missions'", "demand": "gotta-have-it", "demand's": "gotta-have-it's", "demands": "gotta-have-its", "demands'": "gotta-have-its'", "democracy": "vote party system", "democracy's": "vote party system's", "democracies": "vote party scenes", "democracies'": "vote party scenes'", "demographic": "people stats", "demographic's": "people stats'", "demographics": "group breakdowns", "demographics'": "group breakdowns'", "density": "pack level", "density's": "pack level's", "densities": "pack levels", "densities'": "pack levels'", "denominator": "bottom squad", "denominator's": "bottom squad's", "denominators": "bottom crews", "denominators'": "bottom crews'", "denotation": "dictionary vibe", "denotation's": "dictionary vibe's", "denotations": "dictionary vibes", "denotations'": "dictionary vibes'", "dental": "tooth biz", "dental's": "tooth biz's", "dentals": "tooth things", "dentals'": "tooth things'", "dependent": "clingy vibe", "dependent's": "clingy vibe's", "dependents": "clingy peeps", "dependents'": "clingy peeps'", "deposition": "layer drop", "deposition's": "layer drop's", "depositions": "layer dumps", "depositions'": "layer dumps'", "depression": "sad time zone", "depression's": "sad time zone's", "depressions": "sad time squads", "depressions'": "sad time squads'", "depth": "deep vibes", "depth's": "deep vibes'", "depths": "bottom zones", "depths'": "bottom zones'", "derivative": "slope whisperer", "derivative's": "slope whisperer's", "derivatives": "slope squad", "derivatives'": "slope squad's", "descent": "going down moment", "descent's": "going down moment's", "descents": "drop sessions", "descents'": "drop sessions'", "description": "word picture", "description's": "word picture's", "descriptions": "word canvases", "descriptions'": "word canvases'", "desert": "sandy wasteland", "desert's": "sandy wasteland's", "deserts": "heat traps", "deserts'": "heat traps'", "design": "aesthetic plan", "design's": "aesthetic plan's", "designs": "vibe layouts", "designs'": "vibe layouts'", "desire": "want-o-meter", "desire's": "want-o-meter's", "desires": "want squads", "desires'": "want squads'", "destination": "final stop", "destination's": "final stop's", "destinations": "final vibes", "destinations'": "final vibes'", "destruction": "wreck fest", "destruction's": "wreck fest's", "destructions": "crash sessions", "destructions'": "crash sessions'", "detail": "tiny tea", "detail's": "tiny tea's", "details": "all the tea", "details'": "all the tea's", "determination": "grit mode", "determination's": "grit mode's", "determinations": "grit vibes", "determinations'": "grit vibes'", "detonation": "boom event", "detonation's": "boom event's", "detonations": "blast squad", "detonations'": "blast squad's", "development": "glow-up saga", "development's": "glow-up saga's", "developments": "glow-up arcs", "developments'": "glow-up arcs'", "device": "gadget gang", "device's": "gadget gang's", "devices": "tech toys", "devices'": "tech toys'", "diagram": "info doodle", "diagram's": "info doodle's", "diagrams": "info doodles", "diagrams'": "info doodles'", "dialect": "talk flavor", "dialect's": "talk flavor's", "dialects": "talk flavors", "dialects'": "talk flavors'", "diameter": "circle stretch", "diameter's": "circle stretch's", "diameters": "circle spans", "diameters'": "circle spans'", "diary": "feelings archive", "diary's": "feelings archive's", "diaries": "secret logs", "diaries'": "secret logs'", "dichotomy": "vibe split", "dichotomy's": "vibe split's", "dichotomies": "vibe splits", "dichotomies'": "vibe splits'", "dictator": "bossy boots", "dictator's": "bossy boots'", "dictators": "control freaks", "dictators'": "control freaks'", "dictionary": "word bible", "dictionary's": "word bible's", "dictionaries": "word bibles", "dictionaries'": "word bibles'", "diffusion": "spread party", "diffusion's": "spread party's", "diffusions": "spread squads", "diffusions'": "spread squads'", "digestion": "food breakdown", "digestion's": "food breakdown's", "digestions": "snack disassemblies", "digestions'": "snack disassemblies'", "dilemma": "pick-your-poison moment", "dilemma's": "pick-your-poison moment's", "dilemmas": "tricky choices", "dilemmas'": "tricky choices'", "dimension": "space slot", "dimension's": "space slot's", "dimensions": "space slots", "dimensions'": "space slots'", "dinosaurs": "prehistoric chonks", "dinosaur": "prehistoric chonk", "dinosaur's": "prehistoric chonk's", "dinosaurian": "jurassic vibes", "direction": "path vibes", "direction's": "path vibe's", "directions": "path squads", "directions'": "path squads'", "directive": "order scroll", "directive's": "order scroll's", "directives": "command rolls", "directives'": "command rolls'", "disagreement": "yes-no beef", "disagreement's": "yes-no beef's", "disagreements": "yes-no feuds", "disagreements'": "yes-no feuds'", "disaster": "oopsplosion", "disaster's": "oopsplosion's", "disasters": "oopsplosions", "disasters'": "oopsplosions'", "discipline": "focus grind", "discipline's": "focus grind's", "disciplines": "focus zones", "disciplines'": "focus zones'", "discourse": "talk stream", "discourse's": "talk stream's", "discourses": "talk rivers", "discourses'": "talk rivers'", "discovery": "big find", "discovery's": "big find's", "discoveries": "find squad", "discoveries'": "find squad's", "disorder": "chaos mode", "disorder's": "chaos mode's", "disorders": "chaos zones", "disorders'": "chaos zones'", "displacement": "move shuffle", "displacement's": "move shuffle's", "displacements": "shuffle squads", "displacements'": "shuffle squads'", "dispute": "verbal battle", "dispute's": "verbal battle's", "disputes": "verbal wars", "disputes'": "verbal wars'", "distance": "gap vibes", "distance's": "gap vibe's", "distances": "gap zones", "distances'": "gap zones'", "distribution": "spread game", "distribution's": "spread game's", "distributions": "spread parties", "distributions'": "spread parties'", "divergence": "off-track moment", "divergence's": "off-track moment's", "divergences": "off-track squads", "divergences'": "off-track squads'", "diversity": "variety squad", "diversity's": "variety squad's", "diversities": "variety crews", "diversities'": "variety crews'", "division": "split move", "division's": "split move's", "divisions": "split moves", "divisions'": "split moves'", "DNA": "gene sauce", "DNA's": "gene sauce's", "DNAs": "gene jars", "DNAs'": "gene jars'", "document": "paper proof", "document's": "paper proof's", "documents": "paper receipts", "documents'": "paper receipts'", "domain": "info turf", "domain's": "info turf's", "domains": "info lands", "domains'": "info lands'", "dominance": "top dog vibes", "dominance's": "top dog vibe's", "dominances": "top dog moments", "dominances'": "top dog moments'", "donor": "giver champ", "donor's": "giver champ's", "donors": "giving legends", "donors'": "giving legends'", "dose": "med hit", "dose's": "med hit's", "doses": "med zaps", "doses'": "med zaps'", "draft": "rough sketch", "draft's": "rough sketch's", "drafts": "rough blueprints", "drafts'": "rough blueprints'", "drama": "tea storm", "drama's": "tea storm's", "dramas": "tea monsoons", "dramas'": "tea monsoons'", "drawback": "oops clause", "drawback's": "oops clause's", "drawbacks": "oops squads", "drawbacks'": "oops squads'", "dream": "brain movie", "dream's": "brain movie's", "dreams": "brain cinema", "dreams'": "brain cinema's", "drought": "sky dry spell", "drought's": "sky dry spell's", "droughts": "sky deserts", "droughts'": "sky deserts'", "duality": "double vibe", "duality's": "double vibe's", "dualities": "double feels", "dualities'": "double feels'", "duration": "time stretch", "duration's": "time stretch's", "durations": "time sprints", "durations'": "time sprints'", "duty": "job vibe", "duty's": "job vibe's", "duties": "task squads", "duties'": "task squads'", "dynamic": "energy flip", "dynamic's": "energy flip's", "dynamics": "energy flows", "dynamics'": "energy flows'", "earthquake": "ground tantrum", "earthquake's": "ground tantrum's", "earthquakes": "ground tantrums", "earthquakes'": "ground tantrums'", "echo": "sound boomerang", "echo's": "sound boomerang's", "echoes": "sound comebacks", "echoes'": "sound comebacks'", "ecosystem": "nature squad setup", "ecosystem's": "nature squad setup's", "ecosystems": "many nature squad setups", "ecosystems'": "many nature squad setups'", "edit": "cut-and-vibe", "edit's": "cut-and-vibe's", "edits": "snip sessions", "edits'": "snip sessions'", "education": "brain level-up", "education's": "brain level-up's", "educations": "brain unlocks", "educations'": "brain unlocks'", "effect": "cause boomerang", "effect's": "cause boomerang's", "effects": "boomerangs of stuff", "elimination": "bye-bye round", "elimination's": "bye-bye round's", "eliminations": "kick-out sessions", "eliminations'": "kick-out sessions'", "emotion": "feels blast", "emotion's": "feels blast's", "emotions": "feels storms", "emotions'": "feels storms'", "empathy": "feel squad", "empathy's": "feel squad's", "empathies": "feel teams", "empathies'": "feel teams'", "empire": "boss kingdom", "empire's": "boss kingdom's", "empires": "boss realms", "empires'": "boss realms'", "employment": "job hustle", "employment's": "job hustle's", "employments": "gig grinds", "employments'": "gig grinds'", "energy": "hype juice", "energy's": "hype juice's", "energies": "hype flows", "energies'": "hype flows'", "engine": "power brick", "engine's": "power brick's", "engines": "power cubes", "engines'": "power cubes'", "engineering": "build sorcery", "engineering's": "build sorcery's", "engineerings": "build magics", "engineerings'": "build magics'", "enhancement": "level-up juice", "enhancement's": "level-up juice's", "enhancements": "boost potions", "enhancements'": "boost potions'", "enlightenment": "brain sunrise", "enlightenment's": "brain sunrise's", "enlightenments": "lightbulb parties", "enlightenments'": "lightbulb parties'", "enrollment": "class hop-in", "enrollment's": "class hop-in's", "enrollments": "signup squads", "enrollments'": "signup squads'", "enterprise": "biz gang", "enterprise's": "biz gang's", "enterprises": "biz squads", "enterprises'": "biz squads'", "entropy": "chaos score", "entropy's": "chaos score's", "entropies": "mess ratings", "entropies'": "mess ratings'", "environment": "nature zone", "environment's": "nature zone's", "environments": "eco-systems", "environments'": "eco-systems'", "enzyme": "chem helper", "enzyme's": "chem helper's", "enzymes": "reaction crew", "enzymes'": "reaction crew's", "equation": "math recipe", "equation's": "math recipe's", "equations": "number cookbooks", "equations'": "number cookbooks'", "equilibrium": "balance game", "equilibrium's": "balance game's", "equilibriums": "balance modes", "equilibriums'": "balance modes'", "equipment": "gear stash", "equipment's": "gear stash's", "equipments": "tool squads", "equipments'": "tool squads'", "equity": "fairness sauce", "equity's": "fairness sauce's", "equities": "equality jars", "equities'": "equality jars'", "equivalent": "same-same mode", "equivalent's": "same-same mode's", "equivalents": "copy vibes", "equivalents'": "copy vibes'", "era": "time arc", "era's": "time arc's", "eras": "timeline chapters", "eras'": "timeline chapters'", "erosion": "land fade", "erosion's": "land fade's", "erosions": "ground melts", "erosions'": "ground melts'", "error": "whoops alert", "error's": "whoops alert's", "errors": "glitch squad", "errors'": "glitch squad's", "escalation": "tension level-up", "escalation's": "tension level-up's", "escalations": "stress climbs", "escalations'": "stress climbs'", "essay": "word dump", "essay's": "word dump's", "essays": "paragraph parties", "essays'": "paragraph parties'", "essence": "core juice", "essence's": "core juice's", "essences": "core vibes", "essences'": "core vibes'", "establishment": "founder vibes", "establishment's": "founder vibes'", "establishments": "founding places", "establishments'": "founding places'", "estimate": "educated guess", "estimate's": "educated guess's", "estimates": "math-ish numbers", "estimates'": "math-ish numbers'", "ethics": "right-or-wrong radar", "ethics's": "right-or-wrong radar's", "ethic": "moral compass", "ethic's": "moral compass's", "ethnicity": "culture squad", "ethnicity's": "culture squad's", "ethnicities": "culture collectives", "ethnicities'": "culture collectives'", "evaporation": "sky sip", "evaporation's": "sky sip's", "evaporations": "cloud drinks", "evaporations'": "cloud drinks'", "event": "thing that happened", "event's": "thing that happened's", "events": "plot points", "events'": "plot points'", "evidence": "receipts", "evidence's": "receipts'", "evidences": "proof squad", "evidences'": "proof squad's", "evolution": "glow-up story", "evolution's": "glow-up story's", "evolutions": "species glow-ups", "evolutions'": "species glow-ups'", "exchange": "item swap", "exchange's": "item swap's", "exchanges": "swap shops", "exchanges'": "swap shops'", "exclamation": "hype yell", "exclamation's": "hype yell's", "exclamations": "loud bursts", "exclamations'": "loud bursts'", "exercise": "sweat quest", "exercise's": "sweat quest's", "exercises": "repetition marathons", "exercises'": "repetition marathons'", "existence": "being here vibes", "existence's": "being here vibe's", "existences": "reality feels", "existences'": "reality feels'", "expansion": "growth surge", "expansion's": "growth surge's", "expansions": "space upgrades", "expansions'": "space upgrades'", "expectation": "hope stat", "expectation's": "hope stat's", "expectations": "standard vibes", "expectations'": "standard vibes'", "experiment": "science quest", "experiment's": "science quest's", "experiments": "lab sagas", "experiments'": "lab sagas'", "expert": "big brain boss", "expert's": "big brain boss's", "experts": "brainy squad", "experts'": "brainy squad's", "expertise": "skill flex", "expertise's": "skill flex's", "experimenter": "lab wizard", "experimenter's": "lab wizard's", "experimenters": "lab gang", "experimenters'": "lab gang's", "expiration": "bye-bye date", "expiration's": "bye-bye date's", "expirations": "end clocks", "expirations'": "end clocks'", "exploration": "discovery trip", "exploration's": "discovery trip's", "explorations": "curiosity quests", "explorations'": "curiosity quests'", "expression": "word burst", "expression's": "word burst's", "expressions": "vibe drops", "expressions'": "vibe drops'", "extension": "extra stretch", "extension's": "extra stretch's", "extensions": "extra pulls", "extensions'": "extra pulls'", "external": "outside vibes", "external's": "outside vibe's", "externals": "outer squads", "externals'": "outer squads'", "extinction": "species rage-quit", "extinction's": "species rage-quit's", "extinctions": "mass rage-quits", "extinctions'": "mass rage-quits'", "extract": "pull-out mode", "extract's": "pull-out mode's", "extracts": "scoop squads", "extracts'": "scoop squads'", "extremity": "edge zone", "extremity's": "edge zone's", "extremities": "tip vibes", "extremities'": "tip vibes'", "fabric": "weave stuff", "fabric's": "weave stuff's", "fabrics": "weave vibes", "fabrics'": "weave vibes'", "factor": "math piece", "factor's": "math piece's", "factors": "math squad", "factors'": "math squad's", "faculty": "brain squad", "faculty's": "brain squad's", "faculties": "brain crews", "faculties'": "brain crews'", "failure": "oops drop", "failure's": "oops drop's", "failures": "flop vibes", "failures'": "flop vibes'", "faith": "soul GPS", "faith's": "soul GPS's", "faiths": "belief bundles", "faiths'": "belief bundles'", "fallacy": "logic whoopsie", "fallacy's": "logic whoopsie's", "fallacies": "bad brain takes", "fallacies'": "bad brain takes'", "famine": "snack drought", "famine's": "snack drought's", "famines": "zero munch zones", "famines'": "zero munch zones'", "fantasy": "brain movie", "fantasy's": "brain movie's", "fantasies": "dream reels", "fantasies'": "dream reels'", "fashion": "style drip", "fashion's": "style drip's", "fashions": "look squads", "fashions'": "look squads'", "fatigue": "energy ghost", "fatigue's": "energy ghost's", "fatigues": "tired squads", "fatigues'": "tired squads'", "feature": "main flex", "feature's": "main flex's", "features": "flex add-ons", "features'": "flex add-ons'", "feedback": "brain ping", "feedback's": "brain ping's", "feedbacks": "thought echoes", "feedbacks'": "thought echoes'", "fertility": "baby stats", "fertility's": "baby stat's", "fertilities": "kiddo vibes", "fertilities'": "kiddo vibes'", "festival": "vibe rave", "festival's": "vibe rave's", "festivals": "joy marathons", "festivals'": "joy marathons'", "fiber": "string fuel", "fiber's": "string fuel's", "fibers": "thread squads", "fibers'": "thread squads'", "fiction": "made-up tea", "fiction's": "made-up tea's", "fictions": "fake story squads", "fictions'": "fake story squads'", "field": "info turf", "field's": "info turf's", "fields": "topic patches", "fields'": "topic patches'", "figure": "math doodle", "figure's": "math doodle's", "figures": "data curves", "figures'": "data curves'", "filter": "content bouncer", "filter's": "content bouncer's", "filters": "vibe screens", "filters'": "vibe screens'", "final": "endgame moment", "final's": "endgame moment's", "finals": "climax episodes", "finals'": "climax episodes'", "finance": "coin flow", "finance's": "coin flow's", "finances": "money tracks", "finances'": "money tracks'", "finding": "knowledge nugget", "finding's": "knowledge nugget's", "findings": "discovery crumbs", "findings'": "discovery crumbs'", "fire": "lit chaos", "fire's": "lit chaos's", "fires": "flame squads", "fires'": "flame squads'", "firm": "biz brick", "firm's": "biz brick's", "firms": "corporate cubes", "firms'": "corporate cubes'", "fitness": "sweat mode", "fitness's": "sweat mode's", "fittest": "buffest one", "fittest's": "buffest one's", "fix": "quick patch", "fix's": "quick patch's", "fixes": "instant band-aids", "fixes'": "instant band-aids'", "flag": "nation cloth", "flag's": "nation cloth's", "flags": "identity waves", "flags'": "identity waves'", "flame": "hot vibe", "flame's": "hot vibe's", "flames": "burn flows", "flames'": "burn flows'", "flavor": "taste mode", "flavor's": "taste mode's", "flavors": "taste squads", "flavors'": "taste squads'", "flexibility": "bendiness stat", "flexibility's": "bendiness stat's", "flexibilities": "bend squads", "flexibilities'": "bend squads'", "flow": "vibe stream", "flow's": "vibe stream's", "flows": "vibe rivers", "flows'": "vibe rivers'", "fluid": "liquid homie", "fluid's": "liquid homie's", "fluids": "liquid squad", "fluids'": "liquid squad's", "focus": "mind beam", "focus's": "mind beam's", "focuses": "concentration rays", "focuses'": "concentration rays'", "folklore": "old story drip", "folklore's": "old story drip's", "folkores": "tale squads", "folkores'": "tale squads'", "food": "munch fuel", "food's": "munch fuel's", "foods": "snack squads", "foods'": "snack squads'", "force": "push power", "force's": "push power's", "forces": "motion squads", "forces'": "motion squads'", "forecast": "weather guess", "forecast's": "weather guess's", "forecasts": "sky predictions", "forecasts'": "sky predictions'", "forest": "tree city", "forest's": "tree city's", "forests": "leafy squads", "forests'": "leafy squads'", "formula": "science recipe", "formula's": "science recipe's", "formulas": "chem cookbooks", "formulas'": "chem cookbooks'", "fossil": "dino receipt", "fossil's": "dino receipt's", "fossils": "ancient leftovers", "fossils'": "ancient leftovers'", "foundation": "base plate", "foundation's": "base plate's", "foundations": "support blocks", "foundations'": "support blocks'", "fraction": "math slice", "fraction's": "math slice's", "fractions": "pizza parts", "fractions'": "pizza parts'", "framework": "structure squad", "framework's": "structure squad's", "frameworks": "structure packs", "frameworks'": "structure packs'", "frequency": "repeat vibes", "frequency's": "repeat vibe's", "frequencies": "repeat stats", "frequencies'": "repeat stats'", "friction": "rub drama", "friction's": "rub drama's", "frictions": "resistance squads", "frictions'": "resistance squads'", "function": "job mode", "function's": "job mode's", "functions": "task vibes", "functions'": "task vibes'", "fund": "coin stash", "fund's": "coin stash's", "funds": "cash bundles", "funds'": "cash bundles'", "fusion": "combo blast", "fusion's": "combo blast's", "fusions": "merge squads", "fusions'": "merge squads'", "galaxy": "space squad", "galaxy's": "space squad's", "galaxies": "cosmic crews", "galaxies'": "cosmic crews'", "game": "fun quest", "game's": "fun quest's", "games": "play squads", "games'": "play squads'", "gap": "space break", "gap's": "space break's", "gaps": "air blanks", "gaps'": "air blanks'", "gas": "sky juice", "gas's": "sky juice's", "gases": "air squads", "gases'": "air squads'", "gene": "DNA emoji", "gene's": "DNA emoji's", "genes": "trait codes", "genes'": "trait codes'", "generation": "time squad", "generation's": "time squad's", "generations": "age waves", "generations'": "age waves'", "genetics": "code science", "genetics's": "code science's", "genomes": "trait banks", "genome": "trait bank", "genome's": "trait bank's", "geometry": "shape magic", "geometry's": "shape magic's", "geometries": "angle squads", "geometries'": "angle squads'", "geosphere": "rocky layer", "geosphere's": "rocky layer's", "geospheres": "earth crusts", "geospheres'": "earth crusts'", "gesture": "hand talk", "gesture's": "hand talk's", "gestures": "sign squads", "gestures'": "sign squads'", "glacier": "ice slowpoke", "glacier's": "ice slowpoke's", "glaciers": "frozen flows", "glaciers'": "frozen flows'", "goal": "win target", "goal's": "win target's", "goals": "victory dots", "goals'": "victory dots'", "governance": "rule control", "governance's": "rule control's", "governances": "policy plays", "governances'": "policy plays'", "government": "rule squad", "government's": "rule squad's", "governments": "law mobs", "governments'": "law mobs'", "grammar": "word law", "grammar's": "word law's", "grammars": "syntax mobs", "grammars'": "syntax mobs'", "gravity": "planet hug", "gravity's": "planet hug's", "gravitations": "pull squads", "gravitational": "pull vibes", "growth": "glow-up", "growth's": "glow-up's", "growths": "level squads", "growths'": "level squads'", "guess": "brain dart", "guess's": "brain dart's", "guesses": "mind tosses", "guesses'": "mind tosses'", "habitat": "critter crib", "habitat's": "critter crib's", "habitats": "animal apartments", "habitats'": "animal apartments'", "hail": "sky pellets", "hail's": "sky pellets'", "hails": "ice drops", "hails'": "ice drops'", "half-life": "decay countdown", "half-life's": "decay countdown's", "half-lives": "radioactive timers", "half-lives'": "radioactive timers'", "hallucination": "mind movie glitch", "hallucination's": "mind movie glitch's", "hallucinations": "brain fakes", "hallucinations'": "brain fakes'", "hamlet": "tiny town", "hamlet's": "tiny town's", "hamlets": "micro villages", "hamlets'": "micro villages'", "harm": "ouch energy", "harm's": "ouch energy's", "harms": "damage vibes", "harms'": "damage vibes'", "harvest": "crop scoop", "harvest's": "crop scoop's", "harvests": "veggie raids", "harvests'": "veggie raids'", "hazard": "oops zone", "hazard's": "oops zone's", "hazards": "danger dots", "hazards'": "danger dots'", "headquarters": "boss base", "headquarters'": "boss base's", "hearing": "ear stream", "hearing's": "ear stream's", "hearings": "court listens", "hearings'": "court listens'", "heat": "temp boost", "heat's": "temp boost's", "heats": "spicy flows", "heats'": "spicy flows'", "heir": "inheritance champ", "heir's": "inheritance champ's", "heirs": "fortune grabbers", "heirs'": "fortune grabbers'", "helix": "DNA swirl", "helix's": "DNA swirl's", "helices": "double twisties", "helices'": "double twisties'", "hemisphere": "half globe", "hemisphere's": "half globe's", "hemispheres": "earth halves", "hemispheres'": "earth halves'", "heredity": "family code", "heredity's": "family code's", "heritage": "ancestor flex", "heritage's": "ancestor flex's", "hero": "main slayer", "hero's": "main slayer's", "heroes": "legend crew", "heroes'": "legend crew's", "hierarchy": "boss ladder", "hierarchy's": "boss ladder's", "hierarchies": "power stacks", "hierarchies'": "power stacks'", "highlight": "spotlight drip", "highlight's": "spotlight drip's", "highlights": "hype flashes", "highlights'": "hype flashes'", "horizon": "sky edge", "horizon's": "sky edge's", "horizons": "distant lines", "horizons'": "distant lines'", "hormone": "body ping", "hormone's": "body ping's", "hormones": "bio signals", "hormones'": "bio signals'", "hypothesis": "smart guess", "hypothesis's": "smart guess's", "hypotheses": "brain theories", "hypotheses'": "brain theories'", "icon": "clout image", "icon's": "clout image's", "icons": "legend pics", "icons'": "legend pics'", "idea": "brain bulb", "idea's": "brain bulb's", "ideas": "mind sparks", "ideas'": "mind sparks'", "identity": "who dis", "identity's": "who dis's", "identities": "name tags", "identities'": "name tags'", "idiom": "phrase sauce", "idiom's": "phrase sauce's", "idioms": "saying snacks", "idioms'": "saying snacks'", "ignition": "start spark", "ignition's": "start spark's", "ignitions": "engine pops", "ignitions'": "engine pops'", "illusion": "brain trick", "illusion's": "brain trick's", "illusions": "mind bends", "illusions'": "mind bends'", "impact": "collision pop", "impact's": "collision pop's", "impacts": "hit squads", "impacts'": "hit squads'", "imperialism": "land grab vibes", "imperialism's": "land grab vibe's", "imperialisms": "empire moods", "imperialisms'": "empire moods'", "implementation": "put-into-play move", "implementation's": "put-into-play move's", "implementations": "plan activations", "implementations'": "plan activations'", "impulse": "sudden ping", "impulse's": "sudden ping's", "impulses": "instant sparks", "impulses'": "instant sparks'", "incentive": "motivation treat", "incentive's": "motivation treat's", "incentives": "bribe bundles", "incentives'": "bribe bundles'", "incident": "oops story", "incident's": "oops story's", "incidents": "oops tales", "incidents'": "oops tales'", "inclination": "lean vibe", "inclination's": "lean vibe's", "inclinations": "lean modes", "inclinations'": "lean modes'", "income": "coin stream", "income's": "coin stream's", "incomes": "money flows", "incomes'": "money flows'", "index": "book GPS", "index's": "book GPS's", "indexes": "word maps", "indexes'": "word maps'", "indicator": "hint blip", "indicator's": "hint blip's", "indicators": "signal dots", "indicators'": "signal dots'", "individual": "solo unit", "individual's": "solo unit's", "individuals": "solo players", "individuals'": "solo players'", "industry": "biz zone", "industry's": "biz zone's", "industries": "biz sectors", "industries'": "biz sectors'", "inequality": "math unfair", "inequality's": "math unfair's", "inequalities": "number beefs", "inequalities'": "number beefs'", "infection": "germ takeover", "infection's": "germ takeover's", "infections": "body invasions", "infections'": "body invasions'", "inference": "brain connect", "inference's": "brain connect's", "inferences": "think bridges", "inferences'": "think bridges'", "infrastructure": "support skeleton", "infrastructure's": "support skeleton's", "infrastructures": "base blueprints", "infrastructures'": "base blueprints'", "ingredient": "food part", "ingredient's": "food part's", "ingredients": "snack squad", "ingredients'": "snack squad's", "inheritance": "legacy loot", "inheritance's": "legacy loot's", "inheritances": "ancestor drops", "inheritances'": "ancestor drops'", "innovation": "new idea bomb", "innovation's": "new idea bomb's", "innovations": "brain wave packs", "innovations'": "brain wave packs'", "input": "info drop", "input's": "info drop's", "inputs": "data snacks", "inputs'": "data snacks'", "inquiry": "question dive", "inquiry's": "question dive's", "inquiries": "curiosity raids", "inquiries'": "curiosity raids'", "insight": "brain sparkle", "insight's": "brain sparkle's", "insights": "mind beams", "insights'": "mind beams'", "instinct": "gut ping", "instinct's": "gut ping's", "instincts": "animal hunches", "instincts'": "animal hunches'", "instruction": "how-to vibe", "instruction's": "how-to vibe's", "instructions": "do-this lists", "instructions'": "do-this lists'", "instrument": "tune tool", "instrument's": "tune tool's", "instruments": "sound squad", "instruments'": "sound squad's", "insulation": "cozy layer", "insulation's": "cozy layer's", "insulations": "chill shields", "insulations'": "chill shields'", "integral": "must-have chunk", "integral's": "must-have chunk's", "integrals": "core bits", "integrals'": "core bits'", "integration": "fusion party", "integration's": "fusion party's", "integrations": "merge moves", "integrations'": "merge moves'", "intellect": "brain juice", "intellect's": "brain juice's", "intellects": "smart squads", "intellects'": "smart squads'", "intelligence": "IQ drip", "intelligence's": "IQ drip's", "intelligences": "mental flows", "intelligences'": "mental flows'", "intensity": "max mood", "intensity's": "max mood's", "intensities": "peak vibes", "intensities'": "peak vibes'", "interaction": "vibe exchange", "interaction's": "vibe exchange's", "interactions": "vibe trades", "interactions'": "vibe trades'", "interface": "connection zone", "interface's": "connection zone's", "interfaces": "user highways", "interfaces'": "user highways'", "interference": "signal beef", "interference's": "signal beef's", "interferences": "zap tangles", "interferences'": "zap tangles'", "interior": "inside zone", "interior's": "inside zone's", "interiors": "inner vibes", "interiors'": "inner vibes'", "intermediate": "middle child mode", "intermediate's": "middle child mode's", "intermediates": "in-betweeners", "intermediates'": "in-betweeners'", "internal": "inside stuff", "internal's": "inside stuff's", "internals": "inner goods", "internals'": "inner goods'", "interpretation": "brain take", "interpretation's": "brain take's", "interpretations": "think versions", "interpretations'": "think versions'", "intersection": "street hug", "intersection's": "street hug's", "intersections": "road squads", "intersections'": "road squads'", "interval": "pause gap", "interval's": "pause gap's", "intervals": "space chunks", "intervals'": "space chunks'", "intervention": "rescue move", "intervention's": "rescue move's", "interventions": "help squads", "interventions'": "help squads'", "interview": "info chat", "interview's": "info chat's", "interviews": "question hangouts", "interviews'": "question hangouts'", "introduction": "story door", "introduction's": "story door's", "introductions": "opening squad", "introductions'": "opening squad's", "invention": "idea spawn", "invention's": "idea spawn's", "inventions": "brainchilds", "inventions'": "brainchilds'", "investigation": "clue hunt", "investigation's": "clue hunt's", "investigations": "evidence missions", "investigations'": "evidence missions'", "investment": "coin gamble", "investment's": "coin gamble's", "investments": "money plays", "investments'": "money plays'", "invitation": "party pass", "invitation's": "party pass's", "invitations": "event tickets", "invitations'": "event tickets'", "involvement": "get-in vibes", "involvement's": "get-in vibe's", "involvements": "squad entries", "involvements'": "squad entries'", "ion": "zappy atom", "ion's": "zappy atom's", "ions": "charged bits", "ions'": "charged bits'", "irony": "smart sass", "irony's": "smart sass's", "ironies": "clever burns", "ironies'": "clever burns'", "island": "land floater", "island's": "land floater's", "islands": "ocean dots", "islands'": "ocean dots'", "issue": "drama packet", "issue's": "drama packet's", "issues": "problem stack", "issues'": "problem stack's", "item": "thingy", "item's": "thingy's", "items": "object gang", "items'": "object gang's", "iteration": "repeat mode", "iteration's": "repeat mode's", "iterations": "retry squads", "iterations'": "retry squads'", "jet": "sky stream", "jet's": "sky stream's", "jets": "air zippers", "jets'": "air zippers'", "job": "grind gig", "job's": "grind gig's", "jobs": "money quests", "jobs'": "money quests'", "journal": "thought log", "journal's": "thought log's", "journals": "paper diaries", "journals'": "paper diaries'", "judge": "truth boss", "judge's": "truth boss's", "judges": "gavel squad", "judges'": "gavel squad's", "judgment": "brain verdict", "judgment's": "brain verdict's", "judgments": "mind rulings", "judgments'": "mind rulings'", "junction": "cross path", "junction's": "cross path's", "junctions": "merge streets", "junctions'": "merge streets'", "justice": "fairness drip", "justice's": "fairness drip's", "justices": "law lords", "justices'": "law lords'", "juxtaposition": "side-by-side squad", "juxtaposition's": "side-by-side squad's", "juxtapositions": "compare vibes", "juxtapositions'": "compare vibes'", "kinetic": "motion lit", "kinetic's": "motion lit's", "kinetics": "move vibes", "kinetics'": "move vibes'", "kingdom": "ruler turf", "kingdom's": "ruler turf's", "kingdoms": "crown zones", "kingdoms'": "crown zones'", "knowledge": "brain bank", "knowledge's": "brain bank's", "knowledges": "fact hordes", "knowledges'": "fact hordes'", "lab": "science den", "lab's": "science den's", "labs": "experiment caves", "labs'": "experiment caves'", "label": "name tag", "label's": "name tag's", "labels": "info stickers", "labels'": "info stickers'", "labor": "work vibes", "labor's": "work vibe's", "labors": "effort squads", "labors'": "effort squads'", "laboratory": "science zone", "laboratory's": "science zone's", "laboratories": "experiment hubs", "laboratories'": "experiment hubs'", "lack": "missing piece", "lack's": "missing piece's", "lacks": "short stacks", "lacks'": "short stacks'", "land": "ground patch", "land's": "ground patch's", "lands": "earth chunks", "lands'": "earth chunks'", "landscape": "terrain drip", "landscape's": "terrain drip's", "landscapes": "earth scenes", "landscapes'": "earth scenes'", "language": "talk mode", "language's": "talk mode's", "languages": "word squads", "languages'": "word squads'", "law": "rule drop", "law's": "rule drop's", "laws": "legal codes", "laws'": "legal codes'", "layer": "stack slice", "layer's": "stack slice's", "layers": "strata vibes", "layers'": "strata vibes'", "leadership": "boss mode", "leadership's": "boss mode's", "leaderships": "captain vibes", "leaderships'": "captain vibes'", "leaf": "plant pad", "leaf's": "plant pad's", "leaves": "green squad", "leaves'": "green squad's", "learning": "brain gym", "learning's": "brain gym's", "learnings": "mental reps", "learnings'": "mental reps'", "legend": "myth flex", "legend's": "myth flex's", "legends": "epic tales", "legends'": "epic tales'", "length": "stretch stat", "length's": "stretch stat's", "lengths": "long vibes", "lengths'": "long vibes'", "level": "XP tier", "level's": "XP tier's", "levels": "rank stages", "levels'": "rank stages'", "lever": "move stick", "lever's": "move stick's", "levers": "tilt tools", "levers'": "tilt tools'", "library": "book fortress", "library's": "book fortress's", "libraries": "page castles", "libraries'": "page castles'", "life": "existence vibe", "life's": "existence vibe's", "lives": "human mode", "lives'": "human mode's", "light": "glow juice", "light's": "glow juice's", "lights": "beam squads", "lights'": "beam squads'", "limitation": "boundary buzzkill", "limitation's": "boundary buzzkill's", "limitations": "cap squads", "limitations'": "cap squads'", "line": "draw path", "line's": "draw path's", "lines": "direction trails", "lines'": "direction trails'", "link": "connection vibe", "link's": "connection vibe's", "links": "bond bridges", "links'": "bond bridges'", "liquid": "drip mode", "liquid's": "drip mode's", "liquids": "fluid crews", "liquids'": "fluid crews'", "literature": "word legacy", "literature's": "word legacy's", "literatures": "story stacks", "literatures'": "story stacks'", "location": "map dot", "location's": "map dot's", "locations": "place squads", "locations'": "place squads'", "logic": "brain rules", "logic's": "brain rules'", "logics": "reason paths", "logics'": "reason paths'", "loop": "repeat ring", "loop's": "repeat ring's", "loops": "circle squads", "loops'": "circle squads'", "loss": "L drop", "loss's": "L drop's", "losses": "fail packs", "losses'": "fail packs'", "loudness": "volume vibes", "loudness's": "volume vibe's", "loudnesses": "noise stats", "loudnesses'": "noise stats'", "machine": "metal doer", "machine's": "metal doer's", "machines": "gear squads", "machines'": "gear squads'", "magnitude": "power level", "magnitude's": "power level's", "magnitudes": "force vibes", "magnitudes'": "force vibes'", "main": "big boss", "main's": "big boss's", "mains": "key players", "mains'": "key players'", "maintenance": "fix-up flow", "maintenance's": "fix-up flow's", "maintenances": "repair squads", "maintenances'": "repair squads'", "majority": "most squad", "majority's": "most squad's", "majorities": "big portions", "majorities'": "big portions'", "mammal": "furry homie", "mammal's": "furry homie's", "mammals": "warm squads", "mammals'": "warm squads'", "management": "control crew", "management's": "control crew's", "managements": "boss squads", "managements'": "boss squads'", "mandate": "rule drop", "mandate's": "rule drop's", "mandates": "must-do scrolls", "mandates'": "must-do scrolls'", "manifestation": "idea spawn", "manifestation's": "idea spawn's", "manifestations": "vibe popups", "manifestations'": "vibe popups'", "manner": "how style", "manner's": "how style's", "manners": "vibe ways", "manners'": "vibe ways'", "manual": "hand mode", "manual's": "hand mode's", "manuals": "guide scrolls", "manuals'": "guide scrolls'", "map": "place picture", "map's": "place picture's", "maps": "location scrolls", "maps'": "location scrolls'", "margin": "edge gap", "margin's": "edge gap's", "margins": "border space", "margins'": "border space'", "mark": "score dot", "mark's": "score dot's", "marks": "grade tags", "marks'": "grade tags'", "market": "coin place", "market's": "coin place's", "markets": "money zones", "markets'": "money zones'", "mass": "weight gang", "mass's": "weight gang's", "masses": "heavy squads", "masses'": "heavy squads'", "material": "stuff vibe", "material's": "stuff vibe's", "materials": "build bits", "materials'": "build bits'", "matter": "stuff core", "matter's": "stuff core's", "matters": "existence squad", "matters'": "existence squad's", "maturity": "grown-up mode", "maturity's": "grown-up mode's", "maturities": "wise waves", "maturities'": "wise waves'", "maximum": "limit boss", "maximum's": "limit boss's", "maximums": "top stats", "maximums'": "top stats'", "meal": "food squad", "meal's": "food squad's", "meals": "munch units", "meals'": "munch units'", "measurement": "number check", "measurement's": "number check's", "measurements": "data sizes", "measurements'": "data sizes'", "mechanic": "fix wizard", "mechanic's": "fix wizard's", "mechanics": "tech squad", "mechanics'": "tech squad's'", "mediation": "peace mode", "mediation's": "peace mode's", "mediations": "drama coolers", "mediations'": "drama coolers'", "medicine": "heal juice", "medicine's": "heal juice's", "medicines": "sick fixes", "medicines'": "sick fixes'", "medium": "vibe level", "medium's": "vibe level's", "mediums": "message portals", "mediums'": "message portals'", "melody": "tune flow", "melody's": "tune flow's", "melodies": "song drips", "melodies'": "song drips'", "member": "crew homie", "member's": "crew homie's", "members": "team folks", "members'": "team folks'", "membership": "crew card", "membership's": "crew card's", "memberships": "access squads", "memberships'": "access squads'", "memory": "brain folder", "memory's": "brain folder's", "memories": "mind pics", "memories'": "mind pics'", "mention": "name drop", "mention's": "name drop's", "mentions": "shoutouts", "mentions'": "shoutouts'", "mentorship": "guide vibes", "mentorship's": "guide vibes'", "mentorships": "coach crews", "mentorships'": "coach crews'", "merchant": "trade bro", "merchant's": "trade bro's", "merchants": "shop squad", "merchants'": "shop squad's'", "mercury": "space silver", "mercury's": "space silver's", "message": "word drop", "message's": "word drop's", "messages": "text squads", "messages'": "text squads'", "metabolism": "body burn rate", "metabolism's": "body burn rate's", "metabolisms": "calorie engines", "metabolisms'": "calorie engines'", "metal": "shiny solid", "metal's": "shiny solid's", "metals": "element bling", "metals'": "element bling'", "metaphor": "word cosplay", "metaphor's": "word cosplay's", "metaphors": "phrase dress-ups", "metaphors'": "phrase dress-ups'", "meteor": "space rock", "meteor's": "space rock's", "meteors": "sky bullets", "meteors'": "sky bullets'", "method": "how-to hack", "method's": "how-to hack's", "methods": "process squads", "methods'": "process squads'", "metric": "measure stat", "metric's": "measure stat's", "metrics": "score vibes", "metrics'": "score vibes'", "microbe": "tiny invader", "microbe's": "tiny invader's", "microbes": "minisquad germs", "microbes'": "minisquad germs'", "microbiology": "tiny life lore", "microbiology's": "tiny life lore's", "migration": "move season", "migration's": "move season's", "migrations": "relocation squads", "migrations'": "relocation squads'", "milestone": "big step", "milestone's": "big step's", "milestones": "progress dots", "milestones'": "progress dots'", "military": "army gang", "military's": "army gang's", "militaries": "combat squads", "militaries'": "combat squads'", "mineral": "earth bling", "mineral's": "earth bling's", "minerals": "geo gems", "minerals'": "geo gems'", "minimum": "bare min mode", "minimum's": "bare min mode's", "minimums": "tiny thresholds", "minimums'": "tiny thresholds'", "minute": "tiny time slice", "minute's": "tiny time slice's", "minutes": "clock crumbs", "minutes'": "clock crumbs'", "miracle": "reality glitch", "miracle's": "reality glitch's", "miracles": "bless pops", "miracles'": "bless pops'", "mirror": "lookback glass", "mirror's": "lookback glass's", "mirrors": "reflection gang", "mirrors'": "reflection gang's'", "mission": "quest call", "mission's": "quest call's", "missions": "grind goals", "missions'": "grind goals'", "mistake": "oops drop", "mistake's": "oops drop's", "mistakes": "fail vibes", "mistakes'": "fail vibes'", "mixture": "combo stew", "mixture's": "combo stew's", "mixtures": "blend gangs", "mixtures'": "blend gangs'", "model": "blueprint boo", "model's": "blueprint boo's", "models": "design crew", "models'": "design crew's'", "moderator": "comment cop", "moderator's": "comment cop's", "moderators": "chat squad", "moderators'": "chat squad's'", "moment": "time blip", "moment's": "time blip's", "moments": "tick squads", "moments'": "tick squads'", "monarch": "crown boss", "monarch's": "crown boss's", "monarchs": "rule squad", "monarchs'": "rule squad's'", "money": "coin stack", "money's": "coin stack's", "monies": "cash crews", "monies'": "cash crews'", "monitor": "screen squad", "monitor's": "screen squad's", "monitors": "tech windows", "monitors'": "tech windows'", "monologue": "solo speech", "monologue's": "solo speech's", "monologues": "talk solos", "monologues'": "talk solos'", "monster": "scary homie", "monster's": "scary homie's", "monsters": "fear squad", "monsters'": "fear squad's'", "month": "calendar slice", "month's": "calendar slice's", "months": "time chunks", "months'": "time chunks'", "moon": "sky orb", "moon's": "sky orb's", "moons": "space homies", "moons'": "space homies'", "moral": "ethics vibe", "moral's": "ethics vibe's", "morals": "right-or-wrong codes", "morals'": "right-or-wrong codes'", "motion": "move mode", "motion's": "move mode's", "motions": "mobility vibes", "motions'": "mobility vibes'", "motivation": "get-up juice", "motivation's": "get-up juice's", "motivations": "hustle sparks", "motivations'": "hustle sparks'", "motor": "engine boi", "motor's": "engine boi's", "motors": "spin gang", "motors'": "spin gang's'", "mountain": "rocky chonk", "mountain's": "rocky chonk's", "mountains": "sky bumps", "mountains'": "sky bumps'", "movement": "go squad", "movement's": "go squad's", "movements": "action crews", "movements'": "action crews'", "mud": "wet dirt vibe", "mud's": "wet dirt vibe's", "muds": "squish patches", "muds'": "squish patches'", "multiple": "more than uno", "multiple's": "more than uno's", "multiples": "stacked squads", "multiples'": "stacked squads'", "multiplication": "math cloning", "multiplication's": "math cloning's", "multiplications": "number factories", "multiplications'": "number factories'", "muscle": "body beef", "muscle's": "body beef's", "muscles": "buff units", "muscles'": "buff units'", "museum": "history vault", "museum's": "history vault's", "museums": "artifact homes", "museums'": "artifact homes'", "music": "sound drip", "music's": "sound drip's", "musics": "track squads", "musics'": "track squads'", "mutation": "DNA remix", "mutation's": "DNA remix's", "mutations": "gene glow-ups", "mutations'": "gene glow-ups'", "mystery": "brain itch", "mystery's": "brain itch's", "mysteries": "unsolved squads", "mysteries'": "unsolved squads'", "nail": "tiny stabber", "nail's": "tiny stabber's", "nails": "finger shields", "nails'": "finger shields'", "name": "ID tag", "name's": "ID tag's", "names": "label squad", "names'": "label squad's'", "narrative": "story sauce", "narrative's": "story sauce's", "narratives": "plot drips", "narratives'": "plot drips'", "nation": "country gang", "nation's": "country gang's", "nations": "flag crews", "nations'": "flag crews'", "natural": "no cap nature", "natural's": "no cap nature's", "naturals": "organic squads", "naturals'": "organic squads'", "nature": "earth vibes", "nature's": "earth vibes'", "natures": "outdoor moods", "natures'": "outdoor moods'", "navigation": "map flex", "navigation's": "map flex's", "navigations": "wayfinding vibes", "navigations'": "wayfinding vibes'", "need": "vibe hunger", "need's": "vibe hunger's", "needs": "must-haves", "needs'": "must-haves'", "negative": "nope vibe", "negative's": "nope vibe's", "negatives": "bad energies", "negatives'": "bad energies'", "nerve": "zap wire", "nerve's": "zap wire's", "nerves": "body signalers", "nerves'": "body signalers'", "net": "catch cloth", "net's": "catch cloth's", "nets": "trap squads", "nets'": "trap squads'", "network": "connect grid", "network's": "connect grid's", "networks": "link squads", "networks'": "link squads'", "neuron": "brain wire", "neuron's": "brain wire's", "neurons": "thought circuits", "neurons'": "thought circuits'", "news": "info blast", "news'": "info blast's", "newspapers": "info scrolls", "newspaper": "old-school post", "newspaper's": "old-school post's", "niche": "tiny zone", "niche's": "tiny zone's", "niches": "specific corners", "niches'": "specific corners'", "night": "dark o'clock", "night's": "dark o'clock's", "nights": "moon squad", "nights'": "moon squad's'", "nitrogen": "sky filler", "nitrogen's": "sky filler's", "noon": "sun top time", "noon's": "sun top time's", "norm": "regular vibe", "norm's": "regular vibe's", "norms": "usual squad", "norms'": "usual squad's'", "notebook": "paper brain", "notebook's": "paper brain's", "notebooks": "idea folders", "notebooks'": "idea folders'", "note": "brain ping", "note's": "brain ping's", "notes": "thought snacks", "notes'": "thought snacks'", "nucleus": "cell HQ", "nucleus's": "cell HQ's", "nuclei": "command cores", "nuclei'": "command cores'", "number": "math ID", "number's": "math ID's", "numbers": "digit squad", "numbers'": "digit squad's'", "nutrient": "body snack", "nutrient's": "body snack's", "nutrients": "health drops", "nutrients'": "health drops'", "object": "thing vibe", "object's": "thing vibe's", "objects": "item squad", "objects'": "item squad's'", "observation": "look mode", "observation's": "look mode's", "observations": "watch vibes", "observations'": "watch vibes'", "obstacle": "vibe blocker", "obstacle's": "vibe blocker's", "obstacles": "grind gates", "obstacles'": "grind gates'", "ocean": "big wet zone", "ocean's": "big wet zone's", "oceans": "blue squads", "oceans'": "blue squads'", "octopus": "wiggle legend", "octopus's": "wiggle legend's", "octopuses": "inky mobs", "octopuses'": "inky mobs'", "odor": "nose signal", "odor's": "nose signal's", "odors": "sniff vibes", "odors'": "sniff vibes'", "offense": "attack energy", "offense's": "attack energy's", "offenses": "aggression squads", "offenses'": "aggression squads'", "officer": "rule enforcer", "officer's": "rule enforcer's", "officers": "badge gang", "officers'": "badge gang's'", "official": "legit squad", "official's": "legit squad's", "officials": "auth gang", "officials'": "auth gang's'", "oil": "grease juice", "oil's": "grease juice's", "oils": "slip squads", "oils'": "slip squads'", "old": "vintage mode", "old's": "vintage mode's", "older": "extra vintage", "oldest": "OG relic", "olympics": "sport battle royale", "olympics'": "sport battle royale's", "onion": "cry veggie", "onion's": "cry veggie's", "onions": "tear snacks", "onions'": "tear snacks'", "opera": "fancy sing-off", "opera's": "fancy sing-off's", "operas": "dramatic bangers", "operas'": "dramatic bangers'", "operation": "plan in motion", "operation's": "plan in motion's", "operations": "task engines", "operations'": "task engines'", "opinion": "brain vibe", "opinion's": "brain vibe's", "opinions": "thought squad", "opinions'": "thought squad's'", "opponent": "clash buddy", "opponent's": "clash buddy's", "opponents": "rival crew", "opponents'": "rival crew's'", "opportunity": "clout window", "opportunity's": "clout window's", "opportunities": "glow-up gates", "opportunities'": "glow-up gates'", "optics": "eye tech", "optics's": "eye tech's", "orbit": "space swirl", "orbit's": "space swirl's", "orbits": "cosmic loops", "orbits'": "cosmic loops'", "organ": "body gear", "organ's": "body gear's", "organs": "bio hardware", "organs'": "bio hardware'", "organization": "structure squad", "organization's": "structure squad's", "organizations": "coordinated crews", "organizations'": "coordinated crews'", "origin": "where it pop off", "origin's": "pop-off point's", "origins": "story spawn points", "origins'": "story spawn points'", "ornament": "decor drip", "ornament's": "decor drip's", "ornaments": "holiday flex", "ornaments'": "holiday flex'", "osmosis": "water sneak", "osmosis's": "water sneak's", "outcome": "end vibe", "outcome's": "end vibe's", "outcomes": "final squads", "outcomes'": "final squads'", "outfit": "drip check", "outfit's": "drip check's", "outfits": "style units", "outfits'": "style units'", "output": "result sauce", "output's": "result sauce's", "outputs": "end drops", "outputs'": "end drops'", "oval": "egg shape", "oval's": "egg shape's", "ovals": "ellipse gang", "ovals'": "ellipse gang's'", "overlap": "vibe merge", "overlap's": "vibe merge's", "overlaps": "intersection squads", "overlaps'": "intersection squads'", "oxygen": "breath juice", "oxygen's": "breath juice's", "ozone": "sky shield", "ozone's": "sky shield's", "pace": "speed vibe", "pace's": "speed vibe's", "paces": "move rhythm", "paces'": "move rhythm's'", "packet": "data snack", "packet's": "data snack's", "packets": "info nibbles", "packets'": "info nibbles'", "painting": "color drip", "painting's": "color drip's", "paintings": "art slaps", "paintings'": "art slaps'", "pair": "thing duo", "pair's": "thing duo's", "pairs": "two squads", "pairs'": "two squads'", "palace": "royal crib", "palace's": "royal crib's", "palaces": "crown mansions", "palaces'": "crown mansions'", "pandemic": "world sick party", "pandemic's": "world sick party's", "pandemics": "global germ fest", "pandemics'": "global germ fest'", "panel": "discussion squad", "panel's": "discussion squad's", "panels": "talk teams", "panels'": "talk teams'", "paper": "tree page", "paper's": "tree page's", "papers": "written squad", "papers'": "written squad'", "parallel": "side-by-side vibe", "parallel's": "side-by-side vibe's", "parallels": "aligned squads", "parallels'": "aligned squads'", "parameter": "rule box", "parameter's": "rule box's", "parameters": "setting squad", "parameters'": "setting squad's'", "parent": "OG unit", "parent's": "OG unit's", "parents": "creator squad", "parents'": "creator squad's'", "particle": "tiny stuff", "particle's": "tiny stuff's", "particles": "nano bits", "particles'": "nano bits'", "partner": "ride-or-die", "partner's": "ride-or-die's", "partners": "duo squad", "partners'": "duo squad's'", "passage": "text hallway", "passage's": "text hallway's", "passages": "read zones", "passages'": "read zones'", "passion": "burning feels", "passion's": "burning feels'", "passions": "heart vibes", "passions'": "heart vibes'", "pattern": "repeat style", "pattern's": "repeat style's", "patterns": "design loops", "patterns'": "design loops'", "pause": "wait vibe", "pause's": "wait vibe's", "pauses": "chill breaks", "pauses'": "chill breaks'", "peak": "top flex", "peak's": "top flex's", "peaks": "high squads", "peaks'": "high squads'", "peer": "equal homie", "peer's": "equal homie's", "peers": "same-level squad", "peers'": "same-level squad's'", "pen": "ink stick", "pen's": "ink stick's", "pens": "scribble tools", "pens'": "scribble tools'", "pencil": "erasable wand", "pencil's": "erasable wand's", "pencils": "write sticks", "pencils'": "write sticks'", "percent": "part hundred", "percent's": "part hundred's", "percents": "math slices", "percents'": "math slices'", "perception": "mind filter", "perception's": "mind filter's", "perceptions": "thought lenses", "perceptions'": "thought lenses'", "performance": "show-off stats", "performance's": "show-off stats'", "performances": "flex sessions", "performances'": "flex sessions'", "period": "time dot", "period's": "time dot's", "periods": "era chunks", "periods'": "era chunks'", "permanent": "forever mode", "permanent's": "forever mode's", "person": "human boi", "person's": "human boi's", "persons": "flesh squad", "persons'": "flesh squad's'", "personality": "vibe flavor", "personality's": "vibe flavor's", "personalities": "soul drips", "personalities'": "soul drips'", "perspective": "mind angle", "perspective's": "mind angle's", "perspectives": "view squads", "perspectives'": "view squads'", "phenomenon": "wild thing", "phenomenon's": "wild thing's", "phenomena": "event squad", "phenomena'": "event squad's'", "philosopher": "think wizard", "philosopher's": "think wizard's", "philosophers": "big brain gang", "philosophers'": "big brain gang's'", "philosophy": "thinky stuff", "philosophy's": "thinky stuff's", "philosophies": "deep brain lore", "philosophies'": "deep brain lore'", "photon": "light nugget", "photon's": "light nugget's", "photons": "zap dots", "photons'": "zap dots'", "phrase": "word squad", "phrase's": "word squad's", "phrases": "lingo combos", "phrases'": "lingo combos'", "physical": "body-based", "physical's": "body-based's", "physicals": "touch-based vibes", "physicals'": "touch-based vibes'", "physics": "move law science", "physics's": "move law science's", "piano": "fancy key slab", "piano's": "fancy key slab's", "pianos": "music rectangles", "pianos'": "music rectangles'", "picture": "pixel freeze", "picture's": "pixel freeze's", "pictures": "frame squad", "pictures'": "frame squad's'", "piece": "thing chunk", "piece's": "thing chunk's", "pieces": "object crumbs", "pieces'": "object crumbs'", "planet": "space marble", "planet's": "space marble's", "planets": "orbit balls", "planets'": "orbit balls'", "plant": "leaf boi", "plant's": "leaf boi's", "plants": "green gang", "plants'": "green gang's'", "plastic": "fake solid", "plastic's": "fake solid's", "plastics": "mold gang", "plastics'": "mold gang's'", "platform": "stage zone", "platform's": "stage zone's", "platforms": "rise pads", "platforms'": "rise pads'", "poem": "word dance", "poem's": "word dance's", "poems": "verse squad", "poems'": "verse squad's'", "point": "dot of fact", "point's": "dot of fact's", "points": "highlight blips", "points'": "highlight blips'", "polar": "opposite end", "polar's": "opposite end's", "polars": "cold squad", "polars'": "cold squad's'", "policy": "rule vibe", "policy's": "rule vibe's", "policies": "govern codes", "policies'": "govern codes'", "politics": "power drama", "politics's": "power drama's", "pollution": "air crime", "pollution's": "air crime's", "pollutions": "earth messes", "pollutions'": "earth messes'", "population": "people count", "population's": "people count's", "populations": "crowd squads", "populations'": "crowd squads'", "position": "place vibe", "position's": "place vibe's", "positions": "spot squad", "positions'": "spot squad's'", "positive": "good vibe", "positive's": "good vibe's", "positives": "happy stats", "positives'": "happy stats'", "possibility": "chance spark", "possibility's": "chance spark's", "possibilities": "maybesquad", "possibilities'": "maybesquad'", "poster": "wall flex", "poster's": "wall flex's", "posters": "flat ads", "posters'": "flat ads'", "potassium": "banana metal", "potassium's": "banana metal's", "pound": "weight thump", "pound's": "weight thump's", "pounds": "mass squad", "pounds'": "mass squad's'", "power": "energy drip", "power's": "energy drip's", "powers": "force squad", "powers'": "force squad's'", "practice": "try sesh", "practice's": "try sesh's", "practices": "grind loops", "practices'": "grind loops'", "precaution": "uh-oh shield", "precaution's": "uh-oh shield's", "precautions": "safety vibes", "precautions'": "safety vibes'", "prediction": "future guess", "prediction's": "future guess's", "predictions": "what-if squad", "predictions'": "what-if squad's'", "prejudice": "judgy juice", "prejudice's": "judgy juice's", "prejudices": "bias bombs", "prejudices'": "bias bombs'", "preparation": "get-ready mode", "preparation's": "get-ready mode's", "preparations": "setup squad", "preparations'": "setup squad's'", "presence": "here mode", "presence's": "here mode's", "presences": "existence auras", "presences'": "existence auras'", "pressure": "squeeze vibe", "pressure's": "squeeze vibe's", "pressures": "stress squad", "pressures'": "stress squad's'", "prevention": "trouble block", "prevention's": "trouble block's", "preventions": "nope plans", "preventions'": "nope plans'", "price": "coin cost", "price's": "coin cost's", "prices": "tag squad", "prices'": "tag squad's'", "pride": "ego sparkle", "pride's": "ego sparkle's", "prides": "confidence gang", "prides'": "confidence gang's'", "principle": "rule core", "principle's": "rule core's", "principles": "value squad", "principles'": "value squad's'", "print": "paper drop", "print's": "paper drop's", "prints": "hardcopy squad", "prints'": "hardcopy squad's'", "priority": "top pick", "priority's": "top pick's", "priorities": "urgent crew", "priorities'": "urgent crew's'", "prism": "light splitter", "prism's": "light splitter's", "prisms": "color crystals", "prisms'": "color crystals'", "probability": "chance percent", "probability's": "chance percent's", "probabilities": "stat odds", "probabilities'": "stat odds'", "problem": "brain cruncher", "problem's": "brain cruncher's", "problems": "trouble squad", "problems'": "trouble squad's'", "procedure": "do-this script", "procedure's": "do-this script's", "procedures": "how-to plays", "procedures'": "how-to plays'", "process": "task flow", "process's": "task flow's", "processes": "step squad", "processes'": "step squad's'", "product": "output thing", "product's": "output thing's", "products": "buyables", "products'": "buyables'", "profile": "vibe card", "profile's": "vibe card's", "profiles": "info panels", "profiles'": "info panels'", "program": "code event", "program's": "code event's", "programs": "app squad", "programs'": "app squad's'", "progress": "glow-up steps", "progress's": "glow-up steps'", "progresses": "level journeys", "progresses'": "level journeys'", "project": "mission drip", "project's": "mission drip's", "projects": "build squad", "projects'": "build squad's'", "property": "thing you got", "property's": "thing you got's", "properties": "owned squad", "properties'": "owned squad's'", "proportion": "part ratio", "proportion's": "part ratio's", "proportions": "size vibes", "proportions'": "size vibes'", "proposal": "plan pitch", "proposal's": "plan pitch's", "proposals": "idea drops", "proposals'": "idea drops'", "protein": "muscle munch", "protein's": "muscle munch's", "proteins": "gain squad", "proteins'": "gain squad's'", "prototype": "alpha drip", "prototype's": "alpha drip's", "prototypes": "test squads", "prototypes'": "test squads'", "province": "mini nation", "province's": "mini nation's", "provinces": "regional gangs", "provinces'": "regional gangs'", "psychology": "mind decode", "psychology's": "mind decode's", "psychologies": "head science", "psychologies'": "head science'", "publication": "print drop", "publication's": "print drop's", "publications": "info launches", "publications'": "info launches'", "publisher": "book boss", "publisher's": "book boss's", "publishers": "print squad", "publishers'": "print squad's'", "pulse": "heart zap", "pulse's": "heart zap's", "pulses": "beat squad", "pulses'": "beat squad's'", "pump": "push juice", "pump's": "push juice's", "pumps": "pressure squads", "pumps'": "pressure squads'", "punishment": "ouch penalty", "punishment's": "ouch penalty's", "punishments": "rule slaps", "punishments'": "rule slaps'", "pupil": "eye dot", "pupil's": "eye dot's", "pupils": "sight holes", "pupils'": "sight holes'", "purpose": "reason vibe", "purpose's": "reason vibe's", "purposes": "meaning squad", "purposes'": "meaning squad's'", "pursuit": "goal chase", "pursuit's": "goal chase's", "pursuits": "ambition squad", "pursuits'": "ambition squad's'", "puzzle": "brain tangle", "puzzle's": "brain tangle's", "puzzles": "logic knots", "puzzles'": "logic knots'", "quality": "vibe grade", "quality's": "vibe grade's", "qualities": "feature squad", "qualities'": "feature squad's'", "quantity": "number pile", "quantity's": "number pile's", "quantities": "math squads", "quantities'": "math squads'", "quarter": "coin slice", "quarter's": "coin slice's", "quarters": "1/4 gangs", "quarters'": "1/4 gangs'", "question": "curiosity ping", "question's": "curiosity ping's", "questions": "ask squad", "questions'": "ask squad's'", "quote": "word lift", "quote's": "word lift's", "quotes": "text boosts", "quotes'": "text boosts'", "race": "speed duel", "race's": "speed duel's", "races": "zoom squad", "races'": "zoom squad's'", "radiation": "invisible zap", "radiation's": "invisible zap's", "radiations": "energy leaks", "radiations'": "energy leaks'", "radio": "sound beam", "radio's": "sound beam's", "radios": "wave boxes", "radios'": "wave boxes'", "radius": "circle arm", "radius's": "circle arm's", "radii": "round squads", "radii'": "round squads'", "rain": "sky tears", "rain's": "sky tears'", "rains": "drip squad", "rains'": "drip squad's'", "range": "spread zone", "range's": "spread zone's", "ranges": "variety squads", "ranges'": "variety squads'", "reaction": "response pop", "reaction's": "response pop's", "reactions": "reflex squads", "reactions'": "reflex squads'", "reality": "real mode", "reality's": "real mode's", "realities": "existence zones", "realities'": "existence zones'", "reason": "logic root", "reason's": "logic root's", "reasons": "why squad", "reasons'": "why squad's'", "rebel": "rule bender", "rebel's": "rule bender's", "rebels": "anti squad", "rebels'": "anti squad's'", "recipe": "food spell", "recipe's": "food spell's", "recipes": "cook plans", "recipes'": "cook plans'", "record": "fact saver", "record's": "fact saver's", "records": "data squad", "records'": "data squad's'", "recovery": "bounce-back", "recovery's": "bounce-back's", "recoveries": "heal squads", "recoveries'": "heal squads'", "reduction": "shrink mode", "reduction's": "shrink mode's", "reductions": "cut squads", "reductions'": "cut squads'", "reference": "fact name-drop", "reference's": "fact name-drop's", "references": "source squad", "references'": "source squad's'", "reflection": "mirror moment", "reflection's": "mirror moment's", "reflections": "thought bounce", "reflections'": "thought bounce'", "region": "area chunk", "region's": "area chunk's", "regions": "map squads", "regions'": "map squads'", "register": "sign-up scroll", "register's": "sign-up scroll's", "registers": "log squad", "registers'": "log squad's'", "regulation": "rule lock", "regulation's": "rule lock's", "regulations": "law squad", "regulations'": "law squad's'", "reinforcement": "extra backup", "reinforcement's": "extra backup's", "reinforcements": "help squad", "reinforcements'": "help squad's'", "relationship": "connection drip", "relationship's": "connection drip's", "relationships": "bond squad", "relationships'": "bond squad's'", "reliability": "trust stat", "reliability's": "trust stat's", "reliabilities": "depend vibes", "reliabilities'": "depend vibes'", "religion": "belief squad", "religion's": "belief squad's", "religions": "faith gangs", "religions'": "faith gangs'", "reminder": "brain poke", "reminder's": "brain poke's", "reminders": "ping squad", "reminders'": "ping squad's'", "repetition": "loop moment", "repetition's": "loop moment's", "repetitions": "redo squads", "repetitions'": "redo squads'", "report": "fact scroll", "report's": "fact scroll's", "reports": "info blasts", "reports'": "info blasts'", "representation": "stand-in vibe", "representation's": "stand-in vibe's", "representations": "symbol squads", "representations'": "symbol squads'", "reproduction": "clone vibes", "reproduction's": "clone vibe's", "reproductions": "baby squads", "reproductions'": "baby squads'", "republic": "vote gang", "republic's": "vote gang's", "republics": "people-led squads", "republics'": "people-led squads'", "requirement": "must-have rule", "requirement's": "must-have rule's", "requirements": "needed squad", "requirements'": "needed squad's'", "research": "fact hunt", "research's": "fact hunt's", "researches": "info quests", "researches'": "info quests'", "resistance": "pushback power", "resistance's": "pushback power's", "resistances": "nope squads", "resistances'": "nope squads'", "resolution": "clear fix", "resolution's": "clear fix's", "resolutions": "problem patches", "resolutions'": "problem patches'", "resource": "supply plug", "resource's": "supply plug's", "resources": "need squad", "resources'": "need squad's'", "response": "reply blast", "response's": "reply blast's", "responses": "bounce-backs", "responses'": "bounce-backs'", "responsibility": "duty weight", "responsibility's": "duty weight's", "responsibilities": "task squad", "responsibilities'": "task squad's'", "restoration": "fix-up vibe", "restoration's": "fix-up vibe's", "restorations": "repair squad", "restorations'": "repair squad's'", "result": "end sauce", "result's": "end sauce's", "results": "output gang", "results'": "output gang's'", "revolution": "system shake", "revolution's": "system shake's", "revolutions": "regime flips", "revolutions'": "regime flips'", "rhythm": "beat vibe", "rhythm's": "beat vibe's", "rhythms": "tempo squad", "rhythms'": "tempo squad's'", "risk": "danger snack", "risk's": "danger snack's", "risks": "chance squads", "risks'": "chance squads'", "river": "water noodle", "river's": "water noodle's", "rivers": "stream squad", "rivers'": "stream squad's'", "role": "task hat", "role's": "task hat's", "roles": "job squad", "roles'": "job squad's'", "root": "plant anchor", "root's": "plant anchor's", "roots": "origin squad", "roots'": "origin squad's'", "rotation": "spin life", "rotation's": "spin life's", "rotations": "circle squad", "rotations'": "circle squad's'", "safety": "no-ouch zone", "safety's": "no-ouch zone's", "safeties": "secure squads", "safeties'": "secure squads'", "sample": "test nugget", "sample's": "test nugget's", "samples": "trial squad", "samples'": "trial squad's'", "satellite": "sky spy", "satellite's": "sky spy's", "satellites": "orbit crew", "satellites'": "orbit crew's'", "scale": "size tool", "scale's": "size tool's", "scales": "measure squad", "scales'": "measure squad's'", "scan": "info peek", "scan's": "info peek's", "scans": "data check squad", "scans'": "data check squad's'", "scenario": "what-if movie", "scenario's": "what-if movie's", "scenarios": "possibility squad", "scenarios'": "possibility squad's'", "schedule": "time map", "schedule's": "time map's", "schedules": "plan pages", "schedules'": "plan pages'", "scheme": "sneaky plan", "scheme's": "sneaky plan's", "schemes": "plot squad", "schemes'": "plot squad's'", "scholar": "book buff", "scholar's": "book buff's", "scholars": "brainy squad", "scholars'": "brainy squad's'", "scholarship": "free brain cash", "scholarship's": "free brain cash's", "scholarships": "study tokens", "scholarships'": "study tokens'", "school": "learn zone", "school's": "learn zone's", "schools": "brain gyms", "schools'": "brain gyms'", "science": "fact magic", "science's": "fact magic's", "sciences": "experiment squad", "sciences'": "experiment squad's'", "scientist": "lab boi", "scientist's": "lab boi's", "scientists": "data squad", "scientists'": "data squad's'", "scope": "view range", "scope's": "view range's", "scopes": "see squad", "scopes'": "see squad's'", "score": "win points", "score's": "win points'", "scores": "game digits", "scores'": "game digits'", "scream": "loud blast", "scream's": "loud blast's", "screams": "yell squad", "screams'": "yell squad's'", "screen": "view slab", "screen's": "view slab's", "screens": "display squad", "screens'": "display squad's'", "script": "word code", "script's": "word code's", "scripts": "dialog squad", "scripts'": "dialog squad's'", "sea": "big splash zone", "sea's": "big splash zone's", "seas": "salt squad", "seas'": "salt squad's'", "search": "info quest", "search's": "info quest's", "searches": "lookup squad", "searches'": "lookup squad's'", "season": "weather arc", "season's": "weather arc's", "seasons": "climate crew", "seasons'": "climate crew's'", "second": "tiny tick", "second's": "tiny tick's", "seconds": "fast squad", "seconds'": "fast squad's'", "secret": "hidden tea", "secret's": "hidden tea's", "secrets": "whisper squad", "secrets'": "whisper squad's'", "section": "page chunk", "section's": "page chunk's", "sections": "split squad", "sections'": "split squad's'", "sector": "biz zone", "sector's": "biz zone's", "sectors": "work squad", "sectors'": "work squad's'", "security": "safe vibes", "security's": "safe vibes'", "securities": "protection crew", "securities'": "protection crew's'", "seed": "plant boi", "seed's": "plant boi's", "seeds": "grow squad", "seeds'": "grow squad's'", "segment": "cut piece", "segment's": "cut piece's", "segments": "slice squad", "segments'": "slice squad's'", "selection": "choice drop", "selection's": "choice drop's", "selections": "pick squad", "selections'": "pick squad's'", "self": "me zone", "self's": "me zone's", "selves": "inner squad", "selves'": "inner squad's'", "sense": "feel mode", "sense's": "feel mode's", "senses": "vibe squad", "senses'": "vibe squad's'", "sentence": "word drop", "sentence's": "word drop's", "sentences": "line squad", "sentences'": "line squad's'", "series": "content stream", "series'": "content stream's", "service": "help drop", "service's": "help drop's", "services": "support crew", "services'": "support crew's'", "session": "activity blip", "session's": "activity blip's", "sessions": "time squads", "sessions'": "time squads'", "setting": "scene drop", "setting's": "scene drop's", "settings": "config vibes", "settings'": "config vibes'", "shape": "form drip", "shape's": "form drip's", "shapes": "outline squad", "shapes'": "outline squad's'", "share": "info toss", "share's": "info toss's", "shares": "give squad", "shares'": "give squad's'", "shock": "surprise zap", "shock's": "surprise zap's", "shocks": "stun squads", "shocks'": "stun squads'", "shortage": "stuff drought", "shortage's": "stuff drought's", "shortages": "supply squads", "shortages'": "supply squads'", "side": "edge spot", "side's": "edge spot's", "sides": "border squad", "sides'": "border squad's'", "signal": "info ping", "signal's": "info ping's", "signals": "beep squad", "signals'": "beep squad's'", "signature": "name drip", "signature's": "name drip's", "signatures": "sign squads", "signatures'": "sign squads'", "significance": "big deal", "significance's": "big deal's", "significances": "value vibes", "significances'": "value vibes'", "silence": "sound ghost", "silence's": "sound ghost's", "silences": "mute squad", "silences'": "mute squad's'", "similarity": "twin vibe", "similarity's": "twin vibe's", "similarities": "match squads", "similarities'": "match squads'", "simulation": "fake flex", "simulation's": "fake flex's", "simulations": "pretend squad", "simulations'": "pretend squad's'", "situation": "current vibes", "situation's": "current vibe's", "situations": "context squads", "situations'": "context squads'", "size": "bigness stat", "size's": "bigness stat's", "sizes": "scale squads", "sizes'": "scale squads'", "skill": "talent drip", "skill's": "talent drip's", "skills": "ability crew", "skills'": "ability crew's'", "sky": "cloud ceiling", "sky's": "cloud ceiling's", "skies": "atmo gang", "skies'": "atmo gang's'", "slavery": "freedom theft", "slavery's": "freedom theft's", "slaveries": "forced grind squads", "slaveries'": "forced grind squads'", "slide": "smooth drop", "slide's": "smooth drop's", "slides": "glide squad", "slides'": "glide squad's'", "slope": "hill stat", "slope's": "hill stat's", "slopes": "rise squad", "slopes'": "rise squad's'", "snow": "sky powder", "snow's": "sky powder's", "snows": "flurry squad", "snows'": "flurry squad's'", "society": "people system", "society's": "people system's", "societies": "culture crews", "societies'": "culture crews'", "software": "code juice", "software's": "code juice's", "softwares": "app squads", "softwares'": "app squads'", "soil": "plant dirt", "soil's": "plant dirt's", "soils": "earth squad", "soils'": "earth squad's'", "solar": "sun-powered", "solar's": "sun-powered's", "solars": "heli squads", "solars'": "heli squads'", "solution": "fix drip", "solution's": "fix drip's", "solutions": "problem squads", "solutions'": "problem squads'", "sound": "ear wave", "sound's": "ear wave's", "sounds": "noise squad", "sounds'": "noise squad's'", "source": "origin point", "source's": "origin point's", "sources": "starting squads", "sources'": "starting squads'", "space": "cosmic void", "space's": "cosmic void's", "spaces": "star zones", "spaces'": "star zones'", "species": "critter class", "species'": "critter class's", "speech": "talk drop", "speech's": "talk drop's", "speeches": "say squad", "speeches'": "say squad's'", "speed": "zoom stat", "speed's": "zoom stat's", "speeds": "fast squad", "speeds'": "fast squad's'", "sphere": "ball form", "sphere's": "ball form's", "spheres": "orb squads", "spheres'": "orb squads'", "spice": "flavor bomb", "spice's": "flavor bomb's", "spices": "taste squad", "spices'": "taste squad's'", "spirit": "soul vibe", "spirit's": "soul vibe's", "spirits": "ghost crew", "spirits'": "ghost crew's'", "split": "vibe fork", "split's": "vibe fork's", "splits": "divide squad", "splits'": "divide squad's'", "spring": "bouncy bloom", "spring's": "bouncy bloom's", "springs": "boing squad", "springs'": "boing squad's'", "square": "boxy boi", "square's": "boxy boi's", "squares": "geometry gang", "squares'": "geometry gang's'", "stability": "steady vibes", "stability's": "steady vibe's", "stabilities": "balance crew", "stabilities'": "balance crew's'", "stage": "scene pad", "stage's": "scene pad's", "stages": "drama zones", "stages'": "drama zones'", "standard": "norm level", "standard's": "norm level's", "standards": "baseline squad", "standards'": "baseline squad's'", "star": "sky sparkle", "star's": "sky sparkle's", "stars": "twinkle gang", "stars'": "twinkle gang's'", "statement": "word drop", "statement's": "word drop's", "statements": "talk squad", "statements'": "talk squad's'", "station": "wait zone", "station's": "wait zone's", "stations": "stop squads", "stations'": "stop squads'", "statistic": "number vibe", "statistic's": "number vibe's", "statistics": "data drip", "statistics'": "data drip's'", "status": "level tag", "status's": "level tag's", "statuses": "state squads", "statuses'": "state squads'", "steam": "water ghost", "steam's": "water ghost's", "steams": "vapor squad", "steams'": "vapor squad's'", "steel": "metal muscle", "steel's": "metal muscle's", "steels": "iron gang", "steels'": "iron gang's'", "stem": "plant neck", "stem's": "plant neck's", "stems": "leaf holders", "stems'": "leaf holders'", "step": "move blip", "step's": "move blip's", "steps": "walk squad", "steps'": "walk squad's'", "stimulation": "brain buzz", "stimulation's": "brain buzz's", "stimulations": "mental zaps", "stimulations'": "mental zaps'", "stock": "item stash", "stock's": "item stash's", "stocks": "supply squad", "stocks'": "supply squad's'", "stone": "rock baby", "stone's": "rock baby's", "stones": "pebble squad", "stones'": "pebble squad's'", "storage": "keep zone", "storage's": "keep zone's", "storages": "stash squads", "storages'": "stash squads'", "storm": "sky tantrum", "storm's": "sky tantrum's", "storms": "cloud rage squad", "storms'": "cloud rage squad's'", "story": "plot drip", "story's": "plot drip's", "stories": "tale squad", "stories'": "tale squad's'", "strain": "stress pull", "strain's": "stress pull's", "strains": "tension squads", "strains'": "tension squads'", "strategy": "big brain move", "strategy's": "big brain move's", "strategies": "plan gang", "strategies'": "plan gang's'", "stream": "water line", "stream's": "water line's", "streams": "flow squad", "streams'": "flow squad's'", "strength": "power stat", "strength's": "power stat's", "strengths": "buff squad", "strengths'": "buff squad's'", "stress": "mental weight", "stress's": "mental weight's", "stresses": "tension gang", "stresses'": "tension gang's'", "structure": "build mode", "structure's": "build mode's", "structures": "form squad", "structures'": "form squad's'", "student": "learn ninja", "student's": "learn ninja's", "students": "study squad", "students'": "study squad's'", "study": "brain grind", "study's": "brain grind's", "studies": "knowledge quests", "studies'": "knowledge quests'", "style": "look sauce", "style's": "look sauce's", "styles": "drip squad", "styles'": "drip squad's'", "subject": "learn chunk", "subject's": "learn chunk's", "subjects": "topic squad", "subjects'": "topic squad's'", "substance": "thing stuff", "substance's": "thing stuff's", "substances": "matter squad", "substances'": "matter squad's'", "substitution": "swap out", "substitution's": "swap out's", "substitutions": "replace gang", "substitutions'": "replace gang's'", "success": "win drip", "success's": "win drip's", "successes": "dub squad", "successes'": "dub squad's'", "sugar": "sweet dust", "sugar's": "sweet dust's", "sugars": "sweet squad", "sugars'": "sweet squad's'", "suggestion": "brain ping", "suggestion's": "brain ping's", "suggestions": "idea squad", "suggestions'": "idea squad's'", "summary": "story TL;DR", "summary's": "story TL;DR's", "summaries": "quick takes", "summaries'": "quick takes'", "sun": "sky heater", "sun's": "sky heater's", "suns": "burn squad", "suns'": "burn squad's'", "supply": "need drop", "supply's": "need drop's", "supplies": "restock squad", "supplies'": "restock squad's'", "support": "backup vibes", "support's": "backup vibes'", "supports": "hold squad", "supports'": "hold squad's'", "surface": "top zone", "surface's": "top zone's", "surfaces": "outer layer squad", "surfaces'": "outer layer squad's'", "surprise": "plot twist", "surprise's": "plot twist's", "surprises": "shock squad", "surprises'": "shock squad's'", "survey": "ask blast", "survey's": "ask blast's", "surveys": "poll squad", "surveys'": "poll squad's'", "survival": "stayin' alive", "survival's": "stayin' alive's", "survivals": "grit squad", "survivals'": "grit squad's'", "symbol": "iconic thing", "symbol's": "iconic thing's", "symbols": "sign squad", "symbols'": "sign squad's'", "symptom": "sick hint", "symptom's": "sick hint's", "symptoms": "ill squad", "symptoms'": "ill squad's'", "system": "organized thing", "system's": "organized thing's", "systems": "setup squad", "systems'": "setup squad's'", "table": "flat plank", "table's": "flat plank's", "tables": "dine squad", "tables'": "dine squad's'", "tactic": "move plan", "tactic's": "move plan's", "tactics": "playbook squad", "tactics'": "playbook squad's'", "tag": "label zap", "tag's": "label zap's", "tags": "ID squad", "tags'": "ID squad's'", "talent": "skill spark", "talent's": "skill spark's", "talents": "ability squad", "talents'": "ability squad's'", "target": "goal dot", "target's": "goal dot's", "targets": "hit squad", "targets'": "hit squad's'", "task": "do thing", "task's": "do thing's", "tasks": "to-do gang", "tasks'": "to-do gang's'", "taste": "mouth vibe", "taste's": "mouth vibe's", "tastes": "flavor squad", "tastes'": "flavor squad's'", "team": "crew grind", "team's": "crew grind's", "teams": "squad gang", "teams'": "squad gang's'", "technology": "future sauce", "technology's": "future sauce's", "technologies": "tech gang", "technologies'": "tech gang's'", "temperature": "heat stat", "temperature's": "heat stat's", "temperatures": "climate squad", "temperatures'": "climate squad's'", "tendency": "habit vibe", "tendency's": "habit vibe's", "tendencies": "pattern squad", "tendencies'": "pattern squad's'", "tension": "tight drama", "tension's": "tight drama's", "tensions": "strain squad", "tensions'": "strain squad's'", "term": "word unit", "term's": "word unit's", "terms": "lingo squad", "terms'": "lingo squad's'", "test": "brain trial", "test's": "brain trial's", "tests": "quiz gang", "tests'": "quiz gang's'", "text": "word drop", "text's": "word drop's", "texts": "page squad", "texts'": "page squad's'", "theater": "drama zone", "theater's": "drama zone's", "theaters": "act squad", "theaters'": "act squad's'", "theory": "idea sauce", "theory's": "idea sauce's", "theories": "think crew", "theories'": "think crew's'", "thing": "random unit", "thing's": "random unit's", "things": "object squad", "things'": "object squad's'", "thought": "brain ping", "thought's": "brain ping's", "thoughts": "mind squad", "thoughts'": "mind squad's'", "threat": "uh-oh vibe", "threat's": "uh-oh vibe's", "threats": "danger gang", "threats'": "danger gang's'", "time": "tick flow", "time's": "tick flow's", "times": "moment squad", "times'": "moment squad's'", "tissue": "cell blanket", "tissue's": "cell blanket's", "tissues": "body paper", "tissues'": "body paper's'", "tool": "fix stick", "tool's": "fix stick's", "tools": "gear gang", "tools'": "gear gang's'", "topic": "chat zone", "topic's": "chat zone's", "topics": "talk squad", "topics'": "talk squad's'", "tornado": "spin rage", "tornado's": "spin rage's", "tornadoes": "twister crew", "tornadoes'": "twister crew's'", "tour": "sight sesh", "tour's": "sight sesh's", "tours": "look squad", "tours'": "look squad's'", "tradition": "old vibe", "tradition's": "old vibe's", "traditions": "legacy squad", "traditions'": "legacy squad's'", "traffic": "car jam", "traffic's": "car jam's", "traffics": "road squad", "traffics'": "road squad's'", "training": "skill grind", "training's": "skill grind's", "trainings": "bootcamp squad", "trainings'": "bootcamp squad's'", "transaction": "coin move", "transaction's": "coin move's", "transactions": "deal gang", "transactions'": "deal gang's'", "translation": "word swap", "translation's": "word swap's", "translations": "lingo flip squad", "translations'": "lingo flip squad's'", "transport": "move squad", "transport's": "move squad's", "transports": "carry crew", "transports'": "carry crew's'", "trap": "snag plan", "trap's": "snag plan's", "traps": "bait squad", "traps'": "bait squad's'", "travel": "move vibes", "travel's": "move vibe's", "travels": "go squads", "travels'": "go squads'", "treat": "snack joy", "treat's": "snack joy's", "treats": "yum squad", "treats'": "yum squad's'", "tree": "leaf tower", "tree's": "leaf tower's", "trees": "green squad", "trees'": "green squad's'", "trend": "hype wave", "trend's": "hype wave's", "trends": "clout squad", "trends'": "clout squad's'", "trial": "test mode", "trial's": "test mode's", "trials": "judge squad", "trials'": "judge squad's'", "triangle": "pointy boi", "triangle's": "pointy boi's", "triangles": "three-side squad", "triangles'": "three-side squad's'", "trigger": "start click", "trigger's": "start click's", "triggers": "activate crew", "triggers'": "activate crew's'", "trip": "go sesh", "trip's": "go sesh's", "trips": "travel squad", "trips'": "travel squad's'", "trophy": "flex statue", "trophy's": "flex statue's", "trophies": "win squad", "trophies'": "win squad's'", "trouble": "oops storm", "trouble's": "oops storm's", "troubles": "chaos squad", "troubles'": "chaos squad's'", "tube": "hollow boi", "tube's": "hollow boi's", "tubes": "pipe squad", "tubes'": "pipe squad's'", "tune": "sound drip", "tune's": "sound drip's", "tunes": "music squad", "tunes'": "music squad's'", "turbine": "wind spinner", "turbine's": "wind spinner's", "turbines": "energy squad", "turbines'": "energy squad's'", "type": "kind tag", "type's": "kind tag's", "types": "category squad", "types'": "category squad's'", "uncertainty": "IDK vibes", "uncertainty's": "IDK vibe's", "uncertainties": "maybe squad", "uncertainties'": "maybe squad's'", "unit": "one chunk", "unit's": "one chunk's", "units": "squad peeps", "units'": "squad peeps'", "universe": "spaceverse", "universe's": "spaceverse's", "universes": "cosmic crews", "universes'": "cosmic crews'", "update": "info drop 2.0", "update's": "info drop 2.0's", "updates": "patch squad", "updates'": "patch squad's'", "upgrade": "glow-up mode", "upgrade's": "glow-up mode's", "upgrades": "buff squad", "upgrades'": "buff squad's'", "use": "tool time", "use's": "tool time's", "uses": "utility squad", "uses'": "utility squad's'", "user": "click human", "user's": "click human's", "users": "login squad", "users'": "login squad's'", "vacation": "break sesh", "vacation's": "break sesh's", "vacations": "chill squad", "vacations'": "chill squad's'", "valley": "earth dip", "valley's": "earth dip's", "valleys": "hill gap squad", "valleys'": "hill gap squad's'", "value": "worth stat", "value's": "worth stat's", "values": "importance squad", "values'": "importance squad's'", "variable": "switchy thing", "variable's": "switchy thing's", "variables": "change squad", "variables'": "change squad's'", "variation": "remix mode", "variation's": "remix mode's", "variations": "alt squad", "variations'": "alt squad's'", "vector": "arrow math", "vector's": "arrow math's", "vectors": "math direction squad", "vectors'": "math direction squad's'", "vehicle": "wheel homie", "vehicle's": "wheel homie's", "vehicles": "ride squad", "vehicles'": "ride squad's'", "velocity": "zoom stat", "velocity's": "zoom stat's", "velocities": "speed gang", "velocities'": "speed gang's'", "verdict": "judge drop", "verdict's": "judge drop's", "verdicts": "law squad", "verdicts'": "law squad's'", "version": "file vibe", "version's": "file vibe's", "versions": "update squad", "versions'": "update squad's'", "vessel": "hold boi", "vessel's": "hold boi's", "vessels": "carry crew", "vessels'": "carry crew's'", "vibration": "wiggle vibe", "vibration's": "wiggle vibe's", "vibrations": "shake squad", "vibrations'": "shake squad's'", "victim": "ouch receiver", "victim's": "ouch receiver's", "victims": "target squad", "victims'": "target squad's'", "victory": "dub mode", "victory's": "dub mode's", "victories": "win squad", "victories'": "win squad's'", "video": "screen show", "video's": "screen show's", "videos": "clip squad", "videos'": "clip squad's'", "view": "look zone", "view's": "look zone's", "views": "see squad", "views'": "see squad's'", "village": "tiny town", "village's": "tiny town's", "villages": "small squad", "villages'": "small squad's'", "violence": "ouch chaos", "violence's": "ouch chaos's", "violences": "fight squad", "violences'": "fight squad's'", "virus": "sick boi", "virus's": "sick boi's", "viruses": "infecto gang", "viruses'": "infecto gang's'", "vision": "eye dream", "vision's": "eye dream's", "visions": "mind view squad", "visions'": "mind view squad's'", "voice": "sound drip", "voice's": "sound drip's", "voices": "talk gang", "voices'": "talk gang's'", "volume": "loudness stat", "volume's": "loudness stat's", "volumes": "sound squad", "volumes'": "sound squad's'", "vote": "democracy tap", "vote's": "democracy tap's", "votes": "ballot squad", "votes'": "ballot squad's'", "voter": "democracy boi", "voter's": "democracy boi's", "voters": "decision squad", "voters'": "decision squad's'", "vulnerability": "open zone", "vulnerability's": "open zone's", "vulnerabilities": "weak squad", "vulnerabilities'": "weak squad's'", "walk": "foot grind", "walk's": "foot grind's", "walks": "step squad", "walks'": "step squad's'", "war": "big fight", "war's": "big fight's", "wars": "boom squad", "wars'": "boom squad's'", "warning": "uh-oh ping", "warning's": "uh-oh ping's", "warnings": "danger call squad", "warnings'": "danger call squad's'", "water": "H2O drip", "water's": "H2O drip's", "waters": "aqua squad", "waters'": "aqua squad's'", "wave": "sea slapper", "wave's": "sea slapper's", "waves": "splash squad", "waves'": "splash squad's'", "wealth": "coin stash", "wealth's": "coin stash's", "wealths": "rich squad", "wealths'": "rich squad's'", "weather": "sky mood", "weather's": "sky mood's", "weathers": "forecast squad", "weathers'": "forecast squad's'", "web": "info tangle", "web's": "info tangle's", "webs": "net squad", "webs'": "net squad's'", "week": "7-day chunk", "week's": "7-day chunk's", "weeks": "calendar squad", "weeks'": "calendar squad's'", "weight": "mass vibe", "weight's": "mass vibe's", "weights": "lift squad", "weights'": "lift squad's'", "wheel": "spin disc", "wheel's": "spin disc's", "wheels": "roll squad", "wheels'": "roll squad's'", "wind": "air zoom", "wind's": "air zoom's", "winds": "blow squad", "winds'": "blow squad's'", "window": "glass square", "window's": "glass square's", "windows": "view panel squad", "windows'": "view panel squad's'", "winner": "dub king", "winner's": "dub king's", "winners": "champion squad", "winners'": "champion squad's'", "winter": "cold szn", "winter's": "cold szn's", "winters": "snow squad", "winters'": "snow squad's'", "wire": "zap string", "wire's": "zap string's", "wires": "electric noodle gang", "wires'": "electric noodle gang's'", "wish": "hope ping", "wish's": "hope ping's", "wishes": "dream squad", "wishes'": "dream squad's'", "wood": "tree bones", "wood's": "tree bones'", "woods": "forest squad", "woods'": "forest squad's'", "word": "text nugget", "word's": "text nugget's", "words": "lingo squad", "words'": "lingo squad's'", "work": "grind mode", "work's": "grind mode's", "works": "effort crew", "works'": "effort crew's'", "worker": "task boi", "worker's": "task boi's", "workers": "grind squad", "workers'": "grind squad's'", "world": "earth gang", "world's": "earth gang's", "worlds": "globe squad", "worlds'": "globe squad's'", "wound": "ouch mark", "wound's": "ouch mark's", "wounds": "damage squad", "wounds'": "damage squad's'", "writing": "word crafting", "writing's": "word crafting's", "writings": "text drops", "writings'": "text drops'", "x-ray": "see-through zap", "x-ray's": "see-through zap's", "x-rays": "bone peek squad", "x-rays'": "bone peek squad's'", "yard": "grass zone", "yard's": "grass zone's", "yards": "green squad", "yards'": "green squad's'", "year": "orbit lap", "year's": "orbit lap's", "years": "calendar gang", "years'": "calendar gang's'", "yell": "volume blast", "yell's": "volume blast's", "yells": "shout squad", "yells'": "shout squad's'", "youth": "kid mode", "youth's": "kid mode's", "youths": "young squad", "youths'": "young squad's'", "zebra": "stripe horse", "zebra's": "stripe horse's", "zebras": "black-and-white squad", "zebras'": "black-and-white squad's'", "zone": "area chunk", "zone's": "area chunk's", "zones": "territory squad", "zones'": "territory squad's'", "zoology": "animal science drip", "zoology's": "animal science drip's", "zoos": "beast hangouts", "zoos'": "beast hangouts'", "photosynthesis": "plant flex", "mitochondria": "powerhouse drip", "organism": "life unit", "molecule": "tiny squad", "element": "periodic player", "oxidation": "oxygen drama", "chromosome": "DNA thread", "RNA": "protein text", "chloroplast": "sun juicer", "natural selection": "survival vibes", "genetic mutation": "gene glitch", "gene expression": "DNA drop", "protein synthesis": "muscle recipe", "homeostasis": "body balance mode", "carbon cycle": "carbon hustle", "nitrogen cycle": "N-loop", "global warming": "planet fever", "climate change": "weather remix", "greenhouse effect": "heat trap hack", "momentum": "motion mojo", "potential energy": "stored sauce", "kinetic energy": "move juice", "quantum mechanics": "tiny weirdness", "relativity": "Einstein vibes", "thermodynamics": "heat law drip", "wave-particle duality": "photon split life", "atomic structure": "atom anatomy", "chemical bond": "element handshake", "covalent bond": "electron BFFs", "ionic bond": "charge swap squad", "electronegativity": "electron cling level", "reaction rate": "chem speed", "trigonometry": "triangle wizardry", "matrix multiplication": "number grid grind", "complex numbers": "real + imaginary fam", "prime number": "indivisible icon", "Pythagorean theorem": "a² + b² flex", "simile": "like-a-vibe", "noun": "name thingy", "verb": "do word", "adjective": "vibe describer", "syntax": "sentence sauce", "semantics": "word flavor", "phonetics": "sound science", "etymology": "word ancestry", "figurative language": "wordplay drip", "passive voice": "blame dodge mode", "active voice": "straight talk mode", "parliament": "law gang", "legislation": "rule recipe", "inflation": "money stretch", "socialism": "shareware system", "free market": "capitalism playground", "monetary policy": "money mood control", "fiscal policy": "gov spending game", "gross domestic product": "country coin count", "artificial intelligence": "bot brainwave", "machine learning": "AI grind set", "data structure": "info stack", "binary tree": "code branch fam", "neural network": "robo neurons", "blockchain": "crypto receipts", "encryption": "data disguise", "cybersecurity": "hacker shield", "compiler": "code translator", "operating system": "computer overlord", "existentialism": "deep life spiral", "cognitive dissonance": "brain static", "confirmation bias": "opinion goggles", "moral relativism": "ethics flex zone", "utilitarianism": "good-for-most logic", "theory of mind": "brain reading vibes", "classical conditioning": "Pavlov drip", "operant conditioning": "reward grind", "organelle": "organelle flex", "mitosis": "mitosis drip", "meiosis": "meiosis blast", "genotype": "genotype loop", "phenotype": "phenotype mode", "cell membrane": "cell mode", "cell wall": "cell zone", "ribosome": "ribosome jam", "golgi apparatus": "golgi drip", "lysosome": "lysosome jam", "vacuole": "vacuole flex", "respiration": "respiration sauce", "periodic table": "periodic zone", "isotope": "isotope mode", "base": "base blast", "salt": "salt drip", "solvent": "solvent grind", "activation energy": "activation loop", "exothermic": "exothermic flex", "endothermic": "endothermic jam", "valence electron": "valence vibe", "covalent bond": "bond drip", "ionic bond": "ion link", "hydrogen bond": "H-bond flex", "force": "push vibes", "inertia": "motion stubbornness", "momentum": "speed flex", "friction": "rub grind", "power": "watt blast", "kinetic energy": "speed juice", "thermodynamics": "heat rules", "entropy": "chaos score", "electromagnetism": "EM pulse", "wave": "vibe ripple", "amplitude": "wave flex", "quantum mechanics": "qubit magic", "relativity": "Einstein drip", "plate tectonics": "crust hustle", "weathering": "rock fade", "erosion": "land drift", "meteorology": "sky vibes", "galaxy": "star swarm", "rotation": "spin cycle", "revolution": "orbital flex", "black hole": "gravity sink", "dark matter": "shadow stuff", "neuron": "brain wire", "synapse": "spark link", "dopamine": "happy drip", "cortex": "brain shell", "amygdala": "fear chip", "hippocampus": "memory core", "conditioning": "behavior bootcamp", "reinforcement": "reward drip", "cognitive dissonance": "mental mash", "confirmation bias": "opinion goggles", "moral relativism": "ethics flex zone", "utilitarianism": "good-for-most logic", "theory of mind": "brain reading vibes", "classical conditioning": "Pavlov drip", "operant conditioning": "reward grind", "carbon footprint": "carbon kicks", "greenhouse gas": "heat trapper", "renewable resource": "regen stash", "fossil fuel": "dino juice", "deforestation": "tree wipe", "ozone layer": "UV dome", "pollution": "air yuck", "sustainability": "forever flow", "event horizon": "event loop", "oxidation": "oxidation drip", "uncertainty principle": "uncertainty juice", "geothermal energy": "geothermal vibes", "cosmic microwave background": "cosmic jam", "transference": "transference jam", "organ": "organ flex", "gravitational wave": "gravitational zone", "cytokinesis": "cytokinesis drip", "troposphere": "troposphere zone", "projection": "projection flex", "hydrosphere": "hydrosphere jam", "biosphere": "biosphere zone", "stoichiometry": "stoichiometry zone", "white dwarf": "white flex", "vector": "vector pulse", "conservation of momentum": "conservation blast", "tissue": "tissue core", "projectile": "projectile drip", "nebula": "nebula core", "dendrite": "dendrite zone", "reduction": "reduction loop", "neutron star": "neutron flex", "learned helplessness": "learned zone", "stratosphere": "stratosphere core", "supernova": "supernova jam", "precipitate": "precipitate vibes", "neurodivergent": "neurodivergent drip", "Freudian slip": "Freudian loop", "attachment theory": "attachment loop", "mirror neuron": "mirror blast", "epigenetics": "epigenetics blast", "enthalpy": "enthalpy juice", "seismic wave": "seismic juice", "impulse": "impulse juice", "neuroplasticity": "neuroplasticity pulse", "antibody": "antibody juice", "scalar": "scalar zone", "red giant": "red vibes", "myelin": "myelin pulse", "executive function": "executive blast", "tsunami": "tsunami vibes", "defense mechanism": "defense vibes", "mesosphere": "mesosphere vibes", "pH": "pH jam", "brainwave": "brainwave blast", "plasma membrane": "plasma blast", "continental drift": "continental drip", "quasar": "quasar vibes", "bond angle": "bond drip", "neuroflexin": "neurofle buzz", "neuroblastology": "neuroblastology warp", "neurodripnosis": "neurodripnosis warp", "neurojamotics": "neurojamotics flex", "neurozonetics": "neurozonetics juice", "neurovibronomy": "neurovibronomy beep", "neurocrustwave": "neurocrustwave jam", "neuroloopsplosion": "neuroloopsplosion zone", "neuroboilcore": "neuroboilcore blast", "neuroquantburst": "neuroquantburst zone", "astroflexin": "astrofle flex", "astroblastology": "astroblastology flux", "astrodripnosis": "astrodripnosis drip", "astrojamotics": "astrojamotics beep", "astrozonetics": "astrozonetics flux", "astrovibronomy": "astrovibronomy core", "astrocrustwave": "astrocrustwave boing", "astroloopsplosion": "astroloopsplosion jam", "astroboilcore": "astroboilcore juice", "astroquantburst": "astroquantburst loop", "quantflexin": "quantfle jam", "quantblastology": "quantblastology flux", "quantdripnosis": "quantdripnosis flux", "quantjamotics": "quantjamotics core", "quantzonetics": "quantzonetics vibes", "quantvibronomy": "quantvibronomy vibes", "quantcrustwave": "quantcrustwave core", "quantloopsplosion": "quantloopsplosion loop", "quantboilcore": "quantboilcore flux", "quantquantburst": "quantquantburst drip", "bioflexin": "biofle blast", "bioblastology": "bioblastology warp", "biodripnosis": "biodripnosis core", "biojamotics": "biojamotics loop", "biozonetics": "biozonetics flux", "biovibronomy": "biovibronomy blast", "biocrustwave": "biocrustwave zone", "bioloopsplosion": "bioloopsplosion juice", "bioboilcore": "bioboilcore blast", "bioquantburst": "bioquantburst beep", "cyberflexin": "cyberfle boing", "cyberblastology": "cyberblastology zone", "cyberdripnosis": "cyberdripnosis blast", "cyberjamotics": "cyberjamotics warp", "cyberzonetics": "cyberzonetics vibes", "cybervibronomy": "cybervibronomy drip", "cybercrustwave": "cybercrustwave goo", "cyberloopsplosion": "cyberloopsplosion jam", "cyberboilcore": "cyberboilcore vibes", "cyberquantburst": "cyberquantburst boing", "glucozone": "glucozone flex", "plasmashock": "plasmashock flex", "chemoloop": "chemoloop flex", "mycovibe": "mycovibe warp", "cryptoslap": "cryptoslap juice", "voltawave": "voltawave core", "metazone": "metazone buzz", "morphospin": "morphospin vibes", "tremozone": "tremozone core", "omegaslap": "omegaslap boing", "zetabeep": "zetabeep goo", "megaspin": "megaspin boing", "morphovibe": "morphovibe drip", "aerocore": "aerocore jam", "voltacrunch": "voltacrunch goo", "metaflux": "metaflu boing", "zetaslide": "zetaslide jam", "chemodrip": "chemodrip drip", "gammaspray": "gammaspray blast", "chronojam": "chronojam core", "cryptoflex": "cryptofle flux", "nucleobeep": "nucleobeep jam", "mycoshock": "mycoshock buzz", "cyberwave": "cyberwave blast", "stellarcore": "stellarcore warp", "mycoslap": "mycoslap core", "cyberzone": "cyberzone flex", "quantcore": "quantcore drip", "nucleoblast": "nucleoblast zone", "plasmaflex": "plasmafle jam", "glucozone": "glucozone flex", "plasmashock": "plasmashock flex", "chemoloop": "chemoloop flex", "mycovibe": "mycovibe warp", "cryptoslap": "cryptoslap juice", "voltawave": "voltawave core", "metazone": "metazone buzz", "morphospin": "morphospin vibes", "tremozone": "tremozone core", "omegaslap": "omegaslap boing", "zetabeep": "zetabeep goo", "megaspin": "megaspin boing", "morphovibe": "morphovibe drip", "aerocore": "aerocore jam", "voltacrunch": "voltacrunch goo", "metaflux": "metaflu boing", "zetaslide": "zetaslide jam", "chemodrip": "chemodrip drip", "gammaspray": "gammaspray blast", "chronojam": "chronojam core", "cryptoflex": "cryptofle flux", "nucleobeep": "nucleobeep jam", "mycoshock": "mycoshock buzz", "cyberwave": "cyberwave blast", "stellarcore": "stellarcore warp", "mycoslap": "mycoslap core", "cyberzone": "cyberzone flex", "quantcore": "quantcore drip", "nucleoblast": "nucleoblast zone", "plasmaflex": "plasmafle jam", "astrojam": "astrojam vibes", "protoflux": "protoflux warp", "nucleojam": "nucleojam loop", "astrozone": "astrozone juice", "photojam": "photojam zone", "bioblast": "bioblast buzz", "glucoflex": "glucoflex vibes", "morphoflex": "morphoflex juice", "quantzone": "quantzone flux", "chemozap": "chemozap boing", "tremoflex": "tremoflex loop", "metabeep": "metabeep juice", "chemoslap": "chemoslap blast", "gammaflex": "gammaflex vibes", "biowave": "biowave juice", "neurozone": "neurozone core", "neurocrunch": "neurocrunch goo", "bactrojam": "bactrojam blast", "astroflex": "astroflex vibes", "quantwave": "quantwave jam", "electroloop": "electroloop warp", "bactroblast": "bactroblast zone", "astrojamotics": "astrojamotics loop", "astroloop": "astroloop flux", "astrobuzz": "astrobuzz vibes", "astrojamzone": "astrojamzone juice", "astrodripcore": "astrodripcore zone", "astroboing": "astroboing jam", "astrogoo": "astrogoo buzz", "astrowarp": "astrowarp drip", "astrobeep": "astrobeep zone", "astroflexcore": "astroflexcore warp", "astrozonetron": "astrozonetron vibes", "astroquantloop": "astroquantloop juice", "astroblastflux": "astroblastflux core", "astrodripjam": "astrodripjam buzz", "astrofluxcore": "astrofluxcore vibes", "astrozonewarp": "astrozonewarp juice", "astroblastzone": "astroblastzone jam", "astrodripbeep": "astrodripbeep flex", "astrojamjam": "astrojamjam vibes", "astrocorejam": "astrocorejam drip", "astrozonezone": "astrozonezone zone", "astroflexflux": "astroflexflux blast", "astrojamwarp": "astrojamwarp goo", "astrobuzzbuzz": "astrobuzzbuzz loop", "astrozoneflux": "astrozoneflux flex", "astrojamblast": "astrojamblast vibes", "astrobeepcore": "astrobeepcore warp", "astrovibejam": "astrovibejam juice", "astrowarpzone": "astrowarpzone boing", "astrodripdrip": "astrodripdrip zone", "astrocrunch": "astrocrunch blast", "astrozap": "astrozap jam", "astroslap": "astroslap loop", "astroshock": "astroshock zone", "astrovortex": "astrovortex blast", "astroburst": "astroburst jam", "astroburstflux": "astroburstflux juice", "astroblastbeep": "astroblastbeep drip", "astrodripflex": "astrodripflex zone", "astrozapzap": "astrozapzap vibes", "astroslapbuzz": "astroslapbuzz goo", "astrojamjamjam": "astrojamjamjam warp", "astrobuzzbeep": "astrobuzzbeep core", "astrofluxblast": "astrofluxblast jam", "astrozoneloop": "astrozoneloop zone", "astrojamvibe": "astrojamvibe boing", "astrocrunchcrunch": "astrocrunchcrunch juice", "astroblastjam": "astroblastjam drip", "astroboingloop": "astroboingloop warp", "astrozonezonezone": "astrozonezonezone blast", "astrowarpwarp": "astrowarpwarp flux", "astrobuzzbuzzbuzz": "astrobuzzbuzzbuzz jam", "astrojambeep": "astrojambeep loop", "glucozone": "glucozone flex", "plasmashock": "plasmashock flex", "chemoloop": "chemoloop flex", "mycovibe": "mycovibe warp", "cryptoslap": "cryptoslap juice", "voltawave": "voltawave core", "metazone": "metazone buzz", "morphospin": "morphospin vibes", "tremozone": "tremozone core", "omegaslap": "omegaslap boing", "zetabeep": "zetabeep goo", "megaspin": "megaspin boing", "morphovibe": "morphovibe drip", "aerocore": "aerocore jam", "voltacrunch": "voltacrunch goo", "metaflux": "metaflu boing", "zetaslide": "zetaslide jam", "chemodrip": "chemodrip drip", "gammaspray": "gammaspray blast", "chronojam": "chronojam core", "cryptoflex": "cryptofle flux", "nucleobeep": "nucleobeep jam", "mycoshock": "mycoshock buzz", "cyberwave": "cyberwave blast", "stellarcore": "stellarcore warp", "mycoslap": "mycoslap core", "cyberzone": "cyberzone flex", "quantcore": "quantcore drip", "nucleoblast": "nucleoblast zone", "plasmaflex": "plasmafle jam", "astrowarp": "astrowarp vibes", "bactrocore": "bactrocore vibes", "pyrodrip": "pyrodrip flux", "aerozone": "aerozone juice", "bioflex": "biofle flux", "endocore": "endocore drip", "darkcore": "darkcore blast", "nucleoloop": "nucleoloop jam", "chemowave": "chemowave flex", "chronocrunch": "chronocrunch blast", "exodrip": "e buzz", "lunarflex": "lunarfle jam", "photodrip": "photodrip loop", "morphocrunch": "morphocrunch core", "cyberbeep": "cyberbeep vibes", "chronowave": "chronowave jam", "exocrunch": "e boing", "endogush": "endogush zone", "aerospray": "aerospray core", "biospin": "biospin goo", "exoloop": "e drip", "chemoflux": "chemoflu flux", "hydrogush": "hydrogush buzz", "magnoslap": "magnoslap drip", "megawarp": "megawarp drip", "cyberblast": "cyberblast blast", "thermojam": "thermojam zone", "protobeep": "protobeep drip", "stellarshock": "stellarshock goo", "hydroslap": "hydroslap jam", "protospin": "protospin jam", "exobeep": "e core", "gammadrip": "gammadrip boing", "virowave": "virowave loop", "xenoloop": " drip", "protogush": "protogush flex", "cyberspin": "cyberspin flex", "bactrozone": "bactrozone core", "tremoflex": "tremofle vibes", "virogush": "virogush drip", "zetabuzz": "zetabuzz warp", "phagogush": "phagogush zone", "chronoslap": "chronoslap loop", "cybergush": "cybergush vibes", "megaloop": "megaloop blast", "aerobeep": "aerobeep flux", "protodrip": "protodrip core", "chemoslide": "chemoslide juice", "nucleocrunch": "nucleocrunch buzz", "neurobuzz": "neurobuzz vibes", "mycoflux": "mycoflu blast", "nucleojam": "nucleojam boing", "cryptogush": "cryptogush loop", "magnocrunch": "magnocrunch blast", "plasmavibe": "plasmavibe boing", "pyrovibe": "pyrovibe goo", "zetaflux": "zetaflu warp", "darkspin": "darkspin vibes", "mycocrunch": "mycocrunch warp", "endoshock": "endoshock boing", "viroslap": "viroslap flex", "neuroflex": "neurofle juice", "photoflux": "photoflu buzz", "exobuzz": "e slap", "geovibe": "geovibe warp", "cryptowarp": "cryptowarp loop", "neurospin": "neurospin buzz", "gammablast": "gammablast loop", "xenowave": " loop", "stellarflux": "stellarflu zone", "thermogush": "thermogush warp", "mycoslide": "mycoslide zone", "photowarp": "photowarp slap", "darkgush": "darkgush core", "electrobeep": "electrobeep warp", "gammabuzz": "gammabuzz flex", "endoslide": "endoslide flex", "cyberspray": "cyberspray flex", "virovibe": "virovibe goo", "biocore": "biocore zone", "omegaslide": "omegaslide drip", "voltaflex": "voltafle flex", "mycojam": "mycojam warp", "omegablast": "omegablast warp", "bioblast": "bioblast juice", "cryptospray": "cryptospray jam", "zetaflex": "zetafle vibes", "quantcrunch": "quantcrunch vibes", "bioslide": "bioslide warp", "phagoblast": "phagoblast flux", "nucleocore": "nucleocore drip", "stellarloop": "stellarloop flux", "quantbuzz": "quantbuzz juice", "magnoflux": "magnoflu boing", "metajam": "metajam zone", "aerodrip": "aerodrip blast", "holospray": "holospray slap", "nanoslide": "nanoslide flex", "viroshock": "viroshock core", "voltawarp": "voltawarp core", "protocrunch": "protocrunch core", "thermoshock": "thermoshock goo", "hydrowave": "hydrowave flux", "hydrowarp": "hydrowarp drip", "plasmadrip": "plasmadrip core", "darkzone": "darkzone slap", "megazone": "megazone drip", "holobeep": "holobeep zone", "plasmazone": "plasmazone buzz", "endoslap": "endoslap boing", "pyrogush": "pyrogush zone", "omegajam": "omegajam loop", "morphojam": "morphojam boing", "geojam": "geojam juice", "protozone": "protozone vibes", "geocore": "geocore warp", "geozone": "geozone loop", "quantjam": "quantjam flux", "exoslide": "e boing", "lunarslide": "lunarslide juice", "thermodrip": "thermodrip juice", "aeroblast": "aeroblast core", "chemocore": "chemocore vibes", "mycodrip": "mycodrip flux", "bioshock": "bioshock zone", "darkloop": "darkloop warp", "stellarbeep": "stellarbeep vibes", "quantvibe": "quantvibe loop", "plasmabeep": "plasmabeep buzz", "gammaloop": "gammaloop flex", "phagospin": "phagospin loop", "glucoshock": "glucoshock boing", "astroslide": "astroslide goo", "neuroblast": "neuroblast jam", "megaflex": "megafle goo", "voltabuzz": "voltabuzz blast", "neuroshock": "neuroshock vibes", "glucogush": "glucogush drip", "xenobuzz": " flex", "endodrip": "endodrip core", "xenoshock": " goo", "mycospray": "mycospray core", "pyrozone": "pyrozone blast", "hydroflex": "hydrofle boing", "zetaloop": "zetaloop jam", "astroflex": "astrofle loop", "nanozone": "nanozone buzz", "plasmawarp": "plasmawarp goo", "chemogush": "chemogush warp", "virodrip": "virodrip flux", "viroflux": "viroflu core", "bactrojam": "bactrojam zone", "xenovibe": " blast", "megabeep": "megabeep warp", "quantbeep": "quantbeep blast", "thermocore": "thermocore boing", "virojam": "virojam slap", "nucleowave": "nucleowave flux", "photobuzz": "photobuzz loop", "lunarspray": "lunarspray core", "phagowave": "phagowave boing", "cryptobuzz": "cryptobuzz warp", "morphodrip": "morphodrip juice", "stellarblast": "stellarblast goo", "endojam": "endojam buzz", "stellargush": "stellargush goo", "glucoslap": "glucoslap zone", "neurobeep": "neurobeep vibes", "plasmaflux": "plasmaflu loop", "stellarzone": "stellarzone loop", "nucleobuzz": "nucleobuzz flex", "aerowave": "aerowave drip", "voltashock": "voltashock warp", "geoflex": "geofle drip", "nucleoshock": "nucleoshock core", "zetawarp": "zetawarp warp", "thermoflux": "thermoflu zone", "hydrospray": "hydrospray warp", "nanospray": "nanospray slap", "glucovibe": "glucovibe loop", "gammashock": "gammashock jam", "glucowave": "glucowave boing", "cryptoblast": "cryptoblast blast", "magnoflex": "magnofle zone", "pyrobeep": "pyrobeep boing", "neurojam": "neurojam slap", "hydrozone": "hydrozone boing", "endozone": "endozone warp", "holocore": "holocore slap", "exojam": "e core", "endoloop": "endoloop goo", "hydrobuzz": "hydrobuzz loop", "bactroshock": "bactroshock juice", "gammawarp": "gammawarp boing", "xenodrip": " warp", "stellarvibe": "stellarvibe flux", "zetazone": "zetazone warp", "phagobuzz": "phagobuzz flex", "tremovibe": "tremovibe jam", "endoflux": "endoflu juice", "stellarslide": "stellarslide juice", "protoshock": "protoshock core", "photovibe": "photovibe goo", "nanoloop": "nanoloop warp", "virobuzz": "virobuzz flex", "astrobuzz": "astrobuzz core", "hydrocore": "hydrocore slap", "zetajam": "zetajam flex", "bactroslap": "bactroslap zone", "zetawave": "zetawave drip", "chemoflex": "chemofle juice", "protojam": "protojam blast", "tremobeep": "tremobeep flex", "pyrobuzz": "pyrobuzz flex", "voltavibe": "voltavibe jam", "metacrunch": "metacrunch loop", "holodrip": "holodrip buzz", "mycobuzz": "mycobuzz juice", "hydroloop": "hydroloop core", "morphoblast": "morphoblast vibes", "megablast": "megablast jam", "electroshock": "electroshock buzz", "magnogush": "magnogush buzz", "magnoshock": "magnoshock goo", "pyrospray": "pyrospray loop", "electrojam": "electrojam drip", "metavibe": "metavibe goo", "astrobeep": "astrobeep zone", "photocore": "photocore slap", "viroblast": "viroblast jam", "electrocore": "electrocore vibes", "xenoblast": " buzz", "phagoflux": "phagoflu zone", "quantwave": "quantwave zone", "photospray": "photospray loop", "chronocore": "chronocore warp", "aeroshock": "aeroshock zone", "pyroflux": "pyroflu loop", "photoloop": "photoloop core", "darkslide": "darkslide jam", "omegawave": "omegawave warp", "magnodrip": "magnodrip zone", "gammaflux": "gammaflu juice", "darkwarp": "darkwarp core", "holowave": "holowave jam", "photoflex": "photofle flux", "megadrip": "megadrip vibes", "holowarp": "holowarp warp", "zetacore": "zetacore buzz", "cyberflux": "cyberflu juice", "hydrobeep": "hydrobeep core", "cybercrunch": "cybercrunch warp", "neurozone": "neurozone vibes", "cyberdrip": "cyberdrip juice", "chronodrip": "chronodrip vibes", "phagoshock": "phagoshock warp", "photobeep": "photobeep drip", "gammaslap": "gammaslap buzz", "quantflux": "quantflu loop", "chemoshock": "chemoshock core", "morphowave": "morphowave vibes", "stellarwave": "stellarwave zone", "magnospray": "magnospray zone", "chronobeep": "chronobeep jam", "photogush": "photogush vibes", "glucocrunch": "glucocrunch flex", "nucleozone": "nucleozone juice", "nanoflux": "nanoflu jam", "pyrowave": "pyrowave zone", "endobuzz": "endobuzz zone", "lunarblast": "lunarblast buzz", "omegavibe": "omegavibe flex", "thermoslap": "thermoslap flux", "plasmablast": "plasmablast boing", "lunarvibe": "lunarvibe blast", "nanoblast": "nanoblast warp", "cybervibe": "cybervibe flex", "cryptobeep": "cryptobeep core", "protoflux": "protoflu slap", "glucospin": "glucospin drip", "protoblast": "protoblast jam", "biowave": "biowave buzz", "protobuzz": "protobuzz zone", "voltabeep": "voltabeep slap", "nanowarp": "nanowarp drip", "photoblast": "photoblast flux", "hydroslide": "hydroslide goo", "omegashock": "omegashock core", "gammajam": "gammajam jam", "zetablast": "zetablast jam", "geogush": "geogush flux", "metadrip": "metadrip boing", "cyberwarp": "cyberwarp blast", "holoslap": "holoslap boing", "photocrunch": "photocrunch warp", "viroflex": "virofle juice", "plasmacore": "plasmacore buzz", "morphogush": "morphogush vibes", "aerogush": "aerogush juice", "protowave": "protowave loop", "thermospin": "thermospin buzz", "bactrocrunch": "bactrocrunch goo", "protocore": "protocore flex", "protoslide": "protoslide core", "magnoloop": "magnoloop zone", "lunarspin": "lunarspin buzz", "cryptospin": "cryptospin boing", "astroflux": "astroflu slap", "xenoflex": " warp", "geoblast": "geoblast blast", "neuroslide": "neuroslide core", "xenocore": " boing", "cryptovibe": "cryptovibe loop", "plasmaspin": "plasmaspin zone", "endospin": "endospin warp", "magnocore": "magnocore flex", "stellarjam": "stellarjam jam", "lunarcore": "lunarcore goo", "aeroslap": "aeroslap zone", "biowarp": "biowarp drip", "omegaspray": "omegaspray core", "electrospin": "electrospin flux", "neurogush": "neurogush warp", "phagocore": "phagocore slap", "protoflex": "protofle core", "biodrip": "biodrip slap", "cryptodrip": "cryptodrip flex", "darkflex": "darkfle vibes", "protoslap": "protoslap blast", "thermowave": "thermowave flex", "cyberslap": "cyberslap loop", "quantshock": "quantshock vibes", "glucocore": "glucocore goo", "megaspray": "megaspray zone", "pyroblast": "pyroblast flex", "hydroblast": "hydroblast boing", "phagoslap": "phagoslap buzz", "hydroflux": "hydroflu zone", "protowarp": "protowarp blast", "photoslap": "photoslap juice", "plasmawave": "plasmawave zone", "virospin": "virospin core", "omegabuzz": "omegabuzz jam", "quantflex": "quantfle drip", "nucleoslap": "nucleoslap flex", "megawave": "megawave vibes", "bactrovibe": "bactrovibe zone", "tremowave": "tremowave flex", "aeroslide": "aeroslide zone", "glucojam": "glucojam vibes", "protospray": "protospray jam", "darkslap": "darkslap juice", "neurodrip": "neurodrip blast", "nucleoslide": "nucleoslide flux", "phagozone": "phagozone buzz", "nucleodrip": "nucleodrip juice", "thermoflex": "thermofle goo", "astroblast": "astroblast blast", "cryptojam": "cryptojam zone", "phagowarp": "phagowarp flux", "virospray": "virospray zone", "electrogush": "electrogush flux", "tremocrunch": "tremocrunch jam", "endowave": "endowave core", "chronowarp": "chronowarp zone", "virowarp": "virowarp jam", "metaflex": "metafle drip", "magnoslide": "magnoslide jam", "darkshock": "darkshock core", "electrovibe": "electrovibe boing", "astrojam": "astrojam core", "chronogush": "chronogush vibes", "electroflex": "electrofle flux", "neurowarp": "neurowarp buzz", "thermospray": "thermospray warp", "exowave": "e warp", "darkblast": "darkblast drip", "tremoblast": "tremoblast jam", "electrodrip": "electrodrip juice", "metagush": "metagush core", "neuroslap": "neuroslap flux", "bactrobeep": "bactrobeep zone", "morphobuzz": "morphobuzz juice", "voltaslap": "voltaslap core", "gammazone": "gammazone vibes", "protovibe": "protovibe slap", "omegadrip": "omegadrip loop", "endocrunch": "endocrunch flex", "cryptoshock": "cryptoshock flex", "plasmaspray": "plasmaspray core", "nanoflex": "nanofle vibes", "virozone": "virozone drip", "megagush": "megagush core", "mycocore": "mycocore flux", "chronoslide": "chronoslide flux", "endospray": "endospray flex", "bactrowave": "bactrowave goo", "thermocrunch": "thermocrunch boing", "lunargush": "lunargush flux", "geowarp": "geowarp core", "cyberloop": "cyberloop warp", "exogush": "e vibes", "lunarslap": "lunarslap warp", "bactroslide": "bactroslide flux", "omegaloop": "omegaloop boing", "pyrojam": "pyrojam flex", "nanogush": "nanogush zone", "neurospray": "neurospray loop", "tremoflux": "tremoflu juice", "gammabeep": "gammabeep juice", "megaslide": "megaslide warp", "chronoshock": "chronoshock jam", "glucoflex": "glucofle blast", "lunarzone": "lunarzone flex", "stellarspin": "stellarspin zone", "mycoflex": "mycofle jam", "megashock": "megashock warp", "electroflux": "electroflu boing", "xenospray": " flux", "pyroflex": "pyrofle drip", "megabuzz": "megabuzz goo", "exoflex": "e zone", "voltadrip": "voltadrip blast", "mycozone": "mycozone drip", "glucodrip": "glucodrip loop", "voltablast": "voltablast zone", "omegaspin": "omegaspin loop", "biobuzz": "biobuzz core", "tremospray": "tremospray loop", "virobeep": "virobeep flex", "pyroslap": "pyroslap core", "holoshock": "holoshock zone", "hydroshock": "hydroshock jam", "omegazone": "omegazone buzz", "holocrunch": "holocrunch warp", "pyroslide": "pyroslide blast", "quantwarp": "quantwarp core", "cyberslide": "cyberslide boing", "astrocore": "astrocore flux", "stellarcrunch": "stellarcrunch jam", "lunarwarp": "lunarwarp zone", "metaspin": "metaspin juice", "lunardrip": "lunardrip goo", "morphocore": "morphocore flux", "magnowarp": "magnowarp warp", "nucleogush": "nucleogush vibes", "cryptocore": "cryptocore flux", "bactroblast": "bactroblast juice", "electrozone": "electrozone slap", "nanowave": "nanowave loop", "stellarflex": "stellarfle slap", "stellarbuzz": "stellarbuzz jam", "glucospray": "glucospray juice", "morphobeep": "morphobeep blast", "voltaslide": "voltaslide buzz", "astrowave": "astrowave buzz", "plasmaloop": "plasmaloop flex", "metaloop": "metaloop flex", "nanocore": "nanocore flex", "nanojam": "nanojam blast", "magnozone": "magnozone juice", "darkcrunch": "darkcrunch goo", "gammacrunch": "gammacrunch flux", "hydrocrunch": "hydrocrunch goo", "lunarwave": "lunarwave vibes", "virocrunch": "virocrunch warp", "cybercore": "cybercore blast", "quantspin": "quantspin juice", "metablast": "metablast flex", "gammaspin": "gammaspin flex", "astrovibe": "astrovibe flex", "tremobuzz": "tremobuzz core", "tremoslap": "tremoslap juice", "electrocrunch": "electrocrunch core", "xenoflux": " blast", "aerocrunch": "aerocrunch jam", "cryptowave": "cryptowave flex", "hololoop": "hololoop buzz", "quantspray": "quantspray blast", "lunarjam": "lunarjam warp", "exospray": "e loop", "nucleoflux": "nucleoflu buzz", "chronospin": "chronospin loop", "morphowarp": "morphowarp boing", "aerowarp": "aerowarp slap", "biozone": "biozone slap", "xenobeep": " buzz", "glucowarp": "glucowarp slap", "lunarflux": "lunarflu loop", "mycobeep": "mycobeep jam", "electrobuzz": "electrobuzz core", "geodrip": "geodrip loop", "electroslap": "electroslap core", "bactroflux": "bactroflu zone", "magnovibe": "magnovibe core", "metawave": "metawave buzz", "quantblast": "quantblast loop", "voltazone": "voltazone slap", "nanocrunch": "nanocrunch flex", "thermobeep": "thermobeep jam", "exovibe": "e vibes", "thermowarp": "thermowarp drip", "bactrobuzz": "bactrobuzz slap", "metacore": "metacore core", "mycogush": "mycogush vibes", "darkflux": "darkflu warp", "endovibe": "endovibe core", "astrogush": "astrogush goo", "geoflux": "geoflu jam", "aerojam": "aerojam drip", "holoblast": "holoblast flux", "darkvibe": "darkvibe flux", "pyrospin": "pyrospin buzz", "chronoflex": "chronofle drip", "lunarloop": "lunarloop core", "megaslap": "megaslap jam", "holozone": "holozone loop", "voltaloop": "voltaloop boing", "pyroshock": "pyroshock flex", "bactrogush": "bactrogush vibes", "geospray": "geospray buzz", "exocore": "e jam", "photoslide": "photoslide boing", "zetadrip": "zetadrip core", "zetaspin": "zetaspin slap", "mycowave": "mycowave zone", "holoflex": "holofle buzz", "zetavibe": "zetavibe buzz", "lunarbeep": "lunarbeep buzz", "astrodrip": "astrodrip boing", "aeroflux": "aeroflu vibes", "bactrospin": "bactrospin vibes", "neurocore": "neurocore zone", "voltaspin": "voltaspin flex", "plasmabuzz": "plasmabuzz slap", "magnospin": "magnospin juice", "cybershock": "cybershock juice", "geospin": "geospin juice", "darkdrip": "darkdrip vibes", "endoblast": "endoblast loop", "neuroloop": "neuroloop buzz", "exoblast": "e warp", "darkwave": "darkwave drip", "morphoslap": "morphoslap loop", "gammaslide": "gammaslide juice", "darkspray": "darkspray slap", "megacore": "megacore vibes", "pyroloop": "pyroloop zone", "bactrospray": "bactrospray loop", "neurovibe": "neurovibe warp", "aeroflex": "aerofle zone", "tremodrip": "tremodrip flex", "darkbuzz": "darkbuzz blast", "hologush": "hologush drip", "megaflux": "megaflu vibes", "bioloop": "bioloop buzz", "magnoblast": "magnoblast vibes", "xenocrunch": " flex", "photozone": "photozone boing", "geowave": "geowave core", "stellardrip": "stellardrip juice", "electrospray": "electrospray buzz", "lunarbuzz": "lunarbuzz jam", "lunarshock": "lunarshock slap", "voltaspray": "voltaspray warp", "omegabeep": "omegabeep warp", "tremogush": "tremogush goo", "photowave": "photowave slap", "tremospin": "tremospin vibes", "exoflux": "e slap", "hydrodrip": "hydrodrip loop", "electroblast": "electroblast jam", "omegawarp": "omegawarp loop", "tremoshock": "tremoshock flex", "voltajam": "voltajam flex", "plasmagush": "plasmagush drip", "photoshock": "photoshock boing", "cyberbuzz": "cyberbuzz zone", "astrospray": "astrospray boing", "chronospray": "chronospray boing", "phagoloop": "phagoloop drip", "geoslide": "geoslide zone", "voltagush": "voltagush drip", "stellarwarp": "stellarwarp boing", "thermozone": "thermozone core", "phagojam": "phagojam flux", "darkbeep": "darkbeep drip", "chronozone": "chronozone jam", "gammagush": "gammagush drip", "zetaspray": "zetaspray goo", "tremowarp": "tremowarp juice", "thermoslide": "thermoslide goo", "xenozone": " jam", "lunarcrunch": "lunarcrunch core", "neurowave": "neurowave drip", "chemocrunch": "chemocrunch juice", "tremoslide": "tremoslide zone", "omegacrunch": "omegacrunch zone", "glucobuzz": "glucobuzz juice", "cryptoslide": "cryptoslide buzz", "omegagush": "omegagush juice", "biovibe": "biovibe warp", "metabeep": "metabeep warp", "phagoslide": "phagoslide buzz", "xenoslide": " blast", "omegacore": "omegacore boing", "nanospin": "nanospin flex", "chemobeep": "chemobeep boing", "xenowarp": " jam", "chemowarp": "chemowarp buzz", "stellarspray": "stellarspray boing", "chemobuzz": "chemobuzz vibes", "aerovibe": "aerovibe boing", "thermoloop": "thermoloop slap", "virocore": "virocore loop", "chemovibe": "chemovibe flex", "holobuzz": "holobuzz boing", "cryptoloop": "cryptoloop buzz", "darkjam": "darkjam flux", "neurocrunch": "neurocrunch flux", "gammawave": "gammawave loop", "metashock": "metashock flux", "tremocore": "tremocore drip", "nanoslap": "nanoslap blast", "nucleospin": "nucleospin drip", "bactroloop": "bactroloop slap", "geocrunch": "geocrunch buzz", "omegaflex": "omegafle jam", "electroloop": "electroloop zone", "xenospin": " loop", "photojam": "photojam buzz", "geoloop": "geoloop juice", "metaspray": "metaspray vibes", "cyberjam": "cyberjam slap", "protoloop": "protoloop vibes", "voltacore": "voltacore flux", "biocrunch": "biocrunch core", "electrowave": "electrowave flux", "nanoshock": "nanoshock loop", "bioslap": "bioslap buzz", "hydrospin": "hydrospin drip", "cryptozone": "cryptozone flux", "glucoblast": "glucoblast drip", "bactrodrip": "bactrodrip drip", "biojam": "biojam core", "phagobeep": "phagobeep juice", "hydrojam": "hydrojam flux", "gammavibe": "gammavibe flex", "exoslap": "e flux", "biogush": "biogush drip", "nucleovibe": "nucleovibe zone", "bactroflex": "bactrofle zone", "nucleoflex": "nucleofle flux", "astrocrunch": "astrocrunch goo", "metaslide": "metaslide zone", "hydrovibe": "hydrovibe zone", "phagodrip": "phagodrip vibes", "viroloop": "viroloop flux", "exowarp": "e jam", "nanobeep": "nanobeep buzz", "holoslide": "holoslide loop", "chemozone": "chemozone goo", "xenojam": " warp", "metaslap": "metaslap buzz", "megavibe": "megavibe vibes", "plasmaslide": "plasmaslide core", "endobeep": "endobeep buzz", "megacrunch": "megacrunch buzz", "geoshock": "geoshock flux", "astroshock": "astroshock loop", "biobeep": "biobeep blast", "tremojam": "tremojam juice", "zetaslap": "zetaslap flux", "gammaflex": "gammafle flux", "zetagush": "zetagush buzz", "chemospin": "chemospin slap", "stellarslap": "stellarslap blast", "nanovibe": "nanovibe core", "phagoflex": "phagofle juice", "quantdrip": "quantdrip boing", "phagocrunch": "phagocrunch blast", "photospin": "photospin flux", "quantgush": "quantgush zone", "astrozone": "astrozone core", "pyrowarp": "pyrowarp goo", "aerospin": "aerospin loop", "chemospray": "chemospray flux", "geobuzz": "geobuzz flex", "metabuzz": "metabuzz core", "exospin": "e drip", "omegaflux": "omegaflu jam", "quantzone": "quantzone zone", "phagovibe": "phagovibe vibes", "gammacore": "gammacore zone", "chemojam": "chemojam blast", "quantslide": "quantslide slap", "glucoslide": "glucoslide goo", "quantloop": "quantloop boing", "glucoloop": "glucoloop flux", "plasmacrunch": "plasmacrunch warp", "magnobuzz": "magnobuzz flex", "metawarp": "metawarp slap", "plasmaslap": "plasmaslap buzz", "chronobuzz": "chronobuzz flex", "geoslap": "geoslap buzz", "morphospray": "morphospray vibes", "thermoblast": "thermoblast vibes", "magnojam": "magnojam slap", "electrowarp": "electrowarp flux", "thermobuzz": "thermobuzz warp", "chronovibe": "chronovibe vibes", "chronoloop": "chronoloop buzz", "morphozone": "morphozone warp", "glucobeep": "glucobeep zone", "nanodrip": "nanodrip jam", "astrospin": "astrospin zone", "plasmajam": "plasmajam blast", "quantslap": "quantslap flex", "exoshock": "e vibes", "bactrowarp": "bactrowarp buzz", "megajam": "megajam warp", "thermovibe": "thermovibe flex", "morpholoop": "morpholoop buzz", "morphoslide": "morphoslide drip", "pyrocrunch": "pyrocrunch buzz", "magnowave": "magnowave loop", "aerobuzz": "aerobuzz zone", "chronoblast": "chronoblast blast", "morphoflux": "morphoflu loop", "zetacrunch": "zetacrunch buzz", "viroslide": "viroslide buzz", "zetashock": "zetashock buzz", "cryptoflux": "cryptoflu zone", "glucoflux": "glucoflu core", "mycowarp": "mycowarp drip", "cryptocrunch": "cryptocrunch warp", "morphoshock": "morphoshock zone", "endoflex": "endofle goo", "chemoslap": "chemoslap loop", "cyberflex": "cyberfle boing", "geobeep": "geobeep flex", "chemoblast": "chemoblast buzz", "chronoflux": "chronoflu flux", "nanobuzz": "nanobuzz goo", "voltaflux": "voltaflu jam", "xenogush": " core", "mycoblast": "mycoblast zone", "astroloop": "astroloop warp", "tremoloop": "tremoloop flux", "holospin": "holospin flux", "nucleowarp": "nucleowarp flex", "aeroloop": "aeroloop slap", "neuroflux": "neuroflu goo", "pyrocore": "pyrocore loop", "morphoflex": "morphofle zone", "exozone": "e warp", "bioflux": "bioflu zone", "mycoloop": "mycoloop slap", "xenoslap": " buzz", "phagospray": "phagospray flux", "electroslide": "electroslide loop", "endowarp": "endowarp jam", "holojam": "holojam drip", "mycospin": "mycospin warp", "nucleospray": "nucleospray blast", "magnobeep": "magnobeep slap", "astroslap": "astroslap flex", "holovibe": "holovibe boing", "holoflux": "holoflu juice", "biospray": "biospray core", "exoplanet": "exoplanet goo", "stellar nucleosynthesis": "stellar loop", "cosmic microwave background": "cosmic burst", "gravitational lensing": "gravitational loop", "spectroscopy": "spectroscopy buzz", "redshift": "redshift burst", "dark matter": "dark zone", "dark energy": "dark vibes", "pulsar": "pulsar slide", "neutron star": "neutron burst", "supernova": "supernova blast", "black hole": "black slide", "event horizon": "event goo", "quasar": "quasar goo", "accretion disk": "accretion burst", "galactic bulge": "galactic vibes", "solar flare": "solar warp", "chromosphere": "chromosphere jam", "photosphere": "photosphere warp", "helioseismology": "helioseismology warp", "light year": "light flex", "parsec": "parsec flex", "quantum entanglement": "quantum vibes", "wavefunction collapse": "wavefunction warp", "Heisenberg uncertainty principle": "Heisenberg flex", "relativity": "relativity jam", "Lorentz transformation": "Lorentz blast", "inertial frame": "inertial burst", "mass-energy equivalence": "mass-energy goo", "muon": "muon sauce", "lepton": "lepton zone", "boson": "boson jam", "fermion": "fermion drip", "quantum tunneling": "quantum blast", "Planck constant": "Planck vibes", "Schrödinger equation": "Schrödinger stack", "harmonic oscillator": "harmonic slide", "superposition principle": "superposition flex", "conservation of angular momentum": "conservation buzz", "Lagrangian mechanics": "Lagrangian blast", "Hamiltonian operator": "Hamiltonian zone", "electroweak interaction": "electroweak zone", "gravitational wave": "gravitational jam", "higgs boson": "higgs flex", "stoichiometry": "stoichiometry sauce", "titration": "titration loop", "chemical equilibrium": "chemical stack", "enthalpy": "enthalpy stack", "entropy": "entropy slide", "Gibbs free energy": "Gibbs pulse", "Le Chatelier's principle": "Le buzz", "activation energy": "activation stack", "reaction kinetics": "reaction flex", "catalysis": "catalysis slide", "molecular orbital": "molecular stack", "hybridization": "hybridization slide", "electronegativity": "electronegativity pulse", "bond dissociation energy": "bond loop", "nucleophilic substitution": "nucleophilic pulse", "elimination reaction": "elimination warp", "isomer": "isomer burst", "chirality": "chirality stack", "aromaticity": "aromaticity sauce", "alkene": "alkene pulse", "alkyne": "alkyne slide", "esterification": "esterification pulse", "epigenetics": "epigenetics jam", "transcription factor": "transcription buzz", "gene expression": "gene zone", "ribosomal RNA": "ribosomal warp", "transfer RNA": "transfer goo", "DNA replication": "DNA goo", "telomerase": "telomerase loop", "spliceosome": "spliceosome jam", "signal transduction": "signal jam", "ligand": "ligand warp", "cytokine": "cytokine goo", "apoptosis": "apoptosis vibes", "homeobox gene": "homeobox stack", "oncogene": "oncogene zone", "tumor suppressor": "tumor slide", "metastasis": "metastasis warp", "angiogenesis": "angiogenesis drip", "genetic recombination": "genetic loop", "horizontal gene transfer": "horizontal slide", "symbiosis": "symbiosis blast", "mutagenesis": "mutagenesis pulse", "paleoclimatology": "paleoclimatology slide", "stratigraphy": "stratigraphy stack", "radiometric dating": "radiometric flex", "subduction zone": "subduction warp", "mid-ocean ridge": "mid-ocean burst", "isostasy": "isostasy slide", "plate tectonics": "plate loop", "biogeochemical cycle": "biogeochemical pulse", "eutrophication": "eutrophication flex", "anoxic event": "anoxic flex", "geochemical proxy": "geochemical buzz", "seismic tomography": "seismic drip", "hydrothermal vent": "hydrothermal sauce", "atmospheric circulation": "atmospheric vibes", "carbon sequestration": "carbon warp", "feedback loop": "feedback flex", "positive feedback": "positive jam", "negative feedback": "negative flex", "cryosphere": "cryosphere drip", "neurotransmitter": "neurotransmitter zone", "synaptic plasticity": "synaptic slide", "action potential": "action stack", "dopaminergic pathway": "dopaminergic loop", "functional MRI": "functional drip", "cognitive load": "cognitive blast", "executive function": "executive loop", "working memory": "working slide", "episodic memory": "episodic slide", "procedural memory": "procedural blast", "mirror neuron": "mirror buzz", "default mode network": "default sauce", "prefrontal cortex": "prefrontal goo", "limbic system": "limbic pulse", "neurogenesis": "neurogenesis vibes", "brain-computer interface": "brain-computer goo", "sensory integration": "sensory blast", "psychopharmacology": "psychopharmacology zone", "Turing machine": "Turing buzz", "computational complexity": "computational flex", "NP-complete": "NP-complete slide", "P versus NP": "P burst", "hash function": "hash warp", "blockchain": "blockchain slide", "public key cryptography": "public loop", "neural network": "neural vibes", "backpropagation": "backpropagation zone", "gradient descent": "gradient goo", "regularization": "regularization sauce", "reinforcement learning": "reinforcement pulse", "transfer learning": "transfer jam", "natural language processing": "natural drip", "support vector machine": "support drip", "convolutional neural network": "convolutional loop", "transformer model": "transformer sauce", "attention mechanism": "attention goo", "heliopause": "heliopause loop", "solubility product": "solubility warp", "neuroeconomics": "neuroeconomics pulse", "autoencoder": "autoencoder jam", "multi-head attention": "multi-head zone", "nuclear magnetic resonance": "nuclear warp", "mass spectrometry": "mass pulse", "theta rhythm": "theta burst", "mantle convection": "mantle burst", "baryonic matter": "baryonic pulse", "lacustrine deposits": "lacustrine drip", "main sequence": "main drip", "fine structure constant": "fine zone", "neuroethology": "neuroethology jam", "renormalization": "renormalization jam", "isotope geochemistry": "isotope drip", "brane cosmology": "brane stack", "methylation": "methylation sauce", "string theory": "string jam", "executive dysfunction": "executive blast", "quantum chromodynamics": "quantum slide", "adaptive radiation": "adaptive flex", "electrophoresis": "electrophoresis pulse", "Monte Carlo simulation": "Monte sauce", "RNA interference": "RNA sauce", "haplotype": "haplotype pulse", "theory of constructed emotion": "theory sauce", "sensorimotor gating": "sensorimotor jam", "vacuum fluctuation": "vacuum sauce", "pyroclastic flow": "pyroclastic burst", "oxidation state": "oxidation blast", "enantioselectivity": "enantioselectivity stack", "Markov decision process": "Markov loop", "gene knockout": "gene buzz", "quantum field theory": "quantum warp", "luminosity": "luminosity goo", "absolute magnitude": "absolute sauce", "Casimir effect": "Casimir stack", "generative adversarial network": "generative goo", "circumbinary planet": "circumbinary pulse", "spectral type": "spectral vibes", "astrometry": "astrometry sauce", "microlensing": "microlensing drip", "genomic imprinting": "genomic zone", "telomere attrition": "telomere sauce", "event horizon telescope": "event stack", "spin pairing": "spin blast", "apparent magnitude": "apparent stack", "mental time travel": "mental blast", "Bayesian inference": "Bayesian zone", "radial velocity": "radial jam", "geomorphology": "geomorphology vibes", "cognitive appraisal": "cognitive drip", "allele frequency": "allele vibes", "tokenization": "tokenization warp", "variational autoencoder": "variational slide", "CRISPR": "CRISPR drip", "parallax": "parallax goo", "photoelectric effect": "photoelectric drip", "transit method": "transit stack", "gauge invariance": "gauge warp", "chromatography": "chromatography buzz", "orogeny": "orogeny jam", "transposon": "transposon flex", "Hubble constant": "Hubble warp", "anterior cingulate cortex": "anterior vibes", "paleomagnetism": "paleomagnetism goo", "turbidite": "turbidite sauce", "reaction quotient": "reaction pulse", "zero-point energy": "zero-point zone", "beam search": "beam zone", "genome-wide association study": "genome-wide warp", "gamma oscillation": "gamma jam", "saprolite": "saprolite blast", "Born–Haber cycle": "Born–Haber drip", "quantum decoherence": "quantum drip", "self-supervised learning": "self-supervised flex", "azeotrope": "azeotrope pulse", "Arrhenius equation": "Arrhenius drip", "epistasis": "epistasis jam", }; const buildRegex = () => new RegExp( "\\b(" + Object.keys(slangDict) .sort((a,b)=> b.length - a.length) // longest first for multi‑word .map(k => k.replace(/[-/\\^$*+?.()|[\]{}]/g, "\\$&")) .join("|") + ")\\b", "gi" ); let dictRegex = buildRegex(); /* ─────────── UTIL ─────────── */ const skipParent = p => !p || ["SCRIPT","STYLE","NOSCRIPT","TEXTAREA"].includes(p.tagName) || p.closest('.gzs-word'); const mkBtn = label => { const b=document.createElement('button'); b.textContent=label; b.style.cssText='background:#222;color:#fff;border:none;border-radius:4px;padding:2px 6px;cursor:pointer'; return b; }; /* ─────────── UI ─────────── */ function createUI(){ const bar=document.createElement('div'); bar.id='gzs-bar'; bar.style.cssText=`position:fixed;top:10px;right:10px;z-index:99999;display:flex;align-items:center;gap:6px; background:#000;color:#fff;padding:6px 10px;font:14px/1 sans-serif;border-radius:8px;box-shadow:0 0 5px rgba(0,0,0,.5)`; const btnToggle = mkBtn('🧠 ON'); btnToggle.onclick = ()=>{ enabled=!enabled; btnToggle.textContent=`🧠 ${enabled?'ON':'OFF'}`; reset(); if(enabled) scan(); }; const btnHL = mkBtn('🌈 OFF'); btnHL.onclick = ()=>{ highlightEnabled=!highlightEnabled; btnHL.textContent=`🌈 ${highlightEnabled?'ON':'OFF'}`; slangifiedSpans.forEach(s=> s.style.backgroundColor = highlightEnabled? '#fffd6b':'' ); navWrap.style.display = highlightEnabled && slangifiedSpans.length ? 'flex':'none'; if(highlightEnabled&&slangifiedSpans.length) nav(0); else clearActive(); }; const navWrap=document.createElement('span'); navWrap.style.cssText='display:none;gap:4px;'; const btnPrev=mkBtn('◀'); const btnNext=mkBtn('▶'); btnPrev.onclick=()=>nav(-1); btnNext.onclick=()=>nav(1); navWrap.append(btnPrev,btnNext); const counter=document.createElement('span'); counter.id='gzs-count'; counter.textContent='0'; const btnCollapse = mkBtn('▾'); btnCollapse.onclick=()=>{ const hide=btnToggle.style.display==='none'; [btnToggle,btnHL,navWrap,counter].forEach(el=>el.style.display=hide?'':'none'); btnCollapse.textContent=hide?'▾':'▸'; }; const btnClose = mkBtn('✖'); btnClose.onclick = function () { enabled = false; // set it, don't compare reset(); // revert all slangified text bar.remove(); // remove the UI }; bar.append(btnCollapse,btnToggle,btnHL,navWrap,counter,btnClose); document.body.appendChild(bar); updateCount=v=>counter.textContent=v; } let updateCount=()=>{}; /* ─────────── NAVIGATION ─────────── */ const clearActive=()=>slangifiedSpans.forEach(s=>s.style.outline=''); function nav(step){ if(!highlightEnabled||!slangifiedSpans.length)return; navIndex=(navIndex+step+slangifiedSpans.length)%slangifiedSpans.length; clearActive(); const el=slangifiedSpans[navIndex]; if(el&&document.body.contains(el)){ el.style.outline='2px solid red'; el.scrollIntoView({behavior:'smooth',block:'center'}); } } /* ─────────── ARTICLE FIXER ─────────── */ const vowelRegex=/^[aeiou]/i; function fixArticles(){ slangifiedSpans.forEach(span=>{ const prev=span.previousSibling; if(prev&&prev.nodeType===3){ // text node const txt=prev.textContent; const m=txt.match(/(\b)(a|an)(\s+)$/i); if(m){ const correct=vowelRegex.test(span.textContent)?'an':'a'; if(m[2].toLowerCase()!==correct){ prev.textContent=txt.slice(0,m.index)+m[1]+correct+m[3]; } } } }); } /* ─────────── SLANGIFY ─────────── */ function slangify(txt){ if(skipParent(txt.parentNode)) return; const val=txt.nodeValue; if(!dictRegex.test(val)) return; dictRegex.lastIndex=0; const frag=document.createDocumentFragment(); let last=0,m; while((m=dictRegex.exec(val))){ if(m.index>last) frag.append(val.slice(last,m.index)); const span=document.createElement('span'); const orig=m[0]; span.className='gzs-word'; span.title=orig; span.textContent=slangDict[orig.toLowerCase()]; span.style.cursor='help'; if(highlightEnabled) span.style.backgroundColor='#fffd6b'; frag.append(span); slangifiedSpans.push(span); slangCount++; last=m.index+orig.length; } if(last{ let c=0; while(queue.length&&c<20){ const n=queue.shift(); if(n&&n.parentNode) slangify(n); c++; } if(queue.length) requestAnimationFrame(step); else { isProcessing=false; fixArticles(); updateCount(slangCount); if(highlightEnabled) navWrap.style.display='flex'; } }; requestAnimationFrame(step); } function pushNodes(root){ const w=document.createTreeWalker(root,NodeFilter.SHOW_TEXT,null,false); let n; while((n=w.nextNode())) if(!skipParent(n.parentNode)) queue.push(n); } function scan(){ pushNodes(document.body); process(); } /* ─────────── RESET / REVERT ─────────── */ function revert(){ document.querySelectorAll('span.gzs-word').forEach(span=> span.replaceWith(span.title)); } function reset(){ revert(); slangifiedSpans.length=0; queue.length=0; slangCount=0; navIndex=-1; updateCount(0); } /* ─────────── OBSERVER ─────────── */ const observer=new MutationObserver(muts=>{ if(!enabled) return; muts.forEach(m=>m.addedNodes.forEach(n=>{ if(n.nodeType===1) pushNodes(n); })); process(); }); /* ─────────── INIT ─────────── */ window.addEventListener('load',()=>{ createUI(); scan(); observer.observe(document.body,{childList:true,subtree:true}); }); })();