{"product_id":"compile-aux-2-ita","title":"Compile - Aux 2 ","description":"\u003c!-- 🧠 COMPILE – AUX 2 – HERO CYBERPUNK --\u003e\n\u003csection class=\"compile-section\"\u003e\u003c!-- Titolo --\u003e\u003cheader class=\"compile-header\"\u003e\n\u003ch2\u003e 🧠 Compile – Aux 2: Three New Protocols, a Reality to Be Rewritten \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"compile-layout\"\u003e\n\n\u003c!-- Testo principale --\u003e\n\u003carticle class=\"compile-main\"\u003e\n\u003cp\u003e In \u003cstrong\u003eCompile – Aux 2,\u003c\/strong\u003e you once again enter the duel between artificial intelligences. Each Protocol is a concept to master, a fragment of reality to interpret better than your opponent. A \u003cstrong\u003eboard game for two players\u003c\/strong\u003e where mental speed and control make the difference.\u003c\/p\u003e\n\n \u003cp\u003eThe cards you play aren't just numbers: they're commands that rewrite your protocol lines or sabotage the other player's. It's a direct, elegant confrontation, where the pressure builds round after round as you try to reach the threshold and \"Fill\" the concept before he does.\u003c\/p\u003e\n\n\u003cp\u003e This expansion introduces three new protocols— \u003cstrong\u003eAssimilation\u003c\/strong\u003e , \u003cstrong\u003eDiversity\u003c\/strong\u003e , and \u003cstrong\u003eUnity\u003c\/strong\u003e —each with a distinct identity and new ways to manipulate the balance. Adding them instantly changes the pace, creates new synergies, and forces both players to rethink their approach.\u003c\/p\u003e\n\n\u003cp\u003e \u003cstrong\u003eAux 2\u003c\/strong\u003e is perfect for those who love Compile and want more varied, more subtle, and even more psychological gameplay. In a world of concepts, reality is defined by who Compiles first. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- Box punti forza --\u003e\n\u003caside class=\"compile-features\"\u003e\n\u003ch3\u003e Why “Aux 2” Powers Compile\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🧬 Three \u003cstrong\u003enew thematic and original protocols\u003c\/strong\u003e\n\u003c\/li\u003e\n\n\u003cli\u003e ⚡ Even more tactical choices and countermoves\u003c\/li\u003e\n\n \u003cli\u003e🧠 Perfect for those who love mental duels\u003c\/li\u003e\n\n\u003cli\u003e 🎴 Integrates into the base game in seconds\u003c\/li\u003e\n\n\u003cli\u003e 👾 New strategies without weighing down the system \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=\"compile-end\"\u003e\n\n\u003cp\u003e \u003cstrong\u003eCompile – Aux 2\u003c\/strong\u003e gives you new tools to rewrite the duel.\u003cbr\u003e Now it's up to you to decide which version of reality will prevail.\u003c\/p\u003e\n\n\u003cp class=\"compile-quote\"\u003e \u003cem\u003eFill it out. Check it out. Master the concept.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🧠 COMPILE – AUX 2 – cyber theme (nero circuito + neon giallo) *\/\n.compile-section {\n  --c-bg: #0e0e0f;\n  --c-gray: #1d1d20;\n  --c-gold: #f8e04d;\n  --c-gold-bright: #ffef5a;\n  --c-line: #ffd63a;\n\n  background: linear-gradient(135deg, #0c0c0d 0%, #18181c 60%, #0c0c0d);\n  color: #f3f3f3;\n  border-radius: 26px;\n  padding: 2.4rem 1.8rem;\n  max-width: 1100px;\n  margin: 2rem auto;\n  font-family: \"Inter\", sans-serif;\n  position: relative;\n  overflow: hidden;\n  box-shadow: 0 14px 50px rgba(0,0,0,0.6);\n}\n\n\/* Circuit glow *\/\n.compile-section::before {\n  content: \"\";\n  position: absolute;\n  top: -50px;\n  left: -40px;\n  width: 340px;\n  height: 260px;\n  background: radial-gradient(circle, rgba(255,236,80,0.15), transparent 70%);\n  filter: blur(30px);\n  opacity: 0.7;\n}\n\n\/* Micro-animazione circuito pulsante *\/\n@keyframes circuitPulse {\n  0% { opacity: 0.3; transform: scale(1); }\n  50% { opacity: 0.55; transform: scale(1.05); }\n  100% { opacity: 0.3; transform: scale(1); }\n}\n.compile-section::after {\n  content: \"\";\n  position: absolute;\n  right: 12%;\n  top: 18%;\n  width: 140px;\n  height: 140px;\n  background: radial-gradient(circle, rgba(255,209,70,0.28), transparent 75%);\n  animation: circuitPulse 5s ease-in-out infinite;\n  filter: blur(22px);\n}\n\n\/* Titolo *\/\n.compile-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  font-size: 1.9rem;\n  margin-bottom: 1.6rem;\n  color: var(--c-gold-bright);\n  text-shadow: 0 0 12px rgba(255,220,80,0.55);\n  border-bottom: 1px solid rgba(255,255,255,0.18);\n  padding-bottom: 0.6rem;\n}\n\n\/* Layout *\/\n.compile-layout {\n  display: grid;\n  grid-template-columns: 1.25fr 1fr;\n  gap: 1.4rem;\n}\n\n\/* Testo principale *\/\n.compile-main {\n  background: rgba(255,255,255,0.04);\n  padding: 1.4rem 1.6rem;\n  border-radius: 18px;\n  border-left: 7px solid var(--c-line);\n  box-shadow: 0 8px 20px rgba(0,0,0,0.25);\n  line-height: 1.75;\n}\n.compile-main strong {\n  color: var(--c-gold-bright);\n}\n\n\/* Box punti forza *\/\n.compile-features {\n  background: rgba(255,255,255,0.06);\n  padding: 1.2rem 1.4rem;\n  border-radius: 18px;\n  border: 1px solid rgba(255,255,255,0.12);\n  box-shadow: 0 10px 25px rgba(0,0,0,0.35);\n}\n.compile-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--c-gold-bright);\n  margin-bottom: 1rem;\n}\n.compile-features ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  gap: 0.6rem;\n}\n.compile-features li {\n  background: linear-gradient(90deg, rgba(255,236,80,0.22), rgba(30,30,30,0.18));\n  border-left: 5px solid var(--c-line);\n  border-radius: 10px;\n  padding: 0.55rem 0.8rem;\n  transition: 0.25s;\n}\n.compile-features li:hover {\n  transform: translateX(4px);\n}\n\n\/* Chiusura *\/\n.compile-end {\n  margin-top: 2rem;\n  background: rgba(255,255,255,0.05);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  text-align: center;\n  border: 1px solid rgba(255,255,255,0.12);\n  box-shadow: 0 6px 16px rgba(0,0,0,0.3);\n}\n.compile-end strong {\n  color: var(--c-gold-bright);\n}\n.compile-quote {\n  margin-top: 0.7rem;\n  font-style: italic;\n  color: var(--c-gold);\n  font-weight: 600;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .compile-layout {\n    grid-template-columns: 1fr;\n  }\n}\n@media (max-width: 600px) {\n  .compile-section {\n    padding: 1.8rem 1.2rem;\n  }\n  .compile-header h2 {\n    font-size: 1.6rem;\n  }\n}\n\u003c\/style\u003e","brand":"Pendragon Games Studio","offers":[{"title":"Default Title","offer_id":53660158787911,"sku":null,"price":7.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Compile_-_Aux_2_00.webp?v=1764479805","url":"https:\/\/frogames.it\/en\/products\/compile-aux-2-ita","provider":"FroGames","version":"1.0","type":"link"}