{"product_id":"ai-space-puzzle","title":"AI Space Puzzle ","description":"\u003c!-- 🚀 AI SPACE PUZZLE – Spazio profondo, IA impazzita, segnali da decifrare --\u003e\n\u003csection class=\"ai-space-wrapper\"\u003e\u003c!-- TITOLO --\u003e\u003cheader class=\"ai-space-header\"\u003e\n\u003ch2\u003e 🚀 AI Space Puzzle – Communicate or Perish in Deep Space \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"ai-space-grid\"\u003e\n\n\u003c!-- TESTO NARRATIVO --\u003e\n\u003carticle class=\"ai-space-narrative\"\u003e\n\u003cp\u003e In \u003cstrong\u003eAI Space Puzzle,\u003c\/strong\u003e you're not a passenger: you're part of a crew trying to communicate with a damaged AI, while all around you, space remains silent and infinite. A \u003cstrong\u003ecooperative board game\u003c\/strong\u003e where every signal is a puzzle and every silence weighs more than a red alert.\u003c\/p\u003e\n\n \u003cp\u003eThe AI ​​doesn't speak: \u003cstrong\u003eit shows\u003c\/strong\u003e . Symbols, colors, geometry. It's up to you to understand them, interpret them, translate them before the ship gets lost in depressurized corridors and out-of-control systems. It's a living, evolving \u003cstrong\u003elogic puzzle\u003c\/strong\u003e that doesn't forgive misreadings.\u003c\/p\u003e\n\n\u003cp\u003e Scenario after scenario, the pressure mounts. The rules remain minimal, but the language grows, becomes more complicated, and transforms. And you truly feel that sci-fi feeling: the group huddles together, the AI ​​flashes incomprehensible signals... and you desperately search for the thread that connects them.\u003c\/p\u003e\n\n\u003cp\u003e \u003cstrong\u003eAI Space Puzzle\u003c\/strong\u003e is ideal for those who enjoy fast-paced, clever cooperative challenges full of \"aha!\" moments. It requires deduction, intuition, listening skills... and a pinch of humor to avoid going crazy with a computer having an existential crisis.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- FEATURES --\u003e\n\u003caside class=\"ai-space-features\"\u003e\n\u003ch3\u003eWhy “AI Space Puzzle” Works So Well\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🤖 \u003cstrong\u003eMalfunctioning AI\u003c\/strong\u003e with unique limited communication\u003c\/li\u003e\n\n\u003cli\u003e 🧠 Brilliant and immediate \u003cstrong\u003ecooperative deduction\u003c\/strong\u003e\n\u003c\/li\u003e\n\n \u003cli\u003e📦 \u003cstrong\u003eEscalating scenarios\u003c\/strong\u003e that increase difficulty\u003c\/li\u003e\n\n\u003cli\u003e 🧩 Quick yet deep \u003cstrong\u003elogic puzzles\u003c\/strong\u003e\n\u003c\/li\u003e\n\n\u003cli\u003e 👨👩👧 Perfect for \u003cstrong\u003e2–5 players\u003c\/strong\u003e \n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/aside\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- CHIUSURA --\u003e\n\u003cdiv class=\"ai-space-end\"\u003e\n\n\u003cp\u003e \u003cstrong\u003eAI Space Puzzle\u003c\/strong\u003e is the journey where you survive only if you understand the language of a machine that no longer knows how to speak.\u003c\/p\u003e\n\n\u003cp class=\"ai-space-quote\"\u003e \u003cem\u003eIn the vacuum of space… every signal counts.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🎨 PALETTE ISPIRATA ALLA SCATOLA:\n   - Nero spazio profondo\n   - Blu galassia #1c2e5b, #254b9e\n   - Accenti arancio astronauta #ffa447\n   - Glitch neon tech *\/\n.ai-space-wrapper {\n  --space-dark: #0c0f1a;\n  --space-blue: #1c2e5b;\n  --space-blue-light: #254b9e;\n  --space-neon: #38b6ff;\n  --space-orange: #ffa447;\n  background: radial-gradient(circle at top, var(--space-blue-light), var(--space-dark) 70%);\n  padding: 2.4rem 1.8rem;\n  border-radius: 24px;\n  color: #eaf3ff;\n  font-family: \"Inter\", sans-serif;\n  box-shadow: 0 12px 32px rgba(0,0,0,0.45);\n  max-width: 1100px;\n  margin: 2rem auto;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Glow planetario *\/\n.ai-space-wrapper::before {\n  content: \"\";\n  position: absolute;\n  top: -110px;\n  right: -90px;\n  width: 260px;\n  height: 260px;\n  background: radial-gradient(circle, rgba(56,182,255,0.35), transparent 70%);\n  filter: blur(40px);\n}\n\n\/* Header *\/\n.ai-space-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  font-size: 2rem;\n  text-align: center;\n  color: #ffffff;\n  text-shadow: 0 0 12px rgba(56,182,255,0.7);\n  margin-bottom: 2rem;\n  border-bottom: 1px solid rgba(255,255,255,0.18);\n  padding-bottom: 0.8rem;\n}\n\n\/* Layout *\/\n.ai-space-grid {\n  display: grid;\n  grid-template-columns: 1.3fr 0.9fr;\n  gap: 1.6rem;\n}\n\n\/* Testo narrativo *\/\n.ai-space-narrative {\n  background: rgba(12, 18, 36, 0.75);\n  border-left: 6px solid var(--space-orange);\n  border-radius: 20px;\n  padding: 1.4rem 1.6rem;\n  box-shadow: 0 6px 24px rgba(0,0,0,0.3);\n}\n\n.ai-space-narrative p {\n  line-height: 1.75;\n  margin: 0.8rem 0;\n}\n\n.ai-space-narrative strong {\n  color: var(--space-neon);\n}\n\n\/* Features box *\/\n.ai-space-features {\n  background: rgba(28, 46, 91, 0.75);\n  border-radius: 18px;\n  padding: 1.4rem 1.4rem;\n  border: 2px solid rgba(255,255,255,0.18);\n  backdrop-filter: blur(4px);\n}\n\n.ai-space-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--space-orange);\n  margin-bottom: 1rem;\n}\n\n.ai-space-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: 0.7rem;\n}\n\n.ai-space-features li {\n  background: linear-gradient(90deg, rgba(56,182,255,0.18), rgba(12,18,36,0.35));\n  padding: 0.6rem 0.8rem;\n  border-left: 5px solid var(--space-neon);\n  border-radius: 10px;\n  transition: 0.25s;\n}\n\n.ai-space-features li:hover {\n  transform: translateX(4px);\n  background: linear-gradient(90deg, rgba(56,182,255,0.28), rgba(12,18,36,0.5));\n}\n\n.ai-space-features strong {\n  color: #ffffff;\n}\n\n\/* Chiusura *\/\n.ai-space-end {\n  margin-top: 2rem;\n  text-align: center;\n  background: rgba(12,18,36,0.7);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.25);\n}\n\n.ai-space-quote {\n  margin-top: 0.7rem;\n  font-style: italic;\n  font-weight: 600;\n  color: var(--space-neon);\n}\n\n\/* Responsive *\/\n@media(max-width: 900px) {\n  .ai-space-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media(max-width: 600px) {\n  .ai-space-header h2 {\n    font-size: 1.6rem;\n  }\n  .ai-space-wrapper {\n    padding: 1.8rem 1.2rem;\n  }\n}\n\u003c\/style\u003e","brand":"Pegasus Spiele","offers":[{"title":"Default Title","offer_id":52784206577991,"sku":null,"price":24.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/AI_Space_Puzzle_00.webp?v=1763557333","url":"https:\/\/frogames.business\/en\/products\/ai-space-puzzle","provider":"FroGames","version":"1.0","type":"link"}