{"product_id":"philharmonix","title":"Philharmonix ","description":"\u003c!-- 🎶 PHILHARMONIX – Sezione interattiva \"Cosmic Symphony\" (no JS) --\u003e\n\u003cdiv class=\"philharmonixtabs\"\u003e\n\n\u003c!-- Tabs --\u003e  \u003cinput checked id=\"philtab-a\" name=\"philtab\" type=\"radio\"\u003e\u003clabel class=\"philtab\" for=\"philtab-a\"\u003e🌌 Because it's a perfect symphony\u003c\/label\u003e\u003cinput id=\"philtab-b\" name=\"philtab\" type=\"radio\"\u003e \u003clabel class=\"philtab\" for=\"philtab-b\"\u003e🎼 The heart of the gameplay\u003c\/label\u003e \n\u003cdiv class=\"philpanels\"\u003e\n\n\u003c!-- PANEL A --\u003e\n\u003csection class=\"philpanel philpanel-a\" id=\"philpanel-a\"\u003e\n\u003cul class=\"phillist\"\u003e\n\n\u003cli\u003e 🎶 \u003cstrong\u003eRefined Management\u003c\/strong\u003e : Orchestrate your strategy between resources, time and inspiration\u003c\/li\u003e\n\n\u003cli\u003e 👽 \u003cstrong\u003eAlien musicians\u003c\/strong\u003e with unique abilities and surprising synergies\u003c\/li\u003e\n\n\u003cli\u003e 🚀 \u003cstrong\u003eGalactic tours\u003c\/strong\u003e of planets and civilizations that react to your symphonies\u003c\/li\u003e\n\n\u003cli\u003e 🎻 \u003cstrong\u003eModular placement and combo mechanics\u003c\/strong\u003e from real directors\u003c\/li\u003e\n\n\u003cli\u003e 💫 \u003cstrong\u003eA visionary atmosphere\u003c\/strong\u003e suspended between art and science\u003c\/li\u003e\n\n\u003cli\u003e 🧠 \u003cstrong\u003eA profound experience\u003c\/strong\u003e for those seeking control, rhythm, and strategic beauty. \u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/section\u003e\n\u003c!-- PANEL B --\u003e\n\u003csection class=\"philpanel philpanel-b\" id=\"philpanel-b\"\u003e\n\u003cp\u003e In \u003cstrong\u003ePhilharmonix,\u003c\/strong\u003e every turn is a concert of decisions: \u003cstrong\u003eplace your musicians\u003c\/strong\u003e , gather resources, and tour to increase your cosmic fame.\u003c\/p\u003e\n\n \u003cp\u003eEvery instrument, every choice, and every chord determines the \u003cstrong\u003eresonance of your ensemble\u003c\/strong\u003e . A move too early can sound out of place, a perfect execution can echo throughout the galaxy.\u003c\/p\u003e\n\n\u003cp\u003e The result is a \u003cstrong\u003esci-fi management board game\u003c\/strong\u003e where timing, intuition and precision compose the symphony of victory. \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* === PHILHARMONIX – Cosmic Symphony Theme === *\/\n.philharmonixtabs {\n  --violet:#3b1f4e;\n  --indigo:#1b1130;\n  --blue:#1a2348;\n  --gold:#e7b87e;\n  --teal:#5ce2e0;\n  --light:#f0f6ff;\n\n  font-family:'Inter',system-ui,Segoe UI,Roboto,Arial,sans-serif;\n  background:\n    radial-gradient(100% 100% at 30% 0%, rgba(92,226,224,0.18), transparent 60%),\n    radial-gradient(100% 100% at 80% 100%, rgba(231,184,126,0.15), transparent 60%),\n    linear-gradient(180deg, var(--blue) 0%, var(--indigo) 100%);\n  border-radius:18px;\n  border:1px solid rgba(92,226,224,0.35);\n  padding:1.6rem 1rem 1.8rem;\n  margin:1.8rem 0 2.2rem;\n  box-shadow:0 8px 26px rgba(0,0,0,.35), inset 0 0 24px rgba(92,226,224,.18);\n  color:var(--light);\n  position:relative;\n  overflow:hidden;\n}\n\n\/* Bagliore mobile *\/\n.philharmonixtabs::before {\n  content:\"\";\n  position:absolute;\n  inset:-30%;\n  background:\n    radial-gradient(60% 70% at 50% 20%, rgba(92,226,224,.15), transparent 70%),\n    radial-gradient(60% 70% at 50% 80%, rgba(231,184,126,.12), transparent 70%);\n  mix-blend-mode:screen;\n  animation:philgGlow 8s ease-in-out infinite alternate;\n  opacity:.9;\n  pointer-events:none;\n  z-index:1;\n}\n@keyframes philgGlow {\n  0%{transform:translateY(-3%) scale(1);}\n  100%{transform:translateY(3%) scale(1.03);}\n}\n\n\/* Inputs *\/\n.philharmonixtabs input[type=\"radio\"]{position:absolute;opacity:0;pointer-events:none;}\n\n\/* Tabs *\/\n.philtab {\n  display:inline-block;\n  cursor:pointer;\n  user-select:none;\n  font-weight:800;\n  font-size:.95rem;\n  color:var(--teal);\n  margin:.3rem .35rem .95rem 0;\n  padding:.55rem .95rem;\n  border-radius:10px;\n  background:rgba(92,226,224,.1);\n  border:1px solid rgba(92,226,224,.3);\n  text-shadow:0 0 10px rgba(0,0,0,.3);\n  transition:.25s ease;\n  position:relative;\n  z-index:2;\n}\n.philtab:hover {\n  transform:translateY(-1px);\n  box-shadow:0 0 14px rgba(92,226,224,.25), 0 0 14px rgba(231,184,126,.25);\n}\n\n\/* Stato attivo *\/\n#philtab-a:checked + label {\n  background:linear-gradient(180deg, rgba(92,226,224,.9), rgba(231,248,255,.95));\n  color:#0e1a2e;\n  border-color:transparent;\n  box-shadow:0 0 18px rgba(92,226,224,.4);\n}\n#philtab-b:checked + label {\n  background:linear-gradient(180deg, rgba(231,184,126,.9), rgba(92,226,224,.8));\n  color:#0e0d14;\n  border-color:transparent;\n  box-shadow:0 0 18px rgba(231,184,126,.35);\n}\n\n\/* Pannelli *\/\n.philpanels{position:relative;z-index:2;}\n.philpanel{display:none;animation:phFade .4s ease;}\n@keyframes phFade{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);}}\n#philtab-a:checked ~ .philpanels .philpanel-a{display:block;}\n#philtab-b:checked ~ .philpanels .philpanel-b{display:block;}\n\n\/* Lista *\/\n.phillist{\n  margin:.5rem 0 .2rem;\n  padding-left:1.1rem;\n}\n.phillist li{\n  margin:.35rem 0;\n  line-height:1.65;\n  font-size:1rem;\n  color:var(--light);\n  text-shadow:0 0 6px rgba(92,226,224,.2);\n}\n.phillist strong{\n  color:var(--gold);\n}\n\n\/* Testo *\/\n.philpanel p{\n  font-size:1rem;\n  line-height:1.75;\n  margin:.7rem 0;\n  color:var(--light);\n  text-shadow:0 0 8px rgba(92,226,224,.15);\n}\n.philpanel strong{color:var(--gold);}\n.philpanel em{color:#5ce2e0;}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .philtab{font-size:.9rem;padding:.5rem .85rem;}\n  .philpanel p, .phillist li{font-size:.95rem;}\n}\n\u003c\/style\u003e","brand":"Archona Games","offers":[{"title":"Default Title","offer_id":52488104673607,"sku":null,"price":89.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Philharmonix_00.webp?v=1759895351","url":"https:\/\/frogames.business\/en\/products\/philharmonix","provider":"FroGames","version":"1.0","type":"link"}