{"product_id":"time-to-panic-limited-edition","title":"Time to Panic - Limited Edition ","description":"\u003cdiv class=\"product__description rte quick-description panic-block\"\u003e\n\n\u003ch2\u003e ⏳ Time to Panic – Limited Edition: When time is out of control\u003c\/h2\u003e\n\n\u003cp\u003e Timelines are shattered, chaos is spreading, and you are one of the agents tasked with putting everything back together. In \u003cstrong\u003eTime to Panic\u003c\/strong\u003e , the fate of the multiverse rests in your hands—and any mistake could create an irreversible paradox. Work with your team, sort the paperwork, manage the panic, and try to restore reality to normal before it's too late.\u003c\/p\u003e\n\n \u003cp\u003eEach turn, you add a numbered card to the timeline and activate its special effect, hoping not to alter the chronology. Then you reveal a Panic card, and disaster unfolds: unexpected events, distortions, and confusion among the players. Communication is limited, pressure builds, and only a synchronized team can achieve a perfect score. \u003cstrong\u003eTime to Panic\u003c\/strong\u003e is a \u003cstrong\u003ecooperative, sci-fi board game\u003c\/strong\u003e where your brain works in time with your heartbeat.\u003c\/p\u003e\n\n\u003ch3\u003e Because “Time to Panic” is pure temporal adrenaline\u003c\/h3\u003e\n\n\u003cdiv class=\"panic-features\"\u003e\n\n\u003cdiv class=\"panic-card\"\u003e\n\n \u003cspan\u003e🕰️\u003c\/span\u003e \u003cstrong\u003eUnique mechanics\u003c\/strong\u003e\u003cbr\u003e Sort cards from 1 to 36 and reconstruct the timeline.\u003c\/div\u003e\n\n\u003cdiv class=\"panic-card\"\u003e\n\n \u003cspan\u003e🧠\u003c\/span\u003e \u003cstrong\u003eMemory and deduction\u003c\/strong\u003e\u003cbr\u003e Observe, remember and coordinate the team's moves.\u003c\/div\u003e\n\n\u003cdiv class=\"panic-card\"\u003e\n\n \u003cspan\u003e💬\u003c\/span\u003e \u003cstrong\u003eLimited communication\u003c\/strong\u003e\u003cbr\u003e Cooperating without talking is the real challenge.\u003c\/div\u003e\n\n\u003cdiv class=\"panic-card\"\u003e\n\n \u003cspan\u003e🌌\u003c\/span\u003e \u003cstrong\u003eThree levels of difficulty\u003c\/strong\u003e\u003cbr\u003e Test even genre veterans.\u003c\/div\u003e\n\n\u003cdiv class=\"panic-card\"\u003e \n\u003cspan\u003e🚀\u003c\/span\u003e \u003cstrong\u003eLimited Edition\u003c\/strong\u003e\u003cbr\u003e Exclusive materials and design by IV Studio.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp\u003e \u003cstrong\u003eTime to Panic – Limited Edition\u003c\/strong\u003e is the \u003cstrong\u003eperfect cooperative game for lovers of tension and rhythm\u003c\/strong\u003e . Easy to explain but impossible to master, it turns every game into a race against time, full of mistakes, laughs, and epic moments. Rebuild reality, save the multiverse… and try not to panic.\u003c\/p\u003e\n\n\u003cp class=\"panic-quote\"\u003e \u003cem\u003eTime passes, timelines collapse. Breathe, count, play. It's time to stop panicking.\u003c\/em\u003e \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* ⚡ PALETTE FLUO TEMPORALE *\/\n.panic-block {\n  --black:#0B0B0E;\n  --violet:#6C4AE0;\n  --fuchsia:#FF3CA6;\n  --neon:#37FFBF;\n  --white:#E8E8F0;\n  --deep:#141422;\n  font-family: \"Inter\", sans-serif;\n  background: radial-gradient(circle at 20% 25%, #1F153A 0%, #0B0B0E 90%);\n  border-radius: 20px;\n  padding: 3rem 2rem;\n  color: var(--white);\n  line-height: 1.7;\n  box-shadow: 0 0 40px rgba(255,60,166,0.15);\n  position: relative;\n  overflow: hidden;\n}\n\n\/* 💫 ANIMATED BACKGROUND *\/\n.panic-block::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(115deg, rgba(108,74,224,0.2), rgba(55,255,191,0.15), rgba(255,60,166,0.2));\n  background-size: 300% 300%;\n  animation: timeShift 10s ease-in-out infinite;\n  z-index: 0;\n}\n@keyframes timeShift {\n  0% { background-position: 0% 50%; }\n  50% { background-position: 100% 50%; }\n  100% { background-position: 0% 50%; }\n}\n\n\/* ⏳ TITOLI *\/\n.panic-block h2 {\n  text-align: center;\n  font-size: 1.8rem;\n  font-weight: 900;\n  letter-spacing: 0.5px;\n  background: linear-gradient(90deg, var(--fuchsia), var(--neon));\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  text-shadow: 0 0 18px rgba(255,60,166,0.4);\n  margin-bottom: 1.5rem;\n  position: relative;\n  z-index: 2;\n}\n.panic-block h3 {\n  text-align: center;\n  color: var(--neon);\n  text-transform: uppercase;\n  margin: 2rem 0 1.5rem;\n  font-size: 1.05rem;\n  letter-spacing: 1px;\n  position: relative;\n  z-index: 2;\n}\n\n\/* 🧩 TESTO BASE *\/\n.panic-block p {\n  position: relative;\n  z-index: 2;\n  color: var(--white);\n  font-size: 0.95rem;\n  margin-bottom: 1rem;\n}\n.panic-block strong {\n  color: var(--neon);\n}\n\n\/* 🔮 CARD FEATURES *\/\n.panic-features {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1rem;\n  margin: 2rem 0 2.4rem;\n  position: relative;\n  z-index: 2;\n}\n.panic-card {\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,60,166,0.25);\n  border-radius: 12px;\n  padding: 1rem;\n  text-align: center;\n  font-size: 0.9rem;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.25);\n  transition: all 0.3s ease;\n}\n.panic-card span {\n  display: block;\n  font-size: 1.3rem;\n  margin-bottom: 0.3rem;\n  color: var(--fuchsia);\n  filter: drop-shadow(0 0 5px rgba(255,60,166,0.4));\n}\n.panic-card:hover {\n  transform: translateY(-5px);\n  background: linear-gradient(180deg, rgba(108,74,224,0.15), rgba(55,255,191,0.1));\n  border-color: var(--neon);\n  box-shadow: 0 0 20px rgba(108,74,224,0.25);\n}\n\n\/* ✨ QUOTE FINALE *\/\n.panic-quote {\n  text-align: center;\n  color: var(--fuchsia);\n  font-style: italic;\n  font-weight: 600;\n  margin-top: 1.5rem;\n  text-shadow: 0 0 10px rgba(255,60,166,0.35);\n  animation: flicker 3s infinite ease-in-out;\n}\n@keyframes flicker {\n  0%,100% { opacity: 0.9; text-shadow: 0 0 8px rgba(255,60,166,0.3); }\n  50% { opacity: 1; text-shadow: 0 0 16px rgba(55,255,191,0.4); }\n}\n\n\/* 📱 RESPONSIVE *\/\n@media (max-width: 768px) {\n  .panic-block { padding: 2.2rem 1.4rem; }\n  .panic-block h2 { font-size: 1.5rem; }\n  .panic-block h3 { font-size: 0.9rem; }\n  .panic-features { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n","brand":"IV Studio","offers":[{"title":"Default Title","offer_id":52587960271175,"sku":null,"price":29.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Time_to_Panic_-_Limited_Edition_00.webp?v=1760962404","url":"https:\/\/frogames.business\/en\/products\/time-to-panic-limited-edition","provider":"FroGames","version":"1.0","type":"link"}