{"product_id":"tiny-epic-dungeons","title":"Tiny Epic Dungeons","description":"\u003c!-- TINY EPIC DUNGEONS — Esperienza interattiva FroGames --\u003e\n\u003csection class=\"tinyepic-dungeon\"\u003e\u003cheader class=\"ted-header\"\u003e\n\u003ch2\u003e 🔥 Tiny Epic Dungeons – Where Every Torch Lights a Legend\u003c\/h2\u003e\n\n\u003cp\u003e The dungeon watches you. Shadows move. In \u003cstrong\u003eTiny Epic Dungeons,\u003c\/strong\u003e you enter a world of traps, magic, and courage. Every room is a puzzle, every hero a story that shines for a moment before the light fades. \u003c\/p\u003e\n\n\u003c\/header\u003e\u003c!-- Area interattiva --\u003e\n\u003cdiv class=\"ted-grid\"\u003e\n\n\u003carticle class=\"ted-tile\"\u003e\u003cbutton class=\"ted-toggle\" aria-expanded=\"false\" aria-controls=\"tile1\"\u003e💎 Unique Heroes and Powers\u003c\/button\u003e\n\u003cdiv class=\"ted-content\" id=\"tile1\" hidden=\"\"\u003e\n\n\u003cp\u003e Choose your \u003cstrong\u003ehero\u003c\/strong\u003e from among the mages, warriors, and thieves of legendary clans. Each skill shapes your destiny: combos, spells, and epic blows that change the course of the match.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"ted-tile\"\u003e \u003cbutton class=\"ted-toggle\" aria-expanded=\"false\" aria-controls=\"tile2\"\u003e🕯️ The torch goes down…\u003c\/button\u003e\n\u003cdiv class=\"ted-content\" id=\"tile2\" hidden=\"\"\u003e\n\n \u003cp\u003eWith each turn, the torch loses light. If it goes out, the dungeon wins. Manage time, collaborate, and \u003cstrong\u003edecide who risks the flame\u003c\/strong\u003e for the group.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"ted-tile\"\u003e \u003cbutton class=\"ted-toggle\" aria-expanded=\"false\" aria-controls=\"tile3\"\u003e🐉 The Boss is waiting for you\u003c\/button\u003e\n\u003cdiv class=\"ted-content\" id=\"tile3\" hidden=\"\"\u003e\n\n\u003cp\u003e Each boss has a \u003cstrong\u003edifferent lair\u003c\/strong\u003e and devastating powers. Lure the monster into the \u003cstrong\u003eRitual Rooms\u003c\/strong\u003e , break its magical power, and strike when the fire is high.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"ted-tile\"\u003e \u003cbutton class=\"ted-toggle\" aria-expanded=\"false\" aria-controls=\"tile4\"\u003e🗝️ Clan Treasures\u003c\/button\u003e\n\u003cdiv class=\"ted-content\" id=\"tile4\" hidden=\"\"\u003e\n\n\u003cp\u003e From the ruins emerge relics of the \u003cstrong\u003eBear, Lion, Phoenix, and Panther\u003c\/strong\u003e clans. Each piece empowers the next. Collect them and become legendary in the kingdom of Aughmoore.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003cfooter class=\"ted-footer\"\u003e \u003cem\u003e“In the darkness of the dungeon, only courage sheds light.”\u003c\/em\u003e\u003c\/footer\u003e\u003c\/section\u003e\n\u003cstyle\u003e\n.tinyepic-dungeon{\n  --violet:#231b4c;\n  --deepblue:#101429;\n  --mana:#44e0c0;\n  --torch:#ffbb3e;\n  --panel:#181d38;\n  --text:#e8ebff;\n  --shadow:0 12px 40px rgba(0,0,0,.4);\n  background: radial-gradient(circle at 30% 10%, #2e2265 0%, #0c0f1e 90%);\n  color:var(--text);\n  font-family:\"Poppins\",system-ui,sans-serif;\n  padding:3rem 1.5rem;\n  border-radius:22px;\n  box-shadow:inset 0 0 20px rgba(255,255,255,.05),0 0 40px rgba(0,0,0,.7);\n  position:relative;\n  overflow:hidden;\n}\n\n.tinyepic-dungeon:before{\n  content:\"\"; position:absolute; inset:0;\n  background:radial-gradient(circle at 70% 80%, rgba(68,224,192,.07) 0%, transparent 70%),\n             radial-gradient(circle at 20% 10%, rgba(255,187,62,.08) 0%, transparent 80%);\n  animation:fadeGlow 6s ease-in-out infinite alternate;\n  z-index:0;\n}\n@keyframes fadeGlow{0%{opacity:.4;}100%{opacity:.7;}}\n\n.ted-header{ text-align:center; position:relative; z-index:1; max-width:850px; margin:0 auto 2rem;}\n.ted-header h2{\n  font-size:clamp(1.5rem,3vw,2.4rem);\n  background:linear-gradient(180deg,#fff7ce 0%,#ffbb3e 40%,#fff 70%);\n  -webkit-background-clip:text; color:transparent;\n  text-shadow:0 0 25px rgba(255,200,50,.3);\n  margin-bottom:1rem;\n}\n.ted-header p{ line-height:1.8; color:#d8dbff; }\n\n.ted-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:1.5rem;\n  margin-top:2rem;\n  z-index:1; position:relative;\n}\n\n.ted-tile{\n  background:linear-gradient(160deg, var(--panel) 0%, #121630 100%);\n  border-radius:20px;\n  box-shadow:var(--shadow), inset 0 0 0 1px rgba(255,255,255,.05);\n  overflow:hidden;\n  transition:transform .3s ease, box-shadow .3s ease;\n}\n.ted-tile:hover{ transform:translateY(-4px); box-shadow:0 14px 40px rgba(68,224,192,.35); }\n\n.ted-toggle{\n  width:100%; background:none; border:none;\n  color:#fff; font-weight:700; font-size:1.1rem;\n  text-align:left; padding:1.2rem 1.4rem;\n  cursor:pointer; position:relative; \n  background:linear-gradient(90deg, rgba(68,224,192,.15) 0%, rgba(255,187,62,.15) 100%);\n}\n.ted-toggle::after{\n  content:\"＋\"; position:absolute; right:1.4rem; top:1.2rem;\n  font-weight:900; color:var(--mana); transition:transform .3s ease;\n}\n.ted-toggle[aria-expanded=\"true\"]::after{ content:\"－\"; transform:rotate(180deg); color:var(--torch); }\n\n.ted-content{\n  padding:0 1.4rem 1.2rem; color:#dfe3ff;\n  border-top:1px solid rgba(255,255,255,.06);\n  animation:reveal .4s ease both;\n}\n@keyframes reveal{0%{opacity:0;transform:translateY(-10px);}100%{opacity:1;transform:none;}}\n\n.ted-footer{text-align:center;margin-top:2rem;font-style:italic;color:#ffc94d;}\n@media(max-width:700px){ .ted-grid{grid-template-columns:1fr;} }\n\u003c\/style\u003e\n\u003cp\u003e\u003c\/p\u003e","brand":"Gamelyn Games","offers":[{"title":"Default Title","offer_id":52641583202631,"sku":null,"price":34.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Tiny_Epic_Dungeons_00.webp?v=1761727372","url":"https:\/\/frogames.business\/en\/products\/tiny-epic-dungeons","provider":"FroGames","version":"1.0","type":"link"}